﻿.header-right ul{
    display: none;
}
.page-cart .header-right > ul{
    display: flex;
}
footer.common-footer ul.footer-staticpage-list{
    display: none;
}
footer.common-footer {
    background: none;
    padding: 0;
}
footer.common-footer .footer-main{
    padding: 0 0 20px;
    border: none;
}
.footer-main small{
    color: #AAA;
}
.footer-main-top.footer-contact,
.footer-language{
    display: none;
}
.block-cart--header h1{
    margin: 0;
    padding: 20px 0 0 0;
    text-align: center;
    font-weight: bold;
    font-size: 3.2rem;
    color: #222222;
    line-height: 1;
}
.block-cart--header h2{
    text-align: center;
    font-weight: bold;
    font-size: 2.4rem;
    color: #222222;
    border: none;
    margin: 0;
    padding: 20px 0 0 0;
    line-height: 1;
}
.footer-main-top.footer-contact{
    display: none;
}
.block-topic-path--list li div{
    padding-left: 11px;
    margin-left: 8px;
    display: block;
    position: relative;
}
.block-topic-path--list li div span{
    text-decoration: none;
    color: #222222;
}
.block-topic-path--list li:nth-child(n+2) div::before{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    border-right: 1px solid #888888;
    border-bottom: 1px solid #888888;
    transform: rotate(-45deg);
    transition: all 0.3s;
    content: "";   
}

.pane-order-contents {
  margin-bottom: 0;
}

.pane-order-header .block-header-logo--img {
  height: 100%;
}
.page-order footer.common-footer .footer-logo a:hover{
    opacity: 0.8;
}
.page-order footer.common-footer .footer-logo {
  margin: 0 auto 77px;
  padding: 30px 0 24px;
  background: #fff;
  max-width: 1200px;
  width: 100%;
  border: 1px solid #DEDEDE;
  box-sizing: border-box;
  position: relative;
}
.page-order footer.common-footer .footer-logo::before {
    content: 'ホームへ戻る';
    display: inline-block;
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: max-content;
    height: auto;
    line-height: 1;
    font-size: 12px;
    color: #222222;
    background: #fff;
    padding: 0 15px;
}
.block-order-complete--cart{
    margin-bottom: 60px;
}
@media print, screen and (max-width: 767px) {
    .block-cart--header{
        margin: 0 0 20px 0;
    }
    .block-cart--header h1{
        font-size: 2.4rem;
    }
    .block-cart--header h2{
        font-size: 2.0rem;
    }
    .block-topic-path{
        padding: 0;
    }
    footer.common-footer .footer-logo {
        padding: 28px 0;
    }
    footer.common-footer .footer-main{
        padding: 0 0 28px;
    }

    .page-order footer.common-footer .footer-logo{
        margin: 0 24px 170px;
        padding: 26px 28px;
        max-width: unset;
        width: unset;
    }
    .pane-order-contents{
        margin-bottom: 38px;
    }
}