@charset "utf-8";
* {
  box-sizing: border-box;
  line-height: 150%;
}
html {
  background-color: #fff882;
  display: block;
  color: #116b37;
	font-family: 'Kosugi Maru', sans-serif;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 18px;
  font-weight: bold;
}
p {
  font-size: 16px;
}
a {
  display: block;
}
.frame-deco {
  border-radius: 30px;
  -webkit-box-shadow: 9px 9px 8px 0 rgba(0, 0, 0, 0.55);
  box-shadow: 9px 9px 8px 0 rgba(0, 0, 0, 0.55);
  border: 10px solid #116b37;
  background-color: #FFFFFF;
}
#wrapper {
  width: 100%;
  margin: 0 auto;
  /*background-color: #ECECEC;*/
}
header {
  width: 100%;
  position: fixed;
  z-index: 99;
}
.header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap-reverse;
  align-items: center;
  position: relative;
}
header .header a {
  width: 40%;
  height: auto;
  max-width: 130px;
  position: relative;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 99;
}
header .header a {
  width: 100%;
}
header .header h1 img {
  width: 100%;
  height: auto;
}
#nav1 ul {
  display: flex;
}
.nav1 {
  display: none;
}
.nav2 {
  position: relative;
  top: 0;
  z-index: 99;
}
#hbc {
  display: none;
}
#b-01 {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background-color: #f3c759;
  padding: 5px;
}
#b-01 span, #b-01 span:before, #b-01 span:after {
  position: absolute;
  background-color: #456256;
  border-radius: 3px;
  content: "";
  width: 20px;
  height: 5px;
  transition: all 0.3s;
}
#b-01 span:before {
  bottom: -7px;
}
#b-01 span:after {
  bottom: -14px;
}
#hbc:checked ~ #b-01 span {
  transform: rotate(45deg);
  transform-origin: top left;
  width: 28.2px;
  top: 3px;
  left: 7px;
}
#hbc:checked ~ #b-01 span:before {
  opacity: 0;
}
#hbc:checked ~ #b-01 span:after {
  transform: rotate(-90deg);
  transform-origin: center;
  width: 28.2px;
  top: 0;
}
#hb-contents {
  position: absolute;
  width: 90vw;
  visibility: collapse;
  opacity: 0;
  transform: translatex(0);
  transition: all 0.3s;
  background-color: #116b37;
  color: #ffffff;
}
#hb-contents a{
	padding: 20px 0;
	text-decoration: none;
	color: #FFFFFF;
}
#hbc:checked ~ #hb-contents {
  visibility: visible;
  opacity: 1;
  transform: translatex(calc(-90vw + 40px));
}
#hb-contents li {
  position: relative;
  padding: 10px 0;
}
#hb-contents li:not(:last-child) {
  border-bottom: 1px solid #ffffff;
}

#link-ico{
	display: flex;
	justify-content: center;
	background-color: #FFFFFF;
}

#link-ico a{
	width: 90px;
	padding: 5px;
	text-align: center;
	left: 30px;
}
#link-ico a img{
	width: 100%;
}
#pull-on {
  display: none;
}
#pull-p {
  padding-right: 100%;
}
#pull-p:after {
  position: absolute;
  width: 20px;
  height: 20px;
  border-top: 10px solid rgba(0, 0, 0, 1.00);
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid transparent;
  top: 0;
  right: 0;
}
#pull-c {
  display: none;
  background-color: #E4999A;
  padding: 5px;
}
#pull-on:checked ~ #pull-c {
  display: block;
}
main {
  width: 100%;
}
#frame-area {
  width: 100%;
  padding-top: 40px;
  overflow: hidden;
  background-color: #EBE295;
}
#frame {
  width: inherit;
}
#frame img {
  position: fixed;
  width: inherit;
  height: 500px;
}
#f-top {
  bottom: 40%;
  /*transform: translateY(0%);*/
  animation-name: frame-top;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-delay: 1s;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  z-index: 1;
}
@keyframes frame-top {
  0% {
    /*transform: translateY(0);*/
  }
  to {
    bottom: 88%;
    /*transform: translateY(0%);*/
  }
}
#f-bottom {
  bottom: 0;
}
#f-bottom {
  top: 40%;
  animation-name: frame-bottom;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-delay: 1s;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  transform-origin: top;
  z-index: 5;
}
@keyframes frame-bottom {
  0% {
    transform: translateY(0);
  }
  to {
    top: 88%;
    transform: translateY(0%);
  }
}
.contents {
  position: relative;
  width: 100%;
}
#black-board-area {
  width: 100%;
  position: relative;
  top: 0px;
  z-index: -1;
  overflow: hidden;
  background-color: #EBE295;
  margin-bottom: 40px;
}
/*#trapezoid{
	position: absolute;
	bottom: 40%;
	width: 100%;
	height: 50%;
	background-color: #CB8F38;
	height: 60vh;
	padding-bottom: calc(100% * 9 / 16);
	background-color: #EBE295;
	border-bottom: 10vh #CB8F38 solid;
	border-left: 5vh solid transparent;
	border-right: 5vh solid transparent;
}*/
/*#triangle1{
	position: absolute;
	width: 0;
	height: 0;
	border-top: calc(62vh + 0px) solid #EBE295;
	border-right: 60vh solid transparent;
}*/
#square3 {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  padding-bottom: calc(90% * 9 / 16);
  background-color: #CB8F38;
}
#square2 {
  position: relative;
  width: 100%;
  padding-bottom: 10%;
  background-color: #9F9F5E;
}
#square3 #main-title {
  width: 70%;
height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	border-radius: 30px;
  -webkit-box-shadow: 9px 9px 8px 0 rgba(0, 0, 0, 0.55);
  box-shadow: 9px 9px 8px 0 rgba(0, 0, 0, 0.55);
  border: 10px solid #116b37;
  background-color: rgba(255,255,255,0.80);
}
#square3 h2 {
  font-size: 8vw;
  text-align: center;
	line-height: 120%;
	
}
#square {
  position: relative;
  top: 0px;
  width: 100%;
  padding-bottom: 20%;
  background-color: #9F9F5E;
}
#black-board {
  width: 80%;
  height: 20vh;
  margin: 0 auto 0;
  background-color: #03160b;
  border: 10px solid #3a1905;
  position: absolute;
  top: calc(10% + 40px);
  left: 50%;
  transform: translate(-50%, 0);
}
#black-board-area .children {
  width: auto;
  position: absolute;
}
#black-board-area .children:nth-child(2n-1) {
  animation: hop-r 5s linear 10s 1 forwards, Shaking 5s linear 15s infinite;
  /*animation-duration: 5s;
	animation-timing-function: linear;
	animation-delay: 10s;
	animation-iteration-count: 1, infinite;
	animation-fill-mode: forwards;*/
  transform-style: preserve-3d;
}
#black-board-area .children:nth-child(2n) {
  animation-name: hop-l;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-delay: 10s;
  animation-duration: 5s;
  transform-style: preserve-3d;
  animation-fill-mode: forwards;
}
#black-board-area .children:last-child {
  animation-name: hop5;
  animation-timing-function: ease-in;
  animation-delay: 2s;
  animation-duration: 10s;
  transform: scale(0.6) translate(-80%, 60%);
}
@keyframes hop-r {
  0% {
    opacity: 0;
  }
  5% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  10% {
    transform: translate3d(0, 0, 0) rotatez(-5deg);
  }
  13% {
    transform: translate3d(-15px, -15px, 100px) rotatez(-5deg);
  }
  15% {
    transform: translate3d(0, -0, 0) rotatez(-5deg);
  }
  18% {
    transform: translate3d(-15px, -15px, 100px) rotatez(-5deg);
  }
  20% {
    transform: translate3d(0, 0, 0) rotatez(-5deg);
  }
  25% {
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, 0, 0) rotateY(180deg);
  }
  60% {
    transform: translate3d(0, 0, 0);
  }
  65% {
    transform: translate3d(0, 0, 0) rotatez(5deg);
  }
  68% {
    transform: translate3d(15px, -15px, 100px) rotatez(5deg);
  }
  70% {
    transform: translate3d(0, 0, 0) rotatez(5deg);
  }
  73% {
    transform: translate3d(15px, -15px, 100px) rotatez(5deg);
  }
  75% {
    transform: translate3d(0, 0, 0) rotatez(5deg);
  }
  80% {
    transform: translate3d(0, 0, 0);
  }
  85% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0) /*rotateZ(45deg)*/;
  }
}
@keyframes hop-l {
  0% {
    opacity: 0;
  }
  5% {
    transform: translate3d(20%, 0, 0);
    opacity: 1;
  }
  10% {
    transform: translate3d(0, 0, 0) rotatez(-5deg);
  }
  13% {
    transform: translate3d(-15px, -15px, 100px) rotatez(-5deg);
  }
  15% {
    transform: translate3d(0, -0, 0) rotatez(-5deg);
  }
  18% {
    transform: translate3d(-15px, -15px, 100px) rotatez(-5deg);
  }
  20% {
    transform: translate3d(0, 0, 0) rotatez(-5deg);
  }
  25% {
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, 0, 0) rotateY(180deg);
  }
  60% {
    transform: translate3d(0, 0, 0);
  }
  65% {
    transform: translate3d(0, 0, 0) rotatez(5deg);
  }
  68% {
    transform: translate3d(15px, -15px, 100px) rotatez(5deg);
  }
  70% {
    transform: translate3d(0, 0, 0) rotatez(5deg);
  }
  73% {
    transform: translate3d(15px, -15px, 100px) rotatez(5deg);
  }
  75% {
    transform: translate3d(0, 0, 0) rotatez(5deg);
  }
  80% {
    transform: translate3d(0, 0, 0);
  }
  85% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0) /*rotateZ(-45deg)*/;
  }
}
@keyframes hop5 {
  0% {
    transform: scale(0.6) translate(-80%, 60%);
  }
  5% {
    transform: scale(0.6) translate(-80%, 60%);
  }
  10% {
    transform: scale(0.6) translate(-80%, 60%);
  }
  40% {
    transform: translate(-50%, 0);
  }
  90% {
    transform: translate(-50%, 0);
  }
  100% {
    transform: translate(-50%, 10%) scale(0.7) /* rotate(1200deg)*/ ;
  }
}
@keyframes shaking {
  0% {
    transform: translate3d(0, 0, 0) rotateZ(-5deg);
  }
  40% {
    transform: translate3d(0, 0, 0) rotateZ(5deg);
  }
  80% {
    transform: rotateZ(-5deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}
.child-01 {
  top: 20%;
  right: 0%;
  transform: translateX(100%);
}

#black-board-area .child-01{
		top:30%;
}
.child-01 img {
  width: 30vw;
}
.child-02 {
  top: 20%;
  left: -5%;
  transform: translateX(-100%) rotateX(45deg);
}
#black-board-area .child-02{
	top:40%;
	left: 0;
}
.child-02 img {
  width: 30vw;
}
.child-03 {
  width: 100%;
  bottom: -10%;
  right: -10%;
  transform: translateX(100%);
	animation-delay: 9s;
}
#black-board-area .child-04{
	animation-delay: 9s;
	
}
.child-03 img {
  width: 30vw;
}
.child-04 {
  width: 100%;
  bottom: -10%;
  left: -10%;
  transform: translateX(-100%);
}
#black-board-area .child-04{
  left: -5%;
	animation-delay: 9s;

}
.child-04 img {
  width: 30vw;
}
.child-05 {
  bottom: -10%;
  left: 50%;
  transform: translate(-50%, 0);
  transform-origin: center center;
}
#child-05-area {
  width: 100%;
  position: relative;
}
#child-05-area img {
  width: 100%;
}
#fukidashi {
  position: absolute;
  width: 100%;
  padding: 20% 15%;
  background-color: #ffffff;
  border-radius: 100px;
  top: -30%;
  overflow: hidden;
  border: calc(0.625rem + ((1vw - 3px) * 1.5625)) solid #116b37;
}
#fukidashi p {
  position: inherit;
  padding: 0 calc(15% - 60px);
  text-align: center;
  font-size: 0px;
  font-weight: bold;
  color: rgba(212, 217, 0, 1.00);
  text-shadow: calc(0.0625rem + ((1vw - 3px) * 0.3125)) calc(0.0625rem + ((1vw - 3px) * 0.3125)) #116b37, calc(-0.0625rem + ((1vw - 3px) * -0.3125)) calc(-0.0625rem + ((1vw - 3px) * -0.3125)) #116b37, calc(-0.0625rem + ((1vw - 3px) * -0.3125)) calc(0.0625rem + ((1vw - 3px) * 0.3125)) #116b37, calc(0.0625rem + ((1vw - 3px) * 0.3125)) calc(-0.0625rem + ((1vw - 3px) * -0.3125)) #116b37;
  left: 50%;
  top: 0;
  transform: translate(-50%, 200%);
  animation-name: fukidashi-text;
  animation-duration: 5s;
  animation-delay: 4s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
#fukidashi p:nth-child(2n) {
  animation-delay: 6s;
}
@keyframes fukidashi-text {
  0% {
    transform: translate(-50%, 200%);
  }
  15% {
    transform: translate(-50%, -20%);
    font-size: calc(1.875rem + ((1vw - 3.7px) * 8.7719));
    line-height: 400%;
  }
  20% {
    transform: translate(-50%, -10%);
    font-size: calc(1.875rem + ((1vw - 3.7px) * 8.7719));
    line-height: 400%;
  }
  40% {
    transform: translate(-50%, -10%);
    font-size: calc(1.875rem + ((1vw - 3.7px) * 8.7719));
    line-height: 400%;
  }
  55% {
    transform: translate(-50%, -70%);
    font-size: calc(1.875rem + ((1vw - 3.7px) * 8.7719));
    line-height: 400%;
  }
  60% {
    transform: translate(-50%, -60%);
    font-size: calc(1.875rem + ((1vw - 3.7px) * 8.7719));
    line-height: 400%;
  }
  80% {
    transform: translate(-50%, -60%);
    font-size: calc(1.875rem + ((1vw - 3.7px) * 8.7719));
    line-height: 400%;
  }
  100% {
    transform: translate(-50%, 10%);
    font-size: calc(1.875rem + ((1vw - 3.7px) * 8.7719));
    line-height: 100%;
  }
}
@keyframes fukidashi-text-pc {
    0% {
      transform: translate(-50%, 200%);
    }
    15% {
      transform: translate(-50%, -20%);
      font-size: 80px;
      line-height: 400%;
    }
    20% {
      transform: translate(-50%, -10%);
      font-size: 80px;
      line-height: 400%;
    }
    40% {
      transform: translate(-50%, -10%);
      font-size: 80px;
      line-height: 400%;
    }
    55% {
      transform: translate(-50%, -70%);
      font-size: 80px;
      line-height: 400%;
    }
    60% {
      transform: translate(-50%, -60%);
      font-size: 80px;
      line-height: 400%;
    }
    80% {
      transform: translate(-50%, -60%);
      font-size: 80px;
      line-height: 400%;
    }
    100% {
      transform: translate(-50%, 10%);
      font-size: 80px;
      line-height: 100%;
    }
  }
.link {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.link p {
  padding: 10px;
}
.link .contents-img {
  z-index: -1;
}
.link img {
  width: 100%;
  border-radius: 30px;
}
.link-text {
  position: relative;
  top: -40px;
  width: 80%;
  background-color: #ffffff;
  border: 10px solid #116b37;
  z-index: -1;
}
/*.link-text::before{
	content: "";
	position: absolute;
	top:-15px;
	left: -15px;
	border-radius: 30px;
	width:  calc(100% + 30px);
	height:  calc(100% + 30px);
	/*border: 10px solid #116b37;*/
/*background-color: #116b37;
	z-index: -1;
}*/
.link-text h2 {
  font-size: 20px;
  padding: 10px;
}
/*.link-text p{
	text-align: center;
	background-color: #C53133;
}*/
.link-icon {
  width: 20%;
  min-width: 90px;
}
.link .link-icon a {
  position: relative;
  top: -40px;
  margin: 0 auto;
  display: block;
  text-align: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #f3c759;
  line-height: 50px;
  text-decoration: none;
}

.link .link-icon a img{
	width: 100%;
}
footer {
  position: relative;
  margin-bottom: 20px;
  z-index: 99;
}
footer p {
  width: 100%;
  text-align: center;
  margin: 50px auto 10px;
  color: #ffffff;
  text-shadow: 1px 1px #116b37, -1px -1px #116b37, -1px 1px #116b37, 1px -1px #116b37;
}
/*about*/
#about-contents{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: center;
	
}
#about-contents .about-img{
	width: 40%;
	min-width: 300px;
}
#about-contents .about-img img{
	width: 100%;
		border-radius: 30px;

}
#about-contents p{
	padding: 10px;
	margin: 10px;
}
#about-contents .about-text{
	width: 40%;
	min-width: 300px;
}
/*plan*/
.link h3 {
  padding: 10px 20px;
  text-align: center;
}
/*contact*/
.hero-img {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-img img {
  width: 100%;
  height: auto;
}
.contents-img {
  width: 100%;
}
.contents-img img {
  width: 100%;
}
#form {
  width: 100%;
  /*background-color: #116b37;*/
}
.form-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.form-list h4 {
  width: 100%;
  padding: 5px;
  line-height: 40px;
  font-weight: bold;
}
.form-list label {
  width: 100%;
  padding: 5px;
}
.form-list input {
  width: 100%;
  max-width: 330px;
  padding: 5px;
}
.dc {
  display: none;
}
#checkbox {
  width: 70%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#checkbox label {
  width: 50%;
  min-width: 120px;
  padding: 5px;
  margin: 0 auto;
}
#checkbox input {
  display: none;
}
.checkbox-before {
  padding: 5px 5px 5px 20px;
  position: relative;
  cursor: pointer;
}
.checkbox-before::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  margin: 5px auto;
}
.checkbox-input:checked + .checkbox-before::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #116b37;
  border-right: 3px solid #116b37;
}
.name {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.name-title h4 {
  width: 100%;
}
.name label {
  width: 100%;
  padding: 5px;
}
.name label input {
  width: calc(100% - 50px);
  max-width: 270px;
}
.name-sub-title {
  position: relative;
  width: 100%;
  padding-left: 40px;
}
.name-sub-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
}
.name-title1::before {
  content: "姓";
}
.name-title2::before {
  content: "名";
}
.name-title3::before {
  content: "セイ";
}
.name-title4::before {
  content: "メイ";
}
.form-list label .pref {
  width: 70%;
  max-width: 150px;
  padding: 5px;
  cursor: pointer;
}
.tel {
  width: 100%;
}
.tel-list {
  width: 100%;
  max-width: 330px;
  display: flex;
  justify-content: center;
}
.tel-type {
  width: 35%;
  padding: 5px;
}
.tel-type select {
  width: 100%;
  max-width: 100px;
  height: 100%;
  cursor: pointer;
}
.tel-number {
  width: 65%;
  display: flex;
  justify-content: flex-start;
}
.form-list .tel-number label {
  width: 33%;
}
.form-list .tel-number label input {
  width: 100%;
  max-width: 100px;
  text-align: center;
}
.form-list input, .form-list select, .form-list textarea, #checkbox .checkbox-before::before, #btn {
  border: solid 2px #116b37;
  border-radius: 15px;
}
#age {
  width: 70%;
  max-width: 210px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 5px;
}
.age-sai {
  width: 100%;
  padding-right: 30px;
  padding-left: 74px;
  position: relative;
}
.age-sai::before {
  content: "お1人目";
  position: absolute;
  top: 7.5px;
  left: 10px;
}
.age-sai2::before {
  content: "お2人目";
}
.age-sai::after {
  content: "歳";
  position: absolute;
  top: 7.5px;
  right: 7.5px;
}
#age select {
  width: 100%;
  max-width: 85px;
  padding: 5px;
  cursor: pointer;
}
.form-list textarea {
  width: 100%;
  padding: 5px;
  margin: 5px;
}
#btn {
  font-size: 20px;
  font-weight: bold;
  width: 50%;
  max-width: 300px;
  padding: 10px;
  margin: 10px 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFFFFF;
  cursor: pointer;
}
/*access*/
#access-contents {
  width: 100%;
}
.form-list h3 {
  padding: 10px 5px 5px 5px;
  line-height: 40px;
}
.map {
  display: none;
}
.map-s {
  width: calc(100% - 10px);
  margin: 5px auto;
}
.map-s iframe {
  width: 100%;
}
.contact-link {
  width: 90%;
  max-width: 640px;
  margin: 5px auto;
  border: 5px solid #FFFFFF;
  border-radius: 30px;
	background-color: #e6533f;
}
.contact-link a {
  display: block;
  width: 100%;
  height: auto;
  padding: 20px 10px;
  text-decoration: none;
  color: #FFFFFF;
}
.contact-link p {
  font-size: calc(0.9375rem + ((1vw - 3px) * 2.3438));
  line-height: 100%;
  text-align: center;
}
@media screen and (min-width: 640px) {
  #plan-contents .contents-img {
    max-width: 640px;
  }
  #plan-contents .link-text {
    max-width: 640px;
  }
  .name {
    width: 60%;
    display: flex;
    justify-content: center;
  }
  .form-list .name label {
    width: 50%;
  }
  .form-list .name label input {
    width: calc(100% - 50px);
  }
  .tel h4 {
    width: 100%;
  }
  #age {
    max-width: 350px;
  }
  .age-sai {
    width: 50%;
  }
}
@media screen and (min-width: 940px) {
  body {
    width: 920px;
    margin: 0 auto;
  }
  header {
    width: 920px;
  }
  header .header a {
    left: 10%;
  }
  .nav1 {
    display: block;
  }
  .nav1 ul {
    display: flex;
    position: relative;
  }
  .nav1 li a {
    width: 120px;
    padding: 5px;
    background-color: #116b37;
    border: 3px solid #FFFFFF;
    color: #FFFFFF;
    border-radius: 30px;
    text-align: center;
    text-decoration: none;
  }
  .nav2 {
    display: none;
  }
#fukidashi p {
  animation-name: fukidashi-text-pc;
}
	#square2{
		padding-bottom: calc(10% - 30px);
	}
	#square{
		padding-bottom: calc(20% - 60px);
	}
  #plan-contents .contents-img {
    position: relative;
    width: 70%;
    left: 5%;
  }
  #plan-contents .link-text {
    width: 30%;
    bottom: 0;
    right: 5%;
    align-self: flex-end;
  }
  #frame-area {
    width: 920px;
  }
  #form {
    padding: 20px;
    border-radius: 30px;
  }
  .form-list {
    justify-content: center;
    text-align: left;
  }
  .form-list h4 {
    width: 20%;
    text-align: right;
  }
  .form-list label {
    width: 80%;
  }
  .form-list input {
    margin: 0 auto 0 0;
    width: 80%;
    padding: 5px;
  }
  .dc {
    display: inline;
  }
  #checkbox {
    width: 80%;
  }
  #checkbox p {
    width: 50%;
    margin: 0 auto;
  }
  #checkbox input {
    width: auto;
  }
  .name-title h4 {
    width: 20%;
  }
  .name {
    width: 80%;
  }
  .form-list label .pref {
    width: 80%;
    padding: 5px;
  }
  .tel {
    width: 100%;
  }
  .tel-list {
    width: 80%;
    max-width: none;
    display: flex;
    justify-content: flex-start;
  }
  .tel-type {
    width: 40%;
    max-width: 100px;
    padding: 5px;
  }
  .tel-type select {
    width: 100%;
    height: 100%;
  }
  .tel-number {
    width: 60%;
    display: flex;
    justify-content: flex-start;
  }
  .form-list .tel-number label {
    width: 33%;
  }
  .form-list .tel-number label input {
    width: 100%;
  }
  .form-list input, .form-list select, .form-list textarea {
    border: solid 2px #116b37;
    border-radius: 15px;
  }
  #age {
    width: 80%;
    max-width: none;
    display: flex;
    justify-content: flex-start;
  }
  .age-sai {
    max-width: 170px;
  }
  .form-list textarea {
    width: calc(80% - 10px);
  }
  #access-contents .form-list h4 {
    width: 40%;
    padding: 5px 20px;
    text-align: right;
  }
  .form-list h3 {
    font-size: 22px;
    padding: 25px 20px 20px 20px;
  }
  .form-list p {
    width: 60%;
    padding: 5px 20px;
  }
  .map-s {
    width: calc(100% - 20px);
    margin: 5px auto;
  }
  .contact-link p {
    font-size: 30px;
  }
	.child-01 img{
		width: 100%;
	}
	.child-02 img{
		width: 100%;
	}
	.child-03 img{
		width: 100%;
	}
	.child-04 img{
		width: 100%;
	}
}