@charset "UTF-8";

/* ====================================================================================== */
/* global menu */
/* ====================================================================================== */
.common_header .menu_mark,
.common_header .menu_mark::before,
.common_header .menu_mark::after {
    background-color: var(--main-color);
    display: inline-block;
    height: 4px;
    width: 100%;
}

.common_header .menu_mark {
    position: relative;
    vertical-align: text-top;
}

.common_header .menu_mark::before,
.common_header .menu_mark::after {
    content: '';
    left: 0;
    position: absolute;
    transition: all 0.2s linear;
}

.common_header .menu_mark::before {
    top: -8px;
}

.common_header .menu_mark::after {
    bottom: -8px;
}

body.menu_open {
    position: fixed;
    width: 100%;
}

.menu_open .gmenu {
    transform: translate3d(-276px, 0, 0);
}

.wrapper,
.gmenu {
    transition: all 0.2s ease;
}

.menu_open .wrapper {
    transform: translate3d(-276px, 0, 0);
}

.gmenu .btn_close {
    color: var(--main-color);
    display: none;
    font-size: 30px;
    left: -54px;
    line-height: 1.4;
    padding: 4px;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.6s ease;
    width: 50px;
    z-index: 10000;
}

/* --------------------------------------- */
.gmenu .btn_close .txt_lbl {
    font-size: 0.9rem;
    line-height: 1;
}

.menu_open .gmenu .btn_close {
    display: block;
    text-shadow: 2px 2px 0 #fff,
    -2px 2px 0 #fff,
    2px -2px 0 #fff,
    -2px -2px 0 #fff,
    2px 0 0 #fff,
    0 2px 0 #fff,
    -2px 0 0 #fff,
    0 -2px 0 #fff;
}

.menu_open .mask {
    background-color: rgba(255, 255, 255, 0.6);
    display: block;
}

.gmenu {
    background-color: #fee1f2;
    border-left: 1px solid #e5dce2;
    height: 100%;
    position: fixed;
    right: -277px;
    top: 0;
    z-index: 9999;
}

.menu_frame {
    box-sizing: border-box;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 6px 0;
    position: relative;
    width: 276px;
}

.gmenu .hl {
    border-bottom: 3px dashed #ffc0cb;
    margin-bottom: 10px;
    text-align: center;
}

.menu_inner {
    border-bottom: 3px dashed #ffc0cb;
    margin-bottom: 10px;
    padding: 0 6px 10px;
}

.gmenu .list_menu {
    list-style: none;
    padding: 0;
}

.gmenu .list_menu .elm + .elm {
    margin-top: 4px;
}

.gmenu .arrow_icon {
    background-color: #fff;
    border-radius: 2px;
    color: #666;
}

.menu_inner:not(.region) .arrow_icon {
    padding-left: 40px;
}

.gmenu .arrow_icon .icon,
.gmenu .link_btn .icon {
    bottom: 0;
    color: var(--main-color);
    font-size: 24px;
    height: 24px;
    left: 10px;
    line-height: 24px;
    margin: auto;
    position: absolute;
    text-align: center;
    top: 0;
    width: 24px;
}

/* --------------------------------------- */
.gmenu .site_contents .icon {
    filter: hue-rotate(354deg) saturate(140%) brightness(200%) drop-shadow(0 1px 0 #fff);
}

/* --------------------------------------- */
.gmenu .list_menu.split {
    display: flex;
    flex-wrap: wrap;
}

.gmenu .list_menu.split .elm {
    margin-bottom: 4px;
    width: 50%;
}

.gmenu .list_menu.split .elm:only-of-type {
    flex: 1 0 auto;
}

.gmenu .list_menu.split .elm:nth-child(odd) {
    padding-right: 2px;
}

.gmenu .list_menu.split .elm:nth-child(even) {
    padding-left: 2px;
}

.gmenu .list_menu.split .elm + .elm {
    margin-top: 0;
}

.gmenu .service .link_btn {
    background-color: #fff;
    border-radius: 4px;
    padding: 8px 0 8px 40px;
    position: relative;
}

.gmenu .link_top {
    background-color: var(--main-color);
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 0.9rem;
    margin: 0 6px;
    padding: 4px;
    text-align: center;
}
