/* CSS Document */

#fv{
	position: relative;
	width: 100%;
	height: auto;
	aspect-ratio:1920/1080;
	background: white;
	overflow: hidden;
}

#logo {
	position: absolute;
	width: 15%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	z-index: 2;
	transition: opacity 1s ease;
}
#corai{
	width:6%;
	position:absolute;
	top:4%;
	left: 3%;
	z-index: 3;
}

#bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	opacity: 0;
	z-index: 1;
	transition: opacity 3s ease;
}

#sec1 h1{
	margin: 10% auto;
	line-height: 4vw!important;
}
#sec1-logo{
	width:22.5%;
	margin: auto;
	display: block;
	text-align: center;
}
#sec1 a,#sec3 a{
	color: white;
	width:25%;
	margin: 10% auto;
	text-align: center;
	background-color:#A8B4A3;
	display: block;
	text-decoration: none;
	padding: 1%;
}

/*************:*/

#sec2{width:100%;}
#sec2 #map1{width:100%;}
#sec2 h2{
	font-weight:bold;
	margin: 5% auto;
}
#sec2 p{
	text-align: center;
	text-align-last: center;
	font-weight: 500;
}


#legend {
	width: 55%;
	display: flex;
	flex-direction: column;
	gap: 2%;
	margin: 10% auto;
}
.color-box{width:22%;}
.ama,.jimbo,.zen,.ji{width:11%;}
.legend-c{width:17.5%;letter-spacing: 0.28vw;}
.legend-r{width:50%;font-weight: 300;letter-spacing: 0.28vw;color: #1A1311;}

#legend a {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #333;
	justify-content: flex-end;
	gap:4%;
	margin-bottom:1.5%;
}

.color-box {
	height: 2vw;
}

.sin{ background-color: #403877; }
.ama{ background-color: #962434; }
.tsuchi{ background-color: #F7B656; }
.jimbo{ background-color: #CE543A; }
.zen{ background-color: #919F4A; }
.ji{ background-color: #409BB6; }
.tenchi{ background-color: #E9E0B3; }


#map-area {
	margin: 15% 4% 10%;
	width: 82%;
	height: auto;
	aspect-ratio:3/1;
	position: relative;
	background-size: 100% 100%;
}

.map-btn {
	position: absolute;
	color: white;
	text-decoration: none;
	transform: rotate(-5deg);
	font-weight: 300;
}

/* それぞれの位置と色 */
.map-sin		 { top: 33%; left: 67%; background-color: #403877; }
.map-ama		 { top: 48%; left: 26%; background-color: #962434; }
.map-jimbo	 { top: 45.5%; left: 36%; background-color: #CE543A; }
.map-tsuchi	 { top: 41%; left: 47%; background-color: #F7B656;}
.map-zen		 { top: 20%; left: 30%; background-color: #919F4A; }
.map-ji			{ top: 17%; left: 40.5%; background-color: #409BB6; }
.map-tenchi	{ top: 13%; left: 50%; background-color: #E9E0B3; color: #474645; }

.map-ama,
.map-jimbo,
.map-zen,
.map-ji{
	padding: 0.2% 2.5% 0.3%;
}

.map-tsuchi,
.map-tenchi,
.map-sin{
	padding: 0.2% 5% 0.3%;
}

#sec3 a{
	margin-top:5%;
	margin-bottom: 20%;
}
