@charset "UTF-8";
body {
  font-family: "Segoe UI", Meiryo, sans-serif;
  margin: 0;
}

#maincontents {
  color: #3E3A39;
  line-height: 1.6;
  letter-spacing: 0;
  font-size: 16px;
}

#maincontents img {
  display: block;
  height: auto;
}

@media screen and (max-width: 1000px) {
  #maincontents {
    font-size: 3.7333333333vw;
    font-size: clamp(13px,3.7333333333vw,28px);
  }
}
.inner {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 10px;
}

@media screen and (max-width: 1000px) {
  .inner {
    padding: 0 6vw;
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .button {
    width: 100%;
    font-size: 3.8vw;
  }
}
.bg_wa {
  position: relative;
}

.bg_wa::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/toyako/erevent_bg.jpg) repeat;
  background-size: 100%;
  z-index: -10;
  padding-bottom: 40px;
}

.toyako-title {
  text-align: center;
  color: #218977;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 31px;
  letter-spacing: 0.025em;
  margin: 0 0 20px;
}

.toyako-title .small {
  font-size: 23px;
  font-weight: 600;
  color: #3E3A39;
}

.toyako-title .deco {
  display: flex;
  align-items: center;
  justify-content: center;
}

.toyako-title .deco::before,
.toyako-title .deco::after {
  content: "";
  background: #218977;
  width: 100px;
  height: 2px;
}

.toyako-title .deco::before {
  margin-right: 30px;
}

.toyako-title .deco::after {
  margin-left: 30px;
}

@media screen and (max-width: 1000px) {
  .bg_wa::after {
    background: url(../images/toyako/erevent_bg_sp.jpg) repeat;
    padding-bottom: 10vw;
  }
  .toyako-title {
    margin: 0 -6vw 8vw;
    font-size: 6.2666666667vw;
    font-size: clamp(13px,6.2666666667vw,47px);
  }
  .toyako-title .small {
    font-size: 4.9333333333vw;
    font-size: clamp(13px,4.9333333333vw,37px);
  }
  .toyako-title .deco::before,
  .toyako-title .deco::after {
    width: 15vw;
  }
  .toyako-title .deco::before {
    margin-right: 3vw;
  }
  .toyako-title .deco::after {
    margin-left: 3vw;
  }
}
.mv {
  width: 100%;
  height: 600px;
  background-image: url(../images/toyako/mv.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mv-ttl {
  width: 440px;
  max-width: 100%;
}

@media screen and (max-width: 1000px) {
  .mv {
    background: url(../images/toyako/mv_sp.jpg) no-repeat center;
    background-size: cover;
    height: 120vw;
    background-color: #000;
  }
  .mv-ttl {
    width: 440px;
    max-width: 100%;
    width: 58.5333333333vw;
  }
}
.winterevent {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: url(../images/toyako/erevent_bg.jpg);
  background-position: center;
  background-size: 1600px;
  padding-top: 40px;
}

.winterevent-row {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 20px 0 50px;
  gap: 20px;
}

.winterevent-block {
  width: 490px;
  text-align: center;
}

.winterevent-block-txt {
  position: relative;
  padding-right: 30px;
}

.winterevent-block .winterevent-block-txt {
  background: url(../images/toyako/illust02.svg) no-repeat;
  background-position: center right 15px;
  background-size: 100px;
  position: relative;
}

.winterevent-block:last-of-type .winterevent-block-txt {
  background: url(../images/toyako/illust03.svg) no-repeat;
  background-position: right 30%;
  background-size: 80px;
}

.winterevent-block .title {
  text-align: left;
  font-weight: 600;
  font-size: 25px;
  color: #218977;
  margin: 0 0 10px;
  letter-spacing: 0.05em;
}

.winterevent-block .title span {
  text-align: left;
  font-weight: 500;
  font-size: 18px;
  color: #3E3A39;
  display: block;
}

.winterevent-block .title span.fee {
  display: flex;
}

.winterevent-block .txt {
  text-align: left;
  margin: 0;
  line-height: 1.62;
}

.winterevent-block-img {
  margin-bottom: 11px;
}

.winterevent-block-img img {
  width: 100%;
}

.winterevent-block-twitter {
  width: 100%;
  height: 540px;
  border: 3px solid #5eaa39;
  border-radius: 10px;
  background-color: #fff;
  padding: 20px;
  overflow-y: scroll;
}

@media screen and (max-width: 1000px) {
  .winterevent {
    background: url(../images/toyako/erevent_bg_sp.jpg);
    background-position: center;
    background-size: 100%;
    padding: 40px 0 40px;
  }
  .winterevent::before {
    width: 20vw;
    height: 17vw;
    top: -2.5vw;
    left: -1.25vw;
  }
  .winterevent-row {
    width: 100%;
    flex-direction: column;
    padding: 0;
  }
  .winterevent-block {
    width: 100%;
    margin-bottom: 25px;
  }
  .winterevent-block .title {
    font-size: 5.4666666667vw;
    font-size: clamp(13px,5.4666666667vw,41px);
    margin: 0 0 10px;
    line-height: 1.5;
  }
  .winterevent-block .title span {
    font-size: 3.8666666667vw;
    font-size: clamp(13px,3.8666666667vw,29px);
  }
  .winterevent-block .winterevent-block-txt {
    background: url(../images/toyako/illust02.svg) no-repeat;
    background-size: 15%;
    background-position: top 20vw right 0%;
  }
  .winterevent-block:last-of-type .winterevent-block-txt {
    background: none;
  }
  .winterevent-block:last-of-type .winterevent-block-txt::after {
    content: "";
    position: absolute;
    top: 0;
    right: 4vw;
    width: 15.3333333333vw;
    height: 13.8666666667vw;
    background: url(../images/toyako/illust03.svg) no-repeat;
    background-size: contain;
  }
}
.toyako-nav {
  background-color: #684E45;
}

#maincontents .toyako-nav-list {
  display: flex;
  height: 60px;
  margin: 0 auto;
  max-width: 1000px;
}

.toyako-nav-list li {
  flex: 1;
  color: #fff;
  text-align: center;
  position: relative;
  border-left: 1px solid #fff;
}

.toyako-nav-list li:last-of-type {
  border-right: 1px solid #fff;
}

.toyako-nav-list li::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  transition: bottom 0.3s;
}

.toyako-nav-list li:hover::after {
  bottom: 13px;
}

#maincontents .toyako-nav-list li a:visited, #maincontents .toyako-nav-list li a:link {
  color: #fff;
}

.toyako-nav-list li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  padding: 10px;
}

@media screen and (max-width: 1000px) {
  #maincontents .toyako-nav-list {
    height: auto;
  }
  .toyako-nav-list li a {
    padding: calc( 25 / 750 * 100vw ) 0 calc( 40 / 750 * 100vw ) 0;
  }
  .toyako-nav-list li::after {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    bottom: 27%;
  }
}
.coupon {
  padding: 40px 0 105px;
}

.coupon-label.coupon-label--event {
  margin: 50px 0 0;
}

.coupon-label {
  text-align: center;
  margin-bottom: 50px;
}

.coupon-label span {
  display: inline-block;
  padding: 6px 35px;
  color: #218977;
  font-size: 22px;
  border-top: 1px solid #218977;
  border-bottom: 1px solid #218977;
}

.coupon-txt {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.5;
}

.coupon-txt span {
  color: #E0564C;
  font-size: 22px;
  font-weight: 600;
}

.coupon-txt:last-of-type {
  margin-bottom: 45px;
}

.coupon-dl {
  padding: 5px 0;
  width: 650px;
  margin: 0 auto;
  position: relative;
}

.coupon-dl::after {
  content: "";
  width: 95px;
  height: 111px;
  background: url(../images/toyako/illust04.svg) no-repeat;
  position: absolute;
  bottom: -3px;
  right: -13px;
  transform: translateX(53%);
}

.coupon-dl dt {
  font-size: 18px;
  font-weight: 500;
  padding-top: 15px;
  color: #5A689C;
  display: block;
}

.coupon-dl dd {
  text-align: left;
  padding: 0 0 15px 20px;
  margin-left: 0;
  border-bottom: 1px solid #5A689C;
}

.coupon-dl dd span {
  display: block;
  font-size: 14px;
}

@media screen and (max-width: 1000px) {
  .coupon {
    padding: 70px 0 105px;
  }
  .coupon-label {
    margin: 0 -3vw 7vw;
  }
  .coupon-label span {
    padding: 6px 4vw;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 3.7333333333vw;
    font-size: clamp(13px,3.7333333333vw,28px);
  }
  .coupon-txt {
    font-size: 3.7333333333vw;
    font-size: clamp(13px,3.7333333333vw,28px);
    margin-bottom: 6vw;
  }
  .coupon-txt span {
    font-size: 4vw;
    font-size: clamp(13px,4vw,30px);
  }
  .coupon-txt:last-of-type {
    margin-bottom: 8vw;
  }
  .coupon-dl {
    flex-direction: column;
    align-items: center;
    width: 650px;
    max-width: 100%;
  }
  .coupon-dl::after {
    content: "";
    width: 11.3333333333vw;
    height: 13.3333333333vw;
    background-size: contain;
    bottom: calc(9vw + 40px);
    right: -3vw;
    transform: none;
  }
  .coupon-dl dt {
    font-size: 4vw;
    font-size: clamp(13px,4vw,30px);
  }
  .coupon-dl dd span {
    font-size: 3.2vw;
    font-size: clamp(13px,3.2vw,24px);
  }
  .coupon-dl dd {
    margin-left: 0;
  }
}
.facility {
  padding-bottom: 30px;
}

#maincontents .facility-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 900px;
  gap: 40px;
  margin: 0 auto;
  padding-top: 40px;
}

.facility-list li {
  display: flex;
  flex-direction: column;
  width: 430px;
  padding: 22px 20px 20px;
  background-color: #fff;
  border: 1px solid #194B78;
  position: relative;
}

.facility-list li::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/toyako/illust11.svg) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -6px;
  right: -6px;
  z-index: -1;
}

.facility .img {
  margin: 0 0 20px;
}

.facility .img img {
  width: 100%;
}

.facility .title {
  flex: 1;
  margin: 0 0 27px;
  font-weight: 400;
}

.facility .title span {
  display: block;
  font-size: 23px;
  color: #218977;
  font-weight: 600;
  line-height: 1.1;
  margin: 0;
}

#maincontents a.btn:visited, #maincontents a.btn:link {
  color: #fff;
}

.facility .btn {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.075em;
  width: 100%;
  color: #fff;
  padding: 5px 10px;
  background-color: #194B78;
  margin-bottom: 10px;
  text-align: center;
  text-decoration: none;
}

.facility .btn.btn--air {
  background-color: #684E45;
}

.facility .btn.btn--jr {
  background-color: #218977;
}

.other-btn-wrap {
  display: flex;
  max-width: 900px;
  margin: 0 auto;
}

.other-btn-txt {
  font-size: 23px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 25px;
}

.other-btn-wrap .btn {
  flex: 1;
}

@media screen and (max-width: 1000px) {
  .facility {
    padding-bottom: 10vw;
  }
  #maincontents .facility-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 0 auto;
    padding-top: 0;
  }
  .facility-list li {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 22px 20px 20px;
    padding: calc( 40 / 750 * 100vw ) calc( 37 / 750 * 100vw ) calc( 20 / 750 * 100vw ) calc( 37 / 750 * 100vw );
  }
  .facility-list li::after {
    bottom: -10px;
    right: -10px;
  }
  .facility .title {
    font-size: 3.4666666667vw;
    font-size: clamp(13px,3.4666666667vw,26px);
    margin-bottom: 5vw;
  }
  .facility .title span {
    font-size: 4.5333333333vw;
    font-size: clamp(13px,4.5333333333vw,34px);
  }
  .facility .btn {
    font-size: 3.8666666667vw;
    font-size: clamp(13px,3.8666666667vw,29px);
    padding: 7px 10px;
    margin-bottom: 2.6666666667vw;
  }
  .other-btn-wrap {
    display: block;
    padding: 0 4.9333333333vw 0 4.9333333333vw;
  }
  .other-btn-wrap .btn {
    width: 100%;
    display: block;
  }
  .other-btn-txt {
    font-size: 4.5333333333vw;
    font-size: clamp(13px,4.5333333333vw,34px);
    margin-bottom: 4vw;
  }
}
.use {
  padding: 80px 0 115px;
}

.use-note li {
  font-size: 15px;
  line-height: 1.7;
}

.use-note li span {
  color: #E0564C;
}

.use-note li::before {
  content: "※";
}

.use-note li:first-of-type:before {
  color: #E0564C;
}

@media screen and (max-width: 1000px) {
  .use-note li {
    font-size: 3.2vw;
    font-size: clamp(13px,3.2vw,24px);
    line-height: 1.6666666667;
  }
}
.store {
  padding-bottom: 140px;
}

.store-block {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 30px;
  background: url(../images/toyako/illust09.svg) no-repeat;
  background-position: top 35px right 60px;
  margin-bottom: 50px;
  padding: 30px 0 0;
}

.store-block-img {
  width: 400px;
}

.store-block-content {
  width: 500px;
}

.store-block-label-inr {
  display: block;
  color: #fff;
  background-color: #218977;
  font-weight: 500;
  border-radius: 27px;
  width: 126px;
  line-height: 54px;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}

.store-block-label-inr::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 5px 0 5px;
  border-color: #218977 transparent transparent transparent;
  position: absolute;
  bottom: 0;
  left: 20px;
  transform: rotate(-45deg) translateY(95%);
}

#maincontents .store-block-title {
  color: #218977;
  font-weight: 600;
  font-size: 23px;
  margin: 0 0 20px;
}

.store-block-txt {
  font-size: 16px;
  line-height: 1.9;
}

#maincontents a.store-block-btn:visited, #maincontents a.store-block-btn:link {
  color: #fff;
}

.store-block-btn {
  display: block;
  font-weight: 600;
  font-size: 23px;
  width: 740px;
  max-width: 100%;
  line-height: 60px;
  background-color: #218977;
  text-decoration: none;
  text-align: center;
  margin: 0 auto;
  position: relative;
}

.store-block-btn::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%) rotate(-45deg);
  transition: right 0.3s;
}

.store-block-btn:hover::after {
  right: 3%;
}

@media screen and (max-width: 1000px) {
  .store-block-inner {
    padding: 0 4.9333333333vw 0 4.9333333333vw;
  }
  .store-block {
    display: block;
    background: none;
    margin-bottom: 9vw;
    padding: 20px 0 0;
    position: relative;
  }
  .store-block-label {
    position: absolute;
    top: -2vw;
    left: -4vw;
  }
  .store-block-label-inr {
    border-radius: 45px;
    width: auto;
    padding: 2.9vw 6.7vw;
    line-height: initial;
    margin-bottom: 0;
  }
  .store-block-label-inr::after {
    content: "";
    border-width: 4vw 1.5vw 0 1.5vw;
    bottom: 0;
    bottom: 6px;
    left: 7vw;
    transform: rotate(-20deg) translateY(95%);
  }
  .store-block-img {
    width: 100%;
    margin-bottom: 4vw;
  }
  .store-block-img img {
    width: 100%;
  }
  .store-block-content {
    width: 100%;
  }
  #maincontents .store-block-title {
    font-size: 4.5333333333vw;
    font-size: clamp(13px,4.5333333333vw,34px);
    margin-bottom: 1vw;
  }
  .store-block-txt {
    font-size: 3.7333333333vw;
    font-size: clamp(13px,3.7333333333vw,28px);
    line-height: 1.6;
  }
  .store-block-btn {
    padding: 1vw 0;
    font-size: 3.8666666667vw;
    font-size: clamp(13px,3.8666666667vw,29px);
    line-height: 1.6;
  }
  .store-block-btn::after {
    content: "";
    display: block;
    width: 1.5vw;
    height: 1.5vw;
    top: 50%;
    right: 5%;
    transform: translateY(-50%) rotate(-45deg);
    transition: right 0.3s;
  }
  .store-block-btn:hover::after {
    right: 3%;
  }
}
.foot_bn {
  margin-top: 40px;
}

.foot_bn a {
  display: block;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 1000px) {
  .foot_bn {
    margin-top: 4vw;
  }
}/*# sourceMappingURL=toyako.css.map */