@charset "utf-8";


/*=============================================
	
	タイトル枠
	
==============================================*/
#top_title_wrap {
	text-align: center;
	color: #FFF;
	position: relative;
	margin: 0 0;
}
#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.1;
	display:block;
}
#top_title_wrap h2 {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	font-size: 3.6em;
	line-height: 1.0em;
	transform: translate(-50%, -50%);
}

@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;
	}
	#top_title_wrap .title_img {
		display: flex;
		justify-content: space-between;
		
	}
	#top_title_wrap .title_img > div {
		width: 50%;
	}
	#top_title_wrap h2 {
		font-size: 70px;
		margin: 0 0;
	}

}

/*=============================================
	
	コンセプト メッセージ
	
==============================================*/
.message_upper {
	padding: 4em 0;
	background-color: #30373F;
}
.message_upper .en_title {
	text-align: center;
	font-size: 2.5em;
	color: #FFF;
	margin-bottom: 0.5em;
}
.message_upper h2 {
	text-align: center;
	line-height: 1.6;
	font-size: 1.6em;
	color: #FFF;
}
@media print, screen and (max-width: 768px) {

}

@media print, screen and (min-width: 769px) {

	.message_upper {
		padding: 70px 0;
	}
	.message_upper .en_title {
		font-size: 36px;
		margin-bottom: 15px;
	}
	.message_upper h2 {
		font-size: 24px;
	}
}


/*=============================================
	
	トピックス枠
	
==============================================*/
.top_topics {
	padding: 2em 5%;
}
.top_topics .point {
	position: relative;
	padding: 10px 10px;
	background: #FFF;
	border: 1px solid #999;
	margin: 2em auto 0;
	width: calc(90% - 20px);
}
.top_topics .point a {
	color: #333;
}
.top_topics .point .zone01 {
	width: 100%;
}
.top_topics .point .zone02 {
	padding: 30px 20px;
	background-color: #F4F1ED;
}
.top_topics .point .zone02 .midashi_en {
	font-size: 2em;
	letter-spacing: 0;
	color: #c19e7b;
	margin-bottom: 0.5em;
}
.top_topics .point .zone02 .midashi_jp {
	font-size: 1.4em;
	margin-bottom: 1em;
	line-height: 1.6;
}
.top_topics .point .zone02 .body {
	font-size: 0.9em;
	line-height: 1.6;
}
.top_topics .point .topics_icon {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #c19e7b;
	color: #FFF;
	text-align: center;
	padding: 25px 10px;
	letter-spacing: 0.5px;
	font-size: 1.1em;
}

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

}

@media print, screen and (min-width: 769px) {
	.top_topics {
		padding: 50px 0;
	}
	.top_topics .point {
		padding: 10px 10px;
		margin: 50px auto 0;
		width: calc(960px - 20px);
	}
	.top_topics .point a {
		display: flex;
		justify-content: space-between;
		align-items: center;
		background-color: #F4F1ED;
	}
	.top_topics .point .zone01 {
		width: 45%;
	}
	.top_topics .point .zone02 {
		width: 55%;
		padding: 0 30px;
	}
	.top_topics .point .zone02 .midashi_en {
		font-size: 32px;
		margin-bottom: 20px;
	}
	.top_topics .point .zone02 .midashi_jp {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.top_topics .point .zone02 .body {
		font-size: 12px;
	}
	.top_topics .point .topics_icon {
		padding: 30px 10px;
		font-size: 13px;
	}

}


/*=============================================
	
	基本レイアウト
	
==============================================*/
.base_lo {
	padding: 5em 0;
}
.base_lo .cate_title {
	color: #c19e7b;
	text-align: center;
	margin-bottom: 2.5em;
	font-size: 1.2em;
	display: flex;
	justify-content: center;
	align-items: center;
}
.base_lo .cate_title::before, .base_lo .cate_title::after {
	content: "";
	width: 20%;
	height: 1px;
	background-color: #c19e7b;
	margin: 0 5%;
}
.base_lo .en_title {
	text-align: center;
	font-size: 4em;
	color: #c19e7b;
	margin-bottom: 0.6em;
}
.base_lo h3 {
	text-align: center;
	font-size: 0.9em;
	margin-bottom: 3em;
}
.base_lo .main_img {
	width: 100%;
	margin-bottom: 3em;
}
.base_lo .lead {
	text-align: center;
	font-size: 1.8em;
	color: #c19e7b;
	margin-bottom: 1.0em;
	line-height: 2;
}
.base_lo .main_body {
	text-align: center;
	font-size: 1.1em;
	margin-bottom: 2.0em;
	line-height: 2;
}
.base_lo .spec_wrap {
	padding: 2.5em;
	background-color: #f8f8f8;
	margin-bottom: 3em;
}
.base_lo .spec_wrap .box {
	margin-bottom: 2.5em;
	padding-bottom: 2.5em;
	position: relative;
	color: #c19e7b;
	text-align: center;
}
.base_lo .spec_wrap .box::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 20%;
	height: 1px;
	background-color: #c19e7b;
	transform: translateX(-50%);
}
.base_lo .spec_wrap .box:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}
.base_lo .spec_wrap .box:last-of-type::after {
	display: none;
}
.base_lo .spec_wrap .box .sub {
	font-size: 1em;
	margin-bottom: 1em;
}
.base_lo .spec_wrap .box .detail {
	font-size: 1.8em;
}


/** 写真指定 レイアウト **/
.base_lo .pic_layout01 {
	margin-bottom: 5em;
	padding-bottom: 2em;
	position: relative;
}
.base_lo .pic_layout01::before {
	content: "";
	position: absolute;
	right: 2%;
	bottom: 0;
	width: 70%;
	height: 50vh;
	background-color: #f8f8f8;
}
.base_lo .pic_layout01 .pic_common {
	margin-bottom: 1em;
	position: relative;
}
.base_lo .pic_layout01 .text01 {
	font-size: 1.1em;
	line-height: 2em;
	position: relative;
}

.base_lo .pic_layout02 {
	margin-bottom:  3em;
}
.base_lo .pic_layout02 .pic01 {
	margin-bottom: 1.5em;
}
.base_lo .pic_layout02 .text_wrap {

}
.base_lo .pic_layout02 .text_wrap .thank {
	font-size: 2em;
	margin-bottom: 0.5em;
	line-height: 1.6;
}
.base_lo .pic_layout02 .text_wrap .body {
	font-size: 1.1em;
	line-height: 2;
}
@media print, screen and (max-width: 768px) {

}

@media print, screen and (min-width: 769px) {

	.base_lo {
		padding: 70px 0;
	}
	.base_lo .cate_title {
		margin-bottom: 50px;
		font-size: 16px;
	}
	.base_lo .cate_title::before, .base_lo .cate_title::after {
		width: 80px;
		margin: 0 30px;
	}
	.base_lo .en_title {
		font-size: 60px;
		color: #c19e7b;
		margin-bottom: 50px;
	}
	.base_lo h3 {
		font-size: 14px;
		margin-bottom: 50px;
	}
	.base_lo .main_img {
		width: 90%;
		max-width: 1100px;
		margin: 0 auto 50px;
	}
	.base_lo .container {
		width: 90%;
		max-width: 1100px;
	}
	.base_lo .lead {
		font-size: 24px;
		margin-bottom: 30px;
	}
	.base_lo .main_body {
		font-size: 14px;
		margin-bottom: 50px;
	}
	.base_lo .spec_wrap {
		padding: 50px 0;
		margin: 0 auto 50px;
		display: flex;
		justify-content: center;
		width: 60%;
	}
	.base_lo .spec_wrap .box {
		margin-bottom:0;
		padding-bottom: 0;
		width: 48%;
	}
	.base_lo .spec_wrap .box::after {
		left: auto;
		bottom: auto;
		right: 0;
		top: 50%;
		width: 1px;
		height: 100%;
		transform: translate(0, -50%);
	}
	.base_lo .spec_wrap .box:last-of-type {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.base_lo .spec_wrap .box:last-of-type::after {
		display: none;
	}
	.base_lo .spec_wrap .box .sub {
		font-size: 12px;
		margin-bottom: 20px;
	}
	.base_lo .spec_wrap .box .detail {
		font-size: 24px;
	}
	
	
	/** 写真指定 レイアウト **/
	.base_lo .pic_layout01 {
		margin-bottom: 80px;
		padding-bottom: 0;
	}
	.base_lo .pic_layout01::before {
		right: 15%;
		bottom: 10%;
		width: 50%;
		height: 70%;
	}
	.base_lo .pic_layout01 .pic_common {
		margin-bottom: 0;
		position: absolute;
		left: 50%;
		top: 0;
		width: 320px;
	}
	.base_lo .pic_layout01 .text01 {
		font-size: 14px;
		position: absolute;
		left: 50%;
		top: 0;
	}
	
	.base_lo .pic_layout02 {
		padding-bottom: 0;
		position: relative;
	}
	.base_lo .pic_layout02 .pic01 {
		margin-bottom: 0;
		position: absolute;
		left: 50%;
		top: 0;
		width: 800px;
	}
	.base_lo .pic_layout02 .text_wrap {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translateY(-50%);
		width: 320px;
		padding: 80px 40px;
	}
	.base_lo .pic_layout02 .text_wrap .thank {
		font-size: 25px;
		margin-bottom: 30px;
	}
	.base_lo .pic_layout02 .text_wrap .body {
		font-size: 14px;
	}

}


/*=============================================
	
	個別レイアウト ceremony01
	
==============================================*/
@media print, screen and (max-width: 768px) {

}

@media print, screen and (min-width: 769px) {
	.ceremony01 .pic_layout01 {
		min-height: 870px;
	}
	.ceremony01 .pic_layout01 .pic01{
		margin-left: -500px;
		width: 420px;
        top: 50px;
	}
	.ceremony01 .pic_layout01 .pic02{
        margin-left: -70px;
        width: 380px;
        top: 0px;
	}
	.ceremony01 .pic_layout01 .pic03{
        margin-left: -460px;
        width: 380px;
        top: 340px;
	}
	.ceremony01 .pic_layout01 .pic04{
		margin-left: -350px;
        width: 270px;
        top: 620px;
	}
	.ceremony01 .pic_layout01 .pic05{
        margin-left: -70px;
        width: 430px;
        top: 580px;
	}


	.ceremony01 .pic_layout02 {
		min-height: 540px;
	}
	.ceremony01 .pic_layout02 .pic01{
        margin-left: -480px;
        width: 640px;
        top: 0;
	}
	.ceremony01 .pic_layout02 .text_wrap {
        margin-left: 160px;
        width: 320px;
	}
}

/*=============================================
	
	個別レイアウト ceremony02
	
==============================================*/
.ceremony02 {
	background-color: #FFF;
}
.ceremony02 .spec_wrap {
	background-color: #FFF;
}
.ceremony02 .pic_layout01::before {
	background-color: #FFF;
}
@media print, screen and (max-width: 768px) {

}

@media print, screen and (min-width: 769px) {
	.ceremony02 .pic_layout01 {
		min-height: 730px;
	}
	.ceremony02 .pic_layout01 .pic01{
		margin-left: -480px;
		width: 480px;
		top: 0;
	}
	.ceremony02 .pic_layout01 .pic02{
        margin-left: 15px;
        width: 360px;
        top: 40px;
	}
	.ceremony02 .pic_layout01 .pic03{
        margin-left: -480px;
        width: 200px;
		top: 0;
	}
	.ceremony02 .pic_layout01 .pic04{
        margin-left: -270px;
        width: 270px;
		top: 0;
	}
	.ceremony02 .pic_layout01 .pic05{
        margin-left: -460px;
        width: 460px;
        top: 420px;
	}

}
