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

/*--------------共通---------------*/
/*IE対応画像はみだし対応*/
.w980 table{
	width: 100%;
	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;
}

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

/*--------------消してOK------------*/
.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:#e95187;
	font-size:16px;
	font-weight:bold;
	margin:20px 0 10px;
}
.sub_title{
	font-size: 16px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 30px;
}
.contents_3 .sub_title{
	margin-bottom: 15px;
}
.vol15_color{
	color: #e95187;
}
.green_text{
	color: #18ad5e;
	font-weight: bold;
	font-size: 14px;
}
.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;
}
.contents_1{
	position: relative;
}
.contents_1, .contents_2{
	margin-top: 80px;
}
.contents_3, .contents_4{
	margin-top: 60px;
}
.color_back{
	background: #f9f2e5;
	padding: 70px 40px 40px 40px;
	width: 100%;
}
.content_title{
	margin-bottom: 40px;
}
.left{
	float: left;
}
.right{
	float: right;
}
.w40, .w20, .w70, .w50, .w30, .w60, .w45{
	box-sizing: border-box;
}
.w40{
	width: 40%;
}
.w45{
	width: 45%;
}
.w20{
	width: 20%;
}
.w70{
	width: 70%;
	display: table;
	table-layout: fixed;
}
.w60{
	width: 60%;
}
.w50{
	width: 50%;
}
.w30{
	width: 30%;
}

.contents_2 .w32{
	width: 20%;
}
.contents_2 .w68_img, .contents_2 .w68{
	width: 80%;
}
.w32{
	width: 32%;
	float: right;
}
.w68, .w68_img{
	width: 68%;
	padding-right: 3%;
	float: left;
}
.contents_1 .absolute_title{
	position: absolute;
	top: -40px;
	left: 40px;
}
.step{
	margin-top: 40px;
}
.step img{
	display: block;
	margin-bottom: 5px;
}
.step div{
	padding-right: 3%;
}
.step div:last-child{
	padding-right: 0;
}
.contents_2 .okura_point .w50 img, .contents_3 .okura_point .w50 img{
	margin-bottom: 10px;
}
.okura_point{
	margin-top: 35px;
	padding: 30px 30px 20px 30px;
	border-radius: 10px;
	background: url(../img/dot.jpg);
}
.contents_2 .okura_point .w50{
	padding-right: 3%;
}
.contents_3 .okura_point .w50{
	padding-left: 3%;
}
.part_1_b{
    font-weight: bold;
	color: #e95187;
	display: inline-block;
}
.images4 img{
	width: 23.5%;
	float: left;
	margin-right: 2%;
	box-sizing: border-box;
}
.images4 img:last-child{
	margin-right: 0;
}
.contents_4 .w70 .w60{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.contents_4 .w70 .w40{
	display: table-cell;
	vertical-align: middle;
}
.okura_point .w70 .w40{
	padding-right: 10px;
}
.text_box, .text_box_top{
	text-indent: -0.5em;
	padding-left: 1em;
}
.text_box{
	margin-top: 10px;
}
.contents_2 .text_box_top{
	margin-top: 0;
}
.text_box_top{
	margin-top: 20px;
}
.gray_line{
	border-top: 1px dashed #ccc;
	width: 100%;
	margin: 100px 0;
}
.material_ul{
	list-style: url(../img/list_dot.gif);
    list-style-position: outside;
	width : -webkit-calc(50% - 15px) ;
  	width : calc(50% - 15px) ;
	box-sizing: border-box;
    margin-left: 15px;
	float: left;
	padding-right: 7px;
}
.for_sp{
	display: none
}
/*--------------/消して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%;
	}
	.color_back{
		background: #f9f2e5;
		padding: 60px 30px 30px 30px;
		width: 100%;
	}
	.step{
		margin-top: 20px;
	}
	.step .w40,.step .w30, .step .w50, .step .w20{
		width: 100%;
		margin-top: 15px;
	}
	.contents_2 .w32{
		width: 128px;
		vertical-align: top;
	}
	.contents_2 .w68{
		margin-bottom: 0;
	}
	.contents_2 .w68_img{
		width: calc(100% - 133px);
		padding-bottom: 0;
		padding-right: 0;
	}
	.contents_2 .sub_title{
		margin-bottom: 0;
	}
	.w32{
		width: 40%;
		padding-left:10px;
		display: inline-block;
		vertical-align: middle;
		margin-bottom: 20px;
		float: none;
	}
	.w68_img{
		width: 57%;
		display: inline-block;
		vertical-align: middle;
		float: none;
		padding-bottom: 5%;
	}
	.w68:last-child{
		width: 100%;
	}
	.w68{
		width: 100%;
		padding-right: 0;
		margin-bottom: 35px;
	}
	.gray_line{
		margin: 65px 0 30px 0;
	}
	.okura_point{
		padding: 15px 15px 10px 15px;
	}
	.content_title{
		margin-bottom: 0;
	}
	.contents_1 .absolute_title{
		position: absolute;
		top: -40px;
		left: 30px;
	}
	.contents_2 .text_box_top{
		margin-top: 20px;
	}
	/*-------/消してOK-----------------*/

}

@media screen and (max-width: 480px) {
	/*--------------共通---------------*/

	.w500_title {
		margin:-70px 5% 0;
		width:90%;
	}
	.br_sp {
		display:block;
	}
	.br_pc {
		display:none;
	}
	.white_contents {
		padding:40px 5%;

	}

	/*--------------/消してok--------------*/
	.plofile{
		margin-top:0;
	}
	.teacher_img_s{
		display:block;
		float:right;
		width:100px;
		margin:0 0 15px 15px;
	}
	.w32{
		width: 100%;
		margin: 0 auto;
		float: none;
	}
	.w68_img{
		width: 100%;
	}
	.images4 img{
		width: 49%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.images4 img:nth-child(2n){
		margin-left: 2%;
	}
	img.for_sp{
		display: block;
	}
	.contents_1 div img:first-child{
		display: none;
	}
	.for_sp{
		display: block;
		text-align: center;
		color: #18ad5e;
		width: 100%;
		margin-bottom: 10px;
	}
	.okura_point .for_sp{
		margin: 0 auto 20px auto;
	}
	.okura_point img.w30, .contents_4 .okura_point .w30 img{
		display: none;
	}
	.okura_point .w70{
		width: 100%;
	}
	.okura_point .w70 .w50{
		width: 49%;
		padding: 0;
	}
	.okura_point .w70 .w40, .okura_point .w70 .w60{
		width: 100%;
		display: block;
		vertical-align: baseline;
	}
	.okura_point .w70 .w40{
		margin-bottom: 10px;
	}
	.okura_point .w70 .w50:first-child{
		margin-right: 2%;
	}
}
