@charset "utf-8";
/* ----------------------------------------
   PC用画面レイアウト
---------------------------------------- */
#content_wrap {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
img{
	max-width:100%;
	height: auto;
}
/* ----------------------------------------
   ヘッダーレイアウト
---------------------------------------- */
header {
	width:100%;
	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 #flow_btn {
	text-align: center;
	background-image: url(../flow/images/btn_01.jpg);
	background-repeat: no-repeat;
}

/* ----------------------------------------
   コンテンツレイアウト
---------------------------------------- */
#content {
	display: block;
	height: auto;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	color: #666;
	text-align: center;
	font-size:12px;
	font-size:1.2rem;
	line-height:20px;
	line-height:2rem;
}

/* ----------------------------------------
   撮影の流れレイアウト
---------------------------------------- */
#flow {
	width:auto;
	height:auto;
	margin-bottom:50px;
	display:block;
	margin-top: 230px;
}

#flow a img:hover{
	-webkit-transform: rotate(-5deg);

    -moz-transform: rotate(-5deg);

    -o-transform: rotate(-5deg);

    -ms-transform: rotate(-5deg);

    transform: rotate(-5deg) ;
}
#content #flow p {
	font-size: 12px;
	font-size: 1.2rem;
	color: #000;
	line-height: 20px;
	line-height: 2rem;
	text-align: justify;
}
#content #flow #step {
	height: auto;
	width: auto;
}
#content #flow #step_s {
	display:none;
}

#content #flow #PlanFamily_photo {
	text-align: left;
	height: auto;
	width: auto;
	margin-bottom: 40px;
}

#content #flow #PlanFamily_photo #Family {
	height: 866px;
	width: 776px;
	background-image: url(../flow/images/PlanFamily.png);
	background-repeat: no-repeat;
}

#content #flow #PlanMaternity_photo {
	text-align: left;
	height: auto;
	width: auto;
	margin-bottom: 40px;

}
#content #flow #PlanMaternity_photo #Maternity {
	height: 866px;
	width: 776px;
	background-image: url(../flow/images/PlanMaternity.png);
	background-repeat: no-repeat;
}

#content #flow #PlanAudition_photo {
	text-align: left;
	height: auto;
	width: auto;
	margin-bottom: 40px;
}
#content #flow #PlanAudition_photo #Audition {
	height: 866px;
	width: 776px;
	background-image: url(../flow/images/PlanAudition.png);
	background-repeat: no-repeat;
}

#content #flow #PlanProfile_photo {
	text-align: left;
	height: auto;
	width: auto;
	margin-bottom: 40px;
}
#content #flow #PlanProfile_photo #Profile {
	height: 866px;
	width: 776px;
	background-image: url(../flow/images/PlanProfile.png);
	background-repeat: no-repeat;
}

#content #flow #PlanArtist_photo {
	text-align: left;
	height: auto;
	width: auto;
	margin-bottom: 40px;
}
#content #flow #PlanArtist_photo #Artist {
	height: 326px;
	width: 776px;
	background-image: url(../flow/images/PlanArtist.png);
	background-repeat: no-repeat;
}

#content #flow #PlanLocation_photo {
	text-align: left;
	height: auto;
	width: auto;
	margin-bottom: 40px;
}
#content #flow #PlanLocation_photo #Location {
	height: 326px;
	width: 776px;
	background-image: url(../flow/images/PlanLocation.png);
	background-repeat: no-repeat;
}
#content #flow #PlanIDphoto_photo #PlanIDphoto {
	height:326px;
	width: 776px;
	background-image: url(../flow/images/PlanIDphoto.png);
	background-repeat: no-repeat;
}

#content #flow #backpaper_photo {
	text-align: left;
	height: auto;
	width: auto;
	margin-bottom: 40px;
}	
#content #flow #backpaper_photo #backpaper {
	height: 1104px;
	width: 776px;
	background-image: url(../flow/images/backpaper.jpg);
	background-repeat: no-repeat;
}
#content #flow #option-costume_photo {
	text-align: left;
	height: auto;
	width: auto;
	margin-bottom: 40px;
}	
#content #flow #option-costume_photo #option-costume {
	height:1738px;
	width: 776px;
	background-image: url(../flow/images/option-costume.jpg);
	background-repeat: no-repeat;
}

/*タブレット端末対応画面 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;
}

/* ----------------------------------------
   撮影の流れレイアウト
---------------------------------------- */
#flow {
	width:auto;
	height:auto;
	margin-bottom:50px;
	display:block;
	margin-top: 40px;
}

#flow a img:hover{
	-webkit-transform: rotate(-5deg);

    -moz-transform: rotate(-5deg);

    -o-transform: rotate(-5deg);

    -ms-transform: rotate(-5deg);

    transform: rotate(-5deg) ;
}

#content #flow #step {
	display:none;
}
#content #flow #step_s {
	display:block;
	height: auto;
	width: auto;
	margin-bottom: 40px;
}

#content #flow #PlanFamily_photo #Family {
	position:relative;
	width: 306px;
	height: 1606px;
	background-image: url(../flow/images/PlanFamily-s.png);
	margin:10px auto auto auto;
	text-align:center;
}



#content #flow #PlanMaternity_photo #Maternity {
	position:relative;
	width: 306px;
	height: 1606px;
	background-image: url(../flow/images/PlanMaternity-s.png);
	margin:10px auto auto auto;
	text-align:center;
}


#content #flow #PlanAudition_photo #Audition {
	position:relative;
	width: 306px;
	height: 1606px;
	background-image: url(../flow/images/PlanAudition-s.png);
	margin:10px auto auto auto;
	text-align:center;
}

#content #flow #PlanProfile_photo #Profile {
	position:relative;
	width: 306px;
	height: 1606px;
	background-image: url(../flow/images/PlanProfile-s.png);
	margin:10px auto auto auto;
	text-align:center;
}

#content #flow #PlanLocation_photo #Location {
	position:relative;
	width: 306px;
	height: 356px;
	background-image: url(../flow/images/PlanLocation-s.png);
	margin:10px auto auto auto;
	text-align:center;
}
#content #flow #PlanIDphoto_photo #PlanIDphoto {
	position:relative;
	width: 306px;
	height: 356px;
	background-image: url(../flow/images/PlanIDphoto-s.png);
	margin:10px auto auto auto;
	text-align:center;
}

#content #flow #PlanArtist_photo #Artist {
	position:relative;
	width: 306px;
	height: 356px;
	background-image: url(../flow/images/PlanArtist-s.png);
	margin:10px auto auto auto;
	text-align:center;
}

#content #flow #backpaper_photo #backpaper {
	position:relative;
	width: 390px;
	height:913px;
	background-image: url(../flow/images/backpaper-s.png);
	margin:10px auto auto auto;
	text-align:center;
}

#content #flow #option-costume_photo #option-costume {
	position:relative;
	width: 390px;
	height:1578px;
	background-image: url(../flow/images/option-costume-s.png);
	margin:10px auto auto auto;
	text-align:center;
}



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

}
