@charset "utf-8";
/***********************/
/*共通設定*/
/***********************/
.gosic {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", sans-serif; /*ゴシック*/
}
.mb50 {
  margin-bottom: 50px;
}
#main {
  font-size: 1.25em;
}
section {
  margin-bottom: 50px;
}
h2 {
  margin-bottom: 5%;
}
h3 {
  text-align: left;
  margin-bottom: 1em;
}
.inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.footNav {
  margin-top: 8%;
  text-align: center;
}
.footNav a {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 1.4em 3em;
  width: 80%;
  font-size: 1.15em;
  position: relative;
}
.footNav a::after {
  content: ">";
  position: absolute;
  right: 2em;
  top: 40%;
  top: calc(50% - .8em);
}
.footNav a:hover {
  opacity: .5;
  text-decoration: none;
}
.gnav {
  padding: 30px 0;
}
.gnav li {
  margin: .5em 2em;
  text-indent: -2em;
}
footer {
  margin-top: 8%;
  background-color: #000;
  color: #fff;
}
.outerNav {
  text-align: right;
  margin-bottom: 20px;
}
.outerNav li {
  display: inline-block;
}
.outerNav li + li::before {
  content: "/";
  margin: 0 2em;
}
.outerNav img {
  margin-right: 1em;
  vertical-align: baseline;
}
.copyright {
  text-align: center;
  font-size: .9em;
  padding: .5em 0;
  border-top: 1px solid #fff;
}

/***********************/
/*スライダー部分*/
/***********************/
.bgRL {
  padding: 10% 0;
  background-image: url("../images/top-bgRL.gif");
  background-size: contain;
  background-repeat: no-repeat;
}
.bgLR {
  padding: 5% 0;
  background-image: url("../images/top-bgLR.gif");
  background-size: contain;
  background-repeat: no-repeat;
}
.sp-buttons {
  text-align: left;
}
.bgRL .sp-buttons {
  text-align: right;
}
.sp-button {
  border: none;
  background-color: #eee;
}
.sp-selected-button {
  background-color: #bbb;
}
.slideGroup {
  margin-bottom: 3%;
}

/***********************/
/*トップページ*/
/***********************/
#top h2 {
  margin-bottom: 0;
}
#top .footNav a {
  background: none;
  color: #fff;
  padding: 0;
  width: auto;
  margin: 25px 2.5%;
}
#top .footNav a::after {
  content: " ";
}
#top .copyright {
  padding: 1em 0;
}

/***********************/
/*04*/
/***********************/
#no04 .footNav ul li {
  display: inline-block;
  width: 46%;
  vertical-align: middle;
  margin: 25px 1%;
  min-width: 28em;
}
#no04 .footNav ul li a {
  width: 100%;
}
#no04 .footNav ul li a.towLine {
  padding: 1.1em;
  line-height: 1.2em;
}
.facilityList {
  background: #eee;
  text-align: center;
  padding: 3% 0;
  margin: 5% 0 ;
}
.facilityList ul {
  display: inline-block;
  text-align: left;
  width: 45%;
}
.facilityList ul li {
  margin: .5em 0;
  font-size: .9em;
}

#no0401 h2,
#no0402 h2 {
  margin: 7% 4.5%;
}

/***********************/
/*レスポンシブ*/
/***********************/

@media screen and (max-width: 1100px){
  h2,
  .inner {
    margin-right: 4.5%;
    margin-left: 4.5%;
  }
  .slideGroup {
    width: 95.5% !important;
  }
}
@media screen and (max-width: 780px){
  body {
    font-size: 3vw;
  }
  #no04 .footNav ul li {
    width: 80%;
  }
  #no04 .footNav ul li + li {
    margin: 5% 0 0;
  }
  .facilityList ul {
    width: 90%;
  }
  .facilityList ul + ul li:first-child {
    margin-top: 0;
  }
  .outerNav {
    text-align: center;
    margin-bottom: 30px;
  }
  .outerNav li {
    width: 45%;
    margin: 0 2%
  }
  .outerNav li + li::before {
    content: none;
  }
  .outerNav a {
    /*background: url("../images/foot-btn-contact.png");*/
    /*background-size: contain;*/
    /*background-repeat: no-repeat;*/
    display: inline-block;
    width: 100%;
    height: 0;
    padding-bottom: 30%;
    text-indent: -9999px;
  }
  .outerNav a.contact {
    background: url("../images/foot-btn-contact.png") no-repeat center / contain;
  }
  .outerNav a.corporate {
    background: url("../images/foot-btn-corporate.png") no-repeat center / contain;
  }
}