@charset "UTF-8";

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/* 大枠 */
html,
body {
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -webkit-overflow-scrolling: touch !important;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-size: 16px;
    line-height: 1.6;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

#wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

body>#wrapper {
    height: auto;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: '';
    clear: both;
    height: 0;
}

@media print {

    html,
    html body {
        overflow: visible !important;
    }
}

/* アクセシビリティ */
.guidance {
    left: -999px;
    position: absolute;
    width: 990px;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    max-height: inherit;
}

/* レスポンシブ対応 */
img {
    vertical-align: bottom;
    box-shadow: #000 0 0 0;
    /* ロールオーバー対応 */
}

img,
x:-moz-any-link,
x:default {
    box-shadow: #000 0 0 0;
    /* IE7対応 */
}

/* Windows Chrome 画像ぼやけ防止 */
@media screen and (min-width: 768px) {
    img {
        image-rendering: -webkit-optimize-contrast;
    }
}

/* リンク */
a {
    display: inline-block;
}

a:link,
a:visited,
a:active {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit;
    opacity: .7;
    text-decoration: none !important;
}

.mincho {
    font-family: 'Noto Serif JP', serif;
}

.roboto {
    font-family: 'Roboto', 'Noto Sans JP', sans-serif;
}

.font_red {
    color: #BE2626;
}

/* CLEARFIX */
.container:after,
.row:after,
.col:after {
    content: "";
    display: table;
    clear: both;
}

.container {
    width: 100%;
    max-width: 1040px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}

.pc {
    display: block;
}

br.pc {
    display: inline;
}

.sp {
    display: none;
}


/* ▼ タイトル
--------------------------------------- */
#site_title {
    margin-left: 40px;
    max-width: 550px;
}

#site_title a {
    display: block;
}

.title {
    padding: 50px 10px;
    margin-bottom: 0;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    overflow: hidden;
}

h1.title::first-letter {
    color: #932F27;
}

.title .title_sub {
    font-size: 24px;
}

.title_under_line {
    border-bottom: #000 1px solid;
    padding-bottom: 5px;
    margin-bottom: 30px;
    font-size: 30px;
}

.title_under_line span {
    font-size: 16px;
    padding-left: 1em;
    font-weight: 400;
}

.title_under_bar {
    padding-bottom: 15px;
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    position: relative;
}

.title_under_bar::after {
    content: '';
    width: 36px;
    height: 2px;
    background: #000;
    position: absolute;
    left: calc(50% - 18px);
    bottom: 0;
}

.title_under_bar::first-letter {
    color: #BE2626;
}

.title_bold {
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 24px;
}

.title_common {
    margin-bottom: 30px;
    font-size: 20px;
}

.title_common::first-letter {
    color: #BE2626;
}

/* ▼▼▼ ヘッダー
====================================================== */
header {
    width: 100%;
    background: #FFF;
}

#header_attention {
    padding: 15px 40px 15px 20px;
    background: #FFEF77;
    position: relative;
    z-index: 99999;
}

#header_attention p {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

#header_attention p,
#header_attention p a {
    color: #932F27;
}

#header_attention p a {
    text-decoration: underline;
}

#header_attention_close {
    width: 30px;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

/*.header_inner {
	flex: 1 1 auto;
}*/

.header_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

#h_top_menu {
    position: absolute;
    top: 20px;
    right: 0;
}

#h_top_menu>ul {
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    font-size: 14px;
}

#h_top_menu>ul>li {
    padding: 0 18px;
    position: relative;
}

#h_top_menu>ul>li:not(:last-child)::after {
    content: '';
    width: 1px;
    height: 20px;
    background: #CCC;
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
}

#h_top_menu>ul>li>a {
    display: block;
    padding: 5px 0;
}

body#shopguide.detail .facility_hour {
    display: none !important;
}

.lang_btn {
    padding: 3px 0 3px 20px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    cursor: pointer;
}

.lang_btn::before {
    content: '';
    width: 0;
    height: 0;
    border-width: 9px 5px 0;
    border-style: solid;
    border-color: #000 transparent transparent;
    position: absolute;
    top: calc(50% - 5px);
    left: 0;
}

.lang_menu {
    display: none;
    width: 160px;
    background: #FFF;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 99999;
}

.lang_menu li:not(:last-child) {
    border-bottom: #CCC 1px solid;
}

.lang_menu a {
    display: block;
    padding: 20px 40px;
    font-weight: bold;
}

.menu {
    display: none;
}

/* グローバルナビゲーション */
#gnav {
    width: auto;
    overflow: hidden;
    padding: 50px 20px 10px 0;
}

#gnav ul {
    display: flex;
    justify-content: flex-end;
}

#gnav ul>li+li {
    margin-left: 30px;
}

#gnav ul>li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

#gnav ul>li a:hover {
    opacity: 0.6;
}


/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
====================================================== */
#main {
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}

/* ▼ パンくず
--------------------------------------- */
#path {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    overflow: hidden;
}

#path li {
    float: left;
}

#path li:not(:last-child):after {
    content: "|";
    margin: 0 0.5em;
    color: #5A5A5A;
}

/* ▼ システム
--------------------------------------- */
.disabled {
    opacity: .5;
    pointer-events: none;
}

/* ページネーション */
.pagination {
    display: flex;
    justify-content: center;
    max-width: 750px;
    margin: 0 auto 50px;
    padding: 0 120px;
    position: relative;
}

.pagination .page-item {
    flex: 0 0 50px;
    width: 50px;
    max-width: 50px;
    height: 50px;
    margin: 0 10px;
}

.pagination .page-item.page-item-prev,
.pagination .page-item.page-item-next {
    flex: 0 0 120px;
    width: 120px;
    max-width: 120px;
    margin: 0;
    position: absolute;
    top: 0;
}

.pagination .page-item.page-item-prev {
    left: 0;
}

.pagination .page-item.page-item-next {
    right: 0;
}

.pagination .page-item a,
.pagination .page-item span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: #000 1px solid;
    border-radius: 25px;
    background: #FFF;
    font-size: 18px;
    font-weight: bold;
}

.pagination .page-item.active a,
.pagination .page-item.active span {
    border: #BE2626 1px solid;
    background: #BE2626;
    color: #FFF;
}

/* ボタンリンク */
a.btn_link,
button.btn_link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 285px;
    height: 50px;
    border-radius: 25px;
    margin: 0 auto;
    border: #932F27 1px solid;
    background: #FFF;
    color: #932F27;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    cursor: pointer;
}

a.btn_link.btn_black,
button.btn_link.btn_black {
    border: #000 1px solid;
    color: #000;
}

a.btn_link.btn_next::after,
button.btn_link.btn_next::after {
    content: '';
    width: 18px;
    height: 6px;
    border-style: solid;
    border-width: 1px;
    border-color: transparent #932F27 #932F27 transparent;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - 5px);
    right: 30px;
    transform: skewX(45deg);
}

a.link_under {
    text-decoration: underline;
}

a.link_tri {
    display: inline-block;
    padding-left: 25px;
    text-decoration: underline;
    position: relative;
}

a.link_tri::before {
    content: '';
    width: 8px;
    height: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #BE2626 #BE2626 transparent transparent;
    position: absolute;
    left: 3px;
    top: calc(50% - 4px);
    transform: rotate(45deg);
}

/* ニュースリスト */
.news_list {
    margin-bottom: 50px;
}

.news_list .list_inner {
    display: flex;
    padding: 20px 0;
    border-bottom: #CCC 1px solid;
}

.news_list .list_inner .news_date,
.news_date_wrap .news_date {
    flex: 0 0 100px;
    width: 100px;
    max-width: 100px;
    margin: 10px 0 0;
    font-size: 14px;
}

.news_list .list_inner .news_category,
.news_list .list_inner .news_category.news_category_info,
.news_date_wrap .news_category,
.news_date_wrap .news_category.news_category_info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 100px;
    width: 100px;
    max-width: 100px;
    height: 24px;
    margin: 10px 20px 0 0;
    border: #932F27 1px solid;
    color: #932F27;
    font-size: 12px;
    line-height: 1;
}

.news_list .list_inner .news_category.news_category_popup,
.news_date_wrap .news_category.news_category_popup {
    border-color: #6983B4;
    color: #6983B4;
}

.news_list .list_inner .news_category.news_category_camp,
.news_date_wrap .news_category.news_category_camp {
    border-color: #1F6E01;
    color: #1F6E01;
}

.news_list .list_inner .news_txt {
    flex: 1 1 auto;
}

.news_list .list_inner .news_txt .news_days {
    margin-bottom: 5px;
    color: #932F27;
    font-size: 14px;
    font-weight: bold;
}

.news_list .list_inner .news_txt .news_title {
    display: block;
    font-size: 18px;
    font-weight: 500;
}

/* ショップニュースリストの文字サイズ */
.news_list_date {
    color: #9B9B9B;
    font-size: 14px;
    font-weight: bold;
}

.news_list_date .news_list_area {
    color: #932F27;
}

.news_list_date .news_week {
    font-size: 12px;
}

.news_list_title {
    font-size: 18px;
    font-weight: 500;
}

.news_list_name {
    font-size: 14px;
}

/* シェアボタン */
.share_area {
    padding: 50px 0 100px;
}

.share_wrap {
    display: table;
    width: 100%;
    max-width: 490px;
    margin: 0 auto;
}

.share_wrap .share_title,
.share_wrap .share_sns_list {
    display: table-cell;
    vertical-align: middle;
}

.share_wrap .share_title {
    width: 32.5%;
    font-size: 20px;
    font-weight: bold;
}

.share_wrap .share_title::first-letter {
    color: #932F27;
}

.share_sns_list li {
    display: inline-block;
    vertical-align: middle;
}

.share_sns_list li:not(:last-child) {
    margin-right: 35px;
}

.icon_sns_share {
    display: block;
    width: 38px;
    height: 38px;
}

.icon_sns_share.icon_sns_share_fb {
    background: url(https://fr.osaka.ekimaru.com/common/img/shopguide/icon_share_fb.png) no-repeat center center/36px;
}

.icon_sns_share.icon_sns_share_tw {
    background: url(https://fr.osaka.ekimaru.com/common/img/shopguide/icon_share_tw.png) no-repeat center center/38px;
}

.icon_sns_share.icon_sns_share_ln {
    background: url(https://fr.osaka.ekimaru.com/common/img/shopguide/icon_share_ln.png) no-repeat center center/36px;
}

/* 文章メインページ */
.doc_block {
    padding-bottom: 90px;
    font-size: 18px;
}

.doc_block p:not(:last-child),
.doc_block ul:not(:last-child),
.doc_block ol:not(:last-child),
.doc_block li:not(:last-child) {
    margin-bottom: 30px;
}

.doc_block li li:not(:last-child) {
    margin-bottom: 0;
}

.doc_block ul.dot_list li::before {
    content: '・';
}

.doc_block li {
    padding-left: 1em;
    text-indent: -1em;
}

.doc_block li h4 {
    font-size: 24px;
    margin-bottom: 20px;
}

.doc_block li p {
    text-indent: 0;
}

.doc_block p.doc_map_wrap {
    width: 1000px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.doc_block a:not(.btn_link) {
    display: inline-block;
    text-indent: 0;
    text-decoration: underline;
}

.doc_block .kome {
    font-size: 14px;
}

.doc_block p.doc_bold {
    font-weight: bold;
}
/* access　mapボタン */
.area_wrap{
    display: flex;
}
.map_ttl{
    display: inline-block;
}
a.map_btn {
    width: 100%;
    max-width: 285px;
    height: fit-content;
    border-radius: 100vmax;
    margin-left: 30px;
    border: #000 1px solid;
    color: #000;
    background: #FFF;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    text-decoration: none !important;
    text-align: center;
    padding: 10px 0;
}
a.map_btn::after {
    content: '';
    width: 18px;
    height: 6px;
    border-style: solid;
    border-width: 1px;
    border-color: transparent #000 #000 transparent;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - 5px);
    right: 30px;
    transform: skewX(45deg);
}

/* ▼ ページ上部へ戻る
--------------------------------------- */
.pagetop {
    display: none;
    position: fixed;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #FFF;
    border: #CCC 1px solid;
    bottom: 25px;
    right: 30px;
    z-index: 2000;
    cursor: pointer;
}

.pagetop::before {
    content: '';
    width: 20px;
    height: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #932F27 transparent transparent #932F27;
    box-sizing: border-box;
    position: absolute;
    bottom: 9px;
    right: 14px;
    transform: rotate(45deg);
}

/* ▼▼▼ フッター
===================================== */
footer {
    width: 100%;
    background: #FFF;
    padding: 100px 0 80px;
    clear: both;
    overflow: hidden;
}

#footer_inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    overflow: hidden;
}

.footer_nav_wrap {
    max-width: 1240px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 110px;
    padding: 0 20px;
}

.footer_nav_wrap .flex{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-left: 80px;
}

.footer_menu_wrap {
    display: flex;
    flex: 100%;
    width: 100%;
    max-width: 330px;
}

.footer_menu_wrap .footer_menu {
    flex: 0 0 50%;
    font-size: 14px;
    font-weight: bold;
}

.footer_menu_wrap .footer_menu li {
    margin-bottom: 25px;
}

.footer_access {
    flex: 100%;
    width: 100%;
    max-width: 340px;
}

.footer_access_title {
    margin-bottom: 20px;
    font-weight: bold;
}

.footer_access_txt {
    line-height: 2;
}

.footer_access_txt a {
    text-decoration: underline;
}

/* フッターバナー */
.footer_bnr_wrap {
    display: flex;
    justify-content: center;
    max-width: 1180px;
    margin: 0 auto 50px;
}

.footer_bnr {
    display: inline-flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.footer_bnr li {
    flex: 0 0 220px;
    width: 220px;
    max-width: 220px;
    /* width: calc(25% - 16px); */
    margin: 0 8px 16px;
}

.footer_bnr li a {
    display: block;
}

/* ▼ コピーライト
--------------------------------------- */
#copyright {
    color: #969696;
    font-size: 8px;
    text-align: center;
}

/* 固定メニュー */
#fixed_menu_wrap {
    display: none;
    position: fixed;
    right: 30px;
    bottom: calc(50vh - 250px);
    z-index: 100;
}

#fixed_nemu_around {
    position: relative;
}

#fixed_menu_close {
    display: block;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background: #CCC;
    position: absolute;
    top: -14px;
    right: 0;
}

#fixed_menu_close::before,
#fixed_menu_close::after {
    content: '';
    width: 1px;
    height: 15px;
    background: #FFF;
    position: absolute;
    top: 7px;
    right: 14px;
}

#fixed_menu_close::before {
    transform: rotate(45deg);
}

#fixed_menu_close::after {
    transform: rotate(135deg);
}

.fixed_menu {
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.fixed_menu li {
    background: #FFF;
}

.fixed_menu li:first-child {
    border-radius: 20px 20px 0 0;
}

.fixed_menu li:last-child {
    border-radius: 0 0 20px 20px;
}

.fixed_menu li:nth-child(2n) {
    background: #F7F6F5;
}

.fixed_menu li a {
    display: block;
    height: 100px;
    width: 100px;
    font-size: 14px;
}

.fixed_menu li:nth-child(1) a {
    background: url(https://fr.osaka.ekimaru.com/common/img/icon_food.svg) no-repeat center top 18px/35px;
}

.fixed_menu li:nth-child(2) a {
    background: url(https://fr.osaka.ekimaru.com/common/img/icon_shopping.svg) no-repeat center top 18px/28px;
    font-size: 11px;
}

.fixed_menu li:nth-child(3) a {
    background: url(https://fr.osaka.ekimaru.com/common/img/icon_gift.svg) no-repeat center top 18px/33px;
}

.fixed_menu li:nth-child(4) a {
    background: url(https://fr.osaka.ekimaru.com/common/img/icon_other.svg) no-repeat center top 18px/28px;
}

.fixed_menu li:nth-child(5) a {
    background: url(https://fr.osaka.ekimaru.com/common/img/icon_floor.svg) no-repeat center top 18px/35px;
    font-size: 11px;
}

.fixed_menu li a span {
    display: block;
    height: 100%;
    width: 98px;
    margin: 0 auto;
    padding-top: 60px;
    box-sizing: border-box;
    font-weight: bold;
    text-align: center;
}

.fixed_menu li:not(:last-child) a span {
    border-bottom: #ACACAC 1px dashed;
}


/* ▼▼▼ 404
====================================================== */
#not_found {
    padding: 8vw 20px;
}

#not_found p {
    font-size: 14px;
    text-align: center;
}

#not_found p.arial {
    margin-bottom: 10px;
    font-size: 42px;
    font-family: "Arial", "メイリオ";
}

#not_found p.arial+p {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
}

#not_found p.txt {
    margin-bottom: 30px;
    line-height: 1.9;
}

#not_found .top_btn a {
    display: inline-block;
    padding: 15px 40px;
    border: 1px solid #ccc;
}

/* ▼▼▼ 1600px~ header調整
====================================================== */
@media screen and (min-width: 1600px) {
#site_title {
    margin-left: 50px;
    max-width: 650px;
}
}

/* ▼▼▼ ~1400px header調整
====================================================== */
@media screen and (max-width: 1400px) {

    #site_title {
        max-width: 500px;
        margin-left: 20px;
    }

    /* グローバルナビゲーション */
    #gnav ul>li a {
        font-size: 16px;
    }

}

/* ▼▼▼ ~960px header調整
====================================================== */
@media screen and (max-width: 960px) {

    #site_title {
        max-width: 400px;
        margin-left: 0;
        position: absolute;
        top: 10px;
        left: 20px;
    }

    #gnav ul>li a {
        padding: 0 10px;
        font-size: 15px;
    }
}

/* ▼▼▼ 480px〜768px
====================================================== */
@media screen and (max-width: 768px) {

    body {
        font-size: 14px;
    }

    body.wrap {
        overflow: hidden;
    }

    #wrapper {
        width: 100%;
    }

    #screen {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 200;
    }

    .pc,
    br.pc {
        display: none;
    }

    .sp {
        display: block;
    }

    br.sp {
        display: inline;
    }

    /* ▼タイトル
	--------------------------------------- */

    .title {
        padding: 25px 10px;
        font-size: 20px;
    }

    .title .title_sub {
        font-size: 14px;
    }

    .title_under_line {
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 1.2;
    }

    .title_under_line span {
        font-size: 12px;
        padding-left: 0em;
    }

    .title_under_bar {
        font-size: 18px;
    }

    .title_bold {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .title_common {
        margin-bottom: 20px;
        font-size: 16px;
    }

    /* ▼▼▼ ヘッダー
	====================================================== */
    header {
        width: 100%;
        padding: 0;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99999;
        overflow: visible;
    }

    .header_inner {
        width: 100%;
        height: 70px;
        background: #fff;
        z-index: 99999;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #site_title {
        max-width: 235px;
        margin: 0 auto;
        position: relative;
        top: auto;
        left: auto;
    }

    #h_top_menu {
        top: 0;
        left: 0;
        right: auto;
    }

    #h_top_menu>ul>li:not(.pc) {
        display: flex;
        align-items: center;
        height: 70px;
    }

    .lang_menu {
        right: auto;
        left: 0;
    }

    /* ▼ グローバルナビゲーション
	--------------------------------------- */
    #gnav {
        display: block !important;
        transition: .5s ease-in-out;
        float: none;
        width: 100%;
        max-height: 100vh;
        padding-top: 70px;
        margin: 0;
        position: absolute;
        top: -1000px;
        left: 0;
        z-index: 1000;
        overflow: auto;
        padding: 60px 0 10px;
    }

    #gnav.open {
        transform: translateY(1000px);
    }

    #gnav ul {
        display: block;
    }

    #gnav ul>li {
        width: 100% !important;
        max-width: 100% !important;
        height: auto;
        text-indent: 0;
    }

    #gnav ul>li+li {
        margin-left: 0;
    }

    #gnav ul>li>a {
        height: 50px !important;
        background: #fff;
        background-size: 10px 10px !important;
        border-bottom: 1px solid #ccc;
        padding: 0 15px;
        color: #333;
        line-height: 50px;
        font-weight: bold;
    }

    #gnav ul>li>a:hover {
        text-decoration: none;
        opacity: 1;
    }

    /* ▼メニューボタン
	--------------------------------------- */
    .menu {
        display: block;
        width: 70px;
        height: 69px;
        background: #FFF;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2000;
    }

    .menu .icon {
        display: block;
        width: 35px;
        height: 2px;
        position: absolute;
        top: 34px;
        right: 20px;
        box-sizing: border-box;
        transition: all 0.3s;
    }

    .menu .icon:before,
    .menu .icon:after {
        content: '';
        width: 30px;
        border-top: 3px solid #707070;
        position: absolute;
        transition: all 0.3s;
        right: 0;
    }

    .menu .icon:not(.active):after {
        width: 17px;
    }

    .menu .icon:before {
        top: -7px;
    }

    .menu .icon:after {
        bottom: -5px;
    }

    .menu .icon.active {
        border-color: #000;
    }

    .menu .icon.active:before {
        transform: rotate(-135deg);
        top: -1px;
        right: 0;
    }

    .menu .icon.active:after {
        transform: rotate(135deg);
        bottom: 0;
        right: 0;
    }

    .menu .icon span:before {
        content: "Menu";
        color: #fff;
        font-size: 12px;
        position: absolute;
        left: 50%;
        bottom: -24px;
        transform: translate(-50%, -0%);
    }

    .menu .icon.active span:before {
        content: "Close";
    }

    /* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
	====================================================== */
    #header_inner,
    #main,
    #contents,
    #side,
    footer,
    #footer_inner {
        float: none;
        width: 100%;
    }

    #main {
        padding-top: 51px;
    }

    /* ▼ システム
	--------------------------------------- */
    /* ページネーション */
    .pagination {
        justify-content: space-around;
        max-width: 3750px;
        padding: 0 0 70px;
    }

    .pagination .page-item {
        margin: 0;
    }

    .pagination .page-item.page-item-prev,
    .pagination .page-item.page-item-next {
        top: auto;
        bottom: 0;
    }

    .pagination .page-item.page-item-prev {
        left: calc(25% - 60px);
    }

    .pagination .page-item.page-item-next {
        right: calc(25% - 60px);
    }

    /* ニュースリスト */

    .news_list {
        margin-bottom: 20px;
    }

    .news_list .list_inner {
        flex-wrap: wrap;
        padding: 10px 0;
    }

    .news_list .list_inner .news_date {
        flex: 0 0 84px;
        width: 84px;
        max-width: 84px;
        margin: 12px 0 0;
        font-size: 12px;
    }

    .news_list .list_inner .news_txt {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        margin-top: 8px;
    }

    .news_list .list_inner .news_txt .news_title {
        font-size: 14px;
    }

    /* ショップニュースリストの文字サイズ */
    .news_list_date {
        font-size: 12px;
    }

    .news_list_date .news_week {
        font-size: 8px;
    }

    .news_list_title {
        font-size: 14px;
    }

    .news_list_name {
        font-size: 10px;
    }

    /* シェアボタン */
    .share_area {
        padding: 50px 0;
    }

    .share_wrap {
        display: table;
    }

    .share_sns_list li {
        display: inline-block;
        vertical-align: middle;
    }

    .share_sns_list li:not(:last-child) {
        margin-right: 30px;
    }

    /* 文章メインページ */
    .doc_block {
        font-size: 14px;
        padding-bottom: 50px;
    }

    .doc_block p:not(:last-child),
    .doc_block ul:not(:last-child),
    .doc_block ol:not(:last-child),
    .doc_block li:not(:last-child) {
        margin-bottom: 20px;
    }

    .doc_block li h4 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .doc_block .kome {
        font-size: 12px;
    }

    /* access　mapボタン */
.area_wrap{
    display: block;
}
a.map_btn {
    margin-left: 0px;
    margin-bottom: 20px;
    font-size: 13px;
    padding: 8px 0;
    max-width: 225px;
}

    /* ▼▼▼ フッター
	===================================== */
    footer {
        padding: 50px 0 170px;
        border-top: 1px solid #ccc;
    }

    #footer_inner {
        padding: 0;
    }

    .footer_nav_wrap {
        display: block;
        margin-bottom: 50px;
    }

    .footer_nav_wrap .flex{
        flex-direction: column;
        margin-left: 0;
    }

    .footer_menu_wrap {
        width: 100%;
        max-width: 100%;
        margin-bottom: 50px;
    }

    .footer_menu_wrap .footer_menu {
        flex: 0 0 50%;
        font-size: 14px;
        font-weight: bold;
    }

    .footer_menu_wrap .footer_menu li {
        margin-bottom: 20px;
    }

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

    .footer_nav_wrap div:last-of-type {
        margin-bottom: 44px;
    }

    .footer_access_title {
        margin-bottom: 10px;
    }

    .footer_access_txt {
        line-height: 1.6;
    }

    /* フッターバナー */
    .footer_bnr_wrap {
        margin-bottom: 25px;
    }

    .footer_bnr {
        justify-content: space-between;
        padding: 0 20px;
    }

    .footer_bnr li {
        flex: 0 0 48%;
        max-width: 48%;
        /* width: 48%; */
        margin: 0 0 12px;
    }

    /* ▼ ページ上部へ戻る
	--------------------------------------- */
    .pagetop {
        right: 10px;
        bottom: 110px;
    }

    /* 固定メニュー */
    #fixed_menu_wrap {
        right: 0;
        bottom: 0;
        width: 100%;
    }

    #fixed_menu_close {
        right: 5px;
    }

    .fixed_menu {
        display: flex;
        width: 100%;
        background: #FFF;
        border-top: #CCCCCC 1px solid;
        border-radius: 0;
        box-shadow: none;
    }

    .fixed_menu li {
        flex: 0 0 20%;
        width: 20%;
        max-width: 20%;
    }

    .fixed_menu li:first-child,
    .fixed_menu li:last-child {
        border-radius: 0;
    }

    .fixed_menu li:nth-child(2n) {
        background: #FFF;
    }

    .fixed_menu li a {
        display: block;
        height: 70px;
        width: 100%;
        padding: 5px 0 3px;
        box-sizing: border-box;
    }

    .fixed_menu li:nth-child(1) a {
        background: url(https://fr.osaka.ekimaru.com/common/img/icon_food.svg) no-repeat center top 11px/26px;
    }

    .fixed_menu li:nth-child(2) a {
        background: url(https://fr.osaka.ekimaru.com/common/img/icon_shopping.svg) no-repeat center top 11px/21px;
    }

    .fixed_menu li:nth-child(3) a {
        background: url(https://fr.osaka.ekimaru.com/common/img/icon_gift.svg) no-repeat center top 13px/24px;
    }

    .fixed_menu li:nth-child(4) a {
        background: url(https://fr.osaka.ekimaru.com/common/img/icon_other.svg) no-repeat center top 11px/21px;
    }

    .fixed_menu li:nth-child(5) a {
        background: url(https://fr.osaka.ekimaru.com/common/img/icon_floor.svg) no-repeat center top 14px/28px;
    }

    .fixed_menu li a span {
        width: 100%;
        padding-top: 45px;
        font-size: 10px !important;
    }

    .fixed_menu li:not(:last-child) a span {
        border-right: #ACACAC 1px dashed;
        border-bottom: none;
    }

    /* ▼▼▼ 404
	====================================================== */
    #not_found {
        padding: 100px 20px 60px;
    }

    #not_found p.arial {
        margin-bottom: 10px;
        font-size: 39px;
    }

    #not_found p.arial+p {
        font-size: 17px;
    }

    #not_found p.txt {
        line-height: 1.6;
    }

}


/* PICK UP,エキマルニュース,ショップニュース　タブ切り替え
=====================================*/
.division_tab {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 0 auto 50px;
    cursor: pointer;
}

.division_tab li {
    width: 250px;
    height: 80px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.3;
    background-color: #F6F0F3;
}

.division_tab li.active {
    background-color: #932F27;
    color: #fff;
}

.division_container {
    display: none;
}

.division_container.active {
    display: block;
}

@media screen and (max-width: 768px) {
    .division_tab {
        margin-bottom: 40px;
    }

    .division_tab li {
        max-width: 100%;
        width: 100%;
        height: 50px;
        font-size: 12px;
    }
}
