﻿/* philosophy ///////////////////////////////////////////////////////////// */
#facility {}
#facility h1 span {
  font-size: 1.2rem;
  text-align: center;
  display: block;
  letter-spacing: .05em;
  line-height: 1em;
}
#facility p,#facilityGuide p {
  letter-spacing: .06em;
  line-height: 2em;
}
#facility .container-xxl h1 {
  color: #555;/*letter-spacing: .15em;*/
  line-height: 2em;
}
#facility .BGtitle {
  color: #fff;
  width: 100%;
  height: 180px;
  background-image: url(../../../images/common/top_page_BG/topGbImg.jpg);
  /*background-size: cover;*/
  background-attachment: fixed;
  background-position: 55% -30%;
  background-repeat: no-repeat;
}
/*lg*/
@media screen and (min-width: 992px) {
  #facility .BGtitle {
    background-position: center top;
  }
}
#facility .BGcol {
  width: 100%;
  height: 180px;
  background-color: rgba(0,0,0,.6);
}
/*sm*/
@media screen and (min-width: 576px) and (max-width : 767px) {
  #facility .BGtitle,#facility .BGcol {
    height: 200px;
  }
}
/*md*/
@media screen and (min-width: 768px) and (max-width : 991px) {
  #facility .BGtitle,#facility .BGcol {
    height: 250px;
  }
}
/*lg*/
@media screen and (min-width: 992px) and (max-width : 1199px) {
  #facility .BGtitle,#facility .BGcol {
    height: 300px;
    background-position: 55% -15%;
  }
}
/*xl*/
@media screen and (min-width: 1200px) {
  #facility .BGtitle,#facility .BGcol {
    height: 460px;
  }
}
/* philosophy Guide ///////////////////////////////////////////////////////////// */
#facilityGuide {}
#facilityGuide h1 {
  letter-spacing: .05em;
  line-height: 1.5em;
  margin: 1rem auto 3rem auto;
}
#facilityGuide h2 {
  padding: 1rem 0;
  margin: 2rem 0;
  text-align: center;
  border-top: solid 1px #999;
  border-bottom: solid 1px #999;
}
/* ------------------------------------------ */
tr,td {
  border-bottom: solid 1px rgba(0, 0, 0, .05) !important;
}
.ti01 {
  color: #555;
  width: 10rem;
  text-align:center;
}
.ti02 {
  color: #555;
  width: 10rem;
  text-align:center;
}
.ti03 {
  color: #555;
  text-align: left;
}
.td01 {
  width: 10rem;
  text-align: center;
}
.td02 {
  width: 10rem;
  text-align: center;
}
.td03 {
  text-align: left;
}
.td04 {
  width: 10rem;
  text-align: right;
}
.td01a {
  width: 12rem;
}
.td02a {
  width: 20rem;
}
.td03a {
  width: 10rem;
}
.td03b {
  width: auto;
  text-align: right;
}
/* ------------------------------------------ */
#ContactUs {
  text-align: center;
}
#ContactUs p {
  margin-bottom: 0;
}
#ContactUs .box {
  background-color: rgba(0, 0, 0, .05);
  border-radius: .5rem;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
