@charset "utf-8";
/*!
 * Author and Copyright
 * Author    :  prosysta Inc, (http://prosysta.co.jp/)
 * Created   :  2018.03
 * Modified  :  2018.04
 */

/* font setting */

html {
    font-size: 10px; /* sets the base font to 10px for easier math */
    line-height: 1.45;
}
body {
    font-size: 1.2rem;
    font-family: "游ゴシック体" , YuGothic , "Yu Gothic" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
.f-montseratt {
    font-family: 'Montserrat', sans-serif;
}

@media (min-width:768px) { /* forPC */
/*
* Noto Sans Japanese (japanese) http://www.google.com/fonts/earlyaccess
*/
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 300;
    src: local('NotoSansJP-Regular.otf'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 700;
    src: local('NotoSansJP-Medium.otf'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format('opentype');
}
body {
    /*font-family: 'Noto Sans Japanese', sans-serif;*/
    font-size: 16px;
    font-size: 1.6rem;
    /* sets the default sizing to make sure nothing is actually 10px */
}
} /* END forPC */

/* bootstrap components 'alert' */
.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}
.alert h4{margin-top:0;color:inherit}
.alert .alert-link{font-weight:700}
.alert>p,.alert>ul{margin-bottom:0}
.alert>p+p{margin-top:5px}
.alert-dismissable,.alert-dismissible{padding-right:35px}
.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}
.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}
.alert-success hr{border-top-color:#c9e2b3}
.alert-success .alert-link{color:#2b542c}
.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}
.alert-info hr{border-top-color:#a6e1ec}
.alert-info .alert-link{color:#245269}
.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}
.alert-warning hr{border-top-color:#f7e1b5}
.alert-warning .alert-link{color:#66512c}
.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}
.alert-danger hr{border-top-color:#e4b9c0}
.alert-danger .alert-link{color:#843534}
.alert ul {
    margin: 0;
    padding: 0;
}

/* base */
.setting,
.hide {
    display: none !important;
}
*, ::after, ::before {
    box-sizing: border-box;
}
body { margin:0; /*overflow-x: hidden;*/}
a { color: #000; transition: all .18s;}
a:hover { opacity: .8; }
img,svg { max-width: 100%; height: auto; vertical-align: top;}
ul { list-style: none; }
section { padding: 1.5em 1.3em; }
/*input { font-size: 1.5rem; }*/

.off {
    height: 0;
    overflow: hidden;
}
.list {
    padding-left: 0;
}

.relative {
    position: relative;
}
.fixed {
    overflow: hidden;
}
.clear {
    clear: both;
}
.clearfix:after,
.container:after {
    clear: both;
    content: " ";
    display: block;
}
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

/* device switch */
@media (max-width:767px) { /* forSP */
    .pc { display: none !important; }
}
@media (min-width:768px) { /* forPC */
    .sp { display: none !important; }
}
@media (min-width: 415px) and (max-width:768px) { /* forTablet */
    .tablet-hide { display: none !important; }
    .tablet-show { display: block !important; }
}


/* 180420 faq_link_hide */
.li-faq { display: none !important; }
/* END */

/* header
-----------------------------------------------------------*/
header {
    background-color: #fff;
    border-top: #1a1a1a solid 2px;
    border-bottom: rgba(0,0,0,0.2) solid 1px;
    padding: 0 15px;
    position: relative;
    position: fixed;
    width: 100%;
    z-index: 10001;
}



header h1,
header h1 img {
    line-height: 33px;
    height: 33px;
}
.header-nav {
    position: absolute;
    right: 15px;
    top: 0;
}
.header-nav a {
    vertical-align: middle;
    text-decoration: none;
}
/*CSSで実装するハンバーガーメニュークリック時のエフェクト 10+
https://www.nxworld.net/tips/12-css-hamburger-menu-active-effect.html*/
.menu-trigger,
.menu-trigger span,
.search-trigger,
.search-trigger span {
    display: inline-block;
    transition: all .3s;
}
.menu-trigger {
    position: relative;
    width: 26px;
    height: 27px;
}
.menu-trigger span,
.search-trigger span:nth-of-type(1),
.search-trigger span:nth-of-type(3) {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #4b4b4b;
    border-radius: 1px;
}
.menu-trigger span:nth-of-type(1),
.search-trigger span:nth-of-type(1) {
    top: 5px;
}
.menu-trigger span:nth-of-type(2) {
    top: 13px;
}
.menu-trigger span:nth-of-type(3),
.search-trigger span:nth-of-type(3) {
    bottom: 5px;
}
.fixed .menu-trigger.open span:nth-of-type(1),
.fixed .search-trigger.open span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
}
.fixed .menu-trigger.open span:nth-of-type(2),
.fixed .search-trigger.open span:nth-of-type(2) {
    opacity: 0;
}
.fixed .menu-trigger.open span:nth-of-type(3),
.fixed .search-trigger.open span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
}
/*search custom*/
.search-trigger {
    position: relative;
    /*left: -10px;*/ /* 180524 スマホ横向き～タブレット縦表示調整 */
    left: -3vw;
    width: 26px;
    height: 27px;
}
.search-trigger span:nth-of-type(1),
.search-trigger span:nth-of-type(3) {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #4b4b4b;
    border-radius: 1px;
    opacity: 0;
}
.search-trigger.open span:nth-of-type(1),
.search-trigger.open span:nth-of-type(3) {
    opacity: 1;
}
.search-trigger span:nth-of-type(2) {
    height: 28px;
    width: 28px;
    line-height: 28px;
    vertical-align: middle;
}
.search-trigger.active span:nth-of-type(2) {
    opacity: 0;
    transition: all .2s;
}
.search-trigger.active span:nth-of-type(1),
.search-trigger.active span:nth-of-type(3) {
    opacity: 1;
}
.header-nav ul {
    /*position: absolute;*/
}
.m-floor .link::before        { background-image: url(../img/icon-m1.png); }
.m-news .link::before         { background-image: url(../img/icon-m2.png); }
.m-access .link::before       { background-image: url(../img/icon-m3.png); }
.m-shopnews .link::before     { background-image: url(../img/icon-m4.png); }
.m-shop-news .link::before    { background-image: url(../img/icon-m5.png); }
.m-special .link::before      { background-image: url(../img/icon-m6.png); }
.m-recruit .link::before      { background-image: url(../img/icon-m7.png); }
.m-search .link::before       { background-image: url(../img/icon-m8.png); }
.m-restaurant .link::before   { background-image: url(../img/icon-c3.png); }
.m-facility .link::before     { background-image: url(../img/icon-m10.png); }


/* main
-----------------------------------------------------------*/
.heading,
.title {
    font-weight: bold;
    font-feature-settings : "palt";
    letter-spacing: .04em;
    line-height: 1.25;
    word-break: break-all;
}
.heading {
    font-size: 2.0rem;
    letter-spacing: .12em;
    margin-bottom: 1em;
    text-align: center;
}
.heading::before {
    /*border-radius: 50%;
    border: #4b4b4b solid 2px;*/
    background: no-repeat center;
    background-size: 23px;
    content: "";
    display: inline-block;
    height: 23px;
    left: -.4em;
    position: relative;
    top: 5px;
    width: 23px;
}
.title {
    font-size: 1.9rem;
    margin: 10px 0;

}
.btn {
    border: #4b4b4b solid 1px;
    border-radius: 1px;
    display: inline-block;
    /*padding: 0.5em;*/
}

/* grid */
.grid {
    /*letter-spacing: -3px;*/
    letter-spacing: -.22em;
    padding: 0;
}
.col-wrap {
    letter-spacing: 0;
}
.grid .col {
    display: inline-block;
    vertical-align: top;
    margin-right: -1px;
    margin-bottom: 15px;
    letter-spacing: -.5px;
    line-height: 1.25;
    transition: all .2s;
}
ul.col {
    padding-left: 0;
}
.grid .col [class*="text"] {
    line-height: 1.45;
}
.one-2 {
    width: 50%;
}
.one-3 {
    width: 33.3333%;
}
[class*="one-4"] {
    width: 25%;
}
.one-5 {
    width: 20%;
}
.two-3 {
    width: 66.6666%;
}
.three-4 {
    width: 75%;
}
/*
.one-2 { width: 50%; }
.one-3 { width: 33.3333%; }
[class*="one-4"] { width: 25%; }
.one-5 { width: 20%; }
.two-3 { width: 66.6666%; }
.three-4 { width: 75%; }
*/
.grid a, footer a, .more .nav-btn { text-decoration: none;}
.grid .link {
    display: block;
}

/* slider */
.slider {
    /*min-height: 175px;*/
    /*overflow: hidden;*/
    padding: 0;
    width: 100%;
}
.home .slider {
    padding-bottom: 2.5em;
}
.slide-banner {
    transition: opacity 0.5s;
}
.home .slide-banner,
.shop-detail .slide-banner {
    opacity: 0;
}
.slide-banner.fade-in {
    opacity: 1;
}
.slider .item {
    transition: all .3s;
}
.slide-nav .item {
    position: relative;
}
.slide-nav .item.slick-current::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    border: #1a1a1a solid 1px;
}

.home .slick-arrow,
.shop-info .slick-arrow,
.news-detail .slick-arrow {
    position: absolute;
    border: none;
    background-color: rgba(255,255,255,.5);
    width: 34px;
    height: 0;
    padding: 34px 0 0;
    overflow: hidden;
    /*bottom: 0;*/
    top: 45%;
    z-index: 101;
}
.home .slick-prev,
.shop-info .slick-prev,
.news-detail .slick-prev {
    left: 0;
}
.home .slick-next,
.shop-info .slick-next,
.news-detail .slick-next {
    right: 0;
}
.home .slick-prev::after,
.home .slick-next::after,
.shop-info .slick-prev::after,
.shop-info .slick-next::after,
.news-detail .slick-prev::after,
.news-detail .slick-next::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    z-index: 102;
    left: 0;
}
.home .slick-prev::after,
.shop-info .slick-prev::after,
.news-detail .slick-prev::after {
    border-bottom: rgba(0,0,0,0.7) solid 1px;
    border-left: rgba(0,0,0,0.7) solid 1px;
    transform: rotate(45deg) translate(-15px,-34px);
}
.home .slick-next::after,
.shop-info .slick-next::after,
.news-detail .slick-next::after {
    border-top: rgba(0,0,0,0.7) solid 1px;
    border-right: rgba(0,0,0,0.7) solid 1px;
    transform: rotate(45deg) translate(-16px,-32px);
}



.slick-dots {
    position: absolute;
    bottom: -32px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 6px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    background-color: #C2C2C2;
    font-family: 'slick';
    font-size: 6px;
    line-height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 0;
    padding: 12px 0 0;
    overflow: hidden;
    border-radius: 50%;
    content: '•';
    text-align: center;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    background-color: #3f3f3f;
}


/* info-access */
.info-guide {
    text-align: center;
    padding-top: 0;
}
.info-guide .heading,
.info-guide + .category-search .heading {
    font-size: 1.7rem;
    margin-bottom: .8em;
}
.info-guide .heading::before {
    background-image: url(../img/icon-time.png);
}
.category-search .heading::before {
    background-image: url(../img/icon-category.png);
    top: 3px;
    /*left: -.5em;*/
}
.info-guide .regular-time,
.info-guide .exception {
    display: inline-block;
    margin-left: 0;
}
.info-guide .regular-time {
    font-size: 1.9rem;
    margin-right: 13px;
}
.info-guide .regular-time .slash { /* 180419 */
    display: inline-block;
}
.info-guide .info-detail {
    padding: 0;
}
.info-detail .closing {
    background-color: #4b4b4b;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0 4% .8em;
    padding: .5em;
}
.info-detail .irregular {
    border: #4b4b4b solid 1px;
    color: #000;
    font-weight: bold;
    position: relative;
}
.info-detail .irregular .open {
    cursor: pointer;
    display: block;
    padding: .5em 2.4em .5em 1.2em;
}
.info-detail .open::after,
.more .nav-btn::after,
.floor-search .item::before {
    display: inline-block;
    content: "";
    height: 8px;
    position: absolute;
    width: 8px;
    top: 1.2em;
}
.more .nav-btn::after,
.floor-search .item::before {
    border-top: #4b4b4b solid 1px;
    border-right: #4b4b4b solid 1px;
}
.info-detail .open::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 1.1em;
    transition: all .3s;
}
.info-detail .open.close::after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 1.2em;
}
.info-access {
    padding: 2em 0 1em;
}
.info-access .col a::before,
.category-search .col .link::before {    
    content: "";
    display: inline-block;
    height: 41px;
    margin-bottom: .4em;
    width: 41px;
}
.info-access .col a::before ,
.category-search .col a::before {
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: auto 40px;
}
.info-access .col a::before {
    background-position: center;
}
.info-access .link label ,
.category-search .link label {
    display: block;
    text-align: center;
    cursor: pointer;
}

/* info-panel */
.info-panel {
    border: transparent solid 1px;
    padding: 0 .8em;
    position: relative;
    margin-top: -1px;
    /*transition: height .3s;*/ 
}
.info-panel .irregular-times {
    text-align: left;
    overflow: auto; /* 180419 */
    max-height: 74vh; /* 180419 */
    margin-top: .4em; /* 180419 */
}
.irregular-times .shop-time {
    margin: .3em 0 0 1.5em;
}
.irregular-times dl {
    margin: .7em 0;
}
.irregular-times dl + dl {
    border-top: #ebebeb solid 1px;
    padding-top: .8em;
}
.info-panel .control {
    margin: 0 -.8em;
}
.info-panel .control .btn {
    background-color: #fff;
    border: none;
}

/* category-search */
.category-search {
    text-align: center;
}
.home .category-search {
    background-color: #ebebeb;
}
.category-search .col .link::before { 
    background-image: url(../img/icons-category.png);
    background-size: auto 41px;
}
.c-ladies .link::before      { background-position: 0 center; }
.c-mens .link::before        { background-position: -41px center; }
.c-restaurant .link::before  { background-position: -82px center; }
.c-goods .link::before       { background-position: -123px center; }
.c-book .link::before        { background-position: -164px center; }
.c-service .link::before     { background-position: -205px center; }
.c-category .link::before    { background-position: -246px center; }

/* news-event */
.news-event .heading::before,
.shop-news .heading::before,
.information .heading::before {
    background-size: 30px auto;
    height: 31px;
    /*left: -.6em;*/
    top: 8px;
    width: 31px;
}
.news-event .heading::before {
    background-image: url(../img/icon-m2.png);
}
.special .heading::before {
    background-image: url(../img/icon-m6.png);
}
.shop-news .heading::before {
    background-image: url(../img/icon-m5.png);
    background-size: 31px auto;
}
.news-event .col {
    position: relative;
}
.news-event .topic-tag {
    background-color: #fff;
    border: #f0f0f0 solid 1px;
    display: inline-block;
    line-height: 1;
    padding: .3em .8em;
    position: absolute;
    right: 0;
    top: 0;
}
.topic-tag {
    font-weight: bold;
}
.topic-tag.event/*,
.btn.event*/ {
    color: #85d433;
}
.topic-tag.shop-news/*,
.btn.shop-news*/ {
}
.topic-tag.opa-news/*,
.btn.opa-news*/ {
    color: #08B0F2;
}
.topic-tag.special/*,
.btn.special*/ {
    color: #FF0D4C;
}

.post-img {
    margin-bottom: 1.5em;
    vertical-align: top;
}
.note {
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.meta-info span {
    padding-right: .8em;
}
.meta-info span + span {
    padding-left: .9em;
}
.meta-info span + .floor {
    padding-left: 0;
}
.meta-info span + .place,
.meta-info span + .shop-name,
.meta-info span + .topic-tag,
.meta-info span + .category {
    border-left: #b2b2b2 solid 1px;
}
.shop-list span + .category {
    border-left: none;
}
.meta-info .date {
    color: #898988;
    font-weight: bold;
}
.meta-info .floor,
.search-tab-container .floor {
    color: #000;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}
.meta-info .place,
.meta-info .shop-name {
    color: #4d4d4d;
}

/* btn */
.more {
    text-align: center;
}
.more .btn {
    background-color: #fff;
    display: inline-block;
    margin-bottom: 1.5em;
    position: relative;
}
.more .nav-btn {
    padding: .5em 2.5em .5em 1.3em;
}
.info-detail .open::after {
    border-right: #4b4b4b solid 1px;
    border-bottom: #4b4b4b solid 1px;
    display: inline-block;
    content: "";
    height: .5em;
    position: absolute;
    width: .5em;
    top: .93em;
}
.more .nav-btn::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 1.2em;
    top: .9em;
}
.more .nav-btn {
    display: block;
    font-size: 1.3rem;
    cursor: pointer;
}
a[class*="more-"],
button[class*="more-"] {
    position: relative;
    padding: 0.5em 2em 0.5em 1em;
    display: table;
    text-decoration: none;
    font-size: 1.5rem;
    margin: 0 auto;
}
a[class*="more-"]::after,
button[class*="more-"]::after {
    border-top: solid 1px;
    border-right: solid 1px;
    display: inline-block;
    content: "";
    height: .5em;
    width: .5em;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 1em;
}
a.more-black,
button.more-black {
    background: #262626;
    color: #fff;
}
a.more-white,
button.more-white {
    background: #fff;
    color: #fff;
    border: solid 1px;
}

/* shop-news */
.shop-news,
.shop-recommendation {
    clear: both;
}
section.shop-news {
    background-color: #f5f5f5;
}
section.shop-news.container {
    background-color: transparent;
}
.shop-news .note {
    border-bottom: #d9d9d9 solid 1px;
}
.view-switch {
    text-align: right;
    margin: -1em 0 1.5em;
}
.view-switch dt,
.view-switch dd {
    display: inline-block;
    margin-left: 1em;
    cursor: pointer;
}
.view-switch dt {
    font-weight: bold;
    padding-right: 1em;
    border-right: #bfbfbf solid 1px;
}
.view-switch span {
    display: inline-block;
    position: relative;
    height: 1.4em;
    top: 3px;
}
.view-switch .col-trigger span {
    width: .7em;
    cursor: pointer;
}
.view-switch .full-trigger span {
    width: 1.5em;
    background-color: #D9D9D9;
    cursor: pointer;
}
.view-switch .col-trigger span::before,
.view-switch .col-trigger span::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #d9d9d9;
}
.view-switch .active span::before,
.view-switch .active span::after,
.view-switch .full-trigger.active span {
    background-color: #3c3d3d;
}
.view-switch .col-trigger span:nth-of-type(1)::before {
    left: 0;
    top: 0;
}
.view-switch .col-trigger span:nth-of-type(1)::after {
    left: 0;
    bottom: 0;
}
.view-switch .col-trigger span:nth-of-type(2)::before {
    right: 0;
    top: 0;
}
.view-switch .col-trigger span:nth-of-type(2)::after {
    right: 0;
    bottom: 0;
}
/* shop-news-label */
/*.shop-news .col[class*="label-"] .title a::before,
.shop-news.news-detail [class*="label-"]::before {
    display: inline-block;
    position: relative;
    border: solid 1px;
}
.shop-news .col[class*="label-"] .title a::before {
    margin-right: 0.5em;
    padding: 0.1em 0.2em;
    font-size: 1.3rem;
    top: -1px;
    letter-spacing: -.03em;
    opacity: 0.65;
}
.full .col[class*="label-"] .title a::before {
    font-size: 1.4rem;
    top: -2px;
}
.label-news .title a::before,
.shop-news.news-detail .label-news::before {
    content: "ニュース";
    color: #08b0f2;
    border-color: #08b0f2;
}
.label-item .title a::before,
.shop-news.news-detail .label-item::before {
    content: "アイテム";
    color: #ff8300;
    border-color: #ff8300;
}*/

/* footer-banner */
.footer-banner .grid,
.drawer .grid {
    letter-spacing: -4px;
    margin-bottom: .5em;
    padding-left: 1px;
    padding-right: 1px;
    vertical-align: middle;
}
.footer-banner .item,
.drawer .others .item {
    display: inline-block;
    letter-spacing: -1px;
    padding-bottom: 1em;
}

/* footer
-----------------------------------------------------------*/
.wrapper footer {
    background-color: #404040;
    padding: 1em 0 1em;
}
.wrapper footer,
footer.global a {
    color: #fff;
}
.to-top {
    font-family: 'Montserrat', sans-serif;
    position: relative;
    /* top: -40px; */
    text-align: right;
    margin-bottom: .5em;
    margin-right: 2.5%;
    position: fixed;
    bottom: 1em;
    right: 0;
}
.to-top a {
    display: inline-block;
    background: rgba(255,255,255,.85) no-repeat 18% center;
    background-size: 9px auto;
    padding: .5em .6em .5em 26px;
    font-size: 15px;
    line-height: 1.1;
    border: #a0a0a0 solid 1px;
    position: relative;
    color: #000 !important;
}
.to-top a::before,
.to-top a::after {
    content: "";
    position: absolute;
}
.to-top a::before {
    width: 8px;
    height: 8px;
    border-top: #000 solid 1px;
    border-left: #000 solid 1px;
    transform: rotate(45deg);
    top: .75em;
    left: .7em;
}
.to-top a::after {
    width: 11px;
    height: 10px;
    border-bottom: #777 solid 1.5px;
    top: .75em;
    left: .6em;
}
footer .mall-info,
footer .copy {
    text-align: center;
}
footer .mall-info {
    font-size: 1.1rem;
    line-height: 1.8;
    padding: 0 1.3em 1.7em;
}
footer h1 {
    line-height: 26px;
}
footer h1 img {
    height: 26px;
}
.sns {
    margin: 0 17%;
    padding-left: 0;
}
.sns .icon {
    display: inline-block;
    width: 30%;
    padding: 0 5px;
}
.sns .icon .link {
    display: block;
    padding: 5px;
}
.i-fb, .i-tw, .i-insta {
    fill: #ccc;
    width: 20px;
    height: 20px;
}
.footer-nav .link {
    display: block;
    font-feature-settings : "palt";
    padding: .8em .9em;
    position: relative;
}
.footer-nav .link::after {
    border-top: #808080 solid 1px;
    border-right: #808080 solid 1px;
    display: inline-block;
    content: "";
    height: .6em;
    position: absolute;
    width: .6em;
    top: 1.15em;
}
.footer-nav .link::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 1.1em;
}

/* layer
-----------------------------------------------------------*/
.layer {
    position: fixed;
    top: 67px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.drawer {
    background-color: #fff;
    right: 0;

    z-index: 10001;
    box-shadow: 0 0 12px rgba(0,0,0,0.5);
    overflow-y: auto;
    transition: all .3s;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 300px;
    z-index: -2;
    opacity: 0;
}
.drawer .heading {
    font-size: 1.6rem;
    margin-bottom: .65em;
}
.drawer a {
    text-decoration: none;
}

/* header-nav */
.header-nav.switch {
    position: fixed;
    z-index: 10001;
}

/* drawer menu */
.opa-trigger,
.foreign-trigger {
    position: relative;
    background-color: #fff;
    border: #a9a9a9 solid 1px;
    color: #333;
    display: block;
    margin-bottom: .1em;
}
.opa-trigger::before,
.foreign-trigger::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-top: #a9a9a9 solid 1px;
    border-right: #a9a9a9 solid 1px;
    transform: rotate(45deg);
    top: .7em;
}
.control .foreign-trigger {
    width: 11.1em;
    padding: .25em 1.1em .25em .5em;
    font-size: 1.25rem;
}
.control .foreign-trigger::before {
    right: 9px;
}
.drawer .opa-group {
    border-top: #b2b2b2 solid 2px;
    border-bottom: #b2b2b2 solid 2px;
}
.drawer .opa-group + .opa-group {
    border-top: none;
}
.opa-group .facilities ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.facilities .item {
    width: 33.3333%;
    border-top: #d9d9d9 solid 1px;
    border-left: #d9d9d9 solid 1px;
}
.facilities .item:nth-of-type(1),
.facilities .item:nth-of-type(2),
.facilities .item:nth-of-type(3),
.facilities .item.all-top {
    border-top: none;
}
.facilities .item:nth-of-type(3n+1),
.facilities .item.all-top {
    border-left: none;
}
.facilities .item.all-top {
    width: auto;
}
.facilities .link {
    display: block;
    position: relative;
    text-align: center;
    padding: .7em 1em .7em .4em;
    line-height: 1.1;
}
.facilities .link::before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    border-top: #4b4b4b solid 1px;
    border-right: #4b4b4b solid 1px;
    transform: rotate(45deg);
    top: .9em;
    right: .9em;
}
.menu .facilities .item:nth-of-type(3n) .link {
    padding-right: .4em;
}
.menu .facilities .item:nth-of-type(3n) .link::before {
    right: .3em;
}
.menu .facilities .item:nth-of-type(3n+1).all-top {
    width: 100%;
}
.menu .facilities .item:nth-of-type(3n+2).all-top {
    width: 66.6666%;
}
.menu .facilities .item:nth-of-type(3n+2).all-top .link,
.menu .facilities .item:nth-of-type(3n+3).all-top .link {
    border-top: #d9d9d9 solid 1px;
    border-left: #d9d9d9 solid 1px;
}
.menu .facilities .item:nth-of-type(3n+3).all-top {
    width: 33.3333%;
}
.facilities .all-top .link {
    background-color: #F2F2F2;
}
.opa-group .heading::before {
    background-image: url(../img/opa.svg);
    width: 26px;
    background-size: 26px;
    background-image: url(../img/forus.svg); /* forus */
    width: 65px; /* forus */
    background-size: 65px; /* forus */
}
.drawer .grid {
    margin: .5em 0 0;
}

/* drawer search */
.drawer.search section {
    padding: 0 4% 4%;
}
.drawer.search .heading {
    background-color: #f2f2f2;
    text-align: left;
    margin-top: .5em;
    padding: 3px .6em 8px 1em;
}
.keyword-search .heading::before {
    background-image: url(../img/icon-keyword.png);
}
.drawer.search .line-set,
.search-tab-keyword .line-set {
    display: flex;
    margin-top: 1em;
    padding-bottom: 1em;
}
.drawer.search .line-set {
    border-bottom: #808080 dotted 1px;
}
.drawer.search label[for*="keyword"],
.search-tab-keyword label[for*="keyword"] {
    display: inline-block;
    padding: .4em .5em 0 0;
    font-weight: bold;
}
.drawer.search label[for*="keyword"] {
    font-size: 1.3rem;
}
.drawer.search .link label,
.search-tab-keyword .link label {
    display: block;
    text-align: center;
}
[type="search"] {
    border: #9a9a9a solid 1px;
    border-radius: .7em;
    padding: .3em .3em;
    line-height: 2.8rem;
    width: 100%;
    outline: 0;
}
[type="search"]:focus {
    background-color: #fff;
    border: #79abfe solid 1px;
    box-shadow: 0 0 1px 1px #a4c6fd;
}
.drawer.search button,
.search-tab-keyword button {
    position: absolute;
    top: 0px;
    right: 2px;
    background: url(../img/icon-m8.png) no-repeat center center;
    background-size: 1.4em;
    width: 26px;
    height: 0;
    padding: 26px 0 0;
    overflow: hidden;
    border: none;
    cursor: pointer;
}
.drawer .category-search {
    background-color: transparent;
}
.drawer .category-search .grid {
    margin-top: 1.5em;
}
.drawer .category-search .col a::before {
    background-size: auto 36px;
    height: 36px;
    width: 36px;
}
.drawer .c-ladies .link::before      { background-position: 0 center; }
.drawer .c-mens .link::before        { background-position: -36px center; }
.drawer .c-restaurant .link::before  { background-position: -72px center; }
.drawer .c-goods .link::before       { background-position: -108px center; }
.drawer .c-book .link::before    { background-position: -144px center; }
.drawer .c-service .link::before     { background-position: -180px center; }
.drawer .category-search .c-category {
    margin-bottom: 0;
}
.drawer .category-search .c-category .link {
    font-size: 1.3rem;
    margin-top: .5em;
}
.drawer .category-search .c-category .link::before {
    background-size: auto 23px;
    background-position: -137px center;
    width: 23px;
    height: 23px;
    margin-bottom: 0;
    margin-right: .6em;
    position: relative;
    top: 5px;
}
.floor-search .heading::before {
    background-image: url(../img/icon-m1.png);
}
.floor-search .list {
    margin-bottom: 2em;
}
.floor-search .building + .building {
    margin-top: 2em;
}
.floor-search .building .title {
    display: inline-block;
    font-size: 1.3rem;
    margin: 0 0 8px;
}
.floor-search ul {
    padding-left: 0;
}
.floor-search .item {
    border-bottom: #808080 dotted 1px;
    padding-bottom: .45em;
    margin-bottom: .45em;
    position: relative;
}
.floor-search .item::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: .3em;
    top: .9em;
}
.floor-search .item .link {
    display: table;
    padding: 0 .9em 0 .3em;
    line-height: 1.2;
    width: 100%;
}
.floor-search .item .floor,
.floor-search .item .name {
    display: table-cell;
    vertical-align: middle;
}
.floor-search .item .floor {
    font-weight: bold;
    font-size: 1.6rem;
    padding: .3em;
    width: 3em;
}

/* 404 */
.page-not-found {
    text-align: center;
}
.page-not-found .text {
    margin-bottom: 5em;
    line-height: 2;
}





@media (max-width:767px) { /* forSP */

.flex body {overflow: hidden;}
.wrapper {
    position: absolute;
    width: 100%;
    z-index: 1;
}
[class*="-2"] {
    width: 50%;
}
.full [class*="-2"],
[class*="-1"] {
    width: 100%;
}
.header-nav.switch {
    top: 20px;
    z-index: 20000;
}
.header-nav label {
    display: none;
}
header.global h1 { /* 180419 */
    padding-right: 80px;
}


/* main */
main {
    padding-top: 68px;
}
.slick-slider {
    /*margin-bottom: 24px;*/
}
.slide-nav {
    display: none;
}
.info-guide .heading {
    margin-top: .4em; /* 180406 */
    margin-bottom: .4em; /* 180406 */
}
.info-guide .regular-time .slash { /* 180419 */
    padding-left: .75em;
}

.info-detail .closing {
    /*display: inline-block;
    width: 240px;*/
    position: relative; /* 180406 */
}
.home main .info-detail .closing::after { /* 180406 */
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: #fff solid 2px;
    border-bottom: #fff solid 2px;
}
.info-detail .irregular {
    width: 240px;
}

.info-panel {
    display: none;
    margin-top: 10px;
}
.info-panel.on {
    border-color: #000;
    height: 100%;
    padding: 0 .8em .8em;
}
.control {
    background-color: #ebebeb;
}
.info-panel .control {
    margin: 0 -.8em -.8em;
}
.info-panel .control .btn {
    padding: .4em .8em;
    margin: .3em 0;
}
.category-search .grid {
    margin-top: 2em;
    margin-bottom: .5em;
}
.home .category-search .c-category {
    position: relative;
    top: .5em;
    width: 50%;
    font-size: 1.4rem;
}
.home .category-search .c-category .link::before {
    background-size: auto 27px;
    background-position: -161px center;
    width: 27px;
    height: 27px;
    margin: 0 .6em 0 0;
    position: relative;
    top: 6px;
}
.home .category-search .c-category label {
    display: inline-block;
}
.home .category-search .c-category br {
    display: none;
}


/*news-event*/
/*shop-news*/
.news-event .grid,
.shop-news .grid {
    margin: 0 -1.3em 2.8em;
}
.news-event .grid .col,
.shop-news .grid .col {
    padding: 0 1px 2px;
    /*margin-bottom: 0; 180403  */
}
.news-event .grid .post-img/*,
.shop-news .grid .post-img,
.separate .post-img*/ {
    margin-bottom: 0;
}
.shop-news .separate .post-img {
    margin-bottom: 1em;
}
.news-event .grid .note,
.shop-news .grid .note,
.shop-news .separate .text {
    display: none;
}
.news-event .grid.full,
.shop-news .grid.full {
    margin: 0;
}
.news-event .full .col,
.shop-news .full .col {
    padding: 0;
    margin-bottom: 15px;
}
.news-event .full .post-img,
.shop-news .full .post-img {
    margin-bottom: 1.5em;
}
.news-event .full .note,
.shop-news .full .note {
    display: block;
}

/* footer-banner */
.footer-banner .item:nth-child(odd),
.drawer .others .item:nth-child(odd) {
    padding-right: .7em;
}
.footer-banner .item:nth-child(even),
.drawer .others .item:nth-child(even) {
    padding-left: .7em;
}
.footer-banner [class*="-2"] {
    width: 50%;
}

/* footer */
.footer-nav .list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 2em;
}
.footer-nav .item {
    background-color: #1a1a1a;
    margin-bottom: 1px;
    width: 50%;
}
.footer-nav .item:nth-child(odd) {
    border-right: #404040 solid 1px
}
.footer-nav .link::after {
    top: 1.25em;
}

/* layer */
.fixed .layer {
    background-color: rgba(0,0,0,0.2);
    display: block;
    position: fixed;
    top: 67px; /* header68px - 1px */
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    opacity: 1;
}
.drawer {
    margin-right: -300px;
}

/* menu close */
.layer {
    opacity: 0;
    transition: all .5s;
    /*display: none;*/
}

/* SP */
[type="search"] {
    height: 2.8rem;
}

.sp-one-2 {
    width: 50% !important;
}
.layer {
    z-index: -1;
}
.fixed .drawer.open {
    background-color: #fff;
    overflow-x: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 93%;
    opacity: 1;
    right: 0;
    margin-right: 0;
    z-index: 10001;
}
.fixed .drawer .inner {
    position: absolute;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
}
.fixed .primary,
.fixed .secondary {
    clear: both;
    margin: 0 0 0 -1px;
    padding-left: 0;
}
.fixed .primary {
    border-top: #d9d9d9 solid 1px;
}
.primary .item {
    border-bottom: #d9d9d9 solid 1px;
    float: left;
    text-align: center;
    width: 33.3333%;
    line-height: 1.1;
    padding: .75em 0;
}
.primary .link,
.secondary .link {
    border-left: #d9d9d9 solid 1px;
    display: block;
}
.primary .link {
    height: 78px;
    padding: .7em 0 .4em;
}
.primary .m-floor .link,
.primary .m-access .link {
    padding-top: 1em;
}
.primary .link::before {
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 32px;
    content: "";
    display: block;
    height: 32px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .8em;
    width: 50px;
}
.fixed .secondary {
    position: relative;
}
.secondary::before {
    position: absolute;
    content: "";
    display: block;
    width: 50%;
    border-bottom: #d9d9d9 solid 1px;
    right: 0;
    bottom: 0;
    padding-bottom: 1px;
}
.secondary .item {
    border-bottom: #d9d9d9 solid 1px;
    float: left;
    padding: .5em 0;
}
.secondary .link {
    padding: .25em 0 .2em 1em;
}
.layer .info-guide {
    padding: .4em 1.3em .7em;
    border-bottom: #d9d9d9 solid 1px;
}
.layer footer {
    padding: .4em 0 0;
}
.layer .i-fb,
.layer .i-tw,
.layer .i-insta {
    fill: #3c3c3c;
}
.control.foreign {
    padding: .8em 1em;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
}
.layer .control.foreign {
    border-top: #d9d9d9 solid 1px;
}
.control .foreign-trigger {
    margin-left: 3vw;
    /*float: right;*/
}
.facilities .link .en-name,
.facilities .link i {
    display: none;
}
.category-search .more .btn {
    margin-bottom: .5em;
}

} /* END forSP */


@media (max-width:768px) { /* forSP & Tablet Portrait mode */
header .header-nav {
    display: none;
}

} /* END */


@media (min-width:768px) { /* forPC */

section { padding: 2.5em 0; }
.global.large h1 {
    text-align: center;
}
header {
    z-index: 100;
    animation-duration: .1s;
    animation-name: up;
}
header h1,
header h1 img {
    line-height: 44px;
    height: 44px;
}
header h1 { /* 180419 */
    max-width: 42vw;
    max-width: 36.5vw;
}
.header-nav {
    position: static;
    position: relative;
    width: 100%;
}
.header-nav .control.foreign {
    /*position: absolute;*/
    /*right: -180px;*/
    left: -92px; /* -256px */
    top: 11px;
    display: table-cell;
    vertical-align: middle;
    height: 66px;
}
.fixed .control.foreign {
    display: none;
}
.header-nav .control.foreign,
.header-nav .foreign-trigger {
    position: absolute;
    position: relative;
}
.header-nav [class*="menu-trigger"] {
    text-align: center;
    padding: 5px;
    /*top: -8px;*/
    right: 20px;
    width: 36px;
    z-index: 10002;
    cursor: pointer;
    height: 47px;
}
.header-nav.switch [class*="menu-trigger"] {
    top: 15px;
}
.menu-trigger {
    position: absolute;
}
.menu-trigger span {
    left: 5px;
    width: 26px;
}
.menu-trigger span:nth-of-type(1) {
    top: 10px;
}
.menu-trigger span:nth-of-type(2) {
    top: 18px;
}
.menu-trigger span:nth-of-type(3) {
    top: 27px;
}
.header-nav label {
    display: inline-block;
    font-size: 1.2rem;
    font-feature-settings : "palt";
    line-height: 1.2;
    white-space: nowrap;
}
.header-nav [class*="trigger"] label {
    bottom: -.3em;
    position: absolute;
    transform: translateX(-50%);
}
.header-nav .item label {
    padding-top: .7em;
    position: static;
}
.header-nav label:hover {
    cursor: pointer;
}
.search-trigger {
    display: none;
}
.global-nav {
    display: flex;
    margin: 0 auto;
    padding-top: .4em;
    padding-left: 0;
    padding-bottom: .75em;
    width: 580px;
    width: 440px;
    text-align: center;
}
.header-nav.switch {
    top: 2px;
}
.global-nav .link {
    display: block;
    text-align: center;
}
.global-nav .link::before {
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 40px;
    /*border: #4b4b4b solid 2px;
    border-radius: 50%;*/
    content: "";
    display: block;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 60px;
}
/* header.small */
header {
    animation-duration: .3s;
    animation-name: down;
}
header h1 {
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle;
}
.header-nav {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.header-nav .item label {
    padding-top: .4em;
}
.global-nav {
    padding: 1em 2em 0;
}
.global-nav .link::before {
    background-size: auto 30px;
    height: 30px;
    transition: all .2s;
}

/* header.large */
.home header.large {
    animation-duration: .3s;
    animation-name: up;
}
.home header.large h1 {
    display: block;
}
.home .large .header-nav {
    display: block;
    width: 100%;
    vertical-align: initial;
}
.home .large .header-nav .item label {
    padding-top: .7em;
}
.home .large .global-nav {
    padding: .4em 0 .75em;
}
.home .large .global-nav .link::before {
    background-size: auto 40px;
    height: 40px;
    transition: all .2s;
}

/* main
-----------------------------------------------------------*/
[class*="one-2-"] {
    width: 50%;
}
[class*="one-3-"] {
    width: 33.3333%;
}
[class*="one-4-"] {
    width: 25%;
}
[class*="one-5-"] {
    width: 20%;
}
[class*="two-3-"] {
    width: 66.6666%;
}
[class*="three-4-"] {
    width: 75%;
}

main {
    padding-top: 89px;
}
.home main {
    /*padding-top: 188px;*/
    padding-top: 174px;
}
.one-3-2 {
    width: 33.3333%;
}
[class*="one-5"] {
    width: 20%;
}
.full [class*="one-5"] {
    width: 100%;
}
/* slider */
.home .slider,
.info-guide,
.home .category-search {
    background-color: #f5f5f5;
}
.slider {
    z-index: 9999;
}
.home .slider {
    height: 435px;
    overflow-y: hidden;
}
.home .slider .item {
    width: 1000px;
    /*opacity: 0.5;*/
}
/*.home .slider .slick-current {
    opacity: 1;
}*/
.slider a {
    display: block;
    top: 0;
    left: 1px;
    width: 802px;
    height: 348px;
    z-index: 100;
    position: initial;
    width: auto;
    height: auto;
}
.slide-item {
    position: relative;
    margin-bottom: 30px;
}
.home .slide-item {
    /*max-height: 435px;
    overflow-y: hidden;*/
}
.home .single .slide-item { /* 180406 */
    left: 0;
    margin-left: initial;
    margin: 0 auto;
    width: 1000px;
}

.home .slick-next::after,
.shop-info .slick-next::after,
.news-detail .slick-next::after {
    transform: rotate(45deg) translate(-20px,-36px);
}
.home .slick-prev::after,
.shop-info .slick-prev::after,
.news-detail .slick-prev::after {
    transform: rotate(45deg) translate(-18px,-38px);
}
.slick-dots {
    bottom: 0;
}


.home .slide-nav {
    width: 1000px;
    margin: 0 auto;
}
.slide-nav .slick-track {
    transform: translate3d(0,0,0) !important;
}
.home .slide-nav .slick-track {
    text-align: center;
    margin-left: -10px;
}
.slide-nav .item {
    display: inline-block;
    float: none;
}
.home .slide-nav .item {
    width: 135px !important;
    margin-left: 10px;
}
.container {
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
}
.container.lp{
    max-width: none;
}
.heading::before {
    background-size: 27px;
    height: 27px;
    width: 27px;
}
.info-guide .container {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: .9em 2.2em;
    position: relative;
    text-align: left;
}
.info-guide .info {
    width: 41%;
}
.heading {
    font-size: 2.8rem;
    margin-bottom: 1.5em;
}
.info-guide .heading {
    font-size: 2.2rem;
}
.info-guide .heading {
    background-color: #F5F5F5;
    float: left;
    font-size: 2.2rem;
    display: block;
    letter-spacing: 0;
    line-height: 93px;
    margin-right: 25px;
    margin-bottom: 0;
    padding: 0 3% 0 4%;
    width: 39%;
}
.info-guide .regular-time {
    font-size: 2.8rem;
    font-weight: bold;
    letter-spacing: .05em;
    padding: .4em 0 0;
}
.info-guide .exception {
    font-size: 1.5rem;
    padding: .3em 0 0;
}
.info-guide .info-detail {
    width: 41%;
}
.info-guide .closing {
    margin: 0 0 .8em;
    text-align: center;
    font-size: 1.65rem;
}
.info-guide .irregular {
    display: block;
    text-align: center;
}

.info-guide .info-panel {
    display: none;
    border-width: 2px;
}
/*.info-guide .info-panel.off {
    height: 0;
    display: none;
}*/
.info-guide .info-panel.on {
    display: block;
    padding-bottom: 1.6em;
    padding-right: 1.3em;
    margin-bottom: 1em;
}
.info-panel .btn.close {
    position: absolute;
    width: 42px;
    height: 0;
    padding-top: 39px;
    overflow: hidden;
    top: 0;
    right: 0;
    background-color: #4b4b4b;
}
.info-panel .btn::before,
.info-panel .btn::after {
    position: absolute;
    content: "";
    background-color: #fff;
    height: 3px;
    width: 36px;
    top: 1.15em;
    left: .2em;
}
.info-panel .btn::before {
    transform: rotate(45deg);
}
.info-panel .btn::after {
    transform: rotate(-45deg);
}
.irregular-times {
    display: flex;
    flex-wrap: wrap;
}
.info-panel .irregular-times {
    margin-top: 13px; /* 180419 */
}

.irregular-times dl {
    position: relative;
    /*top: .9em;*/ /* 180419 */
    width: 50%;
    margin: 0;
    padding: .6em;
    padding-right: 1.5em;
    border-top: #ebebeb solid 1px;
    border-right: #ebebeb solid 1px;
}
.irregular-times dl:nth-of-type(1),
.irregular-times dl:nth-of-type(2) {
    border-top: none;
}
.irregular-times dl:nth-of-type(even) {
    border-right: none;
}
.info-guide .info-access {
    position: absolute;
    right: 35px;
    width: 17%;
    padding-left: 4%;
}
.info-access .grid {
    background-color: #f5f5f5;
}
.info-access .m-access,
.info-access .m-access .nav-btn {
    display: block;
    height: 93px;
    margin-bottom: 0;
    width: 100%;
}
.m-access .nav-btn {
    padding-top: 1em;
    padding-right: 1.2em;
    position: relative;
    text-align: center;
    font-weight: bold;
}
.info-access .m-access .nav-btn::before {
    background-size: auto 36px;
    margin-bottom: 0;
}
.m-access .nav-btn::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-top: #000 solid 2px;
    border-right: #000 solid 2px;
    transform: rotate(45deg);
    top: 42px;
    right: 15px;
}

/* category-search */
.info-guide + .category-search .heading {
    font-size: 2.6rem;
    margin-top: 0;
}
.category-search .grid {
    display: flex;
    padding: 1em 3em;
}

/* news-event */
.news-event .heading::before,
.shop-news .heading::before,
.information .heading::before,
.special .heading::before,
.shop-list .heading::before,
.shop-recommendation .heading::before,
.faq .heading::before {
    background-size: 40px auto;
    height: 41px;
    /*left: -.6em;*/
    top: 8px;
    width: 41px;
}
.shop-news .heading::before {
    background-size: 41px auto;
}
.news-event .grid {
    /*display: flex;
    flex-wrap: wrap;*/
    font-size: 1.4rem;
}
.news-event .col {
    padding: 0 32px;
}
.news-event .topic-tag {
    right: 32px;
}
.more .btn {
    margin-bottom: 2.3em;
    width: 254px;
}
.more .nav-btn {
    font-size: 1.8rem;
    line-height: 1.25;
}

/* shop-news */
.shop-news .view-full {
    
}
.shop-news [class*="one-5"] {
    padding: 0 .65em;
}
.shop-news [class*="one-5"],
.shop-news .title {
    font-size: 1.4rem;
    line-height: 1.35;
}
.shop-news .note {
    border-bottom: none;
    padding-bottom: 0;
}
.shop-news .list .text {
    display: none;
}
.view-switch {
    margin-top: -2em;
}
.home .view-switch {
    margin-right: 1.5em;
}
.view-switch span {
    top: 6px;
}
.view-switch .full-trigger span {
    width: 1.4em;
}
.view-switch .col-trigger span::before,
.view-switch .col-trigger span::after {
    width: 9px;
    height: 9px;
}
.shop-news .full .col {
    clear: both;
    display: block;
    margin-bottom: 3.4em;
}
.shop-news .full [class*="one-5"] .post-img {
    width: 310px;
    float: left;
}
.shop-news .full [class*="one-5"] .note {
    height: 310px;
    position: relative;
    margin-left: 340px;
}
.shop-news .full [class*="one-5"] .note::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    background-color: #d9d9d9;
}
.shop-news .full [class*="one-5"] .title {
    font-size: 2.1rem;
}
.shop-news .full [class*="one-5"] .text {
    display: block;
    line-height: 1.85;
    max-height: 200px;
    overflow: hidden;
}
.shop-news .text p {
    margin-top: 0;
}
.shop-news .full [class*="one-5"] .more-link {
    position: absolute;
    right: 0;
    bottom: 1em;
    padding: .5em;
    display: inline-block;
    display: table;
    margin-left: auto;
    border: solid 1px;
    font-size: 1.5rem;
}
.shop-news .full [class*="one-5"] .more-link::before {
    display: inline-block;
    /*position: absolute;*/
    content: "詳細を見る";
    /*font-weight: bold;
    bottom: 1em;
    right: 0;*/
    font-size: 1.5rem;
    padding-left: .5em;
    padding-right: 1.5em;
}
.shop-news .full [class*="one-5"] .more-link::after {
    display: inline-block;
    position: absolute;
    content: "";
    width: .5em;
    height: .5em;
    border-top: #000 solid 1px;
    border-right: #000 solid 1px;
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    right: 1em;
    margin: auto;
}

/* footer-banner */
.footer-banner .grid {
    display: flex;
    flex-wrap: wrap;
}
.footer-banner .item {
    padding: .7em 1em;
}

/* footer
-----------------------------------------------------------*/
footer h1 img {
    height: 35px;
}
footer .container {
    display: flex;
    flex-wrap: wrap;
}
footer .mall-info {
    font-size: 1.3rem;
    text-align: left;
    width: 35%;
    padding-bottom: 0;
}
.sns {
    margin: 0 0 0 -5px;
}
.sns .icon {
    width: auto;
}
.footer-nav {
    width: 65%;
}
.footer-nav .item {
    display: inline-block;
    font-size: 1.3rem;
}
.footer-nav .link {
    padding-right: 2em;
}
footer .copy {
    text-align: left;
    font-size: 1.2rem;
    margin-left: 381px;
}

/* layer
-----------------------------------------------------------*/
/* menu open */
.fixed .menu-trigger span {
    background-color: #fff;
}
.fixed .menu-trigger {
    color: #fff;
}
.fixed .layer {
    background-color: rgba(0,0,0,0.2);
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    opacity: 1;
}
.fixed .drawer {
    opacity: 1;
    right: 0;
}

/* menu close */
.layer {
    opacity: 0;
    transition: all .3s;
    top: 0;
}
.drawer {
    background-color: #4b4b4b;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -300px;
    width: 300px;
    padding: 1em 1.8em;
    opacity: 0;
}
.drawer ul {
    padding: 1em 0;
}
.drawer .primary {
    border-bottom: #898988 solid 1px;
    margin-bottom: -.5em;
}
.drawer .primary .link {
    display: block;
    line-height: 34px;
    padding: 0 0 0 2.6em;
    position: relative;
}
.drawer .primary .link::before {
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    position: absolute;
    width: 32px;
    height: 34px;
    left: 0;
    top: -1px;
}
.drawer .m-home .link::before { background-image: url(../img/icon-w1.png); }
.drawer .m-floor .link::before { background-image: url(../img/icon-w2.png); }
.drawer .m-access .link::before { background-image: url(../img/icon-w3.png); }
.drawer .m-special .link::before { background-image: url(../img/icon-w4.png); }
.drawer .m-search .link::before { background-image: url(../img/icon-w5.png); }
.drawer .m-news .link::before { background-image: url(../img/icon-w6.png); }
.drawer .m-shopnews .link::before { background-image: url(../img/icon-w7.png); }
.drawer .m-shop-news .link::before { background-image: url(../img/icon-w8.png); }
.drawer .m-recruit .link::before { background-image: url(../img/icon-w9.png); }
.drawer .m-restaurant .link::before { background-image: url(../img/icon-w10.png); }
.drawer .m-facility .link::before { background-image: url(../img/icon-w11.png); }
.drawer .secondary .item {
    padding-bottom: 4px;
}
.drawer .opa-trigger,
.drawer .foreign-trigger,
.header-nav .opa-trigger,
.header-nav .foreign-trigger {
    position: relative;
    background-color: #fff;
    border: #a9a9a9 solid 1px;
    color: #333;
    display: block;
    width: 11.9em;
    padding: .3em 1.5em .3em .7em;
    font-size: 1.4rem;
    margin-bottom: .6em;
    cursor: pointer;
}
.drawer .opa-trigger::before,
.drawer .foreign-trigger::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-top: #a9a9a9 solid 1px;
    border-right: #a9a9a9 solid 1px;
    transform: rotate(45deg);
    right: 12px;
    top: .6em;
}
.drawer .opa-trigger::before {
    transform: rotate(135deg);
}
.drawer a {
    color: #fff;
}
.drawer .item {
    margin: 0 0 .5em;
}
.drawer .link br {
    display: none;
}
.pc-off {
    display: none;
}
.pc-on {
    background-color: #fff;
    border: #d9d9d9 solid 2px;
    position: absolute;
    top: 1em;
    left: 2%;
    right: 3%;
    width: 96%;
    /*min-width: 1050px;*/
    animation-duration: 0.2s;
    animation-name: fade-in;
}
.pc-on .btn.close {
    float: right;
    width: 40px;
    height: 40px;
    border: none;
    margin: 20px 20px 0 0;
    position: relative;
    cursor: pointer;
}
.pc-on .btn.close span::before,
.pc-on .btn.close span::after {
    background-color: #a9a9a9;
    position: absolute;
    content: "";
    width: 32px;
    height: 3px;
    top: 1.2em;
    right: .5em;
}
.pc-on .btn.close span::before {
    transform: rotate(45deg);
}
.pc-on .btn.close span::after {
    transform: rotate(-45deg);
}
.pc-on .opa-group .heading {
    font-size: 2.6rem;
    margin-bottom: 1em;
    padding-left: 48px;
}
.pc-on .opa-group .heading::before {
    height: 32px;
    left: -.6em;
}
.opa-group .facilities ul {
    padding: 0 2%;
}
.pc-on .facilities ul {
    display: block;
}
.pc-on .facilities .item {
    float: left;
    border: none;
    padding: 0 10px 20px;
}
.pc-on .facilities .link {
    border: #d9d9d9 solid 1px;
    text-align: left;
    text-decoration: none;
    padding-left: 68px;
    padding-right: .8em;
    background-image: url(../img/opa.svg);
    background-repeat: no-repeat;
    background-position: 11px center;
    background-size: auto 27px;
    height: 55px;
}
.pc-on .facilities .opa2 .link {
    background-image: url(../img/opa2.svg);
    padding-left: 82px;
}
.pc-on .facilities .opa-before .link {
    background-image: url(../img/opa-before.svg);
}
.pc-on .all-top .link {
    border: none;
    line-height: 35px;
}
.pc-on .facilities .name {
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: -.3px;
    padding-bottom: 3px;
    font-feature-settings: "palt";
}
.pc-on .facilities i {
    font-style: normal;
}
.pc-on .facilities .en-name {
    display: block;
    color: #a9a9a9;
    font-size: .9rem;
    font-family: 'Montserrat', sans-serif;
}
.pc-on .facilities .link::before {
    top: 1.4em;
}
.pc-on .facilities ul + p {
    margin:-1em 0 3.5em;
}
.pc-on .others {
    margin-top: -117px;
    padding: 0 2%;
}
.pc-on .others .list {
    float: right;
    display: table;
}
.pc-on .others .item {
    display: table-cell;
    padding: 0 10px 20px;
}
.pc-on .others img {
    height: 55px;
}

/*  */
.goog-te-gadget-simple {
    display: table !important;
    padding-top: 3px !important;
    width: 100%;
}
.goog-te-gadget-simple > img,
.goog-te-gadget-simple > span {
    display: table-cell;
}
.goog-te-menu-value {
    display: block;
}
.goog-te-menu-value > span:first-child {
    display: inline-block;
    width: 108px;
}

} /* END forPC */


@media (min-width:768px) { /* iPad ポートレートモード除外 */

.news-event .grid {
    margin-left: -32px;
    margin-right: -32px;
}
body:not(.home) .shop-news .grid {
    margin-left: -.65em;
    margin-right: -.65em;
}
}


@media (min-width:1025px) { /* forTablet-landscape PC 1025over */

.home .slider {
    /*height: 435px;*/
}
.home .slide-item {
    left: 50%;
    margin-left: -1000px;
    width: 2500px;
}
.fixed body {
    padding-right: 17px;
}
.fixed header {
    padding-right: 32px;
}
.fixed .switch [class*="trigger"] {
    right: 37px;
}

} /* END 1025over */

@media (min-width:1200px) { /* forPC 1200over */

.pc-on {
    top: 1.5em;
    left: initial;
    right: 4%;
    width: 95%;
    max-width: 1100px;
    min-width: 1050px;
}

} /* END forPC 1200over */


/* Google translated */
.translated-ltr .header-nav.switch {
    top: 59px;
}
.translated-ltr header.global {
    /*top: 42px;*/
}
.translated-ltr body {
    top: 39px !important;
}
.translated-ltr .layer {
    top: 106px;
}
@media (min-width:768px) { /* forPC */
.translated-ltr .header-nav.switch {
    top: 41px;
}
.translated-ltr .layer {
    top: 39px;
}

}


/* animation */
@keyframes fade-in {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block;
        opacity: 0;
    }
    100% {
        display: block;
        opacity: 1;
    }
}
@keyframes down {
    0% {
        display: none;
        opacity: 0;
        top: -150px;
    }
    1% {
        display: block;
        opacity: 1;
        top: -150px;
    }
    100% {
        display: block;
        opacity: 1;
        top: 0;
    }
}
@keyframes up {
    0% {
        display: none;
        opacity: 0;
        top: -100px;
    }
    1% {
        display: block;
        opacity: 1;
        top: -100px;
    }
    100% {
        display: block;
        opacity: 1;
        top: 0;
    }
}



/* 180403 営業時間入りヘッダ */

@media (min-width:768px) { /* forPC */
header.global {
    height: 89px;
    overflow: hidden;
}
header.global h1 {
    float: left;
    /*padding-left: 20px;*/ /* 180524 スマホ横向き～タブレット縦表示調整 */
}
header.global > .info-guide {
    float: right;
    display: table;
    background-color: transparent;
    padding: 0;
    width: 180px;
    max-width: 200px;
    margin-top: 9px;
    margin-right: 285px;
    height: 62px;
}
.drawer .opa-trigger,
.drawer .foreign-trigger,
.header-nav .opa-trigger,
.header-nav .foreign-trigger {
    width: 11.1em;
}
.goog-te-menu-value > span:first-child {
    width: 97px;
}
.info-guide .container {
    display: table-row;
    background-color: transparent;
    flex-wrap: wrap;
    padding: 0 0 2.2em;
    position: relative;
    text-align: left;
    box-sizing: content-box;
}
.info-guide .info {
    display: table-cell;
    vertical-align: middle;
    width: auto;
    height: 62px;
    margin: 0;
    padding-right: 1.3em;
    position: relative;
    padding-right: 15px;
}
.info-guide .info:not(.no-irregular) {
    cursor: pointer;
}
.info-guide .info::after {
    content: "";
    position: absolute;
    width: .7em;
    height: .7em;
    border-top: #a4a4a4 solid 2px;
    border-right: #a4a4a4 solid 2px;
    transform: rotate(45deg);
    top: 43%;
    right: 0;
}
.info-guide .no-irregular::after {
    display: none;
}
.info-guide .heading {
    width: 100%;
    background-color: transparent;
    font-size: 1.4rem;
    text-align: left;
    line-height: initial;
    padding: 0;
}
.info-guide .heading::before {
    width: 16px;
    height: 16px;
    background-size: 16px;
    top: 2px;
}
.info-guide .regular-time {
    font-size: 1.6rem;
    padding: 0;
    line-height: 1;
    white-space: nowrap;
}
.info-guide .regular-time .slash { /* 180419 */
    padding-left: .25em;
    margin-right: -1.5em;
    font-size: 1.4rem;
}
.info-guide .regular-time .slash::before { /* 180419 */
    content: "/";
}

.info-guide .exception {
    font-size: 1.3rem;
    padding: 0 0 2px;
    margin-top: -2px;
    white-space: nowrap;
}
.info-guide .closing {
    position: relative;
    margin: 0;
    padding: 1px .5em;
    background-color: #4b4b4b;
    color: #fff;
    font-size: 1.3rem;
    line-height: 21px;
    white-space: nowrap;
    display: inline-block;
    min-width: 158px;
}
.info-guide .closing .day {
    display: inline-block;
    padding-left: .4em;
    text-align: left;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 21px;
}
header.global .global-nav {
    width: 400px;
    width: 31.5vw;
}

.info-panel {
    list-style: none;
    display: none;
    background-color: #fff;
    padding: 100px 2em 2em;
    position: fixed;
    z-index: 99;
    width: 940px;
    margin-left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 12px rgba(0,0,0,0.3);
    top: 0; /* 180419 */
    /*bottom: 50px;*/ /* 180419 */
    max-height: 100%; /* 180419 */
}
.fixed .info-panel {
    margin-left: calc(50% - 17px / 2);
}
.info-panel .btn.close {
    top: 100px;
    right: 10px;
}
.info-panel .info-detail {
    margin-left: 0;
    margin-bottom: .5em;
}
.info-panel .irregular {
    width: 60%;
    padding: .3em;
    margin: 5px auto 0; /* 180419 */
    text-align: center;
    display: block;
}

/* .global .info-detail */
.home .slide-nav {
    display: none;
}
.home main {
    padding-top: 89px;
} 
.global .info-detail {
    margin: 0; 
} 
.global .regular-time + .info-detail .closing {
    margin-top: .5em; 
} 
.global .info-detail .closing {
    font-weight: normal; 
}

/* 180406 */
.home section {
    padding: 2em 0;
}
.home section.news-event {
    padding-left: 1.5em;
    padding-right: 1.5em;
}
.home .slider {
    padding: 0;
}
.home .category-search {
    padding-bottom: 1em;
}
.home .container > .heading {
    margin-top: .5em;
}

} /* END forPC */


/* 180418 */
@media (max-width: 767px) {
.home main .info-detail .closing::after {
    display: none;
}
}


/* オープンショップ情報あればバナー表示 */ /* 180406 */
.home .special .link {
    display: block;
    margin: 0 auto;
    max-width: 640px;
    text-decoration: none;
}
.home .special .list {
    border: #6e6e6e solid 1px;
}
.home .special .text {
    padding: .5em;
    font-weight: bold;
    background-color: #fff;
}
.home .special .text::after {
    display: inline-block;
    position: relative;
    content: "";
    border-right: #6e6e6e solid 2px;
    border-top: #6e6e6e solid 2px;
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    top: -1px;
    right: -4px;
}

@media (max-width:767px) { /* forSP */
.home section.special {
    background-color: #f5f5f5;
    padding: 1.5em 3.5em 1em;
    font-size: 1.5rem;
}
.home .special .text {
    text-align: center;

}
}

@media (min-width:768px) { /* forPC */
.home .special .list {
    display: flex;
    align-items: center;
}
.home .special .item {
    border-right: #6e6e6e solid 1px;
    max-width: 420px;
}
.home .special .text {
    padding: 1em;
    width: 220px;
}
}

/* 180403 ショップニュースseparate時title細く */
@media (max-width:767px) { /* forSP */
.news-event .grid, .shop-news .grid {
    margin-left: 0;
    margin-right: 0;
}
.news-event .separate .col:nth-child(odd) .topic-tag {
    right: .7em;
}
.news-event .separate .title {
    font-weight: normal;
}
.separate .title {
    font-weight: normal;
}

}


/* 180404 複数館あるモール対応 */
.home .shop-news .meta-info {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    min-height: 19px;
}
.shop-news .meta-info .guide {
    font-weight: bold;
    display: block;
    padding-bottom: 2px;
}
.shop-news .meta-info .guide + .floor + .shop-name {
    /*position: absolute;
    bottom: 0;*/
}

/* add ssk */
.topic-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: #FFF;
    line-height: 1.5;
}
.topic-text.multiline {
    white-space: normal;
    max-height: 3em;
    position: relative;
}
.topic-text.multiline::after {
    content: "…";
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    background-color: #FFF;
}
.topic-text.line-2 {
    max-height: 3em;
}
.topic-text.line-3 {
    max-height: 4.5em;
}
/* END add ssk */


/* 180420 opa-group.opa-malls
-----------------------------------------------------------*/
.groups {
    padding-bottom: 1em;
}

@media (min-width:768px) { /* forPC */
.groups {
    overflow: auto;
    max-height: 90vh;
}
.pc-on .facilities .all-top {
    /*clear: both;*/
}

} /* END forPC */


/* opa-malls */
.opa-group.opa-malls .heading::before {
    background-image: url(../img/opa.svg);
    width: 26px;
    background-size: 26px;
}


@media (min-width:768px) { /* forPC */
.pc-on .opa-group.opa-malls .heading::before {
    width: 48px;
    background-size: 48px auto;
}

} /* END forPC */

@media (min-width:768px) and (max-width: 1024px) { /* iPad */
.pc-on .opa-malls .facilities .item {
    width: 50%;
}
.pc-on .opa-malls .facilities .all-top {
    /*width: 33.3333%;*/
}

} /* END iPad */


@media (min-width: 1024px) { /* iPad-landscape over */
.pc-on .opa-malls .facilities .item {
    width: 33.3333%;
}

} /* END iPad-landscape over */


@media (min-width:1200px) { /* forPC 1200over */
.pc-on .opa-malls .facilities .item {
    width: 25%;
}

} /* END forPC 1200over */


/* vivre-malls */
.vivre-malls .facilities .link {
    padding: .7em 1.2em .7em .4em;
}
.opa-group.vivre-malls .heading::before {
    background-image: url(../img/vivre.svg);
    width: 40px;
    background-size: 40px;
}


@media (min-width:768px) { /* forPC */
.pc-on .opa-group.vivre-malls .heading::before {
    width: 80px;
    background-size: 80px auto;
}
.pc-on .vivre-malls .facilities .all-top {
    /*clear: both;*/
}
.pc-on .vivre-malls .facilities .link {
    padding-left: 99px;
    background-image: url(../img/vivre.svg);
    background-size: auto 24px; 
}
.pc-on .vivre-malls .facilities .gene .link {
    padding-left: 122px;
    background-image: url(../img/gene.svg);
    background-size: auto 18px; 
    background-position: 11px 45%;
}
.pc-on .vivre-malls .gene .name {
    transform: scaleX(.95) translateX(-4%);
}

.pc-on .vivre-malls .others .list {
    margin-top: 100px;
}

} /* END forPC */


@media (min-width:768px) and (max-width: 1024px) { /* iPad */
.pc-on .vivre-malls .facilities .item {
    width: 50%;
}
.home .slick-slide img {
    width: 100%;
}

} /* END iPad */


@media (min-width: 1024px) { /* iPad-landscape over */
.pc-on .vivre-malls .facilities .item {
    width: 33.3333%;
}
.pc-on .vivre-malls .facilities .name {
    font-size: 1.5rem;
    white-space: nowrap;
}
.pc-on .vivre-malls .wondercity .name {
    transform: scaleX(.96) translateX(-4%);
}

} /* END iPad-landscape over */


@media (min-width:1200px) { /* forPC 1200over */
.pc-on .vivre-malls .facilities .name {
    font-size: 1.6rem
}

} /* END forPC 1200over */


/* forus-malls */
.forus-malls .facilities .link {
    padding: .7em 1.2em .7em .4em;
}
.opa-group.forus-malls .heading::before {
    background-image: url(../img/forus.svg); 
    width: 65px;
    background-size: 65px;
}


@media (min-width:768px) { /* forPC */
.pc-on .opa-group.forus-malls .heading::before {
    width: 126px;
    background-size: 126px auto;
}
.pc-on .forus-malls .facilities .all-top {
    /*clear: both;*/
}
.pc-on .forus-malls .facilities .link {
    padding-left: 136px;
    background-image: url(../img/forus.svg);
    background-size: auto 22px;
}
.pc-on .forus-malls .others .list {
    margin-top: 100px;
}

} /* END forPC */


@media (min-width:768px) and (max-width: 1023px) { /* iPad */
.pc-on .forus-malls .facilities .item {
    width: 50%;
}

} /* END iPad */

@media (min-width:1200px) { /* forPC 1200over */
.pc-on .forus-malls .facilities .item {
    min-width: 33.3333%;
}

} /* END forPC 1200over */




/* stationpark-malls */
.opa-group.stationpark-malls .heading::before {
    background-image: url(../img/stationpark.svg); 
    width: 36px;
    height: 36px;
    background-size: 36px;
    left: -.3em;
}
.pc-on .facilities .mall-stationpark:not(.fesst) .link {
    background-image: url(../img/stationpark.svg);
    background-size: auto 29px;
    padding-left: 52px;
}
.pc-on .facilities .mall-stationpark .link {
    background-image: url(../img/stationpark.svg);
}
.pc-on .facilities .fesst .link {
    background-image: url(../img/fesst.svg);
}

@media (min-width:768px) and (max-width: 1023px) { /* iPad */
.pc-on .stationpark-malls .facilities .item {
    width: 50%;
}

} /* END iPad */




/* タブレット対応 CSS上書きのため、PC用よりも後で読み込み */
@media (min-width: 415px) and (max-width:768px) { /* forTablet */
header.global {
    zoom: .95;
    /*padding: 0;*/ /* 180524 スマホ横向き～タブレット縦表示調整 */
}
header.global > .info-guide {
    max-width: 190px;
    /*margin-right: 275px;*/ /*開発ツールで見るとちょうど良いが...*/
    margin-right: 306px; /*180423 実機ipad miniで見るとこれぐらいが丁度になる */
}
.info-guide .regular-time {
    letter-spacing: -.05em;
    margin-right: -1em;
}
.info-guide .regular-time .slash {
    font-size: 1.1rem;
}
.info-panel {
    width: 768px;
}
.header-nav .control.foreign {
    left: -70px;
}
header.global .info-guide .exception {
    letter-spacing: -.5px;
}
.header-nav [class*="menu-trigger"] {
    /*right: 15px;*/ /* 180524 スマホ横向き～タブレット縦表示調整 */
    right: 1vw;
}
.home .single .slide-item { /* 180406 */
    left: 0;
    /*margin-left: initial;
    margin: 0 auto;
    width: 1000px;*/
}
/*.home .slider .slide-item {
    width: 768px !important;
}
.home .slide-item .item,
.home .slide-item img {
    width: 768px !important;
}*/
.home .slide-item {
    margin-bottom: 0;
}

} /* END forTablet */

@media (min-width: 415px) and (max-width:767px) { /* 180524 スマホ横向き～タブレット縦表示調整 */
.fixed .layer {
    top: 64px;
}

} /* END 180524 スマホ横向き～タブレット縦表示調整 */


@media all and (-ms-high-contrast:none){ /* IE11 */
  *::-ms-backdrop, .wrapper { padding-top: 89px; }
  *::-ms-backdrop, .header-nav [class*="trigger"] label { margin-left: 13px; /* (w)36 / 2 - (padding)5 */ }
  *::-ms-backdrop, .info-guide .closing { padding: 2px .5em 0; }
  *::-ms-backdrop, .pc-on .facilities .link { background-position: -26px 13px; padding-top: 0.8em; }
  *::-ms-backdrop, .pc-on .facilities .opa2 .link { background-position: -19px 13px; }
  *::-ms-backdrop, .pc-on .forus-malls .facilities .link { background-position: 1px 50%; padding-top: 0.8em; }
  *::-ms-backdrop, .pc-on .vivre-malls .facilities .link { background-position: -26px 50%; padding-top: 0.8em; }
  *::-ms-backdrop, .pc-on .vivre-malls .facilities .gene .link { background-position: 5px 45%; }
}
