@charset "UTF-8";

/* ----------------------------------------------

dayservice-blc

------------------------------------------------ */

#dayservice-blc {
  margin-bottom: 0;
}

/* ----------------------------------------------

transportation-blc

------------------------------------------------ */

.transportation-blc {
  margin-top: 4rem;
}

.transportation-blc ul {
  padding: 0 4rem;
  box-sizing: border-box;
}

@media screen and (max-width:767px) {
  .transportation-blc ul {
    padding: 0 2rem;
  }
}

@media screen and (max-width:640px) {
  .transportation-blc ul {
    padding: 0;
  }

  .transportation-blc {
    margin-top: 2rem;
  }
}

/* ----------------------------------------------

careday-blc

------------------------------------------------ */

.careday-blc {
  background-color: #fff;
  padding: 4rem 4rem;
  box-sizing: border-box;
}

.careday-blc .ttl {
  text-align: center;
  display: block;
  font-size: 150%;
  font-weight: bold;
  box-sizing: border-box;
}

.careday-blc .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.careday-blc .inner .txt-blc {
  width: 50%;
}

.careday-blc .inner .img-blc {
  width: 46%;
  /* margin-left: auto; */
  box-sizing: border-box;
}

/* .careday-blc .inner .txt-blc+.img-blc {
  padding-left: 4%;
} */

@media screen and (max-width:767px) {
  .careday-blc {
    padding: 4rem 2rem;
  }

  .careday-blc .inner .txt-blc {
    width: 100%;
  }

  .careday-blc .inner .txt-blc+.img-blc {
    padding-left: 0;
    margin-top: 1rem;
  }

  .careday-blc .inner .img-blc {
    width: 100%;
  }

  .careday-blc .ttl {
    font-size: 120%;
  }
}

@media screen and (max-width:640px) {
  .careday-blc {
    padding: 3rem 1rem;
  }
}

/* ----------------------------------------------

facility-blc

------------------------------------------------ */

#facility-blc {
  padding: 14rem 0;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}

#facility-blc>.comm-blc {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

/* content-blc ------------------------------ */

#facility-blc .content-blc {
  position: relative;
  z-index: 1;
}

#facility-blc .content-blc .inner {
  max-width: 480px;
  width: 94%;
  display: block;
  margin: auto;
}

#facility-blc .content-blc .inner .ttl {
  font-size: 200%;
  display: block;
  font-weight: bold;
  text-align: center;
}

#facility-blc .content-blc .inner .txt-desc {
  text-align: center;
  display: block;
  font-size: 150%;
  font-weight: 500;
  box-sizing: border-box;
  margin-top: 1rem;
}

#facility-blc .content-blc .inner .txt-blc {
  display: block;
  text-align: center;
}

#facility-blc .content-blc .inner .btn-style01>a {
  margin-left: auto;
  margin-right: auto;
}

/* img-blc ------------------------------ */

#facility-blc .img-blc .img {
  position: absolute;
  display: inline-block;
}

#facility-blc .img-blc .img.img01 {
  left: 30px;
  top: 50px;
/*  max-width: 300px;*/
}

#facility-blc .img-blc .img.img02 {
  right: 30px;
  top: 50px;
/*  max-width: 270px;*/
}

#facility-blc .img-blc .img.img03 {
  bottom: 50px;
  left: -150px;
/*  max-width: 350px;*/
}

#facility-blc .img-blc .img.img04 {
  bottom: 50px;
  right: -150px;
/*  max-width: 350px;*/
}

@media screen and (max-width:1440px) {
  #facility-blc .img-blc .img.img01 {
    max-width: 25vw;
    left: 100px;
  }

  #facility-blc .img-blc .img.img02 {
    max-width: 25vw;
    right: 100px;
  }

  #facility-blc .img-blc .img.img03 {
    max-width: 30vw;
    left: 0px;
  }

  #facility-blc .img-blc .img.img04 {
    right: 0;
    max-width: 30vw;
  }
}

@media screen and (max-width:1000px) {
  #facility-blc {
    padding: 10rem 0;
  }

  #facility-blc .img-blc .img.img01 {
    left: 60px;
  }

  #facility-blc .img-blc .img.img02 {
    right: 60px;
  }
}

@media screen and (max-width:640px) {

  #facility-blc .img-blc .img.img01 {
    max-width: 200px;
    left: 20px;
    top: 20px;
  }

  #facility-blc .img-blc .img.img02 {
    max-width: 180px;
    right: 20px;
    top: 20px;
  }

  #facility-blc .img-blc .img.img03 {
    max-width: 200px;
    left: 20px;
    bottom: 20px;
  }

  #facility-blc .img-blc .img.img04 {
    max-width: 200px;
    right: 20px;
    bottom: 20px;
  }

  #facility-blc {
    padding: 12rem 0;
  }

  #facility-blc .content-blc .inner .ttl {
    font-size: 180%;
  }

  #facility-blc .content-blc .inner .txt-desc {
    font-size: 120%;
  }

  #facility-blc .content-blc .inner .btn-style01 {
    margin-top: 1rem !important;
  }
}

@media screen and (max-width:480px) {

  #facility-blc .img-blc .img.img01 {
    max-width: 45vw;
    left: 10px;
  }

  #facility-blc .img-blc .img.img02 {
    max-width: 40vw;
    right: 10px;
  }

  #facility-blc .img-blc .img.img03 {
    max-width: 40vw;
    left: 10px;
  }

  #facility-blc .img-blc .img.img04 {
    max-width: 45vw;
    right: 10px;
  }

  #facility-blc {
    padding: 42vw 0;
  }
}

/* ----------------------------------------------

usageflow-blc

------------------------------------------------ */

#usageflow-blc {
  background-color: #f9efe8;
}

#usageflow-blc .list-style01 {
  margin-top: 4rem;
  counter-reset: step;
}

#usageflow-blc .list-style01>li:first-child {
  margin-top: 0;
}

#usageflow-blc .list-style01>li {
  position: relative;
  display: block;
  background-color: #fff;
  box-sizing: border-box;
  margin-top: 3rem;
  padding: 3rem 2rem;
  border-top: 2px solid #f6ab00;
}

/* step-icon --------------------------- */

#usageflow-blc .list-style01>li .step-icon {
  width: 60px;
  height: 60px;
  background-color: #f6ab00;
  position: absolute;
  left: 0;
  right: 0;
  top: -35px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  color: #fff;
  font-weight: bold;
  padding: 8px 5px;
  box-sizing: border-box;
}

#usageflow-blc .list-style01>li .step-icon .num::before {
  counter-increment: step;
  content: "" counter(step)"";
  font-size: 150%;
  line-height: 1;
  display: inline-block;
}

#usageflow-blc .list-style01>li .step-icon .num {
  display: block;
  width: 100%;
  text-align: center;
}

#usageflow-blc .list-style01>li .step-icon .name {
  display: block;
  width: 100%;
  text-align: center;
}

/* inner --------------------------- */

#usageflow-blc .list-style01>li .inner .ttl {
  font-size: 120%;
  display: block;
  text-align: center;
  font-weight: bold;
  box-sizing: border-box;
  color: #f6ab00;
}

#usageflow-blc .list-style01>li .inner .ttl+.txt {
  margin-top: 10px;
}

@media screen and (max-width:640px) {
  #usageflow-blc .list-style01>li {
    padding: 3rem 1rem;
  }
}

/* ----------------------------------------------

usagefee-blc

------------------------------------------------ */

@media screen and (min-width:1001px) {
  #usagefee-blc .pdf-list>li>a:hover {
    opacity: 0.5;
  }
}

#usagefee-blc .pdf-list>li {
  position: relative;
  margin-top: 5px;
  display: block;
}

#usagefee-blc .pdf-list>li>a {
  text-decoration: none;
  display: inline-block;
  padding-left: 30px;
  box-sizing: border-box;
  position: relative;
  transition: all ease-in 0.3s;
}

#usagefee-blc .pdf-list>li>a::before {
  content: "";
  background-image: url(../../img/daycare/pdf_icon.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 2px;
  width: 21px;
  height: 20px;
}

#usagefee-blc .pdf-list>li:first-child {
  margin-top: 0;
}

/* ----------------------------------------------

usagefee-blc

------------------------------------------------ */

.notice-txt-blc {
  display: block;
  width: 100%;
}

.notice-txt-blc .ttl {
  font-size: 150%;
  display: block;
  font-weight: bold;
  box-sizing: border-box;
}

.notice-txt-blc .ttl+.txt {
  display: block;
  margin-top: 5px;
}

@media screen and (max-width:767px) {
  .notice-txt-blc .ttl {
    font-size: 120%;
  }
}