body {
  background: #f7f7f7; }

.shop {
  padding-top: 86px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .shop {
      padding-top: 40px; } }
  .shop::before {
    content: "";
    display: block;
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/gift/bg.png") no-repeat;
    background-size: cover;
    z-index: -1; }
    @media screen and (max-width: 767px) {
      .shop::before {
        height: 180px;
        background: url("../images/gift/bg-sp.png") no-repeat;
        background-size: cover; } }
  .shop.takeout::before {
    background: url("../images/takeout/bg.png") no-repeat;
    background-size: cover; }
    @media screen and (max-width: 767px) {
      .shop.takeout::before {
        background: url("../images/takeout/bg-sp.png") no-repeat;
        background-size: cover; } }
  .shop__wrapper {
    width: 1200px;
    margin: 82px auto 0;
    background: #fff;
    border-radius: 40px 0 0 0;
    padding: 70px 101px 101px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .shop__wrapper {
        width: 92%;
        margin: 18px auto 0;
        border-radius: 20px 0 0 0;
        background: none;
        padding: 0; } }
  .shop__ttl {
    font-size: 42px;
    font-family: "VenusSB-MediumExtended", sans-serif;
    color: #fff;
    text-align: center;
    letter-spacing: 0.06em; }
    @media screen and (max-width: 767px) {
      .shop__ttl {
        width: 100%;
        font-size: 27px;
        line-height: 1.3; } }
  .shop__subttl {
    text-align: center;
    font-size: 16px;
    font-family: "VenusSB-MediumExtended", sans-serif;
    color: #fff;
    margin-top: 10px;
    letter-spacing: 0.15em; }
    @media screen and (max-width: 767px) {
      .shop__subttl {
        font-size: 12px;
        margin-top: 3px; } }
  @media screen and (max-width: 767px) {
    .shop__floormap {
      background: #fff;
      border-radius: 20px 0 0 0;
      padding: 30px 29px; } }
  @media screen and (max-width: 767px) {
    .shop__floormap__link {
      color: #231815;
      font-size: 13px;
      text-align: center;
      display: block;
      background: #ffe100;
      border-radius: 100px;
      padding: 16px 0;
      position: relative; } }
  @media screen and (max-width: 767px) {
    .shop__floormap__link::after {
      content: "";
      display: block;
      width: 18px;
      height: 18px;
      background: url("../images/shoprestaurant/floormap_icon.png") no-repeat;
      background-size: contain;
      position: absolute;
      top: 50%;
      right: 17px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); } }
  .shop__list {
    margin-top: 70px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: none; }
    .shop__list.active {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-animation: fadeIn 0.4s linear forwards;
              animation: fadeIn 0.4s linear forwards; }
    @media screen and (max-width: 767px) {
      .shop__list {
        margin-top: 30px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .shop .conts_bt {
    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;
    width: 100%;
    text-align: left;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #f8f8f8;
    max-width: 100%;
    margin: 0;
    z-index: 10;
    position: relative; }
    @media screen and (max-width: 767px) {
      .shop .conts_bt {
        background: #fff; } }
    .shop .conts_bt p {
      width: 100%; }
    .shop .conts_bt .itemname {
      font-size: 14px;
      line-height: 18px; }
    .shop .conts_bt .prise,
    .shop .conts_bt .txt,
    .shop .conts_bt .place {
      font-size: 12px;
      line-height: 16px;
      margin-top: 5px; }
    .shop .conts_bt .tag {
      font-size: 11px;
      line-height: 22px;
      margin-top: 5px; }
      .shop .conts_bt .tag span {
        background: #ffe100;
        padding: 2px;
        display: inline-block;
        margin: 0 2px 2px 0; }
  .shop .w-btn {
    width: 100%; }
  .shop .thum {
    position: relative;
    overflow: hidden;
    border-radius: 40px 0 0 0; }
    .shop .thum img {
      display: block;
      width: 100%; }
    .shop .thum .thum-img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
              transform: translateY(-50%) translateX(-50%); }
    .shop .thum .fill-img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
              transform: translateY(-50%) translateX(-50%);
      opacity: 0.5;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      -webkit-filter: blur(3px);
              filter: blur(3px);
      opacity: 0.6; }
  .shop .guide__hours__btn {
    width: 100%;
    text-align: left;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      .shop .guide__hours__btn {
        margin-top: 0; } }
  .shop .guide__hours__btn__link {
    width: 100%;
    margin-top: 20px;
    text-align: left;
    display: block;
    font-size: 14px;
    color: #231815;
    text-align: center;
    background: #ffe100;
    padding: 12px 0;
    border-radius: 40px;
    margin: 0 auto;
    letter-spacing: 0.1em;
    position: relative; }
    .shop .guide__hours__btn__link:nth-last-of-type(1) {
      margin-top: 10px; }
    @media screen and (max-width: 767px) {
      .shop .guide__hours__btn__link {
        font-size: 12px;
        width: 100%;
        margin-top: 20px; }
        .shop .guide__hours__btn__link.modal-btn {
          text-align: left;
          padding-left: 18%;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box; }
        .shop .guide__hours__btn__link:nth-last-of-type(1) {
          margin-top: 10px; } }
  .shop .guide__hours__btn__link::after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: url(../images/facility/btn_icon.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .shop .tabBtn-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;
    width: 100%;
    text-align: left; }
    .shop .tabBtn-list li {
      width: 25%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      font-size: 14px;
      line-height: 40px;
      text-align: center;
      cursor: pointer;
      border-right: 1px solid #000; }
      @media screen and (max-width: 767px) {
        .shop .tabBtn-list li {
          width: 49%;
          background: #dddddd;
          border: none !important; }
          .shop .tabBtn-list li:nth-child(3), .shop .tabBtn-list li:nth-child(4) {
            margin-top: 2%; } }
      .shop .tabBtn-list li:first-child {
        border-left: 1px solid #000; }
      .shop .tabBtn-list li:hover {
        background: #000;
        color: #fff;
        position: relative; }
        .shop .tabBtn-list li:hover::after {
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          content: " ";
          position: absolute;
          bottom: -5px;
          left: 0;
          right: 0;
          margin: auto;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 10px 7.5px 0 7.5px;
          border-color: #000000 transparent transparent transparent; }
          @media screen and (max-width: 767px) {
            .shop .tabBtn-list li:hover::after {
              display: none; } }
      .shop .tabBtn-list li.active {
        background: #000;
        color: #fff;
        position: relative;
        cursor: auto; }
        .shop .tabBtn-list li.active::after {
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          content: " ";
          position: absolute;
          bottom: -5px;
          left: 0;
          right: 0;
          margin: auto;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 10px 7.5px 0 7.5px;
          border-color: #000000 transparent transparent transparent; }
          @media screen and (max-width: 767px) {
            .shop .tabBtn-list li.active::after {
              display: none; } }
  .shop__item {
    width: 23%;
    margin-bottom: 40px;
    margin-right: calc(8% / 3);
    background-color: #f8f8f8; }
    .shop__item:nth-child(4n) {
      margin-right: 0; }
    .shop__item a {
      display: block;
      color: #000;
      background-color: #fff; }
    @media screen and (max-width: 767px) {
      .shop__item {
        width: 49%;
        margin-bottom: 20px;
        margin-right: 0 !important;
        background-color: #fff; }
        .shop__item a {
          background-color: #f8f8f8; } }
    .shop__item__logo {
      background: #fff;
      width: 120px;
      height: auto;
      border-radius: 15px 0 0 0;
      position: relative; }
      @media screen and (max-width: 767px) {
        .shop__item__logo {
          background: #f8f8f8;
          border-radius: 0;
          width: 90px;
          height: 90px; } }
      .shop__item__logo__img {
        position: absolute;
        top: 50%;
        right: 50%;
        -webkit-transform: translate(50%, -50%);
                transform: translate(50%, -50%);
        max-width: 80%;
        max-height: 80%; }
    .shop__item__detail {
      width: calc(100% - 140px); }
      @media screen and (max-width: 767px) {
        .shop__item__detail {
          width: calc(100% - 100px); } }
    .shop__item__floor {
      font-size: 20px;
      font-family: "VenusSB-MediumExtended", sans-serif;
      display: inline-block;
      padding: 0 3px;
      background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(0%, #ffe100)) repeat scroll 0 0;
      background: rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #ffe100 0%) repeat scroll 0 0;
      color: #393432; }
      @media screen and (max-width: 767px) {
        .shop__item__floor {
          font-size: 15px;
          padding: 0 1px; } }
    .shop__item__shopname {
      color: #231815;
      font-size: 16px;
      margin-top: 10px;
      line-height: 1.5; }
      @media screen and (max-width: 767px) {
        .shop__item__shopname {
          font-size: 13px;
          margin-top: 5px; } }
    .shop__item__itemname {
      color: #696969;
      font-size: 14px;
      margin-top: 10px;
      line-height: 1.5; }
      @media screen and (max-width: 767px) {
        .shop__item__itemname {
          font-size: 13px;
          margin-top: 5px; } }

.pankuzu {
  margin-top: 142px; }
  @media screen and (max-width: 767px) {
    .pankuzu {
      margin-top: 45px; } }

.footer .copyright::before {
  display: none; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.modal-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 10000;
  display: none; }
  .modal-area .modal-area-in {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    max-width: 600px;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .modal-area .modal-area-in {
        max-width: calc(100% - 40px); } }
    .modal-area .modal-area-in .closeBtn {
      width: 50px;
      height: 50px;
      position: relative;
      cursor: pointer;
      margin: 0 0 10px auto;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
      @media screen and (max-width: 767px) {
        .modal-area .modal-area-in .closeBtn {
          width: 25px;
          height: 25px;
          margin-bottom: 5px; } }
      .modal-area .modal-area-in .closeBtn::after {
        content: " ";
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        width: 100%;
        height: 2px;
        background: #fff; }
      .modal-area .modal-area-in .closeBtn::before {
        content: " ";
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        width: 2px;
        height: 100%;
        background: #fff; }
    .modal-area .modal-area-in .modal-detail {
      width: 100%;
      padding: 60px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      background: #fff; }
      @media screen and (max-width: 767px) {
        .modal-area .modal-area-in .modal-detail {
          padding: 30px 20px; } }
      .modal-area .modal-area-in .modal-detail .guide__hours__btn__link {
        padding: 25px 30px;
        max-width: 430px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 100%;
        margin: 20px auto 0 auto; }
        .modal-area .modal-area-in .modal-detail .guide__hours__btn__link:first-child {
          margin: 0 auto; }
        @media screen and (max-width: 767px) {
          .modal-area .modal-area-in .modal-detail .guide__hours__btn__link {
            max-width: 100%;
            padding: 20px 30px; } }
        .modal-area .modal-area-in .modal-detail .guide__hours__btn__link.tel_link {
          margin-top: 10px; }
      .modal-area .modal-area-in .modal-detail .guide__hours__btn__link::after {
        width: 27px;
        height: 27px; }
        @media screen and (max-width: 767px) {
          .modal-area .modal-area-in .modal-detail .guide__hours__btn__link::after {
            width: 20px;
            height: 20px; } }
      .modal-area .modal-area-in .modal-detail .tel {
        text-align: center;
        font-size: 16px;
        line-height: 21px;
        padding-top: 30px;
        border-top: 1px solid #dedede;
        max-width: 430px;
        margin: 30px auto 0 auto; }
        @media screen and (max-width: 767px) {
          .modal-area .modal-area-in .modal-detail .tel {
            display: none; } }
        .modal-area .modal-area-in .modal-detail .tel a {
          margin-top: 10px;
          display: inline-block;
          color: #000;
          font-weight: bold;
          font-size: 30px;
          line-height: 40px;
          padding-left: 40px;
          background: url("../images/reservation/ico_tel.png") no-repeat center left;
          background-size: 28px;
          text-decoration: none; }

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