@charset "utf-8";

/*---------------------------------------------------------*/
/*---------------------共通　※消さない----------------------*/
/*---------------------------------------------------------*/

/*レスポンシブ用*/
.left{float: left;}
.right{float: right;}
.show480, .show540, .show768, .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;}
}

/*ページ内共通部分用*/
.w980 table{
	table-layout: fixed;
}
.w980{
	width:100%;
	max-width:980px;
	margin:0 auto;
}
.w500_title{
	width:500px;
	margin:50px auto 50px 0;
	background: rgb(255,255,255,0.85);
	padding:30px 60px;
	font-size: 1em;
}
.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 {
	width:20%;
	max-width:200px;
	display:inline-block;
	float: right;
}
.plofile{
	width:75%;
	float:left;
}
.teacher_img_s{
	display:none;
}
.intro_title{
	color:#4fb369;
	font-size:16px;
	font-weight:bold;
	margin:20px 0 10px;
}
@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%;
	}
}
@media screen and (max-width: 640px) {
	.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%;
	}
}




/*-------------------------------------------------------*/
/*------------ページごとの独自CSS　※以下消してOK-----------*/
/*-------------------------------------------------------*/
.kiwi{
	font-family: 'Kiwi Maru', serif;
	font-size: 15px;
	line-height: 1.4;
}
.contents{
	margin-bottom: 100px;
}

/* .content共通 */
.content_title{
	position: relative;
}
.content_title .absolute{
	bottom: 0;
    right: 0;
    max-width: 165px;
	opacity: 0.5;
}
.content_title  .content_title_img{
	width: 40%;
	float: left;
	border-radius: 10px;
}
.content_title .textbox, .content_title .text{
	width: 57%;
	float: right;
	position: relative;
}
.content_title .sub{
	border-radius: 20px;
    display: inline-block;
    padding: 4px 15px;
	background: #4fb369;
	color: #fff;
	margin-bottom: 5px;
}
.content_title .title{
	font-weight: bold;
	font-size: 2em;
	line-height: 1.2;
	color: #4fb369;
	margin-top: 10px;
}
.content_title .text{
	margin-top: 15px;
}

.recipe{
	padding: 25px;
	background: #f8f2e6;
	position: relative;
	margin: 20px 0;
}
.recipe::before{
	content: '';
	position: absolute;
	bottom: 0;
	right: -6px;
	height: 20px;
	width: 20px;
	background: linear-gradient(125deg, #ebe1cc 40%, #fff 40%);
}
.recipe .recipe_list{
	width: calc(100% - 220px);
	float: left;
}
.recipe img{
	width: 200px;
	float: right;
}
.recipe .recipe_list .title{
	margin-bottom: 10px;
}
.recipe .recipe_list .title span{
    padding: 2px 5px 0 5px;
    background: #4fb369;
    margin-right: 10px;
    color: #fff;
	border-radius: 5px;
}
.recipe .recipe_list tr{
	border-bottom: 1px dashed #cac0a3;
}
.recipe .recipe_list td{
	padding: 4px 0 3px;
}
.recipe .recipe_list td:nth-child(2){
	text-align: right;
	width: 80px;	
}
.recipe .recipe_list .left, .recipe .recipe_list .right{
	width: 48%;
}

.point_text{
	margin-top: 10px;
	color: #4fb369;
	font-weight: bold;
}
.point_text .point{
	background: #4fb369;
	padding: 1px 10px 0 10px;
	line-height: 1;
	border-radius: 20px;
	color: #fff;
	font-weight: bold;
	margin-right: 10px;
	font-size: 11px;
}
.step .step_imgs{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.step .step_imgs .step_img{
	width: 32%;
	margin-bottom: 20px;
}
.step .step_imgs .step_img img{
	border-radius: 5px;
}
.step ol{
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
	margin: 0;
}
.step ol li {
	line-height: 1.5;
	padding-left: 2em;
	position: relative;
	margin-bottom: 10px;
}
.step ol li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    background-color: #4fb36a;
    border: 1px solid;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1.5em;
    width: 1.5em;
    color: #ffffff;
    font-size: 1em;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
	padding-top: 0.2em;
}
@media screen and (max-width: 960px) {
	.content_title .absolute{
		opacity: 0.3;
	}
}
@media screen and (max-width: 768px) {
	.recipe .recipe_list .left, .recipe .recipe_list .right{
		width: 100%;	
	}
}
@media screen and (max-width: 640px) {
	.content_title .text{
		width: 100%;
	}
}
@media screen and (max-width: 540px) {
	.content_title .content_title_img, .content_title .textbox{
		width: 100%;
	}
	.content_title .title{
		margin: 5px 0 10px 0;
		display: inline-block;
    	text-align: left;
	}
	.content_title .content_title_img{
		position: relative;
	}
	.content_title .absolute{
		opacity: 1;
		right: 10px;
	}
	.content_title .sub{
		width: 100%;
	}
	.content_title .textbox{
		margin-bottom: 10px;
		text-align: center;
	}
	.step .step_imgs .step_img{
		width: 48%;
	}
	.recipe .recipe_list{
		width: 100%;
		float: none;
	}
	.recipe img {
		width: 100%;
		float: none;
		max-width: 250px;
		display: block;
		margin: 20px auto 0;
	}
}

/* .content1 */
.content1{
	margin-top: 50px;
}

/* .content2 */
.content2 .topping_imgs{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding: 55px 25px 35px 25px;
	border: 3px dashed #4fb369;
	border-top: none;
	background: linear-gradient(0deg, #f5fff8 97%, transparent);
	border-radius: 0 0 20px 20px;
}
.content2 .content_title{
	text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: #4fb369;
    margin-bottom: -35px;
	line-height: 1.2;
	position: relative;
}
.content2 .content_title span{
	display: inline-block;
	position: relative;
}
.content2 .content_title .decr, .content_title .decl{
	position: absolute;
	bottom: 5px;
    width: calc(50% - 190px);
}
.content2 .content_title .decr{
	right: 0;
}
.content2 .content_title .decl{
	left: 0;
}
.content2 .content_title span:after{
	right: 0;
	transform: rotate(30deg);
}
.content2 .topping_img{
	width: 47%;
	margin-bottom: 30px;
}
.content2 .topping_img:nth-child(3){
	margin-bottom: 40px;
}
.content2 .topping_img .title{
	font-weight: bold;
    font-size: 2em;
    line-height: 1.2;
    color: #4fb369;
    margin: 0 0 -20px 10px;
    z-index: 1;
    position: relative;
    transform: rotate(-6deg);
    text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 0px 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
}
.content2 .topping_img img{
	border-radius: 10px;
	margin: 10px 0;
	box-shadow: 5px 5px 0px #cde1ed, -5px -5px 0px #e5efb7;
}
.content2 .topping_point img{
	width: 200px;
	float: left;
	border-radius: 10px;
}
.content2 .topping_point .title, .content2 .topping_point .text, .content2 .topping_point .point_text{
	width: calc(100% - 220px);
	float: right;
}
.content2 .topping_point .title{
	font-size: 1.2rem;
	color: #4fb369;
	font-weight: bold;
	line-height: 1.2;
}

@media screen and (max-width: 768px) {
	.content2{
		overflow: hidden;
	}
	.content2 .topping_img .title{
		font-size: 1.7em;
	}
	.content2 .topping_point .point_text{
		width: 100%;
	}
	.content2 .content_title .decr, .content_title .decl{
		top: 0;
		bottom: auto;
		width: calc(50% - 70px);
	}
	.content2 .content_title .decr{
		right: auto;
		left: calc(50% + 194px);
	}
	.content2 .content_title .decl{
		left: auto;
		right: calc(50% + 194px);
	}
}
@media screen and (max-width: 640px) {
	.content2{
		max-width: 500px;
		margin: auto;
	}
	.content2 .content_title{
		font-size: 1.6rem;
	}
	.content2 .content_title .decr, .content_title .decl{
		width: calc(50% - 120px);
	}
	.content2 .content_title .decr{
		right: auto;
		left: calc(50% + 150px);
	}
	.content2 .content_title .decl{
		left: auto;
		right: calc(50% + 150px);
	}
	.content2 .topping_img {
		width: 90%;
	}
	.contents{
		margin-bottom: 80px;
	}
}
@media screen and (max-width: 540px) {
	.content2 .topping_point .title, .content2 .topping_point .text{
		width: 100%;
		float: none;
	}
	.content2 .topping_point img{
		margin: 10px auto 15px auto;
		width: 250px;
		float: none;
		display: block;
	}
}
@media screen and (max-width: 480px) {
	.content_title .absolute{
		width: 40%;
	}
	.content2 .content_title {
		font-size: 1.4rem;
		margin-bottom: -10px;
	}
	.content2 .content_title .decr, .content_title .decl {
		width: calc(50% - 56px);
		top: 35px;
	}
	.content2 .content_title .decr{
		left: calc(50% + 75px);
	}
	.content2 .content_title .decl{
		right: calc(50% + 75px);
	}
	.content2 .topping_img .title{
		font-size: 1.4em;
	}
	.content2 .content_title span{
		padding: 0 10px;
	}
}

