@charset "UTF-8";
 /* CSS Document */
 
  
 /*------------------------------------------------------------
      LP ushimaru_recipe
 ------------------------------------------------------------*/


/*top video*/

/*main*/
#ushimaru_recipe{
    background-color:#e4f7ff;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #210800;
	position: relative;
	padding-bottom:30px;
}

#ushimaru_recipe .top{
	width:100%;
	margin:0 auto;
	font-size:0;
}

#ushimaru_recipe .main{
	max-width:1366px;
	width:95%;
	margin:0 auto;
	background-color:#ffe6e6;
	padding-bottom:30px;
}

#ushimaru_recipe h2{
	font-size:32px;
	background-color:#2b2b2b;
	text-align: center;
	color:#fff;
	padding:20px 0;
}

#ushimaru_recipe h3{
	font-size: 40px;  
	font-weight:600;
	text-align:center;
	padding-top:10px;
	margin:0 auto 10px;
}

#ushimaru_recipe h4{
	font-size: 32px;
	color:#000000;
	font-weight:600;
	text-align:center;
	margin-top:-20px;
}

#ushimaru_recipe .contain{
	margin:40px 5%;
}

#ushimaru_recipe youtube_links popup-iframe{
	color: #333333;
    text-decoration: none;
    outline: none;
}

#ushimaru_recipe .series_img{
	width: 50%;
	display: inline-block;
	position: relative;
	box-shadow: -2px 2px 5px #40220F;
	font-size: 0;
	vertical-align: middle;
}

#ushimaru_recipe .series_img:hover .play img{
	transform: scale(1.2);
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
}

#ushimaru_recipe .play {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 20%;
    height: 32%;
}

#ushimaru_recipe .story{
	width: 45%;
	font-size: 20px;
	font-weight:600;
	display: inline-block;
	vertical-align: middle;
	padding-left:40px;
}

#ushimaru_recipe .board{
	width:100%;
	background:#ffffff;
	background-size:cover;
	height: auto;
	margin: 30px auto;
	padding:30px 0;
}

#ushimaru_recipe .board p{
	font-size:18px;
	font-weight:600;
	border-bottom:1px solid;
}

#ushimaru_recipe .recipe_img{
	width: 60%;
	margin:0 auto 15px;	
	overflow:hidden;
}

#ushimaru_recipe .recipe_img img{
	width:100%;
	height:400px;
	object-fit: cover;
	object-position:50% 50%;
	transition:0.8s all;
}

#ushimaru_recipe .recipe_img img:hover{
	transform:scale(1.1,1.1);
	transition:0.8s all;
}

#ushimaru_recipe .recipe_box{
	width:80%;
	display:flex;
    box-sizing:content-box;
    justify-content:space-between;
	margin:0 auto;
}

#ushimaru_recipe .ingredients{
	width:30%;
	font-size:15px;
	font-weight:600;
	text-align:left;
	vertical-align:top;
	padding: 0px 20px 0px 10px;
}

#ushimaru_recipe .ingredients ul{
	width:100%;
}

#ushimaru_recipe .ingredients li{
	margin-top:5px;
	padding-bottom:2px;
	border-bottom:1px dotted #210800;
}

#ushimaru_recipe .how{
	width: 70%;
    font-size: 18px;
	font-weight:600;
    text-align: left;
	vertical-align:top;
	padding: 0px 10px 0px 20px;
}

#ushimaru_recipe .how ol{
	counter-reset: table-ol; /* カウンターをリセット */
	margin-top:10px;
}

#ushimaru_recipe .how ol li{
	line-height:1.2;
	margin-top:10px;
	padding-bottom:5px;
	border-bottom:1px dotted #210800;
	text-indent: -2em;
	padding-left: 2em;
	vertical-align:middle;
}

#ushimaru_recipe .how ol li::before{
	counter-increment: table-ol;
	content: counter(table-ol) "."; /* 半角スペースを入れて""の中にピリオドを追加 */
	padding-right: 15px;
	color: #ed7d31;
	vertical-align: middle;
	font-size: 26px;
	font-weight: 600;
}

#ushimaru_recipe .other_recipe{
	width:60%;
	margin:30px auto 0;
}

#ushimaru_recipe .other_recipe img:hover{
	opacity:0.8;
}

/*backnumber*/

#ushimaru_recipe .archive_box{
    background:#fff;
    margin:30px auto 40px;
	text-align:center;
}

#ushimaru_recipe .archive_recipe,#ushimaru_recipe .archive_recipe_4{
	display:flex;
	flex-wrap: wrap;
    justify-content: center;
    font-size:18px;
	line-height:1.2;
	font-weight:600;
}

#ushimaru_recipe .archive_recipe li{
    width:33%;
    padding: 2%;
	text-align:center;
    box-sizing: border-box;
}

#ushimaru_recipe .archive_recipe_4 li{
    width:25%;
    padding: 2%;
    text-align:center;
    box-sizing: border-box;
}

#ushimaru_recipe .archive_recipe li img:hover{
    opacity:0.8;
}

#ushimaru_recipe .archive_recipe_4 li img:hover{
    opacity:0.8;
}


#ushimaru_recipe p.archive{
    font-size:28px;
    padding-top:10px;
	text-align:center;
}
