@charset "UTF-8";

/* *******************************************************************************************
* 
*	ブライダルプラン
*
******************************************************************************************* */

/* -------------------------------------------------------------------------------------------
*
* タイトルエリア 
*
* ----------------------------------------------------------------------------------------- */

.bridalHeader{
	position: relative;
	min-width: 1280px;
}
.bridalHeader_main{
	position: relative;
	height: 576px;
	background: url(../img/main_img_pc.jpg) center center no-repeat;
	background-size: cover;
}
.bridalHeader_main_layer_wt{
	position: absolute;
	top: 50%;
	left: 60px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.bridalHeader_main_ttl{
	margin-bottom: 32px;
	width: 297px;
}
.bridalHeader_main_copy{
	color: #40201a;
	font-size: 16px;
	line-height: 36px;
}
.bridalHeader_main_copy strong{
	display: block;
	margin-bottom: 8px;
	font-size: 20px;
	line-height: 36px;
}

@media screen and (max-width : 768px){
	.bridalHeader{
		min-width: 320px;
	}
	.bridalHeader_main{
		height: auto;
		background: #f7f7f7 url(../img/main_img_sp.jpg) center 0 no-repeat;
		background-size: cover;
	}
	.bridalHeader_main_layer{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #f7f7f7 url(../img/main_img_blur_sp.jpg) center 0 no-repeat;
		background-size: cover;
		z-index: 10;
		-webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 54px, 0px 54px); 
		clip-path: polygon(0px 0px, 100% 0px, 100% 54px, 0px 54px); 
	}
	.bridalHeader_main_layer_wt{
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: 54px;
		background: rgba(255,255,255,.4);
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	.bridalHeader_main_layer_wt:after{
		position: absolute;
		content: '';
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background: rgba(255,255,255,.6);
		z-index: 11;
	}
	.bridalHeader_main_ttl{
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		margin: auto;
		width: 158px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.bridalHeader_main_copy{
		padding: 242px 16px 43px 16px;
		font-size: 12px;
		line-height: 27px;
	}
	.bridalHeader_main_copy strong{
		margin-bottom: 6px;
		font-size: 15px;
		line-height: 27px;
	}
}

/* -------------------------------------------------------------------------------------------
*
* コンテンツセクション
*
* ----------------------------------------------------------------------------------------- */

/* ----------------------------- ブライダルプラン ----------------------------- */

.bridalPlan{
	min-width: 1280px;
	border-top: 1px solid #dbdbdb;
}
.bridalPlan-1{
	background: url(../img/plan1_bg_pc.jpg) 0 0 no-repeat;
	background-size: cover;
}
.bridalPlan_inner{
	margin: 0 auto;
	padding: 40px 0 64px 0;
	width: 806px;
	color: #40201a;
}
.bridalPlan_ttl{
	margin: 0 auto 40px auto;
	padding-top: 56px;
	background: url(../img/ic_plan_label.png) center 0 no-repeat;
	background-size: 175px;
}
.bridalPlan_ttl-1{
	width: 209px;
}
.bridalPlan_ttl-2{
	width: 232px;
}
.bridalPlan_ttl-3{
	width: 234px;
}
.bridalPlan_tablePC{
	margin-bottom: 40px;
	width: 100%;
	color: #40201a;
	border: 1px solid #e0d5b4;
	border-collapse: separate;
	border-spacing: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
}
.bridalPlan_tablePC th{
	padding: 15px 0;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	font-weight: 600;
	background: #faf5e6;
}
.bridalPlan_tablePC th + th,
.bridalPlan_tablePC td + td,
.bridalPlan_tablePC .leftLine{
	border-left: 1px solid #e0d5b4;
}
.bridalPlan_tablePC .leftNoLine{
	border-left: 0;
}
.bridalPlan_tablePC td{
	padding: 15px;
	font-size: 16px;
	line-height: 18px;
	background: #fff;
	border-bottom: 1px solid #e0d5b4;
}
.bridalPlan_tablePC td.countData{
	text-align: center;
}
.bridalPlan_tablePC td.priceData{
	text-align: center;
	font-weight: 600;
}
.bridalPlan_tablePC td.labelData{
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	text-align: center;
	background: #f2ecda;
}
.bridalPlan_tablePC tr:last-child td,
.bridalPlan_tablePC td.last{
  border-bottom: none;
}
.bridalPlan_reservation{
	margin: 0 auto;
	width: 408px;
}
.bridalPlan_reservation_btn{
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 12px 0;
	width: 100%;
	height: 44px;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	background: -moz-linear-gradient(left, #b89a41 0%, #c5ad65 50%, #b89a41 100%);
	background: -webkit-linear-gradient(left, #b89a41 0%, #c5ad65 50%, #b89a41 100%);
	background: linear-gradient(to right, #b89a41 0%, #c5ad65 50%, #b89a41 100%);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.bridalPlan_reservation_btn:after{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 44px;
	background: -moz-linear-gradient(left, #dfcf9e 0%, #e5d8af 50%, #dfcf9e 100%);
	background: -webkit-linear-gradient(left, #dfcf9e 0%, #e5d8af 50%, #dfcf9e 100%);
	background: linear-gradient(to right, #dfcf9e 0%, #e5d8af 50%, #dfcf9e 100%);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	z-index: 5;
	opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.bridalPlan_reservation_btn:hover:after{
	opacity: 1;
}
.bridalPlan_reservation_btn span{
	position: relative;
	display: inline-block;
	padding-left: 48px;
	background: url(../../common/img/ic_reservation_pc.png) 0 center no-repeat;
	background-size: 32px auto;
	z-index: 10;
}

@media screen and (max-width : 768px){
	.bridalPlan{
		min-width: 320px;
	}
	.bridalPlan-1{
		background: url(../img/plan1_bg_sp.jpg) 0 0 no-repeat;
		background-size: cover;
		border-top: 0;
	}
	.bridalPlan_inner{
		padding: 40px 16px 50px 16px;
		width: 100%;
	    -webkit-box-sizing:border-box;
	    -moz-box-sizing:border-box;
	    box-sizing:border-box;
	}
	.bridalPlan-1 .bridalPlan_inner{
		padding-top: 150px;
	}
	.bridalPlan_ttl{
		margin: 0 auto 30px auto;
		padding-top: 43px;
		background-size: 130px;
	}
	.bridalPlan_ttl-1{
		width: 156px;
	}
	.bridalPlan_ttl-2{
		width: 173px;
	}
	.bridalPlan_ttl-3{
		width: 175px;
	}
	.bridalPlan_tableSP{
		margin-bottom: 30px;
		width: 100%;
		color: #40201a;
		border: 1px solid #e0d5b4;
		border-collapse: separate;
		border-spacing: 0;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		overflow: hidden;
	}
	.bridalPlan_tableSP th{
		padding: 10px 0;
		font-size: 10px;
		line-height: 16px;
		text-align: center;
		font-weight: 600;
		letter-spacing: -0.04em;
		background: #faf5e6;
		border-right: 1px solid #e0d5b4;
		border-bottom: 1px solid #e0d5b4;
	}
	.bridalPlan_tableSP th:last-child{
		border-right: 0;
	}
	.bridalPlan_tableSP td{
		padding: 10px 6px 10px 10px;
		font-size: 10px;
		line-height: 16px;
		text-align: left;
		border-right: 1px solid #e0d5b4;
		border-bottom: 1px solid #e0d5b4;
		background: #fff;
	}
	.bridalPlan_tableSP td:last-child{
		border-right: 0;
	}
	.bridalPlan_tableSP td.borderRight{
		border-right: 1px solid #e0d5b4;
	}
	.bridalPlan_tableSP td.priceData{
		padding: 10px 0;
		text-align: center;
		font-weight: 600;
	}
	.bridalPlan_tableSP td.labelData{
		padding: 10px;
		font-size: 11px;
		line-height: 16px;
		text-align: center;
		font-weight: 600;
		background: #f2ecda;
	}
	.bridalPlan_tableSP tr:last-child tr,
	.bridalPlan_tableSP tr:last-child td,
	.bridalPlan_tableSP td.btmLast{
		border-bottom: 0;
	}
	.bridalPlan_reservation{
		width: 100%;
	}
	.bridalPlan_reservation_btn{
		padding: 14px 0;
		width: 100%;
		height: 48px;
		font-size: 12px;
		line-height: 20px;
	}
	.bridalPlan_reservation_btn:after{
		width: 100%;
		height: 48px;
	}
	.bridalPlan_reservation_btn:hover:after{
		opacity: 0;
	}
	.bridalPlan_reservation_btn span{
		padding-left: 36px;
		background-size: 25px auto;
	}
}

/* ----------------------------- オーダーメイドプランニング ----------------------------- */

.orderMadePlan{
	min-width: 1280px;
	min-height: 384px;
	background: #f8f4e7 url(../img/order_bg_pc.jpg) right bottom no-repeat;
}
.orderMadePlan_inner{
	margin: 0 auto;
	padding-top: 76px;
	width: 926px;
	color: #40201a;
}
.orderMadePlan_ttl{
	margin: 0 auto 32px auto;
	width: 487px;
}
.orderMadePlan_lead{
	margin: 0 auto;
	width: 410px;
	font-size: 16px;
	line-height: 36px;
	text-align: left;
}

@media screen and (max-width : 768px){
	.orderMadePlan{
		min-width: 320px;
		min-height: 356px;
		background: #f8f4e7 url(../img/order_bg_sp.jpg) right bottom no-repeat;
		background-size: 320px auto;
	}
	.orderMadePlan_inner{
		padding: 50px 0;
		width: 100%;
	}
	.orderMadePlan_ttl{
		margin: 0 auto 21px auto;
		width: 320px;
	}
	.orderMadePlan_lead{
		margin-bottom: 23px;
		padding: 0 16px;
		width: 100%;
		font-size: 12px;
		line-height: 27px;
		text-align: left;
	    -webkit-box-sizing:border-box;
	    -moz-box-sizing:border-box;
	    box-sizing:border-box;
	}
}

/* ----------------------------- 対象となる治療と挙式日までの目安 ----------------------------- */

.schedule{
	min-width: 1280px;
}
.schedule_inner{
	margin: 0 auto;
	padding: 64px 0 54px 0;
	width: 926px;
	color: #40201a;
}
.schedule_ttl{
	margin-bottom: 22px;
	padding-left: 13px;
	color: #b0870b;
	font-size: 22px;
	line-height: 28px;
	border-left: 4px solid #c3a753; 
}
.schedule_clm{
	display: flex;
	justify-content: space-between;
}
.schedule_txt{
	width: 420px;
	font-size: 16px;
	line-height: 36px;
}

@media screen and (max-width : 768px){
	.schedule{
		min-width: 320px;
		background: none;
	}
	.schedule_inner{
		padding: 50px 16px 43px 16px;
		width: 100%;
	    -webkit-box-sizing:border-box;
	    -moz-box-sizing:border-box;
	    box-sizing:border-box;
	}
	.schedule_ttl{
		margin-bottom: 15px;
		font-size: 17px;
		line-height: 21px;
		border-left: 3px solid #c3a753;
	}
	.schedule_clm{
		display: block;
	}
	.schedule_txt{
		width: 100%;
		font-size: 12px;
		line-height: 27px;
	}
}




