@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
h1,
h2,
h3,
h4,
h5,
h6,
.c_serif {
  font-family: "Noto Serif JP", serif;
}

.l-header__inner,
.l-fixHeader__inner {
  max-width: 100%;
  padding-right: 0;
}
.l-header,
.l-fixHeader:before {
  backdrop-filter: saturate(150%) blur(15px);
  background: rgba(255, 255, 255, 0.6);
}

.l-fixHeader {
  opacity: 1;
}

.c-gnav > .menu-item.menu-item-34 > a {
  padding: 0 20px;
  background: #6fba2c;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: bold;
  gap: 5px;
}
.c-gnav > .menu-item.menu-item-34 > a:before {
  font-size: 12px;
  content: "平日 9:00～18:00";
}
.c-gnav > .menu-item.menu-item-34 > a:after {
  background: white;
}

.p-spMenu__nav {
  margin-top: 0;
}

.c-spnav a {
  font-weight: bold;
}
.c-spnav .sub-menu a {
  font-weight: normal;
}
.c-spnav .menu-item.menu-item-34 a {
  background: #6fba2c;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  font-weight: bold;
  gap: 5px;
}
.c-spnav .menu-item.menu-item-34 a:after {
  font-size: 12px;
  content: "平日 9:00～18:00";
}
.c-widget__title.-spmenu {
  display: none;
}

.l-footer__nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1em;
}
@media (max-width: 599px) {
  .l-footer__nav {
    grid-template-columns: 1fr;
  }
}
.l-footer__nav li.menu-item-340 {
  grid-row: auto/span 3;
}
.l-footer__nav li a {
  border-width: 0 !important;
  font-size: 1em;
}
.l-footer__nav li .sub-menu {
  opacity: 0.8;
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
}
.l-footer__nav li .sub-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.l-footer__nav li .sub-menu li a:before {
  content: "";
  width: 5px;
  height: 1px;
  background: #fff;
}
.l-footer .copyright a {
  text-decoration: none;
  color: inherit;
}

.wp-block-table th {
  white-space: nowrap;
}

.c_service_list .c-postThumb__figure {
  aspect-ratio: 16/4.5;
}

p:has(.u-fz-xs) {
  line-height: 1.2;
}

.c_service .p-blogCard__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c_service .p-blogCard__inner:before {
  border-radius: 8px;
  border-color: #c1db81;
  background-color: #fff;
}
.c_service .p-blogCard__thumb {
  width: 60px;
  margin-right: 0;
  margin-bottom: 15px;
}
.c_service .c-postThumb__figure:before {
  display: none;
}
.c_service .c-postThumb__img {
  position: static;
}
.c_service .p-blogCard__body {
  padding-bottom: 10px;
}
.c_service .p-blogCard__title {
  font-size: 1.4em;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.c_service .p-blogCard__caption {
  background: none;
  position: static;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding: 0;
  font-size: var(--swl-fz--content, 16px);
  line-height: 1.6;
}
.c_service .p-blogCard__caption:before {
  display: none;
}

.p-mainVisual__textLayer {
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 768px) {
  .p-mainVisual__textLayer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.p-mainVisual__slideTitle {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 48px;
}

.p-mainVisual__slideText {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
}

@media (max-width: 768px) {
  .p-mainVisual__slideTitle {
    font-size: 24px;
  }
  .p-mainVisual__slideText {
    font-size: 14px;
  }
}
.swiper-button-next,
.swiper-button-prev {
  color: #6fba2c !important;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 5px;
  width: auto !important;
  height: auto !important;
}

.swiper-pagination {
  position: static !important;
}

.p_access__caption {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  line-height: 1.4;
}
@media (max-width: 768px) {
  .p_access__caption {
    font-size: 12px;
    padding: 10px;
  }
}
.p_access .swiper-slide {
  position: relative;
  background: #000;
  -webkit-filter: brightness(0.6);
          filter: brightness(0.6);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.p_access .swiper-slide img {
  display: block;
}
.p_access .swiper-slide-active {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

.cap_box_content {
  background-color: #fff;
}

[data-partsid="559"] {
  margin-bottom: 0;
}

.p_postListGroup:has(p:only-child) {
  display: none;
}/*# sourceMappingURL=style.css.map */