@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:200&display=swap");
.hotel {
  padding-bottom: 4.5rem;
  letter-spacing: 0;
}
.hotel .mdl-headline-sm {
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  color: #ee4e4e;
  letter-spacing: 0.05em;
}

.hotel-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.hotel-post_item {
  width: 30rem;
  margin-left: calc((100% - 90rem) / 2);
  margin-top: 3.3rem;
}
.hotel-post_item:nth-child(3n+1) {
  margin-left: 0;
}
.hotel-post_pht {
  position: relative;
  height: 0;
  padding-top: 56.3333333%;
}
.hotel-post_pht figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hotel-post_pht figure img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.hotel-post_int {
  padding: 1.5rem 1.5rem 2rem;
}
.hotel-post_int .ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  line-height: 1.15;
  letter-spacing: 0.06em;
  color: #000;
  font-weight: bold;
}
.hotel-post_int .cat {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.21428571;
  padding: 0.7rem 1.2rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  background: #ee4e4e;
}
.hotel-post_int .desc {
  margin-top: 0.5rem;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #434343;
  letter-spacing: 0.04em;
}
.hotel-post_int .lbl-return {
  margin-top: 1rem;
  background: #000;
  color: #fff;
  padding: 0 1rem;
  font-size: 1.4rem;
  line-height: 1.5;
  display: inline-block;
  position: absolute;
  bottom: 2rem;
  left: 1.7rem;
  z-index: 1;
}
.hotel-post_link {
  position: relative;
  background: #fff;
  display: block;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: inherit;
  height: 100%;
}
.hotel-post_link:hover {
  opacity: 0.75;
}
.hotel-post_link:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.hotel-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 4.5rem;
}
.hotel-cat li {
  margin-right: 1.8rem;
  margin-bottom: 2rem;
  display: inline-block;
}
.hotel-cat li a {
  display: block;
  border-radius: 1.8rem;
  border: 2px solid #ee4e4e;
  color: inherit;
  padding: 0 2rem 0.2rem;
  font-size: 1.8rem;
  line-height: 1.66667;
  color: #ee4e4e;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hotel-cat li a:hover, .hotel-cat li a.is-active {
  color: #fff;
  background: #ee4e4e;
}
.hotel-cat ul.list-cat2 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.hotel-cat ul.list-cat2 li {
  margin-right: 0;
}
.hotel-cat ul.list-cat2 li a {
  border-color: #8d54bd;
  color: #8d54bd;
}
.hotel-cat ul.list-cat2 li a:hover, .hotel-cat ul.list-cat2 li a.is-active {
  color: #fff;
  background: #8d54bd;
}

.hotel-pages {
  padding: 5.5rem 0;
  text-align: right;
  font-size: 2rem;
  line-height: 1.2;
  color: #000;
}
.hotel-pages a {
  color: inherit;
  margin-left: 1rem;
  padding: 0 0.5rem;
  display: inline-block;
  border-bottom: 1px solid transparent;
}
.hotel-pages a.active {
  color: #ee4e4e;
  border-bottom-color: red;
}

.hotel-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4.5rem 0;
  letter-spacing: 0.06em;
}
.hotel-detail_visual {
  width: 46.3rem;
  max-width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.hotel-detail_visual img {
  width: 100%;
}
.hotel-detail_content {
  padding-left: 5%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.hotel-detail_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.2rem;
}
.hotel-detail_cat {
  background: #ee4e4e;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 0.5rem 1.2rem;
  margin-right: 1.5rem;
}
.hotel-detail_ttl-lv1 {
  color: #000;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
}
.hotel-detail_copy {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #434343;
}
.hotel-detail_copy p + p {
  margin-top: 1.5em;
}
.hotel-detail_return {
  margin-top: 1.2rem;
  background: #000;
  color: #fff;
  padding: 0 1rem;
  font-size: 1.4rem;
  line-height: 1.5;
  display: inline-block;
  z-index: 1;
}
.hotel-detail_access {
  color: #434343;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 1rem;
}
.hotel-detail_access dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.4rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hotel-detail_access dl dt {
  width: 5.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.hotel-detail_access dl dd {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.hotel-detail_access dl dd a {
  color: inherit;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px solid transparent;
}
.hotel-detail_access dl dd a:hover {
  opacity: 0.7;
  border-bottom-color: #434343;
}
.hotel-detail_access dl dd a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}

.hotel-btn {
  border: 3px solid #8751ca;
  color: #8751ca;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-size: 2rem;
  line-height: 1.35;
  padding: 1.5rem 4.5rem 1.5rem 4rem;
  border-radius: 5rem;
  display: inline-block;
  background: url("../img/arrow_violet.svg") no-repeat right 2rem center;
  background-size: 1.2rem 2rem;
}
.hotel-btn:hover {
  opacity: 0.75;
}
.hotel-btn_wrap {
  margin-bottom: 2.5rem;
  text-align: center;
}

.hotel-recommend {
  padding: 8.5rem 0 4.5rem;
}
.hotel-recommend_ttl {
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  color: #ee4e4e;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}

@media print, screen and (max-width: 1023px) {
  .hotel-post_item {
    width: 31.3333%;
    margin-left: 3%;
  }
}
/*# sourceMappingURL=hotel_pc.css.map */