@charset "utf-8";

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

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

fieldset, img {
    border: 0;
}

img {
	vertical-align:bottom;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    fon: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: ”;
}

abbr, acronym {
    border: 0;
}

a {
    color: #422422;
}

a:hover {
    text-decoration: none;
}

figure {
    margin: 0;
    padding: 0;
}


/****************************************

  General Setting

*****************************************/

a {
    color: #3476ca;
    overview: 0 none;
}

a:hover,
	a:active {
    color: #3476ca;
}

.clear {
    clear: both;
    display: block;
}

.hidden {
    display: none;
}

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

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

strong {
    font-weight: bold;
}

small,
.small {
    font-size: 80%;
}

.medium {
    font-size: 90%;
}

.large {
    font-size: 140%;
    line-height: 1.8 !important;
}


/*********************************/
/***** text-align *****/
/*********************************/

.textL {
	text-align: left;
}

.textC {
	text-align: center;
}

.textR {
	text-align: right;
}


/*********************************/
/***** vertical-align *****/
/*********************************/

.verticalT {
	vertical-align: top;
}

.verticalTT {
	vertical-align: text-top;
}

.verticalM {
	vertical-align:  middle;
}

.verticalB {
	vertical-align: bottom;
}

.verticalBL {
	vertical-align: baseline;
}


/*********************************/
/***** others *****/
/*********************************/

.bold {
	font-weight:bold;
}

.clr {
	clear:both;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}

/****************************************

          clearfix

*****************************************/

.clearfix:before,
.clearfix:after  {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: "";
    clear: both;
    height: 0 !important;
}

.clearfix {
    display: inline-block;
}

.clearfix {
    display: block;
}


/*************************************/
/********** img **********/
/*************************************/

/*.alignleft,
.alignright {
	margin-bottom: 30px;
}*/

.alignleft {
	display: block;
	float: left;
	margin-right: 15px;
}

.alignright {
	display: block;
	float: right;
	margin-left: 15px;
}

.aligncenter {
	display: block;
	margin: 0px auto 15px;
}

img.w100 {
	max-width:100%;
	height:auto;
}


/****************************************

 Main Layout

*****************************************/

body {
    font: 80%/1.8 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
    color: #333;
    *font-size: small;
    *font: x-small;
}

#wrapper {
	width:100%;
	max-width:640px;
	min-width:320px;
	margin:0 auto 0;
}

/****************************************

 header

*****************************************/
/*
#header0 {
	width:100%;
	display:table;
}

#header0 .wrapper {
	width:100%;
	max-width:640px;
	min-width:320px;
}

#header0 .logo {
	display:table-cell;
	float:left;
}

#header0 h1 img {
	max-width:100%;
	width:100%;
}

#header0 .btnMenu {
	display:table-cell;
	float:right;
}

#header0 .btnMenu img {
	max-width:100%;
	width:100%;
}
*/

#header {
	width:100%;
}

#header .wrapper {
	width:100%;
	max-width:640px;
	min-width:320px;
}

#header .logo {
	float:left;
	width:85.9375%;
	max-width:100%;
}

#header h1 img {
	width:100%;
}

#header .btnMenu {
	float:right;
	width:14.0625%;
	max-width:100%;
}

#header .btnMenu img {
	vertical-align:bottom;
	width:100%;
}

/* global navigation */

#menu {
	clear:both;
}
ul.oya {
  display: none;
}

ul li ul.ko {
  display: none;
}

ul.oya span {
  cursor: pointer;
}

ul.oya li {
  cursor: pointer;
}

#menu li {
	background:url(images/arw_nav_sp1.png) no-repeat 95% center #fbfbfb;
	background-size:11px;
	font-size:140%;
	font-weight:bold;
	border-top:solid 1px #fff;
}

#menu li a.linknone, #menu li span.linknone {
	pointer-events:none;
}

#menu li a,
#menu li span {
	display:block;
	padding:18px 22px;
}

#menu li a:link,
#menu li a:visited,
#menu li a:hover,
#menu li a:active {
	background:url(images/arw_nav_sp1.png) no-repeat 95% center #2e7ace;
	background-size:11px;
	text-decoration:none;
	color:#fff;
}

#menu li.current a {
	background:url(images/arw_nav_sp1.png) no-repeat 95% center #d5f2fd;
	background-size:11px;
	color:#0a51a1;
}

#menu li a:hover,
#menu li a:active {
	background:url(images/arw_nav_sp1.png) no-repeat 95% center #d5f2fd;
	background-size:11px;
	color:#0a51a1;
}


#menu li.arwNone {
	background:none;
}

#menu li.btnMenu2,
#menu li.btnMenu2 span {
	display:block;
	background:url(../images/sp_nav_icon_plus.gif) no-repeat 295px 1em;
	background-size:17px;
}

#menu li.btnMenu2.selected,
#menu li.btnMenu2.selected span {
	background:url(../images/sp_nav_icon_minus.gif) no-repeat 295px 1em;
	background-size:17px;
}

#menu li ul li:last-child {
	border-bottom:none;
}

#menu li ul li {
	background:url(../images/arw_nav_sp1.png) no-repeat 300px center #f2ece2;
	background-size:11px;
	font-size:100%;
}

#menu li ul li a {
	display:block;
	padding:15px 22px 15px 30px;
}


/****************************************

 main-visual

*****************************************/

#main-visual {
	width:100%;
	max-width:640px;
	min-width:320px;
	margin-bottom:1.2em;
}

#main-visual img {
	width:100%;
	height:auto;
}





#main-title {
	clear:both;
	width:100%;
	padding:0.7em 0;
	font-size:200%;
	margin-bottom:10px;
	background:url(images/main_title_bg.jpg) no-repeat;
}

#main-title p {
	padding-left:35px;
	font-weight:bold;
	color:#1869ca;
}

#main-visual img {
	width:100%;
	height:auto;
}


/****************************************

 main

*****************************************/
.home #main {
	width:100%;
}


/****************************************

 primary

*****************************************/

#main .primary {
	width:100%;
}

.topWelcomeBox1 {
	margin:0 2.1em.1em 2.1em;
	box-shadow: 0px 0px 0px 1px #fdfdfd, 0px 0px 0px 6px #f7f7f7, 0px 0px 0px 7px #e2e2e2;
	margin-bottom:25px;
	padding:0em.6em.4em.0em;
}

.topWelcomeBox1 img {
	width:100%;
}

.topWelcomeBox1 p {
	font-size:130%;
	padding: 10px;
	line-height:1.5em;
}

.topWelcomeBox1 p span.redtxt {
	color:#e30000;
}

.topWelcomeBox1 p span.bluetxt {
	color:#5caadf;
}

.topWelcomeTitle {
	font-size:120%;
	font-weight:bold;
	color:#006e36;
	margin-bottom:5px;
}

.topWelcomeTop img {
	vertical-align:top;
}

.topTimeAccess {
	margin:0 1.2em 0;
}

.topTimeAccessDetail {
	width:100%;
}

.topTimeTable {
	width:100%;
	margin-bottom:10px;
}

.topTimeTable th {
	border:solid 1px #cdcccc;
	background:#4b9971;
	color:#fff;
	text-align:center;
	padding:5px;
}

.topTimeTable td {
	border:solid 1px #cdcccc;
	color:#006e36;
	text-align:center;
	padding:10px 5px;
}

.topTimeTable td.time {
	background:#f6faf8;
	color:#333;
	line-height:1.2;
}

.topTimeTel {
	font-size:130%;
	color:#F60;
	font-weight:bold;
}

.topGmap {
	border: none;
}

.bnr {
	width:100%;
	text-align:center;
	height:auto;
}
.bnr img {
	width:93.75%;
	margin:0 0 1em;
}

.tit00 {
	width:100%;
	text-align:center;
	height:auto;
}
.tit00 img {
	width:100%;
}

/****************************************

 secondary

*****************************************/

#main .secondary {
	width:240px;
}

.titleSubNews {
	margin-bottom:5px;
}

.newsBox {
	margin-bottom:20px;
}

.newsBox dl {
	border-bottom: dashed 1px #666666;
	padding-bottom:7px;
	margin-bottom:7px;
	padding-left:5px;
}

.newsBox dt {
	font-weight:bold;
}

.new {
	margin-left:10px;
}

img.new {
	vertical-align:middle;
	margin-top:-2px;
}



/****************************************

 pagetop

*****************************************/
.pagetop {
	width:100%;
	margin:20px auto 0px;
	text-align:center;
	background:#deeeff;
	font-size:100%;
	font-weight:bold;
	padding:7px 0;
	border-bottom:solid 2px #2e7ace;
}

.pagetop a:link,
.pagetop a:visited,
.pagetop a:hover,
.pagetop a:active {
	text-decoration:none;
	color:#2e7ace;
	display:block;
}


/****************************************

 footer

*****************************************/
.copyright {
	text-align:center;
	padding:10px;
	clear:both;
	overflow: hidden;
}

#footer {
	color:#fff;
	background-color:#ff7e00;
	clear:both;
	text-align:center;
	width:100%;
    position: fixed;
    bottom: 0px;
	left: 0px;
	display:block;
	}

#footer a {
	display:block;
	padding: 5px;
}

#footer img {
	height:40px;
}

#footer .footerInner {
	background: #4b9971;
	padding:25px 15px 15px 15px;
}

#footer dl {
	clear:both;
	margin-bottom:20px;
}

#footer dt span {
	font-size:90%;
	display:block;
}

#footer dt {
	border-bottom:solid 1px #8fc0a7;
	padding-bottom:5px;
	font-weight:bold;
}

#footer dd {
	padding-top:5px;
}


#footer .wrapper small {
	font-size:11px;
	line-height:24px;
}


.switcheBtn {
    text-align: center;
    padding: 15px 0 15px 0;
    font-size: 90%;
    font-style: normal;
		clear:both;
}

.setToSP {
	background:#999;
	color:#fff;
	padding:0.6em;
}

.setToPC {
	color:#3476ca;
}

/****************************************

 page

*****************************************/

/*#main p {
	margin-left:10px;
	margin-bottom:20px;
}*/

.title1 {
	background-color: #e6e6e6;
	clear:both;
	border-left:solid 8px #007bc1;
	margin-bottom:0.1em;
	padding:0.4em 0.4em 0.4em 0.6em;
	font-size:140%;
	color: #007bc1;
	font-weight: bold;
}


.title2 {
	clear:both;
	font-size:110%;
	font-weight:bold;
	border-bottom:solid 1px #c3de95;
	padding:0.45em 0.4em 0.4em 1.6em;
	background: url(images/title2_bg.png) no-repeat 0.4em 0.8em;
	background-size:13px auto;
	background-color:#4b9971;
	margin-bottom:1em;
	color:#fff;
	line-height:1.6em;
}

.title3 {
	clear:both;
	font-size:110%;
	font-weight:bold;
	border-bottom:solid 1px #c3de95;
	padding:0.45em 0.4em 0.4em 1.6em;
	background: url(images/title2_bg.png) no-repeat 0.4em 0.8em;
	background-size:13px auto;
	margin-bottom:0.8em;
	color:#333;
	line-height:1.6em;
}

.page #main h2 {
	clear:both;
	background:url(images/title2.gif) no-repeat left top;
	padding-left:27px;
	line-height:33px;
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	color:#fff;
}

.page #main h2.mb00 {
	margin-bottom:0px;
}

.page #main h3 {
	clear:both;
	background:url(images/title3.gif) no-repeat left top;
	padding-left:27px;
	line-height:33px;
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	color:#333;
}


/* top */

.top_trouble {
	border-top: solid 1px #d4d4d4;
	clear:both;
	overflow:hidden;
}

.top_trouble_last {
	border-top: solid 1px #d4d4d4;
	border-bottom: solid 1px #d4d4d4;
	clear:both;
	overflow:hidden;
}

.top_trouble01 {
	width: 29.6875%;
	max-width:100%;
	float: left;
}

.top_trouble01 img {
	width: 100%;
	float: left;
}

.top_trouble02 {
	float: right;
	margin-left:10px;
	margin-right:5px;
	width: 65%;
}

.top_trouble02 p {
	font-size: 1em;
	line-height:1.48em;
}

.top_trouble02 h3 {
	font-size: 1.4em;
	color:#1366c7;
}

.top_trouble02 p span.redtxt {
	font-size:16px;
	color:#ff0000;
}

.top_trouble02 p span.bluetxt {
	font-size:16px;
	color:#95bbf5;
}

.top_trouble02 p span.bluetxt2 {
	font-size:16px;
	color:#175cac;
}

.flow01 {
	padding: 15px;
	background-color: #b8d1ee;
	text-align:center;
}

.flow01 img {
	width:100%;
}

/* info */

.infoProfile {
/*  float:left; */
/*  width:690px; */
}

.infoProfile dt {
	margin-bottom:10px;
}
	
.infoProfile dd {
	margin-bottom:10px;
}


/* tour */

.tourBox {
	margin:0 auto 0;
}

.tourBoxLeft {
/* 	float:left; */
	margin-bottom:20px;
}

.tourBoxLeft:first-child {
	margin-left:0px;
}


/* access */

.topTimeTable.w500 {
	width:500px;
}

.accessGmap {
	margin:0 auto 0;
	width:878px;
	border:solid 1px #cdcbcb;
}


/*************************************/
/********** main page **********/
/*************************************/
.entry-content h1 {
	background-color: #e6e6e6;
	clear:both;
	border-left:solid 8px #007bc1;
	margin-bottom:0.1em;
	padding:0.4em 0.4em 0.4em 0.6em;
	font-size:170%;
	color: #007bc1;
	font-weight: bold;
}

.entry-content h2 {
	clear: both;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.2;
	color: #007bc1;
	padding: 8px 5px;
	border-bottom: 1px dotted #007bc1;
	margin-bottom: 10px;
}

.entry-content h3 {
	clear: both;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #007bc1;
	margin-bottom: 10px;
	padding-left: 10px;
	border-left: 5px solid #007bc1;
}

.entry-content h4 {
	clear: both;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.2em;
	color: #dc4b88;
	margin-bottom: 10px;
}

.entry-content h5 {
	clear: both;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.1em;
	color: #dc4b88;
	margin-bottom: 10px;
}

.entry-content h6 {
	clear: both;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.1em;
	color: #333;
	margin-bottom: 10px;
}

.entry-content p {
	margin-bottom: 15px;
	margin-left:10px;
	font-size: 1.3em;
	line-height: 1.6em;
}

.entry-content ul {
	list-style-type: disc;
	margin-left: 45px;
	margin-bottom: 20px;
}
*+html .entry-content ul {
	margin-left: 55px;
}
.entry-content ul li {
	padding-bottom: 5px;
}

.entry-content ol {
	list-style-type: decimal;
	margin-left: 45px;
	margin-bottom: 20px;
}
*+html .entry-content ol {
	margin-left: 55px;
}
.entry-content ol li {
	padding-bottom: 5px;
}

.entry-content address {
	margin-left: 30px;
	margin-bottom: 20px;
}

.entry-content table th p,
.entry-content table td p {
	margin: 0px;
	padding: 0px;
}


.entry-content table.base {
	width: 100%;
	margin-bottom: 20px;
}
.entry-content table.base th {
	white-space: nowrap;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 10px 25px;
	border-top: 1px dotted #a9a9a9;
	border-bottom: 1px dotted #a9a9a9;
	background-color: #fceff4;
}
.entry-content table.base td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 10px 15px;
	border-top: 1px dotted #a9a9a9;
	border-bottom: 1px dotted #a9a9a9;
}

/* service.html */

.h3_tit01 {
	position: relative;
}

.h3_tit01 h3 {
	color: #0082c6;
	font-size: 1.6em;
	font-weight: bold;
	padding: 10px 10px 5px 20px;
	border-bottom: 1px solid #7fc0e2;
	margin-bottom: 15px;
	background-image: url(images/h3_tit01_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.service_bnr01 {
	width:92%;
	max-width:100%;
	margin: 0 auto;
	margin-bottom: 30px;
}

.service_bnr01 p {
	text-align: left;
	font-weight: bold;
	font-size: 1.2em;
	margin: 0 auto 0 auto;
}

.service_bnr01 img {
	width:100%;
}

/* repair */

.repair_flow {
	padding:20px 0;
}

.repair_flow p {
	padding:10px;
	background:#f3faff;
	font-size:1.2em;
	font-weight:bold;
	border:solid 3px #e1eef9;
	margin:0 15px;
	text-align:center;
}

.repair_flow span.tell {
	width:59.53125%;
	max-width:100%;
	margin: 0 auto;
}

.repair_flow span.tell img {
	width:100%;
}

.repair_car span.car01 {
	width:15.625%;
}

.repair_car span.car01 img {
	width:15.625%;
}

p.repair_trouble {
	font-size:1.6em;
}

.repair_center {
	background:#318cd4;
	display:block;
	width:92%;
	margin:0 auto 5px;
	padding:3px 10px;
	color:#fff;
}

.repair_car {
	position:relative;
}

.repair_car_img {
  position:absolute;
	top:-14px;
	right:6px;
}

.repair_flow01 {
	padding: 15pt 0 30px 0;
	width: 98%;
	max-width:100%;
	margin: 0 auto;
}

.repair_flow01 img {
	width:100%;
}


/* area */

.area_anc {
	text-align:center;
	margin-bottom:20px;
	font-size: 1.2em;
}

.area_anc a {
	color: #176dcb;	
}

.areaBoxLeft {
	float:left;
	width: 96%;
	padding-left:8px;
	font-size: 1.3em;
}

.areaBoxRight {
	float:left;
	width: 96%;
	padding-left:8px;
	font-size: 1.3em;
}

.areaBox ul {
	margin-left: 25px;
    margin-bottom: 10px;
}

.areaBox li {
	width: 90px;
    float: left;
    padding-right: 20px;
}

/* faq */

.faqContainer {
	font-size:1.2em;
}

.faqContainer dl {
	border-bottom:dotted 1px #ccc;
	padding:20px 10px;
}

.faqContainer dt {
	font-size:1.2em;
	color:#ca8700;
	padding:0 0 10px 30px;
	background:url(images/faq/faq_q.gif) no-repeat 0 0em;
}

.faqContainer dd {
	padding:0 0 0 55px;
	background:url(images/faq/faq_a.gif) no-repeat 30px 0.1em;
}

/* company/outline */

.outlineBox {
	padding:10px;
	margin-bottom:10px;
	font-size:1.2em;
	position:relative;
}

.outlinePhoto {
	margin:20px;
	text-align:center;
}	

.outlineBox.end {
	margin-bottom:30px;
}

.outlineBox table {
}

.outlineBox table th {
	background:#f8f8f8;
	border-bottom:solid 1px #ccc;
	padding:5px 15px;
}

.outlineBox table td {
	border-bottom:solid 1px #ccc;
	padding:5px 15px;
}

.outline-map {
	padding-left:10px;
	padding-right:10px;
	margin:0 auto;
}

/* company/license */

.license {
	font-size:1.2em;
	margin-bottom:20px;
}

.license ul {
	margin-left:20px;
}

.license li {
	float:left;
	width:100%;
	margin-right:5px;
}

.license.license-one li {
	float:none;
	width:auto;
	margin-right:0px;
}



.text-l {
	text-align: left;
}

.text-c {
	text-align: center;
}

.text-r {
	text-align: right;
}
.blue {
	color: #007bc1;
}

.red {
	color: #c10000;
}


/*************************************/
/********** pagetop **********/
/*************************************/

#pagetop-content {
	clear: both;
	text-align: right;
	margin-bottom: 10px;
}


/*********************************/
/***** margin_padding *****/
/*********************************/

.mt00 { margin-top: 0;}
.mt05 { margin-top: 5px;}
.mt10 { margin-top: 10px;}
.mt15 { margin-top: 15px;}
.mt20 { margin-top: 20px;}
.mt25 { margin-top: 25px;}
.mt30 { margin-top: 30px;}
.mt40 { margin-top: 40px;}

.mb00 { margin-bottom: 0;}
.mb05 { margin-bottom: 5px;}
.mb10 { margin-bottom: 10px;}
.mb15 { margin-bottom: 15px;}
.mb20 { margin-bottom: 20px;}
.mb25 { margin-bottom: 25px;}
.mb30 { margin-bottom: 30px;}
.mb40 { margin-bottom: 40px;}
.mb50 { margin-bottom: 50px;}

.ml00 { margin-left: 0;}
.ml05 { margin-left: 5px;}
.ml10 { margin-left: 10px;}
.ml15 { margin-left: 15px;}
.ml20 { margin-left: 20px;}
.ml25 { margin-left: 25px;}
.ml30 { margin-left: 30px;}
.ml40 { margin-left: 40px;}

.mr00 { margin-right: 0;}
.mr05 { margin-right: 5px;}
.mr10 { margin-right: 10px;}
.mr15 { margin-right: 15px;}
.mr20 { margin-right: 20px;}
.mr25 { margin-right: 25px;}
.mr30 { margin-right: 30px;}
.mr40 { margin-right: 40px;}

.pt00 { padding-top: 0;}
.pt05 { padding-top: 5px;}
.pt10 { padding-top: 10px;}
.pt15 { padding-top: 15px;}
.pt20 { padding-top: 20px;}
.pt25 { padding-top: 25px;}
.pt30 { padding-top: 30px;}
.pt40 { padding-top: 40px;}

.pb00 { padding-bottom: 0;}
.pb05 { padding-bottom: 5px;}
.pb10 { padding-bottom: 10px;}
.pb15 { padding-bottom: 15px;}
.pb20 { padding-bottom: 20px;}
.pb25 { padding-bottom: 25px;}
.pb30 { padding-bottom: 30px;}
.pb40 { padding-bottom: 40px;}

.pl00 { padding-left: 0;}
.pl05 { padding-left: 5px;}
.pl10 { padding-left: 10px;}
.pl15 { padding-left: 15px;}
.pl20 { padding-left: 20px;}
.pl25 { padding-left: 25px;}
.pl30 { padding-left: 30px;}
.pl40 { padding-left: 40px;}

.pr00 { padding-right: 0;}
.pr05 { padding-right: 5px;}
.pr10 { padding-right: 10px;}
.pr15 { padding-right: 15px;}
.pr20 { padding-right: 20px;}
.pr25 { padding-right: 25px;}
.pr30 { padding-right: 30px;}
.pr40 { padding-right: 40px;}
