@charset "UTF-8";
.ns {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
}
/*------------------------
header
------------------------*/
header {
	background: #000;
}
header .inner .t-wrap .h-name .name {
	display: block;
	font-size: 3rem;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	margin-bottom: 10px;
}
header .inner .t-wrap .h-name a {
	display: inline-block;
	position: relative;
	padding: 6px 16px;
	font-size: 16px;
	font-weight: bold;
	color: var(--txtcolor);
	text-align: center;
	line-height: 1;
	background: #fff;
	margin: 0 auto;
}
header .inner .t-wrap .h-name a::before {
	content: '';
	position: absolute;
	bottom: -3px;
	right: -3px;
	width: 100%;
	height: 1px;
	transition: .2s ease 0s;
	background: #fff;
}
header .inner .t-wrap .h-name a::after {
	content: '';
	position: absolute;
	top: 3px;
	right: -3px;
	width: 1px;
	height: 100%;
	transition: .2s ease .2s;
	background: #fff;
}
header .inner .t-wrap .h-name a:hover::before {
	width: 0%;
}
header .inner .t-wrap .h-name a:hover::after {
	height: 0%;
}
/*------------------------
top
------------------------*/
article .inner {
	width: 1200px;
	margin: auto;
	padding: 60px 0 60px;
}
article .inner .main-ttl {
	margin-bottom: 60px;
}
article .inner .main-ttl h1 {
	font-size: 7.4rem;
	line-height: 1.1;
	font-weight: bold;
	margin-bottom: 20px;
}
article .inner .main-ttl h1 span {
	display: block;
	font-size: 5.4rem;
}
article .inner .main-ttl .location {
	display: block;
	font-size: 26px;
	line-height: 1;
	margin-bottom: 30px;
}
.reception {
	display: block;
	width: fit-content;
	background: #000;
	margin-bottom: 20px;
}
.reception a {
	display: block;
	padding: 25px 40px;
	font-size: 4.6rem;
	color: #ba9c46;
	line-height: 1;
	background: linear-gradient(90deg,#ba9c46 0%,#e9d77a 35%,#f4ef94 50%,#e9d77a 65%,#ba9c46 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
}
.reception a::before {
	content: '';
	position: absolute;
	bottom: -3px;
	right: -3px;
	width: 100%;
	height: 1px;
	transition: .2s ease 0s;
	background: #000;
}
.reception a::after {
	content: '';
	position: absolute;
	top: 3px;
	right: -3px;
	width: 1px;
	height: 100%;
	transition: .2s ease .2s;
	background: #000;
}
.reception a:hover::before {
	width: 0%;
}
.reception a:hover::after {
	height: 0%;
}
.txtlink {
	display: block;
	font-size: 1.8rem;
	line-height: 1;
}
.txtlink a {
	text-decoration: underline;
}
.txtlink a:hover {
	opacity: .6;
}
/*------------------------
コメント
------------------------*/
.comment {
	background: url(/pc/img/best-request-songs/img_main.jpg) no-repeat 100%/cover;
	background-position: 80% 0;
	padding: 60px;
	margin-bottom: 60px;
}
.comment .txt {
	width: 710px;
	padding: 30px;
	background: rgba(255, 255, 255, .6);
	font-size: 1.8rem;
	letter-spacing: .08em;
}
.comment .txt p {
	line-height: 2;
	text-align: justify;
	margin-bottom: 15px;
}
.comment .txt .signature {
	display: block;
	text-align: right;
	line-height: 1;
}
/*------------------------
説明
------------------------*/
.exp {
	border: 1px solid #000;
	padding: 40px;
	position: relative;
}
.exp::before {
	content: '';
	display: block;
	position: absolute;
	top: -1px;
	left: 50px;
	width: 1100px;
	height: 1px;
	background: #fff;
}
.exp::after {
	content: '';
	display: block;
	position: absolute;
	bottom: -1px;
	left: 50px;
	width: 1100px;
	height: 1px;
	background: #fff;
}
.exp ul::before {
	content: '';
	display: block;
	position: absolute;
	top: 25px;
	left: -1px;
	width: 1px;
	height: calc(100% - 50px);
	background: #fff;
}
.exp ul::after {
	content: '';
	display: block;
	position: absolute;
	top: 25px;
	right: -1px;
	width: 1px;
	height: calc(100% - 50px);
	background: #fff;
}
.exp ul li {
	display: flex;
	align-items: center;
	font-size: 1.8rem;
	line-height: 1;
}
.exp ul li:not(:last-child) {
	margin-bottom: 16px;
}
.exp ul li .list {
	width: 12px;
	height: 12px;
	background: #ba9c46;
	display: inline-block;
	position: relative;
	margin-right: 15px;
}
.exp ul li .list::before {
	content: '';
	position: absolute;
	bottom: -3px;
	right: -3px;
	width: 100%;
	height: 1px;
	background: #ba9c46;
}
.exp ul li .list::after {
	content: '';
	position: absolute;
	top: 3px;
	right: -3px;
	width: 1px;
	height: 100%;
	background: #ba9c46;
}
.exp ul li .txt {
	flex: 1;
}
.exp ul li .txt a {
	text-decoration: underline;
}
.exp ul li .txt a:hover {
	opacity: .6;
}
/*------------------------
予約
------------------------*/
.btm-contact {
	background: url(/pc/img/best-request-songs/bg_contact.jpg) no-repeat 100%/cover;
	padding: 100px 0;
}
.btm-contact .inner {
	width: 1200px;
	margin: auto;
}
.btm-contact h2 {
	font-size: 34px;
	font-weight: bold;
	letter-spacing: .08em;
	line-height: 1;
	margin-bottom: 35px;
}
.btm-contact .reception a {
	padding: 30px 70px;
	font-size: 3.2rem;
}
/*------------------------
footer
------------------------*/
footer {
	margin: 0;
	background: none;
	padding: 0;
}