@charset "UTF-8";
/**
 * 下層詳細ページ
 */
.c-detail .c-hdg--md {
  margin-top: 10px;
}

.detailBody {
  padding-top: 48px;
  font-size: 1.5rem !important;
  /* editor */
  /* img */
  /* clearfix */
}
@media screen and (max-width: 750px) {
  .detailBody {
    padding-top: 25px;
  }
}
.detailBody a {
  color: #1f0400;
  text-decoration: underline;
}
.detailBody a:hover {
  font-weight: bolder;
}
.detailBody p {
  font-size: 1.5rem;
  line-height: 1.8;
}
.detailBody p ~ p {
  margin-top: 1em;
}
.detailBody table {
  font-size: 1.5rem !important;
  border: solid;
}
.detailBody table tr {
  border: solid;
}
.detailBody table th, .detailBody table td {
  padding: 1% !important;
  border: solid;
}
.detailBody table tbody {
  border: solid;
}
.detailBody .c-inlineBlockList {
  margin: 0 -2.5%;
}
.detailBody .c-inlineBlockList .c-inlineBlockList__item {
  border-top: none;
  padding: 0 2.5%;
}
@media screen and (max-width: 750px) {
  .detailBody .c-inlineBlockList .c-inlineBlockList__item {
    width: 100%;
  }
  .detailBody .c-inlineBlockList .c-inlineBlockList__item img {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .detailBody .c-inlineBlockList--2col .c-inlineBlockList__item {
    margin-bottom: 0;
  }
  .detailBody .c-inlineBlockList--2col .c-inlineBlockList__item:last-child .c-image {
    margin-top: 17px;
  }
}
.detailBody img {
  display: block;
  max-width: 100%;
  height: auto;
}
.detailBody .c-image {
  margin-top: 55px;
}
@media screen and (max-width: 750px) {
  .detailBody .c-image {
    margin-top: 30px;
  }
}
.detailBody .c-linkBtn {
  margin-top: 75px;
}
.detailBody .c-linkBtn a {
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  .detailBody .c-linkBtn {
    margin-top: 30px;
  }
}
.detailBody p {
  display: block;
  margin: 1em 0;
}
.detailBody strong {
  font-weight: bold;
}
.detailBody em {
  font-style: italic;
}
.detailBody blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}
.detailBody .aligncenter {
  display: block;
  margin: 0 auto;
}
.detailBody .alignright {
  float: right;
}
.detailBody .alignleft {
  float: left;
}
.detailBody img[class*=wp-image-],
.detailBody img[class*=attachment-] {
  height: auto;
  max-width: 100%;
}
.detailBody .clearfix {
  overflow: hidden;
  zoom: 1;
}
.detailBody .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* 施設一覧 */
.pg-hotel-list .l-contents {
  padding-top: 217px !important;
}
@media screen and (max-width: 750px) {
  .pg-hotel-list .l-contents {
    padding-top: 115px !important;
  }
}
.pg-hotel-list .c-inlineBlockList__wrapper {
  border-top: none;
}
.pg-hotel-list .l-footer {
  margin-top: 60px;
}
.pg-hotel-list .hotelList .c-image__ttl-area .ttl-area__ttl {
  font-size: 1.3rem;
  padding: 8px;
}
@media screen and (max-width: 750px) {
  .pg-hotel-list .hotelList .c-image__ttl-area .ttl-area__ttl {
    font-size: 1.1rem;
  }
}
.pg-hotel-list .hotelList .c-image__ttl-area .ttl-area__ttl strong {
  font-size: 2rem;
}
@media screen and (max-width: 750px) {
  .pg-hotel-list .hotelList .c-image__ttl-area .ttl-area__ttl strong {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 750px) {
  .pg-hotel-list .hotelList .c-linkBtn {
    margin-top: 10px;
  }
}/*# sourceMappingURL=hotel-list.css.map */