/*
Theme Name: Yotsuba En2020
description: Yotsuba En2020
Template: yotuba
Version: 1.0.0
*/

.recipe_food img,
.recipe_cooking img{
	width: auto;
	margin-right: 5px;
	position: relative;
	top: -4px;
}
.recipe_food h4,
.recipe_cooking h4{
	font-weight: bold;
	color: #988576;
	font-size: 1.5em;
}
.glovalNav_list li{
	/* width: 33%; */
	width: 49%;
}


@media print, screen and (min-width: 1000px) {
	.page_header_img span {
	    display: block;
	    font-size: 28px;
	}
	.brandHeader_title, .pageSubTitle {
	    font-size: 27px;
	    text-align: center;
	    font-weight: bold;
	}
	.page_header_img img{
		position: static;
		margin-top: 30px;
		display: inline-block;
	}
	.mainBlock_navbox_title.sphide{
		font-size: 2em;
	}
	.navboxItem_image img{
		max-width: 100%;
		height: auto;
	}
	.product_list{
		height: auto;
	}

	.recommend_slider_pc_wp{
		clear: both;
	}
	.recommend_slider_pc_wp .product_recommend_title{
		margin-bottom: 20px;
	}
	.recommend_slider_pc_wp .product_recommend{
		width: 100%;
	}
	.recommend_slider_pc_wp .recommend_slider_pc{
		display: flex;
	}
	.recommend_slider_pc_wp .recommend_slider_pc .recommend_slider_box{
		width: 33%;
	}
	.glovalNav_megamenu{
		background: url(/common/img/top/globalnav_bg_02.jpg);
		border-radius: 0 0 8px 8px;
		display: flex;
		justify-content: center;
	}
	.glovalNav_megamenu li{
		background: transparent;
		float: none;
		padding: 35px 20px!important;
		position: relative;
		border-radius: 0!important;
	}
	.glovalNav_megamenu li:after{
		content: "";
		position: absolute;
		width: 0px;
		height: 60%;
		border-right: 1px dotted #ccc;
		top: 20%;
		right: 0;
	}
	.glovalNav_megamenu li:hover{
		background: rgba(255, 255, 255, 0.4);
		opacity: 1;
	}
	.glovalNav_megamenu li a:hover{
		text-decoration: none;
	}
	.glovalNav_megamenu li .glovalNav_megamenu_img{
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.glovalNav_megamenu li p{
		color: #fff;
	}
	.product_list{
		border-radius: 0 10px 0 0;
	}
	.recommend_slider_pc_wp .product_recommend{
		border-radius: 0 0 10px 10px;
	}
	#navRollover > li{
		margin-right: 15px;
	}
	#globalMegaSlide{
		display: flex;
		justify-content: space-around;
	}
	#globalMegaSlide > li{
		width: 25%;
		text-align: center;
	}
	.pageLink2col_btn{
		float: left;
	}
}

@media print, screen and (max-width: 700px) {
	.pageTitle._addMenu .pageTitle_img{
		font-size: 4.5vw;
	}
}


/* product add tag */

.kuni_tag {
    text-align: left;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    font-style: italic;
    padding: 15px 0;
    
    @media screen and (max-width: 768px) {
        padding: 15px;
    }
}
.kuni_tag__title {
    line-height: 17px;
}
.kuni_tag__list {
    margin: 6px 0;
    display: flex;
    gap: 6px;
}
.kuni_tag__list > div {
    color: #fff;
    background: #12853B;
    padding: 3px 6px;
    border-radius: 2px;
	font-weight: normal;
}
.mainBlock_list.--product-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background: none;

    @media screen and (max-width: 768px) {
        grid-template-columns: repeat(1, 1fr);
    }
}
.mainBlock_list.--product-list .kuni_tag {
    padding: 30px;

    @media screen and (max-width: 768px) {
        padding: 0 0 15px;
        width: 93.7%;
        margin: 0 auto;
    }
}
.mainBlock_list.--product-list li {
    height: auto;
    min-height: 335px;
    position: relative;
    overflow: initial;
}

.mainBlock_list.--product-list li::after {
    @media screen and (min-width: 769px) {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 100%;
        height: 0;
        border-bottom: 1px dotted #9f9f9f;
    }
}