@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*全体
-----------------*/
body{
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.7;
	font-size: 13px;
	font-size:0.8125rem;
	background: #dfdfdf;
}


/*　パディングをサイズ内側にする処理　*/
* {
	padding:0;
	margin:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

img{
	width: 100%;
	height: auto;
	vertical-align: middle;
}


#wrapper{
	overflow: hidden;
}

/*共通
----------------*/

.inner{
	width: 960px;
	margin: 0 auto;
}

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

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

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


/*ヘッダー
-----------------*/
#header{
	background: #fff;
	position: relative;
	height: 209px;
}

#header h1{
	width: 245px;
	margin:0 auto 75px;
	padding-top: 35px;
}
#header h1:hover{
	opacity: 0.7;
}

.header_tel_contact{
	width: 370px;
	position: absolute;
	top:23px;
	left: 50%;
	margin-left: 350px;
}

.header_tel_contact:hover{
	opacity: 0.7;
}


/*メニュー
----------------*/

.menu li{
	float:left;
	margin-left: 30px;
}

.menu li:hover{
	opacity:0.7;
}

.menu li a{
	font-size: 14px;
	font-size:0.875rem;
	color: #000;
}

.menu li:first-child a {
  text-indent: -9999px;
  background: url(../img/header/home.png) no-repeat center center;
  -webkit-background-size: cover;
  background-size: contain;
  width: 84px;
}


/*スマホ用非表示*/
.sp_navi{
	display: none;
	position: relative;
}


/*メインビジュアル
----------------*/

.mainvisual {
  background: #fff;
  position: relative;
  padding-bottom: 10px;
}

.slider{
	clear:both;
}


/*左右の矢印の色を変える*/
.slick-prev:before,
.slick-next:before {
    color: #fff;
}
/*左右の矢印の位置を変える*/
.slick-next{
  position: absolute;
  top:0;
  bottom:0;
  right: 15px;
  z-index: 2;
  margin: auto;
  background: #d9d9d9;
  border:none;
  outline: none;
  width: 60px;
  height: 60px;
  text-indent:-99999px;
}

.slick-next:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border-top: 1px solid #58483e;
  border-right: 1px solid #58483e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
}


.slick-prev {
  position: absolute;
  top:0;
  bottom:0;
  left: 15px;
  z-index: 2;
  margin: auto;
  background: #d9d9d9;
  border:none;
  outline: none;
  width: 60px;
  height: 60px;
  text-indent:-99999px;
}

.slick-prev:after{
	content:"";
	position: absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	width: 15px;
	height: 15px;
	border-top: 1px solid #58483e;
	border-right: 1px solid #58483e;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	margin: auto;
}


/*ホバー*/
.slick-next:hover,.slick-prev:hover{
	opacity:0.7;
}

/*スライダーの点*/
.slick-dots{
	position: absolute;
	bottom:20px;
	left:0;
	right:0;
	margin:auto;
	width: 70px;
	z-index: 10;
}


.slick-dots li {
	float:left;
	margin-left: 5px;
}

.slick-dots .slick-active button{
	background: #008dcb;
	border-radius: 50%;
	width:15px;
	height: 15px;
}

.slick-dots li button{
		background: #fff;
		border:1px solid #9c9c9c;
		text-indent: -99999px;
		width:15px;
		height: 15px;
		border-radius: 50%;
		outline:none;
}

/*top レコメンド
----------------*/

.recomend_area {
  background: url(../img/item/recommend_bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  height: 460px;
  padding: 35px 0 0;
}

.recomend_area .common_h3{
	width: 154px;
	margin: 0 auto 47px;
}

.recomend_list{
	margin-left: -20px;
}

.recomend_list li{
	width: 470px;
	float:left;
	height: auto;
	overflow: hidden;
	margin-left: 20px;
	margin-bottom: 20px;
}

.recomend_list li:hover{
	opacity: 0.7;
}


/*top　バナーエリア
---------------*/

.banner_area{
	height: 225px;
	background: #dfdfdf;
	padding-top: 40px;
}

.banner_list{
	margin-left: -8px;
}

.banner_list li{
	width: 234px;
	margin-left: 8px;
	float: left;
}


.banner_list li:hover{
	opacity: 0.7;
}

/*top サービスエリア
-----------------*/
.service_area{
	padding:50px 0 40px;
	background: #fff;
}


.service_area .common_h3{
	width: 180px;
	margin: 0 auto 50px;
}


.service_list_lage{
	margin-left: -19px;
}


.service_list_lage li{
	background: #edf8fd;
	border:1px solid #d4d4d4;
	width: 470px;
	height: 382px;
	padding: 5px;
	position: relative;
	float:left;
	margin-left: 19px;
	margin-bottom: 25px;
}

.service_list_lage li:after{
	content:"";
	position: absolute;
	bottom:5px;
	right:5px;
	width: 0;
height: 0;
border-style: solid;
border-width: 0 0 30px 30px;
border-color: transparent transparent #008ecb transparent;
}


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

.list_lage_h4 {
  font-size: 16px;
  font-size: 1rem;
  color: #4d667e;
  font-weight: bold;
  border-bottom: 1px solid #d5dfe3;
  margin-bottom: 13px;
  background: url(../img/item/icon_car.png) no-repeat right center;
  background-size: contain;
}

.list_lage_text{
	font-size: 12px;
	font-size: 0.75rem;
}


.service_list_small{
	margin-left: -20px;
}

.service_list_small li br{
	display: none;
}

.service_list_small li{
	width: 306px;
	height: 381px;
	border:1px solid #d4d4d4;
	padding:5px;
	position: relative;
	margin-left: 20px;
	margin-bottom: 20px;
	float:left;
}


.service_list_small li:after{
	content:"";
	position: absolute;
	bottom:5px;
	right:5px;
	width: 0;
height: 0;
border-style: solid;
border-width: 0 0 30px 30px;
border-color: transparent transparent #008ecb transparent;
}


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

.list_small_h4 {
  font-size: 16px;
  font-size: 1rem;
  color: #4d667e;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 13px;
}

.list_lage_text{
	font-size: 12px;
	font-size: 0.75rem;
}

/*top ニュースエリア
---------------*/
.news_area{
	background: #008dcb;
	height: 320px;
	padding-top: 40px;
}


.news_area .common_h3{
	width: 69px;
	float: left;
}

.news_box{
	width: 735px;
	float: right;
}


.news_dl {
  border-bottom: 1px dashed #80c6e5;
  padding: 0 0 15px;
  margin-bottom: 30px;
}

.news_dl:hover{
	opacity: 0.7;
	cursor: pointer;
}

.news_dl dt{
	width: 100px;
	color: #fff;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: bold;
	float:left;
}

.news_dl dd{
	width: 632px;
	color: #fff;
	font-size: 12px;
	font-size: 0.75rem;
	float:left;
}


/*フッター
-----------------*/
#footer{
	position: relative;
	padding-top: 40px;
	height: 253px;
	background: #fff;
}

.f_logo{
	width: 215px;
	margin-bottom: 23px;
}

.f_add_box{
	width: 310px;
	float: left;
}

.company_name{
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: bold;
}

.add_info{
	font-size: 12px;
	font-size: 0.75rem;
}
.add_tel{
	font-size: 12px;
	font-size: 0.75rem;
}


.f_nav_box{
	width: 400px;
	float: left;
	margin-left: 48px;
}

.f_sp_nav_box{
	display: none;
}


.f_menu_pc li{
	float:left;
	position: relative;
	width: 200px;
	margin-bottom: 10px;
}

.f_menu_pc li:hover{
	opacity: 0.7;
}

.f_menu_pc li a{
	padding-left: 25px;
	color: #000;
}



.f_menu_pc li:before{
	content:"";
	top:0;
	bottom:0;
	margin: auto;
	position: absolute;
	width: 15px;
	height: 15px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #008dcb;
}

.f_menu_pc li:after{
	content:"";
	position: absolute;
	top:0;
	left: 5px;
	bottom:0;
	margin: auto;
	width: 0px;
	height: 0px;
	border: 4px solid transparent;
	border-left: 6px solid #fff;
}


.f_area_box{
	width: 181px;
	float: right;
}

.f_construction_title{
	font-size: 12px;
	font-size: 0.75rem;
	color: #008dcb;
	font-weight: bold;
}

.f_construction_text{
	font-size: 10px;
	font-size: 0.625rem;
}


#address {
  font-size: 10px;
  font-size: 0.625rem;
  clear: both;
  text-align: right;
  margin-right: -175px;
  font-style: normal;
}


/*トップへ戻る
-------------*/
.page-top{
  position: absolute;
  top: 0;
  left: 50%;
  width: 60px;
  height: 60px;
  background: #c4c4c4;
  margin-left: 590px;
  line-height: 60px;
  cursor: pointer;
}


.move-page-top {
  display: block;
  width: 60px;
  height: 60px;
}


.page-top:after {
  content: "";
  position: absolute;
  top: 25px;
  /* bottom: 0; */
  right: 0;
  left: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


#breadcrumbs{
	position: absolute;
	top:15px;
	left:15px;
}

nav#breadcrumbs ul li {
  float:left;
  padding: 0 5px;
  height: 20px;
  line-height: 20px;
  position: relative;
}

nav#breadcrumbs ul li a{
	font-size: 10px;
	font-size: 0.625rem;
	color: #fff;

}

nav#breadcrumbs ul li span {
  font-size: 10px;
  font-size: 0.625rem;
  color: #fff;
  font-weight: bold;
  height: 20px;
  left: 5px;
  display: block;
  line-height: 20px;
  margin-right: 5px;
}



.service01_area{
	width: 1080px;
	margin: 0 auto;
	background: #fff;
}


nav#breadcrumbs ul li:after{
	content:"";
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	margin:auto;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


nav#breadcrumbs ul li:last-child:after {
    content : none ;
}


/*サービスメニュー01
-----------------*/

.mavinvisual_h2{
	padding-top: 35px;
	height: 427px;
	background: url(../img/item/mainvisual_h2_bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

.service01_h3{
	width: 240px;
	margin: 0 auto;
}

.service01_area {
  width: 1080px;
  margin: -250px auto 0;
  background: #fff;
  padding: 60px 60px 40px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}


/*サービスメニュー02
-----------------*/

.service02_h3{
	width: 240px;
	margin: 0 auto 35px;
}


.service02_img{
	width: 1080px;
	margin: 0 auto;
}


.service02_area {
  width: 1080px;
  margin:0 auto;
  background: #fff;
  padding: 60px 60px 50px;
  border-radius: 0 0 15px 15px;
  position: relative;
  overflow: hidden;
}


.service_02_list{
	margin-left: -40px;
}

.service_02_list li{
	width: 410px;
	float: left;
	margin-left: 40px;
}


.service_02_list_img{
	margin-bottom: 10px;
}


.service_h4{
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: bold;
	color: #4d667e;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 35px;
}

.servcie_02_text{
	font-size: 18px;
	font-size: 1.125rem;
	color: #008dcb;
	font-weight: bold;
	margin-bottom: 20px;
}

.service_02_text_sub{
	font-size: 13px;
	font-size: 0.8125rem;
	margin-bottom: 30px;
}

.price{
	font-size: 32px;
	font-size: 2rem;
	color: #cb0000;
}

.en{
	font-size: 23px;
	font-size: 1.4375rem;
	color: #cb0000;
}

.service_02_small_text{
	font-size: 10px;
	font-size: 0.625rem;
	color: #494949;
}


/*サービスメニュー03
-----------------*/

.service03_h3{
	width: 240px;
	margin: 0 auto 35px;
}


.service03_img{
	width: 1080px;
	margin: 0 auto;
}


.service03_area {
  width: 1080px;
  margin:0 auto;
  background: #fff;
  padding: 60px 60px 50px;
  border-radius: 0 0 15px 15px;
  position: relative;
  overflow: hidden;
}

.outer_service_03_box{
	margin-bottom: 50px;
}


.sercie03_title{
	font-size: 24px;
	font-size: 1.5rem;
	color: #4d667e;
	margin-bottom: 17px;
}

.service03_list_title {
  height: 50px;
  font-size: 23px;
  font-size: 1.4375rem;
  color: #008dcb;
  font-weight: bold;
  line-height: 50px;
  padding-left: 15px;
  background: #d6f1fd url(../img/item/icon_car.png) no-repeat 98% center;
  background-size: 44px;
  margin-bottom: 25px;
}

.service03_list_sub{
	font-size: 12px;
	font-size: 0.75rem;
	margin-left: 15px;
    vertical-align: top;
}

.service03_list li{
	float:left;
}


.img_left{
	width: 359px;
}

.text_right{
	width: 600px;	
}

.set_box{
	margin-left: 13px;
}

.set_title{
	font-size: 12px;
	font-size: 0.75rem;
}

.set_text{
	font-size: 13px;
	font-size: 0.8125rem;
	margin-bottom: 20px;
}

.set_info{
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: bold;
	margin-bottom: 20px;
}

.detail_box{
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}

.detail_list li{
	background: #dfdfdf;
	width: 297px;
	text-align: center;
	line-height: 25px;
	height: 25px;
	float: left;
	margin-bottom: 4px;
	font-size: 12px;
	font-size: 0.75rem;
}

.detail_list li:nth-child(odd){
	margin-right: 4px;	
}

.detail_list li:nth-child(1){
	margin-top: 4px;
}
.detail_list li:nth-child(2){
	margin-top: 4px;
}

.set_price{
	font-size: 12px;
	font-size: 0.75rem;
	color: #cb0000;
	float: left;
	height: 50px;
}

.big_price{
	font-size: 32px;
	font-size: 2rem;
	color: #cb0000;
	margin-left: 3px;
}


.btn_box {
  padding: 4px 0;
  border-bottom: 1px solid #ebebeb;
}

.set_btn_link{
	width: 250px;
	background: #008dcb;
	border:1px solid #d4d4d4;
	height: 50px;
	line-height: 50px;
	text-align: center;
	position: relative;
	float:right;
}


.set_btn_link:after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #fff transparent;
}


.set_btn_link a{
	font-size: 13px;
	font-size: 0.8125rem;
	color: #fff;
}

.service_03_banner_list {
	margin-left: -25px;
}

.service_03_banner_list li{
	width:303px;
	height: 90px;
	text-align: center;
	float: left;
	margin-left: 25px;
	position: relative;
}


.service_03_banner_list li:after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #fff transparent;
}


.service_03_banner_list li a{
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
}


.service_03_banner_list li:nth-child(1){
	background: url(../img/service03/banner_bg_01.jpg) no-repeat center center;
		padding-top: 40px;
}

.service_03_banner_list li:nth-child(2){
	background: url(../img/service03/banner_bg_02.jpg) no-repeat center center;
		padding-top: 25px;
		line-height: 1.4;
}


.service_03_banner_list li:nth-child(3){
	background: url(../img/service03/banner_bg_03.jpg) no-repeat center center;
			padding-top: 40px;
}





/*サービスメニュー04
-----------------*/

.service04_h3{
	width: 240px;
	margin: 0 auto 35px;
}


.service04_img{
	width: 1080px;
	margin: 0 auto;
}


.service04_area {
  width: 1080px;
  margin:0 auto;
  background: #fff;
  padding: 60px 60px 50px;
  border-radius: 0 0 15px 15px;
  position: relative;
  overflow: hidden;
}

.service_04_list{
	margin-bottom: 60px;
}


.service_04_list li{
	width: 410px;
	float: left;
	margin-left: 40px;
}


.service_04_list_img{
	margin-bottom: 10px;
}



.service04_area .service_h4 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #4d667e;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 35px;
  line-height: 1.4;
  padding-bottom: 35px;
  background: url(../img/item/icon_car.png) no-repeat left 160px;
  background-size: 44px;
}

.service04_area .sevice_h4_sub{
	font-size: 12px;
	font-size: 0.75rem;
	display: block;
}

.service04_area .servcie_04_text{
	font-size: 13px;
	font-size: 0.8125rem;
	color: #008dcb;
	margin-bottom: 40px;
}


.service04_area .set_box{
	margin-left:0;
}

.service04_area .set_title{
	font-size: 11px;
	font-size: 0.6875rem;
}

.service04_area .service_04_small_text{
	font-size: 10px;
	font-size: 0.625rem;
	color: #494949;
	margin-bottom: 30px;
}


.service_04_link_list{
	margin-left: -3%;
}

.service_04_link_list li {
  width: 30%;
  margin-left: 3%;
  height: auto;
  overflow: hidden;
}


.service_04_link_info a{
	font-size: 10px;
	font-size: 0.625rem;
	color: #005073;
	padding-left: 13px;
	letter-spacing: -1px;
}

.service_04_link_info{
	position: relative;
}

.service_04_link_info:before {
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #008dcb;
}

.service_04_link_info:after {
  content: "";
  position: absolute;
  top: 0;
  left: 4px;
  bottom: 0;
  margin: auto;
  width: 0px;
  height: 0px;
  border: 3px solid transparent;
  border-left: 4px solid #fff;
}



/*ボタン　色違い　リンク部分*/

.service_04_btn_box{
	width: 665px;
	margin:0 auto;
	padding: 40px 0 0 0;
}

.service_04_btn_box_02{
	width: 324px;
	margin:0 auto;
	padding: 40px 0 0 0;
}

.service_04_btn_link_01{
	width: 324px;
	background: #008dcb;
	border:1px solid #d4d4d4;
	height: 65px;
	line-height: 65px;
	text-align: center;
	position: relative;
	float:left;
}

.service_04_btn_link_02{
	width: 324px;
	background: #db0505;
	border:1px solid #d4d4d4;
	height: 65px;
	line-height: 65px;
	text-align: center;
	position: relative;
	float:right;
}


.service_04_btn_link_01:after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #fff transparent;
}

.service_04_btn_link_02:after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #fff transparent;
}


.service_04_btn_link_01 a{
	font-size: 13px;
	font-size: 0.8125rem;
	color: #fff;
}

.service_04_btn_link_02 a{
	font-size: 13px;
	font-size: 0.8125rem;
	color: #fff;
}




/*clearfix
-----------------*/
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
} 

.off a {
  cursor: default;
  pointer-events: none;
}

ul.menu li.off {
  pointer-events: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
}

.service_list_lage li:hover,
.service_list_small li:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
}
