body {
  background-color: #000000;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  padding-top: 50px;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
  overflow-x: hidden!important;
}
.container{
  padding: 0 20px;
  overflow-x: hidden!important;
}
h1{
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 150%;
  text-shadow: 2px 2px 4px #000;
}
h2{
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 150%;
}
h3{
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #ffffcc;
  line-height: 150%;
}

p {
  line-height: 150%;
  margin-bottom: 25px;
}

.centered {
  text-align: center;
}

a {
  color: #ff6600;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #ff6600;
  text-decoration: underline;
}


/* ========================================================================== */
#navigation{
  background: #000;
  color: #fff;
  font-weight: bold;
}
.navbar-collapse{
  padding: 15px;
  letter-spacing: 0.2em;
  overflow: hidden;
}
.navibar-logo{
  float: left;
  width: 30%;
  padding: 0 40px 0 0;
  margin-bottom: 15px;
}
.navibar-logo-sp{
  width: 60%;
  padding: 10px;
}
.navbar-nav{
  padding: 0 0 0 10px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  color: #fff!important;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #c30d23!important;
}
.nav > li.disabled > a {
  color: #fff!important;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #fff!important;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #c30d23!important;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #222222!important;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #222222!important;
}


/* ========================================================================== */

#home {
  background: #555 url(img/main.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: -100;
}
#headerwrap {
  position: relative;
  z-index: -90;
  padding: 3em;
  text-shadow: 2px 2px 4px #000;
  color: white;
  text-align: center;
}
#headerwrap h1 {
  margin-top: 30px;
  font-size: 35px;
}
#headerwrap h3 {
  font-size: 25px;
}
.mainlogo{
      width: 80%;
      max-width: 300px;
}
@media screen and (max-width: 480px) {
  #headerwrap h1 {
    font-size: 25px;
  }
  #headerwrap h3 {
    font-size: 20px;
  }
}

/* ========================================================================== */



#gym {
  text-shadow: 1px 1px 1px #000;
  background: #c30d23 url(img/gym-back.jpg) ;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: -80;
}
#intro {
    padding-top: 100px;
    color: #fff;
}
#intro h1{
  display: inline-block;
  border-bottom: 3px solid #c30d23;
}
#intro h3{
    color: #fff;
    text-shadow: 2px 2px 4px #000;
}
#intro h4{
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 150%;
  font-size: 120%;
  color: #ffffcc;
}


#gym-contents {
    z-index: -100;
    position: relative;
}

.dumbbell{
  transform: rotate( -10deg );
  z-index: -10;
  position: absolute;
  top: -5vw;
  left: 1vw;
  width: 30vmax;
  border: 0px solid yellow;
}



/* ========================================================================== */

#reserved{
  position: relative;
  z-index: -85;
  background: url(img/reserved-back.jpg);
  background-size: cover;
  background-position: center center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.reserved-txt{
  text-align: center;
  font-size: 120%;
  font-weight: bold;
  margin:30px auto;
}


/* ========================================================================== */



#reform {
  position: relative;
  z-index: -85;
  background: url(img/reform-back.jpg);
  background-size: cover;
  background-position: center center;
  padding-top: 50px;
  padding-bottom: 50px;
}
#reform h1{
  display: inline-block;
  border-bottom: 3px solid #c30d23;
}
#reform h3 {
  padding:0;
  color: #c30d23;
}
.reform_img {
  max-width: 100%;
  height: auto;
}



/* ========================================================================== */



#gallery {
  position: relative;
  background:#555 url(img/concrete.jpg);
  padding-top: 50px;
  padding-bottom: 50px;
}
#gallery h1{
  display: inline-block;
  border-bottom: 3px solid #c30d23;
}
.gallery-wrap{
}
.gallery-item{
  display: inline-block;
  background: #000;
  padding: 10px;
  width: 20%;
  margin: 10px;
}
.gallery-item img{
  width: 100%;
}
.gallery-item a:link, a:visited{
  color: #dddddd;
}
.gallery-item a:hover{
  color: #ffffff;
}
  @media screen and (max-width: 480px) {
    .gallery-wrap{
      margin: 0 7px;
    }
    .gallery-item{
      width: 40%;
      margin:10px;
    }
  }






/* Company info */

#company {
  display: block;
  background-color: #000;
  padding: 50px 0;
}
#company h1 {
  color: white;
}
table{
  position: relative;
  margin: 0 auto;
    width: 70%;
    border-spacing: 0;
}

table th{
    border-bottom: solid 2px #c30d23;
    padding: 10px 15px;
    color: white;
}

table td{
    border-bottom: solid 2px #ddd;
    text-align: left;
    padding: 10px 15px;
    color: white;
}








#copyrights {
  background: #222222;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  font-size: 12px;
}

#copyrights p {
  margin: 10px 0 5px 0;
  font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
  letter-spacing: 0.3em;
}






@media screen and (min-width: 839px) {
	.pc-none { display: none; }
}
@media screen and (max-width: 840px) {
	.sp-none { display: none; }
}
@media screen and (min-width: 480px) {
	.sp480none { display: none; }
}
@media screen and (max-width: 479px) {
	.sp480 { display: none; }
}
