@charset "UTF-8";
/*-----------------------------------

	store_block

-----------------------------------*/

/* ==========================================
	list_block
========================================== */

#list_box ul {
    width: 1050px;
    margin: 50px auto auto;
    background: #fff7ed;
    padding: 20px;
}
#list_box ul li {
    float: left;
    width: 15%;
    background: #f44f00;
    border-radius: 5px;
    margin-right: 2%;
    position: relative;
}
#list_box ul li::before {
    content: "";
    position: absolute;
    background: #fff;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    right: 5%;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
#list_box ul li a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    padding: 15px 0;
    color: #fff !important;
}
#list_box ul li::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    border-style: solid;
    border-width: 5.3px 3px 0 3px;
    border-color: #f44f00 transparent transparent transparent;
    line-height: 0px;
    _border-color: #000000 #000000 #000000 #f44f00;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
#list_box ul li:last-child {
    margin-right: 0;
}
#list_box ul li:hover {
	background:#5a5550;
}

/* ==========================================
	shop_block
========================================== */

#shop_block .shop_blank{
	padding: 180px 0 30px;
	margin: -120px auto 0;
}
#shop_block h3 {
	position:relative;
	font-size:20px;
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:3px solid #f44f00;
}
#shop_block h3:before {
	content: "";
    bottom: -3px;
    left: 0;
    width: 15%;
    position: absolute;
    height: 3px;
    background: #5a5550;
    z-index: 0;	
}
#shop_block h3 span {
	color: #757575;
	font-size:12px;
	padding-left:10px;
	letter-spacing: -0.01rem;	
}
#shop_block #higashiyamata {
	margin-bottom: 100px;
}
#shop_block .store_box {
	margin:30px 0;	
}
#shop_block .store_img {
	width:500px;
	float:left;	
}
#shop_block table {
	width:100%;	
	background:#fff;
}
#shop_block table tr.week {
    color: #fff;
    background: #f44f00;
}
#shop_block table tr.week th:first-child {
    border-radius: 10px 0 0 0;
}
#shop_block table th.time {
    width: 15%;
}
#shop_block table th{
    font-weight: normal !important;
    padding: 10px 5px;
    vertical-align: middle;
	text-align:center;
	border-bottom: 1px solid #eee;
}
#shop_block  table td {
    font-weight: normal !important;
    padding: 10px 5px;
    vertical-align: middle;
	text-align:center;
	border-bottom: 1px solid #eee;
}
#shop_block table th {
    width: 5%;
}
#shop_block table tr {
    background: #f9f9f9;
}
#shop_block table td span {
    font-size: 21px;
    color: #f44f00;
}
#shop_block .add_box {
	background: #fff7ed;
	padding:30px 0;
	text-align:center;
}
#shop_block .add_box ul{
	width:530px;
	margin:0 auto;
}
#shop_block .add_box .tel{
	float:left;
	display: inline-block;
	color:#f44f00;
	font-size:30px;
	font-weight:bold;
	padding-left: 40px;
	position: relative;
}
#shop_block .add_box .fax{
	float:right;
	display: inline-block;
	color:#f44f00;
	font-size:30px;
	font-weight:bold;
	padding-left: 40px;
	position: relative;
}
#shop_block .add_box .tel:before{
	width: 40px;
    content: url(../img/store/icon_tel.png);
    position: absolute;
    top: -5px;
    left: 0;	
}
#shop_block .add_box .fax:before{
	width: 40px;
    content: url(../img/store/icon_fax.png);
    position: absolute;
    top: -5px;
    left: 0;	
}
#shop_block .add_box .about_add {
	font-size:16px;
	margin-top:20px;	
}
#shop_block .text_box {
	margin:30px 0;	
}
#shop_block .text_box ul li {
	position: relative;
    padding-left: 1.5em;
    font-size: 14px;
    list-style: none;
}
/* #shop_block .text_box .text span {
	font-size: 21px;
    color: #f44f00;
} */
#shop_block .text_box ul li::before {
	content: "\025cf";
    color: #f4cea5;
    top: 0;
    left: 0;
    position: absolute;
}
#shop_block .text_box .text{
	font-size: 16px;
	line-height: 200%;
}
#shop_block h4 {
	position:relative;
	font-size:20px;
	padding: 10px 0 10px 20px;
	margin-bottom: 20px;
}
#shop_block h4::before {
    content: "";
    width: 7px;
    height: 28px;
    background: #f44f00;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
#shop_block .map_box {
	float:right;
	width:50%;
}
#shop_block .sab_text {
	font-size:12px;
	margin-top:10px;	
}


@media screen and (max-width: 1200px) {

	#list_box ul {
		width:100%;	
	}
	
	#shop_block .store_img {
		width:48%;	
	}

}

@media screen and (max-width: 840px) {
	
	#list_box ul li {
		width:49%;	
		margin-bottom:20px;
	}
	#list_box ul li:nth-child(even) {
		margin-right: 0;
	}
	#list_box ul li:last-child {
		margin-bottom:0;
	}
	#list_box ul li::after {
		right:6%;	
	}
	
}

@media screen and (max-width: 640px) {

	#list_box ul li {
		width:100%;	
	}
	#list_box ul li:last-child {
		margin-bottom:0;
	}
	#list_box ul li::after {
		right:6%;	
	}
	#shop_block .store_img {
		width:100%;	
		max-width:500px;
		float:none;
		margin:0 auto;
		display:block;
	}
	#shop_block .map_box {
		width:100%;
		margin:20px auto auto;	
	}
	#shop_block .add_box ul {
		width:100%;	
	}
	#shop_block .add_box .tel {
		float:none;	
		font-size:24px;
		margin-bottom:30px;
	}
	#shop_block .add_box .fax {
		float:none;	
		font-size:24px;
	}
	#shop_block .add_box .about_add {
		font-size:13px;	
	}
	#shop_block table th {
		font-size:10px;	
	}

}