/* 右矢印 */
.swiper-button-next {
    /* background-image: url(../img/Next.png);
    ;
    z-index: 999; */
    color: white;
}

.swiper-button-prev {
    /* background-image: url(../img/Prev.png);
    ;
    z-index: 999; */
    color: white;
}

/* CSSBASE */
@media screen and (min-width: 600px) {

    .reformcta {
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
    }

    .reformcta img {
        max-width: 600px;
        text-align: center;
        margin: auto;
    }

    .banner-container {
        position: fixed;
        bottom: 0;
        width: 100%;
        max-width: 600px;
        /* 最大幅を設定 */
        display: flex;
        justify-content: center;
        /* 子要素を中央揃え */
        align-items: center;
        z-index: 1000;
        overflow: hidden;
        text-align: center;
        left: 50%;
        /* 水平方向の中央揃え */
        transform: translateX(-50%);
        /* コンテナを中央に配置 */
    }

    .banner-container a {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .banner-container a img {
        max-width: 100%;
        /* 画像の最大幅を親要素に収める */
        height: auto;
        /* アスペクト比を維持 */
        margin: 0 auto;
        /* 中央揃え */
    }



    .sp {
        display: none;
    }

    .fv {
        max-width: 600px;
        margin: auto;
        text-align: center;
    }

    .fv img {
        max-width: 600px;
        margin: auto;
        text-align: center;
    }


    .contents1 {
        width: 93%;
        margin: auto;
        max-width: 600px;
    }

    .cta {
        width: 93%;
        margin: auto;
        max-width: 375px;

    }


    .cta img {
        padding-top: 0px;
        width: 100%;
        padding-bottom: 20px;
        padding-top: 20px;

    }

    .pc {
        display: none;
    }

    /* .background1 {
        background-image: url(../img/back.jpg);
        background-size: cover;
    } */

    .background1 {
        background-image: url(../img/backgroundimage.jpg);
        background-size: contain;
        background-repeat: repeat;
    }


    .contents1 h1 {
        margin-top: 30px;
        margin-bottom: 15px;
        padding: 4px;
        font-size: 18px;
        text-align: center;
        font-weight: bold;
        background:
            linear-gradient(to right, #334075, #001f9c),
            /* 中身の背景 */
            linear-gradient(to right, #c0935c, #cea066, #f2df98);
        /* ボーダー用背景 */
        background-origin: border-box;
        background-clip: padding-box, border-box;

        border: 5px solid transparent;
        /* 必ず transparent にする */
        color: white;
    }

    .contents1 img {
        width: 100%;
        margin: auto;
    }

    .contents1 h1 {
        padding-top: 30px;
        padding-bottom: 15px;
        font-size: 24px;
        text-align: center;
        font-weight: bold;

    }

    .background2 {
        background-color: #f3f2f0;
    }

    .contents4 {
        margin: auto;
        max-width: 600px;
    }

    .contents4 h1 {
        background-color: white;
        text-align: center;
        font-size: 20px;
        color: #4d4d4d;
        font-weight: bold;
    }


    .contents4 h2 {
        margin-top: 10px;
        text-align: center;
        font-size: 16px;
        color: #4d4d4d;
        line-height: 1.2;
                margin-bottom: 10px;

    }


    .contents4 h3 {
        margin: 10px;
        text-align: center;
        font-size: 20px;
        color: #4d4d4d;
    }

    .contents1 h2 {
        font-size: 18px;
        text-align: left;
        font-weight: bold;
        display: inline-block;
        color: #4d4d4d;
        margin-bottom: 10px;
        padding: 0 10px;
        background-color: white;

    }

    .thumb-slider {
        padding-top: 1.5vh;
    }



    .contents1 h3 {
        font-family: "Zen Old Mincho", sans-serif;

        padding-top: 10px;

        padding-bottom: 30px;

        font-size: 16px;
        text-align: left;
    }


    .contents2 {
        width: 93%;
        margin: auto;
        color: #333333;
        max-width: 600px;
        border: 1.5px solid #333333;
        padding: 10px;
    }


    .contents2 h1 {
        font-size: 24px;
        text-align: center;
        font-weight: bold;
        padding-bottom: 20px;
    }

    .contents2 h2 {
        margin: 10px;
        font-size: 18px;
        text-align: left;
        font-weight: bold;
        color: #333333;
        margin-bottom: 10px;
    }


    .contents2 h3 {
        font-family: "Zen Old Mincho", sans-serif;
        margin: 10px;

        font-size: 16px;
    }

    .contents2 img {
        width: 100%;
        margin: auto;
        padding-bottom: 15px;
    }


    .contents3 {
        width: 93%;
        margin: auto;
        color: #333333;
        max-width: 600px;
    }

    .contents3 img {
        width: 100%;
        margin: auto;
        padding-bottom: 15px;
    }

    .contents3 h1 {
        font-size: 24px;
        text-align: center;
        font-weight: bold;
        padding-bottom: 20px;
    }

    .contents3 h2 {
        font-size: 18px;
        text-align: center;
        font-weight: bold;
        color: white;
        margin-bottom: 10px;
    }

    .contents3 h3 {
        font-family: "Zen Old Mincho", sans-serif;

        font-size: 16px;
        font-weight: bold;
        padding-bottom: 6px;
    }

    .contents3 h4 {
        font-family: "Zen Old Mincho", sans-serif;

        font-size: 16px;
    }

    .natural-border {
        border: 1.5px solid #b6a496;
        /* 幅(2px), スタイル(solid), 色(#b6a496)を指定 */
        padding: 10px;
        margin-bottom: 40px;
    }

    .modern-border {
        border: 1.5px solid #737374;
        ;
        /* 幅(2px), スタイル(solid), 色(#b6a496)を指定 */
        padding: 10px;
        margin-bottom: 40px;
    }

    .cafe-border {
        border: 1.5px solid #c18f69;
        ;
        /* 幅(2px), スタイル(solid), 色(#b6a496)を指定 */
        padding: 10px;
        margin-bottom: 40px;
    }



    .flex h5 {
        font-size: 16px;
        font-weight: bold;
    }

    .price {
        padding-left: 60px;
    }

    .flex {
        display: flex;
        gap: 20px;
    }

    /* アコーディオン */

    .accordion-005 {
        max-width: 600px;
    }

    .accordion-005:not([open]) {
        margin-bottom: 7px;
    }

    .accordion-005 summary {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        padding: 1em 2em;
        border-left: 5px solid #169dfe;
        background-color: white;
        color: black;
        font-weight: 600;
        cursor: pointer;
    }

    .accordion-005 summary::-webkit-details-marker {
        display: none;
    }

    .accordion-005 summary::after {
        transform: translateY(-25%) rotate(45deg);
        width: 7px;
        height: 7px;
        margin-left: 10px;
        border-bottom: 3px solid #c2c2c2;
        border-right: 3px solid #c2c2c2;
        content: '';
        transition: transform .3s;
    }

    .accordion-005[open] summary::after {
        transform: rotate(225deg);
    }

    .accordion-005 p {
        transform: translateY(-10px);
        opacity: 0;
        margin: 0;
        padding: 1em 2em 2em 2em;
        color: #333333;
        transition: transform .5s, opacity .5s;
        background-color: White;
    }

    .accordion-005[open] p {
        transform: none;
        opacity: 1;
    }

}

@media screen and (min-width: 600px) {
    .maxwidth {
        width: 96%;
        margin: auto;
    }

    .maintext {
        text-align: center;
        font-size: 20px;
    }

    .tab-box {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }

    .tabs {
        display: flex;
        border-bottom: 2px solid #ccc;
    }

    .tab {
        flex: 1;
        text-align: center;
        padding: 12px;
        cursor: pointer;
        background: #f5f5f5;
        border: 1px solid #ccc;
        border-bottom: none;
    }

    .tab.active {
        background: #fff;
        font-weight: bold;
        border-bottom: 2px solid #fff;
    }

    .tab-content {
        display: none;
    }

    .tab-content.active {
        display: block;
    }

    .tab-content img {
        width: 100%;
    }

    .tabtitle {
        text-align: left;
    }

    .tab-contentbutton {
        text-align: center;
        width: 100%;
        max-width: 350px;
        margin: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .accordion-icon {
        transition: transform 0.3s ease;
        display: inline-block;
        margin-left: 5px;
    }


    .toggle-icon {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 8px;
        vertical-align: middle;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 8.6px solid #000;
        /* 高さをやや高めにする */
        transition: transform 0.3s ease;
    }

    .toggle-icon.rotate {
        transform: rotate(180deg);
    }


    .accordion-body {
        display: none;
        margin-top: 10px;
        padding: 10px;
        background: #f0f0f0;
        border-top: 1px solid #ccc;
    }

    .accordion-body.active {
        display: block;
    }

    .inner-tabs {
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
    }

    .inner-tab {
        flex: 1;
        text-align: center;
        padding: 8px;
        background: #eee;
        border: 1px solid #ccc;
        cursor: pointer;
        font-size: 16px;
    }

    .inner-tab.active {
        background: #fff;
        font-weight: bold;
        border-bottom: none;
    }

    .inner-tab-content {
        display: none;
        /* padding: 10px;
        border: 1px solid #ccc;
        border-top: none;
        background: #fafafa; */
        margin-top: -1px;
    }

    .inner-tab-content.active {
        display: block;
    }

    .inner-tabs-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        margin: 10px 0;
    }

    .inner-tab {
        text-align: center;
        padding: 10px;
        background: black;
        border: 1px solid #ccc;
        cursor: pointer;
        font-size: 16px;
        color: white;
    }

    .inner-tab.active {
        background: #ccc;
        font-weight: bold;
        color: #4d4d4d;
    }

    .feature-line {
        padding: 8px 12px;
        border-left: 2px solid #000;
        /* 左線 */
        border-bottom: 1px solid #ddd;
        /* 下線 */
        font-size: 16px;
        width: 100%;
        margin: auto;
        margin-top: 6px;
        margin-bottom: 6px;
    }

    .center {
        text-align: center;
    }

}


/* SPレスポンシブ */