@charset "UTF-8";

/* 下層ページ　共通設定 */
/* 下層MV　page-mv */
.page-mv {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  position: relative;
}
.page-mv.trike-mv {
  background-image: url(..//images/sub/trike/trike-mv.webp);
}
.page-mv.garage-mv {
  background-image: url(..//images/sub/garage/garage-mv.webp);
}
.page-mv.access-mv {
  background-image: url(..//images/sub/access/access-mv.webp);
}
.page-mv.contact-mv {
  background-image: url(..//images/sub/contact/contact-mv.webp);
}
.page-mv .page-ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.page-mv .ttl-ja {
  font-size: 3.2rem;
  font-weight: 900;
  display: block;
}
.page-mv.garage-mv .ttl-ja {
  color: var(--text-on-light);
}
.page-mv .ttl-en {
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--color-vivid);
  display: block;
}
@media screen and (max-width: 1024px) {
  .page-mv {
    height: 200px;
  }
}
@media screen and (max-width: 600px) {
  .page-mv {
    height: 150px;
  }
  .page-mv .ttl-ja {
    font-size: 2.6rem;
  }
  .page-mv .ttl-en {
    font-size: 1.6rem;
  }
}

/*---------------------*/
/* ガレージ garage */
/*---------------------*/
/* ガレージのギャラリー　garage */
.p-garage .inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
.p-garage .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-garage .img:nth-child(1) {
  grid-row: 1;
  grid-column: 1;
}
.p-garage .wide {
  grid-row: 1 / 3;
  grid-column: 2 / 4;
}
.p-garage .img:nth-child(3) {
  grid-row: 2;
  grid-column: 1;
}
.p-garage .img:nth-child(4) {
  grid-row: 3;
  grid-column: 1;
}
.p-garage .img:nth-child(5) {
  grid-row: 3;
  grid-column: 2;
}
.p-garage .full {
  grid-row: 3;
  grid-column: 3;
}
.p-garage .c-btnarea {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-garage .inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-garage .img:nth-child(1) {
    grid-row: 1;
    grid-column: 1;
  }
  .p-garage .img:nth-child(3) {
    grid-row: 1;
    grid-column: 2;
  }
  .p-garage .wide {
    grid-row: 2;
    grid-column: 1 / 3;
  }
  .p-garage .img:nth-child(4) {
    grid-row: 3;
    grid-column: 1 / 3;
  }
  .p-garage .img:nth-child(5) {
    grid-row: 4;
    grid-column: 1;
  }
  .p-garage .img:nth-child(6) {
    grid-row: 4;
    grid-column: 2;
  }
  .p-garage .c-btnarea {
    margin-top: 40px;
  }
}
@media screen and (max-width: 430px) {
  .p-garage .inner {
    grid-template-columns: 1fr;
  }
  .p-garage .img,
  .p-garage .img:nth-child(n) {
    grid-row: auto;
    grid-column: 1;
  }
}

/* ガレージPR pr */
.p-pr .content {
  position: relative;
}
.p-pr .map-area {
  position: absolute;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.p-pr iframe {
  width: 100%;
  height: 100%;
}
.p-pr .info-area {
  max-width: 50%;
  margin: 0 0 0 auto;
}
.p-pr .name-box {
  padding: 40px;
  color: var(--text-secondary);
}
.p-pr .name-en {
  font-size: 5.2rem;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 10px;
}
.p-pr .name-ja {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.p-pr .address {
  font-size: 1.8rem;
  color: var(--text-primary);
}
.p-pr .contact {
  background-color: var(--bg-primary);
  padding: 20px 40px;
  color: var(--text-on-light);
}
.p-pr .lead {
  font-size: 1.8rem;
}
.p-pr .tel {
  color: var(--text-accent);
  font-size: 4.2rem;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
.p-pr .tel span {
  font-size: 2.6rem;
}
.p-pr .staff {
  font-size: 1.8rem;
}
@media screen and (max-width: 1280px) {
  .p-pr .name-box {
    padding: 20px 20px 20px 30px;
  }
  .p-pr .name-en {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-pr .name-box {
    padding: 0px 0px 20px 30px;
  }
  .p-pr .name-en {
    font-size: 4rem;
  }
  .p-pr .name-ja {
    font-size: 1.6rem;
  }
  .p-pr .contact {
    padding: 15px 30px;
  }
  .p-pr .lead {
    font-size: 1.6rem;
  }
  .p-pr .tel {
    font-size: 3.6rem;
  }
  .p-pr .tel span {
    font-size: 2.2rem;
  }
  .p-pr .staff {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 960px) {
  .p-pr .map-area {
    position: relative;
    width: 100%;
  }
  .p-pr iframe {
    height: 260px;
  }
  .p-pr .info-area {
    max-width: 500px;
    margin: 20px auto 0 auto;
  }
  .p-pr .name-box {
    padding: 0px;
    margin-bottom: 20px;
    text-align: center;
  }
  .p-pr .contact {
    text-align: center;
  }
  .p-pr .tel {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 430px) {
  .p-pr .name-en {
    font-size: 3.2rem;
    margin-bottom: 5px;
  }
  .p-pr .name-ja {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  .p-pr .address {
    font-size: 1.6rem;
  }
  .p-pr .contact {
    padding: 10px;
  }
  .p-pr .lead {
    font-size: 1.4rem;
  }
  .p-pr .tel {
    font-size: 2.6rem;
    margin-bottom: 0;
  }
  .p-pr .tel span {
    font-size: 1.6rem;
  }
  .p-pr .staff {
    font-size: 1.6rem;
  }
}

/*---------------------*/
/* トライク　trike */
/*---------------------*/
/* 思い出　memory */
.p-memory .img-box {
  margin-bottom: 20px;
}

/* レンタルトライク一覧　trikelist */
.p-trikelist .content {
  display: flex;
  flex-direction: column;
  row-gap: 80px;
}
.p-trikelist .content .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.p-trikelist .img-box {
  padding-right: 40px;
}
.p-trikelist .table {
  padding: 20px 20px 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-trikelist .list-ttl {
  font-size: 2.6rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 20px;
  text-align: left;
}
.p-trikelist .spec-list {
  list-style: none;
  width: 100%;
}
.p-trikelist .spec-item {
  display: grid;
  grid-template-columns: 30% 70%;
  align-items: center;
  border-bottom: 1px solid #707070;
}
.p-trikelist .spec-item:first-child {
  border-top: 1px solid #707070;
}
.p-trikelist .cell {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
}
.p-trikelist .spec-label {
  text-align: center;
  border-right: 1px solid #707070;
}
.p-trikelist .spec-value {
  padding-left: 30px;
}
.p-trikelist .kome {
  margin-top: 40px;
}
.p-trikelist .kome p {
  font-size: 2.6rem;
  font-weight: 600;
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 10px;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .p-trikelist .img-box {
    padding-right: 20px;
  }
  .p-trikelist .spec-item {
    font-size: 1.6rem;
  }
  .p-trikelist .list-ttl {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .p-trikelist .table {
    padding: 0;
  }
  .p-trikelist .kome p {
    font-size: 2rem;
    letter-spacing: 1.2px;
  }
}
@media screen and (max-width: 600px) {
  .p-trikelist .content {
    row-gap: 50px;
  }
  .p-trikelist .spec-item {
    grid-template-columns: 35% 65%;
  }
  .p-trikelist .img-box {
    padding-right: 15px;
  }
  .p-trikelist .list-ttl {
    font-size: 2rem;
    margin-bottom: 8px;
  }
  .p-trikelist .list-ttl {
    font-size: 1.8rem;
  }
  .p-trikelist .spec-item {
    font-size: 1.4rem;
  }
  .p-trikelist .cell {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .p-trikelist .spec-value {
    padding-left: 10px;
  }
}
@media screen and (max-width: 500px) {
  .p-trikelist .content .list {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
  }
  .p-trikelist .kome p {
    font-size: 1.6rem;
  }
}

/* レンタルの流れ　process */
.p-process {
  margin-bottom: 0;
}
.p-process .content {
  background-color: var(--bg-light);
  display: flex;
  flex-direction: column;
  row-gap: 60px;
  padding: 20px 20px 20px 0;
}
.p-process .sub-ttl {
  background-color: var(--bg-secondary);
  color: var(--text-secondary);
  font-size: 2.6rem;
  font-weight: 600;
  display: inline-block;
  padding: 10px 30px;
  margin-bottom: 20px;
}
.p-process .para-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 120px;
}
.p-process .para {
  display: grid;
  grid-template-columns: 65% 35%;
  position: relative;
}
.p-process .para:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 30px 0 30px;
  border-color: var(--bg-secondary) transparent transparent transparent;
}
.p-process .text-box {
  padding: 0 30px;
  margin-bottom: 20px;
}
.p-process .caution {
  color: var(--color-vivid);
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.p-process .caution-list {
  list-style: decimal;
  padding-left: 1.5em;
  line-height: 2;
  font-weight: 600;
}
.p-process .step-box {
  background-color: var(--bg-primary);
  padding: 10px 10px 20px 10px;
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  color: var(--text-accent);
  display: inline-block;
  min-width: 160px;
  line-height: 1;
  margin-bottom: 30px;
}
.p-process .number {
  font-size: 5rem;
}
.p-process .step-ttl {
  font-size: 2.6rem;
  color: var(--color-vivid);
  margin-bottom: 10px;
}
.p-process .img-box {
  padding-left: 30px;
}
@media screen and (max-width: 1024px) {
  .p-process .content {
    row-gap: 40px;
  }
  .p-process .caution {
    font-size: 2rem;
  }
  .p-process .step-box {
    min-width: 150px;
    margin-bottom: 10px;
    padding: 5px 5px 15px 5px;
  }
  .p-process .number {
    font-size: 4rem;
    margin-left: 5px;
  }
  .p-process .step-ttl {
    font-size: 2.4rem;
  }
  .p-process .img-box {
    padding-left: 0px;
  }
  .p-process .para:not(:last-child)::after {
    border-width: 40px 30px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-process .content {
    padding: 20px 0;
  }
  .p-process .sub-ttl {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .p-process .caution {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
  .p-process .para {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    padding: 0 15px;
  }
  .p-process .text-box {
    padding: 0;
    margin-bottom: 0;
  }
  .p-process .caution-box {
    padding: 0 15px;
  }
  .p-process .number {
    font-size: 3rem;
  }
  .p-process .step-ttl {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 430px) {
  .p-process .para-wrapper {
    row-gap: 80px;
  }
  .p-process .para:not(:last-child)::after {
    border-width: 30px 25px 0 25px;
    bottom: -50px;
  }
  .p-process .caution-list {
    line-height: 1.6;
  }
}

/*---------------------*/
/* アクセス access */
/*---------------------*/
/* 店舗情報 shop */
.p-shop .info-table {
  width: 100%;
  margin-bottom: 60px;
  border: 2px solid var(--bg-dark);
}
.p-shop .info-table th,
.p-shop .info-table td {
  padding: 20px 0;
  border-bottom: 2px solid var(--bg-dark);
}
.p-shop .info-table th {
  width: 20%;
  border-right: 2px solid var(--bg-dark);
  text-align: center;
  vertical-align: middle;
}
.p-shop .info-table tr:last-child th,
.p-shop .info-table tr:last-child td {
  border-bottom: none;
}
.p-shop .info-table td {
  text-align: left;
  padding-left: 50px;
  padding-right: 30px;
}
@media screen and (max-width: 1024px) {
  .p-shop .info-table th,
  .p-shop .info-table td {
    padding: 15px 0;
  }
  .p-shop .info-table td {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 600px) {
  .p-shop .info-table th,
  .p-shop .info-table td {
    padding: 10px 0;
  }
  .p-shop .info-table th {
    width: 6em;
  }
  .p-shop .info-table td {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 430px) {
  .p-shop .info-table th,
  .p-shop .info-table td {
    font-size: 1.4rem;
  }
  .p-shop .info-table td {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* アクセスマップ access */
.p-access iframe {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-access iframe {
    height: 300px;
  }
}

/*---------------------*/
/* お問い合わせ contact */
/*---------------------*/
.contact-mv .ttl-ja {
  color: var(--text-on-light);
}
/* お電話でのお問い合わせ　stel */
.p-stel .tel-box {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.p-stel .number {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  font-size: 4rem;
  line-height: 1;
  font-weight: bold;
  color: var(--color-vivid);
  margin-bottom: 10px;
}
.p-stel .number::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 32px;
  background-image: url(..//images/common/icon-tel-red.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.p-stel .time {
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-stel .number {
    font-size: 3rem;
  }
  .p-stel .time {
    font-size: 1.8rem;
  }
}

/* メールでのお問い合わせ　contact */
.p-contact .p-contact-form {
  padding: 0px 50px;
}
.p-contact .form-list {
  margin-bottom: 50px;
}
.p-contact .form-item {
  display: flex;
  padding: 20px 0;
  column-gap: 10px;
  margin-bottom: 10px;
}
.p-contact .form-item dt {
  width: 220px;
  font-weight: 800;
  font-size: 1.6rem;
  padding-top: 10px;
}
.p-contact .form-item dt span {
  background-color: var(--color-vivid);
  color: var(--text-on-light);
  padding: 2px 6px;
  margin-left: 10px;
  font-size: 1.2rem;
  font-weight: 400;
}
.p-contact .form-item dd {
  width: 80%;
  margin: 0;
}
.p-contact .form-item input[type="text"],
.p-contact .form-item input[type="email"],
.p-contact .form-item input[type="tel"],
.p-contact .form-item textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 4px;
  font-size: 1.6rem;
  box-sizing: border-box;
}
.p-contact .form-item textarea {
  resize: vertical;
}
.p-contact .c-btn {
  background-color: var(--bg-primary);
  font-weight: 600;
  font-size: 2rem;
  width: 250px;
  padding: 10px;
}
@media screen and (max-width: 960px) {
  .p-contact .p-note .text-area {
    text-align: left;
  }
  .p-contact .p-note .text-area br {
    display: none;
  }
  .p-contact .p-contact-form {
    padding: 0px;
  }
  .p-contact .p-contact-form .form-list {
    margin-bottom: 30px;
  }
  .p-contact .form-item {
    flex-direction: column;
    padding: 0;
  }
  .p-contact .form-item dt,
  .p-contact .form-item dd {
    width: 100%;
  }
  .p-contact .form-item dt {
    margin-bottom: 5px;
    font-size: 1.4rem;
  }
  .p-contact .form-item input[type="text"],
  .p-contact .form-item input[type="email"],
  .p-contact .form-item input[type="tel"],
  .p-contact .form-item textarea {
    font-size: 1.4rem;
  }
  .p-contact .c-btn {
    font-size: 1.8rem;
  }
}

/* リキャプチャ */
.contact-caption {
  max-width: 680px;
  margin: 40px auto 20px;
  font-size: 1.4rem;
}
.recaptcha-wrapper {
  text-align: center;
  margin-top: 30px;
  line-height: 2;
}
.recaptcha-wrapper p {
  font-size: 1.4rem;
}
.recaptcha-wrapper p a {
  color: var(--bg-primary);
}
.recaptcha-br {
  display: none;
}
.recaptcha-br2 {
  display: none;
}

@media (max-width: 600px) {
  .contact-caption {
    font-size: 1.3rem;
  }
  .recaptcha-wrapper p {
    font-size: 12px;
  }
  .recaptcha-br {
    display: block;
  }
}
@media (max-width: 430px) {
  .recaptcha-br2 {
    display: block;
  }
}
