@charset "UTF-8";
#ShopList {
  margin-top: 62px; }
  #ShopList .title-en {
    width: 100px;
    margin: 0 auto;
    position: relative; }
  #ShopList .title-ja {
    margin-top: 20px;
    text-align: center;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: .1em; }
  #ShopList .jump {
    margin-top: 70px; }
    #ShopList .jump .btn {
      border: 1px solid black;
      box-sizing: border-box;
      width: 100%;
      height: 90px;
      position: relative;
      margin-top: 15px;
      cursor: pointer; }
      #ShopList .jump .btn p {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      #ShopList .jump .btn:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 22px;
        width: 5px;
        height: 5px;
        border-right: 1px solid black;
        border-bottom: 1px solid black;
        transform: rotate(45deg) translateY(-50%); }
  #ShopList .sec {
    text-align: left;
    margin-top: 125px; }
    #ShopList .sec h2 {
      font-weight: normal;
      font-size: 1.3em;
      letter-spacing: 0.15em;
      margin-left: calc(40/750*100%);
      margin-bottom: 49px; }
    #ShopList .sec .area {
      box-sizing: border-box; }
      #ShopList .sec .area:nth-of-type(1) {
        border-top: 1px solid grey; }
      #ShopList .sec .area.exprode .head:after {
        border-top: 1px solid black;
        border-right: 0;
        border-bottom: 0;
        border-left: 1px solid black;
        top: 28px; }
      #ShopList .sec .area.exprode .shops {
        height: auto;
        max-height: 10000px; }
      #ShopList .sec .area .head {
        position: relative;
        height: 59px;
        width: 100%;
        border-bottom: 1px solid grey; }
        #ShopList .sec .area .head:after {
          content: "";
          display: block;
          position: absolute;
          top: 24px;
          right: 26px;
          width: 7px;
          height: 7px;
          border-top: 0;
          border-right: 1px solid black;
          border-bottom: 1px solid black;
          border-left: 0;
          transform: rotate(45deg); }
        #ShopList .sec .area .head h3 {
          font-weight: normal;
          font-size: 0.9em;
          letter-spacing: 0.15em;
          position: absolute;
          top: 50%;
          left: calc(40/750*100%);
          transform: translateY(-50%); }
      #ShopList .sec .area .shops {
        height: 0;
        font-size: 0.8em;
        line-height: 1;
        overflow-y: hidden; }
        #ShopList .sec .area .shops .shop {
          margin-top: 40px;
          margin-bottom: 50px;
          position: relative; }
          #ShopList .sec .area .shops .shop:last-child {
            margin-bottom: 47px; }
          #ShopList .sec .area .shops .shop .zipcode {
            margin-top: 18px;
            letter-spacing: 0.03em; }
            #ShopList .sec .area .shops .shop .zipcode:before {
              content: "〒"; }
          #ShopList .sec .area .shops .shop .link + .address {
            margin-top: 14px; }
          #ShopList .sec .area .shops .shop .address {
            margin-top: 8px;
            letter-spacing: -0.02em;
            line-height: 1.7; }
          #ShopList .sec .area .shops .shop .tel {
            margin-top: 9px;
            letter-spacing: 0.03em; }
          #ShopList .sec .area .shops .shop .contact {
            margin-top: 19px; }
            #ShopList .sec .area .shops .shop .contact img {
              width: 34px;
              margin-right: 18px; }

.relatedPosts {
  margin-top: 125px; }

@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important; }
  .pc-only-inline {
    display: inline !important; }
  #ShopList {
    margin-top: 149px; }
    #ShopList .title-en {
      width: 138px; }
    #ShopList .title-ja {
      margin-top: 30px;
      font-size: 13px; }
    #ShopList .jump {
      display: flex;
      width: 980px;
      border: 1px solid black;
      border-right: 0;
      margin-top: 100px; }
      #ShopList .jump .btn {
        border: 0;
        border-right: 1px solid black;
        margin-top: 0;
        height: 97px;
        white-space: nowrap; }
        #ShopList .jump .btn p {
          font-size: 1.1em;
          top: 49%;
          left: 49%;
          letter-spacing: 0.2em; }
        #ShopList .jump .btn:after {
          width: 12px;
          height: 12px;
          right: 48px;
          top: 42px; }
        #ShopList .jump .btn:hover:after {
          top: 45px; }
    #ShopList .sec {
      margin: 200px auto 0;
      width: 980px; }
      #ShopList .sec:nth-of-type(1) {
        margin-top: 150px; }
      #ShopList .sec h2 {
        margin-left: 0;
        margin-bottom: 95px;
        padding: 0;
        font-size: 1.9em; }
      #ShopList .sec .area .head {
        height: 99px;
        cursor: pointer; }
        #ShopList .sec .area .head h3 {
          font-size: 1.3em;
          letter-spacing: 0.1em;
          left: 0; }
          #ShopList .sec .area .head h3:after {
            border-width: 1px; }
        #ShopList .sec .area .head:after {
          top: 43px;
          right: 12px;
          width: 11px;
          height: 11px; }
        #ShopList .sec .area .head:hover h3 {
          color: #808080; }
        #ShopList .sec .area .head:hover:after {
          top: 46px; }
      #ShopList .sec .area.exprode .head:after {
        top: 50px;
        right: 12px; }
      #ShopList .sec .area.exprode .head:hover:after {
        top: 47px; }
      #ShopList .sec .area .shops {
        font-size: 1.02em; }
        #ShopList .sec .area .shops .shop {
          margin-top: 79px;
          letter-spacing: 0.07em; }
          #ShopList .sec .area .shops .shop:first-child {
            margin-top: 50px; }
          #ShopList .sec .area .shops .shop:last-child {
            margin-bottom: 120px; }
          #ShopList .sec .area .shops .shop .link {
            font-size: 1rem;
            display: block; }
          #ShopList .sec .area .shops .shop .zipcode {
            display: inline-block;
            margin-top: 14px;
            margin-right: 11px; }
            #ShopList .sec .area .shops .shop .zipcode:before {
              font-size: 0.9em;
              margin-right: 2px; }
          #ShopList .sec .area .shops .shop .link + .address {
            margin-top: 14px; }
          #ShopList .sec .area .shops .shop .address {
            display: inline-block;
            margin-top: 14px;
            line-height: 1; }
          #ShopList .sec .area .shops .shop .tel {
            margin-top: 14px;
            letter-spacing: 0.02em; }
          #ShopList .sec .area .shops .shop .contact {
            position: absolute;
            top: 0;
            right: 0;
            margin-top: 16px; }
            #ShopList .sec .area .shops .shop .contact img {
              width: 41px;
              height: 41px;
              margin-right: 0;
              margin-left: 28px;
              display: inline;
              transition: filter 0.2s linear; }
              #ShopList .sec .area .shops .shop .contact img:hover {
                filter: invert(80%);
                transition: none; }
  .relatedPosts {
    margin-top: 180px; } }
