@charset "utf-8";


/*	top
------------------------------------------*/


.hd_top{
	position:relative;
	margin:0 auto 25vh;
}
	.hd_top .logo{
		position:absolute;
		left:50%;
		top:50%;
		width:60%;
		max-width:538px;
		transform:translate(-50%, -50%);
		z-index:1;
	}
	.hd_top .m_grandopen{
		position:absolute;
		bottom:-10%;
		width:100%;
		z-index:1;
	}
	.hd_top .m_grandopen img{
		width:80%;
		max-width:431px;
		margin:0 auto;
	}

#kv{
	position:relative;
	width:100%;
	height:85vh;
	overflow:hidden;
}
@media (orientation: portrait) {
	#kv{
		height:60vh;
	}
}
	.slide_main{
		width:100%;
		height:100%;
		margin:0 auto !important;
		overflow:hidden;
		opacity: 0;
		transition: opacity 1s linear;
	}
	.slide_main.slick-initialized{
		opacity: 1;
	}
	.slide_main div{
		position:absolute;
		left:0;
		top:0;
		width:100%;
		height:100%;
		background-repeat:no-repeat;
		background-size:cover;
		background-position:center;
	}
	.slide_main div img{
		opacity:0;
		width:auto;
		height:100%;
	}



.d_adrs{
	margin:0 auto 15vh;
}
	.d_adrs .dp_flex{
	}
	.d_adrs .dp_flex > dl{
		width:40%;
		padding-right:2rem;
	}
	.d_adrs .dp_flex > dl dt{
		max-width:219px;
		margin-bottom:2.5rem;
	}
	.d_adrs .dp_flex > div{
		width:60%;
	}
	.d_adrs .dp_flex > div > div{
		padding:3rem 15px;
		background:#f4f1e6;
	}
	.d_adrs .dp_flex > div > div img{
		max-width:453px;
		margin:auto;
	}
@media(max-width: 705px){
	.d_adrs .dp_flex{
		display:block;
	}
	.d_adrs .dp_flex > dl{
		width:100%;
		padding-right:0;
		margin:0 auto 2rem;
	}
	.d_adrs .dp_flex > dl dt{
		width:43%;
		max-width:219px;
		margin:0 auto 2.5rem;
	}
	.d_adrs .dp_flex > dl dd{
		text-align:center;
	}
	.d_adrs .dp_flex > div{
		width:100%;
	}
}



.d_msg{
	position:relative;
	margin:0 auto 20vh;
}
	.d_msg p{
		position:relative;
		text-align:center;
		font-size:1rem;
		line-height:2.2;
		letter-spacing:.1rem;
		text-shadow:0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
		margin:0 auto 2rem;
		z-index:1;
	}

	.img_sub1,
	.img_sub2,
	.img_sub3,
	.img_sub4{
		position:absolute;
		width:40%;
	}
	.img_sub2,
	.img_sub3{
		width:45%;
	}
	
	.img_sub1{
		max-width:202px;
		left:-6%;
		top:-5%;
	}
	.img_sub2{
		max-width:255px;
		right:-7%;
		top:16%;
	}
	.img_sub3{
		max-width:263px;
		left:-4%;
		top:65%;
	}
	.img_sub4{
		max-width:233px;
		right:0;
		bottom:-20%;
	}

@media(max-width: 559px){
	.img_sub1,
	.img_sub2,
	.img_sub3,
	.img_sub4{
		opacity:.5;
	}
}
@media(max-width: 414px){
	.d_msg p{
		width:80%;
		text-align:left;
		line-height:1.8;
		margin:0 auto 2rem;
	}
	.d_msg p br{
		display:none;
	}
}






