@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 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;
	}
}


/*=============================================
	
	基本レイアウト
	
==============================================*/
.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: 1.6em;
	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: 40%;
		transform: translateY(-50%);
		width: 320px;
		padding: 0 40px;
	}
	.base_lo .pic_layout02 .text_wrap .thank {
		font-size: 25px;
		margin-bottom: 30px;
	}
	.base_lo .pic_layout02 .text_wrap .body {
		font-size: 14px;
	}

}


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

}

@media print, screen and (min-width: 769px) {
	.garden01 .pic_layout01 {
		min-height: 1130px;
	}
	.garden01 .pic_layout01 .pic01{
        margin-left: -400px;
        width: 400px;
        top: 50px;
	}
	.garden01 .pic_layout01 .pic02{
        margin-left: 20px;
        width: 420px;
        top: 0px;
	}
	.garden01 .pic_layout01 .pic03{
        margin-left: -320px;
        width: 320px;
        top: 665px;
	}
	.garden01 .pic_layout01 .pic04{
		margin-left: 20px;
        width: 390px;
        top: 645px;
	}

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