@charset "UTF-8";

.shop-archives header{box-shadow:0px 2px 10px rgba(0,0,0,0.1);}
.container-shop-archives{margin-top: 96px; background: #fff;}

.container-shop-archives .kv{
	background:url(/images/shop/kv.jpg) no-repeat top center;
	background-size: cover;
	height: 224px;
	color: #FFF;
	position: relative;
}
.container-shop-archives .inner{box-sizing: border-box;}
.container-shop-archives .kv h2{
	position: absolute;
	top: 70px;
	font-size: 66px;
	line-height: 1.1;
}
.container-shop-archives .kv h2 small{
	font-size: 16px;
	display: block;
}


.container-shop-archives .kv .breadcrumb{padding-top: 10px;}
.container-shop-archives .kv .breadcrumb ul{
	display: flex;
}
.container-shop-archives .kv .breadcrumb ul li{
	color: #FFF;
	font-size: 13px;
	vertical-align: top;
}
.container-shop-archives .kv .breadcrumb ul li:after{
	content: ">";
	position: relative;
	top: -3px;
	font-size: 15px;
	padding: 0 10px;
}
.container-shop-archives .kv .breadcrumb ul li:last-child:after{content: none;}
.container-shop-archives .kv .breadcrumb ul li a{
	color: #FFF;
	font-size: 13px;
	vertical-align: top;
}



/*サイドメイン*/
.shop-content{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 25px;
	margin-bottom: 100px;
}
.shop-main{
	width: calc(100% - 370px);
	max-width: 870px;
	padding-top: 25px;
}
.shop-main-area{
	padding: 0px 0 25px;
	border-bottom: 1px solid #a18e5d;
	margin-bottom: 30px;
}

.shop-main-area-head{
	border-left: 5px solid #a18e5d;
	padding-left: 12px;
	font-size: 22px;
	font-weight: bold;
	color: #a18e5d;
	letter-spacing: 0.2em;
	line-height: 1.1em;
	padding-bottom: 2px;
	margin-bottom: 25px;
	margin-left: 2px;
}
.shop-main-area-list{
	display: flex;
	flex-wrap: wrap;
}
.shop-main-area-list li{
	width: 33%;
	margin-bottom: 10px;
}
.shop-main-area-list li a{
	text-decoration: none;
	background: url(/images/shop/icon/icon_shop_head.svg) no-repeat top 3px left;
	background-size: 15px;
	transition: 0.2s;
	color: #333;
}
.shop-main-area-list li a:hover{
	text-decoration: none;
	background: url(/images/shop/icon/icon_shop_head_ov.svg) no-repeat top 3px left;
	background-size: 15px;
	color: #a18e5d;
}

.shop-main-area-list li a span{
	font-size: 14px;
	margin-left: 23px;
	letter-spacing: 0;
	display: inline-block;
	vertical-align: top;
}



/*サイド検索*/
.inc_side_shop{
	width: 336px;
}
.shop-sidesearch{
	border: 3px solid #eae4d3;
	border-radius: 8px;
	box-sizing: border-box;
	padding: 25px 18px 20px;
	margin-bottom: 30px;
}
.shop-sidesearch.category{margin-bottom: 0px; border-radius: 8px 8px 0px 0px;}

.shop-sidesearch-box{
	display: block;
	margin-bottom: 30px;
}
.shop-sidesearch-box:last-child{margin-bottom: 0px;}

.shop-sidesearch-head{
	border-left: 5px solid #a18e5d;
	padding-left: 8px;
	font-size: 17px;
	font-weight: bold;
	color: #555555;
	letter-spacing: 0.02em;
	line-height: 1.2em;
	padding-bottom: 2px;
	margin-bottom: 25px;
}
.shop-sidesearch-ul{}
.shop-sidesearch-li{}
.shop-sidesearch-a{
	border: 2px solid #e2cd96;
	display: block;
	width: 100%;
	box-sizing: border-box;
	font-size: 17px;
	letter-spacing: 0.02em;
	color: #a18e5d;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 8px;
	border-radius: 8px;
	font-weight: bold;
	transition: 0.3s;
}
.shop-sidesearch-a:hover{
	color: #FFF;
	background-color: #e2cd96;
	text-decoration: none;
}

.mod-check-checkbox{
	visibility: hidden;
	position: absolute;
	top: 7px;
	left: 7px;
}
.mod-check{}
.mod-check-text {
	font-size: 13px;
	cursor: pointer;
}

.shop-sidesearch-li label.mod-check{
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 3px 0 3px 35px;
	font-size: 16px;
	line-height: 21px;
	cursor: pointer;
	margin-bottom: 10px;
	box-sizing: border-box;
	width: 100%;
	transition: 0.2s;
}
.shop-sidesearch-li label.mod-check:hover{
	background: #f1ede1;
}
.shop-sidesearch-li label.mod-check:before{
	background: #fff;
	border: 2px solid #e2cd96;
	content: '';
	display: block;
	box-sizing: border-box;
	height: 22px;
	width: 22px;
	position: absolute;
	top: 3px;
	left: 3px;
	border-radius: 0px;
}
.mod-check-checkbox ~ * .icon-check{display: none;}
.mod-check-checkbox:checked ~ * .icon-check{
	display: block;
	content: "";
	background: url(/images/shop/icon/icon_check.svg) no-repeat left top;
	background-size: 16px;
	width: 16px;
	height: 13px;
	position: absolute;
	top: 9px;
	left: 6px;
}

.mod-check-text .shop_category_name{
	font-size: 14px;
	font-weight: bold;
	color:#a18e5d;
	display: inline-block;
	padding-left: 5px;
	padding-bottom: 1px;
}
.shop_category_name.cat01{
	background: url(/images/shop/icon/icon_01.png) no-repeat left top 1px;
	background-size: 21px;
}
.shop_category_name.cat02{
	background: url(/images/shop/icon/icon_02.png) no-repeat left top;
	background-size: 21px;
}
.shop_category_name.cat03{
	background: url(/images/shop/icon/icon_03.png) no-repeat left top;
	background-size: 21px;
}
.shop_category_name.cat04{
	background: url(/images/shop/icon/icon_04.png) no-repeat left top;
	background-size: 21px;
}
.shop_category_name.cat05{
	background: url(/images/shop/icon/icon_05.png) no-repeat left top;
	background-size: 21px;
}
.shop_category_name.cat06{
	background: url(/images/shop/icon/icon_06.png) no-repeat left top;
	background-size: 21px;
}
.shop_category_name.cat07{
	background: url(/images/shop/icon/icon_07.png) no-repeat left top;
	background-size: 21px;
}
.shop_category_name.cat08{
	background: url(/images/shop/icon/icon_08.png) no-repeat left top;
	background-size: 21px;
}
.shop_category_name.cat09{
	background: url(/images/shop/icon/icon_09.png) no-repeat left top;
	background-size: 21px;
}
.shop_category_name.cat10{
	background: url(/images/shop/icon/icon_10.png) no-repeat left top;
	background-size: 21px;
}
.shop_category_name.cat11{
	background: url(/images/shop/icon/icon_11.png) no-repeat left top;
	background-size: 21px;
}
.shop_category_name.cat12{
	background: url(/images/shop/icon/icon_12.png) no-repeat left top;
	background-size: 21px;
}
.shop_category_name.cat13{
	background: url(/images/shop/icon/icon_13.png) no-repeat left top;
	background-size: 21px;
}
.shop_category_name.cat14{
	background: url(/images/shop/icon/icon_14.png) no-repeat left top;
	background-size: 21px;
}
.shop_category_name.cat15{
	background: url(/images/shop/icon/icon_15.png) no-repeat left top;
	background-size: 21px;
}
.shop_category_name.cat16{
	background: url(/images/shop/icon/icon_16.png) no-repeat left top;
	background-size: 21px;
}
.shop_category_name.cat17{
	background: url(/images/shop/icon/icon_17.png) no-repeat left top;
	background-size: 21px;
}
.shop_category_name.cat18{
	background: url(/images/shop/icon/icon_18.png) no-repeat left top;
	background-size: 21px;
}
.shop_category_name.cat19{
	background: url(/images/shop/icon/icon_19.png) no-repeat left top;
	background-size: 21px;
}
.shop_category_name.cat20{
	background: url(/images/shop/icon/icon_20.png) no-repeat left top;
	background-size: 21px;
}
.shop_category_name.cat21{
	background: url(/images/shop/icon/icon_21.png) no-repeat left top;
	background-size: 21px;
}
.shop_category_name.cat22{
	background: url(/images/shop/icon/icon_22.png) no-repeat left top;
	background-size: 21px;
}
.shop_category_name.cat23{
	background: url(/images/shop/icon/icon_23.png) no-repeat left top;
	background-size: 21px;
}
.shop_category_name.cat24{
	background: url(/images/shop/icon/icon_24.png) no-repeat left top;
	background-size: 21px;
}

.shop-sidesearch-btn{
	background: #eae4d3;
	padding: 25px 0 30px;
	border-radius: 0px 0px 8px 8px;
}
.shop-sidesearch-btn-submit{
	border: 2px solid #a18e5d;
	width: 236px;
	display: block;
	margin: 0 auto;
	padding: 10px 0px 10px 5px;
	border-radius: 8px;
	color: #a18e5d;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
	background: url(/images/shop/icon/icon_search.svg) no-repeat left 25px center #FFF;
	background-size: 20px;
	cursor: pointer;
	transition: 0.3s;
}
.shop-sidesearch-btn-submit:hover{
	background: url(/images/shop/icon/icon_search_ov.svg) no-repeat left 25px center #a18e5d;
	background-size: 20px;
	color: #fff;
}
.shop-sidesearch-btn-submit span{}


/*検索結果*/
.shop-main-result{margin-top: -25px;}
.shop-main-result h2{
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.2em;
	background: #eae4d3;
	color: #333333;
	display: block;
	padding: 13px 20px 16px;
}

.shop-main-result-inner{
	color: #333333;
}
.shop-main-result-inner-list{}
.shop-main-result-inner-list-item{
	display: block;
	padding: 50px 0px 5px 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #a18e5d;
}
.shop-main-result-inner-list-item h3{
	border-left: 6px solid #a18e5d;
	padding-left: 15px;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 26px;
	margin-bottom: 20px;
	transition: 0.3s;
	display: inline-block;
}
.shop-main-result-inner-list-item a:hover{text-decoration: none;}
.shop-main-result-inner-list-item h3:hover{opacity: 0.7;}
.shop-main-result-inner-list-item h3 small{
	display: inline-block;
	width: 75px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	background: #de404b;
	border-radius: 5px;
	line-height: 26px;
	text-align: center;
	position: relative;
	top: -3px;
}
.shop-main-result-inner-list-item h3 strong{margin-right: 20px; font-weight: bold;}

.shop-main-result-inner-list-item-box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.shop-main-result-inner .shop-image{
	width: 25%;
	transition: 0.3s;
}
.shop-main-result-inner .shop-image img{
	width: 100%;
	max-width: 200px;
	transition: 0.3s;
}
.shop-main-result-inner .shop-image img:hover{opacity: 0.7;}

.shop-main-result-inner .shop-info{
	width: 73%;
	overflow: hidden;
}
.shop-main-result-inner .shop-info-access{margin-bottom: 10px;}
.shop-main-result-inner .shop-info-access h5{
	vertical-align: top;
	font-size: 12px;
	font-weight: bold;
	width: 76px;
	display: inline-block;
	background: #eae4d3;
	text-align: center;
	margin-right: 10px;
	letter-spacing: 0.1em;
	line-height: 24px;
}
.shop-main-result-inner .shop-info-access p{
	font-size: 13px;
	display: inline-block;
	width: calc(100% - 100px);
	vertical-align: top;
	line-height: 24px;
}

.shop-main-result-inner .shop-info-time{margin-bottom: 20px;}
.shop-main-result-inner .shop-info-time h5{
	vertical-align: top;
	font-size: 12px;
	font-weight: bold;
	width: 76px;
	display: inline-block;
	background: #eae4d3;
	text-align: center;
	margin-right: 10px;
	letter-spacing: 0.1em;
	line-height: 24px;
}
.shop-main-result-inner .shop-info-time p{
	font-size: 13px;
	display: inline-block;
	width: calc(100% - 100px);
	vertical-align: top;
	line-height: 24px;
}
.shop-main-result-inner .shop-info-time p a{transition: 0.2s;}
.shop-main-result-inner .shop-info-time p a:hover{
	text-decoration: underline;
	color: #a18e5d;
}

.shop-main-result-inner .shop-info-category{}
.shop-main-result-inner .shop-info-category h5{
	vertical-align: top;
	font-size: 12px;
	font-weight: bold;
	width: 162px;
	border-bottom: 1px solid #a18e5d;
	display: inline-block;
	letter-spacing: 0.1em;
	line-height: 24px;
	margin-bottom: 10px;
}
.shop-main-result-inner .shop-info-category ul{
	display: flex;
	flex-wrap: wrap;
}
.shop-main-result-inner .shop-info-category ul li{
	width: 32px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.shop-main-result-inner .shop-info-category ul li img{
	width: 100%;
}

.shop-info-detail{
	display: block;
	float: right;
	box-sizing: border-box;
	padding: 25px 25px 0 0;
	font-size: 15px;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #9e8347;
	background: url(/images/shop/icon/icon_shop_arrow.svg) no-repeat right 10px bottom 4px;
	background-size: 7px;
	transition: 0.2s;
}
.shop-info-detail:hover{opacity: 0.6;}

.info-caution-block{
	margin-bottom: 30px;
}
.info-caution-block h2{
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 10px;
}
.info-caution-block h3{
	text-align: center;
	font-size: 17px;
	margin-bottom: 10px;
}
.info-caution-block h4{
	text-align: center;
	font-size: 13px;
}

.shop-sidesearch-li .category_icon{
	width: 21px;
	position: relative;
	top: -1px;
}


@media screen and (max-width: 980px) {
	.inc_side_shop {width: 280px;}
	.shop-main {
		width: calc(100% - 300px);
	}
}
@media screen and (max-width: 767px) {

	.container-shop-archives{margin-top: 65px; background: #fff;}
	.container-shop-archives .kv{
		background:url(/images/shop/kv.jpg) no-repeat top center;
		background-size: cover;
		height: 124px;
		color: #FFF;
		position: relative;
	}
	.container-shop-archives .inner{box-sizing: border-box;}
	.container-shop-archives .kv h2{
		position: absolute;
		top: 36px;
		font-size: 32px;
	}
	.container-shop-archives .kv h2 small{
		font-size: 12px;
		letter-spacing: 0.3em;
		display: block;
	}

	.container-shop-archives .kv .breadcrumb{display: none;}

	/*サイドメイン*/
	.shop-content{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-top: 25px;
		margin-bottom: 100px;
	}
	.shop-main{
		width: 100%;
		max-width: 100%;
		padding-top: 0;
		order: 1;
		margin-bottom: 30px;
	}
	.shop-main-area{
		padding: 0px 0;
		border-bottom: 1px solid #a18e5d;
		margin-bottom: 15px;
	}
	.shop-main-area:last-child{border-bottom:none;}

	.shop-main-area-head{
		border-left: 5px solid #a18e5d;
		padding-left: 12px;
		font-size: 18px;
		margin-bottom: 15px;
		position: relative;
	}
	.shop-main-area-list{
		padding-bottom: 20px;
		display: none;
	}
	.shop-main-area-list li{
		width: 100%;
		margin-bottom: 10px;
		padding-left: 20px;
	}
	.shop-main-area-list li:last-child{margin-bottom: 0;}
	.shop-main-area-list li a{
		text-decoration: none;
		background: url(/images/shop/icon/icon_shop_head.svg) no-repeat top 3px left;
		background-size: 15px;
		transition: 0.2s;
		color: #333;
	}
	.shop-main-area-list li a:hover{
		text-decoration: none;
		background: url(/images/shop/icon/icon_shop_head_ov.svg) no-repeat top 3px left;
		background-size: 15px;
		color: #a18e5d;
	}

	.shop-main-area-list li a span{
		font-size: 14px;
		margin-left: 23px;
		letter-spacing: 0;
		display: inline-block;
		vertical-align: top;
	}


	.shop-main-area-head.js-toggle span{}
	.shop-main-area-head.js-toggle span::before, .shop-main-area-head.js-toggle span::after {
		content: '';
		display: block;
		width: 15px;
		height: 3px;
		background: #a28f5c;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.shop-main-area-head.js-toggle span::after {
		transform: translateY(-50%) rotate(90deg);
		transition: 0.3s;
	}
	.shop-main-area-head.js-toggle.is-visible span::after {
		transform: rotate(0);
		transition: 0.3s;
		top: 48%;
	}

	.shop-sidesearch-head.js-toggle span{
		width: auto;
		display: inline-block;
		font-size: 17px;
	}
	.shop-sidesearch-head.js-toggle span::before, .shop-sidesearch-head.js-toggle span::after {
		content: '';
		display: block;
		width: 15px;
		height: 3px;
		background: #a28f5c;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.shop-sidesearch-head.js-toggle span::after {
		transform: translateY(-50%) rotate(90deg);
		transition: 0.3s;
	}
	.shop-sidesearch-head.js-toggle.is-visible span::after {
		transform: rotate(0);
		transition: 0.3s;
		top: 48%;
	}


	/*サイド検索*/
	.inc_side_shop{
		width: 100%;
		order: 2;
	}
	.shop-sidesearch{
		border: 3px solid #eae4d3;
		border-radius: 8px;
		box-sizing: border-box;
		padding: 0 0 10px;
		margin-bottom: 30px;
	}
	.shop-sidesearch strong{
		display: block;
		text-align: center;
		padding: 5px 0 10px;
		font-size: 16px;
		font-weight: bold;
		color: #444;
		background: #eae4d3;
		letter-spacing: 0.2em;
		margin-bottom: 20px;
	}

	.shop-sidesearch.category{margin-bottom: 0px; border-radius: 8px 8px 0px 0px;}
	.shop-sidesearch-box{
		margin-bottom: 0;
		padding: 0 20px;
	}
	.shop-sidesearch-box:last-child{margin-bottom: 0px;}


	.shop-sidesearch-ul.js-toggleBlock{display: none;}
	.shop-sidesearch-head{
		border-left: 5px solid #a18e5d;
		padding-left: 8px;
		font-size: 16px;
		font-weight: bold;
		color: #555555;
		letter-spacing: 0.02em;
		line-height: 1.2em;
		padding-bottom: 2px;
		margin-bottom: 25px;
		position: relative;
	}
	.shop-sidesearch-ul{}
	.shop-sidesearch-li{}
	.shop-sidesearch-li:last-child{margin-bottom: 20px;}
	.shop-sidesearch-a{
		border: 2px solid #e2cd96;
		display: block;
		width: 100%;
		box-sizing: border-box;
		font-size: 15px;
		letter-spacing: 0.02em;
		color: #a18e5d;
		text-align: center;
		padding: 10px 0;
		margin-bottom: 8px;
		border-radius: 8px;
		font-weight: bold;
		transition: 0.3s;
	}
	.shop-sidesearch-a:hover{
		color: #FFF;
		background-color: #e2cd96;
		text-decoration: none;
	}

	.mod-check-checkbox{
		visibility: hidden;
		position: absolute;
		top: 7px;
		left: 7px;
	}
	.mod-check{}
	.mod-check-text {
		font-size: 13px;
		cursor: pointer;
	}

	.shop-sidesearch-li label.mod-check{
		display: inline-block;
		vertical-align: top;
		position: relative;
		padding: 3px 0 3px 35px;
		font-size: 16px;
		line-height: 21px;
		cursor: pointer;
		margin-bottom: 10px;
		box-sizing: border-box;
		width: 100%;
		transition: 0.2s;
	}
	.shop-sidesearch-li label.mod-check:hover{
		background: #f1ede1;
	}
	.shop-sidesearch-li label.mod-check:before{
		background: #fff;
		border: 2px solid #e2cd96;
		content: '';
		display: block;
		box-sizing: border-box;
		height: 22px;
		width: 22px;
		position: absolute;
		top: 3px;
		left: 3px;
		border-radius: 0px;
	}
	.mod-check-checkbox ~ * .icon-check{display: none;}
	.mod-check-checkbox:checked ~ * .icon-check{
		display: block;
		content: "";
		background: url(/images/shop/icon/icon_check.svg) no-repeat left top;
		background-size: 16px;
		width: 16px;
		height: 13px;
		position: absolute;
		top: 9px;
		left: 6px;
	}

	.mod-check-text .shop_category_name{
		font-size: 14px;
		font-weight: bold;
		color:#a18e5d;
		display: inline-block;
		padding-left: 5px;
		padding-bottom: 1px;
	}
	.shop_category_name.cat01{
		background: url(/images/shop/icon/icon_01.png) no-repeat left top 1px;
		background-size: 21px;
	}
	.shop_category_name.cat02{
		background: url(/images/shop/icon/icon_02.png) no-repeat left top;
		background-size: 21px;
	}
	.shop_category_name.cat03{
		background: url(/images/shop/icon/icon_03.png) no-repeat left top;
		background-size: 21px;
	}
	.shop_category_name.cat04{
		background: url(/images/shop/icon/icon_04.png) no-repeat left top;
		background-size: 21px;
	}
	.shop_category_name.cat05{
		background: url(/images/shop/icon/icon_05.png) no-repeat left top;
		background-size: 21px;
	}
	.shop_category_name.cat06{
		background: url(/images/shop/icon/icon_06.png) no-repeat left top;
		background-size: 21px;
	}
	.shop_category_name.cat07{
		background: url(/images/shop/icon/icon_07.png) no-repeat left top;
		background-size: 21px;
	}
	.shop_category_name.cat08{
		background: url(/images/shop/icon/icon_08.png) no-repeat left top;
		background-size: 21px;
	}
	.shop_category_name.cat09{
		background: url(/images/shop/icon/icon_09.png) no-repeat left top;
		background-size: 21px;
	}
	.shop_category_name.cat10{
		background: url(/images/shop/icon/icon_10.png) no-repeat left top;
		background-size: 21px;
	}
	.shop_category_name.cat11{
		background: url(/images/shop/icon/icon_11.png) no-repeat left top;
		background-size: 21px;
	}
	.shop_category_name.cat12{
		background: url(/images/shop/icon/icon_12.png) no-repeat left top;
		background-size: 21px;
	}
	.shop_category_name.cat13{
		background: url(/images/shop/icon/icon_13.png) no-repeat left top;
		background-size: 21px;
	}
	.shop_category_name.cat14{
		background: url(/images/shop/icon/icon_14.png) no-repeat left top;
		background-size: 21px;
	}
	.shop_category_name.cat15{
		background: url(/images/shop/icon/icon_15.png) no-repeat left top;
		background-size: 21px;
	}
	.shop_category_name.cat16{
		background: url(/images/shop/icon/icon_16.png) no-repeat left top;
		background-size: 21px;
	}
	.shop_category_name.cat17{
		background: url(/images/shop/icon/icon_17.png) no-repeat left top;
		background-size: 21px;
	}
	.shop_category_name.cat18{
		background: url(/images/shop/icon/icon_18.png) no-repeat left top;
		background-size: 21px;
	}
	.shop_category_name.cat19{
		background: url(/images/shop/icon/icon_19.png) no-repeat left top;
		background-size: 21px;
	}
	.shop_category_name.cat20{
		background: url(/images/shop/icon/icon_20.png) no-repeat left top;
		background-size: 21px;
	}
	.shop_category_name.cat21{
		background: url(/images/shop/icon/icon_21.png) no-repeat left top;
		background-size: 21px;
	}
	.shop_category_name.cat22{
		background: url(/images/shop/icon/icon_22.png) no-repeat left top;
		background-size: 21px;
	}
	.shop_category_name.cat23{
		background: url(/images/shop/icon/icon_23.png) no-repeat left top;
		background-size: 21px;
	}
	.shop_category_name.cat24{
		background: url(/images/shop/icon/icon_24.png) no-repeat left top;
		background-size: 21px;
	}

	.shop-sidesearch-btn{
		background: #eae4d3;
		padding: 25px 0 30px;
		border-radius: 0px 0px 8px 8px;
	}
	.shop-sidesearch-btn-submit{
		width: 90%;
		margin: 0 auto;
		padding: 15px 0px 15px 5px;
		font-size: 16px;
		box-shadow: 0px 3px 0;
		border: none;
	}
	.shop-sidesearch-btn-submit span{}


	/*検索結果*/
	.shop-main-result{margin-top: -25px;}
	.shop-main-result h2{
		font-size: 14px;
		padding: 8px 10px 10px;
		margin-top: 25px;
	}

	.shop-main-result-inner{
		color: #333333;
	}
	.shop-main-result-inner-list{}
	.shop-main-result-inner-list-item{
		display: block;
		padding: 30px 0px 10px 0px;
		box-sizing: border-box;
		border-bottom: 1px solid #a18e5d;
		background: none;
		background-size: 10px;
	}
	.shop-main-result-inner-list-item:first-child{padding: 15px 0px 10px 0px;}
	.shop-main-result-inner-list-item h3{
		border-left: 5px solid #a18e5d;
		padding-left: 10px;
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 15px;
	}
	.shop-main-result-inner-list-item a:hover{text-decoration: none;}
	.shop-main-result-inner-list-item h3:hover{opacity: 0.7;}
	.shop-main-result-inner-list-item h3 small{
		width: 54px;
		font-size: 10px;
		line-height: 18px;
		position: relative;
		top: -1px;
	}
	.shop-main-result-inner-list-item h3 strong{margin-right: 10px;}
	.shop-main-result-inner-list-item-box{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.shop-main-result-inner .shop-image{
		width: 25%;
		transition: 0.3s;
	}
	.shop-main-result-inner .shop-image img{
		width: 100%;
		max-width: 200px;
		transition: 0.3s;
	}
	.shop-main-result-inner .shop-image img:hover{opacity: 0.7;}
	.shop-main-result-inner .shop-info{width: 73%;}
	.shop-main-result-inner .shop-info-access{margin-bottom: 15px;}

	.shop-main-result-inner .shop-info-access h5{
		font-size: 10px;
		width: 60px;
		display: block;
		margin-right: 0px;
		line-height: 20px;
		margin-bottom: 5px;
	}
	.shop-main-result-inner .shop-info-access p{
		font-size: 12px;
		display: block;
		width: 100%;
		vertical-align: top;
		line-height: 20px;
	}

	.shop-main-result-inner .shop-info-time{margin-bottom: 15px;}
	.shop-main-result-inner .shop-info-time h5{
		font-size: 10px;
		width: 60px;
		display: block;
		margin-right: 0px;
		line-height: 20px;
		margin-bottom: 5px;
	}
	.shop-main-result-inner .shop-info-time p{
		font-size: 12px;
		display: block;
		width: 100%;
		vertical-align: top;
		line-height: 20px;
	}
	.shop-main-result-inner .shop-info-time p a{transition: 0.2s;}
	.shop-main-result-inner .shop-info-time p a:hover{
		text-decoration: underline;
		color: #a18e5d;
	}

	.shop-main-result-inner .shop-info-category{}
	.shop-main-result-inner .shop-info-category h5{
		vertical-align: top;
		font-size: 10px;
		font-weight: bold;
		width: 162px;
		border-bottom: 1px solid #a18e5d;
		display: inline-block;
		letter-spacing: 0.1em;
		line-height: 24px;
		margin-bottom: 10px;
	}
	.shop-main-result-inner .shop-info-category ul{
		display: flex;
		flex-wrap: wrap;
	}
	.shop-main-result-inner .shop-info-category ul li{
		width: 9.1%;
		margin-right: 2%;
		margin-bottom: 6px;
	}
	.shop-main-result-inner .shop-info-category ul li img{
		width: 100%;
	}
	.shop-info-detail {
		padding: 10px 10px 0 0;
		font-size: 13px;
		background: url(/images/shop/icon/icon_shop_arrow.svg) no-repeat right 0px bottom 4px;
		background-size: 7px;
	}

}
@media screen and (max-width: 1024px) {
	.shop-main-result-inner .shop-image{
		display: none;
	}
	.shop-main-result-inner .shop-info{width: 100%;}
}
@media screen and (max-width: 1280px) {}