/* CSS Document */


body{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

main{
	position: relative;
	z-index: 1;
	overflow: hidden;
}


/* 共通　*/

a{
	color:inherit;
	text-decoration: none;
}

li{
	list-style: none;
}

img{
	width: 100%;
}

p{
  font-size: 1.1rem;
  line-height: 1.7;
  letter-spacing: 0.1rem;
}


@media(max-width: 1560px){
  
  p {
    font-size: 1rem;
    letter-spacing: 0.05rem;
  }
  
  
}

/* 共通　///*/



/* main-area */

.section-area{
  padding:80px 30px;
}

.main-area{
  max-width: 1320px;
  width: 100%;
  margin: auto;
}

/* タイトル */

.main-area-title{
  margin-bottom: 50px;
}

.main-area h2 {
  position: relative;
  z-index: 2;
  color: #001d88;
  font-size: 2.35rem;
  font-weight: 900;
  line-height: 1.3;
  width: fit-content;
  margin:0 auto;
}

.main-area h2::after {
  position: absolute;
  content: '';
  display: block;
  left: -55px;
  top:-20px;
  background: url("../img/icon/paint-small.png") no-repeat center;
  background-size: cover;
  width: 50px;
  aspect-ratio: 1/1;
}

/* 黄色ブラシ */
.h2-underline{
  content: "";
  position: absolute;
  left: -10px;
  bottom: 0;
  width: calc(100% + 20px);
  height: 24px;
  background: #f7c400;
  border-radius: 20px;
  z-index: -1;
}

@media(max-width: 1560px){
  
  .main-area h2 {
    font-size: 2.2rem;
  }
  
}



/* main-area ///*/


/* .button */

.button-box{
  display: block;
  margin: 50px auto 0;
  max-width: 240px;
}

.button {
  border: 3px solid #001d88;
  color: #001d88;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  height: 50px;
  padding: 0 20px;
  border-radius: 100px;
  background: #fff;
  background-size: 400%;
  font-size: 1.5rem;
  gap: 20px;
  font-weight: 700;
}

.button:hover::before {
  transform: scaleX(1);
}

.button:hover {
  opacity: 1!important;
	color: #fff;
}


.button:hover i{
	color: #fff;
  z-index: 2;
}


.button span {
  position: relative;
  z-index: 1;
  line-height: 1.7;
}


.button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  width: 100%;
  height: inherit;
  border-radius: inherit;
  background: #f7c400;
  transition: all 0.475s;
}


@media(max-width: 1560px){
  
  .button-box {
    max-width: 200px;
  }
  
  .button {
    height: 40px;
    gap: 10px;
    padding: 0 20px;
    font-size: 1.1rem;
    border: 2px solid #001d88;
  }
  
  .main-area {
    max-width: 1200px;
  }
  
}



/* btn /// */


/*電話失効設定800px*/
a[href*="tel:"] {
	pointer-events: none;
}
@media only screen and (max-width: 1250px) {
	a[href*="tel:"] {
		pointer-events: initial;
	}
}

/*電話失効設定1050px　///　*/




/* footer */

footer{
	background: url("../img/ft-bk.jpg")	no-repeat center;
	background-size: cover;
}

.footer-bk{
	display: flex;
    width: 100%;
    position: relative;
    padding: 120px 15px 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	z-index: 1;
	overflow: hidden;
}


.footer-bk::before{
	display: block;
	content: '';
	position: absolute;
	background: url("../img/bk-white.png") no-repeat center;
	background-size: 100% 100%;
	top:0;
	left: 0;
	width: 100%;
	height: 50px;
}


.ft-title p{
	color: #2379ae;
	font-size: 4rem;
	letter-spacing: 0.05rem;
	line-height: 1.7;
	font-weight: 500;
	position: relative;
}

.ft-title p::before{
	content: '';
	position: absolute;
	right: -8vw;
	top: -2vw;
	display: block;
    width: 6vw;
    aspect-ratio: 1 / 1;
    background: url(../img/lucky-bird.png) no-repeat center;
    background-size: cover;
    animation: yurayura 5s linear infinite;
    z-index: 3;
	min-width: 50px;
}


.ft-title h2{
	color: #2379ae;
	font-size: 1.75rem;
	letter-spacing: 0.05rem;
	line-height: 1;
	font-weight: 600;
	text-align: center;
	text-indent: -0.75rem;
}


.facility-info{
    background: #fff;
    border-radius: 20px;
    max-width: 1000px;
    width: 100%;
    margin: 50px auto;
	position: relative;
}

.ft-ing::after{
	position: absolute;
    display: block;
    content: '';
    background: url(../img/birds.png) no-repeat center;
    background-size: cover;
    left: -8vw;
    top: 50%;
    width: 80px;
    aspect-ratio: 1 / 1;
	z-index: 2;
	transform: scale(-1,1);
}


.ft-ing::before{
	position: absolute;
    display: block;
    content: '';
    background: url(../img/birds.png) no-repeat center;
    background-size: cover;
    right: -8vw;
    bottom: 100px;
    width: 80px;
    aspect-ratio: 1 / 1;
	z-index: 2;
}

.ft-info{
	width: 100%;
	position: relative;
}


.ft-info::before{
	position: absolute;
    display: block;
    content: '';
    background: url(../img/birds.png) no-repeat center;
    background-size: cover;
    left: 5vw;
    top: 20%;
    width: 70px;
    aspect-ratio: 1 / 1;
	z-index: 2;
	transform: scale(-1,1);
}


.ft-info::after{
	position: absolute;
    display: block;
    content: '';
    background: url(../img/birds.png) no-repeat center;
    background-size: cover;
    right: 5vw;
    top: 50%;
    width: 80px;
    aspect-ratio: 1 / 1;
	z-index: 2;
}

.facility-info h3{
    padding-left: 28px;
    font-size: 1.5rem;
    position: relative;
    background: url("../img/dark-b-blue.jpg") no-repeat center;
	background-size: 100% 100%;
    border-radius: 20px 20px 0 0;
    padding: 20px 50px 20px 80px;
    color: #fff;
}


.facility-info h3::before{
    display: block;
    content: '';
    position: absolute;
    background: url(../img/icon.png) no-repeat center;
    background-size: cover;
    width: 25px;
    aspect-ratio: 1 / 1;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
}


.facility-info table{
	text-align: left;
	margin: 0 7px;
	width: 100%;
	padding: 0 50px;
}

.facility-info table th{
	vertical-align: top;
	padding: 20px ;
	min-width: 200px;
	border-bottom: 1px solid #c5e7fa;
	position: relative;
}

.facility-info table th::before{
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border: 1px solid #2379ae;
    top: 27px;
    left: 0;
    border-radius: 50%;
}

.facility-info table td{
	vertical-align: top;
	padding: 20px 0;
	border-bottom: 1px solid #c5e7fa;
}

.google-map {
	margin: 20px 0 0;
	padding: 0 50px;
}

.google-map iframe{
	width: 100%;
	height: 450px;
}

footer .button{
	padding-right: 50px;
}

/* footer 飾り*/

.ft-kids{
	position: relative;
}

.ft-kids span{
	display: block;
	width: 100%;
	aspect-ratio:1800/350;
	background: url("../img/footer-kids.png") no-repeat center;
	background-size: cover;
	z-index: 1;
    position: relative;
	bottom: -1px;
}

.ft-kids::before{
	position: absolute;
    display: block;
    content: '';
    background: url(../img/clowd-bk.png) no-repeat center;
    background-size: cover;
    left: 0;
    bottom: 0;
    z-index: 0;
    width: 35vw;
    aspect-ratio: 1 / 1;
}


.ft-kids::after{
	position: absolute;
    display: block;
    content: '';
    background: url(../img/clowd-bk.png) no-repeat center;
    background-size: cover;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 35vw;
    aspect-ratio: 1 / 1;
	transform: scale(-1,1);
}


/* footer 飾り　///*/


/* cp-right */
.cp_right{
	background: #b49770;
	text-align: center;
	color:#fff;
}

.cp_right p{
    font-size: 0.7rem;
    padding-bottom: 5px;
    letter-spacing: 0.04rem;
	font-weight: 600;
	font-style: normal;
}

/* cp-right // */



/* animation */
@keyframes yurayura {
	0% , 100%{
      transform: rotate(10deg);
  }
	50%{
      transform: rotate(-10deg);
  }
}

@keyframes yurayura02 {
	0% , 100%{
      transform: rotate(10deg) scale(-1,1);
  }
	50%{
      transform: rotate(-10deg) scale(-1,1);
  }
}

/* animation ///*/




@media(min-width:1251px){
  .sp-title{
    display: none;
  }   
}

@media(max-width:1250px){
  
  .section-area {
    padding: 60px 20px;
  }
  
  .button {
    height: 35px;
    font-size: 1rem;
  }
  
  .main-area h2::after {
    left: -35px;
    top: -10px;
    width: 30px;
  }
  
  p {
    font-size: 0.9rem;
  }

  .h2-underline {
    height: 16px;
  }
  
  .sp-title{
    display: flex;
    flex-wrap: wrap;
    gap:10px;
  } 
  
  .sp-title h2{
    margin: 0;
    display: inline-block;
    left: 10px;
  }
  
  .sp-hr-second::after{
    display: none!important;
  }
  
  .pc-hr{
    display: none;
  }
  
  .line-break{
    display: block;
  }
  

  .main-area-title {
    margin-bottom: 30px;
  }

  .main-area h2 {
    font-size: 2rem;  
  }
  
  .button-box {
    margin: 30px auto 0;
  }
    
  
}


@media(max-width:1024px){
  
  .main-area h2::after {
    left: -25px;
    top: -25px;
  }

  .h2-underline {
    height: 10px;
    left: -6px;
    width: calc(100% + 12px);
  }


  .main-area h2 {
    font-size: 1.8rem;
  }

  p {
    letter-spacing: 0.01rem;
  }
}

@media(max-width:600px){
  
  p {
    font-size: 0.85rem;
  }
  
  .main-area h2 {
    font-size: 1.5rem;
  }


}