@charset "UTF-8";
/*=================================================================*/
/*	
/*=================================================================*/
body section {
  position: relative;
  margin-bottom: 80px;
}
body section::after {
  position: absolute;
  content: "";
  background: url(../img/fence.svg) repeat-x bottom;
  width: 100%;
  height: 64px;
  bottom: 0;
}
body section .inner {
  background: #fff;
  max-width: 1260px;
  border-radius: 30px 160px 0 0;
  margin: 0 auto;
  padding: 40px 60px 100px;
  box-sizing: border-box;
  position: relative;
}
body section .inner::before {
  content: "";
  position: absolute;
  background: url(../img/point03.png) no-repeat;
  width: 111px;
  height: 119px;
  top: -10px;
  right: 10px;
}
body .col2 {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
body .horse_therapy_main {
  /*　お知らせページ一覧　*/
  /* お知らせページ詳細 */
  /* 404と申し込み完了画面 */
}
body .horse_therapy_main section.mainImg {
  margin-top: 40px;
  margin-bottom: 40px;
  transition: 0.2s;
}
body .horse_therapy_main section.mainImg::after {
  position: unset;
}
body .horse_therapy_main section.mainImg .logoImg {
  max-width: 350px;
  transition: 0.2s;
  margin: 0 auto;
}
body .horse_therapy_main section.news {
  margin-bottom: 230px;
}
body .horse_therapy_main section.news .inner ul {
  margin: 0 auto 60px;
  display: flex;
  flex-wrap: wrap;
}
body .horse_therapy_main section.news .inner ul li {
  width: 24%;
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
  margin-bottom: 2%;
  margin-right: 1.33%;
}
body .horse_therapy_main section.news .inner ul li:last-child {
  margin-right: 0;
}
body .horse_therapy_main section.news .inner ul li .img {
  position: relative;
  padding-top: 64%;
}
body .horse_therapy_main section.news .inner ul li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  transition: all 0.3s;
}
body .horse_therapy_main section.news .inner ul li .newsBox {
  padding: 20px;
  position: relative;
  height: 120px;
}
body .horse_therapy_main section.news .inner ul li .newsBox .time {
  position: absolute;
  bottom: 20px;
  right: 25px;
  font-weight: bold;
  color: #57a644;
}
body .horse_therapy_main section.news .inner .pageNav {
  text-align: center;
}
body .horse_therapy_main section.news .inner .pageNav .page-numbers {
  padding: 10px 18px;
  background: #fff;
  border: 2px solid #57a644;
  color: #57a644;
  border-radius: 50px;
  font-weight: bold;
  margin: 0 3px;
  cursor: pointer;
  display: inline-block;
}
body .horse_therapy_main section.news .inner .pageNav span.current {
  color: #fff;
  background: #57a644;
  border-radius: 50px;
}
body .horse_therapy_main section.news .inner .pageNav span.dots {
  background: none;
  border: none;
  padding: 0;
}
body .horse_therapy_main section.newsContent .inner .blogTtl {
  margin-bottom: 20px;
  border-bottom: #57a644 4px dotted;
}
body .horse_therapy_main section.newsContent .inner .blogTtl .day {
  font-size: 2rem;
  font-weight: bold;
  color: #57a644;
  margin-bottom: 10px;
}
body .horse_therapy_main section.newsContent .inner .blogTtl h2 {
  width: 92%;
}
body .horse_therapy_main section.newsContent .inner .blogWrap {
  margin-bottom: 20px;
  padding-bottom: 50px;
  border-bottom: 4px #57a644 dotted;
}
body .horse_therapy_main section.newsContent .inner .blogWrap p {
  margin-bottom: 20px;
}
body .horse_therapy_main section.newsContent .inner .blogWrap hr {
  margin-bottom: 20px;
}
body .horse_therapy_main section.newsContent .inner .blogWrap .img_col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1%;
}
body .horse_therapy_main section.newsContent .inner .blogWrap .img_col .img {
  width: 49%;
  margin: 0 auto 1.5%;
}
body .horse_therapy_main section.Notf_thanks {
  margin-bottom: 230px;
}
body .horse_therapy_main section.Notf_thanks .inner {
  text-align: center;
}
body .horse_therapy_main section.Notf_thanks .inner h2 {
  margin-bottom: 40px;
  padding-bottom: 30px;
  display: inline-block;
  background-image: radial-gradient(circle, #57A644 2px, transparent 3px);
  background-size: 21px 7px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
body .horse_therapy_main section.Notf_thanks .inner .txtBox {
  margin-bottom: 50px;
}
body .horse_therapy_main section.Notf_thanks .inner .tnksBox {
  text-align: left;
  width: 80%;
  margin: 0 auto 50px;
  line-height: 1.8;
}
body .horse_therapy_main section.Notf_thanks .inner .tnksBox p.tnks {
  margin-bottom: 20px;
}
body .horse_therapy_main section.Notf_thanks .inner .contact_box {
  background: #fff;
  border: 2px #57A644 solid;
  display: inline-block;
  padding: 20px 40px;
  margin-bottom: 50px;
}
body .horse_therapy_main section.Notf_thanks .inner .contact_box span {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
body .horse_therapy_main section.Notf_thanks .inner .contact_box a {
  pointer-events: none;
  cursor: default;
}
body .horse_therapy_main section.Notf_thanks .inner .to_top a {
  margin: 0 auto 20px;
  padding: 20px 80px;
  background: #fff;
  border: #57a644 2px solid;
  border-radius: 50px;
  color: #57a644;
  font-weight: bold;
  display: inline-block;
}
body .horse_therapy_main section.Notf_thanks .inner .to_top a:hover {
  background: #57a644;
  color: #fff;
  opacity: 1;
  transition: 0.3s;
}

/*******************************************************************/
/* PC
/*******************************************************************/
@media print, screen and (min-width: 769px) {
  /*<start>==========================================================*/
  /*<end>============================================================*/
}
@media screen and (max-width: 1000px) {
  /*<start>==========================================================*/
  body .horse_therapy_main section.news .inner ul li .newsBox {
    height: 170px;
  }
  /*<end>============================================================*/
}
/*******************************************************************/
/* w1000
/*******************************************************************/
@media screen and (max-width: 1000px) {
  /*<start>==========================================================*/
  /*<end>============================================================*/
}
/*******************************************************************/
/* SP */
/*******************************************************************/
@media screen and (max-width: 768px) {
  /*<start>==========================================================*/
  /*=================================================================*/
  /*	768px以下
  /*=================================================================*/
  body .horse_therapy_main {
    /* お知らせページ一覧 */
    /* お知らせページ詳細 */
    /* 404と申し込み完了画面 */
  }
  body .horse_therapy_main section {
    position: relative;
    margin-bottom: 50px;
  }
  body .horse_therapy_main section::after {
    height: 40px;
  }
  body .horse_therapy_main section .inner {
    border-radius: 15px 60px 0 0;
    padding: 6% 4% 10%;
  }
  body .horse_therapy_main section .inner::before {
    background: url(../img/point03.png) no-repeat right top;
    background-size: 60%;
    top: -30px;
    right: 0;
  }
  body .horse_therapy_main .col2 {
    display: block;
  }
  body .horse_therapy_main section.mainImg {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  body .horse_therapy_main section.mainImg .logoImg {
    max-width: 300px;
  }
  body .horse_therapy_main section.news {
    margin-bottom: 25vh;
  }
  body .horse_therapy_main section.news .inner ul {
    margin: 0 auto 30px;
    justify-content: space-between;
  }
  body .horse_therapy_main section.news .inner ul li {
    width: 48.5%;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 10px;
    margin-right: 0;
  }
  body .horse_therapy_main section.news .inner ul li .newsBox {
    padding: 10px;
    height: 120px;
  }
  body .horse_therapy_main section.news .inner ul li .newsBox .time {
    bottom: 10px;
    right: 15px;
  }
  body .horse_therapy_main section.news .inner .pageNav {
    margin-bottom: 20px;
  }
  body .horse_therapy_main section.news .inner .pageNav .page-numbers {
    padding: 4px 12px;
    margin: 0 0.2% 1%;
  }
  body .horse_therapy_main section.newsContent .inner .blogTtl {
    margin-bottom: 10px;
    border-bottom: #57a644 3px dotted;
  }
  body .horse_therapy_main section.newsContent .inner .blogTtl .day {
    font-size: 1.6rem;
    margin-bottom: 1%;
  }
  body .horse_therapy_main section.newsContent .inner .blogTtl h2 {
    width: 100%;
  }
  body .horse_therapy_main section.newsContent .inner .blogWrap {
    padding-bottom: 30px;
    border-bottom: 3px #57a644 dotted;
  }
  body .horse_therapy_main section.newsContent .inner .blogWrap p {
    margin-bottom: 10px;
  }
  body .horse_therapy_main section.newsContent .inner .blogWrap hr {
    margin-bottom: 10px;
  }
  body .horse_therapy_main section.newsContent .inner .blogWrap .img_col {
    display: block;
  }
  body .horse_therapy_main section.newsContent .inner .blogWrap .img_col .img {
    width: 80%;
  }
  body .horse_therapy_main section.Notf_thanks {
    margin-bottom: 25vh;
  }
  body .horse_therapy_main section.Notf_thanks .inner h2 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    background-size: 20px 7px;
  }
  body .horse_therapy_main section.Notf_thanks .inner .txtBox {
    margin-bottom: 30px;
  }
  body .horse_therapy_main section.Notf_thanks .inner .tnksBox {
    width: 90%;
    margin: 0 auto 30px;
    line-height: 1.6;
  }
  body .horse_therapy_main section.Notf_thanks .inner .tnksBox p.tnks {
    margin-bottom: 20px;
  }
  body .horse_therapy_main section.Notf_thanks .inner .contact_box {
    padding: 5% 6%;
    margin-bottom: 40px;
  }
  body .horse_therapy_main section.Notf_thanks .inner .contact_box span {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  body .horse_therapy_main section.Notf_thanks .inner .contact_box a {
    pointer-events: unset;
    cursor: pointer;
  }
  body .horse_therapy_main section.Notf_thanks .inner .to_top a {
    padding: 3% 11%;
  }
  /*<end>============================================================*/
}/*# sourceMappingURL=sec.css.map */