.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

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

.active {
  display: block;
}

.none {
  display: none;
}

.wrap {
  max-width: calc(1000px + 2rem);
  padding: 0 1rem;
  margin: 0 auto;
}

.section-box {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .section-box {
    padding-top: 55px;
  }
}

.time-empty {
  background-image: linear-gradient(to left top, transparent calc(50% - 0.5px), #000 50%, #000 calc(50% + 0.5px), transparent calc(50% + 1px));
}

* {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 16px;
  letter-spacing: 0.05em;
}

header {
  position: fixed;
  z-index: 200;
  width: 100%;
  top: 0;
  left: 0;
}
header .pc .header__first {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 1rem;
  padding: 17px 1rem;
  background-color: #fff;
}
header .pc .header__first .header__logo {
  max-width: 476px;
  width: clamp(300px, 34vw, 476px);
}
header .pc .header__first .header__logo img {
  width: 100%;
}
header .pc .header__first .header__tel {
  display: flex;
  align-items: center;
}
header .pc .header__first .header__tel-text {
  color: #f39414;
  font-weight: bold;
  font-size: clamp(14px, 1.1428571429vw, 16px);
  padding-right: 0.5rem;
}
header .pc .header__first .header__tel-text br {
  display: none;
}
@media screen and (max-width: 1200px) {
  header .pc .header__first .header__tel-text br {
    display: block;
  }
}
header .pc .header__first .header__tel-link a {
  color: #f39414;
  font-size: clamp(25px, 2vw, 28px);
  white-space: nowrap;
  position: relative;
  padding-left: 35px;
}
header .pc .header__first .header__tel-link a::before {
  position: absolute;
  content: "";
  background-image: url("../img/tel-icon.svg");
  width: 29px;
  height: 29px;
  left: 0;
}
header .pc .header__first .header__reserve {
  background-color: #f39414;
  width: 270px;
  height: 50px;
  border-radius: 25px;
}
header .pc .header__first .header__reserve a {
  color: #fff;
  display: inline-block;
  width: 100%;
  height: 100%;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  font-size: clamp(14px, 1.1428571429vw, 16px);
}
header .pc .header__first .header__reserve a span {
  font-size: clamp(13px, 1.0714285714vw, 15px);
  color: #fff;
}
header .pc .header__second {
  background-color: #f9f8f5;
  height: 50px;
  display: flex;
  align-items: center;
}
header .pc .header__second ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  gap: 2rem;
}
@media screen and (max-width: 920px) {
  header .pc .header__second ul {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 860px) {
  header .pc .header__second ul {
    gap: 1rem;
  }
}
header .pc .header__second ul li a {
  font-weight: 500;
  display: block;
  font-size: clamp(13.5px, 1.1428571429vw, 16px);
}
header .sp {
  background-color: #fff;
}
header .sp .header__first {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  position: fixed;
  top: 0;
  z-index: 100;
  background-color: #fff;
  width: 100%;
}
header .sp .header__first h1 {
  width: 214px;
}
header .sp .header__first h1 a img {
  width: 100%;
}
header .sp .header__first .hambarger {
  position: relative;
  cursor: pointer;
  width: calc(80px - 1rem);
  height: 80px;
}
header .sp .header__first .hambarger span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  width: 31px;
  height: 2px;
  background-color: #000;
  left: 50%;
}
header .sp .header__first .hambarger span:nth-child(1) {
  top: calc(50% - 9px);
}
header .sp .header__first .hambarger span:nth-child(2) {
  top: 50%;
}
header .sp .header__first .hambarger span:nth-child(3) {
  top: calc(50% + 9px);
}
header .sp .header__first .hambarger.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 50%;
}
header .sp .header__first .hambarger.active span:nth-child(2) {
  display: none;
}
header .sp .header__first .hambarger.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 50%;
}
header .sp .header__second {
  position: absolute;
  width: 100%;
  height: calc(100vh - 70px - 80px);
  overflow-y: scroll;
  background-color: #fff;
  margin-top: 80px;
}
header .sp .header__second nav ul {
  background-color: #f9f8f5;
  padding: 0 1rem;
}
header .sp .header__second nav ul li {
  position: relative;
  height: 60px;
}
header .sp .header__second nav ul li::after {
  position: absolute;
  content: "";
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 7px;
  height: 7px;
  transform: translateY(-50%) rotate(-45deg);
  top: 50%;
  right: 0;
}
header .sp .header__second nav ul li:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}
header .sp .header__second nav ul li a {
  font-weight: 500;
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 60px;
}
header .sp .header__second .header__text {
  color: #f39414;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 14px;
}
header .sp .header__second .header__tel {
  text-align: center;
}
header .sp .header__second .header__tel a {
  color: #f39414;
  padding-left: 35px;
  position: relative;
  font-size: 28px;
  font-weight: bold;
}
header .sp .header__second .header__tel a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../img/tel-icon.svg");
  width: 29px;
  height: 29px;
}
header .sp .header__second .header__link {
  background-color: #f39414;
  width: 270px;
  height: 50px;
  border-radius: 25px;
  line-height: 50px;
  text-align: center;
  margin: 24px auto;
}
header .sp .header__second .header__link a {
  color: #fff;
  font-weight: bold;
  width: 100%;
  height: 100%;
}
header .sp .header__second .header__link a span {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}

main {
  margin-top: 134px;
}
@media screen and (max-width: 768px) {
  main {
    margin-top: 80px;
  }
}
main .top {
  position: relative;
}
main .top .mv {
  height: calc(100vh - 117px);
}
main .top .mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  main .top .mv {
    height: calc(100vh - 80px - 70px);
  }
}
main .top__txt {
  position: absolute;
  bottom: clamp(45px, 5vw, 70px);
  left: clamp(20px, 3.5714285714vw, 100px);
  font-weight: bold;
  color: #fff;
  font-size: clamp(29px, 5vw, 70px);
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
}
main .top__table {
  position: absolute;
  right: 0;
  bottom: 30px;
}
main .top__table p {
  background-color: #f39414;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  height: 35px;
  line-height: 35px;
}
main .top__table-wh {
  background-color: #fff;
  display: flex;
}
main .top__table-wh dl {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
main .top__table-wh dl:nth-child(2) {
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}
main .top__table-wh dl dt {
  letter-spacing: 0.1em;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
}
main .top__table-wh dl dd {
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
}
main .top__table-wh dl dd:nth-child(2) {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
main #aboutus {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  main #aboutus {
    flex-direction: column;
  }
}
main #aboutus figure {
  width: 50%;
}
@media screen and (max-width: 768px) {
  main #aboutus figure {
    width: 100%;
  }
}
main #aboutus figure img {
  width: 100%;
}
main #aboutus .aboutus__txt {
  width: 50%;
  padding: 0 clamp(1rem, 8.5714285714vw, 120px) 0 clamp(1rem, 3.3571428571vw, 47px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  main #aboutus .aboutus__txt {
    width: 100%;
    padding: 0 1rem 0 0;
  }
}
main #aboutus .aboutus__txt h3 {
  font-weight: bold;
  font-size: clamp(34px, 3.5714285714vw, 50px);
  line-height: 1.4;
  letter-spacing: 0.1em;
  position: relative;
  white-space: nowrap;
  padding-top: 30px;
  padding-bottom: 50px;
  text-align: center;
  text-align: left;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  main #aboutus .aboutus__txt h3 {
    font-size: clamp(30px, 8.5vw, 34px);
    line-height: 1.4705882353;
    padding-bottom: 30px;
  }
}
main #aboutus .aboutus__txt h3 p {
  font-weight: 500;
  position: absolute;
  font-size: 20px;
  letter-spacing: 0.1em;
  top: 0;
  left: 0;
  transform: translateX(0);
}
@media screen and (max-width: 768px) {
  main #aboutus .aboutus__txt h3 p {
    font-size: 18px;
  }
}
main #aboutus .aboutus__txt h3 p span {
  color: #f39414;
  font-size: 500;
  font-size: 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  main #aboutus .aboutus__txt h3 {
    font-weight: bold;
    font-size: clamp(34px, 3.5714285714vw, 50px);
    line-height: 1.4;
    letter-spacing: 0.1em;
    position: relative;
    white-space: nowrap;
    padding-top: 30px;
    padding-bottom: 50px;
    text-align: center;
    text-align: left;
    padding-left: 1rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  main #aboutus .aboutus__txt h3 {
    font-size: clamp(30px, 8.5vw, 34px);
    line-height: 1.4705882353;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  main #aboutus .aboutus__txt h3 p {
    font-weight: 500;
    position: absolute;
    font-size: 20px;
    letter-spacing: 0.1em;
    top: 0;
    left: 1rem;
    transform: translateX(0);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  main #aboutus .aboutus__txt h3 p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  main #aboutus .aboutus__txt h3 p span {
    color: #f39414;
    font-size: 500;
    font-size: 20px;
    letter-spacing: 0.1em;
  }
}
main #aboutus .aboutus__txt-p {
  line-height: 35px;
  padding-top: clamp(1rem, 5vw, 70px);
}
@media screen and (max-width: 768px) {
  main #aboutus .aboutus__txt-p {
    padding: 30px 0 0 1rem;
    font-size: 14px;
    line-height: 30px;
  }
}
main #information h3 {
  font-weight: bold;
  font-size: clamp(34px, 3.5714285714vw, 50px);
  line-height: 1.4;
  letter-spacing: 0.1em;
  position: relative;
  white-space: nowrap;
  padding-top: 30px;
  padding-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main #information h3 {
    font-size: clamp(30px, 8.5vw, 34px);
    line-height: 1.4705882353;
    padding-bottom: 30px;
  }
}
main #information h3 p {
  font-weight: 500;
  position: absolute;
  font-size: 20px;
  letter-spacing: 0.1em;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  main #information h3 p {
    font-size: 18px;
  }
}
main #information h3 p span {
  color: #f39414;
  font-size: 500;
  font-size: 20px;
  letter-spacing: 0.1em;
}
main #information .information__clinic {
  display: flex;
  justify-content: space-between;
  gap: clamp(1rem, 3.2142857143vw, 45px);
}
@media screen and (max-width: 768px) {
  main #information .information__clinic {
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  main #information .information__clinic {
    gap: 60px;
  }
}
main #information .information__clinic figure {
  width: 100%;
}
main #information .information__clinic figure img {
  width: 100%;
}
main #information .information__clinic figure figcaption h4 {
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  color: #f39414;
  padding: 30px 0 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  main #information .information__clinic figure figcaption h4 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
main #information .information__clinic figure figcaption h4::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  background-color: #f39414;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  main #information .information__clinic figure figcaption h4::after {
    width: 35px;
  }
}
main #information .information__clinic figure figcaption p {
  line-height: 28px;
}
@media screen and (max-width: 768px) {
  main #information .information__clinic figure figcaption p {
    font-size: 14px;
  }
}
main #information .information__h4 {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #f39414;
  background-color: #f9f8f5;
  height: 45px;
  line-height: 45px;
  margin: 70px 0 50px;
}
@media screen and (max-width: 768px) {
  main #information .information__h4 {
    font-size: clamp(18px, 5vw, 20px);
    white-space: nowrap;
    margin: 50px 0 20px;
  }
}
main #information ul {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
main #information ul li {
  border-bottom: 1px solid #fad4a1;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 0.3rem;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  main #information ul li {
    font-size: 15px;
  }
}
main #information ul li span {
  color: #f39414;
}
main #information h5 {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.1em;
  display: inline-block;
  margin-right: 2.5rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  main #information h5 {
    font-size: 15px;
    display: block;
    margin-right: 0;
  }
}
main #information h5 span {
  width: 15px;
  height: 15px;
  background-color: #f39414;
  display: inline-block;
  margin-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  main #information h5 span {
    width: 13px;
    height: 13px;
  }
}
main #information .information__icon {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 46px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  main #information .information__icon {
    margin-bottom: 35px;
  }
}
main #information .information__icon.glutathione__icon {
  margin-bottom: 20px;
}
main #information .information__icon dl {
  border: 0.89px solid #000;
  width: 190px;
  height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.3rem;
}
@media screen and (max-width: 480px) {
  main #information .information__icon dl {
    width: 165px;
    height: 165px;
  }
}
@media screen and (max-width: 480px) {
  main #information .information__icon dl:nth-of-type(7) dd h6, main #information .information__icon dl:nth-of-type(8) dd h6 {
    margin-top: 4px;
  }
}
@media screen and (max-width: 480px) {
  main #information .information__icon dl:nth-of-type(7) dd p, main #information .information__icon dl:nth-of-type(8) dd p {
    text-align: left;
  }
}
main #information .information__icon dl dt figure {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
main #information .information__icon dl dd h6 {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 480px) {
  main #information .information__icon dl dd h6 {
    font-size: 16px;
  }
}
main #information .information__icon dl dd h6 .font16 {
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  main #information .information__icon dl dd h6 .font16 {
    font-size: 14px;
  }
}
main #information .information__icon dl dd p {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.01em;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 480px) {
  main #information .information__icon dl dd p {
    line-height: 1.4;
    margin-top: 4px;
  }
}
@media screen and (max-width: 480px) {
  main #information .add h5 {
    line-height: 1.8;
  }
}
main #information .glutathione_text {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 2;
}
main #information .glutathione_text span {
  color: #f39414;
}
main #information .glutathione_notice {
  font-size: 13px;
  margin-bottom: 46px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  main #information .glutathione_notice {
    margin-bottom: 35px;
  }
}
main #function h3 {
  font-weight: bold;
  font-size: clamp(34px, 3.5714285714vw, 50px);
  line-height: 1.4;
  letter-spacing: 0.1em;
  position: relative;
  white-space: nowrap;
  padding-top: 30px;
  padding-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main #function h3 {
    font-size: clamp(30px, 8.5vw, 34px);
    line-height: 1.4705882353;
    padding-bottom: 30px;
  }
}
main #function h3 p {
  font-weight: 500;
  position: absolute;
  font-size: 20px;
  letter-spacing: 0.1em;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  main #function h3 p {
    font-size: 18px;
  }
}
main #function h3 p span {
  color: #f39414;
  font-size: 500;
  font-size: 20px;
  letter-spacing: 0.1em;
}
main #function .function__content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}
main #function .function__content dl {
  width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 768px) {
  main #function .function__content dl {
    width: 100%;
  }
}
main #function .function__content dl dt figure {
  width: 100%;
}
main #function .function__content dl dt figure img {
  width: 100%;
}
main #function .function__content dl dd {
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  padding: 0.4rem 0 0.4rem 1rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  main #function .function__content dl dd {
    font-size: 14px;
  }
}
main #daycare h3 {
  font-weight: bold;
  font-size: clamp(34px, 3.5714285714vw, 50px);
  line-height: 1.4;
  letter-spacing: 0.1em;
  position: relative;
  white-space: nowrap;
  padding-top: 30px;
  padding-bottom: 50px;
  text-align: center;
  padding-bottom: 26px;
}
@media screen and (max-width: 768px) {
  main #daycare h3 {
    font-size: clamp(30px, 8.5vw, 34px);
    line-height: 1.4705882353;
    padding-bottom: 30px;
  }
}
main #daycare h3 p {
  font-weight: 500;
  position: absolute;
  font-size: 20px;
  letter-spacing: 0.1em;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  main #daycare h3 p {
    font-size: 18px;
  }
}
main #daycare h3 p span {
  color: #f39414;
  font-size: 500;
  font-size: 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  main #daycare h3 {
    font-size: clamp(26px, 7.5vw, 34px);
  }
}
main #daycare .daycare__link {
  display: flex;
  justify-content: center;
  gap: 1rem;
  align-items: center;
  margin: 0 auto;
  width: 445px;
  background-color: #f9f8f5;
}
@media screen and (max-width: 768px) {
  main #daycare .daycare__link {
    width: 100%;
    height: 50px;
  }
}
main #daycare .daycare__link figure {
  display: inline-block;
}
main #daycare .daycare__link a {
  color: #f39414;
  font-weight: bold;
  font-size: 34px;
}
@media screen and (max-width: 768px) {
  main #daycare .daycare__link a {
    font-size: 25px;
  }
}
main #daycare .daycare__text {
  line-height: 35px;
  text-align: center;
  margin-top: 45px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  main #daycare .daycare__text {
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 2;
    text-align: left;
  }
}
main #daycare .daycare__img {
  width: 100%;
}
main #daycare .daycare__img img {
  width: 100%;
}
main #daycare .daycare__beige {
  background-color: #f9f8f5;
  padding: 152px 0 60px;
  margin-top: -102px;
}
@media screen and (max-width: 768px) {
  main #daycare .daycare__beige {
    padding: 175px 0 47px;
    margin-top: -145px;
  }
}
main #daycare .daycare__beige .wrap {
  max-width: 1160px;
}
main #daycare .daycare__beige .daycare__icon {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 28px;
}
@media screen and (max-width: 768px) {
  main #daycare .daycare__beige .daycare__icon {
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
main #daycare .daycare__beige .daycare__icon dl {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 212px;
}
@media screen and (max-width: 768px) {
  main #daycare .daycare__beige .daycare__icon dl {
    width: 175px;
  }
}
main #daycare .daycare__beige .daycare__icon dl:nth-of-type(2) dd, main #daycare .daycare__beige .daycare__icon dl:last-of-type dd {
  font-weight: 500;
}
main #daycare .daycare__beige .daycare__icon dl:nth-of-type(2) dd span, main #daycare .daycare__beige .daycare__icon dl:last-of-type dd span {
  font-weight: 400;
}
main #daycare .daycare__beige .daycare__icon dl dt {
  background-color: #fff;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  main #daycare .daycare__beige .daycare__icon dl dt {
    width: 110px;
    height: 110px;
  }
}
main #daycare .daycare__beige .daycare__icon dl dd {
  padding-top: 1rem;
  white-space: nowrap;
  text-align: center;
}
main #daycare .daycare__beige .daycare__icon dl dd.daycare__icon-dd16 {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  main #daycare .daycare__beige .daycare__icon dl dd.daycare__icon-dd16 {
    font-size: 14px;
  }
}
main #daycare .daycare__beige .daycare__icon dl dd .daycare__icon-dd16b {
  font-size: 16px;
  display: block;
}
@media screen and (max-width: 768px) {
  main #daycare .daycare__beige .daycare__icon dl dd .daycare__icon-dd16b {
    font-size: 14px;
  }
}
main #daycare .daycare__beige .daycare__icon dl dd.daycare__icon-dd20 {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  main #daycare .daycare__beige .daycare__icon dl dd.daycare__icon-dd20 {
    font-size: 16px;
  }
}
main #daycare .daycare__beige .daycare__icon dl dd .daycare__icon-dd14 {
  font-size: 14px;
  display: block;
}
@media screen and (max-width: 768px) {
  main #daycare .daycare__beige .daycare__icon dl dd .daycare__icon-dd14 {
    font-size: 12px;
  }
}
main #daycare .daycare__beige .daycare__icon dl dd span {
  line-height: 1.8;
}
main #hour h3 {
  font-weight: bold;
  font-size: clamp(34px, 3.5714285714vw, 50px);
  line-height: 1.4;
  letter-spacing: 0.1em;
  position: relative;
  white-space: nowrap;
  padding-top: 30px;
  padding-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main #hour h3 {
    font-size: clamp(30px, 8.5vw, 34px);
    line-height: 1.4705882353;
    padding-bottom: 30px;
  }
}
main #hour h3 p {
  font-weight: 500;
  position: absolute;
  font-size: 20px;
  letter-spacing: 0.1em;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  main #hour h3 p {
    font-size: 18px;
  }
}
main #hour h3 p span {
  color: #f39414;
  font-size: 500;
  font-size: 20px;
  letter-spacing: 0.1em;
}
main #hour .hour__table {
  display: flex;
  border: 1px solid #000;
}
main #hour .hour__table dl {
  font-weight: bold;
}
main #hour .hour__table dl:nth-child(1) {
  flex: 13;
}
main #hour .hour__table dl:nth-child(2) {
  flex: 9;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
@media screen and (max-width: 768px) {
  main #hour .hour__table dl:nth-child(2) {
    flex: 5;
  }
}
main #hour .hour__table dl:nth-child(3) {
  flex: 12;
}
main #hour .hour__table dl dt {
  letter-spacing: 0.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  main #hour .hour__table dl dt {
    height: 58px;
    font-weight: 500;
    font-size: 16px;
  }
}
main #hour .hour__table dl dd {
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  main #hour .hour__table dl dd {
    height: 71px;
    font-weight: 500;
    font-size: 16px;
  }
}
main #hour .hour__table dl dd:nth-child(2) {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
main #hour .hour__p {
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  main #hour .hour__p {
    font-size: 15px;
    margin-top: 15px;
  }
}
main #overview {
  padding-bottom: 193px;
}
@media screen and (max-width: 768px) {
  main #overview {
    padding-bottom: 65px;
  }
}
main #overview h3 {
  font-weight: bold;
  font-size: clamp(34px, 3.5714285714vw, 50px);
  line-height: 1.4;
  letter-spacing: 0.1em;
  position: relative;
  white-space: nowrap;
  padding-top: 30px;
  padding-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main #overview h3 {
    font-size: clamp(30px, 8.5vw, 34px);
    line-height: 1.4705882353;
    padding-bottom: 30px;
  }
}
main #overview h3 p {
  font-weight: 500;
  position: absolute;
  font-size: 20px;
  letter-spacing: 0.1em;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  main #overview h3 p {
    font-size: 18px;
  }
}
main #overview h3 p span {
  color: #f39414;
  font-size: 500;
  font-size: 20px;
  letter-spacing: 0.1em;
}
main #overview .overview__flex {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  main #overview .overview__flex {
    flex-direction: column;
  }
}
main #overview .overview__flex .overview__table {
  width: 100%;
}
main #overview .overview__flex .overview__table dl {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  height: 70px;
  gap: 74px;
}
@media screen and (max-width: 768px) {
  main #overview .overview__flex .overview__table dl {
    gap: clamp(10px, 5.2083333333vw, 40px);
    height: 66px;
  }
}
main #overview .overview__flex .overview__table dl dt {
  font-weight: bold;
  letter-spacing: 0.1em;
  flex: 1;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  main #overview .overview__flex .overview__table dl dt {
    font-size: 13px;
  }
}
main #overview .overview__flex .overview__table dl dd {
  flex: 4.5;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  main #overview .overview__flex .overview__table dl dd {
    font-size: 14px;
    line-height: 24px;
    flex: 2;
  }
}
main #overview .overview__flex .overview__table dl dd .overview-sp {
  display: none;
}
@media screen and (max-width: 399px) {
  main #overview .overview__flex .overview__table dl dd .overview-sp {
    display: block;
  }
}
main #overview .overview__flex .overview__table dl dd .overview__orange a {
  color: #f39414;
  font-size: 28px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  main #overview .overview__flex .overview__table dl dd .overview__orange a {
    flex-direction: column;
    align-items: flex-start;
    font-size: 22px;
  }
}
main #overview .overview__flex .overview__table dl dd .overview__orange a span {
  color: #f39414;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  main #overview .overview__flex .overview__table dl dd .overview__orange a span {
    font-size: 13px;
  }
}
main #overview .overview__flex figure {
  max-width: 299px;
}
@media screen and (max-width: 768px) {
  main #overview .overview__flex figure {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    max-width: 100%;
  }
}
main #overview .overview__flex figure img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  main #overview .overview__flex figure img {
    width: 60%;
  }
}
main #overview .overview__flex figure figcaption {
  padding-top: 0.3rem;
}
@media screen and (max-width: 768px) {
  main #overview .overview__flex figure figcaption {
    width: 40%;
    font-size: 14px;
    line-height: 1.5;
  }
}
main #overview .overview__flex figure figcaption strong {
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-right: 1.5rem;
}
@media screen and (max-width: 768px) {
  main #overview .overview__flex figure figcaption strong {
    font-size: 14px;
  }
}
main #access {
  background-color: #f9f8f5;
  padding-top: 62px;
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  main #access {
    padding-top: 43px;
    padding-bottom: 40px;
  }
}
main #access .wrap .access__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  main #access .wrap .access__flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
  }
}
main #access .wrap .access__flex div {
  flex: 4;
}
@media screen and (max-width: 768px) {
  main #access .wrap .access__flex div {
    flex: auto;
  }
}
main #access .wrap .access__flex div h3 {
  font-weight: bold;
  font-size: clamp(34px, 3.5714285714vw, 50px);
  line-height: 1.4;
  letter-spacing: 0.1em;
  position: relative;
  white-space: nowrap;
  padding-top: 30px;
  padding-bottom: 50px;
  text-align: center;
  text-align: left;
}
@media screen and (max-width: 768px) {
  main #access .wrap .access__flex div h3 {
    font-size: clamp(30px, 8.5vw, 34px);
    line-height: 1.4705882353;
    padding-bottom: 30px;
  }
}
main #access .wrap .access__flex div h3 p {
  font-weight: 500;
  position: absolute;
  font-size: 20px;
  letter-spacing: 0.1em;
  top: 0;
  left: 0;
  transform: translateX(0);
}
@media screen and (max-width: 768px) {
  main #access .wrap .access__flex div h3 p {
    font-size: 18px;
  }
}
main #access .wrap .access__flex div h3 p span {
  color: #f39414;
  font-size: 500;
  font-size: 20px;
  letter-spacing: 0.1em;
}
main #access .wrap .access__flex div .access__text {
  line-height: 30px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  main #access .wrap .access__flex div .access__text {
    font-size: 14px;
    line-height: 26px;
  }
}
main #access .wrap .access__flex figure {
  flex: 6;
  width: 100%;
}
@media screen and (max-width: 768px) {
  main #access .wrap .access__flex figure {
    flex: auto;
  }
}
main #access .wrap .access__flex figure img {
  width: 100%;
}
main #access .wrap .access__googlemap {
  margin-top: 65px;
  margin-bottom: 40px;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  main #access .wrap .access__googlemap {
    margin-top: 45px;
    margin-bottom: 33px;
    height: 400px;
  }
}
main #access .wrap .access__googlemap iframe {
  width: 100%;
}
main #access .wrap .access__link {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main #access .wrap .access__link {
    width: auto;
    display: block;
    max-width: 350px;
  }
}
main #access .wrap .access__link a {
  width: 372px;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #f39414;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  main #access .wrap .access__link a {
    width: 100%;
    height: 60px;
  }
}
main #contact {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  main #contact {
    padding-bottom: 50px;
  }
}
main #contact h3 {
  font-weight: bold;
  font-size: clamp(34px, 3.5714285714vw, 50px);
  line-height: 1.4;
  letter-spacing: 0.1em;
  position: relative;
  white-space: nowrap;
  padding-top: 30px;
  padding-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main #contact h3 {
    font-size: clamp(30px, 8.5vw, 34px);
    line-height: 1.4705882353;
    padding-bottom: 30px;
  }
}
main #contact h3 p {
  font-weight: 500;
  position: absolute;
  font-size: 20px;
  letter-spacing: 0.1em;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  main #contact h3 p {
    font-size: 18px;
  }
}
main #contact h3 p span {
  color: #f39414;
  font-size: 500;
  font-size: 20px;
  letter-spacing: 0.1em;
}
main #contact h4 {
  position: relative;
}
main #contact h4::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}
main #contact h4 p {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background-color: #fff;
  padding: 0 1rem;
  position: relative;
  z-index: 2;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  main #contact h4 p {
    font-size: 15px;
  }
}
main #contact .contact__tel .contact__link {
  display: flex;
  justify-content: center;
  gap: 1rem;
  align-items: center;
  margin: 77px auto;
  width: 445px;
}
@media screen and (max-width: 768px) {
  main #contact .contact__tel .contact__link {
    width: 100%;
    height: 50px;
    margin: 40px auto;
  }
}
main #contact .contact__tel .contact__link figure {
  display: inline-block;
}
main #contact .contact__tel .contact__link a {
  color: #f39414;
  font-weight: bold;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  main #contact .contact__tel .contact__link a {
    font-size: 30px;
  }
}
main #contact .contact__form form dl {
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  main #contact .contact__form form dl {
    flex-direction: column;
    padding: 0;
  }
}
main #contact .contact__form form dl:first-child {
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  main #contact .contact__form form dl:first-child {
    margin-top: 35px;
  }
}
main #contact .contact__form form dl:not(:first-child) {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  main #contact .contact__form form dl:not(:first-child) {
    margin-top: 30px;
  }
}
main #contact .contact__form form dl dt {
  flex: 1;
}
@media screen and (max-width: 768px) {
  main #contact .contact__form form dl dt {
    margin-bottom: 10px;
  }
}
main #contact .contact__form form dl dt p {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  main #contact .contact__form form dl dt p {
    font-size: 15px;
  }
}
main #contact .contact__form form dl dt p span {
  color: #fff;
  background-color: #f39414;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.1em;
  width: 50px;
  display: inline-block;
  text-align: center;
  height: 20px;
  line-height: 20px;
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  main #contact .contact__form form dl dt p span {
    font-size: 13px;
    width: 40px;
    margin-right: 0.5rem;
  }
}
main #contact .contact__form form dl dd {
  flex: 3;
  border: 1px solid #cbcbcb;
}
main #contact .contact__form form dl dd input {
  padding: 5px;
  height: 45px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  main #contact .contact__form form dl dd input {
    height: 40px;
  }
}
main #contact .contact__form form dl dd textarea {
  padding: 5px;
  width: 100%;
}
main #contact .contact__form form .contact__submit {
  color: #fff;
  background-color: #f39414;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.1em;
  display: block;
  width: 372px;
  margin: 50px auto 0;
  line-height: 72px;
  height: 72px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main #contact .contact__form form .contact__submit {
    width: 350px;
    max-width: 100%;
    height: 60px;
    line-height: 60px;
  }
}
main #contact .contact__form form.confirm {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding-top: 3rem;
}
main #contact .contact__form form.confirm .contact__submit {
  margin: 0;
}
main .banner {
  padding-top: 70px;
}
main .banner a {
  transition: all 0.4s;
  transform: translateY(0);
  display: block;
}
main .banner a:hover {
  opacity: 0.8;
  transform: translateY(-5px);
}
main .banner a img {
  width: 100%;
}

.gray {
  background-color: gainsboro;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: opacity 3s ease-in-out;
  -moz-transition: opacity 3s ease-in-out;
  -ms-transition: opacity 3s ease-in-out;
  -o-transition: opacity 3s ease-in-out;
  opacity: 1;
}
.overlay.fadeout {
  opacity: 0;
}
.overlay .box {
  background: #FFF;
  padding: 3rem 10px;
  width: auto;
}
.overlay .box h3 {
  font-size: 1.5rem !important;
  padding: 0 !important;
  white-space: unset !important;
}

footer {
  background-color: #f9f8f5;
  padding: 40px 0 30px;
}
footer .wrap {
  display: flex;
}
@media screen and (max-width: 768px) {
  footer .wrap {
    flex-direction: column-reverse;
    margin-bottom: 70px;
  }
}
footer .wrap .footer__left {
  flex: 1;
}
footer .wrap .footer__left figure {
  width: 356px;
}
@media screen and (max-width: 768px) {
  footer .wrap .footer__left figure {
    width: 100%;
    max-width: 350px;
  }
}
footer .wrap .footer__left figure img {
  width: 100%;
}
footer .wrap .footer__left .footer__address {
  letter-spacing: 0.1em;
  margin: 30px 0 0.5rem;
}
@media screen and (max-width: 768px) {
  footer .wrap .footer__left .footer__address {
    font-size: 15px;
  }
}
footer .wrap .footer__left .footer__tel a {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  footer .wrap .footer__left .footer__tel a {
    font-size: 15px;
  }
}
footer .wrap .footer__right {
  flex: 1;
}
footer .wrap .footer__right nav {
  height: 100%;
}
@media screen and (max-width: 768px) {
  footer .wrap .footer__right nav {
    margin-bottom: 50px;
  }
}
footer .wrap .footer__right nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 100%;
}
@media screen and (max-width: 768px) {
  footer .wrap .footer__right nav ul {
    gap: 30px;
  }
}
footer .wrap .footer__right nav ul li {
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  footer .wrap .footer__right nav ul li {
    width: 100%;
  }
}
footer .wrap .footer__right nav ul li a {
  font-size: 15px;
  font-weight: 500;
  position: relative;
  padding-left: 1rem;
}
@media screen and (max-width: 768px) {
  footer .wrap .footer__right nav ul li a {
    font-size: 16px;
  }
}
footer .wrap .footer__right nav ul li a::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-45deg);
}
footer .footer__fixed {
  position: fixed;
  z-index: 201;
  bottom: 0;
  left: 0;
  width: 100%;
}
footer .footer__fixed ul {
  display: flex;
  height: 70px;
}
footer .footer__fixed ul li {
  width: 33.3333333333%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
footer .footer__fixed ul li:nth-child(1) {
  color: #fff;
  background-color: #f39414;
}
footer .footer__fixed ul li:nth-child(2) {
  color: #fff;
  background-color: #22bae0;
}
footer .footer__fixed ul li:nth-child(3) {
  color: #f39414;
  background-color: #f9f8f5;
}
footer .footer__fixed ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
footer .footer__fixed ul li a span {
  font-size: 13px;
  display: block;
  text-align: center;
  color: #fff;
  padding-top: 0.4rem;
}

.loading {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFF;
}
.loading .spinner {
  animation: rotator 1.4s linear infinite;
}
@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
.loading .path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}
@keyframes colors {
  0% {
    stroke: #4285F4;
  }
  25% {
    stroke: #DE3E35;
  }
  50% {
    stroke: #F7C223;
  }
  75% {
    stroke: #1B9A59;
  }
  100% {
    stroke: #4285F4;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg);
  }
}/*# sourceMappingURL=style.css.map */