@charset "UTF-8";
html {
  font-size: 10px;
}

@media (max-width: 1200px) {
  html {
    font-size: 0.8vw;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 10px;
  }
}

[v-cloak] {
  display: none;
}

body {
  font-size: 1.6rem;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  padding-top: 8rem;
}

@media (max-width: 768px) {
  body {
    padding-top: 5.5rem;
  }
}

img {
  max-width: 100%;
}

a img {
  -webkit-transition: .2s;
  transition: .2s;
}

a img:hover {
  opacity: .8;
}

.pc {
  display: block;
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

span.bold {
  font-weight: bold;
}

.wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .wrapper {
    padding: 0 1.5rem;
  }
}

#modalEm {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  max-height: 100%;
  background: rgba(93, 70, 58, 0.9);
  overflow: auto;
  color: #fff;
}

#modalEm .inner {
  padding: 12rem 0;
  max-width: 56rem;
}

@media (max-width: 768px) {
  #modalEm .inner {
    padding: 5rem 0;
  }
}

#modalEm h2 {
  font-size: 2.8rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 3.8rem;
}

#modalEm h2::before {
  content: "重要";
  display: block;
  width: 5em;
  background: #EA3223;
  margin-bottom: 1.4rem;
  text-align: center;
}

@media (max-width: 768px) {
  #modalEm h2 {
    font-size: 1.8rem;
    text-align: left;
  }
}

#modalEm p {
  font-size: 1.4rem;
}

@media (max-width: 768px) {
  #modalEm p {
    font-size: 1.2rem;
  }
}

#modalEm p.meta {
  text-align: right;
  margin-bottom: 2.2rem;
  margin-top: 1em;
}

@media (max-width: 768px) {
  #modalEm p.meta {
    margin: 2rem 0;
  }
}

#modalEm p + p {
  margin-top: 1em;
}

#modalEm h3 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 2.5rem;
}

@media (max-width: 768px) {
  #modalEm h3 {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
}

#modalEm h3 + p {
  margin-top: 1rem;
  padding-left: 1em;
}

#modalEm ul.shops {
  width: 100%;
  border: .2rem solid #fff;
  padding: 2.4rem;
  margin: 2.4rem auto;
  font-size: 1.6rem;
}

@media (max-width: 768px) {
  #modalEm ul.shops {
    padding: 1.2rem;
  }
}

#modalEm ul.shops > li {
  line-height: 1.6;
}

#modalEm ul.shops > li ul li {
  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;
}

@media (max-width: 768px) {
  #modalEm ul.shops > li ul li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#modalEm ul.shops > li ul li p {
  width: 100%;
  font-size: 1.8rem;
}

@media (max-width: 768px) {
  #modalEm ul.shops > li ul li p {
    font-size: 1.6rem;
  }
}

#modalEm ul.shops > li ul li p::before {
  content: "・";
}

#modalEm ul.shops > li ul li span {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 1em;
}

#modalEm ul.shops > li ul li + li {
  margin-top: .5em;
}

#modalEm ul.shops > li + li {
  margin-top: 1em;
}

#modalEm ul.shops > li.notice {
  font-size: .8em;
}

#modalEm .close {
  display: block;
  width: 27rem;
  height: 6.2rem;
  border: 1px solid #fff;
  border-radius: 3.1rem;
  color: #fff;
  background: none;
  margin: 0 auto;
}

.modalEm-enter-active, .modalEm-leave-active {
  -webkit-transition: .4s;
  transition: .4s;
}

.modalEm-enter {
  opacity: 0;
}

.modalEm-leave-to {
  opacity: 0;
}

nav {
  position: relative;
  position: fixed;
  width: 100%;
  height: 8rem;
  background: #fff;
  border-bottom: 1px solid #BBBBBB;
  z-index: 99;
  top: 0;
}

@media (max-width: 768px) {
  nav {
    height: 5.55rem;
  }
}

nav .wrapper {
  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;
  height: 100%;
}

nav .wrapper input[type=checkbox] {
  display: none;
}

nav .wrapper > * {
  width: 33.3%;
}

nav .wrapper h1 {
  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;
  max-width: 20rem;
}

nav .wrapper h1 a img {
  height: 6.3rem;
}

@media (max-width: 768px) {
  nav .wrapper h1 a img {
    height: 4rem;
    max-width: none;
  }
}

nav .wrapper .left, nav .wrapper .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 100%;
}

nav .wrapper .right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

nav .wrapper .menuButton {
  width: 3.2rem;
  height: 3.2rem;
  cursor: pointer;
}

nav .wrapper #menu {
  position: absolute;
  top: 8.5rem;
  left: calc((100vw - 1200px) / 2);
  min-width: 25rem;
  padding: 4rem 3.6rem;
  background: #fff;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: .3s;
  transition: .3s;
  border: 1px solid #BBBBBB;
  z-index: 99;
  color: #5D463A;
}

nav .wrapper #menu.open {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

@media (max-width: 1200px) {
  nav .wrapper #menu {
    left: 0;
  }
}

@media (max-width: 768px) {
  nav .wrapper #menu {
    position: fixed;
    top: 5.55rem;
    left: -100vw;
    width: 100vw;
    height: calc(100% - 5.55rem);
    min-width: 0;
    padding: 3rem 1.5rem;
    border: none;
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transform: none;
            transform: none;
    overflow: auto;
  }
  nav .wrapper #menu.open {
    left: 0;
  }
}

nav .wrapper #menu form.search {
  display: none;
}

@media (max-width: 768px) {
  nav .wrapper #menu form.search {
    display: block;
    width: 100%;
    height: 5rem;
    margin-bottom: 2.7rem;
    border-radius: 2.5rem;
    border: 1px solid #5D463A;
    padding: 0 5.3rem;
  }
  nav .wrapper #menu form.search label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  nav .wrapper #menu form.search label input {
    width: 100%;
    font-size: 1.6rem;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  nav .wrapper #menu form.search label input {
    font-size: 1.4rem;
  }
}

@media (max-width: 768px) {
  nav .wrapper #menu form.search .sep {
    display: none;
  }
  nav .wrapper #menu form.search button[type=submit] {
    right: 1.5rem;
  }
  nav .wrapper #menu form.search::before {
    content: "";
    position: absolute;
    left: 1.7rem;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    background: url("/assets/img/common/nav_search.png") center center no-repeat;
    background-size: contain;
  }
}

nav .wrapper #menu .links {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 768px) {
  nav .wrapper #menu .links {
    margin-bottom: 3.6rem;
  }
}

nav .wrapper #menu .links li {
  width: 100%;
}

@media (max-width: 768px) {
  nav .wrapper #menu .links li {
    border: 1px solid #bbb;
    border-width: 1px 0;
  }
}

nav .wrapper #menu .links li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-weight: bold;
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  nav .wrapper #menu .links li a {
    padding: 1.6rem .9rem;
    font-size: 1.4rem;
  }
}

nav .wrapper #menu .links li a img {
  display: block;
  width: 3rem;
  height: 3rem;
  margin-right: 1.2rem;
}

nav .wrapper #menu .links li + li {
  margin-top: 2.8rem;
}

@media (max-width: 768px) {
  nav .wrapper #menu .links li + li {
    margin: 0;
    border-top: none;
  }
}

nav .wrapper #menu .siteLinks {
  display: none;
}

@media (max-width: 768px) {
  nav .wrapper #menu .siteLinks {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 9em;
    font-size: 1.2rem;
    line-height: 1;
  }
  nav .wrapper #menu .siteLinks li {
    margin-bottom: 1.5em;
  }
}

@media (max-width: 768px) {
  nav .wrapper .searchButton {
    display: none;
  }
}

nav .wrapper .searchButton img {
  cursor: pointer;
  width: 2.9rem;
}

nav .wrapper .search {
  position: relative;
  width: 20rem;
  padding: .95rem 0;
}

@media (max-width: 768px) {
  nav .wrapper .search {
    display: none;
  }
}

nav .wrapper .search input {
  width: 100%;
  padding: 0 1.5em 0 .5em;
  border: none;
  line-height: 2.0;
  outline: none;
  -webkit-transition: .4s;
  transition: .4s;
  opacity: 0;
}

nav .wrapper .search input {
  opacity: 1;
}

nav .wrapper .search input ~ .sep {
  width: 100%;
}

nav .wrapper .search button[type=submit] {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1.0rem;
  height: 1.7rem;
  margin: auto;
  padding: 0;
  opacity: 0;
  opacity: 1;
  border: 0;
  background: url("/assets/img/common/search_go.png") center center no-repeat;
  background-size: contain;
}

nav .wrapper .search .sep {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  margin: auto;
  background: #BBBBBB;
}

nav .wrapper .searchBox-enter-active, nav .wrapper .searchBox-leave-active {
  -webkit-transition: .5s;
  transition: .5s;
}

nav .wrapper .searchBox-enter, nav .wrapper .searchBox-leave-to {
  width: 0;
  opacity: 0;
}

nav .wrapper .translate {
  margin-left: 3.5rem;
}

nav .wrapper .translate img {
  cursor: pointer;
  width: 2.9rem;
}

nav .wrapper .translate input {
  display: none;
}

nav .wrapper .translate input:checked + ul {
  -webkit-transform: scale(1);
          transform: scale(1);
}

nav .wrapper .translate ul {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: .3s;
  transition: .3s;
  position: absolute;
  width: 12rem;
  top: 8.5rem;
  right: calc((100vw - 1200px) / 2);
  z-index: 90;
  font-size: 1.4rem;
  padding: 1.5em 0;
  background: #fff;
  border: 1px solid #BBBBBB;
  text-align: center;
}

@media (max-width: 1200px) {
  nav .wrapper .translate ul {
    right: 0;
  }
}

@media (max-width: 768px) {
  nav .wrapper .translate ul {
    top: 5.8rem;
  }
}

nav .wrapper .translate ul li {
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
}

nav .wrapper .translate ul li:hover {
  background-color: #f0f0f0;
}

nav .wrapper .translate ul li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 2.5;
  color: #5D463A;
}

.labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 6.4rem;
}

@media (max-width: 768px) {
  .labels {
    margin-bottom: 4.4rem;
  }
}

.labels > li {
  margin: 0 1rem 1.5rem 0;
}

@media (max-width: 768px) {
  .labels > li {
    margin: 0 1rem 1rem 0;
  }
}

.labels > li a:hover, .labels > li.current a {
  color: #fff;
  background: #5D463A;
  -webkit-transition: .2s;
  transition: .2s;
}

.labels > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4rem;
  padding: 0 1.5em;
  border: 1px solid #5D463A;
  border-radius: 2rem;
  color: #5D463A;
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .labels > li a {
    height: 3rem;
    font-size: 1.3rem;
  }
}

.labels.hashtag li a::before {
  content: "#";
}

.labels.large li a {
  height: 5.6rem;
  border-radius: 2.8rem;
  font-size: 2.0rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
}

@media (max-width: 768px) {
  .labels.large li a {
    height: 4.2rem;
    border-radius: 2.1rem;
    font-size: 1.6rem;
  }
}

.labels.large li a .svgIcon {
  margin-right: .9rem;
  -webkit-transition: .2s;
  transition: .2s;
}

.labels.nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.labels.nowrap li {
  width: 100%;
}

.labels.grid {
  width: calc(100% + 1rem);
  margin-left: -.5rem;
  margin-right: -.5rem;
}

@media (max-width: 768px) {
  .labels.grid {
    width: 100%;
    margin: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.labels.grid > li {
  width: calc((100% - 5rem) / 5);
  margin: 0 .5rem 1.7rem;
}

@media (max-width: 768px) {
  .labels.grid > li {
    width: 9.5rem;
    margin: 0 0 1rem;
  }
}

@media (max-width: 768px) {
  .labels.clm3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.labels.clm3 > li {
  width: calc((100% / 3 ) - 1.1rem);
}

.labels.clm2 > li {
  width: calc((100% / 2 ) - 1.1rem);
}

@media (max-width: 768px) {
  .labels.clm3 > li {
    width: 100%;
  }
}

.labels.clm2 > li a,
.labels.clm3 > li a {
  font-size: 1.6rem;
  padding: 0;
}

@media (max-width: 768px) {
  .labels.icons li a {
    font-size: 1.4rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 1.6rem;
  }
}

@media (max-width: 768px) {
  .labels.icons li a {
    width: 100%;
  }
}

.labels.icons li a .svgIcon {
  max-width: 2.5rem;
  min-width: 2.5rem;
}

.labels.icons li a:hover .svgIcon {
  fill: #fff;
}

.labels.icons li.current a .svgIcon {
  fill: #fff;
}

.events.articleList {
  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;
  color: #5D463A;
}

@media (max-width: 768px) {
  .events.articleList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.events.articleList::before, .events.articleList::after {
  content: "";
  display: block;
  width: 23.75%;
  -webkit-box-ordinal-group: 100;
      -ms-flex-order: 99;
          order: 99;
}

@media (max-width: 768px) {
  .events.articleList::before, .events.articleList::after {
    width: 100%;
  }
}

.events.articleList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 23.75%;
  margin-bottom: 7rem;
}

@media (max-width: 768px) {
  .events.articleList li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
    margin-bottom: 3rem;
  }
}

.events.articleList li .img {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.events.articleList li .img a {
  width: 100%;
}

.events.articleList li .img a img {
  width: 100%;
}

.events.articleList li h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: .8rem;
}

@media (max-width: 768px) {
  .events.articleList li h3 {
    font-size: 1.3rem;
    line-height: 2.0;
  }
}

.events.articleList li p {
  display: none;
  font-size: 1.5rem;
}

.events.articleList.col3 li {
  width: 38rem;
}

@media (max-width: 768px) {
  .events.articleList.col3 li {
    width: 100%;
  }
}

.events.articleList.col3::before, .events.articleList.col3::after {
  width: 38rem;
}

.events.articleList.rows li {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 100%;
  border: 1px solid #BBBBBB;
  border-width: 1px 0;
  margin: 0;
  padding: 2.6rem 1rem;
}

@media (max-width: 768px) {
  .events.articleList.rows li {
    padding: 2rem 0;
  }
}

.events.articleList.rows li .img {
  width: 22rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 768px) {
  .events.articleList.rows li .img {
    width: 14.2rem;
  }
}

.events.articleList.rows li .content {
  width: 100%;
  margin-left: 2.7rem;
}

@media (max-width: 768px) {
  .events.articleList.rows li .content {
    margin-left: 1.4rem;
  }
}

.events.articleList.rows li .content h3 {
  font-size: 1.6rem;
  margin: 0 0 .8rem;
}

@media (max-width: 768px) {
  .events.articleList.rows li .content h3 {
    font-size: 1.3rem;
    margin: 0;
    line-height: 1.6;
  }
}

.events.articleList.rows li .content p {
  font-size: 1.3rem;
  display: block;
}

@media (max-width: 768px) {
  .events.articleList.rows li .content p {
    display: none;
  }
}

.events.articleList.rows li + li {
  border-top-width: 0;
}

.shopnews.articleList {
  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;
  width: calc( 100% + 2.8rem);
  margin-left: -1.4rem;
  margin-right: -1.4rem;
}

@media (max-width: 768px) {
  .shopnews.articleList {
    width: calc( 100% + 2rem);
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

.shopnews.articleList li {
  width: calc(25% - 2.8rem);
  margin: 0 1.4rem 7.6rem;
}

@media (max-width: 768px) {
  .shopnews.articleList li {
    width: calc(50% - 2rem);
    margin: 0 1rem 3rem;
  }
}

.shopnews.articleList li article {
  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;
  color: #5D463A;
}

.shopnews.articleList li article .img {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 100%;
}

.shopnews.articleList li article .img img {
  font-family: 'object-fit:cover;';
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.shopnews.articleList li article .category {
  margin-top: 1.5rem;
}

.shopnews.articleList li article .category a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.5rem;
  padding: 0 1em;
  font-size: 1.3rem;
  background: #E4E4E4;
  border-radius: 1.25rem;
  color: #333333;
}

@media (max-width: 768px) {
  .shopnews.articleList li article .category a {
    font-size: 1.1rem;
  }
}

.shopnews.articleList li article time {
  display: block;
  margin-top: .5rem;
  font-size: 1.3rem;
  color: #888888;
}

.shopnews.articleList li article time::after {
  content: " up";
}

@media (max-width: 768px) {
  .shopnews.articleList li article time {
    font-size: 1.1rem;
  }
}

.shopnews.articleList li article h3 {
  margin-top: .5rem;
  font-size: 1.6rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  .shopnews.articleList li article h3 {
    font-size: 1.3rem;
  }
}

.shopnews.articleList li article .shopname {
  margin-top: .8rem;
  font-size: 1.3rem;
}

@media (max-width: 768px) {
  .shopnews.articleList li article .shopname {
    font-size: 1.1rem;
  }
}

.shopnews.articleList li .new .img {
  position: relative;
}

.shopnews.articleList li .new .img::after {
  content: "";
  position: absolute;
  bottom: -3.1rem;
  right: 0;
  display: block;
  width: 6.2rem;
  height: 6.2rem;
  background: url("/assets/img/common/badge_new.png") center center no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  .shopnews.articleList li .new .img::after {
    width: 3.6rem;
    height: 3.6rem;
    bottom: -1.8rem;
    right: .42rem;
  }
}

.shopnews.articleList li .more {
  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;
  margin-top: 1.0rem;
  padding: .8rem 0;
  border-top: 1px dashed #BBBBBB;
  font-size: 1.3rem;
}

@media (max-width: 768px) {
  .shopnews.articleList li .more {
    font-size: 1.1rem;
  }
}

.shopnews.articleList li .more a {
  text-decoration: underline;
  color: #5D463A;
}

.shopnews.articleList li .more::after {
  content: "";
  display: inline-block;
  width: 2.6rem;
  height: .6rem;
  background: url("/assets/img/common/right_arrow.png") center center no-repeat;
  background-size: contain;
  margin-left: .5em;
}

.shopnews.articleList.rows {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.shopnews.articleList.rows li {
  width: 100%;
  border: 1px solid #BBBBBB;
  border-width: 1px 0;
  padding: 2.5rem;
  margin: 0;
}

@media (max-width: 768px) {
  .shopnews.articleList.rows li {
    padding: 1.85rem 1.5rem;
  }
}

.shopnews.articleList.rows li article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.shopnews.articleList.rows li article .img {
  width: 14.8rem;
  height: 14.8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .shopnews.articleList.rows li article .img {
    width: 9rem;
    height: 9rem;
  }
}

.shopnews.articleList.rows li article .content {
  margin-left: 2.5rem;
}

@media (max-width: 768px) {
  .shopnews.articleList.rows li article .content {
    margin-left: 1.3rem;
  }
}

.shopnews.articleList.rows li article .content .category {
  margin: 0;
}

.shopnews.articleList.rows li article .content time {
  display: block;
  margin-top: .5em;
}

@media (max-width: 768px) {
  .shopnews.articleList.rows li article .content .shopname {
    display: none;
  }
}

.shopnews.articleList.rows li .new .img::after {
  top: -1rem;
  bottom: auto;
  left: -1rem;
  right: auto;
  width: 5rem;
  height: 5rem;
}

@media (max-width: 768px) {
  .shopnews.articleList.rows li .new .img::after {
    width: 3.4rem;
    height: 3.4rem;
  }
}

.shopnews.articleList.rows li .more {
  display: none;
}

.shopnews.articleList.rows li + li {
  border-top-width: 0;
}

.roundedLink {
  font-family: "fertigo-script", sans-serif;
  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;
  margin-top: 4rem;
}

@media (max-width: 768px) {
  .roundedLink {
    margin-top: 3.4rem;
  }
}

.roundedLink a {
  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;
  min-width: 24.4rem;
  height: 5.6rem;
  border: 1px solid #fff;
  border-radius: 2.8rem;
  color: #fff;
  -webkit-transition: .2s;
  transition: .2s;
  font-size: 2.0rem;
  padding: 0 5rem;
}

@media (max-width: 768px) {
  .roundedLink a {
    min-width: 16rem;
    height: 4.2rem;
    border-radius: 2.1rem;
    font-size: 2.0rem;
  }
}

.roundedLink a:hover {
  background: #fff;
  color: #5D463A;
}

.roundedLink.invert a {
  border: 1px solid #5D463A;
  border-radius: 2.8rem;
  color: #5D463A;
}

.roundedLink.invert a:hover {
  background: #5D463A;
  color: #fff;
}

.roundedLink.normalFont {
  font-family: inherit;
}

.roundedLink.normalFont a {
  font-size: 1.5rem;
}

.roundedLink.toHome a {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .roundedLink.toHome a {
    font-size: 1.3rem;
  }
}

.svgIcon {
  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;
  fill: #5D463A;
}

.access {
  margin-bottom: 8rem;
}

footer {
  background: #5D463A;
  padding: 0 0 5.2rem;
  color: #fff;
}

footer .banners {
  position: relative;
  padding: 8.2rem 0;
  background: #fff;
  margin-bottom: 8rem;
}

@media (max-width: 768px) {
  footer .banners {
    padding: 5.2rem 0 5rem;
    margin-bottom: 6.4rem;
  }
}

footer .banners .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .banners .wrapper::before, footer .banners .wrapper::after {
  content: "";
  width: calc((100% - 1.6rem * 3 ) / 4);
  height: 0;
  margin-top: 3rem;
  -webkit-box-ordinal-group: 100;
      -ms-flex-order: 99;
          order: 99;
}

@media (max-width: 768px) {
  footer .banners .wrapper::before, footer .banners .wrapper::after {
    width: calc((100% - .9rem ) / 2);
    margin-top: 0;
  }
}

footer .banners .wrapper > li {
  width: calc((100% - 1.6rem) / 2);
}

@media (max-width: 768px) {
  footer .banners .wrapper > li {
    width: 100%;
    margin-bottom: .9rem;
  }
}

footer .banners .wrapper > li a img {
  display: block;
  width: 100%;
  height: auto;
}

footer .banners .wrapper > li:nth-child(n+3) {
  width: calc((100% - 1.6rem * 3 ) / 4);
  margin-top: 3rem;
}

@media (max-width: 768px) {
  footer .banners .wrapper > li:nth-child(n+3) {
    width: calc((100% - .9rem ) / 2);
    margin-top: 0;
  }
}

footer .banners::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: .6rem;
  background: -webkit-gradient(linear, left top, right top, from(#D86C7D), color-stop(25%, #D86C7D), color-stop(25%, #0098BF), color-stop(50%, #0098BF), color-stop(50%, #FBA200), color-stop(75%, #FBA200), color-stop(75%, #70A742), to(#70A742));
  background: linear-gradient(to right, #D86C7D 0%, #D86C7D 25%, #0098BF 25%, #0098BF 50%, #FBA200 50%, #FBA200 75%, #70A742 75%, #70A742 100%);
}

footer .pageLinks {
	margin-top: 5rem;
  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;
  font-size: 1.5rem;
  font-weight: bold;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  footer .pageLinks {
		margin-top: 3rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.3rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

footer .pageLinks li {
  text-align: center;
}

@media (max-width: 768px) {
  footer .pageLinks li {
    width: 50%;
    margin-top: 1em;
    text-align: left;
  }
}

footer .pageLinks li + li {
  margin-left: 2.8em;
}

@media (max-width: 768px) {
  footer .pageLinks li + li {
    margin: 1em 0 0;
  }
}

footer .pageLinks li.covid19 {
  width: 100%;
  margin-bottom: 1em;
}

footer .siteLinks {
  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;
  margin-top: 1.6em;
  font-size: 1.4rem;
  line-height: 1;
}

@media (max-width: 768px) {
  footer .siteLinks {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.2rem;
  }
}

footer .siteLinks li {
  margin-right: 1em;
  padding-right: 1em;
  border-right: 1px solid #fff;
}

@media (max-width: 768px) {
  footer .siteLinks li {
    margin-top: 1.2em;
  }
  footer .siteLinks .spacer {
    width: 100%;
  }
}

footer .siteLinks li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

footer .socialLinks {
  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;
  margin-top: 4.2rem;
}

footer .socialLinks li a {
  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: 5.2rem;
  height: 5.2rem;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #fff;
  -webkit-transition: .2s;
  transition: .2s;
}

footer .socialLinks li a img {
  width: 100%;
}

footer .socialLinks li a:hover {
  background: transparent;
}

footer .socialLinks li a:hover svg {
  fill: #fff;
  -webkit-transition: .2s;
  transition: .2s;
}

footer .socialLinks li + li {
  margin-left: 3.5rem;
}

footer #pageTop {
  overflow: hidden;
  margin-top: 6.6rem;
  text-align: center;
  padding-bottom: 2.8rem;
  background: url("/assets/img/common/footer_wave.png") left bottom repeat-x;
}

footer #pageTop img {
  width: 9.4rem;
}

footer .copyright {
  margin-top: 4rem;
  text-align: center;
  line-height: 1.0;
  font-size: 1.3rem;
}

footer .copyright + .copyright {
  margin-top: 1em;
}

#app header {
  color: #5D463A;
}

#app.page header, #app.access header, #app.recruit header, #app.openingHours header, #app.sitemap header, #app.archive header, #app.guide header, #app.services header {
  position: relative;
  height: 19.2rem;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#app.page header .sub, #app.access header .sub, #app.recruit header .sub, #app.openingHours header .sub, #app.sitemap header .sub, #app.archive header .sub, #app.guide header .sub, #app.services header .sub {
  margin-top: .5em;
}

@media (max-width: 768px) {
  #app.page header .sub, #app.access header .sub, #app.recruit header .sub, #app.openingHours header .sub, #app.sitemap header .sub, #app.archive header .sub, #app.guide header .sub, #app.services header .sub {
    font-size: .5em;
  }
}

@media (max-width: 768px) {
  #app.page header, #app.access header, #app.recruit header, #app.openingHours header, #app.sitemap header, #app.archive header, #app.guide header, #app.services header {
    height: 15rem;
  }
}

#app.page header::after, #app.access header::after, #app.recruit header::after, #app.openingHours header::after, #app.sitemap header::after, #app.archive header::after, #app.guide header::after, #app.services header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2.1rem;
  background: url("/assets/img/common/header_line.png") bottom left repeat;
  background-size: .7rem .7rem;
}

@media (max-width: 768px) {
  #app.page header::after, #app.access header::after, #app.recruit header::after, #app.openingHours header::after, #app.sitemap header::after, #app.archive header::after, #app.guide header::after, #app.services header::after {
    height: 1.4rem;
  }
}

#app.page header h1, #app.access header h1, #app.recruit header h1, #app.openingHours header h1, #app.sitemap header h1, #app.archive header h1, #app.guide header h1, #app.services header h1 {
  font-size: 3.0rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  #app.page header h1, #app.access header h1, #app.recruit header h1, #app.openingHours header h1, #app.sitemap header h1, #app.archive header h1, #app.guide header h1, #app.services header h1 {
    font-size: 2.2rem;
  }
}

#app.page header h1 span, #app.access header h1 span, #app.recruit header h1 span, #app.openingHours header h1 span, #app.sitemap header h1 span, #app.archive header h1 span, #app.guide header h1 span, #app.services header h1 span {
  display: block;
  text-align: center;
  font-size: .66em;
  font-weight: normal;
}

#app.page .heading {
  margin-bottom: 6.3rem;
}

@media (max-width: 768px) {
  #app.page .heading {
    margin-bottom: 3.2rem;
  }
}

#app.archive main, #app.access main, #app.recruit main, #app.openingHours main, #app.sitemap main, #app.page main, #app.services main {
  padding: 6rem 0 11.5rem;
}

@media (max-width: 768px) {
  #app.archive main, #app.access main, #app.recruit main, #app.openingHours main, #app.sitemap main, #app.page main, #app.services main {
    padding: 3.6rem 0 6rem;
  }
}

@media (max-width: 768px) {
  #app.event header, #app.page header, #app.access header, #app.recruit header, #app.openingHours header, #app.sitemap header, #app.shopnews header, #app.guide header, #app.services header {
    height: 9.8rem;
  }
}

#app.event header h1, #app.page header h1, #app.access header h1, #app.recruit header h1, #app.openingHours header h1, #app.sitemap header h1, #app.shopnews header h1, #app.guide header h1, #app.special header, #app.services header {
  font-family: "fertigo-script", sans-serif;
  font-size: 3.6rem;
  font-weight: normal;
}

@media (max-width: 768px) {
  #app.event header h1, #app.page header h1, #app.access header h1, #app.recruit header h1, #app.openingHours header h1, #app.sitemap header h1, #app.shopnews header h1, #app.guide header h1, #app.services header h1 {
    font-size: 2.4rem;
  }
}

#app.search.hashtags header h1::before {
  content: "#";
}

#app.page main {
  color: #5D463A;
  font-size: 1.5rem;
  line-height: 1.8;
}

@media (max-width: 768px) {
  #app.page main {
    font-size: 1.3rem;
  }
}

#app.page main p + ul {
  margin-top: 6rem;
}

@media (max-width: 768px) {
  #app.page main p + ul {
    margin-top: 4rem;
  }
}

#app.page main p.author {
  margin-top: 4rem;
}

@media (max-width: 768px) {
  #app.page main p.author {
    margin-top: 3rem;
  }
}

#app.page main ul {
  padding-left: 1em;
}

#app.page main ul li {
  padding-left: .3em;
  list-style-type: decimal;
}

#app.page main ul li + li {
  margin-top: .8em;
}

#app.page main, #app.access main, #app.recruit main, #app.sitemap main, #app.openingHours main, #app.services main {
  font-size: 1.5rem;
  color: #5D463A;
}

@media (max-width: 768px) {
  #app.page main, #app.access main, #app.recruit main, #app.sitemap main, #app.openingHours main, #app.services main {
    font-size: 1.3rem;
  }
}

#app.page main .heading, #app.access main .heading, #app.recruit main .heading, #app.sitemap main .heading, #app.openingHours main .heading, #app.services main .heading {
  text-align: center;
}

#app.page main .heading span, #app.access main .heading span, #app.recruit main .heading span, #app.sitemap main .heading span, #app.openingHours main .heading span, #app.services main .heading span {
  display: block;
}

#app.page main .heading .title, #app.access main .heading .title, #app.recruit main .heading .title, #app.sitemap main .heading .title, #app.openingHours main .heading .title, #app.services main .heading .title {
  position: relative;
  font-size: 2.6rem;
  font-weight: bold;
  padding-bottom: 1em;
}

@media (max-width: 768px) {
  #app.page main .heading .title, #app.access main .heading .title, #app.recruit main .heading .title, #app.sitemap main .heading .title, #app.openingHours main .heading .title, #app.services main .heading .title {
    font-size: 2.0rem;
    padding-bottom: .5em;
  }
}

#app.page main .heading .title::after, #app.access main .heading .title::after, #app.recruit main .heading .title::after, #app.sitemap main .heading .title::after, #app.openingHours main .heading .title::after, #app.services main .heading .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 2em;
  height: .2rem;
  background: #5D463A;
}

#app.page main .heading .desc, #app.access main .heading .desc, #app.recruit main .heading .desc, #app.sitemap main .heading .desc, #app.openingHours main .heading .desc, #app.services main .heading .desc {
  margin-top: 6rem;
}

@media (max-width: 768px) {
  #app.page main .heading .desc, #app.access main .heading .desc, #app.recruit main .heading .desc, #app.sitemap main .heading .desc, #app.openingHours main .heading .desc, #app.services main .heading .desc {
    margin-top: 3.2rem;
  }
}

@media (min-width: 768px) {
  #app.page main .heading .desc br, #app.access main .heading .desc br, #app.recruit main .heading .desc br, #app.sitemap main .heading .desc br, #app.openingHours main .heading .desc br, #app.services main .heading .desc br {
    display: none;
  }
}

#app.recruit .shops {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 5.2rem;
}

@media (max-width: 768px) {
  #app.recruit .shops {
    margin-top: 3rem;
  }
}

#app.recruit .shops li {
  padding: 1.5rem 0 7rem;
  border-top: 1px solid #bbb;
}

@media (max-width: 768px) {
  #app.recruit .shops li {
    padding: 1rem 0 4rem;
  }
}

#app.recruit .shops li .info {
  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;
}

#app.recruit .shops li .info .img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 14rem;
  height: 14rem;
}

@media (max-width: 768px) {
  #app.recruit .shops li .info .img {
    width: 8.6rem;
    height: 8.6rem;
  }
}

#app.recruit .shops li .info .img img {
  max-width: 100%;
  max-height: 100%;
}

#app.recruit .shops li .info .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 2rem;
}

#app.recruit .shops li .info .text .meta {
  font-size: 1.3rem;
  color: #888;
}

@media (max-width: 768px) {
  #app.recruit .shops li .info .text .meta {
    font-size: 1.1rem;
  }
}

#app.recruit .shops li .info .text .name {
  font-size: 1.6rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  #app.recruit .shops li .info .text .name {
    font-size: 1.5rem;
  }
}

#app.recruit .shops li .details {
  width: 100%;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  #app.recruit .shops li .details {
    margin-top: 1.6rem;
  }
}

#app.recruit .shops li .details tr {
  border: 1px solid #BBBBBB;
  border-width: 1px 0;
}

#app.recruit .shops li .details tr th, #app.recruit .shops li .details tr td {
  padding: .8em;
}

@media (max-width: 768px) {
  #app.recruit .shops li .details tr th, #app.recruit .shops li .details tr td {
    padding: 1em;
  }
}

#app.recruit .shops li .details tr th {
  font-weight: bold;
  width: 20rem;
  background: #E2E2E2;
}

@media (max-width: 768px) {
  #app.recruit .shops li .details tr th {
    width: 12rem;
  }
}

#app.recruit .shops li .more {
  display: block;
  margin-top: 1em;
  text-decoration: underline;
}

#app.openingHours a.banner {
  display: block;
  text-align: center;
  margin-bottom: 4rem;
}

#app.openingHours .heading + ul {
  margin-top: 6.3rem;
}

@media (max-width: 768px) {
  #app.openingHours .heading + ul {
    margin-top: 3rem;
  }
}

#app.openingHours ul.time {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#app.openingHours ul.time > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1.2em .5em;
  border: 1px solid #bbb;
  border-width: 1px 0;
}

@media (max-width: 768px) {
  #app.openingHours ul.time > li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#app.openingHours ul.time > li span {
  margin-right: 1em;
}

@media (max-width: 768px) {
  #app.openingHours ul.time > li span {
    line-height: 2;
  }
}

#app.openingHours ul.time > li .name {
  font-size: 1.8rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  #app.openingHours ul.time > li .name {
    font-size: 1.6rem;
  }
}

#app.openingHours ul.time > li .time {
  font-size: 1.8rem;
}

@media (max-width: 768px) {
  #app.openingHours ul.time > li .time {
    font-size: 1.6rem;
  }
}

#app.openingHours ul.time > li + li {
  border-width: 0 0 1px;
}

#app.openingHours ul.time.irregular li .floor {
  font-size: inherit;
  color: #888;
}

@media (max-width: 768px) {
  #app.openingHours ul.time.irregular li .floor {
    width: 2em;
  }
}

#app.openingHours ul.time.irregular li .time {
  font-size: inherit;
}

@media (max-width: 768px) {
  #app.openingHours ul.time.irregular li .time {
    padding-left: 3em;
    margin: 0;
  }
}

#app.openingHours ul.time.irregular li .name {
  display: block;
  width: 25rem;
  font-size: inherit;
}

#app.openingHours ul.time + .notice {
  font-size: inherit;
  margin-top: 2em;
}

#app.openingHours h2 {
  margin-top: 10rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 3rem;
}

@media (max-width: 768px) {
  #app.openingHours h2 {
    margin-top: 6rem;
    margin-bottom: 1.8rem;
  }
}

#app.sitemap .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 768px) {
  #app.sitemap .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#app.sitemap .row .col {
  width: 37rem;
}

@media (max-width: 768px) {
  #app.sitemap .row .col {
    width: 100%;
  }
}

#app.sitemap .row .col > ul > li {
  border-bottom: 1px solid #bbb;
}

#app.sitemap .row .col > ul > li > a {
  display: block;
  padding: 1em;
  font-weight: bold;
}

#app.sitemap .row .col > ul > li > a::before {
  content: "";
  display: inline-block;
  width: .7rem;
  height: 1.2rem;
  margin-right: .5em;
  background: url("/assets/img/common/search_go.png") center center no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  #app.sitemap .row .col > ul > li > a::before {
    width: .6rem;
    height: .9rem;
  }
}

#app.sitemap .row .col > .searchBy {
  padding: 4rem 2rem;
  border-bottom: 1px solid #bbb;
}

@media (max-width: 768px) {
  #app.sitemap .row .col > .searchBy {
    padding: 3rem 1.8rem 4rem;
  }
}

#app.sitemap .row .col > .searchBy > ul > li + li {
  margin-top: 4rem;
}

#app.sitemap .row .col > .searchBy > ul > li h2 {
  font-weight: bold;
  margin-bottom: 1em;
}

#app.sitemap .row .col > .searchBy > ul > li a {
  text-decoration: underline;
}

#app.sitemap .row .col > .searchBy > ul > li ul + ul {
  margin-top: .5em;
}

#app.sitemap .row .col > .searchBy > ul > li.floor > ul,
#app.sitemap .row .col > .searchBy > ul > li.name > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#app.sitemap .row .col > .searchBy > ul > li.floor > ul li + li,
#app.sitemap .row .col > .searchBy > ul > li.name > ul li + li {
  margin-left: 2em;
}

#app.sitemap .row .col > .searchBy > ul > li.category > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 768px) {
  #app.sitemap .row .col > .searchBy > ul > li.category > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  #app.sitemap .row .col > .searchBy > ul > li.category > ul li {
    margin: 0 2em .5em 0;
  }
}

#app.sitemap .row .col > .searchBy > ul > li.category > ul li + li {
  margin-top: .5em;
}

@media (max-width: 768px) {
  #app.sitemap .row .col > .searchBy > ul > li.category > ul li + li {
    margin-top: 0;
  }
}

#app.access {
  margin-bottom: 0;
}

#app.access section {
  padding-top: 2rem;
}

@media (max-width: 768px) {
  #app.access section {
    padding-top: 0;
  }
}

#app.access section + section {
  margin-top: 8rem;
  padding-top: 10rem;
  border-top: 1px solid #bbb;
}

@media (max-width: 768px) {
  #app.access section + section {
    margin-top: 5rem;
    padding-top: 6rem;
  }
}

#app.access .bannerImg {
  width: 100%;
  margin: 2rem auto;
  text-align: center;
}

#app.access .methods .map {
  width: 100%;
  height: 40rem;
  margin-top: 6.3rem;
}

@media (max-width: 768px) {
  #app.access .methods .map {
    margin-top: 3.2rem;
    height: 48vw;
  }
}

#app.access .methods address {
  margin-top: 1em;
  font-style: normal;
}

#app.access .methods address .name {
  font-weight: bold;
}

@media (max-width: 768px) {
  #app.access .methods .route {
    margin-top: 4rem;
  }
}

#app.access .methods .route .text {
	margin-top: 2em;
}

@media (max-width: 768px) {
  #app.access .methods .route .text {
    margin-top: 1.2em;
  }
}

#app.access .methods .route .text dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: .6em;
}

@media (max-width: 768px) {
  #app.access .methods .route .text dl dt {
    font-size: 1.2em;
  }
}

#app.access .methods .route .text dl dt::before {
  content: "";
  display: inline-block;
  width: 2.6rem;
  height: 2.3rem;
  background: url("/assets/img/access/car.png") center center no-repeat;
  background-size: contain;
  margin-right: .6em;
}

#app.access .methods .route .text dl:nth-child(2) dt::before {
  background-image: url("/assets/img/access/train.png");
}
#app.access .methods .route .text dl:nth-child(3) dt::before {
  background-image: url("/assets/img/access/bus.png");
}

#app.access .methods .route .text dl + dl {
  margin-top: 4.8rem;
}

@media (max-width: 768px) {
  #app.access .methods .route .text dl + dl {
    margin-top: 2.6rem;
  }
}

#app.access .methods .route .img {
  width: 100%;
}

@media (max-width: 768px) {
  #app.access .methods .route .img {
    width: 100%;
  }
}

#app.access .methods .route .img img {
  width: 100%;
}

#app.access .parking h3 {
  margin-top: 6rem;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 3rem;
  text-align: center;
}

@media (max-width: 768px) {
  #app.access .parking h3 {
    margin-top: 3rem;
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}

#app.access .parking table {
  width: 100%;
  margin-bottom: 1.4rem;
}

#app.access .parking .contact {
  font-weight: bold;
  margin-top: 4rem;
}

#app.access .parking .sideImg {
  margin: 4rem auto;
  text-align: center;
}

@media (max-width: 768px) {
  #app.access .parking table + h3 {
    margin-top: 6rem;
  }
}

#app.access .parking table tr {
  border: 1px solid #bbb;
  border-width: 1px 0;
}

#app.access .parking table tr th, #app.access .parking table tr td {
  text-align: left;
  padding: 1.2em .5em;
  vertical-align: top;
}

@media (max-width: 768px) {
  #app.access .parking table tr th, #app.access .parking table tr td {
    display: block;
    padding: .8em .2em;
  }
}

#app.access .parking table tr th p + p, #app.access .parking table tr td p + p {
  margin-top: 1em;
}

#app.access .parking table tr th {
  font-weight: bold;
  width: 14rem;
}

@media (max-width: 768px) {
  #app.access .parking table tr th {
    width: 100%;
    padding-bottom: 0;
  }
}

@media (max-width: 768px) {
  #app.access .parking table tr td {
    padding-top: .4em;
  }
}

#app.access .parking table tr td a {
  text-decoration: underline;
}

#app.services .labels {
  margin-top: 6rem;
  margin-bottom: 0;
}
#app.services .labels.icons li a {
  justify-content: center;
  position: relative;
}
#app.services .labels.icons li > a::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1.5rem;
  margin-right: 1.5em;
  background-image: url("/assets/img/common/search_go.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(90deg);
  position: absolute;
  right: 0;
}
#app.services .labels.icons li > a:hover::before {
  background-image: url("/assets/img/common/search_go02.png");
}
@media (max-width: 768px) {
  #app.services .labels.icons li > a {
    font-size: 1.3rem;
  }
  #app.services .labels.icons li > a::before {
    width: 0.7rem;
    height: 1.1rem;
    margin-right: 1rem;
  }
}

#app.services section {
  padding-top: 8rem;
}
#app.services h3 {
  padding: 1rem;
  background-color: #E2E2E2;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  #app.services section {
    padding-top: 5.5rem;
  }
  #app.services h3 {
    padding: 0.5rem;
    font-size: 1.8rem;
  }
}

#app.services .box {
  margin-top: 4rem;
  line-height: 1.5;
}
#app.services .box a {
  text-decoration: underline;
}
#app.services .box h4 {
  margin-top: 4rem;
  font-size: 2.2rem;
  font-weight: bold;
}
#app.services .box h4:nth-of-type(1) {
  margin-top: 0;
}
@media (max-width: 768px) {
  #app.services .box {
    margin-top: 2.5rem;
  }
  #app.services .box h4 {
    font-size: 1.8rem;
  }
}

#app.services .box .txt {
  margin-top: 1rem;
}
#app.services .box ul {
  margin-top: 1rem;
}
#app.services .box .mt1em {
  margin-top: 1rem;
}
#app.services .box ul.disc li {
   margin-left: 1em;
   list-style: disc;
}
#app.services .box ul.clm2 {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2rem;
}
#app.services .box ul.clm2 li:nth-child(odd) {
  width: 10em;
}
#app.services .box ul.clm2 li:nth-child(even) {
  width: calc(100% - (10em + 7rem));
}
@media (max-width: 768px) {
  #app.services .box ul.clm2 {
    flex-direction: column;
    gap: 0;
  }
  #app.services .box ul.clm2 li:nth-child(odd) {
    width: 100%;
  }
  #app.services .box ul.clm2 li:nth-child(even) {
    width: 100%;
  }
}

#app.services .box .borderWrap {
  margin-top: 3rem;
  padding: 2rem;
  border: solid 1px #BBBBBB;
  display: flex;
  align-items: center;
  gap: 0 2rem;
}
#app.services .box .borderWrap dt {
  font-weight: bold;
}
@media (max-width: 768px) {
  #app.services .box .borderWrap {
    margin-top: 2rem;
    padding: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem 0;
  }
  #app.services .box .borderWrap dt {
    font-weight: bold;
  }
}

#app.services .wrap {
  display: flex;
  gap: 0 3rem;
  justify-content: space-between;
}
#app.services .wrap + .wrap {
  margin-top: 4.5rem;
  padding-top: 4.5rem;
  border-top: 1px solid #BBBBBB;
}
#app.services .wrap .pic {
  width: 36rem;
  position: relative;
}
@media (max-width: 768px) {
  #app.services .wrap {
    flex-direction: column;
    gap: 0;
  }
  #app.services .wrap + .wrap {
    margin-top: 3rem;
    padding-top: 3rem;
  }
  #app.services .wrap .pic {
    width: 100%;
  }
}


#app.services .kids .slide {
  position: relative;
  margin-bottom: 5.2rem;
  text-align: center;
  width: 100%;
}
#app.services .kids .slide .VueCarousel {
  padding-top: 0;
}
#app.services .kids .slide .VueCarousel-navigation-button,
#app.services .kids .slide .VueCarousel-navigation-prev,
#app.services .kids .slide .VueCarousel-navigation-next {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 4rem;
  height: 5.5rem;
  background: url("/assets/img/common/slide_arrow.png") center center no-repeat;
  background-size: contain;
  -webkit-transform: none;
          transform: none;
}
#app.services .kids .slide .VueCarousel-navigation-next {
  left: auto;
  right: 0;
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
#app.services .kids .slide .VueCarousel-dot-container {
  margin-top: 0;
  position: absolute;
  bottom: 1rem;
  left: calc(50% - 6rem);
}
#app.services .kids .slide .VueCarousel-dot {
  margin: 0 10px !important;
}
@media (max-width: 768px) {
  .slide .mainCarousel .VueCarousel-navigation {
    display: none;
  }
}

#app.services .kids .detail {
  width: 51rem;
}
#app.services .kids .detail h4 {
  line-height: 1;
}
#app.services .kids ul {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  #app.services .kids .detail {
    margin-top: 2rem;
    width: 100%;
  }
  #app.services .kids ul {
    margin-top: 1rem;
  }
}

#app.services .other {
  margin-bottom: 1rem;
}
#app.services .other dl {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #BBBBBB;
  display: flex;
  align-items: center;
  gap: 0 4rem;
}
#app.services .other dl:last-child {
  padding-bottom: 2rem;
  border-bottom: 1px solid #BBBBBB;
}
#app.services .other dl dt {
  width: 17rem;
  font-size: 1.5rem;
  font-weight: bold;
}
#app.services .other dl dd {
  width: calc(100% - 22rem);
}
#app.services .other dl ul {
  margin-top: 0;
}
#app.services .other dl ul.place {
  padding-left: 3em;
  text-indent: -3em;
}
#app.services .other .wrap {
  display: flex;
  align-items: center;
  gap: 0 2rem;
}
#app.services .other .wrap > div {
  width: 47rem;
}
#app.services .other .wrap > .pic {
  width: 18rem;
}
@media (max-width: 768px) {
  #app.services .other dl {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem 0;
  }
  #app.services .other dl dt {
    width: 100%;
  }
  #app.services .other dl dd {
    width: 100%;
  }
  #app.services .other .wrap {
    flex-direction: column;
    gap: 1rem 0;
  }
  #app.services .other .wrap > div {
    width: 100%;
  }
  #app.services .other .wrap > .pic {
    width: 73%;
  }
}

#app.sitemap .row .col {
  width: 37rem;
}

@media (max-width: 768px) {
  #app.sitemap .row .col {
    width: 100%;
  }
}

#app.sitemap .row .col > ul > li {
  border-bottom: 1px solid #bbb;
}

#app.sitemap .row .col > ul > li > a {
  display: block;
  padding: 1em;
  font-weight: bold;
}

#app.sitemap .row .col > ul > li > a::before {
  content: "";
  display: inline-block;
  width: .7rem;
  height: 1.2rem;
  margin-right: .5em;
  background: url("/assets/img/common/search_go.png") center center no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  #app.sitemap .row .col > ul > li > a::before {
    width: .6rem;
    height: .9rem;
  }
}

#app.sitemap .row .col > .searchBy {
  padding: 4rem 2rem;
  border-bottom: 1px solid #bbb;
}

@media (max-width: 768px) {
  #app.sitemap .row .col > .searchBy {
    padding: 3rem 1.8rem 4rem;
  }
}

#app.sitemap .row .col > .searchBy > ul > li + li {
  margin-top: 4rem;
}

#app.sitemap .row .col > .searchBy > ul > li h2 {
  font-weight: bold;
  margin-bottom: 1em;
}

#app.sitemap .row .col > .searchBy > ul > li a {
  text-decoration: underline;
}

#app.sitemap .row .col > .searchBy > ul > li ul + ul {
  margin-top: .5em;
}

#app.sitemap .row .col > .searchBy > ul > li.floor > ul,
#app.sitemap .row .col > .searchBy > ul > li.name > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#app.sitemap .row .col > .searchBy > ul > li.floor > ul li + li,
#app.sitemap .row .col > .searchBy > ul > li.name > ul li + li {
  margin-left: 2em;
}

#app.sitemap .row .col > .searchBy > ul > li.category > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 768px) {
  #app.sitemap .row .col > .searchBy > ul > li.category > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  #app.sitemap .row .col > .searchBy > ul > li.category > ul li {
    margin: 0 2em .5em 0;
  }
}

#app.sitemap .row .col > .searchBy > ul > li.category > ul li + li {
  margin-top: .5em;
}

@media (max-width: 768px) {
  #app.sitemap .row .col > .searchBy > ul > li.category > ul li + li {
    margin-top: 0;
  }
}

.shop.articleList {
  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;
  margin-bottom: 5rem;
}

.shop.articleList > li {
  position: relative;
  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;
  width: 48%;
  border: 1px solid #BBBBBB;
  border-width: 1px 0;
  font-size: 1.3rem;
  color: #5D463A;
  padding: 1.2rem 0;
}

@media (max-width: 768px) {
  .shop.articleList > li {
    width: 100%;
    padding: .95rem 0;
    font-size: 1.1rem;
  }
}

.shop.articleList > li > a.link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.shop.articleList > li .img {
  width: 25%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.shop.articleList > li .content {
  margin-left: 1.4rem;
  width: 100%;
}

.shop.articleList > li .content .meta {
  display: block;
  color: #888888;
  margin-bottom: .2em;
}

.shop.articleList > li .content h3 {
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: .5em;
}

@media (max-width: 768px) {
  .shop.articleList > li .content h3 {
    margin-bottom: .3em;
  }
}

.shop.articleList > li .content p.time {
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .shop.articleList > li .content p.time {
    display: block;
  }
}

@media (max-width: 768px) {
  .shop.articleList > li .content p {
    display: none;
  }
}

@media (min-width: 768px) {
  .shop.articleList > li:nth-child(n+3) {
    border-top-width: 0;
  }
}

@media (max-width: 768px) {
  .shop.articleList > li:nth-child(n+2) {
    border-top-width: 0;
  }
}

.inner {
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
}

.error404 main {
  color: #5D463A;
  padding: 12rem 0;
  text-align: center;
}

@media (max-width: 768px) {
  .error404 main {
    padding: 6.4rem 0 3.2rem;
  }
}

.error404 main h1 {
  font-size: 2.2rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  .error404 main h1 {
    font-size: 1.8rem;
  }
}

.error404 main p {
  margin: 1em 0 6rem;
}

@media (max-width: 768px) {
  .error404 main p {
    font-size: 1.3rem;
    margin-bottom: 5rem;
  }
}

.objectfit {
  font-family: 'object-fit:cover;';
}

p.openStatus {
  font-size: 1.4rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: .4em .6em;
  line-height: 1;
  border-radius: .3rem;
  color: #fff;
  background: #D80000;
  margin-bottom: 1rem;
  border: 1px solid #D80000;
}

@media (max-width: 768px) {
  p.openStatus {
    padding: .4em 1em;
    font-size: 1.2rem;
  }
}

p.openStatus.invert {
  color: #D80000;
  background: transparent;
}

@media (max-width: 768px) {
  .shop.articleList > li .content p.openStatus {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: .4rem;
  }
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/*# sourceMappingURL=common.css.map */
