@charset "UTF-8";
/* news */
.news .page-wrapper {
  padding-top: 0;
}
.news-list-item {
  border-bottom: 1px solid #9FA5AF;
  padding: 17px 0;
}
.news.archive .title-area {
  padding: 6rem 0 0;
}
.news.archive .title-area h1 {
  border-bottom:  1px solid #9FA5AF;
  padding-bottom: 30px;
  margin-bottom: 0;
}

/* Firefox 固有のスタイル */
@-moz-document url-prefix() {
  .news-list-item {
    position: relative;
  }
}

/* Safari 固有のスタイル */
_::-webkit-full-page-media, _:future, :root .news-list-item {
	position: relative
}

.news-list-link {
  position: relative;
}

/* Firefox 固有のスタイル */
@-moz-document url-prefix() {
  .news-list-link {
    position: initial;
  }
}

/* Safari 固有のスタイル */
_::-webkit-full-page-media, _:future, :root .news-list-link {
	position: initial;
}
/* .news-list-link.in-pdf:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 19px;
  height: 25px;
  background: url("../images/common/icon_pdf.svg") center / cover;
  transform: translateY(-50%);
} */
.news-list-date {
  font-size: 1.6rem;
}
.news-list-text:hover {
  opacity: .7;
}

@media screen and (max-width:600px){
  .news.archive .page-wrapper {
    padding-bottom: 6rem;
  }
  .tab-inner-wrap.mb25 {
    margin-bottom: 0;
  }
  .news.archive .title-area {
    padding-top: 5rem;
  }
  .news.archive .title-area h1 {
    padding-bottom: 20px;
  }
  .news-list-text {
    width: 100%;
    margin-top: 5px;
    font-size: 1.4rem;
  }
  .news-list-date {
    width: 84px;
    font-size: 1.4rem;
    line-height: 20px;
  }
  .list-category:not(:last-child) {
    margin-bottom: 0;
    margin-right: 5px;
  }
}
/* tab */
.tab-list {
  border-bottom: 1px solid #9FA5AF;
  justify-content: space-between;
}
.tab-list-item {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24%;
  height: 44px;
  border-radius: 6px 6px 0 0;
  background-color: #9FA5AF;
  font-size: 1.4rem;
  text-align: center;
  cursor: pointer;
}
.tab-list-item:not(:last-child) {
  margin-right: 4px;
}
.tab-list-item.active {
  background-color: #fff;
  border-left: 1px solid #CDD6DD;
  border-top: 1px solid #CDD6DD;
  border-right: 1px solid #CDD6DD;
  color: #9FA5AF;
}
@media screen and (max-width:600px){
  .tab-list-item {
    width: calc(25% - 3px);
    font-size: 1.2rem;
  }
}
/* category */
.category {
  width: 90px;
  border-radius: 10px;
  height: 20px;
  text-align: center;
  font-size: 1.2rem;
}
.category.type {
  width: 120px;
}
.category.hhcross {
  background-color: #000;
  color: #fff;
  line-height: 20px;
}
.category.towns {
  background-color: #DF2C28;
  color: #fff;
  line-height: 20px;
}
.category.video {
  background-color: #888888;
  color: #fff;
  line-height: 20px;
}
.category.wi-fi {
  background-color: #128B3A;
  color: #fff;
  line-height: 20px;
}
.category.events {
  background-color: #5e3282;
  color: #fff;
  line-height: 20px;
}
.category.pay {
  background-color: #cda827;
  color: #fff;
  line-height: 20px;
}
.category.entertainment {
  border: 1px solid;
  color: #F07079;
  width: 120px;
}
.category.information {
  border: 1px solid;
  color: #D28528;
}
.category.travel {
  border: 1px solid;
  color: #2EABDF;
}
.category.hotel {
  border: 1px solid;
  color: #6461A8;
}
.category.traffic {
  border: 1px solid;
  color: #375A95;
}
.category.estimate {
  border: 1px solid;
  color: #A16082;
}
.category.transport {
  border: 1px solid;
  color: #80C14A;
}
.category.other {
  border: 1px solid #888;
}
.list-category {
  display: block;
}
.list-category:not(:last-child) {
  margin-bottom: 6px;
}
.type {
  line-height: 18px;
  border: 1px solid #888;
}
@media screen and (max-width:600px){
  .category {
    width: 100px;
    font-size: 1.2rem;
    line-height: 18px;
  }
}

/* ----- 230516ADD ----- */
.category.library {
	background-color: #778899;
	color: #fff;
	line-height: 20px;
}

/* ----- 23009ADD 
----------------------------------------- */
.news-list-item .date-area {
  margin-right: 15px;
}
.news-list-item .news-list-link .flex {
  margin-bottom: 5px;
}
.news-list-category .category {
  width: 120px;
}
.article-wrap .category.type {
  width: 120px;
}

/* ----- .pageNavi ----- */
.news .pageNavi {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 6rem;
}

.news .pageNavi .prev,
.news .pageNavi .next {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  height: 3.6rem;
  padding: 0 1rem;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0 0.3rem;
  font-weight: 600;
}
.news .pageNavi .prev:hover,
.news .pageNavi .next:hover {
  opacity: 0.8;
}
.news .pageNavi .link_page:hover {
  color: white;
  background-color: #333;
}
.news .pageNavi .current_page {
  color: white;
  background-color: #9FA5AF;
}
.news .pageNavi .current_page, .news .pageNavi .link_page {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 3px;
  border: solid 1px #d2dae1;
  margin: 0 0.3rem;
  font-weight: 600;
  font-size: 1.4rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.pagination-list {
  display: flex;
}
.pagination-item {
  list-style-type: none;
}
.news .pageNavi .pagination-item.number a {
  color: #000;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: normal;
}
.news .pageNavi .pagination-item.number.current_page a {
  color: #fff;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news .pageNavi .pagination-item.next a,
.news .pageNavi .pagination-item.prev a {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: normal;
}
.news .pageNavi .pagination-item.prev {
  padding-left: 20px;
  width: 68px;
  position: relative;
}
.news .pageNavi .pagination-item.prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 7px;
  height: 7px;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(-138deg) translateY(50%);
}
.news .pageNavi .pagination-item.next {
  width: 68px;
  padding-right: 20px;
  position: relative;
}
.news .pageNavi .pagination-item.next::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 7px;
  height: 7px;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg) translateY(-50%);
}
.news .pageNavi .pagination-item {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 3px;
  border: solid 1px #d2dae1;
  margin: 0 0.3rem;
  font-weight: 600;
  font-size: 1.4rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-wrap.news-btn {
  padding-top: 0;
}