@charset "utf-8";

/* ========================================================
	wedding.css
======================================================== */

/* page_title
============================================================================================================ */
@media screen and (max-width: 768px) {
	.page_title {
		height: 450px;
		display: block;
		padding-top: 30px;
	}
	.page_title::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 80%;
		background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
		background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
		opacity: .5;
	}
}


/* wedding_contents
============================================================================================================ */
.wedding_contents {
	position: relative;
	overflow: hidden;
	padding-bottom: 100px;
}
.wedding_contents::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 80px;
	background-color: #f7f7f7;
}
.wedding_contents section {
	position: relative;
	z-index: 2;
}
.wedding_contents section + section {
	margin-top: 50px;
}
.wedding_contents section .box {
	position: relative;
	padding: 40px;
	background-color: rgba(255,255,255,.9);
	text-align: center;
	z-index: 3;
}
.wedding_contents section .box h3 {
	margin-bottom: 25px;
	font-size: 3.2rem;
	line-height: 1.5;
}
.wedding_contents section .box h3.s {
	font-size: 3rem;
}
.wedding_contents section .box h3::after {
	content: "";
	display: block;
	width: 155px;
	margin: 20px auto 0;
	border-top: 2px solid #004b30;
}
@media screen and (min-width: 769px), print {
	.wedding_contents section {
		padding-top: 335px;
		max-width: 1700px;
		margin: auto;
	}
	.wedding_contents section .ph {
		position: absolute;
		top: 0;
		max-width: 820px;
		width: 54%;
		height: 610px;
	}
	.wedding_contents section .ph_sub {
		position: absolute;
		top: 60px;
		max-width: calc(50% - 160px);
		width: 490px;
		height: 295px;
	}
	.wedding_contents section .box {
		width: 720px;
		min-height: 330px;
	}

	.wedding_contents .wedding01 .ph {
		left: 0;
	}
	.wedding_contents .wedding01 .ph_sub {
		left: 50%;
		margin-left: 160px;
	}
	.wedding_contents .wedding01 .box {
		margin-left: auto;
	}

	.wedding_contents .wedding02 .ph {
		right: 0;
	}
	.wedding_contents .wedding02 .ph_sub {
		right: 50%;
		margin-right: 160px;
	}
	.wedding_contents .wedding02 .box {
		margin-right: auto;
	}
}
@media screen and (max-width: 768px) {
	.wedding_contents {
		padding-bottom: 40px;
	}
	.wedding_contents::before {
		top: 40px;
	}
	.wedding_contents section + section {
		margin-top: 30px;
	}
	.wedding_contents section .ph {
		padding-top: 65%;
		margin-bottom: -35px;
	}
	.wedding_contents section .box {
		padding: 25px 20px;
	}
	.wedding_contents section .box h3 {
		margin-bottom: 20px;
		font-size: 1.8rem;
	}
	.wedding_contents section .box h3.s {
		font-size: 1.6rem;
	}
	.wedding_contents section .box h3::after {
		width: 100px;
		margin-top: 12px;
	}
	.wedding_contents section .box p {
		text-align: left;
	}

	.wedding_contents .wedding01 .ph {
		margin-right: 30px;
	}
	.wedding_contents .wedding01 .box {
		margin-left: 30px;
	}
	.wedding_contents .wedding02 .ph {
		margin-left: 30px;
	}
	.wedding_contents .wedding02 .box {
		margin-right: 30px;
	}
}

/* wedding_contact
============================================================================================================ */
.wedding_contact h3 {
	margin-bottom: 50px;
	font-size: 2.6rem;
	line-height: 1.4;
	text-align: center;
}
.wedding_contact section h4 {
	margin-bottom: 20px;
	font-size: 2rem;
	line-height: 1.5;
}
.wedding_contact section dl {
	margin-bottom: 5px;
	line-height: 1.6;
}
.wedding_contact section dl > * {
	display: inline-block;
}
.wedding_contact section dt {
	font-weight: bold;
}
.wedding_contact section dd a {
	display: block;
}
.wedding_contact section .img {
	text-align: center;
}
.wedding_contact section img {
	max-width: 100%;
}
@media screen and (min-width: 769px), print {
	.wedding_contact .list {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.wedding_contact .list > * {
		width: calc(50% - 20px);
	}
	.wedding_contact .list > *:nth-child(2) ~ * {
		margin-top: 40px;
	}
	.wedding_contact .bd_box {
		height: 100%;
		padding: 40px;
		font-size: 1.4rem;
	}
	.wedding_contact section .img {
		margin-top: 30px;
	}
}
@media screen and (max-width: 768px) {
	.wedding_contact h3 {
		margin-bottom: 30px;
		font-size: 1.7rem;
	}
	.wedding_contact section + section {
		margin-top: 15px;
	}
	.wedding_contact .bd_box {
		position: relative;
		font-size: 1.2rem;
	}
	.wedding_contact section h4 {
		margin-bottom: 10px;
		font-size: 1.5rem;
	}
	.wedding_contact section .img {
		margin-top: 20px;
	}
	.wedding_contact section img {
	}
}
