.second-mv-title {
  width: 100%;
  height: 8.4rem;
  display: block;
  background: #fff;
  border: 1px solid #074097;
}
@media only screen and (max-width: 767px) {
  .second-mv-title {
    height: 16.3rem;
    border-width: 2px;
  }
}
.second-mv-title .title-box {
  padding: 0;
  margin-bottom: 5.5rem;
  background: none;
}
@media only screen and (max-width: 767px) {
  .second-mv-title .title-box {
    margin-bottom: 12rem;
  }
}
.second-mv-title .title-box h1 {
  justify-content: center;
  margin: 0;
  color: #074097;
}
@media only screen and (max-width: 767px) {
  .second-mv-title .title-box h1 {
    display: flex;
    flex-wrap: wrap;
  }
  .second-mv-title .title-box h1 span {
    background: none;
    padding: 2rem 0 0;
    width: 100%;
    text-align: center;
  }
}

.container {
  width: auto;
}

#range-single #shop-head {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  #range-single #shop-head {
    margin-top: 0;
  }
}
#range-single #shop-head .container {
  width: 120rem;
}
@media only screen and (max-width: 767px) {
  #range-single #shop-head .container {
    width: 68.7rem;
    margin: auto;
  }
}
#range-single #shop-head #shop-title {
  display: flex;
  align-items: center;
  font-size: 4rem;
  font-weight: 500;
  color: #074097;
  position: relative;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #074097;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  #range-single #shop-head #shop-title {
    font-size: 4.8rem;
    padding-bottom: 2rem;
    margin-bottom: 7rem;
  }
}
#range-single #shop-head #shop-title::before {
  content: "";
  background: url("../images/golfrange-single/title-icon.svg") no-repeat center/cover;
  width: 9.6rem;
  height: 6.8rem;
  display: block;
  margin-right: 3rem;
}
@media only screen and (max-width: 767px) {
  #range-single #shop-head #shop-title::before {
    width: 11.5rem;
    height: 8.2rem;
  }
}
#range-single #shop-head #shop-title::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0.4rem;
  background: #074097;
}
#range-single #shop-head .shop-info {
  padding: 3rem;
  background: #eef2f8;
}
@media print, screen and (min-width: 768px) {
  #range-single #shop-head .shop-info {
    display: flex;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  #range-single #shop-head .shop-info {
    padding: 4rem;
  }
}
#range-single #shop-head .shop-info .google-map {
  width: 46.7rem;
}
@media only screen and (max-width: 767px) {
  #range-single #shop-head .shop-info .google-map {
    width: 100%;
  }
}
#range-single #shop-head .shop-info .google-map iframe {
  height: 45rem;
}
@media only screen and (max-width: 767px) {
  #range-single #shop-head .shop-info .google-map iframe {
    height: 35rem;
  }
}
#range-single #shop-head .shop-info .shop-info-content {
  margin-left: auto;
}
@media print, screen and (min-width: 768px) {
  #range-single #shop-head .shop-info .shop-info-content {
    width: 63rem;
  }
}
@media print, screen and (min-width: 768px) {
  #range-single #shop-head .shop-info .shop-info-content dl {
    display: flex;
    align-items: flex-start;
  }
}
#range-single #shop-head .shop-info .shop-info-content dl:not(:last-of-type) {
  border-bottom: 1px solid #839fcb;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
#range-single #shop-head .shop-info .shop-info-content dl dt {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  #range-single #shop-head .shop-info .shop-info-content dl dt {
    margin-right: 2rem;
    width: 14rem;
  }
}
@media only screen and (max-width: 767px) {
  #range-single #shop-head .shop-info .shop-info-content dl dt {
    margin-bottom: 1rem;
  }
}
#range-single #shop-head .shop-info .shop-info-content dl dt::before {
  content: "";
  width: 2.6rem;
  height: 2.7rem;
  display: block;
  margin-right: 1.5rem;
}
@media only screen and (max-width: 767px) {
  #range-single #shop-head .shop-info .shop-info-content dl dt::before {
    width: 4rem;
    height: 4.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  #range-single #shop-head .shop-info .shop-info-content dl dd {
    width: calc(100% - 16rem);
  }
}
@media only screen and (max-width: 767px) {
  #range-single #shop-head .shop-info .shop-info-content dl.time dt {
    margin-bottom: 1rem;
  }
}
#range-single #shop-head .shop-info .shop-info-content dl.time dt::before {
  background: url("../images/common/icon_time.svg") no-repeat center/100%;
}
@media only screen and (max-width: 767px) {
  #range-single #shop-head .shop-info .shop-info-content dl.time dt::before {
    background-size: contain;
  }
}
#range-single #shop-head .shop-info .shop-info-content dl.tel {
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #range-single #shop-head .shop-info .shop-info-content dl.tel {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #range-single #shop-head .shop-info .shop-info-content dl.tel dt {
    margin-bottom: 1rem;
  }
}
#range-single #shop-head .shop-info .shop-info-content dl.tel dt::before {
  background: url("../images/golfrange-single/info-icon2.svg") no-repeat center/100%;
}
@media only screen and (max-width: 767px) {
  #range-single #shop-head .shop-info .shop-info-content dl.tel dt::before {
    background-size: contain;
  }
}
#range-single #shop-head .shop-info .shop-info-content dl.tel dd a {
  font-family: "Outfit", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  #range-single #shop-head .shop-info .shop-info-content dl.tel dd a {
    font-size: 3.6rem;
  }
}
#range-single #shop-head .shop-info .shop-info-content dl.tel dd p {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  #range-single #shop-head .shop-info .shop-info-content dl.tel dd p {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  #range-single #shop-head .shop-info .shop-info-content dl.access dt {
    margin-bottom: 1rem;
  }
}
#range-single #shop-head .shop-info .shop-info-content dl.access dt::before {
  background: url("../images/common/icon_carport.svg") no-repeat center/100%;
}
@media only screen and (max-width: 767px) {
  #range-single #shop-head .shop-info .shop-info-content dl.access dt::before {
    background-size: contain;
  }
}
@media only screen and (max-width: 767px) {
  #range-single #shop-head .shop-info .shop-info-content dl.address {
    display: flex;
  }
}
#range-single #shop-head .shop-info .shop-info-content dl.address::before {
  background: url("../images/common/icon_map.svg") no-repeat center/100%;
  content: "";
  width: 2.6rem;
  height: 2.7rem;
  display: block;
  margin-right: 1.5rem;
}
@media only screen and (max-width: 767px) {
  #range-single #shop-head .shop-info .shop-info-content dl.address::before {
    background-size: contain;
    width: 4rem;
    height: 4.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  #range-single #shop-head .shop-info .shop-info-content dl.address dd {
    width: calc(100% - 4.1rem);
  }
}
@media only screen and (max-width: 767px) {
  #range-single #shop-head .shop-info .shop-info-content dl.address dd {
    width: calc(100% - 6rem);
  }
}
#range-single #shop-head .shop-info .shop-info-content dl.address dd p {
  color: #000;
  margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
  #range-single #shop-head .shop-info .shop-info-content dl.address dd p {
    font-size: 2.6rem;
  }
}
#range-single #shop-head .shop-info .shop-info-content dl dt,
#range-single #shop-head .shop-info .shop-info-content dl dd {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.555;
  color: #074097;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #range-single #shop-head .shop-info .shop-info-content dl dt,
#range-single #shop-head .shop-info .shop-info-content dl dd {
    font-size: 2.8rem;
  }
}
#range-single #school-photo-wrapper .container-secondary {
  width: 100vw;
  margin-bottom: 10rem;
}
#range-single #school-photo-wrapper .container-secondary .slick-slide img {
  height: auto;
  transform: scale(0.83);
  transition: 0.3s;
  width: 100%;
}
#range-single #school-photo-wrapper .container-secondary .slick-center img {
  opacity: 1;
  transform: scale(1);
}
#range-single #school-photo-wrapper .container-secondary .slick-arrow {
  width: 6rem;
  height: 6rem;
  border: 1px solid #999;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 6rem;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  #range-single #school-photo-wrapper .container-secondary .slick-arrow {
    width: 8.75rem;
    height: 8.75rem;
  }
}
#range-single #school-photo-wrapper .container-secondary .slick-arrow::before, #range-single #school-photo-wrapper .container-secondary .slick-arrow::after {
  content: "";
  width: 0.85rem;
  height: 0.85rem;
  border-top: 2px solid #074097;
  border-right: 2px solid #074097;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  #range-single #school-photo-wrapper .container-secondary .slick-arrow::before, #range-single #school-photo-wrapper .container-secondary .slick-arrow::after {
    width: 1.7rem;
    height: 1.7rem;
  }
}
#range-single #school-photo-wrapper .container-secondary .slick-arrow.slick-prev {
  left: calc(33.3333333333% - 9rem) !important;
}
@media only screen and (max-width: 767px) {
  #range-single #school-photo-wrapper .container-secondary .slick-arrow.slick-prev {
    left: 1rem !important;
  }
}
#range-single #school-photo-wrapper .container-secondary .slick-arrow.slick-prev::before, #range-single #school-photo-wrapper .container-secondary .slick-arrow.slick-prev::after {
  transform: rotate(-135deg);
  left: 0.9rem;
}
#range-single #school-photo-wrapper .container-secondary .slick-arrow.slick-prev::after {
  right: -12rem;
}
#range-single #school-photo-wrapper .container-secondary .slick-arrow.slick-prev:hover::before {
  left: -12rem;
}
#range-single #school-photo-wrapper .container-secondary .slick-arrow.slick-prev:hover::after {
  right: 0;
}
#range-single #school-photo-wrapper .container-secondary .slick-arrow.slick-next {
  right: calc(33.3333333333% - 9rem) !important;
}
@media only screen and (max-width: 767px) {
  #range-single #school-photo-wrapper .container-secondary .slick-arrow.slick-next {
    right: 1rem !important;
  }
}
#range-single #school-photo-wrapper .container-secondary .slick-arrow.slick-next::before, #range-single #school-photo-wrapper .container-secondary .slick-arrow.slick-next::after {
  transform: rotate(45deg);
  right: 0.6rem;
}
#range-single #school-photo-wrapper .container-secondary .slick-arrow.slick-next::after {
  left: -12rem;
}
#range-single #school-photo-wrapper .container-secondary .slick-arrow.slick-next:hover::before {
  right: -12rem;
}
#range-single #school-photo-wrapper .container-secondary .slick-arrow.slick-next:hover::after {
  left: 0;
}
#range-single #school-photo-wrapper .container-secondary .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.8rem;
}
@media only screen and (max-width: 767px) {
  #range-single #school-photo-wrapper .container-secondary .slick-dots {
    bottom: -4rem;
  }
}
#range-single #school-photo-wrapper .container-secondary .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  #range-single #school-photo-wrapper .container-secondary .slick-dots li {
    width: 1.5rem;
    height: 1.5rem;
  }
}
#range-single #school-photo-wrapper .container-secondary .slick-dots li button {
  width: inherit;
  height: inherit;
}
#range-single #school-photo-wrapper .container-secondary .slick-dots li button::before {
  content: "";
  border: 1px solid #808080;
  background: #fff;
  border-radius: 1rem;
  width: inherit;
  height: inherit;
  opacity: 1;
}
#range-single #school-photo-wrapper .container-secondary .slick-dots li.slick-active button::before {
  background: #808080;
}
#range-single .container-secondary {
  width: 110rem;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  #range-single .container-secondary {
    width: 68.7rem;
    margin: 0 auto 10rem;
  }
}
#range-single .price-table-wrap {
  overflow: auto;
}
#range-single .price-table-wrap + .price-table-wrap {
  margin-top: 8rem;
}
#range-single .price-table-wrap table {
  width: 100%;
  margin-bottom: 1.5rem;
}
#range-single .price-table-wrap table th,
#range-single .price-table-wrap table td {
  text-align: center;
  vertical-align: middle;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 2.2rem 0.5rem;
  border: 1px solid #074097;
  line-height: 1.14;
}
@media print, screen and (min-width: 768px) {
  #range-single .price-table-wrap table th,
#range-single .price-table-wrap table td {
    width: 24rem;
  }
}
@media only screen and (max-width: 767px) {
  #range-single .price-table-wrap table th,
#range-single .price-table-wrap table td {
    font-size: 2.8rem;
  }
}
#range-single .price-table-wrap table th.left-title,
#range-single .price-table-wrap table td.left-title {
  width: 15rem;
}
@media only screen and (max-width: 767px) {
  #range-single .price-table-wrap table th.left-title,
#range-single .price-table-wrap table td.left-title {
    width: 10rem;
  }
}
#range-single .price-table-wrap table th {
  color: #074097;
  background: #eef2f8;
}
#range-single .price-table-wrap table th.other {
  background: #d2ddec;
}
#range-single .price-table-wrap table th.table-title {
  width: 38rem;
}
@media only screen and (max-width: 767px) {
  #range-single .price-table-wrap table th.table-title {
    width: 45%;
  }
}
#range-single .price-table-wrap table th.table-title-wide {
  width: 72rem;
}
@media only screen and (max-width: 767px) {
  #range-single .price-table-wrap table th.table-title-wide {
    width: 55%;
  }
}
#range-single .price-table-wrap p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  #range-single .price-table-wrap p {
    font-size: 2.6rem;
  }
}
#range-single h3 {
  text-align: center;
  background: #074097;
  color: #fff;
  border-radius: 1.3rem;
  line-height: 5rem;
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 2rem;
  padding-bottom: 0;
  border: none;
}
@media only screen and (max-width: 767px) {
  #range-single h3 {
    font-size: 3.3rem;
    line-height: 7.5rem;
  }
}
#range-single .school-price {
  background: none;
  padding: 0;
  margin: 0;
}
#range-single .school-price-caption {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  #range-single .school-price-caption {
    font-size: 2.8rem;
  }
}
/*# sourceMappingURL=golfrange-single.css.map */