@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;
}



/*default background-image: url("../images/B9.png");
	background-color: #fff;*/


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




/*-------------------------------------Text menu-------------------------------------*/
#work-Tmenu {
	text-align: center;
	margin: 17px 0 5px;
}
#work-Tmenu p {
	display: inline-block;
	margin: 5px 10px;
}
#work-Tmenu p a {
	color:#47290f;
}
.work-Tmenu_underbar {
	border-bottom: 1px solid #47290f;
}


/*-------------------------------------Image menu-------------------------------------*/
#work-Imenu {
	background-color: rgba(255,255,255,0.9);
	/*padding: 10px 30px;
	margin-bottom: -20px;*/
	padding:5%0;
	width:99.5%;/*ボックスを少し小さくして、線との繋がりの調整*/
	margin:auto;/*ボックス自体を中央揃えにする*/
	/*border-radius: 15px;角丸*/
	text-align: center;/*ボックス内部の要素を中央揃え　*/
	
}

/*ボックスの上下にボーダー*/

.work-Imenuborder{
    background-color: #4f2b10; /* 線色 同じ色の指定だと、面積の都合で暗く見える。 元の色：#47290f*/
    border-radius: 5px; /* 線幅の半分 */
    content: "";
    display: block;
    height: 10px; /* 線幅 */

}




/*character icon*/


#work-Imenu ul {
	display: inline-block;
}
#work-Imenu li {
	display: inline-block;
	position: relative;/*★重要*/
}
#work-Imenu li img{
	width: 90px;/*★*/
	margin: 0 5px;
}
#work-Imenu li a:hover {
	opacity: 0.5;
	transition: 0.2s;
}


/*icon insist*/
.icon_insist{
  width:20%/*12px*/;/*サイズ指定*/
  height:20%/*12px*/;
position: absolute;/*★重要*/
  right:10%;
  top:-15%;
}


.icon_insist-karubi{
	width:20%/*12px*/;/*サイズ指定*/
    height:20%/*12px*/;
    position: absolute;/*★重要*/
    right:-1%;
    top:10%;
	
	
}



/*-------------------------------------origin contents-------------------------------------*/
#Original-work {
	background-color: rgba(255,255,255,0.9);
	padding: 15px 30px 50px;
	margin: 30px 0;
	border-radius: 15px;
}
.origin-box {
	display: block;
	margin: 15px auto;
	padding: 0 20px;
}
.contents-link {
	margin: -25px 0 30px;
	text-align: center;
}
.contents-link li {
	display: inline-block;
	width: 48.5%;
	margin-right: 2%;
}
.contents-link li:last-child {
	margin-right: 0;
}
.contents-link li img {
	border-radius: 10px;
}
.c-text {
	font-weight: bold;
	font-size: 14px;
	border-bottom: 4px solid #BE0010;
	margin-bottom: 10px;
}
.c-text2 {
	text-align: justify;
}
.br800 {
	display: none;
}
.br580 {
	display: none;
}








@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;
}


/*-------------------------------------Image menu-------------------------------------*/
#work-Imenu {
	padding: 10px 10px;
}
#work-Imenu li img{
	width: 50px;
	margin: 0 4px;
}


/*-------------------------------------origin contents-------------------------------------*/
#Original-work {
	margin: 30px 0;
}
.origin-box {
	padding: 0 10px;
}
.contents-link li {
	display: inline-block;
	width: 49%;
	margin-right: 1%;
}
.contents-link li:last-child {
  margin-right: 0;
}
.br800 {
	display: inherit;
}
.br580 {
	display: none;
}

	
	
	

}










@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;
}

	
/*-------------------------------------Text menu-------------------------------------*/
#work-Tmenu {
	text-align: center;
	margin: 0 0 5px;
}

/*-------------------------------------Image menu-------------------------------------*/
#work-Imenu {
	background-color: rgba(255,255,255,0.9);
	padding: 10px 0;
}
#work-Imenu li img{
	width: 50px;
	margin: 0 2px;
}

/*-------------------------------------origin contents-------------------------------------*/
#Original-work {
	padding: 10px 30px 50px;
}
.origin-box {
	margin: 15px auto;
	padding: 0;
}
.contents-link {
	margin: -25px 0 30px;
}
.contents-link li {
	width: 70%;
	margin-right: 0;
	margin-bottom: 8px;
}
.contents-link li:last-child {
  margin-bottom: 0;
}
.br800 {
	display: none;
}
.br580 {
	display: inherit;
}

	

}



@media screen and (max-width:555px){
/*-------------------------------------Image menu-------------------------------------*/

#work-Imenu ul {
	display: inline-block;
	margin: 10px 0;
}
#work-Imenu ul:last-child {
	margin-top: 0;
}
#work-Imenu li {
	display: inline-block;
}
}


/*------------------------------------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;
}
.contents-link li {
	width: 100%;
	margin-bottom: 5px;
}


}