@charset "UTF-8";
/* CSS Document */
/*各ページ共通ヘッダー＆フッター*/
header {
    width: 920px;
    height: 180px;
    margin: auto;
    position: relative;
}
#top-logo {
    position: absolute;
    top: 21px;
    left: 58px;
    width: 144px;
}
header .shop{
    position: absolute;
    width: 170px;
    left: 220px;
    top: 60px;
}
.sns_pc a{
    display: block;
    margin-bottom: 8px;
}
.sns_sp a{
    margin:  auto 7px;
}
@media (max-width:919px) {
header {
    width: 100%;
}
#top-logo {
    top: 21px;
    left: 21px;
    width: 120px;
}
header .shop{
    width: 160px;
    left: 160px;
    top: 55px;
}
}
#top-nav {
    position: absolute;
    top: 23px;
    right: 58px;
}
#top-nav ul li {
    display: inline-block;
    width: 14px;
    margin-left: 40px;
}
#top-nav ul li:last-child {
    width: 25px;
	vertical-align: top;
	padding-top: 15px;
	margin-left: 30px;
}
#top-nav a:hover {
    opacity: 0.5;
}
footer {
    position: relative;
    width: 100%;
    height: 150px;
}
footer .copyright {
    position: absolute;
    font-size: xx-small;
    bottom: 20px;
    left: 20px;
}

#top_img {
    width: 864px;
    margin: auto;
}

@media (max-width:910px) {
#top_img {
    width: 95%;
}
}

/*ここまで各ページ共通ヘッダー＆フッター*/


