@charset "UTF-8";
/* ::::::::::  キッズスペース  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@font-face {
  font-family: "ZenMaruGothic";
  src: url("../fonts/ZenMaruGothic-Bold.woff") format("woff"), url("../fonts/ZenMaruGothic-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic";
  src: url("../fonts/ZenMaruGothic-Medium.woff") format("woff"), url("../fonts/ZenMaruGothic-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Filson Soft";
  src: url("../fonts/Filson_Soft_Black.woff") format("woff"), url("../fonts/Filson_Soft_Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bakerie Rough Bold";
  src: url("../fonts/BakerieRoughBold.woff") format("woff"), url("../fonts/BakerieRoughBold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* =========================================================
common
========================================================= */
body {
  background: #fff;
}

.contents {
  color: #000;
}

.breadcrumbs {
  display: none;
}

.photo {
  display: block;
  margin-bottom: 0;
}
.photo img {
  width: initial;
  height: auto;
}

.kidsTitle {
  background: url(../img/kids/bg_title01@2x.png) no-repeat center/533px auto;
  background-image: image-set(url("../img/kids/bg_title01@2x.webp?251223") type("image/webp"), url("../img/kids/bg_title01@2x.png?251223") type("image/png"));
  min-height: 110px;
  margin-block: -40px 40px;
  text-align: center;
  line-height: 1;
  color: #1b1464;
  font-family: "ZenMaruGothic";
  font-weight: 700;
}
@media (max-width: 767px) {
  .kidsTitle {
    background-size: 291px auto;
    min-height: 58px;
    margin-block: -50px 0;
    padding-left: 5px;
  }
}
.kidsTitle svg {
  overflow: visible;
  width: 607px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .kidsTitle svg {
    max-width: none;
    margin: 50px -300px 0;
  }
}
.kidsTitle text {
  text-anchor: middle;
  dominant-baseline: middle;
  fill: #1b1464;
}
.kidsTitle text textPath {
  font-size: 3.6rem;
}
@media (max-width: 767px) {
  .kidsTitle text textPath {
    font-size: 2rem;
  }
}

.kidsTitle02 {
  margin: 15px 0 10px;
  line-height: 1.3;
  color: #1b1464;
  font-family: "ZenMaruGothic";
  font-weight: 700;
  font-size: 3.1rem;
}
@media (max-width: 767px) {
  .kidsTitle02 {
    margin: 10px 0 5px;
    font-size: 2.1rem;
  }
}
.kidsTitle02.center {
  text-align: center;
}

.name_tag {
  display: block;
  border-radius: 100vmax;
  background: #1b1464;
  width: fit-content;
  padding: 2px 20px;
  color: #fff;
  font-family: "ZenMaruGothic";
  font-weight: 700;
}
@media (max-width: 767px) {
  .name_tag {
    padding: 2px 15px;
  }
}

.text_en {
  font-family: "Bakerie Rough Bold";
}

.rabbit {
  fill: currentColor;
  width: 11px;
  height: 20px;
}

/* =========================================================
kv
========================================================= */
.kv {
  position: relative;
  background: #fffbed url(../img/kids/bg_dot@2x.png) repeat-x top center/17px auto;
  background-image: image-set(url("../img/kids/bg_dot@2x.webp") type("image/webp"), url("../img/kids/bg_dot@2x.png") type("image/png"));
  height: auto;
}
.kv .wrapper {
  align-items: center;
  padding: 75px 25px 100px;
}
@media (max-width: 767px) {
  .kv .wrapper {
    padding: 40px 15px;
  }
}
.kv .textBlock {
  width: 50%;
  line-height: 1.7;
  color: #2d465f;
  font-size: 2.1rem;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .kv .textBlock br {
    display: none;
  }
}
@media (max-width: 767px) {
  .kv .textBlock {
    width: 100%;
    font-size: 1.4rem;
  }
}
.kv .textBlock .leadText {
  color: #ff99cc;
  text-align: left;
  font-family: "Filson Soft";
  font-weight: 900;
  font-size: 3.5rem;
}
@media (max-width: 767px) {
  .kv .textBlock .leadText {
    font-size: 2rem;
  }
}
.kv .textBlock .pageTitle {
  margin: 10px 0 20px;
  line-height: 1.3;
  color: #1b1464;
  font-family: "ZenMaruGothic";
  font-size: 5.1rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .kv .textBlock .pageTitle {
    margin: 0 0 10px;
    font-size: 3rem;
  }
}
.kv .photo {
  border-radius: 60px;
  width: 50%;
}
@media (max-width: 767px) {
  .kv .photo {
    border-radius: 20px;
    width: 88%;
    margin: 20px 6% 0;
  }
}

/* =========================================================
concept
========================================================= */
.concept {
  position: relative;
  margin-top: -16px;
}
@media (max-width: 767px) {
  .concept {
    margin-top: -5px;
  }
}
.concept::before {
  content: "";
  display: block;
  background: url(../img/kids/bg_section.svg) repeat-x center top;
  width: 100%;
  height: 16px;
}
@media (max-width: 767px) {
  .concept::before {
    background-size: 35px 5px;
  }
}
.concept .wrapper {
  padding: 115px 0 150px;
  max-width: 1020px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .concept .wrapper {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .concept .wrapper {
    padding: 56px 0 35px;
    max-width: 85%;
  }
}
.concept .roomWrap {
  display: grid;
  gap: 100px 0;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .concept .roomWrap {
    display: block;
  }
}
.concept .roomBlock {
  align-items: flex-end;
}
@media (max-width: 767px) {
  .concept .roomBlock + .roomBlock {
    margin-top: 40px;
  }
}
.concept .roomBlock .photo {
  border-radius: 1.5vw;
}
@media (max-width: 767px) {
  .concept .roomBlock .photo {
    border-radius: 20px;
  }
}
.concept .roomBlock .textBlock .icon {
  display: flex;
  gap: 10px;
}
@media (max-width: 767px) {
  .concept .roomBlock .textBlock .icon {
    gap: 5px;
  }
}
@media (max-width: 767px) {
  .concept .roomBlock .textBlock .icon img {
    width: 43px;
    height: 43px;
  }
}
.concept .roomBlock:first-child {
  grid-column: 1/3;
  gap: 5%;
}
.concept .roomBlock:first-child .textBlock {
  width: 47%;
}
@media (max-width: 767px) {
  .concept .roomBlock:first-child .textBlock {
    width: 100%;
  }
}
.concept .roomBlock:first-child .textBlock .detail {
  border-top: 2px dotted #b3b3b3;
  border-bottom: 2px dotted #b3b3b3;
  width: fit-content;
  margin-top: 20px;
  padding: 8px 0;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .concept .roomBlock:first-child .textBlock .detail {
    width: 100%;
    margin-top: 15px;
  }
}
.concept .roomBlock:first-child .photo {
  width: 44.5%;
}
@media (max-width: 767px) {
  .concept .roomBlock:first-child .photo {
    width: 80%;
    margin: 25px auto 0;
  }
}
.concept .roomBlock:nth-child(2) {
  grid-column: 1/3;
}
@media (max-width: 767px) {
  .concept .roomBlock:nth-child(2) {
    padding-bottom: 40px;
  }
}
.concept .roomBlock:nth-child(2) .textBlock {
  width: 28%;
}
@media (max-width: 767px) {
  .concept .roomBlock:nth-child(2) .textBlock {
    width: 100%;
  }
}
.concept .roomBlock:nth-child(2) .textBlock .kidsTitle02 {
  white-space: nowrap;
}
.concept .roomBlock:nth-child(2) .textBlock small {
  font-size: 1.1rem;
}
.concept .roomBlock:nth-child(2) .photoWrap {
  position: relative;
  display: flex;
  gap: 20px;
  width: 71%;
  padding-left: 16%;
}
@media (max-width: 767px) {
  .concept .roomBlock:nth-child(2) .photoWrap {
    flex-direction: column;
    gap: 40px;
    width: 80%;
    margin: 0px auto 0;
    padding-left: 0;
  }
}
.concept .roomBlock:nth-child(2) .photoWrap .photo {
  overflow: visible;
  position: relative;
}
.concept .roomBlock:nth-child(2) .photoWrap .photo img {
  border-radius: inherit;
}
.concept .roomBlock:nth-child(2) .photoWrap .photo:first-child {
  position: absolute;
  left: 0;
  bottom: -20px;
  z-index: 1;
  width: 200px;
}
@media (max-width: 767px) {
  .concept .roomBlock:nth-child(2) .photoWrap .photo:first-child {
    position: relative;
    left: 0;
    bottom: 0;
    margin: 0 -40px -80px auto;
  }
}
.concept .roomBlock:nth-child(2) .photoWrap .photo:first-child .text_en {
  position: absolute;
  left: -35px;
  bottom: 30px;
  color: #a1d8e6;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: 2rem;
  rotate: 20deg;
}
@media (max-width: 767px) {
  .concept .roomBlock:nth-child(2) .photoWrap .photo:first-child .text_en {
    bottom: auto;
    top: 40px;
    left: -45px;
    rotate: -10deg;
  }
}
.concept .roomBlock:nth-child(2) .photoWrap .photo:first-child .text_en .rabbit {
  vertical-align: middle;
  margin: 0 0 3px 5px;
}
.concept .roomBlock:nth-child(2) .photoWrap .photo .name_tag {
  position: absolute;
  left: 20px;
  bottom: -20px;
}
@media (max-width: 767px) {
  .concept .roomBlock:nth-child(2) .photoWrap .photo .name_tag {
    left: 0;
    right: 0;
    bottom: -12px;
    margin: auto;
  }
}
.concept .roomBlock:nth-child(2) .photoWrap .photo .name_tag small {
  position: absolute;
  left: 0;
  bottom: -2.5em;
  width: auto;
  white-space: nowrap;
  color: initial;
  font-size: 1.5rem;
  font-family: YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
  font-weight: 500;
}
@media (max-width: 767px) {
  .concept .roomBlock:nth-child(2) .photoWrap .photo .name_tag small {
    left: -100px;
    right: -100px;
    margin: auto;
    text-align: center;
    font-size: 1.1rem;
  }
}
.concept .roomBlock:nth-child(3) {
  grid-column: 1/2;
}
.concept .roomBlock:nth-child(3) .textBlock {
  width: calc(100% - 200px);
}
@media (max-width: 767px) {
  .concept .roomBlock:nth-child(3) .textBlock {
    width: 100%;
  }
}
.concept .roomBlock:nth-child(3) .photo {
  width: 200px;
}
@media (max-width: 767px) {
  .concept .roomBlock:nth-child(3) .photo {
    width: 80%;
    margin: 20px auto 0;
  }
}
.concept .roomBlock:nth-child(4) {
  grid-column: 2/3;
  margin-left: 14%;
}
@media (max-width: 767px) {
  .concept .roomBlock:nth-child(4) {
    margin-left: 0;
  }
}
.concept .roomBlock:nth-child(4) .textBlock {
  width: calc(100% - 200px);
}
@media (max-width: 767px) {
  .concept .roomBlock:nth-child(4) .textBlock {
    width: 100%;
    margin-left: 0;
  }
}
.concept .roomBlock:nth-child(4) .photo {
  width: 200px;
}
@media (max-width: 767px) {
  .concept .roomBlock:nth-child(4) .photo {
    width: 80%;
    margin: 20px auto 0;
  }
}
.concept .roomBlock:nth-child(5) {
  position: relative;
  grid-column: 1/3;
}
.concept .roomBlock:nth-child(5)::before {
  content: "";
  display: block;
  position: absolute;
  inset: -60px;
  z-index: -1;
  margin: auto;
  background: url(../img/kids/bg_amenity@2x.png) no-repeat center/100% auto;
  background-image: image-set(url("../img/kids/bg_amenity@2x.webp") type("image/webp"), url("../img/kids/bg_amenity@2x.png") type("image/png"));
  width: 1142px;
  height: 728px;
}
@media (max-width: 767px) {
  .concept .roomBlock:nth-child(5)::before {
    background-image: image-set(url("../img/kids/bg_amenity_sp@2x.webp") type("image/webp"), url("../img/kids/bg_amenity_sp@2x.png") type("image/png"));
    width: 110%;
    height: 100%;
  }
}
.concept .roomBlock:nth-child(5) .amenityList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 70px 50px;
  margin-top: 20px;
  padding: 0 80px 100px;
}
@media (max-width: 767px) {
  .concept .roomBlock:nth-child(5) .amenityList {
    gap: 50px 20px;
    padding: 0 20px 70px;
  }
}
.concept .roomBlock:nth-child(5) .amenityList li {
  position: relative;
}
@media (max-width: 767px) {
  .concept .roomBlock:nth-child(5) .amenityList li {
    width: calc(50% - 10px);
  }
  .concept .roomBlock:nth-child(5) .amenityList li:nth-child(even) {
    top: 30px;
  }
  .concept .roomBlock:nth-child(5) .amenityList li:nth-child(3) .name_tag {
    bottom: 5px;
  }
  .concept .roomBlock:nth-child(5) .amenityList li:last-child {
    margin-top: -20px;
    margin-right: 25%;
  }
}
.concept .roomBlock:nth-child(5) .amenityList li .name_tag {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .concept .roomBlock:nth-child(5) .amenityList li .name_tag {
    bottom: -20px;
    width: 80%;
    text-align: center;
  }
}
.concept .roomBlock:nth-child(5) .text_en {
  position: absolute;
  top: 180px;
  right: -80px;
  letter-spacing: 0.05em;
  color: #ff99cc;
  line-height: 1;
  font-size: 3.4rem;
  rotate: -20deg;
}
@media (max-width: 767px) {
  .concept .roomBlock:nth-child(5) .text_en {
    top: auto;
    bottom: 70px;
    right: 10px;
    font-size: 2.2rem;
  }
}
.concept .roomBlock:nth-child(5) .text_en .rabbit {
  vertical-align: middle;
}

/* =========================================================
facilitty
========================================================= */
.facility {
  position: relative;
  z-index: 1;
  margin-bottom: -16px;
}
@media (max-width: 767px) {
  .facility {
    margin-bottom: -5px;
  }
}
.facility::after {
  content: "";
  display: block;
  background: url(../img/kids/bg_section.svg) repeat-x center top;
  width: 100%;
  height: 16px;
  transform: scaleY(-1);
}
@media (max-width: 767px) {
  .facility::after {
    background-size: 35px 5px;
  }
}
.facility .wrapper {
  max-width: 1020px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .facility .wrapper {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .facility .wrapper {
    max-width: 85%;
  }
}
.facility .kidsTitle {
  background-size: 647px 146px;
  background-image: image-set(url("../img/kids/bg_title02@2x.webp?251223") type("image/webp"), url("../img/kids/bg_title02@2x.png?251223") type("image/png"));
  min-height: 145px;
  margin-top: -50px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .facility .kidsTitle {
    background-size: 321px 70px;
    width: 321px;
    min-height: 70px;
    margin: -27px auto 10px;
  }
}
.facility .kidsTitle svg {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .facility .kidsTitle svg {
    width: 400px;
    margin-top: 27px;
  }
}
.facility .kidsTitle text textPath {
  font-size: 3.4rem;
}
@media (max-width: 767px) {
  .facility .kidsTitle text textPath {
    font-size: 2.5rem;
  }
}
.facilityWrap {
  display: grid;
  gap: 40px 6%;
  margin-block: 40px 30px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .facilityWrap {
    display: block;
    margin-block: 0;
  }
}
.facilityBlock {
  align-items: flex-end;
}
.facilityBlock + .facilityBlock {
  margin-top: 40px;
}
.facilityBlock .photo {
  border-radius: 1.5vw;
}
@media (max-width: 767px) {
  .facilityBlock .photo {
    border-radius: 20px;
  }
}
.facilityBlock .textBlock .icon {
  display: flex;
  gap: 10px;
}
@media (max-width: 767px) {
  .facilityBlock .textBlock .icon {
    gap: 5px;
  }
}
@media (max-width: 767px) {
  .facilityBlock .textBlock .icon img {
    width: 43px;
    height: 43px;
  }
}
.facilityBlock:first-child {
  grid-column: 1/3;
  position: relative;
}
.facilityBlock:first-child .photoList {
  display: flex;
  gap: 10px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .facilityBlock:first-child .photoList {
    flex-wrap: wrap;
    gap: 20px 10px;
    margin-top: 20px;
  }
}
.facilityBlock:first-child .photoList .name_tag {
  position: relative;
  z-index: 1;
  margin: -20px auto 0;
}
@media (max-width: 767px) {
  .facilityBlock:first-child .photoList .name_tag {
    margin-top: -10px;
  }
}
@media (max-width: 767px) {
  .facilityBlock:first-child .photoList li {
    width: calc(50% - 5px);
  }
}
.facilityBlock:first-child .photoList li:nth-child(2) {
  margin-right: 3%;
}
@media (max-width: 767px) {
  .facilityBlock:first-child .photoList li:nth-child(2) {
    margin-right: 0;
  }
}
.facilityBlock:first-child .detailWrap {
  position: absolute;
  right: 0;
  top: 30px;
  gap: 10px;
  width: calc(50% - 20px);
}
@media (max-width: 1024px) {
  .facilityBlock:first-child .detailWrap {
    display: flex;
    position: static;
    width: auto;
    margin-top: 20px;
  }
}
.facilityBlock:first-child .detailWrap .detail {
  flex-grow: 1;
  border-radius: 20px;
  background: #fdebde;
  padding: 15px 20px;
  color: #1b1464;
  text-align: center;
  font-size: 1.3rem;
}
@media (max-width: 767px) {
  .facilityBlock:first-child .detailWrap .detail {
    padding: 10px 10px;
    line-height: 1.5;
    font-size: 1.2rem;
  }
}
.facilityBlock:first-child .detailWrap .detail h5 {
  margin: 0 0 10px;
  font-family: "ZenMaruGothic";
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .facilityBlock:first-child .detailWrap .detail h5 {
    white-space: nowrap;
    font-size: 1.3rem;
  }
}
.facilityBlock:first-child .detailWrap .detail .icon {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .facilityBlock:first-child .detailWrap .detail .icon {
    margin-bottom: 5px;
  }
  .facilityBlock:first-child .detailWrap .detail .icon img {
    width: 30px;
    height: 25px;
  }
}
.facilityBlock:first-child .detailWrap .detail .iconList {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .facilityBlock:first-child .detailWrap .detail .iconList {
    gap: 5px;
    margin-bottom: 5px;
  }
}
.facilityBlock:first-child .detailWrap .detail .iconList li {
  font-family: "ZenMaruGothic";
}
.facilityBlock:first-child .detailWrap .detail .iconList li:has(img) {
  display: grid;
  place-content: center;
  border-radius: 50%;
  background: #fff;
  width: 45px;
  height: 45px;
}
@media (max-width: 767px) {
  .facilityBlock:first-child .detailWrap .detail .iconList li:has(img) {
    width: 30px;
    height: 30px;
    padding: 8px 8px;
  }
  .facilityBlock:first-child .detailWrap .detail .iconList li:has(img) img {
    max-height: 18px;
  }
}
.facilityBlock:first-child .detailWrap .detail .iconList li:last-child {
  margin-right: -2em;
}
.facilityBlock:nth-child(n+2):nth-child(-n+3) {
  grid-column: 1/3;
  gap: 6%;
}
.facilityBlock:nth-child(n+2):nth-child(-n+3) .textBlock {
  width: 47%;
}
@media (max-width: 767px) {
  .facilityBlock:nth-child(n+2):nth-child(-n+3) .textBlock {
    width: 100%;
  }
}
.facilityBlock:nth-child(n+2):nth-child(-n+3) .textBlock .kidsTitle02 small {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  font-size: 1.4rem;
}
.facilityBlock:nth-child(n+2):nth-child(-n+3) .textBlock .note {
  margin-top: 10px;
  font-size: 1.2rem;
}
.facilityBlock:nth-child(n+2):nth-child(-n+3) .textBlock .note li {
  margin-left: 0.5em;
  text-indent: -0.5em;
}
.facilityBlock:nth-child(n+2):nth-child(-n+3) .textBlock .note li::before {
  content: "・";
}
.facilityBlock:nth-child(n+2):nth-child(-n+3) .textBlock .period {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
  color: #666;
  font-size: 1.4rem;
  font-family: "ZenMaruGothic";
  font-weight: 700;
}
@media (max-width: 767px) {
  .facilityBlock:nth-child(n+2):nth-child(-n+3) .textBlock .period {
    display: block;
    margin-top: 10px;
    font-size: 1.2rem;
  }
}
.facilityBlock:nth-child(n+2):nth-child(-n+3) .textBlock .period dt {
  background: #666666;
  width: fit-content;
  padding: 1px 10px;
  color: #fff;
}
@media (max-width: 767px) {
  .facilityBlock:nth-child(n+2):nth-child(-n+3) .textBlock .period dt {
    padding: 0 5px;
  }
}
.facilityBlock:nth-child(n+2):nth-child(-n+3) .photoWrap {
  display: flex;
  gap: 10px;
  width: 47%;
}
@media (max-width: 767px) {
  .facilityBlock:nth-child(n+2):nth-child(-n+3) .photoWrap {
    gap: 5px;
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .facilityBlock:nth-child(n+4):nth-child(-n+5) {
    display: flex;
  }
}
.facilityBlock:nth-child(n+4):nth-child(-n+5) .textBlock {
  width: calc(100% - 200px);
}
@media (max-width: 767px) {
  .facilityBlock:nth-child(n+4):nth-child(-n+5) .textBlock {
    width: 58%;
  }
}
.facilityBlock:nth-child(n+4):nth-child(-n+5) .photo {
  width: 200px;
}
@media (max-width: 767px) {
  .facilityBlock:nth-child(n+4):nth-child(-n+5) .photo {
    width: 38%;
  }
}
/* =========================================================
service
========================================================= */
.service {
  position: relative;
  background: #fffbed;
}
.service::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/kids/bg_dot@2x.png) repeat-x top center/17px auto;
  background-image: image-set(url("../img/kids/bg_dot@2x.webp") type("image/webp"), url("../img/kids/bg_dot@2x.png") type("image/png"));
  transform: scaleY(-1);
}
.service .wrapper {
  max-width: 1150px;
  padding-top: 80px;
}
@media (max-width: 767px) {
  .service .wrapper {
    max-width: 85%;
    padding-top: 40px;
  }
}
.service .flex {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .service .flex {
    margin-top: 20px;
  }
}
.serviceTitle {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-block: 20px 10px;
  font-family: "ZenMaruGothic";
  font-size: 1.7rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .serviceTitle {
    margin-block: 20px 5px;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .serviceTitle img {
    max-width: 18px;
  }
}
.serviceTable {
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-collapse: separate;
  border: 1px solid #f7931e;
  border-radius: 15px;
  background: #fff;
  width: 100%;
}
@media (max-width: 767px) {
  .serviceTable {
    border-radius: 10px;
  }
}
.serviceTable::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #fcf3c8;
  width: 40%;
  height: 100%;
}
.serviceTable tr:first-child td,
.serviceTable tr:first-child th {
  border-top: none;
}
.serviceTable tr:last-child td,
.serviceTable tr:last-child th {
  border-bottom: none;
}
.serviceTable th,
.serviceTable td {
  border: 1px solid #f7931e;
  border-right: none;
  border-bottom: none;
  padding: 3px 20px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .serviceTable th,
  .serviceTable td {
    line-height: 1.6;
    padding: 3px 12px;
  }
}
.serviceTable td {
  width: 60%;
  padding-inline: 15px 10px;
  font-size: 1.3rem;
}
@media (max-width: 767px) {
  .serviceTable td {
    padding-inline: 10px;
    font-size: 1.2rem;
  }
}
.serviceTable td small {
  display: inline-block;
  line-height: 1.7;
  font-size: 1.1rem;
}
@media (max-width: 767px) {
  .serviceTable td small {
    font-size: 1rem;
  }
}
.serviceTable th {
  border-left: none;
  width: 40%;
  text-align: left;
}
.service .tableWrap {
  width: 47%;
}
@media (max-width: 767px) {
  .service .tableWrap {
    width: 100%;
  }
}
.service .telBlock {
  background: #fbb03b;
  width: fit-content;
  margin: 50px auto 0;
  padding: 20px 35px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .service .telBlock {
    margin-top: 30px;
    padding: 15px 20px;
  }
}
.service .telBlock h4 {
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .service .telBlock h4 {
    font-size: 1.3rem;
  }
}
.service .telBlock h4 + p {
  text-align: center;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .service .telBlock h4 + p {
    font-size: 1.1rem;
  }
}
.service .telBlockList {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .service .telBlockList {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 5px;
  }
}
.service .telBlockList dt {
  border-radius: 100vmax;
  background: #fff;
  width: 100px;
  padding: 4px 0;
  white-space: nowrap;
  text-align: center;
  font-size: 1.3rem;
}
@media (max-width: 767px) {
  .service .telBlockList dt {
    width: 75px;
    font-size: 1.2rem;
  }
}
@media (min-width: 1025px) {
  .service .telBlockList dt:not(:first-child) {
    margin-left: 10px;
  }
}
.service .telBlockList dd {
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .service .telBlockList dd {
    width: calc(100% - 85px);
  }
}
.service .telBlockList dd a {
  display: block;
  line-height: 1.2;
  white-space: nowrap;
  font-size: 2.2rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .service .telBlockList dd a {
    font-size: 1.7rem;
  }
}

/* =========================================================
faq
========================================================= */
.faq .wrapper {
  max-width: 1020px;
}
@media (max-width: 767px) {
  .faq .wrapper {
    max-width: 85%;
  }
}
@media (max-width: 767px) {
  .faq .tableWrap {
    overflow-x: auto;
  }
}
.faq .tableWrap table {
  width: 100%;
}
@media (max-width: 767px) {
  .faq .tableWrap table {
    width: 820px;
  }
}
.faq .tableWrap table th,
.faq .tableWrap table td {
  border: 1px solid #4d4d4d;
  padding: 10px;
}
.faq .tableWrap table th:empty,
.faq .tableWrap table td:empty {
  min-height: 1em;
}
.faq .tableWrap table th:empty::before,
.faq .tableWrap table td:empty::before {
  content: "　";
}
.faq .tableWrap table th {
  background: #fcf3c8;
  font-weight: 700;
}
.faqWrap {
  padding-inline: 100px;
}
@media (max-width: 767px) {
  .faqWrap {
    padding-inline: 0;
  }
}
.faqBlockList {
  margin-top: 20px;
}
.faq .c-accordion:last-child {
  border-bottom: 1px solid #b3b3b3;
}
.faq .c-accordion.is-opened .c-accordion__header::after {
  rotate: -45deg;
}
.faq .c-accordion__header {
  position: relative;
  display: block;
  border-top: 1px solid #b3b3b3;
  padding: 20px 0 20px 45px;
  list-style: none;
  cursor: pointer;
}
.faq .c-accordion__header::-webkit-details-marker {
  display: none;
}
@media (max-width: 767px) {
  .faq .c-accordion__header {
    padding: 15px 30px 15px 30px;
    font-size: 1.2rem;
  }
}
.faq .c-accordion__header::before {
  content: "Q";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 1em;
  margin: auto;
  line-height: 1;
  font-size: 3.5rem;
  font-family: Arial, Helvetica, sans-serif;
}
@media (max-width: 767px) {
  .faq .c-accordion__header::before {
    font-size: 2.8rem;
  }
}
.faq .c-accordion__header::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  width: 12px;
  height: 12px;
  margin: auto;
  rotate: 135deg;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  .faq .c-accordion__header::after {
    right: 10px;
    width: 10px;
    height: 10px;
  }
}
.faq .c-accordion .c-accordion__content {
  position: relative;
  overflow: hidden;
  display: flex;
  padding: 10px 0 25px 45px;
  opacity: 1;
  visibility: visible;
  transition: padding 0.35s, height 0.35s, line-height 0.35s, opacity 0.35s;
}
@media (max-width: 767px) {
  .faq .c-accordion .c-accordion__content {
    padding: 0 0 20px 30px;
  }
}
.faq .c-accordion .c-accordion__content::before {
  content: "A";
  position: absolute;
  top: 0;
  bottom: 15px;
  left: 0;
  display: block;
  height: 1em;
  margin: auto;
  line-height: 1;
  font-size: 3.5rem;
  font-family: Arial, Helvetica, sans-serif;
}
@media (max-width: 767px) {
  .faq .c-accordion .c-accordion__content::before {
    font-size: 2.8rem;
  }
}
.faq .c-accordion:not(.is-opened) > .c-accordion__content {
  height: 0;
  opacity: 0;
  line-height: 0;
  overflow: hidden;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
/*# sourceMappingURL=map/kids_maihama_common2.css.map */
