@charset "UTF-8";
/*=======================================
いくとぴあ食花へ、ようこそ
=========================================*/
.l-pagetitle {
  margin-bottom: 0;
}

.p-welcome__lead {
  background: #F6F3F0;
  padding-top: 60px;
  padding-bottom: 70px;
  margin-bottom: 70px;
}
.p-welcome__lead .introduction {
  text-align: center;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 65px;
}
.p-welcome__lead .introduction strong {
  color: #229700;
  font-weight: 500;
}
.p-welcome__lead .img1 {
  text-align: center;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 20px;
  background: #fff;
}
.p-welcome__lead .img1 img {
  border-radius: 10px;
}
.p-welcome__lead .note {
  font-weight: 500;
}
.p-welcome__facility {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
.p-welcome__facility .box1 {
  width: 48.1818%;
  margin-left: 3.6364%;
  margin-bottom: 30px;
}
.p-welcome__facility .box1:nth-child(2n+1) {
  margin-left: 0;
}
.p-welcome__facility .box1.shokuiku .txt1 a {
  color: #E72E8C;
}
.p-welcome__facility .box1.kodomo .txt1 a {
  color: #1083AE;
}
.p-welcome__facility .box1.doubutsu .txt1 a {
  color: #87C530;
}
.p-welcome__facility .box1.other .txt1 strong, .p-welcome__facility .box1.other .txt1 a {
  color: #E9B625;
}
.p-welcome__facility .img1 {
  margin-bottom: 30px;
}
.p-welcome__facility .txt1 p {
  line-height: 2;
  font-weight: 500;
}
.p-welcome__facility .txt1 a {
  text-decoration: underline !important;
}
.p-welcome__facility .txt1 strong {
  font-weight: 500;
  font-size: 22px;
  font-size: 2.2rem;
}
.p-welcome__leaflet {
  display: flex;
}
.p-welcome__leaflet .box1 {
  width: 48.1818%;
  margin-left: 3.6364%;
}
.p-welcome__leaflet .box1:nth-child(2n+1) {
  margin-left: 0;
}
.p-welcome__leaflet .h {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  padding-left: 15px;
  border-left: 5px solid #229700;
  margin-bottom: 18px;
}
.p-welcome__leaflet .btn a {
  display: block;
  background: #F8F8F8;
  border-radius: 10px;
  border: 1px solid #E1DBD5;
  padding: 27px;
  text-align: center;
  position: relative;
}
.p-welcome__leaflet .btn a:before {
  content: "";
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 1;
  display: block;
  background: url(../img/common/icon_download.svg) no-repeat right center;
  background-size: contain;
  width: 37px;
  height: 40px;
}

/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  .p-welcome__lead {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 50px;
  }
  .p-welcome__lead .introduction {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: left;
  }
  .p-welcome__lead .img1 {
    padding: 15px;
  }
  .p-welcome__facility {
    display: block;
    margin-bottom: 50px;
  }
  .p-welcome__facility .box1 {
    width: auto;
    margin-left: 0;
  }
  .p-welcome__facility .img1 {
    margin-bottom: 15px;
  }
  .p-welcome__facility .txt1 strong {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-welcome__leaflet {
    display: block;
  }
  .p-welcome__leaflet .box1 {
    width: auto;
    margin-left: 0;
    margin-bottom: 40px;
  }
  .p-welcome__leaflet .h {
    font-size: 18px;
    font-size: 1.8rem;
    border-left-width: 3px;
    padding-left: 12px;
  }
}
