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

/*　エリアタグページ　2018.06------------------------------ */
div#content h2.nation-wide-tag {
	font-size: 20px;
	position: relative;
	margin: 0 0 5px;
	padding: 0.7em 1em 0.7em 1em;
	border: 1px solid #ccc;
	border-top: 3px solid #f6ac3b;
	background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
	background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
}

div#content h3.tag	{
	font-size: 1.5em;
	position: relative;
	margin: 0;
padding: 0.7em 1em 0.7em 1em;/*文字周りの余白*/
color: #333;/*文字色*/
background: #FCFCFC;/*背景色*/
border-left: solid 10px #f6ac3b;/*左線（実線 太さ 色）*/
}
div#content h3.tag a {
    line-height: normal;
    color: #333;
    display: block;
}
div#content h3.tag a:hover {
    opacity: 0.7;
	color: #f6ac3b;
}

div#content h4.tag	{
	font-size: 1.3em;
	position: relative;
	margin: 0;
	padding: 0.7em 1em 0.5em 1em;/*文字周りの余白*/
	color: #333;/*文字色*/
	border-bottom: dotted 3px #f6ac3b;
}
.tag0 {
	width: 730px;
	overflow: hidden;
	margin: 10px 0;
	padding: 10px 0;
	border-bottom: 1px dotted #848383;
}
.tag_shop {
	width:700px;
	height: 215px;
	margin:0 10px 10px 10px;
	padding: 10px;	
	color: #333;
	overflow: hidden;
}
.tag_shop p {
	padding: 0 20px 0 20px;
	font-size: 1.3em;
	font-weight: bolder;
}
.tag1 {
	width:700px;
	margin:10px;
	padding: 0 10px 0 10px;	
	color: #333;
	background: #FCFCFC;/*背景色*/
}
.tag1 p {
	padding: 0 20px 0 20px;	
}
.tag2 {
	width: 340px;
	height: 230px;
	padding-right: 20px;
	float: left;
}
.tag3 {
	width: 340px;
	height: 230px;
	line-height: 0;
	float: right;
}
.tag_s {
	width: 340px;
	padding-right: 20px;
	float: left;
}
.tag_w {
	width: 340px;
	line-height: 0;
	float: right;
}
/*店舗の詳細ボタン*/
a.tag_s_btn {
position: relative;
display: block;
width: 300px;
margin: 10px auto;
padding: 0.8em;
text-align: center;
text-decoration: none;
color: #FFF;
font-size: 1em;
background: #f6ac3b;
border-bottom: 2px solid #993300;
border-radius: 4px;
box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}
a.tag_s_btn:active {
border-bottom: 2px solid #f6ac3b;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
/*店舗のWEB予約ボタン*/
a.tag_w_btn {
position: relative;
display: block;
width: 300px;
margin: 10px auto;
padding: 0.8em;
text-align: center;
text-decoration: none;
color: #FFF;
font-size: 1em;
background: #ff0000;
border-bottom: 2px solid #660000;
border-radius: 4px;
box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}
a.tag_w_btn:active {
border-bottom: 2px solid #ff0000;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

/*修理メニュー*/
ul#type {
    width: 100%;
    box-sizing: border-box;
}
ul#type li {
    list-style: none;
    float: left;
    width: 50%;
    line-height: 50px;
    /*text-align: center;*/
    background: #E8E8E8;
    border: 1px solid #fff;
    box-sizing: border-box;
}
ul#type li a {
    display: block;
	margin:0;
	padding: 0 20px;
    line-height: 50px;
    /*text-decoration: none;*/
    font-size: 1em;
    font-weight: bold;
    /*white-space: nowrap;*/
	color: #333;
	text-align: center;
}
/*
ul#type li:nth-child(4n) {
    border-right: 0;
}*/
