@charset "utf-8";

/* ========================================================
	SHOP
======================================================== */

/* shoplist_search
============================================================================================================ */
.shoplist_search {
	position: relative;
	z-index: 10;
}
.shoplist_search dl {
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	background-color: #000;
	color: #fff;
	font-weight: bold;
	align-items: center;
}
.shoplist_search dl a {
	text-decoration: none;
	color: #fff;
}
.shoplist_search dl dt {
	background-color: #000;
	text-align: center;
}
.shoplist_search dl .now {
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	height: 60px;
	padding: 0 70px 0 30px;
	background-color: #1a1a1a;
}
.shoplist_search dl .now > * {
	display: block;
	overflow: hidden;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.shoplist_search dl .now::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	width: 16px;
	height: 16px;
	margin-top: -11px;
	border-bottom: 4px solid #fff;
	border-right: 4px solid #fff;
	-webkit-transform: scaleY(.8) rotate(45deg);
	-ms-transform: scaleY(.8) rotate(45deg);
	-o-transform: scaleY(.8) rotate(45deg);
	transform: scaleY(.8) rotate(45deg);
	-webkit-transition: -webkit-transform .3s;
	-o-transition: -o-transform .3s;
	transition: transform .3s;
}
.shoplist_search dl .now.open::before {
	-webkit-transform: translateY(4px) scaleY(.8) rotate(-135deg);
	-ms-transform: translateY(4px) scaleY(.8) rotate(-135deg);
	-o-transform: translateY(4px) scaleY(.8) rotate(-135deg);
	transform: translateY(4px) scaleY(.8) rotate(-135deg);
}
.shoplist_search dl .dd {
	overflow: hidden;
	position: absolute;
	height: 0;
	right: 0;
	background-color: #1a1a1a;
	-webkit-transition: height .3s;
	-o-transition: height .3s;
	transition: height .3s;
}
.shoplist_search dl .dd ul {
	padding: 20px 30px;
}
.shoplist_search dl .dd ul li + li {
	border-top: 1px solid #333333;
}
.shoplist_search dl .dd ul a {
	display: block;
	padding: 8px 10px;
	line-height: 1.6;
}
.shoplist_search dl .dd ul a.current {
	background-color: #323232;
}
@media screen and (min-width: 769px), print {
	.shoplist_search {
		height: 30px;
	}
	.shoplist_search dl {
		position: absolute;
		top: -100px;
		width: 480px;
	}
	.shoplist_search dl.area {
		left: 0;
	}
	.shoplist_search dl.category {
		right: 0;
	}
	.shoplist_search dl dt {
		width: 100px;
	}
	.shoplist_search dl dd {
		width: 380px;
	}
	.shoplist_search dl .dd {
		top: 60px;
		left: 100px;
	}
	.shoplist_search dl .now:hover,
	.shoplist_search dl .dd ul a:hover {
		background-color: #323232;
	}
}
@media screen and (max-width: 768px) {
	.shoplist_search {
		margin-top: -50px;
		margin-bottom: 30px;
	}
	.shoplist_search dl.area {
		z-index: 3;
	}
	.shoplist_search dl + dl {
		margin-top: 5px;
	}
	.shoplist_search dl dt {
		width: 70px;
	}
	.shoplist_search dl dd {
		width: calc(100% - 70px);
	}
	.shoplist_search dl .now {
		height: 40px;
		padding: 0 40px 0 15px;
	}
	.shoplist_search dl .now::before {
		right: 20px;
		width: 10px;
		height: 10px;
		margin-top: -6px;
		border-bottom-width: 3px;
		border-right-width: 3px;
	}
	.shoplist_search dl .dd {
		top: 40px;
		left: 0;
	}
	.shoplist_search dl .dd ul {
		padding: 10px;
	}
}


/* shoplist_list
============================================================================================================ */
.shoplist_list article {
	padding-bottom: 40px;
	border-bottom: 1px solid #ededed;
}
.shoplist_list article + article {
	margin-top: 40px;
}
.shoplist_list a {
	position: relative;
	display: block;
	text-decoration: none;
	line-height: 1.5;
}
.shoplist_list a .ph {
	background-position: 50%;
	-webkit-background-size: cover;
	background-size: cover;
}
.shoplist_list a .area {
	font-weight: bold;
	color: #979797;
}
.shoplist_list a .category {
	margin-top: 15px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 1.3rem;
	font-weight: bold;
	color: #fff;
}
.shoplist_list a .category li {
	min-width: 110px;
	padding: 3px 5px;
	text-align: center;
}
@media screen and (min-width: 769px), print {
	.shoplist_list a {
		padding-right: 80px;
		min-height: 160px;
	}
	.shoplist_list a .ph {
		float: left;
		width: 240px;
		height: 160px;
	}
	.shoplist_list a .ph ~ * {
		margin-left: 280px;
	}
	.shoplist_list a h1 {
		margin: 8px 0 5px;
		font-size: 3.2rem;
		line-height: 1.3;
	}
	.shoplist_list a h1 span {
		font-size: 2rem;
	}
}
@media screen and (max-width: 768px) {
	.shoplist_list {
		margin-top: 30px;
	}
	.shoplist_list article {
		padding-bottom: 20px;
	}
	.shoplist_list article + article {
		margin-top: 20px;
	}
	.shoplist_list a {
		padding-right: 40px;
	}
	.shoplist_list a .ph {
		float: left;
		width: 120px;
		height: 80px;
		margin-bottom: 10px;
	}
	.shoplist_list a .area,
	.shoplist_list a h1 {
		margin-left: 130px;
	}
	.shoplist_list a h1 {
		margin-bottom: 10px;
		margin-top: 5px;
		font-size: 1.8rem;
		line-height: 1.3;
	}
	.shoplist_list a h1 span {
		display: inline-block;
		font-size: 1.4rem;
	}
	.shoplist_list a .address {
		clear: both;
	}
	.shoplist_list a .category {
		margin-top: 10px;
		font-size: 1.1rem;
	}
	.shoplist_list a .category li {
		min-width: 25%;
	}
}


/* shop_detail_main
============================================================================================================ */
.shop_detail_main .column_block {
	margin-bottom: 40px;
}
.shop_detail_main img {
	max-width: 100%;
	height: auto;
}
.shop_detail_main .map iframe {
	width: 100%;
	height: 300px;
}
@media screen and (min-width: 769px), print {
	.shop_detail_main .info_table .address {
	}
	.shop_detail_main .info_table .address a {
		float: right;
	}
}
@media screen and (max-width: 768px) {
	.shop_detail_main .column_block {
		margin-bottom: 20px;
	}
	.shop_detail_main .map iframe {
		height: 200px;
	}
	.shop_detail_main .info_table .address {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-direction: column;
	}
	.shop_detail_main .info_table .address .map_link {
		order: 2;
	}
	.shop_detail_main .info_table .address a {
		width: auto;
		margin: 10px 0 0;
	}
}



/* business_hours_block
============================================================================================================ */
.business_hours_block {
}
.business_hours_block table {
	width: 100%;
	font-size: 1.4rem;
	line-height: 1.6;
}
.business_hours_block table th,
.business_hours_block table td {
	padding: 5px 10px;
	border: 1px solid #ededed;
	text-align: center;
}
.business_hours_block table th {
	font-weight: bold;
}
.business_hours_block table thead th {
	padding: 0;
	font-size: 1.6rem;
	font-weight: bold;
	background-color: #f5f5f5;
}
.business_hours_block table thead th > div {
	padding: 5px 10px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
}
.business_hours_block table thead th .notes {
	display: block;
	padding: 0 10px;
	font-size: 1.3rem;
	font-weight: normal;
}
.business_hours_block table .link td {
	padding: 0;
}
.business_hours_block table .link a {
	position: relative;
	display: table;
	width: 100%;
	text-decoration: none;
	font-weight: bold;
}
.business_hours_block table .link a > * {
	display: table-cell;
	vertical-align: middle;
}
.business_hours_block table .link a::after {
	content: "";
	position: absolute;
	right: 2px;
	bottom: 2px;
	border-style: solid;
	border-width: 0 0 10px 10px;
	border-color: transparent transparent #fff transparent;
}
@media screen and (min-width: 769px), print {
	.business_hours_block {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	.business_hours_block table th,
	.business_hours_block table td {
		height: 80px;
	}
	.business_hours_block table thead th {
		height: 90px;
		border-bottom: 0;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
	}
	.business_hours_block table thead th > div {
		display: table;
		width: 100%;
		height: 90px;
	}
	.business_hours_block table thead th:first-child {
		width: 130px;
	}
	.business_hours_block table thead th > div > div {
		display: table-cell;
		vertical-align: middle;
	}
	.business_hours_block > * + * thead th:first-child,
	.business_hours_block > * + * tbody th {
		display: none;
	}
	.business_hours_block > * + * table th,
	.business_hours_block > * + * table td {
		border-left-width: 0;
	}
	.business_hours_block table .link a {
		height: 100%;
	}
	.business_hours_block > * {
		width: 100%;
	}
	.business_hours_block.col2 > * {
		width: calc((100% - 130px) / 2);
	}
	.business_hours_block.col2 > *:first-child {
		width: calc((100% - 130px) / 2 + 130px);
	}
	.business_hours_block.col3 > * {
		width: calc((100% - 130px) / 3);
	}
	.business_hours_block.col3 > *:first-child {
		width: calc((100% - 130px) / 3 + 130px);
	}
	.business_hours_block.col4 > * {
		width: calc((100% - 130px) / 4);
	}
	.business_hours_block.col4 > *:first-child {
		width: calc((100% - 130px) / 4 + 130px);
	}
}
@media screen and (max-width: 768px) {
	.business_hours_block {
	}
	.business_hours_block > * + * {
		margin-top: 20px;
	}
	.business_hours_block table {
		font-size: 1.2rem;
	}
	.business_hours_block table th,
	.business_hours_block table td {
		padding: 10px 5px;
	}
	.business_hours_block table thead th {
		font-size: 1.4rem;
	}
	.business_hours_block table thead th > div {
		padding: 10px;
		border-bottom-width: 3px;
	}
	.business_hours_block table thead th .notes {
		font-size: 1.1rem;
	}
	.business_hours_block table thead th:first-child {
		width: 90px;
	}
	.business_hours_block table .link a > * {
		padding: 10px;
	}
}