@charset "utf-8";

p {
    color: #444;
    line-height: 1.6;
}

.st-Footer_Map .address p {
    color: #fff;
}

/* 20230828追記 */
.sw-Lnav {
    margin-top: 135px;
}

/* ============================================
              SPここから
============================================ */

.st-Content .ttl {
    color: #34494A;
    font-size: 1.6em;
    line-height: 1.4;
    text-align: center;
    width: 95%;
    margin: 0 auto;
    margin-top: 42px;
}

.sub_ttl {
    color: #434853;
    font-size: 1.4em;
    line-height: 1.8;
    letter-spacing: .1em;
    text-align: center;
    margin-top: 12px;
    width: 90%;
    margin: 20px auto 0;
    padding: 5px 0;
    border-top: 1px solid #34494A;
    border-bottom: 1px solid #34494A;
}

img.fryer_img {
    width: 80%;
    margin: 3em auto;
    display: flex;
}

.bg_green {
    background-color: #34494A;
    background-image: url(../../asset/img/bg_common_01.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 35px 0;
}

.text_area {
    background: #fff;
    padding: 2em 1em;
    margin: 1em;
}

.text_area h3 {
    font-size: 1.5em;
    border-bottom: 1px solid #BCA030;
    text-align: center;
}

p.inner_item {
    padding-top: 1em;
    font-size: 17px;
}

p.inner_text {
    font-size: 16px;
    padding: 0.5em 0 0 1em;
}

/* ============================================
              PCここから
============================================ */

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

    .st-Content .ttl {
        color: #34494A;
        font-size: 3.5em;
        margin-top: 115px;
    }

    .st-Content .sub_ttl {
        font-size: 2em;
        margin-top: 22px;
    }

    img.fryer_img {
        width: 50%;
        margin: 10em auto;
        display: flex;
    }

    .bg_green {
        padding: 100px 0;
    }

    .text_area {
        background: #fff;
        padding: 6em;
        margin: 4em auto;
        /* margin: 1em; */
        width: 77%;
    }

    .text_area h3 {
        font-size: 1.8em;
        border-bottom: 1px solid #BCA030;
        text-align: center;
        width: 50%;
        margin: 0 auto;
        padding-bottom: 16px;
        font-weight: bold;
    }

    p.inner_item {
        padding-top: 2em;
        font-size: 1.6em;
    }

    p.inner_text {
        font-size: 1.5em;
        padding: 0.5em 0 0 1em;
        line-height: 1.8;
    }
}