@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap");
html {
  line-height: 1; }

body {
  font-family: 'Noto Sans JP', sans-serif; }

a {
  display: inline-block; }
  a:hover {
    opacity: 0.6; }

img {
  vertical-align: top; }

.wrapper {
  max-width: 980px;
  margin: 0 auto;
}

@media (max-width: 980px) {
  .wrapper {
    padding: 0 0;
  }
}
.is-noto {
  font-family: 'Noto Sans JP', sans-serif; }

@media (min-width: 415px) {
  .br_sp {
    display: none; } }
.is-pc {
  display: block; }
  @media (max-width: 768px) {
    .is-pc {
      display: none; } }

.is-sp {
  display: none; }
  @media (max-width: 768px) {
    .is-sp {
      display: block; } }

.is-title {
  font-size: 43px;
  font-size: 2.6875rem;
  padding-left: 33px;
  line-height: 1.488;
  font-weight: normal;
  margin-bottom: 13px;
  position: relative; }
  .is-title:after {
    content: url(../images/top/exclamation.png);
    position: absolute;
    left: 0;
    top: 13px; }

@media (max-width: 768px) {
  .is-title {
    font-size: 38px;
    font-size: 2.375rem; } }
.header__pc {
  position: absolute;
  top: 59px;
  background-color: #fff;
  padding: 21px 10px 22px 10px;
  width: 100%;
  max-width: 975px;
  box-shadow: 5px 5px rgba(0, 0, 0, 0.16);
  display: flex;
  justify-content: space-between;
  z-index: 5; }
.header__logo {
  max-width: 188px;
  display: flex;
  align-items: center; }
  .header__logo img {
    width: 100%; }
.header__nav {
  list-style: none;
  display: flex; }
.header__list {
  text-align: center;
  padding: 0 53px 0;
  position: relative; }
  .header__list a {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
    letter-spacing: 0.03em;
    color: #000;
    text-decoration: none;
    display: block; }
    .header__list a span {
      display: block;
      font-size: 10px;
      font-size: 0.625rem;
      line-height: 1.5;
      color: #888888; }
  .header__list::after {
    content: '';
    height: 8px;
    width: 1px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    background-color: #000; }
  .header__list:last-child {
    padding-right: 0; }
    .header__list:last-child::after {
      display: none; }

@media (min-width: 769px) {
  .header_sp {
    display: none; } }
@media (max-width: 980px) {
  .header_sp {
    display: block;
    position: absolute;
    z-index: 10;
    top: 25px;
    width: calc(100% - 60px);
    height: 28px; }
  .header__menu_sp {
    position: fixed;
    align-items: center;
    cursor: pointer;
    top: 33px;
    z-index: 30; }
  .header__menu_bar {
    width: 34px;
    height: 5px;
    background-color: #D4004E;
    position: relative; }
    .header__menu_bar::before {
      content: '';
      width: 34px;
      height: 5px;
      position: absolute;
      top: -10px;
      background-color: #D4004E; }
    .header__menu_bar::after {
      content: '';
      width: 34px;
      height: 5px;
      position: absolute;
      top: 10px;
      background-color: #D4004E; }
  .header__logo_sp {
    width: 138px;
    display: flex;
    align-items: center;
    margin-right: 0;
    margin-left: auto; }
    .header__logo_sp img {
      width: 100%; } }
.header_bg {
  height: 160px;
  width: 100%;
  /*background-image: url("../images/common/header_bg.jpg");*/
  /*background-position: center center;*/
  /*background-size: cover;*/
  /*background-repeat: no-repeat;*/
}
  .header_bg__ttl {
    height: 160px;
    font-size: 2.875rem;
    font-weight: bold;
    line-height: 1.478;
    text-align: center;
    padding-top: 40px; }

@media (max-width: 768px) {
  .header_bg__ttl {
    height: 50px;
    padding-top: 0;
    font-size: 1.8em;
    line-height: 1.228;
    letter-spacing: .02em; }
    .header_bg__ttl_service {
      padding-top: 75px; } }
.modal {
  background-color: #fff;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 8;
  top: 0;
  right: 0;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: none; }
  .modal__menus {
    list-style: none;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .modal__menu {
    margin-bottom: 34px; }
    .modal__menu:last-child {
      margin-bottom: 0; }
  .modal__menu a {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.461;
    text-decoration: none;
    color: #000;
    font-weight: bold; }

.modal-active {
  background-color: #fff; }
  .modal-active:before {
    top: 0;
    transform: rotate(45deg);
    transition: 0.2s; }
  .modal-active:after {
    top: 0;
    transform: rotate(-45deg);
    transition: 0.2s; }

.footer {
  background-color: #f7f7f7;
}
.footer a {
  font-size: 0.8em;
}
.footer i {
  font-size: 2em;
}

@media (max-width: 768px) {
  .footer {
    background-color: #f7f7f7;
  }
  .footer a {
    font-size: 0.8em;
  }
  .footer i {
    font-size: 2em;
  }
}
.sns {
  text-align: center;
  margin-top: 24px; }
  .sns__ttl {
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: bold;
    color: #fff; }
  .sns__list {
    display: flex;
    justify-content: center;
    list-style: none;
    margin-top: 17px; }
  .sns__icon {
    margin-right: 20px; }
    .sns__icon:last-child {
      margin-right: 0; }
    .sns__icon a {
      text-decoration: none;
    /*  color: #fff; */
    }
      .sns__icon a i {
        font-size: 24px;
        font-size: 1.5rem; }
  .sns__btn {
    margin-top: 25px;
    text-align: center; }
    .sns__btn a {
      text-decoration: none;
      color: #333333;
      background-color: #fff;
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 1.461;
      padding: 8px 31px 8px 17px;
      position: relative; }
      .sns__btn a::after {
        content: '';
        position: absolute;
        top: 13px;
        right: 13px;
        width: 8px;
        height: 8px;
        border-top: 2px solid #333;
        border-right: 2px solid #333;
        transform: rotate(45deg); }

@media (max-width: 768px) {
  .sns {
    margin-top: 34px; }
    .sns__btn {
      display: none; } }
.copy {
  /*color: #fff;*/
  text-align: center;
  font-size: 9px;
  font-size: 0.5625rem;
  line-height: 3.111;
  font-weight: bold; }

iframe .place-card, .place-card-large {
  display: none; }

.news__wrapper {
  padding: 0 0 93px; }
.news__inner {
  list-style: none;
  position: relative;
  z-index: 1; }
.news__list {
  list-style: none;
  margin-bottom: 12px; }
  .news__list:last-child {
    margin-bottom: 0; }
.news__lists {
  display: block;
  padding: 33px 46px 27px 20px;
  background-color: #F2F3F7;
  display: flex;
  justify-content: space-between;
  position: relative;
  color: #000;
  text-decoration: none; }
  .news__lists::after {
    content: url(../images/top/arrow_news.png);
    position: absolute;
    top: 55%;
    right: 29px;
    transform: translateY(-50%); }
.news__info {
  width: 258px;
  margin-right: 53px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative; }
  .news__info:after {
    content: '';
    width: 1px;
    height: 20px;
    background-color: #707070;
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%); }
.news__category {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.20;
  padding: 7px 7px 7px 10px;
  border: 1px solid #707070;
  margin-right: 23px;
  width: 159px;
  text-align: center;
  color: #707070; }
  @media (max-width: 768px) {
    .news__category {
      font-size: 13px;
      font-size: 0.8125rem;
      width: 190px; } }
.news__date {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2.384;
  letter-spacing: 0.015em; }
.news__content {
  flex: 1 1 0%;
  max-width: 577px; }
.news__txt {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2.384;
  letter-spacing: 0.015em; }
.news__btns {
  margin-top: 65px;
  display: flex;
  justify-content: space-between; }
.news__btn {
  display: block;
  height: 36px;
  width: 157px;
  line-height: 36px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  text-decoration: none;
  background-color: #4c4c4c;
  text-align: center;
  color: #fff;
  position: relative; }
.news__btn_right::after {
  content: url("../images/news/news_arrow.png");
  position: absolute;
  top: 1px;
  right: 12px;
  padding-right: 15px; }
.news__btn_left::before {
  content: url("../images/news/news_arrow_left.png");
  position: absolute;
  top: 1px;
  left: 12px;
  padding-left: 15px; }
.news__pages {
  align-self: center; }
  .news__pages a {
    display: inline-block;
    text-decoration: none;
    color: #000;
    margin-right: 21px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.428; }
    .news__pages a:last-child {
      margin-right: 0; }

@media (max-width: 980px) {
  .news__wrapper {
    padding: 0 30px 93px; } }
.category_yellow {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.20;
  padding: 7px 7px 7px 10px;
  border: 1px solid #E5A31C;
  margin-right: 23px;
  width: 159px;
  text-align: center;
  color: #E5A31C; }
  @media (max-width: 768px) {
    .category_yellow {
      font-size: 13px;
      font-size: 0.8125rem;
      width: 190px; } }

.category_pink {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.20;
  padding: 7px 7px 7px 10px;
  border: 1px solid #D4004E;
  margin-right: 23px;
  width: 159px;
  text-align: center;
  color: #D4004E; }
  @media (max-width: 768px) {
    .category_pink {
      font-size: 13px;
      font-size: 0.8125rem;
      width: 190px; } }

.category_green {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.20;
  padding: 7px 7px 7px 10px;
  border: 1px solid #5FA153;
  margin-right: 23px;
  width: 159px;
  text-align: center;
  color: #5FA153; }
  @media (max-width: 768px) {
    .category_green {
      font-size: 13px;
      font-size: 0.8125rem;
      width: 190px; } }

.category_blue {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.20;
  padding: 7px 7px 7px 10px;
  border: 1px solid #50BBF4;
  margin-right: 23px;
  width: 159px;
  text-align: center;
  color: #50BBF4; }
  @media (max-width: 768px) {
    .category_blue {
      font-size: 13px;
      font-size: 0.8125rem;
      width: 190px; } }

@media (max-width: 768px) {
  .news__wrapper {
    padding: 0px 30px 50px; }
  .news__inner {
    position: static;
    padding-top: 0;
    margin-top:  0;
    margin-left: 0;
    margin-bottom: 27px; }
  .news__list {
    margin-bottom: 21px; }
  .news__lists {
    padding: 18px 45px 14px 20px;
    flex-direction: column; }
    .news__lists::after {
      top: 51%;
      right: 20px; }
  .news__info {
    width: 100%;
    justify-content: flex-start;
    padding-bottom: 17px;
    align-self: flex-end;
    margin-right: 0; }
    .news__info:after {
      width: 100%;
      height: 1px;
      top: 100%;
      right: 0; }
  .news__category {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-right: 27px !important; }
  .news__date {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2.21; }
  .news__txt {
    margin-top: 19px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.928; }
  .news__btns {
    margin-top: 30px; }
  .news__btn {
    font-size: 14px;
    font-size: 0.875rem;
    width: 120px; }
  .news__pages_sp {
    text-align: center; } }

@media (max-width: 768px) {
  div#informations {
    margin-left: 1rem;
  }
}

/*# sourceMappingURL=news.css.map */
