@charset "utf-8";
/* CSS Document */
body,
p,
h1,
h2,
h4,
ul,
ol,
li,
a,
img {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  color: #254586;
}

li {
  list-style: none;
}

.single_area img {
  width: auto;
  height: auto;
}

h2 {
  padding: 1em 0;
  line-height: normal;
  color: #3681c6;
  font-size: 3.25vw;
  font-weight: bold;
}

h3 {
  display: block;
  margin-top: 1em;
  margin-bottom:0.5em;
  padding: 0.5em;
  text-align: center;
  background-color: #3681c6;
  font-size: 1.17em;
  font-weight: bold;
  color: #fff;
}

h4 {
  /*margin-bottom: 1em;*/
  width: 100%;
  /*text-align: center;*/
  font-size: 1.1em;
}

h3.orange,
h4.orange {
  background: #ed9b38;
  color: #fff;
}

h5 {
  font-weight: bold;
  font-size: 1em;
  margin-top:1em;
}

a {
  color: black;
  text-decoration: none;
}

th,
td {
  empty-cells: hide;
}

.smart_nav {
  display: none;
}

.clear {
  clear: both;
}

.sp_menu_area {
  display: none;
}

.sp_contact {
  display: none;
}

.accordion1 {
  display: none;
}

.header {
  background-size: cover;
  background-position: top center;
  background-color: #fff;
  color: #3681c6;
}

.nav {
  display: flex;
  justify-content: space-around;
}

.nav li {
  position: relative;
  list-style: none;
  text-align: left;
  color: white;
  font-weight: bold;
}

.nav li a {
  display: block;
  /*padding: 0 1em;*/
  /*color: #fff;*/
  color: #254586;
  font-size: 16px;
  text-decoration: none;
  box-sizing: border-box;
}

.nav li ul {
  top:1em;
  padding-top: 1em;
  position: absolute;
  width: max-content;
}

.nav li ul li {
  display:none;
  border: none;
  padding: 0 1em;
  margin-left:-1em;
}

.nav li ul li a {
  border: none;
}

.nav li:hover > ul > li,
.nav li:focus-within > ul > li {
  overflow: visible;
  display:block;
  line-height: 2em;
  background-color: #fff; /*#3681c6*/;
}
.nav li > ul > li:focus-within,
.nav li > ul > li:hover {
  background-color:  #3681c6; /*#254586;*/
}
.nav li > ul > li:focus-within a,
.nav li > ul > li:hover a {
  color:#fff;
}

.nav li ul li ul {
  top: 0;
}

.nav li ul li ul.left {
  top: 0;
  left: -190px;
}

.header_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.header_logo_area {
}

.header_logo {
  width: 250px;
  display: block;
  float: left;
}

.header_contact_area {
  display: flex;
}

.contact_tel_area {
  background-color: #3681c6;
  color:#fff;
}

.header_tel {
  display: block;
  padding: 15px 30px;
  color: #254586;
}

.fa-phone {
}
.fa-phone::before {
  display: inline-block;
  transform: scaleX(-1);
  margin-right: 0.2em;
  color: #ed9b38;
}

.contact_inquiry_area {
  background: #ed9b38;
}

.fa-envelope:before {
  color: #fff;
}

.header_contact {
  display: block;
  padding: 24px 30px;
  color: #fff;
}

.header_ul {
  list-style: none;
  margin-top: 30px;
}

.header_li a {
  color: white;
  text-decoration: none;
}

.header_li_small {
  font-size: 12px;
}

iframe {
  width: 100%;
  display: block;
}

/* contents_area */
article {
  /*margin-left: 7vw;
  margin-right: 7vw;*/
  padding-bottom: 2rem;
}

.swiper {
}

.swiper-wrapper {
  height: auto !important;
}

.swiper-slide {
  text-align: center !important;
  height: auto !important;
  /*font-size: 18px !important;*/

  /* Center slide text vertically */
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important; 
}

/* point_list */
.point_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.point_list li {
  margin-bottom: 0.5em;
  border: #254586 solid 1px;
  width: 44vw;
  padding: 0.5em;
}

.point_list h4 {
  display: flex;
  overflow: hidden;
  align-items: center;
  text-align: left;
  color: #3681c6;
}

.point_list p {
  margin-top: 0.5em;
}

.number_ico_box {
  display: inline-block;
  float: left;
  margin-right: 0.5em;
  text-align: center;
  padding: 0.4em 0.2em;
  background: #ed9b38;
  line-height: normal;
  color: #fff;
}

.recommendation_group {
  display: flex;
  flex-wrap: wrap;
}

.recommendation_img {
  display: inline-block;
  width: 35vw;
  height: 27vw;
  background-image: url("/wp-content/uploads/2022/12/beautiful_woman600x400.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 1.5vw;
}

.arrow_box {
  position: relative;
  left: 18vw;
  display: inline-block;
  border-radius: 50%;
  padding: 1vw;
  line-height: 4em;
  text-align: center;
  font-size: 1.5vw;
  color: #ffffff;
  background-color: #ed9b38;
}
.arrow_box::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 2px;
  bottom: 15%;
  border-right: 20px solid #ed9b38;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  transform: rotate(-45deg);
}

/* check_list */
.check_list {
  width: 45vw;
  font-weight: bold;
}

.check_box {
  margin-bottom: 2em;
  padding-left: 1.5em;
  position: relative;
}
.check_box:before,
.check_box:after {
  content: "";
  display: block;
  position: absolute;
}
.check_box:before {
  width: 1em;
  height: 1em;
  background: #ffffff;
  border: 1px solid #000000;
  left: 0;
  top: 0.5em;
}
.check_box:after {
  border-left: 2px solid #ed9b38;
  border-bottom: 2px solid #ed9b38;
  width: 1.25em;
  height: 0.5em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 0;
  top: 0.25em;
}

.lease_car_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 4em;
}

.lease_car_box .car_img {
  width: 49%;
}

.lease_car_box .car_date_table {
  width: 49%;
}

.lease_car_box .car_date_table th,
.lease_car_box .car_date_table td {
  vertical-align: middle;
}

.lease_car_box .car_date_table tr:first-child th {
  border-top: none;
}

.lease_car_box .car_date_table th {
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  background: #3681c6;
  color: #fff;
}

.lease_car_box .car_date_table td {
  margin-left: 0.25em;
  border-top: 2px solid #eee;
  padding-left: 0.5em;
}

.lease_car_box .car_date_table tr:first-child td {
  border-top: none;
}

.lease_price_box {
  margin-top: 2em;
}

.lease_price_table {
  display: block;
  overflow-x: auto;
  border-collapse: collapse;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  font-weight: bold;
}

.lease_price_table tbody {
  display: table;
  width: 100%;
}

.lease_price_table th,
.lease_price_table td {
  border: 1px solid #eee;
  text-align: center;
}

.plan_detail_btn {
  display: flex;
  justify-content: flex-end;
  margin: 1em 0;
}

.plan_detail_btn a {
  display: inline-block;
  width: 35%;
  padding: 0.5em;
  background-color: #254586;
  text-align: center;
  color: #fff;
}

.reserve_btn_area {
  margin: 2em 0;
  text-align: center;
}
.reserve_btn {
  display: inline-block;
  width: 40%;
  padding: 0.75em 0;
  text-align: center;
  background-color: #ed9b38;
  font-size: 2em;
  color: #fff;
}


/* step_list */
.step_list li {
  margin-bottom: 8vw;
  border: #254586 solid 1px;
  padding: 0.5em;
}

.step_list h4 {
  display: flex;
  overflow: hidden;
  align-items: center;
  text-align: left;
  color: #3681c6;
}

.step_list p {
  margin-top: 0.5em;
  margin-bottom: -6vw;
}

.step_list > li::after {
  content: "";
  position: relative;
  top: 8.5vw;
  margin: auto;
  transform: translateY(-50%) scaleX(2) rotate(45deg);
  width: 5vw;
  height: 5vw;
  border: 0.2em solid #ed9b38;
  border-top: none;
  border-left: none;
}

.step_list > li:last-child {
  margin-bottom: 0;
}

.step_list > li:last-child p {
  margin-bottom: 0;
}

.step_list > li:last-child::after {
  display: none;
}

/* q-and-a */
.q-and-a {
  display: block;
  margin-bottom: 1em;
  border: 1px solid #eee;
  padding: 0.5em;
}

.q-and-a-q {
  margin-bottom: 0.5em;
}

.q-and-a-q,
.q-and-a-a {
  overflow: hidden;
}

.q-and-a-q-num,
.q-and-a-a-num {
  float: left;
  margin-right: 0.5em;
  width: 2.8em;
  height: 2.8em;
  border: 1px solid currentColor;
  text-align: center;
  padding: 0.3em;
  font-weight: bold;
}

.q-and-a-q-num {
  color: #3681c6;
}

.q-and-a-a-num {
  color: #ed9b38;
}

.q-and-a-q-text,
.q-and-a-a-text {
  padding-top: 0.3em;
  padding-left: 3.3em;
  font-weight: bold;
}

.contacts-pre-footer .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contacts-pre-footer > div > div {
  width: 44%;
  border: 1px solid #eee;
  margin: 0 auto;
}

.contacts-pre-footer > div .button {
  width: 80%;
  padding: 1em;
  text-align:center;
  margin:0 auto;
  display:block;
}

/* footer */
#content {
  min-height: calc(100vh - 145px - 71px);
}
.footer {
  height: max-content;
  background: #3681c6;
}

.footer_area {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: 7vw;
  margin-right: 7vw;
}

.footer_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.footer_li {
  display: block;
  margin-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
  color: #fff;
}

.footer_li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.footer_bottom {
}

.copy {
  font-size: 12px;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 34px;
  color: #fff;
}

/*--------smart--------*/
@media screen and (max-width: 949px) {
  h4 {
    color: #3681c6;
  }

  h4.orange {
    color: #fff;
  }

  .header {
    padding: 10px;
  }

  .contents_box_group_link {
    display: block;
    width: 80%;
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-right: auto;
  }

  .header_area {
  }

  .header_tel {
    display: none;
  }

  .header_logo_area {
  }

  .header_logo {
    width: 50vw;
    display: block;
  }

  .header_contact {
    display: none;
  }

  .header_ul {
    display: none;
  }

  .header_li {
    display: none;
  }

  .header_li a {
    display: none;
  }

  .header_li_small {
    font-size: 12px;
  }

  .contents_nav_area {
    display: none;
  }

  iframe {
    width: 100%;
    display: block;
  }

  /* contents_area */

  .point_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .point_list li {
    margin-bottom: 0.5em;
    border: #254586 solid 1px;
    width: 100%;
    padding: 0.5em;
  }

  .recommendation_img {
    width: 100%;
    height: 64vw;
  }

  .arrow_box {
    left: 45vw;
    line-height: 7em;
    font-size: 3.5vw;
  }

  .recommendation_group dd {
    margin-left: 0;
  }

  .check_list {
    width: 100%;
  }

  .lease_car_box .car_img {
    width: 100%;
  }

  .lease_car_box .car_date_table {
    width: 100%;
  }

  .plan_detail_btn a {
    width: 70%;
  }

  .reserve_btn{
    width: 100%;
  }

  .contacts-pre-footer > div > div {
    width: 100%;
  }
  /* footer */
  #content {
    min-height: calc(100vh - 190px - 14vh);
  }

  .footer_area {
    padding: 10px;
    margin: 0;
  }

  .footer_ul {
    width: 100%;
  }

  /*.footer_ul li:nth-child(2n) {
    margin-left: 10vw;
  }*/

  .footer_li {
    display: block;
    margin-top: 1em;
  }

  .footer_li a {
    display: block;
    width: 10em;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
  }

  .copy {
    font-size: 12px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
  }

  .swiper-slide {
    /*font-size: 12px !important;*/
  }
}
/* トップページだけスクロールボタン位置変更 */
.home #wpfront-scroll-top-container,
.page-id-2853 #wpfront-scroll-top-container {
    right: 50px;
    bottom: 115px;
}
@media screen and (max-width: 768px) {
  .home #wpfront-scroll-top-container,
  .page-id-2853 #wpfront-scroll-top-container {
    right: 30px;
    bottom: 90px;
  }
}
.page-id-2742 h3,
.page-id-2011 h3 {
  background-color: transparent !important;
}
/* 404ページ */
.page-id-5237 figure#\34 04img {
    margin-top: 15px;
}
@media (max-width: 534px) {
.page-id-5237 h1.entry-title {
    font-size: 1.5em;
}
.page-id-5237 figure#\34 04img {
    margin-bottom: 15px;
}
.page-id-5237 form {
    margin-bottom: 20px;
}
.page-id-5237 input#wp-block-search__input-1 {
    font-size: 80%;
}
}
/* fvの設定 */
.relative-wrapper {
  position: relative !important;
  width: 100vw;
  margin: 0;
  padding: 0;
}
.absolute-text {
  position: absolute !important;
  z-index: 2;
}