@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;
}
header nav #studio_btn {
	text-align: center;
	background-image: url(../about/images/btn_01.jpg);
	background-repeat: no-repeat;
}
/* ----------------------------------------
   コンテンツレイアウト
---------------------------------------- */

#content {
	height: auto;
	padding-bottom: 500px;
	width: auto;
	clear:both;
}
.title {
	height: auto;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	display: block;
	margin-bottom: 50px;
}
/* ----------------------------------------
   コンセプトレイアウト
---------------------------------------- */
#concept {
	text-align: center;
	width: 100%;
	height: auto;
	margin-top: 150px;
	margin-top: 280px;
}
p{
	color: #333;
	}

/* ----------------------------------------
   スタッフレイアウト
---------------------------------------- */
#line{
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	margin-bottom: 50px;
}
#staff {
	width: 770px;
	height: auto;
	position: relative;
	margin-top: 100px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#staff_bg {
	position: relative;
	display: block;
	background-image: url(../about/images/bg_01.jpg);
	background-repeat: no-repeat;
}
#staff p {
	display: block;
	font-size:14px;
	font-size:1.4rem;
	line-height:24px;
	line-height:2.4rem;
}
#staff01 {
	width: 100%;
	position: relative;
	height: 300px;
}
#staff01img {
	width:auto;
	height: auto;
	float: left;
	display: block;
}
#staff01_right {
	width: 330px;
	float: left;
	margin-left:50px;
}

p#staff01_text {
	display: block;
	float: left;
	margin-top: 40px;
	width: auto;
	text-align:justify;
}
#staff02 {
	width: 100%;
	display: block;
	clear: both;
	height: 300px;
}
#staff02_left {
	width: 330px;
	display: block;
	float: left;
	margin-right:50px;
	text-align:justify;
}

img#staff02img {
	display: block;
}
p#staff02_text {
	display: block;
	width: auto;
	margin-top: 70px;
}
#staff03 {
	clear: both;
	height: 300px;
	width: 100%;
	display: block;
	text-align:center;
}
#staff03_img {
	float: left;
}
#staff03_text {
	float: left;
	margin-top: 70px;
}

/* ----------------------------------------
   スタジオレイアウト
---------------------------------------- */
#studio {
	width: 770px;
	text-align: center;
	clear: both;
	display: block;
	padding-top: 100px;
	margin-bottom: 100px;
	margin-right: auto;
	margin-left: auto;
}
#studio p {
	font-size:14px;
	font-size:1.4rem;
	line-height: 20px;
	line-height: 2rem;
	height: auto;
	width: auto;
	margin-top: 30px;
}
/* ----------------------------------------
   アクセスレイアウト
---------------------------------------- */
#access {
	text-align: center;
	height: auto;
	width: 770px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#access p {
	font-size: 14px;
	font-size: 1.4rem;
}
img#shop_name {
	height: auto;
	width: auto;
	margin-bottom: 30px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
img#access_map {
	float: left;
	margin-right: 100px;
	margin-left: 70px;
}

p#access_text {
	text-align: justify;
	display: block;
	line-height: 20px;
	line-height: 2rem;
	letter-spacing:0.2em;
}

p#access_text span {
	font-weight:bold;
	font-size: 18px;
	font-size: 1.8rem;
}
/* ----------------------------------------
   タブレット対応端末
---------------------------------------- */
@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(../about/images/btn_s01.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;
}
/* ----------------------------------------
   コンセプトレイアウト
---------------------------------------- */
#concept {
	margin-top: 40px;
}
/* ----------------------------------------
   スタッフレイアウト
---------------------------------------- */
#line{
	width:90%;
	margin-right:auto;
	margin-left:auto;
}
#staff {
	width: 100%;
}

#staff_bg {
	position: relative;
	display: block;
	background-image: url(../about/images/bg_s01.jpg);
	background-repeat: no-repeat;
}
#staff p {
	display: block;
	font-size:14px;
	font-size:1.4rem;
	line-height:24px;
	line-height:2.4rem;
}

/* ----------------------------------------
   スタッフ01レイアウト
---------------------------------------- */
#staff01 {
	height: auto;
	margin-right:auto;
	margin-left:auto;
}
#staff p {
	display: block;
	font-size:14px;
	font-size:1.4rem;
	line-height:20px;
	line-height:2rem;
}
#staff01img {
	height: auto;
	float: none;
	display: block;
	margin-left: auto;
	margin-right:auto;
}
#staff01_right {
	width: 90%;
	float: none;
	margin-left:auto;
	margin-right:auto;
}
#staff01_right img {
	display:block;
	width: 54px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}

p#staff01_text {
	text-align:left;
	float: none;
	margin-top: 20px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:100px;
}
/* ----------------------------------------
   スタッフ02レイアウト
---------------------------------------- */
#staff02 {
	width: 100%;
	height: auto;
	margin-right:auto;
	margin-left:auto;
}
#staff02_left {
	width: 100%;
	position:absolute;
	margin-top:270px;
}
img#staff02img {
	display: block;
	position:relative;
	margin-top:-40px;
	margin-bottom:0px;
	margin-left: auto;
	margin-right:auto;
}
#staff02_left img{
	display:block;
	width: 40px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
}
p#staff02_text {
	display: block;
	text-align:left;
	width: 90%;
	margin-top: 0px;
	margin-left: auto;
	margin-right:auto;
}
/* ----------------------------------------
   スタッフ03レイアウト
---------------------------------------- */
#staff03 {
	width:100%;
	margin-top:280px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:170px;
	clear: both;
	height: auto;
	display: block;
	text-align:center;
	
}
#staff03_img {
	width:auto;
	float: none;
	margin-top:-100px;
	position:relative;
}
#staff03_text {
	float: none;
		width:100%;
	margin-top: 100px;
	position:absolute;
	margin-right:auto;
	margin-left:auto;
}
/* ----------------------------------------
   スタジオレイアウト
---------------------------------------- */
#studio {
	width: 100%;
	text-align: center;
	clear: both;
	display: block;
	padding-top: 0px;
	margin-bottom: 100px;
	margin-right: auto;
	margin-left: auto;
}
#studio img#studio_pic{
	width:90%;
}
#studio p {
	color: #666;
	font-size:14px;
	font-size:1.4rem;
	line-height: 20px;
	line-height: 2rem;
	height: auto;
	width: auto;
	margin-top: 30px;
}
/* ----------------------------------------
   アクセスレイアウト
---------------------------------------- */
#access {
	width: 100%;
	margin-bottom:50px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#access p {
	font-size: 14px;
	font-size: 1.4rem;
}
img#shop_name {
	height: auto;
	width: auto;
	margin-bottom: 30px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
img#access_map {
	float: none;
	margin-right: auto;
	margin-left: auto;
}

p#access_text {
	width:310px;
	margin-top:10px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	display: block;
	line-height: 20px;
	line-height: 2rem;
}
p#access_text span{
	font-size: 100%;

}

/* ----------------------------------------
   フッターレイアウト
---------------------------------------- */
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;
}

}
