@charset "UTF-8";
body {
  box-sizing: border-box;
}
body a {
  color: black;
  text-decoration: none;
}

.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

.wrap-2 {
  max-width: 1000px;
  width: 96%;
  margin: 0 auto;
}

.sp {
  display: block;
}

.header {
  background-color: white;
  width: 100%;
  padding: 10px 0;
  height: 50px;
  position: fixed;
  z-index: 10;
  filter: drop-shadow(2px 2px 2px rgb(135, 140, 140));
}
.header #menu {
  display: none;
}
.header .wrap {
  display: flex;
  justify-content: space-between;
}
.header_logo img {
  max-width: 200px;
}
.header .aside {
  width: min(45%, 600px);
}
.header .aside_nav ul {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.header .aside_nav ul img {
  max-width: 160px;
}
.header .aside_nav ul a {
  font-size: 16px;
  font-weight: 500;
}
.header .aside_nav ul a:hover {
  opacity: 0.3;
}

/* タイトルビュー */
#view-1 {
  padding-top: 65px;
  background: url(/m-img/top/gyoumu1.jpg) no-repeat;
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: left 40%;
}

#view-2 {
  margin-top: 65px;
  background: url(/m-img/service/syaken.jpg) no-repeat;
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: left 40%;
}

#view-3 {
  margin-top: 65px;
  background: url(/m-img/top/selhu-s.jpg) no-repeat;
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center 75%;
}

#view-4 {
  margin-top: 65px;
  background: url(/m-img//top/urikaimeinvew.jpg) no-repeat;
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center 75%;
}

#view-5 {
  margin-top: 65px;
  background: url(/m-img/service/mente2.jpg) no-repeat;
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: left 60%;
}

#view-6 {
  margin-top: 65px;
  background: url(/m-img/top/selhu-s.jpg) no-repeat;
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
}

.view-ttl h2 {
  padding-top: 100px;
  text-align: center;
  color: white;
  text-align: center;
  font-size: clamp(10px, 2.6vw, 20px);
  letter-spacing: 0.2em;
  text-shadow: 3px 3px 3px #000, -3px -3px 3px #000, -3px 3px 3px #000, 3px -3px 3px #000, 3px 0px 3px #000, -3px 0px 3px #000, 0px 3px 3px #000, 0px -3px 3px #000;
}
.view-ttl h1 {
  letter-spacing: 0.5rem;
  padding-top: 10px;
  text-align: center;
  font-weight: bold;
  color: white;
  text-align: center;
  font-size: clamp(30px, 2.6vw, 50px);
  font-weight: 600;
  letter-spacing: 0.3em;
  text-shadow: 3px 3px 3px #000, -3px -3px 3px #000, -3px 3px 3px #000, 3px -3px 3px #000, 3px 0px 3px #000, -3px 0px 3px #000, 0px 3px 3px #000, 0px -3px 3px #000;
}

.hanbai {
  width: 1000px;
}
.hanbai .kuruma {
  padding-top: 20px;
  display: flex;
}
.hanbai .kuruma img {
  height: 250px;
}
.hanbai .kuruma .info {
  padding-left: 40px;
}
@media screen and (max-width: 480px) {
  .hanbai .kuruma .info {
    width: 400px;
  }
}
.hanbai .kuruma .info .dekaji {
  color: red;
  font-size: clamp(20px, 2.6vw, 30px);
}
.hanbai .kuruma .info .chibi {
  font-size: clamp(0.8rem, 1.2vw, 16rem);
}
.hanbai .kuruma .info h1 {
  font-size: clamp(0.8rem, 1.2vw, 16rem);
  font-weight: 600;
  padding-bottom: 10px;
}
.hanbai .kuruma .info h2 {
  font-size: clamp(0.8rem, 1.2vw, 16rem);
  font-weight: 600;
  padding-bottom: 20px;
}
.hanbai .kuruma .info h3 {
  margin-left: 80px;
  color: rgb(112, 71, 6);
  display: inline;
  font-size: clamp(0.8rem, 1.2vw, 16rem);
  font-weight: 600;
  border: 2px solid rgb(112, 71, 6);
  padding: 5px;
}
@media screen and (max-width: 480px) {
  .hanbai .kuruma {
    display: block;
    width: 96%;
    padding-bottom: 20px;
  }
  .hanbai .kuruma img {
    width: 400px;
    height: 300px;
    text-align: center;
  }
}

.obi3 {
  width: 1020px;
  height: 100px;
  margin-top: 20px;
  background-color: rgb(112, 71, 6);
}
.obi3 .morau {
  text-align: center;
  padding-top: 15px;
  width: 600px;
}
@media screen and (max-width: 480px) {
  .obi3 .morau {
    text-align: left;
  }
}
.obi3 .morau h1 {
  font-size: clamp(0.8rem, 1.2vw, 16rem);
  font-weight: 600;
  color: white;
}
.obi3 .morau p {
  font-size: clamp(1.7rem, 1.2vw, 30rem);
  font-weight: 600;
  color: yellow;
}
.obi3 .morau .zero {
  color: red;
}
.obi3 .morau img {
  height: 20px;
}
@media screen and (max-width: 480px) {
  .obi3 {
    width: 90%;
    height: 100px;
  }
}

.content {
  padding-top: 20px;
  text-align: center;
}
.content img {
  height: 250px;
}
.content .cors p {
  font-size: 20px;
  font-weight: 600;
}
.content .cors img {
  height: 30px;
}
@media screen and (max-width: 480px) {
  .content img {
    height: 200px;
  }
}

.wrapa {
  height: 100px;
  padding: 50px;
}
.wrapa h2 {
  text-align: center;
  font-size: clamp(26px, 2.6vw, 32px);
  font-weight: 300;
}
.wrapa h1 {
  text-align: center;
  font-size: clamp(12px, 2.6vw, 16px);
}
.wrapa_syaken {
  text-align: left;
  font-size: clamp(12px, 2.6vw, 16px);
}

.obi-sya {
  width: 100%;
  height: 50px;
  margin-top: 20px;
  background-color: rgb(112, 71, 6);
}
@media screen and (max-width: 480px) {
  .obi-sya {
    padding-bottom: 50px;
  }
}
.obi-sya h2 {
  padding: 12px;
  color: white;
  font-weight: 400;
  font-size: clamp(1rem, 1.2vw, 14px);
  text-align: center;
}

.obi {
  width: 100%;
  height: 50px;
  margin-top: 20px;
  background-color: rgb(112, 71, 6);
}
.obi h2 {
  padding: 12px;
  color: white;
  font-weight: 400;
  font-size: clamp(1rem, 1.2vw, 14px);
  text-align: center;
}

.obi2 {
  width: 100%;
  height: 50px;
  margin: 20px;
  background-color: rgb(112, 71, 6);
}
@media screen and (max-width: 480px) {
  .obi2 {
    width: 380px;
  }
}
.obi2 h2 {
  padding: 12px;
  color: white;
  font-weight: 400;
  font-size: clamp(1rem, 1.2vw, 14px);
  text-align: center;
}

.cards {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 50px;
  gap: 30px;
}
@media screen and (max-width: 480px) {
  .cards {
    padding-top: 130px;
  }
}
.cards .card {
  padding-top: 10px;
  width: 330px;
}
.cards .card img {
  max-width: 100%;
}

.table {
  margin-top: 40px;
  max-width: 800px;
  text-align: center;
}
.table dl {
  display: flex;
  flex-flow: row;
  width: 100%;
}
.table dl dt {
  border: 1px solid black;
  flex-basis: 70%;
  padding: 15px;
  font-size: clamp(0.9rem, 1.5vw, 10rem);
  text-align: left;
}
.table dl dt .fs {
  font-size: clamp(0.6rem, 1.2vw, 10rem);
}
.table dl dd {
  border: 1px solid black;
  flex-basis: 30%;
  padding: 15px;
  font-size: clamp(1.2rem, 1.5vw, 10rem);
  font-weight: bold;
  background: #f6eada;
}
.table_text {
  padding-top: 20px;
  max-width: 730px;
}
.table_text p {
  text-align: left;
}
@media screen and (max-width: 480px) {
  .table_text p {
    width: 96%;
    padding: 10px;
  }
}

.tetuzuki {
  width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
}
.tetuzuki .obi {
  width: 300px;
}
.tetuzuki .hitu {
  width: 300px;
  padding: 10px;
}
.tetuzuki .hitu p {
  color: white;
  padding-top: 10px;
  font-size: clamp(1rem, 1.6vw, 14rem);
  text-align: center;
}
.tetuzuki .hitu h1 {
  padding-top: 10px;
  font-size: clamp(1rem, 1.2vw, 12rem);
}
.tetuzuki .hitu_f {
  font-size: 30px;
  font-weight: bold;
  color: rgb(240, 10, 10);
}
@media screen and (max-width: 480px) {
  .tetuzuki {
    display: block;
    width: 96%;
    margin: 0px;
  }
  .tetuzuki .obi {
    height: 40px;
  }
}

.content2 {
  width: 800px;
  padding: 10px;
}
.content2 img {
  width: 800px;
  padding: 10px;
}
.content2 .kuruma {
  border-top: 2px dotted rgb(9, 88, 140);
  padding-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content2 .kuruma img {
  width: 200px;
}
.content2 .kuruma h1 {
  font-size: 20px;
  font-weight: 600;
  color: brown;
}
@media screen and (max-width: 480px) {
  .content2 {
    display: block;
    width: 400px;
  }
  .content2 img {
    width: 96%;
  }
}

.pass {
  text-align: center;
}
@media screen and (max-width: 480px) {
  .pass img {
    width: 400px;
  }
}

.urikai {
  width: 900px;
  padding-top: 20px;
}
.urikai .ue {
  text-align: center;
}
.urikai .ue img {
  height: 210px;
}
@media screen and (max-width: 480px) {
  .urikai .ue img {
    height: 190px;
  }
}
.urikai .ue .dai {
  font-size: clamp(1.1rem, 1.5vw, 30px);
  padding: 15px;
  font-weight: 600;
}
.urikai .naka {
  text-align: left;
}
.urikai p {
  font-size: clamp(0.8rem, 1.2vw, 16rem);
  line-height: 1.8rem;
}
.urikai .akaji {
  font-size: clamp(1rem, 1.8vw, 20rem);
  font-weight: bold;
  color: red;
}
.urikai .komoji {
  font-size: clamp(0.7rem, 0.8vw, 12rem);
}
.urikai img {
  height: 30px;
  padding: 0px 5px 0px 10px;
}
@media screen and (max-width: 480px) {
  .urikai {
    width: 85%;
  }
  .urikai p {
    line-height: 1.2rem;
  }
}

.mentenans {
  width: 1000px;
  display: flex;
  flex-flow: row wrap;
  gap: 2rem;
}
.mentenans img {
  width: 480px;
  margin: 15px;
}
.mentenans .koukan {
  padding-top: 20px;
  display: flex;
}
.mentenans .koukan .oil {
  margin: 20px;
}
.mentenans .koukan .oil table {
  margin-top: 10px;
  border: 2px solid rgb(21, 34, 173);
  width: 450px;
  font-size: clamp(0.8rem, 1.4vw, 14rem);
}
.mentenans .koukan .oil table th {
  border: 2px solid rgb(21, 34, 173);
}
.mentenans .koukan .oil table td {
  padding: 4px;
  border: 2px solid rgb(21, 34, 173);
}
@media screen and (max-width: 480px) {
  .mentenans .koukan .oil table {
    width: 400px;
  }
}
@media screen and (max-width: 480px) {
  .mentenans .koukan {
    display: block;
    width: 400px;
  }
}
.mentenans p span {
  background-color: rgb(21, 34, 173);
  padding: 5px 10px;
  color: white;
  font-weight: bold;
  font-size: clamp(0.8rem, 1.2vw, 14px);
}
.mentenans h1 {
  font-size: clamp(1rem, 0.5vw, 14rem);
  margin: 5px;
}
.mentenans h2 {
  font-weight: bold;
  font-size: clamp(1.2rem, 1.5vw, 16rem);
  margin: 5px;
}
.mentenans .eacon {
  display: flex;
}
.mentenans .eacon_gas {
  display: block;
  margin: 20px;
}
@media screen and (max-width: 480px) {
  .mentenans .eacon {
    display: block;
    width: 400px;
  }
}
.mentenans .jaf {
  display: flex;
  margin: auto;
  gap: 3rem;
}
.mentenans .jaf img {
  width: 300px;
}
.mentenans .jaf_kiz {
  width: 350px;
  height: 400px;
  border: 2px solid rgb(21, 34, 173);
  font-size: clamp(0.8rem, 1vw, 12rem);
}
.mentenans .jaf_rood {
  width: 350px;
  height: 400px;
  border: 2px solid rgb(21, 34, 173);
  font-size: clamp(0.8rem, 1vw, 12rem);
}
@media screen and (max-width: 480px) {
  .mentenans .jaf {
    display: block;
    padding: 20px 60px 30px 30px;
  }
}
@media screen and (max-width: 480px) {
  .mentenans {
    display: block;
  }
  .mentenans img {
    width: 100%;
  }
}

/* 企業案内 */
.wrap .jirei-ttl {
  margin-top: 100px;
}
.wrap .jirei-ttl h1 {
  text-align: center;
  font-size: clamp(1.5rem, 2.5vw, 4rem);
  letter-spacing: 0.5rem;
}
.wrap .jirei-ttl h2 {
  text-align: center;
  font-size: 20px;
}

/* 企業紹介*/
.syoukai {
  margin-top: 60px;
  max-width: 800px;
  margin: auto;
}
.syoukai dl {
  display: flex;
  flex-flow: row;
  width: 96%;
}
@media screen and (max-width: 480px) {
  .syoukai dl {
    flex-flow: column;
  }
}
.syoukai dt {
  flex-basis: 20%;
  padding: 15px;
  margin: 2px;
  color: white;
  text-align: left;
  font-size: clamp(1rem, 0.5vw, 8rem);
  background: #9ac58a;
}
.syoukai dd {
  flex-basis: 78%;
  padding: 15px;
  margin: 2px;
  text-align: left;
  font-size: clamp(1rem, 0.5vw, 8rem);
  background: #eefae9;
}

.map {
  text-align: center;
}
.map iframe {
  max-width: "100%";
}
@media screen and (max-width: 480px) {
  .map iframe {
    width: 96%;
  }
}

/* お問い合わせフォーム */
.contact-form {
  border: 1.5px solid rgb(138, 137, 137);
  padding: 50px 30px;
  margin-top: 30px;
  background-color: white;
}
.contact-form .title {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}
.contact-form .form {
  max-width: 460px;
  margin: 0 auto;
}
.contact-form .item {
  overflow: hidden;
  margin-bottom: 20px;
}
.contact-form .item .label {
  float: left;
  margin-right: 20px;
  width: 135px;
  border-left: 3px solid rgb(247, 169, 169);
  padding-left: 10px;
  font-size: 16px;
}
.contact-form .inputs {
  float: left;
  width: 600px;
}
@media screen and (max-width: 480px) {
  .contact-form .inputs {
    float: left;
    width: 90%;
    margin-top: 10px;
  }
}
.contact-form input[type=text],
.contact-form input[type=email] {
  border: solid 1px #aaa;
  padding: 10px;
  font-size: 15px;
  border-radius: 5px;
}
.contact-form textarea {
  border: 1px solid #aaa;
  border-radius: 5px;
  padding: 10px;
  height: 200px;
  width: 600px;
  font-size: 15px;
}
@media screen and (max-width: 480px) {
  .contact-form textarea {
    width: 90%;
    margin-top: 10px;
  }
}
.contact-form .buton-area {
  text-align: center;
}
.contact-form input[type=submit] {
  background-color: #c2704f;
  border: none;
  padding: 10px 20px;
  color: white;
  font-size: 17px;
  font-weight: bold;
  border-radius: 5px;
  margin: 0 5px;
  box-shadow: 1px 1px 3px black;
  cursor: pointer;
}
.contact-form input[type=reset] {
  background-color: #aaa;
  border: none;
  padding: 10px 20px;
  color: white;
  font-size: 17px;
  font-weight: bold;
  border-radius: 5px;
  margin: 0 5px;
  box-shadow: 1px 1px 3px black;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .contact-form {
    width: 80%;
  }
}

footer {
  height: 250px;
  background-color: rgb(112, 71, 6);
  margin-top: 80px;
}
@media screen and (max-width: 480px) {
  footer {
    height: 350px;
    margin-top: 80px;
  }
}
footer .wrap {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .wrap .logo img {
  max-width: 200px;
}
footer .wrap .tokoro {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}
footer .wrap .tokoro_1 {
  font-size: clamp(10px, 2.6vw, 14px);
  width: 380px;
  color: white;
}
footer .wrap .tokoro_2 {
  font-size: clamp(10px, 2.6vw, 14px);
  width: 400px;
  color: white;
}
@media screen and (max-width: 480px) {
  footer .wrap .tokoro {
    margin-left: 80px;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    font-size: 14px;
  }
}
footer .copy {
  margin-top: 10px;
  border-top: 1px solid white;
}
footer .copy p {
  margin-top: 15px;
  text-align: center;
  color: white;
  font-size: clamp(10px, 1.2vw, 12px);
}

@media screen and (max-width: 480px) {
  /* navが出てくる */
  .open,
  .close {
    display: block;
  }
  .open {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .aside {
    position: absolute;
    top: 65px;
    right: -230px;
    height: 100vh;
    padding-left: 30px;
    transition: all 0.2s;
    background: white;
    opacity: 0.8;
  }
  .aside_nav ul {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    position: absolute;
  }
  .aside_nav ul li {
    margin: 5px;
  }
  input[type=checkbox]:checked ~ aside {
    right: 0;
  }
  input[type=checkbox]:checked ~ .back {
    position: absolute;
    top: 70px;
    left: -3px;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3) !important;
  }
  /* 三本線のボタン */
  .navbtn {
    position: relative;
    right: 0px;
    top: 0px;
    width: 50px;
    height: 44px;
  }
  .navbtn span {
    position: absolute;
    width: 70%;
    height: 2px;
    background-color: black;
    transform: translate(5px, 12px);
    transition: all 0.1s;
  }
  .navbtn span:nth-of-type(1) {
    top: 0px;
  }
  .navbtn span:nth-of-type(2) {
    top: 7px;
  }
  .navbtn span:nth-of-type(3) {
    top: 14px;
  }
  #navbtn.active span:nth-of-type(1) {
    transform: translateY(21px) translatex(0px) rotate(0.13turn);
  }
  #navbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  #navbtn.active span:nth-of-type(3) {
    transform: translateY(7px) translatex(0px) rotate(-0.13turn);
  }
}/*# sourceMappingURL=style2.css.map */