@charset "UTF-8";


main{
	font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif;
	background:#fff;
	padding-bottom:100px;
	margin-bottom: 0px;
}
.sec_inner{
	max-width:1340px;
	margin:auto;
}
.breadcrumbs{
	background: transparent;
	border: none;
	margin-top: 0px;
	margin-bottom:50px;
	color:#000;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
.breadcrumbs li:first-child {
	pointer-event:none;
	position:relative;
}
.breadcrumbs li:first-child:after {
	position:absolute;
	content:"";
	right:0px;
	top:0;
	bottom:0;
	margin:auto;
	width: 7px;
	height: 7px;
	border: 1px solid;
	border-color: #565656 #565656 transparent transparent;
	transform: rotate(45deg);
}
.breadcrumbs li:last-child::before {
	background: none;
}
.breadcrumbs li:last-child {
	background: transparent;
}
.breadcrumbs li {
	display: table;
	float: left;
	background: transparent;
	position: relative;
}
.breadcrumbs li a{
	text-align: left;
	color: #fff;
	padding: 0 10px;
}

.breadcrumbs li a span {
	color: #000;
	font-size: 12px;
}

#venu_mv{
	background:url(../../images/wedding/venuelist/mv_venue.webp);
	min-height: 500px;
	background-size: cover;
	background-position-y: bottom;
	display: flex;
	align-items: center;
	margin-bottom:40px;
}
#venu_mv .sec_inner{
	width: 100%;
}
#venu_mv h1{
	color: #fff;
	font-size: 50px;
	text-shadow: 0 4px 4px #00000055;
	line-height: 1.1;
	letter-spacing: 0.1em;
	& span{
		font-size:20px;
	}
}
.intro{
	text-align: center;
	color: #9A7100;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 80px;
	line-height: 150%;
	letter-spacing: 0.1em;
}
.venu_nav{
	display:flex;
	gap:20px;
	justify-content:center;
	color:#9A7100;
	margin-bottom:50px;
}
.venu_nav p{
		text-align: center;
		font-size:12px;
		min-width:70px;
		border:solid 1px #fff;
		border-bottom:solid 1px #9A7100;
		padding:10px 0;
		cursor:pointer;
		transition:all .3s;
}
.venu_nav p:hover{
			border:solid 1px #9A7100;
			border-radius:3px;
}
.venu_wrap{
	display: grid;
	grid-template-columns:1fr 1fr 1fr;
	gap:100px 50px;
}
.venu_wrap a{
	display:none;
	transition: all .3s;
}
.venu_wrap a:hover{
	opacity: .6;
	transition: all .3s;
}
.venu_desc.on{
	display:block;
}
.venu_from{
	font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif;
	font-size:12px;
	color:#606060;
	margin-bottom:5px;
}
.venu_img{
	display:block;
	margin-bottom:15px;
	height:170px;
	object-fit: cover;
	width: 100%;
}
.venu_ttl{
	font-size:20px;
	margin-bottom:15px;
	font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif;
}
.venu_desc{
	font-size:12px;
	margin-bottom:20px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
.venu_nop{
	display:grid;
	grid-template-columns:75px 1fr;
	align-items:center;
	height:35px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	& > p{
		border-right:solid 2px #9A7100;
		height:100%;
		align-items: center;
		display: flex;
	}
	& > div{
		padding-left:30px;
	}
}

@media screen and (max-width: 1340px) {
	.sec_inner{
		max-width: 900px;
		padding:0 20px;
		margin:auto;
	}
	.venu_wrap{
		grid-template-columns:1fr 1fr;
	}
}
@media screen and (max-width: 750px) {
	.sec_inner{
		padding:0 20px;
		margin:auto;
	}
	#breadcrumbs {
			display: block;
	}
	#venu_mv{
		background-size: cover;
		background-position: center;
		margin-bottom:20px;
		min-height: 100%;
		aspect-ratio: 1 / 1;
	}
	.venu_wrap{
		grid-template-columns:1fr;
	}
	.venu_nav{
		gap:20px;
		margin-bottom:50px;
	}
	.venu_nav p{
			padding-bottom:5px;
	}
}
