body {
    font-family: "yu-mincho-pr6n", sans-serif;
}


/* PCレスポンシブ */

.yazi {
    font-size: 16px;
    text-align: center;
    margin: auto;

}

.padding24 {
    padding: 24px;
}


/* CSSbase */
@media screen and (max-width: 600px) {

    .reformcta {
        padding-top: 40px;
        padding-bottom: 20px;
        display: inline-block;
        border-radius: 50px;
        color: #fff;
        text-decoration: none;
        font-weight: bold;
        font-size: 16px;
        animation: floatMove 3s ease-in-out infinite;
    }


    @keyframes floatMove {
        0% {
            transform: translateY(0);
        }

        50% {
            transform: translateY(-6px);
        }

        100% {
            transform: translateY(0);
        }
    }

    .reformcta img {
        max-width: 600px;
    }

    .banner-container {
        position: fixed;
        /* 画像を固定位置にする */
        bottom: 0;
        /* スマホの最下部に配置 */
        width: 100%;
        /* コンテナを画面幅いっぱいに広げる */
        display: flex;
        /* 画像を横に並べる */
        justify-content: space-between;
        /* 画像の間にスペースを入れない */
        align-items: center;
        /* 画像を垂直方向の中央に配置 */
        z-index: 1000;
        /* 一番最前面に表示する */
        overflow: hidden;
        /* 画像がはみ出ないようにする */
    }


    .banner-container a img {
        width: 100%;
        /* 画像の横幅を100%に指定 */
    }




    .fv {
        width: 100%;
        margin: auto;
        text-align: center;
    }

    .fv img {
        width: 100%;

        margin: auto;
        text-align: center;
    }

    .cta {
        margin: auto;
    }


    .cta img {
        padding-top: 0px;
        width: 100%;
        padding-bottom: 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 {
        margin: auto;
        color: #333333;
    }

    .contents1 img {
        width: 100%;
        margin: auto;
    }

    .contents1 h1 {
        margin-bottom: 15px;
        font-size: 24px;
        text-align: center;
        font-weight: 500;
        font-family: 'YU-GOTHIC';

    }

    .contents1 h2 {
        font-size: 18px;
        text-align: left;
        font-weight: bold;
        display: inline-block;
        color: #4d4d4d;
        margin-bottom: 10px;
        background-color: white;
        padding-top: 30px;
        font-family: 'YU-GOTHIC';
    }

    .background2 {
        background-color: #f3f2f0;
    }

    .contents4 {
        margin: auto;
    }

    .contents4 h1 {
        text-align: center;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        font-family: 'YU-GOTHIC';

    }

    .contents4 h2 {
        margin-top: 10px;
        text-align: center;
        font-size: 16px;
        color: #4d4d4d;
        line-height: 1.2;
        margin-bottom: 10px;
        font-family: 'YU-GOTHIC';

    }



    .contents4 h3 {
        margin-top: 40px;
        text-align: center;
        font-size: 36px;
        color: #4d4d4d;
    }

    .thumb-slider {
        padding-top: 1.5vh;
    }

    .contents1 h3 {
        font-family: "Zen Old Mincho", sans-serif;

        padding-top: 10px;

        padding-bottom: 30px;
        font-family: 'YU-GOTHIC';

        font-size: 16px;
        text-align: left;
    }


    .contents2 {
        margin: auto;
    }



    .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 {
        margin: 10px;
        font-size: 16px;
        padding-bottom: 6px;
        font-family: 'YU-GOTHIC';

    }

    .contents2 img {
        width: 100%;
        margin: auto;
    }


    .contents3 {
        margin: auto;
        color: #333333
    }

    .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;
    }

}

/* CSS松竹梅 */
@media screen and (max-width: 600px) {

    .maxwidth {
        width: 96%;
        margin: auto;
    }

    .maintext {
        text-align: center;
        font-size: 24px;
        padding-bottom: 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: 10px;
        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;
    }

}