@charset "UTF-8";

.cmnhd_cnt {
	height: 800px;
}

.cmnhd_ttl {
	display: block;
	padding: 50px 30px;
	background: #ffffff;
	font-size: 24px;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

.intro {
	padding: 100px 0;
}

.intro_ttl {
	font-size: 30px;
	text-align: center;
}

.intro_text {
	margin-top: 15px;
	text-align: center;
}

.recommend {
}

.recommend {
	padding: 55px 0 50px;
	background: #edece8;
}

.recommend_ttl {
	margin-bottom: 35px;
	font-weight: 800;
	font-size: 24px;
	text-align: center;
}

.recommend_list {
	list-style: disc;
	width: fit-content;
	max-width: 100%;
	margin: 0 auto;
}

.pics {
}

.pics_inner {
	padding: 80px 40px 120px;
}

.pics_wrap {
	position: relative;
	width: 100%;
	max-width: 1400px;
	height: auto;
	margin: 0 auto;
	aspect-ratio: 1400 / 1730;
}

.pics_cnt {
	position: absolute;
}

.pics_cnt img {
	width: 100%;
	height: auto;
}

.pics_cnt.pic01 {
	top: 0;
	left: 0;
	width: 41%;
}

.pics_cnt.pic02 {
	right: 0;
	bottom: 41%;
	width: 52%;
}

.pics_cnt.pic03 {
	bottom: 0;
	left: 0;
	width: 82%;
}

.hall {
	padding: 100px 0;
}

.hall_hd {
	margin-bottom: 50px;
}

.hall_hd_ttl {
	margin-bottom: 10px;
	font-weight: 800;
	font-size: 30px;
	text-align: center;
}

.hall_hd_txt {
	text-align: center;
}

.hall_anchor {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
	color: #bc9b43;
}

.hall_anchor > a {
	display: inline-block;
	min-width: 150px;
	height: 50px;
	border: 1px solid;
	border-radius: 25px;
	line-height: 50px;
	text-align: center;
	transition: 0.3s;
}

.hall_anchor > a:hover {
	background: #bc9b43;
	color: #ffffff;
}

.hall_wrap {
}

.hall_sec {
	margin-top: 100px;
}

.hall_ttl {
	position: relative;
	color: #bc9b43;
	font-size: 22px;
	text-align: center;
}

.hall_ttl:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 200px;
	height: 2px;
	margin-left: -100px;
	background: #bc9b43;
}

.hall_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 24px;
	margin-top: 50px;
}

.hall_item {
	width: 49%;
	background: #ffffff;
}

.hall_item_slide {
}

.hall_item_dots {
	padding: 10px 40px 0;
}

.hall_item_dots > button {
	padding: 10px 4px;
	border: none;
	background: none;
	font-size: 0;
	cursor: pointer;
	appearance: none;
}

.hall_item_dots > button:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border: 1px solid;
	border-radius: 50%;
	color: #b39044;
	transition: background 0.3s;
}

.hall_item_dots > button.-current:before {
	background: #b39044;
}

.hall_item_cnt {
	padding: 40px;
}

.hall_item_ttl {
	font-size: 24px;
}

.hall_item_info {
	display: table;
	width: 100%;
	margin-top: 10px;
}

.hall_item_info > dl {
	display: table-row;
}

.hall_item_info > dl > dt,
.hall_item_info > dl > dd {
	display: table-cell;
	padding: 10px 0;
	border-top: 1px solid #ebebeb;
}

.hall_item_info > dl > dt {
	width: 8em;
	color: #bc9b43;
}

.hall_item_info > dl > dd {
}

@media screen and (max-width:1240px) {
}

@media screen and (min-width:768px) {
}

@media screen and (max-width:767px) {
	.cmnhd_cnt {
		height: 400px;
	}

	.cmnhd_ttl {
		padding: 20px 20px;
		font-size: 20px;
	}

	.intro {
		padding: 60px 0;
	}

	.intro_ttl {
		font-size: 22px;
		text-align: start;
	}

	.intro_text {
		text-align: left;
	}

	.recommend {
		padding: 40px 0 30px;
	}

	.recommend_ttl {
		margin-bottom: 6px;
		font-size: 19px;
		text-align: start;
	}

	.recommend_list {
		margin: 0;
		padding: 0 17px;
		font-size: 15px;
	}

	.pics {
	}

	.pics_inner {
		padding: 50px 0 40px;
	}

	.pics_wrap {
		aspect-ratio: 1400 / 1524;
	}

	.pics_cnt {
	}

	.pics_cnt img {
	}

	.pics_cnt.pic01 {
	}

	.pics_cnt.pic02 {
		bottom: 39.6%;
		width: 47%;
	}

	.pics_cnt.pic03 {
		width: 70%;
	}

	.hall {
		padding: 60px 0;
	}

	.hall_hd {
		margin-bottom: 20px;
	}

	.hall_hd_ttl {
		margin-bottom: 0;
		font-size: 24px;
	}

	.hall_hd_txt {
		text-align: center;
	}

	.hall_anchor {
	}

	.hall_anchor > a {
		min-width: 120px;
	}

	.hall_wrap {
	}

	.hall_sec {
		margin-top: 40px;
		padding-top: 20px;
	}

	.hall_ttl {
		padding-bottom: 10px;
		font-size: 20px;
	}

	.hall_ttl:before {
		width: 160px;
		margin-left: -80px;
	}

	.hall_list {
		flex-direction: column;
		margin-top: 40px;
	}

	.hall_item {
		width: 100%;
	}

	.hall_item_slide {
	}

	.hall_item_dots {
		padding: 10px 20px 0;
	}

	.hall_item_dots > button {
	}

	.hall_item_dots > button:before {
	}

	.hall_item_dots > button.-current:before {
	}

	.hall_item_cnt {
		padding: 20px 20px 30px;
	}

	.hall_item_ttl {
		font-size: 18px;
	}

	.hall_item_info {
		font-size: 12px;
	}

	.hall_item_info > dl {
	}

	.hall_item_info > dl > dt,
	.hall_item_info > dl > dd {
	}

	.hall_item_info > dl > dt {
		width: 6em;
	}

	.hall_item_info > dl > dd {
	}
}
