.custom-mphb .custom-mphb_details-title {
  border-bottom: 2px solid #3e9648;
  font-weight: 600;
  line-height: 1.5;
  padding: 0;
}
.custom-mphb .p-site__row__image .mphb_sc_room-wrapper,
.custom-mphb .p-site__row__image .mphb_sc_room-wrapper .mphb-room-type,
.custom-mphb .p-site__row__image .mphb_sc_room-wrapper .mphb-room-type .mphb-loop-room-thumbnail {
  height: 100%;
}
.custom-mphb .p-site__row__image .mphb_sc_room-wrapper .mphb-room-type .mphb-loop-room-thumbnail a {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
.custom-mphb .p-site__row__image .mphb_sc_room-wrapper .mphb-room-type .mphb-loop-room-thumbnail img {
  height: 100%;
  object-fit: cover;
}
.custom-mphb .mphb_sc_room__information ul {
  display: grid;
  flex-wrap: wrap;
  gap: 0 20px;
  margin-top: 20px;
}
.custom-mphb .mphb_sc_room__information ul li {
  line-height: 2;
  padding-left: 1em;
  position: relative;
}
.custom-mphb .mphb_sc_room__information ul li:before {
  background-color: #222;
  border-radius: 50%;
  content: "";
  display: block;
  height: 4px;
  left: -2px;
  position: absolute;
  top: 17px;
  width: 4px;
}
.custom-mphb .mphb_sc_room__information ul li a {
  pointer-events: none;
}
.custom-mphb .mphb_sc_room-wrapper .mphb-room-type-details-title {
  display: none;
}
.custom-mphb .mphb-booking-form {
  align-content: center;
  display: grid;
}
.custom-mphb .mphb-booking-form input[type="text"],
.custom-mphb .mphb-booking-form select {
  background-color: #fff;
  border: 1px solid #ded8c7;
  border-radius: 4px;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-optical-sizing: auto;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 14px 15px;
}
.custom-mphb .mphb-booking-form input[type="text"] {
  width: 100%;
}
.custom-mphb .mphb_sc_availability_calendar-wrapper .mphb-calendar .datepick {
  margin-inline: auto;
}
.custom-mphb .mphb_sc_availability_calendar-wrapper .mphb-calendar .datepick .datepick-ctrl {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
}
.custom-mphb .mphb-booking-form .mphb-reserve-btn-wrapper {
  margin-block: auto;
}
.custom-mphb .custom-mphb-button,
.custom-mphb .mphb-reserve-btn-wrapper {
  background-color: #222;
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  display: grid;
  font-weight: 600;
  line-height: 1.5;
  min-height: 72px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}
.custom-mphb .custom-mphb-button .label,
.custom-mphb .custom-mphb-button input,
.custom-mphb .mphb-reserve-btn-wrapper .label,
.custom-mphb .mphb-reserve-btn-wrapper input {
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 1.125rem;
  height: 100%;
  padding: 10px 50px;
  position: relative;
  transition: 0.2s;
  width: 100%;
  z-index: 5;
}
.custom-mphb .custom-mphb-button:before,
.custom-mphb .mphb-reserve-btn-wrapper:before {
  background-color: #ffd70d;
  border-radius: 300px;
  content: "";
  display: block;
  height: 200%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translate(100%);
  transition: 0.3s ease-out;
  width: 200%;
}
.custom-mphb .custom-mphb-button:after,
.custom-mphb .mphb-reserve-btn-wrapper:after {
  aspect-ratio: 20/15;
  background-image: url(../images/common/icon_arrow_01.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  right: 27px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
.custom-mphb .custom-mphb-button:hover .label,
.custom-mphb .custom-mphb-button:hover input,
.custom-mphb .mphb-reserve-btn-wrapper:hover .label,
.custom-mphb .mphb-reserve-btn-wrapper:hover input {
  color: #222;
}
.custom-mphb .custom-mphb-button:hover:before,
.custom-mphb .mphb-reserve-btn-wrapper:hover:before {
  transform: translate(-10%, -10%);
}
.custom-mphb .custom-mphb-button:hover:after,
.custom-mphb .mphb-reserve-btn-wrapper:hover:after {
  animation: hoverButtonAnime 0.5s 0.2s;
  background-image: url(../images/common/icon_arrow_01_base.svg);
}
.custom-mphb .custom-mphb .is-layout-constrained > .c-card {
  padding-inline: 0;
}
.custom-mphb ol > li {
  counter-increment: number;
  padding-left: 1.7em;
  position: relative;
}
.custom-mphb ol > li:before {
  color: #3e9648;
  content: counter(number) ".";
  left: 0;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 1023px) {
  .custom-mphb .c-card {
    align-items: center;
    display: grid;
    grid-template-rows: auto 1fr;
  }
}
@media screen and (min-width: 769px) {
  .custom-mphb .custom-mphb_details-title {
    font-size: 1.375rem;
    margin-left: 40px !important;
    margin-right: 40px !important;
    padding-bottom: 13px;
  }
  .custom-mphb .p-site__row__image .mphb_sc_room-wrapper .mphb-room-type .mphb-loop-room-thumbnail img {
    position: absolute;
  }
  .custom-mphb .mphb-booking-form {
    gap: 2em;
  }
  .custom-mphb .l-wrap .p-checkList__title {
    margin-bottom: 30px;
    margin-top: 84px;
  }
  .custom-mphb .l-wrap .c-title02 {
    margin-bottom: 74px;
    margin-top: 84px;
  }
  .custom-mphb .p-site__row .p-site__text {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .custom-mphb .custom-mphb_details-title {
    font-size: 1.4285714286rem;
    margin-left: 20px !important;
    margin-right: 20px !important;
    padding-bottom: 10px;
  }
  .custom-mphb .mphb-booking-form {
    gap: 1em;
  }
  .custom-mphb .l-wrap .p-checkList__title {
    margin-bottom: 24px;
    margin-top: 48px;
  }
  .custom-mphb .l-wrap .c-title02 {
    margin-bottom: 36px;
    margin-top: 48px;
  }
  .custom-mphb .l-wrap--sp {
    padding-inline: 20px;
  }
  .custom-mphb .p-site__row .p-site__row__image {
    order: -1;
  }
  .custom-mphb .mphb_sc_booking_form-wrapper.is-style-horizontal-form form > * {
    margin-bottom: 0;
  }
}
