/* 共通 */
#shop_details li{
	list-style: none;
}
#shop_details .btn_link{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
}
#shop_details .btn_link_a{
	display: flex;
	position: relative;
	justify-content: center;
	margin-top: 30px;
}
#shop_details .btn_link_a span{
	display: inline-block;
    padding: 5px 30px 5px 30px;
    background: #FFF;
    position: relative;
    border: solid 1px #959595;
    border-radius: 20px;
}
#shop_details .btn_link_a span i{
	padding-left: 10px;
}
#shop_details .btn_link_a a{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
}
#shop_details h2.big{
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
	color: #10AF9E;
	font-weight: bold;
}
#shop_details h2 span{
	position: relative;
	padding: 0 30px;
}
#shop_details h2 span:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 40px;
	border: solid 1px #10AF9E;
	transform: rotate(35deg)
}
#shop_details h2 span:after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 40px;
	border: solid 1px #10AF9E;
	transform: rotate(35deg)
}

/* 店舗タイトル*/
#shop_details #title{
	background: #10AF9E;
	color: #FFf;
}
#shop_details #title h1{
	padding: 10px 0;
	margin: 0;
	font-size: 24px;
	font-weight: bold;
}
#shop_details #title h1 span{
	font-size: 12px;
}

/* 店舗基本情報 */
#shop_details #basic_info{
	padding: 20px 0;
	background: #F8F8F8;
}
#shop_details #basic_info .flex{
	display: flex;
}
#shop_details #basic_info #shop_block{
	width: 60%;
}
#shop_details #basic_info #shop_block #shop_info tr{
	display: flex;
	align-items: center;
	border-bottom: solid 1px #6A6A6A;
}
#shop_details #basic_info #shop_block #shop_info tr:first-child{
	border-top: solid 1px #6A6A6A;
}
#shop_details #basic_info #shop_block #shop_info th{
	width: 150px;
	padding: 15px 10px;
	background:none;
	border: none;
	text-align:left;
}
#shop_details #basic_info #shop_block #shop_info td{
	width: 100%;
	padding: 15px 10px;
	border: none;
}
#shop_details #basic_info #shop_block #shop_info .info_btn{
	background: #FFD800;
	color: #000;
	padding: 5px 10px;
	font-weight: bold;
	border-radius: 5px;
	cursor: pointer;
}
#shop_details #basic_info #shop_block #shop_info i{
	padding-right: 10px;
}

/* アクセス方法 */
#shop_details #basic_info #access_info{
	margin-top: 30px;
}
#shop_details #basic_info #access_info h2{
	margin-bottom: 10px;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
}
#shop_details #basic_info #access_info h3{
	font-size: 16px;
	margin-bottom: 20px;
}
#shop_details #basic_info #access_info .flex{
	display: flex;
	flex-wrap: wrap;
	width: 50%;
}
#shop_details #basic_info #access_info dl{
	width: 50%;
	padding-right: 20px;
}
#shop_details #basic_info #access_info dl:nth-child(2n){
	padding-right: 0;
}
#shop_details #basic_info #access_info i{
	background: #10AF9E;
	padding: 10px;
	position: relative;
	margin-right: 15px;
	color: #FFF;
}
#shop_details #basic_info #access_info i:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -6px;
	border: 6px solid transparent;
	border-left: 6px solid #10AF9E;
}
@media (max-width: 767px){
	#shop_details #basic_info #access_info .flex{
		width: 100%;
	}
}

/* google map */
#shop_details #maps{
	width: 100%;
	height:300px;
}

/* 店舗画像 */
#shop_details #basic_info .shop_img{
	width: calc(50% - 120px) ;
	margin-left: 100px;
	margin-right: 20px;
	position: relative;
	height: 100%;
}
#shop_details .pagination{
	text-align: center;
}
#shop_details .prev{
	position: absolute;
	top: calc(50% - 28px);
	left: -30px;
	z-index: 10;
	font-size: 32px;
	cursor: pointer;
}
#shop_details .next{
	position: absolute;
	top: calc(50% - 28px);
	right: -30px;
	z-index: 10;
	font-size: 32px;
	cursor: pointer;
}

/* スマホレイアウト */
@media (max-width: 767px){
	#shop_details #basic_info .flex{
		flex-wrap: wrap;
	}
	#shop_details #basic_info #shop_block{
		width: 100%;
	}
	#shop_details #basic_info .shop_info{
		width: 100%;
	}
	#shop_details #basic_info .shop_img{
		width: 100%;
		margin: 20px 0 0 0;
	}
	#shop_details #basic_info #access_info dl {
    	width: 100%;
    	border-bottom: solid 1px #DDD;
    	padding: 10px 0;
    }
    #shop_details #basic_info #access_info h3 {
	    margin: 0 0 10px 0;
	}
	#shop_details .prev{
		left: 10px;
		color: #FFF;
		top: calc(50% - 32px);
		font-size: 48px;
	}
	#shop_details .next{
		right: 10px;
		color: #FFF;
		top: calc(50% - 32px);
		font-size: 48px;
	}
}

#shop_details #access_map{
	margin: 40px 0;
}
#shop_details #access_map h2{
	font-size: 18px;
	border-bottom: solid 1px #DDD;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-weight: bold;
}
#shop_details #access_map .access_map_swiper{
	position: relative;
}
#shop_details #access_map .access_map_swiper img{
	max-width: 100%;
}
#shop_details #access_map .access_map_swiper li{
	position: relative;
}
#shop_details #access_map .access_map_swiper li span{
	position: absolute;
	top: 0;
	left: 0;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background: rgba(16, 175, 175, 0.7);
	padding: 5px;
}

/* 店頭買取の流れ */
#shop_details #flow{
	margin-top: 40px;
	padding: 20px 0;
}
#shop_details #flow img{
	max-width: 100%;
}
#shop_details #flow .flex{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -30px;
}
#shop_details #flow .flex dl{
	width: calc(50% - 60px);
	margin: 20px 30px;
}
#shop_details #flow .flex dt{
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}
#shop_details #flow .flex dt span{
	color: #10AF9E;
}
#shop_details #flow .flex dt .step{
	font-size: 18px;
	font-weight: bold;
	position: relative;
	padding-left: 20px;
}
#shop_details #flow .flex dt .step:before{
	content: '';
	position: absolute;
	top: 0;
	left: 5px;
	height: 20px;
	border: solid 1px #10AF9E;
	transform: rotate(35deg);
}
#shop_details #flow .flex dt .step_num{
	font-size: 28px;
	font-weight: bold;
}
#shop_details #flow .flex dt h3{
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding-left: 10px;
}
#shop_details #flow .flex dd p{
	margin: 10px 0;
}
/* スマホレイアウト */
@media (max-width: 767px){
	#shop_details #flow .flex{
		margin: 0;
	}
	#shop_details #flow .flex dl{
		width: 100%;
		margin: 10px 0;
	}
}

/* お得情報 */
/* キャンペーン */
#shop_details #good_info{
	padding: 20px 0;
}
#shop_details #good_info img{
	max-width: 100%;
}
#shop_details #good_info img:hover{
	opacity: 0.7;
}
#shop_details #good_info .flex{
	display: flex;
}
#shop_details #good_info h3{
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
}
#shop_details #good_info #event{
	width: 50%;
}
#shop_details #good_info #event ul li{
	margin-bottom: 30px;
}
#shop_details #good_info #event ul li .flex{
	display: flex;
}
#shop_details #good_info #event ul li .flex .col_img{
	width: 40%;
}
#shop_details #good_info #event ul li .flex .col_text{
	padding-left: 10px;
	width: 60%;
}
#shop_details #good_info #event ul li .flex .col_text span{
	font-weight: bold;
}
#shop_details #good_info #event ul li h4{
	font-size: 16px;
	border-bottom: solid 1px #DDD;
	padding: 10px 0;
	font-weight: bold;
	position: relative;
	padding-left: 10px;
}
#shop_details #good_info #event ul li h4:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 100%;
	background: #10AF9E;
}


/* チラシ */
#shop_details #good_info #paper{
	padding-left: 40px;
	width: 50%;
}
#shop_details #good_info #paper ul{
	display: flex;
	margin: 0 -10px;
}
#shop_details #good_info #paper li{
	margin-bottom: 10px;
	border: solid 2px #10AF9E;
	margin: 0 10px;
	width: 100%;
}

/* スマホレイアウト */
@media (max-width: 767px){
	#shop_details #good_info .flex{
		flex-wrap: wrap;
	}
	#shop_details #good_info #event{
		width: 100%;
	}
	#shop_details #good_info #paper{
		padding-left: 0;
		width: 100%;
	}
}

/* 店長紹介 */
#shop_details #shop_staff{
	background: url("https://www.eco-ring.com/wp-content/themes/kaitori/images/shop/layout/bg-staff.jpg");
	padding: 50px;
}
#shop_details #shop_staff h2{
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	color: #767676;
}
#shop_details #shop_staff img{
	max-width: 100%;
}
#shop_details #shop_staff .flex{
	display: flex;
	flex-wrap: wrap;
}
#shop_details #shop_staff .flex .col:nth-child(1){
	width: 40%;
}
#shop_details #shop_staff .flex .col:nth-child(2){
	width: 60%;
	background: #FFF;
	padding: 30px;
}
/* スマホレイアウト */
@media (max-width: 767px){
	#shop_details #shop_staff{
		padding: 10px;
	}
	#shop_details #shop_staff .flex .col:nth-child(1){
		width: 100%;
	}
	#shop_details #shop_staff .flex .col:nth-child(2){
		width: 100%;
		padding: 10px;
	}
}

/* 買取実績 */
#shop_details #item_reulst{
	background: #F8F8F8;
	padding: 20px 0;
}
#shop_details #item_reulst img{
	width: 100%;
	height: 180px;
	object-fit: cover;
	border-radius: 5px 5px 0 0;
}
#shop_details #item_reulst ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
#shop_details #item_reulst ul li{
	background: #FFF;
	width: calc(25% - 20px);
	margin: 10px;
	position: relative;
	font-weight: bold;
	box-shadow: 0 1px 2px rgba(0,0,0,0.26);
	border-radius: 0 0 5px 5px;
}
#shop_details #item_reulst ul li:hover{
	opacity: 0.7;
}
#shop_details #item_reulst ul li p{
	margin: 0;
}
#shop_details #item_reulst .text_block{
	padding: 15px;
}
#shop_details #item_reulst ul li .flex{
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	justify-content: space-between;
}
#shop_details #item_reulst ul li .price{
	font-size: 16px;
	color: red;
}

/* スマホレイアウト */
@media (max-width: 767px){
	#shop_details #item_reulst ul li{
		background: #FFF;
		width: calc(50% - 20px);
	}
	#shop_details #item_reulst img{
		height: 120px;
	}
	#shop_details #item_reulst ul li .price{
		font-size: 14px;
	}
	#shop_details #item_reulst ul li .flex{
		margin-top: 20px;
	}
	#shop_details #item_reulst ul li .flex p{
		width: 100%;
	}
	#shop_details #item_reulst ul li .flex .purchase_date{
		text-align: right;
		padding-top: 10px;
		font-size: 12px;
		font-weight: 100;
	}
}

/* 買取リンク */
#shop_details #buying{
	margin-top: 40px;	
}
#shop_details #buying .sup{
	padding: 20px 200px;
}
#buying-link {
    margin: 20px 0;
}

#shop_details #buying #puchase_list{
	margin-top: 40px;
}
#shop_details #buying #puchase_list img{
	max-height: 80px;
	padding: 3px;
}
#shop_details #buying #puchase_list ul{
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
}
#shop_details #buying #puchase_list ul li{
	display: flex;
	align-items:center;
	width: calc(20% - 20px);
	margin: 10px;
	border: solid 1px #10AF9E;
	position: relative;
}
#shop_details #buying #puchase_list ul li:hover{
	opacity: 0.7;
}
#shop_details #buying #puchase_list ul li h3{
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding-left: 10px;
}
#shop_details #buying .purchase_sup{
	margin-top: 30px;
	text-align: center;
}
/* スマホレイアウト */
@media (max-width: 991px){
	#shop_details #buying .sup{
		padding: 20px 0 0 0;
	}
	#shop_details #buying #puchase_list img{
		max-height: 60px;
	}
	#shop_details #buying #puchase_list ul li{
		width: calc(50% - 20px);
	}
	#shop_details #buying #puchase_list ul li h3{
		font-size: 14px;
		font-weight: bold;
	}
}

/* バナーエリア */
#shop_details #baner{
	margin-top: 80px;
}
#shop_details #baner h3{
	text-align: center;
	font-size: 16px;
	color: ##909090;
	font-weight: bold;
}
#shop_details #baner img{
	max-width: 100%;
}
#shop_details #baner ul{
	display: flex;
}
#shop_details #baner ul li{
	width: 33.3%;
	margin-right: 30px;
}
#shop_details #baner ul li:last-child{
	margin: 0;
}
#shop_details #baner ul li:hover{
	opacity: 0.7;
}
/* スマホレイアウト */
@media (max-width: 767px){
	#shop_details #baner ul{
		flex-wrap: wrap;
	}
	#shop_details #baner ul li{
		margin: 0 0 15px 0;
		width: 100%;
	}
}

/* エコ促進 */
#shop_details #eco_promotion{
	margin-top: 40px;
	background: #10AF9E;
	padding: 20px 0;
}
#shop_details #eco_promotion h2{
	color: #FFF;
}
#shop_details #eco_promotion img{
	width: 100%;
	height: 180px;
	object-fit: cover;
	border-radius: 5px 5px 0 0;
}
#shop_details #eco_promotion .flex{
	display: flex;
	flex-wrap: wrap;
	margin: 20px -10px 0 -10px;
}
#shop_details #eco_promotion .flex dl{
	width: calc(25% - 20px);
	margin: 0 10px;
	background: #FFF;
	border-radius: 5px;
}
#shop_details #eco_promotion .flex dd{
	padding: 10px 20px;
}
#shop_details #eco_promotion .flex dd h3{
	font-size: 18px;
	font-weight: bold;
}
/* スマホレイアウト */
@media (max-width: 767px){
	#shop_details #eco_promotion .flex dl{
		width: 100%;
		margin: 0 10px 20px 10px;
		background: #FFF;
		border-radius: 5px;
	}
}