
/* ───── 主要部分 ───── */

* { margin: 0;}

html {
   font-size: 16px;
}

header {
   width: 100%;
   min-width: 996px;
   height: 50px;
   background-color: black;

   margin-bottom: 2rem;

   position:fixed;
   z-index: 10;
}

header div {
   width: 996px;
   margin: 0 auto;

   line-height: 50px;
}

.hd_logo {
  vertical-align: middle;
}

main {
   width: 996px;
   margin: 0 auto;
}

section {
   width: 996px;
   margin: 0 auto;

  padding: 4rem 0;
}


footer {
   width: 100%;
   min-width: 996px;
}

footer div div {
   width: 996px;
   margin: 0 auto;

}

.ft01 {
   width: 100%;
   background-color: #e5e5e5;
   padding: 2rem 0;
}

.ft01_box {

   width: 996px;
   height: auto;
   background-color: white;
   margin: 0 auto;

   display: flex;
   flex-direction:row ;
   flex-wrap: wrap;
   justify-content: space-between;
}

.ft01_box ul{
  font-size: 0.9rem;
   width: 27%;
   margin: 1rem ;
   padding-left: 0rem;
}

.ft01_box li{
	 list-style: none;
   line-height: 2rem;
}

.ft01_box ul li a         { color: #333; text-decoration : none;	}
.ft01_box ul li a:link    { color: #333; }
.ft01_box ul li a:visited { color: #333; }
.ft01_box ul li a:active  { color: #333; }
.ft01_box ul li a:hover   { color: #333;	text-decoration : underline;}

.ft01_box div {

   width: 27%;
   margin: 1rem 0 ;
}

.ft01_data {
  font-size: 1rem;
  font-weight: 500;
}






.ft02 {
   width: 100%;
   height: 48px;
   background-color: #4d4d4d;
   line-height: 48px;
}

.ft02 ul {
   display: flex;
   justify-content: center;
   padding : 0;
}

.ft02 ul li{
  padding: 0 1rem;
  list-style: none;
}







.ft03 {
   width: 100%;
   height: 78px;
   background-color: black;

   color: #ccc;
   text-align: center;
   font-size:0.8rem;
}



/* ───── テキスト関係 ───── */

h1 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight:700;
  font-size : 3rem;
  margin-bottom: 2rem;
  color: black;
}

.h1_sub {
	color: black;
	display: block;

	font-size: 1.2rem;
	font-weight: bold;
}



h2 {
  display: inline;

	font-family: 'Noto Sans JP', sans-serif;
	font-weight:700;
	font-size : 2rem;
	color: black;

}

.h2_sub {
  display: inline;

	font-size: 1.2rem;
	font-weight: bold;
	font-style: italic;
	color: #0aa800;

  float: right;
  vertical-align: middle;
  line-height: 3rem;

}



h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:500;
	font-size : 1.6rem;
	color: black;

  line-height: 1.6rem;
  margin-top: 4rem;
	padding: 0 0 0.2rem 0.6rem;
	border-left: 4px solid #0aa800;
}



.ft_headline {
	font-size : 1rem;
	color: black;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1rem;
}



p {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  padding-top: 1.8rem;

}


/* ───── リンク フッター ───── */

a.ftr {text-decoration : none;	color : #555555;}
a.ftr:link    { color: #ccc; }
a.ftr:visited { color: #ccc; }
a.ftr:active  { color: #ccc; }
a.ftr:hover   { color: #ccc;	text-decoration : underline;}


/*　─────────────────────────── トップページ関係 ───────────────────────────　*/

.index_img_frame {
  width: 996px;
  height: 320px;
  margin: 0 auto;
  padding-top: 82px;
}




.index {
  display: flex;
  flex-direction:row;
  flex-wrap: wrap;
  justify-content: space-between;

  padding-top: 26px;
  margin-bottom: 2rem;
}



.pit_menu {
	width: 746px;
  height: auto;

  display: flex;
  flex-direction:row;
  flex-wrap: wrap;
  justify-content: space-between;

  background-color:white;

}



.pit_menu img {
  margin-bottom: 26px;
}
.pit_menu img:hover {

  filter: opacity(70%); /* 明るくする */
}


.notice {
  width: 100%;

  margin-top: 2rem;
}

.notice h2{
  width: 100%;
  display: block;

  padding: 0.6rem 0;
  
	font-size : 1.2rem;
  color: #1e90ff;
  border-top: 3px solid #1e90ff;
  border-bottom: 3px solid #1e90ff;

  text-align: center;
}



.notice ul {
  padding : 0;

  display: flex;
  flex-direction:row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.notice li {
  width: 23%;
  color: #fff;
	font-size : 0.9rem;
  font-weight: bold;
  text-align: center;
  padding: 0.6rem 0;
  background-color: #1e90ff;
  list-style: none;

}


.notice_headline{
  font-size : 1.2rem;
}



article {
	width: 224px;

}

.used_date {
  display: block;
	font-size : 1rem;
	color: black;


  margin-bottom: 1.2rem;

  text-align: center;
}


.side_heading {
  display: block;

  font-family: 'Noto Sans JP', sans-serif;
	font-weight:500;
	font-size : 1rem;
	color: black;

  margin-top: 2rem;
  margin-bottom: 1rem;
	padding: 0 0 0.2rem 0.6rem;
	border-left: 4px solid #0aa800;
}


.tm_img {
  margin-bottom: 1rem;
}













/*　─────────────────────────── トップページ以外のmian ───────────────────────────　*/

.main_frame {
  padding-top: 82px;
}

.mc {
  display: flex;
  flex-direction:row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;

  width: 100%;
  margin-top: 2rem;
}


/*　─────────────────────────── タイヤ 料金表関係 ───────────────────────────　*/

.t_tbl {
	width: 100%;
  border-collapse:collapse;
  margin:1rem auto;
}

.t_tbl th {
  height: 3rem;
  text-align: right;
}

.t_tbl td {
	border-bottom: 1px solid #ccc;
  text-align: right;
}

.t_tbl th,tr:last-child {
  border-bottom:2px solid #0aa800;
}

.pit_m01 {
  display: flex;
  flex-direction:row;
  flex-wrap: wrap;
  justify-content: space-between;

  width: 996px;
}

.pit_m01 div {
  width: 480px;

}



/*　─────────────────────────── 料金表（タイヤ 除く） ───────────────────────────　*/

.p_tbl {
	width: 100%;
	font-size: 1rem;

  border-collapse:collapse;
  margin:1rem auto;
}

.p_tbl th {
	height: 3rem;
	width: 25%;
  text-align: right;
}

.p_tbl td {
  height: 3rem;
	border-bottom: 1px solid #ccc;
  text-align: right;
}

.p_tbl th,tr:last-child {
  border-bottom:2px solid #0aa800;
}


.p_tbl td:nth-of-type(1) {
  text-align:left;
}





/*　─────────────────────────── その他の料金 フレーム ───────────────────────────　*/

.pit_m03 {
  display: flex;
  flex-direction:row-reverse;
  flex-wrap: wrap;
  justify-content: space-between;

  width: 996px;
}

.pit_m03 div {
  width: 480px;

}

.pit_m03_img {
  width: 100%;
  height: auto;
  margin: 2rem 0;
}

.price ul {
  padding-top: 1rem;;
   padding-left: 0.1rem;
}

.price li {
  line-height: 2.4rem;
  font-size: 1.2rem;
  list-style:none;
}

.price li:before { content:"・" }


/*　─────────────────────────── アライメント　リスト ───────────────────────────　*/

.notice_02 {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 6rem;
}

.notice_02_hl{
  width: 100%;
  display: block;

  padding: 0.6rem 0;
  margin-bottom: 2rem;
  
	font-size : 2rem;
  font-weight: bold;
  color: black;


  text-align: center;
}


.notice_02 ul {
  list-style-type: none;
}

.notice_02 ul li {
  width: 90%;
  margin-bottom: 0.5rem;
  padding:1rem;

  border-left: 4px solid #0aa800;
  background-color: #eaf7ee;
  font-size : 1.4rem;
  color: #333;
  line-height: 1.6;
}





/*　─────────────────────────── 車検 ───────────────────────────　*/


.notice_08 {
  width: 80%;
  margin: 6rem auto;

}

.notice_08_hl{
  width: 100%;
  display: block;

  padding: 0.6rem 0;
  margin-bottom: 2rem;
  
	font-size : 2rem;
  font-weight: bold;
  color: black;
  border-top: 3px solid #0aa800;
  border-bottom: 3px solid #0aa800;

  text-align: center;
}

.notice_08 ul {
  padding : 0;

  display: flex;
  flex-direction:row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.notice_08 li {
  width: 30%;
  color: #fff;
	font-size : 1.2rem;
  font-weight: bold;
  text-align: center;
  padding: 1.6rem 0;
  background-color: #0aa800;
  list-style: none;

}





/*　─────────────────────────── 会社概要 ───────────────────────────　*/

.c_tbl {
	width: 100%;
	font-size: 1.2rem;
	margin-top: 2rem;
}

.c_tbl th {
	width: 200px;
	height: 4rem;
	text-align: left;

	border-bottom: 1px solid #ccc;
	padding-left: 1rem;
}

.c_tbl td {
	width: 780px;
	height: 4rem;
	text-align: left;
	border-bottom: 1px solid #ccc;
	padding-left: 1rem;
	line-height: 48px;
}

.c_tbl tr:nth-child(1) td {
  border-top:1px solid #ccc;
}

.c_tbl tr:nth-child(1) th {
  border-top:1px solid #ccc;
}


.map {
	width:100%;
	height: 480px;
  margin: 3rem auto;
	display: block;
	border:0;
}



/*　─────────────────────────── 参考価格 ───────────────────────────　*/

.u_tbl {
	width: 100%;
	font-size: 1rem;

  border-collapse:collapse;
  margin:2rem auto;
}

.u_tbl th {
	height: 1.2rem;
	border-bottom: 1px solid #ccc;
  text-align: left;
}

.u_tbl td {
	border-bottom: 1px solid #ccc;
  text-align: left;
}

.u_tbl th,tr:last-child {
  border-bottom:2px solid #0aa800;
}


.u_tbl td:last-child {
  text-align:right;
}

.u_tbl th:last-child {
  text-align:right;
}

.mu_tbl {
  display:none;
}



/*　─────────────────────────── 中古パーツ表 ───────────────────────────　*/

.used_tbl {
  width: 100%;
  border: 1px solid #0aa800;
  border-collapse: collapse;
  border-spacing: 0;
}

.used_tbl th {
  color: #fff;
  font-size: 0.8em;;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  background: #0aa800;
  text-align: center;
}

.used_tbl td {

  border-bottom: 1px solid #58d44f;
  border-left: 1px solid #ddd;
}


.used_tbl tr:nth-child(2n) {

  border-bottom: 2px solid #000;
}

/* 4列目のスタイル */
.used_tbl td:nth-of-type(4){
  text-align:center;
}
/* 5列目のスタイル */
.used_tbl td:nth-of-type(5){
  text-align:center;
}
/* 6列目のスタイル */
.used_tbl td:nth-of-type(6){
  text-align:center;
}



/*　─────────────────────────── 中古タイヤ表 ───────────────────────────　*/

.usedt_tbl {
  width: 100%;

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

.usedt_tbl th {
  color: #fff;
  font-size: 0.8em;;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  background: #0aa800;
  text-align: center;
}

.usedt_tbl td {
  text-align:center;
  border-bottom: 1px solid #0aa800;
  border-left: 1px solid #ddd;
}

/* 1列目のスタイル */
.usedt_tbl td:nth-of-type(1){
  text-align:left;
}

/* 2列目のスタイル */
.usedt_tbl td:nth-of-type(2){
  text-align:left;
}

 
 



/*　─────────────────────────── Q & A ───────────────────────────　*/

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa {
	overflow-x: hidden;
	margin: 0 auto;
	color: #333333;
}
.cp_qa .cp_actab {
	padding: 20px 0;

}
.cp_qa label {
	font-size: 1.2em;
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 10px 10px 0 48px;
	cursor: pointer;
}
.cp_qa .cp_actab-content {
	font-size: 1em;
	position: relative;
	overflow: hidden;
	height: 0;
	margin: 0 40px;
	padding: 0 14px;
	-webkit-transition: 0.4s ease;
	        transition: 0.4s ease;
	opacity: 0;
}
.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_actab-content {
	height: auto;
	padding: 14px;
	opacity: 1;
}
.cp_qa .cp_plus {
	font-size: 2.4em;
	line-height: 100%;
	position: absolute;
	z-index: 5;
	margin: 3px 0 0 10px;
	-webkit-transition: 0.2s ease;
	        transition: 0.2s ease;
}
.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_plus {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.cp_qa .cp_actab input[type=checkbox] {
  display: none;
}





/*============nav=============*/

nav {
  display: block;
  position: fixed;
  top: 0;
  left: -300px;
  bottom: 0;
  width: 300px;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .3s;
  z-index: 3;
  opacity: 0;
}
.open nav {
  left: 0;
  opacity: 1;
}
nav .inner {
  padding: 1rem;
}
nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #333;
}
nav .inner ul li a {
  display: block;
  color: #333;
  font-size: 1rem;
  padding: 0.4em;
  text-decoration: none;
  transition-duration: 0.2s;
}
nav .inner ul li a:hover {
  background: #e4e4e4;
}


@media screen and (max-width: 767px) {
  nav {
    left: -220px;
    width: 220px;
  }
}





/*============.toggle_btn=============*/

.toggle_btn {
  display: block;
  position: fixed;
  top: 10px;
  right: 20px;
  width: 30px;
  height: 30px;
  transition: all .5s;
  cursor: pointer;
  z-index: 3;
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  transition: all .5s;
}
.toggle_btn span:nth-child(1) {
  top: 4px;
}
.toggle_btn span:nth-child(2) {
  top: 14px;
}
.toggle_btn span:nth-child(3) {
  bottom: 4px;
}
.open .toggle_btn span {
  background-color: #fff;
}
.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}



/* ============#mask============= */

#mask {
  display: none;
  transition: all .5s;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 2;
  cursor: pointer;
}
