@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;
}
/* environment color  */
header.environment1 { border-top:#ff0000 solid 5px; }
header.environment2 { border-top:#0018ff solid 5px; }
header.environment3 { border-top:#00ff90 solid 5px; }
header.environment4 { border-top:#ffcc00 solid 5px; }
header.environment5 { border-top:#ff00f6 solid 5px; }


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/header-icon12.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/header-icon11.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;
    font-family: 'Times New Roman', Times, serif;
}
.heading::before {
    /*border-radius: 50%;
    border: #4b4b4b solid 2px;*/
    background: no-repeat center;
    background-size: 17px;
    content: "";
    display: inline-block;
    height: 18px;
    left: -.4em;
    position: relative;
    top: 5px;
    width: 21px;
}
.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: 98;
}
.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,
.info-detail-footer .closing {
    background-color: #4b4b4b;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0 4% .8em;
    padding: .5em;
}
.info-detail .irregular,
.info-detail-footer .irregular {
    border: #4b4b4b solid 1px;
    color: #000;
    font-weight: bold;
    position: relative;
}
.info-detail .irregular .open,
.info-detail-footer .irregular .open {
    cursor: pointer;
    display: block;
    padding: .5em 2.4em .5em 1.2em;
}
.info-detail .open::after,
.info-detail-footer .open::after,
.more .nav-btn::after,
.floor-search .item::before,
.header-inner .search-btn::after {
    display: inline-block;
    content: "";
    height: 8px;
    position: absolute;
    width: 8px;
    top: 1.2em;
}
.more .nav-btn::after,
.floor-search .item::before,
.header-inner .search-btn::after  {
    border-top: #4b4b4b solid 1px;
    border-right: #4b4b4b solid 1px;
}
.info-detail .open::after,
.info-detail-footer .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: 1em;
}
.info-detail-footer .open.close::after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 1.2em;
}
.header-inner .search-btn::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 2.5rem;
    right: 2.5rem;
    transition: all .3s;
}
.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 */
    color: #000;
}
.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-category02.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-image: url(../img/header-icon10.png) !important;
    background-size: 30px !important;
    background-position: center !important;
 }
.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; }
.c-food .link::before        { background-position: -287px center; }
.c-cosmetics .link::before   { background-position: -328px center; }
.c-interior .link::before    { background-position: -369px center; }
.c-coworking .link::before   { background-position: -410px center; }
.c-popup .link::before       { background-position: -451px center; }
.c-beauty .link::before      { background-position: -492px 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,
.info-detail-footer .open::after {
    border-right: #4b4b4b solid 1px;
    border-bottom: #4b4b4b solid 1px;
    display: inline-block;
    content: "";
    height: .5em;
    position: absolute;
    width: .5em;
    top: .8em;
}
.info-detail-footer .open::after {
    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;
}
section.shop-list .floor {
    min-width: 2.8em;
    height: 2.5em;
    font-size: 1.5em;
}
.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: 10000;
}

/* 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 + .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: .6em 0;
    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::before {
    right: .3em;
}
.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;
}
.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 .c-food .link::before        { background-position: -252px center; }
.drawer .c-cosmetics .link::before   { background-position: -288px center; }
.drawer .c-interior .link::before    { background-position: -324px center; }
.drawer .c-coworking .link::before   { background-position: -360px center; }
.drawer .c-popup .link::before       { background-position: -396px center; }
.drawer .c-beauty .link::before      { background-position: -432px 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: 0;
    z-index: 20000;
    right: 0;
    transition: .3s;
}
.header-nav label {
    display: none;
}
/* header.global h1 {
   text-align: center;
} */


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

.info-detail .closing {
    /*display: inline-block;
    width: 240px;*/
    position: relative; /* 180406 */
    margin: .8rem 0 0;
    background: #fff;
    color: #000;
    font-size: 1.2rem;
    font-weight: normal;
    padding: 0;
}
.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: 80%;
    background: #E4E4E4;
    border: none;
    margin-top: .8rem;
}
.info-detail-footer .irregular {
    width: 240px;
}

.info-panel {
    display: none;
    margin-top: 10px;
}
.info-panel.on {
    border-color: rgba(0,0,0,0.2);
    height: 100%;
    padding: 0 .8em .8em;
}
.control {
    background-color: #ebebeb;
}
.info-panel .control {
    margin: 0 -.8em -.8em;
}
.info-panel .control .btn {
    margin: .3em 0;
    background: none;
    font-size: 1rem;
    color: #000 !important;
}
.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.4);
    display: block;
    position: fixed;
    top: 73px; /* header68px - 1px */
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    opacity: 1;
    width: 100%;
    height: 100%;
}
.drawer {
    margin-right: -320px;
}

/* menu close */

/* 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: 320px;
    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;
    padding-bottom: 7rem;
}
.fixed .primary,
.fixed .secondary {
    clear: both;
    margin: 0 0 0 -1px;
    padding-left: 0;
}
.primary .item {
    border-top: solid 1px #4b4b4b;
    text-align: center;
    width: 100%;
    line-height: 1.1;
    padding: 1.2rem 2rem;
}
.primary .link{
    position: relative;
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    font-weight: bold;
}
/* .primary .m-floor .link,
.primary .m-access .link {
    padding-top: 1em;
} */
.primary .link::before {
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 25px;
    content: "";
    display: block;
    height: 25px;
    width: 34px;
    margin-right: 1.5rem;
}

.fixed .secondary {
    position: relative;
    border-top: rgba(0,0,0,0.2) solid 1px;
    border-bottom: rgba(0,0,0,0.2) solid 1px;
    width: 100%;
}
.secondary::before {
    position: absolute;
    content: "";
    display: block;
    width: 50%;
    /* border-bottom: #d9d9d9 solid 1px; */
    right: 0;
    bottom: 0;
    padding-bottom: 1px;
}
.fixed .secondary.-all{
    border: none;
}
.secondary .item {
    padding: .8rem 0;
    position: relative;
    width: 50%;
}
.secondary .item.-border{
    border-top: rgba(0,0,0,0.2) solid 1px;
    border-bottom: rgba(0,0,0,0.2) solid 1px;
}
.secondary .item.-border_b{
    border-top: none;
    border-bottom: rgba(0,0,0,0.2) solid 1px;
}
.secondary .item.-long{
    width: 100%;
}
.secondary .item .link{
    padding: 0 1.5rem;
}
.secondary .item .link.-left{
    border-right: rgba(0,0,0,0.2) solid 1px;
    display: block;
}
.primary.-iconmenu .link::after  {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    border-top: #4b4b4b solid 1px;
    border-right: #4b4b4b solid 1px;
    transform: rotate(45deg);
    top: 1.2rem;
    right: 0;
}
.secondary .item.-right{
    padding-left: 1.5rem;
}
.layer footer {
    padding: .4em 0 0;
}
.layer .i-fb,
.layer .i-tw,
.layer .i-insta {
    fill: #3c3c3c;
}
.control.foreign {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    position: fixed;
    top: 22px;
    right: 55px;
}
.layer .control.foreign {
    background: #fff;
    margin: 2rem 0;
}
.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: 120;
    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: 130px;
    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/header-icon12-w.png);
    background-size: contain;
 }
.drawer .m-special .link::before { background-image: url(../img/icon-w4.png); }
.drawer .m-search .link::before { 
    background-image: url(../img/header-icon11-w.png);
    background-size: 30px auto;  
}
.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/header-icon13-w.png);
    background-size: contain; 
}
.drawer .m-restaurant .link::before { 
    background-image: url(../img/header-icon10-w.png);
    background-size: 30px auto;
}
.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;
    font-family: inherit;
}
.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;
    cursor: pointer;
}
.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: 3em 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: #EEEEEE;
    padding: 1.5em 3.5em 1.5em;
    font-size: 1.5rem;
    margin-top: 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;
    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: 34px;
    background-size: 34px;
    height: 21px;
}


@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: .6em 0;
}
.opa-group.vivre-malls .heading::before {
    background-image: url(../img/vivre.svg);
    width: 54px;
    background-size: 54px;
}


@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: .6em 0;
}
.opa-group.forus-malls .heading::before {
    background-image: url(../img/forus.svg); 
    width: 75px;
    background-size: 75px;
}


@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%; }
}
/* 18/10/18 ADD */
/* clearfix */
.cf:after {
    clear:both;
    content:" ";
    display:block;
}

a[class*="more-"] {
    position: relative;
    padding: 0.9em 1.5em;
    display: table;
    text-decoration: none;
    font-size: 1rem;
    margin: 2em auto 1em;
}
a.more-black {
    background: #404040;
    color: #fff;
    letter-spacing: .5em;
}
a[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;
}
.contactTxt {
    font-size: .9rem;
    text-align: center;
}
.contactTxt span {
    border-bottom: 4px solid #d8edf1;
}

/* add 180727 */
.openTxt ,
.global .openStaff-bnr {
    display: inline-block;
    vertical-align: middle;
}
.openTxt {
    width: 55%;
}
.global .openStaff-bnr {
    width: 40%;
}
a.more-black {
    background: none;
    border: 1px solid #404040;
    color: #404040;
    margin-top: 3em;
}
a.more-black:hover {
    background: #404040;
    color: #FFF;
    opacity: 1;
}
.contents .openStaff-bnr {
    text-align: center;
}
@media (max-width: 767px) {/* SP */
    .head-r-area {
        padding: .8em 0 .6em;
        border-top: #E5E5E5 solid 2px;
        text-align: center;
    }
    .openTxt {
        padding: 0;
        border-top: 0;
    }
    .openTxt {
        padding: 0 10px;
    }
    .openTxt img {
        width: 100%;
    }
    .contents .openStaff-bnr ,
    .contents .openStaff-bnr img {
        width: 100%;
    }
}
@media (min-width: 768px) {/* PC */
    .head-r-area {
        float: right;
        padding-top: 14px;
    }
    .openTxt {
        padding-top: 0;
        padding-right: 20px;
        float: none;
    }
    .head-r-area {
        max-width: 560px;
    }
    .openTxt {
        width: 365px;
    }
    .global .openStaff-bnr {
        width: 190px;
    }
}
@media (min-width:768px) and (max-width:1000px) {/* PC＆タブレット */
    .head-r-area {
        max-width: 340px;
        padding-top: 30px;
    }
    .openTxt {
        width: 200px;
    }
    .global .openStaff-bnr {
        width: 100px;
    }

}

/* add 180807 */
.foot-bnr-area {
    text-align: center;
}

@media (max-width: 767px) {/* SP */
    .foot-bnr-area {
        width: 70%;
        margin: auto;
    }
    .foot-bnr-area > [class*="-bnr"]:nth-child(even) {
        margin-top: 2em;
    }
    a.more-black {
        margin-top: 2em;
    }

}
@media (min-width: 768px) {/* PC */
    .foot-bnr-area {
        width: 706px;
        margin: auto;
    }
    .foot-bnr-area > [class*="-bnr"] {
        width: 326px;
        float: left;
    }
    .foot-bnr-area > [class*="-bnr"]:nth-child(even) {
        float: right;
    }
    .foot-bnr-area > [class*="-bnr"] a {
        display: block;
    }
}

/* add 190829 */
.icon-youtube {
  display: flex;
  justify-content: center;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
}
.icon-youtube::before {
  content: "";
  display: inline-block;
  width: 1.6em;
  height: 0;
  margin-left: .4em;
  margin-right: .4em;
  padding-top: 1.2em;
  background: no-repeat center;
  background-image: url(../img/icon-movie.png);
  background-size: contain;
}
.flex-container {
  display: flex;
}
.flex-between {
  justify-content: space-between;
}
.flex-around {
  justify-content: space-around;
}
.flex-center {
  justify-content: center;
}
.flex-align-center {
  align-items: center;
}
.flex-column {
  flex-direction: column;
}
.x-auto {
  margin-left: auto;
  margin-right: auto;
}
.pt-05em { padding-top: .5em; }
.pt-1em { padding-top: 1em; }
.pt-2em { padding-top: 2em; }
.pb-05em { padding-bottom: .5em; }
.pb-1em { padding-bottom: 1em; }
.pb-2em { padding-bottom: 2em; }
.py-1em,
.home .special .text.py-1em {
  padding-top: 1em;
  padding-bottom: 1em;
}
.no-arw::after,
.home .special .text.no-arw::after {
  content: none;
}
@media (max-width:767px) { /* forSP */
  .icon-youtube {
    font-size: 1.3rem;
  }
  .flex-container-sp {
    display: flex;
  }
  .flex-column-sp {
    flex-direction: column;
  }
  .flex-between-sp {
    justify-content: space-between;
  }
  .flex-around-sp {
    justify-content: space-around;
  }
  .flex-center-sp {
    justify-content: center;
  }
} /* END forSP */
@media (min-width:768px) { /* forPC */
  .icon-youtube {
    margin-right: auto;
  }
  .flex-container-pc {
    display: flex;
  }
  .flex-column-pc {
    flex-direction: column;
  }
  .flex-between-pc {
    justify-content: space-between;
  }
  .flex-around-pc {
    justify-content: space-around;
  }
  .flex-center-pc {
    justify-content: center;
  }
} /* END forPC */


/* 202009 防災固定機能 */
.add_attention {
    padding-top:40px;
}
.attention {
    padding:0 15px;
    width:100%;
    background:#1f619d;
    color:#FFF;
    height:40px;
    line-height:40px;
    top:0;
    position:fixed;
    z-index:10;
}
.attention a  {
    color:#FFF;
    font-weight:bold;
    text-decoration:none;
}
.attention a:hover {
    color:#FFFF00;
}
.search-trigger,.add_attention .search-trigger {
    top: 25px;
    left: 15px;
    display: none;
}
.add_attention .menu-trigger {
    top:42px;
}
.add_attention .header-nav .control.foreign {
    top: 51px;
}
.add_attention .header-nav.switch [class*="menu-trigger"] {
    top: 55px;
}
.add_attention .info-panel {
    top: 42px; /* 180419 */
}
/*  SP  */
@media (max-width: 768px) {
    .add_attention .header-nav.switch [class*="menu-trigger"],
    .header-nav.switch [class*="menu-trigger"]  {
        top: 22px;
        position: absolute;
        right: 15px;
    }
	.attention {
	    width:100%;
	    padding:0 2.5%;
	    background:#1f619d;
	    color:#FFF;
	    height:40px;
	    line-height:40px;
	    overflow-x: auto;  /* 横スクロールの指定 */
	    white-space: nowrap;  /* 横スクロールの指定 */
	    overflow-scrolling: touch;  /* スクロールを滑らかにする */
	    -webkit-overflow-scrolling: touch;  /* スクロールを滑らかにする */
	    position:fixed;
	    top: 0;
	    z-index: 100000;
	}
    .add_attention .fixed .layer {
        top: 107px;
        background:#000;
    }
    /* div.add_attention > div.layer {
        top:107px;
    } */
}
/* ///// 202009 防災固定機能///// */


/* ///// 202012 問い合わせ強化///// */

.btn_contact {
    display:block;
    max-width:290px;
    text-align:center;
    padding: 15px 25px;
    margin:0 auto;
    border:1px solid #CCC;
    border-radius:10px;
    font-weight:bold;
    text-decoration:none;
    font-size:1.2em;
}

.btn_contact.lst {
    max-width: 400px;
}

/* ///// add 20220204 リニューアル(TOP)///// */
.heading.-type02{
    font-size: 5.7rem;
    font-weight: normal;
    text-align: left;
}
.heading.-type02::before{
    display: none;
} 
.heading.-type02 p{
    font-size: 1.6rem;
    font-weight: 500;
    font-family: "游ゴシック体" , YuGothic , "Yu Gothic" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    margin: 1rem 0 0;
} 
.heading.-type02 span{
    font-size: 4.3rem;
}
@media (max-width: 767px) {/* SP */
    .heading.-type02{
        font-size: 3.5rem;
    }
    .heading.-type02 p{
        font-size: 1.1rem;
        margin: .7rem 0 0;
    }
    .heading.-type02::before{
        display: none;
    }
    .heading.-type02 span{
        font-size: 2.5rem;
    }

    .info-guide.top{
        padding-top: 3rem;
        padding-bottom: 0;
    }
    .info-guide.top .info-access{
        padding: 0;
    }
}

/* NEW SHOP */
.openshop .item .flex{
    display: flex;
}
.openshop .item .pc-left{
    text-align: center;
}
.openshop .item+.item{
    border-top: rgba(0,0,0,0.2) solid 1px;
    padding: 3em 0 0;
    margin-top: 2.5em;
}
.openshop .item{
    display: inline-block;
    width: 100%;
}
.openshop .item .logo{
    width: 30%;
    margin: 1.5rem auto ;
}
.openshop .item .pc-right{
    padding-left: 4rem;
}
.openshop .info-floor{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    margin: 3rem auto 0;
}
.openshop .info-floor .tag{
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    background: #222222;
    text-align: center;
    padding: .2rem 1.5rem;
    margin: 0;
}
.openshop .info-floor a{
    font-size: 1.9rem;
    margin: 0 0 0 1rem;
    text-decoration: unset;
}
.openshop .open-info .floor{
    font-size: 3.5rem;
    font-weight: bold;
}
@media (min-width: 768px) {/* PC */
    .home .more{
        margin-top: 3.5rem;
    }
}

@media (max-width: 767px) {/* SP */
    .openshop .info-floor a{
        font-size: 1.4rem;
        margin: 0 0 0 1rem;
    }
    .openshop .info-floor .tag{
        font-size: 1.3rem;
    }
    .openshop .item .pc-right{
        float: right;
        padding-left: 0;
    }
    .openshop .item .logo{
        width: 35%;
        margin: 1rem auto 0;
    }
    .openshop .item .floor{
        font-size: 1.8rem;
    }
    .openshop .item{
        padding: 0 0 3rem;
    }
    .openshop .item+.item{
        padding: 3rem 0 3rem;
        margin: 0;
    }
    .openshop .info-floor{
        margin-top: 2rem;
        width: 100%;
        justify-content: unset;
    }
    .openshop .item .pc-left{
        padding-right: 1rem;
        float: left;
    }
}

/* SNS */
@media (min-width: 768px) {/* PC */
    section.social-media{
        padding: 1.5em 0;
    }
    .social-media .pc-flex{
        display: flex;
        align-items: center;
    }
    .social-media .more .btn.-type02{
        width: 480px;
        margin: auto auto auto 9rem;
    }
    .social-media .heading.-type02{
        margin-bottom: 1em;
    }
    .social-media .more{
        margin-top: 0;
    }
}

/* btn(一覧を見る) */
.more .btn.-type02{
    background: #222222;
    border-radius: 50px;
    width: 400px;
}
.more .btn.-type02 .nav-btn{
    color: #fff;
    font-weight: bold;
    padding: 2.2rem 1rem;
}
.more .btn.-type02 .nav-btn::after{
    border-top: #fff solid 2px;
    border-right: #fff solid 2px;
    right: 3rem;
    top: 2.8rem;
}
.more .btn.-type02 .nav-btn:hover{
    border-radius: 50px;
}
@media (max-width: 767px) {/* SP */
    .more .btn.-type02{
        width: 80%;
        margin-bottom: 3rem;
    }
    .more .btn.-type02 .nav-btn::after{
        top: 2.6rem;
    }
    .more .btn.-type02 .nav-btn{
       padding: 2rem 1rem;
       font-size: 1.4rem;
    }
}

/* NEWS&EVENT */
.home section.news-event,
.home section.social-media{
   background-color: #EEEEEE;
}

/* FLOOR GUIDE */
section.top-floorguide li{
    border-bottom: rgba(0,0,0,0.2) solid 1px;
}
section.top-floorguide li:first-child{
    border-top: rgba(0,0,0,0.2) solid 1px;
}
section.top-floorguide li a{
   position: relative;
   padding: 2.5rem 4rem;
   display: block;
   width: 100%;
   text-decoration: unset;
}
section.top-floorguide li a::after{
    position: absolute;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 4.5rem;
    top: 3.5rem;
    border-top: #4b4b4b solid 2px;
    border-right: #4b4b4b solid 2px;
    width: 10px;
    height: 10px;
}
section.top-floorguide li a:hover{
    background: #f5f5f5;
}
section.top-floorguide li a .flex{
    display: flex;
}
section.top-floorguide li .floor{
    font-size: 2.1rem;
    font-weight: bold;
    margin: 0 3rem 0 0;
    width: 5%;
}
section.top-floorguide li .info{
    font-size: 1.7rem;
    margin: auto 0;
}
.floor .tel{
    display: flex;
}
.floor .tel .link{
    margin-left: 1rem;
}
.floor-map .f-img{
    border: solid 1px #ccc;
}
.floor a img:not([src*="."]){
    margin-top: 2em;
}
@media (max-width: 767px) {/* SP */
    /* フロアマップ拡大 */
    .floor-map .f-img{
        padding: 0 !important;
    }
    .floor-map .zoomer_wrapper {
        height: 400px;
        overflow: hidden;
        width: 100%;
    }
    .floor-map .zoomer .zoomer-controls-bottom{
        bottom: 25px;
        left: -15px;
        margin: auto;
        transform:rotate(90deg);
    }
    .floor-map .zoomer .zoomer-controls-top span,
    .floor-map .zoomer .zoomer-controls-bottom span{
        float: right;
    }
    .floor-map .zoomer{
        background: none;
        border: none;
    }
    .floor-map .zoomer .zoomer-holder{
        box-shadow: none;
    }
    .floor-map .zoomer .zoomer-controls{
        box-shadow: none;
        background: #F2F2F2;
        padding: 0;
    }
    .floor-map .zoomer .zoomer-controls span{
        color: #B3B3B3;
        height: 40px;
        width: 40px;
        line-height: 40px;
        border-radius: 0;
    }
    .floor-map .zoomer .zoomer-controls .zoomer-zoom-in{
       border-right: solid 1px #CCC;
    }
    .floor-map .zoomer .zoomer-controls .zoomer-zoom-out{
        transform: rotate(90deg);
    }

    .floor .list.grid.full li{
        border-bottom: solid 1px #ccc;
    }
    .floor .list.grid.full .floorflex{
        display: flex;
    }
    .floor .list.grid.full .floorflex .note{
        width: 73%;
        flex-shrink: 0;
        margin: 0 0 auto auto;
    }

    /* ショップ　リスト表示切替 */
    .floor .view-switch{
        margin: -1.5em 0 0;
    }
    .floor .view-switch .full-trigger {
        position: relative;
        height: 20px;
        width: 28px;
        display: inline-block;
        box-sizing: border-box;
    }
    .floor .view-switch .full-trigger span {
        position: absolute;
        left: 0;
        height: 2px;
        width: 20px;
        background-color: #d9d9d9;
        border-radius: 2px;
        display: inline-block;
        box-sizing: border-box;
    }
    .floor .view-switch .full-trigger.active span {
        position: absolute;
        left: 0;
        height: 2px;
        width: 20px;
        background-color: #444;
        border-radius: 2px;
        display: inline-block;
        box-sizing: border-box;
    }
    .floor .view-switch .full-trigger span:nth-of-type(1) {
        bottom: 12px;
        top: unset;
    }
    .floor .view-switch .full-trigger span:nth-of-type(2) {
        bottom: 5px;
        top: unset;
    }
    .floor .view-switch .full-trigger span:nth-of-type(3) {
        bottom: -2px;
        top: unset;
    }
    .floor .list.grid.full .logobox{
        margin-right: 1.5rem;
    }
    .floor .list.grid.full .title{
        font-size: 1.6rem;
    }
    .floor .floorflex .title{
        font-weight: normal;
    }
}

@media (max-width: 767px) {/* SP */
    section.top-floorguide ul{
        padding: 0;
        margin: 0 -1.3em 3em;
    }
    section.top-floorguide li .floor{
        font-size: 1.6rem;
        font-weight: bold;
        margin: auto 1rem auto 0;
        width: 13%;
    }
    section.top-floorguide li a{
        padding: 1.5rem 2.8rem 1.5rem 1.8rem;
    }
    section.top-floorguide li .info{
        font-size: 1.3rem;
        width: 85%;
    }
    section.top-floorguide li a::after{
        right: 1.8rem;
        top: 2.2rem;
        width: 8px;
        height: 8px;
    }
}

section.otorioki{
    padding-bottom: 1rem;
}
section.otorioki a{
    display: block;
    text-align: center;
}
section.otorioki a:hover{
    opacity: .7;
}


/* フッター（営業時間） */
@media (max-width: 767px) {/* SP */
    footer .info-guide .ttl-opening{
        font-size: 1.6rem;
        font-weight: bold;
        color: #000;
        margin: 0;
        display: block;
    }
    footer .info-guide{
        background: #fff;
        padding: 1.3em;
        margin: 2rem auto;
    }
    footer .info-guide .heading::before{
        display: none;
    }
    footer .ttl-opening::before {
        background: url(../img/icon-time.png) no-repeat;
        background-size: 20px;
        content: "";
        display: inline-block;
        height: 21px;
        left: -0.3em;
        position: relative;
        top: 5px;
        width: 21px;
    }
    footer .info{
        margin: 0;
    }
    footer .info-guide .heading.regular-time{
        font-size: 2rem;
        font-family: inherit;
        color: #000;
        margin: .7rem .5rem .5rem;
        font-weight: 500;
    }
    .info-detail-footer{
        padding: 0;
    }
}

/* ポップアップ */
.popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: .6s;
}
.popup.is-show {
    opacity: 1;
    visibility: visible;
}
.popup-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 80%;
    max-width: 1060px;
    padding: 5rem 0;
    z-index: 2;
    overflow-y:scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.popup-inner::-webkit-scrollbar {
    display:none;
}
.popup-inner .popup-img {
    width: 350px;
    flex-shrink: 0;
}
.popup-inner .box-news{
    display: flex;
    padding: 0 1rem;
}
.popup-inner .box-news .box-text{
    padding-left: 3rem;
    margin: auto;
}
.popup-inner .ttl{
    font-size: 2.5rem;
    font-weight: bold;
    margin: 0 0 2.5rem;
}
.popup-inner .heading.-type02{
    text-align: center;
    margin: 0 auto 1em;
}
.close-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    font-size: 5rem;
}
.black-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color:rgba(255,255,255,0.9);
    z-index: 1;
    cursor: pointer;
}
.more .btn.-type02.-white{
    background: #fff;
    margin: 0 auto;
}
.more .btn.-type02.-white .nav-btn{
    color: #000;
}
.more .btn.-type02.-white .nav-btn::after {
    border-top: #000 solid 2px;
    border-right: #000 solid 2px;
}

@media (max-width: 767px) {/* SP */
    .popup-inner {
        padding: 3rem 3rem 2rem;
    }
    .popup-inner .heading.-type02{
        margin: 0 auto 2rem;
    }
    .add_attention .popup-inner{
        top: 56%;
    }
    .popup-inner .box-news{
        display: block;
        padding: 0;
    }
    .popup-inner .popup-img{
        width: 100%;
    }
    .popup-inner .box-text .ttl{
        font-size: 1.5rem;
        margin: 0 0 1.5rem;
    }
    .popup-inner .box-news .box-text{
        margin: 2rem 0 0;
        padding: 0;
    }
    .close-btn {
        font-size: 3.5rem;
    }
    .more .btn.-type02.-white .nav-btn{
        padding: 1.5rem 1rem;
    }
    .more .btn.-type02.-white .nav-btn::after {
        top: 2rem;
    }
    .more .btn.-type02.-white{
        margin: 2rem auto 0;
    }
}

/* TAG SEARCH */
section.tag-search{
    padding: 0 0 6em;
}
.tag-search .heading.-type02{
    margin-bottom: 1em;
}
.tag-search .hashtag{
  color: #0095F6;
  padding: .7rem 1rem;
  background: #fff;
  border: solid 1px #999999;
  border-radius: 3px;
  margin: 0 1rem 1.5rem 0;
  font-size: 1.7rem;
  text-decoration:none;
}
.tag-search .hashtag:hover,
.tag-search .tagsearch-btn:hover{
    cursor: pointer;
    opacity: .7;
}
.tag-search .box-hashtag{
    display: flex;
    flex-wrap: wrap;
}
.tag-search .box-search{
    display: flex;
    width: 60%;
    margin: 4rem auto 0;
}
.tag-search .tagsearch-btn{
    background: #222222;
    color: #fff;
    padding: 0 2rem;
    flex-shrink: 0;
    margin-left: 1rem;
    border-radius: 5px;
    border: none;
}
.tag-search .box-search [type="search"]{
    margin: auto;
    -webkit-appearance: none;
    border-radius: 0;
    border: solid 1px #808080;
    background: #fff;
    padding: .6em .5em;
}
@media (max-width: 767px) {/* SP */
    section.tag-search{
        padding: 1.5em 1.3em 5em;
    }
    .tag-search .hashtag{
        margin: 0 .7rem 1rem 0;
        font-size: 1.4rem;
    }
    .tag-search .tagsearch-btn {
        padding: 0 1rem;
        margin-left: .5rem;
        font-size: 1.4rem;
    }
    .tag-search .box-search{
        width: 100%;
        margin: 2rem auto 0;
    }
    .tag-search .heading.-type02{
        margin: 0 auto 3rem;
    }
    .tag-search .box-search [type="search"]{
        padding: 1.8rem .5rem;
        border-radius: 0;
    }
}
.tag-result{
    background: #ebebeb;
    padding: 1rem 2rem;
    width: 100%;
    margin-bottom: 7rem;
    font-weight: bold;
}
.tag-search.-news .hashtag{
    padding: .5rem 1rem;
    background: #fff;
    margin: 0 1rem 1.5rem 0;
    font-size: 1.5rem;
}
@media (max-width: 767px) {/* SP */
    .tag-result{
        padding: .5rem 1rem;
        margin-bottom: 5rem;;
    }
    .tag-search.-news .hashtag{
        margin: 0 .8rem .8rem 0;
        font-size: 1.2rem;
    }
}
/* header　改修 */
@media (max-width: 767px) {/* SP */
    .mb-1rem{
        margin-bottom: 1rem !important;
    }
    header{
        position: unset;
        border-top: none;
    }
    .header-inner h3{
        font-size: 15px;
        margin: 0;
    }
    .layer{
        top: 73px;
        opacity: 0;
        transition: .3s;
    }

    .add_attention{
        padding-top: 0;
    }
    .header-inner{
        padding: 2rem !important;
    }
    .header-inner .btns-search,
    .header-inner .keyword-search,
    .header-inner .hashtag-search{
        margin: 0 auto 4rem;
    }
    .header-inner .search-btn{
        width: 100%;
        background: #E4E4E4;
        display: block;
        padding: 2rem;
        margin-top: 1.5rem;
        font-size: 15px;
        font-weight: bold;
        position: relative;
    }
    .header-inner .keyword-search label,
    .drawer.search label[for*="keyword"] {
        display: unset;
        padding: 0;
    }
    .header-inner [type="text"]{
        width: 100%;
        background: #E4E4E4;
        border-bottom: solid 2px #222222;
        margin-bottom: 1.5rem;
        padding: .8rem;
        border-radius: 0;
    }
    .header-inner .keyword-search .btn.-type02{
        width: 60%;
    }
    .header-inner .more .btn.-type02,
    .primary.-iconmenu .head-btn .btn.-type02{
        position: relative;
        margin: auto;
        height: auto;
        padding: 1.2rem 1.5rem;
        color: #fff;
        font-size: 1.3rem;
        border: none;
    }
    .header-inner .more .btn.-type02 p{
        color: #fff;
        position: relative;
        margin: auto;
        font-size: 1.3rem;
    }
    .header-inner .more .btn.-type02 p::before{
        content: '';
        display: inline-block;
        width: 14px;
        height: 18px;
        background-image: url(../img/header-icon01.png);
        background-size: contain;
        vertical-align: middle;
        background-repeat: no-repeat;
        margin-right: 1rem;
    }
    .head-btn .btn.-type02::after,
    .primary.-iconmenu .head-btn .btn.-type02::after,
    .header-inner .more .btn.-type02::after{
        position: absolute;
        content: "";
        width: 7px;
        height: 7px;
        border-top: #fff solid 1px;
        border-right: #fff solid 1px;
        transform: rotate(45deg);
        top: 1.7rem;
        right: 2rem;
    }
    
    .header-inner .hashtag-search ul{
        display: flex;
        flex-wrap: wrap;
        padding: 0;
    }
    .header-inner .hashtag-search ul li{
        border: solid 1px #222222;
        border-radius: 50px;
        padding: .5rem 1.5rem;
        font-size: 1.4rem;
        margin: 0 .5rem 1rem 0;
        line-height: 1.5;
    }
    .header-inner .floor-search .list{
        margin: 0;
    }
    .header-inner .floor-search .item{
        border-bottom: rgba(0,0,0,0.2) solid 1px;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }
    .primary.-iconmenu{
        padding: 2rem 0;
    }
    .primary.-iconmenu .item img{
        width: 65%;
        margin: auto auto .5rem;
    }
    .primary.-iconmenu .head-btn{
        width: 100%;
        margin-top: 1rem;
    }
    

    .primary.-iconmenu .m-floor .link::before{ 
        background-image: url(../img/icon-m1.png); 
    }
    .primary.-iconmenu .m-service .link::before{ 
        background-image: url(../img/header-icon04.png); 
    }
    .primary.-iconmenu .m-news .link::before{
        background-image: url(../img/header-icon05.png); 
    }
    .primary.-iconmenu .m-access .link::before{ 
        background-image: url(../img/header-icon12.png); 
        background-size: auto 21px;
        height: 21px;
    }
    .primary.-iconmenu .m-shop-news .link::before{
         background-image: url(../img/header-icon06.png); 
    }
    .primary.-iconmenu .m-restaurant .link::before{
         background-image: url(../img/header-icon10.png);
    }
    .primary.-iconmenu .m-facility .link::before{
         background-image: url(../img/icon-m10.png); 
    }
    .primary.-iconmenu .m-mens .link::before{
        background-image: url(../img/header-icon08.png);
        background-size: auto 52px;
        height: 52px;
        margin-bottom: 1.5rem; 
    }
    .primary.-iconmenu .m-ladies .link::before{
        background-image: url(../img/header-icon09.png); 
        background-size: auto 52px;
        height: 52px;
        margin-bottom: 1.5rem;
    }
    .primary.-iconmenu .m-search .link::before{
        background-image: url(../img/header-icon11.png); 
   }
   .primary.-iconmenu .m-recruit .link::before {
        background-image: url(../img/header-icon13.png);
        background-size: auto 18px;
        height: 21px;
    }
    .primary.-iconmenu .m-tel .link::before {
        background-image: url(../img/header-icon14.png);
        background-size: auto 24px;
    }
    .primary.-iconmenu .link::after  {
        width: 7px;
        height: 7px;
        top: .8rem;
    }
    .fixed .secondary{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .add_attention .info-panel{
        top: 0;
    }
    .drawer .opa-group{
        padding: 3rem 1.5rem 0;
    }
    .drawer .facilities .item{
        width: 49%;
        border: solid 1px #4b4b4b;
        margin-bottom: 1rem;
    }
    .opa-group .facilities ul{
        justify-content: space-between;
        margin: auto;
    }
    .drawer .facilities .link::before{
        display: none;
    }
    .drawer .heading{
        font-size: 1.4rem;
        font-weight: bold;
        font-family: inherit;
        margin: 0 0 2rem;
        letter-spacing: unset;
    }
    .drawer .info-guide .heading{
        margin-bottom: 0;
    }
    .drawer .info-guide{
        padding: 1rem 1.5rem 0;
    }
    .facilities .all-top .link{
        background: #222222;
        border-radius: 50px;
        position: relative;
        margin: auto;
        height: auto;
        padding: 1.1rem 1.5rem;
        color: #fff;
    }
    .drawer .info-guide .info-detail,
    .drawer .info{
        margin: 0;
    }
    .info-detail .irregular .open{
        padding: .6rem 0;
        font-weight: normal;
        font-size: 1.2rem;
        line-height: 1.2;
    }
    .info-detail .open::after{
        top: .8rem;
        right: 2rem;
    }
    .facilities .all-top .link::after{
        position: absolute;
        content: "";
        width: 7px;
        height: 7px;
        border-top: #fff solid 1px;
        border-right: #fff solid 1px;
        transform: rotate(45deg);
        top: 1.3rem;
        right: 2rem;
    }
    .facilities .item.all-top{
        border: none;
        width: 60%;
        margin: 1rem auto 0;
    }
    .heading.regular-time::before{
        margin-right: 1rem;
        background-size: contain;
        background-image: url(../img/icon-opentime.png);
        width: 70px;
        top: 3px;
    }

    /* アコーディオン（カテゴリで探す） */
    .accordion {
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        max-width: 300px;
        position: relative;
        width: 100%;
      }
      .accordion-content {
        display: none;
        padding: 0 0 2rem;
      }
      .accordion-content p {
        font-size: 13px;
        line-height: 1.5;
      }
      .search-btn.-accordion::after {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        top: 2.5rem;
        right: 2.5rem;
        transition: all .3s;
      }
      .search-btn.-accordion.open::after {
        top: 45%;
        transform: rotate(-45deg);
      }
      .search-btn.-accordion{
        margin-top: 0;
      }
      .accordion-search .category-search ul{
        display: flex;
        flex-wrap: wrap;
      }
      .accordion-search .category-search ul li{
        border: solid 1px #4b4b4b;
        border-radius: 5px;
        width: 31%;
        line-height: 1.1;
        padding: 1rem 0;
        margin: 0 auto 1rem;
      }
      /* アコーディオン（カテゴリで探す） end*/

    .attention-sp .icon-img{
        width: 9%;
        margin-right: 1rem;
        flex-shrink: 0;
    }
    .attention-sp a{
        width: 100%;
        position: relative;
        color: #fff;
        padding: 1.2rem 1.5rem;
        background: #F53246;
        display: flex;
        align-items: center;
    }
    .attention-sp a[href]::after{
        position: absolute;
        content: "";
        width: 9px;
        height: 9px;
        border-top: #fff solid 1px;
        border-right: #fff solid 1px;
        transform: rotate(45deg);
        top: 40%;
        right: 2rem;
    }
    .attention-sp a p{
        margin: 0;
        width: 80%;
    }

    header{
        position: relative;
        height:73px;
    }

    .header-fixed{
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1000;
        transition: .3s;
    }
    .drawer{
        display: block;
        transition: .3s;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
        margin-right: -320px;
    }
    .header-nav.switch.top{
        bottom: calc(100% - 40px);
        height: 65px;
    }
    .search-trigger.-inner span{
        display: none;
    }
    .menu-inner-btn,.search-inner-btn{
        font-size: 1.5rem;
        display: block;
        text-align: center;
        margin: 5rem auto 0;
    }
    .drawer .opa-group.forus-malls{
        padding-bottom: 1rem;
    }
    .header-nav.-onlymenu{
        bottom: 90px;
    }
    .drawer.search{
        display: none;/* 検索メニュー非表示 */
    }
    .irregular-times dt{
        font-size: 1.1rem;
        font-weight: bold;
    }
    .irregular-times .shop-time{
        font-size: 1.1rem;
        margin: .5rem 0 0;
    }
    .tel-accordion {
        display: none;
    }
    .primary.-iconmenu .link.telbtn::after {
        transition: .3s;
        transform: rotate(135deg); 
    }
    .primary.-iconmenu .link.telbtn.open::after {
        top: 45%; 
        transform: rotate(-45deg); 
    }
    .primary.-iconmenu .tel-accordion{
        margin-left: 4.9rem;
    }
    .primary.-iconmenu .tel-accordion p{
        text-align: left;
        margin: 1rem auto 1.5rem;
    }
    .primary.-iconmenu .tel-accordion a{
        font-size: 1.3rem;
        color: #fff;
        background: #222222;
        border-radius: 50px;
        width: 75%;
        display: block;
        padding: .5rem;
        line-height: 1.5;
        margin: 0 auto 0 0;
    }
    .header-sns .icon{
        width: auto;
        padding: 0;
        margin-right: 1.5rem;
    } 
    .header-sns .icon .link{
       width: 25px;
       height: 25px;
       background-size: auto;
    }
    .header-sns .icon .link.-fb{
        background-image: url(../img/icon-sns-fb.png);
        background-repeat: no-repeat;
        background-size: 25px;
    }
    .header-sns .icon .link.-tw{
        background-image: url(../img/icon-sns-x.png);
        background-repeat: no-repeat;
        background-size: 25px;
    }
    .header-sns .icon .link.-insta{
        background-image: url(../img/icon-sns-insta.png);
        background-repeat: no-repeat;
        background-size: 25px;
    }
    .header-sns .ttl{
        background: #E4E4E4;
        font-size: 1.3rem;
        padding: .7rem 1.5rem;
        margin-top: 0;
    }
    .header-sns .sns{
        margin: 1rem 1.5rem;
    }
    .add_attention .tab-panel-sns .tab-group{
        top: unset !important;
    }
    header{
        display: flex;
        align-items: center;
    }
    header h1{
        height: auto;
        width: 45%;
        padding: 0 !important;
        margin: auto 0;
    }
    header h1 img{
        width: 100%;
        height: auto;
        vertical-align: middle;
        display: block;
        padding: 0 !important;
    }
    .control.foreign{
        z-index: 100000;
        display: block;
        background: none;
    }
    .control .foreign-trigger{
        font-size: 1.1rem;
        margin: -1.3rem auto .7rem;
    }
    .control .foreign-trigger::before{
        width: 5px;
        height: 5px;
    }
    .layer .groups{
        padding-bottom: 3rem;
    }
    .fixed .secondary{
        margin: 0 !important;
    }
    h1.shoptop img{
        width: auto;
        height: 33px;
    }
    .m-search .link::before,.m-access .link::before{ 
        background-size: contain !important;
     }
     .info-guide.top .info-access .m-search .link::before{
        width: 44px !important;
     }
     .info-guide.top .info-access .m-access .link::before{
        width: 49px !important;
     }
}
.shop-list-subtitle.c-restaurant::before{
    background-image: url(../img/header-icon10.png) !important;
    background-position: center !important;
    background-size: contain !important;
}
.recruit .heading::before{
    background-image: url(../img/header-icon13.png) !important;
    width: 35px !important;
    background-size: contain !important;
}
.access .heading::before{
    background-image: url(../img/header-icon12.png) !important;
    background-size: 43px auto !important;
    width: 43px !important;
}
@media (max-width: 767px) {/* SP */
    .recruit .heading::before{
        background-size: 30px auto !important;
        height: 20px !important;
        top: 1px !important;
        width: 31px !important;
    }
    .shop-list-subtitle.c-restaurant::before{
        background-size: auto 35px !important;
        background-position: center !important;
    }
    .access .heading::before{
        background-size: 37px auto !important;
        width: 37px !important;
    }
}
