/* ::::::::::::::::::::::::::::::::::
    - 最新ホテルニュース
::::::::::::::::::::::::::::::::::: */

/* ページ全体
------------------------*/
.hotelnews-page {
  padding-bottom:80px;
}
.hotelnews-page h1 {
  margin-bottom: 0;
}

@media (max-width: 959px) {
  .hotelnews-page {
    padding:0;
  }
  .hotelnews-page h1 {
    text-align: center;
  }
  .hotelnews-page h1 img {
    display: none;
  }
  .hotelnews-page h1 span {
    font-size:18px;
    font-weight:bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
  }
}

/* ホテルニュース詳細
------------------------*/
/*セクション上部（info）*/
.news-section-info {
  border-bottom: 3px double #f1f1f1;
  padding-bottom:30px;
  position: relative;
  overflow: hidden;
  margin:20px 0;
}
.news-section-info:after {
  content:"";
  display: block;
  clear:both;
}

.news-img {
  width:360px;
  float:left;
}
.news-text {
  width:570px;
  float:right;
  padding-right:150px;
}

.news-text .catchcopy {
  font-size: 14px;
  width: 570px;
  word-wrap:break-word;
  margin-bottom: 10px;
}

.news-text .hotel-name {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
.news-text .hotel-place {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.hotel-category {
  padding:0;
  letter-spacing: -.4rem;
}
.hotel-category li {
  background: #f3f3f3;
  display: inline-block;
  letter-spacing: 0rem;
  font-size:12px;
  margin-right: 10px;
  font-weight:bold;
  border-radius: 4px;
  padding: 3px 10px;
}
.hotel-review {
  margin-top: 20px;
  letter-spacing: -.4rem;
}

.hotel-review a {
  height:100%;
  display: inline-block;
}
.hotel-review a:nth-of-type(2) {
  border-right: 1px solid #f1f1f1;
}
.hotel-review dl {
  border-left: 1px solid #f1f1f1;
  width:120px;
  height:65px;
  display: inline-block;
  text-align: center;
  position: relative;
  letter-spacing: 0rem;
  margin-bottom: 0;
}
.hotel-review dt {
  position: absolute;
  bottom:0;
  right:0;
  left:0;
  color:#444;
  font-size:12px;
}

.hotel-review dd {
  font-size:30px;
  color:#0050a0;
  font-weight: bold;
  margin-top: 10px;
}
.news-badge {
  width: 105px;
  height:105px;
  border-radius: 105px;
  background: #000;
  position:absolute;
  right:0;
  top:50px;
  color:#fff;
  text-align: center;
  padding-top: 20px;
}
.news-badge dt {
  font-size:10px;
}

@font-face {
  font-family: 'Adobe Garamond Pro';
  src:
    url('../font/Adobe Garamond Pro Regular.woff') format('woff'),
    url('../font/Adobe Garamond Pro Regular.ttf') format('truetype');
}

.news-badge dd {
  font-size:45px;
  line-height: 0;
  font-family: 'Adobe Garamond Pro','Times',serif;
  font-weight:500;
  padding-top:30px;
}
.news-rankimg {
  width:60px;
  position: absolute;
  top:0;
}
/*セクション下部（message）*/
.news-section-message {
  padding:5px;
  font-size:14px;
}
.news-section-message:after {
  content:"";
  display: block;
  clear:both;
}
.message-text {
  margin-top:15px;
}

.message-img {
  width:170px;
  float:right;
  margin-top:15px;
}

.message-img figure {
  margin-bottom: 0;
}
.news-section-message .update {
  clear: both;

}
@media (max-width: 959px) {
  .news-img {
    width:35%;
  }
  .news-text {
    width:65%;
    padding-left: 10px;
  }
  .news-text .catchcopy {
    margin-bottom: 0;
  }
  .news-text .hotel-name {
    font-size:16px;
    margin-bottom: 0;
  }
  .hotel-review dl {
    height:40px;
  }
  .hotel-review dd {
    font-size:22px;
    margin-bottom: 0;
  }
  .message-img {
    width:20%;
  }
  .message-text {
    width:80%;
    padding:0 10px;
  }
}
@media (max-width: 767px) {
  .news-img{
    width:100%;

    margin:auto;
    float:none;
  }
  .news-text {
    width: 100%;
    float:none;
    padding-right: 0;
    text-align: center;
  }
  .news-text .catchcopy {
    width:100%;
    font-size:12px;
    margin-bottom: 0;
  }
  .news-badge {
    top:0px;
    width:80px;
    height:80px;
    background: rgba(0,0,0,.5);
  }
  .news-badge dd {
    font-size:30px;
    padding-top: 15px;
  }
  .message-img {
    width:170px;
    float:none;
    margin:0 auto;
  }
  .message-text {
    width:auto;
    float:none;
    padding:0 0px;
  }
}
/* ページネーション
------------------------*/
.pagenation {
  height:120px;
  margin:auto;
  padding:20px 0;
}

.pagenation ul {
  padding:0;
  text-align: center;
  letter-spacing: -.4rem;
}

.pagenation ul li {
  color:rgba(0,0,0,.5);
  border-radius:4px;
  display: inline-block;
  border: 1px solid #000;
  font-size:12px;
  letter-spacing: 0rem;
  margin-right: 10px
}
.pagenation ul li a {
  padding:5px 20px;
  margin: 0;
  color:rgba(0,0,0,.5);
  border: none;
  font-size:inherit;
  letter-spacing: inherit;
}
.pagenation ul li a:hover {
  text-decoration: none;
}
.pagenation ul li:last-child {
  margin-right: 0px
}
.pagenation ul li.disabled,
.pagenation ul li.active {
  border: 1px solid #f1f1f1;
}
.pagenation ul li.active a {
  border: none;
  cursor: default;
}
.pagenation ul li.disabled a {
  cursor: default;
}
.pagenation li span {
  color: rgba(0,0,0,.5);
}