@charset "UTF-8";

/* ========================================
    リセットcss
========================================= */
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-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html{overflow-y: scroll;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
input, textarea,{margin: 0; padding: 0;}
ol, ul{list-style:none;}
table{border-collapse: collapse; border-spacing:0;}
caption, th{text-align: left;}
a:focus {outline:none;}

/* micro clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {clear: both;}
.cf {*zoom: 1;}




/* ========================================
    レイアウト用
========================================= */

body {
	width: 100%;
	height: auto;
	background-color: #bcbcbc;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #fff;
	font-size: 20px;
}

div#wrapper {
	margin: 0 auto 0 auto;
	max-width: 640px;
	height: auto;
	background-color: #005236;
}

/* ========================================
    ヘッダー用
========================================= */

body header {
	height: 60px;
}
div a#KoRSTs {
	margin-top: 28px;
	margin-left: 25px;
	float: left;
}
div a#KoRSTs:hover {
	opacity: 0.5;
}
header nav ul {
	float: right;
	padding-top: 15px;
}

header ul li a {
	color: #fff;
	font-size: 20px;
	line-height: 160%;
	text-decoration: none;
}

nav ul li {
	margin-right: 25px;
	list-style-type: none;
}

ul li a:hover {
	opacity: 0.5;
}


/* ========================================
    スクロール用
========================================= */


div#main_speace {
	height: auto;
}

.bg_fixed1 {
	width: auto;
	height: 400px;
	background-image: url(image/KoRST_01.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 160px;
	z-index: 1;
}

.bg_fixed2 {
	height: 400px;
	background-image: url(image/KoRST_02.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
}

.bg_fixed3 {
	height: 400px;
	background-image: url(image/KoRST_03.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
}

.scroll {
	height: auto;
	z-index: 2;
	width: auto;
	margin: 60px auto;
}

	h1 {
		color: #ffffff;
		font-weight: bold;
		font-size: 30px;
		line-height: 45px;
		margin-bottom: 30px;
		padding: 0 20px;
	}
	div.scroll p {
		margin-top: 30px;
		width: auto;
		margin: 0 auto;
		padding: 0 20px;
		text-align: justify;
	}

div#adress {

}

div#googlemap iframe {
	margin-top: 30px;
	width: 100%;
}
/* ========================================
    フッター用css
========================================= */

footer P {
	font-size: 12px;
	text-align: center;
	color: #fff;
	margin-top: 50px;
	height: 50px;
	line-height: 50px;
	border-top: 1px solid #fff;
}
