@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  src: url("../webfonts/NotoSansJP-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  src: url("../webfonts/Lato-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-word;
}

/* 最大基準値 */
/* PC */
/* SP */
html {
  /* ルートのフォントサイズを10px=1remに設定しておく */
  /* 固定値はrem指定 相対値はem指定 */
  overflow-x: hidden;
}

body {
  /* 指定した幅の時のsize */
  /* 最大文字サイズ 最大文字数の基準幅*/
  font-size: 100%;
  color: #0d0500;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-appearance: none;
  -webkit-text-size-adjust: none;
}

.lato {
  font-family: "Lato", sans-serif;
}

/* -------------------- share start -------------------- */
a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  opacity: 0.8;
}

@media (max-width: 960px) {
  a:hover {
    opacity: 1;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.inner {
  padding: 0 20px;
  overflow: hidden;
}

.inner-75 {
  padding: 0 75px;
  overflow: hidden;
}

@media (max-width: 960px) {
  .inner-75 {
    padding: 0 20px;
  }
}

.inner-90 {
  padding: 0 90px;
  overflow: hidden;
}

@media (max-width: 960px) {
  .inner-90 {
    padding: 0 20px;
  }
}

.inner-100 {
  padding: 0 100px;
  overflow: hidden;
}

.display-none {
  display: none;
}

@media (max-width: 960px) {
  .inner-100 {
    padding: 0 20px;
  }
}

.inner-120 {
  padding: 0 120px;
  overflow: hidden;
}

@media (max-width: 960px) {
  .inner-120 {
    padding: 0 20px;
  }
}

.inner-250 {
  padding: 0 250px;
  overflow: hidden;
}

@media (max-width: 960px) {
  .inner-250 {
    padding: 0 20px;
  }
}

.pc {
  display: block;
}

@media (max-width: 960px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media (max-width: 960px) {
  .sp {
    display: block;
  }
}

/**
	section {
  margin: 50px auto;
}
**/
section.primary {
  margin: 50px auto;
}
section.main {
  margin: 50px auto;
}

.btn,
.btn-gray,
.btn-green,
.btn-more {
  width: 260px;
  height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  z-index: 1;
}

.btn-gray {
  background-color: #4e4d4c;
  color: #fff;
}

@media (min-width: 961px) {
  .btn-gray:hover {
    color: #4e4d4c;
    background-color: #f7f6f0;
  }
}

.btn-green {
  background-color: #456e1a;
  color: #fff;
  border: 1px solid #456e1a;
}

@media (min-width: 961px) {
  .btn-green:hover {
    color: #456e1a;
    background-color: #fff;
  }
}

.btn-more {
  width: 175px;
  height: 35px;
  font-size: 16px;
  color: #0d0500;
  padding-left: 20px;
  position: relative;
  margin-left: auto;
}

.btn-more::before {
  position: absolute;
  content: "";
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 1em;
  background-color: #0d0500;
}

.btn-more:hover {
  border: 1px solid #0d0500;
}

.profile {
  width: 360px;
  max-width: 100%;
}

@media (max-width: 960px) {
  .profile {
    font-size: 14px;
  }
}

.logo {
  margin: 0;
  position: absolute;
  z-index: 2;
}

.logo {
  width: 100vw;
  top: 100px;
  right: 0;
  height: 67px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.logo img {
  display: block;
  width: 200px;
}

.wp-pagenavi {
  margin-left: auto;
  margin-right: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 14px !important;
}

@media (max-width: 960px) {
  .wp-pagenavi {
    margin: 0 auto;
  }
}

.wp-pagenavi .pages {
  display: none;
}

.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .extend {
  color: #808080;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wp-pagenavi .extend {
  border: none !important;
}

.wp-pagenavi .current {
  color: #fff;
  background-color: #1d2613;
}

#cboxOverlay {
  background: #000;
}

#cboxLoadedContent {
  background: #fff;
}

#cboxLoadedContent {
  padding: 0;
  overflow: auto;
  -webkit-box-shadow: 0px 1px 10px #000000;
  box-shadow: 0px 1px 10px #000000;
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose,
#cboxTitle {
  top: -30px;
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
  overflow: visible;
}

#cboxTitle {
  color: #fff;
}

#inline-content {
  /* インラインを使用する時のみ */
  margin: 20px;
}

#ajax-wrap {
  /* ajaxを使用する時のみ */
  margin: 20px;
}

.modal-inline {
  padding: 20px 40px;
}

@media (max-width: 960px) {
  .modal-inline {
    padding: 20px;
  }
}

.modal-inline dl {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.modal-inline dl dt {
  width: 1em;
}

.modal-inline dl dd {
  margin: 0;
  width: calc(100% - 1em);
}

/* -------------------- share end   -------------------- */
/*----- ハンバーガー start -----*/
.burger {
  display: none;
  font-size: 18px;
  cursor: pointer;
}

@media (max-width: 960px) {
  .burger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 65px;
    background-color: #0d0500;
    color: #fff;
  }
}

.burger__left > div {
  width: 25px;
  height: 3px;
  background-color: #fff;
  margin: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.burger__left > div:last-of-type {
  width: 20px;
}

.burger__right {
  font-family: "Lato", sans-serif;
}

/*----- ハンバーガー  end -----*/
/*----- スマホメニュー start -----*/
.sp-menu {
  display: none;
  z-index: 4;
  position: relative;
  font-family: "Lato", sans-serif;
}

@media (max-width: 960px) {
  .sp-menu {
    display: block;
    background-color: #1d2613;
    position: fixed;
    padding: 60px 40px 0;
    top: 0;
    right: 0px;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
  }
  .sp-menu > li {
    list-style: none;
    margin-bottom: 20px;
    color: #fff;
    font-size: 18px;
  }
  .sp-menu > li > a {
    color: #fff;
    font-size: 18px;
  }
  .sp-menu > li > ul {
    margin-top: 5px;
    padding-left: 20px;
  }
  .sp-menu > li > ul > li {
    list-style: none;
    color: #fff;
    margin-bottom: 5px;
  }
  .sp-menu > li > ul > li:last-of-type {
    margin-bottom: 0;
  }
  .sp-menu > li > ul > li > a {
    color: #fff;
  }
}

.sp-menu .burger {
  width: 150px;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 100px;
  background-color: #1d2613;
}

@media (max-width: 320px) {
  .sp-menu .burger {
    bottom: 10px;
  }
}

.sp-menu .burger .line1 {
  -webkit-transform: rotate(-45deg) translate(-5px, 6px);
  transform: rotate(-45deg) translate(-5px, 6px);
}

.sp-menu .burger .line2 {
  opacity: 0;
}

.sp-menu .burger .line3 {
  width: 25px;
  -webkit-transform: rotate(45deg) translate(-5px, -6px);
  transform: rotate(45deg) translate(-5px, -6px);
}

.nav-active {
  -webkit-transform: translateY(-16px) !important;
  transform: translateY(-16px) !important;
}

/*----- スマホメニュー  end -----*/
/*----- header start -----*/
header {
  background-color: #172608;
  height: 80px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  z-index: 2;
  font-family: "Lato", sans-serif;
}

@media (max-width: 960px) {
  header {
    background-color: #0d0500;
    height: auto;
  }
}

@media (max-width: 960px) {
  header nav {
    width: 100%;
  }
}

header nav > .nav-links {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  z-index: 3;
}

@media (max-width: 960px) {
  header nav > .nav-links {
    display: none;
  }
}

header nav > .nav-links > li {
  margin-right: 20px;
  color: #fff;
  position: relative;
}

header nav > .nav-links > li:last-of-type {
  margin-right: 0;
}

header nav > .nav-links > li:hover > .sub-nav-links {
  display: block;
}

header nav > .nav-links > li > a {
  color: #fff;
  position: relative;
}

header nav > .nav-links > li > a::after {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

header nav > .nav-links > li > a:hover::after {
  width: 100%;
}

header nav > .nav-links > li > .sub-nav-links {
  z-index: 2;
  display: none;
  margin-top: 15px;
  width: 215px;
  color: #000;
  background-color: #fff;
  position: absolute;
  bottom: -98px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 15px;
}

header nav > .nav-links > li > .sub-nav-links::before {
  position: absolute;
  content: "";
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #ffffff transparent;
}

header nav > .nav-links > li > .sub-nav-links > li {
  color: #000;
  margin-bottom: 5px;
}

header nav > .nav-links > li > .sub-nav-links > li:last-of-type {
  margin-bottom: 0;
}

header nav > .nav-links > li > .sub-nav-links > li > a {
  color: #000;
  position: relative;
}

header nav > .nav-links > li > .sub-nav-links > li > a::after {
  position: absolute;
  content: "";
  bottom: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #000;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

header nav > .nav-links > li > .sub-nav-links > li > a:hover::after {
  width: 100%;
}

.fixed {
  position: fixed;
  top: 0;
}

/*----- header  end -----*/
/*----- footer start -----*/
footer {
  padding: 20px 0;
  color: #fff;
  font-size: 12px;
  line-height: 1.666666666666667em;
  background-color: #1d2613;
}

@media (max-width: 960px) {
  footer {
    font-size: 8px;
  }
}

@media (max-width: 960px) {
  footer .inner-90 {
    padding: 0 20px;
  }
}

footer .area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer .area__left__title {
  font-size: 18px;
  font-family: "Lato", sans-serif;
}

@media (max-width: 960px) {
  footer .area__left__title {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

footer .area__left__top dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media (max-width: 960px) {
  footer .area__left__top dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 960px) {
  footer .area__left__top dl dd {
    margin: 0;
  }
}

footer .area__left__top span {
  font-size: 10px;
  font-family: "Lato", sans-serif;
}

@media (max-width: 960px) {
  footer .area__left__top span {
    font-size: 8px;
  }
}

footer .area__left__middle {
  margin-bottom: 1em;
}

footer .area__left__bottom {
  margin-bottom: 1em;
}

footer .area__right__top {
  margin-top: 35px;
  margin-bottom: 35px;
}

@media (max-width: 960px) {
  footer .area__right__top {
    margin-top: 0;
    margin-bottom: 15px;
  }
}

footer .area__right__top .sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

footer .area__right__top .sns div {
  width: 50px;
}

@media (max-width: 960px) {
  footer .area__right__top .sns div {
    width: 30px;
  }
}

footer .area__right__top .sns__line {
  margin-right: 40px;
}

@media (max-width: 960px) {
  footer .area__right__top .sns__line {
    margin-right: 25px;
  }
}

footer .area__right__bottom {
  color: #fff;
  width: 296px;
  text-align: right;
}

footer .area__right__bottom img {
  display: block;
  margin-bottom: 8px;
}

footer .area__right__btn .btn-gray {
  width: 100px;
  font-size: 10px;
}

footer .copyright {
  margin-top: 3px;
  font-family: "Lato", sans-serif;
}

/*----- footer  end -----*/
/*----- front-page start -----*/
.home .top {
  margin: 0 auto;
  width: 100%;
  height: 100vh;
  position: relative;
}

@media (max-width: 960px) {
  .home .top {
    height: 100vh;
  }
}

.home .top header {
  height: auto;
  background-color: transparent;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 60px;
}

@media (max-width: 960px) {
  .home .top header {
    position: absolute;
    bottom: 0;
  }
}

.home .top .box {
  padding: 30px 90px;
  position: absolute;
  top: 30%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  background-color: rgba(165, 125, 101, 0.4);
  z-index: 2;
}
#booking {
  height: auto;
  background-color: transparent;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 250px;
  z-index: 2;
}

@media (max-width: 960px) {
  #booking {
    width: 100%;
    height: auto;
    background-color: transparent;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 250px;
    z-index: 2;
  }
}
@media (max-width: 370px) {
  .home .top .box {
    bottom: 220px;
  }
}

.home .top .box__title {
  width: 308px;
  max-width: 100%;
  margin-bottom: 1.4375em;
}

.home .top .box__top {
  margin-bottom: 2em;
  line-height: 1.875em;
}

@media (max-width: 960px) {
  .home .top .box__top {
    margin-bottom: 1em;
    line-height: 1.75em;
  }
}

.home .top .box__bottom {
  font-family: "Lato", sans-serif;
  line-height: 1.875em;
}

@media (max-width: 960px) {
  .home .top .box__bottom {
    line-height: 1.75em;
  }
}

.home .top .swiper-slide {
  padding: 100px 0;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 960px) {
  .home .top .swiper-slide {
    padding: 0;
    height: 100vh;
  }
}

/*----- front-page  end -----*/
/*----- アーカイブ・固定ページ共通  start -----*/
.head {
  width: 100%;
  height: 180px;
  background-image: url(../images/header.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 960px) {
  .head {
    height: 115px;
  }
}

.page .top,
.archive .top {
  margin: 0;
}

.page .main,
.archive .main {
  margin-top: 0;
  position: relative;
}

.page .main__title,
.archive .main__title {
  display: inline-block;
  position: absolute;
  top: -30px;
  left: 0;
  width: 515px;
  height: 125px;
  margin: 0;
  color: #fff;
  background-color: #1b3400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 30px 35px;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.833333333333333em;
  position: relative;
}

@media (max-width: 960px) {
  .page .main__title,
  .archive .main__title {
    width: 335px;
    max-width: calc(100% - 15px);
    height: 75px;
    font-size: 16px;
  }
}

.page .main__title .frame,
.archive .main__title .frame {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 100%;
  height: 100%;
  border: 1px solid #1b3400;
}

@media (max-width: 960px) {
  .page .main__title .frame,
  .archive .main__title .frame {
    top: 10px;
    left: 10px;
  }
}

.page .main__title span,
.archive .main__title span {
  font-family: "Lato", sans-serif;
}

.page-template-page-house_b-detail .main__title {
  font-size: 24px;
}

@media (max-width: 960px) {
  .page-template-page-house_b-detail .main__title {
    font-size: 12px;
  }
}

/*----- アーカイブ・固定ページ共通   end -----*/
.category .inner-120,
.archive .inner-120 {
  padding: 0;
}

/*----- category start -----*/
.category .top,
.archive .top,
.page-template-page-eat .top,
.page-template-page-spa .top,
.page-template-page-house-detail .top,
.page-template-page-house_b-detail .top,
.page-template-page-annex-detail .top,
.page-template-page-reservation-detail .top,
.page-template-page-contact-detail .top,
.page-template-page-contacte-detail .top,
.page-template-page-contacts-detail .top,
.page-template-page-access-detail .top,
.page-template-page-privacy-detail .top,
.page-template-page-thanks-detail .top,
.page-template-page-eat .top,
.page-template-page-spa .top,
.page-template-page-experience .top {
  width: 100%;
  height: 75px;
  background-color: #aba5a1;
}

.category .top-bottom,
.archive .top-bottom,
.page-template-page-eat .top-bottom,
.page-template-page-spa .top-bottom,
.page-template-page-house-detail .top-bottom,
.page-template-page-house_b-detail .top-bottom,
.page-template-page-annex-detail .top-bottom,
.page-template-page-reservation-detail .top-bottom,
.page-template-page-contact-detail .top-bottom,
.page-template-page-contacte-detail .top-bottom,
.page-template-page-contacts-detail .top-bottom,
.page-template-page-access-detail .top-bottom,
.page-template-page-privacy-detail .top-bottom,
.page-template-page-thanks-detail .top-bottom,
.page-template-page-experience .top-bottom {
  margin-left: 200px;
}

@media (max-width: 960px) {
  .category .top-bottom,
  .archive .top-bottom,
  .page-template-page-eat .top-bottom,
  .page-template-page-spa .top-bottom,
  .page-template-page-house-detail .top-bottom,
  .page-template-page-house_b-detail .top-bottom,
  .page-template-page-annex-detail .top-bottom,
  .page-template-page-reservation-detail .top-bottom,
  .page-template-page-contact-detail .top-bottom,
  .page-template-page-contacte-detail .top-bottom,
  .page-template-page-contacts-detail .top-bottom,
  .page-template-page-access-detail .top-bottom,
  .page-template-page-privacy-detail .top-bottom,
  .page-template-page-thanks-detail .top-bottom,
  .page-template-page-experience .top-bottom {
    margin-left: 75px;
  }
}

.category .primary,
.archive .primary,
.page-template-page-eat .primary,
.page-template-page-spa .primary,
.page-template-page-house-detail .primary,
.page-template-page-house_b-detail .primary,
.page-template-page-annex-detail .primary,
.page-template-page-reservation-detail .primary,
.page-template-page-contact-detail .primary,
.page-template-page-contacte-detail .primary,
.page-template-page-contacts-detail .primary,
.page-template-page-access-detail .primary,
.page-template-page-privacy-detail .primary,
.page-template-page-thanks-detail .primary,
.page-template-page-experience .primary {
  margin: 50px auto 190px;
}

.category .primary .btn-gray,
.archive .primary .btn-gray,
.page-template-page-eat .primary .btn-gray,
.page-template-page-spa .primary .btn-gray,
.page-template-page-house-detail .primary .btn-gray,
.page-template-page-house_b-detail .primary .btn-gray,
.page-template-page-annex-detail .primary .btn-gray,
.page-template-page-reservation-detail .primary .btn-gray,
.page-template-page-contact-detail .primary .btn-gray,
.page-template-page-contacts-detail .primary .btn-gray,
.page-template-page-contacte-detail .primary .btn-gray,
.page-template-page-access-detail .primary .btn-gray,
.page-template-page-privacy-detail .primary .btn-gray,
.page-template-page-thanks-detail .primary .btn-gray,
.page-template-page-experience .primary .btn-gray {
  margin: 45px auto;
}

.category .primary .entry,
.archive .primary .entry,
.page-template-page-eat .primary .entry,
.page-template-page-spa .primary .entry,
.page-template-page-house-detail .primary .entry,
.page-template-page-house_b-detail .primary .entry,
.page-template-page-annex-detail .primary .entry,
.page-template-page-reservation-detail .primary .entry,
.page-template-page-contact-detail .primary .entry,
.page-template-page-contacts-detail .primary .entry,
.page-template-page-contacte-detail .primary .entry,
.page-template-page-access-detail .primary .entry,
.page-template-page-privacy-detail .primary .entry,
.page-template-page-thanks-detail .primary .entry,
.page-template-page-experience .primary .entry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 960px) {
  .category .primary .entry,
  .archive .primary .entry,
  .page-template-page-eat .primary .entry,
  .page-template-page-spa .primary .entry,
  .page-template-page-house-detail .primary .entry,
  .page-template-page-house_b-detail .primary .entry,
  .page-template-page-annex-detail .primary .entry,
  .page-template-page-reservation-detail .primary .entry,
  .page-template-page-contact-detail .primary .entry,
  .page-template-page-contacts-detail .primary .entry,
  .page-template-page-contacte-detail .primary .entry,
  .page-template-page-access-detail .primary .entry,
  .page-template-page-privacy-detail .primary .entry,
  .page-template-page-thanks-detail .primary .entry,
  .page-template-page-experience .primary .entry {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.category .primary .entry__item,
.archive .primary .entry__item,
.page-template-page-eat .primary .entry__item,
.page-template-page-spa .primary .entry__item,
.page-template-page-house-detail .primary .entry__item,
.page-template-page-house_b-detail .primary .entry__item,
.page-template-page-annex-detail .primary .entry__item,
.page-template-page-reservation-detail .primary .entry__item,
.page-template-page-contact-detail .primary .entry__item,
.page-template-page-contacts-detail .primary .entry__item,
.page-template-page-contacte-detail .primary .entry__item,
.page-template-page-access-detail .primary .entry__item,
.page-template-page-privacy-detail .primary .entry__item,
.page-template-page-thanks-detail .primary .entry__item,
.page-template-page-experience .primary .entry__item {
  margin-bottom: 80px;
  width: calc(100% / 2 - 20px * 2);
  margin-right: 40px;
  color: #0d0500;
}

.category .primary .entry__item:nth-of-type(2n),
.archive .primary .entry__item:nth-of-type(2n),
.page-template-page-eat .primary .entry__item:nth-of-type(2n),
.page-template-page-spa .primary .entry__item:nth-of-type(2n),
.page-template-page-house-detail .primary .entry__item:nth-of-type(2n),
.page-template-page-house_b-detail .primary .entry__item:nth-of-type(2n),
.page-template-page-annex-detail .primary .entry__item:nth-of-type(2n),
.page-template-page-reservation-detail .primary .entry__item:nth-of-type(2n),
.page-template-page-contact-detail .primary .entry__item:nth-of-type(2n),
.page-template-page-contacts-detail .primary .entry__item:nth-of-type(2n),
.page-template-page-contacte-detail .primary .entry__item:nth-of-type(2n),
.page-template-page-access-detail .primary .entry__item:nth-of-type(2n),
.page-template-page-privacy-detail .primary .entry__item:nth-of-type(2n),
.page-template-page-thanks-detail .primary .entry__item:nth-of-type(2n),
.page-template-page-experience .primary .entry__item:nth-of-type(2n) {
  margin-right: 0;
}

@media (max-width: 960px) {
  .category .primary .entry__item:nth-of-type(2n),
  .archive .primary .entry__item:nth-of-type(2n),
  .page-template-page-eat .primary .entry__item:nth-of-type(2n),
  .page-template-page-spa .primary .entry__item:nth-of-type(2n),
  .page-template-page-house-detail .primary .entry__item:nth-of-type(2n),
  .page-template-page-house_b-detail .primary .entry__item:nth-of-type(2n),
  .page-template-page-annex-detail .primary .entry__item:nth-of-type(2n),
  .page-template-page-reservation-detail .primary .entry__item:nth-of-type(2n),
  .page-template-page-contact-detail .primary .entry__item:nth-of-type(2n),
  .page-template-page-contacts-detail .primary .entry__item:nth-of-type(2n),
  .page-template-page-contacte-detail .primary .entry__item:nth-of-type(2n),
  .page-template-page-access-detail .primary .entry__item:nth-of-type(2n),
  .page-template-page-privacy-detail .primary .entry__item:nth-of-type(2n),
  .page-template-page-thanks-detail .primary .entry__item:nth-of-type(2n),
  .page-template-page-experience .primary .entry__item:nth-of-type(2n) {
    margin: 0 auto 40px;
  }
}

@media (max-width: 960px) {
  .category .primary .entry__item,
  .archive .primary .entry__item,
  .page-template-page-eat .primary .entry__item,
  .page-template-page-spa .primary .entry__item,
  .page-template-page-house-detail .primary .entry__item,
  .page-template-page-house_b-detail .primary .entry__item,
  .page-template-page-annex-detail .primary .entry__item,
  .page-template-page-reservation-detail .primary .entry__item,
  .page-template-page-contact-detail .primary .entry__item,
  .page-template-page-contacts-detail .primary .entry__item,
  .page-template-page-contacte-detail .primary .entry__item,
  .page-template-page-access-detail .primary .entry__item,
  .page-template-page-privacy-detail .primary .entry__item,
  .page-template-page-thanks-detail .primary .entry__item,
  .page-template-page-experience .primary .entry__item {
    margin: 0 auto 40px;
    width: 500px;
    max-width: 100%;
  }
}

.category .primary .entry__item__top,
.archive .primary .entry__item__top,
.page-template-page-eat .primary .entry__item__top,
.page-template-page-spa .primary .entry__item__top,
.page-template-page-house-detail .primary .entry__item__top,
.page-template-page-house_b-detail .primary .entry__item__top,
.page-template-page-annex-detail .primary .entry__item__top,
.page-template-page-reservation-detail .primary .entry__item__top,
.page-template-page-contact-detail .primary .entry__item__top,
.page-template-page-contacts-detail .primary .entry__item__top,
.page-template-page-contacte-detail .primary .entry__item__top,
.page-template-page-access-detail .primary .entry__item__top,
.page-template-page-privacy-detail .primary .entry__item__top,
.page-template-page-thanks-detail .primary .entry__item__top,
.page-template-page-experience .primary .entry__item__top {
  padding: 0 35px;
}

@media (max-width: 960px) {
  .category .primary .entry__item__top,
  .archive .primary .entry__item__top,
  .page-template-page-eat .primary .entry__item__top,
  .page-template-page-spa .primary .entry__item__top,
  .page-template-page-house-detail .primary .entry__item__top,
  .page-template-page-house_b-detail .primary .entry__item__top,
  .page-template-page-annex-detail .primary .entry__item__top,
  .page-template-page-reservation-detail .primary .entry__item__top,
  .page-template-page-contact-detail .primary .entry__item__top,
  .page-template-page-contacts-detail .primary .entry__item__top,
  .page-template-page-contacte-detail .primary .entry__item__top,
  .page-template-page-access-detail .primary .entry__item__top,
  .page-template-page-privacy-detail .primary .entry__item__top,
  .page-template-page-thanks-detail .primary .entry__item__top,
  .page-template-page-experience .primary .entry__item__top {
    padding: 0 20px;
  }
}

.category .primary .entry__item__top .img-area,
.archive .primary .entry__item__top .img-area,
.page-template-page-eat .primary .entry__item__top .img-area,
.page-template-page-spa .primary .entry__item__top .img-area,
.page-template-page-house-detail .primary .entry__item__top .img-area,
.page-template-page-house_b-detail .primary .entry__item__top .img-area,
.page-template-page-annex-detail .primary .entry__item__top .img-area,
.page-template-page-reservation-detail .primary .entry__item__top .img-area,
.page-template-page-contact-detail .primary .entry__item__top .img-area,
.page-template-page-contacts-detail .primary .entry__item__top .img-area,
.page-template-page-contacte-detail .primary .entry__item__top .img-area,
.page-template-page-access-detail .primary .entry__item__top .img-area,
.page-template-page-privacy-detail .primary .entry__item__top .img-area,
.page-template-page-thanks-detail .primary .entry__item__top .img-area,
.page-template-page-experience .primary .entry__item__top .img-area {
  margin-bottom: 12px;
  min-height: 318px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (max-width: 960px) {
  .category .primary .entry__item__top .img-area,
  .archive .primary .entry__item__top .img-area,
  .page-template-page-eat .primary .entry__item__top .img-area,
  .page-template-page-spa .primary .entry__item__top .img-area,
  .page-template-page-house-detail .primary .entry__item__top .img-area,
  .page-template-page-house_b-detail .primary .entry__item__top .img-area,
  .page-template-page-annex-detail .primary .entry__item__top .img-area,
  .page-template-page-reservation-detail .primary .entry__item__top .img-area,
  .page-template-page-contact-detail .primary .entry__item__top .img-area,
  .page-template-page-contacts-detail .primary .entry__item__top .img-area,
  .page-template-page-contacte-detail .primary .entry__item__top .img-area,
  .page-template-page-access-detail .primary .entry__item__top .img-area,
  .page-template-page-privacy-detail .primary .entry__item__top .img-area,
  .page-template-page-thanks-detail .primary .entry__item__top .img-area,
  .page-template-page-experience .primary .entry__item__top .img-area {
    min-height: auto;
  }
}

.category .primary .entry__item__top .img-area img,
.archive .primary .entry__item__top .img-area img,
.page-template-page-eat .primary .entry__item__top .img-area img,
.page-template-page-spa .primary .entry__item__top .img-area img,
.page-template-page-house-detail .primary .entry__item__top .img-area img,
.page-template-page-house_b-detail .primary .entry__item__top .img-area img,
.page-template-page-annex-detail .primary .entry__item__top .img-area img,
.page-template-page-reservation-detail .primary .entry__item__top .img-area img,
.page-template-page-contact-detail .primary .entry__item__top .img-area img,
.page-template-page-contacts-detail .primary .entry__item__top .img-area img,
.page-template-page-contacte-detail .primary .entry__item__top .img-area img,
.page-template-page-access-detail .primary .entry__item__top .img-area img,
.page-template-page-privacy-detail .primary .entry__item__top .img-area img,
.page-template-page-thanks-detail .primary .entry__item__top .img-area img,
.page-template-page-experience .primary .entry__item__top .img-area img {
  display: block;
  margin: 0 auto;
  width: 80%;
}

@media (max-width: 480px) {
  .category .primary .entry__item__top .img-area img,
  .archive .primary .entry__item__top .img-area img,
  .page-template-page-eat .primary .entry__item__top .img-area img,
  .page-template-page-spa .primary .entry__item__top .img-area img,
  .page-template-page-house-detail .primary .entry__item__top .img-area img,
  .page-template-page-house_b-detail .primary .entry__item__top .img-area img,
  .page-template-page-annex-detail .primary .entry__item__top .img-area img,
  .page-template-page-reservation-detail .primary .entry__item__top .img-area img,
  .page-template-page-contact-detail .primary .entry__item__top .img-area img,
  .page-template-page-contacts-detail .primary .entry__item__top .img-area img,
  .page-template-page-contacte-detail .primary .entry__item__top .img-area img,
  .page-template-page-access-detail .primary .entry__item__top .img-area img,
  .page-template-page-privacy-detail .primary .entry__item__top .img-area img,
  .page-template-page-thanks-detail .primary .entry__item__top .img-area img,
  .page-template-page-experience .primary .entry__item__top .img-area img {
    width: 100%;
  }
}

.category .primary .entry__item__top .title-area,
.archive .primary .entry__item__top .title-area,
.page-template-page-eat .primary .entry__item__top .title-area,
.page-template-page-spa .primary .entry__item__top .title-area,
.page-template-page-house-detail .primary .entry__item__top .title-area,
.page-template-page-house_b-detail .primary .entry__item__top .title-area,
.page-template-page-annex-detail .primary .entry__item__top .title-area,
.page-template-page-reservation-detail .primary .entry__item__top .title-area,
.page-template-page-contact-detail .primary .entry__item__top .title-area,
.page-template-page-contacts-detail .primary .entry__item__top .title-area,
.page-template-page-contacte-detail .primary .entry__item__top .title-area,
.page-template-page-access-detail .primary .entry__item__top .title-area,
.page-template-page-privacy-detail .primary .entry__item__top .title-area,
.page-template-page-thanks-detail .primary .entry__item__top .title-area,
.page-template-page-experience .primary .entry__item__top .title-area {
  margin: 0;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
}

.category .primary .entry__item__top .date-area,
.archive .primary .entry__item__top .date-area,
.page-template-page-eat .primary .entry__item__top .date-area,
.page-template-page-spa .primary .entry__item__top .date-area,
.page-template-page-house-detail .primary .entry__item__top .date-area,
.page-template-page-house_b-detail .primary .entry__item__top .date-area,
.page-template-page-annex-detail .primary .entry__item__top .date-area,
.page-template-page-reservation-detail .primary .entry__item__top .date-area,
.page-template-page-contact-detail .primary .entry__item__top .date-area,
.page-template-page-contacts-detail .primary .entry__item__top .date-area,
.page-template-page-contacte-detail .primary .entry__item__top .date-area,
.page-template-page-access-detail .primary .entry__item__top .date-area,
.page-template-page-privacy-detail .primary .entry__item__top .date-area,
.page-template-page-thanks-detail .primary .entry__item__top .date-area,
.page-template-page-experience .primary .entry__item__top .date-area {
  margin-bottom: 5px;
  font-size: 12px;
  text-align: right;
}

.category .primary .entry__item__bottom,
.archive .primary .entry__item__bottom,
.page-template-page-eat .primary .entry__item__bottom,
.page-template-page-spa .primary .entry__item__bottom,
.page-template-page-house-detail .primary .entry__item__bottom,
.page-template-page-house_b-detail .primary .entry__item__bottom,
.page-template-page-annex-detail .primary .entry__item__bottom,
.page-template-page-reservation-detail .primary .entry__item__bottom,
.page-template-page-contact-detail .primary .entry__item__bottom,
.page-template-page-contacts-detail .primary .entry__item__bottom,
.page-template-page-contacte-detail .primary .entry__item__bottom,
.page-template-page-access-detail .primary .entry__item__bottom,
.page-template-page-privacy-detail .primary .entry__item__bottom,
.page-template-page-thanks-detail .primary .entry__item__bottom,
.page-template-page-experience .primary .entry__item__bottom {
  background-color: #f7f6f0;
  font-size: 16px;
  line-height: 1.8em;
  padding: 30px;
  text-align: justify;
}

@media (max-width: 960px) {
  .category .primary .entry__item__bottom,
  .archive .primary .entry__item__bottom,
  .page-template-page-eat .primary .entry__item__bottom,
  .page-template-page-spa .primary .entry__item__bottom,
  .page-template-page-house-detail .primary .entry__item__bottom,
  .page-template-page-house_b-detail .primary .entry__item__bottom,
  .page-template-page-annex-detail .primary .entry__item__bottom,
  .page-template-page-reservation-detail .primary .entry__item__bottom,
  .page-template-page-contact-detail .primary .entry__item__bottom,
  .page-template-page-contacts-detail .primary .entry__item__bottom,
  .page-template-page-contacte-detail .primary .entry__item__bottom,
  .page-template-page-access-detail .primary .entry__item__bottom,
  .page-template-page-privacy-detail .primary .entry__item__bottom,
  .page-template-page-thanks-detail .primary .entry__item__bottom,
  .page-template-page-experience .primary .entry__item__bottom {
    padding: 20px;
  }
}

.category .primary .entry__item__bottom .top-txt,
.archive .primary .entry__item__bottom .top-txt,
.page-template-page-eat .primary .entry__item__bottom .top-txt,
.page-template-page-spa .primary .entry__item__bottom .top-txt,
.page-template-page-house-detail .primary .entry__item__bottom .top-txt,
.page-template-page-house_b-detail .primary .entry__item__bottom .top-txt,
.page-template-page-annex-detail .primary .entry__item__bottom .top-txt,
.page-template-page-reservation-detail .primary .entry__item__bottom .top-txt,
.page-template-page-contact-detail .primary .entry__item__bottom .top-txt,
.page-template-page-contacts-detail .primary .entry__item__bottom .top-txt,
.page-template-page-contacte-detail .primary .entry__item__bottom .top-txt,
.page-template-page-access-detail .primary .entry__item__bottom .top-txt,
.page-template-page-privacy-detail .primary .entry__item__bottom .top-txt,
.page-template-page-thanks-detail .primary .entry__item__bottom .top-txt,
.page-template-page-experience .primary .entry__item__bottom .top-txt {
  margin-bottom: 35px;
}

/*----- category  end -----*/
/*----- about start -----*/
.page-template-page-about-detail .top {
  border-bottom: 75px solid #aba5a1;
}

.page-template-page-about-detail .top .swiper-slide {
  height: 550px;
  padding-top: 43%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}

@media (max-width: 960px) {
  .page-template-page-about-detail .top .swiper-slide {
    padding-top: 65.65%;
    height: 260px;
  }
}

.page-template-page-about-detail .main .content {
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}

.page-template-page-about-detail .main .content__top {
  width: 50%;
  line-height: 2em;
  margin-right: 40px;
  margin-bottom: 90px;
  text-align: justify;
  position: relative;
}

.page-template-page-about-detail .main .content__top::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: -40px;
  top: 16px;
  background-color: #f7f6f0;
  z-index: -1;
}

@media (max-width: 960px) {
  .page-template-page-about-detail .main .content__top::after {
    right: -20px;
  }
}

@media (max-width: 960px) {
  .page-template-page-about-detail .main .content__top {
    width: 100%;
    margin-right: 20px;
    max-width: calc(100% - 40px);
    font-size: 14px;
    margin-bottom: 80px;
  }
}

.page-template-page-about-detail .main .content__top .img-area {
  margin: 1em auto;
  text-align: center;
}

.page-template-page-about-detail .main .content__top .img-area img {
  display: block;
  margin: 0 auto;
}

.page-template-page-about-detail .main .content__top .img-area .inner-text {
  display: inline-block;
  text-align: left;
}

.page-template-page-about-detail .main .content__top .img-area .inner-text p {
  margin: 0;
}

.page-template-page-about-detail .main .content__middle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

@media (max-width: 960px) {
  .page-template-page-about-detail .main .content__middle {
    position: relative;
    top: -35px;
    margin-right: auto;
  }
}

.page-template-page-about-detail .main .content__middle img {
  display: inline-block;
  width: 190px;
}

@media (max-width: 960px) {
  .page-template-page-about-detail .main .content__middle img {
    width: 50px;
  }
}

.page-template-page-about-detail .main .content__bottom {
  width: 50%;
  margin-right: 40px;
  margin-bottom: 80px;
  font-family: "Lato", sans-serif;
  line-height: 2em;
  text-align: justify;
  position: relative;
}

.page-template-page-about-detail .main .content__bottom::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: -40px;
  top: 16px;
  background-color: #f7f6f0;
  z-index: -1;
}

@media (max-width: 960px) {
  .page-template-page-about-detail .main .content__bottom::after {
    right: -20px;
  }
}

@media (max-width: 960px) {
  .page-template-page-about-detail .main .content__bottom {
    margin-right: 20px;
    margin-top: -50px;
    width: 100%;
    max-width: calc(100% - 40px);
    font-size: 14px;
  }
}

.page-template-page-about-detail .main .content .btn-gray {
  margin-right: 20px;
}

@media (max-width: 960px) {
  .page-template-page-about-detail .main .content .btn-gray {
    margin: 0 auto;
  }
}

/*----- about  end -----*/
/*----- house annex start -----*/
.page-template-page-eat .price .inner-75 .btn-area,
.page-template-page-spa .price .inner-75 .btn-area,
.page-template-page-house-detail .price .inner-75 .btn-area,
.page-template-page-house_b-detail .price .inner-75 .btn-area,
.page-template-page-annex-detail .price .inner-75 .btn-area,
.page-template-page-experience .price .inner-75 .btn-area {
  width: 50%;
  margin-left: auto;
}

@media (max-width: 960px) {
  .page-template-page-eat .price .inner-75 .btn-area,
  .page-template-page-spa .price .inner-75 .btn-area,
  .page-template-page-house-detail .price .inner-75 .btn-area,
  .page-template-page-house_b-detail .price .inner-75 .btn-area,
  .page-template-page-annex-detail .price .inner-75 .btn-area,
  .page-template-page-experience .price .inner-75 .btn-area {
    width: 100%;
    margin: 0 auto;
  }
}

.page-template-page-eat .price .inner-75 .btn-area .btn-green,
.page-template-page-spa .price .inner-75 .btn-area .btn-green,
.page-template-page-house-detail .price .inner-75 .btn-area .btn-green,
.page-template-page-house_b-detail .price .inner-75 .btn-area .btn-green,
.page-template-page-annex-detail .price .inner-75 .btn-area .btn-green,
.page-template-page-experience .price .inner-75 .btn-area .btn-green {
  margin: 0 auto;
  width: 350px;
  max-width: 100%;
}

@media (max-width: 960px) {
  .page-template-page-eat .primary .inner-75,
  .page-template-page-spa .primary .inner-75,
  .page-template-page-house-detail .primary .inner-75,
  .page-template-page-house_b-detail .primary .inner-75,
  .page-template-page-annex-detail .primary .inner-75,
  .page-template-page-experience .primary .inner-75 {
    padding-top: 30px;
  }
}

.page-template-page-eat .primary .item,
.page-template-page-spa .primary .item,
.page-template-page-house-detail .primary .item,
.page-template-page-house_b-detail .primary .item,
.page-template-page-annex-detail .primary .item,
.page-template-page-experience .primary .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 90px;
  padding: 20px 0;
  position: relative;
}

@media (max-width: 960px) {
  .page-template-page-eat .primary .item,
  .page-template-page-spa .primary .item,
  .page-template-page-house-detail .primary .item,
  .page-template-page-house_b-detail .primary .item,
  .page-template-page-annex-detail .primary .item,
  .page-template-page-experience .primary .item {
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
  }
}

.page-template-page-eat .primary .item:first-of-type::before,
.page-template-page-spa .primary .item:first-of-type::before,
.page-template-page-house-detail .primary .item:first-of-type::before,
.page-template-page-house_b-detail .primary .item:first-of-type::before,
.page-template-page-annex-detail .primary .item:first-of-type::before,
.page-template-page-experience .primary .item:first-of-type::before {
  position: absolute;
  content: "";
  right: 400px;
  bottom: -70%;
  width: 100%;
  height: 120%;
  background-color: #f7f6f0;
  z-index: -1;
}

@media (max-width: 960px) {
  .page-template-page-eat .primary .item:first-of-type::before,
  .page-template-page-spa .primary .item:first-of-type::before,
  .page-template-page-house-detail .primary .item:first-of-type::before,
  .page-template-page-house_b-detail .primary .item:first-of-type::before,
  .page-template-page-annex-detail .primary .item:first-of-type::before,
  .page-template-page-experience .primary .item:first-of-type::before {
    content: none;
  }
}

.page-template-page-eat .primary .item:nth-of-type(3)::before,
.page-template-page-spa .primary .item:nth-of-type(3)::before,
.page-template-page-house-detail .primary .item:nth-of-type(3)::before,
.page-template-page-house_b-detail .primary .item:nth-of-type(3)::before,
.page-template-page-annex-detail .primary .item:nth-of-type(3)::before,
.page-template-page-experience .primary .item:nth-of-type(3)::before {
  position: absolute;
  content: "";
  right: -400px;
  bottom: -30%;
  width: 100%;
  height: 120%;
  background-color: #f7f6f0;
  z-index: -1;
}

@media (max-width: 960px) {
  .page-template-page-eat .primary .item:nth-of-type(3)::before,
  .page-template-page-spa .primary .item:nth-of-type(3)::before,
  .page-template-page-house-detail .primary .item:nth-of-type(3)::before,
  .page-template-page-house_b-detail .primary .item:nth-of-type(3)::before,
  .page-template-page-annex-detail .primary .item:nth-of-type(3)::before,
  .page-template-page-experience .primary .item:nth-of-type(3)::before {
    content: none;
  }
}

.page-template-page-eat .primary .item:nth-of-type(5)::before,
.page-template-page-spa .primary .item:nth-of-type(5)::before,
.page-template-page-house-detail .primary .item:nth-of-type(5)::before,
.page-template-page-house_b-detail .primary .item:nth-of-type(5)::before,
.page-template-page-annex-detail .primary .item:nth-of-type(5)::before,
.page-template-page-experience .primary .item:nth-of-type(5)::before {
  position: absolute;
  content: "";
  right: 400px;
  top: -30%;
  width: 100%;
  height: 120%;
  background-color: #f7f6f0;
  z-index: -1;
}

@media (max-width: 960px) {
  .page-template-page-eat .primary .item:nth-of-type(5)::before,
  .page-template-page-spa .primary .item:nth-of-type(5)::before,
  .page-template-page-house-detail .primary .item:nth-of-type(5)::before,
  .page-template-page-house_b-detail .primary .item:nth-of-type(5)::before,
  .page-template-page-annex-detail .primary .item:nth-of-type(5)::before,
  .page-template-page-experience .primary .item:nth-of-type(5)::before {
    content: none;
  }
}

.page-template-page-eat .primary .item:nth-of-type(6)::before,
.page-template-page-spa .primary .item:nth-of-type(6)::before,
.page-template-page-house-detail .primary .item:nth-of-type(6)::before,
.page-template-page-house_b-detail .primary .item:nth-of-type(6)::before,
.page-template-page-annex-detail .primary .item:nth-of-type(6)::before,
.page-template-page-experience .primary .item:nth-of-type(6)::before {
  position: absolute;
  content: "";
  right: -400px;
  bottom: -50%;
  width: 100%;
  height: 100%;
  background-color: #f7f6f0;
  z-index: -1;
}

@media (max-width: 960px) {
  .page-template-page-eat .primary .item:nth-of-type(6)::before,
  .page-template-page-spa .primary .item:nth-of-type(6)::before,
  .page-template-page-house-detail .primary .item:nth-of-type(6)::before,
  .page-template-page-house_b-detail .primary .item:nth-of-type(6)::before,
  .page-template-page-annex-detail .primary .item:nth-of-type(6)::before,
  .page-template-page-experience .primary .item:nth-of-type(6)::before {
    content: none;
  }
}

.page-template-page-house-detail .primary .item:nth-of-type(8)::before,
.page-template-page-eat .primary .item:nth-of-type(8)::before,
.page-template-page-spa .primary .item:nth-of-type(8)::before,
.page-template-page-house_b-detail .primary .item:nth-of-type(8)::before,
.page-template-page-annex-detail .primary .item:nth-of-type(8)::before,
.page-template-page-experience .primary .item:nth-of-type(8)::before {
  position: absolute;
  content: "";
  right: 400px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  background-color: #f7f6f0;
  z-index: -1;
}

@media (max-width: 960px) {
  .page-template-page-eat .primary .item:nth-of-type(8)::before,
  .page-template-page-spa .primary .item:nth-of-type(8)::before,
  .page-template-page-house-detail .primary .item:nth-of-type(8)::before,
  .page-template-page-house_b-detail .primary .item:nth-of-type(8)::before,
  .page-template-page-annex-detail .primary .item:nth-of-type(8)::before,
  .page-template-page-experience .primary .item:nth-of-type(8)::before {
    content: none;
  }
}

.page-template-page-house-detail .primary .item:nth-of-type(n + 10):nth-of-type(even)::before,
.page-template-page-eat .primary .item:nth-of-type(n + 10):nth-of-type(even)::before,
.page-template-page-spa .primary .item:nth-of-type(n + 10):nth-of-type(even)::before,
.page-template-page-house_b-detail .primary .item:nth-of-type(n + 10):nth-of-type(even)::before,
.page-template-page-annex-detail .primary .item:nth-of-type(n + 10):nth-of-type(even)::before,
.page-template-page-experience .primary .item:nth-of-type(n + 10):nth-of-type(even)::before {
  position: absolute;
  content: "";
  right: 400px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  background-color: #f7f6f0;
  z-index: -1;
}

@media (max-width: 960px) {
  .page-template-page-eat .primary .item:nth-of-type(n + 10):nth-of-type(even)::before,
  .page-template-page-spa .primary .item:nth-of-type(n + 10):nth-of-type(even)::before,
  .page-template-page-house_b-detail .primary .item:nth-of-type(n + 10):nth-of-type(even)::before,
  .page-template-page-annex-detail .primary .item:nth-of-type(n + 10):nth-of-type(even)::before,
  .page-template-page-experience .primary .item:nth-of-type(n + 10):nth-of-type(even)::before {
    content: none;
  }
}

.page-template-page-house-detail .primary .item:nth-of-type(n + 10):nth-of-type(odd)::before,
.page-template-page-eat .primary .item:nth-of-type(n + 10):nth-of-type(odd)::before,
.page-template-page-spa .primary .item:nth-of-type(n + 10):nth-of-type(odd)::before,
.page-template-page-house_b-detail .primary .item:nth-of-type(n + 10):nth-of-type(odd)::before,
.page-template-page-annex-detail .primary .item:nth-of-type(n + 10):nth-of-type(odd)::before,
.page-template-page-experience .primary .item:nth-of-type(n + 10):nth-of-type(odd)::before {
  position: absolute;
  content: "";
  top: 0;
  right: -30%;
  width: 100%;
  height: 100%;
  background-color: #f7f6f0;
  z-index: -1;
}

@media (max-width: 960px) {
  .page-template-page-house-detail .primary .item:nth-of-type(n + 10):nth-of-type(odd)::before,
  .page-template-page-eat .primary .item:nth-of-type(n + 10):nth-of-type(odd)::before,
  .page-template-page-spa .primary .item:nth-of-type(n + 10):nth-of-type(odd)::before,
  .page-template-page-house_b-detail .primary .item:nth-of-type(n + 10):nth-of-type(odd)::before,
  .page-template-page-annex-detail .primary .item:nth-of-type(n + 10):nth-of-type(odd)::before,
  .page-template-page-experience .primary .item:nth-of-type(n + 10):nth-of-type(odd)::before {
    content: none;
  }
}

.page-template-page-house-detail .primary .item:nth-of-type(2n) > div:first-of-type,
.page-template-page-eat .primary .item:nth-of-type(2n) > div:first-of-type,
.page-template-page-spa .primary .item:nth-of-type(2n) > div:first-of-type,
.page-template-page-house_b-detail .primary .item:nth-of-type(2n) > div:first-of-type,
.page-template-page-annex-detail .primary .item:nth-of-type(2n) > div:first-of-type,
.page-template-page-experience .primary .item:nth-of-type(2n) > div:first-of-type {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin-right: 0;
}

@media (max-width: 960px) {
  .page-template-page-house-detail .primary .item:nth-of-type(2n) > div:first-of-type,
  .page-template-page-eat .primary .item:nth-of-type(2n) > div:first-of-type,
  .page-template-page-spa .primary .item:nth-of-type(2n) > div:first-of-type,
  .page-template-page-house_b-detail .primary .item:nth-of-type(2n) > div:first-of-type,
  .page-template-page-annex-detail .primary .item:nth-of-type(2n) > div:first-of-type,
  .page-template-page-experience .primary .item:nth-of-type(2n) > div:first-of-type {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

.page-template-page-house-detail .primary .item:nth-of-type(2n) > div:last-of-type,
.page-template-page-eat .primary .item:nth-of-type(2n) > div:last-of-type,
.page-template-page-spa .primary .item:nth-of-type(2n) > div:last-of-type,
.page-template-page-house_b-detail .primary .item:nth-of-type(2n) > div:last-of-type,
.page-template-page-annex-detail .primary .item:nth-of-type(2n) > div:last-of-type,
.page-template-page-experience .primary .item:nth-of-type(2n) > div:last-of-type {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin-right: 60px;
}

@media (max-width: 960px) {
  .page-template-page-house-detail .primary .item:nth-of-type(2n) > div:last-of-type,
  .page-template-page-eat .primary .item:nth-of-type(2n) > div:last-of-type,
  .page-template-page-spa .primary .item:nth-of-type(2n) > div:last-of-type,
  .page-template-page-house_b-detail .primary .item:nth-of-type(2n) > div:last-of-type,
  .page-template-page-annex-detail .primary .item:nth-of-type(2n) > div:last-of-type,
  .page-template-page-experience .primary .item:nth-of-type(2n) > div:last-of-type {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}

.page-template-page-house-detail .primary .item > div,
.page-template-page-eat .primary .item > div,
.page-template-page-spa .primary .item > div,
.page-template-page-house_b-detail .primary .item > div,
.page-template-page-annex-detail .primary .item > div,
.page-template-page-experience .primary .item > div {
  width: calc(100% / 2 - 30px);
}

@media (max-width: 960px) {
  .page-template-page-house-detail .primary .item > div,
  .page-template-page-eat .primary .item > div,
  .page-template-page-spa .primary .item > div,
  .page-template-page-house_b-detail .primary .item > div,
  .page-template-page-annex-detail .primary .item > div,
  .page-template-page-experience .primary .item > div {
    width: 100%;
  }
}

.page-template-page-house-detail .primary .item > div:first-of-type,
.page-template-page-eat .primary .item > div:first-of-type,
.page-template-page-spa .primary .item > div:first-of-type,
.page-template-page-house_b-detail .primary .item > div:first-of-type,
.page-template-page-annex-detail .primary .item > div:first-of-type,
.page-template-page-experience .primary .item > div:first-of-type {
  margin-right: 60px;
}

@media (max-width: 960px) {
  .page-template-page-house-detail .primary .item > div:first-of-type,
  .page-template-page-eat .primary .item > div:first-of-type,
  .page-template-page-spa .primary .item > div:first-of-type,
  .page-template-page-house_b-detail .primary .item > div:first-of-type,
  .page-template-page-annex-detail .primary .item > div:first-of-type,
  .page-template-page-experience .primary .item > div:first-of-type {
    margin-right: 0;
  }
}

.page-template-page-house-detail .primary .item > div:last-of-type,
.page-template-page-eat .primary .item > div:last-of-type,
.page-template-page-spa .primary .item > div:last-of-type,
.page-template-page-house_b-detail .primary .item > div:last-of-type,
.page-template-page-annex-detail .primary .item > div:last-of-type,
.page-template-page-experience .primary .item > div:last-of-type {
  margin-right: 0;
}

@media (max-width: 960px) {
  .page-template-page-house-detail .primary .item > div:last-of-type,
  .page-template-page-eat .primary .item > div:last-of-type,
  .page-template-page-spa .primary .item > div:last-of-type,
  .page-template-page-house_b-detail .primary .item > div:last-of-type,
  .page-template-page-annex-detail .primary .item > div:last-of-type,
  .page-template-page-experience .primary .item > div:last-of-type {
    margin-right: 0;
  }
}

.page-template-page-house-detail .primary .item__left,
.page-template-page-eat .primary .item__left,
.page-template-page-spa .primary .item__left,
.page-template-page-house_b-detail .primary .item__left,
.page-template-page-annex-detail .primary .item__left,
.page-template-page-experience .primary .item__left {
  /* SP時に表示 ここから */
  /* SP時に表示 ここまで */
}

.page-template-page-house-detail .primary .item__left .title,
.page-template-page-eat .primary .item__left .title,
.page-template-page-spa .primary .item__left .title,
.page-template-page-house_b-detail .primary .item__left .title,
.page-template-page-annex-detail .primary .item__left .title,
.page-template-page-experience .primary .item__left .title {
  display: none;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #604c3f;
  padding-bottom: 2px;
}

@media (max-width: 960px) {
  .page-template-page-house-detail .primary .item__left .title,
  .page-template-page-eat .primary .item__left .title,
  .page-template-page-spa .primary .item__left .title,
  .page-template-page-house_b-detail .primary .item__left .title,
  .page-template-page-annex-detail .primary .item__left .title,
  .page-template-page-experience .primary .item__left .title {
    display: block;
    font-size: 18px;
    margin-bottom: 20px;
  }
}

@media (max-width: 960px) {
  .page-template-page-house-detail .primary .item__left .title-small,
  .page-template-page-eat .primary .item__left .title-small,
  .page-template-page-spa .primary .item__left .title-small,
  .page-template-page-house_b-detail .primary .item__left .title-small,
  .page-template-page-annex-detail .primary .item__left .title-small,
  .page-template-page-experience .primary .item__left .title-small {
    font-size: 16px;
  }
}

@media (max-width: 340px) {
  .page-template-page-house-detail .primary .item__left .title-small,
  .page-template-page-eat .primary .item__left .title-small,
  .page-template-page-spa .primary .item__left .title-small,
  .page-template-page-house_b-detail .primary .item__left .title-small,
  .page-template-page-annex-detail .primary .item__left .title-small,
  .page-template-page-experience .primary .item__left .title-small {
    font-size: 13px;
  }
}

@media (max-width: 960px) {
  .page-template-page-house-detail .primary .item__left .title-small .small,
  .page-template-page-eat .primary .item__left .title-small .small,
  .page-template-page-spa .primary .item__left .title-small .small,
  .page-template-page-house_b-detail .primary .item__left .title-small .small,
  .page-template-page-annex-detail .primary .item__left .title-small .small,
  .page-template-page-experience .primary .item__left .title-small .small {
    font-size: 10px;
  }
}

@media (max-width: 340px) {
  .page-template-page-house-detail .primary .item__left .title-small .small,
  .page-template-page-eat .primary .item__left .title-small .small,
  .page-template-page-spa .primary .item__left .title-small .small,
  .page-template-page-house_b-detail .primary .item__left .title-small .small,
  .page-template-page-annex-detail .primary .item__left .title-small .small,
  .page-template-page-experience .primary .item__left .title-small .small {
    font-size: 10px;
  }
}

.page-template-page-house-detail .primary .item__left .slider-for,
.page-template-page-eat .primary .item__left .slider-for,
.page-template-page-spa .primary .item__left .slider-for,
.page-template-page-house_b-detail .primary .item__left .slider-for,
.page-template-page-annex-detail .primary .item__left .slider-for,
.page-template-page-experience .primary .item__left .slider-for {
  margin-bottom: 15px;
}

@media (max-width: 960px) {
  .page-template-page-house-detail .primary .item__left .slider-for,
  .page-template-page-eat .primary .item__left .slider-for,
  .page-template-page-spa .primary .item__left .slider-for,
  .page-template-page-house_b-detail .primary .item__left .slider-for,
  .page-template-page-annex-detail .primary .item__left .slider-for,
  .page-template-page-experience .primary .item__left .slider-for {
    width: 100vw;
    position: relative;
    left: -20px;
  }
}

.page-template-page-house-detail .primary .item__left .slider-for .slick-slide img,
.page-template-page-eat .primary .item__left .slider-for .slick-slide img,
.page-template-page-spa .primary .item__left .slider-for .slick-slide img,
.page-template-page-house_b-detail .primary .item__left .slider-for .slick-slide img,
.page-template-page-annex-detail .primary .item__left .slider-for .slick-slide img,
.page-template-page-experience .primary .item__left .slider-for .slick-slide img {
  width: 100%;
}

.page-template-page-house-detail .primary .item__left .slider-for .slick-arrow,
.page-template-page-eat .primary .item__left .slider-for .slick-arrow,
.page-template-page-spa .primary .item__left .slider-for .slick-arrow,
.page-template-page-house_b-detail .primary .item__left .slider-for .slick-arrow,
.page-template-page-annex-detail .primary .item__left .slider-for .slick-arrow,
.page-template-page-experience .primary .item__left .slider-for .slick-arrow {
  display: none !important;
}

.page-template-page-house-detail .primary .item__left .slider-nav .slick-slide,
.page-template-page-eat .primary .item__left .slider-nav .slick-slide,
.page-template-page-spa .primary .item__left .slider-nav .slick-slide,
.page-template-page-house_b-detail .primary .item__left .slider-nav .slick-slide,
.page-template-page-annex-detail .primary .item__left .slider-nav .slick-slide,
.page-template-page-experience .primary .item__left .slider-nav .slick-slide {
  margin: 10px;
}

.page-template-page-house-detail .primary .item__left .slider-nav .slick-slide img,
.page-template-page-eat .primary .item__left .slider-nav .slick-slide img,
.page-template-page-spa .primary .item__left .slider-nav .slick-slide img,
.page-template-page-house_b-detail .primary .item__left .slider-nav .slick-slide img,
.page-template-page-annex-detail .primary .item__left .slider-nav .slick-slide img,
.page-template-page-experience .primary .item__left .slider-nav .slick-slide img {
  display: inline-block;
  width: 100%;
}

.page-template-page-house-detail .primary .item__left .slider-nav .slick-arrow,
.page-template-page-eat .primary .item__left .slider-nav .slick-arrow,
.page-template-page-spa .primary .item__left .slider-nav .slick-arrow,
.page-template-page-house_b-detail .primary .item__left .slider-nav .slick-arrow,
.page-template-page-annex-detail .primary .item__left .slider-nav .slick-arrow,
.page-template-page-experience .primary .item__left .slider-nav .slick-arrow {
  z-index: 1;
}

.page-template-page-house-detail .primary .item__left .slider-nav .slick-next,
.page-template-page-eat .primary .item__left .slider-nav .slick-next,
.page-template-page-spa .primary .item__left .slider-nav .slick-next,
.page-template-page-house_b-detail .primary .item__left .slider-nav .slick-next,
.page-template-page-annex-detail .primary .item__left .slider-nav .slick-next,
.page-template-page-experience .primary .item__left .slider-nav .slick-next {
  right: -11px !important;
}

.page-template-page-house-detail .primary .item__left .slider-nav .slick-next::before,
.page-template-page-eat .primary .item__left .slider-nav .slick-next::before,
.page-template-page-spa .primary .item__left .slider-nav .slick-next::before,
.page-template-page-house_b-detail .primary .item__left .slider-nav .slick-next::before,
.page-template-page-annex-detail .primary .item__left .slider-nav .slick-next::before,
.page-template-page-experience .primary .item__left .slider-nav .slick-next::before {
  opacity: 1 !important;
  color: #000;
}

.page-template-page-house-detail .primary .item__left .slider-nav .slick-prev,
.page-template-page-eat .primary .item__left .slider-nav .slick-prev,
.page-template-page-spa .primary .item__left .slider-nav .slick-prev,
.page-template-page-house_b-detail .primary .item__left .slider-nav .slick-prev,
.page-template-page-annex-detail .primary .item__left .slider-nav .slick-prev,
.page-template-page-experience .primary .item__left .slider-nav .slick-prev {
  left: -11px !important;
}

.page-template-page-house-detail .primary .item__left .slider-nav .slick-prev::before,
.page-template-page-eat .primary .item__left .slider-nav .slick-prev::before,
.page-template-page-spa .primary .item__left .slider-nav .slick-prev::before,
.page-template-page-house_b-detail .primary .item__left .slider-nav .slick-prev::before,
.page-template-page-annex-detail .primary .item__left .slider-nav .slick-prev::before,
.page-template-page-experience .primary .item__left .slider-nav .slick-prev::before {
  opacity: 1 !important;
  color: #000;
}

.page-template-page-house-detail .primary .item__right,
.page-template-page-eat .primary .item__right,
.page-template-page-spa .primary .item__right,
.page-template-page-house_b-detail .primary .item__right,
.page-template-page-annex-detail .primary .item__right,
.page-template-page-experience .primary .item__right {
  /* PC時に表示 ここから */
  /* PC時に表示 ここまで */
}

.page-template-page-house-detail .primary .item__right .title,
.page-template-page-eat .primary .item__right .title,
.page-template-page-spa .primary .item__right .title,
.page-template-page-house_b-detail .primary .item__right .title,
.page-template-page-annex-detail .primary .item__right .title,
.page-template-page-experience .primary .item__right .title {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #604c3f;
  padding-bottom: 2px;
}

@media (max-width: 960px) {
  .page-template-page-house-detail .primary .item__right .title,
  .page-template-page-eat .primary .item__right .title,
  .page-template-page-spa .primary .item__right .title,
  .page-template-page-house_b-detail .primary .item__right .title,
  .page-template-page-annex-detail .primary .item__right .title,
  .page-template-page-experience .primary .item__right .title {
    display: none;
    font-size: 18px;
    position: absolute;
    top: -30px;
    left: 0;
  }
}

.page-template-page-house-detail .primary .item__right .title-small,
.page-template-page-eat .primary .item__right .title-small,
.page-template-page-spa .primary .item__right .title-small,
.page-template-page-house_b-detail .primary .item__right .title-small,
.page-template-page-annex-detail .primary .item__right .title-small,
.page-template-page-experience .primary .item__right .title-small {
  font-size: 18px;
}

.page-template-page-house-detail .primary .item__right .title-small .pc,
.page-template-page-eat .primary .item__right .title-small .pc,
.page-template-page-spa .primary .item__right .title-small .pc,
.page-template-page-house_b-detail .primary .item__right .title-small .pc,
.page-template-page-annex-detail .primary .item__right .title-small .pc,
.page-template-page-experience .primary .item__right .title-small .pc {
  display: inline-block;
}

@media (max-width: 960px) {
  .page-template-page-house-detail .primary .item__right .title-small,
  .page-template-page-eat .primary .item__right .title-small,
  .page-template-page-spa .primary .item__right .title-small,
  .page-template-page-house_b-detail .primary .item__right .title-small,
  .page-template-page-annex-detail .primary .item__right .title-small,
  .page-template-page-experience .primary .item__right .title-small {
    font-size: 17px;
    top: -50px;
  }
}

@media (max-width: 340px) {
  .page-template-page-house-detail .primary .item__right .title-small,
  .page-template-page-eat .primary .item__right .title-small,
  .page-template-page-spa .primary .item__right .title-small,
  .page-template-page-house_b-detail .primary .item__right .title-small,
  .page-template-page-annex-detail .primary .item__right .title-small,
  .page-template-page-experience .primary .item__right .title-small {
    font-size: 13px;
  }
}

@media (max-width: 960px) {
  .page-template-page-house-detail .primary .item__right .title-small .small,
  .page-template-page-eat .primary .item__right .title-small .small,
  .page-template-page-spa .primary .item__right .title-small .small,
  .page-template-page-house_b-detail .primary .item__right .title-small .small,
  .page-template-page-annex-detail .primary .item__right .title-small .small,
  .page-template-page-experience .primary .item__right .title-small .small {
    font-size: 11px;
  }
}

@media (max-width: 340px) {
  .page-template-page-house-detail .primary .item__right .title-small .small,
  .page-template-page-eat .primary .item__right .title-small .small,
  .page-template-page-spa .primary .item__right .title-small .small,
  .page-template-page-house_b-detail .primary .item__right .title-small .small,
  .page-template-page-annex-detail .primary .item__right .title-small .small,
  .page-template-page-experience .primary .item__right .title-small .small {
    font-size: 10px;
  }
}

.page-template-page-house-detail .primary .item__right p,
.page-template-page-eat .primary .item__right p,
.page-template-page-spa .primary .item__right p,
.page-template-page-house_b-detail .primary .item__right p,
.page-template-page-annex-detail .primary .item__right p,
.page-template-page-experience .primary .item__right p {
  text-align: justify;
  line-height: 1.8em;
}

@media (max-width: 960px) {
  .page-template-page-house-detail .primary .item__right p,
  .page-template-page-eat .primary .item__right p,
  .page-template-page-spa .primary .item__right p,
  .page-template-page-house_b-detail .primary .item__right p,
  .page-template-page-annex-detail .primary .item__right p,
  .page-template-page-experience .primary .item__right p {
    padding: 10px;
    font-size: 14px;
    position: relative;
  }
  .page-template-page-house-detail .primary .item__right p::before,
  .page-template-page-eat .primary .item__right p::before,
  .page-template-page-spa .primary .item__right p::before,
  .page-template-page-house_b-detail .primary .item__right p::before,
  .page-template-page-annex-detail .primary .item__right p::before,
  .page-template-page-experience .primary .item__right p::before {
    position: absolute;
    content: "";
    top: 0;
    right: -20%;
    width: 120%;
    height: 100%;
    background-color: #f7f6f0;
    z-index: -1;
  }
}

.page-template-page-house-detail .primary .item__right p > span,
.page-template-page-eat .primary .item__right p > span,
.page-template-page-spa .primary .item__right p > span,
.page-template-page-house_b-detail .primary .item__right p > span,
.page-template-page-annex-detail .primary .item__right p > span,
.page-template-page-experience .primary .item__right p > span {
  display: inline-block;
  margin: 0.5em 0;
}

.page-template-page-house-detail .primary .item__right p > span:first-of-type,
.page-template-page-eat .primary .item__right p > span:first-of-type,
.page-template-page-spa .primary .item__right p > span:first-of-type,
.page-template-page-house_b-detail .primary .item__right p > span:first-of-type,
.page-template-page-annex-detail .primary .item__right p > span:first-of-type,
.page-template-page-experience .primary .item__right p > span:first-of-type {
  margin-top: 0;
  display: block;
}

.page-template-page-house-detail .primary .item__right .policys,
.page-template-page-eat .primary .item__right .policys,
.page-template-page-spa .primary .item__right .policys,
.page-template-page-house_b-detail .primary .item__right .policys,
.page-template-page-annex-detail .primary .item__right .policys,
.page-template-page-experience .primary .item__right .policys {
  margin-top: 30px;
  margin-right: auto;
  margin-left: 0;
  width: 422px;
  max-width: 100%;
  height: 50px;
}

@media (max-width: 960px) {
  .page-template-page-house-detail .primary .item__right .policys,
  .page-template-page-eat .primary .item__right .policys,
  .page-template-page-spa .primary .item__right .policys,
  .page-template-page-house_b-detail .primary .item__right .policys,
  .page-template-page-annex-detail .primary .item__right .policys,
  .page-template-page-experience .primary .item__right .policys {
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .page-template-page-house-detail .primary .item__right .policys,
  .page-template-page-eat .primary .item__right .policys,
  .page-template-page-spa .primary .item__right .policys,
  .page-template-page-house_b-detail .primary .item__right .policys,
  .page-template-page-annex-detail .primary .item__right .policys,
  .page-template-page-experience .primary .item__right .policys {
    font-size: 13px;
  }
}

.page-template-page-house-detail .primary .item__right .btn-spa,
.page-template-page-eat .primary .item__right .btn-spa,
.page-template-page-spa .primary .item__right .btn-spa,
.page-template-page-house_b-detail .primary .item__right .btn-spa,
.page-template-page-annex-detail .primary .item__right .btn-spa,
.page-template-page-experience .primary .item__right .btn-spa {
  width: 260px;
  display: block;
  margin-left: auto;
}

@media (max-width: 960px) {
  .page-template-page-house-detail .primary .item__right .btn-spa,
  .page-template-page-eat .primary .item__right .btn-spa,
  .page-template-page-spa .primary .item__right .btn-spa,
  .page-template-page-house_b-detail .primary .item__right .btn-spa,
  .page-template-page-annex-detail .primary .item__right .btn-spa,
  .page-template-page-experience .primary .item__right .btn-spa {
    margin: 0 auto;
  }
}

.page-template-page-house-detail .primary .rule,
.page-template-page-eat .primary .rule,
.page-template-page-spa .primary .rule,
.page-template-page-house_b-detail .primary .rule,
.page-template-page-annex-detail .primary .rule,
.page-template-page-experience .primary .rule {
  margin-bottom: 60px;
  padding: 90px 70px;
  position: relative;
}

@media (max-width: 600px) {
  .page-template-page-house-detail .primary .rule,
  .page-template-page-eat .primary .rule,
  .page-template-page-spa .primary .rule,
  .page-template-page-house_b-detail .primary .rule,
  .page-template-page-annex-detail .primary .rule,
  .page-template-page-experience .primary .rule {
    padding: 90px 35px;
  }
}

@media (max-width: 480px) {
  .page-template-page-house-detail .primary .rule,
  .page-template-page-eat .primary .rule,
  .page-template-page-spa .primary .rule,
  .page-template-page-house_b-detail .primary .rule,
  .page-template-page-annex-detail .primary .rule,
  .page-template-page-experience .primary .rule {
    padding: 40px 5px;
  }
}

.page-template-page-house-detail .primary .rule .frame::before,
.page-template-page-house-detail .primary .rule .frame::after,
.page-template-page-eat .primary .rule .frame::before,
.page-template-page-eat .primary .rule .frame::after,
.page-template-page-spa .primary .rule .frame::before,
.page-template-page-eat .primary .rule .frame::after,
.page-template-page-house_b-detail .primary .rule .frame::before,
.page-template-page-house_b-detail .primary .rule .frame::after,
.page-template-page-annex-detail .primary .rule .frame::before,
.page-template-page-annex-detail .primary .rule .frame::after,
.page-template-page-experience .primary .rule .frame::before,
.page-template-page-experience .primary .rule .frame::after {
  position: absolute;
  content: "";
  width: 250px;
  height: 250px;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 600px) {
  .page-template-page-house-detail .primary .rule .frame::before,
  .page-template-page-house-detail .primary .rule .frame::after,
  .page-template-page-eat .primary .rule .frame::before,
  .page-template-page-eat .primary .rule .frame::after,
  .page-template-page-spa .primary .rule .frame::before,
  .page-template-page-eat .primary .rule .frame::after,
  .page-template-page-house_b-detail .primary .rule .frame::before,
  .page-template-page-house_b-detail .primary .rule .frame::after,
  .page-template-page-annex-detail .primary .rule .frame::before,
  .page-template-page-annex-detail .primary .rule .frame::after,
  .page-template-page-experience .primary .rule .frame::before,
  .page-template-page-experience .primary .rule .frame::after {
    width: 40%;
  }
}

.page-template-page-house-detail .primary .rule .frame-left,
.page-template-page-eat .primary .rule .frame-left,
.page-template-page-spa .primary .rule .frame-left,
.page-template-page-house_b-detail .primary .rule .frame-left,
.page-template-page-annex-detail .primary .rule .frame-left,
.page-template-page-experience .primary .rule .frame-left {
  height: 100%;
}

.page-template-page-house-detail .primary .rule .frame-left::before,
.page-template-page-eat .primary .rule .frame-left::before,
.page-template-page-spa .primary .rule .frame-left::before,
.page-template-page-house_b-detail .primary .rule .frame-left::before,
.page-template-page-annex-detail .primary .rule .frame-left::before,
.page-template-page-experience .primary .rule .frame-left::before {
  top: 0;
  left: 0;
  background-image: url(../images/frame-left-top.png);
}

@media (max-width: 600px) {
  .page-template-page-house-detail .primary .rule .frame-left::before,
  .page-template-page-eat .primary .rule .frame-left::before,
  .page-template-page-spa .primary .rule .frame-left::before,
  .page-template-page-house_b-detail .primary .rule .frame-left::before,
  .page-template-page-annex-detail .primary .rule .frame-left::before,
  .page-template-page-experience .primary .rule .frame-left::before {
    left: -20px;
  }
}

.page-template-page-house-detail .primary .rule .frame-left::after,
.page-template-page-eat .primary .rule .frame-left::after,
.page-template-page-spa .primary .rule .frame-left::after,
.page-template-page-house_b-detail .primary .rule .frame-left::after,
.page-template-page-annex-detail .primary .rule .frame-left::after,
.page-template-page-experience .primary .rule .frame-left::after {
  z-index: -1;
  bottom: 0;
  left: 0;
  background-image: url(../images/frame-left-bottom.png);
}

@media (max-width: 600px) {
  .page-template-page-house-detail .primary .rule .frame-left::after,
  .page-template-page-eat .primary .rule .frame-left::after,
  .page-template-page-spa .primary .rule .frame-left::after,
  .page-template-page-house_b-detail .primary .rule .frame-left::after,
  .page-template-page-annex-detail .primary .rule .frame-left::after,
  .page-template-page-experience .primary .rule .frame-left::after {
    left: -20px;
    bottom: -125px;
  }
}

.page-template-page-house-detail .primary .rule .frame-right,
.page-template-page-eat .primary .rule .frame-right,
.page-template-page-spa .primary .rule .frame-right,
.page-template-page-house_b-detail .primary .rule .frame-right,
.page-template-page-annex-detail .primary .rule .frame-right,
.page-template-page-experience .primary .rule .frame-right {
  height: 100%;
}

.page-template-page-house-detail .primary .rule .frame-right::before,
.page-template-page-eat .primary .rule .frame-right::before,
.page-template-page-spa .primary .rule .frame-right::before,
.page-template-page-house_b-detail .primary .rule .frame-right::before,
.page-template-page-annex-detail .primary .rule .frame-right::before,
.page-template-page-experience .primary .rule .frame-right::before {
  top: 0;
  right: 0;
  background-image: url(../images/frame-right-top.png);
}

@media (max-width: 600px) {
  .page-template-page-house-detail .primary .rule .frame-right::before,
  .page-template-page-eat .primary .rule .frame-right::before,
  .page-template-page-spa .primary .rule .frame-right::before,
  .page-template-page-house_b-detail .primary .rule .frame-right::before,
  .page-template-page-annex-detail .primary .rule .frame-right::before,
  .page-template-page-experience .primary .rule .frame-right::before {
    right: -20px;
  }
}

.page-template-page-house-detail .primary .rule .frame-right::after,
.page-template-page-eat .primary .rule .frame-right::after,
.page-template-page-spa .primary .rule .frame-right::after,
.page-template-page-house_b-detail .primary .rule .frame-right::after,
.page-template-page-annex-detail .primary .rule .frame-right::after,
.page-template-page-experience .primary .rule .frame-right::after {
  z-index: -1;
  bottom: 0;
  right: 0;
  background-image: url(../images/frame-right-bottom.png);
}

@media (max-width: 600px) {
  .page-template-page-house-detail .primary .rule .frame-right::after,
  .page-template-page-eat .primary .rule .frame-right::after,
  .page-template-page-spa .primary .rule .frame-right::after,
  .page-template-page-house_b-detail .primary .rule .frame-right::after,
  .page-template-page-annex-detail .primary .rule .frame-right::after,
  .page-template-page-experience .primary .rule .frame-right::after {
    right: -20px;
    bottom: -125px;
  }
}

.page-template-page-house-detail .primary .rule .title,
.page-template-page-eat .primary .rule .title,
.page-template-page-spa .primary .rule .title,
.page-template-page-house_b-detail .primary .rule .title,
.page-template-page-annex-detail .primary .rule .title,
.page-template-page-experience .primary .rule .title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 80px;
}

@media (max-width: 600px) {
  .page-template-page-house-detail .primary .rule .title,
  .page-template-page-eat .primary .rule .title,
  .page-template-page-spa .primary .rule .title,
  .page-template-page-house_b-detail .primary .rule .title,
  .page-template-page-annex-detail .primary .rule .title,
  .page-template-page-experience .primary .rule .title {
    font-size: 18px;
    margin-bottom: 2em;
  }
}

.page-template-page-house-detail .primary .rule .content,
.page-template-page-eat .primary .rule .content,
.page-template-page-spa .primary .rule .content,
.page-template-page-house_b-detail .primary .rule .content,
.page-template-page-annex-detail .primary .rule .content,
.page-template-page-experience .primary .rule .content {
  margin-bottom: 75px;
  line-height: 1.875em;
}

@media (max-width: 600px) {
  .page-template-page-house-detail .primary .rule .content,
  .page-template-page-eat .primary .rule .content,
  .page-template-page-spa .primary .rule .content,
  .page-template-page-house_b-detail .primary .rule .content,
  .page-template-page-annex-detail .primary .rule .content,
  .page-template-page-experience .primary .rule .content {
    font-size: 14px;
    margin-bottom: 2em;
  }
}

.page-template-page-house-detail .primary .rule .content dl,
.page-template-page-eat .primary .rule .content dl,
.page-template-page-spa .primary .rule .content dl,
.page-template-page-house_b-detail .primary .rule .content dl,
.page-template-page-annex-detail .primary .rule .content dl,
.page-template-page-experience .primary .rule .content dl {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-template-page-house-detail .primary .rule .content dl:first-of-type,
.page-template-page-eat .primary .rule .content dl:first-of-type,
.page-template-page-spa .primary .rule .content dl:first-of-type,
.page-template-page-house_b-detail .primary .rule .content dl:first-of-type,
.page-template-page-annex-detail .primary .rule .content dl:first-of-type,
.page-template-page-experience .primary .rule .content dl:first-of-type {
  margin-bottom: 70px;
}

@media (max-width: 600px) {
  .page-template-page-house-detail .primary .rule .content dl:first-of-type,
  .page-template-page-eat .primary .rule .content dl:first-of-type,
  .page-template-page-spa .primary .rule .content dl:first-of-type,
  .page-template-page-house_b-detail .primary .rule .content dl:first-of-type,
  .page-template-page-annex-detail .primary .rule .content dl:first-of-type,
  .page-template-page-experience .primary .rule .content dl:first-of-type {
    margin-bottom: 2em;
  }
}

.page-template-page-house-detail .primary .rule .content dl dt,
.page-template-page-eat .primary .rule .content dl dt,
.page-template-page-spa .primary .rule .content dl dt,
.page-template-page-house_b-detail .primary .rule .content dl dt,
.page-template-page-annex-detail .primary .rule .content dl dt,
.page-template-page-experience .primary .rule .content dl dt {
  width: 1em;
}

.page-template-page-house-detail .primary .rule .content dl dd,
.page-template-page-eat .primary .rule .content dl dd,
.page-template-page-spa .primary .rule .content dl dd,
.page-template-page-house_b-detail .primary .rule .content dl dd,
.page-template-page-annex-detail .primary .rule .content dl dd,
.page-template-page-experience .primary .rule .content dl dd {
  margin: 0;
  width: calc(100% - 1em);
}

.page-template-page-house-detail .primary .rule .btn-area,
.page-template-page-eat .primary .rule .btn-area,
.page-template-page-spa .primary .rule .btn-area,
.page-template-page-house_b-detail .primary .rule .btn-area,
.page-template-page-annex-detail .primary .rule .btn-area,
.page-template-page-experience .primary .rule .btn-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
}

.page-template-page-house-detail .primary .rule .btn-area .btn-gray,
.page-template-page-eat .primary .rule .btn-area .btn-gray,
.page-template-page-spa .primary .rule .btn-area .btn-gray,
.page-template-page-house_b-detail .primary .rule .btn-area .btn-gray,
.page-template-page-annex-detail .primary .rule .btn-area .btn-gray,
.page-template-page-experience .primary .rule .btn-area .btn-gray {
  width: 130px;
}

@media (max-width: 600px) {
  .page-template-page-house-detail .primary .rule .btn-area .btn-gray,
  .page-template-page-eat .primary .rule .btn-area .btn-gray,
  .page-template-page-spa .primary .rule .btn-area .btn-gray,
  .page-template-page-house_b-detail .primary .rule .btn-area .btn-gray,
  .page-template-page-annex-detail .primary .rule .btn-area .btn-gray,
  .page-template-page-experience .primary .rule .btn-area .btn-gray {
    margin: 0 auto;
  }
}

.page-template-page-house-detail .primary .rule .btn-area .btn-gray:first-of-type,
.page-template-page-eat .primary .rule .btn-area .btn-gray:first-of-type,
.page-template-page-spa .primary .rule .btn-area .btn-gray:first-of-type,
.page-template-page-house_b-detail .primary .rule .btn-area .btn-gray:first-of-type,
.page-template-page-annex-detail .primary .rule .btn-area .btn-gray:first-of-type,
.page-template-page-experience .primary .rule .btn-area .btn-gray:first-of-type {
  margin-right: 50px;
}

.page-template-page-house-detail .primary .btn-green,
.page-template-page-eat .primary .btn-green,
.page-template-page-spa .primary .btn-green,
.page-template-page-house_b-detail .primary .btn-green,
.page-template-page-annex-detail .primary .btn-green,
.page-template-page-experience .primary .btn-green {
  margin: 0 auto;
}

.page-template-page-house-detail .cleanness,
.page-template-page-house-detail .prices,
.page-template-page-eat .cleanness,
.page-template-page-eat .prices,
.page-template-page-spa .cleanness,
.page-template-page-eat .prices,
.page-template-page-house_b-detail .cleanness,
.page-template-page-house_b-detail .prices,
.page-template-page-annex-detail .cleanness,
.page-template-page-annex-detail .prices,
.page-template-page-experience .cleanness,
.page-template-page-experience .prices {
  padding: 20px 40px 40px;
  text-align: center;
}

@media (max-width: 960px) {
  .page-template-page-house-detail .cleanness,
  .page-template-page-house-detail .prices,
  .page-template-page-eat .cleanness,
  .page-template-page-eat .prices,
  .page-template-page-spa .cleanness,
  .page-template-page-eat .prices,
  .page-template-page-house_b-detail .cleanness,
  .page-template-page-house_b-detail .prices,
  .page-template-page-annex-detail .cleanness,
  .page-template-page-annex-detail .prices,
  .page-template-page-experience .cleanness,
  .page-template-page-experience .prices {
    padding: 20px 20px 40px;
  }
}

@media (max-width: 600px) {
  .page-template-page-house-detail .cleanness,
  .page-template-page-house-detail .prices,
  .page-template-page-eat .cleanness,
  .page-template-page-eat .prices,
  .page-template-page-spa .cleanness,
  .page-template-page-eat .prices,
  .page-template-page-house_b-detail .cleanness,
  .page-template-page-house_b-detail .prices,
  .page-template-page-annex-detail .cleanness,
  .page-template-page-annex-detail .prices,
  .page-template-page-experience .cleanness,
  .page-template-page-experience .prices {
    text-align: left;
  }
}

.page-template-page-house-detail .cleanness h3,
.page-template-page-house-detail .prices h3,
.page-template-page-eat .cleanness h3,
.page-template-page-eat .prices h3,
.page-template-page-spa .cleanness h3,
.page-template-page-eat .prices h3,
.page-template-page-house_b-detail .cleanness h3,
.page-template-page-house_b-detail .prices h3,
.page-template-page-annex-detail .cleanness h3,
.page-template-page-annex-detail .prices h3,
.page-template-page-experience .cleanness h3,
.page-template-page-experience .prices h3 {
  text-align: center;
}

.page-template-page-house-detail .dining,
.page-template-page-eat .dining,
.page-template-page-spa .dining,
.page-template-page-house_b-detail .dining,
.page-template-page-annex-detail .dining,
.page-template-page-experience .dining {
  padding: 20px 40px 40px;
  text-align: left;
}

@media (max-width: 960px) {
  .page-template-page-house-detail .dining,
  .page-template-page-eat .dining,
  .page-template-page-spa .dining,
  .page-template-page-house_b-detail .dining,
  .page-template-page-annex-detail .dining,
  .page-template-page-experience .dining {
    padding: 20px 20px 40px;
  }
}

@media (max-width: 600px) {
  .page-template-page-house-detail .dining,
  .page-template-page-eat .dining,
  .page-template-page-spa .dining,
  .page-template-page-house_b-detail .dining,
  .page-template-page-annex-detail .dining,
  .page-template-page-experience .dining {
    text-align: left;
  }
}

.page-template-page-house-detail .dining__flex,
.page-template-page-eat .dining__flex,
.page-template-page-spa .dining__flex,
.page-template-page-house_b-detail .dining__flex,
.page-template-page-annex-detail .dining__flex,
.page-template-page-experience .dining__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 960px) {
  .page-template-page-house-detail .dining__flex,
  .page-template-page-eat .dining__flex,
  .page-template-page-spa .dining__flex,
  .page-template-page-house_b-detail .dining__flex,
  .page-template-page-annex-detail .dining__flex,
  .page-template-page-experience .dining__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.page-template-page-house-detail .dining__flex__left,
.page-template-page-eat .dining__flex__left,
.page-template-page-spa .dining__flex__left,
.page-template-page-house_b-detail .dining__flex__left,
.page-template-page-annex-detail .dining__flex__left,
.page-template-page-experience .dining__flex__left {
  width: 50%;
  margin-right: 20px;
}

@media (max-width: 960px) {
  .page-template-page-house-detail .dining__flex__left,
  .page-template-page-eat .dining__flex__left,
  .page-template-page-spa .dining__flex__left,
  .page-template-page-house_b-detail .dining__flex__left,
  .page-template-page-annex-detail .dining__flex__left,
  .page-template-page-experience .dining__flex__left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 0;
  }
}

.page-template-page-house-detail .dining__flex__right,
.page-template-page-eat .dining__flex__right,
.page-template-page-spa .dining__flex__right,
.page-template-page-house_b-detail .dining__flex__right,
.page-template-page-annex-detail .dining__flex__right,
.page-template-page-experience .dining__flex__right {
  width: calc(50% - 20px);
}

@media (max-width: 960px) {
  .page-template-page-house-detail .dining__flex__right,
  .page-template-page-eat .dining__flex__right,
  .page-template-page-spa .dining__flex__right,
  .page-template-page-house_b-detail .dining__flex__right,
  .page-template-page-annex-detail .dining__flex__right,
  .page-template-page-experience .dining__flex__right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px;
  }
  .page-template-page-house-detail .dining__flex__right img,
  .page-template-page-eat .dining__flex__right img,
  .page-template-page-spa .dining__flex__right img,
  .page-template-page-house_b-detail .dining__flex__right img,
  .page-template-page-annex-detail .dining__flex__right img,
  .page-template-page-experience .dining__flex__right img {
    display: block;
    margin: 0 auto;
  }
}

.page-template-page-house-detail .prices,
.page-template-page-eat .prices,
.page-template-page-spa .prices,
.page-template-page-house_b-detail .prices,
.page-template-page-annex-detail .prices,
.page-template-page-experience .cleanness,
.page-template-page-experience .prices {
  text-align: left;
}

/*----- house annex  end -----*/
/*----- access start -----*/
.page-template-page-access-detail {
  font-size: 16px;
  /*----- google map -----*/
  /*----- google map -----*/
}

.page-template-page-access-detail .primary {
  margin-bottom: 0;
  line-height: 1.875em;
}

.page-template-page-access-detail .primary-second {
  padding-bottom: 190px;
  position: relative;
}

@media (max-width: 1180px) {
  .page-template-page-access-detail .primary-second .inner-250 {
    padding: 0 150px;
  }
}

@media (max-width: 960px) {
  .page-template-page-access-detail .primary-second .inner-250 {
    padding: 0 20px;
  }
}

.page-template-page-access-detail .primary-second .floral {
  width: 113px;
  position: absolute;
  left: 10px;
  bottom: 10px;
}

@media (max-width: 960px) {
  .page-template-page-access-detail .primary-second .floral {
    display: none;
  }
}

.page-template-page-access-detail .iframe-wrap {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  padding-top: 31%;
  /* = height ÷ width × 100 */
}

@media (max-width: 960px) {
  .page-template-page-access-detail .iframe-wrap {
    padding-top: 65%;
  }
}

.page-template-page-access-detail .iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-template-page-access-detail .content-ja {
  margin-bottom: 20px;
}

.page-template-page-access-detail .content-en {
  font-family: "Lato", sans-serif;
}

.page-template-page-access-detail .content-en .inner-txt {
  margin: 0 auto;
  width: 1280px;
  max-width: 100%;
  position: relative;
  padding: 20px 120px;
}

@media (max-width: 960px) {
  .page-template-page-access-detail .content-en .inner-txt {
    padding: 20px;
  }
}

.page-template-page-access-detail .content-en .inner-txt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 115px;
  background-color: #f7f6f0;
  width: 200%;
  height: 100%;
  z-index: -1;
}

@media (max-width: 960px) {
  .page-template-page-access-detail .content-en .inner-txt::before {
    left: 20px;
  }
}

.page-template-page-access-detail .company {
  line-height: 1.8em;
}

@media (max-width: 960px) {
  .page-template-page-access-detail .company {
    font-size: 14px;
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 360px) {
  .page-template-page-access-detail .company {
    font-size: 12px;
  }
}

.page-template-page-access-detail .company dl {
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #210c00;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-template-page-access-detail .company dl > dt {
  width: 170px;
}

.page-template-page-access-detail .company dl > dd {
  margin: 0;
  width: calc(100% - 170px);
}

.page-template-page-access-detail .company dl > dd > dl {
  margin: 0;
  padding: 0;
  border-bottom: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.page-template-page-access-detail .company dl > dd > dl > dt {
  width: 55%;
}

.page-template-page-access-detail .company dl > dd > dl > dd {
  width: 45%;
}

.page-template-page-access-detail .company dl .mb {
  margin-bottom: 15px;
}

@media (max-width: 960px) {
  .page-template-page-access-detail .company .pc {
    display: none;
  }
}

.page-template-page-access-detail .company .sp {
  display: none;
}

@media (max-width: 960px) {
  .page-template-page-access-detail .company .sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-template-page-access-detail .company .sp > dl {
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .page-template-page-access-detail .company .sp > dl > dt {
    width: 250px;
  }
}

@media (max-width: 960px) and (max-width: 360px) {
  .page-template-page-access-detail .company .sp > dl > dt {
    width: 200px;
  }
}

@media (max-width: 960px) {
  .page-template-page-access-detail .company .sp > dl > dd {
    width: calc(100% - 250px);
  }
}

@media (max-width: 960px) and (max-width: 360px) {
  .page-template-page-access-detail .company .sp > dl > dd {
    width: calc(100% - 200px);
  }
}

/*----- access  end -----*/
/*----- privacy start -----*/
.page-template-page-privacy-detail {
  line-height: 2em;
}

@media (max-width: 960px) {
  .page-template-page-privacy-detail .inner-120 {
    padding: 0 20px;
  }
}

/*----- privacy  end -----*/
/*----- フォーム 初期化 start -----*/
.text-test {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 100%;
}

.text-test:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.textarea-text {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  height: 125px;
  padding: 0.4em 0.8em;
  width: 100%;
}

.textarea-text:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.radio-test {
  display: none;
}

.radio-test + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 1.2em;
  position: relative;
}

.radio-test + span::before {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
}

.radio-test + span::after {
  background: rgba(0, 0, 0, 0.32);
  border: 1px solid transparent;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 4px;
  opacity: 0;
  padding: 2px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 8px;
}

.radio-test:checked + span::after {
  opacity: 1;
}

.check-test {
  display: none;
}

.check-test + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 1.2em;
  position: relative;
}

.check-test + span::before {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  content: "";
  display: block;
  height: 1em;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1em;
}

.check-test + span::after {
  border-bottom: 3px solid rgba(0, 0, 0, 0.32);
  border-left: 3px solid rgba(0, 0, 0, 0.32);
  content: "";
  display: block;
  height: 0.6em;
  left: 0;
  margin-top: -0.2em;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 1em;
}

.check-test:checked + span::after {
  opacity: 1;
}

.select-test {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 300px;
  max-width: 100%;
  color: #fff;
  background: #214100 url(../images/form-arrow-white.png) no-repeat center right 8px/16px 16px;
}

.select-active {
  color: #0d0500;
  background: #fff url(../images/form-arrow.png) no-repeat center right 8px/16px 16px;
}

.select-test::-ms-expand {
  display: none;
}

.select-test:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.submit-test {
  width: 250px;
  height: 50px;
  background-color: #456e1a;
  border: 1px solid #456e1a;
  background-image: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1em;
  margin: 0 auto;
  padding: 0.6em 2em;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.submit-test:hover,
.submit-test:focus {
  background-color: #fff;
  color: #456e1a;
  outline: none;
  opacity: 0.8;
}

.submit-test::-moz-foucus-inner {
  border: none;
  padding: 0;
}

/*----- フォーム 初期化  end -----*/
/*----- 予約、お問い合わせ start -----*/
@media (max-width: 1280px) {
  .page-template-page-reservation-detail .inner-250,
  .page-template-page-contact-detail .inner-250,
  .page-template-page-contacts-detail .inner-250,
  .page-template-page-contacte-detail .inner-250,
  .page-template-page-thanks-detail .inner-250 {
    padding: 0 120px;
  }
}

@media (max-width: 960px) {
  .page-template-page-reservation-detail .inner-250,
  .page-template-page-contact-detail .inner-250,
  .page-template-page-contacts-detail .inner-250,
  .page-template-page-contacte-detail .inner-250,
  .page-template-page-thanks-detail .inner-250 {
    padding: 0 120px;
  }
}

@media (max-width: 600px) {
  .page-template-page-reservation-detail .inner-250,
  .page-template-page-contact-detail .inner-250,
  .page-template-page-contacts-detail .inner-250,
  .page-template-page-contacte-detail .inner-250,
  .page-template-page-thanks-detail .inner-250 {
    padding: 0 20px;
  }
}

.page-template-page-reservation-detail .inner-250 > .message,
.page-template-page-contact-detail .inner-250 > .message,
.page-template-page-contacts-detail .inner-250 > .message,
.page-template-page-contacte-detail .inner-250 > .message,
.page-template-page-thanks-detail .inner-250 > .message {
  font-size: 16px;
  line-height: 1.875em;
  margin-bottom: 40px;
  text-align: center;
}

.page-template-page-reservation-detail .inner-250 > .message > .message__content,
.page-template-page-contact-detail .inner-250 > .message > .message__content,
.page-template-page-contacts-detail .inner-250 > .message > .message__content,
.page-template-page-contacte-detail .inner-250 > .message > .message__content,
.page-template-page-thanks-detail .inner-250 > .message > .message__content {
  display: inline-block;
  text-align: left;
}

.page-template-page-reservation-detail .inner-250 > .message .message__top,
.page-template-page-contact-detail .inner-250 > .message .message__top,
.page-template-page-contacts-detail .inner-250 > .message .message__top,
.page-template-page-contacte-detail .inner-250 > .message .message__top,
.page-template-page-thanks-detail .inner-250 > .message .message__top {
  margin-bottom: 75px;
  text-align: center;
}

.page-template-page-reservation-detail .inner-250 > .message .message__bottom,
.page-template-page-contact-detail .inner-250 > .message .message__bottom,
.page-template-page-contacts-detail .inner-250 > .message .message__bottom,
.page-template-page-contacte-detail .inner-250 > .message .message__bottom,
.page-template-page-thanks-detail .inner-250 > .message .message__bottom {
  margin-bottom: 75px;
  text-align: center;
}

.page-template-page-reservation-detail .link,
.page-template-page-contact-detail .link,
.page-template-page-contacts-detail .link,
.page-template-page-contacte-detail .link,
.page-template-page-thanks-detail .link {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 480px) {
  .page-template-page-reservation-detail .link,
  .page-template-page-contact-detail .link,
  .page-template-page-contacts-detail .link,
  .page-template-page-contacte-detail .link,
  .page-template-page-thanks-detail .link {
    font-size: 12px;
  }
}

.page-template-page-reservation-detail .link a,
.page-template-page-contact-detail .link a,
.page-template-page-contacts-detail .link a,
.page-template-page-contacte-detail .link a,
.page-template-page-thanks-detail .link a {
  color: #0d0500;
  display: inline-block;
  text-align: center;
  padding: 0 20px;
  position: relative;
}

@media (max-width: 370px) {
  .page-template-page-reservation-detail .link a,
  .page-template-page-contact-detail .link a,
  .page-template-page-contacts-detail .link a,
  .page-template-page-contacte-detail .link a,
  .page-template-page-thanks-detail .link a {
    padding: 0 10px;
  }
}

.page-template-page-reservation-detail .link a:first-of-type::before,
.page-template-page-contact-detail .link a:first-of-type::before,
.page-template-page-contacts-detail .link a:first-of-type::before,
.page-template-page-contacte-detail .link a:first-of-type::before,
.page-template-page-thanks-detail .link a:first-of-type::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 80%;
  background-color: #707070;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page-template-page-reservation-detail .link a::after,
.page-template-page-contact-detail .link a::after,
.page-template-page-contacts-detail .link a::after,
.page-template-page-contacte-detail .link a::after,
.page-template-page-thanks-detail .link a::after {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #0d0500;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.page-template-page-reservation-detail .link a:hover::after,
.page-template-page-contact-detail .link a:hover::after,
.page-template-page-contacts-detail .link a:hover::after,
.page-template-page-contacte-detail .link a:hover::after,
.page-template-page-thanks-detail .link a:hover::after {
  width: calc(100% - 40px);
}

@media (max-width: 370px) {
  .page-template-page-reservation-detail .link a:hover::after,
  .page-template-page-contact-detail .link a:hover::after,
  .page-template-page-contacts-detail .link a:hover::after,
  .page-template-page-contacte-detail .link a:hover::after,
  .page-template-page-thanks-detail .link a:hover::after {
    width: calc(100% - 20px);
  }
}

.page-template-page-reservation-detail form dl,
.page-template-page-contact-detail form dl,
.page-template-page-contacts-detail form dl,
.page-template-page-contacte-detail form dl,
.page-template-page-thanks-detail form dl {
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 960px) {
  .page-template-page-reservation-detail form dl,
  .page-template-page-contact-detail form dl,
  .page-template-page-contacts-detail form dl,
  .page-template-page-contacte-detail form dl,
  .page-template-page-thanks-detail form dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.page-template-page-reservation-detail form dl dt,
.page-template-page-contact-detail form dl dt,
.page-template-page-contacts-detail form dl dt,
.page-template-page-contacte-detail form dl dt,
.page-template-page-thanks-detail form dl dt {
  width: 300px;
  line-height: 2em;
}

@media (max-width: 960px) {
  .page-template-page-reservation-detail form dl dt,
  .page-template-page-contact-detail form dl dt,
  .page-template-page-contacts-detail form dl dt,
  .page-template-page-contacte-detail form dl dt,
  .page-template-page-thanks-detail form dl dt {
    width: 100%;
  }
}

.page-template-page-reservation-detail form dl dd,
.page-template-page-contact-detail form dl dd,
.page-template-page-contacts-detail form dl dd,
.page-template-page-contacte-detail form dl dd,
.page-template-page-thanks-detail form dl dd {
  margin: 0;
  width: calc(100% - 300px);
}

@media (max-width: 960px) {
  .page-template-page-reservation-detail form dl dd,
  .page-template-page-contact-detail form dl dd,
  .page-template-page-contacts-detail form dl dd,
  .page-template-page-contacte-detail form dl dd,
  .page-template-page-thanks-detail form dl dd {
    width: 100%;
  }
}

.page-template-page-reservation-detail form .message,
.page-template-page-contact-detail form .message,
.page-template-page-contacts-detail form .message,
.page-template-page-contacte-detail form .message,
.page-template-page-thanks-detail form .message {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.page-template-page-reservation-detail .cancel,
.page-template-page-contact-detail .cancel,
.page-template-page-contacts-detail .cancel,
.page-template-page-contacte-detail .cancel,
.page-template-page-thanks-detail .cancel {
  text-align: center;
  padding: 30px 80px;
}

@media (max-width: 960px) {
  .page-template-page-reservation-detail .cancel,
  .page-template-page-contact-detail .cancel,
  .page-template-page-contacts-detail .cancel,
  .page-template-page-contacte-detail .cancel,
  .page-template-page-thanks-detail .cancel {
    padding: 20px;
  }
}

.page-template-page-reservation-detail .cancel dl,
.page-template-page-contact-detail .cancel dl,
.page-template-page-contacts-detail .cancel dl,
.page-template-page-contacte-detail .cancel dl,
.page-template-page-thanks-detail .cancel dl {
  font-size: 18px;
  line-height: 1.666666666666667em;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom: 1px solid #000;
}

@media (max-width: 600px) {
  .page-template-page-reservation-detail .cancel dl,
  .page-template-page-contact-detail .cancel dl,
  .page-template-page-contacts-detail .cancel dl,
  .page-template-page-contacte-detail .cancel dl,
  .page-template-page-thanks-detail .cancel dl {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .page-template-page-reservation-detail .cancel dl,
  .page-template-page-contact-detail .cancel dl,
  .page-template-page-contacts-detail .cancel dl,
  .page-template-page-contacte-detail .cancel dl,
  .page-template-page-thanks-detail .cancel dl {
    font-size: 11px;
  }
}

.page-template-page-reservation-detail .cancel dl dt,
.page-template-page-contact-detail .cancel dl dt,
.page-template-page-contacts-detail .cancel dl dt,
.page-template-page-contacte-detail .cancel dl dt,
.page-template-page-thanks-detail .cancel dl dt {
  width: 45%;
  text-align: left;
}

.page-template-page-reservation-detail .cancel dl dd,
.page-template-page-contact-detail .cancel dl dd,
.page-template-page-contacts-detail .cancel dl dd,
.page-template-page-contacte-detail .cancel dl dd,
.page-template-page-thanks-detail .cancel dl dd {
  margin: 0;
  width: 55%;
  text-align: right;
}

.page-template-page-reservation-detail .cancel__top dl,
.page-template-page-contact-detail .cancel__top dl,
.page-template-page-contacts-detail .cancel__top dl,
.page-template-page-contacte-detail .cancel__top dl,
.page-template-page-thanks-detail .cancel__top dl {
  padding: 0 30px;
}

@media (max-width: 960px) {
  .page-template-page-reservation-detail .cancel__top dl,
  .page-template-page-contact-detail .cancel__top dl,
  .page-template-page-contacts-detail .cancel__top dl,
  .page-template-page-contacte-detail .cancel__top dl,
  .page-template-page-thanks-detail .cancel__top dl {
    padding: 0;
  }
}

@media (max-width: 960px) {
  .page-template-page-reservation-detail .cancel__bottom dl,
  .page-template-page-contact-detail .cancel__bottom dl,
  .page-template-page-contacts-detail .cancel__bottom dl,
  .page-template-page-contacte-detail .cancel__bottom dl,
  .page-template-page-thanks-detail .cancel__bottom dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-template-page-reservation-detail .cancel__bottom dl dt,
  .page-template-page-contact-detail .cancel__bottom dl dt,
  .page-template-page-contacts-detail .cancel__bottom dl dt,
  .page-template-page-contacte-detail .cancel__bottom dl dt,
  .page-template-page-thanks-detail .cancel__bottom dl dt {
    width: 100%;
  }
  .page-template-page-reservation-detail .cancel__bottom dl dd,
  .page-template-page-contact-detail .cancel__bottom dl dd,
  .page-template-page-contacts-detail .cancel__bottom dl dd,
  .page-template-page-contacte-detail .cancel__bottom dl dd,
  .page-template-page-thanks-detail .cancel__bottom dl dd {
    width: 100%;
  }
}

/*----- 予約、お問い合わせ  end -----*/
/*----- Thanksページ start -----*/
.page-template-page-thanks-detail .btn-green {
  margin: 0 auto;
}

/*----- Thanksページ  end -----*/
