@charset "UTF-8";



/*********** 共通 *************/



/*********** ↑共通 *************/




.merit-wrap {
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
}

.merit-wrap li {
	display: flex;
	font-size: 2.0rem;
	line-height: 1.5;
	text-align: center;
	width: 20%;
}

.merit-wrap li::after {
	content: "";
	display: block;
	top: 0;
	bottom: 0;
	height: 100%;
	margin: auto;
	border-left: 1px solid #999;
}

.merit-wrap li:nth-child(1)::before {
	content: "";
	display: block;
	top: 0;
	bottom: 0;
	height: 100%;
	margin: auto;
	border-left: 1px solid #999;
}

.merit-wrap li:nth-child(1) {width: 22%; line-height: 1.2; margin-top: 5px;}
.merit-wrap li:nth-child(2) {width: 15%;}
.merit-wrap li:nth-child(3) {width: 24%; line-height: 1.2; margin-top: -5px;}
.merit-wrap li:nth-child(4) {width: 20%;}
.merit-wrap li:nth-child(5) {width: 19%;}

.merit-wrap li div {
	width: 100%;
}

.merit-wrap sup {
	font-size: 0.55em;
	letter-spacing: 0;
	top: -0.8em;
}

.merit-wrap .s {
	font-size: 0.75em;
	letter-spacing: 0;
	top: -0.6em;
}

.merit-wrap .l {
	font-size: 1.5em;
}

.merit-wrap .mr {
	margin-right: 0.2em;
}

.merit-wrap .no1 p:nth-child(1) {
	text-align: left;
}

.merit-wrap .no1 .ex1 {
	margin-left: 2.5em;
}

.merit-wrap .no1 .ex2 {
	margin-left: 3.0em;
}

.merit-wrap .no4 {
	margin-top: -5px;
}

.merit-wrap .no5 {
	margin-top: -5px;
}

@media only screen and (max-width: 1280px){
.merit-wrap li {font-size: 1.6vw;}
}



/*********** concept *************/

.concept-bg {
	background-image: url("../../images/concept_bg.jpg");
	background-position: top center;
	background-size: cover;
	position: relative;
}

.concept_mc-wrap {
	padding: 150px 0;
}

.concept_01 {
	width: 61.56%;
	margin: 0 auto;
}

.concept_sakura {
	position: absolute;
	right: 20%;
	bottom: -12%;
	width: 42.69%;
	z-index: 5;
}

/*********** ↑concept *************/




/*********** information *************/

.info-bg {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	padding: 60px 95px;
	margin-top: 100px;
}

.info-ttl {
	font-family: 'Cinzel', serif;
	font-size: 2.0rem;
	text-align: center;
}

.info-wrap {
	margin-top: 30px;
}

.info-wrap .txt1 {
	font-size: 3.5rem;
	line-height: 1.4;
	text-align: center;
}

.info-wrap .txt2 {
	font-size: 2.0rem;
	line-height: 1.4;
	text-align: center;
	margin-top: 40px;
}

.entry-ttl {
	color: #fff;
	font-size: 2.4rem;
	text-align: center;
	background: #a2833b;
	padding: 5px;
	margin-top: 60px;
}

.info_entry-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}

.info_entry-wrap li {
	position: relative;
	width: 32.11%;
	border: 1px solid #999;
	padding: 25px;
}

.info_entry-wrap dt .txt1 {
	font-family: 'Cinzel', serif;
	font-size: 2.0rem;
	letter-spacing: 0.1em;
	text-align: center;
}

.info_entry-wrap dt .txt2 {
	color: #a2833b;
	font-size: 2.0rem;
	letter-spacing: 0;
	line-height: 1.4;
	text-align: center;
}

.info_entry-wrap .no1 dt .txt2 {
	padding: 0.7em 0;
}

.info_entry-wrap dd {
	font-size: 1.4rem;
	letter-spacing: 0;
	line-height: 1.5;
	text-align: center;
	border-top: 1px solid #999;
	padding-top: 10px;
	margin-top: 10px;
}

@media only screen and (max-width: 1320px){
.info_entry-wrap dt .txt2 {	font-size: 1.4vw;}
.info_entry-wrap dd {	font-size: 1.0vw;}
}


.info_entry-wrap .mk {
	position: absolute;
	top: -12px;
	left: -12px;
	width: 74px;
}

/*********** ↑information *************/





/*********** cont *************/

.cont_center-line {
	position: absolute;
	top: -300px;
	left: 50%;
	height: calc(100% + 300px);
	border-left: 1px solid #999;
	z-index: -10;
}


/*** cont-common ***/

.cont-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 300px;
}


.cont_copy-wrap h2 {
	font-family: 'Cinzel', serif;
	font-size: 4.5rem;
	line-height: 1.3;
}

.cont_copy-wrap .ttl {
	font-size: 2.6rem;
	line-height: 1.5;
	letter-spacing: 0.2em;
	margin-top: 120px;
}

@media only screen and (max-width: 1320px){
.cont_copy-wrap .ttl br {display: none;}
}

.cont_copy-wrap .ttl sup {
	font-size: 0.5em;
	letter-spacing: 0;
	top: -0.9em;
}

.cont_copy-wrap .txt {
	font-size: 1.6rem;
	line-height: 2.0;
	letter-spacing: 0.2em;
	text-align: justify;
	margin-top: 50px;
}

@media only screen and (max-width: 1320px){
.cont_copy-wrap .txt br {display: none;}
}


.cont_copy-wrap .cont-bt {
	position: relative;
	max-width: 340px;
	margin-top: 100px;
	background: #fff;
}

.cont_copy-wrap .cont-bt a {
	display: flex;
	align-items: center;
	position: relative;
	font-family: 'Cinzel', serif;
	font-size: 2.2rem;
	line-height: 1.0;
	text-decoration: none;
	width: 100%;
	height: 50px;
	border: 1px solid #999;
	padding-left: 30px;
	background-image: url("../images/mk_arrow_b.png");
	background-position: right 3% center;
	background-repeat: no-repeat;
	background-size: 10px auto,100% 100%;
 	z-index: 3;
	transition: all 0.2s ease;
}

.cont_copy-wrap .cont-bt a:hover {
	color: #fff;
	background-image: url("../images/mk_arrow_w.png");
}

.cont_copy-wrap .cont-bt:before {
 	content: '';
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
 	background:#aaa;
 	width: 100%;
	height: 100%;
 	transition: transform 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: right top;
}

.cont_copy-wrap .cont-bt:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}

.cont_photo-wrap .photo {
	position: relative;
}




/*** cont-left ***/

.cont-wrap.cont-left li:nth-child(1) {
	width: 35.23%;
}

.cont-wrap.cont-left li:nth-child(2) {
	width: 57.73%;
	margin-right: 7.03%;
}

.cont-wrap.cont-left .photo .shadow {
	position: absolute;
	top: -25%;
	right: -12.18%;
	width: 58.46%;
	height: 140%;
	background: #a2b2ba;
	z-index: -1;
}

.cont-wrap.cont-left .cont_copy-wrap .txt {
	width: 80%;
}

.cont-wrap.cont-left .cap {
	color: #fff;
	text-align: right;
}


/*** cont-right ***/

.cont-wrap.cont-right li:nth-child(1) {
	width: 26.64%;
	order: 2;
}

.cont-wrap.cont-right li:nth-child(2) {
	width: 57.73%;
	margin-left: 7.03%;
	order: 1;
}

.cont-wrap.cont-right .photo .shadow {
	position: absolute;
	top: -25%;
	left: -12.18%;
	width: 58.46%;
	height: 140%;
	background: #a2b2ba;
	z-index: -1;
}

.cont-wrap.cont-right .cap {
	color: #fff;
}


/*** 個別 ***/

.cont1 {
	position: relative;
}

.cont1 .sakura {
	position: absolute;
	left: 0;
	bottom: -40%;
	width: 35%;
	z-index: -3;
}

.cont2 {
	position: relative;
}

.cont2 .sakura {
	position: absolute;
	right: 0;
	bottom: -30%;
	width: 30%;
	z-index: -3;
}

.cont3 {
	position: relative;
}

.cont3 .sakura {
	position: absolute;
	right: 38%;
	bottom: -33%;
	width: 35%;
	z-index: -3;
}

.cont4 {
	position: relative;
}

.cont4 .cont_copy-wrap .ttl .second {
	margin-left: 4em;
}

.cont4 .cont_copy-wrap .ttl br {
	display: block;
}

@media only screen and (max-width: 1200px){
.cont4 .cont_copy-wrap .ttl br {display: none;}
}


.cont4 .sakura {
	position: absolute;
	left: 0;
	bottom: -20%;
	width: 30%;
	z-index: -3;
}

.cont5 {
	position: relative;
}

.cont5 .sakura {
	position: absolute;
	right: 0;
	bottom: -50%;
	width: 35%;
	z-index: -3;
}

/*********** ↑cont *************/



.bottom_sakura {
	width: 36%;
	padding-top: 40px;
}






