@charset "UTF-8";

/* ALL  */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	margin: 0;
	font-size: 16px;
	line-height: 1.6;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	overflow-wrap: break-word;
	word-break: normal;
	box-sizing: border-box;
}

/* ナビ */
.navbar-default {
	background-color: #fff;
	border-color: rgba(34, 34, 34, 0.05);
	height: 70px;
	padding: 0;
	font-weight: 700;
}
.container-fluid {
	padding: 0 18px;
}

.navbar-nav>li>a {
	font-size: 17px;
	line-height: 40px;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #fff;
}

.container-fluid {
	background: #fff;
}

.container-fluid li:hover {
	background: #98A51C;
}

.navbar-brand h1 {
	position: absolute;
	top: 25px;
	left: 100px;
	font-size: 28px;
	font-weight: 700;
	color: #5E5E5E;

}

@media screen and (max-width: 768px){
	.navbar-brand h1 {
	font-size: 17px;
}
	}

.navbar-brand img{
	position: absolute;
	top: 0px;
	left: 8px;
	height: 65px;
	margin: 0;
}


/* スライダー */
.jumbotron {
	padding-bottom: 0px;

}

.jumbotron > .container {
	width: 100%;
	padding: 0 25px;
	background: #021602;
}

.carousel-indicators .active{
	width: 15px;
	height: 15px;
	margin: 10px;
}

.carousel-indicators li {
	width: 15px;
	height: 15px;
	margin: 10px;
}

@media screen and (min-width: 768px){
	.carousel-caption {
		top: 30%;
		bottom: 30%;
	}
}
/*コンテンツ*/

.hedline h1, h2{
	text-align: center;
	margin-top: 80px;
	margin-bottom: 25px; 
	font-size: 36px;
	font-weight: bold;
}

.hedline p {
	margin-bottom: 25px;
	padding: 0px 30px;
}

.sub_hedline{
	text-align: center;
	margin-top: 20px;
	font-size: 24px;
	font-weight: bold;
}

.description p {
	margin: 20px auto;
}

.big {
	font-size: 20px;
	font-weight: bold;
}

.pic{
	margin: 20px 0px;
}

.background_green{
	color: #fff;
	background-color: #021602;
	margin: 50px 0px 0px 0px;
	width: 100%;
	padding: 10px 30px 120px 30px;
	color: #fff;
}

.background_green .row:not(first-child){
	margin-bottom: 15px; 

}

.background_staff {
	color: #fff;
	text-shadow: 0px 2px 2px black;
	width: 100%;
	height: 600px;
	margin: 0;
	background: url("../img/toshi.jpg") center center / cover no-repeat fixed;
}


@media screen and (max-width: 992px){
.background_staff {
	background: url("../img/toshi-min.jpg") center center / cover no-repeat;
}
}


.black p{
	padding: 20px;
	background-color: rgba(0,0,0,0.5); 
}

.ggmap {
	height: 500px;
}

.icon {
	display: inline-block;
	vertical-align: middle;
	font-size: 160px;
	color: black;
}

.icon:hover {
	color: #98A51C;
}

.icon:hover {
	text-shadow: 1px 1px 1px black;
}

/* フッター */
.footer {
	background: #021602;
	margin: 100px 0 0 0;
	padding: 30px;
	width: 100%;
	color: #fff;
}

#FB {
	margin-top: 30px;
	margin-bottom: -80px;  
}

.copyright{
	background: black;
	color: #fff;
	width: 100%;
	margin: 0;
	padding: 10px;
}