
.shop_information_wrap {
    padding: 5%;
    background: #ecf5fb;
  }
  .shop_information_wrap > div {
    padding: 3%;
    background: #fff;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px;
  }
  .shop_information_wrap > div > a {
    margin-top: 5%;
  }
  .shop_information_wrap > div h2 {
    font-size: 3vw;
    font-weight: bold;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .shop_information_wrap > div h2:before {
    content: attr(title) " ";
    font-size: 1.5vw;
  }
  .shop_information_wrap > div h2 + p {
    margin: 20px 0 0;
    text-align: center;
  }
  .shop_information_wrap > div h2 + p span {
    padding: 10px 30px;
    background: #ffff05;
    font-size: 2vw;
    font-weight: bold;
    display: inline-block;
  }
  .shop_information_wrap > div > section {
    margin: 5% 0 0;
  }
  .shop_information_wrap > div > section h3 {
    font-size: 1.5vw;
    font-weight: bold;
    text-align: center;
  }
  .shop_information_wrap > div > section > dl {
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    -webkit-align-items: stretch;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    border-top: 1px solid #b4b4b5;
  }
  .shop_information_wrap > div > section > dl:first-of-type {
    margin: 3% 0 0;
  }
  .shop_information_wrap > div > section > dl > dt {
    padding: 20px;
    background: #fcf5e1;
    flex: 0 0 120px;
    -webkit-flex: 0 0 120px;
  }
  .shop_information_wrap > div > section > dl > dd {
    flex: 1 1;
    -webkit-flex: 1 1;
    margin: 0 0 0 20px;
    padding: 20px 20px 20px 0;
  }
  .shop_information_wrap > div > section > dl > dd ul li:nth-of-type(n+2) {
    margin: 10px 0 0;
  }
  .shop_information_wrap > div > section > dl > dd > a {
    padding: 0 0 0 25px;
    margin: 5px 0 0;
    position: relative;
    display: block;
    color: #0000ff;
    text-decoration: underline;
  }
  .shop_information_wrap > div > section > dl > dd > a:before {
    content: "";
    background: url("../img/btn/arrow.png") no-repeat center / contain;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .shop_information_wrap > div > section > .map {
    margin: 3% 0 0;
    position: relative;
    width: 100%;
    padding-top: 70%;
  }
  .shop_information_wrap > div > section > .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* ===================================================================
          shop_information
=================================================================== */
@media screen and (max-width: 834px){
    .shop_information_wrap > div h2 {
      font-size: 5vw;
    }
    .shop_information_wrap > div h2 + p {
      margin: 10px 0 0;
    }
    .shop_information_wrap > div > section h3 {
      font-size: 3vw;
    }
  }
  @media screen and (max-width: 414px){
    .shop_information_wrap > div h2 {
      font-size: 7vw;
    }
    .shop_information_wrap > div h2::before {
      content: attr(title) " ";
      font-size: 3.5vw;
    }
    .shop_information_wrap > div h2 + p span {
      font-size: 4vw;
    }
    .shop_information_wrap > div > section h3 {
      font-size: 5vw;
    }
    .shop_information_wrap > div > section {
      margin: 7% 0 0;
    }
    .shop_information_wrap > div > section > dl:first-of-type {
      margin: 5% 0 0;
    }
    .shop_information_wrap > div > section > dl > dt {
      padding: 10px 15px;
      flex: 0 0 100px;
      -webkit-flex: 0 0 100px;
    }
    .shop_information_wrap > div > section > dl > dd {
      margin: 0 0 0 10px;
      padding: 10px 10px 10px 0;
    }
    .shop_information_wrap > div > section > dl > dd {
      margin: 0 0 0 10px;
      padding: 10px 10px 10px 0;
      font-weight: normal;
      font-size: 13px;
      letter-spacing: -0.08em;
    }
    .shop_information_wrap > div > section > dl > dt {
      padding: 10px 10px;
      flex: 0 0 75px;
      -webkit-flex: 0 0 75px;
      font-size: 12px;
      letter-spacing: -0.05em;
    }
  }