@charset 'utf-8';
#main-content label {
    vertical-align: top;
}
.container {
    width: 100%;
    background-color: unset;
}
.header-wrap .container {
    width: 100%;
    float: unset;
    background-color: unset;
}
.headline .ttl a, .headline .subttl a {
    text-decoration: none;
}
#calender_area {
    display: none;
}
#calender_area_footer .block_body {
    display: flex;
    flex-wrap: wrap;
}
.biz_calendar {
    max-width: 210px;
    margin-left: 0;
    margin-right: 1rem;
}
.biz_calendar:last-of-type {
    margin-right: 0;
}
.biz_calendar caption {
    caption-side: top;
    border-bottom: 1px solid #d1d1d1;
    width: 210px;
    margin-bottom: 5px;
    text-align: center;
    font-weight: bold;
    color: #000;
    padding: 2px 7px;
}
.biz_calendar tr:nth-child(odd) th, 
.biz_calendar tr:nth-child(odd) td {
    background: none;
}
p.infomation {
    width: 100%;
}
p.infomation span.boxholiday {
    background-color: #b39d6d;
    color: #000;
    padding-left: 12px;
    margin-right: 5px;
}
/* マイページ */
#leftcolumn {
    margin-top: 20px;
}
#main_column {
    margin-top: 20px;
}
#main_column #mypagecolumn {
    margin-top: 0;
}
#main_column h2.title {
    background: #232584;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
    border-bottom: 0;
}
ul#mypage_nav {
    background: #f0f0f0;
}
ul#mypage_nav li a {
    color: #000;
    background: #f0f0f0;
}
#search_area {
    display: none;
}
#main_column .sub_area h3, 
#undercolumn_login .login_area h3, 
#undercolumn_shopping h3,
#undercolumn_cart h3 {
    color: #232584;
    font-weight: bold;
    font-size: 140%;
}
.delivdate.top {
    margin: 15px 0;
    font-size: 110%;
}
.delivdate select {
    padding: 10px 5px;
}
#undercolumn h2.title {
    background: #232584;
    border: 0;
    color: #fff;
    padding: 10px;
}
.navbar-nav .menu-item a {
    text-decoration: none;
}
#logo_area_lp {
    text-align: center;
}
#detail_type_a #ins_display_caption_pc {
    margin-bottom: 0;
}
.cart_area_col01 {
    text-align: left;
}
#detailarea .main_comment:empty {
    margin: 0;
}
#detailarea .raku2_product_name {
    margin: 0;
}
.plg_Raku2_LC_Page_Products_Detail #container {
    max-width: 72.25rem;
    margin-left: auto;
    margin-right: auto;
}
.widget .footer-nav-list>li>a:hover {
    opacity: 1;
    color: #000;
}
#main_column .history_list {
    margin-top: 20px;
}

/* 詳細ページの送料表記非表示 */
#detailarea .sale_price dd.deliv_fee {
    display: none;
}
.raku2_product_caption {
    display: none !important;
}
/* 最近チェックした商品の価格スタイル修正 */
#main_column .history_list .sale_price {
    color: #e20707;
    font-weight: bold;
}
#main_column .history_list span#teiki_first_price_inctax_default_, 
#main_column .history_list span#price02_inctax_default_ {
    color: #e20707;
    font-weight: bold;
}
#main_column .history_list .block_body div.normal, 
#main_column .history_list .productContents span.price {
    color: #000;
    font-weight: normal;
}
#main_column .history_list .productContents .sale_price > .price {
    color: #e20707;
    font-weight: bold;
}

div#mycontents_area div.mycondition_area {
    width: 100%;
}
div#mycontents_area div.mycondition_area .btn {
    max-width: unset;
}


@media screen and (max-width: 990px) {
    /* 暫定 */
    #bizcalendar-5 {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .header-wrap .navbar-nav li:last-child {
        padding-bottom: 30px;
    }
    .header-wrap .navbar-nav li:last-child.hidden-sm-down {
        padding-bottom: 0;
    }
    #main-content h2 {
        background: #232584;
        color: #fff;
        padding: 10px;
        margin-bottom: 10px;
        border: 0;
    }
    #main-content h2:empty {
        padding: 0;
        border: 0;
        margin: 0;
    }

    /* SPフォーム修正 */
    input.passtextBox.data-role-none {
        margin: 15px auto;
    }
    .history_list_wrapper h2 {
        font-size: 18px;
    }
    .box-logout {
        /* margin-top: -4em; */
        margin-top: 2em;
        margin-bottom: 5em;
    }
    .btn-logout {
        text-align: center;
    }
    .btn-logout a {
        text-decoration: none;
        padding: 10px 20px;
        font-size: 12px;
        border: 2px solid;
        border-radius: 4px;
    }
}

.review_btn,
.review_add_mark {
    display: none !important;
}

.footer-container-01 .footer-nav-list>li>a {
    text-decoration: none;
}

/* 20230131 追加 */
.order_contanct_btn.order_history_list {
    border: none;
    text-align: center;
}
.order_contanct_btn.order_history_list a.nav_btn {
    float: unset;
}
.back_btn a {
    max-width: 200px;
    margin: 0 auto;
}
.order_contanct_btn.order_history_list .order_detail_info .order_nav_area {
    float: unset;
    display: block;
    text-align: center;
    margin: 0 auto;
}