@charset "UTF-8";
/* CSS Document */

/*-----------------------------------
wedding
-----------------------------------*/
.eyecatch-wedding:before {
	z-index: 0;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url("../img/about/wedding/wedding-main.jpg") no-repeat bottom center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
#wedding img {
	max-width: 100%;
}
.content1 p {
	margin:0 0 1em 0;
}
.content1-pic {
	border:1px solid #d74812;
	background: #d74812;
	margin-top:2em;
}
.content1-pic-sub {
	background: #fff!important;
	color:#d74812!important;
}
.content1-pic-sub:last-of-type {
	padding-top:1em;
}
.content1-pic p {
	color:#fff;
	background: #d74812;
	display: block;
	text-align: center;
	padding:1em 0 0 0;
}
.content1-pic-area {
	padding:0 1em 0.5em 1em;
	background: #fff;
	text-align: center;
	border:1px solid #d74812;
	display: flex;
	align-items: center;
	justify-content: center;
}
.content1-pic-area .item img {
	width:100%;
}
.content1-pic-area .left {
	margin-right: 1em;
}
#wedding .content2 ul {
	padding: 1.5em 2em;
	margin:0 0 2em 0;
	background: #fcf9f2;
}
#wedding .content2 ul li {
	counter-increment: number;
	text-indent:-15px;
	padding:0.5em 20px 0.5em 3em;
	border-bottom: 1px solid #c49f4f;
}
#wedding .content2 ul li:last-child {
	border-bottom:none;
}
#wedding .content2 ul li:before {
	content: "一、";
	display: inline-block;
	color: #c49f4f;
	position: relative;
	margin:0 5px 0 0;
}
.inquiry {
	border:1px solid #555555;
	padding:0 0 0 0;
	display: flex;
	margin-top: 50px;
}
.inquiry h4 {
	background: url("../img/common/ptn-blk.jpg");
	display: block;
	color:#fff;
	padding:4em 1em;
	width:20%;
	text-align: center;
	margin:0;
}
.inquiry-inner {
	width: 80%;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.inquiry p {
	background:#fff;
	display: block;
	padding:0;
	margin:0;
	text-align: center;
}
.inq-title {
	font-weight:bold;
	font-size: 1.1em;
	border-bottom: 1px solid #555555;
}
.fa-phone {
	margin-right:10px;
}
.fa-fax {
	margin:0 10px 0 20px;
}
.inquiry a {
	transition: 0.5s;
}
.content1 {margin:50px 0}
.content2 {margin:0 0 100px 0;}

/* レスポンシブ */
@media screen and (max-width:959px) {
	.content1 {margin:25px 0 50px}

	.eyecatch-bg {
		height:100px;
	}
	#wedding .content2 ul {
		padding:1em;
		font-size:0.9em;
	}

	#wedding .content2 li {
		font-size:0.9em
	}

	.content1 p {
		margin:0 0 1em 0;
	}
	.content1-pic-sub {
		 margin:0!important;
	}

	.content1-pic-area {
		display: block;
		padding:0 5px;
	}

	.content1-pic-area .left {
			margin: 0;
	}

	.content1-pic-area .item img {
		width:100%;
	}
	.inquiry {
		display:block;
	}

	.inquiry-inner {
		display: block;
		width:100%;
	}
	.inquiry h4 {
		width:100%;
		margin:0;
		padding:1em 0;
	}
	.inquiry p {
		padding: 0;
		width: calc(100% - 2em);
		padding: 1em;
		margin:0;
		text-align: center;
	}
	.fa-fax {
		margin:0 10px 0 0;
	}
}
