@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Rammetto+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Russo+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Aoboshi+One&display=swap");
.aoboshi-one-regular {
  font-family: "Aoboshi One", serif;
  font-weight: 400;
  font-style: normal;
}

.russo-one-regular {
  font-family: "Russo One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.rammetto-one {
  font-family: "Rammetto One", serif;
  font-weight: 400;
  font-style: normal;
}

.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/*ディスプレイ初期値設定*/
/*以下、サイト固有の設定*/
/*
$gray_color01: #D1D1D1;
$gray_color02: #ccc;
$gray_color03: #777;
$gray_color04: #555;
$gray_color05: #F4F3F3;
$gray_color06: #ddd;
*/
/*サイト共通の間隔*/
/*英語用font読み込み指定*/
/*
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Regular.otf") format("otf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Semibold.otf") format("otf");
    font-weight: bold;
    font-style: normal;
}
*/
/*

下層用のスタイルです。

*/
/* ------------ */
/* デザイン共通 */
/* ------------ */
/* -------------- */
/* サブビジュアル */
/* ------------- */
main section .page_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-size: cover;
  background-position: center;
  height: 35dvw;
  max-height: 500px;
  border-bottom: solid 10px #BFD5D8;
}

main section .page_head.non_b_img {
  height: 400px;
  display: block;
  padding-top: 0;
  max-height: inherit;
  background-color: #fff;
  color: #fff;
}

main section .page_head.non_b_img .page_title {
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #333;
  position: absolute;
  top: calc(35% + 50px);
  left: 50%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transform: translate(-50%, -35%);
          transform: translate(-50%, -35%);
}

main section .page_head.non_b_img .page_title .sv_ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main section .page_head.non_b_img .page_title .sv_ttl .jp_ttl {
  font-size: 42px;
}

@media screen and (max-width: 767px) {
  main section .page_head.non_b_img .page_title .sv_ttl .jp_ttl {
    font-size: 18px;
  }
}

main section .page_head .page_title {
  width: 100%;
  padding-top: 5%;
}

main section .page_head .page_title .sv_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

main section .page_head .page_title .sv_ttl .jp_ttl {
  font-size: 17px;
  color: #ffffff;
  font-weight: bold;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  main section .page_head .page_title .sv_ttl .jp_ttl {
    font-size: 18px;
  }
}

main section .page_head .page_title .sv_ttl .eng_ttl {
  text-transform: capitalize;
  font-family: "Aoboshi One", serif;
  font-size: 48px;
  color: #fff;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  main section .page_head .page_title .sv_ttl .eng_ttl {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  main section .page_head {
    height: 250px;
  }
}

/******************************/
/* 通常固定ページ */
/******************************/
/******************************/
/* サムネイル一覧 */
/******************************/
/******************************/
/* 記事 */
/******************************/
.news_text_block .category a {
  background-color: #1A4572;
  color: #fff;
  padding: 5px 20px;
  font-size: 12px;
  margin-left: 0;
}

.news_text_block .jp {
  border-bottom: dashed 1px #707070;
  padding-bottom: 12px;
}

.news_text_block .jp .date {
  font-size: 13px;
  display: inline-block;
  margin-top: 15px;
}

/******************************/
/* カスタム投稿記事 */
/******************************/
.single-gallery_post .category {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.single-gallery_post .category a {
  background-color: #333;
  border-radius: 50px;
  color: #fff;
  padding: 5px 20px;
  font-size: 12px;
  margin-left: 0;
  margin-top: 10px;
}

.single-gallery_post .category a:first-child {
  margin-top: 0;
}

.single-gallery_post h2.jp {
  border-bottom: dotted 2px #666;
  padding-bottom: 12px;
}

/******************************/
/* ギャラリー */
/******************************/
.gallery .gallery-wrapper .contents_wrap {
  max-width: 1000px;
}

/******************************/
/* 特定商取引に関する表記 */
/******************************/
/******************************/
/* 404 */
/******************************/
.error404 main section .page_head .page_title .sv_ttl .eng_ttl {
  font-size: 42px;
}

/******************************/
/* 投稿一覧　ページ */
/******************************/
@media screen and (max-width: 767px) {
  .c_list .thum_list {
    display: block;
  }
}

.c_list .thum_list li {
  width: calc((100% - 40px) /3);
  margin-right: 20px;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .c_list .thum_list li {
    width: 100%;
    margin-right: 0;
  }
}

.c_list .thum_list li:nth-child(3n) {
  margin-right: 0;
}

.c_list .thum_list li:nth-child(1) {
  margin-top: 0;
}

.c_list .thum_list li:nth-child(2) {
  margin-top: 0;
}

.c_list .thum_list li:nth-child(3) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .c_list .thum_list li:nth-child(3) {
    margin-top: 30px;
  }
}

.c_list .thum_list li a figure {
  border: solid 1px #C9C9C9;
}

/******************************/
/* COMPANY 会社案内　ページ */
/******************************/
.company .sec01 {
  padding: 0 0 100px;
}

@media screen and (max-width: 1024px) {
  .company .sec01 {
    padding: 0 0 50px;
  }
}

.company .sec02,
.company .sec03 {
  padding: 100px 0;
}

@media screen and (max-width: 1024px) {
  .company .sec02,
  .company .sec03 {
    padding: 50px 0;
  }
}

.company .sec02 {
  background-color: #F1F6FB;
}

.company .named {
  font-size: 20px;
  display: block;
}

/******************************/
/* kodawari 当店の特徴　ページ */
/******************************/
.kodawari .sec01 {
  padding: 0 0 100px;
}

@media screen and (max-width: 1024px) {
  .kodawari .sec01 {
    padding-bottom: 50px;
  }
}

/******************************/
/* Camper キャンピングカー製作　ページ */
/******************************/
.camper .sec01 {
  padding: 0 0 100px;
}

@media screen and (max-width: 1024px) {
  .camper .sec01 {
    padding-bottom: 50px;
  }
}

.camper .sec02 {
  padding: 100px 0;
  background-color: #F1F6FB;
}

@media screen and (max-width: 1024px) {
  .camper .sec02 {
    padding: 50px 0;
  }
}

.camper .sec03 {
  padding: 100px 0;
}

@media screen and (max-width: 1024px) {
  .camper .sec03 {
    padding: 50px 0;
  }
}

/******************************/
/* Recruit 採用情報　ページ */
/******************************/
.recruit .sec01 {
  padding: 0 0 100px;
}

@media screen and (max-width: 1024px) {
  .recruit .sec01 {
    padding: 0 0 50px;
  }
}

.recruit .sec02 {
  padding: 0 0 100px;
}

@media screen and (max-width: 1024px) {
  .recruit .sec02 {
    padding: 0 0 50px;
  }
}

.recruit .sec03 {
  padding: 100px 0;
  background-color: #F1F6FB;
}

@media screen and (max-width: 1024px) {
  .recruit .sec03 {
    padding: 50px 0;
  }
}

/******************************/
/* ご利用案内 */
/******************************/
.guide .sec01 {
  padding: 0 0 100px;
}

@media screen and (max-width: 1024px) {
  .guide .sec01 {
    padding-bottom: 50px;
  }
}

.guide .sec02,
.guide .sec04 {
  position: relative;
  padding: 100px 0;
  background-color: #F1F6FB;
}

@media screen and (max-width: 1024px) {
  .guide .sec02,
  .guide .sec04 {
    padding: 50px 0;
  }
}

.guide .sec03 {
  position: relative;
  padding: 100px 0;
}

@media screen and (max-width: 1024px) {
  .guide .sec03 {
    padding: 50px 0;
  }
}

.guide .box01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 3%;
}

/******************************/
/* 料金 */
/******************************/
.price .txtbox02 {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  padding: 10px 5%;
  border: solid 1px #CCCCCC;
  background-color: #fff;
}

.price .vartical_dl {
  text-align: center;
}

.price .vartical_dl dt {
  background-color: #1A4572;
  border: solid 1px #CCCCCC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  margin-bottom: 5px;
  padding: 10px 5%;
  color: #fff;
}

.price .vartical_dl dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  padding: 10px 5%;
  border: solid 1px #CCCCCC;
  background-color: #fff;
}

.price .price_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #CCCCCC;
  margin-bottom: 5px;
}

.price .price_dl dt {
  width: 30%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #1A4572;
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
}

@media screen and (max-width: 1024px) {
  .price .price_dl dt {
    width: 55%;
  }
}

.price .price_dl dd {
  width: calc(100% - 30%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .price .price_dl dd {
    width: calc(100% - 55%);
  }
}

.price .sec01 {
  padding: 0 0 100px;
}

@media screen and (max-width: 1024px) {
  .price .sec01 {
    padding-bottom: 50px;
  }
}

.price .sec02,
.price .sec04 {
  padding: 100px 0;
  background-color: #F1F6FB;
}

@media screen and (max-width: 1024px) {
  .price .sec02,
  .price .sec04 {
    padding: 50px 0;
  }
}

.price .sec03,
.price .sec05 {
  position: relative;
  padding: 100px 0;
}

@media screen and (max-width: 1024px) {
  .price .sec03,
  .price .sec05 {
    padding: 50px 0;
  }
}

/******************************/
/* サービス　インナーページ */
/******************************/
body.oil-change .sec01 {
  padding-bottom: 0;
}

body.car-interior-cleaning .sec03 {
  padding-bottom: 0;
}

.car-wash .add_works,
.oil-change .add_works,
.car-interior-cleaning .add_works,
.car-coating .add_works,
.sheet-metal .add_works {
  background-color: #fff;
  padding: 0;
}

.car-wash .sec01,
.oil-change .sec01,
.car-interior-cleaning .sec01,
.car-coating .sec01,
.sheet-metal .sec01 {
  padding: 0 0 100px;
}

@media screen and (max-width: 1024px) {
  .car-wash .sec01,
  .oil-change .sec01,
  .car-interior-cleaning .sec01,
  .car-coating .sec01,
  .sheet-metal .sec01 {
    padding-bottom: 50px;
  }
}

.car-wash .sec02,
.oil-change .sec02,
.car-interior-cleaning .sec02,
.car-coating .sec02,
.sheet-metal .sec02 {
  padding: 100px 0;
  background-color: #F1F6FB;
}

@media screen and (max-width: 1024px) {
  .car-wash .sec02,
  .oil-change .sec02,
  .car-interior-cleaning .sec02,
  .car-coating .sec02,
  .sheet-metal .sec02 {
    padding: 50px 0;
  }
}

.car-wash .sec02 .infobox01,
.oil-change .sec02 .infobox01,
.car-interior-cleaning .sec02 .infobox01,
.car-coating .sec02 .infobox01,
.sheet-metal .sec02 .infobox01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px 30px;
}

@media screen and (max-width: 1024px) {
  .car-wash .sec02 .infobox01,
  .oil-change .sec02 .infobox01,
  .car-interior-cleaning .sec02 .infobox01,
  .car-coating .sec02 .infobox01,
  .sheet-metal .sec02 .infobox01 {
    display: block;
  }
}

.car-wash .sec02 .infobox01 li,
.oil-change .sec02 .infobox01 li,
.car-interior-cleaning .sec02 .infobox01 li,
.car-coating .sec02 .infobox01 li,
.sheet-metal .sec02 .infobox01 li {
  width: calc(100% / 3 - 20px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
}

@media screen and (max-width: 1024px) {
  .car-wash .sec02 .infobox01 li,
  .oil-change .sec02 .infobox01 li,
  .car-interior-cleaning .sec02 .infobox01 li,
  .car-coating .sec02 .infobox01 li,
  .sheet-metal .sec02 .infobox01 li {
    width: 100%;
    margin-bottom: 20px;
  }
  .car-wash .sec02 .infobox01 li:last-child,
  .oil-change .sec02 .infobox01 li:last-child,
  .car-interior-cleaning .sec02 .infobox01 li:last-child,
  .car-coating .sec02 .infobox01 li:last-child,
  .sheet-metal .sec02 .infobox01 li:last-child {
    margin-bottom: 0;
  }
}

.car-wash .sec03,
.oil-change .sec03,
.car-interior-cleaning .sec03,
.car-coating .sec03,
.sheet-metal .sec03 {
  position: relative;
  padding: 100px 0;
}

@media screen and (max-width: 1024px) {
  .car-wash .sec03,
  .oil-change .sec03,
  .car-interior-cleaning .sec03,
  .car-coating .sec03,
  .sheet-metal .sec03 {
    padding: 50px 0;
  }
}

.car-wash .sec03 .rental_vehicle_flex01 .imgbox .imgflex li figure,
.oil-change .sec03 .rental_vehicle_flex01 .imgbox .imgflex li figure,
.car-interior-cleaning .sec03 .rental_vehicle_flex01 .imgbox .imgflex li figure,
.car-coating .sec03 .rental_vehicle_flex01 .imgbox .imgflex li figure,
.sheet-metal .sec03 .rental_vehicle_flex01 .imgbox .imgflex li figure {
  position: relative;
}

.car-wash .sec03 .rental_vehicle_flex01 .imgbox .imgflex li figure figcaption,
.oil-change .sec03 .rental_vehicle_flex01 .imgbox .imgflex li figure figcaption,
.car-interior-cleaning .sec03 .rental_vehicle_flex01 .imgbox .imgflex li figure figcaption,
.car-coating .sec03 .rental_vehicle_flex01 .imgbox .imgflex li figure figcaption,
.sheet-metal .sec03 .rental_vehicle_flex01 .imgbox .imgflex li figure figcaption {
  padding: 5px 30px;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #000;
  border-radius: 6px;
  text-align: center;
  position: absolute;
  top: 15px;
  left: 15px;
  font-weight: 400;
  font-family: "Aoboshi One", serif;
  font-size: 20px;
}

@media screen and (max-width: 1024px) {
  .car-wash .sec03 .rental_vehicle_flex01 .imgbox .imgflex li figure figcaption,
  .oil-change .sec03 .rental_vehicle_flex01 .imgbox .imgflex li figure figcaption,
  .car-interior-cleaning .sec03 .rental_vehicle_flex01 .imgbox .imgflex li figure figcaption,
  .car-coating .sec03 .rental_vehicle_flex01 .imgbox .imgflex li figure figcaption,
  .sheet-metal .sec03 .rental_vehicle_flex01 .imgbox .imgflex li figure figcaption {
    font-size: 14px;
  }
}

.car-wash .sec04,
.oil-change .sec04,
.car-interior-cleaning .sec04,
.car-coating .sec04,
.sheet-metal .sec04 {
  padding: 100px 0;
  background-color: #F1F6FB;
}

@media screen and (max-width: 1024px) {
  .car-wash .sec04,
  .oil-change .sec04,
  .car-interior-cleaning .sec04,
  .car-coating .sec04,
  .sheet-metal .sec04 {
    padding: 50px 0;
  }
}

.car-wash .sec05,
.oil-change .sec05,
.car-interior-cleaning .sec05,
.car-coating .sec05,
.sheet-metal .sec05 {
  padding: 100px 0;
}

@media screen and (max-width: 1024px) {
  .car-wash .sec05,
  .oil-change .sec05,
  .car-interior-cleaning .sec05,
  .car-coating .sec05,
  .sheet-metal .sec05 {
    padding: 50px 0;
  }
}

/*# sourceMappingURL=css_map/style_page.css.map */
