@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-style: normal;
}

.mont {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  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: "M PLUS 1p", "Noto Sans JP", 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;
  color: var(--primary-color);
}
#header {
  position: relative;
  background-color: #fff;
  z-index: 10000;
}
h2 {
  font-size: 30px;
  color: #ce4b39;
  font-weight: 900;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  h2 {
    font-size: 36px;
  }
}

/* toai bootstrap対策　消さない */

figure {
  padding: 0;
  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;
}

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

a {
  text-decoration: none;
  color: inherit;
}

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

li {
  list-style: none;
}

.pc {
  display: none;
}

.tab_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;
}

.content_wrapper {
  position: relative;
  width: 100%;
  height: auto;
  background: var(--main-color);
  color: var(--primary-color);
}

.content_wrapper::before {
  position: fixed;
  content: "";
  background-image: url(../img/bg_pattern.png);
  background-position: center;
  background-size: 300px 300px;
  background-repeat: repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

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

.inner {
  width: 100%;
  max-width: 100%;
  height: auto;
  /*padding: 0 1em;*/
  margin: 0 auto;
  clear: both;
}
.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: 2em 0;
  margin: 0 auto;
}

.shop.base {
  padding: 6em 0 3em;
}

.flx_box {
  display: block;
}

/* .flx_box .flx_item:first-child {
  margin: 0 0 2em 0;
} */

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

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

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

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

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

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

.img img {
  width: 100%;
}

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

/* ---------------------- */
/* ttl / font */
.ttl {
  position: relative;
  text-align: center;
  font-size: 30px;
  color: var(--contrast-color);
  margin: 1em 0;
  span {
    position: relative;
    display: inline-block;
    width: 150px;
  }
  &::before,
  &::after {
    position: absolute;
    content: "";
    background-size: 86px 15px;
    background-repeat: repeat-x;
    width: 28%;
    height: 17px;
    top: 50%;
  }
}

.appeal01 .ttl::before {
  left: 0;
  background-image: url(../img/line_red.svg);
}
.appeal01 .ttl::after {
  background-image: url(../img/line_red.svg);
  right: 0;
}

.appeal02 .ttl::before {
  left: 0;
  background-image: url(../img/line_orange.svg);
}
.appeal02 .ttl::after {
  background-image: url(../img/line_orange.svg);
  right: 0;
}

.appeal03 .ttl::before {
  left: 0;
  background-image: url(../img/line_green.svg);
}
.appeal03 .ttl::after {
  background-image: url(../img/line_green.svg);
  right: 0;
}

.ttl02 {
  font-size: 26px;
  text-align: center;
  .appeal01 & {
    color: var(--red-color);
  }
  .appeal02 & {
    color: var(--orange-color);
  }
  .appeal03 & {
    color: var(--green-color);
  }
}

.ttl_normal {
  position: relative;
  margin: 0.5em 0;
  span {
    position: relative;
    display: inline-block;
    line-height: 1;
    &::before {
      position: absolute;
      content: "";
      background: url(../img/flower.svg) center / contain no-repeat;
      width: 40px;
      height: 40px;
      left: -50px;
      top: 50%;
      transform: translateY(-50%);
    }
  }
}

.sub_ttl {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 1em 0;
  .en_txt {
    display: block;
    font-size: 20px;
    font-weight: 900;
  }
}

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

.catch {
  font-size: 28px;
  font-weight: bold;
  margin: 0;
}

.txt_l {
  font-size: 20px;
}

.txt {
  font-size: 16px;
  margin: 0 0 1em 0;
}

.contrast {
  color: var(--contrast-color);
}

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

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

.bold {
  font-weight: bold;
}

.small {
  font-size: 13px;
}

.right {
  text-align: right;
}
/* ---------------------- */
/* 共通 */
.center {
  text-align: center;
}

/* 背景 */

.bg_wht {
  position: relative;
  background: var(--wht-color);
  padding: 3em 0;
  z-index: 5;
}
.link {
  color: #e0d293;
  text-decoration-line: underline;
}
.link:hover {
  text-decoration-line: underline;
}

/* ---------------------- */
/* swiper */

.feature_slider {
  position: relative;
}

.menu .swiper.memu-slider {
  padding: 2em 0 3em;
  margin: 0 0 2em 0;
}

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

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--contrast-color);
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: var(--primary-color);
  opacity: 1;
}
/* ---------------------- */
/* btn */
.btn {
  display: block;
  text-align: left;
  padding: 1em 0 !important;
}

.btn a {
  position: relative;
  display: inline-block;
  min-width: 180px;
  font-size: 1.8rem;
  font-weight: 900;
  text-align: center;
  background: var(--contrast-color);
  color: var(--wht-color);
  border: 2px solid var(--contrast-color);
  border-radius: 30px;
  padding: 0.5em 2em;
  transition: all 0.3s ease;
  z-index: 10;
}

.btn a:hover {
  background: var(--wht-color);
  color: var(--contrast-color);
  box-shadow: inherit;
  text-decoration: none;
}

/* .shop .btn a:hover {
  background: #4cc764;
  color: var(--wht-color);
  box-shadow: inherit;
  text-decoration: none;
} */

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

/* ---------------------- */
/* mainvisual */
.mainvisual {
  position: relative;
}

.mainvisual figure img {
  width: 100%;
  object-fit: cover;
}

/* .open {
  position: relative;
  background: var(--primary-color);
  color: var(--contrast-color);
  padding: 0.5em 0;
}

.open .txt_l {
  margin: 0;
} */

/* ---------------------- */
/* catch */
.catch {
  .txt {
    line-height: 2;
  }

  .box {
    position: relative;
    max-width: 700px;
    text-align: center;
    padding: 0 0.5em;
    margin: 2em auto;

    &::before,
    &::after {
      position: absolute;
      content: "";
      width: 85px;
      height: 85px;
      top: 30px;
      transform: translateY(-50%);
    }

    &::before {
      background: url(../img/figure_shisa1.png) center / contain no-repeat;
      left: 10px;
    }

    &::after {
      background: url(../img/figure_shisa2.png) center / contain no-repeat;
      right: 10px;
    }

    .flx_box {
      display: flex;
      align-items: center;
      justify-content: space-around;
      margin: -30px auto 0;

      /* .flx_item:nth-of-type(2) {
        margin-top: -180px;
      } */

      .flx_item a {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 150px;
        height: 130px;
        background: url(../img/object_1.png) center / contain no-repeat;
        padding: 0 0.5em;
        transition: all 0.3s ease;
        z-index: 2;

        &::before {
          position: absolute;
          content: "";
          background: url(../img/polygon.svg) center / contain no-repeat;
          width: 20px;
          height: 20px;
          left: 50%;
          top: 73%;
          transform: translate(-50%, -50%);
          transition: all 0.3s ease;
        }
        &:hover {
          filter: brightness(1.3);
          &::before {
            top: 75%;
          }
        }
      }

      .flx_item:nth-of-type(2) a {
        background: url(../img/object_3.png) center / contain no-repeat;
        padding: 0 1.3em;
      }
    }
    .cloud a {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 150px;
      height: 130px;
      background: url(../img/object_2.png) center / contain no-repeat;
      padding: 0 1.9em;
      margin: 0 auto;
      transition: all 0.3s ease;
      z-index: 2;

      &::before {
        position: absolute;
        content: "";
        background: url(../img/polygon.svg) center / contain no-repeat;
        width: 20px;
        height: 20px;
        left: 50%;
        top: 73%;
        transform: translate(-50%, -50%);
        transition: all 0.3s ease;
      }

      &:hover {
        filter: brightness(1.3);
        &::before {
          top: 75%;
        }
      }
    }
  }
}

/* ---------------------- */
/* appeal */
.appeal {
  .ttl {
  }

  .conte_box {
    position: relative;
    margin: 7em 0 10em;
    z-index: 3;

    .flx_box {
      display: flex;
      flex-direction: column-reverse;
    }
    .img_box {
      position: relative;
      margin: 0 1.5em 0 0;
      z-index: 3;
    }
    .txt_box {
      position: relative;
      padding: 0 0 1em 1em;
      margin: 0 0 0 1.5em;

      .txt_inner {
        padding: 2em 3em 0;
        margin: 0 auto;
      }

      &::before {
        position: absolute;
        content: "";
        width: 130%;
        min-height: 400px;
        height: 115%;
        background: var(--wht-color);
        opacity: 0.5;
        left: 0;
        top: -2em;
        z-index: -1;
      }

      &::after {
        position: absolute;
        content: "";
        width: 96px;
        height: 100px;
        right: 5px;
        top: -77px;
        z-index: 4;
      }
    }
  }

  &.appeal01 .txt_box::after {
    background: url(../img/img_01.svg) center / contain no-repeat;
  }

  &.appeal02 .txt_box::after {
    background: url(../img/img_02.svg) center / contain no-repeat;
  }

  &.appeal03 .txt_box::after {
    background: url(../img/img_03.svg) center / contain no-repeat;
  }

  .menu_box {
    display: flex;
    flex-direction: column;
    margin: 4em 0;

    .flx_box {
      display: block;
      justify-content: center;

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

      .flx_item {
        position: relative;
        z-index: 3;

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

      .txt_box {
        padding: 0 0 1em 1em;
        z-index: 2;
        &::before {
          position: absolute;
          content: "";
          width: 320px;
          height: 150%;
          background: var(--wht-color);
          left: 0;
          top: -2em;
          z-index: -1;
        }

        .menu_list li {
          position: relative;
          font-weight: 600;
          line-height: 2;
          padding: 0 0 0 1.8em;
          &::before {
            position: absolute;
            content: "";
            left: 0;
            top: 3px;
            width: 22px;
            height: 22px;
          }
        }

        &.pink_area {
          .en_txt {
            color: var(--pink-color);
          }
          .menu_list li::before {
            background: url(../img/flower_pink.svg) center / contain no-repeat;
          }
        }

        &.red_area {
          .en_txt {
            color: var(--red-color);
          }
          .menu_list li::before {
            background: url(../img/flower_red.svg) center / contain no-repeat;
          }
        }
      }
    }
  }
}

/* ---------------------- */
/* price */
.price {
  .ttl {
    color: var(--primary-color);
  }
}

/* ---------------------- */
/* pay */
.pay {
  .ttl {
    color: var(--primary-color);
    margin: 0 0 1em;
  }

  .pay_ttl {
    position: relative;
    text-align: center;
    margin: 2em 0 1em;
  }

  .pay_ttl::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background: var(--primary-color);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .pay_ttl span {
    position: relative;
    display: inline-block;
    background: var(--wht-color);
    padding: 0 0.5em;
    z-index: 3;
  }
}

.ac_ttl {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: var(--wht-color);
  background: var(--contrast-color);
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0.5em;
  padding-right: 3em;
  margin: 2em auto 0;

  &::before {
    position: absolute;
    content: "";
    width: 22px;
    height: 3px;
    background: var(--wht-color);
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }

  &::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 22px;
    background: var(--wht-color);
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
  }

  &.is-open::after {
    transform: translateY(-50%) rotate(90deg);
  }
}

/* ---------------------- */
/* shop */
.shop {
  .googlemap {
    margin: 1em 0;
  }

  .list {
    padding: 0;
    margin: 1em 0 2em;
  }

  .list li {
    position: relative;

    padding: 0 0 0 1.5em;
  }

  .list li::before {
    position: absolute;
    content: "";
    display: block;
    background: var(--primary-color);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: 5px;
    top: 11px;
  }

  .table {
    display: table;
  }

  .table dl dt,
  .table dl dd {
    display: table-cell;
  }

  .table dl dt {
    width: 100px;
  }
}

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

@media screen and (min-width: 375px) {
}

/* ==============================================================
 price
================================================================= */

.price_table_area {
  margin-bottom: 40px;
}
.shopinfo__heading--sub,
.info__price,
.price_table.mn_table,
.price_table.s_table tr:nth-child(n + 3),
.price-special__list {
  display: none;
}
@media screen and (max-width: 979px) {
  .price_table_area.pricetable.s_table#SFree,
  .price_table_area.pricetable.s_table#AFree,
  .price_table_area.pricetable.mn_table {
    display: none;
  }
  .fa.fa-plus.fa-fw.js-icon {
    display: none;
  }
}

.price_title {
  color: #fff;
}

.price_table {
  text-align: center;
  border-collapse: collapse;
  width: 100%;
  border-radius: 0 0 4px 4px;
  margin: 0;
  padding: 0;
  position: relative;
}

.price_table th,
td {
  text-align: center;
  font-weight: bold;
}

.price_table .attribute {
  font-size: 1.2rem;
  padding: 15px 0;
  color: #333;
}
.price_table .price_width {
  width: 33%;
}

.price_table .wd {
  background-color: #eec87b;
  width: 10%;
}
.price_table .hd {
  background-color: #f0ad9c;
}
.price_table .bgHdp {
  background-color: #fff9f2;
}
.price_table .price {
  font-size: 1.6rem;
  width: 33%;
}
.price_table .weekHead {
  background-color: #ff98d4 !important;
}
.price_table .rowsHead {
  border-bottom: 2px solid #fff;
}
.m_table .price_name{
  background-color: #bd618c;
  color: #fff;
}
.m_table .price_time{
  color: #bd618c;
}
.m_table .attribute{
  background-color: #e6c2d3;
}
.s_table .price_name {
  background-color: var(--orange-color);
}
.s_table .price_time {
  color: var(--orange-color);
}
.s_table .attribute {
  background-color: #f8d8c1;
}
.n_table .price_name {
  background-color: #022164;
}
.n_table .price_time {
  color: #022164;
}
.n_table .attribute {
  background-color: #b6c6e9;
}
table.drink_table .drink_name {
  position: relative;
  background-image: url(/shop/img/shop/bg_stripe_wh.svg);
}
table.drink_table .attribute {
  background-color: #e5e5e5;
}
table.drink_table .wd {
  background-color: #eec87b;
}
table.drink_table .hd {
  background-color: #f0ad9c;
}
table.drink_table .price {
  font-size: 1.6rem;
}
table.drink_table .weekHead {
  background-color: #ff98d4 !important;
}
table.drink_table .rowsHead {
  border-bottom: 2px solid #fff;
}

.fontPrice {
  display: inline-block;
  margin-left: 2px;
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 1.6em;
  font-weight: 600;
  letter-spacing: 0;
}

.pricetable__wrapper,
.pricetable__wrapper--pressed {
  width: 100%;
}
.pricetable__wrapper--pressed {
  /* display: none; */
  position: relative;
}

.pricetable__header {
  background: #fff;
  border-radius: 4px;
  margin: 0;
  padding: 0.5em 1em;
  position: relative;
}

.m_table .pricetable__header {
  border: 1px solid #bd618c;
  background-color: #bd618c;
  color: #fff;
}

#Stime .pricetable__header {
  border: 1px solid var(--orange-color);
  background-color: var(--orange-color);
  color: #fff;
}

#Ntime .pricetable__header {
  border: 1px solid #022164;
  background-color: #022164;
  color: #fff;
}

.pricetable__header .js-icon {
  margin-left: 0;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.pricetable__header--smaller,
.pricetable__header .js-icon {
  display: inline-block;
  font-size: 75%;
  font-weight: 400;
  margin-left: 8px;
}

@media screen and (max-width: 568px) {
  .price_table .wd {
    background-color: #ffc498;
    /* width: auto; */
  }
}

@media screen and (max-width: 979px) {
  .price_table_area {
    margin-bottom: 1em;
  }
  .price_table th,
  .price_table td,
  .price_table .rowsHead,
  .drink_table th,
  .drink_table td,
  .drink_table .rowsHead {
    border: 1px solid #fff;
  }
}

/* ==============================================================
 スマホ　横
================================================================= */
@media screen and (min-width: 540px) {
  .appeal {
    .menu_box {
      .flx_box {
        &:nth-of-type(1) {
          margin: 2em auto;
        }
        &:nth-of-type(2) {
          margin: 2em auto;
        }
      }
    }
  }
}

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

  .sp-only {
    display: none;
  }

  /*--------------------------------------------------------------*/
  /* ------------------------------------------------------------ */
  /* ここからコンテンツ  ページ独自レイアウト */
  /* ------------------------------------------------------------ */
}

/* ==============================================================
  pc
================================================================= */
@media screen and (min-width: 1024px) {
  .appeal {
    .menu_box {
      .flx_box {
        &:nth-of-type(2) {
          margin: initial;
        }
      }
    }
  }
}


@media screen and (min-width: 740px) {
  .content_little_inner {
    max-width: 600px;
  }

  .content_inner {
    padding: 0 2em;
  }

  /* ---------------------- */
  /* ttl / font */
  .ttl {
    span {
      width: 180px;
    }
    &::before,
    &::after {
      background-size: 86px 26px;
      background-repeat: repeat-x;
      width: 35%;
      height: 26px;
    }
  }

  /*------------------*/
  /* catch */
  .catch {
    .box {
      &::before,
      &::after {
        width: 120px;
        height: 100px;
        top: 30px;
        transform: translateY(-50%);
      }

      .flx_box {
        .flx_item a {
          width: 180px;
          height: 130px;
          margin: 0 auto;

          &::before {
            position: absolute;
            content: "";
            background: url(../img/polygon.svg) center / contain no-repeat;
            width: 20px;
            height: 20px;
            left: 50%;
            top: 73%;
            transform: translate(-50%, -50%);
          }
          &:hover {
            filter: brightness(1.3);
            &::before {
              top: 75%;
            }
          }
        }

        .flx_item:nth-of-type(2) a {
          background: url(../img/object_3.png) center / contain no-repeat;
          padding: 0 1.3em;
        }
      }
      .cloud a {
        width: 180px;
        height: 130px;

        &::before {
          width: 20px;
          height: 20px;
          left: 50%;
          top: 73%;
          transform: translate(-50%, -50%);
        }

        &:hover {
          filter: brightness(1.3);
          &::before {
            top: 75%;
          }
        }
      }
    }
  }

  .appeal {
    .menu_box {
      padding: 4em 0 0;

      .flx_box {
        display: block;
        .flx_item {
          &:nth-of-type(2) {
            margin: 0 0 0 4em;
          }
        }
      }
    }

    & .conte_box {
      .img_box {
        margin: 0 4em 0 0;
      }
      .txt_box {
        margin: 0 0 0 4em;
      }
    }
  }
}

@media screen and (min-width: 900px) {
  /* ------------------------------------------------------------ */
  /* common */
  /* ------------------------------------------------------------ */
  .tablet {
    display: none;
  }

  .sp-tab {
    display: none;
  }

  .tab_pc {
    display: block;
  }

  div#breadcrumb_container {
    width: 100%;
  }

  .flx_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media screen and (min-width: 1024px) {
  /* 1024px以上（PC） */
  .content_inner {
    max-width: 1000px;
  }

  .content_little_inner {
    max-width: 800px;
    margin: 0 auto;
  }

  .pc {
    display: block;
  }
  .sp {
    display: none;
  }

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

  /* ------------------------------------------------------------ */
  /* header */
  /* ------------------------------------------------------------ */
  .main-header {
    height: 80px;
  }

  .main-header .main-logo a .logo_txt {
    display: block;
  }

  .spnav {
    width: 28%;
    max-width: 300px;
  }

  .main-header .main-logo a {
    margin: 0.5em 1em;
  }

  /* ------------------------------------------------------------ */
  /* tll font */
  /* ------------------------------------------------------------ */
  .ttl {
    span {
      width: 250px;
    }
    &::before,
    &::after {
      background-size: 120px 30px;
      background-repeat: repeat-x;
      width: 35%;
      height: 30px;
    }
  }

  .sub_ttl {
    font-size: 26px;
  }

  /*--------------------------------------------------------------*/
  /* ------------------------------------------------------------ */
  /* ここからコンテンツ  ページ独自レイアウト */
  /* ------------------------------------------------------------ */

  /* ---------------------- */
  /* catch */
  .catch {
    .txt {
      font-size: 2rem;
    }
    .box {
      max-width: 900px;
      .cloud a {
        padding: 0 2.3em;
      }

      .flx_box {
        justify-content: space-between;
        margin: -70px auto 0;
        .flx_item:nth-of-type(2) a {
          padding: 0 1.5em;
        }
      }

      &::before,
      &::after {
        width: 160px;
        height: 110px;
        top: 50%;
        transform: translateY(-50%);

        .flx_box {
          margin: -40px auto 0;
        }
      }
      &::before {
        left: -60px;
      }
      &::after {
        right: -60px;
      }
    }
  }

  /* ---------------------- */
  /* appeal */

  .appeal {
    .conte_box {
      .flx_box {
        flex-direction: row;
      }
      .txt_box {
        &::after {
          width: 140px;
          height: 110px;
          right: inherit;
          left: 12px;
          top: -106px;
        }
      }
      .img_box {
        margin: 0;
        img {
          object-fit: cover;
          width: 100%;
        }
      }
    }
    .menu_box {
      /* padding: 4em 0 0; */
      flex-direction: row;
      max-width: 1000px;
      margin: 1em auto;

      .flx_box {
        display: flex;
        .txt_box {
          &::before {
            height: 120%;
          }
        }

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

  .appeal.appeal02 {
    .conte_box {
      .flx_box {
        flex-direction: row-reverse;
      }
      .txt_box {
        padding: 0 2em 0 0;
        margin: 0;
        .txt_inner {
          padding: 2em 4em 0 0;
        }
        &::before {
          width: 100% !important;
          width: 640px;
          left: -70px;
        }
        &::after {
          right: 37px;
          left: inherit;
          top: -106px;
        }
      }
      .img_box {
        margin: 0;
      }
    }
  }

  .enjoy .flx_box {
    margin: 0 0 5em 0;
    align-items: center;
  }

  .enjoy .flx_box:last-child {
    margin: 0;
  }

  .enjoy .flx_box:nth-of-type(2) {
    flex-direction: row-reverse;
  }

  .pay figure {
    max-width: 480px;
    margin: 0 auto;
  }

  /* price 
  -----------------------*/

  .price_table .price_width {
    width: 15%;
  }

  .price_table .attribute {
    font-size: 1.2rem;
    font-weight: 900;
    padding: 20px 0;
  }

  .price_table .price {
    width: auto;
    padding: 0.5em;
  }
}

@media screen and (min-width: 1200px) {
  .appeal {
    .menu_box {
      max-width: 1200px;
    }
  }
}

@media screen and (min-width: 1340px) {
  .ttl {
    &::before,
    &::after {
      width: 39%;
    }
  }
}
