.phone {
  display: none;
}

main #top_photo .top_photo .photo1 .bgimg {
  background-image: url("../material/photo/top-photo/img001.webp");
}
main #store_list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 33.3333333333%);
}
main #store_list .store_ul:nth-child(-n+3) {
  border-top: 1px solid rgba(85, 85, 85, 0.231372549);
}
main #store_list .store_ul:nth-child(3n+1) {
  border-left: 1px solid rgba(85, 85, 85, 0.231372549);
}
main #store_list .store_ul {
  border-bottom: 1px solid rgba(85, 85, 85, 0.231372549);
  border-right: 1px solid rgba(85, 85, 85, 0.231372549);
  width: 100%;
  height: 750px;
}
main #store_list .store_ul .store_li {
  width: 100%;
  height: 100%;
}
main #store_list .store_ul .store_li .store_a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
main #store_list .store_ul .store_li .store_a .store-img {
  height: 60%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/4;
  margin: 35px 0;
  border-radius: 10px;
  max-width: 300px;
}
main #store_list .store_ul .store_li .store_a .list-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 15px;
  width: 90%;
  height: 100%;
  text-align: left;
  border-top: 1px solid rgba(85, 85, 85, 0.231372549);
}
main #store_list .store_ul .store_li .store_a .list-detail p {
  margin: 0;
}
main #store_list .store_ul .store_li .store_a .list-detail .store-name {
  font-size: 2rem;
  font-weight: bold;
}
main #store_list .store_ul .store_li .store_a .list-detail .store-area {
  font-size: 1rem;
  color: #555555;
}
main #store_list .store_ul .store_li .store_a .list-detail .store-address {
  font-size: 0.8rem;
  color: #555555;
}
main #title {
  max-width: 1000px;
  margin: 100px auto 0 auto;
  text-align: center;
}
main #title h2 {
  font-size: 2rem;
}
main #title .h2-phone {
  display: none;
}
main #title p {
  font-size: 1rem;
  line-height: 3rem;
}
main .section {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main .section .title,
main .section .text {
  width: 45%;
  text-align: left;
}
main .section .title {
  text-align: left;
  margin: 50px 0;
}
main .section .title h3,
main .section .title p {
  text-align: left;
}
main .section .title h3 a,
main .section .title p a {
  text-align: left;
}
main .section .title h3 {
  font-size: 3rem;
  margin: 30px 0;
  position: relative;
  display: inline-block;
}
main .section .title h3::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  margin: 0 auto;
  height: 10px;
  background-color: rgba(97, 255, 214, 0.34);
  z-index: -1;
}
main .section .title .sub-title {
  font-size: 1.5rem;
  margin: 25px 0;
}
main .section .title .phone-sub-title {
  display: none;
}
main .section .title .insta,
main .section .title .map {
  margin: 15px 0;
}
main .section .title .insta a,
main .section .title .map a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}
main .section .title .insta a img,
main .section .title .map a img {
  margin-left: 10px;
}
main .section .text {
  margin: 50px 0;
}
main .section .text .text-title {
  font-size: 1.5rem;
  position: relative;
  display: inline-block;
  margin: 10px 0;
}
main .section .text .text-title::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: 0 auto;
  height: 3px;
  background-color: rgba(97, 255, 214, 0.32);
  z-index: -1;
}
main .section .text .text-sub {
  font-size: 1.2rem;
  line-height: 2.5rem;
}
main .section .cook-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 45%);
  justify-content: space-between;
}
main .section .cook-list .list img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
main .section .cook-list .list .eat-title {
  font-size: 1.2rem;
  text-align: center;
}
main .border {
  width: 90%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  margin: 50px auto;
}

@media screen and (max-width: 1000px) {
  main .section {
    flex-direction: column;
  }
  main .section .title,
  main .section .text {
    width: 100%;
  }
  main #store_list {
    grid-template-columns: repeat(3, 50%);
  }
  main #store_list .store_ul:nth-child(-n+2) {
    border-top: 1px solid rgba(85, 85, 85, 0.231372549);
  }
  main #store_list .store_ul:nth-child(2n+1) {
    border-left: 1px solid rgba(85, 85, 85, 0.231372549);
  }
  main #store_list .store_ul {
    height: 650px;
  }
  main #store_list .store_ul .store_li {
    width: 100%;
    height: 100%;
  }
  main #store_list .store_ul .store_li .store_a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  main #store_list .store_ul .store_li .store_a .store-img {
    height: 60%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 3/4;
    margin: 35px 0;
    border-radius: 10px;
    max-width: 300px;
  }
  main #store_list .store_ul .store_li .store_a .list-detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 15px;
    width: 90%;
    height: 100%;
    text-align: left;
    border-top: 1px solid rgba(85, 85, 85, 0.231372549);
  }
  main #store_list .store_ul .store_li .store_a .list-detail p {
    margin: 0;
  }
  main #store_list .store_ul .store_li .store_a .list-detail .store-name {
    font-size: 2rem;
    font-weight: bold;
  }
  main #store_list .store_ul .store_li .store_a .list-detail .store-area {
    font-size: 1rem;
    color: #555555;
  }
  main #store_list .store_ul .store_li .store_a .list-detail .store-address {
    font-size: 0.8rem;
    color: #555555;
  }
}
@media screen and (max-width: 650px) {
  .pc {
    display: none;
  }
  .phone {
    display: block;
  }
  main #title .h2-pc {
    display: none;
  }
  main #title .h2-phone {
    display: block;
  }
  main #title p {
    line-height: 2rem;
    width: 90%;
    margin: 0 auto;
    text-align: left;
  }
  main .section .title {
    margin: 0;
  }
  main .section .title h3 {
    font-size: 2.5rem;
    margin: 0;
  }
  main .section .title .sub-title {
    margin: 15px 0;
    display: none;
  }
  main .section .title .phone-sub-title {
    display: block;
  }
  main .section .title .insta,
  main .section .title .map {
    margin: 5px 0;
    font-size: 0.8rem;
  }
  main .section .text {
    margin: 20px 0;
  }
  main .section .text .text-title {
    margin: 5px 0;
  }
  main .section .text .text-sub {
    font-size: 1rem;
    line-height: 2rem;
  }
  main .section .eat {
    grid-template-columns: repeat(1, 90%);
    justify-content: center;
    gap: 50px;
  }
  main .section .eat .eat-list p {
    text-align: center;
  }
  main .section .cook-list {
    grid-template-columns: repeat(1, 100%);
    justify-content: center;
  }
  main #store_list .store_ul {
    height: 550px;
  }
  main #store_list .store_ul .store_li .store_a .store-img {
    width: 90%;
  }
  main #store_list .store_ul .store_li .store_a .list-detail {
    row-gap: 15px;
    width: 90%;
  }
  main #store_list .store_ul .store_li .store_a .list-detail .store-name {
    font-size: 1.5rem;
  }
  main #store_list .store_ul .store_li .store_a .list-detail .store-area {
    font-size: 1rem;
  }
  main #store_list .store_ul .store_li .store_a .list-detail .store-address {
    font-size: 0.8rem;
  }
}/*# sourceMappingURL=picks.css.map */