@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: #5B56AC;
  font-weight: 600;
  font-size: 31px;
  letter-spacing: 0.025em;
  margin: 0 0 20px;
}

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

@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_23sum/bg_img.svg);
  background-position: center;
  background-size: cover;
  font-weight: 600;
  line-height: 1.4;
  position: relative;
}

.header-title span {
  display: block;
  font-size: 49px;
  color: #5B56AC;
}

.header-title::before {
  content: "";
  position: absolute;
  display: block;
  width: 114px;
  height: 150px;
  background: url(../images/hakodate_23sum/illust10.svg) no-repeat;
  bottom: -26px;
  left: calc(50% + 350px);
  z-index: 1;
}

@media screen and (max-width: 1000px) {
  .header-title {
    font-size: 5.4666666667vw;
    font-size: clamp(13px,5.4666666667vw,41px);
    background: url(../images/hakodate_23sum/bg_img.svg);
    background-position: center;
    background-size: cover;
  }
  .header-title span {
    font-size: 6.2666666667vw;
    font-size: clamp(13px,6.2666666667vw,47px);
  }
  .header-title::before {
    content: none;
  }
}
.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 #143bbb);
}

@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_23sum/bg_img.svg);
  background-position: top center;
  background-size: cover;
}

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

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

.winterevent-block-txt {
  padding: 16px;
}

.winterevent-block .title {
  text-align: left;
  font-weight: 600;
  font-size: 25px;
  color: #5B56AC;
  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;
  text-shadow: none;
}

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

#maincontents .winterevent-block-img img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.winterevent-row .bn {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.winterevent-row .bn a {
  display: block;
}

@media screen and (max-width: 1000px) {
  .winterevent {
    background: url(../images/hakodate_23sum/bg_img.svg) 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;
  }
}
.coupon {
  padding: 40px 0 105px;
}

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

.coupon-label span {
  display: inline-block;
  background-color: #E0564C;
  padding: 6px 35px;
  border-radius: 19.5px;
  color: #fff;
  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 #3E3A39;
  width: 650px;
  margin: 0 auto;
  position: relative;
}

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

.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 #3E3A39;
}

.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: -12vw;
    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;
  width: 430px;
  padding: 22px 20px 20px;
  background-color: #fff;
  border: 1px solid #5B56AC;
  position: relative;
  margin-bottom: 40px;
}

@media screen and (min-width: 1000px) {
  .tab-content02 .facility-list li {
    min-height: 643px;
  }
}
.facility-list li::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/hakodate_23sum/bg_img.svg) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -6px;
  right: -6px;
  z-index: -1;
}

@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: #5B56AC;
  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: #68482E;
}

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

.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: #3E3A39;
}

.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;
  }
}
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 5px;
  width: 100%;
  max-width: 1020px;
  margin: 50px auto 0;
}

.tab-label01,
.tab-label02,
.tab-label03,
.tab-label04 {
  color: White;
  background: LightGray;
  padding: 15px;
  order: -1;
  width: 24%;
  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,
.tab-label04 span {
  font-size: 15px;
  display: block;
}

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

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

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

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

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

@media screen and (max-width: 1000px) {
  .tab-label01,
  .tab-label02,
  .tab-label03,
  .tab-label04 {
    font-size: 3.7vw;
    width: 100%;
  }
  .tab-label01 span,
  .tab-label02 span,
  .tab-label03 span,
  .tab-label04 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;
  position: relative;
}

.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: center;
  flex-wrap: wrap;
  gap: 3%;
}

@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:last-of-type {
    margin-bottom: 0;
  }
}
.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 a:last-of-type {
    margin-bottom: 0;
  }
  .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;
}

#centurymarina {
  background: #f5f1e7;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding-bottom: 100px;
}

.centurymarina_mv {
  background: url(../images/hakodate_23sum/centurymarina_img01.jpg?v1) no-repeat center;
  background-size: cover;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 540px;
  position: relative;
}

.centurymarina_mv img {
  position: absolute;
  top: calc(439px - 50%);
  left: 50%;
  transform: translateX(-50%);
  max-width: 200px;
}

.lead_img {
  margin: 40px 0 100px;
}

.lead_img_item {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

.lead_img_item .name {
  position: absolute;
  bottom: 0;
  right: 6px;
  color: #fff;
  text-shadow: 0 0 8px black;
}

.img_w100 img {
  width: 100%;
}

#centurymarina h3 {
  text-align: center;
  line-height: 2rem;
  color: #125940;
  padding-top: 30px;
  margin-bottom: 30px;
  font-size: 20px;
}

#centurymarina h3.ttl {
  color: #125940;
  font-size: 2.25rem;
  text-align: center;
  font-family: Noto Serif JP;
  line-height: 2.75rem;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #125940;
}

#centurymarina h3.ttl span {
  font-size: 1.75rem;
}

#centurymarina .areaBox span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #125940;
}

#centurymarina .miryoku {
  width: 110%;
}

#centurymarina h4 {
  color: #125940;
  font-family: Noto Serif JP;
  font-size: 20px;
}

#centurymarina .renewal {
  padding-top: 3rem;
  color: #125940;
  box-shadow: 0 0 0 2px #125940, 0 0 0 6px #f5f1e7, 0 0 0 9px #125940;
}

.ttl_item {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
}

#centurymarina .plan {
  color: #125940;
  box-shadow: 0 0 0 2px #125940, 0 0 0 6px #f5f1e7, 0 0 0 9px #125940;
}

#centurymarina .plan h3 {
  padding-top: 0;
}

#centurymarina .plan .reserve span.top {
  background-color: #125940;
}

#centurymarina .plan .reserve span.bottom {
  background-color: #125940;
}

#centurymarina .plan ul li a {
  background: url(../images/hakodate_23sum/plan_arrow.svg) center right 15px no-repeat #125940;
  background-size: 24px;
}

@media (max-width: 750px) {
  #centurymarina {
    padding-bottom: 10vw;
  }
  .centurymarina_mv {
    background: url(../images/hakodate_23sum/centurymarina_img01_sp.jpg?v1) no-repeat center;
    background-size: cover;
    height: 120vw;
  }
  .centurymarina_mv img {
    width: 42vw;
    top: 38vw;
  }
  #centurymarina h4 {
    text-align: justify;
  }
  #centurymarina h3.ttl {
    font-size: 8vw;
  }
  #centurymarina h3.ttl span {
    font-size: 5vw;
  }
  .lead_img {
    margin: 0 0 18vw;
  }
  .lead_img .cflex img {
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  .ttl_item {
    width: 80vw;
  }
}
.slider-2 .slick-slide {
  width: 480px;
  height: 400px;
  aspect-ratio: 6/5;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.slider-2 .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 750px) {
  .slider-2 .slick-slide {
    width: 100vw;
    height: auto;
  }
}/*# sourceMappingURL=hakodate_23sum.css.map */