@charset "UTF-8";
@media screen and (min-width:1104px) {
  #js-store-detail.-loading {
    min-height: 100vh;
  }
  .gp-store {
    font-family: "YuGothicM", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .gp-store-container {
    width: 1000px;
    margin: 0 auto;
  }
  .gp-store-hero {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
  }
  .gp-store-hero img {
    width: 69.4%;
    height: auto;
    margin-left: auto;
  }
  .gp-store-name {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 14px 14px 14px 0;
    background-color: #fff;
    z-index: 1;
  }
  .gp-store-name_addr {
    font-size: 24px;
  }
  .gp-store-name_store {
    font-size: 38px;
    font-weight: bold;
  }
  .gp-store-img {
    grid-column: 2/4;
    grid-row: 1/4;
  }
  .gp-store-img img {
    width: auto;
    height: 100%;
  }
  .gp-store-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10px;
    margin-bottom: 60px;
  }
  .gp-store-tags li {
    display: inline-flex;
    align-items: center;
    height: 36px;
    padding: 0 20px;
    background-color: #fbf1d4;
    color: #b44c00;
    border-radius: 3px;
  }
  .gp-store-desc {
    margin-bottom: 87px;
    font-size: 24px;
  }
  .gp-store-info {
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 185px;
  }
  .gp-store-info th, .gp-store-info td {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    font-size: 24px;
  }
  .gp-store-info tr:last-of-type th, .gp-store-info tr:last-of-type td {
    border-bottom: none;
  }
  .gp-store-info th {
    width: 200px;
    font-weight: bold;
  }
}
@media screen and (max-width:1103px) {
  #js-store-detail.-loading {
    min-height: 100vh;
  }
  .gp-store-container {
    padding: 0 0.6rem;
  }
  .gp-store-hero {
    display: flex;
    align-items: center;
    margin-bottom: 1.3333333333rem;
  }
  .gp-store-hero img {
    width: 66.9238187078%;
    height: auto;
    margin-left: auto;
  }
  .gp-store-name {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0.4666666667rem 0.4666666667rem 0.4666666667rem 0;
    background-color: #fff;
    z-index: 1;
  }
  .gp-store-name_addr {
    font-size: 0.8rem;
  }
  .gp-store-name_store {
    font-size: 1.2666666667rem;
    font-weight: bold;
  }
  .gp-store-img {
    grid-column: 2/4;
    grid-row: 1/4;
  }
  .gp-store-img img {
    width: 100%;
    height: auto;
  }
  .gp-store-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3333333333rem 0.3333333333rem;
    margin-bottom: 2rem;
  }
  .gp-store-tags li {
    display: inline-flex;
    align-items: center;
    height: 1.2rem;
    padding: 0 0.6666666667rem;
    border-radius: 0.1rem;
    background-color: #fbf1d4;
    color: #b44c00;
    font-size: 0.5333333333rem;
  }
  .gp-store-desc {
    margin-bottom: 2.6666666667rem;
    font-size: 0.8rem;
  }
  .gp-store-info {
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 6.1666666667rem;
  }
  .gp-store-info th, .gp-store-info td {
    padding: 0.6666666667rem 0;
    border-bottom: 1px solid #ddd;
    font-size: 0.8rem;
  }
  .gp-store-info tr:last-of-type th, .gp-store-info tr:last-of-type td {
    border-bottom: none;
  }
  .gp-store-info th {
    width: 6.6666666667rem;
    font-weight: bold;
  }
}
