@import url("https://fonts.googleapis.com/css2?family=Sen:wght@400..800&display=swap");
@media print, screen and (min-width: 992px) {
  .no_pc {
    display: none !important;
  }
}

@media print, screen and (max-width: 992px) {
  .no_sp {
    display: none !important;
  }
}


.footer {
  background-color: #ffffff;
  text-align: center;
  width: 100%; /* 幅を100%に設定 */
}
.footer a {
  text-decoration: none;
  color: #333;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
  transition: 0.5s;
}
a:hover {
  opacity: 0.7;
}

.c_main {
  color: #BC000F;
}

@media print, screen and (min-width: 576px) {
  .container {
    max-width: 960px !important;
  }
}

@media print, screen and (min-width: 576px) {
  .container_common {
    max-width: 780px !important;
  }
}

.container_max {
  width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 576px) {
  .container_max {
    max-width: 780px !important;
  }
}

.allstop_scroll {
  overflow: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}
body main .btn_section .date_img {
  margin-top: 20px;
}
body main .btn_section ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 10px 0;
}
body main .btn_section ul li {
  width: 100%;
  margin-bottom: 10px;
}
body main .btn_section ul li:nth-child(1), body main .btn_section ul li:nth-child(2) {
  width: 48%;
}
body main .btn_section ul li:last-child {
  margin-bottom: 0;
}
body main .flyer_section {
  margin: 30px auto;
  text-align: center;
}
body main .flyer_section img {
  width: 80%;
}
body main .car_all_section {
  position: relative;
  text-align: center;
  margin: 30px auto;
}
body main .car_all_section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8));
  pointer-events: none;
}
body main .car_all_section .car_title {
  width: 70%;
}
body main .car_all_section .car_all_box {
  overflow: hidden;
  position: relative;
  max-height: 120vw;
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  body main .car_all_section .car_all_box {
    max-height: 900px;
  }
}
body main .car_all_section .car_all_box img {
  margin-bottom: 5px;
  width: 90%;
}
body main .car_all_section .car_all_box .accord_toggle {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -10%);
  display: inline-block;
  width: 85%;
  font-size: 18px;
  padding: 10px 0;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #e50000;
  border: 3px solid #FFFFFF;
  border-radius: 30px;
  transition: 0.5s;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  body main .car_all_section .car_all_box .accord_toggle {
    width: 70%;
    font-size: 36px;
  }
}
body main .car_all_section .car_all_box .accord_toggle::after {
  content: "\f078";
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #FFFFFF;
  transition: 0.5s;
}
@media print, screen and (min-width: 768px) {
  body main .car_all_section .car_all_box .accord_toggle::after {
    font-size: 24px;
  }
}
body main .car_all_section .car_all_box .accord_toggle:hover {
  opacity: 1;
  transform: translate(-50%, -10%) scale(1.05);
}
body main .car_all_section .car_all_box .accord_toggle span {
  font-size: 16px;
}
@media print, screen and (min-width: 768px) {
  body main .car_all_section .car_all_box .accord_toggle span {
    font-size: 24px;
  }
}
body main .car_all_section .car_all_box.open {
  max-height: 100%;
  padding-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  body main .car_all_section .car_all_box.open {
    padding-bottom: 80px;
  }
}
body main .car_all_section .car_all_box.open .accord_toggle {
  transform: translate(-50%, 0%);
  transition: 0.5s;
}
body main .car_all_section .car_all_box.open .accord_toggle:after {
  transform: translateY(-50%) rotate(180deg);
  transition: 0.5s;
}
body main .car_all_section .car_all_box.open .accord_toggle:hover {
  opacity: 1;
  transform: translate(-50%, 0%) scale(1.05);
}
body main .car_slide_section {
  position: relative;
  text-align: center;
  margin: 60px auto;
}
body main .car_slide_section .car_title {
  width: 70%;
}
body main .car_slide_section .swiper {
  margin: 20px 0 0;
}
body main .car_slide_section .swiper-pagination {
  bottom: -40px;
}
body main .car_slide_section .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 8px;
  background-color: #C52610;
}
body main .gmap_section {
  margin: 10px auto;
}
body main .gmap_section iframe {
  width: 100%;
  aspect-ratio: 4/3;
}
body main .form_section {
  text-align: center;
  margin: 30px auto;
}