@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: #61574c;
	font-size: 16px;
}

div#wrapper {
	margin: 0 auto 0 auto;
	max-width: 960px;
	min-width: 760px;
	height: auto;
	background-color: #bca67f;
}


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

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

header ul li a {
	color: #61574c;
	font-size: 13px;
	text-decoration: none;
}

nav ul li {
	float: left;
	margin-right: 30px;
	list-style-type: none;
}

ul li a:hover {
	opacity: 0.5;
}


/* ========================================
    ボディー用
========================================= */


div#video {
	margin: 135px auto 0 auto;
	width: 620px;
	height: 348.75px;
}

div#yanetonbo_rogo_w {
	margin: 54px auto;
	width: 176px;
	height: 109px;
}

div#main_speace {
	width: 620px;
	height: auto;
	margin: 0 auto;
}

h1 {
	color: #ffffff;
	font-weight: bold;
	font-size: 48px;
	line-height: 60px;
	margin-bottom: 30px;
}
div#main_speace p {
	margin-top: 30px;
	width: 620px;
	margin: 0 auto;
}

div#dsj_space {
	margin: 50px 0 40px 0;
}
div #dsj_photo {
	float: left;
	width: 221px;
	height: 198px;
}
div #DSJ_adress {
	float: left;
	width: 370px;
	margin-left: 24px;
}
div #DSJ_adress p{
	margin: 7px 0;
	color: #251e1c;
}
div #DSJ_adress p#kakko {
	margin-left: -10px;
	margin-top: 2px;
}
div #DSJ_adress a {
	text-decoration: none;
	color: #251e1c;
}
div #DSJ_adress a:hover {
	opacity: 0.5;
}




div#kaokushindan_space li {
	float: left;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 40px 0 7px 0;
}
h3:first-letter {
	font-size: 150%;
}
div#kaokushindan_space p {
	margin-bottom: 22px;
}
div#kaokushindan_space ul li dl dd {
	font-size: 14px;
	color: #61574c;
	margin-bottom: 15px;
}
li img.triangle {
	margin: 104px 3px 0 3px;
}
li img#ph8 {
	margin-left: 20px;
}

div#possible_space p {
	margin-top: 40px;
	width: 304px;
	float: left;
}
div#possible_space img {
	margin-top: 60px;
	float: right;
}
h4 {
	font-size: 18px;
	font-weight: bold;
	margin: 40px 0 40px 0;
}
h5 {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}
div img#present {
	margin-top: -60px;
}



/* ========================================
    スライドパネルcss
========================================= */


input {
  display: none;
}
label {
  cursor: pointer;
  display: inline-block;
	margin-top: 30px;
	width: 620px;
	height: 31px;
	text-align: center;
	line-height: 31px;
	background-color: #7e6140;
	background-image: url(image/yajirushi.png);
	background-repeat: no-repeat;
	background-position: 20px 7px;
  color: #FFF;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
label:hover {
  opacity: 0.8;
}
.panel {
  -webkit-transition: .3s ease;
  transition: .3s ease;
  height: 0;
  overflow: hidden;
  margin-top: 10px;
  padding: 0;
  border-radius: 5px;
}
input:checked + .panel {
  height: auto;
  padding: 0px;
}


/* ========================================
    フッター用css
========================================= */

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