@charset "UTF-8";
/* ページ共通 */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  /* プロポーショナルメトリクスを有効にする指定 */
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  margin: 0;
  padding: 0 auto;
  color: #fff;
  background-color: #212121;
  background-attachment: scroll;
  background-image: url(./img/hikari_logo.png);
  background-blend-mode: lighten;
  background-repeat: no-repeat;
  background-position: right 60px;
  background-size: 25%;
  width: 100vw;
  height: auto;
  font-size: 16px;
  line-height: 1.75em;
  scroll-behavior: smooth;
  text-align: center;
  overflow-x: hidden; /* 追記 */
}

.dela-gothic-one-regular {
  font-family: "Dela Gothic One", serif;
  font-weight: 400;
  font-style: normal;
}

img {
  max-width: 100%;
  height: auto;
}

h2 {
  font-size: 1.5em;
  font-family: "Dela Gothic One", serif;
  font-weight: 400;
  font-style: normal;
  margin: 0 auto;
  padding: 10px 0;
  border-bottom: #f60 2px solid;
  text-align: start;
}

h3 {
  font-size: 1.25em;
  font-family: "Dela Gothic One", serif;
  font-weight: 400;
  font-style: normal;
  background-color: rgb(170, 170, 170);
  color: #212121;
  margin: 0 auto;
  padding: 10px 18px;
  text-align: start;
}

.pt00 {
  padding-top: 0px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pr10 {
  padding-right: 10px;
}

.pr20 {
  padding-right: 20px;
}

.pr30 {
  padding-right: 30px;
}

.pr40 {
  padding-right: 40px;
}

.pr50 {
  padding-right: 50px;
}

.pl10 {
  padding-left: 10px;
}

.pl20 {
  padding-left: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pl50 {
  padding-left: 50px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

/* リンク */
a {
  text-decoration: none;
  color: hsl(0, 0%, 100%);
}

a:hover {
  opacity: 0.8;
}

/* トップへ戻るボタン */
.page_top_btn {
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-size: small;
  font-weight: bold;
  padding: 0.7em;
  text-align: center;
  background: rgb(255, 102, 0);
  color: #fff;
  -webkit-transition: 0.3s0;
  transition: 0.3s0;
  border-radius: 6px;
  z-index: 9999;
}
.page_top_btn img {
  width: 40px;
  height: auto;
}

/* マウスオーバー時 */
.page_top_btn:hover {
  background: rgba(255, 102, 0, 0.8);
  color: rgba(255, 255, 255, 0.8);
}

.content.white {
  height: 500px;
  background-color: #fff;
}

.content.gray {
  height: 500px;
  background-color: #eee;
}

/* ヘッダー */
header {
  width: 100vw;
  height: auto;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  /* ハンバーガーメニュー */
  /* ハンバーガーメニュー本体 */
}
header .top-area {
  width: 950px;
  height: auto;
  margin: 0 auto;
  padding: 40px 0 10px 0;
  text-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
header .top-area h1 img {
  width: 300px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
header .menu-btn {
  display: none;
}
header .menu-btn span,
header .menu-btn span:before,
header .menu-btn span:after {
  display: none;
}
header .menu-btn span:before {
  display: none;
}
header .menu-btn span:after {
  display: none;
}
header #menu-btn-check:checked ~ .menu-btn span {
  display: none;
}
header #menu-btn-check:checked ~ .menu-btn span::before {
  display: none;
}
header #menu-btn-check:checked ~ .menu-btn span::after {
  display: none;
}
header #menu-btn-check {
  display: none;
}
header .menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%; /*rightの値を変更してメニューを画面外へ*/
  z-index: 90;
  background-color: rgba(79, 79, 79, 0.8);
  /* animation-direction: reverse 0.5s; */
  -webkit-transition: reverse 0.5s;
  transition: reverse 0.5s; /* アニメーション設定 */
}
header #menu-btn-check:checked ~ .menu-content {
  right: 0; /*メニューを画面内へ*/
}
header .menu-content ul {
  margin: 0 auto;
  padding: 50px 20px 10px 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(8, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 0px;
}
header .menu-content li {
  border-bottom: solid 1px #ffffff;
  list-style: none;
}
header .menu-content li a {
  display: block;
  width: 100%;
  font-size: 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
  padding: 10px;
  position: relative;
}
header .menu-content li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}
header .menu {
  width: 100%;
  height: 60px;
  padding: 0;
  margin: 0 auto;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(20%, rgb(255, 102, 0)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgb(255, 102, 0) 20% 80%, rgba(255, 255, 255, 0));
  text-align: center;
}
header .menu nav {
  width: 950px;
  height: auto;
  margin: 0 auto;
  padding: 14px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .menu nav li {
  list-style: none;
  list-style-position: inside;
  text-align: center;
  font-weight: bold;
  margin-top: 4px;
}

.breadcrumbs {
  width: 950px;
  height: auto;
  font-size: 12px;
  font-weight: bold;
  margin: 10px auto 0 auto;
  padding: 0;
  text-align: start;
}

/* カルーセルの外枠 */
.carousel {
  width: 950px;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 子要素を横に並べる */
  overflow: hidden; /* はみ出た部分は表示しない */
  margin: 0 auto; /* 水平方向中央寄せ */
}

/* カルーセル内の画像 */
.carousel img {
  margin: 0;
  padding: 0;
  display: block; /* imgタグの改行のすき間を消すため */
}

/* スクロールアニメーションのキーフレーム */
@-webkit-keyframes scroll {
  /* 初期位置は1個目の画像が左端 */
  0% {
    margin-left: 0;
  }
  /* 1個分左の位置に進めて2個目の画像を左端にする */
  20% {
    margin-left: -100%;
  }
  /* 少しの間上と同じ位置 */
  25% {
    margin-left: -100%;
  }
  /* 2個分左の位置に進めて3個目の画像を左端にする */
  45% {
    margin-left: -200%;
  }
  /* 少しの間上と同じ位置 */
  50% {
    margin-left: -200%;
  }
  /* 以降は上と同様に繰り返し */
  70% {
    margin-left: -300%;
  }
  75% {
    margin-left: -300%;
  }
  95% {
    margin-left: -400%;
  }
  100% {
    margin-left: -400%;
  }
}
@keyframes scroll {
  /* 初期位置は1個目の画像が左端 */
  0% {
    margin-left: 0;
  }
  /* 1個分左の位置に進めて2個目の画像を左端にする */
  20% {
    margin-left: -100%;
  }
  /* 少しの間上と同じ位置 */
  25% {
    margin-left: -100%;
  }
  /* 2個分左の位置に進めて3個目の画像を左端にする */
  45% {
    margin-left: -200%;
  }
  /* 少しの間上と同じ位置 */
  50% {
    margin-left: -200%;
  }
  /* 以降は上と同様に繰り返し */
  70% {
    margin-left: -300%;
  }
  75% {
    margin-left: -300%;
  }
  95% {
    margin-left: -400%;
  }
  100% {
    margin-left: -400%;
  }
}
/* カルーセルの子要素にスクロールアニメーションを設定 */
.carousel > :first-child {
  -webkit-animation-name: scroll;
          animation-name: scroll; /* キーフレーム名 */
  -webkit-animation-duration: 42s;
          animation-duration: 42s; /* 再生時間全体は42秒 */
  -webkit-animation-delay: 0s;
          animation-delay: 0s; /* 読込直後から遅延無しで開始 */
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; /* 無限に繰り返す */
}

/* イメージ画像 */
.page__image {
  width: 950px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

/* メイン*/
main {
  width: 950px;
  height: auto;
  margin: 20px auto;
  padding: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
main .main__contents {
  width: 700px;
  height: auto;
  text-align: start;
  margin: 0;
  padding: 0;
}
main .main__contents .onlineshop__image {
  margin: 20px auto;
  padding: 0;
  text-align: center;
}
main .main__contents .index__news {
  width: 700px;
  height: auto;
  text-align: start;
  margin: 0 auto;
  padding: 0;
}
main .main__contents .index__news h4.page__title {
  font-size: 1.2em;
  font-weight: bold;
  margin: 20px auto 0 auto;
  padding: 6px 20px;
  color: #fff;
  background-color: #ff6600;
}
main .main__contents .index__news button {
  color: #fff;
  font-size: 1.25em;
  font-family: "Dela Gothic One", serif;
  font-weight: 400;
  font-style: normal;
  background-color: #ff6600;
  border-radius: 6px;
  margin: 10px 0;
  padding: 12px 48px;
  text-align: center;
}
main .main__contents .index__news ul {
  width: 100%;
  height: auto;
  margin: 20px auto;
  padding: 0;
  text-align: start;
}
main .main__contents .index__news li {
  list-style-type: square;
  list-style-position: inside;
  margin: 4px auto;
  padding: 0;
  text-align: start;
}
main .main__contents .index__news ul.overview__table {
  width: 95%;
  height: auto;
  margin: 0 0 0 20px;
  padding: 0;
  text-align: start;
}
main .main__contents .index__news li.overview__list {
  list-style-type: disc;
  list-style-position: outside;
  margin: 4px auto;
  padding: 0;
  text-align: start;
}
main .main__contents .index__news dl {
  width: 100%;
  height: auto;
  margin: 10px auto 30px auto;
  padding: 0;
  text-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: start;
}
main .main__contents .index__news dt {
  width: 25%;
  margin: 0 auto;
  padding: 4px 20px;
  text-align: start;
  border-top: 1px solid #c1c1c1;
  font-weight: bold;
}
main .main__contents .index__news dt:nth-last-child(2) {
  width: 25%;
  margin: 0 auto;
  padding: 4px 20px;
  text-align: start;
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
  font-weight: bold;
}
main .main__contents .index__news dd {
  width: 75%;
  margin: 0 auto;
  padding: 4px 20px;
  text-align: start;
  border-top: 1px solid #c1c1c1;
  border-left: 1px dotted #c1c1c1;
}
main .main__contents .index__news dd:last-child {
  width: 75%;
  margin: 0 auto;
  padding: 4px 20px;
  text-align: start;
  border-top: 1px solid #c1c1c1;
  border-left: 1px dotted #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
}
main .main__contents .index__news .map {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
main .main__contents .index__news .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main .main__contents .new__car__overview {
  width: 700px;
  height: auto;
  text-align: start;
  margin: 20px auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main .main__contents .new__car__overview .overview__image01, main .main__contents .new__car__overview .overview__image02, main .main__contents .new__car__overview .overview__image03, main .main__contents .new__car__overview .overview__image04 {
  width: 300px;
  height: auto;
  margin: 0 auto;
  padding: 10px;
  text-align: start;
}
main .main__contents .new__car__overview .overview__contents01, main .main__contents .new__car__overview .overview__contents02, main .main__contents .new__car__overview .overview__contents03, main .main__contents .new__car__overview .overview__contents04 {
  width: 400px;
  height: auto;
  margin: 0 auto;
  padding: 10px;
  text-align: start;
}
main .main__contents .used__reason__container01 {
  width: 700px;
  height: auto;
  text-align: start;
  margin: 20px auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main .main__contents .used__reason__container01 .used__reason__image01 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main .main__contents .used__reason__container01 .used__reason__contents01 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 10px;
  text-align: start;
}
main .main__contents .youtube__container {
  width: 100%;
  height: auto;
  margin: 0 auto 20px auto;
  padding: 0;
  text-align: start;
}
main .main__contents .youtube__container p {
  width: 100%;
  aspect-ratio: 16/9;
  text-align: center;
  margin: 20px auto 30px auto;
  padding: 0;
}
main .main__contents .youtube__container iframe {
  width: 100%;
  height: 100%;
}
main .main__contents .complete__opt__container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
main .main__contents .complete__opt__container ul {
  background-color: #5b5b5b;
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 0;
  padding: 10px 0;
  margin-bottom: 20px;
}
main .main__contents .complete__opt__container ul li {
  font-weight: bold;
  color: #fff;
  background-color: #ff6600;
  margin: 10px 6px;
  padding: 6px 10px;
  list-style: none;
  border-radius: 20px;
  text-align: center;
}
main .main__contents .info__container {
  width: 100%;
  height: auto;
  margin: 20px auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}
main .main__contents .service__container {
  width: 100%;
  height: auto;
  margin: 20px auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}
main .main__contents .service__container .service__box {
  text-align: center;
}
main .main__contents .service__container .heading {
  font-weight: bold;
  font-size: 1.15em;
}
main .main__contents .contact__mails {
  width: 700px;
  height: auto;
  text-align: start;
  margin: 0 auto;
  padding: 0;
}
main .main__contents .contact__mails button {
  color: #fff;
  font-size: 1.25em;
  font-family: "Dela Gothic One", serif;
  font-weight: 400;
  font-style: normal;
  background-color: #ff6600;
  border-radius: 6px;
  margin: 10px 0;
  padding: 12px 48px;
  text-align: center;
}
main .main__contents .contact__mails ul {
  width: 100%;
  height: auto;
  margin: 20px auto;
  padding: 0;
  text-align: start;
}
main .main__contents .contact__mails ul li {
  list-style-type: square;
  list-style-position: inside;
  margin: 6px auto;
  padding: 0;
  text-align: start;
  font-weight: bold;
  text-decoration: underline;
}
main .main__contents .contact__mails ul.caution li::marker {
  content: "※ ";
}
main .main__contents .contact__mails dl {
  width: 80%;
  height: auto;
  margin: 30px auto;
  padding: 0;
  text-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: start;
}
main .main__contents .contact__mails dt {
  margin: 0 auto;
  padding: 10px 20px;
  text-align: start;
  font-weight: bold;
}
main .main__contents .contact__mails dd {
  margin: 0 auto;
  padding: 10px 0px;
  text-align: start;
}
main .main__contents .contact__mails dd a {
  font-size: 1.2em;
  font-weight: bold;
  color: #ff6600;
}
main .main__contents .contact__mails h4 {
  margin: 20px auto 10px auto;
  padding: 0;
  text-align: start;
}
main .main__contents .contact__mails .career__support {
  width: 100%;
  height: auto;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
main .main__contents .contact__mails .career__support p a {
  color: #ff6600;
  font-weight: bold;
}
main .main__contents .contact__mails ol {
  list-style: none;
  list-style-position: inside;
  margin-left: 10px;
}
main .main__contents .contact__mails ol li {
  list-style-position: inside;
  list-style-type: decimal;
}
main .main__contents .contact__mails .maildonotreceive {
  font-size: 1.3em;
  font-weight: bold;
  color: #f60;
}
main .main__contents .contact__mails dl.inquiry {
  width: 100%;
  height: auto;
  margin: 20px auto;
  padding: 0;
  text-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main .main__contents .contact__mails dl.inquiry dt {
  width: 25%;
  height: auto;
  text-align: start;
}
main .main__contents .contact__mails dl.inquiry dd {
  width: 75%;
  height: auto;
  text-align: start;
}
main .main__contents .contact__mails dl.inquiry input {
  background-color: #fff;
  padding: 2px 6px;
  text-align: start;
  border: 1px solid #c1c1c1;
}
main .main__contents .contact__mails dl.inquiry .txt15 {
  width: 15%;
}
main .main__contents .contact__mails dl.inquiry .txt50 {
  width: 50%;
}
main .main__contents .contact__mails dl.inquiry .txt70 {
  width: 70%;
}
main .main__contents .contact__mails dl.inquiry .txt100 {
  width: 100%;
}
main .main__contents .contact__mails dl.inquiry textarea {
  width: 100%;
  background-color: #fff;
  padding: 2px 6px;
  text-align: start;
  border: 1px solid #c1c1c1;
}
main .main__contents .contact__mails .submit__button__container {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main .main__contents .contact__mails .reset__button {
  background-color: #c1c1c1;
  color: #212121;
  font-weight: bold;
  margin: 0 10px;
  padding: 4px 20px;
  text-align: start;
  border: 1px solid #c1c1c1;
  border-radius: 4px;
}
main .main__contents .contact__mails .submit__button {
  background-color: #f60;
  color: #fff;
  font-weight: bold;
  margin: 0 10px;
  padding: 4px 20px;
  text-align: start;
  border: 1px solid #f60;
  border-radius: 4px;
}
main .main__contents ul.reason__used {
  width: 100%;
  height: auto;
  margin: 10px auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
main .main__contents ul.reason__used li {
  width: 95%;
  height: auto;
  list-style: none;
  color: #fff;
  font-size: 1.35em;
  font-weight: bold;
  background-color: #f60;
  margin: 6px auto;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
}
main .main__menu {
  width: 200px;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: start;
}
main .main__menu ul {
  margin: 10px 0;
  padding: 0;
  text-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
main .main__menu li {
  list-style: none;
  list-style-position: inside;
  text-align: start;
}
main .main__menu .menu__list {
  list-style: none;
  list-style-position: inside;
  text-align: start;
  margin: 6px 0;
  padding: 10px 0 10px 16px;
  border-left: #f60 solid 6px;
  background-color: #4f4f4f;
  font-weight: bold;
}

.youtube__banner {
  width: 100%;
  height: auto;
  margin: 20px auto;
  padding: 10px 0;
  background-color: #8b8593;
  text-align: center;
}

.report__container {
  width: 950px;
  height: auto;
  text-align: center;
  margin: 20px auto;
  padding: 20px 0;
}
.report__container h2 {
  text-align: start;
}
.report__container .report__contents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(5, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.report__container .report__box {
  width: 90%;
  aspect-ratio: 16/9;
  text-align: center;
  margin-bottom: 20px;
}
.report__container .report__box iframe {
  width: 100%;
  height: 100%;
}

.recommend__container {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 20px auto;
  padding: 20px 0;
  background-color: #666666;
}
.recommend__container h3 {
  width: 950px;
  height: auto;
  text-align: start;
  margin: 0 auto;
  padding: 10px 20px;
}
.recommend__container p {
  width: 950px;
  height: auto;
  text-align: start;
  margin: 20px auto;
  padding: 0;
}
.recommend__container .recommend__box01 {
  width: 950px;
  height: auto;
  text-align: center;
  margin: 0 auto 40px auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recommend__container .recommend__box01 .recommend__box__image {
  width: 300px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.recommend__container .recommend__box01 .recommend__box__text {
  width: 650px;
  height: auto;
  margin: 0 auto;
  padding-left: 20px;
  text-align: start;
}
.recommend__container .recommend__contents {
  width: 950px;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.recommend__container .recommend__contents .recommend__box02 {
  text-align: center;
  margin-bottom: 20px;
  padding: 0;
}
.recommend__container .recommend__contents .recommend__box02 img {
  width: 300px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.recommend__container .recommend__contents .recommend__box02 p {
  width: 300px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.rental__service__tire {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 0;
}
.rental__service__tire .rental__service__items {
  margin: 0 auto;
  padding: 0;
}
.rental__service__tire .rental__service__items table {
  width: 100%;
  height: auto;
  margin: 20px 0 20px 20px;
  padding: 0;
  text-align: center;
  border: #999999 solid 1px;
  border-collapse: collapse;
}
.rental__service__tire .rental__service__items th.member {
  background-color: #ff6600;
  margin: 0 auto;
  padding: 10px 30px;
  text-align: center;
  border: #999999 solid 1px;
  border-collapse: collapse;
}
.rental__service__tire .rental__service__items th.rental__price {
  background-color: #666666;
  margin: 0 auto;
  padding: 10px 30px;
  text-align: center;
  border: #999999 solid 1px;
  border-collapse: collapse;
}
.rental__service__tire .rental__service__items td {
  color: #212121;
  background-color: #ffffff;
  margin: 0 auto;
  padding: 10px 30px;
  text-align: center;
  border: #999999 solid 1px;
  border-collapse: collapse;
}

.rental__service__container {
  width: 950px;
  height: auto;
  margin: 50px auto 30px auto;
  padding: 0;
  text-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.rental__service__container h3 {
  width: 950px;
  height: auto;
  text-align: start;
  margin: 10px auto;
  padding: 10px 20px;
}
.rental__service__container .rental__service__parts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  margin: 30px auto;
  padding: 0;
}
.rental__service__container .rental__parts {
  margin: 0 auto;
  padding: 0;
  text-align: start;
}
.rental__service__container .rental__parts p {
  font-size: 0.9em;
}
.rental__service__container .rental__parts p.parts__name {
  font-size: 1.15em;
  font-weight: bold;
}
.rental__service__container .rental__parts p.parts__name__bottom {
  font-size: 1.15em;
  font-weight: bold;
  padding-bottom: 28px;
}
.rental__service__container .rental__parts img {
  width: 300px;
  height: auto;
}
.rental__service__container ul {
  width: 80%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  text-align: start;
}
.rental__service__container button {
  width: 100%;
  height: auto;
  color: #fff;
  font-size: 1.25em;
  font-family: "Dela Gothic One", serif;
  font-weight: 400;
  font-style: normal;
  background-color: #ff6600;
  border-radius: 6px;
  margin: 20px auto;
  padding: 12px 60px;
  text-align: center;
}

.package__container {
  width: 950px;
  height: auto;
  margin: 40px auto;
  padding: 0;
  text-align: center;
}
.package__container h2 {
  text-align: start;
}
.package__container .taiza__conttainer {
  width: 100%;
  height: auto;
  margin: 20px auto;
  padding: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.package__container .taiza__conttainer .taiza__image {
  width: 390px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  text-align: start;
}
.package__container .taiza__conttainer .taiza__contents {
  width: 540px;
  height: auto;
  margin-left: 20px;
  padding: 0;
  text-align: start;
}
.package__container ul {
  background-color: #5b5b5b;
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 0;
  grid-row-gap: 0;
  padding: 10px 0;
}
.package__container ul li {
  font-weight: bold;
  color: #fff;
  background-color: #ff6600;
  margin: 10px;
  padding: 6px 20px;
  list-style: none;
  border-radius: 20px;
}
.package__container ul.cross__country__option {
  background-color: #5b5b5b;
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 0;
  grid-row-gap: 0;
  padding: 10px 0;
}
.package__container ul.cross__country__option li {
  font-weight: bold;
  color: #fff;
  background-color: #ff6600;
  margin: 10px;
  padding: 6px 20px;
  list-style: none;
  border-radius: 20px;
}
.package__container a {
  color: #fff;
}
.package__container button {
  color: #fff;
  font-size: 1.3em;
  font-family: "Dela Gothic One", serif;
  font-weight: 400;
  font-style: normal;
  background-color: #4a4949;
  border-radius: 6px;
  margin: 20px auto;
  padding: 12px 60px;
  text-align: center;
  border: 2px solid #fff;
}
.package__container .gread__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.package__container .gread__container .gread__containts {
  width: 100%;
  height: auto;
  margin: 10px auto;
  padding: 0;
  text-align: start;
}
.package__container .gread__container .gread__containts h4 {
  background-color: #4f4f4f;
  color: #fff;
  text-align: center;
  padding: 4px 10px;
  margin-bottom: 10px;
}
.package__container .gread__container .gread__containts p {
  text-align: center;
}
.package__container .gread__container .gread__containts .st0 {
  width: 18px;
  height: 18px;
  color: #fff;
  margin-right: 6px;
}
.package__container .gread__container .gread__containts button {
  width: 100%;
  height: auto;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
  font-size: 1.15em;
  font-weight: bold;
  font-style: normal;
  background-color: #c71e1e;
  border-radius: 6px;
  margin: 10px auto;
  padding: 8px 60px;
  text-align: center;
  border: 1px solid #fff;
}

.complete__package__container {
  width: 950px;
  height: auto;
  margin: 40px auto;
  padding: 0;
  text-align: start;
}
.complete__package__container h2 {
  text-align: start;
  margin-bottom: 10px;
}
.complete__package__container ul {
  background-color: #5b5b5b;
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(5, 1fr);
  grid-column-gap: 0;
  grid-row-gap: 0;
  padding: 10px 0;
  margin-bottom: 20px;
}
.complete__package__container ul li {
  font-weight: bold;
  color: #fff;
  background-color: #ff6600;
  margin: 10px 6px;
  padding: 6px 10px;
  list-style: none;
  border-radius: 20px;
  text-align: center;
}
.complete__package__container a {
  color: #fff;
}
.complete__package__container .rmz__overview {
  width: 100%;
  height: auto;
  margin: 20px auto;
  padding: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.complete__package__container .rmz__overview .rmz__overview__image01 {
  width: 390px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  text-align: start;
}
.complete__package__container .rmz__overview .rmz__overview__contents01 {
  width: 540px;
  height: auto;
  margin-left: 20px;
  padding: 0;
  text-align: start;
}
.complete__package__container .gread__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.complete__package__container .gread__container .gread__containts {
  width: 100%;
  height: auto;
  margin: 10px auto;
  padding: 0;
  text-align: start;
}
.complete__package__container .gread__container .gread__containts h4 {
  background-color: #4f4f4f;
  color: #fff;
  text-align: center;
  padding: 4px 10px;
  margin-bottom: 10px;
}
.complete__package__container .gread__container .gread__containts p {
  text-align: center;
}
.complete__package__container .gread__container .gread__containts .st0 {
  width: 18px;
  height: 18px;
  color: #fff;
  margin-right: 6px;
}
.complete__package__container .gread__container .gread__containts button {
  width: 100%;
  height: auto;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
  font-size: 1.15em;
  font-weight: bold;
  font-style: normal;
  background-color: #c71e1e;
  border-radius: 6px;
  margin: 10px auto;
  padding: 8px 60px;
  text-align: center;
  border: 1px solid #fff;
}
.complete__package__container .youtube__movies {
  width: 100%;
  aspect-ratio: 16/9;
  text-align: center;
  margin: 20px auto;
  padding: 0;
}
.complete__package__container .youtube__movies iframe {
  width: 100%;
  height: 100%;
}

.ideal__container {
  width: 950px;
  height: auto;
  margin: 40px auto;
  padding: 0;
  text-align: center;
}
.ideal__container h2 {
  text-align: start;
}
.ideal__container .ideal__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto;
  padding: 10px;
}
.ideal__container .ideal__items {
  width: 100%;
  height: auto;
  text-align: start;
  margin: 20px auto;
  padding: 0 10px;
}
.ideal__container h4 {
  font-size: 1.15em;
  font-weight: bold;
  text-align: start;
  border-bottom: 1px solid #fff;
}

.recommend__container__reason {
  width: 950px;
  height: auto;
  margin: 30px auto;
  padding: 0;
  text-align: center;
}
.recommend__container__reason h2 {
  text-align: start;
  margin: 0 auto;
}
.recommend__container__reason h3 {
  text-align: start;
  margin: 10px auto;
}
.recommend__container__reason .recommend__contents01 {
  width: 950px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto;
  padding: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recommend__container__reason .recommend__text01 {
  width: 600px;
  height: auto;
  margin-right: 20px;
  padding: 0;
  text-align: start;
}
.recommend__container__reason .recommend__image01 {
  width: 300px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  text-align: start;
}
.recommend__container__reason .recommend__contents02 {
  width: 950px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto;
  padding: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recommend__container__reason .recommend__text02 {
  width: 600px;
  height: auto;
  margin-left: 20px;
  padding: 0;
  text-align: start;
}
.recommend__container__reason .recommend__image02 {
  width: 300px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  text-align: start;
}

.used__reason__container00 {
  width: 950px;
  height: auto;
  margin: 0 auto 30px auto;
  padding: 0;
  text-align: start;
}
.used__reason__container00 h2 {
  text-align: start;
  margin: 0 auto;
}
.used__reason__container00 h3 {
  text-align: start;
  margin: 20px auto;
}
.used__reason__container00 p {
  width: 100%;
  height: auto;
  text-align: start;
  margin: 10px auto;
  padding: 10px;
}
.used__reason__container00 .used__reason__container02 {
  width: 950px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto;
  padding: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.used__reason__container00 .used__reason__text02 {
  width: 450px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  text-align: start;
}
.used__reason__container00 .used__reason__image02 {
  width: 450px;
  height: auto;
  margin-right: 20px;
  padding: 0;
  text-align: start;
}
.used__reason__container00 .used__reason__container03 {
  width: 950px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto;
  padding: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.used__reason__container00 .used__reason__text03 {
  width: 450px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  text-align: start;
}
.used__reason__container00 .used__reason__image03 {
  width: 450px;
  height: auto;
  margin-left: 20px;
  padding: 0;
  text-align: start;
}

.point__container {
  width: 950px;
  height: auto;
  margin: 30px auto;
  padding: 0;
  text-align: start;
}
.point__container h2 {
  text-align: start;
  margin: 0 auto;
}
.point__container h3 {
  text-align: start;
  margin: 20px auto;
}
.point__container .point__q__contents {
  width: 700px;
  height: auto;
  margin: 20px 250px 20px 0px;
  padding: 20px;
  border-radius: 16px;
  color: #fff;
  background-color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: start;
}
.point__container .point__q__contents .point__q__h {
  width: 60px;
  height: auto;
  margin: 0 auto;
  padding-right: 20px;
}
.point__container .point__q__contents .point__q__h .st0 {
  width: 60px;
  width: 60px;
  fill: #fff;
}
.point__container .point__q__contents .point__q__text {
  width: 560px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  font-size: 1.2em;
}
.point__container .point__a__contents {
  width: 700px;
  height: auto;
  margin: 20px 0px 40px 250px;
  padding: 20px;
  border-radius: 16px;
  color: #fff;
  background-color: #ff6600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: start;
}
.point__container .point__a__contents .point__a__h {
  width: 60px;
  height: auto;
  margin: 0 auto;
  padding-right: 20px;
}
.point__container .point__a__contents .point__a__h .st0 {
  width: 60px;
  width: 60px;
  fill: #fff;
}
.point__container .point__a__contents .point__a__text {
  width: 560px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  font-size: 1.2em;
}

.used__contact__container {
  width: 950px;
  height: auto;
  margin: 30px auto;
  padding: 10px 20px;
  border: 1px solid #fff;
  border-radius: 20px;
  text-align: center;
}
.used__contact__container h2 {
  text-align: center;
}
.used__contact__container p {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 10px auto;
  padding: 10px;
}
.used__contact__container button {
  width: 100%;
  height: auto;
  color: #fff;
  font-size: 1.25em;
  font-family: "Dela Gothic One", serif;
  font-weight: 400;
  font-style: normal;
  background-color: #ff6600;
  border-radius: 6px;
  margin: 20px auto;
  padding: 12px 60px;
  text-align: center;
}
.used__contact__container h4 {
  font-size: 1.35em;
  margin-top: 30px;
}
.used__contact__container ul {
  width: 85%;
  margin: 10px auto;
  padding: 0 10px;
  text-align: start;
}
.used__contact__container li {
  list-style-position: outside;
}
.used__contact__container .contact__tel {
  font-size: 2em;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

.contact__contauner {
  width: 950px;
  height: auto;
  margin: 30px auto;
  padding: 20px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 20px;
}
.contact__contauner .contact__tel {
  font-size: 2em;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
.contact__contauner .contact__mail {
  color: #ff6600;
  font-size: 1.15em;
  font-weight: bold;
  text-decoration: none;
}

.sub__contants__container {
  width: 950px;
  height: auto;
  margin: 20px auto 30px auto;
  padding: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  /* スワイプ案内テキスト */
  /* スワイプアニメーション */
  /* 横スクロール可能なコンテナ */
}
.sub__contants__container h2 {
  width: 100%;
  text-align: start;
  margin-bottom: 20px;
}
.sub__contants__container p {
  text-align: start;
  margin: 20px auto;
  padding: 0 10px;
}
.sub__contants__container .price {
  font-size: 1.8em;
  font-weight: bold;
}
.sub__contants__container h3 {
  width: 100%;
  text-align: start;
  margin-top: 20px;
}
.sub__contants__container h4 {
  width: 100%;
  text-align: start;
  margin: 20px auto 10px auto;
  padding: 0;
}
.sub__contants__container h4.brand {
  background-color: #4f4f4f;
  color: #fff;
  text-align: start;
  padding: 4px 10px;
}
.sub__contants__container ul.cross__country__option {
  background-color: #5b5b5b;
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0;
  grid-row-gap: 0;
  padding: 10px 0;
  margin-bottom: 20px;
}
.sub__contants__container ul.cross__country__option li {
  font-weight: bold;
  color: #fff;
  background-color: #ff6600;
  margin: 10px;
  padding: 6px 20px;
  list-style: none;
  border-radius: 20px;
}
.sub__contants__container .equipment__container {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.sub__contants__container .equipment__container .equipment__container {
  width: 230px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.sub__contants__container .equipment__container p {
  text-align: center;
}
.sub__contants__container .gread__container {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.sub__contants__container .gread__container .gread__containts {
  width: 100%;
  height: auto;
  margin: 10px auto;
  padding: 0;
  text-align: start;
}
.sub__contants__container .gread__container .gread__containts h4 {
  background-color: #4f4f4f;
  color: #fff;
  text-align: center;
  padding: 4px 10px;
  margin-bottom: 10px;
}
.sub__contants__container .gread__container .gread__containts p {
  text-align: center;
}
.sub__contants__container .gread__container .gread__containts .st0 {
  width: 18px;
  height: 18px;
  color: #fff;
  margin-right: 6px;
}
.sub__contants__container .gread__container .gread__containts button {
  width: 100%;
  height: auto;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
  font-size: 1.15em;
  font-weight: bold;
  font-style: normal;
  background-color: #c71e1e;
  border-radius: 6px;
  margin: 0 auto;
  padding: 8px 60px;
  text-align: center;
  border: 1px solid #fff;
}
.sub__contants__container .youtube__movies {
  width: 100%;
  aspect-ratio: 16/9;
  text-align: center;
  margin-bottom: 20px;
}
.sub__contants__container .youtube__movies iframe {
  width: 100%;
  height: 100%;
}
.sub__contants__container .swipe-text {
  text-align: center;
  font-size: 16px;
  color: #fff;
  padding: 0;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  max-width: 300px;
  margin: 10px auto;
  -webkit-animation: swipeHint 1.5s infinite alternate;
          animation: swipeHint 1.5s infinite alternate;
  display: none; /* デフォルトは非表示 */
}
@-webkit-keyframes swipeHint {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
@keyframes swipeHint {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
.sub__contants__container .swipe-container {
  overflow-x: hidden;
  white-space: nowrap;
  width: 100%;
  padding: 0;
  /* 横に大きなコンテンツ */
}
.sub__contants__container .swipe-container .content {
  min-width: 100%; /* コンテンツが広いことを想定 */
  display: inline-block;
}

footer {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 20px 0;
  background-color: #4a4949;
  font-size: 14px;
}
footer .f__menu {
  width: 950px;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin: 10px auto 30px auto;
  padding: 0;
  text-align: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
footer .f__menu ul {
  margin: 0 auto;
  padding: 0;
  text-align: start;
}
footer .f__menu li {
  text-align: start;
  list-style: none;
  list-style-position: inside;
  margin: 0 auto;
  padding: 0 0 6px 0;
}
footer .f__menu li a {
  text-decoration: underline;
  text-align: start;
}

/* w768px以下のCSS */
@media screen and (max-width: 768px) {
  /* ページ共通 */
  html {
    background-image: none;
  }
  /* ヘッダー */
  header {
    width: 100vw;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    /* ハンバーガーメニュー */
    /* ハンバーガーメニュー本体 */
  }
  header .top-area {
    width: 100vw;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: #ff6600 2px solid;
  }
  header .top-area h1 img {
    width: 240px;
    height: auto;
    margin: 10px auto 0 auto;
    padding: 0px;
  }
  header .menu-btn {
    position: fixed;
    top: 0px;
    right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    width: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 99;
    background-color: #212121;
  }
  header .menu-btn span,
  header .menu-btn span:before,
  header .menu-btn span:after {
    content: "";
    display: block;
    height: 3px;
    width: 20px;
    border-radius: 2px;
    background-color: #ffffff;
    position: absolute;
  }
  header .menu-btn span:before {
    bottom: 8px;
  }
  header .menu-btn span:after {
    top: 8px;
  }
  header #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
  }
  header #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  header #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  header #menu-btn-check {
    display: none;
  }
  header .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 100%; /*rightの値を変更してメニューを画面外へ*/
    z-index: 90;
    background-color: rgba(79, 79, 79, 0.8);
    /* animation-direction: reverse 0.5s; */
    -webkit-transition: reverse 0.5s;
    transition: reverse 0.5s; /* アニメーション設定 */
  }
  header #menu-btn-check:checked ~ .menu-content {
    right: 0; /*メニューを画面内へ*/
  }
  header .menu-content ul {
    margin: 0 auto;
    padding: 50px 20px 10px 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(8, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 0px;
  }
  header .menu-content li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
  }
  header .menu-content li a {
    display: block;
    width: 100%;
    font-size: 13px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #ffffff;
    text-decoration: none;
    padding: 10px;
    position: relative;
  }
  header .menu-content li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
  }
  header .menu {
    display: none;
  }
  header nav {
    display: none;
  }
  header nav li {
    display: none;
  }
  .breadcrumbs {
    width: 100%;
    height: auto;
    font-size: 10px;
    font-weight: bold;
    margin: 4px auto 0 auto;
    padding: 0 10px;
    text-align: start;
  }
  /* カルーセルの外枠 */
  .carousel {
    width: 100vw;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; /* 子要素を横に並べる */
    overflow: hidden; /* はみ出た部分は表示しない */
    margin: 0 auto; /* 水平方向中央寄せ */
  }
  /* カルーセル内の画像 */
  .carousel img {
    margin: 0;
    padding: 0;
    display: block; /* imgタグの改行のすき間を消すため */
  }
  /* スクロールアニメーションのキーフレーム */
  @-webkit-keyframes scroll {
    /* 初期位置は1個目の画像が左端 */
    0% {
      margin-left: 0;
    }
    /* 1個分左の位置に進めて2個目の画像を左端にする */
    20% {
      margin-left: -100%;
    }
    /* 少しの間上と同じ位置 */
    25% {
      margin-left: -100%;
    }
    /* 2個分左の位置に進めて3個目の画像を左端にする */
    45% {
      margin-left: -200%;
    }
    /* 少しの間上と同じ位置 */
    50% {
      margin-left: -200%;
    }
    /* 以降は上と同様に繰り返し */
    70% {
      margin-left: -300%;
    }
    75% {
      margin-left: -300%;
    }
    95% {
      margin-left: -400%;
    }
    100% {
      margin-left: -400%;
    }
  }
  @keyframes scroll {
    /* 初期位置は1個目の画像が左端 */
    0% {
      margin-left: 0;
    }
    /* 1個分左の位置に進めて2個目の画像を左端にする */
    20% {
      margin-left: -100%;
    }
    /* 少しの間上と同じ位置 */
    25% {
      margin-left: -100%;
    }
    /* 2個分左の位置に進めて3個目の画像を左端にする */
    45% {
      margin-left: -200%;
    }
    /* 少しの間上と同じ位置 */
    50% {
      margin-left: -200%;
    }
    /* 以降は上と同様に繰り返し */
    70% {
      margin-left: -300%;
    }
    75% {
      margin-left: -300%;
    }
    95% {
      margin-left: -400%;
    }
    100% {
      margin-left: -400%;
    }
  }
  /* カルーセルの子要素にスクロールアニメーションを設定 */
  .carousel > :first-child {
    -webkit-animation-name: scroll;
            animation-name: scroll; /* キーフレーム名 */
    -webkit-animation-duration: 25s;
            animation-duration: 25s; /* 再生時間全体は20秒 */
    -webkit-animation-delay: 0s;
            animation-delay: 0s; /* 読込直後から遅延無しで開始 */
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; /* 無限に繰り返す */
  }
  /* イメージ画像 */
  .page__image {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }
  /* メイン*/
  main {
    width: 100vw;
    height: auto;
    margin: 10px auto 0 auto;
    padding: 0 10px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  main .main__contents {
    width: 100%;
    height: auto;
    text-align: start;
    margin: 0 auto;
    padding: 0;
  }
  main .main__contents .onlineshop__image {
    margin: 10px auto;
    padding: 0;
    text-align: center;
  }
  main .main__contents .index__news {
    width: 100%;
    height: auto;
    margin: 10px auto;
    padding: 0;
    text-align: start;
  }
  main .main__contents .index__news button {
    width: 100%;
  }
  main .main__contents .index__news .normal__member {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 10px;
    text-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main .main__contents .index__news .normal__member .card__image {
    text-align: center;
  }
  main .main__contents .index__news .premium__member {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 20px;
    text-align: start;
    background-color: #463c32;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main .main__contents .index__news .premium__member .card__image {
    text-align: center;
  }
  main .main__contents .index__news ol.about__point {
    width: 90%;
    height: auto;
    margin: 10px auto;
    padding: 0;
  }
  main .main__contents .index__news ol.about__point li {
    list-style-position: inside;
  }
  main .main__contents .index__news ul.about__point__outline {
    width: 90%;
    margin-left: 30px;
  }
  main .main__contents .index__news ul.about__point__outline li {
    list-style: disc;
    list-style-position: inside;
  }
  main .main__contents .index__news ul.about__point__outline .no__list__style {
    list-style: none;
    padding-left: 20px;
  }
  main .main__contents .new__car__overview {
    width: 100%;
    height: auto;
    text-align: start;
    margin: 10px auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main .main__contents .new__car__overview .overview__image01 {
    width: 95%;
    height: auto;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  main .main__contents .new__car__overview .overview__contents01 {
    width: 95%;
    height: auto;
    margin: 0 auto;
    padding: 10px;
    text-align: start;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  main .main__contents .new__car__overview .overview__image02 {
    width: 95%;
    height: auto;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  main .main__contents .new__car__overview .overview__contents02 {
    width: 95%;
    height: auto;
    margin: 0 auto;
    padding: 10px;
    text-align: start;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  main .main__contents .new__car__overview .overview__image03 {
    width: 95%;
    height: auto;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  main .main__contents .new__car__overview .overview__contents03 {
    width: 95%;
    height: auto;
    margin: 0 auto;
    padding: 10px;
    text-align: start;
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  main .main__contents .new__car__overview .overview__image04 {
    width: 95%;
    height: auto;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  main .main__contents .new__car__overview .overview__contents04 {
    width: 95%;
    height: auto;
    margin: 0 auto;
    padding: 10px;
    text-align: start;
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  main .main__contents .used__reason__container01 {
    width: 100%;
    height: auto;
    text-align: start;
    margin: 10px auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main .main__contents .used__reason__container01 .used__reason__image01 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main .main__contents .used__reason__container01 .used__reason__contents01 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: start;
  }
  main .main__contents .youtube__container {
    width: 100%;
    height: auto;
    margin: 10px auto;
    padding: 0;
    text-align: start;
  }
  main .main__contents .youtube__container p {
    width: 100%;
    aspect-ratio: 16/9;
    text-align: center;
    margin-bottom: 20px;
  }
  main .main__contents .complete__opt__container {
    width: 98%;
    margin: 0 auto;
    padding: 0;
  }
  main .main__contents .complete__opt__container ul {
    background-color: #5b5b5b;
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(10, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 0;
    padding: 6px 0;
    margin-bottom: 10px;
  }
  main .main__contents .complete__opt__container ul li {
    font-weight: bold;
    color: #fff;
    background-color: #ff6600;
    margin: 6px;
    padding: 2px 6px;
    list-style: none;
    border-radius: 10px;
    text-align: center;
  }
  main .main__contents .complete__gread__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    padding: 0;
  }
  main .main__contents .complete__gread__container .complete__gread__containts {
    width: 98%;
    height: auto;
    margin: 10px auto;
    padding: 0;
    text-align: start;
  }
  main .main__contents .complete__gread__container .complete__gread__containts h4 {
    background-color: #4f4f4f;
    color: #fff;
    text-align: center;
    padding: 4px;
    margin-bottom: 6px;
  }
  main .main__contents .complete__gread__container .complete__gread__containts p {
    text-align: center;
  }
  main .main__contents .complete__gread__container .complete__gread__containts .st0 {
    width: 16px;
    height: 16px;
    color: #fff;
    margin-right: 6px;
  }
  main .main__contents .complete__gread__container .complete__gread__containts button {
    width: 100%;
    height: auto;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #fff;
    font-size: 1.15em;
    font-weight: bold;
    font-style: normal;
    background-color: #c71e1e;
    border-radius: 6px;
    margin: 6px auto;
    padding: 4px 30px;
    text-align: center;
    border: 1px solid #fff;
  }
  main .main__contents .info__container {
    width: 100%;
    height: auto;
    margin: 10px auto;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }
  main .main__contents .service__container {
    width: 100%;
    height: auto;
    margin: 10px auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main .main__contents .service__container .service__box {
    text-align: center;
  }
  main .main__contents .service__container .heading {
    font-weight: bold;
    font-size: 1.15em;
  }
  main .main__contents .contact__mails {
    width: 100%;
    height: auto;
    text-align: start;
    margin: 0 auto;
    padding: 0;
  }
  main .main__contents .contact__mails button {
    color: #fff;
    font-size: 1.25em;
    font-family: "Dela Gothic One", serif;
    font-weight: 400;
    font-style: normal;
    background-color: #ff6600;
    border-radius: 6px;
    margin: 10px 0;
    padding: 12px 48px;
    text-align: center;
  }
  main .main__contents .contact__mails dt {
    margin: 0 auto;
    padding: 4px 0;
    text-align: start;
    font-weight: bold;
  }
  main .main__contents .contact__mails dd {
    margin: 0 auto;
    padding: 0;
    text-align: start;
  }
  main .main__contents .contact__mails input.txt50 {
    width: 50%;
  }
  main .main__contents .contact__mails h4 {
    margin: 20px auto 10px auto;
    padding: 0;
    text-align: start;
  }
  main .main__contents .contact__mails .career__support {
    width: 100%;
    height: auto;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }
  main .main__contents .contact__mails .career__support p a {
    color: #ff6600;
    font-weight: bold;
  }
  main .main__contents .contact__mails dl.inquiry {
    width: 100%;
    height: auto;
    margin: 10px auto;
    padding: 0;
    text-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main .main__contents .contact__mails dl.inquiry dt {
    width: 100%;
    text-align: start;
    margin-top: 10px;
  }
  main .main__contents .contact__mails dl.inquiry dd {
    width: 100%;
    text-align: start;
    margin-bottom: 10px;
  }
  main .main__contents .contact__mails dl.inquiry input {
    background-color: #fff;
    padding: 2px;
    text-align: start;
    border: 1px solid #c1c1c1;
  }
  main .main__contents .contact__mails dl.inquiry .txt15 {
    width: 20%;
  }
  main .main__contents .contact__mails dl.inquiry .txt50, main .main__contents .contact__mails dl.inquiry .txt70, main .main__contents .contact__mails dl.inquiry .txt100 {
    width: 100%;
  }
  main .main__contents .contact__mails dl.inquiry textarea {
    width: 100%;
    background-color: #fff;
    padding: 2px;
    text-align: start;
    border: 1px solid #c1c1c1;
  }
  main .main__contents .contact__mails .submit__button__container {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main .main__contents .contact__mails .reset__button {
    background-color: #c1c1c1;
    color: #212121;
    font-weight: bold;
    margin: 0 10px;
    padding: 4px 20px;
    text-align: start;
    border: 1px solid #c1c1c1;
    border-radius: 4px;
  }
  main .main__contents .contact__mails .submit__button {
    background-color: #f60;
    color: #fff;
    font-weight: bold;
    margin: 0 10px;
    padding: 4px 20px;
    text-align: start;
    border: 1px solid #f60;
    border-radius: 4px;
  }
  main .main__menu {
    display: none;
  }
  .report__container {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 10px auto;
    padding: 0 10px;
  }
  .report__container .report__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    padding: 0;
  }
  .report__container .report__box {
    width: 100%;
    aspect-ratio: 16/9;
    text-align: center;
    margin-bottom: 30px;
  }
  .recommend__container {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 10px auto;
    padding: 10px;
    background-color: #666666;
  }
  .recommend__container h3 {
    width: 100%;
    height: auto;
    text-align: start;
    margin: 0 auto;
    padding: 6px 10px;
  }
  .recommend__container p {
    width: 100%;
    height: auto;
    text-align: start;
    margin: 10px auto;
    padding: 0;
  }
  .recommend__container .recommend__box01 {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto 20px auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .recommend__container .recommend__box01 .recommend__box__image {
    width: 150px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  .recommend__container .recommend__box01 .recommend__box__text {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  .recommend__container .recommend__contents {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
    margin: 0 auto;
    padding: 0;
  }
  .recommend__container .recommend__contents .recommend__box02 {
    text-align: center;
    margin-bottom: 10px;
    padding: 0;
  }
  .recommend__container .recommend__contents .recommend__box02 img {
    width: 120px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  .recommend__container .recommend__contents .recommend__box02 p {
    width: 120px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  .rental__service__tire {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  .rental__service__tire .rental__service__items {
    margin: 0 auto;
    padding: 0;
  }
  .rental__service__tire .rental__service__items table {
    width: 90%;
    height: auto;
    margin: 10px auto;
    padding: 0;
    text-align: center;
    border: #999999 solid 1px;
    border-collapse: collapse;
  }
  .rental__service__tire .rental__service__items th.member {
    background-color: #ff6600;
    margin: 0 auto;
    padding: 4px 10px;
    text-align: center;
    border: #999999 solid 1px;
    border-collapse: collapse;
  }
  .rental__service__tire .rental__service__items th.rental__price {
    background-color: #666666;
    margin: 0 auto;
    padding: 4px 10px;
    text-align: center;
    border: #999999 solid 1px;
    border-collapse: collapse;
  }
  .rental__service__tire .rental__service__items td {
    color: #212121;
    background-color: #ffffff;
    margin: 0 auto;
    padding: 4px 10px;
    text-align: center;
    border: #999999 solid 1px;
    border-collapse: collapse;
  }
  .rental__service__container {
    width: 100%;
    height: auto;
    margin: 20px auto;
    padding: 10px;
    text-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .rental__service__container h3 {
    width: 100%;
    height: auto;
    text-align: start;
    margin: 0 auto;
    padding: 6px 10px;
  }
  .rental__service__container .rental__service__parts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 10px auto;
    padding: 0;
  }
  .rental__service__container .rental__parts {
    margin: 0 auto;
    padding: 10px;
    text-align: start;
  }
  .rental__service__container .rental__parts p.parts__name__bottom {
    padding-bottom: 0px;
  }
  .rental__service__container .rental__parts img {
    width: 90%;
    height: auto;
  }
  .rental__service__container ul {
    width: 80%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: start;
  }
  .rental__service__container button {
    color: #fff;
    font-size: 1.25em;
    font-family: "Dela Gothic One", serif;
    font-weight: 400;
    font-style: normal;
    background-color: #ff6600;
    border-radius: 6px;
    margin: 20px;
    padding: 12px 60px;
    text-align: center;
  }
  .recommend__container__reason {
    width: 100%;
    height: auto;
    margin: 12px auto;
    padding: 10px;
    text-align: center;
  }
  .recommend__container__reason h2 {
    text-align: start;
    margin: 0 auto;
  }
  .recommend__container__reason h3 {
    text-align: start;
    margin: 6px auto;
  }
  .recommend__container__reason .recommend__contents01 {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 auto;
    padding: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .recommend__container__reason .recommend__text01 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: start;
  }
  .recommend__container__reason .recommend__image01 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  .recommend__container__reason .recommend__contents02 {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 auto;
    padding: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .recommend__container__reason .recommend__text02 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: start;
  }
  .recommend__container__reason .recommend__image02 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  .used__reason__container00 {
    width: 100%;
    height: auto;
    margin: 12px auto;
    padding: 10px;
    text-align: center;
  }
  .used__reason__container00 h2 {
    text-align: start;
    margin: 0 auto;
  }
  .used__reason__container00 h3 {
    text-align: start;
    margin: 10px auto;
  }
  .used__reason__container00 p {
    width: 100%;
    height: auto;
    text-align: start;
    margin: 0 auto;
    padding: 0;
  }
  .used__reason__container00 .used__reason__container02 {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .used__reason__container00 .used__reason__container02 .used__reason__image02 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }
  .used__reason__container00 .used__reason__container02 .used__reason__text02 {
    width: 100%;
    padding: 0 10px;
  }
  .used__reason__container00 .used__reason__container03 {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 0 auto;
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .used__reason__container00 .used__reason__container03 .used__reason__image03 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }
  .used__reason__container00 .used__reason__container03 .used__reason__text03 {
    width: 100%;
    padding: 0 10px;
  }
  .point__container {
    width: 100%;
    height: auto;
    margin: 14px auto;
    padding: 0 10px;
    text-align: start;
  }
  .point__container h2 {
    text-align: start;
    margin: 0 auto;
  }
  .point__container h3 {
    text-align: start;
    margin: 10px auto;
  }
  .point__container .point__q__contents {
    width: 100%;
    height: auto;
    margin: 10px auto;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    background-color: #666666;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: start;
  }
  .point__container .point__q__contents .point__q__h {
    width: 36px;
    height: auto;
  }
  .point__container .point__q__contents .point__q__h .st0 {
    width: 36px;
    height: auto;
    fill: #fff;
  }
  .point__container .point__q__contents .point__q__text {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    font-size: 1.2em;
  }
  .point__container .point__a__contents {
    width: 100%;
    height: auto;
    margin: 10px auto 24px auto;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    background-color: #ff6600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: start;
  }
  .point__container .point__a__contents .point__a__h {
    width: 36px;
    height: auto;
    margin: 0 auto;
  }
  .point__container .point__a__contents .point__a__h .st0 {
    width: 36px;
    height: auto;
    fill: #fff;
  }
  .point__container .point__a__contents .point__a__text {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    font-size: 1.2em;
  }
  .used__contact__container {
    width: 95%;
    height: auto;
    margin: 10px;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 16px;
    text-align: center;
  }
  .used__contact__container h2 {
    text-align: center;
  }
  .used__contact__container h4 {
    font-size: 1.35em;
    margin-top: 16px;
  }
  .used__contact__container ul {
    width: 85%;
    margin: 10px auto;
    padding: 0 10px;
    text-align: start;
  }
  .used__contact__container li {
    list-style-position: outside;
  }
  .used__contact__container .contact__tel {
    font-size: 1.6em;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
  }
  .contact__contauner {
    width: 95%;
    height: auto;
    margin: 20px 10px 30px 10px;
    padding: 10px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 12px;
  }
  .contact__contauner .contact__tel {
    font-size: 1.65em;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
  }
  .contact__contauner .contact__mail {
    color: #ff6600;
    font-size: 1.15em;
    font-weight: bold;
    text-decoration: none;
  }
  .package__container {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 10px auto;
    padding: 0 10px;
  }
  .package__container h2 {
    text-align: start;
  }
  .package__container .taiza__conttainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    margin: 10px auto;
    padding: 0;
  }
  .package__container .taiza__conttainer .taiza__image {
    width: 95%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  .package__container .taiza__conttainer .taiza__contents {
    width: 95%;
    height: auto;
    margin: 0 auto;
    padding: 6px 0 10px 0;
    text-align: start;
  }
  .package__container ul {
    background-color: #5b5b5b;
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(8, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 0;
    padding: 10px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .package__container ul li {
    font-size: 0.9em;
    font-weight: bold;
    color: #fff;
    background-color: #ff6600;
    margin: 10px;
    padding: 6px;
    list-style: none;
    border-radius: 14px;
  }
  .package__container ul.cross__country__option {
    background-color: #5b5b5b;
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(6, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 0;
    padding: 10px 0;
  }
  .package__container ul.cross__country__option li {
    font-size: 0.9em;
    font-weight: bold;
    color: #fff;
    background-color: #ff6600;
    margin: 10px;
    padding: 6px;
    list-style: none;
    border-radius: 14px;
  }
  .package__container a {
    color: #fff;
  }
  .package__container button {
    color: #fff;
    font-size: 1.3em;
    font-family: "Dela Gothic One", serif;
    font-weight: 400;
    font-style: normal;
    background-color: #4a4949;
    border-radius: 6px;
    margin: 20px auto;
    padding: 12px 20px;
    text-align: center;
    border: 2px solid #fff;
  }
  .package__container .gread__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    padding: 0;
  }
  .package__container .gread__container .gread__containts {
    width: 98%;
    height: auto;
    margin: 10px auto;
    padding: 0 10px;
    text-align: start;
  }
  .package__container .gread__container .gread__containts h4 {
    background-color: #4f4f4f;
    color: #fff;
    text-align: start;
    padding: 4px 10px;
    margin-bottom: 6px;
  }
  .package__container .gread__container .gread__containts .st0 {
    width: 16px;
    height: 16px;
    color: #fff;
    margin-right: 6px;
  }
  .package__container .gread__container .gread__containts button {
    width: 100%;
    height: auto;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #fff;
    font-size: 1.15em;
    font-weight: bold;
    font-style: normal;
    background-color: #c71e1e;
    border-radius: 6px;
    margin: 10px auto;
    padding: 8px 60px;
    text-align: center;
    border: 1px solid #fff;
  }
  .complete__package__container {
    width: 100%;
    height: auto;
    margin: 20px auto;
    padding: 10px;
    text-align: start;
  }
  .complete__package__container p {
    margin: 0 auto;
    padding: 0;
  }
  .complete__package__container h2 {
    text-align: start;
    margin-bottom: 10px;
  }
  .complete__package__container ul {
    background-color: #5b5b5b;
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(10, 1fr);
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    padding: 0;
    margin-bottom: 6px;
  }
  .complete__package__container ul li {
    font-weight: bold;
    color: #fff;
    background-color: #ff6600;
    margin: 10px 6px;
    padding: 6px 10px;
    list-style: none;
    border-radius: 20px;
    text-align: center;
  }
  .complete__package__container a {
    color: #fff;
  }
  .complete__package__container .rmz__overview {
    width: 98%;
    height: auto;
    margin: 6px auto;
    padding: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .complete__package__container .rmz__overview .rmz__overview__image01 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 6px;
    text-align: start;
  }
  .complete__package__container .rmz__overview .rmz__overview__contents01 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 10px;
    text-align: start;
  }
  .complete__package__container .gread__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 6px auto;
    padding: 0;
  }
  .complete__package__container .gread__container .gread__containts {
    width: 100%;
    height: auto;
    margin: 4px auto;
    padding: 6px;
    text-align: start;
  }
  .complete__package__container .gread__container .gread__containts h4 {
    background-color: #4f4f4f;
    color: #fff;
    text-align: center;
    padding: 2px 6px;
    margin-bottom: 6px;
  }
  .complete__package__container .gread__container .gread__containts p {
    text-align: center;
  }
  .complete__package__container .gread__container .gread__containts .st0 {
    width: 16px;
    height: 16px;
    color: #fff;
    margin-right: 6px;
  }
  .complete__package__container .gread__container .gread__containts button {
    width: 100%;
    height: auto;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #fff;
    font-size: 1.15em;
    font-weight: bold;
    font-style: normal;
    background-color: #c71e1e;
    border-radius: 6px;
    margin: 10px auto;
    padding: 8px 60px;
    text-align: center;
    border: 1px solid #fff;
  }
  .complete__package__container .youtube__movies {
    width: 100%;
    aspect-ratio: 16/9;
    text-align: center;
    margin: 20px auto;
    padding: 0;
  }
  .complete__package__container .youtube__movies iframe {
    width: 100%;
    height: 100%;
  }
  .ideal__container {
    width: 100%;
    height: auto;
    text-align: start;
    margin: 0 auto;
    padding: 0 10px;
  }
  .ideal__container h2 {
    text-align: start;
  }
  .ideal__container .ideal__contents {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 auto;
    padding: 10px;
  }
  .ideal__container .ideal__items {
    width: 95%;
    height: auto;
    text-align: start;
    margin: 20px auto;
    padding: 0 10px;
  }
  .sub__contants__container {
    width: 100%;
    height: auto;
    margin: 10px auto 0 auto;
    padding: 0 10px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    /* スワイプ案内テキスト */
    /* スワイプアニメーション */
    /* 横スクロール可能なコンテナ */
  }
  .sub__contants__container h2 {
    width: 100%;
    text-align: start;
    margin-bottom: 20px;
  }
  .sub__contants__container p {
    text-align: start;
    margin: 20px auto;
    padding: 0 10px;
  }
  .sub__contants__container .price {
    font-size: 1.8em;
    font-weight: bold;
  }
  .sub__contants__container h3 {
    width: 100%;
    text-align: start;
    margin-top: 20px;
  }
  .sub__contants__container h4 {
    width: 100%;
    text-align: start;
    margin: 20px auto 10px auto;
    padding: 0;
  }
  .sub__contants__container h4.brand {
    background-color: #4f4f4f;
    color: #fff;
    text-align: start;
    padding: 4px 10px;
  }
  .sub__contants__container ul.cross__country__option {
    background-color: #5b5b5b;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 0;
    margin-bottom: 20px;
  }
  .sub__contants__container ul.cross__country__option li {
    font-weight: bold;
    color: #fff;
    background-color: #ff6600;
    margin: 10px;
    padding: 6px 20px;
    list-style: none;
    border-radius: 20px;
    width: 90%;
    height: auto;
  }
  .sub__contants__container .equipment__container {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sub__contants__container .equipment__container .equipment__container {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  .sub__contants__container .gread__container {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto 20px auto;
    padding: 0;
  }
  .sub__contants__container .gread__container .gread__containts {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: start;
  }
  .sub__contants__container .youtube__movies {
    width: 100%;
    aspect-ratio: 16/9;
    text-align: center;
    margin-bottom: 20px;
  }
  .sub__contants__container .youtube__movies iframe {
    width: 100%;
    height: 100%;
  }
  .sub__contants__container .swipe-text {
    display: block; /* 768px以下で表示 */
  }
  @-webkit-keyframes swipeHint {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(10px);
              transform: translateX(10px);
    }
  }
  @keyframes swipeHint {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(10px);
              transform: translateX(10px);
    }
  }
  .sub__contants__container .swipe-container {
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
    padding: 0x;
  }
  footer {
    width: 100%;
    height: auto;
    margin: 20px auto 0 auto;
    padding: 10px;
    background-color: #4a4949;
    font-size: 12px;
  }
  footer .f__menu {
    width: 100%;
    height: auto;
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 4px auto 12px auto;
    padding: 0;
    text-align: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  footer .f__menu ul {
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  footer .f__menu li {
    text-align: center;
    list-style: none;
    list-style-position: inside;
    margin: 0 auto;
    padding: 0 0 6px 0;
  }
  footer .f__menu li a {
    text-decoration: underline;
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */