@charset "UTF-8";
/* Scss Document */
/* Scss Document */
@font-face {
  font-family: "mazda-r";
  src: url("../font/0050_MazdaType-Regular.woff2") format("woff2"), url("../font/0050_MazdaType-Regular.woff") format("woff");
}
@font-face {
  font-family: "mazda-m";
  src: url("../font/0030_MazdaType-Medium.woff2") format("woff2"), url("../font/0030_MazdaType-Medium.woff") format("woff");
}
@font-face {
  font-family: "mazda-b";
  src: url("../font/0010_MazdaType-Bold.woff2") format("woff2"), url("../font/0010_MazdaType-Bold.woff") format("woff");
}
body {
  font-family: "mazda-b", "Noto Sans JP", sans-serif;
}

/* -----------------------------------------------------------
 =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: 767px) {
  html {
    font-size: 62.5%;
  }
}

body {
  min-width: 320px;
  background-color: #fff;
  color: #000;
  font-size: 1.6em;
  line-height: 1;
  font-family: "mazda-b", "Noto Sans JP", 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
----------------------------------------------------------- */
/*最上部からスライドまで*/
/* -----------------------------------------------------------
 =fv
----------------------------------------------------------- */
.fv {
  position: relative;
}

.fv__btn {
  position: absolute;
  top: 68.2vw;
  left: 62.08vw;
}
@media screen and (max-width: 767px) {
  .fv__btn {
    top: 164vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.fv__btn img {
  width: 16.66vw;
}
@media screen and (max-width: 767px) {
  .fv__btn img {
    width: 47.77vw;
  }
}

/* -----------------------------------------------------------
event
----------------------------------------------------------- */
.event {
  background-color: #009e5e;
  padding: min(7.2115384615vw, 75px) 0 min(9.6153846154vw, 100px);
}
@media screen and (max-width: 767px) {
  .event {
    padding: 30px 0 20px;
  }
}

.event__kichencar {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .event__kichencar {
    margin-top: 20px;
  }
}

.event__info {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: min(3.8461538462vw, 40px);
}
@media screen and (max-width: 767px) {
  .event__info {
    margin-top: 20px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* -----------------------------------------------------------
offer
----------------------------------------------------------- */
.offer {
  background-color: #ffe100;
  padding: min(7.2115384615vw, 75px) 0 min(7.2115384615vw, 75px);
}
@media screen and (max-width: 767px) {
  .offer {
    padding: 30px 0 30px;
  }
}

/* -----------------------------------------------------------
info
----------------------------------------------------------- */
.info {
  background-color: #eef4f7;
  padding: min(7.2115384615vw, 75px) 0 min(7.2115384615vw, 75px);
}
@media screen and (max-width: 767px) {
  .info {
    padding: 30px 0 30px;
  }
}

.info__btn {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .info__btn {
    margin-top: 20px;
  }
}

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

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

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

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

.footer-place__wrap {
  padding: 30px 0;
  display: grid;
  grid-template-columns: auto auto;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer-place__wrap {
    padding: 20px 0;
    grid-template-columns: auto;
    gap: 10px;
    justify-items: center;
  }
}

.footer-place__name {
  font-size: 34px;
  font-weight: 700;
  color: #000;
  text-align: left;
  font-family: "mazda-b", "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .footer-place__name {
    font-size: 20px;
  }
}

.footer-place__btn img {
  width: 16.66vw;
}
@media screen and (max-width: 767px) {
  .footer-place__btn img {
    width: 47.77vw;
  }
}

.footer-top {
  background-color: #595757;
  text-align: center;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .footer-top {
    padding: 10px 0;
  }
}

.footer-top img {
  width: 220px;
}
@media screen and (max-width: 767px) {
  .footer-top img {
    width: 132px;
  }
}

.footer-logo {
  background-color: #000;
  text-align: center;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .footer-logo {
    padding: 20px 0;
  }
}

.footer-logo img {
  width: 158px;
}
@media screen and (max-width: 767px) {
  .footer-logo img {
    width: 95px;
  }
}/*# sourceMappingURL=styles.css.map */