@charset "utf-8";
@import url(reset.css);
@import url(base.css);


/* メイン
--------------------------------------------------------------------*/

*{
	box-sizing: border-box;
}

/*
html,
body {
	height:100%;
}
*/
img{
	max-width: 100%;
	height: auto;
}

.pc{
	display: block;
}

br.pc{
	display: inline;
}
.sp{
	display: none;
}

#global-nav {
	display:none;
}

#header .navbtn {
	display:none;
}

img {
	max-width:100%;
}




/* wrap
--------------------------------------------------------------------*/
#wrap {
	padding:200px 0 0;
	/*height:100%;*/
}


/* header
--------------------------------------------------------------------*/

#header {
	width:100%;
	height:190px;
	position:fixed;
	top:0;
	left:0;
	background:#231815;
	z-index:9999;
}

#header .header {
	width: 90%;
	margin: 0 auto;
	position:relative;
}

#header .header .hdbox {
	overflow:hidden;
	zoom:1;
	padding:20px 0;
}


#header .header .hdbox .logo {
	float:left;
}

#header .header .hdbox .inq {
	float:right;
	text-align:right;
	padding:20px 0 0;
}

#header .header .hdbox .inq figure {
	display:inline-block;
	margin-right:30px;
}

#header .header .hdbox .inq ul {
	display:inline-block;
}

#header .header .hdbox .inq ul li:last-child {
	margin-top:10px;
}

#header .header .hdnav {
	text-align:center;
}

#header .header .hdnav li {
	display:inline-block;
	line-height:1.0;
	padding:0 20px;
	border-left:1px solid #fff;
}

#header .header .hdnav li:last-child {
	border-right:1px solid #fff;
}

#header .header .hdnav li a {
	color:#FFF;
	font-size:1.4em;
	letter-spacing:0.15em;
}

#header .header .hdnav li span {
	color:#FFF;
	font-size:1.4em;
	letter-spacing:0.15em;
	opacity: 0.5;
}

#header .header .hdnav li a:hover {
	text-decoration:none;
	color:#FF6;
}

/* gallery
--------------------------------------------------------------------*/

#container {
	padding: 100px 0;
}

#gallery {
	width: 960px;
	margin: 0 auto;
}

#gallery h2 {
	text-align: center;
	margin: 0 0 60px;
}

#gallery h2 img {
	max-width: 15%;
}

/* bxslider */

/*
div.slider {
    width:1000px;
    margin:0 auto;
}
*/

div.controlWrap {
    /*width:900px;*/
    display:block;
    position:relative;
    /*margin:0 auto;*/
	margin:15px 0 0;
}

div.controlWrap p#PrevIcon a{/*矢印画像（前へ）*/
    display:block;
    width:20px;
    height:77px;
    position:absolute;
    background: url(../image/smn_prev_off.gif) left center no-repeat;
		background-size: cover;
    color:#fff;
    top:0;
    left:0;
    text-indent:-9999px;
	opacity:0.7;
}

div.controlWrap p#NextIcon a{/*矢印画像（次へ）*/
    display:block;
    width:20px;
    height:77px;
    position:absolute;
    background: url(../image/smn_next_off.gif) left center no-repeat;
	background-size: cover;
    color:#fff;
    top:0;
    right:0;
    text-indent:-9999px;
	opacity:0.7;
}

.bx-wrapper {
	margin: 0 auto !important;
}

.slider .bx-wrapper .bx-pager,
.slider .bx-wrapper .bx-controls-auto {
     position: absolute;
     width: 100%;
}

.bxslider01 li img {
	max-width: 100%;
}

.bxslider02 li img {
	max-width: 100%;
}

/*「Next」と「Prev」 */

.slider .bx-wrapper .bx-prev {
     left: -50px;
	 background:url(../image/slide_prev.png) no-repeat !important;
	 padding-bottom:10px;
	 z-index:999;
}

.slider .bx-wrapper .bx-next {
     right: -50px;
	 background:url(../image/slide_next.png) no-repeat !important;
	 z-index:999;
	 padding-bottom:10px;
}



/* footer
--------------------------------------------------------------------*/

#footer .logo {
	max-width:94%;
	margin:0 auto;
	padding:40px 0;
	text-align:center;
}


#footer address {
	padding:30px 0;
	text-align:center;
	background:#231815;
	color:#FFF;
	font-size:1.2em;
}

/*-------------------------------------------------------------------
	fadesの設定
-------------------------------------------------------------------*/

.fades {
	-webkit-animation-duration:2s;
	-ms-animation-duration:2s;
	animation-duration:2s;
	-webkit-animation-name: fades;
	animation-name: fades;
}

@-webkit-keyframes fades {
	0% { opacity: 0;}
 	100% { opacity: 1;}
}
@keyframes fades {
 	0% { opacity: 0;}
 	100% { opacity: 1;}
}


.fadeInDown {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:3s;
	-ms-animation-duration:3s;
	animation-duration:3s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
	/*
	0% { opacity: 0; -webkit-transform: translateY(30px); }
 	100% { opacity: 1; -webkit-transform: translateY(0); }
	*/
	0% { opacity: 0;}
 	100% { opacity: 1;}
}
@keyframes fadeInDown {
 	/*
	0% { opacity: 0; -webkit-transform: translateY(30px); -ms-transform: translateY(30px); transform: translateY(30px); }
 	100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
	*/
	0% { opacity: 0;}
 	100% { opacity: 1;}
}


/*===============================================
  画面の横幅が1280px以下に適用(画面の小さいPC/ノート用)
===============================================*/
@media screen and (max-width: 1280px){
	
	
	
}

/*===============================================
  画面の横幅が1024px以下に適用(iPadPro以下)
===============================================*/
@media screen and (max-width: 1024px){

	#header .navbtn {
		display:block;
		position:fixed;
		top:3%;
		right:3%;
		width:30px;
		cursor: pointer;
		z-index:999;
	}
	
	#header .navbtn span {
		display: block;
		position: absolute;
		height: 3px;
		width: 100%;
		background: #fff;
		left: 0;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}
	
	#header .navbtn span:nth-child(1) {
		top: 0;
	}
	
	#header .navbtn span:nth-child(2) {
		top: 10px;
	}
	
	#header .navbtn span:nth-child(3) {
		top: 20px;
	}
	
	/* global-nav */
	
	#global-nav {
		background:rgba(35,24,21,0.8);
		padding:20px 5% 20px;
		width:100%;
	}
	
	#global-nav.open {
		display:block;	
	}
	
	#global-nav ul {
		font-size:1.4em;
		line-height:1.0;
	}
	
	#global-nav ul li {
	}
	
	#global-nav ul li a {
		display:block;
		padding:20px 0;
		text-align:center;
		color:#FFF;
	}
	
	#global-nav ul li span {
		display:block;
		padding:20px 0;
		text-align:center;
		color:#FFF;
		opacity: 0.5;
	}
	
	
	/* 切り替えアニメーション */
	#header .navbtn.move span:nth-child(1) {
		top: 12px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	#header .navbtn.move span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	#header .navbtn.move span:nth-child(3) {
		top: 12px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	
	#header .hdnav {
		display:none;
	}
	
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	
	br.pc{
		display:none;
	}
	
	br.sp{
		display:inline;
	}
	
	/* wrap */
	#wrap {
		padding:80px 0 0;
	}
	
	/* header */

	#header {
		width:100%;
		height:auto;
		background:none;
	}

	#header .header {
		width: auto;
		margin: 0;
		position:relative;
		padding:0 5%;
		background:#231815;
		height:80px;
	}

	#header .header .hdbox {
		overflow:hidden;
		zoom:1;
		padding:15px 0;
	}

	#header .header .hdbox .logo {
		float:none;
	}
	
	#header .header .hdbox .logo img {
		max-height:50px;
	}

	#header .header .hdbox .inq {
		display:none;
	}

	#header .header .hdnav {
		display:none;
	}
	
	/* gallery */
	
	#container {
		padding: 50px 0 100px;
	}

	#gallery {
		width: 94%;
	}
	
	#gallery h2 {
		text-align: center;
		margin: 0 0 40px;
	}

	#gallery h2 img {
		max-width: 30%;
	}
	
	div.controlWrap p#PrevIcon a,
	div.controlWrap p#NextIcon a {
    width:20px;
    height:77px;
	}
	

	/* footer */

	#footer .logo {
		padding:20px 0;
	}


	#footer address {
		padding:20px 0;
	}

}

/*===============================================
  画面の横幅が768px以下に適用(iPad以下)
===============================================*/
@media screen and (max-width: 768px){
	
	

}

/*===============================================
  画面の横幅が640px以下に適用(スマホ)
===============================================*/
@media screen and (max-width: 640px){
	

}