@charset "utf-8";
/* CSS Document */

/*--------------共通---------------*/
/*IE対応画像はみだし対応*/
.w980 table{
	table-layout: fixed;
}
.w980{
	width:100%;
	max-width:980px;
	margin:0 auto;
}
.w500_title{
	width:500px;
	margin:50px auto 50px 0;
	background-image:url(../img/bg_75.png);
	padding:30px 60px;
}
.bg_img {
	width:100%;
	position:relative;
}
.bg_img img {
	width:100%;
	max-width:1920px;
}
.main_pc{
	display:block;
}
.main_sp{
	display:none;
	position:relative;
}
.white_contents {
	background-color:#fff;
	width:100%;
	padding:40px 60px;
	display:inline-block;
}
.title_2 {
	margin-bottom:15px;
}
.top_margin {
	max-width:none;
	position:relative;
}
.vol_absolute{
	position:absolute;
	top:0;
	width:100%;
	margin:0 auto;
}
.menu_area{
	box-shadow:none!important;
}
.pan_link{
	background:#FADBDA;
}
.teacher {
	border-bottom:#222 dotted 1px;
	margin-bottom:15px;
}
.br_sp {
	display:none;
}
.teacher_img {
	float:right;
	width:20%;
	max-width:200px;
	display:inline-block;
}
.plofile{
	width:75%;
	float:left;
}
.teacher_img_s{
	display:none;
}
.intro_title{
	color:#e6002f;
	font-size:16px;
	font-weight:bold;
	margin:20px 0 10px;
}
.sub_title{
	font-size: 16px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 20px;
}
.okura_point .sub_title{
	margin-top: 0;
}
.left{
	float: left;
}
.right{
	float: right;
}

.show768, .show480, .show540,.show860{
	display: none;
}
@media screen and (max-width: 860px) {
	.show860{
		display: block;
	}
	.hide860{
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.show768{
		display: block;
	}
	.hide768{
		display: none;
	}
}
@media screen and (max-width: 540px) {
	.show540{
		display: block;
	}
	.hide540{
		display: none;
	}
}
@media screen and (max-width: 480px) {
	.show480{
		display: block;
	}
	.hide480{
		display: none;
	}
}


/*--------------/共通---------------*/

/*--------------消してOK------------*/
.gray_line{
	border-top: 1px dashed #ccc;
	width: 100%;
	margin: 90px 0;
}
.for_sp{
	display: none;
}
.chef_insta {
    background: url(../../img/insta_icon.jpg) no-repeat left center;
    height: 20px;
    padding-left: 25px;
    display: inline-block;
}
.top_20{
	margin-top: 20px;
}
.bottom_30{
	margin-bottom: 30px;
}
.text_red, .content2 .step b,.content1 .step b{
	color:#e60012;
}
.text_green, .content3 .step b{
	color:#129d49;
}
.text_yellow, .content4 .step b{
	color: #ed8201;
}
.contents{
	margin-top: 70px;
}
.content1,.content5{
	padding: 30px;
	background: #f9f2e5;
	border-radius: 20px;
}
.content1 p{
	text-align: center;
	font-size: 15px;
}
.mainimg{
	position: relative;
	float: left;
	width: 47%;
}
.content_title{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 90%;
	max-width: 316px;
}
.recipe{
	width: 100%;
	padding-top: 20px;
}
.content1 .recipe .left{
	width: 310px;
}
.content1 .recipe .right{
	width: calc(100% - 310px);
}
.content1 .recipe .box{
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dashed #000;
}
.container {
  display: flex;
  flex-wrap: wrap;
	justify-content: space-between;
}
.content2 .container div{
	width: 30%;
}
table.redtitle{
	width:100%;
	background: #fce5e7;
}
table.redtitle td.tabletitle_top, table.redtitle td.tabletitle_bottom{
	background: url('../img/redbg.gif') repeat-x;
	height: 10px;
	background-size: 4.2px;
}
table.redtitle td.tabletitle_middle{
	vertical-align: middle;
	text-align: center;
	padding: 10px 50px;
}
table.orangetitle{
	width:100%;
	background: #fdf8e5;
}
table.orangetitle td.tabletitle_top, table.orangetitle td.tabletitle_bottom{
	background: url('../img/orangebg.gif') repeat-x;
	height: 10px;
	background-size: 4.2px;
}
table.orangetitle td.tabletitle_middle{
	vertical-align: middle;
	text-align: center;
	padding: 10px 50px;
}
table.greentitle{
	width:100%;
	background: #e7f5ec;
}
table.greentitle td.tabletitle_top, table.greentitle td.tabletitle_bottom{
	background: url('../img/greenbg.gif') repeat-x;
	height: 10px;
	background-size: 4.2px;
}
table.greentitle td.tabletitle_middle{
	vertical-align: middle;
	text-align: center;
	padding: 10px 50px;
}
.recipe .text{
	margin-top: 6px;
}
.material_ul{
	margin-top: 7px;
	list-style: none;
	margin:0;padding:0;
	margin-right: 17px;
}
.content1 .material_ul{
	margin-left: 0;
}
.material_ul li{
	line-height:1.6;
	padding-left:1.5rem;
}
.material_ul li.dot::before{
	content: url(../img/list_dot.gif);
	/*background-repeat: no-repeat;*/
	list-style-position: outside;
	display:inline-block;
	width:1.2rem;
	margin-left:-1.5rem;
}
.material_ul li.star::before{
	content: "★";
	display:inline-block;
	width:1.2rem;
	margin-left:-1.5rem;
}
.step{
	margin-top: 20px;
}
.content3 .step .cf img, .content2 .step .cf img{
	width: 49.4%;
}
.step b {
	font-size: 15px;
	vertical-align: middle;
	margin-right: 5px;
}
.step .text_red{
	font-weight: bold;
}
.text_box, .text_box_top {
    text-indent: -0.6rem;
    padding-left: 0.6rem;
}
.text_box_top {
    margin-top: 10px;
}
.content1 .titleimg{
	margin: 10px auto 15px auto;
    text-align: center;
}
.content1 .text_box{
	margin-top: 5px;
}
.point{
	font-weight: bold;
	margin-top: 5px;
}
.point img {
    vertical-align: middle;
    padding-right: 5px;
}
.shortcomment{
	padding: 20px;
	border :#ccc 1px dashed;
	border-radius: 10px;
	margin-top: 20px;
}
.shortcomment .left{
	width: 30%;
}
.shortcomment .right{
	width: 66%;
}
.shortcomment .text_red{
	padding: 7px 0;
	font-size: 18px;
	font-weight: bold;

}
.content5{
	position: relative;
}
.content5 .left{
	margin-top: -39px;
    margin-left: -35px;
    width: 415px;
}
.content5 .right{
    width: calc(100% - 425px);
}
.content5 .right .box{
	margin-top: 15px;
}
.content5 .right .box p, .content5 .right .box img{
	vertical-align: middle;
	display: inline-block;
}
.content5 .right .box img{
    width: 95px;
}
.content5 .right .box p{
	font-size: 15px;
	width: calc(100% - 115px);
}

@media screen and (max-width: 1000px) {
	.content5 .right{
	    width: calc(100% - 402px);
	}
}
@media screen and (max-width: 860px) {
	.content5 .right, .content5 .left{
		width: 100%;
	}
	.content5 .left{
		margin-top: 0;
		margin-left: 0;
	}
	.content5 .right .box p{
		width: calc(100% - 115px);
	}
	.content5 .right .box img{
	    width: 110px;
	}
	.content5 .right .box{
		max-width: 610px;
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
	}
	.content5 .absolute{
		top: -15px;
		right: -15px;
		width: 13%;
	}
}

@media screen and (max-width: 768px) {
	.mainimg{
		width: 100%;
	}
	.mainimg .show768{
		width: 50%;
		float: left;
	}
	.content_title{
		top: auto;
		left: auto;
		float: right;
		width: 45%;
		padding: 0 0 0 20px;
	}
	.content1{
		padding: 30px 40px;
	}
	.content1 .recipe .left, .content1 .recipe .right{
		width: 100%;
	}
	.content1 .recipe .left{
		text-align: center;
		margin-top: 20px;
	}
	.content1 ul li{
		width: 50%;
		float: left;
		box-sizing: border-box;
	}
	.content2 .container div{
		width: 50%;
	}
}
@media screen and (max-width: 640px) {
	.container{
		max-width: 400px;
	}
}
@media screen and (max-width: 540px) {
	.content1 ul li{
		width:100%;
	}
	.content2 .container div{
		width: 100%;
	}
	.content3 .step .cf img,.content2 .step .cf img{
		width: 100%;
	}
	.content3 .step .cf .right, .content2 .step .cf .right{
		margin-top: 10px;
	}
	.content3 .step .cf img,.content2 .step .cf img{
		width: 100%;
	}
	.content3 .step .cf .right, .content2 .step .cf .right{
		margin-top: 10px;
	}
	td.tabletitle_middle{
		padding: 15px 30px!important;
	}
	td.tabletitle_top, td.tabletitle_bottom{
		height: 7px!important;
	}
	.shortcomment .right, .shortcomment .left{
		width: 100%;
	}
	.shortcomment .left{
		margin-bottom: 12px;
	}
	.content5{
		padding: 25px 20px;
	}
	.content5 .absolute{
		width: 16%;
		right: -5px;
	}
}
@media screen and (max-width: 480px) {
	.content_title{
		top: 13px;
		width: 78%!important;
	}
	.content1{
		padding: 20px;
	}
	.content1 p{
		font-size: 14px;
	}
	.recipe{
		margin-top: 0;
	}
	.recipe .text {
	    width: 100%;
	}
	.content1 ul li{
		width: 100%;
		float: none;
	}
	.content5 .absolute{
		top: 145px;
	}
	.content5 .right .box p{
		font-size: 13px;
	}
	.title480{
		margin: 0 auto 20px auto;
		padding: 0 20px;
	    box-sizing: border-box;
	}
}

/*--------------/消してOK------------*/
@media screen and (max-width: 768px) {

	/*--------------共通---------------*/
	.main_pc{
		display:none;
	}
	.main_sp{
		display:block;
	}
	.w500_title{
		width:80%;
		margin:0 10%;
		padding:20px 20px 0;
		margin-top:-120px;
		display:inline-block;
		text-align:center;
	}
	.title_1,.title_2 {
		margin:0 auto 15px;
	}
	.w980 {
		padding-top:0;
	}
	.white_contents{
		padding:40px 30px;
	}
	/*--------------/共通--------------*/

	/*-------消してOK------------------*/
	.teacher_img{
		display:none;
	}
	.teacher_img_s{
		display:block;
		float:right;
		width:150px;
		margin:0 0 0 15px;
	}
	.plofile{
		width:100%;
	}
	.gray_line{
		margin: 60px 0;
	}
	/*-------/消してOK-----------------*/

}

@media screen and (max-width: 640px) {

	/*--------------/消してok--------------*/
	.plofile{
		margin-top:0;
	}
	.teacher_img_s{
		display:block;
		float:right;
		width:100px;
		margin:0 0 15px 15px;
	}
}
@media screen and (max-width: 480px) {
	.w500_title {
		margin:-70px 6% 0;
		width:88%;
	}
	.br_sp {
		display:block;
	}
	.br_pc {
		display:none;
	}
	.white_contents {
		padding:40px 5%;
	}
	/*-------共通-----------------*/

}
