@charset "UTF-8";
/* Scss Document */
/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato&family=Noto+Sans+JP:wght@100..900&display=swap");
/* -----------------------------------------------------------
 =reset and default css
----------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, code, del, em, img, q, small, strong, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figcaption, figure, footer, header, menu, nav, section, summary, time, mark {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 62.5%; /* 10px */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

section {
  clear: both;
}

/* link --------------- */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* list --------------- */
nav ul, #header ul, #sidebar ul, aside ul {
  list-style: none;
}

article ul {
  margin-left: 1.5em;
}

article ul li {
  margin-bottom: 5px;
}

.inline li {
  display: inline;
}

ol {
  margin-left: 1.8em;
}

/* float --------------- */
.fLeft {
  float: left;
}

.fRight {
  float: right;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}

.clearfix {
  overflow: hidden;
}

.overAuto {
  overflow: auto;
}

/* table --------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.5;
}

/* alignment --------------- */
.tCenter {
  text-align: center;
}

.tLeft {
  text-align: left;
}

.tRight {
  text-align: right;
}

.vTop {
  vertical-align: top;
}

.vMid {
  vertical-align: middle;
}

.vBtm {
  vertical-align: bottom;
}

/* break --------------- */
.nowrap {
  white-space: nowrap;
}

.brUrl {
  word-wrap: break-word;
}

.brSp {
  display: block;
}

@media screen and (min-width: 769px) {
  .brSp {
    display: none;
  }
}
/* image --------------- */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
}

.imgL {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.imgR {
  float: right;
  margin-bottom: 10px;
  margin-left: 10px;
}

p.akari image img {
  width: 100%;
}

/* space --------------- */
.mgR0 {
  margin-right: 0 !important;
}

.mgR05 {
  margin-right: 5px;
}

.mgR10 {
  margin-right: 10px;
}

.mgR15 {
  margin-right: 15px;
}

.mgR20 {
  margin-right: 20px;
}

.mgR25 {
  margin-right: 25px;
}

.mgR30 {
  margin-right: 30px;
}

.mgB0 {
  margin-bottom: 0 !important;
}

.mgB0pc {
  margin-bottom: auto;
}

@media screen and (min-width: 769px) {
  .mgB0pc {
    margin-bottom: 0 !important;
  }
}
.mgB0end {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 769px) {
  .mgB0end {
    margin-bottom: 0 !important;
  }
}
.mgB05 {
  margin-bottom: 5px !important;
}

.mgB10 {
  margin-bottom: 10px !important;
}

.mgB15 {
  margin-bottom: 15px !important;
}

.mgB20 {
  margin-bottom: 20px !important;
}

.mgB25 {
  margin-bottom: 25px;
}

.mgB30 {
  margin-bottom: 30px;
}

.mgB35 {
  margin-bottom: 35px;
}

.mgB40 {
  margin-bottom: 40px;
}

.mgB50 {
  margin-bottom: 50px;
}

.mgL0 {
  margin-left: 0;
}

.mgL05 {
  margin-left: 5px;
}

.mgL10 {
  margin-left: 10px;
}

.mgL15 {
  margin-left: 15px;
}

.mgL20 {
  margin-left: 20px;
}

.mgL25 {
  margin-left: 25px;
}

.mgL30 {
  margin-left: 30px;
}

.pdT0 {
  padding-top: 0;
}

.pdT05 {
  padding-top: 5px;
}

.pdT08 {
  padding-top: 8px;
}

.pdT10 {
  padding-top: 10px !important;
}

.pdT15 {
  padding-top: 15px !important;
}

.pdT20 {
  padding-top: 20px !important;
}

.pdT25 {
  padding-top: 25px !important;
}

.pdT30 {
  padding-top: 30px;
}

.pdR20 {
  padding-right: 20px;
}

.pdR25 {
  padding-right: 25px;
}

.pdR30 {
  padding-right: 30px;
}

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

.pdB20 {
  padding-bottom: 20px;
}

.indent {
  margin-left: 1em;
}

.notes {
  padding-left: 1em;
  font-size: 1.2rem;
  text-indent: -1em;
}

/* text --------------- */
.txt11 {
  font-size: 1.1rem;
}

.txt12 {
  font-size: 1.2rem;
}

.txt13 {
  font-size: 1.3rem;
}

.txt14 {
  font-size: 1.4rem;
}

.txt15 {
  font-size: 15px !important;
}

.txt16 {
  font-size: 1.6rem;
}

.txt18 {
  font-size: 1.8rem;
}

.txt20 {
  font-size: 2rem;
}

.txt22 {
  font-size: 2.2rem;
}

.txt24 {
  font-size: 2.4rem;
}

.txt30 {
  font-size: 30px !important;
}

.txtmin {
  font-family: serif;
}

.lh15 {
  line-height: 1.5;
}

.normal {
  font-weight: normal;
}

address {
  font-style: normal;
}

sub, sup {
  font-size: 1rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.txtCL {
  text-align: left;
}

@media screen and (min-width: 769px) {
  .txtCL {
    text-align: center;
  }
}
.br-sp {
  display: none;
}

.br-pc {
  display: block;
}

@media screen and (max-width: 769px) {
  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
}
/* -----------------------------------------------------------
 汎用
----------------------------------------------------------- */
.mobileHidden, .mobileHiddenB {
  display: none;
}

.desktopHidden {
  display: block;
}

.desktopHiddeni {
  display: inline;
}

@media screen and (min-width: 769px) {
  .desktopHidden {
    display: none;
  }
  .desktopHiddeni {
    display: none;
  }
  .mobileHidden {
    display: inline;
  }
  .mobileHiddenB {
    display: block;
  }
}
/* ===================================================================
CSS information

 file name  :common.css
 style info :共通読み込み用
=================================================================== */
/* -----------------------------------------------------------
 =common css
----------------------------------------------------------- */
html {
  font-size: 47.5%;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
}

body {
  min-width: 320px;
  color: #000;
  font-size: 1.6em;
  line-height: 1;
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
  font-weight: 400;
}

/* default link color
----------------------------------------------------------- */
a {
  color: #2962ff;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.red {
  color: #f00;
}

/* -----------------------------------------------------------
 =header, glovalnavi
----------------------------------------------------------- */
/*最上部からスライドまで*/
/* -----------------------------------------------------------
 =slide
----------------------------------------------------------- */
#topImg {
  margin: 0 auto;
  width: 100%;
}

/* *-------------------------------------------------------------------
 ローディング
-------------------------------------------------------------------* */
.progress {
  background-color: #fbf5c0;
  color: #666;
  height: 100%;
  position: absolute;
  width: 100%;
}

.progress_bar {
  border-top: 1px solid rgb(160, 160, 160);
  position: absolute;
  top: 50%;
  width: 0%;
}

.progress_text {
  font-family: “Menlo”, “Consolas”, monospace;
  font-size: 13px;
  margin-top: 10px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}

.progress_complete .progress_bar {
  border-top-color: rgb(255, 255, 255);
}

/* -----------------------------------------------------------
 =contents
----------------------------------------------------------- */
#contents {
  line-height: 1.6;
  clear: both;
}

/* -----------------------------------------------------------
 =main
----------------------------------------------------------- */
#main section {
  padding: 0;
}

/* -----------------------------------------------------------
 基本ボックス
----------------------------------------------------------- */
.inner {
  width: min(100vw, 1106px);
  padding: 0 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1180px) {
  .inner {
    width: 94%;
    margin: 0 3%;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    width: calc(100% - 40px);
    margin: 0 20px;
    padding: 0;
  }
}

/* -----------------------------------------------------------
 Video
----------------------------------------------------------- */
.home-mainvisual {
  max-width: 100%;
}

.home-mainvisual video {
  width: 100%;
}

.home-mainvisual_kari {
  background-color: #333;
  width: 100%;
  aspect-ratio: 16/9;
}

/* -----------------------------------------------------------
kikaku
----------------------------------------------------------- */
.kikaku {
  padding: min(9.0415913201vw, 100px) 0;
  background: url(../../images/shop-bg-top.png) no-repeat top center/100%, url(../../images/shop-bg-bottom.png) no-repeat bottom center/100%, url(../../images/bg.png) no-repeat top center/cover;
}
@media screen and (max-width: 768px) {
  .kikaku {
    padding: 45px 0 50px 0;
    background: url(../../images/shop-bg-top_sp.png) no-repeat top center/100%, url(../../images/shop-bg-bottom_sp.png) no-repeat bottom center/100%, url(../../images/bg_sp.png) no-repeat top center/cover;
  }
}

.kikaku__title {
  text-align: center;
}

.kikaku__title img {
  width: min(65.1898734177vw, 721px);
}
@media screen and (max-width: 768px) {
  .kikaku__title img {
    width: 90%;
  }
}

.kikaku__block1 {
  margin-top: 25px;
  background-color: #fff;
  padding: 20px;
  border: 4px solid #ce000c;
}
@media screen and (max-width: 768px) {
  .kikaku__block1 {
    margin-top: 20px;
    border: 3px solid #ce000c;
  }
}

.kikaku__block1-btn {
  margin-top: 20px;
}

.kikaku__block2 {
  margin-top: 20px;
}

/* -----------------------------------------------------------
shop-info
----------------------------------------------------------- */
.shop-info {
  padding: 50px 0 60px;
  background: #ce000c;
}
@media screen and (max-width: 768px) {
  .shop-info {
    padding: 30px 0 20px;
  }
}

.shop-info__title {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .shop-info__title {
    padding: 0 20px;
  }
}

.shop-info__text {
  padding: 17px 10px 0;
}
@media screen and (max-width: 768px) {
  .shop-info__text {
    padding: 20px 0 0;
  }
}

.shop-info__wrap {
  margin-top: 40px;
  padding: 0;
  background-color: #fff;
  -webkit-box-shadow: 6px 6px #000;
          box-shadow: 6px 6px #000;
}
@media screen and (max-width: 768px) {
  .shop-info__wrap {
    margin-top: 30px;
    -webkit-box-shadow: 3px 3px #000;
            box-shadow: 3px 3px #000;
  }
}

.shop-info__info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .shop-info__info {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

@media screen and (max-width: 768px) {
  .shop-info__info-inner {
    padding: 10px 20px 10px;
  }
}

.shop-info__name {
  font-size: min(5.0632911392vw, 56px);
  font-weight: 900;
  color: #000;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .shop-info__name {
    font-size: 32px;
    margin-top: 0;
  }
}

.shop-info__name span {
  font-weight: 700;
  font-size: min(2.9837251356vw, 33px);
  display: inline-block;
  vertical-align: 8px;
}
@media screen and (max-width: 768px) {
  .shop-info__name span {
    font-size: 19px;
    vertical-align: 4px;
  }
}

.shop-info__address {
  margin-top: 10px;
  font-size: min(2.712477396vw, 30px);
  font-weight: 700;
  color: #000;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .shop-info__address {
    font-size: 18px;
    margin-top: 5px;
  }
}

.shop-info__tel {
  font-size: min(5.5vw, 64px);
  font-weight: 700;
  color: #d50013;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .shop-info__tel {
    font-size: 36px;
    margin-top: 10px;
  }
}

.shop-info__tel a {
  font-family: "Roboto", sans-serif;
  color: #d60013;
}

.shop-info__btn {
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .shop-info__btn {
    grid-template-columns: 1fr;
    padding: 0 20px 20px;
    gap: 20px;
  }
}

img.btn_animate01 {
  margin: 0 auto;
  -webkit-animation: fuwafuwa 1s ease 0s infinite alternate;
          animation: fuwafuwa 1s ease 0s infinite alternate;
  -webkit-transform-origin: center;
          transform-origin: center;
  cursor: pointer;
}

@-webkit-keyframes fuwafuwa {
  from {
    -webkit-transform: scale(0.95, 0.95);
            transform: scale(0.95, 0.95);
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes fuwafuwa {
  from {
    -webkit-transform: scale(0.95, 0.95);
            transform: scale(0.95, 0.95);
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.shop-info__map {
  text-align: right;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .shop-info__map {
    padding-right: 0;
  }
}

.shop-info__map a {
  text-decoration: underline;
  font-size: min(1.808318264vw, 20px);
}
@media screen and (max-width: 768px) {
  .shop-info__map a {
    font-size: 11px;
  }
}

/* -----------------------------------------------------------
 バナー
----------------------------------------------------------- */
.banner {
  margin-top: 76px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .banner {
    margin-top: 30px;
    font-size: 12px;
  }
}

.banner__img1 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .banner__img1 {
    margin-top: 30px;
  }
}

.banner__img1 p {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .banner__img1 p {
    margin-top: 8px;
  }
}

.banner__img2 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .banner__img2 {
    margin-top: 30px;
  }
}

.banner__img2 p {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .banner__img2 p {
    margin-top: 8px;
  }
}

.banner__img3 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .banner__img3 {
    margin-top: 30px;
  }
}

.banner__img3 p {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .banner__img3 p {
    margin-top: 8px;
  }
}

.banner__img4 {
  margin-top: 95px;
}
@media screen and (max-width: 768px) {
  .banner__img4 {
    margin-top: 30px;
  }
}

.banner__img5 {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .banner__img5 {
    margin-top: 20px;
  }
}

.banner__img5 img {
  width: min(85.4430379747vw, 945px);
}
@media screen and (max-width: 768px) {
  .banner__img5 img {
    width: 100%;
  }
}

/* -----------------------------------------------------------
 =店舗
----------------------------------------------------------- */
.shop {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .shop {
    margin-bottom: 66px;
    margin-top: 150px;
  }
}

@media screen and (min-width: 768px) {
  .tab_nav + .shop {
    margin-top: 50px;
  }
}

.shop_wrap {
  margin-top: 20px;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .shop_wrap {
    margin-top: 50px;
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.shop_wrap > div {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .shop_wrap > div {
    width: min(40.6871609403vw, 510px);
  }
}
.shop_wrap iframe {
  width: 100%;
  max-height: 200px;
}
@media screen and (min-width: 768px) {
  .shop_wrap iframe {
    width: 100%;
    max-height: 450px;
  }
}
.shop_wrap p.p_map {
  font-size: 12px;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .shop_wrap p.p_map {
    font-size: 16px;
  }
}
.shop_wrap p.p_map a {
  color: #000;
}
.shop_wrap h2 {
  color: #0068b7;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 900;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .shop_wrap h2 {
    font-size: min(3.616636528vw, 40px);
    margin-top: 30px;
  }
}
.shop_wrap h2 span {
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .shop_wrap h2 span {
    font-size: min(6.3291139241vw, 70px);
  }
}
.shop_wrap h2 .nakahara {
  font-size: 26px;
}
@media screen and (min-width: 768px) {
  .shop_wrap h2 .nakahara {
    font-size: min(4.2495479204vw, 47px);
  }
}
@media screen and (min-width: 768px) {
  .shop_wrap h2 .kanazawa {
    font-size: min(5.6962025316vw, 63px);
  }
}
@media screen and (min-width: 768px) {
  .shop_wrap h2 .jyoetsu {
    font-size: min(5.6962025316vw, 57px);
  }
}
.shop_wrap h3 {
  color: #e60012;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .shop_wrap h3 {
    font-size: min(4.972875226vw, 62px);
    margin-top: 10px;
  }
}
.shop_wrap h3 a {
  color: #e60012;
}
.shop_wrap address {
  font-size: 15px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .shop_wrap address {
    font-size: 30px;
    margin-bottom: 5px;
  }
}
.shop_wrap p {
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .shop_wrap p {
    font-size: 18px;
  }
}
.shop_wrap .shop_line img {
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .shop_wrap .shop_line img {
    width: min(43.2188065099vw, 478px);
    margin-top: 20px;
  }
}
.shop_wrap .shop_morebtn {
  margin-top: 15px;
  text-align: center;
}
.shop_wrap .shop_morebtn img {
  width: 90%;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .shop_wrap .shop_morebtn img {
    width: min(37.9746835443vw, 420px);
  }
}

/* -----------------------------------------------------------
 =車両
----------------------------------------------------------- */
.car {
  margin-bottom: 50px;
}
.car h2 {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .car h2 {
    margin-bottom: 14px;
  }
}
.car h3 {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .car h3 {
    margin-bottom: 15px;
  }
}

.car_wrap {
  margin-bottom: 25px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .car_wrap {
    margin-bottom: 17px;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px 10px;
  }
}
.car_wrap > div img {
  margin-bottom: 8px;
}
.car_wrap a {
  display: block;
  background-color: #0068b7;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
}
@media screen and (min-width: 768px) {
  .car_wrap a {
    font-size: min(1.6274864376vw, 18px);
  }
}

.zaiko3000 {
  text-align: center;
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .zaiko3000 {
    margin-top: 20px;
  }
}
.zaiko3000 .zaiko3000_btn {
  display: inline-block;
  width: min(56.9620253165vw, 630px);
}
@media screen and (max-width: 768px) {
  .zaiko3000 .zaiko3000_btn {
    width: 90%;
  }
}

/* -----------------------------------------------------------
 =pagetop
----------------------------------------------------------- */
.pagetop {
  position: fixed;
  bottom: 50px;
  right: 10px;
  z-index: 10;
  background: #666;
  width: 30px;
}
@media screen and (min-width: 768px) {
  .pagetop {
    width: 45px;
  }
}

/* -----------------------------------------------------------
 =footer
----------------------------------------------------------- */
.corona {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .corona {
    margin-bottom: 50px;
  }
}
.corona p {
  margin-bottom: 25px;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .corona p {
    margin-bottom: 50px;
    font-size: 20px;
  }
}

footer #footerWrap {
  width: 96%;
  margin: 0 2%;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  footer #footerWrap {
    padding: 20px 0 50px 0;
  }
}
footer #footerWrap p {
  text-align: center;
}
footer #footerWrap img {
  width: 80%;
}
@media screen and (min-width: 768px) {
  footer #footerWrap img {
    width: 700px;
  }
}
footer #footerWrap img.logo {
  width: 50%;
}
@media screen and (min-width: 768px) {
  footer #footerWrap img.logo {
    width: 382px;
  }
}

/* -----------------------------------------------------------
 =スクロールエフェクト
----------------------------------------------------------- */
.fade {
  opacity: 0;
  -webkit-transform: translate(0, 45px);
          transform: translate(0, 45px);
  -webkit-transition: all 1500ms;
  transition: all 1500ms;
}

.fade.effect-scroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}/*# sourceMappingURL=styles.css.map */