@charset "UTF-8";
#beltbnr {
 display: none;
}
.h_bar{
  display: none;
}
#mainArea{
    letter-spacing: 0;
    line-height: 2;
    overflow: hidden;
    margin: 0 auto;
    font-family: yu-gothic-pr6n, sans-serif !important;
    font-weight: 400;
    font-style: normal;
	 font-size: 1.3rem;
}
.bnr_ {
	width: 900px;
	margin: 0 auto;
}
.f-y {
    font-family: yu-gothic-pr6n, sans-serif !important;
    font-weight: 400;
    font-style: normal;
}
.m-10 {margin-bottom: 10px!important;}
.m-15 {margin-bottom: 15px!important;}
.m-30 {margin-bottom: 30px!important;}
.m-90 {margin-bottom: 90px!important;}
.mb-0 {margin-bottom: 0px!important;}
section {
	width: 840px;
   margin: 6em auto 6em;
	position: relative;
}
.main__ {
   width: 780px;
   margin: 6em auto 6em;
}
.lead {
    font-size: 1.3rem;
    margin: 2em auto;
    text-align: center;
}
.f-y {
    font-family: yu-gothic-pr6n, sans-serif !important;
    font-weight: 400;
    font-style: normal;
}
h3 {
    font-size: 1.4rem;
    font-weight: 600;
	line-height: 1.0;
    text-align: center;
}
h4 {
	font-size: 1.5rem;
	font-weight: 600;
	text-align: center;
	margin: 0 0 0.5em;
}
.center {text-align: center;}
/*///*/
#menu__ {
	width: 600px;
    margin: 0 auto;
	padding: 1% 3% 0 7%;
	border-top: solid 2px #222;
	border-bottom: solid 2px #222;
}
.menu__inner {
	width: 49%;
    margin: 2em auto 1em;
    display: inline-block;
}
.menu_a {
	display: block;
	width: 54% !important;
	margin: 0 0 1.5em;
}
.menu_b {
	display: block;
	width: 88%!important;
	margin: 0 0 1em;
}
/*///*/
.title_ {
	display: block;
	margin: 0 auto;
	width: 120px;
}
.icon_ {
	display: block;
    margin: 1em auto;
    width: 64px;
	position: relative;
    z-index: 2;
}
.img_full {
	width: 65%;
    margin: -5% auto 0px;
    position: relative;
    z-index: 0;
}
.img_mid {
	width: 55%;
    margin: 4em auto;
}
/*///*/
.item_Area {
	width: 52%;
    position: relative;
    height: 540px;
    display: inline-block;
	vertical-align: middle;
}
.main_img {
    width: 70% !important;
    position: absolute;
    right: 8%;
}
.main_midashi {
	width: 24% !important;
    position: absolute;
    z-index: 2;
    top: -7%;
    left: 4%;
}
/*///*/
.item_Area_sub {
	width: 44%;
    position: relative;
    height: 400px;
    vertical-align: middle;
    display: inline-block;
	margin: 0em 2em 0 0;
}
.item_Area_sub2 {
	width: 100%;
    position: relative;
	height: 345px;
} 
.sub_img1 {
    width: 47% !important;
    position: absolute;
    top: 0%;
    right: 4%;
}
.sub_img2 {
	width: 38% !important;
    position: absolute;
    bottom: 0%;
    left: 4%;
}
.sub_img3 {
    width: 38% !important;
    position: absolute;
    z-index: 2;
	left: 4%;
	top: 0%;  
}
.sub_img4 {
	width: 47% !important;
    position: absolute;
    bottom: 0%;
    right: 4%;
}
.sub_img5 {
	width: 38% !important;
    position: absolute;
    bottom: 0%;
    left: 4%;
}
/*///*/
.recommended__ {
	width: 900px;
	background: #b3daec;
	padding: 3em 0;
}
.recommended_title {
	width: 340px;
    margin: 0 auto 4em;
    background: #fff;
    padding: 3% 5%;
}
.recommended_item {
	width: 80%;
    margin: 0 auto 6em;
    border: solid 3px #222;
    background: #fff;
    position: relative;
    padding: 4em;
}
.re-1 {
	position: absolute;
    width: 122px;
    left: 42%;
    top: -2.4%;
}
.re-2 {
	position: absolute;
    width: 140px;
    left: 40%;
    top: -1.1%;
}
.recommended_img {
	width: 55%;
    display: inline-block;
    vertical-align: middle;
}
.re_img_s {
	width: 280px;
	display: block;
    margin: 0 auto;
}
.re_img_a {
	width: 100%;
    margin: 0 auto;
	display: block;
}
.re_img_l {
	width: 200px;
    display: block;
    margin: 1em auto 3em;
}
.recommended_text {
   width: 44%;
    display: inline-block;
    vertical-align: middle;
}
.price__ {
	text-align: center;
    font-size: 91%;
    margin-top: 3px;
}
.recommended_bo {
	border: solid 1px #222;
    width: 96%;
    margin: 3em auto;
}
.comment_ {
	margin: 1em auto 2em;
	display: block;
    font-size: 1.2rem;
	line-height: 1.7;
}
/*///*/
.recipe_box {
	margin: 3em auto 4em;
}
.recipe__ {
	width: 800px;
}
.container{
    position: relative;
    width: 47%;
    display: inline-block;
    height: 263px;
    vertical-align: top;
    padding: 20px 20px 80px;
    overflow: hidden;
    transition: .4s;
    box-sizing: border-box;
}
.container:before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(255,255,255,1) 70%, rgba(255,255,255,0) 100%);
  transition: .4s;
}
.container.active:before{
  opacity: 0;
  visibility: hidden;
}
button {
    width: 100px;
    height: 40px;
    position: absolute;
    right: 36%;
    bottom: 20px;
    cursor: pointer;
    color: #fff;
    background: #95c8e0;
    border: none;
    margin: 0 auto;
    z-index: 2;
}
.recipe_title {
	width: 320px;
	display: block;
	margin: 2em auto;
}
.recipe_img {
	width: 49%;
    display: inline-block;
    margin: 0 2em 0 0;
    vertical-align: top;
}
.material {
	border: dotted 2px #888;
	margin: 0 0 2em;
    padding: 1.5em 1em;
}
.material b {
	display: block;
}
.material_text {
	width: 49%;
	display: inline-block;
	vertical-align: top;
}
.material_text:nth-of-type(2n) {
	width: 46%;
	margin-left: 3%;
}
.container b {
	display: block;
}
.no_ {
	width: 24px;
    background: #95c8e0;
    color: #fff;
    display: inline-block;
    padding: 0px;
    text-align: center;
    border-radius: 50%;
    font-size: 1.2rem;
    font-weight: bold;
	vertical-align: top;
	margin-right: 2%;
}
.howto {
	width: 93%;
	display: block;
	margin: 0 auto 1em;
}
.howto_text {
	vertical-align: top;
	width: 89%;
	display: inline-block;
	margin: 0 0 1em;
}
/*////*/
.crdit {
    margin-bottom: 12px;
}
.button_crdit {
	width: 71%;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.7;
	font-size: 1.0rem;
}
.button_ {
    width: 74px;
    height: 34px;
    border: solid 2px #222;
    background: #ffffff;
    text-align: center;
    transition: 1s;
    vertical-align: middle;
    display: inline-block;
    color: #222;
    line-height: 2.7;
    text-decoration: none;
    font-size: 1.2rem;
}
.button_:hover{
    background: #222!important;
	border: solid 2px #222;
	color: #fff !important; 
	transition : .3s;
}
/*////*/
.button_main {
    width: 86px;
    height: 43px;
    border: solid 2px #222;
    background: #222;
    text-align: center;
    transition: 1s;
    vertical-align: middle;
    display: inline-block;
    color: #fff;
    line-height: 2.9;
    text-decoration: none;
    font-family: futura-pt, sans-serif;
    font-size: 1.4rem;
}
.button_:hover{
    background: #fff;
	border: solid 2px #222;
	color: #fff !important; 
	transition : .3s;
}
/*////*/
.button_all {
    width: 100%;
    height: 49px;
    border: solid 2px #111;
    background: #111;
    text-align: center;
    transition: 1s;
    vertical-align: middle;
    display: block;
    color: #fff;
    line-height: 48px;
    font-size: 1.3rem;
    letter-spacing: 1px;
    font-weight: 400;
    text-decoration: none;
}
.button_all:hover{
    background: #fff;
	border: solid 2px #111;
	color: #111 !important; 
	transition : .3s;
}
/*///*/
.button_link {
	width: 84%;
	margin: 0 auto;
	display: block;
}
/*////*/
.fade {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1.5s, transform 1s;
}
.fade.active {
	opacity: 1;
	transform: translateY(0px);
}
.present_ {
	width: 74%;
    margin: 0 auto;
}