@charset "UTF-8";
body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, pre, figure, form, fieldset, input, textarea, p, blockquote, th, td, a {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

a {
  text-decoration: none;
}
a:link, a:visited, a:active {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

ul {
  list-style: none;
}

fieldset, img {
  border: 0;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

br {
  letter-spacing: 0;
}

body {
  text-align: justify;
  line-height: 1.8;
}

p, th, td {
  text-align: justify;
  line-height: 1.8;
}

/*設定なし*/
/*設定なし*/
/*設定なし*/
/*設定なし*/
body, h1, h2, h3, h4, p {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 400;
  color: #15231B;
}

.bold {
  font-weight: bold;
}

.red {
  color: #D16B4C;
}

.ta-center {
  text-align: center;
}

.ta-left {
  text-align: left;
}

.ta-right {
  text-align: right;
}

.sp {
  display: none;
}

.delay1 {
  animation-delay: 0.1s !important;
}

.delay2 {
  animation-delay: 0.2s !important;
}

.delay3 {
  animation-delay: 0.3s !important;
}

.delay4 {
  animation-delay: 0.4s !important;
}

.delay5 {
  animation-delay: 0.5s !important;
}

.delay6 {
  animation-delay: 0.6s !important;
}

.delay7 {
  animation-delay: 0.7s !important;
}

.delay8 {
  animation-delay: 0.8s !important;
}

.delay9 {
  animation-delay: 0.9s !important;
}

.delay10 {
  animation-delay: 1s !important;
}

.delay11 {
  animation-delay: 1.1s !important;
}

.delay20 {
  animation-delay: 2s !important;
}

.delay30 {
  animation-delay: 3s !important;
}

.delay40 {
  animation-delay: 4s !important;
}

a {
  transition-duration: 0.3s;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
/*animation*/
@keyframes FadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes SlideUp {
  from {
    transform: none;
  }
  to {
    transform: translateY(-100%);
    visibility: hidden;
  }
}
@keyframes slideUpText {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes SlideLeft {
  from {
    transform: translateX(30%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes Rotate360 {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/*load*/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  overflow: hidden;
  background-color: #FFF;
  animation: FadeOut 0.5s ease-in 2.7s forwards;
}
.loader .loadimg {
  position: absolute;
  width: 137px;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loader .logoanime {
  position: absolute;
  width: 185px;
  height: 185px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*page header*/
.page-header {
  width: 1200px;
  max-width: 90%;
  margin: 185px auto 80px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.page-header__title {
  width: 30%;
  font-size: 1.5625rem;
  text-align: left;
  font-weight: normal;
  line-height: 1.2;
  opacity: 0;
  animation: fadeInUp 2.5s cubic-bezier(0.23, 1, 0.32, 1) 0.3s forwards;
}
.page-header__title span {
  font-size: 4.0625rem;
  font-family: "IM Fell Double Pica SC", serif;
  letter-spacing: 0.1em;
}
.page-header__lead {
  width: 70%;
  font-size: 1.125rem;
  line-height: 2.1;
  opacity: 0;
  animation: fadeInUp 2.5s cubic-bezier(0.23, 1, 0.32, 1) 0.3s forwards;
}

/*about + bbq*/
.page-header-img {
  width: calc(1200px + (100% - 1200px) / 2);
  max-width: 100%;
  margin: 0 0 175px auto;
  overflow: hidden;
}
.page-header-img img {
  width: 100%;
  display: block;
  opacity: 0;
  transform: translateX(100%);
  animation: SlideLeft 2.5s cubic-bezier(0.23, 1, 0.32, 1) 0.3s forwards;
}

/*contact + privacy*/
.page-header-sub {
  width: 100%;
  margin: 185px auto 40px;
  background: url(../images/page_header_sub.jpg) no-repeat right center/62.5%;
}
.page-header-sub__title {
  width: 1200px;
  max-width: 90%;
  margin: auto;
  padding: 2.5em 0;
  font-size: 2.1875rem;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: normal;
  text-align: left;
}

/* dayasuna */
.page-header-sub2 {
  width: 100%;
  margin: 185px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: inherit;
  flex-flow: row nowrap;
  gap: 50px;
}
.page-header-sub2__title, .page-header-sub2__img {
  opacity: 0;
  animation: fadeInUp 2.5s cubic-bezier(0.23, 1, 0.32, 1) 0.3s forwards;
}
.page-header-sub2__title {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
  max-width: 505px;
  margin-left: 12%;
}
.page-header-sub2__title h1 {
  font-size: 1.5625rem;
  text-align: left;
  font-weight: normal;
  line-height: 1.2;
}
.page-header-sub2__title h1 span {
  font-size: 4.0625rem;
  font-family: "IM Fell Double Pica SC", serif;
  letter-spacing: 0.1em;
}
.page-header-sub2__title p {
  width: 100%;
  margin-top: auto;
  font-size: 1.125rem;
  line-height: 2.1;
}
.page-header-sub2__img {
  max-width: 1049px;
}

.daysauna_plan-title {
  width: 95%;
  margin: 0 auto;
}
.daysauna_plan-title h2, .daysauna_plan-title p {
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  color: #426C54;
  text-align: right;
}
.daysauna_plan-title h2 {
  font-size: 6.25rem;
}
.daysauna_plan-title p {
  font-size: 1.25rem;
}

/*faq*/
.page-header-faq {
  width: 100%;
  margin: 185px auto 40px;
  background: url(../images/faq/faq_header.jpg) no-repeat right center/62.5%;
}
.page-header-faq__title {
  width: 1200px;
  max-width: 90%;
  margin: auto;
  padding: 2.5em 0;
  font-size: 2.1875rem;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: normal;
  text-align: left;
}

/*logo + button*/
.mainlogo {
  position: absolute;
  top: 40px;
  left: 2.968%;
  width: 5.26%;
  z-index: 9996;
}
.mainlogo img {
  width: 100%;
  display: block;
}

.snslink__list {
  position: absolute;
  top: 13px;
  right: 500px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 999;
}
.snslink__list__item {
  margin-right: 25px;
}
.snslink__list__item img {
  width: 38px;
  display: block;
}

.yoyakubutton {
  position: fixed;
  top: 0;
  right: 188px;
  display: block;
  background-color: #4F9B4F;
  color: #FFF;
  width: 243px;
  padding: 24px 0;
  text-align: center;
  line-height: 1;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 0.9375rem;
  z-index: 9996;
}
.yoyakubutton span {
  font-family: "IM Fell Double Pica SC", serif;
  margin-right: 1em;
}
.yoyakubutton:hover {
  text-decoration: none;
  background-color: #DCE6E1;
  color: #4F9B4F;
}

.yoyakubutton-br {
  position: fixed;
  top: 0;
  right: 300px;
  display: block;
  background: url(../images/bestrate/bestrate_icon_small.png) #4F9B4F no-repeat left 13px center/48px;
  color: #FFF;
  width: 200px;
  height: 64px;
  padding: 13px 0 0 56px;
  text-align: center;
  line-height: 1;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.125rem;
  z-index: 9996;
  letter-spacing: 0.1em;
}
.yoyakubutton-br span {
  font-size: 0.75rem;
  letter-spacing: 0;
}
.yoyakubutton-br:hover {
  text-decoration: none;
  background-color: #DCE6E1;
  color: #4F9B4F;
}

.bestratebutton {
  display: block;
  background: url(../images/bestrate/bestrate_arrow.png) #FFF no-repeat right 8px center;
  width: 243px;
  margin-bottom: 17px;
  padding: 18px 0;
}
.bestratebutton p {
  text-align: center;
  font-size: 0.9375rem;
  color: #CD9E37;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.2;
}
.bestratebutton p span {
  font-size: 0.75rem;
  letter-spacing: 0;
  color: #000;
}
.bestratebutton img {
  display: block;
  width: 48px;
  margin: 0 auto 7px;
}
.bestratebutton:hover {
  text-decoration: none;
  background-color: #EBE5D8;
}

.yoyakubutton-daysauna {
  position: fixed;
  top: 0;
  right: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #426C54;
  color: #FFF;
  width: 155px;
  height: 64px;
  text-align: center;
  line-height: 1;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 0.9375rem;
  z-index: 9996;
  letter-spacing: 0.1em;
}
.yoyakubutton-daysauna:hover {
  text-decoration: none;
  background-color: #DCE6E1;
  color: #4F9B4F;
}

.timebutton {
  position: relative;
  display: block;
  background-color: #DCE6E1;
  width: 199px;
  height: 199px;
  border-radius: 50%;
}
.timebutton img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 90%;
  height: 90%;
  animation: Rotate360 3s infinite;
}
.timebutton p {
  color: #000;
  font-size: 1.25rem;
  letter-spacing: 0.2em;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.timebutton p span {
  color: #FFF;
  font-size: 0.6875rem;
  letter-spacing: normal;
}
.timebutton:hover {
  background-color: #4F9B4F;
}

/*MENU*/
.navarea {
  display: block;
}
.navarea__bg {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s;
  z-index: 9996;
  opacity: 0;
}
.navarea__logo {
  width: 35%;
  position: relative;
  background: url(../images/menu_logobg.jpg) no-repeat center center/cover;
}
.navarea__logo__img {
  width: 188px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.navarea__menu {
  width: 65%;
  padding: 0 10.26%;
  background: url(../images/menubg.jpg) repeat;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navarea__menu__link {
  width: 58%;
}
.navarea__menu__info {
  width: 243px;
}
.navarea__menu__info .yoyakubutton {
  position: static;
  margin-bottom: 17px;
}
.navarea__menu__info .yoyakubutton-daysauna {
  position: static;
  width: 243px;
  margin-bottom: 23px;
  font-size: 0.875rem;
}
.navarea__menu__info--address {
  font-size: 0.9375rem;
}
.navarea__menu__info--tel {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  margin-bottom: 23px;
}
.navarea__menu__info--tel a {
  color: #000;
}
.navarea__menu__info .snslink__list {
  position: static;
}

.mainmenu__list {
  position: relative;
  margin-bottom: 0.75em;
}
.mainmenu__list__item {
  font-size: 1.75rem;
  font-family: "IM Fell Double Pica SC", serif;
  letter-spacing: 0.2em;
  line-height: 2.1;
}
.mainmenu__list__item span {
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 0.875rem;
  margin-left: 1em;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
}
.mainmenu__list__item a {
  color: #000;
}
.mainmenu__list__item a:hover {
  color: #4F9B4F;
  text-decoration: none;
}
.mainmenu__list__timebutton {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.mainmenu__list__timebutton .timebutton {
  width: 175px;
  height: 175px;
}

.mainmenu__list.secondary {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  position: relative;
  margin-bottom: 1.5em;
}
.mainmenu__list.secondary .mainmenu__list__item {
  font-size: 1.5rem;
  line-height: 2.2;
}
.mainmenu__list.secondary .mainmenu__list__item:nth-child(1) {
  padding-top: 0.5em;
}
.mainmenu__list.secondary .mainmenu__list__item:nth-child(4) {
  padding-bottom: 0.5em;
}
.mainmenu__list.secondary .mainmenu__list__item--sauna {
  font-size: 1.125rem;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 2em;
  letter-spacing: 0.1rem;
}
.mainmenu__list.secondary .timebutton {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.submenu__list__item {
  font-size: 1.125rem;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 2em;
}
.submenu__list__item a {
  color: #000;
}
.submenu__list__item a span {
  font-size: 0.625rem;
  border: solid 1px #000;
  padding: 1px 2px;
  line-height: 2;
  margin-left: 1em;
}

.toggle-bg {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 150px;
  height: 64px;
  background-color: #000;
  cursor: pointer;
  z-index: 9998;
}
.toggle-bg .menuopen,
.toggle-bg .menuclose {
  color: #FFF;
  position: absolute;
  top: 50%;
  right: 0;
  font-family: "IM Fell Double Pica SC", serif;
  font-size: 0.9375rem;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.toggle-bg .menuopen {
  display: block;
}
.toggle-bg .menuclose {
  display: none;
}

.navarea.open .navarea__bg {
  right: 0;
  opacity: 1;
}
.navarea.open .toggle-bg .menuopen {
  display: none;
}
.navarea.open .toggle-bg .menuclose {
  display: block;
}

.toggle-btn {
  cursor: pointer;
  display: block;
}
.toggle-btn span {
  display: block;
  position: absolute;
  left: 35px;
  width: 24px;
  height: 1px;
  background-color: #FFF;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.toggle-btn span:nth-child(1) {
  top: 22px;
}
.toggle-btn span:nth-child(2) {
  top: 32px;
}
.toggle-btn span:nth-child(3) {
  bottom: 21px;
}

.open .toggle-btn span:nth-child(1) {
  transform: translateY(10px) rotate(-315deg);
}
.open .toggle-btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle-btn span:nth-child(3) {
  transform: translateY(-10px) rotate(315deg);
}

.mask {
  display: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.open .mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
  z-index: 2;
  cursor: pointer;
}

@media screen and (max-width: 1440px) {
  /*1440-----------------------------*/
  /*logo + button*/
  .mainlogo img {
    width: 88px;
  }
  /*MENU*/
  .navarea__logo {
    width: 30%;
  }
  .navarea__logo__img {
    width: 150px;
  }
  .navarea__menu {
    width: 70%;
    padding: 0 8%;
  }
}
@media screen and (max-width: 1280px) {
  /*1280-----------------------------*/
  .page-header__title {
    font-size: 1.375rem;
  }
  .page-header__title span {
    font-size: 3.625rem;
  }
  /*contact + privacy + faq*/
  .page-header-sub__title, .page-header-faq__title {
    font-size: 1.5rem;
  }
  /* dayasuna */
  .page-header-sub2__title {
    margin-left: 8%;
  }
  .page-header-sub2__title h1 {
    font-size: 1.375rem;
  }
  .page-header-sub2__title h1 span {
    font-size: 3.625rem;
  }
  .page-header-sub2__title p {
    font-size: 1rem;
  }
  .daysauna_plan-title h2 {
    font-size: 5.625rem;
  }
  .daysauna_plan-title h2 span {
    font-size: 80% !important;
  }
  .daysauna_plan-title p {
    font-size: 1.25rem;
  }
  /*logo + button*/
  .mainlogo {
    top: 25px;
  }
  .timebutton {
    width: 155px;
    height: 155px;
  }
  .timebutton p {
    font-size: 1rem;
  }
  .timebutton p span {
    font-size: 0.625rem;
  }
  /*MENU*/
  .navarea__logo {
    width: 25%;
  }
  .navarea__logo__img {
    width: 120px;
  }
  .navarea__menu {
    width: 75%;
    padding: 0 5%;
  }
  .mainmenu__list__item {
    font-size: 1.375rem;
  }
  .mainmenu__list__item span {
    font-size: 0.75rem;
  }
  .mainmenu__list__timebutton .timebutton {
    width: 155px;
    height: 155px;
  }
  .mainmenu__list.secondary .mainmenu__list__item {
    font-size: 1.25rem;
  }
  .mainmenu__list.secondary .mainmenu__list__item--sauna {
    font-size: 0.9375rem;
  }
  .submenu__list__item {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 960px) {
  /*960-----------------------------*/
  .page-header {
    margin: 150px auto 64px;
  }
  .page-header__title {
    font-size: 1.25rem;
  }
  .page-header__title span {
    font-size: 3rem;
  }
  .page-header__lead {
    font-size: 1rem;
  }
  /*contact + privacy + faq*/
  .page-header-sub, .page-header-faq {
    margin: 150px auto 20px;
  }
  .page-header-sub__title, .page-header-faq__title {
    font-size: 1.25rem;
  }
  /* dayasuna */
  .page-header-sub2__title h1 {
    font-size: 1.25rem;
  }
  .page-header-sub2__title h1 span {
    font-size: 3rem;
  }
  .page-header-sub2__title p {
    font-size: 0.9375rem;
  }
  .page-header-sub2__img {
    max-width: 400px;
  }
  .daysauna_plan-title h2 {
    font-size: 3.75rem;
  }
  .daysauna_plan-title p {
    font-size: 1.1875rem;
  }
  /*about + bbq*/
  .page-header-img {
    margin: 0 0 125px auto;
  }
  /*logo + button*/
  .mainlogo {
    top: 20px;
  }
  .snslink__list {
    top: 14px;
    right: 440px;
  }
  .snslink__list__item {
    margin-right: 18px;
  }
  .snslink__list__item img {
    width: 28px;
  }
  .timebutton {
    width: 135px;
    height: 135px;
  }
  .timebutton p {
    font-size: 0.9375rem;
  }
  /*MENU*/
  .navarea__logo {
    width: 25%;
  }
  .navarea__logo__img {
    width: 100px;
  }
  .navarea__menu {
    width: 75%;
    padding: 0 5%;
  }
  .navarea__menu__link {
    width: 58%;
  }
  .navarea__menu__info {
    width: 37%;
  }
  .navarea__menu__info .yoyakubutton {
    width: 100%;
    margin-bottom: 15px;
  }
  .navarea__menu__info .yoyakubutton-daysauna {
    width: 100%;
    margin-bottom: 20px;
  }
  .navarea__menu__info--address {
    font-size: 0.8125rem;
  }
  .navarea__menu__info--tel {
    font-size: 1.125rem;
  }
  .mainmenu__list__item {
    font-size: 1.25rem;
  }
  .mainmenu__list__item span {
    font-size: 0.6875rem;
  }
  .mainmenu__list__timebutton .timebutton {
    width: 135px;
    height: 135px;
  }
  .mainmenu__list.secondary .mainmenu__list__item {
    font-size: 1.125rem;
  }
  .mainmenu__list.secondary .mainmenu__list__item--sauna {
    font-size: 0.875rem;
  }
  .submenu__list__item {
    font-size: 0.875rem;
  }
  .yoyakubutton {
    right: 155px;
    width: 180px;
    padding: 20px 0;
    font-size: 0.875rem;
  }
  .yoyakubutton-br {
    right: 280px;
    width: 160px;
    padding: 13px 0 0 40px;
    font-size: 0.875rem;
    height: 55px;
    background: url(../images/bestrate/bestrate_icon_small.png) #4F9B4F no-repeat left 7px center/32px;
  }
  .yoyakubutton-br span {
    font-size: 0.625rem;
  }
  .bestratebutton {
    background: url(../images/bestrate/bestrate_arrow.png) #FFF no-repeat right 7px center;
    width: 100%;
    margin-bottom: 15px;
    padding: 15px 0;
  }
  .bestratebutton p {
    font-size: 0.75rem;
  }
  .bestratebutton p span {
    font-size: 0.625rem;
    letter-spacing: 0;
  }
  .bestratebutton img {
    width: 42px;
    margin: 0 auto 7px;
  }
  .yoyakubutton-daysauna {
    right: 140px;
    width: 140px;
    font-size: 0.8125rem;
    height: 55px;
  }
  .toggle-bg {
    width: 140px;
    height: 55px;
  }
  .toggle-bg .menuopen,
  .toggle-bg .menuclose {
    font-size: 0.875rem;
  }
  .toggle-btn {
    cursor: pointer;
    display: block;
  }
  .toggle-btn span {
    left: 23px;
  }
  .toggle-btn span:nth-child(1) {
    top: 17px;
  }
  .toggle-btn span:nth-child(2) {
    top: 27px;
  }
  .toggle-btn span:nth-child(3) {
    bottom: 17px;
  }
}
@media screen and (max-width: 768px) {
  /*768-----------------------------*/
  .page-header {
    display: block;
    margin: 100px auto 30px;
  }
  .page-header__title {
    margin-bottom: 30px;
    width: 100%;
    font-size: 1.0625rem;
  }
  .page-header__title span {
    font-size: 2rem;
  }
  .page-header__lead {
    width: 100%;
    font-size: 0.875rem;
  }
  /*about + bbq*/
  .page-header-img {
    margin: 0 0 75px auto;
  }
  /*contact + privacy*/
  .page-header-sub {
    margin: 100px auto 10px;
    background: url(../images/page_header_sub.jpg) no-repeat right center/50%;
  }
  .page-header-sub__title {
    padding: 1em 0;
    font-size: 1.125rem;
  }
  /* dayasuna */
  .page-header-sub2 {
    margin: 100px auto 0;
    display: block;
  }
  .page-header-sub2__img {
    opacity: 1;
    animation: none;
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
  }
  .page-header-sub2__title {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
  }
  .page-header-sub2__title h1 {
    font-size: 1.0625rem;
    margin-bottom: 30px;
  }
  .page-header-sub2__title h1 span {
    font-size: 2.375rem;
  }
  .page-header-sub2__title p {
    font-size: 0.875rem;
    padding-bottom: 20px;
    animation: none;
  }
  .daysauna_plan-title {
    width: 90%;
  }
  .daysauna_plan-title h2 {
    font-size: 2.5rem;
  }
  .daysauna_plan-title p {
    font-size: 1.125rem;
  }
  /*faq*/
  .page-header-faq {
    margin: 100px auto 10px;
    background: url(../images/faq/faq_header.jpg) no-repeat right center/50%;
  }
  .page-header-faq__title {
    padding: 1em 0;
    font-size: 1.125rem;
  }
  /*logo + button*/
  .mainlogo {
    top: 10px;
    width: 42px;
  }
  .snslink__list {
    display: none;
  }
  .yoyakubutton {
    right: 120px;
    width: 140px;
    padding: 18px 0;
    font-size: 0.75rem;
    height: 50px;
    z-index: 9997;
  }
  .yoyakubutton-br {
    right: 144px;
    width: 144px;
    padding: 12px 0 0 30px;
    font-size: 0.75rem;
    height: 50px;
    z-index: 9997;
    background: url(../images/bestrate/bestrate_icon_small.png) #4F9B4F no-repeat left 5px center/28px;
  }
  .bestratebutton {
    background: url(../images/bestrate/bestrate_icon_small.png) no-repeat left 15px center/36px, url(../images/bestrate/bestrate_arrow.png) #FFF no-repeat right 7px center;
    margin-bottom: 15px;
    padding: 12px 0;
  }
  .bestratebutton p {
    font-size: 0.75rem;
  }
  .bestratebutton p span {
    font-size: 0.625rem;
    letter-spacing: 0;
  }
  .bestratebutton img {
    display: none;
  }
  .yoyakubutton-daysauna {
    right: 50px;
    width: 94px;
    font-size: 0.6875rem;
    height: 50px;
    z-index: 9997;
  }
  .timebutton {
    width: 115px;
    height: 115px;
  }
  .timebutton p {
    font-size: 0.875rem;
  }
  .timebutton p span {
    font-size: 0.625rem;
  }
  /*MENU*/
  .navarea__bg {
    min-height: 100%;
    height: auto;
    display: block;
  }
  .navarea__logo {
    display: none;
  }
  .navarea__menu {
    width: 100%;
    min-height: 100%;
    padding: 75px 5% 50px;
    display: block;
  }
  .navarea__menu__link {
    width: 100%;
  }
  .navarea__menu__info {
    width: 100%;
  }
  .navarea__menu__info .yoyakubutton {
    display: block;
  }
  .navarea__menu__info .yoyakubutton-daysauna {
    font-size: 0.75rem;
    height: 50px;
  }
  .navarea__menu__info--address {
    font-size: 0.75rem;
  }
  .navarea__menu__info--tel {
    font-size: 1.375rem;
  }
  .navarea__menu__info .snslink__list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .navarea.open .toggle-bg .menuclose {
    display: none;
  }
  .mainmenu__list__item {
    font-size: 1.25rem;
    line-height: 1.8;
  }
  .mainmenu__list__item span {
    font-size: 0.625rem;
  }
  .mainmenu__list__timebutton .timebutton {
    width: 115px;
    height: 115px;
  }
  .mainmenu__list.secondary {
    margin-bottom: 1.2em;
  }
  .mainmenu__list.secondary .mainmenu__list__item {
    font-size: 1.0625rem;
  }
  .mainmenu__list.secondary .mainmenu__list__item--sauna {
    font-size: 0.75rem;
  }
  .submenu__list {
    margin-bottom: 30px;
  }
  .submenu__list__item {
    font-size: 0.75rem;
    line-height: 2.5;
  }
  .toggle-bg {
    width: 50px;
    height: 50px;
  }
  .toggle-bg .menuopen,
  .toggle-bg .menuclose {
    display: none;
  }
  .toggle-btn {
    cursor: pointer;
    display: block;
  }
  .toggle-btn span {
    left: 10px;
    width: 30px;
  }
  .toggle-btn span:nth-child(1) {
    top: 16px;
  }
  .toggle-btn span:nth-child(2) {
    top: 25px;
  }
  .toggle-btn span:nth-child(3) {
    bottom: 15px;
  }
  .open .toggle-btn span:nth-child(1) {
    transform: translateY(9px) rotate(-315deg);
  }
  .open .toggle-btn span:nth-child(3) {
    transform: translateY(-9px) rotate(315deg);
  }
}
@media screen and (max-width: 375px) {
  .yoyakubutton-br {
    right: 130px;
    width: 130px;
    padding: 7px 0 0 30px;
    height: 40px;
  }
  .yoyakubutton-daysauna {
    right: 40px;
    width: 90px;
    height: 40px;
  }
  .toggle-bg {
    width: 40px;
    height: 40px;
  }
  .toggle-btn span {
    width: 20px;
  }
  .toggle-btn span:nth-child(1) {
    top: 13px;
  }
  .toggle-btn span:nth-child(2) {
    top: 20px;
  }
  .toggle-btn span:nth-child(3) {
    bottom: 12px;
  }
  .open .toggle-btn span:nth-child(1) {
    transform: translateY(7px) rotate(-315deg);
  }
  .open .toggle-btn span:nth-child(3) {
    transform: translateY(-7px) rotate(315deg);
  }
  /* dayasuna */
  .daysauna_plan-title h2 {
    font-size: 1.875rem;
  }
  .daysauna_plan-title p {
    font-size: 1rem;
  }
}
h1,
h2,
h3 {
  text-align: center;
}

h1 {
  font-size: 2.25rem;
}

h2 {
  font-size: 1.75rem;
}

h3 {
  font-size: 1.375rem;
}

.page-title {
  font-size: 2.25rem;
  margin-bottom: 2em;
}

.page-heading {
  font-size: 2rem;
  color: #6AB4C1;
  font-weight: bold;
  text-align: left;
  padding-left: 1.25em;
  position: relative;
}
.page-heading::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #6AB4C1;
  display: block;
  position: absolute;
  left: 0;
  top: 20px;
}
.page-heading span {
  font-size: 1.25rem;
  font-weight: normal;
}

@media screen and (max-width: 1440px) {
  .page-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1280px) {
  .page-title {
    font-size: 1.75rem;
  }
  .page-heading {
    font-size: 1.75rem;
  }
  .page-heading::before {
    width: 16px;
    height: 16px;
    top: 16px;
  }
  .page-heading::before span {
    font-size: 1.125rem;
    font-weight: normal;
  }
}
@media screen and (max-width: 960px) {
  h1 {
    font-size: 1.375rem;
  }
  h2 {
    font-size: 1.25rem;
  }
  h3 {
    font-size: 1.125rem;
  }
  .page-title {
    font-size: 1.5rem;
  }
  .page-heading {
    font-size: 1.25rem;
  }
  .page-heading::before {
    width: 14px;
    height: 14px;
    top: 12px;
  }
  .page-heading span {
    font-size: 1rem;
    font-weight: normal;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 1.125rem;
  }
  h2 {
    font-size: 1rem;
  }
  h3 {
    font-size: 0.875rem;
  }
  .page-title {
    font-size: 1.125rem;
  }
  .page-heading {
    font-size: 1rem;
  }
  .page-heading::before {
    width: 11px;
    height: 11px;
    top: 9px;
  }
  .page-heading span {
    font-size: 0.75rem;
    font-weight: normal;
    display: inline-block;
  }
}
.slide-arrow {
  position: absolute;
  display: block;
  height: 22px;
  width: 22px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.prev-arrow {
  left: 0;
  z-index: 10;
}

.next-arrow {
  right: 0;
}

.slick-dots {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.slick-dots li button {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #E0A776;
  border: 0;
  color: #000;
  padding: 0;
  display: block;
}

.button {
  max-width: 90%;
  width: 316px;
  margin: auto;
  color: #fff;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: left;
  display: block;
  padding: 1em;
  font-size: 1rem;
  border: none;
  background: url(../images/button_arrow.png) #426C54 no-repeat right 15px center;
}
.button:hover {
  background: url(../images/button_arrow.png) #4F9B4F no-repeat right 10px center;
  text-decoration: none;
}

.submitbutton {
  text-align: center;
}

input[type=submit] {
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  .button {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .button {
    font-size: 0.8125rem;
  }
}
.contact__form-table {
  margin-bottom: 50px;
  width: 100%;
  border-top: solid 1px #000;
}
.contact__form-table th {
  width: 30%;
  border-bottom: solid 1px #000;
  font-weight: bold;
  padding: 1em 60px 1em 0;
  position: relative;
}
.contact__form-table th.textarea {
  vertical-align: top;
}
.contact__form-table th.textarea .hissu {
  top: 1em;
  transform: translateY(50%);
}
.contact__form-table th.contact__doui {
  text-align: center;
  width: 100%;
  padding: 1em 0;
}
.contact__form-table th.contact__doui .hissu {
  position: relative;
  right: 0;
  margin-left: 1em;
}
.contact__form-table th.contact__doui a {
  color: #000;
  text-decoration: underline;
}
.contact__form-table th.contact__doui a:hover {
  color: #426C54;
}
.contact__form-table th .hissu {
  color: #D16B4C;
  font-size: 0.875rem;
  font-weight: normal;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}
.contact__form-table td {
  width: 70%;
  border-bottom: solid 1px #000;
  padding: 1em 0 1em 1em;
}
.contact__form-table td span {
  font-size: 0.875rem;
  padding-left: 1em;
  color: #666;
}
.contact__form-table td.contact__radio {
  padding: 1em;
}
.contact__form-table label {
  margin-right: 20px;
}
.contact__form-table select,
.contact__form-table option {
  padding: 0.35em 0.5em;
  font-size: 1.125rem;
  border: solid 1px #CCCCCC;
  border-radius: 5px;
  box-sizing: border-box;
}
.contact__form-table input[type=text], .contact__form-table input[type=tel], .contact__form-table input[type=number], .contact__form-table input[type=date], .contact__form-table input[type=email] {
  padding: 0.5em 0.5em;
  font-size: 1.125rem;
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
}
.contact__form-table input[type=text] {
  width: 100%;
}
.contact__form-table input[type=text].name {
  width: 150px;
}
.contact__form-table input[type=text].name + .name {
  margin-left: 2%;
}
.contact__form-table input[type=email] {
  width: 100%;
}
.contact__form-table input[type=tel] {
  width: 180px;
}
.contact__form-table input[type=number], .contact__form-table input.zip, .contact__form-table input.tel {
  width: 90px;
}
.contact__form-table input[type=radio] {
  transform: scale(1.4);
  margin-right: 0.5em;
}
.contact__form-table input[type=checkbox] {
  transform: scale(1.3);
  margin-right: 0.5em;
}
.contact__form-table textarea {
  padding: 0.5em;
  font-size: 1.125rem;
  border: none;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
}

input[type=submit] {
  margin-bottom: 10px;
  border: 0;
}

.mw_wp_form_input .confirm-show {
  display: none;
}

.mw_wp_form_confirm .input-show {
  display: none;
}
.mw_wp_form_confirm .hissu {
  display: none;
}

.mw_wp_form_complete .input-show,
.mw_wp_form_complete .confirm-show {
  display: none;
}
.mw_wp_form_complete .compmes {
  padding: 2em 5%;
  font-weight: bold;
  width: 100%;
  max-width: 720px;
  margin: 30px auto;
  border: solid 2px #E0A776;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .contact__form-table {
    margin-bottom: 25px;
  }
  .contact__form-table p {
    font-size: 1rem;
  }
  .contact__form-table th {
    font-size: 1rem;
  }
  .contact__form-table td {
    font-size: 1rem;
  }
  .contact__form-table td span {
    display: inline-block;
    padding-left: 3px;
  }
  .contact__form-table select {
    font-size: 1rem;
  }
  .contact__form-table option {
    font-size: 0.875rem;
  }
  .contact__form-table input[type=text], .contact__form-table input[type=tel], .contact__form-table input[type=date], .contact__form-table input[type=email] {
    font-size: 1rem;
  }
  .contact__form-table textarea {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .contact__form-table {
    margin-bottom: 20px;
  }
  .contact__form-table th,
  .contact__form-table td {
    display: block;
    width: 100%;
    font-size: 0.875rem;
  }
  .contact__form-table th {
    padding: 0.75em 0.25em 0;
    border-bottom: none;
  }
  .contact__form-table th.textarea .hissu {
    top: 0.75em;
  }
  .contact__form-table th .hissu {
    top: 60%;
    font-size: 0.8125rem;
  }
  .contact__form-table td {
    padding: 0.25em 0.25em 0.75em;
  }
  .contact__form-table td .horizontal-item {
    display: block;
    margin: 0;
  }
  .contact__form-table br {
    display: none;
  }
  .contact__form-table select {
    font-size: 0.875rem;
    padding: 0.35em 0.25em;
  }
  .contact__form-table input[type=text], .contact__form-table input[type=tel], .contact__form-table input[type=date], .contact__form-table input[type=email] {
    font-size: 1rem;
  }
  .contact__form-table input.zip, .contact__form-table input.tel {
    width: 70px;
  }
  .contact__form-table input[type=text].name {
    width: 48%;
  }
  .contact__form-table textarea {
    font-size: 1rem;
  }
}
#page_top {
  position: fixed;
  width: 65px;
  right: 5%;
  z-index: 9997;
}
#page_top img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
#page_top p {
  text-align: center;
  font-family: "IM Fell Double Pica SC", serif;
  font-size: 0.9375rem;
  line-height: 1.2;
}
#page_top:hover {
  cursor: pointer;
  text-decoration: none;
}
#page_top:hover p {
  color: #4F9B4F;
}

.footer__bg {
  background: url(../images/footer_bg.jpg) #426C54 no-repeat center center/cover;
  padding: 75px 0 20px;
}

.footer__box {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.footer__info {
  width: 45%;
}
.footer__info__name {
  margin-bottom: 40px;
}
.footer__info__name img {
  display: block;
  width: 345px;
  max-width: 75%;
}
.footer__info__address {
  font-size: 0.9375rem;
  color: #FFF;
  letter-spacing: 0.2em;
}
.footer__info__tel {
  font-size: 1.375rem;
  color: #FFF;
  margin-bottom: 80px;
  letter-spacing: 0.2em;
}
.footer__info__tel a {
  color: #FFF;
}
.footer__info__snslist {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer__info__snslist__item {
  margin-right: 32px;
}
.footer__info__snslist__item img {
  width: 32px;
}

.footer__nav {
  width: 45%;
}

.footer__link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.footer__link__item {
  padding: 1em 3.5em 0 0;
}
.footer__link__item:nth-child(2) {
  width: 60%;
}
.footer__link__item:nth-child(7) {
  padding-right: 0;
}
.footer__link__item:nth-child(8) {
  width: 100%;
}
.footer__link__item a {
  font-size: 0.875rem;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #FFF;
  position: relative;
}
.footer__link__item a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.footer__link__item a span {
  font-size: 0.625rem;
  border: solid 1px #FFF;
  padding: 1px 2px;
  line-height: 2;
  margin-left: 1em;
}

.footer__copy {
  color: #FFF;
  font-size: 0.6875rem;
  text-align: center;
}

@media screen and (max-width: 1280px) {
  /*1280-------------------------------*/
  .footer__nav {
    width: 52%;
  }
}
@media screen and (max-width: 960px) {
  /*960----------------------------*/
  #page_top {
    width: 35px;
    right: 2.5%;
  }
  #page_top img {
    margin-bottom: 5px;
  }
  #page_top p {
    font-size: 0.6875rem;
  }
  .footer__bg {
    background: url(../images/footer_bg.jpg) #426C54 no-repeat center center/cover;
    padding: 75px 0 10px;
  }
  .footer__info {
    width: 100%;
  }
  .footer__info__name {
    margin-bottom: 20px;
  }
  .footer__info__address {
    font-size: 0.8125rem;
    margin-bottom: 1em;
  }
  .footer__info__tel {
    font-size: 1.125rem;
    margin-bottom: 20px;
  }
  .footer__info__snslist__item {
    margin-right: 24px;
  }
  .footer__info__snslist__item img {
    width: 24px;
  }
  .footer__nav {
    display: none;
  }
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 0.5s;
  animation-timing-function: ease-out;
  opacity: 0;
}
.animated.infinite {
  animation-iteration-count: infinite;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes rote {
  0%, 100% {
    transform: rotate(3deg);
  }
  50% {
    transform: rotate(-3deg);
  }
}
@keyframes fluffy1 {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-10px);
  }
  25% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fluffy2 {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-5px);
  }
  25% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes zoomIn {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1);
  }
}
@keyframes zoomInFade {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.zoomInFade {
  animation-name: zoomInFade;
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  animation-duration: 2s;
  animation-delay: 0.8s;
}

@keyframes blurIn {
  from {
    opacity: 0;
    filter: blur(20px);
  }
  to {
    opacity: 1;
    filter: blur(0);
  }
}
.blurIn {
  animation-name: blurIn;
}

@keyframes noFilter {
  100% {
    opacity: 1;
    filter: none;
  }
}
.noFilter {
  animation-name: noFilter;
}

@keyframes noTransform {
  100% {
    opacity: 1;
    transform: none;
  }
}
.noTransform {
  animation-name: noTransform;
}

.lineanime {
  fill: none;
  stroke: #ffffff;
  stroke-width: 19;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1800px;
  stroke-dashoffset: 1800px;
  animation: line 2.5s 0.1s forwards;
}
.lineanime.st2 {
  animation-delay: 0.3s;
}
.lineanime.st3 {
  animation-delay: 0.6s;
}
.lineanime.st4 {
  animation-delay: 0.9s;
}
.lineanime.st5 {
  animation-delay: 1.2s;
}
.lineanime.st6 {
  animation-delay: 1.5s;
}
.lineanime.st7 {
  animation-delay: 1.8s;
}

@keyframes line {
  0% {
    stroke-dashoffset: 1800px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.top-mv__wrapper {
  position: relative;
}

.top-mv {
  position: relative;
  width: 88.8%;
  margin-left: auto;
}
.top-mv__movie {
  width: 100%;
  display: block;
}
.top-mv__catch {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
}
.top-mv__catch__inner {
  overflow: hidden;
  font-size: 3.4375rem;
  line-height: 1.4;
  color: #FFF;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.top-mv__catch__inner--text {
  animation: slideUpText 1s ease-out 1s forwards;
  opacity: 0;
  display: inline-block;
}
.top-mv__catch__inner--text.delay15 {
  animation-delay: 1.5s;
}
.top-mv__button {
  position: absolute;
  bottom: 50px;
  left: -100px;
}

/*top osirase*/
.top-osirase {
  width: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #426C54;
  padding: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(50%);
}
.top-osirase__title {
  color: #FFF;
  font-family: "IM Fell Double Pica SC", serif;
  font-size: 1.125rem;
  font-weight: normal;
  margin-right: 1em;
  line-height: 1;
  width: 25%;
}
.top-osirase__slider {
  width: 65%;
}
.top-osirase__text {
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 0.875rem;
  padding-right: 10px;
}
.top-osirase__text a {
  color: #FFF;
}
.top-osirase__text span {
  padding-right: 1em;
}

.top-about {
  background: url(../images/top/top_komorebi.jpg) #FFF no-repeat fixed top center/100%;
  width: 100%;
  padding-top: 250px;
}
.top-about__lead {
  margin-bottom: 250px;
  text-align: center;
}
.top-about__lead__text {
  opacity: 0;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
  margin-bottom: 1.5em;
  line-height: 2.5;
  font-size: 1.125rem;
}
.top-about__lead__textmain {
  opacity: 0;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
  font-size: 1.875rem;
  position: relative;
  display: inline-block;
  margin: auto;
  padding-top: 1em;
}
.top-about__lead__textmain::after {
  content: "";
  width: 115%;
  height: 1px;
  background-color: #426C54;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.top-about__image {
  opacity: 0;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto 100px;
  position: relative;
}
.top-about__image__bg {
  width: 100%;
  display: block;
}
.top-about__image__content {
  position: absolute;
  top: 0;
  left: 5%;
}
.top-about__image__title {
  font-size: 3.75rem;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: left;
  font-weight: normal;
  color: #426C54;
  margin-bottom: 1em;
}
.top-about__image__subtitle {
  font-size: 1.5625rem;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-bottom: 1em;
}
.top-about__image__text {
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-bottom: 100px;
}
.top-about__image .button {
  margin-left: 0;
  margin-right: auto;
}
.top-about__image__photo1, .top-about__image__photo2 {
  opacity: 0;
  display: block;
  width: 464px;
  max-width: 60%;
}
.top-about__image__photo1 {
  margin: 0 auto;
  transform: translateY(-100%);
}
.top-about__image__photo2 {
  margin: 0 0 0 auto;
  transform: translateY(60%);
}
.top-about__sisetu {
  opacity: 0;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 200px;
}
.top-about__sisetu img {
  width: 100%;
}

.top-stay {
  opacity: 0;
  background: url(../images/top/top_stay_bg.jpg) center center/cover;
  margin-bottom: 100px;
  padding: 150px 0;
}
.top-stay__inner {
  width: 1200px;
  max-width: 90%;
  margin: auto;
}
.top-stay__title {
  font-family: "IM Fell Double Pica SC", serif;
  font-weight: normal;
  font-size: 3.75rem;
  text-align: left;
  margin-bottom: 0.5em;
}
.top-stay__lead {
  font-size: 1.375rem;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-bottom: 0.5em;
}
.top-stay__text {
  margin-bottom: 60px;
}
.top-stay__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-stay__list__item {
  width: 23%;
  background-color: #426C54;
  overflow: hidden;
  position: relative;
}
.top-stay__list__item--photo {
  width: 100%;
  display: block;
  transition-duration: 1s;
}
a:hover .top-stay__list__item--photo {
  transform: scale(1.1);
  opacity: 0.5;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-duration: 2s;
}
.top-stay__list__item--text {
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.25rem;
  color: #FFF;
  position: absolute;
  bottom: 7px;
  left: 14px;
  display: inline-block;
  line-height: 1;
}
.top-stay__list__item--arrow {
  position: absolute;
  bottom: 10px;
  right: 14px;
  display: block;
}

.top-bnr_area {
  opacity: 0;
  margin-bottom: 200px;
}
.top-bnr_area a {
  max-width: 1024px;
  width: 90%;
  display: block;
  margin: 0 auto;
}
.top-bnr_area a:hover {
  opacity: 0.7;
}

.top-insta {
  opacity: 0;
  margin-bottom: 160px;
}
.top-insta__icon {
  display: block;
  margin: 0 auto 10px;
}
.top-insta__title {
  font-size: 2.5rem;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-bottom: 40px;
  font-weight: normal;
}
.top-insta__account {
  font-size: 1.25rem;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
  margin-bottom: 1em;
}

.top-access {
  opacity: 0;
  width: 1200px;
  max-width: 90%;
  margin: 0 auto 200px;
}
.top-access__title {
  font-family: "IM Fell Double Pica SC", serif;
  font-weight: normal;
  font-size: 3.75rem;
  text-align: left;
}
.top-access__address {
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 1em;
}
.top-access__googlemap {
  display: block;
  margin-bottom: 43px;
  width: 100%;
}
.top-access__traffic {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.top-access__traffic__box {
  width: 45%;
}
.top-access__subtitle {
  border: solid 1px #000;
  font-weight: normal;
  font-size: 1rem;
  padding: 0.5em 0;
  margin-bottom: 1.5em;
}
.top-access a {
  color: #4F9B4F;
  text-decoration: underline;
}

.top-arai {
  opacity: 0;
  width: 1200px;
  max-width: 95%;
  margin: 0 auto 150px;
  padding: 150px 9.5%;
  border: solid 1px #000;
}
.top-arai__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.top-arai__titlebox {
  border: solid 1px #000;
  width: 246px;
  height: 246px;
  position: relative;
}
.top-arai__titlebox__title {
  font-size: 1.25rem;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top-arai__iconlist {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: calc(100% - 290px);
}
.top-arai__iconlist__item {
  width: 173px;
  height: 173px;
  background-color: rgba(66, 108, 84, 0.15);
  border-radius: 50%;
  margin-bottom: 20px;
  text-align: center;
  padding-top: 25px;
}
.top-arai__iconlist__item img {
  display: inline-block;
  width: 48px;
}
.top-arai__iconlist__item p {
  text-align: center;
  color: #426C54;
}
.top-arai__iconlist__item--head {
  font-weight: bold;
  font-size: 1rem;
}
.top-arai__iconlist__item--text {
  font-size: 0.8125rem;
}
.top-arai__sight {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
}
.top-arai__sight__content {
  width: 45%;
}
.top-arai__sight__content img {
  margin-bottom: 1em;
}
.top-arai__sight__text {
  font-size: 0.875rem;
}
.top-arai__bousai {
  border: solid 1px #000;
  padding: 35px 5%;
  width: 670px;
  margin: 0 auto 40px;
}
.top-arai__bousai__title {
  font-size: 1.0625rem;
  color: #426C54;
  margin-bottom: 1em;
}
.top-arai__bousai__dlist {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-arai__bousai__dlist--term {
  color: #426C54;
  font-size: 0.8125rem;
  white-space: nowrap;
  padding: 0 1em;
  font-weight: bold;
}
.top-arai__bousai__dlist--disc {
  font-size: 0.8125rem;
  border-left: solid #426C54 5px;
  padding-left: 1em;
}

.top__cfthankyou {
  text-align: center;
  margin-bottom: 70px;
}
.top__cfthankyou__banner {
  width: 600px;
  max-width: 90%;
}

.top__button-faq {
  text-align: center;
  margin-bottom: 150px;
}
.top__button-faq .button {
  width: 495px;
  padding: 1.5rem;
  text-align: center;
  font-size: 1.125rem;
}

@media screen and (max-width: 1440px) {
  /*1440-----------------------------*/
  .top-mv__catch__inner {
    font-size: 3.125rem;
  }
  .top-osirase {
    width: 65%;
  }
}
@media screen and (max-width: 1280px) {
  /*1280-----------------------------*/
  .top-mv__catch__inner {
    font-size: 3.125rem;
  }
  .top-osirase {
    width: 75%;
  }
}
@media screen and (max-width: 960px) {
  .top-mv {
    margin-bottom: 75px;
  }
  .top-mv__catch {
    left: 5%;
  }
  .top-mv__catch__inner {
    font-size: 2.5rem;
  }
  .top-osirase {
    width: 85%;
  }
  .top-about {
    padding-top: 150px;
  }
  .top-about__lead {
    margin-bottom: 150px;
  }
  .top-about__lead__text {
    font-size: 1rem;
  }
  .top-about__lead__textmain {
    font-size: 1.5rem;
  }
  .top-about__image {
    margin: 0 auto 75px;
  }
  .top-about__image__bg {
    margin-bottom: 20px;
  }
  .top-about__image__title {
    font-size: 3rem;
  }
  .top-about__image__subtitle {
    font-size: 1.375rem;
  }
  .top-about__image__text {
    font-size: 0.875rem;
    margin-bottom: 50px;
  }
  .top-about__image__photo2 {
    transform: translateY(80%);
  }
  .top-about__sisetu {
    padding-bottom: 100px;
  }
  .top-stay {
    margin-bottom: 70px;
    padding: 75px 0;
  }
  .top-stay__title {
    font-size: 3rem;
  }
  .top-stay__lead {
    font-size: 1.25rem;
  }
  .top-stay__text {
    margin-bottom: 45px;
  }
  .top-bnr_area {
    margin-bottom: 100px;
  }
  .top-access {
    margin: 0 auto 150px;
  }
  .top-access__title {
    font-size: 3rem;
  }
  .top-access__address {
    font-size: 1.125rem;
  }
  .top-access__traffic__box {
    width: 47.5%;
  }
  .top-arai {
    margin: 0 auto 150px;
    padding: 75px 5%;
  }
  .top-arai__header {
    display: block;
    margin-bottom: 50px;
  }
  .top-arai__titlebox {
    width: 100%;
    height: auto;
    margin-bottom: 1.5em;
  }
  .top-arai__titlebox__title {
    font-size: 1.125rem;
    width: 100%;
    position: static;
    transform: none;
    padding: 0.75em 0;
  }
  .top-arai__iconlist {
    width: 100%;
  }
  .top-arai__iconlist__item img {
    width: 44px;
  }
  .top-arai__iconlist__item--head {
    font-size: 0.9375rem;
  }
  .top-arai__iconlist__item--text {
    font-size: 0.75rem;
  }
  .top-arai__sight {
    margin-bottom: 50px;
  }
  .top-arai__sight__content {
    width: 47.5%;
  }
  .top-arai__bousai {
    padding: 35px 5%;
    width: 100%;
    margin: 0 auto 40px;
  }
  .top-arai__bousai__title {
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 768px) {
  /*768-----------------------------*/
  .top-mv {
    width: 100%;
    margin-bottom: 0;
  }
  .top-mv__catch__inner {
    font-size: 2rem;
  }
  .top-mv__button {
    bottom: 7px;
    left: 7px;
  }
  /*top osirase*/
  .top-osirase {
    position: static;
    transform: none;
    width: 100%;
    padding: 1em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .top-osirase__title {
    font-size: 0.875rem;
    width: 100%;
    text-align: left;
    line-height: 1.5;
  }
  .top-osirase__slider {
    width: 100%;
  }
  .top-osirase__text {
    font-size: 0.8125rem;
  }
  .top-osirase__text span {
    display: inline-block;
    width: 100%;
  }
  .top-about {
    padding-top: 75px;
  }
  .top-about__lead {
    margin-bottom: 75px;
  }
  .top-about__lead__text {
    font-size: 0.8125rem;
  }
  .top-about__lead__textmain {
    font-size: 1.0625rem;
  }
  .top-about__lead__textmain::after {
    width: 105%;
  }
  .top-about__image {
    margin: 0 auto 30px;
  }
  .top-about__image__content {
    width: 90%;
  }
  .top-about__image__title {
    font-size: 2rem;
  }
  .top-about__image__subtitle {
    font-size: 1rem;
  }
  .top-about__image__text {
    font-size: 0.8125rem;
    margin-bottom: 25px;
  }
  .top-about__image .button {
    margin: 0 auto;
  }
  .top-about__image__photo1 {
    margin: 0 auto 0 0;
    transform: translateY(-100%);
  }
  .top-about__sisetu {
    padding-bottom: 50px;
  }
  .top-stay {
    margin-bottom: 50px;
    padding: 50px 0;
  }
  .top-stay__title {
    font-size: 2.375rem;
  }
  .top-stay__lead {
    font-size: 1.125rem;
  }
  .top-stay__text {
    font-size: 0.875rem;
    margin-bottom: 30px;
  }
  .top-stay__list {
    flex-wrap: wrap;
  }
  .top-stay__list__item {
    width: 48%;
    margin-bottom: 15px;
  }
  .top-stay__list__item--text {
    font-size: 0.9375rem;
  }
  .top-bnr_area {
    margin-bottom: 75px;
  }
  .top-insta {
    margin-bottom: 75px;
  }
  .top-insta__icon {
    width: 27px;
  }
  .top-insta__title {
    font-size: 1.75rem;
    margin-bottom: 20px;
  }
  .top-insta__account {
    font-size: 1rem;
  }
  .top-access {
    margin: 0 auto 100px;
  }
  .top-access__title {
    font-size: 2.375rem;
  }
  .top-access__address {
    font-size: 0.875rem;
  }
  .top-access__googlemap {
    margin-bottom: 20px;
    height: 350px;
  }
  .top-access__traffic {
    display: block;
  }
  .top-access__traffic__box {
    width: 100%;
    margin-bottom: 1.5em;
  }
  .top-access__traffic__text {
    font-size: 0.875rem;
  }
  .top-access__subtitle {
    font-size: 0.875rem;
    margin-bottom: 1em;
  }
  .top-arai {
    margin: 0 auto 100px;
    padding: 30px 5%;
  }
  .top-arai__header {
    margin-bottom: 30px;
  }
  .top-arai__iconlist__item {
    width: 152px;
    height: 152px;
    margin-bottom: 15px;
    padding-top: 20px;
  }
  .top-arai__iconlist__item img {
    width: 36px;
  }
  .top-arai__sight {
    display: block;
    margin-bottom: 30px;
  }
  .top-arai__sight__content {
    width: 100%;
    margin-bottom: 20px;
  }
  .top-arai__sight__content img {
    margin-bottom: 0.5em;
  }
  .top-arai__sight__text {
    font-size: 0.875rem;
  }
  .top-arai__bousai {
    padding: 20px 5%;
    width: 100%;
    margin: 0 auto 30px;
  }
  .top-arai__bousai__title {
    font-size: 0.9375rem;
    margin-bottom: 1em;
  }
  .top-arai__bousai__dlist {
    display: block;
  }
  .top-arai__bousai__dlist--term {
    font-size: 0.875rem;
    padding: 0;
    text-align: center;
    margin-bottom: 1em;
    padding-bottom: 1em;
    position: relative;
  }
  .top-arai__bousai__dlist--term::after {
    content: "";
    width: 100px;
    height: 3px;
    background-color: #426C54;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .top-arai__bousai__dlist--disc {
    font-size: 0.8125rem;
    border-left: none;
    padding-left: 0;
  }
  .top__cfthankyou {
    margin-bottom: 30px;
  }
  .top__button-faq {
    margin-bottom: 75px;
  }
  .top__button-faq .button {
    width: 80%;
    padding: 1rem;
    text-align: left;
    font-size: 1rem;
  }
}
@media (max-width: 360px) {
  .top-mv__catch__inner {
    font-size: 1.75rem;
  }
  .top-about {
    padding-top: 60px;
  }
  .top-about__lead {
    margin-bottom: 60px;
  }
  .top-about__lead__textmain {
    font-size: 1rem;
  }
  .top-about__image__title {
    font-size: 1.625rem;
  }
  .top-about__image__subtitle {
    font-size: 0.9375rem;
  }
  .top-about__image__photo1 {
    margin: 30px auto 0 0;
  }
  .top-about__image__photo2 {
    transform: translateY(100%);
  }
  .top-arai__iconlist__item {
    width: 132px;
    height: 132px;
    padding-top: 15px;
  }
  .top-arai__iconlist__item img {
    width: 28px;
  }
}
.information__area {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto 150px;
  padding-top: 100px;
}

.information__content {
  width: 1000px;
  max-width: 78%;
  margin-bottom: 100px;
}

.information__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 1000px;
  max-width: 78%;
}
.information__list__item {
  width: 45%;
  margin-bottom: 100px;
}

.information__date {
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  margin-bottom: 25px;
}
.information__date__category {
  background-color: #426C54;
  width: 190px;
  color: #FFF;
  display: inline-block;
  text-align: center;
  margin-left: 2em;
}

.information__thumbnail {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
a:hover .information__thumbnail {
  opacity: 0.8;
  transition-duration: 1s;
}

.information__thumbnailbg {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.information__thumbnailbg:before {
  content: "";
  display: block;
  padding-top: 64%;
}
a:hover .information__thumbnailbg {
  opacity: 0.8;
  transition-duration: 1s;
}

.information__title {
  text-align: left;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.125rem;
  font-weight: bold;
}
.information__title a {
  color: #000;
}
.information__title a:hover {
  color: #426C54;
}
.information__content .information__title {
  margin-bottom: 1em;
}

.information__nav {
  width: 1000px;
  max-width: 78%;
}
.information__nav__link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.information__nav__link + .button {
  margin-top: 30px;
}
.information__nav__prev, .information__nav__next {
  font-size: 1.125rem;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 1em 2.5em;
  color: #000;
}
.information__nav__prev:hover, .information__nav__next:hover {
  text-decoration: none;
  color: #426C54;
}
.information__nav__prev {
  border-right: solid 1px #000;
  background: url(../images/prev.png) no-repeat bottom 0.5em center/80%;
}
.information__nav__next {
  background: url(../images/next.png) no-repeat bottom 0.5em center/80%;
}

.information__category {
  background-color: #426C54;
  width: 500px;
  max-width: 20%;
  padding: 60px 40px;
  position: fixed;
  top: 200px;
  right: 0;
}
.information__category__title {
  text-align: left;
  color: #FFF;
  font-size: 1.4375rem;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-bottom: 0.5em;
  padding-left: 40px;
  background: url(../images/icon_soboku_w.png) no-repeat left center;
}
.information__category__list {
  border-top: solid 1px #FFF;
}
.information__category__list li {
  border-bottom: solid 1px #FFF;
  padding: 1em 0 1em 2.5em;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background: url(../images/button_arrow.png) no-repeat left 0.5em center/22px;
}
.information__category__list li a {
  color: #FFF;
}
.information__category__list li a:hover {
  color: #FFF;
}

.information__textarea p {
  margin-bottom: 1em;
}
.information__textarea a {
  color: #426C54;
  text-decoration: underline;
  overflow-wrap: break-word;
  word-break: break-word;
}
.information__textarea a:hover {
  color: #4F9B4F;
}

@media screen and (max-width: 1440px) {
  /*1440*/
  .information__category {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 1280px) {
  /*1280*/
  .information__area {
    padding-top: 50px;
  }
  .information__content {
    max-width: 70%;
  }
  .information__list {
    max-width: 70%;
  }
  .information__list__item {
    margin-bottom: 75px;
  }
  .information__date {
    margin-bottom: 15px;
    font-size: 0.875rem;
  }
  .information__date__category {
    width: 155px;
    margin-left: 1em;
  }
  .information__thumbnail {
    margin-bottom: 15px;
  }
  .information__thumbnailbg {
    margin-bottom: 15px;
  }
  .information__title {
    font-size: 1rem;
  }
  .information__nav {
    max-width: 70%;
  }
  .information__nav__prev, .information__nav__next {
    font-size: 1rem;
  }
  .information__category {
    max-width: 25%;
    padding: 50px 15px;
  }
  .information__category__title {
    font-size: 1.25rem;
  }
  .information__category__list li {
    padding: 1em 0 1em 2em;
    background: url(../images/button_arrow.png) no-repeat left 0.5em center/18px;
  }
}
@media screen and (max-width: 960px) {
  /*960*/
  .information__area {
    margin: 0 auto 75px;
  }
  .information__textarea {
    font-size: 0.875rem;
  }
  .information__date {
    margin-bottom: 10px;
    font-size: 0.8125rem;
  }
  .information__date__category {
    width: 130px;
  }
  .information__thumbnail {
    margin-bottom: 10px;
  }
  .information__thumbnailbg {
    margin-bottom: 10px;
  }
  .information__title {
    font-size: 0.9375rem;
  }
  .information__nav__prev, .information__nav__next {
    font-size: 0.875rem;
  }
  .information__category {
    top: 150px;
  }
  .information__category__title {
    padding-left: 40px;
    font-size: 1.125rem;
    background: url(../images/icon_soboku_w.png) no-repeat left center/28px;
  }
  .information__category__list li {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  /*768*/
  .information__area {
    margin: 0 auto 50px;
  }
  .information__content {
    max-width: 100%;
    margin-bottom: 75px;
  }
  .information__list {
    display: block;
    max-width: 100%;
  }
  .information__list__item {
    width: 100%;
    margin-bottom: 50px;
  }
  .information__nav {
    max-width: 100%;
  }
  .information__category {
    width: 100%;
    max-width: 90%;
    padding: 35px 10%;
    position: static;
    margin: 0 auto 50px;
  }
}
.about__drivefriendly {
  padding-bottom: 130px;
}
.about__drivefriendly__titleimg {
  width: 1200px;
  max-width: 95%;
  margin: 0 auto;
}
.about__drivefriendly__titleimg img {
  width: 437px;
  max-width: 75%;
  transform: translateY(40%);
}
.about__drivefriendly__title {
  background-color: #426C54;
  color: #FFF;
  font-size: 1.5625rem;
  width: 472px;
  max-width: 100%;
  margin: 0 auto 36px;
  padding: 0.25em 0;
  opacity: 0;
}
.about__drivefriendly__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.about__drivefriendly__list__item {
  padding: 42px 0 0 42px;
  position: relative;
  opacity: 0;
}
.about__drivefriendly__list__item:nth-child(-n+2) {
  margin-right: 70px;
}
.about__drivefriendly__list__item--icon {
  width: 85px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.about__drivefriendly__list__item--photo {
  width: 335px;
  max-width: 100%;
  display: block;
  margin-bottom: 0.5em;
}
.about__drivefriendly__list__item--text {
  text-align: center;
  width: 335px;
  max-width: 100%;
}

.about__bg {
  background-color: #DCE6E1;
  padding: 250px 0;
}
.about__bg section {
  width: 1200px;
  max-width: 90%;
  margin: auto;
}
.about__bg section + section {
  margin-top: 150px;
}

.about__title {
  font-size: 2.8125rem;
  font-family: "IM Fell Double Pica SC", serif;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  margin-bottom: 85px;
}
.about__title span {
  font-size: 2.1875rem;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #426C54;
}

.about__subtitle {
  font-size: 1.5625rem;
  text-align: left;
  margin-bottom: 0.5em;
}

.about__hotel, .about__checkin, .about__sauna, .about__room, .about__environment {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.about__hotel img, .about__checkin img, .about__sauna img, .about__room img, .about__environment img {
  width: 100%;
  display: block;
  opacity: 0;
}

.about__hotel__image {
  width: 33.25%;
  margin-left: 9.25%;
}
.about__hotel__text {
  width: 48.25%;
}
.about__hotel__text img {
  margin-bottom: 75px;
}

.about__checkin__image {
  width: 33.25%;
  margin-right: 9.25%;
}
.about__checkin__text {
  width: 48.25%;
  padding-top: 80px;
}
.about__checkin__text img {
  margin-bottom: 75px;
}

.about__sauna__image {
  width: 43.41%;
  padding-top: 50px;
}
.about__sauna__text {
  width: 48.25%;
}
.about__sauna__text img {
  margin-bottom: 75px;
}
.about__sauna__text .about__text {
  margin-bottom: 2em;
}
.about__sauna__text .button {
  margin: 0 auto 0 0;
}

.about__bbq__image {
  width: 100%;
}
.about__bbq__image img {
  opacity: 0;
}
.about__bbq__text {
  width: 100%;
}
.about__bbq__text .about__text {
  margin-bottom: 2em;
}
.about__bbq__text .button {
  margin: 0 auto 0 0;
}

.about__room {
  align-items: flex-end;
}
.about__room__image {
  width: 33.25%;
  margin-left: 9.25%;
}
.about__room__text {
  width: 48.25%;
}
.about__room__text img {
  margin-bottom: 75px;
}
.about__room__text .about__text {
  margin-bottom: 2em;
}
.about__room__text .button {
  margin: 0 auto 0 0;
}

.about__environment__image {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 75px;
}
.about__environment__image--photo1 {
  width: 61.25%;
  padding-top: 150px;
}
.about__environment__image--photo2 {
  width: 33.25%;
}
.about__environment__text {
  width: 100%;
}

@media screen and (max-width: 1280px) {
  /*1280*/
  .about__drivefriendly {
    padding-bottom: 100px;
  }
  .about__drivefriendly__titleimg img {
    width: 350px;
    transform: translateY(20%);
  }
  .about__drivefriendly__title {
    font-size: 1.4375rem;
    width: 380px;
  }
  .about__drivefriendly__list {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .about__drivefriendly__list__item {
    width: 30%;
    padding: 35px 0 0 35px;
  }
  .about__drivefriendly__list__item:nth-child(-n+2) {
    margin-right: 5%;
  }
  .about__drivefriendly__list__item--icon {
    width: 70px;
  }
  .about__drivefriendly__list__item--text {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 960px) {
  /*960*/
  .about__drivefriendly__titleimg img {
    width: 300px;
    transform: translateY(10%);
  }
  .about__drivefriendly__title {
    font-size: 1.25rem;
    width: 310px;
  }
  .about__drivefriendly__list__item {
    width: 32%;
    padding: 30px 0 0 30px;
  }
  .about__drivefriendly__list__item:nth-child(-n+2) {
    margin-right: 2%;
  }
  .about__drivefriendly__list__item--icon {
    width: 60px;
  }
  .about__drivefriendly__list__item--text {
    font-size: 0.8125rem;
  }
  .about__bg {
    padding: 125px 0;
  }
  .about__bg section + section {
    margin-top: 75px;
  }
  .about__title {
    font-size: 2rem;
    margin-bottom: 40px;
  }
  .about__title span {
    font-size: 1.375rem;
  }
  .about__subtitle {
    font-size: 1.125rem;
  }
  .about__hotel__text img {
    margin-bottom: 35px;
  }
  .about__checkin__text {
    padding-top: 40px;
  }
  .about__checkin__text img {
    margin-bottom: 35px;
  }
  .about__sauna__image {
    padding-top: 50px;
  }
  .about__sauna__text img {
    margin-bottom: 35px;
  }
  .about__room {
    align-items: center;
  }
  .about__room__text img {
    margin-bottom: 35px;
  }
  .about__environment__image {
    margin-bottom: 35px;
  }
  .about__environment__image--photo1 {
    padding-top: 75px;
  }
}
@media screen and (max-width: 768px) {
  /*768*/
  .about__drivefriendly {
    padding-bottom: 75px;
    width: 90%;
    margin: auto;
  }
  .about__drivefriendly__titleimg img {
    transform: none;
  }
  .about__drivefriendly__title {
    font-size: 1rem;
    margin: 0 auto 23px;
  }
  .about__drivefriendly__list {
    display: block;
    width: 100%;
  }
  .about__drivefriendly__list__item {
    width: 100%;
  }
  .about__drivefriendly__list__item:nth-child(-n+2) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .about__drivefriendly__list__item--photo {
    width: 100%;
  }
  .about__drivefriendly__list__item--text {
    width: 100%;
  }
  .about__bg {
    padding: 60px 0;
  }
  .about__bg section + section {
    margin-top: 60px;
  }
  .about__title {
    font-size: 1.625rem;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
  .about__title span {
    font-size: 1.25rem;
  }
  .about__subtitle {
    font-size: 1.0625rem;
  }
  .about__text {
    font-size: 0.875rem;
  }
  .about__hotel__image {
    width: 100%;
    margin-left: 0;
    margin-bottom: 1em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .about__hotel__image__box {
    width: 48.5%;
  }
  .about__hotel__text {
    width: 100%;
  }
  .about__hotel__text img {
    display: none;
  }
  .about__checkin {
    flex-direction: column-reverse;
  }
  .about__checkin__image {
    width: 100%;
    margin-right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1em;
  }
  .about__checkin__image__box {
    width: 48.5%;
  }
  .about__checkin__text {
    width: 100%;
    padding-top: 0;
  }
  .about__checkin__text img {
    display: none;
  }
  .about__sauna__image {
    width: 100%;
    padding-top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1em;
  }
  .about__sauna__image__box {
    width: 48.5%;
  }
  .about__sauna__text {
    width: 100%;
  }
  .about__sauna__text img {
    display: none;
  }
  .about__sauna__text .about__text {
    margin-bottom: 1em;
  }
  .about__bbq__text .about__text {
    margin-bottom: 1em;
  }
  .about__room__image {
    width: 100%;
    margin-left: 0;
    margin-bottom: 1em;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .about__room__image__box {
    width: 48.5%;
  }
  .about__room__text {
    width: 100%;
  }
  .about__room__text img {
    display: none;
  }
  .about__room__text .about__text {
    margin-bottom: 1em;
  }
  .about__environment__image {
    margin-bottom: 20px;
  }
  .about__environment__image--photo1 {
    padding-top: 50px;
  }
}
/*
.room__mainslide {
    width: 1200px;
    max-width: 100%;
    position: relative;
    margin: 0 auto 150px;

    &__textbox {
        position: absolute;
        top: 0;
        left: 1%;

        &--area {
            font-size: fz(24);
            font-family: $family-serif;
            margin-bottom: 0.25em;
        }

        &--text {
            font-size: fz(16);
        }
    }
}*/
.room__area {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.room__area img {
  width: 100%;
  display: block;
}

.room__view {
  width: 1200px;
  max-width: 100%;
  background-color: #f5f7f4;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 auto 100px;
  padding: 50px 0;
}
.room__view__photo {
  width: 40%;
}
.room__view__photo img {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.room__view__photo.Mountain img {
  border: solid 2px #4F9B4F;
}
.room__view__photo.Private img {
  border: solid 2px #6AB4C1;
}
.room__view__title {
  font-size: 1.5rem;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-bottom: 0.25em;
  text-align: left;
}
.room__view__title.Mountain {
  color: #4F9B4F;
}
.room__view__title.Private {
  color: #6AB4C1;
}
.room__view__text {
  font-size: 1rem;
}

.room__intro {
  background: url(../images/room/room_bg.jpg) #426C54 no-repeat center center/cover;
  padding: 150px 0;
}
.room__intro + .room__intro {
  margin-top: 50px;
}
.room__intro__info {
  width: 1200px;
  max-width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 auto 84px;
}
.room__intro__info__textbox {
  width: 36%;
  position: relative;
}
.room__intro__info__textbox--title {
  color: #FFF;
  text-align: left;
  font-size: 2.1875rem;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-bottom: 1em;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
.room__intro__info__textbox--text {
  color: #FFF;
  font-size: 1.125rem;
}
.room__intro__info__textbox--list {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #FFF;
  padding: 60px;
  width: 100%;
}
.room__intro__info__textbox--list li {
  color: #426C54;
}
.room__intro__info__slide {
  width: 57.5%;
  position: relative;
}
.room__intro__info__slide img {
  display: block;
}
.room__intro__info__slide .slide-arrow {
  position: absolute;
  height: 45px;
  width: 45px;
  cursor: pointer;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 5;
}
.room__intro__info__slide .slide-arrow img {
  width: 100%;
}
.room__intro__info__slide .slide-arrow:hover {
  opacity: 0.8;
}
.room__intro__info__slide .slide-arrow.prev-arrow {
  left: 10px;
}
.room__intro__info__slide .slide-arrow.next-arrow {
  right: 10px;
}
.room__intro__madorizu {
  width: 1200px;
  max-width: 100%;
  margin: auto;
}

.room__kihon {
  padding: 127px 0;
  background-color: #EFEFEF;
  margin-bottom: 100px;
}
.room__kihon--title {
  font-size: 2.1875rem;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-bottom: 2em;
  font-weight: normal;
}
.room__kihon__table {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto 75px;
  border-top: solid 1px #426C54;
}
.room__kihon__table th,
.room__kihon__table td {
  border-bottom: solid 1px #426C54;
  padding: 1em;
}
.room__kihon__table th {
  width: 20%;
  font-weight: bold;
}
.room__kihon__table td {
  width: 80%;
}
.room__kihon__slide {
  width: 694px;
  max-width: 90%;
  margin: auto;
}
.room__kihon__slide img {
  width: 100%;
}

.room__facility {
  width: 1200px;
  max-width: 90%;
  margin: auto;
  padding: 100px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.room__facility:last-child {
  margin: 0 auto 100px;
}
.room__facility__textbox {
  width: 47.75%;
}
.room__facility__textbox--title {
  font-size: 1.875rem;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: normal;
  text-align: left;
  margin-bottom: 1em;
  padding-left: 50px;
  background: url(../images/room/room_icon.png) no-repeat left center/32px;
}
.room__facility__textbox--text {
  margin-bottom: 1em;
}
.room__facility__textbox--subtext {
  font-size: 0.875rem;
  margin-bottom: 1em;
}
.room__facility__image {
  width: 46.66%;
}
.room__facility__image img {
  width: 100%;
}
.room__facility__line {
  width: 50%;
  height: 1px;
  background-color: #426C54;
}
.room__facility__line.left {
  margin-right: auto;
}
.room__facility__line.right {
  margin-left: auto;
}

@media screen and (max-width: 1280px) {
  /*1280*/
  .room__intro__info__textbox {
    width: 40%;
  }
  .room__intro__info__textbox--title {
    font-size: 2rem;
    margin-bottom: 0.5em;
  }
  .room__intro__info__textbox--list {
    padding: 30px;
  }
}
@media screen and (max-width: 960px) {
  /*960*/
  .room__mainslide {
    margin: 0 auto 100px;
  }
  .room__mainslide__textbox {
    left: 5%;
  }
  .room__mainslide__textbox--area {
    font-size: 1.375rem;
  }
  .room__mainslide__textbox--text {
    font-size: 0.9375rem;
  }
  .room__intro {
    padding: 75px 0;
  }
  .room__intro + .room__intro {
    margin-top: 30px;
  }
  .room__intro__info {
    margin: 0 auto 50px;
  }
  .room__intro__info__textbox {
    width: 47.5%;
  }
  .room__intro__info__textbox--title {
    font-size: 1.625rem;
    margin-bottom: 0;
  }
  .room__intro__info__textbox--text {
    font-size: 1rem;
  }
  .room__intro__info__textbox--list {
    padding: 10px 15px;
  }
  .room__intro__info__textbox--list li {
    font-size: 0.9375rem;
  }
  .room__intro__info__slide {
    width: 50%;
  }
  .room__intro__info__slide .slide-arrow {
    height: 40px;
    width: 40px;
  }
  .room__kihon {
    padding: 75px 0;
    margin-bottom: 75px;
  }
  .room__kihon--title {
    font-size: 1.75rem;
  }
  .room__kihon__table {
    margin: 0 auto 50px;
  }
  .room__kihon__table th,
  .room__kihon__table td {
    font-size: 0.9375rem;
  }
  .room__kihon__slide {
    width: 500px;
  }
  .room__facility {
    padding: 75px 0;
  }
  .room__facility:last-child {
    margin: 0 auto 75px;
  }
  .room__facility__textbox--title {
    font-size: 1.625rem;
    padding-left: 40px;
    background: url(../images/room/room_icon.png) no-repeat left center/28px;
  }
  .room__facility__textbox--text {
    font-size: 0.9375rem;
  }
  .room__facility__textbox--subtext {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 768px) {
  /*768*/
  .room__mainslide {
    margin: 0 auto 75px;
  }
  .room__mainslide__textbox {
    position: static;
    padding: 10px 5% 0;
  }
  .room__mainslide__textbox--area {
    font-size: 1rem;
  }
  .room__mainslide__textbox--text {
    font-size: 0.8125rem;
  }
  .room__view {
    padding: 30px 0;
    margin: 0 auto 50px;
  }
  .room__view__photo {
    width: 75%;
  }
  .room__view__photo img {
    margin-bottom: 10px;
  }
  .room__view__photo + .room__view__photo {
    margin-top: 30px;
  }
  .room__view__title {
    text-align: center;
    font-size: 1.125rem;
  }
  .room__view__text {
    font-size: 0.875rem;
  }
  .room__intro {
    padding: 50px 0;
  }
  .room__intro + .room__intro {
    margin-top: 15px;
  }
  .room__intro__info {
    display: block;
    margin: 0 auto 30px;
    max-width: 100%;
  }
  .room__intro__info__textbox {
    width: 90%;
    margin: 0 auto 30px;
  }
  .room__intro__info__textbox--title {
    font-size: 1.375rem;
    margin-bottom: 0.5em;
  }
  .room__intro__info__textbox--text {
    font-size: 0.875rem;
    margin-bottom: 1em;
  }
  .room__intro__info__textbox--list {
    position: static;
    padding: 15px 5%;
  }
  .room__intro__info__textbox--list li {
    font-size: 0.8125rem;
  }
  .room__intro__info__slide {
    width: 100%;
  }
  .room__intro__info__slide .slide-arrow {
    height: 36px;
    width: 36px;
  }
  .room__intro__info__slide .slide-arrow.prev-arrow {
    left: 5px;
  }
  .room__intro__info__slide .slide-arrow.next-arrow {
    right: 5px;
  }
  .room__kihon {
    padding: 50px 0;
    margin-bottom: 50px;
  }
  .room__kihon--title {
    font-size: 1.375rem;
    margin-bottom: 1em;
  }
  .room__kihon__table {
    margin: 0 auto 30px;
  }
  .room__kihon__table th,
  .room__kihon__table td {
    display: block;
  }
  .room__kihon__table th {
    width: 100%;
    border-bottom: none;
    padding: 1em 0 0;
  }
  .room__kihon__table td {
    width: 100%;
    font-size: 0.875rem;
    padding: 1em 0;
  }
  .room__facility {
    padding: 30px 0;
    display: block;
  }
  .room__facility:last-child {
    margin: 0 auto 50px;
  }
  .room__facility__textbox {
    width: 100%;
  }
  .room__facility__textbox--title {
    font-size: 1.375rem;
    margin-bottom: 0.5em;
    padding-left: 30px;
    background: url(../images/room/room_icon.png) no-repeat left center/20px;
  }
  .room__facility__textbox--text {
    font-size: 0.875rem;
  }
  .room__facility__image {
    width: 100%;
  }
}
.sauna_wrap {
  background: #EFEFEF;
  width: 100%;
  padding-bottom: 8em;
}
@media screen and (max-width: 768px) {
  .sauna_wrap {
    padding-bottom: 2em;
  }
}

/* saunaroom ------------------------------------------ */
.saunaroom h2 {
  font-size: 2.1875rem;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background: #FFFFFF;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  .saunaroom h2 {
    font-size: 1.8125rem;
  }
}
@media screen and (max-width: 768px) {
  .saunaroom h2 {
    font-size: 1.4375rem;
    letter-spacing: 0.1em;
    line-height: 1.5em;
  }
}
.saunaroom__box {
  width: 100%;
  background: url(../images/sauna/saunaroom_bg.jpg) no-repeat;
  background-position: top center;
  background-size: cover;
  margin-bottom: 1.85em;
}
.saunaroom__box--inner {
  position: relative;
  max-width: 1328px;
  width: 100%;
  margin: 0 auto;
  padding-top: 7em;
  padding-bottom: 7em;
}
.saunaroom__box--inner .saunaroom_bg_smoke {
  position: absolute;
  top: 0;
  left: 0;
}
.saunaroom__box h3, .saunaroom__box p {
  color: #FFFFFF;
  max-width: 929px;
  text-align: left;
  margin: 0 auto;
}
.saunaroom__box h3 {
  font-size: 1.5625rem;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-bottom: 10px;
  letter-spacing: 0.15em;
}
.saunaroom__box p {
  margin-top: 4em;
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  .saunaroom__box--inner {
    padding-top: 5em;
  }
  .saunaroom__box--inner .saunaroom_bg_smoke {
    width: 35%;
    top: -4em;
    left: -1em;
  }
  .saunaroom__box h3 {
    font-size: 1.25rem;
    text-align: center;
    margin-bottom: 20px;
  }
  .saunaroom__box p {
    margin-top: 2em;
    width: 90%;
    font-size: 0.875rem;
  }
}

.saunaroom__slider {
  max-width: 930px;
  margin: 0 auto;
  position: relative;
}
.saunaroom__slider .prev-arrow, .saunaroom__slider .next-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #426C54;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.saunaroom__slider .prev-arrow img, .saunaroom__slider .next-arrow img {
  width: 60%;
}
.saunaroom__slider .prev-arrow:hover, .saunaroom__slider .next-arrow:hover {
  cursor: pointer;
  opacity: 0.8;
}
.saunaroom__slider .prev-arrow {
  transform: scale(-1, 1);
  margin-left: 20px;
}
.saunaroom__slider .next-arrow {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .saunaroom__slider .prev-arrow, .saunaroom__slider .next-arrow {
    width: 36px;
    height: 36px;
  }
  .saunaroom__slider .prev-arrow {
    margin-left: 5px;
  }
  .saunaroom__slider .next-arrow {
    margin-right: 5px;
  }
}

/* sauna_loryu ------------------------------------------ */
.sauna_loryu {
  width: 90%;
  margin: 8.5em auto 0;
}
.sauna_loryu h2 {
  font-size: 1.875rem;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-bottom: 35px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  .sauna_loryu h2 {
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 768px) {
  .sauna_loryu {
    margin-top: 6em;
  }
  .sauna_loryu h2 {
    font-size: 1.25rem;
    margin-bottom: 15px;
  }
  .sauna_loryu p {
    font-size: 0.875rem;
  }
}

.selfloryu {
  max-width: 930px;
  width: 100%;
  margin: 0 auto;
}
.selfloryu .selfloryu-mv__video {
  width: 100%;
  display: block;
}
.selfloryu .selfloryu-txt p {
  margin-top: 4.5em;
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  .selfloryu .selfloryu-txt p {
    margin-top: 2em;
  }
}

.selfloryu-scent {
  max-width: 930px;
  width: 100%;
  margin: 70px auto 0;
  background: #FFFFFF;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.selfloryu-scent--img {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}
.selfloryu-scent--img img {
  display: block;
  width: 100%;
}
.selfloryu-scent--txt {
  max-width: 520px;
  width: auto;
  margin-left: 30px;
}
.selfloryu-scent--txt p {
  width: 100%;
}
.selfloryu-scent--txt a {
  text-decoration: underline;
  color: #426C54;
}
@media screen and (max-width: 960px) {
  .selfloryu-scent {
    display: block;
  }
  .selfloryu-scent--img {
    width: 70%;
  }
  .selfloryu-scent--txt {
    max-width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
}

/* sauna_custom ------------------------------------------ */
.sauna_custom {
  max-width: 1200px;
  width: 90%;
  margin: 13em auto 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sauna_custom {
    margin: 5em auto 0;
  }
}
.sauna_custom__title {
  position: absolute;
  top: 0;
  left: -1em;
  max-width: 380px;
  width: 31%;
  border-radius: 50%;
  background: #FFFFFF;
}
.sauna_custom__title--inner {
  position: relative;
  padding-top: 100%;
  height: 0;
}
.sauna_custom__title h2 {
  font-size: 1.875rem;
  position: absolute;
  top: calc((100% - 3em) / 2);
  left: 0;
  right: 0;
  margin: 0;
  text-align: center;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  .sauna_custom__title h2 {
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 768px) {
  .sauna_custom__title {
    top: 10%;
    left: 50%;
    transform: translate(-50%, 10%);
    width: 80%;
    top: 0;
  }
  .sauna_custom__title h2 {
    font-size: 1.25rem;
  }
}
.sauna_custom__list {
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(3, 1fr);
  gap: 5.8em;
  padding-top: 14.3em;
}
.sauna_custom__list div {
  max-width: 338px;
  z-index: 1;
}
.sauna_custom__list div img {
  display: block;
}
.sauna_custom__list div h3 {
  font-size: 1.5625rem;
  margin-top: 35px;
  margin-bottom: 25px;
  letter-spacing: 0.1em;
}
.sauna_custom__list div p {
  line-height: 2.1;
}
.sauna_custom__list div:first-child {
  padding-top: 6.9em;
}
.sauna_custom__list div:nth-child(2) {
  padding-top: 3.45em;
}
@media screen and (max-width: 1280px) {
  .sauna_custom__list {
    padding-top: 13em;
  }
}
@media screen and (max-width: 960px) {
  .sauna_custom__list {
    padding-top: 8em;
  }
  .sauna_custom__list div h3 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .sauna_custom__list {
    padding-top: 14.3em;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  .sauna_custom__list div {
    width: 80%;
    margin: 0 auto;
    padding-top: 4em;
  }
  .sauna_custom__list div h3 {
    font-size: 1rem;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .sauna_custom__list div p {
    font-size: 0.8125rem;
  }
  .sauna_custom__list div:first-child {
    padding-top: 8em;
  }
}
@media screen and (max-width: 480px) {
  .sauna_custom__list div:first-child {
    padding-top: 4em;
  }
}

/* sauna_others ------------------------------------------ */
.sauna_others {
  width: 100%;
  margin-top: 12.5em;
}
.sauna_others__box {
  width: 100%;
  margin-bottom: 12.2em;
}
.sauna_others__box h2 {
  font-size: 1.875rem;
  margin-bottom: 55px;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.1em;
}
.sauna_others__box p {
  max-width: 1200px;
  width: 90%;
  margin: 74px auto 0;
  line-height: 2.1;
}
.sauna_others__box--img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5%;
}
.sauna_others__box--img img {
  width: 45%;
}
@media screen and (max-width: 960px) {
  .sauna_others__box {
    margin-bottom: 7em;
  }
  .sauna_others__box h2 {
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 768px) {
  .sauna_others {
    margin-top: 6em;
  }
  .sauna_others__box {
    margin-bottom: 5em;
  }
  .sauna_others__box h2 {
    font-size: 1.25rem;
    margin-bottom: 30px;
  }
  .sauna_others__box p {
    font-size: 0.875rem;
    margin-top: 0;
  }
  .sauna_others__box--img {
    display: block;
  }
  .sauna_others__box--img img {
    width: 100%;
    margin-bottom: 30px;
  }
}

/* sauna_jikan ------------------------------------------ */
.sauna_jikan {
  width: 1000px;
  max-width: 90%;
  margin: 0 auto 50px;
}

/* sauna_bnr-area ------------------------------------------ */
.sauna_bnr-area {
  margin: 6.9em auto 0;
}
.sauna_bnr-area a:hover {
  opacity: 0.7;
}
.sauna_bnr-area a img {
  max-width: 1024px;
  width: 90%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sauna_bnr-area {
    margin-top: 4.5rem;
  }
}

/* sauna_benefits ------------------------------------------ */
.sauna_benefits {
  position: relative;
  background: #DCE6E1;
  margin: 6.9em auto 19em;
  max-width: 1030px;
  padding-bottom: 5.3em;
}
.sauna_benefits h2 {
  font-size: 1.875rem;
  color: #426C54;
  padding-top: 3em;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}
.sauna_benefits__line {
  position: absolute;
  width: 1px;
  height: 316px;
  background: #15231B;
  left: 50%;
  transform: translateY(-75%);
}
@media screen and (max-width: 1280px) {
  .sauna_benefits {
    width: 90%;
  }
}
@media screen and (max-width: 960px) {
  .sauna_benefits h2 {
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 768px) {
  .sauna_benefits {
    margin: 4.5em auto 6em;
  }
  .sauna_benefits h2 {
    font-size: 1.25rem;
  }
  .sauna_benefits__line {
    height: 200px;
  }
}

.sauna_benefits__list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 30px;
  flex-wrap: wrap;
  max-width: 840px;
  width: 80%;
  margin: 0 auto;
}
.sauna_benefits__list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  margin: 20px auto 0;
  padding: 30px 0;
  width: 174px;
  height: 174px;
  background: #426C54;
  border-radius: 10px;
}
.sauna_benefits__list li img {
  display: block;
  margin: auto auto 0;
  max-width: 93px;
  width: 100%;
}
.sauna_benefits__list li p {
  color: #FFFFFF;
  text-align: center;
  font-size: 0.875rem;
  padding-bottom: 5px;
}
.sauna_benefits__list li p.font_small {
  font-size: 0.8125rem;
}
@media screen and (max-width: 768px) {
  .sauna_benefits__list {
    gap: 10px;
  }
  .sauna_benefits__list li {
    padding: 10px 0;
    margin: 10px auto 0;
    width: 110px;
    height: 110px;
  }
  .sauna_benefits__list li p {
    font-size: 0.75rem;
  }
  .sauna_benefits__list li p.font_small {
    font-size: 0.6875rem;
  }
  .sauna_benefits__list li img {
    width: 60%;
  }
  .sauna_benefits__list li p.font_small {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 1280px) {
  /*1280*/
}
@media screen and (max-width: 960px) {
  /*960*/
}
@media screen and (max-width: 768px) {
  /*768*/
}
.bbq__kodawari {
  width: 100%;
  background: url(../images/bbq/kodawari_bg.jpg) no-repeat;
  background-position: top center;
  background-size: cover;
  margin: 0 auto;
  padding-top: 13em;
  padding-bottom: 16.5em;
}
.bbq__kodawari p {
  color: #FFFFFF;
  padding: 2em 0 3em;
  line-height: 2em;
}
.bbq__kodawari h2, .bbq__kodawari h3 {
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #FFFFFF;
}
.bbq__kodawari h2 {
  font-size: 2.1875rem;
  margin-bottom: 65px;
  letter-spacing: 0.1em;
}
.bbq__kodawari h3 {
  font-size: 1.5625rem;
  background: url(../images/bbq/icon_kodawari.png) no-repeat;
  background-position: top center;
  padding-top: 63px;
  letter-spacing: 0.15em;
}
.bbq__kodawari ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 6em;
  justify-content: center;
  max-width: 1096px;
  width: 100%;
  margin: 0 auto;
}
.bbq__kodawari li {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
  padding: 5.5em 4em 4em;
  margin: 0 auto;
}
.bbq__kodawari li img {
  display: block;
  margin-top: auto;
}
.bbq__kodawari li a {
  color: #FFFFFF;
  text-decoration: underline;
}
.bbq__kodawari li .caption {
  font-size: 0.75rem;
  padding: 0 0 10px;
}
@media screen and (max-width: 1280px) {
  .bbq__kodawari ul {
    width: 90%;
  }
  .bbq__kodawari li {
    margin: 0 auto;
  }
}
@media screen and (max-width: 960px) {
  .bbq__kodawari ul {
    grid-gap: 4em;
  }
}
@media screen and (max-width: 768px) {
  .bbq__kodawari {
    padding-top: 4em;
    padding-bottom: 4em;
  }
  .bbq__kodawari p {
    font-size: 0.75rem;
    padding: 1.5em 0 2em;
  }
  .bbq__kodawari h2 {
    font-size: 1.25rem;
    margin-bottom: 2em;
  }
  .bbq__kodawari h3 {
    font-size: 1.125rem;
    padding-top: 55px;
  }
  .bbq__kodawari ul {
    display: block;
  }
  .bbq__kodawari li {
    max-width: 100%;
    margin-bottom: 3em;
    padding: 3em 2em 2.2em;
  }
}

.bbq__mochikomi {
  background: #15231B;
  margin: 0 auto;
  width: 100%;
}
.bbq__mochikomi dl {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 5em 0;
}
.bbq__mochikomi dl dt {
  background: #FFFFFF;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.5625rem;
  line-height: 2em;
  padding-left: 0.6em;
  width: 320px;
  text-align: center;
  margin: 0 auto;
}
.bbq__mochikomi dl dd {
  width: calc(100% - 320px);
  color: #FFFFFF;
  font-size: 1.25rem;
  padding-left: 4em;
}
@media screen and (max-width: 1280px) {
  .bbq__mochikomi dl {
    padding: 5em 2em;
  }
  .bbq__mochikomi dl dd {
    padding-left: 2em;
  }
}
@media screen and (max-width: 960px) {
  .bbq__mochikomi dl {
    display: block;
  }
  .bbq__mochikomi dl dt {
    font-size: 1.375rem;
  }
  .bbq__mochikomi dl dd {
    font-size: 1.125rem;
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .bbq__mochikomi dl {
    width: 80%;
    padding: 3em 0;
  }
  .bbq__mochikomi dl dt {
    width: 100%;
    font-size: 1rem;
  }
  .bbq__mochikomi dl dd {
    font-size: 0.875rem;
    text-align: left;
    line-height: 2.2em;
  }
}

.bbq__syabu {
  max-width: 640px;
  padding-top: 50px;
  margin: 0 auto 50px;
}
.bbq__syabu img {
  display: block;
  margin-bottom: 30px;
}
.bbq__syabu h3 {
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.bbq__syabu p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .bbq__syabu h3 {
    font-size: 1.125rem;
  }
  .bbq__syabu p {
    font-size: 0.875rem;
    padding: 0 5%;
  }
}

.bbq__end {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: #426C54;
  margin-bottom: 18em;
  max-height: 557px;
}
.bbq__end p {
  color: #FFFFFF;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 1.5625rem;
  letter-spacing: 0.15em;
}
.bbq__end--img {
  max-width: 1069px;
  width: 56.2%;
}
.bbq__end--img img {
  display: block;
}
@media screen and (max-width: 960px) {
  .bbq__end p {
    font-size: 1.4375rem;
  }
}
@media screen and (max-width: 768px) {
  .bbq__end {
    display: block;
    margin-bottom: 10em;
  }
  .bbq__end p {
    font-size: 1.25rem;
    padding: 13% 0;
    width: 80%;
    margin: 0 auto;
  }
  .bbq__end--img {
    width: 100%;
  }
}

/* location__common *********************/
/* location__title *********************/
.location__title {
  max-width: 1200px;
  width: 90%;
  margin: 185px auto 0;
  padding: 0;
  letter-spacing: 0.1rem;
}
.location__title h1 {
  font-size: 1.5625rem;
  text-align: left;
  font-weight: normal;
  line-height: 1.2;
}
.location__title h1 span {
  font-size: 4.0625rem;
  font-family: "IM Fell Double Pica SC", serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1280px) {
  .location__title h1 {
    font-size: 1.375rem;
  }
  .location__title h1 span {
    font-size: 3.625rem;
  }
}
@media screen and (max-width: 960px) {
  .location__title h1 {
    font-size: 1.25rem;
  }
  .location__title h1 span {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .location__title {
    margin: 100px auto 0;
  }
  .location__title h1 {
    font-size: 1.125rem;
  }
  .location__title h1 span {
    font-size: 2.375rem;
  }
}

/* location__mainvisual *********************/
.location__mainvisual {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.location__mainvisual p {
  max-width: 457px;
  font-size: 1.125rem;
  line-height: 2.1;
}
.location__mainvisual img {
  display: block;
  max-width: 575px;
  margin-right: 70px;
}
@media screen and (max-width: 1280px) {
  .location__mainvisual img {
    width: 50%;
    margin-right: 0;
  }
  .location__mainvisual p {
    width: 50%;
  }
}
@media screen and (max-width: 960px) {
  .location__mainvisual {
    display: block;
  }
  .location__mainvisual img {
    width: 100%;
    margin: 0 auto;
  }
  .location__mainvisual p {
    max-width: 100%;
    width: 100%;
    padding-top: 4em;
    padding-bottom: 20px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .location__mainvisual p {
    font-size: 0.875rem;
  }
}

/* location__menu *********************/
.location__menu ul {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: initial;
  font-family: "IM Fell Double Pica SC", serif;
  margin-top: 5em;
  gap: 2.3em;
}
.location__menu ul li {
  width: 100%;
  font-size: 1.25rem;
}
.location__menu ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  letter-spacing: 0.1em;
  padding: 0.8em 0;
}
.location__menu ul li a:hover {
  background: #FFFFFF;
  text-decoration: none;
}
.location__menu__spring a {
  background: #DDA3A3;
  border: 1px solid #DDA3A3;
}
.location__menu__spring a:hover {
  color: #DDA3A3;
}
.location__menu__summer a {
  background: #E2CF7F;
  border: 1px solid #E2CF7F;
}
.location__menu__summer a:hover {
  color: #E2CF7F;
}
.location__menu__autumn a {
  background: #E0A776;
  border: 1px solid #E0A776;
}
.location__menu__autumn a:hover {
  color: #E0A776;
}
.location__menu__winter a {
  background: #6AB4C1;
  border: 1px solid #6AB4C1;
}
.location__menu__winter a:hover {
  color: #6AB4C1;
}
@media screen and (max-width: 960px) {
  .location__menu ul {
    gap: 1.5em;
  }
  .location__menu ul li {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .location__menu ul {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 1.5em;
    gap: 1em;
  }
  .location__menu ul li {
    font-size: 0.875rem;
  }
  .location__menu ul li a {
    padding: 1em 0;
  }
}

/* location__main *********************/
.location__spring {
  position: relative;
  background: #EFEFEF;
  padding-top: 25em;
  padding-bottom: 14em;
  margin-top: 17em;
  margin-bottom: 0em;
}
@media screen and (max-width: 960px) {
  .location__spring {
    margin-top: 22em;
    padding-top: 15em;
    padding-bottom: 7em;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .location__spring {
    margin-top: 15em;
    padding-top: 10em;
    padding-bottom: 3em;
    margin-bottom: 0em;
  }
}
.location__spring__title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -18%);
  width: 594px;
  background: #DDA3A3;
  text-align: center;
  padding: 7.4rem 2em;
}
.location__spring__title h2, .location__spring__title p {
  color: #FFFFFF;
  text-align: center;
  font-weight: normal;
}
.location__spring__title h2 {
  font-family: "IM Fell Double Pica SC", serif;
  letter-spacing: 0.5rem;
  font-size: 2.1875rem;
}
.location__spring__title img {
  max-width: 180px;
  width: 50%;
}
.location__spring__title p {
  margin-top: 2.2em;
}
@media screen and (max-width: 960px) {
  .location__spring__title {
    max-width: 470px;
    width: 80%;
    padding: 6rem;
    transform: translate(-50%, -50%);
  }
  .location__spring__title h2 {
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 768px) {
  .location__spring__title {
    max-width: 400px;
    padding: 3em;
  }
  .location__spring__title h2 {
    font-size: 1.0625rem;
  }
  .location__spring__title p {
    font-size: 0.75rem;
  }
}
.location__spring__box {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  background: #FFFFFF;
  margin-top: 6.2em;
  padding: 5.4em 6.2em 6.6em;
}
@media screen and (max-width: 960px) {
  .location__spring__box {
    padding: 4em;
  }
}
@media screen and (max-width: 768px) {
  .location__spring__box {
    margin-top: 3em;
    padding: 3em 2em;
  }
}
.location__spring__box__overview {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2.9%;
}
.location__spring__box__overview--txt {
  max-width: 500px;
  width: 50%;
}
.location__spring__box__overview--img {
  max-width: 471px;
  width: 47.1%;
}
.location__spring__box__overview h3 {
  text-align: left;
  font-size: 1.875rem;
  letter-spacing: 0.3rem;
  width: 100%;
  border-bottom: 1px solid #15231B;
}
.location__spring__box__overview dl {
  margin-top: 25px;
}
.location__spring__box__overview dt {
  border-left: 4px solid #DDA3A3;
  line-height: 1.25em;
  padding-bottom: 2px;
  padding-left: 10px;
  font-weight: bold;
}
.location__spring__box__overview dd {
  margin: 10px 0 20px 16px;
}
.location__spring__box__overview dd ul {
  width: 95%;
  list-style: disc;
  margin-left: 1.4em;
}
.location__spring__box__overview dd ul.ul_2column {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 0.8125rem;
  flex-wrap: wrap;
}
.location__spring__box__overview dd ul.ul_2column li {
  width: 45%;
}
@media screen and (max-width: 960px) {
  .location__spring__box__overview dd ul.ul_2column {
    display: block;
  }
  .location__spring__box__overview dd ul.ul_2column li {
    width: 100%;
  }
}
.location__spring__box__overview dd a {
  text-decoration: underline;
  color: #4F9B4F;
}
.location__spring__box__overview dd a:hover {
  text-decoration: none;
}
.location__spring__box__overview img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .location__spring__box__overview h3 {
    font-size: 1.6875rem;
  }
}
@media screen and (max-width: 960px) {
  .location__spring__box__overview h3 {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 768px) {
  .location__spring__box__overview {
    display: block;
  }
  .location__spring__box__overview--txt, .location__spring__box__overview--img {
    max-width: 100%;
    width: 100%;
  }
  .location__spring__box__overview h3 {
    font-size: 1.125rem;
    letter-spacing: 0.1rem;
  }
  .location__spring__box__overview dd {
    margin-top: 5px;
  }
}
.location__spring__box__detail {
  margin-top: 1.6em;
}

.location__summer {
  position: relative;
  background: #EFEFEF;
  padding-top: 25em;
  padding-bottom: 14em;
  margin-top: 17em;
  margin-bottom: 0em;
}
@media screen and (max-width: 960px) {
  .location__summer {
    margin-top: 22em;
    padding-top: 15em;
    padding-bottom: 7em;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .location__summer {
    margin-top: 15em;
    padding-top: 10em;
    padding-bottom: 3em;
    margin-bottom: 0em;
  }
}
.location__summer__title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -18%);
  width: 594px;
  background: #E2CF7F;
  text-align: center;
  padding: 7.4rem 2em;
}
.location__summer__title h2, .location__summer__title p {
  color: #FFFFFF;
  text-align: center;
  font-weight: normal;
}
.location__summer__title h2 {
  font-family: "IM Fell Double Pica SC", serif;
  letter-spacing: 0.5rem;
  font-size: 2.1875rem;
}
.location__summer__title img {
  max-width: 180px;
  width: 50%;
}
.location__summer__title p {
  margin-top: 2.2em;
}
@media screen and (max-width: 960px) {
  .location__summer__title {
    max-width: 470px;
    width: 80%;
    padding: 6rem;
    transform: translate(-50%, -50%);
  }
  .location__summer__title h2 {
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 768px) {
  .location__summer__title {
    max-width: 400px;
    padding: 3em;
  }
  .location__summer__title h2 {
    font-size: 1.0625rem;
  }
  .location__summer__title p {
    font-size: 0.75rem;
  }
}
.location__summer__box {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  background: #FFFFFF;
  margin-top: 6.2em;
  padding: 5.4em 6.2em 6.6em;
}
@media screen and (max-width: 960px) {
  .location__summer__box {
    padding: 4em;
  }
}
@media screen and (max-width: 768px) {
  .location__summer__box {
    margin-top: 3em;
    padding: 3em 2em;
  }
}
.location__summer__box__overview {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2.9%;
}
.location__summer__box__overview--txt {
  max-width: 500px;
  width: 50%;
}
.location__summer__box__overview--img {
  max-width: 471px;
  width: 47.1%;
}
.location__summer__box__overview h3 {
  text-align: left;
  font-size: 1.875rem;
  letter-spacing: 0.3rem;
  width: 100%;
  border-bottom: 1px solid #15231B;
}
.location__summer__box__overview dl {
  margin-top: 25px;
}
.location__summer__box__overview dt {
  border-left: 4px solid #E2CF7F;
  line-height: 1.25em;
  padding-bottom: 2px;
  padding-left: 10px;
  font-weight: bold;
}
.location__summer__box__overview dd {
  margin: 10px 0 20px 16px;
}
.location__summer__box__overview dd ul {
  width: 95%;
  list-style: disc;
  margin-left: 1.4em;
}
.location__summer__box__overview dd ul.ul_2column {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 0.8125rem;
  flex-wrap: wrap;
}
.location__summer__box__overview dd ul.ul_2column li {
  width: 45%;
}
@media screen and (max-width: 960px) {
  .location__summer__box__overview dd ul.ul_2column {
    display: block;
  }
  .location__summer__box__overview dd ul.ul_2column li {
    width: 100%;
  }
}
.location__summer__box__overview dd a {
  text-decoration: underline;
  color: #4F9B4F;
}
.location__summer__box__overview dd a:hover {
  text-decoration: none;
}
.location__summer__box__overview img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .location__summer__box__overview h3 {
    font-size: 1.6875rem;
  }
}
@media screen and (max-width: 960px) {
  .location__summer__box__overview h3 {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 768px) {
  .location__summer__box__overview {
    display: block;
  }
  .location__summer__box__overview--txt, .location__summer__box__overview--img {
    max-width: 100%;
    width: 100%;
  }
  .location__summer__box__overview h3 {
    font-size: 1.125rem;
    letter-spacing: 0.1rem;
  }
  .location__summer__box__overview dd {
    margin-top: 5px;
  }
}
.location__summer__box__detail {
  margin-top: 1.6em;
}

.location__autumn {
  position: relative;
  background: #EFEFEF;
  padding-top: 25em;
  padding-bottom: 14em;
  margin-top: 17em;
  margin-bottom: 0em;
}
@media screen and (max-width: 960px) {
  .location__autumn {
    margin-top: 22em;
    padding-top: 15em;
    padding-bottom: 7em;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .location__autumn {
    margin-top: 15em;
    padding-top: 10em;
    padding-bottom: 3em;
    margin-bottom: 0em;
  }
}
.location__autumn__title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -18%);
  width: 594px;
  background: #E0A776;
  text-align: center;
  padding: 7.4rem 2em;
}
.location__autumn__title h2, .location__autumn__title p {
  color: #FFFFFF;
  text-align: center;
  font-weight: normal;
}
.location__autumn__title h2 {
  font-family: "IM Fell Double Pica SC", serif;
  letter-spacing: 0.5rem;
  font-size: 2.1875rem;
}
.location__autumn__title img {
  max-width: 180px;
  width: 50%;
}
.location__autumn__title p {
  margin-top: 2.2em;
}
@media screen and (max-width: 960px) {
  .location__autumn__title {
    max-width: 470px;
    width: 80%;
    padding: 6rem;
    transform: translate(-50%, -50%);
  }
  .location__autumn__title h2 {
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 768px) {
  .location__autumn__title {
    max-width: 400px;
    padding: 3em;
  }
  .location__autumn__title h2 {
    font-size: 1.0625rem;
  }
  .location__autumn__title p {
    font-size: 0.75rem;
  }
}
.location__autumn__box {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  background: #FFFFFF;
  margin-top: 6.2em;
  padding: 5.4em 6.2em 6.6em;
}
@media screen and (max-width: 960px) {
  .location__autumn__box {
    padding: 4em;
  }
}
@media screen and (max-width: 768px) {
  .location__autumn__box {
    margin-top: 3em;
    padding: 3em 2em;
  }
}
.location__autumn__box__overview {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2.9%;
}
.location__autumn__box__overview--txt {
  max-width: 500px;
  width: 50%;
}
.location__autumn__box__overview--img {
  max-width: 471px;
  width: 47.1%;
}
.location__autumn__box__overview h3 {
  text-align: left;
  font-size: 1.875rem;
  letter-spacing: 0.3rem;
  width: 100%;
  border-bottom: 1px solid #15231B;
}
.location__autumn__box__overview dl {
  margin-top: 25px;
}
.location__autumn__box__overview dt {
  border-left: 4px solid #E0A776;
  line-height: 1.25em;
  padding-bottom: 2px;
  padding-left: 10px;
  font-weight: bold;
}
.location__autumn__box__overview dd {
  margin: 10px 0 20px 16px;
}
.location__autumn__box__overview dd ul {
  width: 95%;
  list-style: disc;
  margin-left: 1.4em;
}
.location__autumn__box__overview dd ul.ul_2column {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 0.8125rem;
  flex-wrap: wrap;
}
.location__autumn__box__overview dd ul.ul_2column li {
  width: 45%;
}
@media screen and (max-width: 960px) {
  .location__autumn__box__overview dd ul.ul_2column {
    display: block;
  }
  .location__autumn__box__overview dd ul.ul_2column li {
    width: 100%;
  }
}
.location__autumn__box__overview dd a {
  text-decoration: underline;
  color: #4F9B4F;
}
.location__autumn__box__overview dd a:hover {
  text-decoration: none;
}
.location__autumn__box__overview img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .location__autumn__box__overview h3 {
    font-size: 1.6875rem;
  }
}
@media screen and (max-width: 960px) {
  .location__autumn__box__overview h3 {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 768px) {
  .location__autumn__box__overview {
    display: block;
  }
  .location__autumn__box__overview--txt, .location__autumn__box__overview--img {
    max-width: 100%;
    width: 100%;
  }
  .location__autumn__box__overview h3 {
    font-size: 1.125rem;
    letter-spacing: 0.1rem;
  }
  .location__autumn__box__overview dd {
    margin-top: 5px;
  }
}
.location__autumn__box__detail {
  margin-top: 1.6em;
}

.location__winter {
  position: relative;
  background: #EFEFEF;
  padding-top: 25em;
  padding-bottom: 14em;
  margin-top: 17em;
  margin-bottom: 19em;
}
@media screen and (max-width: 960px) {
  .location__winter {
    margin-top: 22em;
    padding-top: 15em;
    padding-bottom: 7em;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .location__winter {
    margin-top: 15em;
    padding-top: 10em;
    padding-bottom: 3em;
    margin-bottom: 10em;
  }
}
.location__winter__title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -18%);
  width: 594px;
  background: #6AB4C1;
  text-align: center;
  padding: 7.4rem 2em;
}
.location__winter__title h2, .location__winter__title p {
  color: #FFFFFF;
  text-align: center;
  font-weight: normal;
}
.location__winter__title h2 {
  font-family: "IM Fell Double Pica SC", serif;
  letter-spacing: 0.5rem;
  font-size: 2.1875rem;
}
.location__winter__title img {
  max-width: 180px;
  width: 50%;
}
.location__winter__title p {
  margin-top: 2.2em;
}
@media screen and (max-width: 960px) {
  .location__winter__title {
    max-width: 470px;
    width: 80%;
    padding: 6rem;
    transform: translate(-50%, -50%);
  }
  .location__winter__title h2 {
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 768px) {
  .location__winter__title {
    max-width: 400px;
    padding: 3em;
  }
  .location__winter__title h2 {
    font-size: 1.0625rem;
  }
  .location__winter__title p {
    font-size: 0.75rem;
  }
}
.location__winter__box {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  background: #FFFFFF;
  margin-top: 6.2em;
  padding: 5.4em 6.2em 6.6em;
}
@media screen and (max-width: 960px) {
  .location__winter__box {
    padding: 4em;
  }
}
@media screen and (max-width: 768px) {
  .location__winter__box {
    margin-top: 3em;
    padding: 3em 2em;
  }
}
.location__winter__box__overview {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2.9%;
}
.location__winter__box__overview--txt {
  max-width: 500px;
  width: 50%;
}
.location__winter__box__overview--img {
  max-width: 471px;
  width: 47.1%;
}
.location__winter__box__overview h3 {
  text-align: left;
  font-size: 1.875rem;
  letter-spacing: 0.3rem;
  width: 100%;
  border-bottom: 1px solid #15231B;
}
.location__winter__box__overview dl {
  margin-top: 25px;
}
.location__winter__box__overview dt {
  border-left: 4px solid #6AB4C1;
  line-height: 1.25em;
  padding-bottom: 2px;
  padding-left: 10px;
  font-weight: bold;
}
.location__winter__box__overview dd {
  margin: 10px 0 20px 16px;
}
.location__winter__box__overview dd ul {
  width: 95%;
  list-style: disc;
  margin-left: 1.4em;
}
.location__winter__box__overview dd ul.ul_2column {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 0.8125rem;
  flex-wrap: wrap;
}
.location__winter__box__overview dd ul.ul_2column li {
  width: 45%;
}
@media screen and (max-width: 960px) {
  .location__winter__box__overview dd ul.ul_2column {
    display: block;
  }
  .location__winter__box__overview dd ul.ul_2column li {
    width: 100%;
  }
}
.location__winter__box__overview dd a {
  text-decoration: underline;
  color: #4F9B4F;
}
.location__winter__box__overview dd a:hover {
  text-decoration: none;
}
.location__winter__box__overview img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .location__winter__box__overview h3 {
    font-size: 1.6875rem;
  }
}
@media screen and (max-width: 960px) {
  .location__winter__box__overview h3 {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 768px) {
  .location__winter__box__overview {
    display: block;
  }
  .location__winter__box__overview--txt, .location__winter__box__overview--img {
    max-width: 100%;
    width: 100%;
  }
  .location__winter__box__overview h3 {
    font-size: 1.125rem;
    letter-spacing: 0.1rem;
  }
  .location__winter__box__overview dd {
    margin-top: 5px;
  }
}
.location__winter__box__detail {
  margin-top: 1.6em;
}

/* slick *********************/
.location__slide__slider--spring,
.location__slide__slider--summer,
.location__slide__slider--autumn,
.location__slide__slider--winter {
  width: 1240px;
  max-width: calc(90% + 40px);
  margin: 5.6em auto 0;
}
.location__slide__slider--spring .slick,
.location__slide__slider--summer .slick,
.location__slide__slider--autumn .slick,
.location__slide__slider--winter .slick {
  padding: 0 20px;
}
.location__slide__slider--spring .slick a,
.location__slide__slider--summer .slick a,
.location__slide__slider--autumn .slick a,
.location__slide__slider--winter .slick a {
  background: #426C54;
  display: block;
  width: 100%;
}
.location__slide__slider--spring .slick a:hover,
.location__slide__slider--summer .slick a:hover,
.location__slide__slider--autumn .slick a:hover,
.location__slide__slider--winter .slick a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.location__slide__slider--spring .slick img,
.location__slide__slider--summer .slick img,
.location__slide__slider--autumn .slick img,
.location__slide__slider--winter .slick img {
  width: 100%;
}
.location__slide__slider--spring .slick p,
.location__slide__slider--summer .slick p,
.location__slide__slider--autumn .slick p,
.location__slide__slider--winter .slick p {
  color: #FFFFFF;
  font-size: 0.8125rem;
  padding: 0.5em 0 0.5em 1.3em;
}
.location__slide__slider--spring .slick p:before,
.location__slide__slider--summer .slick p:before,
.location__slide__slider--autumn .slick p:before,
.location__slide__slider--winter .slick p:before {
  display: inline-block;
  content: "";
  background: url(../images/location/icon_googlemap.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 30px;
  height: 32px;
}
@media screen and (max-width: 960px) {
  .location__slide__slider--spring .slick p,
  .location__slide__slider--summer .slick p,
  .location__slide__slider--autumn .slick p,
  .location__slide__slider--winter .slick p {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 768px) {
  .location__slide__slider--spring .slick p,
  .location__slide__slider--summer .slick p,
  .location__slide__slider--autumn .slick p,
  .location__slide__slider--winter .slick p {
    font-size: 0.6875rem;
  }
}

/* slick arrow *********************/
.location__arrows--spring {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 281px;
  position: relative;
  text-align: center;
  margin: 24px auto;
}
.location__arrows--spring .prev-arrow, .location__arrows--spring .next-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 45px;
  color: #DDA3A3;
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.location__arrows--spring .prev-arrow, .location__arrows--spring .next-arrow:hover {
  cursor: pointer;
  opacity: 0.8;
}
.location__arrows--spring .prev-arrow {
  padding-right: 20px;
}
.location__arrows--spring .next-arrow {
  padding-left: 20px;
}
.location__arrows--spring .prev-arrow {
  border-right: 1px solid #DDA3A3;
  background: url(../images/location/spring_arrow_prev.png) no-repeat;
  background-position: left 30px;
}
.location__arrows--spring .next-arrow {
  background: url(../images/location/spring_arrow_next.png) no-repeat;
  background-position: right 30px;
}

.location__arrows--summer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 281px;
  position: relative;
  text-align: center;
  margin: 24px auto;
}
.location__arrows--summer .prev-arrow, .location__arrows--summer .next-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 45px;
  color: #E2CF7F;
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.location__arrows--summer .prev-arrow, .location__arrows--summer .next-arrow:hover {
  cursor: pointer;
  opacity: 0.8;
}
.location__arrows--summer .prev-arrow {
  padding-right: 20px;
}
.location__arrows--summer .next-arrow {
  padding-left: 20px;
}
.location__arrows--summer .prev-arrow {
  border-right: 1px solid #E2CF7F;
  background: url(../images/location/summer_arrow_prev.png) no-repeat;
  background-position: left 30px;
}
.location__arrows--summer .next-arrow {
  background: url(../images/location/summer_arrow_next.png) no-repeat;
  background-position: right 30px;
}

.location__arrows--autumn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 281px;
  position: relative;
  text-align: center;
  margin: 24px auto;
}
.location__arrows--autumn .prev-arrow, .location__arrows--autumn .next-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 45px;
  color: #E0A776;
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.location__arrows--autumn .prev-arrow, .location__arrows--autumn .next-arrow:hover {
  cursor: pointer;
  opacity: 0.8;
}
.location__arrows--autumn .prev-arrow {
  padding-right: 20px;
}
.location__arrows--autumn .next-arrow {
  padding-left: 20px;
}
.location__arrows--autumn .prev-arrow {
  border-right: 1px solid #E0A776;
  background: url(../images/location/autumn_arrow_prev.png) no-repeat;
  background-position: left 30px;
}
.location__arrows--autumn .next-arrow {
  background: url(../images/location/autumn_arrow_next.png) no-repeat;
  background-position: right 30px;
}

.location__arrows--winter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 281px;
  position: relative;
  text-align: center;
  margin: 24px auto;
}
.location__arrows--winter .prev-arrow, .location__arrows--winter .next-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 45px;
  color: #6AB4C1;
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.location__arrows--winter .prev-arrow, .location__arrows--winter .next-arrow:hover {
  cursor: pointer;
  opacity: 0.8;
}
.location__arrows--winter .prev-arrow {
  padding-right: 20px;
}
.location__arrows--winter .next-arrow {
  padding-left: 20px;
}
.location__arrows--winter .prev-arrow {
  border-right: 1px solid #6AB4C1;
  background: url(../images/location/winter_arrow_prev.png) no-repeat;
  background-position: left 30px;
}
.location__arrows--winter .next-arrow {
  background: url(../images/location/winter_arrow_next.png) no-repeat;
  background-position: right 30px;
}

.time__main {
  position: relative;
}
.time__main__photo {
  width: 100%;
  display: block;
}
.time__main__title {
  font-size: 2.5rem;
  text-align: right;
  width: 30%;
  border-bottom: solid 1px #000;
  position: absolute;
  top: 39%;
  left: 0;
  padding-right: 1em;
}

.time__bg {
  background: url(../images/time/time_bg.jpg) #15231B center center/cover;
  position: relative;
}

.time__inner {
  width: 1200px;
  max-width: 90%;
  margin: auto;
  padding: 200px 0;
}

.time__lead {
  margin-bottom: 200px;
}

.time__title {
  font-family: "IM Fell Double Pica SC", serif;
  font-size: 2.5rem;
  color: #FFF;
  margin-bottom: 1em;
  font-weight: normal;
  letter-spacing: 0.1em;
}

.time__subtitle {
  font-size: 1.5625rem;
  letter-spacing: 0.2em;
  margin-bottom: 2em;
  text-align: center;
  color: #FFF;
  font-weight: bold;
}

.time__text {
  color: #FFF;
  font-weight: bold;
}
.time__text.center {
  text-align: center;
}
.time__text.right {
  text-align: right;
}

.time__clock {
  width: 373px;
  max-width: 30%;
  opacity: 0.5;
  position: absolute;
  top: 500px;
  left: 20%;
}

.time__photoarea {
  opacity: 0;
}
.time__photoarea img {
  width: 100%;
  display: block;
  margin-bottom: 2em;
}
.time__photoarea__small {
  width: 480px;
  max-width: 40%;
}
.time__photoarea__medium {
  width: 579px;
  max-width: 48.25%;
}
.time__photoarea__large {
  width: 679px;
  max-width: 56.5%;
}
.time__photoarea__max {
  width: 837px;
  max-width: 70%;
}
.time__photoarea__center {
  margin: auto;
}
.time__photoarea__left {
  margin: 0 auto 0 0;
}
.time__photoarea__right {
  margin: 0 0 0 auto;
}

.time__checkin {
  margin-bottom: 175px;
}

.time__sauna {
  margin-bottom: 0;
}

.time__gaikiyoku {
  margin-bottom: -250px;
  transform: translateY(-50%);
}

.time__friend {
  margin-bottom: 0;
  transform: translateY(50%);
}

.time__bbq {
  margin-bottom: 0;
}

.time__stove {
  margin-bottom: 200px;
}

.time__projector {
  margin-bottom: 240px;
}

.time__room {
  margin-bottom: 0;
}

.time__yozora {
  margin-bottom: 125px;
  transform: translateY(-50%);
}

.time__myoko {
  margin-bottom: 150px;
}

.time__rice {
  margin-bottom: 0;
}

.time__today {
  opacity: 0;
  width: 1200px;
  max-width: 90%;
  margin: auto;
  padding: 200px 0 250px;
  background: url(../images/time/time_clock10.svg) no-repeat left 0 top 0/370px;
}
.time__today__text {
  text-align: center;
  color: #FFF;
  font-size: 1.875rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1280px) {
  /*1280*/
}
@media screen and (max-width: 960px) {
  /*960*/
  .time__main__title {
    font-size: 1.875rem;
  }
  .time__title {
    font-size: 1.875rem;
  }
  .time__subtitle {
    font-size: 1.25rem;
  }
  .time__text {
    font-size: 0.9375rem;
  }
  .time__today__text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  /*768*/
  .time__main__title {
    font-size: 1.375rem;
    width: 40%;
  }
  .time__bg {
    background: url(../images/time/time_bg_sp.jpg) #15231B center center/cover;
  }
  .time__inner {
    padding: 75px 0;
  }
  .time__lead {
    margin-bottom: 100px;
  }
  .time__title {
    font-size: 1.125rem;
  }
  .time__subtitle {
    font-size: 0.9375rem;
  }
  .time__text {
    font-size: 0.8125rem;
  }
  .time__clock {
    top: 250px;
    left: 10%;
  }
  .time__photoarea img {
    margin-bottom: 1em;
  }
  .time__photoarea__small {
    max-width: 40%;
  }
  .time__photoarea__medium {
    max-width: 62%;
  }
  .time__photoarea__large {
    max-width: 70%;
  }
  .time__photoarea__max {
    max-width: 80%;
  }
  .time__checkin {
    margin-bottom: 80px;
  }
  .time__gaikiyoku {
    margin-bottom: -125px;
    max-width: 45%;
  }
  .time__stove {
    margin-bottom: 100px;
  }
  .time__projector {
    margin-bottom: 120px;
  }
  .time__room {
    margin-bottom: 30px;
  }
  .time__yozora {
    margin-bottom: 60px;
    transform: translateY(0);
  }
  .time__myoko {
    margin-bottom: 75px;
  }
  .time__today {
    padding: 100px 0 150px;
    background: url(../images/time/time_clock.svg) no-repeat left 0 top 0/116px;
  }
  .time__today__text {
    font-size: 1.125rem;
  }
}
/* daysauna-plan_bnr *********************/
.daysauna-plan_bnr {
  max-width: 921px;
  width: 76%;
  margin: 30px 12% 150px 12%;
}
.daysauna-plan_bnr a {
  display: block;
  width: 100%;
  margin: 0;
}
.daysauna-plan_bnr a:hover {
  opacity: 0.7;
}
.daysauna-plan_bnr a img {
  width: 100%;
}
@media screen and (max-width: 960px) {
  .daysauna-plan_bnr {
    width: 85%;
    margin: 30px auto 100px;
  }
  .daysauna-plan_bnr a {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .daysauna-plan_bnr {
    margin: 30px auto 70px;
  }
}

/* daysauna_plan-midashi *********************/
.daysauna-dinner_midashi::after {
  background: url(../images/daysauna/plan_daysauna-dinner.jpg) no-repeat center center/cover;
}

.daysauna_midashi::after {
  background: url(../images/daysauna/plan_daysauna.jpg) no-repeat center center/cover;
}

.daysauna-dinner_midashi,
.daysauna_midashi {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #426C54;
  min-height: 220px;
  margin: 0 auto 150px;
  box-sizing: border-box;
}
.daysauna-dinner_midashi::after,
.daysauna_midashi::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
}
.daysauna-dinner_midashi__text,
.daysauna_midashi__text {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.daysauna-dinner_midashi__text p,
.daysauna-dinner_midashi__text span,
.daysauna_midashi__text p,
.daysauna_midashi__text span {
  display: block;
  color: #FFFFFF;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.daysauna-dinner_midashi__text p,
.daysauna_midashi__text p {
  font-size: 2.1875rem;
}
.daysauna-dinner_midashi__text span,
.daysauna_midashi__text span {
  font-size: 1.125rem;
}
@media screen and (max-width: 960px) {
  .daysauna-dinner_midashi,
  .daysauna_midashi {
    margin-bottom: 100px;
  }
  .daysauna-dinner_midashi__text p,
  .daysauna_midashi__text p {
    font-size: 1.875rem;
  }
  .daysauna-dinner_midashi__text span,
  .daysauna_midashi__text span {
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 768px) {
  .daysauna-dinner_midashi,
  .daysauna_midashi {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 70px;
  }
  .daysauna-dinner_midashi::after,
  .daysauna_midashi::after {
    width: 100%;
    height: 50%;
  }
  .daysauna-dinner_midashi__text,
  .daysauna_midashi__text {
    padding: 17px 0;
  }
  .daysauna-dinner_midashi__text p,
  .daysauna_midashi__text p {
    font-size: 1.5625rem;
  }
  .daysauna-dinner_midashi__text span,
  .daysauna_midashi__text span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .daysauna-dinner_midashi,
  .daysauna_midashi {
    min-height: 150px;
  }
  .daysauna-dinner_midashi__text,
  .daysauna_midashi__text {
    padding: 10px 0;
  }
  .daysauna-dinner_midashi__text p,
  .daysauna_midashi__text p {
    font-size: 1.25rem;
  }
  .daysauna-dinner_midashi__text span,
  .daysauna_midashi__text span {
    font-size: 0.875rem;
  }
}

/* daysauna-price *********************/
.daysauna-price {
  margin-bottom: 9.5rem;
}
.daysauna-price h2 {
  margin-bottom: 3.75rem;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
}
.daysauna-price p.lead {
  text-align: center;
  margin-bottom: 2rem;
}
.daysauna-price__table {
  width: 90%;
  margin: 0 auto;
  border-top: solid 1px #426C54;
}
.daysauna-price__table th,
.daysauna-price__table td {
  border-bottom: solid 1px #426C54;
  padding: 1em;
  font-weight: bold;
  font-size: 1.125rem;
}
.daysauna-price__table th span:before {
  display: inline-block;
  margin: 0 10px 0px 0;
  width: 15px;
  height: 15px;
  content: "";
  border-radius: 100%;
  background: #426C54;
}
.daysauna-price__table td {
  text-align: right;
}
.daysauna-price__table td .del {
  position: relative;
}
.daysauna-price__table td .del::after {
  position: absolute;
  content: "";
  background: #D16B4C;
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.daysauna-price .daysauna_table {
  max-width: 800px;
}
.daysauna-price .daysauna_table th,
.daysauna-price .daysauna_table td {
  width: 50%;
}
.daysauna-price .daysauna-dinner_table {
  max-width: 1020px;
}
.daysauna-price .daysauna-dinner_table th {
  width: 50%;
}
.daysauna-price .daysauna-dinner_table td .img_service-price {
  margin-top: 10px;
}
.daysauna-price .daysauna-dinner_table td.btn a {
  display: block;
  background: #426C54;
  max-width: 186px;
  padding: 8px 0;
  font-size: 0.9375rem;
  color: #FFFFFF;
  text-align: center;
}
.daysauna-price .daysauna-dinner_table td.btn a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.daysauna-price .att {
  width: 90%;
  margin: 20px auto 0;
  text-align: center;
  font-size: 0.875rem;
}
@media screen and (max-width: 1024px) {
  .daysauna-price .daysauna-dinner_table th {
    width: 40%;
  }
}
@media screen and (max-width: 960px) {
  .daysauna-price {
    margin-bottom: 6rem;
  }
  .daysauna-price h2 {
    margin-bottom: 2rem;
    font-size: 1.25rem;
  }
  .daysauna-price p.lead {
    font-size: 0.9375rem;
  }
  .daysauna-price__table {
    margin: 0 auto 50px;
  }
  .daysauna-price__table th,
  .daysauna-price__table td {
    font-size: 1rem;
  }
  .daysauna-price .daysauna-dinner_table td.btn a {
    max-width: 150px;
  }
  .daysauna-price .att {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  .daysauna-price {
    margin-bottom: 4rem;
  }
  .daysauna-price p.lead {
    font-size: 0.875rem;
    width: 80%;
    text-align: left;
    margin: 0 auto 1rem;
  }
  .daysauna-price__table {
    width: 80%;
    margin: 0 auto;
  }
  .daysauna-price__table th,
  .daysauna-price__table td {
    display: block;
    width: 100% !important;
    font-size: 0.875rem;
    border-bottom: none;
  }
  .daysauna-price__table th {
    padding: 1em 0 0;
  }
  .daysauna-price__table td {
    padding: 1em 0;
    text-align: left;
  }
  .daysauna-price__table td .img_service-price {
    display: block;
  }
  .daysauna-price__table td.btn a {
    margin: 0 auto;
  }
  .daysauna-price__table tr {
    border-bottom: solid 1px #426C54;
  }
  .daysauna-price .daysauna-dinner_table td.btn a {
    max-width: 80%;
  }
}

/* daysauna-time *********************/
.daysauna-time {
  width: 90%;
  margin: 0 auto 8rem;
}
.daysauna-time h2 {
  margin-bottom: 3.75rem;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
}
.daysauna-time .att-top,
.daysauna-time .att-bottom {
  max-width: 630px;
  width: 90%;
}
.daysauna-time .att-top {
  text-align: center;
  margin: 0 auto 20px;
}
.daysauna-time .att-bottom {
  margin: 30px auto 0;
}
.daysauna-time__list {
  max-width: 630px;
  width: 100%;
  padding: 40px 50px;
  margin: 0 auto;
  box-sizing: border-box;
  background: #EFEFEF;
}
.daysauna-time__list ol {
  display: grid;
  justify-content: space-between;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  counter-reset: cp_clist;
  list-style-type: none;
  margin-left: -40px;
}
.daysauna-time__list li {
  position: relative;
  padding: 0.25em 0.5em 0.25em 45px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 1.375rem;
}
.daysauna-time__list li::before {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  counter-increment: cp_clist;
  content: counter(cp_clist);
  box-sizing: border-box;
  padding: 0 0.2em;
  background: #426C54;
  font-size: 1.125rem;
  color: #FFFFFF;
  font-weight: normal;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  transform: translateY(-50%);
}
.daysauna-time__list li:first-child {
  padding-right: 22px;
}
.daysauna-time__list p.daysauna-dinner {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 1.375rem;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .daysauna-time {
    margin-bottom: 6rem;
  }
  .daysauna-time h2 {
    margin-bottom: 2rem;
    font-size: 1.25rem;
  }
  .daysauna-time p {
    font-size: 0.9375rem;
  }
  .daysauna-time__list li {
    font-size: 1.125rem;
  }
  .daysauna-time__list li::before {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .daysauna-time p {
    font-size: 0.875rem;
  }
  .daysauna-time__list {
    width: 90%;
    padding: 7% 8.5%;
  }
  .daysauna-time__list ol {
    grid-template-columns: repeat(1, 1fr);
    justify-content: center;
  }
  .daysauna-time__list li {
    margin: 0 auto;
    font-size: 1rem;
  }
  .daysauna-time__list li::before {
    font-size: 0.875rem;
  }
  .daysauna-time__list li:first-child {
    padding-right: 15px;
  }
}

/* daysuna-room *********************/
.daysuna-room {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 10%;
  max-width: 1200px;
  width: 90%;
  box-sizing: border-box;
  margin: 0 auto 9.5rem;
  padding: 80px;
  background: url(../images/daysauna/gray_bg.jpg) no-repeat left bottom;
  background-size: cover;
  flex-wrap: wrap;
}
.daysuna-room__img {
  max-width: 521px;
  width: 45%;
  margin-bottom: 30px;
}
.daysuna-room__txt {
  width: 100%;
}
.daysuna-room__txt p {
  margin-bottom: 30px;
}
.daysuna-room__txt .att {
  display: block;
  padding-top: 10px;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
@media screen and (max-width: 960px) {
  .daysuna-room {
    display: block;
    margin-bottom: 6rem;
    padding: 3.75rem;
  }
  .daysuna-room__img, .daysuna-room__txt {
    width: 100%;
    max-width: 100%;
  }
  .daysuna-room__txt {
    margin-top: 20px;
  }
  .daysuna-room__txt p {
    max-width: 100%;
    font-size: 0.875rem;
  }
  .daysuna-room__txt .att {
    font-size: 0.8125rem;
  }
  .daysuna-room__txt a {
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .daysuna-room {
    padding: 2rem;
  }
  .daysuna-room__txt .att {
    font-size: 0.75rem;
  }
}

/* daysauna-howto *********************/
/* ご利用方法・注意事項 */
.daysauna-howto {
  width: 100%;
  margin: 0 auto 4.5rem;
}
.daysauna-howto--title {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.daysauna-howto--title h2 {
  margin-bottom: 3.75rem;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
}
.daysauna-howto--title p {
  text-align: center;
  margin-bottom: 3rem;
}

.daysauna-howto__detail {
  width: 100%;
  background: #DCE6E1;
  padding-top: 6.25rem;
}
.daysauna-howto__detail h2 {
  font-size: 1.5625rem;
  margin-bottom: 30px;
  padding-left: 20px;
  text-align: left;
  font-weight: bold;
  letter-spacing: 0.2rem;
  border-left: 6px solid #426C54;
}
.daysauna-howto__detail h2 span.att {
  letter-spacing: 0;
  font-size: 0.875rem;
  font-weight: normal;
  padding-left: 10px;
}
.daysauna-howto__detail__item, .daysauna-howto__detail__area {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto 6.25rem;
}

.daysauna-howto__detail__item__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.daysauna-howto__detail__item__list li:before {
  display: inline-block;
  margin: 0 10px 2px 0;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 100%;
  background: #426C54;
}
.daysauna-howto__detail__item__shop {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
  justify-content: center;
  margin-top: 6.8rem;
  width: 100%;
}
.daysauna-howto__detail__item__shop li {
  display: flex;
  flex-direction: column;
  max-width: 560px;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  background: #FFFFFF;
}
.daysauna-howto__detail__item__shop h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 135px;
  height: 77px;
  margin-top: -38.5px;
  background: #426C54;
  color: #FFFFFF;
}
.daysauna-howto__detail__item__shop--table {
  padding: 40px;
  margin-bottom: auto;
  width: 100%;
}
.daysauna-howto__detail__item__shop table {
  width: 100%;
}
.daysauna-howto__detail__item__shop th,
.daysauna-howto__detail__item__shop td {
  box-sizing: border-box;
  padding: 5px 0;
  vertical-align: top;
}
.daysauna-howto__detail__item__shop th {
  width: 70%;
  box-sizing: border-box;
  padding-right: 20px;
}
.daysauna-howto__detail__item__shop td {
  width: 30%;
  text-align: right;
}

.daysauna-howto__detail__area__madori {
  width: 100%;
  margin: 0 auto;
  padding: 3rem;
  background: #FFFFFF;
}
.daysauna-howto__detail__area__facilities {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
  border-top: 1px solid #DCE6E1;
  width: 100%;
  margin: 0px auto;
  padding: 50px 50px 0 50px;
}
.daysauna-howto__detail__area__facilities dl {
  width: auto;
}
.daysauna-howto__detail__area__facilities dl dt {
  margin-bottom: 30px;
  font-size: 1.25rem;
  font-weight: bold;
}
.daysauna-howto__detail__area__facilities .daysauna__facilities__slide--wrap {
  width: 400px;
  margin: auto;
}
.daysauna-howto__detail__area__facilities .daysauna__facilities__slide {
  width: 100%;
}
.daysauna-howto__detail__area__facilities .daysauna__facilities__slide img {
  width: 100%;
}
.daysauna-howto__detail__area ul {
  margin-top: 20px;
}

.daysauna-howto__detail__notes {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 6.25rem;
}
.daysauna-howto__detail__notes ol {
  counter-reset: cp_clist;
  list-style-type: none;
  padding-left: 0;
  max-width: 800px;
}
.daysauna-howto__detail__notes ol li {
  position: relative;
  padding: 0.5em 0.5em 0.5em 45px;
}
.daysauna-howto__detail__notes ol li::before {
  position: absolute;
  display: inline-block;
  left: 0;
  counter-increment: cp_clist;
  content: counter(cp_clist);
  box-sizing: border-box;
  padding: 0 0.2em;
  background: #426C54;
  color: #FFFFFF;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}
.daysauna-howto__detail__notes ol .case1::before {
  top: 50%;
  transform: translateY(-50%);
}
.daysauna-howto__detail__notes ol .case2::before {
  top: 10%;
}
.daysauna-howto__detail__notes ol .att {
  color: #D16B4C;
  font-weight: bold;
}

@media screen and (max-width: 1280px) {
  .daysauna-howto__detail__item__shop th {
    width: 60%;
  }
  .daysauna-howto__detail__item__shop td {
    width: 40%;
  }
  .daysauna-howto__detail__area li {
    margin-bottom: 10px;
    line-height: 1.5rem;
  }
  .daysauna-howto__detail__area li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 960px) {
  .daysauna-howto {
    margin-bottom: 3rem;
  }
  .daysauna-howto--title h2 {
    margin-bottom: 2rem;
    font-size: 1.25rem;
  }
  .daysauna-howto--title p {
    font-size: 0.9375rem;
  }
  .daysauna-howto__detail {
    padding-top: 4.5rem;
  }
  .daysauna-howto__detail h2 {
    font-size: 1.25rem;
  }
  .daysauna-howto__detail h2 span.att {
    display: block;
    font-size: 0.8125rem;
    padding-left: 0;
  }
  .daysauna-howto__detail__item, .daysauna-howto__detail__area {
    margin-bottom: 4.5rem;
  }
  .daysauna-howto__detail__item li {
    font-size: 0.9375rem;
  }
  .daysauna-howto__detail__item__shop {
    margin-top: 4.8rem;
    grid-gap: 30px;
  }
  .daysauna-howto__detail__item__shop h4 {
    width: 135px;
    height: 70px;
    margin-top: -35px;
  }
  .daysauna-howto__detail__item__shop--table {
    padding: 20px 20px;
  }
  .daysauna-howto__detail__area__madori {
    padding: 1.5rem;
  }
  .daysauna-howto__detail__area__facilities {
    padding: 30px 30px 20px 30px;
  }
  .daysauna-howto__detail__area__facilities .daysauna__facilities__slide--wrap {
    width: 300px;
  }
  .daysauna-howto__detail__area__facilities dl dt {
    margin-bottom: 20px;
    font-size: 1.125rem;
  }
  .daysauna-howto__detail__area__facilities dl dd {
    font-size: 0.9375rem;
  }
  .daysauna-howto__detail__area li {
    font-size: 0.9375rem;
  }
  .daysauna-howto__detail__area__notes {
    padding-bottom: 4.5rem;
  }
  .daysauna-howto__detail__area__notes li {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 768px) {
  .daysauna-howto--title p {
    font-size: 0.875rem;
  }
  .daysauna-howto__detail h2 {
    font-size: 1.125rem;
  }
  .daysauna-howto__detail h2 span.att {
    font-size: 0.75rem;
  }
  .daysauna-howto__detail__item li {
    font-size: 0.875rem;
  }
  .daysauna-howto__detail__item__shop {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 100px;
  }
  .daysauna-howto__detail__item__shop li {
    max-width: 100%;
  }
  .daysauna-howto__detail__area__madori {
    padding: 0.7rem;
  }
  .daysauna-howto__detail__area__facilities {
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
    padding: 30px 30px 20px 30px;
  }
  .daysauna-howto__detail__area__facilities .daysauna__facilities__slide--wrap {
    width: 100%;
    max-width: 600px;
  }
  .daysauna-howto__detail__area__facilities dl dt {
    margin-bottom: 10px;
    font-size: 1rem;
  }
  .daysauna-howto__detail__area__facilities dl dd {
    font-size: 0.875rem;
  }
  .daysauna-howto__detail__area li {
    font-size: 0.875rem;
  }
  .daysauna-howto__detail__area__notes li {
    font-size: 0.875rem;
  }
}
/* daysauna-howto__reserve *********************/
/* ご予約 */
.daysauna-howto__reserve--wrap {
  margin: 0 auto;
}
.daysauna-howto__reserve--wrap p.lead {
  text-align: center;
  margin: 0 auto;
}
.daysauna-howto__reserve--wrap .reserve-daysauna_btn {
  border: 1px solid #426C54;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 710px;
  width: 90%;
  margin: 1rem auto;
  padding: auto;
}
.daysauna-howto__reserve--wrap .reserve-daysauna_btn p {
  width: calc(100% - 246px);
  text-align: center;
}
.daysauna-howto__reserve--wrap .reserve-daysauna_btn .button {
  margin: 0;
  max-width: 246px;
}

.daysauna-howto__reserve {
  max-width: 1200px;
  width: 90%;
  box-sizing: border-box;
  margin: 4rem auto 9rem;
  padding: 80px;
  background: url(../images/daysauna/gray_bg.jpg) no-repeat left bottom;
  background-size: cover;
}
.daysauna-howto__reserve h2 {
  font-size: 2.1875rem;
  font-family: "IM Fell Double Pica SC", serif;
  line-height: 3rem;
  letter-spacing: 0.2rem;
  margin-bottom: 30px;
}
.daysauna-howto__reserve h2 span {
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.5625rem;
}
.daysauna-howto__reserve a {
  width: 495px;
  padding: 1.5rem;
  text-align: center;
}
.daysauna-howto__reserve--tel {
  margin-top: 30px;
  font-size: 1.875rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.2rem;
}
.daysauna-howto__reserve--tel span {
  font-size: 0.9375rem;
}
.daysauna-howto__reserve--tel a {
  color: #15231B;
}

@media screen and (max-width: 960px) {
  .daysauna-howto__reserve--wrap p.lead {
    width: 90%;
    font-size: 0.9375rem;
  }
  .daysauna-howto__reserve--wrap .reserve-daysauna_btn p {
    font-size: 0.9375rem;
  }
  .daysauna-howto__reserve {
    margin: 3rem auto 5.3rem;
    padding: 3.75rem 2rem;
  }
  .daysauna-howto__reserve h2 {
    font-size: 1.5625rem;
    line-height: 2rem;
  }
  .daysauna-howto__reserve h2 span {
    font-size: 1.125rem;
  }
  .daysauna-howto__reserve--tel {
    margin-top: 1.5rem;
    font-size: 1.5625rem;
  }
  .daysauna-howto__reserve--tel span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .daysauna-howto__reserve--wrap p.lead {
    font-size: 0.875rem;
  }
  .daysauna-howto__reserve--wrap .reserve-daysauna_btn {
    flex-direction: column;
    gap: 20px;
    max-width: 450px;
    padding: 20px;
  }
  .daysauna-howto__reserve--wrap .reserve-daysauna_btn p {
    width: 100%;
    font-size: 0.875rem;
  }
  .daysauna-howto__reserve--wrap .reserve-daysauna_btn .button {
    max-width: 100%;
    width: 100%;
  }
  .daysauna-howto__reserve {
    margin: 2rem auto 4rem;
  }
  .daysauna-howto__reserve h2 {
    font-size: 1.25rem;
  }
  .daysauna-howto__reserve h2 span {
    font-size: 1rem;
  }
  .daysauna-howto__reserve a {
    width: 100%;
    text-align: left;
  }
  .daysauna-howto__reserve--tel {
    margin-top: 1.5rem;
    font-size: 1.25rem;
  }
  .daysauna-howto__reserve--tel span {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 480px) {
  .daysauna-howto__reserve {
    padding: 2.5rem 1rem;
  }
}
/* daysauna-line *********************/
.daysauna-line {
  margin: 0 auto 11.5rem;
  width: 90%;
}
.daysauna-line a {
  display: block;
  max-width: 622px;
  width: 100%;
  margin: 0 auto;
}
.daysauna-line a:hover {
  opacity: 0.7;
}
.daysauna-line a img {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .daysauna-line {
    margin-bottom: 7rem;
  }
}

.bestrate__header {
  padding-top: 100px;
  margin-bottom: 30px;
}
.bestrate__header__title {
  padding: 0.5em 0;
  background-color: #15231B;
  color: #CD9E37;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 3.75rem;
  font-weight: normal;
  line-height: 1em;
  letter-spacing: 0.1em;
}
.bestrate__header__title span {
  font-size: 2rem;
  color: #FFF;
}
.bestrate__header__icon {
  width: 185px;
  margin: 0 auto 25px;
  display: block;
}

.bestrate__main {
  margin-bottom: 140px;
}
.bestrate__main__img {
  opacity: 0;
  width: 833px;
  max-width: 100%;
  display: block;
  margin: 0 auto 80px;
  animation: fadeIn 2.5s cubic-bezier(0.23, 1, 0.32, 1) 0.3s forwards;
}
.bestrate__main__text {
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.25rem;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.1em;
}

.bestrate__reserve {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto 150px;
  padding: 110px 0;
  background: url(../images/contact_bg.jpg) center center/cover;
}
.bestrate__reserve__title {
  font-size: 2.5rem;
  font-family: "IM Fell Double Pica SC", serif;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
.bestrate__reserve__title span {
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.875rem;
}
.bestrate__reserve__tel {
  font-size: 1.8125rem;
  text-align: center;
}
.bestrate__reserve__tel span {
  font-size: 1.25rem;
}
.bestrate__reserve__tel a {
  color: #000;
}
.bestrate__reserve .button {
  margin-bottom: 20px;
  text-align: center;
}

.bestrate__cont {
  width: 720px;
  max-width: 90%;
  margin: 0 auto;
}
.bestrate__cont__section {
  margin-bottom: 100px;
}

.bestrate__subtitle {
  background: url(../images/bestrate/bestrate_mds.png) #15231B no-repeat center center;
  color: #CD9E37;
  text-align: center;
  font-size: 2rem;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-bottom: 40px;
}

.bestrate__joken {
  border: solid 1px #15231B;
  padding: 50px;
  margin-bottom: 20px;
}
.bestrate__joken__colum {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bestrate__joken__title {
  color: #CD9E37;
  text-align: left;
  font-size: 1.5625rem;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border-bottom: solid 1px #15231B;
  margin-bottom: 1em;
}

.bestrate__list {
  list-style-type: disc;
  margin-left: 1.5em;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1rem;
}

.bestrate__text {
  margin-bottom: 1em;
  font-size: 1.125rem;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.bestrate__text--sub {
  font-size: 0.875rem;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-indent: -1em;
  margin-left: 1em;
}

@media screen and (max-width: 960px) {
  /*960*/
  .bestrate__header {
    padding-top: 75px;
    margin-bottom: 15px;
  }
  .bestrate__header__title {
    font-size: 1.75rem;
  }
  .bestrate__header__title span {
    font-size: 1rem;
  }
  .bestrate__header__icon {
    width: 90px;
    margin: 0 auto 15px;
  }
  .bestrate__main {
    margin-bottom: 70px;
  }
  .bestrate__main__img {
    margin: 0 auto 40px;
  }
  .bestrate__main__text {
    font-size: 1rem;
  }
  .bestrate__reserve {
    margin: 0 auto 75px;
    padding: 50px 0;
  }
  .bestrate__reserve__title {
    font-size: 1.375rem;
  }
  .bestrate__reserve__title span {
    font-size: 1rem;
  }
  .bestrate__reserve__tel {
    font-size: 1.25rem;
  }
  .bestrate__reserve__tel span {
    font-size: 1rem;
  }
  .bestrate__reserve .button {
    margin-bottom: 15px;
  }
  .bestrate__cont__section {
    margin-bottom: 50px;
  }
  .bestrate__subtitle {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
  .bestrate__joken {
    padding: 25px;
    margin-bottom: 15px;
  }
  .bestrate__joken__title {
    font-size: 1.125rem;
  }
  .bestrate__list {
    font-size: 0.875rem;
  }
  .bestrate__text {
    font-size: 1rem;
  }
  .bestrate__text--sub {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 768px) {
  /*768*/
  .bestrate__header__title {
    font-size: 1.375rem;
  }
  .bestrate__header__title span {
    font-size: 0.875rem;
  }
  .bestrate__main {
    margin-bottom: 40px;
  }
  .bestrate__main__img {
    margin: 0 auto 30px;
  }
  .bestrate__main__text {
    font-size: 0.875rem;
    width: 90%;
    margin: 0 auto;
    text-align: justify;
  }
  .bestrate__reserve {
    margin: 0 auto 50px;
    padding: 30px 0;
  }
  .bestrate__cont__section {
    margin-bottom: 40px;
  }
  .bestrate__subtitle {
    font-size: 1.125rem;
    background: url(../images/bestrate/bestrate_mds.png) #15231B no-repeat center center/75%;
  }
  .bestrate__joken {
    padding: 20px;
    margin-bottom: 15px;
  }
  .bestrate__joken__colum {
    flex-direction: column;
    align-items: flex-start;
  }
  .bestrate__joken__title {
    font-size: 1rem;
  }
  .bestrate__text {
    font-size: 0.875rem;
  }
}
.contact {
  background: url(../images/contact_bg.jpg) #DCE6E1 center center/cover;
  padding: 175px 0;
}

.contact__inner {
  width: 1000px;
  max-width: 90%;
  margin: auto;
}

.contact__title {
  margin-bottom: 100px;
}

.contact__kakunin__title {
  font-size: 1.375rem;
  margin-bottom: 1em;
}
.contact__kakunin__text {
  margin-bottom: 1em;
}
.contact__kakunin .formTable {
  margin-bottom: 50px;
}

.contact__lead {
  margin-bottom: 80px;
}
.contact__lead__text {
  margin-bottom: 1em;
}
.contact__lead__text .hissu {
  color: #D16B4C;
}

.contact__tel {
  width: 354px;
  max-width: 100%;
  margin: auto;
  font-size: 1.875rem;
  text-align: center;
  background-color: #FFF;
  color: #426C54;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  padding: 0.5em 0;
}
.contact__tel a {
  color: #426C54;
}
.contact__tel img {
  margin-right: 10px;
}
.contact__tel__taiou {
  text-align: center;
  margin-bottom: 50px;
}

.contact__form {
  width: 100%;
}

@media screen and (max-width: 1280px) {
  /*1280*/
}
@media screen and (max-width: 960px) {
  /*960*/
  .contact {
    padding: 100px 0;
  }
  .contact__tel {
    font-size: 1.4375rem;
  }
  .contact__tel img {
    width: 18px;
    margin-right: 5px;
  }
  .contact__tel__taiou {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 768px) {
  /*768*/
  .contact {
    padding: 75px 0;
  }
  .contact__title {
    margin-bottom: 50px;
  }
  .contact__kakunin__title {
    font-size: 1.125rem;
  }
  .contact__kakunin .formTable {
    margin-bottom: 25px;
  }
  .contact__lead {
    margin-bottom: 40px;
  }
  .contact__lead__text {
    font-size: 0.875rem;
  }
}
.privacy {
  background-color: #DCE6E1;
  padding: 250px 5%;
}

.privacy__text {
  text-align: center;
  font-size: 1.25rem;
  margin-bottom: 1em;
}
.privacy__text a {
  color: #4F9B4F;
  text-decoration: underline;
}

@media screen and (max-width: 1280px) {
  /*1280*/
  .privacy__text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 960px) {
  /*960*/
  .privacy__text {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 768px) {
  /*768*/
  .privacy {
    padding: 130px 5%;
  }
  .privacy__text {
    font-size: 0.875rem;
  }
}
.faq {
  background: url(../images/contact_bg.jpg) #DCE6E1 center center/cover;
  padding: 175px 0;
}

.faq__inner {
  width: 1000px;
  max-width: 90%;
  margin: auto;
}

.faq__lead {
  margin-bottom: 80px;
}
.faq__lead__text {
  margin-bottom: 1em;
}

.faq__contents {
  width: 100%;
}
.faq__contents h2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #D7DEDA;
  width: 100%;
  padding: 10px 20px;
  font-size: 1.25rem;
  font-weight: 600;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: left;
  color: #426C54;
  letter-spacing: 0.1rem;
  box-sizing: border-box;
}
.faq__contents dl {
  margin-bottom: 60px;
  padding: 0 20px;
}
.faq__contents dt, .faq__contents dd {
  position: relative;
  padding-left: 50px;
}
.faq__contents dt::before, .faq__contents dd::before {
  position: absolute;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #426C54;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  padding-bottom: 3px;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  box-sizing: border-box;
}
.faq__contents dt {
  margin: 25px 0 15px;
  padding-top: 1px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #426C54;
}
.faq__contents dt::before {
  content: "Q";
  top: 0;
  background-color: #426C54;
  color: #FFFFFF;
}
.faq__contents dd {
  border-bottom: 1px solid #A2A2A2;
  padding-top: 4px;
  padding-bottom: 25px;
  font-size: 0.875rem;
}
.faq__contents dd .box {
  margin-bottom: 10px;
}
.faq__contents dd .box:last-child {
  margin-bottom: 0;
}
.faq__contents dd .box table.amenities tr th, .faq__contents dd .box table.amenities tr td {
  vertical-align: text-top;
}
.faq__contents dd .box table.amenities tr th {
  width: 60px;
}
.faq__contents dd .button {
  width: 270px;
  margin-top: 15px;
  margin-left: 0;
  padding: 0.5em 1em;
}
.faq__contents dd::before {
  content: "A";
  top: 0;
  color: #426C54;
}
.faq__contents dd:last-child {
  padding-bottom: 0;
  border: none;
}

@media screen and (max-width: 1280px) {
  /*1280*/
}
@media screen and (max-width: 960px) {
  /*960*/
  .faq {
    padding: 100px 0;
  }
}
@media screen and (max-width: 768px) {
  /*768*/
  .faq {
    padding: 75px 0;
  }
  .faq__title {
    margin-bottom: 50px;
  }
  .faq__lead {
    margin-bottom: 40px;
  }
  .faq__lead__text {
    font-size: 0.875rem;
  }
  .faq__contents h2 {
    padding: 7px 10px;
    font-size: 1rem;
    line-height: 23px;
  }
  .faq__contents dl {
    padding: 0 10px;
  }
  .faq__contents dt, .faq__contents dd {
    padding-left: 45px;
  }
  .faq__contents dt::before, .faq__contents dd::before {
    width: 30px;
    height: 30px;
    padding-bottom: 2px;
    font-size: 1rem;
  }
  .faq__contents dt {
    font-size: 0.9375rem;
  }
  .faq__contents dd {
    font-size: 0.8125rem;
  }
}/*# sourceMappingURL=common_style.css.map */