﻿#kids .con_title .title_image {
  background: url("../images/kids/bg_kids.png");
  background-size: cover;
  background-position: center center;
}
.un_kids_act {
  background: url("../images/kids/bg_kids_in.png") no-repeat center;
  background-size: cover;
  padding: 100px 0 60px;
  margin: 0 auto 120px;
  overflow: hidden
}
.un_kids_act h3 {
      font-size: clamp(1.25rem, 1.563vw, 28px);
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.5;
  display: flex;
  align-items: center;
  border-bottom: 2px dotted #9FD3F2;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.un_kids_act h3 span {
  display: inline-block;
  font-weight: normal;
      font-size: clamp(60px, 5.208vw, 70px);
  margin-right: 40px;
  line-height: 1
}
.kids_1col h3 span {
  color: #9FD3F2
}
ul.kids_2col li:first-child h3 {
  border-bottom: 2px dotted #F4ADB1;
}
ul.kids_2col li:first-child h3 span {
  color: #F4ADB1
}
ul.kids_2col li:last-child h3 {
  border-bottom: 2px dotted #2EB582;
}
ul.kids_2col li:last-child h3 span {
  color: #2EB582
}
.un_kids_act h2.en_center {
  color: #fff;
}
.kids_1col {
  display: flex;
  align-items: stretch;
  flex-direction: row-reverse;
  background: #fff;
  margin: 0 30px;
  justify-content: space-evenly;
  border-radius: 20px;
  position: relative
}
.kids_1col::after {
  content: '';
  position: absolute;
  width: 13.021vw;
  height: 8.177vw;
  background: url("../images/kids/img_hitode.png") no-repeat;
  background-size: contain;
  top: -20px;
  left: 35%;
}
.kids_1col .img {
  width: 40vw;
  max-width: 930px;
  flex-shrink: 0
}
.kids_1col .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: 50% 50%;
  border-radius: 0 20px 20px 0;
}
.kids_1col .txt {
  padding: 30px 3.125vw;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.kids_1col .txt::after, ul.kids_2col li::after {
  content: 'KIDS POOL';
  position: absolute;
  font-family: 'MADEMirage';
  white-space: nowrap;
  font-size: 120px;
  line-height: 1;
  color: #f2f2f2;
  letter-spacing: -.05em;
  bottom: -4%;
  left: 0;
  z-index: -1;
}
.un_cont_in {
  margin: 0 auto 120px;
  max-width: 1380px;
}
.un_kids_act .un_cont_in {
  margin: 0 auto 60px;
}
ul.kids_2col {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 2%;
  margin: 0 30px;
  justify-content: center;
}
ul.kids_2col li {
  width: 49%;
  background: #fff;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
ul.kids_2col li:first-child::after {
  content: 'PLAY ROOM';
}
ul.kids_2col li:last-child::after {
  content: 'PLAY GROUND';
}
ul.kids_2col li .img{
    height: 20.438vw;
}
ul.kids_2col li img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: 50% 50%;
  border-radius: 20px 20px 0 0;
}
ul.kids_2col li .txt {
  padding: 20px 40px 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
ul.kids_2col li .btn a {
  padding: 10px 20px;
}
ul.kids_2col li table.tbl_gray tr th, ul.un_2col li table.tbl_gray tr td {
  padding: .7em 1em;
}
@media only screen and (max-width: 767px) {
  .un_kids_act {
    padding: 120px 0 60px;
  }
  .un_kids_act h3 {
    font-size: max(1.375rem, 22px);
    margin-bottom: 0;
  }
  .un_kids_act h3 span {
    font-size: 50px;
    margin-right: 30px;
  }
  .kids_1col {
    flex-direction: column;
    overflow: hidden
  }
  .kids_1col .img {
    width: 100%;
  }
  .kids_1col .img img {
    border-radius: 20px 20px 0 0;
  }
  .kids_1col .txt, ul.kids_2col li .txt {
    padding: 30px 25px 40px;
  }
  .kids_1col .txt::after, ul.kids_2col li::after {
    font-size: 80px;
    bottom: -3%
  }
  ul.kids_2col {
    flex-direction: column;
    gap: 60px 2%;
  }
  ul.kids_2col li {
    width: 100%
  }
}
.un_img_1col {
  display: flex;
  align-items: stretch;
  background: #fff;
  gap: 60px;
  margin: 0 30px;
}
.un_img_1col .img {
  width: 35.938vw;
  max-width: 930px;
  flex-shrink: 0
}
.un_img_1col .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: 50% 50%;
}
.un_img_1col .txt {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.un_img_1col .txt::after {
  content: '';
  position: absolute;
  width: 17.708vw;
  height: 14.323vw;
  background: url("../images/kids/img_float.png") no-repeat;
  background-size: contain;
  top: -190px;
  right: -30px;
}
.un_img_1col h2 {
    font-size: clamp(60px, 5.208vw, 70px);
  margin-bottom: 50px;
  line-height: 1;
  color: #407292
}
.un_img_1col h2 span {
  font-size: 20px;
  margin-top: 10px;
  display: block;
  letter-spacing: .1em;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .un_img_1col {
    flex-direction: column;
    gap: 20px;
  }
  .un_img_1col .img {
    width: 100%
  }
  .un_img_1col h2 {
    font-size: 50px;
    text-align: center;
    margin-bottom: 10px;
  }
  .un_img_1col h2 span {
    font-size: clamp(16px, 1vw, 18px);
    margin-top: 20px;
  }
}
.un_yellow {
  background: #FFFBE2;
  padding: 80px 60px;
  margin-bottom: 120px
}
.un_yellow h2 {
  color: #856B55
}
.un_yellow .un_cont_in {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .un_yellow {
    padding: 80px 30px
  }
}
.box_gray {
  max-width: 1440px;
  margin: 0 auto 60px;
}
.box_gray_in {
  display: flex;
  background: #F2F2F2
}
.box_gray.left .box_gray_in {
  flex-direction: row-reverse;
}
.box_gray .box_gray_txt {
  padding: 60px;
  display: flex;
  flex-direction: column;
  gap: 20px
}
.box_gray .box_gray_txt h3 {
  font-size: min(28px, 2vw);
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.5
}
.box_gray .img {
  width: 40%;
  flex-shrink: 0;
}
.box_gray .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: 50% 50%;
}
@media only screen and (max-width: 767px) {
  .box_gray_in, .box_gray.left .box_gray_in {
    flex-direction: column-reverse;
  }
  .box_gray .box_gray_txt {
    padding: 30px;
    gap: 15px;
  }
  .box_gray .img {
    width: 100%;
    height: 200px;
  }
  .box_gray .box_gray_txt h3 {
    font-size: max(1.375rem, 22px);
  }
}