#Navigation {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    height: 75px;
    z-index: 999;
    background-color: #566C73;
}

#Navigation > div {
    max-width: 1620px;
    height: 100%;
    margin: 0 auto;
    padding: 0 130px;
    justify-content:space-between;
}

#Navigation h2 img {
    width: 48px;
    height: auto;
}

#Navigation div {
    display: flex;
    align-items: center;
}

#Navigation div,
#Navigation ul {
    display: flex;
    align-items: center;
}

#NavigationLinks li {
    margin: 0 0 0 48px;
}

#NavigationLinks li img {
    height: 15px;
}

#NavigationButton a {
    background: #ffffff;
    height: 22px;
    line-height: 22px;
    display: block;
    width: 165px;
    text-align: center;
    font-size: 12px;
}

#NavigationButton li:last-child a {
    background-color:#1E3B45;
    color:#ffffff;
}

#NavigationButton li {
    margin: 0 0 0 12px;
}

#AllFooter {
    z-index: 1;
    position: relative;
    height: 450px;
    text-align: center;
    background: url(/common/images/Footer_ph.jpg) no-repeat center ;
    background-size:cover;
    color:#ffffff;
    line-height: 3.5em;
    display: flex;
    justify-content:center;
    align-items: center;
}

#AllFooter:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(0,0,0,0.55) ;
}

#AllFooter h3{
    font-size: 32px;
    font-family: serif;
    letter-spacing: 0.35em;
    margin-bottom: 45px;
}

#AllFooter h3 img {
    width: 60px;
    height: auto;
    vertical-align: middle;
    margin-right: 10px;
}

#AllFooter a {
    color:#ffffff;
}

#Name{
    font-size: 24px;
    letter-spacing: 0.35em;
}

#Add{
    font-size: 16px;
    letter-spacing: 0.35em;
}

#Tel {
    font-size: 16px;
    letter-spacing: 0.35em;
}

#Tel img {
    vertical-align: middle;
    height: 13px;
    width: auto;
    padding-bottom: 5px;
    margin-right: 13px;
}

#Tel a{
    display: inline-block;
    line-height: 1.005em;
}

#Navigation-sp {
    display: none;
    position:fixed;
    top: 0;
    height: 65px;
    width: 100%;
    z-index: 999;
    background-color: #566C73;
}

#Navigation-sp h2 img {
    width: 40px;
    height: auto;
    vertical-align: bottom;
}

#Navigation-sp h2 {
    text-align: center;
}

#Navigation-sp h2 a {
    display: inline-block;
}

#MenuWrapper {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: -100vw;
    height: 65px;
    width: 100vw;
    z-index: 10;
}
#MenuButtonChange { display: none;}
#MenuButton {
    background-color:#566c78;
    position: absolute;
    left: -65px;
    height: 65px;
    width: 65px;
    z-index: 10;
    transition: left 0.3s ease-out;
}
#MenuButtonChange:checked + #MenuButton {
    left: calc(-55vw + -65px);
}
#MenuButtonBody {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
}
#MenuButtonBody > span {
    background-color: #FFF;
    left: 20%;
    height: 3px;
    position: absolute;
    width: 60%;
    transition: 0.3s ease-out;
}
#MenuButtonBody > span:nth-of-type(1) { top: 25%;}
#MenuButtonBody > span:nth-of-type(2) { top: 46%;}
#MenuButtonBody > span:nth-of-type(3) { top: 67%;}

#MenuButtonChange:checked + #MenuButton #MenuButtonBody > span {
    width: 75%;
    left: 12%;
    top: 45%;
}
#MenuButtonChange:checked + #MenuButton #MenuButtonBody > span:nth-of-type(1),
#MenuButtonChange:checked + #MenuButton #MenuButtonBody > span:nth-of-type(2) {
    transform: rotate(45deg);
    /*top: 45%;*/
}
#MenuButtonChange:checked + #MenuButton #MenuButtonBody > span:nth-of-type(2) {
    opacity: 0;
}
#MenuButtonChange:checked + #MenuButton #MenuButtonBody > span:nth-of-type(3) {
    transform: rotate(-45deg);
}

#MenuBody {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    height: 100vh;
    width: 55vw;
    transition: left 0.3s ease-out;
    text-align: left;
    padding: 0 15px 0 15px;
    background-color: rgba(0,0,0,0.65);
}

#MenuBody a {
    color:#FFF;
}

#NavigationLinks-sp img{
    height: 15px;
}

#MenuButtonChange:checked + #MenuButton + #MenuBody {
    left: -55vw;
}

#NavigationLinks-sp ul li {
    margin: 10px;
}

#NavigationButton-sp li {
    margin: 10px;
    font-size: 14px;
}

@media screen and (max-width: 920px) {
    #Navigation {
        display: none;
    }
    #Navigation-sp{
    display: block;    
    }
}

#Navigation-sp h2 {
    display: flex;
    justify-content: center;
    align-items: center; 
    height: 100%;
}

