#shop_top {
	padding: 50px 0 30px;
	width: 90%;
	margin: 0 auto;
}

#shop_top .inner {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 15px;
}

#shop_top .inner>a {
	display: block;
	width: 146px;
	aspect-ratio: 1 / 1;
	border-radius: 8px;
}

#shop_top .inner .right {
	flex-grow: 1;
	min-width: 0;
}

#shop_top .inner .right h1,
#shop_top .inner .right h4,
#shop_top .inner .right h5,
#shop_top .inner .right h6 {
	font-size: 14px;
}

#shop_top .inner .right h1,
#shop_top .inner .right h5 {
	margin: 5px 0 3px;
}

#shop_top .inner .right h1 a,
#shop_top .inner .right h5 a {
	font-size: 20px;
	color: var(--theme-color);
	font-weight: bold;
}

#shop_top .inner .right ul.sns_list {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(5, 25px);
	margin-top: 8px;
	width: 100%;
}

#shop_top .inner .right ul.sns_list li {
	display: flex;
	justify-content: center;
	align-items: center;
}

#shop_top .inner .right ul.sns_list li a {
	fill: #333;
}

#shop_top .inner .right ul.sns_list li a svg {
	width: 25px;
	height: 25px;
}

#shop_top .inner .right ul.sns_list li a.TikTok svg {
	width: 25px;
	height: 21px;
}

#shop_top .inner .right a.official_homepege_link {
	display: inline-block;
	font-size: 12px;
	color: #fff;
	background-color: #666;
	text-align: center;
	padding: 3px 20px;
	vertical-align: middle;
	margin-top: 8px;
}

/* casts */
#casts .inner ul {
	display: grid;
	gap: 30px 10px;
	grid-template-columns: repeat(3, 1fr);
}

#casts .inner ul li {
	min-width: 0;
}

#casts .inner ul li .wrap {
	position: relative;
}

#casts .inner ul li .wrap>a.cast_img {
	display: block;
	border-radius: 8px;
	z-index: 0;
	overflow: hidden;
}

#casts .inner ul li .wrap>a.cast_img img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

#casts .inner ul li .wrap .sns_list {
	position: absolute;
	bottom: 6px;
	right: 6px;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
}

#casts .inner ul li .wrap .sns_list a.cast_sns_icon {
	width: 20px;
	height: 20px;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

#casts .inner ul li .wrap .sns_list a.cast_sns_icon {
	fill: #fff;
	filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
}

#casts .inner ul li .wrap .sns_list a.cast_sns_icon svg {
	width: 18px;
	height: 18px;
}

#casts .inner ul li .wrap .sns_list a.cast_sns_icon.Twitter svg,
#casts .inner ul li .wrap .sns_list a.cast_sns_icon.Twitter svg rect {
	fill: none;
}

#casts .inner ul li .wrap .sns_list a.cast_sns_icon.Twitter svg g {
	fill: #fff;
}

#casts .inner ul li h4 {
	padding-top: 5px;
}

#casts .inner ul li h4 a {
	display: block;
	font-size: 14px;
	color: var(--theme-color);
	text-align: center;
	margin: 0 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* fee_system & #shop_info */
.table_layout .inner table {
	width: 100%;
	margin-top: 30px;
}

.table_layout .inner table thead tr th {
	font-weight: bold;
	text-align: left;
	padding: 12px;
}

.table_layout .inner table tbody tr {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.table_layout .inner table tbody tr:first-of-type {
	border-top-width: 2px;
}

.table_layout .inner table#related_information_table tbody tr:first-of-type {
	border-top-width: 1px;
}

.table_layout .inner table tbody tr th {
	font-size: 14px;
	width: 40%;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	word-break: break-word;
	border-right: 1px solid #ccc;
}

.table_layout .inner table#shop_info_table tbody tr th {
	width: 25%;
}

.table_layout .inner table tbody tr td {
	font-size: 14px;
	vertical-align: middle;
	padding: 10px;
	word-break: break-word;
}

.table_layout .inner table#related_information_table tr td ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.table_layout .inner table#related_information_table tr td ul.free_drink {
	gap: 0 2px;
}

.table_layout .inner table#related_information_table tr td ul li img {
	width: 30px;
	height: 30px;
	display: inline-block;
}

.table_layout .inner p {
	font-size: 14px;
	padding: 12px;
	word-wrap: break-word;
}

/* coupon */
#coupon .wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 30px;
}

#coupon .wrap .box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 8px;
	width: 100%;
	border: 1px solid var(--theme-color);
	padding: 15px;
}

#coupon .wrap .box .coupon_title {
	color: var(--theme-color);
	font-weight: bold;
}

#coupon .wrap .box .expired_at,
#coupon .wrap .box .text {
	font-size: 14px;
}

/* shop_photo */
#shop_photo .inner ul {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(2, 1fr);
}

#shop_photo .inner ul li {
	width: 100%;
	aspect-ratio: 1 / 1;
}

#shop_photo .inner ul li a {
	display: block;
	border-radius: 15px;
}

#shop_photo .inner ul li img {
	display: block;
	object-fit: cover;
	aspect-ratio: 1 / 1;
}

.spl-title {
	display: none;
}

/* access_map */
#access_map .inner iframe {
	width: 100%;
	height: 347px;
	margin-bottom: 50px;
}

#access_map .inner .bottom {
	border-left: 8px solid var(--theme-color-p);
	padding-left: 8px;
}

#access_map .inner .bottom h4 {
	color: var(--theme-color-p);
	font-weight: bold;
}

#access_map .inner .bottom p {
	font-size: 14px;
	margin-top: 5px;
}

#shop_contact h2 {
	width: calc((100% - 30px) / 2);
	will-change: transform;
	transform: translateZ(0);
}

#shop_contact h2 a {
	background-color: var(--theme-color-p);
	border-radius: 5px;
}

#shop_contact h2.staff_rec a {
	background-color: var(--theme-color-lb);
}

footer {
	padding-bottom: 80px !important;
}

#page_top {
	bottom: 70px;
}

/* PC */
@media only screen and (min-width: 1073px) {
	footer {
		padding-bottom: 50px !important;
	}

	#page_top {
		bottom: 15px;
	}
}
