@charset "utf-8";

/*コンテンツエリア*/
ruby {letter-spacing: 0;}
#container {
	width: 100%;
	position: relative;
}
#container #headImg {
	width: 100%;
	height: 300px;
	background: url(../img/wedding.jpg) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 0;
}
#container #headImg:before {
	content: '';
	background: inherit;
	filter: grayscale(20%)brightness(80%);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
}
#container h1 {
	width: 100%;
	padding: 120px 0 0 0;
	color: #fff;
	text-align: center;
	line-height: 1.5;
	filter: drop-shadow(0 0 5px rgba(0,0,0,1));
}
#container h1 .jp{
	font-size: 32px;
	letter-spacing: 0.3em;
}
#container h1 .en{
	font-size: 14px;
	letter-spacing: 0.2em;
	font-family: 'EB Garamond', serif;
	font-style: italic;
}
#container #lead {
	width: 960px;
	margin: 40px auto 0;
	padding: 0 0 80px 0;
	font-size: 18px;
	line-height: 2.5;
	letter-spacing: 0.2em;
	text-align: center;
}
#container h2 {
	width: 960px;
	margin: 0 auto 50px;
	padding: 0 0 30px 0;
	font-size: 26px;
	letter-spacing: 0.3em;
	text-align: center;
	border-bottom: 1px solid #000;
}
#container .contactButton {
	width: 190px;
	margin: 30px auto 0;
	padding: 15px;
	font-size: 16px;
	text-align: center;
	letter-spacing: 0.2em;
	border: 1px solid #000;
	position: relative;
}
#container .contactButton a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
	z-index: 2;
}
#container .contactButton a:hover{
	background-color: #dcdcdc;
	transition: .5s;
	mix-blend-mode: multiply;
}
/*wedding*/
#container #wedding {
	width: 860px;
	margin: 0 auto ;
	padding-bottom: 100px;
	display: flex;
	align-items: center;
}
#container #wedding .weddingImg {
	width: 500px;
	margin: 0 50px 0 0;
}
#container #wedding .weddingImg img {
	width: 500px;
	height: auto;
}
#container #wedding .weddingImg img:first-child {
	margin-bottom: 10px;
}
#container #wedding .weddingTxt {
	width: 310px;
	font-size: 16px;
	line-height: 2.5;
	letter-spacing: 0.2em;
}
/*QA*/
#container #qa {
	width: 960px;
	margin: 0 auto ;
}
#container #qa .qaTxt {
	width: 860px;
	margin: 0 auto ;
	font-size: 16px;
	line-height: 2.5;
	letter-spacing: 0.2em;
}
#container #qa .qaTxt .question {
	font-size: 20px;
	line-height: 2;
	color: #BE272D;
	margin-bottom: 5px;
}
#container #qa .qaTxt .question i {
	margin-right: 10px;
}
#container #qa .qaTxt .answer {
	margin-bottom: 35px;
}
/*YouTube*/
#container #movie {
	width: 700px;
	margin :100px auto 0;
}
#container #movie .iframeWrap {
	width: 100%;
	padding-bottom: 56.25%;
	height: 0px;
	position: relative;
}
#container #movie .iframeWrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%!important;
	height: 100%!important;
}


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

#container {}
#container #headImg {
	height: 250px;
}
#container #headImg:before {}
#container h1 {
	padding: 80px 0 0 0;
}
#container h1 .jp{}
#container h1 .en{}
#container #lead {
	width: 94%;
	padding: 0 0 60px 0;
}
#container h2 {
	width: 94%;
	margin: 0 auto 30px;
	padding: 0 0 20px 0;
}
#container .contactButton {}
#container .contactButton a{}
#container .contactButton a:hover{}
/*wedding*/
#container #wedding {
	width: 90%;
	margin: 0 auto ;
	padding-bottom: 80px;
	display: block;
	align-items: normal;
}
#container #wedding .weddingImg {
	width: 100%;
	margin: 0 0 20px 0;
}
#container #wedding .weddingImg img {
	width: 100%;
}
#container #wedding .weddingImg img:first-child {
	margin-bottom: 5px;
}
#container #wedding .weddingTxt {
	width: 100%;
}
/*QA*/
#container #qa {
	width: 100%;
}
#container #qa .qaTxt {
	width: 90%;
}
#container #qa .qaTxt .question {}
#container #qa .qaTxt .question i {}
#container #qa .qaTxt .answer {}
/*YouTube*/
#container #movie {
	width: 90%;
	margin :60px auto 0;
}
#container #movie .iframeWrap {}
#container #movie .iframeWrap iframe {}

}