@charset "utf-8";


/* MV 
----------------------------------------------------------*/
#mv_contents .shidashi {
    width: 100%;
    height: 196px;
    background-image: url(../img/guide/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;
}

#section01 li {
    width: 600px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #C6BD90;
    padding: 1% 5%;
    margin-left: auto;
    margin-right: auto;
}

#section01 li img {
    padding: 3%;
    width: 30px;
    height: 30px;
}

#section01 .section-text-box {
    display: flex;
    padding-left: 3%;
}

#section01 .section-text-box .text-title {
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    font-weight: 800;
    font-size: 1.5rem;
}

#section01 p {
    font-size: 1.2rem;
}

#section01 .end{
    border-style: none;
    padding-bottom: 40px;
}


/* sectuin02 
----------------------------------------------------------*/
/* #shidashi_block .zen_wrapper {
	width: 100%;
	text-align: center;
	margin: 0 0px 60px;
	height: 1127px;
	padding-top: 2px;
	background-image: url(../shidashi/img/bg_zen.png);
	background-repeat: repeat-x;
}

#shidashi_block .zen_wrapper .inner {
	width: 100%;
	height: 1125px;
	background-image: url(../img/cmn/bg02.jpg);
	background-repeat: repeat;
}

#shidashi_block .zen_wrapper .contents {
	width: 920px;
	margin: 0 auto;
	padding-top: 60px;
}

#shidashi_block .zen_wrapper ul.zen_unit01 {
	width: 920px;
	margin-bottom: 40px;
}

#shidashi_block .zen_wrapper ul.zen_unit01 li {
	width: 291px;
	margin-right: 23px;
	float: left;
}

#shidashi_block .zen_wrapper ul.zen_unit01 li:nth-child(3) {
	margin-right: 0px;
}

#shidashi_block .zen_wrapper ul.zen_unit01 li:last-child {
  width: 100%;
  margin: 20px auto 0;
  float: left;
  text-align: center;
}

#shidashi_block .zen_wrapper .zen_unit02 {
	width: 650px;
	margin: 0 auto;
}

#shidashi_block .zen_wrapper .zen_unit02 .box_a {
	width: 302px;
	float: left;
}

#shidashi_block .zen_wrapper .zen_unit02 .box_b {
	width: 301px;
	float: right;
	margin-bottom: 20px;
} */


/* section03
---------------------------------------------------------- */

#shidashi_block {
    padding-top: 3%;
}

#shidashi_block .bentou_wrapper {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

#shidashi_block .bentou_wrapper .box_a {
    float: left;
}

#shidashi_block .bentou_wrapper .box_b {
    padding-top: 20px;
    text-align: center;
}

#shidashi_block .bentou_wrapper .box_b p {
    padding-bottom: 20px;
}




/* Responsive  
----------------------------------------------------------*/
@media screen and (max-width:980px) {

    /* mv */
    #mv_contents .shidashi{
        height: 20vw;
    }


    /* section1 */
    #section01 ul {
        width: 100%;
    }

    #section01 .section01-wrapper{
        width: 100%;
    }

    #section01 li {
        width: 90%;
        padding: 1% 0;
    }

    #section01 .section-text-box .text-title {
        font-size: 4vw;
    }

    #section01 p {
        font-size: 3vw;
    }

    /* section2 */
    #shidashi_block .bentou_wrapper{
        float: initial;
        display: flex;
        width: 95%;
        justify-content: space-around;
    }

    #shidashi_block .bentou_wrapper .box_a img {
        width: 95%;
    }

    #shidashi_block .bentou_wrapper .box_b{
        padding-top: 0.3vw;
    }

    #shidashi_block .bentou_wrapper .box_b p{
        padding-bottom: 1.8vw;
    }

    #shidashi_block .bentou_wrapper .box_b img {
        width: 100%;
    }

}