/*　メニューバー　*/
.gnavi_outer{
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 50px;
}
.gnavi {
	width: 900px;
    height: 70px;
	list-style: none;
	margin: 0 auto;    
    display: flex;
    justify-content: space-around;
    align-items: center;
	font-size: 18px;
}
.gnavi a:hover {
    border-bottom: 4px solid #FEA500;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}



/*　動画部分　*/
.recipearea_outer {
    width: 960px;
    margin: 60px auto 120px;
}
.recipearea_outer h3 {
    font-size: 40px;
    font-weight: bold;
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN';
    padding: 0 0 10px;    
}

.recipearea_outer h3::before {
    content:"";
    display:inline-block;
    width:1em;
    height:1em;
    background:url(https://mochikichi.mom/img_cabinet/themochi/logo.png) no-repeat;
    background-size:contain;
    vertical-align: middle;
    margin-right: 10px;
}

.recipearea_inner {
	width: 960px;
    margin: 0 auto 80px;
	list-style: none;
    display: flex;
    align-content: flex-start;
}
.recipearea_inner li {    
	width: 300px;
    text-align: left;
    padding-right: 30px;
}

.recipearea_inner li:last-child {    
    padding-right: 0;
}

.recipearea_inner dt {
    font-size: 20px;
    font-weight: bold;
    color: #434343;
    border-bottom: 1px solid #d2d2d2;
    padding: 20px 0;
    margin-bottom: 20px;
}

.recipearea .newtag dt::after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 20px;
    margin-left: 10px;
    background: url(https://mochikichi.mom/img_cabinet/themochi/newtag.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.recipearea_inner dd {
    font-size: 16px;
    font-weight: normal;
    color: #434343;
    line-height: 1.6;
    margin: 0px;
}

.recipearea_inner dd span {
    font-weight: bold;
    color: #434343;
    line-height: 1.2;
}

/* レスポンシブ
------------------------------ */
@media screen and (max-width: 640px){

.recipearea_outer {
    width: 100%;
    text-align: center;
    padding: 5%;
    box-sizing: border-box;
    margin: 0 auto;
}
    
.recipearea_outer h3 {
    font-size: 2.1em;
    font-weight: bold;
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN';
    padding-bottom: 2%;
    line-height: 1.2;
    padding-bottom: 4%;
    text-align: left;

}
    
.recipearea_inner {
	width: 100%;
    margin: 0 auto;
	list-style: none;
    display: flex;
    flex-direction: column;
}

.recipearea_inner li {    
	width: 100%;
    text-align: left;
    padding-bottom: 20%;
    padding-right: 0;
}

.recipearea_inner dt {
    font-size: 1.6em;
    padding: 2% 0 2%;
}
.recipearea_inner dd {
    font-size: 1.4em;
    font-weight: normal;
    color: #434343;
    line-height: 1.6;
    padding-bottom: 4%;
    text-align: left;
}
.recipearea_inner dd span {
    font-size: 1em;
    font-weight: bold;
    color: #434343;
    line-height: 1.2;
}
}

/*トグル部分*/
@media screen and (max-width: 640px){

    #temp_toggle .togglebox .toggle {
        display: table;
        width: 100%;
        position: relative;
        line-height: 1;
        padding: 5% 0;
        box-sizing: border-box;
    }

    #temp_toggle .togglebox .toggle .mt {
        display: table-cell;
        vertical-align: middle;
        font-size: 6vw;
        font-weight: bold;
        text-align: center;
        color: #fff;
        font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN';
    }

    #temp_toggle .toggle_ar {
        width: 36px;
        height: 8px;
        position: absolute;
        top: 45%;
        right: 18px;
        background: url(https://mochikichi.mom/img_cabinet/themochi/ar_needs.png) no-repeat top;
    }

    #temp_toggle .on{
        background-position: bottom;
    }

    #temp_toggle #toggle_xxx .toggle {
        background-color: #4B8519;
    }

    #temp_toggle .togglebox .toggle_inbox {
        margin-bottom: 18%;
    }

    #temp_toggle .togglebox .toggle_inbox li{
        font-size: 5vw;
        padding: 4% 6%;
        box-sizing: border-box;
        border-bottom: 1px solid #ddd;
        background: url(https://mochikichi.mom/img_cabinet/themochi/arrow.png) no-repeat 96%;
    }   
}

