@charset "UTF-8";

/* body.single-hotels {
  background: #FFFEFB;
} */
body.single-hotels footer{
  margin-top: 1px;
}
body.single-hotels #faq{
  padding-bottom: 4rem;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  body.single-hotels #faq{
    padding-bottom: 0;
  }
}
.cat-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 18px;
  padding-top: 38px;
}
@media only screen and (max-width: 767px) {
  .cat-list {
    /* justify-content: space-between; */
    gap: 1em;
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .cat-list__item {
    width:calc((100% - 2em) / 3 )
    /* width: 46%; */
  }
}
.cat-list__item.current a {
  border-color: #5f6e74;
}
.cat-list__item a {
  color: inherit;
  border-bottom: 1px solid #bfc3c4;
  display: block;
  position: relative;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .cat-list__item a {
    width: 182px;
    padding: 10px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .cat-list__item a {
    font-size: 0.75rem;
    padding: 0.625rem;
  }
}
.cat-list__item a::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url(../images/common/ic_arrow-b-gray.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 10px;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(0%, -50%);
}
@media only screen and (max-width: 767px) {
  .cat-list__item a::after {
    width: 1.75rem;
    height: 1.75rem;
    background-size: 0.625rem;
  }
}

.block-hotels {
  margin-top: 53px;
}
.block-hotels .block-hotel:not(:last-of-type) {
  margin-bottom: 60px;
}
.block-hotels .block-hotel__title {
  background: #dfe0df;
  font-size: 20px;
  padding: 9px 18px;
  letter-spacing: 0.2em;
  margin-bottom: 38px;
}
@media only screen and (max-width: 767px) {
  .block-hotels .block-hotel__title {
    margin-bottom: 20px;
    font-size: 1.142em;
  }
  
}
.block-hotels .block-column {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .block-hotels .block-column {
    flex-flow: column;
    align-items: stretch;
    gap: 1.25rem;
  }
}
.block-hotels .block-column:not(:last-of-type) {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .block-hotels .block-column:not(:last-of-type) {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .block-hotels .block-column .img {
    width: 36.25%;
  }
}
.block-hotels .block-column .text {
  flex: 1;
}
.block-hotels .block-column .text-head .desc {
  font-size: 12px;
  letter-spacing: 0.15em;
  line-height: 1.6;
  margin-bottom: 6px;
}
@media only screen and (max-width: 767px) {
  .block-hotels .block-column .text-head .desc {
    font-size: 0.6875rem;
    margin-bottom: 0.375rem;
  }
}
.block-hotels .block-column .text-head .hotal-name {
  font-size: 24px;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 767px) {
  .block-hotels .block-column .text-head .hotal-name {
    font-size: 1.14em;
  }
}
.block-hotels .block-column .text-body {
  border-top: 1px solid #bfc3c4;
  padding-top: 16px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .block-hotels .block-column .text-body {
    padding-top: 0.625rem;
    margin-top: 1rem;
  }
}
.block-hotels .block-column .text-body .info-contents {
  font-size: 14px;
  letter-spacing: 0.07em;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .block-hotels .block-column .text-body .info-contents {
    font-size: 0.875em;
  }
}
.block-hotels .block-column .text-body .btn-area {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 18px;
}
@media only screen and (max-width: 767px) {
  .block-hotels .block-column .text-body .btn-area {
    margin-top: 1.125rem;
    flex-flow: row;
  }
}
.block-hotels .block-column .text-body .btn-area a:not(:last-of-type) {
  margin-right: 16px;
}
@media only screen and (max-width: 767px) {
  .block-hotels .block-column .text-body .btn-area a:not(:last-of-type) {
    margin-right: 0.625rem;
  }
}
.block-hotels .block-column .text-body .btn-area .btn-view-all {
  padding: 0.7em;
  border-radius: 0.3em;
  font-size: 14px;

  font-family: "Shippori Mincho", serif;
  width: 16em;
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 768px) {
  .block-hotels .block-column .text-body .btn-area .btn-view-all {
    height: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .block-hotels .block-column .text-body .btn-area .btn-view-all {
    width: 50%;
    min-height: 2.625rem;
  }
}
@media only screen and (max-width: 350px) {
  .block-hotels .block-column .text-body .btn-area .btn-view-all {
    font-size: 3.5vw;
    min-height: 1.25rem;
    line-height: 1.25rem;
  }
}
.block-hotels .block-column .text-body .btn-area .btn-view-all.panel {
  background: #c29e5b;
  color: #fff;
  border: none;
}

.post-hotel .headline-inner {
  margin-top: 40px;
  padding-bottom: 147px;
}
@media only screen and (min-width: 768px) {
  .post-hotel .headline-inner {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .post-hotel .headline-inner {
    margin-top: 0rem;
    padding-bottom: 8.75rem;
  }
}
@media only screen and (min-width: 768px) {
  .post-hotel .headline-left {
    width: 48.333333%;
  }
}
.post-hotel .headline-left .swiper-slide .text {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .post-hotel .headline-left .swiper-slide .text {
    margin-top: 0.9375rem;
  }
}
.post-hotel .headline-left .swiper-slide .text .caption {
  font-size: 20px;
  letter-spacing: 0.12em;
}
@media only screen and (max-width: 767px) {
  .post-hotel .headline-left .swiper-slide .text .caption {
    font-size: 1.25rem;
  }
}
.post-hotel .headline-left .swiper-slide .text .lead {
  font-size: 14px;
  letter-spacing: 0.07em;
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .post-hotel .headline-left .swiper-slide .text .lead {
    font-size: 0.875rem;
  }
}
.post-hotel .headline-left .swiper-buttons {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .post-hotel .headline-left .swiper-buttons {
    margin-top: 2rem;
  }
}
.post-hotel .headline-left .swiper-button-prev, .post-hotel .headline-left .swiper-button-next {
  position: static;
  transform: translate(0);
  width: auto;
  height: auto;
  margin-top: 0;
}
.post-hotel .headline-left .swiper-button-prev::after, .post-hotel .headline-left .swiper-button-next::after {
  font-family: "Cormorant", serif;
  color: #4b595d;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.post-hotel .headline-left .swiper-button-prev::after {
  content: "PREV";
  padding-left: 18px;
  background-image: url(../images/common/ic_swiper_prev.svg);
  background-repeat: no-repeat;
  background-position: 0% 50%;
  background-size: 11px;
}
.post-hotel .headline-left .swiper-button-next::after {
  content: "NEXT";
  padding-right: 18px;
  background-image: url(../images/common/ic_swiper_next.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 11px;
}
.post-hotel .headline-left .swiper-pagination {
  position: relative;
  margin-top: -10px;
}
@media only screen and (max-width: 767px) {
  .post-hotel .headline-left .swiper-pagination {
    margin-top: -0.1875rem;
  }
}
.post-hotel .headline-left .swiper-pagination-bullets {
  width: 80% !important;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .post-hotel .headline-left .swiper-pagination-bullets {
    width: 60% !important;
  }
}
.post-hotel .headline-left .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background: #bfc3c4;
  opacity: 1;
  margin: 0 8px !important;
}
@media only screen and (max-width: 767px) {
  .post-hotel .headline-left .swiper-pagination-bullet {
    width: 0.6875rem;
    height: 0.6875rem;
  }
}
.post-hotel .headline-left .swiper-pagination-bullet-active {
  transform: scale(1.6);
}
.post-hotel .headline-right {
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  .post-hotel .headline-right {
    width: 48.2%;
  }
  .post-hotel .headline-right .title br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .post-hotel .headline-right {
    padding-top: 2.5rem;
  }
}
.post-hotel .headline-right .title {
  font-size: 24px;
  letter-spacing: 0.16em;
}
@media only screen and (max-width: 767px) {
  .post-hotel .headline-right .title {
    font-size: 1.5rem;
  }
}
.post-hotel .headline-right .lead {
  font-size: 18px;
  letter-spacing: 0.114em;
  margin-top: 47px;
  line-height: 1.8;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .post-hotel .headline-right .lead {
    font-size: 1rem;
    margin-top: 1.25rem;
    margin-bottom: 2.5rem;
  }
}
.post-hotel .headline-right dl {
  border-top: 1px solid #BFC3C4;
  font-size: 14px;
  letter-spacing: 0.1em;
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.post-hotel .headline-right dl.align-center {
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .post-hotel .headline-right dl {
    font-size: 0.875rem;
  }
}
.post-hotel .headline-right dl:last-of-type {
  border-bottom: 1px solid #BFC3C4;
}
.post-hotel .headline-right dl dt {
  padding: 12px 5px;
  width: 29.5%;
}
@media only screen and (max-width: 767px) {
  .post-hotel .headline-right dl dt {
    padding: 0.625rem 0;
  }
}
.post-hotel .headline-right dl dd {
  padding: 12px 10px 10px;
  width: 70.5%;
  letter-spacing: 0.14em;
  line-height: 1.55;
}
@media only screen and (max-width: 767px) {
  .post-hotel .headline-right dl dd {
    padding: 0.625rem 0.3125rem;
  }
}
@media only screen and (min-width: 768px) {
  .post-hotel .headline-right dl dd .address {
    padding-right: 65px;
  }
}
.post-hotel .headline-right dl dd a {
  display: inline-block;
  color: inherit;
}
@media only screen and (min-width: 768px) {
  .post-hotel .headline-right dl dd a:hover {
    text-decoration: none;
  }
}
@media only screen and (max-width: 767px) {
  .post-hotel .headline-right dl dd a {
    margin-top: 0.375rem;
  }
}
.post-hotel .headline-right dl dd .map-link {
  margin-top: 6px;
  text-decoration: underline;
}
.post-hotel .headline-right dl dd .sns-icon {
  display: inline-block;
  margin-top: 0;
  margin-right: 1em;
  padding: .25em;
}
.post-hotel .headline-right dl dd .sns-icon img {
  display: block;
  height: 22px;
  width: auto;
}
.post-hotel .headline-right dl + .small {
  font-size: 14px;
  padding: 12px 5px 0;
}
.post-hotel .headline-right .btn {
  margin-top: 28px;
  max-width: 290px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  padding: 17px;
  letter-spacing: 0.2em;
  border: 1px solid #c29e5b;
}
@media only screen and (min-width: 768px) {
  .post-hotel .headline-right .btn {
    transition: 400ms;
  }
  .post-hotel .headline-right .btn:hover {
    background: #fff;
    color: #c29e5b;
  }
}
@media only screen and (max-width: 767px) {
  .post-hotel .headline-right .btn {
    font-size: 1.25rem;
    padding: 1.0625rem;
  }
}
.post-hotel .content {
  background: #f6f5f1;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .post-hotel .content {
    /* margin-bottom: -185px; */
    padding-top: 192px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .post-hotel .content {
    margin-bottom: 0rem;
    padding-top: 5rem;
    padding-bottom: 3.25rem;
  }
}
.post-hotel .content .inner-links {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right:0;
  width: 77.4%;
  margin:auto;
}
@media only screen and (min-width: 768px) {
  .post-hotel .content .inner-links {
    top: -79px;
  }
}
@media only screen and (max-width: 767px) {
  .post-hotel .content .inner-links {
    justify-content: space-between;
    top: 0;
    padding: 0 0.9375rem;
    transform: translateY(-50%);
    width: 100%;
  }
}
.post-hotel .content .inner-link {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .post-hotel .content .inner-link {
    min-width: 170px;
    min-height: 170px;
    width: 12.6323%;
    padding-top: 12.6323%;
  }
}
@media only screen and (max-width: 767px) {
  .post-hotel .content .inner-link {
    width: 24.1%;
    padding-top: 24.1%;
  }
}
@media only screen and (min-width: 768px) {
  .post-hotel .content .inner-link:not(:last-of-type) {
    margin-right: 24px;
  }
}
.post-hotel .content .inner-link a {
  display: block;
  background: #5f6e74;
  color: #fff;
  border-radius: 50vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .post-hotel .content .inner-link a:hover::after {
    bottom: 7%;
  }
}
.post-hotel .content .inner-link a::after {
  content: "";
  display: block;
  width: 10px;
  height: 7px;
  background-image: url(../images/hoteldetail/ic_arrow-b.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  bottom: 11%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 400ms;
}
@media only screen and (max-width: 767px) {
  .post-hotel .content .inner-link a::after {
    width: 0.375rem;
    height: 0.25rem;
  }
}
.post-hotel .content .inner-link .img {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .post-hotel .content .inner-link .img {
    margin-bottom: 0.1875rem;
  }
}
.post-hotel .content .inner-link .en {
  font-size: 22px;
  font-family: "Cormorant", serif;
}
@media only screen and (max-width: 767px) {
  .post-hotel .content .inner-link .en {
    font-size: 0.6875rem;
  }
}
.post-hotel .content .inner-link .ja {
  font-size: 16px;
  margin-top: 4px;
}
@media only screen and (max-width: 767px) {
  .post-hotel .content .inner-link .ja {
    font-size: 0.625rem;
    margin-top: 0.0625rem;
  }
}
@media only screen and (max-width: 767px) {
  .post-hotel .content .inner-link:nth-of-type(1) .img {
    width: 1.1875rem;
  }
}
@media only screen and (max-width: 767px) {
  .post-hotel .content .inner-link:nth-of-type(2) .img {
    width: 0.9375rem;
  }
}
@media only screen and (max-width: 767px) {
  .post-hotel .content .inner-link:nth-of-type(3) .img {
    width: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .post-hotel .content .inner-link:nth-of-type(4) .img {
    width: 0.875rem;
  }
}
.post-hotel-block {
  padding: 93px 90px 43px;
  background: #fff;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .post-hotel-block {
    /* margin-left: -0.8125rem;
    margin-right: -0.8125rem; */

    margin-left: -1.2em;
    margin-right: -1.2em;
    padding: 3.125rem 1.25rem 3.125rem;
  }
}
.post-hotel-block:not(:last-of-type) {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .post-hotel-block:not(:last-of-type) {
    margin-bottom: 3.125rem;
  }
}
.post-hotel-block::before {
  content: "";
  display: block;
  width: 240px;
  height: 3px;
  background: #e3dbd3;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media only screen and (max-width: 767px) {
  .post-hotel-block::before {
    width: 12.5rem;
    height: 0.1875rem;
  }
}
.post-hotel-block .block-title {
  text-align: center;
  margin-bottom: 42px;
}
.post-hotel-block .block-title h3 span {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .post-hotel-block .block-title {
    margin-bottom: 1.25rem;
  }
}
.post-hotel-block .block-title img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 22px;
}
@media only screen and (max-width: 767px) {
  .post-hotel-block .block-title img {
    margin-bottom: 1.25rem;
  }
}
.post-hotel-block .block-title h3 {
  font-size: 24px;
  letter-spacing: 0.16em;
}
@media only screen and (max-width: 767px) {
  .post-hotel-block .block-title h3 {
    font-size: 1.3125rem;
  }
}
.post-hotel-block .quality-list {
  border-top: 1px solid #e3dbd3;
}
.post-hotel-block .quality-list__item {
  border-bottom: 1px solid #e3dbd3;
  letter-spacing: 0;
  padding: 28px 48px;
  position: relative;
  /* font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; */
}
@media only screen and (max-width: 767px) {
  .post-hotel-block .quality-list__item {
    padding: 1.25rem 1rem 1.25rem 1.875rem;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .post-hotel-block .quality-list__item {
    font-size: 0.875rem;
  }
}
.post-hotel-block .quality-list__item::before {
  content: "・";
  display: block;
  position: absolute;
  top: 20px;
  left: 25px;
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .post-hotel-block .quality-list__item::before {
    font-size: 1.5rem;
    top: 0.8125rem;
    left: 0.625rem;
  }
}
.post-hotel-block .quality-images {
  margin-top: 28px;
}
@media only screen and (min-width: 768px) {
  .post-hotel-block .quality-images {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    margin-bottom: -2.75em;
  }
  .post-hotel-block .quality-images.images-single {
    display: block;
  }
  .post-hotel-block .quality-images.images-single .figure {
    display: flex;
    align-items: center;
    width: auto;
  }
  .post-hotel-block .quality-images.images-single img {
    display: block;
    margin-right: 4%;
  }
  .post-hotel-block .quality-images.images-single .figure figcaption {
    flex: 1;
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .post-hotel-block .quality-images {
    margin-top: 1.25rem;
    margin-bottom: 0;
  }
  .post-hotel-block .quality-images img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .post-hotel-block .quality-images .figure {
    margin-bottom: 2.75em;
    width: 48.882%;
  }
}
@media only screen and (max-width: 767px) {
  .post-hotel-block .quality-images .figure:not(:last-of-type) {
    margin-bottom: 1.875rem;
  }
}
.post-hotel-block .quality-images .figure figcaption {
  font-size: 16px;
  letter-spacing: 0.125em;
  display: block;
  line-height: 1.8;
  margin-top: 17px;
}
@media only screen and (max-width: 767px) {
  .post-hotel-block .quality-images .figure figcaption {
    font-size: 0.875rem;
    margin-top: 0.625rem;
  }
}
.post-hotel-block .cabins-btnarea {
  margin-top: -4px;
  margin-bottom: 66px;
}
@media only screen and (min-width: 768px) {
  .post-hotel-block .cabins-btnarea {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .post-hotel-block .cabins-btnarea {
    margin-bottom: 1.5rem;
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .post-hotel-block .cabins-btnarea .btn-cabins {
    max-width: 299px;
    margin-bottom: 1em;
    white-space: nowrap;
    width: 50%;
  }
  .post-hotel-block .cabins-btnarea.column-3 {
    position: relative;
    margin-left: -5%;
    margin-right: -5%;
  }
  .post-hotel-block .cabins-btnarea.column-3 .btn-cabins {
    max-width: 299px;
    font-size: .9em;
    width: 32%;
  }
  .post-hotel-block .cabins-btnarea .btn-cabins:not(:last-of-type) {
    margin-right: 33px;
  }
  .post-hotel-block .cabins-btnarea.column-3 .btn-cabins:not(:last-of-type) {
    margin-right: 2%;
  }
  .post-hotel-block .cabins-btnarea.column-4 .btn-cabins {
    max-width: none;
    width: 340px;
  }
  .post-hotel-block .cabins-btnarea.column-4 .btn-cabins:nth-child(odd) {
    margin-right: 4%;
  }
  .post-hotel-block .cabins-btnarea.column-4 .btn-cabins:nth-child(even) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .post-hotel-block .cabins-btnarea .btn-cabins:not(:last-of-type) {
    margin-bottom: 1.25rem;
  }
}
/*タブ　以下241119修正*/
.post-hotel-block .cabins-btnarea .btn-cabins div {
  border: 1px solid #5f6e74;
  border-radius: 4px;
  color: #5f6e74;
  background: #fff;
  min-height: 56px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  letter-spacing: 0.1em;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .post-hotel-block .cabins-btnarea .btn-cabins div {
    transition: 400ms;
  }
  .post-hotel-block .cabins-btnarea .btn-cabins div:hover {
    color: #fff;
    background: #5f6e74;
  }
}
@media only screen and (max-width: 767px) {
  .post-hotel-block .cabins-btnarea .btn-cabins div {
    font-size: 0.875rem;
    min-height: 3.125rem;
  }
}
.post-hotel-block .cabins-btnarea .btn-cabins.active div {
  color: #fff;
  background: #5f6e74;
  border-radius: 0;
}
@media only screen and (min-width: 768px) {
  .post-hotel-block .cabins-btnarea .btn-cabins.active div:hover {
    color: #5f6e74;
    background: #fff;
  }
}
/*タブ　以上241119修正*/
/*タブ　以下241119追加*/
.tabcontent-container .tab-content {
  display: none;
}
.tabcontent-container .tab-content.show {
  display: block;
}
/*タブ　以上241119追加*/


@media only screen and (min-width: 768px) {
  .post-hotel-block .cabins-images {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 768px) {
  .post-hotel-block .cabins-images .cabins-slide {
    width: 55.333333%;
  }
}
@media only screen and (max-width: 767px) {
  .post-hotel-block .cabins-images .cabins-slide {
    margin-bottom: 2.5rem;
  }
}
.post-hotel-block .cabins-images .cabins-slide .swiper-slide .caption {
  font-size: 14px;
  letter-spacing: 0.14em;
  margin-top: 10px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .post-hotel-block .cabins-images .cabins-slide .swiper-slide .caption {
    font-size: 0.75rem;
  }
}
.post-hotel-block .cabins-images .cabins-slide .swiper-button-prev, .post-hotel-block .cabins-images .cabins-slide .swiper-button-next {
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-color: rgba(7, 7, 7, 0.8);
  border-radius: 50vw;
  top: 43%;
}
.post-hotel-block .cabins-images .cabins-slide .swiper-button-prev::after, .post-hotel-block .cabins-images .cabins-slide .swiper-button-next::after {
  display: none;
}
.post-hotel-block .cabins-images .cabins-slide .swiper-button-prev {
  background-image: url(../images/hoteldetail/arrow-swiper-prev.svg);
  left: 19px;
  right: auto;
}
@media only screen and (max-width: 767px) {
  .post-hotel-block .cabins-images .cabins-slide .swiper-button-prev {
    left: 0.625rem;
  }
}
.post-hotel-block .cabins-images .cabins-slide .swiper-button-next {
  background-image: url(../images/hoteldetail/arrow-swiper-next.svg);
  right: 19px;
  left: auto;
}
@media only screen and (max-width: 767px) {
  .post-hotel-block .cabins-images .cabins-slide .swiper-button-next {
    right: 0.625rem;
  }
}
@media only screen and (min-width: 768px) {
  .post-hotel-block .cabins-images .figure {
    width: 41%;
  }
}
.post-hotel-block .cabins-data {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .post-hotel-block .cabins-data {
    margin-top: 3.125rem;
  }
}
.post-hotel-block .cabins-data dl {
  font-size: 13px;
  border: 1px solid #e3dbd3;
}
@media only screen and (min-width: 768px) {
  .post-hotel-block .cabins-data dl {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
  }
}
@media only screen and (max-width: 767px) {
  .post-hotel-block .cabins-data dl {
    font-size: 0.8125rem;
  }
}
@media only screen and (min-width: 768px) {
  .post-hotel-block .cabins-data dl:not(:last-of-type) dt::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -1px;
  }
}
@media only screen and (min-width: 768px) {
  .post-hotel-block .cabins-data dl + dl {
    margin-top: -1px;
  }
}
.post-hotel-block .cabins-data dl dt {
  color: #aa9488;
  background: #e3dbd3;
  width: 160px;
  position: relative;
  padding: 10.8px 18px;
}
@media only screen and (max-width: 767px) {
  .post-hotel-block .cabins-data dl dt {
    width: 100%;
    padding: 0.625rem;
  }
}
.post-hotel-block .cabins-data dl dd {
  flex: 1;
  padding: 10px 28px 10px 49px;
}
@media only screen and (max-width: 767px) {
  .post-hotel-block .cabins-data dl dd {
    padding: 0.625rem;
  }
}
@media only screen and (min-width: 768px) {
  .post-hotel-block .cabins-data dl dd .cabin-type {
    display: inline-block;
    transform: translateX(-125%);
    position: absolute;
  }
}
@media only screen and (max-width: 767px) {
  .post-hotel-block .cabins-data dl dd .cabin-type {
    margin-right: 0.375rem;
  }
}
.post-hotel-block .cabins-comment {
  margin-top: 43px;
}
@media only screen and (max-width: 767px) {
  .post-hotel-block .cabins-comment {
    margin-top: 1.875rem;
  }
}
.post-hotel-block .cabins-comment p {
  font-size: 12.5px;
  line-height: 1.8;
}
.post-hotel-block .others-data {
  border-top: 1px solid #e3dbd3;
}
.post-hotel-block .others-data dl {
  border-bottom: 1px solid #e3dbd3;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  line-height: 1.8;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .post-hotel-block .others-data dl {
    font-size: 0.8125rem;
    display: block;
  }
}
.post-hotel-block .others-data dl dt {
  padding: 45px 0 40px;
  max-width: 150px;
  font-weight: bold;
  padding-right: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .post-hotel-block .others-data dl dt {
    padding: 0.9375rem 0.3125rem 0.3125rem 0rem;
    max-width: 100%;
  }
}
.post-hotel-block .others-data dl dd {
  flex: 1;
  padding: 45px 0 40px;
  line-height: 1.85;
  /* font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; */
}
@media only screen and (max-width: 767px) {
  .post-hotel-block .others-data dl dd {
    padding: 0 0 0.9375rem;
  }
}
.post-hotel-block .others-data dl dd .rooms-table th {
  font-weight: normal;
  text-align: left;
  padding-right: 1.5em;
  vertical-align: top;
}
.post-hotel-block .others-data dl dd .rooms-table td {
  text-align: left;
  vertical-align: top;
}
.post-hotel-block .others-data dl dd a {
  text-decoration: underline;
}
.post-hotel-block .others-data dl dd a:hover {
  text-decoration: none;
}
.post-hotel #cabins {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .post-hotel #cabins {
    padding-bottom: 86px;
  }
}
.post-hotel #cabins .side-text {
  position: absolute;
  top: 318px;
  right: 3%;
  font-family: "Cormorant", serif;
  font-size: 22px;
  color: #e3dbd3;
  writing-mode: vertical-rl;
}
@media only screen and (max-width: 767px) {
  .post-hotel #cabins .side-text {
    display: block;
    position: static;
    top: auto;
    right: auto;
    margin-bottom: 1em;
    margin-top: 1.5em;
    writing-mode: horizontal-tb;
  }
}
@media only screen and (min-width: 768px) {
  .post-hotel #others {
    padding-bottom: 93px;
  }
}

.post-access {
  background: #5f6e74;
  position: relative;
}
.post-access .pin {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: flex;
  gap:1.5em;
}


.post-access .pin a {
  display: block;
}
.post-access .pin a.btn {
  color:#fff;
  font-size:1em;
  background: none;
  padding:1.1em; 
  border:1px solid #fff;
  border-radius: .5em;
  letter-spacing: .1em;
  font-family: "Cormorant",  serif;
  width:14em;
}
.post-access .pin a.btn:hover {
  color:#5f6e74 !important;
  background: #fff;
}
.post-access .infotext-area{
  color:#fff;
}
.post-access .infotext-area .infotext-ename{
  font-family: "Cormorant", serif;
  letter-spacing: .11em;
  font-size:2.215em;
  line-height: 1.1;
  margin-bottom: .1em;
}
.post-access .infotext-area .infotext-jname{
  font-size:1.125em;
  margin-bottom: 1.5em;
}
.post-access .infotext-area [class*="infotext-address"]{
  font-size:.875em;
  line-height: 1.57;
}
.post-access .infotext-area .infotext-address1{
  margin-bottom: 1em;
}
.post-access .infotext-area .infotext-address2{
  display: block;
  width:100%;
}
.post-access .infotext-area .infotext-address2 .text-area1{
  cursor: pointer;
}
.post-access .infotext-area .infotext-address2 .text-area1 span{
  position: relative;
  display: inline-block;
  padding-right: 2em;
}
.post-access .infotext-area .infotext-address2 .text-area1 span::after{
  position: absolute;
  top:0;
  right: 0;
  bottom:0;
  content: '';
  width:1em;
  height: 1em;
  margin: auto;
  border:1px solid #fff;
  border-radius: 50%;
  background: url(../images/common/ic-plus.png) center / 66% 66% no-repeat;
  transition: all .3s;
}
.post-access .infotext-area .infotext-address2 .text-area1.active span::after{
  background: url(../images/common/ic-minus.png) center / 66% 66% no-repeat;
  transform: rotate(-180deg);
}

.post-access .infotext-area .infotext-address2 .text-area2{
  display: none;
  margin-top: 1.2em;
  font-size:.875em;
  line-height: 1.7;
}

.post-access .infotext-area .infotext-address3 li {
  line-height: 1.7;
}

@media only screen and (min-width: 768px) {
  .post-access .pin {
    flex-direction: column;
  }
  .post-access .pin img {
    transition: 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .post-access .pin img:hover {
    transform: scale(1.3);
  }
  .post-access .infotext-area{
    position: absolute;
    top: 3.125em;
    right: 10.6%;
    /* width:38.5%; */
    max-width: 38em;
  }
  .post-access .infotext-area.--haneda {
    right: 5.2%;
  }
  .post-access .infotext-area .infotext-address2 .text-area2{
    max-width: 45em;
  }
  .post-access .infotext-area.--naha {
    top: 7.5em;
  }
}
.post-access .pin.--haneda1 {
  top: 54.4%;
  left: 32.8%;
}
.post-access .pin.--akasaka {
  top: 41.2%;
  left: 32.6%;
}
.post-access .pin.--atagoyama {
  top: 42.5%;
  left: 33.32%;
}
.post-access .pin.--ichigaya {
  top: 40.2%;
  left: 33%;
}
.post-access .pin.--kyoto {
  top: 54.4%;
  left: 26.2%;
}
.post-access .pin.--osaka {
  top: 39.4%;
  left: 27.9%;
}
.post-access .pin.--kansai-airport {
  top: 54.4%;
  left: 27.9%;
}
.post-access .pin.--hakata {
  top: 62.4%;
  left: 25.9%;
}
.post-access .pin.--nagasaki {
  top: 42.4%;
  left: 20.2%;
}
.post-access .pin.--naha {
  top: 44.7%;
  left: 20.5%;
}

@media only screen and (max-width: 767px) {
  #hotels .block-hotels:last-child {
    padding-bottom: 50px;
  }
  #hotels #news{
    margin-top: -5em;
  }
  #hotels #faq .container{
    padding-bottom: 3em;
  }
  .post-access .infotext-area{
    letter-spacing: normal;
  }
  .post-access .pin {
    gap:2.285em 0;
    flex-direction: column;
  }
  .post-access .pin.--haneda1 {
    top: 8.87em;
    left: 50%;
    margin-left: .2em;
  }
  .post-access .pin.--akasaka {
    top: 7.2em;
    left: 50%;
  }
  .post-access .pin.--atagoyama {
    top: 7.2em;
    left: 50%;
    margin-left: .2em;
  }
  .post-access .pin.--ichigaya {
    top: 6.3em;
    left: 50%;
  }
  .post-access .pin.--kyoto {
    top: 8.57em;
    left:50%;
  }
  .post-access .pin.--osaka {
    top: 6.57em;
    left:50%;
  }
  .post-access .pin.--kansai-airport {
    top: 6.27em;
    left:50%;
  }
  .post-access .pin.--hakata {
    top: 7.95em;
    left:50%;
  }
  .post-access .pin.--nagasaki {
    top: 7.95em;
    left:50%;
  }
  .post-access .pin.--naha {
    top: 8.65em;
    left:50%;
  }
  .post-access .pin.--tokyo img{
    margin-right: -.75em;
  }
  .post-access .pin.--kyoto img{
    margin-right: -.75em;
  }
  .post-access .pin.--osaka img{
    margin-left: -2.75em;
  }
  .post-access .pin.--kansai-airport img{
    margin-left: -.75em;
  }
  .post-access .pin.--hakata img{
    margin-left: -5.45em;
    margin-top: 1.2em;
  }
  .post-access .pin.--nagasaki img{
    margin-left: -8.75em;
    margin-top: 1.2em;
  }
  .post-access .pin.--naha img{
    margin-left: -7.5em;
  }
  .post-access .infotext-area{
    margin-top: -3.6em;
    padding:0 2.21em 3.21em 2.21em;
  }
  .post-access .pin.--kyoto + .infotext-area{
    margin-top: -9em;
  }
  .post-access .pin.--osaka + .infotext-area{
    margin-top: -6.5em;
  }
  .post-access .pin.--kansai-airport + .infotext-area{
    margin-top: -6.5em;
  }
  .post-access .pin.--hakata + .infotext-area{
    margin-top: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .post-access .pin.--nagasaki + .infotext-area{
    margin-top: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding-bottom: 1.5em;
  }
  .post-access .infotext-area .infotext-ename{
    margin-bottom: .35em;
    font-size:1.71em
  }
  .post-access .infotext-area .infotext-jname{
    font-size:1.071em;
    margin-bottom: 1em;
  }
  .post-access .infotext-area [class*="infotext-address"]{
    font-size:.785em
  }
  .post-access .infotext-area .infotext-address2 .text-area1 span::after{
    width:1.2em;
    height: 1.2em;
    background: url(../images/common/ic-plus.png) center / 50% 50% no-repeat;
  }
  .post-access .infotext-area .infotext-address2 .text-area1.active span::after{
    background: url(../images/common/ic-minus.png) center / 50% 50% no-repeat;
  }
}
/*以上241119修正*/

#hotels + #news .container {
  padding-top: 1.25em;
}

@media only screen and (max-width: 767px) {
  #hotels + #news .main-area {
    padding-top: 0;
  }
}