@charset "utf-8";
/* CSS Document */

/*ラヴィール金沢 の非表示*/
.hall_no_0004{
    display: none;
}

a,a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration-line: none;
}

a img:hover {
	opacity:0.8;
}

img {
	max-width: 100%;
	height: auto;
}

.pre {
	white-space: pre-line;
}

.serif {
	font-family:'Yu Mincho',"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",'Noto Serif JP', "serif";
}

.top-menu {
	flex-wrap: nowrap;
	padding: 40px 10px
}

.top-menu img {
	max-width: 750px;
	width: 60%;
	height: auto;
	margin: auto 10px;
}

.t-menu-item {
	text-align: left;
	max-width: 380px;
	min-height: 300px;
	background-color: #eee;
	margin: auto 10px;
	padding: 6%;
}

.t-menu-item:hover {
	opacity: 0.8;
}

.t-menu-item h2 {
	font-size: 2.06em;
	line-height: 2;
	color: #666;
}

.t-menu-item p {
	line-height: 1.8;
}

.t-menu-item-more {
	display: block;
	width: 150px;
	margin: 20px 0 0 auto;
	padding: 6px 12px;
	border: #743 1px solid;
	color: #743;
	background-color: rgba(255, 255, 255, 0.4);
	position: relative;
}

.t-menu-item-more::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 15px;
	right: 16px;
	width: 6px;
	height: 6px;
	border-top: #743 1px solid;
	border-right: #743 1px solid;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.top-menu3 {
	background-color: #edf0b8;
}

.t-menu2-item {
	background-color: rgba(255, 255, 255, 0.7);
}

.flex-reverse {
	display:flex;
	/* flex-wrap: wrap; */
	justify-content: center;
	align-items: center;
	flex-direction: row-reverse;
}

@media screen and (max-width: 780px) {
    	.toptitle-text {
		width: 94%!important;
		text-align: center;
		background-color: rgba(255, 255, 255, 0.85);
		border-radius: 7px;
		font-size: 2.4rem;
		position: absolute;
		bottom: 0%;
		left: 50%;
		transform: translate(-50%, -5%);
		margin: 0;
		padding: 20px;
	}

	.toptitle h1 {
		font-size: 3rem;
	}

	.toptitle p {
		font-size: 1.6rem;
		margin-top: 10px;
	}

	.toptitle img {
		height: 450px;
		width: 100%;
		object-fit:cover;
		object-position: 90% 0;
	}

	.top-notice {
		margin: 50px auto 20px auto;
	}

	.top-menu {
		flex-wrap: wrap;
		width: 100%;
	}

	.top-menu img {
		width: 94%;
	}

	.top-menu .t-menu-item {
		margin-top: 10px;
		padding: 20px;
		max-width: 94%;
		min-height: inherit;
		width: 94%;
	}

	.top-menu a {
		width: 100%;
	}

	.t-menu-item h2 {
		font-size: 26px;
	}

	.banner img {
		width: 300px;
	}

	.top_banner {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 40px 10px 0;
		flex-direction: column;
	}

	.top_banner img {
		width: 100%;
	}

	.top_banner img:last-child {
		margin-top: 10px;
	}

}

