
body {
	margin: 0;
	padding: 0;
	color: #000000;
}



.st_wrapper {
	text-align: center;
	width: 100%;
    max-width: 1100px;
	margin: 0 auto;
    padding: 0;
	letter-spacing: 0.045em;
	font-family: 'Noto Sans JP', sans-serif;
}

.st_wrapper img {
	width: 100%;
	border: 0;
	vertical-align: bottom;/*余白削除*/
}

.st_wrapper a { 
	text-decoration: none;
	color: #000;
}

.top_content {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-image: url("../images/bk.jpg");
	background-size: cover;
}

.top_inner {
	width: 80%;
	margin: 0 auto;
	height: auto;
	position: relative;
}

.top_ttl {
	width: 24%;
	position: absolute;
	top: 10%;
	left: 38%;
}


.wrap_content {
	width: 100%;
	max-width: 960px;
	padding: 0;
	margin: 5% auto;	
	text-align: center;
    position: relative;
	overflow: hidden;
}

.st_wrapper h1 {
	font-family: "Times New Roman", Times, "serif";
	font-size: 34px;
	font-weight: 400;
	line-height: 1.5em;
	margin: 2% auto 2%;
	text-align: center;
	color: #000;
}

.st_wrapper h2 {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.5em;
	margin: 2% auto;
	text-align: center;
	color: #fff;
}

.st_wrapper h3 {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5em;
	margin: 1% auto 5%;
	text-align: center;
}

.st_wrapper p{
	font-size: 14px;
	font-weight: 300;
	line-height: 1.9em;
    margin: 5% 0 3%;
}

strong {
    font-size: 130%;
    font-weight: 600;
}

.lead {
	text-align: center;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.9em;
    margin: 3% auto 3%;
}

.info_box {
	margin: 7% auto;
	padding: 5% 0;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
}

.sp {
	display: none;
}

.Lft {
	text-align: left;
}

.Rht {
	text-align: right;
}

.Sml {
	font-family: futura-pt, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.6em;
    margin: 2% auto;
    text-align: left;
    color: #333;
}

/* General button style (reset) */
.btn {
	border: none;
	font-family: inherit;
	font-size: 20px;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 20px 50px;
	display: inline-block;
	margin: 2% auto;
	letter-spacing: 0.15em;
	font-weight: 100;
	outline: none;
	position: relative;
	text-align: center;
	
}


/* Button 1 */
.btn-1 {
	display: block;
	width: 35%;
    font-family: "Times New Roman", Times, "serif";
	margin: 2% auto 4%;
	padding: 10px;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 600;
	color: #fff;
    background-color: #5f5350;
}

a.btn {
	color: #fff;
}

.btn-2 {
	display: block;
	width: 35%;
	margin: 10% auto 4%;
	padding: 10px;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 600;
	color: #fff;
    background-color: #9D8138;
}

.clear {
    clear: both;
}

/* ぼかしから出現 */
.blur{
  animation-name:blurAnime;
  animation-duration:3s;
  animation-fill-mode:forwards;
}

@keyframes blurAnime{
  from {
  filter: blur(10px);
  transform: scale(1.02);
  }

  to {
  filter: blur(0);
  transform: scale(1);
  }
}

@media only screen and (max-width:750px){
	
	.st_wrapper {
		width: 94%;
		margin: 3% auto;
	}
	
	.wrap_content {
		width: 100%;
		margin: 3% auto;
	}
	
	.st_wrapper h1 {
		font-size: 26px;
	}
	
	.st_wrapper h2 {
		font-size: 22px;
        margin: 3% auto;
	}
    
    .st_wrapper h3 {
        font-size: 22px;
    }
    
    .st_wrapper p {
        font-size: 12px;
		margin: 6% auto;
    }
	
	.lead {
		font-size: 13px;
		margin: 6% auto;
	}
	
	.pc {
		display: none;
	}
	
	.sp {
		display: block;
	}
	
    .Sml {
        font-size: 12px;
        margin: 4% auto;
    }
    
	a span {
		font-size: 14px;
	}
	
	/* Button 1 */
	.btn-1 {
		width: 60%;
		font-size: 13px;
	}
	
	.btn-2 {
		width: 60%;
		font-size: 13px;
		margin: 15% auto 5%;
	}	
			
	
}






