@charset "utf-8";




/* ----------------
	banquet pages
 ---------------- */


/* ---- introduction ---- */

.intro {
	padding-top: 80px;
}

.intro h1 {
	font-size: 3.7rem;
	font-weight: normal;
	letter-spacing: .15em;
	line-height: 1.3;
	text-align: center;
}

.intro h1 + p {
	margin-top: 15px;
	font-size: 1.7rem;
	line-height: 1.3;
	text-align: center;
}

.intro h1 + p + p {
	margin-top: 50px;
	font-size: 1.7rem;
	line-height: 2;
	text-align: center;
}

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

	.intro {
		padding-top: 12vw;
	}

	.intro h1 {
		font-size: 2.6rem;
	}

	.intro h1 + p {
		margin-top: 2vw;
		font-size: 1.4rem;
		line-height: 1.3;
		text-align: center;
	}

	.intro h1 + p + p {
		margin-top: 6vw;
		font-size: 1.4rem;
		line-height: 1.8;
		text-align: left;
	}

}


/* ---- photo ---- */

.photo .swiper-wrapper {
	height: 50vw;
}

.photo .swiper-slide {
	background-size: cover;
	background-position: center;
}

.photo img {
	display: none;
}

.swiper-pagination {
	position: static;
	margin-top: 20px;
}

.swiper-pagination-bullet {
	width: auto;
	min-width: 150px;
	height: auto;
	margin: 0 10px !important;
	padding: 15px;
	border: 1px solid #000;
	border-radius: 0;
	background-color: #fff;
	opacity: 1;
	color: #000;
	font-size: 1.4rem;
	text-align: center;
	transition: color .3s ease-in-out, background-color .3s ease-in-out;
}

.swiper-pagination-bullet:hover,
.swiper-pagination-bullet-active {
	background-color: #000;
	color: #fff;
}

#page-banquet .swiper-pagination-bullet:only-child {
	display: inline-block !important;
	pointer-events: none;
}

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

	.photo .swiper-wrapper {
		height: 65vw;
	}

	.swiper-pagination {
		margin-top: 0;
	}

	.swiper-pagination-bullet {
		min-width: 100px;
		margin: 3vw 1.5vw 0 !important;
		padding: 10px;
		font-size: 1.3rem;
	}

	.swiper-pagination-bullet:hover {
		background-color: #fff;
		color: #000;
	}

}


/* ---- spec ---- */

.spec {
	padding-top: 100px;
}

.spec.meeting-room {
	padding-bottom: 180px;
}

.spec header {
	position: relative;
}

.spec header p {
	position: absolute;
	right: 0;
	bottom: 27px;
	font-size: 1.5rem;
}

.spec header p::before {
	content: "＞";
	margin-right: 3px;
	font-size: 1.5rem;
}

.spec header + p {
	margin-bottom: 20px;
	font-size: 1.4rem;
	text-align: center;
}

.spec h2 {
	padding-bottom: 20px;
}

.spec .table {
	overflow-x: auto;
}

.spec .table::-webkit-scrollbar {
	height: 6px;
}

.spec .table::-webkit-scrollbar-track {
	background-color: #efefef;
}

.spec .table::-webkit-scrollbar-thumb {
	background-color: #666;
}

.spec .table table {
	width: 100%;
}

.spec .table table thead {
	background-color: #000;
	color: #fff;
}

.spec .table table thead th {
	padding: 8px 16px;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1.5;
	text-align: center;
	white-space: nowrap;
}

.spec .table table tbody tr {
	border-bottom: 1px solid #000;
}

.spec .table table tbody tr:nth-child(2n) {
	background-color: #efefef;
}

.spec .table table tbody th {
	width: 100%;
	padding: 12px 30px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
	vertical-align: middle;
}

.spec .table table tbody td {
	padding: 12px 30px;
	font-size: 1.5rem;
	line-height: 1.4;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
}

.spec .table table tbody td span {
	display: inline-block;
	width: 5.5em;
}

.spec .table table tbody td.blank {
	text-align: center;
}

.spec .img {
	width: 80%;
	margin: 50px auto 0;
}

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

	.spec {
		padding-top: 20vw;
	}

	.spec.meeting-room {
		padding-bottom: 25vw;
	}

	.spec header p {
		position: static;
		margin-top: 4vw;
		font-size: 1.4rem;
		text-align: center;
	}

	.spec header p::before {
		font-size: 1.4rem;
	}

	.spec header + p {
		margin: 5vw 0;
		font-size: 1.2rem;
	}

	.spec h2 {
		padding-bottom: 3vw;
		border-bottom: 1px solid #000;
	}

	.spec .table {
		margin-top: 5vw;
		overflow-x: scroll;
	}

	.spec .table table {
		width: 840px;
	}

	.spec .table table thead th {
		padding: 5px 10px;
		font-size: 1.3rem;
		line-height: 1.4;
	}

	.spec .table table tbody th {
		width: auto;
		padding: 8px 12px;
		font-size: 1.4rem;
		white-space: nowrap;
	}

	.spec .table table tbody td {
		padding: 8px 12px;
		font-size: 1.3rem;
	}

	.spec .img {
		width: 100%;
		margin: 8vw 0 0;
	}

}


/* ---- equipment ---- */

.equipment {
	padding-top: 100px;
}

.equipment h2 {
	padding-bottom: 20px;
	border-bottom: 1px solid #000;
}

.equipment .img {
	width: 80%;
	margin: 80px auto 0;
}

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

	.equipment {
		padding-top: 13vw;
	}

	.equipment h2 {
		padding-bottom: 3vw;
	}

	.equipment .img {
		width: 100%;
		margin: 8vw 0 0;
	}

}


/* ---- layout ---- */

.layout {
	padding-top: 100px;
	padding-bottom: 150px;
}

.layout h2 {
	padding-bottom: 20px;
	border-bottom: 1px solid #000;
}

.layout ul {
	display: flex;
	flex-wrap: wrap;
	margin-right: -80px;
}

.layout li {
	width: 50%;
	margin-top: 80px;
	padding-right: 80px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.3;
}

.layout li span {
	display: inline-block;
	margin-left: .5em;
	font-size: 1.3rem;
	font-weight: normal;
}

.layout li img {
	display: block;
	width: 100%;
	margin-top: 20px;
}

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

	.layout {
		padding-top: 13vw;
		padding-bottom: 20vw;
	}

	.layout h2 {
		padding-bottom: 3vw;
	}

	.layout ul {
		display: block;
		margin-right: 0;
	}

	.layout li {
		width: auto;
		margin-top: 12vw;
		padding-right: 0;
		font-size: 1.4rem;
	}

	.layout li span {
		display: block;
		margin: 4px 0 0;
		font-size: 1.1;
	}

	.layout li img {
		margin-top: 3vw;
	}

}
