@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 #contact_btn {
	text-align: center;
	background-image: url(../contact/images/btn_01.png);
	background-repeat: no-repeat;
}


/* ----------------------------------------
   コンテンツレイアウト
---------------------------------------- */
#content {
	display: block;
	height: auto;
	width: 710px;
	margin-right: auto;
	margin-left: auto;
	color: #666;
}
#content p {
	margin-bottom: 20px;
	line-height:20px;
	line-height: 2rem;
}
#content #step {
	background-image: url(../contact/images/fig_01.jpg);
	background-repeat: no-repeat;
	height: 106px;
	width: 604px;
	position:relative;
	margin-top: 230px;
	margin-right: auto;
	margin-left: auto;
}
#content #tel{
	text-align:center;
	width: 770px;
}
#content #tel h1{
	height: 30px;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	margin-bottom: 20px;
	background-image: url(../contact/images/form_title_01.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	}
/* ----------------------------------------
   フォームレイアウト
---------------------------------------- */
#content #form h1 {
	margin-bottom: 20px;
	height: 30px;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../contact/images/form_title_02.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#form form{
	margin-top:30px;
}
#form form  p{
	color: #666;
	font-size: 14px;
	font-weight: bold;
}

#form form input#text, textarea {
	width:300px;
	border:0;
	font-family:Arial, sans-serif;
	color:#aaa;
	border:solid 1px #ccc;
	margin-bottom: 10px;
}
#form form input#text:focus {
    border:solid 1px #EEA34A;
}
#form_block {
	height: auto;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: center;
	
}
#form_block img {
	margin-top:30px;
}
.formLeft {
	display: block;
	clear: both;
	float: left;
	width: 250px;
	text-align: left;
	padding-left: 80px;
	padding-bottom:20px;
}

.formLeft span {
	font-size: 10px;
	font-size: 1rem;
	color: #F00;
	margin-left: 5px;
	
}
.formRight{
	float:right;
	margin-right:100px;
}
#appointment_comment {
	font-size: 12px;
	font-size: 1.2rem;
	text-align: left;
	margin-left: 80px;
	font-weight: normal;
	text-decoration: underline;
	clear: both;
}
#appointment {
	height: auto;
	margin-top: 10px;
	width: 770px;
	display: block;
	padding-bottom: 50px;
}
#appointment .formLeft {
	display: block;
	clear: both;
	float: left;
	width: 250px;
	text-align: left;
	padding-left: 80px;
	padding-bottom:20px;
}
#appointment .formRight{
	float:right;
	margin-right:100px;
}
#check_box {
	display: block;
	height: auto;
	width: 320px;
	text-align: left;
	float: right;
	margin-right:86px;
}
#check_box span  {
	display: block;
	width: 160px;
	float: left;
}
#clearboth {
	clear: both;
}
#radiobox_plan {
	font-size:14px;
	display: block;
	width: 180px;
	float: right;
	text-align: left;
	margin-right: 226px;
}
#radiobox {
	display: block;
	width: 180px;
	float: right;
	margin-right: 252px;
	margin-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(../contact/images/btn_s01.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%;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-bottom:30px;
	text-align: center;
	position:relative;
}
#content h1 {
	width: 90%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom:0px;
}

#content p {
	margin-bottom: 20px;
	line-height:20px;
	line-height: 2rem;
}
#content #step {
	background-image: url(../contact/images/fig_s01.jpg);
	background-repeat: no-repeat;
	height: 360px;
	width: 250px;
	position:relative;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
}

#content p span {
	margin-left: 10px;
	font-size: 14px;
	font-size: 1.4rem;
	display: inline-block;
}
#content #tel{
	text-align: center;
	display:block;
	margin-bottom:0px;
	height:auto;
	width:100%;
}
#content #tel h1{
	margin-bottom: 20px;
	height: 30px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../contact/images/form_title_01.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#content #tel p{
	margin-bottom:0px;
	text-align: center;
}

/* ----------------------------------------
  フォームレイアウト
---------------------------------------- */
#form_block {
	height: auto;
	width:100%;
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: center;
}
form  p{
	width:100%;
	color: #666;
	font-size: 16px;
	font-weight: bold;
}

#form form input#text, textarea {
	width:300px;
	border:0;
	font-family:Arial, sans-serif;
	color:#aaa;
	border:solid 1px #ccc;
	margin:0px 0px 20px 0px;
}
#form form input#text:focus {
    border:solid 1px #EEA34A;
}
#form form .formLeft {
	font-size: 16px;
	display: block;
	float: none;
	width: auto;
	height:10px;
	text-align: left;
	padding-left: 20px;
	padding-bottom:0px;
}
.formRight{
	float:none;
	margin-left: auto;
	margin-right:auto;
}
#appointment_comment {
	font-size: 12px;
	font-size: 1.2rem;
	text-align: left;
	margin-top: 20px;
	margin-left: 10px;
	font-weight: normal;
	text-decoration: underline;
}
#appointment {
	height: auto;
	margin-top: -10px;
	margin-left: auto;
	margin-right:auto;
	width: 100%;
	padding-bottom: 0px;
}
#appointment .formLeft {
	font-size: 16px;
	display: block;
	float: none;
	width: auto;
	text-align: left;
	padding-left: 20px;
	padding-bottom:0px;
	
}
#appointment .formRight{
	float:none;
	margin-left: auto;
	margin-right:auto;
}
#check_box {
	display: block;
	height: auto;
	width: 300px;
	text-align: left;
	float: left;
	margin-left: 15px;
	margin-bottom:20px;
	margin-top:10px;
}
#check_box span  {
	font-size:14px;
	width: 140px;
	display: block;
	float: left;
}
#clearboth {
	clear: both;
}
#radiobox_plan {
	font-size:14px;
	display: block;
	width: auto;
	height:auto;
	float: none;
	text-align: left;
	margin: 10px 0px 40px 20px;
}
#radiobox {
	font-size:14px;
	display: block;
	width: 140px;
	float: left;
	margin-right: 210px;
	margin: 10px 0px 20px 20px;
}


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