@charset "UTF-8";
/* CSS Document */
BODY {
	background-color:#F9F6F0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
header {
	position:relative;
}
header h1#pcp {
	display:block;
	width:80%;
	margin:90px auto 30px;
}
header h1#sps {
	display:none;
}
header h2 {
	position:absolute;
	top:90px;
	right:60px;
	width:190px;
}
a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
/*concept*/

section#concept h2#concept1 {
	width:790px;
	margin:0 auto;
	display:block;
}
section#concept h2#concept1sp {
	display:none;
}
#concept_box {
	width:70%;
	margin:20px auto;
	overflow:hidden;
}
#concept_left {
	float:left;
	width:23%;
}
#concept_right {
	float:right;
	width:70%;
}
#concept_box2 {
	width:100%;
	margin:20px auto;
	overflow:hidden;
}
section#concept h3#cb1 {
	width:623px;
	margin:10px auto;
	display:block;
}
section#concept h3#cb1_sp {
	display:none;
}
span.yyy {
	display:none;
}
section#concept h4 {
	text-align:center;
	font-size:16px;
	font-weight:600;
	color:#000;
	padding:15px 0;
}
#concept_box2 p {
	text-align:center;
}
p.cb2 {
	width:60%;
	margin:15px auto;
}
p.cb2_sp {
	display:none;
}





/*product*/
#product_box {
	width:940px;
	margin:0 auto;
	background-image:url(../img/product_back940.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	height:400px;
}
#product_left {
	width: 410px;
	float: left;
	padding: 38px 0 0 20px;
}
p.ss1 {
	width: 410px;
	height: auto;
	margin: 0;
	padding: 0;
}
#product_right {
	width: 480px;
	float: right;
	padding: 38px 20px 0 0;
}
p.ss2 {
	font-size: 13px;
	color: #d90000;
	font-weight: 600;
	margin: 0;
	padding: 0;
}
#product_box h2 {
	color: #83262A;
	font-size: 18px;
	font-weight: normal;
	margin: 5px 0;
	padding: 0 0 5px 0;
	text-align:left;
}
#product_box dl {
	margin: 0 auto 10px;
	padding: 5px 0;
	font-size: 12px;
	color: #333;
	overflow: hidden;
	line-height: 1.6em;
	border-bottom: #B28500 1px solid;
	border-top: #B28500 1px solid;
	text-align:left;
}
#product_box dt {
	clear: left;
	float: left;
	width: 5em;
	padding: 0 0 7px 0;
	border-left: none;
	font-weight: normal;
}
#product_box dd {
	margin: 0 0 0 6em;
	padding: 0 0 7px 0;
}
p.price {
	font-size: 16px;
	font-weight: 600;
	color: #d90000;
}
span.zei {
	font-size: 13px;
}

p.buy {
	width:30%;
	margin:30px auto;
}



/*recipe*/

section#recipe h2#rp1 {
	display:block;
	width:80%;
	margin:0 auto;
}
section#recipe h2#rp2 {
	display:none;
}
section#recipe h3 {
	text-align: center;
	margin: 0 auto 10px;
	width: 100%;
	height: 74px;
	position: relative;
	top: 0;
	right: 0;
	background-image: url(../img/recipe_back.gif);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 25px 0 0 0;
}
.recipi_photo {
	width:100%;
	margin:0 auto;
}
.recipe_box {
	width: 920px;
	margin: 30px auto;
	overflow: hidden;
}
.recipe_left {
	width: 400px;
	float: left;
	margin: 0 0 0 0;
}
.recipe_left p {
	text-align: left;
}
.recipe_right {
	width: 500px;
	float: right;
}
p.recip1 {
	text-align: left;
	padding: 0 0 10px 0;
	margin: 0;
}
table#ta1 {
	width: 100%;
	margin: 0 0 10px 40px;
}
table#ta1 th {
	font-weight: normal;
	padding: 5px;
	width: 40%;
	border-bottom: #ddd 1px solid;
}
table#ta1 td {
	font-weight: normal;
	padding: 5px;
	width: 60%;
	border-bottom: #ddd 1px solid;
	text-align: left;
}
.recipe_box ol {
	margin: 0 0 0 20px;
}
.recipe_box ol li {
	text-align: left;
	line-height: 1.6em;
}


p.kokonoe {
	width:50%;
	margin:0 auto 30px;
}

footer {
	position:relative;
	margin:50px 0 0 0;
	padding:100px 0 50px 0;
}
p.pagetop {
	width:100px;
	margin:0 auto;
	position:absolute;
	top:-50px;
	left:45%;
}
span.ppp {
	display:none;
}

/* 画面サイズが768px以下の場合に適用================================================================================================================ */
@media only screen and (max-width: 768px) {
	
BODY {
	margin: 0;
	padding: 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	min-width:100%;
	-webkit-text-size-adjust: none;
	background-color:#F9F6F0;
}


header h1#pcp {
	display:block;
	width:100%;
	margin:80px 0 0 0;
}
header h1#sps {
	display:none;
}
header h2 {
	position:absolute;
	top:100px;
	right:10px;
	width:25%;
}



/*concept*/

section#concept h2#concept1 {
	width:90%;
	margin:0 auto;
	display:block;
}
section#concept h2#concept1sp {
	display:none;
}
#concept_box {
	width:90%;
	margin:20px auto;
	overflow:hidden;
}
#concept_left {
	float:left;
	width:23%;
}
#concept_right {
	float:right;
	width:70%;
}
section#concept h4 {
	text-align:center;
	font-size:18px;
	font-weight:600;
	color:#000;
	padding:15px 0;
}
p.cb2 {
	width:80%;
	margin:15px auto;
}


/*product*/
#product_box {
	width:100%;
	margin:0 auto;
	background-image:none;
	overflow:hidden;
	padding:10px 0;
	border:#000 1px solid;
	background-color:#fff;
	height:auto;
}
#product_left {
	width: 90%;
	float: none;
	padding: 0;
	margin:0 auto;
}
p.ss1 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
#product_right {
	width: 90%;
	float: none;
	padding: 0;
	margin:0 auto;
}
p.ss2 {
	font-size: 15px;
	color: #d90000;
	font-weight: 600;
	margin: 0;
	padding: 0;
}
#product_box h2 {
	color: #83262A;
	font-size: 22px;
	font-weight: normal;
	margin: 5px 0;
	padding: 0 0 5px 0;
	text-align:left;
}
#product_box dl {
	margin: 0 auto 10px;
	padding: 5px 0;
	font-size: 14px;
	color: #333;
	overflow: hidden;
	line-height: 1.6em;
	border-bottom: #B28500 1px solid;
	border-top: #B28500 1px solid;
	text-align:left;
}
#product_box dt {
	clear: left;
	float: left;
	width: 10em;
	padding: 0 0 7px 0;
	border-left: none;
	font-weight: normal;
}
#product_box dd {
	margin: 0 0 0 12em;
	padding: 0 0 7px 0;
}
p.price {
	font-size: 20px;
	font-weight: 600;
	color: #d90000;
}
span.zei {
	font-size: 18px;
}

p.buy {
	width:50%;
	margin:30px auto;
}

/*recipe*/

section#recipe h2#rp1 {
	display:block;
	width:100%;
	margin:0 auto;
}
section#recipe h2#rp2 {
	display:none;
}
section#recipe h3 {
	text-align: center;
	margin: 0 auto 10px;
	width: 100%;
	height: 74px;
	position: relative;
	top: 0;
	right: 0;
	background-image: url(../img/recipe_back.gif);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 25px 0 0 0;
}
.recipi_photo {
	width:100%;
	margin:0 auto;
}
.recipe_box {
	width: 96%;
	margin: 30px auto;
	overflow: hidden;
}
.recipe_left {
	width: 38%;
	float: left;
	margin: 0 0 0 0;
}
.recipe_left p {
	text-align: left;
}
.recipe_right {
	width: 60%;
	float: right;
}
p.recip1 {
	text-align: left;
	padding: 0 0 10px 0;
	margin: 0;
}
table#ta1 {
	width: 100%;
	margin: 0 0 10px 40px;
}
table#ta1 th {
	font-weight: normal;
	padding: 5px;
	width: 40%;
	border-bottom: #ddd 1px solid;
}
table#ta1 td {
	font-weight: normal;
	padding: 5px;
	width: 60%;
	border-bottom: #ddd 1px solid;
	text-align: left;
}
.recipe_box ol {
	margin: 0 0 0 20px;
}
.recipe_box ol li {
	text-align: left;
	line-height: 1.6em;
}
p.kokonoe {
	width:70%;
	margin:0 auto 30px;
}

}


/* 画面サイズが480px以下の場合に適用================================================================================================================ */
@media only screen and (max-width: 480px) {
	
BODY {
	margin: 0;
	padding: 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

	min-width:100%;
	-webkit-text-size-adjust: none;
	background-color:#F9F6F0;
}
header {
	background-image:url(../img/sp_back100.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	height:400px;
}
header h1#pcp {
	display:none;
}
header h1#sps {
	display:block;
	width:100%;
	margin:60px 0 0 0;
}
header h2 {
	position:absolute;
	top:120px;
	right:0;
	width:40%;
}
footer span.copyright {
	font-size:9px;
}

/*concept*/

section#concept h2#concept1 {
	display:none;
}
section#concept h2#concept1sp {
	
	width:80%;
	margin:0 auto;
	display:block;
}
#concept_box {
	width:100%;
	margin:20px auto;
	overflow:hidden;
}
#concept_left {
	float:none;
	width:50%;
	margin:0 auto;
}
#concept_right {
	float:none;
	width:96%;
	margin:0 auto;
}

#concept_box2 {
	width:100%;
	margin:20px auto;
	overflow:hidden;
}
section#concept h3#cb1 {
	display:none;
}
section#concept h3#cb1_sp {
	
	width:90%;
	margin:10px auto;
	display:block;
}
span.yyy {
	display:block;
	line-height:0;
}
section#concept h4 {
	text-align:center;
	font-size:16px;
	font-weight:600;
	color:#000;
	padding:15px 0;
	line-height:1.5em;
}
#concept_box2 p {
	text-align:center;
}
p.cb2 {
	display:block;
	width:100%;
	margin:15px auto;
}
p.cb2_sp {
	display:block;
	width:100%;
	margin:15px auto;
}





/*product*/
#product_box {
	width:100%;
	margin:0 auto;
	background-image:none;
	overflow:hidden;
	padding:10px 0;
	border:#000 1px solid;
	background-color:#fff;
	height:auto;
}
#product_left {
	width: 90%;
	float: none;
	padding: 0;
	margin:0 auto;
}
p.ss1 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
#product_right {
	width: 90%;
	float: none;
	padding: 0;
	margin:0 auto;
}
p.ss2 {
	font-size: 13px;
	color: #d90000;
	font-weight: 600;
	margin: 0;
	padding: 0;
}
#product_box h2 {
	color: #83262A;
	font-size: 18px;
	font-weight: normal;
	margin: 5px 0;
	padding: 0 0 5px 0;
	text-align:left;
}
#product_box dl {
	margin: 0 auto 10px;
	padding: 5px 0;
	font-size: 12px;
	color: #333;
	overflow: hidden;
	line-height: 1.6em;
	border-bottom: #B28500 1px solid;
	border-top: #B28500 1px solid;
	text-align:left;
}
#product_box dt {
	clear: left;
	float: left;
	width: 5em;
	padding: 0 0 7px 0;
	border-left: none;
	font-weight: normal;
}
#product_box dd {
	margin: 0 0 0 6em;
	padding: 0 0 7px 0;
}
p.price {
	font-size: 16px;
	font-weight: 600;
	color: #d90000;
}
span.zei {
	font-size: 13px;
}
p.buy {
	width:100%;
	margin:30px auto;
}




/*recipe*/

section#recipe h2#rp1 {
	display:none;
	width:100%;
	margin:0 auto;
}
section#recipe h2#rp2 {
	display:block;
	width:100%;
	margin:0 auto;
}
section#recipe h3 {
	text-align: center;
	margin: 0 auto 10px;
	width: 100%;
	height: 74px;
	position: relative;
	top: 0;
	right: 0;
	background-image: url(../img/recipe_back.gif);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 25px 0 0 0;
	font-size:18px;
}
.recipi_photo {
	width:100%;
	margin:0 auto;
}
.recipe_box {
	width: 100%;
	margin: 30px auto;
	overflow: hidden;
}
.recipe_left {
	width: 100%;
	float: none;
	margin: 0 0 0 0;
}
.recipe_left p {
	text-align: left;
}
.recipe_right {
	width: 100%;
	float: none;
}
p.recip1 {
	text-align: left;
	padding: 0 0 10px 0;
	margin: 0;
}
table#ta1 {
	width: 100%;
	margin: 0 0 10px 40px;
}
table#ta1 th {
	font-weight: normal;
	padding: 5px;
	width: 40%;
	border-bottom: #ddd 1px solid;
}
table#ta1 td {
	font-weight: normal;
	padding: 5px;
	width: 60%;
	border-bottom: #ddd 1px solid;
	text-align: left;
}
.recipe_box ol {
	margin: 0 0 0 20px;
}
.recipe_box ol li {
	text-align: left;
	line-height: 1.6em;
}


p.kokonoe {
	width:90%;
	margin:0 auto 30px;
}
footer {
	position:relative;
	margin:50px 0 0 0;
	padding:50px 0 50px 0;
}
p.pagetop {
	width:20%;
	margin:0 auto;
	position:absolute;
	top:-50px;
	left:40%;
}

span.ppp {
	display:block;
}
}