#page-wishlist {
  @media (min-width: $grid-float-breakpoint) {
    .container {
      max-width: 1032px;
      padding: 0 10px;
    }
    section {
      margin: 55px 0px 315px;
    }
    h2 {
      text-align: center;
      font-size: 30px;
      font-family: $font-reemKufi;
      font-weight: normal;
      margin: 0 0 1.2em;
      color: $color-brown-txt;
      &::first-letter {
        color: #ff6955;
      }
      &:after {
        content: "お気に入り一覧";
        display: block;
        font-size: 16px;
        color: $color-brown-txt;
      }
    }
    .items {
      margin: 0 0 67px;
    }
    .item {
      .bottom-inner {
        margin: 0 0 28px;
        .favorite {
          right: 12px;
          bottom: 3px;
        }
      }
    }
    .amount {
      line-height: 1;
      margin: 0 0 6px;
    }
    a {
      &.btn-reservation {
        font-size: 16px;
        background-color: #41392d;
        width: 200px;
        margin: 0 auto;
        padding: 16px;
        color: #fff;
        text-align: center;
      }
      &.btn-mypage {
        color: #000;
        font-size: 14px;
        width: 143px;
        text-align: center;
        padding: 9px;
        display: inline-block;
        border: 1px solid #000;
        position: relative;
        transform: translateX(6px);
        > span {
          display: inline-block;
          height: 5px;
          width: 15px;
          border-bottom: 1px solid #000;
          position: absolute;
          top: 15px;
          left: 13px;
          &:before {
            content: "";
            border-left: 1px solid #000;
            height: 5px;
            position: absolute;
            left: 2px;
            bottom: -1px;
            transform: rotate(45deg);
          }
        }
      }
    }
  }
  @media (max-width: $grid-float-breakpoint-max) {
    section {
      margin: 50px auto 90px;
    }
    h2 {
      display: none;
    }
    .items {
      margin-bottom: 34px;
    }
    .item {
      .title {
        margin: 0 0 -5px;
      }
      .amount {
        margin: 0 0 3px;
      }
    }
    .bottom-inner {
      position: relative;
      margin: 0 0 26px;
      .favorite {
        right: 10px;
      }
    }
    a {
      &.btn-reservation {
        font-size: 14px;
        background-color: #41392d;
        margin: 0 auto;
        padding: 18px;
        color: #fff;
        text-align: center;
      }
      &.btn-mypage {
        color: #000;
        font-size: 14px;
        width: 153px;
        text-align: center;
        padding: 13px 10px 10px;
        display: inline-block;
        border: 1px solid #000;
        position: relative;
        > span {
          display: inline-block;
          height: 5px;
          width: 15px;
          border-bottom: 1px solid #000;
          position: absolute;
          top: 18px;
          left: 15px;
          &:before {
            content: "";
            border-left: 1px solid #000;
            height: 5px;
            position: absolute;
            left: 2px;
            bottom: -1px;
            transform: rotate(45deg);
          }
        }
      }
    }
  }
}
