@charset "utf-8";

/*--------------------------------------
base
--------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
form,input,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	}
	
img {
	border: 0;
	vertical-align: top;
	margin: 0;
	padding: 0;
	}
	
body {
	font-size: 62.5%;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.4;
	color: #333;
	/*background: url(../cpimg/images/index_01.png) repeat-x;*/
	}
	
a {
	outline: none;
	}
	
a:link,
a:visited,
a:active{
	color: #fff;
	text-decoration: none;
	}
	
a:hover {
	color: #999999;
	text-decoration: none;
	}
	
ul ol {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
/*clearfix*/
.clearfix:after {
	visibility: hidden;
	height: 0;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	}
	
*html.clearfix {zoom: 1;}
*:first-child+html.clearfix {zoom: 1;}

p,dd {
	font-size: 1.2em;
	}
	
/*--------------------------------------
header
--------------------------------------*/

#header {
	width: 100%;
	height: auto;
	}

#logogroup {
	background: url(../cpimg02/images/coppelia01.png) no-repeat;
	background-color:#ff0;
	width: auto;
	height: 509px;
	margin-left: auto;
	margin-right: auto;
	}
	
#logogroup h1 {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	}

#logogroup h2 {
	width: auto;
	height: auto;
	margin: 420px 0px 0px 100px;
	display: block;
	}
	
#ligogroup h2 a {
	color: #fff;
	font-weight: bold;
	}

a.myButton {
	background-color:#f0290c;
	font-family: 'Open Sans', sans-serif;
	font-size:24px;
	text-decoration:none;
	color:#fff;
	position:relative;
	padding:10px 20px;
	padding-right:50px;
	background-image: linear-gradient(bottom, rgb(229,54,38) 0%, rgb(243,111,92) 100%);
	background-image: -o-linear-gradient(bottom, rgb(229,54,38) 0%, rgb(243,111,92) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(229,54,38) 0%, rgb(243,111,92) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(229,54,38) 0%, rgb(243,111,92) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(229,54,38) 0%, rgb(243,111,92) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(229,54,38)),
	color-stop(1, rgb(243,111,92))
	);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 1px 0px #ad1200, 0px 5px 0px 0px #a41100, 0px 10px 5px #999;
	-moz-box-shadow: inset 0px 1px 0px #ad1200, 0px 5px 0px 0px #a41100, 0px 10px 5px #999;
	-o-box-shadow: inset 0px 1px 0px #ad1200, 0px 5px 0px 0px #a41100, 0px 10px 5px #999;
	box-shadow: inset 0px 1px 0px #ad1200, 0px 5px 0px 0px #a41100, 0px 10px 5px #999;
}

a.myButton:active {
	top:3px;
	background-image: linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -o-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(62,184,229)),
	color-stop(1, rgb(44,160,202))
	);
	-webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
	-moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
	-o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
	box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
}

a.myButton::before {
	background-color:#e62a14;
	background-image:url(../cpimg/images/arrow.png);
	background-repeat:no-repeat;
	background-position:center center;
	content:"";
	width:20px;
	height:20px;
	position:absolute;
	right:15px;
	top:50%;
	margin-top:-9px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: inset 0px 1px 0px #6e0d02 0px 1px 0px #fc5e4c;
	-moz-box-shadow: inset 0px 1px 0px #6e0d02, 0px 1px 0px #fc5e4c;
	-o-box-shadow: inset 0px 1px 0px #6e0d02, 0px 1px 0px #fc5e4c;
	box-shadow: inset 0px 1px 0px #6e0d02, 0px 1px 0px #fc5e4c;
}

a.myButton:active::before {
	top:50%;
	margin-top:-12px;
	-webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 3px 0px #156785, 0px 6px 3px #1a80a6;
	-moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 3px 0px #156785, 0px 6px 3px #1a80a6;
	-o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 3px 0px #156785, 0px 6px 3px #1a80a6;
	box-shadow: inset 0px 1px 0px #2ab7ec, 0px 3px 0px #156785, 0px 6px 3px #1a80a6;
}


/*--------------------------------------
header-nav
--------------------------------------*/


	
ul.nav {
	background-color: red;
	width: 885px;
	display: block;
	margin: 20px auto;
	list-style: none;
	}

ul.nav li {
	width: 280px;
	height: 186px;
	display: block;
	list-style: none;
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
	}
	
ul.nav li a:hover {
	text-decoration: none;
	}

/*--------------------------------------
headend
--------------------------------------*/
.headend {
	background: url(../cpimg/end/end_09.png) center top no-repeat;
	margin: 0 auto;
	padding: 0;
	}

.endnav {
	width: 830px;
	height: 165px;
	display: block;
	margin: 0 auto;
	margin-bottom:20px;
	padding: 20px 0;
	text-align: center;
	}
	
.endnav h3 {
	font-size: 30px;
	font-weight: bold;
	line-height: 42px;
	color: #c50202;
	text-shadow:-1px -1px 1px rgba(255, 255, 255, 0.7),1px 1px 2px rgba(255, 255, 255, 0.5);
	}

/*--------------------------------------
contents01
--------------------------------------*/
#contents01 {
	border-style: solid;
	border-width: 10px;
	border-color: red;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	width: 960px;
	height: 1050px;
	display: block;
	margin-left: auto;
	margin-right: auto;	
}

.head01 {
	background-color: red;
	width: 960px;
	height: 78px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	-webkit-border-top-left-radius: 1px;
	-webkit-border-top-right-radius: 1px;
	-moz-border-radius-topleft: 1px;
	-moz-border-radius-topright: 1px;
	
}

.head01 h2 {
	background: url(../cpimg/01/01_33.png) no-repeat;
	width: 894px;
	height: 75px;
	display: block;
	margin: 0;
	padding: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.cut01 {
	width: 945px;
	height: 430px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}

.cut01 h3 {
	background: url(../cpimg/01/01_08.png) no-repeat;
	width: 541px;
	height: 140px;
	display: block;
	float: left;
	margin: 0px 40px 0px 3px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.cut01 p {
	font-size: 24px;
	padding: 10px;
}

.cut01 h4 {
	background: url(../cpimg/01/01_37.png) no-repeat;
	width: 505px;
	height: 151px;
	display: block;
	float: left;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin: 5px 5px 0px 40px;
}

.cut01 ul {
	list-style: none;
}

.cut01 ul li {
	list-style: none;
	display: block;
	margin: 5px 0;
}


.cut02 {
	width: 945px;
	height: 430px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}

.cut02 h3 {
	background: url(../cpimg/01/01_18.png) no-repeat;
	width: 541px;
	height: 140px;
	display: block;
	float: left;
	margin: 0px 40px 0px 3px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.cut02 p {
	font-size: 24px;
	padding: 10px;
}

.cut02 h4 {
	background: url(../cpimg/01/01_47.png) no-repeat;
	width: 505px;
	height: 152px;
	display: block;
	float: left;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin: 5px 5px 0px 40px;
}

.cut02 ul {
	list-style: none;
}

.cut02 ul li {
	list-style: none;
	display: block;
	margin: 5px 0;
}

p.banner01 {
	width: 900px;
	height: 35px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	color: #fff;
	text-align: center;
	vertical-align:bottom;
	font-size: 24px;
	font-weight: bold;
	padding: 0px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #eb1800), color-stop(0.01, #ce0305));
	background: -webkit-linear-gradient(top, #ce0305 1%, #eb1800 100%);
	background: -moz-linear-gradient(top, #ce0305 1%, #eb1800 100%);
	background: -o-linear-gradient(top, #ce0305 1%, #eb1800 100%);
	background: -ms-linear-gradient(top, #ce0305 1%, #eb1800 100%);
	background: linear-gradient(top, #ce0305 1%, #eb1800 100%);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

p.under01 {
	text-align: right;
	font-size: 18px;
	margin-top: 10px;

}

/*--------------------------------------
contents02
--------------------------------------*/
#contents02 {
	width: 960px;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
	padding: 0;
}

h2.recipe01 {
	background: url(../cpimg/02/02_58.png) no-repeat;
	width: 793px;
	height: 85px;
	display: block;
	margin: 0px 0px 0px 83px;
	padding: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.recipe01 ul {
	list-style: none;
	overflow: hidden;
	margin: 30px 0px 50px 0px;
	padding: 0px 0px 0px 20px;
}

.recipe01 ul li {
	list-style: none;
	display: block;
	float: left;
	margin: 5px 5px 5px 5px;
	padding: 0;
}

p.banner02 {
	width: 800px;
	height: 127px;
	display: block;
	margin: 0px auto;
	padding: 0;
}

/*--------------------------------------
contents03
--------------------------------------*/
#contents03 {
	/*background: url(../cpimg/images/bg_47.png) repeat-x;*/
	/*background: linear-gradient(#05FBFF, #1E00FF)*/
background: linear-gradient(#FFF,#ECE0CC);
	width: 100%;
	/*height: 1319px;*/
	height: 1619px;
	margin: 100px 0px 0px 0px;
}

.qa {
	width: 960px;
	height: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

.qa h2 {
	background: url(../cpimg02/03/03_8500.png) no-repeat;
	width: 945px;
	height: 331px;
	display: block;
	margin: 0;
	padding: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.qa h3 {
	color: #ff0000;
	font-size: 50px;
	font-weight: bolder;
	text-align: center;
	text-shadow: 2px 2px 1px #999999;
	margin: 50px 0px 30px 0px;
	letter-spacing: 0.02em;
	
}

.merit01 {
	background-color: #fff;
	width: 860px;
	height: 380px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.merit01 h4 {
	color: #f19ec2;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 0.01em;
	margin: 10px 0px 0px 10px;
	padding: 0;
}

.merit01 hr {
	border: solid 0.1em #f19ec2;
	width: 850px;
}

p.cap01 {
	font-size: 21px;
	width: 800px;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

p.cap02 {
	width: 775px;
	height: 213px;
	margin: 20px 0px 0px 30px;
	padding: 0;
	display: block;
	float: left;
}

.merit02 {
	background-color: #fff;
	width: 409px;
	height: 225px;
	display: block;
	float: left;
	margin: 10px 0px 0px 45px;
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.merit02 h4 {
	color: #f19ec2;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.01em;
	margin: 10px 0px 0px 10px;
	padding: 0;
}

.merit02 hr {
	border: solid 0.1em #f19ec2;
	width: 400px;
}

.merit02 p {
	font-size: 18px;
	width: 400px;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}





.merit03 {
	background-color: #fff;
	width: 409px;
	height: 225px;
	display: block;
	float: left;
	margin: 10px 0px 0px 12px;
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.merit03 h4 {
	color: #f19ec2;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.01em;
	margin: 10px 0px 0px 10px;
	padding: 0;
}

.merit03 hr {
	border: solid 0.1em #f19ec2;
	width: 400px;
}

.merit03 p {
	font-size: 18px;
	width: 400px;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.merit03 p.under03 {
	font-size: 18px;
	display: block;
	float: right;
}

p .right {
	font-size: 14px;
	float: right;
	margin-top: 5px;
}

.merit01 {
	background-color: #fff;
	width: 860px;
	height: 380px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.merit01 h4 {
	color: #f19ec2;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 0.01em;
	margin: 10px 0px 0px 10px;
	padding: 0;
}

.merit01 hr {
	border: solid 0.1em #f19ec2;
	width: 850px;
}

p.cap01 {
	font-size: 21px;
	width: 800px;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

p.cap02 {
	width: 775px;
	height: 213px;
	margin: 20px 0px 0px 30px;
	padding: 0;
	display: block;
	float: left;
}


.merit04 {
	background-color: #fff;
	width: 850px;
	height: 225px;
	display: block;
	float: left;
	margin: 10px 0px 0px 45px;
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.merit04 h4 {
	color: #000;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.01em;
	margin: 10px 0px 0px 10px;
	padding: 0;
}

.merit04 hr {
	border: solid 0.1em #000;
	width: 850px;
}

.merit04 p {
	font-size: 24px;
	width: 800px;
	text-align: justify;
	margin-left: 20px;
	margin-right: auto;
	margin-top: 20px;
}
/*--------------------------------------
contents04
--------------------------------------*/
#contents04 {
	width: 960px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

#contents04 h2 {
	background: url(../cpimg/04/04_100.png) no-repeat;
	width: 960px;
	height: 60px;
	display: block;
	margin: 100px 0px 100px 0px;
	padding: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#contents04 ul {
	list-style: none;
}

#contents04 ul li {
	list-style: none;
	width: 212px;
	height: 207px;
	display: block;
	float: left;
	margin: 0px -20px 0px 0px;
	padding: 0;
}

#contents04 p {
	width: 930px;
	height: 138px;
	display: block;
	margin: 100px 0px 0px 0px;
}


/*--------------------------------------
contents05
--------------------------------------*/
#contents05 {
	width: 960px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

#contents05 h2 {
	background: url(../cpimg/05/05_113.png) no-repeat;
	width: 960px;
	height: 58px;
	display: block;
	margin: 0;
	padding: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#contents05 h3 {
	background: url(../cpimg/05/05_116.png) no-repeat;
	width: 620px;
	height: 69px;
	margin: 70px auto 70px auto;
	padding: 0;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.cut03 h4 {
	background: url(../cpimg/05/05_68.png) no-repeat;
	width: 832px;
	height: 47px;
	display: block;
	margin: 50px 0px 10px 30px;
	padding: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.cut03 h5 {
	background: url(../cpimg/05/05_05.png) no-repeat;
	width: 463px;
	height: 120px;
	display: block;
	float: left;
	margin: 20px 10px 0px 30px;
	padding: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.cut03 ul {
	list-style: none;
}

.cut03 ul li {
	list-style: none;
	display: block;
	margin: 5px 0px 5px 10px;
	padding: 0;
}


.cut04 h4 {
	background: url(../cpimg/05/05_74.png) no-repeat;
	width: 827px;
	height: 68px;
	display: block;
	margin: 80px 0px 30px 30px;
	padding: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.cut04 h5 {
	background: url(../cpimg/05/05_09.png) no-repeat;
	width: 464px;
	height: 120px;
	display: block;
	float: left;
	margin: 20px 10px 0px 30px;
	padding: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.cut04 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.cut04 ul li {
	list-style: none;
	display: block;
	margin: 5px 0px 5px 10px;
	padding: 0;
}

p.btm01 {
	width: 108px;
	height: 64px;
	display: block;
	position: relative;
	top:-210px;
	left: 845px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

p.btm02 {
	width: 108px;
	height: 64px;
	display: block;
	position: relative;
	top:-205px;
	left: 845px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

p.btm03 {
	width: 108px;
	height: 64px;
	display: block;
	position: relative;
	top:-200px;
	left: 845px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

p.banner05 {
	width: 858px;
	height: 45px;
	margin: -100px 0px 0px 51px;
	padding: 0;
	display: block;
}

/*--------------------------------------
contents06
--------------------------------------*/
#contents06 {
	background: url(../cpimg/06/06_159.png) right top no-repeat;
	width: 960px;
	height: auto;
	margin: 100px auto 0px auto;
	padding: 0;
}

#contents06 h2 {
	color: #0068b7;
	font-size: 42px;
	font-weight: bold;
	letter-spacing: -0.03em;
	
}

.list06 {
	width: 600px;
	height: auto;
	margin: 0px auto 0px auto;
}

.list06 ul {
	list-style-image: url(../cpimg/06/06_86.png);
	margin-top: 30px;
}

.list06 ul li {
	color: #f19149;
	font-size: 24px;
	font-weight: bold;
	vertical-align: middle;
	margin: 5px 0px 5px 0px;
}

#contents06 h3 {
	background: url(../cpimg/06/06_166.png) no-repeat;
	width: 640px;
	height: 64px;
	display: block;
	margin: 50px auto 50px auto;
	padding: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#contents06 p {
	color: #0068b7;
	font-size: 39px;
	font-weight: bold;
	text-align: center;
	letter-spacing: -0.05em;
	margin: 0px auto 30px auto;
	padding: 0;
}

/*--------------------------------------
footer
--------------------------------------*/
#footer {
	background-color: #341b01;
	width: 100%;
	height: auto;
	margin: 100px auto 0px auto;
	padding: 0;
}

.foot {
	width: 960px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

.foot ul {
	list-style: none;
	display: block;
	float: right;
	overflow: hidden;
}

.foot ul li {
	color: #fff;
	font-size: 18px;
	list-style: none;
	display: block;
	float: left;
}

.foot h2 {
	background: url(../cpimg/foot/foot_173.png) no-repeat;
	width: 251px;
	height: 69px;
	display: block;
	float: left;
	margin: 50px 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.address {
	width: 350px;
	height: 90px;
	display: block;
	float: left;
	margin: 70px 0px 0px 30px;
	padding: 0;
}

.address p {
	color: #fff;
	font-size: 18px;
}










