
@charset "Shift_JIS";
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
}
body *{
  box-sizing: border-box;
}
figure{
  margin: 0;
}
img {
  vertical-align: top;
}

/*parts*/
.pcItem {
  display: block;
}

.spItem {
  display: none;
}

.bg_pattern02 {
  background: #ececec;
}

.bg_pattern03 {
  background: #493521;
}

.mincho {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, "serif";
  font-weight: 500;
}

/**/
.guntu_container {
  position: relative;
}

.footer_nav_bg {
  position: absolute;
  top: -132px;
  width: 100%;
  height: 70px;
  background: url(/luxurytravel/common_include/images/navi_bg.jpg) repeat-x;
  z-index: -1;
}

.section {
  width: 100%;
  margin: 0;
  padding: 0;
  h2{
    font-size: 28px;
    font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "MS P明朝", serif;
    font-weight: bold;
  }
}
.section .section_inner {
  width: 1120px;
  margin: 0 auto;
}

/**/
.keyvisual {
  position: relative;
  height: 750px;
}
.keyvisual .visual_list {
  width: 100%;
  height: 750px;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.keyvisual .js-slider-item {
  z-index: 10;
  opacity: 0;
  width: 100%;
  height: 750px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: fade 28s 0s infinite;
  animation: fade 28s 0s infinite;
}
.keyvisual .js-slider-item img {
  width: 100%;
}
.keyvisual .js-slider-item1 {
  background: url(/luxurytravel/guntu/images/pic_slider01.jpg) center center no-repeat;
  background-size: cover;
}
.keyvisual .js-slider-item2 {
  background: url(/luxurytravel/guntu/images/pic_slider02.jpg) center center no-repeat;
  background-size: cover;
}
.keyvisual .js-slider-item3 {
  background: url(/luxurytravel/guntu/images/pic_slider03.jpg) center center no-repeat;
  background-size: cover;
}
.keyvisual .js-slider-item4 {
  background: url(/luxurytravel/guntu/images/pic_slider04.jpg) center center no-repeat;
  background-size: cover;
}
.keyvisual .js-slider-item:nth-of-type(2) {
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}
.keyvisual .js-slider-item:nth-of-type(3) {
  -webkit-animation-delay: 14s;
  animation-delay: 14s;
}
.keyvisual .js-slider-item:nth-of-type(4) {
  -webkit-animation-delay: 21s;
  animation-delay: 21s;
}
.keyvisual .heading01 {
  position: relative;
  top: 135px;
  z-index: 10;
  width: 1120px;
  margin: auto;
}
.keyvisual h1 img {
  width: 431px;
}

@keyframes fade {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  10% {
    opacity: 1;
    transform: scale(1);
  }
  20% {
    opacity: 1;
    transform: scale(1);
  }
  30% {
    opacity: 0;
    z-index: 9;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
  }
}
/*Topics*/
.topics {
  background-color: #000;
}
.topics_inner {
  width: 742px;
  margin: 0 auto;
  padding: 36px 0 47px;
}
.topics .heading02 {
  margin-bottom: 32px;
  text-align: center;
  line-height: 0;
}
.topics .heading02 h2 {
  display: inline-block;
  line-height: 0;
}
.topics .heading02 h2 img {
  width: 81px;
}
.topics_data {
  display: flex;
  margin: 17px 0 0;
  color: #fff;
  font-size: 16px;
  letter-spacing: calc((50 / 1000)*1em);
}
.topics_data dt{
  min-width: 130px;
}
/* .topics_data > * {
  display: table-cell;
  vertical-align: top;
} */
.topics_data dd {
  padding-left: 40px;
}
.topics_data dd > a {
  text-decoration: none;
  color: #fff;
}
.topics_data .icon_new {
  margin-right: 5px;
  padding: 2px .9em 1px;
  background-color: #ccc;
  letter-spacing: calc((50 / 1000)*1em);
  font-style: normal;
  line-height: 1;
  color: #000;
  font-size: 14px;
}

/*ガンツウとは?*/
.about_inner {
  margin: 0 auto;
}
.about_contents {
  display: flex;
  width: 1120px;
  margin: auto;
  padding: 0 0 50px 0;
}
.about .heading03 {
  line-height: 0;
  text-align: center;
}
.about .heading03 h2 {
  display: inline-block;
  line-height: 0;
}
.about .heading03 h2 img {
  width: 195px;
}
.about_body {
  width: 500px;
  margin-right: 100px;
  padding: 73px 0 0;
}
.about_body .js-modal {
  cursor: pointer;
  margin: 36px 0 0;
  line-height: 0;
}
.about_body .js-modal img {
  width: 100%;
}
.about_txt {
  max-height: 36em;
  margin: auto;
  padding: 48px 30px 0px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.about_txt p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: calc((50 / 1000)*1em);
  line-height: 36px;
  font-size: 16px;
}
.about_txt p + p {
  margin: 0 1em 0 0;
}
.about_img {
  line-height: 0;
}
.about_img img {
  width:520px;
}
.about_description {
  display: flex;
}
.about_description .img_wrap {
  width: 368px;
}
.about_description .img_wrap img {
  width: 100%;
}
.about_description dl {
  margin: 2px 0 0 46px;
}
.about_description dl dt img {
  width: 248.5px;
}
.about_description dl dd {
  margin-top: 1em;
  line-height: 30px;
  font-size: 14px;
}

.description_inner {
  width: 1027px;
  margin: 0 auto;
  padding: 50px 0;
}

/*ボタン*/
.btn_center {
  margin-top: 30px;
  text-align: center;
}

.guntu_btn {
  display: inline-block;
  width: 220px;
}
.guntu_btn a {
  position: relative;
  display: block;
  padding: .7em 1em;
  border: 1px solid #000;
  border-radius: 5px;
  text-align: center;
  letter-spacing: calc((70 / 1000)*1em);
  text-decoration: none;
  color: #000;
  font-size: 14px;
}
.guntu_btn a::after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  display: inline-block;
  content: "";
  vertical-align: 2px;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.guntu_btn a:hover {
  border-color: #159ee2;
  color: #159ee2;
}
.guntu_btn a:hover::after {
  border-color: #159ee2;
}
.guntu_btn.pcItem {
  display: inline-block;
}
.guntu_btn.spItem {
  display: none;
}

/*客室のご案内*/
.guide {
  margin: 145px 0 0;
}
.guide .heading04 {
  line-height: 0;
  text-align: center;
}
.guide .heading04 h2 {
  display: inline-block;
  line-height: 0;
}
.guide .heading04 h2 img {
  width: 306px;
}
.guide_contents {
  margin-top: 90px;
}
.guide_contents + .guide_contents {
  margin-top: 150px;
}
/* ザ　ガンツウスイート */
.guide_contents:nth-of-type(2) dl dt img {
  width: 261px;
}
/* グランドスイート */
.guide_contents:nth-of-type(3) dl dt img {
  width: 220px;
}
/* テラススイートプレステージ */
.guide_contents:nth-of-type(4) dl dt img {
  width: 200px;
}
.guide_contents:nth-of-type(4) dl dt{
  height: 170px;
}
/* .guide_contents:nth-of-type(4) {
  .guntu_btn {
    bottom: -60px;
  }
} */
/* テラススイート露天風呂付き */
.guide_contents:nth-of-type(5) dl dt img {
  width: 244px;
}
/* テラススイート内風呂付き */
.guide_contents:nth-of-type(6) dl dt img {
  width: 200px;
}
.guide .eye_catch {
  line-height: 0;
}
.guide .eye_catch img {
  width: 1120px;
}
.guide_body {
  position: relative;
  margin-top: 28px;
}
.guide_body dl {
  display: flex;
}
.guide_body dl dt {
  width: 285px;
  margin-top: 11px;
}
.guide_body dl dd {
  margin: 0 0 0 90px;
  letter-spacing: calc((50 / 1000)*1em);
  line-height: 36px;
  font-size: 16px;
}
.guide_body .guntu_btn {
  position: absolute;
  bottom: 0;
  left: 123px;
  width: 160px;
}
.guide_body .guntu_btn a {
  padding: 3px 1em;
  font-size: 13px;
}
.guide_body .guntu_btn a::after {
  right: 6px;
  width: 4px;
  height: 4px;
}

/*お食事*/
.meal {
  margin-top: 143px;
}
.meal .heading04 {
  line-height: 0;
  text-align: center;
}
.meal .heading04 h2 {
  display: inline-block;
  line-height: 0;
}
.meal .heading04 h2 img {
  width: 148px;
}
.meal_contents {
  display: flex;
  flex-wrap: wrap;
  margin-top: 85px;
}
.meal_item {
  margin-bottom: 80px;
}
.meal_item:nth-child(even) {
  margin-left: 100px;
}
.meal_item:nth-child(1) dt img {
  width: 125px;
}
.meal_item:nth-child(2) dt img {
  width: 72.5px;
}
.meal_item:nth-child(3) dt img {
  width: 122px;
}
.meal_item:nth-child(4) dt img {
  width: 248px;
}
.meal_item:nth-child(5) dt img {
  width: 117.5px;
}
.meal_item:nth-child(6) dt img {
  width: 169px;
}
.meal_item:nth-last-of-type(1), .meal_item:nth-last-of-type(2) {
  margin-bottom: 0;
}
.meal .eye_catch img {
  width: 510px;
}
.meal .item_body {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  margin: 40px 0 0;
}
.meal .item_body dl {
  width: 270px;
}
.meal .item_body dd {
  margin-top: 8px;
  letter-spacing: calc((50 / 1000)*1em);
  line-height: 30px;
  font-size: 14px;
}
.meal .item_body .thumnail {
  line-height: 0;
}
.meal .item_body .thumnail img {
  width: 170px;
}

/*スパエリア*/
.spa {
  margin-top: 145px;
}
.spa .heading04 {
  line-height: 0;
  text-align: center;
}
.spa .heading04 h3 {
  display: inline-block;
  line-height: 0;
}
.spa .heading04 h3 img {
  width: 237.5px;
}
.spa_contents {
  margin: 78px 0 0;
}
.spa_body {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.spa_body figure {
  width: 722px;
}
.spa_body figure img {
  width: 100%;
}
.spa_body figcaption {
  margin-top: .5em;
  text-align: right;
  font-size: 14px;
}
.spa_txt {
  width: 350px;
  margin-top: -9px;
  margin-left: 45px;
}
.spa_txt p {
  line-height: 30px;
  font-size: 14px;
}
.spa_txt p + p {
  margin: 20px 0 0;
}
.spa_thumbnail {
  display: flex;
  justify-content: space-between;
  margin: 60px 0 0;
  padding: 0 20px;
}
.spa .thumbnail img {
  width: 330px;
}
.spa .thumbnail dl {
  margin-top: 20px;
  letter-spacing: calc((50 / 1000)*1em);
  line-height: 30px;
  font-size: 14px;
}

/*ガンツウ -せとうち、漂泊-*/
.map {
  margin-top: 95px;
  padding: 70px 0 105px;
}
.map_area {
  position: relative;
}
.map_area p {
  position: absolute;
  top: 42px;
  left: 45px;
  line-height: 0;
}
.map_area p img {
  width: 479px;
  line-height: 0;
}
.map_area > img {
  width: 1120px;
}
.map .fig_wrap {
  position: absolute;
  right: 25px;
  bottom: 20px;
  display: flex;
  justify-content: space-between;
  width: 426px;
}
.map figure img {
  width: 200px;
}
.map figcaption {
  margin: 0;
  text-align: right;
  font-size: 12px;
}
.map .guntu_btn02 {
  margin-top: 60px;
}
.map .guntu_btn02 a {
  position: relative;
  display: flex;
  justify-content: center;
  width: 745px;
  height: 90px;
  margin: auto;
  border-radius: 5px;
  background-color: #000;
  text-decoration: none;
  letter-spacing: calc((70 / 1000)*1em);
  line-height: 90px;
  color: #fff;
  font-size: 18px;
}
.map .guntu_btn02 a::after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  display: inline-block;
  margin: auto;
  content: "";
  vertical-align: 2px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.map .guntu_btn02 a:hover {
  background-color: #159ee2;
}
.map .guntu_btn03 {
  background: url(/luxurytravel/guntu/images/btn_guntu05_on.png) no-repeat center top;
  margin-top: 45px;
}
.map .guntu_btn03 a {
  display: block;
  width: 330px;
  height: 70px;
  margin: auto;
}
.map .guntu_btn03 a:hover {
  text-indent: -9999px;
}
.map .guntu_btn03 a img {
  vertical-align: top;
}


/**/
#overlay {
  display: none;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.lightBox {
  display: none;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 22;
  text-align: center;
}
.lightBox .eviry-baseplayer {
  margin: auto;
}

.lightBox02 {
  display: none;
  width: 100%;
  max-width: 1010px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 22;
  text-align: center;
}

.btnClose {
  display: block;
  margin-left: auto;
  cursor: pointer;
}

.btnClose:hover {
  cursor: pointer;
  opacity: .7;
}

.button_reservation{
  background-image: linear-gradient(120deg, #7e5b58, #64413d);
}