@charset "UTF-8";
/* CSS Document */
#wrapper {
  overflow: hidden;
}
.wrap {
  overflow: hidden;
}
  h1, h2, h3, h4, p, article, table, dt, dd, ul, ol, nav {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  }

/*PC ハンバーガーメニュー*/
.inner_m {
  width: 90%;
  margin: 0 auto;
}
.inner_m:after {
  content: "";
  clear: both;
  display: block;
}
/* header */
#top-head {
  top: -100px;
  position: absolute;
  width: 100%;
  margin: 100px auto 0;
  padding: 30px 0 0;
  z-index: 999;
  background: #fff;
}
#top-head a, #top-head {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
#top-head .inner_m {
  position: relative;
  margin-bottom: 20px;
}
#top-head .logo {
  float: left;
  font-size: 36px;
}
#global-nav ul {
  list-style: none;
  position: absolute;
  right: 0;
  /*bottom: 0;*/
  font-size: 12px;
}
#global-nav ul li {
  float: left;
  margin-top: 10px;
}
#global-nav ul li a {
  padding: 0 10px;
	font-size: 120%;
}
#global-nav ul li a:hover {
	opacity: 0.7;
}
/* Fixed */
#top-head.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  padding-top: 10px;
  height: 55px;
  background: #fff;
  opacity: 0.9;
  /*background: rgba(255,255,255,.7);*/
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
  font-size: 24px;
  color: #333;
}
#top-head.fixed #global-nav ul li a {
  color: #333;
  padding: 0 10px;
}
/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}
#nav-toggle div {
  position: relative;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #666;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 11px;
}
#nav-toggle span:nth-child(3) {
  top: 22px;
}

#menu{
	position: absolute;
	top: 80px;
	right: 80px;
	z-index: 5000;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}
.menu_in{
	background: #fff;
	border: solid 1px #d20615;
	border-radius: 10px;
	padding: 0.5em 1em;
}

.menu_flex{
	display: flex;
}
.menu_flex > div{
	margin-right: 1em;
}
.menu_flex > div:last-child{
	margin-right: 0em;
}

.menu_flex > div a{
	color: #d20615;
	font-weight: bold;
}

.menu_flex > div a:hover{
	opacity: 0.7;
}


.menu_tel{
	background: #d20615;
	border-radius: 0 0 10px 10px;
	width:50%;
	padding: 0.2em 1em;
	position: absolute;
	right: 15px;
	text-align: center;
}

.menu_tel p{
	color: #fff;
	letter-spacing: 2px;
}


.menu_tel p span.menu_01{
	border: 1px solid #fff;
	color: #fff;
	padding: 0.2em;
	margin-right: 0.8em;
}
.menu_tel p span.menu_02{
	color: #fff;
	padding: 0.2em;
	font-weight: bold;
	font-size: 150%;
}

.tel_smart a{
	display: none;
}	

  /*サブ画像*/
  #sub_img img {
    width: 100%;
    background-size: cover;
    margin-top: 100px;
  }
	
  /*パンくずリスト*/
  #pankuzu {
    max-width: 1000px;
    margin:20px auto;
    color: #000;
  }
  #pankuzu p {
    font-size: 12px;
  }

	
/***************************************************************************************************/
/*下層ページコンテンツ*/
#contents{
	max-width: 1000px;
	margin: auto;
}
#contents p{
	line-height: 1.8;
}

.content_in{
	margin-bottom: 5em;
}
.content_in p{
	margin-bottom: 1em;
}

#contents h3{
	font-size: 2em;
	border-bottom: 1px solid #d20615;
	font-weight: bold;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	line-height: 1.5;
}

	
  /*除菌******************************************************/
.jyokin_img{
	margin-bottom: 3em;
}
.jyokin_img img{
	margin-top: 2em;
}

/*エイミング***************************************************************/
.aiming_flex{
	display: flex;
	justify-content: space-between;
	margin-top: 2em;
	margin-bottom: 3em;
}
.aiming_flex > div{
	width: 30%;
}
.aiming_flex img{
	margin-bottom: 0.5em;
}
.bold{
	font-weight: bold;
}

.aiming_flex2{
	display: flex;
	justify-content: space-between;
	margin-top: 2em;
	margin-bottom: 3em;
}
.aiming_flex2 > div{
	width: 45%;
}
.aiming_flex2 p{
	margin-bottom: 1em;
}

/*アライメント********************************************************/
.aligment_title{
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 0.5em!important;
	color: #e43f24;
}

.aligment_img{
	margin-bottom: 1em;
}

/*FAQ*****************************************************************/
.faq {
  margin-bottom: 3em; /* 各Q&Aの下に余白 */
}
.faq__dt, .faq__dd {
  position: relative;
  padding-left: 24px;
	font-size: 16px;
}

.faq__dt::before, .faq__dd::before {
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

.faq__dt {
  font-weight: bold; 
  border-bottom: 1px solid #4781c3;
  margin-bottom: 0.5em; 
padding-bottom: 0.5em;
}

.faq__dt::before {
  content: 'Q.';
  color: #4781c3; /* 「Q」の文字色 */
}

.faq__dd::before {
  content: 'A.';
  color: #e85f46; /* 「A」の文字色 */
}

.faq_box{
	margin-top: 3em;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

.faq_box a{
	color: #e85f46;
}


/*車検*****************************************************************/
.shaken_area{
	border: 1px solid #ff2d0f;
	border-radius: 5px;
	padding: 3em;
	margin-bottom: 3em;
}
.shaken_area p.scan{
	color: #ff2d0f;
	font-weight: bold;
	font-size: 2em;
	text-align: center;
	margin-bottom: 1em;
}
.content_in p.scan{
	color: #ff2d0f;
	font-weight: bold;
	font-size: 2em;
	margin-bottom: 0.5em;
}

.shaken_area img{
	margin-bottom: 1em;
}

.shaken_title{
	font-weight: bold;
	font-size: 2em;
	line-height: 1.5;
}

.shaken_white_flex{
	max-width: 1000px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border: 1px solid #e23018;
	border-radius: 10px;
	padding: 1em 2em;
	margin-bottom: 1em;
}

.shaken_white_flex p{
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 0!important;
}
.shaken_white_flex p span.red{
	color: #ff2d0f;
}
.shaken_white_flex .white_item1{
	flex-basis: 15%;
}
.shaken_white_flex .white_item2{
	flex-basis: 80%;
}
	
.shaken_red_flex{
	max-width: 1000px;
	display: flex;
	justify-content: space-between;
	background: #e23018;
	border-radius: 10px;
	padding: 1em 2em;
}
.shaken_red_flex > div{
	width: 45%;
}

.shaken_white_flex2{
	max-width: 1000px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border: 1px solid #e23018;
	border-radius: 10px;
	padding: 1em 2em;
	margin-bottom: 1em;
}
.shaken_white_flex2 .white_item1{
	flex-basis: 15%;
}
.shaken_white_flex2 .white_item2{
	flex-basis: 80%;
}
.shaken_white_flex2 p{
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 0!important;
	display: table-cell;
	vertical-align: middle;
}

.hibrid_flex{
	display: flex;
	justify-content: space-between;
}
.hibrid_flex > div{
	width: 48%;
}


/*板金・塗装*******************************************************************/

.bankin_flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.bankin_flex > div{
	width: 31%;
}

.bankin_flex img{
	margin-bottom: 0.5em;
}
.bankin_flex p span{
	color: #fc1b27;
	font-weight: bold;
	margin-right: 1em;
}

ol {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0.5em;
	margin-bottom: 3em!important;
}
ol li {
  position: relative;
  padding-left: 2em;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}

ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #e9665a;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 20px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.bankin_list{
	background: #000;
	padding: 0.5em;
	color: #fff;
	display: inline;
}
.bankin_title1{
	color: #e9665a;
	font-size: 1.5em;
	font-weight: bold;
}
p.bankin_title2 span.overline{
	text-decoration: line-through!important;
	color: #000;
	font-weight: normal!important;
	margin-right: 0!important;
}
p.bankin_title2 span.pink,ol li span.pink{
	color: #e9665a;
	font-weight: bold;
	margin-right: 0!important;
}

.flexbox_2 {
  max-width: 1000px;
  margin: 0 auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flexbox_2 > div {
  width: 48%;
  /*border-radius: 15px !important;*/
  overflow: hidden;
  background: #fff;
}
.flexbox_2 p {
  font-weight: bold;
  line-height: 1.5;
}

.flexbox_2_in {
  display: flex;
  justify-content: space-between;
	border: 2px solid #ccc;
  align-items: center;
}
.flexbox_2_in > div {
  width: 48%;
}
.flexbox_2_in p {
  height: 100%;
  font-weight: bold;
  line-height: 1.5;
}
.flexbox_2_in p:first-child {
	font-size: 150%;
	margin-bottom: 0!important;
	padding-top: 0.5em;
}
.quick{ 
	font-weight: bold;
	font-size: 150%!important;
}

.quick span{
	color: #e52e19;
}

/*コーティング**************************************************************/

#contents h3.coating_title{
	font-size: 2em;
	border-bottom: none;
	font-weight: bold;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	text-align: center;
	color: #d20615;
	line-height: 1.5;
}
h3.coating_title span{
	color: #d20615;
	font-size: 70%;
}

p.coating_center{
	text-align: center;
	font-weight: bold;
}

.video-wrap {
  max-width: 100%; 
}

.video {
  position: relative;
  width:100%; /* 横幅は100%で固定 */
  height:0; /* 高さは0にしておく(padding-topで高さを指定するため) */
  padding-top: 56.25%; /* 高さを指定(16:9) */
}

.video iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.coating_flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.coating_flex > div{
	width: 23%;
}
.coating_flex h5,.content_in h5{
	background: #0092eb;
	color: #fff;
	padding: 0.5em 0 0.5em 1em;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.coating_flex_l,.coating_flex_r{
	display: flex;
	justify-content: space-between;
	margin-bottom: 2em;
}

.flex-item1{
	flex-basis: 65%;
}
.flex-item2{
	flex-basis: 30%;
}

/*サービス一覧****************************************************************************/
.service_flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.service_flex h4{
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 1em;
	border-bottom: 1px solid #000;
	padding-bottom: 0.5em;
}

.service_flex .flex-item1{
	margin-bottom: 5em;
}

.service_flex a:hover{
	color: #d20615;
}

.service_flex .flex-item1 p:first-of-type{
	font-size: 1.5em;
	font-weight: bold;
	color: #d20615;
}
.service_flex ul li{
	font-size: 1.5em;
	font-weight: bold;
	border-bottom: 1px dotted #000;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}

/*会社案内*/

  .com_table {
    width: 100%;
    margin: 50px 0;
  }
  .com_table th, .com_table td {
    border-bottom: 1px solid #ccc;
    padding: 15px;
  }

/*レストア****************************************************************/

.restore_flex,.restore_flex2{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.restore_flex > div{
	width: 48%;
}
.restore_flex_in{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.restore_flex_in > div{
	width: 32%!important;
	margin-bottom: 1em;
}

.yamato_title{
	font-weight: bold;
	color: #d20615;
	font-size: 1.3em;
}

.restoreman_flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.restoreman_flex > div{
	width: 48%;
}
	.restoreman_flex img{
		margin-bottom: 1em;
	}

.restore_flex2{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.restore_flex2 > div{
	width: 25%;
	margin-bottom: 1em;
}

.story_title{
	font-weight: bold;
	font-size: 1.5em;
	margin-top: 3em;
	color: #d20615;
	background:#ffe1e3;
	padding:0.5em 0 0.5em 1em;
}
.daigomi img{
	margin-bottom: 0.5em;
}

.man_area{
	background: #ececec;
	padding: 1.5em;
}

.comment p{
	font-size: 100%;
	text-align: justify;
}

.comment p:first-child{
	font-weight: bold;
}

.restore_flex_link{
	display: flex;
	justify-content: space-between;
}
.restore_flex_link > div{
	width:24%;
}
.restore_flex_link p a{
	display: block;
	font-weight: bold;
	color: #fff;
	background: #d20615;
	text-align: center;
	padding: 1em;
}
.restore_flex_link p a:hover{
	opacity: 0.7;
	transition: all 0.5s;
}

.kurumanokai{
	font-size: 90%;
}

.restore_box,.restore_box_in{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.restore_box > div{
	width: 48%;
}
.restore_box img{
	margin-bottom: 1em;
}
.restore_box_in > div{
	width: 48%;
	margin-bottom: 0!important;
	padding: 0!important;
}

@media screen and (min-width: 850px) { /*ウィンドウ幅が767px以上の場合に適用*/
  h1, h2, h3, h4, p {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  }
  #header {
    background-color: #fff;
  }
  .header_title {
    width: 100%;
    margin: auto;
    background: #0e1a35;
  }
  p.header_title_in {
    max-width: 1000px;
    margin: auto;
    color: #fff;
    font-size: 12px;
    padding: 5px 0;
  }
  h1 img {
    width: 250px;
    float: left;
  }
  .header_right {
    float: right;
  }
  .header_right p {
    float: left;
    color: #fff;
    line-height: 1.2;
  }
  #head_area {
    max-width: 1000px;
    margin: auto;
    padding: 20px 0;
    overflow: hidden;
  }
  /*トップページのコンテンツ*/
  .header-title {
    position: relative; /*必ず必要*/
    z-index: 3000; /*必ず必要*/
    /*display: flex;*/
    /*width: 50%;*/
    top: 50%;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: auto;
  }
  .header-title img {
    width: 50%;
  }
}
		
	
	



/*レイアウト*/
.gmap {
  width: 100%;
  height: 500px;
}
.footer_in {
  background: #fff;
  padding: 40px 0;
  max-width: 1000px;
  margin: auto;
}
#footer h3 {
  font-size: 2em;
  color: #d20615;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.5em;
  ;
}
#footer h3 span {
  color: #000;
}
#footer p.copy {
  text-align: center;
  font-size: 1em;
  color: #fff;
  padding: 20px 0;
  background: #d20615;
}
#footer .ad {
  color: #000;
  font-weight: bold;
  font-size: 120%;
  margin-bottom: 1em;
}
/*ページトップ*/
#page-top {
  position: fixed;
  bottom: 0px;
  right: 0;
  font-size: 70%;
}
#page-top a {
  background: #666;
  text-decoration: none;
  color: #fff;
  width: 80px;
  padding: 20px 0;
  text-align: center;
  display: block;
  /*border-radius: 100px;*/
}
#page-top a:hover {
  text-decoration: none;
  background: #999;
}