/*!
 * Start Bootstrap - Stylish Portfolio (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
/* Global Styles */
html {
  width: 100%;
  height: 100%;
}


body {
  width: 100%;
  height: 100%;
  font-family: "Mplus 1p", "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}

@media (max-width: 480px) {
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
}


/* Custom Button Styles */
.btn-dark {
  border-radius: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4); }

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7); }

.btn-light {
  border-radius: 0;
  color: #333;
  background-color: white; }

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
  color: #333;
  background-color: rgba(255, 255, 255, 0.8); }

/* Custom Horizontal Rule */
hr.small {
  max-width: 100px; }

/* Nav */
.navbar-inverse  {
  background-color: rgba(0,0,0,0.9);
  border: none;
 }

.navbar-inverse .navbar-brand {
  color: white;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 22px;
}

/* Header */
.header {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../img/bg.jpg) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover; }

.header::before{
	/* 透過した黒を重ねる */
	background-color: rgba(0,0,0,0.3);
	/* どの範囲に重ねるかを指定 */
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
}

.text-vertical-center {
  color: white;
  width: 100%;
  margin-top: 20%;
  position: absolute;
  text-align: center;
}

.header-title h1{
  font-size: 60px;
}

.header-sub-title h3{
  font-size: 30px;
}

@media (max-width: 480px) {
  .header {
    height: 60%; }

  .text-vertical-center {
    margin-top: 40%;
  }

  .header-title h1{
    font-size: 26px;
    margin-left: auto;
    margin-right: auto;
  }
  .header-sub-title h3{
    width: 60%;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
  }
 }


/* About */
.about {
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0;
 }

 .about h2 {
   padding-left: 10%;
   padding-right: 10%;
 }



/* Services */
.services {
  padding: 50px 0;
}

.service-item {
  margin-bottom: 30px;
  text-align: center;
  padding: 10px;
}

.service-item p {
  text-align: left;
}

@media (max-width: 480px) {
  .services {
    padding: 50px 0;
  }
  .service-item {
    margin-bottom: 30px;
    text-align: center;
  }
  .service-item p {
    text-align: left;
  }
}



/* Portfolio */

.portfolio {
  padding: 50px 0; }

.portfolio-item {
  margin-bottom: 30px; }

.portfolio-description-left {
  padding-left: 13%;
  text-align: left;
}

.portfolio-description-left h3 {
  color: #337ab7;
  margin-bottom: 30px;
}

.portfolio-description-left p {
  margin-bottom: 30px;
}

.portfolio-description-btn-left {
  padding-left: 13%;
  text-align:left;
}


/*.portfolio-description-right {
  padding-right: 13%;
  text-align: left;
}

.portfolio-description-right h3 {
  color: #337ab7;
  margin-bottom: 30px;
}

.portfolio-description-right p {
  margin-bottom: 40px;
}

.portfolio-description-btn-right {
  padding-right: 13%;
  text-align:left;
}*/




@media (max-width: 480px) {
  .portfolio-item {
    margin-bottom: 30px;
  }

  .portfolio-description-left {
    padding-left: 0%;
    text-align: left;
  }

  .portfolio-description-left h3 {
    color: #337ab7;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
  }

  .portfolio-description-left p {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .portfolio-description-btn-left {
    padding-left: 0%;
    text-align:center;
  }
}

/* contact-form */
.contact-form-title {
  margin-bottom: 15px;
}

/* Call to Action */

.call-to-action .btn {
  margin: 30px;
}


@media (max-width: 480px) {
  .call-to-action {
    padding: 50px 0;
  }
  .call-to-action .btn {
    margin: 10px;
  }
}
/* Footer */
footer {
  padding: 30px 0; }

#to-top {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 5px; }

/*# sourceMappingURL=common.css.map */
