@charset "UTF-8";

.footer {
    display: block;
    width: 100%;
    background-color: #f2f2f2;
    position: relative;
    top: 110px;
}

@media screen and (max-width: 991px) {
    .footer {
        position: relative;
        top: calc(45px + 60px);
    }
}

.footer-contact {
    border-top: 1px solid #c4c4c4;
    background-color: #ffffff;
    text-align: center;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    padding: 80px 20px;
}

@media screen and (max-width: 991px) {
    .footer-grid {
        display: block;
        padding: 24px 20px;
    }
}

.footer-contact__phone {
    margin-bottom: 30px;
}

.footer-contact__phoneNum {
    font-size: 45px;
    font-weight: bolder;
    color: #a20728;
    padding-left: 55px;
    background: url('https://gigaplus.makeshop.jp/orochoku/images/common/icon_phone_gray.png') no-repeat;
    background-position: center left;
    background-size: 35px;
    display: inline-block;
}

@media screen and (max-width: 991px) {
    .footer-contact__phoneNum {
        font-size: 28px;
        padding-left: 35px;
        background-size: 28px;
    }
}

.footer-contact__mailTtl {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-left: 45px;
    display: inline-block;
    background: url('https://gigaplus.makeshop.jp/orochoku/images/common/icon_mail.png') no-repeat;
    background-position: center left;
    background-size: 30px;
}

@media screen and (max-width: 991px) {
    .footer-contact__mailTtl {
        font-size: 18px;
    }
}

.footer-contact__mailBtn a {
    display: block;
    width: 100%;
    background: #a20728;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding: 20px 0;
    transition: 0.25s all;
}

.footer-contact__mailBtn a:hover {
    background: #222;
    transition: 0.25s all;
}

.footer-contact__mailBtn a span {
    display: block;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
    .footer-contact__mailBtn a span {
        display: block;
        font-size: 16px;
    }
}

@media screen and (max-width: 991px) {
    .footer-calendar {
        display: none !important;
    }
}

.footer-calendar__block {
    display: flex;
    gap: 20px;
}

.footer-calendar__box {
    flex: 1;
}

.footer-calendar__box table.makeshop-calendar1,
.footer-calendar__box table.makeshop-calendar2 {
    width: 100%;
    text-align: center;
}

.footer-calendar__box thead {
    text-align: center;
}

.footer-calendar__box thead .sunday {
    color: red;
}

.footer-calendar__box thead .saturday {
    color: blue;
}

.footer-calendar__box th {
    height: 36px;
    text-align: center !important;
    vertical-align: middle !important;
    font-size: 8pt;
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #9a9a9a;
}

.footer-calendar__box td {
    height: 36px;
    text-align: center !important;
    vertical-align: middle !important;
    font-size: 8pt;
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #9a9a9a;
}

.footer-calendar__box td.today {
    background-color: #f7b52c !important;
}

.footer-calendar__head {
    display: block;
    width: 100%;
    padding: 5px;
    color: #ffffff;
    background-color: #333333;
    font-weight: 700;
    text-align: center;
}

.footer-calendar__bottom {
    margin-top: 15px;
    text-align: left;
}

.footer-calendar__bottomList {
    display: flex;
    flex-direction: column;
    gap: 5px 0;
}

.footer-calendar__bottomDesc {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0 5px;
}

.footer-calendar__bottomDesctext {
    font-size: 8px;
}

.footer-calendar__bottomColor {
    display: inline-block;
    content: '';
    width: 37px;
    height: 19px;
}

.footer-block-wrap {
    padding: 80px 20px;
}

@media screen and (max-width: 991px) {
    .footer-block-wrap {
        padding: 60px 20px;
    }
}

.footer-ttl {
    color: #434343;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
}

.footer-block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}

.footer-block-grid {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 50px 30px;
}

.footer-sub__ttl {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0 10px;
    margin-bottom: 40px;
    color: #434343;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.footer-delivery__ttl::before {
    display: block;
    content: '';
    width: 40px;
    height: 25px;
    background: url('https://gigaplus.makeshop.jp/orochoku/images/common/icon_guide_01.png') no-repeat;
    background-size: contain;
}

.footer-payment__ttl::before {
    display: block;
    content: '';
    width: 25px;
    height: 25px;
    background: url('https://gigaplus.makeshop.jp/orochoku/images/common/icon_guide_02.png') no-repeat;
    background-size: contain;
}

.footer-return__ttl::before {
    display: block;
    content: '';
    width: 25px;
    height: 25px;
    background: url('https://gigaplus.makeshop.jp/orochoku/images/common/icon_guide_03.png') no-repeat;
    background-size: contain;
}

@media screen and (max-width: 991px) {
    .footer-ttl {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .footer-block {
        gap: 10px;
    }

    .footer-block-grid {
        padding: 13px 10px;
    }

    .footer-sub__ttl {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px 0;
        margin-bottom: 0px;
        font-size: 13px;
        text-align: center;
    }

    .footer-block-text {
        display: none !important;
    }
}

@media screen and (max-width: 991px) {
    .footer-nav {
        padding: 0 20px 20px 20px;
        border-top: 1px solid #c4c4c4;
    }

    .footer-nav__list {
        display: block;
    }

    .footer-nav__heading {
        display: block;
        width: 100%;
        border-bottom: 1px solid #c4c4c4;
    }

    .footer .drop-nav__btn {
        display: block;
        width: 100%;
        padding: 1em 0;
        font-size: 18px;
        font-weight: 600;
        position: relative;
    }

    .footer .drop-nav__btn:hover {
        cursor: pointer;
    }

    .footer .drop-nav__btn::after {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        border-top: 1px solid #c4c4c4;
        border-right: 1px solid #c4c4c4;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%) rotate(135deg);
        transition: 0.3s;
    }

    .footer .drop-nav__btn.active::after {
        transform: translateY(-50%) rotate(-45deg);
        transition: 0.3s;
    }

    .footer .drop-nav__btn.noChildren::after {
        display: none !important;
    }

    .footer .drop-nav__content {
        border-top: 1px solid #c4c4c4;
        background-color: #ffffff;
    }

    .footer-nav__item {
        display: block;
        width: 100%;
    }

    .footer-nav__item:not(:last-child) {
        border-bottom: 1px solid #c4c4c4;
    }

    .footer-nav__item a {
        display: block;
        width: 100%;
        padding: 1em 0 1em 1.25em;
        font-size: 15px;
    }
}

@media screen and (min-width: 992px) {
    .footer-nav {
        padding: 0 20px;
    }

    .footer-nav__list {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        height: 860px;
        padding: 80px 0;
        border-top: 1px solid #c4c4c4;
        line-height: 2;
    }

    .footer-nav__heading {
        display: block;
        width: calc(25% - 10px);
        font-size: 14px;
    }

    .footer .drop-nav__btn {
        display: block;
        font-size: 18px;
        font-weight: bold;
    }

    .footer .drop-nav__btn::before {
        display: inline-block;
        content: '●';
        margin-right: 0.5em;
    }

    .footer .drop-nav__content {
        margin-left: 2em;
    }
}

.footer-utility {
    padding: 80px 20px;
    text-align: center;
    background-color: #fff;
}

.footer-logo {
    width: 300px;
    margin: 0 auto 40px auto;
}

@media screen and (max-width: 991px) {
    .footer-logo {
        width: 200px;
        margin: 0 auto 30px auto;
    }
}

.footer-logo a {
    display: block;
}

.footer-company {
    margin-bottom: 40px;
    font-size: 13px;
}

.footer-media {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

@media screen and (max-width: 991px) {
    .footer-media {
        display: block;
    }
}

.footer-media__list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 0 15px;
    margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
    .footer-media__list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 25px;
        grid-row-gap: 25px;
        width: 210px;
        margin: 0 auto;
        margin-bottom: 40px;
    }

    .footer-media__list li:nth-child(1) {
        grid-area: 1 / 1 / 2 / 2;
        text-align: center;
    }

    .footer-media__list li:nth-child(2) {
        grid-area: 1 / 2 / 2 / 3;
        text-align: center;
    }

    .footer-media__list li:nth-child(3) {
        grid-area: 2 / 1 / 3 / 3;
    }
}

.footer-media__item {
    display: block;
    width: 210px;
    height: 50px;
}

.footer-media__item__round {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
}

.footer-policies {
    margin-bottom: 40px;
}

.footer-policies__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0;
    margin-bottom: 40px;
    font-size: 12px;
    line-height: 2.4;
}

.footer-policies__list li {
    display: inline-block;
}

.footer-policies__list li:first-child:after {
    display: inline-block;
    content: '｜';
}

.footer_copyright {
    padding: 5px 20px;
    background-color: #4b4b4b;
    text-align: center;
}

.copyright {
    color: #ffffff;
}
