@charset "utf-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	position:relative;
	}
div,p{
	box-sizing:border-box;
	}
p{
	line-height:200%;
	}
a{
	color:#000;
	}
a:hover{
	color:#999;
	text-decoration:none;
	}

#header_inner,
#contents,
#form{
	width:1000px;
	margin:0 auto;
	}
#header{
	border-top:10px solid #ffd425;
	padding:15px 0 10px;
	clear:both;
	overflow:hidden;
	background:#fff;
	position:fixed;
	top:0;
	width:100%;
	z-index:100;
	}
#header_inner h1{
	width:390px;
	float:left;
	}
#header_inner div{
	width:500px;
	float:right;
	}
#header_inner div p{
	text-align:right;
	font-size:16px;
	margin-bottom:10px;
	}
#header_inner div p a{
	font-size:18px;
	padding:7px 20px;
}
#header_inner div p a.current{
	background:#ff9626;
}
#header_inner div p span{
	font-weight:bold;
	font-size:30px;
	}
#header_inner div ul{
	display:table;
	width:100%;
	text-align:center;
	table-layout:fixed;
	}
#header_inner div ul li{
	display:table-cell;
}
.fb-page{
	margin-bottom:40px;
}
#header_inner div p .fb-like,
#header_inner div p .twitter-share-button,
#header_inner div p .googleplus{
	padding:0px 5px;
}

#mailform table{
    border-collapse: separate;
	border-spacing: 0px 10px;
}
#mailform table.left{
    float:left;
	width:48%;
	border-right:1px solid #CCC;
	padding-right:5px
}
#mailform table.right{
    float:right;
	width:50%;
}
#mailform table th{
    width:60%;
}
#mailform table .short{
	width:30%;
}


@media screen and (max-width: 999px) {
#header_inner,
#contents,
#form{
	width:100%;
	margin:0 auto;
	}
#header_inner h1{
	width:40%;
	float:left;
	}
#header_inner h1 img{
	max-width:390px;
	width:100%;
	}
#header_inner div{
	width:60%;
	float:right;
	}
#header_inner div p{
	text-align:center;
	}
}
@media screen and (max-width: 849px) {
#header_inner h1{
	width:300px;
	float:none;
	text-align:center;
	margin:0 auto 10px;
	}
#header_inner h1 img{
	max-width:390px;
	width:100%;
	}
#header_inner div{
	width:100%;
	float:none;
	}
#header_inner p{
	width:50%;
	float:left;
	}
#header_inner ul{
	clear:both;
	}
}
@media screen and (max-width: 667px) {
#header_inner h1{
	width:60%;
	float:left;
	text-align:center;
	margin-bottom:10px;
	}
#header_inner h1 img{
	max-width:390px;
	width:90%;
	}
#header_inner div{
	width:100%;
	float:none;
	}
#header_inner div ul li{
	vertical-align:middle;
	}
#header_inner div ul li a{
	font-size:16px;
}
/*#header_inner div ul{
	display:block;
	width:100%;
	text-align:center;
	border-top:1px solid #e8d8c3;
	background:#f8f3ec;
	}
#header_inner div ul li{
	display:block;
	text-align:center;
	border-bottom:1px solid #e8d8c3;
}
#header_inner div ul li a{
	display:block;
	padding:20px 0;
	}
*/#header_inner div p{
	width:40%;
	text-align:center;
	}
#header_inner div p a{
	font-size:14px;
	display:block;
	padding:0px 20px;
	}
#header_inner div p:nth-of-type(2){
	display:none;
	}
#header_inner div p .fb-like,
#header_inner div p .twitter-share-button,
#header_inner div p .googleplus{
	display:none;
	}
#mailform table{
    border-collapse: separate;
	border-spacing: 0px 0px;
}
#mailform table.left, #mailform table.right{
    float:none;
	width:100%;
	border-right:none;
}
#mailform table th{
    width:50%;
}
#mailform table tr{
	font-size:12px;
    line-height:120%;
	border:1px solid #CCC;
}
#mailform table .short{
	height:40px;
}
}



#mainimg{
	margin-top:170px;
	}

#mainimg img{
	width:100%;
	}
@media screen and (max-width: 849px) {
#mainimg{
	margin-top:220px;
	height:300px;
	background:url(../../images/mainimg.jpg) center no-repeat;
	background-size:cover;
	}
#mainimg img{
	display:none;
	}
}
@media screen and (max-width: 667px) {
#mainimg{
	margin-top:150px;
	height:250px;
	background:url(../../images/mainimg.jpg) center no-repeat;
	background-size:cover;
	}
#mainimg img{
	display:none;
	}
}

#contents{
	padding:20px 0;
	}
#contents .block{
	margin-bottom:50px;
	}
#contents .bnr1{
	border-top:3px solid #ffd425;
	border-bottom:3px solid #ffd425;
	position:relative;
	padding:30px 0;
	margin:30px 0;
	}
#contents .bnr1 h2{
	position:absolute;
	top:-20px;
	left:0;
	font-size:28px;
	font-weight:normal;
	text-align:center;
	width:100%;
	}
#contents .bnr1 h2 span{
	background:#ffd425;
	padding:10px;
}
#contents .bnr1 p{
	margin:0 auto;
	text-align:center;
}
@media screen and (max-width: 799px) {
#contents .bnr1 p img{
	width:95%;
}
}
@media screen and (max-width: 349px) {
#contents .bnr1{
	border-top:none;
	border-bottom:3px solid #ffd425;
	position:static;
	padding:0 0 30px;
	margin:30px 0;
	}
#contents .bnr1 h2{
	position:static;
	top:0;
	left:0;
	font-size:20px;
	font-weight:normal;
	text-align:center;
	width:100%;
	margin-bottom:15px;
	}
#contents .bnr1 h2 span{
	display:block;
}
}

#contents2{
	background:#f8f3ec;
	}
#contents2 p{
	margin-bottom:50px;
	}
#contents2 h2{
	text-align:center;
	font-size:36px;
	margin-bottom:40px;
	}
#contents2 h3{
	text-align:center;
	font-size:28px;
	margin:20px 0;
	padding-bottom:20px;
	border-bottom:3px solid #e8d8c3;
	}
#quality{
	width:1000px;
	margin:0 auto 50px;
	padding:30px 0 10px;
	}
#safety{
	width:1000px;
	margin:0 auto;
	padding:30px 0 10px;
	}
#quality{
	border-bottom:3px solid #e8d8c3;
	}
#quality h2 span{
	padding-bottom:10px;
	border-bottom:double 10px #ff9d34;
	}
#safety h2 span{
	padding-bottom:10px;
	border-bottom:double 10px #3693fe;
	}
#quality .txt{
	width:80%;
	margin:0 auto 50px;
	}
#quality p img{
	padding-right:5px;
}
#quality p img:last-child{
	padding-right:0px;
}
#safety p{
	clear:both;
	overflow:hidden;
	}
#safety p img{
	float:right;
	padding-left:15px;
}
@media screen and (max-width: 999px) {
#quality{
	width:100%;
	margin:0 auto 50px;
	padding:30px 0 10px;
	}
#safety{
	width:100%;
	margin:0 auto;
	padding:30px 0 10px;
	}
#quality p:last-child{
	text-align:center;
	}
#quality p img{
	float:none;
	padding-bottom:7px;
}
#safety p{
	clear:both;
	overflow:hidden;
	}
#safety p img{
	float:none;
	display:block;
	text-align:center;
	padding:0 0 10px 0;
	margin:0 auto;
}
}
@media screen and (max-width: 339px) {
#quality p img{
	float:none;
	padding-bottom:7px;
	width:100%;
}
#safety p img{
	float:none;
	display:block;
	text-align:center;
	padding:0 0 10px 0;
	width:100%;
	margin:0 auto;
}
}
#contents3{
	background:#ff9626;
	padding:30px 0;
	}
#contents3 h2{
	text-align:center;
	font-size:28px;
	font-weight:normal;
	margin-bottom:30px;
	}
#contents3 .block2{
	background:#fff;
	padding:15px;
	width:1000px;
	margin:0 auto 50px;
	}
.menu {
	padding-top:15px;
	}
.menu p.attention{
	color:#ff0000;
	width:90%;
	margin:0 auto;
	}
.menu h4{
	background-color:#ff2812;
	color:#fff;
	font-size:24px;
	border-radius:10px;
	width:300px;
	text-align:center
	}
.menu .price{
	font-size:20px;
	}
.menu ul{
	display:table;
	width:85%;
	margin:0 auto 30px;
	}
.special ul{
	display:table;
	width:90%;
	margin:0 auto 20px;
	table-layout:fixed;
	}
.menu ul li,
.special ul li{
	display:table-cell;
	padding:0 8px;
	}
.menu ul li img{
	padding:15px 0 5px;
	}
.special ul li{
	text-align:center;
	}
.special ul li img{
	border:1px solid #ccc;
	}
.special ul li p{
	font-size:14px;
	font-weight:normal;
	}
@media screen and (max-width: 999px) {
#contents3 .block2{
	background:#fff;
	padding:15px;
	width:100%;
	margin:0 auto 50px;
	}
.menu ul{
	display:table;
	width:100%;
	margin:0 auto 30px;
	}
.special ul{
	display:table;
	width:100%;
	margin:0 auto 20px;
	table-layout:fixed;
	}
}
@media screen and (max-width: 849px) {
#contents3 .block2{
	background:#fff;
	padding:15px;
	width:100%;
	margin:0 auto 50px;
	}
.menu ul{
	display:block;
	width:100%;
	margin:0 auto 30px;
	}
.menu ul li{
	border-bottom:1px solid #e8d8c3;
	display:block;
	padding:0 20px 20px;
	margin-bottom:20px;
	text-align:center;
	}
.menu ul li img{
	width:100%;
	}
}
@media screen and (max-width: 559px) {
.special ul{
	display:block;
	width:100%;
	margin:0 auto 30px;
	}
.special ul li{
	border-bottom:1px solid #e8d8c3;
	display:block;
	padding:0 20px 20px;
	margin-bottom:20px;
	text-align:center;
	}
}
#contents3 .block2.favourite div{
	width:70%;
	display:table;
	margin:0 auto;
	table-layout:fixed;
	}
#contents3 .block2.favourite div ul{
	display:table-cell;
	}
#contents3 .block2.favourite div ul li{
	margin-bottom:15px;
}
#contents3 .block2.favourite div ul p{
	font-weight:normal;
	font-size:16px;
	}
.btn{
	text-align:center;
	width:1000px;
	margin:0 auto 50px;
	}	
.btn a{
	display:block;
	background:#ff2812;
	border-bottom:7px solid #71220c;
	border-radius:10px;
	width:90%;
	margin: 0 auto;
	padding:20px 0;
	text-decoration:none;
	color:#fff;
	font-size:24px;
}
.mfp-button{
	text-align:center;
	width:1000px;
	margin:0 auto 50px;
	}	
.mfp-button button{
	display:block;
	background:#ff2812;
	border-bottom:7px solid #71220c;
	border-radius:10px;
	width:50%;
	margin: 0 auto;
	padding:20px 0;
	text-decoration:none;
	color:#fff;
	font-size:24px;
	text-shadow:none;
}
.mfp-button button:hover{
	display:block;
	background:#ff2812;
	border-bottom:7px solid #71220c;
	border-radius:10px;
	width:50%;
	margin: 0 auto;
	padding:20px 0;
	text-decoration:none;
	color:#fff;
	font-size:24px;
	box-shadow:none;
	text-shadow:none;
}
@media screen and (max-width: 999px) {
.btn,
.mfp-button{
	text-align:center;
	width:100%;
	margin:0 auto 50px;
	}	
}
@media screen and (max-width: 559px) {
#contents3 .block2.favourite div{
	width:100%;
	display:block;
	margin:0 auto;
	}
#contents3 .block2.favourite div ul{
	display:block;
	}
}
.size1{
	font-size:40px;
	}
#order_attention{
	width:1000px;
	margin:0 auto;
	padding:30px 0;
	background:#ffd425;
	text-align:center;
	font-size:26px;
	}
#form iframe{
	width:100%;
	}
@media screen and (max-width: 999px) {
#order_attention{
	width:100%;
	margin:0 auto;
	padding:30px 0;
	background:#ffd425;
	text-align:center;
	font-size:26px;
	}
}
#form #contact{
	padding:40px 0;
	text-align:center;
	}
#form #contact p:first-child{
	font-size:28px;
	margin-bottom:10px;
}
#form #contact p:nth-of-type(2){
	font-size:24px;
	margin-bottom:10px;
}
#form #contact p:nth-of-type(2) span{
	font-size:40px;
}


@media screen and (min-width: 667px) {

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    width: 90px;
    height: 90px;
    text-align: center;
    display: block;
}
}
@media screen and (max-width: 667px) {
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    width: 60px;
    height: 60px;
    text-align: center;
    display: block;
}
#page-top a img{
	width:100%;
}
.menu h4{
	width:100%;
	margin:0 auto;
}
.menu .price{
	line-height:1.5em;
	padding-top:10px;
	font-size:16px;
}
}

#footer{
	text-align:center;
	}
#footer #to-top{
	background:#f8f3ec;
	}
#footer #to-top a{
	display:block;
	padding:40px 0;
	}
#footer #copy{
	background:#ffd425;
	padding:20px 0;
	}