@charset "utf-8";
/* CSS Document */

#before_footer_widget {
  margin-top: 4em;
}
.post_content > .wp-block-group {
  padding-top: 4em;
  padding-bottom: 4em;
}
.post_content > .wp-block-group + .wp-block-group {
  padding-top: 0;
}
.post_content > .wp-block-group.alignfull {
    padding-top: 4em !important;
}
.page .post_content iframe {
  width: 100%;
  min-height: 350px;
}
.single #content .post_content figure {
  border-radius: 0;
}
.post_content td, .post_content th {
  padding: 1em 0.75em;
  border-right: none;
  border-bottom: none;
}
.post_content th {
  font-weight: 500;
}
.single span.p-breadcrumb__text {
  display: block;
}
#content figure.wp-block-image img, .n2-section-smartslider {
  border-radius: 20px;
  overflow: hidden;
}
.swell-block-capbox .cap_box_ttl {
  border-radius: 15px 15px 0 0;
  background-color: #eeeef3;
  color: var(--color_text);
  font-weight: 500;
  font-size: 1.2rem;
}
.swell-block-capbox .cap_box_content {
  border-radius: 0 0 15px 15px;
  border: solid 1px #eeeef3;
}
#content .swell-block-capbox .cap_box_content h5 {
  color: var(--color_text);
}
/* .post_content .case {
  border: solid 1px var(--color_main);
  border-radius: 15px;
  padding: 1em;
}
.post_content .case h4 {
  margin: 0.5em;
} */
.post_content .read p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
  color: var(--color_text);
}
.post_content .read {
  padding-top: 4em;
}
.post_content .plink {
  padding-top: 0;
  padding-bottom: 0;
}
#content #qa .swell-block-accordion__label strong {
  padding: 11px 13px 15px;
}
.page #content.l-content {
  padding-top: 0;
}
.post_content #philosophy img {
  width: 75%;
  margin-left: -5%;
}
[class*=is-style-btn_].line a, [class*=is-style-btn_].tel a {
  background: #07b53b;
  padding: 28px 30px 28px 40px;
}
[class*=is-style-btn_].tel a {
  background: var(--color_link);
}
#body_wrap.page-child #top_title_area {
  height: 60vh;
  background: unset;
  z-index: 1;
/* 
  height: 0;
  min-height: unset;
  font-size: 0; */
}
#body_wrap.page-child::after {
  content: "";
  position: absolute;
  width: 100%;
  display: block;
  background: url(../../../../uploads/bg_sec02.png) no-repeat right top;
  background-size: contain;
  /* z-index: 0; */
  height: 80vh;
  top: 20vh;
  opacity: 0.7;
}
#body_wrap.page-child .l-topTitleArea.c-filterLayer::before {
  display: none;
}
#body_wrap.page-child #top_title_area img {
  opacity: 1;
  width: 50% !important;
  border-radius: 0 40px 40px 0;
}
#body_wrap.page-child #top_title_area .l-topTitleArea__body {
  width: 50%;
  margin-left: 50%;
  text-align: left;
  color: var(--color_main);
}
#body_wrap.page-child #top_title_area h1.c-pageTitle {
  font-size: 2.5rem;
}
#body_wrap.page-child #top_title_area .l-topTitleArea__body .c-pageTitle__subTitle {
  top: -95px;
  color: var(--color_text);
}
#body_wrap.page-child #top_title_area .c-pageExcerpt {
  color: var(--color_text);
  text-shadow: none;
  margin-top: -1em;
  background: url(../../../../uploads/icon_pin.svg) no-repeat left top 4px;
  background-size: 12px;
  padding-left: 1.2em;
}
#body_wrap.page-child .post_content .read p {
  font-size: 1.4rem;
  font-weight: normal;
}
#body_wrap.page-child .post_content #floor figure {
  padding: 2em;
  background: #fff;
  border-radius: 20px;
}
#body_wrap.page-child .post_content #price .wp-block-group.has-white-background-color {
  background: #fff !important;
  border-radius: 20px;
}
#body_wrap.page-child .post_content #price .wp-block-table.monthly {
  border-radius: 20px;
  border: 1px solid var(--color_border--table);
  box-sizing: border-box;
}
#fix_sidebar #custom_html-2 {
  padding-top: 90px !important;
}
#fix_sidebar ul {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 0px 10px 3px rgb(243 235 235);
}
footer#footer {
    background: none;
}
.post_content .wp-block-gallery figure.wp-block-image {
  padding-bottom: 50px;
}
.post_content .wp-block-gallery figure.wp-block-image figcaption {
	color: var(--color_text);
	font-size: 1rem;
	background: none;
	opacity: 1;
	line-height: 1.3;
	text-shadow: none;
  bottom: 0;
}
#content .swell-block-accordion__item {
	margin-bottom: 2em;
  background: #fff;
  border-radius: 10px;
}
#content .swell-block-accordion__title {
	padding: 1.5em;
	-webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out;
	-ms-transition: .3s ease-out;
	transition: .3s ease-out;
  border-radius: 10px;
  background: #fff;
}
#content .swell-block-accordion__title:hover {
}
#content .swell-block-accordion__label strong {
  padding: 0 0 3px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 500;
  position: absolute;
  left: 20px;
  top: 15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
}
#content .swell-block-accordion__label {
  padding-left: 60px;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 500;
  color: var(--color_text);
}
#content .swell-block-accordion__label strong {
    background: var(--color_main);
    color: #fff;
}
#content .swell-block-accordion__body p, #content .swell-block-accordion__body ul {
    margin: 0 0 0 70px;
}
.post_content #philo .phi_txt {
  color: var(--color_main);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 7px;
}
.post_content #philo .has-white-background-color {
  border-radius: 10px;
  padding: 2em;
}
.post_content #philo .has-white-background-color h4 {
  font-weight: normal;
  color: var(--color_link);
  margin: 4em 0 0.5em;
  font-size: 1.5rem;
}
.post_content #philo .has-white-background-color p, .post_content #philo .has-white-background-color li {
  font-size: 105%;
  font-weight: 500;
}
/* .post_content #philo #value {
  text-align: center;
}
.post_content #philo #value .wp-block-group {
  display: inline-block;
  text-align: left;
} */
.post_content #philo #value .wp-block-group p {
  border-bottom: solid 1px #eee;
  padding-bottom: 1em;
  padding-left: 1.65em;
  margin-top: -0.5em;
}
.post_content #philo #value .wp-block-group p:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.post_content p em, .post_content ul li em {
    border-bottom: solid 2px var(--color_main);
    font-weight: 500;
    line-height: 2;
}
body:not(.facility) #top_title_area::after, #body_wrap.page-id-1477 #top_title_area::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(0deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 0%) 100%, rgba(255, 255, 255, 0) 120%);
}
@media all and (min-width: 960px) {
  #top_title_area {
    text-align: center;
    min-height: 300px;
    /* padding: 1em 0; */
    background: #d1acbd;
    /* max-width: var(--article_size); */
    margin: 0 auto 0;
    position: relative;
  }
  body:not(.facility) #top_title_area, #body_wrap.page-id-1477 #top_title_area {
    border-radius: 13% 13% 0 0;
  }
  #top_title_area img {
    opacity: 0.4;
  }
  #top_title_area .c-pageTitle__subTitle {
    font-style: normal;
    display: block;
    margin: 0.5em 0 0;
    font-size: 1.2rem;
    color: #ffdb5f;
    opacity: 0.7;
  }
  #breadcrumb {
    box-shadow: none;
    /* max-width: var(--article_size); */
    background: #fff;
  }
  /* #fix_header {
    display: none;
  } */
  /* .single #content h1 {
    font-size: 1.8rem;
    margin: 1.5rem 0 0;
  } */
  .c-filterLayer.-texture-dot::after {
    display: none;
  }
  /* .single #content .url {
    margin: 0.5em 0 1em 3px;
    font-size: 1.2rem;
  }
  .l-topTitleArea.c-filterLayer::before, .c-filterLayer.-texture-dot::after {
    display: none;
  }
  .l-topTitleArea__body {
    text-shadow: none;
    max-width: var(--container_size);
    margin: auto;
  } */
  h1.c-pageTitle {
    border: none !important;
    text-shadow: none;
    font-size: 2.2rem;
    margin-top: 15px;
    /* text-align: left; */
    font-weight: 500;
  }
  h1.c-pageTitle span {
    text-align: left;
    border: none !important;
    float: none !important;
  }
  .page .post_content .swell-block-step__title {
    color: var(--color_main);
  }
  .page .post_content .swell-block-step__item {
    /* padding-bottom: 1em; */
  }
  .page .post_content ul.symptoms {
    display: inline-block;
    text-align: left;
  }
  .page .post_content ul.symptoms li {
    font-size: 1.2rem;
    margin-bottom: 0.9em;
  }
  .page .post_content ul.symptoms li strong {
    color: #e0ec67;
    font-weight: normal;
    font-size: 100%;
  }
  .page .post_content ul.symptoms li strong::before {
    content: "➜";
    color: #6f6f6f;
    margin: 0 0.7em;
  }
  .page .post_content dl {
		overflow: hidden;
		margin: 1em 0;
	}
	.page .post_content dl dt, .page .post_content dl dd {
		float: left;
	}
	.page .post_content dl dt {
		width: 9em;
    font-weight: normal;
	}
	.page .post_content dl dd {
    width: calc(100% - 10em);
  }
  #content .post_content h2 {
    /* color: #fff;
    background: #3540a4;
    font-size: 2rem !important;
    margin: 2em -10px 1em;
    border-radius: 10px;
    padding: 0.3em 0.6em 0.4em; */
  }
  #content .post_content h3 {
    font-size: 1.8rem;
    margin: 2em 0 1em;
  }
  #content .post_content h4 {
    font-size: 1.5rem;
    margin-bottom: 1em;
  }
  .post_content #feature {
    padding-top: 2em;
    padding-bottom: 2em;
    margin-bottom: 4em;
  }
  .post_content #philosophy p {
    text-align: center;
  }
  .archive .p-termContent {
    margin-top: 0;
  }
}


  /* chrome safari opera */
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
  }
  /* chrome opera */
  @media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
  }
  /* Firefox */
  @-moz-document url-prefix() {
  }

@media all and (min-width: 768px) and (max-width: 959px) {
}
