@charset "UTF-8";
/* ===================================================================
CSS information

file name  : homepage.css
author     : Abilive
style info : トップページ
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
body {
  position: relative;
}
body::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  opacity: 0;
  background: url(../images/home/bg_ptn_w01.jpg) repeat center top;
}
body.bg_cw::before, body.bg_cw2::before {
  opacity: 1;
}

.con_fv {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .con_fv {
    height: 100vh;
  }
}
.con_fv h3 {
  position: absolute;
  width: 90%;
  max-width: 1185px;
  bottom: 25%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .con_fv h3 {
    text-align: center;
    font-size: 95%;
  }
}
.con_fv h3 span {
  display: inline-block;
  width: 100%;
  font-weight: 400;
  line-height: 1;
}
.con_fv h3 span.jp {
  font-size: 165%;
  letter-spacing: 0.24em;
}
@media only screen and (min-width: 1025px) {
  .con_fv h3 span.jp {
    letter-spacing: 0.24em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_fv h3 span.jp {
    letter-spacing: 0.24em;
  }
}
@media only screen and (max-width: 767px) {
  .con_fv h3 span.jp {
    letter-spacing: 0.05em;
  }
}
@media only screen and (max-width: 767px) {
  .con_fv h3 span.jp {
    font-size: 108%;
  }
}
.con_fv h3 span.en {
  color: #d3c4ad;
  font-family: 'Cormorant Garamond', serif;
  font-size: 108%;
}
@media only screen and (min-width: 768px) {
  .con_fv h3 span.en {
    margin-top: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .con_fv h3 span.en {
    margin-top: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_fv h3 span.en {
    font-size: 86%;
  }
}
.con_fv .swiper {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .con_fv .swiper {
    height: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .con_fv .swiper .box_slider {
    height: 100%;
  }
}
.con_fv .swiper .box_slider .slick-list {
  width: 100%;
  margin: 0 0 0 auto;
}
@media only screen and (min-width: 1025px) {
  .con_fv .swiper .box_slider .slick-list {
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_fv .swiper .box_slider .slick-list {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .con_fv .swiper .box_slider .slick-list .slick-track {
    height: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .con_fv .swiper .box_slider .slick-list .slick-track .slick-slide {
    height: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .con_fv .swiper .box_slider .photo {
    height: 100%;
  }
}
.con_fv .swiper .box_slider .photo img {
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .con_fv .swiper .box_slider .photo img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.con_fv .swiper .slick-dots {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_fv .swiper .slick-dots {
    bottom: 15%;
  }
}
@media only screen and (max-width: 767px) {
  .con_fv .swiper .slick-dots {
    bottom: 15%;
  }
}
.con_fv .swiper .slick-dots li {
  position: relative;
  width: .5em;
  height: .5em;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .con_fv .swiper .slick-dots li {
    margin-right: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_fv .swiper .slick-dots li {
    margin-right: 1.5em;
  }
}
.con_fv .swiper .slick-dots li.slick-active::before {
  background: #fff;
}
.con_fv .swiper .slick-dots li.slick-active:after {
  -webkit-animation: dots 10s ease;
          animation: dots 10s ease;
}
.con_fv .swiper .slick-dots li:before {
  content: '';
  display: inline-block;
  width: .5em;
  height: .5em;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.con_fv .swiper .slick-dots li:after {
  content: '';
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  top: .6em;
  left: .2em;
}
.con_fv .swiper .slick-dots li button {
  display: none;
}
.con_fv .box_news {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(24, 16, 13, 0.7);
}
.con_fv .box_news a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .con_fv .box_news a {
    padding: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_fv .box_news a {
    padding: 0.5em;
  }
}
.mouse .con_fv .box_news a {
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.mouse .con_fv .box_news a:hover, .touch .con_fv .box_news a.touchstart {
  opacity: 0.7;
}
.touch .con_fv .box_news a {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_fv .box_news a.touchend {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.con_fv .box_news a .date {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .con_fv .box_news a .date {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .con_fv .box_news a .date {
    margin-right: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_fv .box_news a .date {
    display: none;
  }
}
.con_fv .box_news a .date::after {
  content: '/';
}
@media only screen and (min-width: 768px) {
  .con_fv .box_news a .date::after {
    margin-left: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .con_fv .box_news a .date::after {
    margin-left: 0.2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_fv .box_news a .cat {
    display: none;
  }
}
.con_fv .box_news a .txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media only screen and (min-width: 768px) {
  .con_fv .box_news a .txt {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_fv .box_news a .txt {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_fv .box_news a .txt {
    width: 100%;
  }
}

.con_concept {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
@media only screen and (min-width: 1025px) {
  .con_concept {
    padding-top: 155px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_concept {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept {
    padding-top: 4em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_concept {
    height: 92vw;
  }
}
@media only screen and (min-width: 1441px) {
  .con_concept {
    height: 88vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_concept {
    height: 105vw;
  }
}
@media only screen and (min-width: 897px) and (max-width: 1024px) {
  .con_concept {
    height: 100vw;
  }
}
.con_concept .box_concept {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (min-width: 1441px) {
  .con_concept .box_concept {
    width: calc(1000 / 1440 * 100%);
    max-width: 1920px;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .box_concept {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .con_concept .box_concept .box_text {
    width: calc(455 / 1000 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_concept .box_concept .box_text {
    width: calc(470 / 1000 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .box_concept .box_text {
    width: 85%;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .box_concept .box_text {
    margin: 0 auto;
  }
}
.con_concept .box_concept .box_text h3 {
  color: #d3c4ad;
  font-weight: 400;
  font-family: 'Cormorant Garamond', serif;
  font-size: 215%;
}
@media only screen and (max-width: 767px) {
  .con_concept .box_concept .box_text h3 {
    font-size: 129%;
  }
}
.con_concept .box_concept .box_text h4 {
  font-weight: 400;
  line-height: 1;
  color: #eee5d9;
  letter-spacing: 0.48em;
  font-size: 165%;
}
@media only screen and (min-width: 1025px) {
  .con_concept .box_concept .box_text h4 {
    letter-spacing: 0.48em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_concept .box_concept .box_text h4 {
    letter-spacing: 0.3em;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .box_concept .box_text h4 {
    letter-spacing: 0.2em;
  }
}
@media only screen and (min-width: 768px) {
  .con_concept .box_concept .box_text h4 {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .box_concept .box_text h4 {
    margin-top: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .box_concept .box_text h4 {
    font-size: 115%;
  }
}
.con_concept .box_concept .box_text .txt_en {
  color: #d3c4ad;
  line-height: 1.69231;
  font-size: 93%;
  font-family: 'Cormorant Garamond', serif;
}
@media only screen and (min-width: 768px) {
  .con_concept .box_concept .box_text .txt_en {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .box_concept .box_text .txt_en {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_concept .box_concept .box_text .txt {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_concept .box_concept .box_text .txt {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .box_concept .box_text .txt {
    margin-top: 1.5em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_concept .box_concept .box_text .txt {
    line-height: 2.64286;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_concept .box_concept .box_text .txt {
    line-height: 2;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .box_concept .box_text .txt {
    line-height: 1.8;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .box_concept .box_text .txt {
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .con_concept .box_concept .box_text .btn_basic {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_concept .box_concept .box_text .btn_basic {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .box_concept .box_text .btn_basic {
    margin-top: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .box_concept .video {
    width: 100%;
    margin-top: 3em;
  }
  .con_concept .box_concept .video video {
    width: 100%;
  }
}
.con_concept .pin-spacer {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}
.con_concept .box_video {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 896px) {
  .con_concept .box_video .inner {
    -webkit-transform-origin: 85% 295px !important;
            transform-origin: 85% 295px !important;
  }
}
@media only screen and (min-width: 897px) and (max-width: 1024px) {
  .con_concept .box_video .inner {
    -webkit-transform-origin: 85% 220px !important;
            transform-origin: 85% 220px !important;
  }
}
.con_concept .box_video .video-block__frame video {
  width: 100%;
}

.con_cuisine,
.con_hotspa,
.con_rooms,
.con_bar {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .con_cuisine,
  .con_hotspa,
  .con_rooms,
  .con_bar {
    margin-top: 270px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_cuisine,
  .con_hotspa,
  .con_rooms,
  .con_bar {
    margin-top: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .con_cuisine,
  .con_hotspa,
  .con_rooms,
  .con_bar {
    margin-top: 5em;
  }
}
.con_cuisine .box_img,
.con_hotspa .box_img,
.con_rooms .box_img,
.con_bar .box_img {
  position: relative;
}
.con_cuisine .box_img .img img,
.con_hotspa .box_img .img img,
.con_rooms .box_img .img img,
.con_bar .box_img .img img {
  width: 100%;
}
.con_cuisine .box_img .st1,
.con_hotspa .box_img .st1,
.con_rooms .box_img .st1,
.con_bar .box_img .st1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.con_cuisine > .box_text,
.con_hotspa > .box_text,
.con_rooms > .box_text,
.con_bar > .box_text {
  position: relative;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .con_cuisine > .box_text,
  .con_hotspa > .box_text,
  .con_rooms > .box_text,
  .con_bar > .box_text {
    padding-top: 160px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_cuisine > .box_text,
  .con_hotspa > .box_text,
  .con_rooms > .box_text,
  .con_bar > .box_text {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .con_cuisine > .box_text,
  .con_hotspa > .box_text,
  .con_rooms > .box_text,
  .con_bar > .box_text {
    padding-top: 4em;
  }
}
.con_cuisine > .box_text::before,
.con_hotspa > .box_text::before,
.con_rooms > .box_text::before,
.con_bar > .box_text::before {
  content: "";
  width: 1px;
  background: #827561;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (min-width: 1025px) {
  .con_cuisine > .box_text::before,
  .con_hotspa > .box_text::before,
  .con_rooms > .box_text::before,
  .con_bar > .box_text::before {
    height: 85px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_cuisine > .box_text::before,
  .con_hotspa > .box_text::before,
  .con_rooms > .box_text::before,
  .con_bar > .box_text::before {
    height: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .con_cuisine > .box_text::before,
  .con_hotspa > .box_text::before,
  .con_rooms > .box_text::before,
  .con_bar > .box_text::before {
    height: 2em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_cuisine > .box_text .st5,
  .con_hotspa > .box_text .st5,
  .con_rooms > .box_text .st5,
  .con_bar > .box_text .st5 {
    letter-spacing: 0.4em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_cuisine > .box_text .st5,
  .con_hotspa > .box_text .st5,
  .con_rooms > .box_text .st5,
  .con_bar > .box_text .st5 {
    letter-spacing: 0.3em;
  }
}
@media only screen and (max-width: 767px) {
  .con_cuisine > .box_text .st5,
  .con_hotspa > .box_text .st5,
  .con_rooms > .box_text .st5,
  .con_bar > .box_text .st5 {
    letter-spacing: 0.2em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_cuisine > .box_text .st5,
  .con_hotspa > .box_text .st5,
  .con_rooms > .box_text .st5,
  .con_bar > .box_text .st5 {
    line-height: 2.5;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_cuisine > .box_text .st5,
  .con_hotspa > .box_text .st5,
  .con_rooms > .box_text .st5,
  .con_bar > .box_text .st5 {
    line-height: 2;
  }
}
@media only screen and (max-width: 767px) {
  .con_cuisine > .box_text .st5,
  .con_hotspa > .box_text .st5,
  .con_rooms > .box_text .st5,
  .con_bar > .box_text .st5 {
    line-height: 2;
  }
}
.con_cuisine > .box_text .txt_catch,
.con_hotspa > .box_text .txt_catch,
.con_rooms > .box_text .txt_catch,
.con_bar > .box_text .txt_catch {
  color: #ece6e3;
}
@media only screen and (min-width: 768px) {
  .con_cuisine > .box_text .txt_catch,
  .con_hotspa > .box_text .txt_catch,
  .con_rooms > .box_text .txt_catch,
  .con_bar > .box_text .txt_catch {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_cuisine > .box_text .txt_catch,
  .con_hotspa > .box_text .txt_catch,
  .con_rooms > .box_text .txt_catch,
  .con_bar > .box_text .txt_catch {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_cuisine > .box_text .txt_catch,
  .con_hotspa > .box_text .txt_catch,
  .con_rooms > .box_text .txt_catch,
  .con_bar > .box_text .txt_catch {
    letter-spacing: .15em;
  }
}

.con_bg_white01 {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .con_bg_white01 {
    padding-bottom: 160px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_bg_white01 {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .con_bg_white01 {
    padding-bottom: 4em;
  }
}
.con_bg_white01 .con_hotspa .box_text .st5,
.con_bg_white01 .con_rooms .box_text .st5 {
  color: #1d1d1d;
}
.con_bg_white01 .con_hotspa .box_text .txt_catch,
.con_bg_white01 .con_rooms .box_text .txt_catch {
  color: #1d1d1d;
}
.con_bg_white01 .con_hotspa .box_text .btn_basic a,
.con_bg_white01 .con_rooms .box_text .btn_basic a {
  color: #1d1d1d;
}
.con_bg_white01 .con_hotspa .box_text .btn_basic a .arr::before,
.con_bg_white01 .con_rooms .box_text .btn_basic a .arr::before {
  content: url(../images/common/ic_arr_r_black.png);
}

.con_cuisine > ul,
.con_hotspa > ul,
.con_bar > ul {
  width: 90%;
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (min-width: 1025px) {
  .con_cuisine > ul,
  .con_hotspa > ul,
  .con_bar > ul {
    margin: 85px auto 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_cuisine > ul,
  .con_hotspa > ul,
  .con_bar > ul {
    margin: 55px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_cuisine > ul,
  .con_hotspa > ul,
  .con_bar > ul {
    margin: 3em auto 0;
  }
}
@media only screen and (min-width: 1441px) {
  .con_cuisine > ul,
  .con_hotspa > ul,
  .con_bar > ul {
    width: calc(1280 / 1440 * 100%);
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_cuisine > ul,
  .con_hotspa > ul,
  .con_bar > ul {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) {
  .con_cuisine > ul li,
  .con_hotspa > ul li,
  .con_bar > ul li {
    width: 33.3333%;
  }
}
@media only screen and (max-width: 767px) {
  .con_cuisine > ul li,
  .con_hotspa > ul li,
  .con_bar > ul li {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .con_cuisine > ul li:not(:nth-child(2)),
  .con_hotspa > ul li:not(:nth-child(2)),
  .con_bar > ul li:not(:nth-child(2)) {
    margin-top: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_cuisine > ul li:not(:nth-child(2)),
  .con_hotspa > ul li:not(:nth-child(2)),
  .con_bar > ul li:not(:nth-child(2)) {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .con_cuisine > ul li:not(:nth-child(2)),
  .con_hotspa > ul li:not(:nth-child(2)),
  .con_bar > ul li:not(:nth-child(2)) {
    margin-top: 0.3em;
  }
}
@media only screen and (max-width: 767px) {
  .con_cuisine > ul li,
  .con_hotspa > ul li,
  .con_bar > ul li {
    margin-top: .3em;
  }
}
.con_cuisine .st1 .en,
.con_hotspa .st1 .en,
.con_bar .st1 .en {
  font-size: 215% !important;
}
@media only screen and (max-width: 767px) {
  .con_cuisine .st1 .en,
  .con_hotspa .st1 .en,
  .con_bar .st1 .en {
    font-size: 180% !important;
  }
}

.con_cuisine ul {
  max-width: 1170px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 1441px) {
  .con_cuisine ul {
    width: calc(1170 / 1440 * 100%);
  }
}
.con_cuisine ul li {
  margin-top: 0 !important;
}
@media only screen and (min-width: 768px) {
  .con_cuisine ul li {
    width: calc(387 / 1170 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_cuisine ul li {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_cuisine ul li:not(:last-child) {
    margin-bottom: 1em;
  }
}
.con_cuisine ul li h4 {
  font-family: 'Cormorant Garamond', serif;
  letter-spacing: -0.04em;
}
@media only screen and (min-width: 768px) {
  .con_cuisine ul li h4 {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_cuisine ul li h4 {
    margin-top: 0.5em;
  }
}
.con_cuisine .box_res_overview {
  width: 90%;
  max-width: 1000px;
}
@media only screen and (min-width: 1025px) {
  .con_cuisine .box_res_overview {
    margin: 100px auto 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_cuisine .box_res_overview {
    margin: 80px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_cuisine .box_res_overview {
    margin: 3em auto 0;
  }
}
@media only screen and (min-width: 1441px) {
  .con_cuisine .box_res_overview {
    width: calc(1000 / 1440 * 100%);
    max-width: 100%;
  }
}
.con_cuisine .box_res_overview .st2 span {
  color: #ece6e3;
  font-size: 250%;
}
@media only screen and (max-width: 767px) {
  .con_cuisine .box_res_overview .st2 span {
    font-size: 158%;
  }
}
@media only screen and (min-width: 768px) {
  .con_cuisine .box_res_overview .tbl_basic01 {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .con_cuisine .box_res_overview .tbl_basic01 {
    margin-top: 1em;
  }
}
.con_cuisine .box_res_overview .tbl_basic01 th, .con_cuisine .box_res_overview .tbl_basic01 td {
  font-family: 'Shippori Mincho', serif;
}
@media only screen and (min-width: 1025px) {
  .con_cuisine .box_res_overview .tbl_basic01 > table > tbody > tr > th {
    width: 275px;
  }
}
@media only screen and (min-width: 1025px) {
  .con_cuisine .box_res_overview .tbl_basic01 > table > tbody > tr > td {
    width: calc(100% - 275px);
  }
}
.con_cuisine .box_res_overview .tbl_basic01 > table td tr {
  border: 0;
}
.con_cuisine .box_res_overview .tbl_basic01 > table td th, .con_cuisine .box_res_overview .tbl_basic01 > table td td {
  padding: .2em;
  border: 0;
}
@media only screen and (max-width: 767px) {
  .con_cuisine .box_res_overview .tbl_basic01 > table td th, .con_cuisine .box_res_overview .tbl_basic01 > table td td {
    font-size: 100%;
    background: none;
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) {
  .con_cuisine .box_res_overview .tbl_basic01 > table td th {
    width: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .con_cuisine .box_res_overview .tbl_basic01 > table td th {
    width: 4.5em;
  }
}
@media only screen and (min-width: 768px) {
  .con_cuisine .box_res_overview .tbl_basic01 > table td td {
    width: calc(100% - 65px);
  }
}
@media only screen and (max-width: 767px) {
  .con_cuisine .box_res_overview .tbl_basic01 > table td td {
    width: calc(100% - 4.5em);
  }
}

@media only screen and (min-width: 1025px) {
  .con_hotspa {
    margin-top: 155px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_hotspa {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotspa {
    margin-top: 5em;
  }
}
.con_hotspa .box_tab {
  width: 90%;
  max-width: 1150px;
}
@media only screen and (min-width: 1025px) {
  .con_hotspa .box_tab {
    margin: 100px auto 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_hotspa .box_tab {
    margin: 80px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotspa .box_tab {
    margin: 3em auto 0;
  }
}
@media only screen and (min-width: 1441px) {
  .con_hotspa .box_tab {
    width: calc(1150 / 1440 * 100%);
    max-width: 100%;
  }
}
.con_hotspa .box_tab .tab {
  margin: 0 auto;
}
@media only screen and (min-width: 1025px) {
  .con_hotspa .box_tab .tab {
    width: calc(800 / 1150 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_hotspa .box_tab .tab {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotspa .box_tab .tab {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotspa .box_tab .tab::before {
    color: #1d1d1d;
  }
}
.con_hotspa .box_tab .tab ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 0;
}
.con_hotspa .box_tab .tab ul li {
  color: #1d1d1d;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 0.025em;
  width: calc(185 / 800 * 100%);
  font-size: 100%;
}
@media only screen and (min-width: 768px) {
  .con_hotspa .box_tab .tab ul li {
    padding: 10px 5px;
  }
}
.con_hotspa .box_tab .tab ul li::before {
  height: 1px;
  background: #b9aea0;
  width: 100%;
}
.con_hotspa .box_tab .tab ul li::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #b9aea0;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all .5s;
  transition: all .5s;
  opacity: 0;
}
.con_hotspa .box_tab .tab ul li:hover::after, .con_hotspa .box_tab .tab ul li.active::after {
  opacity: 1;
}
.con_hotspa .box_tab .tab select {
  color: #1d1d1d;
  font-family: 'Shippori Mincho', serif;
}
@media only screen and (min-width: 1025px) {
  .con_hotspa .box_tab .panel {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_hotspa .box_tab .panel {
    margin-top: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotspa .box_tab .panel {
    margin-top: 2em;
  }
}
.con_hotspa .box_tab .panel li .st3 small {
  display: inline-block;
  color: #1d1d1d;
  line-height: 2.28571;
  background: #d3c4ad;
  font-size: 100%;
}
@media only screen and (min-width: 1025px) {
  .con_hotspa .box_tab .panel li .st3 small {
    margin-bottom: 13px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_hotspa .box_tab .panel li .st3 small {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotspa .box_tab .panel li .st3 small {
    margin-bottom: 0.5em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_hotspa .box_tab .panel li .st3 small {
    padding: 0 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_hotspa .box_tab .panel li .st3 small {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotspa .box_tab .panel li .st3 small {
    padding: 0 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotspa .box_tab .panel li .st3 small {
    font-size: 72%;
  }
}
.con_hotspa .box_tab .panel li .st3 span {
  color: #1d1d1d;
  font-weight: 500;
}
.con_hotspa .box_tab .panel li .box_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1090px;
}
@media only screen and (min-width: 1025px) {
  .con_hotspa .box_tab .panel li .box_flex {
    margin: 60px 0 0 auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_hotspa .box_tab .panel li .box_flex {
    margin: 45px 0 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotspa .box_tab .panel li .box_flex {
    margin: 1.5em 0 0 auto;
  }
}
@media only screen and (min-width: 1441px) {
  .con_hotspa .box_tab .panel li .box_flex {
    width: calc(1090 / 1150 * 100%);
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .con_hotspa .box_tab .panel li .box_flex .img {
    width: calc(600 / 1090 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_hotspa .box_tab .panel li .box_flex .img {
    width: 100%;
  }
}
.con_hotspa .box_tab .panel li .box_flex .box_text {
  color: #1d1d1d;
}
@media only screen and (min-width: 768px) {
  .con_hotspa .box_tab .panel li .box_flex .box_text {
    width: calc(410 / 1090 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_hotspa .box_tab .panel li .box_flex .box_text {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotspa .box_tab .panel li .box_flex .box_text {
    margin-top: 1em;
  }
}
.con_hotspa .box_tab .panel li .box_flex .box_text .txt_l {
  font-size: 108%;
}
@media only screen and (min-width: 768px) {
  .con_hotspa .box_tab .panel li .box_flex .box_text .txt_l {
    line-height: 2;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotspa .box_tab .panel li .box_flex .box_text .txt_l {
    line-height: 1.8;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotspa .box_tab .panel li .box_flex .box_text .txt_l {
    font-size: 79%;
  }
}
@media only screen and (min-width: 1025px) {
  .con_hotspa .box_tab .panel li .box_flex .box_text .txt_l:not(:last-child) {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_hotspa .box_tab .panel li .box_flex .box_text .txt_l:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotspa .box_tab .panel li .box_flex .box_text .txt_l:not(:last-child) {
    margin-bottom: 1em;
  }
}
.con_hotspa .box_hotspring_overview {
  width: 90%;
  max-width: 1000px;
}
@media only screen and (min-width: 1025px) {
  .con_hotspa .box_hotspring_overview {
    margin: 100px auto 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_hotspa .box_hotspring_overview {
    margin: 80px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotspa .box_hotspring_overview {
    margin: 3em auto 0;
  }
}
@media only screen and (min-width: 1441px) {
  .con_hotspa .box_hotspring_overview {
    width: calc(1000 / 1440 * 100%);
    max-width: 100%;
  }
}
.con_hotspa .box_hotspring_overview .st5 {
  color: #1d1d1d;
}
@media only screen and (min-width: 768px) {
  .con_hotspa .box_hotspring_overview .tbl_basic01 {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotspa .box_hotspring_overview .tbl_basic01 {
    margin-top: 1em;
  }
}
.con_hotspa .box_hotspring_overview .tbl_basic01 th, .con_hotspa .box_hotspring_overview .tbl_basic01 td {
  color: #1d1d1d;
}
@media only screen and (min-width: 1025px) {
  .con_hotspa .box_hotspring_overview .tbl_basic01 th {
    width: 275px;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotspa .box_hotspring_overview .tbl_basic01 th {
    color: #fff;
  }
}
.con_hotspa .box_hotspring_overview .tbl_basic01 td {
  font-family: 'Shippori Mincho', serif;
}
@media only screen and (min-width: 1025px) {
  .con_hotspa .box_hotspring_overview .tbl_basic01 td {
    width: calc(100% - 275px);
  }
}
@media only screen and (min-width: 768px) {
  .con_hotspa .box_hotspring_overview .tbl_basic01 td p {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotspa .box_hotspring_overview .tbl_basic01 td p {
    margin-top: 0.5em;
  }
}

@media only screen and (min-width: 1025px) {
  .con_rooms {
    margin-top: 170px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms {
    margin-top: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms {
    margin-top: 5em;
  }
}
.con_rooms .st1 .en {
  font-size: 215% !important;
}
@media only screen and (max-width: 767px) {
  .con_rooms .st1 .en {
    font-size: 180% !important;
  }
}
.con_rooms .box_amenity {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) {
  .con_rooms .box_amenity {
    margin: 45px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_amenity {
    margin: 2em auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_amenity {
    width: 100%;
  }
}
.con_rooms .box_amenity li {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .con_rooms .box_amenity li {
    width: 115px;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_amenity li {
    width: 6em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_rooms .box_amenity li:not(:last-child) {
    margin-right: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms .box_amenity li:not(:last-child) {
    margin-right: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_amenity li:not(:last-child) {
    margin-right: 1em;
  }
}
.con_rooms .box_amenity li .ic {
  display: inline-block;
}
.con_rooms .box_amenity li .txt {
  color: #1d1d1d;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .con_rooms .box_amenity li .txt {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_amenity li .txt {
    margin-top: 0.5em;
  }
}
.con_rooms .box_room {
  width: 90%;
  max-width: 775px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .con_rooms .box_room {
    margin: 50px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_room {
    margin: 2em auto 0;
  }
}
@media only screen and (min-width: 1441px) {
  .con_rooms .box_room {
    width: calc(775 / 1440 * 100%);
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .con_rooms .box_room li {
    width: calc(380 / 775 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_room li {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_room li:not(:last-child) {
    margin-bottom: 1em;
  }
}
.con_rooms .box_room li .txt {
  text-align: center;
  color: #1d1d1d;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .con_rooms .box_room li .txt {
    margin-top: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_room li .txt {
    margin-top: 0.5em;
  }
}
.con_rooms .box_tab {
  width: 90%;
  max-width: 1170px;
}
@media only screen and (min-width: 1025px) {
  .con_rooms .box_tab {
    margin: 100px auto 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms .box_tab {
    margin: 80px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_tab {
    margin: 3em auto 0;
  }
}
@media only screen and (min-width: 1441px) {
  .con_rooms .box_tab {
    width: calc(1170 / 1440 * 100%);
    max-width: 100%;
  }
}
.con_rooms .box_tab .tab {
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (min-width: 1441px) {
  .con_rooms .box_tab .tab {
    width: calc(1000 / 1170 * 100%);
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_tab .tab::before {
    color: #1d1d1d;
  }
}
.con_rooms .box_tab .tab ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 0;
}
.con_rooms .box_tab .tab ul li {
  color: #1d1d1d;
  text-transform: uppercase;
  line-height: 1.71429;
  letter-spacing: 0.1em;
  width: calc(235 / 1000 * 100%);
  font-size: 100%;
}
.con_rooms .box_tab .tab ul li::before {
  height: 1px;
  background: #b9aea0;
  width: 100%;
}
.con_rooms .box_tab .tab ul li::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #b9aea0;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all .5s;
  transition: all .5s;
  opacity: 0;
}
.con_rooms .box_tab .tab ul li:hover::after, .con_rooms .box_tab .tab ul li.active::after {
  opacity: 1;
}
.con_rooms .box_tab .tab select {
  color: #1d1d1d;
  font-family: 'Shippori Mincho', serif;
}
@media only screen and (min-width: 1025px) {
  .con_rooms .box_tab .panel {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms .box_tab .panel {
    margin-top: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_tab .panel {
    margin-top: 2em;
  }
}
.con_rooms .box_tab .panel li .st3 span {
  color: #1d1d1d;
  font-weight: 500;
}
@media only screen and (min-width: 1025px) {
  .con_rooms .box_tab .panel li .img {
    margin-top: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms .box_tab .panel li .img {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_tab .panel li .img {
    margin-top: 1.5em;
  }
}
.con_rooms .box_tab .panel li .box_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  max-width: 1000px;
}
@media only screen and (min-width: 768px) {
  .con_rooms .box_tab .panel li .box_text {
    margin: 40px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_tab .panel li .box_text {
    margin: 1em auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_tab .panel li .box_text {
    width: 100%;
  }
}
@media only screen and (min-width: 1441px) {
  .con_rooms .box_tab .panel li .box_text {
    width: calc(1000 / 1170 * 100%);
    max-width: 100%;
  }
}
.con_rooms .box_tab .panel li .box_text .txt {
  color: #1d1d1d;
}
@media only screen and (min-width: 768px) {
  .con_rooms .box_tab .panel li .box_text .txt {
    width: calc(97% - 300px);
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_tab .panel li .box_text .txt {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .con_rooms .box_tab .panel li .box_text .btn_planlist {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_tab .panel li .box_text .btn_planlist {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_tab .panel li .box_text .btn_planlist {
    margin-top: 1em;
  }
}
.con_rooms .box_tab .panel li .box_text .btn_planlist a {
  max-width: 100%;
}
.con_rooms .box_room_faci {
  width: 90%;
  max-width: 1000px;
}
@media only screen and (min-width: 1025px) {
  .con_rooms .box_room_faci {
    margin: 115px auto 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms .box_room_faci {
    margin: 100px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_room_faci {
    margin: 3em auto 0;
  }
}
@media only screen and (min-width: 1441px) {
  .con_rooms .box_room_faci {
    width: calc(1000 / 1440 * 100%);
    max-width: 100%;
  }
}
.con_rooms .box_room_faci .st5 {
  color: #1d1d1d;
}
@media only screen and (min-width: 768px) {
  .con_rooms .box_room_faci .tbl_basic01 {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_room_faci .tbl_basic01 {
    margin-top: 1em;
  }
}
.con_rooms .box_room_faci .tbl_basic01 th, .con_rooms .box_room_faci .tbl_basic01 td {
  color: #1d1d1d;
  letter-spacing: 0;
}
.con_rooms .box_room_faci .tbl_basic01 th {
  font-family: 'Shippori Mincho', serif;
}
@media only screen and (min-width: 1025px) {
  .con_rooms .box_room_faci .tbl_basic01 th {
    width: 275px;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_room_faci .tbl_basic01 th {
    color: #fff;
  }
}
.con_rooms .box_room_faci .tbl_basic01 td {
  font-family: 'Shippori Mincho', serif;
}
@media only screen and (min-width: 1025px) {
  .con_rooms .box_room_faci .tbl_basic01 td {
    width: calc(100% - 275px);
  }
}

.con_bar {
  margin-top: 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_bar .box_text .txt_catch {
    letter-spacing: 0;
  }
}
.con_bar .box_bar_overview {
  width: 90%;
  max-width: 1000px;
}
@media only screen and (min-width: 1025px) {
  .con_bar .box_bar_overview {
    margin: 100px auto 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_bar .box_bar_overview {
    margin: 80px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_bar .box_bar_overview {
    margin: 3em auto 0;
  }
}
@media only screen and (min-width: 1441px) {
  .con_bar .box_bar_overview {
    width: calc(1000 / 1440 * 100%);
    max-width: 100%;
  }
}
.con_bar .box_bar_overview .st5 {
  color: #ece6e3;
}
@media only screen and (min-width: 768px) {
  .con_bar .box_bar_overview .tbl_basic01 {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .con_bar .box_bar_overview .tbl_basic01 {
    margin-top: 1em;
  }
}
.con_bar .box_bar_overview .tbl_basic01 th {
  font-family: 'Shippori Mincho', serif;
}
@media only screen and (min-width: 1025px) {
  .con_bar .box_bar_overview .tbl_basic01 th {
    width: 275px;
  }
}
.con_bar .box_bar_overview .tbl_basic01 td {
  font-family: 'Shippori Mincho', serif;
}
@media only screen and (min-width: 1025px) {
  .con_bar .box_bar_overview .tbl_basic01 td {
    width: calc(100% - 275px);
  }
}

@-webkit-keyframes dots {
  0% {
    width: 0em;
  }
  100% {
    width: 2.7em;
  }
}

@keyframes dots {
  0% {
    width: 0em;
  }
  100% {
    width: 2.7em;
  }
}
.con_bg_white02 {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .con_bg_white02 {
    padding-top: 180px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_bg_white02 {
    padding-top: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .con_bg_white02 {
    padding-top: 4em;
  }
}
@media only screen and (min-width: 768px) {
  .con_bg_white02 {
    padding-bottom: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .con_bg_white02 {
    padding-bottom: 5em;
  }
}
.con_bg_white02 .con_service {
  width: 100%;
}
.con_bg_white02 .con_service .box_img img {
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .con_bg_white02 .con_service > .st1 {
    margin-top: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_bg_white02 .con_service > .st1 {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_bg_white02 .con_service > .st1 {
    margin-top: 3em;
  }
}
.con_bg_white02 .con_service > .st1 span {
  color: #1d1d1d;
  font-size: 215% !important;
}
@media only screen and (max-width: 767px) {
  .con_bg_white02 .con_service > .st1 span {
    font-size: 180% !important;
  }
}
.con_bg_white02 .con_service ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(1340 / 1440 * 100%);
  max-width: 1340px;
}
@media only screen and (min-width: 768px) {
  .con_bg_white02 .con_service ul {
    margin: 85px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_bg_white02 .con_service ul {
    margin: 3em auto 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_bg_white02 .con_service ul li {
    width: calc(645 / 1340 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_bg_white02 .con_service ul li {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .con_bg_white02 .con_service ul li {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_bg_white02 .con_service ul li {
    margin-bottom: 2em;
  }
}
.con_bg_white02 .con_service ul li a {
  display: block;
  position: relative;
}
.con_bg_white02 .con_service ul li a:hover .img::before {
  opacity: 1;
}
.con_bg_white02 .con_service ul li .img {
  position: relative;
}
.con_bg_white02 .con_service ul li .img::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(46, 66, 50, 0.82);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.con_bg_white02 .con_service ul li h4 {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .con_bg_white02 .con_service ul li h4 {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_bg_white02 .con_service ul li h4 {
    margin-top: 1em;
  }
}
.con_bg_white02 .con_service ul li h4 span {
  color: #0b0907;
  letter-spacing: 0.1em;
  font-size: 108%;
}
@media only screen and (max-width: 767px) {
  .con_bg_white02 .con_service ul li h4 span {
    font-size: 79%;
  }
}
.con_bg_white02 .con_sightseeing {
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .con_bg_white02 .con_sightseeing {
    padding-top: 125px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_bg_white02 .con_sightseeing {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .con_bg_white02 .con_sightseeing {
    padding-top: 4em;
  }
}
.con_bg_white02 .con_sightseeing .box_st .st1 span {
  color: #1d1d1d;
  line-height: 0.8;
  letter-spacing: -0.04em;
  font-size: 215% !important;
}
@media only screen and (max-width: 767px) {
  .con_bg_white02 .con_sightseeing .box_st .st1 span {
    font-size: 180% !important;
  }
}
.con_bg_white02 .con_sightseeing .box_st .txt {
  color: #1d1d1d;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .con_bg_white02 .con_sightseeing .box_st .txt {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_bg_white02 .con_sightseeing .box_st .txt {
    margin-top: 1em;
  }
}
.con_bg_white02 .con_sightseeing .img_main {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .con_bg_white02 .con_sightseeing .img_main {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_bg_white02 .con_sightseeing .img_main {
    margin-top: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_bg_white02 .con_sightseeing .img_main {
    height: 17em;
  }
}
.con_bg_white02 .con_sightseeing .img_main img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .con_bg_white02 .con_sightseeing .img_main img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.con_bg_white02 .con_sightseeing .box_sightseeing {
  width: 90%;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 1025px) {
  .con_bg_white02 .con_sightseeing .box_sightseeing {
    margin: 100px auto 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_bg_white02 .con_sightseeing .box_sightseeing {
    margin: 80px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_bg_white02 .con_sightseeing .box_sightseeing {
    margin: 2em auto 0;
  }
}
@media only screen and (min-width: 1441px) {
  .con_bg_white02 .con_sightseeing .box_sightseeing {
    width: calc(1000 / 1440 * 100%);
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .con_bg_white02 .con_sightseeing .box_sightseeing li {
    width: calc(310 / 1000 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_bg_white02 .con_sightseeing .box_sightseeing li {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .con_bg_white02 .con_sightseeing .box_sightseeing li {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_bg_white02 .con_sightseeing .box_sightseeing li {
    margin-bottom: 2em;
  }
}
.con_bg_white02 .con_sightseeing .box_sightseeing li .box_img .alt {
  text-align: right;
  color: #1d1d1d;
  line-height: 2.18182;
  font-size: 79%;
}
@media only screen and (max-width: 767px) {
  .con_bg_white02 .con_sightseeing .box_sightseeing li .box_img .alt {
    font-size: 58%;
  }
}
.con_bg_white02 .con_sightseeing .box_sightseeing li .txt_catch {
  color: #1d1d1d;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-size: 108%;
}
@media only screen and (min-width: 768px) {
  .con_bg_white02 .con_sightseeing .box_sightseeing li .txt_catch {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_bg_white02 .con_sightseeing .box_sightseeing li .txt_catch {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_bg_white02 .con_sightseeing .box_sightseeing li .txt_catch {
    font-size: 79%;
  }
}
.con_bg_white02 .con_sightseeing .box_sightseeing li .box_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .con_bg_white02 .con_sightseeing .box_sightseeing li .box_btn {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_bg_white02 .con_sightseeing .box_sightseeing li .box_btn {
    margin-top: 1em;
  }
}
.con_bg_white02 .con_sightseeing .box_sightseeing li .box_btn p {
  width: calc(145 / 310 * 100%);
}
.con_bg_white02 .con_sightseeing .box_sightseeing li .box_btn p a {
  color: #1d1d1d;
}
@media only screen and (max-width: 767px) {
  .con_bg_white02 .con_sightseeing .box_sightseeing li .box_btn p a {
    padding: .2em .5em;
  }
}
.con_bg_white02 .con_sightseeing .box_sightseeing li .box_btn p a::after {
  content: "\f39c";
  width: auto;
  height: auto;
  background: none;
  font-family: "Ionicons";
}
.con_bg_white02 .con_sightseeing .box_sightseeing li .box_btn p a:hover {
  color: #fff;
}
.con_bg_white02 .con_sightseeing .box_sightseeing li .txt_s {
  text-align: center;
  color: #1d1d1d;
  font-size: 93%;
}
@media only screen and (min-width: 768px) {
  .con_bg_white02 .con_sightseeing .box_sightseeing li .txt_s {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_bg_white02 .con_sightseeing .box_sightseeing li .txt_s {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_bg_white02 .con_sightseeing .box_sightseeing li .txt_s {
    font-size: 79%;
  }
}
.con_bg_white02 .con_access {
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .con_bg_white02 .con_access {
    padding-top: 140px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_bg_white02 .con_access {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .con_bg_white02 .con_access {
    padding-top: 4em;
  }
}
.con_bg_white02 .con_access .st1 span {
  color: #1d1d1d;
  line-height: 0.8;
  letter-spacing: -0.04em;
  font-size: 215% !important;
}
@media only screen and (max-width: 767px) {
  .con_bg_white02 .con_access .st1 span {
    font-size: 180% !important;
  }
}
.con_bg_white02 .con_access iframe {
  width: 100%;
  border: 0;
}
@media only screen and (min-width: 1025px) {
  .con_bg_white02 .con_access iframe {
    height: 455px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_bg_white02 .con_access iframe {
    height: 360px;
  }
}
@media only screen and (max-width: 767px) {
  .con_bg_white02 .con_access iframe {
    height: 12em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_bg_white02 .con_access iframe {
    margin-top: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_bg_white02 .con_access iframe {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_bg_white02 .con_access iframe {
    margin-top: 1.5em;
  }
}
.con_bg_white02 .con_access .box_info {
  width: 90%;
  max-width: 1025px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .con_bg_white02 .con_access .box_info {
    margin: 65px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_bg_white02 .con_access .box_info {
    margin: 2em auto 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_bg_white02 .con_access .box_info .img_map {
    width: calc(450 / 1025 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_bg_white02 .con_access .box_info .img_map {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .con_bg_white02 .con_access .box_info .box_text {
    width: calc(500 / 1025 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_bg_white02 .con_access .box_info .box_text {
    width: 100%;
  }
}
.con_bg_white02 .con_access .box_info .box_text .txt_catch {
  color: #1d1d1d;
}
.con_bg_white02 .con_access .box_info .box_text p {
  color: #1d1d1d;
}
@media only screen and (min-width: 1025px) {
  .con_bg_white02 .con_access .box_info .box_text p.txt_address {
    margin-top: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_bg_white02 .con_access .box_info .box_text p.txt_address {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_bg_white02 .con_access .box_info .box_text p.txt_address {
    margin-top: 0.5em;
  }
}
.con_bg_white02 .con_access .box_info .box_text p:not(.btn_map) {
  line-height: 1.71429;
}
@media only screen and (min-width: 768px) {
  .con_bg_white02 .con_access .box_info .box_text p.btn_map {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .con_bg_white02 .con_access .box_info .box_text p.btn_map {
    margin-top: 1.5em;
  }
}
.con_bg_white02 .con_access .box_info .box_text p.btn_map a {
  color: #1d1d1d;
}
@media only screen and (min-width: 768px) {
  .con_bg_white02 .con_access .box_info .box_text p.btn_map a {
    max-width: 200px;
  }
}
.con_bg_white02 .con_access .box_info .box_text p.btn_map a:hover {
  color: #fff;
}
.con_bg_white02 .con_access .box_info .box_text p.btn_map a::after {
  content: "\f39c";
  width: auto;
  height: auto;
  background: none;
  font-family: "Ionicons";
}
.con_bg_white02 .con_access .box_tab {
  width: 90%;
  max-width: 1000px;
}
@media only screen and (min-width: 768px) {
  .con_bg_white02 .con_access .box_tab {
    margin: 85px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_bg_white02 .con_access .box_tab {
    margin: 3em auto 0;
  }
}
.con_bg_white02 .con_access .box_tab .tab {
  max-width: 795px;
  margin: 0 auto;
}
@media only screen and (min-width: 1441px) {
  .con_bg_white02 .con_access .box_tab .tab {
    width: calc(795 / 1000 * 100%);
    max-width: 100%;
  }
}
.con_bg_white02 .con_access .box_tab .tab ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 0;
}
.con_bg_white02 .con_access .box_tab .tab ul li {
  color: #1d1d1d;
  text-transform: uppercase;
  line-height: 1.71429;
  letter-spacing: 0.1em;
  width: calc(183 / 795 * 100%);
  font-size: 100%;
}
.con_bg_white02 .con_access .box_tab .tab ul li::before {
  height: 1px;
  background: #b9aea0;
  width: 100%;
}
.con_bg_white02 .con_access .box_tab .tab ul li::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #b9aea0;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all .5s;
  transition: all .5s;
  opacity: 0;
}
.con_bg_white02 .con_access .box_tab .tab ul li:hover::after, .con_bg_white02 .con_access .box_tab .tab ul li.active::after {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .con_bg_white02 .con_access .box_tab .tab::before {
    color: #1d1d1d;
  }
}
.con_bg_white02 .con_access .box_tab .tab select {
  color: #1d1d1d;
  font-family: 'Shippori Mincho', serif;
}
@media only screen and (min-width: 1025px) {
  .con_bg_white02 .con_access .box_tab .panel {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_bg_white02 .con_access .box_tab .panel {
    margin-top: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .con_bg_white02 .con_access .box_tab .panel {
    margin-top: 2em;
  }
}
.con_bg_white02 .con_access .box_tab .panel li .st5 {
  color: #1d1d1d;
  font-weight: 500;
}
@media only screen and (min-width: 1025px) {
  .con_bg_white02 .con_access .box_tab .panel li .box_route {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_bg_white02 .con_access .box_tab .panel li .box_route {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .con_bg_white02 .con_access .box_tab .panel li .box_route {
    margin-top: 1.5em;
  }
}
.con_bg_white02 .con_access .box_tab .panel li .wrp_route {
  margin-bottom: 1em;
}
.con_bg_white02 .con_access .box_tab .panel li .wrp_route .routeImg {
  text-align: center;
}
.con_bg_white02 .con_access .box_tab .panel li .wrp_route .route {
  margin-top: 1em;
}
.con_bg_white02 .con_access .box_tab .panel li .wrp_route .route .route_ttl {
  position: relative;
  background: #666156;
  color: #fff;
  padding: 0.8em 1.5em;
}
.con_bg_white02 .con_access .box_tab .panel li .wrp_route .route .route_ttl::after {
  content: "\f3d0";
  font-family: "Ionicons";
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
}
.con_bg_white02 .con_access .box_tab .panel li .wrp_route .route .route_ttl.active::after {
  -webkit-transform: translateY(-50%) scale(1, -1);
          transform: translateY(-50%) scale(1, -1);
}
.con_bg_white02 .con_access .box_tab .panel li .wrp_route .route .wrp_route_list {
  display: none;
}
.con_bg_white02 .con_access .box_tab .panel li .wrp_route .route .route_list .route_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.con_bg_white02 .con_access .box_tab .panel li .wrp_route .route .route_list .route_inner ul {
  width: 100%;
  position: relative;
  text-align: left;
}
.con_bg_white02 .con_access .box_tab .panel li .wrp_route .route .route_list .route_inner ul::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  border-right: 1px solid #666156;
  top: 0;
  z-index: 1;
  left: 4%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.con_bg_white02 .con_access .box_tab .panel li .wrp_route .route .route_list .route_inner ul li p {
  display: inline;
  line-height: 1.7em;
}
.con_bg_white02 .con_access .box_tab .panel li .wrp_route .route .route_list .route_inner ul li.line_txt {
  margin: 1.2em 0 1.2em 2em;
}
.con_bg_white02 .con_access .box_tab .panel li .wrp_route .route .route_list .route_inner ul li.sta {
  color: #1d1d1d;
  background: #fff;
  padding: 0.5em 1.5em;
  position: relative;
  z-index: 2;
  border: 1px solid #888;
}
.con_bg_white02 .con_access .box_tab .panel li .wrp_route .route .route_list .hotel {
  text-align: center;
  background: #3d2d28;
  padding: 1em 0;
  width: 100%;
}
.con_bg_white02 .con_access .box_tab .panel li .wrp_route .route .route_list .hotel p {
  color: #fff;
}
.con_bg_white02 .con_access .box_tab .panel li .wrp_route .route .route_list .hotel img {
  width: 6.5em;
}
.con_bg_white02 .con_access .box_tab .panel li .wrp_route .route.way2 .route_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.con_bg_white02 .con_access .box_tab .panel li .wrp_route .route.way2 .route_inner {
  width: 49%;
}
.con_bg_white02 .con_access .box_tab .panel li .wrp_route .route.way2 .route_inner .line_txt {
  margin: 1.2em 0 1.2em 1.4em;
}
.con_bg_white02 .con_access .box_tab .panel li > .txt {
  color: #1d1d1d;
}
@media only screen and (min-width: 1025px) {
  .con_bg_white02 .con_access .box_tab .panel li > .txt {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_bg_white02 .con_access .box_tab .panel li > .txt {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_bg_white02 .con_access .box_tab .panel li > .txt {
    margin-top: 0;
  }
}
.con_bg_white02 .con_access .box_tab .panel li > .txt.en {
  font-size: 93%;
}
@media only screen and (max-width: 767px) {
  .con_bg_white02 .con_access .box_tab .panel li > .txt.en {
    font-size: 72%;
  }
}
.con_bg_white02 .con_access .box_tab .panel li > .txt:not(.en) {
  color: #333;
  font-family: 'Shippori Mincho', serif;
  font-size: 108%;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .con_bg_white02 .con_access .box_tab .panel li > .txt:not(.en) {
    font-size: 79%;
  }
}
.con_bg_white02 .con_access .box_tab .panel li > .btn_pdf {
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .con_bg_white02 .con_access .box_tab .panel li > .btn_pdf {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_bg_white02 .con_access .box_tab .panel li > .btn_pdf {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_bg_white02 .con_access .box_tab .panel li > .btn_pdf {
    margin-top: 1.5em;
  }
}
.con_bg_white02 .con_access .box_tab .panel li > .btn_pdf a {
  max-width: none;
  width: auto;
  padding-left: 2em;
  padding-right: 2em;
  color: #1d1d1d;
}
.con_bg_white02 .con_access .box_tab .panel li > .btn_pdf a:hover {
  color: #fff;
}
.con_bg_white02 .con_access .box_tab .panel li > .btn_pdf a::after {
  background: url(../images/home/ic_cam.png) center center/cover no-repeat;
  width: 15px;
  height: 13px;
}
.con_bg_white02 .con_access .box_tab .panel li > .box_flex {
  border: 1px solid #2c220c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 1025px) {
  .con_bg_white02 .con_access .box_tab .panel li > .box_flex {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_bg_white02 .con_access .box_tab .panel li > .box_flex {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_bg_white02 .con_access .box_tab .panel li > .box_flex {
    margin-top: 1.5em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_bg_white02 .con_access .box_tab .panel li > .box_flex {
    padding: 45px 5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_bg_white02 .con_access .box_tab .panel li > .box_flex {
    padding: 35px 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_bg_white02 .con_access .box_tab .panel li > .box_flex {
    padding: 1.5em 5%;
  }
}
@media only screen and (min-width: 768px) {
  .con_bg_white02 .con_access .box_tab .panel li > .box_flex .img_map {
    width: calc(340 / 900 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_bg_white02 .con_access .box_tab .panel li > .box_flex .img_map {
    width: 100%;
  }
}
.con_bg_white02 .con_access .box_tab .panel li > .box_flex .box_text {
  color: #1d1d1d;
}
@media only screen and (min-width: 768px) {
  .con_bg_white02 .con_access .box_tab .panel li > .box_flex .box_text {
    width: calc(510 / 900 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_bg_white02 .con_access .box_tab .panel li > .box_flex .box_text {
    width: 100%;
  }
}
.con_bg_white02 .con_access .box_tab .panel li > .box_flex .box_text h4 {
  font-weight: 400;
  font-size: 129%;
}
@media only screen and (max-width: 767px) {
  .con_bg_white02 .con_access .box_tab .panel li > .box_flex .box_text h4 {
    font-size: 93%;
  }
}
.con_bg_white02 .con_access .box_tab .panel li > .box_flex .box_text h4::before {
  content: "";
  display: inline-block;
  background: url(../images/home/ic_warning.png) center center/cover no-repeat;
}
@media only screen and (min-width: 1025px) {
  .con_bg_white02 .con_access .box_tab .panel li > .box_flex .box_text h4::before {
    width: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_bg_white02 .con_access .box_tab .panel li > .box_flex .box_text h4::before {
    width: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_bg_white02 .con_access .box_tab .panel li > .box_flex .box_text h4::before {
    width: 0.5em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_bg_white02 .con_access .box_tab .panel li > .box_flex .box_text h4::before {
    height: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_bg_white02 .con_access .box_tab .panel li > .box_flex .box_text h4::before {
    height: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .con_bg_white02 .con_access .box_tab .panel li > .box_flex .box_text h4::before {
    height: 0.45em;
  }
}
@media only screen and (min-width: 768px) {
  .con_bg_white02 .con_access .box_tab .panel li > .box_flex .box_text h4::before {
    margin-right: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .con_bg_white02 .con_access .box_tab .panel li > .box_flex .box_text h4::before {
    margin-right: 0.5em;
  }
}
@media only screen and (min-width: 768px) {
  .con_bg_white02 .con_access .box_tab .panel li > .box_flex .box_text > .txt {
    margin: 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_bg_white02 .con_access .box_tab .panel li > .box_flex .box_text > .txt {
    margin: 1em 0;
  }
}
.con_bg_white02 .con_access .box_tab .panel li > .box_flex .box_text > .txt span {
  color: #a48b78;
}
.con_bg_white02 .con_access .box_tab .panel li > .box_flex .box_text .box_contact {
  border: 1px solid #888;
}
@media only screen and (min-width: 768px) {
  .con_bg_white02 .con_access .box_tab .panel li > .box_flex .box_text .box_contact {
    padding: 12px 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_bg_white02 .con_access .box_tab .panel li > .box_flex .box_text .box_contact {
    padding: 1em 5%;
  }
}
.con_bg_white02 .con_access .box_tab .panel li > .box_flex .box_text .box_contact .txt {
  letter-spacing: 0.1em;
}

@media only screen and (min-width: 768px) {
  .txt_catch {
    line-height: 2;
  }
}
@media only screen and (max-width: 767px) {
  .txt_catch {
    line-height: 1.8;
  }
}
@media only screen and (max-width: 767px) {
  .txt_catch {
    letter-spacing: .05em;
  }
}

#footer {
  position: relative;
  background: url(../images/common/bg_content2.jpg) center center repeat;
}

#subnav2 {
  position: fixed;
  height: auto;
  display: table;
  z-index: 100;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #subnav2 {
    top: 35%;
  }
}
#subnav2 ul {
  display: table-cell;
  vertical-align: middle;
}
#subnav2 ul li {
  display: block;
  position: relative;
  -webkit-transition: padding 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  transition: padding 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
}
#subnav2 ul li:nth-child(1) {
  padding-top: 0 !important;
}
#subnav2 ul li:nth-child(1)::before {
  display: none;
}
#subnav2 ul li:nth-child(1)::after {
  top: 28px !important;
}
#subnav2 ul li:last-child {
  padding-bottom: 0 !important;
}
#subnav2 ul li:last-child::before {
  bottom: 28px !important;
}
#subnav2 ul li:last-child::after {
  display: none;
}
#subnav2 ul li::before {
  content: "";
  position: absolute;
  bottom: 76px;
  right: 4px;
  width: 1px;
  height: 0;
  background-color: #d3c4ad;
}
#subnav2 ul li::after {
  content: "";
  position: absolute;
  top: 76px;
  right: 4px;
  width: 1px;
  height: 0;
  background-color: #d3c4ad;
}
#subnav2 ul li::before, #subnav2 ul li::after {
  -webkit-transition: height 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms, background-color 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  transition: height 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms, background-color 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
}
#subnav2 ul li a {
  height: 24px;
  display: block;
  position: relative;
  width: 100%;
  opacity: 1;
  text-decoration: none;
  text-align: right;
  transition: opacity 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -webkit-transition: opacity 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -moz-transition: opacity 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -o-transition: opacity 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  -ms-transition: opacity 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
}
#subnav2 ul li a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  position: absolute;
  right: 2px;
  top: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #d3c4ad;
  -webkit-transition: opacity 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms, background-color 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  transition: opacity 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms, background-color 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
}
#subnav2 ul li a span {
  color: #d3c4ad !important;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms, color 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  transition: opacity 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms, color 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  font-family: 'Cormorant Garamond', serif;
  font-size: 100%;
}
#subnav2 ul li a:hover {
  opacity: 1 !important;
}
#subnav2 ul li a:hover::after {
  opacity: 0 !important;
}
#subnav2 ul li a:hover span {
  opacity: 0.5 !important;
}
#subnav2 ul li.active {
  padding-bottom: 48px;
  padding-top: 48px;
}
#subnav2 ul li.active::before, #subnav2 ul li.active::after {
  height: 40px;
  -webkit-transition: height 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 200ms, background-color 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  transition: height 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 200ms, background-color 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
}
#subnav2 ul li.active a::after {
  opacity: 0;
}
#subnav2 ul li.active a span {
  opacity: 1;
}
