@charset "UTF-8";



.fancybox-youtube {
	position: relative;
		display: block;
}


.fancybox-youtube img {
	width: 100%;
	height: auto;
	border: none;
	cursor: pointer;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.fancybox-youtube::before {
	position: absolute;
	content: "";
	background: url(../img/play-movie.svg) no-repeat 50% 50%;
	background-size: contain;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 64px;
	height: 45px;
}

.fancybox-iframe {
	max-width: 100% !important;
	max-height: 100% !important;
}

.club-circle {
	columns: 3;
}

.fancybox-youtube {
	transition: var(--hover_anime);
}



#shop_list ul+h2 {
		margin-top: 4em;
	}
	

	
	#shop_list .c-entry-summary__figure {
		margin: 0 0 .5em;
		overflow: inherit;
	}

	#shop_list .c-entries {
		--entries--item-width: 100%;
	}
	
	h3.shop_name-title {
		font-size: 1.5rem;
		padding: 4px 0 0;
		font-feature-settings: "palt";
	}

	p.item_price {
		font-size: 1rem;
		display: inline-flex;
		border: 1px solid #ff0000;
		padding: 3px 18px;
		border-radius: 100px;
		margin: 0.25em 0 0.5em;
	}

	#shop_lidt ul.c-entries{
		margin-left: calc(-1 * var(--entries--gap) * .75);
		margin-right: calc(-1 * var(--entries--gap) * .75);
	}

	#shop_list li..c-entries__item {
		padding-left: calc(var(--entries--gap) * .75);
		padding-right: calc(var(--entries--gap) * .75);
	}



	.shop_name h5 {
		font-size: 1.125rem;
	}
	
	h2.shop_type_title {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
	}
	
	h2.shop_type_title span {
		display: inline-flex;
		background-color: #136d39;
		border-radius: 100px;
		padding: .5em 2em;
		color: #fff;
	}
	
	h2.shop_type_title + ul {
		margin-top: 2em;
	}



.shop_style {
	position: absolute;
	top: 0;
	right: 0;
	background: #16964c;
	color: #fff;
	z-index: 10;
	line-height: 1;
	padding: .5em .75em;
	font-weight: bold;
	font-size: 1rem;
}


.shop_name {
	display: flex;
	align-items: center;
}

.shop_name a {
	display: inline-flex;
	width: 1em;
	height: 1em;
	margin-left: 0.5em;
}

.shop_info {
	margin-top: .5em;
}

.other_items {
	display: flex;
	width: 100%;
	justify-content: flex-start;
}

.other_items dt {
	width: 7em;
}

.other_items dd {
	width: calc( 100% - 7em ) !important;
}

.other_items {
	border-top: 1px solid #ddd;
	padding-top: .5em;
	margin-top: .5em;
	font-size: .875rem;
}

.twitter_share {
	text-align: right;

	margin-top: .5em;
}

.twitter_share a {
	background-color: #16964C;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 8px;
	border-radius: 3px;
	text-decoration: none;
}

@media (any-hover: hover) {
	.fancybox-youtube:hover {
		filter: brightness(60%);
	}
}
