.sp {
    display: none;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;


}

.backsppp {

    background-image: url('../img/backsp.jpg');

}

.pc {
    display: block;
}

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

    .sp {
        display: block;
    }
}


/* ----------------------------------sp---------------------------------- */


.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 {
    flex: 1;
    /* 各リンクが等しくスペースを占める */
    display: flex;
    /* リンク内の画像を中央揃えにするためのスタイル */
    align-items: center;
    /* 画像を垂直方向の中央に配置 */
    justify-content: center;
    /* 画像を水平方向の中央に配置 */
}

.banner-container a img {
    width: 100%;
    /* 画像の横幅を100%に指定 */

}

.banner-container a,
.banner-container a img {
    margin: 0;
    padding: 0;
    border: none;
}

.backsp {
    line-height: 150%;
    text-align: center;

}


.width90 {
    max-width: 90%;
    margin: auto;
}

.dannetusp h1 {
    font-size: 36px;
    text-align: left;
    color: white;
    font-weight: bold;
    white-space: nowrap;

}

.dannetusp h2 {
    font-size: 24px;
    text-align: center;
    color: white;
    font-weight: bold;
}

.dannetusp h3 {
    font-size: 16px;
    text-align: left;
    color: white;
}



.dannetusp h6 {
    font-size: 36px;
    text-align: center;
    color: white;
    font-weight: bold;
    line-height: 100%;
}


.flexsp {
    display: flex;
    width: 100%;
}

.dannetusp .setumeisp {
    max-width: 95%;
    background-color: white;
    margin: auto;
}

.setumeisp h1 {
    font-size: 24px;
    text-align: center;
    color: #333;
    font-weight: bold;
    max-width: 90%;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;

}

.setumeisp h2 {
    font-size: 16px;
    text-align: left;
    color: #333;
    max-width: 90%;
    margin: auto;
    font-weight: normal !important;
}




.taishinsp {
    /* background-color: #f1f1f1; */
    text-align: center;
    background-image: url('../img/backsp.jpg');


}

.taishinsp h1 {
    font-size: 36px;
    text-align: left;
    color: white;
    font-weight: bold;
    white-space: nowrap;
}

.taishinsp h2 {
    font-size: 24px;
    text-align: center;
    color: white;
    font-weight: bold;
    padding-top: 20px;
}

.taishinsp h3 {
    font-size: 16px;
    text-align: left;
    color: white;
    padding-top: 20px;

}


.kitchensp {
    /* background-color: #a43300; */
    text-align: center;
    margin: auto;
}

.kitchensp h1 {
    font-size: 36px;
    text-align: left;
    color: #8C8579;
    font-weight: bold;
    white-space: nowrap;
}

.kitchensp h2 {
    font-size: 24px;
    text-align: center;
    color: #8C8579;
    font-weight: bold;
    padding-top: 20px;
}

.kitchensp h3 {
    font-size: 16px;
    text-align: center;
    color: #8C8579;
    padding-top: 20px;
}

.kitchensp h4 {
    font-size: 16px;
    text-align: left;
    color: #8C8579;
    padding-top: 20px;
}

.floarsp {
    text-align: center
}

.floarsp h1 {
    font-size: 36px;
    text-align: left;
    color: #8C8579;
    font-weight: bold;
    white-space: nowrap;
}

.floarsp h2 {
    font-size: 24px;
    text-align: center;
    color: #8C8579;
    font-weight: bold;
    padding-bottom: 20px;
}

.floarsp h3 {
    font-size: 16px;
    text-align: center;
    color: #8C8579;
    padding-bottom: 20px;

}

.floarsp h4 {
    font-size: 16px;
    text-align: left;
    color: #8C8579;
    padding-top: 20px;
}




.gradient-divider {
    height: 5px;
    /* 高さを減らす */
    border-top: none;
    /* 上のボーダーを削除 */
    border-bottom: none;
    /* 下のボーダーを削除 */
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    /* 影を軽減 */
    background-image: linear-gradient(to right,
            transparent,
            rgba(230, 230, 230, 0.5),
            #CDADA4,
            rgba(230, 230, 230, 0.5),
            transparent);
    margin: 20px 0;
    /* 余白を調整 */
}

/* ----------------------------------sp---------------------------------- */




.first-view {
    width: 100%;
    overflow: hidden;
}

.first-view img {
    width: 100%;
    height: auto;
}


.message {
    /* background-color: #a43300; */
    background-image: url('../img/mee.jpg');
}

.message img {

    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 950px;
}

.back {
    background: linear-gradient(to bottom right, #a43300, #b34700, #c26100);
    box-shadow: inset 0 0 10px #ffd700;
    /* 光沢感を出すための影 */
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    /* Adjust color and blur radius as needed */

}

.back::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/back.png');
    /* きらめきテクスチャ */
    opacity: 0.3;
    background-size: cover;
    background-position: center;
    /* ここで中央に配置 */

    position: absolute;
    z-index: -1;
    filter: blur(4px) brightness(80%);

}



.back2 {
    background: #eee;
    /* Adding a glossy effect */
    position: relative;
    overflow: hidden;
    z-index: 1;
}



.dannetu {
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    max-width: 1140px;
    margin: auto;
}

.point {
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    max-width: 1219px;
    margin: auto;
}


.dannetu .setumei {
    max-width: 1200px;
    background-color: white;
}

.dannetu .setumei h4 {
    font-weight: bold;
    color: black;
    font-size: 18px;
    text-align: left;
}

.dannetu .setumei h3 {
    font-weight: bold;
    color: black;
    font-size: 16px;
    text-align: left;
}


.dannetu h1 {
    font-size: 60px;
    text-align: left;
    color: white;
    font-weight: bold;
    padding-bottom: 40px;
}

.dannetu h2 {
    font-size: 35px;
    text-align: center;
    color: white;
    font-weight: bold;
    padding-top: 88px;
    padding-bottom: 88px;

}

.dannetu h3 {
    font-size: 18px;
    text-align: left;
    color: white;
    line-height: 1.6;
    padding-top: 30px;
}


.dannetu h4 {
    font-size: 28px;
    text-align: left;
    color: white;
    padding-top: 68px;
    font-weight: bold;

}

/* .flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex2 {
    width: 1200x;
    display: flex;

    margin: auto;
} */

.dannetu.column {
    display: flex;
    flex-direction: column;
}



.custom-line {
    width: 100%;
    /* 線の長さ */
    height: 2px;
    /* 線の太さ */
    background-color: white;
    /* 線の色 */
    margin: 10px 0;
    /* 上下の余白（必要に応じて調整） */
}

.selector {
    padding-right: 5%;
}

.selector2 {
    padding-right: 5%;

}

.taishin {
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    max-width: 1140px;
    margin: auto;
}

.taishin2 {
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    max-width: 1280px;
    margin: auto;
}


.back2 h1 {
    font-size: 60px;
    text-align: left;
    color: #8C8579;
    font-weight: bold;
    padding-bottom: 40px;
}

.back2 h2 {
    font-size: 35px;
    text-align: center;
    color: #8C8579;
    font-weight: bold;
    padding-top: 88px;
    padding-bottom: 50px;

}

.back2 h3 {
    font-size: 18px;
    text-align: left;
    color: #8C8579;
    line-height: 1.6;
    padding-top: 30px;
}


.back2 h4 {
    font-size: 28px;
    text-align: left;
    color: #8C8579;
    padding-top: 68px;
    font-weight: bold;
}

.back2 h5 {
    font-size: 18px;
    text-align: center;
    color: #8C8579;
}

.back2 h6 {
    font-size: 60px;
    text-align: center;
    color: #8C8579;
    /* padding-top: 68px; */
    font-weight: bold;
}

.custom-line2 {
    width: 100%;
    /* 線の長さ */
    height: 2px;
    /* 線の太さ */
    background-color: white;
    /* 線の色 */
    margin: 10px 0;
    /* 上下の余白（必要に応じて調整） */
}

.point2 {
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    max-width: 1220px;
    margin: auto;
}



.point2 h3 {
    font-size: 16px;
    text-align: left;
    color: white;
    line-height: 1.6;
}

.point2 h4 {
    font-size: 20px;
    text-align: left;
    color: white;
    line-height: 1.6;
    font-weight: bold;
}

.back3 {
    background: #eee;
    /* 追加された光沢効果 */
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.kitchen {
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    max-width: 1140px;
    margin: auto;
}