@charset "UTF-8";
*, div {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  color: #252B46;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}
img {}
/* 共通クラス名 */
li {
  list-style: none;
}
.w1080 {
  width: 1080px;
  margin: 0 auto;
  position: relative;
}
.wrap {
  display: flex;
  position: relative;
}
.w850 {
  width: 800px;
  margin-bottom: 140px;
}
.f_red {
  color: #EB7136;
}
.f_org {
  color: #f4753b;
}
.f_org:hover {
  opacity: 0.5;
}
.f_size14 {
  font-size: 14px;
}
dl {
  /* display: flex; */
}
.fa_text_box dt {
  margin-bottom: 5px;
}
.fa_text_box dt + dt {
  margin-top: 20px;
}
.fa_text_box dd {
  font-size: 14px;
  padding-left: 0.5em;
  /* width: 230px; */
}
.facility_box h3 {
  margin-bottom: 30px;
  font-size: 30px;
  align-items: flex-end;
}
.facility_box h3 span {
  font-size: 18px;
  padding-right: 20px;
}
.pc_none {
  display: none;
}
/* ="パンくずリスト */
.breadcrumbs_list {
  font-size: 10px;
  display: flex;
  margin-top: 10px;
}
.breadcrumbs_list li {
  line-height: 1;
  position: relative;
  padding-left: 10px;
  padding-right: 5px;
}
.breadcrumbs_list li:first-child {
  padding-left: 0px;
}
.breadcrumbs_list li:after {
  content: '';
  margin-right: 5px;
  left: 0px;
  top: 3px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #EB7136;
  border-right: 1px solid #EB7136;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  display: block;
}
.breadcrumbs_list li:first-child::after {
  display: none;
}
.arrow_red_1 {
  width: 5px;
  height: 5px;
  position: absolute;
  left: 5px;
  top: 10px;
  display: block;
}
.breadcrumbs_list li a {
  display: inline-block;
}
.breadcrumbs_list li:last-child:after {
  content: '';
}
/* パンくずリスト終 */
/* headerのパーツ */
.boder_rg {
  font-size: 36px;
  width: 100%;
  position: relative;
  display: inline-block;
  border-bottom: solid 1px #EB7136;
  line-height: 1;
  margin-top: 130px;
  margin-bottom: 60px;
  padding-bottom: 13px;
}
.boder_rg::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 700px;
  border-bottom: 1px solid #eeecec;
}
header {
  margin-top: 0;
  width: 100%;
  height: 350px;
  position: relative;
  background-image: url(/img//facility/top.jpg);
  background-position: center;
  background-size: cover;
}
header::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 100%;
  height: 4px;
  padding: 0;
  background: #EB7136;
}
/* /headerのパーツ */
/* 施設紹介共通パーツ */
.facility_box {
  scroll-padding-top: 200px;
  line-height: 1.7;
}
.facility_boxitem {
  margin-top: 40px;
  margin-bottom: 20px;
}
.facility_boxitem p {
  padding-left: 1em;
}
.facility_boxitem ul li {
  padding-left: 1em;
}
.facility_box h4 {
  font-size: 24px;
  padding-top: 35px;
  margin-bottom: 20px;
}
.facility_box h4 + h4 {
  margin-top: 35px;
}
.facility_boxitem ul li {
  line-height: 1.6;
}
.fa_box1 {
  display: flex;
  padding-top: 90px;
}
.facil_point {
  margin-top: 150px;
}
.facil_point:first-child {
  margin-top: 50px;
}
/* スリック */
.fa_slick_box {
  width: 400px;
}
.slick_facility_nav {
  position: relative;
  width: 335px;
  margin: 10px auto 0;
}
.slick_facility_nav div {
  width: 100%;
  margin: 0 auto;
}
.slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.prev-arrow {
  width: 20px;
  height: 25px;
  background: #EB7136;
  position: relative;
}
.prev-arrow::after {
  content: "";
  top: 8px;
  right: 4px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  position: absolute;
}
.next-arrow {
  width: 20px;
  height: 25px;
  background: #EB7136;
  position: relative;
}
.next-arrow::after {
  content: "";
  top: 8px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
}
.slick-arrow {
  z-index: 20; /* 矢印画像を最前面へ */
}
.slide-arrow {
  position: absolute;
  top: 25%;
}
.prev-arrow {
  left: -30px;
}
.next-arrow {
  right: -20px;
}
.slick_tixtukouen {
  width: 100%;
}
.slick_tixtukouen_nav {
  width: 670px;
}
.slick_tixtukouen_nav .prev-arrow {
  width: 35px;
  height: 35px;
  background: #EB7136;
  left: -50px;
}
.slick_tixtukouen_nav .prev-arrow::after {
  content: "";
  top: 12px;
  right: 12px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  position: absolute;
}
.slick_tixtukouen_nav .next-arrow {
  width: 35px;
  height: 35px;
  background: #EB7136;
  right: -30px;
}
.slick_tixtukouen_nav .next-arrow::after {
  content: "";
  top: 12px;
  left: 12px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}
.slick_tixtukouen_nav .slide-arrow {
  position: absolute;
  top: 40%;
}
/* /スリック */
.fa_text_box {
  padding-left: 60px;
}
.fa_text_box h4 {
  font-size: 24px;
  margin-bottom: 30px;
}
.fa_text_box p {
  margin-bottom: 40px;
  line-height: 1.8;
}
.fa_text_box dl + dl {
  margin-top: 15px;
}
.fa_text_box dl dd img {
  padding-left: 3px;
  vertical-align: middle;
}
/* .facil_point:first-child dl{

    margin-top: 60px;

} */
.facil_point dl {
  margin-top: 30px;
}
.facil_point dl + dl {
  margin-top: 20px;
}
.facil_point dl dd {
  padding-left: 0.5em;
  line-height: 1;
}
.fa_rkuzyou h4 {
  margin-bottom: 35px;
}
.fa_rkuzyou p {
  margin-bottom: 20px;
}
/* サイドバーの色 */
#nichinan_body .side_navi .nichinan-title {
  color: #EB7136;
}
#tenpuku_body .side_navi .tenpuku-title {
  color: #EB7136;
}
#kitagou_body .side_navi .kitagou-title {
  color: #EB7136;
}
.p_facility {
  margin-top: 30px;
}
.facility_box_text p {
  padding-left: 1em;
}
@media screen and (max-width: 1080px) {
  /* 共通パーツ */
  .sp_none {
    display: none;
  }
  .w1080 {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .w850 {
    width: 70%;
  }
  .wrap {
    justify-content: space-between;
  }
  /* サイドバー */
  .contentSide {
    position: static;
  }
  /* headerのパーツ */
  .boder_rg {
    margin-top: 80px;
    margin-bottom: 60px;
  }
  .boder_rg {
    font-size: 36px;
    width: 100%;
    position: relative;
    display: inline-block;
    border-bottom: solid 1px #EB7136;
    line-height: 1;
    margin-top: 80px;
    margin-bottom: 60px;
  }
  .boder_rg::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 70%;
    border-bottom: 1px solid #eeecec;
  }
  /* スリック */
  .fa_slick_box {
    width: 100%;
  }
  .slick-slide img {
    width: 100%;
  }
  .slick_facility_nav div img {
    width: 90%;
  }
  .slick_tixtukouen_nav .prev-arrow {
    width: 20px;
    height: 25px;
    background: #EB7136;
    left: -30px;
  }
  .slick_tixtukouen_nav .prev-arrow::after {
    content: "";
    top: 8px;
    right: 4px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    position: absolute;
  }
  .slick_tixtukouen_nav .next-arrow {
    width: 20px;
    height: 25px;
    background: #EB7136;
    right: -20px;
  }
  .slick_tixtukouen_nav .next-arrow::after {
    content: "";
    top: 8px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
  }
  .slick_tixtukouen_nav .slide-arrow {
    position: absolute;
    top: 30%;
  }
  .fa_slick_box {
    width: 100%;
    margin-bottom: 20px;
  }
  .nishishina_parkmap {
    width: 100%;
  }
  .facility_box p {
    line-height: 1.8;
    font-size: 14px;
    padding-left: 1em;
  }
  .facility_box h4 {
    font-size: 20px;
    padding-top: 25px;
    margin-bottom: 20px;
  }
  .fa_box1 {
    display: block;
  }
  .fa_text_box {
    padding-left: 0px;
  }
  .slick_facility_nav {
    width: 90%;
  }
  .fa_text_box {
    padding-top: 30px;
    padding-left: 0;
  }
  .fa_text_box {
    padding-top: 30px;
  }
  .fa_text_box h4 {
    margin-bottom: 20px;
  }
  .fa_text_box p {
    margin-bottom: 30px;
  }
  .facil_point dl dd {
    padding-left: 0.5em;
    margin-bottom: 10px;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  /* 共通パーツ */
  dt {
    margin: 0;
    width: 100px;
    padding-bottom: 10px;
    white-space: nowrap;
  }
  dl {
    line-height: 1;
    font-size: 14px;
  }
  .facility_box_text dl dd {
    font-size: 14px;
    line-height: 1.3;
  }
  .wrap {
    flex-direction: column;
  }
  .w850 {
    width: 100%;
  }
  .pc_none {
    display: block;
  }
  /* header */
  header {
    margin-top: 0;
    width: 100%;
    height: 350px;
    position: relative;
    background-image: url(/img/facility/top_sp.jpg);
    background-position: center;
    background-size: cover;
  }
  .boder_rg {
    font-size: 28px;
    margin-top: 80px;
    margin-bottom: 40px;
  }
  /* スリック */
  .slick_tixtukouen_nav .slide-arrow {
    position: absolute;
    top: 20%;
  }
  .fa_text_box p {
    line-height: 1.8;
    font-size: 14px;
  }
  .facility_box h3 {
    font-size: 22px;
  }
  .facility_box h3 span {
    font-size: 18px;
    padding-right: 5px;
  }
  .facility_box h4 {
    font-size: 20px;
    padding-top: 25px;
    margin-bottom: 10px;
  }
  .fa_text_box h4 {
    font-size: 18px;
    padding-top: 0px;
    margin-bottom: 20px;
  }
  .facil_point dl {
    margin-top: 30px;
  }
  .facil_point {
    margin-top: 60px;
  }
  .fa_slick_box img { max-width: 100%;}
}