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

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

.null {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 20px;
}
.null > .content-txt {
  width: calc(100% - 40%);
}
.null > .content-img {
  width: 40%;
  max-width: 60px;
}
@media screen and (max-width: 639px) {
  .null > .content-img {
    width: 100%;
    max-width: 100%;
  }
}
.null > .content-img img {
  width: 100%;
  height: auto;
}

.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: #10a1a8;
  --clP: #21acb3;
  --clPW: #26bec6;
  --clSD: #7f7442;
  --clS: #988d58;
  --clSW: #aa9f69;
  --clAD: #0043a1;
  --clA: #0053c7;
  --clAW: #1a6bdc;
  --clW: #ffffff;
  --clBG: #ffffff;
  --clBGG: #fbfbfb;
  --clBGP: #edfaf9;
  --clBGS: #fafafa;
  --clBGCV: #f6f9ff;
  --clBD: #e0e0e0;
  --clBDW: #efefef;
  --clText: #3f3c3b;
  --clTextW: #b0b0b0;
  --clTextR: #d44c00;
  --clMarker: #fff492;
  --clLink: #3f3c3b;
  --clLinkH: #b0b0b0;
  --clSelect: #CCCCCC;
}

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

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

.null {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 20px;
}
.null > .content-txt {
  width: calc(100% - 40%);
}
.null > .content-img {
  width: 40%;
  max-width: 60px;
}
@media screen and (max-width: 639px) {
  .null > .content-img {
    width: 100%;
    max-width: 100%;
  }
}
.null > .content-img img {
  width: 100%;
  height: auto;
}

.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: nowrap;
  justify-content: space-between;
  gap: 20px;
}
.null > .content-txt {
  width: calc(100% - 40%);
}
.null > .content-img {
  width: 40%;
  max-width: 60px;
}
@media screen and (max-width: 639px) {
  .null > .content-img {
    width: 100%;
    max-width: 100%;
  }
}
.null > .content-img img {
  width: 100%;
  height: auto;
}

.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: #10a1a8;
  --clP: #21acb3;
  --clPW: #26bec6;
  --clSD: #7f7442;
  --clS: #988d58;
  --clSW: #aa9f69;
  --clAD: #0043a1;
  --clA: #0053c7;
  --clAW: #1a6bdc;
  --clW: #ffffff;
  --clBG: #ffffff;
  --clBGG: #fbfbfb;
  --clBGP: #edfaf9;
  --clBGS: #fafafa;
  --clBGCV: #f6f9ff;
  --clBD: #e0e0e0;
  --clBDW: #efefef;
  --clText: #3f3c3b;
  --clTextW: #b0b0b0;
  --clTextR: #d44c00;
  --clMarker: #fff492;
  --clLink: #3f3c3b;
  --clLinkH: #b0b0b0;
  --clSelect: #CCCCCC;
}

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

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

@media screen and (max-width:1024px) and (min-width:640px) {
  section {
    padding-top: 84px;
    padding-bottom: 84px;
  }
}
@media screen and (min-width:1025px) {
  section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width:639px) {
  section {
    padding-top: 60px;
    padding-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: 84px;
    padding-bottom: 84px;
  }
}
@media screen and (min-width:1025px) {
  section.section-fill {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width:639px) {
  section.section-fill {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
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: clamp(15px, 1.9047619048vw, 17px);
  font-family: "Zen Kaku Gothic New", 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: clamp(12.5px, 1.5476190476vw, 14px);
}

.header, footer, section, .mainImg {
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width:640px) {
  .header, footer, section, .mainImg {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width:1025px) {
  .header, footer, 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: nowrap;
  justify-content: space-between;
  gap: 20px;
}
.null > .content-txt {
  width: calc(100% - 40%);
}
.null > .content-img {
  width: 40%;
  max-width: 60px;
}
@media screen and (max-width: 639px) {
  .null > .content-img {
    width: 100%;
    max-width: 100%;
  }
}
.null > .content-img img {
  width: 100%;
  height: auto;
}

.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: #10a1a8;
  --clP: #21acb3;
  --clPW: #26bec6;
  --clSD: #7f7442;
  --clS: #988d58;
  --clSW: #aa9f69;
  --clAD: #0043a1;
  --clA: #0053c7;
  --clAW: #1a6bdc;
  --clW: #ffffff;
  --clBG: #ffffff;
  --clBGG: #fbfbfb;
  --clBGP: #edfaf9;
  --clBGS: #fafafa;
  --clBGCV: #f6f9ff;
  --clBD: #e0e0e0;
  --clBDW: #efefef;
  --clText: #3f3c3b;
  --clTextW: #b0b0b0;
  --clTextR: #d44c00;
  --clMarker: #fff492;
  --clLink: #3f3c3b;
  --clLinkH: #b0b0b0;
  --clSelect: #CCCCCC;
}

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

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

.null {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 20px;
}
.null > .content-txt {
  width: calc(100% - 40%);
}
.null > .content-img {
  width: 40%;
  max-width: 60px;
}
@media screen and (max-width: 639px) {
  .null > .content-img {
    width: 100%;
    max-width: 100%;
  }
}
.null > .content-img img {
  width: 100%;
  height: auto;
}

.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: #10a1a8;
  --clP: #21acb3;
  --clPW: #26bec6;
  --clSD: #7f7442;
  --clS: #988d58;
  --clSW: #aa9f69;
  --clAD: #0043a1;
  --clA: #0053c7;
  --clAW: #1a6bdc;
  --clW: #ffffff;
  --clBG: #ffffff;
  --clBGG: #fbfbfb;
  --clBGP: #edfaf9;
  --clBGS: #fafafa;
  --clBGCV: #f6f9ff;
  --clBD: #e0e0e0;
  --clBDW: #efefef;
  --clText: #3f3c3b;
  --clTextW: #b0b0b0;
  --clTextR: #d44c00;
  --clMarker: #fff492;
  --clLink: #3f3c3b;
  --clLinkH: #b0b0b0;
  --clSelect: #CCCCCC;
}

.headerInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width:639px) {
  .headerInner {
    height: 64px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .headerInner {
    height: 72px;
  }
}
@media screen and (min-width:1025px) {
  .headerInner {
    max-width: 1300px;
  }
}
.headerLeft {
  flex-basis: 200px;
}
@media screen and (min-width:1025px) {
  .headerLeft {
    flex-basis: 360px;
  }
}
.headerRight {
  margin-left: auto;
}

.header h1 {
  width: 100%;
  max-width: 200px;
}
@media screen and (min-width:640px) {
  .header h1 {
    width: 100%;
    max-width: 360px;
  }
}
.header h1 a {
  display: flex;
  flex-direction: column;
}
.header h1 a:hover {
  color: var(--clText);
}
.header h1 a strong {
  padding: 0 2px;
  border: 1px solid var(--clText);
  border-radius: 4px;
  text-align: center;
  font-size: 10px;
  font-weight: normal;
  line-height: 1.2;
  display: block;
  font-weight: 500;
  margin-bottom: 2px;
  width: 100%;
}
@media screen and (min-width:1025px) {
  .header h1 a strong {
    margin-bottom: 7px;
    padding: 2px;
    font-size: 13px;
  }
}
@media screen and (min-width:1400px) {
  .header h1 a strong {
    padding: 2px 4px;
    font-size: 16px;
  }
}
@media screen and (max-width:1024px) {
  .header h1 a {
    display: flex;
    align-items: center;
  }
}
.header h1 img {
  width: 100%;
}

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

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

.null {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 20px;
}
.null > .content-txt {
  width: calc(100% - 40%);
}
.null > .content-img {
  width: 40%;
  max-width: 60px;
}
@media screen and (max-width: 639px) {
  .null > .content-img {
    width: 100%;
    max-width: 100%;
  }
}
.null > .content-img img {
  width: 100%;
  height: auto;
}

.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: #10a1a8;
  --clP: #21acb3;
  --clPW: #26bec6;
  --clSD: #7f7442;
  --clS: #988d58;
  --clSW: #aa9f69;
  --clAD: #0043a1;
  --clA: #0053c7;
  --clAW: #1a6bdc;
  --clW: #ffffff;
  --clBG: #ffffff;
  --clBGG: #fbfbfb;
  --clBGP: #edfaf9;
  --clBGS: #fafafa;
  --clBGCV: #f6f9ff;
  --clBD: #e0e0e0;
  --clBDW: #efefef;
  --clText: #3f3c3b;
  --clTextW: #b0b0b0;
  --clTextR: #d44c00;
  --clMarker: #fff492;
  --clLink: #3f3c3b;
  --clLinkH: #b0b0b0;
  --clSelect: #CCCCCC;
}

.footer {
  padding-top: 60px;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .footer {
    padding-top: 32px;
  }
}
@media screen and (max-width:639px) {
  .footer {
    padding-top: 24px;
  }
}
.footerInner {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 0;
  display: flex;
  gap: 40px;
  flex-direction: column;
}
@media screen and (min-width:1025px) {
  .footerInner {
    justify-content: space-between;
    flex-direction: row;
  }
}
.footerLeft {
  display: flex;
  flex-direction: column;
}
.footerRight {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footerHorizon {
  background-color: var(--clBG);
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.footerHorizon > * {
  margin-left: auto;
  margin-right: auto;
}
.footerHorizon > * {
  max-width: 1140px;
}

.footer-ttl a {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 363px;
}
.footer-ttl a:hover {
  color: var(--clText);
}
.footer-ttl a small {
  border: 1px solid var(--clText);
  border-radius: 4px;
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
  display: block;
  margin-bottom: 0.5em;
  padding: 0.2em;
}
@media screen and (min-width:640px) {
  .footer-ttl a small {
    font-size: 14px;
  }
}
@media screen and (min-width:1025px) {
  .footer-ttl a small {
    font-size: 16px;
  }
}
.footer-ttl a img {
  width: 100%;
  height: auto;
}
.footer p.footer-ttl__description {
  line-height: 1.4;
  font-size: 14px;
  margin-top: 1em;
}
@media screen and (min-width:640px) {
  .footer p.footer-ttl__description {
    font-size: 15px;
  }
}
@media screen and (min-width:1025px) {
  .footer p.footer-ttl__description {
    font-size: 16px;
  }
}
.footer-address {
  margin-bottom: 12px;
}
.footer-address strong {
  background-color: var(--clTextW);
  color: #fff;
  border-radius: 4px;
  padding: 2px 8px;
  margin-right: 8px;
  display: inline-block;
}
.footer-map iframe {
  height: 400px;
  width: 100%;
}
.footer-copyrignt {
  background-color: var(--clText);
  color: #fff;
  display: block;
  text-align: center;
  padding: 16px;
  line-height: 1.4;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.footer-copyrignt > * {
  margin-left: auto;
  margin-right: auto;
}
.footer-copyrignt > * {
  max-width: 1140px;
}
.footerNav {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background-color: var(--clP);
}
.footerNav > * {
  margin-left: auto;
  margin-right: auto;
}
.footerNav > * {
  max-width: 1140px;
}
@media screen and (min-width:1025px) {
  .footerNav {
    display: block;
  }
}
.footerNav ul {
  display: flex;
  justify-content: center;
  gap: 0 24px;
  flex-wrap: wrap;
  padding: 8px 0;
}
.footerNav ul li a {
  font-size: 13px;
  text-decoration: none;
  color: #fff;
  padding: 8px 0;
  display: inline-block;
}
@media screen and (min-width:640px) {
  .footerNav ul li a {
    font-size: 15px;
  }
}
@media screen and (min-width:1025px) {
  .footerNav ul li a {
    font-size: 18px;
  }
}
.footer .cv-buttons {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
@media screen and (min-width:640px) {
  .footer .cv-buttons {
    flex-direction: row;
  }
}
.footer .cv-buttons .button {
  width: 100%;
}
@media screen and (min-width:1025px) {
  .footer .cv-buttons .button {
    max-width: 320px;
    padding: 20px;
  }
}
.footer .contact-info {
  margin-top: 1.6em;
}
.footer .contact-info .contact-number {
  flex-wrap: wrap;
  gap: 8px 16px;
}
.footer .contact-info .contact-number .contact-item span {
  font-size: 18px;
}
@media screen and (min-width:640px) {
  .footer .contact-info .contact-number .contact-item span {
    font-size: 22px;
  }
}
.footer .contact-info .contact-hours {
  font-size: 12px;
  font-weight: normal;
  margin-top: 0.5em;
}
.footer .schedule-table {
  border-radius: 8px;
  border-collapse: separate;
  border-spacing: 0;
}
.footer .schedule-table tr th,
.footer .schedule-table tr td {
  display: table-cell;
  width: auto;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  border: 1px solid var(--clBD);
}
@media screen and (min-width:640px) {
  .footer .schedule-table tr th,
  .footer .schedule-table tr td {
    font-size: 14px;
  }
}
@media screen and (min-width:1025px) {
  .footer .schedule-table tr th,
  .footer .schedule-table tr td {
    font-size: 16px;
    padding: 12px 14px;
  }
}
.footer .schedule-table tr th span {
  display: none;
}
@media screen and (min-width:640px) {
  .footer .schedule-table tr th span {
    display: inline;
  }
}
@media screen and (min-width:1025px) {
  .footer .schedule-table tr th.weekend {
    white-space: nowrap;
  }
}
.footer .schedule-table tr td {
  font-weight: bold;
  color: #21acb3;
}
.footer .schedule-table tr td.time {
  white-space: nowrap;
  color: #3f3c3b;
}
.footer .schedule-table tr td .close {
  color: #b0b0b0;
}
.footer .schedule-table thead tr:first-child *:first-child {
  border-radius: 8px 0 0 0;
}
.footer .schedule-table thead tr:first-child *:last-child {
  border-radius: 0 8px 0 0;
}
.footer .schedule-table tbody tr:last-child *:first-child {
  border-radius: 0 0 0 8px;
}
.footer .schedule-table tbody tr:last-child *:last-child {
  border-radius: 0 0 8px 0;
}
.footer .schedule-notes {
  background-color: #fbfbfb;
  border-radius: 8px;
  padding: 16px 12px;
  margin-top: 0.3em;
  font-size: 14px;
}
.footer .schedule-notes p {
  font-weight: bold;
  line-height: 1.4;
  font-size: 15px;
}
.footer .schedule-notes .schedule-legend {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 1em;
}
.footer .schedule-notes .schedule-legend li {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 6px;
  line-height: 1.4;
}
.footer .schedule-notes .schedule-legend li span.open, .footer .schedule-notes .schedule-legend li span.reserve {
  color: #21acb3;
}
.footer .schedule-notes .schedule-legend li span.close {
  color: #b0b0b0;
}
.footer .schedule-notes .schedule-legend li small {
  font-size: 80%;
  color: #b0b0b0;
}

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

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

.null {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 20px;
}
.null > .content-txt {
  width: calc(100% - 40%);
}
.null > .content-img {
  width: 40%;
  max-width: 60px;
}
@media screen and (max-width: 639px) {
  .null > .content-img {
    width: 100%;
    max-width: 100%;
  }
}
.null > .content-img img {
  width: 100%;
  height: auto;
}

.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: #10a1a8;
  --clP: #21acb3;
  --clPW: #26bec6;
  --clSD: #7f7442;
  --clS: #988d58;
  --clSW: #aa9f69;
  --clAD: #0043a1;
  --clA: #0053c7;
  --clAW: #1a6bdc;
  --clW: #ffffff;
  --clBG: #ffffff;
  --clBGG: #fbfbfb;
  --clBGP: #edfaf9;
  --clBGS: #fafafa;
  --clBGCV: #f6f9ff;
  --clBD: #e0e0e0;
  --clBDW: #efefef;
  --clText: #3f3c3b;
  --clTextW: #b0b0b0;
  --clTextR: #d44c00;
  --clMarker: #fff492;
  --clLink: #3f3c3b;
  --clLinkH: #b0b0b0;
  --clSelect: #CCCCCC;
}

.gnav a {
  color: #3f3c3b;
}

@media screen and (max-width: 1024px) {
  .gnav .nav-list {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    position: relative;
    padding-bottom: 0px;
    padding-top: 72px;
  }
}
@media screen and (max-width: 1024px) and (max-width:639px) {
  .gnav .nav-list {
    padding-top: 64px;
  }
}
@media screen and (max-width: 1024px) {
  .gnav .nav-list .reserve-btn {
    display: none;
  }
  .gnav .nav-list li {
    border-top: 1px solid #e0e0e0;
    padding-left: 32px;
    padding-right: 32px;
  }
  .gnav .nav-list li:last-child {
    border-bottom: 1px solid #e0e0e0;
  }
  .gnav .nav-list li a {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 17px;
    display: block;
    display: flex;
    justify-content: space-between;
  }
  .gnav .nav-list li a:after {
    content: url(../../assets/img/cmn/ico_arrow_clp.svg);
  }
  .gnav .nav-list .menu .link {
    position: absolute;
    bottom: 18px;
    border: none;
    width: 100%;
  }
  .gnav .nav-list .menu .link a {
    background-color: #00a5e3;
    border-radius: 4px;
    padding: 12px 24px;
    color: #fff;
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    letter-spacing: 0;
    width: 100%;
  }
  .gnav .nav-list .menu .link a:after {
    content: url(../img/cmn/ico_arrow_white.svg);
    margin-left: 4px;
    position: relative;
    top: 1px;
  }
  .gnav .nav-list .menu-sp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    -moz-column-gap: 8px;
         column-gap: 8px;
    row-gap: 12px;
    line-height: 1.2;
    margin: 1.6em 1em;
  }
  .gnav .nav-list .menu-sp .button {
    color: #fff;
    padding: 8px 24px;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    letter-spacing: 0.07em;
  }
  .gnav .nav-list .menu-sp .button .button-text {
    font-weight: 700;
    font-size: 16px;
  }
  .gnav .nav-list .menu-sp .button .button-text strong {
    font-size: 24px;
  }
  .gnav .nav-list .menu-sp .button.button-web {
    width: calc(50% - 4px);
    background: linear-gradient(180deg, #0053C7 0%, #004AB2 100%);
    box-shadow: 0px 4px 0px 0px #6D9BDA;
  }
  .gnav .nav-list .menu-sp .button.button-line {
    width: calc(50% - 4px);
    background: linear-gradient(180deg, #19B902 0%, #15A900 100%);
    box-shadow: 0px 4px 0px 0px #74D366;
  }
  .gnav .nav-list .menu-sp .button.button-tel {
    width: 100%;
    background: #988d58;
    box-shadow: 0px 4px 0px 0px #aca270;
  }
  .gnav .nav-list .menu-sp .menu-access {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    border: 1px solid #efefef;
    border-radius: 4px;
    background-color: #fbfbfb;
    padding: 0.8em;
  }
  .gnav .nav-list .menu-sp .menu-access p {
    line-height: 1.4;
    margin-bottom: 0.5em;
  }
  .gnav .nav-list .menu-sp .menu-access li {
    border: none;
  }
  .gnav .nav-list .menu-sp .menu-access iframe {
    width: 100%;
    height: 200px;
    border: 0;
  }
  .gnav .nav-list .tel-btn {
    justify-content: flex-start;
    padding-left: 32px;
    padding-right: 32px;
    gap: 0;
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    list-style-type: none;
  }
  .gnav .nav-list .tel-btn a {
    color: #21acb3;
    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 17px;
    display: flex;
    width: 100%;
  }
  .gnav .nav-list .tel-btn a:after {
    content: url(../../assets/img/cmn/ico_arrow_clp.svg);
  }
  .gnav .nav-list .tel-btn a:before {
    content: none;
  }
  .gnav .nav-list .tel-btn a .number,
  .gnav .nav-list .tel-btn a .reception {
    display: none;
  }
  .gnav .nav-list .tel-btn a .mobile {
    display: block;
  }
}
@media screen and (min-width:1025px) {
  .gnav {
    display: flex;
    align-items: center;
  }
  .gnav .nav-list {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
  }
  .gnav .nav-list .mobile {
    display: none;
  }
  .gnav .nav-list .reserve-btn {
    display: flex;
  }
  .gnav .nav-list .menu-sp {
    display: none;
  }
  .gnav .nav-list .menu {
    display: flex;
  }
  .gnav .nav-list .menu ul {
    display: flex;
    align-items: center;
    font-size: 17px;
  }
  .gnav .nav-list .menu ul .link {
    line-height: 1;
  }
  .gnav .nav-list .menu ul .link a {
    background-color: #0053c7;
    border-radius: 4px;
    padding: 12px 12px;
    line-height: 1;
    color: #fff;
    display: flex;
    gap: 6px;
    align-items: center;
    font-size: 15px;
    letter-spacing: 0;
    font-weight: 700;
  }
}
@media screen and (min-width:1025px) and (min-width:1400px) {
  .gnav .nav-list .menu ul .link a {
    padding: 12px 40px;
  }
}
@media screen and (min-width:1025px) {
  .gnav .nav-list .menu ul .link a:after {
    content: url(../img/cmn/ico_arrow_cla.svg);
    position: relative;
    top: 1px;
    filter: contrast(0%) brightness(1000%);
  }
  .gnav .nav-list .menu ul .link a small {
    font-size: 12px;
  }
}
@media screen and (min-width:1025px) and (min-width:1025px) {
  .gnav .nav-list .tel-parts .pc {
    display: block;
  }
  .gnav .nav-list .tel-parts .mobile {
    display: none;
  }
}
@media screen and (min-width:1025px) {
  .gnav .nav-list li {
    margin-left: clamp(10px, 0.9230769231vw, 20px);
  }
  .gnav .nav-list li a {
    font-size: clamp(14px, 1.1538461538vw, 18px);
    white-space: nowrap;
  }
  .gnav .nav-list li.current a {
    border-bottom: 1px solid #21acb3;
  }
}
@media screen and (min-width:1025px) {
  .drop-menu-list {
    left: 0;
    top: 85%;
  }
  .drop-menu-item a {
    font-size: clamp(13px, 1.6666666667vw, 15px);
    line-height: clamp(13px, 1.6666666667vw, 15px);
    background-color: #10a1a8;
    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 {
    height: 144px;
    left: auto;
  }
}
@media screen and (min-width:1025px) {
  .gnav ul.nav-list {
    display: flex;
    justify-content: space-between;
  }
}
.gnav a {
  text-decoration: none;
}

.open {
  pointer-events: auto;
  overflow: scroll;
  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) {
  .gnav ul.nav-list > li:not(.btn-tel) {
    height: 144px;
    display: flex;
    align-items: center;
  }
  .gnav ul.nav-list > li:not(.btn-tel) a {
    white-space: nowrap;
    display: flex;
    align-items: center;
  }
  .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 {
  border: none;
  background-color: #21acb3;
  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: 2px;
  width: 24px;
  background-color: #fff;
  cursor: pointer;
  margin: auto;
  transition: 0.2s ease-out;
}
.btn-burger .icon:before {
  top: 8px;
  margin: 0;
}
.btn-burger .icon:after {
  top: -8px;
  margin: 0;
}
.btn-burger.open .icon, .btn-burger.open .icon:before, .btn-burger.open .icon:after {
  background-color: transparent;
}
.btn-burger.open .icon::before {
  top: 0;
  transform: rotate(45deg);
  background-color: #ffffff;
}
.btn-burger.open .icon::after {
  top: 0;
  transform: rotate(-45deg);
  background-color: #ffffff;
}
@media screen and (min-width:1025px) {
  .btn-burger {
    display: none;
  }
}

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

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

.null {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 20px;
}
.null > .content-txt {
  width: calc(100% - 40%);
}
.null > .content-img {
  width: 40%;
  max-width: 60px;
}
@media screen and (max-width: 639px) {
  .null > .content-img {
    width: 100%;
    max-width: 100%;
  }
}
.null > .content-img img {
  width: 100%;
  height: auto;
}

.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: #10a1a8;
  --clP: #21acb3;
  --clPW: #26bec6;
  --clSD: #7f7442;
  --clS: #988d58;
  --clSW: #aa9f69;
  --clAD: #0043a1;
  --clA: #0053c7;
  --clAW: #1a6bdc;
  --clW: #ffffff;
  --clBG: #ffffff;
  --clBGG: #fbfbfb;
  --clBGP: #edfaf9;
  --clBGS: #fafafa;
  --clBGCV: #f6f9ff;
  --clBD: #e0e0e0;
  --clBDW: #efefef;
  --clText: #3f3c3b;
  --clTextW: #b0b0b0;
  --clTextR: #d44c00;
  --clMarker: #fff492;
  --clLink: #3f3c3b;
  --clLinkH: #b0b0b0;
  --clSelect: #CCCCCC;
}

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

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

.null {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 20px;
}
.null > .content-txt {
  width: calc(100% - 40%);
}
.null > .content-img {
  width: 40%;
  max-width: 60px;
}
@media screen and (max-width: 639px) {
  .null > .content-img {
    width: 100%;
    max-width: 100%;
  }
}
.null > .content-img img {
  width: 100%;
  height: auto;
}

.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: #10a1a8;
  --clP: #21acb3;
  --clPW: #26bec6;
  --clSD: #7f7442;
  --clS: #988d58;
  --clSW: #aa9f69;
  --clAD: #0043a1;
  --clA: #0053c7;
  --clAW: #1a6bdc;
  --clW: #ffffff;
  --clBG: #ffffff;
  --clBGG: #fbfbfb;
  --clBGP: #edfaf9;
  --clBGS: #fafafa;
  --clBGCV: #f6f9ff;
  --clBD: #e0e0e0;
  --clBDW: #efefef;
  --clText: #3f3c3b;
  --clTextW: #b0b0b0;
  --clTextR: #d44c00;
  --clMarker: #fff492;
  --clLink: #3f3c3b;
  --clLinkH: #b0b0b0;
  --clSelect: #CCCCCC;
}

:root {
  --button-bg: var(--clW);
  --button-color: var(--clP);
  --button-border-color: var(--clP);
  --button-padding: 8px 18px;
  --button-border-radius: 5px;
  --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: nowrap;
  justify-content: space-between;
  gap: 20px;
}
.null > .content-txt {
  width: calc(100% - 40%);
}
.null > .content-img {
  width: 40%;
  max-width: 60px;
}
@media screen and (max-width: 639px) {
  .null > .content-img {
    width: 100%;
    max-width: 100%;
  }
}
.null > .content-img img {
  width: 100%;
  height: auto;
}

.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: #10a1a8;
  --clP: #21acb3;
  --clPW: #26bec6;
  --clSD: #7f7442;
  --clS: #988d58;
  --clSW: #aa9f69;
  --clAD: #0043a1;
  --clA: #0053c7;
  --clAW: #1a6bdc;
  --clW: #ffffff;
  --clBG: #ffffff;
  --clBGG: #fbfbfb;
  --clBGP: #edfaf9;
  --clBGS: #fafafa;
  --clBGCV: #f6f9ff;
  --clBD: #e0e0e0;
  --clBDW: #efefef;
  --clText: #3f3c3b;
  --clTextW: #b0b0b0;
  --clTextR: #d44c00;
  --clMarker: #fff492;
  --clLink: #3f3c3b;
  --clLinkH: #b0b0b0;
  --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;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  font-size: clamp(33.6px, 6vw, 48px);
  margin-bottom: clamp(51.2px, 9.1428571429vw, 64px);
}
.heading01 span {
  border-bottom: 2px solid var(--clText);
  padding: 6px 8px;
}
.heading01 small {
  font-size: 0.5em;
}

.heading02 {
  color: var(--clP);
  text-align: center;
  font-size: clamp(24px, 3.3333333333vw, 32px);
  margin-bottom: clamp(32px, 4.2857142857vw, 40px);
}

h3 {
  letter-spacing: 0.03em;
  line-height: 130%;
}
@media screen and (max-width:639px) {
  h3 {
    font-size: 24px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  h3 {
    font-size: 28px;
  }
}
@media screen and (min-width:1025px) {
  h3 {
    font-size: 32px;
  }
}

.heading03 {
  color: var(--clP);
  text-align: center;
  font-size: clamp(21px, 2.6785714286vw, 24px);
  margin-bottom: clamp(24px, 3.3333333333vw, 32px);
}

.conact-buttons {
  display: flex;
  position: fixed;
  gap: 4px;
  z-index: 9999;
}
@media screen and (max-width:639px) {
  .conact-buttons {
    width: 100%;
    bottom: 0;
    gap: 2px;
    padding-left: 4px;
    padding-right: 4px;
  }
}
@media screen and (min-width:640px) {
  .conact-buttons {
    flex-direction: column;
    right: 0;
    bottom: 2vh;
    width: 48px;
  }
}
@media screen and (min-width:640px) and (min-width:1025px) {
  .conact-buttons {
    width: 64px;
    top: 16vh;
    bottom: auto;
  }
}
.conact-buttons .button {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
@media screen and (max-width:639px) {
  .conact-buttons .button {
    flex-basis: 33.3%;
    line-height: 1.2;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    padding: 12px 0;
    border-radius: 4px 4px 0 0;
  }
}
@media screen and (min-width:640px) {
  .conact-buttons .button {
    padding: 19px 0;
    border-radius: 4px 0 0 4px;
    font-size: 16px;
    font-weight: 700;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}
@media screen and (min-width:1025px) {
  .conact-buttons .button {
    padding: 19px;
    font-size: 20px;
  }
}
.conact-buttons .button-web {
  background: linear-gradient(180deg, #0053C7 0%, #004AB2 100%);
}
.conact-buttons .button-line {
  background: linear-gradient(180deg, #19B902 0%, #15A900 100%);
}
.conact-buttons .button-line small {
  background-color: #fff;
  color: #19b902;
  border-radius: 100px;
}
@media screen and (max-width:639px) {
  .conact-buttons .button-line small {
    font-size: 10px;
    padding: 0 4px;
    margin-left: 4px;
  }
}
@media screen and (min-width:640px) {
  .conact-buttons .button-line small {
    padding: 7px 0;
    margin-top: 8px;
  }
}
.conact-buttons .button-tel {
  background: var(--clS);
}
@media screen and (min-width:640px) {
  .conact-buttons .button-tel {
    display: none;
  }
}

.elm {
  transition: 0.8s;
  opacity: 0;
}

.contact-info .contact-number {
  display: flex;
  gap: 16px;
  align-items: center;
}
.contact-info .contact-item {
  display: flex;
  align-items: center;
  gap: 3px;
}
.contact-info .contact-item span {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width:639px) {
  .contact-info .contact-item span {
    font-size: 18px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .contact-info .contact-item span {
    font-size: 20px;
  }
}
@media screen and (min-width:1025px) {
  .contact-info .contact-item span {
    font-size: 22px;
  }
}
.contact-info .contact-hours {
  color: var(--clTextW);
  font-size: 14px;
  line-height: 1.4;
}

.cv-tel {
  color: var(--clS);
}
.cv-tel a {
  color: var(--clS);
}
.cv-tel .cv-tel-number {
  font-size: clamp(18px, 2.2619047619vw, 20px);
}
.cv-tel .cv-tel-number strong {
  font-family: "Roboto", sans-serif;
  font-size: clamp(24px, 3.3333333333vw, 32px);
}
.cv-tel .cv-tel-number strong:before {
  content: url(../img/cmn/ico_tel_cv.svg);
}
.cv-tel .cv-tel-detail {
  font-size: 12px;
  opacity: 0.8;
}

.cv-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.2;
}
.cv-buttons .button {
  color: #fff;
  padding: 20px 40px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  letter-spacing: 0.07em;
}
.cv-buttons .button .button-text {
  font-weight: 700;
  font-size: 20px;
}
.cv-buttons .button .button-text strong {
  font-size: 24px;
}
.cv-buttons .button.button-web {
  background: linear-gradient(180deg, #0053C7 0%, #004AB2 100%);
  box-shadow: 0px 4px 0px 0px #6D9BDA;
}
.cv-buttons .button.button-line {
  background: linear-gradient(180deg, #19B902 0%, #15A900 100%);
  box-shadow: 0px 4px 0px 0px #74D366;
}
@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: var(--clS);
    display: inline-flex;
    padding: 10px 0;
    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: 24px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
  }
  .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: 4px;
  }
  .tel-btn:not(.gnav .nav-list .tel-btn) a .reception {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.05em;
    opacity: 0.8;
  }
}
@media screen and (max-width:1024px) and (max-width:639px) {
  .tel-btn:not(.gnav .nav-list .tel-btn) a .reception {
    font-size: 10px;
  }
}
@media screen and (max-width:1024px) {
  .tel-btn:not(.gnav .nav-list .tel-btn) a .reception small {
    font-size: 10px;
  }
}
@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;
    width: 240px;
  }
  .tel-btn a {
    background: var(--clS);
    display: inline-flex;
    padding: 10px 0;
    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: 24px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
  }
  .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: 4px;
  }
  .tel-btn a .reception {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.05em;
    opacity: 0.8;
  }
}
@media screen and (min-width:1025px) and (max-width:639px) {
  .tel-btn a .reception {
    font-size: 10px;
  }
}
@media screen and (min-width:1025px) {
  .tel-btn a .reception small {
    font-size: 10px;
  }
}
@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;
  }
}
@media screen and (min-width:1025px) {
  .tel-btn a {
    width: 100%;
  }
  .tel-btn.webyoyaku-btn {
    margin-left: 8px !important;
  }
  .tel-btn.webyoyaku-btn a {
    background: linear-gradient(180deg, #0053C7 0%, #004AB2 100%);
    height: 100%;
  }
  .tel-btn.webyoyaku-btn a .number {
    font-size: 18px;
  }
  .tel-btn.webyoyaku-btn a .number strong {
    font-size: 22px;
  }
}
/*---------------------------------------
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%;
  }
}

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

.listNormal li {
  padding: 4px 8px 4px 15px;
  line-height: 2;
  position: relative;
}
.listNormal li:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background-color: var(--clText);
  position: absolute;
  top: 16px;
  left: 0;
  margin: auto;
}

.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: nowrap;
  justify-content: space-between;
  gap: 20px;
}
.null > .content-txt {
  width: calc(100% - 40%);
}
.null > .content-img {
  width: 40%;
  max-width: 60px;
}
@media screen and (max-width: 639px) {
  .null > .content-img {
    width: 100%;
    max-width: 100%;
  }
}
.null > .content-img img {
  width: 100%;
  height: auto;
}

.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: #10a1a8;
  --clP: #21acb3;
  --clPW: #26bec6;
  --clSD: #7f7442;
  --clS: #988d58;
  --clSW: #aa9f69;
  --clAD: #0043a1;
  --clA: #0053c7;
  --clAW: #1a6bdc;
  --clW: #ffffff;
  --clBG: #ffffff;
  --clBGG: #fbfbfb;
  --clBGP: #edfaf9;
  --clBGS: #fafafa;
  --clBGCV: #f6f9ff;
  --clBD: #e0e0e0;
  --clBDW: #efefef;
  --clText: #3f3c3b;
  --clTextW: #b0b0b0;
  --clTextR: #d44c00;
  --clMarker: #fff492;
  --clLink: #3f3c3b;
  --clLinkH: #b0b0b0;
  --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(--clW);
  padding: 24px;
}
@media screen and (min-width:640px) {
  .bg-gray {
    padding: 24px 64px;
  }
}

.waku-box {
  border: 2px solid #E5DDD3;
  padding: 24px;
  border-radius: 16px;
}

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

/*---------------------------------------
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 */