@charset "UTF-8";
/* ==================================================
sass
================================================== */
/* --------------------------------------------------
mixin
-------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap&subset=japanese");
@import url("https://use.typekit.net/yfo0cqs.css");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0; }

h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, dt, dd, li, th, td, figcaption {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  box-sizing: border-box;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed; }

caption, th, td {
  box-sizing: border-box;
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none;
  vertical-align: bottom; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

/* --------------------------------------------------
config
-------------------------------------------------- */
* {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400; }

/* --------------------------------------------------
mixin
-------------------------------------------------- */
/* ==================================================
common
================================================== */
/* --------------------------------------------------
base
-------------------------------------------------- */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, * {
    font-family: "メイリオ", "Meiryo", sans-serif; } }
@supports (-ms-ime-align: auto) {
  * {
    font-family: "メイリオ", "Meiryo", sans-serif; } }
html {
  font-size: 10px;
  line-height: 1; }

body {
  position: relative; }

header {
  position: relative;
  max-width: 1200px;
  margin: 0 auto; }

main {
  position: relative; }

a {
  color: #000;
  text-decoration: none;
  outline: none; }
  a:hover {
    text-decoration: underline; }
  a.disable {
    color: #C9C9C9;
    pointer-events: none; }

img {
  -webkit-backface-visibility: hidden; }

figure > img {
  width: 100%; }

@media screen and (max-width: 768px) {
  *:hover {
    transform: none !important; } }
.coming-soon {
  font-family: din-2014, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 3.2rem;
  letter-spacing: 2px;
  line-height: 1;
  padding: 250px 0;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .coming-soon {
      padding: 200px 0; } }

footer {
  box-sizing: border-box;
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #464646;
  color: #fff;
  background-size: 327px; }
  footer a {
    color: #fff; }
  @media screen and (max-width: 768px) {
    footer {
      padding-top: 30px;
      padding-bottom: 50px; } }

.footer__profile {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: solid 1px #fff; }
  @media screen and (max-width: 768px) {
    .footer__profile {
      display: block;
      margin-bottom: 40px;
      padding-top: 0;
      padding-bottom: 0;
      border-bottom: none; } }
  .footer__profile .profile {
    width: 284px; }
    @media screen and (max-width: 970px) {
      .footer__profile .profile {
        width: 31.9%;
        min-width: 240px; } }
    @media screen and (max-width: 768px) {
      .footer__profile .profile {
        width: 100%; } }
    .footer__profile .profile__wrap {
      padding-bottom: 20px; }
      @media screen and (max-width: 768px) {
        .footer__profile .profile__wrap {
          width: 240px;
          margin: 0 auto;
          padding-bottom: 0; } }
    .footer__profile .profile__address {
      font-size: 1.2rem;
      line-height: 1.4rem; }
.footer__copyright .copyright {
  float: right;
  text-align: right;
  font-size: 1.3rem;
  line-height: 1.6rem;
  vertical-align: top; }
  @media screen and (max-width: 768px) {
    .footer__copyright .copyright {
      float: none;
      text-align: center; } }

/* --------------------------------------------------
layout
-------------------------------------------------- */
.container {
  width: 1084px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box; }
  @media screen and (max-width: 1084px) {
    .container {
      width: 100%; } }
  @media screen and (max-width: 768px) {
    .container {
      padding-top: 0;
      padding-right: 25px;
      padding-bottom: 0;
      padding-left: 25px; } }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.column__full {
  width: 100%; }
.column__single {
  width: 664px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .column__single {
      width: 100%; } }
.column__main {
  width: 60.8%; }
  @media screen and (min-width: 1084px) {
    .column__main {
      width: 610px; } }
  @media screen and (max-width: 768px) {
    .column__main {
      width: 100%; } }
.column__side {
  width: 32.3%; }
  @media screen and (min-width: 1084px) {
    .column__side {
      width: 324px; } }
  @media screen and (max-width: 768px) {
    .column__side {
      width: 100%; } }
.column--left {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
.column--center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
.column--between {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/* --------------------------------------------------
parts
-------------------------------------------------- */
.pc_br {
  display: block; }
  @media screen and (max-width: 768px) {
    .pc_br {
      display: none; } }

.tb_br {
  display: none; }
  @media screen and (max-width: 768px) {
    .tb_br {
      display: block; } }
  @media screen and (max-width: 599px) {
    .tb_br {
      display: none; } }

.sp_br {
  display: none; }
  @media screen and (max-width: 768px) {
    .sp_br {
      display: none; } }
  @media screen and (max-width: 599px) {
    .sp_br {
      display: block; } }

@media screen and (max-width: 768px) {
  .nav-show .header__navigation {
    display: block; } }

.header__menu {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 910;
  background-color: #fff; }
  .lower .header__menu {
    position: fixed; }
  .lower .header__menu--wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.header__logo {
  width: 100%;
  position: absolute;
  z-index: 900;
  top: 0;
  left: 0; }
  @media screen and (max-width: 768px) {
    .header__logo {
      position: fixed;
      background-color: #fff; } }
  .lower .header__logo {
    position: relative; }
    @media screen and (max-width: 1084px) {
      .lower .header__logo {
        width: 32.3%;
        min-width: 185px; } }
@media screen and (max-width: 970px) {
  .header__navigation {
    			/*
          position: fixed;
          width:100%;
          height: calc(100vh - 70px);
          overflow-y: auto;
          margin-top:70px;
          padding-bottom:0px;
          box-sizing: border-box;
    			*/ } }
@media screen and (max-width: 768px) {
  .header__navigation {
    display: none; } }
.lower .header__navigation {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  padding-bottom: 20px; }
.header__navigation--main {
  display: none; }
  @media screen and (max-width: 768px) {
    .header__navigation--main {
      box-sizing: border-box;
      width: 100%;
      padding-right: 25px;
      padding-left: 25px;
      top: 70px;
      left: 0;
      z-index: 900;
      background-color: #fff; } }
  .lower .header__navigation--main {
    display: block; }
.header__navigation--other {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 30px;
  padding-right: 40px; }
  @media screen and (max-width: 768px) {
    .header__navigation--other {
      display: none;
      box-sizing: border-box;
      width: 100%;
      margin-bottom: 0;
      padding-top: 0;
      padding-right: 25px;
      padding-bottom: 80px;
      padding-left: 25px;
      top: 530px;
      left: 0;
      z-index: 900;
      background-color: #fff; } }
  .lower .header__navigation--other {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 20px;
    padding-right: 0; }

.logo__header {
  height: 0;
  padding-left: 0;
  display: inline-block; }
  @media screen and (max-width: 768px) {
    .logo__header {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      box-sizing: border-box;
      width: 100%;
      height: auto;
      padding: 22px 25px; } }
  @media screen and (min-width: 1084px) {
    .header__menu .logo__header {
      padding-left: 40px; } }
  .lower .logo__header {
    display: block;
    width: 280px;
    height: auto; }
    @media screen and (min-width: 1084px) {
      .lower .logo__header {
        padding-left: 0; } }
    @media screen and (max-width: 1084px) {
      .lower .logo__header {
        width: 100%; } }
  .logo__header img {
    display: block;
    width: 142px;
    height: 165px;
    padding: 90px 29px 35px;
    vertical-align: bottom;
    background-color: #fff; }
    @media screen and (max-width: 768px) {
      .logo__header img {
        width: 185px;
        height: 26px;
        padding: 0; } }
    .lower .logo__header img {
      width: 100%;
      height: auto;
      padding: 38px 0 36.5px; }
  .logo__header .show-menu {
    display: none;
    position: relative;
    width: 26px;
    height: 26px; }
    @media screen and (max-width: 768px) {
      .logo__header .show-menu {
        display: block; } }
    .logo__header .show-menu img {
      width: 26px;
      height: 26px; }
    .logo__header .show-menu .bar {
      width: 20px;
      height: 3px;
      background: #000;
      display: inline-block;
      position: absolute;
      left: 3px;
      transition: all 0.3s ease-out;
      transform-origin: 50%; }
      .logo__header .show-menu .bar:first-child {
        top: 8px; }
      .logo__header .show-menu .bar:last-child {
        top: 16px; }
.logo__greeting {
  margin-bottom: 30px; }
  @media screen and (max-width: 970px) {
    .logo__greeting {
      width: 324px; } }
  @media screen and (max-width: 374px) {
    .logo__greeting {
      width: 100%;
      max-width: 324px; } }
  .logo__greeting img {
    width: 100%; }
.logo__footer {
  width: 240px;
  margin-bottom: 10px; }
  .logo__footer img {
    width: 100%; }

.breadcrumb {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 12px; }
  @media screen and (max-width: 768px) {
    .breadcrumb {
      display: none; } }
  .breadcrumb span {
    display: block;
    margin-right: 0.5rem;
    font-size: 1.3rem; }
    .breadcrumb span:after {
      content: '/'; }
    .breadcrumb span:last-child:after {
      content: ''; }
    .breadcrumb span a {
      display: inline-block;
      margin-right: 0.5rem; }

.linebox {
  margin-top: 30px;
  padding: 0 0 5px 18px;
  border-left: solid 4px #C9C9C9; }
  .linebox.contact {
    margin-top: 60px; }
  .linebox.yellow {
    border-color: #DEB400; }
  .linebox.pink {
    border-color: #DD488E; }
  .linebox.blue {
    border-color: #00A2E9; }
  .linebox.green {
    border-color: #00902F; }

.title__category {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 3.0rem;
  letter-spacing: 1px;
  line-height: 4.2rem;
  margin-bottom: 40px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .title__category {
      font-size: 2.2rem;
      letter-spacing: 1px;
      line-height: 3.7rem; } }
  .title__category__section--topics {
    font-size: 3.0rem;
    letter-spacing: 1px;
    line-height: 4.2rem;
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      .title__category__section--topics {
        font-size: 2.8rem;
        letter-spacing: 1px;
        line-height: 3.6rem;
        margin-bottom: 30px; } }
  .title__category__section--floorguide {
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .title__category__section--floorguide {
        text-align: center; } }
    .title__category__section--floorguide.ja {
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 400;
      font-size: 3.0rem;
      letter-spacing: 1px;
      line-height: 4.2rem; }
      @media screen and (max-width: 599px) {
        .title__category__section--floorguide.ja {
          font-size: 2.2rem;
          letter-spacing: 1px;
          line-height: 3.7rem; } }
    .title__category__section--floorguide.en {
      font-family: din-2014, sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 3.2rem;
      letter-spacing: 2px;
      line-height: 1; }
      @media screen and (max-width: 599px) {
        .title__category__section--floorguide.en {
          font-size: 2.4rem;
          letter-spacing: 1px;
          line-height: 1;
          line-height: 2.8rem; }
          .title__category__section--floorguide.en p {
            display: block; } }
    .title__category__section--floorguide p {
      font-family: din-2014, sans-serif;
      font-style: normal;
      font-weight: 600;
      display: inline-block;
      padding-right: 0.5em; }
    .title__category__section--floorguide span {
      display: inline-block; }
  .title__category__section--privacypolicy {
    font-size: 2.2rem;
    letter-spacing: 1px;
    line-height: 3.7rem; }
    @media screen and (max-width: 768px) {
      .title__category__section--privacypolicy {
        text-align: center; } }
.title__article--topics {
  font-size: 3.0rem;
  letter-spacing: 1px;
  line-height: 4.2rem;
  margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    .title__article--topics {
      margin-bottom: 40px;
      text-align: center; } }
.title__article--shops {
  font-size: 3.0rem;
  letter-spacing: 1px;
  line-height: 4.2rem;
  margin-bottom: 15px; }
  @media screen and (max-width: 768px) {
    .title__article--shops {
      margin-bottom: 10px; } }
.title__article--information {
  font-size: 2.2rem;
  letter-spacing: 1px;
  line-height: 3.7rem;
  margin-bottom: 10px; }
  @media screen and (max-width: 768px) {
    .title__article--information {
      margin-bottom: 20px; } }
.title__list--information {
  font-family: din-2014, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 30px;
  text-align: center; }

.list__navigation__header--main {
  width: 90%;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 970px) {
    .list__navigation__header--main {
      width: auto; } }
  @media screen and (max-width: 768px) {
    .header__menu .list__navigation__header--main {
      display: block;
      width: 100%;
      max-width: none;
      border-top: solid 1px #707070; } }
  @media screen and (max-width: 599px) {
    .list__navigation__header--main {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 94.3%;
      max-width: 260px;
      margin-bottom: 30px; } }
  @media screen and (max-width: 374px) {
    .list__navigation__header--main {
      width: 240px; } }
  .lower .list__navigation__header--main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: auto;
    width: auto; }
  .list__navigation__header--main li {
    box-sizing: border-box;
    width: 120px;
    border: solid 2px #000;
    border-radius: 20px;
    text-align: center;
    transition: 0.3s;
    transform: scale(1);
    background-image: none;
    padding-left: 2px; }
    .list__navigation__header--main li:hover {
      transform: scale(1.1); }
    @media screen and (max-width: 970px) {
      .list__navigation__header--main li {
        display: inline-block; }
        .lower .list__navigation__header--main li {
          margin-right: 0;
          margin-bottom: 0; } }
    @media screen and (max-width: 768px) {
      .header__menu .list__navigation__header--main li {
        width: 100%;
        margin-bottom: 0;
        margin-top: 0;
        border-top: none;
        border-right: none;
        border-bottom: solid 1px #707070;
        border-left: none;
        border-radius: 0; } }
    @media screen and (max-width: 599px) {
      .list__navigation__header--main li {
        margin: 10px 0; } }
    @media screen and (max-width: 374px) {
      .list__navigation__header--main li {
        margin-bottom: 0;
        transform: scale(0.8); } }
    .lower .list__navigation__header--main li {
      display: block;
      width: auto;
      margin-left: 1.8vw;
      border: none;
      text-align: left;
      white-space: nowrap; }
      .lower .list__navigation__header--main li:hover {
        transform: scale(1); }
      .lower .list__navigation__header--main li:last-child {
        margin-right: 0; }
      @media screen and (min-width: 1084px) {
        .lower .list__navigation__header--main li {
          margin-left: 20px; } }
    .list__navigation__header--main li a {
      display: block;
      padding: 10px 0 15px;
      position: relative; }
      @media screen and (max-width: 768px) {
        .header__menu .list__navigation__header--main li a {
          padding-top: 19px;
          padding-bottom: 18px; } }
      .lower .list__navigation__header--main li a {
        padding-top: 0;
        padding-bottom: 0; }
      .list__navigation__header--main li a:before {
        display: block;
        height: 30px;
        width: 103px;
        margin-bottom: 27px;
        position: relative;
        top: 8px;
        transform-origin: top center;
        transform: scale(0.4); }
        @media screen and (max-width: 768px) {
          .header__menu .list__navigation__header--main li a:before {
            position: absolute;
            top: 16px;
            left: 10px;
            transform-origin: top left;
            transform: scale(0.42); } }
        .lower .list__navigation__header--main li a:before {
          transform: scale(1);
          position: absolute;
          top: 0.2em;
          left: 0;
          font-size: 1.2rem; }
          @media screen and (max-width: 970px) {
            .lower .list__navigation__header--main li a:before {
              font-size: 1.23vw; } }
      .list__navigation__header--main li a:hover {
        text-decoration: none; }
      .list__navigation__header--main li a p {
        font-family: din-2014, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 1.5rem;
        letter-spacing: 1px;
        line-height: 1.1; }
        @media screen and (max-width: 768px) {
          .header__menu .list__navigation__header--main li a p {
            padding-left: 85px;
            text-align: left; } }
        .lower .list__navigation__header--main li a p {
          padding-left: 2vw;
          color: #000; }
          .lower .list__navigation__header--main li a p:hover {
            color: inherit; }
          @media screen and (min-width: 1084px) {
            .lower .list__navigation__header--main li a p {
              padding-left: 2.2rem; } }
          @media screen and (max-width: 970px) {
            .lower .list__navigation__header--main li a p {
              font-size: 1.85vw; } }
        .list__navigation__header--main li a p span {
          font-family: 'Noto Sans JP', sans-serif;
          font-weight: 400;
          font-size: 1.2rem; }
          @media screen and (max-width: 970px) {
            .lower .list__navigation__header--main li a p span {
              font-size: 1.23vw; } }
          .list__navigation__header--main li a p span:before {
            white-space: pre;
            content: "\a"; }
    @media screen and (max-width: 768px) {
      .header__menu .list__navigation__header--main li.shops, .header__menu .list__navigation__header--main li.shopnews, .header__menu .list__navigation__header--main li.event, .header__menu .list__navigation__header--main li.floorguide, .header__menu .list__navigation__header--main li.access {
        border-color: #707070; } }
    @media screen and (max-width: 768px) {
      .header__menu .list__navigation__header--main li.shops a, .header__menu .list__navigation__header--main li.shopnews a, .header__menu .list__navigation__header--main li.event a, .header__menu .list__navigation__header--main li.floorguide a, .header__menu .list__navigation__header--main li.access a {
        color: #000; } }
    .lower .header__menu .list__navigation__header--main li.shops a:before, .lower .header__menu .list__navigation__header--main li.shopnews a:before, .lower .header__menu .list__navigation__header--main li.event a:before, .lower .header__menu .list__navigation__header--main li.floorguide a:before, .lower .header__menu .list__navigation__header--main li.access a:before {
      content: "●"; }
    .list__navigation__header--main li.shops {
      border-color: #DEB400; }
      .list__navigation__header--main li.shops a {
        color: #DEB400; }
        .list__navigation__header--main li.shops a:before {
          content: url(/img/common/icon_nav-shops.png); }
    .list__navigation__header--main li.shopnews {
      border-color: #00A2E9; }
      .list__navigation__header--main li.shopnews a {
        color: #00A2E9; }
        .list__navigation__header--main li.shopnews a:before {
          content: url(/img/common/icon_nav-shopnews.png); }
    .list__navigation__header--main li.event {
      border-color: #DD488E; }
      .list__navigation__header--main li.event a {
        color: #DD488E; }
        .list__navigation__header--main li.event a:before {
          content: url(/img/common/icon_nav-event.png); }
    .list__navigation__header--main li.floorguide {
      border-color: #00902F;
      /*
      &:hover{
      	background-color: $floorguide;
      	a{
      		color:$white;
      		&:before{
      			content: url(/img/common/icon_nav-floorguide_white.png);
      		}
      	}
      };*/ }
      .list__navigation__header--main li.floorguide a {
        color: #00902F; }
        .list__navigation__header--main li.floorguide a:before {
          content: url(/img/common/icon_nav-floorguide.png); }
    .list__navigation__header--main li.access {
      border-color: #40247D; }
      .list__navigation__header--main li.access a {
        color: #40247D; }
        .list__navigation__header--main li.access a:before {
          content: url(/img/common/icon_nav-access.png); }
.list__navigation__header--other {
  white-space: nowrap;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  @media screen and (max-width: 768px) {
    .list__navigation__header--other {
      display: block;
      width: 100%;
      padding-top: 10px;
      text-align: left; } }
  .list__navigation__header--other li {
    margin-right: 2.6vw;
    font-size: 1.4rem; }
    @media screen and (min-width: 1084px) {
      .list__navigation__header--other li {
        margin-right: 20px; } }
    @media screen and (max-width: 970px) {
      .list__navigation__header--other li {
        margin-right: 2.2vw;
        font-size: 1.44vw; } }
    @media screen and (max-width: 768px) {
      .list__navigation__header--other li {
        display: block;
        margin-left: 0;
        margin-bottom: 25px;
        font-size: 1.3rem; } }
    .list__navigation__header--other li.text-switch {
      display: none; }
      @media screen and (max-width: 768px) {
        .list__navigation__header--other li.text-switch {
          display: block; } }
    .list__navigation__header--other li a {
      display: block; }
      .list__navigation__header--other li a.disable {
        pointer-events: auto; }
.list__navigation__header--lang {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: nowrap;
  border-left: solid 1px #707070; }
  @media screen and (max-width: 768px) {
    .list__navigation__header--lang {
      border-left: none; } }
  .list__navigation__header--lang li {
    margin-left: 2.6vw;
    font-size: 1.4rem; }
    @media screen and (min-width: 1084px) {
      .list__navigation__header--lang li {
        margin-left: 20px; } }
    @media screen and (max-width: 970px) {
      .list__navigation__header--lang li {
        font-size: 1.44vw; } }
    @media screen and (max-width: 768px) {
      .list__navigation__header--lang li {
        display: block;
        margin-left: 0;
        padding-left: 0;
        font-size: 1.2rem; } }
    @media screen and (max-width: 768px) {
      .list__navigation__header--lang li.ja {
        display: block; } }
@media screen and (max-width: 768px) {
  .list__navigation__footer--main {
    display: none; } }
.list__navigation__footer--main li {
  margin-bottom: 24px;
  font-size: 1.4rem; }
  @media screen and (max-width: 970px) {
    .list__navigation__footer--main li {
      font-size: 1.44vw; } }
  .list__navigation__footer--main li ul {
    padding-top: 5px; }
    .list__navigation__footer--main li ul li {
      margin-top: 10px;
      margin-bottom: 0; }
      .list__navigation__footer--main li ul li:before {
        content: "・"; }
.list__navigation__footer--privacypolicy {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  float: left; }
  @media screen and (max-width: 768px) {
    .list__navigation__footer--privacypolicy {
      display: block;
      width: 100%;
      min-width: auto;
      padding-bottom: 10px;
      float: none; } }
  .list__navigation__footer--privacypolicy li {
    display: inline-block;
    font-size: 1.1rem;
    line-height: 1.6rem;
    vertical-align: top;
    margin-right: 20px; }
    @media screen and (max-width: 768px) {
      .list__navigation__footer--privacypolicy li {
        display: block;
        margin-right: 0;
        margin-bottom: 20px;
        font-size: 1.2rem;
        text-align: center; } }
.list__navigation__category--topics {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 450px;
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .list__navigation__category--topics {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 20px;
      width: 324px;
      max-width: none; } }
  @media screen and (max-width: 599px) {
    .list__navigation__category--topics {
      width: 324px; } }
  @media screen and (max-width: 374px) {
    .list__navigation__category--topics {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 210px; } }
  @media screen and (max-width: 768px) {
    .list__navigation__category--topics li {
      margin-right: 18px; }
      .list__navigation__category--topics li:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 374px) {
    .list__navigation__category--topics li {
      margin-right: 0;
      margin-bottom: 18px; }
      .list__navigation__category--topics li:last-child {
        margin-bottom: 0; } }
.list__navigation__category--access {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 620px;
  margin-bottom: 60px; }
  @media screen and (max-width: 768px) {
    .list__navigation__category--access {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 20px;
      width: 438px;
      margin-bottom: 30px;
      max-width: none; } }
  @media screen and (max-width: 599px) {
    .list__navigation__category--access {
      width: 324px;
      margin-bottom: 12px; } }
  @media screen and (max-width: 374px) {
    .list__navigation__category--access {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 210px; } }
  @media screen and (max-width: 768px) {
    .list__navigation__category--access li {
      margin-right: 18px; }
      .list__navigation__category--access li:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 599px) {
    .list__navigation__category--access li {
      margin-bottom: 18px; }
      .list__navigation__category--access li:nth-child(3n) {
        margin-right: 0; } }
  @media screen and (max-width: 374px) {
    .list__navigation__category--access li {
      margin-right: 0; } }
.list__navigation__category--floorguide {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 664px;
  margin: 0 auto 40px; }
  @media screen and (min-width: 1084px) {
    .list__navigation__category--floorguide {
      width: auto; } }
  @media screen and (max-width: 768px) {
    .list__navigation__category--floorguide {
      display: block;
      width: auto; } }
  .list__navigation__category--floorguide li {
    box-sizing: border-box;
    width: 326px;
    margin-right: 12px;
    margin-bottom: 10px; }
    .list__navigation__category--floorguide li:nth-child(2n) {
      margin-right: 0; }
    .list__navigation__category--floorguide li:nth-child(4) {
      width: 665px; }
    .list__navigation__category--floorguide li:nth-child(5) {
      margin-right: 0; }
    .list__navigation__category--floorguide li br {
      display: none; }
    @media screen and (min-width: 1084px) {
      .list__navigation__category--floorguide li:nth-child(2n) {
        margin-right: 12px; }
      .list__navigation__category--floorguide li:nth-child(3n) {
        margin-right: 0; } }
    @media screen and (max-width: 768px) {
      .list__navigation__category--floorguide li {
        margin-right: auto;
        margin-bottom: 20px;
        margin-left: auto; }
        .list__navigation__category--floorguide li:nth-child(5), .list__navigation__category--floorguide li:nth-child(2n) {
          margin-right: auto; }
        .list__navigation__category--floorguide li:nth-child(4) {
          width: 326px; } }
    @media screen and (max-width: 599px) {
      .list__navigation__category--floorguide li br {
        display: inline-block; } }
    @media screen and (max-width: 374px) {
      .list__navigation__category--floorguide li {
        width: 100%; } }
  @media screen and (max-width: 768px) {
    .list__navigation__category--floorguide {
      margin-bottom: 0; } }
.list__navigation__category--privacypolicy {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 664px;
  margin: 0 auto 40px;
  justify-content: center; }
  @media screen and (min-width: 1084px) {
    .list__navigation__category--privacypolicy {
      width: auto; } }
  @media screen and (max-width: 768px) {
    .list__navigation__category--privacypolicy {
      display: block;
      width: auto; } }
  .list__navigation__category--privacypolicy li {
    box-sizing: border-box;
    width: 326px;
    margin-right: 12px;
    margin-bottom: 10px; }
    .list__navigation__category--privacypolicy li:nth-child(2n) {
      margin-right: 0; }
    .list__navigation__category--privacypolicy li:nth-child(4) {
      width: 665px; }
    .list__navigation__category--privacypolicy li:nth-child(5) {
      margin-right: 0; }
    .list__navigation__category--privacypolicy li br {
      display: none; }
    @media screen and (min-width: 1084px) {
      .list__navigation__category--privacypolicy li:nth-child(2n) {
        margin-right: 12px; }
      .list__navigation__category--privacypolicy li:nth-child(3n) {
        margin-right: 0; } }
    @media screen and (max-width: 768px) {
      .list__navigation__category--privacypolicy li {
        margin-right: auto;
        margin-bottom: 20px;
        margin-left: auto; }
        .list__navigation__category--privacypolicy li:nth-child(5), .list__navigation__category--privacypolicy li:nth-child(2n) {
          margin-right: auto; }
        .list__navigation__category--privacypolicy li:nth-child(4) {
          width: 326px; } }
    @media screen and (max-width: 599px) {
      .list__navigation__category--privacypolicy li br {
        display: inline-block; } }
    @media screen and (max-width: 374px) {
      .list__navigation__category--privacypolicy li {
        width: 100%; } }
  @media screen and (max-width: 768px) {
    .list__navigation__category--privacypolicy {
      margin-bottom: 30px; } }
.list__post--shops {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1.57%; }
  @media screen and (max-width: 768px) {
    .list__post--shops {
      padding-bottom: 20px; } }
  .list__post--shops li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 31.74%;
    margin-right: 1.57%; }
    @media screen and (max-width: 768px) {
      .list__post--shops li {
        margin-bottom: 20px; } }
    .list__post--shops li:hover .thumbnail:after {
      opacity: 0.3; }
    .shops__column--side .list__post--shops li, .column__side .list__post--shops li {
      width: 100%; }
    @media screen and (max-width: 768px) {
      .list__post--shops li .item,
      .list__post--shops li a {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
    .list__post--shops li .item .thumbnail,
    .list__post--shops li a .thumbnail {
      margin-bottom: 8px;
      position: relative;
      border: solid 1px #DEE0E3;
      background-color: #fff; }
      .list__post--shops li .item .thumbnail:after,
      .list__post--shops li a .thumbnail:after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: 0.3s;
        opacity: 0; }
      .list__post--shops li .item .thumbnail > img,
      .list__post--shops li a .thumbnail > img {
        width: 100%;
        height: auto;
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat; }
  .list__post--shops li {
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      .list__post--shops li {
        width: 48.31%; } }
    @media screen and (max-width: 768px) {
      .list__post--shops li .item .thumbnail,
      .list__post--shops li a .thumbnail {
        width: 100%; } }
    .list__post--shops li .item .thumbnail figcaption,
    .list__post--shops li a .thumbnail figcaption {
      font-family: din-2014, sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 1.8rem;
      letter-spacing: 1px;
      line-height: 1;
      box-sizing: border-box;
      width: 72px;
      height: 27px;
      padding-top: 4px;
      position: absolute;
      top: 0;
      bottom: 0;
      color: #fff;
      text-align: center; }
    .list__post--shops li .item .thumbnail img,
    .list__post--shops li a .thumbnail img {
      display: block; }
    .list__post--shops li .item .wrap,
    .list__post--shops li a .wrap {
      width: 100%; }
    .list__post--shops li .item p,
    .list__post--shops li a p {
      width: 100%; }
      .list__post--shops li .item p.name,
      .list__post--shops li a p.name {
        font-size: 1.6rem;
        letter-spacing: 0;
        line-height: 2.8rem;
        margin-bottom: 2px; }
      .list__post--shops li .item p.genre,
      .list__post--shops li a p.genre {
        font-size: 1.2rem;
        letter-spacing: 1px;
        line-height: 1.4rem;
        line-height: 1; }
    .list__post--shops li .item .useful,
    .list__post--shops li a .useful {
      width: 100%;
      margin-bottom: 0;
      border: none; }
      .list__post--shops li .item .useful > img,
      .list__post--shops li a .useful > img {
        width: auto;
        height: 26px;
        margin-top: 10px;
        margin-right: 5px; }
    .list__post--shops li.shops-meal .thumbnail:after,
    .list__post--shops li.shops-meal .thumbnail figcaption {
      background-color: #00A2E9; }
    .list__post--shops li.shops-shop .thumbnail:after,
    .list__post--shops li.shops-shop .thumbnail figcaption {
      background-color: #DEB400; }
    .list__post--shops li.shops-service .thumbnail:after,
    .list__post--shops li.shops-service .thumbnail figcaption {
      background-color: #00902F; }
    .list__post--shops li.shops-medical .thumbnail:after,
    .list__post--shops li.shops-medical .thumbnail figcaption {
      background-color: #DD488E; }
.list__post--topics {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1.57%; }
  @media screen and (max-width: 768px) {
    .list__post--topics {
      padding-bottom: 20px; } }
  .list__post--topics li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 31.74%;
    margin-right: 1.57%; }
    @media screen and (max-width: 768px) {
      .list__post--topics li {
        margin-bottom: 20px; } }
    .list__post--topics li:hover .thumbnail:after {
      opacity: 0.3; }
    .shops__column--side .list__post--topics li, .column__side .list__post--topics li {
      width: 100%; }
    @media screen and (max-width: 768px) {
      .list__post--topics li .item,
      .list__post--topics li a {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
    .list__post--topics li .item .thumbnail,
    .list__post--topics li a .thumbnail {
      margin-bottom: 8px;
      position: relative;
      border: solid 1px #DEE0E3;
      background-color: #fff; }
      .list__post--topics li .item .thumbnail:after,
      .list__post--topics li a .thumbnail:after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: 0.3s;
        opacity: 0; }
      .list__post--topics li .item .thumbnail > img,
      .list__post--topics li a .thumbnail > img {
        width: 100%;
        height: auto;
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat; }
  .list__post--topics li {
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      .list__post--topics li {
        width: 100%; } }
    #index .list__post--topics li {
      margin-bottom: 40px; }
      @media screen and (max-width: 768px) {
        #index .list__post--topics li {
          width: 48.31%; } }
    @media screen and (max-width: 768px) {
      .list__post--topics li a {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    @media screen and (max-width: 768px) {
      .list__post--topics li a .thumbnail {
        width: 48%; } }
    .list__post--topics li a .thumbnail:before {
      content: "";
      display: block;
      width: 3.1%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    #index .list__post--topics li a .thumbnail {
      border: none; }
      @media screen and (max-width: 768px) {
        #index .list__post--topics li a .thumbnail {
          width: 100%; } }
    @media screen and (max-width: 768px) {
      .list__post--topics li a .wrap {
        width: 48%; }
        #index .list__post--topics li a .wrap {
          width: 100%; } }
    .list__post--topics li a p.content {
      margin-bottom: 13px;
      font-size: 1.6rem;
      letter-spacing: 0;
      line-height: 2.8rem; }
      @media screen and (max-width: 768px) {
        .list__post--topics li a p.content {
          line-height: 2.2rem; } }
    .list__post--topics li a p.date {
      font-size: 1.3rem;
      letter-spacing: 1px;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        .list__post--topics li a p.date {
          line-height: 1.6rem; } }
    .list__post--topics li.shopnews .thumbnail:before, .list__post--topics li.shopnews .thumbnail:after {
      background-color: #00A2E9; }
    .list__post--topics li.shopnews .date {
      color: #00A2E9; }
      #index .list__post--topics li.shopnews .date {
        color: #000; }
    .list__post--topics li.event .thumbnail:before, .list__post--topics li.event .thumbnail:after {
      background-color: #DD488E; }
    .list__post--topics li.event .date {
      color: #DD488E; }
    .list__post--topics li.news .thumbnail:before, .list__post--topics li.news .thumbnail:after {
      background-color: #00902F; }
    .list__post--topics li.news .date {
      color: #00902F; }
    #index .list__post--topics li.event .date, #index .list__post--topics li.shopnews .date, #index .list__post--topics li.news .date {
      color: #000; }
  #index .list__post--topics {
    padding-bottom: 20px; }
.list__post--information {
  width: 764px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 4px; }
  @media screen and (max-width: 768px) {
    .list__post--information {
      width: 100%; } }
  .list__post--information li {
    margin-bottom: 10px; }
    .list__post--information li a {
      font-size: 1.4rem;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .list__post--information li a span,
      .list__post--information li a p {
        display: block;
        line-height: 2.6rem; }
      .list__post--information li a span {
        width: 12%; }
        @media screen and (max-width: 768px) {
          .list__post--information li a span {
            width: 6.5em; } }
      .list__post--information li a p {
        width: 88%; }
        @media screen and (max-width: 768px) {
          .list__post--information li a p {
            width: calc( 100% - 6.5em ); } }
.list__article--information li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 30px;
  border-bottom: solid 1px #707070; }
  @media screen and (max-width: 768px) {
    .list__article--information li {
      display: block;
      padding-bottom: 30px; } }
  .list__article--information li:last-child {
    margin-bottom: 0; }
.list__search__shops--genre {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 790px;
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .list__search__shops--genre {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 20px;
      width: 552px;
      max-width: none; } }
  @media screen and (max-width: 599px) {
    .list__search__shops--genre {
      width: 324px; } }
  @media screen and (max-width: 374px) {
    .list__search__shops--genre {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 210px; } }
  @media screen and (max-width: 768px) {
    .list__search__shops--genre li {
      margin-right: 18px; }
      .list__search__shops--genre li:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 599px) {
    .list__search__shops--genre li {
      margin-right: 18px;
      margin-bottom: 18px; }
      .list__search__shops--genre li:nth-child(3n) {
        margin-right: 0; } }
  @media screen and (max-width: 374px) {
    .list__search__shops--genre li {
      margin-right: 0; }
      .list__search__shops--genre li:nth-child(3n) {
        margin-right: 18px; }
      .list__search__shops--genre li:nth-child(2n) {
        margin-right: 0; } }
.list__search__shops--useful {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto 10px;
  /*
  @include bp(over){
  	@include flex(between, wrap, 0, 0);
  }
  @include bp(nav-main){
  	width: 661px;
  }
  @include bp(tb){
  	@include flex(start, wrap, 0, 0);
  	width: 486px;
  }
  @include bp(sp){
  	@include flex(between, wrap, 0, 0);
  	width: 320px;
  }
  @include bp(se){
  	display: block;
  	width: 154px;
  }
  */ }
  .list__search__shops--useful li {
    width: 154px;
    margin-bottom: 10px; }
    @media screen and (max-width: 768px) {
      .list__search__shops--useful li {
        width: 23.4%;
        margin-right: 2%;
        margin-bottom: 4%; }
        .list__search__shops--useful li:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 599px) {
      .list__search__shops--useful li {
        width: 48%;
        margin-right: 2%; } }
    @media screen and (max-width: 599px) {
      .list__search__shops--useful li {
        margin-right: 0; } }

.list__relation--footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 6px;
  padding-top: 20px;
  border-top: solid 1px #fff; }
  @media screen and (max-width: 768px) {
    .list__relation--footer {
      display: none; } }
  .list__relation--footer li.mitsui-fudosan {
    width: 114px; }
  .list__relation--footer li.mitsui-bussan {
    width: 114px; }
  .list__relation--footer li a img {
    width: 100%; }
.list__relation--content {
  margin-bottom: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .list__relation--content {
      display: block; } }
  .list__relation--content li {
    width: 24%; }
    @media screen and (max-width: 768px) {
      .list__relation--content li {
        width: 100%;
        margin-bottom: 15px; } }
    .list__relation--content li a {
      display: block; }
      .list__relation--content li a img {
        width: 100%; }
      .list__relation--content li a:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: 0.3s;
        opacity: 0;
        background-color: #fff; }
      .list__relation--content li a:hover:before {
        opacity: 0.3; }

.tel span {
  display: block; }
  .tel span.number {
    font-family: din-2014, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 2.4rem;
    letter-spacing: 1px;
    line-height: 1;
    position: relative;
    padding-left: 37px;
    line-height: 2.8rem; }
    .tel span.number:before {
      display: block;
      position: absolute;
      top: 3px;
      left: 0;
      transform-origin: top left;
      transform: scale(0.5); }
  .tel span.contact, .tel span.open {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 2.6rem;
    /*
    &:before{
    	content: '（';
    }
    &:after{
    	content: '）';
    }
    */ }
  .tel span.contact a {
    color: #00A2E9;
    font-weight: bold;
    font-size: 1.6rem; }
.tel.right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  @media screen and (max-width: 599px) {
    .tel.right {
      display: block; } }
.tel.bottom .open {
  font-size: 1.2rem;
  letter-spacing: 1px;
  line-height: 1.4rem;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400; }
.tel.black .number:before {
  content: url(/img/common/icon_tel-black.png); }
.tel.blue {
  color: #00A2E9; }
  .tel.blue .number:before {
    content: url(/img/common/icon_tel-blue.png); }

.to-top {
  width: 50%;
  height: 0;
  position: fixed;
  bottom: 95px;
  left: 50%;
  z-index: 800;
  text-align: right; }
  @media screen and (min-width: 1084px) {
    .to-top {
      width: calc( $just / 2 ); } }
  .to-top a {
    display: inline-block;
    width: auto;
    padding-right: 40px;
    position: relative;
    text-align: center;
    color: #000; }
    @media screen and (max-width: 768px) {
      .to-top a {
        padding-right: 25px; } }
    .to-top a:hover {
      text-decoration: none; }
    .to-top a img {
      width: 32px; }
      @media screen and (max-width: 768px) {
        .to-top a img {
          width: 60px; } }
    .to-top a figcaption {
      padding-top: 15px;
      font-size: 1.3rem; }
      @media screen and (max-width: 768px) {
        .to-top a figcaption {
          display: none; } }

.button__radius--block {
  display: block;
  position: relative;
  z-index: 3;
  overflow: hidden;
  border: solid 2px #000;
  border-radius: 36px; }
  .button__radius--block a {
    display: block;
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 2.6rem; }
    @media screen and (max-width: 374px) {
      .button__radius--block a {
        font-size: 3.71vw; } }
    .button__radius--block a:before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      transition: 0.3s;
      opacity: 0;
      background-color: #000; }
    .button__radius--block a:hover {
      text-decoration: none; }
      .button__radius--block a:hover span {
        color: #fff; }
        .button__radius--block a:hover span:after {
          content: url(/img/common/icon_arrow-white.png); }
      .button__radius--block a:hover:before {
        opacity: 1; }
    .button__radius--block a span {
      position: relative;
      z-index: 1;
      transition: 0.3s;
      color: #000; }
      @media screen and (max-width: 768px) {
        .button__radius--block a span {
          color: #000; } }
      .button__radius--block a span:after {
        content: url(/img/common/icon_arrow-black.png);
        position: absolute; }
        @media screen and (max-width: 768px) {
          .button__radius--block a span:after {
            content: url(/img/common/icon_arrow-black.png); } }
  .button__radius--block a span {
    display: block;
    padding: 4px 42px 4px 30px; }
    .button__radius--block a span:after {
      display: block;
      top: calc( 50% - 5px );
      right: 20px;
      transform-origin: top right;
      transform: scale(0.5); }
  .button__radius--block.blank a span {
    padding-left: 26px;
    text-indent: 26px; }
    .button__radius--block.blank a span:before {
      display: block;
      content: url(/img/common/icon_window-black.png);
      position: absolute;
      top: 10px;
      left: 10px;
      transform-origin: top left;
      transform: scale(0.5); }
    .button__radius--block.blank a span:hover:before {
      content: url(/img/common/icon_window-white.png); }
  .button__radius--block.logo a {
    text-align: center; }
    .button__radius--block.logo a span {
      padding-top: 34px;
      padding-bottom: 10px; }
      @media screen and (max-width: 374px) {
        .button__radius--block.logo a span {
          padding-right: 38px;
          padding-left: 26px; } }
      .button__radius--block.logo a span:before {
        content: url(/img/common/logo-h.png);
        display: block;
        position: absolute;
        top: 10px;
        left: calc(50% - 270px);
        transform-origin: top center;
        transform: scale(0.22); }
      .button__radius--block.logo a span:after {
        transform-origin: bottom right; }
      .button__radius--block.logo a span:hover:before {
        content: url(/img/common/logo_white-h.png); }
  .button__radius--block.no-arrow a:hover span:after {
    content: ''; }
  .button__radius--block.no-arrow a span {
    padding-right: 30px; }
    .button__radius--block.no-arrow a span:after {
      content: ''; }
.button__radius--inline {
  display: block;
  position: relative;
  z-index: 3;
  overflow: hidden;
  border: solid 2px #000;
  border-radius: 36px; }
  .button__radius--inline a {
    display: block;
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 2.6rem; }
    @media screen and (max-width: 374px) {
      .button__radius--inline a {
        font-size: 3.71vw; } }
    .button__radius--inline a:before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      transition: 0.3s;
      opacity: 0;
      background-color: #000; }
    .button__radius--inline a:hover {
      text-decoration: none; }
      .button__radius--inline a:hover span {
        color: #fff; }
        .button__radius--inline a:hover span:after {
          content: url(/img/common/icon_arrow-white.png); }
      .button__radius--inline a:hover:before {
        opacity: 1; }
    .button__radius--inline a span {
      position: relative;
      z-index: 1;
      transition: 0.3s;
      color: #000; }
      @media screen and (max-width: 768px) {
        .button__radius--inline a span {
          color: #000; } }
      .button__radius--inline a span:after {
        content: url(/img/common/icon_arrow-black.png);
        position: absolute; }
        @media screen and (max-width: 768px) {
          .button__radius--inline a span:after {
            content: url(/img/common/icon_arrow-black.png); } }
  .button__radius--inline a {
    text-align: center; }
    .button__radius--inline a span {
      display: inline-block;
      padding: 3px 0 5px 20px;
      text-align: center; }
      .button__radius--inline a span:after {
        display: inline-block;
        transform-origin: top left; }
  .button__radius--inline.top a span:after {
    top: 21px;
    left: 7px;
    transform: rotate(0.75turn) scale(0.5); }
  .button__radius--inline.right a span:after {
    top: 13px;
    left: 8px;
    transform: scale(0.5); }
  .button__radius--inline.bottom a span:after {
    top: 50%;
    left: 7px;
    transform-origin: center left;
    transform: rotate(0.25turn) scale(0.5);
    margin-top: -16px; }
  .button__radius--inline.left a span:after {
    top: 22px;
    left: 12px;
    transform: rotate(0.5turn) scale(0.5); }
.button__square {
  position: relative;
  overflow: hidden;
  text-align: center;
  border: solid 2px #00A2E9;
  background-color: #00A2E9; }
  .button__square:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    transition: 0.3s;
    transform: translate3d(-100%, 0, 0);
    background-color: #fff; }
  .button__square:hover:before {
    transform: translate3d(0, 0, 0); }
  .button__square a {
    display: block;
    padding: 37px 0;
    position: relative;
    z-index: 1;
    font-size: 2.2rem;
    transition: 0.3s;
    color: #fff; }
    .button__square a:hover {
      text-decoration: none;
      color: #00A2E9; }

.blank {
  position: relative; }
  .blank:after {
    display: block;
    position: absolute;
    transform-origin: top right;
    transform: scale(0.46); }
  .blank.text {
    padding-right: 2em; }
    .blank.text:after {
      top: 0.3vw;
      right: 0; }
  .blank.banner:after {
    top: 8px;
    right: 8px;
    z-index: 1; }
  .blank.black:after {
    content: url(/img/common/icon_window-black.png); }
  .blank.gray:after {
    content: url(/img/common/icon_window-gray.png); }
  .blank.white:after {
    content: url(/img/common/icon_window-white.png); }
  .blank.centering:after {
    top: calc(50% - 0.3em); }

.zoom {
  display: block;
  position: relative; }
  .zoom:before {
    content: url(/img/common/icon_zoom.png);
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    transform-origin: bottom right;
    transform: scale(0.5);
    pointer-events: none; }

.slider__header li {
  overflow: hidden;
  text-align: center; }
  .slider__header li img {
    width: 100%;
    max-height: 750px; }
    @media screen and (max-width: 599px) {
      .slider__header li img {
        width: 100%;
        height: auto;
        margin: 0 auto;
        position: relative;
        top: 0; } }
  @media screen and (max-width: 599px) {
    .slider__header li#slick-slide00 img {
      left: 0%; } }
  @media screen and (max-width: 599px) {
     }
.slider__header .slick-dots {
  bottom: -56px; }
  @media screen and (max-width: 768px) {
    .slider__header .slick-dots {
      bottom: 12px; } }
  .slider__header .slick-dots li button:before {
    font-size: 1.0rem; }
.slider__header.slick-dotted {
  margin-bottom: 90px; }
  @media screen and (max-width: 768px) {
    .slider__header.slick-dotted {
      margin-bottom: 30px; } }
.slider__greeting li {
  overflow: hidden;
  text-align: center; }
  .slider__greeting li img {
    width: 100%; }
.slider__greeting .slick-dots {
  bottom: -30px; }
  .slider__greeting .slick-dots li button:before {
    font-size: 1.0rem; }
.slider__greeting.slick-dotted {
  margin-bottom: 25px; }
.slider__shops li {
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  border: solid 1px #C9C9C9; }
  .slider__shops li img {
    width: 100%; }
.slider__shops .slick-list {
  margin: 0 0 30px 0; }
.slider__shops .slick-dots {
  text-align: left;
  position: static; }
  @media screen and (max-width: 768px) {
    .slider__shops .slick-dots {
      bottom: -94px; } }
  @media screen and (max-width: 374px) {
    .slider__shops .slick-dots {
      bottom: -82px; } }
  .slider__shops .slick-dots li {
    box-sizing: border-box;
    max-width: 129px;
    width: 23.4%;
    height: auto;
    margin-left: 0;
    margin-right: 2%; }
    .slider__shops .slick-dots li:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      .slider__shops .slick-dots li:last-child {
        margin-right: 0; } }
    .slider__shops .slick-dots li.slick-active {
      border: solid 2px #DEB400; }
    .slider__shops .slick-dots li button:before {
      font-size: 1.0rem; }
    .slider__shops .slick-dots li img {
      vertical-align: bottom; }
.slider__shops.slick-dotted {
  margin-bottom: 197px; }
  @media screen and (max-width: 970px) {
    .slider__shops.slick-dotted {
      margin-bottom: 156px; } }
  @media screen and (max-width: 768px) {
    .slider__shops.slick-dotted {
      margin-bottom: 112px; } }
  @media screen and (max-width: 374px) {
    .slider__shops.slick-dotted {
      margin-bottom: 102px; } }

.shops__search .acc__button--always {
  display: block;
  position: relative; }
  .shops__search .acc__button--always:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    border-color: #000 transparent transparent;
    border-style: solid;
    border-width: 10px 6px;
    margin: 6px 12px 0 0; }
  .shops__search .acc__button--always.open:after {
    border-color: transparent transparent #000;
    border-style: solid;
    border-width: 10px 6px; }
@media screen and (max-width: 768px) {
  .about__facility--column .acc__button--sp {
    display: inline;
    position: relative; }
    .about__facility--column .acc__button--sp:after {
      content: '';
      display: block;
      position: absolute;
      top: calc( 50% - 3px);
      right: -20px;
      border-color: #000 transparent transparent;
      border-style: solid;
      border-width: 10px 6px; }
    .about__facility--column .acc__button--sp.open:after {
      top: 0;
      bottom: calc( 50% - 6px);
      border-color: transparent transparent #000;
      border-style: solid;
      border-width: 10px 6px; }
  .about__service--column .acc__button--sp {
    display: inline-block;
    position: relative; }
    .about__service--column .acc__button--sp:after {
      content: '';
      display: block;
      position: absolute;
      top: calc( 50% - 3px);
      left: 0;
      border-color: transparent;
      border-style: solid;
      border-width: 10px 6px; }
    .about__service--column .acc__button--sp.open:after {
      top: 0;
      bottom: calc( 50% - 6px);
      border-color: transparent;
      border-style: solid;
      border-width: 10px 6px; }
    .about__service--column .acc__button--sp.yellow:after {
      border-top-color: #DEB400;
      border-bottom-color: transparent; }
    .about__service--column .acc__button--sp.yellow.open:after {
      border-top-color: transparent;
      border-bottom-color: #DEB400; }
    .about__service--column .acc__button--sp.pink:after {
      border-top-color: #DD488E;
      border-bottom-color: transparent; }
    .about__service--column .acc__button--sp.pink.open:after {
      border-top-color: transparent;
      border-bottom-color: #DD488E; }
    .about__service--column .acc__button--sp.blue:after {
      border-top-color: #00A2E9;
      border-bottom-color: transparent; }
    .about__service--column .acc__button--sp.blue.open:after {
      border-top-color: transparent;
      border-bottom-color: #00A2E9; }
    .about__service--column .acc__button--sp.gray:after {
      border-top-color: #C9C9C9;
      border-bottom-color: transparent; }
    .about__service--column .acc__button--sp.gray.open:after {
      border-top-color: transparent;
      border-bottom-color: #C9C9C9; }
    .about__service--column .acc__button--sp.green:after {
      border-top-color: #00902F;
      border-bottom-color: transparent; }
    .about__service--column .acc__button--sp.green.open:after {
      border-top-color: transparent;
      border-bottom-color: #00902F; } }
.acc__button--shopdata {
  cursor: pointer; }
  @media screen and (max-width: 768px) {
    .acc__button--shopdata {
      font-size: 1.4rem;
      letter-spacing: 0;
      line-height: 2.6rem;
      display: block;
      position: relative;
      text-align: center; }
      .acc__button--shopdata:after {
        content: 'さらに表示する';
        padding-right: 0.5em; }
      .acc__button--shopdata:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        border-color: #000 transparent transparent;
        border-style: solid;
        border-width: 10px 6px;
        margin: 10px 10px 0 0; }
      .acc__button--shopdata.open:after {
        content: '閉じる'; }
      .acc__button--shopdata.open:before {
        border-color: transparent transparent #000;
        border-style: solid;
        border-width: 10px 6px;
        margin: -10px 10px 0 0; } }
@media screen and (max-width: 768px) {
  .acc__data {
    display: none; } }
.acc__data.shops__search__useful {
  display: none; }

.cover {
  background: white;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: none; }

.nav-show .cover {
  display: block;
  z-index: 801; }
.nav-show .bar:first-child {
  top: 12px !important;
  transform: rotate(45deg); }
.nav-show .bar:last-child {
  top: 12px !important;
  transform: rotate(-45deg); }

.lum-lightbox {
  z-index: 999; }

.lum-lightbox-inner {
  right: 0;
  left: 0; }

@media screen and (max-width: 460px) {
  .lum-lightbox-inner img {
    max-width: 100vw !important;
    max-height: 85vh !important; } }
/* ==================================================
index
================================================== */
.header__image {
  width: 1004px;
  margin: 0 auto;
  padding-top: 70px; }
  @media screen and (max-width: 1004px) {
    .header__image {
      width: 100%; } }
  @media screen and (min-width: 1084px) {
    .header__image {
      width: auto;
      padding-right: 40px;
      padding-left: 40px; } }
  @media screen and (max-width: 768px) {
    .header__image {
      padding-top: 70px; } }
.header__navigation {
  margin-top: 0; }
  @media screen and (max-width: 768px) {
    .header__navigation {
      margin-top: 70px; } }

nav {
  padding-bottom: 60px; }
  @media screen and (max-width: 768px) {
    nav {
      padding-bottom: 40px; } }
  nav .nav__navigation {
    box-sizing: border-box;
    width: 970px;
    margin: 0 auto;
    margin-bottom: 40px;
    padding-right: 40px;
    padding-left: 40px; }
    @media screen and (max-width: 970px) {
      nav .nav__navigation {
        width: 100%;
        margin-bottom: 0px; } }
    @media screen and (max-width: 768px) {
      nav .nav__navigation {
        width: auto;
        margin-bottom: 10px; } }
    @media screen and (max-width: 599px) {
      nav .nav__navigation {
        padding-right: 0;
        padding-left: 0; } }
  nav .nav__information {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: double 3px #C9C9C9;
    border-bottom: double 3px #C9C9C9; }

main {
  padding-bottom: 155px;
  display: block; }
  @media screen and (max-width: 768px) {
    main {
      padding-bottom: 120px; } }
  main section {
    padding: 80px 0; }
    @media screen and (max-width: 768px) {
      main section {
        padding-top: 40px;
        padding-bottom: 40px; } }

.topics {
  background-image: url("/img/common/bg_topics.png");
  background-size: 180px; }

@media screen and (max-width: 768px) {
  .greeting {
    padding-top: 0; } }
.greeting__column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }
  @media screen and (max-width: 970px) {
    .greeting__column {
      display: block; } }
  .greeting__column--navigation {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    @media screen and (max-width: 374px) {
      .greeting__column--navigation {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .greeting__column--navigation li {
      margin-right: 30px; }
      @media screen and (max-width: 599px) {
        .greeting__column--navigation li {
          margin-right: 20px; } }
      @media screen and (max-width: 374px) {
        .greeting__column--navigation li {
          margin-bottom: 20px; } }
      .greeting__column--navigation li:last-child {
        margin-right: 0; }
.greeting__text {
  width: 324px; }
  @media screen and (max-width: 970px) {
    .greeting__text {
      width: auto; } }
  .greeting__text--read {
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-size: 2.2rem;
    line-height: 3.7rem;
    border-bottom: solid 1px #000; }
    @media screen and (max-width: 374px) {
      .greeting__text--read {
        font-size: 5.86vw; } }
    .greeting__text--read span {
      display: inline-block; }
  .greeting__text--content {
    margin-bottom: 30px;
    font-size: 1.4rem;
    line-height: 2.6rem; }
.greeting__image {
  width: 59.26%; }
  @media screen and (max-width: 970px) {
    .greeting__image {
      width: calc( 100% + 80px);
      margin-left: -40px;
      margin-bottom: 65px; } }
  @media screen and (max-width: 768px) {
    .greeting__image {
      width: calc( 100% + 50px );
      margin-left: -25px; } }

.access {
  background-image: url("/img/common/bg_topics_2.png");
  background-size: 166px; }
  .access__map {
    margin-bottom: 30px; }
    .access__map iframe {
      width: 100%;
      height: 400px; }
      @media screen and (max-width: 768px) {
        .access__map iframe {
          height: 86.7vw; } }
  .access__route {
    margin-bottom: 30px;
    font-size: 1.4rem;
    text-align: center;
    line-height: 2.6rem; }

.relation {
  padding-top: 60px; }
  @media screen and (max-width: 768px) {
    .relation {
      padding-top: 40px; } }

.application--paper {
  display: block; }
  .application--paper .button__radius--block {
    border-radius: 60px; }
  .application--paper a {
    display: flex;
    width: 100%;
    margin: 0 auto;
    font-size: 2.2rem;
    font-weight: normal;
    align-items: center;
    padding: 2% 0; }
    @media screen and (max-width: 768px) {
      .application--paper a {
        display: block;
        font-size: 1.4rem; } }
    .application--paper a > * {
      position: relative;
      white-space: nowrap;
      padding: 2% 0;
      z-index: 3;
      text-align: center; }
    .application--paper a .button--logo {
      background: url(/img/common/logo-h.png) no-repeat;
      background-size: 62% auto;
      background-position: 70% 50%;
      flex-basis: 48%; }
      @media screen and (max-width: 768px) {
        .application--paper a .button--logo {
          background-size: 40% auto;
          background-position: 50% 50%;
          padding: 0 0;
          height: 30px;
          margin: 0; } }
    .application--paper a .button--txt {
      flex-basis: 52%; }
      @media screen and (max-width: 768px) {
        .application--paper a .button--txt {
          padding: 0; } }
      .application--paper a .button--txt:after {
        content: '';
        line-height: 1;
        border: 7px solid transparent;
        border-left: 12px solid #000;
        display: inline-block;
        vertical-align: middle;
        margin-left: 18px;
        margin-top: -5px; }
        @media screen and (max-width: 599px) {
          .application--paper a .button--txt:after {
            border-width: 5px;
            border-left-width: 9px;
            margin-left: 8px; } }
    .application--paper a:hover {
      color: #fff; }
      .application--paper a:hover .button--txt:after {
        border-left-color: #fff; }
      .application--paper a:hover .button--logo {
        background-image: url(/img/common/logo-h_footer.png); }

/*# sourceMappingURL=index.css.map */
