.detail_wrap {
  margin-top: 40px;
}
.detail_wrap h2 {
  text-align: center;
  font-size: 2.8rem;
}
@media all and (max-width: 767px) {
  .detail_wrap {
    margin-top: 10px;
  }
  .detail_wrap h2 {
    font-size: 2.2rem;
  }
}

.detail_c2 {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 20px;
}
.detail_c2 .img {
  width: 49%;
}
.detail_c2 .img img {
  width: 100%;
  border-radius: 5px;
}
.detail_c2 .cont {
  width: 49%;
}
.detail_c2 .cont .txt_in {
  margin: 20px 0;
}
@media all and (max-width: 767px) {
  .detail_c2 {
    margin-top: 20px;
    display: block;
  }
  .detail_c2 .img {
    width: 100%;
    margin-bottom: 10px;
  }
  .detail_c2 .cont {
    width: 100%;
  }
  .detail_c2 .cont .txt_in {
    margin: 20px 0;
  }
}

.btnc2 {
  margin: 20px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 95%;
}
.btnc2 a {
  margin-right: 20px;
}
@media all and (max-width: 767px) {
  .btnc2 {
    width: 100%;
    display: block;
  }
  .btnc2 a {
    margin: 0 auto;
  }
}

.maps {
  margin-top: 40px;
}
.maps iframe {
  width: 100%;
  aspect-ratio: 16/6;
}
@media all and (max-width: 767px) {
  .maps iframe {
    aspect-ratio: 16/17.5;
  }
}

.tx_under {
  margin-top: 10px;
}

.back_btn {
  text-align: center;
  margin-top: 30px;
}
.back_btn a {
  display: inline-block;
  text-decoration: none;
  color: #1C489F;
  font-size: 1.4rem;
  font-weight: bold;
  transition: all 0.3s ease;
}
.back_btn a:hover {
  opacity: 0.6;
}

@media all and (max-width: 767px) {
  .btnpc {
    display: none;
  }
}

.btnsp {
  display: none;
}
@media all and (max-width: 767px) {
  .btnsp {
    display: block;
  }
}

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