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

#maincontents {
  color: #16181c;
  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);
  }
}
.bg_sky {
  background: linear-gradient(#97E8E0, #fff);
}

.bg_yellow {
  background: #f5f1e7;
}

.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;
  }
}
.asahikawa-title {
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 31px;
  letter-spacing: 0.025em;
  margin: 0 0 20px;
  background: url(../images/hakodate_spr/ttl_deco02.svg) no-repeat, url(../images/hakodate_spr/ttl_deco03.svg) no-repeat;
  background-position: center left, center right;
  background-size: 240px;
  filter: drop-shadow(0 0 6px #ef359c);
}

.asahikawa-title .small {
  font-size: 23px;
  font-weight: 600;
  color: #68482E;
  display: block;
  filter: none;
}

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

@media screen and (max-width: 1000px) {
  .asahikawa-title {
    margin: 0 -6vw 8vw;
    font-size: 6.2666666667vw;
    font-size: clamp(13px,6.2666666667vw,47px);
    background: url(../images/hakodate_spr/ttl_deco_sp.svg) no-repeat;
    background-position: center;
    background-size: 100%;
  }
  .asahikawa-title .small {
    font-size: 4.9333333333vw;
    font-size: clamp(13px,4.9333333333vw,37px);
    display: block;
  }
  .asahikawa-title .deco::before,
  .asahikawa-title .deco::after {
    background: none;
  }
  .asahikawa-title .deco::before {
    margin-right: 3vw;
  }
  .asahikawa-title .deco::after {
    margin-left: 3vw;
  }
}
.header-title {
  text-align: center;
  padding: 24px 0 10px;
  margin: 0;
  font-size: 39px;
  background: url(../images/hakodate_spr/header_bg.jpg);
  background-position: center;
  background-size: 1600px;
  font-weight: 600;
  line-height: 1.4;
  position: relative;
  color: #68482E;
}

.header-title span {
  display: block;
  font-size: 49px;
  color: #fff;
  text-shadow: 0 0 6px #EF359C;
}

@media screen and (max-width: 1000px) {
  .header-title {
    font-size: 5.4666666667vw;
    font-size: clamp(13px,5.4666666667vw,41px);
    background: url(../images/hakodate_spr/header_bg_sp.jpg);
    background-position: center;
    background-size: 100%;
  }
  .header-title span {
    font-size: 6.2666666667vw;
    font-size: clamp(13px,6.2666666667vw,47px);
  }
}
.mv {
  width: 100%;
  height: 500px;
  background-image: url(../images/hakodate_spr/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%;
}

.mv-ttl img {
  background: rgba(0, 0, 0, 0.2);
  filter: drop-shadow(0 0 8px #EF359C);
}

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

.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::before {
  content: "";
  display: block;
  width: 14px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

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

.winterevent-block .title span {
  text-align: left;
  font-weight: 500;
  font-size: 18px;
  color: #68482E;
  display: block;
  text-shadow: none;
}

.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/hakodate_spr/erevent_bg_sp.jpg) center no-repeat;
    background-size: cover;
    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:last-of-type .winterevent-block-txt {
    background: none;
  }
}
.asahikawa-nav {
  background-color: #684E45;
}

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

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

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

.asahikawa-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;
}

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

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

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

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

.asahikawa-nav-list li.link_none::before {
  content: "準備中";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.asahikawa-nav-list li.link_none::after {
  display: none;
}

.asahikawa-nav-list li.link_none a {
  pointer-events: none;
}

.coupon {
  padding: 40px 0 105px;
}

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

.coupon-label span {
  display: inline-block;
  background-color: #FFC2E1;
  padding: 6px 35px;
  border-radius: 19.5px;
  color: #68482E;
  font-size: 22px;
}

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

.coupon-txt.notice {
  color: #E0564C;
}

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

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

.coupon-dl {
  border-bottom: 1px solid #68482E;
  width: 650px;
  margin: 0 auto;
  position: relative;
}

.coupon-dl::before {
  content: "";
  width: 95px;
  height: 100px;
  background: url(../images/hakodate_spr/illust03.svg) no-repeat;
  position: absolute;
  top: 8px;
  left: -170px;
  transform: translateX(53%);
  filter: drop-shadow(0 0 6px #ef359c);
}

.coupon-dl::after {
  content: "";
  width: 95px;
  height: 100px;
  background: url(../images/hakodate_spr/illust04.svg) no-repeat;
  position: absolute;
  bottom: 8px;
  right: -80px;
  transform: translateX(53%);
  filter: drop-shadow(0 0 6px #ef359c);
}

.coupon-dl dt {
  font-size: 18px;
  font-weight: 500;
  color: #E0564C;
}

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

.coupon-dl dd:last-of-type {
  margin-bottom: 0;
  border: none;
}

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

@media screen and (max-width: 1000px) {
  .coupon {
    padding: 70px 0 105px;
  }
  .coupon-label {
    margin: 0 -3vw 7vw;
  }
  .coupon-label span {
    padding: 16px;
    width: 100%;
    border-radius: 50px;
    font-size: 3.7333333333vw;
    font-size: clamp(13px,3.7333333333vw,28px);
  }
  .tab-content02 .coupon-label {
    margin-bottom: 13vw;
  }
  .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::before {
    content: "";
    width: 14vw;
    height: 16vw;
    background-size: contain;
    top: -15vw;
    left: -3vw;
    transform: none;
  }
  .coupon-dl::after {
    content: "";
    width: 14vw;
    height: 16vw;
    background-size: contain;
    bottom: -18vw;
    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);
    padding-left: clamp(13px, 3.2vw, 24px);
    text-indent: clamp(-13px, -3.2vw, -24px);
  }
  .coupon-dl dd {
    margin-left: 0;
  }
}
.facility {
  padding-bottom: 30px;
}

.facility .cflex {
  justify-content: space-between;
  gap: 4%;
}

.facility .cflex li {
  width: 100%;
}

.facility h3.place {
  text-align: center;
  color: #E0564C;
  font-weight: bold;
  font-size: 24px;
  position: relative;
}

.facility h3.place::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 3px;
  border-radius: 10px;
  background: #E0564C;
}

#maincontents .facility-list {
  margin: 0 auto;
  padding-top: 40px;
}

.facility-list li {
  display: flex;
  flex-direction: column;
  min-height: 646px;
  padding: 22px 20px 20px;
  background-color: #fff;
  position: relative;
  margin-bottom: 40px;
  box-shadow: 0 0 10px #EF359C;
  border-radius: 10px;
}

@media screen and (min-width: 1000px) {
  .tab-content01 .facility-list li {
    min-height: 695px;
  }
}
.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: #68482E;
  font-weight: 600;
  line-height: 1.5;
  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: #FFA300;
  margin-bottom: 10px;
  text-align: center;
  text-decoration: none;
  display: block;
}

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

.facility .btn.btn--air2 {
  background-color: #be81d9;
}

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

.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;
  margin-top: 25px;
  color: #68482E;
}

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

@media screen and (max-width: 1000px) {
  #maincontents .facility-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 0 auto 75px;
    padding-top: 10vw;
  }
  .facility-list li {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: -moz-fit-content;
    min-height: fit-content;
    padding: 22px 20px 20px;
    margin-bottom: 0;
    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;
    margin-top: 0;
  }
}
.use {
  padding: 80px 0 115px;
}

.use-step li {
  width: 320px;
  border: 1px dashed #68482E;
  border-radius: 16px;
  padding: 27px 25px 25px;
  position: relative;
}

.use-step li::before {
  content: "";
  display: block;
  position: absolute;
}

.use-step li:first-of-type::before {
  width: 103px;
  height: 82px;
  background: url(../images/hakodate/illust05.svg) no-repeat;
  top: -29px;
  left: -25px;
}

.use-step li:nth-of-type(2)::before {
  width: 245px;
  height: 158px;
  background: url(../images/hakodate/illust06.svg) no-repeat;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.use-step li:last-of-type::before {
  width: 220px;
  height: 225px;
  background: url(../images/hakodate/illust07.svg) no-repeat;
  bottom: -5px;
  right: 15px;
}

.use-step li::after {
  content: "";
  display: block;
  width: 103px;
  height: 82px;
  position: absolute;
  top: 30px;
  right: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 0 12.5px 19px;
  border-color: transparent transparent transparent #E0564C;
}

.use-step li:last-of-type::after {
  content: "";
  width: 99px;
  height: 61px;
  background: url(../images/hakodate/illust08.svg) no-repeat;
  top: -22px;
  bottom: initial;
  right: -15px;
  border: none;
}

#maincontents ul.use-step {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-top: 30px;
}

.use-step-num {
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 34px;
}

.use-step-num span {
  font-size: 36px;
  font-weight: 600;
  margin-left: 10px;
  color: #E0564C;
}

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

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

.use-step-caution {
  font-weight: 500;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  background-color: #68482E;
  margin-bottom: 8px;
  padding: 15px 10px;
}

.use-step-note {
  font-size: 15px;
  line-height: 1.53;
}

.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) {
  #maincontents ul.use-step {
    display: block;
    margin-bottom: 20px;
    padding-top: 30px;
  }
  .use-step li {
    width: 100%;
    border-radius: 20px;
    padding: calc( 50 / 750 * 100vw ) calc( 40 / 750 * 100vw ) calc( 40 / 750 * 100vw ) calc( 40 / 750 * 100vw );
    margin-bottom: 5.3333333333vw;
  }
  .use-step li:first-of-type::before {
    content: none;
  }
  .use-step li:first-of-type {
    background: url(../images/hakodate/illust05_sp.svg) no-repeat;
    background-size: 90%;
    background-position: top 4vw center;
  }
  .use-step li:nth-of-type(2)::before {
    width: 100%;
    height: 106%;
    background: url(../images/hakodate/illust06_sp.svg) no-repeat;
    background-size: contain;
    bottom: -6vw;
    left: 50%;
    transform: translateX(-44%);
    height: 56vw;
  }
  .use-step li:last-of-type::before {
    width: 26.6666666667vw;
    height: 24vw;
    background: url(../images/hakodate/illust07_sp.svg) no-repeat;
    background-size: contain;
    bottom: -5vw;
    right: -3vw;
  }
  .use-step li:last-of-type::after {
    content: none;
  }
  .use-step li:last-of-type {
    content: "";
    background: url(../images/hakodate/illust12.svg) no-repeat;
    background-size: 90%;
    background-position: top 2vw center;
    margin-bottom: 6vw;
    height: 56vw;
  }
  .use-step-num {
    font-size: 5.4666666667vw;
    font-size: clamp(13px,5.4666666667vw,41px);
    margin-bottom: 6vw;
  }
  .use-step-num span {
    font-size: 8.5333333333vw;
    font-size: clamp(13px,8.5333333333vw,64px);
    margin-left: 10px;
  }
  .use-step-txt {
    font-size: 4.5333333333vw;
    font-size: clamp(13px,4.5333333333vw,34px);
    margin-bottom: 4vw;
    line-height: 1.5;
  }
  .use-step-txt span {
    font-size: 5.0666666667vw;
    font-size: clamp(13px,5.0666666667vw,38px);
  }
  .use-step-caution {
    font-size: 4.5333333333vw;
    font-size: clamp(13px,4.5333333333vw,34px);
    line-height: 1.5882352941;
    margin-bottom: 8px;
    padding: 5.3vw 5vw;
    border-radius: 20px;
    margin-bottom: 3vw;
  }
  .use-step-note {
    font-size: 3.2vw;
    font-size: clamp(13px,3.2vw,24px);
    line-height: 1.6666666667;
  }
  .use-step li::after {
    top: initial;
    bottom: -4vw;
    right: initial;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 6vw 4.13333vw 0 4.13333vw;
    border-color: #E0564C transparent transparent transparent;
  }
  .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/hakodate/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: #68482E;
  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: #68482E transparent transparent transparent;
  position: absolute;
  bottom: 0;
  left: 20px;
  transform: rotate(-45deg) translateY(95%);
}

#maincontents .store-block-title {
  color: #68482E;
  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;
  background: #68482E;
}

.store-block-btn {
  display: block;
  font-weight: 600;
  font-size: 23px;
  width: 740px;
  max-width: 100%;
  line-height: 60px;
  background-color: #68482E;
  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%;
  }
}
.ticket_info {
  width: 650px;
  margin: 0 auto 40px;
  text-align: center;
}
.ticket_info .ticket_item {
  text-align: center;
  display: inline-block;
  background-color: #68482E;
  padding: 6px 35px;
  border-radius: 60px;
  color: #fff;
  font-size: 22px;
  margin: 10px auto;
}
.ticket_info .ticket_item .ticket_txt span {
  font-size: 15px;
}
.ticket_info .ticket_item ul.ticket_list li {
  font-size: 18px;
  text-align: start;
  padding-left: 18px;
  text-indent: -18px;
}
.ticket_info .ticket_item ul.ticket_list li::before {
  content: "●";
}
.ticket_info .ticket_item.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.ticket_info .plus {
  color: #68482E;
  font-size: 32px;
}

@media screen and (max-width: 1000px) {
  .ticket_info {
    width: 100%;
    margin: 0 auto 10vw;
  }
  .ticket_info .ticket_item {
    padding: 2vw 6vw;
    font-size: 4vw;
    margin: 2vw auto;
  }
  .ticket_info .ticket_item .ticket_txt span {
    font-size: 3.5vw;
  }
  .ticket_info .ticket_item ul.ticket_list li {
    font-size: 3.8vw;
    padding-left: 3.8vw;
    text-indent: -3.8vw;
  }
  .ticket_info .ticket_item.flex {
    gap: 4vw;
  }
  .ticket_info .plus {
    font-size: 7vw;
    line-height: normal;
  }
}
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 5px;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}

.tab-label01,
.tab-label02,
.tab-label03 {
  color: White;
  background: LightGray;
  padding: 15px;
  order: -1;
  width: 32%;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  transition: all ease 0.5s;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.tab-label01 span,
.tab-label02 span,
.tab-label03 span {
  font-size: 15px;
  display: block;
}

.tab-label01:hover,
.tab-label02:hover,
.tab-label03:hover {
  opacity: 0.5;
}

.tab-content01,
.tab-content02,
.tab-content03 {
  width: 100%;
  display: none;
}

/* アクティブなタブ */
.tab-switch01:checked + .tab-label01,
.tab-switch02:checked + .tab-label02,
.tab-switch03:checked + .tab-label03 {
  background: #68482E;
}

.tab-switch01:checked + .tab-label01 + .tab-content01,
.tab-switch02:checked + .tab-label02 + .tab-content02,
.tab-switch03:checked + .tab-label03 + .tab-content03 {
  display: block;
}

/* ラジオボタン非表示 */
.tab-switch01,
.tab-switch02,
.tab-switch03 {
  display: none;
}

@media screen and (max-width: 1000px) {
  .tab-label01,
  .tab-label02,
  .tab-label03 {
    font-size: 3.7vw;
    width: 100%;
  }
  .tab-label01 span,
  .tab-label02 span,
  .tab-label03 span {
    font-size: 3.5vw;
  }
}
#kokusai {
  background: #f5f1e7;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding-bottom: 100px;
}

.hakodate-kokusai_mv {
  background: url(../images/hakodate_spr/img_hakodate-kokusai01.jpg?v23) no-repeat center;
  background-size: cover;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 540px;
  position: relative;
}

.hakodate-kokusai_mv img {
  position: absolute;
  top: calc(483.5px - 50%);
  left: 50%;
  transform: translateX(-50%);
}

#monterey {
  margin-top: 100px;
}

.miryoku img {
  width: 100%;
  height: 280px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 750px) {
  #kokusai {
    padding-bottom: 10vw;
  }
  .hakodate-kokusai_mv {
    background: url(../images/hakodate_spr/img_hakodate-kokusai01_sp.jpg?v23) no-repeat center;
    background-size: cover;
    height: 120vw;
  }
  .hakodate-kokusai_mv img {
    width: 60vw;
    top: 45vw;
  }
  #monterey {
    margin-top: 15vw;
  }
  .miryoku img {
    height: 55vw !important;
  }
}
/* main_item */
@media (min-width: 751px) {
  .main_item {
    display: flex;
    justify-content: space-between;
    gap: 2.5rem;
  }
}
@media (max-width: 750px) {
  .main_item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
  .main_item .areaBox h4 {
    text-align: center;
  }
}
.main_item .areaBox {
  width: auto;
  max-width: 660px;
}

@media (max-width: 750px) {
  .main_item .areaBox {
    max-width: 750px;
    width: 100%;
    margin-bottom: 1rem;
  }
}
.main_item .main_img img {
  min-width: 400px;
}

@media (max-width: 420px) {
  .main_item .main_img img {
    min-width: 300px;
  }
}
.main_item .logo_item {
  display: flex;
  align-items: center;
  border-bottom: #A57B08 solid 1px;
  padding-bottom: 1rem;
}

.main_item .logo_item h3 {
  font-size: 2.25rem;
  text-align: left;
  color: #A57B08;
  font-family: Noto Serif JP;
  line-height: 2.75rem;
  margin-left: 0.75rem;
}

@media (max-width: 750px) {
  .main_item .logo_item h3 {
    font-size: 2rem;
  }
}
.main_item .logo_item .img {
  margin-right: 10px;
}

.main_item .logo_item .img img {
  max-width: 90px;
  height: 100%;
}

@media (max-width: 750px) {
  .main_item .logo_item .img img {
    max-width: 80px;
  }
}
/* renewal */
.renewal {
  color: #A57B08;
  box-shadow: 0 0 0 2px #A57B08, 0 0 0 6px #f5f1e7, 0 0 0 9px #A57B08;
  text-align: center;
  padding: 2rem;
  margin-top: 3rem;
  margin-bottom: 6rem;
}

.renewal h3 {
  font-family: Noto Serif JP;
  font-size: 2rem;
  border-bottom: #A57B08 1px solid;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  letter-spacing: 0.75rem;
}

@media (max-width: 750px) {
  .renewal {
    margin-bottom: 12vw;
  }
  .renewal h3 {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
.renewal p {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: normal;
}

/* plan */
.plan {
  color: #A57B08;
  box-shadow: 0 0 0 2px #A57B08, 0 0 0 6px #f5f1e7, 0 0 0 9px #A57B08;
  background-color: #fff;
  text-align: center;
  padding: 3rem 2rem;
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.plan h3 {
  font-family: Noto Serif JP;
  font-size: 2rem;
  line-height: 2.5rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

@media (max-width: 750px) {
  .plan h3 {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
.plan .reserve {
  margin: 2rem 0 3rem;
}

@media (max-width: 750px) {
  .plan .reserve {
    margin: 2rem 0 2.5rem;
  }
}
.plan .reserve span.top {
  display: block;
  height: 3px;
  background-color: #A57B08;
}

.plan .reserve span.bottom {
  display: block;
  height: 1px;
  background-color: #A57B08;
  margin-top: 2px;
}

.plan .reserve p img {
  width: 200px;
  position: relative;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
}

.plan p img {
  width: 10rem;
}

.plan ul {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1000px) {
  .plan ul {
    display: block;
  }
}
.plan ul li {
  width: 31%;
}

@media (max-width: 1000px) {
  .plan ul li {
    width: 100%;
    max-width: 400px;
    margin: 2rem auto;
  }
}
.plan ul li span {
  display: block;
  text-align: left;
  margin-bottom: 0.75rem;
  font-size: 1rem;
  min-height: 25.59px;
}

.plan ul li a {
  display: block;
  background: url(../images/monterey/plan_arrow.svg) center right 15px no-repeat #A57B08;
  background-size: 24px;
  color: #fff !important;
  font-weight: 700;
  padding: 1.5rem 2rem;
  margin-bottom: 1rem;
  border-radius: 15px;
}

@media (max-width: 750px) {
  .plan ul li a {
    font-size: 1rem;
  }
  .plan ul li span {
    line-height: normal;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
}
.areaBox h3 {
  text-align: center;
  line-height: 2rem;
  font-weight: 600 !important;
  color: #A57B08;
}

@media (min-width: 751px) {
  .areaBox h3 {
    padding-top: 30px;
    margin-bottom: 30px;
    font-size: 20px;
  }
}
@media (max-width: 750px) {
  .areaBox h3 {
    padding-top: 4vw;
    margin-bottom: 4vw;
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.areaBox {
  max-width: 530px;
  width: 48%;
  margin-bottom: 20px;
  position: relative;
}

@media (max-width: 750px) {
  .areaBox {
    width: 100%;
    max-width: 750px;
    margin-bottom: 8vw;
  }
  .areaBox p {
    font-size: 1rem;
    line-height: 2.25rem;
  }
}
.areaBox span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #A57B08;
}

.areaBox .img img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

.areaBox.new:after {
  content: "";
  width: 120px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/icon_new.svg) left top no-repeat;
  background-size: contain;
}

.areaBox h4 {
  color: #A57B08;
  margin: 1.25rem 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 2.5rem;
}

.areaBox p {
  margin-top: 15px;
  margin-bottom: 25px;
}

.areaBox ul li {
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
  position: relative;
}

#monterey .flex {
  flex-wrap: wrap;
  justify-content: space-between;
}/*# sourceMappingURL=hakodate_spr.css.map */