@charset "UTF-8";
:root {
  --black: #000;
  --white: #fff;
  --imizu-blue: #3C66C4;
  --imizu-orange: #FA9100;
  --imizu-aqua: #21CDEB;
}

/*********** **********
 既存要素の上書き
 *********** **********/
.seaside-area-main figure {
  margin: 0;
}

.seaside-area-main ul {
  list-style: none;
  padding-left: 0;
}

.page-wrapper {
  margin-top: 0;
  padding: 20px 0 184px;
  background: none;
}

.single_date {
  margin: 0px auto 60px;
}

.frame-wave_wrap {
  margin-top: 38px;
  padding-bottom: 104px;
  background-color: var(--imizu-aqua);
}

.frame-wave_wrap::before {
  top: -35px;
  height: 37px;
  background: url(../img/imizu-unique/seaside-area/wave-aqua-top.svg) repeat-x center calc(100% - 1px)/auto 37px;
}

.toc-toggle::before {
  --toc-icon-w: 58px;
  --toc-icon-h: 98px;
  top: -86px;
  right: 12px;
  background-image: url(../img/imizu-unique/seaside-area/spots-section-ph01.webp);
}

@media screen and (max-width: 768px) {
  .page-wrapper {
    padding-bottom: 80px;
  }
  .frame-wave_wrap {
    margin-top: 91px;
    padding-bottom: 57px;
  }
  .frame-wave_wrap::before {
    height: 29px;
    top: -28px;
    background-image: url("../img/imizu-unique/seaside-area/wave-aqua-top-sp.svg");
    background-size: auto 41.8px;
    background-position-y: top;
  }
}
/* 基本のフォントウェイト */
.main {
  font-weight: 500;
}

/* 波線区切り */
.hr-wave-bottom {
  display: block;
  width: 100%;
  height: 39px;
  margin-top: -1.5px;
  margin-bottom: 0;
  border: 0;
  background: url(../img/imizu-unique/seaside-area/wave-aqua.svg) repeat-x center calc(100% + 1px)/auto 39px;
}

@media screen and (max-width: 768px) {
  .hr-wave-bottom {
    height: 29px;
    background-image: url("../img/imizu-unique/seaside-area/wave-aqua-sp.svg");
    background-size: auto 41.8px;
  }
}
/*********** **********
 コンテナパーツ
 *********** **********/
/* .unique-lower-container-1 */
.unique-lower-container-1 {
  --max-inner-width: 1152px;
  --gutter-x: 32px;
  max-width: calc(var(--max-inner-width) + var(--gutter-x) * 2);
  margin-inline: auto;
  padding-left: var(--gutter-x);
  padding-right: var(--gutter-x);
}

@media screen and (max-width: 768px) {
  .unique-lower-container-1 {
    --gutter-x: 16px;
  }
}
/* .unique-lower-container-2 */
.unique-lower-container-2 {
  --max-inner-width: 1152px - 135px*2;
  --gutter-x: 32px;
  max-width: calc(var(--max-inner-width) + var(--gutter-x) * 2);
  margin-inline: auto;
  padding-left: var(--gutter-x);
  padding-right: var(--gutter-x);
}

@media screen and (max-width: 768px) {
  .unique-lower-container-2 {
    --gutter-x: 16px;
  }
}
/* .unique-lower-container-3 */
.unique-lower-container-3 {
  --max-inner-width: 978px;
  --gutter-x: 32px;
  max-width: calc(var(--max-inner-width) + var(--gutter-x) * 2);
  margin-inline: auto;
  padding-left: var(--gutter-x);
  padding-right: var(--gutter-x);
}

@media screen and (max-width: 768px) {
  .unique-lower-container-3 {
    --gutter-x: 16px;
  }
}
/*********** **********
 .child-fv
 *********** **********/
.child-fv {
  z-index: 10;
  position: relative;
  min-height: 600px;
  height: 100svh;
  max-height: 826px;
  background: url("../img/imizu-unique/seaside-area/seaside-area_childfv-bg-0206.webp") no-repeat center center/cover;
}
.child-fv .unique-lower-container-1 {
  position: relative;
  width: 90%;
  height: 100%;
}

.child-fv__ttl {
  width: 100%;
  max-width: 368px;
  padding-top: 135px;
  padding-bottom: 33px;
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
  background: var(--imizu-aqua) url(../img/imizu-unique/seaside-area/child-fv__ttl-dot.png) repeat top center;
}

.child-fv__ttl-jp {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-block: 0;
  font-size: 30px;
}

.child-fv__ttl-jp__icon {
  width: 1.0333333333em;
}
.child-fv__ttl-jp__icon img {
  display: block;
}

.child-fv__ttl-en {
  margin-top: 0.3103448276em;
  margin-bottom: 0;
  text-align: center;
  font-size: 29px;
  line-height: 1.5517241379;
  color: var(--white);
}

.child-fv__lead {
  position: absolute;
  left: 32px;
  bottom: 75px;
  margin-block: 0;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.7826086957;
}

.child-fv__lead-line {
  padding-left: 0.3043478261em;
  padding-right: 0.3043478261em;
  line-height: 1.3913043478;
  background-color: var(--white);
}

.child-fv__map {
  --max-inner-width: (1152px + 200px*2);
  --gutter-x: 16px;
  overflow: visible;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 316px;
  width: 90%;
  height: 0;
  max-width: calc(var(--max-inner-width) + var(--gutter-x) * 2);
  margin: 0 auto;
  padding-left: var(--gutter-x);
  padding-right: var(--gutter-x);
}
.child-fv__map img {
  float: right;
}

@media screen and (max-width: 992px) {
  .child-fv {
    min-height: 526px;
    height: calc(100svh - 74px);
  }
  .child-fv__ttl {
    padding-top: 35px;
  }
}
@media screen and (max-width: 768px) {
  .child-fv {
    min-height: 0;
    height: 326px;
    max-height: none;
    background-size: cover;
    background-position-x: 68.3119174031%;
    background-position-y: center;
  }
  .child-fv .unique-lower-container-1 {
    width: 100%;
  }
  .child-fv__ttl {
    max-width: 290px;
    margin-inline: auto;
    padding-top: 16px;
    padding-bottom: 20px;
  }
  .child-fv__ttl-jp {
    font-size: 26px;
    line-height: 1.4230769231;
  }
  .child-fv__ttl-en {
    margin-top: 3px;
    font-size: 17px;
    line-height: 1.4705882353;
  }
  .child-fv__lead {
    right: 16px;
    bottom: 17px;
    font-size: 17px;
    text-align: right;
  }
  .child-fv__lead-line {
    padding-right: 0;
    line-height: 2;
  }
  .child-fv__map {
    display: none;
  }
  .child-fv + .hr-wave-bottom {
    height: 29px;
    background-position-y: calc(100% + 0.5px);
    background-size: auto 29px;
  }
}
/*********** **********
 タイトルパーツ
 *********** **********/
/* h2.ttl-wave上書き */
h2.ttl-wave {
  padding-bottom: 11px;
  background: url("../img/imizu-unique/seaside-area/line-wave-aqua.svg") repeat-x left bottom/auto 6.2px;
}
h2.ttl-wave--2 {
  padding-bottom: 6px;
  background: url("../img/imizu-unique/seaside-area/line-wave-aqua2.svg") repeat-x left bottom/auto 7.2px;
}

h2.ttl-wave--white {
  background-image: url("../img/imizu-unique/seaside-area/line-wave-white.svg");
}

@media screen and (max-width: 768px) {
  h2.ttl-wave {
    font-size: 22px;
  }
}
/* .ttl-pattern-1 */
.ttl-pattern-1 {
  margin-block: 0;
  font-size: 24px;
  font-weight: 500;
  color: var(--imizu-aqua);
}

.ttl-pattern-1__num {
  --icon-size: 1.4166666667em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: var(--icon-size);
  height: var(--icon-size);
  margin-left: 0.125em;
  padding-top: 0.12em;
  padding-right: 0.12em;
  border-radius: 100em;
  font-family: "Fugaz One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  color: var(--black);
  background-color: var(--imizu-aqua);
}

.ttl-pattern-1--white {
  color: var(--white);
}

.ttl-pattern-1--white .ttl-pattern-1__num {
  background-color: var(--white);
}

@media screen and (max-width: 768px) {
  .ttl-pattern-1 {
    font-size: 20px;
  }
  .ttl-pattern-1__num {
    --icon-size: 1.3333333333em;
    font-size: 18px;
  }
}
/* .ttl-pattern-2 */
.ttl-pattern-2 {
  margin-top: 0;
  margin-bottom: 1em;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7;
  color: var(--imizu-blue);
}

.ttl-pattern-2--white {
  color: var(--white);
}

.ttl-pattern-2--aqua {
  color: var(--imizu-aqua);
}

@media screen and (max-width: 768px) {
  .ttl-pattern-2 {
    text-align: center;
  }
  .ttl-pattern-2--sp-blue {
    color: var(--imizu-blue);
  }
}
/* .ttl-pattern-3 */
.ttl-pattern-3__inner {
  display: inline;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.8em;
  background: linear-gradient(transparent 60%, #EDFF67 60%);
}

/* .ttl-pattern-4 */
.ttl-pattern-4__inner {
  display: inline;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.8em;
  background: linear-gradient(transparent 60%, #EDFF67 60%);
}

/* .ttl-pattern-5 */
.ttl-pattern-5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--imizu-aqua);
}

/*********** **********
 .badge-pickup
 *********** **********/
.badge-pickup {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 82px;
  height: 82px;
  margin-top: 0;
  text-align: center;
  font-size: 19px;
  font-family: "Fugaz One", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.1578947368;
  color: var(--black);
  background: url(../img/imizu-unique/seaside-area/badge-pickup-bg.svg) no-repeat center/contain;
}

@media screen and (max-width: 768px) {
  .badge-pickup {
    width: 67px;
    height: 67px;
    font-size: 14px;
  }
}
/*********** **********
 ボタンパーツ
 *********** **********/
/* .btn-pattern-1 */
.btn-pattern-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex: 1;
  position: relative;
  width: 260px;
  max-width: 100%;
  min-height: 52px;
  padding: 0.4705882353em 2.2352941176em;
  border-radius: 100em;
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.6;
  color: var(--black);
  background-color: var(--imizu-aqua);
  transition: 0.3s;
}
.btn-pattern-1::after {
  content: "";
  position: absolute;
  width: 1.4411764706em;
  height: 1.4411764706em;
  right: 0.7941176471em;
  background: url(../img/common/btn-white.svg) no-repeat center/contain;
}
@media (hover: hover) {
  .btn-pattern-1:hover {
    opacity: 0.85;
  }
}

@media screen and (max-width: 768px) {
  .btn-pattern-1 {
    width: 358px;
    margin-inline: auto;
  }
  .btn-pattern-1--sp-w-260 {
    width: 260px;
  }
}
/* .btn-pattern-2 */
.btn-pattern-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex: 1;
  position: relative;
  width: 392px;
  max-width: 100%;
  min-height: 52px;
  padding: 0.4705882353em 2.2352941176em 0.4705882353em 0.2941176471em;
  border-radius: 100em;
  text-align: center;
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.6;
  color: var(--black);
  background-color: var(--white);
  transition: 0.3s;
}
.btn-pattern-2::after {
  content: "";
  position: absolute;
  width: 1.4411764706em;
  height: 1.4411764706em;
  right: 0.7941176471em;
  background: url(../img/common/btn-aqua.svg) no-repeat center/contain;
}
@media (hover: hover) {
  .btn-pattern-2:hover {
    opacity: 0.85;
  }
}

@media screen and (max-width: 768px) {
  .btn-pattern-2 {
    width: 318px;
    min-height: 86px;
    margin-inline: auto;
    padding-inline: 45px;
  }
  .btn-pattern-2::after {
    width: 1.7764705882em;
    height: 1.7764705882em;
    right: 0.8647058824em;
  }
}
/* .btn-pattern-3 */
.btn-pattern-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex: 1;
  position: relative;
  width: 396px;
  max-width: 100%;
  min-height: 74px;
  padding: 0.3636363636em 1.7272727273em;
  border-radius: 100em;
  text-align: center;
  text-decoration: none;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.6;
  color: var(--black);
  background-color: var(--imizu-aqua);
  transition: 0.3s;
}
.btn-pattern-3::after {
  content: "";
  position: absolute;
  width: 1.5227272727em;
  height: 1.5227272727em;
  right: 0.6136363636em;
  background: url(../img/common/btn-white.svg) no-repeat center/contain;
}
@media (hover: hover) {
  .btn-pattern-3:hover {
    opacity: 0.85;
  }
}

@media screen and (max-width: 768px) {
  .btn-pattern-3 {
    width: 344px;
    margin-inline: auto;
  }
}
/* .btn-pattern-4 */
.btn-pattern-4 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex: 1;
  position: relative;
  width: 260px;
  max-width: 100%;
  min-height: 52px;
  padding: 0.4705882353em 2.2352941176em;
  border-radius: 100em;
  text-align: center;
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.6;
  color: var(--black);
  background-color: var(--imizu-aqua);
  transition: 0.3s;
}
.btn-pattern-4::after {
  content: "";
  position: absolute;
  width: 1.4411764706em;
  height: 1.4411764706em;
  right: 0.7941176471em;
  background: url(../img/common/btn-white.svg) no-repeat center/contain;
}
@media (hover: hover) {
  .btn-pattern-4:hover {
    opacity: 0.85;
  }
}

@media screen and (max-width: 768px) {
  .btn-pattern-4 {
    width: 344px;
    min-height: 66px;
    margin-inline: auto;
    font-size: 22px;
  }
}
/*********** **********
 .white-edged-ph
 白縁取り写真
 *********** **********/
.white-edged-ph {
  position: relative;
  width: 336px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.white-edged-ph::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: solid 6px var(--white);
}
.white-edged-ph img {
  display: block;
  aspect-ratio: 336/223;
  object-fit: cover;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  padding: 1px;
}

/*********** **********
 ボックスパーツ
 *********** **********/
/* .box-pattern-1 */
.box-pattern-1 {
  --box-bg-color: var(--white);
  --box-border: solid 1px var(--imizu-blue);
  max-width: 542px;
}

.box-pattern-1__top {
  padding: 36px 64px 0;
  border-top: var(--box-border);
  border-left: var(--box-border);
  border-right: var(--box-border);
  background-color: var(--box-bg-color);
}

.box-pattern-1__top > *:last-child {
  margin-bottom: 0;
}

.box-pattern-1__bottom {
  display: flex;
  margin-top: -1px;
}

.box-pattern-1__bottom-left {
  flex: 1;
  border-left: var(--box-border);
  border-bottom: var(--box-border);
  background-color: var(--box-bg-color);
}

.box-pattern-1__bottom-right {
  width: 37px;
  height: 39px;
  margin-left: -1px;
  background: url(../img/imizu-unique/seaside-area/box-pattern-1-corner.svg) no-repeat bottom right/contain;
}

.box-pattern-1 .ttl-pattern-2 {
  margin-bottom: 10px;
}

.box-pattern-1__text {
  margin-top: 0;
  margin-bottom: 26px;
}

@media screen and (max-width: 768px) {
  .box-pattern-1__top {
    padding: 70px 18px 30px;
  }
  .box-pattern-1__bottom-right {
    width: 27px;
    height: 29px;
    background-image: url(../img/imizu-unique/seaside-area/box-pattern-1-corner-sp.svg);
  }
  .box-pattern-1 .ttl-pattern-2 {
    margin-bottom: 16px;
  }
  .box-pattern-1__text {
    margin-inline: 12px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 375px) {
  .box-pattern-1__text {
    margin-inline: 0;
  }
}
/*********** **********
 画像レイアウトパーツ
 *********** **********/
/* .img-layout-1 */
.img-layout-1 {
  display: grid;
  grid-template: "ttl img" auto "cnt img" auto/34.2013888889% 57.4652777778%;
  justify-content: space-between;
}
.img-layout-1__ttl {
  grid-area: ttl;
}
.img-layout-1__img {
  grid-area: img;
}
.img-layout-1__cnt {
  grid-area: cnt;
}
.img-layout-1--b {
  grid-template: "img ttl" auto "img cnt" auto/54.1666666667% 34.2013888889%;
}

@media screen and (max-width: 768px) {
  .img-layout-1 {
    display: block;
  }
  .img-layout-1__ttl {
    margin-bottom: 28px;
    text-align: center;
  }
  .img-layout-1 .ttl-pattern-1 {
    text-align: center;
    line-height: 30px;
  }
}
/* .img-layout-2 */
.img-layout-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 118px;
  padding-bottom: 108px;
}

.img-layout-2__ph {
  position: relative;
  width: 100%;
  margin-inline: auto;
}

.img-layout-2__ph .badge-pickup {
  z-index: 2;
  position: absolute;
  top: -32px;
  left: -35px;
  margin-block: 0;
}

.img-layout-2__ph .white-edged-ph {
  z-index: 1;
  position: relative;
  width: 100%;
}

.img-layout-2__ph--1 {
  max-width: 336px;
}

.img-layout-2__ph--1 .white-edged-ph {
  transform-origin: center;
  rotate: -3deg;
}

.img-layout-2__ph--2 {
  max-width: 270px;
}

.img-layout-2__ph--2 .white-edged-ph {
  transform-origin: center;
  rotate: 2deg;
}

.img-layout-2__ph--1 + .img-layout-2__ph--2 {
  margin-top: 35px;
}

.img-layout-2__cnt {
  margin-left: -58px;
}

.img-layout-2 .box-pattern-1__top {
  padding-left: 94px;
}

@media screen and (max-width: 768px) {
  .img-layout-2 {
    display: block;
    padding-top: 48px;
  }
  .img-layout-2__photos {
    max-width: 325px;
    margin-inline: auto;
    padding-right: 10px;
  }
  .img-layout-2__ph .badge-pickup {
    top: -1.1315789474em;
    left: -0.8947368421em;
    width: 5.2105263158em;
    height: 5.2105263158em;
    font-size: 19px;
  }
  .img-layout-2__ph--1 {
    max-width: 315px;
  }
  .img-layout-2__ph--2 {
    max-width: 233px;
  }
  .img-layout-2__ph--2 .white-edged-ph {
    rotate: 4deg;
  }
  .img-layout-2__cnt {
    margin-top: -39px;
    margin-left: 0;
  }
  .img-layout-2 .box-pattern-1__top {
    padding-top: 68px;
    padding-bottom: 18px;
    padding-left: 18px;
  }
}
@media screen and (max-width: 375px) {
  .img-layout-2__ph .badge-pickup {
    width: 4.6315789474em;
    height: 4.6315789474em;
  }
  .img-layout-2__photos {
    padding-left: 10px;
    padding-right: 15px;
  }
}
/*********** **********
 スライダー
 *********** **********/
/* .slider-pattern-1（PC時はスライダー機能なし） */
.slider-pattern-1__wrap {
  margin-top: 110px;
}

.slider-pattern-1__wrap .unique-lower-container-1 {
  position: relative;
}

.slider-pattern-1__wrap .badge-pickup {
  z-index: 10;
  position: absolute;
  top: -29px;
  left: 0px;
}

.slider-pattern-1 {
  position: relative;
}

.splide.is-initialized:not(.is-active) .slider-pattern-1__list.splide__list {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.slider-pattern-1__slide {
  width: 28.9930555556%;
}
.slider-pattern-1__slide--first {
  width: 36.1979166667%;
}

.slider-pattern-1__img {
  display: block;
  position: relative;
  padding-top: 80.8383233533%;
}

.slider-pattern-1__slide--first .slider-pattern-1__img {
  padding-top: 64.7482014388%;
}

.slider-pattern-1__img img {
  object-fit: cover;
  aspect-ratio: 334.78/216.76;
  position: absolute;
  bottom: 0;
  border-radius: 10px;
}

.slider-pattern-1__slide--first .slider-pattern-1__img img {
  aspect-ratio: 417/270;
}

.slider-pattern-1__cap {
  margin-top: 13.6px;
  margin-bottom: 0;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .slider-pattern-1__wrap {
    margin-top: 42px;
  }
  .slider-pattern-1__wrap .unique-lower-container-1 {
    padding-left: 0;
    padding-right: 0;
  }
  .slider-pattern-1__badge-wrap {
    position: relative;
    max-width: 278px;
    margin-inline: auto;
  }
  .slider-pattern-1__wrap .badge-pickup {
    top: -12px;
    left: -20px;
  }
  .slider-pattern-1__img,
  .slider-pattern-1__slide--first .slider-pattern-1__img {
    padding-top: 0;
  }
  .slider-pattern-1__img img,
  .slider-pattern-1__slide--first .slider-pattern-1__img img {
    aspect-ratio: 278/197;
    position: static;
    width: 100%;
  }
  .slider-pattern-1__cap {
    margin-top: 8px;
    font-size: 17px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 375px) {
  .slider-pattern-1__badge-wrap {
    max-width: 222px;
  }
}
/* .slider-spots（PC時はスライダー機能なし） */
.splide.is-initialized:not(.is-active) .slider-spots__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 5.46875%;
  margin-top: 0;
  margin-bottom: 0;
}

.slider-spots__slide {
  flex: 0 0 auto;
  width: 15.625%;
}

.slider-spots__card {
  text-decoration: none;
}
@media (hover: hover) {
  .slider-spots__card:hover {
    opacity: 0.85;
  }
}

.slider-spots__card-img img {
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 100%;
}

.slider-spots__card-head {
  margin-top: 12px;
  margin-bottom: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3333333333;
  color: var(--black);
}
.slider-spots__card-head::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.2222222222em;
  height: 1.2222222222em;
  margin-left: 0.1944444444em;
  margin-bottom: 0.3em;
  background: url("../img/common/btn-aqua.svg") no-repeat center/contain;
}

@media screen and (max-width: 768px) {
  .slider-spots__card-head {
    margin-top: 15px;
    font-size: 21px;
    line-height: 1.7380952381;
  }
}
/*********** **********
 関連スポットセクション
 *********** **********/
.spots-section {
  position: relative;
  margin-top: 100px;
  padding-top: 36px;
  padding-bottom: 52px;
  border-top: solid 1px var(--imizu-aqua);
  border-bottom: solid 1px var(--imizu-aqua);
}

.spots-section .ttl-pattern-3 {
  margin-top: 0;
  margin-bottom: 36px;
}

@media screen and (max-width: 768px) {
  .spots-section {
    padding-top: 0;
    padding-bottom: 32px;
  }
  .spots-section .unique-lower-container-1 {
    padding-left: 0;
    padding-right: 0;
  }
  .spots-section .ttl-pattern-3 {
    margin-top: 26px;
    text-align: center;
  }
}
/*********** **********
 吹き出しパーツ
 *********** **********/
.balloon__container {
  --max-inner-width: 1152px + 89px*2;
  --gutter-x: 4px;
  position: absolute;
  left: 0;
  right: 0;
  max-width: calc(var(--max-inner-width) + var(--gutter-x) * 2);
  height: 0;
  margin-inline: auto;
  padding-left: var(--gutter-x);
  padding-right: var(--gutter-x);
}

.balloon {
  overflow: hidden;
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
}

.balloon__txt {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--white);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .balloon__container {
    position: static;
    height: auto;
  }
  .balloon {
    float: none;
    margin-inline: auto;
  }
}
@media screen and (max-width: 375px) {
  .balloon__container {
    --gutter-x: 0;
  }
}
/*********** **********
 セクション1用のスタイル
 *********** **********/
.sec01 .spots-section {
  margin-top: 140px;
}

.sec01 .balloon__container {
  top: -83px;
}

.sec01 .balloon__img {
  margin-right: -8px;
}

.sec01 .balloon__txt {
  width: 270px;
  height: 147px;
  padding-left: 20px;
  background-image: url(../img/imizu-unique/seaside-area/balloon-1-bg.svg);
  /* ↑SP時背景画像を伸縮させるのに、<svg preserveAspectRatio="none">の属性設定が必要 */
}

.sec01 .balloon__txt-inner {
  transform-origin: center;
  rotate: -1deg;
}

.sec01 .spots-section .ttl-pattern-3 {
  margin-bottom: 56px;
}

.sec01 .unique-lower-container-2 {
  padding-bottom: 66px;
}

.sec01 .img-layout-2 {
  padding-bottom: 42px;
}

@media screen and (min-width: 768.98px) and (max-width: 1000px) {
  .sec01 .spots-section {
    padding-top: 108px;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .spots-section {
    margin-top: 168px;
  }
  .sec01 .balloon__container {
    margin-top: -106px;
  }
  .sec01 .balloon__img {
    width: 25.2840909091%;
    max-width: 89px;
  }
  .sec01 .balloon__txt {
    width: 71.3068181818%;
    max-width: 251px;
    margin-bottom: 12px;
    background-size: 100% 100%;
  }
  .sec01 .spots-section .ttl-pattern-3 {
    margin-bottom: 34px;
  }
  .sec01 .unique-lower-container-2 {
    padding-bottom: 0;
  }
  .sec01 .img-layout-2 {
    padding-top: 58px;
    padding-bottom: 8px;
  }
}
/*********** **********
 セクション2用のスタイル
 *********** **********/
.sec02 .img-layout-1 {
  padding-top: 60px;
}

.sec02 .img-layout-2 {
  padding-top: 88px;
  padding-bottom: 0;
}

.sec02 .img-layout-2__ph--1 {
  margin-right: 22px;
}

.sec02 .img-layout-2__ph--2 {
  margin-right: 0;
}

.sec02 .img-layout-2__cnt {
  margin-left: -76px;
}

.sec02 .box-pattern-1__top {
  padding-top: 42px;
  padding-right: 72px;
}

.sec02 .box-pattern-1__text {
  margin-top: 20px;
  margin-bottom: 42px;
}

.sec02 .spots-section {
  margin-top: 118px;
  padding-top: 60px;
}

.sec02 .balloon__container {
  --max-inner-width: 1152px + 125px * 2;
  top: -82px;
}

.sec02 .balloon {
  align-items: end;
}

.sec02 .balloon__img {
  margin-right: -6px;
}

.sec02 .balloon__txt {
  width: 228px;
  height: 128px;
  margin-bottom: 17px;
  padding-left: 17px;
  background-image: url(../img/imizu-unique/seaside-area/balloon-2-bg.svg);
  /* ↑SP時背景画像を伸縮させるのに、<svg preserveAspectRatio="none">の属性設定が必要 */
}

@media screen and (max-width: 768px) {
  .sec02 .img-layout-1 {
    padding-top: 25px;
  }
  .sec02 .img-layout-2__ph--2 {
    margin-right: 21px;
  }
  .sec02 .img-layout-2__cnt {
    margin-top: -220px;
    margin-left: 0;
  }
  .sec02 .box-pattern-1__top {
    padding-top: 248px;
    padding-inline: 18px;
  }
  .sec02 .spots-section {
    margin-top: 186px;
    padding-bottom: 62px;
  }
  .sec02 .balloon__container {
    margin-top: -210px;
  }
  .sec02 .balloon {
    padding-left: 14px;
  }
  .sec02 .balloon__img {
    margin-right: -18px;
  }
  .sec02 .balloon__txt {
    width: 208px;
    height: 120px;
    margin-bottom: 44px;
    padding-top: 5px;
    padding-left: 8px;
  }
}
@media screen and (max-width: 375px) {
  .sec02 .img-layout-2__ph--2 {
    width: 73.9682539683%;
  }
}
/*********** **********
 セクション3用のスタイル
 *********** **********/
/* .sec03-cta */
.sec03-cta {
  display: flex;
  justify-content: center;
  margin-top: 36px;
  text-align: center;
}

.sec03-cta__item {
  margin-top: 24px;
  padding-inline: 26px;
}

@media screen and (min-width: 768.98px) and (max-width: 1280px) {
  .sec03-cta {
    margin-top: 0;
  }
  .sec03-cta__item {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec03-cta {
    display: block;
  }
  .sec03-cta__item {
    padding-inline: 0;
  }
}
/* .sec03 その他上書き */
.sec03 {
  padding-bottom: 210px;
}

.sec03 .unique-lower-container-1 {
  padding-top: 178px;
}

.sec03 .img-layout-1--b {
  justify-content: start;
  column-gap: 5.2083333333%;
}

.sec03 .balloon__container {
  --max-inner-width: 1152px + 120px * 2;
  margin-top: -36px;
}

.sec03 .balloon {
  align-items: end;
}

.sec03 .balloon__img {
  margin-right: -44px;
}

.sec03 .balloon__txt {
  width: 248px;
  height: 140px;
  margin-bottom: 100px;
  padding-left: 17px;
  background-image: url(../img/imizu-unique/seaside-area/balloon-3-bg.svg);
  /* ↑SP時背景画像を伸縮させるのに、<svg preserveAspectRatio="none">の属性設定が必要 */
  transform-origin: center;
  rotate: 8deg;
}

@media screen and (min-width: 768.98px) and (max-width: 1280px) {
  .sec03 .balloon__container {
    overflow: hidden;
    position: static;
    height: auto;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec03 {
    padding-bottom: 82px;
  }
  .sec03 .unique-lower-container-1 {
    padding-top: 47px;
  }
  .sec03 .img-layout-1__img img {
    object-fit: cover;
    aspect-ratio: 356/251;
  }
  .sec03 .balloon__container {
    margin-top: 26px;
  }
}
/*********** **********
 セクション4用のスタイル
 *********** **********/
/* .benrijoho-ttl */
.benrijoho-ttl__wrap {
  z-index: 1;
  position: relative;
  --max-inner-width: 1152px + 114px*2;
  --gutter-x: 4px;
  max-width: calc(var(--max-inner-width) + var(--gutter-x) * 2);
  margin-top: -40px;
  margin-inline: auto;
  padding-left: var(--gutter-x);
  padding-right: var(--gutter-x);
}

.benrijoho-ttl {
  display: inline-flex;
  justify-content: start;
  align-items: center;
  margin-block: 0;
  font-size: 26px;
  transform-origin: top left;
  rotate: -7deg;
}

.benrijoho-ttl::before {
  content: "";
  display: block;
  width: 5em;
  height: 3.8461538462em;
  margin-right: -1px;
  background: url(../img/imizu-unique/seaside-area/ttl4-decoration.svg) no-repeat center/contain;
}

.benrijoho-ttl__inner {
  display: flex;
  justify-content: start;
  align-items: center;
  height: 3.8461538462em;
  padding-right: 1.3461538462em;
  color: var(--white);
  background-color: #2491D9;
}

@media screen and (max-width: 768px) {
  .benrijoho-ttl__wrap {
    overflow: hidden;
    margin-top: 31px;
    padding-top: 40px;
  }
  .benrijoho-ttl {
    margin-left: -23px;
    font-size: 19px;
  }
}
/* 便利情報セクション */
.benrijoho {
  padding-bottom: 130px;
}

.benrijoho-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
  margin-top: 10px;
  padding-right: 40px;
}

.benrijoho-top__ph {
  order: 1;
}

.benrijoho-top__ph .white-edged-ph {
  width: 464px;
  transform-origin: center;
  rotate: 3deg;
}

.benrijoho-top__cnt {
  order: 0;
  width: 370px;
  padding-bottom: 12px;
}

.benrijoho-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
  column-gap: 3.6128152693%; /* 100*((978-(218*4))/3)/978 */
  margin-top: 100px;
}

.benrijoho-list__item {
  flex: 0 0 auto;
  width: 22.2903885481%; /* 100*218/978 */
  text-decoration: none;
  color: inherit;
}

@media (hover: hover) {
  .benrijoho-list__item:hover {
    opacity: 0.7;
  }
}
.benrijoho-list__ph {
  border-radius: 100%;
}

.benrijoho-list__ttl {
  text-align: center;
}

.benrijoho-list__ttl::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.2222222222em;
  height: 1.2222222222em;
  margin-left: 0.5em;
  margin-bottom: 0.3em;
  background: url("../img/common/btn-aqua.svg") no-repeat center/contain;
}

.benrijoho-map {
  margin-top: 92px;
  margin-bottom: 52px;
}

@media screen and (max-width: 918px) {
  .benrijoho-top__ph {
    width: 50.5446623094%;
  }
  .benrijoho-top__ph .white-edged-ph {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .benrijoho {
    padding-bottom: 62px;
  }
  .benrijoho-top {
    display: block;
    padding-right: 0;
    margin-top: 12px;
  }
  .benrijoho-top__ph {
    width: 100%;
  }
  .benrijoho-top__ph .white-edged-ph {
    width: 100%;
    max-width: 332px;
    margin-inline: auto;
  }
  .benrijoho-top__cnt {
    width: 100%;
    padding-bottom: 0;
  }
  .benrijoho-top__cnt .ttl-pattern-4 {
    margin-block: 18px;
    text-align: center;
  }
  .benrijoho-list {
    row-gap: 30px;
    max-width: 336px;
    margin: 42px auto 25px;
  }
  .benrijoho-list__item {
    width: 44.0476190476%;
  }
  .benrijoho-list__item .ttl-pattern-3 {
    margin-block: 0;
  }
  .benrijoho-map {
    margin-top: 31px;
    margin-bottom: 41px;
  }
}
@media screen and (max-width: 375px) {
  .benrijoho-list__item .ttl-pattern-3__inner {
    font-size: 18px;
  }
}
/*********** **********
 セクション5用のスタイル
 *********** **********/
/* エリアマップセクション */
.area-map__container {
  --max-inner-width: 760px;
  --gutter-x: 32px;
  max-width: calc(var(--max-inner-width) + var(--gutter-x) * 2);
  margin-inline: auto;
  padding-top: 72px;
  padding-left: var(--gutter-x);
  padding-right: var(--gutter-x);
}

.area-map__ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  position: relative;
  /*margin-bottom: -45px;*/
  margin-bottom: 45px;
}

.area-map .ttl-wave {
  display: inline-block;
  margin-block: 0;
  font-size: 24px;
}

.area-map__icon {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  width: 140px;
  height: 177px;
  margin-right: 37px;
  padding-bottom: 31px;
  text-align: center;
  color: #284679;
  background: url(../img/imizu-unique/seaside-area/icon-map-gb.png) no-repeat center/contain;
}

.area-map__icon-jp {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4583333333;
}

.area-map__icon-en {
  margin-top: -5px;
  font-family: "Fugaz One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 1.4545454545;
}

.area-map__map {
  margin-block: 0;
}

.area-map__map > * {
  aspect-ratio: 760/412;
  object-fit: cover;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .area-map__container {
    --gutter-x: 28px;
    padding-top: 39px;
  }
  .area-map__ttl {
    display: block;
    margin-bottom: 0;
    text-align: center;
  }
  .area-map .ttl-wave {
    margin-bottom: 30px;
  }
  .area-map__icon {
    margin-right: 0;
  }
  .area-map__map > * {
    aspect-ratio: 334/393;
  }
}
/*********** **********
 ユーティリティ
 *********** **********/
.bg-grid {
  background: var(--white) url(../img/imizu-unique/seaside-area/bg-grid.png) repeat top center/72px;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .d-sp-block {
    display: block;
  }
  .d-sp-inline-block {
    display: inline-block;
  }
}
.mx-auto {
  margin-inline: auto;
}

.my-0 {
  margin-block: 0;
}

@media screen and (max-width: 768px) {
  .my-sp-0 {
    margin-block: 0;
  }
}
.mt-0 {
  margin-top: 0;
}

.mt-8 {
  margin-top: 8px;
}

.mt-12 {
  margin-top: 12px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-36 {
  margin-top: 36px;
}

.mt-60 {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .mt-sp-0 {
    margin-top: 0;
  }
  .mt-sp-8 {
    margin-top: 8px;
  }
  .mt-sp-16 {
    margin-top: 16px;
  }
  .mt-sp-24 {
    margin-top: 24px;
  }
  .mt-sp-36 {
    margin-top: 36px;
  }
}
.mb-0 {
  margin-bottom: 0;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-36 {
  margin-bottom: 36px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-100 {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .mb-sp-8 {
    margin-bottom: 8px;
  }
  .mb-sp-16 {
    margin-bottom: 16px;
  }
  .mb-sp-24 {
    margin-bottom: 24px;
  }
  .mb-sp-36 {
    margin-bottom: 36px;
  }
}
.ms-12 {
  margin-left: 12px;
}

@media screen and (max-width: 768px) {
  .ms-sp-12 {
    margin-left: 12px;
  }
}
@media screen and (max-width: 375px) {
  .ms-xs-0 {
    margin-left: 0;
  }
}
.me-10 {
  margin-right: 10px;
}

.me-12 {
  margin-right: 12px;
}

@media screen and (max-width: 768px) {
  .me-sp-12 {
    margin-right: 12px;
  }
}
@media screen and (max-width: 375px) {
  .me-xs-0 {
    margin-right: 0;
  }
}
.pb-100 {
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .pb-sp-0 {
    padding-bottom: 0;
  }
}
.ps-26 {
  padding-left: 26px;
}

.pe-26 {
  padding-right: 26px;
}

@media screen and (max-width: 768px) {
  .px-sp-0 {
    padding-inline: 0;
  }
}
.br-10 {
  border-radius: 10px;
}

.br-20 {
  border-radius: 20px;
}

@media screen and (max-width: 768px) {
  .br-sp-10 {
    border-radius: 10px;
  }
}
.fs-20 {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .fs-sp-14 {
    font-size: 14px;
  }
}
.lh-15 {
  line-height: 1.5;
}

.text-start {
  text-align: left;
}

.text-center {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .text-sp-start {
    text-align: left;
  }
  .text-sp-center {
    text-align: center;
  }
}
.text-with-icon {
  display: flex;
  align-items: center;
  column-gap: 5.6px;
}

.text-with-icon.text-center {
  justify-content: center;
}

.text-decoration-none {
  text-decoration: none;
}

@media (hover: hover) {
  a.text-decoration-none:hover {
    opacity: 0.7;
  }
}
.text-white {
  color: var(--white);
}