@charset "UTF-8";
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  font-feature-settings: "palt" 1;
  -webkit-font-feature-settings: "palt" 1;
}
@media screen and (min-width: 1600px) {
  body {
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 1000px) {
  body {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3.2vw;
  }
}

a {
  transition-duration: 0.3s;
}
a:hover {
  opacity: 0.6;
}

/*************
	標準リンク
 *************/
a:link,
a:visited,
a:active {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

section,
div,
p,
span,
ul,
li,
a,
button,
input,
textarea,
select,
option,
label {
  box-sizing: border-box;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

p {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media screen and (max-width: 1000px) {
  .tab-none {
    display: none;
  }
}

.tab-block {
  display: none;
}
@media screen and (max-width: 1000px) {
  .tab-block {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}

.sp-block {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-block {
    display: block;
  }
}

.hero {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  background: var(--hero-bg, #f0f0f0) center/cover no-repeat;
  color: #fff;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--hero-overlay, rgba(0, 0, 0, 0.45));
  z-index: -1;
}

.hero__inner {
  position: relative;
  width: min(68.75rem, 100%);
  padding: 0 1.5rem;
}

.hero__title {
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

.hero__sub {
  margin: 0.75rem 0 0;
  font-size: 1.25rem;
  line-height: 1.55;
  letter-spacing: 0.01em;
}

.hero--primary {
  min-height: 20.9375rem;
  --hero-overlay: rgba(7, 24, 37, 0.55);
  --hero-bg: url("../../assets/images/guide_bg.webp");
}

.hero--primary .hero__title {
  font-size: 3.4375rem;
  color: #fff;
}

.hero--primary .hero__sub {
  color: #fafafa;
  font-weight: 700;
}

.hero--secondary {
  min-height: 23.4375rem;
  --hero-overlay: rgba(210, 81, 58, 0.65);
  --hero-bg: url("../../assets/images/recruit_bg.webp");
}

.hero--secondary .hero__title {
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  font-size: 4.375rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .hero--secondary .hero__title {
    font-size: 8.1vw;
  }
}

.hero--secondary .hero__sub {
  color: #fafafa;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.hero--tertiary {
  min-height: 15.5rem;
  background: #fff;
}

.hero--tertiary::before {
  content: none;
}

.hero--tertiary .hero__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 3.4375rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #2d2d2d;
}

.hero--tertiary .hero__sub {
  color: #2d2d2d;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.hero--recruit {
  padding-block: 5.125em 4.875em;
  background-color: #fff;
}
.hero--recruit::before {
  display: none;
}
.hero--recruit .heading--recruit {
  color: #2D2D2D;
  font-size: 3.4375em;
  font-weight: 900;
}
.hero--recruit .hero__sub {
  color: #2D2D2D;
  font-size: 1.25em;
  font-weight: 900;
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .hero--primary,
  .hero--secondary,
  .hero--tertiary {
    min-height: 58.6667vw;
  }
  .hero__title {
    font-size: 9.6vw;
  }
  .hero--secondary {
    min-height: 40.90909vw;
  }
  .hero--secondary .hero__title {
    font-size: 8.181vw;
  }
  .hero__sub {
    font-size: 4.2667vw;
  }
}
.bnrArea {
  padding-block: 0em 3em;
}
.bnrArea_item {
  max-width: 50em;
  width: 90%;
  margin-inline: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .bnrArea_item {
    width: 70%;
  }
}

.rent-search-aside {
  background-color: #00913a;
  padding-block: 2.75em 3.125em;
  margin-top: 6.25em;
}
.rent-search-aside .container {
  max-width: 64em;
  width: 92%;
  margin-inline: auto;
}
.rent-search-aside__title {
  font-size: 1.875em;
  text-align: center;
  color: #fff;
  font-weight: 700;
}
.rent-search-aside__list {
  display: flex;
  gap: 3.25em;
  justify-content: center;
  max-width: 64em;
  margin-inline: auto;
  margin-top: 2.5em;
}
.rent-search-aside__item {
  width: 30.4375em;
  display: flex;
  flex-direction: column;
}
.rent-search-aside__head {
  display: flex;
  align-items: center;
  gap: 0.8em;
  color: #fff;
}
.rent-search-aside__icon {
  width: 3.75em;
  height: 2.25em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.rent-search-aside__head-text {
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
}
.rent-search-aside__body {
  display: block;
  background-color: #fff;
  padding: 1.25em 1.25em 1em;
  text-align: center;
  border-top-right-radius: 1em;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
  min-height: 8.5em;
}
.rent-search-aside__cta {
  color: #00913a;
  font-size: 1.5625em;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  justify-content: center;
}
.rent-search-aside__cta-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em 0 0.4em 0.6em;
  border-color: transparent transparent transparent #00913a;
}
.rent-search-aside__image {
  margin-top: 0.75em;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .rent-search-aside {
    padding: 10vw 0;
  }
  .rent-search-aside__title {
    font-size: 6.8181818vw;
  }
  .rent-search-aside__list {
    flex-direction: column;
    align-items: center;
    gap: 6vw;
  }
  .rent-search-aside__item {
    width: 90vw;
    border-radius: 4.5vw;
  }
  .rent-search-aside__head {
    gap: 1.136363vw;
  }
  .rent-search-aside__icon {
    width: 18.18181vw;
    height: 9.0909vw;
  }
  .rent-search-aside__head-text {
    font-size: 5.2272vw;
    white-space: normal;
  }
  .rent-search-aside__body {
    padding: 4vw 4.5vw 6vw;
    min-height: 22.72727vw;
  }
  .rent-search-aside__cta {
    font-size: 5.6818181818vw;
    gap: 1.2vw;
  }
  .rent-search-aside__image {
    margin-top: 0;
  }
}

.rent-aside {
  padding: 2.5em 0;
}
.rent-aside__list {
  display: flex;
  gap: 1em;
  align-items: stretch;
  justify-content: space-between;
  max-width: 68.75em;
  width: 92%;
  margin-inline: auto;
}
.rent-aside__item {
  background-color: #00913a;
  color: #fff;
  border-radius: 1.25em;
  width: 32%;
  padding: 1.75em 1.4375em 2.1875em;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.875em;
}
.rent-aside__title {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1;
}
.rent-aside__text {
  font-size: 0.85em;
  line-height: 1.6;
  letter-spacing: 0;
}
.rent-aside__btn {
  margin-top: 0.25em;
  display: flex;
  justify-content: center;
  width: 100%;
}
.rent-aside__btn .linkBtn {
  font-size: 1em;
}
@media screen and (max-width: 1250px) {
  .rent-aside__btn .linkBtn {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 768px) {
  .rent-aside {
    padding: 10vw 0;
  }
  .rent-aside__list {
    flex-direction: column;
    gap: 5vw;
    align-items: center;
  }
  .rent-aside__item {
    width: 73.181818vw;
    padding: 7.4vw 6.1vw;
    border-radius: 5.3vw;
    gap: 4vw;
  }
  .rent-aside__title {
    font-size: 4.54545vw;
  }
  .rent-aside__text {
    font-size: 2.72727vw;
    line-height: 1.7;
  }
  .rent-aside__btn {
    margin-top: 1vw;
  }
  .rent-aside__btn .linkBtn {
    width: 54vw;
  }
}

.heading {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5625em;
  letter-spacing: 0em;
}
.heading.medium {
  font-size: 1.875em;
}
.heading.small {
  font-size: 1.25em;
}
.heading.dots {
  padding-left: 1.3em;
  position: relative;
}
.heading.dots::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  border-radius: 50%;
}
.heading.dots.dots-green::before {
  background-color: #00913A;
}
.heading.dots.dots-orange::before {
  background-color: #E66D1B;
}
.heading.gothicAntique {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.heading.white {
  color: #fff;
}
.heading.circle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3em;
}
@media screen and (max-width: 768px) {
  .heading.circle {
    flex-direction: column;
  }
}
.heading.bg-green {
  background-color: #00913A;
  border-radius: 0.4em;
  padding-block: 0.5em;
  text-align: center;
}
.heading.bg-red {
  background-color: #D52940;
  border-radius: 0.4em;
  padding-block: 0.5em;
  text-align: center;
}
.heading.bg-blue {
  background-color: #4977CB;
  border-radius: 0.4em;
  padding-block: 0.5em;
  text-align: center;
}
.heading.bg-orange {
  background-color: #E66D1B;
  border-radius: 0.4em;
  padding-block: 0.5em;
  text-align: center;
}
.heading.green {
  color: #00913A;
}
.heading.border-green {
  border-top: 2px solid #00913A;
  border-bottom: 2px solid #00913A;
  padding-block: 0.2em 0.24em;
  text-align: center;
}
.heading.red {
  color: #D52940;
}
.heading.border-red {
  border-top: 2px solid #D52940;
  border-bottom: 2px solid #D52940;
  padding-block: 0.2em 0.24em;
  text-align: center;
}
.heading.border-orange {
  border-top: 2px solid #E66D1B;
  border-bottom: 2px solid #E66D1B;
  padding-block: 0.2em 0.24em;
  text-align: center;
}
.heading.rounded-red {
  border-radius: 2em;
  text-align: center;
  border: 1px solid #D52940;
}
.heading.orange {
  color: #E66D1B;
}
.heading.border-orange {
  border-top: 2px solid #E66D1B;
  border-bottom: 2px solid #E66D1B;
  padding-block: 0.2em 0.24em;
  text-align: center;
}
.heading__circle {
  width: 1.5333333333em;
  height: 1.5333333333em;
  border-radius: 50%;
  background-color: #D52940;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  display: block;
}

@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.hero-rent {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  text-align: center;
  color: #fff;
  height: 15.75em;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .hero-rent {
    height: auto;
    padding-bottom: 0;
    padding-top: 2em;
  }
}
.hero-rent h1 {
  margin-top: 1.5em;
}
@media screen and (max-width: 768px) {
  .hero-rent h1 {
    margin-top: 0;
  }
}
.hero-rent__sub-inner {
  display: flex;
  width: max(60.125em, 73.33333vw);
  margin-left: auto;
  margin-top: 4.5em;
  position: relative;
  animation: slideInFromRight 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@media screen and (max-width: 768px) {
  .hero-rent__sub-inner {
    width: 100%;
    margin-top: 2.5em;
  }
}
.hero-rent__sub-inner::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: -1;
  width: max(55.75em, 70.6666666667vw);
  height: 4.60946em;
  background: #00913a;
}
@media screen and (max-width: 768px) {
  .hero-rent__sub-inner::before {
    bottom: 0;
    transform: translateY(0);
    right: auto;
    left: 0;
    height: 100%;
    top: auto;
    width: 100%;
  }
}
.hero-rent__sub-icon {
  width: 11em;
  height: 6em;
}
@media screen and (max-width: 768px) {
  .hero-rent__sub-icon {
    height: auto;
    width: 5.5em;
    position: absolute;
    top: -1.5em;
    display: none;
  }
}
.hero-rent__sub {
  font-size: 1em;
  text-align: left;
  letter-spacing: 0em;
  margin-left: 1.14285em;
  margin-right: 4.2857em;
  margin-block: 0;
  padding-block: 1.2em;
  color: #fff;
  font-weight: bold;
  opacity: 0;
  animation: fadeIn 0.5s ease-out 1.5s forwards;
}
@media screen and (max-width: 768px) {
  .hero-rent__sub {
    margin-inline: 1.5em;
  }
}

.onewayPage .hero-rent,
.faqPage .hero-rent {
  height: 7.2em;
}
@media screen and (max-width: 768px) {
  .onewayPage .hero-rent,
  .faqPage .hero-rent {
    padding-top: 2em;
  }
}
.onewayPage .hero-rent__sub-inner,
.faqPage .hero-rent__sub-inner {
  display: none;
}
.onewayPage .hero-rent h1,
.faqPage .hero-rent h1 {
  margin-top: 0;
}

.hgroup-rent {
  width: 100%;
  color: #fff;
}
.hgroup-rent.hgroup-black .hgroup-rent__inner {
  background-color: #2e2e2e;
  border-radius: 0 0.9375em 0.9375em 0.9375em;
  padding: 1em 2em 2.125em;
}
@media screen and (max-width: 768px) {
  .hgroup-rent.hgroup-black .hgroup-rent__inner {
    padding: 0.7em 2em 1.8em;
  }
}
.hgroup-rent.half {
  width: 58%;
}
@media screen and (max-width: 768px) {
  .hgroup-rent.half {
    width: 100%;
  }
}
.hgroup-rent.half .hgroup-rent__inner {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
@media screen and (max-width: 768px) {
  .hgroup-rent.half .hgroup-rent__inner {
    border-radius: 0.9375em;
  }
}
.hgroup-rent__en {
  font-size: 1.6875em;
  font-weight: 900;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000000;
}
.hgroup-rent__en-text {
  margin-block: 0;
  line-height: 1;
}
.hgroup-rent__sub {
  font-size: 1em;
  letter-spacing: 0em;
  color: #fff;
  margin-top: 1em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .hgroup-rent__sub {
    text-align: justify;
    font-size: 1.1em;
  }
}
.hgroup-rent.hgroup-green {
  position: relative;
}
.hgroup-rent.hgroup-green::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  z-index: -1;
  width: 55%;
  height: 3em;
  background-color: #00913a;
  transition: width 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media screen and (max-width: 768px) {
  .hgroup-rent.hgroup-green::before {
    content: none;
  }
}
.hgroup-rent.hgroup-green.is-animated::before {
  width: 95%;
}
.hgroup-rent.hgroup-green .hgroup-rent__inner {
  background-color: #00913a;
  border-radius: 0.9375em 0.9375em 0 0.9375em;
  padding: 0.9375em 2.125em 0.9375em;
  width: 58%;
  margin-top: 4.9375em;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .hgroup-rent.hgroup-green .hgroup-rent__inner {
    width: 100%;
    border-radius: 0.9375em;
    margin-top: 0.9em;
  }
}
.hgroup-rent.hgroup-green .hgroup-rent__icon {
  width: 7.5em;
  height: 3.75em;
  transform: rotate(180deg);
  position: absolute;
  bottom: -0.375em;
  left: 45.5%;
  transition: left 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media screen and (max-width: 768px) {
  .hgroup-rent.hgroup-green .hgroup-rent__icon {
    width: 5.5em;
    height: auto;
    transform: rotate(0deg);
    position: absolute;
    bottom: auto;
    right: auto;
    left: 0;
    top: -0.45em;
    opacity: 0;
    transition: opacity 0.5s ease;
  }
}
.hgroup-rent.hgroup-green.is-animated .hgroup-rent__icon {
  left: 87.5%;
}
@media screen and (max-width: 768px) {
  .hgroup-rent.hgroup-green.is-animated .hgroup-rent__icon {
    left: 0;
    opacity: 1;
  }
}
.hgroup-rent.hgroup-green .hgroup-rent__en {
  font-size: 3.4375em;
  position: absolute;
  bottom: 1.2em;
  left: 12.6363636em;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 1s;
}
@media screen and (max-width: 768px) {
  .hgroup-rent.hgroup-green .hgroup-rent__en {
    position: relative;
    top: auto;
    left: auto;
    font-size: 1.75em;
    padding-left: 3.5em;
    letter-spacing: 0em;
    opacity: 0;
    transition: opacity 0.5s ease 0.3s;
    bottom: auto;
  }
}
.hgroup-rent.hgroup-green.is-animated .hgroup-rent__en {
  opacity: 1;
}

.table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #2a2929;
}
.table th {
  background-color: #e7e7e7;
  border-right: 1px solid #2a2929;
}
.table th,
.table td {
  font-size: 1em;
  letter-spacing: 0;
  font-weight: 700;
  padding: 1.166em 1.46666em;
  text-align: left;
  border-bottom: 1px solid #2a2929;
}
.table.tableHalf th,
.table.tableHalf td {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .table.tableHalf th,
  .table.tableHalf td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-right: 0;
    padding: 3.181vw 2.7272vw;
    font-size: 3.40909vw;
    letter-spacing: -0.05em;
  }
  .table.tableHalf tr:last-child td {
    border-bottom: none;
  }
  .table.tableHalf .linkBtn.square {
    display: block;
    width: 75.27272vw;
    margin-inline: auto;
    margin-top: 4.090909vw;
  }
}
@media screen and (max-width: 768px) {
  .table.tableHalf.tableHalf_sp th,
  .table.tableHalf.tableHalf_sp td {
    width: 50%;
    display: table-cell;
  }
  .table.tableHalf.tableHalf_sp th {
    border-right: 1px solid #2a2929;
  }
}
@media screen and (max-width: 768px) {
  .table.tableHalf.tableQuarter_sp th,
  .table.tableHalf.tableQuarter_sp td {
    display: table-cell;
  }
  .table.tableHalf.tableQuarter_sp th {
    width: 73.5294vw;
    border-right: 1px solid #2a2929;
  }
  .table.tableHalf.tableQuarter_sp td {
    width: 26.470588vw;
    text-align: center;
  }
}
.table.tableThird th {
  width: 43%;
}
.table.tableThird td {
  width: 57%;
}
.table.tableQuarter th {
  width: 15%;
}
.table.tableQuarter td {
  width: 85%;
}
@media screen and (max-width: 768px) {
  .table.tableQuarter th,
  .table.tableQuarter td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-right: none;
    font-size: 3.40909vw;
    letter-spacing: -0.05em;
    padding: 3.181vw 2.7272vw;
  }
  .table.tableQuarter tr:last-child td {
    border-bottom: none;
  }
}
.table-note {
  font-size: 0.75em;
  letter-spacing: 0;
  margin-top: 1.2em;
  color: #000;
}
@media screen and (max-width: 768px) {
  .table-note {
    font-size: 2.72727vw;
    margin-top: 2.27272vw;
  }
}

.logo-box-container {
  display: flex;
  align-items: center;
  gap: 6.42857em;
}
@media screen and (max-width: 768px) {
  .logo-box-container {
    flex-direction: column;
    gap: 6.81818vw;
  }
}

.logo-img-01 {
  width: 8.57142em;
}
@media screen and (max-width: 768px) {
  .logo-img-01 {
    width: 19.8636vw;
  }
}

.logo-box {
  display: flex;
  align-items: center;
  gap: 1.571428em;
}
@media screen and (max-width: 768px) {
  .logo-box {
    gap: 2.27272vw;
  }
}
@media screen and (max-width: 768px) {
  .logo-box_list {
    width: 61.81818vw;
  }
}
@media screen and (max-width: 768px) {
  .logo-box_list li {
    font-size: 3.40909vw;
  }
}

.logo-img-02 {
  width: 4.3571428em;
}
@media screen and (max-width: 768px) {
  .logo-img-02 {
    width: 11.04545vw;
    margin-right: 4vw;
    margin-left: 4vw;
  }
}

.icon-dot {
  color: #00913a;
}

.list {
  margin-bottom: 1em;
}
.list-item {
  font-size: 0.8334em;
}

.reservationFloating {
  width: 100%;
  position: sticky;
  background-color: #00913a;
  border-radius: 0.9375em;
  padding: 1em 1em 0.5em;
  top: 8.5em;
  z-index: 10;
  color: #fff;
}
.reservationFloating_ttl {
  text-align: center;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1;
}
.reservationFloating_inputArea {
  margin-top: 0.5em;
}
.reservationFloating_inputArea:first-of-type {
  margin-top: 1em;
}
.reservationFloating_inputArea_ttl {
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1;
}
.reservationFloating_inputArea input {
  width: 100%;
  font-size: 0.875em;
  border-radius: 0.43em;
  padding-block: 0.2em 0.3em;
  margin-top: 0.5em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  border: none;
  padding-left: 0.8em;
  border: 0.07em solid #fff;
}
.reservationFloating_inputArea select {
  width: 100%;
  font-size: 0.875em;
  border-radius: 0.43em;
  padding-block: 0.2em 0.3em;
  margin-top: 0.5em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  border: none;
  padding-left: 0.8em;
}
.reservationFloating_btn {
  text-align: center;
  margin-top: 1em;
}
.reservationFloating_btn .linkBtn {
  margin-inline: auto;
  width: 100%;
  padding-inline: 1em 2em;
  font-size: 1em;
}
@media screen and (max-width: 1250px) {
  .reservationFloating_btn .linkBtn {
    font-size: 1.22vw;
  }
}
.reservationFloating_cancel {
  text-align: center;
  margin-top: 0.5em;
}
.reservationFloating_cancel_link {
  display: inline-block;
  color: #fff;
  font-size: 0.75em;
  font-weight: 500;
}
.reservationFloating_cancel_link:link, .reservationFloating_cancel_link:visited {
  color: #fff;
}

.guideFlowContent {
  width: 14em;
}
@media screen and (max-width: 768px) {
  .guideFlowContent {
    width: 100%;
  }
}
.guideFlowContent .pc-only {
  display: block;
}
@media screen and (max-width: 768px) {
  .guideFlowContent .pc-only {
    display: none;
  }
}
.guideFlowContent .sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .guideFlowContent .sp-only {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .guideFlowContent:first-of-type .guideFlowContent_titleArea::after {
    top: 256%;
  }
}
.guideFlowContent_titleArea {
  border-radius: 1.25em;
  background: #FFF;
  padding: 1.25em 1.25em 1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .guideFlowContent_titleArea {
    display: flex;
    align-items: center;
    padding-block: 0;
    height: 27.9545vw;
  }
}
.guideFlowContent_titleArea::after {
  position: absolute;
  right: -1.5em;
  content: "";
  background-image: url(../images/icon/arrow_forward_icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 0.75em;
  height: 1.6666666667em;
  top: 50%;
}
@media screen and (max-width: 768px) {
  .guideFlowContent_titleArea::after {
    top: 278%;
    right: 50%;
    width: 5.4545454vw;
    height: 5.4545454vw;
    transform: translateX(50%) rotate(90deg);
  }
}
.guideFlowContent:last-child .guideFlowContent_titleArea::after {
  display: none;
}
.guideFlowContent_title {
  font-size: 1.875em;
  font-weight: bold;
  color: var(--title-color, #00913A);
  text-align: center;
}
@media screen and (max-width: 1250px) {
  .guideFlowContent_title {
    font-size: 1.375em;
  }
}
@media screen and (max-width: 768px) {
  .guideFlowContent_title {
    font-size: 6.818vw;
    width: 40%;
  }
}
.guideFlowContent_num {
  font-size: 1.1666em;
  font-weight: bold;
  color: var(--title-color, #00913A);
  margin-right: 0.1428em;
}
@media screen and (max-width: 768px) {
  .guideFlowContent_num {
    font-size: 7.954545vw;
  }
}
.guideFlowContent_title_image {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .guideFlowContent_title_image {
    width: 60%;
  }
}
.guideFlowContent_lottie {
  width: 100%;
  aspect-ratio: 1/1;
}
.guideFlowContent_paragraph {
  font-size: 0.85em;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0em;
  margin-top: 1.1666666em;
  min-height: 10.75em;
}
@media screen and (max-width: 1250px) {
  .guideFlowContent_paragraph {
    min-height: 14.75em;
  }
}
@media screen and (max-width: 768px) {
  .guideFlowContent_paragraph {
    min-height: auto;
  }
}
.guideFlowContent_linkBtn {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .guideFlowContent_linkBtn {
    display: flex;
    column-gap: 1.8181818vw;
  }
}
.guideFlowContent_linkBtn_link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  margin-top: 1.1666666em;
  text-decoration: none;
  background-color: #fff;
  min-height: 3.9285714286em;
  position: relative;
  font-size: 0.875em;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0em;
  color: var(--title-color, #00913A) !important;
  width: 100%;
  border-radius: 0.714285em;
  box-shadow: 0 0.4285714286em 0 0 #196136;
}
@media screen and (max-width: 1000px) {
  .guideFlowContent_linkBtn_link {
    font-size: 0.72em;
  }
}
.guideFlowContent_linkBtn_link:hover {
  opacity: 1;
  transform: translateY(0.25em);
  box-shadow: 0 0em transparent;
}
.guideFlowContent_linkBtn_link svg {
  color: var(--title-color, #00913A) !important;
  position: absolute;
  right: 1em;
}
.guideFlowContent_linkBtn_link svg.anker {
  transform: rotate(90deg);
}

.carType {
  margin-top: 2.5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 2em;
}
@media screen and (max-width: 768px) {
  .carType {
    margin-top: 1.5em;
  }
}
.carType_card {
  width: 30%;
  margin-right: 5%;
}
.carType_card:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .carType_card {
    width: 48%;
    margin-right: 4%;
  }
  .carType_card:nth-of-type(3n) {
    margin-right: 4%;
  }
  .carType_card:nth-of-type(2n) {
    margin-right: 0%;
  }
}
.carType_card_txtArea {
  text-align: center;
}
.carType_card_typeName {
  font-size: 1.5625em;
  font-weight: bold;
  color: #187b3f;
  transition-duration: 0.3s;
}
@media screen and (max-width: 768px) {
  .carType_card_typeName {
    font-size: 1.15em;
  }
  .carType_card_typeName.wellCab {
    letter-spacing: 0;
  }
}
.carType_card_desc {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00913a;
  color: #fff;
  margin-top: 0.3em;
  border-radius: 0.625em;
}
.carType_card_desc_capa {
  background-color: #187b3f;
  height: 100%;
  text-align: center;
  width: 37.4%;
  position: relative;
  z-index: 2;
  padding-block: 0.5em;
  border-radius: 0.625em;
}
.carType_card_desc_capa_txt {
  font-size: 0.875em;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.carType_card_desc_capa_num {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-top: 0.2em;
}
.carType_card_desc_capa_num01 {
  font-size: 0.9375em;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.15em;
}
@media screen and (max-width: 768px) {
  .carType_card_desc_capa_num01 {
    gap: 0.05em;
    font-size: 0.7em;
  }
}
.carType_card_desc_capa_num01 .capaNum {
  font-size: 2.66em;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .carType_card_desc_capa_num01 .capaNum {
    font-size: 2.1em;
  }
}
.carType_card_desc_capa_num02 {
  font-size: 0.9375em;
  font-weight: 500;
  margin-left: 0.3em;
}
@media screen and (max-width: 768px) {
  .carType_card_desc_capa_num02 {
    margin-left: 0.2em;
    font-size: 0.8em;
  }
}
.carType_card_desc_price {
  width: 62.6%;
}
.carType_card_desc_price_txt {
  font-size: 0.875em;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.carType_card_desc_price_num {
  font-size: 0.875em;
  font-weight: 500;
}
.carType_card_desc_price_num .priceNum {
  font-size: 3.215em;
  font-weight: bold;
  line-height: 1;
  margin-right: 0.1em;
}
@media screen and (max-width: 768px) {
  .carType_card_desc_price_num .priceNum {
    font-size: 2.1em;
  }
}
.carType_card a {
  border-radius: 0.625em;
  display: block;
  padding-top: 1em;
}
.carType_card a:hover {
  opacity: 1;
  background-color: rgba(0, 145, 58, 0.3);
}

.carScene {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 2em;
  flex-wrap: wrap;
  row-gap: 2.5em;
}
.carScene_card {
  width: 48.3%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-right: 3.4%;
}
.carScene_card:nth-of-type(2n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .carScene_card {
    flex-direction: column;
  }
}
.carScene_card_ttlArea {
  width: 18%;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .carScene_card_ttlArea {
    width: 100%;
  }
}
.carScene_card_ttlArea_ttl {
  font-size: 2.5em;
  font-weight: bold;
  writing-mode: vertical-rl;
  letter-spacing: 0.5em;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .carScene_card_ttlArea_ttl {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    writing-mode: initial;
    font-size: 2.2em;
    letter-spacing: 0.1em;
    line-height: 1;
    padding-block: 0.9em 0.3em;
  }
}
.carScene_card_ttlArea_sub {
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: -2%;
  transform: translateY(-50%);
  font-size: 0.625em;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  color: #fff;
  z-index: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .carScene_card_ttlArea_sub {
    writing-mode: initial;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 0.85em;
    width: 100%;
  }
}
.carScene_card_ttlArea_subBox {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 0.9em;
  height: 7em;
  z-index: 1;
  border-radius: 0.625em 0 0 0.625em;
}
@media screen and (max-width: 768px) {
  .carScene_card_ttlArea_subBox {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100%;
    height: 1.5em;
    border-radius: 0.625em 0.625em 0 0;
  }
}
.carScene_card_exArea {
  width: 82%;
  padding: 1.3em 1.1em 1em 1em;
  color: #fff;
  border-radius: 0 1.875em 1.875em 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .carScene_card_exArea {
    width: 100%;
    border-radius: 0 0 1.875em 1.875em;
  }
}
.carScene_card_exArea_ttl {
  font-size: 1.5625em;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .carScene_card_exArea_ttl {
    font-size: 1.3em;
    line-height: 1.4;
  }
}
.carScene_card_exArea_discArea {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .carScene_card_exArea_discArea {
    flex-direction: column;
    margin-top: 0;
  }
}
.carScene_card_exArea_discArea .discImg {
  width: 52.2%;
}
@media screen and (max-width: 768px) {
  .carScene_card_exArea_discArea .discImg {
    width: 100%;
  }
}
.carScene_card_exArea_discArea .discTxt {
  width: 45.3%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .carScene_card_exArea_discArea .discTxt {
    width: 100%;
    padding-top: 0.5em;
  }
}
.carScene_card_exArea_discArea .discTxt_txt {
  font-size: 0.75em;
  font-weight: bold;
  line-height: 1.4;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .carScene_card_exArea_discArea .discTxt_txt {
    font-size: 0.9em;
  }
}
.carScene_card_exArea_discArea .linkBtn {
  margin-bottom: 0.5em;
  padding-inline: 1.5em 2.3em;
}
@media screen and (max-width: 768px) {
  .carScene_card_exArea_discArea .linkBtn {
    width: 100%;
    margin-top: 1em;
  }
}
.carScene_card.scene_business .carScene_card_ttlArea_ttl {
  color: #00913a;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .carScene_card.scene_business .carScene_card_ttlArea_ttl {
    letter-spacing: 0.1em;
  }
}
.carScene_card.scene_business .carScene_card_ttlArea_subBox {
  background-color: #00913a;
}
.carScene_card.scene_business .carScene_card_exArea {
  background-color: #00913a;
}
.carScene_card.scene_business .carScene_card_carArea_ttl {
  background-color: #00913a;
}
.carScene_card.scene_business .carScene_card_carArea_nameBlock {
  border-top: 0.0625em solid #00913a;
}
.carScene_card.scene_business .carScene_card_carArea_nameBlock .nameBlockItem li {
  color: #00913a;
}
.carScene_card.scene_loadCapacity .carScene_card_ttlArea_ttl {
  color: #dca641;
}
.carScene_card.scene_loadCapacity .carScene_card_ttlArea_subBox {
  background-color: #dca641;
}
.carScene_card.scene_loadCapacity .carScene_card_exArea {
  background-color: #dca641;
}
.carScene_card.scene_loadCapacity .carScene_card_carArea_ttl {
  background-color: #dca641;
}
.carScene_card.scene_loadCapacity .carScene_card_carArea_nameBlock {
  border-top: 0.0625em solid #dca641;
}
.carScene_card.scene_loadCapacity .carScene_card_carArea_nameBlock .nameBlockItem li {
  color: #dca641;
}
.carScene_card.scene_lowPrice .carScene_card_ttlArea_ttl {
  color: #4977cb;
}
.carScene_card.scene_lowPrice .carScene_card_ttlArea_subBox {
  background-color: #4977cb;
}
.carScene_card.scene_lowPrice .carScene_card_exArea {
  background-color: #4977cb;
}
.carScene_card.scene_lowPrice .carScene_card_carArea_ttl {
  background-color: #4977cb;
}
.carScene_card.scene_lowPrice .carScene_card_carArea_nameBlock {
  border-top: 0.0625em solid #4977cb;
}
.carScene_card.scene_lowPrice .carScene_card_carArea_nameBlock .nameBlockItem li {
  color: #4977cb;
}
.carScene_card.scene_comfort .carScene_card_ttlArea_ttl {
  color: #60afb2;
}
.carScene_card.scene_comfort .carScene_card_ttlArea_subBox {
  background-color: #60afb2;
}
.carScene_card.scene_comfort .carScene_card_exArea {
  background-color: #60afb2;
}
.carScene_card.scene_comfort .carScene_card_carArea_ttl {
  background-color: #60afb2;
}
.carScene_card.scene_comfort .carScene_card_carArea_nameBlock {
  border-top: 0.0625em solid #60afb2;
}
.carScene_card.scene_comfort .carScene_card_carArea_nameBlock .nameBlockItem li {
  color: #60afb2;
}
.carScene_card.scene_offRoad .carScene_card_ttlArea_ttl {
  color: #6f7555;
}
.carScene_card.scene_offRoad .carScene_card_ttlArea_subBox {
  background-color: #6f7555;
}
.carScene_card.scene_offRoad .carScene_card_exArea {
  background-color: #6f7555;
}
.carScene_card.scene_offRoad .carScene_card_carArea_ttl {
  background-color: #6f7555;
}
.carScene_card.scene_offRoad .carScene_card_carArea_nameBlock {
  border-top: 0.0625em solid #6f7555;
}
.carScene_card.scene_offRoad .carScene_card_carArea_nameBlock .nameBlockItem li {
  color: #6f7555;
}
.carScene_card.scene_lifeCare .carScene_card_ttlArea_ttl {
  color: #ff9c9e;
}
.carScene_card.scene_lifeCare .carScene_card_ttlArea_subBox {
  background-color: #ff9c9e;
}
.carScene_card.scene_lifeCare .carScene_card_exArea {
  background-color: #ff9c9e;
}
.carScene_card.scene_lifeCare .carScene_card_carArea_ttl {
  background-color: #ff9c9e;
}
.carScene_card.scene_lifeCare .carScene_card_carArea_nameBlock {
  border-top: 0.0625em solid #ff9c9e;
}
.carScene_card.scene_lifeCare .carScene_card_carArea_nameBlock .nameBlockItem li {
  color: #ff9c9e;
}
.carScene_card.w100 {
  width: 100%;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .carScene_card.w100:nth-of-type(n + 2) {
    margin-top: 2.5em;
  }
}
.carScene_card.w100 .carScene_card_ttlArea {
  width: 8.3%;
}
@media screen and (max-width: 768px) {
  .carScene_card.w100 .carScene_card_ttlArea {
    width: 100%;
  }
  .carScene_card.w100 .carScene_card_ttlArea .carScene_card_ttlArea_ttl {
    padding-block: 1em 0.5em;
  }
  .carScene_card.w100 .carScene_card_ttlArea .carScene_card_ttlArea_sub {
    font-size: 0.9em;
  }
  .carScene_card.w100 .carScene_card_ttlArea .carScene_card_ttlArea_subBox {
    height: 1.6em;
    width: 50%;
  }
}
.carScene_card.w100 .carScene_card_exArea {
  width: 40.7%;
  padding: 1.3em 1.3em 1em 1.5em;
  border-radius: 1.875em 0 0 1.875em;
}
@media screen and (max-width: 768px) {
  .carScene_card.w100 .carScene_card_exArea {
    width: 100%;
    border-radius: 1.875em;
  }
}
.carScene_card.w100 .carScene_card_exArea_discArea {
  margin-top: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.carScene_card.w100 .carScene_card_exArea_discArea .discImg {
  width: 100%;
}
.carScene_card.w100 .carScene_card_exArea_discArea .discTxt {
  width: 100%;
  padding-top: 0;
}
.carScene_card.w100 .carScene_card_exArea_discArea .discTxt_priceBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  padding: 0.8em 1.2em;
  border: 0.0625em solid #fff;
  border-radius: 0.625em;
  margin-top: 0.8em;
}
.carScene_card.w100 .carScene_card_exArea_discArea .discTxt_priceBox_ttl {
  font-size: 1.25em;
  font-weight: 500;
}
.carScene_card.w100 .carScene_card_exArea_discArea .discTxt_priceBox_cont {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.carScene_card.w100 .carScene_card_exArea_discArea .discTxt_priceBox_cont .cont01 {
  font-size: 0.9375em;
  font-weight: 500;
  margin-right: 0.4em;
}
.carScene_card.w100 .carScene_card_exArea_discArea .discTxt_priceBox_cont .cont02 {
  display: flex;
  align-items: baseline;
  gap: 0.2em;
}
.carScene_card.w100 .carScene_card_exArea_discArea .discTxt_priceBox_cont .cont02 .cont02_num {
  font-size: 2.34em;
  font-weight: bold;
  line-height: 1;
}
.carScene_card.w100 .carScene_card_exArea_discArea .discTxt_priceBox_cont .cont02 .cont02_unit {
  font-size: 0.875em;
  font-weight: 500;
}
.carScene_card.w100 .carScene_card_exArea_discArea .linkBtn {
  margin-top: 1em;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .carScene_card.w100 .carScene_card_exArea_ttl {
    font-size: 1.5em;
  }
  .carScene_card.w100 .carScene_card_exArea_discArea .discTxt_txt {
    font-size: 1.2em;
    text-align: center;
    width: 100%;
  }
  .carScene_card.w100 .carScene_card_exArea_discArea .linkBtn {
    font-size: 1.1em;
  }
}
.carScene_card.w100 .carScene_card_carArea {
  width: 48.2%;
  margin-left: 2.8%;
}
@media screen and (max-width: 768px) {
  .carScene_card.w100 .carScene_card_carArea {
    width: 100%;
    margin-left: 0;
    margin-top: 1.5em;
  }
}
.carScene_card.w100 .carScene_card_carArea_ttl {
  width: 52.7%;
  padding: 0.3em 0 0.3em 0.5em;
  border-radius: 0 0.625em 0.625em 0;
}
.carScene_card.w100 .carScene_card_carArea_ttl_txt {
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .carScene_card.w100 .carScene_card_carArea_ttl_txt {
    font-size: 1em;
    letter-spacing: 0.1em;
  }
}
.carScene_card.w100 .carScene_card_carArea_lineup {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  row-gap: 0.8em;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .carScene_card.w100 .carScene_card_carArea_lineup {
    width: 100%;
  }
}
.carScene_card.w100 .carScene_card_carArea_lineup_item {
  width: 32%;
  margin-right: 2%;
}
.carScene_card.w100 .carScene_card_carArea_lineup_item:nth-of-type(3n) {
  margin-right: 0;
}
.carScene_card.w100 .carScene_card_carArea_nameBlock {
  width: 100%;
  margin-top: 1.2em;
  padding-top: 1.2em;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.carScene_card.w100 .carScene_card_carArea_nameBlock .nameBlockItem {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 0.3em;
  height: 100%;
}
.carScene_card.w100 .carScene_card_carArea_nameBlock .nameBlockItem.etc {
  width: 20%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: auto;
}
.carScene_card.w100 .carScene_card_carArea_nameBlock .nameBlockItem li {
  width: 100%;
  font-size: 0.875em;
  font-weight: bold;
  padding-right: 10%;
}

.shopsAll {
  margin-top: 5em;
  scroll-margin-top: 8em;
}
@media screen and (max-width: 768px) {
  .shopsAll .shopMap_btnArea_searchMap_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
    text-align: center;
    padding: 0;
    font-size: 1.3em;
  }
  .shopsAll .shopMap_btnArea_searchMap_ttl::before {
    content: none;
  }
  .shopsAll .shopMap_btnArea_searchMap_ttl .icon {
    line-height: 1;
  }
  .shopsAll .shopMap_btnArea_searchMap_ttl .text {
    color: #00913a;
  }
}
.shopsAll_tabBtnArea {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .shopsAll_tabBtnArea {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    row-gap: 1em;
    column-gap: 2%;
    margin-top: 1.5em;
  }
}
.shopsAll_tabBtnArea_tabBtn {
  width: 13.7%;
  text-align: center;
  background-color: #fff;
  color: #00913a;
  font-size: 0.875em;
  font-weight: bold;
  border-radius: 0.58em;
  padding-block: 2.2em;
  line-height: 1;
  border: 0.0625em solid #00913a;
  box-shadow: 0 0.4em #196136;
  cursor: pointer;
  transition-duration: 0.3s;
}
@media screen and (max-width: 768px) {
  .shopsAll_tabBtnArea_tabBtn {
    width: 49%;
    font-size: 1.1em;
    padding-block: 1.2em;
  }
}
.shopsAll_tabBtnArea_tabBtn:hover {
  transform: translateY(0.4em);
  box-shadow: 0 0 transparent;
  background-color: #00913a;
  color: #fff;
}
.shopsAll_tabBtnArea_tabBtn.is-active {
  transform: translateY(0.4em);
  box-shadow: 0 0 transparent;
  background-color: #00913a;
  color: #fff;
}
.shopsAll_tabBtnArea_tabBtn.linkTab {
  padding: 0;
}
.shopsAll_tabBtnArea_tabBtn.linkTab a {
  display: block;
  padding-block: 2.2em;
  color: #00913a;
}
@media screen and (max-width: 768px) {
  .shopsAll_tabBtnArea_tabBtn.linkTab a {
    padding-block: 1.2em;
  }
}
.shopsAll_tabBtnArea_tabBtn.linkTab a:link, .shopsAll_tabBtnArea_tabBtn.linkTab a:visited, .shopsAll_tabBtnArea_tabBtn.linkTab a:active {
  color: #00913a;
}
.shopsAll_tabBtnArea_tabBtn.linkTab a:hover {
  opacity: 1;
}
.shopsAll_tabBtnArea_tabBtn.linkTab a:hover:link, .shopsAll_tabBtnArea_tabBtn.linkTab a:hover:visited, .shopsAll_tabBtnArea_tabBtn.linkTab a:hover:active {
  color: #fff;
}
.shopsAll_shopBlock {
  margin-top: 4em;
  display: none;
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.shopsAll_shopBlock.is-active {
  display: block;
  opacity: 1;
}
.shopsAll_shopBlock_list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.shopsAll_shopBlock_list:nth-of-type(n + 2) {
  margin-top: 4em;
}
@media screen and (max-width: 768px) {
  .shopsAll_shopBlock_list {
    flex-direction: column-reverse;
    row-gap: 1.5em;
    position: relative;
  }
}
.shopsAll_shopBlock_list_img {
  width: 20.7%;
  height: auto;
  aspect-ratio: 207/137;
}
@media screen and (max-width: 768px) {
  .shopsAll_shopBlock_list_img {
    width: 47.5%;
    height: auto;
  }
  .shopsAll_shopBlock_list_img img {
    width: 100%;
    height: auto;
    aspect-ratio: 180/120;
    object-fit: cover;
  }
}
.shopsAll_shopBlock_list_itemBlock {
  width: 77.2%;
}
@media screen and (max-width: 768px) {
  .shopsAll_shopBlock_list_itemBlock {
    width: 100%;
  }
}
.shopsAll_shopBlock_list_itemBlock_headline {
  position: relative;
  border-bottom: 0.0625em solid rgba(0, 0, 0, 0.3);
  padding-bottom: 0.6em;
}
@media screen and (max-width: 768px) {
  .shopsAll_shopBlock_list_itemBlock_headline {
    position: unset;
  }
}
.shopsAll_shopBlock_list_itemBlock_headline_ttl {
  font-size: 1.5625em;
  font-weight: bold;
  color: #000;
  width: 45%;
}
@media screen and (max-width: 768px) {
  .shopsAll_shopBlock_list_itemBlock_headline_ttl {
    width: 100%;
    text-align: center;
  }
}
.shopsAll_shopBlock_list_itemBlock_btnArea {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.6em;
  position: absolute;
  bottom: 0.8em;
  right: 0;
}
@media screen and (max-width: 768px) {
  .shopsAll_shopBlock_list_itemBlock_btnArea {
    flex-direction: column;
    bottom: 0em;
    row-gap: 1em;
  }
  .shopsAll_shopBlock_list_itemBlock_btnArea .linkBtn {
    width: 100%;
    font-size: 1em;
  }
}
.shopsAll_shopBlock_list_itemBlock_btnArea .linkBtn {
  font-size: 1em;
}
.shopsAll_shopBlock_list_itemBlock_infoBlock {
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .shopsAll_shopBlock_list_itemBlock_infoBlock {
    margin-top: 0.8em;
  }
}
.shopsAll_shopBlock_list_itemBlock_infoBlock .infoBlock_info_txt {
  font-size: 1.125em;
  font-weight: bold;
}
.shopsAll_shopBlock_list_itemBlock_infoBlock .infoBlock_list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.6em;
}
.shopsAll_shopBlock_list_itemBlock_infoBlock .infoBlock_list span {
  flex-shrink: 0;
  line-height: 1;
}
.shopsAll_shopBlock_list_itemBlock_infoBlock .infoBlock_list span.icon_info {
  width: 1.25em;
}
.shopsAll_shopBlock_list_itemBlock_infoBlock .infoBlock_list span.icon_map {
  width: 0.9375em;
  margin-left: 0.2em;
}
.shopsAll_shopBlock_list_itemBlock_infoBlock .infoBlock_list span.icon_tel {
  width: 1.125em;
  margin-left: 0.2em;
}
.shopsAll_shopBlock_list_itemBlock_infoBlock .infoBlock_list_txt {
  font-size: 1em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .shopsAll_shopBlock_list_itemBlock_infoBlock .infoBlock_list_txt {
    font-size: 1em;
    line-height: 1.4;
  }
}
.shopsAll_shopBlock_list_itemBlock_infoBlock .infoBlock_list:nth-of-type(n + 2) {
  margin-top: 0.3em;
}

.stationMapPage .shopsAll_shopBlock_list_itemBlock_headline_ttl {
  width: 74%;
}
@media screen and (max-width: 768px) {
  .stationMapPage .shopsAll_shopBlock_list_itemBlock_headline_ttl {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .shopDetail .inner1000 {
    width: 100%;
  }
}
.shopDetailsection {
  padding-bottom: 5em;
}
.shopDetail_headBlock {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .shopDetail_headBlock {
    flex-direction: column;
    position: relative;
  }
}
.shopDetail_ttlArea {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .shopDetail_ttlArea {
    width: 100%;
  }
}
.shopDetail_ttl {
  font-size: 1.875em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .shopDetail_ttl {
    text-align: center;
    padding-block: 0.5em;
    background-color: #00913a;
    color: #fff;
    margin-bottom: 10.5em;
  }
}
.shopDetail_address {
  font-size: 1em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .shopDetail_address {
    width: 90%;
    margin-inline: auto;
    font-size: 1em;
  }
}
.shopDetail_btnArea {
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .shopDetail_btnArea {
    margin-top: 1.5em;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 60%;
    margin-inline: auto;
    row-gap: 1em;
  }
  .shopDetail_btnArea .linkBtn {
    font-size: 1.2em;
  }
}
.shopDetail_optionArea {
  display: flex;
  justify-content: flex-start;
  column-gap: 0.8em;
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .shopDetail_optionArea {
    justify-content: center;
  }
}
.shopDetail_optionArea_list {
  font-size: 0.85em;
  font-weight: bold;
  background-color: #00913a;
  color: #fff;
  padding: 0.4em 1em;
  line-height: 1;
}
.shopDetail_imgArea {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .shopDetail_imgArea {
    width: 70%;
    position: absolute;
    top: 7em;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
.shopDetail_iframeBlock {
  width: 100%;
  height: 100%;
  aspect-ratio: 1000/394;
  position: relative;
  margin-top: 2.5em;
}
@media screen and (max-width: 768px) {
  .shopDetail_iframeBlock {
    margin-top: 3.5em;
    aspect-ratio: 440/369;
  }
}
.shopDetail_iframeBlock iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.shopDetail_infoBlock {
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .shopDetail_infoBlock {
    margin-top: 0;
  }
}
.shopDetail_infoBlock_table {
  border-collapse: collapse;
  width: 100%;
}
.shopDetail_infoBlock_table tr {
  border-top: 0.0625em solid #cacaca;
}
.shopDetail_infoBlock_table tr:last-of-type {
  border-bottom: 0.0625em solid #cacaca;
}
.shopDetail_infoBlock_table th,
.shopDetail_infoBlock_table td {
  font-weight: bold;
}
.shopDetail_infoBlock_table th {
  width: 19%;
  background-color: #00913a;
  text-align: center;
  color: #fff;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1.5;
  padding-block: 2.5em;
}
@media screen and (max-width: 768px) {
  .shopDetail_infoBlock_table th {
    width: 26%;
    font-size: 1em;
  }
  .shopDetail_infoBlock_table th.mapCode {
    letter-spacing: 0;
  }
}
.shopDetail_infoBlock_table td {
  width: 81%;
  font-size: 0.875em;
  background-color: #f7f7f7;
  padding-block: 1em;
  padding-left: 2em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .shopDetail_infoBlock_table td {
    width: 74%;
    padding-left: 1.5em;
    padding-right: 2em;
    font-size: 1em;
  }
}
.shopDetail_infoBlock_table td a {
  text-decoration: underline;
}
.shopDetail_infoBlock_table td .telephone {
  font-size: 1.875em;
  font-weight: bold;
  color: #000;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .shopDetail_infoBlock_table td .telephone {
    white-space: nowrap;
  }
}
.shopDetail_infoBlock_table td .dateTime {
  font-size: 1.45em;
  font-weight: bold;
}
.shopDetail_infoBlock_table td .txtLink {
  font-size: 0.875em;
}
.shopDetail_accessRoute {
  text-align: center;
  margin-top: 5em;
  padding-block: 5em;
  background-color: #f3f3f3;
}
@media screen and (max-width: 768px) {
  .shopDetail_accessRoute {
    margin-top: 0;
  }
}
.shopDetail_accessRoute_ttl {
  color: #00913a;
  font-size: 0.875em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .shopDetail_accessRoute_ttl {
    font-size: 1em;
  }
}
.shopDetail_accessRoute_block {
  margin-top: 0.5em;
}
.shopDetail_accessRoute_block:nth-of-type(n + 2) {
  margin-top: 4em;
}
.shopDetail_accessRoute_block_ttl {
  font-size: 1.25em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .shopDetail_accessRoute_block_ttl {
    font-size: 1.4em;
  }
}
.shopDetail_accessRoute_block_movie {
  max-width: 43.75em;
  width: 90%;
  margin-inline: auto;
  height: 100%;
  aspect-ratio: 16/9;
  position: relative;
  margin-top: 1em;
}
.shopDetail_accessRoute_block_movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.shopDetail_accessRoute .linkBtn {
  margin-top: 3em;
}
@media screen and (max-width: 768px) {
  .shopDetail_accessRoute .linkBtn {
    font-size: 1.1em;
  }
}

.rentTop {
  background-color: #f8f8f8;
}
.rentTop .inner1000 {
  position: relative;
  z-index: 2;
}
.rentTop .mv_hero {
  width: 100%;
  padding-block: 3em 6em;
  position: relative;
  overflow-x: hidden;
}
@supports (overflow: clip) {
  .rentTop .mv_hero {
    overflow-x: clip;
  }
}
.rentTop .mv_hero {
  font-size: 1.07vw;
}
@media screen and (max-width: 768px) {
  .rentTop .mv_hero {
    font-size: 1em;
    padding-top: 0;
    padding-bottom: 4em;
  }
}
.rentTop .mv_hero_left {
  position: absolute;
  top: -3em;
  left: 0;
  width: 43%;
  z-index: 3;
  font-size: 0.95em;
}
@media screen and (max-width: 768px) {
  .rentTop .mv_hero_left {
    position: relative;
    top: auto;
    left: auto;
    width: 94%;
    margin-inline: auto;
  }
}
.rentTop .mv_hero_news {
  background-color: #fff;
  padding: 1em 2em;
  border-radius: 0 1.625em 1.625em 0;
  box-shadow: 0px 0px 1.5em 0px rgba(0, 0, 0, 0.1);
  color: #000;
}
@media screen and (max-width: 768px) {
  .rentTop .mv_hero_news {
    border-radius: 1.625em;
  }
}
.rentTop .mv_hero_news_date {
  font-size: 1em;
  font-weight: 900;
}
.rentTop .mv_hero_news_txt {
  text-align: justify;
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .rentTop .mv_hero_news_txt {
    font-size: 0.85em;
    letter-spacing: 0;
    line-height: 1.6;
  }
}
.rentTop .mv_hero_news_txt a {
  text-decoration: underline;
  color: #000;
}
.rentTop .mv_hero_news_txt a:link, .rentTop .mv_hero_news_txt a:visited, .rentTop .mv_hero_news_txt a:active {
  color: #000;
}
.rentTop .mv_hero_news_linkAll {
  margin-top: 1em;
  text-align: right;
  font-size: 1em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .rentTop .mv_hero_news_linkAll {
    font-size: 0.9em;
  }
}
.rentTop .mv_hero_reservation {
  margin-top: 1em;
  border-radius: 0 1.625em 1.625em 0;
  box-shadow: 0px 0px 1.5em 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .rentTop .mv_hero_reservation {
    border-radius: 1.625em;
  }
}
.rentTop .mv_hero_reservation .reservationFloating {
  position: relative;
  top: auto;
  border-radius: 0 1.625em 1.625em 0;
  padding: 1.5em 3em;
}
@media screen and (max-width: 768px) {
  .rentTop .mv_hero_reservation .reservationFloating {
    padding: 1em 1.5em;
    border-radius: 1.625em;
  }
}
.rentTop .mv_hero_reservation .reservationFloating_ttl {
  font-size: 1.4em;
}
.rentTop .mv_hero_reservation .reservationFloating_inputArea {
  display: flex;
  align-items: center;
  margin-top: 1.5em;
}
.rentTop .mv_hero_reservation .reservationFloating_inputArea:nth-of-type(n + 2) {
  margin-top: 1em;
}
.rentTop .mv_hero_reservation .reservationFloating_inputArea:nth-of-type(3) {
  float: left;
  width: 48%;
  margin-bottom: 1em;
}
.rentTop .mv_hero_reservation .reservationFloating_inputArea:nth-of-type(3) .reservationFloating_inputArea_ttl {
  width: 40%;
}
.rentTop .mv_hero_reservation .reservationFloating_inputArea:nth-of-type(4) {
  float: right;
  width: 46%;
}
.rentTop .mv_hero_reservation .reservationFloating_inputArea:nth-of-type(4) .reservationFloating_inputArea_ttl {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .rentTop .mv_hero_reservation .reservationFloating_inputArea {
    margin-top: 1em;
  }
}
.rentTop .mv_hero_reservation .reservationFloating_inputArea_ttl {
  width: 16%;
  font-size: 1em;
}
.rentTop .mv_hero_reservation .reservationFloating_inputArea input,
.rentTop .mv_hero_reservation .reservationFloating_inputArea select {
  margin-top: 0;
  font-size: 1em;
}
.rentTop .mv_hero_reservation .reservationFloating_btn {
  width: 87%;
  margin: 1em 0 0 auto;
  display: block;
  clear: both;
}
@media screen and (max-width: 768px) {
  .rentTop .mv_hero_reservation .reservationFloating_btn {
    margin-inline: auto;
  }
}
.rentTop .mv_hero_reservation .reservationFloating_btn::after {
  content: "";
  display: block;
  clear: both;
}
.rentTop .mv_hero_reservation .reservationFloating_btn .linkBtn {
  font-size: 1.1em;
}
.rentTop .mv_hero_reservation .reservationFloating_cancel_link {
  font-size: 0.875em;
}
.rentTop .mv_hero_beginner {
  margin-top: 1em;
  width: 90%;
  margin-inline: auto 0;
}
@media screen and (max-width: 768px) {
  .rentTop .mv_hero_beginner {
    margin-inline: auto;
    width: 90%;
  }
}
.rentTop .mv_hero_beginner_btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  background-color: #fff;
  border-radius: 2.8125em;
  border: 0.1em solid #00913a;
  color: #000;
  font-size: 1em;
  font-weight: bold;
  padding: 0.5em 0;
  box-shadow: 0 0.25em #187b3f;
}
.rentTop .mv_hero_beginner_btn:hover {
  opacity: 1;
  transform: translateY(0.25em);
  box-shadow: 0 0em transparent;
}
.rentTop .mv_hero_beginner_btn_icon {
  width: 1.25em;
}
.rentTop .mv_hero_title {
  opacity: 0;
  position: absolute;
  z-index: 1;
}
.rentTop .mv_hero_inner {
  position: relative;
  z-index: 2;
}
.rentTop .mv_hero_inner .mv_hero_slider_bg {
  position: absolute;
  width: 40vw;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #00913a;
  position: absolute;
  top: 50%;
  right: 8.4%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 1;
  animation: mv-hero-bg-fadeIn 0.6s ease-out forwards;
}
@media screen and (max-width: 768px) {
  .rentTop .mv_hero_inner .mv_hero_slider_bg {
    width: 27em;
    position: absolute;
    top: auto;
    bottom: 1.6em;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    animation: mv-hero-bg-fadeIn-sp 0.6s ease-out forwards;
  }
}
.rentTop .mv_hero_inner .mv_hero_slider_bg::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  background-image: url("../images/rent/mv_hero_ttl.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 11vw;
  height: auto;
  aspect-ratio: 121.15/118.97;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .rentTop .mv_hero_inner .mv_hero_slider_bg::after {
    top: 0;
    left: auto;
    right: 0;
    transform: rotate(90deg);
    width: 24vw;
  }
}
.rentTop .mv_hero_inner .mv_hero_slider_carIcon {
  width: 13.5vw;
  height: auto;
  aspect-ratio: 150/76;
  position: absolute;
  left: 64.85vw;
  top: 33.15vw;
  bottom: auto;
  right: auto;
  overflow: visible;
  pointer-events: none;
  --mv-hero-car-enter-x: 120vw;
  --mv-hero-car-exit-x: -170vw;
  --mv-hero-car-loop-duration: 6.5s;
}
@media screen and (max-width: 768px) {
  .rentTop .mv_hero_inner .mv_hero_slider_carIcon {
    width: 7em;
    top: auto;
    right: auto;
    left: 0.45em;
    transform: rotate(90deg);
    bottom: 12em;
  }
}
.rentTop .mv_hero_inner .mv_hero_slider_carIcon::after {
  content: "";
  position: absolute;
  bottom: -15%;
  left: 0;
  background-image: url("../images/rent/carIcon_rent.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  will-change: translate, opacity;
  animation: mv-hero-carIcon-loop var(--mv-hero-car-loop-duration) linear 0.8s infinite;
}
.rentTop .mv_hero_inner .mv_hero_slider_carIcon::before {
  content: "";
  width: 120vw;
  height: 68%;
  background-color: #00913a;
  position: absolute;
  bottom: 0;
  right: 50%;
  left: auto;
  z-index: 1;
  opacity: 0;
  clip-path: inset(0 0 0 100%);
  will-change: clip-path, opacity;
  animation: mv-hero-band-scale var(--mv-hero-car-loop-duration) linear 0.8s infinite, mv-hero-band-opacity var(--mv-hero-car-loop-duration) linear 0.8s infinite;
}
@media screen and (max-width: 768px) {
  .rentTop .mv_hero_inner .mv_hero_slider_carIcon::before {
    width: 100vw;
  }
}
.rentTop .mv_hero_inner .mv_hero_slider_carIcon.is-mv-hero-car-restart::before, .rentTop .mv_hero_inner .mv_hero_slider_carIcon.is-mv-hero-car-restart::after {
  animation: none !important;
}
@keyframes mv-hero-carIcon-loop {
  0% {
    translate: var(--mv-hero-car-enter-x) 0;
    opacity: 0;
  }
  6% {
    opacity: 1;
  }
  92% {
    opacity: 1;
  }
  100% {
    translate: var(--mv-hero-car-exit-x) 0;
    opacity: 0;
  }
}
@keyframes mv-hero-band-scale {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  14% {
    clip-path: inset(0 0 0 0);
  }
  92% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 100% 0 0);
  }
}
@keyframes mv-hero-band-opacity {
  0% {
    opacity: 0;
  }
  6% {
    opacity: 1;
  }
  92% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes mv-hero-bg-fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-50%) scale(0);
  }
  100% {
    opacity: 1;
    transform: translateY(-50%) scale(1);
  }
}
@keyframes mv-hero-bg-fadeIn-sp {
  0% {
    opacity: 0;
    transform: translateX(-50%) scale(0);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) scale(1);
  }
}
@keyframes mv-hero-slider-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .rentTop .mv_hero_inner .mv_hero_slider_carIcon::before,
  .rentTop .mv_hero_inner .mv_hero_slider_carIcon::after {
    animation: none !important;
    transform: none !important;
    opacity: 1;
  }
}
.rentTop .mv_hero_slider {
  width: 57%;
  margin: 0 0 0 auto;
  overflow: hidden;
  position: relative;
  height: 40vw;
  display: flex;
  justify-content: center;
  animation: mv-hero-slider-fadeIn 0.5s ease-out 0.8s both;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .rentTop .mv_hero_slider {
    width: 100%;
    margin-inline: auto;
    height: 30em;
    margin-top: 3em;
    overflow: visible;
  }
}
.rentTop .mv_hero_slider .hero-swiper {
  position: relative;
  width: 100%;
}
.rentTop .mv_hero_slider .swiper {
  overflow: visible;
}
.rentTop .mv_hero_slider .swiper-container > .swiper-slide__content {
  position: absolute;
  top: 0;
}
.rentTop .mv_hero_slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.45s linear;
  transform: scale(0.5);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .rentTop .mv_hero_slider .swiper-slide {
    transform: scale(0.3);
  }
}
.rentTop .mv_hero_slider .swiper-slide.swiper-slide-active {
  transform: scale(1.2);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .rentTop .mv_hero_slider .swiper-slide.swiper-slide-active {
    transform: scale(0.7);
  }
}
.rentTop .mv_hero_slider .swiper-slide.swiper-slide-active .card a {
  cursor: pointer;
}
.rentTop .mv_hero_slider .swiper-slide.swiper-slide-active .card_imgBox {
  position: relative;
  z-index: 2;
}
.rentTop .mv_hero_slider .swiper-slide .card {
  width: 100%;
}
.rentTop .mv_hero_slider .swiper-slide .card a:hover {
  opacity: 0.9;
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .rentTop .mv_hero_slider .swiper-slide .card a:hover {
    opacity: 1;
    transform: scale(1);
  }
}
.rentTop .mv_hero_slider .swiper-slide .card_imgBox {
  padding: 0;
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1/1;
  display: block;
  box-shadow: none;
  border: none;
}
.rentTop .mv_hero_slider .swiper-slide .card_txtArea {
  display: none;
}
.rentTop .mv_hero_slider .swiper-slide .card .linkBtn {
  display: none;
}
.rentTop .mv_hero_slider .swiper-slide .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.rentTop .mv_hero_slider .swiper-pagination {
  bottom: 2em;
  position: absolute;
}
.rentTop .mv_hero_slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 0.5;
}
.rentTop .mv_hero_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.rentTop .mv_hero_slider .swiper-button-next,
.rentTop .mv_hero_slider .swiper-button-prev {
  color: #fff;
  width: 4vw;
  height: 4vw;
  top: 85%;
}
@media screen and (max-width: 768px) {
  .rentTop .mv_hero_slider .swiper-button-next,
  .rentTop .mv_hero_slider .swiper-button-prev {
    width: 12vw;
    height: 12vw;
    top: 96%;
  }
}
.rentTop .mv_hero_slider .swiper-button-next::after,
.rentTop .mv_hero_slider .swiper-button-prev::after {
  font-size: 20px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .rentTop .mv_hero_slider .swiper-button-next::after,
  .rentTop .mv_hero_slider .swiper-button-prev::after {
    font-size: 1.5em;
  }
}
.rentTop .mv_hero_slider .swiper-button-next::before,
.rentTop .mv_hero_slider .swiper-button-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #00913a;
  border-radius: 50%;
  z-index: 1;
}
.rentTop .mv_hero_slider .swiper-button-next {
  right: 2em;
}
@media screen and (max-width: 768px) {
  .rentTop .mv_hero_slider .swiper-button-next {
    right: 1em;
  }
}
.rentTop .mv_hero_slider .swiper-button-prev {
  left: 1em;
  left: auto;
  right: 7em;
}
@media screen and (max-width: 768px) {
  .rentTop .mv_hero_slider .swiper-button-prev {
    right: 5.5em;
  }
}
.rentTop .rent-search-aside {
  display: none;
}
.rentTop .rent-aside {
  background-color: #fff;
}

@keyframes bounceArrow {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(0.3em) scale(0.9);
  }
}
@keyframes bounceArrowRight {
  0%, 100% {
    transform: translate(-50%, -50%) translateX(0);
  }
  50% {
    transform: translate(-50%, -50%) translateX(0.3em);
  }
}
.rent_menu {
  text-align: center;
}
.rent_menu_wrapper {
  background-color: #00913a;
  padding-block: 2em;
}
.rent_menu_wrapper.shareLink {
  background-color: #187b3f;
}
.rent_menu_title {
  font-size: 1.875em;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.rent_menu_inner {
  max-width: 57.25em;
  width: 90%;
  margin-inline: auto;
  margin-top: 2em;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  row-gap: 1.5em;
}
.rent_menu_item {
  width: 28%;
}
@media screen and (max-width: 768px) {
  .rent_menu_item {
    width: 100%;
  }
}
.rent_menu_item:nth-of-type(n + 4) {
  width: 22.6%;
}
@media screen and (max-width: 768px) {
  .rent_menu_item:nth-of-type(n + 4) {
    width: 48%;
  }
  .rent_menu_item:nth-of-type(n + 4) a {
    padding-block: 1.5em 2.5em;
  }
  .rent_menu_item:nth-of-type(n + 4) a .rent_menu_item_title {
    width: 100%;
    text-align: center;
  }
}
.rent_menu_item:nth-of-type(n + 4) .rent_menu_item_title {
  margin-top: 0;
}
.rent_menu_item a {
  background-color: #fff;
  display: block;
  border-radius: 1.0625em;
  padding-block: 1.5em 2.5em;
  box-sizing: border-box;
  position: relative;
  transition-duration: 0.3s;
}
@media screen and (max-width: 768px) {
  .rent_menu_item a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    column-gap: 2em;
    padding-block: 1.5em;
  }
}
.rent_menu_item a::after {
  content: "";
  position: absolute;
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 0.45em solid transparent;
  border-right: 0.45em solid transparent;
  border-top: 0.7em solid #00913a;
}
.rent_menu_item a:hover {
  opacity: 0.9;
  transform: translateY(0.25em) scale(0.95);
  box-shadow: 0 0em transparent;
}
.rent_menu_item a:hover::after {
  animation: bounceArrow 0.6s ease-in-out infinite;
}
.rent_menu_item_btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
.rent_menu_item_icon {
  width: 80%;
  height: 11em;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .rent_menu_item_icon {
    width: 33.2%;
    margin: 0;
    height: auto;
  }
}
.rent_menu_item_icon.icon02 {
  width: 75.3%;
}
@media screen and (max-width: 768px) {
  .rent_menu_item_icon.icon02 {
    width: 33.2%;
    margin: 0;
  }
}
.rent_menu_item_icon.icon03 {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .rent_menu_item_icon.icon03 {
    width: 30%;
    margin: 0;
  }
}
.rent_menu_item_title {
  font-size: 1.25em;
  line-height: 1.2;
  font-weight: bold;
  color: #00913a;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .rent_menu_item_title {
    width: 48%;
    text-align: left;
    margin-top: 0;
  }
}
.rent_menu .shareLink_inner {
  max-width: 40.9375em;
  width: 90%;
  margin-inline: auto;
}
.rent_menu .shareLink_inner_btn {
  background-color: #fff;
  display: block;
  border-radius: 1.0625em;
  padding-block: 1.7em;
  position: relative;
  border: 0.3em solid #fff;
}
.rent_menu .shareLink_inner_btn_title {
  width: 71%;
  transform: translateX(30%);
  position: relative;
  z-index: 1;
  transition-duration: 0.45s;
}
.rent_menu .shareLink_inner_btn_arrow {
  position: absolute;
  top: 50%;
  left: 2%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-color: #187b3f;
  width: 14.26%;
  height: auto;
  aspect-ratio: 94/82;
  border-radius: 1.0625em;
  z-index: 2;
  transition-duration: 0.6s;
}
.rent_menu .shareLink_inner_btn_arrow::after {
  content: "➞";
  position: absolute;
  top: 49%;
  left: 51%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  z-index: 3;
  font-size: 2em;
}
.rent_menu .shareLink_inner_btn:hover {
  opacity: 1;
}
.rent_menu .shareLink_inner_btn:hover .shareLink_inner_btn_title {
  transform: translateX(8%);
}
.rent_menu .shareLink_inner_btn:hover .shareLink_inner_btn_arrow {
  left: 84%;
}
.rent_menu .shareLink_inner_btn:hover .shareLink_inner_btn_arrow::after {
  animation: bounceArrowRight 0.6s ease-in-out infinite;
}

.top_carTypeAll,
.top_sceneAll,
.top_mapAll {
  padding-top: 1em;
  margin-top: 7em;
}
@media screen and (max-width: 768px) {
  .top_carTypeAll,
  .top_sceneAll,
  .top_mapAll {
    margin-top: 2em;
  }
}

@media screen and (max-width: 768px) {
  .top_sceneAll,
  .top_mapAll {
    margin-top: 5em;
  }
}

.rent_leadArea {
  margin-top: 6em;
}
.rent_leadArea .inner1000 {
  display: flex;
  align-items: center;
  position: relative;
  overflow: visible;
  isolation: isolate;
  width: var(--rentLeadBoxWidth, 90%);
  max-width: 75em;
  padding-block: var(--rentLeadBoxPaddingY, 5em);
  border-radius: 0.625em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .rent_leadArea .inner1000 {
    flex-direction: column;
  }
}
.rent_leadArea_bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  clip-path: inset(var(--rentLeadMaskInsetY, 22%) var(--rentLeadMaskInsetX, 25%) round 0.625em);
  -webkit-clip-path: inset(var(--rentLeadMaskInsetY, 22%) var(--rentLeadMaskInsetX, 25%) round 0.625em);
  overflow: hidden;
}
.rent_leadArea_bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.rent_leadArea_bg_video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.rent_leadArea_ttl {
  width: 49.8%;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .rent_leadArea_ttl {
    width: 81%;
    text-align: right;
  }
}
.rent_leadArea_ttl_title {
  font-family: "Lexend", sans-serif;
  font-size: 3.25em;
  font-weight: bold;
  position: relative;
  z-index: 2;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .rent_leadArea_ttl_title {
    font-size: 2.6em;
  }
}
.rent_leadArea_ttl::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -14%;
  transform: translateX(var(--rentLeadCarX, 0px)) translateY(-50%);
  -webkit-transform: translateX(var(--rentLeadCarX, 0px)) translateY(-50%);
  -ms-transform: translateX(var(--rentLeadCarX, 0px)) translateY(-50%);
  width: 26.65%;
  height: auto;
  aspect-ratio: 120/60.5;
  background-image: url("../images/rent/carIcon_rent.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 4;
  will-change: transform;
}
.rent_leadArea_txtArea {
  width: 49.2%;
  padding: 0 1em;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .rent_leadArea_txtArea {
    width: 90%;
    margin-top: 3em;
  }
}
.rent_leadArea_txtArea_lead {
  font-size: 1.5625em;
  font-weight: bold;
  line-height: 1.44;
  margin-bottom: 2.5em;
}
@media screen and (max-width: 768px) {
  .rent_leadArea_txtArea_lead {
    margin-bottom: 1.2em;
  }
}
.rent_leadArea_txtArea_txt {
  font-size: 1em;
  font-weight: 500;
  line-height: 2.9;
  text-align: justify;
}
.rent_leadArea_txtArea_txt:nth-of-type(n + 2) {
  margin-top: 2em;
}

.top_mapAll_mapArea {
  margin-top: 4em;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .top_mapAll_mapArea {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.top_mapAll_mapArea .search_btnArea {
  width: 46.1%;
  margin-right: 10%;
  padding: 2em;
  background-color: #00913a;
  border-radius: 0 1.625em 1.625em 0;
}
@media screen and (max-width: 768px) {
  .top_mapAll_mapArea .search_btnArea {
    width: 100%;
    margin-inline: auto;
    margin-top: 2em;
    border-radius: 1.625em;
  }
}
.top_mapAll_mapArea .search_btnArea_list {
  width: 100%;
}
.top_mapAll_mapArea .search_btnArea_list:nth-of-type(n + 2) {
  margin-top: 1em;
}
.top_mapAll_mapArea .search_btnArea_list:last-of-type {
  margin-top: 1.5em;
}
.top_mapAll_mapArea .search_btnArea_list_ttl {
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.top_mapAll_mapArea .search_btnArea_list_input {
  width: 75.6%;
  font-size: 0.9375em;
  box-sizing: border-box;
  padding: 0.6em;
  border-radius: 0.4em;
  border: none;
  margin-right: 1%;
}
.top_mapAll_mapArea .search_btnArea_list_btn {
  width: 22%;
  font-size: 0.9375em;
  padding: 0.4em;
  border-radius: 0.4em;
  border: none;
  background-color: #000;
  color: #fff;
}
.top_mapAll_mapArea .search_btnArea_list .linkBtn {
  font-size: 1em;
}
.top_mapAll_mapArea .search_mapArea {
  width: 35.8%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top_mapAll_mapArea .search_mapArea {
    width: 90%;
  }
}
.top_mapAll_mapArea .search_mapArea_pref {
  position: relative;
  z-index: 1;
}
.top_mapAll_mapArea .search_mapArea_icon {
  position: absolute;
  z-index: 2;
  transform: translate(-50%, -50%) scale(0);
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s ease-out;
}
.top_mapAll_mapArea .search_mapArea_icon.is-visible {
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.top_mapAll_mapArea .search_mapArea_icon_num {
  position: relative;
  z-index: 2;
  font-size: 1.25em;
  font-weight: bold;
  color: #00913a;
  line-height: 1;
  width: 1em;
  height: 1em;
  text-align: center;
}
.top_mapAll_mapArea .search_mapArea_icon_num::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 2em;
  height: 2em;
  background-color: #fff;
  border-radius: 50%;
  z-index: -1;
  box-shadow: 0 0 0.3em rgba(0, 145, 58, 0.8);
}
.top_mapAll_mapArea .search_mapArea_icon::before {
  content: "";
  position: absolute;
  bottom: -2em;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 1.1em solid transparent;
  border-right: 1.1em solid transparent;
  border-top: 2em solid #fff;
  z-index: 3;
}
.top_mapAll_mapArea .search_mapArea_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 2.5em;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 0.85em;
  font-weight: bold;
  color: #00913a;
  line-height: 1;
  letter-spacing: 0.1em;
  background-color: #fff;
  padding: 0.6em 0.5em;
  border-radius: 0.3em;
  box-shadow: 0 0 0.3em rgba(0, 145, 58, 0.8);
  z-index: 4;
  width: 8em;
  text-align: center;
  display: none;
}
.top_mapAll_mapArea .search_mapArea_icon.icon_nagoyaStation {
  top: 23%;
  left: 19%;
}
.top_mapAll_mapArea .search_mapArea_icon.icon_nagoyaStation::after {
  content: "名古屋駅周辺";
}
.top_mapAll_mapArea .search_mapArea_icon.icon_nagoya {
  top: 27%;
  left: 32%;
}
.top_mapAll_mapArea .search_mapArea_icon.icon_nagoya::after {
  content: "名古屋地区";
}
.top_mapAll_mapArea .search_mapArea_icon.icon_owari {
  top: 1%;
  left: 18%;
}
.top_mapAll_mapArea .search_mapArea_icon.icon_owari::after {
  content: "尾張地区";
}
.top_mapAll_mapArea .search_mapArea_icon.icon_chita {
  top: 54%;
  left: 21%;
}
.top_mapAll_mapArea .search_mapArea_icon.icon_chita::after {
  content: "知多地区";
}
.top_mapAll_mapArea .search_mapArea_icon.icon_mikawa {
  top: 46%;
  left: 54%;
}
.top_mapAll_mapArea .search_mapArea_icon.icon_mikawa::after {
  content: "三河地区";
}
.top_mapAll_mapArea .search_mapArea_icon:hover {
  opacity: 1;
  animation: bounceIcon 0.6s ease-in-out infinite;
}
.top_mapAll_mapArea .search_mapArea_icon:hover::after {
  display: block;
}

@keyframes bounceIcon {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1) translateY(0);
    -webkit-transform: translate(-50%, -50%) scale(1) translateY(0);
    -ms-transform: translate(-50%, -50%) scale(1) translateY(0);
  }
  50% {
    transform: translate(-50%, -50%) scale(1) translateY(-0.3em);
    -webkit-transform: translate(-50%, -50%) scale(1) translateY(-0.3em);
    -ms-transform: translate(-50%, -50%) scale(1) translateY(-0.3em);
  }
}
.carShare {
  margin-top: 8em;
}
.carShare_ttl {
  text-align: center;
}
.carShare_ttl_img {
  max-width: 44.875em;
  width: 90%;
  margin-inline: auto;
}
.carShare_ttl .heading {
  font-size: 2em;
  margin-top: 0.8em;
}
@media screen and (max-width: 768px) {
  .carShare_ttl .heading {
    line-height: 1.4;
  }
}
.carShare_ttl_txt {
  font-size: 1.25em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .carShare_ttl_txt {
    line-height: 1.4;
    margin-top: 1em;
  }
}
.carShare_appArea {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 1em;
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .carShare_appArea {
    flex-wrap: wrap;
    justify-content: center;
    gap: auto;
  }
}
.carShare_appArea_item {
  width: 13.75em;
  height: 13.75em;
  border-radius: 50%;
  background-color: #00913a;
  padding-top: 1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .carShare_appArea_item {
    width: 12em;
    height: 12em;
  }
  .carShare_appArea_item:first-of-type {
    margin-inline: 10%;
  }
  .carShare_appArea_item:nth-of-type(n + 2) {
    margin-top: -1.5em;
  }
}
.carShare_appArea_item_img {
  position: absolute;
  top: 13%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.carShare_appArea_item_img.clockIcon {
  width: 5.0625em;
  top: 10%;
}
.carShare_appArea_item_img.smartphoneIcon {
  width: 4.1875em;
  top: 11%;
}
.carShare_appArea_item_img.yenIcon {
  width: 5.75em;
}
.carShare_appArea_item_ttl {
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 1.15625em;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .carShare_appArea_item_ttl {
    font-size: 1em;
  }
}
.carShare_appArea_item_ttl .numScale {
  font-size: 2.2em;
}
.carShare_appArea_item_ttl .bigScale {
  font-size: 1.98em;
  letter-spacing: 1;
}
.carShare_appArea_item_ttl .note {
  font-size: 0.55em;
  letter-spacing: 0em;
}
.carShare .container {
  text-align: center;
}
.carShare .container .linkBtn {
  margin-top: 3em;
}
@media screen and (max-width: 768px) {
  .carShare .container .linkBtn {
    width: 80%;
    font-size: 1em;
    padding: 0.6em 0 0.5em;
  }
}

.top-campaign {
  background-color: #f2f2ee;
  padding-block: 5em;
  margin-top: 10em;
}
@media screen and (max-width: 768px) {
  .top-campaign {
    margin-top: 5em;
    padding-top: 3em;
  }
}
.top-campaign_ttl {
  text-align: center;
}
.top-campaign_ttl_en {
  font-size: 3.4375em;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}
.top-campaign_ttl .heading {
  font-weight: 900;
}
.top-campaign .campaign_list_align {
  margin-top: 3em;
}
.top-campaign .container {
  text-align: center;
}
.top-campaign .card .linkBtn {
  margin-top: 2em;
}
.top-campaign .linkBtn {
  margin-top: 5em;
}
@media screen and (max-width: 768px) {
  .top-campaign .linkBtn.yellow {
    min-width: auto;
    width: 70%;
    font-size: 1.1em;
    padding: 0.6em 0 0.5em;
  }
}

.carAll_btnArea {
  background-color: #00913a;
  padding-block: 2.5em 3em;
  color: #fff;
  display: flex;
  justify-content: center;
  gap: 3em;
  margin-top: -1em;
}
@media screen and (max-width: 768px) {
  .carAll_btnArea {
    flex-direction: column;
    row-gap: 2em;
    justify-content: center;
    align-items: center;
  }
}
.carAll_btnArea_btn {
  width: 25.3125em;
  box-sizing: border-box;
}
.carAll_btnArea_btn_en {
  font-size: 1.5625em;
  font-weight: bold;
  line-height: 0.8;
  margin-bottom: 0.4em;
}
.carAll_btnArea_btn .linkBtn {
  width: 100%;
  margin-top: 0;
  border-radius: 0 0.5em 0.5em 0.5em;
  background-color: #fff;
  color: #000;
  box-shadow: 0 0.25em #424242;
  font-size: 1.875em;
  box-sizing: border-box;
  padding-inline: 1em 0;
  padding-block: 0.5em;
}
.carAll_btnArea_btn .linkBtn::after {
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.4em solid #000;
}
.carAll_btnArea_btn .linkBtn:hover {
  background-color: #dddcdc;
  opacity: 1;
  transform: translateY(0.25em);
  box-shadow: 0 0em transparent;
}

.carList_section {
  margin-top: 8em;
}
@media screen and (max-width: 768px) {
  .carList_section {
    margin-top: 5em;
  }
}
.carList_section .hgroup-rent__icon {
  display: none;
}
@media screen and (max-width: 768px) {
  .carList_section .hgroup-rent {
    position: relative;
  }
  .carList_section .hgroup-rent__en {
    position: relative;
    top: auto;
    left: auto;
    font-size: 1.75em;
    padding-left: 3.5em;
    letter-spacing: 0em;
  }
  .carList_section .hgroup-rent__icon {
    display: block;
    position: absolute;
    width: 5.5em;
    height: auto;
    transform: rotate(0deg);
    bottom: auto;
    right: auto;
    left: 0;
    top: -0.45em;
  }
  .carList_section .hgroup-rent__inner {
    margin-top: 0.9em;
  }
}

.sceneAll {
  margin-top: 3em;
}
.sceneAll_btnArea {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .sceneAll_btnArea {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.sceneAll_btnArea .hgroup-rent {
  position: relative;
}
@media screen and (max-width: 768px) {
  .sceneAll_btnArea .hgroup-rent__en {
    position: relative;
    top: auto;
    left: auto;
    font-size: 1.75em;
    padding-left: 3.5em;
    letter-spacing: 0em;
  }
}
.sceneAll_btnArea .hgroup-rent__icon {
  display: none;
}
@media screen and (max-width: 768px) {
  .sceneAll_btnArea .hgroup-rent__icon {
    display: block;
    position: absolute;
    width: 5.5em;
    height: auto;
    transform: rotate(0deg);
    position: absolute;
    bottom: auto;
    right: auto;
    left: 0;
    top: -0.45em;
  }
}
@media screen and (max-width: 768px) {
  .sceneAll_btnArea .hgroup-rent__inner {
    margin-top: 0.9em;
  }
}
.sceneAll_btnArea_anchor {
  width: 39.6%;
  margin-top: 1.75em;
}
@media screen and (max-width: 768px) {
  .sceneAll_btnArea_anchor {
    width: 100%;
  }
}
.sceneAll_btnArea_anchor_ttl {
  width: 64.14%;
  padding: 0.3em 0 0.3em 0.5em;
  border-radius: 0 0.625em 0.625em 0;
  background-color: #000;
}
.sceneAll_btnArea_anchor_ttl_txt {
  font-size: 0.75em;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .sceneAll_btnArea_anchor_ttl_txt {
    font-size: 1em;
  }
}
.sceneAll_btnArea_anchor_lineup {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  row-gap: 0.8em;
  margin-top: 0.8em;
}
.sceneAll_btnArea_anchor_lineup_item {
  width: 31.56%;
  margin-right: 2.66%;
}
.sceneAll_btnArea_anchor_lineup_item:nth-of-type(3n) {
  margin-right: 0;
}
.sceneAll_btnArea_anchor_lineup_item a {
  display: block;
  font-size: 1.0625em;
  font-weight: bold;
  padding: 1em 0 1em 0.8em;
  border-radius: 1.0625em;
  color: #fff;
  position: relative;
}
.sceneAll_btnArea_anchor_lineup_item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.7em;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 0.4em solid transparent;
  border-bottom: 0.4em solid transparent;
  border-left: 0.6em solid #fff;
  background: none;
}
.sceneAll_btnArea_anchor_lineup_item.scene_business a {
  background-color: #00913a;
}
.sceneAll_btnArea_anchor_lineup_item.scene_loadCapacity a {
  background-color: #dca641;
}
.sceneAll_btnArea_anchor_lineup_item.scene_lowPrice a {
  background-color: #4977cb;
}
.sceneAll_btnArea_anchor_lineup_item.scene_comfort a {
  background-color: #60afb2;
}
.sceneAll_btnArea_anchor_lineup_item.scene_badRoad a {
  background-color: #6f7555;
}
.sceneAll_btnArea_anchor_lineup_item.scene_lifeCare a {
  background-color: #ff9c9e;
}

.carTypeAll {
  margin-bottom: 8em;
}
@media screen and (max-width: 768px) {
  .carTypeAll {
    margin-bottom: 3em;
  }
}

.heroSort {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .heroSort {
    flex-direction: column;
  }
}
.heroSort_scene {
  width: 33.1%;
  border-right: 0.0625em solid #00913a;
  padding-right: 1.625em;
}
@media screen and (max-width: 768px) {
  .heroSort_scene {
    width: 100%;
    border-right: none;
    padding-right: 0;
  }
}
.heroSort_scene_category {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.heroSort_scene_category_headline {
  font-size: 0.8125em;
  font-weight: bold;
  letter-spacing: 0em;
  padding-right: 1.2em;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.heroSort_scene_category_en {
  font-size: 1.25em;
  font-weight: bold;
  color: #00913a;
  padding-left: 0.8em;
  background-color: #fff;
  position: relative;
  z-index: 2;
  line-height: 1;
}
.heroSort_scene_category::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  border-top: 0.0625em dashed #000;
  z-index: 1;
}
.heroSort_scene_imgBox {
  width: 100%;
  padding: 1em;
  box-sizing: border-box;
  background-color: #000;
  border-radius: 0 0 0 1.875em;
}
@media screen and (max-width: 768px) {
  .heroSort_scene_imgBox {
    padding-block: 0;
    margin-top: 1em;
  }
}
.heroSort_exArea {
  width: 64.4%;
  padding-left: 1.625em;
}
@media screen and (max-width: 768px) {
  .heroSort_exArea {
    width: 100%;
    padding-left: 0;
    margin-top: 1em;
  }
}
.heroSort_exArea_ttl {
  font-size: 1.875em;
  font-weight: bold;
  letter-spacing: 0;
  text-align: justify;
}
.heroSort_exArea_disc {
  font-size: 0.875em;
  line-height: 2.14;
  margin-top: 1.5em;
  font-weight: bold;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .heroSort_exArea_disc {
    font-size: 0.95em;
    line-height: 1.9;
    margin-top: 0.5em;
    letter-spacing: 0.02em;
  }
}
.heroSort_business .heroSort_scene {
  border-right: 0.0625em solid #00913a;
}
@media screen and (max-width: 768px) {
  .heroSort_business .heroSort_scene {
    border-right: none;
    margin-top: 1em;
  }
}
.heroSort_business .heroSort_scene_imgBox {
  background-color: #00913a;
}
.heroSort_business .heroSort_exArea {
  color: #00913a;
}
.heroSort_loadCapacity .heroSort_scene {
  border-right: 0.0625em solid #dca641;
}
@media screen and (max-width: 768px) {
  .heroSort_loadCapacity .heroSort_scene {
    border-right: none;
    margin-top: 1em;
  }
}
.heroSort_loadCapacity .heroSort_scene_category_en {
  color: #dca641;
}
.heroSort_loadCapacity .heroSort_scene_imgBox {
  background-color: #dca641;
}
.heroSort_loadCapacity .heroSort_exArea {
  color: #dca641;
}
.heroSort_lowPrice .heroSort_scene {
  border-right: 0.0625em solid #4977cb;
}
@media screen and (max-width: 768px) {
  .heroSort_lowPrice .heroSort_scene {
    border-right: none;
    margin-top: 1em;
  }
}
.heroSort_lowPrice .heroSort_scene_category_en {
  color: #4977cb;
}
.heroSort_lowPrice .heroSort_scene_imgBox {
  background-color: #4977cb;
}
.heroSort_lowPrice .heroSort_exArea {
  color: #4977cb;
}
.heroSort_comfort .heroSort_scene {
  border-right: 0.0625em solid #60afb2;
}
@media screen and (max-width: 768px) {
  .heroSort_comfort .heroSort_scene {
    border-right: none;
    margin-top: 1em;
  }
}
.heroSort_comfort .heroSort_scene_category_en {
  color: #60afb2;
}
.heroSort_comfort .heroSort_scene_imgBox {
  background-color: #60afb2;
}
.heroSort_comfort .heroSort_exArea {
  color: #60afb2;
}
.heroSort_offRoad .heroSort_scene {
  border-right: 0.0625em solid #6f7555;
}
@media screen and (max-width: 768px) {
  .heroSort_offRoad .heroSort_scene {
    border-right: none;
    margin-top: 1em;
  }
}
.heroSort_offRoad .heroSort_scene_category_en {
  color: #6f7555;
}
.heroSort_offRoad .heroSort_scene_imgBox {
  background-color: #6f7555;
}
.heroSort_offRoad .heroSort_exArea {
  color: #6f7555;
}
.heroSort_lifeCare .heroSort_scene {
  border-right: 0.0625em solid #ff9c9e;
}
@media screen and (max-width: 768px) {
  .heroSort_lifeCare .heroSort_scene {
    border-right: none;
    margin-top: 1em;
  }
}
.heroSort_lifeCare .heroSort_scene_category_en {
  color: #ff9c9e;
}
.heroSort_lifeCare .heroSort_scene_imgBox {
  background-color: #ff9c9e;
}
.heroSort_lifeCare .heroSort_exArea {
  color: #ff9c9e;
}

.carSort {
  margin-top: 5em;
  padding-bottom: 6em;
}
@media screen and (max-width: 768px) {
  .carSort {
    padding-bottom: 4em;
  }
}
.carSort_ttlSub {
  font-size: 1.5625em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.5em;
  color: #00913a;
}
.carSort_block:nth-of-type(n + 2) {
  margin-top: 6em;
}
.carSort_ttl {
  width: 100%;
  background-color: #00913a;
  border-radius: 0.7em;
  color: #fff;
  font-size: 1.875em;
  font-weight: 900;
  padding-left: 1em;
  padding-block: 0.1em;
}
@media screen and (max-width: 768px) {
  .carSort_ttl {
    box-sizing: border-box;
  }
}
.carSort .carDetail {
  margin-top: 3em;
}
@media screen and (max-width: 768px) {
  .carSort .carDetail {
    margin-top: 1.5em;
  }
}
.carSort .carDetail:nth-of-type(n + 2) {
  margin-top: 6em;
}
.carSort .carDetail_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .carSort .carDetail_item {
    flex-direction: column;
  }
}
.carSort .carDetail_imgArea {
  width: 35%;
  height: 100%;
  aspect-ratio: 1.5/1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .carSort .carDetail_imgArea {
    width: 94%;
    aspect-ratio: auto;
  }
}
.carSort .carDetail_exArea {
  width: 62.6%;
}
@media screen and (max-width: 768px) {
  .carSort .carDetail_exArea {
    width: 100%;
  }
}
.carSort .carDetail_exArea_block {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .carSort .carDetail_exArea_block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.carSort .carDetail_exArea_nameArea {
  width: 58.5%;
}
@media screen and (max-width: 1250px) {
  .carSort .carDetail_exArea_nameArea {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  .carSort .carDetail_exArea_nameArea {
    width: 100%;
  }
}
.carSort .carDetail_exArea_catArea {
  width: 38.66%;
  display: flex;
  justify-content: space-between;
  padding: 0.4em 0.5em 0.41em;
  border-radius: 5em;
  background-color: #00913a;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1250px) {
  .carSort .carDetail_exArea_catArea {
    width: 22vw;
    justify-content: center;
    column-gap: 0.5em;
  }
}
@media screen and (max-width: 768px) {
  .carSort .carDetail_exArea_catArea {
    width: 68%;
    margin-top: 1em;
    padding: 0.5em;
  }
}
.carSort .carDetail_exArea_catArea_list {
  opacity: 50%;
  font-size: 0.78em;
  font-weight: bold;
  color: #00913a;
  background-color: #fff;
  padding: 0.5em 1.2em;
  line-height: 1;
  border-radius: 5em;
}
@media screen and (max-width: 1250px) {
  .carSort .carDetail_exArea_catArea_list {
    font-size: 1.09vw;
  }
}
@media screen and (max-width: 768px) {
  .carSort .carDetail_exArea_catArea_list {
    font-size: 1em;
  }
}
.carSort .carDetail_exArea_catArea_list.active {
  opacity: 100%;
}
.carSort .carDetail_exArea_ttl {
  font-size: 1.875em;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .carSort .carDetail_exArea_ttl {
    text-align: center;
  }
}
.carSort .carDetail_exArea_sub {
  font-size: 0.625em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .carSort .carDetail_exArea_sub {
    text-align: center;
  }
}
.carSort .carDetail_exArea_discArea {
  margin-top: 0.5em;
  padding-top: 0.5em;
  border-top: 0.1em solid #00913a;
}
.carSort .carDetail_exArea_discArea .discTxt_txt {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  .carSort .carDetail_exArea_discArea .discTxt_txt {
    font-size: 1em;
    line-height: 1.7;
  }
}
.carSort .carDetail_btnArea {
  margin-top: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2em;
}
@media screen and (max-width: 768px) {
  .carSort .carDetail_btnArea {
    flex-direction: column;
    row-gap: 1.5em;
    margin-top: 4em;
  }
  .carSort .carDetail_btnArea .linkBtn.carBtn.x-large {
    width: 80%;
    min-width: auto;
  }
  .carSort .carDetail_btnArea .linkBtn.carBtn.xl-large {
    width: 80%;
    min-width: auto;
  }
}

.discGuideline {
  max-width: 32.5em;
  width: 100%;
  margin-inline: 0 auto;
  margin-top: 1.5em;
}
.discGuideline_ttl {
  width: 46%;
  padding: 0.3em 0 0.3em 0.5em;
  border-radius: 0 0.625em 0.625em 0;
  background-color: #00913a;
}
.discGuideline_ttl_txt {
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .discGuideline_ttl_txt {
    font-size: 1em;
  }
}
.discGuideline_item {
  display: flex;
  margin-top: 0.8em;
}
@media screen and (max-width: 768px) {
  .discGuideline_item {
    flex-direction: column;
  }
}
.discGuideline_item_block {
  width: 50%;
  height: 5em;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .discGuideline_item_block {
    width: 100%;
    height: auto;
  }
}
.discGuideline_item_block_ttlArea {
  width: 30%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  border-right: 0.0625em solid #00913a;
  padding-top: 0.4em;
}
@media screen and (max-width: 768px) {
  .discGuideline_item_block_ttlArea {
    width: 40%;
    padding-top: 0;
    flex-direction: row;
    padding-right: 1em;
    box-sizing: border-box;
  }
}
.discGuideline_item_block_ttlArea .ttl_txt {
  font-size: 0.75em;
  font-weight: bold;
  color: #00913a;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .discGuideline_item_block_ttlArea .ttl_txt {
    font-size: 1em;
  }
}
.discGuideline_item_block_ttlArea .ttl_txt span.suitCase {
  font-size: 0.82em;
}
@media screen and (max-width: 768px) {
  .discGuideline_item_block_ttlArea .ttl_txt span.suitCase {
    font-size: 0.7em;
  }
}
.discGuideline_item_block_ttlArea .ttl_num {
  font-size: 0.9375em;
  font-weight: 500;
  color: #00913a;
  margin-bottom: 0.8em;
  line-height: 1em;
}
.discGuideline_item_block_ttlArea .ttl_num span {
  font-size: 2.29em;
  font-weight: bold;
  line-height: 1;
  margin-right: 0.1em;
}
.discGuideline_item_block.guide_person .discGuideline_item_block_illustArea {
  width: 46%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-left: 9%;
  margin-inline: 0 auto;
  position: relative;
  row-gap: 0.3em;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .discGuideline_item_block.guide_person .discGuideline_item_block_illustArea {
    width: 60%;
    padding-left: 1.2em;
    padding-right: 0.5em;
  }
}
.discGuideline_item_block.guide_person .discGuideline_item_block_illustArea .illust_img {
  width: 12%;
  margin-right: 12%;
}
.discGuideline_item_block.guide_person .discGuideline_item_block_illustArea .illust_img:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .discGuideline_item_block.guide_person .discGuideline_item_block_illustArea .illust_img {
    width: 6%;
    margin-right: 6%;
  }
  .discGuideline_item_block.guide_person .discGuideline_item_block_illustArea .illust_img:nth-of-type(4n) {
    margin-right: 6%;
  }
  .discGuideline_item_block.guide_person .discGuideline_item_block_illustArea .illust_img:last-of-type {
    margin-right: 1%;
  }
}
.discGuideline_item_block.guide_person .discGuideline_item_block_illustArea.more::after {
  content: "more";
  position: absolute;
  bottom: 0;
  right: -2em;
  font-size: 0.75em;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .discGuideline_item_block.guide_person .discGuideline_item_block_illustArea.more::after {
    bottom: 0em;
    right: -0.5em;
  }
}
.discGuideline_item_block.guide_luggage {
  position: relative;
}
@media screen and (max-width: 768px) {
  .discGuideline_item_block.guide_luggage {
    margin-top: 1em;
  }
}
.discGuideline_item_block.guide_luggage .discGuideline_item_block_illustArea {
  width: 52%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-left: 9%;
  margin-inline: 0 auto;
  position: relative;
  row-gap: 0.3em;
}
@media screen and (max-width: 768px) {
  .discGuideline_item_block.guide_luggage .discGuideline_item_block_illustArea {
    width: 60%;
    padding-left: 1.2em;
    padding-right: 0.5em;
  }
}
.discGuideline_item_block.guide_luggage .discGuideline_item_block_illustArea .illust_img {
  width: 16%;
  margin-right: 8%;
}
.discGuideline_item_block.guide_luggage .discGuideline_item_block_illustArea .illust_img:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .discGuideline_item_block.guide_luggage .discGuideline_item_block_illustArea .illust_img {
    width: 8.5%;
    margin-right: 3.5%;
  }
  .discGuideline_item_block.guide_luggage .discGuideline_item_block_illustArea .illust_img:nth-of-type(4n) {
    margin-right: 3.5%;
  }
  .discGuideline_item_block.guide_luggage .discGuideline_item_block_illustArea .illust_img:last-of-type {
    margin-right: 1%;
  }
}
.discGuideline_item_block.guide_luggage .discGuideline_item_block_illustArea.more::after {
  content: "more";
  position: absolute;
  bottom: 0;
  right: -2em;
  font-size: 0.75em;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .discGuideline_item_block.guide_luggage .discGuideline_item_block_illustArea.more::after {
    bottom: 0em;
    right: -0.5em;
  }
}
.discGuideline_item_block_modalBtn {
  position: absolute;
  bottom: -2.2em;
  left: 0;
}
@media screen and (max-width: 768px) {
  .discGuideline_item_block_modalBtn {
    left: auto;
    right: 0;
    bottom: -2.2em;
  }
}
.discGuideline_item_block_modalBtn button {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  cursor: pointer;
  background: none;
  border: none;
  color: #187b3f;
  font-size: 0.72em;
  text-decoration: underline;
  padding: 0.2em 2.5em 0.3em 1em;
  color: #fff;
  background-color: #000;
  text-decoration: none;
  position: relative;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .discGuideline_item_block_modalBtn button {
    padding-block: 0.3em 0.4em;
  }
}
.discGuideline_item_block_modalBtn button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.6em solid #fff;
}
.discGuideline_item_block_modalBtn button:hover {
  opacity: 0.6;
}

.carDetail_priceArea {
  margin-top: 3em;
}
@media screen and (max-width: 768px) {
  .carDetail_priceArea {
    margin-top: 4em;
  }
}
.carDetail_priceArea_ttl {
  width: 25%;
  padding: 0.3em 0 0.3em 0.5em;
  border-radius: 0 0.625em 0.625em 0;
  background-color: #00913a;
}
@media screen and (max-width: 768px) {
  .carDetail_priceArea_ttl {
    width: 46%;
  }
}
.carDetail_priceArea_ttl_txt {
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .carDetail_priceArea_ttl_txt {
    font-size: 1em;
  }
}
.carDetail_priceArea_item {
  margin-top: 0.8em;
}
.carDetail_priceArea_table {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .carDetail_priceArea_table {
    flex-direction: row;
    justify-content: space-between;
  }
}
.carDetail_priceArea_table_header {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .carDetail_priceArea_table_header {
    flex-direction: column;
    width: 49.75%;
    box-sizing: border-box;
  }
}
.carDetail_priceArea_table_header_cell {
  flex: 1;
  background-color: #2e2e2e;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  padding: 0.65em 0;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-right: 0.0625em solid #fff;
}
.carDetail_priceArea_table_header_cell:first-child {
  border-radius: 0.625em 0 0 0;
}
.carDetail_priceArea_table_header_cell:last-child {
  border-radius: 0 0.625em 0 0;
  border-right: none;
}
@media screen and (max-width: 768px) {
  .carDetail_priceArea_table_header_cell {
    border-right: none;
  }
  .carDetail_priceArea_table_header_cell:nth-of-type(n + 2) {
    border-top: 0.1em solid #fff;
  }
  .carDetail_priceArea_table_header_cell:first-child {
    border-radius: 0;
  }
  .carDetail_priceArea_table_header_cell:last-child {
    border-radius: 0;
    border-right: none;
  }
}
.carDetail_priceArea_table_body {
  display: flex;
  width: 100%;
  margin-top: 0.2em;
}
@media screen and (max-width: 768px) {
  .carDetail_priceArea_table_body {
    flex-direction: column;
    width: 49.75%;
    box-sizing: border-box;
    margin-top: 0;
  }
}
.carDetail_priceArea_table_body_cell {
  flex: 1;
  background-color: #eeeee4;
  color: #2a2929;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  padding: 0.65em 0;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-right: 0.0625em solid #fff;
}
.carDetail_priceArea_table_body_cell:first-child {
  border-radius: 0 0 0 0.625em;
}
.carDetail_priceArea_table_body_cell:last-child {
  border-radius: 0 0 0.625em 0;
  border-right: none;
}
@media screen and (max-width: 768px) {
  .carDetail_priceArea_table_body_cell {
    border-right: none;
  }
  .carDetail_priceArea_table_body_cell:nth-of-type(n + 2) {
    border-top: 0.1em solid #fff;
  }
  .carDetail_priceArea_table_body_cell:first-child {
    border-radius: 0;
  }
  .carDetail_priceArea_table_body_cell:last-child {
    border-radius: 0;
  }
}
.carDetail_priceArea_note {
  margin-top: 1em;
}
.carDetail_priceArea_note .note_txt {
  font-size: 0.75em;
  font-weight: 500;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.5;
}

.carDetailList_wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.carDetailList_wrapper .reservation_floating {
  width: 21.8%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .carDetailList_wrapper .reservation_floating {
    display: none;
  }
}
.carDetailList_item {
  max-width: 71.875em;
  width: 90%;
  margin-inline: auto;
  position: relative;
}
.carDetailList_item_discArea {
  width: 75.7%;
  margin-inline: auto 0;
  border-left: 0.0625em solid #00913a;
  padding-left: 3.5%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .carDetailList_item_discArea {
    width: 100%;
    border-left: none;
    padding-left: 0;
  }
}
.carDetailList_item_discArea_img {
  width: 85%;
  margin-inline: auto;
}
.carDetailList_item_discArea_ttlArea {
  margin-top: 1em;
  text-align: center;
}
.carDetailList_item_discArea_ttlArea_ttl {
  font-size: 1.875em;
  font-weight: bold;
  line-height: 1.4;
}
.carDetailList_item_discArea_ttlArea_sub {
  font-size: 0.625em;
  font-weight: 500;
}
.carDetailList_item_discArea .carSort {
  margin-top: 1em;
  padding-bottom: 0em;
  text-align: center;
}
.carDetailList_item_discArea .carSort .carDetail_exArea_catArea {
  margin-inline: auto;
  width: auto;
  display: inline-flex;
  justify-content: center;
  margin-bottom: 0;
  column-gap: 0.5em;
}
@media screen and (max-width: 768px) {
  .carDetailList_item_discArea .carSort .carDetail_exArea_catArea {
    margin-top: 0;
  }
}
.carDetailList_item_discArea .carSort .carDetail_exArea_catArea_list {
  padding: 0.4em 1.5em 0.45em;
  font-size: 1em;
}
.carDetailList_item_discArea_disc {
  margin-top: 3em;
  padding-bottom: 1.5em;
  border-bottom: 0.0625em solid #00913a;
}
@media screen and (max-width: 768px) {
  .carDetailList_item_discArea_disc {
    margin-top: 1.5em;
  }
}
.carDetailList_item_discArea_disc .disc_txt {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  .carDetailList_item_discArea_disc .disc_txt {
    font-size: 0.9em;
  }
}
.carDetailList_item_discArea_slideArea {
  margin-top: 1.5em;
}
.carDetailList_item_discArea_slideArea .splide__list .splide__slide {
  width: 32% !important;
}
@media screen and (max-width: 768px) {
  .carDetailList_item_discArea_slideArea .splide__list .splide__slide {
    width: 80% !important;
  }
}
.carDetailList_item_discArea_slideArea .splide__list .splide__slide.comingSoon {
  position: relative;
  background-color: #424242;
}
.carDetailList_item_discArea_slideArea .splide__list .splide__slide.comingSoon .comingSoon_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1em;
  font-weight: bold;
  color: #fff;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .carDetailList_item_discArea_slideArea .splide__list .splide__slide.comingSoon .comingSoon_txt {
    font-size: 1.5em;
  }
}
.carDetailList_item_discArea_slideArea .splide__arrow {
  background-color: #00913a;
}
.carDetailList_item_discArea_slideArea .splide__arrow svg {
  fill: #fff;
}
.carDetailList_item_discArea_optionArea {
  margin-top: 2em;
  text-align: center;
}
.carDetailList_item_discArea_optionArea_ttl {
  font-size: 0.875em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .carDetailList_item_discArea_optionArea_ttl {
    font-size: 1.2em;
  }
}
.carDetailList_item_discArea_optionArea .optionItem {
  margin-top: 0.5em;
  width: 100%;
  padding: 1em 0.5em;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  background-color: #00913a;
  box-sizing: border-box;
  color: #fff;
  border-radius: 0.9375em;
}
@media screen and (max-width: 768px) {
  .carDetailList_item_discArea_optionArea .optionItem {
    row-gap: 1em;
  }
}
.carDetailList_item_discArea_optionArea .optionItem_block {
  width: 16.6%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column;
  row-gap: 0.2em;
  border-right: 0.0625em solid #fff;
}
.carDetailList_item_discArea_optionArea .optionItem_block:last-child {
  border-right: none;
}
@media screen and (max-width: 768px) {
  .carDetailList_item_discArea_optionArea .optionItem_block {
    width: 33.3333333333%;
  }
  .carDetailList_item_discArea_optionArea .optionItem_block:nth-of-type(3n) {
    border-right: none;
  }
}
.carDetailList_item_discArea_optionArea .optionItem_block_icon {
  font-family: "Special Gothic Expanded One", sans-serif;
  line-height: 1;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.carDetailList_item_discArea_optionArea .optionItem_block_icon.img {
  display: block;
}
.carDetailList_item_discArea_optionArea .optionItem_block_ttl {
  font-size: 0.875em;
  font-weight: 500;
}
.carDetailList_item_discArea_optionArea .optionItem_block.optionItem_block--at .optionItem_block_icon {
  font-size: 2.5em;
}
.carDetailList_item_discArea_optionArea .optionItem_block.optionItem_block--wd .optionItem_block_icon {
  font-size: 1.875em;
}
.carDetailList_item_discArea_optionArea .optionItem_block.optionItem_block--wd.wd-both .optionItem_block_icon {
  font-size: 1.5em;
  line-height: 0.9;
}
.carDetailList_item_discArea_optionArea .optionItem_block.optionItem_block--smoking .optionItem_block_icon {
  width: 34%;
}
.carDetailList_item_discArea_optionArea .optionItem_block.optionItem_block--navi .optionItem_block_icon {
  width: 58.4%;
}
.carDetailList_item_discArea_optionArea .optionItem_block.optionItem_block--etc .optionItem_block_icon {
  font-size: 1.875em;
}
.carDetailList_item_discArea_optionArea .optionItem_block.optionItem_block--bluetooth .optionItem_block_icon {
  width: 41.5%;
}
.carDetailList_item_discArea_optionArea .optionItem_block.optionItem_block--bluetooth_icon {
  width: 100%;
  text-align: center;
}
.carDetailList_item_discArea .discGuideline {
  font-size: 1.4em;
}
@media screen and (max-width: 768px) {
  .carDetailList_item_discArea .discGuideline {
    font-size: 1em;
  }
}
.carDetailList_item_discArea .discGuideline_ttl {
  width: 38%;
  padding: 0.2em 0 0.2em 0.5em;
}
@media screen and (max-width: 768px) {
  .carDetailList_item_discArea .discGuideline_ttl {
    width: 48%;
  }
}
.carDetailList_item_discArea .discGuideline_ttl_txt {
  font-size: 0.7em;
}
@media screen and (max-width: 768px) {
  .carDetailList_item_discArea .discGuideline_ttl_txt {
    font-size: 1em;
  }
}
.carDetailList_item_discArea_specArea {
  margin-top: 3em;
}
.carDetailList_item_discArea_specArea_ttl {
  font-size: 0.875em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .carDetailList_item_discArea_specArea_ttl {
    font-size: 1.2em;
  }
}
.carDetailList_item_discArea_specArea .table {
  margin-top: 0.5em;
  width: 90%;
  margin-inline: 0 auto;
}
@media screen and (max-width: 768px) {
  .carDetailList_item_discArea_specArea .table {
    width: 100%;
  }
}
.carDetailList_item_discArea_specArea .table th {
  background-color: #2e2e2e;
  color: #fff;
  border-bottom: 1px solid #fff;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .carDetailList_item_discArea_specArea .table th {
    font-size: 0.9em;
    padding: 0.6em 1em;
    width: 42%;
  }
}
.carDetailList_item_discArea_specArea .table td {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .carDetailList_item_discArea_specArea .table td {
    font-size: 0.9em;
    width: 58%;
  }
}
.carDetailList_item_discArea_specArea .table tr:last-child th {
  border-bottom: 1px solid #2e2e2e;
}
.carDetailList_btnArea {
  margin-top: 3em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .carDetailList_btnArea {
    width: 80%;
    margin-inline: auto;
  }
  .carDetailList_btnArea .linkBtn.carBtn.xxl-large {
    margin-inline: auto;
    min-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .carDetailList_priceArea .carDetail_priceArea {
    display: block;
  }
}

.guide_anker {
  padding-block: 3.625em 3.875em;
  font-size: 1.2em;
}
.guide_anker .anker_list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 1.77em;
  row-gap: 0.677em;
}
@media screen and (max-width: 768px) {
  .guide_anker .anker_list {
    column-gap: 0.77em;
  }
}
.guide_anker .anker_list_item:nth-of-type(-n + 3) {
  width: calc((100% - 3.54em) / 3);
  height: 3.8em;
}
@media screen and (max-width: 768px) {
  .guide_anker .anker_list_item:nth-of-type(-n + 3) {
    width: 92.04545vw;
    height: 11.818vw;
  }
}
.guide_anker .anker_list_item:nth-of-type(n + 4) {
  width: calc((100% - 5.31em) / 4);
  height: 2.5em;
}
@media screen and (max-width: 768px) {
  .guide_anker .anker_list_item:nth-of-type(n + 4) {
    width: 43.0225vw;
    height: 11.818vw;
  }
}
.guide_anker .anker_list_item a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #00913a;
  font-size: 0.95em;
  font-weight: 700;
  letter-spacing: 0em;
  border: 0.0625em solid #00913a;
  box-shadow: 0 0.2em #187b3f;
  border-radius: 0.55em;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1250px) {
  .guide_anker .anker_list_item a {
    font-size: 0.85em;
  }
}
@media screen and (max-width: 768px) {
  .guide_anker .anker_list_item a {
    font-size: 3.18181vw;
  }
}
.guide_anker .anker_list_item a:hover {
  opacity: 1;
  transform: translateY(0.25em);
  box-shadow: 0 0em transparent;
}
.guide_anker .anker_list_item a svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.92857em;
  width: 0.714285em;
  height: 0.714285em;
}
.guide_anker .anker_list_item a svg.toRight {
  transform: translateY(-50%) rotate(-90deg);
}

.guide_intro {
  padding-block: 3.125em 4.5em;
  background-color: #00913a;
  font-size: 1.2em;
}
.guide_intro_ttl {
  font-size: 1.5625em;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .guide_intro_ttl {
    font-size: 5.681818vw;
  }
}
.guide_intro_list {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 2.2em;
  margin-top: 2.5em;
}
@media screen and (max-width: 768px) {
  .guide_intro_list {
    flex-direction: column;
    gap: 13.636363vw;
    margin-top: 6.36363vw;
  }
}

.guide em {
  font-style: normal;
  color: #e60020;
}
.guide em.green {
  color: #00913a;
}
.guide em.orange {
  color: #e66d1b;
}
@media screen and (max-width: 768px) {
  .guide .faqBlock_acc_list_answer {
    padding-left: 0;
  }
}

.guide_reserve {
  padding-top: 6.25em;
  padding-bottom: 6.0625em;
}
@media screen and (max-width: 768px) {
  .guide_reserve {
    padding-top: 11.3636vw;
    padding-bottom: 10.454545vw;
  }
}
.guide_reserve_heading {
  margin-top: 2.5em;
}
@media screen and (max-width: 768px) {
  .guide_reserve_heading {
    margin-top: 9.0909vw;
  }
}
.guide_reserve_price {
  margin-top: 3.4375em;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.8125em;
  margin-bottom: 4.625em;
}
.guide_reserve_price_item {
  font-size: 1em;
  font-weight: bold;
  letter-spacing: 0em;
  width: 15.8333333333em;
  height: 4em;
  color: #00913a;
  background-color: #f5dd26;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.8333em;
}
@media screen and (max-width: 768px) {
  .guide_reserve_price_item {
    width: 25vw;
    height: 13.636363vw;
    font-size: 3.40909vw;
    text-align: center;
  }
}
.guide_reserve_price_item:last-child {
  background-color: #00913a;
  color: #fff;
}
.guide_reserve_price_mark {
  font-size: 1.5625em;
  font-weight: 700;
  letter-spacing: 0em;
}
.guide_reserve_guideline_btn {
  margin-top: 5.25em;
  text-align: center;
}
.guide_reserve_guideline_btn_link {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1.25em;
  border: 2px solid #00913a;
  gap: 0.5em;
  text-decoration: none;
  column-gap: 2.1875em;
  width: 33.125em;
  height: 11.0625em;
  margin-inline: auto;
  box-shadow: 0 0.25em #00913a;
  transition-duration: 0.3s;
}
@media screen and (max-width: 768px) {
  .guide_reserve_guideline_btn_link {
    width: 92.72727vw;
    column-gap: 2.5vw;
  }
}
.guide_reserve_guideline_btn_link:hover {
  opacity: 1;
  transform: translateY(0.25em);
  box-shadow: 0 0em transparent;
}
.guide_reserve_guideline_btn_link img {
  flex-shrink: 1;
  width: 12.5em;
}
@media screen and (max-width: 768px) {
  .guide_reserve_guideline_btn_link img {
    width: 31.3636vw;
  }
}
.guide_reserve_guideline_btn_link_text {
  font-size: 1em;
  color: #00913a;
  font-weight: 700;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  .guide_reserve_guideline_btn_link_text {
    font-size: 3.6363636vw;
  }
}
.guide_reserve_guideline_btn_link_text span {
  font-size: 1.25em;
  font-weight: 700;
  color: #e60020;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  .guide_reserve_guideline_btn_link_text span {
    font-size: 5.454545vw;
  }
}

.guide_payment {
  padding-bottom: 8em;
}
@media screen and (max-width: 768px) {
  .guide_payment {
    padding-bottom: 18.1818vw;
  }
}
.guide_payment_method {
  margin-top: 3.125em;
}
@media screen and (max-width: 768px) {
  .guide_payment_method {
    margin-top: 9.090909vw;
  }
}
.guide_payment_cash {
  margin-top: 6.25em;
}
@media screen and (max-width: 768px) {
  .guide_payment_cash {
    margin-top: 22.72727vw;
  }
}
.guide_payment_cash .guide_main_text .icon-dot {
  color: #00913a;
}
.guide_payment_cash_text {
  margin-top: 0.833em;
}
.guide_payment_cash_list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin-block-start: 0em;
  margin-block-end: 0em;
  padding-inline-start: 0px;
  margin-block: 0.625em 1.5em;
}
@media screen and (max-width: 768px) {
  .guide_payment_cash_list {
    flex-direction: column;
    align-items: center;
    gap: 1em;
  }
}
.guide_payment_cash_list_item {
  width: 19.375em;
  height: 8.625em;
  border: 2px solid #00913a;
  border-radius: 0.625em;
  background-color: #00913a;
  color: #fff;
  display: flex;
}
@media screen and (max-width: 768px) {
  .guide_payment_cash_list_item {
    width: 100%;
    height: 20.454545vw;
    border-radius: 2.2727vw;
  }
}
.guide_payment_cash_list_item_text {
  font-size: 1em;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  .guide_payment_cash_list_item_text {
    font-size: 3.40909vw;
    text-align: center;
  }
}
.guide_payment_cash_list_item_text a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #00913a;
  background-color: #fff;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0em;
  border: 0.0625em solid #00913a;
  box-shadow: 0 0.25em #196136;
  border-radius: 0.41666667em;
  width: 20.33333em;
  height: 3.25em;
  text-align: center;
  line-height: 1.2;
  margin-top: 0.833333em;
  width: 15.33333em;
  height: 4.25em;
}
@media screen and (max-width: 768px) {
  .guide_payment_cash_list_item_text a {
    width: 59.090909vw;
    height: 9.54545vw;
    font-size: 2.72727vw;
    margin-top: 1.13636vw;
  }
}
.guide_payment_cash_list_item_text a:hover {
  opacity: 1;
  transform: translateY(0.25em);
  box-shadow: 0 0em transparent;
}
.guide_payment_cash_list_item_text a svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.5em;
  width: 0.714285em;
  height: 0.714285em;
}
.guide_payment_cash_list_item_text a svg.toRight {
  transform: translateY(-50%) rotate(-90deg);
}
.guide_payment_cash_list_item_text.row {
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.4166em;
}
@media screen and (max-width: 1000px) {
  .guide_payment_cash_list_item_text.row {
    gap: 0.2em;
  }
}
.guide_payment_cash_list_item_text.row span {
  display: block;
  text-align: center;
}
.guide_payment_cash_list_item_text.row span:last-child {
  width: 12em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .guide_payment_cash_list_item_text.row span:last-child {
    width: 44.545454vw;
    letter-spacing: -0.02em;
  }
}
.guide_payment_cash_list_item_text.row svg {
  flex-shrink: 0;
}
.guide_payment_cash_list_item_num {
  background-color: #fff;
  color: #00913a;
  width: 1.85714em;
  font-size: 1em;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  flex-shrink: 0;
  border-top-left-radius: 0.625em;
  border-bottom-left-radius: 0.625em;
}
@media screen and (max-width: 768px) {
  .guide_payment_cash_list_item_num {
    width: 14.31818vw;
    font-size: 4.545454vw;
    border-top-left-radius: 2.2727vw;
    border-bottom-left-radius: 2.2727vw;
  }
}
.guide_payment_timing {
  margin-top: 6.25em;
}
.guide_payment_timing .linkBtn.square {
  display: block;
  width: 20.25em;
}

.guide_cancel {
  padding-bottom: 8.4375em;
}
.guide_cancel_text {
  margin-top: 3.125em;
}
.guide_cancel_commission {
  margin-top: 3.125em;
}
.guide_cancel_commission_limit {
  margin-top: 6.25em;
}

.guide_acceptance {
  padding-bottom: 8.25em;
}
.guide_acceptance_belongings {
  margin-top: 3.125em;
}
.guide_acceptance_belongings_text {
  margin-top: 3.125em;
}
@media screen and (max-width: 768px) {
  .guide_acceptance_belongings_text {
    margin-top: 4.54545vw;
  }
}
.guide_acceptance_belongings_items {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  margin-top: 1.375em;
}
@media screen and (max-width: 768px) {
  .guide_acceptance_belongings_items {
    flex-direction: column;
    gap: 1.36363vw;
  }
}
.guide_acceptance_belongings_items_text {
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 0em;
  color: #fff;
  background-color: #d52940;
  height: 7.8em;
  border-radius: 0.75em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .guide_acceptance_belongings_items_text {
    height: auto;
    padding-block: 2.27272vw;
  }
}
.guide_acceptance_belongings_items_text:first-child {
  width: 9.45em;
}
@media screen and (max-width: 768px) {
  .guide_acceptance_belongings_items_text:first-child {
    width: 82.727272vw;
    flex-direction: row;
  }
}
.guide_acceptance_belongings_items_text:nth-of-type(3) {
  width: 17.85em;
}
@media screen and (max-width: 768px) {
  .guide_acceptance_belongings_items_text:nth-of-type(3) {
    width: 82.727272vw;
  }
}
.guide_acceptance_belongings_items_text:last-child {
  width: 15.8em;
  background-color: #868686;
}
@media screen and (max-width: 768px) {
  .guide_acceptance_belongings_items_text:last-child {
    width: 82.727272vw;
    padding-block: 3.8636vw;
  }
}
.guide_acceptance_belongings_items_text span {
  font-size: 0.6em;
  display: block;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .guide_acceptance_belongings_items_text span {
    font-size: 3.40909vw;
    line-height: 1.2;
  }
}
.guide_acceptance_belongings_items_text span.small {
  font-size: 0.6em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .guide_acceptance_belongings_items_text span.small {
    font-size: 2.727272vw;
    line-height: 1.2;
  }
}
.guide_acceptance_belongings_items_text span.t-center {
  text-align: center;
}
.guide_acceptance_belongings_items_text span.bold {
  font-weight: 700;
}
.guide_acceptance_belongings_items_text_link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 0.833em;
  gap: 0.66666666em;
  font-size: 0.75em;
  text-decoration: none;
  color: #868686 !important;
  background-color: #fff;
  box-shadow: 0 0.25em #575757;
  border-radius: 0.4166em;
  margin-top: 1.16666667em;
}
@media screen and (max-width: 768px) {
  .guide_acceptance_belongings_items_text_link {
    font-size: 3.4090909vw;
    padding-inline: 2.27272vw;
    margin-top: 2.72727vw;
    padding-block: 2.388vw;
    width: 72.27272vw;
    position: relative;
  }
}
.guide_acceptance_belongings_items_text_link:hover {
  opacity: 1;
  transform: translateY(0.25em);
  box-shadow: 0 0em transparent;
}
.guide_acceptance_procedure {
  margin-top: 6.25em;
}
.guide_acceptance_procedure_text {
  margin-top: 3.125em;
}
@media screen and (max-width: 768px) {
  .guide_acceptance_procedure_text {
    margin-top: 4.54545vw;
  }
}
.guide_acceptance_procedure_link {
  width: 36.875em;
  height: 7.625em;
  margin-inline: auto;
  border-radius: 0.9375em;
  border: 0.125em solid #d52940;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1.75em;
  letter-spacing: 0em;
  margin-top: 4.1875em;
}
@media screen and (max-width: 1000px) {
  .guide_acceptance_procedure_link {
    width: 42.875em;
    height: 8.625em;
  }
}
@media screen and (max-width: 768px) {
  .guide_acceptance_procedure_link {
    flex-direction: column;
    width: 92.72727vw;
    height: 50.1818vw;
    row-gap: 3.6363vw;
  }
}
.guide_acceptance_procedure_link_text {
  font-size: 0.75em;
  font-weight: 700;
  color: #d52940;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .guide_acceptance_procedure_link_text {
    font-size: 2.72727vw;
  }
}
.guide_acceptance_procedure_link_btn {
  font-size: 0.875em;
  font-weight: 700;
  color: #fff !important;
  text-align: center;
  border-radius: 0.5357em;
  background-color: #d52940;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  box-shadow: 0 0.25em #ac2739;
  padding-block: 0.642857em;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .guide_acceptance_procedure_link_btn {
    font-size: 2.72727vw;
    padding-block: 2.388vw;
    margin-top: 1.13636vw;
  }
}
.guide_acceptance_procedure_link_btn:hover {
  opacity: 1;
  transform: translateY(0.25em);
  box-shadow: 0 0em transparent;
}

.guide_return {
  padding-bottom: 14.1875em;
}
@media screen and (max-width: 768px) {
  .guide_return {
    padding-bottom: 15vw;
  }
}
.guide_return_fuel {
  margin-top: 3.125em;
}
@media screen and (max-width: 768px) {
  .guide_return_fuel {
    margin-top: 4.54545vw;
  }
}
.guide_return_fuel_text {
  margin-top: 3.125em;
}
@media screen and (max-width: 768px) {
  .guide_return_fuel_text {
    margin-top: 4.54545vw;
  }
}
.guide_return_fuel_calculation {
  margin-top: 3.125em;
}
@media screen and (max-width: 768px) {
  .guide_return_fuel_calculation {
    margin-top: 4.54545vw;
  }
}
.guide_return_fuel_calculation_result {
  margin-top: 1.875em;
}
@media screen and (max-width: 768px) {
  .guide_return_fuel_calculation_result {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 0 1.1363vw;
    width: 92.72727vw;
    margin-inline: auto;
    justify-content: center;
  }
  .guide_return_fuel_calculation_result p:first-child {
    grid-column: span 5/span 5;
    margin-inline: 3.6363vw;
    margin-inline: auto;
    width: 100%;
  }
  .guide_return_fuel_calculation_result p:nth-of-type(2) {
    grid-column: span 5/span 5;
    grid-row-start: 2;
    text-align: center;
    transform: rotate(90deg);
  }
  .guide_return_fuel_calculation_result p:nth-of-type(3) {
    grid-row-start: 3;
    width: 25vw;
  }
  .guide_return_fuel_calculation_result p:nth-of-type(4) {
    grid-row-start: 3;
    text-align: center;
  }
  .guide_return_fuel_calculation_result p:nth-of-type(5) {
    grid-row-start: 3;
    width: 25vw;
  }
  .guide_return_fuel_calculation_result p:nth-of-type(6) {
    grid-row-start: 3;
    text-align: center;
  }
  .guide_return_fuel_calculation_result p:last-child {
    grid-row-start: 3;
    width: 25vw;
  }
}
.guide_return_fuel_calculation_result .guide_reserve_price_item {
  width: 8.5714285714em;
  height: 3.9285714286em;
  color: #fff;
  background-color: #ffa71b;
}
@media screen and (max-width: 768px) {
  .guide_return_fuel_calculation_result .guide_reserve_price_item {
    height: 11.36363vw;
    line-height: 1.5;
  }
}
.guide_return_fuel_calculation_result .guide_reserve_price_item:first-child {
  background-color: #e66d1b;
}
.guide_return_extension {
  margin-top: 3.125em;
}
@media screen and (max-width: 768px) {
  .guide_return_extension {
    margin-top: 4.54545vw;
  }
}
.guide_return_extension_calculation {
  margin-top: 3.125em;
}
@media screen and (max-width: 768px) {
  .guide_return_extension_calculation {
    margin-top: 4.54545vw;
  }
}
.guide_return_store {
  margin-top: 6.25em;
}
@media screen and (max-width: 768px) {
  .guide_return_store {
    margin-top: 4.54545vw;
  }
}
.guide_return_store_text {
  margin-top: 3.125em;
}

.guide_faq_title {
  font-size: 1.5625em;
  font-weight: 700;
  letter-spacing: 0em;
  color: #00913a;
  text-align: center;
  border: 0.08em solid #00913a;
  padding-block: 0.52em;
}
.guide_faq_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 1.25em 1.75em;
  margin-top: 1.375em;
}
@media screen and (max-width: 768px) {
  .guide_faq_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
  }
}
.guide_faq_list_item {
  width: 19.8125em;
}
@media screen and (max-width: 1000px) {
  .guide_faq_list_item {
    width: 18.5em;
  }
}
@media screen and (max-width: 768px) {
  .guide_faq_list_item {
    width: 100%;
  }
}
.guide_faq_list_item a {
  width: 100%;
  height: 4.2857142857em;
  font-size: 0.875em;
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 0em;
  border-radius: 0.71428em;
  color: #fff;
  background-color: #00913a;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  box-shadow: 0 0.25em #187b3f;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .guide_faq_list_item a {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 768px) {
  .guide_faq_list_item a {
    height: 12.7272vw;
    font-size: 3.181818vw;
    line-height: 1.3;
    padding-left: 5vw;
  }
}
.guide_faq_list_item a svg {
  position: absolute;
  left: 1.5em;
  top: 50%;
  transform: translateY(-50%);
  scale: 0.8;
}
@media screen and (max-width: 1000px) {
  .guide_faq_list_item a svg {
    left: 1em;
  }
}
@media screen and (max-width: 768px) {
  .guide_faq_list_item a svg {
    width: 8.18181vw;
    left: 1.81818vw;
  }
}
.guide_faq_list_item a::after {
  content: "";
  position: absolute;
  right: 1.571428em;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 0.71428em solid #fff;
  border-top: 0.35714em solid transparent;
  border-bottom: 0.35714em solid transparent;
}
@media screen and (max-width: 768px) {
  .guide_faq_list_item a::after {
    right: 2.54545vw;
  }
}
.guide_faq_list_item a:hover {
  opacity: 1;
  transform: translateY(0.25em);
  box-shadow: 0 0em transparent;
}

.guide_discount {
  margin-top: 9.6875em;
  padding-bottom: 5.625em;
}
@media screen and (max-width: 768px) {
  .guide_discount {
    margin-top: 15vw;
    padding-bottom: 15vw;
  }
}
.guide_discount_title {
  text-align: center;
  font-size: 1.5625em;
  font-weight: 700;
  color: #00913a;
  letter-spacing: 0em;
}
.guide_discount_table_wrap {
  margin-top: 5em;
}
.guide_discount .faqBlock_acc_list_question::before, .guide_discount .faqBlock_acc_list_question::after,
.guide_discount .faqBlock_acc_list_answer::before,
.guide_discount .faqBlock_acc_list_answer::after {
  display: none;
}
.guide_discount .faqBlock_acc_list_question {
  padding-left: 0;
}
.guide_discount .faqBlock_acc_list_question.is-active .faqBlock_acc_list_question_txt::after {
  display: none;
  transform: none;
}
.guide_discount .faqBlock_acc_list_question_txt {
  font-size: 1.5625em;
  background-color: #00913a;
  color: #fff;
  padding-left: 0.92em;
}
@media screen and (max-width: 768px) {
  .guide_discount .faqBlock_acc_list_question_txt {
    font-size: 5.68181vw;
    padding-block: 2.27272vw;
  }
}
.guide_discount .faqBlock_acc_list_question_txt::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.8em;
  width: 1em;
  height: 0.16em;
  background: #fff;
  border: none;
}
.guide_discount .faqBlock_acc_list_question_txt::after {
  content: "";
  position: absolute;
  top: 38%;
  right: 1.2em;
  width: 0.16em;
  height: 1em;
  background: #fff;
  border: none;
  transform: none;
}
@media screen and (max-width: 768px) {
  .guide_discount .faqBlock_acc_list_question_txt::after {
    top: 32%;
  }
}
.guide_discount_subTitle {
  font-size: 1.25em;
  color: #2a2929;
  font-weight: 700;
  letter-spacing: 0em;
  text-align: center;
}
.guide_discount_table {
  margin-top: 2.1875em;
}
.guide_discount_button_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.125em;
  margin-top: 1.25em;
}
@media screen and (max-width: 768px) {
  .guide_discount_button_wrap {
    flex-direction: column;
    gap: 3.63636vw;
  }
}
.guide_discount .t-center {
  text-align: center;
}

.guide_main_text {
  font-size: 0.75em;
  font-size: 1em;
  font-weight: bold;
  color: #2a2929;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  .guide_main_text {
    font-size: 3.4090909vw;
  }
}
.guide_main_text .icon-dot {
  color: #e60020;
}

.guide_main_text_note {
  font-size: 0.625em;
  font-size: 0.75em;
  font-weight: bold;
  color: #2a2929;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  .guide_main_text_note {
    margin-top: 1em;
    font-size: 2.72727vw;
  }
}

.table-area {
  margin-top: 0.625em;
}

.guide_attention {
  padding-bottom: 8em;
}
.guide_attention .text-area {
  margin-top: 3.125em;
}
@media screen and (max-width: 768px) {
  .guide_attention .text-area {
    margin-top: 4.54545vw;
  }
}
.guide_attention .button-area {
  margin-top: 1.625em;
}
.guide_attention .t-center {
  text-align: center;
}

.irregular {
  padding-block: 4.0625em 8.5em;
}
@media screen and (max-width: 768px) {
  .irregular {
    padding-block: 3em 2em;
  }
}
.irregular_ttl {
  font-size: 1.5625em;
  padding-bottom: 0.5em;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0em;
  color: #00913a;
  border-bottom: 0.08em solid #00913a;
}
@media screen and (max-width: 768px) {
  .irregular_ttl {
    font-size: 1.65em;
    padding-bottom: 1em;
    line-height: 1.7;
  }
}
.irregular_text {
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0em;
  color: #00913a;
  text-align: center;
  margin-top: 0.6571428571em;
}
@media screen and (max-width: 768px) {
  .irregular_text {
    font-size: 1.1em;
    margin-top: 1.5em;
  }
}
.irregular_text_02 {
  margin-top: 0.64285em;
}
.irregular_list {
  display: flex;
  justify-content: space-between;
  margin-top: 2.875em;
}
@media screen and (max-width: 768px) {
  .irregular_list {
    flex-direction: column;
    row-gap: 4em;
  }
}
.irregular_list_item {
  width: 14em;
  height: 20em;
  border: 0.1875em solid #00913a;
  border-radius: 1.5625em;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .irregular_list_item {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    padding: 1em 2em;
  }
  .irregular_list_item:first-of-type svg {
    right: 2.5em;
    bottom: 1.5em;
  }
  .irregular_list_item:nth-of-type(2) svg {
    right: 2em;
    bottom: 1.5em;
  }
  .irregular_list_item:nth-of-type(3) svg {
    right: 2.5em;
    bottom: 1em;
    width: 24%;
  }
  .irregular_list_item:last-of-type svg {
    width: 15%;
  }
}
.irregular_list_item::before {
  position: absolute;
  right: -1.5em;
  content: "";
  background-image: url(../images/icon/arrow_forward_ios_green.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 0.75em;
  height: 1.25em;
  top: 50%;
}
@media screen and (max-width: 768px) {
  .irregular_list_item::before {
    position: absolute;
    top: auto;
    bottom: -2.9em;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    -webkit-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
    width: 1.125em;
    height: 1.875em;
  }
}
.irregular_list_item:last-child::before {
  display: none;
}
.irregular_list_item .num {
  font-size: 2.5em;
  font-weight: 900;
  text-align: center;
  color: #00913a;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  .irregular_list_item .num {
    display: inline-flex;
    font-size: 3em;
    line-height: 1;
    align-items: center;
  }
}
.irregular_list_item .list_title {
  font-size: 1.125em;
  font-weight: 700;
  text-align: center;
  color: #00913a;
  line-height: 1.2;
  letter-spacing: 0em;
  height: 2.388em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 768px) {
  .irregular_list_item .list_title {
    display: inline-flex;
    font-size: 1.5em;
    height: auto;
    margin-bottom: 0em;
    text-align: left;
    position: relative;
    top: -0.3em;
    padding-left: 0.3em;
  }
}
.irregular_list_item svg {
  position: static;
}
@media screen and (max-width: 768px) {
  .irregular_list_item svg {
    position: absolute;
    bottom: 1.5em;
    right: 1em;
    width: 20%;
  }
}
.irregular_list_item .list_text {
  font-size: 1em;
  font-weight: 700;
  text-align: center;
  color: #2a2929;
  letter-spacing: 0em;
  height: 7.3333em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .irregular_list_item .list_text {
    font-size: 1.15em;
    height: auto;
    text-align: left;
    display: block;
    margin-bottom: 0.5em;
  }
}
.irregular_wrap_text {
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0em;
  color: #00913a;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #00913a;
  border-radius: 0.71428em;
  width: 37em;
  height: 4.571428em;
  margin-inline: auto;
  margin-top: 2.42857em;
}
@media screen and (max-width: 768px) {
  .irregular_wrap_text {
    font-size: 1em;
    text-align: justify;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 1em;
  }
}
.irregular .irregular_list_link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 4em;
}
@media screen and (max-width: 768px) {
  .irregular .irregular_list_link .guide_faq_list_item {
    width: 80%;
  }
  .irregular .irregular_list_link .guide_faq_list_item a {
    font-size: 1em;
  }
}

.oneway {
  margin-top: 3em;
}
@media screen and (max-width: 768px) {
  .oneway {
    margin-top: 15.90909vw;
    margin-top: 3em;
  }
}
.oneway_intro {
  padding-block: 3.125em 4.5em;
  background-color: #00913a;
}
@media screen and (max-width: 768px) {
  .oneway_intro .inner1000 {
    width: 100%;
  }
}
.oneway_intro_img {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 4.875em;
  margin-top: 1.5em;
}
@media screen and (max-width: 768px) {
  .oneway_intro_img {
    position: relative;
    gap: 14%;
    padding-bottom: 0em;
  }
}
.oneway_intro_img_01 {
  width: 12.875em;
}
@media screen and (max-width: 768px) {
  .oneway_intro_img_01 {
    width: 39%;
  }
}
.oneway_intro_img_03 {
  width: 14.375em;
}
@media screen and (max-width: 768px) {
  .oneway_intro_img_03 {
    position: absolute;
    bottom: 1.5em;
    left: 45%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 67%;
  }
}
.oneway_intro_img_02 {
  width: 12.875em;
}
@media screen and (max-width: 768px) {
  .oneway_intro_img_02 {
    width: 39%;
  }
}
.oneway_intro_ttl {
  font-size: 2.625em;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0em;
  text-align: center;
}
.oneway_intro_text {
  font-size: 1em;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0em;
  text-align: center;
  margin-top: 0.27586em;
}
.oneway_intro_text_02 {
  font-size: 2em;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0em;
  text-align: center;
}
.oneway_intro_text_02 em {
  color: #fffb00;
  font-style: normal;
}
.oneway_intro_text_03 {
  font-size: 1.25em;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: center;
  border-bottom: 0.15em solid #fff;
  width: fit-content;
  margin-inline: auto;
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .oneway_intro_text_03 {
    padding: 0.5em 1em;
    border: 0.15em solid #fff;
    border-radius: 0.5em;
    margin-top: 1em;
  }
}
.oneway_intro_text_03 em {
  color: #fffb00;
  font-style: normal;
  font-size: 1.5em;
}
.oneway_use_list_ttl {
  margin-top: 6.25em;
}
.oneway_use_list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 1.25em;
  margin-top: 3.125em;
}
@media screen and (max-width: 768px) {
  .oneway_use_list {
    gap: 2em;
  }
}
.oneway_use_list_item {
  width: 48.199%;
}
@media screen and (max-width: 768px) {
  .oneway_use_list_item {
    width: 100%;
  }
}
.oneway_use_list_item_ttl {
  font-size: 1.25em;
  letter-spacing: 0;
  font-weight: 700;
  color: #00913a;
  margin-top: 0.5em;
}
.oneway_use_list_item_text {
  font-size: 1em;
  letter-spacing: 0;
  font-weight: 500;
  color: #000;
  margin-top: 0.25em;
}
@media screen and (max-width: 768px) {
  .oneway_use_list_item_text {
    font-size: 1em;
    line-height: 1.6;
  }
}
.oneway_use_list_procedure {
  display: flex;
  justify-content: space-between;
  margin-top: 4.875em;
}
@media screen and (max-width: 768px) {
  .oneway_use_list_procedure {
    flex-direction: column;
    row-gap: 1.5em;
    margin-top: 3em;
  }
}
.oneway_use_list_procedure_item {
  width: 14em;
  border: 0.125em solid #00913a;
  border-radius: 0.9375em;
  padding: 1.0625em 1.125em 2.125em;
}
@media screen and (max-width: 768px) {
  .oneway_use_list_procedure_item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 1em 0em;
  }
}
.oneway_use_list_procedure_item_ttl {
  font-size: 1.25em;
  letter-spacing: 0;
  font-weight: 700;
  color: #00913a;
  text-align: center;
  border-bottom: 0.05em solid #00913a;
}
@media screen and (max-width: 768px) {
  .oneway_use_list_procedure_item_ttl {
    font-size: 1.1em;
    width: 25%;
    border-bottom: none;
    border-right: 0.05em solid #00913a;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-inline: 0.5em;
    line-height: 1.6;
  }
}
.oneway_use_list_procedure_item_content {
  margin-top: 1.5375em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  text-align: center;
  height: 5.25em;
}
@media screen and (max-width: 768px) {
  .oneway_use_list_procedure_item_content {
    width: 75%;
    margin-top: 0;
    gap: 0.5em;
    height: auto;
    padding-inline: 1em;
  }
  .oneway_use_list_procedure_item_content .guide_main_text,
  .oneway_use_list_procedure_item_content .guide_main_text_note {
    letter-spacing: -0.08em;
    text-align: justify;
  }
  .oneway_use_list_procedure_item_content .guide_main_text_note {
    margin-top: 0;
  }
}
.oneway_use_list_procedure_item_content .linkBtn {
  font-size: 0.75em;
}
@media screen and (max-width: 768px) {
  .oneway_use_list_procedure_item_content .linkBtn {
    font-size: 0.9em;
  }
}
.oneway_price_area {
  margin-top: 5.9375em;
}
@media screen and (max-width: 768px) {
  .oneway_price_area {
    margin-top: 4em;
  }
}
.oneway_price_area_ttl {
  font-size: 1.25em;
  letter-spacing: 0;
  font-weight: 700;
}
.oneway_price_area_inside {
  margin-top: 2.25em;
}
.oneway_price_area_inside_content {
  margin-top: 1em;
}
.oneway_price_area_inside_content_02 {
  margin-top: 4.6875em;
}
.oneway_price_area_inside_table {
  margin-top: 1em;
  table-layout: fixed;
  width: 100%;
  border-collapse: separate;
  border-radius: 1.25em;
  border: 0.0625em solid #2a2929;
  overflow: hidden;
  border-spacing: 0;
}
@media screen and (max-width: 768px) {
  .oneway_price_area_inside_table {
    border-radius: 0.5em;
  }
}
@media screen and (max-width: 768px) {
  .oneway_price_area_inside_table tr {
    display: flex;
    flex-direction: column;
  }
}
.oneway_price_area_inside_table tr:not(:first-child) th,
.oneway_price_area_inside_table tr:not(:first-child) td {
  border-top: 0.0625em solid #2a2929;
}
.oneway_price_area_inside_table th {
  width: 16%;
  color: #fff;
  background-color: #00913a;
  font-size: 1em;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .oneway_price_area_inside_table th {
    width: 100%;
    font-size: 1.2em;
    text-align: left;
    padding-left: 1.5em;
    padding-block: 0.6em;
    box-sizing: border-box;
  }
}
.oneway_price_area_inside_table th.is-red {
  background-color: #d52940;
}
.oneway_price_area_inside_table th.is-blue {
  background-color: #4977cb;
}
.oneway_price_area_inside_table td {
  width: 84%;
  padding-inline: 1.625em 1em;
  padding-block: 1.625em 1.5em;
}
@media screen and (max-width: 768px) {
  .oneway_price_area_inside_table td {
    width: 100%;
    padding-inline: 1.625em;
    box-sizing: border-box;
  }
}
.oneway_price_area_inside_table td p {
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .oneway_price_area_inside_table td p {
    font-size: 1em;
    line-height: 1.5;
  }
}
.oneway_price_area_inside_table td p:nth-of-type(2n) {
  margin-top: 0.5em;
}
.oneway_price_area_inside_table td p:nth-of-type(2n + 1) {
  margin-top: 1.4285em;
}
@media screen and (max-width: 768px) {
  .oneway_price_area_inside_table td p:nth-of-type(2n + 1) {
    margin-top: 2em;
  }
}
.oneway_price_area_inside_table td p:first-child {
  margin-top: 0;
}
.oneway_price_area_inside_table td p em {
  font-style: normal;
}
.oneway_price_area_inside_table td p em.green {
  color: #00913a;
}
.oneway_price_area_inside_table td p em.blue {
  color: #4977cb;
}
.oneway_price_area_inside_table td p span {
  display: inline-block;
  margin-right: 1em;
}
.oneway_price_area_outside {
  padding-top: 1em;
  margin-top: 3.75em;
  border-top: 0.03125em solid #2a2929;
}
.oneway_price_area_outside .t-center {
  text-align: center;
  margin-top: 3.125em;
}
@media screen and (max-width: 768px) {
  .oneway_price_area_outside .t-center .linkBtn {
    font-size: 1em;
  }
}
.oneway_price_matrix {
  margin-top: 0.625em;
}
.oneway_price_matrix table {
  width: 100%;
  max-width: 45em;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .oneway_price_matrix table {
    font-size: 0.9em;
  }
}
.oneway_price_matrix th,
.oneway_price_matrix td {
  border: 0.03125em solid #2a2929;
  width: 11.25em;
  height: 3.8125em;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .oneway_price_matrix th,
  .oneway_price_matrix td {
    width: 25%;
    height: 6.5em;
  }
}
.oneway_price_matrix th.oneway_price_matrix_col,
.oneway_price_matrix td.oneway_price_matrix_col {
  border: none;
}
.oneway_price_matrix th {
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
}
.oneway_price_matrix .is-green {
  background-color: #00913a;
}
.oneway_price_matrix .is-red {
  background-color: #d52940;
}
.oneway_price_matrix .is-blue {
  background-color: #4977cb;
}
.oneway_price_matrix .is-gray {
  background-color: #e7e7e7;
}

.faqPage .faqBlock {
  padding-top: 3em;
}

.insurance_intro {
  padding-block: 4.125em 4.875em;
}
.insurance_intro_text {
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0;
  margin-top: 2.25em;
}
@media screen and (max-width: 768px) {
  .insurance_intro_text {
    font-size: 3.40909vw;
  }
}
.insurance_intro_button_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.1875em;
  margin-top: 2.5em;
}
@media screen and (max-width: 768px) {
  .insurance_intro_button_wrap {
    flex-direction: column;
  }
}
.insurance_intro_button {
  width: 19.375em;
  height: 5.9375em;
  padding-block: 0.625em;
  border-radius: 0.9375em;
  box-shadow: 0 0.25em #187b3f;
  background-color: #00913a;
  color: #fff !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.2778em;
  text-decoration: none;
  font-size: 1.125em;
  line-height: 1.2222em;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 768px) {
  .insurance_intro_button {
    flex-direction: row;
    width: 100%;
    height: 19.090909vw;
    font-size: 4.55vw;
  }
}
.insurance_intro_button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.625em;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 11px solid #fff;
}
.insurance_intro_button:hover {
  opacity: 1;
  transform: translateY(0.25em);
  box-shadow: 0 0em transparent;
}
.insurance_intro_button_02 {
  box-shadow: 0 0.25em #94182a;
  background-color: #d52940;
}
.insurance_intro_button_02 .insurance_intro_button_text {
  color: #d52940;
}
@media screen and (max-width: 768px) {
  .insurance_intro_button_02 .insurance_intro_button_text_03 {
    margin-left: 15.46667vw;
  }
}
.insurance_intro_button_03 {
  box-shadow: 0 0.25em #30518e;
  background-color: #4977cb;
}
.insurance_intro_button_03 .insurance_intro_button_text {
  color: #4977cb;
}
@media screen and (max-width: 768px) {
  .insurance_intro_button_03 .insurance_intro_button_text_03 {
    margin-left: 15.466667vw;
  }
}
.insurance_intro_button_text {
  font-size: 0.6666666667em;
  letter-spacing: 0;
  font-weight: 700;
  background-color: #fff;
  color: #00913a;
  border-radius: 1.714285em;
  padding-inline: 1em;
}
@media screen and (max-width: 768px) {
  .insurance_intro_button_text {
    font-size: 3.4090909vw;
    border-radius: 2.133333vw;
    padding: 2.7vw 4.26667vw 2.4vw;
    margin-left: 4.266667vw;
    line-height: 1.3;
  }
}
.insurance_intro_button_text_02 {
  font-size: 0.666666em;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1.166666em;
  color: #fff;
}
.insurance_intro_button_text_03 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 2.625em;
}
@media screen and (max-width: 768px) {
  .insurance_intro_button_text_03 {
    margin-left: 8vw;
  }
}
.insurance_intro_figure {
  margin-top: 2.1875em;
  position: relative;
}
.insurance_intro_figure_text {
  font-size: 1.25em;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  position: absolute;
  display: flex;
  align-items: center;
  left: 50%;
  top: 0;
  width: 100%;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .insurance_intro_figure_text {
    font-size: 3.181818vw;
    top: 4vw;
  }
}
.insurance_intro_figure_text p {
  color: #00913a;
  margin-left: 1.75em;
}
@media screen and (max-width: 768px) {
  .insurance_intro_figure_text p {
    margin-left: 1vw;
    letter-spacing: 0;
    white-space: nowrap;
  }
}
.insurance_intro_figure_text p:nth-of-type(2) {
  color: #d52940;
  margin-left: 7.1em;
}
@media screen and (max-width: 768px) {
  .insurance_intro_figure_text p:nth-of-type(2) {
    margin-left: 5.13333vw;
  }
}
.insurance_intro_figure_text p:nth-of-type(3) {
  color: #4977cb;
  margin-left: 8.3em;
}
@media screen and (max-width: 768px) {
  .insurance_intro_figure_text p:nth-of-type(3) {
    margin-left: 6.13333vw;
  }
}
.insurance_intro_lottie {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .insurance_intro_lottie {
    padding-top: 0;
  }
}
.insurance_intro_note {
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
  margin-top: 1em;
}
.insurance .t-center {
  text-align: center;
}
.insurance_detail {
  margin-top: 4.375em;
  padding-top: 4.375em;
  padding-bottom: 4.375em;
}
@media screen and (max-width: 768px) {
  .insurance_detail {
    margin-top: 1.375em;
    padding-top: 3.375em;
    padding-bottom: 3.375em;
  }
}
.insurance_detail_01 {
  background-color: #00913a;
}
@media screen and (max-width: 768px) {
  .insurance_detail_01 {
    position: relative;
    margin-inline: calc(50% - 50vw);
  }
}
.insurance_detail .inner700 {
  width: 43.75em;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .insurance_detail .inner700 {
    width: 77.272727%;
  }
}
.insurance_detail_subttl {
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 0;
  background-color: #fff;
  text-align: center;
  padding-inline: 1.15em;
  padding-block: 0.2em;
  border-radius: 3.3em;
  color: #00913a;
  width: fit-content;
  margin-inline: auto;
}
.insurance_detail_ttl {
  font-size: 1.5625em;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  margin-top: 0.8em;
  color: #fff;
}
.insurance_detail_text {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .insurance_detail_text {
    white-space: nowrap;
    margin-top: 1em;
  }
}
.insurance_detail_01_list {
  margin-top: 2.5em;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25em;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .insurance_detail_01_list {
    flex-direction: column;
  }
}
.insurance_detail_01_list_item {
  width: 48.199%;
  border: 0.15em solid #fff;
  border-radius: 0.625em;
}
@media screen and (max-width: 768px) {
  .insurance_detail_01_list_item {
    width: 77.272727vw;
  }
}
.insurance_detail_01_list_item_title {
  font-size: 1.125em;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  padding-block: 0.3333333em;
}
@media screen and (max-width: 768px) {
  .insurance_detail_01_list_item_title {
    font-size: 4.545454vw;
  }
}
.insurance_detail_01_list_text {
  font-size: 1.125em;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0;
  background-color: #fff;
  border-bottom-left-radius: 0.3555555556em;
  border-bottom-right-radius: 0.3555555556em;
  padding-inline: 0.8888888889em;
  height: 4.888888em;
  padding-block: 0.75em;
}
@media screen and (max-width: 768px) {
  .insurance_detail_01_list_text {
    padding-block: 1.81818vw 5.45454vw;
    height: auto;
    font-size: 4.54545vw;
  }
}
.insurance_detail_01_list_text_02 {
  padding-block: 0.1em;
}
@media screen and (max-width: 768px) {
  .insurance_detail_01_list_text_02 {
    padding-block: 1.81818vw 5.45454vw;
  }
}
.insurance_detail_01_list_text em {
  font-style: normal;
  color: #e60020;
}
.insurance_detail_01_list_text span {
  display: block;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .insurance_detail_01_list_text span {
    font-size: 3.4090909vw;
  }
}
.insurance_detail_01_list_text span.guide_main_text_note {
  font-size: 0.5555556em;
  letter-spacing: 0;
  text-align: left;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .insurance_detail_01_list_text span.guide_main_text_note {
    font-size: 3.4090909vw;
  }
}
.insurance_detail_attention {
  margin-top: 3.125em;
  display: flex;
  border-radius: 0.9375em;
  border: 0.125em solid #fff;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .insurance_detail_attention {
    flex-direction: column;
  }
}
.insurance_detail_attention_title {
  font-size: 1.125em;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0;
  color: #00913a;
  padding-block: 1.777em;
  width: 41.142857%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 0.3333333em;
  padding-block: 0.9375em;
}
@media screen and (max-width: 768px) {
  .insurance_detail_attention_title {
    width: 100%;
    padding-block: 3.454545vw;
    font-size: 4.545454vw;
  }
}
.insurance_detail_attention_title em {
  font-style: normal;
  background-color: #d52940;
  color: #fff;
  padding-inline: 0.5em;
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  padding-inline: 3.571428em;
  border-radius: 0.357142em;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .insurance_detail_attention_title em {
    font-size: 4vw;
    padding: 0 2.272727vw 0.681818vw 2.272727vw;
  }
}
.insurance_detail_attention_list {
  width: 58.857142%;
  padding-inline: 1.5em;
  padding-block: 0.9375em;
}
@media screen and (max-width: 768px) {
  .insurance_detail_attention_list {
    width: 100%;
    padding-left: 1em;
    text-indent: -1em;
    padding-inline: 5.5vw;
  }
}
.insurance_detail_attention_list_item {
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .insurance_detail_attention_list_item {
    font-size: 3.4090909vw;
  }
}
.insurance_detail_attention_list_02 {
  margin-top: 1.375em;
}
.insurance_detail_attention_list_02_secondary {
  margin-top: 3.125em;
}
.insurance_detail_attention_list_02_teriary {
  margin-top: 0.5em;
}
.insurance_detail_attention_list_02 li {
  color: #fff;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .insurance_detail_attention_list_02 li {
    margin-top: 0;
    font-weight: 500;
  }
}
.insurance_detail_attention_03_title {
  font-size: 1.5625em;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0;
  color: #00913a;
  margin-top: 1.375em;
  height: 2.16em;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  z-index: 1;
  border-radius: 0.4em;
}
@media screen and (max-width: 768px) {
  .insurance_detail_attention_03_title {
    width: 100%;
    height: 23.86363vw;
  }
}
.insurance_detail_attention_03_title::after {
  content: "";
  position: absolute;
  bottom: -0.64em;
  left: 50%;
  transform: translateX(-50%);
  width: 2.88em;
  height: 2em;
  background: #fff;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  z-index: -1;
}
.insurance_detail_attention_03_heading {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25em;
  margin-top: 3.125em;
}
@media screen and (max-width: 768px) {
  .insurance_detail_attention_03_heading {
    flex-direction: column;
  }
}
.insurance_detail_attention_03_heading h4 {
  font-size: 0.875em;
  width: 18.5714285714em;
  height: 2.8125em;
  background-color: #f5dd26;
  border-radius: 0.3571428571em;
  color: #00913a;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .insurance_detail_attention_03_heading h4 {
    font-size: 3.545454vw;
    width: 100%;
    height: 10.22727vw;
  }
}
.insurance_detail_attention_03_text {
  color: #fff;
  margin-top: 1.6666666667em;
}
.insurance_detail_attention_03_list {
  display: flex;
  justify-content: space-between;
  margin-top: 1.25em;
}
@media screen and (max-width: 768px) {
  .insurance_detail_attention_03_list {
    flex-direction: column;
    row-gap: 5.90909vw;
  }
}
.insurance_detail_attention_03_list_item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 48.5714%;
  height: 6.5625em;
  background-color: #fff;
  border-radius: 0.3571428571em;
}
@media screen and (max-width: 768px) {
  .insurance_detail_attention_03_list_item {
    width: 100%;
    height: 26.1363vw;
  }
}
.insurance_detail_attention_03_list_item .guide_main_text {
  text-align: center;
  color: #00913a;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .insurance_detail_attention_03_list_item .guide_main_text {
    font-size: 3.4090909vw;
  }
}
.insurance_detail_attention_03_list_item .guide_main_text_02 {
  text-align: center;
  color: #00913a;
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .insurance_detail_attention_03_list_item .guide_main_text_02 {
    font-size: 3.40909vw;
  }
}
.insurance_detail_attention_03_list_item .guide_main_text_02 em {
  color: #e60020;
  font-size: 2.5em;
  font-weight: 900;
  font-style: normal;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .insurance_detail_attention_03_list_item .guide_main_text_02 em {
    font-size: 6.81818vw;
  }
}
.insurance_detail_attention_04_title {
  font-size: 1.5625em;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  border: 0.125em solid #fff;
  border-radius: 0.4em;
  margin-top: 3.44em;
  padding-block: 0.32em 0.4em;
}
.insurance_detail_attention_04_list {
  display: flex;
  justify-content: center;
  margin-top: 1.5625em;
  flex-wrap: wrap;
  column-gap: 1.25em;
  row-gap: 1.5em;
}
.insurance_detail_attention_04_list_item {
  width: 31.42857%;
}
@media screen and (max-width: 768px) {
  .insurance_detail_attention_04_list_item {
    width: 47%;
  }
}
.insurance_detail_attention_04_list_item_img {
  height: 13.75em;
  background-color: #fff;
  border-radius: 0.9375em;
  padding: 1.25em 0.9375em;
}
.insurance_detail_attention_04_list_item .insurance_lottie {
  position: relative;
  z-index: 1;
}
.insurance_detail_attention_04_list_item_title {
  font-size: 1.125em;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: 700;
  color: #00913a;
  text-align: center;
  height: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.insurance_detail_attention_04_list_item .guide_main_text {
  color: #fff;
  margin-top: 0.8333333333em;
  font-size: 0.85em;
}
@media screen and (max-width: 768px) {
  .insurance_detail_attention_04_list_item .guide_main_text {
    font-weight: 500;
    font-size: 2.72727vw;
    font-feature-settings: "kern" 1;
    font-variant-east-asian: proportional-width;
  }
}
.insurance_detail_attention_04_list_item_note {
  margin-top: 0.6666666667em;
}
.insurance_detail_intro {
  margin-top: 4.5625em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625em;
  flex-direction: column;
}
.insurance_detail_intro_title {
  font-size: 1.5625em;
  letter-spacing: 0;
  font-weight: 700;
  color: #00913a;
  text-align: center;
}
.insurance_detail_02 {
  background-color: #d52940;
}
@media screen and (max-width: 768px) {
  .insurance_detail_02 {
    position: relative;
    margin-inline: calc(50% - 50vw);
  }
}
.insurance_detail_02 .insurance_detail_subttl {
  color: #d52940;
}
@media screen and (max-width: 768px) {
  .insurance_detail_02 .inner700 {
    width: 77.272727%;
  }
}
.insurance_detail_03 {
  background-color: #4977cb;
}
@media screen and (max-width: 768px) {
  .insurance_detail_03 {
    position: relative;
    margin-inline: calc(50% - 50vw);
  }
}
.insurance_detail_03 .insurance_detail_subttl {
  color: #4977cb;
}
@media screen and (max-width: 768px) {
  .insurance_detail_03 .inner700 {
    width: 77.272727%;
  }
}
.insurance_detail_inner_wrap {
  border-radius: 1.25em;
  background-color: #fff;
  margin-top: 1.5em;
}
.insurance_detail_inner_text {
  font-size: 1.25em;
  letter-spacing: 0;
  font-weight: 700;
  text-align: center;
  padding-block: 0.6em 0.8em;
}
.insurance_detail_inner_text em {
  font-style: normal;
  color: #e60020;
  font-size: 2em;
}
.insurance_detail_inner_text sub {
  font-size: 0.5em;
  font-weight: 500;
  position: relative;
  bottom: 0.4em;
}
.insurance_detail_wrap {
  background-color: #fff;
  border-radius: 1.25em;
  margin-top: 1.875em;
  padding-top: 1em;
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .insurance_detail_wrap .inner700 {
    width: 85.294117647%;
  }
}
.insurance_detail_wrap_title {
  font-size: 1.5625em;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1.2;
  color: #d52940;
  text-align: center;
  padding-bottom: 0.6em;
  border-bottom: 0.08em solid #d52940;
  width: 24.4em;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .insurance_detail_wrap_title {
    width: 100%;
  }
}
.insurance_detail_wrap_title span {
  font-size: 0.8em;
}
@media screen and (max-width: 768px) {
  .insurance_detail_wrap_title span {
    font-size: 3.40909vw;
  }
}
.insurance_detail_wrap_title.is-blue {
  color: #4977cb;
  border-color: #4977cb;
}
.insurance_detail_wrap_text {
  text-align: center;
  margin-top: 0.875em;
}
.insurance_detail_wrap_img {
  width: 25.875em;
  margin-inline: auto;
  margin-top: 1.25em;
}
@media screen and (max-width: 768px) {
  .insurance_detail_wrap_img {
    width: 100%;
    margin-top: 0;
  }
}
.insurance_detail_wrap_img.is-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25em;
  width: 42%;
}
@media screen and (max-width: 768px) {
  .insurance_detail_wrap_img.is-flex {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .insurance_detail_wrap_img .ml_3 {
    margin-left: 3vw;
  }
}
.insurance_detail_wrap_text_02 {
  font-size: 1em;
  letter-spacing: 0;
  font-weight: 700;
  color: #f5dd26;
  text-align: center;
  background-color: #4977cb;
  width: fit-content;
  margin-inline: auto;
  padding-inline: 1.3125em;
  border-radius: 1.625em;
  margin-top: 1em;
}
.insurance_detail_wrap_text_02 em {
  font-size: 1.3125em;
  font-style: normal;
}
.insurance_detail_wrap .is-end {
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .insurance_detail_wrap .is-end {
    margin-top: 1em;
  }
}
.insurance_detail_wrap_img_07 {
  width: 9.5625em;
}
.insurance_detail_wrap_img_08 {
  width: 18.75em;
}
.insurance_detail_attention_05_title {
  font-size: 0.875em;
  letter-spacing: 0;
  font-weight: 700;
  color: #4977cb;
  text-align: center;
  margin-top: 2.5em;
  width: 100%;
  padding-block: 0.571428em;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .insurance_detail_attention_05_title {
    font-size: 4.5454vw;
  }
}

/* ==========================================================================
   予約フォーム（reserveForm）
   ========================================================================== */
.reservePage .hero-rent h1 {
  margin-top: 0;
}

.reserveBlock {
  padding-block: 3.75em 5em;
  background-color: #f5f5f5;
}
@media screen and (max-width: 768px) {
  .reserveBlock {
    padding-block: 2.5em 3.75em;
  }
}

.reserveForm {
  background-color: #fff;
  border-radius: 0;
  padding-bottom: 3em;
  box-shadow: 0 0.125em 0.5em rgba(0, 0, 0, 0.08);
  border-radius: 1.5625em;
}
.reserveForm_title {
  font-size: 1.75em;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #333;
  text-align: center;
  padding-bottom: 0.2em;
  margin-bottom: 0.5em;
  position: relative;
  width: 100%;
  background-color: #00913a;
  color: #fff;
  padding-block: 0.2em;
  border-radius: 1.1em 1.1em 0 0;
}
.reserveForm_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 18em;
  height: 0.1em;
  background-color: #00913a;
}
@media screen and (max-width: 768px) {
  .reserveForm_title {
    font-size: 1.375em;
    margin-bottom: 1.5em;
  }
}
.reserveForm_content {
  max-width: 56.25em;
  margin-inline: auto;
}
.reserveForm_row {
  display: flex;
  gap: 1em;
  padding-block: 2em;
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (max-width: 768px) {
  .reserveForm_row {
    flex-wrap: wrap;
    gap: 1em;
    padding-block: 1.25em;
    padding-inline: 5%;
  }
}
.reserveForm_group--date {
  flex: 0 0 auto;
  width: 12.5em;
}
@media screen and (max-width: 768px) {
  .reserveForm_group--date {
    width: calc(50% - 0.5em);
  }
}
.reserveForm_group--time {
  flex: 0 0 auto;
  width: 8em;
}
@media screen and (max-width: 768px) {
  .reserveForm_group--time {
    width: calc(50% - 0.5em);
  }
}
.reserveForm_group--class {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .reserveForm_group--class {
    width: 100%;
    flex: none;
  }
}
.reserveForm_group--area {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .reserveForm_group--area {
    width: calc(50% - 0.5em);
    flex: none;
  }
}
.reserveForm_group--shop {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .reserveForm_group--shop {
    width: calc(50% - 0.5em);
    flex: none;
  }
}
.reserveForm_input {
  display: block;
  position: relative;
}
.reserveForm_input--date input[type=date] {
  width: 100%;
  height: 3em;
  padding: 0 2.5em 0 1em;
  border: 1px solid #ccc;
  border-radius: 0.25em;
  font-size: 1em;
  color: #333;
  background-color: #fff;
  appearance: none;
  cursor: pointer;
}
.reserveForm_input--date input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 0.75em;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25em;
  height: 1.25em;
  opacity: 0.6;
  cursor: pointer;
}
.reserveForm_input--date input[type=date]::-webkit-datetime-edit {
  color: transparent;
}
.reserveForm_input--date input[type=date]:valid::-webkit-datetime-edit {
  color: #333;
}
.reserveForm_input--date input[type=date]:valid + .reserveForm_placeholder {
  display: none;
}
.reserveForm_input--date .reserveForm_placeholder {
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
  font-size: 1em;
  pointer-events: none;
}
.reserveForm_select {
  position: relative;
}
.reserveForm_select select {
  width: 100%;
  height: 3em;
  padding: 0 2.5em 0 1em;
  border: 1px solid #ccc;
  border-radius: 0.25em;
  font-size: 1em;
  color: #333;
  appearance: none;
  cursor: pointer;
}
.reserveForm_select select:disabled {
  background-color: #e0e0e0;
  cursor: not-allowed;
}
.reserveForm_select select option {
  background-color: #fff;
  color: #333;
}
.reserveForm_select select option:disabled {
  color: #fff;
}
.reserveForm_select::after {
  content: "";
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5em;
  height: 0.5em;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}
.reserveForm_submit {
  display: flex;
  justify-content: center;
  margin-top: 2.5em;
}
.reserveForm_submit .linkBtn {
  width: 20em;
  text-align: center;
  font-size: 1.2em;
}

.suitcaseModal {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.suitcaseModal.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1000002;
}
.suitcaseModal_overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
}
.suitcaseModal_dialog {
  position: relative;
  max-width: 600px;
  width: 92%;
}
.suitcaseModal_close {
  position: absolute;
  top: -1em;
  right: -0.2em;
  background: transparent;
  border: none;
  font-size: 2.5em;
  line-height: 1;
  cursor: pointer;
  color: #fff;
  z-index: 1;
}
.suitcaseModal_close:hover {
  opacity: 0.85;
}
.suitcaseModal_content {
  max-height: 90vh;
  overflow-y: auto;
  border-radius: 10px;
  background: #fff;
  padding: 2.5em 2em 2em;
}
@media screen and (max-width: 768px) {
  .suitcaseModal_content {
    padding: 2em 1.2em 1.5em;
  }
}
.suitcaseModal_ttl {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  color: #333;
  padding-bottom: 0.5em;
  border-bottom: 3px solid #d24a43;
  margin-bottom: 1.2em;
}
@media screen and (max-width: 768px) {
  .suitcaseModal_ttl {
    font-size: 1.4em;
  }
}
.suitcaseModal_desc {
  font-size: 1em;
  line-height: 1.8;
  color: #333;
  margin-bottom: 1.5em;
  text-align: justify;
}
.suitcaseModal_img {
  text-align: center;
  margin-bottom: 1.5em;
  width: 60%;
  margin-inline: auto;
}
.suitcaseModal_img img {
  max-width: 100%;
  height: auto;
}
.suitcaseModal_info {
  display: flex;
  align-items: flex-start;
  gap: 0.6em;
  background: #f5f5f5;
  border-radius: 0.5em;
  padding: 1em 1.2em;
  margin-bottom: 1em;
}
.suitcaseModal_info_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 1.4em;
  height: 1.4em;
  border-radius: 50%;
  background: #4a90d9;
  color: #fff;
  font-size: 0.85em;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
}
.suitcaseModal_info_txt {
  font-size: 1em;
  line-height: 1.7;
  color: #333;
}
.suitcaseModal_info_txt strong {
  font-weight: bold;
}
.suitcaseModal_note {
  font-size: 0.8em;
  color: #666;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .suitcaseModal_note {
    font-size: 0.75em;
  }
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}
.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 0.0625em;
  outline: none;
  display: none;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 0.0625em solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 3.125em;
  width: 3.125em;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 100;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #333333;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  opacity: 0.6;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  background-color: #cccccc;
}

.slick-prev {
  left: 0;
  background-image: url(../images/rent/shops/slick_arrow_left.svg);
}

.slick-next {
  right: 0;
  background-image: url(../images/rent/shops/slick_arrow_right.svg);
}

/* Dots */
.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 1.25em 0;
  margin: 0 0;
  width: 100%;
  font-size: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 0.375em;
  width: 0.375em;
  margin: 0 0.375em;
  border-radius: 50%;
  background: #bababa;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 100%;
  width: 100%;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 0;
  cursor: pointer;
  background: #bfbfbf;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active button {
  opacity: 1;
  background: #0fa044;
}

.root {
  font-size: 1em;
  line-height: 1.47;
  margin-bottom: 0.625em;
}
.root-content {
  margin-top: 5em;
  width: 90% !important;
  padding-bottom: 4em;
}
.root-content__ttl {
  font-size: 1.5em;
  margin-bottom: 1.5em;
  text-align: center;
  font-weight: bold;
  padding-bottom: 0.4em;
  border-bottom: 0.1em solid #00913a;
}
.root__item {
  position: relative;
  width: 80vw;
  margin-inline: 0.3em;
}
.root__number {
  color: #ffffff;
  background: #0fa044;
  font-family: "Roboto", sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 1.875em;
  height: 1.875em;
  line-height: 1.875em;
  text-align: center;
}
.root__main {
  opacity: 0.3;
  transition: 0.2s linear;
  margin: 0;
}
.root__image {
  position: relative;
}
.root__image:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 66.6%;
}
.root__image img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}
.root__text {
  padding: 0.75em 0 0.5em;
}
.root .slick-prev,
.root .slick-next {
  width: 40px;
  height: 70px;
  top: 29.6vw;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.root .slick-prev {
  border-radius: 0 0.3125em 0.3125em 0;
}
.root .slick-next {
  border-radius: 0.3125em 0 0 0.3125em;
}

.slick-current .root__main {
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .map-infowindow__heading {
    /* md */
    font-size: 1em;
  }
  .shop-list__content {
    /* md */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .shop-list__main {
    /* md */
    width: calc(100% - 12.5em);
    padding-right: 1.875em;
    margin-bottom: 0;
  }
  .shop-list__sub {
    /* md */
    width: 12.5em;
  }
  .shop-list__tel__label {
    /* md */
    display: inline;
  }
  .root-wrap {
    /* md */
    margin-top: 6.25em;
  }
  .root-wrap + .root-wrap {
    /* md */
    margin-top: 2.5em;
  }
  .root__item {
    /* md */
    width: 53em;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
  }
  .root__number {
    /* md */
    left: 0.9375em;
  }
  .root__text {
    /* md */
    padding: 1.375em 0 0.5625em;
  }
  .root .slick-prev,
  .root .slick-next {
    /* md */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .root .slick-prev {
    /* md */
    left: 0;
  }
  .root .slick-next {
    /* md */
    right: 0;
  }
  .shop-comment {
    /* md */
    margin-top: 7.5em;
  }
  .shop-comment__content {
    /* md */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .shop-comment__main {
    /* md */
    margin-bottom: 0;
    line-height: 2;
    width: calc(100% - 15.625em);
    padding-right: 2.5em;
  }
  .shop-comment__main p:not(:last-child) {
    /* md */
    margin-bottom: 2em;
  }
  .shop-comment__image {
    /* md */
    width: 15.625em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.telBlock {
  text-align: center;
}
.telBlock a {
  font-size: 3em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  color: #e54057;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25em;
}
@media screen and (max-width: 768px) {
  .telBlock a {
    font-size: 11vw;
  }
}
.telBlock p {
  font-size: 1em;
}
/*# sourceMappingURL=style-rent.css.map */
/*# sourceMappingURL=style-rent.css.map */
