@charset "UTF-8";
/*--------------------------------------------------------------------------
https://www.kumhotire.co.jp/shop/
shop
---------------------------------------------------------------------------*/
html > body{
	font-size:1em;
}
body{
	margin:0;
	background:#333;
	background:linear-gradient(to right, #202020, #333);
	font-size:16px;
	font-family:"Hiragino Kaku Gothic ProN", "Hiragino Sans" , "Noto Sans JP" , sans-serif , YuGothic , Meiryo;
	font-weight:400;
	line-height:1.7;
	list-style:none;
	box-sizing:border-box;
}
body * {
	box-sizing:border-box;
}
main {
	z-index:1;
	color:#fff;
}
a {
	color:#fff;
	text-decoration:none;
	outline:none;
	cursor:pointer;
}
img {
	vertical-align:bottom;
	width:auto\9;
	max-width:100%;
	height:auto;
	-ms-interpolation-mode:bicubic;
}
button {
	outline:none;
	padding:0;
	background:none;
	border:none;
	color:inherit;
	font:inherit;
	cursor:pointer;
}
ul li {
	list-style:none;
}
.site_wrap{
	display:flex;
	flex-direction:column;
	min-height:100vh;
}
@media all and (-ms-high-contrast:none){
.site_wrap{
	display:block;
}
}
.visually-hidden {
	position:fixed!important;
	inset:0!important;
	contain:strict!important;
	display:block flow!important;
	visibility:visible!important;
	inline-size:4px!important;
	block-size:4px!important;
	margin:0!important;
	padding:0!important;
	border:none!important;
	opacity:0!important;
	pointer-events:none!important;
}
/* section　-　bace
---------------------------------------------------------------------------*/
.section {
	margin-top:60px;
	padding:0 0 60px 0;
}
.btn {
	display:block;
	margin:0 auto;
	padding:10px 20px;
	max-width:100%;
	background:#444;
	border:2px solid #444;
	color:#fff;
	border-radius:36px;
	font-size:1.2em;
	font-weight:600;
	position:relative;
	cursor:pointer;
	transition:opacity ease-in-out .3s;
}
.btn::after {
	position:absolute;
	content:"";
	top:0;
	bottom:0;
	right:15px;
	margin:auto;
	width:4px;
	height:8px;
}
.btn::before {
	position:absolute;
	display:inline-block;
	content:' ';
	top:50%;
	right:20px;
	transform:translateY(-50%) rotate(45deg);
	width:10px;
	height:10px;
	border-top:solid 2px #fff;
	border-right:solid 2px #fff;
}
select {
	outline:none;
	width:100%;
	height:40px;
	padding:8px 20px 8px 4px;
	background:#fff;
	border:1px solid #999;
	border-radius:3px;
	color:#333;
	white-space:nowrap;
	text-overflow:ellipsis;
	line-height:1.5;
}
.page_title_wrap {
	background:#333;
	background:url(/assets/images/shop/img-shop-title.png) right bottom / cover no-repeat , linear-gradient(to right, #A7A7A7 0%, #333 100%);
	color:#fff;
}
.page_title {
	margin:0 auto;
	padding:40px 20px;
	max-width:1140px;
	font-size:22px;
	font-weight:600;
}
.pankuzu {
	margin:0 auto;
	padding:20px 20px 0 20px;
	max-width:1140px;
}
.pankuzu a {
	text-decoration:underline;
}
@media screen and (min-width:768px){
	.section {
		margin-top:120px;
		padding:0 0 80px 0;
	}
	.section_inner {
		margin:0 auto;
		padding:60px 20px 0;
		max-width:1140px;
	}
	.page_title {
		border-bottom:none;
	}
}
@media (any-hover:hover) {
	.pankuzu a:hover {
		text-decoration:none;
	}
	.btn:hover {
		opacity:.7;
		transition:opacity ease-in-out .3s;
	}
}

/* search_detail_wrap
---------------------------------------------------------------------------*/
.search_detail_wrap {
	padding:1.5em 20px;
	background:#444;
}
.search_detail_inner {
	margin:0 auto;
	max-width:1100px;
}
.search_detail_wrap .title {
	margin-bottom:10px;
	font-weight:600;
}
.search_detail_area {
	padding:20px;
	background:#696969;
}
.search_detail_list {
	display:grid;
	grid-template-columns:repeat(2, 1fr);
	grid-template-rows:repeat(2, 1fr);
	gap:10px;
}
.search_detail_list li a {
	display:block;
	padding:8px 0;
	background:#333;
	border:1px solid #D9D9D9;
	color:#D9D9D9;
	text-align:center;
	transition:background ease-in-out .3s,border-color ease-in-out .3s,color ease-in-out .3s;
	width:100%;
	font-size:1em;
}
.search_detail_list li.is-active a {
	background:#fff;
	color:#333;
	font-weight:700;
}

/* more_list */
.more_list_wrap {
	height:150px;
	overflow:hidden;
}
.more_list_btn {
	background:#696969;
	border-top:1px solid #D9D9D9;
	color:#D9D9D9;
}
.more_list_btn a{
	display:block;
	padding:10px 20px 10px 0;
	position:relative;
	text-align:center;
}
.more_list_btn a::before,
.more_list_btn a::after {
	position:absolute;
	content:"";
	top:50%;
	right:calc(50% - 3.5em);
	translate:-50% -50%;
	width:12px;
	height:2px;
	background:#D9D9D9;
}
.more_list_btn a::after {
	rotate:90deg;
}
.more_list_btn a.is-active::after {
	background:transparent;
}
@media screen and (min-width:768px){
	.search_detail_wrap {
		padding:30px 20px;
	}
	.search_detail_list {
		grid-template-columns:repeat(auto-fill, calc(100% / 3 - 12px));
		grid-template-rows:auto;
		gap:18px;
	}
}
@media screen and (min-width:1000px){
	.search_detail_wrap {
		padding:30px 20px;
	}
	.search_detail_list {
		grid-template-columns:repeat(auto-fill, calc(100% / 5 - 16px));
		gap:20px;
	}
}
@media (any-hover:hover) {
	.search_detail_list li a:hover {
		background:#fff;
		border-color:#fff;
		color:#333;
		transition:background ease-in-out .3s,border-color ease-in-out .3s,color ease-in-out .3s;
	}
}
/* shop_list
---------------------------------------------------------------------------*/
.section.shop_list_wrap {
	margin-top:1.5em;
	padding:0 0 60px 0;
}
.shop_list_wrap .section_inner {
    padding:0 20px;
}
.shop_list_title .title {
	font-size:1.4em;
	font-weight:600;
	line-height:1;
}
.shop_list_nav_wrap {
	margin-top:20px;
}
.shop_list_nav_pc {
	display:none;
}
.shop_list {
	margin-top:2em;
	background:rgb(255 255 255 / .10);
}
.shop_list_row {
	display:grid;
	grid-template-rows:repeat(4, auto);
	gap:8px;
	padding:20px;
	border-top:1px solid #fff;
}
.shop_list_row:last-child {
	border-bottom:1px solid #fff;
}
.shop_list_row .shop_name {
	font-weight:600;
}
.shop_list_row .shop_addr,
.shop_list_row .shop_link {
	position:relative;
	padding-left:26px;
	font-size:.9em;
}
.shop_list_row .shop_addr::before,
.shop_list_row .shop_link::before {
	position:absolute;
	content:"";
	top:50%;
	left:0;
	translate:0 -50%;
	width:18px;
	height:18px;
}
.shop_list_row .shop_addr::before {
	background:url(/assets/images/shop/icon-location.svg) center top / contain no-repeat;
}
.shop_list_row .shop_link::before {
	background:url(/assets/images/shop/icon-hp.svg) center top / contain no-repeat;
}
.shop_list_row .shop_link a {
	position:relative;
	padding-right:22px;
	text-decoration:underline;
}
.shop_list_row .shop_link a::after {
	position:absolute;
	content:"";
	top:50%;
	right:0;
	translate:0 -50%;
	width:12px;
	height:12px;
}
.shop_list_row .shop_link a::after {
	background:url(/assets/images/shop/icon-blank.svg) center top / contain no-repeat;
}
.shop-tag {
	display:flex;
	flex-flow:row wrap;
	gap:10px;
	margin-top:16px;
}
.shop-tag dd {
	display:block;
	padding:2px 4px;
	width:max-content;
	border:1px solid #D9D9D9;
	color:#D9D9D9;
	font-size:.6em;
	text-align:center;
}
@media screen and (min-width:768px){
	.section.search_result_wrap {
		margin-top:3em;
		padding:0 0 80px 0;
	}
	.shop_list_nav_sp {
		display:none;
	}
	.shop_list_nav_pc {
		display:grid;
		grid-template-columns:repeat(auto-fill, 100px);
	}
	.shop_list_nav_pc li a {
		display:block;
		padding-bottom:5px;
		border-bottom:5px solid;
		border-color:transparent;
		text-align:center;
		transition:border-color ease-in-out .3s;
	}
	.shop_list_nav_pc li.is-active a {
		border-color:#fff;
		font-weight:600;
	}
	.shop-tag {
		margin-top:8px;
	}
	.shop-tag dd {
		padding:2px 6px;
		font-size:.7em;
	}
}
@media (any-hover:hover) {
	.shop_list_row .shop_link a:hover {
		text-decoration:none;
	}
	.shop_list_nav_pc li a:hover {
		border-color:#fff;
		transition:border-color ease-in-out .3s;
	}
}
/* shop_note_wrap
---------------------------------------------------------------------------*/
.shop_bnr_list {
	display: grid;
	grid-template-columns:100%;
	grid-template-rows:1fr 1fr 1fr;
	gap:10px;
}
.bnr-autobacs {
	display: grid;
	grid-template-columns: 70px auto;
	place-items: center;
	gap:10px;
	padding:1em;
	max-width:100%;
	background:rgb(255 255 255 / .10);
	border:1px solid #D9D9D9;
	border-radius:5px;
	transition:background ease-in-out .3s;
}
.bnr-autobacs p {
	font-size:3.2vw;
}
.bnr-autobacs p span {
	font-size:16px;
	font-weight: 600;
}
.note_wrap {
	padding:1em 20px;
}
.note_inner {
	margin:0 auto;
	max-width:1100px;
}
.note_wrap .title {
	position:relative;
	margin-bottom:.5em;
	padding-left:26px;
	font-weight: 600;
}
.note_wrap .title::before {
	position:absolute;
	content:"";
	top:50%;
	left:0;
	translate:0 -50%;
	width:18px;
	height:18px;
}
.note_wrap .title::before {
	background:url(/assets/images/shop/icon-attention.svg) center top / contain no-repeat;
}
.notice_list.-attention li {
	display:flex;
	font-size:.9em;
}
.notice_list.-attention li::before {
	content:"※";
	display:inline-block;
}
@media screen and (min-width:480px){
	.bnr-autobacs p {
		font-size:.8em;
	}
}
@media screen and (min-width:768px){
	.shop_bnr_list {
		grid-template-columns:repeat(3, minmax(0, 1fr));
		grid-template-rows:auto;	
	}
	.bnr-autobacs {
		padding:1em;
	}
	.note_wrap {
		padding:40px;
	}
	.note_wrap .title {
		margin-bottom:1em;
	}
}
@media (any-hover:hover) {
	.bnr-autobacs:hover {
		background:rgb(255 255 255 / .30);
		transition:background ease-in-out .3s;
	}
}
/* utility
---------------------------------------------------------------------------*/
.sp-none{display:none;}
.br-pc {display:none;}
.inlineBlock{display:inline-block;}
.u-fs-s { font-size:.8em; }
.u-col-red { color:#E71E1C; }
.u-ta-c{ text-align:center; }
.u-mt-40 { margin-top:40px; }
.fadein {
	opacity:0;
	transform:translateY(20px);
	transition:all 0.7s;
}
@media screen and (min-width:768px){
	.sp-none{ display:block; }
	.pc-none{ display:none !important; }
	.br-pc { display:inline-block; }
}