@charset "UTF-8";
/* CSS Document */


body {
	padding:0;
	margin:0;
}


.st_wrap {
	clear: both;
	width:100%;
	padding: 2% 0;
	margin:0 auto;    
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	color: #000000;	
	background-color: #eee;
    text-align: center;
}

.st_wrap h1 {
	font-size: 50px;
    font-weight: 600;
	text-align: center;
	margin: 2% auto 1%;
    line-height: 1.3em;
	color: #dbf763;
	text-shadow: 1px 1px 1px #666666, -1px 1px 1px #666666, -1px -1px 0 #666666, 1px -1px 0 #666666;
    -webkit-text-stroke: 1px #666666;
}

.st_wrap h2 {
	font-size: 20px;
	font-family: 400;
	text-align: center;
	margin: 0 auto 4%;
    color: #000;
}

.st_wrap h3 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin: 6% auto 2%;
}
.st_wrap p {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.5em;
    text-align: center;
	margin: .5em;
}

.st_wrap img {
	width: 100%;
	vertical-align: bottom;
}

#Main {
	max-width:800px;
	padding: 0;
	margin:0 auto 2%;
	position:relative;
}

#Main img {
    width: 100%;
}

.y_marker {
    background:linear-gradient(transparent 90%, #d7e7af 90%);
}

.sp {
	display:none;
}

.Lead {
	font-weight:normal;
	text-align:center;
	font-size: 23px;
	margin:2% auto 1;
	line-height:1.3em;
	color: #000000;
}

.wrap_content {
	max-width: 1000px;
	margin: 2% auto;
    padding: 0;
}

.thumb_box {
	width: 94%;
	max-width: 700px;
	margin: 2% auto;
	display: flex;
	flex-wrap: wrap;
}

.thumb {
	width: 46%;
	margin: 2%;
}


.btn-1 {
    font-size: 11px;
    padding: 3px 10px;
    margin: 0 0 0 5%;
    background-color: #000;
    color: #fff;
}

a.btn-1 {
    text-decoration: none;
}

.btn-2 {
    display: block;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    width: 75%;
    margin: 8% auto 15%;
    padding: 10px;
    font-size: 13px;
    font-weight: bold;
    background-color: #fff;
    color: #000;
}

a.btn-2 {
    text-decoration: none;
}

.FL {
    float: left;
}

.FR {
    float: right;
}

.clear {
    clear: both;
}

.video {
position: relative;
height: 0;
padding: 0 0 120%;
overflow: hidden;
}
.video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.point_video {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.point_video iframe {
    width: 100%;
}

@media only screen and (max-width: 750px) {
    
    #Main {
        width: 96%;
        margin: 1% auto;
    }
    
    .st_wrap h1 {
        font-size: 28px;
		text-shadow: .5px .5px .5px #666666, -.5px .5px .5px #666666, -.5px -.5px 0 #666666, .5px -.5px 0 #666666;
    -webkit-text-stroke: .5px #666666;
    }
    
    .st_wrap h2 {
        font-size: 16px;
    }
    
    .st_wrap p {
        font-size: 11px;
    }

    .wrap_content {
        width: 96%;
    }
	
	.Lead {
		font-size: 15px;
	}
    
    .bdr_round {
        margin: 3%;
        padding: 2%;
    }
    
    .btn-1 {
        font-size: 10px;
    }
    
    .btn-2 {
        margin: 10% auto;
    }
    
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
}

