@charset "UTF-8";
.detail_page .common-title {
  font-size: 3.2rem;
}
.detail_page .hotel-photogallery-block {
  margin-top: 50px;
  margin-bottom: 80px;
}
.detail_page .hotel-photogallery-block .swiper .swiper-slide {
  width: 100%;
}
.detail_page .hotel-photogallery-block .swiper img {
  width: 100%;
  border-radius: 10px;
  max-height: 5000px;
  width: 100%;
  max-width: 750px;
  aspect-ratio: 750/500;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.detail_page .hotel-photogallery-block .swiper .swiper-button-prev,
.detail_page .hotel-photogallery-block .swiper .swiper-button-next {
  width: 60px;
}
.detail_page .hotel-photogallery-block .swiper-pagination {
  position: relative;
  bottom: -20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.detail_page .hotel-photogallery-block .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
}
.detail_page .hotel-photogallery-block .swiper-pagination .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
}
.detail_page .hotel-photogallery-block .intro-parts {
  padding: 99px 80px 60px 80px;
  background-color: #F6F6F6;
  width: calc(100% - 40px);
  margin: 0 auto;
  margin-top: -49px;
}
.detail_page .hotel-photogallery-block .intro-parts .brand,
.detail_page .hotel-photogallery-block .intro-parts .Membership {
  display: inline;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 12px;
  font-size: 1.4rem;
}
.detail_page .hotel-photogallery-block .intro-parts .brand {
  margin-right: 10px;
}
.detail_page .hotel-photogallery-block .intro-parts .brand a {
  color: #ffffff;
}
.detail_page .hotel-photogallery-block .intro-parts .brand.brand-01 {
  background-color: #3A97C4;
}
.detail_page .hotel-photogallery-block .intro-parts .brand.brand-02 {
  background-color: #31919D;
}
.detail_page .hotel-photogallery-block .intro-parts .brand.brand-03 {
  background-color: #9B7055;
}
.detail_page .hotel-photogallery-block .intro-parts .brand.brand-04 {
  background-color: #A15557;
}
.detail_page .hotel-photogallery-block .intro-parts .brand.brand-05 {
  background-color: #374278;
}
.detail_page .hotel-photogallery-block .intro-parts .Membership {
  background-color: #C39A63;
  color: #ffffff;
  position: relative;
}
.detail_page .hotel-photogallery-block .intro-parts .Membership svg {
  position: absolute;
  top: 50%;
  right: -23%;
  transform: translate(-50%, -50%);
  width: 22.2px;
  height: 22.2px;
}
.detail_page .hotel-photogallery-block .intro-parts .Membership svg image {
  width: 22.2px;
  height: 22.2px;
}
.detail_page .hotel-photogallery-block .intro-parts .inner-title {
  font-size: 3.2rem;
  font-weight: 600;
  margin-top: 17px;
  margin-bottom: 20px;
}
.detail_page .hotel-photogallery-block .intro-parts .taxonomy {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.detail_page .hotel-photogallery-block .intro-parts .taxonomy a {
  padding: 2px 6px;
  font-size: 1.4rem;
  border-radius: 4px;
  color: #12467F;
  border: 1px solid #12467F;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
}
.detail_page .hotel-photogallery-block .intro-parts .taxonomy a:hover {
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: #12467F;
}
.detail_page .hotel-photogallery-block .intro-parts .feature {
  font-size: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.detail_page .hotel-photogallery-block .intro-parts .feature p {
  margin-right: 10px;
}
.detail_page .hotel-photogallery-block .intro-parts .feature ul {
  display: flex;
}
.detail_page .hotel-photogallery-block .intro-parts .feature ul li {
  position: relative;
  padding-right: 1rem;
  margin-right: 1rem;
}
.detail_page .hotel-photogallery-block .intro-parts .feature ul li::after {
  content: "";
  position: absolute;
  top: 44%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 1.2em;
  background-color: #777777;
}
.detail_page .hotel-photogallery-block .intro-parts .feature ul li:last-child::after {
  content: none;
}
.detail_page .hotel-photogallery-block .intro-parts .btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.detail_page .hotel-photogallery-block .intro-parts .btn a.btn {
  width: 49%;
  margin: inherit;
}
.detail_page .hotel-photogallery-block .intro-parts .btn a.btn:nth-of-type(2) {
  margin-left: 10px;
}
.detail_page .hotel-spending-block {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto 80px;
  padding: 0px 20px;
}
.detail_page .hotel-spending-block h2 {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
  border-bottom: 1px solid #000000;
}
.detail_page .hotel-spending-block ul {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  justify-content: space-between;
}
.detail_page .hotel-spending-block li {
  max-width: 310px;
  width: 31%;
}
.detail_page .hotel-spending-block li img {
  border-radius: 16px;
  width: 100%;
  margin-bottom: 20px;
}
.detail_page .hotel-spending-block li .sub-title {
  margin-bottom: 10px;
  text-align: center;
}
.detail_page .hotel-spending-block li .textarea a {
  text-decoration: underline;
  color: #5288C3;
}
.detail_page .hotel-spending-block li .btn {
  margin-top: 30px;
}
.detail_page .hotel-spending-block li:nth-of-type(1) img, .detail_page .hotel-spending-block li:nth-of-type(2) img, .detail_page .hotel-spending-block li:nth-of-type(3) img {
  max-height: 310px;
  width: 100%;
  max-width: 310px;
  aspect-ratio: 310/220;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.detail_page .hotel-spending-block li:nth-of-type(2) {
  margin: 0 3% 0px 3%;
}
.detail_page .hotel-spending-block li:nth-of-type(4), .detail_page .hotel-spending-block li:nth-of-type(5) {
  width: 48%;
  max-width: 480px;
  margin-top: 60px;
}
.detail_page .hotel-spending-block li:nth-of-type(4) img, .detail_page .hotel-spending-block li:nth-of-type(5) img {
  max-width: 480px;
  aspect-ratio: 480/320; /* 横:縦の比率を指定（＝約3:2） */
  -o-object-fit: cover;
     object-fit: cover;
}
.detail_page .hotel-spending-block li:nth-of-type(5) {
  margin-left: 4%;
  margin-top: 60px;
}
.detail_page .hotel-spending-block li:nth-of-type(6) {
  width: 100%;
  max-width: 750px;
  margin: 60px auto 0;
}
.detail_page .hotel-spending-block li:nth-of-type(6) img {
  max-height: 500px;
  width: 100%;
  max-width: 750px;
  aspect-ratio: 750/500;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.detail_page .hotel-access-block {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto 60px;
  padding: 0px 20px;
}
.detail_page .hotel-access-block h2 {
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #000000;
  margin: 0 auto 30px;
  padding-bottom: 8px;
  line-height: 1;
}
.detail_page .hotel-access-block iframe {
  width: 100%;
  margin-bottom: 10px;
}
.detail_page .hotel-access-block span {
  display: inline-block;
}
.detail_page .contact-box {
  border-bottom: 1px solid #555555;
  margin: 0 auto;
  padding-bottom: 60px;
}
.detail_page .related-block {
  margin-top: 60px;
}
.detail_page .related-block h2 {
  font-weight: 600;
  max-width: 1024px;
  width: 100%;
  margin: 0 auto 20px;
  padding: 0px 20px;
}
.detail_page .related-block .card-parents {
  margin-bottom: 40px;
}

.hotel-feature-block {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto 80px;
  padding: 0px 20px;
}
.hotel-feature-block li {
  display: flex;
  gap: 35px;
}
.hotel-feature-block li a {
  margin-right: 0;
}
.hotel-feature-block li:nth-child(odd) {
  flex-direction: row-reverse;
}
.hotel-feature-block li:nth-child(odd) a {
  margin-left: 0;
}
.hotel-feature-block li:not(:last-child) {
  margin-bottom: 80px;
}
.hotel-feature-block .gallery {
  width: 50%;
}
.hotel-feature-block .f-detail {
  width: 50%;
}
.hotel-feature-block h2 {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 30px;
  border-bottom: 1px solid #000000;
}
.hotel-feature-block h3 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.hotel-feature-block p {
  margin-bottom: 30px;
}
.hotel-feature-block img {
  max-width: 480px;
  width: 100%;
  max-height: 320px;
  border-radius: 10px;
  width: 100%;
  aspect-ratio: 480/320;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.hotel-feature-block a {
  font-size: 1.4rem;
}

.hdt-container {
  margin-bottom: 60px;
}
.hdt-container .htd-block {
  padding: 0 20px;
}
.hdt-container form {
  background-color: #F1EDED;
  padding: 30px 50px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  border-radius: 16px;
}
.hdt-container form .hdt_section .hdt-ttl {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.hdt-container form .hdt_section .labels-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.hdt-container form .hdt_section .labels-wrap:not(:last-child) {
  margin-bottom: 20px;
}
.hdt-container form .hdt_section label {
  margin: 3px 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 8px;
  line-height: 1;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
}
.hdt-container form .hdt_section label:hover {
  background-color: #5288C3;
  color: #ffffff;
}
.hdt-container form .hdt_section label:hover input {
  border: 1px solid #ffffff;
}
.hdt-container form .hdt_section label input {
  margin-right: 10px;
}
.hdt-container form .hdt_section01 {
  margin-bottom: 30px;
  border-bottom: 1px solid #555555;
  padding-bottom: 20px;
}
.hdt-container form .hdt_section01 .hdt_inner01-1 {
  max-width: 630px;
  width: 100%;
}
.hdt-container form .hdt_section02 {
  overflow: hidden;
  transition: height 0.3s ease; /* 高さを0→内容にアニメーション */
}
.hdt-container form .hdt_section02 .hdt_inner02 {
  border-bottom: 1px solid #555555;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.hdt-container form .hdt_section02 .hdt-box:not(:last-child) {
  margin-bottom: 20px;
}
.hdt-container form .hdt_section02.open {
  height: auto; /* JS で高さをセットする */
}
.hdt-container form .hdt_free-word .hdt_input {
  position: relative;
}
.hdt-container form .hdt_free-word .hdt_input button {
  position: absolute;
  top: 36%;
  left: 12px;
}
.hdt-container form .hdt_free-word .hdt_input input {
  padding: 10px 12px 10px 27px;
}
.hdt-container form .additional-area {
  display: flex;
  align-items: center;
}
.hdt-container form .additional-area .hdt-clear {
  font-size: 1.2rem;
  color: #12467F;
  text-decoration: underline;
  cursor: pointer;
}
.hdt-container form .additional-area .hdt-clear:hover {
  opacity: 0.7;
}
.hdt-container form .additional-area:hover .hdt-add-btn svg path {
  stroke: #ffffff;
}
.hdt-container form .btn.btn-duble {
  max-width: 420px;
  margin-left: 22%;
  margin: 0 0 0 22%; /* top:0, right:0, bottom:0, left:22% */
}
.hdt-container form .btn.btn-duble .btn {
  max-width: 200px;
  width: 48%;
  padding: 6px 13px;
  font-size: 1.4rem;
  cursor: pointer;
}
.hdt-container .card-parents {
  margin-bottom: 80px;
}

.list-default-container .card-parents {
  margin-bottom: 80px;
}

.hdt-words, .hdt-error {
  font-family: "Zen Old Mincho", serif;
}

.hdt-words {
  max-width: 1000px;
  width: 100%;
  margin: 30px auto 60px;
  font-size: 2rem;
  font-weight: 600;
}

.hdt-error {
  max-width: 1000px;
  width: 100%;
  margin: 30px auto 40px;
  background-color: #F4F7F8;
  border-radius: 16px;
  padding: 50px 20px;
  text-align: center;
}
.hdt-error p {
  margin-bottom: 10px;
  font-weight: 600;
}
.hdt-error span {
  font-size: 1.4rem;
}
.hdt-error span.red {
  color: red;
}

.hdt-area {
  max-width: 1040px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto 20px;
  font-size: 2rem;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
}

@media screen and (max-width: 768px) {
  .detail_page .common-title {
    font-size: 1.6rem;
  }
  .detail_page .common-title h1 {
    font-size: 1.6rem;
  }
  .detail_page .hotel-photogallery-block {
    background-color: #F6F6F6;
    margin-bottom: 60px;
  }
  .detail_page .hotel-photogallery-block .slide-block-photogallery {
    padding-bottom: 0px;
  }
  .detail_page .hotel-photogallery-block .swiper img {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .detail_page .hotel-photogallery-block .swiper .swiper-button-prev,
  .detail_page .hotel-photogallery-block .swiper .swiper-button-next {
    width: 40px;
  }
  .detail_page .hotel-photogallery-block .intro-parts {
    padding: 109px 20px 60px 20px;
    width: 100%;
  }
  .detail_page .hotel-photogallery-block .intro-parts .inner-title {
    font-size: 2rem;
  }
  .detail_page .hotel-photogallery-block .intro-parts .btn a.btn {
    width: 100%;
  }
  .detail_page .hotel-photogallery-block .intro-parts .btn a.btn:nth-of-type(2) {
    margin-left: 0px;
    margin-top: 20px;
  }
  .detail_page .hotel-spending-block {
    padding: 0px 20px;
  }
  .detail_page .hotel-spending-block ul {
    display: block;
  }
  .detail_page .hotel-spending-block li {
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 100%;
    margin-bottom: 40px;
  }
  .detail_page .hotel-spending-block li:nth-of-type(1) img, .detail_page .hotel-spending-block li:nth-of-type(2) img, .detail_page .hotel-spending-block li:nth-of-type(3) img {
    aspect-ratio: 360/256;
  }
  .detail_page .hotel-spending-block li:nth-of-type(1) img, .detail_page .hotel-spending-block li:nth-of-type(6) img {
    max-height: 100%;
    max-width: 100%;
  }
  .detail_page .hotel-spending-block li:nth-of-type(2) {
    margin: 0 auto 40px;
  }
  .detail_page .hotel-spending-block li:nth-of-type(2), .detail_page .hotel-spending-block li:nth-of-type(3), .detail_page .hotel-spending-block li:nth-of-type(4), .detail_page .hotel-spending-block li:nth-of-type(5) {
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 100%;
    margin-top: 40px;
  }
  .detail_page .hotel-spending-block li:nth-of-type(2) img, .detail_page .hotel-spending-block li:nth-of-type(3) img, .detail_page .hotel-spending-block li:nth-of-type(4) img, .detail_page .hotel-spending-block li:nth-of-type(5) img {
    max-height: 100%;
    max-width: 100%;
  }
  .detail_page .hotel-spending-block li:nth-of-type(5) {
    margin-left: 0;
  }
  .detail_page .hotel-spending-block li .textarea {
    margin-bottom: 0px;
  }
  .detail_page .hotel-spending-block li img {
    aspect-ratio: 360/256;
  }
  .detail_page .hotel-access-block iframe {
    margin-bottom: 20px;
    height: 400px;
  }
  .detail_page .hotel-access-block span.is-sp {
    color: #5288C3;
    text-decoration: underline;
  }
  .detail_page .hotel-contact-block {
    padding: 0px 20px;
  }
  .detail_page .related-block {
    margin-top: 30px;
  }
  .detail_page .related-block h2 {
    text-align: center;
  }
  .hotel-feature-block li {
    flex-direction: column-reverse;
    /* 縦並び＋順序反転 */
    gap: 0px;
  }
  .hotel-feature-block li:nth-child(odd) {
    /* 縦並び＋順序反転 */
    flex-direction: column-reverse;
  }
  .hotel-feature-block li:nth-child(odd) a {
    margin-left: auto;
  }
  .hotel-feature-block li:not(:last-child) {
    margin-bottom: 60px;
  }
  .hotel-feature-block li .f-detail {
    margin-bottom: 30px;
  }
  .hotel-feature-block li a {
    margin-right: auto;
  }
  .hotel-feature-block .gallery {
    width: 100%;
  }
  .hotel-feature-block .f-detail {
    width: 100%;
  }
  .hotel-feature-block p {
    margin-bottom: 20px;
  }
  .hotel-feature-block .gallery {
    margin-bottom: 0;
  }
  .hotel-feature-block img {
    max-width: 100%;
    max-height: 100%;
  }
  .hdt-container form {
    padding: 20px;
  }
  .hdt-container form .additional-area {
    flex-direction: column-reverse;
  }
  .hdt-container form .btn.btn-duble {
    margin: 0 auto 20px;
  }
  .hdt-words {
    padding: 0px 20px;
  }
}/*# sourceMappingURL=post-detail.css.map */