/*adobeフォントロード
------------------------------*/
html {
    visibility: hidden;
}
html.wf-active,
html.loading-delay {
    visibility: visible;
}

#reserve {
  padding-top: 195px;
}
.reserve_wrap {
  display: flex;
  padding-bottom: 110px;
}
.reserve_left {
  width: 42.5%;  max-width: 500px;
  min-width: 500px;
}
.reserve_right {
  width: 57.5%;
}
#reserve .sec_title {
  margin-bottom: 160px;
}
#reserve .sec_title .en {
  font-size: 32px;
  letter-spacing: .12em;
  margin-top: .7em;
}

.faci_title {
  font-size: 18px;
  letter-spacing: 3.6px;
  margin-bottom: 35px;
}
.faci_slider_outer {
  /*padding-left: 25px;*/
  /*padding-right: 80px;*/
  padding-right: 40px;
}

/*施設スライダー
-------------------------*/
.faci_slider_container {
  overflow: hidden;
  margin-bottom: 45px;
}
.faci_slider .image_wrap {
  width: 100%;
  position: relative;
}
.faci_slider .image_wrap:before {
  content: '';
  display: block;
  padding-top: 75%;
}
.faci_slider .image_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.faci_slider_pagination {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  gap: 5%;
}
.faci_slider_pagination .swiper-pagination-bullet {
  width: 12.5%;
  height: 1px;
  background-color: #1C1C1C;
  border-radius: unset;
}
.faci_slider_pagination .swiper-pagination-bullet-active {
  height: 2px;
}

/*スライダー下の施設情報*/
.faci_info {
  font-size: 12px;
  letter-spacing: 1.44px;
  flex-shrink: 0;
}
.faci_info::before {
  content: '';
  display: inline-block;
  width: 35px;
  height: 30px;
  background-image: url(../../img/reserve/icon_1.svg);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: left;
  vertical-align: -10px;
}
.faci_info:first-child {
  margin-right: 50px;
}
.faci_info:nth-child(2)::before {
  background-image: url(../../img/reserve/icon_2.svg);
  vertical-align: -11px;
}

@media screen and (max-width: 768px) {
  .faci_slider_container {
    margin-bottom: 50px;
  }
}


/*施設情報--------------------------------------------*/
.readmore {
  display: none;
  width: 115px;
  font-size: 12px;
  letter-spacing: 2.4px;
  line-height: 1.8;
  border-bottom: 1px solid #1C1C1C;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.readmore::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 10px;

  background-image: url(../../img/common/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(90deg);
}
.readmore.close {
  display: none;
  margin-top: 50px;
}
.readmore.close::after {
  transform: rotate(-90deg);
}

.faci_item {
  margin-bottom: 50px;
}
.faci_item:last-child {
  margin-bottom: 0;
}
.faci_item dt{
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.faci_item_title {
  font-size: 14px;
  letter-spacing: 1.66px;
  flex-shrink: 0;
  margin-right: 15px;
}
.faci_item_title::before {
  content: '';
  display: inline-block;
  width: 35px;
  height: 30px;
  /*background-image: url(../../img/reserve/icon_3.svg);*/
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: left;
  vertical-align: -7.5px;
}
.faci_item dd {
  font-size: 12px;
  letter-spacing: 1.44px;
  line-height: 1.66;
}
.faci_item .line {
  width: 100%;
  height: 1px;
  display: inline-block;
  background-color: #666;
}
.faci_item .notice {
  font-size: 10px;
  letter-spacing: 1.2px;
  line-height: 2;
}
.faci_item_link {
  margin-top: 20px;
}
.faci_item_link .reserve_contact_link {
  width: 100px;
  margin-top: 20px;
}
/*アイテムアイコン*/
.faci_item:nth-child(1) .faci_item_title::before {
  background-image: url(../../img/reserve/icon_3.svg);
  background-size: 28px;
  vertical-align: -8.5px;
}
.faci_item:nth-child(2) .faci_item_title::before {
  background-image: url(../../img/reserve/icon_4.svg);
  background-size: 28px;
  vertical-align: -8.5px;
}
.faci_item:nth-child(3) .faci_item_title::before {
  background-image: url(../../img/reserve/icon_5.svg);
  background-size: 25px;
  vertical-align: -9.5px;
}.faci_item:nth-child(4) .faci_item_title::before {
  background-image: url(../../img/reserve/icon_6.svg);
  background-size: 18px;
  vertical-align: -7.5px;
  background-position: 20% 50%;
}.faci_item:nth-child(5) .faci_item_title::before {
  background-image: url(../../img/reserve/icon_7.svg);
  background-size: 21px;
  vertical-align: -8.5px;
  background-position: 30% 50%;
}.faci_item:nth-child(6) .faci_item_title::before {
  background-image: url(../../img/reserve/icon_8.svg);
  background-size: 26px;
  vertical-align: -7.5px;
}
.faci_item:nth-child(7) .faci_item_title::before {
  background-image: url(../../img/reserve/icon_10.svg);
  background-size: 25px;
  vertical-align: -8.5px;
}
@media screen and (min-width: 769px) {
  .faci_item_list {
    height: auto !important;
  }
}
@media screen and (max-width: 768px) {
  .faci_item_list {
    /*height: 0;*/
    overflow: hidden;
    /*opacity: 0;*/
    transition: .5s;
  }
  .faci_item dt {
    margin-bottom: 20px;
  }

  .reserve_right.active .faci_item_list {
    opacity: 1;
  }
  .reserve_right.active .readmore.open {
    display: none;
  }
  .reserve_right.active .readmore.close {
    display: flex;
  }
}

/*ご予約はこちらボタン
------------------------------------*/
.booking_btn {
  max-width: 560px;
  height: 55px;
  background-color: #6E6E6E;
  color: #fff;
  border-radius: 3px;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 200px;
  font-size: 16px;
  letter-spacing: 1.92px;

  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .booking_btn {
    max-width: 385px;
    margin-bottom: 100px;
  }

}
@media screen and (max-width: 768px) {
  .booking_btn {
    margin-top: 80px;
    margin-bottom: 100px;
    font-size: 14px;
  }
}

/*ご予約・料金確認
------------------------------------*/
.divider {
  height: 1px;
  background-color: #666;
}
#booking {
  padding-top: 130px;
  padding-bottom: 200px;
}
.booking_title {
  font-size: 18px;
  letter-spacing: 3.6px;
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .divider {
    background-color: #e3e3e3;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .reserve_wrap {
    padding-bottom: 80px;
  }
  #booking {
    padding-top: 70px;
    padding-bottom: 100px;
  }

}


/*フォーム
------------------------------*/
.contactForm {
  position: relative;
}
.form-label {
  display: flex;
}
.hissu {
  color: #E27272;
  font-size: 10px;
}
.hissu::before {
  content: '';
  display: inline-block;
  width: 10px;
  text-align: center;
  font-size: 19px;
  line-height: 1;
  vertical-align: -6.5px;
}
.booking_wrap h3 {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-bottom: 30px;
}
.booking_wrap h3:not(.form-mainbox h3:first-of-type) {
  margin-top: 70px;
}
.booking_wrap .title {
  letter-spacing: 1.92px;
  flex-shrink: 0;
  margin-right: 10px;
}
.booking_wrap .title::after {
  content: '＊ 必須';
  display: inline-block;
  font-size: 10px;
  letter-spacing: 1.2px;
  color: #E27272;
  margin-left: 10px;
  vertical-align: 2px;
}
.booking_wrap .line {
  width: 100%;
  height: 1px;
  display: inline-block;
  background-color: #666;
  margin-left: 5px;
}
.reserve-form-parts dt {
  min-width: 230px;
  font-size: 14px;
  line-height: 2;
}
.formouttxt {
  font-size: 10px;
  color: #666;
}


/*お客様情報---------------------*/
.username_wrap {
  border-bottom: solid 1px #666;
  margin-top: 65px;
}
.username_wrap .reserve-form-parts {
  width: 83%;
  margin: 0 auto;
}
.username_wrap dl {
  margin-bottom: 55px;
}
.username_wrap dt {
  min-width: 250px;
  font-size: 14px;
}
.username_wrap .content-inner {
  width: calc(100% - 250px);
  font-size: 14px;
  letter-spacing: 1.92px;
  color: #A3A3A3;
}
.form-input {
  width: 100%;
  padding: 2px 20px;
  background-color: #F7F7F7;
  border-radius: 6px;
}
.form-input::placeholder,
.form-textarea::placeholder {
  color: #A3A3A3;
  letter-spacing: 1.68px;
}
.username_wrap .reserve-form-parts:nth-of-type(3) {
  margin-bottom: 37px;
}
.username_wrap .reserve-form-parts:nth-of-type(3) .innertxt {
  color: #333;
}
.username_wrap .reserve-form-parts:nth-of-type(3) .innerblock:first-child {
  margin-bottom: 20px;
}
.username_wrap .reserve-form-parts:nth-of-type(6) .content-inner {
  margin-bottom: 85px;
}
.form-textarea {
  width: 100%;
  height: 300px;
  border-radius: 6px;
  background-color: #F7F7F7;

  padding: 2px 20px;
}
.policy {
  font-size: 12px;
  margin-top: 85px;
}
.policy input {
  margin-right: 13px;
}
.policy-link {
  margin-right: .3em;
}
.policy input[type="checkbox"] {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    /*padding-left: 30px;*/
}
/* チェックボックスデザイン */
.policy input[type="checkbox"] {
    cursor: pointer;
    padding-left: 30px;/*label手前にチェックボックス用の余白を開ける*/
    vertical-align: middle;
    position: relative;
}

.policy input[type="checkbox"]::before,
.policy input[type="checkbox"]::after {
    content: "";
    display: block; 
    position: absolute;
}

.policy input[type="checkbox"]::before {
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #666464;
    width: 12px;/*チェックボックスの横幅*/
    height: 12px;/*チェックボックスの縦幅*/
    transform: translateY(-50%);
    top: calc(50% - 1px);
    left: 5px;
}

.policy input[type="checkbox"]::after {
    opacity: 0;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    transform: translateY(-50%);
    top: calc(50% - 1px);
    left: 8px;
    background-color: #333;
    border-radius: 50%;
}
input[type="checkbox"]:checked::after {
    opacity: 1;/*チェック後表示*/
}

.formbtnbox {
  position: absolute;
  right: 0;
  bottom: -10px;

  width: 385px;
  height: 50px;
  background-color: #6E6E6E;
  color: #fff;
  letter-spacing: 1.92px;
  border-radius: 6px;

  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;

}
.cancel {
  font-size: 12px;
  position: absolute;
  right: 50%;
  bottom: 0;
  /*text-decoration: underline;*/

  cursor: pointer;
}

@media screen and (max-width: 1000px) {
  .username_wrap {
    border-bottom: none;
  }
}


/*宿泊者数-----------------*/
.guestnum_wrap {
  width: calc(100% - 210px);
  margin-left: auto;
  padding-right: 30px;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 28px;
}
.guestnum_wrap > div:nth-of-type(odd) {
  width: 53%;
}
.guestnum_wrap > div:nth-of-type(even) {
  width: 39%;
}
.guestnum_wrap .form-label {
  justify-content: space-between;
  gap: .5em 1em;
}
.guestnum_wrap dt span {
  font-size: 12px;
}
.select-wrap {
  position: relative;
}
.select-wrap::before {
    content: "";
    width: 6px;
    height: 6px;
    border-right: 1px solid #707070;
    border-bottom: 1px solid #707070;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: .7em;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}
.select-wrap select {
  background-color: #F7F7F7;
  padding: 0 2.2em 0 1em;
  cursor: pointer;
}



/*お食事オプション-----------------*/
.mealoption_wrap dt,
.mealoption_wrap dt {
  min-width: 210px;
}
.mealoption_wrap input[type="radio"] {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    /*padding-left: 30px;*/
}
.mealoption_wrap input[type="radio"] {
    cursor: pointer;
    padding-left: 20px;/*label手前にチェックボックス用の余白を開ける*/
    vertical-align: middle;
    position: relative;
}
.mealoption_wrap input[type="radio"]::before,
.mealoption_wrap input[type="radio"]::after {
    content: "";
    display: block; 
    position: absolute;
}
.mealoption_wrap input[type="radio"]::before {
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #666464;
    width: 12px;/*チェックボックスの横幅*/
    height: 12px;/*チェックボックスの縦幅*/
    transform: translateY(-50%);
    top: calc(50% - 1px);
    left: 5px;
}
.mealoption_wrap input[type="radio"]::after {
    opacity: 0;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    transform: translateY(-50%);
    top: calc(50% - 1px);
    left: 8px;
    background-color: #333;
    border-radius: 50%;
}
.mealoption_wrap input[type="radio"]:checked::after {
    opacity: 1;/*チェック後表示*/
}

.mealoption_wrap .radio-item {
  display: flex;
  margin-bottom: 15px;
}
.mealoption_wrap .radio-item:last-child {
  margin-bottom: 0;
}
.mealoption_wrap label {
  min-width: 250px;
}
.mealoption_wrap .option_desc {
  font-size: 12px;
  letter-spacing: 1.44px;
}

/*カレンダー
---------------------------*/
.reservationdate_wrap dt {
  visibility: hidden;
  min-width: 210px;
}
.reservationdate_wrap dd {
  width: 60%;
  min-width: 600px;
}
#next-prev-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .reservationdate_wrap dt {
    display: none
  }
  .reservationdate_wrap dd {
    width: 83%;
    min-width: unset;
  }
}


/*お客様情報-----------------*/
.form-mainbox h3:nth-of-type(4) .title::after {
  display: none;
}



@media screen and (max-width: 1320px) {
  .guestnum_wrap {
    flex-direction: column;
  }
  .guestnum_wrap .reserve-form-parts {
    width: 100% !important;
  }
}

@media screen and (max-width: 1000px) {
    .reserve_wrap {
        flex-direction: column;
    }
    .reserve_left {
        width: 100%;
        padding-bottom: 90px;
    }
    .reserve_right {
        width: 100%;
    }
    .faci_slider_outer {
      padding-left: unset;
      padding-right: unset;
    }

    .username_wrap .reserve-form-parts:nth-of-type(6) {
      border-bottom: unset; 
    }
    .username_wrap .reserve-form-parts:nth-of-type(6) .content-inner {
      margin-bottom: 0;
    }
    .cancel {
      transform: translateX(50%);
      bottom: 9.5%;
      bottom: 7%;
    }
    .policy {
      margin-top: 100px;
    }
    .formbtnbox {
      position: static;
      margin: 0 auto;
      margin-top: 45px;
    }

    /* 宿泊者数 */
    .guestnum_wrap,
    .mealoption_wrap {
      width: 83%;
      margin: 0 auto;
    }
    .reservationdate_wrap .form-label {
      justify-content:center;
    }

    .mealoption_wrap dt {
      display: none;
    }


}

@media screen and (max-width: 768px) {
    #reserve {
      padding-top: 145px;
    }
    #reserve .sec_title .jp {
        font-size: 12px;
    }
    #reserve .sec_title .en {
        font-size: 20px;
    }  
    #reserve .sec_title {
      margin-bottom: 60px;
    }
    .reserve_left {
      width: 100%;
      max-width: unset;
      min-width: unset;
      padding-bottom: 40px;
    }
    .faci_slider_container {
      margin-bottom: 50px;
    }
    .faci_slider_outer {
      padding-left: unset;
      padding-right: unset;
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
    }
    .faci_info_wrap {
      padding-left: 30px;
    }
    .reserve_right dl {
      /*display: none;*/
    }
    .readmore {
      display: flex;
    }
    .reserve_wrap {
      padding-bottom: 80px;
    }
    .booking_title {
      margin-bottom: 15px;
    }
    #booking .form-label:not(.guestnum_wrap .form-label) {
        display: block;
        margin-bottom: 30px;
    }
    #booking .form-label dt {
        width: 100%;
        margin-bottom: 0.18em;
    }
    #booking .content-inner:not(.guestnum_wrap .content-inner) {
        width: 100%;
    }
    .reserve_contact {
      border-top: unset;
    }

    .cancel {
      bottom: 6%;
      width: 100%;
      text-align: center;
    }

    /* 宿泊者数 */
    .guestnum_wrap {
      width: 100%;
      row-gap: 24px;
    }
    .guestnum_wrap dt span {
      font-size: 10px;
      display: inline-block;
    }

    /* お食事オプション */
    .mealoption_wrap {
      width: 100%;
    }
    .mealoption_wrap .radio-item {
      flex-direction: column;
    }
    .mealoption_wrap .option_desc {
      padding-left: 2em;
    }

    /* お客様情報 */
    .username_wrap {
      margin-top: 35px;
    }
    .username_wrap .reserve-form-parts {
      width: 100%;
    }
    .username_wrap .reserve-form-parts:nth-of-type(3) .innertxt {
      margin-bottom: 0.18em;
      display: inline-block;
    }
}
@media screen and (max-width: 600px) {
    .formbtnbox {
        width: 100%;
    }

    .guestnum_wrap {
        padding-right: 0;
    }
}

@media screen and (max-width: 360px) {
  .guestnum_wrap .form-label {
    flex-wrap: wrap;
  }
}



/*ベッドルーム設定*/
.bedroom {
    margin-top: 30px;
    margin-bottom: 55px;
    color: #393939;
}
.bedroom h2 {
    font-size: 14px;
    margin-bottom: 5px;
}
.bedroom p {
    font-size: 75%;
    margin-bottom: 5px;
    line-height: 1.5;
}
.bedroom table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    margin-bottom: 9px;
}
.bedroom th,
.bedroom td {
    text-align: center;
    vertical-align: middle;
    border:1px #ccc solid; 
    padding-top: 5px;
    padding-bottom: 5px;
}
.bedroom th span {
  display: inline-block;
}
.people_count {
    width: 60%;
}
.bedroom_option {
    width: 40%
}
@media screen and (max-width: 415px) {
    .bedroom {
        margin-bottom: 30px;
    }
    .bedroom h2 {
        font-size: 12px;
    }
    .bedroom table {
        font-size: 12px;
    }
}