@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Modern+Antiqua);

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font-family:"メイリオ",Meiryo,Droid Sans,Roboto,HiraKakuProN-W3,HiraKakuPro-W3,"ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","Lucida Grande","Lucida Sans","Lucida Sans Unicode","Trebuchet MS","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
}

a{
	color: #0066ff;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}


.accordion .btn, .tojiru{
	text-align: center; 
    margin:10% auto;
	border: 1px solid black; 
	width: max-content;
	background-color: white;
    padding:1.2% 4%;}


.accordion .btn_02, .tojiru_02{
	text-align: center; 
	margin:10% auto 0 auto;
	border: 1px solid black; 
	width: max-content;
	background-color: #e1e1e1;
padding:1.2% 4%;}





.sp { display:none!important; }

.iPad {display: block!important;}

@media screen and (max-width:1600px) {
.iPad { display:none!important;}	
}



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



/* ヘッダー
------------------------------------------------------------*/
#mainnav a{color: #000;}/* font-family: 'Modern Antiqua', 'Noto Sans JP',serif;*/


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


#header{
	position:relative;
	background: url(../images/mainImg.jpg) no-repeat 100% 100%;
	background-size: cover;
	-webkit-background-size: cover;
	padding:15% 0;
}



#slogan{
	-webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
	color: #fff;
	line-height: 1.2;
	text-align: center;
}

#slogan h1{
	font-size:500%;
	font-weight:bold;
   text-shadow:  3px 3px 10px rgba(0,0,0,.9);

}


@media screen and (max-width:800px) {
#header{
	background: url(../images/mainImg_sp.jpg) no-repeat 100% 100%;
	background-size: cover;
	-webkit-background-size: cover;
	padding:70% 0 50% 0;
}

#slogan h1{
	font-size:200%;
	font-weight:bold;

}


#header img{
	position: absolute;
	top:3%;
	left:1%;
	width:60%; 
	}
}

/* footer
------------------------------------------------------------*/
#footer{
	clear: both;
	text-align: center;
  background-color: #e1e1e1;
	padding: 2% 0;
}
#footer .sample{
	font-size:200%;
	font-weight:bold;}
#footer p{margin-top:0.5%;}

@media screen and (max-width:600px) {
	#footer .sample{font-size:120%;}
	#footer p{margin-top:0%;}
	}

/* 共通
------------------------------------------------------------*/

img{
	max-width: 100%;
	height: auto;
}

section{
  clear: both;
}

section h2{
	margin:3% 0;
	font-size:230%;
	font-weight:bold;
	text-align: center;
}


section h3{
	font-size: 170%;
	margin-bottom:3%;
	font-weight:bold;
}
.inner{
	width:75%;
	margin: 0 auto;
	padding-bottom:5%;
}



.innerS{
	width: 60%;
	margin: 0 auto;
	padding-bottom:3%;
	text-align: center
}


.float_R_01 {float: right;}


.spa_01{ margin-bottom:10%;}

.spa_02{ margin-top:15%;}


@media screen and (max-width:800px) {
	section h2{font-size:150%;}
	.inner{width: 90%;}
	.float_R_01 {float: none;}
	#sec02.inner{padding-bottom:0;}
	}

	
/* SEC02 Gallery
------------------------------------------------------------*/

#sec01{padding-bottom:5%;}

.wrap_01, .wrap_02, .wrap_03, .wrap_04{
	background-size: cover;
	-webkit-background-size: cover;
	overflow: hidden;
	padding:3% 0;
}
.wrap_01{background: url(../images/img_01.jpg) no-repeat 100% 0;}
.wrap_02{background: url(../images/img_02.jpg) no-repeat 100% 0;}
.wrap_03{background: url(../images/img_03.jpg) no-repeat 100% 0;}
.wrap_04{background: url(../images/img_04.jpg) no-repeat 100% 0;}

.txt{
background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	width:450px;
	margin:0 10%;
		padding:2% 1%;
	line-height:2;
		
}


.txt h3{ text-align: center;}

@media screen and (max-width:800px) {

.wrap_01, .wrap_02, .wrap_03, .wrap_04{padding:20% 2% 7% 2%;}


.wrap_01{background: url(../images/img_01_sp.jpg) no-repeat center 0;}
.wrap_02{background: url(../images/img_02_sp.jpg) no-repeat center 0;}
.wrap_03{background: url(../images/img_03_sp.jpg) no-repeat center 0;}
.wrap_04{background: url(../images/img_04_sp.jpg) no-repeat center 0;}

.txt{
	width:90%;
	margin:0 auto;
    padding:4% 2% 2% 2%;
	line-height:1.5;
		
}

.txt h3{ font-size:120%;}
}


/* SEC03 BRAND
------------------------------------------------------------*/


.gallery{
	overflow: hidden;
}

.gallery li{
	float: left;
	width: calc(100%/3);
	line-height: 0;
	position: relative;
}

.gallery li .slogan{
position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-color:rgba(0,0,0,0.5);
	opacity:0;
	color:#fff;
	padding:0 15% 0 15%
}

.gallery li:hover .slogan{opacity:1}
.hover-mask10{transition:all .6s ease;transform:rotateY(-180deg)}
.gallery li:hover .hover-mask10{transform:rotateY(0deg)}
  
.hover-parent{position:relative;}
.hover-mask{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:rgba(0,0,0,.6);
	opacity:0;
	color:#fff;
	display:flex;

	padding:30px
	}
.hover-parent:hover .hover-mask{opacity:1}
.hover-mask10{transition:all .6s ease;transform:rotateY(-180deg)}
.hover-parent:hover .hover-mask10{transform:rotateY(0deg)}


.gallery .slogan h3{font-size:210%; margin:25% 0 10% 0;}

.gallery .slogan p{
	line-height: 1.7;
	margin: 0 auto;
	font-size: 120%;
	margin-top:14%;
}

.gallery img{
	display: block;
	width: 100%;
	height: auto;
}




@media (min-width: 801px) and (max-width: 1600px) {
	

.gallery .slogan h3{font-size:110%; margin:10% 0}

.gallery .slogan p{
	line-height: 1.5;
	margin: 0 auto;
	font-size: 90%;
}

	
}



/* SEC04 PROJECT
------------------------------------------------------------*/
#sec03{
	padding-bottom: 0 !important;
}

#sec03 h3{ margin:3% 0 1.5% 0;}

.article{
	clear: both;
	overflow: hidden;
	margin-bottom: 50px;
	background-color:#cccccc;
	
}

.article img{
	float: left;
	clear:left;
	margin-right:3%;
}

.article p{line-height: 1.7; margin-right: 2%; overflow: auto;}


@media screen and (max-width:800px) {

#sec03 h3{ 
margin:7% auto;
text-align:center;
font-size:130%;
clear:both;
 display:block
}

.article p{ margin:0 12% 7% 12%}

	.article img{
	float:none;
	clear: both;
	margin-right:0%;
width:102%; }


}




/* sec05 COMPANY
------------------------------------------------------------*/
#sec04 {background-color:#cccccc; padding-top:3%}

#sec04 .inf{width:100%;}

#sec04 .inf div{padding:1.5% 0; border-bottom:1px solid #999999; }

#sec04 .inf span{display:inline-block; width:23%; padding-left:5%; vertical-align:top;}

#sec04 .inf p{display:inline-block;} 


#sec04  h3{
	font-size: 170%;
	margin-bottom:7%;
	font-weight:bold;
	text-align: center
}

@media screen and (max-width:800px) {
#sec04 .inf p{display:block; padding-left:5%;} 
}



.col2 li{
	display: inline-block;
	width: 100%;
  margin: 20px 0;
}

#map{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
	z-index: 0;
}

#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}



/* contact_us
------------------------------------------------------------*/

.contact_us{
	position:relative;
	background: url(../images/inf_bg.jpg) no-repeat 100% 0;
	background-size: cover;
	-webkit-background-size: cover;
	padding-bottom:2% ;
}

.contact_us h2{
	padding: 3% 0 2% 0;
	margin:0;
	}


.contact_us p{text-align: center; margin-bottom:1%;}



.contact_us .form_conte{
	margin:2% 0 0 26%;
	width: 600px;
	overflow:hidden;
}

.contact_us form dt{
		clear: left;
		float: left;
		margin-bottom:3%;
		width:25%;}

.contact_us form dd{
		float: left;
		width:70%;
}

.contact_us form dd input{
		width:100%;
	  height:25px;
	  padding-left: 2%;
}



.contact_us form dd textarea{
		width:100%;
	  padding:2% 0 0 2%;
	
}


.contact_us form dd input, .contact_us form dd textarea{ font-size: 120%; color:black;  }


.submit{ text-align: center; margin-top:2%;}


.submit button{ padding:1% 4%; background-color: white; border:1px solid black; font-size:120%}


.contact_us h3{
	font-size: 22px;
	margin:1.5% 0 1% 0;
	font-weight:normal;
	text-align: center;
	display: block ruby;
}




@media (min-width: 801px) and (max-width: 1600px) {
	
	.contact_us .form_conte{
	margin:2% auto 0 auto;
	width: 600px;
	overflow:hidden;
}
	
}

@media screen and (max-width:800px) {
.contact_us{
	background: url(../images/inf_bg_sp.jpg) no-repeat 100% 0;
	background-size: cover;
	-webkit-background-size: cover;
	padding:0 2% 7% 2%;
}

.contact_us h2{
		padding: 5% 0;
	}


.contact_us p{ margin-bottom:5%;}

.contact_us .form_conte{width:99%; margin:2% 0 0 1%;}


.contact_us form dt{
		clear: both;
		float: none;
		margin-bottom:1%;
		width:100%;}

.contact_us form dd{
		clear: both;
		float: none;
		width:100%;
		margin-bottom:3%;
}


.contact_us form dd input{padding-left: 1%; width:97%;}


.contact_us form dd textarea{padding:1% 0 0 1%; width:97%}


.submit button{ padding:3% 12%;}
}




/* RESPONSIVE
------------------------------------------------------------*/

@media only screen and (min-width: 800px){
	body{
		font-size:14px;
	}
	
	#wrapper{
		width: 100%;
	}
	
	#content{
		width: 80%;
	}
	
	#sidebar{
		width: 12%;
		position: fixed;
		top: 0;
		right: 4%;
		background: #fff;
	}
	
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}
	
	#sidebar h1{
		padding:10% 0 5% 0;
		font-size:150%;
		font-weight:bold;
	}

	#mainnav li{
		font-size: 14px;
		padding: 10px 0;
	}
	
	#sns{
		margin-top: 50px;
	}
	
	#sns li{
		display: inline-block;
		padding-right: 10px;
	}

	#sns a:hover img{
		opacity: .8;
	}
	
	/* SEC03 BRAND
	-----------------*/
	.col4{
		text-align: center;
	}

	.col4 li{
		display: inline-block;
		width: 18%;
		padding: 0 3%;
		vertical-align: top;
		text-align: left;
	}
	
	#map iframe{
		height: 100% !important;
  }
	

}


@media only screen and (min-width: 641px){
	.col2 li{
		width: 47%;
		padding: 0 1%;
		vertical-align: top;
	}

}

@media only screen and (max-width: 800px){
	.innerS{
		width:85%;
		padding-bottom: 30px;
	}
	.gallery li{
		float: none;
		width:100%;
	}
	

	.gallery .slogan h3{font-size:110%;}

	.gallery .slogan p{
	line-height: 1.7;
	width:98%;
	font-size:98%;
	margin: 0 auto;
	}

	.article img{
		float: none;
		display: block;
		margin: 0 auto 20px;
	}
	#map iframe{
		width: 96% !important;
		left: 2%;
	}
}

@media only screen and (max-width: 799px){
	#sidebar{
		position: fixed;
		width: 100%;
		z-index:500;
	}
	
	#sidebarWrap{
		position: relative;
		width: 100%;
		height: 60px;
		background: #fff;
		border-bottom: 1px solid #ccc;
	}
	
	#sidebar h1{
		text-align: center;
		padding-top: 15px;
	}
	
	#sidebar h1 img{
		width: auto !important;
		max-height: 25px;
	}
	
  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #000;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #000;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: -10px;
		z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		width: 100%;
		text-align: right;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #fff;
		text-align: left;
	}

	#mainnav li a{
		position: relative;
		display: block;
		padding: 15px 25px;
		border-bottom: 1px solid #ccc;
		color: #000;
		font-weight: 400;
	}
	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#mainnav #sns li{
		display: inline-block;
	}
	#mainnav #sns li a{
		position: relative;
		display: inline-block;
		padding: 15px 10px 0;
		border: 0;
	}
	#mainnav #sns li a:before{
		border: 0;
	}
	.col4 li{
		margin: 0 auto 50px;
		display: block;
		text-align: center;
	}
	section h2{
		margin: 55px auto;
	}
}