@charset "utf-8";
.main_bg{
    background: url("../images/bg_main.jpg");
    /* padding-bottom: 4%; */
    position: relative;
    background-size: cover;
}
#kiminami{
    max-width: 1280px;
    max-height: 1296px;
    margin: 0 auto;
    position: relative;
}
#kiminami .sewrap{
	background: url(../images/bg_main.png) no-repeat top center;
	width: 100%;
	height: 100%;
	padding-top: 101.25%;
	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: 82%;
    font-size: 30px;
    font-weight: bold;
    background: #29ABE2;
    /* border: 8px #000 solid; */
    color: #FFF;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15%;
    margin: 0 auto;
    padding: 9px 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: 28px;
}
.main_bg .middle a{
    /* width: 20%; */
    max-width: 260px;
    display: block;
    margin: 0 auto;
}
.main_bg .middle .miwrap{
    background: #fff;
    width: 100%;
    height: 100%;
    padding: 8px 0;
    background-size: cover;
    box-shadow: 1px 1px 8px 1px #000000b0;
    color: #29ABE2;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border: #29ABE2 4px solid;
}
.main_bg .middle a:hover{
    opacity: 0.8;
}
/*グレーアウト　終わり*/
#footer{
	margin:0px !important;
}