@charset "UTF-8";
/*

Theme Name: yamanochaya ENG
Theme URI: http://www.the-triad.jp/
Description: カスタマイズ目的のブランクテーマです
Template: ryokan_acf
Author: TRIAD Ltd.

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

    base settings

*/
body {
  font-family: "Noto Serif JP", serif;
  color: #fff;
}

a {
  color: #fff;
}

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

.l-article-title {
  color: #fff;
}

.l-lead-text {
  color: #FFF;
}

.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-bg-grey {
  background-color: #333;
}

.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;
  }

  .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__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-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;
  }
}
.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: #fff;
  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;
}

.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;
  color: #fff;
}
.l-sidebar-tags li a:hover {
  color: #333;
  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-btn-top a {
  color: #fff;
}
.l-btn-top a:before {
  border-left: 6px solid #fff;
  border-top: 6px solid #fff;
}

.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 .l-footer-box__center {
  flex-grow: 2;
}
.l-footer-box .l-footer-box__right {
  flex-basis: 20%;
  text-align: right;
}
.l-footer-box .l-footer-box__right a {
  width: 50px;
  display: inline-block;
  margin: 0 0.3em;
}
.l-footer-box .l-footer-box__right a:hover {
  opacity: 0.85;
}
.l-footer-box .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 {
    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;
  }
}
/*
----------------------------------------------------------------

 Layout settings

*/
.l-content-listbox__list--top-room a {
  color: #FFF;
}
.l-content-listbox__title--top-room {
  color: #fff;
}
.l-content-listbox__text--top-room {
  color: #ccc;
}
.l-content-listbox--top-message {
  color: #FFF;
}
.l-content-listbox--top-note__list a {
  color: #fff;
}
.l-content-listbox--top-note__date {
  color: #aaa;
}
.l-content-listbox--top-note__text {
  color: #ccc;
}
.l-content-listbox--note-ver2__list a {
  color: #fff;
}
.l-content-listbox--note-ver2__date {
  color: #aaa;
}
.l-content-listbox--note-ver2__text {
  color: #ccc;
}

.l-content-box--top-message {
  color: #FFF;
}
.l-content-box__title--top-banner {
  color: #555;
}
.l-content-box__text--top-banner {
  color: #555;
}

.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: #fff;
  }
  .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-fixed--note-single footer {
  background-color: #333;
}
.l-content-fixed--note-single footer .l-subinfo-list li a {
  color: #aaa;
}

.note-cat {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.75);
}

.note-cat-ver2 {
  color: #fff;
  font-size: 1rem;
  border: 1px solid #ccc;
}

.l-subinfo-list {
  color: #aaa;
}
.l-subinfo-list li a {
  color: #aaa;
}

.l-note-extra {
  border-top: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
}
.l-note-extra h1 {
  color: #fff;
}

.l-note-extra__info dt {
  color: #fff;
}
.l-note-extra__info dd {
  color: #fff;
}
.l-note-extra__info dd span {
  color: #a17844;
}
.l-note-extra__info dd a {
  color: #fff;
}

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

.l-room-name {
  color: #fff;
}
.l-room-name a {
  color: #fff;
}

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

.l-two-column--room-explain__title {
  border-top: solid 1px #b0872f;
  border-bottom: solid 1px #b0872f;
  color: #b0872f;
}

.l-content-listbox__caption--room-gallery {
  color: #fff;
}

.l-room-box__graybg {
  background-color: #333;
}

.l-two-column--roomt-info {
  border-bottom: solid 1px #ccc;
}
.l-two-column--roomt-info dd {
  color: #fff;
}

.l-two-column__left--roomt-info {
  color: #b0872f;
}

.l-content-listbox--room-single {
  background-color: #333;
}
.l-content-listbox__list--room-single {
  border: 2px solid #333;
}

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

  .l-content-listbox--room-gallery li:nth-child(even) {
    margin: 0 0 20px 0;
  }
  .l-content-listbox__list--room-single {
    border: 1px solid #333;
  }
}
.l-two-column--hotspring {
  background-color: #333;
}

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

.l-content-fixed__title--facility {
  color: #fff;
}

.l-access-list {
  color: #aaa;
}
.l-access-list:after {
  border-left: 3px dashed #ccc;
}
.l-access-list li:last-child .l-access-name {
  border: 1px solid #333;
  background-color: #333;
  color: #ccc;
}

.l-lead-text--access a {
  color: #fff;
}

.l-access-name {
  color: #aaa;
  border: 1px solid #555;
  background-color: #555;
}

.l-text-mapfoot__text a {
  text-decoration: none;
  color: #fff;
}

.l-pickup-area {
  color: #666;
}
.l-pickup-area a {
  color: #000;
}
.l-pickup-area a:hover {
  color: #444;
}

.l-access-instruction a {
  color: #dd8e2f;
}

.btn-faq {
  color: #ddd;
  border-bottom: 1px solid #ccc;
}
.btn-faq:before {
  border-left: 3px solid #aaa;
  border-bottom: 3px solid #aaa;
}

.l-faq-area a {
  color: #c90000;
}

.l-faq-area__title {
  color: #fff;
  border-bottom: 1px dotted #ccc;
}

.l-faq-box__question:hover {
  background-color: #999;
}

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

.l-faq-box__answer {
  border-top: 1px solid #ccc;
}

.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-form-item {
  color: #fff;
  background-color: transparent;
}

.l-form-field input[type=email],
.l-form-field input[type=text],
.l-form-field textarea {
  width: 100%;
  padding: 0.5em;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
