@charset "UTF-8";
/******************************************************************
 * TOP
******************************************************************/
p{
font-size:18px;	
}
@media screen and (max-width: 600px) {
p{
font-size:17px;	
}
}
	
	
.c-fadein {
  opacity: 0;
  transition: transform ease 1s, opacity ease 1s;
}

.c-fadein.to-top {
  transform: translateY(50px);
}

.c-fadein.to-bottom {
  transform: translateY(-50px);
}

.c-fadein.to-right {
  transform: translateX(-50px);
}

.c-fadein.to-left {
  transform: translateX(50px);
}

.c-fadein.to-rt {
  transform: translate(-50px, 50px);
}

.c-fadein.to-rb {
  transform: translate(-50px, -50px);
}

.c-fadein.to-lt {
  transform: translate(50px, 50px);
}

.c-fadein.to-lb {
  transform: translate(50px, -50px);
}

.c-fadein.inview {
  opacity: 1;
  transform: translate(0) !important;
}

.c-slidein {
  opacity: 0;
  transition: transform ease-out 0.5s, opacity ease-out 0.5s;
}

.c-slidein.to-top {
  transform: translateY(100vh);
}

.c-slidein.to-bottom {
  transform: translateY(-100vh);
}

.c-slidein.to-right {
  transform: translateX(-100vw);
}

.c-slidein.to-left {
  transform: translateX(100vw);
}

.c-slidein.to-rt {
  transform: translate(-100vw, 100vh);
}

.c-slidein.to-rb {
  transform: translate(-100vw, -100vh);
}

.c-slidein.to-lt {
  transform: translate(100vw, 100vh);
}

.c-slidein.to-lb {
  transform: translate(100vw, -100vh);
}

.c-slidein.inview {
  opacity: 1;
  transform: translate(0) !important;
}

.c-reveal {
  opacity: 0;
  transition: clip-path 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.c-reveal.to-right {
  clip-path: inset(0 100% 0 0);
}

.c-reveal.to-left {
  clip-path: inset(0 0 0 100%);
}

.c-reveal.to-top {
  clip-path: inset(100% 0 0 0);
}

.c-reveal.to-bottom {
  clip-path: inset(0 0 100% 0);
}

.c-reveal.inview {
  opacity: 1;
  clip-path: inset(0 0 0 0);
}

.ease-in {
  transition-timing-function: ease-in;
}

.ease-out {
  transition-timing-function: ease-out;
}

.ease-in-out {
  transition-timing-function: ease-in-out;
}
/* c-ttl
-----------------------------------------------------------------*/

.c-ttl--yellow .c-ttl__jp {
  margin-top: 10px;
  padding-left: 1.2em;
  font-size: 23px;
 font-family:"ellograph-cf", monospace;
}
.c-ttl--yellow .c-ttl__jp::before {
  max-width: 0.55em;
  background: #fff3b3;
  top: 0.325em;
  left: -1px;
}

.c-btn {
  width: 100%;
  max-width: 250px;
  height: 2.96em;
  display: flex;
  align-items: center;
  padding: 1.04em 2.4em 0.84em 2em;
  background: #83d1e4;
  font: 700 25px "dnp-shuei-mgothic-std", sans-serif;
  color: #fff;
  border: 4px solid #fff;
  border-radius: 100px;
  position: relative;
  transition: opacity 0.2s ease;
}
.c-btn:hover {
  opacity: 0.7;
}
.c-btn::before {
  content: "";
  aspect-ratio: 1/1;
  display: block;
  width: 100%;
  max-width: 1.04em;
  background: #ffbb85 url(../img/common/arrow.png) center/0.36em no-repeat;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 1.2em;
  left: auto;
  transform: translateY(-50%);
}

.c-menu {
  width: 100%;
  display: grid;
  grid-template-columns: clamp(173.5px, 18.0729166667vw, 347px) 1fr;
  align-items: center;
  justify-content: space-between;
  padding: 16px 56px 16px 32px;
}
.c-menu__head {
  width: 100%;
  max-width: clamp(173.5px, 18.0729166667vw, 347px);
  transition: opacity 0.2s ease;
}
.c-menu__head:hover {
  opacity: 0.7;
}
.c-menu__body {
  display: grid;
  grid-template-columns: 1fr minmax(120px, auto);
  align-items: center;
}
.c-menu__contact {
  display: flex;
  gap: clamp(7px, 0.9895833333vw, 19px);
}

.c-nav {
  padding-bottom: 3px;
  font: 700 clamp(12.5px, 0.9375vw, 18px) "dnp-shuei-mgothic-std", sans-serif;
  color: #778285;
}
.c-nav__list {
  display: flex;
  justify-content: flex-end;
}
.c-nav__item {
  position: relative;
}
.c-nav__item > a {
  display: block;
  padding: 0 1.7222222222em;
  transition: opacity 0.2s ease;
}
.c-nav__item > a:hover {
  opacity: 0.7;
}
.c-nav__item-en {
  font: 400 clamp(12px, 0.8333333333vw, 16px) "ellograph-cf", monospace;
  line-height: 1.3;
  color: #7dc7d9;
}
.c-nav__item-jp {
  white-space: nowrap;
}
.c-nav__subitem a {
  display: block;
  transition: opacity 0.2s ease;
}
.c-nav__subitem a:hover {
  opacity: 0.7;
}
.c-nav__subitem:first-child a {
  padding-top: 0;
}
.c-nav__subitem:last-child a {
  padding-bottom: 0;
}

.c-tel {
  display: block;
  width: clamp(120px, 12.5vw, 240px);
  height: clamp(35px, 3.6458333333vw, 70px);
  padding: clamp(3px, 0.3125vw, 6px);
  border-radius: 100px;
  background: #83d1e4;
  font: 700 clamp(11px, 1.1458333333vw, 22px) "dnp-shuei-mgothic-std", sans-serif;
  letter-spacing: 0;
  color: #fff;
  transition: opacity 0.2s ease;
}
.c-tel:hover {
  opacity: 0.7;
}
.c-tel span {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.4545454545em;
       column-gap: 0.4545454545em;
  width: 100%;
  height: 100%;
  padding: 0.4545454545em 0.4545454545em 0.4545454545em 2.7272727273em;
  border: 1px solid #fff;
  border-radius: 100px;
  white-space: nowrap;
  position: relative;
}
.c-tel span::before {
  content: "";
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 1.6818181818em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff url(../img/common/tel.png) center/0.7272727273em 1em no-repeat;
  position: absolute;
  top: 50%;
  left: 0.5909090909em;
  transform: translateY(-50%);
}

.c-medical-questionnaire {
  display: block;
  width: clamp(120px, 12.5vw, 240px);
  height: clamp(35px, 3.6458333333vw, 70px);
  padding: clamp(3px, 0.3125vw, 6px);
  border-radius: 100px;
  background: #eba46c;
  font: 700 clamp(15px, 1.3vw, 23px) "dnp-shuei-mgothic-std", sans-serif;
  color: #fff;
  transition: opacity 0.2s ease;
}
.c-medical-questionnaire:hover {
  opacity: 0.7;
}
.c-medical-questionnaire span {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.4em;
       column-gap: 0.4em;
  width: 100%;
  height: 100%;
  padding: 0.4em 0.4em 0.4em 3.6em;
  border: 1px solid #fff;
  border-radius: 100px;
  position: relative;
}
.c-medical-questionnaire span::before {
  content: "";
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 1.6em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff url(../img/common/c-btn-medical-questionnaire.png) center/0.8em 1.04em no-repeat;
  position: absolute;
  top: 50%;
  left: 0.88em;
  transform: translateY(-50%);
}

.c-bnr {
  width: 100%;
  max-width: 248.36px;
  display: block;
  background: #fff;
  border-radius: 50%;
  padding: 8.5px;
}
.c-bnr__inner {
  aspect-ratio: 1/1;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 44.5% 55.5%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  overflow: hidden;
}
.c-bnr--kids .c-bnr__inner {
  border-color: #e9c965;
}
.c-bnr--parking .c-bnr__inner {
  border-color: #83c5e4;
}
.c-bnr__top {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-bnr--kids .c-bnr__top img {
  aspect-ratio: 103/84;
  width: 100%;
  max-width: clamp(47.5px, 5.3645833333vw, 103px);
}
.c-bnr--parking .c-bnr__top {
  padding-top: clamp(9px, 0.9375vw, 18px);
}
.c-bnr--parking .c-bnr__top img {
  aspect-ratio: 2/1;
  width: 100%;
  max-width: clamp(57px, 6.4583333333vw, 124px);
}
.c-bnr__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.5em 0.44em;
  font: 700 clamp(14px, 1.3020833333vw, 25px) "dnp-shuei-mgothic-std", sans-serif;
  letter-spacing: 0;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
}
.c-bnr--kids .c-bnr__bottom {
  background: #ebcc6c;
}
.c-bnr--parking .c-bnr__bottom {
  background: #83c5e4;
}
/* c-pagetop
-----------------------------------------------------------------*/
	.c-pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 80px;
  height: 80px;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  z-index: 1000;
}
.c-pagetop.active {
  opacity: 1;
  visibility: visible;
}

body {
  color: #272e32;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: 0.025em;
  line-height: 2;
  min-width: 375px;
  scroll-behavior: auto !important;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: visible;
}
/* 
.inner {
  width: 100%;
  max-width: calc(1920px + 50px);
  margin: 0 auto;
  padding: 0 10px;
}
 */
/******************************************************************
 * ヘッダー
******************************************************************/
.header {
  z-index: 1000;
  background: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  transition: transform 0.3s ease-in-out;
}
.header.hide {
  transform: translateY(-100%);
}

.navToggle {
  cursor: pointer;
  aspect-ratio: 1/1;
  display: none;
  width: 100%;
  max-width: 50px;
  background: #eba46c;
  position: absolute;
  top: 4px;
  right: 13.5px;
  left: auto;
  z-index: 2;
}
.navToggle::after {
  content: "MENU";
  font: 400 13px "ellograph-cf", monospace;
  color: #fff;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  top: auto;
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%);
}
.navToggle span {
  width: 33px;
  height: 2px;
  display: block;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}
.navToggle span:nth-child(1) {
  top: 8px;
}
.navToggle span:nth-child(2) {
  top: 16px;
}
.navToggle span:nth-child(3) {
  top: 24px;
}

.navToggle.active::after {
  opacity: 0;
}
.navToggle.active span {
  width: 25px;
  height: 2px;
  display: block;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.navToggle.active span:nth-child(1) {
  top: 23px;
  transform: translateX(-50%) rotate(45deg);
}
.navToggle.active span:nth-child(2) {
  right: -100px;
  opacity: 0;
}
.navToggle.active span:nth-child(3) {
  top: 23px;
  transform: translateX(-50%) rotate(-45deg);
}
	
	/******************************************************************
 * フッター
******************************************************************/
/* footer
-----------------------------------------------------------------*/
	
.footer {
  background: #f8f6f2;
}
.footer__content {
  display: flex;
  justify-content: center;
  gap: 20.2068965517%;
  padding: 133px 0 146px;
  padding-left: 15.614973262%;
  padding-right: 6.7914438503%;
  color: #5f6c70;
    margin-top: 180px;
}
.footer iframe {
  width: 100%;
  height: 380px;
  display: block;
}

.footer-info {
  padding-top: 22px;
  flex: 0 0 300px;
}
.footer-info__contact {
  display: flex;
  flex-flow: column;
  gap: 9px;
  padding: 28px 0 0 28px;
}
.footer-info__contact .c-tel,
.footer-info__contact .c-medical-questionnaire {
  width: 240px;
  height: 70px;
  font-size: 22px;
}

.footer-cont-info__address {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 1.76;
  letter-spacing: 0;
  padding: 36px 0 0 43px;
}

.footer-time__table {
  width: 860px;
  border-top: 2px solid #5f6c70;
}
.footer-time__table thead {
  font-weight: 500;
  font-size: 22px;
}
.footer-time__table thead th {
  padding: 25px 0 29px;
}
.footer-time__table thead td {
  padding: 25px 0 29px;
}
.footer-time__table thead td.space {
  width: 44px;
}
.footer-time__table tbody {
  font-weight: 500;
  font-size: 25px;
  border-top: 2px solid #5f6c70;
  border-bottom: 2px solid #5f6c70;
}
.footer-time__table tbody tr:first-child th {
  padding: 20px 0 10px;
}
.footer-time__table tbody tr:first-child td {
  padding: 20px 0 10px;
}
.footer-time__table tbody tr:last-child th {
  padding: 10px 0 33px;
}
.footer-time__table tbody tr:last-child td {
  padding: 10px 0 33px;
}
.footer-time__table tbody th .time {
  width: 185px;
  display: inline-block;
  text-align: right;
}
.footer-time__table tbody th .to {
  font-size: 22px;
  padding: 0 18px;
}
.footer-time__table tbody td {
  color: #83d1e4;
}
.footer-time__table tbody td.slash {
  color: #5f6c70;
}
.footer-time__table th {
  width: 290px;
  letter-spacing: 0;
  text-align: center;
}
.footer-time__table td {
  text-align: center;
}
.footer-time__note {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.8;
  letter-spacing: 0;
  padding: 6px 0 0 43px;
}
.footer-time__note .orange {
  color: #f4a05e;
}
.footer-time__note .colon {
  padding-left: 13px;
}

.footer-copy {
      padding: 8px 0px;
  background: #83d1e4;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0;
  line-height: 1.5;
  color: #333333;
  text-align: center;
}
/* c-floatbnr
-----------------------------------------------------------------*/
.c-floatbnr__content {
  position: fixed;
  left: 0;
  bottom: 8px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  z-index: 999;
}
.c-floatbnr__content.active {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 751px){
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 960px){
  .pc-none {
    display: none !important;
  }
  .c-fadein.sp-only,
  .c-slidein.sp-only,
  .c-reveal.sp-only {
    opacity: 1;
    transform: none;
  }
  .c-menu__head {
    margin-bottom: 11px;
  }
  .c-nav__item {
    position: relative;
  }
  .c-nav__item:not(:first-child) {
    border-left: 2px dotted #c6e2e9;
  }
  .c-nav__item > a {
    text-align: center;
  }
  .c-nav__sublist {
    visibility: hidden;
    opacity: 0;
    width: 230px;
    padding: 19px 15px 25px 26px;
    background: #fff;
    border-radius: 15px;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    box-shadow: -0.572px 2.945px 13.5px 1.5px rgba(145, 139, 117, 0.05);
    transition: all 0.3s;
  }
  .c-nav__item--accordion:hover .c-nav__sublist {
    visibility: visible;
    opacity: 1;
  }
  .c-nav__subitem {
    text-align: center;
  }
  .c-nav__subitem:not(:first-child) {
    border-top: 3px dotted #b5d9e2;
  }
  .c-nav__subitem a {
    padding: 11.9px 1.5em 11.9px 1em;
  }
  .c-floatbnr__content {
    display: none;
  }
}
@media screen and (max-width: 1600px){
  .footer__content {
    flex-wrap: wrap;
    gap: 50px;
    padding: 50px;
  }
}
@media screen and (max-width: 1200px){
  .c-menu {
    padding: 9px 12.5px 9px 14px;
  }
  .c-menu__body {
    grid-template-columns: 1fr 120px;
  }
  .c-menu__contact {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 959px){
  .c-menu {
    height: 58px;
    display: block;
  }
  .c-menu__head {
    padding-top: 3px;
  }
  .c-menu__body {
    width: 100%;
    height: 100%;
    min-height: 100dvh;
    display: block;
    padding: 85px 18px 20px;
    background: #f8f5f2;
    overflow-y: scroll;
    position: fixed;
    z-index: 1;
    top: 0;
    right: -100%;
    left: auto;
    transition: 0.4s;
  }
  .c-menu__contact {
    justify-content: center;
    margin-top: 20px;
  }
  .c-nav {
    background: #fff;
    padding: 0 7px 19px;
    border-radius: 7.5px;
  }
  .c-nav__list {
    display: block;
  }
  .c-nav__item:not(:first-child) {
    border-top: 2px dotted #c6e2e9;
  }
.fixed .c-tel{
		width:48%;
	        height: 45px;
	font-size: 15px;
	}
.fixed .c-medical-questionnaire{
		width:48%;
	        height: 45px;
	        font-size: 16px;
	}

  .c-nav__item > a {
    padding: 12px 50px 10px 21.5px;
  }
  .c-nav__item > a::before {
    content: "";
    aspect-ratio: 1/1;
    width: 100%;
    max-width: 17px;
    display: block;
    background: #83d1e4 url(../img/common/arrow.png) center/4px no-repeat;
    border-radius: 50%;
    position: absolute;
    top: 26px;
    right: 32.5px;
    left: auto;
    transform: translateY(-50%);
  }
  .c-nav__item:last-child > a {
    padding-bottom: 0;
  }
  .c-nav__item--accordion > a::before {
    transform: translateY(-50%) rotate(-90deg);
  }
  .c-nav__item--accordion.hide > a::before {
    transform: translateY(-50%) rotate(90deg);
  }
  .c-nav__item-en {
    display: none;
  }
  .c-nav__sublist {
    padding: 13px 21px 12px;
    border-top: 2px dotted #c6e2e9;
  }
.c-nav__item-jp {
    font-size: 16px;
}
  .c-nav__subitem {
    font-size: 15px;
  }
  .c-nav__subitem:not(:first-child) {
    margin-top: 10px;
  }
  .c-nav__subitem a {
    padding-left: 17px;
    position: relative;
  }
  .c-nav__subitem a::before {
    content: "";
    width: 8.5px;
    height: 1.5px;
    display: block;
    background: #d2d2d2;
    position: absolute;
    top: 14px;
    left: 0;
  }
  .c-bnr {
    padding: 4px;
  }
  .c-bnr__inner {
    border-width: 1px;
  }
  .c-pagetop {
    right: 3px;
    bottom: 5px;
    width: 40px;
    height: 40px;
  }
  .header.hide {
    transform: none;
  }
  .navToggle {
    display: block;
  }
  .navToggle.active + .c-menu__body {
    right: 0;
  }
  .footer-cont-info__address {
    font-size: 22px;
    line-height: 1.5;
    text-align: center;
    padding: 20px 0 0 0;
  }
  .footer-time__table {
    width: calc(100vw - 20px);
  }
  .footer-time thead {
    font-size: 18px;
  }
  .footer-time thead td.space {
    width: 0;
  }
  .footer-time tbody {
    font-size: 18px;
  }
  .footer-time tbody th .time {
    width: 120px;
    text-align: center;
  }
  .footer-time tbody th .to {
    font-size: 16px;
    padding: 0;
  }
  .footer-time th {
    width: 120px;
  }
  .footer-time__note {
    font-size: 16px;
    line-height: 1.7;
    padding: 6px 0 0 6px;
  }
  .footer-time__note .colon {
    padding-left: 6px;
  }
  .c-floatbnr__content {
    display: flex;
    gap: 8px;
  }
}
@media screen and (max-width: 959px) and (min-width: 751px){
  .tb-none {
    display: none !important;
  }
}
@media screen and (max-width: 750px){
  .sp-none {
    display: none !important;
  }
  .pc {
    display: none !important;
  }
  .c-slidein {
    transition-duration: 0.4s;
  }
  .c-reveal {
    transition-duration: 0.4s;
  }
  .c-fadein.pc-only,
  .c-slidein.pc-only,
  .c-reveal.pc-only {
    opacity: 1;
    transform: none;
  }

  .c-btn {
    font-size: 18px;
    border-width: 2px;
  }
  body {
    font-size: 15px;
  }
  .c-floatbnr__content {
    display: flex;
  }
	.footer-info__contact .c-tel, .footer-info__contact .c-medical-questionnaire {
    font-size: 18px;		
	}
    .footer-cont-info__address {
        font-size: 19px;
}
}

/* margin-bottom utilities */
.mb-0   { margin-bottom: 0px; }
.mb-1  { margin-bottom: 1px; }
.mb-2  { margin-bottom: 2px; }
.mb-3  { margin-bottom: 3px; }
.mb-4  { margin-bottom: 4px; }
.mb-5  { margin-bottom: 5px; }
.mb-6  { margin-bottom: 6px; }
.mb-7  { margin-bottom: 7px; }
.mb-8  { margin-bottom: 8px; }
.mb-9  { margin-bottom: 9px; }
.mb-10  { margin-bottom: 10px; }
.mb-20  { margin-bottom: 20px; }
.mb-30  { margin-bottom: 30px; }
.mb-40  { margin-bottom: 40px; }
.mb-50  { margin-bottom: 50px; }
.mb-60  { margin-bottom: 60px; }
.mb-70  { margin-bottom: 70px; }
.mb-80  { margin-bottom: 80px; }
.mb-90  { margin-bottom: 90px; }
.mb-100 { margin-bottom: 100px; }
.mb-110 { margin-bottom: 110px; }
.mb-120 { margin-bottom: 120px; }
.mb-130 { margin-bottom: 130px; }
.mb-140 { margin-bottom: 140px; }
.mb-150 { margin-bottom: 150px; }
