@charset "utf-8";

.cont h1 {
	background-image: url(../images/title.png);
}

.cont h2 {
	margin-bottom: 20px;
}

#bridal .lead {
	padding-top: 445px;
	display: block;
	overflow: hidden;
	height: 0;
	width: 100%;
	background: url(../images/lead.jpg) no-repeat center top;
}

.step {
	padding: 35px 40px;
	margin-top: 90px;
	border: 10px solid #f4e9ee;
	position: relative;
}

.step:before {
	content: "";
	width: 22px;
	height: 15px;
	display: block;
	position: absolute;
	left: 50%;
	top: -83px;
	margin-left: -11px;
	background: url(../images/arrow.png) no-repeat center left;
}

.cont h3 {
	padding-top: 80px;
	display: block;
	overflow: hidden;
	height: 0;
	width: 100%;
	position: absolute;
	top: -50px;
	left: 50%;
	margin: 0;
	margin-left: -50%;
	border: none;
	background: url(../images/title1.png) no-repeat center top;
}

#step1:after {
	content: "";
	position: absolute;
	top: -30px;
	left: 6px;
	display: block;
	width: 126px;
	height: 76px;
	background: url(../images/schedule.png) no-repeat center left;
}

#step2 h3 {
	background-image: url(../images/title2.png);
}

#step3 h3 {
	background-image: url(../images/title3.png);
}

#step3 {
	padding: 50px 40px 30px;
}

.step dt {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
	padding-bottom: 3px;
	padding-top: 40px;
	border-bottom: 1px solid #dec5cf;
}

.step dt:first-child {
	padding-top: 0;
}

.step dd {
	overflow: hidden;
}

.step dd p {
	text-align: justify;
}

.step img {
	float: right;
	margin-left: 20px;
	padding-top: 220px;
	display: block;
	overflow: hidden;
	width: 330px;
	height: 0;
	background: url(../images/step1.jpg) no-repeat center center;
}

#step2 img {
	background-image: url(../images/step2.jpg); 
}

#step3 img {
	float: none;
	width: 100%;
	margin: 0;
	background-image: url(../images/step3.jpg); 
}

@media only screen and (max-width: 768px) {

.cont h1 {
	background-image: url(../images/title_sp.png);
}

#bridal .lead {
	padding-top: 86.2068966%;
	background-size: 100%;
	background-image: url(../images/lead_sp.jpg);
}

.cont h3 {
	background: #e88eb5 !important;
	padding: 0;
	text-align: center;
	color: #fff;
	height: 40px;
	line-height: 40px;
	margin-top: 0;
	top: -25px;
	width: 90%;
	margin-left: -45%;
}

.step {
	padding: 30px 20px;
	margin-top: 60px;
}

.step:before {
	top: -55px;
}

.step dt {
	padding-top: 25px;
}

.step dd img {
	float: none;
	margin: 0;
	width: 100%;
	margin-bottom: 15px;
}

#step1:after {
	display: none;
}
	
.step img {
	padding-top: 66.6666667%;
	background-image: url(../images/step1_sp.jpg);
	background-size: 100%;
}
	
#step2 img {
	background-image: url(../images/step2_sp.jpg);
}

#step3 {
	padding: 20px;
	padding-top: 40px;
}

#step3 img {
	padding-top: 119.54023%;
	background-image: url(../images/step3_sp.jpg);
}
