html{
    background:white;
    position:relative;
    height:100%;
    text-align:center;
}

body{
    font-family: 'Quicksand','Arial','Meiryo','sans-serif';
}

#main{
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
  	color:#333333;
}

h1{
	position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
	font-size: 1px;
	color: rgba(255,255,255,0);
}
h2{
  font-size:4rem;
  font-family: 'Quicksand';
}
h3{
  font-size:1rem;
  margin-top:50px;
  margin-bottom:15px;
}

.btn-search{
	display: inline-block;
	padding: 0.3em 1em;
	text-decoration: none;
	background: #F9BC60;
	border: none;
	color: white;
	border-radius: 3px;
	transition: .4s;
	cursor: pointer;
	width:300px;
	height:50px;
	font-family: 'Quicksand';
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
  	margin-bottom:10px;
  }
  .btn-search:hover{
	letter-spacing: 8px;
	background: #ff894f;
	color: white;
  }

  .sns-box {
	width: 300px;
	height: 50px;
	display: grid;
  	grid-template-columns: 1fr 1fr;
  }
.btn-line {
	display: inline-block;
	padding: 0.3em 1em;
	text-decoration: none;
	background: rgba(0, 185, 0, 1);
	border: none;
	border-radius: 3px;
	transition: .4s;
	cursor: pointer;
	font-family: 'Quicksand';
	color: white;
	font-weight:bold;
	font-size:1.4rem;
	line-height:1.4rem;
	outline: none;
	letter-spacing: 1.6px;
	width: 140px;
	height: 50px;
	margin-left: 10px;
}

.btn-line:hover{
	background: rgba(0, 185, 0, 0.7);
}

.btn-twitter {
	display: inline-block;
	padding: 0.3em 1em;
	text-decoration: none;
	background: rgba(15, 20, 25, 1);
	border: none;
	border-radius: 3px;
	transition: .4s;
	color:white;
	cursor: pointer;
	font-family: 'Quicksand';
	font-size:1.4rem;
	font-weight: bold;
	line-height:1.4rem;
	outline: none;
	width: 140px;
	height: 50px;
	margin-right: 10px;
}

.btn-twitter:hover{
	background: rgba(15, 20, 25, 0.7);
}

.inquiry{
	margin-top:30px;
}
