@charset "utf-8";
/* CSS Document */

.photo {
	height: 854px;
	width: 1200px;
	margin-top: 100px;
	z-index: 1;
	display: block;
}
.top_work-style{
	background-image: url(../image/top_work-style_bg.png);
	height: 250px;
	width: 650px;
	font-size: 26px;
	color: #5B4D37;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 26px;
	padding-top: 30px;
	text-align: center;
	padding-right: 550px;
	background-repeat: no-repeat;
	letter-spacing: 4px;
	}

.top_work-style img {
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;;
}
.top_work-style img:hover {     
   -webkit-transform:scale(1.08);
   transform:scale(1.08);
}

.new-topics_top {
	text-align: center;
	height: 90px;
	width: 1200px;
	padding-top: 80px;
}
.blog_box {
	height: 300px;
	width: 300px;
	overflow: hidden;
	text-align: center;
	position: relative;
	display: inline-block;
	clear: both;
	z-index: 2;
}
.blog_img {
  transition: transform 0.5s;
  position: absolute;
  min-width: 110%;
  min-height: 110%;
  left: 40%;
  top: 40%;
  transform: translate3d(-40%, -40%, 0);
  -webkit-transform: translate3d(-40%, -40%, 0);
  z-index: 1;
	  

}

.blog_img:hover {     
   -webkit-transform: translate3d(-40%, -40%, 0) scale(0.9);
   transform: translate3d(-40%, -40%, 0) scale(0.9);

}
.blog_box-more {
	height: 150px;
	width: 150px;
	display: inline-block;
	overflow: hidden;
	background-position: center;
	padding: 75px;
}
.blog_box-more img {
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;;
}

.blog_box-more img:hover {     
   -webkit-transform:scale(1.1);
   transform:scale(1.1);
}
.blog_text-box {
	height: 70px;
	width: 300px;
	filter: alpha(opacity=99);
	-moz-opacity: 0.99;
	opacity: 0.99;
	position: absolute;
	background-color: rgba(62,52,38,0.55);
	color: #FFF;
	display: block;
	overflow: hidden;
	z-index: 2;
	margin-top: 230px;
	font-size: 16px;
	text-align: left;
}
.blog_text-date {
	height: 15px;
	width: 98%;
	margin-top: 0px;
	padding-top: 5px;
	padding-left: 2%;
	text-align: left;
	font-size: 12px;
	display: inline-block;
}
.blog_text-date img{
	float: right;
	height: 18px;
	width: 60px;
	padding-right: 10px;
}   
.store-info_bg{
	display: inline-block;
	height: 60px;
	width: 280px;
	padding-left: 120px;
	padding-top: 410px;
	}
.store-info_bg img {
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;;
}
.store-info_bg img:hover {     
   -webkit-transform:scale(1.1);
   transform:scale(1.1);
}
.top_opera{
	background-image: url(../image/top_store-opera.png);
	}
.top_gotham{
	background-image: url(../image/top_store-gotham.png);
	}
.top_ailecite{
	background-image: url(../image/top_store-ailecite.png);
	}
.recruit_box{
	background-image: url(../image/top_recruit-bg.png);
	height: 275px;
	width: 800px;
	margin-top: 100px;
	padding-top: 155px;
	padding-left: 400px;
	margin-bottom: 100px;
	}
ul.recruit_menu {
	padding-top: 100px;
	margin-left: -85px;
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFF;
	list-style-type: none;
}
ul.recruit_menu li{
	float: left;
	background-image: url(../image/top_recruit-menu.png);
	background-color: #0ED18E;
	height: 25px;
	width: 115px;
	text-align: justify;
	padding-top: 7px;
	margin-right: 25px;
	padding-left: 35px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	;
	margin-top: 5px;
}
ul.recruit_menu li:hover{
	background-color : #FF9933;
}

.recruit_box2{
	margin-bottom: 100px;
	}
