@charset "utf-8";

/*--------------------------------------------------------------*/
/* fontIcon
:before,
:after {
	content: "\f099";
	font-family: "icomoon";
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.mont {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.m-plus {
  font-family: "M PLUS 1p", sans-serif;
  font-style: normal;
}

/*--------------------------------------------------------------*/
/* ------------------------------------------------------------ */
/* 全デバイス/画面サイズに共通 かつ
　　320：スマートフォン縦：基本・レイアウト指定 */
/* ------------------------------------------------------------ */
* 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: var(--bg-main-color);
  color: var(--primary-color); */
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
  font-family:
    "Zen Kaku Gothic New",
    YuGothic,
    "Yu Gothic Medium",
    "Yu Gothic",
    -apple-system,
    BlinkMacSystemFont,
    Roboto,
    "Segoe UI",
    "Helvetica Neue",
    HelveticaNeue,
    Verdana,
    Meiryo,
    sans-serif !important;
  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;
}
#header {
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

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

ol {
  padding-inline-start: 0 !important;
}

ul {
  padding: 0;
}

dl {
  margin: 0;
}

.container {
  width: 100%;
  background: #fff;
}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none !important;
}

li {
  list-style: none;
}

figure {
  margin: 0;
}

@media screen and (min-width: 900px) {
  div#breadcrumb_container {
    width: 100%;
  }
}

.pc {
  display: none;
}

.tab_pc {
  display: none;
}

@media (min-width: 751px) {
  /*電話番号リンクをスマホのみ有効にする*/
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/* ------------------------------------------------------------ */
/* font */
.mochiy {
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/* ------------------------------------------------------------ */
/* common layouts */
.wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.content {
  color: var(--primary-color);
}

.content_inner {
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 0 1em;
  margin: 0 auto;
  clear: both;

  @media screen and (min-width: 1024px) {
    max-width: 1000px;
  }
}

.inner {
  width: 100%;
  max-width: 100%;
  height: auto;
  /*padding: 0 1em;*/
  margin: 0 auto;
  clear: both;

  @media screen and (min-width: 1024px) {
    max-width: 1000px;
  }
}
.inner::after {
  content: "";
  clear: both;
  display: block;
}

.content {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
}
.base {
  position: relative;
  width: 100%;
  height: auto;
  padding: 4em 0;
  margin: 0 auto;
}

.center {
  text-align: center;
}

.margin {
  margin: 2em 0;
}

.flx_box {
  display: block;

  @media screen and (min-width: 900px) {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

    .flx_item {
      width: calc(100% / 2 - 1em);

      &:first-child {
        margin: 0 2em 0 0;
      }
    }

    .flx_item.cpl3 {
      width: calc(100% / 3 - 1em);

      &:nth-of-type(1),
      &:nth-of-type(2) {
        margin: 0 2em 0 0;
      }
    }
  }
}

.pc_block {
  display: none;

  @media screen and (min-width: 1024px) {
    display: block;
  }
}

.sp_block {
  display: block;

  @media screen and (min-width: 1024px) {
    display: none;
  }
}

/* a {
  color: #bb000b;
} */

/* a:hover {
  text-decoration: underline;
} */

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

.mochiy {
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* ---------------------- */
/* img */
.img img {
  width: 100%;
}

/* ------------------------------------------------------------ */
/* ここから オリジナル */

/* ---------------------- */
/* ttl / font */
.main_ttl {
  position: relative;

  text-align: center;
  margin: 1em 0;
}

.ttl {
  font-size: clamp(28px, 3.8vw, 38px);
  text-align: center;
  margin: 1em auto;
}

.box_ttl {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: left;
}

.txt {
  font-size: clamp(15px, 1.8vw, 18px);
  margin: 0.4em 0;
}

.big {
  font-size: clamp(22px, 1.8vw, 26px);
}

.small {
  font-size: 14px;
}

.contrast {
  color: var(--contrast-color);
  font-weight: 700;
}

.brown {
  color: #c17b5e;
  font-weight: 700;
  .pink {
    color: #f19ec2 !important;
  }
  .green {
    color: #c1db81 !important;
  }
  .blue {
    color: #7ecef4 !important;
  }
  .yellow {
    color: #ffe55f !important;
  }
}

.asterisk {
  font-size: 1rem;
  color: var(--contrast-color);
}

/* ---------------------- */
/* swiper */
.drink-slider {
  position: relative;
  visibility: hidden; /*初動画像のガタつき防止 */
  padding: 0 0 3em;

  @media screen and (min-width: 1024px) {
    visibility: visible;
    max-width: 1000px;
    display: flex;
    margin: 2em auto;

    .swiper-wrapper {
      flex-wrap: wrap;
    }

    .swiper-slide {
      width: calc(100% / 4 - 1em) !important;
      margin: 1em 0.4em;
    }
  }
}

.gallery-slider {
  visibility: hidden; /*初動画像のガタつき防止 */
  position: relative;
  padding: 0 0 3em;
}

.drink-slider.swiper-initialized,
.gallery-slider.swiper-initialized {
  visibility: visible; /*初動画像のガタつき防止 */
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: url(../img/bullet_active.png) center / contain no-repeat;
  width: 25px;
  height: 25px;
  /* background: #e60012; */
}
.swiper-pagination-bullet {
  background: url(../img/bullet_nomal.png) center / contain no-repeat;
  width: 25px;
  height: 25px;
  /* width: 12px;
  height: 12px;
  background: #b4b3b3; */
  opacity: 0.6;
}
.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -10px;
}
/* ---------------------- */
/* btn */
.btn {
  display: block;
  padding: 1em 0 !important;
}

.btn a,
.ac_ttl span {
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 900;
  background: var(--dark-color);
  color: var(--wht-color);
  cursor: pointer;
  padding: 0.8em 2em;
  transition: all 0.3s ease;
  z-index: 10;
}

.ac_ttl {
  text-align: center;
}

.btn a:hover,
.ac_ttl span:hover {
  opacity: 0.7;
}

.btn:focus,
.btn:active {
  outline: none;
  outline-offset: inherit;
  box-shadow: none;
  text-decoration: none;
}

/* ------------------------------------------------------------ */
/* アコーディオン */
/* ------------------------------------------------------------ */
.ac_cnt {
  display: none;
}

/* ---------------------- */
/* mainvisual */
.mainvisual {
  position: relative;
  background: var(--bg-color);
  padding: 3em 1em;
  z-index: 1;
  @media screen and (min-width: 768px) {
    padding: 4em 1em 3em;
  }

  &::before {
    position: absolute;
    content: "";
    background: url(../img/figure_leaf.png) center / contain no-repeat;
    width: 80px;
    height: 170px;
    right: 1%;
    bottom: -145px;

    @media screen and (min-width: 768px) {
      display: none;
    }
  }

  .mv_inner {
    max-width: 1300px;
    margin: 0 auto;
  }

  h1 {
    position: absolute;
    width: 300px;
    left: 50%;
    top: 0.5em;
    transform: translateX(-50%);
    z-index: 10;

    @media screen and (min-width: 768px) {
      width: 500px;
    }
  }

  .mv_conte {
    position: relative;

    .catch {
      position: absolute;
      font-size: clamp(28px, 2vw, 40px);
      writing-mode: vertical-rl;
      text-orientation: upright;
      letter-spacing: 11px;
      left: 50px;
      top: 40px;
      color: var(--wht-color);
      text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);

      @media screen and (min-width: 1024px) {
        left: 80px;
      }

      &.catch02 {
        left: 10px;
        top: 100px;

        @media screen and (min-width: 1024px) {
          left: 30px;
        }
      }
    }

    .circle_txt {
      position: absolute;
      width: 150px;
      bottom: -50px;
      right: -12px;
    }
  }
}

/* ---------------------- */
/* about */
.about {
  .about_box {
    position: relative;
    max-width: 500px;
    background: var(--dark-color);
    color: var(--wht-color);
    border-radius: 30px;
    font-weight: bold;
    padding: 1em;
    margin: 0 auto;

    &::before {
      position: absolute;
      content: "";
      background: url(../img/figure_sp.png) center / contain no-repeat;
      width: 200px;
      height: 90px;
      left: 50%;
      transform: translateX(-50%);
      bottom: -110px;

      @media screen and (min-width: 1024px) {
        background: url(../img/figure_left.png) center / contain no-repeat;
        height: 200px;
        left: -280px;
        top: 50%;
        transform: translateY(-50%);
      }
    }

    &::after {
      position: absolute;
      content: "";
      background: url(../img/pin.svg) center / contain no-repeat;
      width: 30px;
      height: 30px;
      left: 50%;
      transform: translateX(-50%);
      top: -20px;
    }

    .about_sub {
      font-size: clamp(14px, 1.6vw, 16px);
    }
  }

  .content_inner {
    position: relative;
    &::before {
      @media screen and (min-width: 1024px) {
        position: absolute;
        content: "";
        background: url(../img/figure_right.png) center / contain no-repeat;
        width: 100px;
        height: 100px;
        right: 80px;
        top: 60%;
        transform: translateY(-50%);
      }
    }
  }

  .ttl {
    position: relative;
    width: 60%;
    margin: 0.4em auto 1.4em;

    &::before {
      position: absolute;
      content: "";
      background: url(../img/underline.svg) center / contain no-repeat;
      left: 50%;
      transform: translateX(-50%);
      width: 300px;
      height: 10px;
      bottom: -20px;
    }
  }
}

/* ---------------------- */
/* drinkmenu */
.drinkmenu {
  &.base {
    padding: 5em 0 0;
    @media screen and (min-width: 768px) {
      padding: 3em 0 0;
    }
  }

  h2 {
    max-width: 500px;
    margin: 0 auto;
  }

  .bg {
    background: url(../img/bg.jpg) center / cover repeat;
    padding: 2em 0 4em;
  }

  .sub_txt {
    font-size: clamp(18px, 1.8vw, 26px);
    font-weight: bold;
  }

  .txt {
    font-weight: bold;
    font-size: clamp(18px, 2vw, 22px);
  }

  .menu_ttl {
    position: relative;
    font-size: clamp(20px, 1.8vw, 28px);
    font-weight: bold;
    text-align: center;
    margin: 2em 0 3em;
    @media screen and (min-width: 768px) {
      margin: 2em 0 2em;
    }

    &::before {
      position: absolute;
      content: "";
      background: url(../img/underline.svg) center / contain no-repeat;
      left: 50%;
      transform: translateX(-50%);
      width: 300px;
      height: 10px;
      bottom: -20px;
    }
  }

  .menu_box {
    margin: 2em 0;

    .drinkcard {
      position: relative;
      z-index: 1;

      .drinkimg {
        position: absolute;
        width: 87%;
        height: 73%;
        top: 5%;
        left: 50%;
        transform: translateX(-50%);
      }

      &::before {
        position: absolute;
        content: "";
        width: 35px;
        height: 46px;
        top: -24px;
        left: 50%;
        transform: translateX(-50%);
        background: url(../img/box_tape.svg) center / contain no-repeat;
        z-index: 12;
      }

      &::after {
        position: absolute;
        content: "";
        width: 87%;
        height: 73%;
        top: 5%;
        left: 50%;
        transform: translateX(-50%);
        background: url(../img/box_square.svg) center / contain no-repeat;
        z-index: 10;
      }

      .txt {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        width: 100%;
        height: 2em;
        font-size: clamp(15px, 2.2vw, 18px);
        text-align: center;
        line-height: 1;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        padding: 0 0.5em;

        @media screen and (min-width: 480px) {
          bottom: 3%;
        }
      }
    }
  }

  .txt_menu {
    .submenu_ttl01 {
      max-width: 280px;
      margin: 0 auto 0.5em;

      span {
        display: inline-block;
        position: relative;
        z-index: 1;

        &::before {
          position: absolute;
          content: "";
          width: 120%;
          height: 40px;
          left: 50%;
          transform: translateX(-50%);
          top: -5px;
          background: url(../img/tape_01.png) center / contain no-repeat;
          z-index: -1;
        }
      }
    }
    .submenu_ttl02 {
      max-width: 280px;
      margin: 1em auto 0.5em;

      span {
        display: inline-block;
        position: relative;
        z-index: 1;

        &::before {
          position: absolute;
          content: "";
          width: 120%;
          height: 40px;
          left: 50%;
          transform: translateX(-50%);
          top: -5px;
          background: url(../img/tape_02.png) center / contain no-repeat;
          z-index: -1;
        }
      }
    }

    .menu_list {
      li {
        position: relative;
        font-size: clamp(13px, 2vw, 15px);
        font-weight: bold;
        padding: 0 0 0 1.8em;

        &::before {
          position: absolute;
          content: "";
          background: var(--primary-color);
          width: 5px;
          height: 5px;
          border-radius: 3px;
          left: 12px;
          top: 11px;
        }
      }

      &.onlyone {
        max-width: 280px;
        margin: 0 auto;
      }
    }
  }
}

/* ---------------------- */
/* snack */
.snack {
  position: relative;

  .content_inner {
    position: relative;

    &::before {
      position: absolute;
      content: "";
      background: url(../img/snack_03.png) center / contain no-repeat;
      width: 52px;
      height: 34px;
      right: 15px;
      top: -15px;
      @media screen and (min-width: 1024px) {
        width: 76px;
        height: 42px;
        right: 70px;
      }
    }

    &::after {
      position: absolute;
      content: "";
      background: url(../img/snack_04.png) center / contain no-repeat;
      width: 34px;
      height: 34px;
      right: 14px;
      bottom: 200px;

      @media screen and (min-width: 1024px) {
        right: -20px;
        bottom: 240px;
      }
    }

    .figure_img {
      position: relative;

      &::before {
        position: absolute;
        content: "";
        background: url(../img/snack_01.png) center / contain no-repeat;
        width: 30px;
        height: 30px;
        left: 7px;
        top: 13px;
      }

      &::after {
        position: absolute;
        content: "";
        background: url(../img/snack_02.png) center / contain no-repeat;
        width: 34px;
        height: 34px;
        left: 0;
        bottom: 0;

        @media screen and (min-width: 1024px) {
          width: 50px;
          height: 50px;
          left: -80px;
        }
      }

      > .flx_box {
        position: relative;
        justify-content: center;
        align-items: center;
        margin: 2em 0;

        &::before {
          position: absolute;
          content: "";
          background: url(../img/snack_05.png) center / contain no-repeat;
          width: 38px;
          height: 48px;
          right: 11px;
          bottom: -50px;
          @media screen and (min-width: 1024px) {
            width: 47px;
            height: 60px;
            right: 44px;
          }
        }

        > .flx_item {
          text-align: center;

          img {
            max-width: 90%;
          }
        }
      }
    }

    > .txt {
      margin: 2em 0 3em;
    }
  }

  &::before {
    position: absolute;
    content: "";
    background: url(../img/figure_snacktop.png) center / cover no-repeat;
    width: 100%;
    height: 3%;
    left: 0;
    top: -3px;
  }

  .ttl {
    max-width: 80%;
    text-align: center;
    margin: 0 auto;

    @media screen and (min-width: 768px) {
      max-width: 280px;
    }

    span {
      display: block;

      &.small {
        color: var(--sub-color);
      }

      &.ttl_img {
        position: relative;
        padding: 0.2em 0 0.6em;

        &::before {
          position: absolute;
          content: "";
          background: url(../img/dot_line_long.png) center / contain no-repeat;
          width: 120%;
          height: 10px;
          left: 50%;
          transform: translateX(-50%);
          bottom: 0;
        }
      }
    }
  }

  .tape_ttl {
    display: flex;
    justify-content: center;
    margin: 1em auto;

    span {
      position: relative;
      display: block;
      font-size: 18px;
      margin: 1em;

      &:first-child::before {
        position: absolute;
        content: "";
        background: url(../img/tape_01.png) center / contain no-repeat;
        width: 120%;
        height: 36px;
        left: 50%;
        transform: translateX(-50%);
        top: -5px;
        z-index: -1;
      }

      &:last-child::before {
        position: absolute;
        content: "";
        background: url(../img/tape_02.png) center / contain no-repeat;
        width: 120%;
        height: 36px;
        left: 50%;
        transform: translateX(-50%);
        top: -5px;
        z-index: -1;
      }
    }
  }

  .sheet {
    max-width: 200px;
    margin: 1em auto;

    dl {
      position: relative;
      display: flex;
      justify-content: space-between;
      font-size: clamp(16px, 2vw, 18px);
      padding: 0.8em 0;
      margin: 0 auto;

      &::before {
        position: absolute;
        content: "";
        background: url(../img/dot_line.png) center / contain no-repeat;
        width: 120%;
        height: 6px;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
      }

      dt {
        width: 50%;
        text-align: left;
      }

      dd {
        width: 50%;
        text-align: right;
      }
    }
  }
}

/* ---------------------- */
/* kids */
.kids {
  position: relative;
  background-color: var(--bg-color2);

  &.base {
    padding: 4.5em 0 3em;
    @media screen and (min-width: 768px) {
      padding: 10em 0 3em;
    }
    .flx_item {
      width: 100%;
      @media screen and (min-width: 768px) {
        width: calc(100% / 2 - 1em);
      }
    }
  }

  &::before {
    position: absolute;
    content: "";
    width: 160px;
    height: 86px;
    background: url(../img/figure_flag.png) center / contain no-repeat;
    left: 0;
    top: 0;

    @media screen and (min-width: 1024px) {
      width: 280px;
      height: 120px;
    }

    @media screen and (min-width: 1500px) {
      left: 10%;
    }
  }

  &::after {
    position: absolute;
    content: "";
    width: 160px;
    height: 86px;
    background: url(../img/figure_flag.png) center / contain no-repeat;
    right: 0;
    top: 0;
    transform: scale(-1, 1);

    @media screen and (min-width: 1024px) {
      width: 280px;
      height: 120px;
    }

    @media screen and (min-width: 1500px) {
      right: 10%;
    }
  }

  .sub_ttl {
    font-size: 20px;
    text-align: center;
    margin: 1em 0;
    @media screen and (min-width: 768px) {
      font-size: 24px;
    }
  }
}

/* ---------------------- */
/* shopinfo */
.shopinfo {
  .shop_box {
    max-width: 570px;
    background: var(--dark-color);
    color: var(--wht-color);
    border-radius: 30px;
    padding: 1em 1em 2em;
    margin: 0 auto;

    .ttl {
      position: relative;
      margin: 0.2em auto 1.2em;

      &::before {
        position: absolute;
        content: "";
        background: url(../img/underline.svg) center / contain no-repeat;
        left: 50%;
        transform: translateX(-50%);
        width: 300px;
        height: 10px;
        bottom: -20px;
      }
    }

    .sub_ttl {
      font-size: clamp(16px, 1.8vw, 20px);
      font-weight: 900;
      margin: 1em;
    }

    .data {
      max-width: 380px;
      margin: 0 auto;

      dl {
        display: flex;
        width: 100%;
        text-align: left;
        margin: 1em 0;
      }

      dt {
        width: 28%;
      }

      dd {
        width: 72%;
        a {
          color: var(--wht-color);
        }
      }
    }
  }
}
/* ==============================================================
 スマホ　横
================================================================= */
@media screen and (min-width: 480px) {
}

/* ==============================================================
 タブレット
================================================================= */
@media screen and (min-width: 600px) {
  /* 600px以上(タブレット) */

  .sp-only {
    display: none;
  }
}
