@charset "UTF-8";
*{
	margin:0px;
	padding:0px;
	text-decoration: none;
	list-style:none
}
html{
	background-color: #fff;
	color:#555;
	scroll-behavior: smooth;
}
body{
	width:100%;
	font-family: 'Klee One', cursive;
}
header,footer{
	font-family: 'Zen Antique', serif;
	position:fixed;
	z-index:9999;
	width:25vw;
	height:100vh;
}
header{
	top:0;
	left:0;
}
footer{
	left:25vw;
	bottom:0;
}
.first,.second,.third,.firstf,.secondf,.thirdf{
	height:33.333vh;
	width:100%;
	background-position: center;
	position: relative;
	float:left;
}
.in {
	height:33.333vh;
	width:100%;
}

.first{
	background-image:url(img/tsunagu.jpg);
}
.second{
	background-image:url(img/megasolar.jpg);
}
.third{
	background-image: url(img/iot.jpg);
}
.firstf{
	background-image:url(img/ma.jpg);
}
.secondf{
	background-image: url(img/company.jpg);
}
.thirdf{
	background-image: url(img/contact.jpg);
}

section{
	width:50vw;
	float:right;
	min-height:100vh;
}
#logo{
	width:25vw;
	height:25vw;
	background-image: url("img/tsunaguLOGO.png");
	background-size: cover;
	margin:25px auto 0;
}
h1{
	color:#f4d925;
	font-size:2.5vw;
	text-align:center;
	letter-spacing: 0.5em;
	padding-left:0.5em;
	margin-bottom:100px;
}
.bg{
	background-repeat: no-repeat, no-repeat;
	background-position: bottom;
	background-size: contain;
	padding-bottom: 10vw;
}
.bg1{
	background-image: url(img/siro.png),url(img/tsunagu.jpg);
}
.bg2{
	background-image: url(img/siro.png),
	url(img/megasolar.jpg);
}
.bg3{
	background-image: url(img/siro.png),
	url(img/iot.jpg);
}
.bg4{
	background-image: url(img/siro.png),
	url(img/ma.jpg);
}
h2{
	font-family: 'Zen Antique', serif;
	margin:-20px 3vw 10px;
	padding-left:10px;
	font-size:2vw;
	letter-spacing: 0.1em;
	color:#f4d925;
	position: relative;
}
h2:before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 100%;
  height: 1.5vw;
  background-color: rgba(50, 15, 0, 0.3);
}
h3{
	font-family: 'Klee One', cursive;
	text-align:center;
	padding-top:15vh;
	font-size:3.5vh;
	font-weight:bold；
}
.hutikage{
	text-shadow: 1px 1px 1px rgba(50, 15, 0, 0.4), -1px 1px 1px rgba(50, 15, 0, 0.4), 1px -1px 1px rgba(50, 15, 0, 0.4), -1px -1px 1px rgba(50, 15, 0, 0.4), 1px 1px 1px rgba(50, 15, 0, 0.4), -1px 1px 1px rgba(50, 15, 0, 0.4), 1px -1px 1px rgba(50, 15, 0, 0.4), -1px -1px 1px rgba(50, 15, 0, 0.4), 3px 3px rgba(50, 15, 0, 0.3);
}
.orange{
	color:#e99214;
}
.main{
	font-size:1.3vw;
	margin:0  3vw;
	line-height: 2;
	text-shadow: 2px 2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, -2px -2px 2px #fff, 2px 2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, -2px -2px 2px #fff;
	text-shadow: 2px 2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, -2px -2px 2px #fff, 2px 2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, -2px -2px 2px #fff;
}
table{
	width: 94%;
	margin:0 auto;
	border-collapse: collapse;
}
table tr{
	border-bottom: solid 2px white;
}
table tr:last-child{
	border-bottom: none;
}
table th{
	position: relative;
	width: 20%;
	background-color: #e99214;
	color: white;
	text-align: center;
	padding: 10px 0;
	font-size:1.3vw;
}
table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #e99214;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
table td{
	font-size:1.15vw;
	text-align: left;
	width: 70%;
	background-color: #eee;
	padding: 10px 0 10px 20px;
	vertical-align:middle;
}
input,.wpcf7-textarea {
	width: 97%;
	border:none;
	background-color:transparent;
}
input{
	height:40px;
}
.mfth{
	background-color: #f4d925;
}
.mfth:after{
	border-left: 10px solid #f4d925;
}
.wpcf7 input[type="submit"] {
	font-size:1.3vw;
	width:6vw;
	height:50px;
	padding: 10px 0;
	background: #eee;
	color: #333;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 0 0 1px rgba(0,0,0,.2);
	border: 1px solid #ccc;
	text-align: center;
	text-shadow: -1px 1px 0 rgba(255,255,255,1);
}
.center{
	padding:15px 23.5vw 0;
}
a.anchor{
	display: block;
	padding-top: 30px;
	margin-top: -30px;
}
@media screen and (max-width: 767px) {	
header,footer{
	left:0;
	height:16vh;
	width:100vw;
}
#logo{
	width:50vw;
	height:50vw;
}
h1{
	font-size:5vw;
}

.first,.second,.third,.firstf,.secondf,.thirdf{
	height:16vh;
	width:33.33%;
}
.in {
	height:16vh;
}
section{
	width:100vw;
	padding:16vh 0;
}
h2{
	font-size:4vw;
}
h2:before {
  height: 3vw;
}
h3{
	padding-top:6vh;
	font-size:3vw;
}
.main{
	font-size:2.5vw;
	line-height: 2.5;
}
.bg{
	margin-top:5vw;
	padding-bottom: 15vw;
}
table th{
	font-size:2.5vw;
}
table td{
	font-size:2.2vw;
}
.wpcf7 input[type="submit"] {
	font-size:4vw;
	width:20vw;
	height:75px;
	border-radius: 8px;
}
a.anchor{
	display: block;
	padding-top: 17vh;
	margin-top: -17vh;
}
}