/* reset */
/* Lists */
:where(.shinminato-cruise-contents) ul,
:where(.shinminato-cruise-contents) ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* //reset */
:root {
    --black: #000;
    --white: #fff;
    --imizu-blue: #3C66C4;
    --imizu-orange: #FA9100;
    --imizu-aqua: #25D4F2;
}

:where(.shinminato-cruise-contents) a {
    text-decoration: none;
    transition: opacity 0.3s ease;
}

:where(.shinminato-cruise-contents) p {
    font-weight: 500;
}

@media (hover: hover) and (pointer: fine) {
    :where(.shinminato-cruise-contents) a:hover {
        opacity: 0.85;
    }
}


/* //既存要素の上書き */
.page-wrapper {
    padding-inline: 0;
    padding-bottom: 0;
    background-position: center top;
    background-image: url(../img/common/wave-aqua.svg);
}

@media screen and (max-width: 768px) {
    .page-wrapper {
        background-image: url(../img/imizu-unique/shinminato-cruise/wave-aqua-sp.svg);
        background-size: auto 35px;
        margin-top: -20px;
    }
}

.hr-wave-bottom {
    display: block;
    width: 100%;
    height: 39px;
    margin: 0;
    border: 0;
    background-image: url(../img/imizu-unique/shinminato-cruise/wave-aqua.svg);
    background-repeat: repeat-x;
    background-size: auto 39px;
    background-position: left calc(100% + 1px);
}

@media screen and (max-width: 768px) {
    .hr-wave-bottom {
        height: 29px;
        background-size: auto 30.8px;
    }
}

.toc-toggle::before {
  --toc-icon-w: 90px;
  --toc-icon-h: 70px;
  top: -55px;
  right: 11px;
  background-image: url("../img/imizu-unique/shinminato-cruise/shinminato-cruise_sec05_deco@2x.png");
}

/* レイアウト */
.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: 15px;
    }
}

.unique-lower-container-2 {
    --max-inner-width: 760px;
    --gutter-x: 32px;
    max-width: calc(var(--max-inner-width) + var(--gutter-x) * 2);
    margin-inline: auto;
    padding-top: 80px;
    padding-left: var(--gutter-x);
    padding-right: var(--gutter-x);
}
@media screen and (max-width: 768px) {
    .unique-lower-container-2 {
        --gutter-x: 15px;
        padding-top: 20px;
    }
}

/* ユーティリティ */
.bg-grid {
    background: var(--white) url(../img/imizu-unique/shinminato-cruise/bg-grid.png) repeat top center/72px;
}

.d-block {
    display: block;
}

.d-inline-block {
    display: inline-block;
}

.pc-inline-block {
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .pc-inline-block {
        display: none;
    }
}

.sp-inline-block {
    display: none;
}

@media screen and (max-width: 768px) {
    .sp-inline-block {
        display: inline-block;
    }
}

.pc-block {
    display: block;
}

@media screen and (max-width: 992px) {
    .tab-none {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .pc-block {
        display: none;
    }
}

.sp-block {
    display: none;
}

@media screen and (max-width: 768px) {
    .sp-block {
        display: block;
    }
}

.d-inline-block {
    display: inline-block;
}

.px-basic {
    padding-inline: 18px;
}

.mx-auto {
    margin-inline: auto;
}

.my-0 {
    margin-block: 0;
}


.mt-0 {
    margin-top: 0;
}

.mt-16 {
    margin-top: 16px;
}

@media screen and (max-width: 768px) {
    .mt-sp-0 {
        margin-top: 0;
    }
}

.mb-0 {
    margin-bottom: 0;
}

.mb-12 {
    margin-bottom: 12px;
}

.mb-38 {
    margin-bottom: 38px;
}

.mb-46 {
    margin-bottom: 46px;
}

.mb-72 {
    margin-bottom: 72px;
}

.mb-105 {
    margin-bottom: 105px;
}

.mb-122 {
    margin-bottom: 122px;
}

.mb-126 {
    margin-bottom: 126px;
}

@media screen and (max-width: 768px) {
    .mb-sp-23 {
        margin-bottom: 23px;
    }

    .mb-sp-46 {
        margin-bottom: 46px;
    }

    .mb-sp-50 {
        margin-bottom: 50px;
    }

    .mb-sp-56 {
        margin-bottom: 56px;
    }
}

.br-15 {
    border-radius: 10px;
}

.br-20 {
    border-radius: 20px;
}

.text-center {
    text-align: center;
}

/* .child-fv */
.child-fv {
    z-index: 10;
    position: relative;
    height: 540px;
    background: url(../img/imizu-unique/shinminato-cruise/shinminato-cruise_bg.webp) no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: 60%;
}

.child-fv::after {
    position: absolute;
    top: -32px;
    left: 0;
    width: 100%;
    height: 77px;
    content: "";
    background: url(../img/imizu-unique/shinminato-cruise/child-fv__wave.png) repeat-x left top/contain;
    z-index: 11;
}

.child-fv .unique-lower-container-1 {
    position: relative;
    width: 90%;
    height: 100%;
}

.child-fv__ttl-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 368px;
    padding-top: 132px;
    padding-bottom: 34px;
    padding-right: 20px;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
    background: var(--imizu-aqua) repeat top center;
}

.child-fv__ttl {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

.child-fv__ttl-jp {
    display: flex;
    justify-content: center;
    margin-block: 0;
    font-size: 30px;
}

.child-fv__ttl-kana {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    margin-top: -4px;
}

.child-fv__ttl-jp__icon {
    width: 44px;
    margin-top: 4px;
}

.child-fv__ttl-jp__icon img {
    display: block;
}

.child-fv__lead {
    position: absolute;
    right: 37px;
    bottom: 35px;
    margin-block: 0;
    line-height: 1.7826086957;
}

.child-fv__lead-line {
    font-size: 23px;
    font-weight: 700;
    padding-left: 0.3043478261em;
    padding-right: 0;
    line-height: 1.3913043478;
    background-color: var(--white);
}

@media screen and (max-width: 992px) {
    .child-fv {
        background-size: 120%;
        background-position-x: 50%;
        background-position-y: 60%;
    }

    .child-fv::after {
        display: none;
    }

    .child-fv__ttl-wrap {
        padding-top: 35px;
    }

}

@media screen and (max-width: 768px) {
    .child-fv {
        min-height: 0;
        height: 340px;
        max-height: none;
        background-size: 185%;
        background-position-x: 52%;
        background-position-y: 30%;
    }

    .child-fv .unique-lower-container-1 {
        width: 100%;
    }

    .child-fv__ttl-wrap {
        max-width: 290px;
        align-items: center;
        margin-inline: auto;
        padding-top: 20px;
        padding-bottom: 25px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        padding-right: 26px;
        gap: 0px;
    }

    .child-fv__ttl {
        align-items: start;
    }

    .child-fv__ttl-jp__icon {
        width: 44px;
        margin-top: 4px;
    }

    .child-fv__ttl-jp {
        font-size: 24px;
        line-height: 1.4230769231;
        margin-bottom: 2px;
    }

    .child-fv__ttl-kana {
        margin-top: 3px;
        font-size: 16px;
        line-height: 1;
        padding-left: 0;
    }

    .child-fv__lead {
        right: 16px;
        bottom: 31px;
        font-size: 17px;
        text-align: right;
    }

    .child-fv__lead-line {
        padding-right: 0;
        line-height: 2;
        font-size: 17px;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
    }

    .child-fv__map {
        display: none;
    }

    .child-fv+.hr-wave-bottom {
        height: 29px;
        background-position-y: calc(100% + 0.5px);
        background-size: auto 29px;
    }
}

/* shinminato-cruise01 */
#shinminato-cruise01 {
    padding-bottom: 90px;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
    #shinminato-cruise01 {
        padding-bottom: 30px;
    }
}

/* shinminato-cruise02 */
#shinminato-cruise02 {
    background-color: #E6FAFD;
    padding-bottom: 120px;
    overflow: hidden;
}

/* shinminato-cruise__ttl */
.shinminato-cruise__ttl-wrap {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    margin-bottom: 30px;
}

.shinminato-cruise__ttl {
    margin-block: 0;
    font-size: 24px;
    font-weight: 700;
    color: var(--imizu-aqua);
    line-height: 1.6;
    display: flex;
    align-items: center;
}

.shinminato-cruise__ttl__text {
    display: inline-block;
}

.shinminato-cruise__ttl__num {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 1.4166666667em;
    height: 1.4166666667em;
    margin-left: 0.3em;
    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);
}

.shinminato-cruise__ttl-wave {
    margin: 0;
    padding-bottom: 9px;
    background: url("../img/imizu-unique/shinminato-cruise/line-wave-aqua.svg") repeat-x center bottom/auto 6.2px;
    font-size: 30px;
}

@media screen and (max-width: 768px) {
    .shinminato-cruise__ttl-wrap {
        margin-bottom: 20px;
        text-align: center;
    }
    .shinminato-cruise__ttl {
        justify-content: center;
        font-size: 20px;
    }
    .shinminato-cruise__ttl-wave {
        padding-bottom: 7px;
        font-size: 22px;
    }
}

/* shinminato-cruise__ttl-v2 */
.shinminato-cruise__ttl-v2 {
    font-size: 24px;
    font-weight: 700;
    color: var(--imizu-blue);
    display: flex;
    align-items: center;
    justify-content: left;
    margin: 140px 0 25px 0;
    gap: 10px;
}

.shinminato-cruise__ttl-v2__icon {
    width: 30px;
    display: flex;
    align-items: center;
}

.shinminato-cruise__ttl-v2__text {
    width: calc(100% - 30px);
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    .shinminato-cruise__ttl-v2 {
        font-size: 22px;
        margin: 30px 0 15px 0;
    }
}

/* shinminato-cruise__lead */
.shinminato-cruise__lead {
    margin: 50px 0 0 0;
    color: #21CDEB;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .shinminato-cruise__lead {
        margin: 30px 0 0 0;
    }
}

/* shinminato-cruise__text */
.shinminato-cruise__text {
    margin: 10px 0 0 0;
}

/* shinminato-cruise__column */
.shinminato-cruise__column {
    display: flex;
    flex-flow: row wrap;
    gap: 20px 24px;
    margin-top: 40px;
    padding: 0;
}

.shinminato-cruise__column >:nth-child(-n+2) {
    margin-top: 0 !important;
}

.shinminato-cruise__column >:nth-child(odd) {
    margin-left: 0 !important;
}

.shinminato-cruise__column__item {
    width: calc((100% - 24px) / 2);
    margin: 0;
}

@media screen and (min-width: 769px) {
    .shinminato-cruise__column {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: min(calc(100% + 120px), calc(100vw - 80px));
    }
}

@media screen and (max-width: 768px) {
    .shinminato-cruise__column {
        margin-top: 30px;
        gap: 20px;
    }
}

/* shinminato-cruise__img */
.shinminato-cruise__img {
    margin: 0 0 30px 0;
    overflow: hidden;
    text-align: center;
}

.shinminato-cruise__img img {
    vertical-align: top;
}

.shinminato-cruise__img__caption {
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
    .shinminato-cruise__img {
        margin: 0 0 25px 0;
    }
}

/* shinminato-cruise__btn */
.shinminato-cruise__btn {
    margin-top: 40px;
}
.shinminato-cruise__btn__text {
    color: #21CDEB;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 9px 0;
}

.shinminato-cruise__btn__link {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    max-width: 100%;
    width: 396px;
    border-radius: 100em;
    text-decoration: none;
    color: var(--black);
    line-height: 1.6;
    background-color: var(--imizu-aqua);
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 22px;
    font-weight: 700;
    transition: opacity 0.3s ease;
}

.shinminato-cruise__btn__link::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 screen and (max-width: 768px) {
    .shinminato-cruise__btn {
        margin-bottom: 60px;
    }
    .shinminato-cruise__btn__link {
        padding-top: 14px;
        padding-bottom: 17px;
        width: 100%;
        max-width: 338px;
    }

}