@charset "UTF-8";
/*-------------------------------------------
 variable
-------------------------------------------*/
/***  color  ***/
/***  font-size  ***/
/***  screen  ***/
/***  font(NotoSansJP)  ***/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
/***  point  ***/
/*-------------------------------------------
 reset
-------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, button, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video,
main {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: baseline; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none !important;
  border-radius: 0; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

@-webkit-keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); } }

@keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); } }
.add-animation {
  -webkit-animation: fadezoom 2.0s 0s forwards;
          animation: fadezoom 2.0s 0s forwards; }

/*-------------------------------------------
 style
-------------------------------------------*/
html {
  font-size: 62.5%; }
  @media screen and (max-width: 959px) {
    html {
      font-size: 57.5%; } }
  @media screen and (max-width: 767px) {
    html {
      font-size: 52.5%; } }

body {
  background-image: url("../img/bk_02.jpg");
  background-size: 100% auto;
  background-repeat-x: no-repeat;
  background-repeat-y: repeat;
  background-position: center;
  font-family: 'Noto Sans JP','游ゴシック Medium',YuGothic,YuGothicM,'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro',メイリオ,Meiryo,sans-serif;
  font-weight: 500;
  color: #333333;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  line-height: 1;
  width: 100%; }
  @media screen and (max-width: 767px) {
    body {
      padding-top: 7.0rem; } }
  body.open {
    overflow: hidden; }

ul {
  list-style-type: none; }
  ul li {
    list-style-type: none; }

button {
  background: none;
  border: none; }

a {
  color: #ff0000;
  text-decoration: none;
  -webkit-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s; }
  a:hover {
    opacity: 0.6;
    -webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s; }
    @media screen and (max-width: 767px) {
      a:hover {
        opacity: 1.0; } }

h1, h2, h3, h4, h5 {
  font-weight: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.2rem; }

.bg {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 998;
  display: none; }

.mask {
  overflow: hidden;
  position: relative;
  height: 100%; }

.wide {
  max-width: 100%;
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

/*** header  ***/
.header-wrap {
  background-image: url("../img/bk_01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .header-wrap .header {
    max-width: 1100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 9.0rem;
    padding-left: 2.0rem;
    padding-right: 2.0rem;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 767px) {
      .header-wrap .header {
        background-color: #fff6ce;
        padding-right: 0;
        padding-left: 1.0rem;
        width: 100%;
        height: 7.0rem;
        position: fixed;
        top: 0;
        z-index: 999; } }
    .header-wrap .header a {
      display: block; }
    .header-wrap .header .left {
      width: 35.0rem; }
      @media screen and (max-width: 767px) {
        .header-wrap .header .left {
          width: 25.0rem; } }
      .header-wrap .header .left img {
        width: 100%;
        height: auto; }
    .header-wrap .header .right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: calc(100% - 25.0rem);
      height: 100%;
      padding-left: 5.0rem; }
      @media screen and (max-width: 767px) {
        .header-wrap .header .right {
          padding-left: 2.0rem; } }
      .header-wrap .header .right ul.nav-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        @media screen and (max-width: 767px) {
          .header-wrap .header .right ul.nav-right {
            display: none; } }
        .header-wrap .header .right ul.nav-right li {
          margin-left: 2.0rem; }
          .header-wrap .header .right ul.nav-right li a {
            color: #ffffff;
            font-size: 2rem;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
            line-height: 1.3;
            font-weight: 700;
            text-align: center;
            padding: 1.0rem; }
            .header-wrap .header .right ul.nav-right li a:nth-last-of-type(1) {
              padding-right: 0; }
      .header-wrap .header .right .icon-menu-wrap {
        display: none; }
        @media screen and (max-width: 767px) {
          .header-wrap .header .right .icon-menu-wrap {
            background-color: #6e2226;
            width: 8.0rem;
            height: 7.0rem;
            height: 100%;
            padding: 1.5rem;
            display: block;
            cursor: pointer;
            z-index: 999; } }
        .header-wrap .header .right .icon-menu-wrap .menu {
          position: relative;
          width: 100%;
          height: 100%; }
          .header-wrap .header .right .icon-menu-wrap .menu.open span.line-1 {
            bottom: 0;
            margin: auto;
            -webkit-transform: rotate(45deg);
                    transform: rotate(45deg); }
          .header-wrap .header .right .icon-menu-wrap .menu.open span.line-2 {
            opacity: 0.0;
            left: 6.0rem; }
          .header-wrap .header .right .icon-menu-wrap .menu.open span.line-3 {
            top: 0;
            margin: auto;
            -webkit-transform: rotate(-45deg);
                    transform: rotate(-45deg); }
          .header-wrap .header .right .icon-menu-wrap .menu span {
            background: #ffffff;
            display: block;
            width: 100%;
            height: 0.2rem;
            position: absolute;
            right: 0;
            -webkit-transition: all ease-out .3s;
            transition: all ease-out .3s; }
            @media screen and (max-width: 767px) {
              .header-wrap .header .right .icon-menu-wrap .menu span {
                height: 0.5rem; } }
            .header-wrap .header .right .icon-menu-wrap .menu span.line-1 {
              top: 0.2rem; }
            .header-wrap .header .right .icon-menu-wrap .menu span.line-2 {
              opacity: 1.0;
              top: calc(50% - 0.2rem); }
            .header-wrap .header .right .icon-menu-wrap .menu span.line-3 {
              bottom: 0.2rem; }

.nav-sp {
  background-color: #fff6ce;
  max-width: 1100px;
  width: 100%;
  height: 100%;
  overflow: auto;
  display: none;
  position: fixed;
  top: 7.0rem;
  z-index: 999; }
  .nav-sp.open {
    display: block; }

ul.nav-sp-list {
  background-color: #fff6ce;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  ul.nav-sp-list li {
    border-bottom: 1px dashed #6e2226; }
    ul.nav-sp-list li:nth-of-type(1) {
      border-top: 1px dashed #6e2226; }
    @media screen and (max-width: 959px) {
      ul.nav-sp-list li a {
        color: #6e2226;
        font-size: 2rem;
        text-align: left;
        display: block;
        padding: 2.5rem 2.0rem;
        position: relative; }
        ul.nav-sp-list li a::after {
          content: '';
          width: 1.0rem;
          height: 1.0rem;
          border-top: solid 2px #6e2226;
          border-right: solid 2px #6e2226;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          position: absolute;
          top: calc(50% - 0.5rem);
          right: 1.5rem; } }
    @media screen and (max-width: 767px) {
      ul.nav-sp-list li a {
        font-size: 1.8rem; } }

.exit {
  display: none; }
  @media screen and (max-width: 959px) {
    .exit {
      background-color: #6e2226;
      color: #ffffff;
      display: inline-block;
      padding: 2.0rem 2.0rem 2.0rem 2.0rem;
      border-radius: 0.2rem;
      margin-top: 2.0rem;
      margin-left: 2.0rem;
      margin-bottom: 12.0rem;
      cursor: pointer; }
      .exit span {
        font-size: 2rem;
        padding-left: 1.0rem;
        position: relative;
        top: 0.2rem; } }

/*** bottom  ***/
.footer {
  padding-top: 3.5rem;
  margin-top: 15.0rem; }
  .footer.home {
    margin-top: auto; }
  .footer h2 {
    text-align: center;
    padding-top: 5.0rem;
    margin-bottom: 2.0rem;
    border-top: 3px dashed #6e2226; }
    .footer h2 img {
      max-width: 450px;
      width: 100%;
      margin-bottom: 0.5rem; }
      @media screen and (max-width: 767px) {
        .footer h2 img {
          padding-left: 2.0rem;
          padding-right: 2.0rem; } }
  .footer h3 {
    color: #261A0C;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 1.0rem; }
    @media screen and (max-width: 767px) {
      .footer h3 {
        font-size: 1.8rem;
        padding-left: 2.0rem;
        padding-right: 2.0rem; } }
  .footer h5 {
    color: #000000;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.3;
    text-align: center; }
  .footer p {
    color: #432F2F;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.5;
    padding-bottom: 4.0rem; }
    @media screen and (max-width: 767px) {
      .footer p {
        padding-left: 2.0rem;
        padding-right: 2.0rem; } }
  .footer ul.nav-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 2.0rem; }
    @media screen and (max-width: 959px) {
      .footer ul.nav-bottom {
        display: none; } }
    .footer ul.nav-bottom li {
      margin-left: 0.5rem;
      margin-right: 0.5rem; }
      .footer ul.nav-bottom li a {
        color: #ffffff;
        font-size: 1.8rem;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
        line-height: 1.3;
        padding: 0.5rem;
        margin-left: 0.5rem;
        margin-right: 0.5rem; }
  .footer small {
    color: #6e2226;
    font-size: 1.4rem;
    line-height: 1.3;
    text-align: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    display: block;
    border-top: 2px dashed #6e2226; }

/*** content  ***/
article {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4.0rem;
  padding-left: 2.0rem;
  padding-right: 2.0rem; }
  @media screen and (max-width: 767px) {
    article {
      margin-bottom: 4.0rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  @media screen and (max-width: 340px) {
    article {
      padding-left: 1.0rem;
      padding-right: 1.0rem; } }
  article.end {
    margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    article .carousel {
      padding: 3.0rem 0; } }

ul.bread {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin: 1.0rem auto;
  padding-left: 2.0rem;
  padding-right: 2.0rem; }
  @media screen and (max-width: 767px) {
    ul.bread {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  ul.bread li {
    color: #333333;
    font-size: 1.4rem;
    line-height: 1.3;
    padding-right: 3.0rem;
    position: relative; }
    @media screen and (max-width: 767px) {
      ul.bread li {
        line-height: 1.6; } }
    ul.bread li::after {
      content: '';
      width: 0.6rem;
      height: 0.6rem;
      border-top: solid 1px #5f331b;
      border-right: solid 1px #5f331b;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      position: absolute;
      top: 50%;
      right: 1.3rem;
      margin-top: -0.2rem; }
    ul.bread li:nth-last-of-type(1)::after {
      content: none; }
    ul.bread li a {
      color: #ffffff; }

h2.heading {
  margin-top: 6.0rem;
  margin-bottom: 2.0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative; }
  h2.heading span {
    color: #6e2226;
    font-weight: 700;
    font-size: 3.4rem;
    text-align: center;
    line-height: 1.3;
    padding-left: 3.0rem;
    padding-right: 3.0rem;
    position: relative; }
    @media screen and (max-width: 767px) {
      h2.heading span {
        font-size: 2.8rem;
        padding-left: 1.0rem;
        padding-right: 1.0rem; } }
  h2.heading img {
    width: 6.0rem;
    height: auto; }
    @media screen and (max-width: 767px) {
      h2.heading img {
        width: 4.0rem; } }
  @media screen and (max-width: 767px) {
    h2.heading {
      margin-top: 4.0rem; } }
  h2.heading.sp {
    display: none; }
    @media screen and (max-width: 767px) {
      h2.heading.sp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 2.0rem;
        margin-bottom: 2.0rem;
        position: relative; }
        h2.heading.sp span {
          font-size: 2.4rem;
          white-space: pre;
          padding-left: 0;
          padding-right: 0; }
        h2.heading.sp img:nth-of-type(1) {
          position: absolute;
          left: -1.0rem; }
        h2.heading.sp img:nth-of-type(2) {
          position: absolute;
          right: -1.0rem; } }

h3.headline {
  color: #261A0C;
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 1.5rem; }
  h3.headline.thin {
    font-weight: 500; }

.anchor {
  opacity: 0;
  display: block;
  margin-top: -1.0rem;
  padding-top: 1.0rem; }
  @media screen and (max-width: 959px) {
    .anchor {
      margin-top: -9.0rem;
      padding-top: 9.0rem;
      z-index: 1;
      position: relative; } }

.carousel {
  text-align: center;
  max-width: 1100px;
  width: 100%;
  height: auto;
  padding: 5.0rem 2.0rem 5.0rem;
  margin: 0 auto; }
  @media screen and (max-width: 959px) {
    .carousel {
      padding: 4.0rem 2.0rem 3.0rem; } }
  @media screen and (max-width: 767px) {
    .carousel {
      height: auto; } }
  .carousel figure {
    width: 100%;
    height: auto; }
    .carousel figure.board {
      margin-bottom: 4.0rem; }
    .carousel figure img {
      height: auto;
      margin: auto; }
  .carousel.anime figure {
    position: relative; }
    .carousel.anime figure .anime01 {
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transform: rotate(-20deg);
              transform: rotate(-20deg); }
      @media screen and (max-width: 959px) {
        .carousel.anime figure .anime01 {
          width: 35vw; } }
    .carousel.anime figure .anime02 {
      position: absolute;
      top: 0;
      right: -5.0rem;
      -webkit-transform: rotate(20deg);
              transform: rotate(20deg); }
      @media screen and (max-width: 959px) {
        .carousel.anime figure .anime02 {
          width: 35vw; } }
    .carousel.anime figure .anime03 {
      position: absolute;
      bottom: -2.0rem;
      left: -5.0rem;
      -webkit-transform: rotate(-10deg);
              transform: rotate(-10deg); }
      @media screen and (max-width: 959px) {
        .carousel.anime figure .anime03 {
          width: 35vw; } }
      @media screen and (max-width: 767px) {
        .carousel.anime figure .anime03 {
          width: 45vw; } }
    .carousel.anime figure .anime04 {
      position: absolute;
      bottom: -2.0rem;
      right: -5.0rem;
      -webkit-transform: rotate(10deg);
              transform: rotate(10deg); }
      @media screen and (max-width: 959px) {
        .carousel.anime figure .anime04 {
          width: 35vw; } }
      @media screen and (max-width: 767px) {
        .carousel.anime figure .anime04 {
          width: 45vw; } }

.date {
  width: 100%; }
  .date.top {
    background-color: #5f331b; }
  .date.bottom {
    background-color: #79502c;
    padding-bottom: 2.0rem; }
  .date.middle {
    background-color: #ffba48; }
    .date.middle figure {
      padding-top: 0; }
  .date figure {
    text-align: center;
    width: 100%;
    max-width: 1100px;
    padding: 1.5rem  2.0rem;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 959px) {
      .date figure {
        padding-left: 4.0rem;
        padding-right: 4.0rem; } }
    @media screen and (max-width: 767px) {
      .date figure {
        padding-left: 1.0rem;
        padding-right: 1.0rem; } }
  @media screen and (max-width: 959px) {
    .date img {
      width: 100%; } }
  .date .mov {
    text-align: center;
    padding-top: 0;
    padding-bottom: 1.5rem; }

.chara {
  margin-top: 5.0rem; }
  .chara img {
    width: 100%; }

.notice {
  background-color: #6e2226;
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
  line-height: 2.0;
  padding: 2.0rem;
  border-radius: 0.4rem;
  width: 100%;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem; }
  @media screen and (max-width: 767px) {
    .notice {
      padding: 3.0rem; } }

.vote {
  background-color: #ffffff;
  border-radius: 0.4rem;
  padding: 6.0rem 5.0rem 6.0rem 6.0rem; }
  @media screen and (max-width: 767px) {
    .vote {
      padding: 2.5rem 1.5rem 2.5rem 1.5rem; } }
  .vote h3 {
    color: #432F2F;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 2.0rem; }
  .vote h4 {
    background-color: #EF8687;
    color: #ffffff;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    padding: 1.5rem;
    border-radius: 0.4rem;
    margin-bottom: 2.0rem; }
  .vote p {
    font-size: 1.8rem;
    font-weight: 400;
    text-align: justify;
    line-height: 2.0; }
  .vote u {
    color: #003288;
    font-weight: 700;
    text-decoration: none; }

ul.pict-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  ul.pict-list li {
    width: calc(25% - 0.75rem);
    margin-right: 1.0rem;
    margin-bottom: 1.0rem; }
    ul.pict-list li:nth-of-type(4n) {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      ul.pict-list li:nth-of-type(even) {
        margin-right: 0; } }
    @media screen and (max-width: 767px) {
      ul.pict-list li {
        width: calc(50% - 0.5rem); } }
    ul.pict-list li .board {
      background-color: #ffffff;
      display: block;
      width: 100%;
      height: 100%;
      padding: 0.5rem;
      border-radius: 0.5rem; }
      ul.pict-list li .board figure {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat; }
        ul.pict-list li .board figure img {
          width: 100%; }
      ul.pict-list li .board .wrap {
        padding: 0.5rem; }
        ul.pict-list li .board .wrap h4 {
          color: #261A0C;
          font-size: 1.4rem;
          letter-spacing: 0;
          line-height: 1.3; }
        ul.pict-list li .board .wrap h5 {
          color: #6e2226;
          font-size: 1.6rem;
          font-weight: 500;
          line-height: 1.3;
          letter-spacing: 0;
          margin-bottom: 0.5rem; }
        ul.pict-list li .board .wrap .price {
          color: #ff0000;
          font-size: 2.4rem;
          font-weight: 700;
          -webkit-font-feature-settings: "palt";
                  font-feature-settings: "palt";
          text-align: right;
          margin-bottom: 0.5rem; }
          ul.pict-list li .board .wrap .price b {
            font-size: 1.4rem;
            font-weight: 500;
            margin-bottom: 1.0rem; }

.remodal {
  max-width: 1100px;
  padding: 2.5rem; }
  @media screen and (max-width: 767px) {
    .remodal {
      padding: 2.0rem; } }
  @media screen and (max-width: 340px) {
    .remodal {
      padding: 1.0rem; } }
  .remodal .remodal-cancel-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 2.0rem;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9; }
    .remodal .remodal-cancel-wrap .remodal-cancel {
      background-color: #930f1b;
      min-width: 5.0rem;
      width: 5.0rem;
      height: 5.0rem;
      padding: 1.0rem; }
      @media screen and (max-width: 767px) {
        .remodal .remodal-cancel-wrap .remodal-cancel {
          min-width: 8.0rem;
          width: 8.0rem;
          height: 8.0rem; } }
      .remodal .remodal-cancel-wrap .remodal-cancel img {
        width: 100%;
        height: auto; }

ul.kome-list {
  margin-top: 1.0rem;
  margin-bottom: 1.0rem; }
  ul.kome-list li {
    position: relative;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.3;
    text-align: left;
    padding-left: 2.0rem;
    margin-top: 1.0rem;
    margin-bottom: 1.0rem; }
    ul.kome-list li::before {
      content: '※';
      color: #666666;
      font-size: 1.6rem;
      line-height: 1.3;
      position: absolute;
      top: 0;
      left: 0; }

.prize-list {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
  .prize-list tr {
    width: 100%; }
    .prize-list tr td {
      font-size: 1.6rem;
      line-height: 1.6;
      text-align: center;
      width: 50%;
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
      border: 2px dashed #930f1b; }
      @media screen and (max-width: 767px) {
        .prize-list tr td img {
          padding: 1.0rem;
          width: 100%; } }

.movie {
  padding: 0; }
  .movie .wrap {
    text-align: center;
    max-width: 560px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .movie .wrap > div {
      width: 100%;
      padding-top: 56.25%;
      position: relative; }
      .movie .wrap > div iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0; }

ul.news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-top: 2px dashed #ffffff; }
  ul.news li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    border-bottom: 2px dashed #ffffff; }
    ul.news li a {
      color: #ffffff;
      font-size: 1.8rem;
      font-weight: 500;
      line-height: 1.5;
      display: block;
      width: 100%;
      padding: 4.0rem;
      position: relative; }
      @media screen and (max-width: 767px) {
        ul.news li a {
          padding: 2.0rem 3.0rem 2.0rem 0; } }
      ul.news li a .date {
        padding-right: 4.0rem; }
        @media screen and (max-width: 767px) {
          ul.news li a .date {
            display: block; } }
      ul.news li a::after {
        content: '';
        width: 1.0rem;
        height: 1.0rem;
        border-top: solid 2px #ffffff;
        border-right: solid 2px #ffffff;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        position: absolute;
        top: calc(50% - 0.4rem);
        right: 4.0rem;
        margin-top: -3px; }
        @media screen and (max-width: 767px) {
          ul.news li a::after {
            right: 1.0remmam; } }

.comb {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1.0rem; }
  .comb > div {
    width: 60%;
    padding-right: 2.0rem; }
    @media screen and (max-width: 767px) {
      .comb > div {
        width: 100%;
        padding-right: 0; } }
    .comb > div p {
      color: #ffffff;
      font-size: 1.8rem;
      font-weight: 400;
      text-align: justify;
      line-height: 2.0; }
  .comb > figure {
    width: 40%;
    padding-left: 2rem; }
    @media screen and (max-width: 767px) {
      .comb > figure {
        width: 100%;
        display: none; } }
    .comb > figure img {
      width: 100%;
      height: auto; }

.box-cont {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1.0rem; }
  .box-cont > figure {
    width: 100%;
    padding-right: 2.0rem; }
    @media screen and (max-width: 767px) {
      .box-cont > figure {
        width: 100%;
        display: none; } }
    .box-cont > figure img {
      width: 100%;
      height: auto; }
  .box-cont > div {
    width: 100%;
    padding-left: 2rem; }
    @media screen and (max-width: 767px) {
      .box-cont > div {
        width: 100%;
        padding-right: 0; } }
    .box-cont > div p {
      color: #ffffff;
      font-size: 1.8rem;
      font-weight: 400;
      text-align: justify;
      line-height: 2.0; }

.masu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2.0rem;
  margin-bottom: 2.0rem; }
  .masu > div {
    width: 50%;
    margin-bottom: 2.0rem; }
    .masu > div:nth-of-type(odd) {
      padding-right: 1.0rem; }
    .masu > div:nth-of-type(even) {
      padding-left: 1.0rem; }
    .masu > div .grand {
      margin-bottom: 1.0rem; }
    .masu > div table {
      width: 100%;
      border-collapse: collapse;
      border-spacing: 0; }
      @media screen and (max-width: 767px) {
        .masu > div table tr {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .masu > div table th, .masu > div table td {
        font-size: 1.4rem;
        line-height: 1.3;
        vertical-align: middle;
        border: 1px solid #EF8687;
        padding: 0.5rem 1.0rem; }
        @media screen and (max-width: 767px) {
          .masu > div table th, .masu > div table td {
            width: 100% !important;
            text-align: center; } }
      .masu > div table th {
        background-color: #EF8687;
        color: #ffffff;
        font-weight: 500;
        width: 35%; }
      .masu > div table td {
        font-weight: 400;
        width: 15%; }
    .masu > div h5 {
      color: #5f331b;
      font-size: 1.8rem;
      font-weight: 700;
      line-height: 1.3;
      letter-spacing: 0;
      margin-bottom: 2rem; }
      @media screen and (max-width: 767px) {
        .masu > div h5 {
          font-size: 1.6rem; } }

.cancel {
  color: #ff0000;
  font-size: 1.8rem;
  font-weight: 700; }

dl.summary {
  background-color: #ffffff;
  padding: 6.0rem 6.0rem;
  margin-bottom: 4.0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 0.4rem; }
  @media screen and (max-width: 767px) {
    dl.summary {
      padding: 3.0rem; } }
  dl.summary dt {
    color: #432F2F;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.3;
    border-bottom: 2px dashed #dddddd;
    padding-top: 4.5rem;
    padding-right: 2.0rem;
    padding-bottom: 4.0rem;
    width: 25%; }
    @media screen and (max-width: 767px) {
      dl.summary dt {
        border-bottom: none;
        padding-top: 2.5rem;
        width: 100%;
        padding-bottom: 1.0rem; } }
    dl.summary dt:nth-of-type(1) {
      padding-top: 0; }
    dl.summary dt:nth-last-of-type(1) {
      padding-bottom: 0;
      border-bottom: none; }
  dl.summary dd {
    color: #432F2F;
    font-size: 1.6rem;
    line-height: 2.0;
    border-bottom: 2px dashed #dddddd;
    padding-top: 4.0rem;
    padding-bottom: 4.0rem;
    width: 75%; }
    @media screen and (max-width: 767px) {
      dl.summary dd {
        padding-top: 0;
        padding-bottom: 2.0rem;
        width: 100%; } }
    dl.summary dd:nth-of-type(1) {
      padding-top: 0; }
    dl.summary dd:nth-last-of-type(1) {
      padding-bottom: 0;
      border-bottom: none; }
    dl.summary dd u {
      color: #6e2226;
      line-height: 1;
      text-decoration: none; }
    dl.summary dd b {
      font-size: 3rem;
      padding-left: 0.2rem;
      padding-right: 0.2rem; }
    dl.summary dd strong {
      font-size: 1.8rem;
      font-weight: 900; }

.list th {
  text-align: left; }
.list td {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt"; }

.num {
  padding-left: 2.0rem;
  list-style: decimal; }
  .num li {
    list-style: decimal;
    padding-left: 0.5rem; }

.button {
  text-align: center;
  margin: 4.0rem auto; }
  .button.small {
    text-align: left;
    margin: 2.0rem auto; }
    @media screen and (max-width: 767px) {
      .button.small {
        text-align: center; } }
    .button.small a {
      font-size: 2rem;
      font-weight: 700;
      width: 20.0rem;
      padding: 2.0rem 2.5rem; }
      .button.small a::after {
        width: 1.8rem;
        height: 1.8rem;
        position: absolute;
        top: calc(50% - 0.8rem);
        right: 2.5rem; }
  .button a {
    background-color: #FDD000;
    color: #003288;
    font-size: 2.4rem;
    font-weight: 900;
    text-align: left;
    display: inline-block;
    width: 30.0rem;
    padding: 1.0rem 3.0rem;
    border: 2px solid #003288;
    border-radius: 0.8rem;
    margin-top: 2.0rem;
    position: relative; }
    .button a::after {
      content: '';
      background: url(../img/icon_arrow_01.svg);
      background-size: contain;
      width: 2.2rem;
      height: 2.2rem;
      position: absolute;
      top: calc(50% - 1.0rem);
      right: 2.5rem; }

.bnr-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20.0rem; }
  .bnr-list li {
    width: 24%;
    margin-bottom: 2.0rem; }
    @media screen and (max-width: 959px) {
      .bnr-list li {
        width: 50%;
        margin-bottom: 1.0rem; } }
    @media screen and (max-width: 959px) {
      .bnr-list li:nth-of-type(odd) {
        padding-right: 1.0rem; } }
    @media screen and (max-width: 767px) {
      .bnr-list li:nth-of-type(odd) {
        padding-right: 0.5rem; } }
    @media screen and (max-width: 959px) {
      .bnr-list li:nth-of-type(even) {
        padding-left: 1.0rem; } }
    @media screen and (max-width: 767px) {
      .bnr-list li:nth-of-type(even) {
        padding-left: 0.5rem; } }
    .bnr-list li a {
      display: block; }
    .bnr-list li img {
      width: 100%;
      height: auto; }

.request-wrap {
  background-color: #ffffff;
  padding: 2.0rem 6.0rem;
  border-radius: 0.4rem;
  margin-bottom: 5.0rem; }
  @media screen and (max-width: 767px) {
    .request-wrap {
      padding: 2.0rem; } }
  .request-wrap p {
    color: #261A0C;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    padding-top: 2.0rem;
    padding-bottom: 2.0rem; }
  .request-wrap ul.request {
    margin-bottom: 4.0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 0.4rem; }
    .request-wrap ul.request li {
      background-color: #ffffff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 100%;
      border-bottom: 2px dashed #cccccc; }
      @media screen and (max-width: 767px) {
        .request-wrap ul.request li {
          border-bottom: none; } }
      .request-wrap ul.request li.item {
        color: #432F2F;
        font-size: 1.8rem;
        line-height: 1.5;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        width: 40%; }
        @media screen and (max-width: 767px) {
          .request-wrap ul.request li.item {
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            padding-top: 2.0rem;
            width: 100%;
            border-bottom: none; } }
      .request-wrap ul.request li.val {
        width: 60%;
        padding: 2.0rem 2.5rem; }
        @media screen and (max-width: 767px) {
          .request-wrap ul.request li.val {
            width: 100%;
            padding: 0.5rem 0 0 0; } }
      .request-wrap ul.request li .req {
        background: #ff0000;
        color: #ffffff;
        font-size: 1.2rem;
        line-height: 1.3;
        display: inline-block;
        padding: 0.3rem 0.6rem;
        border-radius: 0.4rem;
        margin-left: 1.0rem;
        margin-right: 1.0rem; }
      .request-wrap ul.request li input {
        color: #333333;
        font-size: 1.6rem;
        border: solid 1px #cccccc;
        border-radius: 2px;
        width: 100%;
        padding: 1.0rem; }
      .request-wrap ul.request li input[type="file"] {
        margin-bottom: 0.5rem; }
      .request-wrap ul.request li textarea {
        font-size: 1.6rem;
        border: solid 1px #cccccc;
        line-height: 1.5;
        width: 100%;
        padding: 1.0rem; }
  .request-wrap .check-txt {
    color: #432F2F;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 2.0rem; }
  .request-wrap .check-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .request-wrap .mwform-checkbox-field label {
    font-size: 2rem;
    font-weight: 700;
    color: #EA6067;
    display: block;
    padding-bottom: 0.5rem; }
  .request-wrap .check-form {
    margin-bottom: 4.0rem; }

.mw_wp_form .error {
  color: #ff0000;
  font-size: 1.8rem;
  font-weight: 500;
  padding-top: 0.5rem;
  padding-bottom: 1.0rem; }

.mw-wp-form_image img {
  width: 100%;
  height: auto; }

.form-button-wrap {
  text-align: center;
  margin: 4.0rem auto; }
  .form-button-wrap .form-button {
    display: inline-block;
    position: relative; }
    .form-button-wrap .form-button::after {
      content: '';
      background: url(../img/icon_arrow_01.svg);
      background-size: contain;
      width: 2.2rem;
      height: 2.2rem;
      position: absolute;
      top: calc(50% - 1.0rem);
      right: 2.5rem; }
    .form-button-wrap .form-button input {
      background-color: #FDD000;
      color: #003288;
      font-size: 2.4rem;
      font-weight: 900;
      text-align: left;
      display: inline-block;
      width: 30.0rem;
      padding: 3.0rem;
      border: 2px solid #003288;
      border-radius: 0.8rem;
      cursor: pointer; }

.phone-contact {
  background-color: #ffffff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #cccccc;
  padding-top: 2.0rem;
  padding-bottom: 2.0rem;
  border-radius: 0.4rem;
  margin-bottom: 6.0rem;
  padding-left: 2.0rem;
  padding-right: 2.0rem; }
  .phone-contact .num {
    color: #003288;
    font-size: 4rem;
    font-weight: 700;
    display: block;
    padding: 1.0rem 1.5rem 1.0rem;
    position: relative; }
    .phone-contact .num::after {
      content: "";
      background-image: url(../img/icon_phone_01.svg);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center bottom;
      width: 2.5rem;
      height: 2.5rem;
      position: absolute;
      top: 2.0rem;
      left: -1.5rem; }
  .phone-contact .time {
    color: #432F2F;
    line-height: 1.3;
    text-align: center; }

.policy {
  background-color: #ffffff;
  width: 100%;
  padding: 6.0rem;
  border-radius: 0.4rem; }
  @media screen and (max-width: 767px) {
    .policy {
      padding: 4.0rem 2.0rem; } }
  .policy h3 {
    color: #432F2F;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 1.0rem; }
  .policy p {
    color: #432F2F;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.0;
    padding-bottom: 4.0rem; }

.post {
  background-color: #ffffff;
  width: 100%;
  padding: 4.0rem 6.0rem 6.0rem 6.0rem;
  border-radius: 0.4rem; }
  @media screen and (max-width: 767px) {
    .post {
      padding: 4.0rem 2.0rem 2.0rem 2.0rem; } }
  .post h3 {
    color: #432F2F;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.3;
    margin-bottom: 1.0rem; }
  .post p {
    color: #432F2F;
    font-size: 1.8rem;
    font-weight: 400;
    text-align: justify;
    word-break: break-all;
    line-height: 2.0;
    padding-bottom: 2.0rem; }
  .post a {
    word-break: break-all; }
  .post ul.meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1.0rem;
    margin-bottom: 1.5rem; }
  @media screen and (max-width: 767px) {
    .post iframe {
      width: 100%; } }

.not-found {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: justify;
  line-height: 2.0; }

.cancel {
  color: #ff0000;
  font-size: 1.8rem;
  font-weight: 700; }

.usage {
  background-color: #deedeb; }
  .usage .title {
    background: url(../img/bk_03.jpg);
    background-size: cover;
    background-repeat-x: no-repeat;
    background-position: center;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 1.0rem;
    padding-left: 2.0rem; }
    @media screen and (max-width: 767px) {
      .usage .title {
        padding: 2.0rem 4.0rem; } }
    .usage .title .cap {
      padding-bottom: 1.0rem;
      position: relative;
      right: -4.0rem;
      z-index: 2; }
      @media screen and (max-width: 767px) {
        .usage .title .cap {
          width: 100%;
          right: 0; } }
    .usage .title .chara {
      position: relative;
      left: -4.0rem;
      z-index: 1; }
      @media screen and (max-width: 767px) {
        .usage .title .chara {
          display: none; } }
  .usage .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    width: 100%;
    padding: 1.5rem; }
    @media screen and (max-width: 767px) {
      .usage .wrap {
        padding: 0.5rem; } }
    .usage .wrap figure {
      background-color: #ffffff;
      width: calc(50% - 0.5rem);
      padding: 0.5rem; }
      @media screen and (max-width: 767px) {
        .usage .wrap figure {
          width: 100%; } }
      .usage .wrap figure:nth-of-type(1) {
        margin-bottom: 1.0rem; }
      .usage .wrap figure span {
        display: block;
        height: 100%;
        border: 2px solid #00a29a;
        padding: 2.0rem; }
      .usage .wrap figure img {
        width: 100%; }

.ttl-stamp {
  text-align: center;
  margin-top: 4.0rem;
  margin-bottom: 4.0rem; }
  @media screen and (max-width: 767px) {
    .ttl-stamp {
      margin-top: 3.0rem;
      margin-bottom: 2.5rem; } }
  @media screen and (max-width: 767px) {
    .ttl-stamp img {
      width: 100%; } }

ul.list-goods {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  ul.list-goods li {
    width: calc(25% - 0.75rem);
    margin-right: 1.0rem;
    margin-bottom: 1.0rem; }
    ul.list-goods li:nth-of-type(4n) {
      margin-right: 0; }
    ul.list-goods li a {
      background-color: #ffffff;
      display: block;
      padding: 0.5rem;
      border-radius: 0.5rem; }
      ul.list-goods li a figure {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat; }
        ul.list-goods li a figure img {
          width: 100%; }
      ul.list-goods li a .wrap {
        padding: 0.5rem; }
        ul.list-goods li a .wrap h4 {
          color: #261A0C;
          font-size: 1.4rem;
          letter-spacing: 0;
          line-height: 1.3; }
        ul.list-goods li a .wrap h5 {
          color: #6e2226;
          font-size: 1.6rem;
          font-weight: 500;
          line-height: 1.3;
          letter-spacing: 0;
          margin-bottom: 0.5rem; }
        ul.list-goods li a .wrap .price {
          color: #ff0000;
          font-size: 2.4rem;
          font-weight: 700;
          -webkit-font-feature-settings: "palt";
                  font-feature-settings: "palt";
          text-align: right;
          margin-bottom: 0.5rem; }
          ul.list-goods li a .wrap .price b {
            font-size: 1.4rem;
            font-weight: 500;
            margin-bottom: 1.0rem; }

.yakisoba {
  background-color: #ffffff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  border-radius: 0.5rem;
  position: relative; }
  @media screen and (max-width: 959px) {
    .yakisoba {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .yakisoba .left {
    width: 600px; }
    @media screen and (max-width: 959px) {
      .yakisoba .left {
        margin-left: auto;
        margin-right: auto; } }
    @media screen and (max-width: 767px) {
      .yakisoba .left {
        width: 100%; } }
  .yakisoba .right {
    width: calc(100% - 600px);
    padding-left: 2.5rem; }
    @media screen and (max-width: 959px) {
      .yakisoba .right {
        max-width: 600px;
        width: 100%;
        padding-left: 0;
        margin-top: 2.5rem;
        margin-left: auto;
        margin-right: auto; } }
    @media screen and (max-width: 767px) {
      .yakisoba .right {
        max-width: 100%; } }
    .yakisoba .right h3 {
      color: #261A0C;
      font-size: 1.6rem;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 1.3;
      text-align: left;
      margin-bottom: 0.2rem; }
    .yakisoba .right h4 {
      color: #6e2226;
      font-size: 2.4rem;
      font-weight: 700;
      line-height: 1.2;
      letter-spacing: 0;
      text-align: left;
      margin-bottom: 0.5rem; }
    .yakisoba .right .copy {
      color: #EA6067;
      font-size: 1.8rem;
      line-height: 1.3;
      text-align: left;
      margin-bottom: 0.5rem; }
    .yakisoba .right .price {
      color: #ff0000;
      font-size: 3.4rem;
      font-weight: 900;
      -webkit-font-feature-settings: "palt";
              font-feature-settings: "palt";
      text-align: right;
      margin-bottom: 1.5rem; }
      .yakisoba .right .price b {
        font-size: 1.6rem; }
    .yakisoba .right .gmap iframe {
      width: 100%; }
    .yakisoba .right p {
      background-color: #deedeb;
      padding: 1.0rem; }
    .yakisoba .right table {
      width: 100%;
      border-collapse: collapse;
      border-spacing: 0;
      margin-bottom: 1.0rem; }
      .yakisoba .right table tr {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        width: 100%; }
      .yakisoba .right table th {
        background: none;
        font-weight: 500;
        white-space: pre;
        padding-right: 0.5rem; }
      .yakisoba .right table td {
        word-break: break-all;
        font-size: 1.8rem;
        font-weight: 400;
        text-align: justify; }
      .yakisoba .right table th, .yakisoba .right table td {
        font-size: 1.4rem;
        line-height: 1.5;
        border: none; }

.slider {
  width: 100%;
  margin-bottom: 1.0rem;
  overflow-x: hidden; }
  .slider .swiper-wrapper {
    width: 100%; }
    .slider .swiper-wrapper .swiper-slide {
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      width: 600px;
      height: auto;
      z-index: 999; }

.slider-thumb {
  width: 100%; }
  .slider-thumb .swiper-wrapper {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .slider-thumb .swiper-wrapper .swiper-slide {
      width: 20%;
      height: auto;
      padding: 0.25rem; }
      .slider-thumb .swiper-wrapper .swiper-slide img {
        width: 100%;
        cursor: pointer;
        -webkit-transition: all ease-in-out 0.3s;
        transition: all ease-in-out 0.3s; }
        .slider-thumb .swiper-wrapper .swiper-slide img:hover {
          opacity: 0.6;
          -webkit-transition: all ease-in-out 0.3s;
          transition: all ease-in-out 0.3s; }

.qr {
  background-color: #ffffff;
  z-index: 999;
  padding: 0.5rem;
  border-top-left-radius: 0.5rem;
  position: fixed;
  right: 0;
  bottom: 0; }
  @media screen and (max-width: 340px) {
    .qr {
      padding: 0; } }
  .qr a {
    display: block;
    width: 12.0rem; }
    @media screen and (max-width: 340px) {
      .qr a {
        width: 10.0rem; } }
    .qr a img {
      width: 100%; }

/**/
