@charset "UTF-8";

/*
 Theme Name: ダイヤクリーニングサービスサイト-テーマテンプレート
 Version: 1.0
*/

/*==========================================================================
  Fonts
==========================================================================*/

@font-face {
  font-family: "LINE Seed JP";
  src: url("./assets/fonts/LINESeed/LINESeedJP_OTF_Rg.woff2") format("woff2"),
    url("./assets/fonts/LINESeed/LINESeedJP_OTF_Rg.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LINE Seed JP";
  src: url("./assets/fonts/LINESeed/LINESeedJP_OTF_Bd.woff2") format("woff2"),
    url("./assets/fonts/LINESeed/LINESeedJP_OTF_Bd.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/*==========================================================================
  Common
==========================================================================*/

body {
  background-color: #f0f0f0;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #3a3a3a;
  letter-spacing: 1px;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

/** フォームリセット **/
input,
button,
textarea,
select,
submit {
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.breadcrumbs {
  max-width: 1280px;
  margin-inline: auto;
  margin-bottom: 60px;
  font-size: 14px;
  width: 90%;
  position: relative;
  z-index: 1;
}

.breadcrumbs a {
  color: #3a3a3a;
}

.disabled {
  display: none;
}

.fjac {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wfit {
  width: fit-content;
}

/* スペーサーCSS */
.spacer {
  &.__5 {
    height: 5rem;
  }

  &.__10 {
    height: 10rem;
  }

  &.__15 {
    height: 15rem;
  }

  &.__20 {
    height: 20rem;
  }
}

/* スクロールCSS */
.fade-in {
  opacity: 0;
  transition-duration: 800ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

/*==========================================================================
  Splash screen
==========================================================================*/

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.splash-screen {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  opacity: 1;
  transition: opacity 1s ease;

  &.fade-out {
    opacity: 0;
    pointer-events: none;
  }
}

.splash-wrapper {
  display: flex;
  gap: 0.3rem;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  width: 90%;
}

.splash-catch {
  p {
    font-size: clamp(1.75rem, calc(1rem + 2vw), 2.5rem);
    /* min: 28px, max: 40px */
    font-weight: 700;

    &.splash-catch_en {
      font-size: 1rem;
      font-weight: 700;
      letter-spacing: 0.7rem;
      width: fit-content;
      margin-inline: auto;
    }
  }
}

.splash-catch_jp {
  img {
    max-width: 520px;
    height: auto;
  }
}

.splash-catch_en {
  font-family: "Oswald", sans-serif;
}

.splash-image {
  img {
    max-width: 520px;
    height: auto;
  }
}

.splash-skip {
  position: absolute;
  bottom: 20px;
  right: 20px;
  padding: 8px 16px;
  background: transparent;
  border: none;
  cursor: pointer;
}

@media (max-width: 768px) {
  .splash-wrapper {
    flex-wrap: wrap;
  }
}

/*==========================================================================
  header
==========================================================================*/
header {
  transition: top 0.3s ease;
}

.header_cont_txt {
  font-size: 12px;
  margin: 0;
}

.header_cont_menu {
  align-items: center;
  display: flex;
  gap: 60px;
  justify-content: space-between;
}

/* .header_cont_company {
  margin-bottom: -7px;
  margin-top: -2px;
  padding-bottom: 0px;
} */

.header_sns_wrap {
  display: flex;
  padding-right: 2%;
  position: absolute;
  bottom: 13px;
  right: 30px;
}

.home .header_sns_wrap {
  display: none;
}

.home .mv_other_cont .header_sns_wrap {
  display: flex;
}

.header_sns {
  margin: 0 20px 0 0;
  text-align: center;
}

.header_sns:nth-child(2) {
  margin-right: 32px;
}

.header_sns:last-child {
  margin-right: 0;
}

.header_sns figcaption {
  font-size: 11px;
  margin-top: 1px;
}

.header_sns a {
  color: #3a3a3a;
  display: block;
  transition: 0.4s;
}

.header_sns a:hover {
  opacity: 0.6;
  text-decoration: none;
}

.g_navi_li {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.g_navi_li a {
  background-color: #fff;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.3);
  color: #3a3a3a;
  font-weight: bold;
  transition: 0.4s;
  padding: 5px 20px;
  border-radius: 20px;
  position: relative;
}

/* .g_navi_li a:after {
  content: "…";
  height: 0.5px;
  width: 30px;
  position: absolute;
  bottom: 10px;
  left: 58%;
  font-size: 13px;
  color: #7fafca;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
} */
.g_navi_li a:hover {
  background-color: #5eabd5;
  color: #fff;
  opacity: 1;
  text-decoration: none;
}

.g_navi_li_subwrap {
  display: block;
  position: absolute;
  top: 94%;
  left: 0;
  padding: 60px;
  color: #333;
  background: rgba(255, 255, 255, 1);
  width: 100%;
  visibility: hidden;
  transition: all 0.2s ease-in;
}

/* .g_navi_li_subwrap .g_navi_li_sub {
  justify-content: center;
  gap: 20px;
} */

.g_navi_li .g_navi_li_subwrap a {
  background-color: initial;
  box-shadow: none;
  /* border-radius: 0; */
  transition: 0.2s;
  position: relative;
}

.g_navi_li .g_navi_li_subwrap a:hover {
  background-color: #5eabd5;
  color: #fff;
}

.g_navi_li li:hover .g_navi_li_subwrap {
  visibility: visible;
}

ul.p-sp-nav_subli {
  display: none;
}

.g_navi_li li:hover {
  > a {
    background-color: #5eabd5;
    color: #fff;
  }
}

.g_navi_li_sub {
  display: flex;
  justify-content: flex-start;
  gap: 20px 30px;
  max-width: 1080px;
  margin-inline: auto;
  flex-wrap: wrap;
  justify-content: flex-start;

  > li {
    width: calc((100% - (30px * 2)) / 3);

    > a {
      border-radius: 3px;
      border-bottom: 1px dashed #5eabd5;
      padding: 15px 5px;
      line-height: 1;
      display: block;
      position: relative;

      &::before,
      &::after {
        content: "";
        position: absolute;
        top: calc(50% - 1px);
        right: 10px;
        width: 10px;
        height: 1px;
        border-radius: 9999px;
        background-color: #5eabd5;
        transform-origin: calc(100% - 1px) 50%;
      }

      &::before {
        rotate: 45deg;
      }

      &::after {
        rotate: -45deg;
      }

      &:hover {
        &::before,
        &::after {
          background-color: #fff;
        }
      }
    }
  }
}

.sub_menu {
  display: flex;
  position: absolute;
  margin: 0;
  top: 0;
  right: 0;
  flex-wrap: wrap;
  position: initial;
  margin-inline: auto;
  width: 90%;
}

.sub_menu a {
  color: #fff;
  font-size: 14px;
  display: block;
  padding: 10px 25px;
}

.sub_menu a:hover {
  opacity: 1;
  text-decoration: none;
}

.sub_menu a span {
  margin-right: 8px;
}

.sub_menu01:hover,
.sub_menu02:hover,
.sub_menu03:hover,
.sub_menu04:hover,
.sub_menu05:hover {
  background-color: #cbe7ef;
}

.sub_menu01 {
  background-color: #c955cb;
  transition: 0.4s;
}

.sub_menu02 {
  background-color: #65b246;
  transition: 0.4s;
}

.sub_menu03 {
  background-color: #737373;
  transition: 0.4s;
}

.sub_menu04 {
  background-color: #3ea7e3;
  transition: 0.4s;
}

.sub_menu05 {
  background-color: #262323;
  transition: 0.4s;
}

.sub_menu li {
  margin-bottom: 20px;
  width: 33%;
}

.sub_menu li:nth-child(4),
.sub_menu li:nth-child(5) {
  text-align: center;
  width: 50%;
}

.header_wrap {
  align-items: center;
  color: #fff;
  display: flex;
  padding: 45px 40px 25px 40px;
  margin-inline: auto;
  color: #3a3a3a;
  position: relative;
  justify-content: end;
}

.header_cont_company_wrap {
  align-items: center;
  display: flex;
  position: absolute;
  top: 30px;
  left: 40px;
}

.logo {
  margin: 0 20px 0 0;
  width: 54px;
}

.header_cont {
  flex: 1;
}

/* .wp-singular {
  #header {
    .logo {
      img {
        filter:invert(99%) sepia(29%) saturate(1%) hue-rotate(215deg) brightness(115%) contrast(100%);
      }
    }
  }
} */
#header {
  height: 155px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

/* #header.scroll {
  backdrop-filter: blur(3px);
} */

/* sp-nav */
.scroll .l-sp-header_ham-menu .active {
  position: fixed;
  top: 28px;
}

.l-sp-header_ham-menu {
  width: 60px;
  height: 60px;
  border-radius: 3px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  padding-top: 24px;
  position: absolute;
  right: 20px;
  top: 10px;
}

.openbtn1 {
  position: relative;
  cursor: pointer;
  width: 60px;
  height: 40px;
  margin-top: 2px;
  z-index: 5;
}

.openbtn1 span {
  display: inline-block;
  transition: all 0.4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 12px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
  width: 56%;
  width: 62%;
  background-color: #3a3a3a;
}

/* 上の線 */
.openbtn1 span:nth-of-type(1) {
  top: 4px;
}

/* 真ん中の線 */
.openbtn1 span:nth-of-type(2) {
  top: 14px;
}

/* 下の線 */
.openbtn1 span:nth-of-type(3) {
  top: 24px;
}

/* ---------------------------- */
/*activeクラスが付与されると線が回転して×に*/
.openbtn1.active span:nth-of-type(1) {
  top: 18px;
  top: 8px;
  left: 18px;
  left: 16px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
  width: 50%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
  /*真ん中の線は透過*/
}

.openbtn1.active span:nth-of-type(3) {
  top: 30px;
  top: 20px;
  left: 18px;
  left: 16px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
  width: 50%;
}

.p-sp-nav-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.6);
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.p-sp-nav-bg.bg-active {
  display: block;
  transition: all 0.3s;
}

/* ナビゲーション全体を囲うタグ */
#sp-g-nav {
  position: fixed;
  z-index: 7;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
  width: 100%;
  top: -516%;
  left: 0;
  transition: all 0.3s;
}

/*アクティブクラスがついたら表示位置変更*/
#sp-g-nav.panel-active {
  width: 100%;
  top: 90px;
  transition: all 0.3s;
  height: 100%;
  overflow-y: auto;
}

.p-sp-na_inner {
  height: 100vh;
}

.sp-navi-toggle {
  position: relative;

  &::after {
    content: "";
    display: block;
    position: absolute;
    top: 35%;
    right: 20px;
    width: 11px;
    height: 11px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(135deg);
  }

  &.open {
    &::after {
      top: 45%;
      transform: rotate(-45deg);
      border-top: 1px solid #5eabd5;
      border-right: 1px solid #5eabd5;
    }
  }
}

/* ナビゲーション本体 */
.p-sp-nav_ul {
  width: 100%;
}

.p-sp-nav_li {
  /* height: 55px; */
  border-bottom: 1px solid #fff;
}

.p-sp-nav_li:last-of-type {
  border-bottom: 0;
}

.p-sp-nav_a {
  background-color: #53a3cf;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  min-height: 55px;
}

.p-sp-nav_a:hover {
  background-color: #cbe7ef;
  color: #3a3a3a;
  opacity: 1;
  text-decoration: none;
}

.p-sp-nav_subli a {
  align-items: center;
  background-color: rgb(180 220 242);
  color: #3a3a3a;
  display: flex;
  min-height: 50px;
  padding: 10px 15px 10px 32px;
}

.home {
  .app-bnr-wrapper {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 1.5rem;

    .app-bnr-gplay {
      img {
        width: calc(277px / 1.25);
        height: calc(82px / 1.25);
        object-fit: cover;
        @media screen and (max-width: 600px) {
          width: auto;
          height: 65px;
          object-fit: contain;
        }
      }
    }

    .app-bnr-astore {
      img {
        width: calc(224px / 1.25) !important;
        height: calc(82px / 1.25) !important;
      }
    }
  }
}

/*==========================================================================
  animation
==========================================================================*/
@keyframes yurayura {
  20% {
    transform: skew(-2deg);
  }

  70% {
    transform: skew(2deg);
  }
}

@keyframes yurayura {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(-2deg);
  }

  50% {
    transform: rotate(0deg);
  }

  75% {
    transform: rotate(2deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0) rotate(-7deg);
  }

  50% {
    transform: translate(0, -7px) rotate(0deg);
  }

  100% {
    transform: translate(0, 0) rotate(7deg);
  }
}

@keyframes yurayurabk {
  0% {
    background-position: 50% 50%;
  }

  25% {
    background-position: 55% 48%;
  }

  50% {
    background-position: 50% 52%;
  }

  75% {
    background-position: 45% 48%;
  }

  100% {
    background-position: 50% 50%;
  }
}

/*==========================================================================
  top
==========================================================================*/
.mv_area {
  margin-inline: auto;
  margin-bottom: 10px;
  width: 85vw;
}

.mv_slide_box {
  border-radius: 20px;
  margin-bottom: 48px;
  position: relative;
  overflow: hidden;
}

/* .mv_slide_box img {
  margin-top: -100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  object-fit: cover;
} */

/* .splide__slide:first-child .mv_slide_box img {
  top: 67%;
}
.splide__slide:nth-child(2) .mv_slide_box img {
  top: 62%;
  width: 100%;
}
.splide__slide:nth-child(3) .mv_slide_box img {
  top: 27%;
} */
.ill_mother {
  position: absolute;
  top: 32%;
  left: 48%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* animation: yurayura 2s linear infinite; */
  width: 13%;
}

@keyframes yurayura {
  0% {
    transform: rotate(0);
  }

  10% {
    transform: rotate(-5deg);
  }

  20% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(0);
  }
}

.ill_child {
  position: absolute;
  top: 68%;
  right: 27%;
  /* animation: 4s 0s bound ease-in infinite; */
  width: 9%;
}

@keyframes bound {
  80%,
  90%,
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  85% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  95% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.sp_only {
  display: none;
}

.ill_family {
  position: absolute;
  bottom: 0;
  right: 10%;
  width: 18%;
  /* animation: 4s 0s bound ease-in infinite; */
}

.ill_family02 {
  position: absolute;
  bottom: 3px;
  left: 8%;
  width: 15%;
  /* animation: yurayura 2s linear infinite; */
}

.ill_mother svg,
.ill_child svg,
.ill_family svg,
.ill_family02 svg {
  width: 100%;
  height: auto;
}

.mv-wrapper {
  background-image: url(./assets/img/top/mv_bg02.svg);
  background-size: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-bottom: 100px;
  overflow: hidden;
  /* position:relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  max-width: 1280px;
  margin-inline: auto;
  z-index:1;
  width: 90%; */
}

.mv_other_cont {
  display: flex;
  max-width: 1210px;
  margin-inline: auto;
  justify-content: space-between;
  width: 95%;
  position: relative;
}

.mv_other_cont .header_sns_wrap {
  padding-right: 5%;
  position: initial;
  gap: 28px;
}

.mv_other_cont .header_sns_wrap img {
  width: 33px;
}

.mv_other_cont .header_sns_wrap figcaption {
  font-size: 13px;
  font-weight: bold;
  margin-top: 4px;
}

.mv_other_cont .header_sns {
  margin: 0;
}

.mv_other_cont .header_sns:nth-child(2) {
  margin-right: 16px;
}

.mv_other_cont_area {
  position: relative;
}

.mv-copy_block {
  position: relative;
  width: fit-content;
  z-index: 2;
  padding-right: 100px;

  .mv-copy_head {
    position: relative;
    width: 400px;
    height: 148px;
    background-image: url(./assets/img/top/mv/catchcopy.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 0 180px;

    span.cc {
      position: absolute;
      font-size: clamp(1.5rem, calc(1.458rem + 1.389vw), 2.5rem);
      /* min: 24px, max: 40px */
      line-height: 1.4332;
      clip: rect(1px, 1px, 1px, 1px);
    }

    span.dots {
      background-image: radial-gradient(
        circle at center,
        #67b1da 20%,
        transparent 20%
      );
      background-position: top right;
      background-repeat: repeat-x;
      background-size: 1em 0.3em;
      padding-top: 0;
    }
  }

  .mv-copy_txt {
    position: absolute;
    bottom: 12px;
    right: 0;
    margin: 0;
  }

  .mv-copy_text {
    margin: 2.25rem 0 0;
    font-size: 1rem;
    line-height: 1.8;
  }
}

.mv_news_block {
  background: #fff;
  top: 92px;
  padding: 28px 32px;
  border-radius: 20px 0 0 20px;
  position: absolute;
  right: 0;
  margin: 0 calc(50% - 50vw);
  width: 42vw;
  z-index: 3;
}

.mv_news_block .top_news {
  margin-bottom: 0;
}

@media screen and (max-width: 480px) {
  .mv-wrapper {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 1rem;
    width: 100%;
    padding: 1rem;
  }

  .mv-copy_block {
    padding: 0 0.75rem;
  }

  .splide.mv_carousel {
    margin-left: -0.8rem;
  }

  .top__slide__img {
    border-radius: 0 2rem 2rem 0;

    img[src$=".svg"] {
      width: 320px;
      height: auto;
    }
  }
}

.mv_wrap {
  padding-top: 120px;
  margin-bottom: 140px;
}

.campaign_area {
  margin-bottom: 154px;
  margin-inline: auto;
  width: 90%;
  padding-top: 70px;
  overflow: hidden;
}

.top__slide {
  align-items: center;
  display: flex;
  margin-inline: auto;
  max-width: 1200px;
  gap: 30px;
}

.top__slide__cont {
  flex: 1;
}

.top__slide__btn {
  background-color: #67b1da;
  border-radius: 30px;
  box-shadow: 0 0 5px #999;
  color: #fff;
  font-size: 18px;
  margin: 25px auto 0;
  padding: 13px 30px 13px 40px;
  position: relative;
  width: 226px;
}

.top__slide__btn::after {
  content: "";
  background-image: url(./assets/img/common/white_arrow.svg);
  position: absolute;
  width: 8px;
  height: 14px;
  top: 50%;
  right: 45px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.mv_wrap .campaign_area {
  position: relative;
  z-index: 1;
}

.campaign_title {
  font-size: 32px;
  font-weight: bold;
}

.slider1 {
  margin-inline: auto;
}

.slider1 .splide__arrow {
  background: initial;
  background-color: #67b1da;
}

.slider1 .splide__arrow {
  width: 60px;
  height: 60px;
}

.slider1 .splide__arrow svg {
  fill: #fff;
  width: 13px;
  height: 13px;
}

.slider1 .splide__arrow--prev {
  left: -2.5em;
  border-radius: 0 30px 30px 0;
}

.slider1 .splide__arrow--next {
  right: -2.5em;
  border-radius: 30px 0 0 30px;
}

.slider1 a {
  color: #000000;
  transition: 0.4s;
}

.slider1 a:hover {
  opacity: 0.6;
  text-decoration: none;
}

.slider1 a figure img {
  width: 300px;
  height: auto;
  border-radius: 14px;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.3);
}

.campaign__slide a figure img {
  width: 300px;
  height: auto;
  border-radius: 16px;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.3);
}

.campaign__slide .splide__list {
  justify-content: center;
  gap: 40px;
}

.top__slide__img {
  margin-bottom: 0;
}

.campaign_area .splide__track {
  padding-bottom: 10px;
  max-width: 1024px;
  margin-inline: auto;
}

.cont_wrap {
  max-width: 856px;
  margin-inline: auto;
  width: 90%;
}

.archive {
  .news_wrap {
    .cont_wrap {
      border-radius: 32px;
      box-shadow: unset;
    }
  }

  .cont_wrap {
    max-width: 1024px;
  }

  .top_news {
    margin: 0;

    li {
      a {
        padding: 12px 16px;

        span {
          position: static;
          transform: none;
          -webkit-transform: none;
          -ms-transform: none;
          font-size: 1rem;
          margin-right: 12px;
        }

        span.news-cat {
          display: inline-block;
          padding: 4px 8px;
          color: #fff;
          background: #3ea7e3;
          font-size: 14px;
          border-radius: 4px;
        }

        .news-cat-block {
          margin-bottom: 10px;
        }
      }
    }

    .wp-pagenavi {
      margin: 32px 0 0;
    }
  }
}

.head_block {
  color: #000;
  text-align: center;
  margin-bottom: 40px;
}

.home .head_block {
  position: relative;
}

.home .head_block::before {
  content: "";
  background-size: cover;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.home .campaign_area .head_block::before {
  background-image: url(./assets/img/top/ill_campaign.svg);
  width: 62px;
  height: 61px;
}

.home .cleaning_about_wrap .head_block::before {
  background-image: url(./assets/img/top/ill_about.svg);
  width: 62px;
  height: 61px;
}

.home .top_benefits_wrap .head_block::before {
  background-image: url(./assets/img/top/ill_benefits.svg);
  width: 62px;
  height: 69px;
  top: -70px;
}

.home .top_dia_blog .head_block::before {
  background-image: url(./assets/img/top/ill_blog.svg);
  width: 62px;
  height: 63px;
  top: -64px;
}

.price_shop_wrap .head_block {
  margin-bottom: 20px;
}

.head_txt {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 5px;
  margin-bottom: 0;
}

.head_ttl_about {
  position: relative;
  &:after {
    position: absolute;
    top: 0;
    right: 4rem;
    display: block;
    content: "";
    background: url("./assets/img/splash/splash-image.png") no-repeat;
    background-size: contain;
    width: 240px;
    height: auto;
    aspect-ratio: 1/1.2;
    z-index: 2;
    @media screen and (max-width: 1400px) {
      right: 4rem;
    }
    @media screen and (max-width: 1300px) {
      width: 220px;
    }
    @media screen and (max-width: 1240px) {
      right: 2rem;
    }
    @media screen and (max-width: 1200px) {
      right: 1rem;
    }
    @media screen and (max-width: 1190px) {
      right: 1rem;
    }
    @media screen and (max-width: 1150px) {
      width: 205px;
    }
    @media screen and (max-width: 1024px) {
      right: 0;
    }
    @media screen and (max-width: 1000px) {
      width: 200px;
    }
    @media screen and (max-width: 950px) {
      width: 190px;
    }
    @media screen and (max-width: 768px) {
      width: 140px;
    }
    @media screen and (max-width: 560px) {
      top: 2.5rem;
    }
    @media screen and (max-width: 380px) {
      right: 0;
    }
  }
}

.head_en {
  font-weight: bold;
  font-family: "LINE Seed JP", sans-serif;
  font-size: 22px;
  letter-spacing: 3px;
  margin: 0;
}

.home .head_txt {
  /* font-family: "Zen Maru Gothic", serif; */
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 5px;
  margin-bottom: 0;
  position: relative;
  margin-bottom: 24px;
}

.home .head_txt::after {
  content: "";
  background-image: url(./assets/img/common/headline_ill.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 198px;
  height: 18px;
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.home .head_en {
  color: #5eabd5;
  font-weight: bold;
  /* font-family: "Zen Maru Gothic", serif; */
  font-size: 16px;
  letter-spacing: 3px;
  margin: 0;
}

.news_wrap .cont_wrap {
  background: #fff;
  box-shadow: 0 0 8px #999;
  border-radius: 10px;
  padding: 30px 50px;
  position: relative;
}

.news_wrap {
  margin: 72px 0 120px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.news_wrap .head_block {
  margin-bottom: 40px;
  width: fit-content;
}

.top_news li {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.top_news li:last-child {
  margin-bottom: 0;
}

.no-post {
  font-size: 18px;
  padding: 0;
  text-align: center;
}

.no-post .pager {
  margin-top: 24px;
  border-top: none;
  padding-top: 0;
}

.top_news li a {
  color: #5eabd5;
  display: block;
  font-size: 17px;
  padding: 5px 30px 5px 150px;
  position: relative;
  transition: 0.4s;
  max-width: 600px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news_archive .top_news li a {
  max-width: none;
  padding-right: 32px;
}

.top_news li a::after {
  content: "";
  background-image: url(./assets/img/common/icon_top_news.svg);
  background-size: cover;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.top_news li a:hover {
  background-color: #90caea69;
  text-decoration: none;
}

.top_news li a span {
  color: #000;
  font-size: 17px;
  letter-spacing: 2px;
  margin-right: 30px;
  transition: 0.4s;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.top_news_link {
  position: absolute;
  top: 50px;
  right: 50px;
  margin: 0;
}

.top_news_link a {
  border-bottom: 1px solid;
  color: #3ea7e3;
  display: block;
  font-size: 14px;
  padding: 8px 10px 10px 27px;
  border-radius: 30px;
  width: 149px;
  position: relative;
  transition: 0.6s;
  border: 1px solid;
}

.top_news_link a:hover {
  background-color: #3ea7e3;
  color: #fff;
  opacity: 1;
  text-decoration: none;
}

.top_news_link a:hover::after {
  background-image: url(./assets/img/common/white_arrow.svg);
  right: 45px;
}

.top_news_link a::after {
  content: "";
  background-image: url(./assets/img/common/blue_arrow.svg);
  background-size: cover;
  width: 7px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: 0.6s;
}

.cont_menus_block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px;
}

.cont_menus_block .cont_menus_box {
  width: 47%;
}

.cont_menus_block .head_block {
  margin-bottom: 15px !important;
}

.cont_menus_wrap {
  /* background-image: url(./assets/img/top/menu_bg.svg); */
  background-color: #67b1da;
  padding-top: 250px;
  padding-bottom: 250px;
  margin-bottom: 60px;
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: contain;
}

.cont_menus_box_txt {
  font-size: 18px;
  max-width: 566px;
  margin-inline: auto;
  margin-bottom: 40px;
  text-align: center;
  line-height: 2;
  letter-spacing: 1.5px;
}

.more_btn,
.submit_area {
  text-align: center;
}

.more_btn a,
.submit_area input,
.more_btn_menu {
  background-color: #6baed6;
  color: #fff !important;
  display: block;
  font-size: 16px;
  max-width: 278px;
  margin: 0 auto;
  padding: 18px 40px 18px 10px;
  border-radius: 30px;
  position: relative;
  box-shadow: 4px 4px 0px #c1c1c1;
  transition: 0.4s;
  overflow: hidden;
}

.submit_area input {
  padding: 15px 20px !important;
  border-radius: 10px;
  transition: 0.4s;
}

.submit_area input:hover {
  opacity: 0.6;
  cursor: pointer;
}

.more_btn_menu {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.more_btn.dia_btn a {
  max-width: 296px;
}

.more_btn a::after,
.submit_area input::after,
.more_btn_menu::after {
  content: "";
  background-image: url(./assets/img/common/icon_more_link-btn.svg);
  background-size: cover;
  position: absolute;
  width: 22px;
  height: 22px;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: 0.7s;
}

.cont-menus_middle .more_btn a::after {
  background-image: url(./assets/img/common/blue_arrow.svg);
  height: 12px;
  width: 7px;
}

/* .cleaning_about_wrap .cont_wrap {
  overflow: hidden;
} */

.more_btn a:hover::after {
  right: 38px;
}

/* .more_btn a:hover,
.submit_area input:hover,
.cleaning_menu_box a:hover .more_btn_menu {
  text-decoration: none;
  animation: yurayura 2s linear infinite;
  scale: 1;
} */
.submit_area input {
  width: 300px;
}

.cont_menus_box .head_block {
  margin-bottom: 40px;
}

.cont_menus_wrap .more_btn a {
  background-color: #fff;
  color: #3ea7e3 !important;
  max-width: 344px;
}

.cont_menus_wrap .more_btn a::after {
  background-image: url(./assets/img/common/blue_arrow.svg);
}

.cont_link {
  margin: 0;
}

.cont_link a {
  display: block;
  position: relative;
  transition: 0.4s;
}

.cont_link a:hover {
  animation: yurayura 1s linear infinite;
  scale: 1;
}

.cont_link_img,
.cont_link_arrow {
  margin: 0;
}

.cont_link_arrow {
  position: absolute;
  bottom: 30px;
  right: 15px;
}

.cleaning_menu_cont {
  display: flex;
  margin-bottom: 30px;
}

.cleaning_menu_img {
  margin: 0;
  width: 27%;
}

.cleaning_menu_txt {
  margin: 0 0 0 5%;
  line-height: 1.8;
  letter-spacing: 1.5px;
  width: 68%;
}

.cleaning_menu_wrap .cont_wrap {
  margin-bottom: 80px;
}

.cleaning_menu_list .slick-slide {
  margin: 0;
}

.cleaning_menu_box {
  margin: 0;
  width: 30%;
}

.cleaning_menu_box a {
  color: #3a3a3a;
  transition: 0.4s;
}

.cleaning_menu_box a:hover {
  opacity: 0.5;
  text-decoration: none;
}

.cleaning_menu_box .cleaning_menu_photo img {
  transform: scale(0.8);
  transition: transform 0.3s;
  width: 100%;
}

.slick-center {
  margin: 0 30px !important;
}

.cleaning_menu_box.is-active .cleaning_menu_photo img {
  transform: scale(1);
}

.cleaning_menu_head {
  color: #3ea7e3;
  /* font-family: "Zen Maru Gothic", serif; */
  font-size: 20px;
  text-align: center;
}

.cleaning_menu_wrap {
  margin-bottom: 150px;
}

.slick-list {
  height: auto !important;
}

.apps_cont {
  display: flex;
}

.apps_cont_txt {
  padding: 0 4% 0 20%;
  width: 55%;
}

.apps_cont_photo {
  margin: 0;
  width: 45%;
}

.apps_cont_txt_block {
  line-height: 2;
  margin-bottom: 40px;
}

.apps_cont_txt_block p {
  margin-bottom: 20px;
}

.apps_cont_txt_block p:last-child {
  margin-bottom: 0;
}

.apps_link_block {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}

.apps_link {
  margin: 0;
}

.apps_link a {
  transition: 0.4s;
}

.apps_link a:hover {
  opacity: 0.5;
}

.apps_wrap {
  margin-bottom: 120px;
}

.dia_blog_wrap {
  max-width: 997px;
  margin-inline: auto;
  width: 90%;
}

.dia_blog_wrap .more_btn {
  margin-bottom: 0;
}

.top_dia_blog_side_list li {
  margin-bottom: 10px;
}

.top_dia_blog_side_list li a {
  background-image: url(./assets/img/common/tag.svg);
  background-repeat: no-repeat;
  color: #3ea7e3;
  display: block;
  padding: 9px 10px 9px 29px;
  transition: 0.4s;
}

.top_dia_blog_side_list li a:hover {
  background-image: url(./assets/img/common/tag_hover.svg);
  color: #fff;
  text-decoration: none;
}

.top_dia_blog_side {
  width: 303px;
}

.top_dia_blog_side_head {
  color: #3ea7e3;
  /* font-family: "Zen Maru Gothic", serif; */
  font-size: 26px;
  text-align: center;
  letter-spacing: 5px;
  margin-bottom: 10px;
}

.top_dia_blog_side_list {
  margin-bottom: 40px;
}

.top_dia_blog_main {
  display: flex;
  justify-content: space-between;
  gap: 3%;
}

.top_dia_blog_box {
  width: 32%;
}

.top_dia_blog_cont {
  display: flex;
  flex-direction: row-reverse;
  gap: 80px;
  margin-bottom: 28px;
}

.top_dia_blog_box a {
  display: flex;
  flex-direction: column;
  color: #3a3a3a;
  background: #fff;
  margin-bottom: 30px;
  padding: 1rem 1.2rem 2.2rem;
  border-radius: 32px;
  transition: 0.4s;
}

.top_dia_blog_box a:hover {
  background-color: #6baed6;
  opacity: 0.6;
  text-decoration: none;
}

.top_dia_blog_box:last-child {
  margin-bottom: 0;
}

.top_dia_blog_photo {
  margin: 0 0 20px 0;
}

.top_dia_blog_photo img {
  border-radius: 20px;
  height: 200px;
  object-fit: cover;
}

.top_dia_blog_cont_area {
  flex: 1;
}

.top_dia_blog_title {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.top_dia_blog_cat {
  background-color: #fff;
  border: 1px solid;
  border-radius: 8px;
  color: #67b1da;
  padding: 2px 15px;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.top_dia_blog .more_btn a,
.top_dia_blog .more_btn a {
  background-color: #67b1da;
  position: relative;
  overflow: hidden;
}

.more_btn a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #53a3cf;
  z-index: -1;
  /* 背景を要素の下に配置 */
  transition: height 0.6s ease;
  /* 高さをアニメーション */
}

.cont-menus_middle .more_btn {
  margin-top: 40px;
  margin-bottom: 0;
}

.cont-menus_middle .more_btn a {
  background-color: #fff;
  color: #3ea7e3 !important;
  max-width: 370px;
  padding: 10px 50px 10px 20px;
}

.cont-menus_middle .more_btn a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #addeed;
  z-index: -1;
  /* 背景を要素の下に配置 */
  transition: height 0.6s ease;
  /* 高さをアニメーション */
}

.more_btn a:hover,
.cont-menus_middle .more_btn a:hover {
  text-decoration: none;
  opacity: 1;
  background-color: initial;
  transition: 1s;
  color:#6baed6 !important;
}

.more_btn a:hover::before,
.cont-menus_middle .more_btn a:hover::before {
  height: 100%;
}

.shop_big {
  font-size: 38px;
  font-weight: 700;
  font-family: "LINE Seed JP", sans-serif;
}

.shop_small {
  font-size: 22px;
}

.cont_shop_area {
  max-width: 592px;
  margin-inline: auto;
}

.cont_shop_area img {
  width: 100%;
}

.cleaning_about_wrap {
  margin-bottom: 80px;
  position: relative;
  padding-top: 70px;
  overflow: hidden;
  padding-bottom: 10px;
}

.cleaning_about_wrap .cont_wrap {
  max-width: 866px;
}

.top_about_img {
  /* align-items: center;
  display: flex; */
  margin-bottom: 44px;
}

.top_about_txt {
  padding-right: 20px;
  position: relative;
}

.ill_underline {
  bottom: -40px;
  position: absolute;
  left: 25%;
  z-index: -1;
  transition: 0.8s;
  width: 0;
}

.ill_underline.on {
  width: 75%;
}

.ill_underline img {
  width: 100%;
}

.price_shop_block {
  /*   background-image: url(./assets/img/top/price_shop_block_bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; */
  padding: 36px 5%;
  text-align: center;
  /* width: 480px;
  height: 440px; */
}

.home .price_shop_block .head_txt::after {
  background-image: url(./assets/img/common/headline_ill_white.svg);
}

.home .price_shop_block .head_en {
  color: #fff;
}

.price_shop_wrap {
  background-image: url(./assets/img/top/price_shop_bg.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  display: flex;
  justify-content: center;
  gap: 70px;
  padding: 0 2% 80px;
  margin-bottom: 80px;
  overflow-x: hidden;
}
@media screen and (max-width:600px) {
  .price_shop_wrap {
    background-size:300%;
  }
}

.price_shop_wrap a {
  color: #3a3a3a;
  transition: 0.4s;
  background: #83c0e1;
  width: 45%;
  max-width: 566px;
  border-radius: 20px;
  position: relative;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.3);
}

.price_shop_wrap a::before {
  content: "";
  border-radius: 20px;
  width: 97%;
  height: 96%;
  border: 2px solid #fff;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.price_shop_wrap a:hover {
  opacity: 0.6;
  text-decoration: none;
}

.price_shop_block_txt {
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto;
  width: 73%;
}

.price_shop_block_icon {
  margin: -10px auto 12px;
  opacity: 0.7;
  width: 26%;
}

.price_shop_wrap a:first-child .price_shop_block_icon {
  margin: 20px auto 29px;
  width: 46%;
}

.price_shop_wrap a:first-child .price_shop_block_txt span {
  white-space: nowrap;
}

canvas {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.wave2 {
  position: absolute;
  bottom: 1px;
  left: 0;
  transform: rotate(180deg);
  width: 100%;
}

/* モーダル用 */
#modal-overlay {
  z-index: 1;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.3);
}

#modal-content1,
#modal-content2,
#modal-content3,
#modal-content4,
#modal-content5 {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 10;
}

/* modal */
.modal-open {
  position: fixed;
  top: 50%;
  left: 50%;
  font-size: 16px;
  font-weight: bold;
  width: 300px;
  height: 60px;
  color: #fff;
  background: #000;
  border: none;
  cursor: pointer;
  translate: -50% -50%;
}

/* モーダルと背景の指定 */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
}

/* モーダルの擬似要素の指定 */
.modal:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.2em;
}

/* クラスが追加された時の指定 */
.modal.is-active {
  opacity: 1;
  visibility: visible;
}

/* モーダル内側の指定 */
.modal-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 710px;
  min-width: 300px;
  width: 90%;
}

/* モーダルを閉じるボタンの指定 */
.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -20px;
  right: -20px;
  color: #fff;
  background: #000;
  border-radius: 20px;
  padding: 5px 13px;
  cursor: pointer;
  z-index: 1;
}

/* モーダルのコンテンツ部分の指定 */
.modal-content {
  text-align: left;
  line-height: 1.8;
}

/* モーダルのコンテンツ部分のテキストの指定 */
.modal-content p {
  margin: 1em 0;
}

.top_about {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.top_about div {
  margin-bottom: 24px;
}

.top_about div svg {
  width: 100%;
  height: auto;
}

.top_about_cont {
  font-size: 18px;
  line-height: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.cleaning_about_wrap .more_btn {
  margin: 20px auto 0;
}

.top_dia_blog {
  margin-bottom: 140px;
  padding-top: 70px;
  overflow: hidden;
  padding-bottom: 5px;
}

.nw-wrapper {
  margin: 0 0 calc(100px + 0.5rem);
}

.nw-inwrap {
  display: flex;
  gap: 20px;
  max-width: 1200px;
  margin-inline: auto;
  width: 90%;
}

.nw_carousel {
  margin-inline: auto;

  .splide__pagination {
    bottom: -0.5rem;
  }
}

.nw__slide {
  display: flex;
  gap: 2rem;
  padding: 1.25rem;
}

.nw__slide__img {
  max-width: 320px;
  min-width: 200px;

  img {
    max-width: 100%;
    height: auto;
  }
}

.nw__slide__content {
  display: flex;
  flex-direction: column;
  gap: 3rem;

  .needs-block,
  .answer-block {
    width: fit-content;
    padding: 1.2rem;
    background: #fff;
    border-radius: 1rem;
  }

  .needs-block {
    position: relative;

    &:before {
      content: "";
      position: absolute;
      display: block;
      width: 0;
      height: 0;
      top: 1.5rem;
      left: -0.75rem;
      border-top: 0.5rem solid transparent;
      border-right: 0.75rem solid #fff;
      border-bottom: 0.5rem solid transparent;
    }
  }

  .answer-block {
    p {
      margin: 1.7rem 0 0;

      &:first-of-type {
        margin: 0;
      }

      .fs-big {
        font-size: clamp(1.25rem, calc(1rem + 0.667vw), 1.5rem);
        /* min: 20px, max: 24px */
        font-weight: 700;
      }
    }

    .more_btn {
      margin: 1.7rem 0 0;
    }
  }
}

.benefits_txt {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: center;
  width: fit-content;
  margin-inline: auto;
  position: relative;
}

.benefits_txt::before {
  content: "";
  width: 2px;
  height: 26px;
  background-color: #3a3a3a;
  position: absolute;
  bottom: 12px;
  left: -14px;
  transform: rotate(-10deg);
}

.benefits_txt::after {
  content: "";
  width: 2px;
  height: 26px;
  background-color: #3a3a3a;
  position: absolute;
  bottom: 12px;
  right: -14px;
  transform: rotate(10deg);
}

.benefits_txt span {
  font-size: 40px;
  font-weight: bold;
}

.sp_br {
  display: none;
}

.top_benefits_wrap {
  background-image: url(./assets/img/top/benefits_bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 180px 0 120px;
  position: relative;
  margin-bottom: 90px;
  overflow: hidden;
}

.top_benefits_wrap::before {
  content: "";
  background-image: url(./assets/img/top/benefits_bg_wave.svg);
  background-size: cover;
  width: 100%;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

.top_benefits_wrap::after {
  content: "";
  background-image: url(./assets/img/top/benefits_bg_wave.svg);
  background-size: cover;
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(180deg);
}

.benefits_list {
  margin-bottom: 36px;
}

.benefits_list li {
  margin-bottom: 20px;

  dl {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}

.benefits_list li:last-child {
  margin-bottom: 0;
}

.benefits_list p {
  margin-bottom: 0;
}

.benefits_list li dt p img {
  width: 68px;
}

.benefits_list dd {
  font-size: 24px;
  font-weight: bold;
  /* font-family: "Zen Maru Gothic", serif; */
  margin-bottom: 0;
}

.benefits_list dd span {
  font-size: 40px;
}

.benefits_list_wrap {
  border: 2px solid #5eabd5;
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  max-width: 703px;
  margin-inline: auto;
}

.top_benefits_wrap .more_btn {
  margin-top: 2.4rem;
  margin-bottom: 0;
}

.minus {
  margin: 20px 0;
  text-align: center;
}

.app_ill {
  margin: -60px auto 0;
  width: fit-content;
}

.top_benefits_wrap .cont_wrap,
.benefits_list_wrap.app_benefits {
  max-width: 940px;
}

.benefits_list_wrap.app_benefits .benefits_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}

.benefits_list_wrap.app_benefits .benefits_list li {
  margin-bottom: 0;
  text-align: center;
  width: 30%;

  dl {
    flex-flow: column;
    gap: 12px;
  }
}

.benefits_list_wrap.app_benefits .benefits_list dd {
  line-height: 1.3;
}

.footer_wrap {
  background-color: #a8d1e2;
  background-size: cover;
  background-position: top center;
  margin-top: 200px;
  padding-bottom: 30px;
  position: relative;
}

.footer_wrap::before {
  content: "";
  background-image: url(./assets/img/common/footer_wave.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 129px;
  position: absolute;
  top: -120px;
  left: 0;
  z-index: -1;
}

.footer_ellipse_area {
  position: absolute;
  top: -350px;
  width: 100%;
}

.ellipse01 {
  position: absolute;
  top: 30px;
  left: 10%;
  animation: floating-x 7.2s ease-in-out infinite alternate-reverse;
}

.ellipse01 img,
.ellipse02 img,
.ellipse03 img,
.ellipse04 img {
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}

.ellipse02 {
  position: absolute;
  top: 0;
  left: 15%;
  animation: floating-x 7.2s ease-in-out infinite alternate-reverse;
  width: 9%;
  z-index: 1;
}

.ellipse03 {
  position: absolute;
  top: 0;
  right: 21%;
  animation: floating-x 7.2s ease-in-out infinite alternate-reverse;
}

.ellipse04 {
  position: absolute;
  top: 30px;
  right: 15%;
  animation: floating-x 7.2s ease-in-out infinite alternate-reverse;
  width: 9%;
  z-index: 1;
}

@keyframes floating-x {
  0% {
    transform: translateX(-5%);
  }

  100% {
    transform: translateX(5%);
  }
}

@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }

  100% {
    transform: translateY(10%);
  }
}

.footer_menu_block,
.footer_bottom {
  max-width: 1040px;
  margin-inline: auto;
  width: 90%;
}

.footer_menu_block {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 40px;
}

.footer_menu_block::after {
  content: "";
  background-image: url(./assets/img/common/footer_line.svg);
  background-repeat: repeat-x;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.footer_menu li a {
  color: #3a3a3a;
  font-size: 18px;
  font-weight: bold;
  transition: 0.4s;
}

.footer_menu li a:hover {
  opacity: 0.5;
  text-decoration: none;
}

.footer_menu_sub li {
  display: inline-block;
  position: relative;
  margin: 0 25px 13px 0;
}

.footer_menu_sub li:last-child {
  margin-bottom: 0;
}

.footer_menu_sub li::before {
  content: "-";
  position: absolute;
  top: 0;
  left: -15px;
}

.footer_menu_sub li a {
  font-size: 16px;
  font-weight: 500;
}

.footer_menu_sub {
  padding-left: 2em;
  margin: 20px 0 40px;
}

.footer_menu:first-child {
  margin: 0;
  width: 30%;
}

.footer_menu {
  width: 35%;
  margin: 0;
}

.footer_recruit {
  margin: 0;
  width: 33%;
}

.footer_recruit a {
  display: block;
  transition: 0.4s;
}

.footer_recruit a:hover {
  opacity: 0.5;
}

.footer_bottom {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 40px;
  overflow: hidden;
}

.footer_bottom_dia_wrap {
  align-items: center;
  display: flex;
  width: 430px;
}

.footer_bottom_menu {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  justify-content: space-between;
  gap: 20px 30px;
}

.footer_bottom_menu a {
  color: #3a3a3a;
  font-size: 14px;
  transition: 0.4s;
}

.footer_bottom_menu a:hover {
  opacity: 0.5;
  text-decoration: none;
}

.footer_bottom_dia_company {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 9px;
}

.footer_bottom_logo {
  filter: invert(19%) sepia(33%) saturate(0%) hue-rotate(225deg) brightness(84%)
    contrast(83%);
  margin: 0 30px 0 0;
}

.footer_bottom_dia_info {
  margin-bottom: 0;
}

.copy {
  color: #3a3a3a;
  margin: 10px 0 0 0;
  text-align: right;
  @media screen and (max-width:600px) {
    text-align:center;
    small  {
      font-size:0.7rem;
    }
  }
}

.footer_info_wrap {
  margin-inline: auto;
  max-width: 1340px;
  padding-top: 40px;
  padding-bottom: 45px;
  width: 90%;
}

.footer_info_wrap_block {
  overflow: hidden;
  position: relative;
  margin-bottom: 45px;
}

.footer_info_wrap_block::after {
  content: "";
  background-image: url(./assets/img/common/footer_line.svg);
  background-repeat: repeat-x;
  background-position: bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 142%;
  height: 4px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.footer_company {
  align-items: center;
  color: #3a3a3a;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  gap: 10px;
}

.footer_company_name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer_company_info,
.footer_company_tel {
  margin-bottom: 0;
}

.footer_company_info {
  margin-bottom: 2px;
}

@media screen and (max-width:1024px) {
  .footer_company_tel {
    a {
      color:#1e1e1e;
    }
  }
}

.footer_sns_wrap.header_sns_wrap {
  display: flex;
  justify-content: center;
  gap: 36px;
  position: initial;
  margin: 32px 0 40px;
}

.footer_sns_wrap img {
  width: 40px;
}

.footer_sns_wrap .header_sns {
  margin: 0;
}

.footer_sns_wrap .header_sns figcaption {
  font-weight: bold;
  font-size: 13px;
  margin-top: 8px;
}

.footer_sns_wrap .header_sns:nth-child(2) {
  margin-right: 16px;
}

.footer_nav ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  justify-content: center;
  gap: 20px 40px;
}

.footer_nav a {
  color: #3a3a3a;
  font-weight: bold;
  transition: 0.4s;
}

.footer_nav a:hover {
  text-decoration: none;
}

.footer_bnr_wrap {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 40px;
}

.footer_bnr {
  margin-bottom: 0;
}

.r-member_bnr {
  position: fixed;
  right: 32px;
  bottom: 92px;
  width: 130px;
  height: 130px;
  /* フワフワアニメーション */
  animation: fuwafuwa 3s ease-in-out infinite alternate;
  transition: 1.5s ease-in-out;
  z-index: 5;

  a {
    display: block;
  }

  img {
    width: 100%;
    height: auto;
  }
}

.another_link::after {
  content: url(./assets/img/common/link_icon.svg);
  margin-left: 6px;
}

.cleaning_menu_txtbox {
  margin: 0;
  margin-inline: auto;
  width: 80%;
}

.search-area_title {
  /* background-image: url(./assets/img/common/search-area_bg.jpg); */
  background-position: center;
  padding: 140px 0 130px;
}

.page-wrap {
  h2 {
    svg {
      max-width: 100%;
      height: auto;
    }
  }
  figure {
    img {
      border-radius: 32px;
    }
  }
}

.page-wrap .wsp-container {
  width: 86%;
  margin-inline: auto;
}

.page-wrap .wsp-pages-title {
  display: none;
}

.page-wrap .wsp-pages-list li {
  position: relative;
  margin-bottom: 30px;
  list-style-type: disclosure-closed;
  color: #67add4;
  font-size: 18px;
}

.page-wrap .wsp-pages-list li li {
  margin-bottom: 10px;
  list-style-type: none;
  text-indent: -1em;
  padding-left: 1em;
}

.page-wrap .wsp-pages-list li:last-child {
  margin-bottom: 0;
}

.page-wrap .wsp-pages-list a {
  color: #3a3a3a;
  font-size: 19px;
  transition: 0.4s;
}

.page-wrap .wsp-pages-list a:hover {
  color: #3ea7e3;
  text-decoration: none;
  opacity: 1;
}

.page-wrap .wsp-pages-list .children a {
  font-size: 16px;
}

.page-wrap .wsp-pages-list ul.children {
  margin-top: 8px;
}

.page-wrap .wsp-pages-list ul.children li::before {
  content: "－";
  color: #3a3a3a;
  background: none;
  top: 2px;
  left: -24px;
}

/*==========================================================================
  店舗検索
==========================================================================*/
.page_title {
  position: relative;
  margin-bottom: 20px;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: left;
  background: #96c0db;

  &:before {
    content: "";
    background-image: url(./assets/img/common/title_bg02_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 60px;
    left: -40px;
    width: 45%;
    height: 224px;
    opacity: 0.6;
  }

  &:after {
    content: "";
    background-image: url(./assets/img/common/page_bg.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 140px;
    z-index: 1;
  }

  .head_txt {
    font-size: 54px;
    color: #fff;
    max-width: 1350px;
    margin-inline: auto;
    position: relative;
    /* padding-left: 80px; */
    line-height: 1.3;
    text-align: center;
  }

  .head_txt::before {
    content: none;
    position: absolute;
    top: -76px;
    right: -20px;
    background-image: url(./assets/img/common/ill_family_02.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 272px;
    height: 293px;
    z-index: 1;
  }

  .head_en {
    font-weight: bold;
    font-family: "LINE Seed JP", sans-serif;
    font-size: 26px;
    color: #fff;
    letter-spacing: 15px;
    line-height: 1;
    margin: 0;
    max-width: 1350px;
    margin-inline: auto;
    opacity: 0.6;
    text-align: center;
  }
}

.page-id-29 .page_title .head_txt::before {
  background-image: url(./assets/img/common/ill_family.svg);
  width: 234px;
  height: 293px;
  top: -28px;
  right: -20px;
  z-index: 2;
}

.search-area_wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: 1280px;
  margin-inline: auto;
  margin-bottom: 100px;
  width: 90%;
}

.search-area_menu {
  margin-right: 70px;
  width: 300px;
}

.search-area_menu_sticky {
  background: #7fc2e9;
  border-radius: 15px;
  color: #fff;
  padding: 25px 30px;
  top: 20px;
  left: 0;
}

.search-area_menu a {
  color: #3a3a3a;
  font-size: 17px;
}

.child {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.search-area_menu .child li {
  align-items: center;
  display: flex;
}

.search-area_menu .child li a {
  background-color: #cbe7ef;
  border-radius: 5px;
  display: block;
  padding: 10px 35px;
  transition: 0.4s;
}

.search-area_menu .child li a:hover {
  opacity: 0.4;
  text-decoration: none;
}

.search-area_liwrap .child {
  gap: 10px;
}

.search-area_menu .search-area_liwrap .child li a {
  padding: 7px 10px;
}

.search-area_menu_sticky.search-area_liwrap {
  padding: 25px;
}

.search-area_menu_sticky.search-area_liwrap ul {
  margin-bottom: 0;
}

.search-area_menu .search-area_liwrap a {
  font-size: 14px;
}

.grandchild {
  display: flex;
  color: #3a3a3a;
  font-size: 17px;
  gap: 7px;
  margin-left: 10px;
}

.search-area_menu .child li .grandchild a {
  background: no-repeat;
  color: #3a3a3a;
  font-size: 16px;
  border: 2px solid #67b1da;
  padding: 2px 13px;
  color: #67b1da;
}

.search-area_menu_li {
  margin-bottom: 20px;
}

.search-area_menu_li:last-child {
  margin-bottom: 0;
}

.search-area_menu_li_title {
  display: block;
  position: relative;
  padding: 0 0 8px 2px;
  margin-bottom: 19px;
}

.archive_top .search-area_menu_li_title::before {
  content: none;
}

.search-area_menu_li_title::before {
  content: "＋";
  position: absolute;
  top: 43%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 22px;
}

.search-area_menu_li details:open .search-area_menu_li_title::before {
  content: "－";
}

.search-area_menu_li_title::after {
  content: "";
  background-image: url(./assets/img/common/side_headding.png);
  background-repeat: repeat-x;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.search-area_menu > ul {
  margin-bottom: 0;
}

.search-area_cont {
  flex: 1;

  h3 {
    position: relative;
    margin: 4rem auto 1.25rem;
    padding: 1.5rem 1rem 1.25rem;
    font-size: 24px;

    &:after {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 10px;
      content: "";
      background-image: -webkit-repeating-linear-gradient(
        135deg,
        #3ea7e3,
        #3ea7e3 1px,
        transparent 2px,
        transparent 5px
      );
      background-image: repeating-linear-gradient(
        -45deg,
        #3ea7e3,
        #3ea7e3 1px,
        transparent 2px,
        transparent 5px
      );
      background-size: 7px 7px;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
    }
  }
}

.area_name {
  font-size: 32px;
  border-bottom: 1px solid;
  padding: 0 0 0 8px;
  margin-bottom: 40px;
}

.grandchild_links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  align-items: center;

  li {
    width: 18%;

    a {
      background-color: #8abdd9;
      border: 1px solid #8abdd9;
      border-radius: 30px;
      color: #fff;
      display: block;
      line-height: 1;
      padding: 12px 28px 12px 28px;
      text-align: center;
      font-weight: bold;
      position: relative;

      &:hover,
      &:active {
        background-color: #fff;
        color: #8abdd9;
        opacity: 1;
        text-decoration: none;
      }

      &:after {
        content: "";
        clip-path: polygon(0 0, 50% 100%, 100% 0);
        height: 10px;
        width: 12px;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        background-color: #fff;
      }

      &:hover::after {
        background-color: #8abdd9;
      }
    }
  }
}

.archive_list_wrap {
  align-items: start;
  width: 100% !important;

  & .search-area_menu {
    background: #7fc2e9;
    border-radius: 15px;
    color: #fff;
    padding: 25px;
    margin-right: 70px !important;
    width: 300px !important;
  }

  & .search-area_menu_sticky {
    background: initial;
    border-radius: 0;
    padding: 0;
  }

  & .child {
    gap: 10px !important;
  }

  & .search-area_menu_sticky > ul {
    display: block !important;
  }

  & .search-area_menu .child li a {
    display: block;
    font-size: 14px;
    padding: 7px 10px;
    transition: 0.4s;
  }

  & .search-area_menu_li_title {
    display: block;
    color: #fff !important;
    font-size: 16px !important;
    position: relative;
    padding: 0 0 8px 2px;
    margin-bottom: 19px;
  }

  & .search-area_menu_li_title::after {
    content: "";
    background-image: url(./assets/img/common/side_headding.png) !important;
    background-repeat: repeat-x;
    background-size: initial !important;
    width: 100%;
    height: 4px !important;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  & .search-area_cont h2 {
    margin-top: 80px;
  }

  & .search-area_cont h2:first-child {
    margin-top: 0;
  }
}

.shop_info_icon {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 20px;
  gap: 10px;
  width: 100%;
}

.search-area-archive img {
  filter: invert(22%) sepia(6%) saturate(0%) hue-rotate(125deg) brightness(93%)
    contrast(102%);
}

.shop_info_title_wrap {
  align-items: center;
  position: relative;
  padding: 0 5px 9px 5px;
  margin-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
}

.shop_info_title_wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #3ea7e3 2px, transparent 2px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
}

.shop_info_title {
  font-size: 26px;
  letter-spacing: 1.3px;
  font-family: "LINE Seed JP", sans-serif;
  margin-bottom: 0;
  margin-right: 20px;
}

.shop_info_type {
  background-color: #3ea7e3;
  border-radius: 20px;
  color: #fff;
  margin-bottom: 0;
  padding: 2px 13px 3px;
}

.type02 {
  background-color: #7fc2e9;
  color: #3a3a3a;
}

.shop_type_wrap {
  display: flex;
  margin: 0;
  gap: 10px;
}

.shop_type_block {
  border: 1px solid;
  border-radius: 10px;
  padding: 2px 8px;
}

.shop_type_block.type01-1 {
  color: #6aaacf;
  font-weight: bold;
}

.shop_type_block.type01-2 {
  background-color: #7fc2e9;
  border: 1px solid #7fc2e9;
  color: #fff;
}

.shop_info_cont_list {
  align-items: center;
  border-bottom: 1px dashed #dcdcdc;
  display: flex;
  padding-bottom: 12px;
  margin-bottom: 24px;
}

.shop_info_cont_list dt {
  color: #53a3cf;
  margin-right: 20px;
  width: 70px;
}

.shop_info_cont_list dd {
  margin: 0;
}

.shop_info_cont_postcode {
  position: relative;
  margin-bottom: 3px;
}

.shop_info_cont_postcode::before {
  content: "〒";
}

.shop_info_cont {
  display: flex;
  margin-inline: auto;
  margin-bottom: 10px;
  width: 94%;
}

.shop_info_cont_left {
  margin-right: 7%;
  width: 23%;
}

.shop_info_cont_right {
  width: 70%;
}

.archive .shop_info_cont_left {
  display: flex;
  margin: 0;
  gap: 20px;
  margin-bottom: 16px;
  width: 100%;
}

.archive .shop_info_cont_left p {
  margin-bottom: 0;
}

.archive .shop_info_cont {
  display: block;
  margin: 0 auto;
  width: 98%;
}

.archive .shop_info_cont_right {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.archive .shop_info_cont_list:first-child {
  width: 100%;
}

.archive .shop_info_cont_list:nth-child(2),
.archive .shop_info_cont_list:nth-child(3) {
  margin-bottom: 0;
  width: calc(100% / 2);
}

.archive .shop_info_cont_list {
  padding-bottom: 4px;
  margin-bottom: 12px;
}

.archive .shop_info_icon {
  margin: 20px 0 0;
}

.archive .shop_info_title_wrap {
  margin-bottom: 8px;
}

.shop_info_wrap {
  font-size:clamp(0.875rem, calc(0.75rem + 0.333vw), 1rem); /* min: 14px, max: 16px */
  margin-bottom: 32px;
}

.shop_info_wrap a {
  background: #fff;
  border-radius: 10px;
  display: block;
  color: #3a3a3a;
  padding: 20px 56px 20px 25px;
  position: relative;
  transition: 0.4s;
  &.tel-link {
    background:transparent;
    border-radius:unset;
    padding:0;
  }
}

.shop_link {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 100%;
  background: #90caea;
  border-radius: 0 10px 10px 0;
  opacity: 0.6;
}

.shop_link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  width: 12px;
  height: 32px;
  background-color: #fff;
}

.shop_info_wrap a:hover {
  background-color: #dce5e9;
  opacity: 1;
  text-decoration: none;
}

.shop_info_wrap:last-child {
  margin-bottom: 0;
}

.search-area_wrap.search_archive {
  display: block;
}

.search_archive .search-area_menu {
  margin: 0 0 60px 0;
  width: 100%;
}

.search_archive .search-area_menu .search-area_menu_sticky > ul {
  /* display: flex; */
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  flex-wrap: wrap;
  gap: 40px 4%;
}

.search-area_menu_li:first-child {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 4;
}

.search-area_menu_li:nth-child(2) {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}

.search-area_menu_li:nth-child(3) {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
}

.search-area_menu_li:nth-child(3) {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 4;
}

.search_archive .search-area_menu_li_title {
  color: #3a3a3a;
  font-size: 32px;
  font-weight: bold;
}

.search_archive .search-area_menu_sticky {
  background-color: initial;
}

.search_archive .search-area_menu_li_title::after {
  background-image: none;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #3ea7e3 2px, transparent 2px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
}

/* .catid7,
.catid8 {
  position: relative;
  padding-right: 440px;
} */
/* .catid7::after,
.catid8::after {
  content: "(北区・南区・中区・東区)";
  color: #3A3A3A;
  display: block;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 80px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.catid8::after {
  content: "(倉敷・水島・児島・玉島・船穂・真備)";
} */
.shop_more_btn {
  background-color: #3ea7e3;
  color: #fff !important;
  display: block;
  font-size: 15px;
  width: 254px;
  margin: 0 0 0 40px;
  padding: 10px 40px 10px 10px;
  border-radius: 30px;
  border: 1px solid;
  position: relative;
  box-shadow: 0 0 3px #999;
  transition: 0.4s;
  text-align: center;
}

.shop_more_btn::after {
  content: "";
  background-image: url(./assets/img/common/white_arrow.svg);
  position: absolute;
  width: 8px;
  height: 14px;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.shop_info_link {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

.shop_info_link .shop_more_btn {
  max-width: 207px;
}

.shop_info_wrap.single_page {
  max-width: 950px;
  margin-inline: auto;
  margin-bottom: 100px;
  width: 90%;
}

.googlemap {
  position: relative;
  width: 100%;
  padding-top: 40.25%;
  height: 0;
  margin-top: 30px;
  margin-bottom: 1.5rem;
}

.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.shop_info_cont_photo img {
  border-radius: 20px;
}

.single_page .shop_info_cont_left {
  margin-right: 40px;
  width: 230px;
}

.single_page .shop_info_cont_left .shop_info_icon {
  flex-wrap: wrap;
  margin-top: 40px;
  flex: 1;
}

.single_page .shop_info_cont_right {
  flex: 1;
}

.single_page .shop_info_cont_right dd {
  flex: 1;
}

.calendar_link a {
  background: #bed7e2;
  display: inline-block;
  margin-top: 8px;
  padding: 12px 25px 12px 25px;
  font-weight: bold;
  background-color: #fff;
  color: #8abdd9;
  opacity: 1;
  border: 2px solid;
}

.calendar_link a:hover {
  background-color: #8abdd9;
  color: #fff;
  border: 2px solid #8abdd9;
}

.single_page .shop_info_cont_right .shop_info_icon li,
.archive .shop_info_icon li {
  border-radius: 10px;
  font-size: clamp(0.813rem, calc(0.688rem + 0.333vw), 0.938rem); /* min: 13px, max: 15px */
  padding: 5px 10px;
}

.single_page .shop_info_cont_right .shop_info_icon .term_icon,
.archive .shop_info_icon .term_icon {
  display: inline-block;
  margin-right: 2px;
  width: 30px;
  filter: invert(22%) sepia(6%) saturate(0%) hue-rotate(125deg) brightness(93%)
    contrast(102%);
}

.term01 {
  background-color: #cbe7ef;
}

.term02 {
  background-color: #efcbde;
}

.term03 {
  background-color: #cbdbef;
}

.term04 {
  background-color: #cbefce;
}

.term05 {
  background-color: #efebcb;
}

.before-after .wp-block-column:nth-child(2) img {
  width: 30px;
}

/*==========================================================================
  ブログ
==========================================================================*/
.article_thumbnail {
  max-width: 700px;

  img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 32px;
  }
}

.blog_wrap {
  max-width: 1024px;
  margin: 0 auto 128px;
  width: 90%;
}

.share_wrap {
  position: sticky;
  width: 30px;
  height: fit-content;
  margin-inline: auto;
  top: 150px;
}

.blog_cont {
  flex: 1;
  line-height: 1.9;
}

.blog_cont .wp-block-list {
  padding-left: 1.8em;
}

.blog_cont .wp-block-list li {
  position: relative;
  margin-bottom: 8px;
}

.blog_cont .wp-block-list li::marker {
  color: #3ea7e3;
  font-size: 20px;
}

.blog_cont .wp-block-list li:last-child {
  margin-bottom: 0;
}

.blog_cont .wp-block-list li::before {
  content: "●";
  color: #3ea7e5;
  position: absolute;
  top: 1px;
  left: -25px;
}

.blog_cont_wrap {
  max-width: 835px;
  width: 90%;
  margin: 0 0 0 auto;
}

.blog_cont_inwrap {
  margin: 3rem 0 0;
  padding: 0 1.5rem;

  .wp-block-image {
    width: fit-content;
    margin-inline: auto;
    @media screen and (max-width: 600px) {
      max-width: 400px;
    }

    img {
      max-width: 100%;
      height: auto;
      border-radius: 32px;
    }
  }
}

.blog_cont_inblock {
  display: flex;
  gap: 2rem;
}

.blog_title_block {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 2rem;
  background: #fff;
  border-radius: 32px;
  z-index: 1;
}

.blog_title {
  /* font-family: "Zen Maru Gothic", serif; */
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}

.article_thumbnail {
  margin-bottom: 48px;
}

.blog_cont p,
.blog_cont div,
.blog_cont ul,
.blog_cont ol,
.blog_cont .wp-block-table {
  margin-bottom: 1.7rem;
}

.blog_cont h2 {
  color: #000;
  /* font-family: "Zen Maru Gothic", serif; */
  font-size: 28px;
  margin-top: 60px;
  line-height: 1.5;
  margin-bottom: 30px;
}

.blog_cont h3 {
  /* font-family: "Zen Maru Gothic", serif; */
  font-size: 24px;
  color: #3ea7e3;
  margin-bottom: 20px;
}

.blog_cont table {
  background-color: #fff;
}

.share_cont {
  align-items: center;
  display: flex;
  writing-mode: vertical-rl;
}

.share_txt {
  font-family: "LINE Seed JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.share_icon {
  margin-bottom: 20px;
}

.share_icon:last-child {
  margin-bottom: 0;
}

.top_dia_blog_cat.blog_cont_cat {
  line-height: 1.5;
  margin-bottom: 0;
}

.latest_wrap {
  width: 50%;
  background: #fff;
  padding: 1.2rem;
  border-radius: 32px;
}

.recommend_wrap {
  width: 50%;
  background: #fff;
  padding: 1.2rem 0.8rem;
  border-radius: 32px;
}

.blog_cont_wrap {
  max-width: 958px;
  margin-inline: auto;
  margin-bottom: 60px;
  width: 90%;
}

.blog_share .share_cont {
  justify-content: center;
  writing-mode: lr;
}

.blog_share .share_txt {
  margin: 0 60px 0 0;
}

.blog_share .share_icon {
  margin: 0 40px 0 0;
}

.other_article_block {
  display: flex;
  gap: 1.5rem;
}

.blog_recommend {
  background: #3ea7e3;
  border-radius: 20px;
  color: #fff;
  padding: 20px 20px 30px;
}

.blog_recommend_title {
  align-items: center;
  display: flex;
  flex-direction: column;
  border-bottom: 3px dashed rgba(255, 255, 255, 0.5);
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.recommend_title_en {
  font-family: "LINE Seed JP", sans-serif;
  font-size: 14px;
  font-weight: bold;
}

.blog_cont h2.recommend_title {
  color: #000;
  line-height: 1;
}

.blog_recommend_cont_wrap {
  align-items: center;
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.blog_recommend_cont_wrap:last-child {
  margin-bottom: 0;
}

.blog_cont .blog_recommend h3 {
  color: #fff;
  font-family: "LINE Seed JP", sans-serif;
  font-size: 32px;
  margin-bottom: 10px;
}

.blog_recommend_photo {
  margin-bottom: 0;
  width: 35%;
}

.blog_recommend_cont {
  width: 65%;
}

.blog_cont p.blog_recommend_cont_link {
  margin: 0;
}

.blog_recommend_cont_link a {
  background-color: #fff;
  border-radius: 20px;
  color: #000;
  display: block;
  max-width: 147px;
  padding: 5px 20px;
  position: relative;
  transition: 0.4s;
}

.blog_recommend_cont_link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  border-left: 15px solid #aedfee;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.blog_recommend_cont_link a:hover {
  opacity: 0.4;
  text-decoration: none;
}

.blog_share {
  margin: 64px 0 128px;
}

.blog_cont_width .recommend_title {
  font-size: 20px;
  /* font-family: "Zen Maru Gothic", serif; */
  margin: 0 !important;
}

.blog_cont_width .blog_recommend_title {
  border: none;
  padding: 0;
  margin-bottom: 20px;
}

.categories_wrap {
  margin: 0;
  padding: 20px 20px;
  background: #fff;
  border-radius: 20px;
  width: 306px;
}

.single .categories_wrap {
  margin-top: 32px;
  width: 100%;
}

.single .categories_wrap .all-categories {
  margin-bottom: 0;
}

.single .categories_wrap .all-categories li {
  width: auto;
}

.all-categories-ttl {
  font-size: 18px;
  margin: 0;
}

.blog_cont {
  h2.all-categories-ttl {
    font-size: 20px;
    line-height: 1;
    color: #000;
    margin: 0;
  }
}

.all-categories-ttl_en {
  font-family: "LINE Seed JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.all-categories-ttl_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 1rem;
}

.all-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;

  li {
    width: 100%;
    text-align: center;

    a {
      display: block;
      padding: 0.25rem 1rem;
      font-size: 14px;
      color: #fff;
      background: #8abdd9;
      border-radius: 2rem;

      &:hover {
        text-decoration: none;
      }
    }
  }
}

.archive_cat .all-categories-ttl_block {
  color: #3ea7e3;
}

.archive_cat .all-categories {
  display: block;
  padding-left: 1.5em;
}

.archive_cat .all-categories li {
  list-style-type: disc;
  margin-bottom: 12px;
  text-align: left;
}

.archive_cat .all-categories li::marker {
  color: #67b1da;
}

.archive_cat .all-categories li:last-child {
  margin-bottom: 0;
}

.archive_cat .all-categories a {
  color: #3a3a3a;
  background-color: initial;
  font-size: 15px;
  padding: 0;
  transition: 0.4s;
}

.archive_cat .all-categories a:hover {
  color: #8abdd9;
  opacity: 1;
}

.latest_cont_block {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-inline: auto;
  justify-content: center;
}

.latest_cont_box {
  width: 100%;
}

.latest_cont_box:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.latest_cont_title {
  /* font-family: "Zen Maru Gothic", serif; */
  font-size: 18px !important;
  font-weight: bold;
  line-height: 1.3332;
  margin: 0 !important;
}

.latest_cont_box a {
  display: flex;
  gap: 1.25rem;
  color: #000000;
  transition: 0.4s;
}

.latest_cont_box a:hover {
  opacity: 0.6;
  text-decoration: none;
}

.latest_cont_photo img {
  border-radius: 15px;
  height: 150px;
  object-fit: cover;
}

.cat_box {
  font-size: 13px;
  color: #3ea7e3;
  border: 1px solid #3ea7e3;
  display: block;
  width: fit-content;
  padding: 4px 12px;
  margin-bottom: 8px;
  transition: 0.4s;
  border-radius: 8px;
  line-height: 1.3;
}

.latest_cont_photo {
  width: 40%;
  height: 150px;
  margin: 0;
  background: #ccc;
  border-radius: 20px;
  overflow: hidden;
}

.latest_cont_header {
  width: 60%;
}

.blog_archive_wrap {
  align-items: flex-start;
  display: flex;
  width: 90%;
  max-width: 1280px;
  margin: 0 auto 100px;
  gap: 20px;
}

.blog_archive {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.blog_archive_side {
  width: 344px;
}

.blog_archive_side .campaign_area {
  margin-bottom: 40px;
}

.blog_archive_side .top_dia_blog_side {
  margin: 0 auto;
}

.blog_archive_box {
  position: relative;
  display: flex;
  width: calc((100% / 3) - 1.5rem);
}

@media screen and (max-width: 480px) {
  .blog_archive_box {
    width: 100%;
  }

  .other_article_block {
    flex-wrap: wrap;
  }

  .latest_wrap {
    width: 100%;
  }

  .recommend_wrap {
    width: 100%;
  }
}

.blog_archive_box a {
  border-radius: 32px;
  color: #3a3a3a;
  background: #fff;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 20px;
  transition: 0.4s;
  padding: 20px;
}

.blog_archive_box a:hover {
  background-color: #cbe7ef;
  opacity: 1;
  text-decoration: none;
}

.blog_archive_photo {
  width: 100%;
  margin: 0;
  background: #ccc;
  border-radius: 32px;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

.blog_archive_photo img {
  width: 100%;
  object-fit: cover;
  transform: scale(1);
  transform-origin: center;
  transition: transform 0.5s;
}

.blog_archive_box a:hover .blog_archive_photo img {
  transform: scale(1.2);
}

.blog_archive_cont {
  width: 100%;
}

.blog_archive_title {
  font-size: 20px;
}

.cat-item.current-cat a {
  background-image: url(./assets/img/common/tag_hover.svg) !important;
  color: #fff;
}

.blog_archive_cat {
  font-size: 24px;
  font-weight: bold;
  /* font-family: "Zen Maru Gothic", serif; */
  margin-bottom: 50px;
  width: 90%;
  max-width: 1280px;
  margin-inline: auto;
}

.blog_archive_cat span {
  font-size: 18px;
}

.guidance_menu_box_li {
  padding-left: 1.8em;
}

.guidance_menu_box_li li {
  position: relative;
  margin-bottom: 8px;
}

.guidance_menu_box_li li::before {
  content: "";
  background-image: url(./assets/img/blog/list_icon.svg);
  background-size: cover;
  position: absolute;
  top: 4px;
  left: -29px;
  width: 26px;
  height: 18px;
}

.guidance_menu_box_li li:last-child {
  margin-bottom: 0;
}

/*==========================================================================
  新着情報
==========================================================================*/
.news_cont {
  max-width: 800px;
  margin: 0 auto 100px;
  width: 90%;
}

.news_title {
  color: #3a3a3a;
  font-size: 28px;
  position: relative;
  padding: 0 0 8px 10px;
  margin-bottom: 24px;
}

.news_title::after {
  content: "";
  width: 100%;
  height: 8px;
  opacity: 0.3;
  border-radius: 20px;
  background-color: #8abdd9;
  background-size: 10px 2px;
  background-repeat: repeat-x;
  position: absolute;
  bottom: -4px;
  left: 0;
}

.news_info_box {
  align-items: center;
  display: flex;
  justify-content: right;
  margin-bottom: 30px;
}

.news_cat {
  background: #8abdd9;
  color: #fff;
  margin: 0 20px 0 0;
  font-size: 14px;
  border-radius: 20px;
  padding: 3px 12px;
}

.news_info_box time {
  letter-spacing: 1px;
}

.news_cont_wrap {
  line-height: 1.9;
  overflow-wrap: anywhere;

  .campaign_photo {
    width: fit-content;
    margin: 1.7rem auto 60px;

    img {
      max-width: 100%;
      height: auto;
      border-radius: 32px;
    }
  }
}

.news_cont_wrap .wp-block-image {
  margin-bottom: 20px;
}

.news_cont_wrap h2 {
  color: #8abdd9;
}

.news_cont_wrap ul,
.news_cont_wrap ol {
  padding-left: 1.5em;
}

.news_cont_wrap ul li {
  list-style-type: disc;
  margin-bottom: 5px;
}

.news_cont_wrap ul li:last-child {
  margin-bottom: 0;
}

.news_cont_wrap .is-type-video .wp-block-embed__wrapper {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.news_cont_wrap .is-type-video iframe {
  width: 100%;
  height: 100%;
}

.news_wrap.news_archive .head_block {
  width: 100%;
}

.pager.more_btn .pagerGoList {
  display: block;
}

.pager {
  margin-top: 40px;
  position: relative;
  text-align: center;
  border-top: 1px solid #999;
  padding-top: 20px;
}

.pager a {
  color: #3a3a3a;
  transition: 0.5s;
  position: relative;
  transition: 0.4s;
}

.more_btn.more-link {
  width: 100%;
}

.more-link a {
  display: block;
}

.more-link.btn_w05 a {
  max-width: 224px;
}

.more-link.btn_w04 a {
  max-width: 185px;
}

.more-link.btn_w09 a {
  max-width: 284px;
}

.more-link.btn_w14 a {
  max-width: 384px;
}
.more-link.btn_w16 a {
  max-width: 434px;
}

.more-link.faq_btn {
  margin-top: 30px;
}

.more-link.thanks-btn a {
  display: block !important;
  max-width: 400px;
  width: 90%;
}

.has-text-align-center.thnkas_txt {
  font-size: 18px;
}

.more_btn.headline_btn.thanks_btn a {
  max-width: 280px;
}

.corp_link a {
  transition: 0.7s;
}

.corp_link a:hover {
  animation: zoom 0.3s;
  background-color: #0549a1;
  opacity: 1;
}

@keyframes zoom {
  50% {
    transform: scale(1.05);
  }
}

.pager a:hover {
  color: #3ea7e3;
  text-decoration: none;
  opacity: 1;
}

.pager a[rel="prev"] {
  position: absolute;
  bottom: 0;
  left: 0;
}

.pagerGoList {
  display: inline-block;
  margin: 0;
}

.pager a[rel="next"] {
  position: absolute;
  bottom: 0;
  right: 0;
}

.pager.campaign {
  border: none;
}

.pager.campaign a {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 16px 32px;
  color: #fff;
  background: #3ea7e3;
  border-radius: 32px;
  font-size: clamp(1rem, calc(0.875rem + 0.333vw), 1.125rem);
  letter-spacing: 3px;
}

/*==========================================================================
  ページネーション
==========================================================================*/
.wp-pagenavi {
  margin: 40px auto;
  font-size: 12px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #77a0d1;
}

.blog_archive .wp-pagenavi {
  width: 100%;
}

.wp-pagenavi a {
  color: #77a0d1;
}

.wp-pagenavi span.current,
.wp-pagenavi a.page {
  margin: 0 10px 0 0;
  border: solid 1px #eee;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  box-sizing: border-box;
  justify-content: center;
  display: flex;
  align-items: center;
  transition: 0.3s;
}

.wp-pagenavi span.current {
  border: none;
  background: #77a0d1;
  color: #fff;
}

.wp-pagenavi a.page {
  background: none;
}

.wp-pagenavi a.page:hover {
  background: #77a0d1;
  color: #fff;
  border-color: initial;
}

.wp-pagenavi .first,
.wp-pagenavi .extend {
  margin-right: 10px;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  display: none;
}

/*==========================================================================
  下層ページ
==========================================================================*/
.page-wrap {
  max-width: 1024px;
  margin-inline: auto;
  margin-bottom: 120px;
  width: 90%;
}

.intro_txt {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 40px;
  text-align: center;
}

.page-wrap p {
  line-height: 1.7;
}

.text_block {
  width: 90%;
  margin-inline: auto;
  margin-bottom: 60px;
}

/* .page-wrap .wp-block-heading {
  color: #3A3A3A;
  font-size: 20px;
  font-weight: bold;
  display: block;
  position: relative;
  padding: 0 0 8px 63px;
  margin-bottom: 20px;
} */
.page-id-233 .page-wrap .wp-block-heading,
.page-id-291 .page-wrap .wp-block-heading {
  display: block;
}

.page-id-291 .page-wrap .headline_box .wp-block-heading {
  margin-top: 2em;
}

.page-wrap {
  .wp-block-heading {
    position: relative;
    display: flex;
    gap: 0.75rem;
    color: #3a3a3a;
    font-size: 32px;
    font-weight: 700;
    margin: 4rem 0 0;
  }

  h2.wp-block-heading {
    font-size: 32px;
    line-height: 1.3332;
  }

  h3.wp-block-heading {
    font-size: 24px;
    line-height: 1.3332;
  }

  h4.wp-block-heading {
    font-size: 20px;
    line-height: 1.3332;
  }
}

.page-wrap .wp-block-heading.flow_head::before {
  content: "";
  background-image: url(./assets/img/flow/flow_icon01.svg);
  background-size: cover;
  width: 70px;
  height: 70px;
  position: absolute;
  top: -20px;
  left: -20px;
}

.page-wrap .flow_block:nth-child(2) .wp-block-heading::before {
  background-image: url(./assets/img/flow/flow_icon02.svg);
}

.page-wrap .flow_block:nth-child(3) .wp-block-heading::before {
  background-image: url(./assets/img/flow/flow_icon03.svg);
}

.page-wrap .flow_block:nth-child(4) .wp-block-heading::before {
  background-image: url(./assets/img/flow/flow_icon04.svg);
}

.page-wrap .flow_block:nth-child(5) .wp-block-heading::before {
  background-image: url(./assets/img/flow/flow_icon05.svg);
}

.page-wrap .flow_block:nth-child(6) .wp-block-heading::before {
  background-image: url(./assets/img/flow/flow_icon06.svg);
}

.page-wrap .flow_block:nth-child(7) .wp-block-heading::before {
  background-image: url(./assets/img/flow/flow_icon07.svg);
}

.page-wrap .flow_block:nth-child(8) .wp-block-heading::before {
  background-image: url(./assets/img/flow/flow_icon08.svg);
}

/* .page-wrap .wp-block-heading::after {
  content: "";
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #3EA7E3 2px, transparent 2px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
} */
.flow_block {
  position: relative;
  margin-bottom: 60px;
  padding: 2rem;
  background: #fff;
  border-radius: 40px;

  &:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 25%;
    border-style: solid;
    border-width: 60px 22.5px 0 22.5px;
    border-color: #fff transparent transparent;
    translate: -50% 100%;
  }

  &:last-child {
    &:after {
      content: unset;
    }
  }

  .wp-block-heading {
    font-size: 24px;
    font-weight: 500;

    &::before {
      display: none;
    }
  }

  .wp-block-heading {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .wp-block-media-text__content {
    align-self: center !important;
  }
}

.flow_block:last-child {
  margin-bottom: 0;
}

.page-wrap .wp-block-heading.page_title_wrap {
  /* font-family: "Zen Maru Gothic", serif; */
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 8px;
  padding-left: 0;
  margin-bottom: 52px;
  justify-content: center;
  position: relative;

  &::before {
    display: none;
  }

  &::after {
    content: "";
    background-image: url(./assets/img/common/headline_ill.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 198px;
    height: 18px;
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}

.kiyaku .page-wrap .wp-block-heading.page_title_wrap,
.headline .page-wrap .wp-block-heading.page_title_wrap {
  font-size: 32px;
  font-family: "LINE Seed JP", sans-serif;
}

.cleaning .wp-block-group {
  margin-top: 80px;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb72 {
  margin-bottom: 72px !important;
}

.mb48 {
  margin-bottom: 48px !important;
}

.mb24 {
  margin-bottom: 24px;
}

.aside_cover {
  min-height: 350px;
}

.annualfee td:first-child,
.annualfee td:nth-child(3) {
  background-color: #cbe7ef;
}

.page-wrap .cleaning_menu .wp-block-heading {
  color: #3ea7e3;
  /* font-family: "Zen Maru Gothic", serif; */
  font-size: 20px;
  padding: 0;
  margin: 15px 0;
}

.page-wrap .cleaning_menu .wp-block-heading::after {
  content: none;
}

.cleaning_menu_txt_block {
  max-width: 368px;
  margin-inline: auto;
}

.price-toc {
  margin: 0 0 1.5rem;

  & + .price-toc {
    margin: 0;
    padding: 1.5rem 0 0;
    background-image: repeating-linear-gradient(
      90deg,
      #3ea7e3,
      #3ea7e3 12px,
      transparent 12px,
      transparent 16px
    );
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 100% 2px;
  }
}

.price_link_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin: 0;
}

.price_link_area li {
  display: inline-block;
  width: 30%;
}

.price_link_area li a {
  background-color: #8abdd9;
  border: 1px solid #8abdd9;
  border-radius: 30px;
  color: #fff;
  display: block;
  line-height: 1;
  padding: 15px 30px 27px 30px;
  text-align: center;
  font-weight: bold;
  position: relative;
}

.price_link_area li a::after {
  content: "";
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-color: #fff;
  height: 10px;
  width: 12px;
}

.price_link_area li a:hover::after {
  background-color: #8abdd9;
}

.price_link_area li a:hover {
  background-color: #fff;
  color: #8abdd9;
  opacity: 1;
  text-decoration: none;
}

.price_box {
  margin-bottom: 60px;
}

.price_box .page_title_wrap {
  padding: 0;
  text-align: center;
}

.price_table th {
  background-color: #cbe7ef;
  text-align: center;
}

.price_table th:last-child {
  background-color: #62cdeb;
}

.price_info_list {
  margin-top: -30px;
  margin-bottom: 80px;
}

.price_info_list li {
  margin-bottom: 8px;
  padding-left: 1em;
  text-indent: -1em;
}

.price_info_list li::before {
  content: "※";
}

.price_info_list li:last-child {
  margin-bottom: 0;
}

.price_guidance {
  margin: 120px auto 0;

  .page_title_wrap {
    margin-top: 1.7rem;
    margin-bottom: 0;
  }

  p {
    margin: 1.7rem 0 0;
  }

  p.price-caption {
    width: fit-content;
    margin: 0.7rem auto 0;
    letter-spacing: 2px;
  }

  p.price-attention {
    font-size: 14px;
  }
}

.price_guidance .page_title_wrap {
  padding: 0;
  text-align: center;
}

.price_guidance .more_btn a {
  max-width: 440px;
}

.guidance_menu {
  font-size: 20px;
}

.price_guidance h3 {
  padding-left: 5px !important;
}

.guidance_menu_box {
  margin-bottom: 40px;
}

.guidance_menu_box:last-child {
  margin-bottom: 0;
}

.page-wrap .wp-block-heading.page_title_wrap.noline {
  padding: 0;
  text-align: center;
}

.cleaningmenu_box {
  margin-bottom: 40px;
}

.page-wrap .cleaningmenu_box .wp-block-heading {
  color: #3ea7e3;
  /* font-family: "Zen Maru Gothic", serif; */
  font-size: 18px;
  padding: 0;
  margin: 15px 0;
}

.page-wrap .cleaningmenu_box .wp-block-heading::after {
  content: none;
}

.kiyaku {
  margin-bottom: 80px;
}

.kiyaku ol {
  padding-left: 1.5em;
}

.kiyaku ol li {
  margin-bottom: 5px;
}

.kiyaku ol li:last-child {
  margin-bottom: 0;
}

.list_circle {
  counter-reset: my-counter;
  list-style: none;
}

.list_circle li {
  position: relative;
}

.list_circle li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  width: 20px;
  font-size: 90%;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: -26px;
  padding-left: 1px;
}

.qa_wrap {
  margin-bottom: 60px;
}

.qa_wrap summary {
  align-items: center;
  cursor: pointer;
  padding: 0.5rem 1rem;
  background-color: #bed7e2;
  color: #3a3a3a;
  font-size: 19px;
  padding: 20px 52px 20px 76px;
  border-radius: 10px;
  font-weight: bold;
  position: relative;
  transition: 0.3s;
}

.qa_wrap summary:hover {
  background-color: #f9f0ae;
}

.qa_wrap summary::before {
  content: "Q";
  color: #67b1da;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: #fff;
  border-radius: 50%;
  padding: 9px;
  width: 42px;
  height: 42px;
  text-align: center;
  font-size: 24px;
  line-height: 1.1;
}

.qa_wrap summary::after {
  content: "";
  position: absolute;
  top: 33%;
  right: 25px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: rotate(90deg);
  background-image: url(./assets/img/common/blue_arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 22px;
  width: 12px;
  transition: 0.2s;
}

.qa_wrap details:open summary {
  background-color: #f9f0ae;
}

.qa_wrap details:open summary::after {
  transform: rotate(-90deg);
}

.qa_wrap summary::-webkit-details-marker {
  opacity: 0;
  color: transparent;
  display: none;
  display: none;
}

.qa_wrap summary::marker,
.search-area_menu_li::marker,
.search-area_menu_li summary::marker {
  opacity: 0;
  color: transparent;
  content: none;
  display: none;
}

@supports (-webkit-touch-callout: none) {
  .qa_wrap summary,
  .search-area_menu_li,
  .search-area_menu_li summary {
    list-style: none;
    /* マーカー非表示 */
    padding-left: 0;
    /* インデント調整 */
    text-indent: 0;
  }

  /* ::markerにも対応 */
  .qa_wrap summary::-webkit-details-marker,
  .search-area_menu_li summary::-webkit-details-marker,
  .search-area_menu_li::-webkit-details-marker {
    display: none;
  }
}

.qa_wrap p {
  padding: 0 20px;
  margin: 10px 0 0 0;
}

.qa_wrap summary + p strong {
  color: #3ea7e3;
}

.qa_wrap details {
  margin-bottom: 30px;
}

.qa_wrap details[open]::details-content {
  padding: 1rem;
  border-radius: 32px;
}

.page-wrap .headline_box .wp-block-heading {
  padding: 0 0 8px 6px;
}

.headline_box {
  margin-bottom: 60px;
}

.headline_box ol {
  padding-left: 1.5em;
}

.headline_box li {
  margin-bottom: 10px;
}

.headline_box li:last-child {
  margin-bottom: 0;
}

.headline_box ol ol {
  margin-top: 10px;
}

.headline_box ol ol li {
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
}

.headline_box ol ol li::before {
  content: "(" counter(cnt) ") ";
  position: absolute;
  top: 0;
  left: -26px;
}

.kiyaku ol.list_brackets {
  padding-left: 2.5em;
}

.list_brackets li.list_brackets_li {
  list-style-type: none;
  position: relative;
  counter-increment: cnt;
}

.list_brackets li.list_brackets_li::before {
  content: "(" counter(cnt) ") ";
  position: absolute;
  top: 0;
  left: -40px;
}

.list-style-none {
  list-style-type: none;
  padding-left: 0;
}

.list_en_wrap {
  list-style-type: lower-latin;
}

.no-list {
  list-style-type: none;
  padding-left: 0 !important;
}

.no-list .list_en_wrap {
  padding-left: 4em;
}

.recommendation {
  margin-bottom: 100px;
  margin-inline: auto;
  width: 95%;
}

.recommendation li {
  margin-bottom: 13px;
}

.recommendation li:last-child {
  margin-bottom: 0;
}

.recommendation a {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  color: #3a3a3a;
  transition: 0.4s;
}

.recommendation a:hover {
  opacity: 1;
  text-decoration: none;
}

.recommendation .recommendation_cat {
  background-image: url(./assets/img/common/tag.svg);
  background-repeat: no-repeat;
  color: #3ea7e3;
  display: block;
  margin-right: 20px;
  padding: 9px 10px 9px 29px;
  transition: 0.4s;
  width: 303px;
}

.recommendation .recommendation_title {
  flex: 1;
  font-size: 17px;
}

.recommendation a:hover .recommendation_title {
  color: #3ea7e3;
}

.cleaning_menu_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 40px;
  justify-content: center;
}

.cleaning_menu_wrap .cleaning_menu_title {
  color: #3ea7e3;
  /* font-family: "Zen Maru Gothic", serif; */
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.cleaning_menu_photo_img img {
  object-fit: cover;
  width: 100%;
  height: 150px;
}

.cleaning_menu_wrap .more_btn {
  margin-bottom: 0;
}

.cleaning_menu_wrap .more_btn a {
  font-size: 16px;
}

.page-wrap .wp-block-embed__wrapper {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.page-wrap .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
}

.quilt_block {
  margin-bottom: 60px;
}

.quilt_list {
  background-color: #cbe7ef;
  border: 3px solid #3ea7e3;
  padding: 20px 20px 20px 3em;
}

.quilt_list li {
  margin-bottom: 10px;
  list-style-type: disc;
}

.quilt_list li:last-child {
  margin-bottom: 0;
}

.formality_photo {
  margin-bottom: 20px;
}

.formality_text {
  margin-bottom: 40px;
}

.formality_box {
  margin-bottom: 40px;
}

.formality_box_title {
  padding-left: 8px !important;
}

.formality_box_txt {
  margin-bottom: 28px;
}

.page-wrap .reform_cont .wp-block-heading {
  padding: 0;
  margin-bottom: 0;
}

.page-wrap .reform_cont .wp-block-heading::after {
  content: none;
}

.reform_cont {
  position: relative;
}

.reform_cont::after {
  content: "";
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #3ea7e3 2px, transparent 2px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
}

.reform_price_box {
  background-color: #cbe7ef;
  padding: 20px;
  margin-bottom: 20px;
}

.reform_price_box:last-child {
  margin-bottom: 0;
}

.reform_price_box .reform_cont_txt {
  font-size: 17px;
  margin-top: -10px;
  margin-bottom: 0;
}

.reform_cont_price {
  font-size: 20px;
}

.stain-removal-flow_wrap h3 {
  padding-left: 8px !important;
}

.stain-removal-flow {
  margin-bottom: 30px;
}

.stain-removal-flow {
  position: relative;
}

.stain-removal-flow::before {
  content: "";
  background-image: url(./assets/img/flow/flow_icon01.svg);
  background-size: cover;
  width: 70px;
  height: 70px;
  position: absolute;
  top: -25px;
  left: -25px;
}

.stain-removal-flow:nth-child(3):before {
  background-image: url(./assets/img/flow/flow_icon02.svg);
}

.stain-removal-flow:nth-child(4):before {
  background-image: url(./assets/img/flow/flow_icon03.svg);
}

.stain-removal-flow:nth-child(5):before {
  background-image: url(./assets/img/flow/flow_icon04.svg);
}

.stain-removal-flow:nth-child(6):before {
  background-image: url(./assets/img/flow/flow_icon05.svg);
}

.more_btn.headline_btn a {
  max-width: 360px;
}

.wp-block-image .aligncenter figcaption {
  font-family: 15px;
  text-align: center;
}

.policy_point_list {
  padding-left: 1.5em;
  margin-bottom: 0;
}

.policy_point_list li {
  position: relative;
  margin-bottom: 8px;
}

.policy_point_list li::before {
  content: "";
  background-image: url(./assets/img/blog/list_icon.svg);
  background-size: cover;
  position: absolute;
  top: 4px;
  left: -29px;
  width: 26px;
  height: 18px;
}

.policy_point_list li:last-child {
  margin-bottom: 0;
}

.policy_point {
  margin-bottom: 3px;
}

.wp-block-heading.diameister_title {
  padding-left: 5px;
}

.diameister .wp-block-media-text__content {
  padding-left: 0;
}

.about_menu_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.about_menu_list li a {
  border: 1px solid #3ea7e3;
  background-color: #cbe7ef;
  border-radius: 10px;
  color: #3a3a3a;
  display: block;
  padding: 20px 40px;
  min-width: 200px;
  text-align: center;
  transition: 0.4s;
}

.about_menu_list li a:hover {
  background-color: #3ea7e3;
  color: #fff;
  opacity: 1;
  text-decoration: none;
}

/*==========================================================================
  お問合せ
==========================================================================*/
.form_area {
  margin-top: 40px;
}

.form_list {
  display: flex;
  margin-bottom: 30px;
}

.form_list dt {
  width: 400px;
  display: flex;
  align-items: center;
}

.form_list dt p,
.form_list dd p {
  margin-bottom: 0;
}

.form_list dd {
  margin-bottom: 0;
  width: calc(100% - 400px);
}

.form_list input[type="text"],
.form_list input[type="tel"],
.form_list input[type="email"],
.form_list textarea {
  border: 1px solid #c6c6c6;
  border-radius: 5px;
  padding: 5px 10px;
  width: 100%;
}

.form_area .need {
  color: red;
  margin-left: 5px;
}

.form_privacy p:first-child {
  margin-bottom: 10px;
}

.submit_area {
  margin-top: 60px;
}

.confirm .submit_area {
  margin-bottom: 80px;
}

.submit_area input {
  padding: 10px;
}

.submit_area .wpcf7-previous {
  background-color: #999;
}

.wpcf7-spinner {
  display: none !important;
}

.submit_area p {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.submit_area p input {
  margin: 0;
}

.wpcf7-response-output {
  text-align: center;
  font-weight: bold;
  padding: 16px !important;
  font-size: 18px;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 15px;
  margin: 0;
  z-index: 1;
}

.pagetop a {
  display: block;
  background-color: #3ea7e3;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  padding: 15px 20px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  padding: 15px 20px;
  border-radius: 50%;
}

.pagetop a:hover {
  display: block;
  background-color: #b2d1fb;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  padding: 15px 20px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  padding: 15px 20px;
  border-radius: 50%;
}

.benefits_wrap {
  background-color: #cbe7ef;
  border-radius: 10px;
  padding: 25px 20px;
}

.benefits_wrap .wp-block-columns.are-vertically-aligned-center:last-child {
  margin-bottom: 0;
}

.benefits {
  font-weight: bold;
}

.benefits01 {
  font-size: 18px;
  margin-bottom: -10px;
}

.benefits02 {
  font-size: 30px;
}

.step_title {
  font-size: 18px !important;
  color: #3ea7e3 !important;
  padding: 0 !important;
}

.step_title::after {
  content: none !important;
}

.step_list {
  padding-left: 1.5em;
}

.step_list li {
  font-size: 15px;
  list-style-type: disc;
  margin-bottom: 5px;
}

.step_list li:last-child {
  margin-bottom: 0;
}

.flow_list_block .wp-block-column {
  position: relative;
  background-color: #cbe7ef;
  border-radius: 10px;
  padding: 10px;
}

.flow_list_block .wp-block-column figure {
  margin-bottom: 0;
}

.flow_list_block .wp-block-column::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -27px;
  width: 0;
  height: 0;
  border-left: 20px solid #3ea7e3;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.flow_list_block .wp-block-column:last-child:after {
  content: none;
}

.flow_list_block.two_block .wp-block-column:nth-child(2)::after {
  content: none;
}

.flow_list_block.one_block .wp-block-column:nth-child(1)::after,
.flow_list_block.one_block .wp-block-column:nth-child(2)::after {
  content: none;
}

.flow_list_block.two_block .wp-block-column:nth-child(3),
.flow_list_block.one_block .wp-block-column:nth-child(2),
.flow_list_block.one_block .wp-block-column:nth-child(3) {
  background-color: initial;
}

.table-margin {
  margin-bottom: 50px !important;
}

/*==========================================================================
  Table Press CSS
==========================================================================*/
h2 + #tablepress-1 {
  margin-top: 0.75rem;
}

#tablepress-1 {
  .row-1 {
    border-bottom: 1px dotted;

    .column-1,
    .column-2,
    .column-3,
    .column-4 {
      text-align: center;
    }
  }

  .row-2 {
    .column-2,
    .column-3,
    .column-4 {
      font-size: 0.75em;
    }
  }

  .row-4,
  .row-6,
  .row-8 {
    .column-1,
    .column-2,
    .column-3,
    .column-4 {
      font-size: 0.75em;
    }
  }
}

/*==========================================================================
  コインランドリー
==========================================================================*/
.coin-laundry-wrapper {
  margin-bottom: 120px;

  .coin-laundry-ttl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    /* font-family: 'Zen Maru Gothic', serif; */
    font-size: clamp(1.5rem, calc(0.5rem + 2.667vw), 2.5rem);
    color: #1e1e1e;
    text-align: center;
    line-height: 1.3332;
    margin-bottom: 88px;

    &:after {
      display: flex;
      justify-content: center;
      align-items: center;
      content: "";
      width: 46px;
      height: 39px;
      background-image: url(./assets/img/coin-laundry/head_icon.svg);
    }

    .emphasis {
      background: top left / 1em 0.5em repeat-x
        radial-gradient(circle, #529dc7 0.1em, rgba(0, 0, 0, 0) 0.1em);
      padding-top: 0.3em;
    }
  }

  .coin-laundry_cont {
    display: flex;
    gap: 40px;
  }

  .coin-laundry_cont_head {
    /* color: #5EABD5; */
    font-size: 26px;
  }

  .coin-laundry_cont_txt {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 1.8;
    padding-left: 15px;

    @media screen and (max-width: 800px) {
      padding-left: 0;
    }
  }

  .more_btn a {
    max-width: 320px;
  }
}

.capacity-block_head {
  font-size: 28px;
  color: #5eabd5;
  position: relative;
  padding-left: 52px;
  margin-bottom: 16px;

  &::before {
    content: "";
    background-image: url(./assets/img/coin-laundry/capacity-block_head_icon.svg);
    background-size: cover;
    width: 32px;
    height: 29px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}

.capacity-block_head.dryer::before {
  background-image: url(./assets/img/coin-laundry/ill_dryer.svg);
  height: 46px;
  width: 39px;
}

.capacity-block_head.washer::before {
  background-image: url(./assets/img/coin-laundry/ill_washer.svg);
  height: 46px;
  width: 39px;
}

.coin-laundry_area_block {
  display: flex;
  gap: 1rem;
}

.coin-laundry_area_box {
  width: calc(100% / 3);
  padding: 2rem 1.2rem 1.2rem;
  background: #fff;
  border-radius: 20px;
}

.coin-laundry_area_head {
  font-size: clamp(1.25rem, calc(0.75rem + 1.333vw), 1.7rem);
  border-bottom: 1px solid #5eabd5;
  padding-bottom: 0.5rem;
  text-align: center;
}

.coin-laundry_area_box p {
  margin: 1.4rem 0 0 !important;
}

.washable-items-wrap .situation-block .situation-title {
  margin-bottom: 1.2rem;
}

.washable-items-wrap .situation-block ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 3.5rem;
}

.washable-items_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  margin-inline: auto;
  width: 80%;

  .washable-items_box {
    padding: 1.2rem;
    background: #fff;
    border-radius: 20px;
    width: calc(100% / 3.2);
  }

  .washable-items_head {
    text-align: center;
    margin-bottom: 16px;
    color: #529dc7;
  }

  .washable-items_list {
    padding-left: 1.3em;
  }

  .washable-items_ill {
    text-align: center;
  }

  .washable-items_ill img {
    border-radius: 0;
    height: 64px;
    width: auto;
  }

  .washable-items_list li {
    list-style-type: disc;
  }
}

ul.washable-items_txt {
  margin-inline: auto;
  width: 90%;
}

ul.washable-items_txt li {
  font-size: 15px;
  padding-left: 1rem;
  position: relative;
  margin-bottom: 0.5rem;
}

ul.washable-items_txt li:last-child {
  margin-bottom: 0;
}

ul.washable-items_txt li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.washable-items_subhead {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-top: 2.5rem;
  background: rgba(82, 157, 199, 0.6);
  padding: 2px;
}

.coin-laundry_area {
  margin-bottom: 120px;
}

.washable-items-wrap {
  margin-bottom: 120px;
}

.capacity-wrap {
  .guideline_table_block {
    align-items: start;
    display: flex;
  }

  .style_heading {
    margin-bottom: 56px;
  }

  .capacity-block {
    margin-bottom: 60px;
  }

  .capacity_table {
    width: 100%;
    border-collapse: collapse;
    min-width: 1024px;
    background-color: #fff;

    th {
      background-color: #b1dcee;
      border-right: 1px solid #5eabd5;
      font-weight: bold;
      font-size: 28px;
      padding: 8px 1rem;
      text-align: center;
      line-height: 1.2;
    }

    th:last-child {
      border-right: none;
    }

    th:nth-child(2),
    th:nth-child(4),
    th:nth-child(6) {
      border-right: 1px dashed #5eabd5;
    }

    th .type,
    th .grams {
      font-size: 16px;
      font-weight: normal;
    }

    .type_block {
      padding: 0px 1rem 10px !important;
    }

    .table_head {
      background-color: #5eabd5;
      border-right: 1px solid #fff !important;
      color: #fff;
      font-size: 22px;
    }

    td {
      border-bottom: 1px solid #5eabd5;
      border-right: 1px solid #5eabd5;
      padding: 16px 1rem;
      text-align: center;
    }

    td:first-child {
      width: 260px;
    }

    td:nth-child(2),
    td:nth-child(3),
    td:nth-child(4),
    td:nth-child(5),
    td:nth-child(6),
    td:nth-child(7) {
      width: 12.5%;
    }

    td:nth-child(2),
    td:nth-child(4),
    td:nth-child(6) {
      border-right: 1px dashed #5eabd5;
    }

    td:nth-child(7) {
      border-right: none;
    }

    td div {
      display: flex;
      align-items: center;
      gap: 16px;
      justify-content: center;
    }
  }

  .guideline_table {
    background-color: #fff;
    width: 50%;

    th {
      background-color: #5eabd5;
      color: #fff;
      font-size: 22px;
      padding: 5px;
      text-align: center;
    }

    td {
      border-bottom: 1px solid #5eabd5;
      padding: 8px 1rem;
      position: relative;
      height: 77px;
    }

    td div {
      display: flex;
      align-items: center;
      gap: 16px;
      justify-content: center;
    }

    .table_icon {
      display: block;
    }

    td span.big {
      font-size: 24px;
      font-weight: bold;
    }

    td span.sun {
      display: block;
    }

    :first-child td:first-child {
      border-right: 1px dashed #5eabd5;
      width: 222px;
    }

    :first-child td:last-child {
      border-right: 1px solid #5eabd5;
      text-align: center;
    }
  }

  .guideline_table.futon td:last-child {
    border-right: none;
  }
}

/*==========================================================================
  レスポンシブ
==========================================================================*/
@media screen and (max-width: 1700px) {
  /* .header_wrap,
  .home .header_wrap {
    padding: 96px 40px 25px 40px;
    justify-content: center;
  } */

  /* .header_cont_company_wrap {
    top: 22px;
  } */

  /* .header_sns_wrap {
    top: 30px;
  } */

  .g_navi_li a {
    font-size: 16px;
  }
}

@media screen and (max-width: 1550px) {
  /* .logo {
    width: 60px;
  } */

  .header_cont_company {
    width: 203px;
  }

  .g_navi_li a {
    padding: 5px 16px;
  }
}

@media screen and (max-width: 1500px) {
  .page_title {
    /* .head_txt {
      padding-left: 84px;
    } */

    /* .head_en {
      padding-left: 94px;
    } */

    .head_txt::before {
      right: -10px;
    }
  }
}

@media screen and (max-width: 1430px) {
  .g_navi_li a {
    font-size: 15px;
  }
}

@media screen and (max-width: 1400px) {
  .logo {
    margin-right: 12px;
    width: 52px;
  }

  .header_sns_wrap {
    right: 16px;
  }

  .header_cont_company_wrap {
    left: 30px;
  }

  .header_sns {
    margin-right: 16px;
  }

  .header_sns:nth-child(2) {
    margin-right: 28px;
  }

  .g_navi_li a {
    padding: 5px 12px;
  }
}

@media screen and (max-width: 1350px) {
  .grandchild_links {
    li {
      width: 30%;
    }
  }
}

@media screen and (max-width: 1300px) {
  .mv_wrap {
    padding-top: 160px;
  }

  .header_cont_company_wrap {
    top: 20px;
  }

  .header_wrap {
    justify-content: center;
    padding: 100px 40px 25px 40px;
  }

  .g_navi_li {
    justify-content: center;
    gap: 24px 16px;
  }

  .page_title .head_txt::before {
    top: -56px;
    width: 232px;
  }

  .page_title {
    padding-top: 180px;

    .head_txt {
      font-size: 48px;
      letter-spacing: 4px;
    }

    .head_en {
      font-size: 22px;
      letter-spacing: 12px;
    }
  }

  .catid7,
  .catid8 {
    position: relative;
    padding-right: 370px;
  }

  .footer_ellipse_area {
    top: -280px;
  }

  .search_archive .search-area_menu .search-area_menu_sticky > ul {
    display: flex;
    gap: 40px 7%;
  }

  .page_title {
    &:before {
      content: none;
    }
  }
}

@media screen and (max-width: 1200px) {
  .blog_archive_box {
    width: calc((100% / 2) - 1.5rem);
  }
}

@media screen and (max-width: 1100px) {
  .mv-copy_block {
    .mv-copy_head {
      height: 140px;
      width: 400px;
    }
  }

  .mv_news_block {
    width: 45vw;
  }

  .page-id-29 .page_title .head_txt::before {
    width: 204px;
    height: 255px;
  }

  .page_title {
    &:before {
      top: 84px;
    }
  }

  .top_dia_blog_cont {
    display: block;
  }

  .catid7,
  .catid8 {
    position: relative;
    padding-right: 230px;
  }

  .footer_bottom {
    display: block;
    position: relative;
  }

  .footer_bottom_menu {
    max-width: 600px;
    margin-inline: auto;
    margin-bottom: 50px;
  }

  .footer_bottom_dia_wrap {
    margin: 0 auto;
  }

  .footer_ssl {
    bottom: 0;
    left: 0;
    position: absolute;
  }

  .footer_bottom_menu {
    justify-content: center;
  }
}

@media screen and (max-width: 1200px) {
  .capacity_table_wrap {
    overflow-x: scroll;
  }
}

@media screen and (max-width: 1000px) {
  .mv_wrap {
    margin-bottom: 40px;
  }

  .mv-wrapper {
    background-position: center;
  }

  .mv_other_cont {
    margin-bottom: 10px;
  }

  .mv_news_block {
    position: initial;
    margin-left: 10%;
    width: 100vw;
  }

  .price_shop_wrap {
    align-items: center;
    gap: 40px;
    background-position: bottom;
  }

  .benefits_list_wrap {
    padding: 30px;
  }

  .price_shop_block_txt {
    width: 100%;
  }

  .page_title {
    overflow: hidden;
  }
  .about .page_title {
    overflow: visible;
  }

  .page_title .head_txt::before {
    top: -48px;
    width: 202px;
  }

  .page_title {
    .head_txt::before {
      width: 204px;
      height: 255px;
    }

    /* .head_txt {
      padding-right: 212px;
    } */
  }

  .footer_ellipse_area {
    top: -210px;
  }

  .mv_img {
    width: 90%;
  }

  .mv_wrap .campaign_area {
    right: 5%;
  }

  .apps_cont_txt {
    padding: 0 4% 0 10%;
  }

  .footer_menu_block {
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 40px;
  }

  .footer_menu:first-child,
  .footer_menu {
    width: 50%;
  }

  .footer_recruit {
    max-width: 344px;
    width: 100%;
  }

  .search_archive .search-area_menu .search-area_menu_sticky > ul {
    display: block;
  }

  .search_archive .search-area_menu .search-area_menu_li {
    margin-bottom: 48px;
    width: 100%;
  }

  .search-area_wrap {
    flex-flow: column;
  }

  .search-area_menu {
    margin-bottom: 0;
    margin-top: 70px;
    order: 2;
  }

  .search-area_cont {
    order: 1;
  }

  .search-area_menu {
    margin-bottom: 70px;
    width: 100%;
  }

  .blog_wrap {
    gap: 50px;
  }

  .cleaning_menu_box {
    width: 45%;
  }

  .blog_archive_wrap {
    display: block;
  }

  .categories_wrap {
    width: 100%;
  }

  .all-categories li {
    width: auto;
  }

  .blog_archive_side {
    display: flex;
    width: 100%;
  }

  .form_list {
    display: block;
  }

  .form_list dt {
    margin-bottom: 10px;
  }

  .form_list dt,
  .form_list dd {
    width: 100%;
  }

  .head_txt {
    font-size: 32px;
  }

  .page_title {
    .head_txt {
      font-size: 40px;
    }

    .head_en {
      font-size: 24px;
    }

    &:after {
      height: 110px;
    }
  }

  .price_link_area li {
    width: 40%;
  }

  .catid7,
  .catid8 {
    padding-right: 110px;
  }

  .g_navi_li a {
    font-size: 15px;
  }

  .capacity-wrap {
    .guideline_table {
      width: 100%;

      :first-child td:first-child {
        width: 312px;
      }

      :first-child td:last-child {
        border-right: none;
      }
    }

    .guideline_table_block {
      flex-direction: column;
    }
  }
}

@media screen and (max-width: 900px) {
  .mv-copy_block {
    width: 400px;

    .mv-copy_head {
      margin-bottom: 120px;
      width: 360px;
    }

    .mv-copy_txt {
      width: 310px;
    }
  }

  .page-id-29 .page_title .head_txt::before {
    width: 174px;
    height: 218px;
    top: 2px;
  }

  .page_title {
    &:before {
      top: 104px;
    }
  }

  .mv_wrap .campaign_area {
    position: initial;
    margin-inline: auto;
  }

  .mv_img {
    margin-bottom: 40px;
  }

  .g_navi_li a {
    font-size: 15px;
  }
}

@media screen and (max-width: 830px) {
  .latest_cont_block {
    display: block;
  }

  .latest_cont_box {
    margin: 0 auto 40px;
    width: 100%;
    max-width: 500px;
  }

  .latest_cont_box:last-child {
    margin: 0 auto;
  }

  /* .catid7,
  .catid8 {
    padding-right: 0px;
  } */
}

@media screen and (max-width: 780px) {
  .page_title {
    &:after {
      background-size: cover;
      height: 80px;
    }
  }

  .flow_list_block figure {
    text-align: center;
  }

  .flow_list_block .wp-block-column::after {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #3ea7e3;
    right: initial;
    top: initial;
    left: 50%;
    bottom: -48px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  .step_list {
    margin-top: 10px;
  }
}

@media screen and (max-width: 800px) {
  /* .g_navi_li {
    gap: 4px;
  } */
}

@media screen and (max-width: 768px) {
  .sp_only {
    display: block;
  }

  .pc_only {
    display: none;
  }

  .price_shop_wrap {
    flex-flow: column;
  }

  .price_shop_wrap a {
    width: 100%;
  }

  .top_about_cont {
    line-height: 1.7;
  }

  .blog_title {
    font-size: 26px;
  }

  .blog_cont h2 span strong {
    font-size: 24px;
  }

  .blog_cont h3 {
    font-size: 20px;
  }

  .ill_mother {
    top: 32%;
    left: 39%;
    width: 19%;
  }

  .ill_child {
    right: 23%;
    width: 14%;
  }

  .ill_family {
    width: 30%;
  }

  .ill_family02 {
    width: 22%;
  }

  .mv_area {
    width: 95vw;
  }

  .mv-copy_block {
    padding: 0;
    max-width: 520px;
    width: 100%;
  }

  .mv_other_cont {
    display: block;
  }

  .home .mv_other_cont .header_sns_wrap {
    justify-content: end;
    margin-bottom: 32px;
  }

  .mv_news_block {
    margin-left: 10%;
    width: 90%;
  }

  .home .head_txt {
    font-size: 28px;
    letter-spacing: 4px;
  }

  .top_about_img {
    display: block;
    width: 80%;
  }

  .campaign__slide .splide__list {
    align-items: center;
    flex-direction: column;
  }

  .top_about_txt {
    margin-bottom: 48px;
  }

  .benefits_list dd span {
    font-size: 32px;
  }

  .sp_br {
    display: block;
  }

  .benefits_txt::before,
  .benefits_txt::after {
    height: 56px;
  }

  .benefits_list_wrap.app_benefits .benefits_list {
    display: block;
  }

  .benefits_list_wrap.app_benefits .benefits_list li {
    margin-bottom: 48px;
    width: 100%;
  }

  .benefits_list_wrap.app_benefits .benefits_list li:last-child {
    margin-bottom: 0;
  }

  .ill_underline {
    bottom: -60px;
  }

  .app_ill {
    margin-bottom: 36px;
    margin-top: -40px;
    width: 90%;
  }

  .top_dia_blog_photo img {
    height: 320px;
  }

  .page-id-29 .page_title .head_txt::before {
    width: 154px;
    height: 193px;
    top: -20px;
  }

  .page_title {
    padding-top: 100px;
    padding-bottom: 90px;

    .head_txt {
      font-size: 32px;
    }

    .head_en {
      font-size: 18px;
    }

    .head_txt::before {
      height: 192px;
      width: 154px;
    }

    &::before {
      top: 40px;
      width: 41%;
      height: 164px;
    }
  }

  .page_title {
    .head_txt::before {
      height: 155px;
      width: 124px;
      top: 0;
    }
  }

  .header_cont_company_wrap {
    top: 16px;
    left: 20px;
  }

  .header_wrap {
    padding: 34px 40px;
    border-radius: 0 0 30px 30px;
  }

  .logo {
    width: 48px;
  }

  .header_cont_company {
    width: 176px;
  }

  .l-sp-header_ham-menu {
    top: 0;
  }

  .r-member_bnr {
    right: inherit;
    left: 10px;
    bottom: 10px;
    width: 110px;
    height: 110px;
  }

  .footer_ellipse_area {
    top: -170px;
  }

  .mv_img {
    width: 100%;
  }

  .mv_img img {
    border-radius: 0;
  }

  .top_news li a {
    padding: 5px 30px 5px 10px;
  }

  .top_news li a span {
    position: initial;
    display: block;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
  }

  .cont_menus_block {
    display: block;
  }

  .cleaning_menu_cont {
    display: block;
  }

  .cleaning_menu_img {
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }

  .cleaning_menu_txt {
    margin: 0;
    width: 100%;
  }

  .apps_cont {
    display: block;
  }

  .apps_cont_txt {
    padding: 0;
    margin: 0 auto 60px;
    width: 90%;
  }

  .apps_cont_photo {
    margin-left: 10%;
    width: 90%;
  }

  .cont_menus_block .cont_menus_box {
    width: 100%;
    max-width: 400px;
    margin-inline: auto;
  }

  .cont_menus_block .cont_menus_box:first-child {
    margin-bottom: 50px;
  }

  .cont_menus_wrap {
    background-size: cover;
  }

  /* .top_dia_blog_box a {
    display: block;
  } */
  .dia_blog_wrap {
    margin-bottom: 30px;
  }

  .footer_menu_block {
    display: block;
  }

  .footer_menu:first-child,
  .footer_menu {
    width: 100%;
  }

  .footer_recruit {
    margin: 0 auto;
  }

  .top_dia_blog_photo {
    margin-inline: auto;
    margin-bottom: 30px;
  }

  .top_dia_blog_box {
    margin-bottom: 60px;
  }

  .top_dia_blog_main {
    margin-bottom: 80px;
  }

  .top_dia_blog_side {
    margin-inline: auto;
  }

  .shop_info_cont {
    display: block;
  }

  .shop_info_cont_left {
    margin-right: 0;
    width: 100%;
  }

  .shop_info_cont_right {
    width: 100%;
  }

  .shop_info_cont {
    margin-bottom: 23px;
  }

  .search-area_wrap {
    margin-bottom: 30px;
  }

  .blog_wrap {
    display: block;
    gap: 0;
    margin-bottom: 20px;
  }

  .share_wrap {
    display: none;
  }

  .blog_recommend_title {
    display: block;
  }

  .blog_cont h2.recommend_title {
    margin: 0 0 -28px 0px;
  }

  .recommendation a {
    display: block;
  }

  .recommendation .recommendation_cat {
    margin-bottom: 10px;
  }

  .recommendation li {
    margin-bottom: 20px;
  }

  .page-wrap .reform_cont .wp-block-heading {
    margin-bottom: -30px;
  }

  .single_page .shop_info_cont_left {
    align-items: center;
    display: flex;
    margin: 0 0 40px 0;
    width: 100%;
  }

  .single_page .shop_info_cont_left .shop_info_icon {
    margin-top: 0;
    padding-left: 40px;
  }

  .blog_archive_side {
    display: block;
  }

  .blog_archive_side .campaign_area {
    margin-inline: auto;
  }

  .submit_area p {
    display: block;
  }

  .submit_area p input {
    margin-inline: auto;
  }

  .submit_area .wpcf7-previous {
    margin-bottom: 40px;
  }

  .about_menu_list li {
    display: flex;
    width: 48%;
  }

  .about_menu_list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
  }

  .nw-inwrap {
    display: block;
  }

  .nw__slide {
    margin-top: 30px;
  }

  .nw__slide__content {
    & .needs-block {
      &:before {
        top: -0.8rem;
        left: 20px;
        transform: rotate(90deg);
      }
    }
  }

  .mv-wrapper {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 1rem;
  }

  .mv-copy_block {
    .mv-copy_text {
      margin: 0.5rem 0 0;
    }
  }

  .mv_wrap::after {
    height: 120px;
    bottom: -60px;
  }

  .wave canvas,
  .wave2 canvas {
    height: 150px !important;
  }

  .mv_wrap {
    padding-top: 80px;
  }

  .mv-copy_block {
    .mv-copy_head {
      margin-bottom: 120px;
      width: 90%;
      height: 120px !important;
      margin-left: 3%;
    }

    .mv-copy_txt {
      bottom: -110px;
      width: 380px;
    }
  }

  .news_wrap {
    margin: 80px 0;
  }

  .cont-menus_middle {
    padding-bottom: 20px;
  }

  .cont-menus_wrapper {
    margin-bottom: 190px;
  }

  .cleaning_about_wrap {
    margin-bottom: 120px;
  }

  .benefits_bottom {
    display: block;
  }

  .benefits_img {
    margin: 0 auto 20px;
  }

  .benefits_cont {
    margin-inline: auto;
    width: 90%;
  }

  .benefits_cont_txt .big {
    font-size: 30px;
  }

  .benefits_top p span {
    font-size: 14px;
    letter-spacing: 0.9px;
  }

  .top_dia_blog_main {
    display: block;
  }

  .top_dia_blog_box {
    width: 100%;
  }

  .top_dia_blog {
    margin-bottom: 70px;
  }

  .footer_wrap {
    margin-top: 200px;
  }

  .splash-catch_jp {
    img {
      max-width: 290px;
    }
  }

  .splash-image {
    img {
      max-width: 250px;
    }
  }

  .nw__slide__img {
    max-width: 190px;
    margin-inline: auto;
  }

  .nw-head.head_block {
    margin-inline: auto;
    width: 90%;
  }

  .news_title {
    font-size: 23px;
  }

  .blog_archive_box {
    width: calc((100% / 2) - 1rem);
  }

  .blog_cont_inwrap {
    padding: 0;
  }

  .blog_cont_wrap {
    width: 100%;
  }

  .other_article_block {
    display: block;
  }

  .latest_wrap {
    padding: 2.2rem;
    margin-bottom: 40px;
    width: 100%;
  }

  .recommend_wrap {
    padding: 2.2rem;
    width: 100%;
  }

  .qa_wrap summary {
    font-size: 17px;
    line-height: 1.4;
    padding: 16px 52px 16px 76px;
  }

  .qa_wrap details {
    margin-bottom: 20px;
  }

  .qa_wrap p {
    padding: 0;
    line-height: 1.6;
  }

  .qa_wrap p:first-child {
    margin-top: 0;
  }

  .before-after .wp-block-column:nth-child(2) {
    margin: -50px 0;
  }

  .kiyaku .page-wrap .wp-block-heading.page_title_wrap,
  .headline .page-wrap .wp-block-heading.page_title_wrap {
    font-size: 28px;
    display: block;
  }

  .price_link_area li {
    width: 100%;
  }

  .price_link_area li a {
    padding: 15px 30px 15px 30px;
  }

  .price_link_area li a::after {
    left: initial;
    bottom: initial;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  .shop_info_title_wrap {
    display: block;
  }

  .shop_info_title {
    font-size: 20px;
    margin: 0 0 4px;
  }

  .shop_type_block {
    font-size: 13px;
  }

  .googlemap {
    padding-top: 80.25%;
  }

  .shop_link {
    width: 20px;
  }

  .shop_link::before {
    right: 4px;
    height: 52px;
    width: 10px;
  }

  .search-area_menu {
    margin-right: 0;
  }

  .search-area_menu_sticky.search-area_liwrap {
    padding: 20px 20px 16px;
  }

  .grandchild_links {
    li {
      width: 45%;
    }
  }

  .search-area_menu .child li {
    flex-flow: column;
    align-items: start;
  }

  .grandchild {
    gap: 16px;
    flex-wrap: wrap;
    margin: 20px 0;
  }

  .search_archive .archive_top .search-area_menu_sticky {
    padding: 25px 10px;
  }

  .archive_list_wrap .search-area_menu {
    display: none;
  }

  .page-wrap .wp-block-heading.page_title_wrap {
    font-size: 28px;
    letter-spacing: 4px;
  }

  .area_name {
    font-size: 28px;
  }

  .footer_wrap::before {
    height: 60px;
    top: -56px;
  }

  .article_thumbnail {
    img {
      height: 300px;
    }
  }

  .coin-laundry-wrapper {
    .coin-laundry_cont {
      display: block;
    }

    .coin-laundry_cont_head {
      font-size: 22px;
    }
  }

  .coin-laundry_area_block {
    flex-direction: column;
  }

  .coin-laundry_area_box {
    width: 100%;
  }

  .washable-items_block {
    width: 100%;

    .washable-items_box {
      width: calc(100% / 2.2);
    }
  }

  .capacity-block_head {
    font-size: 18px;
    padding-left: 40px;

    &::before {
      width: 28px;
      height: 25px;
    }
  }

  .capacity-block_head.washer::before,
  .capacity-block_head.dryer::before {
    height: 36px;
    width: 31px;
  }

  .coin-laundry-wrapper {
    .coin-laundry-ttl {
      margin-bottom: 68px;
    }
  }

  .capacity-wrap {
    & .guideline_table {
      :first-child td:first-child {
        width: 222px;
      }
    }
  }

  .more-link.btn_w14 a {
    padding: 16px 60px 16px 32px;
  }

  body .is-layout-flex.flex-btn {
    gap: 0;
  }
}
@media screen and (max-width:480px) {
  .home .head_txt {
    font-size:24px;
  }
  .home .head_en {
    font-size:14px;
  }
}

/* メニュー・料金表: TOC用 */
.toc_wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.toc-base-menu,
.toc-processing-menu {
  display: flex;
  gap: 1rem;
}

.toc-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 75px;

  p {
    font-weight: 700;
    margin: 0;
  }
}

.toc-menu {
  display: flex;
  flex-basis: 79px;

  a {
    display: flex;
    flex-grow: 1;
    padding: 0.75rem;
    background: #fff;
    border-radius: 16px;
    color: #3a3a3a;
    transition: 0.4s;

    &:hover {
      text-decoration: none;
      color: #fff;
      background: #3ea7e3;

      figure.toc-menu_icon {
        img {
          filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(125deg)
            brightness(103%) contrast(101%);
        }
      }
    }
  }
}

figure.toc-menu_icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  gap: 0.75rem;
  margin: 0;

  img {
    width: 40px;
    height: 40px;
    border-radius: 0 !important;
    filter: invert(22%) sepia(6%) saturate(0%) hue-rotate(125deg)
      brightness(93%) contrast(102%);
  }

  figcaption.toc-menu_name {
    font-size: 12px;
  }
}

/* ダイヤクリーニングについて */
.about {
  .aimfor-services-wrapper {
    margin: 10rem auto 0;
  }

  .external-link {
    position: relative;

    a {
      position: relative;

      &:after {
        display: inline-block;
        content: "";
        width: 24px;
        height: 24px;
        --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath stroke-dasharray='48' stroke-dashoffset='48' d='M11 5h-6v14h14v-6'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' dur='0.6s' values='48;0'/%3E%3C/path%3E%3Cpath stroke-dasharray='12' stroke-dashoffset='12' d='M13 11l7 -7'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' begin='0.6s' dur='0.2s' values='12;0'/%3E%3C/path%3E%3Cpath stroke-dasharray='8' stroke-dashoffset='8' d='M21 3h-6M21 3v6'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' begin='0.8s' dur='0.2s' values='8;0'/%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
        background-color: currentColor;
        -webkit-mask-image: var(--svg);
        mask-image: var(--svg);
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%;
      }
    }
  }
}

/* コインランドリー */
.coin-laundry {
  p {
    margin: 1.7rem 0 0;
  }

  .intro_txt {
    font-size: 32px;
    line-height: 1.3332;
    margin-top: 1.7rem;
    margin-bottom: 0;

    + p {
      margin: 1rem 0 0;
    }
  }

  p.annotation-p {
    font-size: 14px;
    margin: 1rem 0 0;
    padding: 0 0 0 0.25rem;
  }

  h2.wp-block-heading {
    + h3.wp-block-heading {
      margin: 0.75rem 0 0;
    }

    + p {
      margin: 0.75rem 0 0;
    }
  }

  h3.wp-block-heading {
    + h4.wp-block-heading {
      margin: 0.75rem 0 0;
    }

    + p {
      margin: 0.75rem 0 0;
    }
  }

  h4.wp-block-heading {
    + p {
      margin: 0.75rem 0 0;
    }
  }

  .wp-block-columns {
    position: relative;
    margin: 1.7rem 0 0;
    padding: 1rem;
    background: #fff;
    border-radius: 32px;

    h4.wp-block-heading {
      margin: 0;
    }

    p {
      margin: 0;
    }

    p.annotation-p {
      font-size: 14px;
      margin: 1rem 0 0;
      padding: 0 0 0 0.25rem;
    }

    .wp-block-list {
      margin: 0;

      li {
        list-style-type: disc;
        margin: 0 0 0 1.75rem;

        &::marker {
          font-size: 1.25rem;
          vertical-align: bottom;
        }
      }
    }
  }

  .wp-block-buttons {
    margin: 4rem auto 0;
  }
}

/* コインランドリー店舗一覧 */
.shop-list {
  .search-area_cont {
    .city-section {
      &:not(:first-child) {
        margin: 4.5rem 0 0;
      }
    }
  }

  .shop_info_cont_list dt {
    flex-basis: 70px;
  }

  .shop_info_cont_list dd {
    flex: 1;
  }
}

/* 会員について */
.member-system {
  p {
    margin: 1.7rem 0 0;
  }

  .intro_txt {
    font-size: 32px;
    line-height: 1.3332;
    margin-top: 1.7rem;
    margin-bottom: 0;

    + p {
      margin: 1rem 0 0;
    }
  }

  h2.wp-block-heading {
    + h3.wp-block-heading {
      margin: 0.75rem 0 0;
    }

    + p {
      margin: 0.75rem 0 0;
    }
  }

  h3.wp-block-heading {
    + h4.wp-block-heading {
      margin: 0.75rem 0 0;
    }

    + p {
      margin: 0.75rem 0 0;
    }
  }

  h4.wp-block-heading {
    + p {
      margin: 0.75rem 0 0;
    }
  }

  .wp-block-lazyblock-benefits {
    max-width: 832px;
    margin: 2.4rem auto 0;

    .benefits_img {
      img {
        border-radius: 0;
      }
    }

    .benefits_cont {
      p {
        margin: 0;
      }
    }
  }
}

/* アプリ登録 */
.join-apps {
  p {
    margin: 1.7rem 0 0;
  }

  .intro_txt {
    font-size: 32px;
    line-height: 1.3332;
    margin-top: 1.7rem;
    margin-bottom: 0;

    + p {
      margin: 1rem 0 0;
    }
  }

  h2.wp-block-heading {
    + h3.wp-block-heading {
      margin: 0.75rem 0 0;
    }

    + p {
      margin: 0.75rem 0 0;
    }
  }

  h3.wp-block-heading {
    + h4.wp-block-heading {
      margin: 0.75rem 0 0;
    }

    + p {
      margin: 0.75rem 0 0;
    }
  }

  h4.wp-block-heading {
    + p {
      margin: 0.75rem 0 0;
    }
  }

  .tablepress {
    margin: 1.7rem 0 0;

    .row-1,
    .row-2,
    .row-3,
    .row-4,
    .row-5,
    .row-6 {
      .column-1,
      .column-2,
      .column-3 {
        text-align: center;
        vertical-align: middle;
      }
    }
  }
}

/* よくあるご質問 */
.qa {
  details.wp-block-details {
    .annotation-p {
      font-size: 14px;
    }

    ul {
      margin: 10px 0 0;
      padding: 0 20px 0 40px;

      li {
        list-style-type: circle;
      }
    }
  }
}

@media screen and (max-width: 480px) {
  .toc-base-menu,
  .toc-processing-menu {
    flex-wrap: wrap;
  }

  .toc-title {
    flex-basis: 100%;
  }

  .toc-menu {
    flex-basis: 84px;
  }
}

@media screen and (max-width: 700px) {
  .mv-copy_block {
    .mv-copy_txt {
      width: 380px;
    }
  }
}

@media screen and (max-width: 600px) {
  .article_thumbnail {
    img {
      height: 220px;
    }
  }

  .mv-wrapper {
    background-size: 400%;
    background-position:right center;
  }

  .mv-copy_block {
    max-width: 340px;

    .mv-copy_head {
      height: 86px !important;
      margin-bottom: 120px;
    }

    .mv-copy_txt {
      bottom: -76px;
      width: 250px;
    }
  }

  .home .mv_other_cont .header_sns_wrap {
    justify-content: center;
  }

  .mv_news_block {
    border-radius: 20px;
    margin-left: 0;
    padding: 24px 20px 20px;
    width: 100%;
  }

  .top_dia_blog_photo img {
    height: 200px;
  }

  .price_shop_wrap {
    padding: 0 5% 80px;
  }

  .price_shop_block_txt {
    font-size: 17px;
  }

  .price_shop_block_icon {
    width: 28%;
  }

  .page-id-29 .page_title .head_txt::before {
    width: 134px;
    height: 168px;
  }

  .page_title {
    &:after {
      bottom: -70px;
    }
  }

  .page_title .head_txt::before {
    top: -32px;
    width: 162px;
    height: 220px;
  }

  .page_title {
    &::before {
      content: none;
    }
  }

  #header {
    height: auto;
  }

  .footer_ellipse_area {
    top: -150px;
  }

  .ellipse02,
  .ellipse04 {
    width: 13%;
  }

  .news_wrap .head_block {
    margin-bottom: 25px;
    width: auto;
  }

  .top_news_link {
    position: initial;
  }

  .top_news_link a {
    margin: 30px auto 20px;
  }

  .slider2 {
    margin-inline: auto;
    width: 90%;
  }

  .head_txt {
    font-size: 48px;
    letter-spacing: 3px;
  }

  .news_wrap .cont_wrap {
    padding: 30px 20px;
  }

  .flow_block .wp-block-media-text__content {
    margin-top: 20px;
    padding: 0;
  }

  .catid7::after,
  .catid8::after {
    font-size: 13px;
  }

  .footer_bottom_menu {
    flex-wrap: wrap;
    gap: 12px 30px;
    justify-content: center;
  }

  .footer_info_wrap_block {
    margin-bottom: 28px;
  }

  .footer_bottom_menu {
    margin-bottom: 32px;
  }

  .footer_info_wrap {
    padding-top: 28px;
  }

  .footer_bottom_dia_wrap {
    display: block;
  }

  .footer_bottom_logo {
    margin: 0 0 20px 0;
    text-align: center;
  }

  .footer_bottom_dia_wrap {
    width: auto;
  }

  .footer_bottom_dia_company,
  .footer_bottom_dia_info {
    text-align: center;
  }

  .blog_recommend_cont_wrap {
    display: block;
  }

  .blog_recommend_photo {
    text-align: center;
    width: 100%;
  }

  .blog_recommend_cont {
    width: 100%;
  }

  .page-wrap {
    margin-bottom: 30px;
  }

  .page-wrap .wp-block-media-text__content {
    margin-top: 20px;
    padding: 0;
  }

  .footer_subnav {
    margin-bottom: 20px;
  }

  .sub_menu {
    flex-wrap: wrap;
    position: initial;
    margin-inline: auto;
    width: 90%;
  }

  .sub_menu a {
    padding: 15px 20px;
    text-align: center;
  }

  .sub_menu a span {
    display: block;
    margin: 0 0 6px;
  }

  .sub_menu li {
    width: 33%;
    margin-bottom: 20px;
  }

  .sub_menu li:nth-child(4),
  .sub_menu li:nth-child(5) {
    text-align: center;
    width: 50%;
  }

  .sub_menu01 {
    border-radius: 0;
  }

  .cleaning_menu_wrap {
    margin-bottom: 80px;
  }

  .shop_info_link {
    display: block;
  }

  .shop_info_icon {
    margin-bottom: 40px;
  }

  .shop_info_link .shop_more_btn {
    margin: 0 auto;
  }

  .shop_info_cont_list,
  .archive .shop_info_cont_left {
    display: block;
  }

  .archive .shop_info_cont_right {
    display: block;
  }

  .archive .shop_info_cont_list:nth-child(2),
  .archive .shop_info_cont_list:nth-child(3) {
    width: 100%;
  }

  .archive .shop_info_cont_list:nth-child(3) {
    margin-top: 12px;
  }

  .single_page .shop_info_cont_left {
    display: block;
    text-align: center;
  }

  .single_page .shop_info_cont_left .shop_info_icon {
    padding: 0;
    justify-content: center;
  }

  .blog_archive_box a {
    display: block;
  }

  .blog_archive_photo {
    margin: 0 0 20px 0;
    width: 100%;
  }

  .blog_archive_cont {
    width: 100%;
  }

  .top_dia_blog_title {
    font-size: 17px;
  }

  .intro_txt {
    font-size: 17px;
  }

  .about_menu_list li {
    width: 100%;
  }

  .footer_company {
    display: block;
    text-align: center;
  }

  .footer_ssl {
    position: initial;
  }

  .page_title {
    font-size: 28px;
    margin-bottom: 44px;
    padding: 108px 5% 100px;

    .head_txt {
      font-size: 27px;
      line-height: 1.4;
      letter-spacing: 3px;
      margin-bottom: 5px;
    }

    .head_en {
      font-size: 14px;
      letter-spacing: 10px;
    }

    &:after {
      height: 160px;
      bottom: -60px;
    }

    &::before {
      top: 150px;
      width: 45%;
      height: 104px;
    }
  }

  .sv-card_flex {
    display: block;
  }

  .pr-sv-card,
  .ls-sv-card {
    .sv-card_img {
      margin-bottom: 20px;
      text-align: center;
    }
  }

  .sv-card_desc {
    margin-bottom: 0;
  }

  .big-sv-card {
    .sv-card_img {
      text-align: center;
      margin-bottom: 30px;
    }

    .sv-card_desc p {
      margin-bottom: 0;
    }
  }

  .blog_archive_box {
    width: 100%;
  }

  .latest_cont_box a {
    display: block;
    width: 100%;
  }

  .latest_cont_photo img {
    width: 100%;
  }

  .latest_cont_photo {
    margin-bottom: 20px;
    width: 100%;
  }

  .latest_cont_header {
    width: 100%;
  }

  .page-wrap .wsp-pages-list a,
  .page-wrap .wsp-pages-list li {
    font-size: 17px;
  }

  .page-wrap .wsp-pages-list li li {
    margin-bottom: 8px;
  }

  .page-wrap .wsp-pages-list .children a {
    font-size: 15px;
  }

  .kiyaku .page-wrap .wp-block-heading.page_title_wrap,
  .headline .page-wrap .wp-block-heading.page_title_wrap {
    font-size: 20px;
    letter-spacing: 1px;
  }

  .qa_wrap summary {
    padding: 20px 52px 20px 60px;
  }

  .qa_wrap summary::before {
    left: 14px;
    width: 34px;
    height: 34px;
    font-size: 20px;
    line-height: 1;
  }

  .grandchild_links {
    li {
      width: 47%;
    }
  }

  .search-area_menu .child li a {
    padding: 10px 17px;
  }

  .footer_nav ul {
    gap: 12px 28px;
    font-size: 15px;
  }

  .benefits_list_wrap {
    padding: 24px 24px 40px;
  }

  .benefits_list {
    margin-bottom: 0;
  }

  .benefits_list li {
    display: block;
    margin-bottom: 28px;
  }

  .benefits_list li dt {
    text-align: center;
    width: 60px;
  }

  .benefits_list dd {
    font-size: 20px;
    flex: 1;
  }

  .benefits_list dd span {
    font-size: 28px;
  }

  .benefits_list li dt svg {
    width: 100%;
    height: auto;
  }

  .blog_share .share_txt {
    margin: 0 40px 0 0;
  }

  .blog_share .share_icon {
    margin: 0 34px 0 0;
  }

  .washable-items_block {
    flex-direction: column;

    .washable-items_box {
      width: 80%;
      margin-inline: auto;
    }
  }

  .washable-items-wrap .situation-block ul {
    flex-direction: column;
  }

  .capacity-wrap {
    & .capacity_table {
      font-size: 15px;
    }

    & .guideline_table {
      font-size: 15px;

      td {
        padding: 8px 0.5rem;
      }

      td div {
        gap: 7px;
      }

      td span.big {
        font-size: 22px;
      }

      :first-child td:first-child {
        width: 182px;
      }

      .table_icon.icon06 {
        width: 68px;
      }
    }
  }

  .washable-items_subhead {
    font-size: 20px;
  }

  .has-text-align-center.thnkas_txt {
    font-size: 16px;
  }

  .catid7,
  .catid8 {
    padding-right: 0;
  }
}

@media screen and (max-width: 500px) {
  .page-id-29 .page_title .head_txt::before {
    top: 0px;
    right: -10px;
  }

  .page_title .head_txt::before {
    top: 3px;
    width: 142px;
    height: 197px;
  }

  .page_title {
    &:after {
      bottom: -84px;
    }
  }

  .page_title {
    .head_txt::before {
      height: 125px;
      width: 99px;
      top: 20px;
    }
  }

  .cleaning_menu_box {
    width: 42%;
  }

  .cleaning_menu_box {
    width: 100%;
  }

  .cleaning_menu_photo_img img {
    height: 190px;
  }
}

/** クリーニング事故賠償基準 **/
@media screen and (max-width: 600px) {
  .page-wrap {
    .headline-contents {
      h2.wp-block-heading {
        font-size: clamp(
          1.375rem,
          calc(1.063rem + 0.833vw),
          1.688rem
        ); /* min: 22px, max: 27px */
      }
    }

    .page_title_wrap {
      padding-inline: 0 !important;
      font-size: 19px !important;
    }

    h3.wp-block-heading {
      padding-inline: 0 !important;
      font-size: 20px;
    }
  }
}
