@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src:
    url("./fonts/NotoSansJP-Regular.woff2") format("woff2"),
    url("./fonts/NotoSansJP-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 500;
  src:
    url("./fonts/NotoSansJP-Medium.woff2") format("woff2"),
    url("./fonts/NotoSansJP-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 600;
  src:
    url("./fonts/NotoSansJP-Bold.woff2") format("woff2"),
    url("./fonts/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 900;
  src:
    url("./fonts/NotoSansJP-Black.woff2") format("woff2"),
    url("./fonts/NotoSansJP-Black.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 400;
  src:
    url("./fonts/NotoSerifJP-Regular.woff2") format("woff2"),
    url("./fonts/NotoSerifJP-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 500;
  src:
    url("./fonts/NotoSerifJP-Medium.woff2") format("woff2"),
    url("./fonts/NotoSerifJP-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 600;
  src:
    url("./fonts/NotoSerifJP-Bold.woff2") format("woff2"),
    url("./fonts/NotoSerifJP-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 900;
  src:
    url("./fonts/NotoSerifJP-Black.woff2") format("woff2"),
    url("./fonts/NotoSerifJP-Black.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 400;
  src:
    url("./fonts/Heebo-Thin.woff2") format("woff2"),
    url("./fonts/Heebo-Thin.woff") format("woff");
  font-display: swap;
}

body {
  font-family:
    "NotoSansJP",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Hiragino Sans",
    "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro",
    "游ゴシック",
    YuGothic,
    "Yu Gothic",
    "メイリオ",
    Meiryo,
    "ＭＳ ゴシック",
    sans-serif !important;
}
.main {
  padding: 0 !important;
}
* {
  line-height: 175% !important;
}
footer {
  padding: 8px 0 62px !important;
}
.entry-content {
  margin: 0 !important;
}
.entry-content > div:first-of-type {
  margin: 0 !important;
  padding: 80px 0;
  overflow: hidden;
}
.entry-content > div:first-of-type p:first-of-type {
  position: relative;
}
.entry-content > div:first-of-type p:first-of-type::before {
  content: "";
  width: 479px;
  height: 387px;
  background: url(https://unmet-totalclean.com/wp-content/uploads/2025/09/shape_01-2.png) center / contain no-repeat;
  position: absolute;
  top: 80px;
  left: -300px;
  z-index: -1;
  opacity: 0.8;
}
.entry-content > div:first-of-type p:first-of-type::after {
  content: "";
  width: 489px;
  height: 377px;
  background: url(https://unmet-totalclean.com/wp-content/uploads/2025/09/shape_03-1.png) center / contain no-repeat;
  position: absolute;
  top: -150px;
  right: -290px;
  z-index: -1;
  opacity: 0.8;
}
.content {
  margin: 0;
}
.fz-48px .sp {
  display: none;
}
#container,
#content-in {
  margin: 0;
  width: 100%;
}
#header-container {
  padding: 10px 0;
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}
.tagline {
  font-size: 12px;
  margin: 0 1em;
}
.logo-image {
  padding: 0;
}
.logo-header img {
  max-height: 40px;
}
#post-15 .date-tags {
  display: none;
}
.wp-block-group,
.wp-block-columns {
  margin: 0 auto 80px !important;
}
.wp-block-group:nth-of-type(even) {
  background:
    url("https://unmet-totalclean.com/wp-content/uploads/2025/09/bg.png") center / auto repeat,
    #fff;
  padding: 80px 0;
}
.wp-block-group * {
  max-width: 1000px !important;
  padding: 0 20px;
  margin: 0 auto !important;
}
h2.wp-block-heading {
  font-family: "Heebo";
  font-size: 100px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 0;
  background: unset;
  margin: 0 auto 40px !important;
  color: #1e63a8;
  line-height: 100% !important;
  gap: 8px 0;
}
h2.wp-block-heading span {
  font-size: 20px;
  font-weight: 600;
  padding: 0;
  margin: 0 !important;
}
.copy {
  color: #1e63a8;
  margin: 0 auto 24px !important;
}
.copy + p {
  font-size: 20px;
}
.wp-block-columns:has(> div:nth-of-type(3)) {
  display: flex;
  padding: 0;
  margin: 0 auto 60px !important;
}
.wp-block-columns:has(> div:nth-of-type(3)) > div {
  width: calc((100% - (16px * 3)) / 3) !important;
  padding: 32px 24px;
  border-radius: 16px;
  background: #eef4fb;
}
.wp-block-columns:has(> div:nth-of-type(3)) > div * {
  width: 100% !important;
}
.wp-block-columns:has(> div:nth-of-type(3)) > div h4 {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 0;
  border: unset;
  padding: 0 0 16px;
  margin: 0 0 32px !important;
  position: relative;
}
.wp-block-columns:has(> div:nth-of-type(3)) > div h4::after {
  content: "";
  height: 2px;
  width: 80px;
  background: #1e63a8;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
h4.wp-block-heading.has-text-align-center {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 0;
  border: unset;
  padding: 0 0 16px;
  margin: 0 auto 32px !important;
  position: relative;
}
h4.wp-block-heading.has-text-align-center::after {
  content: "";
  height: 2px;
  width: 80px;
  background: #1e63a8;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.wp-block-columns:has(> div:nth-of-type(3)) > div p {
  font-size: 16px;
  padding: 0;
}
.wp-block-columns:has(> div:nth-of-type(3)) > div a {
  padding: 0;
}
.wp-block-columns:has(> div:nth-of-type(3)) > div p .fz-14px {
  display: block;
  margin: 8px 0 0 !important;
  padding: 0;
}
.wp-block-columns:has(> div:nth-of-type(3)) > div figure {
  margin: 0 0 24px !important;
  display: block;
  padding: 0;
}
.wp-block-columns:has(> div:nth-of-type(3)) > div img {
  border-radius: 24px;
  width: 80% !important;
  margin: 0 auto;
  padding: 0;
}
.wp-block-columns:has(> div:nth-of-type(3)) > div a[href^="tel:"] {
  font-size: 30px;
  text-align: center;
  color: #1e63a8;
  font-weight: 600;
  text-decoration: none;
  display: block;
  margin: 0 0 24px !important;
  pointer-events: none;
}
.wp-block-columns:has(> div:nth-of-type(3)) > div .sp {
  display: none;
}
.contact-copy {
  margin: 0 auto 32px !important;
}
.contact-copy strong {
  font-weight: 600;
  padding: 0;
}
.about-text {
  position: relative;
  z-index: 1;
}
.about-text::after {
  content: "";
  width: 45%;
  height: 660px;
  background: url("https://unmet-totalclean.com/wp-content/uploads/2025/09/img_mv.jpeg") center / cover no-repeat;
  position: absolute;
  top: -180px;
  right: 0;
  z-index: 0;
}
.about-text strong {
  font-weight: 600;
  padding: 0;
  color: #1e63a8;
  font-size: 20px;
}
#message > div * {
  padding: 0;
}
#message > div figure {
  width: 60%;
  margin: 0 auto 16px !important;
}
#message > div p {
  width: 80%;
  background-image: linear-gradient(180deg, #ccc 0%, #ccc 1px, transparent 1px, transparent 100%);
  background-size: 100% 2.5em; /* 行の高さ */
  line-height: 2.5em !important;
  padding: 0 16px;
}
h3.wp-block-heading {
  font-size: 24px;
  font-weight: 600;
  border: unset;
  padding: 0;
  width: 900px;
  margin: 0 auto 16px !important;
}
figure:has(table) {
  width: 900px !important;
  padding: 16px 40px 40px !important;
  margin: 0 auto !important;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
}
tbody {
  padding: 0 !important;
}
tr {
  padding: 0 !important;
  background: unset !important;
}
td {
  font-size: 18px;
  padding: 24px 40px !important;
  border: unset !important;
  border-bottom: #e2e2e2 1px solid !important;
}
td:first-of-type {
  font-weight: 600;
  color: #1e63a8;
  text-align: center;
  border-bottom: #1e63a8 1px solid !important;
  width: 34%;
}
table + figcaption.wp-element-caption {
  font-size: 14px;
  padding: 0 !important;
  margin: 16px 0 0 !important;
  display: block;
}
td a[href^="tel"] {
  pointer-events: none;
  padding: 0;
  text-decoration: none;
  color: #000;
}
.price td:last-of-type {
  font-size: 22px;
}
form {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  width: 900px;
  padding: 40px !important;
}
form * {
  padding: 0 !important;
}
form input,
form textarea {
  padding: 8px !important;
}
form.wpcf7-form > p {
  margin: 0 auto 32px !important;
}
form.wpcf7-form label span {
  display: block;
  margin: 8px auto 0 !important;
}
label:has(.privacy-check) {
  display: flex;
  gap: 0 8px;
  align-items: center;
}
label:has(.privacy-check) span.wpcf7-list-item-label {
  margin: 0 !important;
}
.wpcf7-submit {
  color: #fff !important;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 5px;
  text-indent: 5px;
  text-align: center;
  line-height: 40px !important;
  max-width: 280px !important;
  margin: 0 auto !important;
  display: block;
  background: #1e63a8 !important;
  border: unset;
  border-radius: 40px;
  outline: unset;
}
.wpcf7-submit:disabled {
  opacity: 0.6;
}
form.wpcf7-form strong {
  font-weight: 500;
  padding: 0 0 0 16px !important;
  border-left: 2px solid #1e63a8;
}
.privacy {
  background: #fff;
  border: 1px solid #ccc;
  padding: 24px !important;
  max-height: 300px;
  overflow: scroll;
  font-size: 14px;
  margin: 0 0 24px !important;
}
.privacy h5 {
  font-weight: 600;
  font-size: 18px;
  margin: 0 0 16px !important;
}
.privacy > p {
  margin: 0 0 16px !important;
}
.privacy h6 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 8px !important;
}
.privacy ol {
  display: flex;
  flex-direction: column;
  margin: 0 0 8px !important;
}
.privacy ol li {
  margin: 0 0 0 18px !important;
}
.sp {
  display: none;
}
.article-footer {
  display: none;
}
#navi {
  margin: 20px 0 0;
}
#navi-in {
  display: flex;
  justify-content: center;
}
#navi-in li {
  width: 145px;
  height: 30px;
  display: flex;
  align-items: center;
}
#navi-in li a:hover {
  background: unset;
}
#navi {
  display: none;
}
.slicknav_menu {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100000;
  width: 100vw;
  height: 100vh;
  padding: 0;
}
.slicknav_menutxt {
  display: none !important;
}
.slicknav_btn {
  padding: 8px;
  margin: 0;
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 100000;
}
.slicknav_icon {
  margin: 0 !important;
}
.slicknav_menu .slicknav_icon-bar {
  width: 20px;
  height: 2px;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 5px;
}
.slicknav_menu {
  background: unset;
  pointer-events: none;
}
.slicknav_menu * {
  pointer-events: auto;
}
.slicknav_nav {
  width: 100%;
  height: 100% !important;
  background: rgba(0, 0, 0, 0.8);
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px 0;
  position: absolute;
  transition: 0.4s;
  top: -100%;
}
.slicknav_nav.visible {
  top: 0;
}
.slicknav_nav a {
  font-size: 20px;
}
.slicknav_nav a:hover {
  background: unset;
  color: #fff;
}
.slicknav_menu {
  display: block;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
  .wp-block-group * {
    max-width: 100% !important;
  }
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .wp-block-group:nth-of-type(even) {
    padding: 60px 0;
  }
  .wp-block-group,
  .wp-block-columns {
    margin: 0 auto 60px !important;
  }
  .tagline {
    margin: 0 auto 4px;
  }
  .logo-header img {
    height: 30px;
  }
  .wp-block-group * {
    max-width: 90% !important;
    padding: 0 !important;
  }
  .fz-48px {
    font-size: 36px;
    line-height: 50px !important;
    display: block;
  }
  .fz-48px .sp {
    display: block;
  }
  .copy + p {
    font-size: 18px;
  }
  .entry-content > div:first-of-type p:first-of-type::before {
    top: 320px;
    left: -180px;
    width: 270px;
    height: 200px;
  }
  .entry-content > div:first-of-type p:first-of-type::after {
    right: -130px;
    width: 250px;
    height: 200px;
  }
  h2.wp-block-heading {
    font-size: 58px;
    gap: 4px 0;
  }
  h2.wp-block-heading span {
    font-size: 18px;
    max-width: 100% !important;
  }
  .about-text::after {
    display: none;
  }
  #message > div figure {
    width: 100% !important;
    max-width: 100% !important;
  }
  #message > div figure img {
    width: 90% !important;
    max-width: 90% !important;
  }
  h2.wp-block-heading {
    margin: 0 auto 32px !important;
  }
  #message > div p {
    font-size: 14px;
    width: 100%;
    max-width: 100% !important;
    padding: 0 16px !important;
    background-size: 100% 2.3em;
    line-height: 2.3em !important;
  }
  h3.wp-block-heading {
    font-size: 20px;
  }
  .price td:first-of-type {
    font-size: 14px;
    width: 48%;
    text-align: right;
    padding: 10px 8px 10px 0 !important;
  }
  .price td:last-of-type {
    font-size: 18px;
    padding: 10px 0 10px 16px !important;
  }
  figure.price:has(table) {
    padding: 16px 24px 24px !important;
  }
  figure.price:has(table) table {
    max-width: 100% !important;
  }
  table + figcaption.wp-element-caption {
    max-width: 100% !important;
  }
  td:first-of-type {
    padding: 10px 0 !important;
    width: 30%;
  }
  td:last-of-type {
    padding: 10px 16px !important;
  }
  .main figure.wp-block-table {
    max-width: 90%;
    padding: 16px 24px 24px !important;
  }
  .wp-block-columns:has(> div:nth-of-type(3)) {
    max-width: 100% !important;
  }
  .wp-block-columns:has(> div:nth-of-type(3)) > div {
    max-width: 100% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px !important;
  }
  .wp-block-columns:has(> div:nth-of-type(3)) > div * {
    max-width: 100% !important;
  }
  .wp-block-columns:has(> div:nth-of-type(3)) > div img {
    width: 60% !important;
  }
  .wp-block-columns:has(> div:nth-of-type(3)) > div figure {
    margin: 0 0 16px !important;
  }
  .wp-block-columns:has(> div:nth-of-type(3)) > div .pc {
    display: none;
  }
  .wp-block-columns:has(> div:nth-of-type(3)) > div .sp {
    display: block;
  }
  .wp-block-columns:has(> div:nth-of-type(3)) > div a[href^="tel:"] {
    pointer-events: auto;
  }
  .wp-block-group form {
    max-width: 100% !important;
    padding: 24px !important;
  }
  .wp-block-group form * {
    max-width: 100% !important;
  }
  form.wpcf7-form > p {
    margin: 0 0 24px !important;
  }
  .wp-block-group form input,
  .wp-block-group form textarea {
    padding: 8px !important;
  }
  .wp-block-group .privacy {
    padding: 16px !important;
  }
  .footer-bottom-logo img {
    height: 38px;
  }
  .copyright {
    font-size: 12px;
  }
}
