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

/* 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: 'MS明朝',14px/1.9 'Noto Sans JP', Arial, Verdana, , YuGothic,' ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #ffffff;
}







/*==================================================
スライダーのためのcss
===================================*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
   width:94%;
    margin:0 auto;
}

.slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin:0 10px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
  margin:20px 0 0 0;
}

.slick-dots li {
    display:inline-block;
  margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}


/*========= レイアウトのためのCSS ===============*/


ul{
  margin:0;
  padding: 0;
  list-style: none;
}

a{
  color: #333;
}

a:hover,
a:active{
  text-decoration: none;
}









#flexbox {

  display: flex;
  justify-content: space-around;
  flex-flow: row;
  align-items: stretch;
  margin: 0 auto;
  height: auto;
  width: 80%

}


.box-item1{
	flex-grow: 2;
	padding: 1%;
}


.box-item2{
		flex-grow: 0.5;
		padding: 7% 1%;
		line-height: 2.3em;
}





a{
	color: #4682b4;
	text-decoration: none;
	height: auto;
}

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

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



#goto_top {
    position: fixed;
    right: 10%;
    bottom: 10%;
}

#goto_top a {
    width: 100px;
    height: 50px;
    border-radius: 20px;
    border-bottom: 1px solid #000;
    display: block;
    color: #000;
    text-align: center;
    line-height: 50px;
    text-decoration: none;
    font-weight: bold;
}



#hanbai{
	margin-bottom: 50px;
}


#hanbai p{
	font-size: 1.5em;
	font-family:  "ＭＳ 明朝",serif;
	 text-align: center;
}






#mainbox{
	width: 100%;
	margin: 0 auto;
}

.box1{
	width: auto;
	float: left;
	padding: 5% 3%;
}


.box2{
	width: 37%;
	float: left;
	padding: 8% 0;
	margin: 0 auto;
	line-height: 2.3em;
	font-family:  "ＭＳ 明朝",serif;
	font-size: 1.4em;
}

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


.box1{
	width: 100%;
	float: none;
	height: 300px;
	text-align: center;
}


.box2{
	width: 90%;
	float: none;
	height: 100%;
	padding: 0 5%;
	margin: 0 auto;
	font-size: 1.0em;
	line-height: 1.3em;
}

#flexbox {

  display: flex;
  justify-content: space-around;
  flex-flow:  column;
  align-items: stretch;
  margin: 2%;
  height: 900px;
}


.box-item1{
	flex-grow: 2;
	padding: 10%;
	height: 100%;
}


.box-item2{
		flex-grow: 0.5;
		padding: 15% 4%;
		height: 100%;
		margin: 0 auto;
}


#hanbai p{
	font-size: 1.0em;
	font-family:  "ＭＳ 明朝",serif;
	 text-align: center;
}
}






/*
------------------------------------------------------------*/
#html {
	width: 100%;
}


#header{
	text-align: center;
		height: auto;
}



#headercon{
	text-align: center;
}



#header h3{
	padding-top: 1px;
	height: auto;
}


#mainnav a{
	color: #000;
}

#mainImg{
	position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-bottom: 50px;
}

#mainImg img{
  text-aling: center;
  margin:0 auto;
}





.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}





h1{
	font-family:'ＭＳ 明朝',serif,'Yu Mincho', 'MS PMincho';
	text-align: center;
	margin-top:80px;
	font-size: 1.3em;
}


p{
	font-size: 1.2em;
}



hr{
 	padding-top: 10px;
	height: 3px;
	border: 0;
	box-shadow: 0 3px 3px -2px #969696 inset;
}




.wrap .item p{
	font-size: 0.9em;
}







#sec02 #osusume{
	width: 100%;
	height: auto;
}


#sec02 #osusume ul.box{
	width: 100%;
	margin: auto 1%;
	text-align: center;

}



.box li{
	float: left;
	width: 30%;
	margin: 2% 0.5%;


}





#sec03{
	margin-top: 300px;
}








/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 12px;
}


/* ------------------------------------------------------------*/

#pri{
	text-align: center;
	font-size: 1.4em;
	padding: 40px;
}

#privacy{
	width: 60%;
	margin: 0 auto;
}

#privacybox{
	margin-bottom: 20px;
}

#privacybox span{
	font-weight: 200;
}

.tagu span{
	font-size: 1.3em;
	font-weight: bold;
	padding-top: 10px;

}

/* ------------------------------------------------------------*/
.iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 28%;
  overflow:auto;
  -webkit-overflow-scrolling:touch;
  border:2px solid #ccc;
  background: #ccc;
}
.iframe-wrap iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:none;
    display:block;
}









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

section{
	clear:both;

}

#header h5{
	width: 60%;
	margin: 100px auto 80px;
	font-size: 1.8em;
	font-weight:bold;
	text-align: center;
	background: url(../images/borderBlack.png) repeat-x 0 50%;
	background-size: 1px 1px;
}


#header2 h5{
	width: 60%;
	margin: 100px auto 80px;
	font-size: 1.8em;
	font-weight:bold;
	text-align: center;
	background: url(../images/borderBlack.png) repeat-x 0 50%;
	background-size: 1px 1px;
}




#header3 h5{
	width: 60%;
	margin: 100px auto 80px;
	font-size: 1.8em;
	font-weight:bold;
	text-align: center;
	background: url(../images/borderBlack.png) repeat-x 0 50%;
	background-size: 1px 1px;
}



section h3{
	font-family:'ＭＳ 明朝',serif, 'Pacifico', cursive;
	width: 60%;
	margin: 100px auto 80px;
	font-size: 22px;
	font-weight:normal;
	text-align: center;
	background-size: 1px 1px;
}




section h2{
	font-family: 'ＭＳ 明朝',serif," Meiryo,sans-serif", cursive;
	width: 60%;
	margin: 100px auto 80px;
	font-size: 22px;
	font-weight:normal;
	text-align: center;
	background-size: 1px 1px;
}

section h5 span {
	background: #ffffff;
	padding: 0 80px;
}



}

.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.innerS{
	width: 60%;
	margin: 0 auto;
	padding-bottom: 80px;
	height: auto;
}
.innerS p{

	text-align: center;
	font-family: "ＭＳ 明朝",serif;
	fontsize: 0.8em;
}
.innerS span{
	font-weight: bold;
	color: #000000;
	font-family: "ＭＳ 明朝",serif;

}





.innerf{
	width: 60%;
	margin: 0 auto;
	padding-bottom: 80px;
	height: auto;
}

.innerf img{
	width: auto;
	text-align: center;
	margin: 0 auto;
}


.innerf p{

	text-align: center;
	font-family: "ＭＳ 明朝",serif;
	fontsize: 0.8em;
}


.innerf span{
	font-weight: bold;
	color: #000000;
	font-family: "ＭＳ 明朝",serif;

}






.btn-border-bottom {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0;
  text-decoration: none;
  color: #000000;
}

.btn-border-bottom:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  top:100%;
  left: 0;
  border-radius: 3px;
  background:#4682b4;
  transition: .2s;
}

.btn-border-bottom:hover:before {
  top: -webkit-calc(100% - 3px);
  top: calc(100% - 3px);
}

/* SEC02 Gallery
------------------------------------------------------------*/
#sec02{
	padding: 0 !important;
	width: 70%;
	margin: 200px auto 500px auto;
	height: 450px;
}

#sec02 header{
	display: none;
}

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

#gallery img{
	width: 100%;
	height: auto;
}


/* SEC03 PROJECT
------------------------------------------------------------*/
#sec03 img{
	width: 100%;
	margin-bottom: 30px;
}








/* SEC04 BRAND
------------------------------------------------------------*/
.col3 img{
	display: block;
	margin: 0 auto 5px;
}

.col3 li{
	line-height: 2.0;
}



.col3 .img{
	padding: 80px 50px;
	margin-bottom: 40px;
	line-height: 0 !important;
	background: #fffff6;
}


.col4 img{
	display: block;
	margin: 0 auto 5px;

}


.col4 ul{
	width: 100%;
}

#sec04_02{
	background: url(../images/bgSec04.jpg) no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	text-align: center;
	padding: 220px 20px;
}

#sec04_02 img{
	width: auto;
}


/* SEC05 COMPANY
------------------------------------------------------------*/
#sec05 p{
	margin-bottom: 5px;
}

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

#sns img{
	padding: 35px 10px 1px 0;
}

#sns a:hover img{
	opacity: .8;
}

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






/* SEC06 KOUTEI
------------------------------------------------------------*/
h4{
	margin-top: 30px;
	margin-bottom: 50px;
	font-size: 1.3em;
	font-family:  "ＭＳ 明朝",serif;
}

#koutei {
	width: 100%;
	margin: 0 auto;

}

#koutei .tukuru{
	width: 20%;
	margin-right: 4%;
	float: left;
}

.tukuru{
	font-size: 0.8em;
}







/*------------------------------------------------------------*/

@media only screen and (min-width: 1200px){
	.inner{
		width: 1024px;
	}
}

@media only screen and (min-width: 800px){
	body{
		font-size:11px;
		width: 100%;
	}

  a#menu{
		display:none;
	}

	.panel{
		display:block !important;
	}

	#mainnav li{
		display: inline-block;
		padding: 50px 25px;
		font-size: 15px;
	}









section h5{
	width: 60%;
	margin: 100px auto 80px;
	font-size: 1.8em;

}

 .innerS  h5{
	margin: 30px auto 80px;
	font-size: 1.8em;

}


section h5{
	width: 60%;
	margin: 150px auto 80px;

}






#sec02 #osusume{
	width: 100%;
}


#sec02 #osusume ul.box{
	width: 100%;
	margin: auto 5%;
	text-aign: center;

}



.box li{

	width: 30%;
	margin: 2% 0.5%;


}







	/* SEC03 PROJECT
	-----------------*/


#sec03 {
	width: 100%;
	margin-top: 300px;
}



	.col3{
		text-align: center;
	}

	.col3 li{
		display: inline-block;
		width: 33%;
		padding: 0 2.5% 50px;
		margin-bottom: 0;
		vertical-align: top;
}

	.col4{
		text-align: center;
		width: 100%;
		height: 150x;
	}


#section h5{
	width: 60%;
	margin: 130px auto 50px;
	font-size: 1.8em;
	font-weight:bold;
	text-align: center;
	background: url(../images/borderBlack.png) repeat-x 0 50%;
	background-size: 1px 1px;
}



	.insta li{
display: inline-block;
		width: 20%;
		height: 1100px;
		padding-right:  15% ;
		margin-right: 5%;
		margin-bottom: 0;
		vertical-align: top;
		float: right;
}


.insta ul{
display: inline-block;
		width: 90%;
		height: 1200px;
		vertical-align: top;

}





#insta{
	height: 80%;
}


  #footer{
		padding: 30px 10px 70px 0;
	}
}


@media only screen and (min-width: 641px){


	.col2 li{
		width: 60%;
		vertical-align: top;
	}
	.col2 li:first-child{
		width: 35%;
		padding-right: 4%;
	}
}

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

	p{
	font-size: 0.9em;
}




	#mainnav li{
		display: inline-block;
		padding: 50px 25px;
		font-size: 15px;
	}




	.innerS{
		width: 94%;
		padding-bottom: 40px;
		height: auto;
	}








	.col3 li{
		line-height: 1.7;
	}
	.col3 img{
		margin: 0 auto;
	}
	.col3 .img{
		padding: 30px;
		margin-bottom: 20px;
	}
	#gallery li{
		float: none;
		width: 100%;
	}
	#map iframe{
		width: 96% !important;
		left: 2%;
	}
	#sec04_02{
		padding: 50px 20px;
	}
}

@media only screen and (max-width: 799px){
	#top{
		width: 100%;
	}
	#header{
		width: 100%;
		z-index: 500;
		text-align: center;
	}

	#headerWrap{
		position: relative;
		width: 100%;
		border-bottom: 1px solid #ccc;
				text-align: center;
	}



	#header h1{
		padding-top: 10px;
	}

	#header h1 img{
		margin-top: 3px;
		max-height: 45px;
		width: auto !important;
	}




	#headercon{
		position: fixed;
		width: 100%;
		z-index: 500;
		text-align: center;
	}




	#mainImg{
		padding-top: 40px;
		z-index: -100;
		height: auto;
	}


section h5 span {
	background: #fff;
	padding: 0 5px;
	font-size: 70%;
}




h1{
	font-family:'Yu Mincho', 'MS PMincho';
	text-align: center;
	margin-top:10px;
	font-size: 1.3em;
}


h4{
	margin-top: 50px;
	margin-bottom: 20px;
	font-size: 1.1em;
	font-family:  "ＭＳ 明朝",serif;
	text-align: left;
}

#koutei {
	width: 100%;
	margin: 0 auto;

}



#mainImg img{
	position: absolute;
  left: 0%;

  width: 100%;
  height: auto;
  margin-left: 1px;
  margin-bottom: 50px;
}




#sec03{

	margin-top: 1px;
}



#sec03 h2{
	font-size: 1.1em;
	margin: 0 auto 20px;

	}





	.col3 li{
		margin: 50px auto 0 auto;
		display: block;
	}

	section h2{
		margin: 0 auto 20px;
	}
	section h2 span {
		padding: 0 30px;
	}


	#mainnav li{
		display: inline-block;
		padding: 5px 5px;
		font-size: 0.8em;

	}





#sec02{
	padding: 0 !important;
	width: 70%;
	height: auto;
	margin: 50px auto;
}



#sec02 h4{
	font-size: 1.0em;
}


#sec02 #osusume{
	width: 100%;
	height: auto;
	margin-bottom: 150px;
}


#sec02 #osusume ul .box{
	width: 90%;
	margin: 0 auto;

}

[]
sec02 #osusume ul{
		height: auto;
}

.box li{

	width: 100%;
	margin:12% 0.5%;
	font-size: 0.8em;

}





}



















#sec12{
	padding: 0 !important;
	width: 90%;
	margin: 10% auto 20% auto;
	height: auto;
}



.wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.item {
  padding-top: 50px;
  width: 32%;
  background-color: #fff;
}


.wrap .item p{
	font-size: 0.9em;
}






@media not all and (min-width: 768px) {
  .item {
    width: 47%;
  }

.item:not(:last-child) {
    margin-bottom: 3px;
  }


}




