@charset "UTF-8";
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

#wrapper {
  overflow: hidden;
}

img {
  border: 0;
  height: auto;
  vertical-align: bottom;
}

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

a {
  text-decoration: none;
  color: #000;
}

ul, dl, ol {
  text-indent: 0;
}

ul li {
  list-style: none;
}

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

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

* html input, * html textarea, * html select {
  font-size: 100%;
}

*:first-child + html + input, *:first-child html + textarea, *:first-child + html select {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}

th, td {
  text-align: left;
  vertical-align: top;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
}

* html pre, * html code, * html kbd, * html samp, * html tt {
  font-size: 100%;
  line-height: 100%;
}

*:first-child + html pre, *:first-child html + code, *:first-child html + kbd, *:first-child + html + samp, *:first-child + html tt {
  font-size: 108%;
  line-height: 100%;
}

input, select, textarea {
  font-size: 100%;
  font-family: Verdana, Helvetica, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Maru Gothic", serif;
}

.mv > img {
  width: 100%;
}

@media all and (max-width: 896px) {
  .mv {
    margin-top: 30px;
  }
}
.mv__img {
  display: block;
}
@media all and (max-width: 896px) {
  .mv__img {
    display: none;
  }
}
.mv__img-sp {
  display: none;
}
@media all and (max-width: 896px) {
  .mv__img-sp {
    display: block;
  }
}
.mv__bottom {
  max-width: 1600px;
  margin: 0 auto;
  padding: 2em 2vw 2em;
}
@media all and (max-width: 896px) {
  .mv__bottom {
    padding: 1em 2vw 2em;
  }
}
.mv__bottom img {
  margin: 0 auto;
  width: 100%;
}

.heading__ttl {
  font-size: 60px;
  font-weight: bold;
  text-align: center;
}
@media all and (max-width: 896px) {
  .heading__ttl {
    font-size: 40px;
  }
}
.heading__txt {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
}
@media all and (max-width: 480px) {
  .heading__txt {
    width: 100%;
    margin: 30px auto 0;
  }
}

.event-info {
  background-image: url(../images/bg01.png);
  background-size: cover;
  background-position: center;
  padding: 60px 0;
}
@media all and (max-width: 480px) {
  .event-info {
    padding-top: 4rem;
  }
}
.event-info__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}
@media all and (max-width: 896px) {
  .event-info__button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.event-info__button li {
  width: 28%;
  margin-right: 3%;
  background-color: #1C8BA6;
  border-radius: 40px;
  margin-bottom: 30px;
}
@media all and (max-width: 896px) {
  .event-info__button li {
    width: 80%;
    margin-right: 0;
  }
}
.event-info__button li a {
  font-weight: bold;
  color: #fff;
  display: block;
  width: 100%;
  padding: 10px 10px 12px 10px;
  font-size: 28px;
  text-align: center;
}
@media all and (max-width: 896px) {
  .event-info__button li a {
    font-size: 20px;
  }
}

.ticket-info {
  background-image: url(../images/bg02.png);
  background-size: cover;
  background-position: center;
  padding: 60px 0 300px;
  position: relative;
}

.icon01 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1%;
  width: 20vw;
  z-index: 100;
}
@media screen and (max-width: 1280px) {
  .icon01 {
    width: 200px;
  }
}
@media all and (max-width: 896px) {
  .icon01 {
    width: 140px;
    right: 0;
    top: auto;
    bottom: 3%;
    -webkit-transform: none;
            transform: none;
  }
}
.icon01 img {
  width: 100%;
  height: 100%;
}

.button__flex {
  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: 30px;
  margin: 0 20px;
}
@media all and (max-width: 480px) {
  .button__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.button__flex .ticket__button {
  margin: 40px 0 0;
}

.ticket__button {
  width: 260px;
  border-radius: 40px;
  background-color: #fff;
  margin: 40px auto 0;
}
.ticket__button a {
  display: block;
  width: 100%;
  padding: 10px 10px 14px 10px;
  font-size: 22px;
  text-align: center;
}
.ticket__button a span {
  border-bottom: 1px solid #333;
}

.details {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5em;
}
.details dt {
  font-size: 18px;
  font-weight: bold;
}
.details dd {
  width: calc(70% - 1em);
  font-weight: bold;
}
@media all and (max-width: 480px) {
  .details dd {
    width: 100%;
  }
}
.details dd span {
  font-size: 12px;
  margin-top: 10px;
}
.details.center {
  max-width: 550px;
  width: 90%;
  margin: 30px auto 0;
}

.event-bath {
  background-image: url(../images/bg03.png);
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  padding: 60px 0 100px;
  position: relative;
}

.event-bath {
  position: relative;
}
.event-bath__txt {
  text-align: center;
  font-size: 14px;
  text-align: left;
  max-width: 480px;
  width: 90%;
  margin: 20px auto;
}
.event-bath__span {
  font-size: 18px;
  font-weight: bold;
}
.event-bath__wrap {
  max-width: 1200px;
  width: 90%;
  margin: 60px auto 0;
}
.event-bath__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 100px;
}
.event-bath__ul:nth-of-type(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media all and (max-width: 896px) {
  .event-bath__ul:nth-of-type(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.event-bath__ul:nth-of-type(2) li {
  width: 50%;
}
@media all and (max-width: 896px) {
  .event-bath__ul:nth-of-type(2) li {
    width: 100%;
  }
}
.event-bath__ul:nth-of-type(2) li:first-child {
  margin-right: 0%;
}
.event-bath__ul:nth-of-type(2) li:last-child {
  margin-right: 10%;
  width: 40%;
}
@media all and (max-width: 896px) {
  .event-bath__ul:nth-of-type(2) li:last-child {
    width: 100%;
    margin-right: 0;
  }
}
.event-bath__ul:nth-of-type(2) li:last-child img {
  width: 100%;
}
.event-bath__ul:last-of-type {
  margin-bottom: 0;
}
@media all and (max-width: 896px) {
  .event-bath__ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 60px;
  }
}
.event-bath__ul li {
  width: 40%;
}
@media all and (max-width: 896px) {
  .event-bath__ul li {
    width: 100%;
  }
}
.event-bath__ul li:first-child {
  margin-right: 10%;
  width: 50%;
}
@media all and (max-width: 896px) {
  .event-bath__ul li:first-child {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}
.event-bath__ul li h3 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media all and (max-width: 480px) {
  .event-bath__ul li h3 {
    font-size: 26px;
  }
}
.event-bath__ul li img {
  width: 100%;
}
.event-bath__txt01 {
  font-size: 20px;
  font-weight: bold;
}
@media all and (max-width: 480px) {
  .event-bath__txt01 {
    font-size: 16px;
  }
}

.icon02 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20vw;
  z-index: 100;
}
@media screen and (max-width: 1280px) {
  .icon02 {
    width: 200px;
  }
}
@media all and (max-width: 896px) {
  .icon02 {
    left: 0;
    width: 140px;
  }
}
.icon02 img {
  width: 100%;
  height: 100%;
}

.menu-korabo {
  background-image: url(../images/bg03.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0 200px;
  position: relative;
}
.menu-korabo__wrap {
  max-width: 1200px;
  margin: 60px auto 0;
}
@media screen and (max-width: 1280px) {
  .menu-korabo__wrap {
    width: 90%;
  }
}
.menu-korabo__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (max-width: 896px) {
  .menu-korabo__ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.menu-korabo__ul li {
  width: 45%;
  margin-right: 10%;
}
@media all and (max-width: 896px) {
  .menu-korabo__ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 60px;
  }
}
.menu-korabo__ul li:last-child {
  margin-right: 0;
}
.menu-korabo__ul li img {
  width: 100%;
}
.menu-korabo__ul li h4 {
  font-size: 30px;
  font-weight: bold;
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .menu-korabo__ul li h4 {
    font-size: 24px;
  }
}
.menu-korabo__ul li p {
  font-weight: bold;
  font-size: 18px;
  margin-top: 10px;
}

.icon03 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20vw;
  z-index: 100;
}
@media screen and (max-width: 1280px) {
  .icon03 {
    width: 200px;
  }
}
.icon03 img {
  width: 100%;
  height: 100%;
}

.goods__txt {
  max-width: 550px;
  width: 90%;
  margin: 20px auto 0;
  padding-left: 10px;
}

.goods-korabo {
  background-image: url(../images/bg02.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0 200px;
  position: relative;
}
.goods-korabo__wrap {
  max-width: 1400px;
  width: 90%;
  margin: 60px auto 0;
}
@media screen and (max-width: 1280px) {
  .goods-korabo__wrap {
    width: 95%;
  }
}
.goods-korabo .goods_bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.goods-korabo h5 {
  text-align: center;
  font-size: 24px;
  margin-top: 64px;
  font-weight: 700;
}
.goods-korabo__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 896px) {
  .goods-korabo__ul {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media all and (max-width: 480px) {
  .goods-korabo__ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.goods-korabo__ul li {
  background-color: #fff;
  border-radius: 30px;
  width: 31%;
  margin-right: 2%;
  margin-bottom: 30px;
  padding: 20px;
}
@media all and (max-width: 896px) {
  .goods-korabo__ul li {
    width: 45%;
    margin-right: 5%;
  }
}
@media all and (max-width: 480px) {
  .goods-korabo__ul li {
    width: 90%;
    margin-right: 0;
  }
}
.goods-korabo__ul li:last-child {
  background-color: transparent;
}
@media all and (max-width: 896px) {
  .goods-korabo__ul li:last-child {
    width: 90%;
    margin-top: 20px;
  }
}
@media all and (max-width: 896px) {
  .goods-korabo__ul li:nth-child(2n) {
    margin-right: 0;
  }
}
.goods-korabo__ul li:nth-child(3n) {
  margin-right: 0;
}
@media all and (max-width: 896px) {
  .goods-korabo__ul li:nth-child(3n) {
    margin-right: 5%;
  }
}
@media all and (max-width: 480px) {
  .goods-korabo__ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media all and (max-width: 896px) {
  .goods-korabo__ul li:nth-child(6n) {
    margin-right: 0%;
  }
}
.goods-korabo__ul li img {
  width: 100%;
}
.goods-korabo__ul li h4 {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
.goods-korabo__ul li div {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.goods-korabo__ul li .coming_soon {
  background-color: #424F9F;
  color: #fff;
  border-radius: 20px;
  font-size: 15px;
  display: block;
  padding: 2px 1em;
  width: 80%;
  margin: 10px auto 0;
}
.goods-korabo__ul li P {
  max-width: 260px;
  margin: 20px auto 0;
  text-align: center;
}
.goods-korabo__ul li P.first {
  max-width: inherit;
}

.good__bnr img {
  width: 100%;
}

.icon04 {
  position: absolute;
  top: -100px;
  left: 0;
  width: 20vw;
  z-index: 100;
}
@media screen and (max-width: 1280px) {
  .icon04 {
    width: 160px;
  }
}
@media all and (max-width: 896px) {
  .icon04 {
    left: -3%;
    top: -130px;
    z-index: 1;
  }
}
.icon04 img {
  width: 100%;
  height: 100%;
}

.icon05 {
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 20vw;
  z-index: 100;
}
@media screen and (max-width: 1280px) {
  .icon05 {
    width: 200px;
  }
}
@media all and (max-width: 896px) {
  .icon05 {
    bottom: -80px;
  }
}
.icon05 img {
  width: 100%;
  height: 100%;
}

.movie-container {
  background-image: url(../images/bg03.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0 200px;
  position: relative;
}
@media all and (max-width: 896px) {
  .movie-container {
    padding: 60px 0 230px;
  }
}
.movie-container__wrap {
  max-width: 1440px;
  width: 90%;
  margin: 100px auto 0;
}
@media all and (max-width: 896px) {
  .movie-container__wrap {
    margin: 50px auto 0;
  }
}
.movie-container__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (max-width: 896px) {
  .movie-container__ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.movie-container__ul li:first-child {
  width: 400px;
  margin-right: 60px;
}
@media all and (max-width: 896px) {
  .movie-container__ul li:first-child {
    width: 100%;
    margin-bottom: 30px;
  }
}
.movie-container__ul li:last-child {
  width: 45%;
}
@media all and (max-width: 896px) {
  .movie-container__ul li:last-child {
    width: 100%;
  }
}
.movie-container__ul li img {
  width: 100%;
}
.movie-container__ul li h5 {
  font-size: 32px;
  font-weight: bold;
  border-bottom: 2px solid #333;
  margin-bottom: 30px;
}
.movie-container__name {
  margin-top: 60px;
}

.icon06 {
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 20vw;
  z-index: 100;
}
@media screen and (max-width: 1280px) {
  .icon06 {
    width: 200px;
  }
}
@media all and (max-width: 480px) {
  .icon06 {
    width: 160px;
  }
}
.icon06 img {
  width: 100%;
  height: 100%;
}

.icon07 {
  position: absolute;
  top: 0px;
  left: 0;
  width: 20vw;
  z-index: 100;
}
@media screen and (max-width: 1280px) {
  .icon07 {
    width: 200px;
  }
}
@media all and (max-width: 480px) {
  .icon07 {
    width: 160px;
  }
}
.icon07 img {
  width: 100%;
  height: 100%;
}

.banner {
  max-width: 91rem;
  width: 100%;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  margin: 0 auto;
  margin-top: 6rem;
  padding-bottom: 7.1rem;
}
@media all and (max-width: 480px) {
  .banner {
    margin-top: 4rem;
    padding-bottom: 4rem;
  }
}

.banner__list:not(:first-child) {
  margin-top: 1rem;
}

a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.7;
}

.inner {
  max-width: 159rem;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 896px) {
  .inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

img {
  display: block;
}

.sp-show {
  display: none;
}
@media all and (max-width: 1025px) {
  .sp-show {
    display: block;
  }
}

.sp-only {
  display: none;
}
@media all and (max-width: 480px) {
  .sp-only {
    display: block;
  }
}

#bnr {
  display: block;
  padding: 0px 0 0 0;
}

#bnr ul {
  display: block;
  position: relative;
  width: 960px;
  padding: 30px 0 0 0;
  margin: 0 auto;
  list-style: none;
}

#bnr ul li {
  display: block;
  padding: 0;
  margin: 20px 0;
}

#bnr ul li a {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  margin: 0;
  border: 10px solid #eee;
}

#bnr ul li a:hover {
  padding: 30px;
  margin: 0;
  border: 10px solid #d3d3d3;
  opacity: 1;
}

#bnr ul li a.bnr_hotel {
  background: url(https://www.yunessun.com/hotel/images/img01-4.jpg) left center no-repeat;
  background-size: 50%;
  padding: 30px 0 30px 50%;
}

#bnr ul li a.bnr_hotel img {
  display: block;
  width: 90%;
  height: auto;
  margin: 0 auto;
}

#bnr ul li a.bnr_tanoshimi {
  background: url(https://www.yunessun.com/kenminwari/img/bg_bnr_tanoshimi.jpg) left center no-repeat;
  background-size: 70%;
  padding: 30px 0 30px 50%;
}

#bnr ul li a.bnr_tanoshimi img {
  display: block;
  width: 90%;
  height: auto;
  margin: 0 auto 0 0;
}

#bnr ul li a.bnr_coupon {
  background: url(https://www.yunessun.com/kenminwari/img/bg_bnr_coupon.jpg) right center no-repeat;
  background-size: 70%;
  padding: 30px 50% 30px 30px;
}

#bnr ul li a.bnr_coupon img {
  display: block;
  width: 60%;
  height: auto;
  margin: 0 auto;
}

.bnr_sp {
  display: none;
}

.bnr_sp img {
  width: 100%;
}

@media (max-width: 1280px) {
  #bnr ul {
    display: block;
    width: 90%;
    margin: 0 auto;
    list-style: none;
  }
}
@media (max-width: 460px) {
  #bnr {
    display: block;
    padding: 0;
    margin: 0;
  }
  #bnr ul li {
    display: block;
    margin: 10px 0;
  }
  #bnr ul li a {
    border: 6px solid #eee;
  }
  #bnr ul li a:hover {
    border: 6px solid #d3d3d3;
  }
  #bnr ul li a.bnr_hotel {
    background: url(https://www.yunessun.com/hotel/images/img01-4.jpg) left center no-repeat;
    background-size: 30%;
    padding: 10px 0 10px 30%;
  }
  #bnr ul li a.bnr_hotel img {
    display: block;
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  #bnr ul li a.bnr_tanoshimi {
    background-size: 50%;
    padding: 20px 20px 20px 20%;
  }
  #bnr ul li a.bnr_tanoshimi img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  #bnr ul li a.bnr_coupon {
    background: url(https://www.yunessun.com/kenminwari/img/bg_bnr_coupon.jpg) right -78px center no-repeat;
    background-size: 85%;
    padding: 20px 40% 20px 20px;
  }
  #bnr ul li a.bnr_coupon img {
    display: block;
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }
  .bnr_sp {
    display: block;
    position: fixed;
    bottom: 56px;
    z-index: 100;
  }
}
.event-sauna {
  background-image: url(../images/bg02.png);
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  padding: 60px 0 100px;
  position: relative;
}

.event-sauna {
  position: relative;
}
.event-sauna__txt {
  text-align: center;
  font-size: 14px;
  text-align: left;
  max-width: 480px;
  width: 90%;
  margin: 20px auto;
}
.event-sauna__span {
  font-size: 18px;
  font-weight: bold;
}
.event-sauna__wrap {
  max-width: 1200px;
  width: 90%;
  margin: 60px auto 0;
}
.event-sauna__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 100px;
}
.event-sauna__ul:nth-of-type(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media all and (max-width: 896px) {
  .event-sauna__ul:nth-of-type(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.event-sauna__ul:nth-of-type(2) li {
  width: 50%;
}
@media all and (max-width: 896px) {
  .event-sauna__ul:nth-of-type(2) li {
    width: 100%;
  }
}
.event-sauna__ul:nth-of-type(2) li:first-child {
  margin-right: 0%;
}
.event-sauna__ul:nth-of-type(2) li:last-child {
  margin-right: 10%;
  width: 40%;
}
@media all and (max-width: 896px) {
  .event-sauna__ul:nth-of-type(2) li:last-child {
    width: 100%;
    margin-right: 0;
  }
}
.event-sauna__ul:nth-of-type(2) li:last-child img {
  width: 100%;
}
.event-sauna__ul:last-of-type {
  margin-bottom: 0;
}
@media all and (max-width: 896px) {
  .event-sauna__ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 60px;
  }
}
.event-sauna__ul li {
  width: 40%;
}
@media all and (max-width: 896px) {
  .event-sauna__ul li {
    width: 100%;
  }
}
.event-sauna__ul li:first-child {
  margin-right: 10%;
  width: 50%;
}
@media all and (max-width: 896px) {
  .event-sauna__ul li:first-child {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}
.event-sauna__ul li h3 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media all and (max-width: 480px) {
  .event-sauna__ul li h3 {
    font-size: 26px;
  }
}
.event-sauna__ul li img {
  width: 100%;
}
.event-sauna__txt01 {
  font-size: 20px;
  font-weight: bold;
}
@media all and (max-width: 480px) {
  .event-sauna__txt01 {
    font-size: 16px;
  }
}

.tokuten {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1em 2em 1em 4em;
  margin-top: 40px;
}
.tokuten > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media all and (max-width: 1025px) {
  .tokuten {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1em 2em;
  }
}

.txt-blk {
  margin-top: 20px;
}
@media all and (max-width: 1025px) {
  .txt-blk {
    margin-top: 0px;
  }
}
.txt-blk .ttl {
  font-size: 35px;
  font-weight: bold;
}
@media all and (max-width: 480px) {
  .txt-blk .ttl {
    font-size: 25px;
  }
}
.txt-blk p {
  margin-top: 40px;
  font-size: 17px;
}
@media all and (max-width: 480px) {
  .txt-blk p {
    font-size: 15px;
    margin-top: 20px;
  }
}
.txt-blk span {
  font-weight: 700;
  text-decoration: underline;
}

@media all and (max-width: 1025px) {
  .img-blk {
    margin-top: 20px;
  }
}

.mt120 {
  margin-top: 120px;
}
@media all and (max-width: 480px) {
  .mt120 {
    font-size: 17.5px;
  }
}

#content {
  margin-top: 55px;
}