@charset "UTF-8";

.mt50 {
  margin-top: 50px;
}

.tar {
  text-align: right;
}

.top_main .img {
  background: url(../img/menu/menu_mv.jpg) no-repeat center center;
  background-size: cover;
  width: 83%;
  height: 30em;
}

.menu {
  margin-top: 5em;
  margin-bottom: 5em;
}


.menu h3 {
  font-size: 2.4rem;
}

.menu h3 span {
  display: block;
  font-size: 1.6rem;
  font-family: Arial;
  color: #ccc;
  font-weight: bold;
}

.menu .wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding: 0 0 25px 15px;
}

.menu .wrap .common-menu-list,
.menu .wrap .harajuku-menu-list,
.menu .wrap .omotesando-menu-list {
  flex-basis: 65%;
}

.menu .wrap .bg-gray {
  background-color: #F9FBFB;
  padding: 50px 0;
}

.menu table {
  width: 80%;
  margin: 0 auto;
}

.menu table th,
.menu table td {
  text-align: left;
  vertical-align: middle;
}

@media all and (min-width: 768px) {
  font-size: 1.6rem;
}

.menu table th {
  width: 40%;
}

.menu table td {
  width: 30%;
}

.menu table th span {
  display: block;
  font-size: 1.2rem;
}

.menu .tsuiki {
  margin-top: 20px;
  font-size: 1.4rem;
  padding-left: 10%;

}

hr {
  margin-top: 30px;
  margin-bottom: 45px;
  border: none;
  overflow: inherit;
  border-top: 1px solid #ccc;
  text-align: center;
  position: relative;
}

hr:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 10px;
  top: -1px;
  width: 5px;
  height: 1px;
  background: #FF76CD;
}

hr:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0px;
  top: -1px;
  width: 10px;
  height: 1px;
  background: #000;
}


@media all and (max-width: 767px) {
  .menu {
    margin-top: 6em;
    margin-bottom: 5em;
  }

  .menu h3 {
    text-align: center;
    margin-bottom: 30px;
  }

  .menu .wrap {
    display: block;
  }

  .menu .wrap .common-menu-list,
  .menu .wrap .harajuku-menu-list,
  .menu .wrap .omotesando-menu-list {
    width: 100%;
  }

  .menu table {
    width: 95%;
  }

  .menu table th {
    width: 60%;
  }

  .menu table td {
    width: 20%;
  }

  .menu .bg-gray .tsuiki {
    padding-left: 0;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

}

body.menu {
  margin-top: 5em;
  margin-bottom: 0em;
}
