@charset "UTF-8";
@import url(//use.fontawesome.com/releases/v5.7.2/css/all.css);
body.checked {
  overflow: hidden;
}

.cc-revoke.cc-bottom {
  bottom: 0px !important;
}

.cc-window {
  margin-bottom: 0 !important;
}

.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
.fadein.fadein-bottom {
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
}
.fadein.scrollin {
  opacity: 1 !important;
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
}

.mt200 {
  margin-top: 200px;
}
@media only screen and (max-width: 768px) {
  .mt200 {
    margin-top: 100px;
  }
}

.mt300 {
  margin-top: 300px;
}
@media only screen and (max-width: 768px) {
  .mt300 {
    margin-top: 100px;
  }
}

.mb300 {
  margin-bottom: 800px;
}
@media only screen and (max-width: 768px) {
  .mb300 {
    margin-bottom: 150px;
  }
}

#contents {
  overflow: hidden;
}
#contents.lower {
  padding: 0;
}

.remodal {
  padding: 10px;
}
.remodal img {
  width: 100%;
}

#main {
  height: 2716px;
  background: url(../images/main_bg.jpg);
  background-position-x: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 900px) {
  #main {
    margin-top: 114px;
  }
}
@media only screen and (max-width: 768px) {
  #main {
    height: 1500px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 450px) {
  #main {
    height: 900px;
  }
}
#main > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#main > div img {
  width: 90%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
  display: block;
}
#main > div img.sp {
  display: none !important;
}
@media only screen and (max-width: 900px) {
  #main > div img.pc {
    display: none !important;
  }
  #main > div img.sp {
    display: block !important;
  }
}
#main > div .main_navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 70%;
}
@media only screen and (max-width: 1000px) {
  #main > div .main_navi {
    width: 90%;
  }
}
#main > div .main_navi li:first-child {
  width: 50%;
  text-align: left;
}
#main > div .main_navi li:first-child img {
  margin: 0;
}
#main > div .main_navi li:nth-child(2) {
  width: 50%;
  text-align: right;
}
#main > div .main_navi li:nth-child(2) img {
  margin: 0 0 0 auto;
}
#main > div .main_navi li:last-child {
  width: 100%;
}
#main > div .main_navi li:last-child img {
  margin: 50px auto;
}
#main .metos {
  width: 50%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
  display: block;
}
#main .container_01 {
  margin: 0;
  padding: 0;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #main .container_01 {
    display: none;
  }
}
#main .container_01 a:hover {
  opacity: 0.7;
}
#main .container_02 {
  margin: 0;
  padding: 0;
  width: 90%;
  max-width: 560px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
#main .container_02 iframe {
  width: 100%;
  aspect-ratio: 1/0.56;
}
#main .scroll-down_01 {
  position: relative;
  width: 200px;
  height: 200px;
  color: #fff;
  font-family: serif;
  text-decoration: none;
}
#main .circle-text_01 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation: rotate 20s linear infinite;
          animation: rotate 20s linear infinite;
}
#main .circle-text_01 span {
  position: absolute;
  left: 50%;
  font-size: 16px;
  -webkit-transform-origin: 0 100px;
          transform-origin: 0 100px;
}
#main .arrow_01 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 50px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: scroll_01 3s infinite;
          animation: scroll_01 3s infinite;
}
#main .arrow_01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 1px;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#main .arrow_01::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  width: 12px;
  height: 12px;
  border-bottom: 1px solid #fff;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes scroll_01 {
  0% {
    -webkit-transform: translate(-50%, -50%) translateY(-10px);
            transform: translate(-50%, -50%) translateY(-10px);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) translateY(10px);
            transform: translate(-50%, -50%) translateY(10px);
    opacity: 0;
  }
}
@keyframes scroll_01 {
  0% {
    -webkit-transform: translate(-50%, -50%) translateY(-10px);
            transform: translate(-50%, -50%) translateY(-10px);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) translateY(10px);
            transform: translate(-50%, -50%) translateY(10px);
    opacity: 0;
  }
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  background: #1f286f;
  padding: 0 35px;
  position: relative;
}
@media only screen and (max-width: 1250px) {
  nav {
    padding: 0 20px;
  }
}
nav.fixed {
  position: fixed;
  top: 0;
  height: 100px;
  z-index: 9999;
}
nav img {
  width: 90%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media only screen and (max-width: 1470px) {
  nav img {
    width: 27%;
  }
}
@media only screen and (max-width: 900px) {
  nav img {
    display: none;
  }
}
nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 1000px) {
  nav ul {
    gap: 10px;
  }
}
nav ul.btn_navi {
  position: absolute;
  top: 100px;
  right: 0;
  margin: 0 20px 0 0;
}
nav ul.btn_navi li {
  border-radius: 0 0 5px 5px;
  font-size: 1.4em;
}
nav ul.btn_navi li:first-child {
  background: #ff7184;
}
nav ul.btn_navi li:last-child {
  background: #0084ff;
}
nav ul.btn_navi li a {
  padding: 10px 20px;
  display: block;
}
nav ul.btn_navi li a:hover {
  opacity: 0.7;
  color: #FFF;
}
@media only screen and (max-width: 900px) {
  nav ul.btn_navi {
    display: none;
  }
}
nav ul li {
  color: #FFF;
  font-family: nitalago-ruika, sans-serif;
  font-weight: 100;
  font-size: 1.35em;
}
@media only screen and (max-width: 1480px) {
  nav ul li {
    font-size: 1em;
  }
}
nav ul li a {
  color: #FFF;
  text-decoration: none;
}
nav ul li a:visited {
  color: inherit;
}
@media screen and (max-width: 900px) {
  nav {
    display: none;
  }
  nav.open {
    display: block;
    height: auto;
    margin-top: 70px;
  }
  nav.open ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}

@media only screen and (max-width: 900px) {
  #navArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 70px;
    position: fixed;
    padding: 10px;
    background: #1f286f;
    z-index: 999;
    width: 100%;
    top: 0;
  }
  #navArea img {
    max-width: 400px;
    height: auto;
    width: calc(100% - 60px);
  }
  #navArea .btn_navi {
    position: absolute;
    top: 70px;
    left: 0;
    margin: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #navArea .btn_navi li {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #navArea .btn_navi li:first-child {
    background: #ff7184;
  }
  #navArea .btn_navi li:last-child {
    background: #0084ff;
  }
  #navArea .btn_navi li a {
    padding: 10px 20px;
    display: block;
    font-family: nitalago-ruika, sans-serif;
    font-weight: 100;
    text-decoration: none;
    color: #FFF;
  }
}
@media screen and (max-width: 900px) {
  /*　ハンバーガーメニューボタン　*/
  .toggle_btn {
    display: block;
    position: relative;
    z-index: 3;
    width: 52px;
    height: 58px;
    cursor: pointer;
    text-align: center;
    z-index: 9999;
  }
  .toggle_btn::after {
    content: "MENU";
    position: relative;
    bottom: -30px;
    left: 0;
    font-size: 0.8em;
    color: #fff;
  }
  .toggle_btn.open::after {
    content: "CLOSE";
    position: relative;
    bottom: -30px;
    left: 0;
    font-size: 0.8em;
    color: #fff;
  }
  .toggle_btn.open {
    mix-blend-mode: normal;
    background: initial;
  }
  .toggle_btn span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 12px;
    background: #fff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .toggle_btn span:nth-child(1) {
    top: 10px;
  }
  .toggle_btn span:nth-child(2) {
    top: 20px;
  }
  .toggle_btn span:nth-child(3) {
    top: 30px;
  }
  /* スマホメニューを開いてる時のボタン */
  .toggle_btn.open span:nth-child(1) {
    top: 16px;
    left: 12px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .toggle_btn.open span:nth-child(2),
  .toggle_btn.open span:nth-child(3) {
    top: 16px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.lower .tit01 {
  background: url("../images/bg_tit_border_sauna.png") no-repeat 50% 100%;
  margin: 0 0 50px 0;
  padding: 100px 0 20px 0;
}
@media screen and (max-width: 900px) {
  .lower .tit01 {
    padding: 70px 0 20px 0;
  }
}

.slick-dots li.slick-active button::before {
  opacity: 1;
  color: #accbee;
  border-color: #accbee;
}

.slick-dotted.slick-slider {
  margin-bottom: 80px;
}

@media screen and (max-width: 900px) {
  .slick-dots li button {
    width: 35px;
  }
  .slick-dots li button::before {
    font-size: 20px;
  }
}
section .wrap {
  width: 90%;
  max-width: 1000px;
  margin: 40px auto;
  z-index: 100;
  position: relative;
}

.rsv_btn_stay {
  padding: 5px 10px;
  background: #ff7184;
  border-radius: 5px;
  color: #FFF;
  font-family: nitalago-ruika, sans-serif;
  font-weight: 100;
  text-decoration: none;
  font-size: 21px;
  margin-left: 5px;
  display: inline-block;
  margin-bottom: 10px;
}
.rsv_btn_stay:hover {
  opacity: 0.7;
  color: #FFF !important;
}
.rsv_btn_stay:visited {
  color: #FFF;
}

.rsv_btn_day {
  padding: 5px 10px;
  background: #0084ff;
  border-radius: 5px;
  color: #FFF;
  font-family: nitalago-ruika, sans-serif;
  font-weight: 100;
  text-decoration: none;
  font-size: 21px;
  margin-left: 5px;
  display: inline-block;
  margin-bottom: 10px;
}
.rsv_btn_day:hover {
  opacity: 0.7;
  color: #FFF !important;
}
.rsv_btn_day:visited {
  color: #FFF;
}

#sec01 .slide01 {
  position: relative;
  z-index: 100;
  background-size: cover;
  width: 100%;
  background: url(../images2026/slide.jpg) repeat-x 50% 50%;
  height: 386px;
  overflow: hidden;
  -webkit-animation: loop1 70s linear infinite normal;
          animation: loop1 70s linear infinite normal;
  padding-left: -10px;
}
@media only screen and (max-width: 1000px) {
  #sec01 .slide01 {
    height: 180px;
    background-size: cover;
  }
}
#sec01 {
  /*アニメーション*/
}
@-webkit-keyframes loop1 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2252px 0;
  }
}
@keyframes loop1 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2252px 0;
  }
}

#sec02 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 1000px) {
  #sec02 dl {
    width: 90%;
    margin: 0 auto;
  }
}
#sec02 dl dt {
  font-size: 1.4em;
  margin-bottom: 10px;
  width: 230px;
  font-weight: 700;
  text-align: right;
  padding-right: 20px;
}
@media only screen and (max-width: 1000px) {
  #sec02 dl dt {
    width: 100%;
    font-size: 1.3em;
    text-align: left;
    background: #ececec;
    padding-left: 5px;
  }
}
#sec02 dl dd {
  font-size: 1.25em;
  margin-bottom: 10px;
  width: calc(100% - 230px);
}
@media only screen and (max-width: 1000px) {
  #sec02 dl dd {
    width: 100%;
    font-size: 1.2em;
  }
}
#sec02 dl dd dl {
  display: block;
  border-top: 1px dashed #666;
  padding-top: 10px;
}
#sec02 dl dd dl dt {
  font-size: 1em;
  margin-bottom: 0;
  width: 100%;
  font-weight: 700;
  text-align: left;
  padding-right: 0;
}
#sec02 dl dd dl dt span {
  font-weight: normal;
  padding-left: 0;
}
#sec02 dl dd dl dd {
  font-size: 1em;
  margin-bottom: 10px;
  width: 100%;
}
#sec02 dl dd dl dd span {
  font-size: 0.8em;
  padding-left: 0;
}
@media only screen and (max-width: 1000px) {
  #sec02 dl dd dl {
    width: 100%;
    margin-top: 10px;
  }
  #sec02 dl dd dl dt {
    background: none;
    padding-left: 0;
    margin-bottom: 0;
  }
}
#sec02 dl dd ul li {
  font-size: 1rem;
  padding-left: 1em;
  text-indent: -1em;
}
@media only screen and (max-width: 1000px) {
  #sec02 dl dd ul li {
    font-size: 0.9rem;
  }
}
#sec02 dl dd a img {
  width: 200px !important;
  height: auto;
}
#sec02 dl dd span {
  padding-left: 20px;
}
@media only screen and (max-width: 1000px) {
  #sec02 dl dd span {
    padding-left: 0;
  }
}
@media only screen and (max-width: 1000px) {
  #sec02 dl dd:nth-child(n+8) {
    text-align: center;
  }
}

#sec_sauna {
  padding-top: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(161, 237, 249, 0.54)), color-stop(15%, rgba(179, 241, 247, 0.8)), color-stop(50%, rgba(231, 244, 239, 0.8)), color-stop(85%, rgba(179, 241, 247, 0.8)), to(rgba(161, 237, 249, 0.54)));
  background-image: linear-gradient(90deg, rgba(161, 237, 249, 0.54) 0%, rgba(179, 241, 247, 0.8) 15%, rgba(231, 244, 239, 0.8) 50%, rgba(179, 241, 247, 0.8) 85%, rgba(161, 237, 249, 0.54) 100%);
}
#sec_sauna .steamwrap {
  position: relative;
  padding-bottom: 1px;
}
#sec_sauna .steamBox {
  width: 100%;
  height: 100%;
  position: absolute;
}
#sec_sauna .steamBox > img {
  width: 100%;
  display: block;
}
#sec_sauna .steam01 {
  position: absolute;
  right: -80px;
  -webkit-animation: steam01 10s infinite linear;
          animation: steam01 10s infinite linear;
  opacity: 0;
}
@media only screen and (max-width: 900px) {
  #sec_sauna .steam01 {
    right: 0;
  }
}
#sec_sauna .steam02 {
  position: absolute;
  left: -80px;
  -webkit-animation: steam02 14s infinite linear;
          animation: steam02 14s infinite linear;
  opacity: 0;
}
@media only screen and (max-width: 900px) {
  #sec_sauna .steam02 {
    left: 0;
  }
}
#sec_sauna .steam03 {
  margin: auto;
  position: absolute;
  right: 100px;
  -webkit-animation: steam02 12s infinite linear;
          animation: steam02 12s infinite linear;
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
  opacity: 0;
}
@media only screen and (max-width: 900px) {
  #sec_sauna .steam03 {
    right: 50px;
  }
}
#sec_sauna .steam04 {
  margin: auto;
  position: absolute;
  left: 100px;
  -webkit-animation: steam01 12s infinite linear;
          animation: steam01 12s infinite linear;
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
  opacity: 0;
}
@media only screen and (max-width: 900px) {
  #sec_sauna .steam04 {
    left: 50px;
  }
}
#sec_sauna .steam01 img, #sec_sauna .steam03 img {
  width: 532px;
  height: 800px;
}
@media only screen and (max-width: 900px) {
  #sec_sauna .steam01 img, #sec_sauna .steam03 img {
    max-width: 532px;
    width: 100%;
    height: auto;
  }
}
#sec_sauna .steam02 img, #sec_sauna .steam04 img {
  width: 399px;
  height: 600px;
}
@media only screen and (max-width: 900px) {
  #sec_sauna .steam02 img, #sec_sauna .steam04 img {
    max-width: 399px;
    width: 100%;
    height: auto;
  }
}
#sec_sauna .mn_wrap {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 100;
  position: relative;
}
#sec_sauna .mn_wrap h3 + p {
  font-family: nitalago-ruika, sans-serif;
  font-weight: 200;
  font-size: 2em;
  color: #1f286f;
  text-align: center;
  padding: 10px 0 30px;
}
#sec_sauna .mn_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  width: 100%;
  margin: 0 auto;
}
#sec_sauna .mn_wrap ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc((100% - 90px) / 4);
}
@media only screen and (max-width: 900px) {
  #sec_sauna .mn_wrap ul li {
    width: calc((100% - 40px) / 2);
  }
}
#sec_sauna .mn_wrap ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  color: #1f286f;
  text-decoration: none;
}
#sec_sauna .mn_wrap ul li a p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125em;
  font-family: nitalago-ruika, sans-serif;
  font-weight: 200;
  height: 4em;
  line-height: 1.2em;
}
@media only screen and (max-width: 1115px) {
  #sec_sauna .mn_wrap ul li a p {
    font-size: 1em;
  }
}
@media only screen and (max-width: 900px) {
  #sec_sauna .mn_wrap ul li a p {
    font-size: 0.8em;
  }
}
#sec_sauna .mn_wrap ul li a p span {
  background: #accbee;
  aspect-ratio: 1/1;
  color: #1f286f;
  font-family: nitalago-ruika, sans-serif;
  font-weight: 200;
  font-size: 1.5em;
  width: 35px;
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1250px) {
  #sec_sauna .mn_wrap ul li a p span {
    font-size: 1em;
    width: 25px;
  }
}
#sec_sauna .mn_wrap ul li a img {
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
#sec_sauna .mn_wrap div {
  text-align: center;
  padding: 100px 0 0;
  font-size: 2em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #1f286f;
}
@media only screen and (max-width: 1000px) {
  #sec_sauna .mn_wrap div {
    font-size: 1.5em;
  }
}
#sec_sauna .wrap h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
  font-size: 2em;
  color: #1f286f;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 80px;
}
@media only screen and (max-width: 900px) {
  #sec_sauna .wrap h4 {
    font-size: 1.25em;
    text-align: left;
    padding-top: 40px;
    width: 100%;
  }
}
#sec_sauna .wrap h4 span {
  background: #accbee;
  aspect-ratio: 1/1;
  color: #1f286f;
  font-family: nitalago-ruika, sans-serif;
  font-weight: 200;
  font-size: 1.5rem;
  width: 35px;
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 900px) {
  #sec_sauna .wrap h4 span {
    font-size: 1rem;
    width: 25px;
    margin-right: 15px;
  }
}
#sec_sauna .wrap p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.125em;
}
#sec_sauna .wrap a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #1f286f;
  text-decoration: none;
  width: 270px;
  display: block;
  float: right;
  margin-top: 20px;
  /*ホバーしたときに下線矢印も同時に色を変える*/
}
#sec_sauna .wrap a:hover {
  color: #41A849;
}
#sec_sauna .wrap a:hover .lineArrow {
  border-bottom: 1px solid #41A849;
  border-right: 1px solid #41A849;
}
#sec_sauna .wrap a .lineArrow {
  width: 100%;
  height: 15px;
  border-bottom: 1px solid #1f286f;
  border-right: 1px solid #1f286f;
  /*傾きを調節*/
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  /*下線矢印をテキストに合わせてうまい具合にはめる*/
  margin: -10px 0 0 -15px;
}
#sec_sauna .wrap a::after {
  clear: both;
  content: "";
  display: block;
}
#sec_sauna .wrap .water {
  padding: 45px;
  background: #fff;
  border: 5px solid #e2e2e2;
}
@media only screen and (max-width: 900px) {
  #sec_sauna .wrap .water {
    padding: 15px;
  }
}
#sec_sauna .wrap .water h4 {
  font-size: 2em;
  font-family: nitalago-ruika, sans-serif;
  font-weight: 200;
  color: #1f286f;
  margin: 0 auto 30px;
  padding-top: 0;
}
@media only screen and (max-width: 900px) {
  #sec_sauna .wrap .water h4 {
    margin: 0 auto 15px;
    text-align: center;
  }
}
#sec_sauna .wrap .water img {
  width: 100%;
}

@-webkit-keyframes steam01 {
  0% {
    bottom: -600px;
    -webkit-filter: blur(16px);
            filter: blur(16px);
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform: scale(0.6, 1);
            transform: scale(0.6, 1);
    opacity: 0.1;
    @media only screen and (max-width: 900px) {
      opacity: 0.3;
    }
  }
  11% {
    opacity: 0.1;
    @media only screen and (max-width: 900px) {
      opacity: 0.3;
    }
  }
  33% {
    -webkit-transform: rotateY(40deg);
            transform: rotateY(40deg);
    -webkit-transform: scale(1, 1.4);
            transform: scale(1, 1.4);
    opacity: 0.6;
    @media only screen and (max-width: 900px) {
      opacity: 0.8;
    }
  }
  66% {
    -webkit-transform: rotateY(10deg);
            transform: rotateY(10deg);
    -webkit-transform: scaleY(1.8, 1);
            transform: scaleY(1.8, 1);
    opacity: 0.4;
    @media only screen and (max-width: 900px) {
      opacity: 0.6;
    }
  }
  100% {
    bottom: 300px;
    -webkit-filter: blur(20px);
            filter: blur(20px);
    -webkit-transform: rotateY(60deg);
            transform: rotateY(60deg);
    -webkit-transform: scaleY(2, 1.8);
            transform: scaleY(2, 1.8);
    opacity: 0.1;
    @media only screen and (max-width: 900px) {
      opacity: 0.2;
    }
  }
}

@keyframes steam01 {
  0% {
    bottom: -600px;
    -webkit-filter: blur(16px);
            filter: blur(16px);
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform: scale(0.6, 1);
            transform: scale(0.6, 1);
    opacity: 0.1;
    @media only screen and (max-width: 900px) {
      opacity: 0.3;
    }
  }
  11% {
    opacity: 0.1;
    @media only screen and (max-width: 900px) {
      opacity: 0.3;
    }
  }
  33% {
    -webkit-transform: rotateY(40deg);
            transform: rotateY(40deg);
    -webkit-transform: scale(1, 1.4);
            transform: scale(1, 1.4);
    opacity: 0.6;
    @media only screen and (max-width: 900px) {
      opacity: 0.8;
    }
  }
  66% {
    -webkit-transform: rotateY(10deg);
            transform: rotateY(10deg);
    -webkit-transform: scaleY(1.8, 1);
            transform: scaleY(1.8, 1);
    opacity: 0.4;
    @media only screen and (max-width: 900px) {
      opacity: 0.6;
    }
  }
  100% {
    bottom: 300px;
    -webkit-filter: blur(20px);
            filter: blur(20px);
    -webkit-transform: rotateY(60deg);
            transform: rotateY(60deg);
    -webkit-transform: scaleY(2, 1.8);
            transform: scaleY(2, 1.8);
    opacity: 0.1;
    @media only screen and (max-width: 900px) {
      opacity: 0.2;
    }
  }
}
@-webkit-keyframes steam02 {
  0% {
    bottom: -400px;
    -webkit-filter: blur(16px);
            filter: blur(16px);
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform: scale(0.6, 0.6);
            transform: scale(0.6, 0.6);
    opacity: 0.1;
    @media only screen and (max-width: 900px) {
      opacity: 0.2;
    }
  }
  11% {
    opacity: 0.1;
    @media only screen and (max-width: 900px) {
      opacity: 0.2;
    }
  }
  33% {
    -webkit-transform: rotateY(40deg);
            transform: rotateY(40deg);
    -webkit-transform: scale(0.8, 1);
            transform: scale(0.8, 1);
    opacity: 0.4;
    @media only screen and (max-width: 900px) {
      opacity: 0.6;
    }
  }
  66% {
    -webkit-transform: rotateY(2deg);
            transform: rotateY(2deg);
    -webkit-transform: scaleY(1, 1.2);
            transform: scaleY(1, 1.2);
    opacity: 0.6;
    @media only screen and (max-width: 900px) {
      opacity: 0.8;
    }
  }
  100% {
    bottom: 200px;
    -webkit-filter: blur(20px);
            filter: blur(20px);
    -webkit-transform: rotateY(50deg);
            transform: rotateY(50deg);
    -webkit-transform: scaleY(1.2, 1.4);
            transform: scaleY(1.2, 1.4);
    opacity: 0.1;
    @media only screen and (max-width: 900px) {
      opacity: 0.2;
    }
  }
}
@keyframes steam02 {
  0% {
    bottom: -400px;
    -webkit-filter: blur(16px);
            filter: blur(16px);
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform: scale(0.6, 0.6);
            transform: scale(0.6, 0.6);
    opacity: 0.1;
    @media only screen and (max-width: 900px) {
      opacity: 0.2;
    }
  }
  11% {
    opacity: 0.1;
    @media only screen and (max-width: 900px) {
      opacity: 0.2;
    }
  }
  33% {
    -webkit-transform: rotateY(40deg);
            transform: rotateY(40deg);
    -webkit-transform: scale(0.8, 1);
            transform: scale(0.8, 1);
    opacity: 0.4;
    @media only screen and (max-width: 900px) {
      opacity: 0.6;
    }
  }
  66% {
    -webkit-transform: rotateY(2deg);
            transform: rotateY(2deg);
    -webkit-transform: scaleY(1, 1.2);
            transform: scaleY(1, 1.2);
    opacity: 0.6;
    @media only screen and (max-width: 900px) {
      opacity: 0.8;
    }
  }
  100% {
    bottom: 200px;
    -webkit-filter: blur(20px);
            filter: blur(20px);
    -webkit-transform: rotateY(50deg);
            transform: rotateY(50deg);
    -webkit-transform: scaleY(1.2, 1.4);
            transform: scaleY(1.2, 1.4);
    opacity: 0.1;
    @media only screen and (max-width: 900px) {
      opacity: 0.2;
    }
  }
}
#contents2 .wrap {
  background: rgba(255, 255, 255, 0.7);
  max-width: 1080px;
  padding: 40px;
  margin: 0 auto;
}
@media only screen and (max-width: 900px) {
  #contents2 .wrap {
    padding: 20px;
  }
}
#contents2 .wrap div p {
  font-family: nitalago-ruika, sans-serif;
  font-weight: 200;
}
#contents2 .wrap div p span {
  font-weight: 100;
}
#contents2 .wrap div h4 {
  font-family: nitalago-ruika, sans-serif;
  font-weight: 100;
  font-size: 1.2em;
}
#contents2 .wrap div h5 {
  font-weight: 700;
  font-size: 1.2em;
  margin-bottom: 7px;
  font-family: "noto sans jp", sans-serif;
}
@media screen and (min-width: 901px) {
  #contents2 .wrap#sec_beer div .slider li img, #contents2 .wrap#sec_bbq div .slider li img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
@media screen and (max-width: 900px) {
  #contents2 .wrap#sec_beer div .slick-dots, #contents2 .wrap#sec_bbq div .slick-dots {
    left: -5%;
  }
  #contents2 .wrap#sec_beer div .slick-dots li, #contents2 .wrap#sec_bbq div .slick-dots li {
    width: 20px;
  }
  #contents2 .wrap#sec_beer div .slick-dots li button, #contents2 .wrap#sec_bbq div .slick-dots li button {
    width: 20px;
  }
}
#contents2 .wrap#sec_marchais div {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#contents2 .wrap#sec_marchais iframe#instagram-embed-0 {
  margin: 20px auto !important;
}
@media only screen and (max-width: 900px) {
  #contents2 .wrap#sec_marchais iframe#instagram-embed-0 {
    min-width: unset !important;
  }
}
#contents2 .wrap #marchais {
  margin: 100px 0 0;
}
@media only screen and (max-width: 900px) {
  #contents2 .wrap #marchais {
    margin: 60px 0 0;
  }
}
#contents2 .wrap #marchais div.txt_center {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#contents2 .wrap #marchais iframe#instagram-embed-0 {
  margin: 20px auto !important;
}
@media only screen and (max-width: 900px) {
  #contents2 .wrap #marchais iframe#instagram-embed-0 {
    min-width: unset !important;
  }
}

.bg_fireworks {
  position: relative;
  padding: 40px 0;
}
.bg_fireworks:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background: #FFF;
}
.bg_fireworks:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-animation: bg-gradient 3s linear infinite alternate;
          animation: bg-gradient 3s linear infinite alternate;
  background: -webkit-gradient(linear, left top, right top, from(rgba(233, 165, 165, 0.5)), color-stop(10%, rgba(184, 193, 192, 0.5)), color-stop(30%, rgba(101, 192, 224, 0.5)), color-stop(40%, rgba(174, 162, 219, 0.5)), color-stop(50%, rgba(129, 193, 217, 0.5)), color-stop(60%, rgba(233, 165, 165, 0.5)), color-stop(70%, rgba(184, 193, 192, 0.5)), color-stop(80%, rgba(101, 192, 224, 0.5)), color-stop(90%, rgba(174, 162, 219, 0.5)), to(rgba(129, 193, 217, 0.5))) 0/200% 100%;
  background: linear-gradient(90deg, rgba(233, 165, 165, 0.5), rgba(184, 193, 192, 0.5) 10%, rgba(101, 192, 224, 0.5) 30%, rgba(174, 162, 219, 0.5) 40%, rgba(129, 193, 217, 0.5) 50%, rgba(233, 165, 165, 0.5) 60%, rgba(184, 193, 192, 0.5) 70%, rgba(101, 192, 224, 0.5) 80%, rgba(174, 162, 219, 0.5) 90%, rgba(129, 193, 217, 0.5)) 0/200% 100%;
  -webkit-mask-image: url(../images/bg_fw.png);
          mask-image: url(../images/bg_fw.png);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: repeat-y;
          mask-repeat: repeat-y;
  -webkit-mask-position: center top;
          mask-position: center top;
}

@-webkit-keyframes bg-gradient {
  0% {
    background-position-x: 0;
    background-position-y: 0;
  }
  100% {
    background-position-x: 100%;
    background-position-y: 0;
  }
}

@keyframes bg-gradient {
  0% {
    background-position-x: 0;
    background-position-y: 0;
  }
  100% {
    background-position-x: 100%;
    background-position-y: 0;
  }
}
#sec_guest .img_area, #sec_neppa .img_area {
  width: 100%;
  margin: 40px auto;
}
#sec_guest .img_area img, #sec_neppa .img_area img {
  display: block;
  margin: 0 auto;
  width: auto;
}
@media only screen and (max-width: 900px) {
  #sec_guest .img_area img, #sec_neppa .img_area img {
    width: 100%;
  }
}
#sec_guest p a, #sec_neppa p a {
  display: block;
  margin: 15px 0 0;
  word-wrap: break-word;
}
#sec_guest p.txt_center, #sec_neppa p.txt_center {
  text-align: center;
}
@media only screen and (max-width: 450px) {
  #sec_guest p.txt_center br.sp, #sec_neppa p.txt_center br.sp {
    display: none;
  }
  #sec_guest p.txt_center, #sec_neppa p.txt_center {
    text-align: left;
  }
}

#sec_parking div img {
  margin: 0 auto 30px;
  display: block;
  width: 100%;
}
#sec_parking div {
  width: 100%;
  max-width: 824px;
  margin: 0 auto;
}

#sec_rule dl dt,
#bbq_rule dl dt {
  margin-top: 10px;
  padding: 10px 45px 10px 15px;
  font-family: a-otf-futo-min-a101-pr6n, 游明朝, serif;
  font-size: 0.875rem;
  border: 1px solid #dcdcdc;
  background-image: url("../../faq/img/ico_faq02.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) 50%;
  background-size: 20px 11px;
  cursor: pointer;
}
#sec_rule dl dt:hover,
#bbq_rule dl dt:hover {
  background-color: #e0eaf0;
}
#sec_rule dl dt.open,
#bbq_rule dl dt.open {
  background-color: #e0eaf0;
  border-bottom: none;
  border-color: #404b73;
  background-image: url("../../faq/img/ico_faq03.png");
}
#sec_rule dl dt.open + dd,
#bbq_rule dl dt.open + dd {
  border-color: #404b73;
}
#sec_rule dl dd,
#bbq_rule dl dd {
  display: none;
  margin: 0;
  padding: 10px 15px 10px 30px;
  font-size: 0.812rem;
  border: 1px solid #dcdcdc;
  border-top: none;
  line-height: 1.8;
}
#sec_rule dl dd ul li,
#bbq_rule dl dd ul li {
  text-indent: -0.5em;
  padding-left: 0.5em;
}
#sec_rule dl dd br.sp,
#bbq_rule dl dd br.sp {
  display: inline;
}
#sec_rule dl dd table,
#bbq_rule dl dd table {
  display: block;
}
#sec_rule dl dd table th,
#bbq_rule dl dd table th {
  display: block;
  width: 100%;
  vertical-align: top;
  font-family: yu-mincho-pr6n, 游明朝, sans-serif;
  text-align: left;
  font-weight: normal;
}
#sec_rule dl dd table td,
#bbq_rule dl dd table td {
  display: block;
  margin-bottom: 2em;
  width: 100%;
}
#sec_rule dl dd .indent01,
#bbq_rule dl dd .indent01 {
  display: inline-block;
  margin-left: 1em;
}
#sec_rule dl dd .caution,
#bbq_rule dl dd .caution {
  color: #FF0000;
}
#sec_rule dl dd .note,
#bbq_rule dl dd .note {
  margin: 5px 0 5px 1em;
  text-indent: -1em;
}
#sec_rule dl dd ul li ul,
#bbq_rule dl dd ul li ul {
  margin: 0 0 0 50px;
  width: calc(100% - 50px);
}/*# sourceMappingURL=style_2026.css.map */