@charset "UTF-8";
img {
  opacity: 1;
  transition: opacity 0.3s;
}

img[data-src] {
  opacity: 0;
}

/*
cssでのloadingアニメーションを実現するクラスをLoading.IOなどから調達。
imgとローディングアニメーションを囲うdivを用意し、
その中央部にローディングが表示されるよう調整。
*/
.parent-block {
  position: relative;
}

.parent-block .some-loading-animation {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 32px;
  /* 32pxはあくまで例。 .some-loading-animationの高さ / 2 の値をセット */
  margin-left: 32px;
  /* 32pxはあくまで例。 .some-loading-animationの幅 / 2 の値をセット */
  z-index: -1;
  /* imgが表示された際に背部にまわるように設定。 */
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*
---------------------------------------------

    base settings

*/
html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "YakuHanJPs", sans-serif;
  font-size: 1.5rem;
  -webkit-text-size-adjust: 100%;
  line-height: 1;
  color: #555;
  background-color: #fff;
  letter-spacing: 0.07em;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  clear: both;
}

ul, ol, dl, p, img, form, dt, dd {
  margin: 0;
  padding: 0;
  border: 0;
}

li {
  list-style: none;
}

input, textarea {
  font-size: 12px;
}

img {
  vertical-align: bottom;
}

a {
  color: #444;
  transition: all 0.3s ease;
  outline: none;
}

a:active,
a:hover {
  color: #ff5a67;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
  font-weight: normal;
}

* {
  box-sizing: border-box;
}

/* microclearfix */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

/** For IE 6/7 only */
.cf {
  *zoom: 1;
}

.goog-te-banner-frame {
  top: inherit !important;
  bottom: 0 !important;
}

.contents-frame {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 80px 0;
  text-align: left;
}
.contents-frame--concept {
  padding: 0 0 0 0;
}

.l-content-frame {
  width: 1000px;
  margin: 0 auto;
}

.l-content-area {
  width: 700px;
  float: left;
}
.l-content-area section {
  margin: 0 0 40px 0;
}

.l-content-box {
  margin: 0 0 60px 0;
}
.l-content-box header {
  text-align: center;
}
.l-content-box__title {
  margin: 0 0 1em 0;
  text-align: center;
}
.l-content-box__text {
  padding: 0;
  line-height: 1.6;
}

.l-content-fixed {
  margin: 0 auto;
  max-width: 1000px;
}
.l-content-fixed__left {
  width: 72%;
  max-width: inherit;
  float: left;
}
.l-content-fixed__right {
  width: 23%;
  float: right;
}

.l-article-box {
  margin: 0 0 70px 0;
  padding: 0 0 55px 0;
  border-bottom: 1px solid #ccc;
}

.l-article-title {
  margin: 0.5em 0;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.6;
  color: #343434;
}

.l-lead-text {
  padding: 0 15%;
  font-size: 15px;
  color: #343434;
  line-height: 1.8;
  text-align: center;
}

.l-center-text {
  margin: 40px 0;
  padding: 0 15%;
  text-align: center;
  line-height: 1.8;
}
.l-center-text--link {
  display: inline-block;
  color: #b0832a;
  text-decoration: none;
}
.l-center-text--link:hover {
  text-decoration: underline;
}

.l-full-text {
  text-align: center;
}

.l-caution-text {
  margin: 1.8em 0 0 0;
  text-align: center;
}

.l-link-right {
  margin: 1em 0 2em 0;
  text-align: right;
}
.l-link-right__link {
  padding: 0 4em 0 0;
  display: inline-block;
  text-decoration: none;
  color: #b0872f;
  background: url(../img/icon-arrow-long.png) no-repeat right center;
}
.l-link-right__link:hover {
  text-decoration: underline;
}

.l-full-image {
  margin: 0 0 1em 0;
  position: relative;
}
.l-full-image img {
  width: 100%;
}

.l-full-image__title {
  width: 180px;
  height: 46px;
  margin: -23px 0 0 -90px;
  display: block;
  line-height: 46px;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}

.l-two-column,
.l-three-column {
  width: 100%;
  display: table;
  box-sizing: border-box;
}

.l-two-column__left,
.l-two-column__right {
  display: table-cell;
  box-sizing: border-box;
  vertical-align: middle;
}
.l-two-column__left img,
.l-two-column__right img {
  max-width: 100%;
}

.l-three-column__left,
.l-three-column__center,
.l-three-column__right {
  display: table-cell;
  box-sizing: border-box;
  vertical-align: middle;
}
.l-three-column__left img,
.l-three-column__center img,
.l-three-column__right img {
  max-width: 100%;
}

.l-content-list {
  width: 100%;
  display: table;
}
.l-content-list li {
  display: table-cell;
  box-sizing: border-box;
}
.l-content-list li img {
  max-width: 100%;
}

.l-content-listbox {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.l-content-listbox li {
  box-sizing: border-box;
}
.l-content-listbox li img {
  max-width: 100%;
}

.l-content-listbox__title {
  display: block;
}

.l-content-navi {
  width: 100%;
  min-width: 1000px;
  background-color: #000;
  text-align: center;
}

.l-content-navi__list {
  padding: 1em 0;
  display: inline-block;
}
.l-content-navi__list li {
  padding: 0 1em;
  display: table-cell;
}
.l-content-navi__list li a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}
.l-content-navi__list li a:hover {
  opacity: 0.75;
}

.l-bg-grey {
  background-color: #eee;
}

.not-found {
  margin: 150px 0;
}
.not-found article h1 {
  margin: 0 0 20px 0;
  text-align: center;
  font-size: 21px;
  font-weight: bold;
}
.not-found article p {
  text-align: center;
  line-height: 1.8;
}
.not-found article .search-box {
  margin: 40px 0;
  text-align: center;
}
.not-found article .btn-icon-wht--404 {
  width: 280px;
  margin: 50px auto 0;
}

.l-social-btn {
  width: 40%;
}
.l-social-btn.l-social-btn--bottom {
  margin: 1em 0 0 0;
}
.l-social-btn.l-social-btn--bottom ul {
  float: none;
}

.l-social-btn__list {
  float: right;
  display: table;
}
.l-social-btn__list li {
  padding: 0 0 0 5px;
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  body {
    padding: 60px 0 0 0;
  }

  .for-sp {
    display: none;
  }

  .contents-frame {
    width: 100%;
    margin: 0;
    padding: 0 0 40px 0;
    text-align: left;
    box-sizing: border-box;
    overflow: hidden;
  }
  .contents-frame--bath {
    padding: 0 0 40px 0;
  }
  .contents-frame--facility {
    padding: 0 0 80px 0;
  }
  .contents-frame--concept {
    padding: 0;
  }

  .l-content-frame {
    width: 100%;
    margin: 0;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .l-content-area {
    width: 100%;
    padding: 0 10px;
    float: inherit;
    box-sizing: border-box;
  }
  .l-content-area section {
    margin: 0 0 40px 0;
  }

  .l-content-box img {
    width: 100%;
  }

  .l-content-fixed {
    margin: 0;
  }
  .l-content-fixed__left, .l-content-fixed__right {
    width: 100%;
    float: none;
  }
  .l-content-fixed__right {
    padding: 0 1.5em;
    box-sizing: border-box;
  }

  .l-article-title {
    padding: 0 0.5em;
  }

  .l-lead-text {
    padding: 0;
    text-align: left;
  }

  .l-center-text {
    margin: 20px 0;
    padding: 0;
    text-align: left;
  }

  .l-two-column,
.l-three-column {
    display: block;
  }

  .l-two-column__left,
.l-two-column__right {
    display: block;
  }

  .l-three-column__left,
.l-three-column__center,
.l-three-column__right {
    display: block;
  }

  .l-content-list {
    display: block;
  }
  .l-content-list li {
    display: block;
  }
  .l-content-list li img {
    max-width: 100%;
  }

  .l-content-navi {
    min-width: 100%;
  }

  .l-content-navi__list {
    padding: 0;
    display: inline-block;
  }
  .l-content-navi__list li {
    width: 50%;
    padding: 0;
    display: block;
    float: left;
  }
  .l-content-navi__list li a {
    padding: 0.8em 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    display: block;
  }
  .l-content-navi__list li a:hover {
    opacity: 0.75;
  }

  .l-social-btn {
    margin: 0.5em 0 0 0;
    text-align: center;
  }
  .l-social-btn ul {
    margin: 0 auto;
    float: none;
  }
  .l-social-btn ul li {
    padding: 0 5px 0 0;
  }

  .owl-theme .owl-controls .owl-buttons div.owl-prev,
.owl-theme .owl-controls .owl-buttons div.owl-next {
    width: 35px;
    height: 35px;
    top: 50%;
  }

  .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 3%;
    background-size: contain;
  }

  .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 3%;
    background-size: contain;
  }
}
/* グローバルメニューを表示 */
/* グローバルメニューをハンバーガーで表示 */
/*
---------------------------------------------

    Header layout

*/
.header-frame {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transform: translateZ(0);
}

.header-left,
.header-center,
.header-right {
  vertical-align: middle;
}

.header-left {
  width: calc(100vw - 210px);
  height: 60px;
  text-align: left;
  display: table;
  background-color: rgba(255, 255, 255, 0.95);
  box-sizing: border-box;
}

.header-left__logo {
  height: 60px;
  padding: 0 0 0 15px;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
}
.header-left__logo a {
  display: inline-block;
}
.header-left__logo a:hover {
  opacity: 0.75;
}
.header-left__logo img {
  width: 243px;
  height: 56px;
}

.header-center {
  width: 150px;
}

.header-right {
  width: 60px;
  vertical-align: middle;
}

.header-info {
  width: 100%;
}

.btn-reservation {
  height: 60px;
  line-height: 60px;
  display: block;
  text-align: center;
  color: #fff;
  background-color: #a07848;
  text-decoration: none;
  box-sizing: border-box;
  cursor: pointer;
}
.btn-reservation:hover {
  opacity: 0.75;
}

.btn-sp-menu {
  width: 60px;
  height: 60px;
  padding: 20px 10px;
  background-color: #000;
  box-sizing: border-box;
  display: block;
  position: relative;
  z-index: 101;
}
.btn-sp-menu .btn-sp-menu__line {
  width: 24px;
  height: 2px;
  background-color: #fff;
  display: block;
  box-sizing: border-box;
  transition: all 1s;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -12px;
}
.btn-sp-menu .btn-sp-menu__line::before, .btn-sp-menu .btn-sp-menu__line::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  box-sizing: border-box;
  transition: all 1s;
}
.btn-sp-menu .btn-sp-menu__line:before, .btn-sp-menu .btn-sp-menu__line:after {
  width: 24px;
  height: 2px;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #fff;
}
.btn-sp-menu .btn-sp-menu__line:before {
  margin-top: -7px;
}
.btn-sp-menu .btn-sp-menu__line:after {
  margin-top: 5px;
}
.btn-sp-menu:hover span, .btn-sp-menu:hover span:before, .btn-sp-menu:hover span:after {
  background-color: #d7b262;
}
.btn-sp-menu.on .btn-sp-menu__line {
  background: transparent;
}
.btn-sp-menu.on .btn-sp-menu__line:before, .btn-sp-menu.on .btn-sp-menu__line:after {
  margin-top: 0;
}
.btn-sp-menu.on .btn-sp-menu__line:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.btn-sp-menu.on .btn-sp-menu__line:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

/*
old version
.global-menu {
  //display: table;
  display: inline-block;
  padding-right: 30px;
  li {
    padding: 0 .7em;
    font-size: 16px;
    display: table-cell;
    a {
      color: #343434;
      text-decoration: none;
      &:hover {
        @include linkHover(75);
      }
    }
    &.on {
      a {
        color: #a07848;
      }
    }
    .room-sub-menu {
      display: none;
    }
  }
}
*/
.global-menu-frame {
  width: 40vw;
  display: none;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.85);
  position: fixed;
  top: 60px;
  right: 0;
  z-index: 101;
}

.global-menu {
  display: flex;
  flex-wrap: wrap;
}

.global-menu__list {
  flex-basis: 50%;
  padding: 0;
  display: block;
  box-sizing: border-box;
  text-align: center;
}

.global-menu__list--full {
  flex-basis: 100%;
  border-bottom: none;
}

.sub-menu {
  display: flex;
  flex-wrap: wrap;
  background-color: rgba(0, 0, 0, 0.5);
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
}

.sub-menu__list {
  flex-basis: 50%;
  line-height: 1.6;
  box-sizing: border-box;
}
.sub-menu__list.sub-menu__list--full {
  flex-basis: 100%;
}

.global-menu a,
.sub-menu a {
  color: #fff;
  display: block;
  text-decoration: none;
  position: relative;
}
.global-menu a:hover,
.sub-menu a:hover {
  color: #aaa;
}
.global-menu a:after,
.sub-menu a:after {
  content: "";
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  right: 1em;
}

.global-menu a {
  padding: 1.5em 0.7em;
  font-size: 18px;
}
.global-menu a:after {
  width: 10px;
  height: 10px;
  margin: -5px 0 0 0;
}

.sub-menu a {
  padding: 1em 0.7em;
  font-size: 13px;
}
.sub-menu a:after {
  width: 4px;
  height: 4px;
  margin: -2px 0 0 0;
}

.current-menu-item a {
  color: #ccc;
  background-color: rgba(0, 0, 0, 0.8);
}

.language-pulldown,
.socila-btn {
  margin: 10px 0 0 0;
  padding: 0.5em 0.7em;
}
.language-pulldown a,
.socila-btn a {
  padding: 0;
  display: inline-block;
}
.language-pulldown a:after,
.socila-btn a:after {
  display: none;
}
.language-pulldown a img,
.socila-btn a img {
  max-width: 100%;
}

.language-pulldown a {
  font-size: 14px;
}

.socila-btn {
  text-align: center;
}
.socila-btn a {
  width: 10%;
  margin: 0 0.5em;
}

.l-language-area {
  text-align: center;
}

.l-reservation-window {
  display: none;
  opacity: 0;
  width: 100%;
  overflow-y: scroll;
  height: calc(100vh - 60px);
  background-color: rgba(0, 0, 0, 0.85);
  box-sizing: border-box;
  position: fixed;
  top: 60px;
  right: 0;
}
.l-reservation-window.is-active {
  display: block;
}

.l-reservation-frame {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 0;
}

.l-reservation-box {
  margin: 0 0 3em 0;
  display: flex;
}

.l-reservation-box__list {
  padding: 0.5em;
  flex: 1;
}

.l-reservation-box__link {
  display: block;
  position: relative;
}
.l-reservation-box__link:hover {
  opacity: 0.85;
}
.l-reservation-box__link img {
  width: 100%;
  height: auto;
}

.l-reservation-box__text {
  width: 100%;
  padding: 0.5em;
  color: #fff;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  left: 0;
  bottom: 0;
}
.l-reservation-box__text:after {
  content: ">";
  color: #fff;
  font-weight: bold;
  position: absolute;
  right: 0.5em;
  bottom: 0.5em;
}

.l-two-column--reservation {
  width: 100%;
}

.l-two-column__left--reservation,
.l-two-column__right--reservation {
  width: 50%;
  box-sizing: border-box;
}

.l-two-column__right--reservation {
  padding: 0 0 0 2em;
  border-left: 1px solid #c9c9c9;
}

.l-reservation-steps {
  margin: 0 0 25px 0;
  padding: 0 0 25px 0;
  font-size: 14px;
  color: #fff;
}

.l-reservation-steps__title {
  padding: 0 0 10px 0;
  color: #fff;
  font-weight: bold;
}

.l-reservation-steps__text {
  line-height: 1.6;
}

.l-reservation-info {
  margin: 1em 0 0 0;
  text-align: center;
  color: #fff;
  line-height: 1.6;
}
.l-reservation-info span {
  font-size: 18px;
  font-weight: bold;
  color: #b0872f;
  display: block;
}

.reservation-temporary dt {
  font-size: 1.8rem;
  font-weight: bold;
  color: #FFF;
}

/* Tablet settings */
@media screen and (min-width: 768px) and (max-width: 1100px) {
  /*
  ---------------------------------------------

      Header layout

  */
}
@media screen and (max-width: 767px) {
  /*
  ---------------------------------------------

      Header layout

  */
  .header-frame {
    height: 60px;
  }

  .header-left__logo {
    padding: 0 0 0 5px;
  }
  .header-left__logo img {
    width: 160px;
    height: auto;
  }

  .header-left {
    width: calc(100vw - 180px);
  }

  .header-center {
    width: 120px;
  }

  .btn-reservation {
    font-size: 12px;
  }

  .global-menu-frame {
    width: 100%;
    padding: 0 0 1em 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .global-menu__list a {
    color: #fff;
    padding: 1.5em 0.7em;
    display: block;
  }

  .l-reservation-window {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .l-reservation-frame {
    margin: 0;
    padding: 20px 0 80px 0;
  }

  .l-reservation-box {
    padding: 0 10%;
    display: block;
  }

  .l-reservation-box__list img {
    width: 100%;
  }

  .l-two-column--reservation {
    width: 100%;
  }

  .l-two-column__left--reservation,
.l-two-column__right--reservation {
    width: 100%;
    padding: 0;
  }

  .l-two-column__right--reservation {
    border-left: none;
  }

  .l-reservation-steps {
    margin: 0 0 25px 0;
    padding: 0 10% 25px 10%;
  }

  .l-reservation-info {
    padding: 0 1.5em;
  }

  .language-pulldown {
    padding: 0.5em 0;
    justify-content: center;
  }

  .socila-btn {
    visibility: visible;
    text-align: center;
  }
  .socila-btn a {
    width: 10%;
    margin: 0 0.5em;
  }
}
.btn-footer-tel {
  display: none;
}

.l-btn-top {
  width: 7em;
  margin: 0 0 0 -3.5em;
  padding: 1em 0;
  text-align: center;
  position: absolute;
  top: -80px;
  left: 50%;
}
.l-btn-top a {
  padding: 20px 0 0 0;
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  position: relative;
}
.l-btn-top a:hover {
  opacity: 0.85;
}
.l-btn-top a:before {
  content: "";
  width: 26px;
  height: 26px;
  margin: 0 0 0 -13px;
  box-sizing: border-box;
  border-bottom: 6px solid transparent;
  border-right: 6px solid transparent;
  border-left: 6px solid #000;
  border-top: 6px solid #000;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 50%;
}
.l-btn-top img {
  padding: 0 0 10px 0;
  width: 58px;
}

.footer-frame {
  padding: 40px 0 25px 0;
  background-color: #1b1b1b;
  position: relative;
}

.l-footer-box {
  max-width: 1000px;
  margin: 0 auto 2em auto;
  display: flex;
  color: #fff;
}
.l-footer-box__center {
  flex-grow: 2;
}
.l-footer-box__right {
  flex-basis: 20%;
  text-align: right;
}
.l-footer-box__right a {
  width: 50px;
  display: inline-block;
  margin: 0 0.3em;
}
.l-footer-box__right a:hover {
  opacity: 0.85;
}
.l-footer-box__right a img {
  max-width: 100%;
}

.l-footer-logos {
  width: 200px;
  margin: 0 4rem 0 0;
}
.l-footer-logos img {
  max-width: 100%;
}

.footer-hotel-info {
  margin: 0 0 1em 0;
  font-size: 15px;
  color: #fff;
}
.footer-hotel-info__address {
  margin: 0 0 1em 0;
  padding: 0 1em 0 0;
}
.footer-hotel-info__address a {
  margin: 0 0 0 0.5em;
  padding: 0.5em;
  background-color: #222;
  display: inline-block;
  font-size: 11px;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}
.footer-hotel-info__address a:hover {
  background-color: #444;
}

.footer-link-list,
.footer-contact-list {
  display: flex;
  flex-wrap: wrap;
}
.footer-link-list li,
.footer-contact-list li {
  margin: 0 0 1em 0;
  color: #fff;
}
.footer-link-list li:last-child,
.footer-contact-list li:last-child {
  margin: 0;
}
.footer-link-list li a,
.footer-contact-list li a {
  color: #fff;
  text-decoration: none;
}
.footer-link-list li a:hover,
.footer-contact-list li a:hover {
  opacity: 0.75;
}

.footer-contact-list li {
  font-weight: bold;
  font-size: 30px;
  vertical-align: bottom;
}
.footer-contact-list li a {
  font-size: 15px;
}
.footer-contact-list li a span {
  padding: 0.5em 1em;
  border: 1px solid #fff;
  border-radius: 4px;
  display: block;
}
.footer-contact-list li a.btn-footer-tel {
  display: none;
}
.footer-contact-list li a:hover span {
  color: #000;
  background-color: #fff;
}
.footer-contact-list li:last-child {
  padding: 0 0 0 1em;
}

.footer-link-list {
  margin: 0 0 1em 0;
}
.footer-link-list li {
  padding: 0 1em 0 0;
}

.footer-link-list__link {
  padding: 0 0 0 1em;
  display: inline-block;
  position: relative;
}
.footer-link-list__link:before {
  content: "";
  width: 8px;
  height: 8px;
  margin: -4px 0 0 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 48%;
  left: 0;
}

.footer-info {
  width: 100%;
}
.footer-info li {
  width: 50%;
  float: left;
}
.footer-info li a {
  width: 100%;
  height: 90px;
  text-align: center;
  display: block;
  line-height: 90px;
  font-size: 20px;
  text-decoration: none;
}
.footer-info li a:hover {
  opacity: 0.75;
}
.footer-info li:nth-child(1) a {
  color: #999;
  background-color: #fff;
}
.footer-info li:nth-child(2) a {
  color: #fff;
  background-color: #a07848;
}

.reception-time {
  margin: 0.5em 0 0 0;
  display: block;
  font-size: 12px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .footer-frame {
    padding: 1.5em 0;
  }

  .l-footer-box {
    margin: 0;
    padding: 0 1.5em 1.5em 1.5em;
    position: relative;
    box-sizing: border-box;
    display: block;
  }
  .l-footer-box__left {
    padding: 0;
  }
  .l-footer-box__center {
    margin: 1em 0;
  }
  .l-footer-box__right {
    text-align: center;
  }

  .l-footer-logos {
    margin: 0 auto;
    text-align: center;
  }

  .l-two-column__left {
    padding: 0 0 0.5em 0;
    line-height: 1.6;
  }
  .l-two-column__left--inner {
    margin: 0 0 1.5em 0;
    text-align: center;
  }
  .l-two-column__left--inner a {
    margin: 0 15px;
  }
  .l-two-column__right__inner {
    padding: 0;
    text-align: center;
  }

  .footer-hotel-info {
    margin: 1em 0 0 0;
    display: block;
    font-size: 15px;
  }
  .footer-hotel-info dt,
.footer-hotel-info dd {
    display: block;
  }
  .footer-hotel-info dt {
    padding: 0;
    line-height: 1.6;
  }

  .footer-link-list,
.footer-contact-list {
    display: block;
  }
  .footer-link-list li,
.footer-contact-list li {
    display: block;
    font-size: 14px;
    float: left;
    line-height: 1.4;
  }
  .footer-link-list li:last-child,
.footer-contact-list li:last-child {
    padding: 0;
  }

  .footer-link-list {
    margin: 0;
  }
  .footer-link-list li {
    margin: 0 0 1em 0;
    padding: 0 1em 0 0;
    line-height: 1;
  }

  .footer-contact-list {
    margin: 1em 0 0 0;
  }
  .footer-contact-list li {
    width: 100%;
    padding: 0 15px 0 0;
    font-size: 20px;
  }
  .footer-contact-list li a {
    display: block;
  }
  .footer-contact-list li a span {
    font-size: 15px;
    text-align: center;
  }
  .footer-contact-list li a.btn-footer-tel {
    margin: 0 0 0 0.5em;
    padding: 0.4em;
    display: inline-block;
    color: #000;
    font-size: 13px;
    line-height: 1;
    vertical-align: text-top;
    background-color: #d1d1d1;
    border-radius: 4px;
  }
  .footer-contact-list li:last-child {
    padding: 0.8em 0 0 0;
  }

  .reception-time {
    margin: 0.2em 0 0 0;
  }
}
.l-sidebar-box {
  margin: 0 0 60px 0;
}
.l-sidebar-box a {
  color: #333;
  text-decoration: none;
}
.l-sidebar-box a:hover {
  text-decoration: underline;
}

.l-sidebar-box__title {
  margin: 0 0 1em 0;
  padding: 0 0 0.5em 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  border-bottom: 1px solid #ccc;
}

.l-sidebar-tags li {
  margin: 0 1rem 1rem 0;
  font-size: 13px;
  float: left;
}
.l-sidebar-tags li a {
  padding: 0.4rem 0.6rem;
  border: 1px solid #eee;
  border-radius: 3px;
  display: inline-block;
  box-shadow: 0 0 3px #eee;
}
.l-sidebar-tags li a:hover {
  background-color: #f1f1f1;
  text-decoration: none;
}

.l-sidebar-popular__image,
.l-sidebar-popular__title {
  display: table-cell;
  vertical-align: middle;
}

.l-sidebar-popular__image {
  width: 30%;
}
.l-sidebar-popular__image img {
  width: 100%;
}

.l-sidebar-popular__title {
  width: 70%;
  padding: 0 0 0 10px;
  box-sizing: border-box;
}

.l-sidebar-popular__link {
  padding: 0.5em 0;
  display: block;
}
.l-sidebar-popular__link:hover {
  text-decoration: none;
  opacity: 0.85;
}

.l-sidebar-popular__list {
  width: 100%;
  margin: 0 0 0.6em 0;
  padding: 0 0 0.6em 0;
  border-bottom: 1px dotted #ccc;
  font-size: 14px;
  display: table;
}

.l-pageing-area {
  margin: 40px 0;
  text-align: center;
}

.l-paging-text {
  margin: 60px auto;
  display: table;
}

.l-paging-text__list {
  padding: 0 1em;
  display: table-cell;
}

.l-paging-text__link {
  color: #333;
  text-decoration: none;
}
.l-paging-text__link:hover {
  text-decoration: underline;
}

.l-paging-text__list--center {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.l-paging-text__link--center {
  color: #a07848;
  font-weight: bold;
  text-decoration: none;
}

.icon-new-mark {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -12px;
  left: 11px;
  z-index: 5;
}

.icon-new-mark-ver2 {
  padding: 0.5em;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 4px;
  background-color: #b58400;
  color: #FFF;
  line-height: 1;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: -50px;
  z-index: 5;
}

.icon-arrow-down {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 2%;
  z-index: 15;
}

.icon-arrow-down__arrow {
  padding: 0 0 22px 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.1;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.icon-arrow-down__arrow:hover {
  opacity: 0.75;
}
.icon-arrow-down__arrow:after {
  content: "";
  width: 18px;
  height: 18px;
  margin: 0 0 0 -9px;
  box-sizing: border-box;
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  left: 50%;
  bottom: 2px;
}
.icon-arrow-down__arrow img {
  padding: 10px 0 0 0;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .icon-arrow-down {
    bottom: 5%;
  }
  .icon-arrow-down span {
    font-size: 11px;
  }
  .icon-arrow-down span img {
    width: inherit;
    padding: 5px 0 0 0;
  }
}
.l-btn-frame {
  width: 480px;
  margin: 0 auto 60px auto;
}

.btn-base {
  display: block;
  text-align: center;
}
.btn-base a {
  padding: 1.5em 0;
  display: block;
  text-decoration: none;
  color: #fff;
  background-repeat: no-repeat;
  background-position: 95% center;
  position: relative;
  transition: all 0.3s;
}
.btn-base a:after {
  content: "";
  width: 14px;
  height: 14px;
  margin: -7px 0 0 0;
  box-sizing: border-box;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  right: 5%;
}
.btn-base a:hover {
  background-repeat: no-repeat;
  background-position: 95% center;
}

.btn-icon-gold a {
  color: #bd9857;
  border: 1px solid #bd9857;
}
.btn-icon-gold a:after {
  border-right: 2px solid #bd9857;
  border-bottom: 2px solid #bd9857;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
}
.btn-icon-gold a:hover {
  color: #fff;
  background-color: #bd9857;
}
.btn-icon-gold a:hover:after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.btn-icon-wht a {
  border: 1px solid #bd9857;
  background-color: #bd9857;
}
.btn-icon-wht a:after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
}
.btn-icon-wht a:hover {
  color: #bd9857;
  background-color: transparent;
}
.btn-icon-wht a:hover:after {
  border-right: 2px solid #bd9857;
  border-bottom: 2px solid #bd9857;
}

.btn-icon-bk a {
  border: 1px solid #000;
  background-color: #000;
}
.btn-icon-bk a:after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
}
.btn-icon-bk a:hover {
  color: #000;
  background-color: transparent;
}
.btn-icon-bk a:hover:after {
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}

@media screen and (max-width: 767px) {
  .l-btn-frame {
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0 1.5em;
    box-sizing: border-box;
  }

  .btn-icon-bk,
.btn-icon-wht,
.btn-icon-gold {
    width: 100%;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*
----------------------------------------------------------------

 Layout settings

*/
.hero-slider li img {
  width: 100%;
}

.hero-area {
  position: relative;
  overflow: hidden;
}

.hero-area-fixed {
  min-width: 1000px;
  margin: 0 0 0 0;
  position: relative;
  overflow: hidden;
}
.hero-area-fixed .hero-img-fixed img {
  width: 100%;
}

.hero-text-area {
  opacity: 0;
  position: absolute;
  top: 55%;
  left: 50%;
  z-index: 10;
}
.hero-text-area img {
  width: 100%;
}

.hero-text-area--top {
  width: 328px;
  height: 312px;
  margin: -156px 0 0 -164px;
  top: 55%;
  left: 50%;
  z-index: 20;
}

.hero-text-area--cuisine,
.hero-text-area--room,
.hero-text-area--bath,
.hero-text-area--facility,
.hero-text-area--stay {
  width: 328px;
  height: 312px;
  margin: -156px 0 0 -164px;
}

.hero-text-area--note {
  width: 262px;
  height: 249px;
  margin: -124px 0 0 -131px;
  top: 55% !important;
}

.hero-text-area--access {
  width: 200px;
  height: 190px;
  margin: -95px 0 0 -100px;
  top: 55% !important;
}

.hero-slider {
  position: absolute;
}

.hero-area .slick-dots {
  bottom: 12%;
}
.hero-area .slick-dots li button {
  border: 2px solid #fff;
}
.hero-area .slick-dots li button:hover, .hero-area .slick-dots li button:focus {
  background: #fff;
}
.hero-area .slick-dots li.slick-active button:before {
  color: #fff;
}
.hero-area .slick-dots li.slick-active button {
  background: #fff;
}

.l-subnavi-frame {
  position: relative;
}

.hero-subnav {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
}
.hero-subnav ul {
  text-align: center;
}
.hero-subnav li {
  padding: 15px;
  display: inline-block;
}
.hero-subnav li a {
  text-decoration: none;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .hero-area-fixed {
    min-width: inherit;
    margin: 0 0 0 0;
    position: relative;
    overflow: hidden;
  }
  .hero-area-fixed .hero-img-fixed img {
    width: 100%;
  }

  .hero-text-area--top {
    width: 164px;
    height: 156px;
    margin: -78px 0 0 -82px;
  }

  .hero-text-area--cuisine,
.hero-text-area--room,
.hero-text-area--bath,
.hero-text-area--facility,
.hero-text-area--stay {
    width: 164px;
    height: 156px;
    margin: -78px 0 0 -82px;
  }

  .hero-text-area--note {
    width: 131px;
    height: 124px;
    margin: -62px 0 0 -65px;
  }

  .hero-text-area--access {
    width: 100px;
    height: 95px;
    margin: -47px 0 0 -50px;
    top: 50% !important;
  }

  .hero-subnav {
    background: #000;
  }
  .hero-subnav.hero-subnav--room {
    position: relative;
    border-top: 1px solid #fff;
  }
  .hero-subnav.hero-subnav--room li {
    width: 50%;
    padding: 0;
    display: block;
    float: left;
    border-bottom: 1px solid #fff;
  }
  .hero-subnav.hero-subnav--room li:nth-child(odd) {
    border-left: 1px solid #fff;
  }
  .hero-subnav.hero-subnav--room li:nth-child(1) {
    width: 100%;
    border-left: none;
  }
  .hero-subnav.hero-subnav--room li a {
    padding: 1em 0;
    display: block;
    text-decoration: none;
    color: #fff;
  }
  .hero-subnav.hero-subnav--bath {
    position: relative;
    border-top: 1px solid #fff;
  }
  .hero-subnav.hero-subnav--bath li {
    width: 100%;
    padding: 0;
    display: block;
    float: none;
    border-bottom: 1px solid #fff;
  }
  .hero-subnav.hero-subnav--bath li a {
    display: block;
    padding: 1em 0;
  }
}
.l-top-recommend {
  width: 320px;
  position: absolute;
  right: 0;
  bottom: 20px;
  z-index: 5;
}
.l-top-recommend--fixed {
  position: fixed;
}
.l-top-recommend__link, .l-top-recommend__image {
  display: block;
}
.l-top-recommend__image img {
  width: 100%;
}
.l-top-recommend__link {
  color: #fff;
  position: relative;
  z-index: 10;
}
.l-top-recommend__link:hover {
  opacity: 0.7;
}
.l-top-recommend__text {
  width: 100%;
  padding: 0.5em;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}

.hover-image {
  display: block;
  overflow: hidden;
  background-color: black;
}

.l-content-listbox--top-room {
  margin: 0 0 40px 0;
}
.l-content-listbox__list--top-room {
  margin: 0 10px 10px 0;
}
.l-content-listbox__list--top-room--three {
  width: calc((100% - 20px) / 3);
}
.l-content-listbox__list--top-room--three:nth-child(3n) {
  margin-right: 0;
}
.l-content-listbox__list--top-room--three:last-child {
  margin: 0;
}
.l-content-listbox__list--top-room--four {
  width: calc((100% - 30px) / 4);
}
.l-content-listbox__list--top-room--four:nth-child(4n) {
  margin-right: 0;
}
.l-content-listbox__list--top-room--four:last-child {
  margin: 0;
}
.l-content-listbox__list--top-room--five {
  width: calc((100% - 40px) / 5);
}
.l-content-listbox__list--top-room--five:nth-child(5n) {
  margin-right: 0;
}
.l-content-listbox__list--top-room--five:last-child {
  margin: 0;
}
.l-content-listbox__list--top-room a {
  display: block;
  text-decoration: none;
}
.l-content-listbox__list--top-room a:hover img {
  transform: scale(1.1);
  transition: all 0.3s ease;
  opacity: 0.7;
}
.l-content-listbox__title--top-room, .l-content-listbox__text--top-room {
  margin: 1em 0 0 0;
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  color: #222;
}
.l-content-listbox--top-message {
  margin: 2em 0;
}
.l-content-listbox--top-message li {
  margin: 0 13px 0 0;
}
.l-content-listbox--top-message li:last-child {
  margin: 0;
}
.l-content-listbox--top-note {
  margin: 2.5em 0 1.5em 0;
}
.l-content-listbox--top-note__list {
  width: calc((100% - 30px) / 4);
  margin: 0 9px 0 0;
  padding: 0 0 2em 0;
  position: relative;
}
.l-content-listbox--top-note__list:nth-child(4n) {
  margin: 0;
}
.l-content-listbox--top-note__list a {
  text-decoration: none;
  color: #333;
  display: block;
  transition: all 0.3s;
}
.l-content-listbox--top-note__list a:hover {
  opacity: 0.75;
}
.l-content-listbox--top-note__image {
  height: 160px;
  display: block;
  overflow: hidden;
  background-color: #000;
}
.l-content-listbox--top-note__image img {
  max-width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.l-content-listbox--top-note__date {
  margin: 0.5em 0;
  font-size: 12px;
  color: #aaa;
  display: block;
}
.l-content-listbox--top-note__title {
  margin: 0.5em 0;
  font-weight: bold;
  line-height: 1.3;
}
.l-content-listbox--top-note__text {
  line-height: 1.6;
  color: #555;
  display: block;
}
.l-content-listbox--note-ver2 {
  margin: 1.5em 0;
  padding: 0 0 0 70px;
  display: block;
  border-left: 1px solid #ccc;
}
.l-content-listbox--note-ver2__list {
  margin: 20px 0;
  position: relative;
}
.l-content-listbox--note-ver2__list a {
  text-decoration: none;
  color: #333;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.l-content-listbox--note-ver2__list a:hover {
  opacity: 0.75;
}
.l-content-listbox--note-ver2__info {
  display: flex;
}
.l-content-listbox--note-ver2__date {
  width: 80px;
  margin: 0.5em 0;
  font-size: 1.2rem;
  color: #aaa;
  display: block;
}
.l-content-listbox--note-ver2__title {
  margin: 0.5em 0;
  line-height: 1.3;
}
.l-content-listbox--note-ver2__text {
  line-height: 1.6;
  color: #555;
  display: block;
}
.l-content-listbox--top-banner {
  width: 100%;
}
.l-content-listbox__list--top-banner {
  width: calc((100% - 10px) / 3);
  margin: 0 5px 5px 0;
  text-align: center;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
.l-content-listbox__list--top-banner:nth-child(3n) {
  margin-right: 0;
}
.l-content-listbox__list--top-banner:hover {
  opacity: 0.85;
}
.l-content-listbox__list--top-banner img {
  width: 100%;
}
.l-content-listbox__link--top-banner {
  display: block;
}
.l-content-listbox__text--top-banner {
  padding: 1.5em 1em;
  border: 1px solid #ccc;
  display: block;
  line-height: 1.4;
}
.l-content-listbox__text--top-room {
  margin: 0.5em 0;
  font-weight: normal;
  font-size: 13px;
}

.l-content-fixed--top-banner {
  margin: 0 auto 60px auto;
}
.l-content-fixed--top-banner.l-content-fixed--top-relation {
  margin: 0 auto;
  padding: 20px 0 80px 0;
}
.l-content-fixed--top-banner.l-content-fixed--top-relation span {
  background-color: #fff;
}

.l-content-box--top-message {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
}
.l-content-box--top-plan {
  max-width: 1000px;
  margin: 0 auto 80px auto;
}
.l-content-box--top-banner {
  position: relative;
}
.l-content-box__board--top-banner {
  width: 400px;
  padding: 45px;
  background-color: rgba(255, 255, 255, 0.85);
  transform: translate(-50%, -50%);
  transform-origin: top left;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
}
.l-content-box__board--top-banner .btn-icon-gold {
  margin: 1em 0 0 0;
}
.l-content-box__title--top-banner {
  padding: 0 0 0.5em 0;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.l-content-box__text--top-banner {
  line-height: 1.8;
}
.l-content-box__text--top-message {
  max-width: 700px;
  margin: 2em auto;
  line-height: 1.8;
}

.top-plan-area {
  margin: 0 0 40px 0;
  padding: 0 5%;
}

.fb-container {
  width: 500px;
}

#recommend_489ban {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

#recommend_489ban .PlanView {
  margin: 0 0 25px;
  padding: 0 0.5%;
  width: calc(100% / 4);
  box-sizing: border-box;
}

#recommend_489ban .PlanView .picture {
  margin: 0 auto 10px;
  text-align: center;
}
#recommend_489ban .PlanView .picture img {
  max-width: 100%;
}
#recommend_489ban .PlanView .picture a {
  display: block;
}
#recommend_489ban .PlanView .picture a:hover {
  opacity: 0.7;
}

#recommend_489ban .PlanView .plan {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
}
#recommend_489ban .PlanView .plan a {
  display: block;
  text-decoration: none;
}
#recommend_489ban .PlanView .plan a:hover {
  color: #999;
}

#recommend_489ban .PlanView .comment {
  font-size: 13px;
  line-height: 1.6;
}

#recommend_489ban .PlanView .roomlist,
#recommend_489ban .PlanView .planlist,
#recommend_489ban .PlanView .pblist {
  margin: 10px 0;
}

#recommend_489ban .PlanView .room_list_header,
#recommend_489ban .PlanView .planlist_header,
#recommend_489ban .PlanView .pblist_header {
  margin: 15px 0;
  font-weight: bold;
}

/* linktype 0 */
#recommend_489ban .PlanView .roomlist a {
  margin: 10px 0;
  padding: 5px 3px;
  color: #991a1a;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  background: #ededed;
  border-radius: 5px;
  display: block;
}

#recommend_489ban .PlanView .roomlist a:hover {
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  background: #991a1a;
}

#recommend_489ban .PlanView .roomlist a span {
  display: block;
}

/* linktype 1 & 2 */
#recommend_489ban .PlanView .planlist a,
#recommend_489ban .PlanView .pblist a {
  display: block;
  margin: 15px 0 0;
  padding: 10px 5px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #991a1a;
}
#recommend_489ban .PlanView .planlist a:hover,
#recommend_489ban .PlanView .pblist a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .l-top-recommend {
    width: 100%;
    margin: 1em 0;
    padding: 0 5%;
    position: relative;
    right: inherit;
    bottom: inherit;
    z-index: 5;
  }
  .l-top-recommend--fixed {
    position: relative;
  }

  .l-content-fixed--top-banner {
    margin: 0 0 0px 0;
  }

  .l-content-box--top-plan {
    margin: 0 0 40px 0;
  }
  .l-content-box--top-news .slick_container {
    width: 100%;
  }
  .l-content-box--top-news .news-bnr {
    padding: 0;
  }
  .l-content-box--top-news .news-bnr li {
    padding: 0 3.5em;
  }
  .l-content-box--top-news .news-bnr li img {
    margin: 0 auto;
  }
  .l-content-box--top-news .news-bnr li span.thumb {
    margin: 0;
    height: 140px;
    padding: 0;
  }
  .l-content-box--top-message {
    padding: 40px 1.5em;
  }
  .l-content-box--top-banner {
    margin: 0 0 30px 0;
  }
  .l-content-box__board--top-banner {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 20px 1.5em;
    background-color: none;
    transform: none;
    position: relative;
    top: inherit;
    left: inherit;
  }
  .l-content-box__board--top-banner .btn-icon-gold {
    margin: 1.5em 0 0 0;
  }
  .l-content-box__title--top-banner {
    text-align: center;
  }
  .l-content-box__text--top-banner {
    line-height: 1.8;
  }

  .l-content-listbox--top-message {
    margin: 2em 0 0 0;
  }
  .l-content-listbox--top-message li {
    width: 50%;
    margin: 0 0 10px 0;
    padding: 0 5px 0 0;
    float: left;
  }
  .l-content-listbox--top-message li:nth-child(even) {
    padding: 0 0 0 5px;
  }
  .l-content-listbox--top-message li:last-child {
    margin: 0;
  }
  .l-content-listbox--top-message li img {
    width: 100%;
  }
  .l-content-listbox--top-room {
    padding: 0 1.5em;
  }
  .l-content-listbox__title--top-room, .l-content-listbox__text--top-room {
    margin: 1em 0 0 0;
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.6;
    color: #222;
  }
  .l-content-listbox__text--top-room {
    margin: 0.5em 0;
    font-weight: normal;
    font-size: 13px;
  }
  .l-content-listbox--top-note__date, .l-content-listbox--top-note__title, .l-content-listbox--top-note__text {
    padding: 0 0.5em;
  }
  .l-content-listbox--top-note__list {
    width: calc((100% - 9px) / 2);
    padding: 0 1px 1.5em 1px;
  }
  .l-content-listbox--top-note__list:nth-child(2n) {
    margin: 0;
  }
  .l-content-listbox--top-note__image {
    height: 110px;
  }
  .l-content-listbox--top-note__text {
    line-height: 1.4;
    font-size: 15px;
  }
  .l-content-listbox--note-ver2 {
    padding: 0;
    border: none;
  }
  .l-content-listbox--note-ver2__date, .l-content-listbox--note-ver2__title, .l-content-listbox--note-ver2__text {
    padding: 0 0.5em;
  }
  .l-content-listbox--note-ver2__title {
    line-height: 1.6;
  }
  .l-content-listbox--note-ver2__date {
    font-size: 1rem;
  }
  .l-content-listbox--note-ver2__list {
    width: 100%;
    padding: 0 1px 1.5em 1px;
  }
  .l-content-listbox--note-ver2__info {
    padding: 0 10px 0 0;
    display: block;
  }
  .l-content-listbox--top-banner {
    padding: 0 10px;
  }
  .l-content-listbox__list--top-room {
    width: 100%;
    margin: 0 0 1em 0;
  }
  .l-content-listbox__list--top-room:last-child {
    margin: 0;
  }
  .l-content-listbox__list--top-room a {
    display: block;
    text-decoration: none;
  }
  .l-content-listbox__list--top-room a:hover {
    opacity: 0.85;
  }
  .l-content-listbox__list--top-banner {
    width: calc((100% - 7px) / 2);
    font-size: 13px;
  }
  .l-content-listbox__list--top-banner:nth-child(3n) {
    margin: 0 5px 5px 0;
  }
  .l-content-listbox__list--top-banner:nth-child(2n) {
    margin: 0 0 5px 0;
  }
  .l-content-listbox__list--top-banner span {
    padding: 1em 0.5em;
  }

  #recommend_489ban {
    padding: 0 10px;
  }

  #recommend_489ban .PlanView {
    margin: 0 0 25px;
    padding: 0 0.5%;
    width: calc(100% / 2);
  }

  #recommend_489ban .PlanView .plan {
    font-size: 13px;
    line-height: 1.6;
  }

  .fb-container {
    width: 100%;
    max-width: 500px;
    padding: 0 20px;
  }
}
.l-content-fixed--cuisine {
  margin: 60px auto;
}

.l-content-fixed--cuisine__title-gold {
  font-size: 28px;
  font-weight: bold;
  color: #b0832a;
}

.l-two-column__left--cuisine-image,
.l-two-column__right--cuisine-image2 {
  width: 660px;
  vertical-align: top;
}

.l-two-column__right--cuisine-image {
  text-align: right;
  vertical-align: top;
}
.l-two-column__right--cuisine-image img {
  padding: 0 0 20px 0;
}

.l-two-column__left--cuisine-image2 {
  vertical-align: top;
}
.l-two-column__left--cuisine-image2 img {
  padding: 0 0 20px 0;
}

.l-cuisine-cont__subtitle-gold {
  color: #b0832a;
}

.l-content-box--cuisine-banner {
  min-width: 1000px;
  position: relative;
}

.l-content-box--cuisine-banner__board {
  width: 500px;
  height: 380px;
  margin: -190px 0 0 -250px;
  padding: 50px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  position: absolute;
  top: 50%;
  right: 10%;
  z-index: 10;
}

.l-content-box--cuisine-banner__title {
  text-align: center;
  font-size: 14px;
}
.l-content-box--cuisine-banner__title em {
  margin: 0.5em 0 0 0;
  padding: 0.5em 0 0 0;
  font-size: 28px;
  font-weight: bold;
  font-style: normal;
  display: block;
  border-top: 1px solid #fff;
}

.l-content-box--cuisine-banner__text {
  margin: 1em 0 0 0;
  line-height: 1.6;
}

.l-content-listbox--cuisine {
  margin: 50px 0 0 0;
  justify-content: flex-start;
}
.l-content-listbox--cuisine li {
  width: calc((100% - 40px) / 2);
  margin: 0 0 35px 0;
}
.l-content-listbox--cuisine li:nth-child(odd) {
  margin: 0 35px 0 0;
}

.l-two-column__left--cuisine,
.l-two-column__right--cuisine {
  vertical-align: top;
}

.l-two-column__left--cuisine {
  padding: 0 2em 0 0;
}
.l-two-column__left--cuisine dt {
  margin: 0 0 1em 0;
  color: #b0832a;
}
.l-two-column__left--cuisine dd {
  line-height: 1.6;
}

.l-two-column__right--cuisine {
  width: 240px;
  background-color: #000;
}
.l-two-column__right--cuisine a {
  display: block;
  position: relative;
}
.l-two-column__right--cuisine a .icon-arrow {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.l-two-column__right--cuisine a .over-text {
  display: none;
}
.l-two-column__right--cuisine a:hover .over-text {
  width: 120px;
  height: 3em;
  margin: -1.5em 0 0 -60px;
  padding: 1em 0;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 12px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
}
.l-two-column__right--cuisine a:hover img {
  opacity: 0.65;
}

.l-two-column__left--cuisine-morning {
  width: 700px;
}

.l-two-column__right--cuisine-morning {
  padding: 0 0 0 60px;
  vertical-align: top;
}

.cuisine-morning-detail__title {
  margin: 0 0 1em 0;
  color: #b0832a;
  font-size: 28px;
  font-weight: bold;
}

.cuisine-morning-detail__text {
  line-height: 1.6;
}

.cuisine-morning-detail__link {
  margin: 0.5em 0 0 0;
  text-decoration: none;
  color: #b0832a;
  display: inline-block;
}
.cuisine-morning-detail__link:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .l-content-fixed--cuisine {
    margin: 20px 1.5em 40px 1.5em;
  }

  .cuisine-text br {
    display: none;
  }

  .l-two-column--cuisine-image .l-two-column__left {
    width: 100%;
    padding-bottom: 14px;
  }
  .l-two-column--cuisine-image .l-two-column__right img {
    padding: 0 7px 14px 0;
    width: 50%;
    display: inline-block;
  }
  .l-two-column--cuisine-image .l-two-column__right img:last-child {
    padding: 0 0 14px 7px;
  }

  .l-two-column--cuisine-image2 .l-two-column__left {
    padding-bottom: 0;
  }
  .l-two-column--cuisine-image2 .l-two-column__left img {
    padding: 0 7px 14px 0;
    width: 50%;
    display: inline-block;
  }
  .l-two-column--cuisine-image2 .l-two-column__left img:last-child {
    padding: 0 0 14px 7px;
  }
  .l-two-column--cuisine-image2 .l-two-column__right {
    padding-bottom: 14px;
    width: 100%;
  }

  .l-content-listbox--cuisine {
    margin: 30px 0 0 0;
    padding: 0 1.5em;
  }
  .l-content-listbox--cuisine li {
    width: calc((100% - 15px) / 2);
    margin: 0 0 15px 0;
  }
  .l-content-listbox--cuisine li:nth-child(odd) {
    margin: 0 10px 15px 0;
  }
  .l-content-listbox--cuisine li .l-two-column__left {
    padding: 0 0 1em 0;
  }
  .l-content-listbox--cuisine li .l-two-column__right {
    width: 100%;
  }

  .cuisine-text--lead {
    padding: 0;
  }

  .l-cuisine-table th,
.l-cuisine-table td {
    line-height: 1.4;
  }

  .l-content-listbox--cuisine-special li {
    margin: 0;
    padding: 0 7px 14px 0;
    width: 50%;
  }
  .l-content-listbox--cuisine-special li:nth-child(2n+2) {
    padding: 0 0 14px 7px;
  }

  .l-content-fixed--cuisine-bnr .l-two-column p {
    top: 35px;
    left: 20px;
  }

  .l-content-box--cuisine-banner {
    min-width: 100%;
    position: relative;
  }

  .l-content-box--cuisine-banner__board {
    width: 90%;
    height: auto;
    margin: 10px auto 0 auto;
    padding: 50px;
    background-color: black;
    color: #fff;
    position: relative;
    top: inherit;
    right: inherit;
    z-index: 10;
  }

  .l-content-box--cuisine-banner__text {
    margin: 1em 0 0 0;
    line-height: 1.6;
  }

  .l-two-column--cuisine-link .l-two-column__left,
.l-two-column--cuisine-link .l-two-column__right {
    width: 100%;
  }
  .l-two-column--cuisine-link .l-two-column__left a,
.l-two-column--cuisine-link .l-two-column__right a {
    padding: 1.5em 0;
  }
  .l-two-column--cuisine-link .l-two-column__left {
    padding: 0 0 0.5em 0;
  }
  .l-two-column--cuisine-link .l-two-column__right {
    padding: 0;
  }

  .l-two-column--cuisine-morning .l-two-column__left {
    width: 100%;
  }
  .l-two-column--cuisine-morning .l-two-column__right {
    padding: 1.5em 0 0 0;
  }
  .l-two-column--cuisine-morning .l-two-column__right dl dt {
    text-align: center;
  }
  .l-two-column--cuisine-morning .l-two-column__right dl dd {
    line-height: 1.6;
    color: #555;
  }
  .l-two-column--cuisine-morning .l-two-column__right dl dd a {
    margin: 0.5em 0 0 0;
    text-decoration: none;
    color: #b0832a;
    display: inline-block;
  }
  .l-two-column--cuisine-morning .l-two-column__right dl dd a:hover {
    text-decoration: underline;
  }
}
.l-content-box__title--note {
  font-weight: bold;
}

.l-content-box__title--note-ver2 {
  font-weight: bold;
}
.l-content-box__title--note-ver2 img {
  width: 100%;
}

.l-lead-text--note {
  padding: 40px 20% 20px 20%;
}

.l-lead-text--note-ver2 {
  padding: 0;
  text-align: left;
}

.l-content-fixed--note-ver2 {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
.l-content-fixed--note-ver2 header {
  width: 30%;
  margin: 0 20px 0 0;
}

.l-content-fixed--note__image {
  margin: 2em 0 1em 0;
  text-align: center;
}
.l-content-fixed--note__image img {
  max-width: 100%;
}

.l-content-fixed--note-single {
  padding: 80px 0 0 0;
}
.l-content-fixed--note-single footer {
  padding: 5px 15px;
  background-color: #eee;
}
.l-content-fixed--note-single footer .l-subinfo-list li:nth-child(1) {
  width: 12%;
}

.note-cat {
  padding: 0.5em;
  display: inline-block;
  color: #fff;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  right: 5px;
  z-index: 10;
}

.note-cat-ver2 {
  width: 100px;
  margin: 0 2rem;
  padding: 0.5em;
  text-align: center;
  color: #777;
  font-size: 1rem;
  border: 1px solid #ccc;
}

.l-note-title {
  max-width: 700px;
  margin: 1em auto 0.5em auto;
  padding: 0 1rem;
  font-size: 24px;
  font-weight: bold;
}
.l-note-title.l-note-title--toursim {
  width: 700px;
  margin: 1em auto 0.5em auto;
}

.l-note-contents {
  margin: 40px 0;
}

.l-note-image {
  margin: 0 0 1em 0;
  text-align: center;
}
.l-note-image img {
  max-width: 100%;
}
.l-note-image.l-note-image--tourism {
  margin: 0 0 1em 0;
}

.l-note-paragraph {
  max-width: 700px;
  margin: 1em auto;
  padding: 0 1rem;
  line-height: 1.8;
}
.l-note-paragraph--tourism {
  margin: 1em auto;
}

.note-image-left {
  width: 50%;
  margin: 0 1.5em 1.5em 0;
  float: left;
}

.note-image-right {
  width: 50%;
  margin: 0 0 1.5em 1.5em;
  float: right;
}

.btn-icon-gold--note {
  margin: 2em auto;
}
.btn-icon-gold--note a {
  width: 70%;
  margin: 0 auto;
  padding: 1.5em 1em 1.5em 2em;
}

.l-movie-area {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.l-movie-area__movie {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.l-subinfo-area {
  width: 100%;
  margin: 1em 0;
  display: flex;
}

.l-subinfo-list {
  width: 60%;
  font-size: 14px;
  color: #aaa;
}
.l-subinfo-list li {
  float: left;
  vertical-align: middle;
}
.l-subinfo-list li:nth-child(1) {
  width: 18%;
  padding: 0.2em 0 0 0;
}
.l-subinfo-list li span {
  padding: 0 0 0 0.5em;
  display: inline-block;
}
.l-subinfo-list li a {
  padding: 0.2em;
  color: #333;
  border: 1px solid #ccc;
  display: inline-block;
  text-decoration: none;
}
.l-subinfo-list li a:hover {
  text-decoration: underline;
}

.l-note-extra {
  margin: 60px 0 30px 0;
  padding: 25px 0 40px 0;
  border-top: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
}
.l-note-extra h1 {
  margin: 0 0 1em 0;
  font-size: 15px;
  color: #888;
}

.l-two-column--note-extra {
  width: 100%;
}
.l-two-column--note-extra .l-two-column__left {
  width: 42%;
}
.l-two-column--note-extra .l-two-column__right {
  width: 58%;
  padding: 0 0 0 50px;
  vertical-align: top;
}

.l-note-extra__info {
  font-size: 15px;
}
.l-note-extra__info dt {
  margin: 0 0 1em 0;
  font-size: 21px;
  color: #111;
}
.l-note-extra__info dd {
  margin: 0.5em 0;
  color: #555;
  line-height: 1.4;
}
.l-note-extra__info dd span {
  margin: 0 1em 0 0;
  color: #a17844;
  display: inline-block;
}
.l-note-extra__info dd a {
  color: #555;
  text-decoration: none;
}
.l-note-extra__info dd a:hover {
  text-decoration: underline;
}

.l-note-map {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
.l-note-map iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .l-lead-text--note {
    padding: 20px 0;
  }

  .note-cat-ver2 {
    margin: 0;
    padding: 0.3em;
  }

  .l-note-title {
    padding: 0 1em;
  }
  .l-note-title.l-note-title--toursim {
    width: inherit;
  }

  .l-note-contents {
    margin: 0 0 40px 0;
  }

  .l-note-paragraph {
    margin: 0 0 1em 0;
    padding: 0 1.5em;
    line-height: 1.8;
  }
  .l-note-paragraph.l-note-paragraph--tourism {
    width: inherit;
    margin: 1em 0;
  }

  .l-note-paragraph__text {
    display: block;
  }

  .note-image-left,
.note-image-center,
.note-image-right {
    width: 100%;
    margin: 0 0 1em 0;
    display: block;
    float: none;
  }

  .btn-icon-gold--note {
    padding: 0 1.5em;
  }
  .btn-icon-gold--note a {
    width: 100%;
    text-align: left;
    line-height: 1.2;
    padding: 1.5em 2em 1.5em 1em;
  }

  .l-content-fixed--note {
    padding: 0 1.5em;
  }

  .l-content-fixed--note-ver2 {
    padding: 0 5%;
    margin-bottom: 10px;
    display: block;
    align-items: center;
  }
  .l-content-fixed--note-ver2 header {
    width: 100%;
    margin: 0;
  }

  .l-content-fixed--note-single {
    padding: 20px 0 0 0;
  }
  .l-content-fixed--note-single footer {
    margin: 0 1.5em;
  }
  .l-content-fixed--note-single footer .l-subinfo-list li:nth-child(1) {
    width: 15%;
  }

  .l-note-extra {
    margin: 60px 1.5em 30px 1.5em;
    padding: 15px 0 20px 0;
  }

  .l-two-column--note-extra .l-two-column__left,
.l-two-column--note-extra .l-two-column__right {
    width: 100%;
    padding: 0;
  }
  .l-two-column--note-extra .l-two-column__left {
    margin: 0 0 20px 0;
  }

  .l-subinfo-area {
    padding: 0 1em;
    display: block;
  }

  .l-subinfo-list {
    width: 100%;
  }
  .l-subinfo-list li:nth-child(1) {
    width: 22%;
  }
}
.btn-icon-wht--room {
  width: 480px;
  margin: 0 auto;
}

.l-content-box--room {
  margin: 60px 0;
}

.l-content-fixed--room {
  max-width: 1000px;
  margin: 60px auto;
}

.l-room-image img {
  max-width: 100%;
}

.l-room-name {
  margin: 0 0 0.5em 0;
  padding: 0.5em 0;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.l-room-name a {
  color: #333;
  text-decoration: none;
}

.l-two-column--room-map .l-two-column__left,
.l-two-column--room-map .l-two-column__right {
  width: 50%;
}
.l-two-column--room-map .l-two-column__left img {
  max-width: 100%;
}
.l-two-column--room-map .l-two-column__right {
  padding: 0 0 0 2em;
}
.l-two-column--room-explain {
  max-width: 900px;
  margin: 60px auto 45px auto;
}
.l-two-column--room-explain__title {
  padding: 18px 0;
  border-top: solid 1px #b0872f;
  border-bottom: solid 1px #b0872f;
  font-size: 15px;
  text-align: center;
  color: #b0872f;
  font-weight: bold;
  line-height: 1;
}
.l-two-column--room-explain__text {
  padding: 0 0 20px 0;
  display: block;
  font-size: 23px;
  font-weight: bold;
  line-height: 1;
}

.l-two-column__left--room-explain {
  width: 12%;
  vertical-align: top;
}

.l-two-column__right--room-explain {
  padding: 0 0 0 60px;
  line-height: 2;
}

.l-content-listbox--room-gallery {
  width: 100%;
  justify-content: space-between;
}
.l-content-listbox__list--room-gallery {
  width: calc((100% - 40px) / 2);
  margin: 0 0 40px 0;
  position: relative;
}
.l-content-listbox__list--room-gallery img {
  max-width: 100%;
}
.l-content-listbox__caption--room-gallery {
  width: 100%;
  padding: 1em;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}

.l-room-box__graybg {
  margin: 30px 0 60px 0;
  padding: 50px 0;
  background-color: #eee;
}

.l-two-column--roomt-info {
  margin: 0 0 25px 0;
  padding: 0 0 25px 0;
  border-bottom: solid 1px #ccc;
  line-height: 2;
}
.l-two-column--roomt-info:last-of-type {
  margin: 0;
  border: none;
}

.l-two-column__left--roomt-info {
  width: 160px;
  color: #b0872f;
  font-weight: bold;
  vertical-align: top;
}

.l-room-btn-list {
  width: 100%;
  display: table;
}
.l-room-btn-list li {
  width: 50%;
  padding: 0 15px 0 0;
  display: table-cell;
}
.l-room-btn-list li:last-child {
  padding: 0 0 0 15px;
}

.l-content-listbox--room-single {
  margin: 0 0 40px 0;
  background-color: #eee;
}
.l-content-listbox--room-single li:last-child {
  margin: 0;
}
.l-content-listbox__list--room-single {
  width: 25%;
  margin: 0;
  border: 2px solid #fff;
  background-color: black;
  position: relative;
}
.l-content-listbox__list--room-single a {
  display: block;
  text-decoration: none;
}
.l-content-listbox__list--room-single a:hover {
  opacity: 0.85;
}
.l-content-listbox__title--room-single {
  width: 100%;
  padding: 0.5em;
  display: block;
  font-size: 12px;
  line-height: 1.6;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  bottom: 0;
}
.l-content-listbox__selected--room-single {
  display: none;
}
.l-content-listbox__selected--room-single.selected {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: block;
  color: #ccc;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.l-content-listbox__selected--room-single.selected em {
  height: 1em;
  margin: auto;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .l-content-fixed--room .l-lead-text {
    margin: 20px 1.5em 40px 1.5em;
  }

  .btn-icon-wht--room {
    width: 100%;
    margin: 0;
    padding: 0 1.5em;
  }

  .l-lead-text--room-index {
    margin: 40px auto;
  }

  .l-room-box {
    margin: 30px 0 60px 0;
  }
  .l-room-box header {
    padding: 0 1.5em;
  }

  .l-room-name {
    padding: 0 1.5em;
    font-size: 21px;
    line-height: 1.2;
  }

  .l-two-column--room-map {
    padding: 0 1.5em;
  }
  .l-two-column--room-map .l-two-column__left,
.l-two-column--room-map .l-two-column__right {
    width: 100%;
  }
  .l-two-column--room-map .l-two-column__right {
    padding: 2em 0;
  }

  .l-two-column--room-explain,
.l-content-listbox--room-gallery {
    padding: 0 1.5em;
  }

  .l-two-column--room-explain {
    margin: 30px 0;
  }
  .l-two-column--room-explain__title {
    padding: 9px 1em;
    display: inline-block;
  }
  .l-two-column--room-explain__text {
    padding: 0 0 10px 0;
    font-size: 18px;
    line-height: 1.4;
  }
  .l-two-column__left--room-explain {
    width: 100%;
    text-align: center;
  }
  .l-two-column__right--room-explain {
    padding: 10px 0 0 0;
    line-height: 1.8;
  }

  .l-content-listbox--room-gallery li:nth-child(even) {
    margin: 0 0 20px 0;
  }
  .l-content-listbox__list--room-gallery {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .l-content-listbox__list--room-single {
    width: 50%;
    margin: 0;
    border: 1px solid #fff;
  }
  .l-content-listbox__title--room-single {
    background-color: black;
    position: relative;
  }

  .l-room-box__graybg {
    margin: 30px 0;
    padding: 25px 1.5em;
  }

  .l-two-column__left--roomt-info {
    padding-bottom: 1.5em;
    width: 100%;
    text-align: center;
  }

  .l-room-btn-list {
    display: block;
  }
  .l-room-btn-list li {
    width: 100%;
    margin: 0 0 15px 0;
    padding: 0;
    display: block;
  }
  .l-room-btn-list li:last-child {
    margin: 0;
    padding: 0;
  }
  .l-room-btn-list li a {
    padding: 1.5em 2em 1.5em 1em;
    text-align: left;
    line-height: 1.6;
  }
}
.l-lead-text--bath {
  margin: 60px 0;
  padding: 0 15%;
}

.l-bath-content {
  margin: -50px auto 0 auto;
  padding: 60px 0 0 0;
}

.l-bath-content__title {
  margin: 0 0 1em 0;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

.l-two-column--bath {
  margin: 60px 0;
}

.l-two-column__left--bath {
  width: 320px;
}

.l-two-column__right--bath {
  padding: 0 0 0 60px;
}

.l-bath-info {
  width: 100%;
  margin: 0 0 1em 0;
  padding: 0 0 1em 0;
  display: table;
  border-bottom: 1px solid #c9c9c9;
}

.l-bath-info__title,
.l-bath-info__text {
  display: table-cell;
  line-height: 1.8;
}

.l-bath-info__title {
  width: 25%;
  font-weight: bold;
  color: #b3915d;
}

.btn-icon-wht--bath,
.btn-icon-gold--bath {
  width: 560px;
  margin: 2em auto;
}

.btn-goto-index {
  text-align: center;
}
.btn-goto-index a {
  padding: 1.5em 3em;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  color: #000;
  text-decoration: none;
  position: relative;
}
.btn-goto-index a:hover {
  text-decoration: underline;
}
.btn-goto-index a:before {
  content: "";
  width: 12px;
  height: 12px;
  margin: -6px 0 0 0;
  border-left: 3px solid #333;
  border-bottom: 3px solid #333;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 20px;
}

.l-two-column--hotspring {
  margin: 60px 0;
  padding: 2em 1em;
  background-color: #efefef;
}

.l-two-column__left--hotspring {
  width: 30%;
  font-size: 26px;
  text-align: center;
}

.l-two-column__right--hotspring {
  width: 70%;
}

.l-hotspring-detail {
  width: 100%;
  margin: 1em 0;
  display: table;
}

.l-hotspring-detail__title,
.l-hotspring-detail__text {
  display: table-cell;
  line-height: 1.6;
}

.l-hotspring-detail__title {
  width: 15%;
}

.l-hotspring-detail__text {
  width: 75%;
}

@media screen and (max-width: 767px) {
  .l-lead-text--bath {
    margin: 40px 0;
    padding: 0 1.5em;
  }

  .l-two-column--bath {
    margin: 30px 0;
    padding: 0 1.5em;
  }

  .l-two-column__left--bath {
    width: 100%;
    margin: 0 0 1.5em 0;
    text-align: center;
  }
  .l-two-column__left--bath img {
    max-width: 100%;
  }

  .l-two-column__right--bath {
    padding: 0;
  }

  .l-bath-info,
.l-bath-info__title,
.l-bath-info__text {
    display: block;
  }

  .l-bath-info__title {
    width: 100%;
  }

  .btn-icon-wht--bath,
.btn-icon-gold--bath {
    margin: 2em auto;
    font-size: 15px;
  }

  .l-two-column--bath-public {
    margin: 2em 0;
  }
  .l-two-column--bath-public .l-two-column__left,
.l-two-column--bath-public .l-two-column__right {
    width: 100%;
    padding: 0;
  }
  .l-two-column--bath-public .l-two-column__left {
    margin: 0 0 0.5em 0;
  }

  .l-two-column__left--hotspring,
.l-two-column__right--hotspring {
    width: 100%;
  }
}
.l-lead-text--facility {
  margin: 40px 0;
  padding: 0 15%;
}

.l-content-fixed--facility {
  margin: 60px auto;
  padding: 0 0 60px 0;
  border-bottom: 1px solid #ccc;
}

.l-content-fixed__header--facility {
  margin: 60px 0 30px 0;
}

.l-content-fixed__title--facility {
  margin: 0 0 35px 0;
  font-weight: bold;
  font-size: 26px;
  color: #343434;
  text-align: center;
}

.l-failicty-full {
  margin: 0 0 40px 0;
}

.l-two-column__left--facility,
.l-two-column__right--facility {
  width: 50%;
}

.l-two-column__left--facility {
  padding: 0 20px 0 0;
}

.l-two-column__right--facility {
  padding: 0 0 0 20px;
}

.l-facility-title {
  margin: 1em 0 0.5em 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.l-facility-text {
  margin: 0.5em 0 2em 0;
  line-height: 1.6;
}

.l-facility-text--full {
  padding: 0 15%;
}

.l-facility-box {
  width: calc(50% - 20px);
}
.l-facility-box__title {
  margin: 1em 0 0.5em 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.l-facility-box__thumb {
  width: 100%;
  margin: 0 0 1em;
}
.l-facility-box__thumb__img {
  width: 100%;
}
.l-facility-box__text {
  margin: 0.5em 0 2em 0;
  line-height: 1.6;
}
.l-facility-box--1 {
  width: 100%;
}
.l-facility-box--1 .l-facility-box__text {
  padding: 0 15%;
}
.l-facility-box-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.btn-icon-gold--facility {
  width: 480px;
  margin: 60px auto 0 auto;
}
.btn-icon-gold--facility a {
  padding: 1.5em 0;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .l-lead-text--facility {
    margin: 20px 0;
    padding: 0 1.5em;
    text-align: left;
  }

  .l-content-fixed--facility {
    padding: 0 0 30px 0;
  }

  .l-content-fixed__header--facility {
    margin: 30px 0 15px 0;
  }

  .l-content-fixed__title--facility {
    margin: 0;
  }

  .l-two-column__left--facility,
.l-two-column__right--facility {
    width: 100%;
    padding: 0;
  }

  .l-facility-text {
    padding: 0 1.5em;
  }

  .btn-icon-gold--facility {
    width: 90%;
    margin: 25px auto 0 auto;
    font-size: 14px;
  }
}
.access-title {
  margin: 1em 0;
  font-size: 26px;
  font-weight: bold;
}

.l-lead-text--access {
  margin: 0 0 60px 0;
  padding: 0 15%;
}

.l-content-fixed--access {
  margin: 40px auto 80px auto;
}

.l-access-frame {
  display: flex;
  flex-wrap: wrap;
}

.l-access-name {
  padding: 1em;
  text-align: center;
  border: 1px solid #ccc;
  background-color: #fff;
}

.l-access-instruction {
  margin: 5rem 0;
  padding: 0 0 0 5rem;
  text-align: left;
  line-height: 1.4;
}

.l-access-list {
  margin: 0 0 8rem 0;
  padding: 0 1.5rem 3.5rem 1.5rem;
  position: relative;
}
.l-access-list:after {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  border-left: 3px dashed #000;
  position: absolute;
  left: 2.5em;
  top: 0;
  z-index: -1;
}
.l-access-list li span {
  display: block;
}
.l-access-list li:first-child {
  font-weight: bold;
}
.l-access-list li:last-child {
  width: calc(100% - 2rem);
  position: absolute;
  left: 1rem;
  bottom: 0;
}
.l-access-list li:last-child .l-access-name {
  background-color: #efefef;
  font-weight: bold;
}

.l-access-list--num1 {
  width: 50%;
  margin: 0 auto;
}

.l-access-list--num2 {
  width: 50%;
}

.l-access-list--num3 {
  width: 33%;
}

.access-logo {
  width: 186px;
  height: 44px;
  display: inline-block;
}
.access-logo img {
  width: 100%;
}

.l-content-fixed--maparea {
  margin: 20px auto;
  max-width: 1100px;
}

.l-two-column--mapfoot {
  margin: 45px 0 100px 0;
}

.l-two-column__left--mapfoot {
  width: 330px;
  text-align: right;
}

.l-two-column__right--mapfoot {
  padding: 0 0 0 70px;
  line-height: 2;
}

.l-text-mapfoot__title,
.l-text-mapfoot__text {
  display: block;
  font-weight: bold;
}

.l-text-mapfoot__text a {
  text-decoration: none;
  color: #1b1b1b;
}
.l-text-mapfoot__text a:hover {
  opacity: 0.75;
}

.icon-pin {
  margin: 0 13px 0 0;
  font-weight: normal;
  display: inline-block;
}
.l-pickup-area {
  margin: 2em 0 0 0;
  text-align: center;
  font-weight: bold;
  color: #666;
}
.l-pickup-area a {
  color: #000;
}
.l-pickup-area a:hover {
  color: #444;
}

.l-pickup-area__link {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .l-content-fixed--access {
    margin: 20px auto 40px auto;
  }

  .l-lead-text--access {
    margin: 0 0 60px 0;
    padding: 0;
  }

  .access-title {
    padding: 0 1.5em;
    font-size: 21px;
  }

  .l-content-fixed--maparea {
    margin: 1.5em;
  }

  .l-two-column--mapfoot {
    margin: 25px 0 50px 0;
  }

  .l-two-column__left--mapfoot {
    width: 100%;
    text-align: center;
  }

  .l-two-column__right--mapfoot {
    padding: 0;
  }

  .l-access-frame {
    display: block;
  }

  .l-access-list {
    margin: 0 0 6rem 0;
  }
  .l-access-list--num1, .l-access-list--num2, .l-access-list--num3 {
    width: 100%;
  }
}
.l-content-fixed--faq {
  max-width: 800px;
  margin: 0 auto;
  padding: 80px 0 0 0;
}

.l-content-fixed--faq__title {
  margin: 0 0 0.5em 0;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}

.l-faq-list {
  width: 100%;
  margin: 30px 0 60px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.l-faq-list__list {
  width: calc(100% / 4);
  margin: 0 0 1rem 0;
  padding: 0 2px;
  text-align: center;
}

.btn-faq {
  padding: 0.5em 0.5em 0.5em 1.5em;
  color: #000;
  display: inline-block;
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
}
.btn-faq:hover {
  opacity: 0.85;
}
.btn-faq:before {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 3px solid #aaa;
  border-bottom: 3px solid #aaa;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 0.5em;
  left: 0;
}

.l-faq-area {
  margin: -80px 0 60px 0;
  padding: 80px 0 0 0;
}

.l-faq-area__header {
  margin: 0 0 1em 0;
}

.l-faq-area__title {
  padding: 0 0 1em 0;
  font-size: 21px;
  font-weight: bold;
  color: #333;
  border-bottom: 1px dotted #ccc;
}

.l-faq-box {
  margin: 0 0 1em 0;
  padding: 0.5em 1em;
}

.l-faq-box__question {
  padding: 0.5em;
  font-size: 18px;
  cursor: pointer;
}
.l-faq-box__question::before, .l-faq-box__question::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}
.l-faq-box__question, .l-faq-box__question::before, .l-faq-box__question::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-faq-box__question:hover {
  background-color: #f7f7f7;
}

.l-faq-box__icon {
  font-weight: bold;
  color: #c90000;
}

.l-faq-box__answer {
  border-top: 1px solid #ccc;
  display: none;
  padding: 1em 1em 1em 2em;
  line-height: 1.6;
}

.btn-icon-gold--faq {
  width: 480px;
  margin: 30px auto;
}
.btn-icon-gold--faq a {
  padding: 1.5em 0;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .l-content-fixed--faq {
    padding: 20px 1.5em 0 1.5em;
  }

  .l-faq-list {
    margin: 10px 0 30px 0;
    box-sizing: border-box;
  }
  .l-faq-list__list {
    width: calc(100% / 2);
    margin: 0 0 1em 0;
  }
  .l-faq-list__list a {
    display: block;
    text-align: left;
    line-height: 1.2;
  }

  .l-faq-area {
    margin: -50px 0 40px 0;
    padding: 50px 0 0 0;
    line-height: 1.8;
  }

  .l-faq-box {
    margin: 0 0 1em 0;
    padding: 0.5em 0;
  }

  .l-faq-box__question {
    font-size: 16px;
    line-height: 1.4;
  }
}
.l-content-listbox--reservation {
  margin: 30px 0 50px 0;
}
.l-content-listbox--reservation li {
  width: 320px;
  margin: 0 10px 0 0;
  position: relative;
}
.l-content-listbox--reservation li:last-child {
  margin: 0;
}
.l-content-listbox--reservation li a {
  width: 100%;
  display: block;
  color: #946b24;
}
.l-content-listbox--reservation li a:hover {
  opacity: 0.85;
}
.l-content-listbox--reservation li span {
  width: 100%;
  padding: 1em;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url(../img/icon-arrow-gold-m.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  position: absolute;
  left: 0;
  bottom: 0;
}

.l-content-fixed--reservation .l-lead-text {
  margin: 60px 0 50px 0;
}
.l-content-fixed--reservation dl {
  margin: 0 0 35px 0;
  padding: 0 0 35px 0;
  border-bottom: 1px solid #c9c9c9;
}
.l-content-fixed--reservation dl:last-of-type {
  border: none;
}
.l-content-fixed--reservation dt {
  padding: 0 0 10px 0;
  color: #b0872f;
  font-weight: bold;
}
.l-content-fixed--reservation dd {
  line-height: 2;
}
.l-content-fixed--reservation li span {
  font-weight: bold;
}

.l-content-fixed--reservation-info dt {
  position: relative;
}
.l-content-fixed--reservation-info dt span {
  width: 180px;
  margin: 0 0 0 -90px;
  padding: 1.5em 0;
  display: block;
  color: #fff;
  font-size: 12px;
  text-align: center;
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.l-content-fixed--reservation-info dd {
  margin: 45px 0 0 0;
  line-height: 1.8;
  text-align: center;
}
.l-content-fixed--reservation-info dd span {
  padding: 0 0 15px 0;
  display: block;
  color: #b0872f;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .l-content-list-reservation {
    margin: 30px auto;
  }
  .l-content-list-reservation li {
    padding: 0 0 15px 0;
    margin: 0;
    width: 100%;
    text-align: center;
  }

  .l-content-recommend {
    padding: 30px 15px;
  }

  .l-content-fixed--reservation-info {
    margin: 0;
  }
  .l-content-fixed--reservation-info dt img {
    width: 100%;
  }
  .l-content-fixed--reservation-info dt span {
    top: 40%;
  }
  .l-content-fixed--reservation-info dd {
    padding: 0 1.5em;
  }
}
.l-content-fixed--privacy {
  max-width: 700px;
  line-height: 2;
}
.l-content-fixed--privacy h2 {
  margin: 25px 0 0 0;
  font-weight: bold;
  font-size: 15px;
}

.privacypolicy-title {
  padding: 120px 0 40px 0;
  font-size: 27px;
  color: #b0832a;
}

.l-para-docs {
  margin: 1em 0;
  line-height: 1.8;
}

.l-clause-box {
  margin: 2em 0 4em 0;
}

.l-clause-box__title {
  margin: 0 0 0.5em 0;
  font-size: 18px;
  font-weight: bold;
}

.l-clause-box__para {
  line-height: 1.8;
}

.l-list-decimal {
  padding: 0 0 0 1.5em;
}
.l-list-decimal li {
  margin: 1em 0;
  list-style-type: decimal;
}

.l-list-lower-alpha {
  padding: 0 0 0 1.5em;
}
.l-list-lower-alpha li {
  list-style-type: lower-alpha;
}

.l-list-disc {
  padding: 0 0 0 1.5em;
}
.l-list-disc li {
  margin: 0.5em 0;
  list-style-type: disc;
}

.l-clause-box__table {
  width: 100%;
  margin: 0.5em 0 0 0;
  padding: 0;
  border-collapse: collapse;
  font-size: 14px;
}
.l-clause-box__table th,
.l-clause-box__table td {
  width: 50%;
  padding: 0.5em;
  border: 1px solid #ccc;
}
.l-clause-box__table th {
  text-align: center;
  font-weight: normal;
  background-color: #efefef;
}
.l-docs-link {
  text-align: center;
}
.l-docs-link a {
  color: #999;
}

.l-docs-date {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .l-content-fixed--privacy {
    margin-top: 40px;
    padding: 0 5%;
  }

  .privacypolicy-title {
    padding: 80px 0 20px 0;
    font-size: 18px;
  }
}
.about-title {
  margin: 0 0 1em 0;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

.l-about-frame header {
  background-color: #f1f1f1;
}
.l-about-frame h1 {
  padding: 0.5em;
  font-weight: bold;
}

.l-about-item {
  width: 100%;
  margin: 1em 0;
  display: table;
}
.l-about-item dt,
.l-about-item dd {
  padding: 0.5em;
  display: table-cell;
  line-height: 1.8;
}
.l-about-item dt {
  width: 30%;
  border-right: 1px solid #ccc;
}
.l-about-item dd {
  width: 70%;
}

.l-about-selection {
  margin: 80px 0 0 0;
}

.l-about-checklist {
  width: 100%;
  background-color: #f1f1f1;
}
.l-about-checklist li {
  width: 33%;
  padding: 1em 0;
  color: #ccc;
  float: left;
  text-align: center;
}
.l-about-checklist li.selected {
  color: #333;
  font-weight: bold;
}

.l-content-fixed--form {
  max-width: 660px;
  padding: 100px 0 0 0;
}

.l-form-title {
  margin: 0 0 1em 0;
  text-align: center;
  font-size: 26px;
}

.l-form-privacy {
  margin: 2em 0;
  text-align: center;
}
.l-form-privacy p {
  margin: 1em 0;
  line-height: 1.8;
}

.l-form-lead {
  margin: 1em 0;
  line-height: 1.8;
}

.l-form-confirm {
  margin: 1em 0;
  text-align: center;
}

.l-form-fin {
  padding: 0 0 80px 0;
}
.l-form-fin dt {
  margin: 0 0 2em 0;
  font-size: 28px;
  text-align: center;
}
.l-form-fin dd {
  margin: 0 0 1em 0;
  line-height: 1.6;
  font-size: 16px;
}
.l-form-fin dd em {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
}
.l-form-fin dd .caution {
  color: #c90000;
  font-weight: bold;
}

.l-form-box {
  width: 100%;
  margin: 1px 0;
  display: table;
}

.l-form-item,
.l-form-field {
  display: table-cell;
  box-sizing: border-box;
}

.l-form-item {
  width: 30%;
  padding: 0.5em;
  background-color: #eee;
  line-height: 1.4;
}

.l-form-field {
  width: 70%;
  padding: 0.5em;
  line-height: 1.6;
  vertical-align: top;
}
.l-form-field input[type=text],
.l-form-field textarea {
  width: 100%;
  padding: 0.5em;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.l-form-field input.form-small-input {
  width: 4em;
}
.l-form-field textarea {
  height: 10em;
}

.l-form-choice {
  margin: 0 0 0.5em 0;
  display: block;
}

.l-form-must {
  color: #c90000;
  font-size: 12px;
}

.l-form-error {
  margin: 0 0 0.5em 0;
  color: #c90000;
  font-size: 12px;
  font-weight: bold;
}

.l-form-subitem {
  margin: 1em 0 0.5em 0;
  padding: 0.2em;
  font-size: 14px;
  background-color: #eee;
}
.l-form-subitem.none {
  margin: 0 0 0.5em 0;
}

.l-form-btnarea {
  margin: 1em 0;
  text-align: center;
}

.l-form-btn {
  padding: 0.5em 3em;
  border: none;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.l-form-btn:hover {
  opacity: 0.85;
}

.l-form-btn--submit {
  background-color: #c90000;
  color: #fff;
}

.l-form-btn--back {
  background-color: #eee;
  color: #444;
}

.este-entry-text {
  padding: 1em 0;
}
.este-entry-text dt {
  margin: 0 0 1em 0;
  font-weight: bold;
}
.este-entry-text dd ul li {
  margin: 0 0 0.5em 0;
  padding: 0 0 0 1em;
  line-height: 1.4;
}
.este-entry-text dd ul li span {
  margin: 0 0 0 -1em;
}
.este-entry-text dd ul li em {
  color: #c90000;
  font-style: normal;
  font-weight: bold;
}

.contact-entry-text {
  margin: 0 0 1em 0;
  padding: 1em 0;
}
.contact-entry-text dt {
  margin: 0 0 1em 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #c90000;
}
.contact-entry-text dd {
  line-height: 1.6;
}
.contact-entry-text dd em {
  color: #c90000;
  font-style: normal;
  font-weight: bold;
}
.contact-entry-text dd em a {
  color: #c90000;
}
.contact-entry-text dd em a:hover {
  opacity: 0.8;
}

.btn-icon-gold--form {
  padding: 3em 0 0 0;
  text-align: center;
}
.btn-icon-gold--form a {
  width: 50%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .l-content-fixed--form {
    max-width: 100%;
    padding: 80px 0 40px 0;
  }

  .l-form-confirm {
    margin: 1em 0;
    text-align: center;
  }

  .l-form-fin {
    padding: 0 0 80px 0;
  }
  .l-form-fin dt {
    margin: 0 0 2em 0;
    font-size: 28px;
    text-align: center;
  }
  .l-form-fin dd {
    margin: 0 0 1em 0;
    line-height: 1.6;
    font-size: 16px;
  }
  .l-form-fin dd em {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
  }
  .l-form-fin dd .caution {
    color: #c90000;
    font-weight: bold;
  }

  .l-form-box {
    width: 100%;
    margin: 1px 0;
    padding: 0 1.5em;
    box-sizing: border-box;
    display: block;
  }

  .l-form-item,
.l-form-field {
    display: block;
  }

  .l-form-item {
    width: 100%;
  }

  .l-form-field {
    width: 100%;
    padding: 0.5em 0;
  }

  .l-form-choice {
    margin: 0 0 0.5em 0;
    display: block;
  }

  .l-form-must {
    color: #c90000;
    font-size: 12px;
  }

  .l-form-error {
    margin: 0 0 0.5em 0;
    color: #c90000;
    font-size: 12px;
    font-weight: bold;
  }

  .l-form-subitem {
    margin: 0 1em;
  }

  .l-form-btnarea {
    margin: 1em 0;
    text-align: center;
  }

  .l-form-btn {
    padding: 0.5em 3em;
    border: none;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
  }
  .l-form-btn:hover {
    opacity: 0.85;
  }

  .l-form-btn--submit {
    background-color: #c90000;
    color: #fff;
  }

  .l-form-btn--back {
    background-color: #eee;
    color: #444;
  }

  .contact-entry-text,
.este-entry-text {
    padding: 1em 1.5em;
  }

  .btn-icon-gold--form {
    padding: 3em 0 0 0;
  }
  .btn-icon-gold--form a {
    width: 50%;
    margin: 0 auto;
  }
}
.bg-video {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
}

.bg-video-cover {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.bg-video-frame {
  width: auto;
  height: 100%;
  position: absolute;
}

.bg-wht {
  background-color: white;
}

.concept-title {
  margin: 0 0 1em 0;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}
.concept-title--large {
  margin: 0 0 2em 0;
  font-size: 4.2rem;
}

.concept-text {
  margin: 0 auto 40px auto;
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
}
.concept-text--wht {
  color: white;
}

@keyframes conceptHero {
  0% {
    opacity: 0;
    top: 40px;
  }
  50% {
    opacity: 0;
    top: 40px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
.concept-area {
  padding: 80px 0;
}
.concept-area--wht {
  color: white;
}
.concept-area--hero {
  padding: 20% 0;
  position: relative;
  animation: conceptHero 2s ease;
}

.concept-img-list {
  margin: 0 0 40px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.concept-img-list li {
  margin: 0 0 10px 0;
}
.concept-img-list li img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .bg-video,
.bg-video-frame {
    height: 100vh;
  }

  .concept-text {
    padding: 0 5%;
    font-size: 1.6rem;
    text-align: left;
  }

  .concept-area {
    padding: 50px 0;
  }
  .concept-area--hero {
    padding: 30% 0 20% 0;
  }

  .concept-title--large {
    margin: 0 0 1.5em 0;
    font-size: 3.2rem;
  }

  .concept-img-list {
    padding: 0 10px;
  }
  .concept-img-list li {
    width: calc((100% - 10px) / 2);
    margin: 0 0 10px 0;
  }
}
