@charset "UTF-8";
.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

:root {
  --clPD: #0069c5;
  --clP: #0077e0;
  --clPW: #138bf4;
  --clSD: #af9a75;
  --clS: #b9a788;
  --clSW: #e5dbca;
  --clAD: #af9a75;
  --clA: #b9a788;
  --clAW: #c4b8a3;
  --clW: #ffffff;
  --clBGG: #f8f8f8;
  --clBGP: #f3f9ff;
  --clBGS: #f7f4f0;
  --clBGCV: #f7f4f0;
  --clBD: #dddddd;
  --clBDW: #efefef;
  --clText: #4e5c5e;
  --clTextW: #aeaeae;
  --clTextR: #d44c00;
  --clHL: #fff492;
  --clLink: #145eed;
  --clLinkH: #7994ca;
  --clSelect: #CCCCCC;
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

:root {
  --clPD: #0069c5;
  --clP: #0077e0;
  --clPW: #138bf4;
  --clSD: #af9a75;
  --clS: #b9a788;
  --clSW: #e5dbca;
  --clAD: #af9a75;
  --clA: #b9a788;
  --clAW: #c4b8a3;
  --clW: #ffffff;
  --clBGG: #f8f8f8;
  --clBGP: #f3f9ff;
  --clBGS: #f7f4f0;
  --clBGCV: #f7f4f0;
  --clBD: #dddddd;
  --clBDW: #efefef;
  --clText: #4e5c5e;
  --clTextW: #aeaeae;
  --clTextR: #d44c00;
  --clHL: #fff492;
  --clLink: #145eed;
  --clLinkH: #7994ca;
  --clSelect: #CCCCCC;
}

section > div[class$=Inner],
.headerInner,
.mainImgInner {
  margin-left: auto;
  margin-right: auto;
  max-width: 936px;
}

section > div.narrow {
  max-width: 800px;
}

@media screen and (max-width:1024px) and (min-width:640px) {
  section {
    margin-top: 96px;
    margin-bottom: 96px;
  }
}
@media screen and (min-width:1025px) {
  section {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}
@media screen and (max-width:639px) {
  section {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
section.section-fill {
  background: var(--clBGP);
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width:640px) {
  section.section-fill {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
@media screen and (min-width:1025px) {
  section.section-fill {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width:639px) {
  section.section-fill {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
section.section-fill-BGP {
  background-color: var(--clBGP);
}
section.section-fill-BGS {
  background-color: var(--clBGS);
}
section.section-fill-BGG {
  background-color: var(--clBGG);
}
section.section-fill-clP {
  background-color: var(--clP);
}
section .narrow {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

/*---------------------------------------
基本設定
---------------------------------------*/
html,
body {
  box-sizing: border-box;
  color: var(--clText);
  font-size: 15px;
  font-size: clamp(15px, 0.0024242424 * 100vw + 15px - 0.0024242424 * 375px, 17px);
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 170%;
  margin: 0;
  background-color: var(--clBG);
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body * {
  box-sizing: border-box;
}

h1 {
  margin-bottom: 0;
}

::-moz-selection {
  background: #efefef;
}

::selection {
  background: #efefef;
}

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

small {
  font-size: 12.5px;
  font-size: clamp(12.5px, 0.0018181818 * 100vw + 12.5px - 0.0018181818 * 375px, 14px);
}

.header,
section,
.mainImg {
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width:640px) {
  .header,
  section,
  .mainImg {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width:1025px) {
  .header,
  section,
  .mainImg {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

:root {
  --clPD: #0069c5;
  --clP: #0077e0;
  --clPW: #138bf4;
  --clSD: #af9a75;
  --clS: #b9a788;
  --clSW: #e5dbca;
  --clAD: #af9a75;
  --clA: #b9a788;
  --clAW: #c4b8a3;
  --clW: #ffffff;
  --clBGG: #f8f8f8;
  --clBGP: #f3f9ff;
  --clBGS: #f7f4f0;
  --clBGCV: #f7f4f0;
  --clBD: #dddddd;
  --clBDW: #efefef;
  --clText: #4e5c5e;
  --clTextW: #aeaeae;
  --clTextR: #d44c00;
  --clHL: #fff492;
  --clLink: #145eed;
  --clLinkH: #7994ca;
  --clSelect: #CCCCCC;
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

:root {
  --clPD: #0069c5;
  --clP: #0077e0;
  --clPW: #138bf4;
  --clSD: #af9a75;
  --clS: #b9a788;
  --clSW: #e5dbca;
  --clAD: #af9a75;
  --clA: #b9a788;
  --clAW: #c4b8a3;
  --clW: #ffffff;
  --clBGG: #f8f8f8;
  --clBGP: #f3f9ff;
  --clBGS: #f7f4f0;
  --clBGCV: #f7f4f0;
  --clBD: #dddddd;
  --clBDW: #efefef;
  --clText: #4e5c5e;
  --clTextW: #aeaeae;
  --clTextR: #d44c00;
  --clHL: #fff492;
  --clLink: #145eed;
  --clLinkH: #7994ca;
  --clSelect: #CCCCCC;
}

@media screen and (min-width:1025px) {
  .header {
    position: absolute;
    height: 100px;
    top: 0;
    z-index: 5;
    left: 34px;
    left: clamp(34px, 0.0072727273 * 100vw + 34px - 0.0072727273 * 375px, 40px);
    right: 34px;
    right: clamp(34px, 0.0072727273 * 100vw + 34px - 0.0072727273 * 375px, 40px);
    top: 16px;
    top: clamp(16px, 0.0096969697 * 100vw + 16px - 0.0096969697 * 375px, 24px);
    left: clamp(24px, 24px + (40px - 24px) * (100vw - 1025px) / (1400px - 1025px), 40px);
    right: clamp(24px, 24px + (40px - 24px) * (100vw - 1025px) / (1400px - 1025px), 40px);
    top: clamp(8px, 8px + (24px - 8px) * (100vw - 1025px) / (1400px - 1025px), 24px);
  }
}
@media screen and (min-width:1025px) {
  .headerInner {
    background-color: #fff;
    width: 100%;
    max-width: 1400px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 200px;
    padding-block: 14px;
    padding-block: clamp(14px, 0.0024242424 * 100vw + 14px - 0.0024242424 * 375px, 16px);
    padding-left: 56px;
    padding-left: clamp(56px, 0.0096969697 * 100vw + 56px - 0.0096969697 * 375px, 64px);
    padding-right: 14px;
    padding-right: clamp(14px, 0.0024242424 * 100vw + 14px - 0.0024242424 * 375px, 16px);
  }
}
@media screen and (max-width:639px) {
  .headerInner {
    height: 64px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .headerInner {
    height: 72px;
    padding-inline: 16px;
  }
}
.headerRight {
  margin-left: auto;
}

.header h1 {
  font-size: 0;
}
@media screen and (max-width:1024px) {
  .header h1 a {
    display: flex;
    align-items: center;
    height: 64px;
  }
}
@media screen and (max-width:1024px) {
  .header h1 img {
    width: auto;
  }
}
@media screen and (min-width:640px) {
  .header h1 img {
    max-height: 80%;
  }
}
@media screen and (max-width:639px) {
  .header h1 img {
    max-height: 70%;
  }
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

:root {
  --clPD: #0069c5;
  --clP: #0077e0;
  --clPW: #138bf4;
  --clSD: #af9a75;
  --clS: #b9a788;
  --clSW: #e5dbca;
  --clAD: #af9a75;
  --clA: #b9a788;
  --clAW: #c4b8a3;
  --clW: #ffffff;
  --clBGG: #f8f8f8;
  --clBGP: #f3f9ff;
  --clBGS: #f7f4f0;
  --clBGCV: #f7f4f0;
  --clBD: #dddddd;
  --clBDW: #efefef;
  --clText: #4e5c5e;
  --clTextW: #aeaeae;
  --clTextR: #d44c00;
  --clHL: #fff492;
  --clLink: #145eed;
  --clLinkH: #7994ca;
  --clSelect: #CCCCCC;
}

.footer {
  background-color: var(--clBGP);
  padding-block: 40px;
  padding-block: clamp(40px, 0.0484848485 * 100vw + 40px - 0.0484848485 * 375px, 80px);
}
.footerCenter {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--clS);
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width:640px) {
  .footerCenter {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width:1025px) {
  .footerCenter {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.footerInner {
  max-width: 1300px;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width:640px) {
  .footerInner {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width:1025px) {
  .footerInner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width:639px) {
  .footerInner {
    flex-direction: column;
  }
}
@media screen and (max-width:639px) {
  .footerLeft {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
}
.footerRight {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width:639px) {
  .footerRight {
    margin-top: 32px;
  }
}
.footerHorizon {
  background-color: var(--clBG);
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.footerHorizon > * {
  margin-left: auto;
  margin-right: auto;
}
.footerHorizon > * {
  max-width: 936px;
}

.footer-ttl a {
  display: flex;
  gap: 16px;
  gap: clamp(16px, 0.0096969697 * 100vw + 16px - 0.0096969697 * 375px, 24px);
}
@media screen and (min-width:1025px) {
  .footer-ttl {
    margin-bottom: 21px;
    margin-bottom: clamp(21px, 0.0036363636 * 100vw + 21px - 0.0036363636 * 375px, 24px);
  }
}
@media screen and (max-width:639px) {
  .footer-ttl {
    text-align: center;
  }
}
.footer-address {
  margin-bottom: 0;
  font-size: 12.5px;
  font-size: clamp(12.5px, 0.0018181818 * 100vw + 12.5px - 0.0018181818 * 375px, 14px);
}
.footer-address p {
  line-height: 1.5 !important;
}
@media screen and (max-width:639px) {
  .footer-address p {
    line-height: 1.8 !important;
  }
}
.footer-map iframe {
  height: 400px;
  width: 100%;
}
.footer-copyrignt {
  display: block;
  text-align: center;
  font-size: 11px;
  font-size: clamp(11px, 0.0024242424 * 100vw + 11px - 0.0024242424 * 375px, 13px);
  color: var(--clTextW);
  text-align: right;
}
@media screen and (max-width:639px) {
  .footer-copyrignt {
    text-align: center;
  }
}
.footer-copyrignt a {
  color: var(--clTextW);
}
.footerNav {
  display: none;
}
@media screen and (min-width:640px) {
  .footerNav {
    display: block;
  }
}
.footerNav ul {
  display: flex;
  justify-content: center;
  gap: 21px;
  gap: clamp(21px, 0.0036363636 * 100vw + 21px - 0.0036363636 * 375px, 24px);
}
.footerNav ul li a {
  font-size: 12.5px;
  font-size: clamp(12.5px, 0.0018181818 * 100vw + 12.5px - 0.0018181818 * 375px, 14px);
  font-weight: 700;
  color: var(--clP);
}
.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

:root {
  --clPD: #0069c5;
  --clP: #0077e0;
  --clPW: #138bf4;
  --clSD: #af9a75;
  --clS: #b9a788;
  --clSW: #e5dbca;
  --clAD: #af9a75;
  --clA: #b9a788;
  --clAW: #c4b8a3;
  --clW: #ffffff;
  --clBGG: #f8f8f8;
  --clBGP: #f3f9ff;
  --clBGS: #f7f4f0;
  --clBGCV: #f7f4f0;
  --clBD: #dddddd;
  --clBDW: #efefef;
  --clText: #4e5c5e;
  --clTextW: #aeaeae;
  --clTextR: #d44c00;
  --clHL: #fff492;
  --clLink: #145eed;
  --clLinkH: #7994ca;
  --clSelect: #CCCCCC;
}

.gnav li:not(.tel-btn, .mail-btn) a {
  color: var(--clText);
  font-family: var(--fontAccent);
  color: var(--clPD);
}
@media screen and (max-width:1024px) {
  .gnav li a {
    color: var(--clText);
    font-family: var(--fontAccent);
    color: var(--clPD);
  }
}

@media screen and (max-width: 1024px) {
  .gnav ul.nav-list {
    background-color: #fff;
  }
  .gnav ul.nav-list li {
    border-top: 1px solid var(--clBD);
    padding-left: 32px;
    padding-right: 32px;
  }
  .gnav ul.nav-list li:last-child {
    border-bottom: 1px solid var(--clBD);
  }
  .gnav ul.nav-list li a {
    padding-top: 32px;
    padding-bottom: 32px;
    font-size: 17px;
  }
  .gnav ul.nav-list li a .en {
    display: none;
  }
  .gnav ul.nav-list li a:after {
    content: url(/assets/img/cmn/ico_arrow_clp.svg);
  }
}
@media screen and (min-width:1025px) {
  .gnav ul.nav-list {
    display: flex;
    align-items: center;
    gap: 28px;
    gap: clamp(28px, 0.0048484848 * 100vw + 28px - 0.0048484848 * 375px, 32px);
  }
  .gnav ul.nav-list li:not(.tel-btn, .mail-btn) a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    gap: 4px;
  }
  .gnav ul.nav-list li:not(.tel-btn, .mail-btn) a .en {
    color: var(--clP);
    font-family: "Sanchez", serif;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
  }
  .gnav ul.nav-list li:not(.tel-btn, .mail-btn) a .jp {
    color: var(--clText);
    font-size: 16px;
    font-weight: 500;
  }
  .gnav ul.nav-list li:not(.tel-btn, .mail-btn).current a {
    border-bottom: 1px solid var(--clP);
  }
  .gnav ul.nav-list li[class*=gnav-btn] a {
    background-color: var(--clA);
    padding: 10px 16px;
    gap: 4px;
    border-radius: 100px;
    padding: 16px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    line-height: 1.2;
    font-weight: 700;
    font-size: 14px;
    font-size: clamp(14px, 0.0024242424 * 100vw + 14px - 0.0024242424 * 375px, 16px);
  }
  .gnav ul.nav-list li[class*=gnav-btn] a .jp {
    color: #fff;
  }
  .gnav ul.nav-list li[class*=gnav-btn] a::before {
    content: url(/assets/img/cmn/ico_mail_white.svg);
  }
}
@media screen and (max-width:1024px) {
  .gnav ul.nav-list li.tel-btn a {
    background: transparent;
  }
  .gnav ul.nav-list li.tel-btn a .number {
    display: none;
  }
  .gnav ul.nav-list li.tel-btn a .time {
    display: none;
  }
}

@media screen and (min-width:1025px) {
  .drop-menu-list {
    left: 0;
    top: 85%;
  }
  .drop-menu-item a {
    font-size: 13px;
    font-size: clamp(13px, 0.0024242424 * 100vw + 13px - 0.0024242424 * 375px, 15px);
    line-height: 1;
    background-color: var(--clPD);
    color: #fff;
    margin-bottom: 2px;
    padding: 12px 56px 12px 20px;
    height: auto;
  }
  .drop-menu:hover .drop-menu-list {
    opacity: 1;
    transition: opacity 0.3s, visibility 0.3s;
    visibility: visible;
  }
}
.gnav {
  top: 0;
  left: -100%;
  top: 0;
  left: -100%;
  left: 0;
  z-index: 99;
  transition: 0.5s ease-out;
  width: 100%;
  height: 100%;
}
@media screen and (max-width:1024px) {
  .gnav {
    position: fixed;
  }
}
@media screen and (max-width:1024px) {
  .gnav {
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (min-width:1025px) {
  .gnav {
    left: auto;
  }
}
@media screen and (min-width:1025px) {
  .gnav ul.nav-list {
    display: flex;
    justify-content: space-between;
  }
}
.gnav a {
  text-decoration: none;
}

.nav-toggle:checked ~ .gnav {
  left: 0;
  pointer-events: auto;
  overflow: hidden;
  opacity: 1;
}

@media screen and (max-width:1024px) {
  .gnav {
    background: transparent;
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
    display: flex;
    flex-direction: column;
  }
  .gnav ul.nav-list {
    padding-top: 64px;
  }
  .gnav ul.nav-list li a {
    display: flex;
  }
  .gnav ul.nav-list li a:after {
    margin-left: auto;
  }
  .gnav ul.nav-list li ul li {
    padding-right: 0;
  }
}
@media screen and (max-width:1024px) and (max-width:1024px) {
  .gnav ul.nav-list li[class*=btn] img {
    display: none;
  }
}
@media screen and (min-width:1025px) {
  .drop-menu {
    position: relative;
    z-index: 9999;
  }
  .drop-menu-list {
    background-color: transparent;
    position: absolute;
    transition: opacity 0.3s, visibility 0.3s;
    opacity: 0;
    visibility: hidden;
    width: -moz-max-content;
    width: max-content;
    z-index: 9999;
  }
  .drop-menu-item {
    margin-left: 0;
  }
  .drop-menu-item a {
    justify-content: flex-start;
    flex-direction: row;
    height: auto;
  }
  .drop-menu-item a:hover:not(.btn) {
    opacity: 1;
    filter: brightness(115%);
  }
}
@media screen and (max-width:1024px) {
  ul.nav-list li.btn-tel a span.icon, ul.nav-list li.btn-tel a .btn-burger span.icon:after, .btn-burger ul.nav-list li.btn-tel a span.icon:after, ul.nav-list li.btn-tel a .btn-burger span.icon:before, .btn-burger ul.nav-list li.btn-tel a span.icon:before {
    display: none;
  }
}
@media screen and (max-width:1024px) {
  ul.nav-list li.btn-tel a span {
    display: none;
  }
}
ul.nav-list li.btn-tel a span.sp {
  display: none;
}
@media screen and (max-width:1024px) {
  ul.nav-list li.btn-tel a span.sp {
    display: flex;
  }
}

.btn-burger {
  background-color: var(--clP);
  cursor: pointer;
  display: block;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999999999;
  transition: 0.2s ease-out;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .btn-burger {
    width: 72px;
    height: 72px;
  }
}
.btn-burger .icon, .btn-burger .icon:after, .btn-burger .icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 30px;
  background-color: #fff;
  cursor: pointer;
  margin: auto;
  transition: 0.2s ease-out;
}
.btn-burger .icon:before {
  top: 10px;
  margin: 0;
}
.btn-burger .icon:after {
  top: -10px;
  margin: 0;
}
@media screen and (min-width:1025px) {
  .btn-burger {
    display: none;
  }
}

.nav-toggle {
  display: none;
}
.nav-toggle:checked ~ .btn-burger {
  background-color: transparent;
}
.nav-toggle:checked ~ .btn-burger .icon:before {
  transform: rotate(-45deg);
  top: 0;
  background-color: var(--clP);
}
.nav-toggle:checked ~ .btn-burger .icon:after {
  transform: rotate(45deg);
  top: 0;
  background-color: var(--clP);
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

:root {
  --clPD: #0069c5;
  --clP: #0077e0;
  --clPW: #138bf4;
  --clSD: #af9a75;
  --clS: #b9a788;
  --clSW: #e5dbca;
  --clAD: #af9a75;
  --clA: #b9a788;
  --clAW: #c4b8a3;
  --clW: #ffffff;
  --clBGG: #f8f8f8;
  --clBGP: #f3f9ff;
  --clBGS: #f7f4f0;
  --clBGCV: #f7f4f0;
  --clBD: #dddddd;
  --clBDW: #efefef;
  --clText: #4e5c5e;
  --clTextW: #aeaeae;
  --clTextR: #d44c00;
  --clHL: #fff492;
  --clLink: #145eed;
  --clLinkH: #7994ca;
  --clSelect: #CCCCCC;
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

:root {
  --clPD: #0069c5;
  --clP: #0077e0;
  --clPW: #138bf4;
  --clSD: #af9a75;
  --clS: #b9a788;
  --clSW: #e5dbca;
  --clAD: #af9a75;
  --clA: #b9a788;
  --clAW: #c4b8a3;
  --clW: #ffffff;
  --clBGG: #f8f8f8;
  --clBGP: #f3f9ff;
  --clBGS: #f7f4f0;
  --clBGCV: #f7f4f0;
  --clBD: #dddddd;
  --clBDW: #efefef;
  --clText: #4e5c5e;
  --clTextW: #aeaeae;
  --clTextR: #d44c00;
  --clHL: #fff492;
  --clLink: #145eed;
  --clLinkH: #7994ca;
  --clSelect: #CCCCCC;
}

:root {
  --button-bg: var(--clW);
  --button-color: var(--clP);
  --button-border-color: var(--clP);
  --button-padding: 13px 18px;
  --button-border-radius: 100px;
  --button-font-size: 16px;
  --button-border-width: 2px;
  --icon-spacing: 8px;
  --icon-url: url("../img/cmn/ico_arrow_clp.svg");
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--button-bg);
  color: var(--button-color);
  padding: var(--button-padding);
  border: var(--button-border-width) solid var(--button-border-color);
  border-radius: var(--button-border-radius);
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-size: var(--button-font-size);
  box-sizing: border-box;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}
.btn:hover {
  text-decoration: none;
  opacity: 0.75;
}
.btn::after {
  content: var(--icon-url);
  display: inline-block;
  margin-left: var(--icon-spacing);
}
.btn.btn-back::after {
  display: none;
}
.btn.btn-back::before {
  content: var(--icon-url);
  display: inline-block;
  margin-right: var(--icon-spacing);
  transform: scaleX(-1);
}
.btn.btn-filled {
  background-color: var(--button-border-color);
  color: var(--clW);
}
.btn.btn-filled::after, .btn.btn-filled.btn-back::before {
  filter: contrast(0%) brightness(1000%);
}
.btn.btn-filled:hover {
  color: var(--clW);
}
.btn:hover {
  color: inherit;
}

.btn-small {
  --button-padding: 5px 10px;
  --button-font-size: 14px;
  --icon-spacing: 4px;
}

.btn-large {
  --button-padding: 15px 30px;
  --button-font-size: 18px;
  --icon-spacing: 10px;
}

.btn-clP {
  --button-border-color: var(--clP);
  --button-color: var(--clP);
  --icon-url: url("../img/cmn/ico_arrow_clp.svg");
}
.btn-clP:hover {
  color: var(--clP);
}

.btn-clS {
  --button-border-color: var(--clS);
  --button-color: var(--clS);
  --icon-url: url("../img/cmn/ico_arrow_cls.svg");
}
.btn-clS:hover {
  color: var(--clS);
}

.btn-clA {
  --button-border-color: var(--clA);
  --button-color: var(--clA);
  --icon-url: url("../img/cmn/ico_arrow_cla.svg");
}
.btn-clA:hover {
  color: var(--clA);
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

:root {
  --clPD: #0069c5;
  --clP: #0077e0;
  --clPW: #138bf4;
  --clSD: #af9a75;
  --clS: #b9a788;
  --clSW: #e5dbca;
  --clAD: #af9a75;
  --clA: #b9a788;
  --clAW: #c4b8a3;
  --clW: #ffffff;
  --clBGG: #f8f8f8;
  --clBGP: #f3f9ff;
  --clBGS: #f7f4f0;
  --clBGCV: #f7f4f0;
  --clBD: #dddddd;
  --clBDW: #efefef;
  --clText: #4e5c5e;
  --clTextW: #aeaeae;
  --clTextR: #d44c00;
  --clHL: #fff492;
  --clLink: #145eed;
  --clLinkH: #7994ca;
  --clSelect: #CCCCCC;
}

h2,
h3,
h4 {
  line-height: 140%;
}

.heading01 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-size: 30.5px;
  font-size: clamp(30.5px, 0.0054545455 * 100vw + 30.5px - 0.0054545455 * 375px, 35px);
  color: var(--clP);
  position: relative;
  margin-bottom: 34px;
  margin-bottom: clamp(34px, 0.0072727273 * 100vw + 34px - 0.0072727273 * 375px, 40px);
}
@media screen and (max-width:639px) {
  .heading01 {
    justify-content: center;
    align-items: center !important;
    text-align: center;
  }
}
.heading01 small {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-4.2em, calc(-50% - 5em));
  z-index: 0;
}
.heading01 span {
  position: relative;
  z-index: 88;
}
.heading01-vertical {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  gap: 8px;
}
.heading01-vertical:before {
  content: url(https://placehold.jp/40x40.png);
  position: absolute;
  top: -58px;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 40px;
}
@media screen and (min-width:1025px) {
  .heading01-vertical {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-bottom: auto;
    writing-mode: vertical-rl;
    line-height: 1;
  }
}
.heading01-vertical span {
  display: block;
}
.heading01-vertical small {
  display: block;
}

.heading02 {
  color: var(--clP);
  text-align: center;
  font-size: 22px;
  font-size: clamp(22px, 0.0121212121 * 100vw + 22px - 0.0121212121 * 375px, 32px);
  margin-bottom: 32px;
  margin-bottom: clamp(32px, 0.0096969697 * 100vw + 32px - 0.0096969697 * 375px, 40px);
}

h3 {
  letter-spacing: 0 0.8em;
  line-height: 130%;
  font-size: 18.5px;
  font-size: clamp(18.5px, 0.0018181818 * 100vw + 18.5px - 0.0018181818 * 375px, 20px);
  margin-bottom: 14px;
  margin-bottom: clamp(14px, 0.0024242424 * 100vw + 14px - 0.0024242424 * 375px, 16px);
}

.heading03 {
  color: var(--clP);
  text-align: center;
  font-size: 21px;
  font-size: clamp(21px, 0.0036363636 * 100vw + 21px - 0.0036363636 * 375px, 24px);
  margin-bottom: 28px;
  margin-bottom: clamp(28px, 0.0048484848 * 100vw + 28px - 0.0048484848 * 375px, 32px);
}

@media screen and (max-width:1024px) {
  .tel-btn:not(.gnav .nav-list .tel-btn) {
    height: auto;
    display: inline-block;
  }
  .tel-btn:not(.gnav .nav-list .tel-btn) a {
    background-color: var(--clA);
    display: inline-flex;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    color: #fff;
    height: auto;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .tel-btn:not(.gnav .nav-list .tel-btn) a:hover {
    color: #fff;
  }
  .tel-btn:not(.gnav .nav-list .tel-btn) a .number {
    line-height: 1;
    letter-spacing: 0.05em;
    display: flex;
    font-size: 20px;
  }
  .tel-btn:not(.gnav .nav-list .tel-btn) a .number .icon, .tel-btn:not(.gnav .nav-list .tel-btn) a .number .btn-burger .icon:before, .btn-burger .tel-btn:not(.gnav .nav-list .tel-btn) a .number .icon:before, .tel-btn:not(.gnav .nav-list .tel-btn) a .number .btn-burger .icon:after, .btn-burger .tel-btn:not(.gnav .nav-list .tel-btn) a .number .icon:after {
    margin-right: 2px;
  }
  .tel-btn:not(.gnav .nav-list .tel-btn) a .time {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width:1024px) and (max-width:639px) {
  .tel-btn:not(.gnav .nav-list .tel-btn) a .time {
    font-size: 10px;
  }
}
@media screen and (max-width:1024px) {
  .tel-btn:not(.gnav .nav-list .tel-btn) a .time small {
    font-size: 10px;
  }
  .tel-btn:not(.gnav .nav-list .tel-btn) .emergency {
    font-size: 10px;
    text-align: right;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width:1024px) and (max-width:1024px) {
  .gnav .nav-list .tel-btn:not(.gnav .nav-list .tel-btn) .number,
  .gnav .nav-list .tel-btn:not(.gnav .nav-list .tel-btn) .time {
    display: none;
  }
}
@media screen and (max-width:1024px) {
  .gnav .nav-list .tel-btn:not(.gnav .nav-list .tel-btn) .sp {
    display: none;
  }
}
@media screen and (max-width:1024px) and (max-width:639px) {
  .gnav .nav-list .tel-btn:not(.gnav .nav-list .tel-btn) .sp {
    display: block;
  }
}
@media screen and (min-width:1025px) {
  .tel-btn {
    height: auto;
    display: inline-block;
  }
  .tel-btn a {
    background-color: var(--clA);
    display: inline-flex;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    color: #fff;
    height: auto;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .tel-btn a:hover {
    color: #fff;
  }
  .tel-btn a .number {
    line-height: 1;
    letter-spacing: 0.05em;
    display: flex;
    font-size: 20px;
  }
  .tel-btn a .number .icon, .tel-btn a .number .btn-burger .icon:before, .btn-burger .tel-btn a .number .icon:before, .tel-btn a .number .btn-burger .icon:after, .btn-burger .tel-btn a .number .icon:after {
    margin-right: 2px;
  }
  .tel-btn a .time {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width:1025px) and (max-width:639px) {
  .tel-btn a .time {
    font-size: 10px;
  }
}
@media screen and (min-width:1025px) {
  .tel-btn a .time small {
    font-size: 10px;
  }
  .tel-btn .emergency {
    font-size: 10px;
    text-align: right;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width:1025px) and (max-width:1024px) {
  .gnav .nav-list .tel-btn .number,
  .gnav .nav-list .tel-btn .time {
    display: none;
  }
}
@media screen and (min-width:1025px) {
  .gnav .nav-list .tel-btn .sp {
    display: none;
  }
}
@media screen and (min-width:1025px) and (max-width:639px) {
  .gnav .nav-list .tel-btn .sp {
    display: block;
  }
}
/*---------------------------------------
table
---------------------------------------*/
.table-style {
  width: 100%;
  border-collapse: separate;
  border-spacing: 3px;
  margin: 0.5em 0;
}
.table-style th {
  background-color: var(--clP);
  color: var(--clW);
  text-align: center;
  padding: 12px 8px;
}
.table-style td {
  background-color: var(--clBGP);
  text-align: left;
  padding: 12px 8px;
}
.table-style .nowrap {
  white-space: nowrap;
}
@media screen and (min-width:640px) {
  .table-style th {
    padding: 12px 5px;
  }
}
@media screen and (max-width:639px) {
  .table-style td,
  .table-style th {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width:639px) {
  .table-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-gutter: stable both-edges;
  }
  .table-scroll::before {
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.08), transparent);
  }
  .table-scroll::after {
    right: 0;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.08), transparent);
  }
}
@media screen and (max-width:639px) {
  .table-scroll .table-style {
    min-width: 700px;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
  }
  .table-scroll .table-style td,
  .table-scroll .table-style th {
    display: table-cell;
    width: auto;
  }
}

/*---------------------------------------
list
---------------------------------------*/
ul {
  padding-left: 0;
  list-style: none;
}

ul.listNormal {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
  padding-inline-start: 1.25em;
  /* マーカーぶんのインデント */
}

.listNormal li {
  display: list-item;
}

/* マーカー（5pxドット相当の小さめ黒丸） */
.listNormal li::marker {
  content: "●";
  color: var(--clText);
  font-size: 0.35em;
  line-height: 1;
}

ol.listNormal li::marker {
  color: var(--clText);
}

.flex-between {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:639px) {
  .flex-between {
    flex-direction: column;
  }
}
.flex-between > div {
  width: 100%;
}
@media screen and (max-width:639px) {
  .flex-between > div {
    margin-bottom: 16px;
  }
}
@media screen and (max-width:639px) {
  .flex-between {
    margin-bottom: 32px;
  }
  .flex-between img {
    width: 100%;
  }
}

/*---------------------------------------
links
---------------------------------------*/
a {
  color: var(--clText);
  transition: 0.2s ease-out;
}
a img {
  transition: 0.2s ease-out;
}

a:hover:not(.btn) {
  opacity: 0.8;
}
a:hover:not(.btn) img {
  opacity: 0.8;
}

a.link-text {
  color: var(--clP);
  position: relative;
}
a.link-text::before {
  content: "";
  position: absolute;
  left: 0px;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--clP);
  border-right: 2px solid var(--clP);
  transform: rotate(45deg);
}

.tab-area {
  display: flex;
  cursor: pointer;
}

.tab {
  width: 33.3333333333%;
  padding: 5px;
  text-align: center;
}

.tab.active {
  background-color: var(--clP);
  color: #fff;
}

.tab-panel {
  display: none;
  text-align: center;
}

.tab-panel.active {
  display: block;
}

.note {
  background: #eee;
  padding: 0 40px;
  border-radius: 20px;
  font-size: 13px;
  color: #888;
  max-height: 300px;
  text-align: center;
}

.attention {
  color: #b54444;
  border: 2px dotted #b54444;
  padding: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

:root {
  --clPD: #0069c5;
  --clP: #0077e0;
  --clPW: #138bf4;
  --clSD: #af9a75;
  --clS: #b9a788;
  --clSW: #e5dbca;
  --clAD: #af9a75;
  --clA: #b9a788;
  --clAW: #c4b8a3;
  --clW: #ffffff;
  --clBGG: #f8f8f8;
  --clBGP: #f3f9ff;
  --clBGS: #f7f4f0;
  --clBGCV: #f7f4f0;
  --clBD: #dddddd;
  --clBDW: #efefef;
  --clText: #4e5c5e;
  --clTextW: #aeaeae;
  --clTextR: #d44c00;
  --clHL: #fff492;
  --clLink: #145eed;
  --clLinkH: #7994ca;
  --clSelect: #CCCCCC;
}

.bg-s {
  background-color: var(--clS);
}

.bg-w {
  background-color: #fff;
}

br.sp {
  display: none;
}
@media screen and (max-width:639px) {
  br.sp {
    display: block;
  }
}

br.tb {
  display: none;
}
@media screen and (max-width:1024px) {
  br.tb {
    display: block;
  }
}

/*---------------------------------------
text/fonts
---------------------------------------*/
.txtArea {
  margin-bottom: 64px;
}
.txtArea > :last-child {
  margin-bottom: 0;
}

.txtC {
  text-align: center;
}

.txtL {
  text-align: left;
}

.txtR {
  text-align: right;
}

.strong {
  font-weight: bold;
}

.marker {
  background: linear-gradient(transparent 60%, #fff492 60%);
  font-weight: bold;
}

.big {
  font-size: 112%;
}

.small {
  font-size: 85%;
}

.weak {
  color: var(--clText);
}

span.nowrap {
  white-space: nowrap;
}

/*---------------------------------------
layout
---------------------------------------*/
.flex-between {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

section .narrow {
  max-width: 780px;
}

.img1 img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width:640px) {
  .img1 img {
    height: 320px;
  }
}
@media screen and (min-width:1025px) {
  .img1 img {
    width: 1024px;
    height: 400px;
  }
}
@media screen and (min-width:1025px) {
  .img1 {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
}

.img2,
.img3 {
  display: flex;
}
.img2 img,
.img3 img {
  width: calc(50% - 1px);
  height: 144px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 1px;
}
.img2 img:last-child,
.img3 img:last-child {
  width: 50%;
  margin-right: 0;
}
@media screen and (min-width:640px) {
  .img2 img,
  .img3 img {
    height: 280px;
  }
}
@media screen and (min-width:1025px) {
  .img2 img,
  .img3 img {
    width: 512px;
    height: 320px;
  }
}
@media screen and (min-width:1025px) {
  .img2,
  .img3 {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
}

.img3 img {
  width: calc(33.3% - 1px);
}
.img3 img:last-child {
  width: 33.3%;
}
@media screen and (min-width:640px) {
  .img3 img {
    height: 240px;
  }
}
@media screen and (min-width:1025px) {
  .img3 img {
    width: 33.3%;
    height: 280px;
  }
}
@media screen and (min-width:1025px) {
  .img3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
  }
}

.opT {
  -o-object-position: 50% 0;
  object-position: 50% 0;
}

.opB {
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.full-width {
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2);
}

.bg-gray {
  background-color: var(--clBGP);
  padding: 2.6em 2em;
  margin-bottom: 4em;
}
.bg-gray .heading02 {
  margin-bottom: 2em;
}

.waku-box {
  border: 2px solid var(--clBD);
  padding: 2.6em 2em;
  border-radius: 16px;
  margin-bottom: 4em;
}
.waku-box .heading02 {
  margin-bottom: 1em;
}

hr {
  border: none;
  background-color: var(--clW);
  border-width: 2px 0 0 0;
  border-top: 1px solid;
  border-color: #4e5c5e;
}

/*---------------------------------------
misc
---------------------------------------*/
.pc {
  display: none;
}
@media screen and (min-width:1025px) {
  .pc {
    display: inherit;
  }
}

.sp {
  display: inherit;
}
@media screen and (min-width:1025px) {
  .sp {
    display: none;
  }
}

@media screen and (min-width:640px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}/*# sourceMappingURL=style.css.map */