@charset "UTF-8";
/* CSS Document */

html,body{
	width: 100%;
}
body{
    margin: 0;
    padding: 0;
    text-align: center;
}

div#main{
    min-width: 1280px;
    min-height: 558px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 1280px;
}
div#main img {
    display: block;
    float: left;
    border: 0;
    margin: 0;
    padding: 0;
}

div#catch{
    min-width: 1280px;
    margin-left: auto;
    margin-right: auto;
	margin-top: 40px;
	margin-bottom: 10px;
    text-align: center;
    width: 1280px;
}

div#navi{
    min-width: 1280px;
    min-height: 100px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 1280px;
    position: relative;
}
#btn01{
    position: absolute;
    top: 32px;
    left: 185px;
}
#btn02{
    position: absolute;
    top: 32px;
    left: 377px;
	text-align: center;
}
#btn03{
    position: absolute;
    top: 32px;
    left: 620px;
}
#btn04{
    position: absolute;
    top: 32px;
    left: 752px;
}
#btn05{
    position: absolute;
    top: 32px;
    left: 935px;
}
#btn06{
    position: absolute;
    top: 32px;
    left: 1062px;
}
#btn07{
    position: absolute;
    top: 32px;
    left: 70px;
}

.txt{
	text-align: center;
	font-size:18px;
	line-height: 175%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

.txt-underline{
	text-decoration:underline;
}

#sns{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 48px;

    #youtube{
        position: absolute;
        left: 560px;
    }
    #instagram{
        position: absolute;
        left: 620px;
    }
    #facebook{
        position: absolute;
        left: 680px;
    }
}