@charset "UTF-8";
/*breakpoint*/
/*cursor*/
/*color*/
/*border*/
/*font*/
/*brand*/
/*news-detail*/
.news-detail__head {
  background: linear-gradient(to right, #000000 0%, #292929 100%);
  padding: 0 0 58px;
}
.news-detail__head--info {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  margin: 0 0 10px;
  padding-top: 40px;
}
.news-detail__head--info .date {
  color: #999;
  display: inline-block;
  font-size: 1.2rem;
}
.news-detail__head--info .tag {
  margin-left: 15px;
}
.news-detail__head--info .hashtag {
  margin-left: 30px;
}
.news-detail__head--info .hashtag li {
  color: #ccc;
  display: inline-block;
  font-size: 1.2rem;
  margin-right: 6px;
}
.news-detail__head--title {
  color: #fff;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.2;
}
.news-detail__body {
  /*パーツここから*/
  margin-top: 60px;
  /*見だし*/
  /*段落*/
  /*リンク*/
  /*画像*/
  /*カラム*/
  /*リスト*/
  /*テーブル*/
  /*罫線*/
  /*埋め込み*/
  /*ボタン*/
  /*カスタム*/
  /*ホテル*/
}
.news-detail__body h2 {
  font-size: 3rem;
  font-weight: 900;
  margin: 50px 0;
}
.news-detail__body h2:nth-of-type(n+2) {
  margin-top: 120px;
}
.news-detail__body h3 {
  font-size: 2rem;
  font-weight: 700;
  margin: 50px 0;
}
.news-detail__body h4 {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 50px 0;
}
.news-detail__body p {
  font-size: 1.6rem;
  line-height: 2;
  margin: 0 0 18px;
}
.news-detail__body a {
  color: #cc0000;
  text-decoration: underline;
  text-underline-offset: 0.5em;
}
.news-detail__body a[href^=http] {
  position: relative;
  margin-right: 18px;
}
.news-detail__body a[href^=http]::after {
  content: "";
  display: block;
  position: absolute;
  background: url(../../images/ico_outlink_red.png);
  background-size: cover;
  height: 9px;
  width: 9px;
  right: -15px;
  bottom: 7px;
}
.news-detail__body a[href^="https://hotel-r9.jp/"]::after {
  content: none;
}
.news-detail__body a[href^="http://home.hotel-r9.jp/"]::after {
  content: none;
}
.news-detail__body .hotels-area a::after {
  content: none;
}
.news-detail__body figure {
  margin: 60px 0;
}
.news-detail__body img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.news-detail__body figcaption {
  color: #999;
  display: block;
  font-size: 1.2rem;
  margin-top: 20px;
  text-align: center;
}
.news-detail__body .column {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
.news-detail__body .column > * {
  width: 48.5%;
}
.news-detail__body .column > * h2, .news-detail__body .column > * h3, .news-detail__body .column > * h4, .news-detail__body .column > * p {
  margin-top: 0;
}
.news-detail__body ul {
  margin-bottom: 55px;
}
.news-detail__body ul li {
  font-size: 1.6rem;
  margin-bottom: 20px;
  padding-left: 15px;
  position: relative;
}
.news-detail__body ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0px;
}
.news-detail__body ul li ul {
  margin: 15px 0 0 15px;
}
.news-detail__body ul li ul li {
  margin-bottom: 15px;
}
.news-detail__body ol {
  counter-reset: item;
  margin-bottom: 60px;
}
.news-detail__body ol li {
  font-size: 1.6rem;
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
}
.news-detail__body ol li::before {
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  left: 0;
}
.news-detail__body ol li ol {
  margin: 15px 0 0 30px;
}
.news-detail__body table {
  border-collapse: collapse;
  margin: 60px 0;
}
.news-detail__body table th, .news-detail__body table td {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 1.6rem;
  padding: 16px 20px;
}
.news-detail__body table th {
  background: rgba(0, 0, 0, 0.03);
  font-weight: 700;
}
.news-detail__body table *:first-of-type {
  min-width: 190px;
}
.news-detail__body table *:last-of-type {
  border-right: none;
}
.news-detail__body hr {
  background: #000;
  border: none;
  height: 1px;
  margin: 60px 0;
}
.news-detail__body iframe {
  border: none;
  margin: 60px 0;
}
.news-detail__body .btn {
  color: #000;
  display: block;
  border: 1px solid #000;
  border-radius: 3px !important;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 50px auto;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  width: 255px;
}
.news-detail__body .hotels-area {
  margin-bottom: 110px;
}
.news-detail__body .hotels-area .col2.u-flex {
  align-items: stretch;
}
.news-detail__body .hotels-area__title {
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 53px;
}
.news-detail__body .hotels-area__unit {
  align-items: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 15px;
  width: 50%;
}
.news-detail__body .hotels-area__unit:nth-child(n+3) {
  border-top: none;
}
.news-detail__body .hotels-area__unit--image {
  width: 160px;
}
.news-detail__body .hotels-area__unit--text {
  flex: 1;
}
.news-detail__body .hotels-area__unit--text--detail {
  flex: 1;
  margin-left: 20px;
  min-height: 8rem;
}
.news-detail__body .hotels-area__unit--text--detail .name {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
}
.news-detail__body .hotels-area__unit--text--detail .detail {
  margin: 0;
}
.news-detail__body .hotels-area__unit--text--btn {
  margin-bottom: 0;
  width: 76px;
}
.news-detail__body .hotels-area__unit--text--btn li {
  padding: 0;
}
.news-detail__body .hotels-area__unit--text--btn li:before {
  content: none;
}
.news-detail__body .hotels-area__unit--text--btn li a {
  border-radius: 3px;
  display: block;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
}
.news-detail__body .hotels-area__unit--text--btn li.info {
  margin-bottom: 12px;
}
.news-detail__body .hotels-area__unit--text--btn li.info a {
  border: 1px solid #000;
  color: #000;
  font-size: 1.4rem;
}
.news-detail__body .hotels-area__unit--text--btn li.reserve {
  margin-bottom: 0;
}
.news-detail__body .hotels-area__unit--text--btn li.reserve a {
  background: #cc0000;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}
.news-detail__body .box {
  background: rgba(0, 0, 0, 0.03);
  padding: 40px 40px;
}
.news-detail__body .box h2, .news-detail__body .box h3, .news-detail__body .box h4 {
  margin: 20px 0;
}
.news-detail__body .box p {
  line-height: 2.2;
  margin-bottom: 20px;
}
.news-detail__body .box p:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .news-detail__head {
    padding: 0 0 30px;
  }
  .news-detail__head--info {
    padding-top: 30px;
    position: relative;
  }
  .news-detail__head--info .date {
    display: block;
    font-size: 2.667vw;
    margin-bottom: 10px;
    width: 100%;
  }
  .news-detail__head--info .tag {
    position: absolute;
    top: 27px;
    left: 14vw;
  }
  .news-detail__head--info .hashtag {
    margin: 20px 0 0;
  }
  .news-detail__head--info .hashtag li a {
    font-size: 2.667vw;
  }
  .news-detail__head--title {
    font-size: 8vw;
  }
  .news-detail__body {
    margin-top: 50px;
  }
  .news-detail__body h2 {
    font-size: 5.333vw;
  }
  .news-detail__body h2:nth-of-type(n+2) {
    margin-top: 100px;
  }
  .news-detail__body h3 {
    font-size: 4.8vw;
  }
  .news-detail__body h4 {
    font-size: 4.267vw;
  }
  .news-detail__body p {
    font-size: 3.733vw;
  }
  .news-detail__body figcaption {
    font-size: 2.667vw;
    margin-top: 15px;
  }
  .news-detail__body .column {
    display: block;
  }
  .news-detail__body .column > * {
    margin-bottom: 20px;
    width: 100%;
  }
  .news-detail__body .column > * h2, .news-detail__body .column > * h3, .news-detail__body .column > * h4, .news-detail__body .column > * p {
    margin-bottom: 20px;
  }
  .news-detail__body ul li {
    font-size: 3.733vw;
    margin-bottom: 15px;
  }
  .news-detail__body ol li {
    font-size: 3.733vw;
    margin-bottom: 15px;
  }
  .news-detail__body table {
    margin: 50px 0;
  }
  .news-detail__body table th, .news-detail__body table td {
    font-size: 3.2vw;
    vertical-align: top;
  }
  .news-detail__body table *:first-of-type {
    min-width: 100px;
  }
  .news-detail__body hr {
    margin: 50px 0 50px -5.5%;
    width: 111%;
  }
  .news-detail__body iframe {
    margin: 0 0 50px 0;
    height: auto;
    min-height: 200px;
  }
  .news-detail__body .btn {
    font-size: 3.733vw;
    padding: 15px 0;
    width: 100%;
  }
  .news-detail .hotels-area {
    margin-bottom: 50px;
  }
  .news-detail .hotels-area__title {
    font-size: 5.333vw;
    margin-bottom: 40px;
    padding: 0 5%;
  }
  .news-detail .hotels-area__unit {
    align-items: flex-start;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 0 0 0 -5.5%;
    width: 111%;
  }
  .news-detail .hotels-area__unit--image {
    width: 70px;
  }
  .news-detail .hotels-area__unit--image img {
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .news-detail .hotels-area__unit--text--detail {
    margin-bottom: 10px;
    min-height: auto;
  }
  .news-detail .hotels-area__unit--text--detail .name {
    font-size: 4.267vw;
  }
  .news-detail .hotels-area__unit--text--detail .detail {
    font-size: 2.667vw;
  }
  .news-detail .hotels-area__unit--text--btn {
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    width: 100%;
  }
  .news-detail .hotels-area__unit--text--btn li {
    width: 48%;
  }
  .news-detail .hotels-area__unit--text--btn li.info {
    margin-bottom: 0;
  }
  .news-detail .hotels-area__unit--text--btn li a {
    font-size: 3.2vw !important;
    padding: 6px;
  }
  .news-detail .box {
    padding: 20px 5%;
  }
  .news-detail .box h3, .news-detail .box h4, .news-detail .box h5 {
    margin: 10px 0;
  }
  .news-detail .box p {
    line-height: 1.4;
  }
}