/*
	Reset Stylesheet
	Last Updated: 2014-10-16
	Author: Jinstep Research
 */
@charset "utf-8";

/* Clearfix */
.cf:before,
.cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	zoom: 1;
}

/* Base Style */
body {
	/*font:14px/1.6 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-weight: 400;
	color: #222;
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 12px;
	text-transform: uppercase;
}
h3:before {
	content: "≪";
}
h3:after {
	content: "≫";
}
h4,
h5,
h6 {
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0 10px;
}
p {
	min-height: 1px;
}
strong {
	font-weight: bold;
}
hr{
	background: #333;
	border: 0;
	height: 2px;
	margin: 12px auto 8px;
	width: 60px;
}

a {
	color: #1074ce;
	text-decoration: none;
}
a:hover {
	color: #0a487f;
}

article{
    margin: 0 auto;
	max-width: 800px;
	min-width: 250px;
    padding: 65px 2%;
    text-align: center;
    width: 96%;
}
article h4:first-child {
	margin: 0;
}
article p {
	line-height: 1.5em;
	text-align: justify;
}

.button{
    display: inline-block;
    line-height: 1;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    border-radius: 3px;
    padding: 6px 8px;
    background: #000;
    color: #FFF;
    margin: 2em 0;
}
.button:hover {
	color: #FFF;
	background-color: #444;
}
.button+.button {
	margin-left: 1em;
}

.align-center {
	text-align: center;
}
.wrap {
	margin-bottom: 20px;
	overflow: hidden;
}
img#logo {
	left: 5px;
	position: fixed;
	top: 5px;
}

/* Sliding panels */
.curtains{
    width: 100%;
	/*
    z-index:1;
    position:relative;
	*/
}
.curtains > li {
	background: url(../img/bg.gif) left top repeat;
	box-shadow: 0 0 12px #666;
    display: block;
    min-height: 100%;
    overflow: hidden;
	position: relative;
    width: 100%;
}

/* MENU */
#menu {
    position:fixed;
    top:20px;
    left:20px;
    z-index:20;
    padding:10px;
    background-color:#000;
}
#menu li {
	margin: 0
}
#menu a{
	margin:0;
	color:#FFF;
}
#navi {
	background: rgba(24,24,73,0.70);
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 100;
}
#navi ul {
	display: inline-block;
}
#navi li {
	float: left;
	padding: 4px 0;
	width: 7em;
}
#navi a {
	color: #FFFFFF;
}


/* Section Top */

#sTop {
	background: url(../img/keyimage2.jpg) 50% 0 no-repeat;
	background-size: cover;
}

#sTop header{
	color: #FFF;
	margin: 20% auto 0;
	max-width: 683px;
	width: 96%;
}
#sTop h1 {
	color: #FFFFFF;
	font-size: 59px;
	font-weight: normal;
}
#sTop h2 {
	color: #FFFFFF;
	font-size:48px;
	line-height: 1.4em;
	text-align: center;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
	text-transform: capitalize;
}
#sTop h2 span {
	border-bottom: 3px solid #FFFFFF;
	padding-bottom: 0.2em;
}

/* Section 1 */
#s1 {
	/*
	background-image: url(../img/fence_1.png), url(../img/bg.gif);
	background-position: left bottom, left top;
	background-repeat: repeat-x, repeat;
	*/
}
#s1 dl {
	margin: 16px auto;
	max-width: 30em;
}
#s1 dl dt {
	clear: left;
	float: left;
	text-align: right;
	width: 8em;
}
#s1 dl dd {
	margin-bottom: 0.3em;
	margin-left: 10em;
	padding-right: 0.5em;
	text-align: left;
}
#s1 img {
	margin: 12px auto;
}

/* Section 2 */
#s2 {
	/*
	background-image: url(../img/fence_2.png), url(../img/bg.gif);
	background-position: left bottom, left top;
	background-repeat: repeat-x, repeat;
	*/
}
#s2 dl {
	float: right;
}
#s2 dl.overview {
	width: 22em;
}
#s2 dl dt {
	clear: left;
	float: left;
	text-align: left;
	width: 6em;
}
#s2 dl dd {
	line-height: 1.3em;
	margin-bottom: 0.3em;
	margin-left: 7em;
	text-align: left;
	width: 20em;
}
#s2 dl.history dt {
	width: 9em;
}
#s2 .left_box,
#s3 .left_box {
	clear: both;
	float: left;
	width: 49%;
}
#s2 .right_box,
#s3 .right_box {
	float: right;
	height: auto;
	width: 49%;
}
#s2 .left_box.wide,
#s2 .right_box.wide,
#s3 .left_box.wide,
#s3 .right_box.wide {
	width: 69%;
}
#s2 .left_box.narrow,
#s2 .right_box.narrow,
#s3 .left_box.narrow,
#s3 .right_box.narrow {
	width: 29%;
}
#s2 img {
	height: auto;
	width: 100%;
}
#s2 ul {
	float: right;
	max-width: 30em;
	text-align: left;
}
#s2 li {
	margin-bottom: 0.5em;
	margin-left: 2em;
	text-indent: -1em;
}

/* Section 3 */
#s3 {
	/*
	background-image: url(../img/fence_3.png), url(../img/bg.gif);
	background-position: left bottom, left top;
	background-repeat: repeat-x, repeat;
	*/
}
#s3 article {
	max-width: 720px;
	padding:
}
#s3 .left_box {
	clear: both;
	float: left;
	width: 49%;
}
#s3 .right_box {
	float: right;
	height: auto;
	width: 49%;
}
#s3 img {
	height: auto;
	width: 100%;
}
#s3 ol {
	margin-left: 90px
}
#s3 li {
	line-height: 1.5em;
	text-align: left;
}


/* Section 4 */
#s4 {
	/*
	background-image: url(../img/fence_4.png), url(../img/bg.gif);
	background-position: left bottom, left top;
	background-repeat: repeat-x, repeat;
	*/
}
.map {
	height: 0;
	overflow: hidden;
	padding-bottom: 100%;
	padding-top: 30px;
	position: relative;
}
.map iframe,
.map object,
.map embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}


/* Section 5 */
#s5 {
	/*
	background-image: url(../img/fence_5.png), url(../img/bg.gif);
	background-position: left bottom, left top;
	background-repeat: repeat-x, repeat;
	*/
}
#s5 article {
	max-width: 360px;
	padding: 65px 10px;
}
#s5 img {
	margin-top: 16px;
}

@media screen and (max-width: 1000px) {
	img#logo {
		height: 75px;
		width: 60px;
	}
}
@media screen and (max-width: 880px) {
	#s2 .left_box,
	#s2 .right_box {
		float: none;
		margin: 0 auto;
		width: 98% !important;
	}
	#s2 img {
		margin: 12px auto;
	}
	#s2 dl {
		float: none;
		margin: 0 auto;
	}
	#s2 dl dt {
		width: 6em;
	}
	#s2 dl dd {
		margin-left: 7em;
	}
	#s2 ul {
		float: none;
		margin: 0 auto;
	}
}
@media screen and (max-width: 830px) {
	article p {
		padding: 0 0.5em;
	}
}
@media screen and (max-width: 730px) {
	#sTop h1 {
		font-size: 36px;
	}
	#sTop h2 {
		font-size: 22px;
	}
	#s2 dl.history dt {
		float: none;
		text-align: left;
		width: 100%;
	}
	#s2 dl.history dd {
		margin-left: 1em;
	}
	#s3 .left_box,
	#s3 .right_box {
		float: none;
		margin: 0 auto;
		width: 98% !important;
	}
	#s3 img {
		margin: 12px auto
	}
	#s3 ol {
		margin-left: 20px;
	}
}
@media screen and (max-width: 450px) {
	#navi li {
		padding: 4px 0.5em;
		width: auto;
	}
	#sTop h1 {
		font-size: 26px;
	}
	#sTop h2 {
		font-size: 20px;
	}
	#s1 dl dt {
		width: 7em;
	}
	#s1 dl dd {
		margin-left: 8em;
	}
	
}
@media screen and (max-width: 320px) {
	#s1 dl dt {
		float: none;
		text-decoration: underline;
	}
	#s1 dl dd {
		margin-bottom: 0.5em;
		margin-left: 2.5em;
	}
	#s2 dl.overview,
	#s2 dl.history {
		padding: 0 3%;
		width: 94%;
	}
	#s2 dl dt {
		float: none;
		text-decoration: underline;
	}
	#s2 dl dd {
		margin-left: 1.5em;
	}
}
