@charset "UTF-8";
:root {
  --article_size: 960px;
  --container_size: 960px;
  --swl-sidebar_width: 240px;
  --swl-sidebar_margin: 30px;
  --color_footer_bg: #F5F6F8;
  --logo_size_sp: 66px;
}

body {
  touch-action: manipulation; /* タッチジェスチャーに関する設定 */
}

a {
  transition: 0.25s ease-in-out;
}

a:hover {
  transition: 0.25s ease-in-out;
  opacity: 0.8;
}

/* title */
.c-pageTitle {
  padding-bottom: 8px;
  border-bottom: #E60020 solid 4px;
  text-align: center;
  font-size: 2em;
}

@media (max-width: 959px) {
  .l-mainContent__inner > .post_content {
    margin: 2em 0 4em;
  }
}
.post_content {
  /* h2 */
}
.post_content h2 {
  margin: 3em 0 2em;
  padding: 10px 0.5em;
  border-bottom: #00A040 solid 2px;
  border-left: #00A040 solid 12px;
  font-size: 1.4em;
}
@media (max-width: 959px) {
  .post_content h2 {
    margin: 2em 0 1em;
  }
}
.post_content li {
  line-height: 1.6;
}

/* text */
@media (max-width: 599px) {
  .has-text-align-center.sp-text-left {
    text-align: left;
  }
}
/* btn */
.is-style-btn_normal,
.is-style-btn_shiny {
  box-shadow: none;
}
.is-style-btn_normal a,
.is-style-btn_shiny a {
  max-width: 100%;
  border-radius: 8px;
  box-shadow: none;
  transition: opacity 0.25s;
}
.is-style-btn_normal a:hover,
.is-style-btn_shiny a:hover {
  box-shadow: none;
  opacity: 0.8;
  transition: opacity 0.25s;
}
.is-style-btn_normal.btn_white a,
.is-style-btn_shiny.btn_white a {
  color: #c5011a;
  border: #B81A1A solid 2px;
  background-color: #fff;
}

[class*=is-style-btn_] a {
  letter-spacing: 0;
}

.select_wrap {
  position: relative;
  display: inline;
}
.select_wrap::after {
  content: "\e910";
  position: absolute;
  font-family: icomoon;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
.select_wrap select {
  -webkit-appearance: unset;
     -moz-appearance: unset;
          appearance: unset;
  padding: 0 0 0 10px;
}

.tbl table th, .tbl table td {
  border: #ccc solid 1px;
}
.tbl table th {
  text-align: center;
}

@media not all and (min-width: 960px) {
  .sp_block_ table,
.sp_block_ tbody,
.sp_block_ td,
.sp_block_ tfoot,
.sp_block_ th,
.sp_block_ thead,
.sp_block_ tr,
table.sp_block_ {
    max-width: 100% !important;
  }
}
.is-vertically-aligned-top > .wp-block-media-text__content {
  padding-top: 0;
}

/* --------------------
header */
@media (max-width: 959px) {
  .l-header[data-spfix="1"] {
    position: fixed;
  }
}
.-parallel .l-header__logo {
  width: var(--container_size);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.l-fixHeader__inner {
  padding: 0;
  flex-direction: column;
}
.l-fixHeader__gnav {
  margin: 0 auto;
}
.l-fixHeader__logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: var(--container_size);
  margin: 0 auto;
}

@media (max-width: 959px) {
  .l-header__subMenu {
    display: none;
  }
}
.l-header__subMenu a {
  display: inline-block;
  padding: 0 0.8em;
  margin-right: 0.8em;
  border-right: #000 solid 1px;
  color: #000;
  line-height: 34px;
}
.l-header__subMenu select {
  width: 160px;
  height: 40px;
  padding: 10px 15px;
  border: #ccc solid 1px;
  border-radius: 8px;
  background: #fff;
}

.-parallel .l-header__gnav .c-gnav {
  width: var(--article_size);
  margin: 0 auto;
  justify-content: space-between;
}

.c-gnav > .menu-item {
  width: 160px;
  height: 70px;
  border-right: #fff solid 1px;
  font-weight: bold;
}
.c-gnav > .menu-item:nth-child(4), .c-gnav > .menu-item:nth-child(5) {
  border-right: #D9D9D9 solid 1px;
}

.c-gnav > .menu-item > a .ttl {
  font-size: 16px;
}

.c-gnav__rentacar {
  background: #00A040;
}
.c-gnav__rentacar .ttl {
  color: #fff;
}
.c-gnav__carlease {
  background: #CBB13F;
}
.c-gnav__carlease .ttl {
  color: #fff;
}
.c-gnav__carshare {
  background: #B81A1A;
}
.c-gnav__carshare .ttl {
  color: #fff;
}

.parent-menu-pc {
  position: unset !important;
}
.parent-menu-pc .sub-menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 960px;
  /* ビューポート全幅に設定 */
  padding: 0;
  margin: 0;
  transition: none;
  box-shadow: none;
  border-radius: 0 0 4px 4px;
}
.parent-menu-pc .sub-menu a {
  padding: 0em;
}
.parent-menu-pc .sub-menu a:hover {
  background: none;
}
.parent-menu-pc .sub-menu a:before {
  display: none;
}

.c-gnav .parent-menu-pc a::after {
  width: 0%;
}

.header_submenu {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding: 18px 0;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  background: #f1fff0;
  font-size: 18px;
  font-weight: bold;
}
.c-gnav__carlease .header_submenu {
  background: #fffbe6;
}
.c-gnav__carlease .header_submenu .is-style-btn_normal {
  margin-left: 20px;
}
.c-gnav__carlease .header_submenu .is-style-btn_normal a {
  line-height: 38px;
  color: #fff;
}
.c-gnav__carlease .header_submenu .is-style-btn_normal a:hover {
  background: var(--the-btn-bg);
}
.c-gnav__carshare .header_submenu {
  background: #fff5f6;
}
.c-gnav__saiyo .header_submenu {
  display: block;
  padding: 18px;
  background: #F5F6F8;
}
.header_submenu__title {
  width: 160px;
  text-align: center;
}
.header_submenu__contents {
  display: flex;
  flex-wrap: wrap;
  width: 800px;
  padding: 10px 40px;
  border-left: #000 solid 4px;
}
.header_submenu__menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 50%;
  margin-bottom: 30px;
}
.header_submenu__menu ul {
  list-style: none;
  width: 330px;
  margin-bottom: 10px;
  font-size: 16px;
}
.header_submenu__menu ul a {
  position: relative;
  padding: 8px 5px !important;
  border-bottom: #000 solid 1px;
}
.header_submenu__menu ul a::after {
  position: absolute;
  top: 25%;
  right: 20px;
  font-family: icomoon;
  content: "\e921";
}
.header_submenu__menu ul a:hover {
  background: none !important;
  padding-left: 10px !important;
}
.header_submenu__menu .submenu_link_item {
  position: relative;
  margin-right: 25px;
}
.header_submenu__menu .submenu_link_item::after {
  position: absolute;
  top: 0;
  right: 20px;
  font-family: icomoon;
  content: "\e921";
}
.header_submenu__menu .submenu_link_item:hover {
  padding-left: 5px;
}
.header_submenu__bnr {
  display: flex;
  gap: 15px;
  padding-left: 20px;
}
.header_submenu__bnr a {
  padding-right: 0 !important;
}
.header_submenu__bnr img {
  height: 40px;
}
.header_submenu__toyotashare {
  display: flex;
  gap: 34px;
  padding-left: 1em;
}
.header_submenu__toyotashare_icon {
  width: 82px;
  height: 82px;
}
.header_submenu__toyotashare_bnr {
  width: 108px;
  height: auto;
}
.header_submenu__saiyo {
  display: flex;
  gap: 30px;
}
.header_submenu__saiyo_title {
  position: relative;
  display: block;
  margin-bottom: 0.5em;
  padding: 0 10px;
  border-bottom: #B81A1A solid 8px;
  color: #B81A1A;
  font-size: 28px;
  font-style: italic;
  font-weight: bold;
  line-height: 1.6;
}
.header_submenu__saiyo_title::after {
  position: absolute;
  right: 0;
  bottom: -11px;
  content: "Recruitment";
  font-size: 24px;
  font-style: italic;
  font-weight: bold;
}
.header_submenu__saiyo span {
  display: flex;
  align-items: center;
  height: 4.5em;
  padding: 10px;
  background: #B81A1A;
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
}
.header_submenu__saiyo_btn {
  display: flex;
  justify-content: center;
  padding: 1em 0 7px;
}
.header_submenu__saiyo_btn a {
  background: #B81A1A;
  color: #fff !important;
  line-height: 70px;
}
.header_submenu__saiyo_btn a::after {
  margin-left: 0.5em;
  font-family: icomoon;
  content: "\e921";
  background: none;
}
.header_submenu__saiyo_btn a:hover {
  background: #B81A1A !important;
}

.l-header__menuBtn {
  padding-right: 15px;
}

.c-widget__title.-spmenu {
  display: none;
}

.p-spMenu__nav {
  margin-top: 0;
}

.c-spnav .c-submenuToggleBtn:after {
  border: none;
}
.c-spnav .c-submenuToggleBtn:before {
  content: "\e91c";
}
.c-spnav .c-submenuToggleBtn.is-opened:before {
  content: "\e919";
}
.c-spnav .menu-item:not(.menu-item-has-children) a::after {
  position: absolute;
  right: 15px;
  display: inline-block;
  content: "\e921";
  font-family: icomoon;
  font-size: 14px;
}

/* --------------------
sidebar */
.single .p-breadcrumb__item:last-child > span.p-breadcrumb__text {
  display: block;
}

/* --------------------
sidebar */
.shops_sidebar__title {
  background: #F5F6F8;
  text-align: center;
  line-height: 52px;
}
.shops_sidebar__area {
  margin-bottom: 0;
  padding: 1em;
  font-weight: bold;
  cursor: pointer;
}
.shops_sidebar__area_fukuoka {
  background: #CDE8CD;
}
.shops_sidebar__area_kitakyushu {
  background: #E8D2D0;
}
.shops_sidebar__area_chikugo {
  background: #EAECD2;
}
.shops_sidebar__area::after {
  position: absolute;
  right: 10px;
  font-family: icomoon;
  content: "\e921";
}
.shops_sidebar__area.active::after {
  transform: rotate(90deg);
}
.shops_sidebar__item a {
  display: block;
  padding: 1.5em 0.5em 1.5em 2em;
  border-bottom: 1px solid var(--color_border);
  color: #000;
  font-size: 0.9em;
  transition: background-color 0.25s;
}
.shops_sidebar__item a.active {
  font-weight: bold;
}

/* --------------------
footer */
.l-footer {
  padding-top: 60px;
}
.l-footer__nav {
  justify-content: space-around;
}
@media (max-width: 959px) {
  .l-footer__nav {
    justify-content: center;
  }
}
@media (max-width: 599px) {
  .l-footer__nav {
    justify-content: space-between;
  }
}
@media (max-width: 599px) {
  .l-footer__nav li {
    width: 48%;
  }
}
.l-footer__nav a {
  border: none;
}
.l-footer__nav li:first-child a {
  border: none;
}
.l-footer__sns {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 40px auto;
}
@media (max-width: 959px) {
  .l-footer__sns {
    margin: 1em auto 2em;
  }
}
.l-footer__sns a {
  margin: 0 10px;
}
.l-footer__sns img {
  width: 48px;
}

/* --------------------
contact */
.page-id-46 .post_content .is-style-btn_normal a,
.page-id-46 .post_content .is-style-btn_shiny a {
  padding: 0;
  line-height: 70px;
}
.page-id-46 .contact_tel {
  color: #B81A1A;
  text-decoration: underline;
}

/* --------------------
shops */
.single-shops .p-articleHead {
  width: 100%;
  margin-bottom: 50px;
}
.single-shops .post_content h2 {
  margin: 2em 0 1em;
  border: none;
  color: #00A040;
  text-align: center;
  font-size: 1.8em;
}
@media (max-width: 959px) {
  .single-shops .post_content h2 {
    margin: 1em 0 0;
  }
}
.single-shops__map {
  width: 100%;
  height: 500px;
  border: #ccc solid 1px;
  margin: 20px 0;
}
@media (max-width: 959px) {
  .single-shops__map {
    height: 72.5vw;
  }
}
.single-shops__map .map_infowindow {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0em 0 3em;
  text-align: center;
  font-weight: bold;
}
.single-shops__map .map_infowindow__title a {
  color: #00A040;
  text-decoration: underline;
  font-size: 16px;
}
.single-shops__map .map_infowindow__btn a {
  display: block;
  min-width: 140px;
  margin-top: 0.8em;
  padding: 5px;
  background: #00A040;
  color: #fff;
  font-size: 14px;
}
.single-shops .wp-block-table td,
.single-shops .wp-block-table th {
  padding: 1em 0.75em;
}
.single-shops .wp-block-table tr:first-child th,
.single-shops .wp-block-table tr:first-child td {
  border-top: none;
}
.single-shops .post_content th {
  width: 11em !important;
  padding-left: 3em;
}
@media (max-width: 959px) {
  .single-shops .post_content th {
    width: auto !important;
    padding-left: 1em;
  }
}
.single-shops__btn a {
  position: relative;
  width: 80%;
}
@media (max-width: 600px) {
  .single-shops__btn a {
    width: 100%;
  }
}
.single-shops__btn a::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  font-family: icomoon;
  content: "\e921";
}
.single-shops .main-slider {
  margin-bottom: 15px;
}
.single-shops .thumb-slider .slick-slide {
  margin: 15px 8px !important;
}
@media (max-width: 599px) {
  .single-shops .thumb-slider .slick-slide {
    margin: 0 8px !important;
  }
}
.single-shops .thumb-slider .slick-track:has(.slick-slide:only-child) {
  transform: none !important;
}
.single-shops .prev-arrow,
.single-shops .next-arrow {
  display: block;
  width: 64px;
  height: 64px;
  background: #555555;
  transition: all 0.3s ease;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
}
.single-shops .prev-arrow:hover,
.single-shops .next-arrow:hover {
  opacity: 0.8;
}
.single-shops .prev-arrow {
  transform: translate(0, -50%) rotate(180deg);
  margin-right: 20px;
}
.single-shops .next-arrow {
  right: 0;
}
.single-shops .prev-arrow::before,
.single-shops .next-arrow::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}

/* --------------------
tax-shops_area */
.tax-shops_area .c-pageTitle {
  width: 100%;
  margin-bottom: 50px;
}

.shops_area__map {
  width: 100%;
  height: 500px;
  border: #ccc solid 1px;
}
@media (max-width: 959px) {
  .shops_area__map {
    height: 72.5vw;
  }
}
.shops_area__map_wrap {
  margin-bottom: 50px;
}
.shops_area__map_slider {
  text-align: right;
}
.shops_area__map img {
  max-width: inherit !important;
}
.shops_area__map .map_infowindow {
  padding: 1em 0 3em;
  text-align: center;
  font-weight: bold;
}
.shops_area__map .map_infowindow__title a {
  color: #00A040;
  text-decoration: underline;
  font-size: 16px;
}
.shops_area__map .map_infowindow__btn a {
  display: block;
  min-width: 140px;
  margin-top: 0.8em;
  padding: 5px;
  background: #00A040;
  color: #fff;
  font-size: 14px;
}
.shops_area__item {
  margin-bottom: 40px;
}
.shops_area__item h2 {
  padding: 10px 15px;
  border-bottom: #00A040 solid 2px;
  border-left: #00A040 solid 12px;
  font-size: 24px;
}
.shops_area__inner {
  display: flex;
  justify-content: space-between;
  padding: 20px 15px;
  background: #F5F6F8;
}
@media (max-width: 959px) {
  .shops_area__inner {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
}
.shops_area__img {
  width: 240px;
}
@media (max-width: 959px) {
  .shops_area__img {
    width: 70%;
  }
}
@media (max-width: 599px) {
  .shops_area__img {
    width: 100%;
  }
}
.shops_area__text {
  width: 270px;
  padding: 0 15px;
}
@media (max-width: 599px) {
  .shops_area__text {
    width: 100%;
    padding: 0;
  }
}
.shops_area__btn {
  width: 150px;
}
@media (max-width: 599px) {
  .shops_area__btn {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}
.shops_area__btn a {
  display: inline-block;
  width: 150px;
  height: 52px;
  margin-bottom: 20px;
  border-radius: 8px;
  background: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 52px;
}
@media (max-width: 599px) {
  .shops_area__btn a {
    width: 100%;
    margin: 0;
  }
}
.shops_area__btn_info {
  border: #00A040 solid 1px;
  color: #00A040;
}
.shops_area__btn_reserv {
  border: #E60020 solid 1px;
  color: #E60020;
}

/* --------------------
shops_archive */
.shops_archive__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 959px) {
  .shops_archive__content {
    flex-direction: column;
    gap: 2em;
  }
}
.shops_archive__img {
  width: 335px;
}
@media (max-width: 959px) {
  .shops_archive__img {
    width: 100%;
    text-align: center;
  }
}
.shops_archive__lists {
  width: 550px;
}
@media (max-width: 959px) {
  .shops_archive__lists {
    width: 100%;
  }
}
.shops_archive__area {
  padding: 0.3em 0.5em;
  font-size: 1.4em;
  font-weight: bold;
}
.shops_archive__area_fukuoka {
  background: #CDE8CD;
}
.shops_archive__area_kitakyushu {
  background: #E8D2D0;
}
.shops_archive__area_chikugo {
  background: #EAECD2;
}
.shops_archive__area a {
  position: relative;
  display: block;
  color: #000;
}
.shops_archive__area a::after {
  position: absolute;
  left: 8em;
  font-family: icomoon;
  content: "\e921";
}
.shops_archive__list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 2em;
  margin-bottom: 2em;
  padding: 20px;
  background: #F5F6F8;
}
.shops_archive__item a {
  color: #000;
}

/* --------------------
saiyo */
.saiyo__title {
  position: relative;
}
.saiyo__title em {
  padding-right: 5px;
  background: #fff;
}
.saiyo__title::after {
  position: absolute;
  content: "";
  border-bottom: #B81A1A solid 5px;
  width: 100%;
  height: 4px;
  bottom: 5px;
  right: 0;
  z-index: -1;
}
.saiyo__title2 {
  padding: 10px 15px !important;
}
.saiyo__h3_red::before {
  background: repeating-linear-gradient(90deg, #E60020 0%, #E60020 29.3%, rgba(150, 150, 150, 0.2) 29.3%, rgba(150, 150, 150, 0.2) 100%) !important;
}
.saiyo__broken_textbox {
  padding: 40px 50px !important;
}
@media (max-width: 959px) {
  .saiyo__broken_textbox {
    padding: 4vw !important;
  }
}
.saiyo__mission {
  padding-top: 0 !important;
  background-position: 50% bottom !important;
  background-repeat: repeat-x !important;
  background-size: unset !important;
}
@media (max-width: 599px) {
  .saiyo__foot_entry {
    background-image: none !important;
  }
}
.saiyo__company_tbl td,
.saiyo__company_tbl th {
  padding: 0.8em 0.75em;
  border-top: none;
}
.saiyo__person_job {
  position: relative;
}
.saiyo__person_job::before, .saiyo__person_job::after {
  position: absolute;
  content: "";
  width: 300px;
  height: 300px;
  z-index: -1;
}
.saiyo__person_job::before {
  bottom: -110px;
  left: -110px;
  background: url(/wp-content/themes/trl-fukuoka/images/saiyo_bg_red.png) no-repeat;
}
.saiyo__person_job::after {
  top: -110px;
  right: -110px;
  background: url(/wp-content/themes/trl-fukuoka/images/saiyo_bg_green.png) no-repeat;
}
.saiyo__person_job .swell-block-bannerLink {
  background: #fff;
}
.saiyo__step .u-bg-main {
  background: #E60020 !important;
}
.saiyo__step img {
  border: #ddd solid 1px;
}
.saiyo__person_rental_txt {
  position: relative;
  padding-top: 40px;
}
.saiyo__person_rental_txt::before {
  position: absolute;
  content: "";
  top: -10px;
  left: -70px;
  width: 250px;
  height: 250px;
  background: url(/wp-content/themes/trl-fukuoka/images/saiyo_bg_red2.png) no-repeat;
  z-index: -1;
}
.saiyo__person_rental_faq .faq_q:before {
  content: "Q.";
  background: #E60020;
}
.saiyo__person_rental_faq .faq_q {
  color: #E60020;
}
.saiyo__person_rental_faq .faq_a:before {
  content: "A.";
  background: #fff;
}
.saiyo__person_leasing_txt {
  position: relative;
  padding-top: 40px;
}
.saiyo__person_leasing_txt::before {
  position: absolute;
  content: "";
  top: -10px;
  left: -70px;
  width: 250px;
  height: 250px;
  background: url(/wp-content/themes/trl-fukuoka/images/saiyo_bg_green2.png) no-repeat;
  z-index: -1;
}
.saiyo__person_leasing_faq .faq_q:before {
  content: "Q.";
}
.saiyo__person_leasing_faq .faq_q {
  color: #0fa044;
}
.saiyo__person_leasing_faq .faq_a:before {
  content: "A.";
  background: #fff;
}
.saiyo__person_leasing_message figure {
  position: relative;
}
.saiyo__person_leasing_message figure::after {
  position: absolute;
  content: "";
  bottom: -90px;
  right: -90px;
  width: 250px;
  height: 250px;
  background: url(/wp-content/themes/trl-fukuoka/images/saiyo_bg_green2.png) no-repeat;
  z-index: -1;
}
.saiyo__entry_box.has-border.-border02 {
  border-top: none;
}

/* --------------------
request_form */
.request_form {
  padding: 40px 140px;
  border: #DCDCDC solid 1px;
  border-radius: 8px;
  box-shadow: 3px 3px 3px rgba(200, 200, 200, 0.25);
}
@media (max-width: 959px) {
  .request_form {
    padding: 2em;
  }
  .page-id-7 .request_form {
    padding-bottom: 0;
  }
}
.request_form input[type=text],
.request_form input[type=tel],
.request_form input[type=email],
.request_form input[type=number],
.request_form textarea,
.request_form select {
  margin-bottom: 5px;
  background-color: #fff;
  border-color: #ccc;
  border-radius: 4px;
  font-size: 16px;
}
.request_form input[type=text],
.request_form input[type=tel],
.request_form input[type=email],
.request_form textarea {
  width: 100%;
}
.request_form textarea {
  height: 15em;
}
.request_form select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 9em;
  padding: 0.25em 0.5em;
}
.request_form input.request_form_zip {
  width: 8em;
}
.request_form input#displacement {
  width: calc(100% - 2.5em);
  margin-right: 0.5em;
}
.request_form .wpcf7-list-item {
  margin: 0 2em 0 0;
}
.request_form .request_form_item {
  margin: 1em 0 0.3em;
  font-weight: bold;
}
.request_form .request_form_item .required {
  margin-left: 10px;
  padding: 5px 10px;
  background: #E60020;
  border-radius: 4px;
  color: #fff;
  font-size: 0.8em;
}
.request_form .request_form_tit {
  margin-top: 40px;
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
}
.request_form .request_form_insurance input[type=text] {
  width: 20em;
}
@media (max-width: 599px) {
  .request_form .request_form_insurance input[type=text] {
    width: 100%;
  }
}
.request_form .request_form_confirm {
  display: flex;
  justify-content: center;
  padding-top: 4em;
}
.request_form .request_form_confirm p {
  width: 580px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 959px) {
  .request_form .request_form_confirm p {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
}
.request_form .request_form_next,
.request_form .request_form_prev,
.request_form .request_form_submit {
  width: 276px;
  height: 70px;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1.1em;
  transition: opacity 0.25s;
}
@media (max-width: 599px) {
  .request_form .request_form_next,
.request_form .request_form_prev,
.request_form .request_form_submit {
    width: 100%;
  }
}
.request_form .request_form_next {
  width: 350px;
  margin: 25px 0 15px;
  background: #00A040;
  color: #fff;
}
@media (max-width: 599px) {
  .request_form .request_form_next {
    width: 100%;
  }
}
.request_form .request_form_next__wrap > p {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.request_form .request_form_prev {
  border: #999 solid 2px;
  background: #fff;
  color: #333;
}
.request_form .request_form_submit {
  background: #00A040;
  color: #fff;
}
.request_form .request_form_next:hover,
.request_form .request_form_prev:hover,
.request_form .request_form_submit:hover {
  opacity: 0.8;
  transition: opacity 0.25s;
}
.request_form .wpcf7-form-control-wrap[data-name=pref]::after, .request_form .wpcf7-form-control-wrap[data-name=lease_term]::after, .request_form .wpcf7-form-control-wrap[data-name=monthly_mileage]::after, .request_form .wpcf7-form-control-wrap[data-name=tire]::after, .request_form .wpcf7-form-control-wrap[data-name=battery]::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 12px;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 16px solid #555;
  border-bottom: 0;
}
.request_form div[data-id=maintenance_lease] > :first-child {
  margin-top: 1em !important;
}

/* --------------------
news */
.news_contents .p-postList__body {
  display: flex;
  gap: 3em;
}
.news_contents .p-postList.-type-simple {
  border: none;
}
.news_contents .p-postList__meta,
.news_contents .-type-simple .p-postList__title {
  padding: 0;
  font-size: 0.85em;
  font-weight: normal;
  line-height: 1.2;
  text-align: left;
}
.news_contents .p-postList__times {
  padding: 0;
}
.news_contents .-type-simple .p-postList__link {
  padding: 1.7em 0.25em;
}
.news_contents .-type-simple .p-postList__link:hover {
  background-color: #E5F2E2;
}
.news_contents .icon-posted:before {
  content: "";
}

/* --------------------
company */
.page-id-270 .wp-block-table tr:first-child th,
.page-id-270 .wp-block-table tr:first-child td {
  border-top: none;
}
.page-id-270 th, .page-id-270 td {
  padding: 1em;
}
.page-id-270 th {
  width: 14em !important;
  text-align: center;
}
@media (max-width: 959px) {
  .page-id-270 th {
    width: 100% !important;
    text-align: left;
  }
}

/* --------------------
sitemap */
.sitemap .wsp-container {
  margin-bottom: 3em;
}
.sitemap .wsp-container li {
  margin-bottom: 0.25em;
}
.sitemap a {
  color: #000;
}
.sitemap a:hover {
  color: #00A040;
  text-decoration: underline;
  transition: none;
}

/* --------------------
home */
.home #content.l-content {
  padding-top: 2em;
}
@media (max-width: 959px) {
  .home #content.l-content {
    padding-top: var(--logo_size_sp);
  }
}
.home h2 {
  margin: 1em 0 0;
  text-align: center;
  border: none;
  font-size: 2em;
  font-weight: normal;
}

.top_urgent_news .swell-block-fullWide__inner.l-article {
  padding: 0;
}
@media (max-width: 959px) {
  .top_urgent_news .swell-block-fullWide__inner.l-article {
    margin-top: 0;
  }
}
.top_urgent_news .swell-block-fullWide__inner.l-article img {
  margin-bottom: 0;
  border: #ccc solid 1px;
}

@media (max-width: 599px) {
  .firstview {
    padding-top: 1em;
  }
}
.firstview .slick-list {
  width: calc(var(--container_size) + 12px);
  margin: 0 auto;
  overflow: visible;
}
@media (max-width: 959px) {
  .firstview .slick-list {
    width: auto;
    margin: 0;
  }
}
.firstview .slick-slide {
  margin: 0 6px;
}
@media (max-width: 959px) {
  .firstview .slick-slide {
    margin: 0 15px;
  }
}
@media (max-width: 599px) {
  .firstview .slick-slide {
    margin: 0;
  }
}
.firstview .slick-slide img {
  width: 474px;
}
@media (max-width: 959px) {
  .firstview .slick-slide img {
    width: 400px;
  }
}
@media (max-width: 599px) {
  .firstview .slick-slide img {
    width: 100%;
  }
}
.firstview .prev-arrow,
.firstview .next-arrow {
  display: block;
  width: 64px;
  height: 64px;
  background: #555555;
  transition: all 0.3s ease;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
}
.firstview .prev-arrow:hover,
.firstview .next-arrow:hover {
  opacity: 0.8;
}
.firstview .prev-arrow {
  transform: translate(0, -50%) rotate(180deg);
  margin-right: 20px;
}
.firstview .next-arrow {
  right: 0;
}
.firstview .prev-arrow::before,
.firstview .next-arrow::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}
.firstview .slick-dots li button:before {
  font-size: 10px;
}
.firstview__reserve {
  background: #555555;
  position: absolute;
  top: 32px;
  right: calc(50% + 6px);
  width: 474px;
  height: 394px;
  padding: 30px;
}
@media (max-width: 959px) {
  .firstview__reserve {
    position: relative;
    top: unset;
    right: unset;
    width: auto;
    height: auto;
    padding: 30px;
    margin-top: 30px;
  }
}

.reserve__heading {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.reserve__heading img {
  margin: -4px 5px 0 0;
}
@media (max-width: 959px) {
  .reserve__main {
    display: flex;
    flex-wrap: wrap;
  }
}
.reserve__main .globalReserveDate {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 16px;
}
@media (max-width: 959px) {
  .reserve__main .globalReserveDate {
    width: 50%;
    padding-right: 15px;
  }
}
@media (max-width: 599px) {
  .reserve__main .globalReserveDate {
    width: 100%;
    padding-right: 0;
  }
}
.reserve__main .reserveDate {
  position: relative;
  width: 48%;
  height: 40px;
  border-radius: 4px;
  font-size: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-family: inherit;
}
.reserve__main .reserveDate::-moz-placeholder {
  display: block;
  color: #333;
  font-family: inherit;
  font-size: 16px;
  height: 40px;
  line-height: 1 !important;
}
.reserve__main .reserveDate::placeholder {
  display: block;
  color: #333;
  font-family: inherit;
  font-size: 16px;
  height: 40px;
  line-height: 1 !important;
}
.reserve select::-moz-placeholder {
  border: #000 solid 1px;
}
.reserve select::placeholder {
  border: #000 solid 1px;
}
.reserve .globalReserveDate .reserve__item {
  width: 48%;
}
.reserve__item {
  margin-bottom: 12px;
}
@media (max-width: 959px) {
  .reserve__item {
    width: 50%;
    margin-bottom: 15px;
  }
  .reserve__item:nth-child(even) {
    padding-left: 15px;
  }
  .reserve__item:nth-child(odd) {
    padding-right: 15px;
  }
}
@media (max-width: 599px) {
  .reserve__item {
    width: 100%;
  }
  .reserve__item:nth-child(even), .reserve__item:nth-child(odd) {
    padding-left: 0;
    padding-right: 0;
  }
}
.reserve .select-tag {
  width: 100%;
  height: 40px;
  border-radius: 4px;
}
@media (max-width: 959px) {
  .reserve__button {
    width: 380px;
    margin: 0 auto;
  }
}
.reserve__button .reserve-button {
  width: 100%;
  height: 45px;
  background: #E60020;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-weight: bold;
}
.reserve__note {
  margin-top: 8px;
}
@media (max-width: 959px) {
  .reserve__note {
    width: 100%;
    text-align: center;
  }
}
.reserve__note a {
  color: #fff;
  text-decoration: underline;
  font-size: 0.9em;
}

.top_shop_search {
  position: relative;
  margin-bottom: 60px;
  padding: 40px 0;
  background: linear-gradient(0deg, #00A040, #fff);
}
@media (max-width: 599px) {
  .top_shop_search {
    padding: 15px 0;
  }
}
.top_shop_search .l-article {
  padding: 0;
}
.top_shop_search__items {
  width: var(--article_size);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 959px) {
  .top_shop_search__items {
    width: auto;
    padding: 0 15px;
  }
}
@media (max-width: 599px) {
  .top_shop_search__items {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.top_shop_search__item {
  width: 300px;
  background: #fff;
  border-radius: 8px;
  padding: 22px 13px;
}
@media (max-width: 959px) {
  .top_shop_search__item {
    width: 32%;
    padding: 15px;
  }
}
@media (max-width: 599px) {
  .top_shop_search__item {
    width: 100%;
  }
}
.top_shop_search__title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  background: #36AFFF;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
}
@media (max-width: 959px) {
  .top_shop_search__title {
    font-size: 1.3em;
  }
}
.top_shop_search__title img {
  width: 32px;
  height: 32px;
  margin-right: 15px;
}
@media (max-width: 959px) {
  .top_shop_search__title img {
    margin-right: 10px;
  }
}
.top_shop_search__item:nth-child(2) .top_shop_search__title {
  background: #CBB13F;
}
.top_shop_search__item:nth-child(3) .top_shop_search__title {
  background: #B81A1A;
}
.top_shop_search__list {
  padding: 20px 20px 0 20px;
}
@media (max-width: 959px) {
  .top_shop_search__list {
    padding: 20px 10px 0 10px;
  }
}
.top_shop_search__list li {
  font-size: 1.2em;
  font-weight: bold;
}
@media (max-width: 959px) {
  .top_shop_search__list li {
    font-size: 1.1em;
  }
}
.top_shop_search__list li:not(:last-child) {
  margin-bottom: 1em;
}
.top_shop_search__list li a {
  position: relative;
  display: block;
  padding-right: 15px;
  color: #000;
}
.top_shop_search__list li a::after {
  position: absolute;
  top: 0;
  right: 0;
  font-family: icomoon;
  content: "\e921";
}

/* datepicker */
.datepicker {
  width: 290px !important;
  margin-left: -5px;
}
.datepicker--content {
  padding: 10px !important;
}
.datepicker--nav-title {
  font-weight: 500;
  font-family: YakuHanJPs_Noto, "Noto Sans JP", sans-serif;
}
.datepicker--nav-title i {
  color: #333 !important;
  margin-left: 0 !important;
}
.datepicker--cell-day {
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.datepicker--days-names {
  font-weight: 500;
  font-family: YakuHanJPs_Noto, "Noto Sans JP", sans-serif;
}
.datepicker--days-names .datepicker--day-name.-weekend-:first-of-type {
  color: #CD0000 !important;
}
.datepicker--days-names .datepicker--day-name.-weekend-:last-of-type {
  color: #4EB5E6 !important;
}
.datepicker--day-name {
  color: #333 !important;
}
.datepicker--cell.-current- {
  color: #0fa044 !important;
}
/*# sourceMappingURL=style.css.map */