@charset "utf-8";

/* MV 
----------------------------------------------------------*/
#mv_contents .omotenashi {
    width: 100%;
    height: 196px;
    background-image: url(../img/shidashi/mv/mv.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    text-indent: -9999px;
}


/* section1 
----------------------------------------------------------*/
#section01 .section01-wrapper {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #C6BD90;
}

#section01 h3 {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    text-align: center;
    font-size: 1.75rem;
    padding-bottom: 2%;
    font-weight: 500;
}

#section01 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#section01 ul img {
    width: 450px;
}

#section01 li {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    text-align: center;
    padding: 2%;
    font-size: 1.4rem;
}

#section01 .text-title {
    font-weight: 800;
    font-size: 1.6rem;
}

#section01 .section01-text-box {
    padding-top: 2%;
    font-size: 1rem;
    padding-bottom: 5%;
}




/* section2 
----------------------------------------------------------*/

#section02 .inner {
    width: 100%;
    height: auto;
    background-image: url(../img/cmn/bg02.webp);
    background-repeat: repeat;
}

#section02 .section02-wrapper {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}

#section02 h3 {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    text-align: center;
    font-size: 1.75rem;
    padding: 7% 0 5% 0;
    color: #FFF;
    font-weight: 500;
}


/* section3
---------------------------------------------------------- */
#omotenashi_block {
    text-align: center;
    width: 980px;
    margin: 0 auto;
}

#omotenashi_block .txt {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px;
}

#omotenashi_block .stit {
    text-align: center;
    margin-bottom: 20px;
    background-color: #FFF;
    padding-top: 15px;
    padding-bottom: 15px;
}

#omotenashi_block ul {
    float: left;
    width: 20%;
    margin-bottom: 20px;
}

#omotenashi_block li {
    font-size: 14px;
    margin-left: 30px;
    margin-bottom: 5px;
    text-align: left;
}

#omotenashi_block .ta_center {
    padding: 30px 0;
}


@media screen and (max-width:980px) {

    /* mv */
    #mv_contents .omotenashi {
        height: 20vw;
    }


    /* section01 */
    #section01 .section01-wrapper {
        width: 100%;
    }


    #section01 ul img {
        width: 100%;
    }

    #section01 h3 {
        font-size: 4vw;
    }

    #section01 li {
        width: 40%;
        font-size: 2.7vw;
    }

    #section01 .text-title {
        font-size: 3.5vw;
    }

    #section01 .section01-text-box {
        font-size: 2.7vw;
        padding: 3% 2% 40px 2%;
    }


    /* section02 */

    #section02 .section02-wrapper {
        width: 100%;
    }

    #section02 img {
        width: 100%;
    }

    #section02 h3 {
        font-size: 4vw;
        padding: 5% 0 3% 0;
    }


    /* section03 */
    #omotenashi_block {
        width: 100%;
    }

    #omotenashi_block .ta_center{
        padding: 5% 0 0 0;
    }

    #omotenashi_block .stit {
        margin-bottom: 1%;
        padding-top: 2%;
        padding-bottom: 1%;
    }

    #other img {
        width: 100%;
    }

    #omotenashi_block li {
        font-size: 1.5vw;
        margin: 0;
        padding: 3% 8%;
    }
}