@media (min-width: 768px) {
  #shopdetail .slide__wrap01 {
    max-width: 100%;
  }
}


@media (min-width: 768px) {
  .honten_shop {
    display: flex;
  }
}

@media (max-width: 767px) {
  .honten_shop div {
    text-align: center;
  }
}


@media (max-width: 767px) {
  .titleSub {
    font-size: 20px;
  }

  #shopdetail .colBox.sp__col02 {
    gap: 10px 10px;
    padding: 0;
  }
}

.new_shop_open_date {
  background-color: #d82400;
  color: #fff;
  width: fit-content;
  margin: auto;
  padding: 10px;
  border-radius: 30px;
  font-weight: bold;
}

.top_content_section .titleMain::before {
  content: none;
}

.top_content_section .titleMain--wrapper {
  margin-top: 0rem;
}

@media (min-width: 768px) {
  #shopdetail .shop__detail table tr {
    font-size: 17px;
  }
}

.phone-number {
  color: #007BFF;
  /* リンクの色を設定 */
  text-decoration: none;
  /* リンクの下線を削除 */
}


@media (max-width: 767px) {
  #jewelry .jewelrySoubaBox {
    width: calc(100%);
    margin: 2rem 0rem 0;
  }

  #jewelry .jewelrySoubaBox__form .form__answer .sumTitle {
    width: 55%;
  }
}
