﻿/* ======================================

    ダイアログ

======================================== */
.dialog-overlay.calendar-overlay {
    display: block;
    background-color: transparent;
}

.dialog-overlay {
    z-index: 99;
}
/* ライン選択 */
.dialog-line-select {
    width: 848px;
    height: 690px;
}
/* オーダーフィルタリング */
.dialog-order-filtering {
    width: 765px;
    height: 428px;
}
/* 対象日時指定 */
.dialog-calendarset {
    width: 210px;
    height: 120px;
    /*background-color: #444;*/
    border-radius: 5px;
    border: 1.5px solid #333;
    padding: 0;
}
/* オーダー受信 */
.dialog-recv-order {
    height: 300px;
}
/* 管理メニュー*/
.dialog-master-menu {
    width: 690px;
    height: 428px;
}
/* 色変更 */
.dialog-change-color {
    width: 210px;
    height: 110px;
    /*background-color: #444;*/
    border-radius: 5px;
    border: 1.5px solid #333;
    padding: 0;
}
/* 工程変更 */
.dialog-change-process {
    height: 650px;
}
/* 資源設定 */
.dialog-resource-setting {
    height: 280px;
}

.dialog-content {
    z-index: 100;
}


/* ======================================

    オーダーリストエリア

======================================== */
#OrderListArea {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 300px;
    margin: 5px 10px 0 0;
    height: calc(100% - 10px);
}
/* メニュー */
#OrderMenu {
    position: absolute;
    top: 0px;
    width: 525px;
    height: 80px;
}
/* ライン選択ボタン */
#ButtonSelectLine {
    position: relative;
    top: 5px;
    float: left;
    display: inline-block;
}
/* ライン名表示エリア */
#SelectLineNameArea {
    height: 41px;
    width: 425px;
    word-break: break-all;
    overflow: hidden;
    margin: 0 0 0 10px;
    float: left;
    font-size: 30px;
}

/* 検索ボタン */
#ButtonOrderSearch {
    float: right;
    width: 80px;
    height: 30px;
    border: solid 1px #68d5db;
    border-radius: 5px;
    background-color: transparent;
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: center;
    /* padding: 3px; */
    font-size: 1.2rem;
    /* color: #222; */
    box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    cursor: pointer;
    outline: 0;
}

#ButtonOrderSearch.inverted {
    color: #222;
    background-color: #68d5db;
    border: solid 1px #68d5db;
}

#ButtonOrderSearch:hover {
    transition-duration: 0.3s;
    background-color: rgba(104, 213, 219, 0.4);
}

/* リストタイトル */
#OrderListTitle {
    position: absolute;
    top: 80px;
    width: 250px;
    height: 41px;
    text-align: center;
    padding-left: 20px;
    padding-top: 17px;
    background: #444;
    border-left: solid 10px #444;
    border-right: solid 20px #444;
    border-radius: 10px 0px 0px 0px;
}

/* 編集モード */
#OrderListTitle .btn-edit-mode {
    position: relative;
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: 30px 30px;
}

/* タイトル文字 */
#OrderListTitle p {
    display: inline-block;
    position: relative;
    top: -8px;
}

/*---------------------------------

  オーダーリスト内

---------------------------------*/
#OrderList {
    position: absolute;
    left: 0px;
    top: 135px;
    width: 300px;
    height: calc(100% - 144px);
    min-height: 488px;
    background-color: #444;
    overflow-y: scroll;
}

/* 設定 */
#OrderList .btn-setting {
    position: absolute;
    margin-top: 19px;
    margin-left: 244px;
    height: 22px;
    width: 22px;
    background-size: 18px 18px;
    z-index: 4;
}

/* 詳細 */
#OrderList .btn-detail {
    position: absolute;
    margin-top: 54px;
    margin-left: 244px;
    height: 22px;
    width: 22px;
    background-size: 18px 18px;
    z-index: 4;
}

/* オーダー 行 */
#OrderList .order-row {
    border-left: solid 10px #444;
}

/* オーダー base */
#OrderList .value-base {
    position: relative;
    width: 268px;
    background: #444;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

/* オーダー ヘッダー+データ */
#OrderList .order-set {
    width: 268px;
    position: relative;
    border-left: solid 10px;
    border-top: solid 2px;
    border-bottom: solid 2px;
    border-radius: 10px 0px 0px 10px;
    background: #444;
    margin: 3px 0px 0px 0px;
    padding: 0px;
    box-sizing: border-box;
}

/* オーダー ヘッダー */
#OrderList .order-head {
    width: 230px;
    position: relative;
    height: 92px;
    line-height: 18px;
    box-sizing: border-box;
    margin: 0px 0px 1px 0px;
    font-size: 14px;
    text-align: left;
    padding-left: 5px;
    cursor:pointer;
}

#OrderList .order-head::after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
    top: 0;
    right: 0;
    border-width: 50px 10px 40px 0px;
    border-color: transparent #444 transparent transparent;
    border-style: solid;
}

/* オーダーヘッダー 顧客名 */
#OrderList .customer-name {
    display: inline-block;
    overflow: hidden;
    width: 165px;
    height: 15px;
}

/* オーダーヘッダー 品名 */
#OrderList .item-name {
    display: inline-block;
    overflow: hidden;
    width: 165px;
    height: 15px;
}

/* オーダー プログレスバー */
#OrderList .order-progress {
    position: relative;
    width: 258px;
    border-left: solid 0px;
    border-top: solid 3px;
    border-bottom: solid 0px;
    border-radius: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

/* オーダーデータ base */
#OrderList .order-data-base {
    position: relative;
    top: 0px;
    left: 5px;
    width: 240px;
    margin: 0px;
    padding-left: 4px;
    text-align: left;
    font-size: 11px;
    background: #444;
    z-index: 3;
    box-sizing: border-box;
}

/* 操作 */
#OrderList .operation {
    position: relative;
    top: 0px;
    left: 0px;
    box-sizing: border-box;
}

/* 計画ボタン */
#OrderList .operation .btn-plan {
    position: absolute;
    margin-top: 0px;
    margin-left: 0px;
    height: 22px;
    width: 22px;
    background-size: 18px 18px;
}

/* 計画ボタン 未計画 */
#OrderList .operation .btn-plan.btn-comp-blue {
    cursor: pointer;
    z-index: 4;
}

/* データ内容 */
#OrderList .operation .operation-data{
    position: relative;
    top: 0px;
    left: 0px;
    width: 240px;
    margin: 0px;
    padding-left: 30px;
    text-align: left;
    font-size: 11px;
    z-index: 3;
    box-sizing: border-box;
}

/* ======================================

    ガントチャートエリア

======================================== */
#GanttChartArea {
    position: absolute;
    width: calc(100% - 300px);
    margin-left: 300px;
    height: calc(100% - 10px);
}

/*---------------------------------

  メニュー

---------------------------------*/
#GanttMenu {
    position: relative;
    top: 5px;
    width: calc(100% - 15px);
    height: 35px;
    float: right;
}

#GanttMenu .btn-m {
    z-index: 2;
}

/* メニュー右側 */
#GanttMenuRight {
    position: relative;
    width: 600px;
    height: 35px;
    display:grid;
    grid-template-columns:1fr 85px 85px 85px 85px 85px 85px 85px 2px;
    margin-left: auto;
}

/* ★デモ用更新ボタン★ */
#ButtonRotate {
    position: absolute;
    grid-column: 2;
}

/* 表示開始日設定ボタン */
#ButtonDaySetting {
    position: absolute;
    grid-column: 3;
}

/* 拡大ボタン */
#ButtonScaleBig {
    position: absolute;
    grid-column: 4;
}

/* 縮小ボタン */
#ButtonScaleSmall {
    position: absolute;
    grid-column: 5;
}

/* データ受信ボタン */
#ButtonReceive {
    position: absolute;
    grid-column: 6;
}

/* 登録ボタン */
#ButtonRegister,
#ButtonRegisterDummy {
    position: absolute;
    grid-column: 7;
}

/* 管理メニューボタン */
#ButtonMasterMenu {
    position: absolute;
    grid-column: 8;
}

/*---------------------------------

  スクロールバー

---------------------------------*/
#scroll-bar-area {
    height: 19px;
    position: relative;
    top: 12px;
    width: 1560px;
    margin: 0 18px 0 10px;
    float: left;
    z-index: 3;
}
#scrollable-area {
    position: relative;
    padding-left: 234px;
}
#scroll-button {
    position: relative;
    background-color: #68D5DB;
    /*width: 17px; 丸型
    height: 17px; 丸型 */
    width: 25px;
    height: 15px;
    /*border-radius: 17px; 丸型 */
    cursor: pointer;
    z-index: 1;
}
#scroll-button:hover {
    background-color: #e6f8f9;
}

#scroll-bar {
    position: relative;
    background-color: #68D5DB;
    height: 1px;
    width: 100%;
    top: -9px;
}

/*---------------------------------

  ガントチャート

---------------------------------*/
#GanttChartBase {
    position: absolute;
    height: calc(100% - 18px);
    overflow-x: hidden;
    overflow-y: hidden;
    top: 23px;
}

/* 
    日付エリア
------------------------- */
/* 日付ヘッダー */
.date-header {
    width: 225px;
    position: absolute;
    height: 60px;
    background: #444;
    padding: 0 0 0 10px;
    left: 0;
    z-index: 6;
}
/* 上部日付表示エリア */
#UpDateArea {
    position: relative;
    top: 57px;
    width: 1557px;
    background-color: #444;
    margin:0 0 0 10px;
    overflow: hidden;
    border: solid #444;
    border-right-width:13px;
}

/* 下部 日付表示エリア */
#DownDateArea {
     position: relative;
    top: 57px;
    width: 1557px;
    background-color: #444;
    margin:0 0 0 10px;
    overflow: hidden;
    border: solid #444;
    border-right-width:13px;
}

/* 上部 年月表示エリア */
#UpDateArea #UpMonthArea {
    position: relative;
    top: 0px;
    width: 2185px;
    padding-left: 225px;
    border-left: solid 10px #444;
    border-right: solid 20px #444;
    background: #444;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}
#UpDateArea #UpMonthArea div {
    width: 23px;
    margin-left: 1px;
}

/* 下部 年月表示エリア */
#DownDateArea #DownMonthArea {
    position: relative;
    top: 0px;
    width: 2185px;
    padding-left: 225px;
    border-left: solid 10px #444;
    border-right: solid 20px #444;
    background: #444;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}

#DownDateArea #DownMonthArea div {
    width: 23px;
    margin-left: 1px;
}

/* 上部 日表示エリア */
#UpDateArea #UpDayArea {
    position: relative;
    top: 0px;
    width: 2185px;
    padding-left: 225px;
    border-left: solid 10px #444;
    border-right: solid 20px #444;
    background: #444;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}

#UpDateArea #UpDayArea div {
    height: 18px;
    width: 23px;
    text-align: center;
    padding-top: 5px;
    margin-bottom: 1px;
    margin-left: 1px;
    box-sizing: border-box;
    font-size: 10px;
}

#UpDateArea #UpDayArea .work-off {
    color: #d6f4f5;
}

/* 下部 日表示エリア */
#DownDateArea #DownDayArea {
    position: relative;
    top: 0px;
    width:2185px;
    padding-left: 225px;
    border-left: solid 10px #444;
    border-right: solid 20px #444;
    background: #444;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;

}

#DownDateArea #DownDayArea div {
    height: 18px;
    width: 23px;
    text-align: center;
    padding-top: 5px;
    margin-bottom: 1px;
    margin-left: 1px;
    box-sizing: border-box;
    font-size: 10px;
}

#DownDateArea #DownDayArea .work-off {
    color: #d6f4f5;
}

/* 上部 時表示エリア */
#UpDateArea #UpHourArea {
    position: relative;
    top: 0px;
    width:2185px;
    padding-left: 225px;
    border-left: solid 10px #444;
    border-right: solid 20px #444;
    background: #444;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}

#UpDateArea #UpHourArea div {
    height: 18px;
    width: 23px;
    text-align: center;
    padding-top: 5px;
    margin-bottom: 1px;
    margin-left: 1px;
    box-sizing: border-box;
    font-size: 10px;
}

#UpDateArea #UpHourArea .work-off {
    color: #d6f4f5;
}

/* 下部 時表示エリア */
#DownDateArea #DownHourArea {
    position: relative;
    top: 0px;
    width:2185px;
    padding-left: 225px;
    border-left: solid 10px #444;
    border-right: solid 20px #444;
    background: #444;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}

#DownDateArea #DownHourArea div {
    height: 10px;
    width: 23px;
    text-align: center;
    margin-bottom: 1px;
    margin-left: 1px;
    box-sizing: border-box;
    font-size: 10px;
}

#DownDateArea #DownHourArea .work-off {
    color: #d6f4f5;
}

/*---------------------------------

  ガントチャートエリア

---------------------------------*/
#ChartDataArea {
    position: relative;
    top: 57px;
    width: 1573px;
    max-height: calc(100% - 198px);
    overflow-x: hidden;
    overflow-y: scroll;
    margin-left: 10px;
}

/* 1データ行 */
#ChartDataArea .chart-data {
    width: calc(100% - 11px);
    height: 93px; /* ヘッダーと同じ高さ */
    background: #ccc;
    border-left: solid 10px #444;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}

/* ヘッダー */
#ChartDataArea .chart-data-header {
    width: 225px;
    position: absolute;
    height: 93px;
    background: #444;
    margin: 0px 0px 0px 0px;
    padding: 0 0 0 10px;
    left: 0px;
    z-index: 6;
}

#ChartDataArea .chart-data-header .ribbon-data {
    width: 225px;
    position: relative;
    height: 91px;
    border-left: solid 10px;
    border-top: solid 1px;
    border-bottom: solid 1px;
    border-radius: 10px 0px 0px 10px;
    background: #444;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    box-sizing: border-box;
}

/* リボン */
#ChartDataArea .chart-data-header .ribbon-data .ribbon {
    width: 100px;
    position: relative;
    height: 18px;
    line-height: 18px;
    box-sizing: border-box;
    margin: 0px 0px 1px 0px;
    font-size: 14px;
    text-align: left;
    padding-left: 5px;
}

#ChartDataArea .chart-data-header .ribbon-data .ribbon::after {
    content: '';
    top: 0;
    right: 0;
    border-width: 9px 10px 9px 0px;
    border-color: transparent #444 transparent transparent;
    border-style: solid;
    position: absolute;
    width: 0px;
    height: 0px;
    z-index: 1;

}

/* 能力係数 */
#ChartDataArea .chart-data-header .ribbon-data .performance {
    width: 50px;
    padding: 0.2em 0.3em;
    margin: 7px 0 0 5px;
}

/* 資源設定ボタン */
#ChartDataArea .chart-data-header .ribbon-data .btn-setting {
    position: relative;
    height: 25px;
    width: 25px;
    background-color: rgba(68,68,68,0.8);
    background-size: 18px 18px;
    color: #f8f8f8;
    border: solid 1px #68d5db;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    margin: 3px 0 0 5px;
}
#ChartDataArea .chart-data-header .ribbon-data .btn-setting:hover {
    transition-duration: 0.3s;
    background-color: rgba(104, 213, 219, 0.4) !important;
    cursor: pointer;
}

/* 内容 */
#ChartDataArea .chart-data-header .ribbon-data .data {
    position: absolute;
    top: 0px;
    left: 100px;
    width: 114px;
    height: 49px;
    margin: 0px;
    padding-left: 4px;
    text-align: left;
    font-size: 11px;
    background: #444;
    z-index: 3;
    box-sizing: border-box;
}

/* スケジュール */
#ChartDataArea .chart-data-schedule {
    margin: 0 0 0 225px;/* 左はヘッダーのwidthと同じにする */
    position: relative;
}

/* 
    計画エリア
------------------------- */
/* ドラッグ中計画オブジェクト */
#TempPlanData {
    height: 92px;
    display:none;
    position:absolute;
}
#ChartDataArea .chart-data-schedule .chart-plan-area {
    position: absolute;
    height: 91px;
    box-sizing: border-box;
    
}
/* 追加行 */
#ChartDataArea .chart-data-schedule .chart-plan-area.add-row {
    margin-top: 2px;
    
}
/* 移動可能計画オーバーレイ */
.plan-overlay {
    position: absolute;
    height: 92px;
    background-color: red;
    opacity: 0.3;
    z-index: 11;
    cursor: pointer;
}

/* 計画オブジェクト */
#ChartDataArea .chart-data-schedule .chart-plan-area .plan-obj,
#TempPlanData .plan-obj {
    position: absolute;
    z-index: 5;
    cursor: pointer;
    height: 100%;
    top: 0px;
}
#TempPlanData .plan-obj {
    z-index: 10;
}
/* 活動区分:無効 計画 */
#ChartDataArea .chart-data-schedule .chart-plan-area .plan-obj.disable,
#TempPlanData .plan-obj.disable {
    border:solid red 1px;
    top: -1px;
}

/* オーバーレイ */
#ChartDataArea .chart-data-schedule .chart-plan-area .plan-obj .overlay.drag-focus,
#TempPlanData .plan-obj .overlay.drag-focus {
    position: absolute;
    height: 100%;
    width: 100%;
    background: red;
    opacity: 0.3;
    z-index: 3;
}
/* タイトル */
#ChartDataArea .chart-data-schedule .chart-plan-area .plan-obj .title,
#TempPlanData .plan-obj .title {
    height: 46px;
    width: calc(100% - 1px);
    margin-bottom: 1px;
    margin-left: 1px;
    box-sizing: border-box;
    transition: all 0.3s;
    z-index: 2;
}
#ChartDataArea .chart-data-schedule .chart-plan-area .plan-obj .title .label,
#TempPlanData .plan-obj .title .label {
    position: absolute;
    color: rgba(0,0,0,0.8);
    background-color: rgba(220,20,6,0.0);
    top: 0px;
    height: 18px;
    width: 100px;
    padding: 1px;
    text-align: left;
    font-size: 8px;
    z-index: 1;
}
/* タイトル 着手時 */
#ChartDataArea .chart-data-schedule .chart-plan-area .plan-obj .title.sts-start {
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #FFF), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #FFF),color-stop(.75, #FFF), color-stop(.75, transparent),to(transparent));
    -webkit-background-size: 8px 8px;
}
/* タイトル 完了時 */
#ChartDataArea .chart-data-schedule .chart-plan-area .plan-obj .title.sts-comp {
    background-color: gray;
}
#ChartDataArea .chart-data-schedule .chart-plan-area .plan-obj .title.sts-comp .label {
    color: #fff;
}

/* グラフ */
#ChartDataArea .chart-data-schedule .chart-plan-area .plan-obj .graph,
#TempPlanData .plan-obj .graph {
    height: 44px;
    width: calc(100% - 1px);
    margin-bottom: 1px;
    margin-left: 1px;
    box-sizing: border-box;
    background: #F5F5F5;
    transition: all 0.3s;
    z-index: 2;
    float: left;
}

/* 過去に計画が存在する計画オブジェクト */
#ChartDataArea .chart-data-schedule .chart-plan-area .plan-obj.exist-past {
    border-left: dashed 2px red;
}

/* 未来に計画が存在する計画オブジェクト */
#ChartDataArea .chart-data-schedule .chart-plan-area .plan-obj.exist-future {
    border-right: dashed 2px red;
}

/* 
    グリッドエリア
------------------------- */
#ChartDataArea .chart-data-schedule .chart-grid-area {
    position: relative;
    height: 91px;
    box-sizing: border-box;
}
/* 追加行 */
#ChartDataArea .chart-data-schedule .chart-grid-area.add-row {
    margin-top: 2px;
}

/* タイトルベース */
#ChartDataArea .chart-data-schedule .chart-grid-area .title-base {
    position: relative;
    height: 47px;
    width: 2185px;
    box-sizing: border-box;
    overflow: hidden;
}

/* タイトル */
#ChartDataArea .chart-data-schedule .chart-grid-area .title-base .title{
    height: 46px;
    width: 23px;
    margin-bottom: 1px;
    margin-left: 1px;
    box-sizing: border-box;
    background: rgba(255,255,255,1);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 2;
    float: left;
}

/* グラフベース */
#ChartDataArea .chart-data-schedule .chart-grid-area .graph-base {
    position: relative;
    height: 46px;
    width: 2185px;
    box-sizing: border-box;
    overflow: hidden;
}

/* グラフ */
#ChartDataArea .chart-data-schedule .chart-grid-area .graph-base .graph {
    height: 45px;
    width: 23px;
    margin-bottom: 1px;
    margin-left: 1px;
    box-sizing: border-box;
    background: rgba(255,255,255,0.8);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 2;
    float: left;
}

/* 
    グリッド色
------------------------- */
/* 業務休業日 */
#ChartDataArea .chart-data-schedule .chart-grid-area .title-base .title.work-off,
#ChartDataArea .chart-data-schedule .chart-grid-area .graph-base .graph.work-off {
    background-color: #d6f4f5;
}

/*---------------------------------

  サブメニュー

---------------------------------*/
/* 共通部 */
:root {
    --order-bg: #444;
    --sub-bg: #739098;
    --subhov-bg: #92a8af;
}
.submenu-content .submenu-triangle {
    width: 0;
    height: 0;
    position: absolute;
    top: 10px;
    border-right-style: solid;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.submenu-content {
    position: fixed;
    display: none;
    z-index: 100;
    margin: 0;
    width: 220px;
}

.submenu-content p {
    margin: 0;
    padding: 0;
}

.submenu-overlay {
    z-index: 99;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
}

.submenu-open {
    cursor: pointer;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
}

.submenu-close {
    cursor: pointer;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
}

.submenu-content ul {
    width: calc(100% - 20px);
    display: inline-block;
    border-radius: 5px;
    padding: 5px 0;
    background-color: var(--sub-bg);
    position: absolute;
}

.submenu-content ul li {
    width: 100%;
    list-style: none;
    cursor: pointer;
    background-image: url('../images/next_mini.png');
    background-repeat: no-repeat;
    background-position: center right 20px;
    font-size: 14px;
    background-size: 16px 16px;
}

.submenu-content ul li .submenu-txt {
    width: calc(100% - 50px);
    height: 100%;
    padding: 6px 10px;
    margin-left: 15px;
    border-bottom: 1px dotted #FFF;
    text-align: left;
}

.submenu-content ul li:last-child .submenu-txt {
    border-bottom: 0;
}
.submenu-content ul li:hover {
    background-color: var(--subhov-bg);
}

/* オーダー設定メニュー 吹き出し部 */
.submenu-content.setting-menu .submenu-triangle,
.submenu-content.sub-menu .submenu-triangle,
.submenu-content.plan-menu .submenu-triangle {
        border-right-width: 20px;
        border-right-color: var(--sub-bg);
        left: -20px;
        top: 5px;
}
/* 吹き出し 左 */
.submenu-content.plan-menu .submenu-triangle.left{
    transform: rotate( 180deg );
    left: 200px;
}
/* 吹き出し 右 */
.submenu-content.plan-menu .submenu-triangle.right{
}
/* 吹き出し 左上 */
.submenu-content.plan-menu .submenu-triangle.up.left{
    transform: rotate( -147deg );
    border-right-width: 35px;
    top: 17px;
    left: 189px;
}
/* 吹き出し 右上 */
.submenu-content.plan-menu .submenu-triangle.up.right{
    transform: rotate( -33deg );
    border-right-width: 35px;
    top: 17px;
    left: -22px;
}
/* 吹き出し 左下 */
.submenu-content.plan-menu .submenu-triangle.bottom.left{
    transform: rotate( 147deg );
    border-right-width: 35px;
    top: -6px;
    left: 189px;
}
/* 吹き出し 右下 */
.submenu-content.plan-menu .submenu-triangle.bottom.right{
    transform: rotate( 33deg );
    border-right-width: 35px;
    top: -6px;
}