@charset "UTF-8";
#top-ttl::before,#top-ttl::after{
	content: none;
}

/*------------------------
SHOP
------------------------*/
#detail .inner{
	padding: 80px 0 150px;
	margin: 0 auto;
}

#detail .tag-wrap {
	display: flex;
	align-items: center;
	white-space: nowrap;
	margin-bottom: 6px;
}
#detail .tag-wrap .day {
	font-size: 20px;
	margin-right: 15px;
}
#detail .tag {
	font-size: 16px;
	font-weight: 500;
	padding: 1px 10px 3px;
	line-height: 1.4;
	color: #fff;
}
#detail .tag.news{
	background: var(--blue);
}
#detail .tag.event{
	background: var(--red);
}
#detail h2 {
	letter-spacing: .04em;
	font-size: 28px;
	font-weight: 500;
	text-align: justify;
	line-height: 1.4;
	margin-bottom: 15px;
}

/* イベント日時 */
#detail .time-wrap {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
}
#detail .time-wrap .ttl {
	color: #fff;
	background: var(--black);
	font-size: 17px;
	padding: 3px 11px;
	line-height: 1.5;
	font-weight: 500;
	margin-right: 10px;
}
#detail .time-wrap .time {
	flex: 1;
	font-size: 18px;
	font-weight: bold;
}


#detail .contents{
	font-size: 18px;
	padding-bottom: 60px;
	margin-bottom: 20px;
	position: relative;
}
#detail .contents::after{
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 0;
	right: 0;
	background-size: 5px 2px;
	background-image: linear-gradient(to right, #c8c8c8 1px, transparent 1px);
	background-repeat: repeat-x;
	background-position: top;
}
#detail .contents .image{
	width: 80%;
	height: auto;
	margin-bottom: 20px;
}
#detail .contents .textarea img{
	max-width: 80%;
	object-fit: contain;
}

/* SNS */
#detail .sns-wrap{
	display: flex;
	justify-content: space-between;
}
#detail .sns-icon {
	display: inline-flex;
	align-items: center;
	justify-content: end;
	background: var(--bg-red);
	padding: 10px 20px;
	margin: 0 0 0 auto;
	text-align: center;
}
#detail .sns-icon p {
	font-weight: bold;
	font-size: 20px;
	color: var(--red);
	margin-right: 10px;
}
#detail .sns-icon a {
	width: 40px;
	height: 40px;
	display: block;
	margin-left: 8px;
	transition: all 0.5s ease 0s;
}
#detail .sns-icon a:hover {
	transform: translateY(-5px);
}

#detail .btn a{
	width: 320px;
	height: 60px;
	font-size: 16px;
}
#detail .btn a::after{
	right: 0;
	left: 20px;
	width: 8px;
	height: 10px;
	transform: rotate(-180deg);
}