@charset "UTF-8";
:root {
  --black: #000;
  --white: #fff;
  --imizu-blue: #3C66C4;
  --imizu-orange: #FA9100;
  --imizu-green: #64BE4F;
}

/*********** **********
 既存要素の上書き
 *********** **********/
.countryside-area-main figure {
  margin: 0;
}
.countryside-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: 137px;
  background-color: var(--imizu-green);
}

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

.toc-toggle::before {
  --toc-icon-w: 35px;
  --toc-icon-h: 54px;
  top: -40px;
  right: 35px;
  background-image: url("../img/imizu-unique/countryside-area/sec01-glass.webp");
}

@media screen and (max-width: 768px) {
  .page-wrapper {
    padding-bottom: 80px;
  }
  .frame-wave_wrap {
    margin-top: 107px;
    padding-bottom: 50px;
  }
  .frame-wave_wrap::before {
    height: 29px;
    top: -28px;
    background-image: url("../img/imizu-unique/countryside-area/wave-green-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/countryside-area/wave-green.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/countryside-area/wave-green-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;
  }
}
/* .unique-lower-container-4 */
.unique-lower-container-4 {
  --max-inner-width: 956px;
  --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-4 {
    --gutter-x: 16px;
  }
}
/* .unique-lower-container-5 */
.unique-lower-container-5 {
  --max-inner-width: 662px;
  --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-5 {
    --gutter-x: 16px;
  }
}
/* .unique-lower-container-6 */
.unique-lower-container-6 {
  --max-inner-width: 1078px;
  --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-6 {
    --gutter-x: 0;
  }
}
/*********** **********
 .child-fv
 *********** **********/
.child-fv {
  z-index: 10;
  position: relative;
  min-height: 600px;
  height: 100svh;
  max-height: 826px;
  background: url(../img/imizu-unique/countryside-area/countryside-area_childfv-bg.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-green) url(../img/imizu-unique/countryside-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 + 122px*2);
  --gutter-x: 16px;
  overflow: visible;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 331px;
  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: 340px;
    max-height: none;
    background-image: url(../img/imizu-unique/countryside-area/countryside-area_childfv-bg-sp.webp);
  }
  .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: 31px;
    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: 16px;
    background-position-y: calc(100% + 0.5px);
    background-size: auto 29px;
  }
}
/*********** **********
 タイトルパーツ
 *********** **********/
/* h2.ttl-wave上書き */
h2.ttl-wave {
  display: inline-block;
  margin-block: 0;
  padding-bottom: 11px;
  line-height: 1.3;
  background: url("../img/imizu-unique/countryside-area/line-wave-green.svg") repeat-x left bottom/auto 6.2px;
}
h2.ttl-wave--2 {
  padding-bottom: 6px;
  line-height: 1.8;
  background: url("../img/imizu-unique/countryside-area/line-wave-green2.svg") repeat-x left bottom/auto 7.2px;
}

h2.ttl-wave--white {
  background-image: url("../img/imizu-unique/countryside-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-green);
}

.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-green);
}

.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--green {
  color: var(--imizu-green);
}

@media screen and (max-width: 768px) {
  .ttl-pattern-2 {
    text-align: center;
  }
}
/* .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: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--imizu-green);
}

/* .ttl-pattern-6 */
.ttl-pattern-6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-family: "Fugaz One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .ttl-pattern-6 {
    margin-bottom: 0;
  }
}
/*********** **********
 .badge-pickup
 *********** **********/
.badge-pickup {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.3157894737em;
  height: 4.3157894737em;
  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/countryside-area/badge-pickup-bg.svg) no-repeat center/contain;
}

@media screen and (max-width: 768px) {
  .badge-pickup {
    width: 5.2105263158em;
    height: 5.2105263158em;
  }
}
/*********** **********
 カードパーツ
 *********** **********/
/* .card-pattern-1 */
.card-pattern-1 {
  display: block;
  max-width: 333px;
  height: 100%;
  margin-inline: auto;
  padding: 24px 22px 35px;
  border-radius: 22px;
  background: var(--imizu-green) url(../img/imizu-unique/countryside-area/child-fv__ttl-dot.png) repeat top center;
  text-decoration: none;
}
@media (hover: hover) {
  .card-pattern-1:hover {
    opacity: 0.85;
  }
}
.card-pattern-1 * {
  color: var(--black);
}

.card-pattern-1__img img {
  aspect-ratio: 289/192;
  object-fit: cover;
  display: block;
}

.card-pattern-1__ttl {
  margin-top: 23px;
  margin-bottom: 18px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8888888889;
}
.card-pattern-1__ttl::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.4166666667em;
  height: 1.4166666667em;
  margin-left: 0.2777777778em;
  margin-bottom: 0.3em;
  background: url("../img/imizu-unique/countryside-area/icon-arrow-right-c.svg") no-repeat center/contain;
}

.card-pattern-1__txt {
  margin-block: 0;
  padding-inline: 5px;
  line-height: 1.7058823529;
}

/*********** **********
 ボタンパーツ
 *********** **********/
/* .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-green);
  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: 74px;
  padding: 0.3636363636em 2.1363636364em;
  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(--white);
  transition: 0.3s;
}
.btn-pattern-2::after {
  content: "";
  position: absolute;
  width: 1.5227272727em;
  height: 1.5227272727em;
  right: 0.6136363636em;
  background: url(../img/imizu-unique/countryside-area/icon-arrow-right-b.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: 329px;
    min-height: 74px;
    margin-inline: auto;
  }
}
/* .btn-pattern-3 */
.btn-pattern-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex: 1;
  position: relative;
  width: 18em;
  max-width: 100%;
  min-height: 3.3636363636em;
  padding: 0.3636363636em 2.1363636364em;
  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-green);
  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: 14.9090909091em;
    margin-inline: auto;
    padding-left: 14px;
  }
}
@media screen and (max-width: 375px) {
  .btn-pattern-3 {
    font-size: 18px;
  }
}
/* .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-decoration: none;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.6;
  color: var(--black);
  background-color: var(--imizu-green);
  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: 37px;
  margin-left: -1px;
  background: url(../img/imizu-unique/countryside-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: 28px;
    background-image: url(../img/imizu-unique/countryside-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;
  }
}
/* .box-pattern-2 */
.box-pattern-2 {
  --box-bg-color: var(--white);
  --box-border: 0;
  max-width: 542px;
}

.box-pattern-2__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-2__top > *:last-child {
  margin-bottom: 0;
}

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

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

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

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

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

@media screen and (max-width: 768px) {
  .box-pattern-2 {
    --box-border: solid 1px var(--imizu-blue);
  }
  .box-pattern-2__top {
    padding: 70px 18px 30px;
  }
  .box-pattern-2__bottom-right {
    width: 27px;
    height: 28px;
    background-image: url(../img/imizu-unique/countryside-area/box-pattern-2-corner-sp.svg);
  }
  .box-pattern-2 .ttl-pattern-2 {
    margin-bottom: 16px;
  }
  .box-pattern-2__text {
    margin-inline: 12px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 375px) {
  .box-pattern-2__text {
    margin-inline: 0;
  }
}
/*********** **********
 画像レイアウトパーツ
 *********** **********/
/* .img-layout-1 */
.img-layout-1 {
  display: grid;
  grid-template: "ttl img" auto "cnt img" auto/36.4583333333% 51.7361111111%;
  justify-content: end;
  column-gap: 5.2083333333%;
}
.img-layout-1__ttl {
  grid-area: ttl;
}
.img-layout-1__img {
  grid-area: img;
  display: block;
}
.img-layout-1__cnt {
  grid-area: cnt;
}
.img-layout-1--b {
  grid-template: "img ttl" auto "img cnt" auto/54.1666666667% 34.2013888889%;
  justify-content: start;
  column-gap: 5.2083333333%;
}
.img-layout-1--c {
  grid-template: "ttl img" auto "cnt img" auto/357px 416px;
  justify-content: space-between;
}

@media screen and (max-width: 880px) {
  .img-layout-1--c {
    grid-template-columns: 40.5681818182fr 47.2727272727fr;
  }
}
@media screen and (max-width: 768px) {
  .img-layout-1 {
    display: block;
  }
  .img-layout-1__ttl {
    margin-bottom: 16px;
    text-align: center;
  }
  .img-layout-1 .ttl-pattern-1 {
    margin-bottom: 5px;
    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;
  }
  .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: 31.8181818182%;
}

.slider-pattern-1__img {
  position: relative;
  padding-top: 65.0145772595%;
}

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

.slider-pattern-1__cap {
  margin-top: 11px;
  margin-bottom: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--imizu-green);
}

@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/imizu-unique/countryside-area/icon-arrow-right.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-green);
  border-bottom: solid 1px var(--imizu-green);
}

.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-container01 {
  position: relative;
}

.sec01 .img-layout-1 .balloon__container {
  --max-inner-width: 1152px + 14px * 2;
  top: -33px;
}

.sec01 .img-layout-1 .balloon {
  align-items: end;
}

.sec01 .img-layout-1 .balloon__img {
  position: relative;
  z-index: 2;
  margin-right: -21px;
}

.sec01 .img-layout-1 .balloon__txt {
  position: relative;
  z-index: 1;
  width: 155px;
  height: 104px;
  margin-bottom: 36px;
  padding-top: 17px;
  background-image: url(../img/imizu-unique/countryside-area/sec01-balloon1.png);
  /* ↑SP時背景画像を伸縮させるのに、<svg preserveAspectRatio="none">の属性設定が必要 */
}

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

.sec01 .unique-lower-container-4 {
  margin-top: 94px;
}

.sec01 .spots-section {
  margin-top: 166px;
  padding-top: 51px;
}

.sec01 .spots-section .balloon__container {
  --max-inner-width: 1152px + 144px * 2;
  top: -57px;
}

.sec01 .spots-section .balloon__img {
  margin-right: 22px;
}

.sec01 .spots-section .balloon__txt {
  width: 189px;
  height: 111px;
  padding-top: 9px;
  padding-left: 13px;
  background-image: url(../img/imizu-unique/countryside-area/sec01-balloon2.svg);
  /* ↑SP時背景画像を伸縮させるのに、<svg preserveAspectRatio="none">の属性設定が必要 */
}

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

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

.sec01 .unique-lower-container-2 {
  --gutter-x: 64px;
}

.sec01 .img-layout-2 {
  padding-top: 106px;
  padding-bottom: 98px;
}

.sec01 .img-layout-2 .box-pattern-1__top {
  padding-top: 53px;
  padding-left: 80px;
  padding-right: 52px;
}

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

.sec01 .img-layout-2__ph .badge-pickup {
  top: -18px;
  left: -54px;
}

@media screen and (max-width: 1120px) {
  .sec01 .spots-section {
    margin-top: 166px;
  }
}
@media screen and (max-width: 1040px) {
  .sec01 .img-layout-1 .balloon__container {
    --gutter-x: 0;
    position: static;
    height: auto;
    margin-top: 18px;
  }
  .sec01 .img-layout-1 .balloon {
    float: none;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .img-layout-1 .balloon__container {
    margin-top: 16px;
  }
  .sec01 .img-layout-1__cnt .ttl-pattern-2 {
    margin-inline: -1px;
  }
  .sec01 .unique-lower-container-4 {
    margin-top: 30px;
  }
  .sec01 .unique-lower-container-4 .img-layout-1__ttl {
    margin-bottom: 12px;
  }
  .sec01 .spots-section {
    margin-top: 112px;
    padding-top: 0;
    padding-bottom: 18px;
  }
  .sec01 .spots-section .balloon__container {
    margin-top: -59px;
  }
  .sec01 .spots-section .balloon__img {
    margin-right: -6px;
  }
  .sec01 .spots-section .balloon__txt {
    margin-bottom: 0;
  }
  .sec01 .spots-section .ttl-pattern-3 {
    margin-bottom: 19px;
    margin-top: 12px;
  }
  .sec01 .unique-lower-container-2 {
    --gutter-x: 16px;
  }
  .sec01 .img-layout-2 {
    padding-top: 73px;
    padding-bottom: 0;
  }
  .sec01 .img-layout-2__ph .badge-pickup {
    top: -20px;
    left: -17px;
  }
  .sec01 .img-layout-2__cnt {
    margin-top: -76px;
  }
  .sec01 .img-layout-2 .box-pattern-1__top {
    padding: 105px 20px 9px;
  }
  .sec01 .img-layout-2 .box-pattern-1__text {
    margin-bottom: 14px;
  }
}
/*********** **********
 セクション2用のスタイル
 *********** **********/
/* sec02-cta */
.sec02-cta {
  padding-inline: 16px;
}

/* sec02-box2 */
.sec02-box2__inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.sec02-box2__phs {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -2.6470588235%;
  width: 51.0294117647%;
  height: fit-content;
}

.sec02-box2__phs-br {
  display: none;
}

.sec02-box2__ph {
  display: block;
  height: fit-content;
}

.countryside-area-main .sec02-box2__ph--pos1 {
  width: 53.6023054755%;
  margin-left: 8.6455331412%;
  margin-right: auto;
}

.countryside-area-main .sec02-box2__ph--pos2 {
  width: 47.2622478386%;
  margin-top: -3.1700288184%;
}

.countryside-area-main .sec02-box2__ph--pos3 {
  width: 48.4149855908%;
  margin-top: 13.2564841499%;
}

.sec02-box2__ph img {
  display: block;
  width: 100%;
}

.sec02-box2__cnt {
  width: 45.5882352941%;
}

@media screen and (max-width: 768px) {
  .sec02-box2__inner {
    display: block;
  }
  .sec02-box2__phs {
    flex-direction: row;
    width: 100%;
    max-width: 347px;
    margin-top: 0;
    margin-inline: auto;
  }
  .sec02-box2__phs-br {
    display: block;
    width: 100%;
  }
  .countryside-area-main .sec02-box2__ph--pos1 {
    margin-left: auto;
    margin-right: 11%;
  }
  .countryside-area-main .sec02-box2__ph--pos2 {
    margin-top: -2%;
  }
  .countryside-area-main .sec02-box2__ph--pos3 {
    margin-top: 14%;
  }
  .sec02-box2__cnt {
    width: 100%;
    margin-top: 14px;
  }
}
/* sec02 その他上書き */
.sec02 .img-layout-1 {
  padding-top: 89px;
}

.sec02 h2.ttl-wave {
  margin-top: 4px;
}

.sec02 .spots-section {
  margin-top: 121px;
  margin-bottom: 98px;
  padding-top: 53px;
}

.sec02 .spots-section .ttl-pattern-3 {
  margin-bottom: 46px;
}

.sec02 .unique-lower-container-2 {
  --max-inner-width: 1152px - 170px * 2;
  padding-right: calc(var(--gutter-x) + 50px);
}

.sec02 .box-pattern-2 {
  position: relative;
  max-width: 100%;
  margin-top: 94px;
  padding-top: 0;
}

.sec02 .badge-pickup {
  position: absolute;
  top: -35px;
  left: 45px;
}

.sec02 .box-pattern-2__top {
  padding: 76px 29px 0 53px;
}

.sec02 .box-pattern-2__text {
  margin-top: 15px;
  margin-bottom: 19px;
}

@media screen and (max-width: 768px) {
  .sec02.frame-wave_wrap {
    margin-top: 89px;
    padding-bottom: 28px;
  }
  .sec02 .img-layout-1 {
    padding-top: 30px;
  }
  .sec02 .img-layout-1 .ttl-pattern-1 {
    margin-bottom: 0;
  }
  .sec02 .img-layout-1__ttl {
    margin-bottom: 18px;
  }
  .sec02 .spots-section {
    margin-top: 40px;
    margin-bottom: 44px;
    padding-top: 5px;
    padding-bottom: 55px;
  }
  .sec02 .spots-section .ttl-pattern-3 {
    margin-bottom: 20px;
  }
  .sec02 .box-pattern-2 {
    margin-top: 80px;
  }
  .sec02 .badge-pickup {
    top: -23px;
    left: 19px;
  }
  .sec02 .unique-lower-container-2 {
    padding-right: var(--gutter-x);
  }
  .sec02 .box-pattern-2__top {
    padding-top: 30px;
    padding-inline: 30px;
  }
  .sec02 .box-pattern-2__text {
    margin-inline: 0;
    margin-bottom: 14px;
  }
}
/*********** **********
 セクション3用のスタイル
 *********** **********/
/* .sec03-checkpoint */
.sec03-checkpoint__ttl {
  margin-top: 118px;
}

@media screen and (max-width: 768px) {
  .sec03-checkpoint {
    display: flex;
    flex-direction: column;
  }
  .sec03-checkpoint__ttl {
    order: -2;
    margin-top: 47px;
  }
  .sec03-checkpoint__txt {
    margin-top: 10px;
  }
  .sec03-checkpoint__slider {
    order: -1;
  }
}
/* .sec03-cta */
.sec03-cta {
  margin-top: 78px;
}

@media screen and (max-width: 768px) {
  .sec03-cta {
    margin-top: 4px;
    padding-inline: 16px;
  }
}
/* .sec03-onsen-section */
.sec03-onsen-section {
  --max-inner-width: 715px;
  --gutter-x: 32px;
  max-width: calc(var(--max-inner-width) + var(--gutter-x) * 2);
  margin-inline: auto;
  padding: 116px var(--gutter-x) 167px;
}

.sec03-onsen-section__txt {
  padding-inline: 30px;
}

.sec03-onsen-section__cards {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 38px;
}

.sec03-onsen-section__cards-item {
  width: 46.5734265734%;
}

@media screen and (max-width: 768px) {
  .sec03-onsen-section {
    --gutter-x: 16px;
    padding-top: 44px;
    padding-bottom: 82px;
  }
  .sec03-onsen-section__icon {
    width: 99px;
    height: 99px;
  }
  .sec03-onsen-section__txt {
    margin-top: 14px;
    padding-inline: 0;
  }
  .sec03-onsen-section__cards {
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    margin-top: 22px;
  }
  .sec03-onsen-section__cards-item {
    width: 333px;
    max-width: 100%;
  }
}
/* .sec03 その他上書き */
.sec03 {
  padding-top: 110px;
}

.sec03 .slider-pattern-1__wrap {
  margin-top: 42px;
}

.sec03 .spots-section {
  margin-top: 124px;
  padding-top: 50px;
}

.sec03 .balloon__container {
  --max-inner-width: 1152px + 40px * 2;
  top: 0;
  margin-top: -50px;
}

.sec03 .balloon {
  float: left;
}

.sec03 .balloon__img {
  margin-right: 0;
  margin-left: -19px;
}

.sec03 .balloon__txt {
  width: 189px;
  height: 111px;
  padding-top: 8px;
  padding-right: 10px;
  background-image: url(../img/imizu-unique/countryside-area/sec03-balloon.svg);
  /* ↑SP時背景画像を伸縮させるのに、<svg preserveAspectRatio="none">の属性設定が必要 */
}

.sec03 .spots-section .ttl-pattern-3 {
  margin-bottom: 48px;
}

@media screen and (max-width: 768px) {
  .sec03 {
    padding-top: 45px;
  }
  .sec03 .img-layout-1__ttl {
    margin-bottom: 31px;
  }
  .sec03 .sec03-checkpoint .img-layout-1__ttl {
    margin-bottom: 0;
  }
  .sec03 .slider-pattern-1__wrap {
    margin-top: 10px;
  }
  .sec03 .spots-section {
    margin-top: 145px;
    padding-top: 50px;
    padding-bottom: 25px;
  }
  .sec03 .balloon__container {
    overflow: hidden;
    margin-top: -105px;
  }
  .sec03 .balloon {
    float: none;
    padding-right: 14px;
  }
  .sec03 .balloon__img img {
    transform-origin: center;
    rotate: 6deg;
  }
  .sec03 .spots-section .ttl-pattern-3 {
    margin-top: 12px;
    margin-bottom: 19px;
  }
}
@media screen and (max-width: 375px) {
  .sec03 .balloon {
    margin-right: -22px;
    padding-right: 0;
  }
}
/*********** **********
 セクション4用のスタイル
 *********** **********/
/* エリアマップセクション */
.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/countryside-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/countryside-area/bg-grid.webp) repeat top center/72px;
}

.d-none {
  display: none;
}

.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;
  }
}
@media screen and (max-width: 375px) {
  .d-xs-none {
    display: none;
  }
  .d-xs-block {
    display: 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);
}