@charset "UTF-8";
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-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-color: #0063B2;
  /*
  ackground-image: url(../images/bg01.png);
  background-size: cover;
  background-position: center;
  */
  padding: 60px 0 30px;
}
@media all and (max-width: 480px) {
  .event-info {
    padding-top: 4rem;
  }
}
.event-info__button {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}
@media all and (max-width: 896px) {
  .event-info__button {
    flex-direction: column;
    align-items: center;
  }
}
.event-info__button li {
  width: 28%;
  margin-right: 3%;
  background-color: #FFF;
  border: 4px solid #00C0E8;
  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 {
  color: #000;
  font-weight: bold;
  display: block;
  width: 100%;
  padding: 10px 10px 10px 10px;
  font-size: 22px;
  text-align: center;
}
@media all and (max-width: 896px) {
  .event-info__button li a {
    font-size: 20px;
  }
}

.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 {
  color: #0055AA;
  font-size: 16px;
  font-weight: bold;
}
@media all and (max-width: 480px) {
  .details dt {
    width: 100%;
  }
}
.details dd {
  width: calc(100% - 110px);
  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;
  */
}
@media all and (max-width: 480px) {
  .details.center {
    width: 100%;
  }
}

.ticket-info {
  background-image: url(../images/bg_blue.png);
  background-size: cover;
  background-position: center;
  padding: 60px 0;
  position: relative;
}
@media all and (max-width: 896px) {
  .ticket-info {
    padding: 120px 0 140px;
  }
}

h2 {
  line-height: 1.25;
}

.button__flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin: 0 20px;
  /*
  .ticket__button {
    margin: 40px 0 0;
  }
  */
}
@media all and (max-width: 480px) {
  .button__flex {
    flex-direction: column;
    gap: 0;
  }
}
.button__flex .ticket__button {
  width: 260px;
  margin: 5px 0 0;
  border-radius: 40px;
  background-color: #00C8B3;
  /*
  margin: 40px auto 0;
  */
}
.button__flex .ticket__button a {
  display: block;
  width: 100%;
  padding: 10px 10px 14px 10px;
  color: #FFF;
  font-size: 22px;
  text-align: center;
}
@media all and (max-width: 896px) {
  .button__flex .ticket__button a {
    font-size: 20px;
  }
}
.button__flex .ticket__button a span {
  border-bottom: 1px solid #FFF;
}

.ticket__box {
  max-width: 1440px;
  width: 90%;
  margin: 60px auto 0;
  padding: 40px;
  border-radius: 20px;
  background: #FFF;
}
@media all and (max-width: 480px) {
  .ticket__box {
    width: 100%;
    margin: 40px auto 0;
    padding: 20px;
  }
}
.ticket__box ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 896px) {
  .ticket__box ul {
    display: block;
  }
}
.ticket__box ul li:first-child {
  width: 58%;
  margin-right: 2%;
}
@media all and (max-width: 896px) {
  .ticket__box ul li:first-child {
    width: 100%;
  }
}
.ticket__box ul li:last-child {
  width: 40%;
}
@media all and (max-width: 896px) {
  .ticket__box ul li:last-child {
    width: 100%;
    margin-top: 30px;
  }
}
.ticket__box ul li:last-child img {
  margin: 0 auto;
}
.ticket__box ul li .details {
  padding: 30px 0;
}
.ticket__box ul li .details b {
  color: #FF0000;
}
.ticket__box .btn a {
  max-width: 300px;
  margin: 0 auto;
  padding: 10px 0;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  border: none;
  background: #0055AA;
  display: block;
}

.icon01 {
  position: absolute;
  top: 30%;
  left: 0;
  width: 15vw;
  z-index: 100;
}
@media screen and (max-width: 1280px) {
  .icon01 {
    width: 200px;
  }
}
@media all and (max-width: 896px) {
  .icon01 {
    width: 120px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.icon01 img {
  width: 100%;
  height: 100%;
}

.icon02 {
  position: absolute;
  top: 30%;
  right: 0;
  width: 15vw;
  z-index: 100;
}
@media screen and (max-width: 1280px) {
  .icon02 {
    width: 200px;
  }
}
@media all and (max-width: 896px) {
  .icon02 {
    width: 130px;
    top: inherit;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
  }
}
.icon02 img {
  width: 100%;
  height: 100%;
}

.bath-container {
  background-image: url(../images/bg_white.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0;
  position: relative;
}
@media all and (max-width: 896px) {
  .bath-container {
    padding: 30px 0 120px;
  }
}
.bath-container h2 {
  line-height: 1.25;
}
.bath-container .data {
  margin: 30px 0 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.bath-container .data b {
  color: #0055AA;
}
.bath-container__wrap {
  max-width: 1440px;
  width: 90%;
  margin: 30px auto 0;
}
.bath-container__ul {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 896px) {
  .bath-container__ul {
    display: block;
  }
}
.bath-container__ul li {
  width: 49%;
}
@media all and (max-width: 896px) {
  .bath-container__ul li {
    width: 100%;
  }
}
.bath-container__ul li img {
  width: 100%;
}
.bath-container__ul li h3 {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  border-bottom: 2px solid #333;
  padding: 20px 0;
}
.bath-container__name {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media all and (max-width: 896px) {
  .bath-container__name {
    margin-bottom: 40px;
  }
}
.bath-container__name a {
  color: #0055AA;
}
.bath-container__name b {
  color: #0055AA;
}
.bath-container__note {
  margin-top: 20px;
}
.bath-container__note a {
  color: #0055AA;
}

.icon03 {
  position: absolute;
  top: 0;
  right: 0;
  width: 15vw;
  z-index: 100;
}
@media screen and (max-width: 1280px) {
  .icon03 {
    width: 200px;
  }
}
@media all and (max-width: 896px) {
  .icon03 {
    width: 120px;
    top: inherit;
    bottom: 0;
  }
}
.icon03 img {
  width: 100%;
  height: 100%;
}

.sauna-container {
  background-image: url(../images/bg_blue.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0;
  position: relative;
}
@media all and (max-width: 896px) {
  .sauna-container {
    padding: 30px 0 120px;
  }
}
.sauna-container h2 {
  line-height: 1.25;
}
.sauna-container__wrap {
  max-width: 800px;
  width: 90%;
  margin: 30px auto 0;
}
.sauna-container__ul li:first-child {
  margin-bottom: 30px;
}
.sauna-container__ul li:last-child {
  /*
  padding: 20px;
  border-radius: 20px;
  background: #FFF;
  */
}
.sauna-container__ul li img {
  width: 100%;
}
.sauna-container__ul li h3 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  border-bottom: 2px solid #333;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
@media all and (max-width: 480px) {
  .sauna-container__ul li h3 small {
    letter-spacing: 0;
  }
}
.sauna-container__name {
  margin-top: 20px;
}
.sauna-container__name a {
  color: #0055AA;
}

.icon04 {
  position: absolute;
  top: 0;
  left: 0;
  width: 15vw;
  z-index: 100;
}
@media screen and (max-width: 1280px) {
  .icon04 {
    width: 170px;
  }
}
@media all and (max-width: 896px) {
  .icon04 {
    width: 120px;
    top: inherit;
    bottom: 0;
  }
}
.icon04 img {
  width: 100%;
  height: 100%;
}

.drink-container {
  background-image: url(../images/bg_white.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0;
  position: relative;
}
@media all and (max-width: 896px) {
  .drink-container {
    padding: 30px 0 120px;
  }
}
.drink-container h2 {
  line-height: 1.25;
}
.drink-container__wrap {
  max-width: 1440px;
  width: 90%;
  margin: 30px auto 0;
}
.drink-container__ul {
  display: flex;
  justify-content: center;
}
@media all and (max-width: 896px) {
  .drink-container__ul {
    display: block;
  }
}
.drink-container__ul li:first-child {
  width: 650px;
  margin-right: 30px;
}
@media all and (max-width: 896px) {
  .drink-container__ul li:first-child {
    width: 100%;
    margin-bottom: 20px;
  }
}
.drink-container__ul li:last-child {
  width: 50%;
  /*
  padding: 20px;
  border-radius: 20px;
  background: #FFF;
  */
}
@media all and (max-width: 896px) {
  .drink-container__ul li:last-child {
    width: 100%;
  }
}
.drink-container__ul li img {
  width: 100%;
}
.drink-container__ul li h3 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  border-bottom: 2px solid #333;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.drink-container__name {
  margin-top: 20px;
}
.drink-container__name a {
  color: #0055AA;
}

.icon05 {
  position: absolute;
  top: 0;
  right: 0;
  width: 15vw;
  z-index: 100;
}
@media screen and (max-width: 1280px) {
  .icon05 {
    width: 200px;
  }
}
@media all and (max-width: 896px) {
  .icon05 {
    width: 120px;
    top: inherit;
    bottom: 0;
  }
}
.icon05 img {
  width: 100%;
  height: 100%;
}

.stay-container {
  background-image: url(../images/bg_blue.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0;
  position: relative;
}
@media all and (max-width: 480px) {
  .stay-container {
    padding: 30px 0;
  }
}
.stay-container h2 {
  line-height: 1.25;
}
.stay-container__wrap {
  max-width: 1440px;
  width: 90%;
  margin: 30px auto 0;
}
.stay-container .stay__logo ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 896px) {
  .stay-container .stay__logo ul {
    display: block;
  }
}
.stay-container .stay__logo ul li {
  margin: 0 20px;
}
.stay-container .stay__logo ul li h3 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
@media all and (max-width: 896px) {
  .stay-container .stay__logo ul li h3 {
    font-size: 20px;
  }
}
@media all and (max-width: 896px) {
  .stay-container .stay__logo ul li:first-child img {
    margin: 0 auto;
  }
}
@media all and (max-width: 896px) {
  .stay-container .stay__logo ul li:last-child {
    margin-top: 20px;
    text-align: center;
  }
}
.stay-container h4 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
@media all and (max-width: 896px) {
  .stay-container h4 {
    font-size: 16px;
    text-align: left;
  }
}
.stay-container .stay__box {
  max-width: 1440px;
  width: 90%;
  margin: 30px auto 0;
  padding: 40px;
  border-radius: 20px;
  background: #FFF;
}
@media all and (max-width: 480px) {
  .stay-container .stay__box {
    width: 100%;
    padding: 20px;
  }
}
.stay-container .stay__box ul {
  margin: 30px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 896px) {
  .stay-container .stay__box ul {
    display: block;
  }
}
.stay-container .stay__box ul li:first-child {
  width: 58%;
  margin-right: 2%;
}
@media all and (max-width: 896px) {
  .stay-container .stay__box ul li:first-child {
    width: 100%;
  }
}
.stay-container .stay__box ul li:last-child {
  width: 40%;
}
@media all and (max-width: 896px) {
  .stay-container .stay__box ul li:last-child {
    width: 100%;
    margin-top: 30px;
  }
}
.stay-container .stay__box ul li:last-child img {
  margin: 0 auto;
}
.stay-container .stay__box ul li .details {
  padding: 30px 0;
}
.stay-container .stay__box ul li .details b {
  color: #FF0000;
}
.stay-container .stay__box .btn a {
  max-width: 300px;
  margin: 0 auto;
  padding: 10px 0;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  border: none;
  background: #0055AA;
  display: block;
}
.stay-container .slide-items {
  width: 80%;
  height: 100%;
  margin: 30px auto 0;
}
@media all and (max-width: 480px) {
  .stay-container .slide-items {
    width: 100%;
  }
}
.stay-container .slide-items img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media all and (max-width: 480px) {
  .stay-container .slide-items img {
    height: auto;
  }
}
.stay-container .slick-next {
  top: 50% !important;
}
@media all and (max-width: 480px) {
  .stay-container .slick-prev {
    left: 0px;
  }
  .stay-container .slick-next {
    right: -15px;
  }
}
.stay-container .slick-prev:before, .stay-container .slick-next:before {
  color: #0055AA;
}
.stay-container .stay-img li:first-child img {
  max-width: 300px;
  width: 100%;
}
@media all and (max-width: 896px) {
  .stay-container .stay-img li:last-child {
    margin: 20px 0 0;
  }
}
.stay-container .btn a {
  max-width: 300px;
  margin: 0 auto;
  padding: 10px 0;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  border: none;
  background: #0055AA;
  display: block;
}

.movie-container {
  background-image: url(../images/bg_white.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0;
  position: relative;
}
@media all and (max-width: 480px) {
  .movie-container {
    padding: 30px 0;
  }
}
.movie-container h2 {
  line-height: 1.25;
}
.movie-container__wrap {
  max-width: 1440px;
  width: 90%;
  margin: 30px auto 0;
}
.movie-container__ul {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}
@media all and (max-width: 896px) {
  .movie-container__ul {
    flex-direction: column;
  }
}
.movie-container__ul li:first-child {
  width: 320px;
  margin: 0 0 0 20px;
}
@media all and (max-width: 896px) {
  .movie-container__ul li:first-child {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.movie-container__ul li:last-child {
  width: calc(80% - 340px);
  padding: 20px;
  border-radius: 20px;
  background: #FFF;
}
@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 h4 {
  font-size: 32px;
  font-weight: bold;
  border-bottom: 2px solid #333;
  margin-bottom: 30px;
}
.movie-container__name {
  margin-top: 20px;
}
.movie-container__name a {
  color: #0055AA;
}

.movie_img {
  margin-top: 60px;
}
.movie_img img {
  width: 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 {
  transition: opacity 0.3s;
}

a:hover {
  opacity: .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: 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;
  }
}
#content {
  margin-top: 55px;
}
