@charset "UTF-8";

/*--------------------------------------------------------------
font {
font-family: 'Nunito', sans-serif;
font-family: 'Nunito Sans', sans-serif;
font-family: 'ZCOOL QingKe HuangYou', sans-serif;
font-family: 'Noto Sans SC', sans-serif;
}
*/
/* ------------------------------------------------------------ */
/* 全デバイス/画面サイズに共通 かつ
　　479：スマートフォン縦：基本・レイアウト指定 */
/* ------------------------------------------------------------ */
* html body {
  background: url(null) fixed;
}
html {
  font-size: 62.5%;
  overflow-x: hidden;
}
/*ナビ表示のときはスクロールしないように*/
html.is-locked {
  overflow-y: hidden;
}
body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #1d1d1d;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
  font-style: normal;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", -apple-system,
    BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue,
    Verdana, Meiryo, sans-serif;
  overflow-wrap: break-word;
  text-size-adjust: 100%;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

img {
  border-style: none;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}
img,
video {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.pc {
  display: none;
}
@media (min-width: 751px) {
  /*電話番号リンクをスマホのみ有効にする*/
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* ------------------------------------------------------------ */
/* common layouts */
/* ------------------------------------------------------------ */
.wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.inner {
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 0 1em;
  margin: 0 auto;
  clear: both;
}
.inner::after {
  content: "";
  clear: both;
  display: block;
}

.content {
  width: 100%;
  height: auto;
  position: relative;
  padding: 0;
  margin: 0 auto;
}
.base {
  width: 100%;
  height: auto;
  position: relative;
  padding: 3em 0;
  margin: 0 auto;
}
.center {
  text-align: center;
}

.shadow img {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}

.round img {
  border-radius: 10px;
}

.txt {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1em;
  line-height: 1.3;
  margin: 0.5em 0;
}

/* ---------------------- */
/* font */

.zcool {
  font-family: "ZCOOL QingKe HuangYou", sans-serif;
}

.noto {
  font-family: "Noto Sans SC", sans-serif;
}

.nunito {
  font-family: "Nunito", sans-serif;
}
.nunito_sans {
  font-family: "Nunito Sans", sans-serif;
}

/* ---------------------- */
/* img */

.img img {
  width: 100%;
}

/* ---------------------- */
/* link */

::selection {
  color: #383838;
  background: rgba(0, 0, 0, 0.1);
  text-shadow: none;
}

::-moz-selection {
  color: #383838;
  background: rgba(0, 0, 0, 0.1);
  text-shadow: none;
}
a {
  color: #333;
  cursor: pointer;
  line-height: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
a:link {
  color: #333;
  text-decoration: none;
}
a:visited {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #666;
  opacity: 0.8;
  text-decoration: none;
}
a:active {
  color: #333;
  text-decoration: none;
}
a.link {
  display: inline-block;
  letter-spacing: 0;
  font-size: 0.8em;
  text-decoration: underline solid #aaa 1px;
  text-underline-position: under;
  line-height: 1.4;
  word-break: break-all;
}

/* ---------------------- */
/* ボタン */

.btn {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.btn a {
  font-size: 1.2em;
  font-weight: 800;
  display: inline-block;
  line-height: 1.5;
  min-width: 160px;
  max-width: 100%;
  color: #e50012;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  text-align: center;
  padding: 0.5em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn a:hover {
  background: #fff;
  color: #e50012;
}

/* ---------------------- */
/* ttl */

.ttl {
  font-size: 4rem;
  color: #e50012;
  font-weight: 500;
  margin: 0 auto 1em;
}

.secound_ttl {
  font-size: 1.2em;
  font-weight: 500;
}

/* ---------------------- */
/* color */

.bg {
  background: #e50012;
  color: #fff;
}

.bg .ttl {
  color: #fff;
}

.bg_mark,
.bg_mark2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

.bg_mark::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  background: url(../img/bg.svg) center / contain no-repeat;
  top: 10%;
  right: -100px;
}

.bg_mark::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  background: url(../img/bg.svg) center / contain no-repeat;
  top: 40%;
  left: -108px;
}

.bg_mark2::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  background: url(../img/bg.svg) center / contain no-repeat;
  bottom: -7%;
  right: -80px;
}

/* ---------------------- */
/* flx_box */
.flx_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* 2カラム */
.flx_2cols .flx_item {
  width: calc((100% - 2%) / 2);
  margin: 0 2% 1em 0;
}
.flx_2cols .flx_item:nth-child(2n) {
  margin: 0 0 1em;
}

/* ---------------------- */
/* animation */

@keyframes fadeInup {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIndown {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0);
  }
}
.fadeInup {
  opacity: 0;
  animation: fadeInup 2s ease-in-out 0.3s 1 forwards;
}
.fadeIn {
  opacity: 0;
  animation: fadeIn 2s ease-in-out 2.5s 1 forwards;
}
.inview {
  opacity: 0;
}

/* ---------------------- */
/* swiper */
.main-slider {
  padding: 0 0 30px !important;
}

/* .swiper-button-next {
  right: 3px;
}

.swiper-button-prev {
  left: 3px;
}

.swiper-button-next,
.swiper-button-prev {
  top: 30%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
}

.swiper-button-next:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}

.swiper-button-prev:after {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
} */

.swiper-pagination.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}

.swiper-pagination > .swiper-pagination-bullet {
  width: 35px;
  height: 3px;
  background-color: #666;
  border-radius: 0%;
  opacity: 1;
}
.swiper-pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #e50012;
}

.swiper-slide {
  position: relative;
}

.swiper-slide::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}

.swiper-slide.swiper-slide-active::before {
  background: none;
}
/* ------------------------------------------------------------ */
/* section contents  */
/* ------------------------------------------------------------ */
.mainvisual h1.img {
  margin: 0;
}

.logo {
  width: 200px;
  margin: 1em auto;
}

.picture {
  margin: 2em 0 0;
}

.menu .drink {
  margin: 2em 0;
}

.menu .food {
  margin: 5em 0 0;
}

.menu .food .img_item {
  width: calc((100% - 2%) / 2);
  margin: 0 auto 1em;
}

.service .img img {
  border-radius: 50%;
}

.service .flx_2cols .flx_item {
  width: calc((100% - 10%) / 2);
}

.coupon {
  position: relative;
}

.coupon .img_plus {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin: 1em auto;
}

.coupon .img_plus img {
  height: 100%;
}

.coupon .txt {
  font-weight: 700;
  font-size: 1.4em;
  margin: 1em 0 0;
}
.coupon .small {
  font-size: 1em;
}

.coupon .span {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 0.7em;
}

.access .shop_box {
  margin: 2em 0;
}

.payment figure {
  text-align: center;
}
@media screen and (min-width: 425px) {
  /* ---------------------- */
  /* ttl */
  .ttl {
    font-size: 4.5rem;
  }
  .secound_ttl {
    font-size: 1.4em;
  }
  .txt {
    font-size: 1.2em;
  }
  /* ---------------------- */
  /* swiper */
  .swiper-pagination > .swiper-pagination-bullet {
    width: 40px;
    height: 5px;
  }
}

@media screen and (min-width: 600px) {
  /* 768px以上 */
  body {
    font-size: 1.5rem; /* 15px */
  }
  .base {
    padding: 6em 0;
  }

  .payment.base,
  .service.base {
    padding: 1em 0 6em;
  }

  .inner {
    padding: 0 3em;
  }
  .sp-only {
    display: none;
  }
  .pc-only {
    display: block;
  }

  /* ---------------------- */
  /* ttl */
  .ttl {
    font-size: 6.5rem;
  }
  .secound_ttl {
    font-size: 2em;
  }
  .txt {
    font-size: 1.6em;
  }

  /* ---------------------- */
  /* btn */
  .btn a {
    font-size: 1.4em;
    min-width: 180px;
  }

  /* ---------------------- */
  /* flx_box */
  /* 2カラム */
  .flx_2cols .flx_item {
    width: calc((100% - 3%) / 2);
    margin: 0 3% 2em 0;
  }
  .flx_2cols .flx_item:nth-child(2n) {
    margin: 0 0 2em;
  }

  /* ---------------------- */
  /* swiper */
  .main-slider {
    padding: 0 0 50px !important;
  }

  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 8px) !important;
  }

  .swiper-pagination > .swiper-pagination-bullet {
    width: 55px;
    height: 7px;
  }
  /* ------------------------------------------------------------ */
  /* section contents  */
  /* ------------------------------------------------------------ */
  .logo {
    width: 280px;
    margin: 2em auto;
  }
  .menu .food {
    margin: 6em 0 0;
  }
  .menu .food .img_item {
    width: calc((100% - 3%) / 2);
    margin: 0 auto 2em;
  }
  .coupon .txt {
    font-size: 1.8em;
  }
  .coupon .img_plus {
    width: 35px;
    height: 35px;
    margin: 1em auto;
  }
}

@media screen and (min-width: 1025px) {
  /* 1025px以上 */
  body {
    font-size: 1.6rem; /* 16px */
  }
  .inner {
    max-width: 900px;
  }

  .mainvisual .img:first-child {
    background: #f8f3da;
  }

  .mainvisual .img:first-child {
    max-width: 1500px;
    margin: 0 auto;
  }

  .swiper-slide .mv_thum img {
    width: 100%;
    height: 680px;
    object-fit: cover;
  }
}
@media screen and (max-width: 751px) {
  .ChangeElem_Btn_Content .ChangeElem_Btn {
    line-height: 1.2;
    padding: .5em .7em .5em .3em!important;
  }
}