@charset "utf-8";
/* ----------------------------------------
   PC用画面レイアウト
---------------------------------------- */
#content_wrap {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
/* ----------------------------------------
   ヘッダーレイアウト
---------------------------------------- */
header {
	width:1200px;
	height:auto;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
header h1 {
	margin-bottom: 30px;
	left:0px;
	z-index:5;
	height: auto;
	position: relative;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
header h1 a img {
	margin-left: 0px;
}
header nav{
	top:110px;
	margin-top: 20px;
}


/* ----------------------------------------
   コンテンツレイアウト
---------------------------------------- */
#content {
	display: block;
	height: auto;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	color: #666;
	text-align: center;
	position:relative;
	clear: both;
}
h1#topic {
	text-align:center;
	width:190px;
	display:block;
	margin-bottom: 70px;
	display:block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 230px;
}
#content p {
	margin-bottom: 30px;
	line-height:20px;
	line-height: 2rem;
}
.article {
	display: block;
	height: auto;
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 50px;
}
#pict01 {
	margin-top: 10px;
	display:block;
	margin-right: auto;
	margin-left: auto;
}
.article h1 {
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-size: 35px;
	font-size: 3.5rem;
	color: #000;
	margin-bottom: 10px;
}
article p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 14px;
	line-height: 1.4rem;
	color: #669900;
	text-align: center;
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	padding-bottom: 10px;
}

/*タブレット端末対応画面 width:768px */
@media only screen and (min-device-width: 480px) and (max-device-width: 1024px), only screen and (min-width: 480px) and (max-width: 1024px) {
#wrap {
	width: 1200px;
	position: relative;
	height:auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
	margin-right: auto;
	margin-left: auto;
}
#back-top a {
	display: none;
}
}
/*スマートフォン対応画面*/
@media only screen and (min-device-width: 240px) and (max-device-width: 480px), only screen and (min-width: 240px) and (max-width: 480px) {
body {
	font-size:80%;
	text-align:center;
}
#wrap {
	width: 100%;
}
#content_wrap {
	width: 100%;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

/* ----------------------------------------
   ヘッダーレイアウト
---------------------------------------- */
header {
	width:100%;
}
header h1 {
	top:0px;
	z-index:5;
	height: auto;
	position: relative;
	width: 100%;
	float: none;
	margin-left:auto;
	margin-right:auto;
	margin-top:80px;
	
}
header h1 img {
	position:relative;
	max-width: 100% !important;
	height: auto !important;
	margin-left:0%;
}
header nav{
	top:0px;
}

/* ----------------------------------------
   ナビゲーションレイアウト
---------------------------------------- */
nav {
	display:block;
	width:236px;
	margin-right:auto;
	margin-left:auto;
	position: relative;
}
nav ul {
	float: none;
}

#mobile_navi ul.accordion {
    height:auto;
    overflow:hidden;
}
nav div #float li  {
	float: none;
    width:236px;
    font-size:12px;
}
nav .accordion_head  {
    display:block;
    width:236px;
    padding:0px;
text-indent: -9999px;
	display: block;
	height:48px;
}
nav .accordion_top{
	   display:block;
    width:236px;
    padding:0px;
text-indent: -9999px;
	display: block;
	height:48px;
}

header nav #gallery_btn {
	text-align: center;
	background: url(../images/btn_s01.jpg) no-repeat;
}
header nav #scene_btn {
	text-align: center;
	background: url(../images/btn_s02.jpg) no-repeat;
}
header nav #flow_btn {
	text-align: center;
	background: url(../images/btn_s03.jpg) no-repeat;
}
header nav #menu_btn {
	text-align: center;
	background: url(../images/btn_s04.jpg) no-repeat;
}
header nav #studio_btn {
	text-align: center;
	background: url(../images/btn_s05.jpg) no-repeat;
}
header nav #contact_btn {
	text-align: center;
	background: url(../images/btn_s06.jpg) no-repeat;
}
nav ul.accordion a {
    text-decoration:none;
}

/* ----------------------------------------
   accordionの中身
---------------------------------------- */
nav ul.accordion li ul {
    width:236px;
    padding:10px 0;
    background:#fff;
	text-align:left;
}
nav ul.accordion li li {
    font-size:10px;
    background:#fff;
}
nav ul.accordion li li a {
    display:block;
    width:236px;
    padding:7px 5px 7px 20px;
    color:#b9b9b9;
}
nav ul.accordion li li a:hover {
    color:#669900;
}


/* ----------------------------------------
   コンテンツレイアウト
---------------------------------------- */
#content {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-bottom:0px;
	text-align: center;
	position:relative;
}

h1#topic {
	width: 90%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	margin-bottom:40px;
}
#topic img {
	max-width: 100%;
	height: auto;
}
.article {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}
.article h1 {
	width:100%;
	font-size:50px;
	font-size:5rem;
	margin-right: auto;
	margin-left: auto;
}
article p {
	width:300px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 12px;
	line-height: 1.2rem;
	margin-top: 10px;
}

/* ----------------------------------------
   フッターレイアウト
---------------------------------------- */
footer{
	position:relative;
}
footer a {
	text-decoration:underline
}
#footer_float {
	width: 90%;
	height: auto;
	margin-left: 10px;
	position: relative;
	text-align: left;
	margin-top: 20px;
}
footer ul li a span {
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}
#footer_float #float_back {
	margin-left: 0;
	width: 100%;
	display: block;
}
footer #footer_float ul li {
	display: block;
}
#footer01 {
	float:none;
	width: 100%;
	height: auto;
	position: relative;
	margin: 0;
	border-bottom-style: none;
}
#footer02 {
	float:none;
	width: 100%;
	height: auto;
	position: relative;
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
}
#footer03 {
	clear:both;
	float:none;
	width:100%;
	height: auto;
	position: relative;
	margin: 0;
	border-bottom-style: none;
}
#footer04 {
	float:none;
	width: 100%;
	height: auto;
	position: relative;
	border-bottom-style: none;
}
#footer05 {
	float:none;
	width: 100%;
	height: auto;
	position: relative;
	border-bottom-style: none;
}
#footer06 {
	float:none;
	width: 100%;
	height: auto;
	position: relative;
	border-bottom-style: none;
}
#menu_floatleft {
	display: block;
	float: left;
}
#menu_floatright {
	display: block;
	float: left;
}
footer .padding {
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer_text {
	clear: both;
	line-height: 1.5em;
	text-align: right;
	width: 100%;
	position: relative;
	margin: 0;
}
#footer_text span {
	font-weight: bold;
}
small {
	height: 100px;
	display: block;
	text-align: right;
	width: 100%;
	margin: 0;
	margin-top: 10px;
}

/*　スクロールボタンアウト　 */
#back-top a {
	display: none;
}

}
