@charset "UTF-8";

/************************
ヒーロー
************************/
.enkai-hero {
	position: relative;
	width: 100%;
	height: 40vh;
	overflow: hidden;
	padding-bottom: 0;
}

.enkai-hero img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.enkai-hero__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	padding: 30px;
}

.enkai-hero__text {
	color: #ececec;
	font-size: 1.6rem;
	line-height: 150%;
	width: 100%;
	letter-spacing: 0.1em;
}

/************************
特徴アイコン
************************/
.enkai-features {
	width: 80%;
	position: relative;
	z-index: 1;
	margin: auto;
	margin-top: -10%;
	margin-bottom: 10%;
	padding-bottom: 0;
}

.enkai-features__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}

.enkai-features__item {
	text-align: center;
}

.enkai-features__icon {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background-color: #F0E8E0;
	color: #BFA22E;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	font-size: 1.4rem;
	gap: 3px;
	border: 3px solid #BFA22E;
}

.enkai-features__item p {
	font-size: 0.8rem;
	font-weight: bold;
	color: #202020;
	line-height: 1.2;
	margin-bottom: 0;
}

/************************
こんなシーンで選ばれています
************************/
.enkai-scene {
	padding-bottom: 70px;
	position: relative;
}

.enkai-scene .section-title {
	writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  padding-top: 12px;
	padding-right: 0;
}

.enkai-scene .section-title h2 {
	font-size: 1.7rem;
	color: #BFA22E;
	text-align: center;
	background-color: #fff;
	height: fit-content;
	margin: 0 8px;
	padding: 12px 4px;
}

.enkai-scene .section-title h2:last-child {
	margin-top: 50px;
}

.enkai-scene .reveal {
	position: relative;
}

.enkai-scene > .reveal img {
	width: 90%;
}

.enkai-scene .enkai-scene__text {
	width: 80%;
	margin-top: -50px;
	position: relative;
}

.enkai-scene__text .reveal__inner {
	background-color: #202020;
	color: #ececec;
	padding: 20px;
	font-family: "Noto Sans", sans-serif;
}

.enkai-scene__list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.enkai-scene__list li {
	padding: 10px 0;
	font-size: 0.95rem;
	color: #ececec;
}

.enkai-scene__list li:last-child {
	border-bottom: none;
}

.enkai-scene__list li i {
	color: #ececec;
	background-color: #BFA22E;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0.8rem;
	margin-right: 10px;
	flex-shrink: 0;
}

.enkai-scene__list li {
	display: flex;
	align-items: center;
}

/************************
ゆったり過ごせる団体席
************************/
.enkai-floor {
	padding-bottom: 70px;
	position: relative;
}

.enkai-floor .section-title {
	writing-mode: vertical-rl;
	position: absolute;
	top: 5%;
	left: 8%;
	z-index: 3;
	padding: 0;
}

.enkai-floor .section-title h2 {
	font-size: 1.7rem;
	color: #BFA22E;
	background-color: #FFF;
	padding: 12px 4px;
	height: max-content;
}

.enkai-floor .reveal > .reveal__inner .reveal__img {
	text-align: right;
}

.enkai-floor > .reveal img {
	width: 90%;
}

.enkai-floor .enkai-floor__text {
	width: 75%;
	margin-top: -50px;
	margin-left: auto;
	position: relative;
}

.enkai-floor__text .reveal__inner {
	background-color: #202020;
	color: #ececec;
	padding: 20px;
}

.enkai-floor__text p {
	line-height: 1.8;
	font-family: "Noto Sans", sans-serif;
	margin-bottom: 0;
}

/************************
個室空間
************************/
.private-room .section-title h2:last-child {
	margin-top: 0;
}

/************************
宴会コースのご案内
************************/
.enkai-course {
	padding-bottom: 70px;
}

.enkai-course .section-title {
	margin-bottom: 30px;
}

.enkai-course .section-title p {
	color: #BFA22E;
	font-weight: bold;
	font-size: 1.5rem;
}

.enkai-course .section-title h2 {
	font-size: 1.5rem;
	color: #202020;
}

.enkai-course__list {
	width: 90%;
	margin: 0 auto 30px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.enkai-course__card {
	background-color: #202020;
	color: #ececec;
	text-align: center;
	position: relative;
	display: flex;
	align-items: center;
}

.enkai-course__card .card__img {
	width: 40%;
	align-self: stretch;
	overflow: hidden;
	background-image: url(../images/enkai-course.JPG);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.enkai-course__card:last-child .card__img {
	background-image: url(../images/course-menu--gakusei.jpg);
}

/*
.enkai-course__card .card__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
} */

.enkai-course__card .card__text {
	flex: 1;
	padding: 16px 0 8px;
}

.enkai-course__card--recommend {
	border: 2px solid #BFA22E;
}

.enkai-course__card .card__text {
	position: relative;
}

.enkai-course__badge {
	position: absolute;
	top: -12px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #BFA22E;
	color: #202020;
	font-size: 0.75rem;
	font-weight: bold;
	padding: 3px 16px;
	letter-spacing: 0.1em;
}

.enkai-course__card h3 {
	font-size: 1.2rem;
	margin-bottom: 5px;
}

.enkai-course__detail {
	font-size: 0.85rem;
	color: rgba(236, 236, 236, 0.7);
	margin-bottom: 8px;
}

.enkai-course__price {
	font-size: 1rem;
	margin-bottom: 0;
}

.enkai-course__price span {
	font-size: 2rem;
	color: #BFA22E;
	font-weight: bold;
}

.enkai-course__price small {
	font-size: 0.75rem;
	color: rgba(236, 236, 236, 0.7);
}

.enkai-course .btn-wrap {
	margin-top: 10px;
}

/************************
ご予約・お問い合わせ
************************/
.enkai-cta {
	padding-bottom: 70px;
}

.enkai-cta .section-title {
	margin-bottom: 30px;
}

.enkai-cta .section-title h2 {
	font-size: 1.5rem;
	color: #202020;
}

.enkai-cta__list {
	width: 90%;
	margin: auto;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.enkai-cta__item {
	display: block;
	background-color: #202020;
	color: #ececec;
	text-align: center;
	padding: 25px 20px;
	text-decoration: none;
	transition: opacity 0.3s;
}

.enkai-cta__item:hover {
	opacity: 0.85;
}

.enkai-cta__icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #BFA22E;
	color: #BFA22E;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 12px;
	font-size: 1.2rem;
}

.enkai-cta__label {
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 8px;
}

.enkai-cta__tel {
	font-size: 1.8rem;
	font-weight: bold;
	color: #BFA22E;
	margin-bottom: 5px;
	font-family: "Roboto Condensed", sans-serif;
}

.enkai-cta__note {
	font-size: 0.75rem;
	color: rgba(236, 236, 236, 0.7);
	margin-bottom: 0;
}
