@charset "UTF-8";
body {
    height: 100%;
    font-size: 14px;
}

 @media all and (-ms-high-contrast:none){

    *::-ms-backdrop, body{
        vertical-align: baseline;
    }

}

body,
.wrap_content,
footer .wrap {
    /*min-width: 980px;*/
}
/* body */

.sp_only,
.sp_only_stp,
.tb_only_stp {
    display: none!important;
}
.blank_icon:after {
    content: " ";
    display: inline-block;
    width: 11px;
    height: 9px;
    background: url(../imgs/icon_blank.png) no-repeat center;
    background-size: 11px 9px;
    position: relative;
    padding-left: 8px;
}
.arrow_right_icon:after {
    content: " ";
    display: block;
    width: 8px;
    height: 13px;
    background: url(../imgs/arrow_right.png) no-repeat center;
    background-size: 7px 12px;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 0%;
}


.arrow_left_icon:after {
    content: " ";
    display: block;
    width: 8px;
    height: 13px;
    background: url(../imgs/arrow_left.png) no-repeat center;
    background-size: 7px 12px;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 0%;
}


 @media all and (-ms-high-contrast:none){

    .arrow_right_icon:after {
        content: " ";
        display: block;
        width: 8px;
        height: 13px;
        background: url(../imgs/arrow_right.png) no-repeat center;
        background-size: 7px 12px;
        position: absolute;
        top: 0%;
        margin-top: 3px;
        right: 0%;
    }

    *::-ms-backdrop, .arrow_right_icon:after {
        content: " ";
        display: block;
        width: 8px;
        height: 13px;
        background: url(../imgs/arrow_right.png) no-repeat center;
        background-size: 7px 12px;
        position: absolute;
        top: 0%;
        margin-top: 3px;
        right: 0%;
    }



    .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: 0px;
        margin-top: 3px;
        left: 2%;
    }

     *::-ms-backdrop, .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: 0px;
        margin-top: 3px;
        left: 2%;
    }
}


.content{
        /* border-top: 1px solid #cec2bc; */
}


/* =========================================================
子要素を幅３等分で並べて、端数がでたら引き延ばす
========================================================= */

.thirdExPc {
    box-sizing: border-box;
    letter-spacing: -.40em;
    text-align: center;
}
.thirdExPc>* {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    width: 33.33%;
    letter-spacing: normal;
    box-sizing: border-box;
}
/* あまり1 */

.thirdExPc>*:nth-last-child(1):nth-child(3n+1) {
    width: 100%;
}
/* あまり2 */

.thirdExPc>*:nth-last-child(1):nth-child(3n+2),
.thirdExPc>*:nth-last-child(2):nth-child(3n+1) {
    width: 50%;
}
/* ---------------------------------------------
 header
--------------------------------------------- */
header{
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff;
    z-index: 10;
    border-bottom: 1px solid #cec2bc;
}

header.dummy{
    position: relative;
    opacity: 0;
    /* background: #f0f; */
    border: none;
}

header .links{
    transition-duration: .4s;
    -webkit-transition-duration: .4s;
}

.mini_header header .links{
    height: 0;
    opacity: 0;
}

header .wrap_content{
    transition-duration: .4s;
    -webkit-transition-duration: .4s;
}

.mini_header header .wrap_content{
     padding-top: 50px;
}

header .wrap{
    /* height: 140px; */
    width: 100%;
    background: #fff;
    z-index: 1;
    top: 0;
    /* background: #ff0; */
}
header .wrap .open_menu,
header .wrap .close_menu {
    display: none!important;
}
header .wrap .lang,
header .wrap .navi {
    display: block!important;
}


header .wrap .logo_wrap {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 0;
    z-index: 2;
}
header .wrap .logo {
    display: inline-block;
    margin-top: 36px;
    transition-duration: .4s;
    -webkit-transition-duration: .4s;
}
header .wrap .logo.en {
}
.mini_header header .logo{
}

header .wrap .logo img {
    height: 38px;
    text-align: center;

}
.mini_header header .wrap .logo img {

}
header .wrap .lang {
    position: absolute;
    right: 34px;
    margin-right: -16px;
    top: 32px;
    font-weight: bold;
}
header .wrap .lang a {
    padding: 3px;
}
header .wrap .lang>.div {
    display: inline;
}
header .wrap .lang .language-chooser {
    display: inline;
}
header .wrap .lang .language-chooser li {
    display: inline;
}
header .wrap .lang .language-chooser a {}
header .wrap .lang .language-chooser li:after {
    content: "/";
    display: inline;
}
header .wrap .lang .language-chooser li:nth-last-child(1):after {
    content: "";
    display: none;
}
header .wrap .lang span {}
header .wrap .lang_view {
    display: none;
}
header .wrap .navi{
    padding-top: 100px;
    transition-duration: .4s;
    -webkit-transition-duration: .4s;
}

.mini_header header .wrap .navi{
	 padding-top: 65px;
}

header .wrap .navi .links{
    position: relative;
    /* margin-top: 100px; */
    /* top: 100px; */
    font-weight: bold;
    width: 100%;
    text-align: center;
    padding-bottom: 19px;
}

header .wrap .navi .links a{
    padding: 0px 11px;
    background-color: white;
}
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 {
    position: absolute;
    right: 120px;
    top: 25px;
}
header .wrap .navi .sns .fb {
    padding: 6px;
    background: url(../imgs/fb.png) no-repeat center;
    background-size:10px;
    width: 10px;
    height: 18px;
    display: inline-block;
}
header .wrap .navi .sns .fb img {}
header .wrap .navi .sns .tw {
    padding: 6px;
    background: url(../imgs/tw.png) no-repeat center;
    background-size: 19px;
    width: 19px;
    height: 16px;
    display: inline-block;
}
header .wrap .navi .sns .tw img {}
header .wrap .navi .sns .yt {
    padding: 6px;
    background: url(../imgs/yt.png) no-repeat center;
    background-size: 19px;
    width: 19px;
    height: 16px;
    display: inline-block;
}
header .wrap .navi .sns .yt img {}
header .wrap .navi .sns .ig {
    padding: 6px;
    background: url(../imgs/ig.png) no-repeat center;
    background-size: 19px;
    width: 19px;
    height: 16px;
    display: inline-block;
}
header .wrap .navi .sns .ig img {}

header .wrap .navi .copy {
    display: none;
}
footer {
    background: #fff;
    border-top: 1px solid #cec2bc;
    text-align: center;
    overflow: hidden;
}
footer .wrap {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 980px;
    /* background: #ff0; */

    height: 340px;
}
footer .return_totop {
    position: relative;
    text-align: center;
    height: 70px;
    border-bottom: 1px solid #cec2bc;
    box-sizing: border-box;
}
footer .return_totop a {
    position: relative;
    padding-left: 1em;
    line-height: 70px;
    font-size: 14px;
    font-weight: bold;
}


 @media all and (-ms-high-contrast:none){
    footer .return_totop a {
        position: relative;
        padding-left: 1em;
        line-height: 78px;
        font-size: 14px;
        font-weight: bold;
    }

     *::-ms-backdrop, footer .return_totop a {
        position: relative;
        padding-left: 1em;
        line-height: 78px;
        font-size: 14px;
        font-weight: bold;
    }
}


footer .banners {
    position: absolute;
    right: 0;
    margin-top: 75px;
    top: 0;
}
footer .banners a {
    display: block;
    width: 375px;
}
footer .banners a img {
    width: 375px;
    margin-bottom: 20px;
}
footer .wrap_company_site {
    position: absolute;
    top: 220px;
    left: 0;
}
footer .company_site {
    font-weight: bold;
    display: inline-block;
}
footer .grand_footer {
    width: 100%;
    margin: 0 auto;
    max-width: 980px;
    position: relative;
}
footer .grand_footer .mes {
    top: -90px;
    left: 0;
}

footer .share {
    display: flex;
    position: absolute;
    left: 2.5%;
    bottom: -12px;
    /* margin-left: -480px; */
}
footer .share .fb { margin: 0 2px; }
footer .share .fb .fb-like {}
footer .share .tw { margin: 0 2px; }
footer .share .tw .twitter-share-button {}
footer .links {
    display: table;
    /* width: 605px; */

    position: absolute;
    left: 0;
    margin-top: 65px;
    text-align: left;
}

footer .links .ib{
    display: inline-block;
    margin-right: 5px;
}
footer .links .cell {
    display: table-cell;
    width: 188px;
}
footer .links .cell:nth-last-child(1){
    width: 300px;
}
footer .links .cell a {
    display: inline-block;
    line-height: 2;
}
footer .links .cell .sns {
    position: absolute;
    top: 153px;
    left: 270px;
}
footer .links .cell .sns .fb {
    background: url(../imgs/fb.png) no-repeat center;
    background-size: contain;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 4px;
}
footer .links .cell .sns .fb:after {
    display: none;
}
footer .links .cell .sns .tw {
    background: url(../imgs/tw.png) no-repeat center;
    background-size: contain;
    display: inline-block;
    width: 20px;
    height: 14px;
    margin-top: 4px;
}
footer .links .cell .sns .tw:after {
    display: none;
}
footer .links .cell .sns .yt {
    background: url(../imgs/yt.png) no-repeat center;
    background-size: contain;
    display: inline-block;
    width: 20px;
    height: 14px;
    margin-top: 4px;
}
footer .links .cell .sns .yt:after {
    display: none;
}
footer .links .cell .sns .ig {
    background: url(../imgs/ig.png) no-repeat center;
    background-size: contain;
    display: inline-block;
    width: 20px;
    height: 14px;
    margin-top: 4px;
}
footer .links .cell .sns .ig:after {
    display: none;
}
footer .mes {
    /* margin: 66px auto 36px; */

    font-size: 12px;
    position: absolute;
    top: 245px;
    left: 0;
}
footer .mes .tel {}
footer .mes .hour {}
footer .copy {
    /* text-align: center; */

    font-size: 13px;
    /* height: 72px; */
    /* line-height: 72px; */
    /* border-top: 1px solid #cec2bc; */

    display: inline-block;
    position: absolute;
    /* bottom: 0; */

    right: 2.5%;
    line-height: 84px;
}
footer .hr {
    border-top: 1px solid #cec2bc;
    width: 95%;
    margin: auto;

    /* top: 326px; */
    position: relative;
}
footer .guide {
    display: inline-block;
    text-align: center;
    margin-top: 30px;
}
footer .guide a {font-size:13px;}
footer .sp_only {}
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;
}
footer .totop.not_fixed {
    position: absolute;
    bottom: 65px;
}

.breadcrumbs {
    font-size: 12px;
    /* font-weight: bold; */

    background: #fff;
    line-height: 40px;
    padding-left: 20px;
    border-top: 1px solid #cec2bc;
}
.breadcrumbs a {}
.breadcrumbs a:after {
    position: relative;
    content: " ";
    display: inline-block;
    background: url(../imgs/breadcrumbs_arrow.png) no-repeat center;
    background-size: contain;
    width: 6px;
    height: 10px;
    margin-left: 11px;
    margin-right: 5px;
}
.breadcrumbs span {
    font-weight: bold;
}
body.home .wrap_map {}
body.home .wrap_map .area:after {}
.wrap_map {
    width: 100%;
    box-sizing: border-box;
    height: 453px;
}
/*
body.home .wrap_map{
	position: absolute;
	top: 0;
	left: -100%;
}
*/

.wrap_map .area {
    position: relative;
    width: 100%;
    height: 100%;
}
.wrap_map #map {
    /* background: #cdd; */

    width: 100%;
    height: 100%;
}
.wrap_map .area .current_pref {}
.wrap_map .area .info {}
.wrap_map .area .info .info_wrap {
    /* background: #fff; */

    line-height: 30px;
    max-width: inherit;
}
.wrap_map .area .info .info_wrap .google_map {
    width: 300px;
    display: inline-block;
    background: #fff;
}
.wrap_map .area .info .info_wrap .google_map img {
    margin-top: 8px;
    margin-right: 8px;
}
.wrap_map .info .link_shop .shop_detail .name {
    margin-left: 20px;
}
.wrap_map .info .link_shop .shop_detail .distance {
    color: #00a73c;
    font-size: 14px;
    margin-left: 5px;
}
.wrap_map .info .link_shop .shop_detail .distance .unit {
    font-size: 12px;
}
.wrap_map .other_shop,
.wrap_map .current_pref {
    font-size: 14px;
    line-height: 28px;
    display: inline-block;

    position: absolute;
    top: 15px;
    right: 16px;
    min-width: 150px;
}
.wrap_map .other_shop a,
.wrap_map .current_pref a{
    padding: 0 33px 0 11px;
}

.wrap_map .other_shop {
    background: #fff url(../imgs/arrow_right.png) no-repeat 95% 50%;
    background-size: 8px 13px;
}


.wrap_map .current_pref {
    background: #fff url(../imgs/map_other_shop.png) no-repeat 90% 50%;
    background-size: 13px 9px;
}
.wrap_map .info {
    position: absolute;
    width: 624px;
    bottom: 20px;
    left: 50%;
    margin-left: -312px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}
.wrap_map .info_wrap {
    margin: 0 auto;
    max-width: 90%;
}
.wrap_map .upper {
    position: relative;
    width: 300px;
    display: inline-block;
    background: #fff;
}
.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;
    left: 0;
    display: none;
}
.wrap_map .info.ok .tel {
    display: none;
}
.wrap_map .upper .error {
    position: relative;
    top: 0;
    font-size: 12px;
    background: #fff;
    /* padding: 5px 12px 5px 12px; */

    box-sizing: border-box;
    /* margin-bottom: 6px; */
}
body.tax-japan .content{
    background: #fff;
    text-align: center;
    padding-bottom: 75px;
}
body.tax-japan .content .tax_title ,
.p_shops .tax_title {
    font-size: 15px;
}
body.tax-japan .content .tax_title h1 ,
.p_shops .p_shop_list_title h2 {
    padding-top: 64px;
    padding-bottom: 40px;
    font-size: 24px;
}
body.tax-japan .content article ,
.p_shops article {
    border-top: 1px solid #cec2bc;
    padding-top: 60px;
    padding-bottom: 80px;
    position: relative;
    box-sizing: border-box;
    height: auto;
}
body.tax-japan .content article .link_single_post ,
.p_shops article .link_single_post {
    /* background: url(/imgs/arrow_right.png) no-repeat 98% 50%; */
    /* background-size: 8px 13px; */

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
body.tax-japan .content article .pmenu_notice ,
.p_shops article .pmenu_notice {
    margin-bottom: 15px;
    margin-top: 1em;
    color: #938278;
}

body.tax-japan .content article .pmenu_link ,
.p_shops article .pmenu_link {
    margin-bottom: 15px;
    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: 15px;
}
body.tax-japan .content article .anchor img ,
.p_shops article .anchor img {
    width: 29px;
}
body.tax-japan .content article .title ,
.p_shops article .title {
    font-size: 18px;
    width: 75%;
    margin: 0 auto;
}
body.tax-japan .content article .address ,
.p_shops article .address {
    font-size: 16px;
    line-height: 1.5;
    width: 75%;
    margin: 0 auto 1em;
}
body.tax-japan .content article .hour ,
.p_shops article .hour {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 1.8em;
}
body.tax-japan .content article .service ,
.p_shops article .service {
	margin-top: 24px;
}

body.tax-japan .content article .tel ,
.p_shops article .tel {
    background: url(../imgs/map_tel_icon.png) no-repeat left center;
    background-size: 18px 18px;
    padding-left: 22px;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    margin: 30px 0;
    letter-spacing: 0.05em;
    line-height: 1;
}

body.tax-japan .content article .linktexts {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    letter-spacing: 0.05em;
}

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 .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 li ,
.p_shops article .service li {
    display: inline-block;
    font-size: 10px;
    background: #553a29;
    color: #fff;
    padding: 6px;
    min-width: 80px;
    margin: 0 4px 8px;
}

body.tax-japan .wrap_map .area .info,
.p_shops .wrap_map .area .info {
    width: 300px;
    margin-left: -150px;
    background: #fff;
}

body.tax-japan .content .other_region,
.p_shops .other_region{
    position: absolute;
    font-size: 14px;
    font-weight: bold;
    padding-right: 1em;
    right: 20px;
    bottom: 30px;
}
body.tax-japan .content .other_region:after,
.p_shops .other_region:after{

}


body.single-shop .content {
    background: #fff;
    text-align: center;
}
body.single-shop .content .tax_title {
    font-size: 15px;
}
body.single-shop .content .tax_title h1 {
    padding-top: 64px;
    padding-bottom: 40px;
    font-size: 24px;
}
body.single-shop .content article {
    border-top: 1px solid #cec2bc;
    padding-top: 60px;
    padding-bottom: 80px;
    position: relative;
}
body.single-shop .content article .link_single_post {
    /* background: url(/imgs/arrow_right.png) no-repeat 98% 50%; */
    /* background-size: 8px 13px; */

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}


body.single-shop .content article .pmenu_notice {
    margin-bottom: 15px;
    margin-top: -1.5em;
    color: #938278;
}

body.single-shop .content article .pmenu_link {
    margin-bottom: 35px;
    background: url(../imgs/arrow_right.png) right center no-repeat;
    background-size: 6px;
    padding-right: 1em;
    font-weight: bold;
    display: inline-block;
}
body.single-shop .content article .anchor {
    display: none;
}
body.single-shop .content article .anchor img {
    width: 38px;
}
body.single-shop .content article .title {
    font-size: 30px;
    width: 75%;
    margin: 0 auto 1em;
}
body.single-shop .content article .address {
    font-size: 16px;
    line-height: 1.5;
    width: 75%;
    margin: 0 auto 1em;
}
body.single-shop .content article .hour {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 1.5em;
}
body.single-shop .content article .linktexts {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 1.5em;
    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: 10px;
    background: #553a29;
    color: #fff;
    padding: 6px;
    min-width: 80px;
    margin: 0 4px;
}


body.single-shop .content article .tel {
    background: url(../imgs/map_tel_icon.png) no-repeat left center;
    background-size: 24px 24px;
    padding-left: 34px;
    font-size: 27px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 1.5em;
    margin-top: 1.5em;
    letter-spacing:0.05em;
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, body.single-shop .content article .tel {
    background: url(../imgs/map_tel_icon.png) no-repeat left top;
    background-size: 24px 24px;
    padding-left: 34px;
    font-size: 27px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 1.5em;
    margin-top: 1.5em;
    letter-spacing:0.05em;
}
}

body.single-shop .content article .tel:after {
    position: absolute;
}
body.single-shop .content article .epark {
    margin-bottom: 4em;
}
body.single-shop .content article .epark .clock {}
body.single-shop .content article .epark .mes {
    font-size: 20px;
    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;
}
body.single-shop .content article .epark .reserve {
    display: inline-block;
    padding-left: 1em;
}
body.single-shop .content article .gurunavi {
    border: 1px solid #5c3723;
    width: 300px;
    display: block;
    box-sizing: border-box;
    line-height: 34px;
    position: relative;
    margin: 0 auto;
    font-weight:bold;
}
body.single-shop .content article .gurunavi:after {
    padding-left: 8px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -5px;
}
body.single-shop .content .links {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 3.25em;
}

body.single-shop .content .links .same_region {
    position: absolute;
    left: 2%;
    padding-left: 1em;
    font-size:14px;
}
body.single-shop .content .links .other_region {
    position: absolute;
    right: 2%;
    padding-right: 1em;
    font-size:14px;
}

body.single-shop .wrap_map .area .info {
    width: 300px;
    margin-left: -150px;
    background: #fff;
}


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

#message {
    padding: 150px 0;
    text-align: center;
    font-weight: bold;
}
#message h2 {
    margin-bottom: 60px;
    font-size: 30px;
}
#message .text {
    font-size: 18px;
    line-height: 2.44;
}
#message .text img {
    margin-top: 50px;
}
/* =========================================================
carousel
========================================================= */

.wrap_carousel {
    position: absolute;
    width: 100%;
    top: 1400px;
}
#carousel {
    position: relative;
}
/* =========================================================

========================================================= */

.switchable {
    display: table;
    position: relative;
    width: 100%;
}
.switchable .sw_foot {
    /*display: table-footer-group;*/
    display: table-header-group;
    position: relative;
}
.switchable .sw_row {
    /*display: table-row-group;*/
    display: table-row-group;
    position: relative;
}
.switchable .sw_head {
    /*display: table-header-group;*/

    display: table-footer-group;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.switchable .sw_head .weight {
    width: 100%;
    height: 0;
    padding-bottom: 49.795918367%;
    /* カルーセル画像の縦横比 */
}
/* =========================================================
menu
========================================================= */

#menu {}
#menu h2 {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 30px;
    font-size: 40px;
    letter-spacing: 0.1em;
    font-family: roboto;

}
#menu a {}
#menu .see_menu {
    text-align: right;
    margin-right: 2.1875%;
}
#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: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}
#menu .wrap_product {
    text-align: left;
    letter-spacing: -.40em;
}
#menu .product {}
#menu .product .square {}
#menu .product .square .sprite {}
#menu .product .square h3 {}
#menu .product .square .price {}
#menu .product {
    /*width: 22.265625%;*/
    width: 22.8125%;
    /*margin-left: 2.1875%;*/
    margin-left: 1.71875%;
    display: inline-block;
    text-align: center;
    letter-spacing: normal;
    vertical-align: top;
}
#menu .product .square {
    padding: 50%;
    position: relative;
}
#menu .product .square .sprite {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: #333;*/
}

#menu .wrap_product.num5 .product ,
#menu .wrap_product.num5 .product {
    /*width: 46.478261%;
    margin-left: 2.1875%;*/
    margin-left: 1.71875%;
    width: 17.94%;
}
#menu .product h3 {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 5px;
}

#menu .wrap_product .product h3 ,
#menu .wrap_product .product h3 {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.5;
}
#menu .wrap_product .product h3:after ,
#menu .wrap_product .product h3:after {
    content: " ";
    display: inline-block;
    background: url(../imgs/arrow_right.png) no-repeat;
    width: 8px;
    height: 13px;
    background-size: contain;
    margin-left: 0.5em;
}
#menu .product .price {
    color: #938278;
    font-size: 13px;
    margin-bottom: 15px;
    letter-spacing:0.025em;
}

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

#menu .notice {
    font-size: 12px;
    margin-top: 20px;
}
#menu .see_menu_bottom {}
/* =========================================================
campaign
========================================================= */

#campaign {
    margin-bottom: 100px;
}
#campaign .more {
    background: url(../imgs/arrow_right.png) no-repeat right center;
    background-size: 8px auto;
    padding-right: 16px;
    font-size: 18px;
    font-weight: bold;
}
/* =========================================================
mapArea
========================================================= */

#mapArea {
    padding-bottom: 100px;
}
#mapArea h2 {
    font-size: 40px;
    margin-bottom: 50px;
    letter-spacing: 0.1em;
    font-family: roboto;
}
/* =========================================================
news
========================================================= */

#news {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}
#news h2 {
    font-size: 40px;
    margin-bottom: 50px;
    letter-spacing: 0.1em;
    font-family: roboto;
}
#news .articles {
    max-width: 640px;
    margin: 0 auto 60px;
}
#news .articles .article {
    margin-bottom: 30px;
}
#news .articles .article .date {
    font-size: 14px;
    color: #938278;
    letter-spacing: 0.08em;
    margin-bottom:3px;
}
#news .articles .article .title {
    font-size: 14px;
}
#news .more {
    background: url(../imgs/arrow_right.png) no-repeat right top;
    background-size: 8px auto;
    padding-right: 16px;
    font-size: 14px;
    font-weight: bold;
}
/* =========================================================
menu_selecter
========================================================= */

.menu_selecter {
    height: 36px;
}
.menu_selecter select,
.menu_selecter .dummy_selecter {
    position: relative;
    width: 100%;
    padding: 10px 40px 10px 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #999;
    background: #eee;
    background: -webkit-linear-gradient(top, #fff 0%, #efebe1 100%);
    background: linear-gradient(to bottom, #fff 0%, #efebe1 100%);
    outline: 0;
    border-radius: 0;
    box-sizing: border-box;
    background: #fff;
    color: #5c3723;
    border: none;
    /* border-bottom: 1px solid #cec2bc; */
    /* border-top: 1px solid #cec2bc; */
}
.menu_selecter select {
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}
.menu_selecter .dummy_selecter {
    top: -36px;
    border: 1px solid #cec2bc;
    text-align: left;
    box-sizing: border-box;
    line-height: 1;
    background: #fff url(../imgs/map_other_shop.png) 96% 50% no-repeat;
    background-size: 14px auto;
}
.menu_selecter select option {}

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

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

.menu_selecter_map {
    position: absolute;
    top: 115px;
    left: 10px;
}

.menu_selecter_map select,
.menu_selecter_map .dummy_selecter {
    position: relative;
    -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-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;
    width: 100%;
}
.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;
}
body.post-type-archive-menu .content h1 ,
body.post-type-archive-pmenu .content h1 {
    text-align: center;
    padding: 80px 0 70px 0;
    font-size:30px;
}
body.post-type-archive-menu .content .menu_selecter ,
body.post-type-archive-pmenu .content .menu_selecter {
    display: none;
}
body.post-type-archive-menu .content .menu_switch ,
body.post-type-archive-pmenu .content .menu_switch {
    display: inline-block;
    margin-bottom: 70px;
    font-weight: bold;
    background: url(../imgs/arrow_right.png) right center no-repeat;
    background-size: 7px;
    padding-right: 12px;
}
body.post-type-archive-menu .content .calorie ,
body.post-type-archive-pmenu .content .calorie {
    font-weight: bold;
}
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 {
    /*width: 605px;*/
    margin: 0 auto;
    position: relative;
    text-align: left;
    letter-spacing: -.40em;
    margin-bottom: 70px;
}
body.post-type-archive-menu .content .list a ,
body.post-type-archive-pmenu .content .list a {
    display: inline-block;
    /*width: 46.478261%;
    margin-left: 2.1875%;*/
    margin-left: 1.71875%;
    width: 22.8125%;
    box-sizing: border-box;
    border: 1px solid #5c3723;
    text-align: center;
    letter-spacing: normal;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    margin-bottom: 20px;
    background: url(../imgs/arrow_right.png)  right 8px center no-repeat;
    background-size: 8px;

}
body.post-type-archive-menu .content .list a:after ,
body.post-type-archive-pmenu .content .list a:after {

}
body.post-type-archive-menu #menu ,
body.post-type-archive-pmenu #menu {
    margin-top: 65px;
}
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 {
    /*width: 605px;*/
    margin: 0 auto 30px;
    position: relative;
}
body.post-type-archive-menu #menu .wrap_product .product ,
body.post-type-archive-pmenu #menu .wrap_product .product {
    /*width: 46.478261%;
    margin-left: 2.1875%;*/
    margin-left: 1.71875%;
    width: 22.8125%;
}
body.post-type-archive-menu #menu .wrap_product.num5 .product ,
body.post-type-archive-pmenu #menu .wrap_product.num5 .product {
    /*width: 46.478261%;
    margin-left: 2.1875%;*/
    margin-left: 1.71875%;
    width: 17.94%;
}
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: 15px;
    line-height: 1.5;
}
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;
    width: 8px;
    height: 13px;
    background-size: contain;
    margin-left: 0.5em;
}
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;
    border-top: 1px solid #cec2bc;
}
body.tax-food_menu .content .menu_selecter ,
body.tax-food_pmenu .content .menu_selecter {
    position: absolute;
    right: 33px;
    top: 38px;
}
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: 30px;
    padding: 80px 0 60px;
    text-align: center;
}
body.tax-food_menu .content .mv ,
body.tax-food_pmenu .content .mv {
    width: 100%;
    height: 0;
    padding-top: 29.6875%;
    position: relative;
    margin: 0 auto;
    margin-bottom: 35px;
    display: none;
}

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

body.tax-food_pmenu .content .mv.okonomiyaki {
    background: url(../imgs/pc/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/pc/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/pc/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/pc/menu_cat_other.png) no-repeat center;
    background-size: 100% auto;
    display: block;
}

body.tax-food_pmenu .content .mv.dessert {
    background: url(../imgs/pc/menu_cat_sweets_hiroo.png) no-repeat center;
    background-size: 100% auto;
    display: block;
}
body.tax-food_pmenu .content .mv.steak {
    background: url(../imgs/pc/menu_cat_steak_hiroo.png) no-repeat center;
    background-size: 100% auto;
    display: block;
}

body.tax-food_menu .content .mv img ,
body.tax-food_pmenu .content .mv img {
    width: 100%;
}
body.tax-food_menu .articles ,
body.tax-food_pmenu .articles {
    max-width: 980px;
    margin: 0 auto 40px;
}
body.tax-food_menu article ,
body.tax-food_pmenu article {
    padding: 60px 3%;
    line-height: 2;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    border-top: 1px solid #cec2bc;
    overflow: hidden;
    width: 33.3%;
    /* 文字間を詰めて隙間を削除する */

    letter-spacing: normal;
    box-sizing: border-box;
}

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


body.tax-food_menu article h2 ,
body.tax-food_pmenu article h2 {
    font-size: 15px;
    line-height: 1.4;
}
body.tax-food_menu article .price ,
body.tax-food_pmenu article .price {
    font-size: 13px;
    margin-bottom: 1em;
    color: #938278;
}
body.tax-food_menu article .price .in_tax ,
body.tax-food_pmenu article .price .in_tax {
    font-size: 11px;
    margin-left:2px;
}
body.tax-food_menu article .desc ,
body.tax-food_pmenu article .desc {
    font-size: 12px;
    line-height:1.7;
}


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

body.post-type-archive-shop .content {}
body.post-type-archive-shop .content h2 {
    font-size: 30px;
    padding-top: 80px;
    padding-bottom: 70px;
}
body.post-type-archive-shop .content h3 {
    padding-bottom: 30px;
}
body.post-type-archive-shop .content .area_japan {
    letter-spacing: -.4em;
    border-top: 1px solid #cec2bc;
    border-bottom: 1px solid #cec2bc;
    margin-bottom:80px;
    /*padding:30px 50px 45px 50px;*/
    height: 907px;
    position: relative;
}
body.post-type-archive-shop .content .area_japan .area_wrap,
body.post-type-archive-shop .content .area_japan .map,
body.post-type-archive-shop .content .area_japan .lines{
    width: 760px;
    max-width: 100%;
    height: 907px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 50%;
    margin-left: -380px;
    /* background: rgba( 255,0,0,0.2); */
}
body.post-type-archive-shop .content .area_japan .map{
    background: url(../imgs/shop_map.png) no-repeat;
    background-position: 107px 107px;
}
body.post-type-archive-shop .content .area_japan .lines{
    background: url(../imgs/shop_line.png) no-repeat;
    background-position: 111px 151px;
    position: absolute;
}

body.post-type-archive-shop .content .area {
    font-weight: bold;
    padding: 55px 0;
    letter-spacing: normal;
    width: 25%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin-bottom:-25px;
    /* border-top: 1px solid #cec2bc; */
}
body.post-type-archive-shop .content .area_japan .area {
    text-align: left;
    position: absolute;
    padding:0;
    margin: 0;
    border: 0;
    width: 200px;
}
body.post-type-archive-shop .content .area_japan .area p{
    font-size: 14px;
    margin-bottom: 14px;
    position: absolute;
    bottom: 100%;
    width: 200px;
    line-height: 1.3;
}
body.post-type-archive-shop .content .hokkaido {
    position: absolute;
    top: 326px;
    left: 593px;
}
body.post-type-archive-shop .content .kanto {
    position: absolute;
    top: 499px;
    left: 593px;
}
body.post-type-archive-shop .content .koshinetsu {
    position: absolute;
    top: 176px;
    left: 262px;
}
body.post-type-archive-shop .content .tokai {
    position: absolute;
    top: 685px;
    left: 461px;
}
body.post-type-archive-shop .content .kinki {
    position: absolute;
    top: 326px;
    left: 262px;
}
body.post-type-archive-shop .content .chugoku {
    position: absolute;
    top: 499px;
    left: 0px;
}
body.post-type-archive-shop .content .shikoku {
    position: absolute;
    top: 685px;
    left: 262px;
}
body.post-type-archive-shop .content .kyushu {
    position: absolute;
    top: 685px;
    left: 0px;
}



body.post-type-archive-shop .content .area p {
    font-size: 15px;
    width: 100%;
    margin-bottom: 1em;
    line-height: 1.5;
}
body.post-type-archive-shop .content .area ul {
    font-size: 14px;
    display: inline-block;
    font-weight:normal;
    margin-top: -7px;
    vertical-align: top;
}
body.post-type-archive-shop .content .area ul li {letter-spacing:0.025em;margin-right: 18px;margin-top: 2px;}
body.post-type-archive-shop .content .area ul li a,
body.post-type-archive-shop .content .area ul li span {
    position: relative;
    font-size: 13px;
    line-height: 1;
}
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: 8px;
    height: 10px;
    position: relative;
    margin-left: 0.2em;
}


body.post-type-archive-shop .content .area ul li span: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;
}

body.post-type-archive-shop .content .outer_area {
    letter-spacing: -.4em;
}
body.post-type-archive-shop .content .outer_area .area {
    letter-spacing: normal;
    width: 33.3%;
    padding-top:20px;
    margin-bottom:60px;
}

body.post-type-archive-shop .content .outer_area .area ul{

}

body.post-type-archive-shop .content .outer_area .area ul li a{
    font-size:13px;

}

/* =========================================================
error
========================================================= */

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

body.tax-japan .menu_selecter_map {
    position: absolute;
    top: 28px;
    right: 28px;
    left: inherit;
}


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

.epark_block{
    margin-bottom: 54px;
}

.epark_block .msg_wrap{
    font-size: 16px;
    font-weight: bold;
}

.epark_block .clock{
    width: 22px;
    vertical-align: sub;
    margin-right: 5px;
}

.epark_block .msg_wrap .msg{
}

.epark_block .by{
    vertical-align: middle;
    margin-left: 5px;
    width: 52px;
}

.epark_block .tosite{
    border: 1px solid #5c3723;
    max-width: 300px;
    display: block;
    box-sizing: border-box;
    line-height: 34px;
    position: relative;
    margin: 0 auto;
    font-weight: bold;
    margin-top: 16px;
    display: inline-block;
    padding: 0 64px;
}

.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-top: 80px;
    padding-bottom: 20px;
}

body.post-type-archive-campaign .content h2 {
    margin-bottom: 70px;
}

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

body.post-type-archive-campaign .content ul {
    width: 780px;
    margin: 0 auto 80px;
    border-top: 1px solid #dbd4d2;
}

body.post-type-archive-campaign .content ul li {
    padding: 50px 32px;
    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: 280px;
    float: left;
}

body.post-type-archive-campaign .content ul li .texts {
    width: 410px;
    float: right;
    padding-top: 20px;
}

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

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

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

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: 80px;
    font-size: 18px;
    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: 60px 30px 30px 30px;
}

body.single-campaign .headArea .logoArea {
    display: inline;
    float: left;
}

body.single-campaign .headArea .logoArea img {
    zoom:0.5;
}

body.single-campaign .headArea .snsArea {
    display: inline-black;
    float: right;
    width: 300px;
}

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

body.single-campaign .titleArea {
    width: 780px;
    margin: 0 auto;
    margin-bottom: 40px;
}

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

body.tax-food_menu .linkToShopArea,
body.single-campaign .linkToShopArea {
    width: 780px;
    margin: 0 auto;
    margin-bottom: 60px;
}

body.tax-food_menu .linkToShopArea a,
body.single-campaign .linkToShopArea a {
    display: inline-block;
    height: 55px;
    line-height:55px;
    font-size: 14px;
    border: 1px solid #5c3723;
    padding-left: 20px;
    padding-right: 20px;
}

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 {
    width: 780px;
    margin: 0 auto;
    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 {
    width: 780px;
    margin: 0 auto;
    border-top: 1px solid #dbd4d2;
    padding: 95px 0 55px;
}

body.single-campaign .imgArea img {
    margin-bottom: 20px;
}

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

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

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

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

body.single-campaign .shopArea {
    width: 780px;
    margin: 0 auto;
    border-top: 1px solid #dbd4d2;
    padding: 115px 0 100px;
}

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

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-bottom: 20px;
}

body.post-type-archive-menu .content h2 {
    margin-bottom: 70px;
}

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

body.post-type-archive-menu .content ul {
    width: 780px;
    margin: 60px auto 80px;
    border-top: 1px solid #dbd4d2;
}

body.post-type-archive-menu .content ul li {
    padding: 50px 32px;
    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: 280px;
    float: left;
}

body.post-type-archive-menu .content ul li .texts {
    width: 410px;
    float: right;
    padding-top: 20px;
}

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

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

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

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 {
    width: 780px;
    margin: 0 auto 120px;
}

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

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-top: 80px;
    padding-bottom: 60px;
    border-bottom: 1px solid #dbd4d2;
}

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

body.tax-food_menu .wrap_menu_list_vertical ul.menu_list_vertical li h2 {
    margin-bottom: 25px;
}

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

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

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

/* wrap_shop */
body.tax-food_menu .wrap_shop .menu_list_horizontal_wrap ul.menu_list_horizontal {
    width: 780px;
    margin: 30px auto 80px;
    border-top: 1px solid #dbd4d2;
}

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

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

body.tax-food_menu .wrap_shop .menu_list_horizontal_wrap ul.menu_list_horizontal li img {
    width: 280px;
    float: left;
}

body.tax-food_menu .wrap_shop .menu_list_horizontal_wrap ul.menu_list_horizontal li .texts {
    width: 410px;
    float: right;
    padding-top: 20px;
}

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

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

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

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



body.tax-food_menu .wrap_shop .article_content article {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}
body.tax-food_menu .wrap_shop .article_content article .link_single_post {
    /* background: url(/imgs/arrow_right.png) no-repeat 98% 50%; */
    /* background-size: 8px 13px; */

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}


body.tax-food_menu .wrap_shop .article_content article .pmenu_notice {
    margin-bottom: 15px;
    margin-top: -1.5em;
    color: #938278;
}

body.tax-food_menu .wrap_shop .article_content article .pmenu_link {
    margin-bottom: 35px;
    background: url(../imgs/arrow_right.png) right center no-repeat;
    background-size: 6px;
    padding-right: 1em;
    font-weight: bold;
    display: inline-block;
}
body.tax-food_menu .wrap_shop .article_content article .anchor {
    display: none;
}
body.tax-food_menu .wrap_shop .article_content article .anchor img {
    width: 38px;
}
body.tax-food_menu .wrap_shop .article_content article .title {
    font-size: 30px;
    width: 75%;
    margin: 0 auto 1em;
}
body.tax-food_menu .wrap_shop .article_content article .address {
    font-size: 16px;
    line-height: 1.5;
    width: 75%;
    margin: 0 auto 1em;
}
body.tax-food_menu .wrap_shop .article_content article .hour {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 1.5em;
}
body.tax-food_menu .wrap_shop .article_content article .service {
    margin-bottom: 1.5em;
}
body.tax-food_menu .wrap_shop .article_content article .service li {
    display: inline-block;
    font-size: 10px;
    background: #553a29;
    color: #fff;
    padding: 6px;
    min-width: 80px;
    margin: 0 4px;
}


body.tax-food_menu .wrap_shop .article_content article .tel {
    background: url(../imgs/map_tel_icon.png) no-repeat left center;
    background-size: 24px 24px;
    padding-left: 34px;
    font-size: 27px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 0.5em;
    letter-spacing:0.05em;
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, body.tax-food_menu .wrap_shop .article_content article .tel {
    background: url(../imgs/map_tel_icon.png) no-repeat left top;
    background-size: 24px 24px;
    padding-left: 34px;
    font-size: 27px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 1.5em;
    margin-top: 1.5em;
    letter-spacing:0.05em;
}
}

body.tax-food_menu .wrap_shop .article_content article .tel:after {
    position: absolute;
}
body.tax-food_menu .wrap_shop .article_content article .epark {
    margin-bottom: 4em;
}
body.tax-food_menu .wrap_shop .article_content article .epark .clock {}
body.tax-food_menu .wrap_shop .article_content article .epark .mes {
    font-size: 20px;
    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;
}
body.tax-food_menu .wrap_shop .article_content article .epark .reserve {
    display: inline-block;
    padding-left: 1em;
}
body.tax-food_menu .wrap_shop .article_content article .gurunavi {
    border: 1px solid #5c3723;
    width: 300px;
    display: block;
    box-sizing: border-box;
    line-height: 34px;
    position: relative;
    margin: 0 auto;
    font-weight:bold;
}
body.tax-food_menu .wrap_shop .article_content article .gurunavi:after {
    padding-left: 8px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -5px;
}



body.tax-food_menu .shopArea {
    width: 780px;
    margin: 0 auto;
    border-bottom: 1px solid #dbd4d2;
    padding: 115px 0 100px;
    outline: none;
}

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

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;
}
