@charset "UTF-8";
body {
    -webkit-text-size-adjust: none;
    overflow: scroll;
    font-size: 14px;
    height: 100%;
}
.pc_only,
.pc_only_stp {
    display: none!important;
}
@media screen and (max-width: 639px) {
    /* スマホ（タブレット含まない） */

    body {}
    .tb_only_stp {
        display: none!important;
    }
    .edged {
        margin: 0 auto;
        width: 95.73%;
    }
    /* E:スマホ（タブレット含まない） */
}
@media screen and (min-width: 640px) {
    /* S:タブレット対応 */

    body {}
    .sp_only_stp {
        display: none!important;
    }
    .edged {
        margin: 0 auto;
        width: 94.485294117%;
    }
    /* E:タブレット対応 */
}

/* 縦方向にセンタリング */
/*.v_wrap {
    vertical-align: middle;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.ie9 .v_wrap {
    transform: none;
    -webkit-transform: none;
}

*/
.blank_icon:after {
    content: " ";
    display: block;
    width: 11px;
    height: 9px;
    background: url(../imgs/icon_blank.png) no-repeat center;
    background-size: 11px 9px;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 2%;
}
header .navi .links .blank_icon:after {
    position: static;
    display: inline-block;
    vertical-align: middle;
    padding-left: 8px;
    margin-bottom: 2px;
}
.arrow_right_icon:after {
    content: " ";
    display: block;
    width: 8px;
    height: 13px;
    background: url(../imgs/arrow_right.png) no-repeat center;
    background-size: 8px 13px;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 2%;
}
.arrow_left_icon:after {
    content: " ";
    display: block;
    width: 8px;
    height: 13px;
    background: url(../imgs/arrow_left.png) no-repeat center;
    background-size: 8px 13px;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 2%;
}
.content {
    position: relative;
    text-align: center;
    background: #fff;
    border-top: .99px solid #cec2bc;
}
.safari.pc .content {
    border-top: 1px solid #cec2bc;
}

header .wrap {
    height: 54px;
    width: 100%;
    background: #fff;
    position: fixed;
    z-index: 900;
    top: 0;
    left: 0;
    border-bottom: .99px solid #d1cbc7;
}
.safari.pc header .wrap{
    border-bottom: 1px solid #cec2bc;
}

header .wrap .open_menu {
    position: absolute;
    right: 0;
    padding: 18px 15px;
}
header .wrap .close_menu {
    position: absolute;
    padding: 17px 19px;
    right: 0;
    top: 0;
    display: none;
}
header .wrap .lang_view {
    position: absolute;
    left: 17px;
    top: 17px;
    z-index: 1;
}
header .wrap .lang_view>span {
    background: url(../imgs/lang_balloon.png) center no-repeat;
    background-size: 30px 26px;
    width: 30px;
    height: 26px;
    position: absolute;
    left: 0;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    line-height: 1.95;
    display: none;
    z-index: 1;
}
.curr_lang_jp header .wrap .lang_view .jp,
.curr_lang_en header .wrap .lang_view .en,
.curr_lang_cn header .wrap .lang_view .cn {
    display: block;
}
header .wrap .lang_view {
    display: block;
    width: 30px;
    height: 26px;
}
header .wrap .logo {
    display: inline-block;
    padding: 12px 0;
}
header .wrap .logo img {
    /*width: 125px;*/
    height: 30px;
}

.curr_lang_en header .wrap .logo img,
.curr_lang_cn header .wrap .logo img {

}

header .wrap .menu_open {
    background: url(../imgs/open.png) center no-repeat;
    background-size: 23px 17px;
    width: 23px;
    height: 17px;
    position: absolute;
    right: 0;
    padding: 18px 15px;
}
header {}
header .wrap {}


header .wrap .logo_wrap{
    position: absolute;
    width: 100%;
    text-align: center;
    height: 0;
    z-index: 2;
}
header .wrap .logo {
    z-index: 2;
}
header .wrap .logo img {
}
header .wrap .lang {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 640px;
    height: 100vh;
    min-height: 480px;
    top: 0;
    background: rgba(255, 255, 255, 1);
    display: none;
}
header .wrap .lang:after {
    content: " ";
    display: block;
    background: #cec2bc;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 55px;
}
header .wrap .lang a {
    padding: 13px;
    line-height: 3;
}
header .wrap .lang a:after {
    content: "\A";
    white-space: pre;
}
header .wrap .lang .lang_wrap>span {
    display: none;
}
header .wrap .lang .lang_wrap {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    font-weight: bold;
    margin-top: -63px;
}
header .wrap .lang .close_lang {
    position: absolute;
    top: 0;
    display: block;
    right: 0;
    padding: 17px 19px;
    margin: 0;
    line-height: 1;
}
header .wrap .navi {
    font-weight: bold;
    position: absolute;
    top: 0;
    width: 100%;
    height: 640px;
    height: 100vh;
    min-height: 480px;
    background: rgba(255, 255, 255, 0.9);
    display: none;
}
header .wrap .navi:after {
    content: " ";
    display: block;
    background: #cec2bc;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 55px;
}
header .wrap .navi_upper {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -175px;
}
header .wrap .navi .links {
    font-weight: bold;
    text-align: center;
    font-size: 13px;
    line-height: 26px;
}
header .wrap .navi .links a {
    padding: 13px;
    line-height: 2.5;
}
header .wrap .navi .links a:after {
    content: "\A";
    white-space: pre;
}
header .wrap .navi .links .home {}
header .wrap .navi .links .about {}
header .wrap .navi .links .menu {}
header .wrap .navi .links .shop {}
header .wrap .navi .links .calorie {}
header .wrap .navi .sns {
    text-align: center;
    margin-top: 25px;
}
header .wrap .navi .sns .fb {
    padding: 6px;
    background: url(../imgs/fb.png) no-repeat center;
    width: 12px;
    height: 20px;
    background-size: 12px 20px;
    display: inline-block;
}
header .wrap .navi .sns .tw {
    padding: 6px;
    background: url(../imgs/tw.png) no-repeat center;
    width: 26px;
    height: 20px;
    background-size: 26px 20px;
    display: inline-block;
}
header .wrap .navi .sns .yt {
    padding: 6px;
    background: url(../imgs/yt.png) no-repeat center;
    width: 26px;
    height: 20px;
    background-size: 26px 20px;
    display: inline-block;
}
header .wrap .navi .copy {
    font-size: 10px;
    text-align: center;
    bottom: 76px;
    position: absolute;
    width: 100%;
}
footer {
    background: #fff;
    text-align: center;
}
footer .wrap {
    position: relative;
    border-bottom: .99px solid #d1cbc7;
}
.safari.pc footer .wrap {
    border-bottom: 1px solid #d1cbc7;
}

footer .return_totop {
    position: relative;
    font-size: 13px;
    font-weight: bold;
    height: 55px;
    z-index: 10;
    border-top: .99px solid #d1cbc7;
    border-bottom: 1px solid #d1cbc7;
}

.safari.pc footer .return_totop {
    border-top: 1px solid #d1cbc7;
}


footer .return_totop a {
    position: relative;
    width: 100%;
    display: inline-block;
    height: 100%;
    line-height: 55px;
}


.page-template-page-vegitable footer .return_totop,
.page-template-page-party footer .return_totop,
.page-template-page-lunch footer .return_totop,
.page-template-page-guide footer .return_totop,
.page-template-page-sitemap footer .return_totop,
.page-template-page-contact footer .return_totop,
.page-template-page-calorie footer .return_totop,
.page-template-page-ad footer .return_totop{
     border-top: 1px solid #d1cbc7;
     /*border-bottom: 1px solid #d1cbc7;*/
}



footer .return_totop a:after {}
footer .banners {
}
footer .banners a img {
    width: 100%;
    margin-top: 1px;
}
footer .grand_footer {
    position: relative;
}
footer .share {
    display: flex;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 20px;
}
footer .share .fb { margin: 0 2px; }
footer .share .tw { margin: 0 2px; }
footer .share .yt { margin: 0 2px; }
footer .links {
    font-weight: bold;
    font-size: 13px;
}

footer .links .cell {
    letter-spacing: -.29em;
    display: inline;
    line-height: 0;
}
footer .links .cell .link {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 50%;
    letter-spacing: normal;
    vertical-align: top;
    height: 55px;
    border-top: .99px solid #d1cbc7;
    overflow: hidden;
}
footer .links .cell .link.-wide {
    z-index: 2;
    width: 100%;
    background-color: #fff;
}
@media screen and (min-width: 640px) {
    /* S:タブレット対応 */
    footer .links .cell .link.-wide {
        width: 50%;
    }
}

.safari.pc footer .links .cell .link {
    border-top: 1px solid #d1cbc7;
}

footer .links .cell .link .v_wrap {
    display: table-cell;
    text-align: center;
    width: 320px;
    height: 55px;
    vertical-align: middle;
    line-height: 1.5;
    padding: 0 5px;
}
footer .links .cell .link.-wide .v_wrap {
    width: 100vw;
}

footer .links .cell:nth-child(1) .link:nth-child(2),
footer .links .cell:nth-child(1) .link:nth-child(4),
footer .links .cell:nth-child(2) .link:nth-child(2),
footer .links .cell:nth-child(2) .link:nth-child(4){
    border-right: .99px solid #d1cbc7;
}
.safari.pc footer .links .cell:nth-child(1) .link:nth-child(2),
.safari.pc footer .links .cell:nth-child(1) .link:nth-child(4),
.safari.pc footer .links .cell:nth-child(2) .link:nth-child(2),
.safari.pc footer .links .cell:nth-child(2) .link:nth-child(4){
    border-right: 1px solid #d1cbc7;
}

footer .links .cell .link .blank_icon {
    position: relative;
}
footer .links .cell .link .blank_icon:after {
    display: inline-block;
}
footer .links .cell a {
    position: relative;
    display: block;
    height: 100%;
}
footer .links .cell a:after {
    content: "";
    display: inline;
    position: absolute;
    right: 10px;
}

footer .links .cell .sns {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 55px;
    line-height: 55px;
    letter-spacing: -0.4em;
    box-sizing: border-box;
    border-top: .99px solid #d1cbc7;
}

.safari.pc footer .links .cell .sns {
    border-top: 1px solid #d1cbc7;
}

@media screen and (max-width: 639px) {
    /* スマホ（タブレット含まない） */

    footer .links .cell .sns {
       border-bottom: .99px solid #d1cbc7;
    }
    .safari.pc footer .links .cell .sns {
       border-bottom: 1px solid #d1cbc7;
    }

    footer .links {
        margin-bottom: 0;
    }

    footer .links .pillars{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1;
    }

    footer .links .pillars .pillar{
        position: absolute;
        top: 0;
        left: 50%;
        width: 0;
        height: 220px;
        border-right: .99px solid #d1cbc7;
    }
    .safari.pc footer .links .pillars .pillar{
        border-right: 1px solid #d1cbc7;
    }

    .curr_lang_jp footer .links .pillars .pillar{
        height: 330px;
    }

}

footer .links .cell .sns .fb {
    background: url(../imgs/fb.png) no-repeat center;
    background-size: 12px 20px;
    display: inline-block;
    width: 50%;
    height: 100%;
    vertical-align: top;
    position: relative;
    box-sizing: border-box;
}
footer .links .cell .sns .tw {
    background: url(../imgs/tw.png) no-repeat center;
    background-size: 24px 19px;
    display: inline-block;
    width: 50%;
    height: 100%;
    vertical-align: top;
    position: relative;
    box-sizing: border-box;
}
footer .links .cell .sns .yt {
    background: url(../imgs/yt.png) no-repeat center;
    background-size: 24px 19px;
    display: inline-block;
    width: 50%;
    height: 100%;
    vertical-align: top;
    position: relative;
    box-sizing: border-box;
}
footer .mes .tel:after {
    content: "\A";
    white-space: pre;
}
@media screen and (min-width: 640px) {
    /* S:タブレット対応 */

    footer .wrap{
        border-bottom: none;
    }
    body.curr_lang_jp footer .wrap{
        border-bottom: .99px solid #d1cbc7;
    }
    body.safari.pc.curr_lang_jp footer .wrap{
        border-bottom: 1px solid #d1cbc7;
    }

    footer .links{
        width:100%;
    }

    footer .links .cell:nth-child(2) .link:nth-child(2),
    footer .links .cell:nth-child(2) .link:nth-child(4){
        border-right: none;
    }

    footer .links .pillars{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1;
    }

    footer .links .pillars .pillar{
        position: absolute;
        top: 0;
        width: 0;
        height: 110px;
        border-right: .99px solid #d1cbc7;
    }

    .safari.pc footer .links .pillars .pillar{
        border-right: 1px solid #d1cbc7;
    }

    footer .links .pillars .p1{ left: 25%; }
    footer .links .pillars .p2{ left: 50%; }
    footer .links .pillars .p3{ left: 75%; }

    .curr_lang_jp footer .links .pillars .p1{ height: 165px; }
    .curr_lang_jp footer .links .pillars .p2{ height: 165px; }
    .curr_lang_jp footer .links .pillars .p3{ height: 165px; }

    footer .links .cell {
        width:100%;
    }
    footer .links .cell .link {
        width: 25%;
        box-sizing: border-box;
        font-size: 12px;
        overflow: hidden;
        letter-spacing: 0px;
    }
    footer .links .cell .link:nth-child(4n+0) {
        /* border-right: none; */
    }
    footer .links .cell .link.r_edge_tb {
        border-right: none;
    }
    footer .links .cell .link .blank_icon {
        position: relative;
    }
    footer .links .cell .link .blank_icon:after {
        display: inline-block;
    }
    footer .links .cell a {
        position: relative;
        display: block;
        /* height: 100%; */
    }
    footer .links a:after,
    footer .wrap_company_site a:after {
        content: "";
        display: inline;
        position: absolute;
        right: 15px;
    }

    footer .links .cell .sns {
        position: relative;
        display: inline-block;
        width: 50%;
        vertical-align: top;
        line-height: 55px;
        letter-spacing: -0.29em;
        box-sizing: border-box;
    }


    .curr_lang_jp footer .links .cell .sns {
        top: 0;
        height: 55px;
        left: 0;
        box-sizing: border-box;
    }
    body.safari.pc.curr_lang_jp footer .links .cell .sns {
        border-bottom: 1px solid #d1cbc7;
    }

    footer .links .cell .sns .fb {
        background: url(../imgs/fb.png) no-repeat center;
        background-size: 12px 20px;
        display: inline-block;
        width: 50%;
        height: 55px;
        vertical-align: top;
        position: relative;
        border-right: none;
        box-sizing: border-box;
    }

    footer .links .cell .sns .tw {
        background: url(../imgs/tw.png) no-repeat center;
        background-size: 24px 19px;
        display: inline-block;
        width: 50%;
        height: 55px;
        vertical-align: top;
        position: relative;
        border-right: none;
        box-sizing: border-box;
    }

    footer .links .cell .sns .yt {
        background: url(../imgs/yt.png) no-repeat center;
        background-size: 24px 19px;
        display: inline-block;
        width: 50%;
        height: 55px;
        vertical-align: top;
        position: relative;
        border-right: none;
        box-sizing: border-box;
    }

    footer .wrap_company_site {
        position: absolute;
        width: 100%;
        right: 0;
        top: 110px;
        border-top: .99px solid #d1cbc7;
    }

    .safari.pc footer .wrap_company_site {
        border-top: 1px solid #d1cbc7;
    }
    body.curr_lang_jp footer .wrap_company_site {
        width: 100%;
        top: 165px;
        border-top: none;
    }
    body.safari.pc.curr_lang_jp footer .wrap_company_site {
        border-top: none;
    }

    footer .mes .tel {
        display: inline-block;
    }
    footer .mes .tel:after {
        display: none;
    }
    footer .mes .tel:after {
        display: none;
    }

    footer .banners{
        padding: 4.361979166%;
        letter-spacing: -.4em;
        margin-top: 0;
    }
    body.curr_lang_jp footer .banners{
        margin-top: 55px;
    }
    footer .banners a {
        width: 48%;
        display: inline-block;
        box-sizing: border-box;
        margin: 0 1%;
    }
    footer .grand_footer {
        border-top: none;
    }

    footer .company_site {
        border-bottom: .99px solid #d1cbc7;
    }
    body.safari.pc footer .company_site {
        border-bottom: 1px solid #d1cbc7;
    }
    body.curr_lang_jp footer .company_site {
       border-top: .99px solid #d1cbc7;
    }
    body.safari.pc.curr_lang_jp footer .company_site {
       border-top: 1px solid #d1cbc7;
    }
    /* E:タブレット対応 */
}

footer a {}
footer .mes {
    font-size: 12px;
    padding-top: 10px;
    width: 100%;
    position: absolute;
    top: 100px;
}
footer .mes .tel {
    /* font-size: 12px; */
    /* display: inline-block; */
}
footer .mes .hour {
    /* font-size: 12px; */
}
footer .copy {
    font-size: 12px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    width: 100%;
    bottom: 0;
}
footer .guide {
    font-size: 14px;
    padding-bottom: 90px;
}
footer .guide a {}
footer .company_site {
    display: block;
    width: 100%;
    height: 55px;
    line-height: 55px;
    box-sizing: border-box;
    font-size: 13px;
    font-weight: bold;
    position: relative;
}
footer .totop {
    background: url(../imgs/totop.png) no-repeat center;
    background-size: contain;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 10;
}
.breadcrumbs {
    padding-top: 55px;
    font-size: 10px;
    background: #fff;
    line-height: 30px;
    padding-left: 10px;
    position: relative;
    box-sizing: border-box;
    width: 100%;
}
.breadcrumbs a {}
.breadcrumbs a:after {
    position: relative;
    content: " ";
    display: inline-block;
    background: url(../imgs/breadcrumbs_arrow.png) no-repeat center;
    background-size: contain;
    width: 4px;
    height: 7px;
    margin-left: 5px;
    margin-right: 5px;
}
.breadcrumbs span {
    font-weight: bold;
}

.wrap_map {
    height: 100vw;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}

body.home .wrap_map {
    height: 100vh;
    padding-top: 55px;
    padding-bottom: 110px;
    position: relative;
}
.wrap_map .area {
    height: 100%;
    width: 100%;
    position: relative;
}
/*
body.home .wrap_map .area:after {
    content: " ";
    display: block;
    width: 100%;
    height: 16px;
    top: 100%;
    position: absolute;
    background: url(../imgs/map_down_arrow.png) no-repeat center;
    background-size: 34px 8px;
    padding: 18px;
    box-sizing: border-box;
}*/

.wrap_map #map {
    width: 100%;
    height: 100%;
    position: relative;
}
.wrap_map #map:after {
    content: " ";
    display: block;
    position: absolute;
    background: #ff0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.wrap_map #map.no_cover:after {
    display: none;
}
.wrap_map .info {
    position: absolute;
    left: 15%;
    width: 70%;
    bottom: 25px;
}
@media all and (orientation: landscape) {
    .wrap_map {
        height: 150vh;
        width: 90%;
        position: relative;
        left: 5%;
        box-sizing: border-box;
        padding-top: 55px;
        padding-bottom: 0;
    }
    .wrap_map #map {
        background: #ddc;
        width: 100%;
        height: 100%;
    }
    .wrap_map .info {
        bottom: 25px;
    }
}
.wrap_map .other_shop,
.wrap_map .menu_selecter_map,
.wrap_map .current_pref {
    font-size: 12px;
    line-height: 28px;
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 16px;
}
.wrap_map .other_shop {
    background: #fff url(../imgs/arrow_right.png) no-repeat 95% 50%;
    background-size: 8px 13px;
    padding: 0 33px 0 11px;
}
.wrap_map .current_pref {
    background: #fff url(../imgs/map_other_shop.png) no-repeat 90% 50%;
    background-size: 13px 9px;
}
.wrap_map .info_wrap {
    margin: 0 auto;
    max-width: 90%;
}
.wrap_map .upper {
    position: relative;
    background: #fff;
    margin-bottom: 6px;
}
.wrap_map .upper .error {
    position: relative;
    top: 0;
    font-size: 12px;
    background: #fff;
    padding: 8px 12px 9px 12px;
    box-sizing: border-box;
}
.wrap_map .upper .error span {
    display: none;
}
.wrap_map .upper .error span.show {
    display: block;
}
.wrap_map .info .tel {
    background: #fff url(../imgs/map_tel_icon.png) no-repeat 50% 47%;
    background-size: 19px 19px;
    width: 39px;
    height: 100%;
    border-right: 1px solid #e5e1de;
    position: absolute;
    top: 0;
}
.wrap_map .info .link_shop {
    width: 100%;
    background: #fff;
    padding: 5px 12px 5px 52px;
    box-sizing: border-box;
    margin-bottom: 6px;
}
.wrap_map .info .link_shop .shop_type {
    font-size: 9px;
    min-height: 7px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.wrap_map .info .link_shop .shop_detail {

}
.wrap_map .info .link_shop .shop_detail .name {
    font-size: 17px;
    font-weight: bold;
}
.wrap_map .info .link_shop .shop_detail .distance {
    color: #00a73c;
    font-size: 15px;
    margin-left: 5px;
}
.wrap_map .info .link_shop .shop_detail .distance .val {}
.wrap_map .info .link_shop .shop_detail .distance .unit {
    font-size: 12px;
}
.wrap_map .info .google_map {
    background: #fff;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    line-height: 30px;
}
.wrap_map .info .google_map img {
    vertical-align: baseline;
    margin-right: 5px;
}
body.tax-japan .content {
    border-top: 0;
}
body.tax-japan .content .tax_title ,
.p_shops .tax_title {
    font-size: 15px;
}
body.tax-food_pmenu .p_shops {
    border-top: 1px solid #d1cbc7;
}
.p_shops .p_shop_list_title h2 {
    padding-top: 45px;
    padding-bottom: 30px;
    font-size: 15px;
}
body.tax-japan .content .tax_title h1 ,
.p_shops .p_shop_list_title h2 {
    padding-top: 45px;
    padding-bottom: 30px;
    font-size: 15px;
}
body.tax-japan .content article ,
.p_shops article {
    box-sizing: border-box;
    padding-top: 30px;
    padding-bottom: 40px;
    padding: 30px 4% 40px 4%;
    position: relative;
    background: url(../imgs/arrow_right.png) no-repeat 98% 50%;
    background-size: 8px 13px;
    border-top: .99px solid #d1cbc7;
}
body.safari.pc.tax-japan .content article ,
.p_shops article {
    border-top: 1px solid #d1cbc7;
}
body.tax-japan .content article .link_single_post ,
.p_shops article .link_single_post {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
body.tax-japan .content article .pmenu_notice ,
.p_shops article .pmenu_notice {
    color: #938278;
    font-size: 11px;
    line-height: 1.5;
    margin-bottom: 1.5em;
    margin-top: 1em;
}
body.tax-japan .content article .pmenu_link ,
.p_shops article .pmenu_link {
    font-size: 11px;
    line-height: 1.5;
    margin-bottom: 1.5em;
    display: inline-block;
    background: url(../imgs/arrow_right.png) right center no-repeat;
    background-size: 6px;
    padding-right: 1em;
    font-weight: bold;
}
body.tax-japan .content article .anchor ,
.p_shops article .anchor {
    margin-bottom: 12px;
}
body.tax-japan .content article .anchor img ,
.p_shops article .anchor img {
    width: 22px;
}
body.tax-japan .content article .title ,
.p_shops article .title {
    font-size: 18px;
    /* margin-bottom: 1em; */
}
body.tax-japan .content article .address ,
.p_shops article .address {
    font-size: 11px;
    line-height: 1.5;
    margin-bottom: 1em;
}
body.tax-japan .content article .hour ,
.p_shops article .hour {
    font-size: 10px;
    line-height: 1.5;
    margin-bottom: 1.2em;
}
body.tax-japan .content article .gurunavi ,
.p_shops article .gurunavi {
    display: none;
}
body.tax-japan .content article .epark ,
.p_shops article .epark {
    display: none;
}
body.tax-japan .content article .service ,
.p_shops article .service {

}

body.tax-japan .content article .justifyHeight3 ,
.p_shops article .justifyHeight3 {
}
body.tax-japan .content article .tel ,
.p_shops article .tel {
    background: url(../imgs/map_tel_icon.png) no-repeat left center;
    background-size: 13px 13px;
    padding-left: 17px;
    font-size: 27px;
    font-weight: bold;
    display: inline-block;
    margin-top: 17px;
    margin-bottom: 17px;
    font-size: 13px;
    position: relative;
    z-index: 1;
}

body.tax-japan .content article .linktexts {
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    display: inline-block;
}

body.tax-japan .content article .linktexts a[target=_blank]:after {
    content: "";
    display: inline-block;
    background: url(../imgs/icon_blank.png) no-repeat right;
    background-size: contain;
    width: 10px;
    height: 12px;
    background-size: contain;
    margin-left: 3px;
}

body.tax-japan .content article .service li ,
.p_shops article .service li {
    display: inline-block;
    font-size: 9px;
    background: #553a29;
    color: #fff;
    padding: 4px 2px;
    min-width: 80px;
    margin: 3px 3px 3px 3px;
}

body.tax-japan .content .other_region,
.p_shops .other_region{
    font-weight: bold;
    font-size: 13px;
    position: relative;
    width: 100%;
    display: inline-block;
    height: 100%;
    line-height: 55px;
    border-top: 1px solid #d1cbc7;
}


body.single-shop .content {
    padding-bottom: 0;
    border-top: 0;
}
body.single-shop .content .tax_title {
    font-size: 15px;
}
body.single-shop .content .tax_title h1 {
    padding-top: 45px;
    padding-bottom: 30px;
    font-size: 15px;
}
body.single-shop .content article .pmenu_notice {
    color: #938278;
    font-size: 11px;
    line-height: 1.5;
    margin-bottom: 1em;
    margin-top: -2em;
}
body.single-shop .content article .pmenu_link {
    font-size: 11px;
    line-height: 1.5;
    margin-bottom: 2em;
    display: inline-block;
    background: url(../imgs/arrow_right.png) right center no-repeat;
    background-size: 6px;
    padding-right: 1em;
    font-weight: bold;
}
body.single-shop .content article {
    box-sizing: border-box;
    border-top: 0;
    padding: 40px 4% 50px 4%;
    position: relative;
    background-size: 8px 13px;
}
body.single-shop .content article .link_single_post {
    display: none;
}
body.single-shop .content article .anchor {
    margin-bottom: 12px;
    display: none;
}
body.single-shop .content article .anchor img {
    width: 22px;
}
body.single-shop .content article .title {
    font-size: 18px;
    margin-bottom: 30px;
}
body.single-shop .content article .address {
    font-size: 11px;
    line-height: 1.5;
    margin-bottom: 1em;
}
body.single-shop .content article .hour {
    font-size: 11px;
    line-height: 1.5;
    margin-bottom: 1em;
    overflow: hidden;
}
body.single-shop .content article .linktexts {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 1em;
    display: inline-block;
}
body.single-shop .content article .linktexts a[target=_blank]:after {
    content: "";
    display: inline-block;
    background: url(../imgs/icon_blank.png) no-repeat right;
    background-size: contain;
    width: 10px;
    height: 12px;
    background-size: contain;
    margin-left: 3px;
}
body.single-shop .content article .service {}
body.single-shop .content article .service li {
    display: inline-block;
    font-size: 8px;
    background: #553a29;
    color: #fff;
    padding: 2px;
    min-width: 80px;
    margin: 0px 3px 3px 3px;
}
body.single-shop .content article .tel {
    background: url(../imgs/map_tel_icon.png) no-repeat left center;
    background-size: 20px 20px;
    padding-left: 24px;
    font-size: 27px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 1.7em;
    margin-top: 1.7em;
    font-size: 19px;
}
body.single-shop .content article .epark {
    margin-bottom: 2.8em;
}
body.single-shop .content article .epark .clock {
    width: 14px;
    vertical-align: text-bottom;
}
body.single-shop .content article .epark .mes {
    font-size: 12px;
    font-weight: bold;
}
body.single-shop .content article .epark .mes .no_wait {}
body.single-shop .content article .epark .mes .wait {
    display: none;
}
body.single-shop .content article .epark .mes .wait .num {}
body.single-shop .content article .epark .by {
    vertical-align: middle;
    width: 38px;
}
body.single-shop .content article .epark .reserve {
    display: inline-block;
    padding-left: 1em;
    font-size: 11px;
}
body.single-shop .content article .gurunavi {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    line-height: 34px;
    position: relative;
    font-weight: bold;
     border: .99px solid #5c3723;
}
body.safari.pc.single-shop .content article .gurunavi {
    border: 1px solid #5c3723;
}
body.single-shop .content .links {
    position: relative;
    font-size: 13px;
    font-weight: bold;
    border-top: 1px solid #d1cbc7;
    height: 55px;
}


body.single-shop .content .links:after{
    content: " ";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 100%;
    border-right: .99px solid #d1cbc7;
}
.safari.pc body.single-shop .content .links:after{
    border-right: 1px solid #d1cbc7;
}

body.single-shop .content .links .same_region {
    position: absolute;
    left: 1%;
    padding-left: 1.6em;
    width: 48%;
    text-align: left;
    box-sizing: border-box;
}

body.single-shop .content .links .other_region {
    position: absolute;
    right: 1%;
    padding-right: 1.6em;
    width: 48%;
    text-align: right;
    box-sizing: border-box;
}

body.single-shop .content .links .same_region span{
    display: table-cell;
    text-align: left;
    width: 320px;
    height: 55px;
    vertical-align: middle;
    line-height: 1.5;
}

body.single-shop .content .links .other_region span{
    display: table-cell;
    text-align: right;
    width: 320px;
    height: 55px;
    vertical-align: middle;
    line-height: 1.5;
}

/* =========================================================
message
========================================================= */

#message {
    margin-top: 45px;
}
#message h2 {
    font-size: 19px;
    margin-bottom: 30px;
}
#message .text {
    font-size: 11px;
    font-weight: bold;
    line-height: 2.4;
}
#message .text img {
    margin-bottom: 60px;
    width: 30.3%;
    margin-top: 25px;
}
/* =========================================================
carousel
========================================================= */

#carousel {

}
/* =========================================================
menu
========================================================= */

#menu {}
#menu h2 {
    margin-bottom: 10px;
    font-size: 24px;
    letter-spacing: 0.1em;
    font-family: roboto;
}
#menu .see_menu {
    text-align: right;
}
#menu .see_menu a {
    background: url(../imgs/arrow_right.png) no-repeat right;
    background-size: 8px 13px;
    display: inline-block;
    padding-right: 1em;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}
#menu .product {
    text-align: center;
}
#menu .wrap_product {
    /* width: 100%; */

    text-align: left;
}
#menu .product .square {
    padding: 50%;
    position: relative;
}
#menu .product .square .sprite {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: #333; */
}
#menu .product h3 {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 5px;
}
#menu .product .price {
    color: #938278;
    font-size: 11px;
    margin-bottom: 15px;
}

#menu .product .square {
    padding: 50%;
    position: relative;
}
#menu .product .square .sprite {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: #333; */
}
#menu .product h3 {
    font-size: 14px;
    margin-top: 17px;
    margin-bottom: 5px;
    text-align: center;
}

.post-type-archive #menu .product h3 {
    font-size: 14px;
    margin-top: 9px;
    margin-bottom: 5px;
    text-align: center;
}


#menu .product .price {
    color: #938278;
    font-size: 11px;
    margin-bottom: 15px;
    letter-spacing: 0.025em;
}

#menu .product .price span {
    font-size:10px;
    margin-left:2px;
}

#menu .notice {
    font-size: 10px;
    margin-top: 10px;
    margin-bottom: 23px;
}
#menu .see_menu_bottom {
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 54px;
    box-sizing: border-box;
    border-top: .99px solid #d1cbc7;
    border-bottom: .99px solid #d1cbc7;
    position: relative;
}
.safari.pc #menu .see_menu_bottom {
    border-top: 1px solid #d1cbc7;
    border-bottom: 1px solid #d1cbc7;
}

#menu .wrap_product ,
#menu .wrap_product {
    margin: 0 auto 30px;
    position: relative;
}
#menu .wrap_product .product ,
#menu .wrap_product .product {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 49%;
}
#menu .wrap_product .product:nth-child(2n+1) ,
#menu .wrap_product .product:nth-child(2n+1) {
    margin-right: 2%;
    display: inline-block;
}
#menu .wrap_product .product h3 ,
#menu .wrap_product .product h3 {
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 1.0em;
}
#menu .wrap_product .product h3:after ,
#menu .wrap_product .product h3:after {
    content: " ";
    display: inline-block;
    background: url(../imgs/arrow_right.png) no-repeat right center;
    width: 8px;
    height: 16px;
    background-size: 80%;
    margin-left: 0.1em;
    position: relative;
    top: 3px;
}
/* =========================================================
campaign
========================================================= */

#campaign {
}
#campaign .more {
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 54px;
    box-sizing: border-box;
    border-bottom: .99px solid #d1cbc7;
    position: relative;
    margin-top: 40px;
}
/* =========================================================
mapArea
========================================================= */

#mapArea {
}
#mapArea h2 {
    font-size: 24px;
    margin-bottom: 30px;
    letter-spacing: 0.1em;
    font-family: roboto;
}


/* =========================================================
news
========================================================= */

#news {
    text-align: center;
    padding-top: 35px;
    padding-bottom: 0;
    padding-bottom: 50px;
}
#news h2 {
    font-size: 24px;
    margin-bottom: 30px;
    letter-spacing: 0.1em;
    font-family: roboto;
}
#news .articles {
    max-width: 640px;
    width: 80%;
    margin: 0 auto 30px;
}
#news .articles .article {
    margin-bottom: 20px;
}
#news .articles .article .date {
    font-size: 11px;
    color: #938278;
}
#news .articles .article .title {
    font-size: 12px;
}
#news .more {
    background: url(../imgs/arrow_bottom.png) no-repeat right center;
    background-size: 8px auto;
    padding-right: 12px;
    font-size: 12px;
}
/* =========================================================
menu_selecter
========================================================= */

.menu_selecter {
    /*margin-top: -.5px;*/
    /*border-top: .99px solid #d1cbc7;*/
}
.safari.pc .menu_selecter {
    border-top: 1px solid #d1cbc7;
}

.menu_selecter {}
.menu_selecter select,
.menu_selecter .dummy_selecter {
    position: relative;
    width: 100%;
    padding: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border-radius: 0;
    box-sizing: border-box;
    background: #fff;
    color: #5c3723;
    font-size: 13px;
    font-weight: bold;
    background: url(../imgs/arrow_bottom.png) no-repeat right 10px center;
    background-size: 16px auto;
    padding-right: 12px;
}
.menu_selecter select {
    z-index: 1;
    opacity: 0;
    font-size: 16px;
    height: 56px;
}
.menu_selecter .dummy_selecter {
    position: absolute;
    top: 0;
    border-bottom: 1px solid #d1cbc7;
}
.menu_selecter select option {}

/* =========================================================
menu_selecter_map
========================================================= */

.menu_selecter_map {
    border-top: 0;
    margin-top: 0;
}

.menu_selecter_map {}
.menu_selecter_map select,
.menu_selecter_map .dummy_selecter {
    position: relative;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border-radius: 0;
    box-sizing: border-box;
    background: #fff;
    color: #5c3723;
    font-size: 13px;
    background: url(../imgs/arrow_bottom.png) no-repeat right 10px center;
    background-size: 16px auto;
    padding-right: 12px;
}
.menu_selecter_map select {
    z-index: 1;
    opacity: 0;
    font-size: 16px;
    cursor: pointer;
}
.menu_selecter_map .dummy_selecter  {
    position: absolute;
    top: 0;
    border-bottom: 0;
    font-size: 12px;
    line-height: 28px;
    padding: 0 0 0 11px;
    background: #fff url(../imgs/arrow_bottom.png) no-repeat 90% 50%;
    background-size: 13px 8px;
}
.menu_selecter_map select option {}


/* =========================================================
body.post-type-archive-menu,
body.post-type-archive-pmenu
========================================================= */

body.post-type-archive-menu .content ,
body.post-type-archive-pmenu .content {
    text-align: center;
    padding-bottom: 0;
}
body.post-type-archive-menu .content h1 ,
body.post-type-archive-pmenu .content h1 {
    font-size:20px;
    text-align: center;
    padding: 35px 0 25px 0;
    border-top: 1px;
}
body.post-type-archive-menu .content .menu_switch ,
body.post-type-archive-pmenu .content .menu_switch {
    display: inline-block;
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 11px;
    background: url(../imgs/arrow_right.png) no-repeat right center;
    background-size: 6px;
    padding-right: 10px;
}
body.post-type-archive-menu .content .calorie ,
body.post-type-archive-pmenu .content .calorie {
    font-weight: bold;
    font-size: 11px;
}
body.post-type-archive-menu .content .calorie img ,
body.post-type-archive-pmenu .content .calorie img {
    width: 14px;
    vertical-align: text-top;
    margin-right: 0.5em;
}
body.post-type-archive-menu .content .list ,
body.post-type-archive-pmenu .content .list {
    margin: 0 auto;
    position: relative;
    text-align: left;
    letter-spacing: -.40em;
    border-bottom: .99px solid #d1cbc7;
}
body.safari.pc.post-type-archive-menu .content .list ,
body.safari.pc.post-type-archive-pmenu .content .list {
    border-bottom: 1px solid #d1cbc7;
}
body.post-type-archive-menu .content .list a ,
body.post-type-archive-pmenu .content .list a {
    position: relative;
    font-size: 13px;
    font-weight: bold;
    height: 55px;
    width: 100%;
    display: block;
    text-align: center;
    letter-spacing: normal;
    line-height: 55px;
    border-top: .99px solid #d1cbc7;
}
body.safari.pc.post-type-archive-menu .content .list a ,
body.safari.pc.post-type-archive-pmenu .content .list a {
    border-top: 1px solid #d1cbc7;
}

body.post-type-archive-menu .content .list a:nth-child(2n+1) ,
body.post-type-archive-pmenu .content .list a:nth-child(2n+1) {

}
body.post-type-archive-menu .content .list a:after ,
body.post-type-archive-pmenu .content .list a:after {
    content: " ";
    display: inline-block;
    background: url(../imgs/arrow_right.png) no-repeat;
    width: 8px;
    height: 13px;
    background-size: contain;
    margin-left: 0.5em;
    position: absolute;
    right: 2%;
    top: 50%;
    margin-top: -7px;
}
body.post-type-archive-menu #menu ,
body.post-type-archive-pmenu #menu {
    margin-top: 25px;
}
body.post-type-archive-menu #menu h2 ,
body.post-type-archive-pmenu #menu h2 {

}
body.post-type-archive-menu #menu .see_menu ,
body.post-type-archive-pmenu #menu .see_menu {

}
body.post-type-archive-menu #menu .see_menu a ,
body.post-type-archive-pmenu #menu .see_menu a {

}
body.post-type-archive-menu #menu .wrap_product ,
body.post-type-archive-pmenu #menu .wrap_product {
    margin: 0 auto 30px;
    position: relative;
}
body.post-type-archive-menu #menu .wrap_product .product ,
body.post-type-archive-pmenu #menu .wrap_product .product {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 49%;
}
body.post-type-archive-menu #menu .wrap_product .product:nth-child(2n+1) ,
body.post-type-archive-pmenu #menu .wrap_product .product:nth-child(2n+1) {
    margin-right: 2%;
    display: inline-block;
}
body.post-type-archive-menu #menu .wrap_product .product .square ,
body.post-type-archive-pmenu #menu .wrap_product .product .square {

}
body.post-type-archive-menu #menu .wrap_product .product .square .still ,
body.post-type-archive-pmenu #menu .wrap_product .product .square .still {

}
body.post-type-archive-menu #menu .wrap_product .product .square .still img ,
body.post-type-archive-pmenu #menu .wrap_product .product .square .still img {

}
body.post-type-archive-menu #menu .wrap_product .product .square .wrap_sprite ,
body.post-type-archive-pmenu #menu .wrap_product .product .square .wrap_sprite {

}
body.post-type-archive-menu #menu .wrap_product .product .square .wrap_sprite .sprite ,
body.post-type-archive-pmenu #menu .wrap_product .product .square .wrap_sprite .sprite {

}
body.post-type-archive-menu #menu .wrap_product .product h3 ,
body.post-type-archive-pmenu #menu .wrap_product .product h3 {
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 1.0em;
}
body.post-type-archive-menu #menu .wrap_product .product h3:after ,
body.post-type-archive-pmenu #menu .wrap_product .product h3:after {
    content: " ";
    display: inline-block;
    background: url(../imgs/arrow_right.png) no-repeat right center;
    width: 8px;
    height: 16px;
    background-size: 80%;
    margin-left: 0.1em;
    position: relative;
    top: 3px;
}
body.post-type-archive-menu #menu .wrap_product .product .price ,
body.post-type-archive-pmenu #menu .wrap_product .product .price {

}


/* =========================================================
body.tax-food_men,
body.tax-food_pmenu
========================================================= */

body.tax-food_menu .content ,
body.tax-food_pmenu .content {
    position: relative;
}
body.tax-food_menu .content .menu_selecter ,
body.tax-food_pmenu .content .menu_selecter {

}
body.tax-food_menu .content .menu_selecter select ,
body.tax-food_pmenu .content .menu_selecter select {

}
body.tax-food_menu .content .menu_selecter select option ,
body.tax-food_pmenu .content .menu_selecter select option {

}
body.tax-food_menu .content .menu_selecter .dummy_selecter ,
body.tax-food_pmenu .content .menu_selecter .dummy_selecter {

}
body.tax-food_menu .content h1 ,
body.tax-food_pmenu .content h1 {
    font-size: 20px;
    padding: 35px 0;
}

body.tax-food_menu .content .mv ,
body.tax-food_pmenu .content .mv {
    width: 100%;
    height: 0;
    /*padding-top: 29.6875%;*/
    padding-top: 48%;
    position: relative;
    margin: 0 auto;
    display: none;
}

body.tax-food_menu .content .mv img ,
body.tax-food_pmenu .content .mv img {
    width: 100%;
}
body.tax-food_menu article ,
body.tax-food_pmenu article {
    padding: 40px 20%;
    line-height: 2;
    border-top: .99px solid #d1cbc7;
}
body.safari.pc.tax-food_menu article ,
body.safari.pc.tax-food_pmenu article {
    border-top: 1px solid #d1cbc7;
}


body.tax-food_menu .content .mv.okonomiyaki{
    background: url(../imgs/menu_cat_okonomiyaki.png) no-repeat center;
    background-size: 100% auto;
    display: block;
}
body.tax-food_pmenu .content .mv.okonomiyaki {
    background: url(../imgs/menu_cat_okonomiyaki_hiroo.png) no-repeat center;
    background-size: 100% auto;
    display: block;
}

body.tax-food_menu .content .mv.monjayaki ,
body.tax-food_pmenu .content .mv.monjayaki {
    background: url(../imgs/menu_cat_monjayaki.png) no-repeat center;
    background-size: 100% auto;
    display: block;
}

body.tax-food_menu .content .mv.yakimono ,
body.tax-food_pmenu .content .mv.yakimono {
    background: url(../imgs/menu_cat_yakimono.png) no-repeat center;
    background-size: 100% auto;
    display: block;
}

body.tax-food_menu .content .mv.others ,
body.tax-food_pmenu .content .mv.others {
    background: url(../imgs/menu_cat_other.png) no-repeat center;
    background-size: 100% auto;
    display: block;
}

body.tax-food_pmenu .content .mv.dessert {
    background: url(../imgs/menu_cat_sweets_hiroo.png) no-repeat center;
    background-size: 100% auto;
    display: block;
}
body.tax-food_pmenu .content .mv.steak {
    background: url(../imgs/menu_cat_steak_hiroo.png) no-repeat center;
    background-size: 100% auto;
    display: block;
}
body.tax-food_menu article h2 ,
body.tax-food_pmenu article h2 {
    font-size: 13px;
    line-height:1.35em;
}
body.tax-food_menu article .price ,
body.tax-food_pmenu article .price {
    font-size: 11px;
    margin-bottom: 1em;
    color: #938278;
}
body.tax-food_menu article .price .in_tax ,
body.tax-food_pmenu article .price .in_tax {
    font-size: 10px;
}
body.tax-food_menu article .desc ,
body.tax-food_pmenu article .desc {
    font-size: 10px;
}

body.tax-food_menu article:nth-child(1) ,
body.tax-food_pmenu article:nth-child(1) {
    border-top: 0;
}

/* =========================================================
post-type-archive-shop
========================================================= */

body.post-type-archive-shop .content {}
body.post-type-archive-shop .content h2 {
    font-size: 20px;
    padding-top: 40px;
    /* padding-bottom: 35px; */
}
body.post-type-archive-shop .content h3 {
    padding-bottom: 30px;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    /* margin-bottom: 1em; */

    margin-top: 3em;
}
body.post-type-archive-shop .content .area_japan {
    letter-spacing: -.4em;
}
body.post-type-archive-shop .content .area {
    /* padding: 55px 0; */

    letter-spacing: normal;
    width: 100%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}
body.post-type-archive-shop .content .area p {
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    margin-bottom: 1em;
    margin-top: 3em;
}
body.post-type-archive-shop .content .area ul {
    font-size: 18px;
    display: block;
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #d1cbc7;
}
body.post-type-archive-shop .content .area ul.secand {
    border-top: none;
}
body.post-type-archive-shop .content .area ul li {
    font-size: 16px;
    line-height: 53px;
    border-bottom: .99px solid #d1cbc7;
}
body.safari.pc.post-type-archive-shop .content .area ul li {
    border-bottom: 1px solid #d1cbc7;
}
body.post-type-archive-shop .content .area ul li a,
body.post-type-archive-shop .content .area ul li span {
    position: relative;
    line-height: 53px;
    display: block;
    width: 100%;
    height: 53px;
    font-weight: bold;
}
body.post-type-archive-shop .content .area ul li span {
    opacity: 0.3;
}
body.post-type-archive-shop .content .area ul li a:after {
    content: " ";
    display: inline-block;
    background: url(../imgs/arrow_right.png) no-repeat right;
    background-size: contain;
    width: 10px;
    height: 12px;
    position: relative;
    margin-left: 0.2em;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 2%;
}
body.post-type-archive-shop .content .outer_area {
    letter-spacing: -.4em;
}
body.post-type-archive-shop .content .outer_area .area {
    letter-spacing: normal;
}
body.post-type-archive-shop .content .outer_area .area p {
    position: relative;
    line-height: 53px;
    display: block;
    width: 100%;
    height: 53px;
    font-weight: bold;
    margin: 0;
    cursor: pointer;
}

body.post-type-archive-shop .content .outer_area .area p a{
    display: block;
    border-top: .99px solid #d1cbc7;
}

body.post-type-archive-shop .content .outer_area .area p a:after {
    content: " ";
    display: inline-block;
    background: url(../imgs/arrow_right.png) no-repeat right;
    background-size: contain;
    width: 10px;
    height: 12px;
    position: absolute;
    margin-left: 0.2em;
    margin-top: -6px;
    top: 50%;
    right: 2%;
}
body.post-type-archive-shop .content .outer_area .area.open p:after {
    background: url(../imgs/map_other_shop.png) no-repeat right;
    background-size: contain;
    width: 13px;
    height: 8px;
}

body.post-type-archive-shop .content .outer_area .area ul{
    border-top: .99px solid #d1cbc7;
}

body.safari.pc.post-type-archive-shop .content .outer_area .area ul{
    border-top: 1px solid #d1cbc7;
}

body.post-type-archive-shop .content .outer_area .area ul li {
    border: none;
}
body.post-type-archive-shop .content .outer_area .area li a {
    height: 0;
    -webkit-transition: .4s;
    margin-top: -1px;
}
body.post-type-archive-shop .content .outer_area .area.open li a {
    height: 43px;
    padding-bottom:0.2em;
}
body.post-type-archive-shop .content .outer_area .area ul li a:after {
    background: url(../imgs/icon_blank.png) no-repeat right;
    background-size: contain;
    width: 10px;
    height: 12px;
    position: relative;
    margin-left: 0.2em;
    top: inherit;
    right: inherit;
}
body.post-type-archive-shop .content .outer_area .area.open {}
body.post-type-archive-shop .content .outer_area .area.open ul {
    border-top: none;
    padding: 1em 0;
}
body.post-type-archive-shop .content .outer_area .area.open ul li {
    font-size:14px;
}
body.post-type-archive-shop .content .outer_area .area {}
body.post-type-archive-shop .content .outer_area .area ul {
    padding: 0;
    transition: .4s;
    -webkit-transition: .4s;
    margin-top: 0.5px;
}
body.post-type-archive-shop .content .outer_area .area li {}
body.post-type-archive-shop .content .outer_area .area li a:after {}
/* =========================================================
error
========================================================= */

body.error404 {}
body.error404 h1 {
    padding-top: 55px;
    font-size: 14px;
    margin: 100px 0;
}


/* =========================================================
epark
========================================================= */
/*
.epark_block{ display:none; }
.epark_original{ display:none; }*/


/* =========================================================
epark
========================================================= */

.epark_block{
    margin-bottom: 58px;
}

.epark_block .clock{
    width: 15px;
    vertical-align: sub;
}
.epark_block .msg_wrap{
    font-size: 12px;
    font-weight: bold;
}

.epark_block .by{
    width: 34px;
    vertical-align: middle;
}

.epark_block .msg_wrap .msg{
    margin: 0 0.5em;
    margin-bottom: 10px;
}


.epark_block .tosite{
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    line-height: 34px;
    position: relative;
    font-weight: bold;
    border: .99px solid #5c3723;
    margin-top: 10px;
    width: 63%;
}
.epark_block .tosite:after{
    padding-left: 8px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -5px;
}

/* ///////////////////////////////////////////////////////////////////
post-type-archive-campaign
/////////////////////////////////////////////////////////////////// */


body.post-type-archive-campaign .content {
    padding: 0 10px 20px;
}

body.post-type-archive-campaign .content h2 {
    padding: 35px 0 25px;
}

body.post-type-archive-campaign .content .not-exist {
    padding: 100px 0 150px;
}

body.post-type-archive-campaign .content ul {
    border-top: 1px solid #dbd4d2;
    margin-bottom: 30px;
}

body.post-type-archive-campaign .content ul li {
    padding: 40px 20px;
    border-bottom: 1px solid #dbd4d2;
    text-align: left;
}

body.post-type-archive-campaign .content ul li a {
    display: block;
}

body.post-type-archive-campaign .content ul li img {
    width: 100%;
    margin-bottom: 15px;
}

body.post-type-archive-campaign .content ul li .texts {
}

body.post-type-archive-campaign .content ul li .texts h3 {
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 10px;
}

body.post-type-archive-campaign .content ul li .texts .text {
    font-size: 10px;
    margin-bottom: 10px;
}

body.post-type-archive-campaign .content ul li .texts .period {
    font-size: 10px;
}

body.post-type-archive-campaign .content ul li .texts .period span {
    color:#938278;
}

body.post-type-archive-campaign .content .more {
    display: inline-block;
    margin-bottom: 30px;
    font-size: 12px;
    font-weight: bold;
    background: url(../imgs/arrow_bottom.png) no-repeat right center;
    background-size: 14px auto;
    padding-right: 20px;
}


/* ///////////////////////////////////////////////////////////////////
single-campaign
/////////////////////////////////////////////////////////////////// */


body.single-campaign {
}

body.single-campaign .headArea {
    padding: 40px 10px 15px 10px;
}

body.single-campaign .headArea .logoArea {
    text-align: center;
    margin-bottom: 15px;
}

body.single-campaign .headArea .logoArea img {
    max-width: 100%;
}

body.single-campaign .headArea .snsArea {
    margin-bottom: 15px;
}

body.single-campaign .kvArea img {
    max-width: 100%;
    margin-bottom: 35px;
}

body.single-campaign .titleArea {
    margin-bottom: 35px;
    padding: 0 35px;
}

body.single-campaign .titleArea h1{
    line-height: 1.6;
}

body.tax-food_menu .linkToShopArea,
body.single-campaign .linkToShopArea {
    margin-bottom: 35px;
    padding: 0 35px;
}

body.tax-food_menu .linkToShopArea a,
body.single-campaign .linkToShopArea a {
    display: block;
    width: 100%;
    height: 45px;
    line-height:45px;
    font-size: 11px;
    border: 1px solid #5c3723;
}

body.tax-food_menu .linkToShopArea a:before,
body.single-campaign .linkToShopArea a:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 9px;
    background: url(../imgs/arrow_bottom.png) no-repeat right center;
    background-size: 14px auto;
    padding-right: 5px;
}
body.single-campaign .cpArea {
    padding: 0 35px;
    padding-bottom: 50px;
}

body.single-campaign .cpArea h2 {
    margin-bottom: 20px;
}

body.single-campaign .cpArea .text {
    margin-bottom: 20px;
    line-height: 1.8;
}

body.single-campaign .cpArea .period {
    font-size: 12px;
    margin-bottom: 20px;
}

body.single-campaign .cpArea .period span {
    color:#938278;
}

body.single-campaign .imgArea {
    border-top: 1px solid #dbd4d2;
    padding: 40px 22px 40px;
    margin: 0 10px;
}

body.single-campaign .imgArea img {
    max-width: 100%;
    margin-bottom: 20px;
}

body.single-campaign .imgArea h2 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 14px;
}

body.single-campaign .imgArea p {
    margin-bottom: 10px;
    line-height: 1.8;
    font-size: 12px;
}

body.single-campaign .imgArea p strong {
    font-weight: bold;
}

body.single-campaign .imgArea p a {
    text-decoration: underline;
}

body.single-campaign .shopArea {
    border-top: 1px solid #dbd4d2;
    padding: 55px 0 50px;
}

body.single-campaign .shopArea h2 {
    margin-bottom: 40px;
}

body.single-campaign .shopArea h3 {
    margin-bottom: 10px;
}

body.single-campaign .shopArea ul {
    margin-bottom: 20px;
}

body.single-campaign .shopArea ul li {
    margin-bottom: 10px;
    display: inline-block;
    border-right: 1px solid #938278;
    padding: 0 13px;
}

body.single-campaign .shopArea ul li:last-child {
    border-right: none;
}


/* ///////////////////////////////////////////////////////////////////
post-type-archive-menu
/////////////////////////////////////////////////////////////////// */


body.post-type-archive-menu .content {
    padding: 0 10px 20px;
}

body.post-type-archive-menu .content h2 {
    padding: 35px 0 25px;
}

body.post-type-archive-menu .content .not-exist {
    padding: 100px 0 150px;
}

body.post-type-archive-menu .content ul {
    border-top: 1px solid #dbd4d2;
    margin-top: 40px;
    margin-bottom: 30px;
}

body.post-type-archive-menu .content ul li {
    padding: 40px 20px;
    border-bottom: 1px solid #dbd4d2;
    text-align: left;
}

body.post-type-archive-menu .content ul li a {
    display: block;
}

body.post-type-archive-menu .content ul li img {
    width: 100%;
    margin-bottom: 15px;
}

body.post-type-archive-menu .content ul li .texts {
}

body.post-type-archive-menu .content ul li .texts h3 {
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 10px;
}

body.post-type-archive-menu .content ul li .texts .text {
    font-size: 10px;
    margin-bottom: 10px;
}

body.post-type-archive-menu .content ul li .texts .period {
    font-size: 10px;
}

body.post-type-archive-menu .content ul li .texts .period span {
    color:#938278;
}

/* ///////////////////////////////////////////////////////////////////
tax-food_menu
/////////////////////////////////////////////////////////////////// */



/* wrap_menu_list_vertical */
body.tax-food_menu .wrap_menu_list_vertical {
    padding: 0 10px 60px;
}

body.tax-food_menu .wrap_menu_list_vertical ul.menu_list_vertical {
    margin-top: -40px;
}

body.tax-food_menu .wrap_menu_list_vertical ul.menu_list_vertical {
}

body.tax-food_menu .wrap_menu_list_vertical ul.menu_list_vertical li {
    padding: 40px 20px;
    border-bottom: 1px solid #dbd4d2;
}

body.tax-food_menu .wrap_menu_list_vertical ul.menu_list_vertical li img {
    max-width: 100%;
    margin-bottom: 15px;
}

body.tax-food_menu .wrap_menu_list_vertical ul.menu_list_vertical li h2 {
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 10px;
}

body.tax-food_menu .wrap_menu_list_vertical ul.menu_list_vertical li .price {
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 10px;
}

body.tax-food_menu .wrap_menu_list_vertical ul.menu_list_vertical li .text {
    font-size: 10px;
    margin-bottom: 10px;
}

body.tax-food_menu .wrap_menu_list_vertical .attention_text {
    padding: 40px 0 30px;
    border-bottom: 1px solid #dbd4d2;
    color: #938278;
    font-size: 10px;
    line-height: 2rem;
}


/* wrap_shop */
body.tax-food_menu .wrap_shop .menu_list_horizontal_wrap {
    padding: 0 10px 20px;
}

body.tax-food_menu .wrap_shop ul.menu_list_horizontal {
    border-top: 1px solid #dbd4d2;
    margin-top: 0px;
    margin-bottom: 30px;
}

body.tax-food_menu .wrap_shop ul.menu_list_horizontal li {
    padding: 40px 20px;
    border-bottom: 1px solid #dbd4d2;
    text-align: left;
}

body.tax-food_menu .wrap_shop ul.menu_list_horizontal li a {
    display: block;
}

body.tax-food_menu .wrap_shop ul.menu_list_horizontal li img {
    width: 100%;
    margin-bottom: 15px;
}

body.tax-food_menu .wrap_shop ul.menu_list_horizontal li .texts {
}

body.tax-food_menu .wrap_shop ul.menu_list_horizontal li .texts h3 {
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 10px;
}

body.tax-food_menu .wrap_shop ul.menu_list_horizontal li .texts .text {
    font-size: 10px;
    margin-bottom: 10px;
}

body.tax-food_menu .wrap_shop ul.menu_list_horizontal li .texts .period {
    font-size: 10px;
}

body.tax-food_menu .wrap_shop ul.menu_list_horizontal li .texts .period span {
    color:#938278;
}


body.tax-food_menu .wrap_shop .article_content article {
    box-sizing: border-box;
    border-top: 0;
    padding: 60px 4% 50px 4%;
    position: relative;
    background-size: 8px 13px;
}
body.tax-food_menu .wrap_shop .article_content article .link_single_post {
    display: none;
}
body.tax-food_menu .wrap_shop .article_content article .anchor {
    margin-bottom: 12px;
    display: none;
}
body.tax-food_menu .wrap_shop .article_content article .anchor img {
    width: 22px;
}
body.tax-food_menu .wrap_shop .article_content article .title {
    font-size: 18px;
    margin-bottom: 15px;
}
body.tax-food_menu .wrap_shop .article_content article .address {
    font-size: 11px;
    line-height: 1.5;
    margin-bottom: 1em;
}
body.tax-food_menu .wrap_shop .article_content article .hour {
    font-size: 11px;
    line-height: 1.5;
    margin-bottom: 1em;
    overflow: hidden;
}
body.tax-food_menu .wrap_shop .article_content article .service {
    margin-bottom: 1.7em;
}
body.tax-food_menu .wrap_shop .article_content article .service li {
    display: inline-block;
    font-size: 8px;
    background: #553a29;
    color: #fff;
    padding: 2px;
    min-width: 80px;
    margin: 0px 3px 3px 3px;
}
body.tax-food_menu .wrap_shop .article_content article .tel {
    background: url(../imgs/map_tel_icon.png) no-repeat left center;
    background-size: 20px 20px;
    padding-left: 24px;
    font-size: 27px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 1.7em;
    font-size: 19px;
}
body.tax-food_menu .wrap_shop .article_content article .epark {
    margin-bottom: 2.8em;
}
body.tax-food_menu .wrap_shop .article_content article .epark .clock {
    width: 14px;
    vertical-align: text-bottom;
}
body.tax-food_menu .wrap_shop .article_content article .epark .mes {
    font-size: 12px;
    font-weight: bold;
}
body.tax-food_menu .wrap_shop .article_content article .epark .mes .no_wait {}
body.tax-food_menu .wrap_shop .article_content article .epark .mes .wait {
    display: none;
}
body.tax-food_menu .wrap_shop .article_content article .epark .mes .wait .num {}
body.tax-food_menu .wrap_shop .article_content article .epark .by {
    vertical-align: middle;
    width: 38px;
}
body.tax-food_menu .wrap_shop .article_content article .epark .reserve {
    display: inline-block;
    padding-left: 1em;
    font-size: 11px;
}
body.tax-food_menu .wrap_shop .article_content article .gurunavi {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    line-height: 34px;
    position: relative;
    font-weight: bold;
     border: .99px solid #5c3723;
}

body.tax-food_menu .shopArea {
    border-top: 1px solid #dbd4d2;
    padding: 55px 0 50px;
}

body.tax-food_menu .shopArea h2 {
    margin-bottom: 40px;
}

body.tax-food_menu .shopArea h3 {
    margin-bottom: 10px;
}

body.tax-food_menu .shopArea ul {
    margin-bottom: 20px;
}

body.tax-food_menu .shopArea ul li {
    margin-bottom: 10px;
    display: inline-block;
    border-right: 1px solid #938278;
    padding: 0 13px;
}

body.tax-food_menu .shopArea ul li:last-child {
    border-right: none;
}
