@charset "UTF-8";

@font-face {
    font-family: "NotoSansJP";
    font-style: normal;
    font-weight: 400;
    src: local("Noto Sans CJK JP"), local("NotoSansJP-Regular"), local("NotoSansJP-Regular"), url("/font/NotoSansJP-Regular.woff2") format("woff2"), url("/font/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
    font-family: "NotoSansJP";
    font-style: normal;
    font-weight: 700;
    src: local("NotoSansJP-Bold"), local("NotoSansJP-Bold"), url("/font/NotoSansJP-Bold.woff2") format("woff2"), url("/font/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
    font-family: "NotoSansJP";
    font-style: normal;
    font-weight: 900;
    src: local("NotoSansJP-Black"), local("NotoSansJP-Black"), url("/font/NotoSansJP-Black.woff2") format("woff2"), url("/font/NotoSansJP-Black.woff") format("woff");
}

.page-various-services * {
    font-family: "NotoSansJP", "Noto Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.notice__bar,
.notice__bar *,
.benefit__box,
.benefit__box * {
    box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
    .disp-pc {
        display: none;
    }
}

#promo__message {
    width: calc(100% - 60px);
    max-width: 600px;
    margin: 40px auto;
}

.notice__bar {
    width: 100%;
    margin-bottom: 16px;
    padding: 8px;
    background: #ed6c00;
    color: #fff;
    position: relative;
}
.notice__bar__text {
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.4;
}
.balloon__wrapper {
    height: fit-content;
}
.cta1 .balloon {
    padding: 5.5px 0;
}

.balloon .balloon__text-black {
    line-height: 1.2;
    position: relative;
    z-index: 3;
    line-height: 1.4;
    font-size: 22px;
}

.balloon__text-black span {
    font-size: 18px;
}

@media only screen and (max-width: 767px) {
    .balloon .balloon__text-black {
        font-size: 5.6vw;
    }
}

@media only screen and (max-width: 767px) {
    .notice__bar {
        padding: 5px;
    }
    .notice__bar__text {
        font-size: min(4.53vw, 17px);
    }
}

.cta1 {
    background: inherit;
    margin: 80px 0;
}
.cta1__inner {
    align-items: center;
    width: fit-content;
    max-width: inherit;
    padding: 0;
}
.cta1__notice {
    max-width: 807px;
    margin: 9px auto 0;
    text-align: right;
    line-height: 1;
}
@media only screen and (max-width: 767px) {
    .cta1 {
        margin: 40px 0;
    }
    .cta1__notice {
        text-align: center;
    }
}

/* 予約ボタン */
.btn__myReserve {
    display: flex;
    align-items: center;
    background: #000;
    color: #fff;
    border-radius: 8px;
    height: 77px;
    padding: 0 25px;
}
a.btn__myReserve:hover {
    text-decoration: none;
}

.btn__myReserve > img {
    margin-right: 9px;
}
.btn__myReserve > p {
    color: #fff;
    font-size: 27px;
    font-weight: bold;
}
.btn__myReserve > p > span {
    font-size: 23px;
    font-weight: bold;
}
@media only screen and (max-width: 767px) {
    .btn__myReserve {
        height: 19.5vw;
        padding: 0 3.73vw;
    }
    .btn__myReserve > img {
        margin-right: 1.44vw;
        width: 12.8vw;
        height: 12.8vw;
    }
    .btn__myReserve > p {
        font-size: 5.6vw;
    }
    .btn__myReserve > p > span {
        font-size: 4.53vw;
    }
}

/* メリット訴求 */
.benefit__box {
    width: 100%;
    background: #f4f4f4;
    padding: 40px 4.27vw;
    font-size: 4.53vw;
}
.benefit__box__h2 {
    margin-bottom: 12px;
    font-size: 5.87vw;
    font-weight: bold;
    text-align: center;
}
.benefit__box__h2 .small {
    font-weight: bold;
}

@media only screen and (min-width: 768px) {
    .benefit__box__h2 {
        margin-bottom: 40px;
    }
}

.benefit__list .benefit__item:not(:last-child) {
    margin-bottom: 2.13vw;
}
.benefit__item {
    background: #fff;
    padding: 3.2vw 4.27vw;
}
.benefit__heading {
    display: flex;
    align-items: center;

    font-size: 5.07vw;
    font-weight: bold;
    color: #ed6c00;
}

.benefit__heading::before {
    content: "";
    display: inline-block;
    width: 3.2vw;
    height: 3.2vw;
    background: #ed6c00;
    clip-path: polygon(0 0, 50% 50%, 0 100%);
    left: 0;
    bottom: 0;
}
.benefit__item .bold {
    font-weight: bold;
}

a.benefit__box__textLink {
    color: #1e77c9;
    display: block;
    margin-top: 8px;
}

@media only screen and (min-width: 768px) {
    .benefit__box {
        padding: 80px 20px;
        font-size: 17px;
        margin-bottom: 80px;
    }
    .benefit__box__h2 {
        font-size: 30px;
    }
    .benefit__box__h2 .small {
        font-size: 24px;
    }
    .benefit__list {
        display: flex;
        justify-content: center;
        gap: 16px;
    }
    .benefit__list .benefit__item:not(:last-child) {
        margin-bottom: 0;
    }
    .benefit__item {
        padding: 16px;
        width: 33%;
        max-width: 356px;
    }
    .benefit__heading {
        font-size: 19px;
    }
    .benefit__heading::before {
        width: 12px;
        height: 12px;
    }
    a.benefit__box__textLink {
        text-align: center;
        margin-top: 20px;
    }
}
