@charset "utf-8";

/*------------------------------------------
	slider
------------------------------------------*/
.slider_wrap {
	position: relative;
}
.slider_catch {
	position: absolute;
	left: 30px;
	top: 30px;
	writing-mode: vertical-rl;
	text-orientation: upright;
	font-size: 1.5rem;
	font-family: 'Noto Serif JP', serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
}
.slider_catch > span {
	display: inline-block;
	padding: 1rem 0.75rem;
	background: #fff;
	margin-right: 0.75rem;
}
.slider_catch > span > span {
	text-combine-upright: all;
	display: inline-block;
	text-align: center;
	width: 1rem;
	transform: translateX(-18%);
}
.visual {
	margin-bottom: 30px;
}
.top_location_list,
.top_commission_list,
.top_local_list {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 0.5rem;
}
.top_location_list li {
	width: 225px;
	background: #fff;
	box-shadow:
	0 2px 6px rgba(0,0,0,0.08),
	0 1px 2px rgba(0,0,0,0.04);
	padding-bottom: 20px;
}
.top_location_list li div {
	width: 100%;
	height: 297px;
	overflow: hidden;
}
.top_location_list li div img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	display: block;
}
.top_location_list li p {
	padding: 0 0.5rem;
}
.top_commission_list,
.top_local_list {
	gap: 2rem 0.25rem;
}
.top_commission_list li,
.top_local_list li {
	width: 317px;
	padding: 0 0.5rem;
}
.top_commission_list li img {
	box-shadow:
	0 2px 6px rgba(0,0,0,0.08),
	0 1px 2px rgba(0,0,0,0.04);
	position: relative;
}
.top_commission_list li p {
	padding: 1rem 0.5rem;
}
.top_commission_list li a,
.top_local_list li a {
	color: #000;
	text-decoration: none;
}
.top_commission_list li a:hover,
.top_local_list li a:hover {
	opacity: 0.7;
}
.top_local_list li p {
	position: relative;
	z-index: 2;
}
.top_local_list li p:before {
	position: absolute;
	left: -25px;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	width: 85px;
	height: 87px;
	background: url(../img/icon_tit.png);
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: -1;
}
.top_local_list li:nth-child(odd) img {
	margin-bottom: 1rem;
}
.top_local_list li:nth-child(even) img {
	margin-top: 1rem
}
.top_local_list li a {
	display: flex;
	flex-direction: column;
	align-items: center;
}




@media screen and (max-width:960px) {
	.top_local_list li:nth-child(2) a {
		flex-direction: column-reverse;
	}
	.top_local_list li:nth-child(even) img {
		margin-top: 0;
		margin-bottom: 1rem;
	}
	.top_local_list li {
		margin-left: 2rem;
	}


}
@media screen and (max-width:768px) {
	.slider_catch {
		font-size: 1.25rem;
		top: 20px;
	}

}
@media screen and (max-width: 672px) {
	.slider_catch {
		font-size: 1rem;
	}
	.slider_catch > span {
		margin-right: 0.5rem;
	}
	.top_commission_list {
		justify-content: center;
	}
	.top_commission_list li,
	.top_local_list li {
		width: 90%;
	}
	.top_commission_list li img,
	.top_local_list li img {
		width: 100%;
		max-width: 317px;
	}
	.top_local_list {
		padding-left: calc(5% + 0.5rem);
	}
	.top_local_list li {
		margin-left: 0;
	}
	.top_local_list li a {
		align-items: flex-start;
	}


}
@media screen and (max-width: 480px) {
	.slider_catch {
		top: 10px;
		font-size: 0.875rem;
	}
	.slider_catch > span {
		padding: 0.5rem;
	}
}
@media screen and (max-width: 477px) {
	.top_location_list {
		padding-left: calc(5% + 0.5rem);
	}
	.top_location_list li {
		width: 90%;
/*		max-width: 290px;*/
	}
	.top_location_list li div {
		width: 100%;
		height: auto;
		aspect-ratio: 225 / 297;
		
	}
	.top_commission_list li img,
	.top_local_list li img {
		max-width: 100%;
	}
	

}



