@charset "UTF-8";

/* ------------------------
base contents
------------------------- */

html {
    font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .1em;
    font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    color: #333333;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    word-break: break-all;
}

@media screen and (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

img {
    max-width: 100%;
    width: 100%;
    height: auto;
}


/* ------------------------
    edit contents
------------------------- */
/* 指定フォント ここから */


/* --Vidaloka-- */
@font-face {
    font-family: "Vidaloka";
    src: url('../fonts/hotellabo/NotoSansJP-Regular.ttf') format('truetype');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: "NotoSans";
    src: url('../fnt/NotoSansJP-Regular.ttf') format('truetype');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: "NotoSans";
    src: url('../fnt/NotoSansJP-SemiBold.ttf') format('truetype');
    font-weight: bold;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url('../fnt/Inter-Medium.ttf') format('truetype');
    font-display: swap;
}

body {
    font-family: "NotoSans", serif;
}

/* ----pc,sp/on_off---- */
.pc {
    display: none;
}

.sp {
    display: block;
}

@media screen and (min-width: 768px) {
    .pc {
        display: block;
    }

    .sp {
        display: none;
    }
}

/* ----inner---- */
.inner {
    max-width: 1080px;
    margin: 0 auto;
    width: calc(100% - 2rem);
}

.inner {
    padding: 5rem 0;
}

@media screen and (min-width: 768px) {
    .inner {
        padding: 7rem 0;
    }
}

/* ----contents-text-align---- */
.ta-C {
    text-align: center;
}

.ta-R {
    text-align: right;
}

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

/* ----margin-bottoms---- */
.mb-S {
    margin-bottom: 1rem;
}

.mb-M {
    margin-bottom: 2rem;
}

.mb-L {
    margin-bottom: 3rem;
}

.mb-XL {
    margin-bottom: 4rem;
}

/* ----padding-top---- */
.pt-S {
    padding-top: 1rem;
}

.pt-M {
    padding-top: 2rem;
}

.pt-L {
    padding-top: 3rem;
}

/* ----padding-bottoms---- */
.pb-S {
    padding-bottom: 1rem;
}

.pb-M {
    padding-bottom: 2rem;
}

.pb-L {
    padding-bottom: 3rem;
}

/* ----padding-left---- */
.pl-S {
    padding-left: 1rem;
}

.pl-M {
    padding-left: 2rem;
}

.pl-L {
    padding-left: 3rem;
}

/* ----padding-right---- */
.pr-S {
    padding-right: 1rem;
}

.pr-M {
    padding-right: 2rem;
}

.pr-L {
    padding-right: 3rem;
}

/* ----padding-top-bottom--- */
.ptb-S {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.ptb-M {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.ptb-L {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

/* ----padding-left-right--- */
.plr-S {
    padding-left: 1rem;
    padding-right: 1rem;
}

.plr-M {
    padding-left: 2rem;
    padding-right: 2rem;
}

.plr-L {
    padding-left: 3rem;
    padding-right: 3rem;
}

/* ----margin-tops---- */
.mt-S {
    margin-top: 1rem;
}

.mt-M {
    margin-top: 2rem;
}

.mt-L {
    margin-top: 3rem;
}

.mt-XL {
    margin-top: 4rem;
}

.mt-XXL {
    margin-top: 5rem;
}

/* ----margin-bottoms---- */
.mb-XXS {
    margin-bottom: .2rem;
}

.mb-XS {
    margin-bottom: .5rem;
}

.mb-S {
    margin-bottom: 1rem;
}

.mb-M {
    margin-bottom: 2rem;
}

.mb-L {
    margin-bottom: 3rem;
}

/* ----margin-bottoms---- */
.cnt-mg {
    margin-bottom: 5rem;
}

@media screen and (min-width: 768px) {
    .cnt-mg {
        margin-bottom: 7rem;
    }
}

/* ----color---- */
.color-1 {
    color: #333333;
}

.color-2 {
    color: #fff;
}

.color-3 {
    color: #e9e9e9;
}

.color-4 {
    color: #9F9F9F;
}

.color-5 {
    color: #DEF2F8;
}

.color-6 {
    color: #888888;
}

/* ----bg-color---- */
.bg-c_1 {
    background-color: #333333;
}

.bg-c_2 {
    background-color: #fff;
}

.bg-c_3 {
    background-color: #e9e9e9;
}

.bg-c_4 {
    background-color: #9F9F9F;
}

.bg-c_5 {
    background-color: #DEF2F8;
}

.bg-c_6 {
    background-color: #888888;
}

/* ---- display ---- */
.display-block {
    display: block;
}

.display-none {
    display: none;
}

.sp-shadow {
    box-shadow: 0px 8px 15px -9px #777777;
}

/* ---- sp-bx-shadow ---- */
@media screen and (min-width:768px) {
    .sp-shadow {
        box-shadow: none;
    }
}

/*====================================*/
/* top-btn contents */
/*====================================*/
.pagetop {
    height: 55px;
    width: 55px;
    position: fixed;
    right: 15px;
    bottom: 15px;
    background: #3a9bd1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(20%) rotate(-45deg);
}

.active {
    opacity: 1;
    visibility: visible;
}

footer {
    position: relative;
}

/*このクラスが付与されると表示する*/
.absolute {
    position: absolute;
    top: -70px;
    bottom: auto;
}

@media screen and (min-width:768px) {
    .pagetop {
        right: 30px;
        bottom: 30px;
    }
}


/*====================================*/
/* common contents */
/*====================================*/

/* ----title---- */
.ttl-S,
.ttl-M,
.ttl-L {
    line-height: 1.5;
    letter-spacing: .1em;
}

.ttl-S {
    font-size: 1.1rem;
}

.ttl-M {
    font-size: 1.3rem;
}

.ttl-L {
    font-size: 1.5rem;
}

/* ----text---- */
.txt-XXS,
.txt-XS,
.txt-S,
.txt-M,
.txt-L,
.txt-XL {
    line-height: 1.5;
}

.txt-XXS {
    font-size: .6rem;
}

.txt-XS {
    font-size: .75rem;
}

.txt-S {
    font-size: .875rem;
}

.txt-M {
    font-size: .9rem;
}

.txt-L {
    font-size: 1.2rem;
}

.txt-XL {
    font-size: 1.5rem;
}

/* ----text-style---- */
.bold {
    font-weight: 900;
}

.under {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.txt-bg-1 {
    background-color: #3e3e3e;
    padding: .75rem;
}

.txt-bg-2 {
    background-color: #fff;
    padding: .75rem;
}

/* ----button---- */
.btn,
.btn-L {
    display: inline-block;
    max-width: 435px;
    width: 100%;
    margin: 0 auto;
    padding: 1em 0;
    transition: all .3s;
}

.btn-2 {
    background-color: #fff;
    border: 1px solid #fff;
    color: #3EA5DF;
    text-align: center;
    letter-spacing: .1em;
}

.btn-2:hover {
    background-color: inherit;
    color: #fff;
}

/* -button-border- */
.btn-3 {
    border: 1px solid #e8447e;
    color: #e8447e;
    text-align: center;
    background: white;
}

.btn-3:hover {
    background-color: #e8447e;
    color: #fff;
}

/* -button-underline- */
.btn-under {
    text-decoration: underline;
    text-underline-offset: 4px;
    position: relative;
}

.btn-under.arrow_left {
    padding-left: 1rem;
}

.btn-under.arrow_left::before {
    left: 0;
    transform: rotate(225deg);
}

/* -button-banner- */
.btn-bnr {
    display: block;
    transition: all .3s;
}

.btn-bnr:hover {
    opacity: .6;
}

/* -button-loding- */
.btn-loding {
    background: #fff;
    pointer-events: none;
}

.hov:hover {
    opacity: .7;
    transition: all .3s;
    text-decoration: none;
}

.btn-arrow {
    position: relative;
    border: 1px solid #555;
    padding: 16px 30px;
    width: 257px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #333;
    outline: none;
    transition: all .2s linear;
}

.btn-arrow:hover {
    background: #333;
    color: #fff;
}

.btn-arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    width: 60px;
    height: 1px;
    background: #333;
    transition: all .2s linear;
}

.btn-arrow::after {
    content: "";
    position: absolute;
    top: 36%;
    right: -25px;
    width: 1px;
    height: 8px;
    background: #333;
    transform: skewX(55deg);
    transition: all .2s linear;
}

/*hoverした際の移動*/
.btn-arrow:hover::before {
    right: -50px;
}

.btn-arrow:hover::after {
    right: -45px;
}


@media screen and (min-width:768px) {
    .btn-arrow {
        max-width: 328px;
        padding: 20px 30px;
        width: 328px;
    }

    .btn-arrow::after {
        top: 39%;
    }
}


/* ----border---- */
.border {
    border: 1px solid;
}

.border-box-S {
    border: 1px solid;
    padding: .5rem;
}

.border-box {
    border: 1px solid;
    padding: 3rem;
}

@media screen and (min-width:768px) {
    .border-box {
        padding: 3rem 6rem;
    }
}


/* ----flexbox---- */
.fl,
.col_2,
.col_3,
.col_2_3,
.col_2_4,
.col_3_5 {
    display: flex;
    flex-flow: row wrap;
}

.col_1,
.col_1_2 {
    display: block;
}

.col_1>* {
    display: block;
    width: 100%;
}

.col_1_2>* {
    flex-basis: 100%;
    margin-bottom: 1rem;
}

.col_right>*:last-child {
    flex-basis: calc(75% - .9rem);
}

.col_2>* {
    flex-basis: calc(100% / 2 - .8rem);
}

.col_3>* {
    flex-basis: calc(100% / 3 - .8rem);
}

.col_2_3>*,
.col_2_4>* {
    flex-basis: calc(100% / 2 - .5rem);
    margin-bottom: 1rem;
}

.col_3_5>* {
    flex-basis: calc(100% / 3 - .8rem);
    margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
    .col_1_2 {
        display: flex;
    }

    .col_1_2>* {
        flex-basis: calc(100% / 2 - 1.5rem);
        margin-bottom: 0;
    }

    .col_right>*:last-child {
        flex-basis: calc(80% - .9rem);
    }

    .col_2_3>* {
        flex-basis: calc(100% / 3 - 2rem);
        margin-bottom: 0;
    }

    .col_2_4>* {
        flex-basis: calc(100% / 4 - 1.5rem);
        margin-bottom: 0;
    }

    .col_3_5>* {
        flex-basis: calc(100% / 5 - .5rem);
        margin-bottom: 0;
    }
}

.jf_fs {
    justify-content: flex-start;
}

.jf_sb {
    justify-content: space-between;
}

.jf_c {
    justify-content: center;
}

.jf_e {
    justify-content: space-evenly;
}

.jf_fe {
    justify-content: flex-end;
}

.ai-c {
    align-items: center;
}

/* ----grid-layout---- */
.grid,
.grid_1_2,
.grid_1_3,
.grid_2,
.grid_3,
.grid_4,
.grid_2_4 {
    display: grid;
}

.grid_1_2 {
    grid-template-columns: 1fr;
}

.grid_2_4 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-gap: 2rem;
}

.grid_2 {
    grid-template-columns: repeat(2, 1fr);
}

.grid_3 {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2rem;
}

.grid_4 {
    grid-template-columns: repeat(4, 1fr);
}

@media screen and (min-width:600px) {
    .grid_1_2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid_1_3 {
        grid-template-columns: repeat(3, 1fr);
    }

    .grid_2_4 {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* ----indent---- */
.indent-S {
    display: inline-block;
    padding-left: .6rem;
    text-indent: -.6rem;
}

.indent-M {
    display: inline-block;
    padding-left: 1.5rem;
    text-indent: -1.5rem;
}

.indent-L {
    display: inline-block;
    padding-left: 2rem;
    text-indent: -2rem;
}

/* ----フェードインアニメーション---- */
.view.view-fix,
.view.view-slideup,
.view.view-slidedown,
.view.view-slidein-L,
.view.view-slidein-R {
    opacity: 0;
}

.view.view-fix.on {
    opacity: 1;
    animation: view-fix 1s ease both;
}

.view.view-slideup.on {
    opacity: 1;
    animation: view-slideup 1s ease both;
}

.view.view-slidedown.on {
    opacity: 1;
    animation: view-slidedown 1s ease both;
}

.view.view-slidein-L.on {
    opacity: 1;
    animation: view-slidein-L 1s ease both;
}

.view.view-slidein-R.on {
    opacity: 1;
    animation: view-slidein-R 1s ease both;
}

@keyframes view-fix {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes view-slideup {
    0% {
        opacity: 0;
        transform: translate(0, 35px);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

@keyframes view-slidedown {
    0% {
        opacity: 0;
        transform: translate(0, -35px);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

@keyframes view-slidein-L {
    0% {
        opacity: 0;
        transform: translate(-35px, 0);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

@keyframes view-slidein-R {
    0% {
        opacity: 0;
        transform: translate(35px, 0);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

/* フォント */
.fnt-en-b {
    font-family: "Vidaloka", serif;
    font-style: normal;
    font-weight: 700;
}

.fnt-en {
    font-family: "Vidaloka", serif;
    font-style: normal;
}

.fnt-inter {
    font-family: "Inter";
    font-weight: 400;
    font-style: normal;
}

/* .fnt-en-b {
    font-family: sofia-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
} */

/*====================================*/
/* page contents */
/*====================================*/
.txt__box {
    line-height: 1.7rem;
}

/*====================================*/
/* ----header---- */
/*====================================*/
.header {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    height: 60px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
}

.header__inner {
    position: relative;
}

.logo {
    width: 150px;
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translate(0%, -50%);
}

.title {
    font-size: 2rem;
    font-weight: 600;
}

@media only screen and (max-width: 960px) {
    .nav {
        position: fixed;
        right: -320px;
        /* 右から出てくる */
        top: 0;
        width: 300px;
        /* スマホに収まるサイズ */
        height: 100vh;
        padding-top: 60px;
        background-color: #fff;
        transition: all .6s;
        z-index: 200;
        overflow-y: auto;
        /* メニューが多くなったらスクロールできるように */
    }

    .hamburger {
        position: absolute;
        right: 15px;
        top: 8px;
        width: 40px;
        /* クリックしやすい幅 */
        height: 40px;
        /* クリックしやすい高さ */
        cursor: pointer;
        z-index: 300;
    }

    .nav__list {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .nav__item {
        text-align: center;
        padding: 0 14px;
    }

    .nav__item a {
        display: block;
        padding: 8px 0;
        border-bottom: 1px solid #eee;
        text-decoration: none;
        color: #333;
    }

    .nav__item a:hover {
        background-color: #eee;
    }

    .hamburger_border {
        position: absolute;
        left: 11px;
        width: 18px;
        height: 2px;
        background-color: #333;
        transition: all .6s;
    }

    .hamburger_border_top {
        top: 14px;
    }

    .hamburger_border_center {
        top: 20px;
    }

    .hamburger_border_bottom {
        top: 26px;
    }

    .black_bg {
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        z-index: 100;
        background-color: #333;
        opacity: 0;
        visibility: hidden;
        transition: all .6s;
        cursor: pointer;
    }

    /* 表示された時用のCSS */
    .nav-open .nav {
        right: 0;
    }

    .nav-open .black_bg {
        opacity: .8;
        visibility: visible;
    }

    .nav-open .hamburger_border_top {
        transform: rotate(45deg);
        top: 20px;
    }

    .nav-open .hamburger_border_center {
        width: 0;
        left: 50%;
    }

    .nav-open .hamburger_border_bottom {
        transform: rotate(-45deg);
        top: 20px;
    }
}

/* sp */

@media only screen and (min-width: 959px) {
    .header {
        height: initial;
    }

    .header__inner {
        max-width: 980px;
        width: 100%;
        padding: 15px 30px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        justify-content: flex-end;
    }

    .logo {
        width: 200px;
    }

    .nav__list {
        display: flex;
        gap: 3rem;
        text-align: center;
    }
}

/*====================================*/
/* ----mv---- */
/*====================================*/
#mv {
    position: relative;
}

#mv .img__box img {
    height: 100svh;
    block-size: auto;
}

/*====================================*/
/* ----スクロールダウンのためのCSS---- */
/*====================================*/

/*スクロールダウン全体の場所*/
.scrolldown4 {
    /*描画位置※位置は適宜調整してください*/
    position: absolute;
    bottom: 1%;
    right: 4.5%;
    /*矢印の動き1秒かけて永遠にループ*/
    animation: arrowmove 2s ease-in-out infinite;
}

/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove {
    0% {
        bottom: 1%;
    }

    50% {
        bottom: 3%;
    }

    100% {
        bottom: 1%;
    }
}

/*Scrollテキストの描写*/
.scrolldown4 span {
    /*描画位置*/
    position: relative;
    left: -10px;
    bottom: 170px;
    /*テキストの形状*/
    color: #eee;
    font-size: 0.7rem;
    letter-spacing: 0.05em;
    /*縦書き設定*/
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 矢印の描写 */
.scrolldown4:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 70px;
    right: -3px;
    /*矢印の形状*/
    width: 1px;
    height: 10px;
    background: #eee;
    transform: skewX(-31deg);
}

.scrolldown4:after {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 70px;
    right: 0;
    /*矢印の形状*/
    width: 1px;
    height: 140px;
    background: #eee;
}

@media only screen and (min-width: 959px) {}

/*====================================*/
/* ----catchcopy---- */
/*====================================*/
#catchcopy {
    position: relative;
}

#catchcopy .txt__box {
    line-height: 2.2rem;
}

#catchcopy .catchcopy__item {
    position: relative;
}

#catchcopy .catchcopy__item img {
    border-radius: 50%;
    box-shadow: 0px 10px 15px -5px #94b9cf;
}

#catchcopy .catchcopy__item .txt__box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#catchcopy::before {
    background-image: url('../img/wave_sp.svg');
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: -64px;
    content: "";
    width: 100%;
    height: 65px;
}

@media screen and (min-width:768px) {
    #catchcopy::before {
        background-image: url('../img/wave_pc.svg');
    }
}

/*====================================*/
/* ----section---- */
/*====================================*/
/*====================================*/
/* ----pool---- */
/*====================================*/
.section__ttl {
    position: relative;
}

.section__ttl .ttl__box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    opacity: .7;
    text-shadow: -1px 3px 5px #2a2a2a;
}

.section__item__list {
    display: grid;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 2rem;
}

.section__item__block {
    gap: 2rem;
}

@media screen and (min-width:768px) {
    .section__ttl .ttl__box {
        font-size: 3.2rem;
        transform: translate(-50%, 0%);
    }

    .section__item__list {
        gap: 4rem;
    }

    .section__item__block {
        gap: 0rem;
    }

    #spa .section__item__block .l__box .sub__ttl {
        margin-right: 1rem;
    }

    #spa .section__item__block .r__box .sub__ttl {
        margin-left: 1rem;
    }
}

.section__item {
    display: grid;
    gap: 1.5rem;
}

.section__item .ttl__box {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.section__item .txt__box {
    line-height: 2rem;
    display: grid;
    flex-wrap: wrap;
    flex-direction: column;
    gap: .9rem;
}

.section__item .txt__box .txt__list {
    line-height: 1.5rem;
}

.section__item .txt__box .txt__list.dot>li {
    display: flex;
    align-items: center;
}

.section__item .txt__box .txt__list.dot>li::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #333333;
    display: block;
    margin-right: 5px;
}

.section__item .ttl__box .num__box {
    font-size: 1.5rem;
    padding: .2rem .9rem;
}

/*====================================*/
/* ----plan---- */
/*====================================*/
#plan {
    position: relative;
    z-index: 2;
}

#plan .top-left {
    position: absolute;
    top: 5%;
    left: 0;
    z-index: -1;
    width: 250px;
}

#plan .bt-left {
    position: absolute;
    bottom: 30%;
    left: 0;
    z-index: -1;
    width: 250px;
}

#plan .top-right {
    position: absolute;
    top: 22%;
    right: 0;
    z-index: -1;
    width: 250px;
}

#plan .bt-right {
    position: absolute;
    bottom: 18%;
    right: 0;
    z-index: -1;
    width: 250px;
}

#plan .ttl__box .plan__mv {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 2.5rem;
}

#plan .ttl__bd {
    font-size: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}

#plan .menu .menu__ttl {
    font-size: 2.2rem;
    color: #c9c9c9;
}

#plan .menu .menu__box .txt__box {
    display: flex;
    flex-direction: column;
}

#plan .menu .menu__box {
    display: flex;
    flex-direction: column-reverse;
    gap: 2rem;
}

@media screen and (min-width:768px) {
    #plan .ttl__bd::before {
        content: "";
        width: 100%;
        height: 1.1px;
        background-color: #333333;
        display: block;
        margin-right: 16%;
    }

    #plan .ttl__bd::after {
        content: "";
        width: 100%;
        height: 1.1px;
        background-color: #333333;
        display: block;
        margin-left: 16%;
    }

    #plan .menu .menu__ttl {
        font-size: 4rem;
    }

    #plan .menu .menu__box {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    #plan .menu .menu__box>* {
        flex-basis: calc(100% / 2 - .8rem);
    }
}

#plan .menu__list {
    display: grid;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 5rem;
}

/*====================================*/
/* ----notes---- */
/*====================================*/
.notes .notes__list {
    background-color: #fff;
    padding: 1.5rem 1rem;
    line-height: 1.5rem;
}

.notes .ttl__box {
    margin-bottom: 1rem;
}

@media screen and (min-width:768px) {
    .notes .notes__list {
        padding: 2.8rem 3.2rem;
        border-radius: 35px;
    }

    .notes .ttl__box {
        margin-bottom: 2rem;
    }
}

/*====================================*/
/* ----foote---- */
/*====================================*/
footer .inner {
    padding: 3rem 0;
}

footer .logo__box {
    width: 200px;
    margin: 0 auto 2rem;
}

footer.footer__bg {
    position: relative;
    background-image: url(../img/ft-bg-sp.jpg);
    overflow: hidden;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

footer .address__box .name {
    font-size: 1.5rem;
}

footer .address__box .address {
    line-height: 1.7rem;
}

footer.footer__bg::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: inherit;
    filter: brightness(75%);
    /* 最背面へ */
    z-index: -1;
}

footer .notes__box {
    margin: 0 auto;
    text-align: center;
    display: block;
}

footer .notes__list {
    display: inline-block;
}

footer .notes__list li {
    text-align: left;
}

footer .copy-right {
    font-size: .5rem;
    padding: 1rem .5rem;
}

footer .link__list {
    margin: 0 auto;
    text-align: center;
    display: grid;
    justify-items: center;
    align-items: center;
}

@media screen and (min-width:768px) {
    footer .copy-right {
        font-size: .7rem;
    }

    footer .link__list {
        display: flex;
        justify-content: center;
    }
}

footer .link__list .link__item.item01 {
    margin-bottom: 2rem;
}

footer .link__list .link__item.item01, footer .link__list .link__item.item02 {
    position: relative;
    /*--positionを追加--*/
    width: 220px;
    flex: 1;
}

footer .link__list .link__item.item01::before {
    position: absolute;
    top: 0;
    left: 0;
    /* margin: 0 1rem; */
    content: "";
    width: 1px;
    height: 100%;
    background-color: #ffffff;
}

footer .link__list .link__item.item01::after {
    position: absolute;
    top: 0;
    right: 0;
    /* margin: 0 1rem; */
    content: "";
    width: 1px;
    height: 100%;
    background-color: #ffffff;
}

footer .link__list .link__item.item02::before {
    position: absolute;
    top: 0;
    left: 0;
    /* margin: 0 1rem; */
    content: "";
    width: 1px;
    height: 100%;
    background-color: #ffffff;
}

footer .link__list .link__item.item02::after {
    position: absolute;
    top: 0;
    right: 0;
    /* margin: 0 1rem; */
    content: "";
    width: 1px;
    height: 100%;
    background-color: #ffffff;
}

footer .link__list {
    margin: 0 auto;
}

@media screen and (min-width:768px) {
    footer .inner {
        padding: 4.5rem 0;
    }

    footer .logo__box {
        width: 250px;
    }

    footer.footer__bg {
        background-image: url(../img/ft-bg.jpg);
    }

    footer .link__list {
        gap: 2rem;
    }

    footer .link__list .link__item.item01 {
        margin-bottom: 0rem;
    }

    footer .link__list .link__item.item01, footer .link__list .link__item.item02 {
        justify-content: initial;
        width: initial;
        flex: initial;
    }

    footer .link__list .link__item.item01::after {
        left: -20px;
    }

    footer .link__list .link__item.item01::before {
        content: none;
    }

    footer .link__list .link__item.item02::before {
        left: -4.5%;
    }

    footer .link__list .link__item.item02::after {
        position: absolute;
        /*--positionを追加--*/
        top: 0;
        right: -20px;
        /* margin: 0 1rem; */
        content: "";
        width: 1px;
        /*--縦線の太さ(幅)--*/
        height: 100%;
        background-color: #ffffff;
        /*--縦線の色--*/
    }

    footer .link__list .link__item.item01 {
        margin-left: 20px;
    }

    footer .link__list .link__item.item02 {
        margin-right: 20px;
    }
}

/* footer .link__list .link__item::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #fff;
    display: block;
}

footer .link__list .link__item::after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #fff;
    display: block;
} */

/* カルーセルの外枠 */
.carousel {
    display: flex;
    /* 子要素を横に並べる */
    overflow: hidden;
    /* はみ出た部分は表示しない */
    margin: 0 auto 1rem;
    /* 水平方向中央寄せ */
}

/* カルーセル内の画像 */
.carousel img {
    margin: 0;
    padding: 0;
    display: block;
    /* imgタグの改行のすき間を消すため */
}

/* スクロールアニメーションのキーフレーム */
@keyframes scroll {

    /* 初期位置は1個目の画像が左端 */
    0% {
        margin-left: 0;
    }

    /* 1個分左の位置に進めて2個目の画像を左端にする */
    20% {
        margin-left: -100%;
    }

    /* 少しの間上と同じ位置 */
    25% {
        margin-left: -100%;
    }

    /* 2個分左の位置に進めて3個目の画像を左端にする */
    45% {
        margin-left: -200%;
    }

    /* 少しの間上と同じ位置 */
    50% {
        margin-left: -200%;
    }

    /* 以降は上と同様に繰り返し */
    70% {
        margin-left: -300%;
    }

    75% {
        margin-left: -300%;
    }

    95% {
        margin-left: -400%;
    }

    100% {
        margin-left: -400%;
    }
}

/* カルーセルの子要素にスクロールアニメーションを設定 */
.carousel> :first-child {
    animation-name: scroll;
    /* キーフレーム名 */
    animation-duration: 20s;
    /* 再生時間全体は20秒 */
    animation-delay: 0s;
    /* 読込直後から遅延無しで開始 */
    animation-iteration-count: infinite;
    /* 無限に繰り返す */
}