@charset "utf-8";


/*=============================================
	
	メインビジュアル
	
==============================================*/
#mv_index {
	width: 100%;
	padding: 5em 0 0;
	position: relative;
}
#mv_index .container {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
}
#mv_index .swiper-container {
	padding-bottom: 0;	
}
#mv_index .en_title01 {
	position: absolute;
	left: 0;
	top: 5%;
	width: 100%;
	font-size: 1.1em;
	text-align: center;
	z-index: 10;
}
#mv_index .en_title02 {
	position: absolute;
	left: 0;
	top: 8%;
	width: 100%;
	font-size: 2.4em;
	text-align: center;
	z-index: 10;
	line-height: 1.4;
}
@media print, screen and (max-width: 768px) {

}
@media print, screen and (min-width: 769px) {
	#mv_index {
		padding: 150px 0 0;
	}
	#mv_index .container {
	}
	#mv_index .swiper-container {
		width: 100%;
		padding: 0;
	}
	#mv_index .en_title01 {
		position: absolute;
		left: 0;
		top: 50px;
		width: 100%;
		font-size: 24px;
		text-align: center;
		z-index: 10;
	}
	#mv_index .en_title02 {
		position: absolute;
		left: 0;
		top: 90px;
		width: 100%;
		font-size: 80px;
		text-align: center;
		z-index: 10;
	}
}


/*=============================================
	
	コンセプト
	
==============================================*/

.concept_wrap {
	padding: 3em 0 3em;
	position: relative;
	background-color: #FFF;
}
.concept_wrap::before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 85%;
	height: 80%;
	background-color: #fafcf4;
	
}
.concept_wrap .container {
	width: 100%;
	max-width: 100%;
}
.concept_wrap .en_title {
	font-size: 5em;
	line-height: 1;
	width: 90%;
	margin: 0 auto 0.1em;
}
.concept_wrap .title {
	font-size: 1.1em;
	line-height: 1;
	width: 90%;
	margin: 0 auto 2em;
	text-align: left;
}
.concept_wrap .flex {

}
.concept_wrap .flex .youtube{
	width: 90%;
	margin: 0 auto;
	aspect-ratio: 16 / 9;
}
.concept_wrap .flex .youtube iframe{
	width: 100%;
	height: 100%;
}
.concept_wrap .flex .text_wrap{
	padding: 1.5em 5% 0;
}	



@media print, screen and (min-width: 769px) {
	.concept_wrap {
		padding: 100px 0 90px;
	}
	.concept_wrap::before {
		width: 70%;
		height: 60%;
	}
	.concept_wrap .container {
	}
	.concept_wrap .en_title {
		font-size: 120px;
		margin: 0 auto 10px;
	}
	.concept_wrap .title {
		font-size: 16px;
		margin: 0 auto 50px;
	}

	.concept_wrap .flex {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: row-reverse;
		width: 90%;
		margin: 0 auto;
	}
	.concept_wrap .flex .youtube{
		width: 65%;
		margin: 0;
	}
	.concept_wrap .flex .youtube iframe{
	}
	.concept_wrap .flex .text_wrap{
		padding: 0 0;
		width: 30%;
	}	

}


/*=============================================
	
	下部ギャラリー
	
==============================================*/
.pic_gallery {
	position: relative;
	padding: 2.5em 0;
}
.pic_gallery .bg01 {
	background: url(/img/index/mid_bg01.jpg) no-repeat;
	background-size: cover;
	width: 70%;
	height: 50vh;
	position: absolute;
	right: 0;
	top: 15vh;
}
.pic_gallery .bg02 {
	background: url(/img/index/mid_bg01.jpg) no-repeat;
	background-size: cover;
	width: 60%;
	height: 40vh;
	position: absolute;
	left: 0;
	top: 80vh;
}
.pic_gallery .bg03 {
	background: url(/img/index/mid_bg01.jpg) no-repeat;
	background-size: cover;
	width: 80%;
	height: 60vh;
	position: absolute;
	right: 0;
	top: 180vh;
}
.pic_gallery .box01, .pic_gallery .box02, .pic_gallery .box03, .pic_gallery .box04, .pic_gallery .box05, .pic_gallery .box06 {
	width: 100%;
	margin: 0 auto 2em;
	position: relative;
}
.pic_gallery .img {
}
.pic_gallery .box01 {
	height: 47vh;
}
.pic_gallery .img.pic01 {
	position: absolute;
	left: 0;
	top: 0;
	width: 90%;
}
.pic_gallery .img.pic02 {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 60%;
}

.pic_gallery .box02 {
	height: 60vh;
}
.pic_gallery .img.pic03 {
	position: absolute;
	left: 0;
	top: 0;
	width: 70%;
}
.pic_gallery .img.pic04 {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 60%;
}

.pic_gallery .box03 {
}
.pic_gallery .img.pic05 {
	width: 55%;
}

.pic_gallery .box04 {
	height: 65vh;
}
.pic_gallery .img.pic06 {
	position: absolute;
	right: 0;
	top: 0;
	width: 55%;
}
.pic_gallery .img.pic07 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 55%;
}

.pic_gallery .box05 {
}
.pic_gallery .img.pic08 {
	width: 80%;
	margin-left: auto;
}

.pic_gallery .box06 {
	height: 55vh;
}
.pic_gallery .img.pic09 {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
}
.pic_gallery .img.pic10 {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 55%;
}


@media print, screen and (max-width: 768px) {

}
@media print, screen and (min-width: 769px) {
	.pic_gallery {
		padding: 70px 0;
		min-height: 1570px;
	}
	.pic_gallery .container {
		width: 90%;
		
		position: relative;
	}
	.pic_gallery .bg01 {
		width: 40%;
		height: 50vh;
		position: absolute;
		right: -10%;
		top: 15vh;
	}
	.pic_gallery .bg02 {
		width: 60%;
		height: 60vh;
		position: absolute;
		left: 0;
		top: 90vh;
	}
	.pic_gallery .bg03 {
		width: 50%;
		height: 70vh;
		position: absolute;
		right: 0;
		top: 170vh;
	}
	.pic_gallery .box01, .pic_gallery .box02, .pic_gallery .box03, .pic_gallery .box04, .pic_gallery .box05, .pic_gallery .box06 {
		margin: 0 0;
	}
	.pic_gallery .img {
		position: absolute;
		width: 50%;
	}
	.pic_gallery .box01 {
		position: absolute;
		left: 50%;
		top: 50px;
		margin-left: -50%;
		width: 48%;
		height: 55vh;
	}
	.pic_gallery .img.pic01 {
		position: absolute;
		left: 0;
		top: 0;
		width: 90%;
	}
	.pic_gallery .img.pic02 {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 40%;
	}
	
	.pic_gallery .box02 {
		position: absolute;
		left: 50%;
		top: 50px;
		margin-left: 5%;
		width: 50%;
		height: 70vh;
	}
	.pic_gallery .img.pic03 {
		position: absolute;
		left: 0;
		top: 0;
		width: 60%;
	}
	.pic_gallery .img.pic04 {
		position: absolute;
		right: 10%;
		bottom: 0;
		width: 50%;
	}
	
	.pic_gallery .box03 {
		position: absolute;
		left: 50%;
		top: 500px;
		margin-left: -45%;
		width: 50%;
		height: 70vh;
	}
	.pic_gallery .img.pic05 {
		width: 70%;
	}
	
	.pic_gallery .box04 {
		position: absolute;
		left: 50%;
		top: 550px;
		margin-left: -5%;
		width: 60%;
		height: 70vh;
	}
	.pic_gallery .img.pic06 {
		position: absolute;
		left: 0;
		top: 0;
		width: 40%;
	}
	.pic_gallery .img.pic07 {
		position: absolute;
		right: 18%;
		bottom: 0;
		left: auto;
		width: 35%;
	}
	
	.pic_gallery .box05 {
		position: absolute;
		left: 50%;
		top: 1070px;
		margin-left: -35%;
		width: 50%;
		height: 70vh;
	}
	.pic_gallery .img.pic08 {
		width: 80%;
		margin-left: auto;
	}
	
	.pic_gallery .box06 {
		position: absolute;
        left: 50%;
        top: 1170px;
        margin-left: 8%;
        width: 40%;
        height: 70vh;
	}
	.pic_gallery .img.pic09 {
		position: absolute;
		left: 0;
		top: 0;
		width: 40%;
	}
	.pic_gallery .img.pic10 {
		position: absolute;
		right: 0;
		bottom: auto;
		top: 100px;
		width: 45%;
	}
}



/*=============================================
	
	有形文化財
	
==============================================*/
.build_wrap {
	padding: 2em 0 3em;
	background-color: #FFF;
}
.build_wrap .text_wrap {
	width: 80%;
	margin: 0 auto 1.5em;
}
.build_wrap .text_wrap .en_title {
	font-size: 1.1em;
	margin-bottom: 0.3em;
}
.build_wrap .text_wrap .title {
	font-size: 1.6em;
	margin-bottom: 0.5em;
}
.build_wrap .text_wrap .body {
	font-size: 1.1em;
}
.build_wrap .img {

}
@media print, screen and (max-width: 768px) {

}
@media print, screen and (min-width: 769px) {
	.build_wrap {
		padding: 30px 0 70px;
		position: relative;
	}
	.build_wrap .text_wrap {
		width: 24%;
		margin: 0 0;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translateY(-50%);
		margin-left: 5%;
		background-color: #FFF;
		padding: 3vw 3%;
		z-index: 10;
	}
	.build_wrap .text_wrap .en_title {
		font-size: 13px;
		margin-bottom: 15px;
	}
	.build_wrap .text_wrap .title {
		font-size: 28px;
		margin-bottom: 15px;
	}
	.build_wrap .text_wrap .body {
		font-size: 14px;
	}
	.build_wrap .img {
		width: 60%;
	}

}



/*=============================================
	
	下部バナーリスト
	
==============================================*/
.bottom_banner_navi {
	padding: 3em 0 2em;
	background-color: #fafcf4;
}
.bottom_banner_navi .wedding_title {
	font-size: 2.5em;
	text-align: center;
	margin-bottom: 0.5em;
	line-height: 1.4;
}
.bottom_banner_navi ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.bottom_banner_navi ul li {
	width: 48%;
	margin: 0 1% 1em;
	position: relative;
}
.bottom_banner_navi ul li a {
	position: relative;
	display: block;
	width:43.2vw;
	height:28.8vw;
}
.bottom_banner_navi ul li a::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	z-index: 100;
}
.bottom_banner_navi ul li .img {
	width: 100%;
	position: relative;
}
.bottom_banner_navi ul li .img::after {
	content: "";
	width: 90%;
	height: 80%;
	border: 1px solid #FFF;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.bottom_banner_navi ul li .en_title {
	position: absolute;
	left: 50%;
	top: 45%;
	transform: translate(-50%, -50%);
	font-size: 1.2em;
	text-align: center;
	color: #FFF;
	z-index: 10;
	width:43.2vw;
}
.bottom_banner_navi ul li .title {
	position: absolute;
	left: 50%;
	top: 65%;
	transform: translate(-50%, -50%);
	font-size: 0.8em;
	text-align: center;
	color: #FFF;
	z-index: 10;
	width:43.2vw;
}
@media print, screen and (max-width: 768px) {

}
@media print, screen and (min-width: 769px) {
	.bottom_banner_navi {
		padding: 70px 0 50px;
	}
	.bottom_banner_navi .wedding_title {
		font-size: 60px;
		margin-bottom: 30px;
	}
	.bottom_banner_navi ul {
	}
	.bottom_banner_navi ul li {
		width: 31%;
		margin: 0 1% 20px;
	}
	.bottom_banner_navi ul li a {
		max-width:372px;
		max-height:248px;
	}
	.bottom_banner_navi ul li .img {
	}
	.bottom_banner_navi ul li .img::after {
	}
	.bottom_banner_navi ul li .en_title {
		top: 46%;
		font-size: 30px;
		width:20.7vw;
		max-width:372px;
	}
	.bottom_banner_navi ul li .title {
		top: 60%;
		font-size: 13px;
		width:20.7vw;
		max-width:372px;
	}

}
