@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.8em;
	}

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: 960px;
	margin: 0 auto;
	}
	header h1{
		margin: 15px 0 10px;
		}

/*---------------------------------------------------------------------------------
nav
---------------------------------------------------------------------------------*/
nav{
    overflow: hidden;
    display: block;
    clear: both;
    float: right;
    margin-top: -56px;
	margin-bottom: 5px;
	}
	nav ul{
		width: auto;
		list-style: none;
		}
		nav ul li{
			text-align: center;
			font-size: 16px;
			letter-spacing: normal;
			float: left;
			margin-right: 15px;
			}
			nav ul li:last-of-type{
				margin: 0;
				}
			nav ul li a{
				display: block;
				padding: 6px 20px 5px;
				color: #242424;
				background: #ffd640;
				border-radius: 5px;
				text-decoration: none;
				font-weight: bold;
				}
			nav ul li a:hover{
				background: #f9b335;
				}

.sp_menu_btn{display: none;}

/*---------------------------------------------------------------------------------
main
---------------------------------------------------------------------------------*/
main{
	width: auto;
	margin: 0 auto;
	display: block;
	clear: both;
	overflow: hidden;
	/*-background: url(../img/bg.png) right 250px no-repeat;--*/
	padding-bottom: 80px; 
	}

/*---------------------------------------------------------------------------------
content
---------------------------------------------------------------------------------*/
section{
	width: 960px;
	margin: 0 auto;
    clear: both;
    display: block;
    overflow: hidden;
	}
	section > div{
		padding: 0 30px;
		}
	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: 15px -30px 0;
		}
		section a.ban img{
			width: 100%;
			display: block;
			}
		section a.ban_s img{
			width: auto;
			margin: 0 auto;
			}

	section a.linkbtn{
		display: block;
		text-align: center;
		margin: 0;
		color: #ffffff;
		padding: 20px;
		border-radius: 8px;
		font-weight: bold;
		font-size: 140%;
		text-decoration: none;
		background: #0079e0;
		}
	section a.linkbtn:hover{
		background: #004077;
		}
	section a.linkbtn span{
		background: url(../img/icon_link.png) 0 50% no-repeat;
		background-size: 30px;
		padding-left: 40px;
		}
/*---------------------------------------------------------------------------------
toranomaki
---------------------------------------------------------------------------------*/
.toranomaki{
    margin-bottom: 80px;
    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: 5px;
    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: 12px 12px 9px;
    margin-bottom: 8px;
    clear: both;
    border-radius: 3px;
	}
	.toranomaki h3 span{
		font-size: 90%;
		}
.toranomaki h4{
	background: #eef6f9;
    color: #33487b;
    font-size: 105%;
    padding: 7px 10px 3px;
    margin-bottom: 10px;
    clear: both;
	}

.check_item {
	overflow: hidden;
    margin-bottom: 20px;
    border: solid 2px #385d8a;
    padding: 20px;
    border-radius: 18px;
	}
.check_item ul{
	list-style: none;
    font-size: 95%;
	margin-bottom: 10px;
	}
	.check_item ul li{
		margin-bottom: 8px;
		padding-left: 1.3em;
		text-indent: -1.3em;
		line-height: 1.4em;
		}

/*---------------------------------------------------------------------------------
recipe
---------------------------------------------------------------------------------*/
.recipe {
	border: solid 2px #e4d8b5;
	padding: 30px;
	border-radius: 18px;
	line-height: 1.4em;
	}

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

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

.recipe > img:nth-of-type(1){
    float: left;
    display: block;
    margin: 15px;
	}

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

.recipe2 > img:nth-of-type(1){
	width: 440px;
	}

.recipe2 > div:nth-of-type(1){
    width: 43%;
	}


.recipe > div:nth-of-type(2){
	clear: both;
	}
	.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){
	float: left;
    display: block;
    margin: 30px 16px 0;
    width: 260px;
	}

.recipe > div:nth-of-type(3){
	float: right;
    width: 64%;
    margin-top: 25px;
	font-size: 90%;
	line-height: 1.3em;
	}
	.recipe > div:nth-of-type(3) ul{
		list-style: disc;
		padding: 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: 120%;
    line-height: 1.6em;
	}

/*---------------------------------------------------------------------------------
link_pdf
---------------------------------------------------------------------------------*/
.link_pdf{
    padding-top: 20px;
	}
.link_pdf a{
	width: 45%;
    margin: 0 auto;
    display: block;
    background: #F44336;
    padding: 20px 0;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    font-size: 130%;
    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
---------------------------------------------------------------------------------*/