@charset "utf-8";

/*===== CSS RESET =====*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
strike,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea,
select {
	outline: none;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

.clear {
	clear: both
}

.clearfix:after {
	content: " ";
	display: table;
	clear: both
}

.clearfix {
	*zoom: 1
}

ul,
ol {
	list-style: none;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

body * {
	max-height: 99999em
}

body img {
	max-height: none
}


/*===== COMMON =====*/

html,
body {
	width: 100%;
	min-height: 100%;
}

body {


/*	background: #F5F5F5; 20180323秋山さんからメール左右をホワイトに指示あり*/
	background: white;


	font-size: 16px;
	line-height: 1.4;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Meiryo, YuGothic, "Hiragino Kaku Gothic ProN", sans-serif;
	-webkit-text-size-adjust: none;
	color: #000;
}

.ft_serif {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Mincho Pro", Times, "Times New Roman", Georgia, serif;
}

a {
	color: #000;
	text-decoration: none;
}

.trans {
	opacity: 1;
}

.trans:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	-khtml-opacity: .8;
	opacity: .8;
}

.container {
	width: 100%;
	min-width: 960px;
}

.wrapper {
	width: 100%;
	max-width: 1650px;
	margin-left: auto;
	margin-right: auto;
}
.wrapp-mod {
	background: #fff
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

table,
table th,
table td {
	border-spacing: 0;
	border-collapse: collapse;
}

table th,
table td {
	vertical-align: middle;
	text-align: left;
}


/*===== HEADER =====*/

.shop-page .txt-header {
	border: none;
}

header {
	background: white;
}

header img {
	display: block;
}

.main-header {
	padding-bottom: 8px;
}

.header-flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
}

.txt-header {
	background: #202020;
	border-bottom: 3px solid #005c29;
}

.txt-header span {
	font-size: 14px;
	color: white;
	padding-top: 1px;
}

.logo a {
	display: block;
}

.logo {
	margin-left: 6px;
	margin-top: 15px;
}

.logo img {
	width: 407px;
}

.right-header {
	width: 700px;
	/* text-align: right; */
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-content: stretch;
}

.right-header_img {
	width: 468px;
	text-align: right;
	display: inline;
}

a.trans.btn-banner {
	display: inline-block;
	margin-top: 9px;
}

a.trans.btn-banner img {
	display: inline;
}

/*
.form-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	align-content: stretch;
}
*/

.form-search {
	width: 443px;
	border: 1px solid #005c29;/* cb7d83 ->#005c29*/
	border-radius: 3px;
	padding: 4px 5px 4px 6px;
	margin-top: 7px;
}

input.ip-search {
	float: left;
	width: 249px;
	font-size: 14px;
	color: #b9b8b8;
	border: 2px solid #b9b8b8;
	padding: 1px 8px;
	line-height: 24px;
	border-radius: 2px;
	margin-right: 4px;
	height: 24px;
}

input.ip-search.input_area {
	width: 600px;
	margin-top: 20px;
	color: #000000;
	clear: both;
	float: none;
	display: block;
}

input.ip-search.input_rest {
	width: 600px;
	margin-top: 20px;
	color: #000000;
	float: none;
}

select.sl-search {
	float: left;
	width: 105px;
	border: 2px solid #b9b8b8;
	border-radius: 3px;
	height: 24px;
	margin-right: 4px;
}

.form-search a {
	display: block;
	float: right;
}

.consideration_store_list {
	/* margin: 5px; */
	margin: 0px;
	border: #99ff99 solid 1px;
	background-color: #005c29;
	font-weight: bold;
	/* padding: 5px 0px; */
	padding: 20px;
	font-size: 18px;
}

.consideration_store_list a {
	color: #ffffff;
}


/*===== NAVIGATION =====*/

.navigation {
	background: #005c29;
	padding: 1px 0;
}

nav.navigation img {
	display: block;
}

nav.navigation ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
}

/*
nav.navigation ul li {
	float: left;
}
*/

nav.navigation ul li {
	display: flex;
	width: 33.3%;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

/*
nav.navigation ul li a {
	display: block;
}
*/

nav.navigation ul li a {
	background-color: #ffffff;
	color: #005c29;
	width: 100%;
	padding: 10px 0px;
}


/*===== FOOTER =====*/

footer {}

footer img {
	display: block;
}

.to-top {
	width: 100%;
	border-bottom: 1px solid #005c29; /* d04758 ->#005c29*/
}

.bor-top {
	border-bottom: 1px solid #005c29; /* d04758 ->#005c29*/
	padding-bottom: 9px;
}
.bor-top.pb {
	padding-bottom: 18px;
	border-bottom: none
}

span.to-top-btn {
	display: block;
	float: right;
	cursor: pointer;
}

.txt-footer {
	padding-top: 8px;
	padding-bottom: 13px;
}

.txt-footer h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
}

.txt-footer h2 span {
	font-size: 18px;
	color: #ea5514;
}

.txt-footer p {
	font-size: 14px;
	line-height: 1.566666666666667;
}

.main-footer {
	background: #005c29;
	padding-top: 10px;
	border-bottom: 2px solid white;
}

.logo-ft {
	float: left;
	width: 407px;
	margin-bottom: 12px;
}

.logo-ft img {
	width: 407px;
}

ul.menu-ft {
	float: right;
	width: 516px;
	margin-top: 12px;
}

ul.menu-ft li {
	float: left;
	border-left: 1px solid white;
	margin-bottom: 12px;
}

ul.menu-ft li:nth-child(5) {
	border-right: 1px solid white;
}

ul.menu-ft li:last-child {
	border-right: 1px solid white;
}

ul.menu-ft li a {
	color: white;
	padding: 0px 11px;
	line-height: 1em;
	display: block;
}

span.copy-right {
	display: block;
	text-align: center;
	background: #005c29;
	color: white;
	font-size: 14px;
	padding: 6px 0;
}


/*===== MAIN =====*/

.main {
	margin-top: 17px;
	margin-bottom: 16px;
}

.index-ttl {
	text-align: center;
	font-size: 42px;
	font-weight: bold;
	background: white;
	padding: 21px 0;
	color: #E4007F;
}

.main h2 {
	font-size: 18px;
	background: url('../img/bg_title.png') no-repeat left center;
	color: white;
	height: 32px;
	line-height: 32px;
	font-weight: bold;
	padding-left: 11px;
	padding-top: 3px;
}

.main .h2-shoplist {
	font-size: 18px;
	background: url('../img/bg_title.png') no-repeat left center;
	color: white;
	height: 32px;
	line-height: 32px;
	font-weight: bold;
	padding-left: 11px;
	padding-top: 3px;
}

.right-content {
	float: left;
	width: 80%;
	max-width: 1300px;
}

.find-area {
	width: 100%;
	height: 454px;
	background: #fff url('../img/map.png') no-repeat 61% 9%;
	border: 1px solid #005c29;
	border-top: 3px solid #005c29;
	box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	position: relative;
	background-size: contain;
}

.area-abs01 img {
	display: block;
}

.area-abs01 {
	height: 115px;
	padding-top: 32px;
	padding-left: 11px;
	position: absolute;
	top: 36px;
	left: 11.25px;
}

.area-abs01.abs06 {
	background: url('../img/btn_bg01.png') no-repeat;
	width: 307.5px;
	background-size: 100% 100%;
}

.area-abs01.abs08 {
	background: url('../img/btn_bg04.png') no-repeat;
	width: 307.5px;
	top: 148px;
	background-size: 100% 100%;
}

.area-abs01.abs09 {
	background: url('../img/btn_bg06.png') no-repeat;
	top: 260px;
	width: 215px;
	height: 186px;
	padding-top: 38px;
	background-size: 100% 100%;
}

.area-abs01.abs05 {
	background: url('../img/btn_bg02.png') no-repeat;
	width: 216.25px;
	height: 150px;
	padding-top: 33px;
	left: 318.75px;
	background-size: 100% 100%;
}

.area-abs01.abs07 {
	background: url('../img/btn_bg07.png') no-repeat;
	width: 216.25px;
	height: 114px;
	left: 227.5px;
	bottom: 1px;
	top: auto;
	background-size: 100% 100%;
}

.area-abs01.abs04 {
	background: url('../img/btn_bg08.png') no-repeat;
	width: 216.25px;
	height: 114px;
	left: auto;
	bottom: 1px;
	top: auto;
	right: 217.5px;
	background-size: 100% 100%;
}

.area-abs01.abs01 {
	background: url('../img/btn_bg03.png') no-repeat;
	width: 121.25px;
	height: 82px;
	left: auto;
	right: 3px;
	background-size: 100% 100%;
}

.area-abs01.abs02 {
	background: url('../img/btn_bg05.png') no-repeat;
	width: 216.25px;
	height: 150px;
	left: auto;
	right: 2px;
	padding-top: 36px;
	top: 115px;
	background-size: 100% 100%;
}

.area-abs01.abs03 {
	background: url('../img/btn_bg09.png') no-repeat;
	width: 216.25px;
	height: 186px;
	left: auto;
	right: 2px;
	top: auto;
	bottom: 1px;
	padding-top: 37px;
	background-size: 100% 100%;
}

.area-abs01 ul li {
	float: left;
	margin-right: 3px;
	margin-bottom: 4px;
}

.area-abs01 ul li a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	border: 1px solid;
	border-radius: 4px;
	background: -moz-linear-gradient(top, #ffffff 50%, #dfe0e1);
	background: -webkit-linear-gradient(top, #ffffff 50%, #dfe0e1);
	background: linear-gradient(to bottom, #ffffff 50%, #dfe0e1);
	color: #000000;
	width: 87.5px;
}

.area-abs01 ul li a img {
	width: 87.5px;
	height: 30px;
}

.area-abs01.abs02 ul li,
.area-abs01.abs03 ul li,
.area-abs01.abs05 ul li,
.area-abs01.abs06 ul li,
.area-abs01.abs08 ul li,
.area-abs01.abs09 ul li {
	border-bottom: none;
}

.area-abs01.abs04 ul li {
	border-right: none;
}

.manufac {
	border: 1px solid #005c29;
	border-top: 3px solid #005c29;
	box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	position: relative;
	margin-top: 17px;
	background: white;
}

.manufac ul li {
	font-weight: bold;
}

.main-manu {
	padding: 19px 25px;
}

.bor-main-manu {
	border-bottom: 1px solid #202020;
}

.block-manu img {
	float: left;
	margin-right: 4px;
}

.block-manu h3 {
	display: block;
	line-height: 29px;
	font-size: 20px;
	font-weight: bold;
}

/*
.col-manu {
	float: left;
	width: 249px;
}
*/

.col-manu {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
}

.block-manu {
	margin-bottom: 30px;
	width: 25%;
}

.block-manu ul {
	margin-top: 9px;
}

.block-manu ul li {
	display: block;
	background: url('../img/arrow01.png') no-repeat left center;
	padding: 3px 0;
	padding-left: 11px;
}

.col-manu.col02 {
	width: 205px;
}

.col-manu.col03 {
	width: 199px;
}

.col02 .block-manu {
	margin-bottom: 20px;
}

.other-manu h3 {
	font-size: 20px;
	font-weight: bold;
	padding-left: 15px;
	background: url('../img/arrow02.png') no-repeat left center;
}

.other-manu table {
	width: 100%;
	margin-top: 12px;
}
.other-manu table th,
.other-manu table td {
	vertical-align: middle;
	text-align: left;
	padding: 1px 0
}

.other-manu table th {
	width: 137px;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	padding-right: 43px;
}

.other-manu {
	padding: 15px 8px;
	padding-bottom: 0;
}

.other-manu table td ul li {
	float: left;
	color: #202020;
	padding-left: 10px;
	background: url('../img/arrow01.png') no-repeat left center;
	margin-right: 12px;
	margin-bottom: 5px;
}

.find-menu {
	border: 1px solid #005c29;
	border-top: 3px solid #005c29;
	box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	position: relative;
	margin-top: 22px;
	background: white;
}

.find-menu img {
	display: block;
}

.find-menu a {
	display: block;
}

.find-menu ul {
	padding: 11px 3px 7px;
}

.find-menu ul li {
	float: left;
	margin-right: 3px;
	margin-bottom: 3px;
}

/*
.find-menu ul li:nth-child(3n) {
	margin-right: 0;
}
*/

.find-menu_store ul li {
	border: 1px solid #005c29;
	border-radius: 3px;
	background-color: #f8f8f8;
	font-weight: bold;
}

.find-menu_store ul li a {
	padding: 10px 40px;
}

.find-menu_achievement {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
}

.performance {
	border: 1px solid #005c29;
	border-top: 3px solid #005c29;
	box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	margin-top: 24px;
	background: white;
}

.main .performance h2 {
	padding-top: 1px;
}

.main-per {
	padding: 11px 24px 17px;
}

.main-per h3 {
	font-size: 18px;
	font-weight: bold;
	color: #202020;
	background: url('../img/bor_bg.png') no-repeat left center;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #636363;
	padding-left: 20px;
}

.performance img {
	display: block;
}

.img-per {
	float: left;
	width: 200px;
}

.right-per {
	float: right;
	width: 455px;
}

.performance .right-per {
	width: 1000px;
}

.ttl-per {
	background: #F39800;
	padding: 3px 8px;
}

.ttl-per .func-per {
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: white;
}

.ttl-per .time {
	float: right;
	font-size: 14px;
	width: 83px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	background: white;
	border-radius: 20px;
	margin-top: 0.5px;
}

.block-per {
	border-bottom: 1px dashed #202020;
	padding: 14px 0;
}

.block-per h4 {
	padding-left: 8px;
	margin: 5px 0;
}

.block-per h4 a,
.main-side-content a.title{
    font-weight: bold;
	color: #036EB8;
	text-decoration: underline;
}

.main-side-content a.title{
    margin-top: 10px;
}

.main-side-content a.title img {
	height: 150px !important;
}

.main-side-content span.region{
    font-size: 14px;
    font-weight: bold;
    color: #4d4d4d;
}

.main-side-content p{
    font-size: 14px;
    margin: 10px 0px;
}

.name-price {
	padding-left: 8px;
}

.name-per {
	float: left;
	font-weight: bold;
	color: #E83828;
}

.name-per span {
	font-size: 14px;
	color: #202020;
	margin-right: 12px;
}

.price-per {
	float: right;
	font-weight: bold;
	color: #E83828;
}

.price-per span {
	font-size: 14px;
	color: #202020;
	margin-right: 12px;
}

.bor-name {
	border-bottom: 1px dashed #202020;
	padding-bottom: 2px;
	padding-right: 40px;
}

.right-per p {
	font-size: 14px;
	line-height: 1.25;
	padding-left: 8px;
	margin-top: 8px;
}

span.mark {
	padding-left: 8px;
	font-weight: bold;
	color: #202020;
	margin-top: 6px;
	display: block;
}

a.trans.more-per {
	float: right;
	margin-top: 20px;
}

.side-bar {
	float: right;
	width: 20%;
	max-width: 300px;
}

.side-bar img {
	display: block;
}

.side-bar a {
	display: block;
}

.main .side-content h2 {
	background: #005c29;
	padding: 0;
	text-align: center;
	font-size: 20px;
}

.side-content {
	border: 1px solid #005c29;
	box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	background: white;
	margin-top: 10px;
}

.main-side-content {
	padding: 0 12px;
	padding-top: 3px;
}

.block-side-content {
	padding: 0 17px;
	border-bottom: 1px dashed #202020;
	padding-top: 15px;
}

.side-bar a.trans.more-per {
	margin-top: 15px;
	margin-bottom: 15px;
}

.side-content:last-child {
	margin-top: 18px;
}

/* .main .side-content:last-child h2 {
	border-top: 1px solid white;
} */


/*===== PAGE: TOP =====*/

.slider-top {
	background: url('../img/bg_slide.png') repeat;
}


/*======PAGE SHOPLIST =======*/

.breadcrumb {
	padding: 11px 0;
}

.breadcrumb.bottom {
	padding-bottom: 8px;
}

.breadcrumb a {
	font-size: 14px;
	color: #005c29;
	display: inline-block;
}

.breadcrumb .df {
	color: #000;
}

.breadcrumb span {
	display: inline-block;
	font-size: 14px;
	color: #000000;
}

.condition-search {
	border: 1px solid #005c29;
	border-top-width: 3px;
	background: #fff;
	padding-bottom: 26px;
	margin-bottom: 20px;
}

.main .h2-shoplist {
	background-position: left top;
}

.main .h2-shoplist span {
	background: url(../img/icon01.png) no-repeat 8px center;
	padding-left: 42px;
	display: inline-block;
}

.ttl-h3 {
	font-size: 18px;
	font-weight: bold;
	color: #202020;
	border-bottom: 1px solid #4f4d4c;
	padding: 6px 0 2px 17px;
	background: url(../img/n-icon01.png) no-repeat left center;
	margin-bottom: 22px;
}

.shop-list {
	margin-top: -6px
}
.shop-list .breadcrumb {
	padding-top: 0
}
.shop-list .content {
	padding: 15px 14px 9px;
}

.cover-select {
	background: #fff;
	border: 1px solid #b5b5b6;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	float: left;
	width: 250px;
	position: relative;
	margin-right: 10px;
}

.cover-select:after {
	position: absolute;
	content: "";
	width: 28px;
	height: 28px;
	top: 0;
	right: 0;
	background: url(../img/n-icon02.png) no-repeat;
}

.cover-select select {
	width: 100%;
	height: 28px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: no-repeat;
	border: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	padding-left: 20px;
}

.select_pref {
	width: 250px;
	padding: 3px 5px;
	border: 1px solid #b5b5b6;
	margin-right: 10px;
}

.select_city {
	width: 250px;
	padding: 3px 5px;
	border: 1px solid #b5b5b6;
	margin-right: 10px;
}

.list-checkbox label span {
	padding-left: 26px;
	background: url(../img/n-icon03.png) no-repeat left center;
	display: block;
	font-size: 16px;
	color: #000;
}

.list-checkbox label input {
	display: none;
}

.list-checkbox label input:checked + span {
	background: url(../img/n-icon04.png) no-repeat left center;
}

.list-checkbox ul li {
	float: left;
	margin-right: 50px;
}

.list-select {
	margin-bottom: 11px;
}

.list-select .menu_step1 {
	float: left;
	/*width: 250px;*/
	line-height: 30px;
	margin-right: 50px;
}

.shop-list .content .inner {
	padding: 0 12px;
}

.second .list-checkbox {
	padding-top: 8px;
}

.second .list-checkbox ul li {
	margin-bottom: 14px;
	margin-right: 50px;
}

.second .ttl-h3 {
	margin-bottom: 13px;
}

.btn-toogle {
	border: 2px solid #005c29;
	text-align: center;
	background: url(../img/n-icon05.png) repeat left center;
	margin-top: 7px;
	cursor: pointer;
}

.btn-toogle span {
	display: inline-block;
	padding: 4px 0 5px 30px;
	font-size: 18px;
	font-weight: bold;
	color: #202020;
	background: url(../img/n-icon06.png) no-repeat left center;
}

.btn-toogle.u_active span {
	background: url(../img/n-icon07.png) no-repeat left center;
}

.n-btn-search {
	display: block;
	margin: 15px auto 0;
	width: 240px;
}

.n-btn-search img {
	display: block;
}

.result-search {
	border: 1px solid #005c29;
	border-top-width: 3px;
	background: #fff;
	padding-bottom: 26px;
	margin-bottom: 20px;
}

.result-search .top {
	margin-top: 12px;
	margin-bottom: 10px;
}

.result-search .top .left {
	float: left;
}

.result-search .top .left p {
	font-size: 16px;
	font-weight: bold;
	color: #202020;
}

.result-search .top .left p .number {
	color: #005c29; /* e83828 ->#005c29*/
	font-size: 150%;
}

.result-search .top .left p .number2 {
	font-size: 18px;
}

.result-search .content {
	padding: 0 14px;
}

.result-search .top .right {
	float: right;
	font-size: 16px;
	font-weight: bold;
	color: #202020;
}

.result-search .top .right a {
	display: inline-block;
	padding: 0 5px;
}

.result-search .top .right a.red {
	color: #005c29;
}

.result-search .top .right a.blue {
	color: #036eb8;
	text-decoration: underline;
}

.box-result {
	border: 1px solid #8f8f8f;
	border-top: 5px solid #005c29;
	position: relative;
	-webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
}

.box-result .ttl-result {
	font-size: 20px;
	color: #036eb8;
	font-weight: bold;
	padding: 9px 0 10px 17px;
	border-bottom: 1px solid #8f8f8f;
	background: url(../img/n-icon08.png) repeat left center;
	margin-bottom: 5px;
}

.box-result .p_top {
	font-size: 16px;
	color: #202020;
	margin-bottom: 5px;
}

.box-result .inner .image {
	float: left;
	width: 280px;
}

.box-result .inner .detail {
	float: right;
	width: 1300px;
	border: 2px solid #f8b62d;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 9px 12px;
}

.box-result .inner .image img,
.box-result .inner .detail .image02 img {
	display: block;
}

.box-result .inner .detail .ttl-h3 {
	margin-bottom: 7px;
}

.box-result .n-normal {
	margin-bottom: 12px;
}

.box-result .inner .detail .image02 {
	float: left;
	width: 182px;
}

.box-result .inner .detail .text {
	float: left;
	width: 1250px;
}

.box-result .inner .detail .text p {
	font-size: 21px;
	line-height: 21px;
}

.box-result .inner .detail .inner-right {
	position: relative;
	height: 176px;
}

.box-result .inner .detail .inner-right span.tag {
	position: absolute;
	font-size: 14px;
	bottom: 0;
	left: 0px;
}

.box-result .inner .jissekilist_detail {
	float: right;
	width: 1300px;
	border: 2px solid #f8b62d;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 9px 12px;
}

.box-result .inner .jissekilist_detail .image02 img {
	display: block;
}

.box-result .inner .jissekilist_detail .ttl-h3 {
	margin-bottom: 7px;
}

.box-result .inner .jissekilist_detail .image02 {
	float: left;
	width: 182px;
}

.box-result .inner .jissekilist_detail .text {
	float: left;
	width: 1250px;
}

.box-result .inner .jissekilist_detail .text p {
	font-size: 21px;
	line-height: 21px;
}

.box-result .inner .jissekilist_detail .inner-right {
	position: relative;
	height: 176px;
}

.box-result .inner .jissekilist_detail .inner-right span.tag {
	position: absolute;
	font-size: 14px;
	bottom: 0;
	left: 0px;
}

.box-result .right.clearfix.osusumelist_width {
	width: 680px;
}

.box-result .experience .image3 .result_img {
	width: 160px;
}

.experience.jissekilist_flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
	width: 100%;
}

.experience.jissekilist_flex .image3.img_area {
	width: 35%;
	float: none;
	height: 100%;
}

.experience.jissekilist_flex .image3.img_area .result_img {
	width: 100%;
	max-height: 420px;
}

.experience.jissekilist_flex .right.contents_area {
	width: 65%;
	float: none;
}

.experience.workerlist_flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
	width: 100%;
}

.experience.workerlist_flex .image3.img_area {
	width: 35%;
	float: none;
	height: 100%;
}

.experience.workerlist_flex .image3.img_area img {
	width: 100% !important;
	height: 100%;
	max-height: 420px !important;
}

.experience.workerlist_flex .right.contents_area {
	width: 65%;
	float: none;
}

.box-service .ttl-n-service {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	background: #8f8f8f;
	padding: 3px 0 7px 13px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 10px;
}

.box-service .list-service {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
}

.box-service .list-service img {
	margin-right: 7px;
	margin-bottom: 7px;
}

.box-service {
	margin-bottom: 4px;
}
.box-service .mb {
	margin: 12px 0 17px
}
.box-service .mb01 {
	margin: 11px 0 8px
}
.box-service .experience {
	border: 1px solid #c8c8c8;
	background-color: #efefef;
	padding: 10px;
	margin: 12px 0 20px;
}

.box-service .experience .image3 {
	/*float: left;*/
	/*width: 160px;*/
	width: 160px;
	height: 128px;
}

.box-service .experience .image3 img {
	display: block;
}

.box-service .experience .image3.jissekilist_img {
	margin: 10px 10px 10px 0;
	width: 500px;
	height: 375px;
	/*float: left;*/
}

.box-service .experience .image3 img.jissekilist_img {
	width: 375px;
}

.jissekilist_contents_area {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
}

.box-service .experience .image3.jissekilist_contents_img {
	margin: 10px 10px 10px 0;
	width: 500px;
	height: 375px;
	float: left;
}

.jissekilist_contents_comment {
	/*float: left;*/
	margin: 15px;
	line-height: 25px;
	width: 70%;
	font-size: 21px;
}

.box-service .experience .right {
	float: right;
	padding: 10px;
	background-color: #fff;
	width: 712px;
}

.box-service .experience .right table {
	width: 100%;
	background-color: #fff;
	margin-bottom: 7px;
}

.box-service .experience .right table tr td {
	border-collapse: collapse;
	border: 1px solid #c8c8c8;
	height: 29px;
	padding-left: 16px;
	font-size: 16px;
	font-weight: bold;
}

.box-service .experience .right table tr td.gray {
	background-color: #f0f0f0;
	text-align: center;
	width: 80px;
	padding: 0;
	font-weight: normal;
}

.box-service .experience .right table tr td.bold {
	width: 100px;
}

.box-service .experience .right table tr td.last {
	width: 133px;
}

.box-service .experience .right .ttl-blue {
	font-weight: bold;
	text-decoration: underline;
	color: #036eb8;
	font-size: 18px;
	margin-bottom: 3px;
}

.box-service .experience .right .ttl-blue a {
	color: #036eb8;
}

.box-service .experience .right p {
	font-size: 14px;
	line-height: 21px;
}

.rbox {
	padding: 10px;
	background-color: #fff;
	/* width: 100%; */
	margin-bottom: 3px;
	float: left;
	width: 585px;
}

.work-exp .rbox {
	width: 80%;
}

.rbox table {
	width: 100%;
	background-color: #fff;
	margin-bottom: 7px;
}

.rbox table tr td {
	border-collapse: collapse;
	border: 1px solid #c8c8c8;
	height: 29px;
	padding-left: 16px;
	font-size: 16px;
	font-weight: bold;
}

.rbox table tr td.gray {
	background-color: #f0f0f0;
	text-align: center;
	width: 80px;
	padding: 0;
	font-weight: normal;
}

.rbox table tr td.last {
	width: 133px;
}

.rbox table tr td.gray.rbox_td_1 {
	background-color: #f0f0f0;
	width: 120px;
}

.rbox table tr td.bold.rbox_td_2 {
	width: 30%;
}

.rbox table tr td.gray.rbox_td_3 {
	background-color: #f0f0f0;
	width: 120px;
}

.rbox table tr td.bold.last.rbox_td_4 {
	width: 30%;
}

.rbox table tr td.gray.rbox_td_5 {
	background-color: #f0f0f0;
	width: 120px;
}

.rbox table tr td.bold.rbox_td_6 {
}

.rbox table tr td.gray.rbox_td_7 {
	background-color: #f0f0f0;
}

.rbox table tr td.bold.last.rbox_td_8 {
}

.rbox .ttl-blue {
	font-weight: bold;
	text-decoration: underline;
	color: #036eb8;
	font-size: 18px;
	margin-bottom: 3px;
}

.rbox .ttl-blue a {
	color: #036eb8;
}

.rbox p {
	font-size: 14px;
	line-height: 21px;
}



.text-right {
	text-align: right;
}

.n-link01 {
	color: #fff;
	background-color: #e83828;
	font-size: 14px;
	font-weight: bold;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 1px 26px 1px 16px;
	position: relative;
	margin-top: 5px;
	margin-bottom: 4px;
	display: inline-block;
}

.n-link01:after {
	position: absolute;
	content: "";
	width: 8px;
	height: 18px;
	top: 0;
	right: 8px;
	background: url(../img/n-icon09.png) no-repeat left center;
}

.box-button {
	text-align: center;
}

.box-button.box-button_flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
	align-content: stretch;
}

.box-button_area {
	margin: 0 5px;
}

.box-button a {
	display: inline-block;
	margin: 0 4px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.3);
	box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.3);
}

.box-button a img {
	display: block;
}

.box-button a:first-child {
	margin-left: 0;
}

.box-button a:last-child {
	margin-right: 0;
}

.box-button.box-button_designated .tel_box {
	width: 396px;
}

.box-button.box-button_designated figure {
	position: relative;
}

.box-button.box-button_designated figcaption.free_call {
	position: absolute;
	bottom: 15px;
	left: 115px;
}

.box-button.box-button_designated figcaption.normal_call {
	position: absolute;
	bottom: 15px;
	left: 45px;
}

.box-button.box-button_designated figcaption p {
	color: red;
	font-size: 22px;
	font-weight: bold;
}

/*
.box-button a.shoplist_tel {
	width: 396px;
}
*/

.list-pager {
	text-align: center;
	padding-top: 8px;
	padding-bottom: 4px;
}

.list-pager ul li {
	display: inline-block;
	margin: 0 5.5px;
}

.list-pager ul li a {
	font-size: 18px;
	color: #036eb8;
	font-weight: bold;
	text-decoration: underline;
}

.list-pager ul li.active a,
.list-pager ul li a:hover {
	color: #005c29;
	text-decoration: none;
}

.looking {
	border: 1px solid #005c29;
	border-top-width: 3px;
	background: #fff;
	margin-bottom: 20px;
}

.shop-list .looking .content {
	padding-bottom: 13px;
}

.shop-list .looking .content img {
	float: left;
	margin-right: 9px;
	margin-bottom: 9px;
}

.list04 {
	border: 1px solid #005c29;
	border-top-width: 3px;
	background: #fff;
	padding-bottom: 16px;
	margin-bottom: 11px
}

.list04 ul li {
	float: left;
	width: 143px;
	margin-bottom: 13px;
}

.list04 ul li a,
.list04 ul li span {
	padding-left: 13px;
	background: url(../img/n-icon10.png) no-repeat left center;
	text-decoration: underline;
	color: #036eb8;
	display: inline-block
}

.list04 .content {
	padding: 26px 20px 0 60px;
}

.right a.trans.more-per.shop {
	margin-top: 9px;
	display: block;
}

.right a.trans.more-per.shop img {
	display: block;
}


/*==== PAGE SHOP =====*/

.main.shop {
	margin-top: 3px;
}

.main.shop img {
	display: block;
}

.ttl-shop {
	margin-top: 1px;
	margin-bottom: 1px;
}

.ttl-shop h1 {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.02em;
}

.ttl-shop h2 {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.02em;
}

.ttl-shop .shop_introduction {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -0.02em;
	padding: 0px;
	line-height: 1em;
}

.ttl-shop .shop_address {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -0.02em;
	padding: 0px;
	line-height: 1em;
	text-align: right;
	margin-top: 2px;
}

.frame-shop {
	padding: 14px;
	border: 1px solid #202020;
/*	background: white;  20180326 秋山さんのメールで背景色を変更*/
	background: #F6F4E0;


}

.main.shop .shop-enter h2 {
	background: url('../img/icon_ttl.png') no-repeat center;
	height: 40px;
	line-height: 44px;
	padding-top: 0;
	color: #E83828;
	padding-left: 58px;
	border-bottom: 1px solid #F8B62D;
	border-radius: 6px;
}

.shop-enter .main-per {
	padding: 5px 10px 7px 6px;
	border: 2px solid #F8B62D;
	border-radius: 6px;
	margin-top: 12.5px;
}

.left-enter-img {
	float: left;
	width: 188px;
}

.left-enter-img img {
	height: calc(188px * 0.75);
}

.right-enter-ct {
	float: right;
	width: 1300px;
}

.right-enter-ct h3 {
	height: 30px;
	line-height: 30px;
}

.right-enter-ct p {
	line-height: 1.583333333333333em;
	font-size: 14px;
	margin-top: 8px;
}

.shop-enter .main-per h3 {
	height: 30px;
	line-height: 30px;
}

/*
.shop_img_wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
}
*/

.vegas_vegas_box {
	width: 100%;
	height: 610px;
	font-family: 'Yu Mincho';
}

.lbox_vegas_box {
	width: 100%;
	position: absolute;
	top: 390px;
}

.vegasradio_vegas_box {
	width: 100%;
	position: absolute;
	top: 440px;
	left: 0px;
}

.vegas_img_thumbnail {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
	margin-top: 5px;
	margin-bottom: 5px;
}

.vegas_c1 {
	display: block;
	font-size: 34px;
	margin: auto;
	text-align: center;
}

.vegas_c2 {
	display: none;
	font-size: 34px;
	margin: auto;
	text-align: center;
}

.vegas_c3 {
	display: none;
	font-size: 34px;
	margin: auto;
	text-align: center;
}

.vegas_c4 {
	display: none;
	font-size: 34px;
	margin: auto;
	text-align: center;
}

.vegas_c5 {
	display: none;
	font-size: 34px;
	margin: auto;
	text-align: center;
}

.table-enter {
	margin-top: 12px;
}

.table-enter table {
	float: left;
	width: 1300px;
	font-size: 18px;
	line-height: 1.4375;
	border: 1px solid #DCDCDC;
}

.table-enter table tr th {
	width: 120px;
	background: #F0F0F0;
	font-weight: bold;
	border: 1px solid #DCDCDC;
	padding: 8px 16px;
	line-height: 1em;
}

.table-enter table tr {
	border: 1px solid #DCDCDC;
}

.table-enter table tr td {
	padding: 8px 16px;
}

.gr-btn-shop {
	float: right;
	width: 247px;
	margin-top: -5px;
}

.gr-btn-shop ul li {
	margin-bottom: -5px;
}

.gr-btn-shop a {
	display: block;
}

.gr-btn-shop a.number {
    position: relative;
}
.gr-btn-shop a.number span {
    position: absolute;
    top: 16px;
    right: 54px;
    font-size: 30px;
    font-weight: bold;
    color: #005c29;/* e83828 ->#005c29*/
}

.gr-btn-shop .tel_nunmber {
	width: 253px;
	height: 83px;
	margin-left: 0px;
	padding: 46px 50px 0px;
	color: #C30D62;
	font-weight: bold;
	font-size: 20px;
}

.main h2.ttl-main-shop {
	background: #005c29;
	border-radius: 4px;
	height: 35px;
	padding-top: 3px;
}

.car-section {
	margin-top: 21px;
}

.car-section ul li {
	/*float: left;*/
	width: 72px;
	margin-right: 6px;
	margin-bottom: 6px;
}

.car-section ul li:nth-child(12n) {
	margin-right: 0;
}

.car-section ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	margin-top: 12px;
}

.car-section ul li.support-service {
	width: 125px;
	margin-right: 7px;
}

.benefit-discount {
	margin-top: 9px;
}

.benefit-discount p {
	border: 2px solid #F8B62D;
	border-radius: 5px;
	padding: 7px 10px;
	margin-top: 12px;
	font-size: 14px;
	line-height: 1.75;
}
.benefit-discount .desc {
	background: #FAFFDC;
	min-height: 120px;
}

.coupon-section {
	margin-top: 15px;
}

.block-coupon .main-per {
	padding: 5px 10px 7px 6px;
}

.block-coupon {
	border: 1px solid #E4007F;
	margin-top: 12px;
	background: #EFEFEF;
}

.ttl-coupon .ttl-left {
	float: left;
	font-size: 18px;
	font-weight: bold;
}

.ttl-coupon {
	background: #E4007F;
	color: white;
	padding: 6.5px 15px 6.5px 20px;
}

.ttl-coupon .time {
	float: right;
	width: 300px;
	height: 22px;
	line-height: 24px;
	background: white;
	border-radius: 15px;
	font-weight: bold;
	color: #000;
	padding-left: 16px;
}

a.trans.more-per.shop {
	margin-top: 11px;
	margin-bottom: -1px
}

.campaign .ttl-coupon {
	background: #009944;
}

.campaign .block-coupon {
	border: 1px solid #009944;
}

.work-exp {
	margin-top: 25px;
}

.work-exp .work-exp_image {
	float: left;
	width: 310px;
}

.work-exp .box-service .experience .image3 {
	/* width: 250px; */
	width: 300px;
	height: 225px;
	float: left;
}

.work-exp .box-service .experience .right {
	width: 639px;
	padding: 0;
}

.box-outside {
	padding: 7px;
	border: 1px solid #c8c8c8;
	margin-top: 12px;
}

.work-exp .box-service .experience {
	padding: 7px;
	margin-bottom: 8px;
	margin-top: 0;
}

.padd-frame {
	padding: 10px 8px;
}

.work-exp .ttl-per .func-per {
	font-size: 18px;
}

.work-exp .ttl-per .time {
	font-size: 16px;
	height: 22px;
	line-height: 24px;
	width: 110px;
}

.work-exp .ttl-per {
	padding: 6px 15px 6px 7px;
}

.work-exp .box-service .experience .right table tr td {
	font-size: 18px;
}

.work-exp .padd-frame a.trans.more-per.shop {
	margin-top: 6px;
}

.work-exp .ttl-per.bor {
	border: 1px solid #c8c8c8;
}

.work-exp .box-service {
	margin-bottom: 0;
}

.work-exp a.trans.more-per.shop {
	margin-top: 7px;
}

.app-point {
	margin-top: 28px;
}

.app-point_appeal .app-point_appeal_flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
}

.app-point_appeal_point-section {
	width: 25%;
	padding-left: 5px;
	padding-right: 5px;
}

.app-point_appeal_point-section h3 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #202020;
	height: 45px;
	line-height: 45px;
	background: #F0F0F0;
	border-bottom: 3px solid #C8C8C8;
}

.app-point_appeal_point-section p {
	font-size: 14px;
	line-height: 1.75;
	padding: 7px;
}

.app-point_appeal_point-section:nth-child(3n) {
	margin-right: 0;
}


/* 車検一覧 shaken.php */

.app-point_shk_point-section {
	width: 516px;
	padding-left: 5px;
	padding-right: 5px;
	min-height: 420px;
	height: auto;
	over-flow: hidden;
	margin-right: 35px;
}

.app-point_shk_point-section h3 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #202020;
	height: 45px;
	line-height: 45px;
	background: #F0F0F0;
	border-bottom: 3px solid #C8C8C8;
}

.app-point_shk_point-section p {
	font-size: 14px;
	line-height: 1.75;
	padding: 7px;
}

.app-point_shk_point-section:nth-child(3n) {
	margin-right: 0px;
}


/* 車検一覧 shaken.php ここまで */

.main .app-point h2.ttl-main-shop {
	padding-top: 8px;
}

.app-point.app-point_bf_af {
	margin-bottom: 15px;
}

.point-section {
	float: left;
	width: 302px;
	height: 440px;
	margin-right: 12px;
}

.point-section h3 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #202020;
	height: 45px;
	line-height: 45px;
	background: #F0F0F0;
	border-bottom: 3px solid #C8C8C8;
}

.app-point_bf_af .point-section {
	height: auto;
	width: 100%;
}

.app-point_bf_af .point-section h3 {
	width: 95%;
}

.app-point_bf_af .app-point_bf_af_word {
	width: 750px;
	padding-left: 40px;
	margin-left: auto;
	margin-right: auto;
}

.app-point_bf_af .app-point_bf_af_word .app-point_before {
	width: 325px;
	float: left;
	margin: 20px 0px 0px 0px;
	font-size: 48px;
}

.app-point_bf_af .app-point_bf_af_word .app-point_before_outer {
	width: 60px;
	float: left;
}

.app-point_bf_af .app-point_bf_af_word .app-point_after {
	width: 325px;
	float: left;
	margin: 20px 0px 0px 0px;
	font-size: 48px;
}

.app-point_bf_af .app-point_bf_af_word .app-point_after_outer {
	clear: both;
	width: 700px;
}

.app-point_bf_af .app-point_bf_af_img {
	width: 100%;
	padding-left: 40px;
}

.app-point_bf_af .app-point_bf_af_img_wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.app-point_bf_af .app-point_bf_af_img .app-point_before_img_outer {
	width: 318px;
	height: 100%;
	float: left;
}

.app-point_bf_af .app-point_bf_af_img .app-point_bf_af_arrow {
	width: 60px;
	float: left;
}

.app-point_bf_af .app-point_bf_af_img .app-point_after_img_outer {
	width: 318px;
	height: 100%;
	float: left;
}

.app-point_bf_af .app-point_bf_af_img .app-point_bf_af_description {
	clear: both;
	margin-bottom: 10px;
	padding: 10px;
	margin-right: 110px;
}

.img-point {
	border: 1px solid #C8C8C8;
	padding: 6.5px;
	margin-top: 8px;
	width: 100%;
	height: 285px;
}

.img-point_shaken {
	height: auto;
	max-height: 400px;
}

.img-point_shaken img {
	height: 367.5px !important;
}

.point-section p {
	font-size: 14px;
	line-height: 1.75;
	padding: 7px;
}

.point-section:nth-child(3n) {
	margin-right: 0;
}

.main-point {
	margin-top: 12px;
}

.maintain-sec {
	margin-top: 25px;
}

.main .maintain-sec h2.ttl-main-shop {
	padding-top: 7px;
}

.app-point_bf_af .app-point_bf_af_wrapper {
	height: auto;
	margin: 0 10px;
	padding-left: 60px;
}

.block-maintain {
	margin-top: 8px;
	margin-bottom: 4px;
	display: inline-block;
	width: 100%;
}

.block-maintain h3 img {
	float: left;
	margin-right: 7px;
}

.block-maintain h3 {
	height: 33px;
	font-size: 18px;
	font-weight: bold;
	line-height: 35px;
}

.inside-block-maint {
	padding: 7px;
	border: 1px solid #C8C8C8;
	position: relative;
	margin-top: 8px;
}

.maintain-img {
	float: left;
	width: 188px;
}

.maintain-img img {
	max-width: 100%;
}

.cont-maintain {
	float: right;
	width: 1200px;
}

.cont-maintain h4 {
	font-size: 18px;
	font-weight: bold;
	color: #202020;
	background: url(../img/bor_bg.png) no-repeat left center;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #636363;
	padding-left: 20px;
}

.cont-maintain p {
	font-size: 14px;
	line-height: 1.75;
	margin-top: 7px;
}

span.price-maintain {
	font-size: 18px;
	font-weight: bold;
	width: 300px;
	float: left;
}

span.time-maintain {
	font-size: 18px;
	font-weight: bold;
	color: #005c29;
}

.price-btn {
	height: 19px;
	position: absolute;
	width: 712px;
	bottom: 8px;
	padding: 0px 3px 0 15px;
}

.price-btn a.trans.more-per.shop {
	margin: 0;
}

.block-emp {
	float: none;
	border: 1px solid #C8C8C8;
	width: 32%;
	padding: 7px;
	margin-right: 8px;
	margin-bottom: 8px;
}

.employee_block-emp {
	height: 180px;
	overflow: hidden;
}

.emp-img {
	float: left;
	width: 148px;
}

.info-emp {
	float: right;
	width: 286px;
}

.info-emp .emp-exp {
	display: block;
	font-size: 14px;
	color: #005c29;
	margin-top: 2px;
	margin-bottom: 4px;
}

.info-emp .name-exp {
	font-size: 18px;
	font-weight: bold;
	color: #202020;
	margin-bottom: 7px;
	display: block;
}

.info-emp p {
	font-size: 14px;
	line-height: 1.75;
}

.block-emp:nth-child(even) {
	/*margin-right: 0;*/
}

.main-emp {
	margin-top: 12px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
}

.employee {
	margin-top: 32px;
}

ul.btn-emp li {
	display: inline-block;
	margin: 0 12px;
}

ul.btn-emp li a {
	display: block;
}

ul.btn-emp {
	text-align: center;
	margin-top: 23px;
}

.note_area {
	margin-top: 100px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.note_title_1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 1em;
}

.note_contents_1 {
	font-size: 13px;
	margin-bottom: 2em;
	white-space: pre-wrap;
}

.note_title_2 {
	font-weight: bold;
	margin-bottom: 1em;
}

.note_contents_2 {
	font-size: 13px;
	margin-bottom: 2em;
	white-space: pre-wrap;
}

.note_title_3 {
	font-weight: bold;
	margin-bottom: 1em;
}

.note_contents_3 {
	font-size: 13px;
	margin-bottom: 2em;
	white-space: pre-wrap;
}

.about {
	margin-top: 23px;
}

.about table tr th {
	width: 130px;
	background: #F0F0F0;
	font-weight: bold;
	border: 1px solid #DCDCDC;
	padding: 8px 16px;
	line-height: 1em;
}

.about table {
	font-size: 18px;
	border: 1px solid #DCDCDC;
	width: 100%;
	margin-top: 12px;
}

.about table td {
	padding: 8px 16px;
}

.about table tr {
	border: 1px solid #DCDCDC;
}

.mapgg {
	height: 400px;
}

.mapgg .mapjp {
	height: 400px;
	width: 100%;
}

.mapgg .mapjp iframe {
	display: block;
}

.mapjp iframe.map_iframe {
	width: 740px;
	height: 400px;
}

.about table td.mapgg {
	padding: 0;
}

.about table tr a {
	color: #036EB8;
}

.slider {
	overflow: hidden;
}

.bx-viewport {
	margin: 0 auto;
}

.bx-wrapper {
	width: 960px;
}

.slider ul li {
	position: relative;
}

.slider ul li:after {
	position: absolute;
	content: " ";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.7);
}

.slider ul li.active-slide:after {
	display: none;
}

.slider-top .bx-pager.bx-default-pager {
	display: none;
}


/* おすすめ整備工場 shoplistk.php */

.recommended_factory_wrapper {
	border: solid #005c29 1px;
	border-top: solid #005c29 3px;
	margin-bottom: 20px;
}


/* タブメニュー */

.tab_menu nav ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
}

.tab_menu nav ul li {
	margin-left: 10px;
	margin-right: 10px;
	/*margin-bottom: 9px;*/
}

.tab_menu nav ul li a {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	/*padding-left: 20px;*/
	/*padding-right: 20px;*/
	width: 250px;
	text-align: center;
	display: block;
	height: 100%;
}

.tab_menu nav ul li a.tab_active {
	font-weight: bold;
}

.tab_menu nav ul li a.tab_passive {
	background-color: #005c29;
	color: #ffffff;
}

.tab_menu nav ul li a.tab_text_height_ceneter {
	padding-top: 20px;
}

.tab_menu nav ul li a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	-khtml-opacity: .8;
	opacity: .8;
}


/* オイルストック */

.oil_container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
}

.oil_wrapper {
	width: 50%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
}

.oil_img {
	width: 35%;
	padding: 20px 10px;
}

.oil_img img {
	max-width: 100%;
	max-height: 440px;
}

.oil_contents {
	width: 65%;
	padding: 20px 10px;
}

.oil_contents h3 {
	font-weight: bold;
	font-size: 1.25em;
}

.oil_contents table {
	width: 100%;
	border-collapse: collapse;
}

.oil_contents table tr td {
	border: 1px solid #999999;
	padding: 5px;
}

.oil_contents table tr td:nth-child(2n+1) {
	background-color: #ffffcc;
}

.oil_contents table tr td:nth-child(2n+0) {
	background-color: #ffffff;
}

.oil_contents .nowrap {
	white-space: nowrap;
	width: 10%;
}

.oil_contents p {
	margin-top: 10px;
}


/* アコーディオンメニュー */

input#accordion_unker_1,
input#accordion_unker_2,
input#accordion_unker_3,
input#accordion_unker_4,
input#accordion_unker_5,
input#accordion_unker_6,
input#accordion_unker_7,
input#accordion_unker_8 {
	display: none;
	position: relative;
}

/* BeforeAfter beafterlist.php */

.beforeafter_area {
	height: auto;
	margin: 0 10px;
	padding-left: 60px;
}

.beforeafter_flex_img {
	width: 100%;
	padding-left: 40px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
}

.beforeafter_area_bfaf {
	width: 325px;
	margin: 20px 0px 0px 0px;
	font-family: 'Times New Roman';
	font-size: 48px;
}

.beforeafter_area_img {
	width: 318px;
	height: 238px;
}

.beforeafter_area_img_arrow {
	width: 60px;
}

.beforeafter_area_wrraper {
	width: 100%;
	padding-left: 40px;
}

.beforeafter_area_contents {
	clear: both;
	margin-bottom: 10px;
	padding: 10px;
	margin-right: 110px;
}


/* 口コミ投稿 review_post.php */

#review_post .fivestar {
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: stretch;
	align-content: stretch;
}

#review_post .fivestar input[type='radio'] {
	display: none;
}

#review_post .fivestar label.star {
	position: relative;
	padding: 10px 0px;
	color: gray;
	cursor: pointer;
	font-size: 24px;
}

#review_post .fivestar label.star:hover,
#review_post .fivestar label.star:hover ~ label.star,
#review_post .fivestar input[type='radio']:checked ~ label.star {
	color: #ffcc00;
}

#review_post .comment {
	border: 1px solid #666666;
	width: 60%;
	margin-bottom: 20px;
}

#review_post .birthday {
	float: none;
	width: 150px;
}

#review_post #year.birthday {
	text-indent: 70%;
}

#review_post #month.birthday {
	text-indent: 85%;
}

#review_post #day.birthday {
	text-indent: 85%;
}

#review_post input.gender {
	float: none;
	width: 50px;
}


/* 口コミ一覧 review.php */

#review .fivestar {
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: stretch;
	align-content: stretch;
}

#review .fivestar input[type='radio'] {
	display: none;
}

#review .fivestar label.star {
	position: relative;
	padding: 10px 0px;
	color: gray;
	font-size: 24px;
}

#review .fivestar input[type='radio']:checked ~ label.star {
	color: #ffcc00;
}

#review .fivestar span {
	color: gray;
}


/* 口コミ一覧共通 */

.title_review_area_flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
}

.review_area_flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: stretch;
	align-content: stretch;
	margin-right: 50px;
}

.review_area_flex .fa {
	color: #ffcc00;
}

.review_area_flex .review_area_parts_1 {
	margin-right: 5px;
}

.review_area_flex .review_area_parts_2 {
	margin-left: 5px;
	margin-right: 10px;
}

.review_area_flex .review_area_parts_3 {
	margin-left: 10px;
	margin-right: 10px;
}

.review_area_flex .review_area_parts_3 a {
	text-decoration: underline;
}

.review_area_flex .review_area_parts_4 {
	margin-left: 10px;
}

.review_area_flex .review_area_parts_4 a {
	padding: 5px 10px;
	border: 1px solid #dddddd;
	border-radius: 10px;
	background: linear-gradient(to bottom, #ffff00, #ffcc00);
}


/* campaignlist.php キャンペーン検索結果 特典割引検索結果 */

#campaignlist .experience {
	float: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
}

#campaignlist .image3 {
	float: none;
	width: 400px;
	height: 300px;
}

#campaignlist .right {
	float: none;
	width: 1180px;
}


/* workerlist.php 整備士検索結果 */

#workerlist .experience.workerlist_flex .image3.img_area {
	float: none;
	width: 400px;
	height: 300px;
}

#workerlist .experience.workerlist_flex .image3.img_area img {
	width: 100% !important;
	height: 300px !important;
}

#workerlist .experience.workerlist_flex .right.contents_area {
	float: none;
	width: 1180px;
}


/* osusumelist.php おすすめ整備検索結果 */

#osusumelist .experience {
	float: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
}

#osusumelist .image3 {
	float: none;
	width: 400px;
	height: 300px;
}

#osusumelist .right {
	float: none;
	width: 1180px;
}

#osusumelist .result_header .left {
	float: none;
}

#osusumelist .result_header .left span.right {
	padding-left: 50px;
}


/* jissekilist.php.php 整備実績検索結果 */

#jissekilist .result_header .left {
	float: none;
}

#jissekilist .result_header .left span.right {
	padding-left: 50px;
	float: none;
}


/* shoplist.php 市区町村検索結果 */

#shoplist h1 {
	font-weight: bold;
	border-bottom: 2px #005d29 solid;
	margin-bottom: 20px;
}


