@charset "utf-8";

body.page-shop-index #contents {
	width: 100%;
	max-width: none;
	min-width: 0;
	margin: 20px auto 30px;
	padding: 0 14px;
	box-sizing: border-box;
}

body.page-shop-index #main_contents.shop-index-content {
	width: 100%;
	margin: 0;
}

body.page-shop-index #main_contents.shop-index-content,
body.page-shop-index #main_contents.shop-index-content * {
	box-sizing: border-box;
}

body.page-shop-index #flexlayout.com-side-layout {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: flex-start;
	gap: 20px;
}

body.page-shop-index #flexlayout.com-side-layout > li {
	list-style: none;
}

body.page-shop-index #flexlayout.com-side-layout > .leftflex {
	flex: 0 0 280px;
	width: 280px;
}

body.page-shop-index #flexlayout.com-side-layout > .rightflex {
	flex: 1 1 auto;
	min-width: 0;
}

body.page-shop-index .shop-index-card {
	border: 1px solid #dfdfdf;
	background: #fff;
}

body.page-shop-index .shop-index-breadcrumb {
	margin: 0;
	padding: 14px 18px;
	background: #efefef;
	border-bottom: 1px solid #d9d9d9;
	font-size: 1.02rem;
}

body.page-shop-index .shop-index-body {
	padding: 24px 24px 28px;
	color: #2a2a2a;
	line-height: 1.75;
}

body.page-shop-index .shop-index-body p {
	margin: 0 0 22px;
}

body.page-shop-index .shop-index-body th,
body.page-shop-index .shop-index-body td {
	overflow-wrap: anywhere;
	word-break: break-word;
}

body.page-shop-index .shop_title_h {
	margin: 40px 0 20px;
	padding: 10px 14px;
	background: #505266;
	color: #fff;
	font-size: 1rem;
	letter-spacing: 0.02em;
}

body.page-shop-index table.shop_annai {
	width: 100%;
	margin: 16px 0 32px;
	border-collapse: collapse;
	table-layout: fixed;
}

body.page-shop-index table.shop_annai th,
body.page-shop-index table.shop_annai td {
	border: 1px solid #d3d8e0;
	padding: 10px 12px;
	vertical-align: top;
}

body.page-shop-index table.shop_annai tr > th:not([colspan]) {
	width: 220px;
	background: #f3f5f9;
	font-weight: 700;
}

body.page-shop-index table.shop_annai tr > th[colspan] {
	background: #dde2eb;
	color: #2d3241;
	font-weight: 700;
	text-align: left;
}

body.page-shop-index table.shop_annai a {
	color: #2f6fba;
	text-decoration: underline;
}

body.page-shop-index .event-list tr > td:first-child {
	width: 130px;
	font-weight: 700;
}

body.page-shop-index .shop-photo-pair,
body.page-shop-index .shop-photo-single {
	width: 100%;
	margin: 8px 0 20px;
	border-collapse: separate;
	border-spacing: 8px 0;
}

body.page-shop-index .shop-photo-pair td,
body.page-shop-index .shop-photo-single td {
	padding: 0;
	border: 0;
}

body.page-shop-index .shop-photo-pair img,
body.page-shop-index .shop-photo-single img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 4px;
}

body.page-shop-index .shop-side-toggle-wrap {
	display: none;
	margin-top: 14px;
}

body.page-shop-index .shop-side-toggle {
	display: block;
	width: 100%;
	padding: 12px 14px;
	border: 1px solid #c6ced9;
	background: #f5f7fb;
	color: #21324d;
	font-size: 1rem;
	font-weight: 700;
	border-radius: 6px;
	cursor: pointer;
}

@media screen and (max-width: 920px) {
	body.page-shop-index #contents {
		margin: 12px auto 20px;
		padding: 0 8px;
	}

	body.page-shop-index #flexlayout.com-side-layout {
		flex-direction: column;
		gap: 0;
	}

	body.page-shop-index #flexlayout.com-side-layout > .rightflex {
		order: 1;
		width: 100%;
	}

	body.page-shop-index #flexlayout.com-side-layout > .leftflex {
		order: 2;
		width: 100%;
		flex-basis: auto;
		display: none;
		margin-top: 12px;
	}

	body.page-shop-index #flexlayout.com-side-layout.is-side-open > .leftflex {
		display: block;
	}

	body.page-shop-index .shop-side-toggle-wrap {
		display: block;
	}

	body.page-shop-index .shop-index-breadcrumb {
		padding: 12px 14px;
		font-size: 0.95rem;
	}

	body.page-shop-index .shop-index-body {
		padding: 16px 14px 18px;
		line-height: 1.65;
	}

	body.page-shop-index .shop_title_h {
		margin: 26px 0 14px;
		padding: 9px 12px;
	}

	body.page-shop-index .shop-photo-pair,
	body.page-shop-index .shop-photo-single {
		border-spacing: 0;
		margin-bottom: 16px;
	}

	body.page-shop-index .shop-photo-pair tr,
	body.page-shop-index .shop-photo-single tr {
		display: flex;
		gap: 8px;
	}

	body.page-shop-index .shop-photo-pair td {
		width: calc(50% - 4px);
	}

	body.page-shop-index .shop-photo-single td {
		width: 100%;
	}

	body.page-shop-index table.shop_annai {
		display: block;
		margin: 14px 0 24px;
		border: 1px solid #d3dae5;
		border-radius: 8px;
		overflow: hidden;
	}

	body.page-shop-index table.shop_annai tbody {
		display: block;
	}

	body.page-shop-index table.shop_annai tr {
		display: block;
		border-top: 1px solid #dce3ee;
	}

	body.page-shop-index table.shop_annai tr:first-child {
		border-top: 0;
	}

	body.page-shop-index table.shop_annai th,
	body.page-shop-index table.shop_annai td {
		display: block;
		width: 100% !important;
		border: 0;
		padding: 10px 12px;
	}

	body.page-shop-index table.shop_annai tr > th:not([colspan]),
	body.page-shop-index .event-list tr > td:first-child {
		background: #f3f6fb;
		font-weight: 700;
	}

	body.page-shop-index table.shop_annai tr > td {
		padding-top: 8px;
	}
}

@media (max-width: 768px) {
	body.page-shop-index {
		padding-top: 104px !important;
	}
}
