@charset "utf-8";

@import 'https://fonts.googleapis.com/css?family=Teko:700';

/*全体の設定
---------------------------------------------------------------------------*/
html {
	font-size:62.5%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	color: #727171;
	font-size:1.6rem;
	margin: 0px auto;
	padding: 0px;
	font-family: Meiryo,Arial,Helvetica,"ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic ProN','MS PGothic', Sans-serif;
	line-height: 1.8;
	letter-spacing: 1pt;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}

h3{
	letter-spacing: 2pt;
	font-weight:400;
}

ul li{
	list-style: outside none none;
}

img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}

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


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

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	text-decoration:none;
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;  
            outline: none;
            overflow: hidden;
            color:#08C;
}
a:hover {
	opacity:0.6;
	text-decoration: none;	
}

/*wrapper
---------------------------------------------------------------------------*/
#wrapper{
	border:6px solid #fff100;
}

@media screen and (max-width: 1200px){
	#wrapper{
    width:1200px;
}
}

/*header
---------------------------------------------------------------------------*/
header{
	width: 1200px;
    margin: 0 auto;
    z-index: 999;
    position: relative;

}

header h1{
	float: left;
	font-size:3.2rem;
	padding: 5px 2px 0 10px;
    letter-spacing: 3.5pt;
    position:relative;
    z-index: 9999;
}

header  a{
	color:#FFF100;
}

header a span{
	color:#FFFFFF;
}

div#header_wrap {
    position: relative;
}

#header_in{
	width:1200px;
	height:100px;
    border-radius: 0px 0px 10px 10px;
	margin:0 auto;
	padding: 20px 12px 0px 12px;
	background-color: #1EB9EF;
	box-sizing: border-box;
}

nav#menu{
    position: relative;
    left: 16px;
    z-index: 999
}

nav#menu ul {
	padding-left: 36px;
	margin-bottom: 25px;
	height: 60px;
}

nav#menu ul li {
	float: left;
	width: 150px;
	border-left: 2px solid #FFF100;;
	text-align: center;
	box-sizing: border-box;
}
nav#menu ul li a {
	font-size:1.3rem;
	font-family: Arial,Helvetica,Meiryo, Sans-serif;
	text-decoration: none;
	display: block;
	line-height: 20px;
	padding-top: 10px;
	padding-left: 25px;
	letter-spacing: 1pt;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

nav#menu ul li a:hover {

}
nav#menu ul li span:hover{

	display: block;
}

nav#menu ul li a span {
	font-size: 1.6rem;
	font-family: Meiryo, Sans-serif;
	color: #FFFFFF;
	display: block;
	letter-spacing: 0.2em;
	line-height: 15px;
	padding-bottom: 11px;
	padding-top: 1px;
}

.nav01{
	background:url(../images/icon/company.png) no-repeat  13% center;
}

.nav02{
	background:url(../images/icon/service.png) no-repeat  10% center;
}

.nav03{
	background:url(../images/icon/chronology.png) no-repeat  3.8% center;
}

.nav04{
	background:url(../images/icon/group.png) no-repeat  11% center;
}

.nav05{
	background:url(../images/icon/access.png) no-repeat  15% center;
}

.nav06{
	background:url(../images/icon/contact.png) no-repeat  11% center;
}

/*追尾メニュー
---------------------------------------------------------------------------*/

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    background-color: transparent;
    border:1px solid #FFF100;
    border-top:none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, #header_in {
        padding: 20px 11px 0px 11px;  }
}

_::-webkit-full-page-media, _:future, :root #header_in {
	    padding: 20px 11px 0px 11px;
}



/*article
---------------------------------------------------------------------------*/
.bg_w{
	background-color: #FFFFFF;
}

.bg_b{
	background-color: #1eb9ef;
}

.bg_y{
	background-color: #FFF100;
}

.bg_g{
	background-color: #727171;
}

article{
	min-height: 100px;
}

/*section
---------------------------------------------------------------------------*/
section{
	width: 1200px;
	margin: 0 auto;
}

/*スライドショー
---------------------------------------------------------------------------*/
#main_img{
	position: relative;
    width: 100%;
    height: 530px;
    margin-top: -100px;
    z-index: 0;
}

#main_img img {
	position: absolute;
	width:100%;
	left: 0;
	top: 0;
	opacity: 0;
	transition: 3s;
}

#main_img .show {
	opacity: 1;
	z-index: 0;
}


/*section 01
-------------------------------------*/
section.no01 {
    text-align: center;
}

.no01 h3 {
    color: #1eb9ef;
    font-size: 32px;
    font-family: Arial,Helvetica,Sans-serif;
    background: url(../images/icon/cars.png) no-repeat 0% center;
    display: inline-block;
    padding: 30px 38px;
}
.no01 h4{
	color: #1eb9ef;
	font-size: 1.9rem;
    margin: -30px 40px 12px 0;
    font-weight: 400;
}

.no01 p{
	color:#000;
	padding-bottom: 20px;
}

/*section 02
-------------------------------------*/
section.no02 {
    text-align: center;
}

.no02_img{
	width: 1200px;
	height:570px;
	margin:0 auto;
	background:url(../images/topImg07.jpg) no-repeat center center;
	position:relative;
}

.no02 h3 {
    color: #FFF;
    border: 2px solid #FFF;
    display: inline-block;
    padding: 0px 28px;
    font-size: 2.8rem;
    margin: 40px 0;
}

.no02 p{
	color:#FFF;
	padding: 40px 0;
}

.no02_img a,.no03_img a {
    color: #FFF;
    font-size: 3.0rem;
    font-weight: 900;
    letter-spacing: 5pt;
    border: 2px solid #FFF;
    padding: 2px 28px;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.no02_img a:hover,.no03_img a:hover{
	opacity:0.6;
}

.no02_img a:active,.no03_img a:active{
	transform: scale(0.98);
}
/*section 03
-------------------------------------*/
.no03{
	padding: 80px 0;
}

.no03_img{
	width: 1200px;
	height:570px;
	margin:0 auto;
	background:url(../images/topImg04.jpg) no-repeat center center;
	position:relative;
}

/*section 04
-------------------------------------*/
.no04{
	text-align: center;
	padding-bottom: 40px;
}

.no04 p{
	letter-spacing: 1pt;
}

.no04 h3 {
    color: #1eb9ef;
    font-size: 32px;
    font-family: Arial,Helvetica,Sans-serif;
    background: url(../images/icon/cars.png) no-repeat 0% center;
    display: inline-block;
    padding: 30px 38px;
}

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

.no04_down {
    width: 1100px;
    margin: 20px auto;
}

.no04_down section{
	width:340px;
	height:340px;
	float: left;
	margin-left: 40px;
}

.no04_down section:first-child{
	margin-left: 0px
}

.no04_down h4 {
    font-size: 2.0rem;
    font-weight: 400;
    letter-spacing: 1pt;
}

.no04_down p{
	text-align: left;
}

/*section 05
-------------------------------------*/
.no05{
	padding: 80px 0;
}

/*section 06
-------------------------------------*/
.no06{
	text-align:center;
	padding-bottom: 40px;
}

.no06 h3 {
    color: #1eb9ef;
    font-size: 3.2rem;
    font-family: Arial,Helvetica,Sans-serif;
    display: inline-block;
    padding: 30px 0px 0px;
}
.no06 h4{
	color: #1eb9ef;
	font-size: 1.9rem;
    margin: 0px 0px 12px 0;
    font-weight: 400;
}

.no06_down {
    text-align: left;
    width: 900px;
    margin: 0 auto;
    padding-top: 30px;
}

.no06_down ul{
	margin-bottom: 20px;
}

.no06_down ul li {
    line-height: 1.5;
}

/*section 08
-------------------------------------*/
.no08{
	text-align:center;
	padding: 60px 0 40px;
}

.no08 h3 {
    color:#FFF;
    font-size: 2.4rem;
    background: #1eb9ef url(../images/icon/tel.png) no-repeat 6% center;
    display: inline-block;
    padding: 0px 60px;
}

.no08 p{
    padding: 20px 0;
    line-height: 1.6;
    font-size: 1.7rem;
    letter-spacing: 0.8pt;
}

.no08 p span{
	font-size:2.0rem;
}

/*事業紹介
---------------------------------------------------------------------------*/

/*sv_no01
-------------------------------------*/
.sv_no01{
	text-align: center;
	padding: 0px 0 40px;
}

.sv_no01 h2 {
    color: #636162;
    font-size: 34px;
    font-family: Arial,Helvetica,Sans-serif;
    display: inline-block;
    padding: 50px 0px 0px 40px;
    font-weight: 400;
    line-height: 34px;
    background: url(../images/icon/service_b.png) no-repeat left 92%;
}

.sv_no01 h5{
	color: #636162;
	font-size: 1.6rem;
    margin: 0px 0px 12px 0;
    font-weight: 400;
}



/*sv_no02
-------------------------------------*/
.sv_no02{
	color:#FFFFFF;
	text-align: center;
	padding: 40px 0;
}

.sv_no02_hi,.sv_no02_mid,.sv_no02_low{
	display:inline-block;
	margin-bottom: 10px;
}

.sv_no02 section{
	width:240px;
	text-align: left;
	margin-left: 30px;
}

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

.sv_no02 h5 {
    font-size: 3rem;
    font-family: Arial,Helvetica,Meiryo,"ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic ProN','MS PGothic', Sans-serif;
    border-bottom: 1px solid #fff100;
    padding-bottom: 3px;
    margin-right: 8px;
    color: #fff100;
    font-weight: 400;
    line-height: 28px;
}

.sv_no02 h5 span {
	font-size: 1.8rem;
	font-weight:400;
	display: block;
	color:#FFF;
}

.sv_no02 p{
	font-size: 1.6rem;
	font-weight:700;
	padding-top: 5px;
	line-height: 2.2;
}

.sv_no02 p span {
	font-size: 1.6rem;
	font-weight:400;
	display: block;
}

h3.title{
    font-size: 30px;
    font-family: Arial,Helvetica,Sans-serif;
    padding: 45px 0px 20px 0px;
    font-weight: 400;
    line-height: 34px;
    text-align: center;
}

h3.title span{
	font-size: 16px;
	display: block;
	
}

/*sv_no03
-------------------------------------*/
.sv_no03{
	padding: 50px 0;
	text-align: center;
}

.car_photo {
    margin-left: 15px;
    margin-bottom: 20px;
    display: inline-block;
}

.sv_no03 p{
    color: #FFF;
    text-align: left;
    box-sizing: border-box;
    padding: 10px 96px 0;
    line-height: 2.5;
}
.car_photo {/*親div*/
  position: relative;/*相対配置*/
  }

.car_photo p {
 position: absolute;
 color: white;/*文字は白に*/
  font-weight: bold; /*太字に*/
  font-size: 1em;/*サイズ2倍*/
  font-family :Quicksand, sans-serif;/*Google Font*/
  top: 40%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  }

.car_photo img {
  width: 100%;
  }
  
/*会社概要
---------------------------------------------------------------------------*/

/*co_no01
-------------------------------------*/
.co_no01{
	text-align: center;
	padding: 0px 0 40px;
}

.co_no01 h2 {
    color: #636162;
    font-size: 34px;
    font-family: Arial,Helvetica,Sans-serif;
    display: inline-block;
    padding: 50px 0px 0px 40px;
    font-weight: 400;
    line-height: 34px;
    background: url(../images/icon/company_b.png) no-repeat left 92%;
}

.co_no01 h5{
	color: #636162;
	font-size: 1.6rem;
    margin: 0px 0px 12px 0;
    font-weight: 400;
}

.co_no01 table {
    text-align: left;
    width: 500px;
    margin: 50px auto 0;
    line-height: 2;
}

.co_no01 th{
	font-weight: 400;
	padding-left: 90px;
}

/*co_no02
-------------------------------------*/
.co_no02{
	width: 850px;
	margin: 40px auto 50px;
    background-image: linear-gradient(to right, #333, #333 2px, transparent 2px, transparent 4px);
    background-size: 8px 1px;
    background-position: top;
    background-repeat: repeat-x;
}

.co_no02 h4 {
    font-weight: 400;
    display: inline-block;
    background-color: #FFF;
    position: relative;
    top: -12px;
    padding-right: 25px;
}

.co_no02 ul{
	width:400px;
	margin-left: 50px;
	line-height: 2.3;
}

.accessBtn {
    display: inline-block;
    font-family: Arial,Helvetica,Sans-serif;
    background-color: #1EB9EF;
    color: #FFF;
    font-size: 2.2rem;
    letter-spacing: 1.5pt;
    box-sizing: border-box;
    margin: 10px 0 0px 50px;
    width: 200px;
    height: 40px;
    text-align: center;
}

/*沿革
---------------------------------------------------------------------------*/
/*ch_no01
-------------------------------------*/
.ch_no01{
	text-align: center;
	padding: 0px 0 40px;
}

.ch_no01 h2 {
    color: #636162;
    font-size: 34px;
    font-family: Arial,Helvetica,Sans-serif;
    display: inline-block;
    padding: 50px 0px 0px 40px;
    font-weight: 400;
    line-height: 34px;
    background: url(../images/icon/chronology_b.png) no-repeat left 92%;
}

.ch_no01 h5{
	color: #636162;
	font-size: 1.6rem;
    margin: 0px 0px 12px 0;
    font-weight: 400;
}

.ch_no01 p{
	padding-bottom: 20px;
}
/*ch_no02
-------------------------------------*/
.ch_no02{
	width:640px;
	margin: 0 auto;
	padding-top: 50px;
	background-image: linear-gradient(to right, #333, #333 2px, transparent 2px, transparent 4px);
    background-size: 8px 1px;
    background-position: top;
    background-repeat: repeat-x;
    text-align:center;
}

.dot_bm{
	background-image: linear-gradient(to right, #333, #333 2px, transparent 2px, transparent 4px);
    background-size: 8px 1px;
    background-position: bottom;
    background-repeat: repeat-x;
    display:block;
    padding-bottom: 40px;
}


.ch_no02 table {
    text-align: left;
    display:inline-block;
    width: 500px;
    line-height: 2.2;
}

.ch_no02 th{
	font-weight: 400;
    padding-left: 25px;
}

.ch_no02 td {
    padding-left: 50px;
}
/*ch_no03
-------------------------------------*/
.ch_no03{
	text-align: center;
}

.ch_no03 h3 {
    font-size: 2.8rem;
    margin: 45px 0;
}


/*店舗紹介・グループ
---------------------------------------------------------------------------*/
.sh_no01,.sh_no02,.gr_no1{
	text-align: center;
}

.sh_no01 h2 {
    color: #636162;
    font-size: 34px;
    font-family: Arial,Helvetica,Sans-serif;
    display: inline-block;
    padding: 50px 0px 0px 40px;
    font-weight: 400;
    line-height: 34px;
    background: url(../images/icon/shop_b.png) no-repeat left 92%;
}

.sh_no01 h5, .sh_no02 h5,.gr_no1 h5{
	color: #636162;
	font-size: 1.6rem;
    margin: 0px 0px 50px 0;
    font-weight: 400;
}

.sh_no01 h3, .sh_no02 h3,.gr_no1 h3{
	font-size: 2.8rem;
    padding-top: 50px;
}

.sh_no02 h2 {
    font-weight: 400;
    display: inline-block;
    width: 180px;
    border: 2px solid;
    box-sizing: border-box;
    font-size: 2.6rem;
    margin: 50px 0;
}

.gr_no1 h2 {
    color: #636162;
    font-size: 34px;
    font-family: Arial,Helvetica,Sans-serif;
    display: inline-block;
    padding: 50px 0px 0px 40px;
    font-weight: 400;
    line-height: 34px;
    background: url(../images/icon/group_b.png) no-repeat left 92%;
}

/*問合せ
---------------------------------------------------------------------------*/
.ct_no1{
	text-align: center;
}

.ct_no1 h2 {
    color: #636162;
    font-size: 34px;
    font-family: Arial,Helvetica,Sans-serif;
    display: inline-block;
    padding: 50px 0px 0px 40px;
    font-weight: 400;
    line-height: 34px;
    background: url(../images/icon/contact_b.png) no-repeat left 92%;
}

.ct_no1 h5{
	color: #636162;
	font-size: 1.6rem;
    margin: 0px 0px 50px 0;
    font-weight: 400;
}

.step_wrap{
	display: inline-block;
}

.step_wrap section{
	width: 320px;
    height: 40px;
    margin-left: 35px;
}

.step_wrap section:first-child{
	margin-left:0;
}

.ct_no1 section>h4 {
	width: 300px;
    height: 36px;
    background-color: #1eb9ef;
    color: #FFF;
    position: relative;
    display: inline-block;
    padding-top: 4px;
    font-size: 2rem;
    font-weight: 400;
}

.step02 h4,.step03 h4 {
    background-color: #8e8c8d!important;
}

.ct_no1 section>h4 span {
    position: absolute;
    left: 9px;
    top: 6px;
    background-color: #FFF;
    color: #8E8C8D;
    box-sizing: border-box;
    width: 28px;
    height: 28px;
    display: inline-block;
    font-family: Arial,Helvetica,Sans-serif;
    line-height: 3rem;
}

.step01 h4 span{
	color: #1eb9ef!important;
}

.step01 h4:after {
    content: "";
    position: absolute;
    top: 0px;
    right: -40px;
    height: 0px;
    width: 0px;
    border: 20px solid transparent;
    border-top: 20px solid #1eb9ef;
    -webkit-transform: rotateZ(270deg);
    transform: rotateZ(270deg);
}

.step02 h4:after {
    content: "";
    position: absolute;
    top: 0px;
    right: -40px;
    height: 0px;
    width: 0px;
    border: 20px solid transparent;
    border-top: 20px solid #8e8c8d;
    -webkit-transform: rotateZ(270deg);
    transform: rotateZ(270deg);
}




.step_wrap+p{
	margin: 20px 0;
}

/*フォーム部分
-----------------------------------------*/
form>p:first-child{
    text-align: center;
    font-size: 2rem;
    padding-bottom: 20px;
}

.cbox{
	position: relative;
}

.cbox label {
	padding-left: 28px;
    line-height: 22px;
    display: inline-block;
    cursor: pointer;
    position: relative;
}


.cbox label:before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    left: 0;
    background-color: #fff;
    border: 1px solid #ef541e;
    box-sizing: border-box;
}

.cbox input[type=checkbox] {
    position: absolute;
    z-index: -999;
    top: 11px;
    left: 80px;
    right: 0;
    margin: auto;
}

.cbox input[type=checkbox]:checked + label:before {
	content:	'\2713';
	font-size:2rem;
	color:	#fff;
	background-color:#ef541e;
}

table.formTable {
    width: 1020px;
    margin: 0 auto;
    text-align: left;
}

.formTable tr{
    border-bottom: 1px solid #1eb9ef;
}

.formTable tr:first-child{
    border-top: 1px solid #1eb9ef;
}

.formTable th{
	font-weight:400;
	font-size: 1.8rem;
	width: 200px;
	padding-left: 220px;
}

.formTable tr:last-child th {
    vertical-align: top;
    padding-top: 25px;
}

.formTable td{
	padding: 18px 0;
}

.formTable input,textarea{
	border: 1px solid #1eb9ef;
	font-size: 1.8rem;
    padding: 8px 20px;
    width: 380px;
}

input[type="submit"]{
    width: 320px;
    height: 40px;
    background-color:#ef541e;
    cursor: pointer;
    border: 0;
    font-size: 1.8rem;
    color: #fff;
}

input[type="submit"]:active{
	transform: scale(0.98);
}

input[type="submit"]:focus{
	border: 0;
	outline: none;
}

.formTable+p{
	text-align: center;
    padding-top: 40px;
}

/*FOOTER
---------------------------------------------------------------------------*/
footer{
	background-color:#1EB9EF;
	padding: 40px 0 0px;
	text-align: center
}

.footer_in{
	display: inline-block;
	text-align: left;
}

.footer_in a{
	color:#FFF;
}

.footer_in ul{
	margin-left: 120px;
	letter-spacing: 1pt;
}


.footer_in ul:first-child{
	margin-left: 0;
}

.copyright{
	color: #FFF;
    font-size: 15px;
    padding: 20px 0 0px;
}

/*ect
---------------------------------------------------------------------------*/
.f_l{
	float: left;
}

.f_r{
	float: right;
}

.drp {
    line-height: 2.4;
    padding: 30px 0 10px;
}

.blue{
	color: #1eb9ef;
}
