/* clearfix */
.clearfix {
  *zoom: 1; }
  .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
@media screen and (min-width: 769px) {
  #create:not(:disabled) .rover-hover:hover,
  .rover-hover:hover {
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    opacity: 0.7; } }

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

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

.main-contents {
  padding: 90px 0 153px; }
  @media screen and (max-width: 768px) {
    .main-contents {
      padding-top: 16.8vw;
      padding-bottom: 19.6vw; } }
  @media screen and (max-width: 768px) {
    .main-contents .wrapper {
      width: 89.33vw; } }
  .main-contents .menu-category {
    margin: 0 0 167px; }
    @media screen and (max-width: 768px) {
      .main-contents .menu-category {
        margin-bottom: 28.8vw; } }
    .main-contents .menu-category .menu-header {
      width: 423px;
      margin: 0 0 34px; }
      @media screen and (max-width: 768px) {
        .main-contents .menu-category .menu-header {
          width: 84.53vw;
          margin-bottom: 7.2vw; } }
    .main-contents .menu-category.--veggie {
      margin-bottom: 152px; }
      @media screen and (max-width: 768px) {
        .main-contents .menu-category.--veggie {
          margin-bottom: 12.6vw; } }
      .main-contents .menu-category.--veggie .menu-header {
        width: 405px; }
        @media screen and (max-width: 768px) {
          .main-contents .menu-category.--veggie .menu-header {
            width: 80.8vw; } }
    .main-contents .menu-category .menu-overview {
      margin: 0 0 13px;
      font-size: 16px;
      line-height: 1.68em; }
      @media screen and (max-width: 768px) {
        .main-contents .menu-category .menu-overview {
          margin-bottom: 2.66vw;
          font-size: 3.73vw;
          line-height: 1.8em; } }
      .main-contents .menu-category .menu-overview.--en {
        margin-bottom: 34px; }
        @media screen and (max-width: 768px) {
          .main-contents .menu-category .menu-overview.--en {
            margin-bottom: 9.06vw; } }
    .main-contents .menu-category .menu-list {
      display: flex;
      flex-wrap: wrap;
      gap: 47px 25px; }
      @media screen and (max-width: 768px) {
        .main-contents .menu-category .menu-list {
          gap: 0; } }
      .main-contents .menu-category .menu-list li {
        width: 180px; }
        @media screen and (max-width: 768px) {
          .main-contents .menu-category .menu-list li {
            width: 50%;
            margin: 0 0 6vw; } }
        .main-contents .menu-category .menu-list li a {
          text-align: center;
          text-decoration: none;
          color: #343434; }
          .main-contents .menu-category .menu-list li a .menu-image {
            margin: 0 0 13px; }
            @media screen and (max-width: 768px) {
              .main-contents .menu-category .menu-list li a .menu-image {
                width: 35.5vw;
                margin: 0 auto; } }
          .main-contents .menu-category .menu-list li a .menu-name {
            font-size: 16px;
            font-weight: 700;
            line-height: 1.6em; }
            @media screen and (max-width: 768px) {
              .main-contents .menu-category .menu-list li a .menu-name {
                font-size: 4.26vw; } }
          .main-contents .menu-category .menu-list li a .menu-name-en {
            font-size: 13px;
            line-height: 1.21em;
            color: #3EB370; }
            @media screen and (max-width: 768px) {
              .main-contents .menu-category .menu-list li a .menu-name-en {
                font-size: 3.33vw; } }
  .main-contents .other-menu-pdf .other-menu-header {
    margin: 0 0 31px;
    font-size: 20px;
    font-weight: 700; }
    @media screen and (max-width: 768px) {
      .main-contents .other-menu-pdf .other-menu-header {
        margin-bottom: 4vw; } }
  .main-contents .other-menu-pdf .button-wrapper {
    display: flex; }
    @media screen and (max-width: 768px) {
      .main-contents .other-menu-pdf .button-wrapper {
        display: block; } }
    .main-contents .other-menu-pdf .button-wrapper .btn-pdf {
      width: 50%; }
      @media screen and (max-width: 768px) {
        .main-contents .other-menu-pdf .button-wrapper .btn-pdf {
          width: 100%; } }

/*# sourceMappingURL=menu.css.map */
