/* =========== IE用印刷設定CSS =========== */

@media print{

body {
_zoom: 67%; /*WinIE only */
}
}
#dltr a  {
	font-size: 10px;
	color: #FF0099;
	text-decoration: none;
	font-family: Verdana,"ＭＳ Ｐゴシック", Osaka;
}
#dltr a:visited {
	font-size: 10px;
	color: #FF0066;
	text-decoration: none;
	font-family: Verdana,"ＭＳ Ｐゴシック", Osaka;
}
#dltr a:hover {
	font-size: 10px;
	color: #FF0000;
	text-decoration: underline;
	font-family: Verdana,"ＭＳ Ｐゴシック", Osaka;
}

/*delimiter*/
#dltr{
	margin: 0 auto;
	padding: 10px 0 10px 0;
	width: 912px;
}
#dltr p{
	margin:0;
	padding: 0;
	text-align: right;
	color: #FF0099;
	font-size: 10px;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.to_link{
    display: block;
    width: 800px;
    margin: 0 auto 100px;
    text-align: center;
}
.to_link img{
    width: 80%;

}
.inner{
	width: 950px;
	margin: 0 auto;
}
.inner h2{
	text-align: center;
	margin-bottom: 20px;
}
.inner h2 span{
	display: inline-block;
	/*border-bottom: 1px solid #a41d7c;*/
	font-size: 28px;
	font-weight: 400;
	color:#a41d7c;
	background: url(../img/obj1.jpg) no-repeat center 0;
	padding: 48px 20px 10px;
	position: relative;
	z-index: 1;
}
.inner h2 span:before{
	content: '';
	position: absolute;
	bottom: 0px;
	left: -20px;
	background-color: #a41d7c;
	height: 1px;
	width: 100%;
	padding: 0 20px;
}
.inner h2 span:after{
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 18px;
	background: -webkit-gradient(radial, 0% 46%, 0, 0% 46%, 241, color-stop(1.00, #ffa220), color-stop(0.00, #f7e579));
	background: -webkit-radial-gradient(0% 46%, circle, #f7e579, #ffa220);
	background: -moz-radial-gradient(0% 46%, circle, #f7e579, #ffa220);
	background: -o-radial-gradient(0% 46%, circle, #f7e579, #ffa220);
	background: -ms-radial-gradient(0% 46%, circle, #f7e579, #ffa220);
	background: radial-gradient(0% 46%, circle, #f7e579, #ffa220);
}


/*-------------------------
		mv
-------------------------*/
#mv{
	margin-bottom: 60px;
}

/*-------------------------
		movie
-------------------------*/
#movie{
 margin-bottom: 100px;
}
#movie .movie{
	padding: 50px 0px 0;
	margin-bottom: 150px;
	background-color: #e9d6ea;
}
#movie .movieWrap{
	margin-left: 45px;
}
#movie .movie .cap{
	color:#a41d7c;
	font-size: 20px;
	line-height: 1.4;
	padding: 18px 45px;
} 
#movie .movie .ttl{
	background-color:#a41d7c;
	color: #fff;
	font-size: 22px;
	line-height: 1.4;
	padding: 20px 45px;
} 
#movie .txt{
	width: 722px;
	margin: 0 auto;
	padding: 80px 10px;
	font-size: 20px;
	line-height: 1.8;
	position: relative;
}
#movie .txt h3{
	color: #880070;
	background-color: #fff;
	display: inline-block;
	font-size: 30px;
	text-align: center;
	width: 360px;
	position: absolute;
	top: -12px;
	left: 50%;
	margin-left: -180px;
}
#movie .txt:before{
	content: '';
	background: url(../img/line1.jpg) no-repeat 0 0;
	width: 742px;
	height: 27px;
	position: absolute;
	top: 0;
	left: 0;
}
#movie .txt:after{
	content: '';
	background: url(../img/line1.jpg) no-repeat 0 0;
	width: 742px;
	height: 27px;
	position: absolute;
	bottom: 0;
	left: 0;
}

/*-------------------------
		commitmen
-------------------------*/
#commitment{
	padding-bottom: 10px;
}
#commitment h2{
	margin-bottom: 95px;
}
#commitment li{
	margin-bottom: 100px;
}
#commitment dl{
	display: table;
}
#commitment dt{
	display: table-cell;
	vertical-align: middle;
	width: 300px;
	text-align: center;
}
#commitment dt h3{
	display: inline-block;
	color: #9d1a84;
	font-size: 26px;
	line-height: 1.4;
}
#commitment dt h3 small{
	display: block;
	font-size: 12px;
	position: relative;
	padding-top: 15px;
	margin-top: 5px;
}
#commitment dt h3 small:before{
	content: '';
	width: 100%;
	height: 7px;
	background-color: #d7b6d3;
	position: absolute;
	top: 0;
	left: 0;
}
#commitment dt h3 small:after{
	content: '';
	width: 100%;
	height: 3px;
	background-color: #992183;
	position: absolute;
	top: 7px;
	left: 0;
}
#commitment dd{
	display: table-cell;
	padding-left: 30px;
	width: 620px;
	font-size: 18px;
	line-height: 1.8;
}

/*-------------------------
		recipe
-------------------------*/
#recipe{
	padding-bottom: 80px;
}
#recipe h2{
	margin-bottom: 60px;
}
#recipe ul{
	overflow: hidden;
	margin-left: -70px;
}
#recipe li{
	float: left;
	width: 440px;
	margin-left: 70px;
}
#recipe li h3{
	text-align: center;
	background-color: #a41d7c;
}
#recipe li h3 span{
	display: inline-block;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
}
#recipe li h3 span.line2{
	line-height: 1.3;
	padding-top: 3px;
	height: 57px;
}
#recipe li h3 small{
	display: block;
	color:#a41d7c;
	font-size: 16px;
	padding: 10px 0;
	font-weight: 600;
	background: -webkit-gradient(radial, 0% 46%, 0, 0% 46%, 241, color-stop(1.00, #ffa220), color-stop(0.00, #f7e579));
	background: -webkit-radial-gradient(0% 46%, circle, #f7e579, #ffa220);
	background: -moz-radial-gradient(0% 46%, circle, #f7e579, #ffa220);
	background: -o-radial-gradient(0% 46%, circle, #f7e579, #ffa220);
	background: -ms-radial-gradient(0% 46%, circle, #f7e579, #ffa220);
	background: radial-gradient(0% 46%, circle, #f7e579, #ffa220);
}
#recipe li p{
	padding: 20px 0;
	font-size: 18px;
	color:#a41d7c;
	line-height: 1.4;
}
#recipe li dl{
	background-color: #e9d6ea;
	overflow: hidden;
}
#recipe li dt span{
	display: inline-block;
	background-color: #bf7cb2;
	color: #fff;
	font-size: 18px;
	padding: 15px 10px;
	border-left: 7px solid #9a2283;
	width: 130px;
}
#recipe li dd{
	overflow: hidden;
	padding: 15px 20px;
}
#recipe li dd dl{
	font-size: 18px;
	color:#a41d7c;
	line-height: 1.4;
} 
#recipe li dd dt{
	clear: both;
	float: left;
	margin-bottom: 15px;
}
#recipe li dd dd{
	padding: 0;
	overflow: hidden;
	zoom:1;
	text-align: right;
	margin-bottom: 15px;
}
#recipe li dd ul{
	margin: 0;
}
#recipe li dd li{
	float: none;
	width: auto;
	margin: 0px;
	font-size: 18px;
	color:#a41d7c;
	line-height: 1.4;
	position: relative;
	padding-left: 2.5em;
	margin-bottom: 15px;
}
#recipe li dd li i{
	font-style: normal;
	position: absolute;
	top: 0;
	left: 0;
}

/*-------------------------
		etc
-------------------------*/
#etc{
	padding-bottom: 80px;
}
#etc h2{
	margin-bottom: 60px;
	border-bottom: 1px solid #333;
}
#etc h2 span{
	color:#333;
	background: url(../img/obj2.jpg) no-repeat center 0;
}
#etc h2 span:before{
	display: none;
}
#etc h2 span:after{
	background: -webkit-gradient(radial, 0% 46%, 0, 0% 46%, 241, color-stop(1.00, #efca34), color-stop(0.00, #f2e77b));
	background: -webkit-radial-gradient(0% 46%, circle, #f2e77b, #efca34);
	background: -moz-radial-gradient(0% 46%, circle, #f2e77b, #efca34);
	background: -o-radial-gradient(0% 46%, circle, #f2e77b, #efca34);
	background: -ms-radial-gradient(0% 46%, circle, #f2e77b, #efca34);
	background: radial-gradient(0% 46%, circle, #f2e77b, #efca34);
}
#etc li{
	overflow: hidden;
	margin-bottom: 55px;
	padding-bottom: 55px;
	border-bottom: 1px dashed #505050;
}
#etc li:last-child{
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0px dashed #505050;
}
#etc li .pic{
	float: right;
	margin-left: 30px;
}
#etc li .text{
	text-align: center;
}
#etc li .text p{
	margin: 45px 0;
	font-size: 18px;
	line-height: 1.8;
	text-align: left;
}
#etc li.choco .text p{
	color: #6b2700;
}
#etc li .text .btn a{
	display: block;
	position: relative;
	padding-left: 190px;
	background-color: #F2D5CE;
	width: 428px;
	height: 90px;
	box-sizing: border-box;
	transition: 0.7s all;
}
#etc li.choco .text .btn a{
	background-color: #d7b89c;
}
#etc li .text .btn a img{
	position: absolute;
	top: -20px;
	left: 0;
}
#etc li .text .btn a span{
	display: block;
	text-align: left;
	font-size: 18px;
	line-height: 1.4;
	padding-top: 17px;
	font-weight: 600;
	background: url(../img/arrow.png) no-repeat 85% 35px;
}
#etc li .text .btn a:hover{
	color: #333;
	opacity: 0.7;
}
#etc .red{
    color: #f00;
}
