@charset "UTF-8";
/* ===========================================
 * 関数
 * ===========================================
*/
/* -------------------------------------------
 * breakpoint
*/
/* $break-point以下の時に@contentを適用 */
/* $break-point以上の時に@contentを適用 */
/* $break-point-min以上、$break-point-max以下の時に@contentを適用 */
/* -------------------------------------------
 * font-size
*/
/* $base-font-sizeを基準に$sizeを%で指定 */
/* $base-font-sizeを基準に$sizeをremで指定 */
/* $base-font-sizeを基準に$sizeをpxで指定 */
/* $base-font-sizeを基準に$sizeをemで指定 */
/* $base-font-sizeを基準に$sizeをvwで指定 */
/* $base-font-sizeを基準に$sizeをvhで指定 */
/* ===========================================
 * 変数
 * ===========================================
*/
.color-point {
  color: #ff3c59;
}

/* ===========================================
 * 使い方
 * ===========================================
*/
/* ===========================================
 * FOOTER
 * ===========================================
*/
footer .section-footer {
  padding-top: 8%;
}
footer .section-footer .inner__container__left {
  padding-right: 16%;
}
@media screen and (max-width: 594px) {
  footer .section-footer .inner__container__left {
    padding: 4%;
  }
}
@media screen and (max-width: 1080px) {
  footer .section-footer .inner__container__right {
    margin-top: 6%;
  }
}
@media screen and (max-width: 594px) {
  footer .section-footer .inner__container__right {
    padding: 4%;
  }
}
footer .section-footer .inner__container__right .container__ttl {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}
footer .section-footer .inner__container__right .area__ttl {
  margin: 0;
  margin-top: 1.5rem;
  font-size: 16px;
  font-weight: bold;
}
footer .section-footer .inner__container__right .area__txt {
  margin: 0;
  margin-top: 0.75rem;
  font-size: 14px;
}

/* ===========================================
 * COMMON
 * ===========================================
*/
body {
  color: #333 !important;
}
body.page-template {
  font-family: "Noto Sans JP", sans-serif;
}
body.page-template h1, body.page-template h2, body.page-template h3, body.page-template h4 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
}
body.page-template h1 {
  font-size: 40px;
}
body.page-template h2 {
  font-size: clamp(24px, 4vw, 32px);
}
body.page-template h3 {
  font-size: clamp(20px, 3.5vw, 28px);
}

.breadcrumbs {
  margin-top: 2rem;
}

.site-header > .container {
  max-width: 100%;
}
@media screen and (max-width: 594px) {
  .site-header > .container {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .site-header > .container {
    max-width: 100%;
  }
}

.site-content > div.container {
  max-width: 100%;
}
@media screen and (max-width: 594px) {
  .site-content > div.container {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .site-content > div.container {
    max-width: 100%;
  }
}

@media screen and (max-width: 1080px) {
  .global-nav__container .global-nav__menu .menu-item {
    line-height: 2.4;
    font-size: clamp(18px, 2.75vw, 22px);
  }
}
@media screen and (max-width: 1080px) and (max-width: 594px) {
  .global-nav__container .global-nav__menu .menu-item {
    line-height: 1.6;
  }
}
@media screen and (max-width: 1080px) {
  .global-nav__container .global__menu__link {
    margin-top: 16%;
  }
}
@media screen and (max-width: 1080px) and (max-width: 594px) {
  .global-nav__container .global__menu__link .__line {
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 1080px) {
  .global-nav__container .global__menu__link .__line a {
    background-color: #06c755;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 1080px) and (max-width: 594px) {
  .global-nav__container .global__menu__link .__form {
    width: 100%;
  }
}
@media screen and (max-width: 1080px) {
  .global-nav__container .global__menu__link .__form a {
    background-color: #009de6;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .global-nav__container .global__menu__link .__micro-copy {
    margin-top: 16%;
    font-size: clamp(18px, 2.75vw, 22px);
  }
  .global-nav__container .global__menu__link .__tel {
    margin-top: 0;
  }
  .global-nav__container .global__menu__link .__tel a {
    font-size: 40px;
  }
}
/* ===========================================
 * SECTION CV
 * ===========================================
*/
.section-cv .container-header .hash-tag a {
  cursor: default;
  color: #153254 !important;
  font-weight: bold;
  border-color: #153254;
  font-size: clamp(12px, 2vw, 16px);
}
.section-cv .container-header .hash-tag a:hover {
  box-shadow: none;
}
@media screen and (max-width: 594px) {
  .section-cv .container__tel .ystdb-section__inner > div {
    flex-direction: column-reverse;
  }
}
.section-cv .container__tel .__img {
  width: 30%;
}
.section-cv .container__tel .__content .balloon2 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 24px 10px;
  min-width: 120px;
  max-width: 100%;
  width: 100%;
  color: #153254;
  background: #FFF;
  border: solid 3px #153254;
  box-sizing: border-box;
}
.section-cv .container__tel .__content .balloon2:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}
.section-cv .container__tel .__content .balloon2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #153254;
  z-index: 1;
}
.section-cv .container__tel .__content .balloon2 p {
  margin: 0;
  padding: 0;
}
.section-cv .container__tel .__content .group__tel a {
  text-decoration: none;
  color: #153254;
}
.section-cv .container__tel .__content .text__reception-time {
  width: 100%;
  text-align: center;
  background-color: #d6ebff;
  padding: 0.125rem 0;
  border-radius: 50px;
  font-size: 0.88rem;
  font-weight: bold;
}
@media screen and (max-width: 594px) {
  .section-cv .container__tel .__content .btn__consultation a {
    margin-top: 0.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

/* ===========================================
 * SECTION WORKS
 * ===========================================
*/
.section-works .comment__container {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 40px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .section-works .comment__container {
    width: 92%;
  }
}
.section-works .comment__container > div {
  border-radius: 40px;
}
@media screen and (max-width: 594px) {
  .section-works .comment__container .account__container {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 594px) {
  .section-works .comment__container .img__container {
    flex-wrap: wrap;
  }
  .section-works .comment__container .img__container .ys-icon {
    transform: rotate(90deg);
  }
}
.section-works .comment__container .hash-tag a {
  white-space: nowrap;
  padding: 0.25rem 1rem;
  font-size: 0.88rem;
  font-size: clamp(12px, 1.75vw, 14px);
  font-weight: bold;
  border-color: #153254;
  color: #153254 !important;
  cursor: default;
}
.section-works .comment__container .hash-tag a:hover {
  box-shadow: none;
}

/* ===========================================
 * SECTION POINT
 * ===========================================
*/
.section-point div.ystdb-section {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .section-point div.ystdb-section {
    width: 92%;
  }
}
@media screen and (max-width: 594px) {
  .section-point div.ystdb-section {
    width: 92%;
  }
  .section-point div.ystdb-section h2 {
    margin-bottom: 0 !important;
  }
  .section-point div.ystdb-section .point__container {
    flex-direction: column;
    margin-top: 0;
  }
  .section-point div.ystdb-section .point__container .point__item__ttl {
    margin-top: 0;
  }
  .section-point div.ystdb-section .point__container .point__item__img {
    margin-top: 2rem;
  }
}
.section-point div.ystdb-section > div {
  border-radius: 40px;
}
.section-point div.ystdb-section img {
  width: 64%;
}

/* ===========================================
 * SECTION FLOW
 * ===========================================
*/
.section-flow .smb-step__body .smb-step__item {
  margin-left: 0;
  background-color: #FFF;
  border-radius: 40px;
  padding: 4%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 594px) {
  .section-flow .smb-step__body .smb-step__item {
    padding: 8%;
  }
}
.section-flow .smb-step__body .smb-step__item__number {
  margin-left: 0;
  background-color: #009de6;
  top: -150%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-flow .smb-step__body .smb-step__item__number::before {
  font-weight: bold;
  font-size: 1.2rem;
}
.section-flow .smb-step__body::before {
  border: none;
}

/* ===========================================
 * SECTION FORM
 * ===========================================
*/
.section-form .inner__container {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 40px;
}
@media screen and (max-width: 594px) {
  .section-form .inner__container {
    width: 92%;
  }
}
.section-form .inner__container .ystdb-section__bg {
  border-radius: 40px;
}
.section-form .inner__container form dt {
  margin-bottom: 0.25rem;
  font-size: clamp(12px, 2.25vw, 18px);
}
@media screen and (min-width: 594px) {
  .section-form .inner__container form dt {
    font-size: 14px;
  }
}
.section-form .inner__container form dt .any {
  font-size: clamp(10px, 1.5vw, 12px);
  background-color: #FFF;
  border: 1px solid #153254;
  margin-left: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-weight: bold;
  border-radius: 50px;
}
.section-form .inner__container form dt .required {
  font-size: clamp(10px, 1.5vw, 12px);
  background-color: #fcd70b;
  border: 1px solid #fcd70b;
  margin-left: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-weight: bold;
  border-radius: 50px;
}
.section-form .inner__container form dd {
  font-size: clamp(12px, 2vw, 16px);
  margin-left: 0;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 594px) {
  .section-form .inner__container form dd {
    font-size: 14px;
  }
}
.section-form .inner__container form dd input,
.section-form .inner__container form dd textarea {
  border-color: #153254;
  border-radius: 4px;
}
.section-form .inner__container form .privacy-policy {
  width: 88%;
  margin: 2rem auto;
  height: 25vw;
  max-height: 240px;
  overflow-y: scroll;
  font-size: clamp(10px, 1.5vw, 12px);
  border: 1px solid #153254;
  border-radius: 4px;
  padding: 1rem 0.5rem;
}
.section-form .inner__container form .chk__pp {
  text-align: center;
  font-size: clamp(12px, 2.25vw, 18px);
}
@media screen and (min-width: 594px) {
  .section-form .inner__container form .chk__pp {
    font-size: 14px;
  }
}
.section-form .inner__container form .btn__submit {
  text-align: center;
  border-radius: 4px;
  width: 64%;
  margin: 1.5rem auto;
  font-size: clamp(12px, 2.25vw, 18px);
}
@media screen and (min-width: 594px) {
  .section-form .inner__container form .btn__submit {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .section-form .inner__container form .btn__submit {
    width: 80%;
  }
}
.section-form .inner__container form .btn__submit input {
  background-color: #153254;
  width: 100%;
  font-weight: bold;
}

/* ===========================================
 * SECTION BUTTON
 * ===========================================
*/
@media screen and (max-width: 594px) {
  .section-button .button-container {
    flex-direction: column;
  }
  .section-button .button-container .wp-block-button__width-50 {
    width: 100%;
  }
  .section-button .button-container .wp-block-button__width-50 a {
    margin-left: 0;
  }
}
.section-button .wp-block-button a {
  padding: 2rem 4rem;
  background-color: #153254;
  color: #fff !important;
  font-weight: bold;
  border-radius: 24px;
}
@media screen and (max-width: 594px) {
  .section-button .wp-block-button a {
    white-space: nowrap;
  }
}

/* ===========================================
 * SECTION ABOUT
 * ===========================================
*/
.section-about .about__table {
  padding: 10%;
  border-radius: 32px;
}
.section-about .about__table table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
.section-about .about__table table th, .section-about .about__table table td {
  border: none;
  text-align: left;
  padding: 10px 0;
  padding-left: 1rem;
}
.section-about .about__table table th {
  font-weight: bold;
  border: none;
  background: none;
  border-bottom: solid 4px #009de6;
}
@media screen and (max-width: 768px) {
  .section-about .about__table table th {
    display: block;
    width: 100%;
  }
}
.section-about .about__table table td {
  border-bottom: solid 2px #d6ebff;
}
@media screen and (max-width: 768px) {
  .section-about .about__table table td {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
  }
}

/* ===========================================
 * page
 * ===========================================
*/
/*
 * general-page
 * ===========================================
*/
.general-page .content__main .entry-header {
  padding: 4% 0;
}
.general-page .content__main .entry-header .singular-header__meta {
  margin-top: 0;
}
.general-page .content__main .entry-content {
  margin-top: 0;
}
.general-page .singular-header__title {
  text-align: center;
  font-weight: bold;
}
.general-page .section-read .grid__container .item__group {
  background-color: #FFF;
  border-radius: 12px;
  width: 90%;
  margin-bottom: 4%;
}
@media screen and (max-width: 594px) {
  .general-page .section-read .grid__container .item__group {
    padding: 4%;
  }
}
@media screen and (max-width: 594px) {
  .general-page .section-read .grid__container .item__group p strong {
    font-size: 14px;
  }
}
.general-page .section-read .ystdb-balloon {
  justify-content: center;
}
.general-page .section-kaitori .inner__container img {
  border-radius: 24px;
}
.general-page .section-kaitori .inner__container .wp-block-button a {
  padding: 2rem 4rem;
  font-weight: bold;
  border-radius: 24px;
  margin-left: 1rem;
  margin-right: 1rem;
}
.general-page .section-area .smb-accordion__item__title {
  background-color: #d6ebff;
  font-weight: bold;
  border-radius: 12px;
}
.general-page .section-area .smb-accordion__item__body {
  background-color: #fff;
}
.general-page .section-faq .inner__container .accordion-item .accordion-header {
  margin: 0 !important;
}
.general-page .section-faq .inner__container .accordion-item .accordion-header .accordion-button {
  font-weight: bold;
}
.general-page .section-service .inner__container .service__item {
  margin-bottom: 16%;
}
@media screen and (max-width: 594px) {
  .general-page .section-service .inner__container .service__item {
    flex-direction: column;
  }
}
.general-page .section-service .inner__container .service__item .__img {
  max-width: 300px;
  margin: 0 auto;
}
.general-page .section-service .inner__container .service__item .__img img {
  border-radius: 24px;
}
.general-page .section-service .inner__container .service__item .__content {
  margin-left: 2rem;
  padding: 1rem;
}
@media screen and (max-width: 594px) {
  .general-page .section-service .inner__container .service__item .__content {
    margin-left: 0;
  }
}
.general-page .section-service .inner__container .service__item .__content h2 {
  margin: 0;
}
.general-page .section-service .inner__container .service__item .__content .hash-tag a {
  padding: 0.25rem 1rem;
  font-size: 0.88rem;
  cursor: default;
}
.general-page .section-service .inner__container .service__item .__content .hash-tag a:hover {
  box-shadow: none;
}
.general-page .section-place .item__img {
  position: relative;
}
.general-page .section-place .item__img::before {
  content: "";
  display: block;
  padding-top: 33.3333333333%;
}
@media screen and (max-width: 594px) {
  .general-page .section-place .item__img::before {
    padding-top: 56.25%;
  }
}
.general-page .section-place .item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}
@media screen and (max-width: 594px) {
  .general-page .section-place .item__img img {
    border-radius: unset;
  }
}
.general-page .section-cost .inner__container .item__group {
  width: 20%;
}
.general-page .section-cost .inner__container .item__group .__img {
  position: relative;
}
.general-page .section-cost .inner__container .item__group .__img::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.general-page .section-cost .inner__container .item__group .__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}
.general-page .section-possible .hash-tag a {
  cursor: default;
  font-size: clamp(12px, 2vw, 16px);
}
.general-page .section-possible .hash-tag a:hover {
  box-shadow: none;
}
.general-page .section-pack .inner__container .panel__group .panel__group__item .smb-panels__item {
  border-radius: 24px;
}
.general-page .section-addon .inner__container .addon__group {
  border-radius: 40px;
}
@media screen and (max-width: 594px) {
  .general-page .section-addon .inner__container .addon__group {
    flex-direction: column;
  }
}
.general-page .section-addon .inner__container .addon__group .__img {
  max-width: 150px;
  margin: 0;
}
.general-page .section-addon .inner__container .addon__group .__img img {
  border-radius: 24px;
}
.general-page .section-addon .inner__container .addon__group .__content {
  margin-left: 2rem;
  padding: 1rem;
}
@media screen and (max-width: 594px) {
  .general-page .section-addon .inner__container .addon__group .__content {
    margin-left: 0;
    line-height: 2;
  }
}
.general-page .section-addon .inner__container .addon__group .__content h3 {
  margin: 0;
}
.general-page .section-addon .inner__container .addon__group .__content .hash-tag a {
  padding: 0.25rem 1rem;
  font-size: 0.88rem;
  cursor: default;
}
.general-page .section-addon .inner__container .addon__group .__content .hash-tag a:hover {
  box-shadow: none;
}
.general-page .section-kaitori-list .grid__container .wp-block-group {
  border: 2px solid #153254;
  border-radius: 24px;
  padding: 4%;
  margin: 8%;
  max-width: 160px;
}
.general-page .section-kaitori-list .grid__container .wp-block-group p {
  font-size: 0.88rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .general-page .section-kaitori-list .grid__container {
    --smb-grid--columns: 4!important;
  }
}
@media screen and (max-width: 594px) {
  .general-page .section-kaitori-list .grid__container {
    --smb-grid--columns: 3!important;
  }
}/*# sourceMappingURL=theme-style.css.map */