@charset "UTF-8";

/* =================================
   Sub Header
================================= */
.sub-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 1);
  backdrop-filter: blur(8px);
	margin-bottom: 25px;
}


.sub-header__inner {
  padding: 0;
}

.sub-header__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
	margin-bottom: 30px;
}

.sub-header__logo {
  padding-top: 18px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
}

.sub-header__utility {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.sub-header__tel-wrap {
  padding-top: 5px;
  text-align: right;
}

.sub-header__tel {
  position: relative;
  display: inline-block;
  padding-left: 18px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.sub-header__tel::before {
  content: "\f095";
  position: absolute;
  top: 58%;
  left: -13px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 1;
  transform: translateY(-50%);
}

.sub-header__hours {
  margin-top: 4px;
  font-size: 1.55rem;
  font-weight: 400;
  line-height: 1.3;
}

.sub-header__contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  min-height: 68px;
  padding: 0 18px;
  background: #d5ef19;
  color: #111;
  font-size: 1.9rem;
  font-weight: 700;
	border-radius: 0 0 13px 13px;
}

.sub-header__bottom {
  margin-top: 4px;
  padding-bottom: 14px;
}

.sub-header__menu-btn {
  display: none;
}

.sub-header__nav-list {
  display: flex;
  justify-content: flex-end;
  gap: 28px;
}

.sub-header__nav-list .for_sp{
display: none;
}

.sub-header__nav-list a {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
}


/* =================================
   Page Hero
================================= */
.page-hero {
  background: #fff;
}

.page-hero__inner {
  position: relative;
  height: 490px;
}

.page-hero__title-area {
  position: absolute;
  top: 24px;
  left: calc(50% - 600px);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 310px;
  height: 466px;
  background: #e7efc7;
  text-align: center;
}

.page-hero__title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
}

.page-hero__sub {
  margin-top: 10px;
  color: #666;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
}

.page-hero__media {
  position: absolute;
  top: 0;
  right: 0;
  left: calc(50% - 290px);
  z-index: 1;
  height: 490px;
  background: #e7efc7;
}

.page-hero__image {
  width: 100%;
  height: 450px;
  overflow: hidden;
}

.page-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* レスポンシブ */
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .page-hero__inner {
    height: 490px;
  }

  .page-hero__title-area {
    left: 24px;
    width: 26.5vw;
    max-width: 310px;
    min-width: 220px;
    height: 466px;
  }

  .page-hero__media {
    left: calc(24px + 26.5vw - 20px);
    height: 490px;
  }

  .page-hero__image {
    height: 450px;
  }

  .breadcrumb__inner {
    width: min(100% - 48px, 1200px);
  }
}

@media screen and (max-width: 767px) {
	
  .page-hero {
    padding-top: 12px;
    background: #fff;
  }

  .page-hero__inner {
    position: relative;
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
    padding: 0;
  }

  .page-hero__title-area {
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: calc(100% - 32px);
    max-width: none;
    min-width: 0;
    height: auto;
    order: 1;
    min-height: 140px;
    margin: 0 auto;
    padding: 28px 16px;
    background: #e7efc7;
    text-align: center;
  }

  .page-hero__title {
    font-size: 2.6rem;
  }

  .page-hero__sub {
    margin-top: 8px;
    font-size: 1.2rem;
  }

  .page-hero__media {
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: calc(100% - 32px);
    height: auto;
    margin: 0 auto;
    background: #e7efc7;
  }

  .page-hero__image {
    width: 100%;
    height: 300px;
    overflow: hidden;
    order: 2;
  }

  .page-hero__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

}

/* =================================
   Breadcrumb
================================= */
.breadcrumb {
  padding: 10px 0 0;
  background: #fff;
}

.breadcrumb__inner {
  width: min(100% - 40px, 1000px);
  margin: 0 auto;
}

.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 1.2rem;
}

.breadcrumb__list li:not(:last-child)::after {
  content: ">";
  margin-left: 8px;
}
/* =================================
   Subpage Common Heading
================================= */
.section-heading--subpage .section-heading__sub {
  color: #b6b6b6;
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  letter-spacing: 0;
}

.section-heading--subpage .section-heading__title {
  margin-top: 0;
  font-size: 1.8rem;
}

/* =================================
   Sub CTA
================================= */
.sub-cta {
  padding: 0 0 80px;
  background: linear-gradient(90deg, #76b5c3 0%, #c4ec5a 100%);
}

.sub-cta__inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 48px;
  width: min(100% - 48px, 1200px);
  margin: 0 auto;
  padding: 56px 0;
}

.sub-cta__title {
  color: #fff;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.1;
}

.sub-cta__text {
  margin-top: 16px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}

.sub-cta__note {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.3rem;
}

.sub-cta__contact {
  text-align: center;
}

.sub-cta__tel {
  position: relative;
  display: inline-block;
  padding-left: 54px;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.1;
}

.sub-cta__tel::before {
  content: "\f095";
  position: absolute;
  top: 50%;
  left: 0;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 4rem;
  line-height: 1;
  color: #1f7fe5;
  transform: translateY(-50%);
}

.sub-cta__time {
  margin-top: 8px;
  font-size: 1.4rem;
  font-weight: 700;
}

.c-button--white {
  margin-top: 24px;
  color: #111;
  background: #fff;
}

.c-button--white:hover {
  color: #b8dc18;
}

.c-button--white::before {
  background: #fff;
}

.sub-cta .c-button--white {
  width: 400px;
  max-width: 100%;
}

/* =================================
   Responsive
================================= */
@media screen and (max-width: 767px) {
  .sub-header {
    position: sticky;
    top: 0;
		backdrop-filter: none;
		margin-bottom: 0;
  }

  .sub-header__inner {
    padding: 14px 0;
  }

  .sub-header__top {
    align-items: center;
		margin-bottom: 0;
  }

  .sub-header__logo {
    font-size: 1.9rem;
    line-height: 1.3;
		width: 220px;
  }

  .sub-header__utility {
    display: none;
  }

  .sub-header__menu-btn {
    position: relative;
    z-index: 30;
    display: block;
    width: 44px;
    height: 44px;
  }

  .sub-header__menu-btn span {
    position: absolute;
    left: 8px;
    width: 28px;
    height: 2px;
    background: #111;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  .sub-header__menu-btn span:nth-child(1) {
    top: 14px;
  }

  .sub-header__menu-btn span:nth-child(2) {
    top: 21px;
  }

  .sub-header__menu-btn span:nth-child(3) {
    top: 28px;
  }

  .sub-header__menu-btn.is-open span:nth-child(1) {
    top: 21px;
    transform: rotate(45deg);
  }

  .sub-header__menu-btn.is-open span:nth-child(2) {
    opacity: 0;
  }

  .sub-header__menu-btn.is-open span:nth-child(3) {
    top: 21px;
    transform: rotate(-45deg);
  }

  .sub-header__bottom {
    margin-top: 0;
  }


  .sub-header__nav {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 24px 40px;
    background: rgba(255, 255, 255, 0.97);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  .sub-header__nav.is-open {
    opacity: 1;
    visibility: visible;
  }

  .sub-header__nav-list {
    flex-direction: column;
    gap: 18px;
  }
	
	.sub-header__nav-list .for_sp{
display: inherit;
}

  .sub-header__nav-list a {
    font-size: 1.8rem;
  }

.sub-cta {
  padding-bottom: 56px;
}

.sub-cta__inner {
  grid-template-columns: 1fr;
  gap: 24px;
  width: min(100% - 32px, 1200px);
  padding: 32px 0;
}

.sub-cta__title {
  font-size: 3.6rem;
  text-align: center;
}

.sub-cta__text {
  font-size: 1.8rem;
}

.sub-cta__note {
  font-size: 1.5rem;
}

.sub-cta__text,
.sub-cta__note {
  text-align: left;
}

.sub-cta__tel {
  padding-left: 38px;
  font-size: 3.6rem;
}

.sub-cta__tel::before {
  font-size: 3rem;
}

.sub-cta__time {
  text-align: center;
}

  .sub-cta .c-button--white {
    width: 100%;
    max-width: 400px;
  }
}

@media screen and (min-width: 768px) {
  .sub-header__nav {
    display: block !important;
  }
}