@charset "UTF-8";

/* =Reset
-------------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th,td{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
img {vertical-align:top;}
input[type="radio"], input[type="checkbox"] {vertical-align: -2px;}
label {cursor: pointer;}

html>/**/body {
font-family: "Century Gothic", CenturyGothic,"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
}
* + html body {
font-family: "Century Gothic", CenturyGothic,"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
}

/* For modern browsers */
.cf:before,
.cf:after {
	content:"";
	display:table;}
.cf:after {clear:both;}
/* For IE 6/7 (trigger hasLayout) */
.cf {zoom:1;}

.clr {
	clear: both;
	line-height: 0;
	display: block;
	height: -1px;
}


/* =all
-------------------------------------------------------------- */
body {
	text-align: center;
	font-size: 18px;
	color: #3b3b3b;
	background: #fff;
	line-height: 1.6;
	min-width:1050px;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
#wrap{
	position:relative;
	background:url(img/bg.png) repeat 0 0;
}
#container{
	padding-bottom:30px;
	margin-bottom:30px;
}
.inner{
	width:975px;
	margin:0 auto;
	background-color: rgba( 255, 255, 255, 0.6);
}
.inner2{
	width:975px;
	margin:0 auto;
}

a { color: #303030;
	text-decoration: none;}
a:hover { text-decoration: underline;}

a:hover img,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
a, a img, input[type="submit"], input[type="reset"] {
	-webkit-transition: opacity .2s;
	-moz-transition: -moz-opacity .2s;
	-ms-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
	opacity: 1;
	/*transitionプロパティ使用時に、Chromeブラウザで1pxずれる現象を回避*/
	-webkit-backface-visibility: hidden; /* 追加 */
    backface-visibility: hidden; /* 追加 */
}

/* css */
.fl {float: left;}
.fr {float: right;}
.ta_l {text-align: left;}
.ta_c {text-align: center;}
.ta_r {text-align: right;}
.va_t {vertical-align: top;}
.va_b {vertical-align: bottom;}
.va_m {vertical-align: middle;}
.lh17 {line-height: 1.7;}
.lh20 {line-height: 2;}
.f10 {font-size: 10px;}
.f11 {font-size: 11px;}
.f12 {font-size: 12px;}
.f13 {font-size: 13px;}
.f14 {font-size: 14px;}
.f15 {font-size: 15px;}
.f16 {font-size: 16px;}
.f17 {font-size: 17px;}
.f18 {font-size: 18px;}
.f19 {font-size: 19px;}
.f20 {font-size: 20px;}
.f21 {font-size: 21px;}
.f22 {font-size: 22px;}
.f23 {font-size: 23px;}
.f24 {font-size: 24px;}
.f25 {font-size: 25px;}
.f26 {font-size: 26px;}
.f27 {font-size: 27px;}
.f28 {font-size: 28px;}
.f29 {font-size: 29px;}
.f30 {font-size: 30px;}
.f31 {font-size: 31px;}
.f32 {font-size: 32px;}
.f33 {font-size: 33px;}
.f34 {font-size: 34px;}
.f35 {font-size: 35px;}
.f40 {font-size: 40px;}
.red {color: #e3362f;}
.blue {color: #00579c;}
.bold {font-weight: bold;}


/* width */
.w50 {width:50px;}
.w60 {width:60px;}
.w70 {width:70px;}
.w80 {width:80px;}
.w90 {width:90px;}
.w100 {width:100px;}
.w110 {width:110px;}
.w120 {width:120px;}
.w130 {width:130px;}
.w140 {width:140px;}
.w150 {width:150px;}
.w160 {width:160px;}
.w170 {width:170px;}
.w180 {width:180px;}
.w190 {width:190px;}
.w200 {width:200px;}
.w230 {width:230px;}
.w250 {width:250px;}
.w280 {width:280px;}
.w290 {width:290px;}
.w300 {width:300px;}
.w330 {width:330px;}
.w350 {width:350px;}
.w380 {width:380px;}
.w400 {width:400px;}
.w430 {width:430px;}
.w450 {width:450px;}
.w500 {width:500px;}
.w10p {width:10%;}
.w15p {width:15%;}
.w20p {width:20%;}
.w25p {width:25%;}
.w30p {width:30%;}
.w33p {width:33%;}
.w40p {width:40%;}
.w45p {width:45%;}
.w50p {width:50%;}
.w55p {width:55%;}
.w60p {width:60%;}
.w65p {width:65%;}
.w70p {width:70%;}
.w75p {width:75%;}
.w80p {width:80%;}
.w85p {width:85%;}
.w90p {width:90%;}
.w95p {width:95%;}
.w100p {width:100%;}

/* mgn */
.mgn05 {margin-bottom: 5px;}
.mgn08 {margin-bottom: 8px;}
.mgn10 {margin-bottom: 10px;}
.mgn13 {margin-bottom: 13px;}
.mgn15 {margin-bottom: 15px;}
.mgn18 {margin-bottom: 18px;}
.mgn20 {margin-bottom: 20px;}
.mgn25 {margin-bottom: 25px;}
.mgn30 {margin-bottom: 30px;}
.mgn35 {margin-bottom: 35px;}
.mgn40 {margin-bottom: 40px;}
.mgn45 {margin-bottom: 45px;}
.mgn50 {margin-bottom: 50px;}
.mgn55 {margin-bottom: 55px;}
.mgn60 {margin-bottom: 60px;}
.mgn65 {margin-bottom: 65px;}
.mgn70 {margin-bottom: 70px;}
.mgn75 {margin-bottom: 75px;}
.mgn80 {margin-bottom: 80px;}
.mgn90 {margin-bottom: 90px;}
.mgn100 {margin-bottom: 100px;}
.mgn115 {margin-bottom: 115px;}
.mgn200 {margin-bottom: 200px;}
.mgnt80 {margin-top:80px;}

img {
	max-width: 100%;
}



/* =Common
-------------------------------------------------------------- */
/* header */
#header{
	background-color: rgba( 255, 255, 255, 0.6);
	width:100%;
	padding-top:60px;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99ffffff,EndColorStr=#99ffffff);/*IE8以下用*/
}
#header .logo{
	padding-bottom:9px;
	display:inline-block;
	margin-left:307px;
}
#header .hi .icons{
	float:right;
	padding:28px 4px 0 0;
}
#header .hi .icons a{
	float:left;
	display:inline-block;
	padding-left:26px;
}
#nav{
	width:100%;
	margin:0 auto;
	background-color: rgba( 255, 255, 255, 0.6);
	position:relative;
	border-bottom:1px solid #ccc;
	box-shadow: rgba(0, 0, 0, 0.439216) 0px 4px 12px -4px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.439216) 0px 4px 12px -4px;
	-moz-box-shadow: rgba(0, 0, 0, 0.439216) 0px 4px 12px -4px;
	z-index:997;
}
#nav.fixed{
	position:fixed;
	top:0;
	z-index:997;
}
#nav ul.menu{
	width:980px;
	margin:0 auto;
}
#nav ul.menu li a{
	display:inline-block;
	width: 162px;
	width: calc(980 / 6);
	float:left;
	font-size: 15px;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,serif;
	margin:20px 0;
	line-height: 1.2;
	border-right:1px solid #ccc;
}
#nav ul.menu li a.last{
	border-right:none;
}
#nav ul.menu li a.is-small{
	font-size: 14.5px;
	letter-spacing: -1.5px;
}
#nav ul.menu li:hover a{
	text-decoration:none;
}

h1{
	font-size:10px;
	padding-bottom:70px;
}

/* top_slide */
#top_slide {
    position: relative;
    height: 324px;
    overflow: hidden;
}
#top_slide.top {
    height: 558px;
}

#top_slide .bx-wrapper {
    margin: 0 auto;
}
#top_slide .bx-viewport {
    overflow: visible !important;
    z-index: 500;
}
.cach{
	width:975px;
	margin:0 auto;
	background:url(img/top_a1_03.png) no-repeat top center;
	height:569px;
	font-size:20px;
	line-height:54px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bold;
	letter-spacing:5px;
}



/* footer */
#bread{
	height:32px;
	background:#d4d4d4;
}
#bread div.inner2{
	color:#474747;
	font-size:13px;
	line-height:32px;
	text-align:left;
}
#bread div.inner2 div{
	float:left;
}
#sitemap{
	background:#9e9e9e;
	padding:25px 0;
}
#sitemap span{
	display:inline-block;
	color:#fff;
	font-size:16px;
	padding-right:30px;
	text-align:left;
}
#sitemap .sitemap_in{
	float:left;
	border-right:1px solid #919191;
}
#sitemap .sitemap_in.bd{
	border-left:1px solid #919191;
}
#sitemap .sitemap_in.last{
	border-right:none;
}

#sitemap .sitemap_in a.link{
	width:257px;
	display:block;
	font-size:15px;
	color:#fff;
	text-align:left;
	background:url(img/arrow_sitemap.png) no-repeat 29px center;
	padding-left:50px;
	line-height:2.8;
}
#sitemap .sitemap_in a.link2{
	width:183px;
	line-height:38px;
	display:block;
	font-size:16px;
	color:#fff;
	text-align:left;
	background:#9e9e9e url(img/arrow_f.png) no-repeat 10px center;
	border:1px solid #fff;
	margin-left:29px;
	padding-left:50px;
	margin-bottom:21px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
#sitemap .sitemap_in a.link2:hover{
	text-decoration:none;
	background:#fff;
	color:#5e5e5e;
	background:#fff url(img/arrow_f_on.png) no-repeat 10px center;
	border:1px solid #5e5e5e;


}



.f_bottom{
	background:#5e5e5e;
	padding:32px 0;
}
.f_bottom img{
	float:left;
}
.f_bottom img.mgnl{
	margin-left:10px;
}

.f_bottom p{
	font-size:14px;
	line-height:26px;
	text-align:left;
	color:#fff;
	width:580px;
	display:inline-block;
}
.copy{
	background:#5e5e5e;
	color:#fff;
	font-size:13px;
	border-top:1px solid #c6c6c6;
	height:38px;
	line-height:38px;
}

.ka{
	margin-top:60px;
}


#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
    z-index:997;
}
#page-top a {
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 40px 0 20px;
    text-align: center;
    display: block;
    border-radius: 5px;
	background: #666 url(img/arrow2_on.png) no-repeat center 20px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999 url(img/arrow2_on.png) no-repeat center 20px;
}


/* =Style
-------------------------------------------------------------- */
/* top */
#top{
	width:975px;
	background-color: rgba( 255, 255, 255, 0.6);
	border:10px solid rgba( 255, 255, 255, 0.1);
	margin:-246px auto 0;
	position:relative;
	z-index:996;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
}
.sec{
	background-color: rgba( 222, 222, 222, 0.7);
	padding-bottom:65px;
}
.sec.lightc{
    background-color: rgba( 242, 242, 242, 0.7);
}
.btn_d{
	height:37px;
	display:inline-block;
	background:#000;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.btn_d:hover{
	background:#fff;
	border:1px solid #000;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
}
.sec_btm{
	padding:70px 0 130px;
	background:#fff;
}
.t_btm{
	width:250px;
	margin:0 auto;

}
.white{
	width:975px;
	padding-top:70px;
	background-color: rgba( 255, 255, 255, 0.6);
	margin:0 auto;
}

.t_img1{
	margin-top:65px;
}
.t_img2{
	margin-top:50px;
}
.t_img3{
	margin:50px 0 40px;
}

/* lesson */
#top.low{
	margin:-37px auto 0;
}
#top.low.shoot{
	margin:-37px auto 35px;
}

#top .top_text{
	padding:54px 0 70px;
	line-height:2.1;
}
.sec1{
	padding:66px 0 0;

}
.sec1 .text{
	padding:48px 0 75px;
	line-height:2.1;
}
.sec1 .text2{
	padding:48px 0 30px;
	line-height:2.1;
}
.prof{
	padding:50px 24px 40px;
}
.prof img{
	float:left;
	margin:0 20px 20px 0;
}
.prof .right{
	text-align:left;
}
.prof .right p.genre{
	font-size:24px;
}
.prof .right .course{
	display:inline-block;
	background:#464646;
	font-size:15px;
	color:#fff;
	line-height:1.0;
	padding:6px 22px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	margin:0 0 20px 20px;
}
.prof_box{
	display:none;
	padding-top:50px;
}
.prof_box.open{
	display:block;
}

.prof_d{
	margin-bottom:50px;
}
.prof_d p.tit{
	color:#fff;
	background:#464646 url(img/arrow2.png) no-repeat 280px center;
	height:36px;
	line-height:36px;
	cursor:pointer;
}
.prof_d p.tit.open{
	background:#464646 url(img/arrow2_on.png) no-repeat 280px center;
}
.prof_d .prof_in{
	padding:0 16px;
	text-align:left;
}
.prof_d .prof_in p.tit2{
	color:#fff;
	background:#646464;
	height:30px;
	line-height:30px;
	padding-left:14px;
}
.prof_d .prof_in p.text{
	padding:22px 5px 30px;
}
.prof_d .prof_in dl dt{
	background:url(img/icon_prof1.png) no-repeat left center;
	padding-left:20px;
}
.prof_d .prof_in dl dd{
	background:url(img/icon_prof2.png) no-repeat left center;
	padding-left:20px;
	font-weight:bold;
}

.sec2{
	position:relative;
	height:198px;
	margin-bottom:38px;
}
.sec2 p{
	padding-top:89px;
	font-size:24px;
	line-height:1.0;
	padding-bottom:15px;
}
.sec2 .day{
	display:inline-block;
	color:#fff;
	background:#464646;
	padding:0 22px;
	margin:115px 5px 0;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}
.sec2 .day2{
	display:inline-block;
	color:#fff;
	background:#464646;
	padding:0 22px;
	margin:0 5px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}
.sec2 .time{
	display:inline-block;
	margin:0 5px;
}
.sec2.c1{
	background:url(img/menu_bg01.png) no-repeat center 0;
}
.sec2.c2{
	background:url(img/menu_bg02.png) no-repeat center 0;
}
.sec2.c3{
	background:url(img/menu_bg03.png) no-repeat center 0;
}
.sec2.c4{
	background:url(img/menu_bg04.png) no-repeat center 0;
}
.sec2.c5{
	background:url(img/menu_bg05.png) no-repeat center 0;
}
.sec2.c6{
	background:url(img/menu_bg06.png) no-repeat center 0;
}

.sec2_box{
	margin-bottom:100px;
}
.sec2_in{
	padding:0 23px;
}
.sec2_in .left{
	padding-right:358px;
}
.sec2_in .left p{
	text-align:left;
	padding-bottom:35px;
}
.sec2_in .left p.noMgn{
	padding-bottom:5px;
}
.sec2_in .left .cont span{
	display:inline-block;
	background:#646464;
	color:#fff;
	font-size:14px;
	width:184px;
	height:27px;
	line-height:27px;
	float:left;
	margin:0 2px 3px 0;

}

.sec2_in .left .cont span.etc{
	background:#fff;
	color: #3b3b3b;
	width:50px;
	text-align:left;
	padding-left:5px;
}

.sec2_in .left2{
}
.sec2_in .left2 p{
	text-align:left;
	padding-bottom:35px;
}

.left2 .cont span{
	display:inline-block;
	background:#646464;
	color:#fff;
	font-size:14px;
	width:183px;
	height:27px;
	line-height:27px;
	float:left;
	margin:0 2px 3px 0;

}

.left2 .cont span.etc{
	background:#fff;
	color: #3b3b3b;
	width:50px;
	text-align:left;
	padding-left:5px;
}
p.chara{
	margin:30px 0;
	padding:30px;
	text-align:left;
	border:1px solid #ccc;
}

.lesson_btm01{
	background:url(img/lesson_img06.jpg) no-repeat center 0;
	padding:30px 18px;
	margin-bottom:20px;
}

.lesson_btm01 img{
	float:left;
	margin-right:11px;
	background-color: rgba( 0, 0, 0, 0.6);
}
.lesson_btm01 img.last{
	margin-right:0;
}
.lesson_btm01 p{
	background-color: rgba( 0, 0, 0, 0.6);
	color:#fff;
	line-height:2.0;
	padding:27px 0;
}

.btm_tel{
	height:345px;
	margin-bottom:60px;
}
.btm_tel.lesson{
	background:url(img/lesson_tel_bg.jpg) no-repeat center 0;
	margin-bottom:80px;
}
.btm_tel.lesson2{
	background:url(img/lesson_img21.jpg) no-repeat center 0;
	margin-bottom:0;
}
.btm_tel.composite{
	background:url(img/composite_tel_bg.jpg) no-repeat center 0;
}
.btm_tel.book{
	background:url(img/book_tel_bg.jpg) no-repeat center 0;
}
.btm_tel.book2{
	background:url(img/book_tel_bg.jpg) no-repeat center 0;
	background-size: cover;
	height:360px;
}
.btm_tel.shoot{
	background:url(img/shoot_tel_bg.jpg) no-repeat center 0;
}
.btm_tel.studio{
	background:url(img/studio_tel_bg.jpg) no-repeat center 0;
}

.btm_tel p{
	color: #fff;
	padding: 15px 0;
}


a.tel_box{
	display:block;
	text-decoration: none;
}
a.tel_box:hover .tel_box img{
	opacity:1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
}
a.tel_box .tel_box:hover img {
	opacity:1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
}
.btm_tel .btm_in{
	background-color: rgba( 0, 0, 0, 0.6);
	width:auto;
	height:100%;
}

.btm_tel:hover .btm_in{
	background-color: rgba( 0, 0, 0, 0.3);
}
.btm_tel .btm_in .mail{
	display:inline-block;
	height:60px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
.btm_tel .btm_in .mail2{
	display:inline-block;
	height:60px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
.btm_tel:hover .btm_in .mail{
	background:#fff;
	-webkit-transition:1.2s;
	-moz-transition: 1.2s;
	-o-transition:1.2s;
	-ms-transition:1.2s;
	transition: 1.2s;
}
.btm_tel:hover .btm_in .mail2{
	background:#fff;
	-webkit-transition:1.2s;
	-moz-transition: 1.2s;
	-o-transition:1.2s;
	-ms-transition:1.2s;
	transition: 1.2s;
}





#lesson_tbl table{
	width:100%;
}
#lesson_tbl table th{
	background:#4e5e56;
	color:#fff;
	text-align:center;
	font-size:18px;
	border:1px solid #ababab;
	height:80px;
	width:25%;
}
#lesson_tbl table th span{
	font-size:14px;
	display:block;
}
#lesson_tbl table td{
	color:#3b3b3b;
	font-size:14px;
	line-height:24px;
	border:1px solid #ababab;
	vertical-align:top;
}
#lesson_tbl table td span.time{
	display:block;
	height:53px;
	line-height:53px;
	padding-left:1em;
}
#lesson_tbl table td p.text{
	padding:1em;
}
#lesson_tbl table td.bg_gray2{
	text-align:center;
	background:#c9cecb;
	color:#3b3b3b;
	height:36px;
	line-height:36px;
}
#lesson_tbl table td ul{
	padding:1em 1em 1em 2em;
}
#lesson_tbl table td ul li{
	list-style:disc;
}

dl.service_point{
	text-align:left;
	font-size:18px;
	padding:27px 54px 0;
}
dl.service_point dt{
	background:#4e5e56;
	color:#fff;
	display:inline-block;
	height:30px;
	line-height:30px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding:0 20px;
	margin-bottom:10px;
}
dl.service_point dd{
	padding-bottom:34px;
}

.lesson_sec_tit{
	background:#4e5e56;
	color:#fff;
	text-align:left;
	font-size:24px;
	font-weight:bold;
	padding-left:30px;
	height:50px;
	line-height:50px;
	margin-bottom:30px;
}
.lesson_sec{
	padding:0 25px;
}
.lesson_sec .left_box{
	width:572px;
	float:left;
	text-align:left;
	font-size:16px;
	line-height:26px;
}
.lesson_sec .lesson_sec_sub_tit{
	display:block;
	color:#464646;
	font-size:22px;
	font-weight:bold;
	padding-bottom:20px;
}
.lesson_sec .lesson_sec_txt{
	padding:0 20px 20px 0;
}
.lesson_sec ul{
	padding:0 20px 20px 0;
}


/* composite */
.process{
	margin-bottom:50px;
	position:relative;
}
.process .step{
	width:32%;
	float:left;
	margin-right:2%;
}
.process .step.last{
	margin-right:0;
}
.process .step a{
	display:block;
	cursor:url(img/lupe1.png),url(img/lupe.cur),pointer;
}
.process .step img.step_img{
	width:225px;
	height:auto;
}
.process .step .step_tit{
	margin-bottom:22px;
}
.process .step p{
	font-size:20px;
	padding-top:5px;
}

#open01,
#open02,
#open03,
#open04,
#open05,
#open06,
#open07,
#open08,
#open09,
#open10,
#open11,
#open12{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	z-index:998;
}

.close_overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px;
	position: absolute;
	background: #000;
	opacity: 0.5;
	z-index: 999;
}
.modal_window {
	top: 50%;
	left: 50%;
	width:630px;
	height:294px;
	margin: -147px 0 0 -315px;
	text-align: center;
	display: block;
	background: #fff;
	position: absolute;
	z-index: 999;
}

.modal_window p.tit {
	color: #fff;
	font-size: 18px;
	text-align: left;
	background: #000;
	padding:5px 15px;
	position:relative;
}
.modal_window p.tit a.close_btn,
.modal_window p.tit a.close_btn2{
	position: absolute;
    right: 10px;
    top: 0;
    display: inline-block;
    color: #fff;
    font-size: 40px;
    line-height: 1.0;
}
.modal_window p.tit a.close_btn:hover{
	text-decoration:none;
}
.modal_window .text{
	padding:15px;
}
.modal_window .text img{
	width:225px;
	height:225px;
	float:left;
}
.modal_window .text .right{
	padding-left:250px;
	text-align:left;
	font-size:14px;
}

.modal_window p.title {
	font-size: 16px;
	font-weight:bold;
	padding-bottom:5px;
}

#to_pp{
	padding-top: 82px;
}

.tit3{
	background:#464646;
	padding: 21px 0;
}
img.support1_text{
	margin:48px 0 42px;
}
img.support2_text{
	margin:50px 0;
}
.bg_gray{
	background:#646464;
	padding:31px 27px 10px;
}
.bg_gray p{
	font-size:19px;
	color:#fff;
	padding-top:10px;
}
.bg_gray p span{
	font-size:14px;
	display:block;
}

.sec_inner{
	padding:0 44px;
}
.bdr_box{
	width:100%;
	margin:0 auto 60px;
	border:2px solid #646464;
	box-sizing:border-box;
	padding:40px 0 30px;
	font-size:18px;
}
.bdr_box.v2{
	margin:0 auto 30px;
}
.bdr_box .tit_bar{
	width:500px;
	height:40px;
	background:#4e5e56;
	color:#fff;
	line-height:40px;
	margin:0 auto 15px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.bdr_box .check_text{
	padding-left:170px;
}
.bdr_box .check{
	background:url(img/composite_img19.png) no-repeat left center;
	text-align:left;
	padding-left:37px;
	font-size:18px;
	line-height:38px;
}
.exam_tit{
	height:46px;
	line-height:46px;
	color:#fff;
	background:#4e5e56;
}

/*product_slide */
#product_slide{
	margin:40px auto 0;
	position:relative;
}
#product_slide2,
#product_slide3,
#product_slide4{
	margin:40px auto 100px;
	position:relative;
}
#product_slide .bx-wrapper .bx-controls-direction a,
#product_slide2 .bx-wrapper .bx-controls-direction a,
#product_slide3 .bx-wrapper .bx-controls-direction a,
#product_slide4 .bx-wrapper .bx-controls-direction a{
	position: absolute;
	top: 44px;
	outline: 0;
	width: 62px;
	height: 62px;
	text-indent: -9999px;
	z-index: 996;
}
#product_slide .bx-wrapper .bx-controls-direction a.bx-prev,
#product_slide2 .bx-wrapper .bx-controls-direction a.bx-prev,
#product_slide3 .bx-wrapper .bx-controls-direction a.bx-prev,
#product_slide4 .bx-wrapper .bx-controls-direction a.bx-prev{
	background: url(img/slide_arrow_l.png) no-repeat;
	left:-31px;
}
#product_slide .bx-wrapper .bx-controls-direction a.bx-next,
#product_slide2 .bx-wrapper .bx-controls-direction a.bx-next,
#product_slide3 .bx-wrapper .bx-controls-direction a.bx-next,
#product_slide4 .bx-wrapper .bx-controls-direction a.bx-next{
	background: url(img/slide_arrow_r.png) no-repeat;
	right:-31px;
}

#product_slide .bx-pager.bx-default-pager,
#product_slide2 .bx-pager.bx-default-pager,
#product_slide3 .bx-pager.bx-default-pager,
#product_slide4 .bx-pager.bx-default-pager{
	display: none;
}

#product_slide .bx-wrapper .bx-prev:hover,
#product_slide .bx-wrapper .bx-next:hover,
#product_slide2 .bx-wrapper .bx-prev:hover,
#product_slide2 .bx-wrapper .bx-next:hover,
#product_slide3 .bx-wrapper .bx-prev:hover,
#product_slide3 .bx-wrapper .bx-next:hover,
#product_slide4 .bx-wrapper .bx-prev:hover,
#product_slide4 .bx-wrapper .bx-next:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}


/* CSS3 ModalWindow SET
-------------------------- */
@-webkit-keyframes modalFadeIn {
	0% {opacity: 0;display: block;}
	100% {opacity: 1;}
}
div#modal div:target {
	-webkit-animation-name: modalFadeIn;
  	-webkit-animation-duration: 1s;
  	-webkit-animation-iteration-count: 1;
	opacity: 1;
	display: block;
}

@-webkit-keyframes modalScale {
	0% {opacity: 0;display: block; -webkit-transform:scale(0);}
	100% {opacity: 1; -webkit-transform:scale(1);}
}
div#modal div:target .modal_window {
	-webkit-animation-name: modalScale;
  	-webkit-animation-duration: 1s;
  	-webkit-animation-iteration-count: 1;
	-webkit-transform:scale(1);
	opacity: 1;
	display: block;
}

.compo_btm01{
	background:url(img/composite_btm.jpg) no-repeat center 0;
	background-size:cover;
	padding:20px 18px;
}
.compo_btm01.lesson{
	background:url(img/lesson_img06.jpg) no-repeat center 0;
	margin-bottom:30px;
}
.compo_btm01.lesson p.btm_txt{
	width:72%;
	margin:0 auto;
	font-size:18px;
	text-align:left;
}

.compo_btm01.v2{
	margin-bottom:30px;
}
.compo_btm01 .bg_bk{
	background-color: rgba( 0, 0, 0, 0.6);
	color:#fff;
	padding:24px;
}
.compo_btm01 .bg_bk.v2{
	padding:24px 100px;
	text-align:left;
	font-size:16px;
}
.compo_btm01 .bg_bk.v3{
	padding:0 50px 24px;
}
.compo_btm01 .bg_bk.v4{
	padding:38px 42px;
}
.compo_btm01 .underline{
	display:block;
	padding-bottom:12px;
	border-bottom:1px solid #9b9b9c;
}
.compo_btm01 .bg_bk .text_box{
	line-height:2.0;
	margin-bottom:28px;
}
.compo_btm01 .bg_bk .text_box2{
	margin-bottom:28px;
	text-align:left;
	font-size:16px;
}
.compo_btm01 .bg_bk .tit{
	font-size:20px;
	margin-left:-0.5em;
}
.compo_btm01 dl{
	font-size:18px;
	text-align:left;
	width:80%;
	margin:0 auto 10px;
}
.compo_btm01 dt{
	float:left;
	clear:left;
	width:250px;
}
.compo_btm01 dd{
	padding-left:400px;
}
.compo_btm01 .memo{
	font-size:16px;
	text-align:left;
	width:80%;
	margin:0 auto;
}
.bg_bk_in{
	background:url(img/bg01.png) repeat 0 0;
	padding:30px 50px;
}
.bg_bk_in .exam_box{
	float:left;
	margin-right:88px;
	text-align:center;
	position:relative;
	padding-top:50px;
}
.bg_bk_in .exam_box img.type{
	position:absolute;
	top:0;
	left:50%;
	margin-left:-15px;

}

.link_box{
	margin:30px 0 20px;
}


.bg_bk_in .exam_box.last{
	margin-right:0;
}
.exam_tit2{
	font-size:20px;
	text-align:left;
	margin-bottom:28px;
}
.exam_txt{
	font-size:14px;
	text-align:left;
}
.bg_bk_in .exam_box img{
	margin-bottom:15px;
}








/* about */
#top_img.about{
	height:324px;
	background:url(img/top_img.jpg) repeat-x center 0;
}
.about_box{
	height:976px;
	background:url(img/about_img.png) no-repeat 0 0;
	position:relative;
	margin-bottom:50px;
}
.about_box .btn_a{
	position:absolute;
}
.about_box .btn_a.a01 {
	top:294px;
	left:190px;
}
.about_box .btn_a.a02 {
	top:294px;
	left:564px;
}
.about_box .btn_a.a03 {
	bottom:122px;
	left:109px;
}
.about_box .btn_a.a04 {
	bottom:122px;
	left:646px;
}

/* book */
p.book_tit{
	color:#fff;
	font-size:26px;
	background:#464646;
	margin-bottom:44px;
	height:72px;
	line-height:72px;
}

.imgBox{
	padding:0 3%;
	width: 94%;
}
.imgBox .box_in{
	padding-bottom:55px;
}
.imgBox .mainImg{
	width:40.5%;
	height:auto;
	float:left;
}
.imgBox .mainImg img{
	width:100%;
	height:auto;
	margin-bottom: 2px;
}
.imgBox .mainImg span{
	font-size:15px;
	display:inline-block;
	height:37px;
	line-height:37px;
	float:left;
	text-align: left;
	padding: 0 3%;
}
.imgBox .mainImg span.cat{
	background:#4e5e56;
	color:#fff;
	width:50%;
	margin-right:0.5%;
}
.imgBox .mainImg span.color{
	background:#ccc;
	width:37%;
}
.imgBox .subImg{
	float: right;
	width: 56%;
}
.imgBox .subImg span.cat{
	font-size:13px;
	display:block;
	line-height:1.0;
	text-align: left;
	padding:10px 15px;
	background:#4e5e56;
	color:#fff;
	margin-bottom: 2px;
}

.imgBox .subImg .cf{
	padding-bottom: 10px;

}
.imgBox .subImg .cf img{
	width:33%;
	height:auto;
	float:left;
	margin-right: 0.5%;
	cursor:pointer;
}
.imgBox .subImg .cf img:last-child{
	margin-right: 0;
}

.imgBox .subImg p{
	text-align: right;
	font-size: 12px;
}
#handling{
	text-align: left;
	padding: 0 50px 50px;
}
#handling dl{
	padding-bottom: 50px;
	font-size: 15px;
}
#handling dl dt{
	width: 90px;
	float: left;
	clear: left;
}
#handling dl dd{
	padding-left: 100px;
	margin-bottom: 10px;
}
#handling dl dd ul{
	margin-bottom: 1em;
}
#handling .handling_img{
	padding: 0 80px;
}
#handling .handling_img img{
	width: 340px;
	height: auto;
}


#shop {
    position:absolute;
    left: 10px;
	z-index:997;
	margin-top:93px;
}
#shop a {
    text-decoration: none;
    color: #fff;
    width: 150px;
    padding:15px 10px;
    text-align: left;
    display: block;
	background:rgba(0,0,0,0.7) url(img/icon_cart.png) no-repeat 89% 73%;
	background-size:30px auto;
}
#shop a:hover{
    text-decoration: none;
	background:rgba(0,0,0,0.4) url(img/icon_cart.png) no-repeat 89% 73%;
	background-size:30px auto;
}

#shop span.text{
	display:block;
	margin-bottom:7px;
	font-size:11px;
	line-height:1.3;
}

#shop span.btn{
	display:block;
	font-size:14px;
	border:1px solid #fff;
	padding:3px 7px;
	line-height:1.0;
}
#shop span.block{
	display:block;
}

/* book slider1 */
#book_slide1{
	width:970px;
	margin:0 auto 50px;
	position:relative;
}
#book_slide1 .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 111px;
	outline: 0;
	width: 62px;
	height: 62px;
	text-indent: -9999px;
	z-index: 996;
}
#book_slide1 .bx-wrapper .bx-controls-direction a.bx-prev{
	background: url(img/slide_arrow_l.png) no-repeat;
	left:-31px;
}
#book_slide1 .bx-wrapper .bx-controls-direction a.bx-next{
	background: url(img/slide_arrow_r.png) no-repeat;
	right:-31px;
}

#book_slide1 .bx-pager.bx-default-pager {
	display: none;
}

#book_slide1 .bx-wrapper .bx-prev:hover,
#book_slide1 .bx-wrapper .bx-next:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}

/* book slider2 */
#book_slide2{
	width:970px;
	margin:0 auto 80px;
	position:relative;
}
#book_slide2 .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 44px;
	outline: 0;
	width: 62px;
	height: 62px;
	text-indent: -9999px;
	z-index: 996;
}
#book_slide2 .bx-wrapper .bx-controls-direction a.bx-prev{
	background: url(img/slide_arrow_l.png) no-repeat;
	left:-31px;
}
#book_slide2 .bx-wrapper .bx-controls-direction a.bx-next{
	background: url(img/slide_arrow_r.png) no-repeat;
	right:-31px;
}

#book_slide2 .bx-pager.bx-default-pager {
	display: none;
}

#book_slide2 .bx-wrapper .bx-prev:hover,
#book_slide2 .bx-wrapper .bx-next:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}

#book_slide2 span{
	font-size:15px;
}
.book_menu_wrap{
	margin-bottom: 50px;
}
.book_menu_wrap .menu_btn{
	display: block;
	width: 430px;
	height: 300px;
	position: relative;
	padding: 0 25px;
}
.book_menu_wrap .menu_btn:hover{
	opacity: 0.7;
}
.book_menu_wrap .menu_btn p{
	background:rgba( 255, 255, 255, 0.6);
	width: 431px;
	position:absolute;
	top: 50%;
	margin-top: -66px;
	padding: 30px 0;
}
.book_menu_wrap .menu_btn p span{
	display: block;
	font-size: 28px;
}
.book_menu_wrap .menu_btn.mb01{
	float: left;
	background: url(img/book_menu01.png) no-repeat 0 0;
}
.book_menu_wrap .menu_btn.mb02{
	float: right;
	background: url(img/book_menu02.png) no-repeat 0 0;
}
.book_menu_in{
	width: 975px;
}
.book_menu_in p{
	line-height:2.1;
}
.book_menu_in p.text1{
	padding:30px 0;
}
.book_menu_in p.text2{
	padding:50px 0;
}
.book_menu_in img{
	width: 100%;
	height: auto;
}


#nationwide{
	padding: 50px 70px;
}
#nationwide .tit{
	width: 220px;
	height: auto;
}
#nationwide .client span{
	display: block;
	font-size: 16px;
	padding: 0 0 15px;
}
#nationwide .client p{
	text-align: left;
	font-size: 10px;
}

.img04_box{
	width:970px;
	margin:0 auto 80px;
}
.print_box{
	width:950px;
	margin:0 auto;
}
.print_box .box_in1{
	margin-bottom:30px;
	width:50%;
}
.print_box .box_in1 img{
	margin-bottom:18px;
	float:left;
}
.print_box .box_in2 img{
	float:left;
	margin-right:2px;
	margin-bottom:20px;
}
.print_box .box_in2 img.last{
	margin-right:0;
}
a.btn_s{
	display:inline-block;
	margin:20px 0 100px;
}
/* form */
#top .form_tel{
	display:inline-block;
	position:relative;
}
#top span{
	font-size:14px;
	display:inline-block;
	position:absolute;
}
#top span.s1{
	top:15px;
	left:422px;
}
#top span.s2{
	top:35px;
	left:422px;
}
#form{
	width:760px;
	margin:0 auto;
	font-size:15px;
	padding-bottom:20px;
	border-bottom:1px solid #e2e2e2;
	margin-bottom:100px;
}
#form .h_text{
	text-align:left;
	padding:23px 0 15px;
	border-bottom:1px solid #e2e2e2;
}
#form table{
	width:100%;
	margin:20px 0;
}
#form table tr span{
	display:inline-block;
}
#form table tr th{
	width:240px;
	font-size:15px;
	padding: 15px 0;
	text-align: left;
	vertical-align: middle;
}
#form table tr th span.text{
	display:block;
	font-size:12px;
}
#form table tr th span.must{
	font-size:15px;
	color:#e60012;
}

#form table tr td{
	padding: 15px 0;
	text-align: left;
}
#form table tr td span.memo{
	font-size:11px;
	display:block;
    padding-top: 5px;
}

#form td input[type="text"],
#form td select {
	font-size:15px;
	height: 24px;
	padding: 0 6px;
	border: 1px #c6c6c6 solid;
	background:#fff;
	outline: none;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
#form td textarea{
	width:520px;
	height:100px;
	border: 1px #c6c6c6 solid;
	background:#fff;
	outline: none;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.error_messe{
	margin-bottom:5px;
	color:#F00;
}
#form input.form_send {
	width: 226px;
	height: 37px;
	font-size: 18px;
	line-height: 35px;
	color: #fff;
	background:#040000 url(img/arrow_d.png) no-repeat 28px center;
	cursor: pointer;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	opacity: 1;
	outline:none;
}
#form input.form_back{
	width: 226px;
	height: 37px;
	font-size: 18px;
	line-height: 35px;
	color: #fff;
	background:#666;
	cursor: pointer;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	opacity: 1;
	outline:none;
}
#form input.form_send:hover ,
#form input.form_back:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
#form td.w520 select{
	width:520px;
}
#form td.w240 select{
	width:240px;
}
#form td.w250 input[type="text"]{
	width:250px;
}

#form td.day select {
	margin:0 4px 0 10px;
}
#form td.day span {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
p.thanks{
	width:690px;
	padding:30px;
	border:1px solid #ccc;
	margin:30px auto 100px;
}
/* soudan */


/* access */
.access_box{
	width:830px;
	margin:0 auto 30px;
	text-align:left;
	position:relative;
}
.access_box h2,
.access_box h3{
	font-size:20px;
}
.access_box p{
	font-size:14px;
	line-height:26px;
}
.access_box .left{
	width:400px;
	float:left;
}
.access_box .right{
	width:400px;
	float:right;
}

.access_box .left .icon{
	display:inline-block;
	width:188px;
	height:27px;
	color:#fff;
	text-align:center;
	font-size:16px;
	line-height:27px;
	background:#000 url(img/arrow_d.png) no-repeat 16px center;
	background-size:9px auto;
	position:absolute;
}
.access_box .left .icon:hover{
	text-decoration:none;
}
.access_box .left .icon.print{
	bottom:5px;
	left:0;
}
.access_box .left .icon.map{
	bottom:5px;
	left:196px;
}

#map_canvas.acc{
	width:830px;
	margin:0 auto 100px;
}
#map_canvas.acc #map {
	width:100%;
	height:450px;
}

.access_box .left .icon.print:after {
    position: absolute;
    right: 10px;
    content: "";
    width: 20px;
    height: 24px;
    background: url(img/icon_p.png) no-repeat 0 center;
}

.access_box .left .icon.map:after {
    position: absolute;
    right: 10px;
    content: "";
    width: 20px;
    height: 24px;
    background: url(img/icon_g.png) no-repeat 0 center;
}


/* privacy */
#privacy{
	padding:0 20px;
	text-align:left;
	font-size:14px;
	line-height:26px;
}
#privacy .text{
	padding:40px 0 60px;
}
#privacy .text a{
	color:#00c1de;
	text-decoration:underline;
}
#privacy .text a:hover{
	text-decoration:none;
}
#privacy dl{
	padding:40px 0 60px;
}

#privacy dl dd{
	padding-bottom:40px;
}

.name{
	float:none!important;
	padding-bottom:15px;
}




.tab{overflow:hidden;}
.tab li{background:#ccc; padding:5px 25px; float:left; margin-right:1px;}
.tab li.select{background:#eee;}
.content li{background:#eee; padding:20px;}
.hide {display:none;}





/* company */
#company dl.com{
	font-size:14px;
	padding:0 85px;
}
#company dl.com dt{
	float:left;
	clear:both;
	width:120px;
	background:#5e5e5e;
	color:#fff;
	padding:4px 0;
}
#company dl.com dd{
	margin-bottom:18px;
	text-align:left;
	padding-left:180px;
}
#company .dl_in span.cat{
	background:#e8e8e8;
	padding:4px 15px;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	color:#353535;
	display:inline-block;
	margin-bottom:5px;
}
#company .dl_in p{
	padding-bottom:25px;
}
#company a.text{
	color:#d82a6b;
}
#company a.text:hover{
	text-decoration:underline;
}
#map_canvas.com{
	width:100%;
	height:360px;
	margin-bottom:20px;
}
#map_canvas.com #map {
	width:100%;
	height:360px;
}
.map_txt {
	width:610px;
	text-align: left;
	line-height: 1.5;
}
.com_btn{
	position:relative;
	margin-bottom:68px;
}
.com_btn .icon{
	display:inline-block;
	width:188px;
	height:27px;
	color:#fff;
	text-align:center;
	font-size:16px;
	line-height:27px;
	background:#000 url(img/arrow_d.png) no-repeat 16px center;
	background-size:9px auto;
	position:absolute;
}

.com_btn .icon.print{
	top:0;
	left:0;
}
.com_btn .icon.map{
	top:0;
	left:196px;
}

.com_btn .icon.print:after {
    position: absolute;
    right: 10px;
    content: "";
    width: 20px;
    height: 24px;
    background: url(img/icon_p.png) no-repeat 0 center;
}

.com_btn .icon.map:after {
    position: absolute;
    right: 10px;
    content: "";
    width: 20px;
    height: 24px;
    background: url(img/icon_g.png) no-repeat 0 center;
}

/* photoshoot */
#shoot .tit{
	font-size:26px;
	padding-bottom:35px;
}
p.bg_black{
	color:#fff;
	font-size:24px;
	background:#464646;
	height:72px;
	line-height:72px;
	margin-bottom:38px;
}
#shoot p.text{
	line-height:38px;
}
.shoot_box{
	width:889px;
	margin:0 auto 28px;
	border:2px solid #646464;
}
.shoot_box.last{
	margin:0 auto 55px;
}
.shoot_box .text_box{
	width:720px;
	margin:0 auto;
	text-align:left;
	padding:20px 35px;
}
.shoot_box .text_box p{
	margin-bottom:20px;
}

.shoot_box .text_box span{
	display:block;
}

.shoot_box span.bg_black2{
	color:#fff;
	background:#4e5e56;
	height:36px;
	line-height:36px;
	padding-left:35px;
	margin-bottom:5px;
}
.shoot_box .text_box span.note{
	font-size:16px;
	padding-bottom:20px;
}

.shoot_box2{
	padding:40px 95px;
}
.shoot_box2 .left{
	float:left;

}
.shoot_box2 img.right{
	float:right;
}
.shoot_box2 img.right.mgnt02{
	margin-top:-80px;
}
.shoot_box2 img.right.mgnt03{
	margin-top:-220px;
}


.shoot_box2 .number{
	float:left;
	display:inline-block;
	width:40px;
	height:40px;
	line-height:40px;
	background:#646464;
	color:#fff;

}
.shoot_box2 .text2{
	float:left;
	padding:6px 0 0 27px;
	text-align:left;
}

.shoot_box2 .border{
	display:block;
	text-align:center;
	border:1px solid #5f5f5f;
	width:498px;
	height:58px;
	line-height:60px;
	margin-top:20px;
}
.shoot_box2 .bg{
	background:url(img/shoot_img04.png) no-repeat 0 0;
	display:block;
	text-align:center;
	width:500px;
	height:75px;
	line-height:60px;
	margin:20px 0 5px;
}

.shoot_box2 span.bg_black2{
	display:block;
	text-align:center;
	width:500px;
	color:#fff;
	background:#4e5e56;
	height:60px;
	line-height:60px;
	margin-bottom:20px;
}
#shoot .bar_box{
	width:895px;
	margin:0 auto 12px;
}
#shoot .bar_box.last{
	margin:0 auto 32px;
}

#shoot .bar{
	background:#646464;
	height:36px;
	line-height:36px;
	margin:0 auto;
}
#shoot .bar span{
	display:inline-block;
	color:#fff;
}
#shoot .bar span.left{
	font-size:24px;
	font-weight:bold;
	float:left;
	padding-left:52px;
}
#shoot .bar span.right{
	font-size:16px;
	float:right;
	padding-right:52px;
}
#shoot .title{
	font-weight:bold;
	margin-bottom:10px;
}
#shoot .bar_text{
	text-align:left;
	padding:18px 52px;
}

#service{
	padding:0 45px 60px;
}
.indent{
	text-indent:-1em;
	padding-left:1em;
	display:block;
}
.service_in{
	padding:0 50px 0;
	margin-bottom:45px;
}
.service_in.first{
	padding:0 50px 38px;
	border-bottom:1px solid #ababab;
	margin-bottom:40px;
}
.service_in .icon {
    display: block;
    width: 486px;
    height: 37px;
    color: #fff;
    text-align: center;
    line-height: 37px;
    background: #000 url(img/arrow_d.png) no-repeat 21px center;
    background-size: 9px auto;
	margin:0 auto 30px;
}

.service_border{
	border:2px solid #646464;
	padding:20px;
	text-align:left;
}
.service_border p.title{
	font-size:20px;
	font-weight:bold;
	position:relative;
	border-bottom:1px solid #ababab;
	padding-bottom:15px;
}

.service_border p.title span{
	display:inline-block;
	color:#fff;
	background:#3b3b3b;
	width:140px;
	height:40px;
	line-height:40px;
	text-align:center;
	position:absolute;
	top:0;
	right:0;
}
.service_border p.text{
	font-size:16px;
	line-height:1.7!important;
}
.service_border p.text span{
	font-size:15px;
	font-weight:bold;
}


/* studio */

#studio .photo_box{
	margin-bottom:50px;
}
#studio .photo_box img{
	width:49.8%;
}
.studio_box{
	padding:30px 45px 45px;
}
.studio_box .left{
	width:510px;
	float:left;
	text-align:left;
}
.studio_box .left dl{
	font-size:16px;
}
.studio_box .left dt{
	text-align:center;
	width:130px;
	height:36px;
	background:#5e5e5e;
	color:#fff;
	line-height:36px;
	float:left;
	clear:both;
}
.studio_box .left dd{
	margin-bottom:30px;
	padding-left:140px;
}
.studio_box .left .note{
	font-size:14px;
}
.studio_box .left .note.border{
	padding-bottom:40px;
	border-bottom:1px solid #ababab;
	margin-bottom:40px;
}

.studio_box .title{
	font-size:16px;
	text-align:left;
	margin-bottom:5px;
}
.studio_box ol{
	padding-left:2em;
	margin-bottom:50px;
}

.studio_box ol li{
	font-size:14px;
	text-align:left;
	list-style:decimal;
	line-height:2.0;
}

p.bg_black.noMgn{
	margin-bottom:0;
}

.icon_s{
    display: block;
    width: 468px;
    height: 37px;
    color: #fff;
    text-align: center;
    line-height: 37px;
    background: #000 url(img/arrow_d.png) no-repeat 21px center;
    background-size: 9px auto;
    margin: 0 auto 30px;
}
.icon_s.lesson{
    margin: 0 auto 40px;
}

.icon_s.models{
    width: 410px;
    margin: 0 auto 10px;
    float: right;
}

.icon_s_b{
	display:inline-block;
	width:965px;
	color:#000000;
	text-align:right;
	margin-left:10px;
	font-size:16px;
}




#schedule {
    position:fixed;
    left: 10px;
	bottom:20px;
	z-index:999;
}
#schedule a {
    text-decoration: none;
    color: #fff;
    padding:15px 10px 15px 20px;
    text-align: left;
    display: block;
	background:rgba(0,0,0,0.7) url(img/arrow_d.png) no-repeat 10px center;
	background-size:8px auto;
}
#schedule a:hover{
    text-decoration: none;
	background:rgba(0,0,0,0.4) url(img/arrow_d.png) no-repeat 10px center;
	background-size:8px auto;
}

#schedule span.btn{
	display:block;
	font-size:14px;
	line-height:1.3;
	padding-left:8px;
}
#schedule span.block{
	display:block;
}

/* # 追加css フォトシュートページ用 */
.photoshoot_new {
	margin: -39px 0 0;
	position: relative;
	z-index: 995;
}

.photoshoot_new__item {
	display: block;
	width: 100%;
}

.photoshoot_new__item img {
	vertical-align: middle;
}

/* .photoshoot_new__item.is-float {
	position: relative;
}

.photoshoot_new__item.is-float img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: none;
	width: 100%;
	height: auto;
} */

.photoshoot_new__item.is-double {
	display: flex;
}

.photoshoot_new__item.is-double .photoshoot_new__item__img {
	flex: 0 0 50%;
}

.photoshoot_new__item.is-double .photoshoot_new__item__img img {
	width: 100%;
	height: auto;
}