@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Ubuntu:wght@400;500;700&display=swap");
main .title-main {
  font-size: 30px;
  font-weight: bold;
  color: #004880;
}
@media only screen and (max-width: 767px) {
  main .title-main {
    font-size: 20px;
  }
}

.shop-area {
  margin-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .shop-area {
    margin-bottom: 20px;
  }
}
.shop-area .heading-wrap {
  color: #D4AF37;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .shop-area .heading-wrap {
    padding: 0 15px;
    margin-bottom: 30px;
  }
}
.shop-area .heading-wrap .title-1 {
  font-size: 26px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .shop-area .heading-wrap .title-1 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.shop-area .heading-wrap .tel-item {
  position: relative;
  border-top: 2px solid #D4AF37;
  padding: 16px 25px 10px;
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  .shop-area .heading-wrap .tel-item {
    border-bottom: 2px solid #D4AF37;
    pointer-events: none;
  }
}
@media only screen and (max-width: 767px) {
  .shop-area .heading-wrap .tel-item {
    background: #ffffff;
    background: linear-gradient(180deg, white 0%, #fcfcfc 90%, whitesmoke 100%);
    border: 1px solid #D4AF37;
    border-radius: 10px;
    display: block;
    width: 80%;
    max-width: 330px;
    box-sizing: border-box;
    padding: 5px 5px 10px;
    margin: auto;
  }
}
.shop-area .heading-wrap .tel-item .text-1 {
  letter-spacing: 0.05em;
  font-size: 18px;
  color: #D4AF37;
}
@media print, screen and (min-width: 768px) {
  .shop-area .heading-wrap .tel-item .text-1 {
    position: absolute;
    top: -0.9em;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .shop-area .heading-wrap .tel-item .text-1 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.shop-area .heading-wrap .tel-item .text-2 {
  font-family: Ubuntu, sans-serif;
  font-size: 41px;
  font-weight: bold;
  color: #D4AF37;
  display: flex;
  gap: 10px;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .shop-area .heading-wrap .tel-item .text-2 {
    letter-spacing: 0.05em;
  }
}
@media only screen and (max-width: 767px) {
  .shop-area .heading-wrap .tel-item .text-2 {
    font-size: min(30px, calc((30 / 375) * 100vw));
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .shop-area .heading-wrap .tel-item .text-2 img {
    width: min(25px, calc((25 / 375) * 100vw));
    margin-top: -3px;
  }
}
.shop-area .map-wrap {
  background: url("../contact/img/map-img.jpg?01") no-repeat top center/cover;
  margin: 0 auto;
  width: max(calc((1120 / 1260) * 100vw), 1120px);
  aspect-ratio: 1120 / 586;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .shop-area .map-wrap {
    width: 100%;
  }
}
.shop-area .map-wrap .pin {
  position: absolute;
  color: #004880;
  font-size: 21px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .shop-area .map-wrap .pin {
    width: max(calc((110 / 1260) * 100vw), 110px);
  }
}
@media only screen and (max-width: 767px) {
  .shop-area .map-wrap .pin {
    font-size: 14px;
  }
}
.shop-area .map-wrap .pin a {
  color: #004880;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.shop-area .map-wrap .pin img {
  width: max(calc((84 / 1260) * 100vw), 84px);
}
@media only screen and (max-width: 767px) {
  .shop-area .map-wrap .pin img {
    width: max(calc((35 / 375) * 100vw), 35px);
  }
}
.shop-area .map-wrap .pin-1 {
  top: max(calc((100 / 1260) * 100vw), 100px);
  left: max(calc((190 / 1260) * 100vw), 190px);
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .shop-area .map-wrap .pin-1 {
    top: max(calc((26 / 375) * 100vw), 0px);
    left: max(calc((68 / 375) * 100vw), 0px);
  }
}
.shop-area .map-wrap .pin-2 {
  top: max(calc((110 / 1260) * 100vw), 110px);
  left: max(calc((580 / 1260) * 100vw), 580px);
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .shop-area .map-wrap .pin-2 {
    top: max(calc((30 / 375) * 100vw), 0px);
    left: max(calc((195 / 375) * 100vw), 0px);
  }
}
.shop-area .map-wrap .pin-3 {
  top: max(calc((40 / 1260) * 100vw), 40px);
  left: max(calc((870 / 1260) * 100vw), 870px);
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .shop-area .map-wrap .pin-3 {
    top: max(calc((10 / 375) * 100vw), 0px);
    left: max(calc((290 / 375) * 100vw), 0px);
  }
}
.shop-area .shop-wrapper {
  background-color: #fff;
  padding: 33px;
  border-radius: 30px;
  margin-top: -70px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .shop-area .shop-wrapper {
    min-width: 1066px;
  }
}
@media only screen and (max-width: 767px) {
  .shop-area .shop-wrapper {
    padding: 40px 15px;
    margin-top: -35px;
  }
}
.shop-area .shop-info-wrap {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .shop-area .shop-info-wrap {
    flex-direction: column;
    gap: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .shop-area .info-item {
    max-width: 50%;
  }
}
.shop-area .info-item .photo-wrap {
  margin-bottom: 10px;
}
.shop-area .info-item .photo-wrap img {
  border-radius: 15px;
}
.shop-area .info-item .text-wrap .title-1 {
  color: #004880;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.shop-area .info-item .text-wrap .map-link img {
  filter: contrast(0) brightness(0.5);
}
@media print, screen and (min-width: 768px) {
  .shop-area .info-item .text-wrap .tel-link {
    pointer-events: none;
  }
}
@media only screen and (max-width: 767px) {
  .shop-area .info-item .text-wrap .tel-link {
    background: #ffffff;
    background: linear-gradient(180deg, white 0%, #fcfcfc 90%, whitesmoke 100%);
    border: 1px solid #D4AF37;
    border-radius: 10px;
    font-weight: bold;
    color: #D4AF37;
    padding: 0.4em 1em 0.5em;
    display: inline-block;
    border-radius: 5px;
    margin: 10px 0;
  }
}

.form-block {
  background-color: #E5EEF5;
  padding: 70px 0;
}
@media only screen and (max-width: 767px) {
  .form-block {
    padding: 40px 0;
  }
}
.form-block .heading-wrap {
  text-align: center;
}
.form-block .heading-wrap .title-main {
  margin-bottom: 30px;
}
.form-block .heading-wrap .text-1 {
  font-weight: bold;
  letter-spacing: 0.05em;
}

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