@charset "utf-8";
/* CSS Document */


html{
	scroll-behavior: smooth;
	background-image: url("images/haikei.jpg");
	background-attachment: fixed;
	width: 100%;
}
	
.continer{
	display: flex;
	position: relative;
}
.h1{
	width: 700px;
	margin-left: 50px;
}
.absolut{
	width: 1200px;
	margin: 0 auto;
}
.image01{
	position: absolute;
	left: 10px;
	top: 40px;
}
table{
	position: absolute;
	right: 5px;
	top: 90px;
}
table td{
	width: 200px;
	height: 30px;
	text-align: center;
	font-size: 25px;
	border-left: 1px solid #333;
}
table td a{
	color: #fff;
}
table td a:hover{
	color: blueviolet;
}
.slide{
	padding: 0 50px;
}
.img1{
	height: 800px;
	margin: 50px 0;
	position: relative;
}
.img2{
	width: 1000px;
	height: 600px;
	margin: 0px auto;
}
.img1 video{
	opacity: 0.5;
	position: absolute;
	top: 0;
	left: 0;
}
.first{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.85;
}
.Port{
	text-align: center;
}
.mainimg img{
	transition-duration: .4s;
}
.mainimg img:hover{
	transform: scale(1.1);
	opacity: 0.6;
}
.main{
	display: flex;
}
.main2{
	display: flex;
}
.mainimg{
	text-align: center;
	width: 300px;
	height: 500px;
	margin: 0 auto;
}
.section{
	width: 60%;
	margin: 100px auto;
	padding: 50px 20px;
	border: 1px solid #333;
	background-color: #DDDDDD;
}
input[type="text"],input[type="email"],textarea{
	width: 100%;
	padding: 10px;
}
textarea{
	padding: 5px;
	height: 80px;
	font-size: 16px;
}
form p{
	margin: 10px;
	font-size: 20px;
}
.hissu{
	color: #ff3300;
	font-size: 12px;
}
.submit{
	text-align: center;
}
input[type="submit"]{
	padding: 8px 50px;
	background-color: #8d6449;
	font-size: 16px;
	color: #fff;
}

.to-pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 16px;
  background-color: #333;
  color: #fff;
  transition: opacity 200ms ease;
  cursor: pointer;
}

footer small {
  margin-top: 30px;
  background: #222;
  color: #f2f2f2;
  display: block;
  font-size: 11px;
  padding: 30px;
  text-align: center;
}
