@charset "UTF-8";
/*=================================================================*/
/*	
/*=================================================================*/
body .img {
  width: 100%;
}
body .img img {
  max-width: 100%;
  height: auto;
}
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 section.mainImg {
  margin: 10px auto 80px;
  max-width: 1380px;
  position: relative;
}
body .horse_therapy_main section.mainImg::after {
  position: unset;
}
body .horse_therapy_main section.mainImg .slideImg {
  width: 100%;
}
body .horse_therapy_main section.mainImg .logoImg {
  position: absolute;
  max-width: 578px;
  left: 50%;
  margin-left: -289px;
  bottom: -50px;
}
body .horse_therapy_main section.news .inner .point01 {
  position: absolute;
  bottom: -5%;
  left: -1%;
  z-index: 1;
  width: 20%;
}
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-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.intro {
  position: relative;
  z-index: 0;
  max-height: 600px;
  height: 100vh;
}
body .horse_therapy_main section.intro::after {
  position: absolute;
  content: "";
  background: url(../img/wave.svg) repeat-x bottom;
  width: 100%;
  height: 30px;
  left: 0;
}
body .horse_therapy_main section.intro .intro_wrap {
  position: relative;
  height: 100%;
  overflow: hidden;
}
body .horse_therapy_main section.intro .intro_wrap .intro_mv {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
body .horse_therapy_main section.intro .intro_wrap .intro_mv video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body .horse_therapy_main section.intro .intro_text {
  width: 748px;
  margin: 0 auto;
  padding: 100px 10px;
  color: #fff;
  box-sizing: border-box;
}
body .horse_therapy_main section.intro .intro_text h2 {
  text-align: center;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
body .horse_therapy_main section.intro .intro_text p {
  line-height: 2;
  text-shadow: 0px 0px 10px rgb(0, 0, 0);
}
body .horse_therapy_main section.intro .intro_text p.p_middle {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 40px;
  font-family: "Kiwi Maru";
}
body .horse_therapy_main section.about .inner .point04 {
  position: absolute;
  top: -50px;
  left: -100px;
  z-index: -1;
}
body .horse_therapy_main section.about .inner .kengaku .price dl {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}
body .horse_therapy_main section.about .inner .kengaku .price dl dt {
  width: 120px;
  text-align: center;
  color: #fff;
  background: #57a644;
  border-radius: 50px;
  padding: 5px 0;
  font-weight: bold;
}
body .horse_therapy_main section.about .inner .kengaku .price dl dd {
  width: 71%;
  padding-top: 2px;
  line-height: 1.9;
}
body .horse_therapy_main section.about .inner .kengaku .img {
  width: 80%;
}
body .horse_therapy_main section.about .inner .horse {
  justify-content: start;
  margin-bottom: 70px;
  gap: 40px;
}
body .horse_therapy_main section.about .inner .horse .img {
  width: 45%;
}
body .horse_therapy_main section.about .inner .horse .img img {
  border-radius: 16px;
}
body .horse_therapy_main section.about .inner .horse .profile {
  width: 55%;
}
body .horse_therapy_main section.about .inner .horse .profile p {
  font-size: 2.8rem;
  font-weight: bold;
  font-family: "Kiwi Maru";
  line-height: 1.9;
  background-image: radial-gradient(circle, #57A644 2px, transparent 3px);
  background-size: 21px 7px;
  background-repeat: repeat-x;
  background-position: left bottom;
  margin-bottom: 20px;
}
body .horse_therapy_main section.about .inner .horse .profile dl {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}
body .horse_therapy_main section.about .inner .horse .profile dl dt {
  width: 120px;
  text-align: center;
  color: #fff;
  background: #57a644;
  border-radius: 50px;
  padding: 5px 0;
  font-weight: bold;
}
body .horse_therapy_main section.about .inner .horse .profile dl dd {
  width: 71%;
  padding-top: 2px;
  line-height: 1.8;
}
body .horse_therapy_main section.about .inner .goemon {
  flex-flow: row-reverse;
}
body .horse_therapy_main section.blog {
  background: url(../img/grass.svg) repeat-x bottom;
}
body .horse_therapy_main section.blog::after {
  display: none;
}
body .horse_therapy_main section.blog .inner {
  background: none;
}
body .horse_therapy_main section.blog .inner::before {
  display: none;
}
body .horse_therapy_main section.blog .inner .point02 {
  position: absolute;
  bottom: 6%;
  right: 0;
  z-index: 1;
  width: 20%;
}
body .horse_therapy_main section.blog .inner ul {
  margin: 0 auto 60px;
  display: flex;
  flex-wrap: wrap;
}
body .horse_therapy_main section.blog .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-right: 1.33%;
}
body .horse_therapy_main section.blog .inner ul li:last-child {
  margin-right: 0;
}
body .horse_therapy_main section.blog .inner ul li .img {
  position: relative;
  padding-top: 64%;
}
body .horse_therapy_main section.blog .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.blog .inner ul li .newsBox {
  padding: 20px;
  position: relative;
  height: 120px;
}
body .horse_therapy_main section.blog .inner ul li .newsBox .time {
  position: absolute;
  bottom: 20px;
  right: 25px;
  font-weight: bold;
  color: #57a644;
}
body .horse_therapy_main section.insta {
  margin-bottom: 0;
}
body .horse_therapy_main section.insta::after {
  display: none;
}
body .horse_therapy_main section.insta .point04 {
  position: absolute;
  top: -30px;
  left: 0px;
  z-index: -1;
}
body .horse_therapy_main section.insta .inner {
  background: none;
}
body .horse_therapy_main section.insta .inner::before {
  display: none;
}
body .horse_therapy_main section.insta .inner ul.insta_col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body .horse_therapy_main section.insta .inner ul.insta_col li {
  width: 24%;
  margin-bottom: 1.4%;
}
body .horse_therapy_main section.form .inputBox {
  max-width: 1000px;
  margin: 0 auto;
}
body .horse_therapy_main section.form .inputBox dl {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 10px;
}
body .horse_therapy_main section.form .inputBox dl.dlBikou {
  align-items: start;
}
body .horse_therapy_main section.form .inputBox dl dt {
  padding-left: 100px;
  width: 170px;
  color: #57A644;
  font-weight: bold;
}
body .horse_therapy_main section.form .inputBox dl dt.hissu {
  position: relative;
}
body .horse_therapy_main section.form .inputBox dl dt.hissu::before {
  position: absolute;
  content: "必須";
  font-size: 14px;
  background: #57A644;
  padding: 4px 5px;
  border-radius: 50px;
  color: #fff;
  left: 0;
  top: -3px;
  width: 70px;
  text-align: center;
}
body .horse_therapy_main section.form .inputBox dl dd {
  width: calc(100% - 290px);
}
body .horse_therapy_main section.form .inputBox dl dd input {
  width: -webkit-fill-available;
  max-width: 620px;
}
body .horse_therapy_main section.form .inputBox dl dd textarea {
  width: -webkit-fill-available;
  max-width: 620px;
  height: 200px;
}
body .horse_therapy_main section.form .inputBox dl dd .wpcf7-not-valid-tip {
  background: #fff1c9;
  padding: 2px 15px;
  margin: 4px 0;
  max-width: 630px;
}
body .horse_therapy_main section.form .inputBox p {
  text-align: center;
}
body .horse_therapy_main section.form .inputBox p input[type=checkbox] {
  transform: scale(1.3, 1.3);
}
body .horse_therapy_main section.form .inputBox p span {
  margin-left: 10px;
}
body .horse_therapy_main section.form button {
  position: relative;
  border: 0;
  background: none;
}
body .horse_therapy_main section.form button::after {
  position: absolute;
  content: "";
  background: url(../img/arrow.svg) no-repeat;
  width: 23px;
  height: 23px;
  top: 17px;
  right: 20px;
  transition: 0.5s;
}
body .horse_therapy_main section.form button:hover::after {
  transform: translateX(5px);
  background: url(../img/arrow_white.svg) no-repeat;
  transition: 0.5s;
}
body .horse_therapy_main section.form button input {
  font: inherit;
  outline: none;
  color: #57a644;
  background: #fff;
  border: #57a644 2px solid;
  border-radius: 50px;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  padding: 13px 70px 13px 50px;
}
body .horse_therapy_main section.form button input:hover {
  background: #57a644;
  color: #fff;
  transition: 0.5s;
}
body .horse_therapy_main section.form button .wpcf7-spinner {
  display: none;
}
body .horse_therapy_main section.form .check_mark {
  display: block;
  text-align: center;
}
body .horse_therapy_main section.form .check_mark .wpcf7-list-item {
  margin: 0;
}
body .horse_therapy_main section.other {
  max-width: 1260px;
  margin: 0 auto 100px;
}
body .horse_therapy_main section.other::after {
  display: none;
}
body .horse_therapy_main section.other .point04 {
  position: absolute;
  top: -30px;
  right: 0;
  z-index: -1;
}
body .horse_therapy_main section.other .inner {
  background: none;
  max-width: 1000px;
}
body .horse_therapy_main section.other .inner::before {
  display: none;
}
body .horse_therapy_main section.other .inner h2 {
  text-align: center;
}
body .horse_therapy_main section.other .inner h3 {
  font-family: "Kiwi Maru";
  font-weight: normal;
  width: 100%;
  padding: 5px;
  font-size: 2.4rem;
  background: #57A644;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
body .horse_therapy_main section.other .inner ul li {
  padding-left: 55px;
  margin-bottom: 8px;
  position: relative;
}
body .horse_therapy_main section.other .inner ul li::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background: #57A644;
  border-radius: 50px;
  left: 30px;
  top: 9px;
}

/*******************************************************************/
/* 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 section {
    position: relative;
    margin-bottom: 50px;
  }
  body section::after {
    height: 40px;
  }
  body section .inner {
    border-radius: 15px 60px 0 0;
    padding: 6% 4% 10%;
  }
  body section .inner::before {
    background: url(../img/point03.png) no-repeat right top;
    background-size: 60%;
    top: -30px;
    right: 0;
  }
  body .col2 {
    display: block;
  }
  body .horse_therapy_main section.mainImg {
    margin: 5px auto 80px;
  }
  body .horse_therapy_main section.mainImg .logoImg {
    position: absolute;
    max-width: 320px;
    left: 50%;
    margin-left: -160px;
    bottom: -30px;
  }
  body .horse_therapy_main section.news .inner .point01 {
    bottom: -5%;
    width: 30%;
  }
  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.intro {
    height: auto;
    max-height: -moz-max-content;
    max-height: max-content;
  }
  body .horse_therapy_main section.intro::after {
    background-size: 30%;
    height: 20px;
  }
  body .horse_therapy_main section.intro .intro_text {
    width: auto;
    padding: 50px 20px;
  }
  body .horse_therapy_main section.intro .intro_text p {
    line-height: 1.8;
    font-size: 1.4rem;
  }
  body .horse_therapy_main section.intro .intro_text p.p_middle {
    font-size: 1.6rem;
    margin-bottom: 16px;
  }
  body .horse_therapy_main section.about .inner .point04 {
    top: -50px;
    left: -15px;
    width: 20%;
  }
  body .horse_therapy_main section.about .inner .kengaku {
    margin-bottom: 30px;
  }
  body .horse_therapy_main section.about .inner .kengaku .price dl {
    margin-bottom: 7px;
    font-size: 1.4rem;
  }
  body .horse_therapy_main section.about .inner .kengaku .price dl dt {
    width: 90px;
    padding: 2px 0;
    font-weight: bold;
  }
  body .horse_therapy_main section.about .inner .kengaku .price dl dd {
    padding-top: 1px;
    line-height: 1.9;
  }
  body .horse_therapy_main section.about .inner .kengaku .img {
    width: 100%;
  }
  body .horse_therapy_main section.about .inner .horse {
    margin-bottom: 30px;
  }
  body .horse_therapy_main section.about .inner .horse .img {
    width: 100%;
  }
  body .horse_therapy_main section.about .inner .horse .profile {
    width: 100%;
  }
  body .horse_therapy_main section.about .inner .horse .profile p {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  body .horse_therapy_main section.about .inner .horse .profile dl {
    margin-bottom: 7px;
    font-size: 1.4rem;
  }
  body .horse_therapy_main section.about .inner .horse .profile dl dt {
    width: 90px;
    padding: 2px 0;
  }
  body .horse_therapy_main section.about .inner .horse .profile dl dd {
    padding-top: 1px;
    line-height: 1.9;
  }
  body .horse_therapy_main section.blog {
    background: url(../img/grass.svg) repeat-x bottom;
    background-size: 40%;
  }
  body .horse_therapy_main section.blog .inner .point02 {
    bottom: -4%;
    width: 30%;
  }
  body .horse_therapy_main section.blog .inner ul {
    margin: 0 auto 30px;
    justify-content: space-between;
  }
  body .horse_therapy_main section.blog .inner ul li {
    width: 48%;
    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.blog .inner ul li .newsBox {
    padding: 10px;
    height: 120px;
  }
  body .horse_therapy_main section.blog .inner ul li .newsBox .time {
    bottom: 10px;
    right: 15px;
  }
  body .horse_therapy_main section.insta::after {
    display: none;
  }
  body .horse_therapy_main section.insta .point04 {
    top: -20px;
    width: 20%;
  }
  body .horse_therapy_main section.insta .inner {
    background: none;
  }
  body .horse_therapy_main section.insta .inner::before {
    display: none;
  }
  body .horse_therapy_main section.form .inputBox {
    width: 100%;
  }
  body .horse_therapy_main section.form .inputBox dl {
    display: block;
    margin-bottom: 7px;
  }
  body .horse_therapy_main section.form .inputBox dl.dlBikou {
    align-items: start;
  }
  body .horse_therapy_main section.form .inputBox dl dt {
    padding-left: 70px;
    width: auto;
    margin-bottom: 2px;
  }
  body .horse_therapy_main section.form .inputBox dl dt:not(.hissu) {
    padding-left: 0;
  }
  body .horse_therapy_main section.form .inputBox dl dt.hissu::before {
    font-size: 1.3rem;
    padding: 2px 3px;
    top: -3px;
    width: 50px;
  }
  body .horse_therapy_main section.form .inputBox dl dd {
    width: -webkit-fill-available;
    margin-bottom: 10px;
  }
  body .horse_therapy_main section.form .inputBox dl dd input {
    width: -webkit-fill-available;
  }
  body .horse_therapy_main section.form .inputBox dl dd textarea {
    width: -webkit-fill-available;
    height: 100px;
  }
  body .horse_therapy_main section.form button::after {
    top: 13px;
    right: 15px;
    background: url(../img/arrow_s.svg) no-repeat;
  }
  body .horse_therapy_main section.form button:hover::after {
    background: url(../img/arrow_s_white.svg) no-repeat;
  }
  body .horse_therapy_main section.form button input {
    font-size: 1.8rem;
    text-align: center;
    padding: 7px 50px 7px 40px;
  }
  body .horse_therapy_main section.other {
    width: auto;
  }
  body .horse_therapy_main section.other .point04 {
    width: 20%;
    top: 20px;
  }
  body .horse_therapy_main section.other .inner h3 {
    width: 100%;
    padding: 3px;
    font-size: 2rem;
    margin-bottom: 20px;
  }
  body .horse_therapy_main section.other .inner ul li {
    padding-left: 35px;
    margin-bottom: 5px;
  }
  body .horse_therapy_main section.other .inner ul li::before {
    left: 15px;
  }
  /*<end>============================================================*/
}/*# sourceMappingURL=top.css.map */