@import url("page.css");
@import url("salon.css");

body {
overflow-x: hidden;
}
.section_title_ja {
  font-size: 16px;
}
.salon_list_shop_image .map {
  width: 100%;
  height: 320px;
}
@media (max-width: 767px) {
  .salon_list_shop_image .map {
    height: 240px;
  }
}

.contact_detail_mail > p {
  font-size: 14px;
  font-weight: 600;
}
.contact_detail_mail_wrap {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}
.contact_detail_mail .link {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
  background: #887263;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: calc((100% - 8px) / 2);
  padding: 12px 0;
}
.contact_detail_mail .text {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #c50d12;
  letter-spacing: 0.05em;
}
.contact_detail_mail .text .day {
  font-size: 20px;
  font-weight: 600;
  background: linear-gradient(transparent 70%, #ffff00 0%);
}
.contact_detail_item {
  margin-top: 40px;
  padding: 40px;
  background: rgba(255, 255, 255, 0.8);
}
.contact_detail_item .title {
  font-size: 16px;
  font-weight: 600;
}
.contact_detail_item .text {
  margin-top: 16px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2em;
}
@media (max-width: 767px) {
  .contact_detail_item {
    padding: 24px;
  }
}

/* 特定商取引法 */
.category_top_image {
  height: auto;
}
.section_company {
  width: 100%;
  height: auto;
  max-width: 1000px;
  margin: 4em auto;
}
.company_wrap {
  margin: 48px 0 24px;
  font-size: 14px;
  letter-spacing: .05em;
}
.company_wrap_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
}
.company_wrap_item:first-of-type {
  margin-top: 24px;
}
.company_wrap_item:nth-child(2n) {
  /* background: rgba(248,248,248,.2); */
  background: rgba(255, 255, 255, 0.8);
}
.company_wrap_item:nth-child(2n-1) {
  /* background: #fff; */
  background: rgba(255, 255, 255, 1);
}
.company_wrap_item:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.company_wrap dt {
  width: calc(100% - 75%);
  text-align: right;
  padding: 1em 2em;
  border-right: 1px solid #ccc;
}
.company_wrap dd {
  flex: 1;
  padding: 1em 2em;
}
@media (max-width: 767px) {
  .section_company {
      width: 90%;
    }
  .company_wrap dt {
    width: 100%;
    text-align: left;
    padding: 16px;
    border-right: none;
  }
  .company_wrap dd {
    padding: 0px 8px 16px 16px;
    font-size: 14px;
  }
}
