html {
  scroll-padding-top: 94px;
  overflow-x: hidden;
}

@media screen and (max-width: 960px) {
  html {
  scroll-padding-top: 60px;
  }

  .for-PC {
    display: none;
  }
}


body {
  width: 100%;
  margin: 0 auto;
  background-color: white;
  color: black;
  font-family: "brown-pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
  /* overflow: hidden */
}

.is-fixed {
  height: 100%;
  overflow: hidden;
}

.for-SP {
  display: none;
}

.top-page {
  background-color: #EDEDED;
}

/* ヘッダー */

.p-header {
  z-index: 100002;
  position:fixed;
  top: 0;
  height: 94px;
  width: 100%;
  padding: 11px 0 3px 0;
  background-color: #EDEDED;
  border-bottom: 8px solid black;
}

.p-container {
  max-width: 1200px;
  margin: 0 auto;
}

.p-container.items {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 960px) {
  .p-header {
    width: 100vw;
  }

  .p-container {
    width: 345px;
    margin: 0 auto;
  }

  .p-container.items {
    height: 40px;
  }
}

.p-logo {
  width: 307px;
  margin-right: auto;
}

.p-logo__img {
  width: 100%;
}


.p-menu__ul {
  display: flex;
  margin-top: 4px;
}


/* ドロップダウン */

.p-menu__dropdown {
  position: relative;
  width:138px;
  padding-left: 0;
}

.p-menu__item {
  height: 56px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
  padding-top: 17px;
  padding-bottom: 17px;
  z-index: 100003;
}

.p-menu__item.support {
  padding-left: 20px;
  padding-right: 50px;
}

.p-menu__item.support.icon-down::after {
  content: url("../images/down.png");
  display: block;
  position:absolute;
  transform: scale(0.12);
  right: -10px;
  top: -3px;
}

.p-menu__item.support.icon-up::after {
  content: url("../images/up.png");
  display: block;
  position:absolute;
  transform: scale(0.12);
  right: -10px;
  top: -3px;
}

.p-menu__dropdown-content {
  position: relative;
  background-color: #EDEDED;
  width: 138px;
  z-index: 100003;
  padding-top: 5px;
  padding-left: 20px;
  padding-bottom: 22px;
}

.p-menu__dropdown-content.is-disable {
  display: none;
}

.p-menu__dropdown-content__ul {
  position: relative;
  z-index: 100003;
}

.p-menu__dropdown__back {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 94px;
  left: 0;
  background: rgba(3,3,3,.5);
  display: block;
}

.p-menu__dropdown__back.is-disable {
  display: none;
}

.p-menu__dropdown__item{
  padding-bottom: 20px;
}

.p-menu__dropdown__item:last-child{
  padding-bottom: 0;
}

.p-menu__dropdown__link {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2em;
  text-align: left;
  display: block;
}

.p-menu__dropdown__link:last-child {
  padding-bottom: 0;
}

.p-menu__login {
  position: relative;
  padding: 17px 30px;
}

.p-menu__login.--border::before {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  height: 40px;
  width: 2px;
  background-color: black;
}

.p-menu__item.login {
  color: #6E32B3;
}

.c-btn {
  background-color: #6E32B3;
  color: white;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  text-align: center;
}

.c-btn.reserve {
  padding: 16px 39px 17px;
  width: auto;
}


/* ハンバーガーメニュー */
.p-menu-burger {
  padding-top: 12px;
}

.p-menu-burger__icon {
  width: 32px;
  height: 32px;
  margin-left: 20px;
  background-image: url(../images/icon-burger.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}

.p-menu-burger__icon.to-close {
  width: 32px;
  height: 32px;
  margin-left: 20px;
  margin-top: 3px;
  background-image: url(../images/icon-cross.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.p-menu-burger__items.is-disable {
  display: none;
}

.p-menu-burger__items {
  position: fixed;
  z-index: 100002;
  right: 0;
  top: 94px;
  width: 35vw;
  bottom: 0;
  padding-bottom: 50px;
  background-color: black;
  overflow-y: scroll;
  overflow-x: hidden;
}

.p-menu-burger__items__container {
  width: 345px;
  margin: 0 auto 0 30px;
  padding-bottom: 50px;
}

.p-menu-burger__items__heading {
  font-size: 18px;
  color: #d2e61e;
  font-weight: 600;
  margin-top: 25px;
  padding-left: 10px;
}

.p-menu-burger__items__hr {
border-top: 1px solid #d2e61e;
margin: 0 calc(50% - 50vw);
width: 100vw;
}

.p-menu-burger__items__contents {
  font-size: 16px;
  color: white;
  font-weight: 400; 
  margin-top: 25px;
  padding-left: 10px;
}

.p-menu-burger__back {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 94px;
  left: 0;
  background: rgba(3,3,3,.5);
  display: block;
}

.p-menu-burger__back.is-disable {
  display: none;
}


/* SP用メニュー */

@media screen and (max-width: 960px) {
  .p-header {
    height: 60px;
    border-bottom: 6px solid black;
  }

  .p-logo {
    width: 175px;
  }

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

  .p-menu__login {
    padding: 3px 0 0 0;
  }

  .p-menu__login.--border::before {
    content: none;
  }

  .p-menu__item.login {
    font-size: 20px;
  }

  .p-menu-burger {
    padding-top: 0;
  }

  .p-menu-burger__items {
    top: 60px;
  }

  .p-menu-burger__items {
    /* position: fixed;
    z-index: 100002; */
    width: 100vw;
    /* right: 0; */
    left: 0;
    top: 60px;
    /* bottom: 0; */
    /* background-color: black;
    overflow-y: scroll; */
  }

}

.p-MV {
  position: relative;
  max-width: 1920px;
  height: calc(510 * 100vw / 1920 + 180px);
  margin: 94px auto 0;
}

.p-MV__img {
  width: 100%;
}

.p-MV__h2 {
  position: absolute;
  display: block;
  top: 9.2%;
  width: 100%;
  font-size: 3vw;
  font-weight: 600;
  line-height: 1.1;
  text-align: center;
}

.p-MV__h2__br {
  display: none;
}

/* FVスライダー */

.p-MV ul.slider li {
  position: relative;
}

.p-MV ul.slider h2 {
  font-size: 3vw;
  font-weight: 600;
  margin: 0 auto;
}
.p-MV ul.slider div.caption {
  position: absolute;
  max-width: 1192px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.p-MV ul.slider li.slider01 div {
  top: 8%;
}

.p-MV ul.slider li.slider02 div{
  text-align: center;
  top: 5%;
  font-size: 2.4vw;
}

.p-MV ul.slider li.slider03 div {
  top: 44%;
}

.p-MV ul.slider li.slider03 div div {
  font-size: 1.4vw;
  padding-left: 0.5em;
  margin-top: 8px;
}

@media screen and (max-width: 1200px) {
  .p-MV ul.slider div.caption {
    padding: 0 3%;
  }
}

@media screen and (max-width: 960px) {
  .p-MV {
    width: 100%;
    height: 606px;
    margin-top: 60px;
  }
  
  .p-MV ul.slider li {
    aspect-ratio: 1920/649;
    overflow: hidden;
  }
  .p-MV ul.slider li.slider02 img {
    width: 120%;
    margin-left: -10%;
  }
  
  .p-MV ul.slider h2 {
    font-size: 4vw;
  }
  .p-MV ul.slider li.slider02 h2 {
    font-size: 3vw;
  }
  
  .p-MV ul.slider li.slider03 div h2 {
    font-size: 5vw;
  }
  .p-MV ul.slider li.slider03 div div {
    font-size: 2.4vw;
    margin-top: 2px;
  }

  /* .p-MV__h2 {
    width: fit-content;
    top: 4%;
    font-size: 6vw;
    line-height: 6.5vw;
    margin-left: 4%;
    text-align: left;
  }

  .p-MV__h2__br {
    display: initial;
  } */
}

/*レンタカー侍*/

.p-reserve {
  position: absolute;
  width: 1192px;
  background-color: white;
  border: 1px solid black;
  box-shadow: 8px 8px;
  padding: 36px 30px 58px;
  left: calc(50vw - 599px);
  top: calc(100vw * 510 / 1920);
  z-index: 1;
}

.p-reserve__form {
  display: flex;
  height: 86px;
  justify-content: space-between;
  align-items: flex-end;
}

.reserve-box {
  display: flex;
  gap: 15px;
  width: 850px;
}

.lbl__p {
  font-size: 16px;
  font-weight: 600;
}

.form-group {
  width: 270px;
  display: flex;
}

.form-group.row {
  border: 2px solid black;
}


.input-text-box {
  margin-top: 5px;
  height: 64px;
  border: 2px solid black;
}

.input-text-box.--date {
  width: 159px;
  border-right-width: 1px;
}

.input-text-box.--time {
  width: 111px;
  border-left-width: 1px;
}

.form-control {
  width: 100%;
  height: 100%;
  padding-left: 0;
  background-image: none;
  background-clip: padding-box;
  color: #ababab;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 600;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


/* カレンダー */
.calendar-icon {
  height: 100%;
  font: normal normal normal 14px/1 FontAwesome;
  position: relative;
}

.calendar-icon:before {
  color: black;
  content: "\f073";
  font-size: 14px;
  position: absolute;
  left: 10px;
  top: 23px;
  pointer-events: none;
  cursor: pointer;
}

.calendar-icon .form-control {
  padding-left: 34px;
}

.calendar-icon.icon-down:after,.time-icon.icon-down:after {
  content: url("../images/down.png");
  display: block;
  position:absolute;
  transform: scale(0.12);
  right: -25px;
  top: -2px;
  pointer-events: none;
  cursor: pointer;
}

.calendar-icon.icon-up::after, .time-icon.icon-up::after {
  content: url("../images/up.png");
  display: block;
  position:absolute;
  transform: scale(0.12);
  right: -25px;
  top: -2px;
  pointer-events: none;
  cursor: pointer;
}

/* 時間 */
.time-icon {
  height: 100%;
  font: normal normal normal 14px/1 FontAwesome;
  position: relative;
}

.form-control.start-time, .form-control.end-time {
  padding-left: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}


/* 営業所 */

.form-group.row {
  position: relative;
  margin-top: 5px;
  height: 64px;
}

.location-icon {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.location-icon:before {
  content: "";
  width: 11px;
  height: 14px;
  position: absolute;
  display: block;
  left: 15px;
  top: 24px;
  background-image: url("../images/location.png");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}

.form-control.location{
  padding-left: 34px;
}

/* ここまで */


.search-btn-box {
  margin-top: 40px;
}

.c-btn.--rent {
  width: 220px;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 21px 68px 21px 92px;
}

.c-btn.--rent::before {
  position: absolute;
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background-image: url('../images/icon-search.png');
  background-size: cover;
  background-position: center;
  left: 69px;
  top: 27px;
}

@media screen and (min-width: 961px)and (max-width: 1200px) {
  .p-MV {
    height: calc(510 * 100vw / 1920 + 180px + 94px);
  }

  .p-reserve {
    width: calc(100% - 8px);
    left: 0;
    padding-bottom: 30px;
    height: 274px;
  }
  
  .reserve-box {
    margin: 0 auto;
  }
  
  .p-reserve__form {
    display: block;
  }
}

@media screen and (max-width: 960px) {
  .p-MV {
    height: calc(100vw * 180 / 375 + 426px + 6px + 26px);
  }

  .reserve {
    width: 100%;
  }

  .p-reserve {
    position: static;
    width: 375px;
    height: 426px;
    margin: 0 auto;
    padding-top: 0px;
    padding-left: 0;
    padding-right: 0;
    box-shadow: none;
    border-bottom: 6px solid black;
    z-index: 0;
  }

  .p-reserve__form {
    display: block;
    width: 345px;
    margin: 0 auto;
  }

  .reserve-box {
    display: block;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding: 0 15px 20px 15px;
    font-size: 16px;
  }

  .lbl__p {
    margin-top: 18px;
  }

  .form-group {
    width: 100%;
    height: 64px;
  }

  .input-text-box.--date {
    width: 58%;
  }
  .input-text-box.--time {
    width: 42%;
  }

  .search-btn-box {
    margin-top: 0;
    margin-bottom: 36px;
  }

  .c-btn.--rent {
    width: 315px;
    padding-left: 100px;
  }

  .c-btn.--rent::before {
    left: 123px;
    top: 27px;
  }
}

.p-features {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  max-width: 1192px;
  margin-left: auto;
  margin-right: auto;
}

.p-feature-box {
  width: 340px;
//  height: fit-content;
  border-top: 15px solid #d2e61e;
  background-color: white;
  padding: 0 15px 30px;
  margin: 0 5px;
}

.p-feature__div {
  margin: 0 auto;
}

.p-feature__div.--feature01 {
  width: 170px;
  margin-top: 34px;
}

.p-feature__div.--feature02 {
  width: 64px;
  margin-top: 20px;
}

.p-feature__div.--feature03 {
  width: 66px;
  margin-top: 20px;
}

.p-feature__div.--feature04 {
  width: 85px;
  margin-top: 27px;
}


.p-feature__img {
  width: 100%;
}

.p-feature__h3 {
  margin-top: 25px;
  font-size: 24px;
  font-weight: 600;
//  line-height: 51px;
  text-align: center;
}

.p-feature__h3.--feature01,
.p-feature__h3.--feature02 {
  margin-bottom: 28px;
}

.p-feature__h3.--feature03 {
  margin-top: 23px;
}

.p-feature__h3.--feature03,
.p-feature__h3.--feature04 {
  line-height: 25px;
}

.p-feature__p {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
}

@media screen and (max-width: 960px) {
  .p-features {
    display: block;
    width: calc(100vw - 30px);
    margin: 0 auto;
  }

  .p-feature-box {
    width: 345px;
    height: fit-content;
    margin: 0 auto 15px;
  }
}


/* Vehicles */

.p-vehicles__back {
  width: 100%;
  height: fit-content;
  background-color: black;
  margin-top: 30px;
  padding: 50px 0;
}

.p-vehicles__h2 {
  width: fit-content;
  color: #d2e61e;
  font-size: 56px;
  font-weight: 600;
  line-height: 61px;
  letter-spacing: 0.01em;
  margin: 0 auto 15px;
}

.p-vehicles__rate {
  color: #fff;
  text-align: center;
  margin-bottom: 35px;
}

.p-vehicles__rate br.sp {
  display: none;
}

/* スライダー中止中のcss */
.vehicles-list {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  max-width: 880px;
  margin: 0 auto;
}
.vehicles-list li {
    text-align: center;
    margin-bottom: 50px;
}



/* /slick setting*/

.p-slider {
  width: 100%;
  margin: 0;
  padding: 0;
}

.p-slider__container {
  width: 30vw;
  margin: 0 auto;
  height: fit-content;
}

.p-slider__img{
  width: 100%;
  aspect-ratio: 570/436;
}

.p-slider__h3 {
  display: block;
  width: 100%;
  text-align: center;
  margin: 22px auto 10px;
  padding-bottom: 22px;
  color: white;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #d2e61e;
}

.p-slider__h3.prado150txlimited {
  line-height: 26px;
  margin: 9px auto 10px;
  padding-bottom: 9px;
}

.p-slider__p {
  width: 100%;
  text-align: center;
  color: white;
  font-size: 16px;
  font-weight: 400;
}
  
.slide-arrow {
  position: absolute;
  top: calc(30vw * 436 / 570 / 2 - 30px);
  width: 60px;
  z-index: 1;
  cursor: pointer;
}

.slide-arrow.prev-arrow {
  left: 0;
}

.slide-arrow.next-arrow {
  right: 0;
}


@media screen and (max-width: 960px) {
  .p-vehicles__h2 {
    margin: 0 auto 15px;
  }
    
  .p-vehicles__rate {
    width: 345px;
    margin-left: auto;
    margin-right: auto;
  }  
  
  .p-vehicles__rate br.sp {
    display: block;
  }
    
  /*slick setting*/

  .p-slider{
    position: relative;
    width: 345px;
    margin: 0 auto;
  }

  .p-slider__container {
    margin: 0 auto;
    width: 100%;
  }
  
  .p-slider__img{
    width: 345px;
  }

  .p-slider__p {
    width: 345px;
  }

  .slide-arrow {
    top: 115px;
    width: 36px;
  }

  .slide-arrow.prev-arrow {
    left: -10px;
  }

  .slide-arrow.next-arrow {
    right: -10px;
  }

  .p-vehicles__ul {
    display: none;
  }

  .slick-list {
    overflow: hidden;
  }
}

/* Costomer's Review */

.p-review__back {
  width: 100%;
  height: fit-content;
  background-color: #d2e61e;
  padding: 50px 0;
}

.p-review__container {
  max-width: 1200px;
  height: fit-content;
  margin: 0 auto;
}

.p-review__h2 {
  width: fit-content;
  color: black;
  font-size: 56px;
  font-weight: 600;
  margin: 0 auto 50px;
}

/*elfsight setting*/

.elfsight-app-ac53a3d6-9d49-4999-a7a6-9c985ddfb850 {
  width: 100%;
  margin: 0 auto;
}

.es-load-more-button {
  height: 64px !important;
  width: 200px;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  font-size: 20px !important;
  line-height: 24px !important;
  font-family: 'brown-pro';
  font-weight: 600 !important;
  margin: 50px auto 24px;
}

@media screen and (max-width: 960px) {

  .p-review__back {
    padding: 50px 0;
  }

  .p-review__container {
    width: 345px;
  }

  .p-review__h2 {
    font-size: 36px;
  }
}

/* access */
.p-access {
  width: 100%;
  background-color: #EDEDED;
}

.p-access__google-map {
  width: 100%;
  aspect-ratio: 1920 / 500;
  margin: 0 auto;
}

.p-access__address {
  width: 920px;
  margin: 25px auto;
  display: flex;
}

.p-access__address__container {
  width: 460px;
}

.p-access__address__name--EN {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 25px;
}

.p-access__address__name--JP {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}

.p-access__address__container.detail {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.p-access__address__container.detail.border {
  position: relative;
  padding-left: 12px;
}

.p-access__address__container.detail.border:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #ababab;
}


.p-access__address__container.detail--p__br {
  display: none;
}

@media screen and (min-width: 501px)and (max-width: 960px) {
  .p-access__google-map {
    aspect-ratio: 3/2;
  }
}

@media screen and (max-width: 500px) {
  .p-access__google-map {
    aspect-ratio: 1/1;
  }
}

@media screen and (max-width: 960px) {
  .p-access__address {
    display: contents;
  }

  .p-access__google-map {
    margin-bottom: 25px;
  }

  .p-access__address {
    width: 100vw;
    margin: 0;
    padding :15px;
  }

  .p-access__address__container {
    width: fit-content;
    margin-left: 0;
  }

  .p-access__address__container.detail.border {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-left: 0;
  }

  .p-access__address__container.detail.border:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 1px;
    width: 90px;
    background-color: #ababab;
  }

  .p-access__address__container.detail--p__br {
    display: inline-block;
  }
}


/* フッター */

.p-footer {
  width: 100%;
  background-color: black;
  border-bottom: 5px solid #d2e61e;
}

.p-footer__container {
  width: 920px;
  margin: 0 auto;
  padding-top: 60px;
}

.p-footer__logo {
  width: 395px;
  margin: 0 auto 20px;
}

.p-footer__logo__img {
  width: 100%;
}

.p-footer__message {
  color:#fff;
  text-align: center;
  margin: 0 10px 50px 10px;
}

.p-footer__message_br {
  display: none;
}

.p-footer__nav1 {
  display: flex;
  justify-content: space-around;
  margin-bottom: 40px;
}

.p-footer__nav1__contents {
  width: fit-content;
  /*padding-top: 25px;*/
}

.p-footer_nav1__contents.--top {
  padding-top: 0;
}

.p-footer__nav1__heading {
  color: #d2e61e;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}

.p-footer__nav1__heading.--top {
  margin-top: 0;
  margin-bottom: 9px;
}

.p-footer__nav1__heading.--reservations, .p-footer__nav1__heading.--support,.p-footer__nav1__heading.--company {
  margin-top: 27px;
}

.p-footer__nav1__hr {
  width: 130px;
  border-top: 1px solid #d2e61e;
  margin-top: 10px;
  margin-bottom: 10px;
}

.p-footer__nav1__li {
  margin-bottom: 15px;
}

.p-footer__nav1__li:last-child {
  margin-bottom: 0;
}

.p-footer__nav1__links__a {
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

.p-footer__hr--long {
  width: 100vw;
  border-top: 1px solid #d2e61e;
  margin-bottom: 15px;
}

.p-footer__nav2 {
  max-width: 841px;
  margin: 0 auto 16px;
  display: flex;
  justify-content: space-between;
}

.p-footer__nav2__a  {
  font-size: 12px;
  font-weight: 400;
  line-height: 13px;
  color: white;
}

.p-footer__nav2__br {
  display: none;
}

.p-footer__copyright {
  display: block;
  width: fit-content;
  margin: 0 auto 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 13px;
  color: #ababab;
}

@media screen and (max-width: 960px) {
  .p-footer__container {
    width: 100%;
  }

  .p-footer__logo {
    width: 280px;
  }


  .p-footer__nav1 {
    display: none;
  }

  .p-footer__nav2 {
    display: contents;
    width: 100vw;
  }
  
  .p-footer__nav2__a {
    display: block;
    margin-top: 30px;
    padding-left: 10px
  }

  .p-footer__nav2__br {
    display: inline-block;
  }

  .p-footer__copyright {
    margin-top: 60px;
  }
}

@media screen and (max-width: 720px) {
  .p-footer__message_br {
    display: block;
  }
}


/* Your Quick Rental Guide */

.rental-guide {
  margin-top: 124px;
  margin-bottom: 200px;
}

.c-heading {
    color: #d2e61e;
    font-size: 42px;
    font-weight: 600;
    line-height: 45px;
    letter-spacing: 0.01em;
    margin: 30px auto 10px 0;
}

.c-heading-hr {
    width: 100%;
    border-top: 4px solid #d2e61e;
    margin-bottom: 50px;
}

.p-guide__p {
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 24px;
}

.p-guide__p.--heading {
  margin-bottom: 0;
}

@media screen and (max-width: 960px) {
  .rental-guide {
    margin-top: 80px;
    margin-bottom: 0;
  }

  .for-SP {
    display: contents;
  }

  .c-heading {
    font-size: 24px;
    line-height: 25px;
    letter-spacing: 0;
    margin: 20px auto 5px 0;
  }

  .c-heading-hr {
    margin-bottom: 20px;
  }

  .p-guide__p {
    font-size: 16px;
    margin-bottom: 25px; 
  }
  
  .p-guide__p.--heading{
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 25px;
  }

  .p-guide__text {
    width: 100%;
    margin-bottom: 80px;
  }
}


/* Company information */

.company-information {
  margin-top: 124px;
  margin-bottom: 160px;
}

.c-heading-hr.--company {
  margin-bottom: 70px;
}

.p-company__table {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
}

.p-company__tr {
  width: 100%;
}

.p-company__th {
  display: inline-block;
  width: 190px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;}

.p-company__td {
  display: inline-block;
  max-width: 1000px;
  overflow-wrap: break-word;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
}

@media screen and (max-width: 960px) {
  .company-information {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .c-heading-hr.--company {
  margin-bottom: 20px;
  }

  .p-company__table {
    width: 100%;
    font-weight: 400;
  }
  .p-company__th {
    display: block;
    width: 100%;
    padding-top: 0;
    padding-bottom: 5px;
    border-bottom: 2px solid black;
    font-weight: 400;
  }

  .p-company__td {
    width: 100%;
    padding-top: 10px;
    padding-left: 20px;
  }

  .p-company__table__hr {
    display: none;
  }
}


/* Privacy Policy */

.privacy-policy {
  margin-top: 124px;
}

.p-privacy-policy {
  width: 100%;
  margin-bottom: 310px;
}

.p-privacy-policy h4 {
  font-weight: 600;
  margin-top: 15px;
}

@media screen and (max-width: 960px) {
  .privacy-policy {
    margin-top: 80px;
  }

  .p-privacy-policy {
    margin-bottom: 81px;
  }
}



/* Business Information under the Specified Commercial Transactions Act */

.business-information {
  margin-top: 124px;
}

.p-business-information {
  width: 100%;
  margin-bottom: 310px;
}

.p-business-information h4 {
  font-weight: 600;
  margin-top: 15px;
}

@media screen and (max-width: 960px) {
  .business-information {
    margin-top: 80px;
  }

  .p-business-information {
    margin-bottom: 81px;
  }
}



/* FAQ */

.FAQ {
  margin-top: 124px;
}
.c-heading-hr.--FAQ {
  margin-bottom: 20px;
}

.p-FAQ__h2{
  width: 100%;
  font-size: 24px;
  font-weight: 600;
  line-height: 25px;
  margin-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ababab;
}

.accordion-content {
  display: none;
  padding-top: 8px;
}

.accordion-box {
  padding-bottom: 20px;
}

.accordion-header {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  padding-top: 20px;
  padding-right: 20px;
  margin: 0 auto 0 0;
  border-top: 1px solid #ababab;
  transition: background .3s ease;
  cursor: pointer;
  position: relative;
}

.accordion-header.--no-border {
  border-top: none;
}

.accordion-header::before,
.accordion-header::after{
  position:absolute;
  content:'';
  top:22px;
  right:0;
  bottom:0;
  width:14px;
  height:2px;
  margin:auto;
  background:black;
}
  
.accordion-header::after{
  transform:rotate(-90deg);/* +の縦線 */
  transition:transform 0.3s;
}

.accordion-header.active::after{transform:rotate(0deg);} /* +が-になり、横線と重なる */

.accordion-content {
  padding-right: 20px;
}

.accordion-header span,
.accordion-content span{
  padding-left: 0;
  position: relative;
}

.c-btn.FAQtoContact {
  padding: 21px 52px;
  margin-top: 60px;
  margin-bottom: 80px;
}

@media screen and (max-width: 960px) {
  .FAQ {
    margin-top: 80px;
  }

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

  .accordion-header.span {
    display: inline-block;
    width: 320px;
  }

  .c-btn.FAQtoContact {
    margin-top: 50px;
  }
}



/* Contact */

.contact {
    margin-top: 124px;
}

.c-heading.--contact {
  letter-spacing: 0.01em;
  margin: 30px auto 10px 0;
}

.c-heading-hr.--contact {
  margin-bottom: 20px;
}

.contact__check-faq {
  display: block;
  width: fit-content;
  border-bottom: 1px solid black;
  margin-top: 20px;
}

.p-form {
  width: fit-content;
  margin-left: 0;
  margin-top: 30px;
  font-size: 16px;
  line-height: 17px;
}

.p-form__div {
  display: flex;
}

.p-form__label {
  width: 240px;
}


.p-form__input {
  width: 260px;
  height: 36px;
  border: 1px solid #ababab;
  border-bottom: 2px solid #ababab;
  margin-bottom: 30px;
}

.p-form__input.--email {
  display: block;
  margin-bottom: 16px;
}

.p-form__label.--confirm-email {
  display: block;
  width: fit-content;
  font-size: 14px;
  line-height: 15px;
}


.p-form__textarea {
  width: 490px;
  border: 1px solid #ababab;
  border-bottom: 2px solid #ababab;
  margin-bottom: 30px;
}

.p-form__end {
  margin-left: 240px ;
}

.p-form__checkbox {
  border: 1px solid black;
}

.p-form__label--privacy__a {
  border-bottom: 1px solid black;
  margin-bottom: 30px;
}

.p-button__submit {
  display: block;
  width: fit-content;
  background-color: #6E32B3;
  color: white;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  margin: 30px auto 100px 0;
  padding: 21px 80px;
}

.required {
  color:#F00;
}

.is-error > span {
  color: red;
}

.is-error > input {
  border-color: red;
  }
  
.errorMessage {
  display: block;
  color: red;
  font-size: 10px;
}
  
.error {
  color: red;
  font-size: 0.9em;
  margin-top: 5px;
  display: block;
}

@media screen and (min-width: 961px)and (max-width: 1200px) {
  .p-container {
    width: 90vw;
  }
}

@media screen and (max-width: 960px) {
  .contact {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .p-form {
    margin: 0 auto;
    width: 100%;
  }

  .p-form__div {
    width: 100%;
  }

  .c-heading.--contact {
    color: #d2e61e;
    font-size: 24px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: normal;
    margin: 20px auto 5px 0;
  }

  .contact__check-faq {
    display: block;
    width: fit-content;
    border-bottom: 1px solid black;
    margin: 15px auto 40px 0;
  }

  .p-form__div {
    display: block;
  }

  .p-form__label {
    display: block;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.005em;
  }

  .p-form__input {
    width: 100%;
    margin-bottom: 18px;
  }

  .p-form__textarea {
    width: 100%;
  }

  .p-form__end {
    margin-left: 0;
  }

  .p-form__label--privacy__a {
    font-size: 14px;
    line-height: 15px;
  }

  .p-button__submit {
    margin-bottom: 80px;
  }
}


/* thanks */

.p-container.--thanks {
  margin-top: 124px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  line-height: 17px;
  text-align: left;
}

.c-heading.--thanks {
  margin-top: 30px;
  margin-bottom: 10px;
  margin-left: 0;
}

.thanks__p {
  display: block;
  font-weight: 600;
  margin-top: 50px;
  line-height: 18px;
}

.c-btn.--thanks {
  background-color: black;
  width: auto;
  padding: 20px 38px;
  margin-top: 50px;
  margin-bottom: 300px;
  }
  

@media screen and (max-width: 960px) {
  .p-container.--thanks {
    margin-top: 80px;
  }

  .thanks__p {
    margin-top: 30px;
    font-weight: 400;
    letter-spacing: 0.005em;
  }    
  .c-btn.--thanks {
    margin-bottom: 80px;
  }
}







/* vehicles */

.p-vehicles__heading__back {
  margin-top: 94px;
  height: 140px;
  width: 100%;
  padding: 40px;
  background-color: black;
}

.c-heading.--vehicles {
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-size: 56px;
  line-height: 60px;
}

.p-vehicles__detail01 {
  width: 100%;
  background-color: #EDEDED;
}

.p-vehicles__top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 30px 0 50px;
}

.p-vehicles__img {
  width: 47.5%;
}

.p-vehicles__detail {
  width: 50%;
  font-size: 16px;
  line-height: 25px;
}

.p-vehicles__h3 {
  color: black;
  font-size: 24px;
  line-height: 25px;
  font-weight: 600;
  margin-top: 20px;
}

.p-vehicles__h3__hr {
  width: 100%;
  border-top: 4px solid #d2e61e;
  margin: 8px 0;
}

.p-vehicles__txt {
  font-weight: 600;
  margin-bottom: 20px;
}

.p-vehicles__options {
  width: 100%;
  background-color: white;
  padding: 15px;
}

.p-vehicles__options__h4 {
  font-weight: 600;
}

.p-vehicles__options__ul {
  font-size: 14px;
  font-weight: 400;
  list-style: disc;
}

.p-vehicles__options__li {
 margin-left: 15px;
}

.p-vehicles__options p {
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}

.p-vehicles__detail02 {
  width: 100%;
  background-color: white;
  padding: 50px 0;
}

.p-vehicles__spec {
  width: 100%;
  font-size: 16px;
  margin: 0 0 50px;
  border-collapse: collapse;
}

.p-vehicles__spec__th {
  width: 340px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid black;
}

.p-vehicles__spec__th.--capacity {
  padding-top: 0;
}

.p-vehicles__spec__heading {
  display: block;
  font-weight: 600;
}

.p-vehicles__spec__exp {
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding-top: 5px;
}

.p-vehicles__spec__td {
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid black;
}

.p-vehicles__spec__td.--lineheight {
  padding-top: 7px;
  padding-bottom: 7px;
  line-height: 25px;
}

.p-vehicles__spec__td.--down {
  padding-top: 20px;
}

.p-vehicles__spec__th.--down {
  padding-top: 20px;
}

.p-vehicles__spec__th.--last, .p-vehicles__spec__td.--last {
  border-bottom: none;
}

.c-btn.vehicles-to-reserve {
  padding: 21px 53px;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 960px) {
  .p-vehicles__heading__back {
    margin-top: 60px;
    height: 60px;
    padding: 10px;
  }

  .c-heading.--vehicles {
    font-size: 36px;
    line-height: 40px;
  }

  .p-vehicles__top {
    display: block;
    padding: 10px 0 20px;
  }

  .p-vehicles__img {
    width: 100%;
  }

  .p-vehicles__detail {
    width: 100%;
  }

  .p-vehicles__h3 {
    margin-top: 10px;
  }

  .p-vehicles__txt {
    line-height: 18px;
    letter-spacing: 0.005em;
    margin-bottom: 10px;
  }

  .p-vehicles__detail02 {
    padding-top: 20px;
  }


  .p-vehicles__spec__th, .p-vehicles__spec__td {
    width:100%;
    display:block;
  }

  .p-vehicles__spec__th {
    padding-bottom: 5px;
  }

  .p-vehicles__spec__td {
    padding-left: 20px;
    border-bottom: none;
  }

  .p-vehicles__spec__td.--down {
    padding-top: 10px;
  }

  .p-vehicles__spec__td.--lineheight {
    line-height: 25px;
    padding-top: 7px;
  }

  .p-vehicles__spec__exp {
    padding-top: 0;
  }

  .p-vehicles__spec__th.--last {
    border-bottom: 2px solid black;
  }

  .c-btn.vehicles-to-reserve {
    margin-bottom: 0px;
  }
}