@charset "UTF-8";
/* CSS Document */
.inner {
	padding-left: 20px;
	padding-right: 20px;
}
.h2_bg {
	display: flex;
	justify-content: center;
	overflow: hidden;
}
.h2Area {
	background-image: url(../img/wedding/h2Area_bg.jpg);
	background-repeat: no-repeat;
	width: 110%;
	background-size: cover;
	background-position: center center;
	min-height: 400px;
	border-bottom-right-radius: 2000px 150px;
	border-bottom-left-radius: 2000px 150px;
	margin-left: -150px;
	margin-right: -150px;
	padding-left: 150px;
	padding-right: 150px;
}
.h2Area .inner {
	height: 400px;
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.h2Area .inner h2 {
	font-size: 40px;
	letter-spacing: 0.4em;
	font-family: century-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	text-shadow: #383F39 1px 1px 10px, #383F39 -1px 1px 10px, #383F39 1px -1px 10px, #383F39 -1px -1px 10px;
}
.h3Area h3 {
	font-family: century-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 30px;
	color: #DFD2C6;
	text-align: center;
	line-height: 1.2;
	padding-top: 70px;
	margin: 0 auto;
}
.h3Area .h3txt {
	font-size: 12px;
	color: #3A3228;
	text-align: center;
	padding-bottom: 35px;
}
.h4Area{
	text-align: center;
}
.h4Area h4 {
	display: inline-block;
	font-family: century-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 22px;
	position: relative;
	letter-spacing: .2em;
	margin: 0 auto 30px ;
	text-shadow: 3px 3px 2px #D8D6D4;
	text-align: left;
  line-height: 1.5;
}
.h4Area h4:after {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 12px;
	height: 2px;
	background-color: #966B44;
	}
.h5Area{
	padding-top: 50px;
	padding-bottom: 25px;
}
.h5Area h5 {
	font-size: 19px;
	font-weight: bold;
	color: #966B44;
	text-align: center;
	padding-bottom: 10px;
}
.h5Area .h5txt {
	color: #ab9887;
	text-align: center;
	font-size: 13px;
}
.top-ttl p {
	text-align: center;
	padding-top: 80px;
	padding-bottom: 80px;
	line-height: 2;
}
.breadArea .inner,
.breadArea02 .inner {
	display: flex;
	justify-content: flex-start;
	padding: 20px;
}
.breadArea .inner li,
.breadArea02 .inner li {
	display: flex;
	justify-content: flex-start;
}
.breadArea .inner li:nth-of-type(1),
.breadArea02 .inner li:nth-of-type(1) {
	position: relative;
	padding-right: 20px;
}
.breadArea .inner li:nth-of-type(1):after,
.breadArea02 .inner li:nth-of-type(1):after {
	content: ">";
	position: absolute;
	top: 0;
	right: 0;
}
.breadArea .inner li:nth-of-type(2) {
	padding-left: 12px;
}
.breadArea02 .inner li:nth-of-type(2) {
	padding: 0 12px;
}
.breadArea02 .inner li:nth-of-type(3) {
	position: relative;
	padding-left: 20px;
}
.breadArea02 .inner li:nth-of-type(3):before {
	content: ">";
	position: absolute;
	top: 0;
	left: 0;
}
.breadArea .inner li, 
.breadArea .inner li a,
.breadArea02 .inner li, 
.breadArea02 .inner li a {
	font-size: 13px;
	color: #585858;
	font-family: century-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.breadArea .inner li a:hover,
.breadArea02 .inner li a:hover {
	color: #A37E5F;
}

/* btn */
.btn a {
	width: 190px;
	display: inline-block;
	padding: 20px 0;
	line-height: 1;
	color: #fff;
	font-family: century-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 11px;
	text-align: center;
	position: relative;
	background-color: #3B3229;
}
.btn a:hover {
	background-color: #DFD2C7;
}
.btn02 a {
	width: 190px;
	display: inline-block;
	padding: 20px 0;
	line-height: 1;
	font-family: century-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 11px;
	text-align: center;
	position: relative;
	background-color: rgb(255, 255, 255);
	color: rgb(59, 50, 41);
}
.btn02 a:hover {
	background-color: #3B3229;
	color: #FFF;
}


@media screen and (max-width: 1000px){
}
@media screen and (max-width: 767px) {
	.inner {
		padding-left: 5vw;
		padding-right: 5vw;
	}
	.h2Area {
		min-height: inherit;
	}	
	.h2Area .inner {
		height: 200px;
		padding: 0 0;
	}
	.h2Area .inner h2 {
		font-size: 20px;
	}	
	.top-ttl p {
		text-align: left;
		padding-top: 50px;
		padding-bottom: 55px;
		line-height: 1.6;
	}
	.h3Area h3 {
		font-size: 24px;
		line-height: 1.3;
		padding-top: 50px;
	}	
	.h3Area .h3txt {
		font-size: 11px;
		padding-bottom: 20px;
	}	
	.h4Area h4 {
		font-size: 19px;
		margin: 0 auto 20px;
	}
	.h5Area h5 {
		font-size: 15px;
		padding-bottom: 7px;
	}	
	.h5Area .h5txt {
		text-align: left;
		line-height: 1.3;
	}	
	
	/* btn */
	.btn a {
		width: 100%;
	}
	.btn02 a {
		width: 100%;
	}
}

@media screen and (max-width: 420px) {
	.h2Area {
		border-bottom-right-radius: none;
		border-bottom-left-radius: none;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.h2Area .inner {
		padding: 0 3vw;
	}

	.h2Area .inner h2 {
		font-size: 6vw;
		letter-spacing: .2em;
	}	
}
