@import url(https//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;}

img,abbr,acronym,fieldset{border:0;}

body{


text-align: center;
 background: #fff;
 
}


.PC-width{

	padding:0px 40px 0px 40px;
    text-align: center;
	


}

.PC-width-2{

	padding:0px 60px 0px 60px;
    text-align: center;
	


}


.SMP-width{
text-align: center;
padding:0px 20px 0px 20px;

}

#top{

 padding:0px;
  margin: 0;   
 
}

a{
	color: rgb(83, 75, 73);
	
	text-decoration: none;
}

a:hover{
	color: rgb(153, 114, 85);
	}


a[class="footertext"]{
	
	color: rgb(89, 89, 89);
	}





/* 背景
------------------------------------------------------------*/
.box{
	color: #fff;
	padding: 0px;
	justify-content: center;
	align-items: center;
   
  }
  #box1{
	  background: #FFFFFF;
	  padding-top: 20px;
	  padding-bottom: 40px;
	  text-align:  center;
  
  }
  #box2{
	  background: rgb(255, 255, 255);
      padding-bottom: 40px;
	  text-align:  center;
	
  }
 

  .buttonpc{

	display: flex;
	
  }



.imgpaddingtop{

	padding-top: 50px;
}
.imgpaddingtop-harf{

	padding-top: 30px;
}


/* PCメニュー
------------------------------------------------------------*/

#menubar {
	
	color:rgb(65, 65, 65);
	padding: 0px 55px 0px 0px;
	float: none;
       
}


/* テキストエリア
------------------------------------------------------------*/
.companyinfo-texist-area{
    padding: 10px;
	text-align: center;
	font-family:  'Noto Sans JP' ,sans-serif;
	font-weight: 200;
	width:600px;
	margin: auto;
	color:rgb(65, 65, 65);
	font-size: 16px ;
	line-height: 25px;
	
}

.companyinfo-texist-area-SMP{
   
	padding: 0px;
	text-align: center;
	font-family:  'Noto Sans JP' ,sans-serif;
	font-weight: 20;
	width:100%;
	margin: auto;
	color:rgb(65, 65, 65);
	font-size: 14px ;
	line-height: 25px;

}

.companyinfo-texist-area-covid{
	padding: 0px;
	text-align: left;
	font-family:  'Noto Sans JP' ,sans-serif;
	font-weight: 200;
	width:600px;
	margin: auto;
	color:rgb(65, 65, 65);
	font-size: 10 ;
	line-height: 25px;

}


.companyinfo-texist-area-covid-smp{
	padding: 0px;
	text-align: left;
	font-family:  'Noto Sans JP' ,sans-serif;
	font-weight: 200;
	width:100%;
	margin: auto;
	color:rgb(65, 65, 65);
	font-size: 12 ;
	line-height: 25px;

}


.companyinfo-texist-area-footer{
    padding: 10px;
	text-align: center;
	width:600px;
	font-family:  'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN' ,sans-serif;
	margin: auto;
	color:rgb(65, 65, 65);
	font-size: 12 ;
	line-height: 25px;
	
}



/*レスポンシブ
------------------------------------------------------------*/


.hamburger  { display:none!important; }
nav.globalMenuSp { display:none!important; }
#menubar	{ display:inline!important; }
.white{ display:none; }
.op{ display:inline;
	
}
.op2{ display:none;}

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


.hamburger { display:inline!important; }
nav.globalMenuSp { display:inline!important; }
#menubar	{ display:none!important; }
.white{ display:inline; }
.op{ display:none;}
.op2{ display:inline; }

}





/*　ハンバーガーボタン　*/
.hamburger {
	
	display : block;
	position: fixed;
	z-index : 3;
	right : 13px;
	top   : 12px;
	width : 47px;
	height: 47px;
	cursor: pointer;
	text-align: center;
  }
  .hamburger span {
	display : block;
	position: absolute;
	width   : 30px;
	height  : 2px ;
	left    : 6px;
	background : rgb(107, 79, 62);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition   : 0.3s ease-in-out;
	transition        : 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
	top: 10px;
  }
  .hamburger span:nth-child(2) {
	top: 20px;
  }
  .hamburger span:nth-child(3) {
	top: 30px;
  }
  
  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
	top : 16px;
	left: 6px;
	background :rgb(255, 255, 255);
	-webkit-transform: rotate(-45deg);
	-moz-transform   : rotate(-45deg);
	transform        : rotate(-45deg);
  }
  
  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
	top: 16px;
	background :rgb(255, 255, 255);
	-webkit-transform: rotate(45deg);
	-moz-transform   : rotate(45deg);
	transform        : rotate(45deg);
  }

  /* ナビ開いてるメニュー*/


  nav.globalMenuSp {
	position: fixed;
	z-index : 2;
	top  : 0;
	left : 0;
	color: rgb(255, 255, 255);
	background:  rgba(167, 146, 128, 0.9);
	font-family:  'ヒラギノ角ゴ ProN W2', 'Hiragino Kaku Gothic ProN' ,sans-serif;
	margin: 0 auto;
	text-align: center;
	padding-left: 10px;
	width: 100%;
	opacity: 0;
	visibility:hidden;
	transition: opacity .6s ease, visibility  hidden;
  }
  
  nav.globalMenuSp ul {
	
	display: list-item;
	margin: 20;
	padding: 0;
	width: 100%;
  }
  
  nav.globalMenuSp ul li {
	list-style-type: none;
	padding: 0;
	width: 100%;
	transition: .4s all;
  }
  nav.globalMenuSp ul li:last-child {
	padding-bottom: 0;
  }
  nav.globalMenuSp ul li:hover{
	background :#ddd;
  }
  
  nav.globalMenuSp ul li a {
	display: block;
	color: rgb(255, 254, 254);
	padding: 1em 0;
	text-decoration :none;
  }
  
  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
	opacity: 100;
	visibility:visible ;
  }
  
  


/* ヘッダー
------------------------------------------------------------*/
#header{
	background: rgb(255, 255, 255,0.7);
	padding:  15px px 15px 0px;
	color: rgb(33, 24, 21);
	font-size: 18px;
	font-weight: 200;
	text-align: center;
	max-width: 100%;
	font-family:  'ヒラギノ角ゴ ProN W1', 'Hiragino Kaku Gothic ProN' ,sans-serif;
	
	margin: 0 auto;
	display: flex;
	align-items: center;
	
}



.site-header{
    background: rgba(255, 255, 255, 0.8);
    padding: 0px;
    position: fixed;
    top: 0;
    transition: .5s;
    width: 100%;
    z-index: 999;
}
 
.site-header.hide{
    transform: translateY(-100%);
}



/* タイトル
------------------------------------------------------------*/

.title{

text-align: center;
}


h1{
   
	color: rgb(83, 75, 73);
	font-size: 20px;
	font-family:  'Noto Sans JP' ,sans-serif;
	font-weight: 200;
	padding-top: 20px;
  
	
}



h2{
	color: rgb(83, 75, 73);
	font-size: 15px;
	font-family:  'Noto Sans JP' ,sans-serif;
	font-weight: 200;
	padding-top: 10px;
    
    
}

h3{
	
	font-family: 'ヒラギノ角ゴ ProN W2', 'Hiragino Kaku Gothic ProN' ,sans-serif;
	color: rgb(83, 75, 73);
	font-size: 10px;

	padding-top: 30px;
    padding-bottom: 10px;
	
    
}



.myFont1{
	font-family:  'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN' ,sans-serif;
	
	color:rgb(33, 24, 21);
	font-size: 40px;
	letter-spacing:0.4em;


}



.googlemmap{
padding: 30px 0px 0px 0px;
}


.riyoukiyaku-text{
	
	margin:  0 auto;
	background: rgb(255, 255, 255);
	width: 60%;
	padding: 50px 50px 50px 50px;
	font-size: 15px;
	font-family:  'Noto Sans JP' ,sans-serif;
	font-weight: 200;
    line-height: 30px;
	
}

.riyoukiyaku-text-blue{
	margin:  0 auto;
	background: rgb(228, 228, 228);
	width: 60%;
	padding: 50px 50px 50px 50px;
	font-size: 15px;
	font-family:  'Noto Sans JP' ,sans-serif;
	font-weight: 200;
    line-height: 30px;
	
}
	

.riyoukiyaku-text-smp{
	
	margin:  0 auto;
	background: rgb(255, 255, 255);
	
	padding: 20px 10px 20px 10px;
	font-size: 12px;
	font-family:  'Noto Sans JP' ,sans-serif;
	font-weight: 200;
    line-height: 25px;
	
}

.riyoukiyaku-text-blue-smp{
	
	background: rgb(228, 228, 228);
	
	padding:20px 10px 20px 10px;
	margin:  0 auto;
	font-size: 12px;
	font-family:  'Noto Sans JP' ,sans-serif;
	font-weight: 200;
    line-height: 25px;
	
}
	






/*問い合わせ
------------------------------------------------------------*/
.contact-area{
	padding: 0px 40px 0px 40px;
}




/* アイコン
------------------------------------------------------------*/
.icon{

	padding: 0px 50px 0px 50px;
	
}

.icon-fotter{

	padding: 0px 10px 0px 0px;
	
}



.icon-menu{

	padding: 20px 50px 20px 10px;
	
}

#mainnav a{
	color: rgb(33, 24, 21);
}

#mainImg{
	position: relative;
  
  width: 100%;

}


  .logo {
	padding: 6px 6px 6px 55px;
	
  }


  .logosmp {
	padding: 3px 0px 0px 5px;
	
  }


  nav {
	margin-left: auto;
       

  }


  nav ul {
	display: flex;
  }


  
  nav ul li{
	padding: 10px 20px;
  }

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


  
  a {
	font-family:  'Noto Sans JP' ,sans-serif;
	font-weight: 200;
	color: rgb(33, 24, 21);
	
  }



/* フッター
------------------------------------------------------------*/
#footer{
    background: rgb(235, 235, 235);
	
	padding: 50px 75px 0px 75px;
    font-family:  'Noto Sans JP' ,sans-serif;
	font-weight: 200;
	color: rgb(137, 109, 103);
	font-size: 12px;
	
}
#footersmp{
	background: rgb(235, 235, 235);
	text-align: center;
	padding: 50px 30px 0px 30px;
	font-family:  'Noto Sans JP' ,sans-serif;
	font-weight: 200;
	color: rgb(137, 109, 103);
	font-size: 13px;
	
}


.footermenupc{
	color: rgb(83, 75, 73);
	
	font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN' ,sans-serif;
     	display: flex;
	
	  justify-content: center;
	  font-size: 16px;
	   margin: auto;
	   
	}

.footermenupc_item{
		box-sizing: border-box;
		
		  padding: 10px 20px;  
	   
	}



.footermenusmp{
	font-family:  'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN' ,sans-serif;
	color: rgb(83, 75, 73);
 justify-content: center;
 font-size: 15px;
  margin: auto;
  
}


.left{

	text-align: left;

}


/*線
------------------------------------------------------------*/



.hrsmp{ 
	width: 80%;
	
}




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

img{
	max-width: 200%;
        padding: 0px;
	margin: 0 auto ;
}

section{
	clear:both;
	padding-top: 0px;
}

section h2{
	font-family: 'Pacifico', cursive;
	width: 60%;
	margin: 0 auto 40px;
	font-size: 22px;
	
	text-align: center;
	background: url(../images/borderBlack.png) repeat-x 0 50%;
	background-size: 1px 1px;
}

section h2 span {
	background: #fff;
	padding: 0 80px;
}

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

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







/* RESPONSIVE 設定
------------------------------------------------------------*/

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

@media only screen and (min-width: 900px){
	body{
		font-size:14px;
               margin: 0px 0px 0px 0px;
	}


	
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}

	#mainnav li{
		display: inline-block;
		padding: 50px 25px;
		font-size: 15px;
	}
	
	
	/* SEC03 PROJECT
	-----------------*/
	.col3{
		text-align: center;
	}

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


@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){
	.innerS{
		width: 94%;
		padding-bottom: 70px;
	}
	.col3 li{
		line-height: 1.7;
	}
	.col3 img{
		margin: 0 auto;
	}
	.col3 .img{
		padding: 30px;
		margin-bottom: 20px;
	}
	#gallery {
		float: none;
		width: 100%;
	}
	#map iframe{
		width: 96% !important;
		left: 2%;
	}
	#sec04_02{
		padding: 50px 20px;
	}
}

@media only screen and (max-width: 799px){
	#header{
		position: fixed;
		width: 100%;
		z-index: 500;
	}
	
	#headerWrap{
		position: relative;
		width: 100%;
		height: 70px;
		background: #fff;
		border-bottom: 1px solid #ccc;
	}
	
	#header h1{
		padding-top: 10px;
	}
	
	#header h1 img{
		margin-top: 3px;
		max-height: 45px;
		width: auto !important;
	}

}

  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 60%;
  	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: 0;
		z-index: 100;
	}

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

	#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:rgb(33, 24, 21);
		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);
	}





/* Loading背景画面設定　*/
.start {
	background: #ffffff;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start p {
	position: fixed;
	left: 40%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 280px;
}
.show {
  opacity: 0;
}

.startsmp {
	background: #ffffff;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.startsmp p {
	position: fixed;
	left: 27%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 180px;
}
.show {
  opacity: 0;
}



/* ホバー　*/

.img_wrap{
	border: 0px solid #ddd;
	width: 300px;
	margin: 0 auto;
	
  }
  .img_wrap img{
	width: 100%;
	cursor: pointer;
	transition-duration: 0.3s;
  }
  .img_wrap:hover img{
	opacity: 0.6;
	transition-duration: 0.3s;
  }



/* フェードイン　*/

.fade-in {
	opacity: 0;
	transition-duration: 900ms;
	transition-property: opacity, transform;
  }
  
  .fade-in-up {
	transform: translate(0, 50px);
  }
  
  
  .scroll-in {
	opacity: 1;
	transform: translate(0, 0);
  }

