@charset "UTF-8";
/*=========================================================================
PUBLIC
=========================================================================*/
/* --------------------------------------------------------------------------------------- */
.d_none {
  display: none !important;
}

@media screen and (min-width: 769px) {
  .for_sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .for_pc {
    display: none !important;
  }
}
/* ----------------------------------------------------------------------------- */
.rooms_preview_photo a:hover {
  -moz-opacity: 0.75;
  opacity: 0.75;
}

/* ----------------------------------------------------------------------------- */
#menu-trigger span, #menu-trigger, ul#naviList li a span, ul#naviList, #globalNavi, a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- */
.faq_image, .faq_image img, .cuisine_pic, .cuisine_pic img, .cuisine_images, .cuisine_images img, ul.gallery_list li img, .rooms_drawing, .rooms_drawing img, .room_logo img, .rooms_top_photo img, .rooms_top_photo, .rooms_preview_photo a, .rooms_preview_photo img, .gallery_photo img, .gallery_photo, .intro_photo, .intro_photo img, #bottomLogo img, #naviLogo img, #site_logoBloc img {
  width: 100%;
  height: auto;
  display: block;
}

/* ----------------------------------------------------------------------------- */
dl.faq_container, #cuisine_informationBloc, dl.rooms_spec_list, dl#footerContents {
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* ----------------------------------------------------------------------------- */
#access_addbody p, .cuisine_info_box p, .cuisine_info_box, dl.rooms_spec_list dt p, dl.rooms_spec_list dd p, .rooms_textbox, .gallery_textbox, .gallery_textbox p, #navi_addBox, ul#naviList li, .btn_reservation a, .one_period p, .one_period {
  font-size: 22px;
  line-height: 180%;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  #access_addbody p, .cuisine_info_box p, .cuisine_info_box, dl.rooms_spec_list dt p, dl.rooms_spec_list dd p, .rooms_textbox, .gallery_textbox, .gallery_textbox p, #navi_addBox, ul#naviList li, .btn_reservation a, .one_period p, .one_period {
    font-size: clamp(18px, 1.146vw, 22px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  #access_addbody p, .cuisine_info_box p, .cuisine_info_box, dl.rooms_spec_list dt p, dl.rooms_spec_list dd p, .rooms_textbox, .gallery_textbox, .gallery_textbox p, #navi_addBox, ul#naviList li, .btn_reservation a, .one_period p, .one_period {
    font-size: clamp(14px, 1.668vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  #access_addbody p, .cuisine_info_box p, .cuisine_info_box, dl.rooms_spec_list dt p, dl.rooms_spec_list dd p, .rooms_textbox, .gallery_textbox, .gallery_textbox p, #navi_addBox, ul#naviList li, .btn_reservation a, .one_period p, .one_period {
    font-size: clamp(13px, 2.343vw, 14px);
  }
}
@media screen and (max-width: 480px) {
  #access_addbody p, .cuisine_info_box p, .cuisine_info_box, dl.rooms_spec_list dt p, dl.rooms_spec_list dd p, .rooms_textbox, .gallery_textbox, .gallery_textbox p, #navi_addBox, ul#naviList li, .btn_reservation a, .one_period p, .one_period {
    font-size: clamp(11px, 3.125vw, 13px);
  }
}

/* ----------------------------------------------------------------------------- */
dl.faq_container dt p, dl.faq_container dd p, .mark_info_container, #bottom_signBox, #contactBox {
  font-size: 18px;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  dl.faq_container dt p, dl.faq_container dd p, .mark_info_container, #bottom_signBox, #contactBox {
    font-size: clamp(15px, 0.937vw, 18px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  dl.faq_container dt p, dl.faq_container dd p, .mark_info_container, #bottom_signBox, #contactBox {
    font-size: clamp(13px, 1.251vw, 15px);
  }
}
@media screen and (max-width: 768px) {
  dl.faq_container dt p, dl.faq_container dd p, .mark_info_container, #bottom_signBox, #contactBox {
    font-size: clamp(13px, 2.083vw, 14px);
  }
}
@media screen and (max-width: 480px) {
  dl.faq_container dt p, dl.faq_container dd p, .mark_info_container, #bottom_signBox, #contactBox {
    font-size: clamp(10px, 2.916vw, 13px);
  }
}

/* ----------------------------------------------------------------------------- */
.section_title {
  font-size: 36px;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .section_title {
    font-size: clamp(32px, 1.875vw, 36px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  .section_title {
    font-size: clamp(28px, 2.668vw, 32px);
  }
}
@media screen and (max-width: 768px) {
  .section_title {
    font-size: clamp(24px, 3.645vw, 28px);
  }
}
@media screen and (max-width: 480px) {
  .section_title {
    font-size: clamp(18px, 5vw, 24px);
  }
}

/* ----------------------------------------------------------------------------- */
.cuisine_headline, .rooms_contents_info .rooms_catch, .gallery_headline, .period_headline {
  font-size: 26px;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .cuisine_headline, .rooms_contents_info .rooms_catch, .gallery_headline, .period_headline {
    font-size: clamp(24px, 1.354vw, 26px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  .cuisine_headline, .rooms_contents_info .rooms_catch, .gallery_headline, .period_headline {
    font-size: clamp(20px, 2.001vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .cuisine_headline, .rooms_contents_info .rooms_catch, .gallery_headline, .period_headline {
    font-size: clamp(18px, 2.604vw, 20px);
  }
}
@media screen and (max-width: 480px) {
  .cuisine_headline, .rooms_contents_info .rooms_catch, .gallery_headline, .period_headline {
    font-size: clamp(16px, 3.75vw, 18px);
  }
}

/* ----------------------------------------------------------------------------- */
.rooms_catch {
  font-size: 24px;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .rooms_catch {
    font-size: clamp(18px, 1.354vw, 24px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  .rooms_catch {
    font-size: 1.834vw;
  }
}
@media screen and (max-width: 768px) {
  .rooms_catch {
    font-size: clamp(16px, 2.34vw, 18px);
  }
}
@media screen and (max-width: 480px) {
  .rooms_catch {
    font-size: clamp(15px, 3.33vw, 16px);
  }
}

/*=========================================================================
BASIC
=========================================================================*/
#Wrapper {
  background: #E0DDDA;
}

/* ----------------------------------------------------------------------------- */
#mainContents {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/* ----------------------------------------------------------------------------- */
section {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  section:last-of-type {
    padding-bottom: 9%;
  }
}

/* ----------------------------------------------------------------------------- */
.section_basic {
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .section_basic {
    padding: 4% 0 12%;
  }
}

/* ----------------------------------------------------------------------------- */
.section_title {
  line-height: 140%;
  text-align: center;
  font-weight: 600;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .section_title {
    margin-bottom: 6%;
  }
}

/* ----------------------------------------------------------------------------- */
.one_period {
  width: 100%;
  height: auto;
  max-width: 1200px;
  margin: 0 auto 90px;
}
@media screen and (max-width: 768px) {
  .one_period {
    width: 94%;
    margin-bottom: 16%;
  }
}
.one_period:last-of-type {
  margin-bottom: 0;
}
.one_period p {
  margin-bottom: 1.4rem;
}
.one_period p:last-of-type {
  margin-bottom: 0;
}

/* ----------------------------------------------------------------------------- */
.period_headline {
  margin-bottom: 4%;
  text-align: center;
}

/* RESERVATION BUTTON
---------------------------------------------------------------------- */
.btn_reservation {
  margin: 0 auto;
  max-width: 280px;
  width: 90%;
  height: auto;
}
.btn_reservation a {
  display: block;
  line-height: 100%;
  padding: 0.6rem 0;
  background: #8397A4;
  border: 1px solid #8397A4;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  border-radius: 100vh;
}
.btn_reservation a:hover {
  background: transparent;
  color: #8397A4;
}

/* ----------------------------------------------------------------------------- */
.wide_min {
  margin: 0 auto;
  max-width: 1000px;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .wide_min {
    width: 90%;
  }
}

/*=========================================================================
HEADER
=========================================================================*/
#Header {
  position: relative;
  z-index: 9;
}

/*=========================================================================
FIRST VIEW
=========================================================================*/
#firstView {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  padding: 0;
  overflow: hidden;
}

#firstView video {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  #firstView video {
    width: 240%;
    height: 100%;
  }
}

/* ----------------------------------------------------------------------------- */
#site_logoBloc {
  position: absolute;
  left: 80%;
  top: 50%;
  width: 10%;
  height: auto;
  max-width: 140px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #site_logoBloc {
    max-width: 165px;
    width: 36%;
    left: 50%;
  }
}
#site_logoBloc p {
  display: none;
}
@media screen and (max-width: 768px) {
  #site_logoBloc p {
    font-weight: 400;
    display: block;
    padding: 0.4rem 0.2rem 0;
    font-size: 28px;
    color: #050505;
    font-family: HelveticaNeue, Helvetica, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "MS Pゴシック", sans-serif;
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.6);
  }
}
@media screen and (max-width: 768px) and (max-width: 767px) {
  #site_logoBloc p {
    font-size: 3.65vw;
  }
}

/* -----------------------------------------------------------------------------
HEADER > GLOBAL NAVI
----------------------------------------------------------------------------- */
#menu-trigger {
  display: none;
}

/* ----------------------------------------------------------------------------- */
@media screen and (min-width: 769px) {
  #globalNavi.fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    background: rgba(132, 150, 165, 0.8);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  }
  #globalNavi.fixed ul#naviList {
    border-top: 0;
    padding: 0;
    height: 60px;
    overflow: hidden;
  }
  #globalNavi.fixed ul#naviList li:after {
    background: rgba(255, 255, 255, 0.4);
  }
}
/* ----------------------------------------------------------------------------- */
#globalNavi {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #globalNavi {
    position: fixed;
    z-index: -9;
    left: auto;
    right: -100%;
    top: 0;
    bottom: auto;
    width: 100%;
    height: auto;
    overflow-y: scroll;
    min-height: 100vh;
    background: #8397A4;
    opacity: 0;
    visibility: hidden;
  }
  #globalNavi.open {
    right: 0;
    opacity: 1;
    visibility: visible;
    z-index: 99;
  }
}

/* ----------------------------------------------------------------------------- */
ul#naviList {
  border-top: 1px solid #fff;
  list-style-type: none;
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding: 0.2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  ul#naviList {
    display: block;
    border: 0;
    padding: 60px 0;
    text-align: center;
  }
}
ul#naviList li {
  position: relative;
  z-index: 1;
  height: auto;
  width: 25%;
  text-align: center;
  display: block;
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  ul#naviList li {
    width: 100%;
    margin: 0 auto 4%;
    text-align: center;
  }
}
ul#naviList li a {
  text-decoration: none;
  color: #fff;
  padding: 1rem 0;
  display: block;
  width: 96%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  ul#naviList li a {
    display: inline-block;
    width: auto;
    text-shadow: none;
    color: #fff;
    font-size: 120%;
  }
}
ul#naviList li a:hover {
  text-shadow: 0;
}
@media screen and (max-width: 768px) {
  ul#naviList li a:hover {
    color: #3B4043;
  }
}
ul#naviList li a:hover span:before {
  opacity: 1;
  bottom: -0.3rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  ul#naviList li a:hover span:before {
    bottom: -0.2rem;
  }
}
ul#naviList li a span {
  position: relative;
  z-index: 1;
}
ul#naviList li a span:before {
  content: "";
  position: absolute;
  bottom: -0.4rem;
  left: 50%;
  opacity: 0;
  width: 0%;
  height: 2px;
  background: #fff;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  ul#naviList li a span:before {
    background: #3B4043;
  }
}
ul#naviList li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #fff;
}
@media screen and (max-width: 768px) {
  ul#naviList li:after {
    content: none !important;
  }
}
ul#naviList li:last-of-type:after {
  content: none;
}

/*  HEADER > SMARTPHONE MENU ICON
__________________________________________________________________________________ */
#menu-trigger {
  display: none;
}
@media screen and (max-width: 768px) {
  #menu-trigger {
    display: block;
    position: fixed;
    z-index: 100;
    right: 0%;
    top: 0%;
    width: 60px;
    height: 60px;
    cursor: pointer;
  }
}
#menu-trigger span {
  position: absolute;
  width: 60%;
  left: 20%;
  height: 2px;
  background: #3B4043;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6);
          box-shadow: 0 0 2px rgba(255, 255, 255, 0.6);
}
#menu-trigger span:first-of-type {
  top: 30%;
}
#menu-trigger span:nth-of-type(2) {
  top: 50%;
}
#menu-trigger span:nth-of-type(3) {
  top: 70%;
}
#menu-trigger.active span {
  top: 50%;
  background: #fff;
}
#menu-trigger.active span:first-of-type {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#menu-trigger.active span:nth-of-type(2) {
  width: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
}
#menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* GLOBAL NAVI > SMARTPHONE CONTENTS
__________________________________________________________________________________ */
#navi_addBox {
  display: none;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #navi_addBox {
    display: block;
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #fff;
    padding: 6% 0;
  }
}
#navi_addBox p {
  font-size: 80%;
}

#naviLogo {
  width: 29%;
  height: auto;
  max-width: 300px;
  margin: 0 auto 3%;
  padding: 0;
}
/*=========================================================================
FOOTER
=========================================================================*/
#Footer {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-bottom: 70px;
  background: #8496A5;
}
@media screen and (max-width: 768px) {
  #Footer {
    padding-bottom: 6%;
  }
}

.footer_cover {
  padding: 45px 0;
  background: #EBE8E4;
}
@media screen and (max-width: 768px) {
  .footer_cover {
    padding: 4% 0;
  }
}

/* FOOTER > CONTENTS
__________________________________________________________________________________ */
dl#footerContents {
  width: 90%;
  height: auto;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  dl#footerContents {
    display: block;
  }
}
dl#footerContents dt, dl#footerContents dd {
  height: auto;
}
dl#footerContents dt {
  width: 50%;
}
@media screen and (max-width: 768px) {
  dl#footerContents dt {
    width: 90%;
    margin: 0 auto 6%;
    padding-bottom: 6%;
    border-bottom: 1px solid #3B4043;
  }
}
dl#footerContents dd {
  width: 50%;
}
@media screen and (max-width: 768px) {
  dl#footerContents dd {
    width: 100%;
  }
}

/* ----------------------------------------------------------------------------- */
#contactBox {
  width: 60%;
  height: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #contactBox {
    width: 70%;
    margin: 0 auto;
  }
}
#contactBox p {
  margin-bottom: 4%;
  font-size: 90%;
}

/* ----------------------------------------------------------------------------- */
#bottom_signBox {
  text-align: right;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #bottom_signBox {
    text-align: center;
  }
}
#bottom_signBox p {
  font-size: 90%;
}

/* ----------------------------------------------------------------------------- */
#bottomLogo {
  width: 40%;
  height: auto;
  display: block;
  padding: 0;
  max-width: 140px;
  margin: 0 0 2% auto;
}
@media screen and (max-width: 768px) {
  #bottomLogo {
    max-width: 90px;
    width: 100%;
    margin: 0 auto 2%;
  }
}
/*=========================================================================
INTROCUDTION
=========================================================================*/
#Introduction .section_basic {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #Introduction .section_basic {
    padding-top: 16%;
  }
}
#Introduction .one_period {
  max-width: 900px;
  width: 90%;
  margin-bottom: 60px;
}
#Introduction .one_period:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #Introduction .one_period {
    margin-bottom: 6%;
    width: 84%;
  }
}
#Introduction .one_period p {
  line-height: 220%;
}
@media screen and (max-width: 768px) {
  #Introduction .section_title {
    margin-bottom: 16%;
  }
}

/* ----------------------------------------------------------------------------- */
#intro_galleryBloc {
  width: 100%;
  height: auto;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  #intro_galleryBloc {
    margin-top: 9%;
  }
}

/* ----------------------------------------------------------------------------- */
.intro_photo {
  padding: 0;
}
.intro_photo.large {
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .intro_photo.large {
    margin-bottom: 6%;
  }
}

/* ----------------------------------------------------------------------------- */
dl#intro_photoList {
  width: 100%;
  margin: 0 auto 60px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
dl#intro_photoList:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  dl#intro_photoList {
    display: block;
    width: 100%;
  }
}
dl#intro_photoList dt, dl#intro_photoList dd {
  height: auto;
  padding: 0;
}
dl#intro_photoList dt {
  width: 50%;
}
@media screen and (max-width: 768px) {
  dl#intro_photoList dt {
    width: 80%;
    margin: 0 0 5%;
  }
}
dl#intro_photoList dd {
  width: 50%;
}
@media screen and (max-width: 768px) {
  dl#intro_photoList dd {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  dl#intro_photoList:nth-of-type(even) dt {
    width: 90%;
    margin: 0 auto;
  }
  dl#intro_photoList:nth-of-type(even) dd {
    width: 80%;
    margin: 5% 0 0 auto;
  }
}

/* ----------------------------------------------------------------------------- */
.gallery_photo {
  padding: 0;
  margin: 0;
}
/* ----------------------------------------------------------------------------- */
.gallery_textbox {
  width: 76%;
  margin: 0 auto;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .gallery_textbox {
    width: 94%;
    padding-bottom: 4%;
  }
}

.gallery_textbox p {
  margin-bottom: 1.4rem;
}
.gallery_textbox p:last-of-type {
  margin-bottom: 0;
}

/* ----------------------------------------------------------------------------- */
.gallery_headline {
  line-height: 140%;
  font-weight: 600;
  margin-bottom: 5%;
}

/*=========================================================================
ROOMS
=========================================================================*/
#rooms-Sakae.one_period, #rooms-Take.one_period, #rooms-Yae.one_period {
  width: 94%;
}

@media screen and (max-width: 768px) {
  .one_period.rooms_intro {
    width: 96%;
  }
}

#rooms_indexBloc {
  background: #EBE8E4;
  width: 100%;
  height: auto;
  margin: 60px auto;
}
@media screen and (max-width: 768px) {
  #rooms_indexBloc {
    margin: 6% auto;
  }
}
#rooms_indexBloc .btn_reservation {
  margin-top: 12%;
  width: 80%;
}
@media screen and (max-width: 768px) {
  #rooms_indexBloc .btn_reservation {
    margin-top: 6%;
    width: 60%;
  }
}

/* ROOMS - ROOM NAME LIST 
__________________________________________________________________________________ */
ul#rooms_markList {
  list-style-type: none;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  ul#rooms_markList {
    padding: 6% 0;
    display: block;
  }
}
ul#rooms_markList li {
  width: 33.3333333333%;
  height: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  ul#rooms_markList li {
    width: 100%;
    border-bottom: 1px solid #E0DDDA;
    padding: 4% 0;
  }
  ul#rooms_markList li:first-of-type {
    padding-top: 0;
  }
  ul#rooms_markList li:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
ul#rooms_markList li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #E0DDDA;
}
@media screen and (max-width: 768px) {
  ul#rooms_markList li:after {
    content: none;
  }
}

dl.rooms_markContainer {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  dl.rooms_markContainer {
    width: 88%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
dl.rooms_markContainer dt, dl.rooms_markContainer dd {
  height: auto;
}
dl.rooms_markContainer dt {
  width: 100%;
  margin-bottom: 12%;
}
@media screen and (max-width: 768px) {
  dl.rooms_markContainer dt {
    width: 25%;
    margin: 0 3% 0 0;
  }
}
dl.rooms_markContainer dd {
  width: 100%;
}
@media screen and (max-width: 768px) {
  dl.rooms_markContainer dd {
    width: 72%;
  }
}

/* ----------------------------------------------------------------------------- */
.rooms_preview_photo {
  width: 48%;
  height: auto;
  margin: 0 auto;
  max-width: 168px;
}
@media screen and (max-width: 768px) {
  .rooms_preview_photo {
    width: 100%;
  }
}
/* ----------------------------------------------------------------------------- */
.mark_info_container {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  .mark_info_container {
    width: 90%;
  }
}
.mark_info_container p {
  margin-bottom: 1.4rem;
}
.mark_info_container p:last-of-type {
  margin-bottom: 0;
}

.rooms_catch {
  text-align: center;
  font-weight: 600;
  margin-bottom: 12%;
}
@media screen and (max-width: 768px) {
  .rooms_catch {
    margin-bottom: 4%;
  }
}

/* ROOMS - DETAIL
__________________________________________________________________________________ */
/* ----------------------------------------------------------------------------- */
dl.rooms_details_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  dl.rooms_details_top {
    margin-bottom: 6%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  dl.rooms_details_top .period_headline {
    margin-bottom: 18%;
    font-size: clamp(13px, 2.083vw, 14px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  dl.rooms_details_top .period_headline {
    font-size: clamp(10px, 2.916vw, 13px) !important;
  }
}
dl.rooms_details_top dt, dl.rooms_details_top dd {
  height: auto;
}
dl.rooms_details_top dt {
  width: 50%;
  margin-right: 4%;
}
dl.rooms_details_top dd {
  width: 44%;
}
/* ----------------------------------------------------------------------------- */
.rooms_top_photo {
  padding: 0;
  margin: 0 auto;
}
/* ----------------------------------------------------------------------------- */
.rooms_contents_info {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .rooms_contents_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.rooms_contents_info .rooms_catch {
  margin-bottom: 4%;
}
@media screen and (max-width: 768px) {
  .rooms_contents_info .rooms_catch {
    margin-bottom: 6%;
  }
}

/* ----------------------------------------------------------------------------- */
.rooms_namebox {
  margin-bottom: 6%;
}
@media screen and (max-width: 768px) {
  .rooms_namebox {
    width: 100%;
    margin: 0 0 0 0;
  }
}

/* ----------------------------------------------------------------------------- */
.room_logo {
  padding: 0;
  width: 50%;
  max-width: 300px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .room_logo {
    width: 84%;
    max-width: inherit;
  }
}
/* ----------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .rooms_textbox {
    width: 100%;
    margin-top: 6%;
  }
}
.rooms_textbox p {
  margin-bottom: 1.4rem;
}
.rooms_textbox p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .rooms_textbox p:last-of-type {
    font-size: 96%;
  }
}

/* ----------------------------------------------------------------------------- */
.drawing.one_period {
  width: 100%;
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  .drawing.one_period {
    margin-bottom: 6%;
  }
}

/* ----------------------------------------------------------------------------- */
.rooms_drawing {
  padding: 0;
  margin: 0 auto 45px;
}
@media screen and (max-width: 768px) {
  .rooms_drawing {
    margin-top: 9%;
    margin-bottom: 9%;
  }
}

/* ----------------------------------------------------------------------------- */
.slide_body {
  width: 100%;
  height: auto;
  margin: 0 auto 60px;
  max-width: 1200px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .slide_body {
    margin-bottom: 6%;
  }
}

/* ----------------------------------------------------------------------------- */
ul.gallery_list {
  list-style-type: none;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
ul.gallery_list li {
  width: 100%;
  height: auto;
}
/* ----------------------------------------------------------------------------- */
dl.rooms_spec_list {
  width: 80%;
  height: auto;
  max-width: 1000px;
  margin: 0 auto 60px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 768px) {
  dl.rooms_spec_list {
    display: block;
    width: 94%;
    margin-bottom: 9%;
  }
}
dl.rooms_spec_list dt, dl.rooms_spec_list dd {
  height: auto;
  border-bottom: 1px solid #8397A4;
}
dl.rooms_spec_list dt:first-of-type, dl.rooms_spec_list dd:first-of-type {
  border-top: 1px solid #8397A4;
}
dl.rooms_spec_list dt {
  width: 24%;
  padding: 0.6rem 0.8rem;
}
@media screen and (max-width: 768px) {
  dl.rooms_spec_list dt {
    width: 100%;
    background: #8397A4;
    color: #fff;
    padding: 0.15rem 0.8rem 0.1rem;
  }
  dl.rooms_spec_list dt p {
    line-height: 100%;
  }
}
dl.rooms_spec_list dd {
  padding: 0.6rem 0.8rem;
  width: 76%;
}
@media screen and (max-width: 768px) {
  dl.rooms_spec_list dd {
    width: 100%;
    padding: 0.8rem;
  }
  dl.rooms_spec_list dd p.amenity {
    line-height: 220% !important;
  }
  dl.rooms_spec_list dd p.amenity br {
    display: none !important;
  }
}

/*=========================================================================
CUISINE
=========================================================================*/
#Cuisine .section_title {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #Cuisine .section_title {
    margin-bottom: 4%;
  }
}
#Cuisine .section_title p {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  #Cuisine .one_period.wide_min {
    width: 96%;
    margin-bottom: 12%;
  }
}

/* * ----------------------------------------------------------------------------- */
#cuisine_informationBloc {
  width: 100%;
  height: auto;
  margin: 60px auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 768px) {
  #cuisine_informationBloc {
    display: block;
    margin-top: 6%;
    margin-bottom: 6%;
  }
}
@media screen and (max-width: 768px) {
  #cuisine_informationBloc.one_period {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 6%;
  }
}

/* ----------------------------------------------------------------------------- */
ul.cuisine_contents_list {
  list-style-type: none;
  width: 45%;
  margin-right: 10%;
}
@media screen and (max-width: 768px) {
  ul.cuisine_contents_list {
    width: 100%;
    height: auto;
    margin: 0 auto 6%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.cuisine_contents_list:last-of-type {
    margin-bottom: 0;
  }
}
ul.cuisine_contents_list:nth-of-type(even) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  ul.cuisine_contents_list:nth-of-type(even) {
    margin: 0 auto 4%;
  }
}
ul.cuisine_contents_list li {
  width: 100%;
  height: auto;
  margin: 0 auto 5%;
}
@media screen and (max-width: 768px) {
  ul.cuisine_contents_list li:first-of-type {
    width: 40%;
    margin-right: 4%;
  }
  ul.cuisine_contents_list li:nth-of-type(even) {
    width: 56%;
    margin-right: 0;
  }
  ul.cuisine_contents_list li:last-of-type {
    width: 100%;
    margin: 2% auto 0;
  }
}
ul.cuisine_contents_list li:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  ul.cuisine_contents_list:nth-of-type(even) li:first-of-type {
    width: 56%;
    margin: 0 4% 0 0;
  }
  ul.cuisine_contents_list:nth-of-type(even) li:nth-of-type(even) {
    width: 100%;
    margin: 6% auto 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  ul.cuisine_contents_list:nth-of-type(even) li:last-of-type {
    width: 40%;
    margin: 0;
  }
}

/* ----------------------------------------------------------------------------- */
.cuisine_headline {
  line-height: 140%;
  font-weight: 600;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .cuisine_headline {
    margin-bottom: 6%;
  }
}

.cuisine_images {
  padding: 0;
  margin: 0 auto;
}

/* ----------------------------------------------------------------------------- */
.cuisine_info_box {
  padding-top: 20%;
  line-height: 160%;
}
@media screen and (max-width: 768px) {
  .cuisine_info_box {
    padding-top: 0;
    width: 80%;
    margin-left: 6%;
  }
  .cuisine_info_box.rev {
    margin-left: 16%;
  }
}
.cuisine_info_box p {
  margin-bottom: 1.4rem;
}
.cuisine_info_box p:last-of-type {
  margin-bottom: 0;
}

/* ----------------------------------------------------------------------------- */
#lastComment {
  margin: 140px auto 0;
}
@media screen and (max-width: 768px) {
  #lastComment {
    width: 82% !important;
    margin-top: 12%;
  }
}
#lastComment .cuisine_headline {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #lastComment .cuisine_headline {
    margin-bottom: 4%;
  }
}

/* ----------------------------------------------------------------------------- */
.cuisine_pic {
  padding: 0;
  margin: 0 auto;
}
.cuisine_pic.last {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .cuisine_pic.last {
    margin-top: 6%;
  }
}

/*=========================================================================
ACCESS
=========================================================================*/
#Access .section_title {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  #Access .section_title {
    margin-bottom: 4%;
  }
}
#Access .section_title p {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #Access .section_title p {
    margin-top: 3%;
  }
}

/* ----------------------------------------------------------------------------- */
#accessMap {
  width: 100vw;
  height: auto;
  margin: 45px calc(50% - 50vw);
  position: relative;
  z-index: 1;
  padding-bottom: 34%;
}
@media screen and (max-width: 768px) {
  #accessMap {
    margin-top: 6%;
    padding-bottom: 56.25%;
  }
}
#accessMap iframe {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

/* ----------------------------------------------------------------------------- */
#access_addBox {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  text-align: center;
}

#access_addbody {
  display: inline-block;
  text-align: center;
}
/*=========================================================================
FAQ
=========================================================================*/
ul#faqList {
  list-style-type: none;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
ul#faqList li {
  width: 100%;
  height: auto;
  padding: 0.6rem 0;
  border-top: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  ul#faqList li {
    padding: 0;
    border: 0;
  }
}
ul#faqList li:last-of-type {
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  ul#faqList li:last-of-type {
    border-bottom: 0;
  }
  ul#faqList li:last-of-type dd {
    margin-bottom: 0;
  }
}

/* ----------------------------------------------------------------------------- */
dl.faq_container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  dl.faq_container {
    display: block;
  }
}
dl.faq_container dt, dl.faq_container dd {
  height: auto;
}
dl.faq_container dt p, dl.faq_container dd p {
  line-height: 160%;
}
dl.faq_container dt {
  width: 34%;
}
@media screen and (max-width: 768px) {
  dl.faq_container dt {
    width: 100%;
    padding-bottom: 0.4rem;
    margin-bottom: 0.4rem;
    border-bottom: 1px solid #8496A5;
    color: #3B4043;
    font-weight: 600;
  }
}
dl.faq_container dd {
  width: 66%;
  text-align: right;
}
@media screen and (max-width: 768px) {
  dl.faq_container dd {
    width: 100%;
    text-align: left;
    margin-bottom: 1.8rem;
  }
}

/* ----------------------------------------------------------------------------- */
.faq_image {
  padding: 0;
  margin: 0 auto;
}
.faq_image#Garage {
  width: 70%;
  margin: 45px auto;
}
@media screen and (max-width: 768px) {
  .faq_image#Garage {
    width: 80%;
    margin: 4% auto;
  }
}