@charset "utf-8";

/* Body
------------------------------ */
body {
	background-color: #ffffff;
	box-shadow:none;
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:15px;
	line-height: 1.6em;
	letter-spacing: 0.05em;
	border-top: 8px solid #ffffff;
}
a:link{
	text-decoration:underline;
	color:#0858B7;
}
a:visited {
	text-decoration:none;
	color:#0858B7;
}
a:active {
	text-decoration:underline;
	color:#3988E5;
}
a:hover {
	text-decoration:underline;
	color:#3988E5;
}
article h2{
	position: relative;
	display: block;
	font-size: 20px;
	font-weight: normal;
	color:#333;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fafafa+0,e6e6e6+100 */
	background: #fafafa; /* Old browsers */
	background: -moz-linear-gradient(top,  #fafafa 0%, #e6e6e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fafafa 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fafafa 0%,#e6e6e6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fafafa 0%,#e6e6e6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fafafa 0%,#e6e6e6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
	padding: 8px 8px 8px 16px;
}
article h2:before{
	position: absolute;
	display: block;
	content:"";
	width: 6px;
	height: 32px;
	z-index: 1;
	background-color: #3E8DFF;
	top:4px;
	left:0;
}
/* layout */
.wrapper{
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

section{
	clear: both;
	float: none;
}

.caution{
	position: relative;
	display: block;
	font-size: 12px;
	padding-left: 1em;
	text-indent: -1em;
}
.caution:before{
	content: "※";
}
/* header */
#header{
	position: relative;
	display: block;
	width: 100%;
	height: 128px;
	background-color: #3988E5;
	padding-top: 42px;
	font-size: 12px;
	color:#fff;
}
.bg_line{
	position: absolute;
	display: block;
	width: 100%;
	height: 36px;
	background-color: #999999;
}
#header .bg_line{
	top:57px;
}
#header_logo a{
	position: relative;
	display: block;
	width: 380px;
	height: 64px;
	text-indent: -9999px;
	background: url(../images/logo.png) no-repeat 0 0;
}
#lead{
	position: absolute;
	display: block;
	top:-40px;
	font-weight: normal;
}
nav{
	float: none;
	clear: both;
}
#sub_nav{
	position: relative;
	display: block;
	width: 320px;
	height: 32px;
	padding:10px auto;
	border-radius:0 0 6px 6px;
	margin:-108px 0 4px 0;
	float: right;
	color:#3988E5;
	background-color: #fff;
}
#sub_nav li a{
	position: relative;
	display: inline-block;
	line-height: 1em;
	height: 12px;
	margin: 8px 6px 8px 13px;
	text-decoration: none;
	text-align: center;
	float: left;
	color:#3988E5;
}
#sub_nav li a .fa{
	margin-right: 4px;
}
#sub_nav li a:hover{
	text-decoration: underline;
	color:#FF6D40;
}

#header_info{
	position: relative;
    display: block;
    text-align: right;
    width: 400px;
    height: 72px;
    margin: -72px 0 20px 580px;
}
#header_info .tel_number{
	font-size: 37px;
	font-weight: 800;
	letter-spacing: 0;
	margin-left: -22px;
}
.tel_number .fa{
	margin-right: 5px;
}
#global_nav{
	position: relative;
	display: block;
	z-index: 100;
	width: 100%;
	height: 64px;
	margin-top: -12px;
	border-top: 1px solid rgba(255,255,255,0.3);
	box-shadow:0 6px 3px rgba(0,0,0,0.2);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3988e5+0,3974e5+100 */
background: #3988e5; /* Old browsers */
background: -moz-linear-gradient(top,  #3988e5 0%, #3974e5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3988e5), color-stop(100%,#3974e5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #3988e5 0%,#3974e5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #3988e5 0%,#3974e5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #3988e5 0%,#3974e5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #3988e5 0%,#3974e5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3988e5', endColorstr='#3974e5',GradientType=0 ); /* IE6-9 */
}
#global_nav:before{
	position: relative;
	display: block;
	content:"";
	width: 100%;
	height: 1px;
	margin-top: -2px;
	background-color: rgba(0,0,0,0.3);
}
	.sp_menu{
		display: none;
	}

#global_nav .wrapper:before{
	position: relative;
	display: block;
	float: left;
	content:"";
	width: 1px;
	height: 64px;
	background-color: rgba(0,0,0,0.3);
}
#global_nav .wrapper:after{
	position: relative;
	display: block;
	float: right;
	content:"";
	width: 1px;
	height: 64px;
	background-color: rgba(255,255,255,0.3);
}
#global_nav li a{
	position: relative;
	display: inline-block;
	float: left;
	color:#fff;
	width: 114px;
	/*width: 144px;*/
	height: 64px;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	padding-left: 40px;
	line-height: 64px;
	text-align: center;
	border-left: 1px solid rgba(255,255,255,0.3);
	border-right: 1px solid rgba(0,0,0,0.3);
	background-repeat: no-repeat;
	background-position: 12px 14px;
}
#global_nav li a:hover{
	background-color: #43A1FF;
	text-decoration: none;
}
#global_nav li:nth-child(1) a{
	width: 77px;
	padding-left: 0;
}
#global_nav li:nth-child(2) a{
	background-image: url(../images/gln02.svg);
}
#global_nav li:nth-child(3) a{
	background-image: url(../images/gln03.svg);
}
#global_nav li:nth-child(4) a{
	background-image: url(../images/gln04.svg);
}
#global_nav li:nth-child(5) a{
	background-image: url(../images/gln05.svg);
}
#global_nav li:nth-child(6) a{
	background-image: url(../images/gln06.svg);
	background-position: 14px 14px;
	width: 132px;
}
#global_nav li:nth-child(8) a{
	width: 99px;
	padding-left: 0;
}
/* common */
.clear{
	clear: both;
	float: none;
}

/* catch_slider */
.wideslider {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
	margin:9px 0 32px;
}
.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}
.wideslider ul li img {
	width: 100%;
	display: none;
}
.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;
}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {background: #fff url(../images/prev.png) no-repeat right center;}
.slider_next {background: #fff url(../images/next.png) no-repeat left center;}
.pagination{
	display:none;
	width:0;
	height:0;
	margin:0;
	padding:0;
}
.wideslider ul li a:hover img{
	opacity:0.8!important;
}

/* top_concept */
a .top_concept_box{
	position: relative;
	display: block;
	float: left;
	width: 320px;
	height: 250px;
	margin-right: 10px;
	margin-bottom: 32px;
	border-radius:6px 6px 0 0;
	background-color: #80C0FF;
	text-decoration: none;
}
a:hover .top_concept_box{
	background-color: #3988E5;
}

.wrapper a:nth-child(3) .top_concept_box{
	margin-right: 0!important;
}
article a .top_concept_box h2{
	position: relative;
	display: block;
	width: 320px;
	height: 30px;
	padding: 0;
	margin: 0;
	line-height: 30px;
	color:#fff;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	background: none;
	background-color: #3988E5;
	border-radius:6px 6px 0 0;
}
article a .top_concept_box  h2:before{
	display: none;
}
a .top_concept_box div{
	position: relative;
	display: block;
	width: 304px;
	height: 128px;
	margin: 8px 8px 0;
	padding: 0;
	overflow:hidden;
}

a .top_concept_box div img{
	position: relative;
	display: block;
	width: 304px;
	height: 128px;
 -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
a:hover .top_concept_box div img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
a .top_concept_box p{
	position: relative;
	display: block;
	width: 288px;
	height: 61px;
	padding: 8px;
	margin: -8px 8px 8px;
	font-size: 14px;
	line-height: 1.55em;
	letter-spacing: 0.08em;
	background-color: #3680D8;
	color:#fff;
}
/* top_skills */
#top_skills{
	position: relative;
	display: block;
	width: 100%;
	height: 468px;
	padding-top: 32px;
	border-top: 10px solid #fff;
	border-bottom: 10px solid #fff;
}
.filter{
	position: absolute;
	display: block;
	width: 100%;
	height: 500px;
	z-index: -1;
	top:0;
	left:0;
	background: url(../images/bg_top_skills.jpg) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	filter:blur(5px);
	-webkit-filter:blur(5px);
}
article #top_skills h2{
	position: relative;
	display: block;
	text-align: center;
	color:#387FE6;
	background: none;
	font-size: 35px;
	font-weight: 700;
	margin: 0 auto 24px;
	text-shadow: 2px 2px 0 #fff,
               2px -2px 0 #fff,
               -2px 2px 0 #fff,
               -2px -2px 0 #fff,
               4px 4px 4px rgba(0,0,0,0.3);
}
article #top_skills h2:before{
	display: none;
}
a .top_skills_box{
	position: relative;
	display: block;
	float: left;
	width: 184px;
	height: 184px;
	margin-right: 15px;
	margin-bottom: 15px;
	text-decoration: none;
	background-color: #0858B7;
}
.wrapper a:nth-child(6) .top_skills_box{
	margin-right: 0;
}
.wrapper a:nth-child(11) .top_skills_box{
	margin-right: 0;
}

a:hover .top_skills_box{
	background-color: #8AB9F1;
}
a .top_skills_box img{
	position: relative;
	display: block;
	width: 80px;
	height: 80px;
	margin: 32px auto 8px;
}
a .top_skills_box .fa{
	display: none;
}
a:hover .top_skills_box .fa{
	display: block;
	text-align: center;
	margin: 4px auto 4px;
	color:#fff;
	font-size: 21px;
}

a .top_skills_box h3{
	font-size: 21px;
	font-weight: 700;
	color:#fff;
	text-align: center;
	margin-top: 8px;
}
/* top_introduction */
.top_intro_box{
	position: relative;
	display: block;
	width: 480px;
	height: 372px;
	margin-top: 32px;
	margin-bottom: 32px;
	border: 1px solid #dcdcdc;
}
.wrapper .top_intro_box:nth-child(1){
	float: left;
}
.wrapper .top_intro_box:nth-child(2){
	float: right;
}
.top_intro_box img{
	position: relative;
	display: block;
	width: 140px;
	height: 224px;
	margin: 24px 12px 24px 24px;
	float: left;
}
.top_intro_box p{
	margin: 24px 24px 4px 12px;
}
.btn a{
	position: relative;
	display: block;
	text-decoration: none;
	line-height: 1em;
	font-size: 16px;
	padding: 12px;
	font-weight: 700;
	color:#fff;
	border-radius: 4px;
	text-align: center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff8140+0,ff6d40+100 */
	background: #ff8140; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff8140 0%, #ff6d40 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8140), color-stop(100%,#ff6d40)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff8140 0%,#ff6d40 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff8140 0%,#ff6d40 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff8140 0%,#ff6d40 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff8140 0%,#ff6d40 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8140', endColorstr='#ff6d40',GradientType=0 ); /* IE6-9 */
}
.btn a .fa{
	margin-right: 4px;
}
.btn a:hover{
	background: #FF9F40;
}
#top_introduction .btn a{
	float: right;
	width: 204px;
	margin: 4px 24px 24px 0;
}
/* bread-crumb */
.bread_crumb{
	position:relative;
	display: block;
	box-shadow:none;
	padding-top:0;
	width:972px;
	margin-left: 8px;
	margin-top: 24px;
	margin-bottom: 4px;
	text-align: right;
}
.bread_crumb ul {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align:left;
	font-size:14px;
}
.bread_crumb li {
	display: inline;
	list-style-type:none
}
.bread_crumb li.sub:before {
	letter-spacing: 10px;
  	content: ">";
}
.bread_crumb li span {
	color:#ccc;
	margin-right:8px;
}
.bread_crumb li a:hover {
	text-decoration:none;
}


/* main_contents */
#main_contents{
	width: 772px;
	float: left;
}
#main_contents section{
	margin-bottom: 32px;
}
#main_contents h1{
	position: relative;
	display: block;
	font-size: 36px;
	font-weight: 700;
	color:#fff;
	width: 732px;
	height: 72px;
	padding-left: 40px;
	padding-top: 40px;
	margin-bottom: 12px;
	line-height: 1em;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3974e5+0,3974e5+50,3988e5+51,3988e5+100 */
	background: #3974e5; /* Old browsers */
	background: -moz-linear-gradient(82deg,  #3974e5 0%, #3974e5 50%, #3988e5 51%, #3988e5 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(82deg,  #3974e5 0%,#3974e5 50%,#3988e5 51%,#3988e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(82deg,  #3974e5 0%,#3974e5 50%,#3988e5 51%,#3988e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(82deg,  #3974e5 0%,#3974e5 50%,#3988e5 51%,#3988e5 100%); /* IE10+ */
	background: linear-gradient(172deg,  #3974e5 0%,#3974e5 50%,#3988e5 51%,#3988e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3974e5', endColorstr='#3988e5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#main_contents h2{
	margin: 12px 0 12px;
}
#main_contents h3{
	clear: both;
	float: none;
	color:#0858B7;
	font-size: 20px;
	font-weight: 700;
	margin: 20px 0 4px 0;
	padding-left: 18px;
}
#main_contents p{
	margin-left: 8px;
	margin-right: 8px;
}
#main_contents h3:after{
	position: relative;
	display: block;
	width: 772px;
	height: 4px;
	margin-left: -18px;
	margin-bottom: 8px;
	content:"";
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8ab9f1+0,fafafa+100 */
	background: #8ab9f1; /* Old browsers */
	background: -moz-linear-gradient(left,  #8ab9f1 0%, #fafafa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#8ab9f1), color-stop(100%,#fafafa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #8ab9f1 0%,#fafafa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #8ab9f1 0%,#fafafa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #8ab9f1 0%,#fafafa 100%); /* IE10+ */
	background: linear-gradient(to right,  #8ab9f1 0%,#fafafa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ab9f1', endColorstr='#fafafa',GradientType=1 ); /* IE6-9 */
}
.left_wide_img{
	position: relative;
	display: block;
	width: 400px;
	height: 200px;
	float: left;
	margin:0 12px 32px 8px;
}
.left_wide_img img{
	width: 400px;
	height: 200px;
}
.right_img{
	position: relative;
	display: block;
	width: 220px;
	height: 160px;
	float: right;
	margin:0 8px 32px 12px;
}
.right_img img{
	width: 220px;
	height: 160px;
}
/* table */
table{
	width: 100%;
	margin: 20px 0 20px;
	vertical-align: middle;
}
table tbody tr th{
	font-weight: normal;
}
table tbody tr td{
	font-weight: normal;
}
.blue1_cell{
	background-color: #f5f9fe;
}
.blue2_cell{
	background-color: #ebf3fc;
}
.blue3_cell{
	background-color: #e1edfb;
}
.orange1_cell{
	background-color: #fbeee2;
}
/* carinspection_fee table */
#carinspection_fee table tbody tr th{
	border:1px solid #fff;
}
#carinspection_fee table tbody tr td{
	border:1px solid #fff;
}

#carinspection_fee table{
	font-size: 12px;
}
#carinspection_fee table tbody tr th{
	text-align: center;
	padding: 14px;
}

#carinspection_fee table tbody tr td{
	text-align: center;
	padding: 10px 4px;
}
#carinspection_fee table tbody tr td img{
	width: 150px;
	height: 80px;
	text-align: center;
}
#carinspection_fee table tbody .orange1_cell{
	font-size: 17px;
}
#carinspection_fee table tbody .orange1_cell td{
	font-weight: 700;
	color:#E06F3D;
}
/* tire_change_fee */
#tire_change_fee ul{
	position: relative;
	display: inline-block;
	width: 772px;
	height: 40px;
	margin: 8px 0;
	font-size: 17px;
	font-weight: 700;
}
#tire_change_fee ul li{
	position: relative;
	display: block;
	width: 386px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
#tire_change_fee ul li .fa{
	font-size: 20px;
}
#tire_change_fee ul li:nth-child(1){
	float: left;
	color:#E28F3B;
	background-color: #fbeee2;
}
#tire_change_fee ul li:nth-child(2){
	float: right;
	color:#3988E5;
	background-color: #f5f9fe;
}
/* other_maintenance */
#other_maintenance .btn a{
	margin: -16px 8px 32px 500px;
	width: 200px;
	float: right;
}
/* repair_service */
#repair_service ul{
	margin-left: 16px;
	margin-bottom: 32px;
}
/* usedcar */
#usedcar p.fz_small{
	clear: both;
}
#usedcar_lineup{
	margin-left: 8px;
	margin-right: -18px;
}
.usedcar_box{
	position: relative;
	display: block;
	float: left;
	margin-right: 18px;
	margin-bottom: 18px;
	width: 238px;
	height: 290px;
	border: 1px solid #666;
}
.square{
	height: auto;
}
.square img{
	position: relative;
	display: block;
	width: 236px;
	height: auto;
	margin: 1px;
}
.usedcar_box img.square{
	position: relative;
	display: block;
	width: 236px;
	height: auto;
	margin: 1px;
}
.usedcar_box h4{
	position: relative;
	display: block;
	width: 160px;
	height: 38px;
	overflow:hidden;
	font-weight: 700;
	line-height: 1.4em;
	letter-spacing: 0.01em;
	font-size: 14px;
	margin: 4px 0 2px 8px;
}
.square h4{
	width: auto;
	height: auto;
	display: inline-block;
	vertical-align: top;
}
.usedcar_box p{
	margin: 2px 8px 2px;
	font-size: 12px;
}

.usedcar_box .price{
	position: absolute;
	display: block;
	top:180px;
	right: 4px;
	margin: 0;
	text-align: right;
	color:#E63333;
	font-weight: 700;
	font-size: 14px;
}
.square .price{
	display: inline-block;
	position: relative;
	margin-right: 0;
	vertical-align: top;
	top: 0;
	right: 0;
	float: right;
}
.square p.clear{
	clear: both;
	float: none;
	margin-bottom: 18px;
}
.usedcar_box .price:before{
	content:"￥";
}
.usedcar_box .price:after{
	content:"-";
}
.usedcar_box .btn a{
	width: 144px;
	height: 12px;
	line-height: 11px;
	margin: 0 4px 4px 64px;
}
.add_bnr{
	position: relative;
	display: block;
	clear: both;
	float: none;
	width: 772px;
	height: auto;
}
.add_bnr li a{
	position: relative;
	display: block;
	width: 756px;
	height: 200px;
	border: 8px solid #8AB9F1;
	margin-bottom: 16px;
}
.add_bnr li a img{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
.add_bnr li a:hover{
	border-color: #E28F3B;
}
.add_bnr li a:hover img{
	opacity: 0.8;
}

/* purchase */
#purchase_merit{
	float: left;
	font-size: 20px;
	line-height: 2.2em;
	font-weight: 700;
	color:#FF6D40;
	margin-bottom: 48px;
}
#purchase .btn a{
	float: right;
	width: 268px;
	height: 118px;
	line-height: 118px;
	font-size: 24px;
	font-weight: 700;
	margin-top: 8px;
	margin-bottom: 48px;
}
#repair_service ul li .fa{
	color:#0858B7;
}
/* greeting */
.right_wide_img{
	position: relative;
	display: block;
	float: right;
	width: 300px;
	height: 350px;
	margin: 0 8px 16px 16px ;
}
#team36 a img{
	width: 100%;
	height: auto;
}
#team36 a{
	position: relative;
	display: block;
	width: 83px;
	height: 44px;
	border: 1px solid #ddd;
	margin-top: -46px;
	margin-left: 160px;
	margin-bottom: 16px;
}
#team36 a img{
	width: 100%;
	height: auto;
}
#team36 a:hover{
	opacity: 0.8;
}
/* outline */
#outline table tbody{
	border-top: 3px solid #3988E5;
	border-bottom: 3px solid #3988E5;
}

#outline table tbody tr th{
	color: #fff;
	background-color: #3988E5;
	white-space:nowrap;
	padding: 8px 32px 8px 24px;
	border-bottom: 1px dashed #eee;
	text-align: left;
}
#outline table tbody tr td{
	padding: 8px 8px 8px 32px;
	border-bottom: 1px dashed #eee;
}
/* accessmap */
#gggmap{
	margin-bottom: 32px;
}
#accessmap h4{
	font-weight: normal;
	float: left;
}
#route p{
	width: 530px;
	float: left;
}
.right_small_img{
	position: relative;
	display: block;
	float: right;
	width: 200px;
	height: 115px;
	margin-left: 24px;
	margin-bottom: 8px;
}
/* recruit */
.recruit .caution{
	text-indent: 0;
}
/* sitemap */
#sitemap h2{
	margin-bottom: 20px;
}
#sitemap ul li{
	line-height: 1em;
	margin:0 32px 32px;
}
#sitemap ul li .fa{
	margin-right: 12px;
	color: #3680D8;
}
#sitemap ul li a{
	color:#333;
	text-decoration: none;
}
#sitemap ul li a:hover{
	color:#3E8DFF;
	text-decoration: underline;
}
#sitemap_left{
	position: relative;
	display: block;
	text-decoration: none;
	float: left;
	margin-bottom: 16px;
}
#sitemap_right{
	position: relative;
	display: block;
	margin-left: 380px;
}
/* contact */
.contact_onecolumn{
	float: none;
	margin-left: 114px;
}
.contact_tel_box{
	position: relative;
	display: block;
	width: 734px;
	height: 96px;
	border: 10px solid #ffa78c;
	margin: 10px 10px 32px;
}
#main_contents .contact_tel_box h3{
	position: relative;
	display: block;
	float: left;
	padding: 0;
	font-size: 20px;
	font-weight: 700;
	color: #515151;
	margin: 23px 29px 8px 22px;
}
#main_contents .contact_tel_box h3:after{
	display: none;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
}
#main_contents .contact_tel_box p{
	position: absolute;
    display: block;
    left: 14px;
    top: 50px;
    font-size: 0.78em;
}
#main_contents .contact_tel_box p.tel_number{
	font-size: 38px;
    letter-spacing: 0;
    color: #FF6D40;
    text-align: right;
    left: 340px;
    top: 28px;
    font-weight: 700;
    margin-left: 22px;
}
.mailform .mfp .must{
	position: relative;
	display: block;
	float: left;
	margin-top: -4px;
	margin-right: 12px;
	width: 40px;
	height: 1em;
	line-height: 1em;
	font-size: 12px;
	padding: 8px;
	background-color: #c20707;
	color: #fff;
	text-align: center;
	border-radius:4px;
	text-shadow: none;
}
#mailfield dl.mailform dt.mfp {
	width: 240px;
}
#mailfield dl.mailform dt.no_must{
	padding-left: 88px;
	width: 172px;
}
#mailfield dl.mailform dd.mfp_purpose{
	font-size: 16px;
}
#mailfield dl.mailform dd.mfp_purpose ul{
	margin-top: -2px;
	margin-left: -8px;
}
#mailfield dl.mailform dd.mfp_purpose ul li{
	display: inline-block;
}
#privacy_policy{
	font-size: 14px;
	padding: 8px 20px 16px;
	border-bottom: 1px dashed #ccc;
}
#main_contents #privacy_policy h3{
	padding: 0;
	font-size: 16px;
	font-weight: 600;
	color: #515151;
	margin: 16px 0 8px;
}
#main_contents #privacy_policy h3:after{
	display: none;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
}
dl.confirm dt.mfp_short{
	margin-top: 3px;
}
dl.confirm dd.mfp label{
	margin-top: -12px;
	font-size: 15px!important;
}
.mfp_buttons button{
	color: #363636;
	font-size: 16px;
	font-weight: 600;
	padding: 12px 24px 10px;
	letter-spacing: 0.05em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-shadow: 1px 1px 1px #fff;
}
.mfp_buttons button:hover{
	cursor:pointer;
	color: #333333;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffd8cc+0,ffa78c+100 */
	background: #ffd8cc; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffd8cc 0%, #ffa78c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd8cc), color-stop(100%,#ffa78c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffd8cc 0%,#ffa78c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffd8cc 0%,#ffa78c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffd8cc 0%,#ffa78c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffd8cc 0%,#ffa78c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd8cc', endColorstr='#ffa78c',GradientType=0 ); /* IE6-9 */
}
/* right_sidebar */
#right_side{
	width: 184px;
	float: right;
}
#side_bnr ul li a{
	position: relative;
	display: block;
	width: 168px;
	height: 168px;
	border: 8px solid #8AB9F1;
	margin: 0 0 16px;
}
#side_bnr ul li a:hover{
	border: 8px solid #E28F3B;
}
#side_bnr ul li a img{
	width: 168px;
	height: 168px;
}
#side_bnr ul li a:hover img{
	opacity:0.8;
}
.facebook_bnr a{
	position: relative;
	display: block;
	width: 184px;
	height: 70px;
	margin-bottom: 16px;
}
.facebook_bnr a img{
	width: 184px;
	height: 70px;
}
.facebook_bnr a:hover{
	opacity:0.8;
}
article #side_info #side_contact h2{
	position: relative;
	display: block;
	width: 184px;
	height: 30px;
	padding: 0;
	margin: 0;
	line-height: 30px;
	color:#fff;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	background: none;
	background-color: #3988E5;
	border-radius:6px 6px 0 0;
}
article #side_info #side_contact h2:before{
	display: none;
}
#side_contact_inner{
	position: relative;
	display: block;
	width: 168px;
	background-color: #fff;
	border: 8px solid #80C0FF;
	margin: 0 0 32px;
}
#side_contact_inner img{
	position: relative;
	display: block;
	width: 168px;
	height: 52px;
	margin: 0 0 8px;
	padding: 0;
}
#side_contact_inner p{
	font-size: 12px;
	margin:8px 8px 16px;
}
#side_contact_inner .btn a{
	margin: 12px;
	font-size: 14px;
}

/* footer */
footer{
	clear: both;
	float: none;
}
#footer_info{
	position: relative;
	display: block;
	width: 100%;
	height: 320px;
	background: url(../images/bg_footer_info.jpg) repeat 0 0;
}
#footer_info .bg_line{
	top:50px;
}
#footer_info_left{
	position: relative;
	display: block;
	float: left;
	color:#fff;
	width: 400px;
	height: 260px;
}
#footer_info_left p{
	margin-left: 52px;
	margin-top: 8px;
}
#footer_info_left p#footer_logo{
	margin-left: 0;
}
#footer_info_left p#footer_logo a{
	position: relative;
	display: block;
	width: 380px;
	height: 64px;
	text-indent: -9999px;
	background: url(../images/logo.png) no-repeat 0 0;
	margin-top: 36px;
}
#footer_info_left .btn a{
	margin-top: -40px;
	margin-left: 16px;
	width: 200px;
	float: right;
}
#footer_info_left .business_hours{
	float: none;
    clear: both;
    text-align: right;
    margin-top: 20px;
    margin-bottom: -8px;
    font-size: 0.87em;
}
#footer_info_left .tel_number{
	text-align: right;
	font-size: 37px;
	font-weight: 800;
	letter-spacing: -.02em;
}
#footer_info_right{
	position: relative;
	display: block;
	float: right;
	width: 500px;
	height: 254px;
	margin: 30px 0 36px 40px;
}
#footer_info_right #ggmap{
	position: relative;
	display: block;
	width: 492px;
	height: 246px;
	background-color: #ccc;
	border: 4px solid #fff;
}
.fz_small{
	font-size: 12px;
	line-height: 1.6em;
}
#footer_menu{
	position: relative;
	display: block;
	color:#fff;
	background-color: #3988E5;
	width: 100%;
	height: 370px;
	margin: 0;
	padding: 32px 0 0;
}
#footer_menu .wrapper nav ul li{
	line-height: 1em;
	margin:0 0 12px;
}
#footer_menu .wrapper nav ul li .fa{
	margin-right: 12px;
}
#footer_menu .wrapper nav ul li a{
	color:#fff;
	text-decoration: none;
}
#footer_menu .wrapper nav ul li a:hover{
	text-decoration: underline;
}
#footer_menu_left{
	position: relative;
	display: block;
	text-decoration: none;
	float: left;
	margin-bottom: 34px;
}
#footer_menu_right{
	position: relative;
	display: block;
	margin-left: 200px;
}
#footer_banner{
	clear: both;
	float: none;
	margin-top: 24px;
}
#footer_banner ul li a{
	text-indent: -9999px;
	position: relative;
	display: block;
	width: 377px;
	height: 64px;
	margin: 24px 0;
	border: 4px solid #fff;
}
#footer_banner ul li:nth-child(1) a{
	background: url(../images/bnr01.jpg) no-repeat 0 0;
}
#footer_banner ul li:nth-child(2) a{
	background: url(../images/bnr02.jpg) no-repeat 0 0;
}
#footer_banner ul li a:hover{
	border: 4px solid #FF9F40;
}
.fb-page{
	position: relative;
	display: block;
	float: right;
	width: 492px;
	height: 352px;
	margin-top: -370px;
	border: 4px solid #fff;
	background-color: #ccc;
}
#copyright{
	width: 100%;
	padding: 14px 0;
	text-align: center;
	font-size: 12px;
	line-height: 1em;
}
.clear{
	clear: both;
	float: none;
}
.mb64{
	margin-bottom: 64px;
}
.pb40{
	padding-bottom: 40px!important;
}