@charset "utf-8";


/* about
-------------------------------------------------*/

#first-visit{}

	#first-visit h2{
		z-index:1;
	}
	#first-visit .img_bokka{
		position:relative;
		top:-4vh;
		z-index:-1;
	}

.bn_middle a{
	display:inline-block;
	margin:0 .5rem;
}

@media(max-width: 600px) {
	#first-visit .clm2_item{
		float:none;
		width:100%;
		margin:0 0 1rem;
	}
	#first-visit .img_bokka{
		top:-8vh;
	}
}
@media(max-width: 400px) {
	#first-visit .clm_img .clm3_item{
		width:100%;
		text-align:center;
		margin:0 0 1rem;
	}
}




.clm_okumino{
	padding:2.5rem 1.25rem 0 0;
}



/* enjoying */
.img_enjoying .enj_item{
	width:48%;
	margin-bottom:2.5vh;
}
@media(max-width: 400px) {
	.img_enjoying .enj_item{
		width:100%;
		margin-bottom:2.5vh;
	}
}


.bn_related-sites-link{
	text-align: center;
}
	.bn_related-sites-link > *{
		line-height: 0;
	}
	.bn_related-sites-link > div{
		display:inline-block;
		margin:0 2% .5rem;
	}
	.bn_related-sites-link > div > a{
		display:block;
		box-shadow: 3px 3px 8px rgba(0 0 0 / .3);
		transition: .3s;
	}
	.bn_related-sites-link > div > a:hover{
		transform:scale(0.97);
		box-shadow: 3px 3px 12px rgba(0 0 0 / .3);
	}





