@charset "utf-8";
/* CSS Document */
/*--------------共通---------------*/
td{
	box-sizing: border-box;
}
.show_768{ display:none }
.show_640{ display:none }
.show_540{ display:none }
.show_480{ display:none }
@media screen and (max-width: 768px) {
	.hide_768{ display:none; }
	.show_768{ display:block; }
}
@media screen and (max-width: 640px) {
	.hide_640{ display:none; }
	.show_640{ display:block; }
}
@media screen and (max-width: 540px) {
	.hide_540{ display:none; }
	.show_540{ display:block; }
}
@media screen and (max-width: 480px) {
	.hide_480{ display:none; }
	.show_480{ display:block; }
}
.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;
}
.orangetitle{
	width: 50%;
	padding: 10px;
	vertical-align: middle;
  	text-align: center;
}
.bg_img {
	width:100%;
	position:relative;
}
.bg_img img {
	width:100%;
	max-width:1920px;
	margin: 0 auto;
}
.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:25px;
}
.top_margin {
	max-width:none;
	position:relative;
}
.vol_absolute{
	position:absolute;
	top:0;
	width:100%;
	margin:0 auto;
}
.pan_link{
	background:#FADBDA;
}
.teacher {
	border-bottom:#222 dotted 1px;
	margin-bottom:15px;
}
.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:#30a683;
	font-size:16px;
	font-weight:bold;
	margin:20px 0 10px;
}
.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;
}
.left{
	float: left;
}
.right{
	float: right;
}


/*--------------消してOK------------*/
.to_movie_btn{
	margin-top: 40px;
    text-align: center;
}
.full_youtube {
	margin-top: 20px;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    border: 1px solid #ccc;
}
.full_youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
.part_1_b{
	font-size: 16px;
  	font-weight: bold;
	color: #7a3e2e;
	display: inline-block;
}
.color{
	color: #7a3e2e;
}
.text_box{
	text-indent: -0.8em;
	padding-left: 1.8em;
	margin-bottom: 5px;
	line-height: 1.5;
}
.text_box_1{
	text-indent: -2em;
	padding-left: 2em;
}
.point_red_text{
	color: #e60012;
	margin-top: 9px;
}
.point{
	color:#fff;
	background-color:#e60012;
	padding:2px 7px 0 10px;
	border-radius:10px;
	font-size:11px;
	display:inline-block;
	letter-spacing:1px;
	vertical-align: middle;
	margin-right: 5px;
	margin-bottom: 5px;
}
.contents{
	padding-bottom: 70px;
	margin-bottom: 70px;
	border-bottom: #ddd 1px dashed;
}
.contents_4{
	border: none;
	padding-bottom: 0!important;
	margin-bottom: 0!important;
}
.contents_title table{
	width: 100%;
}
.contents_title .table_left, .contents_title .table_right{
	width: 50%;
}
.contents_title .table_right{
	vertical-align: middle;
	text-align: center;
	padding: 10px;
}
.material_ul{
	list-style: url(../img/list_dot.gif);
	list-style-position: outside;
	width : 100%;
	margin-top: 5px;
	padding-top: 5px;
	text-align:left;
	box-sizing: border-box;
}
.material_ul li{
	margin-left: 15px;
}
.box{
	width: 100%;
	padding: 15px 25px;
	background: #f9f2e3;
	margin: 15px 0;
}
.box .right{
	width: 29%;
}
.box b{
	display: block;
	border-bottom: 1px dashed #c8af93;
}
.recipe_2col .left, .recipe_2col .right{
	width: 49%!important;
}
.step img{
	margin-bottom: 10px;
}
.img_col3 .left{
	display: block;
	width:32.5%;
	margin-right: 1.25%;
}
.img_col3 .left:last-child{
	margin-right: 0;
}
.img_col4 .left, .img_col4 .right{
	display: block;
	width:49.5%;
}


/*------------------contents_1------------------*/
.contents_1{
	margin-top: 50px;
}
.box .left{
	width: 33.5%;
	margin-right: 2%
}
/*------------------contents_2------------------*/
.contents_2 .box .left{
	width: 69%;
}
.contents_2 .box .left:last-child{
	width: 100%;
	margin-top: 10px;
}
/*------------------contents_3------------------*/
.contents_3 .box .left{
	width: 38%;
}
.contents_3 .box .left:nth-child(2){
	width: 29%;
}
/*------------------contents_4------------------*/
.contents_4 .step .left{
	width:33%;
}
.contents_4 .step .right{
	width:65%;
}
.contents_4 .box .left{
	width: 69%;
}

@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;
	}
	.teacher_img{
		display:none;
	}
	.teacher_img_s{
		display:block;
		float:right;
		width:150px;
		margin:0 0 0 15px;
	}
	.plofile{
		width:100%;
	}
	.main_pc{
		display: none;
	}
}
@media screen and (max-width: 640px) {
	/*--------------消してok--------------*/
	.contents{
		padding-bottom: 50px;
		margin-bottom: 40px;
	}
	.contents_title .table_left, .contents_title .table_right{
		width: 100%;
		display: block;
	}
	.contents_title .table_right{
		margin-bottom: 20px;
	}
	.box .left{
		width: 100%!important;
		float: none;
	}
	.box .left:first-child{
		margin: 0 0 15px 0;
	}
	.img_col3 .left{
		width:48.9%;
		margin-right: 2.2%;
	}
	.img_col3 .left:nth-child(2){
		margin-right: 0;
	}
	.img_col4 .left, .img_col4 .right{
		width: 100%;
	}
	.contents_4 .box .left:first-child{
		margin: 0!important;
	}
	.material_ul.left, .material_ul.right{
		margin: 0!important;
	}
	.box .right{
		display: none;
	}
	.point_red_text.right{
		width: 100%!important;
		margin-top: 10px;
	}
}
@media screen and (max-width: 480px) {
	/*--------------共通---------------*/
	.w500_title {
		margin:-70px 5% 0;
		width:90%;
	}
	.white_contents {
		padding:40px 5%;
	}
	.plofile{
		margin-top:0;
	}
	.teacher_img_s{
		display:block;
		float:right;
		width:100px;
		margin:0 0 15px 15px;
	}
	.parson{
		width: 100px;
		float: right;
		margin: 0 0 15px 15px;
	}
	/*--------------/消してok--------------*/
	.contents_4 .step .right{
		width: 100%;
	}
	.contents_4 .step img.show_480{
		display: block;
	    width: 150px;
	    margin-left: 10px;
	}
}
