#park .section ._pc {
  display: block;
}
#park .section ._sp {
  display: none;
}
#park .section .loadanime1 {
  opacity: 0;
  -webkit-transition: all 2.5s;
  transition: all 2.5s;
}
#park .section .loadanime1.loadin {
  opacity: 1;
}
#park .section .loadanime2 {
  opacity: 0;
  -webkit-transition: all 4.5s;
  transition: all 4.5s;
}
#park .section .loadanime2.loadin {
  opacity: 1;
}
#park .section .anime1 {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
#park .section .anime1.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#park .section .anime2 {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#park .section .anime2.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#park .section .anime3 {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#park .section .anime3.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#park .section .bg_1 {
  display: block;
  width: 70vw;
  height: 280px;
  background-color: #39B54A;
  opacity: 0.2;
  right: 0;
  margin: 0 0 0 auto;
  position: relative;
  z-index: -1;
}
#park .section .ttl_wrap {
  position: absolute;
  left: 100px;
  top: 18%;
  text-align: left;
}
#park .section .ttl_wrap .sub-ttl {
  font-size: 2vw;
  color: #000;
}
#park .section .ttl_wrap .sub_ttl_botom {
  margin-left: 4%;
}
#park .section .ttl_wrap .ttl {
  font-size: 3.2vw;
  color: #000;
}
#park .section .img_1 {
  width: 92%;
  position: relative;
}
#park .section .img_1 img {
  margin-top: -140px;
}
#park .section .img_1::before {
  content: "";
  display: block;
  width: 43vw;
  height: 23vw;
  background-color: #39B54A;
  opacity: 0.2;
  position: absolute;
  right: -18%;
  top: 37%;
  z-index: -1;
}
#park .section .img_2 {
  width: 94%;
  margin-top: -11%;
  margin-left: 1%;
  position: relative;
  z-index: 3;
}
#park .section .img_3 {
  width: 44%;
  position: absolute;
  right: 0;
  margin-top: -30%;
}
#park .section .bg_2 {
  display: block;
  width: 36vw;
  height: 40vw;
  background-color: rgba(140, 198, 63, 0.2);
  margin-top: -250px;
  text-align: right;
  font-size: 18px;
}
#park .section .bg_2 .txt {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  color: #000;
  text-align: start;
  margin-right: 1rem;
  margin-top: 15px;
  line-height: 2;
  letter-spacing: 3px;
  font-size: 1.6vw;
}
#park .section .bg_2 .txt .txt_gr {
  color: #39B54A;
}
#park .section .days_wrap {
  background-color: rgba(198, 156, 109, 0.2);
  position: relative;
  margin-top: -40px;
}
#park .section .days_wrap .days_txt {
  padding: 60px 0 40px;
  margin-left: 10%;
  font-size: 23px;
  letter-spacing: 2px;
}
#park .section .days_wrap .slide {
  display: inline-block;
  margin: 0 3%;
  position: relative;
  margin: 7% 2%;
}
#park .section .days_wrap .slide .sliid_img {
  border-top: solid 3px #39B54A;
  border-right: solid 3px #39B54A;
  border-left: solid 3px #39B54A;
  padding: 20px;
  width: 100%;
  height: auto;
  position: relative;
}
#park .section .days_wrap .slide .slide_txt {
  text-align: center;
  font-size: 1vw;
  position: relative;
}
#park .section .days_wrap .slide .slide_txt::before {
  display: block;
  content: "";
  width: 28px;
  height: 4px;
  background: #39B54A;
  position: absolute;
}
#park .section .days_wrap .slide .slide_txt::after {
  display: block;
  content: "";
  width: 28px;
  height: 4px;
  background: #39B54A;
  position: absolute;
  right: 0;
  top: 0;
}
#park .section .days_wrap .slide .slide_txt a {
  cursor: pointer;
  color: #0f5499;
  border-bottom: solid 1px #0f5499;
}
#park .section .days_wrap .slide .s_number {
  width: 70px;
  height: auto;
  position: absolute;
  top: -23px;
  right: 12%;
  z-index: 5;
}
#park .section .plan {
  background-image: url(../images/park/bg_2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  padding: 5% 0;
}
#park .section .plan p {
  text-align: center;
  color: #69574B;
  letter-spacing: 2px;
  font-size: 28px;
}
#park .section .plan .select {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#park .section .plan .select li {
  width: calc(40%/2);
  margin: 3% 2%;
  list-style: none;
}
@media screen and (max-width: 900px) {
  #park .ttl_wrap {
    left: 60px !important;
    top: 16% !important;
  }
  #park .days_txt {
    padding: 50px 0 30px !important;
    margin-left: 5% !important;
    font-size: 18px !important;
  }
  #park .img_1 img {
    margin-top: -170px !important;
  }
  #park .bg_2 {
    margin-top: -170px !important;
    width: 38vw !important;
  }
  #park .img_3 {
    width: 47% !important;
  }
  #park .slide_txt {
    font-size: 1.4vw !important;
  }
  #park .select li {
    width: calc(55%/2) !important;
  }
}
@media screen and (max-width: 640px) {
  #park {
    /* @media screen and (max-width: 640px) */
  }
  #park ._sp {
    display: block !important;
  }
  #park ._pc {
    display: none !important;
  }
  #park .section .ttl_wrap {
    left: 20px !important;
    top: 17% !important;
  }
  #park .section .ttl_wrap .sub-ttl {
    font-size: 13px;
    color: #000;
  }
  #park .section .ttl_wrap .ttl {
    font-size: 22px;
    color: #000;
  }
  #park .section .bg_1 {
    display: block;
    width: 80vw;
    height: 100px;
    background-color: #39B54A;
    opacity: 0.2;
    right: 0;
    margin: 0 0 0 auto;
    position: relative;
    z-index: -1;
  }
  #park .section .img_1_sp {
    position: absolute;
    top: 3%;
    right: 0;
  }
  #park .section .img_1_sp img {
    width: 60vw;
  }
  #park .section .img_2_sp {
    margin-top: 27%;
    position: relative;
    z-index: 2;
  }
  #park .section .img_2_sp img {
    width: 82%;
  }
  #park .section .img_3_sp {
    margin-top: 7%;
  }
  #park .section .bg_2 {
    display: block;
    width: 73vw !important;
    height: 80vw;
    background-color: rgba(140, 198, 63, 0.2);
    margin-top: -250px !important;
    text-align: right;
    font-size: 18px;
  }
  #park .section .bg_2 .txt {
    margin-right: 1rem;
    margin-top: 15px;
    line-height: 2;
    letter-spacing: 3px;
    font-size: 3.5vw;
  }
  #park .section .bg_2 .txt .txt_gr {
    color: #39B54A;
  }
  #park .section .img_3 {
    width: 72%;
    position: fixed;
    right: 0;
    margin-top: 5%;
  }
  #park .section .days_txt {
    padding: 60px 0 20px !important;
    margin-left: 10%;
    font-size: 18px;
    letter-spacing: 2px;
  }
  #park .section .days_wrap {
    margin-top: -40px;
  }
  #park .section .days_wrap .days_txt {
    padding: 65px 0 15px;
    margin-left: 5%;
    font-size: 20px;
  }
  #park .section .days_wrap .slide {
    display: inline-block;
    margin: 0 3%;
    position: relative;
    margin: 7% 2%;
  }
  #park .section .days_wrap .slide .sliid_img {
    padding: 10px;
    width: 100%;
  }
  #park .section .days_wrap .slide .slide_txt {
    font-size: 12px !important;
  }
  #park .section .days_wrap .slide .slide_txt::before {
    width: 28px;
    height: 4px;
  }
  #park .section .days_wrap .slide .slide_txt::after {
    width: 28px;
    height: 4px;
    bottom: 10%;
    right: 0;
  }
  #park .section .days_wrap .slide .s_number {
    width: 60px;
    top: -8%;
    right: 12%;
    z-index: 5;
  }
  #park .section .days_wrap .swipe {
    width: 30%;
    margin: -10px 0 0 auto;
    margin-right: 3%;
    padding-bottom: 5%;
  }
  #park .plan p {
    font-size: 20px !important;
    letter-spacing: 1px !important;
  }
  #park .plan .select {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  #park .plan .select li {
    width: calc(65%/1) !important;
  }
}