/* スマホ表示の時 */
@media print, (max-width: 999px) {
    .left_menu {
    	display: none;
   	}
}

.tracking_menu { display: none;}

.right_menu {    margin-bottom: 50px;}
/* PC表示の時 */
@media print, (min-width: 1000px) {
.left_menu_wrap {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
}
.right_menu {
    width: 780px;
    margin-bottom: 100px;
}

/* tracking_menu */
.tracking_menu {
    display: block;
    position: fixed;
    width: 100px;
    right: 0px;
    bottom: 40px;
    background-color: #825589;
    text-align: center;
    padding: 30px 0;
    border-radius: 60px 0px 0px 60px;
    box-shadow: 0px 3px 5px rgb(100 100 100 / 50%);
}
.tracking_menu li:after {
    border-bottom: 1px solid #957d9a;
    margin: 0 auto;
    content: '';
    position: absolute;
    width: 70%;
    left: 0;
    right: 0;
}
.tracking_menu li:last-child::after { border: none;}
.tracking_menu li {
    position: relative;
    padding-top: 7px;
}
.tracking_menu li a {
    color: #fff;
    text-decoration: none;
    padding: 31px 0 11px;
    display: block;
    font-size: 14.5px;
    letter-spacing: 0;
    background-size: 35px;
    background-position: center 0;
    background-repeat: no-repeat;
}
.tracking_menu li a.tr_01 { background-image: url(../img/icon/g_menu1.gif); position: relative;}
.tracking_menu li a.tr_02 { background-image: url(../img/icon/g_menu2.gif);}
.tracking_menu li a.tr_03 { background-image: url(../img/icon/g_menu6.gif);}
.tracking_menu li a.tr_04 { background-image: url(../img/icon/g_menu4.gif);}
.tracking_menu li a.tr_05 { background-image: url(../img/icon/g_menu7.gif);}
.tracking_menu li a.tr_06 { background-image: url(../img/icon/g_menu5.gif);}
.tracking_menu li a.tr_07 { background-image: url(../img/icon/g_menu8.gif);}

.tr_mail_stock {
    position: absolute;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    width: 26px;
    height: 26px;
    background-color: #f00;
    border: 2px solid #fff;
    border-radius: 20px;
    letter-spacing: -1px;
    top: -14px;
    left: 5px;
    line-height: 27px;
    padding-right: 1px;
}

}



.left_menu {
    width: 210px;
    background-color: #e8e0ea;
    padding: 60px 10px;
    box-sizing: border-box;
}

.bt_box {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px ridge #f3f3f3;
}

.jawkio {
    font-weight: bold;
    font-size: 13px;
    padding: 2px 3px;
}
.status {
    font-weight: bold;
	text-align: center;
}
.now_ichiri {color: #ed1212; background-color: #feff87;    padding: 5px 0;}
.now_ichiri p {
/* 20230919 isk
    background-color: #fff;
    border: 1px solid #ed1211;
    padding: 2px 10px;
    margin-bottom: 4px;
*/
    text-align: center;
    font-size: 20px;
}
.now_ichiri span {
    font-size: 12px;
    font-weight: normal;
    color: #333;
    margin-right: 2px;
}

.bt_default {
    display: block;
    text-decoration: none;
    /*background-color: #f1f1f1; */
    background: linear-gradient(0deg, #d8d8d8, #f1f1f1);
    border: 1px ridge #b4b4b4;
    text-align: center;
    color: #333;
    border-radius: 3px;
    margin: 0px auto 0;
    padding: 5px 0;
    font-size: 14px;
}

.taiki_start {
    border: 1px solid #333;
    font-size: 18px;
    display: block;
    margin: 0 auto 10px;
    padding: 5px 15px;
    background-color: #ededed;
}

.select_time {    font-size: 20px;}
.select_time { margin: 20px auto;}
.select_time select {
    font-size: 30px;
}
.set_cancel {
	color:#333;
}


/* 順番待ちアコーディオン */
.acmenu {
}

.acmenu a {
}

.accordion {
    display: none;
}

.acmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#links01,#links02 {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/*チェックボックスをクリックした時に見える要素*/
#acmenu_bar01:checked ~ #links01, #acmenu_bar02:checked ~ #links02 {
    height: auto;
    opacity: 1;
    border-radius: 0px 0px 3px 3px;
    box-shadow: 0px 1px 2px #a19da1;
    background :#fff;
	padding: 10px 0;
}

.lines_list_ttl {
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
    display: block;
    line-height: 20px;
}
.order_list {
    height: 400px;
    background-color: #fff;
    margin: 0px auto 0;
    border-radius: 3px;
    border: 1px solid #b4b4b4;
    overflow: hidden;
    overflow-y: scroll;
    }

.order_list li {
    font-size: 12px;
    padding: 7px 10px;
    border-bottom: 1px solid #d4d4d4;
    line-height: 15px;
}
.order_list li .obo_info_box a {
    text-decoration: none;
    color: #fff;
    padding: 2px 4px;
}
.order_list li .obo_info_box a.al_recep {    background-color: #eb9b33;}
.order_list li .obo_info_box a.recep_info {    background-color: #537bd4;}


/* ////////////////////////
leftmenuのボタン色
/////////////////////////// */
#taiki .leftmenu_taiki_on {
    background: linear-gradient(0deg, #0f5fd2, #588fdf);
    color: #fff;
    font-weight: bold;
    padding: 8px 0;
}
#taiki .leftmenu_riseki_taiki {
    background: linear-gradient(0deg, #eebe30, #ffebb1);
    font-weight: bold;
}
#taiki .leftmenu_ichiri_end {
    background: #fff;
    border: 1px solid #ed1311;
    color: #ed1311;
    margin-top: 10px;
}

#taiki .leftmenu_line_close {
    background: #fff;
    color: #3d8810;
    border: 1px solid #3d8810;
    font-weight: bold;
}
#taiki .leftmenu_line_open {
    background: #fff;
    color: #dc4847;
    border: 1px solid #dc4847;
    font-weight: bold;
}
#taiki .leftmenu_taiki_off {
    background: linear-gradient(4deg, #ff4242 16%, #fe9172 110%);
    color: #fff;
    font-weight: bold;
    border: 1px solid #ee4949;
}
#taiki .leftmenu_ichiri_taiki_off {
    background: linear-gradient(4deg, #ff4242 16%, #fe9172 110%);
    color: #fff;
    font-weight: bold;
    border: 1px solid #ee4949;
    margin-top: 10px;
}
