@charset "utf-8";

#room .room .head01 {
  padding-top: 80px;
}

#room .room .slide_room li {
  margin-left: 15px;
  margin-right: 15px;
}

#room .room:nth-of-type(odd),
#flink {
  background: #f4f1ea;
}

#room .room .slide_room .slick-prev {
  left: 20%;
}

#room .room .slide_room .slick-next {
  right: 20%;
}

#room .room .fltbox {
  width: 1000px;
  margin: 55px auto 0;
  padding-bottom: 60px;
}

#room .room .fltbox .boxL {
  width: 400px;
}

#room .room .fltbox .boxL .txt {
  font-size: 18px;
  line-height: 1.7;
}

#room .room .fltbox .boxL .txt_box {
  margin-top: 30px;
  font-size: 15px;
  line-height: 1.7;
  box-sizing: border-box;
  padding: 15px;
  background: #efeadf;
}

#room .room .fltbox .boxL .txt_btm {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.5;
  padding-left: 15px;
  position: relative;
}

#room .room .fltbox .boxL .txt_btm:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

#room .room .fltbox .boxL table {
  width: 100%;
  margin-top: 40px;
}

#room .room .fltbox .boxL table tr {
  border-bottom: 1px solid #d3ccba;
}

#room .room .fltbox .boxL table th {
  width: 35%;
  vertical-align: middle;
  padding: 20px 0;
}

#room .room .fltbox .boxL table th h3 {
  font-family: "EB Garamond", serif;
  font-size: 22px;
  font-weight: 500;
  color: #a38b4c;
}

#room .room .fltbox .boxL table th h3 .pointbg {
  font-size: 50px;
}

#room .room .fltbox .boxL table td {
  font-size: 16px;
  line-height: 1.5;
  padding: 20px 0;
}

/* right */
#room .room .fltbox .boxR {
  width: 520px;
}

#room .room .fltbox .boxR .fplan {
  margin-top: 30px;
}

#room .room .fltbox .boxR .fplan img {
  max-width: 520px;
}

#room .room .fltbox .boxR table {
  width: 100%;
  border-collapse: collapse;
}

#room .room .fltbox .boxR table tr {
  padding: 10px 0;
  border-bottom: 1px solid #bbbbbb;
}

#room .room .fltbox .boxR table tr:nth-of-type(1) {
  border-top: 1px solid #bbbbbb;
}

#room .room .fltbox .boxR table th {
  font-size: 14px;
  text-align: left;
  padding: 0 10px;
  box-sizing: border-box;
  width: 30%;
}

#room .room .fltbox .boxR table th span {
  display: block;
  border-right: 1px solid #bbbbbb;
}

#room .room .fltbox .boxR table td {
  font-size: 14px;
  text-align: left;
  padding: 0 10px;
  box-sizing: border-box;
  line-height: 40px;
}

.sec_inner2 {
  width: 1200px;
  max-width: 100%;
  padding: 80px 0;
  margin: 0 auto;
}

.room_box_wide2 {
  display: table;
  width: 100%;
  background-color: #f9f4e9;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 40px;
}

.room_box_wide2 .last-child {
  margin-bottom: 20px;
}

.room_box_wide2 .txt,
.room_box_wide2 .photo {
  display: table-cell;
  vertical-align: middle;
}

.room_box_wide2 .photo {
  width: 60%;
  padding-right: 1rem;
}

.room_box_wide2 .photo div {
  display: inline-block;
  width: 49%;
  text-align: center;
  vertical-align: middle;
}

.room_box_wide2 .photo img {
  max-width: 100%;
}

.room_box_wide2 .txt {
  line-height: 1.4;
}

.room_box_wide2 .txt .hl {
  font-size: 1em;
  font-weight: normal;
  padding: 0 0 1.5em;
}

.room_box_wide2 .txt .hl strong {
  font-size: 1.25em;
}

.room_box_wide2 .txt p {
  font-size: 14px;
}

.room_box_wrap2 {
  margin: 0 -20px;
  overflow: hidden;
}

.room_box2 {
  width: 33.33%;
  float: left;
  padding: 20px;
}

.room_box2 figure {
  background-color: #f9f4e9;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
}

.room_box2 figure img {
  max-width: 100%;
}

.room_box2 figcaption {
  padding: 5px 0 10px;
}

.room_box2 figcaption strong {
  display: block;
}

.tug {
  width: 90px;
  height: 24px;
  text-align: center;
  font-size: 16px;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  background: linear-gradient(transparent 62%, #e6cc89 50%);
  font-weight: bold;
  line-height: 50px;
  padding: 2px 0 2px 5px;
}

.top_topicks_txt {
  width: 800px;
  margin: 50px auto 0;
  height: 182px;
  box-sizing: border-box;
  background: #efebe2;
  background-image: repeating-linear-gradient(
    45deg,
    #f0f2f4,
    #d0cece 3px,
    transparent 0,
    transparent 6px
  );
}

.box19 {
  position: relative;
  padding: 0.25em 1em;
}

.box19:before,
.box19:after {
  content: "";
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}

.box19:before {
  border-left: solid 1px #9e8d62;
  border-top: solid 1px #9e8d62;
  top: 15px;
  left: 15px;
}

.box19:after {
  border-right: solid 1px #9e8d62;
  border-bottom: solid 1px #9e8d62;
  right: 15px;
  bottom: 23px;
}

.box19 p {
  padding: 5% 3% 4% 3%;
  color: #333;
  line-height: 1.8;
  font-weight: bold;
}

.btn-square {
  display: inline-block;
  padding: 1.2em 1em 0;
  text-decoration: none;
  background: #9e8d62;
  color: #fff !important;
  border-bottom: solid 4px #5f563f;
  border-radius: 3px;
  margin: 2%;
  height: 55px;
  width: 150px;
}

.btn-square02 {
  display: inline-block;
  padding: 0.5em 1em 0 !important;
  text-decoration: none;
  background: #9e8d62;
  color: #fff !important;
  border-bottom: solid 4px #5f563f;
  border-radius: 3px;
  margin: 2%;
  height: 55px;
  width: 150px;
  vertical-align: top;
}

.btn-square:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  /*下に動く*/
  border-bottom: none;
  /*線を消す*/
}

.box19 p a {
  font-size: 14px;
  line-height: 1.3;
}

/*アメニティ・サービス追加*/
#test01 {
  margin-top: -60px;
  padding-top: 60px;
}

/* chrome */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #test01 {
    display: block;
    height: 0;
    margin-top: -80px;
    padding-top: 80px;
  }
}

/* IE11 */
@media all and (-ms-high-contrast: none) {
  #test01 {
    display: block;
    height: 0;
    margin-top: -280px;
    padding-top: 280px;
  }
}

#guest_service .fltbox {
  width: 1000px;
  margin: 0 auto;
}

#guest_service .fltbox .boxL,
#guest_service .fltbox .boxR {
  width: 485px;
}

/* guest_service */

#guest_service {
  width: 100%;
  background: #f4f1ea;
}

#guest_service .guest_service {
  width: 1200px;
  margin: 0 auto;
  padding: 0 0 100px;
}

#guest_service h2 {
  font-size: 32px;
  color: #a38b4c;
  text-align: center;
  margin-bottom: 20px;
}

#guest_service h2 i {
  font-size: 24px;
  display: block;
  line-height: 50px;
}

#guest_service .fltbox {
  width: 1200px;
  margin: 0 auto;
}

#guest_service .fltbox .boxL,
#guest_service .fltbox .boxR {
  width: 584px;
}

#guest_service .guest_box {
  background: #fff;
  padding: 25px;
  margin-bottom: 30px;
}

#guest_service .guest_box h3 {
  color: #a38b4c;
  font-size: 24px;
  text-align: center;
  margin: 20px auto 10px;
}

#guest_service .guest_box li {
  font-size: 14px;
  padding: 10px 0;
  line-height: 1.6;
  border-top: 1px dashed #c7c0af;
}

#guest_service .guest_box li:nth-last-of-type(1) {
  border-bottom: 1px dashed #c7c0af;
}

#guest_service .boxR .guest_box:nth-of-type(1) {
  padding: 25px 25px 32px 25px;
}

#guest_service .boxR .guest_box:nth-of-type(2) {
  padding: 25px 25px 47px 25px;
}

#guest_service .guest_box li p {
  padding-left: 1em;
  text-indent: -1em;
}

#guest_service .guestbtm p {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 15px;
  line-height: 1.6;
}

#guest_service .guestbtm p a {
  text-decoration: underline;
}

#guest_service .guestbtm p a:hover {
  text-decoration: none;
}

#guest_service .pdf p a {
  position: relative;
  text-decoration: underline;
}

#guest_service .pdf p a:before {
  content: "\f1c1";
  font-family: "fontawesome";
  color: #ff3333;
}

#guest_service .pdf p a:hover {
  text-decoration: none;
}

/*客室宿泊ボタン*/

.row-buttons {
  display: flex;
  justify-content: center;
  padding-bottom: 4%;
  align-items: center;

  > *:nth-child(n + 2) {
    margin-left: 20px;
  }
}

.button-01 {
  background-color: #a38b4c;
  font-size: 18px;
  border: solid 2px #a38b4c;
  width: 16%;
  display: block;
  color: #fff !important;
  text-align: center;
  padding: 19px;
}

.button-01:hover {
  background: #fff;
  transition: 1s;
  color: #a38b4c !important;
}

.button-01-1 {
  background-color: #a38b4c;
  font-size: 18px;
  border: solid 2px #a38b4c;
  width: 16%;
  display: block;
  color: #fff !important;
  text-align: center;
  padding: 10px;
}

.button-01-1:hover {
  background: #fff !important;
  transition: 1s;
  color: #a38b4c !important;
}

.button-02 {
  padding: 13px 66px;
  background-color: #a38b4c;
  font-size: 18px;
  border: solid 2px #a38b4c;
  width: 16%;
  display: block;
  color: #fff !important;
  text-align: center;
  padding: 20px;
}

.button-02:hover {
  background: #fff;
  transition: 1s;
  color: #a38b4c !important;
}

.row-buttons-03 {
  display: flex;
  padding-bottom: 4%;
  padding-top: 1.5em;
  align-items: center;
}

.button-03 {
  padding: 3px 19px;
  background-color: #a38b4c;
  font-size: 16px;
  border: solid 2px #a38b4c;
  width: 39%;
  display: block;
  color: #fff !important;
  text-align: center;
  padding: 16px;
  margin: 0 5px;
}

.button-03:hover {
  background: #fff;
  transition: 1s;
  color: #a38b4c !important;
}

.button-03-1 {
  padding: 3px 19px;
  background-color: #a38b4c;
  font-size: 16px;
  border: solid 2px #a38b4c;
  width: 39%;
  display: block;
  color: #fff !important;
  text-align: center;
  padding: 5px;
  margin: 0 5px;
}

.button-03-1:hover {
  background: #fff;
  transition: 1s;
  color: #a38b4c !important;
}

.br_sp {
  display: none;
}

#guest_service .guest_service .top_title span {
  display: block;
  font-size: 20px;
  font-family: YuMincho, "Yu Mincho", serif;
  line-height: 2;
}

@media only screen and (max-width: 768px) {
  /*客室宿泊ボタン*/

  .row-buttons {
    padding-bottom: 12%;
  }

  .button-01 {
    font-size: 14px;
    width: 41%;
    text-align: center;
    padding: 6px;
    line-height: 21px;
    margin: 0 3px;
  }

  .button-01:hover {
    background: #fff;
    transition: 1s;
    color: #a38b4c !important;
  }

  .button-01-1 {
    background-color: #a38b4c;
    font-size: 14px;
    border: solid 2px #a38b4c;
    width: 43%;
    display: block;
    color: #fff !important;
    text-align: center;
    padding: 13px;
    margin: 0 3px;
  }

  .button-01-1:hover {
    background: #fff;
    transition: 1s;
    color: #a38b4c !important;
  }

  .button-02 {
    padding: 13px 66px;
    background-color: #a38b4c;
    font-size: 14px;
    border: solid 2px #a38b4c;
    width: 43%;
    display: block;
    color: #fff !important;
    text-align: center;
    padding: 11px;
    line-height: 24px;
  }

  .button-02:hover {
    background: #fff;
    transition: 1s;
    color: #a38b4c !important;
  }

  .button-03 {
    padding: 3px 19px;
    background-color: #a38b4c;
    font-size: 15px;
    border: solid 2px #a38b4c;
    width: 43%;
    display: block;
    color: #fff !important;
    text-align: center;
    padding: 16px;
    margin: 0 5px;
  }

  .button-03:hover {
    background: #fff;
    transition: 1s;
    color: #a38b4c !important;
  }

  .button-03-1 {
    padding: 3px 19px;
    background-color: #a38b4c;
    font-size: 15px;
    border: solid 2px #a38b4c;
    width: 46%;
    display: block;
    color: #fff !important;
    text-align: center;
    padding: 2px;
    margin: 0 5px;
    line-height: 21px;
  }

  .button-03-1:hover {
    background: #fff;
    transition: 1s;
    color: #a38b4c !important;
  }

  .sm13 {
    font-size: 11px;
  }

  .br_sp {
    display: block;
  }

  .button-02 {
    padding: 4px 0;
  }

  .row-buttons-03 {
    justify-content: center;
  }

  .button-03 {
    font-size: 15px;
    padding: 3px 40px;
  }

  .room_box_wide2 .photo {
    display: table-row-group;
  }

  /* sp_guest_service */
  #test01 {
    margin-top: -0px;
    padding-top: 0px;
  }

  #guest_service {
    width: 100%;
    background: #f4f1ea;
  }

  #guest_service .guest_service .top_title {
    font-size: 20px;
  }

  #guest_service .guest_service .top_title span {
    font-size: 15px;
    line-height: 1.6;
  }

  #guest_service .fltbox {
    width: 100%;
  }

  #guest_service .guest_service {
    width: 93%;
    padding: 40px 0 50px;
  }

  #guest_service h2 {
    font-size: 22px;
    color: #a38b4c;
    text-align: center;
    margin-bottom: 20px;
  }

  #guest_service h2 i {
    font-size: 16px;
    display: block;
    line-height: 35px;
  }

  #guest_service .fltbox {
    width: 100%;
  }

  #guest_service .fltbox .boxL,
  #guest_service .fltbox .boxR {
    width: 100%;
  }

  #guest_service .guest_box {
    padding: 10px;
    margin-bottom: 20px;
  }

  #guest_service .guest_box h3 {
    font-size: 16px;
    margin: 10px auto;
  }

  #guest_service .guest_box li {
    font-size: 12px;
    padding: 5px 0;
    line-height: 1.6;
  }

  #guest_service .boxR .guest_box:nth-of-type(1) {
    padding: 10px;
  }

  #guest_service .boxR .guest_box:nth-of-type(2) {
    padding: 10px;
  }

  #guest_service .guestbtm p {
    font-size: 12px;
  }
  .sp_no {
    display: none;
  }
}

.sppc-none {
  display: none;
}

/*8/1チェックアウト時間変更*/
.alart8 {
  color: #fff;
  padding-top: 1%;
}

/* 230919 */
.box_equipment {
  margin-top: 5rem;
  max-width: 1200px;
  margin: auto;
}

#facility_room {
  display: block;
  height: 0;
  margin-top: -80px;
  padding-top: 80px;
}

.facility_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.facility_wrap2 {
  display: flex;
}

#kdwrSubWrap {
  margin: 125px 0 10px 0;
}
#kdwrSubWrap2 {
  margin: 0 0 20px 0;
}

#kdwrSubWrap .kdwrBox {
  width: 24%;
  float: left;
  margin-left: 3px;
  box-sizing: border-box;
}

#grKdwr02,
#grKdwr03,
#grKdwr04 {
  transition: 0.3s;
  box-shadow: 0 1px 4px #ababab;
}

.kdwrBox dl {
  padding: 12px;
  background: #fff;
}

.kdwrBox dt {
  font-size: 14px;
  line-height: 1.4;
  margin: 12px 0 13px 0;
}
small {
  font-size: 11px !important;
}
.facility-title {
  font-size: 17px;
  color: #000;
}
#kdwrSubWrap h2 {
  font-size: 36px;
  color: #a38b4c;
  text-align: center;
  margin-bottom: 20px;
  font-family: "Spectral SC", serif;
}
#kdwrSubWrap .top_title span {
  display: block;
  font-size: 20px;
  font-family: YuMincho, "Yu Mincho", serif;
  line-height: 2;
}

/* 設備アメニティアイコン */
.box_icon {
  margin-top: 1px;
  display: flex;
  flex-wrap: wrap;
}

.box_icon .inn_icon {
  width: 121px;
  height: 113px;
  padding: 0.2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  background: #fff;
  margin: 2px;
}
.box_icon .inn_icon .icon .img {
  height: 7.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lazyloaded {
  animation: fade 0.5s linear;
  animation-fill-mode: forwards;
  width: 72%;
}
.tl {
  font-size: 13px;
}
.box_icon .inn_icon {
  border: 1px solid #ccc;
}

.width01 {
  width: 288px;
  vertical-align: top;
}
.txt_amenity {
  margin: 18px 0 0 4px;
  line-height: 24px;
  font-size: 14px;
}
.txt_amenity2 {
  margin: 0 0 0 4px;
  line-height: 24px;
  font-size: 14px;
}
.pc_only {
  display: block;
}
.plan_click {
  display: block;
  text-align: center;
  background: #a38b4c;
  color: #fff;
  padding: 20px;
  font-size: 18px;
  border: solid 2px #a38b4c;
}
.plan_click:hover {
  background: #fff;
  transition: 1s;
  color: #a38b4c !important;
}

/* 230713 */
.topics_banner {
  max-width: 1000px;
  width: 1000px;
  margin: 30px auto 80px;
}

.topics_banner a img {
  max-width: 100%;
  height: auto;
}

.topics_banner a {
  display: block;
}

.topics_banner a:hover {
  opacity: 0.8;
}

/* 20251003 */
.box_flex {
  /* display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 3px; */
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#kdwrSubWrap .kdwrBox.kdwrBox_flex {
  float: none;
  margin: 0;
  background: #fff;
  width: 32%;
}
.kdwrBox_flex img {
  width: 100%;
}
