.fl_base.content,
.fl_inner.main {
    height: 100%;
}

.parent {
    overflow: hidden;
}

form:not([class]) + form:not([class]) {
    margin-top: 10px;
}

/* --------------------------------------- */
/* 汎用 */
/* --------------------------------------- */
[class^='btn'] {
    height: 34px;
}

select.form-parts,
[type=text].form-parts,
[type=number].form-parts,
[type=checkbox].form-parts {
    height: 35px;
    line-height: 25px;
    padding-top: 0;
    padding-bottom: 0;
}

[class^='btn'],
.form-parts {
    display: inline-block;
    font-size: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
}

.form-parts::-webkit-input-placeholder {
    color: #ccc;
}

.form-parts:-ms-input-placeholder {
    color: #ccc;
}

/* 未入力 */
.form-parts.not_input {
    background-color: #ffeff6;
    border-color: #ef0063;
}

.form-parts.not_input::placeholder {
    color: #a8a8a8;
}

/* 削除ボタン */
.include_btn {
    position: relative;
}

.btn_clear {
    display: none;
}

.inputed + .btn_clear {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2px;
    margin: auto;
    width: 36px;
    height: 30px;
    line-height: 28px;
    font-size: 18px;
}

/* readonly用 */
.preview_ipt {
    display: inline-block;
    background-color: transparent;
    border: none;
    cursor: default;
    outline: none;
}

/* ボタン */
.btn {
    display: inline-block;
    min-width: 160px;
    font-weight: normal;
    line-height: 34px;
    color: #555;
    text-align: center;
    padding: 0 12px;
    background-color: #ddd;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    -webkit-user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
}

.btn.bg-white {
    color: #444;
    border-color: #9a9a9a;
}

.btn.bg-red {
    color: #fff;
}

.btn_primary {
    color: #fff;
}

.btn_change {
    background-color: #fff;
    border-color: #a8a8a8;
    transition: all 0.4s linear;
}

.btn_change.done {
    background-color: #c5c5c5;
}

.box_edit .btn[disabled] {
    opacity: 0.4;
    cursor: default;
}

.btn.size_l {
    height: 48px;
    font-size: 1.16em;
    line-height: 48px;
    padding: 0 30px;
}

.btn.size_s {
    min-width: auto;
    height: 30px;
    line-height: 30px;
}

.btn.disabled {
    opacity: 0.4;
    cursor: default;
    user-select: none;
    pointer-events: none;
}

/* グレー　大きめボタン */
.large-btn {
    height: 54px;
    line-height: 30px;
    color: #555;
    padding: 10px 0 11px;
    background: #f9f9f9;
    border: 1px solid #ccc;
    border-top: 3px solid #bbb;
    border-radius: 4px;
    text-decoration: none;
}

/* ボタンスタイル打ち消し */
.notbtn {
    background-color: transparent;
    border: none;
    -webkit-appearance: none;
}

/* ラベル */
.lbl {
    display: inline-block;
    cursor: pointer;
}

label + .ckb,
label + .rdb {
    margin-left: 20px;
}

label > .ckb,
label > .rdb {
    vertical-align: middle;
}

.lbl:not(:last-of-type) {
    margin-right: 20px;
}

.lbl:not(:last-of-type) + .form-parts {
    margin-left: -10px;
}

.rdb[disabled] + label {
    opacity: 0.5;
}

.lbl_red {
    font-size: 12px;
    color: #fff;
    padding: 0 4px;
    background-color: #f00;
}

/* ラベル風アイコン */
.lbl_icon {
    display: inline-block;
    font-size: 0.82em;
    line-height: 1em;
    color: #fff;
    padding: 3px 4px 2px;
    border-radius: 2px;
}

/* 選択項目 */
.ckb,
.ckb + label,
.lbl + .ckb,
.rdb,
.rdb + label,
.txt_rdb-b {
    width: 1.1em;
    height: 1.1em;
    vertical-align: middle;
}

/* テキストボックス等 */
.form-parts {
    line-height: 1.5;
    color: #555;
    margin: 2px;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    max-width: 100%;
}

.btn:focus,
.form-parts:focus:not([readonly]) {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-parts:first-of-type {
    margin-left: 0;
}

.form-parts:first-of-type.ml2 {
    margin-left: 2px;
}

.form-parts[readonly] {
    background-color: #eee;
}

textarea.form-parts::-webkit-scrollbar {
    width: 8px;
    background-color: transparent;
}

textarea.form-parts::-webkit-scrollbar-thumb {
    background-color: #8daab2;
    border-radius: 8px;
}

.form-parts.blockstyle {
    resize: none;
}

.form-parts.blockstyle[readonly] {
    border-color: transparent;
    box-shadow: none;
    outline: none;
}

/* 選択不可 */
.form-parts[disabled] {
    opacity: 0.5;
    background-color: #eee;
}

/* テキスト風テキストボックス */
.txb_pseudo {
    padding: 4px 0;
    border: 0 none;
    -webkit-appearance: none;
}

/* 水平線 */
.box_edit-base > hr {
    border: 2px solid #afafaf;
}

/* テーブル */
.tbl {
    width: 100%;
    line-height: 1.2;
    background-color: #fff;
    border: 1px solid #b2b2b2;
}

.tbl thead {
    height: 30px;
    border-bottom: 3px double #b2b2b2;
}

.tbl tr:nth-child(even) {
    background-color: #f9f9f9;
}

.tbl td {
    padding: 5px 10px;
}

.tbl th:not(:last-child),
.tbl td:not(:last-child) {
    border-right: 1px solid #e2e2e2;
}

/* セルの縦線ありテーブル */
.tbl_vline td:not(:last-child) {
    border-right: 1px dotted #ccc;
}

/* th固定テーブル */
.tbl_fixth thead th {
    position: sticky;
    top: -1px;
    border: 1px solid #ddd;
    background-color: inherit;
}

.tbl_fixth thead th::after {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
}

/* ミニボタン */
.btn.btn_mini,
.tbl .btn {
    min-width: auto;
    height: 26px;
    font-size: 14px;
    line-height: 26px;
    padding: 0 8px;
}

/* テーブル内チェックボックス */
.touch-ckb {
    cursor: pointer;
}

/* コピペ用テキストボックス */
.txb_copy {
    padding: 4px;
    background-color: transparent;
    border: 1px solid #eee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* 注意書き枠 */
.caution_field {
    padding: 8px;
    background-color: #f5f4fa;
}

/* 改行用 */
.sp_block {
    display: inline-block;
}

/* 選択不可 */
.notactive {
    opacity: 0.4;
}

/* --------------------------------------- */
.edit_main.announce {
    line-height: 1.6em;
}

.edit_main.announce h1 {
    font-size: 20px;
    margin-bottom: 10px;
    padding: 4px;
    background-color: #f5f4fa;
}

/* --------------------------------------- */
/* fancybox用 */
.fcb_popup {
    height: auto;
}

.fcb_popup .main_area {
    margin: 0;
    padding: 10px;
}

.fcb_popup .title {
    height: auto;
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
    padding: 6px 10px;
}

.fcb_popup .tbl {
    border-color: #0091f0;
}

.fcb_popup .tbl tbody {
    text-align: left;
}

.fcb_popup .search_setting {
    text-align: left;
    margin: 6px auto 10px;
}

.fcb_popup .box_page {
    text-align: left;
}

/* 色指定 */
.fcb_popup .title,
.fcb_popup .btn_primary {
    color: #fff;
    background-color: #0091f0;
}

/* --------------------------------------- */
/* fancyboxでないポップアップ */
.popup_base {
    position: absolute;
    z-index: 99999;
    display: none;
    width: auto;
    height: auto;
    margin: auto;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}

.popup_base .txt_info {
    font-size: 0.9em;
    line-height: 1.4;
    padding: 0 10px;
}

/* 閉じるボタン */
.popup_close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: inherit;
    vertical-align: middle;
}

/* --------------------------------------- */
/* 汎用box */
.box_free {
    padding: 10px;
    background-color: #fff;
}

.box_free > .title {
    font-size: 1em;
    color: #555;
    margin-bottom: 6px;
    padding: 8px;
    background-color: #ddd;
}

/* --------------------------------------- */
/* 用語集 */
.list_gl {
    margin: 0;
}

.box_free .title + .list_gl {
    margin: 0 10px;
}

.list_gl .gl_lbl {
    font-weight: bold;
    margin-bottom: 6px;
}

.list_gl .gl_content {
    line-height: 1.2;
    margin-bottom: 10px;
    margin-left: 10px;
}

/* ポップアップ閉じるボタン入りのtitle */
.popup_base .title {
    position: relative;
}

.popup_base .title .popup_close {
    height: 20px;
    font-size: 20px;
    line-height: 20px;
    margin: auto;
}

/* --------------------------------------- */
/* 外部リンク */
.link_ex:after {
    display: inline-block;
    width: 1em;
    height: 1em;
    font-family: FontAwesome;
    color: #777;
    margin-left: 2px;
    content: '\f08e';
}

/* テキストリンク */
.link_txt {
    font-weight: bold;
    color: #0091f0;
}

/* --------------------------------------- */
/* アコーディオンBOX */
.accordion-box {
    margin-bottom: 10px;
    background-color: #f5f4fa;
    border-radius: 10px;
}

.accordion-title {
    padding: 10px 12px;
    cursor: pointer;
}

.accordion-title i {
    font-size: 1.26em;
}

.accordion-title .fai_chevron-circle-right {
    transition: all 0.2s ease;
    vertical-align: bottom;
}

.accordion-box.open .accordion-title .fai_chevron-circle-right {
    transform: rotate(90deg);
}

.accordion-inner {
    display: none;
    padding: 0 10px 10px;
}

.accordion-box.open .accordion-inner {
    display: block;
}

/* サイズ調整 */
.accordion-title.sub_title {
    margin: 0;
}

.sub_title + .accordion-inner {
    margin-top: -4px;
}

.accordion-box .btn {
    min-width: 100px;
}

/* --------------------------------------- */
/* table内アコーディオンBOX */
.tbl .accordion-box {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    background-color: transparent;
    margin-bottom: auto;
    line-height: 1.2;
    overflow: hidden;
    border-radius: 0;
    cursor: pointer;
}

/* --------------------------------------- */
/* 縦スクロールbox */
.box_x-scroll {
    overflow-y: auto;
}

.box_x-scroll::-webkit-scrollbar {
    width: 8px;
    background-color: #ddd;
}

.box_x-scroll::-webkit-scrollbar-thumb {
    background-color: #8daab2;
    border-radius: 8px;
}

/* --------------------------------------- */
/* 横スクロールbox */
.box_y-scroll {
    overflow-y: auto;
}

.box_y-scroll::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #ddd;
}

.box_y-scroll::-webkit-scrollbar-thumb {
    background-color: #8daab2;
    border-radius: 8px;
}

/* 選択項目群 */
.box_choice.column3 .fl_inner {
    width: 33.3%;
    margin-bottom: 4px;
}

.box_choice .prg_choice {
    display: inline-block;
    padding: 4px;
}

.box_choice .prg_choice .lbl {
    width: 100%;
}

/* --------------------------------------- */
/* 行ぞろえ */
.txar {
    text-align: right;
}

.txal {
    text-align: left;
}

.txac {
    text-align: center;
}

/* --------------------------------------- */
/* 透明度 */
.opc03 {
    opacity: 0.3;
}

.opc05 {
    opacity: 0.5;
}

/* --------------------------------------- */
/* 余白 */
.mt2 {
    margin-top: 2px;
}

.mt4 {
    margin-top: 4px;
}

.mt6 {
    margin-top: 6px;
}

.mt8 {
    margin-top: 8px;
}

.mt10 {
    margin-top: 10px;
}

/* --------------------------------------- */
.mb2 {
    margin-bottom: 2px;
}

.mb4 {
    margin-bottom: 4px;
}

.mb6 {
    margin-bottom: 6px;
}

.mb8 {
    margin-bottom: 8px;
}

.mb10 {
    margin-bottom: 10px;
}

/* --------------------------------------- */
.mr2 {
    margin-right: 2px;
}

.mr4 {
    margin-right: 4px;
}

.mr6 {
    margin-right: 6px;
}

.mr8 {
    margin-right: 8px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

/* --------------------------------------- */
.ml2 {
    margin-left: 2px;
}

.ml4 {
    margin-left: 4px;
}

.ml6 {
    margin-left: 6px;
}

.ml8 {
    margin-left: 8px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

/* --------------------------------------- */
.p10 {
    padding: 10px;
}

/* --------------------------------------- */
/* 幅 */
.w40 {
    width: 40px;
}

.w50 {
    width: 50px;
}

.w60 {
    width: 60px;
}

.w70 {
    width: 70px;
}

.inner_w80 > .prg_choice,
.w80 {
    width: 80px;
}

.inner_w100 > .prg_choice,
.w100 {
    width: 100px;
}

.inner_w120 > .prg_choice,
.w120 {
    width: 120px;
}

.inner_w140 > .prg_choice,
.w140 {
    width: 140px;
}

.inner_w150 > .prg_choice,
.w150 {
    width: 150px;
}

.inner_w160 > .prg_choice,
.w160 {
    width: 160px;
}

.inner_w180 > .prg_choice,
.w180 {
    width: 180px;
}

.inner_w200 > .prg_choice,
.w200 {
    width: 200px;
}

.w220 {
    width: 220px;
}

.w240 {
    width: 240px;
}

.w300 {
    width: 300px;
}

.w400 {
    width: 400px;
}

.w500 {
    width: 500px;
}

.wmax {
    width: 100%;
    max-width: 100%;
}

/* --------------------------------------- */
/* 最大幅 */
.mw100,
.mw150,
.mw200,
.mw300,
.mw400,
.mw500,
.mw600 {
    width: 100%;
}

.mw100 {
    max-width: 100px;
}

.mw150 {
    max-width: 150px;
}

.mw200 {
    max-width: 200px;
}

.mw300 {
    max-width: 300px;
}

.mw400 {
    max-width: 400px;
}

.mw500 {
    max-width: 500px;
}

.mw600 {
    max-width: 600px;
}

.mw640 {
    max-width: 640px;
}

.mw980 {
    max-width: 980px;
}

/* --------------------------------------- */
/* 最小幅 */
.miw80 {
    min-width: 80px;
}

.miw100 {
    min-width: 100px;
}

.miw120 {
    min-width: 120px;
}

/* --------------------------------------- */
/* 高さ */
.h60 {
    height: 60px;
}

.h80 {
    height: 80px;
}

.h100 {
    height: 100px;
}

.h120 {
    height: 120px;
}

.h140 {
    height: 140px;
}

.h200 {
    height: 200px;
}

.h300 {
    height: 300px;
}

.h400 {
    height: 400px;
}

.h500 {
    height: 500px;
}

.h100p {
    height: 100%;
}

.mxh100 {
    max-height: 100px;
}

/* --------------------------------------- */
/* メッセージ */
.box_msg {
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 6px;
    border: 1px solid #ddd
}

.box_msg.success {
    color: #007c51;
    background-color: #f7fff7;
    border: 1px solid #1dba57;
}

.box_msg.error {
    color: #fff;
    background-color: #ff2d2d;
}

.box_msg.announce {
    color: #444;
    background-color: #fdffe5;
    border: 1px solid #56a373;
}

.box_msg .fai_exclamation-triangle {
    margin-right: 2px;
    vertical-align: baseline;
}

.box_msg:empty {
    display: none;
}

/* 注意書き */
.txt_caution {
    color: #f00;
}

/* 文字サイズ */
.txt_small {
    font-size: 0.9em;
}

.txt_x-small {
    font-size: 0.8em;
}

.txt_large {
    font-size: 1.2em;
}

.txt_x-large {
    font-size: 1.5em;
}

.txt_xx-large {
    font-size: 2em;
}

/* 長文 */
.long_article,
.txt_caution.long {
    line-height: 1.4;
}

.box_msg > p + p {
    margin-top: 2px;
}

/* 太字 */
.fwb {
    font-weight: bold;
}

/* 文字色 */
.c_yellow {
    color: #ff0;
}

.c_pink {
    color: #f0f;
}

.c_l-pink {
    color: #ff70ae;
}

.c_red {
    color: #f00;
}

.c_d-red {
    color: #b00;
}

.c_orange {
    color: #f70;
}

.c_green {
    color: #080;
}

.c_blue {
    color: #00f;
}

.c_gray {
    color: #888;
}

.c_lgray {
    color: #aaa;
}

.c_white {
    color: #fff;
}

/* --------------------------------------- */
/* 背景色 */
.bg-white {
    background-color: #fff;
}

.bg-red {
    background-color: #f00;
}

.bg-lgray {
    background-color: #eee;
}

.bg-lygreen {
    background-color: #e8fff8;
}

.bg-lblue {
    background-color: #eaf6ff;
}

/* --------------------------------------- */
/* flexbox */
/* --------------------------------------- */
.fl_base {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.fl_inner {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    min-width: 1px;
}

/* 単純な横並び */
.fl_simple {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.fl_simple.wrap {
    flex-wrap: wrap;
}

/* 横左寄せ */
.jc_fs {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

/* 横右寄せ */
.jc_fe {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

/* 横中央寄せ */
.jc_c {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* 垂直中央寄せ */
.ali_c {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

/* 縦並び */
.fl_column {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

/* ====================================================================================================== */
/* ヘッダ */
/* ====================================================================================================== */
.header {
    width: 100%;
    height: 60px;
    color: #fff;
    margin-top: 0;
    background-color: #000;
    border-bottom: 1px solid #292929;
    overflow: hidden;
    flex-wrap: nowrap;
}

/* menuボタン */
.head_btn {
    width: 32px;
    margin-left: 12px;
}

.head_btn .link_btn {
    display: block;
    width: 32px;
    height: 32px;
    color: #fff;
    background-image: url(/admin/img/icon_menu-3593bc07f1321f107b91097109375916.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: 32px 96px;
    background-size: 32px 96px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
}

.head_btn .link_btn:hover {
    background-position: 0 -32px;
}

.head_btn .link_btn.open {
    background-position: 0 -64px;
}

/* ロゴ */
.logo {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
}

.head_logo {
    float: left;
    width: 240px;
    height: 60px;
    background-image: url(/admin/img/logo-bc92e849f74a708f61a0ef75970b0d48.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 240px 60px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
}

/* --------------------------------------- */
/* プロフィール */
.avater_trimming {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    text-align: center;
    border: 1px solid #555;
    overflow: hidden;
    vertical-align: middle;
    margin-right: 8px;
}

.avater_trimming .avatar {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    max-width: 30px;
    max-height: 30px;
    margin: auto;
    overflow: auto;
    vertical-align: middle;
}

/* お店ページ確認 */
.preview {
    display: inline-block;
    color: #ffef60;
    flex-grow: 1;
}

.profile_inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
}

@media screen and (max-width: 620px) {
    .user-profile .sp_none {
        display: none;
    }
}

@media screen and (max-width: 360px) {
    .logo .head_logo {
        width: 85px;
    }

    .user-profile {
        font-size: 12px;
        padding: 0 6px;
    }
}

/* ヘッダー本部、代理、店舗の判断 */
.login_user {
    position: absolute;
    bottom: 8px;
    display: inline-block;
    line-height: 1.2em;
    color: #f1f1f1;
    margin-left: 8px;
    padding: 4px 16px;
    background: #6d727f;
    border-radius: 4px;
}

/* 店舗ダッシュボード・左のメインメニューは出さないため幅の調整 */
.shop .menu_area {
    width: 218px;
}

/* メインメニューのみ表示のため幅調整 */
.menu_area.main_only {
    width: 70px;
}

/* --------------------------------------- */
/* log outボタン */
.logout {
    width: 120px;
    margin-right: 8px;
    padding-left: 6px;
    border-left: 1px solid #555;
}

.logo + .logout {
    border-left: 0 none;
}

.logout .link_btn {
    position: relative;
    display: block;
    width: 100%;
    min-width: 42px;
    height: 42px;
    line-height: 40px;
    color: #428bca;
    text-align: center;
    background-color: #f4f4fa;
    border-radius: 2px;
    text-decoration: none;
    overflow: hidden;
}

.logout .link_btn i::before {
    font-size: 20px;
}

@media screen and (max-width: 480px) and (min-width: 321px) {
    .logout {
        width: 52px;
        margin: 0 6px;
        flex: 0 1 auto;
    }

    .logout .link_btn {
        line-height: 1em;
        padding-top: 4px;
    }

    .logout .txt_sub {
        display: block;
        font-size: 8px;
        letter-spacing: -1px;
    }
}

@media screen and (max-width: 320px) {
    .logout {
        width: fit-content;
    }

    .logout .txt_sub {
        display: none;
    }
}

/* ====================================================================================================== */
/* 管理メニュー */
/* ====================================================================================================== */
.fl_base.content,
.fl_base.menu_area {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.fl_base.content,
.fl_base.menu_area {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.fl_inner.menu {
    height: 100%;
}

.menu_area {
    width: 288px;
    background-color: #1d2839;
    overflow-y: auto;
}

.parent .menu_area {
    height: calc(100% - 60px);
    overflow-x: hidden;
    overflow-y: auto;
}

.menu_area::-webkit-scrollbar {
    width: 8px;
    background-color: #c9c9c9;
}

.menu_area::-webkit-scrollbar-thumb {
    background-color: #8daab2;
    border-radius: 8px;
}

/* --------------------------------------- */
/* iFrame */
.imain {
    width: 100%;
    height: calc(100% - 60px);
    background-color: #fff;
    border: 0;
    box-sizing: border-box;
}

/* --------------------------------------- */
/* 管理メインメニュー */
.main-menu {
    width: 70px;
    background-color: #394454;
}

.fl_inner.main-menu {
    -webkit-flex-basis: 70px;
    -ms-flex-basis: 70px;
    flex-basis: 70px;
}

.main-menu [class^='m_'] {
    display: block;
    height: 72px;
    font-size: 12px;
    color: #9e99aa;
    text-align: center;
    padding-top: 10px;
    text-decoration: none;
}

.main-menu [class^='m_']:hover {
    color: #fff;
    background-color: #51ace0;
}

/* アイコン */
.main-menu [class^='m_']::before {
    display: block;
    width: 34px;
    height: 34px;
    margin: 0 auto;
    background-image: url(/admin/img/icon_main-menu-0e18ffd7b7c0d6243442a8fc23683e87.png);
    background-repeat: no-repeat;
    -webkit-background-size: 204px 68px;
    background-size: 204px 68px;
    content: '';
}

.main-menu [class^='m_'].active {
    background-color: #1d2839;
}

/* アイコン：ホーム */
.main-menu .m_home::before {
    background-position: 0 0;
}

.main-menu .m_home:hover::before {
    background-position: 0 -34px;
}

/* アイコン：検閲管理 */
.main-menu .m_censorship::before {
    background-position: -34px 0;
}

.main-menu .m_censorship:hover::before {
    background-position: -34px -34px;
}

/* アイコン：店舗管理 */
.main-menu .m_shop::before {
    background-position: 0 0;
}

.main-menu .m_shop:hover::before {
    background-position: 0 -34px;
}

/* アイコン：サイト */
.main-menu .m_site::before {
    background-position: -68px 0;
}

.main-menu .m_site:hover::before {
    background-position: -68px -34px;
}

/* アイコン：会員管理 */
.main-menu .m_member::before {
    background-position: -102px 0;
}

.main-menu .m_member:hover::before {
    background-position: -102px -34px;
}

/* アイコン：基本設定 */
.main-menu .m_setting::before {
    background-position: -136px 0;
}

.main-menu .m_setting:hover::before {
    background-position: -136px -34px;
}

/* アイコン：お知らせ（本部・代理店のみ表示） */
.main-menu .m_news::before {
    background-position: -170px 0;
}

.main-menu .m_news:hover::before {
    background-position: -170px -34px;
}

/* --------------------------------------- */
/* 管理サブメニュー */
/* --------------------------------------- */
/* 境界線 */
.sub-menu,
.link_sub {
    border-width: 0;
    border-style: solid;
    border-color: #c9c9c9;
    outline: 0;
}

.sub-menu {
    width: 210px;
    background-color: #afafaf;
    border-right-width: 1px;
}

.link_sub {
    display: block;
    width: 100%;
    height: 46px;
    font-size: 16px;
    line-height: 46px;
    color: #000;
    text-align: left;
    padding-left: 10px;
    background-color: #e9e9e9;
    border-bottom-width: 1px;
    text-decoration: none;
}

/* 2行：日付表示あり */
.link_sub.menu_2line {
    height: 58px;
    line-height: 1.2;
    color: #fff;
    padding-top: 8px;
    background-color: #d14836;
}

.link_sub.menu_2line .date {
    font-size: 12px;
    color: #d14836;
    margin: 2px 0 4px -4px;
    padding: 4px 10px;
    background-color: #fff;
    border-radius: 30px 0 0 30px;
    overflow: hidden;
}

.link_sub.menu_2line.active .date {
    color: #666;
}

/* 2行：未確認 */
.link_sub.has_unread {
    height: 58px;
    line-height: 1.2;
    color: #fff;
    padding-top: 8px;
    background-color: #d14836;
}

.link_sub.has_unread:hover {
    background-color: #ff7070;
}

.link_sub.has_unread.active .info {
    color: #666;
}

.link_sub.has_unread i.fai_exclamation-circle {
    font-size: 17px;
    margin-left: 1px;
    vertical-align: baseline;
}

.link_sub.has_unread .info {
    display: inline-block;
    width: 197px;
    font-size: 12px;
    color: #d14836;
    margin-top: 4px;
    margin-left: -4px;
    padding: 3px 4px;
    background-color: #fff;
    border-radius: 4px;
}

.link_sub.has_unread .blink {
    animation: 1.6s linear infinite blink_effect;
}

.link_sub:hover {
    background-color: #f4f4fa;
}

.link_sub.menu_2line:hover {
    background-color: #ff7070;
}

.link_sub.active {
    color: #fff;
    background-color: #686868;
}

@keyframes blink_effect {
    0% {
        visibility: hidden;
    }
    50% {
        visibility: hidden;
    }
    100% {
        visibility: visible;
    }
}

/* 夜ガイニュースプレビュー */
.link_sub.ygnews_preview {
    height: 26px;
    font-size: 12px;
    line-height: 25px;
    color: #fff;
    text-align: right;
    margin-top: -1px;
    padding-right: 10px;
    background-color: #d14836;
    border-top: 1px dashed #ffa3a3;
}

.link_sub.ygnews_preview::after {
    color: #fff;
    margin-left: 4px;
}

.link_sub.active + .ygnews_preview {
    background-color: #686868;
    border-top-color: #ccc;
}

.link_sub.ygnews_preview:hover {
    color: #fff;
    background-color: #ff7070;
}

/* アイコン */
.link_sub > i {
    display: inline-block;
    width: 20px;
    text-align: center;
    margin-right: 4px;
    margin-left: -2px;
}

/* お店選択に戻る */
.btn_return {
    width: 96%;
    color: inherit;
    margin: 4px;
    padding: 6px 10px;
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
}

/* お店削除 */
.btn_del {
    width: 100px;
    color: #fff;
    text-align: center;
    margin: 4px;
    padding: 6px 10px;
    background-color: #f00;
    border-radius: 6px;
}

/* アコーディオンメニュー */
.other_menu {
    padding: 0 4px 4px;
}

.other_menu .menu_title {
    padding: 4px;
    color: #111;
    font-weight: bold;
}

.other_menu .link_sub.has_unread .info {
    width: 190px;
    text-align: center;
    font-size: 11px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.other_menu .link_sub:last-child {
    border-bottom: 0 none;
}

/* ====================================================================================================== */
/* メインコンテンツ */
/* ====================================================================================================== */
.content > .main {
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
}

.main_area {
    margin: 4px;
    padding: 8px 10px;
}

/* --------------------------------------- */
/* タブメニュー：メイン */
/* --------------------------------------- */
.box_edit > .tablist {
    position: relative;
    margin: 0 10px;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}

.box_edit > .fl_base {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.box_edit > .fl_inner {
    margin-right: 4px;
}

.box_edit .elm {
    display: block;
    text-align: center;
}

.box_edit > .tablist .elm {
    padding-right: 2px;
}

.box_edit > .tablist .btn_tab {
    display: block;
    min-width: 60px;
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
    border-width: 1px 1px 0;
    border-style: solid;
    border-radius: 6px 6px 0 0;
    text-decoration: none;
}

.box_edit > .tablist .btn_tab,
.box_edit > .btnlist .btn_tab {
    background-color: #eee;
}

.box_edit > .tablist .elm.active .btn_tab,
.box_edit > .btnlist .elm.active .btn_tab {
    color: #fff;
}

/* ボタンモード */
.box_edit .btnlist.fl_base {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.box_edit .btnlist .fl_inner {
    margin-bottom: 4px;
}

.box_edit .btnlist .elm .btn_tab {
    margin-right: 4px;
    padding: 0 20px;
    border-width: 1px;
    border-style: solid;
    border-radius: 30px;
}

/* --------------------------------------- */
/* タブメニュー：サブ */
/* --------------------------------------- */
.edit_main > .tablist {
    margin-bottom: 8px;
    border-width: 0 0 1px;
    border-style: solid;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.edit_main > .tablist .fl_inner {
    min-width: 120px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.edit_main > .tablist .fl_inner + .fl_inner {
    margin-left: 4px;
}

.edit_main > .tablist .btn_tab {
    width: 100%;
    height: auto;
    color: inherit;
    padding: 10px 20px;
    background-color: #f2f2f9;
    border: 0 none;
    text-decoration: none;
    letter-spacing: 1px;
}

.edit_main > .tablist .active .btn_tab {
    font-weight: bold;
    margin-bottom: -1px;
    background-color: #fff;
    border-width: 1px 1px 0;
    border-style: solid;
}

.edit_main > .tablist .elm:not(.active) .btn_tab:hover {
    background-color: #cee1ff;
}

.item .edit_main > .tablist .elm:not(.active) .btn_tab:hover {
    background-color: #ffe8f5;
}

@media screen and (max-width: 860px) and (min-width: 480px) {
    .edit_main > .tablist .fl_inner:first-child:nth-last-child(4),
    .edit_main > .tablist .fl_inner:first-child:nth-last-child(4) ~ .fl_inner {
        width: 20%;
    }
}

@media screen and (max-width: 670px) and (min-width: 480px) {
    .edit_main > .tablist .fl_inner:first-child:nth-last-child(3),
    .edit_main > .tablist .fl_inner:first-child:nth-last-child(3) ~ .fl_inner {
        width: 30%;
    }
}

@media screen and (max-width: 480px) {
    .edit_main > .tablist {
        border: 0 none;
    }

    .edit_main > .tablist .active .btn_tab {
        border-width: 1px;
        border-style: solid;
    }

    .edit_main > .tablist .fl_inner {
        width: 100%;
        max-width: none;
        margin-bottom: 2px;
    }

    .edit_main > .tablist .active .btn_tab {
        margin-bottom: 0;
    }

    .edit_main > .tablist .fl_inner + .fl_inner {
        margin-left: 0;
    }
}

/* --------------------------------------- */
.box_edit .edit_main {
    padding: 10px;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-radius: 6px;
}

.box_edit .edit_main > .title {
    height: 34px;
    font-size: 16px;
    line-height: 34px;
    color: #fff;
    margin: -10px -10px 10px;
    padding: 0 10px;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.edit_main > .title i {
    margin-right: 6px;
}

.hr_normal,
.hr_dash,
.hr_double {
    border-width: 1px 0 0;
    border-style: solid;
    border-color: #ccc;
}

.hr_double {
    border-width: 3px 0 0;
    border-style: double;
}

.hr_dash {
    border-style: dashed;
}

/* 旧管理画面用 */
.edit_main > form > table:not([class]) {
    max-width: 1000px;
    margin-top: 6px;
}

@media screen and (max-width: 768px) {
    .box_edit .edit_main > .title {
        height: auto;
        line-height: 1.4;
        padding: 6px 10px;
    }
}

/* --------------------------------------- */
/* 色指定：水色 */
.box_edit.shop .edit_main,
.box_edit.shop > .tablist .btn_tab,
.box_edit.shop > .btnlist .btn_tab,
.box_edit.shop .edit_main > .tablist,
.box_edit.shop .edit_main > .tablist .active .btn_tab,
.tablist .btn_retun,
.box_edit.shop .btn_primary:not(:focus),
.box_edit.shop .mini_menu .active {
    border-color: #0091f0;
}

.box_edit.shop > .tablist .active .btn_tab,
.box_edit.shop > .btnlist .active .btn_tab,
.box_edit.shop .edit_main > .title,
.box_edit.shop .btn_primary {
    background-color: #0091f0;
}

.box_edit.shop > .tablist .btn_tab,
.box_edit.shop > .btnlist .btn_tab,
.box_edit.shop .box_edit-label .edit_title,
.box_edit.shop .edit_main > .tablist .active .btn_tab,
.box_edit.shop .sub_title,
.box_edit.shop .mini_menu .active {
    color: #0091f0;
}

.box_edit.shop .mini_menu .active::before {
    border-top-color: #0091f0;
}

/* --------------------------------------- */
/* 色指定：ピンク */
.box_edit.item .edit_main,
.box_edit.item > .tablist .btn_tab,
.box_edit.item > .btnlist .btn_tab,
.box_edit.item .edit_main > .tablist,
.box_edit.item .edit_main > .tablist .active .btn_tab,
.box_edit.item .btn_primary:not(:focus) {
    border-color: #ff70ae;
}

.box_edit.item > .tablist .active .btn_tab,
.box_edit.item > .btnlist .active .btn_tab,
.box_edit.item .edit_main > .title,
.box_edit.item .btn_primary {
    background-color: #ff70ae;
}

.box_edit.item > .tablist .btn_tab,
.box_edit.item > .btnlist .btn_tab,
.box_edit.item .box_edit-label .edit_title,
.box_edit.item .edit_main > .tablist .active .btn_tab,
.box_edit.item .sub_title {
    color: #ff70ae;
}

/* --------------------------------------- */
/* 色指定：オレンジ */
.box_edit.job .edit_main,
.box_edit.job > .tablist .btn_tab,
.box_edit.job > .btnlist .btn_tab,
.box_edit.job .edit_main > .tablist,
.box_edit.job .edit_main > .tablist .active .btn_tab,
.box_edit.job .btn_primary:not(:focus) {
    border-color: #ff9620;
}

.box_edit.job > .tablist .active .btn_tab,
.box_edit.job > .btnlist .active .btn_tab,
.box_edit.job .edit_main > .title,
.box_edit.job .btn_primary {
    background-color: #ff9620;
}

.box_edit.job > .tablist .btn_tab,
.box_edit.job > .btnlist .btn_tab,
.box_edit.job .box_edit-label .edit_title,
.box_edit.job .edit_main > .tablist .active .btn_tab,
.box_edit.job .sub_title {
    color: #ff9620;
}

/* --------------------------------------- */
/* 色指定：青 */
.box_edit.host .edit_main,
.box_edit.host > .tablist .btn_tab,
.box_edit.host > .btnlist .btn_tab,
.box_edit.host .edit_main > .tablist,
.box_edit.host .edit_main > .tablist .active .btn_tab,
.box_edit.host .btn_primary:not(:focus),
.box_edit.host .mini_menu .active {
    border-color: #4040bb;
}

.box_edit.host > .tablist .active .btn_tab,
.box_edit.host > .btnlist .active .btn_tab,
.box_edit.host .edit_main > .title,
.box_edit.host .btn_primary {
    background-color: #4040bb;
}

.box_edit.host > .tablist .btn_tab,
.box_edit.host > .btnlist .btn_tab,
.box_edit.host .box_edit-label .edit_title,
.box_edit.host .edit_main > .tablist .active .btn_tab,
.box_edit.host .sub_title,
.box_edit.host .mini_menu .active {
    color: #4040bb;
}

.box_edit.host .mini_menu .active::before {
    border-top-color: #4040bb;
}

/* --------------------------------------- */
/* 検索項目 */
/* --------------------------------------- */
.box_search .fl_base {
    margin-bottom: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.box_search .fl_inner {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.box_search label {
    display: inline-block;
    width: 100px;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .box_search label {
        display: block;
        text-align: left;
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 480px) {
    .box_search .fl_inner {
        width: 100%;
        margin-bottom: 10px;
    }
}

.box_search + .box_setting {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #b2b2b2;
}

/* --------------------------------------- */
/* 検索項目その２ */
.search_setting .fl_base {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.search_setting .fl_inner {
    margin-right: 20px;
    padding: 4px;
}

.search_setting .fl_inner .form-parts {
    vertical-align: top;
}

.search_setting .sub_title {
    margin-top: 10px;
}

.search_setting .fl_base .sp_block {
    vertical-align: -webkit-baseline-middle;
}

/* --------------------------------------- */
/* 検索条件ハイライト */
.highlight {
    font-weight: bold;
}

/* --------------------------------------- */
/* 検索結果 */
/* --------------------------------------- */
.box_search + .box_search-result,
.box_setting + .box_search-result {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #b2b2b2;
}

.box_search-result .btn + .btn {
    margin-top: 4px;
}

/* --------------------------------------- */
/* ページ関連 */
.fl_base.box_page {
    margin-bottom: 6px;
    align-items: center;
}

.fl_base.box_page:last-of-type {
    margin-bottom: 0;
    margin-top: 6px;
}

/* 表示件数 */
.fl_base.box_page > .fl_inner:first-child:nth-last-child(2),
.fl_base.box_page > .fl_inner:first-child:nth-last-child(3),
.fl_base.box_page > .fl_inner:first-child:nth-last-child(4) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.box_page .hit_num {
    font-size: 0.9em;
    font-weight: bold;
    color: #758b99;
}

/* 表示設定 */
.box_page .setting_hit {
    font-size: 0.9em;
    margin: 0 10px;
}

.box_page .setting_hit + .setting_hit {
    margin-left: 0;
}

.box_page .setting_hit .form-parts {
    height: 30px;
}

/* ページャー */
.box_page .pager {
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    overflow: hidden;
}

.box_page .pager .elm {
    height: 30px;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}

.box_page .pager .elm:not(:last-child) {
    border-right: 1px solid #e2e2e2;
}

.pager .elm .link_pager {
    color: #428bca;
    background-color: #fff;
}

.pager .elm.disable .link_pager {
    color: #ccc;
    background-color: transparent;
}

/* サイズ */
.box_page .pager .elm.disable,
.box_page .pager .elm.active,
.box_page .pager .elm .link_pager {
    padding: 0 14px;
}

/* 表示中のページ */
.box_page .pager .elm.active {
    color: #fff;
    background-color: #428bca;
}

/* 非リンク */
.box_page .pager .elm.disable {
    font-weight: normal;
    color: #ccc;
    background-color: #f9f9f9;
}

/* リンク */
.pager .elm > a {
    display: block;
    width: 100%;
    height: 100%;
    color: #428bca;
    text-decoration: none;
}

.pager .elm > a:hover {
    background-color: #f9f9f9;
}

@media screen and (max-width: 768px) {
    .fl_base.box_page > .fl_inner:first-child:nth-last-child(2) {
        width: 100%;
        margin-bottom: 4px;
    }
}

/* 文字省略 */
.txt_ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* --------------------------------------- */
/* 編集枠 */
/* --------------------------------------- */
.box_edit-base.fl_base,
.box_edit-base .inner_base.fl_base {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.box_edit-base,
.inner_base {
    padding: 10px 0;
}

.box_edit-base:last-of-type:not(:first-of-type) {
    padding-bottom: 3px;
}

.box_msg:empty + .box_edit-base,
.box_edit-base:first-of-type {
    margin-top: -6px;
}

.box_edit-base:not(:last-of-type) {
    border-bottom: 1px solid #ccc;
}

.inner_base:last-of-type {
    padding-bottom: 0;
}

.box_edit-base .box_edit-label.fl_inner {
    width: 140px;
    margin-right: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 140px;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
}

.box_edit-base .box_edit-content {
    width: 100%;
}

.box_edit-base .box_edit-content.fl_inner,
.inner_content.fl_inner {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

/* 余白調整 */
.title + .box_edit-base {
    margin-top: -6px;
}

/* 編集項目見出し */
.box_edit-label .edit_title,
.sub_title {
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.2;
    margin-right: 4px;
}

.sub_title {
    margin-top: 0;
    margin-bottom: 4px;
}

.box_edit-label .edit_title + .txt_caution {
    display: inline-block;
    font-size: 12px;
    color: #ef002b;
}

/* 内部枠 */
.inner_base,
.inner_frame {
    border-width: 0;
    border-style: dashed;
    border-color: #ccc;
}

.inner_frame:not(:first-child) {
    margin-top: 10px;
    border-top-width: 1px;
}

.box_edit-base + .inner_frame {
    border: none;
}

.inner_base:not(:last-child) {
    border-bottom-width: 1px;
}

.inner_frame:first-child .inner_base:first-child {
    padding-top: 0;
}

.box_edit-base .inner_label {
    line-height: 1.4;
}

.box_edit-base .inner_label.fl_inner {
    width: 120px;
    -webkit-flex: 0 0 120px;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
}

.box_edit-base .box_edit-label.fl_inner,
.box_preview.fl_inner,
.box_edit-content.fl_inner {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.box_edit-content.fl_inner > p {
    line-height: 1.4;
}

@media screen and (max-width: 768px) {
    .box_edit-base .box_edit-label.fl_inner,
    .box_edit-base .inner_label.fl_inner {
        width: auto;
    }
}

/* --------------------------------------- */
/* 画像枠 */
/* --------------------------------------- */
.img_base.fl_base {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.img_base.fl_base .img_label {
    width: 60px;
    margin-right: 10px;
    -webkit-flex: 0 0 60px;
    flex: 0 0 60px;
}

.img_base.fl_base .img_label.pc_main_v {
    width: 216px;
    -webkit-flex: 0 0 216px;
    flex: 0 0 216px;
}

.img_base.fl_base .img_label.size-free {
    width: auto;
    max-width: 360px;
    -webkit-flex-basis: auto;
    flex-basis: auto;
}

.img_base.fl_base .img_label.size-free .img_thumb {
    position: static;
}

.img_base.fl_base .img_content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.no-image {
    display: table;
    border: 1px solid #ddd;
}

.no-image > span {
    display: table-cell;
    height: 80px;
    text-align: center;
    vertical-align: middle;
}

.ratio_1-1 .no-image span {
    height: auto;
}

.ratio_4-1 .no-image > span {
    height: 54px;
}

.box_file_up .inner_base.fl_base {
    -ms-flex-pack: start;
    justify-content: flex-start;
}

/* --------------------------------------- */
/* サムネイル */
/* --------------------------------------- */
.frame_ratio {
    position: relative;
    width: 100%;
    height: auto;
}

.frame_ratio::before {
    display: block;
    content: '';
}

.ratio_1-1::before {
    padding-top: 100%;
}

.ratio_3-4::before {
    padding-top: 133%;
}

.ratio_4-1::before {
    padding-top: 25%;
}

.ratio_16-9::before {
    padding-top: 56%;
}

.inner_ratio {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
}

.img_thumb {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.img_thumb[src=''] {
    width: 60px;
    height: 80px;
    background-color: #ccc;
}

/* --------------------------------------- */
/* プレビュー枠 */
/* --------------------------------------- */
.box_preview.fl_inner:first-child {
    -webkit-box-ordinal-group: 10;
    -moz-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
}

.box_preview.fl_inner:first-child ~ .fl_inner {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

/* 左寄せ */
@media screen and (min-width: 960px) {
    .box_preview.fl_inner.al_left {
        margin-right: 16px;
        margin-left: 0;
        order: 0;
    }
}

.lbl_preview {
    font-weight: bold;
    text-align: center;
    margin-bottom: 4px;
}

.preview_area {
    width: 326px;
    font-family: 'Helvetica';
    margin: 0 auto 10px;
    border: 3px solid #bcbcbc;
}

.preview_area img {
    max-width: 100%;
    height: auto !important;
}

/* 注意書き */
.box_preview .txt_info {
    text-align: left;
}

@media screen and (max-width: 1000px) {
    .box_preview.fl_inner:first-child {
        display: block;
        max-width: 100%;
        margin-top: 20px;
    }

    .box_preview .txt_info {
        text-align: center;
    }
}

@media screen and (max-width: 374px) {
    .preview_area {
        zoom: 0.9;
    }
}

@media screen and (max-width: 320px) {
    .preview_area {
        zoom: 0.8;
    }
}

/* --------------------------------------- */
/* 店舗側用MENU */
/* --------------------------------------- */
.shop .main-menu {
    display: none;
}

/* ====================================================================================================== */
/* フッター */
/* ====================================================================================================== */
.copyright {
    font-size: 12px;
    color: #c4c4ca;
    text-align: center;
    padding: 10px;
}

/* --------------------------------------- */
/* 汎用系media query */
/* --------------------------------------- */
@media screen and (max-width: 980px) {
    .logo .head_logo {
        width: 105px;
    }
}

@media screen and (max-width: 768px) {

    /* PC以下非表示 */
    .tb_h {
        display: none;
    }

    .box_edit-base.fl_base {
        display: block;
    }

    /* 項目見出し */
    .box_edit-label {
        margin-bottom: 4px;
    }

    .box_edit-label {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 960px) {
    .fl_base.column3 {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .column3 .box_preview {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .column3 .preview_inner {
        -webkit-flex: 0 0 120px;
        -ms-flex: 0 0 120px;
        flex: 0 0 auto;
    }

    .column3 .preview_inner + .preview_inner {
        margin-left: 10px;
    }

    .column3 .box_preview:last-child {
        width: 100%;
        margin-top: 10px;
        margin-left: 0;
        -webkit-flex: 0 0 120px;
        -ms-flex: 0 0 120px;
        flex: 0 0 100%;
    }
}

@media screen and (max-width: 768px) {
    .column3 .box_preview {
        display: block;
        margin: 10px auto 0;
    }

    .column3 .preview_inner + .preview_inner {
        margin-left: 0;
    }

    .hidden-m {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .fl_simple,
    .inner_base.fl_base {
        display: block;
    }

    .inner_label {
        font-weight: bold;
        margin-bottom: 10px;
    }

    .lbl + input {
        margin-top: 4px;
    }

    .inner_frame {
        border-top-style: dashed;
    }

    .w400 {
        max-width: 100%;
    }

    .btn {
        margin: 2px;
    }

    .hidden-s {
        display: none;
    }
}

@media screen and (min-width: 321px) and (max-width: 375px) {
    .hidden-ip6 {
        display: none;
    }
}

@media screen and (max-width: 320px) {
    .logo .head_logo {
        display: none;
    }
}

/* --------------------------------------- */
/* 汎用上書き */
/* --------------------------------------- */
/* ボーダー系 */
.noborder {
    border-width: 0;
    border-style: none;
}

.fl_base.bb-dash {
    border-bottom-style: dashed;
}

.fl_base.bb-double {
    border-bottom-width: 3px;
    border-bottom-style: double;
    border-bottom-color: #ccc;
}

/* 疑似二重線 */
.bt-double {
    margin-top: 1px;
    border-top: 1px solid #ccc;
}

/* --------------------------------------- */
/* マイナス余白 */
.mtm10 {
    margin-top: -10px;
}

/* 内部余白 */
.pt0 {
    padding-top: 0;
}

.p8 {
    padding: 8px;
}

/* --------------------------------------- */
/* ホテル一覧 */
/* --------------------------------------- */
/* 検索結果 */
.tbl.list_hotel td {
    text-align: center;
}

/* ホテル名 */
.tbl.list_hotel td:nth-child(3) {
    text-align: left;
}

/* --------------------------------------- */
/* フォームエラー表示 */
/* --------------------------------------- */
.alert {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control,
.has-error .form-parts {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* --------------------------------------- */
/* スマホ向け */
/* --------------------------------------- */
@media screen and (max-width: 480px) {
    .imenu,
    .imain {
        height: 100%;
    }

    /* 固定ヘッダ */
    header {
        position: fixed;
        top: 0;
        width: 100%;
    }

    .fl_base.content {
        padding-top: 60px;
    }

    /* サイドメニュー */
    .fl_inner.menu.open + .fl_inner.main {
        display: none;
    }

    .fl_inner.menu,
    .menu_area,
    .shop .menu_area,
    .sub-menu {
        width: 100%;
    }

    .main-menu + .sub-menu {
        width: calc(100% - 70px);
    }

    .main_area {
        padding: 4px;
    }
}

@media screen and (max-width: 480px) {
    /* URL等 */
    .txt_eng {
        word-break: break-all;
    }

    /* ボタン */
    .btn.bg-white.mb2 {
        max-width: 270px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .btn.size_l {
        font-size: 14px;
        padding: 0 10px;
    }

    /* iPhone向けiframe対策 */
    .form-parts.w300,
    .form-parts.w400,
    .form-parts.w500,
    .img_base.fl_base .img_label.size-free {
        width: 100%;
        max-width: 100%;
    }

    input[type=file] {
        width: 100%;
    }

    .tbl {
        width: 100%;
    }

    .box_y-scroll {
        width: 1px;
        min-width: 100%;
    }
}

/* ckeditor対策 */
@media screen and (max-width: 480px) {
    .box_y-scroll.shrink {
        zoom: 0.84;
    }
}

@media screen and (max-width: 414px) {
    .box_y-scroll.shrink {
        zoom: 0.7;
    }
}

@media screen and (max-width: 375px) {
    .box_y-scroll.shrink {
        zoom: 0.64;
    }
}

@media screen and (max-width: 360px) {
    .box_y-scroll.shrink {
        zoom: 0.6;
    }
}

/* --------------------------------------- */
/* サイト編集 */
/* --------------------------------------- */
.btn_group {
    padding: 10px 10px 0;
    border: 1px solid #ddd;
    border-radius: 2px;
}

.btn_group + .btn_group {
    margin-top: 20px;
}

/* --------------------------------------- */
/* サイト編集 */
/* --------------------------------------- */
.btn_group {
    padding: 10px 10px 0;
    border: 1px solid #ddd;
    border-radius: 2px;
}

.btn_group + .btn_group {
    margin-top: 20px;
}

/* --------------------------------------- */
/* プロフィール編集メニュー */
.mini_menu .active {
    position: relative;
    min-width: 160px;
    height: 34px;
    font-weight: bold;
    line-height: 34px;
    color: #ff70ae;
    text-align: center;
    padding: 0 12px;
    background-color: #fff;
    border: 1px solid #ff70ae;
    border-radius: 0;
    text-decoration: none;
}

.mini_menu .active::after,
.mini_menu .active::before {
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    border-width: 0 6px;
    border-style: solid;
    border-color: transparent;
    content: '';
}

.mini_menu .active::after {
    bottom: -6px;
    border-top-width: 6px;
    border-top-color: #fff;
}

.mini_menu .active::before {
    bottom: -8px;
    border-width: 8px 8px 0 8px;
    border-top-color: #ff70ae;
}

.mini_menu.fl_simple {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 480px) {
    .mini_menu .active,
    .mini_menu .btn {
        min-width: auto;
        margin: 2px;
        order: 1;
    }

    .mini_menu .link_txt {
        order: 0;
        flex: 1 0 100%;
        text-align: right;
        margin-left: 0;
    }
}

.item .mini_menu .active {
    color: #ff70ae;
    border-color: #ff70ae;
}

.item .mini_menu .active::before {
    border-top-color: #ff70ae;
}

/* --------------------------------------- */
/* table内編集項目 */
.edit_group {
    flex-wrap: wrap;
}

.edit_group .fl_inner {
    margin-right: 10px;
    align-self: center;
}

.tbl .edit_group .fl_inner {
    margin: 2px;
}

.tbl .edit_group .edit_content {
    min-height: 60px;
    padding: 2px 4px;
    background-color: #dbe8f4;
    box-sizing: border-box;
}

.edit_group .lbl {
    padding: 4px;
    cursor: default;
}

.tbl .edit_group .lbl {
    display: block;
    font-size: 12px;
}

/* --------------------------------------- */
/* PAGE TOP */
/* --------------------------------------- */
.btn_page-top {
    display: block;
    width: 80px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    padding: 0 12px;
    background-color: #aaa;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    -webkit-user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
}

.btn_page-top .txt_small {
    font-size: 10px;
}

/* --------------------------------------- */
/* 固定ボタン */
/* --------------------------------------- */
.fix_block {
    position: sticky;
    bottom: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    border-width: 3px 0 0;
    border-style: double;
    border-color: #ccc;
    z-index: 1000;
}

.fix_block.top {
    bottom: auto;
    top: 0;
    border-width: 0 0 3px;
}

.box_edit .edit_main.include_fix_block {
    position: relative;
    padding-bottom: 0;
}

.include_fix_block .box_edit-base:nth-last-child(3) {
    border-bottom: none;
}

/* ie対策 */
.js_inview_block {
    padding-bottom: 1px;
}

.pos_fix {
    position: fixed;
    width: calc(100% - 50px);
}

@media screen and (max-width: 480px) {
    .fix_block .btn {
        min-width: 100px;
    }

    .fix_block .btn + .btn {
        margin-top: 0;
        margin-left: 2px;
    }

    .fix_block .btn_page-top {
        width: 40px;
        line-height: 30px;
    }

    .fix_block .btn_page-top .txt_small {
        display: none;
    }
}

/* --------------------------------------- */
/* progress Animation */
/* --------------------------------------- */
.box_progress {
    text-align: center;
    font-size: 12px;
    background-color: #f5f4fa;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 320px;
    height: 200px;
}

.box_progress .progress_msg {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 4px;
}

.box_progress .sub_msg {
    opacity: 0.9;
}

.box_progress .frame_loading {
    width: 50px;
    height: 50px;
    margin: 20px auto;
    overflow: hidden;
    border-radius: 100%;
}

.loading {
    font-size: 10px;
    text-indent: -9999em;
    width: 100%;
    height: 100%;
    background: #afb9d8;
    background: linear-gradient(to right, #afb9d8 10%, rgba(175, 185, 216, 0) 42%);
    position: relative;
    -webkit-animation: loading_spin 1s infinite linear;
    animation: loading_spin 1s infinite linear;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.loading::before {
    width: 83%;
    height: 54%;
    background: #afb9d8;
    position: absolute;
    top: -4px;
    left: 3px;
    content: '';
    transform: rotate(-20deg);
}

.loading::after {
    background: #f5f4fa;
    width: 72%;
    height: 72%;
    border-radius: 100%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#loading-overlay {
    position: fixed;
    display: none;
    width: 0;
    height: 0;
    bottom: 0;
    right: 0;
    background: #f5f4fa;
    z-index: 1;
}

@-webkit-keyframes loading_spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loading_spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* --------------------------------------- */
/* inputタグ内文字数カウンター */
.counter_frame {
    position: relative;
}

.counter_area {
    position: absolute;
    bottom: 3px;
    right: 3px;
    font-size: 10px;
    line-height: 1.1;
    text-align: right;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    padding: 0 2px;
    border-radius: 0 0 3px 0;
}

.counter_area .txt_caution {
    font-weight: bold;
}

/* --------------------------------------- */
.ui-datepicker {
    z-index: 10000;
}

/* --------------------------------------- */
/* ヘッダ内ボタンメニュー */
.header_btn_menu {
    padding: 0 2px;
}

.header_btn_menu + .header_btn_menu {
    margin-left: 4px;
    margin-right: 4px;
}

/* --------------------------------------- */
/* ヘッダ内検索結果更新ボタン */
.header .shop_update {
    padding-right: 6px;
    padding-left: 6px;
    border-right: 1px solid #555;
    border-left: 1px solid #555;
}

.shop_update .update_btn {
    display: block;
    width: 256px;
    height: 44px;
    line-height: 1.2em;
    color: #000;
    text-align: center;
    padding-left: 32px;
    background-color: #fffbb5;
    background-image: url(/admin/img/icon_shop_sort_update-2fd6032422054bcb58d42d13a6e97956.svg);
    background-repeat: no-repeat;
    background-position: 6px center;
    background-size: 28px 28px;
    border: 1px solid #d3c700;
    border-radius: 4px;
    transition: background-color 0.2s ease;
    text-decoration: none;
}

.shop_update .remaining {
    font-size: 14px;
    font-weight: bold;
    margin-top: 6px;
}

.shop_update .remaining .num {
    color: #f00;
}

.shop_update .last_update {
    font-size: 12px;
    line-height: 1.6;
}

/* --------------------------------------- */
/* ヘッダ内検索結果更新ボタン：読み込み中 */
.update_btn.waiting {
    position: relative;
    background-color: #0091f0;
    background-image: none;
    border-color: #0091f0;
    cursor: default;
    user-select: none;
    pointer-events: none;
}

.update_btn.waiting .remaining {
    text-indent: -9999px;
}

.update_btn.waiting .last_update {
    display: none;
}

/* --------------------------------------- */
/* ヘッダ内検索結果更新ボタン：読込中アニメーション */
.update_btn.waiting .remaining,
.update_btn.waiting .remaining:before,
.update_btn.waiting .remaining:after {
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    animation: loading_blink 1s infinite ease;
    animation-fill-mode: both;
}

.update_btn.waiting .remaining {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.update_btn.waiting .remaining:before,
.update_btn.waiting .remaining:after {
    content: '';
}

.update_btn.waiting .remaining:after {
    left: 12px;
}

.update_btn.waiting .remaining {
    animation-delay: -0.4s;
}

.update_btn.waiting .remaining:before {
    left: -12px;
    animation-delay: -0.8s;
}

@keyframes loading_blink {
    0% {
        opacity: 0.2;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.2;
    }
}

/* --------------------------------------- */
/* 残り回数なし */
.update_btn.disabled {
    background-color: #ccc;
    border-color: #6a6a6a;
    opacity: 0.8;
    user-select: none;
    pointer-events: none;
    box-shadow: none;
    filter: contrast(0.5);
}

/* --------------------------------------- */
/* ヘッダ内検索結果更新ボタン：スマホ表示 */
.update_btn_sp {
    position: relative;
    display: block;
    width: 42px;
    min-width: auto;
    height: 42px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    border-radius: 100%;
    filter: brightness(0) invert(1);
}

.update_btn_sp .icon {
    width: 28px;
    margin-top: 6px;
    margin-left: 4px;
}

@media screen and (max-width: 480px) {
    .shop_update {
        position: relative;
    }

    .update_btn_pc {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        margin: auto;
        overflow: hidden;
        transition: all 0.2s ease;
    }

    .update_btn_sp:not(.open) + .update_btn_pc {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        opacity: 0;
    }

    .update_btn_sp.open + .update_btn_pc {
        top: 2px;
        right: -156px;
        left: auto;
        display: block;
        width: 256px;
        height: 44px;
        background-color: #000;
        opacity: 1;
    }

    .update_btn_pc .update_btn {
        margin: auto;
    }
}

@media screen and (min-width: 481px) {
    .update_btn_sp {
        display: none;
    }
}

/* --------------------------------------- */
/* ヘッダ内：店名 */
.user-profile .shop_name {
    max-width: 140px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* ヘッダ内：グループ */
.group_name {
    margin-top: 6px;
    margin-bottom: -4px;
    display: inline-block;
    max-width: 140px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.group_name + .shop_name {
    margin-top: 6px;
    margin-bottom: -4px;
    display: inline-block;
    max-width: 180px;
}

.group_name + .shop_name::before {
    content: '：';
    font-weight: normal;
}

/* --------------------------------------- */
/* サブメニュー内更新ボタン */
.sub-menu .shop_update {
    border-width: 1px 0;
    border-style: solid;
    border-color: #c9c9c9;
    padding: 2px;
    background-color: #e9e9e9;
}

.sub-menu .update_btn {
    width: auto;
    height: 54px;
    background-size: 24px 24px;
    padding-top: 4px;
    padding-left: 36px;
    text-align: left;
    border-width: 2px;
}

.sub-menu .update_btn:not(.waiting) .remaining {
    margin-top: 5px;
}

/* --------------------------------------- */
/* 画像プレビュー */
.js_img_preview .frame_ratio {
    border: 1px solid #ccc;
}

.js_img_preview .img_thumb[src=''],
.js_img_preview .msg_none {
    display: none;
}

.js_img_preview .img_thumb[src=''] + .msg_none {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    height: fit-content;
}

.js_img_preview .not_input {
    background-color: #ffeff6;
    border-color: #ef0063;
}

/* --------------------------------------- */