@charset "UTF-8";
.page-menu {
  background: url(../img/menu/menu-bg.png) left top repeat;
  padding-top: 0;
}

.tabs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.tabs li {
  width: 33.333%;
  text-align: center;
  padding: 10px;
  line-height: 1;
  color: #000;
  background: #fff;
  cursor: pointer;
}

.tabs li.current {
  background: #000;
  color: #fff;
}

.tabs li span {
  display: block;
  line-height: 1;
  font-size: 12px;
  margin-top: 5px;
}

.tab_content {
  display: none;
}

.tab_content.current {
  display: inherit;
}

.tab-title {
  background: #000;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  font-family: 'Yeseva One', cursive;
  display: inline-block;
  line-height: 1;
  width: 200px;
  height: 200px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  margin: 90px auto 85px;
}

.tab-title span {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
  line-height: 1;
}

.tab-title span:before {
  position: absolute;
  content: '';
  right: -100%;
  bottom: 3px;
  width: 100%;
  height: 2px;
  background: #000;
  z-index: 2;
}

.tab-title span:after {
  position: absolute;
  content: '';
  left: -100%;
  bottom: 4px;
  height: 1px;
  width: 200%;
  background: #fff;
  z-index: 1;
}

.menu-art {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 45px;
  background: #fff;
  margin-bottom: 87px;
}

.menu-art.last {
  margin-bottom: 0;
}

.menu-art_lbl {
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px 15px;
  display: inline-block;
  line-height: 1;
  margin-bottom: 1rem;
}

.menu-art_title {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.menu-art_thumb {
  width: 50%;
  margin-right: 25px;
}

.menu-art_ctn {
  width: -webkit-calc(50% - 25px);
  width: -moz-calc(50% - 25px);
  width: calc(50% - 25px);
  position: relative;
}

.menu-art_list {
  margin-bottom: 75px;
}

.menu-art_list:last-child {
  margin-bottom: 0px;
}

.menu-art_list li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding-left: 2rem;
}

.menu-art_list li:after {
  position: absolute;
  content: '・';
  left: 0;
  top: 0;
}

.menu-art_list li ul li:after {
  content: '';
}

.menu-art_list li ul.diff .text {
  width: 70%;
  text-align: right;
}

.menu-art_list li.block {
  display: block;
}

.menu-art_price {
  font-size: 22px;
  letter-spacing: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: 0;
}

.menu-art_price span {
  font-size: 14px;
  display: inline-block;
}

.menu-art_price small {
  display: block;
  font-size: 1.2rem;
}

.menu-art_note {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: 0;
}

.menu-art.last {
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .tabs li {
    font-size: 1.2rem;
  }
  .tabs li span {
    font-size: 0.8rem;
  }
  .tab-title {
    font-size: 2.5rem;
    width: 17rem;
    height: 17rem;
    margin: 4rem auto;
  }
  .menu-art {
    display: block;
    padding: 1.5rem;
    max-width: 440px;
    margin: 0 auto 4rem;
    margin-bottom: 35px;
  }
  .menu-art.last {
    margin-bottom: 0;
  }
  .menu-art_lbl {
    margin-bottom: 2rem;
  }
  .menu-art_title {
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
  .menu-art_thumb {
    width: 100%;
    margin: 0 0 3rem 0;
  }
  .menu-art_ctn {
    width: 100%;
  }
  .menu-art_list {
    margin-bottom: 2rem;
  }
  .menu-art_price {
    position: static;
  }
  .menu-art_note {
    position: static;
  }
}
