@charset "utf-8";
/*-------------------------------------------------------
facility
--------------------------------------------------------*/
#facility h2 {
  color: #325ea5;
  font-weight: bold;
  margin-bottom: 25px;
}
#facility h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #325ea5;
  text-align: center;
  margin: 0 0 30px;
}
#facility #caption {
  text-align: center;
  margin: 0 0 50px;
}
#facility .movie {
  width: 100%;
  display: table;
  background: url(../img/bg_souko.png)no-repeat;
  background-size: cover;
  text-align: center;
  background-position: center center;
  color: #fff;
  padding: 60px 0;
  margin-bottom: 60px;
}
#facility .movie .movie-inner {
  width: 980px;
  padding: 0;
}
#facility .movie .movie-inner video {
  width: 580px;
  vertical-align: bottom;
}
#facility .movie .alpha img {
  width: 140px;
}
@media screen and (max-width:980px) {
  #facility .movie {
    padding: 30px 0;
  }
  #facility .movie .movie-inner {
    width: auto;
    display: block;
    padding: 0 20px;
  }
  #facility .movie .movie-inner video {
    width: 100%;
  }
}
#facility .list_set4 {
  width: 1020px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#facility .list_set4 li {
  width: 240px;
  background-color: #F2F2F2;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
#facility .list_set4 li.new{
  margin-bottom: 50px;
  position: relative;
}
#facility .list_set4 li.new img{
  position: absolute;
  right: 10px;
  top: 10px;
  width: 60px;
}
#facility .list_set4 li .num {
  color: #0097DB;
  font-size: 38px;
  font-size: 3.8rem;
  display: block;
  text-align: center;
  line-height: 1;
  padding: 30px 0 5px;
}
#facility .list_set4 li h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #325ea5;
  margin: 10px 0;
  display: table;
  width: 100%;
  text-align: center;
}
#facility .list_set4 li h4 span {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.5;
}
#facility .list_set4 li p {
  margin: 0 15px;
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: normal;
}
#facility .list_set4 li.set_1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  margin-bottom: 50px;
}
#facility .list_set4 li.set_1 img {
  width: 680px;
}
#facility .list_set4 li.set_1 div h4 {
  text-align: left;
  margin: 25px 15px 15px;
}
#facility .list_set4 li.set_map {
  width: 760px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#facility .list_set4 li.set_map div.txt {
  margin: 0 auto;
  width: 260px;
}
#facility .list_set4 li.set_map #map-canvas {
  width: 500px;
}
#facility #introduction{
  padding-top: 78px;
  margin-top: -78px;
}
#facility #detail {
  width: 1020px;
  margin: 10px auto 0;
}
#facility #detail h4 {
  border-bottom: 1px solid #CCCCCC;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  padding-bottom: 15px;
}
#facility #detail dl {
  border-bottom: 1px solid #CCCCCC;
  overflow: hidden;
  width: 100%;
  display: table;
}
#facility #detail dl dt {
  display: table-cell;
  width: 12%;
  padding: 15px 0;
}
#facility #detail dl dd {
  display: table-cell;
  width: 88%;
  padding: 15px 0;
}
@media screen and (max-width:1000px) {
  #facility #caption {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 25px;
  }
  #facility .list_set4 {
    width: 100%;
    justify-content: space-around;
    margin-bottom: 15px;
  }
  #facility .list_set4 li {
    width: 47%;
  }
  #facility .list_set4 li img {
    width: 100%;
  }
  #facility .list_set4 li.set_1 {
    display: block;
    width: 97%;
    padding-bottom: 20px;
  }
  #facility .list_set4 li.set_1 img {
    width: auto;
  }
  #facility .list_set4 li.set_1 div h4 {
    text-align: center;
    margin: 10px 0;
  }
  #facility .list_set4 li.set_map {
    display: block;
    width: 47%;
  }
  #facility .list_set4 li.set_map div.txt {
    padding-bottom: 20px;
  }
  #facility .list_set4 li.set_map p {
    width: 300px;
    margin: 0 auto;
  }
  #facility .list_set4 li.set_map #map-canvas {
    width: auto;
    height: 280px;
  }
  #facility #detail {
    width: auto;
    margin: 10px 10px 0;
  }
  #facility #detail dl dt {
    width: 30%;
    font-weight: bold;
  }
  #facility #detail dl dd {
    width: 70%;
  }
}
@media screen and (max-width:767px) {
  #facility {
    padding-top: 8px;
  }
  #facility h1 {
    background-image: url(../img/bg_start_sp.png);
    font-size: 18px;
    font-size: 1.8rem;
    min-height: 210px;
    margin: 0 0 40px;
    background-position: center center;
  }
  #facility h3 {
    margin: 0 0 10px;
  }
  #facility .list_set4 li {
    width: 90%;
    margin-bottom: 17px;
  }
  #facility .list_set4 li.set_1 {
    width: 90%;
  }
  #facility .list_set4 li.set_map {
    width: 90%;
  }
  #facility #detail {
    width: 90%;
    margin: 0 auto;
  }
}