@charset "UTF-8";
/*
Theme Name: ベアーズあんしん車検
Author: Ignition-inc
Author URI: https://ignition-inc.jp
Description: ベアーズあんしん車検のオリジナルテーマ
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
}

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

blockquote, q {
  quotes: none;
}

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

input, textarea, select, button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

ol, ul {
  list-style: none;
}

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

caption, th {
  text-align: left;
}

a {
  text-decoration: none;
}

a:focus {
  outline: none;
}

/* micro clearfix */
.cf:before, .cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/*
========================================
背景画像webp化
=========================================
*/
/*
========================================
    基本style
=========================================
*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
  color: #000;
  background-color: #fff;
}

h1 {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px) {
  h1 {
    font-size: 3rem;
    line-height: 1.3;
    font-weight: 500;
  }
}

h2 {
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1000px) {
  h2 {
    font-size: 2.4rem;
    font-weight: 500;
  }
}

h3 {
  font-size: 1.6rem;
  line-height: 1.375;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1000px) {
  h3 {
    font-size: 2.2rem;
    line-height: 1.3636363636;
  }
}

p {
  font-size: 1.4rem;
  line-height: 1.5714285714;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px) {
  p {
    font-size: 1.8rem;
    line-height: 1.5555555556;
  }
}

button,
input,
select,
textarea {
  font-family: inherit;
}

input::-moz-placeholder {
  color: rgba(35, 41, 55, 0.5);
}

input::placeholder {
  color: rgba(35, 41, 55, 0.5);
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

button,
input[type=submit] {
  cursor: pointer;
  border: none;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  color: inherit;
}

/*セレクトボックス 矢印の除去 */
select::-ms-expand {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

li:first-child {
  margin-top: 0 !important;
}

/*
========================================
  スクロールバー
=========================================
*/
/* スクロールバーの幅 */
::-webkit-scrollbar {
  width: 12px;
}

/* スクロールバーの背景 */
::-webkit-scrollbar-track {
  background: #264C98;
  border-left: solid 1px #ececec;
}

/* スクロールバーのつまみ部分 */
::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 8px;
  box-shadow: inset 0 0 0 2px #264C98;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #e2e8f0;
}

.simplebar-track.simplebar-horizontal {
  background: #264C98;
  height: 12px !important;
}

.simplebar-scrollbar::before {
  background-color: #fff !important;
  border-radius: 8px;
  height: 8px;
  opacity: 1 !important;
}

/*
========================================
  削除設計
=========================================
*/
.br-pc {
  display: none;
}

.span-pc {
  display: none;
}

.div-pc {
  display: none;
}

.a-pc {
  display: none;
}

.p-pc {
  display: none;
}

.img-pc {
  display: none;
}

.section-pc {
  display: none;
}

/* medium screen */
@media screen and (min-width: 1000px) {
  .br-sp {
    display: none;
  }
  .br-pc {
    display: block;
  }
  .span-sp {
    display: none;
  }
  .span-pc {
    display: inline;
  }
  .div-sp {
    display: none;
  }
  .div-pc {
    display: block;
  }
  .a-sp {
    display: none;
  }
  .a-pc {
    display: inline;
  }
  .p-sp {
    display: none;
  }
  .p-pc {
    display: block;
  }
  .img-sp {
    display: none;
  }
  .img-pc {
    display: inline;
  }
  .section-sp {
    display: none;
  }
  .section-pc {
    display: block;
  }
}
/*
========================================
  本文(単色、文字サイズ)
=========================================
*/
/*
========================================
  レイアウト
=========================================
*/
.l-inner {
  width: calc(100% - 40px);
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .l-inner--1000 {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1000px) {
  .l-inner--1280 {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1000px) {
  .l-inner--1365 {
    width: 100%;
    max-width: 1365px;
    margin: 0 auto;
  }
}

.l-flex {
  display: flex;
}
.l-flex--column {
  flex-direction: column;
}
.l-flex--center {
  justify-content: center;
  align-items: center;
}
.l-flex--space-between {
  justify-content: space-between;
}
@media screen and (max-width: 999px) {
  .l-flex--block-sp {
    display: block;
  }
}

.l-grid {
  display: grid;
}
@media screen and (max-width: 999px) {
  .l-grid--block-sp {
    display: block;
  }
}

/*
========================================
  span(単色、文字サイズ)
=========================================
*/
.u-text-blue {
  color: #264C98;
}

.u-text-yellow {
  color: #F3B80A;
}

.u-text-red {
  color: #FF0000;
}

.u-text-brown {
  color: #B07400;
}

.u-text-gray {
  color: #3B4043;
}

.u-text-white {
  color: #fff;
}

.u-highlight-yellow {
  background: linear-gradient(transparent 60%, #F6EC6A 60%);
}

.u-text-underline {
  text-decoration: underline;
}

.blue {
  color: #264C98;
}

.yellow {
  color: #F3B80A;
}

.red {
  color: #FF0000;
}

.brown {
  color: #B07400;
}

.yellowline {
  background: linear-gradient(transparent 60%, #F6EC6A 60%);
}

.gray {
  color: #3B4043;
}

/*
========================================
  フォント
=========================================
*/
.u-fw-normal {
  font-weight: normal;
}

.u-fw-medium {
  font-weight: 500;
}

.u-fw-semi {
  font-weight: 600;
}

.u-fw-bold {
  font-weight: bold;
}

.u-ff-Noto-Sans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.u-ff-Josefin-Sans {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
}

.u-ff-Merriweather {
  font-family: "Merriweather", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.u-ff-Segoe-UI {
  font-family: "segoe-ui", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.merriweather {
  font-family: "Merriweather", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.u-ls-0 {
  letter-spacing: 0;
}

.u-ls-005 {
  letter-spacing: 0.05em;
}

.u-ls-01 {
  letter-spacing: 0.1em;
}

.u-italic {
  font-style: italic;
}

.u-uppercase {
  text-transform: uppercase;
}

.u-nowrap {
  white-space: nowrap;
}

/*
========================================
  ・・・で文を省略
=========================================
*/
.txt-overflow-lines-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  white-space: normal;
  word-break: break-word;
}

.txt-overflow-lines-4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  white-space: normal;
  word-break: break-word;
}

/*
========================================
  余白
=========================================
*/
.u-mt--12 {
  margin-top: 12px;
}
@media screen and (min-width: 1000px) {
  .u-mt--12 {
    margin-top: 24px;
  }
}
.u-mt--24 {
  margin-top: 24px;
}
@media screen and (min-width: 1000px) {
  .u-mt--24 {
    margin-top: 32px;
  }
}
.u-mt--50 {
  margin-top: 50px;
}
@media screen and (min-width: 1000px) {
  .u-mt--50 {
    margin-top: 80px;
  }
}
.u-mt--80 {
  margin-top: 80px;
}
@media screen and (min-width: 1000px) {
  .u-mt--80 {
    margin-top: 160px;
  }
}

/*
========================================
  z-index
=========================================
*/
.u-z--content {
  z-index: 1;
}
.u-z--float {
  z-index: 700;
}
.u-z--menu {
  z-index: 800;
}
.u-z--header {
  z-index: 900;
}
.u-z--overlay {
  z-index: 1000;
}

/*
========================================
マスク
=========================================
*/
.u-mask--20 {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.u-mask--20::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.u-mask--60 {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.u-mask--60::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

/*
========================================
  テーブルレイアウト
=========================================
*/
/*
========================================
  矢印
=========================================
*/
.arrow-right {
  display: block;
  width: 9px;
  height: 9px;
  border-top: 2px solid #3B4043;
  border-right: 2px solid #3B4043;
  transform: rotate(45deg);
}

/*
========================================
  ボタン
=========================================
*/
.btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 195px;
  height: 48px;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  background-color: #264C98;
  position: relative;
  border-radius: 8px;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  cursor: pointer;
}
@media screen and (min-width: 1000px) {
  .btn-primary:hover {
    color: #264C98;
    background-color: #fff;
    border: 1px solid #004BB1;
  }
  .btn-primary:hover::after {
    border-top: 1px solid #264C98;
    border-right: 1px solid #264C98;
  }
}
.btn-primary::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.btn-primary.option {
  width: 220px;
  height: 50px;
  font-size: 20px;
  font-weight: 600;
  color: #264C98;
  background-color: #fff;
  border: 1px solid #264C98;
  border-radius: 36px;
}
.btn-primary.option::after {
  border-top: 2px solid #264C98;
  border-right: 2px solid #264C98;
}
@media screen and (min-width: 1000px) {
  .btn-primary.option:hover {
    color: #fff;
    background-color: #264C98;
  }
  .btn-primary.option:hover::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}

.btn-secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9.4em;
  height: 48px;
  color: #fff;
  font-size: 16px;
  background-color: #264C98;
  position: relative;
  border-radius: 24px;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  cursor: pointer;
}
@media screen and (min-width: 1000px) {
  .btn-secondary:hover {
    color: #264C98;
    background-color: #fff;
    border: 1px solid #004BB1;
  }
}

.c-btn--tertiary {
  display: inline-flex;
  align-items: center;
  padding: 10px 25px;
  font-size: 14px;
  letter-spacing: 0.1em;
  background-color: #fff;
  color: #264C98;
  border: 1px solid #264C98;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  font-weight: 500;
}
.c-btn--tertiary::after {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: #264C98;
  border-radius: 50%;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="7.86" height="7.859" viewBox="0 0 7.86 7.859"><path d="M3.93,0,3.216.715,5.921,3.42H0V4.441H5.921L3.216,7.146l.715.715L7.86,3.93Z" fill="%23ffffff"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
@media screen and (min-width: 1000px) {
  .c-btn--tertiary {
    font-size: 16px;
  }
  .c-btn--tertiary:hover {
    background-color: #264C98;
    color: #fff;
  }
  .c-btn--tertiary:hover::after {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="7.86" height="7.859" viewBox="0 0 7.86 7.859"><path d="M3.93,0,3.216.715,5.921,3.42H0V4.441H5.921L3.216,7.146l.715.715L7.86,3.93Z" fill="%23264C98"/></svg>');
    background-color: #fff;
    border: 1px solid #264C98;
  }
}

.btn-tertiary {
  display: inline-flex;
  align-items: center;
  padding: 10px 25px;
  font-size: 14px;
  letter-spacing: 0.1em;
  background-color: #fff;
  color: #264C98;
  border: 1px solid #264C98;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  font-weight: 600;
}
.btn-tertiary::after {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: #264C98;
  border-radius: 50%;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="7.86" height="7.859" viewBox="0 0 7.86 7.859"><path d="M3.93,0,3.216.715,5.921,3.42H0V4.441H5.921L3.216,7.146l.715.715L7.86,3.93Z" fill="%23ffffff"/></svg>');
  background-size: 7.86px 7.86px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
@media screen and (min-width: 1000px) {
  .btn-tertiary {
    font-size: 18px;
  }
  .btn-tertiary:hover {
    background-color: #264C98;
    color: #fff;
  }
  .btn-tertiary:hover::after {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="7.86" height="7.859" viewBox="0 0 7.86 7.859"><path d="M3.93,0,3.216.715,5.921,3.42H0V4.441H5.921L3.216,7.146l.715.715L7.86,3.93Z" fill="%230070c3"/></svg>');
    background-color: #fff;
    border: 1px solid #264C98;
  }
}

.btn-follow {
  width: 150px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #264C98;
  font-size: 14px;
  font-weight: 600;
  background-color: #fff;
  position: relative;
  border-radius: 36px;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  box-shadow: 0px 4px 0px #000;
}
@media screen and (min-width: 1000px) {
  .btn-follow {
    width: 180px;
    height: 40px;
    font-size: 16px;
  }
}
.btn-follow::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #264C98;
  border-right: 2px solid #264C98;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 1000px) {
  .btn-follow::after {
    width: 10px;
    height: 10px;
  }
}
@media screen and (min-width: 1000px) {
  .btn-follow:hover {
    transform: translateY(4px);
    box-shadow: none;
  }
}

/*
========================================
電話番号のリンク
=========================================
*/
.tel-link {
  text-decoration: underline;
  color: #fff;
  /* 好きな色に */
  cursor: pointer;
}
.tel-link--white {
  color: #fff;
}
.tel-link--black {
  color: #000;
}
@media screen and (min-width: 1000px) {
  .tel-link {
    pointer-events: none;
    /* リンクを無効化（クリックしても何も起こらない） */
    text-decoration: none;
    /* 下線を消す */
    color: inherit;
    /* テキスト色を親要素に合わせる */
    cursor: default;
    /* 通常のカーソルに */
  }
}

/*
========================================
  見出し項番
=========================================
*/
.c-heading span {
  font-size: 14px;
  font-weight: 500;
  font-family: noto-sans, sans-serif;
  letter-spacing: 0.1em;
  color: #264C98;
  padding-left: 10px;
}
@media screen and (min-width: 1000px) {
  .c-heading span {
    font-size: 20px;
    padding-left: 25px;
  }
}
.c-heading h1 {
  position: relative;
  padding-left: 10px;
  color: #264C98;
}
@media screen and (min-width: 1000px) {
  .c-heading h1 {
    padding-left: 15px;
  }
}
.c-heading h1::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 6px solid #000;
  border-top: 0;
  transform: rotate(135deg);
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 1000px) {
  .c-heading h1::before {
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 9px solid #000;
  }
}

/*
========================================
  ページ概要
=========================================
*/
/*
========================================
  スクロールヒント
=========================================
*/
@media screen and (min-width: 768px) {
  .scroll-hint-icon-wrap {
    display: none;
  }
}
/*
========================================
  トップへ
=========================================
*/
/*
========================================
  グロナビ 共通
=========================================
*/
.header-bar {
  position: fixed;
  width: 100%;
  height: 70px;
  background-color: #fff;
  top: 0;
  left: 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 1280px) {
  .header-bar {
    height: 130px;
  }
}
.header-bar .g-nav {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1280px) {
  .header-bar .g-nav {
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
}
.header-bar .g-nav__inner {
  width: calc(100% - 40px);
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
@media screen and (min-width: 1280px) {
  .header-bar .g-nav__inner {
    max-width: 1720px;
    display: flex;
    justify-content: space-between;
  }
}
.header-bar .g-nav__inner .header-logo {
  width: 200px;
  height: auto;
}
@media screen and (min-width: 1280px) {
  .header-bar .g-nav__inner .header-logo {
    width: 350px;
  }
}
.header-bar .g-nav__inner .header-logo img {
  width: 100%;
  height: auto;
  display: block;
}
.header-bar__btn {
  width: 35px;
  height: 24px;
  position: relative;
  display: block;
  margin-left: auto;
}
.header-bar__btn span {
  display: inline-block;
  transition: all 0.3s;
  position: absolute;
}
.header-bar__btn span:nth-of-type(1), .header-bar__btn span:nth-of-type(2) {
  width: 35px;
  height: 4px;
  background: #264C98;
}
.header-bar__btn span:nth-of-type(1) {
  top: 0;
}
.header-bar__btn span:nth-of-type(2) {
  top: 10px;
}
.header-bar__btn span:nth-of-type(3) {
  width: 22px;
  height: 4px;
  background: #264C98;
  top: 20px;
}
.header-bar__btn.active {
  width: 27px;
  height: 27px;
}
.header-bar__btn.active span:nth-of-type(1) {
  width: 35px;
  height: 4px;
  top: 6px;
  transform: translateY(6px) rotate(-45deg);
}
.header-bar__btn.active span:nth-of-type(2) {
  top: 6px;
  width: 35px;
  height: 4px;
  transform: translateY(6px) rotate(45deg);
}
.header-bar__btn.active span:nth-of-type(3) {
  opacity: 0;
}
@media screen and (min-width: 1280px) {
  .header-bar__btn {
    display: none;
  }
}

/*
========================================
  グロナビ PC
=========================================
*/
.g-nav__pc--right {
  display: flex;
  flex-direction: column;
  height: 105px;
  justify-content: space-between;
}
.g-nav__pc .g-nav__menu--primary {
  display: none;
}
@media screen and (min-width: 1280px) {
  .g-nav__pc .g-nav__menu--primary {
    display: flex;
    width: 630px;
    justify-content: space-between;
    margin-left: auto;
  }
}
.g-nav__pc .g-nav__menu--primary a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  transition: all 0.2s ease;
}
.g-nav__pc .g-nav__menu--primary .nav-btn-1 {
  border: 1px solid #707F89;
  width: 200px;
}
.g-nav__pc .g-nav__menu--primary .nav-btn-1 .img {
  margin-right: 5px;
  width: 26px;
  height: 26px;
}
.g-nav__pc .g-nav__menu--primary .nav-btn-1 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.g-nav__pc .g-nav__menu--primary .nav-btn-1 .txt {
  color: #707F89;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
.g-nav__pc .g-nav__menu--primary .nav-btn-1:hover {
  background-color: #707F89;
}
.g-nav__pc .g-nav__menu--primary .nav-btn-1:hover .txt {
  color: #fff;
}
.g-nav__pc .g-nav__menu--primary .nav-btn-2 {
  border: 1px solid #264C98;
  width: 185px;
}
.g-nav__pc .g-nav__menu--primary .nav-btn-2 .img {
  margin-right: 8px;
  width: 22px;
  height: 35px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='22' height='35' viewBox='0 0 22 35'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='22' height='35' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M.008,12.557C.008,8.928.016,5.3,0,1.67A1.448,1.448,0,0,1,.759.206,1.629,1.629,0,0,1,2.6.377c1.178.9,2.347,1.814,3.52,2.722C7.654,4.291,9.2,5.476,10.728,6.677a.367.367,0,0,0,.551,0Q15.289,3.552,19.312.446A1.76,1.76,0,0,1,20.95.081,1.367,1.367,0,0,1,22,1.467q0,11.113-.016,22.225a1.574,1.574,0,0,1-.387.984c-3.09,3.267-6.2,6.509-9.312,9.758a1.733,1.733,0,0,1-2.561,0Q5.06,29.56.4,24.688A1.411,1.411,0,0,1,0,23.649q.009-5.546,0-11.092M1.831,2.1c-.011.2-.023.315-.023.432q0,10.313.01,20.626a.964.964,0,0,0,.242.6q3.527,3.726,7.081,7.426c.484.5,1.005.971,1.536,1.48v-.44q0-11.4.01-22.8a.872.872,0,0,0-.386-.779q-3.317-2.55-6.62-5.12c-.6-.462-1.2-.921-1.85-1.424' transform='translate(0 0)' fill='%230058a7'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.g-nav__pc .g-nav__menu--primary .nav-btn-2 .txt {
  color: #264C98;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1428571429;
  letter-spacing: 0.05em;
}
.g-nav__pc .g-nav__menu--primary .nav-btn-2:hover {
  background-color: #264C98;
}
.g-nav__pc .g-nav__menu--primary .nav-btn-2:hover .img {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='22' height='35' viewBox='0 0 22 35'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='22' height='35' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M.008,12.557C.008,8.928.016,5.3,0,1.67A1.448,1.448,0,0,1,.759.206,1.629,1.629,0,0,1,2.6.377c1.178.9,2.347,1.814,3.52,2.722C7.654,4.291,9.2,5.476,10.728,6.677a.367.367,0,0,0,.551,0Q15.289,3.552,19.312.446A1.76,1.76,0,0,1,20.95.081,1.367,1.367,0,0,1,22,1.467q0,11.113-.016,22.225a1.574,1.574,0,0,1-.387.984c-3.09,3.267-6.2,6.509-9.312,9.758a1.733,1.733,0,0,1-2.561,0Q5.06,29.56.4,24.688A1.411,1.411,0,0,1,0,23.649q.009-5.546,0-11.092M1.831,2.1c-.011.2-.023.315-.023.432q0,10.313.01,20.626a.964.964,0,0,0,.242.6q3.527,3.726,7.081,7.426c.484.5,1.005.971,1.536,1.48v-.44q0-11.4.01-22.8a.872.872,0,0,0-.386-.779q-3.317-2.55-6.62-5.12c-.6-.462-1.2-.921-1.85-1.424' transform='translate(0 0)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
}
.g-nav__pc .g-nav__menu--primary .nav-btn-2:hover .txt {
  color: #fff;
}
.g-nav__pc .g-nav__menu--primary .nav-btn-3 {
  width: 230px;
  background-color: #B07400;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: normal;
}
.g-nav__pc .g-nav__menu--primary .nav-btn-3 svg {
  width: 20px;
  height: auto;
  margin-right: 10px;
  fill: #ffffff;
  display: block;
}
.g-nav__pc .g-nav__menu--primary .nav-btn-3:hover {
  background-color: #fff;
  color: #B07400;
  border: 1px solid #B07400;
}
.g-nav__pc .g-nav__menu--primary .nav-btn-3:hover svg {
  fill: #B07400;
}
.g-nav__pc .g-nav__menu--secondary {
  display: none;
}
@media screen and (min-width: 1280px) {
  .g-nav__pc .g-nav__menu--secondary {
    display: flex;
    width: 730px;
    justify-content: space-between;
    margin-left: auto;
  }
  .g-nav__pc .g-nav__menu--secondary li:first-child {
    margin-left: unset;
  }
  .g-nav__pc .g-nav__menu--secondary li a {
    color: #000;
    font-size: 16px;
    letter-spacing: 0.05em;
    font-weight: 500;
    position: relative;
    line-height: 1.3;
  }
  .g-nav__pc .g-nav__menu--secondary li a::after {
    position: absolute;
    left: 0;
    bottom: -2px;
    content: "";
    width: 100%;
    height: 1px;
    background: #264C98;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.2s;
  }
  .g-nav__pc .g-nav__menu--secondary li a:hover {
    color: #264C98;
  }
  .g-nav__pc .g-nav__menu--secondary li a:hover::after {
    transform: scale(1, 1);
  }
}
.g-nav__pc .g-nav__comment {
  display: none;
}
@media screen and (min-width: 1280px) {
  .g-nav__pc .g-nav__comment {
    display: block;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.3;
    color: #B07400;
    font-weight: 500;
    text-align: right;
  }
}

/*
========================================
  グロナビ SP
=========================================
*/
.g-nav__sp {
  width: 88.4615384615%;
  max-width: 360px;
  height: 100vh;
  height: 100svh;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: -120%;
  transition: all 0.6s;
  overflow-y: scroll;
  padding-top: 70px;
}
.g-nav__sp.active {
  right: 0;
}
.g-nav__sp h4 {
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: #264C98;
  text-align: left;
  margin-left: 15.9420289855%;
  margin-top: 5vh;
  margin-top: 5svh;
}
.g-nav__sp-inner {
  width: auto;
  margin-top: 3.5vh;
  margin-top: 3.5svh;
  margin-left: 18.8405797101%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.g-nav__sp-inner .g-nav__menu--primary .menu-item {
  height: 20px;
  display: flex;
  align-items: center;
  margin-top: 3vh;
  margin-top: 3svh;
}
.g-nav__sp-inner .g-nav__menu--primary .menu-item a {
  color: #264C98;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  position: relative;
  color: #264C98;
  padding-left: 15px;
}
.g-nav__sp-inner .g-nav__menu--primary .menu-item a:before {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #264C98;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.g-nav__sp .nav-btn {
  width: 230px;
  height: 48px;
  background-color: #B07400;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 5vh auto 0;
  margin: 5svh auto 0;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.g-nav__sp .nav-btn img {
  display: flex;
  margin-right: 10px;
}
.g-nav__sp .g-nav__comment {
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #B07400;
  margin-top: 10px;
  text-align: center;
  font-weight: 500;
}
.g-nav__sp .g-nav__guarantee {
  width: 230px;
  height: auto;
  margin: 5vh auto 0;
  margin: 5svh auto 0;
  display: block;
}
.g-nav__sp .g-nav__menu--secondary {
  width: 160px;
  height: auto;
  margin: 5vh auto 0;
  margin: 5svh auto 0;
  text-align: center;
}
.g-nav__sp .g-nav__menu--secondary a {
  display: inline-block;
  font-size: 14px;
  color: #707F89;
  letter-spacing: 0.1em;
  margin-top: 2vh;
  margin-top: 2svh;
  line-height: 1.3;
}
.g-nav__sp .g-nav__menu--secondary a:first-child {
  margin-top: 0;
}
.g-nav__sp .g-nav__company {
  width: 100%;
  margin: 6vh auto 0;
  margin: 6svh auto 0;
  background-color: #264C98;
  padding-top: 5vh;
  padding-top: 5svh;
  padding-bottom: 6vh;
  padding-bottom: 6svh;
  padding-left: 4.347826087%;
}
.g-nav__sp .g-nav__company tbody {
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
  color: #fff;
  font-weight: 500;
}
.g-nav__sp .g-nav__company th {
  font-weight: 500;
  padding-right: 20px;
  padding-top: 15px;
  white-space: nowrap;
}
.g-nav__sp .g-nav__company tr:first-child th {
  padding-top: 0;
}

/*
========================================
  追従
=========================================
*/
@media screen and (min-width: 1000px) {
  .followmenu {
    display: none;
  }
}
.followmenu ul {
  width: 100%;
  height: 100px;
  display: flex;
  position: fixed;
  bottom: 0;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 390px) {
  .followmenu ul {
    flex-direction: row;
    height: 50px;
    justify-content: left;
  }
}
.followmenu ul li {
  height: 50%;
}
@media screen and (min-width: 390px) {
  .followmenu ul li {
    height: 100%;
  }
}
.followmenu ul li.nav-list1 {
  align-self: flex-end;
}
@media screen and (min-width: 390px) {
  .followmenu ul li.nav-list1 {
    align-self: unset;
  }
}
.followmenu ul li.nav-list1 img {
  display: block;
  width: 140px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.followmenu ul li.nav-list2 {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #707F89;
}
@media screen and (min-width: 390px) {
  .followmenu ul li.nav-list2 {
    flex: 1;
  }
}
.followmenu ul li.nav-list2 .btn-follow {
  width: 210px;
  height: 30px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  border-radius: 8px;
  box-shadow: 3px 3px 0px #000;
}

/*
========================================
  footer
=========================================
*/
.footer {
  width: 100%;
  height: auto;
  background-color: #264C98;
}
.footer__inner {
  height: 100%;
  padding-top: 35px;
  padding-left: 20px;
}
@media screen and (min-width: 1000px) {
  .footer__inner {
    padding-top: 25px;
    padding-left: 0;
  }
}
@media screen and (min-width: 1000px) {
  .footer__flex {
    width: 100%;
    justify-content: space-between;
  }
}
.footer__hr {
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.footer__copyright {
  width: auto;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .footer__copyright {
    font-size: 14px;
  }
}
.footer__space {
  width: 100%;
  height: 50px;
  background-color: #264C98;
}
@media screen and (min-width: 1000px) {
  .footer__space {
    height: 0px;
  }
}

@media screen and (min-width: 1000px) {
  .footer-nav__menu--primary {
    width: auto;
    grid-template-columns: 1fr 110px 110px;
    grid-template-rows: repeat(3, 1fr);
    row-gap: 25px;
    -moz-column-gap: 50px;
         column-gap: 50px;
    padding-top: 35px;
  }
}
.footer-nav__menu--primary li {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
@media screen and (min-width: 1000px) {
  .footer-nav__menu--primary li {
    margin-top: 0;
  }
}
.footer-nav__menu--primary li a {
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-weight: normal;
  line-height: 1.3;
  white-space: nowrap;
}
@media screen and (min-width: 1000px) {
  .footer-nav__menu--primary li a {
    font-size: 16px;
  }
}
.footer-nav__info {
  margin-top: 35px;
}
@media screen and (min-width: 1000px) {
  .footer-nav__info {
    margin-top: 0;
  }
}
.footer-nav__logo {
  width: 93px;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .footer-nav__logo {
    width: 150px;
  }
}
.footer-nav__company {
  width: 100%;
  margin-top: 15px;
}
@media screen and (min-width: 1000px) {
  .footer-nav__company {
    margin-top: 10px;
  }
}
.footer-nav__company-name {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.3;
  font-weight: 500;
}
@media screen and (min-width: 1000px) {
  .footer-nav__company-name {
    font-size: 16px;
  }
}
.footer-nav__company-address {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 15px;
}
@media screen and (min-width: 1000px) {
  .footer-nav__company-address {
    font-size: 14px;
    line-height: 1.4285714286;
  }
}
.footer-nav__menu--secondary {
  display: flex;
  width: auto;
  margin-top: 35px;
  text-align: center;
  justify-content: center;
}
@media screen and (min-width: 1000px) {
  .footer-nav__menu--secondary {
    margin-top: 50px;
  }
}
.footer-nav__menu--secondary-item {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (min-width: 1000px) {
  .footer-nav__menu--secondary-item {
    font-size: 14px;
  }
}
.footer-nav__menu--secondary-item:first-child {
  padding-right: 10px;
  border-right: 1px solid #fff;
}
.footer-nav__menu--secondary-item:last-child {
  padding-left: 10px;
}

/*
========================================
  実績統計コンポーネント
=========================================
*/
.c-achievements {
  width: 91.0256410256%;
  max-width: 355px;
  height: auto;
  background-color: #fff;
  border-radius: 14px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (min-width: 1000px) {
  .c-achievements {
    width: 100%;
    max-width: 1000px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.c-achievements__lead {
  width: 97.1830985915%;
}
@media screen and (min-width: 1000px) {
  .c-achievements__lead {
    width: 520px;
  }
}
.c-achievements__lead .txt-1 {
  font-size: 14px;
  line-height: 1.3571428571;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #3B4043;
  text-align: center;
}
.c-achievements__lead .txt-1 .number {
  font-size: 18px;
  color: #264C98;
}
@media screen and (min-width: 1000px) {
  .c-achievements__lead .txt-1 .number {
    font-size: 24px;
  }
}
@media screen and (min-width: 1000px) {
  .c-achievements__lead .txt-1 {
    font-size: 17px;
    line-height: 1.4117647059;
  }
}
.c-achievements__lead .txt-2 {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #3B4043;
  text-align: center;
}
.c-achievements__image {
  width: 97.1830985915%;
  max-width: 345px;
  margin: 20px auto 0;
}
@media screen and (min-width: 1000px) {
  .c-achievements__image {
    width: 515px;
    max-width: unset;
    margin: 25px auto 0;
  }
}
.c-achievements__image img {
  display: block;
  width: 100%;
  height: auto;
}

/*
========================================
  c-numbers
=========================================
*/
.c-numbers__inner {
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.06);
}
@media screen and (min-width: 1000px) {
  .c-numbers__inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.c-numbers__title {
  color: #264C98;
  text-align: center;
}
.c-numbers__list {
  width: 100%;
  max-width: 355px;
  display: grid;
  grid-template-columns: repeat(2, 170px);
  grid-template-rows: repeat(3, 150px);
  grid-column-gap: 10px;
  grid-row-gap: 25px;
  margin: 15px auto 0;
  justify-content: center;
}
@media screen and (min-width: 1000px) {
  .c-numbers__list {
    grid-template-columns: repeat(3, 300px);
    grid-template-rows: repeat(2, 200px);
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    margin: 25px auto 0;
  }
}
.c-numbers__item {
  width: auto;
  height: auto;
  border-radius: 20px;
  padding-top: 15px;
  display: flex;
  justify-content: center;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
@media screen and (min-width: 1000px) {
  .c-numbers__item {
    padding-top: 20px;
  }
}
.c-numbers__box {
  width: 145px;
  height: auto;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .c-numbers__box {
    width: 250px;
  }
}
.c-numbers__subtitle {
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-weight: normal;
}
@media screen and (min-width: 1000px) {
  .c-numbers__subtitle {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
}
.c-numbers .performance {
  margin-top: 5px;
}
.c-numbers .performance .number {
  font-size: 36px;
  line-height: 1.3;
  margin-top: 5px;
}
@media screen and (min-width: 1000px) {
  .c-numbers .performance .number {
    font-size: 64px;
  }
}
.c-numbers .performance .unit {
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px) {
  .c-numbers .performance .unit {
    font-size: 32px;
  }
}
.c-numbers .period {
  font-size: 12px;
  margin-top: 5px;
  color: #3B4043;
  line-height: 1.3333333333;
}
@media screen and (min-width: 1000px) {
  .c-numbers .period {
    font-size: 14px;
    line-height: 1.5714285714;
  }
}

/*
========================================
  cardlist
=========================================
*/
.c-cardlist h2 {
  color: #264C98;
  text-align: center;
}
.c-cardlist ul {
  width: 100%;
  display: grid;
  grid-template-columns: 91.0256410256%;
  grid-template-rows: repeat(6, 200px);
  row-gap: 30px;
  justify-content: center;
  counter-reset: number 0;
  margin-top: 15px;
}
@media screen and (min-width: 390px) {
  .c-cardlist ul {
    grid-template-columns: 345px;
  }
}
@media screen and (min-width: 768px) {
  .c-cardlist ul {
    grid-template-columns: 345px 345px;
    grid-template-rows: repeat(3, 200px);
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .c-cardlist ul {
    grid-template-columns: 400px 400px 400px;
    grid-template-rows: 270px 270px;
    margin-top: 30px;
  }
}
.c-cardlist ul dl {
  border: 1px solid #000;
  border-radius: 0 10px 10px 10px;
  box-shadow: 10px 10px 0px #707F89;
  padding-top: 30px;
  text-align: center;
  position: relative;
}
.c-cardlist ul dl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2260.439%22%20height%3D%2260.439%22%20viewBox%3D%220%200%2060.439%2060.439%22%3E%3Cpath%20d%3D%22M0%2C0%2C60.439%2C60.439H0Z%22%20transform%3D%22translate(60.439)%20rotate(90)%22%20fill%3D%22%23264C98%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}
@media screen and (min-width: 1280px) {
  .c-cardlist ul dl::before {
    width: 70px;
    height: 70px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2270%22%20height%3D%2270%22%20viewBox%3D%220%200%2070%2070%22%3E%3Cpath%20d%3D%22M0-2.369l70%2C70H0Z%22%20transform%3D%22translate(67.631)%20rotate(90)%22%20fill%3D%22%23264C98%22%2F%3E%3C%2Fsvg%3E");
  }
}
.c-cardlist ul dl::after {
  counter-increment: number 1;
  content: counter(number);
  position: absolute;
  top: 9px;
  left: 14px;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
}
@media screen and (min-width: 1280px) {
  .c-cardlist ul dl::after {
    font-size: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .c-cardlist ul dl {
    padding-top: 50px;
  }
}
.c-cardlist ul dl dt {
  font-size: 16px;
  color: #264C98;
  font-weight: 500;
  letter-spacing: 0.05em;
  white-space: nowrap;
  line-height: 1.3;
}
@media screen and (min-width: 1280px) {
  .c-cardlist ul dl dt {
    font-size: 22px;
  }
}
.c-cardlist ul dl dd {
  width: 100%;
  max-width: 300px;
  color: #3B4043;
  margin: 25px auto 0;
  font-size: 14px;
  line-height: 1.5714285714;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1280px) {
  .c-cardlist ul dl dd {
    font-size: 16px;
    line-height: 1.5;
    max-width: 330px;
    margin: 30px auto 0;
  }
}

/*
========================================
  Call to Action
=========================================
*/
.c-cta {
  padding-top: 16px;
  padding-bottom: 14px;
  background-color: #A4A4A4;
  box-shadow: 0px 3px 1px #264C98;
}
@media screen and (min-width: 1000px) {
  .c-cta {
    width: 100%;
    max-width: 1000px;
    padding-top: 22px;
    padding-bottom: 30px;
    margin: 0 auto;
    box-shadow: 3px 3px 1px #264C98;
  }
}
.c-cta__inner {
  width: calc(100% - 40px);
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .c-cta__inner {
    width: 720px;
    max-width: unset;
  }
}
.c-cta h2 {
  width: 235px;
  height: 28px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 28px;
  color: #fff;
  padding-left: 35px;
  position: relative;
  margin: 0 auto;
  white-space: nowrap;
}
@media screen and (min-width: 1000px) {
  .c-cta h2 {
    width: 400px;
    font-size: 32px;
    height: 42px;
    line-height: 42px;
    padding-left: 47px;
  }
}
.c-cta h2::before {
  content: "";
  width: 25px;
  height: 28px;
  background: url(./img/icon-metro-calendar.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 1000px) {
  .c-cta h2::before {
    width: 38px;
    height: 42px;
  }
}
.c-cta__container {
  margin-top: 20px;
}
@media screen and (min-width: 1000px) {
  .c-cta__container {
    justify-content: space-between;
    margin-top: 30px;
  }
}
.c-cta__list {
  width: 215px;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .c-cta__list {
    width: 270px;
    margin: 0;
  }
}
.c-cta__item {
  height: 23px;
  line-height: 23px;
  position: relative;
  font-size: 1.6rem;
  padding-left: 30px;
  position: relative;
  font-weight: 500;
  letter-spacing: 0.05em;
  white-space: nowrap;
  margin-top: 10px;
}
@media screen and (min-width: 1000px) {
  .c-cta__item {
    font-size: 2rem;
  }
}
.c-cta__item::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 23px;
  height: 23px;
  background: url(./img/icon-checkbox.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
.c-cta__unit {
  font-size: 12px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px) {
  .c-cta__unit {
    font-size: 16px;
  }
}
.c-cta__note {
  color: #fff;
  font-size: 14px;
  margin-top: 25px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .c-cta__note {
    font-size: 1.6rem;
    font-weight: normal;
    margin-top: 0;
  }
}
.c-cta__btn {
  width: 310px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #264C98;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  background-color: #fff;
  position: relative;
  border-radius: 12px;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  box-shadow: 0px 3px 1px #000;
  margin: 10px auto 0;
}
@media screen and (min-width: 1000px) {
  .c-cta__btn {
    width: 345px;
    height: 72px;
    font-size: 26px;
    margin-top: 5px;
    box-shadow: 3px 3px 0px #000;
  }
}
.c-cta__btn::after {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 2px solid #264C98;
  border-right: 2px solid #264C98;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 1000px) {
  .c-cta__btn::after {
    width: 10px;
    height: 10px;
    right: 20px;
  }
}
@media screen and (min-width: 1000px) {
  .c-cta__btn:hover {
    transform: translateY(3px);
    box-shadow: none;
  }
}

/*
========================================
  imgslide
=========================================
*/
.imgslide ul {
  width: 91.0256410256%;
  margin: 25px auto 0;
}
@media screen and (min-width: 1000px) {
  .imgslide ul {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    margin-top: 35px;
  }
}
.imgslide ul li {
  width: 100%;
  background-color: rgba(152, 166, 181, 0.2);
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 30px;
}
.imgslide ul li:first-child {
  margin-top: 0;
}
@media screen and (min-width: 1000px) {
  .imgslide ul li {
    padding: unset;
    display: flex;
    align-items: center;
    height: 390px;
    justify-content: center;
    margin-top: 50px;
  }
}
.imgslide ul li .wrapper {
  width: 90.1408450704%;
  max-width: 500px;
  margin: 0 auto;
  height: auto;
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 25px;
}
@media screen and (min-width: 1000px) {
  .imgslide ul li .wrapper {
    width: 1000px;
    max-width: unset;
    height: 340px;
    background-color: unset;
    margin: unset;
    padding: unset;
    display: flex;
  }
}
.imgslide ul li .wrapper .imgcontainer {
  width: 93.75%;
  height: 217px;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .imgslide ul li .wrapper .imgcontainer {
    width: 500px;
    height: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.imgslide ul li .wrapper .imgcontainer .slick-arrow {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
@media screen and (min-width: 1000px) {
  .imgslide ul li .wrapper .imgcontainer .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.imgslide ul li .wrapper .imgcontainer .slick-arrow.slick-prev {
  background: url(./img/arrow-left.png) no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1000px) {
  .imgslide ul li .wrapper .imgcontainer .slick-arrow.slick-prev {
    left: 5px;
  }
}
.imgslide ul li .wrapper .imgcontainer .slick-arrow.slick-next {
  display: none;
  background: url(./img/arrow-right.png) no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1000px) {
  .imgslide ul li .wrapper .imgcontainer .slick-arrow.slick-next {
    right: 5px;
  }
}
.imgslide ul li .wrapper .imgcontainer .slick-arrow::before {
  display: none;
}
@media screen and (min-width: 1000px) {
  .imgslide ul li .wrapper .imgcontainer .slick-list {
    width: 410px;
  }
}
.imgslide ul li .wrapper .imgcontainer .slick-list .slick-track img {
  height: 217px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1000px) {
  .imgslide ul li .wrapper .imgcontainer .slick-list .slick-track img {
    height: 275px;
  }
}
.imgslide ul li .wrapper .txtcontainer {
  width: 90.1408450704%;
  margin: 25px auto 0;
}
@media screen and (min-width: 1000px) {
  .imgslide ul li .wrapper .txtcontainer {
    width: 500px;
    margin: unset;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1000px) {
  .imgslide ul li .wrapper .txtcontainer .box {
    width: 360px;
    height: 230px;
  }
}
.imgslide ul li .wrapper .txtcontainer .box h3 {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif;
  font-size: 20px;
  color: #0070C3;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1000px) {
  .imgslide ul li .wrapper .txtcontainer .box h3 {
    font-size: 26px;
    height: 70px;
  }
}
.imgslide ul li .wrapper .txtcontainer .box p {
  margin-top: 10px;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .imgslide ul li .wrapper .txtcontainer .box p {
    margin-top: 35px;
    text-align: left;
  }
}
.imgslide ul li .wrapper .txtcontainer .box .partner {
  display: block;
  margin-top: 15px;
  text-align: center;
  letter-spacing: 0.12em;
  font-size: 12px;
}
@media screen and (min-width: 390px) {
  .imgslide ul li .wrapper .txtcontainer .box .partner {
    font-size: 14px;
  }
}

/*
========================================
  選ばれる理由
=========================================
*/
.top-reason__reasons {
  margin-top: 32px;
}

.c-reasons__item {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 25px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
}
@media screen and (min-width: 1000px) {
  .c-reasons__item {
    padding: 0;
    display: flex;
    align-items: center;
    height: 300px;
    justify-content: center;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1000px) {
  .c-reasons__wrapper {
    width: 885px;
    height: auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.c-reasons__text {
  width: 96.9696969697%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .c-reasons__text {
    width: 450px;
    margin: 0;
    padding-top: 15px;
  }
}
.c-reasons__text h3 {
  color: #264C98;
}
.c-reasons__text p {
  margin-top: 20px;
}
@media screen and (min-width: 1000px) {
  .c-reasons__text p {
    margin-top: 25px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.c-reasons__image {
  width: calc(100% - 20px);
  margin: 20px auto 0;
  max-width: 330px;
}
@media screen and (min-width: 1000px) {
  .c-reasons__image {
    width: 400px;
    height: 247px;
    max-width: unset;
    margin: unset;
  }
}
.c-reasons__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*
========================================
  車検料金スクロールコンポーネント
=========================================
*/
.c-priceslide__list {
  width: 100%;
  margin-top: 50px;
  padding-bottom: 10px;
}
@media screen and (min-width: 1000px) {
  .c-priceslide__list {
    max-width: 1185px;
    margin-left: auto;
    padding-top: 35px;
  }
}
.c-priceslide__list .simplebar-content {
  display: flex;
}
.c-priceslide__list li {
  width: 355px;
  height: 360px;
  background-color: rgba(152, 166, 181, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  flex-shrink: 0;
}
@media screen and (min-width: 1000px) {
  .c-priceslide__list li {
    width: 456px;
    height: 463px;
    margin-left: 30px;
  }
}
.c-priceslide__list li:first-child {
  margin-left: 0;
}
.c-priceslide__container {
  width: 306px;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .c-priceslide__container {
    width: 396px;
  }
}
.c-priceslide__carname {
  display: inline-block;
  width: 95px;
  height: 28px;
  line-height: 28px;
  color: #fff;
  background-color: #04528C;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .c-priceslide__carname {
    width: 125px;
    height: 36px;
    line-height: 36px;
    font-size: 20px;
  }
}
.c-priceslide__weight {
  white-space: nowrap;
  font-size: 1.4rem;
}
@media screen and (min-width: 1000px) {
  .c-priceslide__weight {
    font-size: 2rem;
  }
}
.c-priceslide__example {
  font-size: 14px;
  line-height: 1.3;
  margin-top: 4px;
}
@media screen and (min-width: 1000px) {
  .c-priceslide__example {
    font-size: 20px;
  }
}
.c-priceslide__image {
  width: 100%;
  margin-top: 10px;
  height: 152px;
  background-color: #fff;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .c-priceslide__image {
    margin-top: 10px;
    height: 198px;
  }
}
.c-priceslide__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-priceslide__info {
  width: 100%;
  height: 95px;
  display: flex;
  justify-content: center;
  background-color: #fff;
  margin-top: 5px;
  align-items: center;
}
@media screen and (min-width: 1000px) {
  .c-priceslide__info {
    height: 125px;
  }
}
.c-priceslide__label {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (min-width: 1000px) {
  .c-priceslide__label {
    font-size: 2rem;
  }
}
.c-priceslide__price-number {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (min-width: 1000px) {
  .c-priceslide__price-number {
    font-size: 50px;
  }
}
.c-priceslide__yen {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 1000px) {
  .c-priceslide__yen {
    font-size: 18px;
  }
}
.c-priceslide__range {
  font-size: 22px;
  font-weight: bold;
  vertical-align: super;
}
@media screen and (min-width: 1000px) {
  .c-priceslide__range {
    font-size: 30px;
  }
}
.c-priceslide__tax {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (min-width: 1000px) {
  .c-priceslide__tax {
    font-size: 20px;
  }
}

/*
========================================
  よくある質問
=========================================
*/
.c-accordion dl {
  width: 100%;
  height: auto;
  margin-top: 15px;
}
@media screen and (min-width: 1000px) {
  .c-accordion dl {
    max-width: 630px;
    margin-top: 30px;
  }
}
.c-accordion dl:first-child {
  margin-top: 0;
}
.c-accordion dl dt {
  width: 100%;
  height: auto;
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #264C98;
  border-radius: 6px;
  cursor: pointer;
}
@media screen and (min-width: 1000px) {
  .c-accordion dl dt {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.c-accordion dl dt .flexcontainer {
  display: flex;
  width: 92.9577464789%;
  margin: 0 auto;
  align-items: center;
}
@media screen and (min-width: 1000px) {
  .c-accordion dl dt .flexcontainer {
    width: 100%;
    justify-content: space-between;
  }
}
.c-accordion dl dt .flexcontainer p {
  width: 90.9090909091%;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.2857142857;
  color: #fff;
  margin-right: 12px;
}
@media screen and (min-width: 1000px) {
  .c-accordion dl dt .flexcontainer p {
    width: auto;
    font-size: 16px;
    line-height: 1.5;
  }
}
.c-accordion dl dt .flexcontainer .togglebtn {
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  flex-shrink: 0;
}
.c-accordion dl dt .flexcontainer .togglebtn::before, .c-accordion dl dt .flexcontainer .togglebtn::after {
  display: block;
  content: "";
  background-color: #264C98;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.c-accordion dl dt .flexcontainer .togglebtn::before {
  width: 12px;
  height: 2px;
}
.c-accordion dl dt .flexcontainer .togglebtn::after {
  width: 2px;
  height: 12px;
}
.c-accordion dl dt.selected .togglebtn::after {
  content: normal;
}
.c-accordion dd {
  display: none;
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #F0F3F5;
  border-radius: 6px;
}
.c-accordion dd p {
  width: 94.3661971831%;
  margin: 0 auto;
  line-height: 1.2857142857;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #3B4043;
}
@media screen and (min-width: 1000px) {
  .c-accordion dd p {
    width: 590px;
    font-size: 16px;
    line-height: 1.5;
  }
}

/*
========================================
  campaign-banner（Web予約限定特典）
=========================================
*/
.c-campaign-banner__inner {
  padding: 24px 0;
  border: 2px solid #F3B80A;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1000px) {
  .c-campaign-banner__inner {
    width: 800px;
    max-width: unset;
  }
}
.c-campaign-banner__block {
  width: 300px;
  flex-shrink: 0;
}
.c-campaign-banner__title {
  width: 210px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  letter-spacing: 0.1em;
  color: #F3B80A;
  padding-left: 45px;
  margin: 0 auto;
  white-space: nowrap;
}
.c-campaign-banner__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url("./img/icon-gift.svg") no-repeat center center;
  background-size: contain;
}
.c-campaign-banner__list {
  margin-top: 15px;
}
.c-campaign-banner__item {
  font-size: 1.4rem;
  color: #3B4043;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-top: 10px;
  white-space: nowrap;
}

/*
========================================
  promotion-banner
=========================================
*/
.c-banner__inner {
  width: 100%;
  max-width: 600px;
  margin-inline: auto;
}
@media screen and (min-width: 1000px) {
  .c-banner__inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
  }
}
.c-banner .imgcontainer-sp {
  width: 100%;
  height: 100%;
}
.c-banner .imgcontainer-sp img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1000px) {
  .c-banner .imgcontainer-sp {
    display: none;
  }
}
.c-banner .imgcontainer-pc {
  display: none;
}
@media screen and (min-width: 1000px) {
  .c-banner .imgcontainer-pc {
    display: block;
    width: 100%;
    height: 100%;
  }
  .c-banner .imgcontainer-pc img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

/*
========================================
  footer-banner
=========================================
*/
.footerbeflink {
  width: calc(100% - 40px);
  max-width: 600px;
  margin: 0 auto;
  background-color: #CDD6DD;
  margin-top: 40px;
}
@media screen and (min-width: 1000px) {
  .footerbeflink {
    width: 100%;
    max-width: 1365px;
    margin: 0 auto;
    margin-top: 80px;
  }
}
.footerbeflink .flexcontainer {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 1000px) {
  .footerbeflink .flexcontainer {
    display: flex;
    width: 100%;
    max-width: 1280px;
    padding-top: 35px;
    padding-bottom: 35px;
    margin: 0 auto;
  }
}
.footerbeflink .flexcontainer a {
  display: block;
  width: 100%;
  cursor: pointer;
  position: relative;
}
.footerbeflink .flexcontainer a img {
  width: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.footerbeflink .flexcontainer a .txtcontainer-1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}
.footerbeflink .flexcontainer a .txtcontainer-1 h2 {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px) {
  .footerbeflink .flexcontainer a .txtcontainer-1 h2 {
    font-size: 24px;
  }
}
.footerbeflink .flexcontainer a .txtcontainer-1 p {
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.5714285714;
  margin-top: 15px;
}
@media screen and (min-width: 1000px) {
  .footerbeflink .flexcontainer a .txtcontainer-1 p {
    font-size: 16px;
    letter-spacing: 0.1em;
    margin-top: 25px;
  }
}
.footerbeflink .flexcontainer a .txtcontainer-2 {
  position: absolute;
  top: 50%;
  left: 5.7142857143%;
  transform: translateY(-50%);
  text-align: center;
  width: 220px;
}
@media screen and (min-width: 1000px) {
  .footerbeflink .flexcontainer a .txtcontainer-2 {
    left: 30px;
    width: 270px;
  }
}
.footerbeflink .flexcontainer a .txtcontainer-2 h2 {
  font-size: 18px;
  color: #3B4043;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px) {
  .footerbeflink .flexcontainer a .txtcontainer-2 h2 {
    font-size: 24px;
  }
}
.footerbeflink .flexcontainer a .txtcontainer-2 p {
  font-size: 14px;
  color: #3B4043;
  letter-spacing: 0.05em;
  line-height: 1.5714285714;
  margin-top: 15px;
}
@media screen and (min-width: 1000px) {
  .footerbeflink .flexcontainer a .txtcontainer-2 p {
    font-size: 16px;
    letter-spacing: 0.1em;
    margin-top: 20px;
  }
}

/*
========================================
  promiseコンポーネント
=========================================
*/
.top-promise {
  margin-top: 50px;
}

.promise h2 {
  font-size: 20px;
  width: auto;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.promise h2::after {
  content: "";
  width: 70px;
  height: 70px;
  background: url(./img/icon-handshake.svg) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1000px) {
  .promise h2 {
    font-size: 30px;
  }
  .promise h2::after {
    width: 99px;
    height: 99px;
    bottom: -99px;
  }
}
.promise ul {
  margin-top: 90px;
}
@media screen and (min-width: 1000px) {
  .promise ul {
    display: flex;
    justify-content: space-between;
    margin: 145px auto 0;
  }
}
.promise ul li {
  width: 100%;
  height: 280px;
  background-color: rgba(234, 234, 234, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  margin: 30px auto 0;
  box-shadow: 0px 3px 6px #B07400;
}
@media screen and (min-width: 1000px) {
  .promise ul li {
    width: 300px;
    height: 325px;
    margin: unset;
  }
}
.promise ul li .container {
  width: 280px;
  text-align: center;
}
.promise ul li .container .num {
  display: inline-block;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #B07400;
  text-align: center;
  line-height: 37px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: bold;
}
.promise ul li .container h3 {
  font-size: 18px;
  line-height: 1.3333333333;
  margin: 10px auto 0;
  width: auto;
}
@media screen and (min-width: 1000px) {
  .promise ul li .container h3 {
    font-size: 22px;
    line-height: 1.3636363636;
  }
}
.promise ul li .container p {
  width: 280px;
  font-size: 14px;
  line-height: 1.4285714286;
  margin-top: 25px;
  color: #3B4043;
}
@media screen and (min-width: 1000px) {
  .promise ul li .container p {
    margin-top: 20px;
    height: 156px;
    font-size: 16px;
    line-height: 1.625;
  }
}

/*
========================================
  だから！！！！
=========================================
*/
.c-dakara__image {
  display: block;
  width: 102px;
  height: auto;
  margin: 0 auto 20px;
}
@media screen and (min-width: 1000px) {
  .c-dakara__image {
    width: 210px;
    margin: 0 auto 50px;
  }
}

/*
========================================
  2大特典
=========================================
*/
.about-bonus {
  margin-top: 120px;
}
@media screen and (min-width: 1000px) {
  .about-bonus {
    margin-top: 230px;
  }
}

.c-bonus__wrapper {
  padding-top: 95px;
  padding-bottom: 70px;
  background-color: rgba(152, 166, 181, 0.2);
  position: relative;
}
@media screen and (min-width: 1000px) {
  .c-bonus__wrapper {
    padding-top: 145px;
  }
}
.c-bonus__heading {
  width: 205px;
  height: 80px;
  background-color: #264C98;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -40px;
}
@media screen and (min-width: 1000px) {
  .c-bonus__heading {
    width: 290px;
    height: 135px;
    top: -67.5px;
  }
}
.c-bonus__heading-box {
  width: 195px;
  height: auto;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .c-bonus__heading-box {
    width: 225px;
  }
}
.c-bonus__service {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  font-weight: 500;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .c-bonus__service {
    font-size: 18px;
    letter-spacing: 0.12em;
  }
}
.c-bonus__title {
  font-size: 30px;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
@media screen and (min-width: 1000px) {
  .c-bonus__title {
    font-size: 49px;
  }
}
.c-bonus__list {
  width: 95.7746478873%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .c-bonus__list {
    width: 740px;
  }
}
.c-bonus__item {
  position: relative;
  border: 2px solid #0070C3;
  background-color: #fff;
  padding: 45px 0;
  margin-top: 55px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1000px) {
  .c-bonus__item {
    padding: 60px 0 0 0;
    height: 370px;
    margin-top: 90px;
  }
}
.c-bonus__number {
  width: 50px;
  height: 50px;
  background-color: #264C98;
  color: #fff;
  font-size: 25px;
  letter-spacing: 0.06em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -25px;
}
@media screen and (min-width: 1000px) {
  .c-bonus__number {
    width: 76px;
    height: 76px;
    font-size: 41px;
    top: -40px;
  }
}
.c-bonus__container h3 {
  padding: 0 15px;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.3333333333;
  text-align: center;
  color: #264C98;
  font-weight: bold;
  margin: 0 auto;
  line-height: 1.3;
}
@media screen and (min-width: 1000px) {
  .c-bonus__container h3 {
    font-size: 24px;
  }
}
.c-bonus__image {
  display: block;
  height: auto;
  margin: 20px auto 0;
}
@media screen and (min-width: 1000px) {
  .c-bonus__image {
    margin: 40px auto 0;
  }
}
.c-bonus__image--1 {
  width: 320px;
}
@media screen and (min-width: 1000px) {
  .c-bonus__image--1 {
    width: 590px;
  }
}
.c-bonus__image--2 {
  width: 114px;
}
@media screen and (min-width: 1000px) {
  .c-bonus__image--2 {
    width: 180px;
  }
}
.c-bonus__text {
  padding: 0 20px;
  text-align: center;
  margin: 20px auto 0;
  letter-spacing: 0.05em;
  font-size: 14px;
  line-height: 1.5714285714;
  color: #231815;
  font-weight: normal;
}
@media screen and (min-width: 1000px) {
  .c-bonus__text {
    width: 550px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 500;
    padding: 0;
    margin: 50px auto 0;
  }
}
@media screen and (min-width: 1000px) {
  .c-bonus__discount {
    font-size: 20px;
  }
}

/*
========================================
  c-staff
=========================================
*/
.c-staff__title {
  text-align: center;
  color: #3B4043;
  font-size: 18px;
}
@media screen and (min-width: 1000px) {
  .c-staff__title {
    font-size: 26px;
    font-weight: bold;
  }
}
.c-staff__list {
  margin-top: 15px;
}
.c-staff .simplebar-content {
  display: flex;
}
@media screen and (min-width: 1000px) {
  .c-staff .simplebar-content {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(410px, 1fr));
    gap: 20px;
    margin-top: 30px;
  }
  .c-staff .simplebar-content::before {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .c-staff .simplebar-content-wrapper,
  .c-staff .simplebar-mask {
    overflow: visible !important;
  }
}
.c-staff__item {
  width: 100%;
  max-width: 355px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin-left: 10px;
  flex-shrink: 0;
}
@media screen and (min-width: 1000px) {
  .c-staff__item {
    width: 100%;
    max-width: unset;
    margin-left: 0;
  }
}
.c-staff__item:first-child {
  margin-left: 0;
}
.c-staff__item img {
  display: block;
  width: 100%;
  height: 225px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1000px) {
  .c-staff__item img {
    height: 260px;
  }
}
.c-staff__info {
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1000px) {
  .c-staff__info {
    padding-bottom: 30px;
  }
}
.c-staff__info-inner {
  width: 90.1408450704%;
  max-width: 370px;
}
.c-staff__name {
  display: block;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (min-width: 1000px) {
  .c-staff__name {
    font-size: 18px;
    font-weight: 500;
  }
}
.c-staff__position {
  display: block;
  font-size: 12px;
  color: #264C98;
  letter-spacing: 0.16em;
  font-weight: 500;
  margin-top: 3px;
}
.c-staff__text {
  font-size: 1.4rem;
  margin-top: 15px;
  line-height: 1.4285714286;
}
@media screen and (min-width: 1000px) {
  .c-staff__text {
    font-size: 14px;
    line-height: 1.7142857143;
  }
}

.c-pricetable h2 {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
  font-weight: bold;
  color: #3B4043;
}
@media screen and (min-width: 1000px) {
  .c-pricetable h2 {
    font-size: 2.6rem;
  }
}
.c-pricetable__tabs {
  position: relative;
  width: 100%;
  max-width: 355px;
  display: flex;
  justify-content: space-between;
  transform: translateY(20px);
  margin-inline: auto;
}
@media screen and (min-width: 1000px) {
  .c-pricetable__tabs {
    width: 465px;
    max-width: unset;
    transform: translateY(25px);
  }
}
.c-pricetable__tab {
  width: 170px;
  height: 40px;
  border: 0;
  background-color: #98A6B5;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.12em;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (min-width: 1000px) {
  .c-pricetable__tab {
    width: 220px;
    height: 50px;
    font-size: 24px;
  }
}
.c-pricetable__tab.is-active, .c-pricetable__tab[aria-selected=true] {
  background-color: #264C98;
}
.c-pricetable__tab.is-active:nth-of-type(2), .c-pricetable__tab[aria-selected=true]:nth-of-type(2) {
  background-color: #20A6AB;
}
.c-pricetable__panel {
  animation-name: displayAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.c-pricetable__panel[hidden] {
  display: none !important;
  opacity: 0;
}
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.c-pricetable__panel {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 50px;
  background-color: rgba(209, 211, 212, 0.8);
  border: 1px solid #264C98;
}
@media screen and (min-width: 1000px) {
  .c-pricetable__panel {
    max-width: unset;
    padding-top: 70px;
    padding-bottom: 65px;
    border: 2px solid #264C98;
  }
}
.c-pricetable__card {
  width: 78.2051282051%;
  margin: 30px auto 0;
  background: transparent;
}
@media screen and (min-width: 1000px) {
  .c-pricetable__card {
    width: 800px;
    margin: 50px auto 0;
  }
}
.c-pricetable__carname {
  display: inline-block;
  width: 95px;
  height: 28px;
  line-height: 28px;
  color: #fff;
  background-color: #264C98;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .c-pricetable__carname {
    width: 125px;
    height: 36px;
    line-height: 36px;
    font-size: 20px;
  }
}
.c-pricetable__weight {
  white-space: nowrap;
  font-size: 1.4rem;
}
@media screen and (min-width: 1000px) {
  .c-pricetable__weight {
    font-size: 2rem;
  }
}
.c-pricetable__examples {
  font-size: 14px;
  line-height: 1.3;
  margin-top: 4px;
}
@media screen and (min-width: 1000px) {
  .c-pricetable__examples {
    font-size: 20px;
  }
}
@media screen and (min-width: 1000px) {
  .c-pricetable__grid--pc {
    display: grid;
    grid-template-rows: 200px 125px;
    grid-template-columns: 395px 395px;
    -moz-column-gap: 7px;
         column-gap: 7px;
    row-gap: 8px;
    margin-top: 10px;
  }
}
.c-pricetable__media {
  width: calc(100% - 4px);
  margin: 10px auto 0;
  height: 152px;
  background-color: #fff;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .c-pricetable__media {
    width: 100%;
    margin: 3px 0 0 0;
    height: 198px;
  }
}
.c-pricetable__media img {
  display: inline-block;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1000px) {
  .c-pricetable__media {
    grid-row: 1/2;
    grid-column: 1/2;
  }
}
.c-pricetable__table, .c-pricetable__table td, .c-pricetable__table th {
  border-collapse: separate;
  border-spacing: 2px;
  font-size: 14px;
  font-weight: normal;
}
@media screen and (min-width: 1000px) {
  .c-pricetable__table, .c-pricetable__table td, .c-pricetable__table th {
    border-spacing: 3px;
    font-size: 18px;
  }
}
.c-pricetable__table {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .c-pricetable__table {
    grid-row: 1/3;
    grid-column: 2/3;
  }
}
.c-pricetable__table tr {
  width: 100%;
}
.c-pricetable__table td,
.c-pricetable__table th {
  height: 50px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (min-width: 1000px) {
  .c-pricetable__table td,
  .c-pricetable__table th {
    height: auto;
  }
}
.c-pricetable__table th {
  background: #F0F3F5;
}
.c-pricetable__table td {
  width: 50%;
  background: #fff;
  font-size: 16px;
}
@media screen and (min-width: 1000px) {
  .c-pricetable__table td {
    width: auto;
    font-size: 18px;
  }
}
.c-pricetable__total {
  width: calc(100% - 4px);
  margin: 0 auto;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
@media screen and (min-width: 1000px) {
  .c-pricetable__total {
    width: 100%;
    height: auto;
    margin: 0 0 3px 0;
  }
}
@media screen and (min-width: 1000px) {
  .c-pricetable__total {
    grid-row: 2/3;
    grid-column: 1/2;
  }
}
.c-pricetable__total-label {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (min-width: 1000px) {
  .c-pricetable__total-label {
    font-size: 20px;
  }
}
.c-pricetable__total-amount, .c-pricetable__total-unit, .c-pricetable__tilde {
  color: #F3B80A;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0;
}
.c-pricetable__total-amount {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 38px;
}
@media screen and (min-width: 1000px) {
  .c-pricetable__total-amount {
    font-size: 50px;
  }
}
.c-pricetable__total-unit {
  font-size: 14px;
}
@media screen and (min-width: 1000px) {
  .c-pricetable__total-unit {
    font-size: 18px;
  }
}
.c-pricetable__tilde {
  font-size: 22px;
  vertical-align: super;
}
@media screen and (min-width: 1000px) {
  .c-pricetable__tilde {
    font-size: 30px;
  }
}
.c-pricetable__tax {
  font-weight: bold;
}

.c-pricetable__note--1 {
  margin: 25px auto 0;
  width: 100%;
  max-width: 650px;
}
.c-pricetable__note--1 p {
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (min-width: 1000px) {
  .c-pricetable__note--1 p {
    font-size: 16px;
    line-height: 2;
  }
}
.c-pricetable__note--2 {
  margin-top: 30px;
}
.c-pricetable__note--2 p {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5714285714;
}
@media screen and (min-width: 1000px) {
  .c-pricetable__note--2 p {
    font-size: 16px;
    line-height: 2;
  }
}

.c-pricetable__panel#panel-import .c-pricetable__carname {
  background-color: #20A6AB !important;
}

.u-danger {
  color: #FF0000 !important;
  font-weight: bold !important;
}

/*
========================================
  price-table-scroll
=========================================
*/
@media screen and (min-width: 1000px) {
  .c-price-table-scroll {
    width: 100%;
    max-width: 1140px;
    margin-left: auto;
  }
}
.c-price-table-scroll__flex {
  display: flex;
}
.c-price-table-scroll__item {
  width: 310px;
  max-width: unset;
  margin: 0 0 0 25px;
  flex-shrink: 0;
}
@media screen and (min-width: 1000px) {
  .c-price-table-scroll__item {
    margin: 0 0 0 80px;
    width: 800px;
    max-width: unset;
  }
}
.c-price-table-scroll__card {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .c-price-table-scroll__card {
    width: 800px;
  }
}
.c-price-table-scroll__examples--import {
  height: 38px;
}

/*
========================================
  星
=========================================
*/
.fivestars {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}
.fivestars span {
  font-size: 20px;
  font-weight: bold;
  color: #B07400;
  line-height: 1;
  transform: translateY(1px);
}
.fivestars .stars {
  display: flex;
  flex-direction: row;
  font-size: 20px;
}
.fivestars .stars i {
  color: gray;
}
.fivestars .stars i.active {
  color: #B07400;
}
.fivestars .stars i.half-active {
  position: relative;
}
.fivestars .stars i.half-active::after {
  content: "\f089";
  position: absolute;
  left: 0;
  width: 50%;
  overflow: hidden;
  color: #B07400;
}

/*
========================================
  c-voice-slider
=========================================
*/
.c-voice-slider__title {
  font-size: 18px;
  text-align: center;
  color: #3B4043;
}
@media screen and (min-width: 1000px) {
  .c-voice-slider__title {
    font-size: 26px;
  }
}
.c-voice-slider__inner {
  margin-top: 15px;
}
@media screen and (min-width: 1000px) {
  .c-voice-slider__inner {
    margin-top: 40px;
  }
}
.c-voice-slider__list {
  margin-top: 15px;
}
@media screen and (min-width: 1000px) {
  .c-voice-slider__list {
    margin-top: 30px;
  }
}
.c-voice-slider .simplebar-content {
  display: flex;
}
.c-voice-slider__item {
  width: 355px;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  justify-content: center;
  background-color: rgba(152, 166, 181, 0.2);
  flex-shrink: 0;
  margin-left: 10px;
}
.c-voice-slider__item:first-child {
  margin-left: 0;
}
@media screen and (min-width: 1000px) {
  .c-voice-slider__item {
    width: 730px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin: 0 10px;
  }
}
.c-voice-slider__item-inner {
  width: 100%;
  max-width: 335px;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .c-voice-slider__item-inner {
    width: 645px;
    max-width: unset;
    margin-inline: auto;
  }
}
.c-voice-slider__avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 1000px) {
  .c-voice-slider__avatar {
    width: 100px;
    height: 100px;
  }
}
.c-voice-slider__avatar img {
  width: 62px;
  height: 62px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1000px) {
  .c-voice-slider__avatar img {
    width: 88px;
    height: 88px;
  }
}
.c-voice-slider__voice-title {
  width: 250px;
  height: 42px;
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px) {
  .c-voice-slider__voice-title {
    height: 50px;
    font-size: 18px;
    font-weight: bold;
    width: 500px;
    line-height: 1.5;
  }
}
.c-voice-slider__personal {
  font-size: 12px;
  line-height: 1.3;
  margin-top: 10px;
  font-weight: 500;
}
@media screen and (min-width: 1000px) {
  .c-voice-slider__personal {
    font-size: 1.4rem;
  }
}
.c-voice-slider .fivestars {
  margin-top: 10px;
}
.c-voice-slider .link-voice {
  text-decoration: underline;
  font-size: 20px;
  font-weight: bold;
  color: #B07400;
}
.c-voice-slider__rating {
  margin-top: 10px;
  grid-template-columns: repeat(2, minmax(max-content, max-content));
  grid-template-rows: repeat(2, 20px);
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 5px;
}
@media screen and (min-width: 1000px) {
  .c-voice-slider__rating {
    grid-template-columns: repeat(4, minmax(max-content, max-content));
    grid-template-rows: 20px;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: unset;
  }
}
.c-voice-slider__rating-item {
  font-size: 14px;
  line-height: 1.3;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.c-voice-slider__comment {
  font-size: 12px;
  line-height: 1.8333333333;
  margin-top: 15px;
  height: 90px;
}
@media screen and (min-width: 1000px) {
  .c-voice-slider__comment {
    font-size: 16px;
    line-height: 1.5;
    height: 96px;
  }
}
.c-voice-slider__table {
  margin-top: 15px;
  border-collapse: collapse;
}
.c-voice-slider__table th,
.c-voice-slider__table td {
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.c-voice-slider__table th {
  padding-right: 25px;
  padding-bottom: 10px;
  font-weight: 500;
}
.c-voice-slider__table td {
  font-weight: normal;
}
.c-voice-slider__table tr:last-child th {
  padding-bottom: 0;
}

/*
========================================
  c-booking-steps
=========================================
*/
.c-booking-steps__title {
  font-size: 20px;
  color: #3B4043;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 1000px) {
  .c-booking-steps__title {
    font-size: 26px;
    font-weight: bold;
  }
}
.c-booking-steps__list--sp {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.375;
  letter-spacing: 0.05em;
  width: 200px;
  margin: 30px auto;
}
.c-booking-steps__item {
  margin-top: 15px;
}
.c-booking-steps__item:first-child .c-booking-steps__background {
  background-color: #264C98;
}
.c-booking-steps__item:first-child .c-booking-steps__background p {
  color: #fff;
}
.c-booking-steps__item:last-child .c-booking-steps__background {
  clip-path: unset;
  height: 140px;
  padding-bottom: 0;
}
.c-booking-steps__background {
  clip-path: polygon(0% 0%, 100% 0, 100% 75%, 50% 100%, 0 75%);
  background-color: #F6F6F6;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 160px;
  padding-bottom: 20px;
}
.c-booking-steps__image {
  display: block;
  margin: 0 auto;
}
.c-booking-steps__text {
  text-align: center;
  margin-top: 12px;
  color: #264C98;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.c-booking-steps__note {
  text-align: center;
  margin-top: 12px;
  font-size: 12px;
  color: #3B4043;
  font-weight: normal;
  line-height: 1.5;
}
.c-booking-steps__list--pc {
  display: flex;
  justify-content: space-between;
  width: 970px;
  margin: 30px auto 0;
}
.c-booking-steps__item--pc {
  width: 232px;
  height: auto;
}
.c-booking-steps__item--pc:last-child {
  width: 212px;
  height: auto;
}
.c-booking-steps__image--pc {
  display: block;
  width: 100%;
  height: auto;
}
.c-booking-steps__note--pc {
  text-align: center;
  font-size: 12px;
  color: #3B4043;
  font-weight: normal;
  line-height: 1.5;
}

header {
  width: 100%;
  height: auto;
  padding-top: 60px;
}
@media screen and (min-width: 1000px) {
  header {
    padding-top: 0;
  }
}

/*
========================================
  トップ ヒーロー
=========================================
*/
.top-header {
  padding: 0;
}
.top-header__hero {
  height: 100vh;
  height: 100svh;
}
.top-header__hero-inner {
  width: 100vw;
  position: relative;
  height: 100%;
}
.top-header__hero-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-header__content-inner {
  width: calc(100% - 40px);
  max-width: 600px;
  margin: 0 auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 1000px) {
  .top-header__content-inner {
    max-width: 1720px;
    padding-left: 100px;
  }
}
.top-header__content-block {
  width: 100%;
  position: absolute;
  bottom: 18.2352941176%;
}
@media screen and (min-width: 1000px) {
  .top-header__content-block {
    bottom: 10.9649122807%;
  }
}
.top-header__content-block h1 {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .top-header__content-block h1 {
    font-size: 3.4rem;
    line-height: 1.6470588235;
  }
}
.top-header__content-block p {
  font-size: 1.4rem;
  line-height: 1.5714285714;
  letter-spacing: 0.05em;
  color: #fff;
  margin-top: 30px;
}
@media screen and (min-width: 1000px) {
  .top-header__content-block p {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    margin-top: 40px;
  }
}
.top-header__content-block img {
  display: block;
  width: 230px;
  height: auto;
  margin: 50px auto 0;
}
@media screen and (min-width: 1000px) {
  .top-header__content-block img {
    width: 352px;
    margin: 50px auto 0 0;
  }
}
.top-header__achievements {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -115px;
  z-index: 2;
}
@media screen and (min-width: 1000px) {
  .top-header__achievements {
    bottom: -260px;
  }
}
.top-header__divider {
  width: 100%;
  height: 20px;
  background: #264C98;
  position: absolute;
  bottom: 0;
  margin: 0;
  border: none;
}

/*
========================================
  ヒーロー(anime)
=========================================
*/
.top-header .splide {
  height: 100%;
}
.top-header .splide .splide__track {
  height: 100%;
}
.top-header .splide .splide__track .splide__list {
  height: 100%;
}
.top-header .splide .splide__track .splide__list .splide__slide {
  height: 100%;
}
.top-header .splide .splide__track .splide__list .splide__slide img {
  transform: scale(1);
  transition: transform 5s ease-in-out, opacity 1.5s ease-in-out;
  opacity: 0;
}
.top-header .splide .splide__track .splide__list .splide__slide.is-active img {
  transform: scale(1.1);
  opacity: 1;
}

#loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.loading-logo {
  display: block;
  width: 220px;
  height: auto;
  animation: float 2s ease-in-out infinite;
}
@media screen and (min-width: 1000px) {
  .loading-logo {
    width: 250px;
  }
}

#loading-screen.fade-out {
  opacity: 0;
  visibility: hidden;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
/*
========================================
Google口コミ
=========================================
*/
/*
========================================
あんしん車検について
=========================================
*/
.top-about {
  margin-top: 200px;
}
@media screen and (min-width: 1000px) {
  .top-about {
    margin-top: 335px;
  }
}
@media screen and (min-width: 1000px) {
  .top-about .l-inner--1280 {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1000px) {
  .top-about__header {
    width: 740px;
    height: auto;
  }
}
@media screen and (min-width: 1000px) {
  .top-about .l-container {
    width: 600px;
    margin: 24px 0 0 auto;
  }
}
.top-about .l-container .c-btn--tertiary {
  margin-top: 25px;
}
@media screen and (min-width: 1000px) {
  .top-about .l-container .c-btn--tertiary {
    margin-top: 35px;
  }
}
.top-about__image-container {
  width: 100%;
  max-width: 355px;
  height: 177px;
  margin: 30px auto 0;
  border-radius: 12px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1000px) {
  .top-about__image-container {
    width: 400px;
    height: 200px;
    max-width: unset;
    margin: 0 0 15px 0;
    align-self: flex-end;
  }
}
.top-about__image-container img {
  display: block;
  width: 220px;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .top-about__image-container img {
    width: 250px;
  }
}

/*
========================================
image-slider
=========================================
*/
.top-image-slider .splide__list {
  display: flex;
}
.top-image-slider .splide__list .splide__slide {
  width: 150px !important;
  height: 100px;
}
@media screen and (min-width: 1000px) {
  .top-image-slider .splide__list .splide__slide {
    width: 300px !important;
    height: 199px;
  }
}
.top-image-slider .splide__list .splide__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*
========================================
選ばれる理由 
=========================================
*/
/*
========================================
  おすすめする訳
=========================================
*/
.top-beforehand__inner {
  width: 100%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 20px 0 5px 0;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1000px) {
  .top-beforehand__inner {
    padding: 55px 0 15px 0;
  }
}
.top-beforehand__image {
  display: block;
  width: 335px;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .top-beforehand__image {
    width: 856px;
    height: auto;
  }
}
.top-beforehand .demerit {
  text-align: center;
  margin-top: 50px;
}
.top-beforehand .demerit h2 {
  font-size: 2rem;
  color: #3B4043;
}
@media screen and (min-width: 1000px) {
  .top-beforehand .demerit h2 {
    font-size: 2.6rem;
  }
}
.top-beforehand .demerit ul {
  margin-top: 50px;
}
@media screen and (min-width: 1000px) {
  .top-beforehand .demerit ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 30px;
  }
}
.top-beforehand .demerit ul li {
  width: 300px;
  margin: 30px auto 0;
}
@media screen and (min-width: 1000px) {
  .top-beforehand .demerit ul li {
    margin-top: unset;
  }
}
.top-beforehand .demerit ul li:first-child .imgcontainer img {
  width: 78px;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .top-beforehand .demerit ul li:first-child .imgcontainer img {
    width: 124px;
    height: auto;
  }
}
.top-beforehand .demerit ul li .imgcontainer {
  width: 100px;
  height: 100px;
  background-color: #CDD6DD;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .top-beforehand .demerit ul li .imgcontainer {
    width: 160px;
    height: 160px;
  }
}
.top-beforehand .demerit ul li .imgcontainer img {
  width: 69px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1000px) {
  .top-beforehand .demerit ul li .imgcontainer img {
    width: 110px;
  }
}
.top-beforehand .demerit ul li h3 {
  font-size: 20px;
  color: #264C98;
  line-height: 1;
  margin-top: 10px;
}
@media screen and (min-width: 1000px) {
  .top-beforehand .demerit ul li h3 {
    font-size: 24px;
    margin-top: 35px;
  }
}
.top-beforehand .demerit ul li p {
  font-size: 14px;
  line-height: 1.4285714286;
  color: #3B4043;
  margin-top: 15px;
}
@media screen and (min-width: 1000px) {
  .top-beforehand .demerit ul li p {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 35px;
  }
}
.top-beforehand .txtcontainer {
  height: 140px;
  background-color: #264C98;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
@media screen and (min-width: 1000px) {
  .top-beforehand .txtcontainer {
    height: 180px;
    margin-top: 50px;
  }
}
.top-beforehand .txtcontainer .box {
  text-align: center;
}
.top-beforehand .txtcontainer .box p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (min-width: 1000px) {
  .top-beforehand .txtcontainer .box p {
    font-size: 24px;
  }
}
.top-beforehand .txtcontainer .box h4 {
  color: #fff;
  font-size: 21px;
  font-weight: 500;
}
@media screen and (min-width: 1000px) {
  .top-beforehand .txtcontainer .box h4 {
    font-size: 30px;
    font-weight: bold;
  }
}
.top-beforehand .txtcontainer .box h4 .lg {
  font-size: 27px;
}
@media screen and (min-width: 1000px) {
  .top-beforehand .txtcontainer .box h4 .lg {
    font-size: 40px;
  }
}

/*
========================================
  スタッフ紹介、フロー、アクセス、よくある質問
=========================================
*/
@media screen and (min-width: 1000px) {
  .top-staff .l-inner--1280,
  .top-flow .l-inner--1280,
  .top-access .l-inner--1280,
  .top-faq .l-inner--1280 {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1000px) {
  .top-staff__header,
  .top-flow__header,
  .top-access__header,
  .top-faq__header {
    width: 590px;
    height: 360px;
  }
}
@media screen and (min-width: 1000px) {
  .top-staff .l-container,
  .top-flow .l-container,
  .top-access .l-container,
  .top-faq .l-container {
    width: 450px;
    margin: 24px 0 0 auto;
  }
}
.top-staff__image,
.top-flow__image,
.top-access__image,
.top-faq__image {
  display: block;
  width: 100%;
  height: auto;
  max-width: 355px;
  margin: 30px auto 0;
}
@media screen and (min-width: 1000px) {
  .top-staff__image,
  .top-flow__image,
  .top-access__image,
  .top-faq__image {
    width: 525px;
    height: 324px;
    max-width: unset;
    margin: 0;
    -o-object-fit: contain;
       object-fit: contain;
    align-self: flex-end;
  }
}
.top-staff__questions,
.top-flow__questions,
.top-access__questions,
.top-faq__questions {
  margin-top: 30px;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .top-staff__questions,
  .top-flow__questions,
  .top-access__questions,
  .top-faq__questions {
    width: 630px;
    align-self: center;
  }
}

.top-faq__ctabtn {
  margin-top: 80px;
}
@media screen and (min-width: 1000px) {
  .top-faq__ctabtn {
    margin-top: 120px;
  }
}

/*
========================================
  中間バナー
=========================================
*/
.top-middle-banner__image {
  display: block;
  width: 100%;
  max-width: 600px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top right;
     object-position: top right;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .top-middle-banner__image {
    height: 250px;
    max-width: unset;
  }
}

/*
========================================
  お客様の声
=========================================
*/
.top-voice__list {
  width: 100%;
  margin-top: 30px;
}
@media screen and (min-width: 1000px) {
  .top-voice__list {
    max-width: 1185px;
    margin-left: auto;
    padding-top: 35px;
  }
}
.top-voice .simplebar-content {
  display: flex;
}
.top-voice__item {
  width: 355px;
  height: 290px;
  background-color: rgba(152, 166, 181, 0.2);
  display: flex;
  justify-content: center;
  padding-top: 25px;
  padding-bottom: 20px;
  margin-left: 10px;
  flex-shrink: 0;
}
@media screen and (min-width: 1000px) {
  .top-voice__item {
    width: 480px;
    height: 305px;
    margin-left: 25px;
    padding-top: 20px;
  }
}
.top-voice__item:first-child {
  margin-left: 0;
}
.top-voice__container {
  width: 330px;
  height: 100%;
}
@media screen and (min-width: 1000px) {
  .top-voice__container {
    width: 415px;
  }
}
.top-voice__review-box {
  width: 250px;
  height: 100px;
  margin-right: 8px;
}
@media screen and (min-width: 1000px) {
  .top-voice__review-box {
    width: 290px;
    height: 115px;
    margin-right: 25px;
  }
}
.top-voice__review-box .fivestars {
  margin-top: 0;
}
.top-voice__review-box .fivestars span {
  font-size: 1.6rem;
  height: 20px;
  line-height: 20px;
}
@media screen and (min-width: 1000px) {
  .top-voice__review-box .fivestars span {
    font-size: 1.8rem;
  }
}
.top-voice__title {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
  margin-top: 10px;
}
@media screen and (min-width: 1000px) {
  .top-voice__title {
    font-size: 18px;
    line-height: 1.4444444444;
  }
}
.top-voice__personal {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  white-space: nowrap;
  margin-top: 10px;
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  .top-voice__personal {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0.1em;
    margin-top: 20px;
  }
}
.top-voice__avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1000px) {
  .top-voice__avatar {
    width: 100px;
    height: 100px;
  }
}
.top-voice__avatar img {
  width: 62px;
  height: 62px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1000px) {
  .top-voice__avatar img {
    width: 89px;
    height: 89px;
  }
}
.top-voice__comment {
  width: 100%;
  height: 85px;
  margin-top: 10px;
}
@media screen and (min-width: 1000px) {
  .top-voice__comment {
    height: 95px;
    margin-top: 15px;
  }
}
.top-voice__comment-text {
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 1.5714285714;
}
@media screen and (min-width: 1000px) {
  .top-voice__comment-text {
    font-size: 16px;
    line-height: 1.5;
  }
}
.top-voice__date {
  display: inline-block;
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.3;
}

/*
========================================
  よくある質問
=========================================
*/
/*
========================================
  下層ページ共通ヘッダー
=========================================
*/
.common-header {
  padding-top: 150px;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .common-header {
    padding-top: 290px;
  }
}
.common-header__heading {
  font-weight: bold;
}
@media screen and (min-width: 1000px) {
  .common-header__heading {
    max-width: unset;
  }
}
.common-header__image {
  width: 100%;
  height: 123px;
  margin-top: 80px;
}
@media screen and (min-width: 1000px) {
  .common-header__image {
    width: 100%;
    height: 400px;
    border-radius: 12px;
  }
}
.common-header__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*
========================================
  ヘッダー
=========================================
*/
.about-header__image-container {
  width: 100%;
  height: 123px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin-top: 80px;
}
@media screen and (min-width: 1000px) {
  .about-header__image-container {
    height: 400px;
  }
}
.about-header__image {
  width: 300px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1000px) {
  .about-header__image {
    width: 700px;
    height: auto;
  }
}

/*
========================================
  概要
=========================================
*/
.about-overview {
  margin-top: 100px;
}
@media screen and (min-width: 1000px) {
  .about-overview {
    margin-top: 190px;
  }
}
.about-overview__inner {
  border: 2px solid #264C98;
  box-shadow: 5px 5px 0px #264C98;
  position: relative;
  padding: 20px 0;
}
@media screen and (min-width: 1000px) {
  .about-overview__inner {
    padding: 50px 0 40px;
    height: 480px;
    display: flex;
    justify-content: center;
  }
}
.about-overview__inner::before {
  content: "ベアーズあんしん車検とは？";
  width: 260px;
  height: 45px;
  background-color: #fff;
  line-height: 45px;
  font-weight: 500;
  color: #264C98;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -22.5px;
}
@media screen and (min-width: 1000px) {
  .about-overview__inner::before {
    width: 360px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    top: -30px;
  }
}
.about-overview__box {
  width: 90.1408450704%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .about-overview__box {
    width: 920px;
  }
}
.about-overview__text {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  color: #3B4043;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .about-overview__text {
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.6;
  }
}

/*
========================================
  概要
=========================================
*/
.reason-overview__bg {
  width: 100%;
  height: 173px;
  background-image: url(./img/reason-overview.jpg);
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .reason-overview__bg {
    height: 440px;
  }
}
.reason-overview__bg p {
  font-size: 14px;
  color: #fff;
  line-height: 1.5714285714;
  letter-spacing: 0.1em;
  font-weight: 500;
  position: absolute;
  top: 98px;
  left: 5.1282051282%;
}
@media screen and (min-width: 1000px) {
  .reason-overview__bg p {
    font-size: 24px;
    line-height: 1.6666666667;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
  }
}
.reason-overview__bg img {
  width: 50px;
  height: 38px;
  position: absolute;
  top: 52px;
  left: 5.1282051282%;
}
@media screen and (min-width: 1000px) {
  .reason-overview__bg img {
    top: 330px;
    left: 50%;
    width: 134px;
    height: 101px;
    transform: translateX(-50%);
  }
}

/*
========================================
  他社比較
=========================================
*/
.reason-competitors {
  /* 左端の列を固定 */
}
.reason-competitors h2 {
  width: 150px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #264C98;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.12em;
  margin: 0 auto;
  font-weight: 500;
}
@media screen and (min-width: 1000px) {
  .reason-competitors h2 {
    width: 240px;
    height: 75px;
    font-size: 32px;
    font-weight: bold;
  }
}
.reason-competitors .table-scroll {
  margin-top: 30px;
}
@media screen and (min-width: 1000px) {
  .reason-competitors .table-scroll {
    margin-top: 40px;
  }
}
.reason-competitors table {
  width: -moz-max-content;
  width: max-content;
  border-collapse: separate;
  table-layout: fixed;
  /* 固定レイアウトにする */
  border-spacing: 0 0;
}
@media screen and (min-width: 1000px) {
  .reason-competitors table {
    border-spacing: 1px 0;
  }
}
.reason-competitors thead {
  width: 100%;
}
.reason-competitors thead th {
  text-align: center;
  vertical-align: middle;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  height: 60px;
  line-height: 1.3;
}
.reason-competitors thead .own {
  width: 210px;
  background: #264C98;
  font-size: 18px;
}
@media screen and (min-width: 1000px) {
  .reason-competitors thead .own {
    width: 270px;
    font-size: 20px;
  }
}
.reason-competitors thead .other {
  width: 200px;
  background: #A5A5A5;
  font-size: 16px;
  border: 1px solid #707F89;
}
@media screen and (min-width: 1000px) {
  .reason-competitors thead .other {
    font-size: 18px;
  }
}
.reason-competitors tbody th,
.reason-competitors tbody td {
  height: 50px;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
}
@media screen and (min-width: 1000px) {
  .reason-competitors tbody th,
  .reason-competitors tbody td {
    height: 70px;
  }
}
.reason-competitors tbody th {
  width: 140px;
  border: 1px solid #707F89;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px) {
  .reason-competitors tbody th {
    width: 200px;
    font-size: 1.8rem;
  }
}
.reason-competitors tbody td {
  width: 200px;
}
.reason-competitors tbody td.own {
  font-size: 16px;
  color: #264C98;
  line-height: 1.3;
  border: 1px solid #264C98;
  font-weight: bold;
}
@media screen and (min-width: 1000px) {
  .reason-competitors tbody td.own {
    font-size: 18px;
    font-weight: 500;
  }
}
.reason-competitors tbody td.other {
  font-size: 14px;
  color: #3B4043;
  line-height: 1.3;
  border: 1px solid #707F89;
  font-weight: 500;
}
@media screen and (min-width: 1000px) {
  .reason-competitors tbody td.other {
    font-size: 16px;
  }
}
.reason-competitors tbody ul {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}
.reason-competitors tbody li {
  text-align: left;
}
.reason-competitors .sticky-col {
  position: sticky;
  left: 0;
  background: #fff;
  /* 背景を指定（重なり防止） */
  box-shadow: 2px 0 3px rgba(0, 0, 0, 0.1);
  /* 影をつけて視認性を向上 */
}
@media screen and (min-width: 1000px) {
  .reason-competitors .sticky-col {
    position: unset;
    box-shadow: none;
  }
}
.reason-competitors .cell-h--80 {
  height: 80px;
}
@media screen and (min-width: 1000px) {
  .reason-competitors .cell-h--80 {
    height: 120px;
  }
}
.reason-competitors .cell-h--110 {
  height: 110px;
}
@media screen and (min-width: 1000px) {
  .reason-competitors .cell-h--110 {
    height: 120px;
  }
}
.reason-competitors__note {
  width: calc(100% - 40px);
  display: block;
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-top: 10px;
  text-align: right;
  font-weight: normal;
}
@media screen and (min-width: 1000px) {
  .reason-competitors__note {
    width: 100%;
    font-size: 14px;
    margin-top: 20px;
  }
}

.price-overview p {
  font-size: 16px;
  color: #3B4043;
  line-height: 1.625;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .price-overview p {
    font-size: 24px;
    line-height: 1.3333333333;
  }
}

.shops-overview__text {
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 500;
  line-height: 1.625;
}
@media screen and (min-width: 1000px) {
  .shops-overview__text {
    font-size: 24px;
    line-height: 1.3333333333;
  }
}

.shops__list {
  width: 100%;
  height: auto;
  padding: 50px 0;
  background-color: #F0F3F5;
}
.shops__item {
  width: 100%;
  margin-top: 40px;
  background-color: #fff;
  padding: 30px 0;
}
@media screen and (min-width: 1000px) {
  .shops__item {
    padding: 40px 0;
    height: 350px;
  }
}
@media screen and (min-width: 1000px) {
  .shops__inner {
    grid-template-columns: 400px 1fr 210px;
    grid-template-rows: 30px 1fr;
    grid-template-areas: "item-2 item-1 ." "item-2 item-3 item-4";
  }
}
.shops .l-grid__item--1 {
  grid-area: item-1;
}
.shops .l-grid__item--2 {
  grid-area: item-2;
}
.shops .l-grid__item--3 {
  grid-area: item-3;
}
.shops .l-grid__item--4 {
  grid-area: item-4;
}

.shops__title {
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width: 1000px) {
  .shops__title {
    font-size: 22px;
    margin-left: 20px;
  }
}
.shops__image {
  width: 100%;
  max-width: 355px;
  height: auto;
  margin: 10px auto 0;
}
@media screen and (min-width: 1000px) {
  .shops__image {
    max-width: unset;
    width: 400px;
    height: 266px;
    margin: 0;
  }
}
.shops__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.shops__contents {
  margin-top: 20px;
}
@media screen and (min-width: 1000px) {
  .shops__contents {
    margin-left: 20px;
  }
}
.shops__postcode, .shops__address, .shops__opening-hours, .shops__closed-days {
  color: #3B4043;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: normal;
}
@media screen and (min-width: 1000px) {
  .shops__postcode, .shops__address, .shops__opening-hours, .shops__closed-days {
    white-space: nowrap;
  }
}
.shops__subtitle {
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-top: 10px;
}
@media screen and (min-width: 1000px) {
  .shops__opening-hours, .shops__closed-days {
    margin-top: 5px;
  }
}
.shops__button {
  margin-top: 20px;
}
@media screen and (min-width: 1000px) {
  .shops__button {
    margin-top: 0;
    align-self: end;
  }
}

@media screen and (min-width: 1000px) {
  .shop-main__inner {
    grid-template-columns: 425px 500px;
    grid-template-rows: 80px 310px auto;
    -moz-column-gap: 75px;
         column-gap: 75px;
    height: 585px;
    grid-template-areas: "title ." "information image" "information guarantee";
  }
}
.shop-main__inner .l-grid__item--1 {
  grid-area: image;
}
.shop-main__inner .l-grid__item--2 {
  grid-area: title;
}
.shop-main__inner .l-grid__item--3 {
  grid-area: information;
}
.shop-main__inner .l-grid__item--4 {
  grid-area: guarantee;
}
.shop-main__image .imgcontainer {
  max-width: 500px;
  height: 220px;
  margin: 0 auto;
}
.shop-main__image .imgcontainer > img {
  display: none;
}
@media screen and (min-width: 1000px) {
  .shop-main__image .imgcontainer {
    width: 500px;
    height: 310px;
    max-width: unset;
  }
}
.shop-main__image .imgcontainer .slick-arrow {
  width: 30px;
  height: 30px;
}
.shop-main__image .imgcontainer .slick-arrow.slick-prev {
  background: url(./img/arrow-left.svg) no-repeat;
  background-size: cover;
  left: 0;
  z-index: 2;
}
.shop-main__image .imgcontainer .slick-arrow.slick-next {
  background: url(./img/arrow-right.svg) no-repeat;
  background-size: cover;
  z-index: 2;
  right: 0;
}
.shop-main__image .imgcontainer .slick-arrow::before {
  display: none;
}
.shop-main__image .imgcontainer .slick-list .slick-track img {
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1000px) {
  .shop-main__image .imgcontainer .slick-list .slick-track img {
    height: 310px;
  }
}
.shop-main__image .imgcontainer .dots {
  display: flex;
  justify-content: space-between;
  height: 12px;
  width: 110px;
  margin: 20px auto 0;
}
.shop-main__image .imgcontainer .dots li button {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #707070;
  background-color: #fff;
}
.shop-main__image .imgcontainer .dots li.slick-active button {
  background-color: #264C98;
  border: unset;
}
.shop-main__title {
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #264C98;
  font-weight: bold;
  margin-top: 80px;
}
@media screen and (min-width: 1000px) {
  .shop-main__title {
    font-size: 22px;
    margin-top: 0;
  }
}
.shop-main__infomation {
  margin-top: 50px;
  font-weight: 500;
}
@media screen and (min-width: 1000px) {
  .shop-main__infomation {
    margin-top: 0;
  }
}
.shop-main__infomation .dtlcontainer {
  border-top: 1px solid #707F89;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .shop-main__infomation .dtlcontainer {
    width: 425px;
  }
}
.shop-main__infomation .dtlcontainer::before {
  content: "店舗データ";
  position: absolute;
  font-size: 16px;
  color: #264C98;
  letter-spacing: 0.05em;
  line-height: 1;
  top: -25px;
}
@media screen and (min-width: 1000px) {
  .shop-main__infomation .dtlcontainer::before {
    font-size: 18px;
  }
}
.shop-main__table {
  width: 100%;
}
.shop-main__table td,
.shop-main__table th {
  border-bottom: 1px #707F89 dashed;
  font-size: 12px;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
  padding: 15px 0px;
  font-weight: 500;
}
@media screen and (min-width: 1000px) {
  .shop-main__table td,
  .shop-main__table th {
    font-size: 14px;
    line-height: 1.4285714286;
  }
}
.shop-main__table th {
  white-space: nowrap;
  padding-right: 20px;
  color: #264C98;
}
.shop-main__table .nopadding-top {
  padding-top: 0;
}
.shop-main__table .nopadding-btm {
  padding-bottom: 0;
}
.shop-main__table .noborder-btm {
  border-bottom: none;
}
.shop-main__table tr.noborder-btm > th,
.shop-main__table tr.noborder-btm > td {
  border-bottom: none;
}
.shop-main__table tr.addborder-top > th,
.shop-main__table tr.addborder-top > td {
  border-top: 1px #707F89 dashed;
}
.shop-main__table td {
  color: #3B4043;
}
.shop-main__table td .fivestars {
  margin-top: 0;
  align-items: baseline !important;
}
.shop-main__table td .fivestars span {
  line-height: normal !important;
  transform: unset !important;
  display: inline-block;
}
.shop-main__table td .link-voice {
  text-decoration: underline;
  font-size: 16px;
  font-weight: bold;
  color: #B07400;
}
@media screen and (min-width: 1000px) {
  .shop-main__table td .link-voice {
    font-size: 20px;
  }
}
.shop-main__table td .num {
  color: #3B4043;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px) {
  .shop-main__table td .num {
    font-size: 14px;
    font-weight: normal;
  }
}
.shop-main__table td .num a {
  color: #3B4043;
  text-decoration: underline;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px) {
  .shop-main__table td .num a {
    font-size: 14px;
    font-weight: normal;
  }
}
.shop-main__guarantee {
  margin: 25px auto 0;
  width: 100%;
  max-width: 360px;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .shop-main__guarantee {
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
  }
}
.shop-main__guarantee img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1000px) {
  .shop-main__guarantee img {
    height: auto;
  }
}

.shop-map__inner {
  background-color: rgba(0, 0, 0, 0.2);
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 1000px) {
  .shop-map__inner {
    height: 390px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.shop-map__content {
  position: relative;
  width: 91.0256410256%;
  height: 0;
  padding-top: 91.0256410256%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .shop-map__content {
    width: 780px;
    height: 288px;
    padding-top: 0;
    margin: 0;
  }
}
.shop-map__content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.voice-overview h2 {
  color: #3B4043;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .voice-overview h2 {
    font-size: 24px;
  }
}
.voice-overview h3 {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1.3;
  color: #3B4043;
}
@media screen and (min-width: 1000px) {
  .voice-overview h3 {
    font-size: 26px;
  }
}

.voice-summary {
  width: calc(100% - 40px);
  max-width: 600px;
  margin: 0 auto;
  margin-top: 15px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  /* フィルター時の見た目 */
}
@media screen and (min-width: 1000px) {
  .voice-summary {
    width: 770px;
    margin-top: 30px;
    max-width: unset;
  }
}
.voice-summary .wrapper {
  display: flex;
  justify-content: center;
  width: 87.323943662%;
  margin: 15px auto 0;
  padding: 35px 0;
}
@media screen and (min-width: 1000px) {
  .voice-summary .wrapper {
    width: 100%;
    height: 300px;
    padding: 45px 0;
    align-items: center;
    margin: 0;
  }
}
.voice-summary .wrapper .flexcontainer {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 1000px) {
  .voice-summary .wrapper .flexcontainer {
    width: 700px;
    height: 100%;
    flex-direction: unset;
    justify-content: unset;
    display: grid;
    grid-template-columns: 200px 1fr;
    grid-template-rows: 1fr 1fr;
    -moz-column-gap: 25px;
         column-gap: 25px;
    row-gap: 25px;
  }
}
@media screen and (min-width: 1000px) {
  .voice-summary .wrapper .txtbox {
    grid-row: 1/2;
    grid-column: 1/2;
  }
}
.voice-summary .wrapper .txtbox dl dt {
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (min-width: 1000px) {
  .voice-summary .wrapper .txtbox dl dt {
    font-size: 20px;
  }
}
.voice-summary .wrapper .txtbox dl dd {
  padding-left: 1em;
}
.voice-summary .wrapper .txtbox dl.reviews-count {
  margin-top: 15px;
}
@media screen and (min-width: 1000px) {
  .voice-summary .wrapper .txtbox dl.reviews-count {
    margin-top: 25px;
  }
}
.voice-summary .wrapper .txtbox dl.reviews-count dt img {
  margin-left: 7px;
}
.voice-summary .wrapper .txtbox dl.reviews-count dd {
  margin-top: 8px;
  color: #264C98;
  font-size: 20px;
  font-weight: bold;
}
.voice-summary__button {
  align-self: center;
  margin-top: 10px;
}
@media screen and (min-width: 1000px) {
  .voice-summary__button {
    grid-row: 2/3;
    grid-column: 1/2;
    align-self: unset;
    margin-top: unset;
  }
}
.voice-summary__button #voiceShopSelect {
  width: 185px;
  height: 40px;
  text-align: center;
  font-size: 16px;
  transition: all 0.2s ease-in-out;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
  border: 1px solid #707F89;
  background-color: #707F89;
}
.voice-summary__button #voiceShopSelect option {
  color: #707F89;
  background-color: #fff;
}
.voice-summary .rating-breakdown {
  width: 100%;
  max-width: 400px;
  margin: 25px auto 0;
}
@media screen and (min-width: 1000px) {
  .voice-summary .rating-breakdown {
    width: 490px;
    max-width: unset;
    margin: 0;
    grid-row: 1/3;
    grid-column: 2/3;
  }
}
.voice-summary .rating-breakdown.is-filtered .bar-row {
  opacity: 0.35;
}
.voice-summary .rating-breakdown.is-filtered .bar-row.is-active {
  opacity: 1;
}
.voice-summary .bar-row {
  display: flex;
  align-items: center;
  margin: 20px 0;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.voice-summary .bar-row:hover .bar-label {
  text-decoration: underline;
}
.voice-summary .bar-row:hover .bar-count {
  text-decoration: underline;
}
.voice-summary .bar-label {
  width: 20px;
  text-decoration: underline;
}
@media screen and (min-width: 1000px) {
  .voice-summary .bar-label {
    text-decoration: none;
  }
}
.voice-summary .bar {
  height: 25px;
  background-color: rgba(0, 0, 0, 0.1);
  flex-grow: 1;
  margin: 0 10px;
  position: relative;
}
.voice-summary .bar-fill {
  height: 100%;
  background-color: #B07400;
  position: absolute;
  left: 0;
  top: 0;
}
.voice-summary .bar-count {
  width: 45px;
  text-align: right;
  color: #3B4043;
  text-decoration: underline;
}
@media screen and (min-width: 1000px) {
  .voice-summary .bar-count {
    text-decoration: none;
  }
}

.voice-main .loading {
  text-align: center;
}
.voice-main .wrapper {
  width: calc(100% - 40px);
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .voice-main .wrapper {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
}
.voice-main .wrapper ul.voicelist {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .voice-main .wrapper ul.voicelist {
    width: 800px;
    margin: 0 auto;
  }
}
.voice-main .wrapper ul.voicelist > li {
  width: 100%;
  height: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  justify-content: center;
  background-color: rgba(152, 166, 181, 0.2);
  margin-top: 30px;
}
@media screen and (min-width: 1000px) {
  .voice-main .wrapper ul.voicelist > li {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 50px;
  }
}
.voice-main .wrapper ul.voicelist > li .container {
  width: 94.9295774648%;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .voice-main .wrapper ul.voicelist > li .container {
    width: 720px;
    height: auto;
  }
}
.voice-main .wrapper ul.voicelist > li .container .avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 1000px) {
  .voice-main .wrapper ul.voicelist > li .container .avatar {
    width: 100px;
    height: 100px;
  }
}
.voice-main .wrapper ul.voicelist > li .container .avatar img {
  width: 62px;
  height: 62px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1000px) {
  .voice-main .wrapper ul.voicelist > li .container .avatar img {
    width: 88px;
    height: 88px;
  }
}
.voice-main .wrapper ul.voicelist > li .container h2 {
  font-size: 16px;
  width: 76.4705882353%;
  line-height: 1.5;
  margin-right: auto;
  font-weight: bold;
}
@media screen and (min-width: 1000px) {
  .voice-main .wrapper ul.voicelist > li .container h2 {
    font-size: 18px;
    width: 500px;
    line-height: 1.5;
  }
}
.voice-main .wrapper ul.voicelist > li .container h3 {
  font-size: 14px;
  line-height: 1.3;
  margin-top: 10px;
  font-weight: 500;
}
.voice-main .wrapper ul.voicelist > li .container .gridcontainer {
  margin-top: 10px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: repeat(2, 17px);
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 5px;
}
@media screen and (min-width: 1000px) {
  .voice-main .wrapper ul.voicelist > li .container .gridcontainer {
    grid-template-columns: 135px 160px 65px 120px;
    grid-template-rows: 18px;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: unset;
  }
}
.voice-main .wrapper ul.voicelist > li .container .gridcontainer > li {
  font-size: 14px;
  line-height: 1.3;
}
.voice-main .wrapper ul.voicelist > li .container .gridcontainer > li .num {
  font-size: 14px;
  line-height: 1.3;
}
.voice-main .wrapper ul.voicelist > li .container .comment {
  font-size: 14px;
  line-height: 1.5714285714;
  margin-top: 20px;
}
@media screen and (min-width: 1000px) {
  .voice-main .wrapper ul.voicelist > li .container .comment {
    width: 500px;
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.5;
    min-height: 75px;
  }
}

.voicelist table {
  margin-top: 20px;
}
@media screen and (min-width: 1000px) {
  .voicelist table {
    margin-top: 15px;
  }
}
.voicelist table,
.voicelist td,
.voicelist th {
  border-collapse: collapse;
}
.voicelist td,
.voicelist th {
  font-size: 14px;
  line-height: 1.3;
}
.voicelist th {
  padding-right: 25px;
  padding-bottom: 10px;
  font-weight: 500;
}
.voicelist tr:last-child th {
  padding-bottom: 0;
}
.voicelist .shop-link {
  color: #000;
  text-decoration: underline;
}
.voicelist .shop-link:hover {
  text-decoration: none;
}
.voicelist .date {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
}
@media screen and (min-width: 1000px) {
  .voicelist .date {
    margin-top: 0;
    font-size: 16px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.voicelist .date span:last-child {
  margin-left: 15px;
  font-weight: normal;
}
@media screen and (min-width: 1000px) {
  .voicelist .date span:last-child {
    margin-left: 20px;
    font-size: 14px;
  }
}

/*
========================================
  ページネーション
=========================================
*/
.pagination {
  width: calc(100% - 40px);
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-top: 40px;
  -moz-column-gap: 7vw;
       column-gap: 7vw;
  align-items: center;
}
@media screen and (min-width: 1000px) {
  .pagination {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 80px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.pagination a,
.pagination span {
  cursor: pointer;
  text-decoration: none;
  color: #707F89;
  font-weight: 500;
  font-size: 20px;
}
.pagination span {
  color: #264C98;
  cursor: default;
}
.pagination a {
  transition: all 0.2s ease-in-out;
}
.pagination a:hover {
  text-decoration: underline;
}
.pagination .prev {
  width: 50px;
  height: 50px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg transform='translate(1271 523) rotate(180)'%3E%3Cpath d='M8,0,6.545,1.455l5.506,5.506H0V9.039H12.052L6.545,14.545,8,16l8-8Z' transform='translate(1255 507)' fill='%23004bb1'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  border-radius: 10px;
  flex-shrink: 0;
}
.pagination .prev:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg transform='translate(1271 523) rotate(180)'%3E%3Cpath d='M8,0,6.545,1.455l5.506,5.506H0V9.039H12.052L6.545,14.545,8,16l8-8Z' transform='translate(1255 507)' fill='%23ffffff'/%3E%3C/g%3E%3C/svg%3E");
  background-color: #264C98;
}
.pagination .next {
  width: 50px;
  height: 50px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg transform='translate(-1254 -507)'%3E%3Cpath d='M8,0,6.545,1.455l5.506,5.506H0V9.039H12.052L6.545,14.545,8,16l8-8Z' transform='translate(1254 507)' fill='%23004bb1'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  border-radius: 10px;
  flex-shrink: 0;
}
.pagination .next:hover {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg transform='translate(-1254 -507)'%3E%3Cpath d='M8,0,6.545,1.455l5.506,5.506H0V9.039H12.052L6.545,14.545,8,16l8-8Z' transform='translate(1254 507)' fill='%23ffffff'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
  background-color: #264C98;
}

.faq-overview p,
.faq-category-overview p {
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #3B4043;
}
@media screen and (min-width: 1000px) {
  .faq-overview p,
  .faq-category-overview p {
    font-size: 18px;
    line-height: 1.7777777778;
  }
}

.faq-popularity,
.faq-category-popularity {
  margin-top: 80px;
}
.faq-popularity h2,
.faq-category-popularity h2 {
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .faq-popularity h2,
  .faq-category-popularity h2 {
    font-size: 26px;
    font-weight: bold;
  }
}

.faq-category h2,
.faq-category-category h2 {
  font-size: 22px;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
  color: #264C98;
  font-weight: 500;
  line-height: 1.3;
}
.faq-category h2::after,
.faq-category-category h2::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 4px;
  background-color: #264C98;
}
@media screen and (min-width: 1000px) {
  .faq-category h2,
  .faq-category-category h2 {
    font-size: 26px;
    font-weight: bold;
  }
}
.faq-category .container,
.faq-category-category .container {
  margin-top: 45px;
}
.faq-category .container ul,
.faq-category-category .container ul {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(4, 70px);
}
@media screen and (min-width: 1000px) {
  .faq-category .container ul,
  .faq-category-category .container ul {
    grid-template-rows: repeat(4, 100px);
    transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  }
}
.faq-category .container ul li,
.faq-category-category .container ul li {
  width: auto;
  height: auto;
  border: 1px solid #264C98;
  border-radius: 4px;
}
@media screen and (min-width: 1000px) {
  .faq-category .container ul li,
  .faq-category-category .container ul li {
    border-radius: 6px;
  }
}
.faq-category .container ul li a,
.faq-category-category .container ul li a {
  font-size: 14px;
  color: #264C98;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1000px) {
  .faq-category .container ul li a,
  .faq-category-category .container ul li a {
    font-size: 20px;
    line-height: 1.2;
    transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  }
}
@media screen and (min-width: 1000px) {
  .faq-category .container ul li:hover,
  .faq-category-category .container ul li:hover {
    background-color: #264C98;
  }
  .faq-category .container ul li:hover a,
  .faq-category-category .container ul li:hover a {
    color: #fff;
  }
}

.faq-accordion {
  margin-top: 30px;
}
.faq-accordion dl {
  width: 100%;
  height: auto;
  margin-top: 15px;
}
@media screen and (min-width: 1000px) {
  .faq-accordion dl {
    margin-top: 30px;
  }
}
.faq-accordion dl:first-child {
  margin-top: 0;
}
.faq-accordion dl dt {
  width: 100%;
  height: auto;
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #264C98;
  border-radius: 6px;
  cursor: pointer;
}
@media screen and (min-width: 1000px) {
  .faq-accordion dl dt {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.faq-accordion dl dt .flexcontainer {
  display: flex;
  width: 92.9577464789%;
  margin: 0 auto;
  align-items: center;
}
@media screen and (min-width: 1000px) {
  .faq-accordion dl dt .flexcontainer {
    width: 100%;
    justify-content: space-between;
  }
}
.faq-accordion dl dt .flexcontainer p {
  width: 90.9090909091%;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.2857142857;
  color: #fff;
  margin-right: 12px;
}
@media screen and (min-width: 1000px) {
  .faq-accordion dl dt .flexcontainer p {
    width: auto;
    font-size: 16px;
    line-height: 1.5;
  }
}
.faq-accordion dl dt .flexcontainer .togglebtn {
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  flex-shrink: 0;
}
.faq-accordion dl dt .flexcontainer .togglebtn::before, .faq-accordion dl dt .flexcontainer .togglebtn::after {
  display: block;
  content: "";
  background-color: #264C98;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.faq-accordion dl dt .flexcontainer .togglebtn::before {
  width: 12px;
  height: 2px;
}
.faq-accordion dl dt .flexcontainer .togglebtn::after {
  width: 2px;
  height: 12px;
}
.faq-accordion dl dt.selected .togglebtn::after {
  content: normal;
}
.faq-accordion dd {
  display: none;
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #F0F3F5;
  border-radius: 6px;
}
.faq-accordion dd p {
  width: 94.3661971831%;
  margin: 0 auto;
  line-height: 1.2857142857;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #3B4043;
}
@media screen and (min-width: 1000px) {
  .faq-accordion dd p {
    width: 960px;
    font-size: 16px;
    line-height: 1.5;
  }
}

.flow-overview {
  margin-top: 80px;
}
.flow-overview h2 {
  color: #3B4043;
  text-align: center;
}

.flow-main__btn {
  margin-top: 25px;
}
@media screen and (min-width: 1000px) {
  .flow-main__btn {
    margin-top: 30px;
  }
}
.flow-main__inner {
  margin-top: 50px;
}
@media screen and (min-width: 1000px) {
  .flow-main__inner {
    margin-top: 80px;
  }
}
.flow-main__inner > ul > li {
  width: 100%;
  margin-top: 40px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 25px 0;
  border-radius: 20px;
}
@media screen and (min-width: 1000px) {
  .flow-main__inner > ul > li {
    margin-top: 60px;
    padding: 30px 0;
  }
}
.flow-main__inner > ul > li .flexcontainer {
  width: 91.5492957746%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .flow-main__inner > ul > li .flexcontainer {
    width: 920px;
    display: flex;
    justify-content: space-between;
  }
}
.flow-main__inner > ul > li .flexcontainer .txtbox {
  align-self: center;
}
@media screen and (min-width: 1000px) {
  .flow-main__inner > ul > li .flexcontainer .txtbox {
    width: 500px;
  }
}
.flow-main__inner > ul > li .flexcontainer .txtbox h2 {
  width: auto;
  height: 55px;
  line-height: 55px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #264C98;
}
@media screen and (min-width: 1000px) {
  .flow-main__inner > ul > li .flexcontainer .txtbox h2 {
    font-size: 24px;
    height: 65px;
    line-height: 65px;
  }
}
.flow-main__inner > ul > li .flexcontainer .txtbox h2 span {
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 0.16em;
  color: #264C98;
  display: inline-block;
  width: 35px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  position: relative;
  font-family: Merriweather, serif;
  vertical-align: middle;
  margin-right: 5px;
}
@media screen and (min-width: 1000px) {
  .flow-main__inner > ul > li .flexcontainer .txtbox h2 span {
    font-size: 36px;
    margin-right: 15px;
    height: 65px;
    width: 40px;
    line-height: 65px;
  }
}
.flow-main__inner > ul > li .flexcontainer .txtbox h2 span::before {
  content: "Step";
  width: 35px;
  height: auto;
  letter-spacing: 0.16em;
  color: #264C98;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  font-family: inherit;
  color: inherit;
  font-size: 12px;
  line-height: normal;
}
@media screen and (min-width: 1000px) {
  .flow-main__inner > ul > li .flexcontainer .txtbox h2 span::before {
    width: 40px;
    font-size: 14px;
  }
}
.flow-main__inner > ul > li .flexcontainer .txtbox p {
  font-size: 14px;
  line-height: 1.5714285714;
  margin-top: 15px;
}
@media screen and (min-width: 1000px) {
  .flow-main__inner > ul > li .flexcontainer .txtbox p {
    font-size: 16px;
    line-height: 1.5;
  }
}
.flow-main__inner > ul > li .flexcontainer img {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto 0;
}
@media screen and (min-width: 1000px) {
  .flow-main__inner > ul > li .flexcontainer img {
    width: 400px;
    height: auto;
    margin: 0;
  }
}
.flow-main__inner > ul > li .documents {
  width: 91.5492957746%;
  margin: 30px auto 0;
}
@media screen and (min-width: 1000px) {
  .flow-main__inner > ul > li .documents {
    width: 710px;
    margin-top: 50px;
  }
}
.flow-main__inner > ul > li .documents h3 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #264C98;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 180px;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .flow-main__inner > ul > li .documents h3 {
    font-size: 16px;
    width: 200px;
  }
}
.flow-main__inner > ul > li .documents > ul {
  margin-top: 25px;
  list-style: url(./img/list-style.svg);
  padding-left: 20px;
}
@media screen and (min-width: 1000px) {
  .flow-main__inner > ul > li .documents > ul {
    margin-top: 15px;
  }
}
.flow-main__inner > ul > li .documents > ul > li {
  width: 100%;
  margin-top: 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px) {
  .flow-main__inner > ul > li .documents > ul > li {
    font-size: 16px;
    width: 100%;
    margin-top: 10px;
    white-space: nowrap;
    line-height: 1.3;
  }
}
.flow-main__inner > ul > li .documents > ul > li .documents__note {
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px) {
  .flow-main__inner > ul > li .documents > ul > li .documents__note {
    font-size: 14px;
  }
}

.staff-overview {
  margin-top: 80px;
}
.staff-overview h2 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #264C98;
  text-align: center;
  line-height: 1.5555555556;
}
@media screen and (min-width: 1000px) {
  .staff-overview h2 {
    font-size: 24px;
    line-height: 1.3333333333;
  }
}
.staff-overview p {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.7142857143;
  text-align: center;
  font-weight: 500;
  margin-top: 40px;
  color: #3B4043;
}
@media screen and (min-width: 1000px) {
  .staff-overview p {
    font-size: 18px;
    line-height: 1.4444444444;
    letter-spacing: 0.05em;
  }
}

.staff-introduction {
  margin-top: 80px;
}
.staff-introduction h2 {
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #3B4043;
  text-align: center;
  line-height: 1.3;
}
@media screen and (min-width: 1000px) {
  .staff-introduction h2 {
    font-size: 26px;
    font-weight: bold;
  }
}
.staff-introduction__list {
  margin-top: 15px;
}
@media screen and (min-width: 1000px) {
  .staff-introduction__list {
    margin-top: 30px;
  }
}
.staff-introduction__item {
  width: 100%;
  background-color: #F6F6F6;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  margin-top: 20px;
  padding: 30px 0;
}
@media screen and (min-width: 1000px) {
  .staff-introduction__item {
    margin-top: 60px;
    padding: 40px;
  }
}
.staff-introduction__inner {
  display: grid;
  grid-template-columns: 120px 1fr;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media screen and (min-width: 1000px) {
  .staff-introduction__inner {
    width: 820px;
    max-width: unset;
    -moz-column-gap: 80px;
         column-gap: 80px;
    grid-template-columns: 240px 1fr;
    grid-template-rows: repeat(2, auto);
  }
}
.staff-introduction__image {
  display: block;
  width: 120px;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
}
@media screen and (min-width: 1000px) {
  .staff-introduction__image {
    width: 240px;
    height: 240px;
    grid-column: 1/2;
    grid-row: 1/3;
  }
}
@media screen and (min-width: 1000px) {
  .staff-introduction__nameblock {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
.staff-introduction__shop {
  display: block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  background-color: #264C98;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 1000px) {
  .staff-introduction__shop {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}
.staff-introduction__position {
  display: block;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-top: 15px;
  color: #264C98;
  line-height: 1.3;
}
@media screen and (min-width: 1000px) {
  .staff-introduction__position {
    font-size: 16px;
  }
}
.staff-introduction__name {
  display: block;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin-top: 8px;
}
@media screen and (min-width: 1000px) {
  .staff-introduction__name {
    font-size: 16px;
  }
}
.staff-introduction__text {
  margin-top: 25px;
  letter-spacing: 0.05em;
  font-size: 14px;
  line-height: 1.7142857143;
  grid-column: span 2;
}
@media screen and (min-width: 1000px) {
  .staff-introduction__text {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 15px;
    grid-column: 2/3;
    grid-row: 2/3;
  }
}

.booking-header__image {
  display: block;
  width: 100%;
  max-width: 358px;
  height: auto;
  margin: 80px auto 0;
}
.booking-header__campaign-banner {
  margin: 80px 0;
}
@media screen and (min-width: 1000px) {
  .booking-header__campaign-banner {
    margin: 30px 0;
  }
}

.booking-overview__box {
  width: 100%;
  max-width: 355px;
  margin-inline: auto;
  display: flex;
}
@media screen and (min-width: 1000px) {
  .booking-overview__box {
    max-width: unset;
    width: 470px;
    margin: 0 auto 0 15px;
  }
}
.booking-overview__label {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.05em;
  width: 120px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: #264C98;
}
@media screen and (min-width: 1000px) {
  .booking-overview__label {
    width: 150px;
    font-size: 1.8rem;
  }
}
.booking-overview__text {
  display: inline-block;
  width: calc(100% - 120px);
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
  font-size: 1.4rem;
  color: #000;
  background-color: #fff;
  border: 1px solid #264C98;
}
@media screen and (min-width: 1000px) {
  .booking-overview__text {
    width: calc(100% - 150px);
    font-size: 1.8rem;
    padding-left: 20px;
  }
}
.booking-overview__booking-steps {
  margin-top: 50px;
}

.booking-main__bg {
  background-color: #F6F6F6;
  padding-bottom: 30px;
}
@media screen and (min-width: 1000px) {
  .booking-main__bg {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1000px) {
  .booking-main__inner {
    max-width: 850px;
  }
}
.booking-main__back-link {
  display: block;
  width: 100%;
  max-width: 165px;
  margin: 40px auto 0;
  text-align: center;
  font-size: 1.6rem;
  text-decoration: underline;
  color: #000;
  position: relative;
  padding-left: 20px;
}
.booking-main__back-link::before {
  content: "";
  width: 8.3px;
  height: 13.7px;
  background: url(./img/arrow-booking-back.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 999px) {
  .js-booking__margin.active {
    margin-top: 130px;
  }
}
.js-booking__insert-phone {
  font-size: 1.2rem;
  color: #B07400;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (min-width: 1000px) {
  .js-booking__insert-phone {
    text-align: right;
  }
}
.js-booking__insert-terms {
  font-size: 1.2rem;
  color: #202020;
  margin-top: 40px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: normal;
  line-height: 1.3;
}
.js-booking__insert-terms a {
  color: #202020;
  text-decoration: underline;
}
@media screen and (min-width: 1000px) {
  .js-booking__insert-terms {
    margin-top: 50px;
    font-size: 1.6rem;
  }
}

.booking-ctabtn {
  margin-top: 110px;
}
@media screen and (min-width: 1000px) {
  .booking-ctabtn {
    margin-top: 190px;
  }
}

.booking-cancel-overview__text {
  text-align: center;
}

.booking-cancel-main__bg {
  background-color: #F6F6F6;
}
@media screen and (min-width: 1000px) {
  .booking-cancel-main__inner {
    max-width: 935px;
  }
}

.booking-cancel-ctabtn {
  margin-top: 180px;
}
@media screen and (min-width: 1000px) {
  .booking-cancel-ctabtn {
    margin-top: 260px;
  }
}

.bookings-header__text {
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.1em;
  color: #3B4043;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .bookings-header__text {
    font-size: 2rem;
    line-height: 1.6;
  }
}
.bookings-header__image {
  display: block;
  width: 100%;
  max-width: 358px;
  height: auto;
  margin: 80px auto 0;
}
.bookings-header__campaign-banner {
  margin: 80px 0;
}
@media screen and (min-width: 1000px) {
  .bookings-header__campaign-banner {
    margin: 30px 0;
  }
}

.bookings__list {
  width: 100%;
  height: auto;
  padding: 50px 0;
  background-color: #F0F3F5;
}
.bookings__item {
  width: 100%;
  margin-top: 40px;
  background-color: #fff;
  padding: 30px 0;
}
@media screen and (min-width: 1000px) {
  .bookings__item {
    padding: 40px 0;
    height: 350px;
  }
}
@media screen and (min-width: 1000px) {
  .bookings__inner {
    grid-template-columns: 400px 1fr auto;
    grid-template-rows: 30px 1fr;
    grid-template-areas: "item-2 item-1 ." "item-2 item-3 item-4";
  }
}
.bookings .l-grid__item--1 {
  grid-area: item-1;
}
.bookings .l-grid__item--2 {
  grid-area: item-2;
}
.bookings .l-grid__item--3 {
  grid-area: item-3;
}
.bookings .l-grid__item--4 {
  grid-area: item-4;
}

.bookings__title {
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width: 1000px) {
  .bookings__title {
    font-size: 22px;
    margin-left: 20px;
  }
}
.bookings__image {
  width: 100%;
  max-width: 355px;
  height: auto;
  margin: 10px auto 0;
}
@media screen and (min-width: 1000px) {
  .bookings__image {
    max-width: unset;
    width: 400px;
    height: 266px;
    margin: 0;
  }
}
.bookings__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bookings__contents {
  margin-top: 20px;
}
@media screen and (min-width: 1000px) {
  .bookings__contents {
    margin-left: 20px;
  }
}
.bookings__postcode, .bookings__address, .bookings__opening-hours, .bookings__closed-days {
  color: #3B4043;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: normal;
}
@media screen and (min-width: 1000px) {
  .bookings__postcode, .bookings__address, .bookings__opening-hours, .bookings__closed-days {
    white-space: nowrap;
  }
}
.bookings__subtitle {
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-top: 10px;
}
.bookings__opening-hours, .bookings__closed-days {
  margin-top: 5px;
}
.bookings__button {
  margin-top: 20px;
}
.bookings__button a {
  white-space: nowrap;
}
@media screen and (min-width: 1000px) {
  .bookings__button {
    margin-top: 0;
    align-self: end;
  }
}

.thankyou-header,
.cancel-header {
  padding-top: 160px;
}
@media screen and (min-width: 1000px) {
  .thankyou-header,
  .cancel-header {
    padding-top: 290px;
  }
}
.thankyou-header__image,
.cancel-header__image {
  width: 100px;
  height: auto;
  display: block;
  margin-inline: auto;
}
@media screen and (min-width: 1000px) {
  .thankyou-header__image,
  .cancel-header__image {
    width: 140px;
  }
}
.thankyou-header__title,
.cancel-header__title {
  font-size: 20px;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: bold;
  margin-top: 15px;
  line-height: 1.3;
}
@media screen and (min-width: 1000px) {
  .thankyou-header__title,
  .cancel-header__title {
    font-size: 26px;
    margin-top: 25px;
  }
}
.thankyou-header__text,
.cancel-header__text {
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.625;
  margin-top: 40px;
  font-weight: 500;
}
@media screen and (min-width: 1000px) {
  .thankyou-header__text,
  .cancel-header__text {
    font-size: 20px;
    line-height: 1.6;
    margin-top: 60px;
  }
}

.thankyou-overview__inner {
  margin-top: 40px;
  background-color: rgba(243, 243, 243, 0.5);
  padding: 40px 0;
}
@media screen and (min-width: 1000px) {
  .thankyou-overview__inner {
    margin-top: 100px;
    padding: 60px 0;
  }
}
@media screen and (min-width: 1000px) {
  .thankyou-overview__box {
    width: 850px;
    max-width: unset;
  }
}
.thankyou-overview__text {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 1000px) {
  .thankyou-overview__text {
    font-size: 18px;
    line-height: 1.7777777778;
  }
}
.thankyou-overview__note {
  margin-top: 40px;
}
@media screen and (min-width: 1000px) {
  .thankyou-overview__note {
    margin-top: 60px;
  }
}
.thankyou-overview__note li {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 12px;
}
@media screen and (min-width: 1000px) {
  .thankyou-overview__note li {
    margin-top: 24px;
    font-size: 18px;
    line-height: 1.3;
  }
}

.notfound-overview {
  width: calc(100% - 40px);
  max-width: 600px;
  margin: 0 auto;
  margin-top: 60px;
}
@media screen and (min-width: 1000px) {
  .notfound-overview {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 70px;
  }
}
.notfound-overview h2 {
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 1000px) {
  .notfound-overview h2 {
    font-size: 24px;
  }
}
.notfound-overview p {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
  font-weight: 500;
  margin-top: 40px;
}
@media screen and (min-width: 1000px) {
  .notfound-overview p {
    letter-spacing: 0.1em;
    font-size: 24px;
    line-height: 1.3333333333;
  }
}

.privacypolicy-overview {
  margin-top: 80px;
}
.privacypolicy-overview h2 {
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: 500;
  line-height: 1.5555555556;
}
@media screen and (min-width: 1000px) {
  .privacypolicy-overview h2 {
    font-size: 22px;
  }
}

.privacypolicy-main {
  margin-top: 50px;
}
.privacypolicy-main__wrapper {
  width: 100%;
  padding: 30px 0;
  display: flex;
  justify-content: center;
  background-color: rgba(240, 243, 245, 0.5);
}
.privacypolicy-main__wrapper p {
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  font-weight: normal;
  margin-top: 20px;
}
@media screen and (min-width: 1000px) {
  .privacypolicy-main__wrapper p {
    font-size: 16px;
    line-height: 1.75;
    margin-top: 30px;
  }
}

/*
========================================
  booking-package
=========================================
*/
#booking-package {
  background-color: #F6F6F6 !important;
}
#booking-package .sun {
  background-color: #f6d9de;
}
#booking-package .sat {
  background-color: #a9d7dc;
}

#booking-package_calendarPage {
  background-color: #F6F6F6 !important;
}
#booking-package_calendarPage .calendarHeader label {
  color: #264C98;
  font-size: 1.5em;
}
#booking-package_calendarPage .calendarHeader .calendarData {
  color: #264C98;
  font-size: 30px;
  padding-bottom: 0.5em;
}
#booking-package_calendarPage .calendarHeader .arrowFont {
  font-size: 1.5em !important;
  margin-top: -5px;
}
#booking-package_calendarPage .calendar {
  margin-bottom: 0;
  background-color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px) {
  #booking-package_calendarPage .calendar {
    font-size: 1.6rem;
  }
}
#booking-package_calendarPage .calendar .pastDay,
#booking-package_calendarPage .calendar .closingDay {
  background-color: #264C98 !important;
  border-color: #fff;
  color: white;
}
#booking-package_calendarPage .calendar .available_day .dateField {
  position: relative;
}
#booking-package_calendarPage .calendar .available_day .dateField::after {
  content: "";
  height: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%27%E3%82%B3%E3%82%A4%E3%83%B3%E3%82%BF%E3%82%A4%E3%83%97%E3%81%AE%E5%86%86%E3%82%A2%E3%82%A4%E3%82%B3%E3%83%B3%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%27512%27%20height%3D%27512%27%20viewBox%3D%270%200%20512%20512%27%3E%3Cpath%20id%3D%27%E3%83%91%E3%82%B9_4503%27%20data-name%3D%27%E3%83%91%E3%82%B9%204503%27%20d%3D%27M256%2C64c105.875%2C0%2C192%2C86.125%2C192%2C192S361.875%2C448%2C256%2C448C150.141%2C448%2C64%2C361.875%2C64%2C256S150.141%2C64%2C256%2C64m0-64C114.609%2C0%2C0%2C114.625%2C0%2C256%2C0%2C397.391%2C114.609%2C512%2C256%2C512c141.375%2C0%2C256-114.609%2C256-256C512%2C114.625%2C397.375%2C0%2C256%2C0Z%27%20fill%3D%27%23264C98%27%2F%3E%3C%2Fsvg%3E") no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 1000px) {
  #booking-package_calendarPage .calendar .available_day:hover {
    background-color: #0070C3 !important;
    cursor: pointer;
    color: #fff;
  }
  #booking-package_calendarPage .calendar .available_day:hover .dateField::after {
    background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%27%E3%82%B3%E3%82%A4%E3%83%B3%E3%82%BF%E3%82%A4%E3%83%97%E3%81%AE%E5%86%86%E3%82%A2%E3%82%A4%E3%82%B3%E3%83%B3%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%27512%27%20height%3D%27512%27%20viewBox%3D%270%200%20512%20512%27%3E%3Cpath%20id%3D%27%E3%83%91%E3%82%B9_4503%27%20data-name%3D%27%E3%83%91%E3%82%B9%204503%27%20d%3D%27M256%2C64c105.875%2C0%2C192%2C86.125%2C192%2C192S361.875%2C448%2C256%2C448C150.141%2C448%2C64%2C361.875%2C64%2C256S150.141%2C64%2C256%2C64m0-64C114.609%2C0%2C0%2C114.625%2C0%2C256%2C0%2C397.391%2C114.609%2C512%2C256%2C512c141.375%2C0%2C256-114.609%2C256-256C512%2C114.625%2C397.375%2C0%2C256%2C0Z%27%20fill%3D%27%23FFFFFF%27%2F%3E%3C%2Fsvg%3E") no-repeat center center;
    background-size: contain;
  }
}

#booking-package_schedulePage {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px) {
  #booking-package_schedulePage {
    font-size: 1.6rem;
  }
}
#booking-package_schedulePage .selectedDate {
  background: #F6F6F6 !important;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
#booking-package_schedulePage .selectable_day_slot.closed {
  background: #ccc;
  color: #fff;
}
#booking-package_schedulePage .selectable_day_slot.selected_day_slot {
  background: #264C98;
  color: #fff;
}
#booking-package_schedulePage .bottomPanelForPositionInherit {
  background: #F6F6F6 !important;
  display: flex;
  justify-content: center;
}
#booking-package_schedulePage .bottomPanelForPositionInherit .return_button {
  text-decoration: underline;
  padding-left: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -65px;
  bottom: -95px;
  white-space: nowrap;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px) {
  #booking-package_schedulePage .bottomPanelForPositionInherit .return_button {
    bottom: -115px;
  }
}
#booking-package_schedulePage .bottomPanelForPositionInherit .return_button::before {
  content: "";
  width: 8.3px;
  height: 13.7px;
  background: url(./img/arrow-booking-back.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

#booking-package_inputFormPanel {
  position: relative;
  background-color: #F6F6F6 !important;
}
#booking-package_inputFormPanel .row {
  display: flex;
  border: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-top: 5px !important;
}
@media screen and (min-width: 1000px) {
  #booking-package_inputFormPanel .row {
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-top: 12px !important;
  }
}
#booking-package_inputFormPanel .name {
  display: flex !important;
  width: 100%;
  max-width: 110px;
  align-items: center;
  justify-content: center;
  background: #264C98;
  color: #fff;
  font-weight: 500 !important;
  height: 40px;
  padding: 0 !important;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
@media screen and (min-width: 1000px) {
  #booking-package_inputFormPanel .name {
    width: 200px;
    max-width: unset;
    height: 50px;
    font-size: 1.6rem;
  }
}
#booking-package_inputFormPanel .name.required:after {
  display: none;
}
#booking-package_inputFormPanel .value {
  width: 100%;
  background: #fff;
  height: auto;
  padding: 0 1em !important;
  border: 1px solid #264C98;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
@media screen and (min-width: 1000px) {
  #booking-package_inputFormPanel .value {
    height: 50px;
    font-size: 1.6rem;
  }
}
#booking-package_inputFormPanel .value input[type=text],
#booking-package_inputFormPanel .value input[type=tel],
#booking-package_inputFormPanel .value input[type=email] {
  border: none;
}
#booking-package_inputFormPanel .value .description {
  margin: 0 !important;
}
#booking-package_inputFormPanel .cartPanel .bottomBarPanel {
  display: flex;
  justify-content: space-between;
  margin-top: 40px !important;
}
#booking-package_inputFormPanel .cartPanel .bottomBarPanel .book_now_button {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: right;
  padding: 12px 89px 12px 0;
  font-size: 20px;
  letter-spacing: 0.05em;
  background-color: #fff;
  color: #3B4043;
  font-weight: 500;
  border: 1px solid #264C98;
  cursor: pointer;
  position: relative;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  box-shadow: 3px 3px 0px #264C98;
}
@media screen and (min-width: 1000px) {
  #booking-package_inputFormPanel .cartPanel .bottomBarPanel .book_now_button {
    font-size: 24px;
    padding: 20px 72px 20px 0;
  }
}
#booking-package_inputFormPanel .cartPanel .bottomBarPanel .book_now_button::after {
  content: "";
  display: block;
  width: 8.4px;
  height: 13.7px;
  background-image: url(./img/arrow-booking-next.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
@media screen and (min-width: 1000px) {
  #booking-package_inputFormPanel .cartPanel .bottomBarPanel .book_now_button:hover {
    transform: translateY(3px);
    box-shadow: none;
  }
}
#booking-package_inputFormPanel .return_form_button {
  width: auto !important;
  display: inline-block;
  text-decoration: underline;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -110px;
  padding-left: 20px;
  margin: 0;
  white-space: nowrap;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px) {
  #booking-package_inputFormPanel .return_form_button {
    bottom: -130px;
  }
}
#booking-package_inputFormPanel .return_form_button::before {
  content: "";
  width: 8.3px;
  height: 13.7px;
  background: url(./img/arrow-booking-back.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

#booking-package_inputFormPanel {
  padding-top: 165px;
}
#booking-package_inputFormPanel .title_in_form {
  display: block;
  width: 100%;
  border: none !important;
  position: absolute !important;
  top: -50px !important;
  left: 50% !important;
  transform: translateX(-50%);
  color: #264C98;
  font-size: 20px !important;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.3;
  padding: 0 !important;
}
@media screen and (min-width: 1000px) {
  #booking-package_inputFormPanel .title_in_form {
    font-size: 26px !important;
    top: -80px !important;
  }
}
#booking-package_inputFormPanel .row:nth-of-type(2) .name {
  background-color: #B07400 !important;
}
#booking-package_inputFormPanel .row:nth-of-type(2) .value {
  border: 1px solid #B07400 !important;
}
#booking-package_inputFormPanel .row:nth-of-type(4) {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: block !important;
  width: 100%;
  max-width: 300px;
  padding: 0;
}
@media screen and (min-width: 1000px) {
  #booking-package_inputFormPanel .row:nth-of-type(4) {
    max-width: unset;
  }
}
#booking-package_inputFormPanel .row:nth-of-type(4) .name {
  display: block !important;
  width: auto;
  max-width: unset;
  text-align: center;
  background-color: #F6F6F6;
  text-align: center;
  font-size: 14px;
  color: #000;
  letter-spacing: 0.05em;
  line-height: 1.3;
  height: auto;
}
@media screen and (min-width: 1000px) {
  #booking-package_inputFormPanel .row:nth-of-type(4) .name {
    font-size: 1.6rem;
    text-align: left;
  }
}
#booking-package_inputFormPanel .row:nth-of-type(4) .value {
  padding: 0 !important;
  border: none;
  background-color: #F6F6F6;
  margin-top: 15px;
}
#booking-package_inputFormPanel .row:nth-of-type(4) .value input[type=radio] {
  display: none;
}
#booking-package_inputFormPanel .row:nth-of-type(4) .value input[type=radio]:checked + span {
  color: #264C98;
}
#booking-package_inputFormPanel .row:nth-of-type(4) .value input[type=radio]:checked + span::after {
  opacity: 1;
}
#booking-package_inputFormPanel .row:nth-of-type(4) .value input[type=radio]:checked + span::before {
  border: 1px solid #707070;
}
#booking-package_inputFormPanel .row:nth-of-type(4) .value label:nth-of-type(1) {
  margin-bottom: 15px;
}
#booking-package_inputFormPanel .row:nth-of-type(4) .value .radio_title {
  display: inline-block;
  color: #202020;
  font-weight: normal;
  font-size: 14px;
  position: relative;
  padding-left: 30px;
  line-height: 20px;
  height: 20px;
  cursor: pointer;
  margin: 0 !important;
}
@media screen and (min-width: 1000px) {
  #booking-package_inputFormPanel .row:nth-of-type(4) .value .radio_title {
    font-size: 1.6rem;
  }
}
#booking-package_inputFormPanel .row:nth-of-type(4) .value .radio_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #707070;
}
#booking-package_inputFormPanel .row:nth-of-type(4) .value .radio_title::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 12px;
  height: 12px;
  background-color: #264C98;
  /* チェック時の中の色 */
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.2s ease;
}
#booking-package_inputFormPanel .row:nth-of-type(10) .name {
  display: none !important;
}
#booking-package_inputFormPanel .row:nth-of-type(10) .value {
  border: none !important;
  justify-content: center;
  background-color: #F6F6F6;
}
#booking-package_inputFormPanel .row:nth-of-type(10) label {
  justify-content: center;
}
#booking-package_inputFormPanel .row:nth-of-type(10) .radio_title {
  display: flex;
  align-items: center;
}
#booking-package_inputFormPanel .row:nth-of-type(10) input[type=checkbox] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  vertical-align: -5px;
  background-color: #fff;
}
#booking-package_inputFormPanel .row:nth-of-type(10) input[type=checkbox]:checked {
  background-color: #264C98;
}
#booking-package_inputFormPanel .row:nth-of-type(10) input[type=checkbox]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 18px;
  content: "";
  background: url(./img/icon-booking-check.svg) no-repeat center center;
  background-size: contain;
}

#booking-package_inputFormPanel .row.error_empty_value {
  background-color: unset !important;
}
#booking-package_inputFormPanel .row.error_empty_value .name {
  background-color: #e35353 !important;
}
#booking-package_inputFormPanel .row.error_empty_value .radio_title {
  color: #e35353 !important;
}

#booking-package_myBookingDetailsFroVisitor {
  position: relative;
}
#booking-package_myBookingDetailsFroVisitor .titlePanel {
  position: absolute;
  top: -45px;
}
@media screen and (min-width: 1000px) {
  #booking-package_myBookingDetailsFroVisitor .titlePanel {
    top: -50px;
  }
}
#booking-package_myBookingDetailsFroVisitor .titlePanel .title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1000px) {
  #booking-package_myBookingDetailsFroVisitor .titlePanel .title {
    font-size: 2rem;
  }
}
#booking-package_myBookingDetailsFroVisitor .row:nth-of-type(2),
#booking-package_myBookingDetailsFroVisitor .row:nth-of-type(3) {
  display: none !important;
}
#booking-package_myBookingDetailsFroVisitor .buttonPanel {
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
}
#booking-package_myBookingDetailsFroVisitor .buttonPanel .return_button {
  display: none;
}
#booking-package_myBookingDetailsFroVisitor .buttonPanel .cancel_booking_button {
  width: 280px;
  height: 50px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  font-size: 16px;
  letter-spacing: 0.05em;
  background-color: #fff;
  color: #3B4043;
  font-weight: 500;
  border: 1px solid #264C98;
  cursor: pointer;
  position: relative;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  box-shadow: 3px 3px 0px #264C98;
}
@media screen and (min-width: 1000px) {
  #booking-package_myBookingDetailsFroVisitor .buttonPanel .cancel_booking_button {
    width: 300px;
    height: 60px;
    font-size: 18px;
  }
}
#booking-package_myBookingDetailsFroVisitor .buttonPanel .cancel_booking_button::after {
  content: "";
  display: block;
  width: 8.4px;
  height: 13.7px;
  background-image: url(./img/arrow-booking-next.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
@media screen and (min-width: 1000px) {
  #booking-package_myBookingDetailsFroVisitor .buttonPanel .cancel_booking_button:hover {
    transform: translateY(3px);
    box-shadow: none;
  }
}

/*
========================================

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