/*----------------------------------------------------------------------------*/
/*  フッター */
footer div.shopping_info {
    width: 100%;
    padding: 88px 0;
    background-color: #dddddd;
}

/* スマフォ */
@media screen and (max-width: 767px){
    footer div.shopping_info {
        padding: 30px 0;
    }
}

/* 出荷予定日 */
footer div.shopping_info div.syukka_wrapper {
    height: 300px;
}
footer div.shopping_info div.syukka {
    position: relative;
    width: 238px;
    height: 300px;
    
    background-image: url(../img/syukka.png);
    background-repeat: no-repeat;
}
footer div.shopping_info div.syukka p {
    display: block;
    position: absolute;
    font-family: YakuHanJP,'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    xfont-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #fff;
    font-weight: bold;
}
footer div.shopping_info div.syukka p.month {
    top: 100px;
    font-size: 16px;
    left: 70px;
}
footer div.shopping_info div.syukka p.day {
    width: 110px;
    top: 145px;
    left: 70px;
    text-align: center;
}
footer div.shopping_info div.syukka p.day span {
    font-size: 48px;
    letter-spacing: 0px;
    display: inline-block;
    margin: 0 4px 0 0;
    }

footer div.shopping_info div.syukka p.about_shipping {
    position: absolute;
    top: 250px;
    width: 100%;
    text-align: center;
}

footer div.shopping_info div.syukka p.about_shipping button {
    position: relative;
    font-family: YakuHanJP,'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    xfont-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 142px;
    height: 24px;
    background-color: #fff;
    border-radius: 12px;
    color: #da9557;
    font-weight: bold;
    font-size: 12px;
}
footer div.shopping_info div.syukka p.about_shipping button::after {
    display: inline-block;
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    
    top: 50%;
    right: 16px;
    margin-top: -4px;
    margin-right: -3px;
    
    border-bottom: solid 2px #da9557;
    border-right: solid 2px #da9557;
    
    transform: rotate(-45deg);
}

@media screen and(min-width: 768px) {
    footer div.shopping_info div.syukka p.month {
        font-size: 16px;
    }
}

/* スマフォ */
@media screen and (max-width: 767px){
    footer div.shopping_info div.syukka_wrapper {
        width: 100%;
        background-color: #da9557;
        margin-bottom: 16px;
    }
    footer div.shopping_info div.syukka {
        margin: 0 auto;
    }
    
    footer div.shopping_info div.syukka p.month {
        top: 100px;
        left: 70px;
    }
    footer div.shopping_info div.syukka p.day {
        width: 110px;
        top: 128px;
        left: 70px;
        text-align: center;
    }
    body#wrap footer div.shopping_info div.syukka p.day {
        width: 114px;
        top: 128px;
        left: 63px;
        text-align: center;
    }
}

/* カレンダー */
footer div.calendar {
    font-family: YakuHanJP,'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    xfont-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: relative;
    width: 238px;
    height: 300px;
    background-color: #da9557;
    font-size: 16px;
    vertical-align: top;
}
footer div.calendar h4 {
    text-align: center;
    color: #fff;
    margin: 0;
    padding-top: 12px;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 2px;
}
footer div.calendar table {
    box-sizing: border-box;
    width: 203px;
    margin: 0 auto;
    font-size: 13px;
    border-collapse: separate;
    border-spacing: 0 3px;
}
footer div.calendar table thead tr th {
    box-sizing: border-box;
    width: 29px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    line-height: 26px;
    font-family: YakuHanJP,'Noto Sans JP', "Hiragino Kaku Gothic ProN", YuGothic, Meiryo, sans-serif;
}
footer div.calendar table tbody tr td {
    box-sizing: border-box;
    width: 29px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 26px;
    font-family: YakuHanJP,'Noto Sans JP', "Hiragino Kaku Gothic ProN", YuGothic, Meiryo, sans-serif;
}
footer div.calendar table tbody tr td.closed {
    background-color: rgba(255, 255, 255, 0.2);
}
footer div.calendar table tbody tr td.today {
    background-color: rgba(255, 255, 255, 1);
    color: #da9557;
}
footer div.calendar p.appendix {
    padding: 10px 0 0 16px;
    color: #fff;
    font-weight: bold;
    line-height: 18px;
    font-size: 13px;
}
footer div.calendar p.appendix span.hanrei {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 29px;
    height: 18px;
    margin-right: 6px;
    font-size: 13px;
    border: solid 1px #fff;
    background-color: rgba(255, 255, 255, 0.2);
}
footer div.calendar p.appendix span.small {
    font-size: 10px;
}

/* スマフォ */
@media screen and (max-width: 767px){
    footer div.calendar_wrapper {
        width: 100%;
        background-color: #da9557;
        margin-bottom: 16px;
    }
    footer div.calendar {
        margin: 0 auto;
    }
}

/* ご注文のお問い合わせ */
footer div.contact_order {
    box-sizing: border-box;
    position: relative;
    font-family: YakuHanJP,'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    xfont-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: relative;
    width: 500px;
    height: 240px;
    
    margin-top: 60px;
    padding: 20px 30px;
    
    background-color: #fff;
    font-size: 13px;
}

footer div.contact_order h4 {
    font-size: 16px;
    font-weight: bold;
    color: #da9557;
}
footer div.contact_order p.mail_contact {
    position: absolute;
    top: 20px;
    right: 30px;
}
footer div.contact_order p.mail_contact button {
    display: inline-block;
    position: relative;
    font-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 160px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    font-weight: bold;
    padding: 0px 14px 0 6px;
    border-radius: 10px;
    background-color: #da9557;
    color: #fff;
}
footer div.contact_order p.mail_contact button::after {
    display: inline-block;
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    
    top: 50%;
    right: 10px;
    margin-top: -4px;
    margin-right: -3px;
    
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    
    transform: rotate(-45deg);
}
footer div.contact_order p.description {
    padding: 10px 0;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.75em;
    border-bottom: 1px solid #ccc;
    }
footer div.contact_order div.contacts {
    margin-top: 14px;
    position: relative;
}
footer div.contact_order div.contacts p.fax_order_sheet {
    display: inline-block;
    position: absolute;
    
    top: 0;
    right: 0;
    
    font-size: 12px;
}
footer div.contact_order div.contacts p.fax_order_sheet span {
    display: inline-block;
    position: relative;
    padding: 0 20px 0 0;
}
footer div.contact_order div.contacts p.fax_order_sheet span::after {
    display: inline-block;
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    
    top: 50%;
    right: 10px;
    margin-top: -4px;
    margin-right: -3px;
    
    border-bottom: solid 2px #000;
    border-right: solid 2px #000;
    
    transform: rotate(-45deg);
}

/* スマフォ */
@media screen and (max-width: 767px){
    footer div.contact_order h4 {
        text-align: center;
    }
    footer div.contact_order {
        width: 100%;
        height: auto;
        margin-top: 0;
        padding: 20px 30px;
    }
    footer div.contact_order img{
        width: 100%;
        max-width: 254px;
        display: block;
        margin: 0 auto;
    }
    footer div.contact_order div.contacts {
        width: 100%;
        padding: 10px 0;
        text-align: center;
    }
    footer div.contact_order p.mail_contact {
        position: relative;
        width: 100%;
        top: 0;
        right: 0;
        text-align: center;
    }
}

/* 通信販売について */
footer h3.online_shopping {
    font-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    font-weight: bold;
    color: #da9557;
    padding: 24px 0;
    margin: 0;
    font-size: 20px;
}

footer div.shopping_info div.online {
    width: 238px;
    height: 240px;
    background-color: #fff;
}
footer div.shopping_info div.online div.about {
    margin-top: 20px;
    text-align: center;
}
footer div.shopping_info div.online div.about h4 {
    font-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #da9557;
    font-size: 16px;
    font-weight: bold;
}
footer div.shopping_info div.online p {
    font-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 16px 20px 0 20px;
    font-size: 13px;
    line-height: 1.75em;
}
footer div.shopping_info div.online div.faq_links {
    width: 120px;
    margin: 30px auto 0 auto;
}
footer div.shopping_info div.online div.faq_links button {
    position: relative;
    font-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 100%;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    background-color: #da9557;
    font-size: 12px;
    color: #fff;
    padding: 0;
    margin-bottom: 14px;
}
footer div.shopping_info div.online div.faq_links button::after {
    display: inline-block;
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    
    top: 10px;
    right: 10px;
    margin-top: -4px;
    margin-right: -3px;
    
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    
    transform: rotate(-45deg);
}

/* スマフォ */
@media screen and (max-width: 767px){
    footer div.shopping_info div.online {
        width: 100%;
        height: auto;
        margin-bottom: 14px;
    }
    footer div.shopping_info div.online p {
        padding: 16px 30px 20px 30px;
        font-size: 13px;
        line-height: 1.75em;
    }
    footer div.shopping_info div.online div.faq_links {
        margin: 20px auto 20px auto;
    }
}


/* フッターナビ */
footer div.nav {
    padding: 34px 0 74px 0;
    background-color: #f7f7f7;
    font-size: 16px;
}

footer div.nav .content p.go_to_home {
    position: relative;
    font-family: YakuHanJP,'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    border-bottom: solid 1px #ccc;
    padding-left: 8px;
    font-size: 14px;
    font-weight: bold;
    line-height: 2.4em;
}
footer div.nav .content p.go_to_home::before {
    display: inline-block;
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    
    top: 50%;
    left: 0px;
    margin-top: -4px;
    
    border-bottom: solid 1px #000;
    border-left: solid 1px #000;
    
    transform: rotate(45deg);
}

footer div.nav .content div.links {
    display: flex;
    justify-content: space-between;
}

footer div.nav .content div.links ul {
    font-family: YakuHanJP,'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    margin-top: 30px;
    line-height: 2em;
    font-size: 14px;
}
footer div.nav .content div.links ul li{
    padding: 0 0 0 6px;
}
footer div.nav .content div.links ul li a {
    color: #000;
}

/* スマフォ */
@media screen and (max-width: 767px){
    footer div.content {
        padding: 0;
        width: 90%;
    }

    footer div.nav {
        padding: 34px 0 0;
    }

    footer div.nav .content p.go_to_home {
        position: relative;
        font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        width: 100%;
        padding: 0;
        margin: 0 auto;
        border: none;
    }
    footer div.nav .content p.go_to_home a {
        display: block;
        width: 100%;
        padding: 9px 0 6px;
        box-sizing: border-box;
        border: solid 1px #000;
        text-align: center;
        background: #fff;
        font-size: 16px;
        color: #8d8d8d;
    }
    footer div.nav .content p.go_to_home::before {
        display: inline-block;
        position: absolute;
        content: "";
        width: 6px;
        height: 6px;

        top: 54%;
        left: 20px;
        margin-top: -4px;

        border-bottom: solid 1px #000;
        border-left: solid 1px #000;

        transform: rotate(45deg);
    }

    footer div.nav .content div.links {
        display: block;
    }
    
    footer div.nav .content div.links ul {
        width: 100%;
        margin-top: 30px;;
        border-top: solid 1px #eee;
    }
    footer div.nav .content div.links ul li {
        position: relative;
        padding: 10px 0 10px 6px;
        border-bottom: solid 1px #eee;
    }
    footer div.nav .content div.links ul li::after {
        display: inline-block;
        position: absolute;
        content: "";
        width: 6px;
        height: 6px;

        top: 50%;
        right: 10px;
        margin-top: -4px;
        margin-right: -3px;

        border-bottom: solid 2px #999;
        border-right: solid 2px #999;

        transform: rotate(-45deg);
    }

    footer div.nav .content div.links ul li a {
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    footer div.nav .content div.links ul li::after {
        right: 6%;
    }
}


/* 最下部コピーライトエリア */
footer div.bottom {
    height: 150px;
}

footer div.bottom .content {
    height: 150px;
    background-image: url(../img/footer_logo.png);
    background-repeat: no-repeat;
    background-position: left center;
}

footer div.bottom div.copy_wrap {
    width: 50%;
    margin-left: 50%;
    padding-top: 30px;
    text-align: right;
}
footer div.bottom div.copy_wrap img {
    margin-left: 10px;
}

footer div.bottom div.copy_wrap p.copyright {
    font-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 10px;
    text-align: right;
    color: #ccc;
}

/* スマフォ */
@media screen and (max-width: 767px){
    footer div.bottom {
        height: auto;
    }
    footer div.bottom .content {
        height: auto;
        background-image: url(../img/footer_logo_sp.png);
        background-repeat: no-repeat;
        background-position: center 20%;
    }
    
    footer div.bottom div.copy_wrap {
        width: 100%;
        margin-left: 0;
        padding: 100px 0 12px 0;
        text-align: center;
    }
    footer div.bottom div.copy_wrap img {
        width: 40px;
    }
    footer div.bottom div.copy_wrap div.sns a:nth-child(1) img {
        margin: 0;
    }
    footer div.bottom div.copy_wrap p.copyright {
        margin-top: 68px;
        border-top: 1px solid #eeeeee;
        text-align: center;
    }
}

/*--------------------------------------------------------------------------*/
/* トップへスクロールボタン */
.scroll_top {
    position: fixed;
    display: inline-block;

    right: 16px;
    bottom: 48px;

    width: 80px;
    height: 40px;
    opacity: 1;
    cursor: pointer;
    
    transition: all 0.5s ease;
}
.scroll_top span {
    display: inline-block;
    position: absolute;
    width: 40px;
    top: -16px;
    left: 0px;

    font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 0;
    text-align: center;
}
.scroll_top.hidden {
    opacity: 0;
}

.scroll_top:before {
    display: inline-block;
    content: "";
    width: 80px;
    height: 40px;

    -webkit-border-radius: 0;
    border-radius: 0;

    background: rgba(0,0,0,.8);
}
.scroll_top:after {
    display: inline-block;
    content: "";

    position: absolute;

    top: 15px;
    left: 31px;

    width: 15px;
    height: 15px;

    border-top: 3px solid #fff;
    border-right: 3px solid #fff;

    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/* スマフォ */
@media screen and (max-width: 460px) {
    .scroll_top {
        /*right: calc(50% - 40px);*/
        right: 12px;
        bottom: 50px;
    }
}