body {
  padding-top: 0;
}

.hashtag + .youtube {
  margin-top: 4.9rem;
}

.specialPickUp + .youtube {
  margin-top: 2.4rem;
}

.youtubeList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.youtubeList > div {
  margin-top: 2.4rem;
  width: 49%;
}
@media (max-width: 768px) {
  .youtubeList {
    flex-direction: column;
  }
  .youtubeList > div {
    width: 100%;
  }
}

#modalEm .youtubeWrap {
  margin: 0 auto;
  max-width: 70rem;
}
#modalEm .youtube {
  margin: 4rem 0 2rem;
}

#modalEm .modalPic {
	max-width: 60rem;
  width: 85%;
	margin: 4rem auto 2rem;
}

.specialPickUp {
  color: #5D463A;
  margin-top: 2.4rem;
}

.openingVisual {
  text-align: center;
  height: 100vh;
  margin-bottom: -8rem;
  padding-top: 8rem;
}

@media (max-width: 768px) {
  .openingVisual {
    padding-top: 5.55rem;
    margin-bottom: -5.55rem;
    padding-top: 5.55rem;
  }
}

.openingVisual .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(100vh - 8.0rem - 7.3rem);
  overflow: hidden;
  background: #fff;
}

@media (max-width: 768px) {
  .openingVisual .img {
    height: calc(100vh - 5.55rem - 4rem);
  }
}

.openingVisual .img img {
  display: block;
  height: auto;
  max-height: calc(100vh - 8.0rem - 7.3rem);
}

@media (min-width: 768px) {
  .openingVisual .img img.sp {
    display: none;
  }
}

@media (max-width: 768px) {
  .openingVisual .img img.pc {
    display: none;
    max-height: calc(100vh - 5.55rem - 4rem);
  }
}

.openingVisual .arrow {
  position: relative;
  display: block;
  width: 100%;
  height: 7.3rem;
  background: url("/assets/img/top/arrow_bottom.png") center center no-repeat;
  background-size: 4.4rem 2.5rem;
}

@media (max-width: 768px) {
  .openingVisual .arrow {
    height: 4rem;
    background-size: 2.8rem 1.6rem;
  }
}

#app #header {
  padding-top: 8rem;
  padding-bottom: 10rem;
}

@media (max-width: 768px) {
  #app #header {
    padding-top: 5.55rem;
    padding-bottom: 4.2rem;
  }
}

#app #header .slide {
  margin-bottom: 0;
}

#app #header .slide .mainCarousel {
  margin-bottom: 0;
}

#app section.heading {
  padding-bottom: 6.4rem;
  overflow: hidden;
}

@media (max-width: 768px) {
  #app section.heading {
    padding-bottom: 4rem;
  }
}

#app section.heading .labels {
  margin-bottom: 0;
}

#app #header,
#app .heading,
#app .information,
#app .access {
  background: #fff;
}

@media (max-width: 768px) {
  #app .access {
    background: #f2f2f2;
  }
}

.emNotice {
  margin: 3.0rem auto;
  font-weight: bold;
}

@media (max-width: 768px) {
  .emNotice {
    margin: 0 auto;
    padding: 1.5rem;
  }
}

.emNotice p {
  font-size: 1.5rem;
  padding: 1em;
  color: #D80000;
  border: 1px solid #D80000;
}

@media (max-width: 768px) {
  .emNotice p {
    font-size: 1.3rem;
  }
}

.emNotice p.noLine {
  padding: 0;
  color: #000;
  border: none;
}

.emNotice p + p {
  margin-top: 1em;
}

.emNotice p .marker {
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

.mainCarousel {
  margin-bottom: 10rem;
}

@media (max-width: 768px) {
  .mainCarousel {
    margin-bottom: 4.2rem;
  }
}

.mainCarousel img {
  width: 100%;
}

main .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 7.5rem;
  margin-bottom: 5.6rem;
}

@media (max-width: 768px) {
  main .links {
    display: none;
  }
}

main .links li {
  width: 100%;
  height: 100%;
  border: 1px dashed #bbb;
  border-width: 0 1px;
}

main .links li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  color: #5D463A;
}

main .links li a img {
  display: block;
  margin-bottom: 1.0rem;
  max-width: 3.5rem;
}

main .links li + li {
  border-left-width: 0;
}

.bnrList {
  margin-bottom: 3rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bnrList li {
  width: calc((100% - 1.6rem) / 2);
}
.bnrList li:nth-child(n+3) {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .bnrList {
    margin-bottom: 1rem;
    flex-direction: column;
  }
  .bnrList li {
    width: 100%;
  }
  .bnrList li + li,
  .bnrList li:nth-child(n+3) {
    margin-top: 1.5rem;
  }
}

.bnrList02 .bnr {
  display: block;
  margin-bottom: 3rem;
}
.bnrList02 .bnr:last-child {
  margin-bottom: 7rem;
}

@media (max-width: 768px) {
  .bnrList02 .bnr {
    margin-bottom: 1rem;
  }
  .bnrList02 .bnr:last-child {
    margin-bottom: 4rem;
  }
}

section h2 {
  font-family: "fertigo-script", sans-serif;
  font-size: 3.6rem;
  text-align: center;
}

@media (max-width: 768px) {
  section h2 {
    font-size: 2.6rem;
  }
}


.shoprecommendSec {
  margin: 0 auto;
  padding: 5rem 0 6rem;
  color: #5D463A;
  position: relative;
}

@media (max-width: 768px) {
  .shoprecommendSec {
    padding: 4rem 0 4rem;
  }
}

.shoprecommendSec > * {
  position: relative;
}

.shoprecommendSec .ttlBlock {
	margin-bottom: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shoprecommendSec h2 {
  text-align: center;
}

.shoprecommendSec h2 img {
  width: 36rem;
}

.shoprecommendSec h2 + p {
  margin-left: 4rem;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.shoprecommendSec h2 + p .marker {
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

@media (max-width: 768px) {
  .shoprecommendSec .ttlBlock {
    margin-bottom: 1.5rem;
    flex-direction: column;
  }

  .shoprecommendSec h2 img {
    width: 18rem;
  }

  .shoprecommendSec h2 + p {
    margin-top: 1.5rem;
    margin-left: 0;
    font-size: 1.3rem;
  }
}

.shoprecommendSec .articleList {
  padding: 10rem 0 7rem;
}
.shoprecommendSec .articleList::before,
.shoprecommendSec .articleList::after {
  display: block;
  content: "";
  background-image: url(/assets/img/top/bg_shoprecommend.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 7rem;
  position: absolute;
  left: 0;
}
.shoprecommendSec .articleList::before {
  top: 0;
  background-position: top center;
}
.shoprecommendSec .articleList::after {
  bottom: 0;
  background-position: bottom center;
}
.shoprecommendSec .articleList li:nth-child(n+5) {
  margin-bottom: 2.6rem;
}
@media (max-width: 768px) {
  .shoprecommendSec .articleList {
    padding: 9rem 0 8rem;
  }
  .shoprecommendSec .articleList::before,
  .shoprecommendSec .articleList::after {
    background-image: url(/assets/img/top/bg_shoprecommend_sp.png);
  }
  .shoprecommendSec .articleList li:nth-child(n+5) {
    margin-bottom: 1.6rem;
  }
  /* .shoprecommendSec .articleList li:nth-last-child(-n+2) {
    display: none;
  } */
}
@media (max-width: 540px) {
  .shoprecommendSec .articleList {
    padding: 7rem 0 5rem;
  }
}

.explore {
  position: relative;
  padding: 12.2rem 0 70rem;
  overflow: hidden;
}

.explore span.bg {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url("/assets/img/top/explore_bg.jpg") center center no-repeat;
  background-size: cover;
}

@media (max-width: 768px) {
  .explore {
    padding: 6rem 0 18rem;
  }
}

.explore .wrapper > * {
  position: relative;
}

.explore .wrapper > h2 {
  color: #fff;
  margin-bottom: 3.5rem;
}

.explore .shopsearch {
  padding-top: 8rem;
}

.explore .shopsearch h2 {
  color: #fff;
  text-align: center;
}

.explore .shopsearch input {
  display: none;
}

.explore .shopsearch .tab {
  margin-top: 3.5rem;
}

.explore .shopsearch .tabLabels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.explore .shopsearch .tabLabels label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: #fff;
  width: calc((100% - 28px) / 3);
  height: 5.3rem;
  margin-top: 2rem;
  padding-top: 3px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #5D463A;
  cursor: pointer;
  -webkit-transition: height .3s;
  transition: height .3s;
}

@media (max-width: 768px) {
  .explore .shopsearch .tabLabels label {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 6rem;
    margin-top: 0;
  }
  .explore .shopsearch .tabLabels label:nth-child(1) {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .explore .shopsearch .tabLabels label:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .explore .shopsearch .tabLabels label:nth-child(3) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.explore .shopsearch .tabLabels label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background: #5D463A;
}

.explore .shopsearch .tabLabels label span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-align: center;
}

@media (max-width: 768px) {
  .explore .shopsearch .tabLabels label span {
    height: 100%;
    font-size: 1.6rem;
  }
}

.explore .shopsearch .tabLabels label span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.6rem;
  margin: auto;
  display: block;
  width: 14px;
  height: 14px;
  border: 2px;
  background: url("/assets/img/common/bottom_arrow_2.svg") center center no-repeat;
  background-size: contain;
}

.explore .shopsearch .tabLabels label.open {
  height: 7.3rem;
  background: #5D463A;
  color: #fff;
  margin-top: 0;
  padding-bottom: 0;
}

@media (max-width: 768px) {
  .explore .shopsearch .tabLabels label.open {
    height: 6.0rem;
  }
}

.explore .shopsearch .tabLabels label.open span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.explore .shopsearch .tabLabels label.open span::after {
  content: "";
  top: auto;
  bottom: -1.5rem;
  left: 0;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2rem .75rem 0 .75rem;
  border-color: #5D463A transparent transparent transparent;
  z-index: 10;
}

.explore .shopsearch .content {
  position: relative;
  width: 100%;
  padding: 3.8rem 4rem;
  background: #fff;
  overflow: hidden;
}

@media (max-width: 768px) {
  .explore .shopsearch .content {
    padding: 2.2rem 2rem;
    -webkit-transform-origin: center top;
            transform-origin: center top;
    height: 0;
    padding: 0;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-animation-duration: .4s;
            animation-duration: .4s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    height: auto;
  }
  .explore .shopsearch .content.floor, .explore .shopsearch .content.category, .explore .shopsearch .content.shopname {
    padding: 3.0rem 1.9rem;
  }
  .explore .shopsearch .content.floor {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .explore .shopsearch .content.category {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .explore .shopsearch .content.shopname {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}

.explore .shopsearch .content > div {
  width: 100%;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

@media (max-width: 768px) {
  .explore .shopsearch .content > div {
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
}

.explore .shopsearch .content > div .labels {
  margin-bottom: 0;
}

.explore .shopsearch .content .shopsearch-leave-active {
  position: absolute;
}

.explore .shopsearch .content .shopsearch-enter {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

@media (max-width: 768px) {
  .explore .shopsearch .content .shopsearch-enter {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

.explore .shopsearch .content .shopsearch-leave-to {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

@media (max-width: 768px) {
  .explore .shopsearch .content .shopsearch-leave-to {
    display: none;
  }
}

@media (max-width: 768px) {
  .explore .shopsearch .content .floor > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.explore .shopsearch .content .floor > ul > li {
  color: #5D463A;
}

@media (max-width: 768px) {
  .explore .shopsearch .content .floor > ul > li {
    width: calc(50% - 1.6rem);
    margin: 0 .8rem 1em;
  }
}

.explore .shopsearch .content .floor > ul > li a {
  font-family: 'Roboto', sans-serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.explore .shopsearch .content .floor > ul > li a span::first-letter {
  font-size: 1.3em;
}

.explore .shopsearch .content .floor > ul > li ul {
  font-size: 1.3rem;
  margin-top: 1em;
}

@media (max-width: 768px) {
  .explore .shopsearch .content .floor > ul > li ul {
    font-size: 1.2rem;
    margin-top: 1em;
  }
}

.explore .shopsearch .content.shopname ul::before, .explore .shopsearch .content.shopname ul::after {
  content: "";
  width: calc((100% - 5rem) / 5);
  -webkit-box-ordinal-group: 100;
      -ms-flex-order: 99;
          order: 99;
}

@media (max-width: 768px) {
  .explore .shopsearch .content.shopname ul::before, .explore .shopsearch .content.shopname ul::after {
    width: 9.5rem;
  }
}

.explore .shopsearch .content.shopname ul li a {
  font-size: 1.6rem;
}

@media (max-width: 768px) {
  .explore .shopsearch .content.shopname ul li a {
    font-size: 1.4rem;
  }
}

.events.articleList li {
  color: #fff;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.events.articleList li h3 {
  font-weight: normal;
}

.events.articleList li:first-child {
  -webkit-box-pack: justify;
      -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;
  width: 100%;
  margin-bottom: 3.5rem;
}

@media (max-width: 768px) {
  .events.articleList li:first-child {
    margin-bottom: 3rem;
  }
}

.events.articleList li:first-child .img {
  width: 74.5%;
}

@media (max-width: 768px) {
  .events.articleList li:first-child .img {
    width: 100%;
  }
}

.events.articleList li:first-child .img a img {
  width: 100%;
}

@media (max-width: 768px) {
  .events.articleList li:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.events.articleList li:first-child .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 28.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.events.articleList li:first-child .content h2 {
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .events.articleList li:first-child .content h2 {
    display: none;
  }
}

.events.articleList li:first-child .content p {
  display: block;
}

@media (max-width: 768px) {
  .events.articleList li:first-child .content p {
    display: none;
  }
}

.information {
  padding: 12.8rem 0 10rem;
}

@media (max-width: 768px) {
  .information {
    padding: 6rem 0;
  }
}

.information h2 {
  text-align: center;
  color: #5D463A;
}

.information ul {
  margin-top: 5.5rem;
}

@media (max-width: 768px) {
  .information ul {
    margin-top: 3.6rem;
  }
}

.information ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border: 1px dashed #C2C2C2;
  border-width: 1px 0;
  font-size: 1.5rem;
  padding: 1.2em;
}

@media (max-width: 768px) {
  .information ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.3rem;
  }
}

.information ul li time {
  font-size: 1.3rem;
  margin-right: 2em;
  color: #888888;
}

@media (max-width: 768px) {
  .information ul li time {
    font-size: 1.1rem;
  }
}

.information ul li h3 a:hover {
  text-decoration: underline;
}

.information ul li + li {
  border-top: none;
}

.information ul li a {
  color: #5D463A;
}

.shopnewsSec {
  margin: 18rem auto 0;
  padding: 18rem 0 8rem;
  color: #5D463A;
  position: relative;
}

@media (max-width: 768px) {
  .shopnewsSec {
    margin: 9rem auto 0;
    padding: 9rem 0 4rem;
  }
}

.shopnewsSec::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100vw;
  right: -100vw;
  margin: auto;
  display: block;
  width: 200vw;
  height: 100%;
  background: #fff;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: skew(0, -10deg);
          transform: skew(0, -10deg);
}

.shopnewsSec > * {
  position: relative;
}

.shopnewsSec h2 {
  text-align: center;
  margin-bottom: 5.5rem;
}

@media (max-width: 768px) {
  .shopnewsSec h2 {
    margin-bottom: 3.5rem;
  }
}

.specialSec {
  margin: -.5rem auto 0;
  padding: 10rem 0 18rem;
  color: #5D463A;
  position: relative;
}

@media (max-width: 768px) {
  .specialSec {
    margin: -.5rem auto 0;
    padding: 5rem 0 9rem;
  }
}

.specialSec::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100vw;
  right: -100vw;
  margin: auto;
  display: block;
  width: 200vw;
  height: 100%;
  background: #fff;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: skew(0, -10deg);
          transform: skew(0, -10deg);
}

.specialSec > * {
  position: relative;
}

.specialSec h2 {
  text-align: center;
  margin-bottom: 5.5rem;
}

@media (max-width: 768px) {
  .specialSec h2 {
    margin-bottom: 3.5rem;
  }
}

.specialSec .banners .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.specialSec .banners li {
  width: calc((100% - 1.6rem) / 2);
}

.specialSec .banners li p {
  margin-top: 1rem;
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .specialSec .banners .wrapper {
    flex-direction: column;
  }

  .specialSec .banners li {
    width: 100%;
    margin-bottom: .9rem;
  }

  .specialSec .banners li + li {
    margin-top: 3rem;
  }

  .specialSec .banners li p {
    font-size: 1.3rem;
  }
}

#app .access {
  position: relative;
  color: #5D463A;
  margin-bottom: 0;
  padding-bottom: 8rem;
}

@media (max-width: 768px) {
  #app .access {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #F2F2F2;
    padding: 4.2rem 1.5rem;
  }
}

@media (max-width: 768px) {
  #app .access > h2 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 2rem;
  }
}

#app .access .box {
  position: absolute;
  top: 5.2rem;
  right: 10rem;
  width: 33.6rem;
  margin: auto;
  padding: 1.4rem 1.8rem 2.2rem;
  background: #fff;
  border-top: 2px solid #5D463A;
}

@media (max-width: 768px) {
  #app .access .box {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    position: static;
    width: 100%;
    background: none;
    border: none;
    padding: 0;
  }
}

#app .access .box > div {
  padding: 2.4rem 2.8rem;
  font-size: 1.3rem;
}

@media (max-width: 768px) {
  #app .access .box > div {
    padding: 1.6rem 0;
  }
}

@media (max-width: 768px) {
  #app .access .box .heading {
    background: #f2f2f2;
  }
}

#app .access .box .heading h2 {
  text-align: left;
}

#app .access .box .heading .name {
  margin-top: .4em;
  font-size: 2.0rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  #app .access .box .heading .name {
    font-size: 1.8rem;
  }
}

#app .access .box .heading address {
  margin-top: 1em;
  font-style: normal;
}

#app .access .box .transit {
  border-top: 1px dashed #C2C2C2;
}

#app .access .box .transit p + p {
  margin-top: 1em;
}

#app .access .map {
  height: 57.8rem;
}

@media (max-width: 768px) {
  #app .access .map {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    height: 18rem;
  }
}

.explore .wrapper > h2:first-of-type {
  margin-bottom: 7.2rem;
}

@media (max-width: 768px) {
  .explore .wrapper > h2:first-of-type {
    margin-bottom: 3.5rem;
  }
}

.openingShop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.openingShop::before, .openingShop::after {
  content: "";
  display: block;
  width: 28rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 28rem;
}

.openingShop li {
  width: 28rem;
  background: #fff;
  margin-bottom: 2.8rem;
  padding: 2rem;
}

@media (max-width: 768px) {
  .openingShop li {
    width: calc(50% - 1rem);
    padding: 1.2rem;
  }
}

.openingShop li .img {
  border-bottom: 1px solid #bbb;
}

.openingShop li .img img {
  width: 100%;
}

.openingShop li .text {
  padding-top: 1.2rem;
}

.openingShop li .text .meta {
  font-size: 1.3rem;
  color: #888;
}

@media (max-width: 768px) {
  .openingShop li .text .meta {
    font-size: 1.1rem;
  }
}

.openingShop li .text .name {
  color: #5D463A;
  font-size: 1.6rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  .openingShop li .text .name {
    font-size: 1.3rem;
  }
}

.openingShop li .text .time {
  color: #5D463A;
  font-size: 1.3rem;
}

@media (max-width: 768px) {
  .openingShop li .text .time {
    font-size: 1.1rem;
  }
}

h2 + .notice {
  text-align: center;
}

@media (max-width: 768px) {
  h2 + .notice {
    font-size: 1.3rem;
  }
}

.floorGuide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5.2rem;
}

@media (max-width: 768px) {
  .floorGuide {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 4rem;
  }
}

.floorGuide li {
  width: 14rem;
  height: 5.6rem;
}

@media (max-width: 768px) {
  .floorGuide li {
    width: calc((100% - 1.6rem) / 3);
    margin-bottom: 1rem;
    height: 4.2rem;
  }
}

.floorGuide li label {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #5D463A;
  border-radius: 2.8rem;
  font-size: 2rem;
}

@media (max-width: 768px) {
  .floorGuide li label {
    font-size: 1.7rem;
  }
}

.floorGuide li label span::first-letter {
  font-size: 1.3em;
}

.floorGuide li label input {
  display: none;
}

.floorGuide li.current label, .floorGuide li:hover label {
  border-color: #5D463A;
  background: #5D463A;
  color: #fff;
}

.floorGuide li.disabled {
  pointer-events: none;
}

.floorGuide li.disabled label {
  border-color: #DEDEDE;
  background: #DEDEDE;
}

.floorGuide li.disabled label span {
  opacity: .6;
}

h3.floor {
  font-family: 'Roboto', sans-serif;
  margin: 4rem auto 1.2rem;
  font-size: 3rem;
  font-weight: bold;
  color: #5D463A;
  text-align: center;
}

@media (max-width: 768px) {
  h3.floor {
    font-size: 2.2rem;
  }
}

h3.floor::first-letter {
  font-size: 1.3em;
}

.floorMap img {
  max-width: 100%;
}

.floorMap img + img {
  margin: 3.2rem auto;
}
/*# sourceMappingURL=top.css.map */
