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

body {
	font-size: 1em;
	font-family: "Noto Sans JP";
	}
	
h3 {
	font-size: 1.5em;
	font-weight: normal;
	}
	
.center {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	}

.container {
  display: flex;
  justify-content: center;
  height: 100%;
}
.box {
    width: 100%;
	max-width: 800px;
}


.topimg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);	
}
.topimg img{
    width: 300px;
	min-width: 300px;
}


a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
} 

.inblo {
	display: inline-block;
	}

table {
    border-collapse: collapse;
    width: 100%;
	max-width: 800px;
    border-spacing: 0;
}
table th {
    background-color: #eee;
    text-align: left;
    width: auto;
    white-space: nowrap;
    padding: .5em 1em;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    font-weight: normal;
}
table td {
    background-color: #f6f6f6;
    padding: .5em 1em;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
table.contact th {
    width: 35%;
}
table.contact td {
    width: 65%;
}

@media screen and (max-width: 600px) {
table {
    border-top: 0px solid #999;
  }
table td,
table.contact td {
    display: block;
    text-align: left;
	width: auto;
  }
table th,
table.contact th {
    display: block;
    border-top: none;
    border-bottom: none;
    width: auto;
    text-align: left;
  }
}




/*　-----------------------------------
トップメインイメージ
-----------------------------------　*/
.relative {
    position: relative;	
	height: 100vh;
	min-height: 100vh;
}
.absolute-h1 {
/*	position: absolute;
	top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);*/
	font-size: 1em;
	font-weight: bold;
	color: #000;
    text-align: center;
}
@media screen and (max-width: 800px) {
.absolute-h1 {
/*  font-size: 5.8vw;*/
}
}



/*　-----------------------------------
お問い合わせ
-----------------------------------　*/
.need {
    background: #FF0000;
    font-size: 10px;
    color: #FFFFFF;
    padding: 2px 5px;
    margin: 0 1em;
    width: auto;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
} 

input,
textarea,
select {
	width: 95%;
	padding: 0.5em;
	}
input.submit {
	border: none;
	background: #a4d0fb;
	margin-bottom: .5em;
	font-size: 1em;
	padding: 1em;
	width: 40%;
	}
input.reset {
	background: #CCC;
	border: none;
	font-size: 1em;
	padding: 1em;
	width: 40%;
	}
.submit:hover,
.reset:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
	}