@charset "UTF-8";
.breadcrumbs,
.hotelff-post-wrapper {
  width: 95%;
  max-width: 1400px;
  margin: 0 auto;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.breadcrumbs {
  font-size: 0.8rem;
}
.breadcrumbs a {
  color: #333;
  font-size: 0.85rem;
}
.breadcrumbs span.post.post-topics.current-item {
  color: #0390DC;
  font-weight: 700;
}

.fv-wrap {
  position: relative;
}

h1.page-title {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 2rem;
}
h1.page-title::before, h1.page-title::after {
  content: "";
  width: 70px;
  height: 3px;
  background-image: linear-gradient(to right bottom, #4DCAC2 20%, #0390DC 80%);
}
h1.page-title::before {
  margin-right: 1rem;
}
h1.page-title::after {
  margin-left: 1rem;
}

p.text-cente {
  text-align: center;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  margin: 0 0 2rem 0;
}

.wp-pagenavi a,
.wp-pagenavi span {
  padding: 3px 0.5rem !important;
  margin: 0 0.5rem !important;
  color: #333 !important;
}

main .content-page-wrap {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
  padding-bottom: 72px;
}

.hotelff-post-wrapper main {
  margin-bottom: 2rem;
}
.hotelff-post-wrapper main .main-wrap {
  padding-bottom: 2rem;
}
.hotelff-post-wrapper main .post-wrap-flex {
  padding: 0.5rem 0.5rem 0 0.5rem;
  border: 1px solid rgba(51, 51, 51, 0.1);
  margin-bottom: 1.5rem;
  box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1), 0px 0px 1px 0px rgba(188, 187, 187, 0.02);
}
.hotelff-post-wrapper main .post-wrap-flex a {
  color: #333;
}
.hotelff-post-wrapper main .thumbnail-wrap {
  width: 35vw;
  position: relative;
}
.hotelff-post-wrapper main .thumbnail-wrap:before {
  content: "";
  display: block;
  padding-top: 60%;
}
.hotelff-post-wrapper main .thumbnail-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hotelff-post-wrapper main .post-text-wrap ul {
  padding: 0;
  margin: 0;
}
.hotelff-post-wrapper main .post-text-wrap li {
  list-style: none;
  font-size: 0.7rem;
  display: inline-block;
  margin-right: 1rem;
}
.hotelff-post-wrapper main .post-text-wrap li a {
  color: #333;
}
.hotelff-post-wrapper main h2 {
  font-size: 1rem;
  margin: 0.5rem 0 0.25rem 0;
}

.hotelff-post-wrapper {
  padding: 2rem 0 6rem 0;
}
.hotelff-post-wrapper main h1 {
  font-size: 1.5rem;
  position: relative;
  font-weight: 700;
}
.hotelff-post-wrapper main h1:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #333;
  opacity: 0.5;
  bottom: 0;
  left: 0;
}
.hotelff-post-wrapper main .day {
  display: inline-block;
  margin-right: 2rem;
  font-size: 0.8rem;
  color: rgb(81, 80, 80);
}
.hotelff-post-wrapper main .category-wrap {
  display: inline-block;
}
.hotelff-post-wrapper main .category-wrap ul {
  margin-bottom: 0;
  padding: 0;
}
.hotelff-post-wrapper main .category-wrap li {
  list-style: none;
  display: inline-block;
  margin-right: 1rem;
}
.hotelff-post-wrapper main .category-wrap li:last-of-type {
  margin-right: 0;
}
.hotelff-post-wrapper main .category-wrap li a {
  padding: 0.3rem 1rem;
  border-radius: 3px;
  color: #fff;
  background-color: rgba(3, 144, 220, 0.5019607843);
  font-size: 0.5rem;
  transition: all 0.3s ease;
}
.hotelff-post-wrapper main .category-wrap li a a:hover {
  background-color: #0390DC;
}
.hotelff-post-wrapper main .img-wrap {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 2rem auto;
}
.hotelff-post-wrapper main .img-wrap:before {
  content: "";
  display: block;
  padding-top: 68%;
}
.hotelff-post-wrapper main .img-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0;
  object-fit: contain;
}
.hotelff-post-wrapper main .contens-wrap {
  position: relative;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1.8;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.hotelff-post-wrapper main .contens-wrap p {
  margin-top: 1rem;
}
.hotelff-post-wrapper main .nav-links {
  margin-bottom: 4rem;
  position: relative;
  padding-top: 2rem;
}
.hotelff-post-wrapper main .nav-links:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #333;
  opacity: 0.5;
  top: 0;
  left: 0;
}
.hotelff-post-wrapper main .nav-next,
.hotelff-post-wrapper main .nav-previous {
  text-align: center;
  margin-bottom: 1rem;
}
.hotelff-post-wrapper main .nav-next a {
  color: #333;
}
.hotelff-post-wrapper main .nav-previous a {
  color: #333;
}
.hotelff-post-wrapper main span.nav-title.prev_text {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.hotelff-post-wrapper main span.nav-title.prev_text::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0a8";
  font-weight: 900;
  color: rgba(3, 144, 220, 0.5019607843);
}
.hotelff-post-wrapper main span.nav-title.next_text {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.hotelff-post-wrapper main span.nav-title.next_text::after {
  font-family: "Font Awesome 5 Free";
  content: "\f0a9";
  font-weight: 900;
  color: rgba(3, 144, 220, 0.5019607843);
}
.hotelff-post-wrapper .side-menu {
  margin: 0 1rem;
}
.hotelff-post-wrapper .side-menu .cat-title,
.hotelff-post-wrapper .side-menu .news-title {
  position: relative;
  font-size: 1.25rem;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  border: 1px solid rgba(77, 202, 194, 0.5176470588);
  position: relative;
  padding-left: 1rem;
  margin-bottom: 2rem;
}
.hotelff-post-wrapper .side-menu .cat-title:before,
.hotelff-post-wrapper .side-menu .news-title:before {
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(77, 202, 194, 0.5176470588);
}
.hotelff-post-wrapper .side-menu ul.wp-block-categories-list.cate-list-wrap.wp-block-categories {
  padding: 0;
  margin-bottom: 3rem;
}
.hotelff-post-wrapper .side-menu ul.wp-block-categories-list.cate-list-wrap.wp-block-categories li {
  list-style: none;
  margin-bottom: 1rem;
}
.hotelff-post-wrapper .side-menu ul.wp-block-categories-list.cate-list-wrap.wp-block-categories li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  font-weight: 900;
  color: rgba(3, 144, 220, 0.5019607843);
  margin-right: 0.5rem;
}
.hotelff-post-wrapper .side-menu ul.wp-block-categories-list.cate-list-wrap.wp-block-categories li a {
  color: #333;
}
.hotelff-post-wrapper .side-menu ul.wp-block-latest-posts__list.has-dates.news.wp-block-latest-posts li {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 1rem;
}
.hotelff-post-wrapper .side-menu ul.wp-block-latest-posts__list.has-dates.news.wp-block-latest-posts li time.wp-block-latest-posts__post-date {
  margin-right: 1rem;
}
.hotelff-post-wrapper .side-menu ul.wp-block-latest-posts__list.has-dates.news.wp-block-latest-posts li a {
  color: #333;
}

/* --------------------768px以上に適用されるCSS（ipadmini）-------------------- */
@media screen and (min-width: 768px) {
  .hotelff-post-wrapper {
    padding: 4rem 0 6rem 0;
  }
  .hotelff-post-wrapper main h1 {
    font-size: 2rem;
    position: relative;
    font-weight: 700;
  }
  .hotelff-post-wrapper main .thumbnail-wrap {
    width: 100%;
    position: relative;
  }
  .hotelff-post-wrapper main .post-wrap-flex.d-flex {
    display: flex !important;
    flex-direction: column;
  }
}
/*-------------------- 992px以上に適用されるCSS（ipadpro）  lgに相当--------------------*/
@media screen and (min-width: 992px) {
  .hotelff-post-wrapper main {
    padding: 0 80px 0 10px;
    width: 100%;
  }
  .hotelff-post-wrapper .side-menu {
    width: 30%;
    max-width: 280px;
  }
  .hotelff-post-wrapper .side-menu section:nth-of-type(3),
.hotelff-post-wrapper .side-menu section:nth-of-type(4) {
    display: none;
  }
}
/* --------------------1024px以上に適用されるCSS（ipad〜pc） --------------------*/
@media screen and (min-width: 1024px) {
  main .content-page-wrap {
    padding-bottom: 100px;
  }
}
/* --------------------1200px以上に適用されるCSS（pc〜） --------------------*/
@media screen and (min-width: 1200px) {
  .hotelff-post-wrapper .side-menu {
    width: 30%;
    max-width: 280px;
  }
  .hotelff-post-wrapper .side-menu section:nth-of-type(3),
.hotelff-post-wrapper .side-menu section:nth-of-type(4) {
    display: block;
  }
  .hotelff-post-wrapper .side-menu ul.wp-block-latest-posts__list.has-dates.news.wp-block-latest-posts li {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: flex-start;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 1rem;
  }
  .hotelff-post-wrapper .side-menu ul.wp-block-latest-posts__list.has-dates.news.wp-block-latest-posts li time {
    color: rgba(3, 144, 220, 0.5019607843);
  }
}/*# sourceMappingURL=page.css.map */