@charset "utf-8";


/*=============================================
	
	タイトル枠
	
==============================================*/
#top_title_wrap {
	text-align: center;
	color: #FFF;
	position: relative;
	margin: 0 0 2.8em;
}
#top_title_wrap .title_img {
	position: relative;
}
#top_title_wrap .title_img:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: #000;
	opacity: 0.3;
	display:block;
}
#top_title_wrap h3 {
	position: absolute;
	left: 50%;
	top: 45%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
		width: 100%;
	font-size: 3.6em;
	line-height: 1.0em;
}
#top_title_wrap p.sub {
	position: absolute;
	left: 50%;
	top: 60%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	font-size: 1.4em;
	line-height: 1.0em;
}

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

}

@media print, screen and (min-width: 769px) {
	#top_title_wrap {
		padding: 0 0;
		text-align: center;
		margin: 0 0 50px;
	}
	#top_title_wrap h3 {
		left: 50%;
		top: 45%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		font-size: 56px;
		margin: 0 0 30px;
	}
	#top_title_wrap p.sub {
		left: 50%;
		top: 65%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		font-size: 14px;
	}
}

/*=============================================
	
	INDEX リンクリスト
	
==============================================*/
.ceremony_index_list {
	padding: 1em 0 2.4em;
}
.ceremony_index_list .lead {
	text-align: center;
	font-size: 1.2em;
	margin: 0 0 2em;
	line-height: 2em;
}
.ceremony_index_list .lead span {
	color: #579662;
}
.ceremony_index_list .list {

}
.ceremony_index_list .list li {
	margin: 0 0 3em;
}
.ceremony_index_list .list li h4 {
	font-size: 2em;
	margin: 0 0 0.4em;
	line-height: 1.2em;
	text-align: center;
}
.ceremony_index_list .list li h4 span {
	font-size: 0.5em;
	color: #999;
}
.ceremony_index_list .list li .pic {
	position: relative;
}
.ceremony_index_list .list li .pic:before {
	content: "";
	position: absolute;
	right: 0;
	top: 51%;
	width: 28px;
	height: 32px;
	transform: translateY(-50%);
	background: rgba( 0, 0, 0, 0.5);
}
.ceremony_index_list .list li .pic:after {
	content: "";
	position: absolute;
	right: 5px;
	top: 50%;
	width: 12px;
	height: 12px;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	transform: rotate(-45deg) translateY(-50%);
}
@media print, screen and (max-width: 768px) {
	.ceremony_index_list .list li {
		border-bottom: 1px solid #FFF;
		padding: 0 0 3em;
	}
	.ceremony_index_list .list li:last-child {
		border-bottom: none;
		padding-bottom: 0;
	}
}

@media print, screen and (min-width: 769px) {
	.ceremony_index_list {
		padding: 10px 0 40px;
	}
	.ceremony_index_list .lead {
		font-size: 15px;
		margin: 0 0 50px;
	}
	.ceremony_index_list .list {
		text-align: center;
		display: flex;
		justify-content: space-between;
	}
	.ceremony_index_list .list li {
		width: 42%;
		margin: 0;
		padding: 0;
	}
	.ceremony_index_list .list li h4 {
		font-size: 28px;
		margin: 0 0 15px;
		line-height: 0.9;
	}
	.ceremony_index_list .list li h4 span {
		font-size: 11px;
		line-height: 0.6em;
	}
}




/*=============================================
	
	スペース トップ メイン
	
==============================================*/
@media print, screen and (max-width: 768px) {
	.space_top {
		padding: 3.2em 0;
	}
	.space_top h3 {
		margin: 0 0 0.4em;
		font-size: 1.8em;
	}	
	.space_top h4 {
		line-height: 2.0em;
		margin: 0 0 1em;
		color: #999;
	}
	.space_top .pic {
		margin: 0 0 1.5em;
	}
	.space_top .lead {
		width: 80%;
		margin: 0 auto;
		font-size: 1.2em;
		line-height: 2.2em;
		text-align: center;
	}
}

@media print, screen and (min-width: 769px) {
	.space_top {
		padding: 40px 0;
		width: 960px;
		margin: 0 auto;
	}
	.space_top h3 {
		margin: 0 0 0.4em;
	}	
	.space_top h4 {
		line-height: 2.0em;
		font-size: 13px;
		margin-bottom: 20px;
		color: #999;
	}
	.space_top .pic {
		margin: 0 0 30px;
	}
	.space_top .lead {
		width: 800px;
		margin: 0 auto;
		font-size: 1.2em;
		line-height: 2.2em;
		text-align: center;
	}
}

/*=============================================
	
	トップメッセージ
	
==============================================*/
@media print, screen and (max-width: 768px) {
	.message_top {
		padding: 3.2em 0;
		color: #333;
	}
	.message_top h3 {
		font-size: 140%;
		margin: 0 0 0.8em;
	}	
	.message_top p {
		line-height: 2.4em;
	}
	.message_top .bg_img {
		background-position: center top;
		background-size: 250% auto;
	}
}

@media print, screen and (min-width: 769px) {
	.message_top {
		width: 70%;
		min-width: 960px;
		padding: 3.2em 0;
		margin: 0 auto;
		color: #333;
	}
	.message_top h3 {
		font-size: 160%;
		margin: 0 0 0.8em;
		text-align: center;
	}	
	.message_top p {
		line-height: 2.4em;
		text-align: center;
	}
	.message_top .bg_img {
		background-size: 250% auto;
	}
}

/*=============================================
	
	トップ スペック
	
==============================================*/
@media print, screen and (max-width: 768px) {
	.spec_top {
		padding: 2.4em 0;
		width: 90%;
		margin: 0 auto 3em;
		background: #F3F3F3;
	}
	.spec_top ul.list {
		text-align: center;
	}
	.spec_top ul.list li {
		text-align: center;
		margin: 0 0 2em;
	}
	.spec_top ul.list li:last-child {
		margin-bottom: 0;
	}
	.spec_top ul.list li dl {

	}
	.spec_top ul.list li dl dt {
		font-size: 1.1em;
		margin: 0 0 0.6em;
		color: #9D886D;
	}
	.spec_top ul.list li dl dd {
		font-size: 1.4em;

	}
}

@media print, screen and (min-width: 769px) {
	.spec_top {
		width: 800px;		
		margin: 0 auto 50px;
		padding: 20px 0 30px;
		background: #F3F3F3;
	}
	.spec_top ul.list {
		text-align: center;
	}
	.spec_top ul.list li {
		display: inline-table;
		width: 40%;
	}
	.spec_top ul.list li dl {

	}
	.spec_top ul.list li dl dt {
		font-size: 1.0em;
		margin: 0 0 0.6em;
		color: #9D886D;
	}
	.spec_top ul.list li dl dd {
		font-size: 1.4em;
	}
}


/*=============================================
	
	スペース 中段
	
==============================================*/
@media print, screen and (max-width: 768px) {
	.space_midle {
		padding: 3em 0;
		background: #F3F3F3;
	}
	.space_midle .lead {
		font-size: 1.2em;
		text-align: center;
		margin: 0 auto 2em;
		line-height: 1.8em;
		width: 90%;
	}
	.space_midle .lead:last-of-type {
		margin-bottom: 0;
	}
	.space_midle ul.list {
		padding: 1.0em 5% 1.0em;
	}	
	.space_midle ul.list li {
		margin: 0 0 1.0em;
	}	
	.space_midle ul.list li.text01, .space_midle ul.list li.text02 {
		text-align: center;
		font-size: 1.1em;
		padding: 1.5em 0;
	}
}

@media print, screen and (min-width: 769px) {
	.space_midle {
		padding: 50px 0 70px;
		background: #F3F3F3;
	}
	.space_midle .lead {
		font-size: 16px;
		text-align: center;
		margin: 0 0 50px;
	}
	.space_midle .lead:last-of-type {
		margin-bottom: 0;
	}
	.space_midle ul.list {
		width: 800px;
		height: 760px;
		margin: 0 auto 40px;
		padding: 0 0 0;
		text-align: center;
		position: relative;
	}
	.space_midle.cere02 ul.list {
		height: 480px;
	}
	.space_midle ul.list li {
		position: absolute;
		left: 50%;
		top: 0;
		margin-left: -480px;
	}		
	.space_midle ul.list li.pic01 {
		top: 0;
		margin-left: -480px;
		width: 460px;
	}		
	.space_midle ul.list li.pic02 {
		top: 320px;
		margin-left: -340px;
		width: 320px;
		/* display: none; */
	}		
	.space_midle ul.list li.pic03 {
		top: 70px;
		margin-left: -10px;
		width: 450px;
		/* display: none; */
	}		
	.space_midle ul.list li.pic04 {
		top: 550px;
		margin-left: -410px;
		width: 390px;
		/* display: none; */
	}	
	.space_midle ul.list li.text01, .space_midle ul.list li.text02 {
		text-align: center;
		font-size: 15px;
		padding: 0;
	}
	.space_midle ul.list li.text01 {
		top: 10px;
		margin-left: 20px;
		width: 390px;
	}
	.space_midle ul.list li.text02 {
		top: 400px;
		margin-left: 0;
		width: 390px;
		text-align: left;
	}
}


/*=============================================
	
	3つのポイント 移動後 wrap
	
==============================================*/
@media print, screen and (max-width: 768px) {
	.three_point_wrap {
		padding: 3em 0;
	}
}
@media print, screen and (min-width: 769px) {
	.three_point_wrap {
	    width: 960px;
	    margin: 0 auto;
	    padding: 0 0 30px;
	}
}

/*=============================================
	
	ポイントのレイアウト 
	
==============================================*/
@media print, screen and (max-width: 768px) {
	#point_title_wrap {
		padding: 2.4em 0 0;
	}
	.point_wrap {
		padding: 3.2em 0 3.2em;
	}
	.point_wrap dl {
	}
	.point_wrap dl dt{
		margin: 0 0 1.6em;
	}
	.point_wrap dl dt p.number{
		position: relative;
		text-align: center;
		font-size: 3.0em;
		padding: 0.5em 0;
		margin: 0 0 1.0em;
		color: #b7a26d;
	}
	.point_wrap dl dt p.number:before{
		content: "";
		width: 20%;
		height: 1px;
		background: #b7a26d;
        -webkit-transform:
            rotate(-45deg);
		position: absolute;
		left: 50%;
		top: 0;
		margin-left: -18%;
	}
	.point_wrap dl dt p.number:after{
		content: "";
		width: 20%;
		height: 1px;
		background: #b7a26d;
        -webkit-transform:
            rotate(-45deg);
		position: absolute;
		left: 50%;
		bottom: 0;
		margin-left: -2%;
	}
	.point_wrap dl dt .en_title {
		margin: 0 0 1.2em;
		font-size: 1.1em;
		text-align: center;
	}
	.point_wrap dl dt h5 {
		margin: 0 0 1.2em;
		font-size: 1.8em;
	}
	.point_wrap dl dd {
	}
	.point_wrap dl dd .img {
		margin: 0 auto 1em;
		width: 90%;
	}
	.point_wrap dl dd .text_wrap {
		width: 86%;
		margin: 0 auto 0;
		font-size: 1.1em;
		line-height: 2.0em;
		text-align: center;
	}
	
}

@media print, screen and (min-width: 769px) {
	.point_wrap {
		padding: 20px 0;
	}
	.point_wrap dl {
		width: 100%;
		margin: 0 0 30px;
	}
	.point_wrap dl dt{
		margin: 0 0 0;
	}
	.point_wrap dl dt p.number{
		position: relative;
		text-align: center;
		font-size: 60px;
		padding: 15px 0;
		margin: 0 0 50px;
		color: #b7a26d;
	}
	.point_wrap dl dt p.number:before{
		content: "";
		width: 80px;
		height: 1px;
		background: #b7a26d;
        -webkit-transform:
            rotate(-45deg);
		position: absolute;
		left: 50%;
		top: 0;
		margin-left: -80px;
	}
	.point_wrap dl dt p.number:after{
		content: "";
		width: 80px;
		height: 1px;
		background: #b7a26d;
        -webkit-transform:
            rotate(-45deg);
		position: absolute;
		left: 50%;
		bottom: 0;
		margin-left: 0;
	}
	.point_wrap dl dt h5 {
		margin: 0 0 30px;
	}
	.point_wrap dl dt .en_title {
		margin: 0 0 15px;
		font-size: 13px;
		text-align: center;
	}
	.point_wrap dl .short_border {
		margin: 50px auto;
	}
	.point_wrap dl dd {
		width: 750px;
		margin: 0 auto 0;
		position: relative;
		min-height: 250px;
	}
	.point_wrap dl dd .text_wrap {
		position: relative;
		width: 640px;
		margin: -30px auto 30px;
		font-size: 16px;
		line-height: 2.0em;
		text-align: center;
		background: rgba(255 , 255 , 255 , 1);
		padding: 30px;
		z-index: 1;
	}
}


/*=============================================
	
	サブギャラリー
	
==============================================*/
.gallery_photo {
	background: #F3F3F3;
	padding: 2.5em 0;
}
.gallery_photo ul {
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gallery_photo ul li {
	width: 100%;
	margin: 0 0 1em;
}
.gallery_photo ul li:last-child {
	margin-bottom: 0;
}
.gallery_photo ul li.pic03 {
	width: 49%;
}
.gallery_photo ul li.pic04 {
	width: 49%;
}
@media print, screen and (max-width: 768px) {

}

@media print, screen and (min-width: 769px) {
	.gallery_photo {
		background: #F3F3F3;
		padding: 30px 0;
	}
	.gallery_photo ul {
		width: 100%;
		display: block;
		position: relative;
		min-height: 1100px;
	}
	.gallery_photo ul li {
		width: 320px;
		margin: 0 0 1em;
		position: absolute;
		left: 50%;
		top: 0;
		margin: -480px;
	}
	.gallery_photo ul li.pic01 {
		top: 473px;
		width: 550px;
		margin-left: -460px;
	}
	.gallery_photo ul li.pic02 {
		top: 473px;
		width: 350px;
		margin-left: 110px;
	}
	.gallery_photo ul li.pic03 {
		top: 854px;
		width: 220px;
		margin-left: -130px;
	}
	.gallery_photo ul li.pic04 {
		top: 854px;
		width: 220px;
		margin-left: -370px;
	}
	.gallery_photo ul li.pic05 {
		top: 1017px;
		width: 252px;
		margin-left: 110px;
	}
	.gallery_photo ul li.pic06 {
		top: 1200px;
		width: 560px;
		margin-left: -280px;
	}
}



