#sp_siteHeader {
width: 100%;
height: 54px;
background: #fff;
position: fixed;
top: 0;
left: 0;
z-index: 10000;
-webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
}
#sp_siteHeader .logo {
width: 150px;
padding: 14px 0 0 4%;
display: block;
}
#sp_siteHeader .logo img {
width: 100%;
}
#sp_siteHeader #spNav {
width: 50px;
height: 54px;
display: block;
position: absolute;
top: 0;
right: 2%;
}
#sp_siteHeader #spNav:before {
content: "";
width: 28px;
height: 14px;
border-top: 2px solid #222;
border-bottom: 2px solid #222;
position: absolute;
top: 11px;
left: 50%;
margin-left: -14px;
}
#sp_siteHeader #spNav:after {
content: "";
width: 28px;
height: 2px;
background: #222;
position: absolute;
top: 19px;
left: 50%;
margin-left: -14px;
}
#sp_siteHeader #spNav span {
width: 100%;
display: block;
text-align: center;
font-size: 12px;
font-size: 1.2rem;
font-family: "Roboto", sans-serif;
font-weight: 700;
color: #222;
position: absolute;
bottom: 4px;
left: 1px;
} #siteFooter {
padding: 30px 0 20px;
}
#siteFooter .flex.inner {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
#siteFooter .info {
text-align: center;
}
#siteFooter .info .logo a {
width: 170px;
display: block;
margin: 0 auto 10px;
}
#siteFooter .info .logo a:hover {
opacity: .7;
}
#siteFooter .info .logo a img {
width: 100%;
}
#siteFooter .info .adr {
font-family: "NotoSansJP", sans-serif;
font-size: 14px;
font-size: 1.4rem;
}
#siteFooter #footerUtil {
margin: 20px 0 25px;
}
#siteFooter #footerUtil .tel a {
color: #11a5d3;
line-height: 1;
}
#siteFooter #footerUtil .goContact {
width: 240px;
margin: 10px auto 0;
}
#siteFooter #footerSns {
margin-bottom: 20px;
}
#siteFooter #footerSns ul {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
#siteFooter #footerSns li {
width: 36px;
margin: 0 5px;
}
#siteFooter #footerSns a:hover {
opacity: .7;
}
#siteFooter nav {
display: none;
}
#siteFooter #copy {
text-align: center;
}
#siteFooter #copy small {
font-family: "Roboto", "NotoSansJP", sans-serif;
font-size: 11px;
font-size: 1.1rem;
color: #aaa;
}