/* CSS Document */

header {
	background: none;
}

h2 {
	color: #FFF;	
}

/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/
@media print,screen and (min-width: 769px){

#top {
	background: url(../img/top_01.jpg) no-repeat;
	background-size: cover;
	height: 1000px;	
}


h2 {
	margin: 130px 0;	
}

h3 {
	margin-bottom: 35px;
	font-size: 20px;
}

p {
	font-size: 16px;	
}

h3,.text p {
	color: #FFF;	
}

.text {
	margin-bottom: 80px;	
}

.top_btn li {
	border: solid 1px #FFF;	
}
	
.top_btn li	a {
	display: block;	
	color: #FFF;
}

.top_btn li {
	display: block;
	float: left;
	width: 230px;
	height: 60px;
	text-align: center;
	line-height: 3.0;
	margin-right: 20px;
	font-size: 20px;
}

.top_btn li:last-child {
	margin: 0;	
}

.top_btn li	a:hover {
	background: RGBA(255, 255, 255, 0.3);	
}
	
	
	/*.top_btn {
  position: absolute;
  top: 625px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 800px;
  height: 0;
}

*/












}
/*===============================================
●smart.css  画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
h1 {
	width: 60%;
	text-align: center;
	padding: 20px 0;
	margin: 0 auto;
}

h2 {
	width: 100%;
	margin-bottom: 50px;
}

#top {
	background: url(../img/top_sp.jpg) no-repeat;
	background-size: cover;
	background-position: 15%;
	/*height: 100vh;*/
}

.inner {
	padding: 35px;	
}

.main_box {
	/*height: 100vh;*/
	background: RGBA(0, 0, 0, 0.35);	
}

h3 {
	font-size: 18px;
}

h3,.text p {
	margin-bottom: 20px;
	color: #FFF;
}

.text {
	/* text-align: center; */
	margin-bottom: 60px;
}

#top li {
	border: solid 1px #FFF;
	text-align: center;
	height: 50px;
	width: 40%;
	float: left;
	line-height: 2.7;
	margin: 0 5%;
	font-size: 18px;
}
 
#top  li a {
	color: #FFF;
	display: block;
}









