@charset "UTF-8";
/* ブレイクポイント
------------------------------*/
/* フォント
------------------------------*/
/* 色
------------------------------*/
@media screen and (min-width: 769px) {
  .view--pc {
    display: block;
  }
  .view--tb {
    display: none;
  }
  .view--sp {
    display: none;
  }
}
@media screen and (max-width: 990px) and (min-width: 769px) {
  .view--tb {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .view--pc {
    display: none;
  }
  .view--tb {
    display: none;
  }
  .view--sp {
    display: block;
  }
}
body {
  background: #eee;
}

.pagewrap .information .information__message {
  text-align: center;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .pagewrap .information .information__message {
    width: 91.6vw;
    margin: 0 auto 12.7vw;
  }
}
.pagewrap .information .information__message__title {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .pagewrap .information .information__message__title {
    font-size: 4.6vw;
  }
}
.pagewrap .information .information__message__title span {
  display: inline-block;
}
.pagewrap .information .information__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 50px;
}
@media screen and (min-width: 769px) {
  .pagewrap .information .information__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .pagewrap .information .information__item:nth-child(even) .information__item__contents {
    padding-right: 4.6%;
  }
}
@media screen and (min-width: 769px) and (max-width: 990px) and (min-width: 769px) {
  .pagewrap .information .information__item:nth-child(even) .information__item__contents {
    padding-right: 3%;
  }
}
@media screen and (min-width: 769px) {
  .pagewrap .information .information__item > div {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .pagewrap .information .information__item {
    display: block;
    margin: 0 auto 12.7vw;
  }
}
.pagewrap .information .information__item:last-child {
  margin-bottom: 0;
}
.pagewrap .information .information__item__img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 345px;
}
@media screen and (min-width: 769px) {
  .pagewrap .information .information__item__img img {
    height: 100%;
    max-height: 100%;
    width: auto;
    max-width: none;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .pagewrap .information .information__item__img {
    min-height: auto;
  }
}
.pagewrap .information .information__item__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  padding: 20px 10px 20px 4.6%;
}
@media screen and (max-width: 990px) and (min-width: 769px) {
  .pagewrap .information .information__item__contents {
    padding-left: 3%;
  }
}
@media screen and (max-width: 768px) {
  .pagewrap .information .information__item__contents {
    text-align: center;
    padding: 5.1vw 3.8vw 7.4vw;
  }
}
.pagewrap .information .information__item__contents > div {
  line-height: 1.56;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .pagewrap .information .information__item__contents > div {
    margin-bottom: 3.8vw;
  }
}
.pagewrap .information .information__item__contents > div:last-child {
  margin-bottom: 0;
}
.pagewrap .information .information__title {
  font-size: 35px;
  text-align: left;
  margin-bottom: 15px;
}
@media screen and (max-width: 990px) and (min-width: 769px) {
  .pagewrap .information .information__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .pagewrap .information .information__title {
    font-size: 6.4vw;
    text-align: center;
    margin-bottom: 3.3vw;
  }
}
.pagewrap .information .information__title span {
  display: inline-block;
}
.pagewrap .information .information__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
}
.pagewrap .information .information__btn a {
  width: 45%;
  max-width: 100%;
  margin: 0 5% 0 0;
  line-height: 1.5;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 990px) and (min-width: 769px) {
  .pagewrap .information .information__btn a {
    width: 46%;
    margin: 0 4% 0 0;
  }
}
@media screen and (max-width: 768px) {
  .pagewrap .information .information__btn a {
    width: 39.4vw;
    height: 16.5vw;
    border-radius: 2.5vw;
    margin-right: 4.6vw;
  }
}
.pagewrap .information .information__btn a:last-child {
  margin-right: 0;
}
/*# sourceMappingURL=facilities-index.css.map */