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

/* RESET */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{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:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
/* RESET HTML5 */
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;font:inherit;vertical-align:baseline;}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}


/* GENERAL */

html {
	overflow-y: scroll;
}

body {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho",  serif;
	font-size: 16px;
	text-align: center;
	color: #fff;
	background-color: #000;
}
header{
	display: none;
}
article{
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 60vh;
	margin-top: 10vh;
	margin-bottom: 10vh;
	vertical-align: middle;
}
section{
	width: 80%;
	max-width: 1080px;
	margin-right: auto;
	margin-left: auto;
}
h2 {
	font-size:24px;
	letter-spacing:5px;
	line-height: 1;
	margin-bottom: 100px;
}
p{
	letter-spacing:3px;
	line-height:28px;
}
/*INDEX*/
.index{
	min-height: 75vh;
	margin-top: 5vh;
	margin-bottom: 5vh;
}
.slider{
	width: 90%;
	max-width: 1920px;
  opacity: 0;
  transition: opacity .3s linear;
}
.slider.slick-initialized{
  opacity: 1;
}
.slick-initialized .slick-slide{
	height: 75vh;
}
.slider img {
    width: auto;
	height: 100%;
	margin: 0 auto;
}
@media screen and (max-width: 1270px) {

.slider img {
    width: 100%;
	height: auto;
}
}
/*会社概要*/
.about section{	
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.about img{
	display: inline-block;
	width: 20%;
	max-width: 129px;
	margin-right: 10%;
	vertical-align: top;
}
.about dl{
	display: inline-block;
	width: 74%;
}
.about dt{
	clear: left;
	float: left;
	width: 20%;
	padding: 10px 0;
}
.about dd{
	padding: 10px 0 10px 20%;
	border-top: 1px solid #ccc;
	text-align: left;
}
/*JOB*/
.job-top{
	display: block;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.job-top a:hover{
	opacity: .7;
}
.job-top .job01{
	width: 100%;
	margin-bottom: 50px;
}
.job-top .job01 img{
	width: 50%;
	max-width: 500px;
	height: auto;
}
.job-top .job02-03{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.job-top .job02-03 div{
	width: 50%;
	max-width: 500px;
}
.job-top .job02-03 div img{
	width: 100%;
	height: auto;
}
/*recruit*/
.recruit section{
	width: 50%;
	max-width: 500px;
}
.recruit h2{
	margin-bottom: 0;
	font-size: 20px;
}


/*massage*/

.message img{
	max-width:297px;
	height: auto;
	margin:0 auto 40px;
}

.message-slide{ display: none; }
.message-slide li{
	text-align: center;
}

.message-slide li h2{
	margin-bottom: 40px;
	line-height: 1.7;
}
.message-slide li.concept h2{
	margin-top: 150px;
}



/*Mail*/
.mail  h2{
	display: inline-block;
	padding-bottom: 5px;
	margin-bottom: 30px;
	border-bottom: 1px solid #fff;
}
.mail  p{
	font-size: 24px;
	line-height: 1.5;
}
.mail a{
	display: block;
	margin: 20px 0;
	font-size: 30px;
	color: #fff;
	text-decoration: none;
}
.mail p span{
	display: block;
	margin-top: 20px;
	font-size: 18px;
}
/*Gallery*/

.gallery-top {
	max-width: 1080px;
	margin-right: auto;
	margin-left: auto;
}
.gallery-top section{
	width: 100%;
}
.gallery-top div{
	position: relative;
	display: inline-block;
	width: 200px;
	height: 180px;
	margin: 0 20px;
	background-image: url(../images/gallery_hex.gif);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.gallery-top div a{
	display: block;
	position: absolute;
	top: 40%;
	left: 0;
	width: 200px;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	text-align: center;
}

/*ギャラリー個別*/
.gallery-cont{
	margin-bottom: 2vh;
}
.gallery-cont section{
	max-width: 80%;
}
#lightgallery  a{
	display: inline-block;
	height: 150px;
	margin: 0 10px 20px;
}
#lightgallery a img{
	width: auto;
	height: 100%;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{
	left: 0;
}
.lg-outer .lg-img-wrap {
	height: 90%!important;
}
.lg-outer .lg-image {
    max-width: 80%!important;
    max-height: 80%!important;
}
.lg-sub-html h4{
	font-size: 20px!important;
}
.cap-wrap{
	display: none;
}
.lg-sub-html .cap-wrap{
	display: block;
}
.gallery-navi{
	width: 100%;
	padding: 50px 0 30px;
	text-align: center;
}
.gallery-navi a,.gallery-navi span{
	display: inline-block;
	margin: 0 40px;
	font-size: 18px;
	color: #999;
	text-decoration: none;
}
.gallery-navi span{
	color: #fff;
}

.video video{
	width: 80%;
	max-width: 80%;
	margin-bottom: 50px;
}
.video h4{
	font-size: 20px;
	margin-bottom: 100px;
}
/*access*/
.access section{
	width: 90%;
	max-width: 750px;
	margin: 0 auto;
	text-align: left;
}
.access h2{
	margin-bottom: 10px;
}
.access p{
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.5;
}
.access img{
	width: 100%; 
	height: auto;
	margin-bottom: 10px;
}
.access p.route{
	text-align: center;
}
/*フッター*/
footer{
	width: 100%;
	color: #999;
}
.foot-cont{
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	vertical-align: bottom;
}
.foot-cont h1,.foot-cont ul,.foot-cont li{
	display: inline-block;
	vertical-align: middle;
}
.foot-cont h1{
	max-width:20%;
}
.foot-cont h1 img{
	width: 100%;
	height: auto;
}
.foot-cont ul{
	width: 79%;
	margin-top: 30px;
}

.foot-cont li{
	margin: 20px;
	font-size: 20px;
	text-align: right;
	vertical-align: top;
}
.foot-cont li:last-child{
	margin-right: 0;
}
.foot-cont li a{
	color: #999;
	text-decoration: none;
}
.foot-cont li.active a,.foot-cont li a:hover{
	color: #fff;
}
.foot-cont p{
	margin: 10px 0 30px;
	font-size: 12px;
	letter-spacing:inherit;
}



/*201605追加*/

#loader{
    width: 80px;
    height: 80px;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -40px;      
    margin-left: -40px;    
    z-index: 10;           
}
#fade{
    width: 100%;
    height: 100%;
    display: none;
    background-color: #000;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 5;
}

.for-sp{
	display: none;
}

@media screen and (max-width: 720px) {
.for-pc{
	display: none;
}
.for-sp{
	display: block;
}

body {
	font-size: 16px;
}
header{
	display: block;
    border-bottom: 1px solid #999;
}
h1#sitelogo{
	text-align: left;
}
h1#sitelogo img{
	width: 40%;
	margin: 5px 0 0 5%;
}
article{
	display: inherit;
	width: 100%;
	min-height: 0;
	margin-top: 5vh;
	margin-bottom: 15vh;
	vertical-align: middle;
}
section{
	width: 90%;
}
section img{
	max-width: 100%;
}
h2 {
	font-size: 20px;
	letter-spacing:5px;
	line-height: 1;
	margin-bottom: 50px;
}
p{
	letter-spacing: 1px;
	line-height:28px;
}
/*INDEX*/
.index{
	min-height: 0;
}
.slider{
	width: 90%;
	max-width: 1920px;
}
.slick-initialized .slick-slide{
	height: auto;
}
.slider img {
    width: 100%;
	height: auto;
	margin: 0 auto;
}

/*会社概要*/
.about img{
	display: none;
}
.about dl{
	width: 100%;
	text-align: left;
}
.about dt{
	float: none;
	width: 100%;
	padding: 5px 0;
}
.about dd{
	padding: 5px 0 20px;
}
/*JOB*/

.job-top .job01,.job-top .job02-03{
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
.job-top .job01 img{
	width: 100%;
}
.job-top .job02-03{
	display: block;
}
.job-top .job02-03 div{
	width: 100%;
	margin: 0 auto 50px;
}
	
/*recruit*/
.recruit section{
	width: 90%;
	max-width: 90%;
	margin-top: 20vh;
	margin-bottom: 20vh;
}


.recruit h2{
	margin-top: 100px;
	font-size: 16px;
}

/*massage*/
.message {
	margin-bottom: 150px;
}
.message img{
	display: none!important;
}
.message-slide li h2{
	margin-bottom: 40px;
	letter-spacing: 1px;
	line-height: 1.7;
}
.message-slide li.concept h2{
	margin-top: 0;
}
.message-slide li p{
	font-size: 14px;
	letter-spacing: 1px;
}

/*Mail*/
.mail {
	margin-top: 20vh;
	margin-bottom: 20vh;
}
.mail  h2{
	font-size: 18px;
	letter-spacing: 3.5px;
}
.mail  p{
	font-size: 18px;
}
.mail a{
	font-size: 24px;
}
/*Gallery*/

.gallery-top {
	max-width: 1080px;
	margin: 100px auto;
}
.gallery-top section{
	width: 100%;
	margin-left: 0;
}
.gallery-top div{
	width:110px;
	height:100px;
	margin: 0 10px 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.gallery-top div a{
	width: auto;
	height: auto;
	color: #fff;
	font-size: 16px;
	display: inline-block;
	position: static;
}

/*ギャラリー個別*/

#lightgallery a{
	height: 80px;
}
.gallery-navi{
	padding: 50px 0 0;
}
.gallery-navi a,.gallery-navi span{
	display: inline-block;
	width: 100%;
	padding: 5px 0;
	margin: 0;
	border-top: 1px solid #999;
}
.gallery-navi span{
	color: #fff;
}
/*access*/
.access{
	margin-top: 10vh;
}
footer{
	width: 100%;
	color: #999;
}
.foot-cont{
	width: 100%;
	padding-top: 20px;
	border-top: 1px solid #999;
}
.foot-cont h1,.foot-cont ul,.foot-cont li{
	display: inline-block;
	vertical-align: middle;
}
.foot-cont h1{
	max-width: 40%;
}
.foot-cont h1 img{
	width: 100%;
	height: auto;
}
.foot-cont ul{
	width: 80%;
	margin-top: 20px;
}

.foot-cont li{
	margin: 0 10px 10px;
	font-size: 16px;
}
.foot-cont li a{
	font-size: 14px;
	color: #999;
	text-decoration: none;
}
.foot-cont li.active a,.foot-cont li a:hover{
	color: #fff;
}
.foot-cont p{
	margin: 10px 0 30px;
	font-size: 12px;
	letter-spacing:inherit;
}



/*201605追加*/

#loader{
    width: 80px;
    height: 80px;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -40px;      
    margin-left: -40px;    
    z-index: 10;           
}
#fade{
    width: 100%;
    height: 100%;
    display: none;
    background-color: #000;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 5;
}

}