@charset "utf-8";
/* ****************************************************************************
	sakura-festival.css
******************************************************************************* */
.spn {
	display: none;
}
/* ==
	logo-cmp
=============================================================================== */
.logo-cmp {
	margin: 0; padding: 0;
	background: url(/cmp/sakura-festival/common/img/logo_bg.jpg) no-repeat center;
	width: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	overflow: hidden;
}
h1 > img {
	max-width: 930px;
}

/* ==
	copy
=============================================================================== */
.copy {
	margin: 0;
	padding-top: 70px;
	text-align: center;
	background: url(/cmp/sakura-festival/common/img/header_bg_line.jpg) repeat-x top;
}
.copy > p > img {
	max-width: 750px;
}


/* ==
	step
=============================================================================== */
.step {
	margin-top: 100px;
}
.step > h2 > img{
	max-width:700px;
}
.step > ul{
	margin-top: 50px;
}
.step > ul > li {
	margin-top: 50px;
}
.step-tit {
	margin: 0 auto;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}
.step-tit:last-child {
	border: none;
	width: 440px;
}
.step-tit > .time{
	width: 220px;
	float: left;
}
.step-tit > .time-tit{
	float: right;
	text-align: right;
	font-size: 32px;
	margin-top: 26px;
}
.step-txt {
	margin-top: 15px;
	font-size: 18px;
	line-height: 1.6em;
}

/* ==
	point
=============================================================================== */
.point {
	margin-top: 100px;
}
.point > h2 > img{
	max-width:940px;
}
.point > .section{
	margin-top: 50px;
}
.point-tit {
	text-align: center;
	margin-bottom: 20px;
}
.point-tit > img {
	max-width:210px;
}
.point-txt {
	margin-top: 20px;
	line-height: 1.6em;
	font-size: 15px;
	text-align: center;
}

/* ==
	qa
=============================================================================== */
.qa {
	margin-top: 100px;
}
.qa > h2 > img {
	max-width: 520px;
}
.qa > dl {
	margin: 20px auto 40px;
	width: 780px;
	overflow: hidden;
}
.qa > dl:last-child {
	margin-bottom: 0;
}
.qa > dl > dt {
	border-bottom: 1px solid #fff;
}
.q {
	margin: 15px 40px;
	padding:15px 0 0 50px;
	background: url(/cmp/sakura-festival/common/img/qa_q.png) no-repeat center left;
	height: 32px;
	font-size: 26px;
}
.a {
	margin: 15px 40px;
	padding-left:50px;
	background: url(/cmp/sakura-festival/common/img/qa_a.png) no-repeat center left;
	max-height: 32px;
	font-size: 16px;
	line-height: 1.6em;
}

/* ==
	detail
=============================================================================== */
.detail {
	margin-top: 100px;
}
.detail > h2 > img {
	max-width: 747px;
}
.detail > .section {
	margin-top: 40px;
	width: 780px;
}
.detail > .section > dl {
	margin-top: 40px;
}
.detail-tit,
.detail-txt {
	float: left;
}
.detail-tit {
	width: 180px;
	margin-right: 40px;
	text-align: right;
	font-size: 22px;
}
.detail-txt {
	width: 560px;
	font-size: 15px;
	line-height: 1.6em;
}