@charset "UTF-8";
/*----------------------------------------------------
	6.0 - Index Setting
----------------------------------------------------*/
h2 {
  border: none;
}
.information {
}
.shopinfo {
  background-color: #f4f4f4;
}
.shop-container {
  margin: 0 auto;
  padding: 60px 20px;
  width: 100%;
  max-width: 1000px;
}
.shop-item {
}
.shop-contact {
}
.shop-contact h1 {
  font-size: 2.1rem;
  font-weight: 500;
  margin-bottom: 1em;
  text-align: center;
}
.shop-contact dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
.shop-contact dt,
.shop-contact dd {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 0.75em;
}
.shop-contact dt {
  background-color: #cbcbcb;
  width: 5em;
  text-align: center;
}
.shop-contact dd {
  margin-left: 1em;
  width: calc(100% - 6em);
}
.shop-contact a[href*="tel:"] {
  color: #222;
}
.shop-calendar {
}
.shop-calendar .calendar-data {
}
.shop-calendar h2 {
  color: #222;
  font-size: 2rem;
  margin: 1em 0 0.5em;
}
.shop-calendar table {
  background-color: #fff;
  width: 100%;
  margin-bottom: 1em;
}
.shop-calendar th,
.shop-calendar td {
  border: 1px solid #f4f4f4;
  line-height: 1.3;
  padding: 0.55em 0;
  text-align: center;
  width: calc(100% - 7);
  background: #333;
  color: #fff;
}
.shop-calendar th {
  background-color: #222;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 0.6em 0;
}
.shop-calendar ul {
  display: flex;
  flex-wrap: nowrap;
  font-size: 1.2rem;
}
.shop-calendar ul > li {
  margin-right: 20px;
}
.shop-event {
  color: #b01f3b;
}
.shop-holiday {
  /* color: #cbcbcb; */
  color: #f3acb1;
}
td.shop-event {
  background-color: #b01f3b;
  color: #fff;
}
td.shop-holiday {
  /* background-color: #cbcbcb; */
  background-color: #f3acb1;
  color: #fff;
}
td.sunday {
  color: #f06670;
}
td.saturday {
  color: #57a3f3;
}
/* - option tablet - */
@media screen and (min-width: 481px) {
  .shop-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
/* - option tablet wide - */
@media screen and (min-width: 601px) {
  .shop-container {
    display: flex;
  }
  .shop-contact {
    order: 2;
    padding-left: 20px;
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
  .shop-contact h1 {
    font-size: 2rem;
    text-align: left;
  }
  .shop-calendar {
    order: 1;
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
  .shop-calendar h2 {
    text-align: left;
  }
  .shop-calendar h2:first-of-type {
    margin-top: 0;
  }
}
/* - option pc - */
@media screen and (min-width: 960px) {
  .shop-container {
    padding-left: 0;
    padding-right: 0;
  }
  .shop-contact {
    flex-basis: 28%;
    width: 28%;
    max-width: 28%;
  }
  .shop-calendar {
    flex-basis: 72%;
    width: 72%;
    max-width: 72%;
  }
  .shop-calendar {
    display: flex;
    flex-wrap: wrap;
  }
  .shop-calendar h2 {
    margin-top: 0;
  }
  .shop-calendar .calendar-data {
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
  .shop-calendar .calendar-data:nth-of-type(odd) {
    padding-right: 10px;
  }
  .shop-calendar .calendar-data:nth-of-type(even) {
    padding-left: 10px;
  }
  .shop-calendar th {
    font-size: 1.2rem;
    padding: 0.6em 0;
  }
  .shop-calendar td {
    padding: 0.55em 0;
  }
}
/* - option pc - */
@media screen and (min-width: 1281px) {
}
/* color */

/* 下層ページ */
/* recruit */
.sub__imgarea {
  position: relative;
}

.sub_backimg {
  margin-top: 100px;
  position: absolute;
  left: 0;
  height: 570px;
  width: 1920px;
  max-width: 100%;
  background-size: cover;
}
.sub_backimg-01 {
  background-image: url(../img/contents/recruit/img_recruit_mechanic.jpg);
}
.sub_backimg-02 {
  margin-top: 180px;

  background-image: url(../img/contents/recruit/img_recruit_sales.jpg);
}
.sub_backimg-03 {
  margin-top: 180px;

  background-image: url(../img/contents/bodywork/img_bodywork_main.jpg);
}
.sub_backimg-04 {
  margin-top: 180px;

  background-image: url(../img/contents/recruit/img_recruit_front.jpg);
}
.sub_backimg-05 {
  margin-top: 180px;

  background-image: url(../img/contents/recruit/img_recruit_accounting.jpg);
}
.mt-imgbox70 {
  margin-top: 700px;
}
.mt-imgbox90 {
  margin-top: 900px;
}
.mt-100 {
  margin-top: 100px !important;
}
.sub__contactbox {
  margin-top: 100px !important;
  padding: 40px;
  text-align: center;
  background: #000;
}
.sub__contactbox .flex_box {
  margin-top: 40px;
}
.flex_box {
  display: flex;
}
.contact__tel,
.contact__btn {
  width: 48%;
  font-size: 24px;
}
.contact__tel span {
  padding: 5px 10px;
  margin-right: 1em;
  background-color: #fff;
  color: #000;
}
.contact__btn {
  height: 50px;
}
.contact__btn a {
  text-decoration: none;
  color: inherit;
  margin: 0 auto;
  display: block;
  width: 360px;
  max-width: 90%;
  line-height: 50px;
  background: #fff;
  text-align: center;
  border: none;
  color: #000;
  font-size: 2.4rem;
}
/* 220627 custom */
.sub_backimgcs{
	width: 100vw;
	height: 35vw;
	max-height: 320px;
  background-size: cover;
	margin-left: calc(-50vw + 50%);
}
.sub_backimg-01cs {
  background-image: url(../img/contents/recruit/img_recruit_mechanic.jpg);
}
.sub_backimg-02cs {
  background-image: url(../img/contents/recruit/img_recruit_sales.jpg);
}
.sub_backimg-03cs {
  background-image: url(../img/contents/bodywork/img_bodywork_main.jpg);
}
.sub_backimg-04cs {
  background-image: url(../img/contents/recruit/img_recruit_front.jpg);
}
.sub_backimg-05cs {
  background-image: url(../img/contents/recruit/img_recruit_sheet_metal.jpg);
}
@media screen and (max-width: 601px) {
  .sub_backimg {
    position: absolute;
    height: 160px;
    width: 100%;
  }
  .sub_backimg-03 {
    margin-top: 0;
  }
  .mt-imgbox70 {
    margin-top: 260px;
  }
  .mt-imgbox90 {
    margin-top: 250px;
  }
  .flex_box {
    display: block;
  }
  .contact__tel,
  .contact__btn {
    width: 100%;
    font-size: 16px;
  }
  .contact__tel {
    font-size: 20px;
  }
  .contact__tel a {
    text-decoration: none;
  }
  .contact__tel span {
    padding: 5px 10px;
    margin-right: 1em;
  }
  .contact__btn {
    height: 50px;
  }
  .contact__btn a {
    margin: 30px 0 auto;
    font-size: 2rem;
  }
/* 220627 custom */
.sub_backimgcs{
	height: 50vw;
	max-height: 320px;
}
}
/* section.topics */
.ba_box {
  margin-top: 100px;
}
.ba_flex {
  margin: 40px auto 0;
  position: relative;
  width: 100%;
  max-width: 1000px;
  justify-content: space-between;
}
.ba_flex .before {
  width: 45%;
}
.ba_flex .after {
  width: 45%;
}
.ba_flex .arw {
  position: relative;
  width: 5%;
}
.ba_flex .arw img {
  width: 100%;
  position: absolute;
  top: 30%;
}

@media screen and (max-width: 601px) {
  .ba_box {
    margin-top: 60px;
  }
  .ba_flex {
    margin: 60px auto 0;
  }
  .ba_flex .before {
    width: 100%;
  }
  .ba_flex .after {
    width: 100%;
    margin-top: 20px;
  }
  .ba_flex .arw {
    transform: rotate(90deg);
    left: 46%;
    height: 50px;
    width: 50px;
  }
}
.linkarea {
  background-image: url(../img/common/link_car.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.linkarea_inner {
  height: 300px;
  padding: 50px;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.linkarea_ttl {
  font-size: 40px;
  color: #fff;

  font-family: "MazdaTypeRegular", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "HiraKakuProN-W3", "Meiryo UI", "Yu Gothic Medium", sans-serif;
}
.linkarea_subttl {
  color: #fff;
  font-size: 16px;
}
.linkarea_btn {
  height: 60px;
  width: 400px;
  max-width: 100%;
  background: #fff;
  color: #000;
  margin: 50px auto 0;
}
.linkarea_btn a {
  text-decoration: none;
  color: inherit;
  display: block;
  line-height: 60px;
}
@media screen and (max-width: 601px) {
  .linkarea_inner {
    padding: 50px;
    max-width: 1000px;
    width: 100%;
  }
  .linkarea_ttl {
    font-size: 30px;
  }
  .linkarea_btn {
    height: 50px;
    margin: 40px auto 0;
  }
  .linkarea_btn a {
    line-height: 50px;
  }
}
