@charset 'UTF-8';
/*-----------------------------------------------
10px:83.3%
11px:91.7%
12px:100%
13px:108.3%
14px:116.7%
15px:125.0%
16px:133.3%

-----------------------------------------------*/

/* -------------------------------------
	Common style
----------------------------------------*/
body{
	font-family: 'Noto Sans Jp', sans-serif;
}
.flexBox{
	display: flex;
}
.inner{
	width: 90%;
	margin: auto;
}
@media screen and (min-width:769px){
	.inner{
		max-width: 960px;
	}
}
/* -------------------------------------
	special_main
----------------------------------------*/
.special_main > div:first-child{
	position: relative;
}
.special_main > div:first-child:after{
	content: "";
	position: absolute;
    right: 20px;
    bottom: -10px;
    margin: auto;
    max-width: 231px;
    width: 31%;
    height: 35%;
	background-image: url("/recipe/special/dashinashi/img/main_bk.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
@media screen and (min-width:769px){
	.special_main {
		width: 100%;
		position: relative;
	}
	.special_main > div:first-child{
		background-image: url("/recipe/special/img/dashinashi_main.png");
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		min-height: 740px;
	}
	.special_main > div:first-child:after{
		display: none;
	}
	.recipe .special_main div img{
		display: none;
	}
}
/* -------------------------------------
	contText
----------------------------------------*/
.contText{
	background: #aac3b3;
	padding: 8px 0 22px;
}
.contText p{
	font-size: 15px;
	font-weight: bold;
	line-height: 1.86;
	text-align: center;
	background-color: transparent;
	padding: 0;
}
@media screen and (min-width:769px){
	.contText{
		position: absolute;
		width: 100%;
		bottom: 30px;
		background: transparent;
		padding: 22px 0;
	}
	.contText p{
		font-size: 20px;
		line-height: 1.8;
	}
}
/* -------------------------------------
	producrtArea
----------------------------------------*/
.producrtArea .bk{
	background-image: url('/recipe/special/dashinashi/img/plus_koji_bk.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 34px 0 22px;
}
.producrtArea.koji_word .bk{
	padding: 120px 0 47px;
	background-image: url('/recipe/special/dashinashi/img/koji_word_bk.jpg');
}
.producrtArea .bk > div{
	position: relative;
}
.producrtArea.koji_word .bk .img{
	width: 40%;
	max-width: 130px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: -105px;
}
.producrtArea.plus_koji .bk > div{
	flex-direction: column-reverse;
	width: 90%;
	margin: auto;
}
.producrtArea.plus_koji .bk .img_area{
	display: flex;
	margin-bottom: 12px;
}
.producrtArea .bk .prodact{
	width: 32%;
	max-width: 240px;
	margin-right: 4.9%;
}
.producrtArea .bk .prodact:last-of-type{
	margin-right: 0;
}
.producrtArea .bk .prodact .img{
	max-width: 200px;
	width: 100%;
	margin: auto;
}
.prodact_name{
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
.producrtArea .prodact .btn{
	max-width: 160px;
	width: 77%;
	margin: auto;
}
.producrtArea .prodact .btn p{
	background: #333;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	border-radius: 10px;
	padding: 6px;
	box-sizing: border-box;
	margin-top: 4px;
}
.kojiText{
	border: 1px solid #fff;
	padding: 3px;
	width: 100%;
}
.kojiText dl{
	background: #fff;
	padding: 20px 15px 8px;
	box-sizing: border-box;
	height: 100%;
}
.kojiText dl dt{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 14px;
    text-align: center;
}
.kojiText dl dd{
	font-size: 14px;
	font-weight: bold;
	line-height: 1.71;
}
.producrtArea.plus_koji .inner02 {
    width: 90%;
    margin: auto;
}
@media screen and (min-width:769px){
	.producrtArea .bk{
		padding: 79px 0 55px;
		background-image: url("/recipe/special/dashinashi/img/plus_koji_bk_pc.jpg");
	}
	.producrtArea.koji_word .bk{
		padding: 59px 0 61px;
		background-image: url("/recipe/special/dashinashi/img/koji_word_bk_pc.jpg");
	}
	.producrtArea.koji_word .flexBox{
		justify-content: flex-end;
	}
	.producrtArea .bk .img{
		max-width: 400px;
		width: 100%;
		right: -50px;
		left: inherit;
		top: -41px;
	}
	.producrtArea.koji_word .bk .img{
		max-width: 443px;
		width: 100%;
		right: inherit;
		left: -178px;
		top: -89px;
	}
	.producrtArea.koji_word .kojiText{
		max-width: 620px;
	}
	.producrtArea.plus_koji .kojiText{
		max-height: 230px;
	}
	.producrtArea.koji_word .kojiText dl{
		padding: 32px 40px 21px 47px;
	}
	.kojiText{
		max-width: 491px;
		margin-left: 12px;
	}
	.producrtArea.plus_koji .kojiText dl{
		padding: 25px 10px 21px 3.5vw;
	}
	.kojiText dl dt{
		font-size: 36px;
		line-height: 1.33;
		margin-bottom: 16px;
		text-align: left;
	}
	.kojiText dl dd{
		font-size: 16px;
		line-height: 1.875;
	}
	.producrtArea.plus_koji .inner02 {
		max-width: 1204px;
		margin-right: 10vh;
	}
	.producrtArea.plus_koji .bk > div{
		flex-direction: row;
		/* align-items: center; */
		justify-content: flex-end;
		margin-right: 3vw;
		width: 100%;
		max-width: 1204px;
	}
	.producrtArea.plus_koji .kojiText{
		/* margin-left: 10vw; */
	}
	.producrtArea.plus_koji .bk .img_area{
		margin-bottom: 12px;
		margin-left: 53px;
		margin-left: 3vw;
		max-width: 646px;
		width: 100%;
	}
	.producrtArea .bk .prodact{
		width: 100%;
		max-width: 220px;
		margin-right: 5px;
		margin-top: -6px;
		margin-left: 5px;
	}
	.producrtArea .bk .prodact:first-of-type{
		margin-left: 0;
	}
	.producrtArea .bk .prodact:last-of-type{
		margin-right: 0;
	}
	.producrtArea .bk .prodact .img{
		max-width: 200px;
		width: 100%;
		margin: auto;
		margin-bottom: 4px;
	}
	.prodact_name{
		font-size: 20px;
		margin-bottom: 5px;
	}
	.producrtArea .prodact .btn{
		max-width: 140px;
		width: 100%;
	}
	.producrtArea .prodact .btn p{
		font-size: 14px;
		border-radius: 14px;
		padding: 6px;
		margin-top: 4px;
	}
}
@media screen and (min-width:1400px){
	.producrtArea.plus_koji .bk > div{
		margin-right: 10vw;
	}
}
@media screen and (max-width:470px){
	.producrtArea.plus_koji .bk .img{
		top: -106px;
	}
	.producrtArea.koji_word .bk .img{
		top: -101px;
	}
}
@media screen and (max-width:320px){
	.prodact_name{
		font-size: 12px;
	}
}
/* -------------------------------------
	miso
----------------------------------------*/
.miso .bk{
	background-image: url('/recipe/special/dashinashi/img/miso_bk.png');
	background-repeat: no-repeat;
	background-size: cover;
    background-position: bottom;
    padding: 30px 0 453px;
	position: relative;
}
.miso dt{
	font-size: 45px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 28px;
}
.miso dd{
	font-size: 14px;
	font-weight: bold;
	line-height: 1.71;
	text-align: center;
}
@media screen and (min-width:769px){
	.miso .bk{
		background-image: url(/recipe/special/dashinashi/img/miso_bk_pc.png);
		padding: 60px 0 108px;
	}
	.miso dl{
		max-width: 400px;
		width: 100%;
		text-align: left;
	}
	.miso dt{
		font-size: 90px;
		line-height: 1.11;
		text-align: left;
		margin-bottom: 22px;
		margin-left: 13px;
		margin-top: 12px;
	}
	.miso dd{
		font-size: 16px;
		line-height: 1.875;
		text-align: left;
		margin-left: 14px;
	}
}
@media screen and (max-width:470px){
	.miso .bk{
		padding: 32px 0 320px;
	}
}
@media screen and (max-width:340px){
	.miso .bk{
		padding: 30px 0 253px;
	}
	.miso dt{
		font-size: 39px;
	}
	.miso dd{
		font-size: 12px;
	}
}
/* -------------------------------------
	recipe_list
----------------------------------------*/
.recipe_list{
	margin: 30px auto 0;
}
.recipe_list .titleArea{
	position: relative;
	margin-bottom: 30px;
	text-align: center;
}
.recipe_list .titleArea:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(/recipe/special/eiyoshi/img/top/title_bk.png);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-size: contain;
	background-position: center;
    min-height: 43px;
}
.recipe_list .titleArea h2{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.16;
}
@media screen and (min-width:769px){
	.recipe_list{
		margin: 82px auto 0;
	}
	.recipe_list .titleArea{
		margin-bottom: 76px;
	}
	.recipe_list li{
		width: calc((100% - 150px) / 3);
	}
	.recipe_list .titleArea:after{
		background-image: url(/recipe/special/dashinashi/img/title_bk_pc.png);
		min-height: 55px;
	}
	.recipe_list .titleArea h2{
		font-size: 24px;
	}
}
/* -------------------------------------
	linkArea
----------------------------------------*/
.linkArea > div{
	width: 50%;
	padding: 15px;
	box-sizing: border-box;
}
.linkArea .eiyoshiRecipe{
	background: #aac3b3;
}
.linkArea .eiyoshi{
	background: #DEBDA5;
}
@media screen and (min-width:769px){
	.linkArea > div{
		padding: 35px;
	}
	.linkArea .eiyoshiRecipe > div{
		text-align: right;
	}
	.linkArea a{
		display: inline-block;
	}
	.linkArea .img{
		max-width: 445px;
		width: 100%;
		margin-right: 0;
		margin-left: auto;
	}
	.linkArea .eiyoshi .img{
		margin-right: auto;
		margin-left: 0;
		position: relative;
	}
	.linkArea .eiyoshi .img:after{
		content: "";
		position: absolute;
		background-repeat: no-repeat;
		background-size: contain;
		background-image: url(/recipe/special/eiyoshi/img/eiyoshi_pc.png);
		max-width: 400px;
		width: 90%;
		height: 147px;
		right: 20px;
		bottom: -9px;
	}
}
/* -------------------------------------
	clearfix
----------------------------------------*/
/* For modern browsers */

.cf:before,
.cf:after,
header:before,
header:after,
footer:before,
footer:after,
nav:before,
nav:after,
section:before,
section:after,
article:before,
article:after,
div:before,
div:after,
dl:before,
dl:after,
ul:before,
ul:after {
    content: "";
    display: table;
}

.cf:after,
header:after,
footer:after,
nav:after,
section:after,
article:after,
div:after,
dl:after,
ul:after {
    clear: both;
}
/* For IE 6/7 (trigger hasLayout) */

.cf,
header,
footer,
nav,
section,
article,
div,
dl,
ul {
    zoom: 1;
}
