html{
	scroll-behavior:smooth;
	overflow-x:hidden;
}
*{
	box-sizing:border-box;
	//outline:2px solid red;
}
h1,h2,h3{
	margin:0; padding:0;
}
body{
	font-family: "SF Pro Display","Roboto","游ゴシック体","YuGothic","Noto Sans JP","游ゴシック Light","游ゴシック","Yu Gothic",sans-serif;
	background:#fcfcfc;
	padding:0;
	margin:0;
}

/*ボタン画像*/
#maru{
	width:8px;
	margin:0 5px;
	padding:0;
}
#arrow1{
	width:10px;
	margin-left:7px;
}
#arrow2{
	width:10px;
	margin-left:7px;
	transform:rotate(-45deg);
}
.img_w{
	display:none;
}
/* nav ここから↓ */
header{
	position:fixed; top:0;
	height:100px;
	display:flex; flex-direction:row;
	z-index:999;
	width:100%;
	z-index: 999;/*最前面へ*/
	background:rgba(0,0,0,0);
	padding-top:70px;
	transition : all 1.8s;
}
header.invert{
	background:rgba(0,0,0,0.1);
	padding-top:50px;
	transition: all 1.8s;
}
//.change-color{
	#nav2 ul li a,.has-child{color:#fff;}
	#nav2 ul li.has-child::before{border-color:#fff;}
	.img_b{display:none;}
	.img_w{display:block;}
	.openbtn span{background:#fff; color:#000;}
	.openbtn.active span{color:#fff;}
}

#nb,#gnav{
	display:flex; flex-direction:row;
}
#nav1 img{
	width:200px;
	margin-left:80px;

}
#nb{
	margin-left:50px;	
}
.btn1 a, .btn2 a{
	display:block;
	color: #fff;
	font-size:14px;
	padding:5px 30px; 
	text-decoration:none; 
	border-radius: 30px;
}
.btn1 a{
	background-color:#242322;
}
.btn2 a{
	color:#000;
	background:#fcfcfc;
}
.btn1 a:hover,
.btn2 a:hover{
	color:#ccc;
	background-color:transparent;
}
.openbtn{
	display:none;
}
#nav2{
 	margin:0 0 0 auto;
	padding-right:80px;
}
#nav2 ul li{
  	position: relative;
	list-style:none;
}
#nav2 ul li a,.has-child{
  	display: block;
  	text-decoration: none;
  	color: #000;
  	padding:0 15px;
	text-align:center;
  	transition:all .3s;
	cursor:pointer;
}
#nav2 ul ul{
  	display: block;
}
#nav2 ul li li a{
  	padding:10px 35px;
}
#nav2 ul li a:hover,
.has-child:hover{
  	color:#999; 
}
#nav2 ul li.has-child::before{
  	content:'';
  	position: absolute;
  	left:15px;
  	top:6px;
  	width:6px;
  	height:6px;
  	border-top: 2px solid #000;
    	border-right:2px solid #000;
    	transform: rotate(135deg);
	transition:all .3s;
}
#nav2 ul li.has-child:hover::before{
	border-color:#999;
}
#nav2 li.has-child ul{
  	position: absolute;
  	left:0;
  	top:30px;
  	background:#999;
  	width:140px;
  	visibility: hidden;
  	opacity: 0;
  	transition: all .3s;
}
#nav2 li.has-child:hover > ul,
#nav2 li.has-child ul li:hover > ul,
#nav2 li.has-child:active > ul,
#nav2 li.has-child ul li:active > ul{
  	visibility: visible;
  	opacity: 1;
}
#nav2 li.has-child ul li a{
  	color: #fff;
  	width:100%;
  	border-bottom:solid 1px rgba(255,255,255,0.6);
}
#nav2 li.has-child ul li:last-child a{
  	border-bottom:none;
}
#nav2 li.has-child ul li a:hover,
#nav2 li.has-child ul li a:active{
  	background:#000;
  	width:100%;
}
#lang,#snsicon{
	display:none;
}
/*　上に上がる動き　*/

#header.UpMove{
  animation: UpAnime 2s forwards;
}

@keyframes UpAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 0;
  transform: translateY(-100px);
  }
}

/*　下に下がる動き　*/

#header.DownMove{
  animation: DownAnime 2s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 0;
  transform: translateY(-100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* タイトルここから↓ */
#yohaku1{
	height:140px;
}
#title{
	padding-top:130px;
	padding-left:100px;
	font-size:70px;
}
/* addressここから↓ */
#address{
	font-size:40px;
	width:100%;
	margin-left:100px;
	margin-top:130px;
	max-width:1000px;
}
.matome{
	display:flex;
	justify-content:center;
	margin-top:50px;
}
table{
	line-height:2;
}
table th{
	text-align:left;
	padding-right:10px;
}
/* 画像ここから↓ */
#mizuimg{
	background-image:url("../images/mizu.jpg");
	margin:20px;
	height:360px;
	border-radius:20px;
	background-repeat:no-repeat;
	background-size:cover;
}

/* shopdataここから↓ */
#sd{
	font-size:40px;
	width:100%;
	margin-left:100px;
	margin-top:50px;
	margin-bottom:50px;
	max-width:1000px;
}
.openclose{
	margin:auto;
	width:100%;
	max-width:1000px;
	line-height:2;
}

/* システムここから↓ */
#system{
	font-size:40px;
	width:100%;
	margin-left:100px;
	margin-top:50px;
	margin-bottom:50px;
	max-width:1000px;
}
.systemcomment {
	margin:auto;
	width:100%;
	max-width:1000px;
	line-height:2;
	margin-bottom:80px;
}


/*動きここから↓ */

.blur{
  animation-name:blurAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
}

@keyframes blurAnime{
  from {
  filter: blur(10px);
  transform: scale(1.02);
  opacity: 0;
  }

  to {
  filter: blur(0);
  transform: scale(1);
  opacity: 1;
  }
}
 
.blurTrigger{
    opacity: 0;
}

/* footer ここから↓ */
footer{
	position:relative;
	height:360px;
	border-radius:20px;
	background: #242322;
	margin:20px;
}
.footer_top img{
	margin-top:107px;
	margin-left:100px;
	width:200px;
}
.footer_middle{
	display:flex;
	justify-content:flex-end;
	margin-right:100px;
}
#snsicon3{
	display:none;
}
.footer_list{
	width:150px;
}
.footer_list li{
	list-style:none;
	height:30px;
	line-height:30px;
	color:#eee;
}
.footer_list li a{
	text-decoration:none;
	color:#eee;
}
#snsicon2 img,#snsicon3 img{
	width:25px;
	margin-right:5px;
}
.copyright{
	position:absolute; bottom:70px; left:100px;
	color:#888;
}
.totop{
	background:rgba(36,35,34,0.5);
	width:130px;
	padding:5px 0;
	text-align:center;
	border-radius:8px;
	position:fixed; bottom:70px; right:100px;
	opacity:0;
}
.totop:hover{
	background:rgba(0,0,0,0.8);
}
.totop a{
	text-decoration:none;
	color:#fff;
}
.totop.appear{
	animation: appearAnime 1.5s forwards;
}
@keyframes appearAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.totop.disappear{
	animation: disappearAnime 1.5s forwards;
}
@keyframes disappearAnime{
  from {
  	opacity: 1;

  }
  to {
  	opacity: 0;

  }
}
