@charset "UTF-8";

/* mv
-----------------------------*/
#mv .pc_mv {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }
  #mv .pc_mv video {
    position: absolute;
    top: 0;
    right: 0;object-fit: cover;
    width: 100% !important;
    height: 100% !important;
    z-index: -1; }

#loader {
  background: url("../img/index/mv_img_pc.jpg") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

@media screen and (max-width: 768px) {
  #mv .sp_mv .bx-wrapper {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    background: transparent; } }


/* cmn
-----------------------------*/
.secttl{
  font-size: 3.6rem;
  text-align: center;
  color: #132860;
  margin-bottom: 20px;
}
.subttl{
  font-size: 2rem;
  color: #132860;
  text-align: center;
  margin-bottom: 10px;
}
.graybg{
  background: #ececec;
}
@media screen and (max-width: 768px) {
  .secttl{
    font-size: 3rem;
    line-height: 1.2;
  }
  .subttl{
    font-size: 1.8rem;
  }
}

/* about
-----------------------------*/
#about{
  padding: 93px 0;
}
#about .logo{
  text-align: center;
  margin-bottom: 90px;
}
#about .txt{
  font-size: 1.6rem;
  line-height: 1.5;
  color: #132860;
}
#about .list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}
#about .list::after{
  content: '';
  display: block;
  width: 33%;
  max-width: 300px;
}
#about .list li{
  width: 33%;
  max-width: 300px;
}
#about .list li:nth-child(n+4){
  margin-top: 35px;
}
#about .list li .img{
  text-align: center;
}
#about .list li .txt{
  font-size: 1.6rem;
  color: #132860;
  text-align: center;
  margin-top: 5px;
}
#about .list li .txt a{
  color: #132860;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  #about{
    padding: 45px 0;
  }
  #about .logo{
    width: 55%;
    margin: 0 auto 50px;
  }
  #about .txt{
    font-size: 1.6rem;
    line-height: 1.5;
    color: #132860;
  }
  #about .list{
    margin-top: 30px;
  }
  #about .list li{
    width: 49%;
    max-width: 100%;
  }
  #about .list li:nth-child(n+3){
    margin-top: 25px;
  }
}

/* middle
-----------------------------*/
.middle {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;}
@media screen and (max-width: 768px) {
.middle {
height: 35vh; } }
.middle img {
min-width: 100%;
min-height: 100%;
max-width: auto;
max-width: inherit;
position: absolute;
top: 50%;
left: 50%;
vertical-align: middle;
-webkit-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%); }
@media screen and (max-width: 768px) {
.middle img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
font-family: 'object-fit: cover;'; } }

/* contact
-----------------------------*/
#contact{
  padding: 50px 0 60px;
}
#contact .subttl{
  margin-bottom: 0;
}
#contact p{
  font-size: 1.6rem;
  color: #132860;
  text-align: center;
}
#contact p.smalltxt{
  font-size: 1.4rem;
}
#contact p+p{
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  #contact{
    padding: 45px 0 45px;
  }
  #contact p+p{
    margin-top: 10px;
  }
}

/* facility
-----------------------------*/
#facility{
  padding: 45px 0 95px;
}
#facility .box{
  background: #f6f6f6;
  padding: 40px;
}
#facility .box+.box{
  margin-top: 30px;
}
#facility .maincnt .ttl{
  font-size: 2.4rem;
  margin-bottom: 15px;
}
#facility .maincnt .txt{
  font-size: 1.6rem;
}
#facility .maincnt .img{
  margin-left: 30px;
  margin-bottom: 10px;
  float: right;
}
#facility .subcnt{
  display: none;
}
#facility .subcnt table{
  width: 100%;
  border-collapse: collapse;
  margin-top: 45px;
}
#facility .subcnt table th,
#facility .subcnt table td{
  font-size: 1.4rem;
  vertical-align: top;
  padding: 15px;
  border-bottom: 1px solid #f6f6f6;
}
#facility .subcnt table tr:last-child th,
#facility .subcnt table tr:last-child td{
  border-bottom: 0;
}
#facility .subcnt table th{
  background: #ececec;
  width: 160px;
}
#facility .subcnt table td{
  background: #fff;
  width: calc(100% - 160px);
}
#facility .subcnt .floor{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 25px;
}
#facility .subcnt .floor::after{
  content: '';
  max-width: 280px;
  width: 32%;
}
#facility .subcnt .floor li{
  margin-top: 25px;
  max-width: 280px;
  width: 32%;
  text-align: center;
}
#facility .subcnt .floor li a{
  display: block;
}
#facility .subcnt .floor li .img{
  margin-bottom: 10px;
  background: #fff;
}
#facility .subcnt .floor li .txt {
  font-size: 1.6rem;
  color: #5f471d;
  background: url(../img/common/icon_arrow_brown.png) no-repeat;
  background-position: right 0 center;
  padding-right: 20px;
  display: inline;
}
#facility .btn{
  width: 300px;
  margin: 25px auto 0;
}
#facility .btn .close{
  display: none;
}
#facility .btn.open .more{
  display: none;
}
#facility .btn.open .close{
  display: block;
}
@media screen and (max-width: 768px) {
  #facility{
    padding: 45px 0 45px;
  }
  #facility .box{
    padding: 20px;
  }
  #facility .box+.box{
    margin-top: 30px;
  }
  #facility .maincnt .ttl{
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
  #facility .maincnt .txt{
    font-size: 1.6rem;
  }
  #facility .maincnt .img{
    margin: 0 auto 20px;
    float: none;
  }
  #facility .subcnt table{
    margin-top: 25px;
  }
  #facility .subcnt table th,
  #facility .subcnt table td{
    padding: 10px;
    display: block;
    width: 100%;
    border-bottom: 0;
  }
  #facility .subcnt .floor{
    display: block;
      margin-bottom: 25px;
  }
  #facility .subcnt .floor li{
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  #facility .btn{
    width: 100%;
    margin: 25px auto 0;
  }
}

/* access
-----------------------------*/
#access{
  padding: 50px 0 100px;
}
#access .wrap{
  max-width: 700px;
}
#access p+p{
  margin-top: 30px;
}
#access p.img{
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #access{
    padding: 45px 0 45px;
  }
  #access p+p{
    margin-top: 30px;
  }
}