@charset "utf-8"; /* default PC */
/* animation */
.animation {
  opacity: 0;
  position: relative;
  top: 40px;
  transition: .5s;
}

.animation.active {
  opacity: 1;
  top: 0;
  transition: .5s;
}

/* main-view */
.main-view {
  aspect-ratio: 16 / 9;
  height: 100%;
}

.main-view video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.main-view video.pc-none {
  display: none;
}

button.splide__toggle {
  appearance: none;
  background: none;
  border: none;
  height: 27px;
  padding: 0;
  position: absolute;
  bottom: 42px;
  left: 0;
  right: -140px;
  margin: auto;
  width: 27px;
  -webkit-appearance: none;
}

#splide01-slide01, #splide01-slide02, #splide01-slide03 {
  position: relative;
}

#splide01-slide01::before, #splide01-slide02::before, #splide01-slide03::before {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}

#splide01-slide01::before {
  background-image: url(../image/contents/home/index_slider_01.jpg);
}

#splide01-slide02::before {
  background-image: url(../image/contents/home/index_slider_02.jpg);
}

#splide01-slide03::before {
  background-image: url(../image/contents/home/index_slider_03.jpg);
}

/* inner */
#contents .inner {
  max-width: 1750px;
}

/* event */
#contents .event-area, #contents .live-area {
  padding: 75px 0 100px;
}

#contents .event-area {
  padding-bottom: 20px;
}

#contents .event-area h2, #contents .live-area h2 {
  margin: 0 0 53px;
}

#contents .event-area .link-btn, #contents .live-area .link-btn {
  margin-top: 50px;
}

#home #contents .event-list {
  justify-content: center;
}

/* event */
/* spa resort */
#contents .sparesort-area {
  padding: 100px 0;
  background: url(../image/contents/bg_beige.jpg);
}

#contents .sparesort-area.blue {
  background-color: #f1f8fe;
}

#contents .sparesort-area .sub-txt {
  margin-bottom: 40px;
}

#contents .sparesort-area h2 .sub-ttl {
  margin-top: 35px;
}

#contents .sparesort-area .sub-txt .box-item {
  border: 2px solid #3C76B8;
  border-radius: 15px 0 15px 0;
  display: inline-block;
  font-weight: 500;
  font-size: 17px;
  margin-right: 10px;
  padding: 5px 34px;
  text-align: center;
  width: fit-content;
  color: #3C76B8;
  letter-spacing: 0.15em;
}

#contents .sparesort-area .sub-txt .box-item:nth-child(2) {
  padding: 5px 29px;
}

#contents .sparesort-area h2 {
  text-align: left;
  margin: 0 0 45px;
}

#contents .sparesort-area .flex {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#contents .sparesort-area .flex.bnr-box {
  gap: 50px 0;
  justify-content: center;
}

#contents .flex.img-box {
  margin-bottom: 35px;
}

#contents .sparesort-area .flex.no-photo {
  justify-content: center;
}

#contents .sparesort-area .flex.no-photo h2, #contents .hotelsetoohashi-area .flex.no-photo h2 {
  text-align: center;
}

#contents .sparesort-area .flex.no-photo .txt-box {
  justify-content: center;
  margin: 0;
  text-align: center;
  width: 100%;
}

#contents .sparesort-area .photo {
  width: 62%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#contents .sparesort-area img {
  border-radius: 12px;
}

#contents .sparesort-area .txt-box {
  width: calc(36% - 77px);
  margin: 0 0 0 77px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

#contents .sparesort-area .box-item p {
  letter-spacing: 0.15em;
  line-height: 2.3em;
}

#contents .sparesort-area .txt-4box {
  margin-right: 30px;
  width: calc(100% / 4 - 23px);
}

#contents .sparesort-area .txt-4box.end {
  margin-right: 0;
}

#contents .sparesort-area .txt-4box:last-child {
  margin-right: 0;
}

#contents .bnr-box p {
  font-size: 23px;
  margin: 24px 0 0;
  padding-left: 45px;
  position: relative;
  color: #333;
}

#contents .bnr-box p {
  letter-spacing: 0.2em;
}

#contents .bnr-box p::before {
  background-image: url(../image/contents/arrow_white.svg);
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: center;
  background-color: #3c76b8;
  border-radius: 50%;
  content: "";
  display: block;
  height: 30px;
  width: 30px;
  position: absolute;
  left: 0;
  top: -1px;
}

#contents .sparesort-area .sub-txt .box-item:nth-child(2) {
  margin-right: 0;
}

/* spa resort */
/* hotel setoohashi */
#contents .hotelsetoohashi-area {
  padding: 100px 0;
  background-color: #f1f8fe;
}

#contents .hotelsetoohashi-area .sub-txt {
  margin-bottom: 40px;
}

#contents .hotelsetoohashi-area h2 .sub-ttl {
  margin-top: 35px;
}

#contents .hotelsetoohashi-area .sub-txt .box-item {
  border: 2px solid #3C76B8;
  border-radius: 15px 0 15px 0;
  display: inline-block;
  font-weight: 500;
  font-size: 17px;
  margin-right: 10px;
  padding: 5px 34px;
  text-align: center;
  width: fit-content;
  color: #3C76B8;
  letter-spacing: 0.15em;
}

#contents .hotelsetoohashi-area .sub-txt {
  text-align: center;
}

#contents .hotelsetoohashi-area .sub-txt .box-item {
  margin: 0 auto;
}

#contents .hotelsetoohashi-area .sub-txt .box-item:nth-child(2) {
  padding: 5px 29px;
}

#contents .hotelsetoohashi-area h2 {
  text-align: left;
  margin: 0 0 45px;
}

#contents .hotelsetoohashi-area .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

#contents .hotelsetoohashi-area .flex.center {
  justify-content: center;
}

#contents .hotelsetoohashi-area .photo {
  width: calc(67% - 90px);
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 0 0 0 90px;
}

#contents .hotelsetoohashi-area img {
  border-radius: 12px;
}

#contents .hotelsetoohashi-area .box-item p {
  letter-spacing: 0.15em;
  line-height: 2.3em;
}

#contents .hotelsetoohashi-area .txt-4box {
  margin-right: 30px;
  width: calc(100% / 4 - 23px);
}

#contents .hotelsetoohashi-area .txt-4box:last-child {
  margin-right: 0;
}

#contents .hotelsetoohashi-area .txt-3box {
  margin-right: 40px;
  width: calc(100% / 3 - 27px);
}

#contents .hotelsetoohashi-area .txt-3box.end {
  margin-right: 0;
}

/* hotel setoohashi */
/* schedule */
#contents .schedule-area {
  padding: 85px 0 95px;
  background-color: #f1f8fe;
}

#contents .schedule-area iframe, .fb_iframe_widget span {
  height: 100% !important;
}

#contents .fb_iframe_widget {
  display: block;
  height: 892px;
}

#contents .schedule-area .txt-2box {
  text-align: center;
}

#contents .schedule-area .inner {
  max-width: 1400px;
}

/* schedule */
/* news */
#contents .news-area {
  padding: 60px 0 75px;
}

#contents .news-area .link-btn {
  margin-top: 40px;
}

/* news */
/* bnr */
#contents .bnr-area {
  padding: 75px 0 0;
}

#contents .bnr-area img {
  border-radius: 8px;
}

#contents .bnr-area p .en-ttl {
  color: #333;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: .15em;
  line-height: 1em;
}

#contents .bnr-area p {
  padding: 0;
}

#contents .bnr-area p .sub-ttl {
  font-size: 18px;
  display: block;
  line-height: 0;
  margin-top: 20px;
}

#contents .bnr-area .bnr-box p::before {
  display: none;
}

/* bnr */
/* sns */
#contents .sns-area {
  padding: 60px 0;
}

#contents .sns-area a {
  transition: 0.5s;
}

#contents .sns-area a:hover {
  transition: 0.5s;
  opacity: 0.7;
}

/* sns */
.insta-box {
  margin-top: 55px;
}

.insta-box .link-bnr {
  background: url(../image/contents/home/insta_bg.jpg) no-repeat center / cover;
  border-radius: 12px;
  color: #fff;
  display: block;
  max-width: 600px;
  margin: 0 auto;
  padding: 30px;
}

#contents .insta-box .link-bnr .bnr-ttl {
  align-items: center;
  display: flex;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: .1em;
  justify-content: center;
  margin-bottom: 0;
  position: relative;
}

#contents .insta-box .link-bnr .bnr-ttl::before {
  background-image: url(../image/contents/home/Instagram_white.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 40px;
  margin-right: 20px;
  width: 40px;
}

#contents .insta-box .link-bnr .bnr-ttl .en-txt {
  font-size: 29px;
  font-weight: 700;
  letter-spacing: .05em;
  margin-right: 3px;
}

/* contact */
#contents .contact-area {
  padding: 60px 0 70px;
}

#contents .contact-area .txt-5box {
  margin-right: 30px;
  margin-bottom: 15px;
  width: calc(100% / 5 - 24px);
}

#contents .contact-area .flex {
  margin-bottom: 35px;
}

#contents .contact-area .txt-5box.end {
  margin-right: 0;
}

#contents .contact-area .link-bnr {
  align-items: center;
  background-color: #d34e5c;
  font-size: 21px;
  font-weight: 500;
  justify-content: flex-end;
  line-height: 1.2em;
  height: 100%;
  margin-bottom: 0;
  padding: 36px 10px 34px;
  position: relative;
  border-radius: 10px;
  width: 100%;
}

#contents .contact-area .txt-5box.member .link-bnr {
  background-color: #09af97;
}

#contents .contact-area .txt-5box.reserve .link-bnr {
  background-color: #01b901;
}

#contents .contact-area .txt-5box.party .link-bnr {
  background-color: #ca7e05;
}

#contents .contact-area .link-bnr::before {
  background-image: url(../image/contents/home/band_img.png);
  background-position: center;
  width: 240px;
  height: 80px;
  bottom: 126px;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
}

#contents .contact-area .txt-5box.member .link-bnr::before {
  background-image: url(../image/contents/home/member_img.png);
}

#contents .contact-area .txt-5box.coupon .link-bnr::before {
  background-image: url(../image/contents/home/coupon_img.png);
}

#contents .contact-area .txt-5box.reserve .link-bnr::before {
  background-image: url(../image/contents/home/reserve_img.png);
}

#contents .contact-area .txt-5box.party .link-bnr::before {
  background-image: url(../image/contents/home/party_img.png);
}

#contents .contact-area .link-bnr .link-txt {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  width: 100%;
  letter-spacing: 0.2em;
}

#contents .contact-area .link-bnr .link-txt::before {
  background-image: url(../image/base/ico_music.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  display: block;
  width: 27px;
  height: 31px;
  position: relative;
  margin-bottom: 20px;
}

#contents .contact-area .txt-5box.member .link-txt::before {
  width: 42px;
  height: 32px;
  background-image: url(../image/base/ico_member.svg);
}

#contents .contact-area .txt-5box.coupon .link-txt::before {
  width: 42px;
  height: 28px;
  background-image: url(../image/base/ico_coupon.svg);
}

#contents .contact-area .txt-5box.reserve .link-txt::before {
  width: 39px;
  height: 30px;
  background-image: url(../image/base/ico_reserve.svg);
}

#contents .contact-area .txt-5box.party .link-txt::before {
  width: 33px;
  height: 35px;
  background-image: url(../image/base/ico_party.svg);
}

#contents .contact-area h2 {
  margin: 0 0 108px;
}

#contents .contact-box .btn-bg {
  margin: 0 auto 0;
  max-width: 700px;
}

#contents .contact-box .btn-bg .link-btn {
  background-color: #de781c;
  padding: 30px 147px 34px 147px;
  width: 100%;
  text-align: left;
  line-height: 2.5em;
}

#contents .contact-box .btn-bg .link-btn .sub-ttl {
  font-size: 18px;
}

#contents .contact-box .btn-bg .link-btn .main-ttl {
  font-size: 27px;
  display: block;
  letter-spacing: 0.15em;
}

#contents .contact-box .btn-bg .link-btn::before {
  background-image: url(../image/contents/ico_tel_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 36px;
  width: 36px;
  position: absolute;
  margin: auto;
  bottom: 0;
  top: 0;
  left: 67px;
}

#contents .contact-box .btn-bg .link-btn::after {
  width: 12px;
  height: 18px;
  right: 50px;
}

#contents .contact-area h2, #contents .contact-area h2 .en-ttl {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "メイリオ", " Meiryo", "ＭＳ Ｐ明朝", "MS PMincho", Osaka, serif;
  font-weight: 700;
}

#contents .contact-area {
  background-image: url(../image/contents/home/bg_contact.jpg?202503);
  background-size: cover;
  padding: 50px 0;
}

#home #contents .contact-area .inner {
  max-width: 1590px;
}

#contents .contact-area .inner {
  background-color: rgb(255 255 255 / 87%);
  padding: 67px 65px 70px;
}

#contents h2 .en-ttl.main {
  line-height: 1.7em;
}

#contents h2 .en-ttl {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "メイリオ", " Meiryo", "ＭＳ Ｐ明朝", "MS PMincho", Osaka, serif;
  font-weight: 700;
}

@media screen and (min-width: 1025px) {
  .mobile-view .main-view {
    margin-top: 98px;
  }
}

@media screen and (max-width: 2000px) {
  #contents .sparesort-area .sub-txt .box-item,#contents .hotelsetoohashi-area .sub-txt .box-item {
    font-size: 15px;
    padding: 5px 20px;
  }

  #contents .sparesort-area .sub-txt,#contents .hotelsetoohashi-area .sub-txt {
    margin-bottom: 30px;
  }

  #contents .sparesort-area h2,#contents .hotelsetoohashi-area h2 {
    margin: 0 0 35px;
  }

  #contents h2 .en-ttl {
    font-size: 40px;
  }
}

@media screen and (max-width: 1800px) {

  #contents .bnr-area p .sub-ttl {
    font-size: 15px;
    display: block;
    line-height: 0;
    margin-top: 18px;
  }

  #contents .bnr-area p .sub-ttl {
    font-size: 14px;
    margin-top: 15px;
    letter-spacing: 0.1em;
  }

  #contents h2 .en-ttl {
    font-size: 35px;
    letter-spacing: .1em;
  }

  #contents .sparesort-area h2 .sub-ttl {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1600px) {
  #contents .sparesort-area .sub-txt .box-item,#contents .hotelsetoohashi-area .sub-txt .box-item {
    font-size: 14px;
    letter-spacing: 0.03em;
    padding: 5px 14px;
  }

  #contents .sparesort-area .box-item p,#contents .hotelsetoohashi-area .box-item p {
    letter-spacing: 0.1em;
    line-height: 2em;
    font-size: 16px;
  }

  #contents .bnr-box .bnr-txt {
    font-size: 20px;
    line-height: 1.4em;
    margin: 15px 0 0;
    padding-left: 35px;
    letter-spacing: 0.15em;
  }

  #contents .bnr-box p::before {
    background-size: 8px;
    height: 25px;
    width: 25px;
    top: 1px;
  }

  #contents .bnr-area p .en-ttl {
    font-size: 21px;
    letter-spacing: .05em;
    line-height: 0em;
  }

  #contents .bnr-box p {
    margin: 15px 0 0;
  }

  #contents .contact-area .inner {
    padding: 47px 35px 50px;
  }

  #contents .contact-area .txt-5box {
    margin-right: 15px;
    margin-bottom: 15px;
    width: calc(100% / 5 - 14px);
  }

  #contents .contact-area .txt-5box.end {
    margin-right: 0;
  }

  #contents .contact-area .link-bnr {
    font-size: 18px;
  }

  #contents .contact-area .link-bnr::before {
    width: 220px;
    height: 60px;
  }

  #contents .contact-area h2 {
    margin: 0 0 78px;
  }

  #contents .hotelsetoohashi-area .photo {
    width: calc(66% - 50px);
    margin: 0 0 0 50px;
  }

  #contents .sparesort-area .photo {
    width: 62%;
  }

  #contents .sparesort-area .txt-box {
    width: calc(38% - 50px);
    margin: 0 0 0 50px;
  }
}

@media screen and (max-width: 1530px) {
  #contents .fb_iframe_widget {
    height: calc(100vw / 1.73);
  }
}

@media screen and (max-width: 1350px) {
  #contents .event-area, #contents .live-area,#contents .sparesort-area,#contents .hotelsetoohashi-area,#contents .schedule-area, #contents .news-area,#contents .bnr-area {
    padding: 65px 0;
  }

  #contents .bnr-area {
    padding-bottom: 0;
  }

  #contents .event-area {
    padding-bottom: 0;
  }

  #contents .sparesort-area .photo, #contents .hotelsetoohashi-area .photo {
    width: 100%;
    margin: 0;
  }

  #contents .sparesort-area .txt-box,#contents .hotelsetoohashi-area .txt-box {
    width: 100%;
  }

  #contents .sparesort-area .photo, #contents .hotelsetoohashi-area .photo {
    justify-content: center;
  }

  #contents .sparesort-area .txt-box {
    margin-left: 0;
  }

  #contents .sparesort-area h2,#contents .hotelsetoohashi-area h2 {
    margin: 0 0 25px;
  }

  #contents .sparesort-area h2 .sub-ttl,#contents .hotelsetoohashi-area h2 .sub-ttl {
    margin-top: 20px;
  }

  #contents .sparesort-area .box-item p,#contents .hotelsetoohashi-area .box-item p {
    font-size: 16px;
  }

  #contents .sparesort-area .photo {
    order: 2;
  }

  #contents .sparesort-area .txt-box {
    order: 1;
  }

  #contents .bnr-box .bnr-txt {
    font-size: 18px;
    line-height: 1.4em;
    margin: 15px 0 0;
    padding-left: 30px;
    letter-spacing: 0.1em;
  }

  #contents .bnr-box p::before {
    background-size: 7px;
    height: 23px;
    width: 23px;
    top: 1px;
  }
}

@media screen and (max-width: 1140px) {
  #contents .insta-box .link-bnr .bnr-ttl .en-txt {
    font-size: 25px;
  }

  #contents .insta-box .link-bnr .bnr-ttl {
    font-size: 21px;
  }

  #contents .contact-area .flex {
    justify-content: center;
  }

  #contents .contact-area .txt-5box {
    margin-right: 15px;
    margin-bottom: 60px;
    width: calc(100% / 3 - 15px);
  }

  #contents .contact-area .link-bnr::before {
    width: 220px;
    height: 60px;
  }

  #contents .contact-area .inner {
    padding: 32px 30px 40px;
  }

  #contents .contact-area h2 {
    margin: 0 0 68px;
  }

  #contents .contact-area .inner {
    padding: 37px 20px 30px;
  }

  #contents .contact-area .txt-5box:nth-child(3n) {
    margin-right: 0;
  }

  #contents .contact-area .txt-5box:nth-child(n+4) {
    margin-bottom: 0;
  }

  #contents .contact-box .btn-bg .link-btn .sub-ttl {
    font-size: 16px;
  }

  #contents .contact-box .btn-bg .link-btn .main-ttl {
    font-size: 24px;
  }

  #contents .contact-box .btn-bg .link-btn {
    padding: 23px 147px 27px 147px;
  }

  #contents .contact-box .btn-bg .link-btn::before {
    height: 33px;
    width: 32px;
    left: 50px;
  }
}

/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {
  #contents .sparesort-area .sub-txt, #contents .hotelsetoohashi-area .sub-txt {
    margin-bottom: 10px;
  }

  #contents .sparesort-area .flex.bnr-box {
    gap: 30px 0;
  }

  #contents .sparesort-area .bnr-box .txt-4box {
    margin-bottom: 0;
  }

  #contents .bnr-box .bnr-txt::before {
    height: 22px;
    width: 22px;
    top: -1px;
  }

  #contents .fb_iframe_widget {
    height: 500px;
  }

  #contents .schedule-area .schedule-box {
    margin: 0 auto 40px;
    max-width: 500px;
  }

  .main-view {
    margin-top: 75px;
  }

  .main-view video.sp-none {
    display: block;
    width: 100%;
  }

  button.splide__toggle {
    bottom: 23px;
  }

  #contents .sparesort-area .box-item p, #contents .hotelsetoohashi-area .box-item p {
    font-size: 14px;
  }

  #contents .bnr-area .txt-4box {
    margin-right: 15px;
    margin-bottom: 20px;
  }

  #contents .bnr-area .txt-4box:nth-child(2n) {
    margin-right: 0;
  }

  #contents .hotelsetoohashi-area .flex .txt-3box:nth-child(n+3),#contents .bnr-area .txt-4box:nth-child(n+3), #contents .sparesort-area .txt-4box:nth-child(n+3) {
    margin-bottom: 0;
  }

  #contents .hotelsetoohashi-area .flex .txt-3box,#contents .sparesort-area .txt-4box {
    width: calc(100% / 2 - 5px);
    margin-right: 10px;
    margin-bottom: 20px;
  }

  #contents .hotelsetoohashi-area .flex .txt-3box:nth-child(2n),#contents .sparesort-area .txt-4box:nth-child(2n) {
    margin-right: 0;
  }

  #contents .bnr-box .bnr-txt {
    font-size: 16px;
    line-height: 1.2em;
    margin: 15px 0 0;
    padding-left: 28px;
  }

  #contents .bnr-box p::before {
    background-size: 6px;
    height: 20px;
    width: 20px;
  }

  #contents .contact-box .btn-bg .link-btn {
    padding: 30px 97px;
  }

  #contents .contact-box .btn-bg .link-btn::before {
    left: 37px;
  }

  #contents .contact-box .btn-bg .link-btn::after {
    right: 37px;
  }
}

@media screen and (max-width: 650px) {
  #contents .contact-box .btn-bg .link-btn {
    padding: 30px 77px;
  }

  #contents .contact-box .btn-bg .link-btn::before {
    left: 27px;
  }

  #contents .contact-box .btn-bg .link-btn::after {
    right: 27px;
  }

  #contents .contact-box .btn-bg .link-btn {
    padding: 30px 37px;
  }

  #contents .contact-box .btn-bg .link-btn::before {
    left: 15px;
    height: 25px;
    width: 25px;
  }

  #contents .contact-box .btn-bg .link-btn {
    padding: 18px 30px 22px 60px;
  }

  #contents .contact-box .btn-bg .link-btn::after {
    right: 15px;
    width: 8px;
    height: 14px;
  }

  #contents .contact-area .txt-5box {
    margin-right: 10px;
    margin-bottom: 45px;
    width: calc(100% / 2 - 5px);
  }

  #contents .contact-area .txt-5box:nth-child(3n) {
    margin-right: 10px;
  }

  #contents .contact-area .txt-5box:nth-child(2n) {
    margin-right: 0;
  }

  #contents .contact-area .txt-5box:nth-child(4) {
    margin-bottom: 55px;
  }

  #contents .contact-box .btn-bg .link-btn .sub-ttl {
    font-size: 14px;
    letter-spacing: 0.05em;
  }

  #contents .contact-box .btn-bg .link-btn .main-ttl {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.2em;
  }

  #contents .contact-area .inner {
    padding: 27px 15px 25px;
  }

  #contents .contact-area .link-bnr::before {
    width: 210px;
    height: 50px;
  }

  #contents .contact-area .txt-5box:nth-child(4) {
    margin-bottom: 45px;
  }

  #contents h2 .en-ttl {
    font-size: 28px;
  }

  #contents .contact-area .link-bnr::before {
    bottom: 106px;
  }

  #contents .contact-area .link-bnr {
    padding: 31px 10px 24px;
  }

  #contents .contact-area .link-bnr .link-txt::before {
    margin-bottom: 15px;
  }

  #contents .contact-area .link-bnr::before {
    bottom: 106px;
  }

  #contents .event-area, #contents .live-area, #contents .sparesort-area, #contents .hotelsetoohashi-area, #contents .schedule-area, #contents .news-area, #contents .bnr-area,#contents .sns-area {
    padding: 50px 0;
  }

  #contents .bnr-area {
    padding-bottom: 0;
  }

  #contents .event-area {
    padding-bottom: 0;
  }

  #contents .contact-area h2 {
    margin: 0 0 55px;
  }

  #contents .contact-area h2 .en-ttl {
    font-size: 24px;
  }
  
  #contents .news-area .link-btn,#contents .event-area .link-btn, #contents .live-area .link-btn {
    margin-top: 30px;
  }

  #contents .contact-area .flex {
    margin-bottom: 25px;
  }

  #contents .sparesort-area h2 .sub-ttl, #contents .hotelsetoohashi-area h2 .sub-ttl {
    margin-top: 13px;
  }

  #contents .sparesort-area .flex.img-box {
    margin-bottom: 40px;
  }

  #contents .hotelsetoohashi-area .flex.img-box {
    margin-bottom: 40px;
  }
}

/* view-559 Mobile */
@media screen and (max-width: 559px) {
  #contents .sparesort-area .sub-txt, #contents .hotelsetoohashi-area .sub-txt {
    margin-bottom: 0;
  }

  #contents .bnr-box .bnr-txt::before {
    background-size: 7px;
    bottom: 0;
    top: 1px;
    height: 18px;
    margin: auto;
    width: 18px;
  }

  .insta-box .link-bnr {
    padding: 17px 20px;
  }

  #contents .insta-box .link-bnr .bnr-ttl .en-txt {
    font-size: 22px;
  }

  #contents .insta-box .link-bnr .bnr-ttl {
    font-size: 18px;
    line-height: 1.8em;
  }

  #contents .fb_iframe_widget {
    display: block;
    height: 370px;
  }

  .main-view {
    margin-top: 67px;
  }

  .main-view video.sp-none {
    display: none;
  }

  .main-view video.pc-none {
    display: block;
  }

  .main-view {
    aspect-ratio: 1 / 1;
  }

  #contents .bnr-area .txt-4box {
    width: calc(100% / 2 - 10px);
  }

  #contents .sparesort-area .sub-txt .box-item, #contents .hotelsetoohashi-area .sub-txt .box-item {
    font-size: 14px;
    letter-spacing: 0.03em;
    padding: 5px 12px;
  }

  #contents .bnr-area p .en-ttl {
    font-size: 18px;
  }

  #contents .bnr-area p .sub-ttl {
    font-size: 13px;
    margin-top: 10px;
    letter-spacing: 0.1em;
  }

  #contents .bnr-area .txt-4box {
    width: calc(100% / 2 - 5px);
    margin-right: 10px;
    margin-bottom: 15px;
  }

  #contents .bnr-area .txt-4box:nth-child(2n) {
    margin-right: 0;
  }

  #contents .bnr-box p {
    margin: 5px 0 0;
  }

  #contents .bnr-area p .sub-ttl {
    margin-top: 10px;
  }

  #contents .bnr-box .bnr-txt {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.2em;
    margin: 10px 0 0;
    padding-left: 25px;
  }

  #contents .bnr-box p::before {
    background-size: 5px;
    height: 17px;
    width: 17px;
  }

  #contents .bnr-box .bnr-txt {
    padding-left: 22px;
  }

  #contents .hotelsetoohashi-area h2 .en-ttl {
    letter-spacing: .13em;
  }

  #contents .sparesort-area .sub-txt .box-item:nth-child(2) {
    padding: 5px 12px;
  }

  #contents .sparesort-area .sub-txt .box-item {
    margin-right: 7px;
  }
}

@media screen and (max-width: 393px) {
  #contents .contact-box .btn-bg .link-btn {
    padding: 23px 30px 27px 50px;
  }
}
