main {
  padding-bottom: 0;
}

.spots-style .spot-wrap {
  position: relative;
}

.spots-style .spot-wrap:nth-child(1) {
  padding-bottom: 100px;
}

@media screen and (max-width: 999px) {
  .spots-style .spot-wrap:nth-child(1) {
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 600px) {
  .spots-style .spot-wrap:nth-child(1) {
    padding-bottom: 50px;
  }
}

.spots-style .spot-wrap:nth-child(1) .detail h3 {
  padding: 20px 0 0 20px;
}

.spots-style .spot-wrap:nth-child(1) .detail .detail-inner:before {
  left: 0;
}

.spots-style .spot-wrap:nth-child(1) .mainimg {
  right: 0;
}

.spots-style .spot-wrap:nth-child(2) {
  padding: 0 0 50px;
  background-image: none;
}

@media screen and (max-width: 600px) {
  .spots-style .spot-wrap:nth-child(2) {
    padding-bottom: 25px;
  }
}

.spots-style .spot-wrap:nth-child(2) .detail h3 {
  padding: 20px 20px 0 0;
  text-align: right;
}

.spots-style .spot-wrap:nth-child(2) .detail .detail-inner:before {
  right: 0;
}

.spots-style .spot-wrap:nth-child(2) .detail .detail-inner .caption {
  margin-left: auto;
}

.spots-style .spot-wrap:nth-child(2) .detail .detail-inner .caption .thum {
  margin-left: auto;
}

.spots-style .spot-wrap:nth-child(2) .mainimg {
  left: 0;
}

.spots-style .spot-wrap .detail h3 {
  position: relative;
  font-size: 67px;
  font-size: 6.7rem;
  font-family: din-1451-lt-pro-engschrift, sans-serif;
  font-weight: lighter;
  line-height: 1;
  letter-spacing: 2px;
  color: #B1AD85;
  z-index: 1;
}

@media screen and (max-width: 999px) {
  .spots-style .spot-wrap .detail h3 {
    font-size: 58px;
    font-size: 5.8rem;
  }
}

@media screen and (max-width: 600px) {
  .spots-style .spot-wrap .detail h3 {
    display: none;
  }
}

.spots-style .spot-wrap .detail .detail-inner {
  position: relative;
  padding: 40px 60px;
  background-color: inherit;
}

@media screen and (max-width: 999px) {
  .spots-style .spot-wrap .detail .detail-inner {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 600px) {
  .spots-style .spot-wrap .detail .detail-inner {
    padding: 20px 0;
  }
}

.spots-style .spot-wrap .detail .detail-inner:before {
  position: absolute;
  content: "";
  width: 68%;
  height: 95%;
  background-color: #ffffff;
  top: -30px;
  left: 0;
}

@media screen and (max-width: 999px) {
  .spots-style .spot-wrap .detail .detail-inner:before {
    width: 100%;
    height: 103%;
  }
}

@media screen and (max-width: 600px) {
  .spots-style .spot-wrap .detail .detail-inner:before {
    height: 100%;
    top: 0;
  }
}

.spots-style .spot-wrap .detail .detail-inner .caption {
  position: relative;
  max-width: 355px;
  padding-bottom: 60px;
  z-index: 1;
}

@media screen and (max-width: 999px) {
  .spots-style .spot-wrap .detail .detail-inner .caption {
    max-width: 100%;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 600px) {
  .spots-style .spot-wrap .detail .detail-inner .caption {
    padding-bottom: 0;
  }
}

.spots-style .spot-wrap .detail .detail-inner .caption .ttl-caption-school {
  margin: 0 0 20px;
  font-size: 24px;
  font-size: 2.4rem;
}

@media screen and (max-width: 999px) {
  .spots-style .spot-wrap .detail .detail-inner .caption .ttl-caption-school {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

@media screen and (max-width: 600px) {
  .spots-style .spot-wrap .detail .detail-inner .caption .ttl-caption-school {
    margin-bottom: 10px;
    padding: 0 10px;
    font-size: 19px;
    font-size: 1.9rem;
  }
}

.spots-style .spot-wrap .detail .detail-inner .caption p {
  margin: 0 0 30px;
  font-size: 14px;
  font-size: 1.4rem;
}

.spots-style .spot-wrap .detail .detail-inner .caption .thum {
  max-width: 263px;
}

@media screen and (max-width: 999px) {
  .spots-style .spot-wrap .detail .detail-inner .caption .thum {
    display: none;
  }
}

.spots-style .spot-wrap .detail .detail-inner .points {
  position: relative;
  z-index: 1;
}

.spots-style .spot-wrap .mainimg {
  position: absolute;
  width: 52%;
  top: 0;
}

@media screen and (max-width: 999px) {
  .spots-style .spot-wrap .mainimg {
    display: none;
  }
}

.spots-style .spot-wrap .mainimg img {
  width: 100%;
}

.list {
  padding: 70px 0 150px;
  background-image: url(../img/common/bg_spot.jpg);
  background-repeat: repeat;
}

@media screen and (max-width: 999px) {
  .list {
    padding: 50px 0 150px;
  }
}

@media screen and (max-width: 600px) {
  .list {
    padding: 35px 0 100px;
  }
}

.list .table-row {
  padding: 50px;
  background-color: #ffffff;
}

@media screen and (max-width: 999px) {
  .list .table-row {
    padding: 30px;
  }
}

@media screen and (max-width: 600px) {
  .list .table-row {
    padding: 0;
  }
}

.list .table-row .table-wrap:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
  .list .table-row .table-wrap:not(:last-child) {
    margin-bottom: 0;
  }
}

.list .table-row .table-wrap .btn-more02 {
  margin-top: 30px;
}

@media screen and (max-width: 600px) {
  .list .table-row .table-wrap .btn-more02 {
    margin-top: 20px;
  }
}
/*# sourceMappingURL=school.css.map */