@charset "utf-8";
/***************************************

reset 
***************************************/
html { /* overflow-y: scroll; */
}
body {
	line-height: 1;
	color: #000;
}
/* html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
/***************************************

common
***************************************/
* {
	font-family: "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif!important;
}
body {
	background: url(../images/css/washi-pattern-01.jpg) repeat;
}
/* mouse */
::selection {
	background: #5C3B27; /*背景色*/
	color: #fff; /*文字色*/
}
::-moz-selection {
/*selection for firefox*/
 background:#5C3B27; 
 color: #fff; 
}

/*
layout
***************************************/
.row {
	opacity: 0;
}


/*
text
***************************************/
h1 {
	letter-spacing: 3px;
}
h2 {
	font-size: 4em;
	margin: 100px 0 0 0;
	padding-top: 100px;
}
h3 {
	border-bottom: #030303 solid 1px;
	font-size: 2em;
	margin: 40px 0 20px 0;
	padding-bottom: 10px;
	line-height: 1.5em;
	letter-spacing: 2px;

}
p {
	line-height: 2em;
	letter-spacing: 2px;
}
@media screen and (max-width: 481px) {

	h1 {
		letter-spacing: 3px;
	}
	h2 {
		font-size: 3em;
		margin: 100px 0 0 0;
		padding-top: 100px;
	}
	h3 {
		border-bottom: #030303 solid 1px;
		font-size: 1.5em;
		margin: 30px 0 15px 0;
		padding-bottom: 10px;
	
	}
	p {
		line-height: 1.5em;
		letter-spacing: 2px;
	}

}


/*
table
**************************************/
.style01 {
	margin-bottom: 30px;
}
.style01 th, .style01 td {
	padding: .5em;
}
.style01 th {
	white-space: nowrap;
}
.style01 td {
	line-height: 1.5em
}

/*
footer
****************************************/

footer {
	margin-top: 100px;
	padding: 30px 0;
}



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

custum
***************************************/

/*
nav
****************************************/
.navbar {
	background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
	#navbar {
		margin-top:10px;
		
	}
}

/*
Utility
****************************************/

/* lorder */

#loader {
	width: 80px;
	height: 80px;
	display: none;
	position: fixed;
	_position: absolute; /* IE6対策 */
	top: 50%;
	left: 50%;
	margin-top: -XXpx; /* heightの半分のマイナス値 */
	margin-left: -XXXpx; /* widthの半分のマイナス値 */
	z-index: 200;
}
#fade {
	width: 100%;
	height: 100%;
	display: none;
	background-color: #FFFFFF;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 150;
}


/* 
for top
****************************************/

/* Show full screen background */

#s01 {
	background: url(../images/css/background-photo.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}

/* logo */

.navbar-brand {
	background-image: url(../images/css/logo.png);
	width: 151px;
	margin:0 0 0 20px;
}

/* icon Pointer Down */

.icon {
	position: absolute;
	bottom: 5%;
	left: 45%;
	width: 40px;
	height: 40px;
}
div.icon div.pointerDown {
	width: 40px;
	height: 40px;
	border: solid #FF0000;
	border-width: 6px 6px 0 0;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	margin: 5px 0 0 8px;
}

/* h1 */

.head-wrap {
	width: 100%;
	top: 35%;
	position: relative;
	background-color: hsla(0,0%,26%,0.50);
}
.head-title {
	margin: 0 auto;
	padding: 30px;
}
.head-title h1 {
	color: #FFFFFF;
	font-size: 3em;
	padding-bottom: 20px;
}
.head-title h1 span {
	display: block;
	color: #FFFFFF;
	font-size: 2rem;
}
.head-title p {
	display: block;
	color: #FFFFFF;
	font-size: 1.5rem;
}
@media screen and (max-width: 481px) {

	.head-wrap {
		width: 100%;
		top: 30%;
		position: relative;
	}


	.head-title h1 {
		color: #FFFFFF;
		font-size: 2em;
		padding-bottom: 20px;
	}
	.head-title h1 span {
		display: block;
		color: #FFFFFF;
		font-size: 1.2rem;
	}
	.head-title p {
		display: block;
		color: #FFFFFF;
		font-size: 1.3rem;
	}
}
/* 
for greeting
****************************************/

#greeting p:first-letter {
	font-size: 3em;
	float: left;
	margin: 0 .1em 0 0;
	padding: .3em .2em 0;
}

#greeting strong {
	color: #ff0000;
}
div.sign {
	text-align: right;
	margin: 80px 15px 0 0;
}
.large {
	font-size: 20px;
}

@media screen and (max-width: 481px) {

	#greeting p:first-letter {
		font-size: 1em;
		float: none;
		margin: 0;
		padding: 0;
	}

}




/*
for history
**************************************/
/* timeline */
.timeline {
	list-style: none;
	padding: 20px 0 20px;
	position: relative;
}
.timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 3px;
	background-color: #4D4D4D;
	left: 50%;
	margin-left: -1.5px;
}
.timeline > li {
	margin-bottom: 20px;
	position: relative;
}
.timeline > li:before, .timeline > li:after {
	content: " ";
	display: table;
}
.timeline > li:after {
	clear: both;
}
.timeline > li:before, .timeline > li:after {
	content: " ";
	display: table;
}
.timeline > li:after {
	clear: both;
}
.timeline > li > .timeline-panel {
	background-color: rgba(255,255,255,.8);
	width: 46%;
	float: left;
	border: 1px solid #d4d4d4;
	border-radius: 2px;
	padding: 20px;
	position: relative;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
	position: absolute;
	top: 26px;
	right: -15px;
	display: inline-block;
	border-top: 15px solid transparent;
	border-left: 15px solid #ccc;
	border-right: 0 solid #ccc;
	border-bottom: 15px solid transparent;
	content: " ";
}
.timeline > li > .timeline-panel:after {
	position: absolute;
	top: 27px;
	right: -14px;
	display: inline-block;
	border-top: 14px solid transparent;
	border-left: 14px solid #fff;
	border-right: 0 solid #fff;
	border-bottom: 14px solid transparent;
	content: " ";
}
.timeline > li > .timeline-badge {
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 50px;
	font-size: 1.4em;
	text-align: center;
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -15px;
	background-color: #999999;
	z-index: 100;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
	float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}
.timeline-badge.primary {
	background-color: #2e6da4 !important;
}
.timeline-badge.success {
	background-color: #3f903f !important;
}
.timeline-badge.warning {
	background-color: #f0ad4e !important;
}
.timeline-badge.danger {
	background-color: #d9534f !important;
}
.timeline-badge.info {
	background-color: #5bc0de !important;
}
.timeline-title {
	margin-top: 0;
	color: inherit;
}
.timeline-body > p, .timeline-body > ul {
	margin-bottom: 0;
}
.timeline-body > p + p {
	margin-top: 5px;
}
.timeline h3 {
	border-bottom: #030303 solid 1px;
	font-size: 1.5em;
	margin: 0px 0 5px 0;
	padding-bottom: 10px;
}
.timeline > li > .timeline-panel dl {
	margin-top: 15px;
	display: table;
}
.timeline > li > .timeline-panel dl > dt, .timeline > li > .timeline-panel dl > dd {
	display: table-cell;
	vertical-align: middle;
}
.timeline > li > .timeline-panel dl > dt {
	padding-right: 30px;
}
.timeline > li > .timeline-panel dl > dt img {
	width: 100%;
	max-width: 180px;
}
.timeline > li > .timeline-panel dl > dd {
	width: 60%;
}

@media screen and (max-width: 767px) {
	.timeline:before {
		left: 5%;
		margin-left: -1.5px;
	}
	.timeline > li > .timeline-panel {
		width: 82%;
		float: right;
	}
	.timeline > li > .timeline-panel:before {
		border-left-width: 0;
		border-right-width: 15px;
		left: -15px;
		right: auto;
	}
	.timeline > li > .timeline-panel:after {
		border-left-width: 0;
		border-right-width: 14px;
		left: -14px;
		right: auto;
	}
	.timeline > li > .timeline-badge {
		top: 30px;
		left: 5%;
	}
	.timeline > li.timeline-inverted > .timeline-panel {
		float: right;
	}
	.timeline > li > .timeline-panel dl > dt, .timeline > li > .timeline-panel dl > dd {
		display: block;
		vertical-align: middle;
	}
	.timeline > li > .timeline-panel dl > dt {
		padding-right: 0px;
		padding-bottom: 15px;
	}
	.timeline > li > .timeline-panel dl > dd {
		width: 100%;
	}
}
