/* ********* media querys default *********

@media screen and (max-width: 1024px) { }
@media screen and (max-width: 896px) { }
@media screen and (max-width: 480px) { }

**************************************** */

/* main font for menu. */
@import url(http://fonts.googleapis.com/css?family=Raleway:100,300,400,500,700,900);
/* font for headings, text, tags */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800);

/*--------------------
  Reset bootstrap
--------------------*/
.row-0-gutter {
    margin-left: -13px;
    margin-right: -13px;
}

.col-0-gutter {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/*--------------------
  General
--------------------*/
body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
	color: #50503C;
	font-size: 14px;
	margin: 0;
	padding: 0;
  line-height: 1.2em;
}

.img-responsive{
  width: 100% !important;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	letter-spacing: 0.4px;
	color: #000000;
}

p {
	font-size: 1.2em;
	font-weight: 300;
	letter-spacing: 0.15em;
	line-height: 1.6em;
	color: #000000;
}

@media (max-width: 1024px) {
	p {
		font-size: 1.2em;
		font-weight: 500;
    }
}

@media (max-width: 896px) {
	p {
		font-size: 1.4em;
		font-weight: 500;
		letter-spacing: 0.2em;
		line-height: 1.8em;
    }
}

@media (max-width: 480px) {
	p {
		font-size: 1.4em;
		font-weight: 500;
		letter-spacing: 0.2em;
		line-height: 1.8em;
    }
}

a:hover, a:focus, a:active, a.active {
	color: #ff0000;
}
a, a:hover, a:focus, a:active, a.active {
	outline: 0;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
    background-size: cover;
}

ul {
	padding-left: 0;
	padding-top: 10px;	
}

ul li {
    list-style: none;
    padding-bottom: 10px;
    font-size: 1em;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.3em;
    color: #000000;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.valign-middle{
	vertical-align: middle;
}

section {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (max-width: 1024px) {
	section {
		padding-top: 50px;
		padding-bottom: 80px;
    }
}

@media (max-width: 896px) {
	section {
		padding-top: 10px;
		padding-bottom: 50px;
    }
}

@media (max-width: 480px) {
	section {
		padding-top: 0px;
		padding-bottom: 30px;
    }
}


/*--------------------
  column n/5 5等分のカラムを綺麗に整列させる
--------------------*/
.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5,
.col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5,
.col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5,
.col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-lg-1-5 {
    width: 20%;
    float: left;
}
.col-lg-2-5 {
    width: 40%;
    float: left;
}
.col-lg-3-5 {
    width: 60%;
    float: left;
}
.col-lg-4-5 {
    width: 80%;
    float: left;
}

@media (max-width: 1024px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }
    .col-md-2-5 {
        width: 40%;
        float: left;
    }
    .col-md-3-5 {
        width: 60%;
        float: left;
    }
    .col-md-4-5 {
        width: 80%;
        float: left;
    }
}

@media (max-width: 896px) {
    .col-sm-1-5 {
        width: 20%;
        float: left;
    }
    .col-sm-2-5 {
        width: 40%;
        float: left;
    }
    .col-sm-3-5 {
        width: 60%;
        float: left;
    }
    .col-sm-4-5 {
        width: 80%;
        float: left;
    }
}

@media (max-width: 480px) {
	.col-xs-1-5 {
	    width: 20%;
	    float: left;
	}
	.col-xs-2-5 {
	    width: 40%;
	    float: left;
	}

	.col-xs-3-5 {
	    width: 60%;
	    float: left;
	}

	.col-xs-4-5 {
	    width: 80%;
	    float: left;
	    }
}  


/*--------------------
  Margin, Padding
--------------------*/

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-05 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

