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

* {
  margin: 0;

}

html {
   font-size: 16px;
}



header {
  width: 100%;

  height: 50px;
  background-color: black;

  margin-bottom: 2rem;

  position:fixed;
  z-index: 10;
}


header div {
  width: 100%;
  margin: 0 auto;

  line-height: 50px;
}



.hd_logo {
  vertical-align: middle;
}



section{
  margin-top: 2rem;
}



footer {
  width: 100%;
}


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

.ft01_box {

  width: 100%;
  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: 43%;
  margin: 0.5rem ;
  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: 43%;
  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 0.5rem;
 font-size: 0.8rem;
 list-style: none;
}

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

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



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

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;}





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

h1 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight:700;
  font-size : 1.8rem;
  margin-bottom: 1rem;
  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 : 1.2rem;
	color: black;
  line-height: 2rem;


}

.h2_sub {
  display: inline;

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

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

}



h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:500;
	font-size : 1rem;
	color: black;
	line-height: 1.2rem;
	margin-top: 2rem;
	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: 1rem;
  margin-bottom: 2rem;

}





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

.index_img_frame {
  width: 100%;

  margin: 0 auto;
  padding-top: 50px;

}



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

  padding: 0 2%2%;
}



.pit_menu {
  display: flex;
  flex-direction:column;
  flex-wrap: wrap;
  justify-content: space-between;

  background-color:white;
  margin-top: 1rem;

}


.pit_menu a {
  width: 100%;
}


.pit_menu img {
  width: 100%;
  margin-bottom: 1rem;

}



.notice {
  width: 100%;
  margin: 1rem 0 ;

}

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

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

  text-align: center;
}



.notice ul {
  padding : 0;
}

.notice li {
  width: 80%;

  color: #fff;
	font-size : 0.8rem;
  font-weight: bold;

  padding: 0.2rem 0 0.2rem 0.4rem;
  margin: 0 auto 0.4rem auto;

  background-color: #1e90ff;
  list-style: none;

}


article {
	width: 100%;
  text-align: center;
}



.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;

}


.tm_img {
  margin-bottom: 1rem;
}






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

.main_frame {
  padding: 82px 2% 0 2%;

}



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

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

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

  font-size : 0.8rem;
}

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

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

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


}

.pit_m01 div {
  width: 100%;

}






/*　─────────────────────────── パーツメーカーロゴ ───────────────────────────　*/
.mc {

  display: flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}

.mc a {
  width: 22%;
  margin-bottom: 1rem;

}

.mc img {
  width: 100%;

}





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

.notice_02 {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 2rem;
}

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

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

  text-align: center;
}


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



.notice_02 ul li {
  width: 92%;
  margin-bottom: 0.2rem;
  padding:0.6rem;

  border-left: 4px solid #0aa800;
  background-color: #eaf7ee;
  font-size : 1rem;
  color: #333;

}



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

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

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

.p_tbl th {
	height: 2rem;
  text-align: right;
}

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

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


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






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

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

  width: 100%;
}

.pit_m03 div {
  width: 100%;

}

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


/*　─────────────────────────── 費用の注意事項 ───────────────────────────　*/

.price ul {
   padding: 0.8rem 0 0.8rem 0.1rem;
}

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

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




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


.notice_08 {
  width: 100%;
  margin: 4rem auto;

}

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

  padding: 0.6rem 0;
  margin-bottom: 1rem;
  
	font-size : 1rem;
  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: center;
}

.notice_08 li {
  width: 60%;
  color: #fff;
	font-size : 1rem;
  font-weight: bold;
  text-align: center;
  padding: 0.8rem 0;
  margin-bottom: 0.6rem;
  background-color: #0aa800;
  list-style: none;

}





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

.c_tbl {
	width: 100%;
	font-size: 0.8rem;

  margin-bottom: 2rem;
}

.c_tbl th {
	text-align: left;
	border-bottom: 1px solid #ccc;
	padding-left: 1rem;
}

.c_tbl td {

	height: 2rem;
	text-align: left;
	border-bottom: 1px solid #ccc;
	padding-left: 1rem;
	line-height: 2rem;
}

.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: 1rem auto;
	display: block;
	border:0;
}



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

.u_tbl {
  display:none;
}



.mu_tbl {
	width: 100%;
  font-size : 0.8rem;

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

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

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





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

.scroll-table {
  overflow: auto;
  white-space: nowrap;
}

.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 {
  border: 1px solid #0aa800;
  border-collapse: collapse;
  border-spacing: 0;
}

.usedt_tbl th {
  color: #fff;

  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: 1rem;
	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;
}
