@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

body {
	font-family:"Meiryo",Verdana,sans-serif,MS UI Gothic,MS Pゴシック,MS ゴシック;
	font-size: 120%;
	text-align:left;
	color: #242424;
	line-height: 1.6em;
	}

a{text-decoration: underline;color: #0079e0;}
a:hover{text-decoration: none;}

.blue{color: #1241AC;}
.red{color: #dc1414;}
.pink{color: #f92598;}
.bold{font-weight: bold;}

/*---------------------------------------------------------------------------------
wrapper
---------------------------------------------------------------------------------*/
#wrapper{
	width:100%;
	position:relative;
	overflow:hidden;
	border-top: solid 5px #369f5b;
	}

/*---------------------------------------------------------------------------------
header
---------------------------------------------------------------------------------*/
header{
    width: auto;
	margin: 0 auto;
	}
	header h1{
		margin: 10px auto;
		width: 60%;
		}
		header h1 img{
			width: 100%;
			}

/*---------------------------------------------------------------------------------
nav
---------------------------------------------------------------------------------*/
nav.sp_menu {
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    background: none;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
	}
	nav.sp_menu ul {
		background: #000000b5;;
		margin: 0 auto;
		padding: 0;
		width: 100%;
		}
		nav.sp_menu ul li {
			font-size: 1.1em;
			list-style-type: none;
			padding: 0;
			width: 100%;
			border-bottom: 1px dotted #9e9e9e;
			}
		nav.sp_menu ul li:last-child {
			padding-bottom: 0;
			border-bottom: none;
			}
			nav.sp_menu ul li a {
				display: block;
				color: #fff;
				padding: 1em 0;
				}
 
/* このクラスを、jQueryで付与・削除する */
nav.sp_menu.active {transform: translateY(0%);}

.sp_menu_btn {
    display: block;
    position: fixed;  /* bodyに対しての絶対位置指定 */
    right: 6px;
    top: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 300;
    background: #369f5b;
    text-align: center;	
	}
	.sp_menu_btn span {
		display: block;
		position: absolute;  /* .sp_menu_btnに対して */
		width: 24px;
		border-bottom: solid 2px #fff;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
		left: 8px;
		}
	.sp_menu_btn span:nth-child(1) {top: 7px;}
	.sp_menu_btn span:nth-child(2) {top: 14px;}
	.sp_menu_btn span:nth-child(3) {top: 21px;}
	.sp_menu_btn span:nth-child(4) {
		border: none;
		color: #fff;
		font-size: 9px;
		font-weight: normal;
		top: 19px;
	    left: 6px;
		}


.sp_menu_btn.active{
	background: none;
	}
/* 最初のspanをマイナス45度に */
.sp_menu_btn.active span:nth-child(1) {
    top: 14px;
    left: 8px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
	}
/* 2番目と3番目のspanを45度に */
.sp_menu_btn.active span:nth-child(2),
.sp_menu_btn.active span:nth-child(3) {
    top: 14px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
	}


/*---------------------------------------------------------------------------------
main
---------------------------------------------------------------------------------*/
main{
	width: auto;
    margin: 0 auto;
    display: block;
    clear: both;
    overflow: hidden;
    /*--background: url(../img/bg_sp.png) 0 200px repeat-y;--*/
    /*--background-size: 100%;-*/
    padding-bottom: 30px;
	}

/*-- flexslider --*/
main #flexslider {
    margin-bottom: 5px;
	}
	main #flexslider .slides img {
		width: 127%;
		margin-left: -32px;
		}

/*---------------------------------------------------------------------------------
content
---------------------------------------------------------------------------------*/
section{
	width: auto;
	margin: 0 auto;
    clear: both;
    display: block;
    overflow: hidden;
	}
	section > div{
		padding: 0 10px;
		}
	section .img{
		width: 100%;
		display: block;
		}

		section h2{
			font-size: 120%;
			line-height: 1.2em;
			padding: 10px;
			color: #1e791c;
			}
		section p{
			padding: 10px;
			}

	section a.ban{
		display: block;
		text-align: center;
		margin: 10px 0 0;
		}
		section a.ban img{
			width: 100%;
			display: block;
			}

	section a.linkbtn{
		display: block;
		margin: 0;
		color: #ffffff;
		padding: 10px;
		border-radius: 8px;
		font-weight: bold;
		font-size: 105%;
		text-decoration: none;
		background: #0079e0;
		}
	section a.linkbtn:hover{
		background: #004077;
		}
	section a.linkbtn span{
		display: block;
		background: url(../img/icon_link.png) 0 50% no-repeat;
		background-size: 26px;
		padding-left: 34px;
		line-height: 1.2em;
		}

/*---------------------------------------------------------------------------------
toranomaki
---------------------------------------------------------------------------------*/
.toranomaki{
    margin-bottom: 50px;
    padding-bottom: 20px;
    border-bottom: dotted 3px #f06f01;	
	}
.toranomaki h2{
    color: #ffffff;
    font-size: 150%;
    padding: 22px 15px 15px 90px;
    margin-bottom: 10px;
    clear: both;
    border-radius: 0px;
    background: url(../img/toranomaki_h.png) 20px 3px no-repeat #f06f01;
    background-size: 60px;
	}
	.toranomaki h2 span{
		background: #fff;
		display: inline-block;
		padding: 10px 15px 5px;
		line-height: 1em;
		margin-top: -10px;
		border-radius: 30px;
		}
.toranomaki h3{
	background: #e4f3df;
    color: #1f6b1e;
    font-size: 115%;
    padding: 10px 10px 7px;
    margin-bottom: 5px;
    clear: both;
	border-radius: 3px;
	line-height: 1.2em;
	}
	.toranomaki h3 span{
		font-size: 90%;
		}
.toranomaki h4{
	background: #eef6f9;
    color: #33487b;
    font-size: 105%;
    padding: 10px 10px 7px;
    margin-bottom: 10px;
    clear: both;
	}

.check_item {
    overflow: hidden;
    margin-bottom: 20px;
    border: solid 1px #1241b4;
    padding: 15px;
	}
.check_item ul{
	list-style: none;
    font-size: 95%;
	margin-bottom: 10px;
	}
	.check_item ul li{
		margin-bottom: 10px;
		padding-left: 1.3em;
		text-indent: -1.3em;
		font-size: 90%;
		line-height: 1.1em;
		}
.check_item p.red{
	font-size: 83%;
    padding: 0;
	}
/*---------------------------------------------------------------------------------
recipe
---------------------------------------------------------------------------------*/
.recipe {
	border: solid 1px #cac1a5;
	padding: 10px;
	border-radius: 14px;
	line-height: 1.4em;
	}

.recipe h4{
    color: #f06f01;
    background: #f9f5ea;
    text-align: center;
	font-size: 110%;
	}

.recipe h5{
	color: #886d55;
    font-size: 105%;
    margin-bottom: 10px;
	border-bottom: solid 2px #d6c6b8;
	}

.recipe > img:nth-of-type(1){
	display: block;
	width: 80%;
    margin: 0 auto;
	}

.recipe > div:nth-of-type(1){
    margin-top: 10px;
	}
	.recipe > div:nth-of-type(1) ul{
		list-style: disc;
		padding: 0 0 0 30px;
		}
		.recipe > div:nth-of-type(1) ul li{
			margin-bottom: 4px;
			}

.recipe > div:nth-of-type(2){
	clear: both;
	margin-top: 20px;	
	}
	.recipe > div:nth-of-type(2) ul{
		list-style: disc;
		padding: 0 0 0 30px;
		}
		.recipe > div:nth-of-type(2) ul li{
			margin-bottom: 10px;
			}

.recipe > img:nth-of-type(2){
    display: block;
	width: 80%;
    margin: 0 auto;
	}

.recipe > div:nth-of-type(3){
    margin-top: 25px;
	font-size: 90%;
	line-height: 1.3em;
	}
	.recipe > div:nth-of-type(3) ul{
		list-style: disc;
		padding: 0 0 0 30px;
		}
		.recipe > div:nth-of-type(3) ul li{
			margin-bottom: 4px;
			}

.recipe > p{
	clear: both;
	padding: 20px;
    line-height: 1.4em;
	font-size: 110%;
	}

.balloon2-top {
    clear: both;
    position: relative;
    display: inline-block;
    margin: 1.5em 0 0;
    padding: 20px;
    min-width: 120px;
    max-width: 100%;
    background: #f4faff;
    border: solid 3px #94c3ea;
    box-sizing: border-box;
    border-radius: 12px;
	}

.balloon2-top:before {
	content: "";
	position: absolute;
	top: -24px;
	left: 50%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-bottom: 12px solid #f4faff;
	z-index: 2;
	}

.balloon2-top:after {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-bottom: 14px solid #94c3ea;
	z-index: 1;
	}

.balloon2-top p {
	margin: 0;
    padding: 0;
    font-size: 110%;
    line-height: 1.2em;
	}
/*---------------------------------------------------------------------------------
link_pdf
---------------------------------------------------------------------------------*/
.link_pdf{
    padding-top: 20px;
	}
.link_pdf a{
    width: 100%;
    margin: 0 auto;
    display: block;
    background: #F44336;
    padding: 6px 0;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    font-size: 112%;
    border-radius: 40px;
    border-bottom: solid 5px #b53127;
	}
.link_pdf a:hover{
	background: #e0483d;
    border-bottom: solid 2px #b53127;
    margin-top: 3px;
	}


/*---------------------------------------------------------------------------------
footer
---------------------------------------------------------------------------------*/
footer{
	overflow: hidden;
	clear: both;
	}
footer small{
    clear: both;
    background: #0b460a;
    display: block;
    text-align: center;
    color: #ffffff;
    padding: 10px 0;
    font-size: 70%;
	}

/*---------------------------------------------------------------------------------
END
---------------------------------------------------------------------------------*/