@charset "UTF-8";



/* -------------------------------------------

opening

------------------------------------------- */
body.opening {
	background: none;
}

body.opening #page-top {
	bottom: 1rem;
}

.opening-flex-container {
	display: flex;
}

.opening-item {
	width: 50%;
}

@media screen and (max-width: 768px) {
	.opening-flex-container {
		display: block;
	}

	.opening-item {
		width: 100%;
	}
}

/* .opening article {
	display: flex;
}
.opening article > * {
	flex: 1;
} */

/* ---- header ---- */
.opening header {
	display: flex;
	justify-content: flex-start;
	position: relative;
	left: auto;
	top: auto;
	padding: 1.5rem;
	background: #000;
}

.opening header h1 {
	display: flex;
	align-items: center;
	width: auto;
	font-weight: 500;
	font-size: 2rem;
}

.opening header h1 img {
	width: 7.2rem;
	margin-right: 1.5rem;
}

@media screen and (max-width: 768px) {
	.opening header {
		justify-content: center;
		padding: 1.5rem 0;
	}
}

/* ---- kv ---- */
.opening-kv {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 56rem;
	position: relative;
}

@media screen and (max-width: 768px) {
	.opening-kv {
		height: 44rem;
	}
}

.opening-kv::before {
	content: "";
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	position: absolute;
	left: 0;
	top: 0;
}

.opening-kv>* {
	position: relative;
	z-index: 10;
}

.zenbou .opening-kv {
	background: url(../img/top-kv-1.jpg) no-repeat center / cover;
}

.zenbou .opening-item-namiki .opening-kv {
	background-image: url(../img/top-kv-1-sister.jpg);
}

/* ---- shop ---- */
.opening-kv-shop {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	font-size: 3rem;
}

.opening-kv-shop i {
	margin-left: 1.5rem;
}

@media screen and (max-width: 768px) {
	.opening-kv-shop {
		font-size: 2rem;
	}
}

/* ---- tel ---- */
.opening-kv dl {
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: 1;
	margin: 2rem 0;
	font-size: 1.6rem;
}

.opening-kv dl dt {
	margin-bottom: 0.6rem;
}

.opening-kv dl dd a {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	font-size: 2.6rem;
}

.opening-kv dl dd i {
	font-size: 1.6rem;
	margin-bottom: 0.2rem;
	margin-right: 0.5rem;
}

@media screen and (max-width: 768px) {
	.opening-kv dl {
		margin: 3rem 0;
		font-size: 1.8rem;
	}

	.opening-kv dl dt {
		margin-bottom: 0.6rem;
	}

	.opening-kv dl dd a {
		font-size: 3.2rem;
		text-decoration: none;
	}

	.opening-kv dl dd i {
		font-size: 2rem;
		margin-bottom: 0.1rem;
		margin-right: 0.3rem;
	}
}

/* ---- more ---- */
.opening-kv-more a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 26rem;
	height: 4.8rem;
	padding-bottom: 0.15rem;
	border: solid 0.12rem #fff;
	position: relative;
}

.opening-kv-more a i {
	position: absolute;
	right: 1.8rem;
	top: 50%;
	transform: translate(0, -50%);
	font-size: 1rem;
}

.opening-kv-more a:hover {
	opacity: 1;
	background: #fff;
	color: #000;
}

@media screen and (max-width: 768px) {
	.opening-kv-more a {
		width: 30rem;
		height: 5.6rem;
		font-size: 1.6rem;
	}
}

/* ---- zenbou ---- */
.zenbou {
	background: url(../img/texture-1.jpg) center top;
	background-size: 100% auto;
}

/* ---- opening-detail ---- */
.opening-detail {
	padding: 4rem;
}

.opening-detail>div {
	border: solid 0.12rem #fff;
	padding: 5rem;
}

.opening-detail dl {
	border-top: solid 0.13rem #fff;
	border-bottom: solid 0.13rem #fff;
	display: flex;
	flex-wrap: wrap;
}

.opening-detail dl dt {
	width: 30%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #222;
}

.opening-detail dl dd {
	width: 70%;
	padding: 2rem;
}

.opening-detail dl dt:not(:last-of-type),
.opening-detail dl dd:not(:last-of-type) {
	border-bottom: solid 0.13rem #666;
}

@media screen and (max-width: 768px) {
	.opening-detail {
		padding: 3rem;
	}

	.opening-detail>div {
		border: none;
		padding: 0;
	}

	.opening-detail dl {
		display: block;
	}

	.opening-detail dl dt {
		width: 100%;
		justify-content: flex-start;
		padding: 1.3rem 2rem 1.4rem 2rem;
	}

	.opening-detail dl dd {
		width: 100%;
	}

	.opening-detail dl dt:not(:last-of-type),
	.opening-detail dl dd:not(:last-of-type) {
		border-bottom: none;
	}
}