@charset "utf-8";

/* form */
#form {
  background: #332f00;
  height: 80px;
}

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

#form .form h2 {
  font-size: 20px;
  color: #fff;
  font-family: "Spectral", serif;
  float: left;
  line-height: 80px;
  margin-right: 20px;
}

#form .form a {
  color: #fff;
  float: left;
  margin-right: -30px;
  height: 50px;
  width: 100px;
}

#form .form form {
  /*width: 920px;*/
  float: left;
  height: 40px;
  margin-top: 17px;
  margin-right: 20px;
}

#form .form form span {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
  position: relative;
  color: #fff;
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 16px;
}

#form .form form span:nth-last-of-type(1) {
  margin-right: 0;
}

#form .form form i {
  color: #fff;
  font-size: 20px;
  margin-left: 5px;
}

#form .form form select,
#form .form form .dynDate input {
  height: 40px;
  width: 60px;
  text-align: -webkit-center;
  text-align: center;
  font-size: 16px;
  border: 0;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  position: relative;
  cursor: pointer;
}

_:-ms-input-placeholder,
:root #form .form {
  width: 1340px;
}

select::-ms-expand {
  display: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #form .form form select {
    text-align: -webkit-right;
    text-align: right;
    padding-right: 25px;
  }
}

#form .form form .bookingNights:after,
#form .form form .bookingRooms:after {
  font-family: FontAwesome;
  content: "\f0d7";
  position: absolute;
  color: #000;
  top: 50%;
  margin-top: -8px;
  right: 25px;
}

#form .form form .dynPersons:after {
  font-family: FontAwesome;
  content: "\f0d7";
  position: absolute;
  color: #000;
  top: 50%;
  margin-top: -8px;
  right: 40px;
}

#form .form form .undecided {
  display: inline-block !important;
}

#form .form form .undecided ul {
  width: 80px;
  display: inline-block;
}

#form .form form .undecided ul li:nth-of-type(1) {
  margin-bottom: 5px;
}

#form .form form .dynSubmit {
  display: inline-block !important;
}

/*Radio Check*/
#form .undecided input[type="checkbox"] {
  display: none;
}

#form .undecided label {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  padding: 0 0 0 0;
  border-radius: 8px;
  vertical-align: middle;
  cursor: pointer;
  font-size: 14px;
  text-indent: 20px;
}

#form .undecided label:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  content: "";
}

#form .undecided label:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 6px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#form .undecided input[type="checkbox"]:checked + label:before {
  opacity: 1;
}

#form .form button {
  background: #ab8b10;
  border: 0;
  color: #fff;
  border-radius: 5px;
  width: 100px;
  height: 40px;
  margin-left: 20px;
}

#form .form button p {
  display: inline-block;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  position: relative;
  font-weight: bold;
}

#form .form button p:before {
  font-family: FontAwesome;
  content: "\f002";
}

.btn_houjin {
  background: #ab8b10;
  border: 0;
  color: #fff;
  border-radius: 5px;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  position: relative;
  font-weight: bold;
  height: 40px;
  margin-top: 17px;
  padding-top: 12px;
  padding-right: 9px;
  padding-bottom: 11px;
  padding-left: 9px;
}

#form .btn_houjin:before {
  content: "\f0f7";
  font-family: FontAwesome;
  margin-right: 3px;
}

.topics_box {
  width: 1058px;
  padding: 20px;
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  border: 1px solid #c91518;
  color: #c91518;
  font-size: 17px;
}

#bana {
  margin-top: 50px;
}

#bana #sp {
  display: none;
}

/*20190212追記*/
#CDSWIDSSP .widSSPData .widSSPWrap {
  height: auto;
  overflow: hidden;
  position: relative;
  display: none;
}

#CDSWIDSSP .widSSPData {
  border: 1px solid #ffffff !important;
}

#CDSWIDSSP {
  margin: 10px auto 17px !important;
}

.cyou0212:after {
  clear: both;
  display: block;
  content: "";
}

.cyou0212 > div {
  float: left;
  max-width: 360px;
  width: 100%;
  border: solid 1px #c8c3bd;
  margin: 0 10px 50px 0;
  height: 276px;
}

.cyou0212 > div:nth-of-type(3) {
  max-width: 360px;
  margin: 0 0 50px 0;
}

@media only screen and (min-width: 769px) {


  .accessBox01 {
    width: 20%;
    height: 280px;
    padding: 10px;
    border-left: 1px solid #b1a281;
    border-bottom: 1px solid #b1a281;
    float: left;
  }

  .accessBox01 th {
    font-weight: bold;
    color: #b1a281;
    text-align: center;
    border-top: 1px solid #b1a281;
    padding: 6px;
  }

  .accessBox01 th span {
    color: #b1a281;
    margin-right: 5px;
    font-size: 20px;
  }

  .accessBox01 .accessTxt01 {
    width: 20%;
    font-weight: bold;
    font-size: 1em;
    vertical-align: top;
    padding: 0 0 0 10px;
  }

  .accessTxt01 {
    width: 20%;
    font-weight: bold;
    font-size: 1em;
    vertical-align: top;
    padding: 3px 0 0 10px;
  }

  .accessTxt02 {
    font-size: 1em;
    line-height: 0;
  }

  .accessTxt03 {
    text-align: center;
  }

  .accessTxt03 span {
    margin: 0 5px;
    font-size: 20px;
    font-weight: bold;
    color: #b1a281;
  }

  .accessBox02 {
    width: 20%;
    height: 280px;
    padding: 10px;
    border-left: 1px solid #b1a281;
    border-bottom: 1px solid #b1a281;
    float: left;
  }

  .accessBox02 th {
    font-weight: bold;
    color: #b1a281;
    text-align: center;
    border-top: 1px solid #b1a281;
  }

  .accessBox02 th span {
    color: #b1a281;
    margin-right: 5px;
    font-size: 20px;
  }

  .accessBox03 {
    width: 20%;
    height: 280px;
    padding: 10px;
    border-left: 1px solid #b1a281;
    border-right: 1px solid #b1a281;
    border-bottom: 1px solid #b1a281;
    float: left;
  }

  .accessBox03 th {
    font-weight: bold;
    color: #b1a281;
    text-align: center;
    border-top: 1px solid #b1a281;
  }

  .accessBox03 th span {
    color: #b1a281;
    margin-right: 5px;
    font-size: 20px;
  }

  .accessTbl {
    width: 1200px;
    margin: auto;
    border: 1px solid #b1a281;
    border-collapse: collapse;
    font-size: 13px;
  }

  .accessTbl tr {
    border: 1px solid #b1a281;
    border-collapse: collapse;
  }

  .accessTbl tr td {
    border: 1px solid #b1a281;
    border-collapse: collapse;
    width: 20%;
    padding: 10px 0 10px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    vertical-align: top;
  }

  .accessTbl tr td div {
    margin-bottom: 10px;
  }

  .accessTbl tr td div:last-of-type {
    margin-bottom: 0;
  }

  .accessTbl tr td div h3 {
    color: #b1a281;
    padding: 15px 0;
  }

  .accessTbl tr td div h3 span {
    margin-right: 5px;
    font-size: 20px;
    padding: 10px 0;
  }

  .accessTbl tr td div dl {
    margin: 0 0 10px 0;
    text-align: left;
  }

  .accessTbl tr td div dl dt {
    width: 100%;
    font-weight: bold;
    padding: 5px 0 10px 0;
  }

  .accessTbl tr td div dl dd {
    width: 100%;
    margin: 0 0 15px 0;
    font-size: 13px;
    line-height: 1.7em;
  }

  .accessTbl tr td div p span {
    margin: 0 5px;
    font-size: 20px;
    font-weight: bold;
    color: #b1a281;
  }

  .nopc {
    display: none !important;
  }
}

/*----------------------------------------------------
☆footer
----------------------------------------------------*/

.modal-content {
  display: none;
}

/*181113*/
.houjin_banner {
  margin-top: 40px;
}

/* tokuten */
#tokuten {
  width: 100%;
  background: #f4f1ea;
  margin-top: 50px;
  /* height: 1455px;  (500円キャッシュバックバナーがあるとき)*/
  height: 1040px;
}

#tokuten .tokuten {
  width: 1000px;
  margin: 0 auto;
  padding: 70px 0 100px;
}

#tokuten h2 {
  text-align: center;
  font-size: 40px;
  font-family: "Spectral SC", serif;
  color: #a38b4e;
  margin-bottom: 20px;
  padding-top: 40px;
}

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

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

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

.tokuten_boxW {
  width: 1000px;
  overflow: hidden;
  background: #fff;
  padding: 25px 25px 0;
  margin-bottom: 30px;
  margin-right: auto;
  margin-left: auto;
}

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

.tokuten_main {
  padding-top: 12px;
  overflow: hidden;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 20px;
}

.bb {
  border-bottom: 1px dashed #c7c0af;
  margin-bottom: 10px;
}

.tokuten_main h4 {
  padding: 10px 0;
  font-size: 28px;
}

.tokuten_main5 .img5 {
  width: 30%;
  float: right;
  border-radius: 10px;
}

.tokuten_main .img {
  position: relative;
  width: 30%;
  float: right;
}

.tokuten_main .txt {
  padding-right: 36%;
}

.tokuten_main .txt p {
  font-size: 14px;
  line-height: 1.6em;
}

.tokuten_main .txt01 {
  font-size: 16px !important;
  font-weight: bold;
  margin-bottom: 5px;
}

.pointTbl2 {
  color: #383350;
  font-size: 1.25em;
  line-height: 0.8;
  padding: 1em 0;
}

.pointTbl2 small {
  font-size: 0.5em;
}

.tokuten_box {
  width: 100%;
  background: #fff;
  margin-bottom: 30px;
}

.tokutenboxL {
  width: 460px;
  margin-top: 10px;
  float: left;
}

.tokutenboxR {
  width: 460px;
  margin-top: 10px;
  float: right;
}

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

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

li.linelast {
  border-bottom: 1px dashed #c7c0af;
}

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

#tokuten .tokuten_box {
  background: #fff;
  padding: 25px;
  margin-bottom: 30px;
}

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

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

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

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

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

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

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

#tokuten .tokutenbtm p a {
  text-decoration: underline;
}

#tokuten .tokutenbtm p a:hover {
  text-decoration: none;
}

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

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

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

/* 190925ポイントUP追加 */
#tokuten .botan a {
  display: block;
  border: 1px solid #9e8b63;
  color: #9e8b63;
  width: 245px;
  text-align: center;
  padding: 15px;
  font-size: 16px;
  font-family: YuMincho, "Yu Mincho", serif;
  margin: 40px 0;
}

#tokuten .botan a i {
  font-size: 20px;
  margin-right: 10px;
}

/* 200311コロナ */
.kokuchi {
  border: 1px solid #9e8b63;
  padding: 2%;
  margin: 0% 15.3% 2%;
}

.kokuchi h3 {
  text-align: center;
  border-bottom: 1px solid #9e8b63;
  margin: 0 10% 2%;
}

.corona {
  line-height: 1.6;
  text-align: center;
  margin-bottom: 10px;
}

/* 200422デイユース */
.mt20 {
  margin-top: 20px;
}

/* 200626いらっしゃい */
h2.head01.cpba a img {
  width: 540px;
}

/* 210202AWARD */
ul.alist li {
  width: 31%;
  float: left;
  height: 415px;
  padding-bottom: 15px;
  text-align: center;
  background: #fff;
  margin: 0 1% 40px 1%;
  border: 1px solid #b1a281;
}

ul.alist {
  width: 100%;
  background: #f4f4f4;
  padding: 50px 0 20px;
  height: 520px;
  margin-bottom: 10%;
}

ul.alist li h2 {
  font-size: 1.15em;
  font-weight: bold;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 10px;
  line-height: 150%;
}

ul.alist li p {
  width: 86%;
  text-align: left;
  overflow: hidden;
  margin: 0 auto;
  font-size: 13px;
  line-height: 150%;
}

ul.alist li img {
  width: 100%;
  height: auto;
}

ul.alist li figure {
  display: block;
  padding-bottom: 15px;
}

/* 210206 */
#slide_topics li {
  /* width: 31%; */
  /* height: 415px; */
  width: 23%;
  height: 360px;
  float: left;
  padding-bottom: 15px;
  text-align: center;
  background: #fff;
  margin: 0 1% 40px 1%;
  border: 1px solid #b1a281;
}

#slide_topics {
  width: 100%;
  height: 440px;
  background: #f4f4f4;
  padding: 50px 0 20px;
  margin-bottom: 10%;
}

#slide_topics li h2 {
  font-size: 1.15em;
  font-weight: bold;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 10px;
  line-height: 150%;
}

#slide_topics li p {
  width: 86%;
  text-align: left;
  overflow: hidden;
  margin: 0 auto;
  font-size: 13px;
  line-height: 150%;
}

#slide_topics li img {
  width: 100%;
  height: auto;
}

#slide_topics li figure {
  display: block;
  padding-bottom: 15px;
}

.topic_important {
  text-align: center;
  padding: 15px 0;
  color: #fff;
  background-color: #a38b4e;
  font-size: 18px;
  font-weight: bold;
}

/* 210614 */
.topics_box.corona {
  border: 2px solid #c91518;
  margin-top: 50px;
  text-align: center;
  padding: 0;
}

.topics_box.corona a {
  padding: 20px;
  display: block;
  color: #c91518;
  transition: 0.3s;
}

.topics_box.corona a:hover {
  opacity: 0.8;
}

/* 220831　ポップアップ */
.top_lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1010;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}

.top_lightbox.active {
  opacity: 1;
  pointer-events: auto;
}

.top_lightbox div {
  background: #fff;
  width: 70%;
  max-width: 650px;
  padding: 50px;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  border: 3px solid #caa670;
}

.top_lightbox div img {
  max-width: 100%;
  display: block;
  margin: 0 auto 20px;
}

.top_lightbox div p {
  margin-bottom: 30px;
  text-align: center;
  font-size: 14px;
}

.top_lightbox div p strong {
  font-size: 20px;
  font-weight: bold;
  display: block;
  text-align: center;
  padding-bottom: 12px;
  border-bottom: 2px solid #9f864c;
  margin: auto;
  width: 52%;
}

.top_lightbox div p strong.popup_strong {
  font-size: 18px;
  padding: 20px 0;
  border: none;
  line-height: 1.5em;
}

.top_lightbox div p strong span {
  font-size: 20px;
  color: red;
  position: relative;
  z-index: 1;
}

.top_lightbox div p strong span::after {
  content: "";
  width: 100%;
  height: 7px;
  background-color: #fff141;
  position: absolute;
  bottom: 4px;
  left: 0;
  z-index: -2;
}

.top_lightbox div .close {
  position: absolute;
  top: 15px;
  right: 10px;
  width: 30px;
  height: 20px;
  cursor: pointer;
  opacity: 1;
}

.top_lightbox div .close::before,
.top_lightbox div .close::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #404040;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.top_lightbox div .close::before {
  transform: rotate(45deg);
}

.top_lightbox div .close::after {
  transform: rotate(-45deg);
}

.top_lightbox div .btn {
  cursor: pointer;
  padding: 10px;
  display: block;
  margin: 30px auto 0;
  line-height: 100%;
  height: auto;
  width: 210px;
  border: 1px solid #9e8b63;
}

.top_lightbox div .btn::after {
  display: none;
}

/* 230207 */
.reserve_link {
  padding: 60px 0 120px;
  background: rgb(177 162 129 / 10%);
}

.reserve_link ul {
  max-width: 540px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.reserve_link ul li {
  text-align: center;
  max-width: 240px;
  width: 100%;
}

.reserve_link ul li a {
  padding: 20px;
  border: 1px solid #ba9812;
  display: block;
  width: 100%;
  position: relative;
  transition: 0.3s;
  font-weight: bold;
  background-color: #ba9812;
  color: #fff;
}

.reserve_link ul li a:hover {
  background-color: #fff;
  color: #000;
}

.reserve_link ul li a .fa {
  padding-right: 10px;
  color: #fff;
}

.reserve_link ul li a:hover .fa {
  color: #9e8b63;
}

.area_lightbox_wrap_bbq {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

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

.topics_banner a {
  display: block;
}

.topics_banner a:hover {
  opacity: 0.8;
}

/* gihan */
#gihan .gihan.obsession {
  width: 1200px;
}

#gihan {
  margin-top: -30px;
  padding-top: 30px;
}

#gihan .gihan {
  margin: 80px auto 100px;
}

#gihan .gihan.obsession .top_title {
  margin-bottom: 25px;
}

#gihan .gihan .top_title,
#guest_service .guest_service .top_title {
  text-align: center;
  font-size: 40px;
  font-family: "Spectral SC", serif;
  color: #a38b4e;
}

.obsession_flex.reverse {
  flex-direction: row-reverse;
}

.obsession_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
  max-width: 2000px;
  margin: 0 8%;
}

.obsession_flex .obsession_img,
.obsession_flex .obsession_txt {
  width: 603px;
}

/* .obsession_flex .obsession_img img {
  width: 100%;
} */
.obsession_flex .obsession_txt h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
}

.obsession_flex .obsession_txt strong {
  display: block;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  font-size: 20px;
  width: 100%;
}

.obsession_flex .obsession_txt p {
  line-height: 170%;
}

/*230817*/
.pagetop_member {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 200;
  display: none;
}

.ft_member_menu {
  padding: 0 110px;
}

.flex {
  /* display: flex; */
  display: none;
}

.fx_end {
  justify-content: flex-end;
}

.ft_member_menu li {
  position: relative;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1vw;
  transition: all 0.2s ease-in-out 0s;
  align-items: center;
}

.ft_member_btn {
  background: #9e2505;
}

.member_a {
  display: block;
  padding: 18px 105px;
}

.sp_none {
  display: block !important;
}
