@charset "UTF-8";
/*
Theme Name:クイックレンタカー
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif; }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none; }

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0; }

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
div,
summary {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.u-pc-none {
  display: none; }
  @media (max-width: 768px) {
    .u-pc-none {
      display: block; } }

.u-sp-none {
  display: block; }
  @media (max-width: 768px) {
    .u-sp-none {
      display: none !important; } }

.l-header {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #fff; }
  @media (max-width: 768px) {
    .l-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  .l-header-top {
    padding: 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px; }
    @media (max-width: 768px) {
      .l-header-top {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 0 0 10px;
        z-index: 995; } }
  .l-header-link {
    height: 48px;
    display: block; }
    @media (max-width: 768px) {
      .l-header-link {
        height: 30px; } }
  .l-header-logo {
    height: 100%;
    display: block; }
  .l-header-copy {
    font-size: clamp(10px, 1.2vw, 14px);
    text-align: center; }
    @media (max-width: 768px) {
      .l-header-copy {
        display: none; } }
  .l-header-cta {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 240px;
    flex: 1 1 240px;
    max-width: 240px;
    background-color: #ff7914;
    font-size: 20px;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 12px 12px;
    text-decoration: none;
    white-space: nowrap; }
    .l-header-cta::after {
      content: "";
      top: 0;
      right: 0;
      width: 10px;
      height: 16px;
      background: #fff;
      display: block;
      margin-left: 16px;
      -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
      clip-path: polygon(0% 0%, 0% 100%, 100% 50%); }
  .l-header-nav-body {
    display: none; }
    @media (max-width: 768px) {
      .l-header-nav-body {
        z-index: 997;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #ffd20d; } }
  .l-header-nav {
    background-color: #ffd20d; }
    .l-header-nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 20px 0;
      gap: 40px; }
      @media (max-width: 768px) {
        .l-header-nav ul {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-flow: column;
          flex-flow: column;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width: 100%; } }
    .l-header-nav li {
      display: block; }
    .l-header-nav a {
      color: #000;
      display: block;
      font-size: 18px;
      font-weight: bold;
      text-decoration: none; }
    .l-header-nav .l-header-cta {
      color: #fff;
      width: 240px;
      max-width: 240px;
      font-size: 20px;
      font-weight: normal;
      line-height: 1;
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      padding: 20px 20px;
      text-decoration: none;
      white-space: nowrap; }
      @media (max-width: 768px) {
        .l-header-nav .l-header-cta {
          padding: 20px 24px;
          border-radius: 48px;
          width: 300px;
          max-width: 300px; } }
  .l-header-humberger {
    display: none; }
    @media (max-width: 768px) {
      .l-header-humberger {
        width: 50px;
        height: 50px;
        display: block;
        background-color: #ff7914;
        position: relative;
        z-index: 998; } }
    .l-header-humberger span {
      position: absolute;
      width: 50%;
      height: 4px;
      background-color: #fff; }
      .l-header-humberger span:nth-child(1) {
        left: 50%;
        top: 35%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
      .l-header-humberger span:nth-child(2) {
        left: 50%;
        bottom: 35%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }

.l-footer {
  width: 100%;
  background-color: #00362e; }
  .l-footer-inner {
    width: 100%;
    padding: 40px; }
  .l-footer-logo-link {
    display: inline-block; }
  .l-footer-logo {
    display: block;
    height: 32px;
    margin: 0; }
    @media (max-width: 768px) {
      .l-footer-logo {
        height: auto;
        width: 100%; } }
  .l-footer-bottom-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin-top: 24px; }
    @media (max-width: 768px) {
      .l-footer-bottom-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 0; } }
  .l-footer-bottom-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px;
    margin-top: 16px; }
    @media (max-width: 768px) {
      .l-footer-bottom-nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        gap: 24px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .l-footer-bottom-nav li a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    display: block; }
    @media (max-width: 768px) {
      .l-footer-bottom-nav li a {
        font-size: 16px; } }
    .l-footer-bottom-nav li a::after {
      content: "";
      display: inline-block;
      height: 0.75em;
      width: 0.75em;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      margin-left: 0.5em; }
  .l-footer-bottom-btn {
    max-width: 400px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 400px;
    flex: 1 1 400px;
    width: 480px;
    border-radius: 999px;
    background-color: #ff7914;
    position: relative;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 16px 0;
    display: block;
    text-decoration: none; }
    @media (max-width: 768px) {
      .l-footer-bottom-btn {
        font-size: 20px; } }
    @media (max-width: 768px) {
      .l-footer-bottom-btn {
        width: 100%;
        margin-top: 40px; } }
    .l-footer-bottom-btn span {
      position: absolute;
      display: block;
      height: 36px;
      width: 36px;
      background-color: #fff;
      border-radius: 50%;
      top: 50%;
      right: 24px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      display: block; }
      @media (max-width: 768px) {
        .l-footer-bottom-btn span {
          height: 28px;
          width: 28px;
          right: 20px; } }
      .l-footer-bottom-btn span::before {
        content: "";
        width: 35%;
        height: 35%;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg); }
  .l-footer small {
    color: #fff;
    text-align: right;
    margin-top: 16px;
    font-size: 12px;
    display: block; }
    @media (max-width: 768px) {
      .l-footer small {
        text-align: center; } }

.l-content {
  width: 100%;
  overflow: hidden; }

.mv {
  background-color: #03b497;
  width: 100%;
  position: relative;
  padding: 40px 0 40px;
  z-index: 1; }
  @media (max-width: 768px) {
    .mv.mv-single {
      padding: 100px 0 40px; } }
  .mv-top-copy {
    width: 65%;
    margin: 0 auto;
    display: block;
    -webkit-transform: translateX(56px);
    -ms-transform: translateX(56px);
    transform: translateX(56px); }
    @media (max-width: 768px) {
      .mv-top-copy {
        width: 100%;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0); } }
  .mv-cta-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    max-width: 800px;
    width: 90%;
    margin: 24px auto; }
    @media (max-width: 768px) {
      .mv-cta-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        gap: 8px;
        width: 80%; } }
    .mv-cta-container a {
      display: block;
      width: 50%; }
      @media (max-width: 768px) {
        .mv-cta-container a {
          width: 100%; } }
      .mv-cta-container a img {
        display: block;
        width: 100%; }
  .mv-bottom-img {
    width: 65%;
    margin: 12px auto 20px;
    display: block; }
    @media (max-width: 768px) {
      .mv-bottom-img {
        margin: 16px auto 16px;
        width: 90%; } }
  .mv-bottom-desc {
    text-align: center;
    margin-top: 16px;
    font-size: 16px;
    font-weight: bold;
    color: #fff; }
    @media (max-width: 768px) {
      .mv-bottom-desc {
        width: 90%;
        margin: 20px auto 0;
        font-size: 12px; } }
  .mv-shop-name {
    font-size: clamp(24px, 3vw, 44px);
    font-weight: bold;
    position: absolute;
    top: clamp(40px, 3vw, 50px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    white-space: nowrap;
    line-height: 1;
    padding: 0.35em 0.5em 0.5em;
    border: 2px solid #fff;
    margin: 0; }

.about {
  padding: 26px 0 120px;
  position: relative; }
  @media (max-width: 768px) {
    .about {
      padding: 26px 0 48px; } }
  .about-deco-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2; }
    .about-deco-img img {
      display: block;
      position: absolute; }
    .about-deco-img img:nth-child(1) {
      width: 200px;
      top: 10%;
      left: 5%; }
      @media (max-width: 768px) {
        .about-deco-img img:nth-child(1) {
          width: 100px;
          top: 2%;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); } }
    .about-deco-img img:nth-child(2) {
      width: 260px;
      top: 50%;
      right: 2.5%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media (max-width: 768px) {
        .about-deco-img img:nth-child(2) {
          width: 100px;
          top: 10%;
          -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
          transform: translateY(0);
          right: -1.5%; } }
    .about-deco-img img:nth-child(3) {
      width: 220px;
      bottom: 5%;
      left: 0.5%; }
      @media (max-width: 768px) {
        .about-deco-img img:nth-child(3) {
          width: 100px;
          top: 10%;
          left: 0.5%; } }
  .about-inner {
    position: relative;
    z-index: 3; }
  .about-deco {
    color: #f2f2f2;
    font-size: 48px;
    text-align: center;
    display: block;
    font-weight: bold;
    position: relative;
    z-index: 1; }
    @media (max-width: 768px) {
      .about-deco {
        line-height: 1.15em; } }
  .about-copy-sub {
    display: block;
    height: 80px;
    margin: 48px auto 0; }
    @media (max-width: 768px) {
      .about-copy-sub {
        height: auto;
        width: 75%; } }
  .about-copy {
    color: #03b497;
    font-size: 36px;
    line-height: 1.5em;
    text-align: center;
    font-weight: bold;
    margin: 20px 0 0; }
    @media (max-width: 768px) {
      .about-copy {
        font-size: 24px; } }
    .about-copy em {
      display: inline-block;
      line-height: 1;
      padding: 0.25em;
      font-size: 30px;
      color: #fff;
      margin-right: 0.5em;
      font-style: normal;
      background-color: #03b497; }
      @media (max-width: 768px) {
        .about-copy em {
          font-size: 22px; } }
  .about-desc {
    text-align: center;
    font-size: 18px;
    line-height: 2.25em;
    margin-top: 40px;
    font-weight: bold; }
    @media (max-width: 768px) {
      .about-desc {
        font-size: 16px;
        margin-top: 16px;
        line-height: 1.75em; } }
  .about-list {
    text-align: center;
    display: block;
    width: 57%;
    max-width: 750px;
    color: #fff;
    padding: 15px 20px;
    margin: 44px auto 0;
    background-color: #ff7914;
    font-size: clamp(12px, 1.2vw, 18px);
    line-height: 1.75em;
    font-weight: 500; }
    @media (max-width: 768px) {
      .about-list {
        padding: 15px 15px;
        margin: 24px auto 0;
        width: 85%; } }
  .about-btn-wrapper {
    margin: 56px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 400px;
    width: 80%; }
    @media (max-width: 768px) {
      .about-btn-wrapper {
        margin: 32px auto 0; } }
    .about-btn-wrapper + .about-btn-wrapper {
      margin-top: 32px; }
      @media (max-width: 768px) {
        .about-btn-wrapper + .about-btn-wrapper {
          margin-top: 24px; } }

.rental {
  margin-top: 80px;
  padding-top: 32px;
  position: relative;
  width: 100%;
  padding-bottom: 80px;
  /* wrapper全体 */
  /* 各カード */
  /* クラス名 */
  /* 車の画像 */
  /* 車種説明 */
  /* 価格リストのwrapper */
  /* 各料金アイテム */ }
  @media (max-width: 768px) {
    .rental {
      margin-top: 56px; } }
  .rental::before, .rental::after {
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    /* ドットの直径 */
    position: absolute;
    background: -webkit-repeating-linear-gradient(left, #00c48d 0 0, transparent 0 12px), -webkit-radial-gradient(circle, #00c48d 3px, transparent 3px);
    background: -o-repeating-linear-gradient(left, #00c48d 0 0, transparent 0 12px), -o-radial-gradient(circle, #00c48d 3px, transparent 3px);
    background: repeating-linear-gradient(to right, #00c48d 0 0, transparent 0 12px), radial-gradient(circle, #00c48d 3px, transparent 3px);
    background-size: 16px 6px;
    /* 横16px, 縦8pxで繰り返し */ }
    @media (max-width: 768px) {
      .rental::before, .rental::after {
        height: 4px;
        /* ドットの直径 */
        background: -webkit-repeating-linear-gradient(left, #00c48d 0 0, transparent 0 12px), -webkit-radial-gradient(circle, #00c48d 2px, transparent 2px);
        background: -o-repeating-linear-gradient(left, #00c48d 0 0, transparent 0 12px), -o-radial-gradient(circle, #00c48d 2px, transparent 2px);
        background: repeating-linear-gradient(to right, #00c48d 0 0, transparent 0 12px), radial-gradient(circle, #00c48d 2px, transparent 2px);
        background-size: 12px 4px; } }
  .rental::before {
    top: 0;
    left: 0; }
  .rental::after {
    bottom: 0;
    left: 0; }
  .rental-ttl {
    font-size: 44px;
    color: #fff;
    line-height: 1;
    padding: 26px 50px 22px;
    border-radius: 56px;
    background-color: #03b497;
    position: absolute;
    display: inline-block;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media (max-width: 768px) {
      .rental-ttl {
        font-size: 27px;
        padding: 16px 24px 16px;
        white-space: nowrap; } }
    .rental-ttl img {
      width: 50%;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .rental-card-wrapper {
    padding: 16px 0 24px;
    width: 90%;
    max-width: 1080px;
    gap: 48px;
    /* カード間の余白 */
    row-gap: 80px;
    margin: 80px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (max-width: 768px) {
      .rental-card-wrapper {
        padding: 16px 0 0;
        margin: 24px auto 0;
        gap: 32px;
        row-gap: 40px; } }
  .rental-card {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 220px;
    flex: 1 1 220px;
    max-width: 240px;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto auto 1fr;
    grid-template-rows: auto auto 1fr;
    /* 上からクラス名、画像、価格リスト */
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    list-style: none;
    text-align: center; }
    @media (max-width: 768px) {
      .rental-card {
        max-width: calc(50% - 16px);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto; } }
    .swiper-slide .rental-card {
      max-width: 100%;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
  .rental-card-class {
    min-height: 72px;
    /* タイトルの高さを揃える */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 30px;
    font-weight: bold;
    color: #00b28a;
    margin-bottom: .5rem;
    line-height: 1.35em; }
    @media (max-width: 768px) {
      .rental-card-class {
        font-size: 20px;
        min-height: 56px; } }
    .rental-card-class.class-min {
      font-size: 24px; }
      @media (max-width: 768px) {
        .rental-card-class.class-min {
          font-size: 20px;
          min-height: 56px; } }
  .rental-card-img img {
    width: 100%;
    height: auto;
    background-color: #fafafa;
    border-radius: 16px;
    overflow: hidden; }
  .rental-card-desc {
    font-size: 18px;
    color: #000;
    margin-top: 16px;
    text-align: center;
    font-weight: bold; }
    @media (max-width: 768px) {
      .rental-card-desc {
        font-size: 14px;
        line-height: 1.25em;
        margin-top: 8px; } }
  .rental-card-price-list-wrapper {
    margin-top: 16px; }
    @media (max-width: 768px) {
      .rental-card-price-list-wrapper {
        margin-top: 8px; } }
  .rental-card-price-list {
    padding: 0;
    margin: 0; }
  .rental-card-price-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold; }
    @media (max-width: 768px) {
      .rental-card-price-list-item {
        font-size: 10px; } }
    .rental-card-price-list-item + .rental-card-price-list-item {
      margin-top: 1em; }
  .rental-card-price-time {
    background: #03b497;
    color: #fff;
    font-size: 14px;
    padding: .2em .0em .15em;
    text-align: center;
    max-width: 64px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 64px;
    flex: 1 1 64px; }
    @media (max-width: 768px) {
      .rental-card-price-time {
        font-size: 10px;
        padding: .35em 0;
        width: 42px;
        max-width: 42px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 42px;
        flex: 1 1 42px; }
        .swiper-slide .rental-card-price-time {
          padding: .2em 0;
          width: 42px;
          max-width: 42px;
          -webkit-box-flex: 1;
          -ms-flex: 1 1 42px;
          flex: 1 1 42px; } }
    .rental-card-price-time.border-type {
      border: 2px solid #03b497;
      background-color: #fff;
      color: #03b497; }
  .rental-card-price {
    font-weight: bold;
    line-height: 1; }
    .rental-card-price em {
      color: #ff7914;
      font-size: 30px;
      font-style: normal;
      margin-right: 0.05em;
      line-height: 1;
      display: inline-block; }
      @media (max-width: 768px) {
        .rental-card-price em {
          font-size: 20px; }
          .swiper-slide .rental-card-price em {
            font-size: 15px; } }
  .rental-btn-wrapper {
    margin: 32px auto 0;
    max-width: 400px;
    width: 80%; }

.plan {
  margin: 148px auto 120px;
  /* タイトル */
  /* 説明テキスト */
  /* 車の画像 */
  /* リスト全体 */
  /* 各料金カード */ }
  @media (max-width: 768px) {
    .plan {
      margin: 80px auto; } }
  .plan-inner {
    background: #00b28a;
    position: relative;
    text-align: center;
    margin: 0 auto;
    width: 90%;
    max-width: 1080px;
    padding-top: 100px;
    padding-bottom: 40px;
    /* 黄色の帯コピー */ }
    @media (max-width: 768px) {
      .plan-inner {
        padding-top: 64px;
        padding-bottom: 16px;
        margin: 80px auto 0; } }
  .plan-copy {
    background: #FFD400;
    color: #00b28a;
    font-weight: bold;
    font-size: 40px;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
    padding: 16px 40px;
    border-radius: 56px;
    display: inline-block;
    position: absolute; }
    @media (max-width: 768px) {
      .plan-copy {
        padding: 12px 32px;
        font-size: 18px; } }
    .plan-copy::before {
      content: "";
      -webkit-clip-path: polygon(30% 20%, 30% 80%, 70% 50%);
      clip-path: polygon(30% 20%, 30% 80%, 70% 50%);
      -webkit-transform: translate(-50%, 50%) rotate(90deg);
      -ms-transform: translate(-50%, 50%) rotate(90deg);
      transform: translate(-50%, 50%) rotate(90deg);
      display: block;
      position: absolute;
      left: 50%;
      bottom: 0;
      background-color: #FFD400;
      width: 60px;
      height: 60px; }
  .plan-ttl {
    font-size: 33px;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background-color: #009e85;
    padding: 0.25em 0; }
    @media (max-width: 768px) {
      .plan-ttl {
        font-size: 22px; } }
  .plan-desc {
    font-size: 22px;
    line-height: 1.75em;
    color: #fff;
    margin-top: 24px; }
    @media (max-width: 768px) {
      .plan-desc {
        text-align: left;
        font-size: 16px;
        margin: 12px auto 0;
        width: 90%; } }
  .plan-deco-img {
    position: absolute;
    top: 40px;
    width: 120%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 40px; }
    @media (max-width: 768px) {
      .plan-deco-img {
        top: 64px; } }
  .plan-deco-img img {
    max-width: 240px;
    width: 25%;
    height: auto; }
  .plan-wrapper {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    padding: 0 40px 0; }
    @media (max-width: 768px) {
      .plan-wrapper {
        gap: 16px;
        padding: 0 16px 0; } }
  .plan-wrapper-list {
    background: #fff;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 220px;
    flex: 1 1 220px; }
    @media (max-width: 768px) {
      .plan-wrapper-list {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 8px);
        flex: 0 0 calc(50% - 8px); } }
  .plan-list-ttl {
    background: #004b3d;
    color: #fff;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    padding: 8px 0; }
    @media (max-width: 768px) {
      .plan-list-ttl {
        font-size: 16px; } }
  .plan-list-price {
    padding: 12px 0;
    font-size: 16px;
    color: #000;
    font-weight: bold; }
    .plan-list-price em {
      color: #F06D00;
      font-size: 26px;
      font-style: normal; }
      @media (max-width: 768px) {
        .plan-list-price em {
          font-size: 18px; } }
    @media (max-width: 768px) {
      .plan-list-price {
        font-size: 14px; } }
  .plan-btn-wrapper {
    margin: 48px auto 0;
    max-width: 400px;
    width: 80%; }
    @media (max-width: 768px) {
      .plan-btn-wrapper {
        margin: 32px auto 0; } }

.faq {
  background: #e8f2f1;
  /* 全体の背景色 */
  padding: 72px 0 48px;
  /* 見出し */
  /* 各質問ボックス */
  /* 質問部分 */
  /* 答え部分 */ }
  @media (max-width: 768px) {
    .faq {
      padding: 32px 0 48px; } }
  .faq-ttl {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #00362e; }
    @media (max-width: 768px) {
      .faq-ttl {
        font-size: 24px; } }
  .faq-ttl-under {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: #00362e;
    margin-top: 48px; }
    @media (max-width: 768px) {
      .faq-ttl-under {
        font-size: 24px; } }
  .faq-container {
    margin: 32px auto 0;
    background: #fff;
    width: 90%;
    max-width: 900px; }
    @media (max-width: 768px) {
      .faq-container {
        margin: 24px auto 0; } }
  .faq-question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: #03b497;
    color: #fff;
    padding: 16px 20px;
    padding-right: 56px;
    font-size: 24px;
    font-weight: bold;
    position: relative; }
    @media (max-width: 768px) {
      .faq-question {
        font-size: 18px; } }
    .faq-question.js-trg {
      cursor: pointer; }
  .faq-question-icon {
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .faq-question-icon::before, .faq-question-icon::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 2px;
      background-color: #fff;
      -webkit-transform-origin: center;
      -ms-transform-origin: center;
      transform-origin: center; }
    .faq-question-icon::before {
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .faq-question-icon::after {
      -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
      transform: translate(-50%, -50%) rotate(90deg); }
    .is-open .faq-question-icon {
      -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
      transform: translateY(-50%) rotate(45deg); }
  .faq-question::before {
    content: "Q";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    color: #00362e;
    font-weight: bold;
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 1;
    border-radius: 50%;
    margin-right: 12px; }
    @media (max-width: 768px) {
      .faq-question::before {
        font-size: 18px;
        width: 30px;
        height: 30px; } }
  .faq-answer {
    position: relative;
    padding: 16px 20px;
    padding-left: 56px;
    font-size: 17px;
    color: #333;
    background: #f8f8f8; }
    @media (max-width: 768px) {
      .faq-answer {
        font-size: 14px;
        line-height: 1.5em;
        padding: 14px 18px;
        padding-left: 56px;
        text-align: justify; } }
    .faq-answer.js-body {
      display: none; }
  .faq-answer::before {
    content: "A";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 16px;
    left: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #ff7914;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    text-align: center;
    margin-right: 12px; }
    @media (max-width: 768px) {
      .faq-answer::before {
        font-size: 14px; } }
  .faq-btn-wrapper {
    max-width: 400px;
    margin: 40px auto 0;
    width: 80%; }
    .faq-btn-wrapper.btn-under {
      margin: 80px auto 80px; }

.common-btn {
  width: 100%;
  border-radius: 999px;
  background-color: #fbdc0a;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  text-align: center;
  padding: 16px 0;
  display: block;
  text-decoration: none; }
  @media (max-width: 768px) {
    .common-btn {
      font-size: 20px; } }
  .common-btn.btn-white {
    background-color: #fff;
    color: #ff7914; }
  .common-btn.sub {
    background-color: #fff;
    border: 2px solid #000; }
  .common-btn.sub-rev {
    color: #fff;
    background-color: #000;
    border: 2px solid #000; }

.common-btn-arrow {
  position: absolute;
  display: block;
  height: 36px;
  width: 36px;
  background-color: #fff;
  border-radius: 50%;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block; }
  @media (max-width: 768px) {
    .common-btn-arrow {
      height: 28px;
      width: 28px; } }
  .sub .common-btn-arrow {
    background-color: #000; }
  .sub-rev .common-btn-arrow {
    background-color: #fff; }
  .common-btn-arrow::before {
    content: "";
    width: 35%;
    height: 35%;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }
    .btn-white .common-btn-arrow::before {
      background-color: #fff;
      border-color: #ff7914; }
    .sub .common-btn-arrow::before {
      border-color: #fff; }
    .sub-rev .common-btn-arrow::before {
      border-color: #000; }

.common-btn-small {
  background-color: #fff;
  border: 1px solid #000;
  font-size: 12px;
  border-radius: 999px;
  padding: 6px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #000; }

.common-btn-small-arrow {
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

@media (hover: hover) {
  a {
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease; }
  a:hover {
    opacity: .5; } }

.step {
  background-color: #fff;
  padding: 80px 0 40px;
  /* 背景に複数レイヤーを設定 */
  background: -webkit-gradient(linear, left top, left bottom, from(#ff9b14), to(#ff7914));
  background: -webkit-linear-gradient(#ff9b14, #ff7914);
  background: -o-linear-gradient(#ff9b14, #ff7914);
  background: linear-gradient(#ff9b14, #ff7914);
  position: relative;
  overflow: hidden; }
  .step-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    opacity: .5; }
  .step-copy {
    width: 50%;
    max-width: 650px;
    margin: 0 auto;
    position: relative;
    display: block; }
    @media (max-width: 768px) {
      .step-copy {
        max-width: 320px;
        width: 80%; } }
  .step-btn-wrapper {
    max-width: 400px;
    margin: 48px auto;
    position: relative;
    width: 80%; }
    @media (max-width: 768px) {
      .step-btn-wrapper {
        margin: 24px auto; } }

.blog {
  margin: 80px 0; }
  @media (max-width: 768px) {
    .blog {
      margin: 40px 0; } }
  .blog-heading {
    font-size: 32px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 80px; }
    @media (max-width: 768px) {
      .blog-heading {
        margin-bottom: 40px; } }
  .blog-ttl {
    display: block;
    max-width: 348px;
    width: 80%;
    margin: 0 auto; }
  .blog-inner {
    max-width: 1080px;
    width: 80%;
    margin: 40px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 64px 32px; }
    @media (max-width: 768px) {
      .blog-inner {
        gap: 32px; } }
  .blog-card {
    width: calc(33.333% - 21.333px); }
    @media (max-width: 768px) {
      .blog-card {
        width: 100%; } }
  .blog-card-tmb {
    width: 100%;
    padding-top: 65.5%;
    position: relative;
    overflow: hidden; }
    .blog-card-tmb img {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -o-object-fit: cover;
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .blog-card-ttl {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    margin-top: 8px;
    color: #000; }
    @media (max-width: 768px) {
      .blog-card-ttl {
        margin-top: 12px; } }
  .blog-card-bottom-wrapper {
    margin-top: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
    @media (max-width: 768px) {
      .blog-card-bottom-wrapper {
        margin-top: 8px; } }
    .blog-card-bottom-wrapper time {
      font-size: 25px;
      font-weight: bold;
      color: #ff7914; }
  .blog-card-btn-wrapper {
    max-width: 120px;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 120px;
    flex: 1 1 120px; }
  .blog-btn-wrapper {
    max-width: 400px;
    margin: 64px auto 0;
    width: 80%; }
    .blog-btn-wrapper.btn-under {
      margin-top: 80px; }

.hero-header {
  background-color: #fff;
  padding: 80px 0 80px;
  /* 背景に複数レイヤーを設定 */
  background: -webkit-gradient(linear, left top, left bottom, from(#03b497), to(#03999c));
  background: -webkit-linear-gradient(#03b497, #03999c);
  background: -o-linear-gradient(#03b497, #03999c);
  background: linear-gradient(#03b497, #03999c);
  position: relative;
  overflow: hidden;
  height: 272px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 768px) {
    .hero-header {
      height: 220px;
      padding: 40px 0 40px; } }
  .hero-header-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    opacity: .35; }
  .hero-header-ttl {
    position: relative;
    font-size: 48px;
    text-align: center;
    color: #fff;
    line-height: 1.25em;
    margin: 0; }
    @media (max-width: 768px) {
      .hero-header-ttl {
        font-size: 40px; } }
    .hero-header-ttl span {
      font-size: 22px;
      color: #00362e;
      display: block;
      line-height: 1;
      margin-bottom: 0.75em; }
      @media (max-width: 768px) {
        .hero-header-ttl span {
          font-size: 16px; } }
  .hero-header-post-author {
    color: #fff;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    border: 1px solid #fff;
    padding: 0.15em 0.5em 0.25em;
    font-size: 22px; }
    @media (max-width: 768px) {
      .hero-header-post-author {
        font-size: 16px; } }

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .pager-wrapper {
    margin-top: 80px; }
  .pager-num-wrapper {
    margin-top: 40px; }
    @media (max-width: 768px) {
      .pager-num-wrapper {
        margin-top: 32px; } }
  .pager-list-item.item-prev {
    list-style: none;
    display: block;
    position: relative;
    color: #000;
    text-decoration: none;
    position: relative;
    line-height: 1; }
    .pager-list-item.item-prev::before {
      content: "";
      position: absolute;
      width: 12px;
      height: 12px;
      display: block;
      border-left: 2px solid #000;
      border-bottom: 2px solid #000;
      -webkit-transform: translateY(1px) rotate(45deg);
      -ms-transform: translateY(1px) rotate(45deg);
      transform: translateY(1px) rotate(45deg);
      top: 0;
      bottom: 0;
      left: 0;
      right: auto;
      margin: auto; }
  .pager-list-item.item-next {
    list-style: none;
    display: block;
    position: relative;
    color: #000;
    text-decoration: none;
    position: relative;
    line-height: 1; }
    .pager-list-item.item-next::before {
      content: "";
      position: absolute;
      width: 12px;
      height: 12px;
      display: block;
      border-left: 2px solid #000;
      border-bottom: 2px solid #000;
      -webkit-transform: translateY(-50%) rotate(-135deg);
      -ms-transform: translateY(-50%) rotate(-135deg);
      transform: translateY(-50%) rotate(-135deg);
      top: 50%;
      right: 0; }
  .pager-num-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0; }
  .pager-list {
    list-style: none;
    display: block;
    height: 40px;
    width: 40px; }
    .pager-list + .pager-list {
      margin-left: 12px; }
      @media (max-width: 768px) {
        .pager-list + .pager-list {
          margin-left: 6px; } }
  .pager-list-item {
    text-decoration: none;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    font-size: 24px;
    color: #5a5553; }
  .pager-list-item:hover {
    opacity: .5; }
  .pager-list-item.is-active {
    background-color: #ffd30d;
    color: #000;
    width: 40px;
    height: 40px; }
    .pager-list-item.is-active:hover {
      opacity: 1; }

.single {
  width: 90%;
  max-width: 880px;
  margin: 80px auto; }
  .single-tmb {
    display: block;
    width: 100%; }
  .single h2 {
    font-size: 40px;
    line-height: 1.25em;
    text-align: left;
    color: #fff;
    font-weight: bold;
    padding: 0.25em 0.25em 0.3em 0.5em;
    background-color: #03b497;
    margin: 32px auto; }
  .single h3 {
    font-size: 32px;
    line-height: 1.25em;
    text-align: left;
    color: #000;
    font-weight: bold;
    padding-left: 0.5em;
    border-left: 5px solid #03b497;
    margin: 32px auto; }
  .single h4 {
    font-size: 25px;
    line-height: 1.25em;
    text-align: left;
    color: #03b497;
    font-weight: bold;
    padding-bottom: 0.3em;
    border-bottom: 1px solid #e6e6e6;
    margin: 32px auto; }
  .single p {
    font-size: 16px;
    line-height: 1.75em;
    margin: 32px auto; }
  .single ul {
    margin: 32px auto;
    list-style: none;
    /* デフォルトの黒丸を消す */
    padding-left: 1em;
    margin-left: 0; }
  .single ul li {
    position: relative;
    padding-left: 0.75em;
    /* ドット用の余白 */
    margin-bottom: 0.5em;
    font-family: sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    color: #333; }
  .single ul li::before {
    content: "•";
    /* ドット文字 */
    position: absolute;
    left: 0;
    color: green;
    /* ← ドットの色をここで自由に変更 */
    font-size: 1.2em;
    /* ドットの大きさ調整 */
    line-height: 1em; }
  .single-btn-wrapper {
    margin: 80px auto 80px;
    max-width: 400px; }
    @media (max-width: 768px) {
      .single-btn-wrapper {
        width: 80%; } }
    .single-btn-wrapper .common-btn + .common-btn {
      margin-top: 32px; }

.reserve {
  margin: 80px auto 0;
  width: 100%;
  padding: 0 20px; }
  @media (max-width: 768px) {
    .reserve {
      margin: 48px auto 0; } }
  .reserve-card {
    width: 100%;
    position: relative;
    padding-bottom: 80px; }
    @media (max-width: 768px) {
      .reserve-card {
        padding-bottom: 40px; } }
    .reserve-card::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translate(-50%, -30px);
      -ms-transform: translate(-50%, -30px);
      transform: translate(-50%, -30px);
      background-color: #ff7914;
      width: 40px;
      height: 20px;
      -webkit-clip-path: polygon(0 0%, 100% 0, 50% 100%);
      clip-path: polygon(0 0%, 100% 0, 50% 100%);
      display: block; }
      @media (max-width: 768px) {
        .reserve-card::before {
          -webkit-transform: translate(-50%, -10px);
          -ms-transform: translate(-50%, -10px);
          transform: translate(-50%, -10px); } }
    .reserve-card:last-child::before {
      display: none; }
    .reserve-card:nth-child(even) .reserve-card-deco {
      left: 7.5%;
      right: 0; }
      @media (max-width: 768px) {
        .reserve-card:nth-child(even) .reserve-card-deco {
          top: -80px;
          left: -30px; } }
  .reserve-card-deco {
    position: absolute;
    font-size: 256px;
    color: #03b497;
    opacity: 0.15;
    bottom: -40px;
    right: 7.5%;
    font-weight: bold; }
    @media (max-width: 768px) {
      .reserve-card-deco {
        font-size: 96px;
        top: -80px;
        bottom: auto;
        right: -30px; } }
  .reserve-card-inner {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 24px;
    -webkit-filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.05));
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.05));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    padding: 48px 64px; }
    @media (max-width: 768px) {
      .reserve-card-inner {
        padding: 24px; } }
  .reserve-card-text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    padding-right: 40px; }
    @media (max-width: 768px) {
      .reserve-card-text {
        padding-right: 0; } }
  .reserve-card-head {
    font-size: 28px;
    color: #000;
    line-height: 1; }
    @media (max-width: 768px) {
      .reserve-card-head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
    .reserve-card-head span {
      font-size: 16px;
      line-height: 1;
      color: #fff;
      background-color: #03b497;
      padding: 0.25em 0.35em;
      display: inline-block;
      margin-right: 0.5em; }
      @media (max-width: 768px) {
        .reserve-card-head span {
          margin-bottom: 8px; } }
  .reserve-card-desc {
    font-size: 16px;
    line-height: 2em;
    text-align: justify;
    margin-top: 24px; }
    @media (max-width: 768px) {
      .reserve-card-desc {
        line-height: 1.75em; } }
  .reserve-card-cta-wrapper {
    display: block;
    width: 320px;
    margin-top: 40px; }
    @media (max-width: 768px) {
      .reserve-card-cta-wrapper {
        margin-top: 24px;
        width: 100%; } }
    .reserve-card-cta-wrapper .common-btn {
      font-size: 16px; }
    .reserve-card-cta-wrapper .common-btn-arrow {
      width: 24px;
      height: 24px; }
  .reserve-card-img-wrapper {
    width: 50%;
    max-width: 300px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 300px;
    flex: 1 1 300px;
    padding-top: calc(50% / 1.618);
    position: relative; }
    @media (max-width: 768px) {
      .reserve-card-img-wrapper {
        padding-top: 75%;
        width: 100%;
        max-width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin-top: 24px; } }
    .reserve-card-img-wrapper img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -o-object-fit: cover;
      object-fit: cover; }
  .reserve-bottom {
    background-color: #e8f2f1;
    padding-top: 64px;
    padding-bottom: 80px; }
    @media (max-width: 768px) {
      .reserve-bottom {
        padding-top: 32px;
        padding-bottom: 40px; } }
  .reserve-bottom-head {
    text-align: center;
    font-size: 32px;
    color: #000;
    margin-bottom: 40px; }
    @media (max-width: 768px) {
      .reserve-bottom-head {
        font-size: 24px;
        margin-bottom: 24px; } }
  .reserve-bottom-item {
    max-width: 1080px;
    margin: 0 auto 48px;
    background-color: #fff;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media (max-width: 768px) {
      .reserve-bottom-item {
        padding: 16px;
        width: 90%;
        -ms-flex-flow: wrap;
        flex-flow: wrap; } }
  .reserve-bottom-box-left {
    width: 49.5%; }
    @media (max-width: 768px) {
      .reserve-bottom-box-left {
        width: 100%; } }
    .reserve-bottom-box-left h4 {
      font-size: 30px;
      display: block;
      color: #03b497;
      margin-bottom: 0.5em;
      border-bottom: 1px solid #03b497; }
      @media (max-width: 768px) {
        .reserve-bottom-box-left h4 {
          font-size: 20px; } }
    .reserve-bottom-box-left p {
      font-size: 16px;
      line-height: 1.5em;
      margin-top: 1em; }
      .reserve-bottom-box-left p > span {
        display: inline-block;
        margin: 0; }
    .reserve-bottom-box-left span {
      font-size: 14px;
      display: block;
      margin-top: 16px; }
  .reserve-bottom-box-right {
    background-color: #fafafa;
    padding: 20px;
    width: 48%; }
    @media (max-width: 768px) {
      .reserve-bottom-box-right {
        width: 100%;
        margin-top: 16px;
        padding: 16px; } }
    .reserve-bottom-box-right > li {
      font-size: 16px;
      padding-left: 1.25em;
      position: relative;
      margin-bottom: 1em; }
      .reserve-bottom-box-right > li li {
        font-size: 14px; }
    .reserve-bottom-box-right > li::before {
      content: "";
      position: absolute;
      background: url("assets/img/check-icon.png") no-repeat;
      background-size: contain;
      display: block;
      top: 0.3em;
      left: 0;
      width: 1em;
      height: 1em; }
  .reserve-bottom-list {
    max-width: 1080px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
    @media (max-width: 768px) {
      .reserve-bottom-list {
        width: 90%; } }
  .reserve-bottom-list-left {
    width: calc(50% - 1px);
    border-right: 1px solid #bbdbd8;
    padding-right: 24px; }
    @media (max-width: 768px) {
      .reserve-bottom-list-left {
        padding: 0;
        width: 100%;
        margin: 0 auto;
        border: none; } }
  .reserve-bottom-list-right {
    width: 50%;
    padding-left: 24px; }
    @media (max-width: 768px) {
      .reserve-bottom-list-right {
        padding: 0;
        width: 100%;
        margin: 0 auto;
        margin-top: 24px;
        padding-top: 24px;
        border-top: 1px solid #bbdbd8; } }
  .reserve-bottom-list-item {
    width: 100%; }
    .reserve-bottom-list-item + .reserve-bottom-list-item {
      margin-top: 24px;
      padding-top: 24px;
      border-top: 1px solid #bbdbd8; }
    .reserve-bottom-list-item h3 {
      font-size: 19px;
      color: #03b497;
      margin-bottom: 1em; }
    .reserve-bottom-list-item p {
      font-size: 15px;
      line-height: 1.75em;
      margin-bottom: 16px; }
    .reserve-bottom-list-item table {
      background-color: #fff;
      margin-bottom: 16px; }
      .reserve-bottom-list-item table td {
        padding: 0.25em; }
  .reserve-bottom-btn-wrapper {
    max-width: 400px;
    margin: 80px auto 0; }
    @media (max-width: 768px) {
      .reserve-bottom-btn-wrapper {
        width: 80%;
        margin: 32px auto 0; } }

.company {
  max-width: 540px;
  width: 90%;
  margin: 80px auto 0; }
  @media (max-width: 768px) {
    .company {
      width: 80%; } }
  .company ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    font-size: 18px;
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
    border-bottom: 1px solid #e6e6e6; }
    @media (max-width: 768px) {
      .company ul li {
        font-size: 16px; } }
    .company ul li:last-child {
      padding-bottom: 0;
      margin-bottom: 0;
      border-bottom: 0; }
    .company ul li span {
      color: #ff7914;
      font-weight: bold;
      width: 6em; }
      @media (max-width: 768px) {
        .company ul li span {
          width: 6em; } }
  .company-btn-wrapper {
    max-width: 400px;
    margin: 80px auto 80px; }

.storelist {
  padding-top: 80px; }
  @media (max-width: 768px) {
    .storelist {
      padding-top: 48px; } }
  .storelist-desc {
    text-align: center;
    width: 90%;
    margin: 0 auto;
    font-size: 16px; }
  .storelist-list {
    max-width: 1080px;
    width: 90%;
    gap: 16px;
    padding: 0;
    margin: 32px auto 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
    @media (max-width: 768px) {
      .storelist-list {
        width: 90%;
        gap: 4px; } }
  .storelist-list li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(25% - 8px);
    flex: 1 1 calc(25% - 8px);
    /* 25%幅 - 余白 */
    max-width: calc(25% - 8px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px;
    color: #fff;
    background-color: #ff7914;
    font-size: 16px;
    cursor: pointer; }
    @media (max-width: 768px) {
      .storelist-list li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 2px);
        flex: 1 1 calc(50% - 2px);
        /* 25%幅 - 余白 */
        max-width: calc(50% - 2px); } }
    .storelist-list li::before {
      content: "";
      display: block;
      width: 1em;
      height: 1em;
      border-bottom: 1px solid #fff;
      border-right: 1px solid #fff;
      position: absolute;
      top: 50%;
      right: 16px;
      -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
      transform: translateY(-50%) rotate(45deg); }
  .storelist-detail-body {
    background-color: #f7f7f7;
    margin-top: 48px;
    padding-top: 48px;
    padding-bottom: 80px; }
    @media (max-width: 768px) {
      .storelist-detail-body {
        padding-top: 40px;
        padding-bottom: 40px; } }
  .storelist-detail-group {
    max-width: 1080px;
    width: 90%;
    margin: 0 auto; }
  .storelist-head + .storelist-head {
    margin-top: 40px; }
  .storelist-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 16px;
    position: relative; }
    @media (max-width: 768px) {
      .storelist-link {
        padding: 10px 12px; } }
  .storelist-area {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.25;
    padding: 0.15em 0.75em 0.2em;
    border-radius: 999px;
    margin-right: 1em;
    display: inline-block;
    border: 1px solid #000;
    color: #000; }
    @media (max-width: 768px) {
      .storelist-area {
        font-size: 15px;
        margin-right: 0.5em; } }
  .storelist-name {
    font-size: 28px;
    font-weight: bold;
    color: #03b497;
    line-height: 1;
    margin-right: 1em;
    -webkit-transform: translateY(-0.1em);
    -ms-transform: translateY(-0.1em);
    transform: translateY(-0.1em); }
    @media (max-width: 768px) {
      .storelist-name {
        font-size: 20px; } }
  .storelist-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #000;
    display: inline-block;
    position: relative; }
    @media (max-width: 768px) {
      .storelist-icon {
        width: 24px;
        height: 24px; } }
    .storelist-icon::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 50%;
      height: 40%;
      width: 40%;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      -webkit-transform-origin: center;
      -ms-transform-origin: center;
      transform-origin: center;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg); }
  .storelist-btn-wrapper {
    max-width: 400px;
    margin: 80px auto 0;
    width: 80%; }
    @media (max-width: 768px) {
      .storelist-btn-wrapper {
        margin: 48px auto 0; } }

.price {
  margin-top: 48px;
  /* =======================================
     Price Table
     使い方：<table class="price-table">...</table>
  ======================================= */ }
  .price-head {
    text-align: center; }
    .price-head span {
      font-size: 28px;
      line-height: 1;
      padding: 12px 16px;
      border-radius: 48px;
      background-color: #ff7914;
      color: #fff;
      display: inline-block; }
      @media (max-width: 768px) {
        .price-head span {
          font-size: 24px; } }
  .price-rentalcard-wrapper {
    padding: 16px 0 24px;
    width: 90%;
    max-width: 1080px;
    gap: 48px;
    /* カード間の余白 */
    row-gap: 80px;
    margin: 24px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    @media (max-width: 768px) {
      .price-rentalcard-wrapper {
        padding: 16px 0 48px;
        margin: 24px auto 0;
        gap: 32px;
        row-gap: 56px; } }
  .price-sec {
    width: 100%; }
    .price-sec + .price-sec {
      margin-top: 48px;
      padding-top: 48px;
      border-top: 1px solid #e6e6e6; }
  .price-sec-inner {
    max-width: 1080px;
    width: 90%;
    margin: 32px auto 0; }
  .price-sec-desc {
    font-size: 15px;
    margin-top: 16px; }
  .price-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    color: #222;
    table-layout: fixed;
    /* 左端の列は左寄せ／その他の列は中央寄せ（よくある料金表の体裁） */
    /* 価格強調（任意で使う） */
    /* 小ラベル（例：＋）の縦並び */
    /* スマホは横スクロール許容（親に .price-table-wrap を付けた場合） */ }
    @media (max-width: 768px) {
      .price-table {
        min-width: 100%;
        width: auto; } }
    .price-table thead th {
      background: #00a991;
      color: #fff;
      font-weight: 700;
      text-align: center;
      padding: 14px 16px;
      font-size: 16px;
      border: 1px solid #d9d9d9;
      white-space: nowrap; }
    .price-table tbody td,
    .price-table tbody th {
      padding: 32px 32px;
      border: 1px solid #d9d9d9;
      font-size: 15px;
      vertical-align: middle;
      background: #fff;
      width: auto;
      white-space: nowrap; }
    .price-table tbody tr > :first-child {
      text-align: left; }
    .price-table tbody tr > :not(:first-child) {
      text-align: center; }
    .price-table .pt-stack {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 6px; }
    .price-table-wrap {
      width: 100%;
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch;
      margin-top: 32px; }
  .price-bottom {
    background-color: #e8f2f1;
    margin-top: 80px;
    padding: 48px 0; }
  .price-bottom-head {
    font-size: 32px;
    text-align: center; }
    @media (max-width: 768px) {
      .price-bottom-head {
        font-size: 28px; } }
  .price-bottom-inner {
    width: 90%;
    max-width: 1080px;
    margin: 32px auto; }
  .price-bottom-desc {
    font-size: 15px; }
  .price-bottom-content {
    background: #fff;
    padding: 24px;
    border-radius: 4px;
    color: #222;
    margin-top: 40px; }
    @media (max-width: 768px) {
      .price-bottom-content {
        margin-top: 24px; } }
    .price-bottom-content-head {
      font-size: 18px;
      font-weight: 700;
      color: #00a991;
      margin: 0 0 32px;
      padding-bottom: 8px;
      border-bottom: 2px solid #00a991; }
      @media (max-width: 768px) {
        .price-bottom-content-head {
          margin: 0 0 16px; } }
    .price-bottom-content .price-bottom-table {
      width: 100%;
      border-collapse: collapse;
      table-layout: fixed;
      background: #fff;
      margin-bottom: 12px; }
      .price-bottom-content .price-bottom-table thead th {
        background: #f2f7f6;
        font-weight: 700;
        text-align: center;
        padding: 12px 14px;
        border: 1px solid #d9e3e0; }
      .price-bottom-content .price-bottom-table tbody td {
        border: 1px solid #d9e3e0;
        padding: 16px 14px;
        vertical-align: middle;
        font-size: 15px;
        text-align: center; }
    .price-bottom-content .price-bottom-notes {
      margin: 0;
      padding-left: 1.2em;
      list-style: disc; }
      .price-bottom-content .price-bottom-notes li {
        margin: 0.1em 0; }
  .price-bottom-footnote {
    margin: 8px 0 0;
    font-size: 13px;
    color: #555; }
  .price-bottom-desc {
    margin: 0 0 8px;
    font-size: 13px;
    color: #555; }
  .price pb-desc {
    margin: 8px 0 16px;
    font-size: 14px;
    color: #555; }
  .price .pb-bullets {
    margin: 0 0 12px;
    padding-left: 1.2em;
    list-style: disc; }
    .price .pb-bullets li {
      margin: .35em 0; }
  .price .pb-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 12px; }
    @media (max-width: 880px) {
      .price .pb-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; } }
  .price .pb-box {
    background: #fff;
    border-radius: 4px;
    padding: 16px; }
    .price .pb-box__title {
      font-size: 16px;
      font-weight: 700;
      margin: 0 0 10px;
      padding-bottom: 6px;
      border-bottom: 1px solid #d9e3e0;
      color: #222; }
    .price .pb-box__subtitle {
      font-size: 14px;
      font-weight: 700;
      margin: 16px 0 6px;
      color: #333; }
  .price .pb-note {
    font-size: 13px;
    color: #555;
    line-height: 1.6;
    margin: 8px 0 12px; }
  .price-bottom-btn-wrapper {
    max-width: 400px;
    margin: 80px auto 80px;
    width: 80%; }
    @media (max-width: 768px) {
      .price-bottom-btn-wrapper {
        margin: 48px auto 0; } }

@media (max-width: 640px) {
  .price-bottom-content {
    padding: 16px; }
    .price-bottom-content-head {
      font-size: 16px; }
    .price-bottom-content .price-bottom-table thead th {
      padding: 10px;
      font-size: 14px; }
    .price-bottom-content .price-bottom-table tbody td {
      padding: 12px 10px;
      font-size: 14px; }
    .price-bottom-content .price-bottom-footnote {
      font-size: 12px; } }

/* 文字サイズや余白をSPで少し詰める例（任意） */
@media (max-width: 640px) {
  .price-table thead th {
    padding: 12px;
    font-size: 15px; }
  .price-table tbody td, .price-table tbody th {
    padding: 14px 12px;
    font-size: 14px; }
  .price-table .pt-price {
    font-size: 18px; } }

.store-detail {
  margin: 80px auto 0; }
  @media (max-width: 768px) {
    .store-detail {
      margin-top: 40px; } }

.store-info {
  max-width: 1200px;
  width: 80%;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }
  @media (max-width: 768px) {
    .store-info {
      width: 90%;
      margin: 20px auto 0; } }

.store-info-text {
  font-size: 18px;
  line-height: 1.75;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 320px;
  flex: 1 1 320px;
  max-width: 320px; }
  .store-info-text img {
    display: block;
    width: 100%;
    margin-top: 32px; }

.store-info-map {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 540px;
  flex: 1 1 540px;
  width: 100%;
  padding-left: 32px; }
  @media (max-width: 768px) {
    .store-info-map {
      padding-left: 0;
      margin-top: 32px; } }
  .store-info-map iframe {
    width: 100%;
    height: 350px; }
    @media (max-width: 768px) {
      .store-info-map iframe {
        height: 350px; } }

.store-btn-wrapper {
  max-width: 540px;
  width: 80%;
  margin: 64px auto 0; }
  @media (max-width: 768px) {
    .store-btn-wrapper {
      margin: 32px auto 0;
      width: 90%; } }

.store-stock {
  padding-bottom: 48px; }
  @media (max-width: 768px) {
    .store-stock {
      padding-bottom: 24px; } }

/* ===========================
   在庫車両スライダー
=========================== */
.stock {
  margin: 64px auto 0;
  font-family: sans-serif; }
  @media (max-width: 768px) {
    .stock {
      margin: 40px auto 0; } }

.stock-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
  position: relative;
  background-color: #00b497;
  padding: 16px 32px; }

.stock-title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center; }

.stock-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
  border: none; }

.stock-nav::before {
  content: '';
  display: block;
  width: 30%;
  height: 30%;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%; }

.stock-nav--next::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg); }

.stock-nav--prev::before {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  -ms-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg); }

.stock-nav--prev {
  left: 16px; }

.stock-nav--next {
  right: 16px; }

.stock {
  overflow: hidden; }

.stock .swiper {
  width: 120%;
  left: -10%;
  position: relative; }
  @media (max-width: 768px) {
    .stock .swiper {
      width: 90%;
      left: 0; } }

/*# sourceMappingURL=style.css.map */