.section01 ul.socialMedia{
	text-align: right;
	margin: 0;

}
/*ul li.elem01{

	background: #62a5a1;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}*/
.section01 ul.socialMedia i{
	font-size: 3.5rem;
	margin-left: 5px;
}
.fa-facebook-square:before{
	color: #4c76be;
}
.fa-pinterest-square:before{
	color: #e54a59;
}
.fa-twitter-square:before{
	color: #1B95DF;
}
.section01{
	margin: 0 0 40px;
}
/*
.section01 .nav-tabs li:first-child a{
    color: #555 !important;
    cursor: default !important;
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    border-bottom-color: transparent !important;
}


.section01 .nav-tabs li:last-child a{
	background: #40e0d0;
}
*/
.section01 .box01{
	width: 100%;
	margin-bottom: 40px;
	text-align: center;
}
.section01 .box01 img{
	width: 100%;
	vertical-align: bottom;
	max-height: 600px;
	object-fit: cover;
}



.section01 h1.title01{
    font-size: 3.2rem;
    /*font-family: 'Glegoo', serif;*/
    font-family: 'Book Antiqua', 'Yu Mincho';
    line-height: 1em;

}

.section01 h1.title01 .var01{
	display: block;
	font-size: 2rem;
	margin: 5px 0 0;
}

.section01 .summary{
	font-size: 1.4rem;
}


.section01 .refferal{
	margin: 20px 0;
	font-size: 1.4rem;
}

.section02 #switchTabs{
	position: fixed;
	right: 0px;
	bottom: 20px;
	z-index: 9999;
	display: none;
}

.section02 #switchTabs li{
	text-align: center;
	padding: 0 2px;
	height: 140px;
	width: 2.2em;
	background: #62a5a1;
	list-style-type: none;
	font-size: 1.5rem;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	display: block;
}

.section02 #switchTabs.stay{
	position: absolute;
	bottom: -30px;
	right: -5px;
}

.section02 #switchTabs li .var01{
	font-size: 0.875rem;
	display: block;

}

.section02 #switchTabs li a{
	width: 1.5em;
	color: #fff;

}


.section02 h2.title02{
	/*margin: 0 0 20px;*/
	/*font-family: 'Josefin Slab', serif;*/
	/*border-top: solid 1px #333;
	border-bottom: solid 1px #333;*/
	/*padding-left:5px;*/
	/*font-weight: normal;*/
	/*text-align: center;?*/
	line-height: 2em;
}

.section02 h2.title02 .var01{
	font-size: 2.2rem;
	display: block;
}

.section02 .serving{
	margin: 0 0 15px;
	font-size: 1.2rem;
	text-align: right;
}

.section02 .ingredient{
	font-size: 1.4rem;
}


.section02 .ingredient ul {
	margin: 0 0 30px;
	padding-left: 0 !important;
}

.section02 .ingredient ul li{
	/*margin:  0 0 10px;*/
	padding: 10px 0;
	list-style: none;
	font-weight: normal;
	font-size: 1.4rem;
	border-bottom: dotted 1px #666;
}

.section02 h3{	
	font-size: 1.4rem;
}

.section02 .ingredientMemo{
	margin-bottom: 40px;
	font-size: 1.4rem;
}

.section02 .method{
	font-size: 1.4rem;
}

.section02 .method ol {
	margin: 0 0 40px 0;
	counter-reset: li;
    padding-left: 30px;
	list-style-type: none;
}


.section02 .method ol li{
	margin:  0 0 15px;
	position: relative;
}

.section02 .method ol li:before {
    counter-increment: li;
    content: counter(li);
    font-size: 20px;
    top: -2px;
    left: -25px;
    width: 30px;
    position: absolute;
}

.section02 .tips {
	font-size: 1.4rem;
	margin: 0 0 20px;
}

.section02 .tips .var01{
	display: block;
	font-size: 1.167em;
	margin: 0 0 7px;
}



@media (max-width: 767px) {

	.section01 h1.title01{
	    font-size: 2.4rem;
	}
		
	.section01 h1.title01 .var01{
		font-size: 1.6rem;
	}

}

@media (min-width: 768px) {
	.section01 .unit02 h1.title01{
		margin-top: 0;
	}
    .section01 .unit02 .inner01{
		margin-left: 5%;
		margin-right: 3%;
    }  
   
}
@media (min-width: 1024px) {
 
    .section02 .unit02 .inner01{
    	margin-left: 60px;
    }   
}
