
/*　home PC
------------------------------------------------------------------------------------------------*/

#home .home-concept{
  padding: 8rem 0 6rem;
  position: relative;
}
#home .home-concept .content{
  position: relative;
  z-index: 1;
}
#home .home-concept::after{
  content: "";
  display: block;
  width: 100%;
  height: 35rem;
  background: #C1E1F0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
#home .home-concept h2.h2-1{
  font-size: 4.8rem;
  padding: 0.9em 0 0.7em;
}
#home .home-concept h2.h2-1 span.s-1{
  letter-spacing: 0.2em;
}
#home .home-concept img.concept-img{
  margin-top: 12rem;
}


#home .home-about{
  padding: 8rem 0 6rem;
}
#home .home-about ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#home .home-about ul li{
  display: block;
  width: 48%;
  margin-bottom: 6rem;
}
#home .home-about ul li a{
  display: block;
}
#home .home-about ul li .image{
  display: block;
  height: 30.5rem;
  font-size: 4.1rem;
  font-weight: 700;
  color: #fff;
  padding: 0 2rem;
}
#home .home-about ul li.li-1 .image{
  background: url(../images/home/about-img1.jpg) center center no-repeat;
  background-size: cover;
}
#home .home-about ul li.li-2 .image{
  background: url(../images/home/about-img2.jpg) center center no-repeat;
  background-size: cover;
}
#home .home-about ul li.li-3 .image{
  background: url(../images/home/about-img3.jpg) center center no-repeat;
  background-size: cover;
}
#home .home-about ul li.li-4 .image{
  background: url(../images/home/about-img4.jpg) center center no-repeat;
  background-size: cover;
}
#home .home-about ul li h3{
  display: block;
  margin-top: 0.9em;
  font-size: 2rem;
  position: relative;
}
#home .home-about ul li h3::before{
  content: "";
  display: block;
  width: 1.2rem;
  height: 1em;
  background: url(../images/home/about-arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0.25em;
}


#home .home-oem{
  display: flex;
  flex-wrap: wrap;
}
#home .home-oem .image{
  width: 50%;
  background: url(../images/home/oem-img.jpg) center center no-repeat;
  background-size: cover;
}
#home .home-oem .box-1{
  width: 50%;
  background: #08171F;
  color: #fff;
  padding: 6rem 8rem 8rem;
  padding-right: calc( 50% - 54rem);
}
#home .home-oem h2.h2-1 b{
  color: #0F232E;
}
#home .home-oem a.btn-1{
  margin-top: 4.5rem;
}


#home .home-kidsland{
  padding: 8rem 0 12rem;
  overflow: hidden;
}
#home .home-kidsland a.btn-1{
  margin: 5.5rem 0 7.5rem;
}
#home .home-kidsland .image-wrap{
  width: 129rem;
  height: 43rem;
  display: flex;
  justify-content: space-between;
}
#home .home-kidsland .image-wrap .kidsland-img1{
  margin-right: 3.6rem;
}


#home .home-webcatalog{
  background: url(../images/home/webcatalog-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 8rem 0 6rem;
  color: #fff;
  text-align: center;
}
#home .home-webcatalog h2{
  line-height: 1.3;
  font-size: 2rem;
  margin-bottom: 2.5rem;
}
#home .home-webcatalog h2 b{
  font-size: 6.9rem;
  display: block;
}
#home .home-webcatalog a.btn-1{
  margin: 3rem auto 0;
}




/*　products PC
------------------------------------------------------------------------------------------------*/

#products .sec-1{
  background: url(../images/products/sec-1-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 9rem 0;
}
#products .sec-1 h3{
  font-size: 4.8rem;
  margin-bottom: 5rem;
  letter-spacing: 0.2em;
}
#products .sec-1 ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 9rem;
}
#products .sec-1 ul li{
  display: block;
  width: 25rem;
  padding: 3rem 0 4rem;
  background: #fff;
  text-align: center;
}
#products .sec-1 ul li img{
  width: 14rem;
  margin: 0 auto 1.5rem;
}
#products .sec-1 ul li h4{
  color: #045C97;
}


#products .sec-2{
  padding: 7rem 0 6rem;
  position: relative;
}
#products .sec-2 .content{
  position: relative;
  z-index: 1;
}
#products .sec-2::after{
  content: "";
  display: block;
  width: 100%;
  height: 15.4rem;
  background: #C1E1F0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
#products .sec-2 h2.h2-1{
  margin-bottom: 8rem;
}
#products .sec-2 .swiper-flow{
  margin-top: 9rem;
  overflow: unset;
}
#products .sec-2 .swiper-flow .swiper-slide{
  width: 34rem;
  margin-right: 3rem;
  line-height: 1.5;
}
#products .sec-2 .swiper-flow .num{
  font-size: 2.4rem;
  font-weight: 700;
  color: #19A1E9;
}
#products .sec-2 .swiper-flow h3{
  margin-bottom: 2.5rem;
}
#products .sec-2 .swiper-flow .swiper-button-next,
#products .sec-2 .swiper-flow .swiper-button-prev{
  width: 4rem;
  height: 4rem;
  top: 67.5%;
}
#products .sec-2 .swiper-flow .swiper-button-next{
  background: url(../images/products/slide-right.svg) center center no-repeat;
  background-size: contain;
  right: -2rem;
}
#products .sec-2 .swiper-flow .swiper-button-prev{
  background: url(../images/products/slide-left.svg) center center no-repeat;
  background-size: contain;
  left: -2rem;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled{
  opacity: 0;
}


#products .sec-3{
  padding: 7rem 0 0;
  position: relative;
}
#products .sec-3 .content{
  position: relative;
  z-index: 1;
}
#products .sec-3::after{
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 6rem);
  background: #F2F7FA;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
#products .sec-3 h3{
  font-size: 3rem;
  margin-bottom: 3rem;
}
#products .sec-3 img.sec-3-img{
  width: 48rem;
  float: right;
  margin-left: 10rem;
}
#products .sec-3 a.btn-1{
  margin-top: 4rem;
}


#products .sec-4{
  padding: 9rem 0;
  position: relative;
}
#products .sec-4 h2.h2-1{
  margin-bottom: 8rem;
}
#products .sec-4 ul{
  margin-top: 6rem;
}
#products .sec-4 ul li{
  display: block;
  height: 56.5rem;
  margin-bottom: 6rem;
  position: relative;
}
#products .sec-4 ul li.li-1{
  background: url(../images/products/sec-4-1.jpg) center center no-repeat;
  background-size: cover;
}
#products .sec-4 ul li.li-2{
  background: url(../images/products/sec-4-2.jpg) center center no-repeat;
  background-size: cover;
}
#products .sec-4 ul li.li-3{
  background: url(../images/products/sec-4-3.jpg) center center no-repeat;
  background-size: cover;
}
#products .sec-4 ul li .box-1{
  width: 58rem;
  padding: 3rem;
  background: rgba(255,255,255,0.9);
  position: absolute;
  left: 0;
  bottom: 0;
}
#products .sec-4 ul li .box-1 h3{
  font-size: 2.4rem;
  margin-bottom: 0.3em;
}


#products .sec-5{
  padding: 0 0 9rem;
  position: relative;
}
#products .sec-5 .content{
  position: relative;
  z-index: 1;
}
#products .sec-5::after{
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 20rem);
  background: #F2F7FA;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
#products .sec-5 h3{
  font-size: 3rem;
  margin: 5rem 0 3rem;
}



/*　greeting PC
------------------------------------------------------------------------------------------------*/

#greeting .ceo{
  margin-bottom: 8rem;
}
#greeting .name{
  text-align: right;
  font-weight: 700;
  margin-top: 6rem;
}




/*　company PC
------------------------------------------------------------------------------------------------*/

#company .sec-1{
  padding-bottom: 9rem;
}
#company .sec-1 .sec-1-img{
  width: calc(50% + 54rem);
  height: 50rem;
  float: right;
  background: url(../images/company/sec-1-img.jpg) center center no-repeat;
  background-size: cover;
  margin-bottom: 9rem;
}


#company .sec-2{
  padding: 12rem 0;
}
#company .sec-2 .sec-2-img{
  width: 100%;
}
#company .sec-2 h2.h2-1{
  margin-bottom: 8rem;
}
#company .sec-2 ul.history-li{
  margin-top: 8rem;
  border-top: 1px solid #CECECE;
}
#company .sec-2 ul.history-li li{
  display: block;
  padding: 2.5rem 0;
  border-bottom: 1px solid #CECECE;
}
#company .sec-2 ul.history-li .year{
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.05em;
}
#company .sec-2 ul.history-li p{
  font-size: 1.5rem;
}


#company .sec-3{
  background: #08171F;
  color: #fff;
  padding: 7rem 0 9rem;
  border-bottom: 1px solid #555;
}
#company .sec-3 h2.h2-1{
  margin-bottom: 8rem;
}
#company .sec-3 h2.h2-1 b{
  color: #0F232E;
}
#company .sec-3 iframe{
  width: 100%;
  height: 47rem;
  margin-top: 9rem;
}




/*　recruit PC
------------------------------------------------------------------------------------------------*/

#recruit .mb-9-6{
  margin-bottom: 9rem;
}




/*　kids PC
------------------------------------------------------------------------------------------------*/

#kids img.kids_1,
#kids img.kids_2{
  margin: 6rem 0 9rem;
}
#kids .common-sec .txt-1{
  width: 40rem;
  float: left;
}
#kids .common-sec a{ color: #1486D3; }
#kids .common-sec iframe{
  display: block;
  width: 60rem;
  height: 30rem;
  float: right;
}
#kids .common-sec h4{
  font-size: 2.4rem;
  margin-bottom: 0.3em;
}
#kids .common-sec h5{
  font-size: 1.5rem;
  margin-top: 1.5em;
}
#kids .common-sec p.p-access{
  font-size: 1.5rem;
}




/*　gallery PC
------------------------------------------------------------------------------------------------*/

.pic-wrap{
  -webkit-column-count: 4;
  -webkit-column-gap: 1rem;
  -moz-column-count: 4;
  -moz-column-gap: 1rem;
  column-count: 4;
  column-gap: 1rem;
}
.pic-wrap a{
  display: block;
  margin-bottom: 1rem;
}




/*　oem PC
------------------------------------------------------------------------------------------------*/

#oem .sec-1 p.p-1{
  margin-bottom: 8rem;
}
#oem .sec-1 ul li{
  display: block;
  margin-bottom: 3rem;
}
#oem .sec-1 ul li h4{
  font-size: 2.1rem;
  margin-bottom: 0.2em;
}


#oem .sec-2{
  padding: 7rem 0 0;
}
#oem .sec-2 .box-1{
  width: 50%;
  float: left;
  margin-bottom: 8rem;
}
#oem .sec-2 img.image{
  width: 45rem;
  float: right;
}
#oem .sec-2 .box-1 p.p-1{
  margin-bottom: 8rem;
}


#oem .sec-3{
  background: #F2F7FA;
  padding: 9rem 0;
}
#oem .sec-3 h3{
  font-size: 3rem;
  margin-bottom: 3rem;
}
#oem .sec-3 ul{
  margin: 2em 0;
}
#oem .sec-3 ul li{
  display: block;
  padding-left: 1.4em;
  position: relative;
}
#oem .sec-3 ul li::before{
  content: "■";
  position: absolute;
  left: 0;
  top: 0;
}


#oem header.form-header{
  padding-top: 3rem;
}
#oem .sec-4{
  padding: 0 0 12rem;
}
#oem .sec-4 p.p-1 a{
  color: #19A1E9;
  font-weight: 700;
}
#oem .sec-4 p.p-1{
  margin-bottom: 1em;
}




/*　news PC
------------------------------------------------------------------------------------------------*/

#news ul.news-li li{
  display: flex;
  flex-wrap: wrap;
}
#news ul.news-li li a{
  color: #19A1E9;
  font-weight: 700;
}
#news ul.news-li li .day,
#news ul.news-li li .txt{
  padding-bottom: 4rem;
  margin-bottom: 4rem;
  border-bottom: 1px solid #CECECE;
}
#news ul.news-li li .day{
  width: 20%;
  font-weight: 700;
}
#news ul.news-li li .txt{
  width: 80%;
}




/*　contact PC
------------------------------------------------------------------------------------------------*/

.form .attention{
  color: #19A1E9;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 6rem;
}
.form dl{
  display: flex;
  flex-wrap: wrap;
}
.form dl dt,
.form dl dd{
  border-bottom: 1px solid #CECECE;
  padding: 2rem 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.form dl dt.last,
.form dl dd.last{
  display: block;
  padding-bottom: 0;
  border-bottom: 0;
}
.form dl dt{
  width: 25%;
  font-weight: 700;
}
.form dl dd{
  width: 75%;
}
.form dl dt span{
  color: #19A1E9;
  font-size: 105%;
  margin-left: 0.15em;
}
.form input[type=text],
.form textarea{
  display: block;
  width: 100%;
  padding: 0.9em 1em;
  background: #EFEFEF;
  border: 0;
  border-radius: 0.5rem;
}
.form textarea{
  height: 30rem;
}
.form input[type=file]{ display: none; }
.form label.file{
  display: inline-block;
  padding: 0 0.8em;
  line-height: 4rem;
  margin-right: 0.7em;
  font-weight: 700;
  text-align: center;
  background: #1486D3;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}
.form label.file:hover{
  opacity: 0.7;
}
.form .file-name{
  display: inline-block;
}
.form .file-size{
  display: inline-block;
  margin-left: 1em;
}
.form input[type=submit]{
  display: block;
  width: 20rem;
  line-height: 6rem;
  text-align: center;
  background: #1486D3;
  color: #fff;
  font-weight: 700;
  margin-top: 6rem;
  border: 0;
  transition: 0.3s;
}
.form input[type=submit]:hover{
  opacity: 0.7;
}
.form dl dd .scroll-box{
  height: 15rem;
  overflow-y: scroll;
  padding: 1.8rem;
  font-size: 1.5rem;
  line-height: 1.7;
  border: 1px solid #D6D6D6;
  border-radius: 0.5rem;
  margin-bottom: 3rem;
}


.form .checkbox{ position: relative; }
.form .checkbox input{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.form .checkbox input + span{
  font-size: 1.5rem;
  padding-left: 34px;
  line-height: 2em;
  cursor: pointer;
  position:relative;
}
.form .checkbox input + span::before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 0;
  width: 21px;
  height: 21px;
  border: 1px solid #EFEFEF;
  background: #EFEFEF;
  border-radius: 4px;
}
.form .checkbox input:checked + span::before{
  border: 1px solid #1486D3;
  background: #1486D3;
}
.form .checkbox input:checked + span::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -10.5px;
  left: 7px;
  width: 6px;
  height: 12px;
  transform: rotate(40deg);
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}


#contact.thanks .common-sec .box-1{
  text-align: center;
}
#contact.thanks .common-sec .box-1 h3{
  font-size: 2.4rem;
  margin-bottom: 1em;
}




/*　PC
------------------------------------------------------------------------------------------------*/
@media (min-width: 769px){



/*　タブレット
------------------------------------------------------------------------------------------------*/
@media (max-width: 1180px){



}/*　タブレットここまで */
}/*　PCここまで */




/*　スマホ
------------------------------------------------------------------------------------------------*/
@media (max-width: 768px){
  
/*　home SP
------------------------------------------------------------------------------------------------*/

#home .home-concept{
  padding: 6rem 0;
}
#home .home-concept::after{
  height: 15rem;
}
#home .home-concept h2.h2-1{
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
#home .home-concept img.concept-img{
  margin-top: 4rem;
}


#home .home-about{
  padding: 6rem 0 2rem;
}
#home .home-about ul li{
  width: 100%;
  margin-bottom: 4rem;
}
#home .home-about ul li .image{
  height: 20rem;
  font-size: 2.6rem;
  padding: 0 1.3rem;
}
#home .home-about ul li.li-1 .image{
  background: url(../images/home/sp/about-img1.jpg) center center no-repeat;
  background-size: cover;
}
#home .home-about ul li.li-2 .image{
  background: url(../images/home/sp/about-img2.jpg) center center no-repeat;
  background-size: cover;
}
#home .home-about ul li.li-3 .image{
  background: url(../images/home/sp/about-img3.jpg) center center no-repeat;
  background-size: cover;
}
#home .home-about ul li.li-4 .image{
  background: url(../images/home/sp/about-img4.jpg) center center no-repeat;
  background-size: cover;
}
#home .home-about ul li h3{
  font-size: 1.5rem;
}
#home .home-about ul li h3::before{
  width: 0.9rem;
}


#home .home-oem .image{
  width: 100%;
  height: 21rem;
}
#home .home-oem .box-1{
  width: 100%;
  padding: 6rem 5%;
}
#home .home-oem a.btn-1{
  margin-top: 3.5rem;
}


#home .home-kidsland{
  padding: 6rem 0;
}
#home .home-kidsland a.btn-1{
  margin: 3.5rem 0 6rem;
}
#home .home-kidsland .image-wrap{
  width: 100%;
  height: auto;
  display: block;
}
#home .home-kidsland .image-wrap .kidsland-img1{
  margin: 0 0 1.8rem;
}


#home .home-webcatalog{
  background: url(../images/home/sp/webcatalog-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 6rem 0;
}
#home .home-webcatalog h2{
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 3rem;
}
#home .home-webcatalog h2 b{
  font-size: 3.6rem;
}
#home .home-webcatalog a.btn-1{
  margin: 3.5rem auto 0;
}




/*　products SP
------------------------------------------------------------------------------------------------*/

#products .sec-1{
  background: url(../images/products/sp/sec-1-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 6rem 0 4.2rem;
}
#products .sec-1 h3{
  font-size: 2.4rem;
  margin-bottom: 3rem;
}
#products .sec-1 ul{
  margin-top: 5rem;
}
#products .sec-1 ul li{
  width: 47.5%;
  height: 16rem;
  padding: 0;
  margin-bottom: 1.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#products .sec-1 ul li img{
  width: 9rem;
  margin: 0 auto 0.6rem;
}
#products .sec-1 ul li h4{
  line-height: 1.4;
}


#products .sec-2{
  padding: 5rem 0 2.5rem;
}
#products .sec-2::after{
  height: 14.5rem;
}
#products .sec-2 h2.h2-1{
  margin-bottom: 5rem;
}
#products .sec-2 .swiper-flow{
  margin-top: 5rem;
}
#products .sec-2 .swiper-flow .swiper-slide{
  width: 90%;
  margin-right: 3rem;
}
#products .sec-2 .swiper-flow{
  padding-bottom: 4rem;
}
.swiper-pagination-bullets{
  bottom: 0 !important;
}
.swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  margin: 0 0.3rem !important;
}


#products .sec-3{
  padding: 5rem 0 6rem;
  background: #F2F7FA;
}
#products .sec-3 img.sec-3-img{
  float: unset;
  margin: 0 0 3.5rem;
}
#products .sec-3 h3{
  font-size: 1.8rem;
  margin-bottom: 2.5rem;
}
#products .sec-3 a.btn-1{
  margin-top: 4rem;
}


#products .sec-4{
  padding: 5rem 0 6rem;
}
#products .sec-4 h2.h2-1{
  margin-bottom: 5rem;
}
#products .sec-4 ul{
  margin: 4rem 0 8rem;
}
#products .sec-4 ul li{
  height: auto;
  margin-bottom: 4rem;
  background: none !important;
}
#products .sec-4 ul li .box-1{
  width: 100%;
  padding: 2.5rem 0 0;
  position: unset;
}
#products .sec-4 ul li .box-1 h3{
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}


#products .sec-5{
  padding: 0 0 5rem;
}
#products .sec-5::after{
  height: calc(100% - 8rem);
}
#products .sec-5 h3{
  font-size: 1.8rem;
  margin: 3.5rem 0 2.5rem;
}




/*　greeting SP
------------------------------------------------------------------------------------------------*/

#greeting .ceo{
  margin-bottom: 6rem;
}




/*　company SP
------------------------------------------------------------------------------------------------*/

#company .sec-1{
  padding-bottom: 6rem;
}
#company .sec-1 .sec-1-img{
  width: 95%;
  height: 28rem;
  background: url(../images/company/sp/sec-1-img.jpg) center center no-repeat;
  background-size: cover;
  margin-bottom: 4rem;
}


#company .sec-2{
  padding: 5rem 0 7rem;
}
#company .sec-2 h2.h2-1{
  margin-bottom: 5rem;
}
#company .sec-2 ul.history-li{
  margin-top: 5rem;
  border-top: 0;
}
#company .sec-2 ul.history-li li{
  padding: 0 0 2.5rem;
  border-bottom: 0;
}
#company .sec-2 ul.history-li .year{
  font-size: 1.8rem;
  padding-bottom: 0.2em;
  margin-bottom: 0.4em;
  border-bottom: 1px solid #CECECE;
}
#company .sec-2 ul.history-li p{
  font-size: 1.4rem;
}


#company .sec-3{
  padding: 5rem 0 6rem;
}
#company .sec-3 h2.h2-1{
  margin-bottom: 5rem;
}
#company .sec-3 iframe{
  width: 100%;
  height: 30rem;
  margin-top: 5rem;
}




/*　recruit SP
------------------------------------------------------------------------------------------------*/

#recruit .mb-9-6{
  margin-bottom: 6rem;
}




/*　gallery SP
------------------------------------------------------------------------------------------------*/

.pic-wrap{
  -webkit-column-count: 2;
  -webkit-column-gap: 0.8rem;
  -moz-column-count: 2;
  -moz-column-gap: 0.8rem;
  column-count: 2;
  column-gap: 0.8rem;
}
.pic-wrap a{
  margin-bottom: 0.8rem;
}




/*　oem SP
------------------------------------------------------------------------------------------------*/

#oem .sec-1 p.p-1{
  margin-bottom: 6rem;
}
#oem .sec-1 ul li{
  margin-bottom: 2.5rem;
}
#oem .sec-1 ul li h4{
  font-size: 1.8rem;
  margin-bottom: 0.5em;
}


#oem .sec-2{
  padding: 3rem 0 0;
}
#oem .sec-2 .box-1{
  width: 100%;
  float: unset;
  margin-bottom: 5rem;
}
#oem .sec-2 img.image{
  width: 100%;
  float: unset;
  margin-bottom: 2.5rem;
}
#oem .sec-2 .box-1 p.p-1{
  margin-bottom: 4rem;
}


#oem .sec-3{
  padding: 5rem 0;
}
#oem .sec-3 h3{
  font-size: 2.1rem;
  margin-bottom: 2rem;
}
#oem .sec-3 ul{
  margin: 2em 0;
}


#oem header.form-header{
  padding-top: 1rem;
}
#oem .sec-4{
  padding: 0 0 9rem;
}




/*　news SP
------------------------------------------------------------------------------------------------*/

#news ul.news-li li .day{
  width: 100%;
  padding-bottom: 0;
  margin-bottom: 1.5rem;
  border-bottom: 0;
}
#news ul.news-li li .txt{
  width: 100%;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}




/*　contact SP
------------------------------------------------------------------------------------------------*/

.form .attention{
  font-size: 1.4rem;
  margin-bottom: 4rem;
}
.form dl{
  display: block;
}
.form dl dt,
.form dl dd{
  width: 100%;
  display: block;
}
.form dl dt{
  padding: 1.2rem 0 1rem;
  border-bottom: 0;
}
.form dl dd{
  padding: 0 0 1.8rem;
}
.form textarea{
  height: 20rem;
}
.form input[type=submit]{
  width: 100%;
  font-size: 1.8rem;
  margin-top: 3rem;
}
.form dl dd .scroll-box{
  padding: 1.5rem;
  font-size: 1.3rem;
  margin: 0.6rem 0 3rem;
}




/*　kids SP
------------------------------------------------------------------------------------------------*/

#kids img.kids_1{
  margin: 0 0 3rem;
}
#kids img.kids_2-1{
  margin: 6rem 0;
}
#kids img.kids_2-2{
  margin: 3rem 0 6rem;
}
#kids .common-sec .txt-1{
  width: 100%;
  float: unset;
}
#kids .common-sec iframe{
  width: 100%;
  height: 28rem;
  float: unset;
  margin-top: 3rem;
}
#kids .common-sec h4,
#kids .common-sec h5,
#kids .common-sec p.p-access{
  font-size: inherit;
}




}/*　スマホここまで */



