@charset "utf-8";

/*--------------------------------------------------------------------*/
/*TOPページ：メインイメージ*/
/*--------------------------------------------------------------------*/
#hq_top_mimg{
	margin-top: 20px;
	margin-bottom: 40px;
	overflow: hidden;
}
#hq_top_mimg #hq_top_slide_mimg li{
	margin: 0 20px;
	width: 100vw;
	max-width: 1200px;
	aspect-ratio: 2024 / 780;
}
#hq_top_mimg #hq_top_slide_mimg button{
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	transition: .3s;
}
#hq_top_mimg #hq_top_slide_mimg button:hover{
	opacity: 0.7;
}
#hq_top_mimg #hq_top_slide_mimg .slide-arrow {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 1;
}
#hq_top_mimg #hq_top_slide_mimg .prev-arrow {
	left: 50%;
	transform: translateX(-630px);
	width: 20px;
	height: 50px;
	background: url("../img/headquarters/arrow_prev.png") no-repeat;
	background-size: contain;
}
#hq_top_mimg #hq_top_slide_mimg .next-arrow {
	right: 50%;
	transform: translateX(630px);
	width: 20px;
	height: 50px;
	background: url("../img/headquarters/arrow_next.png") no-repeat;
	background-size: contain;
}
@media screen and (max-width: 1279px) {
	#hq_top_mimg{
		margin-bottom: 30px;
	}
	#hq_top_mimg #hq_top_slide_mimg{
		padding: 0 20px;
	}
	#hq_top_mimg #hq_top_slide_mimg .slide-arrow {
		margin-top: -10px;
	}
	#hq_top_mimg #hq_top_slide_mimg .prev-arrow {
		left: 15px;
		transform: translateX(0);
		width: 10px;
		height: 25px;
	}
	#hq_top_mimg #hq_top_slide_mimg .next-arrow {
		right: 15px;
		transform: translateX(0);
		width: 10px;
		height: 25px;
	}
}

/*--------------------------------------------------------------------*/
/*TOPページ：メインコンテンツ*/
/*--------------------------------------------------------------------*/
#hq_top_contents{}

/*TOPページ：アイコン付きメニュー*/
#hq_top_iconmenu{
	margin-top: 30px;
	overflow: hidden;
}
#hq_top_iconmenu ul{
	display: flex;
}
#hq_top_iconmenu ul li{
	width: calc(20% - 1px);
	margin: 0 1px;
	text-align: center;
	background: #F9F9F9;
}
#hq_top_iconmenu ul li a{
	display: block;
	height: 100%;
	padding: 20px;
	position: relative;
}
#hq_top_iconmenu ul li a::before{
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	transform: rotate(45deg);
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -3px;
}
#hq_top_iconmenu ul li a .title{
	font-size: 17px;
	line-height: 1.3;
	height: 45px;
}
#hq_top_iconmenu ul li a .icon{
	width: 70%;
	max-width: 120px;
	margin: 0 auto 15px auto;
}
#hq_top_iconmenu ul li a .icon.store,
#hq_top_iconmenu ul li a .icon.service{
	padding: 8px;
}
#hq_top_iconmenu ul li a .btn{
	background: #E4E4E4;
	border-radius: 6px;
	font-size: 16px;
	padding: 8px 3px;
	letter-spacing: -0.05em;
}
@media screen and (max-width: 1199px) {
	#hq_top_iconmenu ul li a .title{
		font-size: 16px;
	}
	#hq_top_iconmenu ul li a .title br{
		display: none;
	}
	#hq_top_iconmenu ul li a .btn{
		font-size: 14px;
		margin: 0 -10px;
	}
}
@media screen and (max-width: 899px) {
	#hq_top_iconmenu ul{
		flex-wrap: wrap;
		margin-top: -10px;
		margin-right: -10px;
	}
	#hq_top_iconmenu ul li{
		width: calc(50% - 10px);
		margin: 10px 10px 0 0;
	}
	#hq_top_iconmenu ul li:first-child{
		width: calc(100% - 10px);
	}
	#hq_top_iconmenu ul li a{
		padding: 20px 12px 12px 12px;
	}
	#hq_top_iconmenu ul li a .title{
		font-size: 13px;
		letter-spacing: -0.05em;
		height: 30px;
		margin-bottom: 5px;
	}
	#hq_top_iconmenu ul li:first-child a .title{
		height: auto;
	}
	#hq_top_iconmenu ul li a .title br{
		display: block;
	}
	#hq_top_iconmenu ul li a .icon{
		width: 50%;
		max-width: 75px;
		margin: 0 auto 8px auto;
	}
	#hq_top_iconmenu ul li a .icon.store,
	#hq_top_iconmenu ul li a .icon.service{
		padding: 4px;
	}
	#hq_top_iconmenu ul li a .btn{
		font-size: 14px;
		padding: 6px 3px;
		margin: 0;
	}
}

/*TOPページ：横長バナー*/
#hq_top_bnrarea{
	margin-top: 40px;
	overflow: hidden;
}
#hq_top_bnrarea ul{
	display: flex;
	flex-wrap: wrap;
	margin-right: -3%;
	margin-top: -10px;
}
#hq_top_bnrarea ul li{
	width: 47%;
	margin-right: 3%;
	margin-top: 10px;
	aspect-ratio: 2360 / 282;
}

#hq_top_bnrarea ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
}


/*フッターバナー*/
.hq_footer_bnrarea{
    margin: 0 0 20px 0;
	overflow: hidden;
}
.hq_footer_bnrarea ul{
	display: flex;
	flex-wrap: wrap;
	margin-right: -3%;
	margin-top: -10px;
    
}
.hq_footer_bnrarea ul li{
	width: 47%;
	margin-right: 3%;
	margin-top: 10px;
}

@media screen and (max-width: 899px) {
	#hq_top_bnrarea{
		margin-top: 20px;
	}
	#hq_top_bnrarea ul{
		display: block;
		margin-right: 0;
		margin-top: -5px;
	}
	#hq_top_bnrarea ul li{
		width: 100%;
		margin-right: 0;
		margin-top: 5px;
		aspect-ratio: 2360 / 282;
	}
    	.hq_footer_bnrarea{
		
	}
	.hq_footer_bnrarea ul{
		display: block;
		margin-right: 0;
		margin-top: -5px;
	}
	.hq_footer_bnrarea ul li{
		width: 100%;
		margin-right: 0;
		margin-top: 5px;
	}
}

/*TOPページ：セール・クーポン情報*/
#hq_top_sale{
	margin-top: 60px;
}
#hq_top_sale .hq_top_sale_nav{
	text-align: center;
	margin-bottom: 50px;
}
#hq_top_sale .hq_top_sale_block{
	overflow: hidden;
}
#hq_top_sale .hq_top_sale_block ul{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-right: -20px;
	margin-top: -30px;
}
#hq_top_sale .hq_top_sale_block li{
	width: calc(25% - 20px);
	margin-right: 20px;
	margin-top: 30px;
}
#hq_top_sale .hq_top_sale_block li a{
	display: block;
}
#hq_top_sale .hq_top_sale_block .image{
	width: 100%;
	padding-top: 75%;
	position: relative;
	margin-bottom: 15px;
}
#hq_top_sale .hq_top_sale_block .image img{
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin:0 auto;
}
#hq_top_sale .hq_top_sale_block .body{
	font-size: 14px;
}
#hq_top_sale .hq_top_sale_block .body .head{
	margin-bottom: 10px;
	display: flex;
	align-items: flex-start;
}
#hq_top_sale .hq_top_sale_block .body .head .tag{
	font-size: 13px;
	background: #454545;
	padding: 3px 10px;
	border-radius: 6px;
	margin-right: 5px;
	color: #FFFFFF;
}
#hq_top_sale .hq_top_sale_block .body .head .shop{
	flex: 1;
}
#hq_top_sale .hq_top_sale_block .body .date{
	padding-left: 10px;
	margin-bottom: 5px;
}
#hq_top_sale .hq_top_sale_block .body .title{
	padding-left: 10px;
	font-size: 16px;
	text-decoration: underline;
	line-height: 1.3;
}
#hq_top_sale .hq_top_sale_block .more-btn{
	margin-top: 60px;
	text-align: center;
}
#hq_top_sale .hq_top_sale_block .more-btn a{
	display: inline-block;
	width: 70%;
	max-width: 280px;
	background: #ECECEC;
	border-radius: 50px;
	font-size: 15px;
	padding: 12px 20px;
}
@media screen and (max-width: 899px) {
	#hq_top_sale .hq_top_sale_nav{
		margin-bottom: 40px;
	}
	#hq_top_sale .hq_top_sale_block ul{
		display: block;
		margin-right: 0;
		margin-top: -25px;
	}
	#hq_top_sale .hq_top_sale_block li{
		width: 100%;
		margin-right: 0;
		margin-top: 25px;
	}
	#hq_top_sale .hq_top_sale_block li a{
		display: flex;
		align-items: flex-start;
	}
	#hq_top_sale .hq_top_sale_block .image{
		width: 130px;
		margin-right: 20px;
		padding-top: 98px;
		margin-bottom: 0;
	}
	#hq_top_sale .hq_top_sale_block .body{
		flex: 1;
	}
	#hq_top_sale .hq_top_sale_block .body .head{
		margin-bottom: 5px;
	}
	#hq_top_sale .hq_top_sale_block .body .head .tag{
		font-size: 12px;
		padding: 2px 6px;
		margin-right: 5px;
	}
	#hq_top_sale .hq_top_sale_block .body .date{
		padding-left: 0;
		font-size: 13px;
		margin-bottom: 3px;
	}
	#hq_top_sale .hq_top_sale_block .body .title{
		padding-left: 0;
		font-size: 14px;
	}
	#hq_top_sale .hq_top_sale_block .more-btn{
		margin-top: 40px;
		text-align: center;
	}
	#hq_top_sale .hq_top_sale_block .more-btn a{
		font-size: 14px;
		padding: 10px 20px;
	}
}

/*TOPページ：ニュース*/
#hq_top_info{
	margin-top: 60px;
	overflow: hidden;
}
#hq_top_info ul{
	margin: -15px 0;
}
#hq_top_info ul li{
	padding: 15px 15px;
	display: flex;
	align-items: flex-start;
}
#hq_top_info ul li + li{
	border-top: 1px dotted #CCCCCC;
}
#hq_top_info ul li .top-info-date{
	width: 70px;
	margin-right: 15px;
}
#hq_top_info ul li .top-info-txt{
	flex: 1;
}
@media screen and (max-width: 899px) {
	#hq_top_info ul li{
		font-size:14px;
	}
}

/*TOPページ：こんなときはタイヤ館へ*/
#hq_top_case{
	margin-top: 60px;
	overflow: hidden;
}
#hq_top_case ul{
	display: flex;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-top: -40px;
}
#hq_top_case li{
	width: calc(33.333% - 10px);
	margin-right: 10px;
	margin-top: 40px;
	display: flex;
	flex-direction: column;
}
#hq_top_case li a{
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
#hq_top_case .top-case-list-label{
	flex-grow: 1;
	margin-bottom: 10px;
}
#hq_top_case .top-case-list-label .top-case-list-ttl{
	font-size: 17px;
	margin-bottom: 10px;
	padding-right: 10px;
	position: relative;
}
#hq_top_case .top-case-list-label .top-case-list-ttl::before{
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	transform: rotate(45deg);
	position: absolute;
	right: 4px;
	top: 50%;
	margin-top: -3px;
}
#hq_top_case .top-case-list-label .top-case-list-txt{
	font-size: 14px;
}

#hq_top_case .top-case-list-img{
	aspect-ratio: 906 / 656;
	width: 100%;
	height: auto;
}

@media screen and (max-width: 899px) {
	#hq_top_case ul{
		margin-top: -20px;
	}
	#hq_top_case li{
		width: calc(50% - 10px);
		margin-top: 20px;
	}
	#hq_top_case .top-case-list-label .top-case-list-ttl{
		font-size: 13px;
		letter-spacing: -0.05em;
		margin-bottom: 8px;
		padding-right: 5px;
	}
	#hq_top_case .top-case-list-label .top-case-list-ttl::before{
		right: 1px;
	}
	#hq_top_case .top-case-list-label .top-case-list-txt{
		font-size: 13px;
	}
}

/*TOPページ：タイヤ館アプリ*/
#hq_top_app{
	margin-top: 60px;
}
#hq_top_app .hq_top_wrap{
	display: flex;
}
#hq_top_app .hq_top_wrap .image{
	width: 393px;
	margin-right: 45px;
	order: 1;
}
#hq_top_app .hq_top_wrap .body{
	flex: 1;
	font-size: 16px;
	order: 2;
}
#hq_top_app .hq_top_wrap .body .btn{
	margin-top: 20px;
}
#hq_top_app .hq_top_wrap .body .btn a{
	display: inline-block;
	width: 450px;
	max-width: 100%;
	background: #ECECEC;
	border-radius: 50px;
	padding: 10px 30px;
	font-size: 17px;
	text-align: center;
}
@media screen and (max-width: 899px) {
	#hq_top_app .hq_top_wrap{
		display: block;
	}
	#hq_top_app .hq_top_wrap .image{
		width: 100%;
		margin-right: 0;
		text-align: center;
	}
	#hq_top_app .hq_top_wrap .image img{
		width: 70%;
		max-width: 300px;
	}
	#hq_top_app .hq_top_wrap .body{
		font-size: 13px;
		margin-bottom: 20px;
	}
	#hq_top_app .hq_top_wrap .body .btn{
		margin-top: 15px;
		text-align: center;
	}
	#hq_top_app .hq_top_wrap .body .btn a{
		width: 340px;
		max-width: 90%;
		padding: 8px 15px;
		font-size: 13px;
	}
}

/*--------------------------------------------------------------------*/
/*下層ページ大枠*/
/*--------------------------------------------------------------------*/
#hq_main_contents{
	padding-top: 20px;
	padding-bottom:80px;
}
@media screen and (max-width: 899px) {
	#hq_main_contents{
		padding-top: 15px;
		padding-bottom:60px;
	}
}

#hq_main_wrap{
	display: flex;
	align-items: flex-start;
    justify-content: space-between;
}
#hq_main_wrap #hq_subnavi{
	width: 260px;
	margin-right: 70px;
}
#hq_main_wrap #hq_main{
	flex: 1;
}
@media screen and (max-width: 899px) {
	#hq_main_wrap{
		display: block;
	}
	#hq_main_wrap #hq_subnavi{
		width: 100%;
		margin: 0 0 30px 0;
	}
}

/*メインコンテンツ*/
#hq_main article,
#hq_main section{
	overflow: hidden;
}
#hq_main article + article{
	margin-top: 60px;
}
#hq_main section + section{
	margin-top: 40px;
}
@media screen and (max-width: 899px) {
	#hq_main section{
		font-size: 14px;
	}
	#hq_main article + article{
		margin-top: 40px;
	}
	#hq_main section + section{
		margin-top: 30px;
	}
}

/*パンくず*/
.breadcrumblist{
	margin-bottom: 10px;
	overflow: hidden;
}
.breadcrumblist ul{
	float: right;
	font-size: 11px;
	color: #727272;
	display: flex;
	align-items: center;
	gap: 8px;
}
.breadcrumblist li {
	display: flex;
	align-items: center;
}
.breadcrumblist li::after {
	content: '>';
	margin-left: 8px;
}
.breadcrumblist li:last-child:after {
	display: none;
}
.breadcrumblist ul a{
	color: #727272;
}

/*サブナビ*/
#hq_subnavi{
	position: sticky;
	left: 0;
	top: 85px;
}
#hq_subnavi .hq_subnavi_list_value{
	display: none;
}
#hq_subnavi .hq_subnavi_list li{
	font-size: 14px;
	border-bottom: 1px solid #E3E3E3;
}
#hq_subnavi .hq_subnavi_list li:first-child{
	border-top: 1px solid #E3E3E3;
}
#hq_subnavi .hq_subnavi_list li a{
	display: block;
	padding: 18px 25px 18px 20px;
	position: relative;
}
#hq_subnavi .hq_subnavi_list li a::before{
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	transform: rotate(45deg);
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -2px;
}
@media screen and (max-width: 899px) {
	#hq_subnavi{
		position: relative;
		top: 0;
	}
	#hq_subnavi .hq_subnavi_select {
		position: relative;
		cursor: pointer;
		width: 85%;
		margin: 0 auto;
	}
	#hq_subnavi .hq_subnavi_list_value{
		display: block;
		width: 100%;
		border: 1px solid #333333;
		font-size: 13px;
		padding: 8px 25px 8px 10px;
		position: relative;
	}
	#hq_subnavi .hq_subnavi_list_value::before{
		content: "";
		position: absolute;
		top: 50%;
		right: 10px;
		margin-top: -3px;
		border: 5px solid transparent;
		border-top: 5px solid #333333;
	}
	#hq_subnavi .hq_subnavi_list{
		margin: 0 15px;
		border:1px solid #333333;
		border-top: none;
		height: 0;
		opacity: 0;
		transition: .3s;
		pointer-events: none;
	}
	#hq_subnavi .hq_subnavi_list li{
		font-size: 13px;
	}
	#hq_subnavi .hq_subnavi_list li:first-child{
		border-top: none;
	}
	#hq_subnavi .hq_subnavi_list li:last-child{
		border-bottom: none;
	}
	#hq_subnavi .hq_subnavi_list li a{
		padding: 10px 25px 10px 10px;
		position: relative;
	}
	#hq_subnavi .hq_subnavi_list li a::before{
		content: "";
		display: block;
		width: 5px;
		height: 5px;
		border-top: 1px solid #333333;
		border-right: 1px solid #333333;
		transform: rotate(45deg);
		position: absolute;
		right: 15px;
		top: 50%;
		margin-top: -2px;
	}
	#hq_subnavi .hq_subnavi_select > ul.js_open {
		height: 100%;
		opacity: 1;
	}
	#hq_subnavi .hq_subnavi_select > .hq_subnavi_list.js_open {
		pointer-events: auto;
	}
}


/*--------------------------------------------------------------------*/
/*デザインパーツ*/
/*--------------------------------------------------------------------*/
/*絞り込み用セレクトエリア*/
.select_wrap{
	display: inline-block;
	width: 280px;
	position: relative;
	text-align: left;
}
.select_wrap::before{
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
	transform: rotate(45deg);
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -3px;
}
.select_wrap select{
	padding: 0 30px 0 10px;
	width: 100%;
	border: 1px solid #262626;
	background: none;
	font-family: inherit;
	font-size: 16px;
	height: 45px;
	line-height: 1;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
}
.select_wrap select::-ms-expand {
	display: none;
}

/*--------------------------------------------------------------------*/
/*各種スタイル*/
/*--------------------------------------------------------------------*/
/*見出し*/
#hq_main h1{
	font-size: 16px;
	border-bottom: 1px solid #E3E3E3;
    border-top: none;
    text-align: left;
	position: relative;
    padding-top: 0px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#hq_main h1::after{
	content: "";
	background:#333333;
	width: 30px;
	height: 5px;
	position: absolute;
	left: 0;
	bottom: -5px;
}

#hq_main h3{
	font-size: 16px;
	border-bottom: 1px solid #E3E3E3;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#hq_main h3::after{
	content: "";
	background:#333333;
	width: 30px;
	height: 5px;
	position: absolute;
	left: 0;
	bottom: -5px;
}

/*リンクボタン*/
a.link_btn{
	display: inline-block;
	padding: 15px 30px 15px 55px;
	background: #F6F6F6;
	font-size: 16px;
	border-radius: 50px;
	position: relative;
}
a.link_btn::before{
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	transform: rotate(45deg);
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -2px;
}
@media screen and (max-width: 899px) {
	a.link_btn{
		padding: 12px 30px 12px 45px;
		font-size: 15px;
	}
}

/*リンク矢印*/
.link_cursor{
	position: relative;
	padding-left: 15px;
}
.link_cursor::before{
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	transform: rotate(45deg);
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}

/*--------------------------------------------------------------------*/
/*下層ページTOPメニュー*/
/*--------------------------------------------------------------------*/
.lower_menu{
	overflow: hidden;
}
.lower_menu ul{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-right: -4%;
	margin-top: -80px;
}
.lower_menu ul li{
	width: 46%;
	margin-right: 4%;
	margin-top: 80px;
}
.lower_menu a{
	display: block;
}
.lower_menu .title{
	font-size: 18px;
	padding-right: 30px;
	position: relative;
}
.lower_menu .title::before{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	transform: rotate(45deg);
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -4px;
}
.lower_menu .image{
	text-align: center;
	margin-top: 8px;
}
.lower_menu .note{
	margin-top: 8px;
}
.lower_menu .link{
	margin-top: 30px;
	text-align: center;
}
.lower_menu .link a,
.lower_menu .link span{
	display: inline-block;
	padding: 10px 20px 10px 40px;
	background: #F6F6F6;
	font-size: 13px;
	border-radius: 50px;
	position: relative;
}
.lower_menu .link a::before,
.lower_menu .link span::before{
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	transform: rotate(45deg);
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -2px;
}
@media screen and (max-width: 899px) {
	.lower_menu ul{
		display: block;
		margin-right: 0;
		margin-top: -40px;
	}
	.lower_menu ul li{
		width: 100%;
		margin-right: 0;
		margin-top: 40px;
	}
	.lower_menu .title{
		font-size: 16px;
	}
	.lower_menu .note{
		font-size: 13px;
	}
	.lower_menu .link{
		margin-top: 20px;
	}
}

/*--------------------------------------------------------------------*/
/*カー用品*/
/*--------------------------------------------------------------------*/
/*おすすめ商品ページ内メニュー*/
.lineup-anchor ul{
	display: flex;
	flex-wrap: wrap;
}
.lineup-anchor ul li{
	border-bottom: 1px solid #EEEEEE;
    width: 48%;
    margin: 0 1%;
}
.lineup-anchor ul li a{
	padding: 12px 30px 12px 10px;
	display: flex;
	position: relative;
    height: 100%;
    align-items: center;
}
.lineup-anchor ul li a::before{
	content: "";
	display: block;
    width: 5px;
	height: 5px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	transform: rotate(45deg);
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -4px;
}
@media screen and (max-width: 899px) {
    .lineup-anchor ul li{
		width: 100%;
		margin: 0;
    }
}

/*おすすめラインナップ　一覧*/
.lineup-sub-ttl{
	font-size: 16px;
	margin-bottom: 30px;
}
.lineup-list{
	display: flex;
	flex-wrap: wrap;
	margin-top: -20px;
}
.lineup-list li{
	width: 33.333%;
	padding: 20px 15px;
	margin: 20px 0;
	border-right: 1px solid #CCCCCC;
	position: relative;
}
.lineup-list li:nth-of-type(3n-2){
	border-left: 1px solid #CCCCCC;
}
.lineup-list li:nth-child(n+4)::before{
	content: "";
	width: calc(100% - 30px);
	height: 1px;
	background: #CCCCCC;
	position: absolute;
	left: 15px;
	top: -20px;
}
.lineup-list .logo{
	text-align: center;
	margin-bottom: 5px;
}
.lineup-list .logo{
	width: auto;
	height: 26px;
	vertical-align: middle;
	margin-right: 15px;
}
.lineup-list.battery .logo{
	width: auto;
	height: 30px;
	margin-right: 10px;
}
.lineup-list .title{
	font-size: 18px;
	text-align: center;
}
.lineup-list .image{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.lineup-list .image img{
	width: auto;
	height: 80px;
}
.lineup-list.battery .image img{
	width: auto;
	height: 140px;
}
.lineup-list.others .image img{
	width: auto;
	height: 110px;
}
.lineup-list .subtitle{
	font-size: 14px;
	margin-bottom: 8px;
}
.lineup-list .text{
	font-size: 13px;
}
.lineup-list .link{
	margin-top: 15px;
	text-align: center;
}
.lineup-list .link a{
	display: inline-block;
	font-size: 13px;
	background: #F6F6F6;
	border-radius: 20px;
	padding: 8px 15px;
}
@media screen and (max-width: 899px) {
	.lineup-list li{
		width: 50%;
		padding: 15px;
	}
	.lineup-list li:nth-of-type(3n-2){
		border-left: none;
	}
	.lineup-list li:nth-of-type(2n-1){
		border-left: 1px solid #CCCCCC;
	}
	.lineup-list li:nth-child(n+3)::before{
		content: "";
		width: calc(100% - 30px);
		height: 1px;
		background: #CCCCCC;
		position: absolute;
		left: 15px;
		top: -20px;
	}
	.lineup-list .logo{
		display: block;
		margin: 0 auto 5px auto;
	}
	.lineup-list .title{
		font-size: 16px;
	}
}

/*--------------------------------------------------------------------*/
/*タイヤ館について*/
/*--------------------------------------------------------------------*/
#hq_main .about section + section{
	margin-top: 60px;
}
@media screen and (max-width: 899px) {
	#hq_main .about section + section{
		margin-top: 40px;
	}
}

.about_copy{
	font-size: 22px;
	text-align: center;
	padding: 30px 0 50px 0;
}
.about_intro_box{
	display: flex;
	justify-content: space-between;
    align-items: center;
}
.about_intro_box p + p{
	margin-top: 15px;
}
.about_intro_box .image{
	width: 40%;
	margin-left: 30px;
	order: 2;
}
.about_intro_box .text{
	flex: 1;
	order: 1;
	padding: 0 20px;
}
.about_intro_link{
	margin-top: 50px;
	text-align: center;
}
.about_info_box{
	display: flex;
	justify-content: space-between;
    align-items: center;
	padding-top: 20px;
}
.about_info_box .image{
	width: 40%;
	margin-right: 40px;
	text-align: center;
}
.about_info_box .image img{
	width: 180px;
}
.about_info_box .text{
	flex: 1;
	font-size: 15px;
}
.about_info_box .about_info_title{
	font-size: 22px;
	margin-bottom: 20px;
}
.about_info_box .about_info_text + .about_info_text{
	margin-top: 15px;
}
.about_info_box .about_info_link{
	margin-top: 20px;
}
.about_info_box .about_info_link p + p{
	margin-top: 5px;
}
.about_support_wrap{
	overflow: hidden;
}
.about_support{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-right: -4%;
	margin-top: -30px;
}
.about_support .box{
	width: 46%;
	margin-right: 4%;
	margin-top: 30px;
}
.about_support .box .image{
	text-align: center;
	margin-bottom: 15px;
}
.about_support .box .title{
	font-size: 18px;
	position: relative;
	padding-left: 30px;
	padding: 10px 0 10px 30px;
	margin-bottom: 10px;
}
.about_support .box .title span{
	display: block;
	vertical-align: middle;
	font-size: 30px;
	position: absolute;
	left: 0;
	top: 0;
}
.about_link{
	overflow: hidden;
}
.about_link ul{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin-right: -4%;
	margin-top: -30px;
}
.about_link ul li{
	width: 46%;
	margin-right: 4%;
	margin-top: 30px;
	text-align: center;
}
.about_link ul li a{
	display: block;
	height: 100%;
	border: 1px solid #CCCCCC;
	border-radius: 8px;
	position: relative;
	padding: 20px 40px 20px 20px;
}
.about_link ul li a::before{
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	transform: rotate(45deg);
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -3px;
}
.about_link ul li .icon{
	margin-bottom: 10px;
}
.about_link ul li .icon img{
	width: 110px;
}
.about_link ul li .title{
	font-size: 18px;
	margin-bottom: 10px;
}
@media screen and (max-width: 899px) {
	.about_copy{
		font-size: 18px;
		padding: 20px 0 40px 0;
	}
	.about_intro_box{
		display: block;
	}
	.about_intro_box .image{
		width: 100%;
		margin: 0 0 20px 0;
		display: flex;
	}
	.about_intro_box .image p + p{
		margin: 0;
	}
	.about_intro_link{
		margin-top: 30px;
	}
	.about_info_box{
		display: block;
		padding-top: 15px;
	}
	.about_info_box .image{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.about_info_box .image img{
		width: 120px;
	}
	.about_info_box .text{
		font-size: 14px;
	}
	.about_info_box .about_info_title{
		font-size: 18px;
		text-align: center;
	}
	.about_support{
		display: block;
		margin-right: 0;
	}
	.about_support .box{
		width: 100%;
		margin-right: 0;
		margin-top: 30px;
	}
	.about_support .box .image{
		text-align: center;
	}
	.about_support .box .title{
		font-size: 16px;
		position: relative;
		padding-left: 30px;
		padding: 0 0 0 22px;
		margin-bottom: 10px;
	}
	.about_support .box .title span{
		vertical-align: middle;
		font-size: 20px;
		top: -3px;
	}
	.about_link ul{
		display: block;
		margin-right: 0;
		margin-top: -15px;
	}
	.about_link ul li{
		width: 100%;
		margin-right: 0;
		margin-top: 15px;
		text-align: center;
	}
	.about_link ul li a{
		padding: 15px 30px 15px 20px;
	}
	.about_link ul li .icon{
		margin-bottom: 5px;
	}
	.about_link ul li .icon img{
		width: 60px;
	}
	.about_link ul li .title{
		font-size: 16px;
		margin-bottom: 8px;
	}
	.about_link ul li .text{
		font-size: 13px;
	}
}

/*--------------------------------------------------------------------*/
/*動画ギャラリー*/
/*--------------------------------------------------------------------*/
.movie_list{
	overflow: hidden;
}
.movie_list ul{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin-right: -4%;
	margin-top: -30px;
}
.movie_list ul li{
	width: 46%;
	margin-right: 4%;
	margin-top: 30px;
	text-align: center;
}
.movie_list ul li .video iframe{
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
}
.movie_list ul li .title{
	margin-top: 10px;
	font-size: 16px;
}
@media screen and (max-width: 899px) {
	.movie_list ul{
		display: block;
		margin-right: 0;
		margin-top: -20px;
	}
	.movie_list ul li{
		width: 100%;
		margin-right: 0;
		margin-top: 30px;
		text-align: center;
	}
	.movie_list ul li .title{
		font-size: 15px;
	}
}

/*--------------------------------------------------------------------*/
/*よくある質問*/
/*--------------------------------------------------------------------*/
.faq_intro{
	border-bottom:1px solid #E3E3E3;
	text-align: center;
	padding-bottom: 20px;
}
.faq_caution{
	border:1px solid #E3E3E3;
	padding: 15px 20px;
	text-align: center;
	font-size: 13px;
}
.faq_caution .note{
	display: inline-block;
	text-align: left;
}
.faq_text dt{
	font-size: 16px;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.faq_text dt .no{
	font-size: 20px;
	width: 40px;
}
.faq_text dt p:not(.no){
	flex: 1;
}
.faq_text dd{
	padding-left: 40px;
}
.faq_text dd + dt{
	margin-top: 30px;
}
.faq_text .no_list li{
	text-indent: -1.2em;
	padding-left: 1.2em;
}
@media screen and (max-width: 899px) {
	.faq_text dt{
		font-size: 15px;
	}
	.faq_text dt .no{
		font-size: 18px;
		width: 35px;
	}
	.faq_text dd{
		padding-left: 35px;
		font-size: 13px;
	}
}

/*--------------------------------------------------------------------*/
/*サービス*/
/*--------------------------------------------------------------------*/
/*サービス一覧*/
#service_list_box{
	display: flex;
	justify-content: space-between;
    align-items: flex-start;
}
#service_list_box .service_list_area{
	width: 48%;
}
#service_list_box .page-service-list + .page-service-list{
	margin-top: 40px;
}
#service_list_box .page-service-list h3{
    text-align: left;
    font-size: 16px;
    border: none;
	margin: 0;
	padding: 10px 30px 10px 0;
	position: relative;
}
#service_list_box .page-service-list h3::after{
	display: none;
}
#service_list_box .page-service-list h3::before{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border: 0;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	transform: rotate(45deg);
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -4px;
}
#service_list_box .page-service-list h3,
#service_list_box .page-service-list .section-image{
	cursor: pointer;
	transition: .3s;
}
#service_list_box .service_accordion dt:hover h3,
#service_list_box .service_accordion dt:hover .section-image{
	opacity: 0.7;
}
#service_list_box .service_accordion dd{
	display: none;
	overflow: hiden;
}
#service_list_box .service_accordion dd ul{
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	padding-top: 20px;
	margin-right: -5%;
}
#service_list_box .service_accordion dd li{
	width: 45%;
	margin-right: 5%;
	margin-top: -1px;
}
#service_list_box .service_accordion dd li.link-group{
	width: 100%;
}
#service_list_box .service_accordion dd li + li.link-group{
	margin-top: 20px;
}
#service_list_box .service_accordion dd li a{
	height: 100%;
	position: relative;
	padding: 15px 20px 15px 10px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	line-height: 1.2;
    display: flex;
    align-items: center;
}
#service_list_box .service_accordion dd li a::before{
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	transform: rotate(45deg);
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -2px;
}
#service_list_box .service_accordion dd li.link-group a{
	border: none;
}
#service_list_box .service_accordion dd li.link-group a::before{
	display: none;
}
@media screen and (max-width: 899px) {
	#service_list_box{
		display: block;
	}
	.service_list_area{
		display: none;
	}
	#service_list_box .service_accordion dd li{
		width: 100%;
	}
}

/*サービス詳細*/
.service_contents h4{
	font-size: 17px;
	margin-bottom: 15px;
	font-weight: 600;
}
@media screen and (max-width: 899px) {
	.service_contents h4{
		font-size: 16px;
	}
}

.service_contents section + section{
	border-top: 1px solid #E3E3E3;
	padding-top: 20px;
}

.service_contents .box_more{
    border: 2px solid #000000;
    padding: 20px;
}

.service_contents .movie_area iframe{
width: 100%;
height: auto;
aspect-ratio: 16 / 9;
}

.service_contents .link{
    margin: 15px 0;
}

.service_contents .link a {
    display: inline-block;
    font-size: 13px;
    background: #F6F6F6;
    border-radius: 20px;
    padding: 10px 20px 10px 35px;
    border-radius: 50px;
    position: relative;
}
.service_contents .link a::before{
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	transform: rotate(45deg);
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -2px;
}


.service_contents .link_map{
	margin-top: 30px;
	text-align: center;
}
.service_contents .link_map a,
.service_contents .link_map span{
	display: inline-block;
	padding: 15px 30px 15px 55px;
	background: #F6F6F6;
	font-size: 16px;
	border-radius: 50px;
	position: relative;
}
.service_contents .link_map a::before,
.service_contents .link_map span::before{
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	transform: rotate(45deg);
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -2px;
}


.service_contents .service_txt{
    margin-bottom: 30px;
}
.service_contents .service_txt span.img{
    vertical-align: middle;
    display: table-cell;
    width: 25%;
}
.service_contents .service_txt span.txt{
    vertical-align: middle;
    display: table-cell;
    width: 72%;
    padding-left: 3%;
}

.service_contents .service_img{
    text-align: center;
    margin-bottom: 40px;
}
.service_contents .service_img img{
    width: 70%;
}

.service_contents .left-img{
}

.service_contents .left-img .img{
    width: 47%;
    display: inline-block;
    margin-right: 4%;
    margin-bottom: 30px;
}

.service_contents .left-img .img .img_2column{
    width: 47%;
    display: inline-block;
    margin: 1%;
}

.service_contents .left-img .img img{
    width: 100%;
}

.service_contents .left-img .caption{
    font-size: 12px;
    text-align: center;
    padding: 10px;
}

.service_contents .left-img .txt{
    width: 48%;
    display: inline-block;
    vertical-align: top;
}

@media screen and (max-width: 899px) {
    .service_contents .service_txt span.img{
        display: block;
        width: 50%;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
    }
    .service_contents .service_txt span.txt{
        display: block;
        width: 100%;
        padding-left: 0%;
    }

    .service_contents .service_img img{
        width: 100%;
        }
    
    .service_contents .left-img .img{
    width: 100%;
    float:none;
    margin-right: 0;
    }

    .service_contents .left-img .txt{
    width: 100%;
    margin-bottom: 40px;
    }
    
}

.service_item-list {
    border-top: 1px solid #CCCCCC;
    margin-top: 15px;
}

.service_item-list .item {
    border-bottom: 1px solid #CCCCCC;
    padding: 10px;
    display: flex;
    align-items: center;
}
.service_item-listt .item .image {
    width: 242px;
}

.service_item-list .item .text {
    padding-left: 15px;
    width: calc(100% - 242px);
}

@media screen and (max-width: 899px){
    .service_item-list .item .image {
    width: 23%;
}
    .service_item-list .item .text {
        padding-left: 5%;
        width: 70%;
    }
}

/*センターフィット*/
.centerfit_merit li{
	font-size: 15px;
    text-indent: -1em;
    padding-left: 2em;
}
.centerfit_merit li + li{
	margin-top: 5px;
}

/*04パンク修理*/

.flat-tire_img-box{
    display: inline-block;
    width: 46%;
    vertical-align: top;
}

.flat-tire_img-box img{
    width: 100%;
}

.flat-tire_cursor-box{
    display: inline-block;
    width: 5%;
    vertical-align: top;
    text-align: center;
}

.flat-tire_img-box2{
    display: inline-block;
    width: 45%;
    margin: 2%;
    vertical-align: top;
}
.flat-tire_img-box2 img{
    width: 100%;
}

.flat-tire_img-box2 .text{
    
}

.flat-tire_attention-list dl{
    display: flex;
  flex-wrap: wrap;
  width: 100%;
    margin: 25px 0;
}
.flat-tire_attention-list dt{
    width: 3%;
    margin-bottom: 10px;
}
.flat-tire_attention-list dd {
  width: 95%;
  margin-bottom: 10px;
}

.flat-tire_attention{
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
.flat-tire_attention_box{
    background-color: #EBEBEB;
    padding: 20px;
    font-size: 16px;
    text-align: center;
    border-radius: 10px;
}

@media screen and (max-width: 899px) {

    .flat-tire_img-box2{
        width: 96%;
    }
}

/*クローク*/
.cloakroom_list li{
    display: inline-block;
    width: 24.5%;
    padding: 20px 15px;
    vertical-align: top;
    text-align: center;
}

.cloakroom_list .img{
    height: 120px;
    margin-bottom: 20px;
    text-align: center;
}
.cloakroom_list .img img{
    width: auto;
    height: 120px;
}

.cloakroom_list li .title{
    text-align: left;
    font-weight: 600;
}

.cloakroom_list li .text{
    text-align: left;
}

.cloakroom_comment{
    font-size: 12px;
    padding-left: 60px;
    background: url("../../service/tire/cloakroom/img/bod_icon5.png") no-repeat left center;
    background-size: 50px;
}

.cloakroom_list2 li{
    display: inline-block;
    width: 33%;
    padding: 20px 15px;
    vertical-align: top;
    text-align: center;
}
.cloakroom_list2 li p{
    text-align: left;
    margin: 10px 0;
}

.cloakroom_list3{
    margin-bottom: 30px;
}

.cloakroom_list3 li{
    display: inline-block;
    width: 49%;
    padding: 20px 15px;
    vertical-align: top;
    text-align: center;
}
.cloakroom_list3 li p{
    text-align: left;
    margin: 10px 0;
}

.cloakroom_attention{
    margin-bottom: 20px;
}

.cloakroom_attention li{
    list-style-type: disc;
	margin-left: 24px;
}

.cloakroom_attention li + li{
    margin-top: 10px;
}



@media screen and (max-width: 899px) {
    .cloakroom_list li{
    width: 49%;
    }
    .cloakroom_list2 li{
    width: 49%;
    }
}

/*TPMS*/


.tpms_contents-head .left-img::after, .right-img::after{
    content: "";
    display: block;
    clear: both;
}

.tpms_contents-head .right-comment {
    display: inline-block;
    width: 48%;
    text-align: left;
    vertical-align: top;
}

.tpms_contents-head #balloon-1-left {
    font-size: 14px;
    font-weight: 700;
    color: #454545;
    line-height: 1.4;
    padding: 20px;
    display: block;
    margin-bottom: 5px;
    position: relative;
    border: 3px solid #454545;
    z-index: 0;
}

.tpms_contents-head #balloon-1-left:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -8px;
    margin-top: -9px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 9px 9px 9px 0;
    border-color: transparent #FFF transparent transparent;
    z-index: 0;
}

.tpms_contents-head #balloon-1-left:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -12px;
    margin-top: -10px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #454545 transparent transparent;
    z-index: -1;
}
.tpms_contents-description dl{
    margin-bottom: 30px;
}
.tpms_contents-description dt{
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 600;
}

.tpms_contents-description .block-list{
    margin-bottom: 10px;
}
.tpms_contents-description .border{
    display: inline-block;
    border: 1px solid #454545;
    padding: 10px;
    margin-right: 10px;
    margin-top: 10px;
    font-weight: 700;
}

@media screen and (max-width: 899px) {
    .tpms_contents-head .right-comment {
        display: inline-block;
        width: 100%;
        margin-top: 15px;
    }
    .tpms_contents-head #balloon-1-left:before {
    content:none;
    }

.tpms_contents-head #balloon-1-left:after {
    content:none;
    }
}

/*点検*/
.service_contents .safety_list li{
    display:inline-table;
    width: 49.5%;
    padding: 20px;
 
}

.service_contents .safety_list li+li{
    border-top:1px solid #CCC;
}

.service_contents .safety_list li:nth-of-type(2){
    border-top:none;
}
.service_contents .safety_list li:nth-of-type(2n){
    border-left: 1px solid #CCC;
}

/*--------------------------------------------------------------------*/
/*企業情報*/
/*--------------------------------------------------------------------*/
.corporate_list{
	display: flex;
	flex-wrap: wrap;
	max-width: 600px;
	margin: 0 auto;
}
.corporate_list dt{
	width: 120px;
	font-weight: 600;
	font-size: 15px;
	padding: 20px 0;
}
.corporate_list dd{
	width: calc(100% - 120px);
	padding: 20px 0;
}
.corporate_list .ol_list li{
	text-indent: -2.6em;
	padding-left: 2.6em;
}
@media screen and (max-width: 899px) {
	.corporate_list{
		display: block;
	}
	.corporate_list dt{
		width: 100%;
		padding: 15px 0 0 0;
	}
	.corporate_list dd{
		width: 100%;
		padding: 10px 0 20px 10px;
	}
	
}

/*--------------------------------------------------------------------*/
/*サイトポリシー、プライバシーポリシー*/
/*--------------------------------------------------------------------*/
.policy section p + p,
.policy section p + dl,
.policy section dl + dl{
	margin-top: 20px;
}
.policy section dt{
	font-weight: 600;
	margin-bottom: 10px;
}
.policy .attention_list dl{
	font-size: 12px;
	display: flex;
	flex-wrap: wrap;
}
.policy .attention_list dt{
	width: 1.5em;
	margin-bottom: 5px;
}
.policy .attention_list dd{
	width: calc(100% - 1.5em);
}
.policy .ol_list li{
	text-indent: -1.1em;
	padding-left: 1.1em;
	margin-bottom: 5px;
}

/*--------------------------------------------------------------------*/
/*リンク*/
/*--------------------------------------------------------------------*/
.link_block{
	display: flex;
	flex-wrap: wrap;
	margin-right: -20px;
	margin-bottom: -30px;
}
.link_block li{
	width: calc(33.333% - 20px);
	margin-right: 20px;
	margin-bottom: 30px;
}
.link_block li.txt-s{
	letter-spacing: -0.05em;
}
@media screen and (max-width: 899px) {
	.link_block{
		display: block;
		margin-right: 0;
		margin-bottom: -10px;
	}
	.link_block li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
		padding-left: 15px;
	}
}

/*--------------------------------------------------------------------*/
/*店舗検索*/
/*--------------------------------------------------------------------*/
.service-tire-knowledge-standard #hq_main h2{
	border-top: none;
	text-align: left;
}
.service-tire-knowledge-standard #hq_main h3{
	border-bottom: none;
	text-align: left;
	margin: 0;
	padding: 0;
}
.service-tire-knowledge-standard #hq_main h3::after{
	display: none;
}
.service-tire-knowledge-standard .info-box .shop-btn a,
.service-tire-knowledge-standard .info-box .reserve-btn a{
	border-radius: 50px;
	padding: 10px 30px;
}


/*--------------------------------------------------------------------*/
/*店舗検索｜都道府県別*/
/*--------------------------------------------------------------------*/
/*都道府県一覧*/
#shopsearch_pref_box{
	display: flex;
	justify-content: space-between;
    align-items: flex-start;
}
#shopsearch_pref_box .pref_list_area{
	width: 48%;
}
#shopsearch_pref_box .pref_list_area:nth-child(n+3) {
	margin-top: 30px;
}
#shopsearch_pref_box .region-item + .region-item{
	margin-top: 30px;
}
#shopsearch_pref_box .region-toggle {
	position: relative;
	cursor: pointer;
	background-color: #ECECEC;
	border: none;
	padding: 10px 30px 10px 15px;
	width: 100%;
	text-align: left;
	font-size: 16px;
}
#shopsearch_pref_box .region-toggle::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border: 0;
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
    transform: rotate(45deg);
	transform-origin: center center;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -4px;
	transition: .3s;
}
#shopsearch_pref_box .region-toggle.active::after {
	transform: rotate(135deg);
	margin-top: -7px;
}
#shopsearch_pref_box .region-toggle.active {
	background-color: #DEDEDE;
}

#shopsearch_pref_box .pref-list {
	display: none;
	list-style: none;
	padding: 0 10px;
	margin: 0;
}
#shopsearch_pref_box .pref-list li{
	margin-top: -1px;
	font-size:15px;
}
#shopsearch_pref_box .pref-list li a{
	height: 100%;
	position: relative;
	padding: 15px 20px 15px 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	line-height: 1.2;
    display: flex;
    align-items: center;
}
#shopsearch_pref_box .pref-list li:first-child a{
	border-top: none;
}
#shopsearch_pref_box .pref-list li a::before{
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	transform: rotate(45deg);
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -2px;
}
@media screen and (max-width: 899px) {
	#shopsearch_pref_box{
		display: block;
	}
	#shopsearch_pref_box .pref_list_area{
		width: 100%;
	}
	#shopsearch_pref_box .pref_list_area + .pref_list_area{
		margin-top: 15px;
	}
	#shopsearch_pref_box .pref_list_area:nth-child(n+3) {
		margin-top: 15px;
	}
	#shopsearch_pref_box .region-item + .region-item{
		margin-top: 15px;
	}
	#shopsearch_pref_box .pref-list li{
		font-size: 15px;
	}
	#shopsearch_pref_box .pref-list li a{
		padding: 15px 20px 15px 10px;
	}
}

/*検索結果*/
.shoplist__btn{
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	color: #000;
}
.shoplist__btn::before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 15px;
	margin-right: 0.5em;
	background: url(/img/common/icon_arrow1_gray.svg) 0px 0px / contain no-repeat;
}
.shoplist__btn a{
	font-weight: bold;
	color: #000;
}

.shoplist__h1{
	font-size: 16px;
	border-bottom: 1px solid #E3E3E3;
	border-top: none;
	text-align: left;
	position: relative;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	color: #000;
}
.shoplist__h1::after{
    content: "";
    background: #333333;
    width: 30px;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: -5px;
}
.shoplist__h1 strong{
    color: rgb(69, 69, 69);
    font-size: 40px;
    font-weight: 700;
    padding: 0px 10px;
}

.shoplist__wrapper{
	margin-top: 30px;
	margin-bottom: 40px;
}

.shoplist__item{
    border-top: 1px solid rgb(212, 212, 212);
	padding: 3% 0px 4%;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.shoplist__item:last-child{
	border-bottom: 1px solid rgb(212, 212, 212);
}
h2.shoplist__title{
	border-top: none;
    text-align: left;
	width: 100%;
	color: rgb(69, 69, 69);
    padding: 10px 0 0 0;
    margin-bottom: 30px;
    font-size: 20px;
}
.shoplist__info{
    width: 54.9107%;
}
.shoplist__detail{
	clear: both;
    font-size: 14px;
    line-height: 1.3em;
    padding: 0px 1% 1% 1em;
}
.shoplist__detail::after{
    content: "";
    display: table;
    clear: both;
}
.shoplist__detail dt{
    float: left;
    white-space: nowrap;
    font-weight: 700;
    text-indent: -1em;
}
.shoplist__links{
	width: 45.0893%;
}
.shoplist__links ul{
	display: block;
    -webkit-box-pack: justify;
}
.shoplist__links ul > li {
	width: auto;
}
.shoplist__links ul > li + li{
	margin-top: 10px;
}
.shoplist__links_website{
    box-sizing: border-box;
    position: relative;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    font-family: inherit;
    font-weight: 700;
    font-feature-settings: "chws";
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 50px;
    transition: background-color 0.3s linear, color 0.3s linear;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    width: 100%;
    --fg: #fff;
    --bg: #6e6e6e;
    --border: #6e6e6e;
    padding: 10px 30px;
    font-size: 14px;
    line-height: 18px;
    color: var(--fg) !important;
}
.shoplist__links_website:not(:disabled):hover, .shoplist__links_website:not(:disabled):focus-visible {
    background-color: rgb(255, 255, 255);
    --bg: #6e6e6e;
    --border: #6e6e6e;
    color: var(--bg) !important;
	text-decoration: none !important;
}
.shoplist__links_website::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 26px;
    width: 9px;
    height: 20px;
    margin: -10px 0px 0px;
    text-align: right;
    background: url(/map/img/icon_arrow1_white.svg) 0px 50% / contain no-repeat;
}
.shoplist__links_website:not(:disabled):hover::before, .shoplist__links_website:not(:disabled):focus-visible::before {
    background-image: url(/map/img/icon_arrow1_glay.svg);
}
.shoplist__links_website .shopicon{
    background: url(/map/img/icon_blank_white.png) 0px 0% / contain no-repeat;
    content: "";
    display: inline-block;
    height: 11px;
    padding-right: 10px;
	margin-right: 10px;
    vertical-align: baseline;
    width: 15px;
}
.shoplist__links_website:hover .shopicon{
    background-image: url(/map/img/icon_blank_glay.png);
}
.shoplist__links_btn{
    --fg: #454545;
    --bg: #E4E4E4;
    --border: #E4E4E4;
    box-sizing: border-box;
    position: relative;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    font-family: inherit;
    font-weight: 700;
    font-feature-settings: "chws";
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 50px;
    transition: background-color 0.3s linear, color 0.3s linear;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    width: 100%;
    padding: 10px 30px;
    font-size: 14px;
    line-height: 18px;
    color: var(--fg) !important;
}
.shoplist__links_btn:not(:disabled):hover, .shoplist__links_btn:not(:disabled):focus-visible {
    background-color: rgb(255, 255, 255);
    --bg: #6e6e6e;
    --border: #6e6e6e;
    color: var(--bg) !important;
}
.shoplist__links_btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 26px;
    width: 9px;
    height: 20px;
    margin: -10px 0px 0px;
    text-align: right;
    background: url(/map/img/icon_arrow1_white.svg) 0px 50% / contain no-repeat;
}
.shoplist__links_btn:not(:disabled):hover::before, .shoplist__links_btn:not(:disabled):focus-visible::before {
    background-image: url(/map/img/icon_arrow1_glay.svg);
}

.shoplist__popup.hidden{
	transform: scaleY(0);
}
.shoplist__popup{
    padding: 0.5em 1em;
    background: rgb(255, 255, 255);
    border: 3px solid rgb(69, 69, 69);
    color: var(--fg);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 5px;
    position: absolute;
    z-index: 1001;
    min-width: auto;
	max-width: calc(100% - 30px);
    transition: opacity 0.5s, transform 0.5s;
    transform: scaleY(1);
    transform-origin: center top;
}
.shoplist__popup ul li{
	margin: 0;
}
.shoplist__popup ul li + li {
    border-top: 1px dotted rgb(221, 221, 221);
}
.shoplist__popup ul li a{
	display: block;
    padding: 6px 0px 6px 13px;
    background: url(/shop/assets/images/pict_arrow_06.png) left center / 5px 9px no-repeat scroll transparent;
    font-weight: bold;
    font-size: 15px;
}
@media screen and (max-width: 767px) {
	.shoplist__item{
		padding: 5.5% 0px 5%;
	}
	h2.shoplist__title{
		font-size: 16px;
        padding: 10px 0 0 0;
        margin-bottom: 20px;
	}
	.shoplist__info{
		margin-bottom: 3%;
        width: 100%;
	}
	.shoplist__links{
		width: 100%;
	}
}