@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : facilities.css
 author     : Ability Consultant
 style info : 施設案内
=================================================================== */
.box_container {
  max-width: 1260px;
  margin: auto;
}
@media only screen and (max-width: 1260px) {
  .box_container {
    width: 95%;
  }
}
@media print {
  .box_container {
    width: 95%;
  }
}
.ie8 .box_container {
  width: 95%;
}

.box_container:after, .row:after, .clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* -----------------------------------------------------------
	common fac
----------------------------------------------------------- */
.box_container {
  display: block;
}

.row {
  display: block;
}

.col {
  display: block;
  float: left;
  position: relative;
  min-height: 1px;
}
.col .box_tbl_primary p {
  margin-top: 0.8em;
}

.row_tbl {
  display: table;
  width: 100%;
}

.cell {
  display: table-cell;
  vertical-align: top;
}

.slide_overflow_style {
  overflow: hidden;
}
.slide_overflow_style .box_slide {
  margin: 0 -25px;
}
@media only screen and (max-width: 767px) {
  .slide_overflow_style .box_slide {
    margin: 0;
  }
}
.slide_overflow_style .box_slide .slide_wraper {
  max-width: 1360px;
  margin: 0 auto;
}
@media only screen and (max-width: 1440px) {
  .slide_overflow_style .box_slide .slide_wraper {
    max-width: 80%;
  }
}
@media print {
  .slide_overflow_style .box_slide .slide_wraper {
    max-width: 80%;
  }
}
.ie8 .slide_overflow_style .box_slide .slide_wraper {
  max-width: 80%;
}
@media only screen and (max-width: 1260px) {
  .slide_overflow_style .box_slide .slide_wraper {
    max-width: 70%;
  }
}
@media print {
  .slide_overflow_style .box_slide .slide_wraper {
    max-width: 70%;
  }
}
.ie8 .slide_overflow_style .box_slide .slide_wraper {
  max-width: 70%;
}
@media only screen and (max-width: 767px) {
  .slide_overflow_style .box_slide .slide_wraper {
    max-width: 100%;
  }
}
.slide_overflow_style .box_slide .slick-list {
  overflow: visible;
  padding: 0 !important;
}
.slide_overflow_style .box_slide .slick-slide {
  position: relative;
  outline: 0;
  padding: 0 25px;
}
@media only screen and (max-width: 767px) {
  .slide_overflow_style .box_slide .slick-slide {
    -webkit-transform: none;
    transform: none;
    padding: 0;
  }
}
.slide_overflow_style .box_slide .slick-slide .slide_inner {
  position: relative;
}
.slide_overflow_style .box_slide .slick-slide .img_thumb {
  width: 100%;
}
.slide_overflow_style .box_slide .slick-arrow {
  display: block;
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 27px;
  height: 58px;
  text-indent: -9999px;
  cursor: pointer;
  padding: 0;
  z-index: 10;
}
.slide_overflow_style .box_slide .slick-arrow:active {
  opacity: 0.8;
}
.slide_overflow_style .box_slide .slick-prev {
  left: -14px;
  right: auto;
  background: transparent url(../images/common/ic_arrow_left_01.png) no-repeat center center;
  background-size: contain;
  border: 0 none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
@media only screen and (max-width: 767px) {
  .slide_overflow_style .box_slide .slick-prev {
    left: -4%;
  }
}
.slide_overflow_style .box_slide .slick-next {
  right: -14px;
  left: auto;
  background: transparent url(../images/common/ic_arrow_right_01.png) no-repeat center center;
  background-size: contain;
  border: 0 none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
@media only screen and (max-width: 767px) {
  .slide_overflow_style .box_slide .slick-next {
    right: -4%;
  }
}
.slide_overflow_style .box_slide .slick-dots {
  position: absolute;
  left: 0;
  bottom: 25px;
  right: auto;
  top: auto;
  width: 100%;
  text-align: center;
  line-height: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 767px) {
  .slide_overflow_style .box_slide .slick-dots {
    bottom: 10px;
  }
}
.slide_overflow_style .box_slide .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0 8px;
}
@media only screen and (max-width: 767px) {
  .slide_overflow_style .box_slide .slick-dots li {
    margin: 0 4px;
  }
}
.slide_overflow_style .box_slide .slick-dots li button {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  text-indent: -9999px;
  color: transparent;
  background: rgba(255, 255, 255, 0.5);
  border: 0 none;
  border-radius: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.slide_overflow_style .box_slide .slick-dots li.slick-active button {
  width: 10px;
  height: 10px;
  background: #fff;
}

/* -----------------------------------------------------------
	.con_title
----------------------------------------------------------- */
.con_title {
  background-image: url(../facilities/images/bg_title-pc.jpg);
}

/* -----------------------------------------------------------
	.con_intro
----------------------------------------------------------- */
.con_intro {
  position: relative;
  z-index: 1;
  padding-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro {
    padding-bottom: 2.5em;
  }
}
.con_intro .st_catch {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .con_intro .st_catch {
    margin-bottom: 20px;
  }
}
.con_intro .txt {
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .txt {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .txt {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .txt {
    text-align: left;
  }
}
.con_intro .pagenav_common ul li {
  font-size: 75%;
}
.con_intro .pagenav_common ul li a img {
  width: 100%;
}
.con_intro .pagenav_common ul li a .caption {
  padding: 0;
  bottom: -40px;
}

.con_intro .pagenav_common ul {
    flex-wrap: wrap;
    margin: 0 -3px;
  }

  .con_intro .pagenav_common ul li {
    flex: none;
    width: calc(16.666% - 6px);
    margin: 0 3px 50px;
  }

  /* 2段目の3つを中央寄せ */
  .con_intro .pagenav_common ul li:nth-child(n+7) {
    margin-left: 3px;
  }

  .con_intro .pagenav_common ul {
    justify-content: center;
  }


@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .pagenav_common ul li a .caption {
    padding: 0.3em 25px 0.3em 10px;
    font-size: 94%;
  }
}
.con_intro .pagenav_common ul li a .caption_adjust {
  padding: 10px 0 10px;
}

/* -----------------------------------------------------------
	.con_fac
----------------------------------------------------------- */
.con_fac .box_fac {
  padding: 75px 0 90px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_fac .box_fac {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_fac .box_fac {
    padding: 2.5em 0;
  }
}
.con_fac .box_fac.bg_brown {
  background: transparent url(../images/common/bg_texture_02.png) repeat left top;
}
.con_fac .box_fac .st_high {
  padding-top: 10px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .con_fac .box_fac .st_high {
    margin-bottom: 20px;
  }
}
.con_fac .box_fac .st_high span.jp em {
  display: block;
  font-size: 67%;
}
.con_fac .box_fac .st_high span.jp .min {
  display: inline;
  font-size: 70%;
}
.con_fac .box_fac .box_slide_top {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_fac .box_fac .box_slide_top {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_fac .box_fac .box_slide_top {
    margin-bottom: 20px;
  }
}
.con_fac .box_fac .box_img_top {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_fac .box_fac .box_img_top {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_fac .box_fac .box_img_top {
    margin-bottom: 20px;
  }
}
.con_fac .box_fac .box_img_top img {
  width: 100%;
}
.con_fac .box_fac .box_detail .col_detail {
  width: 50%;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .con_fac .box_fac .box_detail .col_detail {
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.con_fac .box_fac .box_detail .col_detail .st_mid {
  text-align: left;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .con_fac .box_fac .box_detail .col_detail .st_mid {
    margin-bottom: 20px;
  }
}
.con_fac .box_fac .box_detail .col_detail .st_mid span.jp em {
  font-size: 65%;
}
.con_fac .box_fac .box_detail .col_detail .st_mid span.jp,
.con_fac .box_fac .box_detail .col_detail .st_mid span.en {
  display: inline-block;
  vertical-align: middle;
}
.con_fac .box_fac .box_detail .col_detail .txt {
  margin-bottom: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_fac .box_fac .box_detail .col_detail .txt {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_fac .box_fac .box_detail .col_detail .txt {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .con_fac .box_fac .box_detail .scroll {
    overflow: scroll;
  }
}
@media only screen and (max-width: 1024px) {
  .con_fac .box_fac .box_detail table {
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
.con_fac .box_fac .box_detail table th {
  min-width: 8em;
  text-align: center;
}
.con_fac .box_fac .box_detail table td dl dt,
.con_fac .box_fac .box_detail table td dl dd {
  display: inline-block;
}
.con_fac .box_fac .box_detail table td dl dt {
  width: 3.5em;
}
.con_fac .box_fac .box_detail .col_tbl {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .con_fac .box_fac .box_detail .col_detail,
  .con_fac .box_fac .box_detail .col_tbl {
    width: 100%;
  }
  .con_fac .box_fac .box_detail .col_detail .box_tbl_primary p,
  .con_fac .box_fac .box_detail .col_tbl .box_tbl_primary p {
    font-size: 14px;
  }
}

/* -----------------------------------------------------------
	.experience
----------------------------------------------------------- */
.experience{
  padding: 60px 0;
}
.experience01{
  background: rgba(188, 167, 132, 0.7) url("../facilities/images/bg_fac_10_1.png") no-repeat;
  background-position:right center;
  background-size: contain;
  margin-bottom: 70px;
}
.experience02{
  background: rgba(188, 167, 132, 0.7) url("../facilities/images/bg_fac_10_2.png") no-repeat;
  background-position:left center;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .experience{
    padding: 40px 0;
  }
  .experience01{
    margin-bottom: 40px;
    background-position:right bottom;
  }
  .experience02{
    margin-bottom: 40px;
    background-position:left bottom;
  }
}
.experience .container{
  max-width: 1716px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.experience.experience02 .container{
  flex-direction: row-reverse;
}
.experience .img{
  width: 54.84%;
}
.sp_br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .experience .img{
    width: 100%;
    margin-bottom: 20px;
  }
 .pc_br {
    display: none;
  }

  .sp_br {
    display: inline;
  }
}
.experience .txt_box{
  width: 41.20%;
}
@media only screen and (max-width: 767px) {
  .experience .txt_box{
    width: 95%;
    margin: 0 auto;
  }
}
.experience .txt_box .ttl{
  font-size: 65%;
  text-align: left;
  margin-top: 60px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1024px){
.experience .txt_box .ttl{
  margin-top: 0!important;
}
}
.experience02 .txt_box .ttl{
  max-width: 435px;
  margin: 60px 0 25px auto;
}
.experience .txt_box .note{
  max-width: 435px;
}
.experience02 .txt_box .note{
  margin: 0 0 0 auto;
}
.experience .txt_box .note + .note{
  margin-top: 1em;
}














