@charset "UTF-8";
/********************************
page
*********************************/
body.csr .mv-sb {
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
    color: #000;
    padding: 0 0 50px 0;
    text-align: justify;
    /*color: #fff;
    text-shadow: 0px 0px 6px rgba(0,0,0,0.7);
    padding: 40px 130px 0;*/
}
.mv_ttlimg {
    padding: 0 0 0 50px;
}
.page_top {
    padding: 20px 0 0;
}
.page_warp {
    margin: 0 0 60px;
}
.page_warp:last-child {
    margin: 0;
}
.page_img {
    margin: 0 0 40px;
}
.page_txbx {
    width: 100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px 0 0;
}
.page_txbx.is-imgr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.page_txbx.is-noflex {
    display:-webkit-block;
    display:-ms-block;
    display:block;
}
.page_fimg {
    width: 420px;
}
.page_txt {
    width: -webkit-calc(100% - 460px);
    width: calc(100% - 460px);
}
.page_txbx.is-noflex .page_txt {
    width: -webkit-calc(100%);
    width: calc(100%);
}
.page-mds {
    font-size: 20px;
    line-height: 1.6;
    margin: 0 0 20px;
}
.page-mds.is-flex {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -webkit-flex-align: center;
    align-items: center;
}
.page-mds.is-flex img {
    margin: 0 30px 0 0;
}
.page-mds:last-child {
    margin: 0;
}
.page-txt {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 40px;
}
@media (min-width: 896px) {
    .page-txt.is-ver2 {
        margin: 0 0 80px;
    }
}
.page-txt:last-child {
    margin: 0;
}
.page_imglist {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 0 0;
}
.page_btnbx {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 0 0;
}
.page_btn:only-child {
    margin: 0 auto;
}
.page_btn {
    width: 560px;
}
.page_tximg {
    text-align: center;
    padding: 40px 0 0;
}
.page_txmds {
    display: inline-block;
    border: 1px solid #c8c8c8;
    font-size: 18px;
    line-height: 1;
    padding: 16px 25px;
    margin: 0 0 40px;
}
.nwmap_warp {
    position: relative;
    padding: 90px 0 0 0;
}
.nwmap_lst li {
    width: 171px;
    text-align: center;
    position: absolute;
}
.nwmap_lst li:nth-child(1) {
    top: 90px;
    right: 636px;
}
.nwmap_lst li:nth-child(2) {
    top: 90px;
    right: 155px;
}
.nwmap_lst li:nth-child(3) {
    top: 267px;
    right: 155px;
}
.nwmap_lst li:nth-child(4) {
    bottom: 0;
    right: 155px;
}
.nwmap_lst li:nth-child(5) {
    bottom: 0;
    left: 327px;
}
.nwmap_lst li:nth-child(6) {
    bottom: 184px;
    left: 155px;
}
.nwmap_lst li:nth-child(7) {
    bottom: 0;
    right: 445px;
}
.nwmap_img {
    width: 100%;
    height: 128px;
    overflow: hidden;
    margin: 0 0 8px 0;
    background: #000;
}
.nwmap_img img {
    transition: opacity 1s ease-in-out , all 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out , all 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out , all 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out , all 1s ease-in-out;
}
.nwmap_txt {
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    padding: 0 0 0 20px;
}
.nwmap_txt:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    /*
    top: 50%;
    transform: translateY(-50%);
    */
    top: -1px;
    background: url(../svg/arw_round.svg) no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.page_tablebx {
    padding: 40px 0 0;
}
.page_table {
    width: 100%;
}
.page_table tbody {
    border-top: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
}
.page_table th {
    background: #f7f7f7;
    padding: 20px 30px;
    border-bottom: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    font-size: 14px;
    font-weight: bold;
    width: 260px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.page_table td {
    padding: 20px 30px;
    border-bottom: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
}
.gmap_lnk li {
    display: inline-block;
    font-size: 14px;
    line-height: 2;
    padding: 0 3em 0 0;
    position: relative;
}
.gmap_lnk li:after {
    content: '／';
    display: block;
    position: absolute;
    right: 1em;
    top: 0;
}
.gmap_lnk li:last-child {
    padding: 0;
}
.gmap_lnk li:last-child:after {
    content: none;
}
.gmap_lnk li a {
    font-size: 14px;
    line-height: 1;
    position: relative;
    padding: 0 0 0 18px;
}
.gmap_lnk li a:after {
    content: '';
    display: block;
    width: 12px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/mappin.svg) no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.gmap {
    width: 100%;
    height: 400px;
    margin: 60px 0 0;
}
.auclnk_lst ul {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -30px 0 0 0;
}
.auclnk_lst li {
    width: 270px;
    margin: 30px 26px 0 0;
}
.auclnk_lst li:nth-child(4n) {
    margin: 30px 0 0 0;
}
.bus_flex .auclnk_lst li:nth-child(2n) {
    margin: 30px 0 0 0;
}
.auclnk_lst a {
    display: block;
    text-decoration: none;
}
.auclnk_img {
    background: #000;
    margin: 0 0 20px;
    overflow: hidden;
    height: 200px;
}
.auclnk_img img {
    transition: opacity 1s ease-in-out , all 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out , all 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out , all 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out , all 1s ease-in-out;
}
.auclnk_txt {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 0 20px;
}
.auclnk_txt:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    /*
    top: 50%;
    transform: translateY(-50%);
    */
    top: 4px;
    background: url(../svg/arw_round.svg) no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.page_toptxt {
    margin: 0 0 60px;
}
.page-toptxt {
    font-size: 18px;
    line-height: 2.8;
    text-align: center;
}
.storedtl_wrap {
    padding: 50px 0 0;
}
.storedtl-ttl {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.storedtl-list {
    padding: 40px 0 0;
    margin: 0 auto;
}
.storedtl-img {
    position: relative;
}
.open-label {
    background-color: #c00000;
    width: 168px;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 9px;
    right: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 19px;
    z-index: 9;
}
.storedtl-item {
    padding: 20px 0;
}
.storedtl-item .store-name {
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 10px;
}
.store-info li {
    display: flex;
    font-size: 16px;
}
.store-info li:not(:last-child) {
    margin-bottom: 5px;
}
.networkDet-btn {
    width: 60px;
    margin: 0 0 15px 0;
}
.networkDet-btn:last-child {
    margin: 0 0 0 0;
}
.networkDet-btn a {
    display: table;
    width: 100%;
    height: 20px;
    background: #000 url(../svg/icn_map.svg) no-repeat left 8px center;
    background-size: 10px auto;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    box-sizing: border-box;
    padding: 0 0 0 10px;
}
.networkDet-btn a span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.c-btn a .is-btn.is-insta {
    background: url(../img/icn_insta.png) no-repeat center left;
    padding: 0 0 0 40px;
}
.txtlnk-list {
    display: flex;
    justify-content: center;
    padding: 30px 0 0;
    gap: 0 30px;
    width: 560px;
    margin: 0 auto;
}
.txtlnk.is-win a {
    position: relative;
    padding-right: 25px;
    font-weight: bold;
    text-decoration: underline;
    display: inline-block;
    font-size: 14px;
}
.txtlnk.is-win a::before {
    content: "";
    width: 14px;
    height: 14px;
    background: url(../svg/window.svg) no-repeat center top / 100% auto;
    position: absolute;
    top: 3px;
    right: 0;
    z-index: 9;
}
.restaurant .page_btnbx {
    padding: 50px 0 0;
}
.open-label span {
    line-height: 1;
} 
a.infoha-lnk {
    text-decoration: underline;
}
@media (min-width: 896px) {
    .auclnk_lst a:hover img {
        opacity: 0.7;
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .nwmap_lst li a:hover img {
        opacity: 0.7;
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .storedtl-list {
        display: flex;
        justify-content: space-between;
        width: 900px;
    }
    .txtlnk.is-win a:hover {
        text-decoration: none;
    }
    .txtlnk.is-win a:hover::before {
        background: url(../svg/window_r.svg) no-repeat center top / 100% auto;
    }
    .c-btn a:hover .is-btn.is-insta {
        background: url(../img/icn_insta_w.png) no-repeat center left;
    }
    .networkDet-btn a:hover {
        opacity: 0.7;
    }
    .infoha-lnk {
        font-size: 16px;
    }
    a.infoha-lnk:hover {
        text-decoration: none;
    }
    .infoha-lnkbox {
        max-width: 900px;
        margin: 50px auto 0;
    }
}
.lnk_warp {
    border-top: 1px solid #d8d8d8;
    padding: 60px 0 0;
}
.lnk-ttl {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}
@media only screen and (max-width: 896px) {
    /********************************
    page
    *********************************/
    .mv_ttlimg {
        display: none;
    }
     body.csr .mv-sb {
        font-size: 12px;
        color: #000;
        text-shadow: none;
        padding: 0 0 40px;
        font-weight: 500;
    }
    .page_top {
        padding: 15px 15px 0;
    }
    .page_img {
        margin: 0 0 20px;
    }
    .page_img img {
        width: 100%;
        height: auto;
    }
    .page_warp {
        margin: 0 0 30px;
    }
    .page_txbx {
        width: 100%;
        display:-webkit-block;
        display:-ms-block;
        display:block;
        padding: 20px 0 0;
    }
    .page_fimg {
        width: 100%;
    }
    .page_fimg img {
        width: 100%;
        height: auto;
    }
    .page_txt {
        width: -webkit-calc(100%);
        width: calc(100%);
    }
    .page_txbx {
        padding: 30px 0 0;
    }
    .page_fimg img {
        width: 100%;
        height: auto;
    }
    .page_fimg {
        padding: 0 0 25px 0;
    }
    .page-mds {
        font-size: 14px;
        line-height: 1.8;
        margin: 0 0 10px;
    }
    .page-txt {
        font-size: 12px;
        line-height: 1.8;
        margin: 0 0 20px;
    }
    .pagels_txt {
        padding: 20px 0 0;
    }
    .page_imglist {
        padding: 10px 0 0;
    }
    .page_imglist li {
        width: 48%;
        margin: 10px 0 0;
    }
    .page_imglist li img {
        width: 100%;
        height: auto;
    }
    .page_btnbx {
        display:-webkit-block;
        display:-ms-block;
        display:block;
        padding: 20px 0 0;
    }
    .page_btn {
        width: 100%;
    }
    .page_btn:nth-child(2) {
        padding: 30px 0 0;
    }
    .page_tximg {
        padding: 20px 0 0;
    }
    .page_tximg img {
        width: 100%;
        height: auto;
    }
    .page_txmds {
        font-size: 12px;
        padding: 12px 28px;
        margin: 0 0 30px;
    }
    .nwmap_warp {
        width: 345px;
        padding: 30px 0 50px;
        margin: 0 auto;
    }
    .nwmap_map img {
        width: 100%;
        height: auto;
    }
    .nwmap_lst li {
        width: 96px;
    }
    .nwmap_lst li:nth-child(1) {
        top: 30px;
        right: 166px;
    }
    .nwmap_lst li:nth-child(2) {
        top: 43px;
        right: 1px;
    }
    .nwmap_lst li:nth-child(3) {
        top: 255px;
        right: 1px;
    }
    .nwmap_lst li:nth-child(4) {
        bottom: 148px;
        right: 1px;
    }
    .nwmap_lst li:nth-child(5) {
        bottom: 43px;
        left: 14px;
    }
    .nwmap_lst li:nth-child(6) {
        bottom: 181px;
        left: 0;
    }
    .nwmap_lst li:nth-child(7) {
        bottom: 43px;
        left: 132px;
    }
    body.en .nwmap_lst li:nth-child(1) {
        top: 20px;
    }
    body.en .nwmap_lst li:nth-child(6) {
        bottom: 176px;
    }
    .nwmap_img {
        height: 72px;
        margin: 0 0 5px 0;
    }
    .nwmap_img img {
        width: 100%;
        height: auto;
    }
    .nwmap_txt {
        font-size: 10px;
        padding: 0 0 0 16px;
    }
    .nwmap_txt:before {
        width: 12px;
        height: 12px;
    }
    .page_tablebx {
        padding: 20px 0 0;
    }
    .page_table th {
        padding: 15px 15px;
        font-size: 12px;
        width: 120px;
    }
    .page_table td {
        padding: 15px 15px;
    }
    .gmap_lnk li {
        display: block;
        font-size: 12px;
        padding: 0;
    }
    .gmap_lnk li:after {
        content: none;
    }
    .gmap_lnk li a {
        font-size: 12px;
        padding: 0 0 0 15px;
    }
    .gmap_lnk li a:after {
        width: 10px;
        height: 12px;
    }
    .gmap {
        height: 405px;
        margin: 20px 0 0;
    }
    .auclnk_lst ul {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: -10px 0 0 0;
    }
    .auclnk_lst li {
        width: 49%;
        margin: 10px 0 0 0;
    }
    .auclnk_lst li:nth-child(4n) {
        margin: 10px 0 0 0;
    }
    .bus_flex .auclnk_lst li:nth-child(2n) {
        margin: 10px 0 0 0;
    }
    .auclnk_img {
        margin: 0 0 10px;
        height: auto;
    }
    .auclnk_img img {
        width: 100%;
        height: auto;
    }
    .auclnk_txt {
        font-size: 12px;
        font-feature-settings: "palt";
        -webkit-font-feature-settings: "palt";
        padding: 0 0 0 16px;
    }
    .auclnk_txt:before {
        width: 12px;
        height: 12px;
    }
    .page_toptxt {
        margin: 0 0 30px;
    }
    .page-toptxt {
        font-size: 14px;
        line-height: 2.3;
        text-align: left;
    }
    .lnk_warp {
        padding: 30px 0 0;
    }
    .lnk-ttl {
        font-size: 16px;
    }
    .networkDet-btn {
        width: 90px;
    }
    .networkDet-btn a {
        height: 30px;
        background: #000 url(../svg/icn_map.svg) no-repeat left 8px center;
        background-size: 15px auto;
        font-size: 14px;
        padding: 0 0 0 10px;
    }
    .storedtl-img img {
        width: 100%;
        height: auto;
    }
    .storedtl_wrap {
        padding: 25px 0 0;
    }
    .storedtl-ttl {
        font-size: 15px;
    }
    .storedtl-list {
        padding: 20px 0 0;
        margin: 0; 
    }
    .storedtl-list > li:not(:last-child) {
        margin-bottom: 15px;
    }
    .open-label {
        width: 37.333vw;
        height: 8vw;
        font-size: 4vw;
        top: 2.133vw;
        right: 2.133vw;
    }
    .storedtl-item {
        padding: 15px 0;
    }
    .storedtl-item .store-name {
        font-size: 14px;
        padding: 0 0 5px;
    }
    .store-info li {
        font-size: 12px;
    }
    .txtlnk-list {
        width: 100%; 
        flex-wrap: wrap;
        padding: 15px 0 0;
        gap: 10px 30px;
    }
    .restaurant .page_btnbx {
        padding: 30px 0 0;
    }
    .txtlnk.is-win a {
        font-size: 12px;
    }
    .txtlnk.is-win a::before {
        top: 1px;
    }
    .infoha-lnkbox {
        margin-top: 30px;
    }
}/*@media*/
@media (max-width: 374px) {
    .nwmap_warp {
        width: 290px;
        padding: 30px 0 50px;
    }
    .nwmap_lst li {
        width: 80px;
    }
    .nwmap_lst li:nth-child(1) {
        top: 30px;
        right: 130px;
    }
    .nwmap_lst li:nth-child(2) {
        top: 43px;
        right: 1px;
    }
    .nwmap_lst li:nth-child(3) {
        top: 216px;
        right: 1px;
    }
    .nwmap_lst li:nth-child(4) {
        bottom: 132px;
        right: 1px;
    }
    .nwmap_lst li:nth-child(5) {
        bottom: 47px;
        left: 13px;
    }
    .nwmap_lst li:nth-child(6) {
        bottom: 160px;
        left: 0;
    }
    .nwmap_lst li:nth-child(7) {
        bottom: 47px;
        left: 111px;
    }
    body.en .nwmap_lst li:nth-child(1) {
        top: 20px;
    }
    body.en .nwmap_lst li:nth-child(6) {
        bottom: 176px;
    }
    .nwmap_img {
        height: 60px;
        margin: 0;
    }
    .nwmap_txt {
        padding: 0 0 0 10px;
    }
    .nwmap_txt:before {
        width: 8px;
        height: 8px;
    }
    .page_table th {
        width: 120px;
    }
    .page_table th {
        font-size: 10px;
        width: 100px;
    }
    .gmap_lnk li a {
        font-size: 10px;
    }
    .txtlnk.is-win a {
        font-size: 10px;
    }
}/*@media*/
