@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	color: #666666;
	vertical-align: baseline;
}

img {
	vertical-align: bottom;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body{
font-family:"メイリオ", Meiryo,  "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
body {
	line-height: 1;
}
#wrapper {
	width: 100%;
	overflow-x: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
.Fleft {
	float: left;
}
.Fright {
	float: right;
}
.Tcenter {
	text-align: center;
}
a:focus{
	border:none;
}
.inner{
	width: 970px;
	margin: auto;
	position: relative;
}
a{
	text-decoration: none;
}

/*==================================================

	header

==================================================*/
header{
	height: 106px;
	display: table;
	table-layout: fixed;
}
header h1{
	display: table-cell;
	vertical-align: middle;
}

#menu_btn{
	width: 114px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	padding: 20px 0 17px;
}

.onmenu_btn{
	display: block;
	background: #e17b86;

}
.menu-trigger .text{
	font-family: 'futura';
	font-size: 15px;
	font-weight: normal;
	font-stretch: condensed;
	color: #666;
}
.menu-trigger.active .text{
	color: #f9e6e8;
}

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 50px;
	height: 60px;
	cursor: pointer;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #e17b86;
	border-radius: 4px;
}
.onmenu_btn span{
	background: #FFF;
}
.menu-trigger span:nth-of-type(1) {
	top: 24px;
}
.menu-trigger span:nth-of-type(2) {
	top: 40px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(15px) rotate(-45deg);
	transform: translateY(15px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-18px) rotate(45deg);
	transform: translateY(-18px) rotate(45deg);
}
#top_header img{
	width: 100%;
}
/*==================================================

	#top_box

==================================================*/
#top_box{
	background: #f6f6e4;
	position: absolute;
	top: 98px;
	left: 0;
	width: 100%;
	z-index: 100;
	padding: 130px 0;
	display: none;
}
#top_box .arrow-list{
	width: 412px;
	margin: auto;
	border-bottom: 3px dotted #b1b1b1;
	padding-bottom: 45px;
	margin-bottom: 58px;
}
#top_box .arrow-list:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
#top_box .arrow-list li{
	margin-bottom: 42px;
}
#top_box .arrow-list li:last-child{
	margin-bottom: 0;
}
#top_box .arrow-list i{
  color: #ff9a9a;
}
#top_box .arrow-list a{
	font-size: 23px;
}

#top_box .arrow-list:last-child i{
	color: #302280;
}
/*==================================================

	.btn_box

==================================================*/
.btn_box{
	margin-bottom: 140px;
	margin-top: -38px;
}
.btn_box:before,
.btn_box:after{
	content: "";
	display: table;
}
.btn_box:after{
	clear: both;
}
.btn_box li{
	float: left;
}
.btn_box li:nth-child(2){
	margin: 0 54px;
}

/*==================================================

	.h2_title

==================================================*/
.h2_title{
	text-align: center;
	margin-bottom: 115px;
}
/*==================================================

	.box1

==================================================*/
.box1{
	background-image: url(images/box1_img01.png),url(images/box1_bg.png);
background-position: top,bottom;
background-repeat: no-repeat,repeat;
background-size:100%;
padding-top: 165px;
padding-bottom:100px;
}
.box1 h3{
	text-align: center;
	margin-bottom: 60px;
}
.box1 .text{
	text-align: center;
	font-size: 22px;
	line-height: 2;
	color: #666;
	margin-bottom: 40px;
}
.box1 .text_check{
	text-align: center;
	display: block;
	line-height: 2;
	margin-bottom: 40px;
}
.box1 .text_check a{
	color: #4ea2d8;
}
.box1 .text_check i{
	border-color: #4ea2d8;
	padding-left: 5px;
  border-style: solid;
  border-width: 8px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
	margin-top: 3px;
}
.box1 .inbox h4{
	text-align: center;
	margin-bottom: 55px;
}
.box1 .inbox{
	background: #FFF;
	padding: 60px 0 50px;
	width: 704px;
	margin:0 auto 40px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	position: relative;
}
.box1 .inbox ol{
	width: 560px;
	margin: auto;
}
.box1 .inbox li{
	background: url(images/box1_img08.png) repeat-x;
	padding: 12px 0 12px 25px;
	margin-bottom: 40px;
}
.box1 .inbox li:nth-child(3){
	margin-bottom: 0;
}
.box1 .inbox li p{
	background: url(images/box1_img04.png) no-repeat center left;
	padding-left: 75px;
	font-size: 17px;
	line-height: 2;
}
.box1 .inbox li:nth-child(2) p{
	background: url(images/box1_img05.png) no-repeat center left;
}
.box1 .inbox li:nth-child(3) p{
	background: url(images/box1_img06.png) no-repeat center left;
}
.box1 .inbox .item{
	position: absolute;
	right: 55px;
	bottom:-55px;
}
.box1 .h3_title{
	background: url(images/box1_img10.png) no-repeat center top;
	padding-top: 108px;
}
.box1 .cap{
	text-align: center;
	margin-bottom: 20px;
}
.box1 .minbox{
	background: url(images/box1_img17.png);
	width: 560px;
	padding: 15px 0;
	margin:0 auto 15px;

}
.box1 .minbox dl{
	position: relative;
	height: 348px;
	margin-bottom: 20px;
}
.box1 .minbox dl dt{
	position: absolute;
	left: -30px;
	top: 0;
}
.box1 .minbox dl dd{
	position: absolute;
	left: 100px;
	bottom: 130px;
}
.box1 .minbox dl dd:last-child{
	bottom:0;
}
.box1 .item_text{
	margin:2% auto 0;
	background: url(images/box1_img16.png) no-repeat center center;
	width: 529px;
	height: 16px;
}
.box1 .item_text img{
	display: none;
}
.box1 .inbox:last-child{
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.box1 .last_box{
	width: 704px;
	margin:0 auto 30px;
	background: #fbf0f1;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 35px 0;
}
.box1 .last_box dt{
	text-align: center;
	font-size: 18px;
	margin-bottom: 25px;
	color: #836e71;
}
.box1 .last_box dd{
	width: 590px;
	margin: auto;
	font-size: 16px;
	line-height: 1.8;
	color: #191919;
}

/*==================================================

	.box2

==================================================*/
.box2{
	background: url(images/box2_img01.png) no-repeat center top #d1fcff;
	padding-top: 165px;
	padding-bottom: 100px;
}
.box2 h3{
	text-align: center;
	margin-bottom: 60px;
}
.box2 .text{
	text-align: center;
	line-height: 2;
	font-size: 22px;
	color: #191919;
	margin-bottom: 80px;
}
.box2 h4{
	text-align: center;
	color: #46aeb5;
	font-size: 26px;
	margin-bottom: 15px;
}
.box2 ol{
	width: 704px;
	margin:0 auto 130px;
	border: 4px dotted #46aeb5;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 0 0 35px;
	background: #f5f5f5;
}
.box2 .box li{
	text-align: center;
	background: #f5f5f5;
	padding: 35px 0;
}
.box2 .box li:nth-child(even){
	background: #FFF;
}
.box2 .box li dt:last-child{
	text-align: left;
	width: 330px;
	margin: auto;
	color: #191919;
	font-size: 16px;
	line-height: 2;

}
.box2 .box li:last-child{
	position: relative;
	height: 220px;
	margin-bottom: -34px;
}
.box2 .box li:last-child dd{
	position: absolute;
	left: 100px;
	bottom: -56px;

}
.box2 .box li:last-child dt{
	color: #666666;
}
.box2 .box dt{
	font-size: 22px;
	color: #eb6d9a;
	margin-bottom: 20px;
}
.box2 .box dt span{
	display: block;
	font-size: 46px;
	color: #f2c013;
	margin-top: 15px;
}
.box2 .box dd{
	margin-bottom: 15px;
}
.box2 .box li h5{
	margin-bottom: 18px;
}
.box2 .item_list{
	display: table;
	table-layout: fixed;
	margin-bottom: 80px;
}
.box2 .item_list li{
	text-align: center;
	display: table-cell;
	vertical-align: bottom;
}
.box2 .item_list li .cap{
	margin-bottom: 25px;
}
.box2 .item_list li dl{
	margin-bottom: 15px;
}
.box2 .item_list li dt{
color:#eb6d9a;
font-size: 24px;
margin-bottom: 15px;
}
.box2 .item_list .item_text{
	border: 1px solid #191919;
	padding:7px 0 5px;
	width: 148px;
	margin: auto;
}
.btn{
	width: 670px;
	margin:0 auto 100px;
}
.btn a{
	display: block;
	background: #e17b86;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	text-align: center;
	color: #FFF;
	font-size: 24px;
	padding: 20px 0;
}
.btn a i{
	color: #FFF;
	margin-left: 40px;
}
.box2 .h3_title{
	background: url(images/box2_img13.png) no-repeat center top;
	padding-top: 140px;
	margin-bottom: 60px;
}
.box2 .item_list:last-child{
	margin-bottom: 80px;
}
.box2 .item_list:last-child dt{
	color: #510170;
}
.box2 .btn:last-child{
	margin-bottom: 0;
}

/*==================================================

	recipe_box

==================================================*/
.recipe_box{
	background:url(images/recipe_bg.png);
	padding: 85px 0;
	text-align: center;
}
/*==================================================

	box3

==================================================*/
.box3{
	background: url(images/box3_bg.png);
	padding-bottom: 70px;
}
.box3 .top_img{
	margin-bottom: 170px;
}
.box3 .top_img img{
	width: 100%;
}
.box3 h3{
	text-align: center;
	margin-bottom: 75px;
}
.box3 .text{
	text-align: center;
	font-size: 22px;
	line-height: 3;
	margin-bottom: 140px;
}
.box3 h4{
	text-align: center;
	margin-bottom: 50px;
}
.box3 .video_box{
	width: 962px;
	height: 540px;
	margin:0 auto 100px;
}
.box3 .video_box iframe{
	width: 100%;
	height: 100%;
}
.box3 dl{
	text-align: center;
	margin-bottom: 150px;
}
.box3 .sign_box{
	margin-bottom: 0;
}
.box3 dl dt{
	margin-bottom: 70px;
}
.box3 li{
	display: inline-block;
}
.box3 li:nth-child(2){
	margin: 0 150px 170px 110px;
}
.box3 .item{
	margin-bottom: 60px;
}
.box3 dl .text{
	margin-bottom:0;
}
.box3 .item_text{
	text-align: center;
}


.box3 .item_text .icono-play{
	color: #dc6300;
	border-width: 8px 0 8px 12px;
	margin-top: 3px;
}

.box3 .item_text .logo{
	margin-right: 25px;
}
.box3 .item_text img{
	vertical-align: middle;

}

.box3 .last_btn{
	margin-bottom: 160px;
}
/*==================================================

	footer

==================================================*/
footer .sp_only{
	display: none;
}
footer{
	background: url(images/footer_img01.png) no-repeat center top;
	padding-top: 90px;
	margin-bottom: 45px;
}
footer .pc_list_text{
	width: 100%;
	display: table;
	table-layout: fixed;
	margin-bottom: 50px;
}
footer ul:last-child li.item2{
	margin-bottom: 55px;
}
footer .list_text ul{
	display: table-cell;
	vertical-align: top;
}
footer .list_text ul li{
	margin-bottom: 30px;
	line-height: 1.5;
}
footer .list_text ul li a{
	color: #666;
}
footer .icono-play{
	color: #ff9a9a;
}
footer .logo{
	text-align: center;
	margin-bottom: 35px;
}
footer .item{
	text-align: center;
	margin-bottom: 30px;
}
footer .item li{
	margin-bottom: 30px;
	color: #666666;
}
footer .list_btn{
	text-align: center;
}
footer .list_btn li{
	display: inline-block;
	margin-right: 7px;
}


#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

/*==================================================

	.footer_text

==================================================*/
.footer_text{
	background: #e9e9e9;
	padding: 25px 0;
}
.footer_text .inner:before,
.footer_text .inner:after,
.footer_text ul:before,
.footer_text ul:after{
	display: table;
	content: "";
}
.footer_text ul{
	float: left;
}
.footer_text .inner:after,
.footer_text ul:after{
	clear: both;
}
.footer_text ul li{
	float: left;
	margin-right: 40px;
}

address{
	font-style: normal;
	float: right;
	font-size: 11px;
	margin-top: 5px;
}
.sp_only,
.sp_list_text{
	display: none;
}

/*==========*==========*==========*==========

	767

==========*==========*==========*==========*/

@media screen and (max-width:767px) {
footer .pc_list_text{
	display: none;
}	
	
.sp_list_text{
	display: block;	
}	
	
.sp_only{
	display:block;
}
.pc_only{
	display: none;
}

	img{
		width: 100%;
	}
	.inner{
		width: 100%;
	}
	html{
		font-size: 62.5%;
	}
/*==========*==========*==========*==========

	header

==========*==========*==========*==========*/
header{
	height: 80px;
}
#menu_btn{
	width: 30%;
	padding: 10px 0 10px;
}
.menu-trigger {
	height: 50px;
}
.menu-trigger span:nth-of-type(2) {
	top: 35px;
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-14px) rotate(45deg);
	transform: translateY(-14px) rotate(45deg);
}
#top_box{
	top: 70px;
}
#menu_btn{
	width: 70px;
}
#top_box{
	padding: 10% 0;
}
#top_box .arrow-list{
	width: 95%;
	padding-bottom: 5%;
	margin-bottom: 5%;
}
#top_box .arrow-list li{
	margin-bottom: 5%;
}
#top_box .arrow-list a{
	font-size: 1.4rem;
}
#top_box .arrow-list i{
	margin-top: 2px;
	border-width: 5px 0 5px 11px;
}
header h1{
	width: 60%;
	padding-left: 2.5%;
}
.btn_box{
	margin-top: -4%;
	margin-bottom: 10%;
}
.btn_box ul{
	width: 95%;
	margin: auto;
	display: table;
	table-layout: fixed;
	border-spacing: 10px 0;

}
.btn_box li{
	display: table-cell;
	float: none;
}

.h2_title{
	width: 95%;
	margin: 0 auto 5%;
}
/*==========*==========*==========*==========

	box1

==========*==========*==========*==========*/
.box1{
	padding-top: 10%;
	padding-bottom: 5%;
}
.box1 h3{
	width:80%;
	margin:0 auto 5%;
}
.box1 .text{
	font-size: 1.6rem;
	margin-bottom: 5%;
}
.box1 .text_check{
	margin-bottom: 5%;
	font-size: 1.4rem;
}
.box1 .inbox{
	width: 95%;
	margin:0 auto 5%;
	padding: 4%;
	box-sizing: border-box;
}

.box1 .inbox h4{
	width: 50%;
	margin: 0 auto 5%;
}
.box1 .inbox ol{
	width: 95%;
	margin: auto;
	border-top: 2px solid #f0ead8;
}
.box1 .inbox li{
	margin-bottom:0;
	background:none;
	border-bottom: 2px solid #f0ead8;
	padding: 2%;
	display: table;
	table-layout: fixed;
	width: 98%;
	box-sizing: border-box;
}
.box1 .inbox li p,
.box1 .inbox li .icon{
	display: table-cell;
	vertical-align: middle;
}
.box1 .inbox li .icon{
	width: auto;
	height: 30px;
}
.box1 .inbox li:first-child .icon{
	padding-left: 4px;
}

.box1 .inbox li p br{
	display: none;
}
.box1 .inbox li:nth-child(3) p,
.box1 .inbox li:nth-child(2) p,
.box1 .inbox li p{
	font-size: 1.2rem;
	background: none;
	width: 90%;
	line-height: 1.5;
	text-align: left;
	padding-left: 5px;

}
.box1 .inbox .item{
	width: 26%;
	right: 0;
	bottom: -50px;
}

.box1 .h3_title{
	padding-top: 20%;
}
.box1 .minbox{
	width: 95%;
	margin: auto;
	padding: 10px 0 15px;
}
.box1 .minbox dl dt{
	position: relative;
	left: auto;
	top: auto;
}
.box1 .minbox dl{
	height: 180px;
}
.box1 .minbox dl dd{
	height: 30px;
	width: auto;
}
.box1 .minbox dl dd{
	left: 10px;
	bottom: 250px;
}

.box1 .last_box{
	width: 95%;
	margin:0 auto 5%;
}
.box1 .last_box dt{
	font-size: 1.8rem;
}
.box1 .last_box dd{
	width: 95%;
	margin: auto;
	font-size: 1.4rem;
}
.box1 .item_text{
	margin:4% auto 0;
	background:none;
	width:60%;
	height:auto;
}
.box1 .item_text img{
	display:block;
}

/*==========*==========*==========*==========

	box2

==========*==========*==========*==========*/
.box2{
	padding: 20% 0 5%;
}
.box2 h3{
	width: 95%;
	margin: 0 auto 2%;
}
.box2 .text{
	font-size: 1.4rem;
	margin-bottom: 5%;
}
.box2 h4{
	font-size: 1.6rem;
	margin-bottom: 2%;
}
.box2 ol{
	width: 95%;
	margin: 0 auto 15%;
}
.box2 .box li h5{
	width: 10%;
	margin: 0 auto 5%;
}
.box2 .box dt{
	font-size: 1.6rem;
}
.box2 .box dd{
	width: 40%;
	margin: 0 auto 5%;
}
.box2 .box li{
	padding: 4% 0;
}
.box2 .box li dt:last-child{
	width:90%;
	margin: auto;
	font-size: 1.4rem;
	line-height: 1.2;
}
.box2 .box dt span{
	font-size: 3.2rem;
}
.box2 .box li:last-child dd{
	position: relative;
	bottom: auto;
	left: auto;
	width: 80%;
}

.box2 .item_list li{
	display: block;
	width: 90%;
	margin:0 auto 10%;
}
.box2 .item_list li .cap{
	width: 60%;
	margin: 0 auto 5%;
}

.box2 .item_list li dt{
	font-size: 1.6rem;
	margin-bottom: 2%;
}
.box2 .item_list li dl{
	margin-bottom: 2%;
}
.box2 .item_list .item_text{
	width: 50%;
	font-size: 1.6rem;
}
.box2 .item_list{
	margin-bottom: 5%;
}
.btn{
	width: 95%;
	margin: 0 auto 10%;
	text-align: center;
	position: relative;
}
.btn a{
	font-size: 1.6rem;
	padding: 2% 0;
	text-align: center;
}
.btn a i{
	border-width: 8px 0 8px 14px;
	margin-top: -8px;
	position: absolute;
}
.box2 .h3_title{
	padding-top: 20%;
	margin-bottom: 10%;
}

.recipe_box{
	padding: 8% 0 10%;
}
/*==========*==========*==========*==========

	box3

==========*==========*==========*==========*/
.box3{
	padding-bottom: 10%;
}
.box3 .top_img{
	margin-bottom: 10%;
}

.box3 h3{
	width: 90%;
	margin: 0 auto 5%;
}

.box3 .text{
	width: 90%;
	margin: 0 auto 10%;
	font-size: 1.6rem;
	line-height: 1.5;
}
.box3 h4{
	width: 90%;
	margin: 0 auto 5%;
}
.box3 .video_box{
	width: 95%;
	margin:0 auto 5%;
	height: 250px;
}
.box3 dl{
	width: 95%;
	margin: 0 auto 10%;
}

.box3 dl dt{
	width: 30%;
	margin: 0 auto 5%;
}
.box3 .sign_box dt{
	width: 50%;
}
.box3 .item dt{
	width: 95%;
}

.box3 li:first-child{
	width: 70%;
}
.box3 li:nth-child(2),
.box3 li{
	display: block;
	width: 50%;
	margin: 0 auto 5%;
}

.box3 .item_text{
	width: 90%;
	margin: 0 auto;
	font-size: 1.6rem;
}

.box3 .item_text .logo{
	margin: 0 auto 5%;
	width: 40%;
	display: block;
}
.box3 .last_btn{
	margin-bottom: 10%;
}
/*==========*==========*==========*==========

	footer

==========*==========*==========*==========*/
footer{
	padding-top: 20%;
	margin-bottom: 10%;
}
footer .list_text{
	margin-bottom: 5%;
}
footer .list_text ul{
	display: block;
	width: 60%;
	margin: auto;
	
}
footer .list_text ul li{
	margin-bottom: 5%;
	font-size: 1.4rem;
	display: block;
	width: 100%;
	padding: 0;
}
footer .icono-play{
	border-width: 5px 0 5px 11px;
}
footer .logo{
	width: 60%;
	margin: 0 auto 5%;
}
footer .item{
	margin-bottom: 10%;
}
footer .list_btn{
	width: 70%;
	margin: auto;
}
footer .list_btn:before,
footer .list_btn:after{
	content: "";
	display: table;
}
footer .list_btn:after{
	clear: both;
}
footer .list_btn li{
	width: 48%;
	float: left;
	margin: 0 0 5% 0;
}
footer .list_btn li:nth-child(even){
	float: right;
}
footer .item li{
	font-size: 1.6rem;
	margin-bottom: 5%;
}
.footer_text{
	padding: 5% 0;
}
.footer_text ul,
.footer_text address{
	float: none;
	text-align: center;
}
.footer_text ul{
	margin-bottom: 5%;
}
.footer_text address{
	font-size: 1.2rem;
	line-height: 1.5;
}
.footer_text ul li{
	float: none;
	display: inline-block;
	margin: 0 10px;
}
}
/*==========*==========*==========*==========

	320

==========*==========*==========*==========*/

@media screen and (max-width:320px) {

	.box2 .text,
		.box1 .text{
			width: 90%;
			font-size: 1.4rem;
			text-align: left;
			margin:0 auto 5%;
		}
		.box3 .text br,
		.box2 .text br,
	.box1 .text br{
		display: none;
	}

	footer .list_text ul{
		width: 75%;
	}
	.box1 .inbox li{
		padding: 4% 0 2%;
	}
	.box1 .inbox .item{
		bottom: -15px;

	}

	.box1 .item_text{
		margin-top: 7%;
	}
	.box1 .inbox li p .item_br{
		display: block;

	}
	#page-top{
		right: 10px;
		bottom: 10px;
		width: 15%;
		
	}
}
