@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  list-style: none;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/*
フォント
*/
/*---------------------------------------------------*/
@font-face {
  /*フォントの名前*/
  font-family: "FW-tsukushi-b-maru-gochic-CID-B";
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("../font/FW_tsukushi_maru_gochic/FW-tsukushi-b-maru-gochic-CID-B");
}
/* 共通 */
/*---------------------------------------------------*/
html {
  font-size: 62.5%;
  height: 100%;
}

body {
  height: 100%;
  height: 100dvh;
}

body,
input,
select,
textarea {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.7;
  font-size: 1.6rem;
  color: #333333;
}

.h2-style01 {
  border-left: 10px solid #e20012;
  font-size: 40px;
  font-weight: bold;
  padding-left: 10px;
  line-height: 1.25;
  margin-bottom: 50px;
  letter-spacing: 3px;
}
@media screen and (max-width: 1024px) {
  .h2-style01 {
    font-size: 30px;
  }
}

/* パンくず */
/*---------------------------------------------------*/
.breadcrumb-01 {
  color: #222222;
  margin: 20px 0 10px 0;
  font-size: 12px;
}
.breadcrumb-01 a {
  color: #222222;
}
.breadcrumb-01 ul {
  display: flex;
}
.breadcrumb-01 ul li + li::before {
  content: "▶";
  display: inline-block;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .breadcrumb-01 {
    display: none;
  }
}

/* テキスト */
/*---------------------------------------------------*/
.txt-left {
  text-align: left !important;
}

.txt-right {
  text-align: right !important;
}

.txt-center {
  text-align: center !important;
}

.txt-justify {
  text-align: justify !important;
}

.vertical-top {
  vertical-align: top !important;
}

.vertical-middle {
  vertical-align: middle !important;
}

.vertical-bottom {
  vertical-align: bottom !important;
}

.vertical-baseline {
  vertical-align: baseline !important;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.oblique {
  font-style: oblique;
}

.underline {
  text-decoration: underline;
}

.line-through {
  text-decoration: line-through;
}

.nowrap {
  white-space: nowrap;
}

.big {
  font-size: 1.2em;
}

.small {
  font-size: 0.8em;
}

.txt-center-left {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .txt-center-left {
    text-align: left !important;
  }
}

.txt-left-center {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .txt-left-center {
    text-align: center !important;
  }
}

.txt-red {
  color: #F01111;
}

/* 余白 */
/*---------------------------------------------------*/
.mtb-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.mt-120 {
  margin-top: 120px !important;
}
@media screen and (max-width: 767px) {
  .mt-120 {
    margin-top: 60px !important;
  }
}

.mt-100 {
  margin-top: 100px !important;
}
@media screen and (max-width: 767px) {
  .mt-100 {
    margin-top: 50px !important;
  }
}

.mt-80 {
  margin-top: 80px !important;
}
@media screen and (max-width: 767px) {
  .mt-80 {
    margin-top: 40px !important;
  }
}

.mt-60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 767px) {
  .mt-60 {
    margin-top: 30px !important;
  }
}

.mt-40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .mt-40 {
    margin-top: 20px !important;
  }
}

.mt-20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 767px) {
  .mt-20 {
    margin-top: 10px !important;
  }
}

.mb-120 {
  margin-bottom: 120px !important;
}
@media screen and (max-width: 767px) {
  .mb-120 {
    margin-bottom: 60px !important;
  }
}

.mb-100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 767px) {
  .mb-100 {
    margin-bottom: 50px !important;
  }
}

.mb-80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 767px) {
  .mb-80 {
    margin-bottom: 40px !important;
  }
}

.mb-60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 767px) {
  .mb-60 {
    margin-bottom: 30px !important;
  }
}

.mb-40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  .mb-40 {
    margin-bottom: 20px !important;
  }
}

.mb-20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  .mb-20 {
    margin-bottom: 10px !important;
  }
}

.pt-120 {
  padding-top: 120px !important;
}
@media screen and (max-width: 767px) {
  .pt-120 {
    padding-top: 60px !important;
  }
}

.pt-100 {
  padding-top: 100px !important;
}
@media screen and (max-width: 767px) {
  .pt-100 {
    padding-top: 50px !important;
  }
}

.pt-80 {
  padding-top: 80px !important;
}
@media screen and (max-width: 767px) {
  .pt-80 {
    padding-top: 40px !important;
  }
}

.pt-60 {
  padding-top: 60px !important;
}
@media screen and (max-width: 767px) {
  .pt-60 {
    padding-top: 30px !important;
  }
}

.pt-40 {
  padding-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .pt-40 {
    padding-top: 20px !important;
  }
}

.pt-20 {
  padding-top: 20px !important;
}
@media screen and (max-width: 767px) {
  .pt-20 {
    padding-top: 10px !important;
  }
}

.pb-120 {
  padding-bottom: 120px !important;
}
@media screen and (max-width: 767px) {
  .pb-120 {
    padding-bottom: 60px !important;
  }
}

.pb-100 {
  padding-bottom: 100px !important;
}
@media screen and (max-width: 767px) {
  .pb-100 {
    padding-bottom: 50px !important;
  }
}

.pb-80 {
  padding-bottom: 80px !important;
}
@media screen and (max-width: 767px) {
  .pb-80 {
    padding-bottom: 40px !important;
  }
}

.pb-60 {
  padding-bottom: 60px !important;
}
@media screen and (max-width: 767px) {
  .pb-60 {
    padding-bottom: 30px !important;
  }
}

.pb-40 {
  padding-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  .pb-40 {
    padding-bottom: 20px !important;
  }
}

.pb-20 {
  padding-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  .pb-20 {
    padding-bottom: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .only-sp {
    display: none !important;
  }
}
/* 見出し */
/*---------------------------------------------------*/
.heading19 {
  position: relative;
  padding-bottom: 10px;
  font-size: 26px;
}
@media screen and (max-width: 430px) {
  .heading19 {
    font-size: 22px;
  }
}

.heading19::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-image: repeating-linear-gradient(45deg, #b4a983 0px, #b4a983 1px, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
  background-size: 8px 8px;
}

/* ボタンのスタイル */
.btn-wrap {
  text-align: center;
}
.btn-wrap .btn02 {
  display: inline-block;
  border-radius: 10px;
  width: 100%;
  max-width: 320px;
  padding: 15px 24px;
  font-size: 22px;
  font-weight: bold;
  color: #222;
  text-align: center;
  overflow-wrap: anywhere;
  background-color: #ffffff;
  transition: background-color 0.5s;
}
.btn-wrap .btn02:hover {
  background-color: #e2e4e1;
  transition: background-color 0.5s;
}

.tab {
  display: flex;
  flex-direction: row;
  text-align: center;
  background-color: #D90C0B !important;
  margin: 0 !important;
}

.tab-body {
  background-color: #ffffff;
}

.tab__item {
  flex: 1;
  flex-basis: 120px;
}

.tab__link {
  display: block;
  font-size: 40px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background-color: #D1CECB;
  cursor: pointer;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  padding: 20px 0;
}
@media screen and (max-width: 1024px) {
  .tab__link {
    font-size: 22px;
    padding: 12px 0;
  }
}

.tab__link.on {
  background-color: #F5C008;
}

.tab-body__item {
  margin: 0 15px 0 15px;
  display: none;
  text-align: center;
}

.tab-body__item.on {
  display: block;
}

/* アニメーション　スライドイン */
/*---------------------------------------------------*/
.scroll-space {
  box-sizing: border-box;
  padding-top: 300px;
  height: 1600px;
  color: #fff;
  overflow: hidden;
}

.fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1.5s;
}
.fadein.fadein-left {
  transform: translate(-30px, 0);
}
.fadein.fadein-right {
  transform: translate(30px, 0);
}
.fadein.fadein-up {
  transform: translate(0, -30px);
}
.fadein.fadein-bottom {
  transform: translate(0, 50px);
}
.fadein.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

/* アニメーション　遅延してのスライドイン */
/*---------------------------------------------------*/
/* アニメーションスタートの遅延時間を決めるCSS*/
.delay-time02 {
  animation-delay: 0.2s;
}

.delay-time04 {
  animation-delay: 0.4s;
}

/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/
.move-box {
  opacity: 0;
}

/*==================================================
動き自体の指定：今回は「ふわっ」
===================================*/
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
  opacity: 0;
}

/* 左から */
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 右から */
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* トップへのロゴ表示 */
/*---------------------------------------------------*/
/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 11000;
  background: #fff;
  text-align: center;
  color: #fff;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: 260px;
}

/* fadeUpをするアイコンの動き */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 画像へのホバー時に下からバーガ出るアニメーション */
.image_link {
  display: block;
  position: relative;
}

.image_link img {
  display: block;
  width: 100%;
}

.image_link:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background: #000; /*好みの色に変えてください。*/
  opacity: 0;
  transition: 0.3s;
}

.image_link:after {
  content: "";
  display: block;
  width: 0;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  transition: 0.3s;
  background: #00a896; /*好みの色に変えてください。*/
}

.image_link:hover:before {
  opacity: 0.5;
}

.image_link:hover:after {
  width: 100%;
}

/* よくある質問部分のアコーディオン */
/*---------------------------------------------------*/
/* FAQパーツ */
.pageSubTitle2 {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 400;
  font-style: normal;
  color: #4D4D4D;
}
@media screen and (max-width: 430px) {
  .pageSubTitle2 {
    padding-right: 40px;
  }
}

.contentText {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
}

.qa__box {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.qa__box > dl > dt {
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 10px 30px;
  position: relative;
}
@media screen and (max-width: 430px) {
  .qa__box > dl > dt {
    padding: 0 20px;
  }
}

.qa__box > dl > dt .crossBar {
  width: 21px;
  height: 21px;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}

.qa__box > dl > dt .crossBar::before {
  content: "";
  display: inline-block;
  width: 1.6px;
  height: 100%;
  background-color: #4D4D4D;
  position: absolute;
  top: 0;
  left: 50%;
  transform-origin: center center; /* 中心を基準にtransform */
  transform: translateX(-50%) rotate(0deg);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.qa__box > dl > dt .crossBar::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1.6px;
  background-color: #4D4D4D;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.qa__box > dl > dt > span {
  font-size: 40px;
  line-height: 1.75;
  font-weight: 500;
  font-style: normal;
  color: #e20012;
  margin-right: 23px;
}

.qa__box > dl > dd {
  margin: 0;
  background-color: #e20012;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  padding: 0px 30px; /* paddingの上下を0にする */
  max-height: 0; /* max-heightを0にする、レスポンシブ対応 */
  overflow: hidden; /* overflow: hidden;を付けるのがポイント */
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.qa__box > dl > dd > span {
  font-size: 40px;
  line-height: 1.7;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  margin-right: 23px;
}

/* アニメーション後のスタイル */
.qa__box > dl > dd.is-open { /* heightとpaddingをアニメーション */
  max-height: 300px;
  padding: 10px 30px;
}

/* ＋ボタンのアニメーション */
.qa__box > dl > dt.is-open .crossBar::before {
  transform: translateX(-50%) rotate(90deg); /* 90度回転 */
}

.qa__child a {
  color: #ffffff;
}

/* 無限ループスライドショー */
/*---------------------------------------------------*/
/* コンテナー */
.container {
  max-width: 900px;
  margin: 0 auto;
}

/* スライダーのwrapper */
.infinite-slider .swiper-wrapper {
  transition-timing-function: linear;
  margin: 30px 0;
}

/* スライド */
.infinite-slider .swiper-slide {
  height: 320px !important; /* 高さを指定 */
  width: auto !important;
}
@media screen and (max-width: 1500px) {
  .infinite-slider .swiper-slide {
    height: 260px !important; /* 高さを指定 */
  }
}
@media screen and (max-width: 1360px) {
  .infinite-slider .swiper-slide {
    height: 200px !important; /* 高さを指定 */
  }
}

/* スライド内の画像 */
.infinite-slider .swiper-slide img {
  width: auto;
  height: 100%;
}

/* PCサイト用ハンバーガーメニュー */
/*---------------------------------------------------*/
#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top: -120%;
  left: 0;
  width: 100%;
  height: 100vh; /*ナビの高さ*/
  background-color: rgba(0, 0, 0, 0.9);
  /*動き*/
  transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  top: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh; /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-wrap: wrap;
  width: 36%;
}

/*リストのレイアウト設定*/
#g-nav li {
  list-style: none;
  text-align: center;
}

#g-nav li a {
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
  padding: 20px 20px 10px 20px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}

/*========= ボタンのためのCSS ===============*/
.openbtn1 {
  background-color: #000000;
  position: fixed;
  z-index: 9999; /*ボタンを最前面に*/
  top: 100px;
  right: 10px;
  cursor: pointer;
  width: 70px;
  height: 70px;
}
@media screen and (max-width: 960px) {
  .openbtn1 {
    display: none;
  }
}
.openbtn1 p {
  color: #ffffff;
  font-size: 12px;
  padding-top: 40px;
  text-align: center;
}

/*×に変化*/
.openbtn1 span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 19px;
  height: 3px;
  border-radius: 2px;
  background-color: #ffffff;
  width: 45%;
}

.openbtn1 span:nth-of-type(1) {
  top: 15px;
}

.openbtn1 span:nth-of-type(2) {
  top: 23px;
}

.openbtn1 span:nth-of-type(3) {
  top: 31px;
}

.openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 25px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3) {
  top: 30px;
  left: 25px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

/* ヘッダー */
/*---------------------------------------------------*/
#header02 {
  display: none;
}

header {
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  z-index: 9999;
}
header .header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header__inner .logo {
  margin-right: 20px;
  padding: 10px;
}
header .header__inner .logo h1 {
  width: 200px;
  height: 70px;
}
@media screen and (max-width: 1024px) {
  header .header__inner .logo h1 {
    width: 170px;
    height: 50px;
  }
}
header .header__inner .logo h1 img {
  width: 100%;
  height: auto;
}
header .header__inner .logo p {
  width: 200px;
  height: 70px;
}
@media screen and (max-width: 1024px) {
  header .header__inner .logo p {
    width: 170px;
    height: 50px;
  }
}
header .header__inner .logo p img {
  width: 100%;
  height: auto;
}
header .header__inner .h__info ul {
  display: flex;
  align-items: center;
}
header .header__inner .h__info ul li {
  color: #ffffff;
  padding: 20px 20px 10px 20px;
}
header .header__inner .h__info ul li.tel {
  background-color: #db0b0b;
}
header .header__inner .h__info ul li.tel .txt {
  font-size: 14px;
  line-height: 1;
  margin-bottom: -5px;
}
header .header__inner .h__info ul li.tel .txt02 {
  font-size: 30px;
  font-weight: bold;
}
header .header__inner .h__info ul li.tel .txt02 span {
  font-size: 16px;
}
header .header__inner .h__info ul li.map {
  background-color: #151414;
  padding: 0;
}
header .header__inner .h__info ul li.map a {
  color: #ffffff;
  font-size: 16px;
}
header .header__inner .h__info ul li.map a.btn {
  display: block;
  transition: 0.5s;
  padding: 32px 20px 31px 20px;
}
header .header__inner .h__info ul li.map a.btn:hover {
  background-color: #3b3939;
}
header .header__inner .h__info ul li.map a::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 19px;
  background: url(../images/dl_icon.svg) no-repeat;
  background-size: contain;
  margin-right: 8px;
}
header .header__inner .h-contact {
  background-color: #db0b0b;
}
header .header__inner .h-contact a {
  color: #ffffff;
  padding: 20px 35px;
  transition: 0.5s;
}
header .header__inner .h-contact :hover {
  background-color: #e76f6f;
  transition: 0.5s;
}

@media screen and (max-width: 960px) {
  header {
    display: none;
  }
  #header02 {
    display: block;
  }
  .logo {
    width: 80%;
    margin: 0 auto;
  }
  nav {
    display: none;
  }
}
@media screen and (max-width: 390px) {
  header {
    display: none;
  }
  #header02 {
    display: block;
  }
  .logo {
    width: 80%;
    margin: 0 auto;
  }
  nav {
    display: none;
  }
}
/*==== モーダルウインドウ風メニュー ======*/
/*ハンバーガーボタン*/
#header02 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background-color: #ffffff;
  z-index: 10000;
}

#header02 .header-inner {
  display: flex;
  justify-content: space-between;
  position: absolute;
  z-index: 11;
  background-color: #ffffff;
  width: 100%;
}

#header02 .header-inner .left {
  display: flex;
  justify-content: space-between;
  padding: 10px 10px 10px 10px;
  width: 230px;
  height: 64px;
}
@media screen and (max-width: 485px) {
  #header02 .header-inner .left {
    width: 150px;
  }
}
@media screen and (max-width: 343px) {
  #header02 .header-inner .left {
    width: 130px;
  }
}

#header02 .header-inner .center {
  width: 160px;
  height: 64px;
  margin-left: auto;
}
@media screen and (max-width: 400px) {
  #header02 .header-inner .center {
    width: 135px;
  }
}

#header02 .header-inner .center .map-sp {
  background-color: #e81515;
  padding: 22px 10px 22px 10px;
  font-size: 11px;
}
@media screen and (max-width: 400px) {
  #header02 .header-inner .center .map-sp {
    font-size: 10px;
    padding: 22px 5px 23px 5px;
  }
}
#header02 .header-inner .center .map-sp::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 14px;
  background: url(../images/dl_icon.svg) no-repeat;
  background-size: contain;
  margin-right: 4px;
}

#header02 .header-inner .center .map-sp a {
  color: #ffffff;
}

#header02 .header-inner .right {
  background-color: #222222;
  display: block;
  width: 60px;
  height: 64px;
  z-index: 11;
}
@media screen and (max-width: 800px) {
  #header02 .header-inner .right {
    width: 58px;
  }
}

#header02 h1 {
  padding-left: 10px;
  width: 150px;
}
@media screen and (max-width: 402px) {
  #header02 h1 {
    padding-left: 0;
  }
}

#header02 h1 img {
  width: 100%;
}

/*ハンバーガーメニュー*/
.menu,
.menu span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  box-sizing: border-box;
}

.menu {
  position: fixed;
  top: 24px;
  right: 14px;
  width: 30px;
  height: 16px;
  z-index: 11;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
  background-color: #222222;
}
@media screen and (max-width: 390px) {
  .menu {
    right: 12px;
  }
}

.menu span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  z-index: 12;
}

.menu span:nth-of-type(1) {
  top: 0px;
}

.menu span:nth-of-type(2) {
  top: 7px;
}

.menu span:nth-of-type(3) {
  bottom: 0px;
}

.menu.active span:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}

.menu.active span:nth-of-type(2) {
  opacity: 0;
}

.menu.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

#nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9;
  width: 100%;
  height: 100vh;
  opacity: 0;
  background-color: #222222;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  padding-top: 100px;
}

#nav.active {
  right: 0;
  opacity: 1;
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}

#nav ul {
  margin: 0;
  padding: 0;
}

#nav ul li {
  font-size: 16px;
  list-style-type: none;
}

#nav ul li a {
  margin: 0 40px;
  display: block;
  padding: 15px 0 20px 0;
  transition: all 0.2s ease-in-out;
  text-align: left;
  text-decoration: none;
  color: #ffffff;
}

#nav ul .policy-style a {
  color: #ffffff;
  font-weight: normal;
  padding-top: 100px;
}

/* フッター */
/*---------------------------------------------------*/
footer {
  background-color: #000000;
}
footer .footer__inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  padding: 40px 0;
}
@media screen and (max-width: 1280px) {
  footer .footer__inner {
    padding: 20px 20px 30px 20px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer__inner {
    display: block;
  }
}
footer .footer__inner .footer__logo--area {
  width: 45%;
  color: #ffffff;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  footer .footer__inner .footer__logo--area {
    margin: 0 auto 20px auto;
    width: 35%;
  }
}
@media screen and (max-width: 430px) {
  footer .footer__inner .footer__logo--area {
    width: 70%;
  }
}
footer .footer__inner .footer__logo--area .footer__logo {
  padding: 0;
  width: 40%;
}
@media screen and (max-width: 768px) {
  footer .footer__inner .footer__logo--area .footer__logo {
    width: 90%;
  }
}
@media screen and (max-width: 430px) {
  footer .footer__inner .footer__logo--area .footer__logo {
    width: 70%;
    margin: 0 auto;
  }
}
footer .footer__inner .footer__logo--area .footer__logo img {
  width: 100%;
}
footer .footer__inner .footer__navWrap .footer__nav {
  display: flex;
  flex-wrap: wrap;
}
footer .footer__inner .footer__navWrap .footer__nav li {
  width: 24%;
  margin-bottom: 20px;
}
@media screen and (max-width: 590px) {
  footer .footer__inner .footer__navWrap .footer__nav li {
    width: 50%;
  }
}
@media screen and (max-width: 430px) {
  footer .footer__inner .footer__navWrap .footer__nav li {
    margin-bottom: 10px;
  }
}
footer .footer__inner .footer__navWrap .footer__nav li a {
  display: inline-block;
  font-size: 13px;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #ffffff;
}
footer .footer__inner .footer__navWrap .footer__nav li a::before {
  content: "/";
  text-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.4);
  color: #b91919;
  font-size: 18px;
  margin-right: 10px;
  line-height: 1;
}
footer .copy {
  border-top: solid 2px #222222;
  padding: 20px;
  text-align: center;
  color: #fff;
  font-size: 12px;
}

.contact-fixed {
  position: fixed;
  right: 0;
  top: 43%;
  transform: translate(0, -50%);
  z-index: 100000;
  width: 105px;
}
.contact-fixed span {
  display: none;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .contact-fixed span {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .contact-fixed {
    top: 38%;
    transform: translate(0, -40%);
  }
}
.contact-fixed .br-sp {
  display: none;
}
@media screen and (max-width: 535px) {
  .contact-fixed .br-sp {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .contact-fixed {
    display: flex;
    right: auto;
    top: auto;
    bottom: 0;
    transform: none;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .contact-fixed .fixed-contact01 {
    width: 100%;
    right: auto;
    left: auto;
    top: auto;
    bottom: 0;
    transform: none;
  }
}
.contact-fixed .fixed-contact01 a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background-color: #f88a03;
  padding: 25px 20px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 1px;
  transition: 0.5s;
}
.contact-fixed .fixed-contact01 a::before {
  content: "";
  background-image: url(../images/reserve_icon.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
  padding-bottom: 30px;
  margin-bottom: -3px;
}
@media screen and (max-width: 768px) {
  .contact-fixed .fixed-contact01 a::before {
    margin-bottom: -12px;
  }
}
@media screen and (max-width: 767px) {
  .contact-fixed .fixed-contact01 a::before {
    width: 20px;
    height: 20px;
    margin-bottom: -15px;
    margin-right: 5px;
  }
}
.contact-fixed .fixed-contact01 a:hover {
  background-color: #a1d43d;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .contact-fixed .fixed-contact01 a {
    writing-mode: initial;
    text-orientation: initial;
    padding: 1rem;
    font-weight: bold;
    text-align: center;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .contact-fixed .fixed-contact01 a {
    font-size: 17px;
    padding: 1.5rem;
  }
}
@media screen and (max-width: 535px) {
  .contact-fixed .fixed-contact01 a {
    font-size: 16px;
    padding: 1.5rem;
  }
}
@media screen and (max-width: 320px) {
  .contact-fixed .fixed-contact01 a {
    font-size: 11px;
    padding: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-fixed .fixed-contact02 {
    width: 100%;
    right: auto;
    left: auto;
    top: auto;
    bottom: 0;
    transform: none;
    margin-bottom: -18px;
  }
}
.contact-fixed .fixed-contact02 a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  background-color: #f88a03;
  padding: 30px 30px 30px 0;
  writing-mode: vertical-rl;
  letter-spacing: 1px;
  transition: 0.5s;
}
.contact-fixed .fixed-contact02 a:hover {
  background-color: #f87103;
  transition: 0.5s;
}
.contact-fixed .fixed-contact02 a ul {
  margin-top: 30px;
}
.contact-fixed .fixed-contact02 a ul li.t-ja {
  font-size: 18px;
}
@media screen and (max-width: 535px) {
  .contact-fixed .fixed-contact02 a ul li.t-ja {
    padding-top: 30px;
  }
}
.contact-fixed .fixed-contact02 a ul li.t-en {
  font-size: 10px;
}
@media screen and (max-width: 535px) {
  .contact-fixed .fixed-contact02 a ul li .br-sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .contact-fixed .fixed-contact02 a {
    writing-mode: initial;
    text-orientation: initial;
    padding: 1rem;
    font-weight: bold;
    text-align: center;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .contact-fixed .fixed-contact02 a {
    font-size: 17px;
    padding: 1.5rem;
  }
}
@media screen and (max-width: 535px) {
  .contact-fixed .fixed-contact02 a {
    font-size: 16px;
    padding: 0;
  }
}
@media screen and (max-width: 320px) {
  .contact-fixed .fixed-contact02 a {
    font-size: 11px;
    padding: 1.5rem;
  }
}
.contact-fixed .fixed-contact02 a::before {
  content: "";
  background-image: url(../images/reserve_icon.svg);
  background-repeat: no-repeat;
  display: block;
  width: 25px;
  height: 25px;
  padding-bottom: 30px;
  margin-bottom: -3px;
  position: absolute;
  right: 39px;
}
@media screen and (max-width: 768px) {
  .contact-fixed .fixed-contact02 a::before {
    margin-bottom: -12px;
    right: 48%;
  }
}
@media screen and (max-width: 767px) {
  .contact-fixed .fixed-contact02 a::before {
    width: 30px;
    height: 30px;
    margin-bottom: -15px;
  }
}
@media screen and (max-width: 535px) {
  .contact-fixed .fixed-contact02 a::before {
    width: 20px;
    height: 20px;
    margin-bottom: -15px;
    top: 40px;
    right: 45%;
    left: 47%;
  }
}

#directions .sub__mv {
  background-image: url(../images/directions_mv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#faq .sub__mv {
  background-image: url(../images/faq_mv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#price .sub__mv {
  background-image: url(../images/price_mv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#guide .sub__mv {
  background-image: url(../images/guide_mv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#company .sub__mv {
  background-image: url(../images/guide_mv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#agreement .sub__mv {
  background-image: url(../images/guide_mv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#contact .sub__mv {
  background-image: url(../images/guide_mv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#confirm .sub__mv {
  background-image: url(../images/guide_mv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#thanks .sub__mv {
  background-image: url(../images/guide_mv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.sub__mv {
  padding: 160px 70px 80px 70px;
}
@media screen and (max-width: 1024px) {
  .sub__mv {
    padding: 140px 70px 60px 70px;
  }
}
@media screen and (max-width: 768px) {
  .sub__mv {
    padding: 100px 70px 20px 70px;
  }
}
@media screen and (max-width: 430px) {
  .sub__mv {
    padding: 90px 70px 20px 20px;
  }
}
.sub__mv .sub__mv--inner {
  background-color: #e20012;
  display: inline-block;
  padding: 40px 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sub__mv .sub__mv--inner {
    padding: 20px 30px;
  }
}
.sub__mv .sub__mv--inner h1 {
  color: #fff;
  font-size: 3.6rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .sub__mv .sub__mv--inner h1 {
    font-size: 2rem;
    padding: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .sub__mv .sub__mv--inner h1 {
    font-size: 22px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .sub__mv .sub__mv--inner h1 {
    font-size: 19px;
    padding: 15px 0;
  }
}
@media screen and (max-width: 430px) {
  .sub__mv .sub__mv--inner h1 {
    font-size: 19px;
    padding: 0;
  }
}
.sub__mv .sub__mv--inner p {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .sub__mv .sub__mv--inner p {
    font-size: 16px;
  }
}
@media screen and (max-width: 430px) {
  .sub__mv .sub__mv--inner p {
    font-size: 12px;
  }
}

/* 空港からのご案内 */
/*---------------------------------------------------*/
.directions__wrap {
  padding: 60px 0;
}
.directions__wrap .directions__inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .directions__wrap .directions__inner {
    padding: 0 20px;
  }
}
.directions__wrap .directions__inner .directions_map {
  background-color: #000000;
  padding: 0 40px 50px 40px;
}
@media screen and (max-width: 430px) {
  .directions__wrap .directions__inner .directions_map {
    padding: 0 20px 50px 20px;
  }
}
.directions__wrap .directions__inner .directions_map .title__style01 {
  padding-top: 20px;
}
.directions__wrap .directions__inner .directions_map .title__style01 .title__style01--inner {
  display: flex;
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 430px) {
  .directions__wrap .directions__inner .directions_map .title__style01 .title__style01--inner {
    display: block;
    width: 100%;
  }
}
.directions__wrap .directions__inner .directions_map .title__style01 .title__style01--inner h2 {
  color: #ffffff;
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  padding-right: 10px;
}
@media screen and (max-width: 1024px) {
  .directions__wrap .directions__inner .directions_map .title__style01 .title__style01--inner h2 {
    font-size: 40px;
    line-height: 1.25;
  }
}
@media screen and (max-width: 430px) {
  .directions__wrap .directions__inner .directions_map .title__style01 .title__style01--inner h2 {
    font-size: 28px;
    padding-right: 0;
    padding-bottom: 20px;
  }
}
.directions__wrap .directions__inner .directions_map .title__style01 .title__style01--inner ul .txt01 {
  border: 1px solid #ffed00;
  color: #ffed00;
  padding: 5px;
  margin-bottom: 3px;
}
@media screen and (max-width: 430px) {
  .directions__wrap .directions__inner .directions_map .title__style01 .title__style01--inner ul .txt01 {
    font-size: 14px;
    text-indent: 0;
  }
}
.directions__wrap .directions__inner .directions_map .title__style01 .title__style01--inner ul .txt02 {
  color: #ffffff;
  font-size: 14px;
}
@media screen and (max-width: 430px) {
  .directions__wrap .directions__inner .directions_map .title__style01 .title__style01--inner ul .txt02 {
    padding-bottom: 10px;
    text-indent: 0;
  }
}
.directions__wrap .directions__inner .directions_map .img img {
  width: 100%;
}
.directions__wrap .directions__inner .directions_map h3 {
  color: #fff100;
  font-size: 34px;
  padding-bottom: 10px;
}
@media screen and (max-width: 430px) {
  .directions__wrap .directions__inner .directions_map h3 {
    font-size: 18px;
  }
}
.directions__wrap .directions__inner .directions_map ul li {
  color: #ffffff;
  line-height: 2;
}
@media screen and (max-width: 430px) {
  .directions__wrap .directions__inner .directions_map ul li {
    text-indent: -20px;
    padding-left: 15px;
  }
}

.root h2 {
  background-color: #fff100;
  color: #222222;
  font-size: 26px;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .root h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 430px) {
  .root h2 {
    font-size: 18px;
  }
}
.root .root__inner {
  display: flex;
  max-width: 1280px;
  width: 100%;
  margin: 30px auto;
}
@media screen and (max-width: 768px) {
  .root .root__inner {
    display: block;
  }
}
.root .telephone {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .root .telephone {
    text-align: center;
  }
}
.root .telephone h3 {
  font-size: 30px;
}
@media screen and (max-width: 430px) {
  .root .telephone h3 {
    font-size: 25px;
  }
}
.root .telephone .tel {
  font-size: 4vw;
  font-weight: bold;
  line-height: 1;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .root .telephone .tel {
    font-size: 8vw;
    text-align: center;
    margin-right: 0;
  }
}
@media screen and (max-width: 430px) {
  .root .telephone .tel {
    font-size: 40px;
  }
}
.root .telephone .tel span {
  font-size: 50px;
}
@media screen and (max-width: 768px) {
  .root .telephone .tel span {
    font-size: 25px;
  }
}
.root .telephone .tel a {
  color: #222222;
}
.root .date {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .root .date {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 430px) {
  .root .date {
    width: 100%;
    margin: 0 auto;
  }
}
.root .date dl {
  display: flex;
  align-items: flex-end;
  margin: 20px 0 0 0;
}
.root .date dl dt {
  background-color: #e20012;
  color: #ffffff;
  font-size: 18px;
  padding: 5px 50px;
  margin-right: 20px;
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 430px) {
  .root .date dl dt {
    width: 100%;
    padding: 5px 10px;
  }
}
.root .date dl dd {
  font-size: 20px;
  width: 100%;
}
@media screen and (max-width: 430px) {
  .root .date dl dd {
    font-size: 18px;
  }
}

.btn-inner {
  text-align: center;
  margin-top: 50px;
}
.btn-inner .btn {
  background-color: #222222;
  border-radius: 6px;
  color: #ffffff;
  padding: 20px 30px 20px 50px;
  transition: 0.5s;
  position: relative;
}
.btn-inner .btn:hover {
  background-color: #4a4949;
  transition: 0.5s;
}
.btn-inner .btn::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 19px;
  background: url(../images/dl_icon.svg) no-repeat;
  background-size: contain;
  margin-right: 8px;
  position: absolute;
  top: 18px;
  left: 23px;
}

/* よくある質問 */
/*---------------------------------------------------*/
.faq__list {
  background-color: #d9d9d9;
  padding: 80px 0 50px 0;
}
.faq__list .faq__list--inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.faq__list .faq__list--inner .bold {
  font-weight: b0ld;
}
.faq__list .faq__list--inner .fnt-size {
  font-size: 12px;
}
@media screen and (max-width: 1280px) {
  .faq__list .faq__list--inner {
    padding: 0 20px;
  }
}

/* 車種・料金 */
/*---------------------------------------------------*/
.car__list {
  padding: 80px 0 50px 0;
}
@media screen and (max-width: 1024px) {
  .car__list {
    padding: 80px 20px 50px 20px;
  }
}
.car__list .car__list--inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.car__list .car__list--inner .detail {
  display: flex;
  margin-bottom: 100px;
}
.car__list .car__list--inner .detail.delica_d2 .left__contents .img {
  width: 80%;
  margin: 0 auto;
}
.car__list .car__list--inner .detail.delica_d2 .right__contents h4 {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .car__list .car__list--inner .detail {
    display: block;
  }
}
@media screen and (max-width: 430px) {
  .car__list .car__list--inner .detail {
    margin-bottom: 50px;
  }
}
.car__list .car__list--inner .detail .left__contents {
  margin-right: 40px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .car__list .car__list--inner .detail .left__contents {
    width: 100%;
  }
}
.car__list .car__list--inner .detail .left__contents h2 {
  border-left: 10px solid #e20012;
  font-size: 54px;
  font-weight: bold;
  padding-left: 10px;
  line-height: 1.25;
  margin-bottom: 50px;
  letter-spacing: 3px;
}
@media screen and (max-width: 1024px) {
  .car__list .car__list--inner .detail .left__contents h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 430px) {
  .car__list .car__list--inner .detail .left__contents h2 {
    font-size: 30px;
  }
}
.car__list .car__list--inner .detail .left__contents .img {
  margin-left: -60px;
}
@media screen and (max-width: 768px) {
  .car__list .car__list--inner .detail .left__contents .img {
    margin-left: 0;
  }
}
.car__list .car__list--inner .detail .left__contents .img img {
  width: 100%;
  height: auto;
}
.car__list .car__list--inner .detail .left__contents .date dl {
  display: flex;
  font-size: 18px;
}
.car__list .car__list--inner .detail .left__contents .date dl dt {
  font-weight: bold;
}
.car__list .car__list--inner .detail .left__contents h3 {
  font-size: 34px;
  line-height: 1;
  padding-bottom: 10px;
}
.car__list .car__list--inner .detail .left__contents h3 span {
  font-size: 16px;
}
.car__list .car__list--inner .detail .left__contents ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.25;
}
.car__list .car__list--inner .detail .left__contents ul .period {
  font-size: 26px;
  margin: 0 20px 0 -10px;
}
@media screen and (max-width: 430px) {
  .car__list .car__list--inner .detail .left__contents ul .period {
    font-size: 18px;
  }
}
.car__list .car__list--inner .detail .left__contents ul .car-price {
  color: #e20012;
  font-size: 46px;
  font-weight: bold;
}
@media screen and (max-width: 430px) {
  .car__list .car__list--inner .detail .left__contents ul .car-price {
    font-size: 50px;
    margin-bottom: 15px;
  }
}
.car__list .car__list--inner .detail .left__contents ul .car-price span {
  font-size: 40px;
  margin-right: 10px;
}
.car__list .car__list--inner .detail .right__contents {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .car__list .car__list--inner .detail .right__contents {
    width: 100%;
  }
}
.car__list .car__list--inner .detail .right__contents h4 {
  font-size: 32px;
  font-weight: bold;
  margin-top: 90px;
  line-height: 1.5;
}
@media screen and (max-width: 430px) {
  .car__list .car__list--inner .detail .right__contents h4 {
    font-size: 22px;
    margin-top: 10px;
  }
}
.car__list .car__list--inner .detail .right__contents .txt01 {
  padding-bottom: 20px;
}
.car__list .car__list--inner .detail .right__contents .photo {
  display: flex;
  flex-wrap: wrap;
}
.car__list .car__list--inner .detail .right__contents .photo li {
  width: 48%;
  height: auto;
  object-fit: cover;
  /* width, heightといっしょに使います */
  margin-right: 2%;
  margin-bottom: 2%;
}
.car__list .car__list--inner .detail .right__contents .photo li img {
  width: 100%;
  height: auto;
}
.car__list .car__list--inner .detail .right__contents .photo li:last-child {
  margin-right: 0;
}

/* ご利用案内 */
/*---------------------------------------------------*/
.flow {
  background-color: #d9d9d9;
  padding: 80px 0 50px 0;
}
@media screen and (max-width: 1024px) {
  .flow {
    padding: 80px 20px 50px 20px;
  }
}
.flow .flow__inner {
  background-color: #ffffff;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 80px;
}
@media screen and (max-width: 430px) {
  .flow .flow__inner {
    padding: 40px 20px;
  }
}
.flow .flow__inner h2 {
  border-left: 10px solid #e20012;
  font-size: 40px;
  font-weight: bold;
  padding-left: 10px;
  line-height: 1.25;
  margin-bottom: 50px;
  letter-spacing: 3px;
}
@media screen and (max-width: 1024px) {
  .flow .flow__inner h2 {
    font-size: 30px;
  }
}
.flow .flow__inner .step {
  border: 2px solid #e20012;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .flow .flow__inner .step {
    display: block;
  }
}
.flow .flow__inner .step .step__left {
  background-color: #e20012;
  color: #ffffff;
  padding: 3% 30px;
  text-align: center;
  line-height: 1;
}
.flow .flow__inner .step .step__left span {
  font-size: 26px;
}
@media screen and (max-width: 1024px) {
  .flow .flow__inner .step br {
    display: none;
  }
}
.flow .flow__inner .step .step__right {
  padding: 20px;
}
.flow .flow__inner .step .step__right .step__right--inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .flow .flow__inner .step .step__right .step__right--inner {
    display: block;
  }
}
.flow .flow__inner .step .step__right .step__right--inner h3 {
  font-size: 22px;
  border-right: 2px solid #222222;
  padding-top: 16px;
  padding-right: 20px;
  width: 76px;
  height: 70px;
}
@media screen and (max-width: 1024px) {
  .flow .flow__inner .step .step__right .step__right--inner h3 {
    border-right: none;
    border-bottom: 1px solid #222222;
    font-size: 24px;
    width: 100%;
    text-align: center;
    padding-top: 0;
    padding-right: 0;
    height: 60px;
  }
}
.flow .flow__inner .step .step__right .step__right--inner .txt {
  font-size: 18px;
  padding-left: 20px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .flow .flow__inner .step .step__right .step__right--inner .txt {
    font-size: 16px;
    padding: 10px 0 0 0;
  }
}
.flow .flow__inner .arrow {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 48px;
  background-color: #e20012;
  clip-path: polygon(0 33%, 50% 33%, 50% 15%, 100% 50%, 50% 85%, 50% 67%, 0 67%);
  transform: rotate(90deg);
  margin-left: 26px;
}
@media screen and (max-width: 1024px) {
  .flow .flow__inner .arrow {
    display: block;
    margin: 0 auto 20px auto;
  }
}

.guide-movie {
  padding: 40px 0 50px 0;
}
.guide-movie .guide-movie__inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.guide-movie .guide-movie__inner .h2-style01 {
  line-height: 0.7;
}
.guide-movie .guide-movie__inner .h2-style01 span {
  font-size: 22px;
}
@media screen and (max-width: 1280px) {
  .guide-movie .guide-movie__inner {
    padding: 0 20px;
  }
}
.guide-movie .guide-movie__inner video {
  max-width: 1280px;
  width: 100%;
}

.guide-map {
  padding: 40px 0 50px 0;
}
.guide-map .guide-map__inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

.aboutUsage {
  padding: 40px 20px 50px 20px;
}
@media screen and (max-width: 1024px) {
  .aboutUsage {
    padding: 0 20px 50px 20px;
  }
}
.aboutUsage .aboutUsage__inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.aboutUsage .aboutUsage__inner .card_img {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .aboutUsage .aboutUsage__inner .card_img {
    width: 100%;
  }
}
.aboutUsage .aboutUsage__inner .card_img img {
  width: 100%;
}
.aboutUsage .aboutUsage__inner h2 {
  border-left: 10px solid #e20012;
  font-size: 40px;
  font-weight: bold;
  padding-left: 10px;
  line-height: 1.25;
  margin-bottom: 20px;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  .aboutUsage .aboutUsage__inner h2 {
    font-size: 30px;
    letter-spacing: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 430px) {
  .aboutUsage .aboutUsage__inner h2 {
    font-size: 26px;
  }
}
.aboutUsage .aboutUsage__inner h3 {
  margin: 30px 0 20px 0;
}
.aboutUsage .aboutUsage__inner h4 {
  font-size: 20px;
}
.aboutUsage .aboutUsage__inner table {
  margin-top: 10px;
  width: 100%;
}
.aboutUsage .aboutUsage__inner table th {
  background-color: #f95361;
  border: 1px solid #e20012;
  color: #ffffff;
  padding: 10px;
  vertical-align: middle;
  width: 5%;
}
.aboutUsage .aboutUsage__inner table td {
  border: 1px solid #e20012;
  padding: 10px;
  vertical-align: middle;
  width: 10%;
}

/* 貸渡約款 */
/*---------------------------------------------------*/
.agreement-contents {
  padding: 80px 0 50px 0;
}
.agreement-contents .agreement-contents--inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 80px;
}
@media screen and (max-width: 430px) {
  .agreement-contents .agreement-contents--inner {
    padding: 0 20px;
  }
}
.agreement-contents .agreement-contents--inner h2 {
  border-left: 5px solid #e20012;
  font-size: 24px;
  font-weight: bold;
  padding-left: 10px;
  line-height: 1.25;
  margin-bottom: 16px;
  letter-spacing: 3px;
}
.agreement-contents .agreement-contents--inner h3 {
  font-size: 18px;
  padding-bottom: 10px;
}
.agreement-contents .agreement-contents--inner .agreement__block {
  margin-bottom: 30px;
}
.agreement-contents .agreement-contents--inner .agreement__block ul {
  padding: 10px 0 10px 20px;
}
.agreement-contents .agreement-contents--inner .agreement__block .txt-r {
  text-align: right;
  padding-top: 20px;
}

/* 店舗情報 */
/*---------------------------------------------------*/
.company-contents {
  padding: 50px 0 50px 0;
}
.company-contents .company-contents--inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 80px;
}
@media screen and (max-width: 430px) {
  .company-contents .company-contents--inner {
    padding: 0 20px;
  }
}
.company-contents .company-contents--inner table {
  width: 100%;
  margin-bottom: 50px;
}
.company-contents .company-contents--inner table th {
  border-bottom: 1px solid #222222;
  color: #e20012;
  padding: 20px 0;
  margin-bottom: 30px;
  text-align: left;
  width: 20%;
}
.company-contents .company-contents--inner table td {
  border-bottom: 1px solid #222222;
  padding: 20px 0;
  margin-bottom: 30px;
  width: 80%;
}
.company-contents .company-contents--inner h2 {
  border-left: 10px solid #e20012;
  font-size: 26px;
  font-weight: bold;
  padding-left: 10px;
  line-height: 1.25;
  margin-bottom: 30px;
  letter-spacing: 3px;
}
.company-contents .company-contents--inner .map .map-list {
  display: flex;
}
@media screen and (max-width: 768px) {
  .company-contents .company-contents--inner .map .map-list {
    display: block;
  }
}
.company-contents .company-contents--inner .map .map-list iframe {
  width: 50%;
  margin-right: 2%;
}
@media screen and (max-width: 768px) {
  .company-contents .company-contents--inner .map .map-list iframe {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.company-contents .company-contents--inner .map .map-list img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .company-contents .company-contents--inner .map .map-list img {
    width: 100%;
  }
}

/* お問い合わせ */
/*---------------------------------------------------*/
.contact-contents {
  padding: 50px 0 50px 0;
}
.contact-contents .contact-contents--inner {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
}
@media screen and (max-width: 1280px) {
  .contact-contents .contact-contents--inner {
    padding: 0 20px;
  }
}
.contact-contents .contact-contents--inner h2 {
  font-size: 26px;
  font-weight: bold;
  padding-left: 10px;
  line-height: 1.25;
  margin-bottom: 30px;
  letter-spacing: 3px;
  text-align: center;
}
.contact-contents .contact-contents--inner .txt {
  text-align: center;
}
.contact-contents .contact-contents--inner .Form {
  max-width: 800px;
  width: 100%;
  margin: 50px auto;
}
.contact-contents .contact-contents--inner .Form .Form-Item {
  margin-bottom: 20px;
}
.contact-contents .contact-contents--inner .Form .Form-Item .Form-Item-Label {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
}
.contact-contents .contact-contents--inner .Form .Form-Item .Form-Item-Label .Form-Item-Input {
  width: 100%;
}
.contact-contents .contact-contents--inner .Form .Form-Item .Form-Item-Label-Required {
  background-color: #e20012;
  color: #ffffff;
  font-size: 12px;
  padding: 5px 10px;
  margin-left: 10px;
}
.contact-contents .contact-contents--inner .Form .Form-Item input {
  padding: 8px;
  width: 100%;
}
.contact-contents .contact-contents--inner .Form .Form-Item textarea {
  width: 100%;
  height: 200px;
  padding: 8px;
}
.contact-contents .contact-contents--inner .Form .submit-btn {
  text-align: center;
}
.contact-contents .contact-contents--inner .Form .submit-btn .Form-Btn {
  -webkit-appearance: none;
  background-color: #e81717;
  border-radius: 10px;
  border: none;
  color: #ffffff;
  padding: 20px 60px;
  margin-top: 20px;
  width: 300px;
  transform: 0.5s;
}
.contact-contents .contact-contents--inner .Form .submit-btn .Form-Btn:hover {
  background-color: #ec404e;
  transform: 0.5s;
}
.contact-contents .contact-contents--inner .Form .submit-btn .Form-Btn.bl {
  background-color: #222222;
}
.contact-contents .contact-contents--inner .home-link {
  font-weight: bold;
  text-align: center;
  padding-top: 20px;
}
.contact-contents .contact-contents--inner .home-link a {
  color: #222222;
}

.wpcf7-spinner {
  display: none;
}

/* HOME */
/*---------------------------------------------------*/
.key-visual {
  padding-top: 90px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .key-visual {
    padding-top: 60px;
  }
}
@media screen and (max-width: 430px) {
  .key-visual {
    padding-top: 64px;
  }
}
.key-visual .mv__txt {
  background-color: #dc0404;
  position: absolute;
  right: 0;
  top: 630px;
  z-index: 3;
  transform: translate(0, 0);
}
@media screen and (max-width: 1170px) {
  .key-visual .mv__txt {
    top: 695px;
    right: 0;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 1024px) {
  .key-visual .mv__txt {
    top: 570px;
    right: 0;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 932px) {
  .key-visual .mv__txt {
    top: 550px;
    right: 0;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 844px) {
  .key-visual .mv__txt {
    top: 510px;
    right: 0;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 768px) {
  .key-visual .mv__txt {
    top: 480px;
  }
}
@media screen and (max-width: 767px) {
  .key-visual .mv__txt {
    top: 480px;
  }
}
@media screen and (max-width: 667px) {
  .key-visual .mv__txt {
    top: 850px;
  }
}
@media screen and (max-width: 430px) {
  .key-visual .mv__txt {
    top: 520px;
    right: 0;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 390px) {
  .key-visual .mv__txt {
    top: 478px;
  }
}
@media screen and (max-width: 375px) {
  .key-visual .mv__txt {
    top: 463px;
  }
}
.key-visual .mv__txt a {
  color: #ffffff;
}
.key-visual .mv__txt a.btn {
  display: block;
  padding: 20px;
  width: 330px;
}
@media screen and (max-width: 1024px) {
  .key-visual .mv__txt a.btn {
    width: 250px;
  }
}
@media screen and (max-width: 844px) {
  .key-visual .mv__txt a.btn {
    width: 210px;
  }
}
@media screen and (max-width: 768px) {
  .key-visual .mv__txt a.btn {
    width: 210px;
  }
}
@media screen and (max-width: 430px) {
  .key-visual .mv__txt a.btn {
    width: 130px;
    padding: 10px;
  }
}
.key-visual .mv__txt a.btn h2 {
  font-size: 50px;
}
@media screen and (max-width: 1170px) {
  .key-visual .mv__txt a.btn h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .key-visual .mv__txt a.btn h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 844px) {
  .key-visual .mv__txt a.btn h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .key-visual .mv__txt a.btn h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 430px) {
  .key-visual .mv__txt a.btn h2 {
    font-size: 20px;
  }
}
.key-visual .mv__txt a.btn p {
  font-size: 20px;
}
@media screen and (max-width: 844px) {
  .key-visual .mv__txt a.btn p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .key-visual .mv__txt a.btn p {
    font-size: 16px;
  }
}
@media screen and (max-width: 430px) {
  .key-visual .mv__txt a.btn p {
    font-size: 12px;
  }
}

.key-visual img {
  width: 100%;
  height: auto;
}

.movie__inner .video {
  width: 100%;
  padding-top: 80px;
}
@media screen and (max-width: 1024px) {
  .movie__inner .video {
    padding-top: 64px;
  }
}

.topAbout .topAbout__inner .topAbout_block01 {
  max-width: 600px;
  width: 100%;
  margin: 50px auto 50px auto;
}
@media screen and (max-width: 640px) {
  .topAbout .topAbout__inner .topAbout_block01 {
    padding: 0 20px;
    margin: 70px auto 50px auto;
  }
}
.topAbout .topAbout__inner .topAbout_block01 h2 {
  color: #e20012;
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 430px) {
  .topAbout .topAbout__inner .topAbout_block01 h2 {
    font-size: 22px;
  }
}
.topAbout .topAbout__inner .topAbout_block01 p {
  font-size: 20px;
}
@media screen and (max-width: 430px) {
  .topAbout .topAbout__inner .topAbout_block01 p {
    font-size: 18px;
  }
}
.topAbout .topAbout__inner .topAbout_block02 {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto 30px auto;
  display: flex;
}
@media screen and (max-width: 1260px) {
  .topAbout .topAbout__inner .topAbout_block02 {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .topAbout .topAbout__inner .topAbout_block02 {
    display: block;
  }
}
.topAbout .topAbout__inner .topAbout_block02 .img {
  margin-right: 20px;
  width: 32%;
}
@media screen and (max-width: 767px) {
  .topAbout .topAbout__inner .topAbout_block02 .img {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
}
.topAbout .topAbout__inner .topAbout_block02 :last-child {
  margin-right: 0;
}
.topAbout .topAbout__inner .topAbout_block02 img {
  width: 100%;
  height: auto;
}

.topMenu .topMenu__inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .topMenu .topMenu__inner {
    display: block;
    margin: 0 auto 20px auto;
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .topMenu .topMenu__inner {
    width: 100%;
  }
}
.topMenu .topMenu__inner .topMenu__detail {
  width: 428px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .topMenu .topMenu__inner .topMenu__detail {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.topMenu .topMenu__inner .topMenu__detail .topMenu__detail--inner {
  position: relative;
}
.topMenu .topMenu__inner .topMenu__detail .topMenu__detail--inner a img {
  width: 100%;
  height: 100%;
}
.topMenu .topMenu__inner .topMenu__detail .topMenu__detail--inner a .txt {
  position: absolute;
  color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
.topMenu .topMenu__inner .topMenu__detail .topMenu__detail--inner a .txt h2 {
  font-size: 24px;
  font-weight: bold;
}
.topMenu .topMenu__inner .topMenu__detail .topMenu__detail--inner a .txt p {
  font-size: 20px;
  padding-top: 30px;
}
.topMenu .topMenu__inner .topMenu__detail:last-child {
  margin-right: 0;
}

.top__shopInfo {
  padding: 50px 0 100px 0;
}
@media screen and (max-width: 640px) {
  .top__shopInfo {
    padding: 20px 0 50px 0;
  }
}
.top__shopInfo .top__shopInfo--inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 1280px) {
  .top__shopInfo .top__shopInfo--inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .top__shopInfo .top__shopInfo--inner {
    display: block;
  }
}
.top__shopInfo .top__shopInfo--inner .left-box {
  width: 45%;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .top__shopInfo .top__shopInfo--inner .left-box {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .top__shopInfo .top__shopInfo--inner .left-box {
    margin-bottom: 30px;
  }
}
.top__shopInfo .top__shopInfo--inner .left-box img {
  width: 100%;
}
.top__shopInfo .top__shopInfo--inner .left-box h2 {
  border-left: 10px solid #e20012;
  font-size: 32px;
  padding-left: 10px;
  margin: 10px 0 10px 0;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .top__shopInfo .top__shopInfo--inner .left-box h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .top__shopInfo .top__shopInfo--inner .left-box h2 {
    font-size: 20px;
  }
}
.top__shopInfo .top__shopInfo--inner .left-box p {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .top__shopInfo .top__shopInfo--inner .left-box p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .top__shopInfo .top__shopInfo--inner .left-box p {
    font-size: 17px;
  }
}
.top__shopInfo .top__shopInfo--inner .right-box {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .top__shopInfo .top__shopInfo--inner .right-box {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */

#nav {
  -webkit-overflow-scrolling: touch;
}

.nav-language {
  position: relative;
  width: 100%;
}
.nav-language__button {
  width: 218px;
  padding: 10px 20px;
  border: none;
  background-color: #4c4b4b;
  color: #ffffff;
  font-size: 15px;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  position: absolute;
  top: 60px;
  right: 0;
  z-index: 10;
}
@media screen and (max-width: 400px) {
  .nav-language__button {
    width: 193px;
  }
}
.nav-language__icon {
  font-size: 18px;
  line-height: 1;
  padding-top: 2px;
}
.nav-language__text {
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.nav-language__arrow {
  margin-left: auto;
  font-size: 10px;
  transition: transform 0.3s ease;
}
.nav-language__dropdown {
  position: absolute;
  top: 0;
  right: 0;
  width: 218px;
  background-color: #4c4b4b;
  padding: 100px 20px 10px;
  box-sizing: border-box;
  /* 閉じた状態 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  /* アニメーション */
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0s linear 0.35s;
  z-index: 9;
}
@media screen and (max-width: 400px) {
  .nav-language__dropdown {
    width: 193px;
  }
}
.nav-language__dropdown a {
  display: block;
  padding: 10px 0;
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px solid #eee;
}
.nav-language__dropdown a:last-child {
  border-bottom: none;
}
.nav-language.is-open .nav-language__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0s linear 0s;
}
.nav-language.is-open .nav-language__arrow {
  transform: rotate(180deg);
}

.language-switcher__dropdown a {
  display: block;
  padding: 10px 15px;
}
.language-switcher__dropdown a.active {
  font-weight: 700;
  background: #f5f5f5;
}
.language-switcher__dropdown a.active::before {
  content: "✓";
  margin-right: 8px;
}



/* 2026-09-14 多言語版: ステップ見出し(h3)の幅を文字数に合わせる（英語版 /en/guide/ PC表示の重なり対策） */
@media screen and (min-width: 1025px) {
  .flow .flow__inner .step .step__right .step__right--inner h3 {
    width: auto;
    min-width: 76px;
    white-space: nowrap;
    flex-shrink: 0;
  }
}