/* styles-laptop.css */
@media screen and (min-width: 960px) {
  /* PC用のスタイル */

/* ヘッダー */
.header-cta > div{
  align-items: center;
}
.header-tel > p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 900;
  white-space: nowrap;
  line-height: 1em;
}
.header-cta span {
  font-size: 12px;
  white-space: nowrap;
}
.header-tel-time {
  display: block;
  text-align: right;
  font-size: 12px;
}

.header-tel .swl-inline-icon {
  font-size: 20px;
}

.header-cta .swell-block-column {
  width: fit-content;
}
.top-copy strong {
  font-size: 24px;
}

/* ------------------------------------------------------------------- */
/* ------------------------------------------------------------------- */
/* 東お家工房についてページ */

.about-feature .wp-block-media-text__content {
  height: 80%;
  align-content: center;
}
.about-feature .wp-block-media-text__content > p {
  font-size: 16px;
}


}

