.under_mv {
  background-image: url(/assets/img/ph_rooms_mv.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  /* background-size: cover; */
}

main {
  padding-bottom: 100rem;
}

article {
  padding-top: 70rem;
}

.pagenation {
  display: flex;
  justify-content: center;
  margin-top: 30rem;
  text-align: center;
}
.pagenation li + li {
  margin-left: 0.5em;
}
.pagenation li a {
  color: #2d1508;
  border: 1px solid #2d1508;
  height: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (hover: hover) and (pointer: fine) {
  .pagenation li a:hover {
    color: #fff;
    background-color: #2d1508;
    opacity: 1;
  }
}
.pagenation li.active {
  color: #fff;
  background-color: #2d1508;
  border: 1px solid #2d1508;
  height: 2em;
  width: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagenation li.active a {
  color: #fff;
  background-color: #2d1508;
}

#page_news article .news_list li {
  display: flex;
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
}
#page_news article .news_list li .arrow {
  flex-wrap: wrap;
}
@media (hover: hover) and (pointer: fine) {
  #page_news article .news_list li .arrow:hover::after {
    margin-right: -0.2em;
  }
}
#page_news article .news_list li .arrow2 {
  flex-wrap: wrap;
}
#page_news article .news_list li + li {
  margin-top: 1em;
}
#page_news article .news_list li .time {
  color: #2d1508;
  /*width: 6em;*/
  width: 100%;
}
#page_news article .news_list li .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 900rem;
}
#page_news article .pagenation li a {
  width: 2em;
}

#page_single article .time {
  color: #2d1508;
}
#page_single article .title {
  font-size: 28rem;
  font-weight: 700;
  margin-top: 0.5em;
}
#page_single article .content {
  padding: 2em 0;
  margin-top: 1em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#page_single article .content img {
  display: block;
  margin-top: 30rem;
  margin-left: auto;
  margin-right: auto;
}
#page_single article .content .ql-align-right {
  text-align: right;
}
#page_single article .content .ql-align-center {
  text-align: center;
}
#page_single article .content em {
  font-style: italic;
}
#page_single article .content strong {
  font-weight: bold;
}
#page_single article .content a {
  text-decoration: underline;
  color: #419de4;
}
#page_single article .content h2 {
  font-size: 28rem;
  font-weight: 700;
}
#page_single article .content h3 {
  font-size: 22rem;
}
#page_single article .pagenation li a {
  width: 8em;
}

@media screen and (max-width: 680px) {
  main {
    padding-bottom: 50rem;
  }
  article {
    padding-top: 40rem;
  }
  #page_news article ul li {
    flex-direction: column;
  }
  #page_news article .news_list li .title {
    width: 300rem;
  }
  #page_single article .title {
    font-size: 16rem;
  }
  #page_single article .content img {
    margin-top: 20rem;
  }
  #page_single article .content h2 {
    font-size: 16rem;
  }
  #page_single article .content h3 {
    font-size: 16rem;
  }
}/*# sourceMappingURL=news.css.map */