/**************************
 general
**************************/
body {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
body.hidden {
  overflow: hidden;
}
/**************************
 header
**************************/
header {
  width: 100%;
  background: #fff;
}
header .header_wrap {
  height: 100%;
}
header .header_wrap .container {
  height: 100%;
}
header h1 {
  margin-bottom: 0;
}
header h1 img {
  width: 300px;
}
header .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header .header-tel span:nth-of-type(1) {
  width: 28px;
  vertical-align: 2px;
  margin-right: 10px;
}
header .header-tel span img {
  width: 28px;
}
header .header-tel a {
  background: #b0dbdf;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 50px;
}

header .logo {
  align-content: center;
}
header .pc_nav {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #fff;
  border-bottom: 1px solid #000;
}
header .pc_nav nav ul {
  display: flex;
  margin-bottom: 0;
  list-style: none;
  justify-content: center;
}
header .pc_nav nav ul li {
  min-width: 160px;
}
header .pc_nav nav ul li a {
  color: #000;
  text-decoration: none;
  letter-spacing: 0.1em;
}
header .pc_nav nav ul li span {
  display: block;
  text-align: center;
}
header .pc_nav nav ul li span:nth-of-type(1) img {
  height: 50px;
  transition: 1s all;
}
header .pc_nav nav ul li span:nth-of-type(2) {
  border-right: 1px dashed #000;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
}
header .pc_nav nav ul li span:nth-of-type(3) {
  font-size: 12px;
}
header .pc_nav nav ul li:nth-of-type(1) span:nth-of-type(1) img {
  padding: 2px;
}
header .pc_nav nav ul li:nth-of-type(2) span:nth-of-type(1) img {
  padding: 2px;
}
header .pc_nav nav ul li:nth-of-type(4) span:nth-of-type(1) img {
  padding: 2px;
}
header .pc_nav nav ul li:nth-of-type(5) span:nth-of-type(1) img {
  padding: 2px;
}
header .pc_nav nav ul li:nth-of-type(6) span:nth-of-type(1) img {
  padding: 4px;
}
.pc header .pc_nav nav ul li:hover span:nth-of-type(1) img {
  transform: scale(1.2);
  transition: 1s all;
}
@media (max-width: 991px) {
  header .pc_nav {
    display: none;
  }
  header .header-tel {
    display: none;
  }
  header h1 img {
    width: 250px;
  }
}
/***********************
 footer
***********************/
footer {
  position: relative;
}
.icon-car {
  position: absolute;
  width: 50px;
  top: -27px;
  left: 70%;
}
.icon-car img {
  width: 100%;
}
.icon-car-about {
  position: absolute;
  width: 50px;
  top: -27px;
  left: 40%;
}
.icon-car-about img {
  width: 100%;
}
.icon-car-service {
  position: absolute;
  width: 30px;
  top: -27px;
  left: 60%;
}
.icon-car-service img {
  width: 100%;
}
.icon-car-home {
  position: absolute;
  width: 40px;
  top: -27px;
  left: 60%;
}
.icon-car-home img {
  width: 100%;
}
.icon-form {
  position: absolute;
  width: 40px;
  top: -27px;
  left: 60%;
}
.icon-form img {
  width: 100%;
}
.footer_bg {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #e9f2f2;
  border-top: 1px dashed #000;
}
footer .flex {
  display: flex;
  flex-wrap: wrap;
}
footer .flex .left-box {
  width: 360px;
}
footer .flex .right-box {
  padding-top: 20px;
  padding-left: 50px;
  width: calc(100% - 360px);
  width: -webkit-calc(100% - 360px);
  position: relative;
}
footer .footer_main-catch {
  text-align: center;
}
footer .c_logo {
  text-align: center;
  margin-bottom: 5px;
}
footer .c_logo img {
  max-width: 200px;
}
footer .iso {
  text-align: center;
}
footer h2 img {
  max-width: 300px;
}
footer h2 {
  margin-bottom: 30px;
  text-align: center;
}
footer .zip_addr {
  margin-bottom: 10px;
}
footer .zip_addr span:nth-of-type(1) {
  margin-right: 15px;
}
footer .tel-fax span:nth-of-type(1) {
  margin-right: 30px;
}
footer .copyright {
  background: #b0dbdf;
  text-align: left;
  color: #000;
  font-size: 12px;
  padding-top: 15px;
  padding-bottom: 15px;
}
footer .tel-fax {
  color: #000;
}
footer .footer_nav {
  position: absolute;
  bottom: 0;
  left: 20px;
}
footer .footer_nav ul {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
footer .footer_nav ul li {
  width: 150px;
  text-align: center;
}
footer .footer_nav ul li:not(:last-child) span:nth-of-type(1) {
  border-right: 1px dashed #000;
}
footer .footer_nav ul li span {
  display: block;
}
footer .footer_nav ul li a {
  text-decoration: none;
  color: #000;
}
footer .footer_nav ul li a span:nth-of-type(2) {
  font-size: 12px;
}
@media (max-width: 1399px) {
  footer .footer_nav ul li {
    width: 120px;
    text-align: center;
  }
}
@media (max-width: 1199px) {
  footer .footer_nav ul li {
    width: 150px;
    text-align: center;
  }
  footer .footer_nav ul li:nth-of-type(1),
  footer .footer_nav ul li:nth-of-type(2),
  footer .footer_nav ul li:nth-of-type(3) {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  footer .flex .left-box {
    width: 100%;
  }
  footer .flex .right-box {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  footer .footer_nav {
    position: static;
    text-align: center;
  }
  footer .zip_addr {
    text-align: center;
  }
  footer .tel-fax {
    text-align: center;
    margin-bottom: 50px;
  }
  footer .footer_nav ul {
    display: inline-block;
  }
  footer .footer_nav ul li {
    margin-bottom: 15px;
  }
  footer .footer_nav ul li:last-child span:nth-of-type(1) {
    border-right: 1px dashed #000;
  }
  footer .footer_nav ul li span:nth-of-type(1) {
    border-left: 1px dashed #000;
  }
}
@media (max-width: 767px) {
  footer h2 img {
    width: 250px;
  }
}
/**************************
 bugger_open
 bugger_close
**************************/
.bugger_open {
  position: fixed;
  top: 8px;
  right: 10px;
  z-index: 100;
  display: none;
  transition: 0.2s all;
}
.bugger_close {
  position: fixed;
  top: 8px;
  right: -100%;
  z-index: 100;
  display: none;
  transition: 0.2s all;
}
.bugger_open img,
.bugger_close img {
  width: 60px;
}
.bugger_open.active {
  right: -100%;
}
.bugger_close.active {
  right: 10px;
}
@media (max-width: 991px) {
  .bugger_open {
    display: block;
  }
  .bugger_close {
    display: block;
  }
}
/************************
 fixed_menu
************************/
.fixed_menu {
  position: fixed;
  width: 100%;
  height: 100vh;
  max-width: 300px;
  width: 100%;
  z-index: 99;
  top: 0;
  right: -100%;
  transition: 0.2s all;
  background: #183a2b;
}
.fixed_menu.active {
  right: 0;
}
.fixed_menu nav {
  padding-top: 100px;
}
.fixed_menu nav ul {
  list-style: none;
}
.fixed_menu nav ul li a {
  color: #fff;
  text-decoration: none;
}
.fixed_menu nav ul li {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
}
.fixed_menu .menu-wrap {
  position: relative;
}
.fixed_menu .menu-wrap .sp_tel {
  position: absolute;
  top: 13px;
  right: 80px;
  z-index: 99;
}
.fixed_menu .menu-wrap .sp_tel img {
  width: 60px;
  filter: invert(1);
}
@media (max-width: 640px) {
  .fixed_menu {
    max-width: 100%;
  }
}
/**************************
 breadcrumb
***************************/
.breadcrumb-bg {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.breadcrumb {
  margin: 0;
  font-size: 14px;
}
.breadcrumb a {
  color: #000;
  text-decoration: none;
}
/**************************
 page-arrow-pos
***************************/
.page-arrow-pos {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 97;
}
.page-arrow-pos .page-arrow {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #7fd2ca;
  position: relative;
}
.page-arrow-pos .page-arrow:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  top: 35px;
  left: 40px;
  transform: rotate(-225deg);
  transform-origin: top left;
  z-index: 96;
}
