@charset "utf-8";
@import url("root.css");

/***************************************
---------------- SHOP ----------------
***************************************/

.greeting {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2%;
}

@media (max-width: 767px) {
  .greeting {
    grid-template-columns: 1fr;
  }
}

.greeting_txt h3 {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding-left: 0;
  color: var(--base-color01);
  line-height: 140%;
}

.greeting_txt p {
  display: block;
  width: 100%;
  margin: 2rem auto 0;
}

.info_imgBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2rem;
  margin-bottom: 2rem;
  gap: 10px;
}

.greeting_owner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2%;
}

@media (max-width: 767px) {
  .greeting_owner {
    grid-template-columns: 1fr;
  }

  .greeting_owner .img_box {
    order: 1;
  }

  .greeting_owner .txt_box {
    order: 2;
  }
}

.greeting_owner h3 {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding-left: 1rem;
  color: var(--base-color03);
  font-size: var(--sp-fontsize_h3);
  background: var(--base-color01);
  border-bottom: 3px solid var(--sub-color03);
  margin-bottom: 20px;
}

.store_info h3 {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding-left: 1rem;
  color: var(--base-color03);
  font-size: var(--sp-fontsize_h3);
  background: var(--base-color01);
  border-bottom: 3px solid var(--sub-color03);
}

.info_imgBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.info_img {
  width: calc((100% - 20px) / 3);
}

.map {
  margin-top: var(--sp-container_space);
}

.access_imgBox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 2%;
}

@media (max-width: 767px) {
  .access_imgBox {
    grid-template-columns: repeat(2, 1fr);
  }
}

.access_imgBox li {
  background: #f5f0ff url(../img/shop/access_bg001.png) no-repeat right bottom;
  padding: 10px;
}

@media (max-width: 767px) {
  .access_imgBox li {
    background: #f5f0ff url(../img/shop/access_bg001.png) no-repeat right bottom /
      60px;
  }
}

.access_imgBox li p {
  color: var(--base-color01);
  font-weight: bold;
  position: relative;
  padding-left: 50px;
}

@media (max-width: 767px) {
  .access_imgBox li p {
    padding-left: 40px;
    font-size: 1.4rem;
  }
}

.access_imgBox li p span {
  background: var(--base-color01);
  color: #fff;
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  position: absolute;
  left: 0;
  top: 6px;
  font-size: 2rem;
}

@media (max-width: 767px) {
  .access_imgBox li p span {
    width: 30px;
    height: 30px;
    top: 6px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 1025px) {
  .page_wrap {
    padding: 30px 0;
  }
}

@media screen and (max-width: 768px) {
  .greeting_txt {
    width: 100%;
  }

  .greeting_img {
    width: 100%;
  }

  .greeting_txt p {
    margin-top: 3%;
  }

  .info_imgBox,
  .store_access {
    margin-top: 3%;
  }

  .info_imgBox {
    margin-bottom: 2rem;
  }

  .store_access dt,
  .store_access dd {
    width: 100%;
    padding: 2%;
    font-size: 0.875rem;
  }

  .store_access {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-right: 1px solid;
    border-left: 1px solid;
  }

  .store_access dt {
    border-left: 0 solid;
    border-right: 0px solid;
  }

  .store_access dt:not(:last-of-type),
  .store_access dd:not(:last-of-type) {
    border-bottom: 0 solid;
  }
}
