@charset "UTF-8";

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #666;
	transition: 0.3s;
}
a:hover {
	color: #d08047;
}
header {
	position: relative;
	text-align: center;
	padding: 0 auto;
	z-index: 21;
}



#top_hedder_menu {
	height: 30px;
	/*2001-minor*/
	background: #47290f;
	/*default background: linear-gradient(-135deg, #f18e00, rgba(163,38,4,0.8) 30%, #47290f)*/
}

/*recruit default_募集なしの時の記述*/
.recruit {
	color:#ffffff;/*TOP#ea4e2b OR #c29043　TOP以下#ffffff*/
	/*background:#ea4e2b;default #ea4e2b #c29043*/
	/*border: solid 3px #ea4e2b;線*//*default #ea4e2b #c29043*/
	
}



/*recruit insist_リクルート時にこの記述に差し替え*/
/*.recruit {
	color:#ffffff;
	background:#ea4e2b;
	border: solid 3px #ea4e2b;
	border-radius: 3px;/*角の丸み
}*/

.top_hedder_menu_list {
	float: right;
	margin-right: 33px;
	margin-top: 5px;
}
#top_hedder_menu li {
	display: inline;
	padding: 0px 5px;
	z-index: 2;
}
#top_hedder_menu li a{
	font-size: 12px;
	color: #ffffff;
	transition: 0.5s;
}
#top_hedder_menu li i{
	font-size: 16px;
	margin-right: -3px;
}
#top_hedder_menu li a:hover {
	opacity: 0.5;
}
#phone-hedder {
	display: none;
}


/*-------------------------------------Nav-menu-------------------------------------*/
.contents__inner {
	width: 100%;
	background: #fff;
	position: absolute;
}
.fixed{
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 50;
	width: 100%;
}
.menu {
	text-align: center;
	font-size: 12px;
	position: relative;
	width: 100%;
	height: 50px;
	max-width: 1000px;
	margin: 0 auto;
	z-index: 20;
}
.menu > li {
	float: left;
	/*navi-width*/
	/*navi項目6個 width: 16.6667%;*/
	/*navi項目7個*/ width: 14.2857%;
	/*navi項目8個width: 12.5%;*/
	height: 50px;
	line-height: 50px;
}
.menu > li a {
	display: block;
	color: #47290f;
}
.menu__none:hover,
.menu__single:hover {
  background: #f9ebdf;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.menu__second-level li {
  border-top: 1px solid #e2b58e;
}
.menu__third-level li {
  border-top: 1px solid #e2b58e;
}
.menu__second-level li a:hover {
  background: #eecdb0;
}
.menu__third-level li a:hover {
  background: #eecdb0;
}
.menu__fourth-level li a:hover {
  background: #eecdb0;
}
.init-bottom:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 0 15px;
  border-right: 1px solid #47290f;
  border-bottom: 1px solid #47290f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-font {
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size: 14px;
	font-weight: bold;
}
.menu:before,
.menu:after {
  content: "";
  display: table;
}
.menu:after {
  clear: both;
}
.menu {
  *zoom: 1;
}
.menu .menu__single img {
	height: 42px;
}


/*  single menu　*/
.menu > .menu__single {
  position: relative;
}
.menu__single .menu__second-level {
  position: absolute;
  top: 40px;
  width: 100%;
  background: #f8e0cb;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  visibility: hidden;
  opacity: 0;
}
.menu__single:hover > .menu__second-level {
  top: 50px;
  visibility: visible;
  opacity: 1;
}



.bg-image {
	background: url('images/bg_domo01.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}
/*-------------------------------------container-------------------------------------*/





/*-------------------------------------dwarf-------------------------------------*/
.section-title {
	font-size: 16px;
	font-weight: bold;
	color: #a6a6a6;
	border-bottom: #aaaaaa solid 1px;
	margin-bottom: 40px;
}
#dwarf {
	background-color: rgba(255,255,255,0.9);
	padding: 15px 30px 50px;
	margin: 30px 0;
	border-radius: 15px;
}
.dwarf-box {
	display: block;
	margin: 0 auto;
	padding: 0 20px;
}
.about-dwf-l {
	width: 40%;
	height: 500px;
	float:  left;
	margin-right: 20px;
}
.about-dwf-l img {
	width: 90%;
	margin-top: 90px;
	opacity: 0.9;
}
.about-dwf-r {
	max-width: 850px;
	height: 500px;
}
.about-dwf-r {
	text-align: justify;
}
.text-right {
	float: right;
	margin-top: 20px;
}


/*-------------------------------------studio-------------------------------------*/
#Studio {
	background-color: rgba(255,255,255,0.9);
	padding: 15px 30px 50px;
	margin: 30px 0;
	border-radius: 15px;
}
.studio-box {
	display: block;
	margin: 0 auto;
	padding: 0 20px;
}
.studio-l {
	width: 40%;
	height: 380px;
	float:  left;
	margin-right: 20px;
}
.studio-l img {
	width: 90%;
	margin-top: 70px;
	opacity: 0.9;
}
.studio-r {
	max-width: 850px;
	height: 380px;
}
.studio-r {
	text-align: justify;
}


/*-------------------------------------stop motion-------------------------------------*/
#StopMotion {
	background-color: rgba(255,255,255,0.9);
	padding: 15px 30px 50px;
	margin: 30px 0;
	border-radius: 15px;
}
.stopm-box {
	display: block;
	margin: 0 auto;
	padding: 0 20px
}
.stopm-block {
	margin: 30px auto 0;
}
.stopm-l {
	width: 49.5%;
	border-right: 1px solid #aaaaaa;
	display: inline-block;
}
.stopm-l p {
	padding-right: 20px;
	text-align: justify;
}
.stopm-r {
	width: 49.5%;
	display: inline-block;
	vertical-align: top;
}
.stopm-r p {
	padding-left: 20px;
	text-align: justify;
}





@media screen and (max-width:800px){
.menu {
	line-height: 6px;
}
.menu-font {
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size: 12px;
	font-weight: bold;
}

	
/*-------------------------------------dwarf-------------------------------------*/
.dwarf-box {
	display: block;
	margin: 0 auto 30px;
	padding: 0 10px;
}
.about-dwf-l {
	float: inherit;
	margin-right: 0px;
	margin: 0 auto;
	height: 140px;
}
.about-dwf-l img {
	width: 100%;
	margin-top: 0px;
}
.about-dwf-r {
	max-width: 800px;
	height: auto;
}

	

/*-------------------------------------studio-------------------------------------*/
.studio-l {
	float: inherit;
	margin-right: 0px;
	margin: 0 auto;
	height: 140px;
}
.studio-l img {
	width: 100%;
	margin-top: 0px;
}
.studio-r {
	max-width: 800px;
	height: auto;
	margin-bottom: 30px;
}
.studio-box {
	margin-bottom: 30px;
	padding: 0 10px;
}
	

/*-------------------------------------stop motion-------------------------------------*/
.stopm-box {
	margin-bottom: 30px;
	padding: 0 10px;
}
.stopm-l {
	width: 49.2%;
}
.stopm-r {
	width: 49.5%;
}
	

}







@media screen and (max-width:580px){
.menu {
	display: none;
}

#top_hedder_menu {
	display: none;
}
#phone-hedder {
	display: block;
	height: 45px;
	background-color: #47290f;
	outline: solid 2px #fff;
}
#phone-hedder p {
	color: #fff;
	padding: 14px 0;
	margin-left: 50px;
}
#container {
	margin-top: 0px;
}

/*-------------------------------------dwarf-------------------------------------*/
.about-dwf-l {
	height: 100px;
	width: 150px;
}
.dwarf-box {
	padding: 0;
}


/*-------------------------------------studio-------------------------------------*/
.studio-l {
	height: 100px;
	width: 150px;
}
.studio-box{
	padding: 0;
}
	
	
/*-------------------------------------stop motion-------------------------------------*/
.stopm-box {
	display: block;
	margin: 0 auto;
	padding: 0;
}
.stopm-block {
	margin: 30px auto 0;
}
.stopm-l {
	width: 100%;
	border-right: none;
	border-bottom: 1px solid #aaaaaa;
	display: block;
}
.stopm-l p {
	padding-right: 0px;
	margin-bottom: 20px;
	text-align: justify;
}
.stopm-r {
	width: 100%;
	display: block;
}
.stopm-r p {
	padding-left: 0px;
	margin: 20px 0 30px;
	text-align: justify;
}
	

	

}






/*------------------------------------max-width 386は、最小の画面幅の時どうしても
表示が崩れてしまう奴にだけcssをかけるように作った奴です。問題なければ、以下消してok-------------------------------------*/
@media screen and (max-width:386px){
#phone-hedder {
	display: block;
	height: 45px;
	background-color: #47290f;
	outline: solid 2px #fff;
}
#phone-hedder p {
	color: #fff;
	padding: 16px 0;
	font-size: 10px;
	margin-left: 50px;
}

/*-------------------------------------dwarf-------------------------------------*/
.img386 {
	display: none;
}



}