@charset "UTF-8";

/* wrapper ----------------------------------------*/
#itakura #contents{
	position: relative;
	background-image: url(../img/itakura_header_bg.jpg);
}
#contents > h1 img{
	margin:0 0 70px 0;
}
#contents > h1 span{
	margin:10px 100px 10px 0;
	font-size:14px;
}
/* intro ----------------------------------------*/
#intro{
	max-width: 320px;
	margin: 0 auto;
	padding: 50px 15px 25px;
	text-align: center;
}
#intro h1{
}
#intro p:first-of-type{
	font-size: 14px;
	margin: 30px 0 35px;
	color: #888888;
	line-height: 1.8;
}
#intro p:not(:first-of-type){
	margin-top: 25px;
	line-height: 1.8;
	color: #3d3d3d;
	vertical-align: bottom;
}
#intro p:not(:first-of-type) span{
	display: inline-block;
}
/* detail ----------------------------------------*/
.detail{

}
.detail > header{
	background: url(../img/itakura_detail_bg01.jpg) repeat-x center top;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}
.detail > header > h1{
	max-width: 320px;
	margin: 0 auto 15px;
	padding: 18px 0 7px;
	text-align: center;
	border-bottom: 2px solid #919F7A;
}
.detail > header p{
	max-width: 290px;
	margin: 0 auto;
	padding: 0 15px ;
	line-height: 24px;
	font-size: 10px;
}
.detail > header p:last-child{
	padding-bottom: 35px;
	position: relative;
}
.detail > header p:last-child:after{
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 30px;
	left: 0;
	bottom: -30px;
	background: url(../img/itakura_detail_bg02.png) no-repeat center top;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.underline_orange{
	display: inline-block;
	line-height: 1.2;
	border-bottom: 2px solid #E95513;
}
.detail #feature{
	margin-top: 55px;
	padding-bottom: 55px;
}
.detail > footer{
	margin-top: 45px;
	padding: 35px 0 0;
	background: #E2E2D3;
}
.detail > footer > .inner{
	max-width: 320px;
	margin: 0 auto;
	padding-bottom: 40px;
}


.detail > footer > .inner h1{
	text-align: center;font-size: 18px;
	font-weight: bold;
	width: 200px;
	margin: 0 auto;
	padding: 20px 0 40px;
	overflow: hidden;
	position: relative;
}

.detail > footer > .inner h1::before {
    background: #919F7A none repeat scroll 0 0;
    content: "";
    height: 14px;
    left: 0.4em;
    position: absolute;
    top: 0.2em;
    transform: rotate(45deg);
    width: 14px;
}
.detail > footer > .inner h1::after {
    background: #E95513 none repeat scroll 0 0;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    top: 1.2em;
    transform: rotate(15deg);
    width: 8px;
}
.detail > footer > .inner .image{
	padding: 0 45px;
}
.detail > footer > .inner p{
	line-height: 1.8;
	padding: 30px 15px 0;
}
.detail > footer > p{
	padding: 30px 15px 0;
	line-height: 35px;
	text-align: center;
	color: #919F7A;
	font-weight: bold;
	background: #ffffff;
}

/* etc ----------------------------------------*/
#cnav02{
	margin-bottom: 50px;
}
#cnav03{
	margin-top: 70px;
}
