/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 17 2025 | 07:14:59 */
#content-main .section_title > p {
	margin: 4em 1px 15px 1px;
	padding: 0.25em;
	text-align: center;
	border: 3px double;
	box-shadow: 0 0 0 1px;
}

#content-sub > dl > dt {
	margin-bottom: 11.5px;
	padding-left: 0.5em;
	color: #0177b2;
	border-left: 5px solid #0177b2;
}
#content-sub > dl > dd {
	background-color: #ffffff;
	border: 1px solid #ffffff;
	box-shadow: 5px 5px 2.5px 0 rgba(22,77,122,0.25);
}
#content-sub > dl > dd + dd {
	margin-top: 16.5px;
}
#content-sub > dl > dd > a:hover {
	opacity: 0.75;
}

.shop_name {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
    align-items: center;
}
.shop_name > p {
	color: #164d7a;
	text-shadow: 1px 1px 0px #f6f6f6;
}
.shop_name > p + p {
	margin-left: 1.0em;
}
.shop_name .shop_icon {
	height: calc( 1em * 1.8 * 1.7 );
}

.shop_subname > p {
	margin: 0 0 5px 0.75em;
	padding: 0.25em 0.8em;
	font-weight: 700;
	color: #ffffff;
	background-color: #333333;
	border-left: 2px solid;
	box-shadow: -0.75em 0 0 0 #164d7a;
}

.shop_info {
	margin-bottom: 1em;
	padding: 1em;
	border: 1px solid;
}
.shop_info > dl {
	margin-bottom: 0;
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
}
.shop_info > dl + dl {
	margin-top: 0.5em;
	padding-top: 0.5em;
	border-top: 0.5px dotted #666666;
}
.shop_info > dl > dt {
	margin-right: 1em;
	width: 5.0em;
	white-space: nowrap;
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
	position: relative;
}
.shop_info > dl > dt::after {
	content: "：";
	position: absolute;
	top: 0;
	right: -1em;
}
.shop_info > dl > dd {
	padding-left: 0.25em;
	width: calc(100% - 6.0em);
}
.shop_info > dl > dd > a {
	overflow-wrap: anywhere;
	color: #337ab7 !important;
}
.shop_info > dl > dd > a:hover {
	color: #23527c !important;
}
.shop_info > dl > dd > a:visited {
	color: #ff8a00 !important;
}
.shop_info > dl > dd > a > i {
	margin-left: 0.5em;
	font-size: 60%;
	position: relative;
	bottom: 3%;
}

.shop_map iframe {
	width: 100%;
	aspect-ratio: 1.8 / 1;
}

.shop_map + .shop_subname {
	margin-top: 2.5em;
}

.coupon_ditaile {
	padding: 15px;
	margin-bottom: 11.5px;
	min-height: 300px;
	background-image: url("/wp-content/uploads/2025/11/coupon_bg01.png");
	background-size: 100% 100%;
	display: flex;
	flex-direction: column;
    flex-wrap: nowrap;
	position: relative;
}
.coupon_ditaile::before {
	content: "";
	width: 15%;
	aspect-ratio: 1 / 1;
	background-image: url("/wp-content/uploads/2025/11/coupon_bg02.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	position: absolute;
	top: 0;
	left: 0;
}
.coupon_ditaile::after {
	content: "";
	width: 15%;
	aspect-ratio: 1 / 1;
	transform: rotate(180deg);
	background-image: url("/wp-content/uploads/2025/11/coupon_bg02.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	position: absolute;
	bottom: 0;
	right: 0;
}
.coupon_ditaile_inner {
	margin: 1px;
	padding: 5% 7.5%;
	width: 100%;
	flex-grow: 1;
	border: 10px double #deac00;
	box-shadow: 0 0 0 1px #deac00;
	background-color: rgba(255, 0, 0, 0.25);
	display: flex;
	flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
}
.coupon_ditaile_inner > p {
	text-align: center;
	font-weight: 500;
	color: #ffffff;
}
.coupon_ditaile_inner > *:last-child {
	margin-bottom: 0;
}
.coupon_title {
	padding: 0.55em 0.5em;
	width: 100%;
	font-size: 150%;
	line-height: 1.4;
	border-top: 4px dotted;
	border-bottom: 4px dotted;
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	column-gap: 0.5em;
}
.coupon_summary {
	font-size: 250%;
}
.coupon_tips {
	display: inline-block;
	font-size: 125%;
}
.coupon_linker {
	padding: 0.5em;
	background-color: #000000;
	border-radius: 1000px;
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.coupon_linker:hover {
	background-color: #333333;
}
.coupon_linker > i {
	margin-left: 0.5em;
	font-size: 80%;
}

@media (max-width: 767px) {
	#content-sub {
		margin-top: 50px;
	}
	#content-sub > dl {
		display: flex;
		flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
	}
	#content-sub > dl > dt {
		width: 100%;
	}
	#content-sub > dl > dd {
		width: calc((100% - 11.5px) / 2);
		box-shadow: 4px 4px 2px 0 rgba(22,77,122,0.25);
	}
	#content-sub > dl > dd + dd {
		margin-top: 0;
	}
	#content-sub > dl > *:nth-child(n+4) {
		margin-top: 11.5px;
	}
	
	.shop_name > p {
		font-size: 2.75vw !important;
		line-height: 1.4;
	}
	.shop_name .shop_icon {
		height: calc( 2.75vw * 1.8 * 1.4 * 2 + 2.75vw * 0.4 );
	}
	
	.shop_subname > p {
		font-size: 3.25vw !important;
	}
	
	.shop_info {
		padding: 0.65em 1em;
	}
	
	.shop_map iframe {
		aspect-ratio: 1 / 1.125;
	}
	
	.coupon_ditaile {
		padding: 10px;
		min-height: auto;
	}
	.coupon_ditaile::before, .coupon_ditaile::after {
		width: 22.5%;
	}
	.coupon_ditaile_inner {
		padding: 25px 7.5%;
		border: 5px double #deac00;
	}
	.coupon_ditaile_inner > p {
		font-size: 3.75vw;
	}
	.coupon_title {
		display: block;
		font-size: 85%;
		line-height: 1.6;
		border-top: 2px dotted;
		border-bottom: 2px dotted;
	}
	.coupon_summary {
		margin-left: -6%;
        margin-right: -6%;
		font-size: 130%;
	}
	.coupon_ditaile_inner > p:has(span.coupon_tips) {
		line-height: 1;
	}
	.coupon_tips {
		margin-top: -0.2em;
		font-size: 80%;
		line-height: 1.4em;
	}
	.coupon_linker {
		margin-left: 10%;
		margin-right: 10%;
		font-size: 85%;
	}
	
}