@charset "utf-8";
/**************************************************
 index
**************************************************/

.recipe_intxt{padding-top: 20px;}
.recipe_intxt dl{
	position: relative;
	min-height: 154px;
	background: #EFE8C9;
	padding: 30px;
	border-radius: 20px;
	margin-top: 40px;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	overflow: hidden;
}
.recipe_intxt dl dt{
	position: relative;
	width: 210px;
	font-size: 2.3rem;
	line-height: 1.4;
	text-align: center;
}
.recipe_intxt dl dt span{
	position: relative;
	display: inline-block;
	top: -25px;
	z-index: 2;
}
.recipe_intxt dl dt::before{
	width: 210px;
	height: 210px;
	bottom: -20px;
	left: 0;
	background: #FFFFFF;
	border-radius: 10.0rem;
	z-index: 0;
}
.recipe_intxt dl dt::after{
	width: 32px;
	height: 25px;
	bottom: 0;
	right: 10px;
	background: url("../img/recipe/recipe_intxt_bg.svg") no-repeat 0 0;
}
.recipe_intxt dl dd{
	width: calc(100% - 245px);
	font-size: 1.6rem;
	line-height: 1.8;
}
.recipe_intxt dl dd .btn1{
	margin-top: 16px;
	text-align: left;
}
.recipe_intxt dl dd .btn1 a{
	margin: 0;
	line-height: 1.0;font-size: 1.6rem;font-weight: 500;
}
.recipe_intxt dl dd a::before{
	width: 20px;
	height: 18px;
	top: calc(50% - 9px);
	right: 15px;
	border: 1px solid var(--color1);
	border-radius: 100%;
	background: url("../img/pointer2.svg") no-repeat center center #FFFFFF;
	background-size: 10px auto;
}
.recipe_intxt dl dd a:hover{
	color: #FFFFFF;
	background: var(--color1);
}
.recipe_intxt dl dd small{
	display: block;
	font-size: 1.2rem;
	line-height: 1.6;
	letter-spacing: -1px;
}

.recireIndex ul li {
    width: calc((100% - 80px) / 3);
    margin: 60px 40px 0 0;
}

.recireIndex ul li:nth-of-type(3n) {
    margin-right: 0;
}

.recireIndex ul li a {
    display: block;
    font-size: 1.6rem;
    line-height: 1.4;
    color: var(--color1, #333);
    text-decoration: none;
}

.recireIndex ul li a div {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 20px;
    z-index: 1;
}

.recireIndex ul li a div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.recireIndex ul li a:hover div img {
    transform: scale(1.1);
    opacity: 0.9;
}

.recireIndex ul li a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
    opacity: 0.8;
}

/**************************************************
 detail
**************************************************/

h4.recipe_title {
    font-family: var(--font-Shippori);
    font-size: 2.7rem;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    border: none;
    padding: 20px 0;
    background: #D8E698;
    border-top-right-radius: 25px;
}

.recipe_mat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    margin-top: 40px; 
}

/** reci_text (左側：材料テキスト) ********************/
.reci_text {
    width: 50%;
    box-sizing: border-box; 
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
    
    /* デザイン調整 */
    background: #EFE8C9;
    padding: 30px 15px ;
    margin-top: 10px; 
}

.reci_text h5 {
    margin: 0 0 15px 0;
    padding: 0  0 0 25px;
    color: #000000;
    font-size: 1.6rem;
}

.recipe_image {
    width: 48%;
    box-sizing: border-box;
    margin-right: 10px;
    margin-top: 10px;
}

.recipe_image img {
    width: 100%;
    height: auto;
    vertical-align: top;
    border-radius: 10px;
}

.recipe_time {
    margin: 30px 0 10px;
    padding: 15px 30px;
    width: 100%;
    text-align: left;
    font-size: 1.6rem;
    border: 2px solid #c9b78e;
    border-radius: 0.5em;
}

/** recipe_howto ********************/
.recipe_howto{
	margin: 30px 0;
	padding: 15px 30px;
	width: 100%;
	text-align: left;
	font-size: 1.8rem;
	border: 2px solid #c9b78e;
	border-radius: 0.5em;
}

.recipe_howto h5{
	margin: 0;
	padding: 0 0 0 25px;
	background-color: inherit;
	border: none;
}

.recipe_howto ol {padding: 0 20px;}

.recipe_howto li {
    font-size: 1.6rem;
    margin: 25px 0 5px 20px;
	padding: 0 10px;
    list-style: disc;
    line-height: 1.5;
    list-style: decimal;

}

.recipe_rd{
	-webkit-box-align: flex-start;
			-ms-flex-align: flex-start;
				align-items: flex-start;
}

.rd_image{
	width: 20%;
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
}

.rd_text{ width: 78%;}

dl.material{
	margin: 4px 0;
	padding: 12px 10px;
	font-size:1.5rem;
	background-color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap; 
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; 
	border-bottom: 1px solid #c4c1b8;
}

dl.material dt{
	margin: 0;
	padding: 5px 0;
	width: 60%; 
	border-bottom: 1px dotted #ccc;
}

dl.material dd{
	margin: 0;
	padding: 5px 0;
	text-align: right;
	width: 40%;
	border-bottom: 1px dotted #ccc; 
}

dl.material dt:last-of-type,
dl.material dd:last-of-type {
    border-bottom: none;
}

/** recipe_point ********************/

.recipe_point {
    padding: 10px 25px 25px 25px;
    background: #f3efe4;
    border-radius: 0.5em;
	width: 100%;
}
.recipe_point h5{
	font-size: 1.8rem;
	font-weight: 600;
	padding: 0 0 0 25px;
	margin-top: 10px;
	border-bottom: none;
}
.recipe_point  h5::before{
	width:5px;
	height: 5px;
	top: 4px;
	left: 0;
	border: 4px solid var(--color2);
	border-radius: 100%;
}
.recipe_point ul{
    padding: 0;
margin:0
}
.recipe_point li {
    list-style: none;
    font-size: 1.6rem;
    margin: 25px 0 5px 20px;
    list-style: disc;
    line-height: 1.5;
}


/** recipeSearch ********************/
.news_menu > .inner{ padding: 0;}

.news_menu dl ul li{
	width: 24%;
	margin: 0.5%;
	padding: 0;
	text-align: center;
}

.news_menu dl ul li a{
	display: block;
	padding: 10px;
	border: 1px solid #1E7A3C;
	border-radius: 5px;
}
.news_menu dl ul li a:hover{
	background-color: #F0F6E9;
}


/** list ********************/
.recipe_list{
  justify-content: flex-start;
}

.recipe_item{
	width: calc(100% / 3 - 10px);
	margin: 15px 5px;
	font-size: 1.5rem;
	text-align: center;
}

.recipe_item img{
	width: 100%;
	height: auto;
	margin: 0 0 5px 0;
}

