/*! Writen  by SCSS */
.contents_wrap::before {
  content: "";
  display: block;
  position: fixed;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  height: 100lvh;
  background: url("../images/shop/bg.webp") top center/cover no-repeat; }

footer {
  position: relative;
  z-index: 4; }

.sec_shop {
  padding-bottom: clamp(25px, 3.34%, 40px); }
  @media screen and (max-width: 480px) {
    .sec_shop {
      padding-bottom: 40px; } }

.sec_shop_main {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px; }
  @media screen and (max-width: 480px) {
    .sec_shop_main {
      width: 100%;
      flex-direction: column;
      gap: 25px 0; } }
  .sec_shop_main .main_lead_wrap {
    width: 41.67%;
    margin-top: 8.34%; }
    @media screen and (max-width: 480px) {
      .sec_shop_main .main_lead_wrap {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 0; } }
    .sec_shop_main .main_lead_wrap .main_head {
      max-width: 444px;
      width: 88.8%; }
    .sec_shop_main .main_lead_wrap .lead_lg {
      max-width: 470px;
      margin-top: 1em;
      padding-top: 1em;
      border-top: 2px solid #21336c; }
    .sec_shop_main .main_lead_wrap .read {
      margin-top: 2em;
      line-height: 2.5;
      letter-spacing: -0.05em; }
      @media screen and (max-width: 480px) {
        .sec_shop_main .main_lead_wrap .read {
          line-height: 2;
          margin-top: 1em; } }
  .sec_shop_main .shop_map {
    max-width: 846px;
    width: 70.5%;
    margin-left: -20.5%; }
    @media screen and (max-width: 480px) {
      .sec_shop_main .shop_map {
        width: 100%;
        margin-left: 0; } }

.shop_list {
  display: grid;
  align-items: start;
  align-content: start;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 3.33%; }
  @media screen and (max-width: 480px) {
    .shop_list {
      grid-template-columns: 1fr;
      gap: 30px 0; } }
  .shop_list .item .item_head {
    font-size: clamp(16px, 1.61vw, 20px);
    line-height: 1;
    padding-left: 0.8em;
    border-left: 1px solid;
    margin-bottom: 0.8em; }
    @media screen and (max-width: 480px) {
      .shop_list .item .item_head {
        line-height: 1.4; } }
  .shop_list .item .image_wrap {
    display: grid;
    justify-content: space-between;
    align-items: start;
    align-content: start;
    grid-auto-flow: dense;
    grid-template-columns: 71.9% 26.38%;
    gap: clamp(3px, 0.84vw, 10px) 0;
    margin-bottom: 20px; }
    .shop_list .item .image_wrap .image_row {
      grid-row: span 2; }
    .shop_list .item .image_wrap .image_wide {
      grid-column: span 2; }
  .shop_list .item .text_wrap {
    position: relative; }
    .shop_list .item .text_wrap .item_name {
      display: flex;
      align-items: baseline;
      font-size: clamp(16px, 1.61vw, 20px);
      line-height: 1;
      gap: 0.5em;
      margin-bottom: 0.5em; }
      .shop_list .item .text_wrap .item_name .number {
        flex-shrink: 0;
        width: 1.9em;
        display: flex;
        justify-content: center;
        padding-top: 0.4em;
        padding-bottom: 1em;
        color: #fff;
        background-image: url("../images/shop/number_bg.svg");
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 1.9em auto; }
        @media screen and (max-width: 480px) {
          .shop_list .item .text_wrap .item_name .number {
            width: 1.5em;
            padding-top: 0.2em;
            padding-bottom: 0.8em;
            background-size: 100% auto; } }
    .shop_list .item .text_wrap .read {
      line-height: 1.63; }
    .shop_list .item .text_wrap .data_text {
      font-size: clamp(10px, 0.96vw, 12px);
      line-height: 1.67;
      margin-top: 1.66em;
      padding-top: 1.66em;
      border-top: 1px solid; }
  .shop_list .item.item03 .image_wrap, .shop_list .item.item04 .image_wrap, .shop_list .item.item06 .image_wrap, .shop_list .item.item07 .image_wrap {
    grid-template-columns: 67.25% 31.04%; }
  .shop_list .item.item01 .sub_image {
    max-width: 138px;
    width: 23.8%;
    z-index: 1;
    position: absolute;
    right: -0.68%;
    bottom: 0;
    margin-bottom: -4.31%; }
    @media screen and (max-width: 480px) {
      .shop_list .item.item01 .sub_image {
        width: 30%; } }
    .shop_list .item.item01 .sub_image img {
      display: block;
      line-height: 0;
      border-radius: 100%; }
  .shop_list .item.item02 .text_inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    .shop_list .item.item02 .text_inner .text_box {
      width: 43.11%; }
      @media screen and (max-width: 480px) {
        .shop_list .item.item02 .text_inner .text_box {
          width: 60%; } }
    .shop_list .item.item02 .text_inner .image {
      max-width: 302px;
      width: 52.07%; }
      @media screen and (max-width: 480px) {
        .shop_list .item.item02 .text_inner .image {
          width: 38%; }
          .shop_list .item.item02 .text_inner .image img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: 70% bottom;
            aspect-ratio: 1 / 1; } }
  .shop_list .item.item03 .read {
    width: 70.69%; }
  .shop_list .item.item03 .sub_image {
    max-width: 149px;
    width: 25.69%;
    z-index: 1;
    position: absolute;
    right: -2.58%;
    top: 10%;
    margin-top: -6.03%; }
    @media screen and (max-width: 480px) {
      .shop_list .item.item03 .sub_image {
        top: 0;
        margin-top: 10%; } }
  .shop_list .item.item06 .sub_image {
    max-width: 192px;
    width: 33.11%;
    z-index: 1;
    position: absolute;
    right: -3.27%;
    bottom: 0;
    margin-bottom: -6.03%; }
    @media screen and (max-width: 480px) {
      .shop_list .item.item06 .sub_image {
        margin-bottom: 5%; } }
  .shop_list .item.item05 .image_wrap {
    grid-template-columns: 58.45% 39.83%; }
  .shop_list .item.item08 .image_wrap {
    grid-template-columns: 43.28% 55%; }

.button_location {
  max-width: 330px;
  width: 100%;
  margin-top: clamp(30px, 4.17%, 50px);
  margin-inline: auto;
  font-size: clamp(16px, 5.4vw, 20px);
  line-height: 1; }
  .button_location a {
    display: flex;
    align-items: center;
    color: #fff;
    background: #21336c;
    padding: 0.6em 0.7em;
    gap: 1em;
    transition: opacity 0.3s ease-in-out; }
    @media (hover: hover) {
      .button_location a:hover {
        opacity: 0.7; } }
    .button_location a .text {
      margin-left: auto; }
    .button_location a::after {
      content: "";
      display: block;
      width: 2em;
      height: 0.4em;
      border-right: 1px solid;
      border-bottom: 1px solid;
      transform: skewX(45deg); }

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