@charset "UTF-8";
/* (C) Hakata Riverain */
/*----------------------------------------
	clearfix
----------------------------------------*/
.secNews:after, .secFacilitiesList ul:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

/*----------------------------------------
	index
----------------------------------------*/
/* main visual */
.mainVisual {
  width: 100%;
  height: 570px;
}
@media only screen and (min-width: 788px) and (max-width: 1118px) {
  .mainVisual {
    height: 410px;
  }
}
@media only screen and (min-width: 500px) and (max-width: 787px) {
  .mainVisual {
    height: 250px;
  }
}
@media only screen and (max-width: 499px) {
  .mainVisual {
    height: 200px;
  }
}

.camera_wrap {
  margin-bottom: 0 !important;
  width: 100%;
  height: 570px !important;
}
@media only screen and (min-width: 788px) and (max-width: 1118px) {
  .camera_wrap {
    height: 410px !important;
  }
}
@media only screen and (min-width: 500px) and (max-width: 787px) {
  .camera_wrap {
    height: 250px !important;
  }
}
@media only screen and (max-width: 499px) {
  .camera_wrap {
    height: 200px !important;
  }
}

.cameraList {
  height: 570px;
}
@media only screen and (min-width: 788px) and (max-width: 1118px) {
  .cameraList {
    height: 410px;
  }
}
@media only screen and (min-width: 500px) and (max-width: 787px) {
  .cameraList {
    height: 250px;
  }
}
@media only screen and (max-width: 499px) {
  .cameraList {
    height: 200px;
  }
}

.camera_caption > div {
  margin: 0 auto;
  padding: 0 !important;
  display: table;
  table-layout: fixed;
  width: 1100px;
  height: 570px;
  background: none !important;
}
@media only screen and (min-width: 788px) and (max-width: 1118px) {
  .camera_caption > div {
    width: 100%;
    height: 410px;
  }
}
@media only screen and (min-width: 500px) and (max-width: 787px) {
  .camera_caption > div {
    width: 100%;
    height: 250px;
  }
}
@media only screen and (max-width: 499px) {
  .camera_caption > div {
    width: 100%;
    height: 200px;
  }
}

.camera_pag {
  margin-top: -55px;
}

.camera_pag_ul {
  text-align: center !important;
}

.capArea {
  display: table-cell;
  vertical-align: middle;
  font-size: 36px;
  font-size: 2.25rem;
  font-family: 'Questrial', sans-serif;
  text-shadow: 2px 2px 0 #000;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000, direction=1, strength=1, enabled=true);
  color: #FFF;
}
@media only screen and (min-width: 788px) and (max-width: 1118px) {
  .capArea {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media only screen and (min-width: 500px) and (max-width: 787px) {
  .capArea {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 499px) {
  .capArea {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

/* contents */
.index {
  width: 100%;
}

.secNews {
  padding: 100px 0;
  border-bottom: 1px solid #CCC;
}
.secNews h3 {
  padding-top: 35px;
  margin: 0;
  width: 40%;
  float: left;
  font-size: 40px;
  font-size: 2.5rem;
  font-family: 'Questrial', sans-serif;
  font-weight: normal;
  color: #252C68;
  text-indent: 30px;
}
.secNews h3 span {
  padding-top: 5px;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
.secNews ul {
  padding: 20px 0;
  margin: 0 0 0 -2px;
  width: 60%;
  float: right;
  border-left: 1px solid #DDD;
}
.secNews ul li {
  padding: 0 0 20px 80px;
  list-style: none;
}
.secNews ul li:last-child {
  padding-bottom: 0;
}
.secNews ul li time {
  width: 20%;
  float: left;
  clear: left;
}
.secNews ul li span {
  padding-left: 20%;
  width: 80%;
  display: block;
}
@media only screen and (min-width: 500px) and (max-width: 1118px) {
  .secNews {
    padding: 70px 20px;
  }
  .secNews h3 {
    padding-top: 0;
    width: 100%;
    float: none;
    font-size: 36px;
    font-size: 2.25rem;
    text-indent: 0;
  }
  .secNews h3 span {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .secNews ul {
    margin: 0;
    width: 100%;
    float: none;
    border-left: none;
  }
  .secNews ul li {
    margin-top: 20px;
    padding: 20px 0 0 0;
    border-top: 1px dotted #CCC;
  }
  .secNews ul li:first-child {
    margin-top: 0;
    border-top: none;
  }
  .secNews ul li time {
    width: 100%;
    float: none;
  }
  .secNews ul li span {
    padding-left: 0;
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 499px) {
  .secNews {
    padding: 50px 20px;
  }
  .secNews h3 {
    padding-top: 0;
    width: 100%;
    float: none;
    font-size: 32px;
    font-size: 2rem;
    text-indent: 0;
  }
  .secNews h3 span {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .secNews ul {
    margin: 0;
    width: 100%;
    float: none;
    border-left: none;
  }
  .secNews ul li {
    margin-top: 20px;
    padding: 20px 0 0 0;
    border-top: 1px dotted #CCC;
  }
  .secNews ul li:first-child {
    margin-top: 0;
    padding: 0;
    border-top: none;
  }
  .secNews ul li time {
    width: 100%;
    float: none;
  }
  .secNews ul li span {
    padding-left: 0;
    width: 100%;
    display: block;
  }
}

.secFacilities {
  padding: 80px 0 120px;
  text-align: center;
}
.secFacilities h3 {
  font-size: 40px;
  font-size: 2.5rem;
  font-family: 'Questrial', sans-serif;
  color: #252C68;
  font-weight: normal;
}
.secFacilities h3 br {
  display: none;
}
.secFacilities p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 130%;
}
@media only screen and (min-width: 500px) and (max-width: 787px) {
  .secFacilities {
    padding: 60px 20px;
  }
  .secFacilities h3 {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .secFacilities p {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 499px) {
  .secFacilities {
    padding: 30px 20px;
  }
  .secFacilities h3 {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .secFacilities h3 br {
    display: block;
  }
  .secFacilities p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.secFacilitiesList h3 {
  margin: 0;
  font-size: 40px;
  font-size: 2.5rem;
  font-family: 'Questrial', sans-serif;
  line-height: 100px;
  text-align: center;
  color: #FFF;
  font-weight: normal;
  background: #252C68;
}
@media only screen and (min-width: 788px) and (max-width: 1118px) {
  .secFacilitiesList h3 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 80px;
  }
}
@media only screen and (min-width: 500px) and (max-width: 787px) {
  .secFacilitiesList h3 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 70px;
  }
}
@media only screen and (max-width: 499px) {
  .secFacilitiesList h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 60px;
  }
}
.secFacilitiesList ul {
  margin: 0;
  padding: 0;
  background: #000;
}
.secFacilitiesList ul li {
  margin: 0;
  padding: 0;
  width: 20%;
  float: left;
  list-style: none;
  position: relative;
  overflow: hidden;
}
.secFacilitiesList ul li img {
  width: inherit;
  max-width: 100%;
  height: auto;
}
.secFacilitiesList ul li a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.secFacilitiesList ul li a:after {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: " " attr(title) " ";
  background: url(../images/common/bg_black80.png);
  text-align: center;
  line-height: 36px;
  z-index: 1;
  color: #FFF;
}
@media only screen and (min-width: 788px) and (max-width: 1118px) {
  .secFacilitiesList ul li a:after {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 499px) {
  .secFacilitiesList ul li a:after {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.secFacilitiesList ul li a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.secFacilitiesList ul li a:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.secFacilitiesList ul li img {
  vertical-align: top;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (min-width: 500px) and (max-width: 787px) {
  .secFacilitiesList ul li {
    width: 50%;
  }
}
@media only screen and (max-width: 499px) {
  .secFacilitiesList ul li {
    width: 50%;
  }
}

.secFooter {
  padding-top: 120px;
  width: 100%;
  height: 520px;
}
.secFooter h3 {
  font-size: 40px;
  font-size: 2.5rem;
  font-family: 'Questrial', sans-serif;
  color: #252C68;
  font-weight: normal;
  text-align: center;
}
.secFooter h3 br {
  display: none;
}
.secFooter p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 130%;
  text-align: center;
}
@media only screen and (min-width: 500px) and (max-width: 787px) {
  .secFooter {
    padding-top: 80px;
  }
  .secFooter h3 {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .secFooter p {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 499px) {
  .secFooter {
    padding-top: 40px;
    height: 600px;
  }
  .secFooter h3 {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .secFooter h3 br {
    display: block;
  }
  .secFooter p {
    margin: 0 20px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media only screen and (max-width: 499px) {
  .bgs-current img {
    margin-top: 100px !important;
  }
}
.image-path {
  display: none;
}

/* facebook */
.fb_iframe_widget {
  margin-top: 80px;
}
@media only screen and (max-width: 499px) {
  .fb_iframe_widget {
    margin-top: 0;
  }
}

/*.fbcomments,
.fb_iframe_widget,
.fb_iframe_widget[style],
.fb_iframe_widget iframe[style],
.fbcomments iframe[style],
.fb_iframe_widget span{
	width: 100% !important;
	height:250px !important;
}*/
