@charset "UTF-8";
/* ======================================================
	hover
========================================================= */
/* =============================================
- btn_standard
================================================ */
.btn_standard:before {
  background-color: #9BABAB;
}

/* ======================================================
	cta
========================================================= */
#cta_block_ticket .cta_block_ticket_link:after {
  background-color: #E0E5E5;
}
#cta_block_ticket .cta_block_ticket_link:hover {
  border-color: #E0E5E5;
}

/* ======================================================
	archive_news
========================================================= */
@media screen and (min-width: 1080px) {
  #wrapper .archive_news .post_title_text:hover {
    color: #9BABAB;
  }
}

/* ======================================================
	archive_event
========================================================= */
@media screen and (min-width: 1080px) {
  #wrapper .archive_event_post_link:hover {
    background-color: #E0E5E5;
  }
}

/* =============================================
- pagination
================================================ */
@media screen and (min-width: 1080px) {
  #wrapper .pagination li:not(.current) a:hover {
    background-color: #9BABAB;
    border-color: #9BABAB;
  }
}
@media screen and (min-width: 1080px) {
  #wrapper .pagination li.first a:hover, #wrapper .pagination li.prev a:hover, #wrapper .pagination li.last a:hover, #wrapper .pagination li.next a:hover, #wrapper .pagination li.back a:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #9BABAB;
  }
}
@media screen and (min-width: 1080px) {
  #wrapper .pagination .first a:hover, #wrapper .pagination .prev a:hover, #wrapper .pagination .last a:hover, #wrapper .pagination .next a:hover, #wrapper .pagination .back a:hover {
    color: #9BABAB;
  }
}
#wrapper .pagination .first a:hover:before, #wrapper .pagination .prev a:hover:before, #wrapper .pagination .last a:hover:before, #wrapper .pagination .next a:hover:before, #wrapper .pagination .back a:hover:before {
  border-color: #9BABAB;
}

/* ======================================================
	common
========================================================= */
.contents_inner {
  max-width: 1100px;
  margin: 0px auto;
}

#hotel {
  padding: 60px 5%;
}
@media screen and (min-width: 768px) {
  #hotel {
    padding: 80px 5%;
  }
}
@media screen and (min-width: 1080px) {
  #hotel {
    padding: 100px 0;
  }
}

.hotel_block {
  width: 100%;
}
.hotel_block + .hotel_block {
  margin-top: 30px;
  padding-top: 30px;
  border-top: solid 1px #d3d3d3;
}
@media screen and (min-width: 768px) {
  .hotel_block + .hotel_block {
    margin-top: 40px;
    padding-top: 40px;
  }
}
@media screen and (min-width: 1080px) {
  .hotel_block + .hotel_block {
    margin-top: 50px;
    padding-top: 50px;
  }
}
.hotel_block_inner {
  max-width: 990px;
  margin: 0px auto;
}

.hotel_name {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .hotel_name {
    font-size: 2.7rem;
  }
}
@media screen and (min-width: 1080px) {
  .hotel_name {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1280px) {
  .hotel_name {
    font-size: 3.5rem;
  }
}

.hotel_image {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .hotel_image {
    display: flex;
    gap: 0 40px;
  }
}
.hotel_image .img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .hotel_image .img {
    width: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .hotel_image .img {
    width: 475px;
  }
}
.hotel_image .img + .img {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .hotel_image .img + .img {
    margin-top: 0;
  }
}
.hotel_image .img img {
  width: 100%;
}

.hotel_description {
  margin-top: 30px;
}

.single_bottom_btn {
  text-align: center;
  margin-top: 30px;
}
.single_bottom_btn .btn_standard {
  width: 230px;
}

/* ======================================================

	2024.7/12 ページ改修css

========================================================= */
.mg50 {
  margin-top: 60px;
}

.wrapper_title {
  border-bottom: 1px solid #D3D3D3;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .wrapper_title {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1080px) {
  .wrapper_title {
    margin-bottom: 50px;
  }
}
.wrapper_title .place_name {
  padding-bottom: 0.25em;
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .wrapper_title .place_name {
    font-size: 2.7rem;
  }
}
@media screen and (min-width: 1080px) {
  .wrapper_title .place_name {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1280px) {
  .wrapper_title .place_name {
    font-size: 3.5rem;
  }
}

.hotel_name {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .hotel_name {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1080px) {
  .hotel_name {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 1280px) {
  .hotel_name {
    font-size: 2.6rem;
  }
}

#hotel .location_map {
  margin-top: 40px;
}
#hotel .location_map span {
  line-height: 1.5em;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: 1.6rem;
}
#hotel .location_map span a {
  position: relative;
  display: inline-block;
  max-width: 250px;
  width: 100%;
  padding: 15px 20px 15px 55px;
  border-radius: 40px;
  background-color: #E0E5E5;
  color: #000;
  transition: all 0.5s;
}
#hotel .location_map span a:hover {
  opacity: 0.7;
}
#hotel .location_map span a::before {
  position: absolute;
  left: 25px;
  top: 18px;
  content: "";
  width: 12px;
  height: 17px;
  background: url(../../../assets/img/icon/pin.svg) no-repeat center/contain;
}/*# sourceMappingURL=hotel.css.map */