/* Y'S GEAR : shoplist.css */


/*======================================================================*
 *  [ shoplist ] 
 *======================================================================*/

.yamalubeShoplist {
	margin: 20px 0 30px !important;
	padding: 0 20px;
}
.yamalubeShoplist .ttl {
	margin: 0;
	color: #CC1533;
}

.yamalubeShoplist.accordion {
	margin: 20px 0 !important;
}
.yamalubeShoplist.accordion .ttl {
	position: relative;
	cursor: pointer;
}
.yamalubeShoplist.accordion .ttl::before, 
.yamalubeShoplist.accordion .ttl::after {
	position: absolute;
	top: calc(50% - 2px);
	right: 10px;
	width: 20px;
	height: 2px;
	background: #CC1533;
	content: "";
}
.yamalubeShoplist.accordion .ttl::after {
	display: none;
	transform: rotate(90deg);
}
.yamalubeShoplist.accordion.hide .ttl::after  {
	display: block;
}
.yamalubeShoplist.accordion .inner {
	display: none;
}

.yamalubeTable {
	margin-top: 10px;
	width: 100%;
	border: 1px solid #ccc;
	font-size: 1.4rem;
}
.yamalubeTable th,
.yamalubeTable td {
	padding: 5px;
	border: 1px solid #ccc;
	vertical-align: middle;
}
.yamalubeTable thead th {
	background: #eee;
}
.yamalubeTable thead tr th:nth-child(1) { width: 33%; }
.yamalubeTable thead tr th:nth-child(2) { width: 10%; }
.yamalubeTable thead tr th:nth-child(4) { width: 14%; }
.yamalubeTable tbody tr th { text-align: left; }
.yamalubeTable tbody tr td:nth-child(2), 
.yamalubeTable tbody tr td:nth-child(4) {
	text-align: center;
	white-space: nowrap;
}


/*======================================================================*
 *  [ clearfix ] 
 *======================================================================*/

.cf:after {
	content: "";
	clear: both;
	display: block;
}


/*======================================================================*
 *  [ Media Queries 980 ] 
 *======================================================================*/

@media screen and (max-width: 980px) {
	
	/*==================================================================*
	 *  [ common | メイン ] 
	 *==================================================================*/
	
	.mainImg {
		margin: 0 -20px;
	}

} /* */


/*======================================================================*
 *  [ Media Queries 568 ] 
 *======================================================================*/

@media screen and (max-width: 568px) {
	
	/*======================================================================*
	 *  [ common ] 
	 *======================================================================*/
	
	.mainImg {
		margin: 0 -10px;
	}
	
	
	/*==================================================================*
	 *  [ shoplist ] 
	 *==================================================================*/
	
	.yamalubeShoplist {
		padding: 0;
		margin: 15px 0 !important;
	}
	.yamalubeShoplist .ttl {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	
	.yamalubeTable {
		display: block;
	}
	.yamalubeTable thead {
		display: none;
	}
	.yamalubeTable tbody, 
	.yamalubeTable tbody tr,
	.yamalubeTable tbody th,
	.yamalubeTable tbody td {
		display: block;
		width: 100% !important;
		border: none;
		box-sizing: border-box;
	}
	.yamalubeTable tbody tr th {
		padding: 5px 10px;
		background: #999;
		color: #fff;
	}
	.yamalubeTable tbody tr td {
		padding: 0 10px;
		text-align: left !important;
	}
	.yamalubeTable tbody tr td:nth-child(2) {
		padding-top: 10px;
	}
	.yamalubeTable tbody tr td:nth-child(4) {
		padding-top: 5px;
		padding-bottom: 10px;
	}
	.yamalubeTable tbody tr td:nth-child(2)::before { content: "〒"; }
	.yamalubeTable tbody tr td:nth-child(4)::before { content: "TEL："; }
} /* */

/*======================================================================*
 *  [ Media Queries 480 ] 
 *======================================================================*/

@media screen and (max-width: 480px) {
	
	/*==================================================================*
	 *  [ common ] 
	 *==================================================================*/
	
	.commonLinkBox.column3 li { width:  50%; }
	.commonLinkBox.column3 li:nth-child(3n+1) { clear: none; }
	.commonLinkBox.column3 li:nth-child(2n+1) { clear: both; }
}

/*==============================================*
 *  [ TOPへ戻る ] 
 *==============================================*/

.returntop {
	text-align: center;
	margin-bottom: 100px;
}

.returntop a {
	color: #333;
	font-size: 2.0rem;
	border: 3px solid #F5F5F5;
	background-color: #fff;
	padding: 17px 32px 17px 26px;
}
.returntop a:hover {
	border: 3px solid #F5F5F5!important;
}

.returntop a b::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 1.2rem;
	height: 1.2rem;
	border: 3px solid #CC1533;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateX(25%) rotate(-135deg);
	margin-right: 30px;
}

@media screen and (max-width: 768px) {
	.returntop a {
		height: 40px;
		font-size: 1.6rem;
	}
	.longbtn a b::before {
		margin-right: 10px;
	}
}