
body {
	margin: 0;
	padding: 0;
	color: #000000;
}

body img {
    width: 100%;
	border: 0;
	vertical-align: bottom;/*余白削除*/
}

#container {
}

.st_wrapper a { text-decoration: none;}

.st_wrapper {
	text-align: center;
	width: 100%;
	margin: 0 auto;
    padding: 0 0;
	letter-spacing: 0.045em;
	background: linear-gradient(120deg, #fb5c01, #ffa870);
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

.wrap_content {
	width: 100%;
	max-width: 600px;
	padding: 7% 0 4%;
	margin: -1% auto 0;	
	text-align: center;
	background-color: #e6f5ec;
}

.wrap_in_box {
	width: 80%;
	padding: 0;
	margin: auto;	
	font-weight: bold;
	font-size: 20px;
}


.sns_box {
	width: 90%;
	padding:-7% 0 5%;
	margin: 0 auto;	
	text-align: center;
	font-size: 18px;
	font-weight: 400;
}

.float_box{
	float: left;
	width: 47%;
}

.float_box img{
	width: 100%;
}

.float_box_s{
	float: left;
	width: 20%;
	margin: 2.5%;
}

.float_box_s img{
	width: 100%;
}

.wrap_footer {
	width: 100%;
	padding: 0;
	margin: 0 auto;	
	text-align: center;
}

.wrap_footer img {
	width: 100%;
	max-width: 600px;
	padding: 0;
	margin: 0 auto;	
}



.st_wrapper img {
	width: 100%;
	margin: 0 auto;
}

.st_wrapper h1 {
	width: 60%;
	max-width: 500px;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.5em;
	margin:6% auto 3%;
	text-align: center;
	color: #000;
}

.st_wrapper p{
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7em;
    margin: 0 2%;
}

.Top {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
	padding-bottom: 1%;
    border-radius: 0;
	animation: fadein 3s forwards;
}

.Top img {
    width: 100%;
	margin: 0 auto;
}

@keyframes fadein {
	0% {opacity: 0}
	100% {opacity: 1}
}

.Lead {
	text-align: center;
	font-size: 28px;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 800;
	font-style: normal;
	line-height: 1.1em;
    margin: 10% auto 3%;
}

.Lead span {
	font-size: 70%;
}

.bnr_box {
	width: 100%;
	margin: -7% auto 15%;
	font-weight: 400;
	font-size: 18px;
}

.bnr_box img {
	width: 100%;
	margin: 9% auto 3%;
}

.clr_box {
    width: 100%;
    margin: 15% 0 0;
    padding: 6% 0 3%;
	background-color: #f0fabe;
}

.float_sb{
	float: left;
	width: 31.66%;
	margin-top: 3%;
}

.float_sb img{
	width: 100%;
}

.btn {
	border: none;
	cursor: pointer;
	padding: 10px 20px;
	display: inline-block;
	margin: 3% auto;
	outline: none;
	position: relative;
	text-align: center;
}

.btn-1 {
	width: 100%;
	box-sizing: border-box;
	margin: 2% auto 4%;
    padding: 31px 40px 30px 20px;
	font-size: 24px;
	line-height: 1.8em;
	color: #000;
	background-color: #fff;
	border: solid 1px #666;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.btn-1:before {
	display: block;
	content: "";
	position: absolute;
	top: 42%;
	right: 10px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 14px solid transparent;        /*top right bottom を透明化 */ 
	border-left: 16px solid #ff5f00;
    transition: 0.3s;
    color: #ff5f00;
    text-decoration: none;
}
a.btn-1:hover:before {
	right: 5px;        /*マウスオーバーで三角をずらす */ 
}

.btn-2 {
	width: 100%;
	box-sizing: border-box;
	margin: 2% auto 4%;
    padding: 10px 40px 12px 20px;
	font-size: 24px;
	line-height: 1.8em;
	color: #000;
	background-color: #fff;
	border: solid 1px #666;
    text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

a.btn-2:before {
	display: block;
	content: "";
	position: absolute;
	top: 38%;
	right: 10px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 14px solid transparent;        /*top right bottom を透明化 */ 
	border-left: 16px solid #ff5f00;
    transition: 0.3s;
    color: #ff5f00;
    text-decoration: none;
}
a.btn-2:hover:before {
	right: 5px;        /*マウスオーバーで三角をずらす */ 
}


.btn-3 {
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto 0;
    padding: 14px 0px 13px 10px;
    text-align: left;
	font-size: 20px;
	line-height: 1.4em;
	color: #000;
	background-color: #fff;
	display: flex;
}

a.btn-3:before {
	display: block;
	content: "";
	position: absolute;
	top: 42%;
	right: 5px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 12px solid transparent;        /*top right bottom を透明化 */ 
	border-left: 14px solid #ff5f00;
    transition: 0.3s;
    color: #ff5f00;
    text-decoration: none;
}
a.btn-3:hover:before {
	right: 0px;        /*マウスオーバーで三角をずらす */ 
}

.btn-4 {
	margin: 1.5% 2% 1.5% 0;
    padding: 10px 0 10px 15px;
	font-size: 17px;
	line-height: 1.8em;
	color: #000;
	background-color: #fff;
	border: solid 1px #666;
    text-align: center;
	display: flex;
	border-radius: 30px;
	float: left;
	box-sizing: border-box;
}

a.btn-4:before {
	display: block;
	content: "";
	position: absolute;
	top: 40%;
	right: 5px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 10px solid transparent;        /*top right bottom を透明化 */ 
	border-left: 12px solid #ff5f00;
    transition: 0.3s;
    color: #ff5f00;
    text-decoration: none;
}
a.btn-4:hover:before {
	right: 0px;        /*マウスオーバーで三角をずらす */ 
}


.btn-5 {
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto 0;
    padding: 14px 0 30px 10px;
    text-align: left;
	font-size: 14.5px;
	line-height: 1.4em;
	color: #000;
	background-color: #fff;
	display: flex;
}

.btn-5 span {
	font-size: 60%;
	letter-spacing: 0.6em;
	position: absolute;
	top: 55%;
	left: 4.5%;
}

a.btn-5:before {
	display: block;
	content: "";
	position: absolute;
	top: 44%;
	right: 3px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 9px solid transparent;        /*top right bottom を透明化 */ 
	border-left: 10px solid #b3b3b3;
    transition: 0.3s;
    color: #b3b3b3;
    text-decoration: none;
}
a.btn-5:hover:before {
	right: 0px;        /*マウスオーバーで三角をずらす */ 
}

.sp {
	display: none;
}

.pc {
	text-align: center;
}

.clear {
    clear: both;
}


/*back to top*/
.gotop{
  position: fixed;
  right: 5px;
  bottom: 5px;;
  font-size: 20px;
  color: #000;
  cursor: pointer;
  transition: .3s;
  
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
	background-color: #fff;
	border-radius: 35px;
	padding: 1%  1.4%;
	border: solid 1px #000;
}

/*このクラスが付与されると表示する*/
.active{
  opacity: 1;
  visibility: visible;
}



@media only screen and (max-width:750px){
	
	.st_wrapper {
		width: 100%;
		padding-bottom: 0;
		margin-bottom: -3%;
	}
	
	.st_wrapper p {
		font-size: 13px;
	}
	
	.st_wrapper h1 {
		font-size: 16px;
	}
	
.wrap_content {
	padding: 8% 0 3%;
}
	
.wrap_in_box {
	width: 90%;
	font-size: 15px;
}
	
	.Lead {
		font-size: 24px;
	line-height: 1.1em;
	}
    
.clr_box {
    margin: 15% 0 0;
}
	
	
.bnr_box {
	width: 90%;
	font-size: 16px;
}
	
.btn-1 {
		font-size: 18px;
	}
	
a.btn-1:before {
	top: 42%;
	right: 5px;
	border: 12px solid transparent;        /*top right bottom を透明化 */ 
	border-left: 14px solid #ff5f00;
}
a.btn-1:hover:before {
	right: 0px;        /*マウスオーバーで三角をずらす */ 
}
	
.btn-2 {
		font-size: 18px;
    padding: 12px 40px 12px 20px;
	}
	
a.btn-2:before {
	top: 38%;
	right: 5px;
	border: 12px solid transparent;        /*top right bottom を透明化 */ 
	border-left: 14px solid #ff5f00;
}
a.btn-2:hover:before {
	right: 0px;        /*マウスオーバーで三角をずらす */ 
}
	
.btn-3 {
	font-size: 14px;
}
	
a.btn-3:before {
	top: 43%;
	right: 3px;
	border: 10px solid transparent;        /*top right bottom を透明化 */ 
	border-left: 12px solid #ff5f00;
}
a.btn-3:hover:before {
	right: 0px;        /*マウスオーバーで三角をずらす */ 
}
	
.btn-4 {
	font-size: 12px;
    padding: 10px 0 10px 10px;
}
	
a.btn-4:before {
	top: 41%;
	border: 8px solid transparent;        /*top right bottom を透明化 */ 
	border-left: 10px solid #ff5f00;
	right: 3px;
}
a.btn-4:hover:before {
	right: 0px;        /*マウスオーバーで三角をずらす */ 
}
	
.btn-5 {
	font-size: 11px;
}
	
.btn-5 span {
	left: 6%;
}
	
.sns_box {
	font-size: 17px;
}
    
	.pc {
		display: none;
	}
	
	.sp {
		display: block;
	}
	
}






