t@charset "utf-8";

/*==================================================================== stores
*/

.stores .txt_catch { padding-bottom: 0;}

/*---------------------------------- stores_point
*/
.stores_point { position: relative; padding: 80px 0;}
.stores_point:before,
.stores_point:after {
	position: absolute;
	top: 0;
	display: block;
	width: 50%; height: 100%;
	content: "";
	background: no-repeat 50% 50% / cover;
	-webkit-background-size: cover;
	z-index: -1;
}
.stores_point:before { left: 0; background-image: url(../img/stores/store_img1.jpg);}
.stores_point:after { right: 0; background-image: url(../img/stores/store_img2.jpg);}

.stores_point .sec_inner { background-color: rgba(188, 82, 0, 0.9); padding-bottom: 30px;}

.sp_box_wrap {
	box-sizing: border-box;
	display: table;
	width: 100%;
	border-collapse: separate;
	border-spacing: 30px;
}
.sp_box_a {
	display: table-cell;
	width: 50%;
	color: #fff;
	border: 1px solid #fff;
	padding: 30px;
}

.hl_ribbon {
	position: relative;
	display: block;
	width: 18em;
	text-align: center;
	letter-spacing: 0.15em;
	padding: 0 31px;
	margin: 0 auto 20px;
}
.hl_ribbon:before, .hl_ribbon:after {
	position: absolute;
	bottom: -10px;
	display: inline-block;
	width: 40px; height: 40px;
	content: "";
	background: no-repeat 0 0 / contain;
	-webkit-background-size: contain;
	z-index: 1;
}
.hl_ribbon:before{ left: 0; background-image: url(../img/stores/ribbon_left.png);}
.hl_ribbon:after { right: 0; background-image: url(../img/stores/ribbon_right.png);}
.hl_ribbon h3 {
	position: relative;
	display: block;
	background-color: #cea600;
	color: #fff;
	text-align: center;
	padding: 8px 10px;
	z-index: 2;
}
.hl_ribbon h3 span {
	display: inline-block;
	min-width: 1.5em;
	background-color: #fff;
	color: #cea600;
	border-radius: 50%; -webkit-border-radius: 50%;
	margin-left: 5px;
}

.stores_point .hl6 strong { color: inherit; font-weight: bold;}
.stores_point .hl6 b { color: #cea600;}

.sp_box_b {
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	padding: 30px;
	margin: 0 30px;
}
.sp_box_b .fs18 { color: #d45b01; text-align: center;}

.sp_box_bnr {
	margin: 30px 30px 0;
}
.sp_box_bnr img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: auto;
}

/*---------------------------------- time_service
*/
.time_service {
	position: relative;
	background: url(../img/stores/store_img3.jpg) no-repeat 50% 50% / cover;
	-webkit-background-size: cover;
}
.time_service:before {
	position: absolute;
	top: 0; left: 0;
	content: "";
	width: 100%; height: 100%;
	background-color: rgba(255,255,255,0.8);
	z-index: 1;
}
.time_service * { position: relative; z-index: 2;}
.ts_catch { text-align: center;}
.ts_catch p {
	position: relative;
	display: inline-block;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.2;
	padding: 80px 40px 10px;
}
.ts_catch p:before,
.ts_catch p:after {
	position: absolute;
	bottom: 10px;
	display: inline-block;
	height: 50%;
	content: "";
	border-left: 1px solid #000;
	z-index: 2;
}
.ts_catch p:before { left: 0; transform: rotate(-25deg); -webkit-transform: rotate(-25deg);}
.ts_catch p:after { right: 0; transform: rotate(25deg); -webkit-transform: rotate(25deg);}
.ts_catch strong { font-weight: bold;}
.fc_sky { color: #4a92d3;}
.fc_yellow { color: #c08c00;}

.ts_date {
	position: relative;
	background-color: #bc5200;
	text-align: center;
	padding: 40px 0 30px;
	margin: 80px 0 40px;
}
.ts_date:before {
	position: absolute;
	top: -20px; right: 0; left: 0;
	display: inline-block;
	width: 24px; height: 39px;
	content: "";
	background: url(../img/ico_pins.png) no-repeat 0 0 / contain;
	-webkit-background-size: contain;
	margin: auto;
}
.ts_date h4 {
	color: #fff;
	font-size: 18px;
	padding: 0 0 10px;
}
.ts_date > div {
	display: table;
	width: 100%;
	border-collapse: separate;
	border-spacing: 30px 0;
}
.ts_date dl {
	display: table-cell;
	width: 50%;
	background-color: #fff;
	vertical-align: top;
	padding: 0;
}
.ts_date dt {
	background-color: #cea600;
	color: #fff;
	font-size: 18px;
	padding: 0.5em;
}
.ts_date dd { padding: 20px;}
.ts_date dd strong { color: #d30000; font-size: 18px; font-weight: bold;}
.ts_date .ar { color: #fff; padding: 10px 20px 0;}

.ts_flyer a {
	position: relative;
	display: block;
	background-color: #d40000;
	color: #fff;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	padding: 1em 2em;
	overflow: hidden;
}
.ts_flyer a:before {
	display: inline-block;
	width: 32px; height: 32px;
	content: "";
	background: url(../img/ico_pdf.png) no-repeat 50% 50% / contain;
	-webkit-background-size: contain;
	vertical-align: middle;
	margin-top: -4px;
	margin-right: 10px;
}
.ts_flyer a:after {
	position: absolute;
	top: 50%; right: 20px;
	display: inline-block;
	content: "\f138";
	font-family: FontAwesome;
	vertical-align: middle;
	margin-top: -12px;
}
.ts_flyer a:hover { background-color: #ef9602;}

/*---------------------------------- store_catch
*/
.store_catch {
	display: table;
	width: 100%;
	border-bottom: 2px solid #afafaf;
	padding: 40px 0 10px;
}
.store_catch .hl1,
.store_catch p { display: table-cell; vertical-align: bottom;}
.store_catch p { font-size: 18px; text-align: right;}
.store_catch p strong { color: #c95b01;}
.store_catch p strong:before, .store_catch strong:after {
	position: relative;
	display: inline-block;
	font-family: FontAwesome;
	vertical-align: middle;
}
.store_catch p strong:before { content: "\f10d"; top: -10px; margin-right: 10px;}
.store_catch p strong:after {content: "\f10e"; bottom: -10px; margin-left: 10px;}

/*---------------------------------- store_info
*/

.store_info { padding: 20px 0; overflow: hidden;}
.store_l, .store_r { float: left;}
.store_l {
	box-sizing: border-box; -webkit-box-sizing: border-box;
	width: 32%;
	padding-right: 20px;
}
.store_l .table_a { border: none; margin-top: 0;}
.store_l .table_a th,
.store_l .table_a td { border-bottom: 1px dotted #ccc;}
.store_l .table_a tr:last-child th,
.store_l .table_a tr:last-child td { border: none;}
.store_l .table_a th { white-space: nowrap; padding-left: 0;}
.store_l figure { box-sizing: border-box;  -webkit-box-sizing: border-box; margin-right: -20px;}
.store_l img { width: 100%;}
.store_r { width: 68%;}
.gmap {
	position: relative;
	padding-bottom: 86%;
	height: 0;
	overflow: hidden;
}
.gmap iframe {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
}

@media screen and (max-width: 1300px) {
}
@media screen and (max-width: 1000px) {
	.stores_point .sec_inner { padding-right: 0; padding-left: 0;}
	.stores_point .hl6 { font-size: 22px; letter-spacing: 0;}
	.hl_ribbon { width: 80%;}
}
@media screen and (max-width: 768px) {
	.txt_catch { font-size: 16px; text-align: left; padding: 20px 20px 0;}

	.stores_point { padding: 0;}
	.stores_point:before,
	.stores_point:after { width: 100%; left: 0;}
	.stores_point:before { height: 39%;}
	.stores_point:after { top: inherit; bottom: 0; height: 61%;}
	.sp_box_wrap,
	.sp_box_a { display: block; width: auto; padding: 20px;}
	.sp_box_a:first-child { margin-bottom: 20px;}
	.sp_box_b { padding: 20px; margin: 0 20px;}
	.hl_ribbon { width: 220px; margin-bottom: 10px;}
	.stores_point .hl6 { line-height: 1.2;}
	
	.ts_catch p { font-size: 36px; padding-top: 20px;}
	.ts_date { padding: 20px 0; margin: 40px 0 20px;}
	.ts_date > div { border-spacing: 20px 0;}
	.ts_date dt { font-size: 16px;}
	
	.store_catch,
	.store_catch .hl1,
	.store_catch p { display: block;}
	.store_catch .hl1 { margin-bottom: 10px;}
	.store_catch p { text-align: center;}
	.store_catch p .pc_hide { display: none;}
	
	.store_l, .store_r { width: auto; float: none; overflow: hidden;}
	.store_l { padding: 0 0 20px;}
	.store_l .table_a { width: 50%; float: left; margin: 0;}
	.store_l .table_a tr { border: none;}
	.store_l .table_a th { border: none; padding: 10px 0 0;}
	.store_l .table_a td { border-bottom: 1px dotted #ccc; padding: 0 0 10px;}
	.store_l figure { width: 50%; float: right; padding-left: 20px; margin: 0;}
	
	.store_info { padding-bottom: 0;}
	
	.gmap { padding-bottom: 280px;}
}
@media screen and (max-width: 480px) {
	.txt_catch { font-size: 14px; padding: 10px 10px 0;}
	
	.sp_box_wrap { padding: 10px;}
	.sp_box_a { padding: 20px 10px 15px;}
	.sp_box_a:first-child { margin-bottom: 10px;}
	.sp_box_b { margin: 0 10px;}
	.sp_box_b p { text-align: left;}
	.hl_ribbon { width: 200px;}
	.hl_ribbon h3 { font-size: 14px; letter-spacing: 0;}
	
	.ts_catch p { font-size: 22px; padding-right: 20px; padding-left: 20px;}
	.time_service .ac { text-align: left;}
	.ts_date > div { padding: 0 10px;}
	.ts_date > div, .ts_date dl { display: block; width: auto;}
	.ts_date dl + dl { margin-top: 10px;}
	.ts_date dt { font-size: 14px;}
	.ts_date dd { padding: 10px;}
	.ts_date .ar { font-size: 12px; line-height: 1.2; padding: 5px 10px 0;}
	.ts_flyer a { font-size: 14px;}
	.ts_flyer a:before { width: 24px; height: 24px; margin-right: 5px;}
	.ts_flyer a:after { right: 10px; margin-top: -10px;}
	
	.store_catch { padding: 0 0 10px;}
	.store_info + .store_catch { padding-top: 40px;}
	.store_catch p { font-size: 16px; letter-spacing: 0;}
	.store_catch p .pc_hide { display: block;}
	.store_catch p strong:before,
	.store_catch strong:after { font-size: 14px;}
	.store_catch p strong:before { margin-right: 5px;}
	.store_catch strong:after { margin-left: 5px;}
	.store_info { padding-top: 10px;}
	
	.store_l { padding-bottom: 10px;}
	.store_l .table_a,
	.store_l figure { width: 100%; float: none;}
	.store_l figure { padding: 10px 0 0;}
}



