/*
 * Fox by FreeHTML5.co
 * Twitter: https://twitter.com/fh5co
 * Facebook: https://fb.com/fh5co
 * URL: https://freehtml5.co
 */

body {
  font-family: 'Lato', sans-serif;
  overflow: hidden;
  overflow-y: scroll;
  background-color: #000;
}
body .bg-img {
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 0px;/*トップページ下部のスペース*/
}


body nav {
  background: rgba(255, 255, 255, 0.1);
}

/*最上段ナビボタン*/
body nav .navbar-nav a {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff !important;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

body nav .navbar-nav a:hover {
  color: #FF8013 !important;/*上部ナビバーのオンマウス色*/
}
body nav .navbar-nav .btn-danger {
  background: #FF8013;
  border-color: #FF8013;
  border-radius: 0;
}
body nav .navbar-nav .btn-danger:hover {
  background: #df6700;
  border-color: #df6700;
}

a, a:hover {
  color: #FF8013;
}

/*トップタイトル部分*/
.fh5co-banner-text-box {
  position: relative;
  width: 100%;
  max-height: 300px;
  display: inline-block;
  margin-top: 20px;
}
.fh5co-banner-text-box .quote-box {
  width: 100%;
  text-align: center;
  padding: 10px 100px;
  
}

/*「サントピア・タクティカル・ グラウンド」*/
.fh5co-banner-text-box .quote-box h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 40px;
}
.fh5co-banner-text-box .quote-box h2 span {
  color: #FF8013;
  font-size: 34px;
}
.fh5co-banner-text-box .quote-box::before {
  content: "";
  position: absolute;
  height: 38px;
  width: 38px;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
}
.fh5co-banner-text-box .quote-box::after {
  content: "";
  position: absolute;
  height: 38px;
  width: 38px;
  background-repeat: no-repeat;
  right: 0;
  bottom: 0;
}

/*<a>テキストの設定*/

.fh5co-banner-text-box a {
  color: #fff;
  border-color: #4e2b0d;
  border-radius: 0;
  min-width: 150px;
}


.fh5co-banner-text-box .textw {
  color: #fff;

}


.fh5co-banner-text-box a:hover {
  background: transparent;
  border-color: gray;
  color: #ff0000;/*文字リンクの色*/
}


.fh5co-network, .fh5co-about-us {
  background: url("../images/about-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding: 50px 0;
  padding-top: 30px;
}
.fh5co-network figure, .fh5co-about-us figure {
  margin-top: 0px !important;/*画像オフセット*/
}
/*「定例会も開催！」*/
.fh5co-network h2, .fh5co-about-us h2 {
  color: #FF8013;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 0;
}
.fh5co-network h4, .fh5co-about-us h4, .fh5co-network h5, .fh5co-about-us h5, .fh5co-network p, .fh5co-about-us p {
  color: #282828;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.fh5co-network hr, .fh5co-about-us hr {
  border-color: #FF8013;
  border-width: 5px;
  max-width: 100px;
  margin-left: 0;
  border-radius: 5px;
}
.fh5co-network figure, .fh5co-about-us figure {
  text-align: center;
}

.fh5co-about-us {
  background: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.fh5co-about-us p {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
}
.fh5co-about-us hr {
  border-color: #fff;
  margin-left: 50px;
  margin-top: 5px;
}
.fh5co-about-us a {
  color: #fff !important;
  border-color: #4e2b0d;
  border-radius: 0;
  min-width: 150px;
}
.fh5co-about-us a:hover {
  background: transparent;
  border-color: gray;
  color: #FF8013;
}

.fh5co-content-box {
  background: #464646;
  padding-bottom: 100px;
}
.fh5co-content-box .pr-0 img {
  margin-top: -50px;
}
.fh5co-content-box img {
  width: 100%;
}
.fh5co-content-box .card-img-overlay {
  color: #fff;
  text-align: center;
  top: 35%;
}
.fh5co-content-box .trainers {
  position: relative;
  padding: 50px 0;
  margin: 70px 0;
  background: url("../images/gym2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #000;
}
.fh5co-content-box .trainers .bg-50 {
  background: rgba(0, 0, 0, 0.3);
}
.fh5co-content-box .trainers .card {
  border: none;
  background: transparent;
}
.fh5co-content-box .trainers .card img {
  max-width: 250px;
  margin: 0 auto;
  max-height: 250px;
}
.fh5co-content-box .trainers .card .card-body {
  background: #ccc;
  border-radius: 15px;
  padding: 30px 20px;
  margin-top: 30px;
  padding-bottom: 50px;
}
.fh5co-content-box .trainers .card .card-body::before {
  content: "";
  position: absolute;
  border: 20px solid #ccc;
  border-color: transparent transparent #ccc transparent;
  margin-top: -70px;
  text-align: center;
  margin-left: -15px;
}
.fh5co-content-box .trainers .quote-box2 {
  color: #fff;
  max-width: 250px;
  position: relative;
  text-align: center;
  margin: auto;
  margin-bottom: 50px;
}
.fh5co-content-box .trainers .quote-box2::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  left: 0;
  top: -10px;
  background: 
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.fh5co-content-box .trainers .quote-box2::after {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  background: 
  background-repeat: no-repeat;
  right: 0;
  bottom: -10px;
  background-size: 100% 100%;
}
.fh5co-content-box .trainers::before, .fh5co-content-box .trainers::after {
  content: "";
  position: absolute;
  border: 5px solid #FF8013;
  width: 100%;
  top: -10px;
}
.fh5co-content-box .trainers::before {
  bottom: -10px;
  top: auto;
}
.fh5co-content-box .gallery .card {
  border: none;
  background: transparent;
}
.fh5co-content-box .gallery .card img {
  border-radius: 0;
  max-height: 580px;
}
.fh5co-content-box .gallery .card .card-body {
  background: #FF8013;
}
.fh5co-content-box .gallery .card .card-body h4 {
  color: #fff;
}
.fh5co-content-box .gallery .card .card-body p {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
/******************************************/
/*追加*/

/***********************/
.btn--orange,
a.btn--orange {
  color: #fff;
  width: 186px;
  height: 60px;
  text-align: center;
  background-color: #eb6100;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

.fa-position-left {
  position: absolute;
  top: calc(50% - .5em);
  left: 1rem;
}


/*画面幅700px以上設定--------------------------------------*/
@media screen and (min-width:800px){

/*物件詳細ページ　閉じるボタン*/
    #closeover {
        display: none !important;
    }
}

/*画面幅700px未満設定--------------------------------------*/
@media screen and (max-width:799px){

/*物件詳細ページ　閉じるボタン*/
    #closeunder {
        display: none !important;
    }
}
/******************************************/


/******************************************/
/******************************************/
/******************************************/
/*フッター*/

footer{
    /*footerの装飾*/
    width: 100%;
    background-color: #121212;
    color: #fff;
    text-align: center;
    padding: 30px 0;
}


/******************************************/
.subtitle{
text-align: center;
font-size: 10px;
color: #fff;
}

.toptitle {
font-size: 12px;
}

.titleimgsize{
width:100%;
max-width: 800px;
margin-bottom: 30px;
}

.footerp{
margin: 5px 0;
font-size: 0.8em;
}

.footerpic{
width: 50px;
margin: 0px 0;
}
.footerpic2{
width: 180px;
margin: 0px 0;
}

.regu-h2{
font-size: 20px;
font-weight: 700;
color: #fff;
}

.regu-p{
font-size: 14px;
color: #fff;
}

.pagetitle{
width:80%;
max-width: 500px;
}

.linebtn{
width:200px;

}

.title {
font-size: 0.5em;
}

.textw{
    font-size: 12px;
    color:#fff;
}

