@charset "utf-8";

/* -----------------------------------------------------------
汎用パーツ
------------------------------------------------------------- */
body{
	color:#333;
	font-family: Noto Sans JP;
	scroll-behavior: smooth;
}
p,h1,h2,h3,h4,h5,h6{
	font-size:18px;
	line-height: 1.5;
	text-align: justify;
	letter-spacing: 0;
	font-weight: normal;
}
img {
	width: 100%;
  	max-width: 100%;
  	height: auto;
  	vertical-align: bottom;
}
a{
  text-decoration: none;
  color:#000;
}
a:hover{
  opacity: 0.8;
}
section{
	padding:80px 0;
	margin:auto;
}
span{
	font-size:inherit;
}

@media(max-width: 768px){
	.sp_none {
		display: none !important;
	}
	p,h1,h2,h3,h4,h5,h6{
		font-size:16px;
	}
}
@media(max-width:960px){
	.mb_none {
		display: none !important;
	}
}
@media(min-width:769px){
	.pc_none {
		display: none !important;
	}
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {    clear: both; }
.cf {    *zoom: 1; }

.w20{width:22%}
.w30{width:32%;}
.w40{width:38%;}
.w50{width:48%;}
.w60{width:58%;}
.w70{width:68%;}
.w80{width:76%}
.w100{width:100%;}
@media(max-width: 768px){
  	.w20,.w30,.w40,.w50,
	.w60,.w70,.w80,.sp_w100{
		width:100%;
	}
	.sp_w50{width:48%;}
}

.block{
	display: block;
}

/*_____テキスト_____*/
.m_center { margin-left: auto; margin-right: auto; }
.txtC { text-align: center; }
.txtR{	text-align: right;}
.txtL{	text-align: left;}
.bold{	font-weight: bold;}
.midium{ font-weight: 500;}
.txt10{ font-size: 10px;}
.txt12{ font-size: 12px;}
.txt14{ font-size: 14px;}
.txt15{ font-size: 15px;}
.txt16{ font-size: 16px;}
.txt18{ font-size: 18px;}
.txt20{ font-size: 20px;}
.txt22{ font-size: 22px;}
.txt24{ font-size: 24px;}
.txt26{ font-size: 26px;}
.txt28{ font-size: 28px;}
.txt30{ font-size: 30px;}
.txt32{ font-size: 32px;}
.txt40{ font-size: 40px;}
.txt48{ font-size: 48px;}
@media(max-width: 768px){
	.sp_txtC{
		text-align: center;
	}
	.sp_txtL{
		text-align: left;
	}
	.txt14{ font-size: 12px;}
	.txt15{ font-size: 14px;}
	.txt18{ font-size: 16px;}
	.txt20{ font-size: 18px;}
	.txt22{ font-size: 18px;}
	.txt24{ font-size: 20px;}
	.txt26{ font-size: 20px;}
	.txt28{ font-size: 20px;}
	.txt30{ font-size: 24px;}
	.txt32{ font-size: 26px;}
	.txt40{ font-size: 26px;}
	.txt48{ font-size: 28px;}
}
.indent{
	padding-left: 1em;
  	text-indent: -1em;
}
/*_____フレックス_____*/
.flex{
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
}
.justC{justify-content: center;}
.justB{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.justA{
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.flexW{
	flex-wrap: wrap;
}

.alignC{align-items: center;}
.alignB{align-items: baseline;}
.alignE{align-items: end;}
@media (max-width: 768px) {
	.sp_flclear{
		display: block;
	}
	.sp_flex{
		display: flex;
	}
	.flexrevrse{
	 flex-direction: column-reverse;
	}
}


/*_____余白_____*/
.m0auto{margin: 0 auto}

.mb0{margin-bottom: 0;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}
.mb60{margin-bottom: 60px;}

.mt0{margin-top: 0;}
.mt5{margin-top: 5px;}
.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mt100{margin-top: 100px;}

.mr0{margin-right: 0;}
.mr10{margin-right: 10px;}
.mr15{margin-right: 15px;}
.mr20{margin-right: 20px;}
.mr30{margin-right: 30px;}

.ml0{margin-left: 0;}
.ml10{margin-left: 10px;}
.ml15{margin-left: 15px;}
.ml20{margin-left: 20px;}
.ml30{margin-left: 30px;}

.mar10{margin:10px;}
.mar15{margin:15px;}
.mar20{margin:20px;}
.mar30{margin:30px;}

.pt10{padding-top:10px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}

.pb10{padding-bottom:10px;}
.pb20{padding-bottom:20px;}
.pb30{padding-bottom:30px;}

@media (max-width: 768px){
	.sp_m0{margin:0}
  .sp_mb0{margin-bottom: 0;}
  .sp_mb10{margin-bottom: 10px;}
  .sp_mb15{margin-bottom: 15px;}
  .sp_mb20{margin-bottom: 20px;}
  .sp_mb30{margin-bottom: 30px;}
  .sp_mt0{margin-top: 0;}
  .sp_mt10{margin-top: 10px;}
  .sp_mt15{margin-top: 15px;}
  .sp_mt20{margin-top: 20px;}
  .sp_mt30{margin-top: 30px;}
  .sp_mt50{margin-top: 50px;}
  .sp_mt80{margin-top: 80px;}
}


/* -----------------------------------------------------------
ヘッダー
------------------------------------------------------------- */
header{
	position: sticky;
	position: -webkit-sticky;
	top:0;
	background-color: #fff;
	z-index: 999;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); 
}
.header_wrap{
	width:100%;
	max-width: 960px;
	margin:0 auto;
	position: relative;
	height:90px;
	display: flex;
	align-items: center;
}
.header_logo1{
	/* max-width: 600px; */
	max-width: 720px;
	margin-left:10px;
}

#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
  	top:90px;
    right: -100%;
 	width:30%;
    height: 100vh;
	/* 背景の透明度0.7 */
  	background:rgba(0, 0, 0, 0.7);
  	transition: all 0.6s;
}
/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    right: 0;
}
/*ナビゲーションの縦スクロール*/
/* #g-nav.panelactive #g-nav-list{
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
} */
#g-nav ul {
	padding:40px 0 0 30px;
}
#g-nav li a{
  color: #fff;
  font-size:16px;
  padding:14px 0;
  display: block;
  font-weight: bold;
}

.openbtn1{
  position:fixed;
  z-index: 9999;
  top:20px;
  right: 20px;
  cursor: pointer;
  width: 50px;
  height:50px;
}
.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    height: 3px;
    border-radius: 2px;
	background-color: #000;
    width: 80%;
}
.openbtn1 span:nth-of-type(1) {
  top:12px; 
}
.openbtn1 span:nth-of-type(2) {
  top:24px;
}
.openbtn1 span:nth-of-type(3) {
  top:36px;
}
.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 6px;
    transform: translateY(6px) rotate(-45deg);
    width: 60%;
}
.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 6px;
    transform: translateY(-6px) rotate(45deg);
    width: 60%;
}

@media (max-width: 768px){
	#g-nav{
		width:70%;
		top: 60px;
	}
	.language-nav{
		/*width:70%;*/
		top: 60px;
	}
	.header_wrap{
		height:60px;
	}
	.header_logo1{
		/* max-width: 70%; */
		max-width: 80%;
	}
	.openbtn1{
		top:3px;
		right: 10px;
		cursor: pointer;
		width: 30px;
		height:30px;
	}
	.openbtn1 span{
		width: 100%;
	}
	.openbtn1 span:nth-of-type(1) {
		top:13px; 
	}
	.openbtn1 span:nth-of-type(2) {
		top:22px;
	}
	.openbtn1 span:nth-of-type(3) {
		top:31px;
	}
}


/* -----------------------------------------------------------
共通
------------------------------------------------------------- */
.container{
	width:94%;
	max-width: 960px;
	margin:0 auto;
	padding:60px 0;
}
.bg_gray{
	background-color: #E3DEDC60;
}
.white{ color:#fff}
.btn {
	-webkit-appearance: none;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.5;
	display: block;
	padding: 6px;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	border-radius: 20px;
	border: 1px solid #707070;
	background: #fff;
	width: 410px;
	color:#000;
}
.btn:hover {
	color: #fff;
	background: #000;
	opacity: 1;
}
.title{
	padding:50px 0;
}
.title_img{
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	padding:110px 0;
}
.title_img_shoplist{
	background-image: url(../imgs/shoplist_bg.webp); 
}
.title_img_recruit{
	background-image: url(../imgs/recruit_bg.webp); 
}
.title_img_price{
	background-image: url(../imgs/price_bg.webp); 
}

@media (max-width: 768px){
	.container{
		padding:40px 0;
	}
	.btn {
		font-size: 18px;
		width: 90%;
	}
}

/* ブログ一覧 */
.bloglist{
	max-width:600px;
}
.bloglist th,.bloglist td a{
	font-size:18px;
	text-align: left;
	padding:8px 0;
	color: #333333;
	line-height: 1.5;
}
.bloglist th{
	padding-right:1em;
	white-space: nowrap;
	font-weight: normal;
}
@media (max-width: 768px){
	.bloglist th,.bloglist td{
		display: block;
	}
	.bloglist th,.bloglist td a{
		padding:4px 0;
	}
	.bloglist th{
		margin-top: 14px;
		font-weight: bold;
	}
}


/* -----------------------------------------------------------
トップ
------------------------------------------------------------- */
.top_main_wrap{
	width:100%;
	max-width: 960px;
	margin:0 auto;
	position: relative;
	padding-bottom:10px;
}
.top_main_bg{
	position: absolute;
	background-color: #656565;
	content: '';
    top: 34%;
    bottom: 20px;
    left: 0px;
    width: 100%;
	z-index: -1;
}
.top_dots {
	margin-top: 10px;
	padding-bottom: 0px;
	text-align: center;
	position: initial!important;
}
.top_dots li{
	display: inline-block;
	margin: 4px 10px;
}
.top_dots li button {
	width:20px;
	height: 20px;
	background-color: #fff;
	border:1px solid #707070;
	border-radius: 50%;
	cursor: pointer;
	font-size:0;
}
.top_dots li.slick-active button {
	background-color: #B5B3B3;
}

.top_detail{
	border:1px solid #707070;
}
.top_summary{
	display: block;
	cursor: pointer;
	padding:8px 20px;
}
.top_summary::-webkit-details-marker {
	display: none;
}
details[open] .top_detail_open {
	display: none ;
}
details:not([open]) .top_detail_close {
	display: none ;
}
.top_imglink {
	padding:  70px 0;  
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	border-radius: 10px;
}
.top_imglink1 {
	background-image: url(../imgs/top_shoplist_bg.webp); 
}
.top_imglink2 {
	background-image: url(../imgs/top_price_bg.webp); 
}
.top_imglink3 {
	background-image: url(../imgs/top_recruit_bg.webp); 
}
.top_pricetitle{
	width:500px;
}
.top_voicebtn{
	margin:40px 0 0;
}

@media (max-width: 768px){
	.top_main_wrap{
		padding-bottom:0px;
	}
	.top_main_bg{
		display:none;
	}
	.top_dots {
		margin-top: 0px;
	}
	.top_dots li button {
		width:14px;
		height: 14px;
	}
	.top_imglink {
		padding:  40px 0;  
	}
	.top_pricetitle{
		width:90%;
	}
	.top_voicebtn{
		margin:20px auto 0;
	}
	.slick-dotted.slick-slider{
		margin-bottom:0px;
	}
}

/* Instagram埋め込み */
.insta_list{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0;
}

.insta_list li{
    position: relative;
    width: calc((100% - 40px)/3);
}

@media screen and (max-width: 768px){
    .insta_list li{
        width: calc((100% - 20px)/2);
    }
}

.insta_list li::before{
	content: "";
	display: block;
	padding-top: 100%;
}

.insta_list a{
	position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.insta_list img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.insta_btn{
    background-color: #000;
    padding: .5em 1em;
    width: fit-content;
    margin: 0 auto;
    cursor: pointer;
    transition: .3s;
	font-size:18px;
}

.insta_btn a{
    color: #fff;
    text-decoration: none;
}

.insta_btn:hover{
    background-color: #999;
}

/* -----------------------------------------------------------
ブログ
------------------------------------------------------------- */
.blog_bg{
	background-image: url(../imgs/blog_bg.webp); 
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}
.blog_bloglist th,.blog_bloglist td a{
	color: #fff;
	font-weight: 600;
}


/* -----------------------------------------------------------
ショップリスト
------------------------------------------------------------- */
.shoplist_ken{
	background-color: #E3DEDC61;
	border-radius: 10px;
	padding:6px 20px;
}
.shoplist_telfax p{
	white-space: nowrap;
}
.shoplist_telfax p:first-child{
	margin-right:50px;
}
.shoplist_iconwrap img{
	width:48px;
	margin-right:16px;
	margin-top:20px
}
.shoplist_thumbnail .slick-track {
	transform: unset !important;
}
.shoplist_thumbnail_img {
	opacity: 0.3;
	transition: opacity .1s linear;
}
.shoplist_thumbnail .slick-current {
	opacity: 1;
}
.shoplist_slider_img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}


@media (max-width: 768px){
	.shoplist_iconwrap img{
		margin-top:10px;
	}
	.shoplist_slider_img img {
		height:70vw
	}
}

/* -----------------------------------------------------------
リンク
------------------------------------------------------------- */
.link_table{
	width: 100%;
}
.link_table th,.link_table td{
	width: 50%;
}
.link_table th{
	text-align: left;
}
.link_table th a,.link_table td{
	font-size:18px;
	text-align: left;
	padding:8px 0;
	line-height: 1.4;
}
.link_table tr:nth-child(2) th a,.link_table tr:nth-child(2) td{
	padding:20px 0 8px;
}

.link_table_title{
	border-bottom: 1px solid #000;
	margin-bottom:20px;
}
@media (max-width: 768px){
	.link_table th a,.link_table td{
		padding:6px 0;
		font-size:16px;
	}
	.link_table tr:nth-child(2) th a,.link_table tr:nth-child(2) td{
		padding:20px 0 4px;
	}
}

/* -----------------------------------------------------------
採用情報
------------------------------------------------------------- */
.recruit_shopname{
	border:1px solid #B5B5B5;
	padding:2px 6px;
	white-space: nowrap;
}
.recruit_table{
	width: 100%;
}
.recruit_table th{
	white-space: nowrap;
	background-color: #F7F7F7;
	font-weight: normal;
	width:30%
}
.recruit_table th,.recruit_table td{
	font-size:18px;
	text-align: left;
	padding:8px 14px;
	line-height: 1.4;
	border:1px solid #B5B5B5;
}
@media (max-width: 768px){
	.recruit_table th,.recruit_table td{
		display: block;
		width: 100%;
		padding:8px 10px;
		border-top:none;
		font-size:16px;
	}
	.recruit_table tr:first-child th{
		border-top:1px solid #B5B5B5;
	}
}

/* -----------------------------------------------------------
お客様の声
------------------------------------------------------------- */
.voice_box{
	background-color:#E4EAF2;
	border-radius: 10px;
	padding:34px 70px;
}
@media (max-width: 768px){
	.voice_box{
		padding:20px;
	}
}

/* -----------------------------------------------------------
取り付け工賃
------------------------------------------------------------- */
.price_kihon{
	padding:6px 10px;
	border:1px solid #707070;
}
.price_table{
	width:100%;
}
.price_table th,
.price_table td{
	font-size:22px;
	text-align: left;
	padding:10px 0;
	line-height: 1.4;
	font-weight: normal;
}
.price_table td{
	font-weight: bold;
	text-align: right;
	color:#000;
	white-space: nowrap;
	width:16%;
}
.price_table tr:first-child th,
.price_table tr:first-child td{
	border-bottom: 1px solid #000;
	margin-bottom:20px;
	color:#666666;
	font-weight: bold;
	font-size:18px;
	white-space: nowrap;
}
.price_table tr:first-child th:not(:first-child){
	text-align:center;
}

/*PC表示のときは行ごとの国産車、レクサス。輸入車を非表示*/
.sp-label{
	display: none;
}


@media (max-width: 768px){
	.price_table tr:first-child{
	  	display:none;
	}
	.price_table td,
	.price_table th{
		display: block;
		width: 100%;
		font-size:18px;
		line-height: 1.0;
		text-align: left;
		padding:7px 0;
	}
	.price_table th{
		font-weight: bold;
		background-color: #F7F7F7;
		padding-left:4px;
		margin-top:14px;
	}

	/*「data-label」は翻訳できないので利用しない*/
	/*.price_table td:before{
		content: attr(data-label);
		display: inline-block;
		margin-right: 10px;
		font-size:16px;
		font-weight: normal;
		width:42%;
		padding-left:4px;
	}*/
	
	/*スマホ表示のときは行ごとの国産車、レクサス。輸入車を表示*/
	.sp-label{
		display: inline-block;
		margin-right: 10px;
		font-size:16px;
		font-weight: normal;
		width:42%;
		padding-left:4px;
	}


	td.price_table_notes:before{
		content: none;
	}
	td.price_table_notes{
		white-space: wrap;
		font-weight: normal;
		font-size:14px;
		line-height: 1.4;
		padding-left:4px;
	}
}

/* -----------------------------------------------------------
お問い合わせ
------------------------------------------------------------- */
::placeholder {
	color: #dddddd;
  }
  /* 旧Edge対応 */
  ::-ms-input-placeholder {
	color: #dddddd;
  }
  /* IE対応 */
  :-ms-input-placeholder {
	color: #dddddd;
  }

.contact_form{
	width:100%;
}
.contact_form th,
.contact_form td{
	display: block;
	font-size:18px;
	text-align: left;
	line-height: 1.2;
}
.contact_form th{
	padding:30px 0 12px;
}
.contact_hissu{
	color:#fff;
	background-color: #aaa;
	padding:2px 10px;
	border-radius: 4px;
	margin-left:1em;
	font-size:16px;
}
.contact_form input[type=text],
.contact_form textarea,
.contact_form select{
	width: 100%;
	border:1px solid #ACACAC;
	padding:0.6em;
	background: #fff;
}
.contact_select_wrap {
    position: relative;
}
.contact_select_wrap::after {
    content: "";
    position: absolute;
	top: 16px;
    right: 20px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(45deg);
}
.contact_form select {
    -webkit-appearance: none;
    appearance: none;
}
.contact_checkbox{
	display: block;
	font-size:16px;
	cursor: pointer;
}
.contact_checkbox input[type="checkbox"] {
	position: relative;
	width: 26px;
	height: 26px;
	border: 1px solid #acacac;
	vertical-align: -10px;
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
	  background: #fff;
	  margin-right:16px;
}
.contact_checkbox input[type="checkbox"]:checked:before {
	position: absolute;
	top: 4px;
	left: 8px;
	transform: rotate(40deg);
	width: 6px;
	height: 11px;
	border-right: 2px solid #989898;
	border-bottom: 2px solid #989898;
	content: '';
}
.contact_radio{
	white-space: nowrap;
	display: inline-block;
	padding-top:10px;
}
.contact_radio input[type="radio"] {
	position: relative;
	width: 26px;
	height: 26px;
	border: 1px solid #acacac;
	border-radius: 50%;
	vertical-align: -6px;
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
	margin-right:8px;
}
.contact_radio input[type="radio"]:checked:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #989898;
	content: '';
  }
  
@media (max-width: 768px){
	.contact_form th,
	.contact_form td{
		font-size:16px;
	}
}



/* -----------------------------------------------------------
プラン紹介
------------------------------------------------------------- */
/* メーカー別メニュー */
.nav-plan{
text-align: center;
}
.nav-plan ul{
margin: 0 ;
padding: 0 ;
}
.nav-plan li{
list-style: none;
display: inline-block;
width: 10%;
min-width: 90px;
}
.nav-plan li:not(:last-child){
border-right:2px solid #ddd;
}
.nav-plan a{
text-decoration: none;
color: #333;
}
.nav-plan a.current{
color: #00B0F0;
border-bottom:2px solid #00B0F0;
}
.nav-plan a:hover{
color:#F7CB4D;
border-bottom:2px solid #F7CB4D;
}


/* プラン詳細の説明文 */
.plan-description{
border: dotted 2px;
padding: 6px;
border-color: #bbb;
}

/*プランの問い合わせボタン*/
.btn_plan {
	-webkit-appearance: none;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	display: block;
	padding: 6px;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	border-radius: 20px;
	border: 1px solid #707070;
	background: #fff;
	width: 100%;
	color:#000;
}
.btn_plan:hover {
	color: #fff;
	background: #000;
	opacity: 1;
}


/* -----------------------------------------------------------
ページ下部からトップへ
------------------------------------------------------------- */
.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 2px #555;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 15px;
    width: 15px;
    border-top: 2px solid #555;
    border-right: 2px solid #555;
    transform: translateY(20%) rotate(-45deg);
}


.language-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
  	top:80px;
    right: 10px;
 	/*width:30%;*/
    /*height: 100vh;*/
	/* 背景の透明度0.7 */
  	/*background:rgba(0, 0, 0, 0.7);*/
  	transition: all 0.6s;
}

.language-nav.panelactive{
    right: 0;
}