/*--------------------------------------------------------------
# ページビジュアル
--------------------------------------------------------------*/
.page_visual {
  background: url(/assets/img/facility/page_visual.jpg) no-repeat center / cover;
}
/*--------------------------------------------------------------
# サイド
--------------------------------------------------------------*/
@media (min-width: 1200px) {
  .page_facility .page_content_wrap {
    background-image: url(/assets/img/common/side_flower_left.png),url(/assets/img/common/side_flower_right.png);
    background-position: top left, top right;
    background-repeat: repeat-Y;
    background-size: 6%, 7%;
  }
}

/*--------------------------------------------------------------
# コンテンツ
--------------------------------------------------------------*/
#facility_content {
  padding-bottom: 8rem;
  @media (min-width:768px) {
    padding-bottom: 13.4rem;
  }
}
#facility_content .item {
  .block_title {
    color: var(--key-color);
    line-height: 1;
  }
}