/* _setting CSS */
@keyframes stroke {
  0% {
    stroke-dashoffset: 1800;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/* min-width:751px | 751px ~
------------------------------------------------------------------------- */
@media screen and (min-width: 751px) {
  /* @media screen
  ------------------------------------------------------------------------- */
  #sec1 {
    margin: 0 0 260px;
  }
  #sec1 .img1 {
    margin: 0 0 140px;
  }
  #sec1 ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 60px;
  }
  #sec1 ul li .text {
    width: 600px;
    padding: 0 0 0 60px;
  }
  #sec1 ul li .text h3 {
    margin: 0 0 15px;
    font-size: 2.6rem;
  }
  #sec1 ul li .text p {
    line-height: 2.2;
  }
  #sec1 ul li .img {
    width: 580px;
  }
  #sec1 ul li .img img {
    width: 700px;
    max-width: 200%;
  }
  #sec1 ul li:nth-child(odd) .text {
    order: 2;
  }
  #sec1 ul li:nth-child(odd) .img img {
    position: relative;
    left: -120px;
  }
  #sec1 .swiper-container .swiper-slide {
    width: 330px;
    padding: 0 5px;
  }

  #sec2 {
    margin: 0 0 250px;
  }
  #sec2 .hd_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 145px;
  }
  #sec2 .hd_wrap h2 {
    position: relative;
    margin: 0 255px 0 0;
    font-size: 3rem;
  }
  #sec2 .hd_wrap h2::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    width: 140px;
    height: 1px;
    margin: 0 0 0 60px;
    background: #141414;
  }
  #sec2 .hd_wrap p {
    line-height: 2.2;
    font-size: 1.6rem;
  }
  #sec2 ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 1230px;
    margin: 0 auto;
  }
  #sec2 ul li {
    position: relative;
    width: 350px;
    padding: 0 0 110px 45px;
  }
  #sec2 ul li:nth-child(2) {
    margin: 60px 75px 0;
  }
  #sec2 ul li:nth-child(4), #sec2 ul li:nth-child(5) {
    margin: 0 45px 0;
  }
  #sec2 ul li:nth-child(3n-1) {
    margin-top: 60px;
  }
  #sec2 ul li:nth-child(3n) {
    margin-top: 120px;
  }
  #sec2 ul li h3 {
    position: absolute;
    top: -45px;
    left: 0;
  }
  #sec2 ul li h3 span {
    display: block;
  }
  #sec2 ul li h3 .ff_tr {
    padding: 0 0 15px;
    color: #8b6990;
    font-size: 2.8rem;
  }
  #sec2 ul li h3 .t_v {
    position: relative;
    left: -8px;
    font-size: 2rem;
    letter-spacing: 0.08em;
  }
  #sec2 ul li .img {
    width: 300px;
    margin: 0 0 25px;
  }
  #sec2 ul li .text1 {
    line-height: 2;
    font-size: 1.4rem;
    letter-spacing: 0;
    white-space: nowrap;
  }
  #sec2 .reserve_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #sec2 .reserve_wrap .btn {
    width: 525px;
  }
  #sec2 .reserve_wrap .btn a {
    padding: 37px 40px 39px 60px;
  }
  #sec2 .reserve_wrap .text p {
    line-height: 2.1;
    font-size: 1.6rem;
  }
  #sec2 .reserve_wrap .text .notice {
    margin: 20px 0 0;
    font-size: 1.3rem;
  }

  /* @media screen
  ------------------------------------------------------------------------- */
}
/* ////.min-width:751px | 751px ~
---------------------------------------------------------------------
------------
------------
------------
------------
------------
------------
------------
------------
------------
------------
max-width:750px | ~ 750px
------------------------------------------------------------------------- */
@media screen and (max-width: 750px) {
  /* @media screen
  ------------------------------------------------------------------------- */
  #sec1 {
    margin: 0 0 18.6666666667vw;
  }
  #sec1 .img1 {
    margin: 0 -4vw 17.3333333333vw;
  }
  #sec1 ul li {
    display: flex;
    flex-direction: column;
    margin: 0 0 17.3333333333vw;
  }
  #sec1 ul li .text {
    order: 2;
  }
  #sec1 ul li .text h3 {
    margin: 0 0 2vw;
    font-size: 4.2rem;
  }
  #sec1 ul li .text p {
    line-height: 1.8;
  }
  #sec1 ul li .img {
    margin: 0 0 4vw;
  }
  #sec1 .swiper-container .swiper-slide {
    width: 76.6666666667vw;
    padding: 0 1.3333333333vw;
  }

  #sec2 {
    margin: 0 0 21.3333333333vw;
  }
  #sec2 .hd_wrap {
    margin: 0 0 22.9333333333vw;
    padding: 0 8vw;
  }
  #sec2 .hd_wrap h2 {
    margin: 0 0 2.6666666667vw;
    font-size: 4rem;
  }
  #sec2 .hd_wrap p {
    position: relative;
    line-height: 2.2;
    padding: 0 0 0 6vw;
  }
  #sec2 .hd_wrap p::before {
    content: "";
    position: absolute;
    top: 4vw;
    left: -8vw;
    width: 9.6vw;
    height: 1px;
    background: #141414;
  }
  #sec2 ul {
    padding: 0 8vw;
  }
  #sec2 ul li {
    position: relative;
    padding: 0 0 24vw;
  }
  #sec2 ul li:last-child {
    padding: 0 0 17.3333333333vw;
  }
  #sec2 ul li:nth-child(even) .img {
    padding: 0 14.9333333333vw 0 2.6666666667vw;
  }
  #sec2 ul li:nth-child(even) h3 {
    right: 0;
    left: auto;
  }
  #sec2 ul li h3 {
    position: absolute;
    top: -9.6vw;
    left: 0;
  }
  #sec2 ul li h3 span {
    display: block;
  }
  #sec2 ul li h3 .t_v {
    position: relative;
    left: -0.7vw;
    font-size: 3.2rem;
    letter-spacing: 0.08em;
  }
  #sec2 ul li h3 .ff_tr {
    padding: 0 0 15px 2px;
    color: #8b6990;
    font-size: 4.6rem;
  }
  #sec2 ul li .img {
    padding: 0 2.6666666667vw 0 14.9333333333vw;
    margin: 0 0 5.3333333333vw;
  }
  #sec2 ul li .text1 {
    line-height: 1.8;
    font-size: 2.4rem;
    white-space: nowrap;
  }
  #sec2 .reserve_wrap .text .btn {
    margin: 4.6666666667vw 0;
  }
  #sec2 .reserve_wrap .text .notice {
    font-size: 2.4rem;
  }

  /* @media screen
  ------------------------------------------------------------------------- */
}

/*# sourceMappingURL=facilities.css.map */
