/******************************/
/* SLIDER */
/******************************/
@media screen and (max-width: 1030px) {
    .slider {
      margin-left: -20px;
      margin-right: -20px;
      position: relative;
    }
  }
  #slider div {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  #slider > div {
    display: none;
  }
  .bx-viewport #slider > div {
    display: block;
  }
  .bx-wrapper {
    z-index: 0;
    margin-bottom: 82px!important;
  }
  .bx-wrapper img {
    width: 100%;
    height: auto;
  }
  .bx-wrapper .bx-viewport {
    box-shadow: none !important;
    border: 0 !important;
    left: 0 !important;
  }
  .bx-wrapper .bx-pager {
    bottom: -46px !important;
  }
  .bx-wrapper .bx-pager.bx-default-pager a {
    margin: 0 9px !important;
    width: 18px !important;
    height: 18px !important;
    background: #402929 !important;
    border-radius: 50%!important;
  }
  .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #CC2323 !important;
  }
  /******************************/
  /* NEWS */
  /******************************/
  .p-line-informaiton {
    display: flex;
    flex-wrap: wrap;
    margin-top: 75px;
    width: 760px;
  }
  @media screen and (max-width: 767px) {
    .p-line-informaiton {
      display: block;
      width: auto;
    }
  }
  .p-line-informaiton ul {
    flex: 1;
    font-size: 13px;
  }
  @media screen and (max-width: 767px) {
    .p-line-informaiton ul {
      font-size: 12px;
    }
  }
  .p-line-informaiton li {
    margin-bottom: 15px;
  }
  .p-line-informaiton__ttl {
    position: relative;
    margin: 0 40px 0 0;
    font-size: 14px;
    font-weight: bold;
  }
  @media screen and (max-width: 767px) {
    .p-line-informaiton__ttl {
      margin: 0;
    }
  }
  .p-line-informaiton__ttl:before {
    content: "";
    position: absolute;
    top: 7px;
    right: -20px;
    width: 1px;
    height: 10px;
    background: #d2d2d2;
  }
  @media screen and (max-width: 767px) {
    .p-line-informaiton__ttl:before {
      content: none;
    }
  }
  /***** お知らせ *****/
  .p-top-news {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 50px;
  }
  @media screen and (max-width: 767px) {
    .p-top-news {
      display: block;
      margin-bottom: 45px;
    }
  }
  .p-top-news__ttl {
    box-sizing: border-box;
    margin-right: 25px;
    padding: 10px;
    width: 110px;
    border: 1px solid #b2b2b2;
    font-size: 18px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    .p-top-news__ttl {
      margin-right: 0;
      margin-bottom: 10px;
      padding: 5px;
      width: 70px;
      border: 1px solid #b2b2b2;
      font-size: 12px;
    }
  }
  .p-top-news__body {
    flex: 1;
    margin-bottom: 0;
  }

/*もっと見るボタン*/
.l-main.top p.more{
    text-align: center;
    margin-top: 2em;
}
.l-main.top p.more a{
    max-width: 280px;
    height: 60px;
    background-color: #e95050;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    font-weight: bold;
    color: #fff;
    border-radius: 55px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .5s;
    transition: .5s;
    border: 1px solid #e95050;
    text-decoration: unset;
}
.l-main.top p.more a:hover{
    background-color: #fff;
    color: #cc2323;
}
