@charset 'Shift_JIS';
/* モーダルウィンドウ用 */
.mdl_mask,
.mdl_base {
    width: 100%;
    display: none;
}

.no-scroll {
    width: 100%;
    position: fixed;
    overflow: hidden;
}

.mdl_mask {
    height: 120%;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.mdl_base .mdl_inner {
    width: 100%;
    padding: 6px;
    position: absolute;
    z-index: 1001;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* --------------------------------------- */
/* 見出し */
.mdl_base .hl {
    min-height: 50px;
    padding: 6px 34px 2px 12px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    color: #fff;
    background-color: #333;
}

/* 店名 */
.mdl_base .hl .shop_name {
    margin-bottom: 2px;
    font-size: 12px;
    font-weight: normal;
    vertical-align: bottom;
}

/* 閉じるボタン */
.mdl_base .mdl_inner .btn_close {
    margin: auto;
    font-size: 18px;
    line-height: inherit;
    position: absolute;
    z-index: 1002;
    top: 6px;
    right: 6px;
    cursor: pointer;
    color: inherit;
}

/* --------------------------------------- */
/* アイコンメニュー */
.mdl_base .shop_icon-menu {
    padding: 2px 0 4px 4px;
    background-color: #fff;
}

.shop_icon-menu .fl_base {
    flex-wrap: wrap;
    align-items: stretch;
}

.shop_icon-menu .fl_inner {
    width: 33.3%;
    padding-right: 4px;
    padding-bottom: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

@media screen and (min-width: 480px) {
    .shop_icon-menu .fl_inner {
        width: 20%;
    }
}

@media screen and (min-width: 768px) {
    .shop_icon-menu .fl_inner {
        width: 16.6%;
    }
}

.shop_icon-menu .btn {
    height: 100%;
    margin-bottom: 4px;
    padding: 4px 2px 2px;
    line-height: 1em;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border-radius: 3px;
    background-color: #d0d3d9;
}

.shop_icon-menu .btn:not(:active) {
    box-shadow: 0 3px 0 #657183, 0 1px 0 rgba(255, 255, 255, 0.7) inset;
}

.shop_icon-menu .btn:active {
    -webkit-transform: translate3d(0, 3px, 0);
    transform: translate3d(0, 3px, 0);
}

.shop_icon-menu .icon {
    font-size: 36px;
    display: block;
    text-shadow: 0 1px 0 #eee;
}

.shop_icon-menu .txt {
    font-size: 12px;
    font-weight: bold;
}

.shop_icon-menu .txt.char2 {
    margin-left: 8px;
    letter-spacing: 8px;
}

.shop_icon-menu .txt.char3 {
    margin-left: 2px;
    letter-spacing: 2px;
}

/* お店TOPに戻る */
.mdl_base .link_shop_top {
    height: 36px;
    margin-right: 4px;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
}