

/*=================================================
初期設定
===========================*/
html,body { height:100%; }
body {background: #fff; }
img.fix{ width: 100%; height: auto; -ms-interpolation-mode: bicubic;}
a[href^="tel:"] { cursor: default; }
ul{ padding: 0; }
ul li{ list-style: none; }
table{ width: 100%; }



/*=================================================
初期設定(文字サイズ)
===========================*/
html { font-size: calc(112.5% + 0.25vw) }
h1 { font-size: 2em; }



/*=================================================
(メモ)ブログ設定
===========================*/

#blog-header {
	border-radius: 4px 4px 0 0;
	height: 160px;
	/*background-color: #287cba;
	background-image: -webkit-radial-gradient(left top, ellipse cover, #2e8fc4 0%, #287cba 100%);
	background-image:    -moz-radial-gradient(left top, ellipse cover, #2e8fc4 0%, #287cba 100%);
	background-image:     -ms-radial-gradient(left top, ellipse cover, #2e8fc4 0%, #287cba 100%);
	background-image:         radial-gradient(left top, ellipse cover, #2e8fc4 0%, #287cba 100%);*/
	position: relative;
	background-image:url(http://photopoto.net/shr/blog.png);
	background-position: 0 right;
	background-repeat: no-repeat;
	background-size: contain;
}

#blog-title {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    padding-bottom: 4px;
    text-shadow: 0 0 3px rgba(5, 5, 5, 0.3);
}



/*=================================================
共通設定
===========================*/
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
.con_ttl{background: url(../img/ttl_line.jpg) bottom center no-repeat; padding-bottom: 20px; text-align: center; font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif; font-size: 20px !important;}
.mintyo{font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif; }

.link_left{background: url(../img/arr01.png) 0 50% no-repeat; font-size: 10px; padding-left: 10px;}
.red{ color: #c30000; }
.bor{ border: #ccc 1px solid; padding: 20px; }

a img{opacity: 1; -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out;}
a:hover img{opacity: .5;}

.bgy{ background: #f7f4ee; }
.bgdy{ background: #94938C; color: #fff; }
.bgw{ background: #fff;}

.btn-list a{
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	background-color: #a7994e;
	color: #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
	width: 100%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.btn-list a:hover {
	background-color: #5D5854;
}
.btn-list a span{background: url(../img/arr02.png) 0 50% no-repeat; background-size: 5%; padding-left: 20px;}

/*bootリセット*/
.navbar{ margin-bottom: 0; }


/*=================================================
下層ページ共通
===========================*/
/*パンくず*/
#pan{ text-align: right; font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue","Helvetica","Arial","游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ ゴシック",sans-serif; font-weight: normal; overflow: hidden;}
#pan a{ color: #fff; }
.b_arrow{display: inline-block;
    margin: 0 2px 0 6px;
    width: 0;
    height: 0;
    position: relative;
    top: -1px;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    -moz-transition: border-left .4s ease;
    -o-transition: border-left .4s ease;
    -webkit-transition: border-left .4s ease;
    transition: border-left .4s ease;
    border-left: 5px solid #fff;}

/*コンテンツタイトル*/
.conttl { text-align: center; border-bottom: #A7994E 3px solid; margin-bottom: 30px;}
.conttl h1{letter-spacing: 0.4em; margin-bottom: 10px; font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}
.conttl p{line-height: 2.3; font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}




/*=================================================
下層ページ・01採用情報
===========================*/
.recruit h1{ font-size: 1.2em; line-height: .5;}
.recruit h2{ font-size: 1em; }
.recruit .bor{ padding: 10px; text-align: center; border-color: #A7994E; margin-bottom: 20px; }
.recruit table th, .recruit table td {letter-spacing: 0.02em; line-height: 2.8; border-bottom: 1px solid #767676; line-height: 2em; padding: 10px 20px;}
.recruit_btn{ text-align: center; padding-top: 30px; }
.recruit_btn a{  background-color: #A7994E; color: #fff; padding: 10px 20px; display: inline-block;}
.recruit_btn a:hover{ text-decoration: none; background-color: #716731; }


/*=================================================
下層ページ・02代表挨拶
===========================*/
.message p{ line-height: 2.8; }


/*=================================================
header
===========================*/
#heder_area{ position: relative; height: 82px;}
#he_pc .fl{ position: absolute; left: 0; }
#he_pc .fr{ position: absolute; right: 0; }
.navbar-brand{ padding: 0; vertical-align: }
.he_line{ border-bottom: #313131 1px solid;}

table.he_info th , table.he_info td { height: 82px; }

/*PC*/
#he_pc ul li{ float: left; padding-top: 10px; }
#he_pc ul li a{ font-size: .85em; display: inline-block; padding: 0 20px 5px; color: #000;}
#he_pc ul li a:hover{ text-decoration: none; color: #ae9300;}
#he_pc ul li a.active{ color: #A7994E;}

.navpc{ border-bottom: #D6D1BC 4px solid; }
.hepc_lan a{ background: url(../img/arr.gif) 0 50% no-repeat; color: #000; padding-left: 15px;}
.hepc_lan a:hover , a.on{ background: url(../img/arr_on.gif) 0 50% no-repeat; color: #7c6000; }

.logo_pc{ width: 80px; height: auto; margin-top: 2px; }
.logot_pc{ width: 380px; height: auto; }

/*SP*/
.sp_dis .navbar-brand{ float: none; }
/*.navbar-nav{
	box-shadow:0px 0px 6px 3px #dedede;
	-moz-box-shadow:0px 0px 6px 3px #dedede;
	-webkit-box-shadow:0px 0px 6px 3px #dedede;
}*/
.nav > li{ z-index: 1;  background: #fff; border: #ddd 1px solid;}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus ,
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{ background-color: #A7994E; }

.logo_sp{ height: 55px; width: auto; }







/*======================================
メイン画像・カルーセル
===========================*/
#main_img{ height: 500px; background: #fff; }
.main01_area{ background: url(../img/main01.jpg) center top no-repeat; background-size:contain; height: 500px; z-index: 999; }/*contain/cover*/
.main02_area{ background: url(../img/main02.jpg) center top no-repeat; background-size:contain; height: 500px; z-index: 999;}

@media (min-width: 1000px) {
	.main01_area{ background: url(../img/main01_big.jpg) center top no-repeat; }
	.main02_area{ background: url(../img/main02_big.jpg) center top no-repeat; }
}


/*テキスト画像*/
#main_txt_box{position: relative; background: #f7f4ee;}
#main_txt{ text-align: center; z-index: 99; position: absolute; bottom:-150px;
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 22%, rgba(255,255,255,1) 51%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 22%,rgba(255,255,255,1) 51%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 22%,rgba(255,255,255,1) 51%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

@media (max-width: 660px) {
	#main_txt img{ width: 100%; height: auto; }
}

.main01_area:after{background-image: url("../img/main01_fu.png"); width: 300px; height: 101px; max-width: 90%;}
.main01_area.en:after{background-image: url("../en/img/main01_fu.png"); width: 300px; height: 101px;}
/*.main02_area:after{background-image: url("../img/main02_fu.png"); width: 200px; height: 200px;}*/

.main01_area:after , .main02_area:after{
	position: absolute;
	background-position: 0 0;
	background-size: 100%;
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	content: "";
    -webkit-animation-name: slideIn, hovering;
    animation-name: slideIn, hovering;
    -webkit-animation-duration: 2s, 3s;
    animation-duration: 2s, 3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-delay: 1s, .1s;
    animation-delay: 1s, .1s;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-direction: normal, normal;
    animation-direction: normal, normal;
}
@-webkit-keyframes hovering{
	0%{-webkit-transform:translate(0,0px);transform:translate(0,0px)}
	50%{-webkit-transform:translate(0,4%);transform:translate(0,4%)}
	100%{-webkit-transform:translate(0,0px);transform:translate(0,0px)}
}
@keyframes hovering{
	0%{-webkit-transform:translate(0,0px);transform:translate(0,0px)}50%{-webkit-transform:translate(0,4%);transform:translate(0,4%)}
	100%{-webkit-transform:translate(0,0px);transform:translate(0,0px)}
}

@-webkit-keyframes slideIn{
	0%{-webkit-transform:translate(0,-600px);transform:translate(0,-600px)}
	100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}

@keyframes slideIn{
	0%{-webkit-transform:translate(0,-600px);transform:translate(0,-600px)}
	100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}

/*画像１*/
.main01_area:after{top:11%; left: 10%; }
@media (max-width: 350px) {
	.main01_area:after{width: 200px; height: 101px;  max-width: 80%;}
}


/*画像２*/
@media (max-width: 479px) {
	/*479以下の場合*/
	.main02_area:after{ top:11%; left: 44%; }
}

@media (min-width: 480px) {
	/*480以上の場合*/
	.main02_area:after{ top:11%; left: 44%; }
}
@media (min-width: 500px) {
	.main02_area:after{ top:11%; left: 46%; }
}
@media (min-width: 550px) {
	.main02_area:after{ top:11%; left: 48%; }
}
@media (min-width: 600px) {
	.main02_area:after{ top:11%; left: 50%; }
}
@media (min-width: 650px) {
	.main02_area:after{ top:11%; left: 53%; }
}
@media (min-width: 700px) {
	.main02_area:after{ top:12%; left: 55%; }
}
@media (min-width: 750px) {
	.main02_area:after{ top:13%; left: 58%; }
}

@media (min-width: 768px) {
  .main02_area:after{ top:15%; left: 60%; }
}
@media (min-width: 850px) {
  .main02_area:after{ top:15%; left: 62%; }
}

@media (min-width: 992px) {
  .main02_area:after{ top:15%; left: 70%; }
}

@media (min-width: 1200px) {
  .main02_area:after{ top:15%; left: 70%; }
  #main_txt img{bottom: -100px; left: 0; right: 0; margin: 0 auto;}
}
@media (min-width: 1500px) {
	.main02_area:after{ top:25%; left: 70%; }
	#main_txt img{ bottom: -200px; }
	#main_txt{ bottom: -250px; }
	#top_main_con{ padding-top: 280px; }
}
@media (min-width: 1900px) {
	.main02_area:after{ top:35%; left: 70%; }

  /*共通*/
  #main_txt img{ bottom: -300px;}
  /*#main_txt{ bottom: -250px; }*/
}


/*======================================
TOP・コンテンツ
===========================*/
#top_main_con{ padding-top: 180px; }
#news{ padding: 2% 5%; }
#news h1{ border-bottom :#a7994e 3px solid; font-size: 1.2em; padding-bottom: 2%;}
#news dl{ width: 100%; margin: 0; }
#news dt , #news dd{ }
#news dt{ font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif; padding-top: 5px; color: #757575; font-size: 12px; }
#news dd{ border-bottom: #ccc 1px dotted; padding: 5px 0; }

.linkbtn img{ border: #fff 5px solid; }
.col-xs-6{ padding-left: 0; padding-right: 0; }



/*======================================
メールフォーム
===========================*/
#contact{ background: #f1f9fd; margin: 30px 0; padding: 30px 0; }
.well{ margin: 30px 0; }
#contact table{ width: 100%; }
#contact table th{ width: 20%; }

/*確認*/
table.table{ border-bottom: #ddd 1px solid; }

.about_mail{ width: 150px; height: auto; padding-left: 15px; }


/*======================================
フッターナビ
===========================*/
#footer01{ background-color: #c2b883; text-align: center; padding: 20px 0; color: #fff; font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;}
#footer01 a{color: #fff;}

/*SP用*/
#footer01 .sp_dis a{ display: block; border-bottom: #fff 1px solid; padding: 5px 0 }
#footer01 .sp_dis a:hover{ background-color: #a7994e; }

#footer02{ color: #fff; background-color: #a7994e; padding: 10px 0; text-align: center; }


/*======================================
ページTOP
===========================*/
#page-top{
  display: block;
  position: fixed;
  z-index: 9999;
  bottom: 50px;
  right: 0;
  width: 50px;
  /*padding: 20px 10px;*/
}
#page-top img{ width: 100%; height: auto; }
/*#page-top:hover{
  background: rgba(0,0,0,.8);
}*/


/*======================================
ファーストページ
===========================*/
.first_body{
	position:fixed;
	z-index: 9999;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    }

.first_body{ height: 100%; width: 100%; }
#first_bg{ width: 100%; height: 100%; display: block; background: url(../img/main01.jpg) center bottom no-repeat; background-size:cover; }
#first_con{ width: 100%; background-color: rgba( 211, 204, 167, 0.55 ); padding: 30px 0 ;}
.fr-size{ padding: 0 20px 0; }

@media (max-width: 480px) {
	#main_txt_box.en{height: 0;}
	.en #main_txt{  bottom: 0; }
	#top_main_con.en{ padding-top: 30px; }
}

@media (min-width: 480px) {
	/*480以上の場合*/
	img.fr-size {width: 50%; height: auto;}
}
@media (min-width: 980px) {
	/*980までの場合*/
	img.fr-size {width: 40%; height: auto;}
}


/*===========================
モバイル設定
===========================*/
.sp_dis , .he_sp_dis { display: none; }
.pc_dis , .he_pc_dis { display: block; }



/*767からMAXまで*/
@media (min-width: 767px) {
	/*#fot_nav{ height: 60px; }*/
	img.fot_btn , img.fot_tel{  max-height: 60px; width: auto;}
	.fot_btn_td{ background: #e0e2c7; text-align: center; }
	img.fot_tel{ padding: 0 20px ; }

	#contact table th , #contact table td{ padding: 10px; }
}

/*headerのみ*/
@media (max-width:1050px) {
	.main01_area , .main02_area{background-size:cover; }
}
@media (max-width:767px) {
	/*767以下の場合*/
	p.hetexst{ background: #E13390; }
	.he_pc_dis{ display: none; }
	.he_sp_dis{ display: block; }
}
@media (min-width:451px) {
	.spH{display: none;}
	.spW{display: block;}
	.spW img{height: 100%; width: auto;}
}
@media (max-width:480px) {
	.main01_area{ background-position: 70% top; }
	.main02_area{ background-position: 50% top; }
}
@media (max-width:450px) {
	.spH{display: block;}
	.spW{display: none;}
	.navbar-toggle{ margin-top: 0; }
}


/*headerのみここまで*/


/*481からMAXまで*/
@media (min-width: 481px) {
	/*html {min-height: 100%; position: relative; width: 100%; }
	body {margin-bottom: 105px; }
	footer {bottom: 0; height: 105px; position: absolute;  width: 100%; }*/
	#recruit_page{ max-height: 100%; }
}

/*480から0まで*/
@media (max-width: 480px) {
	.pc_dis{ display: none; }
	.sp_dis{ display: block; }
	.sp_left{ float: left; }
	.sp_right{ float: right; }
	.sp_fix{ width: 100%; height: auto; }

	.header_logo img{ width: 50%; height: auto; }
	#prof .container h2 img{ max-width: 390px; width: 80%; height: auto; }
	#studio_1st , #studio_2st , .studio_txt p{ background:none; }



	#flow table tr{ display: block; }
	#flow table th{ /*display: list-item;*/ border: none;}
	#flow table td{ display: list-item; list-style: none;}

	#contact table tr{ display: block; width: 100%;}
	#contact table th{ padding-bottom: 0 !important; }
	#contact table th , #contact table td{ display: list-item; width: 100%; padding: 10px 0; list-style: none; }

	/*採用情報*/
	.recruit th, .recruit td{width: 100%; display: block; letter-spacing: line-height: 1.8;}
	.recruit th{border-bottom: none !important; padding: 10px 0 5px ; color: #A7994E;}
	.recruit td{ padding-bottom: 10px; }
    /*.recruit tr:first-child th   { border-bottom: 1px solid #ddd; }*/

}

@media (min-width: 1500px) {
	#main_txt{ bottom: -250px; }
	#top_main_con{ padding-top: 280px; }
}







