@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);


body {
	background-repeat: repeat-x;
	color: #FFF;
	line-height: 1.8em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #000;
	font-size: 14px;
}

h1,h2,h3,h4,h5,h6,ul,li,ol,p {
	padding: 0;
	margin: 0;
}
hr {
}
/*table td {
	vertical-align: top;
}*/
img {
	border:0px;
}

.c-both {
	clear:both;
}

/* -- clearfix rules(float clear hack) -- */
.cf:before,
.cf:after { content:"";display:block; }
.cf:after { clear:both; }
.cf { zoom:1; }
/* -- /clearfix rules(float clear hack) -- */



/* リンク
---------------------------------------------------- */
a:link {
	color: #FFF;
	text-decoration: underline;
}
a:visited {
	color: #FFF;
}
a:hover {
	filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}

a img:hover {
    filter:alpha(opacity=95);
    -moz-opacity: 0.95;
    opacity: 0.95;
}


/* 共通設定
---------------------------------------------------- */
.text_L1 {
	font-size: 115%;
}
.text_small {
	font-size: 90%;
	line-height: 1.4em;
}
.text_xsmall {
	font-size: 80%;
	line-height: 1.4em;
}
.tx_a {
	font-size: 105%;
	line-height: 2em;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}

hr {
	border: 0 none;
	height: 1px;
	color: #999999;
	background-color: #999999;
	margin-top: 0.5em;
	margin-bottom: 1em;
}



/* レイアウト
---------------------------------------------------- */




/* ヘッダー
---------------------------------------------------- */

.logo_shaft img {
	margin-top: -40px;
	margin-left: 25px;
}
@media (max-width: 991px) {
    .logo_shaft img {
	width: 180px;
	margin-top: -40px;
	margin-left: 20px;
	}
}
@media (max-width: 767px) {
    .logo_shaft img {
	width: 150px;
	margin-top: -35px;
	margin-left: -10px;
	}
}





/* ナビ
---------------------------------------------------- */
.navbar {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 0px;
	margin-right: -15px;
	margin-left: -15px;
	background-color: transparent;
}


/* タイトル関連
---------------------------------------------------- */




/* 各種設定
---------------------------------------------------- */
.top_word {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 800px;
	height: 400px;
	margin: auto;
}
@media (max-width: 991px) {
    .top_word {
	width: 600px;
	}
}
@media (max-width: 767px) {
    .top_word {
	width: 450px;
	height: 300px;
	}
}
@media (max-width: 479px) {
    .top_word {
	width: 300px;
	height: 300px;
	}
}
.jumbotron {
	background:url(../images/bg_a.jpg) center no-repeat;
	background-size: cover;
	height: 100vh;    /*min-height: 400px;*/
	margin: 0px;	/*height: 800px;*/
	/*margin-top: -90px;*/
}
@media (max-width: 767px) {
    .jumbotron {
	/*height: 300px;*/
	}
}
@media (max-width: 767px) {
    .button_main img {
	margin-top: -10px;
	width: 200px;
	}
}




/* Facebook
---------------------------------------------------- */





/* 書き換え
---------------------------------------------------- */

.col-md-7,
.col-md-8,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3 {
	margin-bottom: 25px;
}









/* Word Press
---------------------------------------------------- */


/* Page TOP
---------------------------------------------------- */



/* フッター
---------------------------------------------------- */
.foot_menu {
	background-color: #333;
	padding: 20px;
	margin-top: 25px;
	text-align: center;
}
.foot_menu a {
	color: #FFF;
}
.foot_menu hr {
	margin-top: 0.2em;
	margin-bottom: 0.4em;
}
.foot_menu ul {
	margin-top: 20px;
}
.foot_menu li {
	list-style-type: none;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}

.foot_title {
	font-size: 110%;
}
.foot_title_02 {
	font-size: 85%;
}
.foot_icon img {
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
}
.foot {
	text-align: center;
	position: fixed;
	bottom: 15px;
	width: 100%;
	height: 70px;
	margin-top: -50px;
}
.foot p {
	color: #FFF;
	font-size: 14px;
	line-height: 1.4em;
}

@media (max-width: 767px) {
    .foot {
	height: 100px;
	margin-left: -15px;
	}
}

