@charset "utf-8";
.main_bg{
    background: url("../images/bg_main_sp.jpg");
    /* padding-bottom: 4%; */
    position: relative;
    background-size: cover;
}
#kiminami{
    max-width: 640px;
    max-height: 1446px;
    margin: 0 auto;
    position: relative;
}
#kiminami .sewrap{
	background: url(../images/bg_main_sp.png) no-repeat top center;
	width: 100%;
	height: 100%;
	padding-top: 225.9375%;
	margin: 0 auto;
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position:relative;
	line-height:1.5;
	background-size: cover;
}
#kiminami .clrTxt {
	text-indent:-10000px;
	text-decoration:none;
	overflow:hidden;
    position:absolute;
}
.btn{
    width: 94%;
    font-size: 6vw;
    font-weight: bold;
    background: #29ABE2;
    /* border: 8px #000 solid; */
    color: #FFF;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12%;
    margin: 0 auto;
    padding: 4% 0;
}
.btn:hover{
    text-decoration: none;
    color: #FFF;
    opacity: 0.8;
}
.main_bg .middle{
    width: 100%;
    margin: 0 auto;
    background: #fff5;
    position: absolute;
    bottom: 0;
    padding: 4% 0;
}
.main_bg .middle a{
    width: 55%;
    /* max-width: 280px; */
    display: block;
    margin: 0 auto;
    color: #29ABE2;
}
.main_bg .middle .miwrap{
    background: #fff;
    width: 100%;
    height: 100%;
    padding: 4% 0;
    background-size: cover;
    box-shadow: 1px 1px 8px 1px #000000b0;
    font-size: 4.5vw;
    text-align: center;
    font-weight: bold;
    border: #29ABE2 4px solid;
}
.main_bg .middle a:hover{
    opacity: 0.8;
}
/*グレーアウト　終わり*/
#footer{
	margin:0px !important;
}