@charset "utf-8";
/* ---------------------------------------------------------
common
----------------------------------------------------------*/

.mod_section a {
    text-decoration: none;
	}

.mod_section a img {
			transition: 1.0s ;
		}

.mod_section a img:hover {
			opacity: 0.5 ;
		}

/* ex_opacity
-----------------------------------------*/ 
.ex_opacity a:link    {}
.ex_opacity a:visited {}
.ex_opacity a:focus   {opacity:0.8;}
.ex_opacity a:hover   {opacity:0.8;}
.ex_opacity a:active  {opacity:0.8;}
/* IE用 */
.ex_opacity a:hover img {-ms-filter: "alpha( opacity=80 )";}
.ex_opacity a:hover img {filter:alpha(opacity=80);}

/* ex_clearfix
-----------------------------------------*/ 
.ex_clearfix:after {
  content: "";
  clear: both;
  display: block;
}
/* ex_clearfix
-----------------------------------------*/ 
#sectionContents .ex_marginB0{
 margin-bottom:0px!important;
}
#sectionContents .ex_marginBS{
 margin-bottom:10px!important;
}
#sectionContents .ex_marginBM{
 margin-bottom:20px!important;
}
#sectionContents .ex_marginBL{
 margin-bottom:30px!important;
}
#sectionContents .ex_marginBLL{
 margin-bottom:50px!important;
}
#sectionContents .ex_marginT0{
 margin-top:0px!important;
}
#sectionContents .ex_marginTSS{
 margin-top:5px!important;
}
#sectionContents .ex_marginTS{
 margin-top:10px!important;
}
#sectionContents .ex_marginTM{
 margin-top:20px!important;
}
#sectionContents .ex_marginTL{
 margin-top:30px!important;
}
#sectionContents .ex_marginTLL{
 margin-top:50px!important;
}

/* layout(grid) ----------------------- */
.ratio-grid.column-3 .column {
	width: 306px;
	margin: 0 24px 20px 0;
}
.ratio-grid.column-3 .column:nth-child(3n) {
	margin-right: 0;
}

@media screen and (max-width: 640px) {
.ratio-grid.column-3 .column {
	width: 100%;
	margin: 0 0 30px 0;
}

.ratio-grid.column-3 .column:nth-child(3n) {
	margin-bottom: 0;
}
.ratio-grid.column-3 .column img {
	width: 100%;
}
}

/* lead_block ----------------------- */
.lead_block{
	margin: 4em 0;
}

.lead_block p{
    text-align: center;
    line-height: 1.8;
}


@media screen and (max-width: 640px) {
.lead_block{
	margin: 2em;
}

.lead_block p{
    text-align: left;
    font-size: 4vw;
	margin: 0 2.60416%;
}
}

/* link_block ----------------------- */
.link_block{
    margin: 0 0 4em;
}

.link_block h2{
    width: 850px;
    margin: 0 auto 2em;
}

.link_btn_block{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
}

.link_btn_block::after{
    content:"";
    display: block;
    width: 24%;
}

.link_btn_block .column{
    width: 24%;
    transition: 1.0s;
}
.link_btn_block .column:hover {
    opacity: 0.75 ;
}
@media screen and (max-width: 640px) {
.link_block h2{
    width: auto;
    margin: 0 auto 1em;
}
    
.link_btn_block::after{
    content:"";
    display: block;
    width: 49%;
}

.link_btn_block .column{
    width: 49%;
    margin-bottom: 0.6em;
}
}

/* recipe_block ----------------------- */
.recipe_block{
    padding: 5em 0 0;
}


.recipe_block h2{
	margin: 1.6em 0 2em;
}

.recipe_img_box{
	position: relative;
	width: 468px;
}

.recipe_img{
	position: absolute;
	top: -70px;
	left: -20px;
	width: 488px;
}

@media screen and (max-width: 640px) {
.recipe_block{
    padding: 0 0 1em;
}	
.recipe_block h2{
	margin: 2em 0;
}
.recipe_img_box{
	position: static;
	width: auto;
}

.recipe_img{
	position: static;
	width: auto;
}
}

/* teacher_block
-----------------------------------------*/

.teacher_block{
    background: #dce4ec;
	margin-bottom: 2em;
}

.teacher_box{
	width: 966px;
	height: 380px;
	position: relative;
}

.teacher_block h3{
	position: absolute;
    top: -20px;
    right: 0px;
}

.teacher_img{
	position: absolute;
    top: 50px;
    left: 0px;
}

.teacher_block h4{
	position: absolute;
    top: 140px;
    left: 320px;
	font-size: 125%;
	font-weight: bold;
}

.teacher_block p{
	width: 580px;
	position: absolute;
    top: 180px;
    left: 320px;
}

.teacher_decoration{
	position: absolute;
    top: 180px;
    right: 0;
}

@media screen and (max-width: 640px) {
    
.teacher_block{
	margin-bottom: 2em;
}

.teacher_box{
	width: auto;
	height: 120vw;
	position: relative;
}

.teacher_block h3{
	position: absolute;
    top: -4vw;
    left: 44vw;
	width: 50vw;
}

.teacher_img{
	position: absolute;
    top: 10vw;
    left: 2vw;
	width: 90vw;
}

.teacher_block h4{
	position: absolute;
    top: 48vw;
    left: 58vw;
	font-size: 5vw;
	font-weight: bold;
}

.teacher_block p{
	width: 80vw;
	position: absolute;
    top: 68vw;
    left: 2vw;
	font-size: 4vw;
}

.teacher_decoration{
	position: absolute;
    top: 78vw;
    left: 64vw;
	width: 30vw;
}
}

/* check_block
-----------------------------------------*/

.check_block{
    background: #fdfde0;
	margin: 6em 0 0;
}

.check_box{
	width: 966px;
	position: relative;
	padding: 5em 0 3em;
}

.check_box h3{
	position: absolute;
    top: -20px;
    left: 0px;
}

.check_img{
	float: right;
	width: 396px;
	padding: 0 20px 0 0;
	box-sizing: border-box;
}

.check_text{
	float: left;
	width: 484px;
}

.check_text p{
	margin-bottom: 9em;
}

@media screen and (max-width: 640px) {
.check_block{
	margin: 6em 0 0;
}

.check_box{
	width: auto;
	position: relative;
	padding: 3em 0 3em;
}

.check_block h3{
	position: absolute;
    top: -4vw;
    left: 4vw;
	width: 40vw;
}

.check_img{
	float: none;
	width: auto;
	padding: 0;
	margin-bottom: 1em;
	text-align: center;
}
	
.check_img img{
	width: 80vw;
}

.check_text{
	width: auto;
    width: 94vw;
}

.check_text p{
	margin-bottom: 1em;
}
}

/* btn_recipe
-----------------------------------------*/
.btn_recipe{
	margin: 2em auto 4em;
	text-align: center;
}

@media screen and (max-width: 640px) {
    
.btn_recipe{
    width: 60vw;
}
}

/* check_block
-----------------------------------------*/
.kokoroe_block{
    background: url("../img/bg_kokoroe.png") top left no-repeat #013d73;
	padding: 3em 0;
	margin: 3em 0 0;
}

.jikiden_block{
    background: url("../img/bg_jikiden.png") top left no-repeat #013d73;
	padding: 3em 0;
	margin: 4em 0 0;
}

.kokoroe_block h3 img,
.jikiden_block h3 img{
	text-align: center;
	margin: 0 auto;
}
.kokoroe_box,
.jikiden_box{
	margin: 2em 0 0;
}

.kokoroe_img,
.jikiden_img{
	float: left;
	width: 390px;
	padding: 0 0 0 20px;
}

.kokoroe_img img,
.jikiden_img img{
	width: 370px;
}

.kokoroe_text,
.jikiden_text{
	float: right;
	width: 510px;
	color: #FFF;
	padding: 0 20px 0 0;
}

@media screen and (max-width: 640px) {
.kokoroe_block,
.jikiden_block{
	background-size: 40vw;
	margin: 0 0 0;
}
	
.kokoroe_img,
.jikiden_img{
	float: none;
	width: auto;
	padding: 0;
	text-align: center;
}

.kokoroe_img img,
.jikiden_img img{
	width: 80vw;
}

.kokoroe_text,
.jikiden_text{
	float: none;
	width: auto;
	padding: 0;
	margin: 2em 0 0;
}
}
/* features_block
-----------------------------------------*/

.features_block{
	margin: 5em 0;
	padding: 3em 0;
    background: #e0e7ee;
}

.features_ttl{
	text-align: right;
    background: url("../img/bg_decoration_features_01.png") top left no-repeat;
	padding: 2em 0 0;
}

.features_ttl h3 img{
	float: right;
}

.features_group{
    background: url("../img/bg_decoration_features_02.png") bottom right no-repeat;
	padding: 2em 0 0.01em;
}

.features_box{
	padding: 0 60px 0 0;
	margin-bottom: 2em;
}

.features_img{
	float: left;
	width: 420px;
}

.features_text{
	float: right;
	width: 422px;
}

.features_text h4{
	font-size: 125%;
	font-weight: bold;
	color: #013d73;
	margin: 0.6em 0 0.4em;
}

.features_text p{
	margin-bottom: 1em;
}

@media screen and (max-width: 640px) {
	
.features_ttl{
    background-size: 30vw;
}
	
.features_ttl h3{
	margin-left: auto;
	width: 86vw;
}
.features_group{
    background-size: 30vw;
	padding: 2em 0 1em;
}
	
.features_box{
	padding: 0;
}

.features_img{
	float: none;
	width: auto;
}

.features_text{
	float: none;
	width: auto;
}
	
.features_text img{
	margin: 0 auto;
	width: 86vw;
}
}

/* ih_block
-----------------------------------------*/

.ih_block{
	padding: 3em 0 3em;
    background: #fdfde0;
	margin-bottom: 5em;
	text-align: center;
}

.ih_block h3{
	font-size: 175%;
	font-weight: bold;
	margin-bottom: 0.4em;
}

.ih_block p{
	font-size: 125%;
	font-weight: bold;
	margin-bottom: 1.4em;
}

.ih_img{
	width: 524px;
	margin: 0 auto;
	margin-bottom: 2em;
}

@media screen and (max-width: 640px) {
	
.ih_img{
	width: 80vw;
	margin: 0 auto;
	margin-bottom: 2em;
}
}

/* use_block
-----------------------------------------*/

.use_block{
	padding: 3em 0 3em;
    background: url("../img/bg_paper.png");
    margin-bottom: 3em;
}

.bnr_lm_block{
    width: 100%;
    text-align: center;
}

.use_block h2{
    text-align: center;
    margin: 4em 0 2em;
    padding-bottom: 1em;
    background: url("../img/bg_border.png") no-repeat bottom left;
}
.use_block h2 span{
	font-size: 150%;
    letter-spacing:  0.2em;
	font-weight: bold;
    text-align: center;
}

.use_block_inner{
	width: 880px;
	margin: 2em auto;
}

.use_block_one{
    margin-bottom: 2em;
}

.use_block_one_photo{
	width: 440px;
	float: left;
}

.use_block_one_text{
	width: 400px;
	float: right;
}

.use_block_one_text h3{
	font-size: 1.5em;
	font-weight: bold;
    margin-bottom: 0.6em;
    text-align: center;
}

.use_block_one_text h3 span{
	font-size: 0.625em;
	font-weight: normal;
}

.use_block_two_photo{
	width: 420px;
	float: right;
}

.use_block_two_text{
	width: 440px;
	float: left;
}

@media screen and (max-width: 640px) {
.use_block{
	padding: 3em 0 3em;
}
     
.use_block_inner{
	width: auto;
	margin: 2em auto;
}

.use_block_one{
    padding-bottom: 1em;
}

.use_block_one_photo{
	width: auto;
	float: none;
    margin-bottom: 1em;
}

.use_block_one_text{
	width: auto;
	float: none;
}
     
.use_block_one_text h3{
	font-size: 5.2vw;
}

.use_block_one_text h3 span{
	font-size: 4vw;
}

.use_block_two_photo{
	width: auto;
	float: none;
    margin-bottom: 1em;
}

.use_block_two_text{
	width: auto;
	float: none;
}
}

/* rakuraku_block
-----------------------------------------*/

.rakuraku_block h3{
	font-size: 125%;
	font-weight: bold;
    margin-bottom: 0.6em;
    text-align: center;
}

.rakuraku_block p{
    margin-top: 0.6em;
}
@media screen and (max-width: 640px) {
.rakuraku_block h3{
	font-size: 4vw;
    width: auto;
}
}

/* btn ----------------------- */
.m-btn {
	width: 400px;
	box-sizing: border-box;
	border: #5c5041 1px solid;
	margin: 0 auto 2em; 
    border-radius: 30px;
}
.m-btn a {
	display: block;
	position: relative;
	background-color: #fff;
	color: #5c5041;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	line-height: 1.6;
	padding: 10px 16px 10px 10px;
    border-radius: 30px;
    transition: 1.0s;
}
.m-btn a:hover {
    opacity: 0.75 ;
}
.m-btn a:after {
	display: block;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #666;
	content: " \f105";
	font-family: FontAwesome;
	font-size: 120%;
}@media screen and (max-width: 640px) {
.m-btn {
	width: 100%;
}
.m-btn a {
	font-size: 4vw;
	}
}

/* btn ----------------------- */
.p-btn {
	width: 300px;
	box-sizing: border-box;
	border: #5c5041 1px solid;
	margin: 0 auto 1em; 
    border-radius: 30px;
}
.p-btn a {
	display: block;
	position: relative;
	background-color: #fff;
	color: #5c5041;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	line-height: 1.6;
	padding: 10px 16px 10px 10px;
    border-radius: 30px;
    transition: 1.0s;
}
.p-btn a:hover {
    opacity: 0.75 ;
}
.p-btn a:after {
	display: block;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #666;
	content: " \f105";
	font-family: FontAwesome;
	font-size: 120%;
}@media screen and (max-width: 640px) {
.p-btn {
	width: 60%;
}
.p-btn a {
	font-size: 4vw;
	}
}

/* btn ----------------------- */
.f-btn {
	width: 450px;
	box-sizing: border-box;
	border: #5c5041 1px solid;
	margin: 1em auto; 
    border-radius: 30px;
}
.f-btn a {
	display: block;
	position: relative;
	background-color: #fff;
	color: #5c5041;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	line-height: 1.6;
	padding: 10px 16px 10px 10px;
    border-radius: 30px;
    transition: 1.0s;
}
.f-btn a:hover {
    opacity: 0.75 ;
}
.f-btn a:after {
	display: block;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #666;
	content: " \f105";
	font-family: FontAwesome;
	font-size: 120%;
}

@media screen and (max-width: 640px) {
.f-btn {
	width: auto;
    border-radius: 50px;
}
.f-btn a {
	font-size: 4vw;
    border-radius: 50px;
	}
}

/* mod_headerbar_in_nav_blocklink */
.mod_headerbar_in_nav_blocklink{
  display:table;
 width:100%;
 background-color:#3e3e3e;
}
@media screen and (max-width: 640px) {
  .mod_headerbar_in_nav_blocklink{
   display:block;
   background-color:#3e3e3e;
  }
}
.mod_headerbar_in_nav_blocklink ul li{
 display:table-cell;
 width:241px;
 line-height:1.3;
 box-sizing:border-box;
 border-right: 1px solid #6f6e6e;
}
@media screen and (max-width: 640px) {
  .mod_headerbar_in_nav_blocklink ul li{
   display:block;
   width:auto;
   border-right:none;
   border-bottom:solid 1px #1d1d1d;
  }
}
.mod_headerbar_in_nav_blocklink ul li:nth-child(4n){
 border-right:none;
}
.mod_headerbar_in_nav_blocklink ul li a{
 display:block;
 padding:26px 0 26px 0;
 text-align:center;
}
@media screen and (max-width: 640px) {
  .mod_headerbar_in_nav_blocklink ul li a{
   font-weight:bold;
   padding:15px 20px 15px 20px;
   text-align:left;
  }
  .mod_headerbar_in_nav_blocklink ul li a:after{
   display:inline-block;
   float:right;
   content: " \f054";
   font-size:120%;
   font-family: FontAwesome;
}
}
.mod_headerbar_in_nav_blocklink ul li a:hover   {text-decoration:none; background-color:#505050;}
.mod_headerbar_in_nav_blocklink ul li a:active  {text-decoration:none; background-color:#505050;}



.mod_headerbar_in_nav_category ul.halfUL {
	width: 42%;
}

@media screen and (max-width: 640px) {
.mod_headerbar_in_nav_category ul.halfUL {
	width: 100%;
}
}