

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 0 0 15px 0;
}
a:hover {
	text-decoration: none !important;
}
hr {
	border-color: #999;
}

@font-face {
  font-family: "aozora_r";
  src: url("../fonts/aozoramincho-readme-ttf/AozoraMinchoRegular_sub.eot?") format('eot'),
       url("../fonts/aozoramincho-readme-ttf/AozoraMinchoRegular_sub.woff") format('woff'),
       url("../fonts/aozoramincho-readme-ttf/AozoraMinchoRegular_sub.ttf") format('truetype');
}
.aozora_r {
  font-family: "aozora_r";
}


/*ヘッダーナビ*/
.navbar {
	background-color: #fff;
	padding: 15px 0 0 0;
	margin-bottom: 0 !important;
	border-bottom : none !important;
	
	-webkit-box-shadow:rgba(0, 0, 0, 0.227451) 0px 5px 6px -3px;
	-moz-box-shadow:rgba(0, 0, 0, 0.227451) 0px 5px 6px -3px;
	box-shadow:rgba(0, 0, 0, 0.227451) 0px 5px 6px -3px;
}

.navbar-header {
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
}
.navbar-header p {
	padding: 5px 0;
}
.navbar-header h1,
.navbar-header h2 {
	line-height: 1.3em !important;
	font-size: 12px !important;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif !important;
	padding: 0 15px;
	margin-top: 0;
	margin-bottom: 0;
	color: #000 !important;
}
.navbar-header h2 {
	padding-bottom: 5px;
}
.navbar-header h1>a,
.navbar-header h1>span,
.navbar-header h2>a,
.navbar-header h2>span {
	line-height: 1em !important;
	font-size: 32px !important;
	display: block;
	width: 100%;
	margin: 0 !important;
}
.navbar-header h1>a,
.navbar-header h1>span {
	color: #000 !important;
}
.navbar-header h1 a span {
	white-space: nowrap;
}
.navbar-header h1>a:hover,
.navbar-header h2>a:hover {
	color: #666 !important;
}
.navbar-brand {
	height: auto;
	line-height: normal;
	padding: 0;
}

.navbar-toggle {
	margin: 0;
	background-color: #bbb;
	color: #fff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	text-align: center !important;
	padding-bottom: 2px;
}
.navbar-toggle .icon-bar {
	width: 100%;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #ccc !important;
}

#navbar {
	padding: 5px 0 10px 0;
}
#navbar div {
	display: block;
	text-align: center;
	padding: 7px 5px 10px 5px;
	color: #fff;
	background-color: #aaa;
	height: 38px;
}
#navbar div:hover {
	background-color: #ccc;
}
#navbar div.current {
	background-color: #323232;
}
#navbar div a {
	display: block;
	color: #fff !important;
}
#navbar div a:hover {
	text-decoration: none;
}

/*メインビジュアル*/
.jumbotron {
	margin: 0 !important;
	margin-top: 0px !important;
	padding: 0 !important;
	background-image: url(../img/main.jpg);
	background-position: center center;
	background-size: cover;
}
.jumbotron .container div {
	border-left: solid #000 1px;
	float: right;
	margin: 60px 0;
	margin-right: 30px;
	padding: 0 0 0 20px;
}
.jumbotron h1 {
	font-family: aozora_r, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 22px;
	line-height: 1.8em;
	font-weight: bold;
	margin: 0;
	/*text-shadow: 0px 0px 2px rgba(255, 255, 255, 1);*/
}
.jumbotron p {
	font-size: 10px;
	margin: 0;
	padding: 0;
	text-shadow: 0px 0px 2px rgba(255, 255, 255, 1);
}

/*本文*/
section h2 {
	font-family: aozora_r, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	font-size: 24px;
	margin: 2em 0 1.5em 0;
}
section p {
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 3em;
	padding-top: 1em;
}
section h2+p {
	padding-top: 0;
}
section h3 {
	color: #999;
	font-size: 18px;
	line-height: 1.4em;
	padding-left: 80px;
	padding-top: 8px;
	position: relative;
}
section h3 span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 60px;
	font-size: 46px;
	line-height: 1em;
	height: 55px;
	padding: 5px 15px;
	text-align: center;
	color: #000;
	border-right : solid #000 1px;
    vertical-align: bottom;
	font-family: 'Cantata One', serif;
}

/*footer*/
footer h5,
footer h6 {
	font-weight: normal;
}
footer span {
	white-space: nowrap;
}


/*lg*/
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1199px) {
}

/*md*/
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 991px) {
}

/*sm*/
@media screen and (max-width: 768px) {
	.navbar-header h2 {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	#navbar div {
		padding: 7px 0 10px 0;
	}
}
@media screen and (max-width: 767px) {
	#navbar {
		padding: 0;
	}
	#navbar div {
		padding: 12px 5px 15px 5px;
		height: 48px;
	}
}
@media screen and (max-width: 766px) {
}

/*xs*/
@media screen and (max-width: 599px) {
	.jumbotron .container div {
		margin: 25px 0;
	}
	.jumbotron h1 {
		font-size: 18px;
	}
}
@media screen and (max-width: 480px) {
	.jumbotron .container div {
		float: none;
		margin: 0 !important;
		padding: 20px 0 20px 0!important;
		border: none !important;
	}
}
/*iPhone6*/
@media screen and (max-width: 400px) {
	.navbar-header h1>a,
	.navbar-header h1>span {
		font-size: 26px !important;
	}
	.navbar-header h2>a,
	.navbar-header h2>span {
		font-size: 20px !important;
	}
}
/*iphone5*/
@media screen and (max-width: 380px) {
}



/*トップナビゲーション固定*/
.navbar-fixed-top {
	position: relative !important;
}
#navbar {
	display: block !important;
}
.navbar-toggle {
	display: none !important;
}
.collapse {
	display: block !important;
	visibility: visible !important;
}

/*戻るボタン*/
#return_top {
	position: fixed;
	z-index: 2999;
	bottom: 0px;
	right: 15px;
}
#return_top a {
	margin: 0px;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 18px;
	padding-left: 15px;
	font-size: 12px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	
	background-color: #FFFFFF;
	color: #666;
	text-decoration: none;
	text-align: center;
	
	border: solid 1px  #666;
		
	-webkit-box-shadow:rgba(180, 180, 180, 0.3) 0px 0px 5px 1px;
	-moz-box-shadow:rgba(180, 180, 180, 0.3) 0px 0px 5px 1px;
	box-shadow:rgba(180, 180, 180, 0.3) 0px 0px 5px 1px;
}

/*iPhone6*/
@media screen and (max-width: 400px) {
	section h3 {
		padding-top: 0;
	}

}
/*iphone5*/
@media screen and (max-width: 380px) {
	.navbar-header p {
		font-size: 11px;
	}
}
@media screen and (max-width: 320px) {
}


@media print {
	a[href]:after {
		content: "" !important;
	}
	abbr[title]:after {
		content: "" !important;
	}
	body {
		-webkit-print-color-adjust: exact;
	}
	.navbar {
		display: block !important;
		position: relative !important;
	}
	.navbar-toggle {
		display: none !important;
	}
	#navbar div {
		display: none !important;
	}
	.jumbotron {
		background-image: url(../img/main.jpg) !important;
		background-position: center center !important;
		background-size: cover !important;
		margin: 0 !important;
	}
	#return_top {
		display: none !important;
	}
	.noprint {
		display: none !important;
	}
}


