@charset "UTF-8";
/* --------------------------------------------------

店舗案内トップ

-------------------------------------------------- */
#shop-index {
	/*フォームリセット*/
}
#shop-index input, #shop-index button, #shop-index textarea, #shop-index select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#shop-index .sec-wrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	*zoom: 1;
	padding-top: 26px;
}
@media screen and (max-width: 736px) {
	#shop-index .sec-wrapper {
		width: auto;
		padding-top: 20px;
		margin-left: 25px;
		margin-right: 25px;
	}
}
#shop-index .sec-wrapper > section h2 {
	padding-bottom: 3px;
	border-bottom: 1px solid #ab915d;
	color: #ab915d;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 30px;
}
@media screen and (max-width: 736px) {
	#shop-index .sec-wrapper > section h2 {
		font-size: 16px;
		margin-bottom: 15px;
	}
}
#shop-index .sec-wrapper > section h2:after {
	content: " ";
	display: block;
	width: 100%;
	height: 2px;
	background-color: #ab915d;
	margin-top: 24px;
}
@media screen and (max-width: 736px) {
	#shop-index .sec-wrapper > section h2:after {
		margin-top: 12px;
	}
}

#shop-index .sec-wrapper section > .inner {
	width: auto;
}

/* 都道府県地図から探す */
#todofuken {
	float: left;
	width: 480px;
}
#todofuken .map img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	height: auto;
	max-width: 100%;
}
@media screen and (max-width: 736px) {
	#todofuken {
		display: none;
	}
}

/* 店舗名・住所から探す */
#shop_name {
	float: right;
	width: 480px;
	overflow: hidden;
	*zoom: 1;
}
#shop_name form {
	overflow: hidden;
	*zoom: 1;
}
@media screen and (max-width: 736px) {
	#shop_name {
		float: none;
		width: auto;
	}
}
#shop_name input.shop_name {
	width: 420px;
	height: 60px;
	background-color: #f7f7f7;
	padding-left: 20px;
	font-size: 16px;
	float: left;
}
@media screen and (max-width: 736px) {
	#shop_name input.shop_name {
		width: 85.18519%;
		width: calc(100% - 40px);
		height: 40px;
		padding-left: 15px;
		font-size: 14px;
	}
}
#shop_name .search-btn {
	display: block;
	width: 60px;
	height: 60px;
	background-color: #92753c;
	position: relative;
}
@media screen and (max-width: 736px) {
	#shop_name .search-btn {
		width: 40px;
		height: 40px;
	}
}
#shop_name .search-btn:after {
	display: inline-block;
	font-family: "Ionicons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f21f";
	color: #fff;
	font-size: 25px;
}
@media screen and (max-width: 736px) {
	#shop_name .search-btn:after {
		font-size: 20px;
	}
}
#shop_name .search-btn:hover {
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	background-color: #e90000;
	cursor: pointer;
}

/* サービスから探す */
#service {
	clear: right;
	float: right;
	width: 480px;
	margin-top: 86px;
	overflow: hidden;
	*zoom: 1;
}
#service.other-area {
	margin-top: 0;
}
#service form {
	overflow: hidden;
	*zoom: 1;
}
@media screen and (max-width: 736px) {
	#service {
		float: none;
		width: auto;
		margin-top: 20px;
	}
}
#service label.checkbox {
	cursor: pointer;
	position: relative;
	padding-left: 5px;
	margin-right: 0px;
	padding-left: 39px;
	display: block;
	width: 50%;
	font-size: 16px;
	height: 24px;
	line-height: 24px;
	color: #595959;
	float: left;
	margin-bottom: 20px;
	height: 20px;
}
@media screen and (max-width: 500px) {
	#service label.checkbox {
		width: 50%;
		font-size: 14px;
		height: 20px;
		line-height: 20px;
		padding-left: 26px;
		margin-bottom: 15px;
	}
	#service label.checkbox:nth-of-type(3n) {
		width: 50%;
	}
}
@media screen and (max-width: 340px) {
	#service label.checkbox:nth-of-type(3) {
		font-size: 12px;
	}
}
#service label.checkbox:before {
	position: absolute;
	width: 24px;
	height: 24px;
	border: 1px solid #d6d1c7;
	background-color: #fff;
	left: 0px;
	top: 0;
	content: '';
	z-index: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width: 500px) {
	#service label.checkbox:before {
		width: 20px;
		height: 20px;
	}
}
#service label.checkbox input[type="checkbox"] {
	display: none;
}
#service label.checkbox input[type="checkbox"] + span {
	line-height: 20px;
}
#service label.checkbox input[type="checkbox"]:checked + span:after {
	display: inline-block;
	font-family: "Ionicons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	z-index: 2;
	content: "\f3fd";
	position: absolute;
	color: #ab915d;
	font-size: 39.0px;
	line-height: 24px;
	left: 5px;
}
@media screen and (max-width: 500px) {
	#service label.checkbox input[type="checkbox"]:checked + span:after {
		line-height: 20px;
		left: 4px;
		top: 0px;
		font-size: 33px;
	}
}
#shop-index button.search-btn.search-btn-01 {
	display: block;
	clear: both;
	width: 480px;
	height: 50px;
	line-height: 48px;
	border: 1px solid #ab905d;
	border-radius: 25px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	color: #ab905d;
	font-size: 18px;
	letter-spacing: 2px;
	cursor: pointer;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	position: relative;
	overflow: hidden;
	margin-top: 135px;
}
#shop-index button.search-btn.search-btn-01:before {
	position: absolute;
	left: 19px;
	top: 12px;
	display: inline-block;
	font-family: "Ionicons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f4a4";
	color: #ab905d;
	font-size: 25px;
}
@media screen and (max-width: 736px) {
	#shop-index button.search-btn.search-btn-01:before {
		font-size: 20px;
		top: 9px;
	}
}
@media screen and (max-width: 736px) {
	#shop-index button.search-btn.search-btn-01 {
		width: 100%;
		height: 40px;
		line-height: 38px;
		font-size: 16px;
		margin-top: 30px;
	}
}
#shop-index button.search-btn.search-btn-01:hover {
	background-color: #ab905d;
	color: #fff;
}
#shop-index button.search-btn.search-btn-01:hover:before {
	color: #fff;
}

@media screen and (max-width: 736px){
	#shop-index #searchNearby button.search-btn.search-btn-01 {
		margin-top: 0;	
	}
}


/* --------------------------------------------------

お知らせ

-------------------------------------------------- */
section#shop-info {
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

section#shop-info .inner{
	width: 100% !important;
}
@media screen and (max-width: 736px) {
	section#shop-info {
		float: none;
		width: auto;
		margin-top: 20px;
	}
}
section#shop-info header {
	width: 100%;
}
@media screen and (max-width: 736px) {
	section#shop-info header {
		width: 100%;
		margin-bottom: 12px;
	}
}


@media screen and (max-width: 736px) {
	section#shop-info .heading:before {
		margin-right: 0;
		margin-bottom: 10px;
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@media screen and (max-width: 736px) {
	section#shop-info .shop-info-list {
		width: auto;
	}
}
section#shop-info .shop-info-list ul {
	border-top: 1px solid #e8e8e8;
}
section#shop-info .shop-info-list li {
	border-bottom: 1px solid #e8e8e8;
}
section#shop-info .shop-info-list li a {
	display: block;
	color: #000;
	padding-top: 17px;
	padding-bottom: 15px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position: relative;
}
@media screen and (min-width: 737px) {
	section#shop-info .shop-info-list li a {
		-moz-transition: all 0.2s;
		-o-transition: all 0.2s;
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
	}
	section#shop-info .shop-info-list li a:hover {
		opacity: .8;
	}
}
@media screen and (max-width: 736px) {
	section#shop-info .shop-info-list li a {
		font-size: 13px;
		min-height: 85px;
	}
}
section#shop-info .shop-info-list .date {
	white-space: nowrap;
	width: 12em;
	text-align: center;
	line-height: 1.47368;
}
@media screen and (max-width: 736px) {
	section#shop-info .shop-info-list .date {
		width: 130px;
		margin-right: 10px;
		-webkit-flex: 0 0 130px;
		flex: 0 0 130px;
	}
}

section#shop-info .shop-info-list .category {
	border: 1px solid #f07800;
	background-color: #fff;
	width: 154px;
	height: 30px;
	border-radius: 5px;
	white-space: nowrap;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	margin-right: 15px;
	-moz-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}
@media screen and (max-width: 736px) {
	section#shop-info .shop-info-list .category {
		position: absolute;
		left: 4px;
		top: 47px;
		height: 26px;
		border-radius: 5px;
		width: 120px;
	}
}
section#shop-info .shop-info-list .category.green-block {
	border-color: #19AA46;
	color: #19AA46;
}
section#shop-info .shop-info-list .category.navyblue-block {
	border-color: #00154D;
	color: #00154D;
}
section#shop-info .shop-info-list .category.red-block {
	border-color: #d7000f;
	color: #d7000f;
}
section#shop-info .shop-info-list .category.orange-block {
	border-color: #f07800;
	color: #f07800;
}
section#shop-info .shop-info-list .title {
	-webkit-flex: 0 1 75.54631%;
	flex: 0 1 75.54631%;
	padding-right: 15px;
	line-height: 1.47368;
}
@media screen and (max-width: 1023px) {
	section#shop-info .shop-info-list .title {
		padding-right: 2px;
		-webkit-flex: 1 1 auto;
		flex: 1 1 auto;
	}
}



/* --------------------------------------------------

店舗一覧

-------------------------------------------------- */
/* もっと絞り込む */
#filter {
	background-color: #f7f7f7;
	/*フォームリセット*/
}
#filter input, #filter button, #filter textarea, #filter select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#filter > header {
	background-color: #efede7;
	min-height: 80px;
	margin-top: 0;
}
@media screen and (max-width: 736px) {
	#filter > header {
		min-height: 50px;
	}
}
#filter > header h2 {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	color: #ab915d;
	font-size: 20px;
	line-height: 80px;
	position: relative;
}
@media screen and (max-width: 736px) {
	#filter > header h2 {
		font-size: 18px;
		width: auto;
		margin-left: 25px;
		margin-right: 25px;
		line-height: 50px;
	}
}
#filter > header .btn {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	border: 1px solid #ab905d;
	border-radius: 25px;
}
@media screen and (max-width: 736px) {
	#filter > header .btn {
		width: 30px;
		height: 30px;
		border-radius: 15px;
	}
}
#filter > header .btn:before {
	content: " ";
	display: block;
	position: absolute;
	width: 13px;
	height: 1px;
	background-color: #91753d;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#filter > header .btn:after {
	content: " ";
	display: block;
	position: absolute;
	height: 13px;
	width: 1px;
	background-color: #91753d;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#filter > header .btn:hover {
	background-color: #91753d;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	cursor: pointer;
}
#filter > header .btn:hover:before {
	background-color: #fff;
}
#filter > header .btn:hover:after {
	background-color: #fff;
}
@media screen and (max-width: 736px) {
	#filter > header .btn:hover {
		background: none;
	}
	#filter > header .btn:hover:before {
		background-color: #91753d;
	}
	#filter > header .btn:hover:after {
		background-color: #91753d;
	}
}
#filter > header .btn.open:after {
	content: " ";
	display: block;
	position: absolute;
	height: 1px;
	width: 1px;
	background-color: #91753d;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#filter > header .btn.open:hover:after {
	background-color: #fff;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
@media screen and (max-width: 736px) {
	#filter > header .btn.open:hover:after {
		background-color: #91753d;
	}
}
#filter .search-box {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-bottom: 50px;
	background-color: #f7f7f7;
	overflow: hidden;
	*zoom: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#filter .search-box > div:first-child {
	width: 66%; 
	display: -webkit-box; 
	display: -ms-flexbox; 
	display: flex;
}

#filter .search-box > div:first-child form {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	        flex: 0 0 100%;	
}
#filter .search-box > div:last-child {
	width: 33%; 
	display: -webkit-box; 
	display: -ms-flexbox; 
	display: flex; 
	border-left: 1px solid #efede7;
    padding-left: 2%;
}
#filter .search-box > div:last-child form {
	/* display: flex; */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
@media screen and (max-width: 736px) {
	#filter .search-box {
		width: auto;
		margin-left: 25px;
		margin-right: 25px;
		padding-bottom: 25px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	#filter .search-box > div:first-child {
		width: 100%;
		padding-bottom: 20px;
	}
	#filter .search-box > div:last-child {
		width: 100%;
		padding-top: 20px;
		padding-left: 0;
		border-left: none;
		border-top: 1px solid #efede7;
	}
	#filter .search-box > div:last-child form {
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
}
#filter .search-box form > div {
	float: left;
	width: 50%;
}
#filter .search-box > div:last-child form > div {
	float: left;
	width: 100%;
}
#filter .search-box > div:last-child form button {
	width: 100%;
}
@media screen and (max-width: 736px) {
	#filter .search-box form > div {
		float: none;
		width: 100%;
	}
}
#filter .search-box form > div h3 {
	color: #ab915d;
	font: 16px;
	font-weight: bold;
	margin-bottom: 26px;
}
@media screen and (max-width: 736px) {
	#filter .search-box form > div h3 {
		font-size: 16px;
		margin-bottom: 15px;
	}
}
#filter .search-box .other-area {
	overflow: hidden;
	*zoom: 1;
	padding-bottom: 50px;
}
@media screen and (max-width: 736px) {
	#filter .search-box .other-area {
		padding-bottom: 0px;
	}
}
/* #filter .search-box .other-area h3.service {
	margin-bottom: 40px;
} */
@media screen and (max-width: 736px) {
	#filter .search-box .other-area h3.service {
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 736px) {
	#filter .search-box .other-area + .other-area {
		margin-top: 15px;
	}
}
#filter .select-wrap {
	width: 300px;
	height: 50px;
	text-align: center;
	position: relative;
	margin-right: 10px;
	background-color: #fff;
}
#filter .select-wrap + .select-wrap {
	margin-top: 20px;
}
@media screen and (max-width: 736px) {
	#filter .select-wrap {
		width: 100%;
		height: 40px;
		margin-right: 0;
		margin-bottom: 10px;
	}
}
#filter .select-wrap:hover .label {
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	color: #999;
}
#filter .label {
	color: #595959;
	position: absolute;
	width: 100%;
	z-index: auto;
	font-size: 14px;
	line-height: 50px;
	vertical-align: middle;
	text-align: left;
	padding-left: 20px;
}
@media screen and (max-width: 736px) {
	#filter .label {
		line-height: 40px;
	}
}
#filter .label:after {
	display: block;
	content: " ";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 4px 0 4px;
	border-color: #ab915d transparent transparent transparent;
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#filter select {
	display: block;
	cursor: pointer;
	width: 100%;
	height: 50px;
	border: none;
	padding: 0;
	opacity: 0;
	position: relative;
	z-index: 2;
	font-size: 14px;
}
#filter option {
	font-size: 14px;
}
#filter .select::-ms-expand {
	display: none;
}
#filter .select:focus {
	z-index: -1;
	opacity: 1;
}
#filter ::-webkit-input-placeholder {
	color: #000;
}
#filter ::-moz-placeholder {
	color: #000;
}
#filter :-ms-input-placeholder {
	color: #000;
}
#filter label.radio {
	cursor: pointer;
	position: relative;
	padding-left: 5px;
	margin-right: 0px;
	padding-left: 25px;
	display: block;
	width: 33%;
	font-size: 14px;
	color: #595959;
	float: left;
	margin-bottom: 20px;
	height: 20px;
}
#filter label.radio:before {
	position: absolute;
	width: 20px;
	height: 20px;
	border: 1px solid #ab915d;
	background-color: #fff;
	border-radius: 50%;
	left: 0px;
	top: 50%;
	-webkit-transform: translateY(-55%);
	transform: translateY(-55%);
	content: '';
	z-index: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#filter label.radio input[type="radio"] {
	display: none;
}
#filter label.radio input[type="radio"] + span {
	line-height: 20px;
}
#filter label.radio input[type="radio"]:checked + span {
	padding-top: 4px;
}
#filter label.radio input[type="radio"]:checked + span:after {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	left: 6px;
	top: 50%;
	-webkit-transform: translateY(-58%);
	transform: translateY(-58%);
	background-color: #ab915d;
	z-index: 2;
}
#filter .by_address {
	width: 300px;
	height: 51px;
	background-color: #fff;
	font-size: 14px;
	vertical-align: middle;
	padding: 5px 15px;
}
@media screen and (max-width: 736px) {
	#filter .by_address {
		width: 100%;
		height: 40px;
		line-height: 40px;
	}
}
#filter .search-btn {
	display: block;
	clear: both;
	width: 480px;
	height: 50px;
	line-height: 48px;
	border: 1px solid #ab905d;
	border-radius: 25px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	/* margin-top: 50px; */
	color: #ab905d;
	font-size: 18px;
	letter-spacing: 1px;
	cursor: pointer;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
@media screen and (max-width: 736px) {
	#filter .search-btn {
		width: 100%;
		height: 40px;
		line-height: 38px;
		font-size: 16px;
		margin-top: 30px;
	}
}
#filter .search-btn:hover {
	background-color: #ab905d;
	color: #fff;
}

/* --------------------------------------------------

店舗一覧表組

-------------------------------------------------- */

#shop-list .inner {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}
@media screen and (max-width: 736px) {
	#shop-list .inner {
		width: auto;
		margin-left: 20px;
		margin-right: 20px;
		margin-top: 30px;
		padding-bottom: 50px;
	}
}

table.shop-list {
	width: 100%;
	font-size: 14px;
}
@media screen and (max-width: 736px) {
	table.shop-list {
		font-size: 13px;
	}
}
table.shop-list th, table.shop-list td {
	border: 1px solid #d5d1c7;
}
@media screen and (max-width: 736px) {
	table.shop-list tr.heading {
		display: none;
	}
}
table.shop-list tr.heading th {
	text-align: center;
	color: #595959;
	font-weight: bold;
	vertical-align: middle;
	background-color: #f7f7f7;
	height: 75px;
	border-bottom-style: dotted;
}
@media screen and (max-width: 736px) {
	table.shop-list tr.heading th {
		height: 40px;
	}
}
table.shop-list td {
	line-height: 1.71;
	padding: 30px 30px;
	color: #595959;
	position: relative;
}
@media screen and (max-width: 736px) {
	table.shop-list td {
		padding: 15px 20px;
		display: block;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}
table.shop-list td.shop_name {
	padding: 0 !important;
	width: 25%;
}
@media screen and (max-width: 736px) {
	table.shop-list td.shop_name {
		background-color: #f7f7f7;
		border-bottom: none;
		font-size: 14px;
		font-weight: bold;
		width: 100%;
	}
}
table.shop-list td.shop_name a {
	color: #ab915d;
	text-decoration: none;
	display: block;
	padding: 30px 20px;
	width: 100%;
}
table.shop-list td.shop_name a:hover {
	font-weight: bold;
}
@media screen and (max-width: 736px) {
	table.shop-list td.shop_name a {
		display: block;
		height: 100%;
		padding: 20px 20px;
	}
}
@media screen and (max-width: 736px) {
	table.shop-list td.address {
		border-bottom: none;
	}
	table.shop-list td.address:before {
		/* content: "\4F4F\6240\30FB\96FB\8A71\756A\53F7"; */
		content: "住所・電話番号";
		display: block;
		color: #595959;
		margin-bottom: 2px;
	}
}
table.shop-list td .hours {
	display: block;
	margin-top: 2em;
}
@media screen and (max-width: 736px) {
	table.shop-list td .hours {
		margin-top: 10px;
	}
}
table.shop-list td .notes {
	display: block;
	font-size: 12px;
	margin-top: 2em;
}
@media screen and (max-width: 736px) {
	table.shop-list td .notes {
		margin-top: 10px;
	}
}
table.shop-list td.service {
	width: 335px;
	vertical-align: top;
}
@media screen and (max-width: 736px) {
	table.shop-list td.service {
		display: block;
		border-top: none;
		width: auto;
		padding-bottom: 10px;
		padding-top: 0;
	}
	table.shop-list td.service:before {
		content: "サービス";
		/* content: "\30B5\30FC\30D3\30B9"; */
		display: block;
		color: #595959;
		margin-bottom: 8px;
	}
}
@media screen and (min-width: 737px){
	table.shop-list td.service span:nth-child(2n-1) {
		margin-left: 0;
	}
}
table.shop-list td.service span {
	display: inline-block;
	width: 100px;
	height: 26px;
	line-height: 26px;
	background-color: #ab915d;
	text-align: center;
	color: #fff;
	font-size: 12px;
	margin-bottom: 5px;
	margin-left: 5px;
}
@media screen and (max-width: 736px) {
	table.shop-list td.service span {
		width: 32%;
	}
}
table.shop-list tbody tr:first-child td {
	border-top: none;
}
@media screen and (max-width: 736px) {
	table.shop-list tbody tr {
		display: block;
		margin-bottom: 10px;
	}
	table.shop-list tbody tr:first-child td:first-child {
		border-top: 1px solid #d5d1c7;
		border-bottom: 1px solid #d5d1c7;
	}
}

/* --------------------------------------------------

共通

-------------------------------------------------- */
.content-wrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	*zoom: 1;
	padding-top: 40px;
}
@media screen and (max-width: 736px) {
	.content-wrapper {
		width: auto;
		margin-left: 25px;
		margin-right: 25px;
		padding-top: 20px;
	}
}

/* コンテンツエリア */
.content {
	float: left;
	width: 47%;
	margin-right: 3%;
}
@media screen and (max-width: 736px) {
	.content {
		float: none;
		width: auto;
		margin: 0;
	}

	.content + #store_map #map {
		width: 100% !important;
	}
}

figure {
	display: block;
}
figure img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
}

/* 見出しと本文*/
section > header {
	margin-top: 36px;
}
section > header h3 {
	color: #e90000;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}

section.business_hours > header {
	margin-top: 10px;
}
section.business_hours > header h4 {
	color: #ab915d;
	border-left: 3px solid #ab915d;
    padding-left: 5px;
}
section > p, #other {
	color: #595959;
	font-size: 14px;
	/* line-height: 2.14286; */
	line-height: 1.8;
	margin-top: 5px;
}

.business_hours span {
	font-size: 13px;
	color: #ab915d;
}

.services {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.services div {
	margin: 4px 4px;
    background-color: #ab915d;
    padding: 5px 10px;
    color: white;
    font-size: 13px;
}

#prefSearch #prefselect~select{
	display: none;
}

/** Shop search top **/

.map { position: relative; }
.map > a, .map > span {
	position: absolute;
    display: block;
    width: 70px;
    height: 22px;
    padding: 5px;
    font-size: 13px;
    text-decoration: none;
    color: white;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.map > a span, .map > span span {
    float: right;
    height: 100%;
    padding-right: 6px;
}
.map > a:hover {
	opacity: 0.75;
}

.map > a.area1 {
	background-color: #6671d2;
}
.map > a.area2 {
	background-color: #67bbce;
}
.map > a.area3, .map > a.area4,
.map > a.area5, .map > a.area6,
.map > a.area7 {
	background-color: #3892a0;
}
.map > a.area8 {
	background-color: #69cc9f;
}
.map > a.area9 {
	background-color: #92cc6d;
}
.map > a.area10 {
	background-color: #c6cc6e;
}	
.map > a.area11 {
	background-color: #d18374;
}
.map > span.empty {
	background: #878787;
}

.cityContainer { 
	display: -webkit-box; 
	display: -ms-flexbox; 
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: absolute;
	left: 44px;
	right: 44px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	display: none;
}

.cityContainer .closeCityContainer {
	display: block;
	position: absolute;
	top: -20px;
	right: 0;
}
.cityContainer .cities { 
	border: 1px solid #C1C1C1;
	background: white;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.3);
	        box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.3);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 5px;
	max-width: 100%;
}
.cityContainer .cities > a {
	margin: 5px 5px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 85px;
	        flex: 0 1 85px;
	font-size: 13px;
	background: mediumturquoise;
	padding: 5px 0px;
	text-align: center;
	color: white;
	text-decoration: none;
	max-width: 100%;
}
.cityContainer .cities > a:first-child {
	background: #68BACF;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 100%;
	        flex: 1 1 100%;
}
.no-csspointerevents .cityContainer .cities {
	display: block;
}
.no-csspointerevents .cityContainer .cities > a {
	display: inline-block;
	padding: 5px 0;
	margin: 5px 5px;
	margin-right: 0px;
	width: calc(25% - 11px);
}
/* .no-csspointerevents .cityContainer .cities:nth-child(4n+1){
	margin-right: -4px;
} */
.no-csspointerevents .cityContainer .cities > a:first-child {
	width: calc(100% - 13px);
}

#shop-index #prefSearch select {
	border: 1px solid #ab915d;
    padding: 10px 15px;
    font-size: 14px;
    width: 48%;
    -webkit-appearance: menulist-button;
    appearance: menulist-button;
    -moz-appearance: menulist-button;
}
#shop-index #prefSearch .selectContainer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.content-wrapper + .tokuten, .content-wrapper + .tokuten2 {
	margin-top: 36px;
}

.dyn-img ul {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.dyn-img li {
	max-width: 33%;
	margin-right: 0.5%;
	margin-bottom: 5px;
}
.dyn-img li:nth-child(3n) {
	margin-right: 0;
}

.dyn-img li:last-child {
	margin-right: auto;
}
#remarks {
	margin-top: 36px;
}
#remarks ul {

	/* margin-left: .5em; */
	padding-left: .5em;

}

#remarks li {

	list-style: none;

	position: relative;

	font-size: 14px;

	line-height: 2.14;

	color: #ab915d;

}

#remarks li a {
	text-decoration: none;
	color: #ab915d;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#remarks li a:hover {
	color: #ab915d;
	text-decoration: underline;
}

@media screen and (max-width: 736px) {

	#remarks li {

		font-size: 13px;

	}

}

#remarks li:before {

	content: "\30FB";

	position: absolute;

	left: -1em;

}