@charset "UTF-8";
/**
* Importing by selector filtering example
* https://github.com/maoberlehner/node-sass-magic-importer/tree/master/packages/node-sass-magic-importer#selector-filtering
 */
/**
* Importing by glob example
* https://github.com/maoberlehner/node-sass-magic-importer/tree/master/packages/node-sass-magic-importer#globbing
 */
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide--rtl {
  direction: rtl;
}

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1;
}
.glide__arrow:focus {
  outline: none;
}
.glide__arrow:hover {
  border-color: white;
}
.glide__arrow--left {
  left: 2em;
}
.glide__arrow--right {
  right: 2em;
}
.glide__arrow--disabled {
  opacity: 0.33;
}
.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%);
}
.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}
.glide__bullet:focus {
  outline: none;
}
.glide__bullet:hover, .glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}
.glide__bullet--active {
  background-color: white;
}
.glide--swipeable {
  cursor: grab;
  cursor: -webkit-grab;
}
.glide--dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

@font-face {
  font-family: "kahokurashi";
  src: url(../font/kahokurashi.eot);
  src: url(../font/kahokurashi.eot#iefix) format("embedded-opentype"), url(../font/kahokurashi.woff2) format("woff2"), url(../font/kahokurashi.woff) format("woff"), url(../font/kahokurashi.ttf) format("truetype"), url(../images/kahokurashi.svg#kahokurashi) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'kahokurashi';
    src: url('../font/kahokurashi.svg?24584384#kahokurashi') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "kahokurashi";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-facebook:before {
  content: "";
}

/* '' */
.icon-instagram:before {
  content: "";
}

/* '' */
.icon-news:before {
  content: "";
}

/* '' */
.icon-question:before {
  content: "";
}

/* '' */
.icon-reservation:before {
  content: "";
}

/* '' */
.icon-ka:before {
  content: "";
}

/* '' */
.icon-onlinestore:before {
  content: "";
}

/* '' */
:root {
  --color-white: #fff;
  --color-white-rgb: 255,255,255;
  --color-red: #DA4725;
  --color-red-rgb: 218,71,37;
  --color-red-background: #fdeeea;
  --color-navy: #325C6B;
  --color-navy-rgb: 50,92,107;
  --text-color: #231815;
  --background-gray: #EFEFF0;
  --font-mincho-fallback: "Noto Serif JP", serif;
  --font-mincho: "リュウミン M-KL", "Ryumin Medium KL", "Noto Serif JP", serif;
  --font-mincho-bold: "リュウミン EB-KL", "Ryumin ExtraBold KL", "Noto Serif JP", serif;
  --font-gothic: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  --zindex-floaty: 1000;
  --font-size-mobile: 16px;
  --font-size-desktop: 15px;
  --content-padding: 24px;
  --body-width-desktop: 750px;
  --vertical-content-height: 340px;
  --border-radius: 6px;
  --border-color: rgba(0, 0, 0, 0.5);
}

@-webkit-keyframes menu-bar01 {
  0% {
    transform: translateY(0) rotate(45deg);
  }
  50% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(-10px) rotate(0);
  }
}

@keyframes menu-bar01 {
  0% {
    transform: translateY(0) rotate(45deg);
  }
  50% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(-10px) rotate(0);
  }
}
@-webkit-keyframes menu-bar03 {
  0% {
    transform: translateY(0px) rotate(-45deg);
  }
  50% {
    transform: translateY(0px) rotate(0);
  }
  100% {
    transform: translateY(10px) rotate(0);
  }
}
@keyframes menu-bar03 {
  0% {
    transform: translateY(0px) rotate(-45deg);
  }
  50% {
    transform: translateY(0px) rotate(0);
  }
  100% {
    transform: translateY(10px) rotate(0);
  }
}
@-webkit-keyframes active-menu-bar01 {
  0% {
    transform: translateY(-10px) rotate(0);
  }
  30% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(-10px) rotate(0);
  }
  30% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

@-webkit-keyframes active-menu-bar03 {
  0% {
    transform: translateY(10px) rotate(0);
  }
  30% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}

@keyframes active-menu-bar03 {
  0% {
    transform: translateY(10px) rotate(0);
  }
  30% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
div#booking-package {
  margin-bottom: 36px;
  background: none;
}
div#booking-package .calendarPanel {
  padding-top: 15px;
}
div#booking-package .calendarChangeButton:last-of-type label {
  justify-content: flex-end;
}
div#booking-package .calendarChangeButton label {
  display: flex;
  align-items: center;
  margin: 0;
}
div#booking-package .event-day {
  background-color: var(--color-red-background);
}

div#booking-package_calendarPage {
  background: none;
}

#bookingBlockPanel .loader circle#spinner {
  stroke: var(--text-color);
}

.carousel a {
  text-decoration: none;
}
.carousel a.carousel-control-next, .carousel a.carousel-control-prev {
  opacity: 0.7;
  width: 15%;
  position: absolute;
  height: calc(100% - 64px);
}
.carousel a.carousel-control-next:after, .carousel a.carousel-control-prev:after {
  content: none;
}
.carousel a.carousel-control-next:hover, .carousel a.carousel-control-prev:hover {
  opacity: 1;
}
.carousel .carousel-inner {
  transition: opacity 0.2s linear;
}
.carousel .carousel-inner:hover {
  opacity: 0.7;
}
.post-type-archive-restaurants .carousel .carousel-inner:hover, .post-type-archive-shops .carousel .carousel-inner:hover {
  opacity: 1;
}
.carousel .carousel-control-prev-icon,
.carousel .carousel-control-next-icon {
  background: none;
  width: 23px;
  height: 23px;
  border-top: 1px solid white;
  border-left: 1px solid white;
  position: relative;
}
.carousel .carousel-control-prev-icon {
  transform: rotate(-45deg);
}
.carousel .carousel-control-next-icon {
  transform: rotate(135deg);
}
.carousel .carousel-caption {
  line-height: 1.2;
  position: static;
  color: var(--text-color);
  padding-top: 10px;
  text-align: left;
  vertical-align: middle;
  width: 100%;
}
.carousel .carousel-caption p {
  display: inline-block;
  text-align: left;
  font-size: 12px;
  margin: 0;
  vertical-align: middle;
}
.carousel .carousel-caption .date {
  display: inline;
  margin-left: 8px;
  font-size: 12px;
  vertical-align: middle;
}
.carousel .elm-picture {
  height: 0;
  padding-bottom: 97%;
  background-position: center;
  background-size: cover;
}
@media only screen and (min-width: 992px) {
  .carousel a.carousel-control-next, .carousel a.carousel-control-prev {
    height: calc(100% - 72px);
    width: 10%;
  }
  .carousel .carousel-control-prev-icon,
.carousel .carousel-control-next-icon {
    width: 38px;
    height: 38px;
  }
  .carousel .carousel-caption p {
    font-size: 14px;
    -webkit-text-stroke: thin;
  }
  .carousel .carousel-caption .date {
    font-size: 14px;
    margin-left: 8px;
  }
  .carousel .elm-picture {
    padding-bottom: 66.66%;
    border-radius: 2px;
  }
}

.gallery-slider {
  margin: 1.5em -24px;
}
.gallery-slider > div {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .gallery-slider {
    margin: 1.5em 0 2.3em;
  }
}

.glide__slides {
  transform: none !important;
  width: auto !important;
  display: grid;
  grid-template-areas: "slide";
}

.glide__slide {
  position: relative;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  grid-area: slide;
}

.glide__slide--active {
  z-index: 1;
  opacity: 1;
}

.glide__slide .image {
  height: 0;
  padding-bottom: 66.6%;
  background-position: center;
  background-size: cover;
}

.glide__arrow {
  font-size: 0;
  border-width: 0;
  border: none;
  width: 10%;
  height: 100%;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.7;
}
.glide__arrow:before {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  border-top: 1px solid var(--color-white);
  border-left: 1px solid var(--color-white);
}
.glide__arrow--left:before {
  transform: translateX(9.2px) rotate(-45deg);
}
.glide__arrow--right:before {
  transform: translateX(-9.2px) rotate(135deg);
}

@media only screen and (min-width: 992px) {
  .glide__arrow {
    opacity: 0.5;
  }
  .glide__arrow:hover {
    opacity: 0.8;
  }
  .glide__arrow:before {
    width: 39px;
    height: 39px;
    border-color: var(--text-color);
    border-width: 1px;
  }
  .glide__arrow--left {
    margin-left: -10%;
  }
  .glide__arrow--left:before {
    transform: rotate(-45deg);
  }
  .glide__arrow--right {
    margin-right: -10%;
  }
  .glide__arrow--right:before {
    transform: rotate(135deg);
  }
}
.headroom {
  will-change: transform;
  transition: transform 0.2s ease-out;
}
.headroom.headroom--not-top {
  border-bottom-width: 0 !important;
}

.masonry-list + .btn-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  font-size: 15px;
  margin-left: 16px;
}
.masonry-list + .btn-container button {
  color: var(--text-color);
  font-size: 0;
  border: none;
  background: none;
  font-weight: bold;
  font-family: var(--font-gothic);
  padding: 0 8px;
}
.masonry-list + .btn-container button:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-bottom: 3px solid var(--text-color);
  border-right: 3px solid var(--text-color);
  border-radius: 2px;
  transform: rotate(45deg);
  position: relative;
  margin-left: 8px;
  top: calc(((15px/1.4*2) - 15px)/2 * -1);
}
.masonry-list + .btn-container button.btn-expand span {
  -webkit-mask-image: url(../images/label_expand.svg);
          mask-image: url(../images/label_expand.svg);
  width: 69px;
  height: 14px;
}
.masonry-list + .btn-container button.btn-retract:after {
  transform: rotate(-135deg);
  top: calc(((15px/1.4*2) - 15px));
}
.masonry-list + .btn-container button.btn-retract span {
  -webkit-mask-image: url(../images/label_retract.svg);
          mask-image: url(../images/label_retract.svg);
  width: 42px;
  height: 13px;
}
.masonry-list + .btn-container button span {
  height: 13px;
  display: inline-block;
  background-color: var(--text-color);
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.2em;
  line-height: 1.2;
  margin-top: 1.3em;
  margin-bottom: 0.9em;
}

h1 {
  letter-spacing: 0;
}

h2 {
  letter-spacing: 0;
  font-size: 22px;
  -webkit-text-stroke: thin;
}

h3 {
  letter-spacing: 0;
  line-height: 1.5;
  font-size: 18px;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 992px) {
  h3 {
    margin-bottom: 1.2em;
  }
}

h4 {
  letter-spacing: 0;
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
}

hr {
  border-color: var(--border-color) !important;
}

hr.wp-block-separator {
  border-bottom-width: 0;
  margin: 1.5em 0;
}
hr.wp-block-separator img {
  margin: 0 auto;
}

a {
  transition: opacity 0.2s linear;
}
a:hover {
  opacity: 0.7;
}
a.no-decoration:after {
  content: none !important;
}

button:focus {
  outline: none;
}

p {
  font-size: 14px;
  letter-spacing: 0.1em;
}

#content.site-content {
  padding-top: 28px;
}

.section-title {
  text-align: center;
}
.section-title h2 {
  font-size: 0;
  margin: 0;
}
.section-title h2:before {
  font-weight: normal;
  font-size: 31px;
  font-family: "kahokurashi";
}
.section-title p {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  -webkit-text-stroke: thin;
}
.section-title p:before {
  content: "";
  display: block;
  margin: 6px auto;
  width: 65px;
  height: 0;
  border: 1px solid var(--text-color);
  background: var(--text-color);
  border-radius: 0.2rem;
}
.section-title.restaurants h2 {
  height: 23px;
  width: 70px;
  margin: 0 auto;
  background: var(--text-color);
  -webkit-mask-image: url(../images/label_restaurants.svg);
          mask-image: url(../images/label_restaurants.svg);
}
.section-title.shops h2 {
  height: 21px;
  width: 39px;
  margin: 0 auto;
  background: var(--text-color);
  -webkit-mask-image: url(../images/label_shops.svg);
          mask-image: url(../images/label_shops.svg);
}
.section-title.magazines h2 {
  height: 22px;
  width: 44px;
  margin: 0 auto;
  background: var(--text-color);
  -webkit-mask-image: url(../images/label_magazines.svg);
          mask-image: url(../images/label_magazines.svg);
}
.section-title.events h2 {
  height: 21px;
  width: 37px;
  margin: 0 auto;
  background: var(--text-color);
  -webkit-mask-image: url(../images/label_events.svg);
          mask-image: url(../images/label_events.svg);
}
@media only screen and (min-width: 992px) {
  .section-title.restaurants h2 {
    height: 29px;
    width: 90px;
  }
  .section-title.shops h2 {
    height: 30px;
    width: 55px;
  }
  .section-title.magazines h2 {
    height: 28px;
    width: 56px;
  }
  .section-title.events h2 {
    height: 30px;
    width: 54px;
  }
  .section-title p {
    font-size: 12px;
  }
  .section-title p:before {
    width: 85px;
    margin: 7px auto 6px;
  }
}

.entry-header {
  text-align: center;
  line-height: 1.2;
  margin-bottom: 1em;
}
.entry-header h1 {
  font-size: 22px;
  margin: 0;
}
.entry-header .entry-title {
  border: none;
  -webkit-text-stroke: thin;
}
.entry-header .store-building {
  line-height: 1.2;
  font-size: 14px;
  white-space: nowrap;
}
.entry-header .store-location {
  font-size: 14px;
  display: flex;
  white-space: nowrap;
}
.entry-header .store-location:before {
  content: "";
  width: 0;
  border-left: 1px solid var(--text-color);
  height: 100%;
  margin: 0 0.5em;
  transform: scaleY(0.7);
}
.entry-header .title-wrap {
  margin-bottom: 0.5em;
}
.entry-header .title-wrap .store-location {
  display: none;
}
.entry-header .additional-info {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.entry-header .additional-info p {
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .entry-header h1 {
    padding: 0;
  }
  .entry-header .title-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .entry-header .title-wrap .store-location {
    font-size: 22px;
    display: flex;
    transform: translateY(0.1em);
  }
  .entry-header .title-wrap .store-location:before {
    display: block;
    height: auto;
    margin: 0 0.4em;
    transform: scaleY(0.8);
  }
  .entry-header .additional-info .store-location {
    display: none;
  }
  .entry-header .additional-info .store-building {
    font-size: 16px;
  }
}

body.single .entry-content, body.page:not(body.home) .entry-content {
  max-width: var(--body-width-desktop);
  margin: 0 auto;
}
body.page-template-aboutus .entry-content {
  max-width: initial !important;
}

.wp-block-image {
  margin: 1em auto 2em;
}

.container {
  padding-right: var(--content-padding);
  padding-left: var(--content-padding);
}
@media only screen and (min-width: 992px) {
  .container {
    padding-right: 70px;
    padding-left: 70px;
    max-width: 1210px;
  }
}

.fill-color {
  position: relative;
}
.fill-color:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: calc(var(--content-padding) * -1);
  width: calc(100% + calc(var(--content-padding) * 2));
  height: 100%;
  background-color: var(--background-gray);
}
.fill-color:after {
  content: "";
  display: block;
  padding-top: 1px;
}
@media only screen and (min-width: 992px) {
  .fill-color {
    margin: 0 var(--content-padding);
  }
  .fill-color:before {
    width: calc(100% + calc(var(--content-padding) * 2));
  }
}

body {
  font-size: var(--font-size-mobile);
  font-family: var(--font-mincho);
}
@media only screen and (min-width: 992px) {
  body {
    font-size: var(--font-size-desktop);
  }
}

.page-template-aboutus .desktop {
  display: none;
}
.page-template-aboutus .mobile {
  display: block;
  margin: 0 -24px;
}
@media only screen and (min-width: 992px) {
  .page-template-aboutus .desktop {
    display: block;
  }
  .page-template-aboutus .mobile {
    display: none;
  }
}

.post-type-archive-news .news-title h2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.post-type-archive-news .news-title h2 span:not(.icon-news) {
  font-size: 0;
  -webkit-mask-image: url(../images/label_page_news.svg);
          mask-image: url(../images/label_page_news.svg);
  height: 22px;
  width: 99px;
  background-color: var(--text-color);
}
.post-type-archive-news .news-title .icon-news:before {
  margin-right: 0.7em;
  -webkit-text-stroke: 0;
}
.post-type-archive-news .archives ul {
  list-style: none;
  padding: 0;
}
.post-type-archive-news .archives li:not(:last-child):after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px solid var(--border-color);
}
.post-type-archive-news .archives p {
  font-size: 14px;
  line-height: 1.8;
}
.post-type-archive-news .archives a {
  text-decoration: none;
  color: var(--text-color);
}
.post-type-archive-news .archives h3 {
  margin-top: 2em;
  margin-bottom: 0;
}
.post-type-archive-news .archives .image {
  margin: 0 calc(var(--content-padding) * -1) 1.5rem;
}
.post-type-archive-news .archives .title {
  margin-bottom: 1em;
  -webkit-text-stroke: thin;
}
.post-type-archive-news .archives .date {
  font-size: 14px;
  letter-spacing: 0.1em;
  -webkit-text-stroke: medium;
}
@media only screen and (min-width: 992px) {
  .post-type-archive-news .news-title {
    margin-bottom: 100px;
  }
  .post-type-archive-news .archives h3 {
    margin-top: 1.6em;
    margin-bottom: 0.3em;
  }
  .post-type-archive-news .archives p {
    margin-top: 1em;
  }
  .post-type-archive-news .archives .title {
    margin-bottom: 0.3em;
  }
  .post-type-archive-news .archives .image {
    margin-left: 0;
    margin-right: 0;
  }
}

.post-type-archive-events .tag-event {
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(var(--color-red-rgb), 0.7);
  color: var(--color-white);
  border-radius: 0 0 0 var(--border-radius);
  outline: 2px solid rgba(var(--color-white-rgb), 0.7);
  font-size: 12px;
  padding: 2px 16px;
  font-family: var(--font-gothic);
  font-weight: bold;
  border-radius: var(--border-radius) 0 0 var(--border-radius);
}
.post-type-archive-events .tag-event.over {
  background: rgba(var(--color-navy-rgb), 0.7);
}
.post-type-archive-events .section-title {
  margin-bottom: 1em;
}
.post-type-archive-events .section-title span {
  font-size: 18px;
  font-weight: bold;
}
.post-type-archive-events .hero-content {
  position: relative;
  display: block;
  color: var(--text-color);
  text-decoration: none;
  -webkit-text-stroke: thin;
}
.post-type-archive-events .hero-content > .tag-event {
  display: none;
}
.post-type-archive-events .hero-content h3 {
  letter-spacing: 0;
  margin-bottom: 0;
}
.post-type-archive-events .hero-content p {
  margin-bottom: 0.5em;
  letter-spacing: 0;
  line-height: 1.6;
}
.post-type-archive-events .hero-content .date {
  display: block;
  font-size: 12px;
  margin-top: 6px;
  margin-bottom: -8px;
  -webkit-text-stroke: medium;
  letter-spacing: 2px;
}
.post-type-archive-events .hero-content .image {
  margin: 22px calc(var(--content-padding) * -1);
  position: relative;
}
.post-type-archive-events .hero-content .image .tag-event {
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(var(--color-red-rgb), 0.7);
  color: var(--color-white);
  border-radius: 0 0 0 var(--border-radius);
  outline: 2px solid rgba(var(--color-white-rgb), 0.7);
  font-size: 12px;
  padding: 2px 16px;
  font-family: var(--font-gothic);
  font-weight: bold;
  font-size: 16px;
  border-radius: var(--border-radius) 0 0 var(--border-radius);
  top: 1em;
  outline: none;
  border: 2px solid rgba(var(--color-white-rgb), 0.7);
  border-right-width: 0;
}
.post-type-archive-events .hero-content .image .tag-event.over {
  background: rgba(var(--color-navy-rgb), 0.7);
}
.post-type-archive-events .hero-content .read-more {
  display: block;
  text-align: right;
  font-size: 15px;
  font-family: var(--font-gothic);
}
.post-type-archive-events .hero-content .read-more:after {
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 2px;
  border-top: 2px solid var(--text-color);
  border-right: 2px solid var(--text-color);
  transform: rotate(45deg) translateY(1px);
}
.post-type-archive-events .archives .section-title {
  margin-bottom: 0.5em;
  margin-top: 46px;
}
.post-type-archive-events .archives .section-title h2:after {
  content: none;
}
.post-type-archive-events .archives .section-title span {
  font-size: 10px;
  -webkit-text-stroke: 0;
}
.post-type-archive-events .archives.event-coming h2 {
  width: 165px;
  height: 22px;
  margin: 0 auto;
  background: var(--text-color);
  -webkit-mask-image: url(../images/label_coming.svg);
          mask-image: url(../images/label_coming.svg);
}
.post-type-archive-events .archives.event-going h2 {
  width: 145px;
  height: 22px;
  margin: 0 auto;
  background: var(--text-color);
  -webkit-mask-image: url(../images/label_going.svg);
          mask-image: url(../images/label_going.svg);
}
.post-type-archive-events .archives ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.post-type-archive-events .archives li {
  width: calc(50% - 6px);
  background-image: url(../images/texture-event.jpg);
  padding: 6px;
  margin: 3px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.post-type-archive-events .archives li.hide {
  display: none;
}
.post-type-archive-events .archives a {
  position: relative;
  display: block;
  color: var(--text-color);
  text-decoration: none;
}
.post-type-archive-events .archives p {
  font-size: 12px;
  line-height: 1.8;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}
.post-type-archive-events .archives .tag-event {
  outline: none;
  border-radius: 0 0 0 var(--border-radius);
}
.post-type-archive-events .archives .image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 0;
  padding-bottom: 73%;
}
.post-type-archive-events .archives .title {
  text-align: center;
  margin: 0;
  padding: 1em 0.5em 8px;
  font-weight: bold;
  -webkit-text-stroke: thin;
  letter-spacing: 0;
}
@media only screen and (min-width: 992px) {
  .post-type-archive-events .archives .title {
    padding-top: 22px;
    padding-left: 0;
    padding-right: 0;
  }
}
.post-type-archive-events .archives .subtitle {
  display: block;
  text-align: center;
  font-size: 12px;
  padding: 0 0.5em 12px;
}
.post-type-archive-events .archives .subtitle:before {
  content: "";
  display: block;
  width: 56px;
  margin: 0 auto 9px;
  border-bottom: 1px solid var(--text-color);
}
@media only screen and (min-width: 992px) {
  .post-type-archive-events .archives .subtitle {
    font-size: 14px;
    padding: 0;
  }
}
@media only screen and (min-width: 992px) {
  .post-type-archive-events .section-title {
    margin-bottom: 37px;
  }
  .post-type-archive-events .hero-content {
    padding: 30px;
    background-image: url(../images/texture-event.jpg);
  }
  .post-type-archive-events .hero-content > .tag-event {
    display: block;
  }
  .post-type-archive-events .hero-content h3 {
    margin: 0;
  }
  .post-type-archive-events .hero-content .tag-event {
    top: 30px;
    font-size: 18px;
  }
  .post-type-archive-events .hero-content .date {
    font-size: 14px;
  }
  .post-type-archive-events .hero-content .image {
    margin-left: 0;
    margin-right: 0;
  }
  .post-type-archive-events .hero-content .image img {
    display: block;
    margin: 0 auto;
  }
  .post-type-archive-events .hero-content .image .tag-event {
    display: none;
  }
  .post-type-archive-events .hero-content .read-more {
    font-weight: bold;
    font-size: 16px;
  }
  .post-type-archive-events .hero-content .read-more:after {
    width: 18px;
    height: 18px;
    border-width: 4px;
    transform: rotate(45deg) translateY(4px);
    margin-left: 6px;
  }
  .post-type-archive-events .archives .section-title {
    margin-top: 83px;
  }
  .post-type-archive-events .archives .section-title span {
    display: block;
    margin-top: 12px;
    font-size: 15px;
  }
  .post-type-archive-events .archives ul {
    margin: 0 -9px;
  }
  .post-type-archive-events .archives li {
    margin: 9px;
    padding: 25px;
    width: calc(33.33% - 18px);
    box-shadow: none;
    border: 1px solid var(--border-color);
  }
  .post-type-archive-events .archives p {
    margin: 0;
  }
}

.post-type-archive-magazines .section-title {
  margin-bottom: 1em;
}
.post-type-archive-magazines .section-title span {
  font-size: 18px;
  font-weight: bold;
  -webkit-text-stroke: thin;
}
.post-type-archive-magazines .section-title.about h2 {
  width: 119px;
  height: 22px;
  margin: 0 auto;
  background: var(--text-color);
  -webkit-mask-image: url(../images/label_aboutus.svg);
          mask-image: url(../images/label_aboutus.svg);
}
.post-type-archive-magazines .section-title.goods h2 {
  width: 144px;
  height: 22px;
  margin: 0 auto;
  background: var(--text-color);
  -webkit-mask-image: url(../images/label_goods.svg);
          mask-image: url(../images/label_goods.svg);
}
.post-type-archive-magazines .section-title.people h2 {
  width: 143px;
  height: 22px;
  margin: 0 auto;
  background: var(--text-color);
  -webkit-mask-image: url(../images/label_habitats.svg);
          mask-image: url(../images/label_habitats.svg);
}
.post-type-archive-magazines .section-title.report h2 {
  width: 162px;
  height: 22px;
  margin: 0 auto;
  background: var(--text-color);
  -webkit-mask-image: url(../images/label_blog.svg);
          mask-image: url(../images/label_blog.svg);
}
.post-type-archive-magazines .archives .section-title {
  margin-bottom: 0.5em;
  margin-top: 46px;
}
.post-type-archive-magazines .archives .section-title h2:after {
  content: none;
}
.post-type-archive-magazines .archives .section-title span {
  font-size: 14px;
  -webkit-text-stroke: 0;
  letter-spacing: 0.1em;
}
.post-type-archive-magazines .archives ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.post-type-archive-magazines .archives li {
  width: calc(50% - 6px);
  background-image: url(../images/texture-event.jpg);
  padding: 6px;
  margin: 3px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.post-type-archive-magazines .archives li.hide {
  display: none;
}
.post-type-archive-magazines .archives a {
  display: block;
  color: var(--text-color);
  text-decoration: none;
}
.post-type-archive-magazines .archives p {
  font-size: 12px;
  line-height: 1.8;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}
.post-type-archive-magazines .archives .image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 0;
  padding-bottom: 73%;
}
.post-type-archive-magazines .archives .title {
  text-align: center;
  margin: 0;
  padding: 1em 0.5em 8px;
  font-weight: bold;
  -webkit-text-stroke: thin;
  letter-spacing: 0;
}
@media only screen and (min-width: 992px) {
  .post-type-archive-magazines .archives .title {
    padding-top: 22px;
    padding-left: 0;
    padding-right: 0;
  }
}
.post-type-archive-magazines .archives .subtitle {
  display: block;
  text-align: center;
  font-size: 12px;
  padding: 0 0.5em 12px;
}
.post-type-archive-magazines .archives .subtitle:before {
  content: "";
  display: block;
  width: 56px;
  margin: 0 auto 9px;
  border-bottom: 1px solid var(--text-color);
}
@media only screen and (min-width: 992px) {
  .post-type-archive-magazines .archives .subtitle {
    font-size: 14px;
    padding: 0;
  }
}
@media only screen and (min-width: 992px) {
  .post-type-archive-magazines .section-title {
    margin-bottom: 37px;
  }
  .post-type-archive-magazines .archives .section-title {
    margin-top: 83px;
    margin-bottom: 1.5em;
  }
  .post-type-archive-magazines .archives .section-title span {
    display: block;
    margin-top: 12px;
  }
  .post-type-archive-magazines .archives ul {
    margin: 0 -9px;
  }
  .post-type-archive-magazines .archives li {
    margin: 9px;
    padding: 25px;
    width: calc(33.33% - 18px);
    box-shadow: none;
    border: 1px solid var(--border-color);
  }
  .post-type-archive-magazines .archives p {
    margin: 0;
  }
}

.post-type-archive-restaurants .section-title,
.post-type-archive-shops .section-title {
  margin-bottom: 1em;
}
.post-type-archive-restaurants .section-title span,
.post-type-archive-shops .section-title span {
  font-weight: bold;
  -webkit-text-stroke: thin;
}
.post-type-archive-restaurants .slider,
.post-type-archive-shops .slider {
  margin: 0 calc(var(--content-padding) * -1) 50px;
}
.post-type-archive-restaurants .slider a[class^=carousel-control],
.post-type-archive-shops .slider a[class^=carousel-control] {
  height: 100%;
}
.post-type-archive-restaurants .archives a,
.post-type-archive-shops .archives a {
  text-decoration: none;
  color: var(--text-color);
}
.post-type-archive-restaurants .archives ul,
.post-type-archive-shops .archives ul {
  padding: 0;
  list-style: none;
}
.post-type-archive-restaurants .archives li,
.post-type-archive-shops .archives li {
  width: 100%;
  margin-bottom: 3em;
}
.post-type-archive-restaurants .archives .title,
.post-type-archive-shops .archives .title {
  text-align: center;
  margin-bottom: 1em;
}
.post-type-archive-restaurants .archives .title h3,
.post-type-archive-shops .archives .title h3 {
  font-size: 18px;
  letter-spacing: 0;
  margin-bottom: 0;
}
.post-type-archive-restaurants .archives .title .store-location:before,
.post-type-archive-shops .archives .title .store-location:before {
  content: "";
  display: block;
  margin: 6px auto;
  height: 0;
  width: 57px;
  border: 1px solid var(--border-color);
  border-radius: 2px;
}
.post-type-archive-restaurants .archives .image,
.post-type-archive-shops .archives .image {
  height: 0;
  width: 100%;
  padding-bottom: 66.66%;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 992px) {
  .post-type-archive-restaurants .section-title,
.post-type-archive-shops .section-title {
    margin-bottom: 37px;
  }
  .post-type-archive-restaurants .slider,
.post-type-archive-shops .slider {
    margin-left: 0;
    margin-right: 0;
  }
  .post-type-archive-restaurants .archives,
.post-type-archive-shops .archives {
    margin: 0 -15px;
  }
  .post-type-archive-restaurants .archives a,
.post-type-archive-shops .archives a {
    display: block;
  }
  .post-type-archive-restaurants .archives .image,
.post-type-archive-shops .archives .image {
    border: 1px solid var(--border-color);
    border-radius: 2px;
  }
  .post-type-archive-restaurants .archives ul,
.post-type-archive-shops .archives ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .post-type-archive-restaurants .archives li,
.post-type-archive-shops .archives li {
    padding: 0 15px;
    width: 33.33%;
  }
  .post-type-archive-restaurants .store-location,
.post-type-archive-shops .store-location {
    font-size: 15px;
  }
}

body.events-template h4 {
  line-height: 1.6;
  letter-spacing: 0;
}
body.events-template .entry-header .magazine-subtitle {
  font-size: 14px;
}
body.events-template .entry-header .entry-title {
  font-size: 16px;
}
body.events-template .entry-content {
  position: relative;
  padding: 3em 2em 2em;
  max-width: initial;
  margin-top: 1.5em;
  margin-right: calc(var(--content-padding) * -1);
  margin-left: calc(var(--content-padding) * -1);
  background-image: url(../images/texture-event.jpg);
}
body.events-template .section-title h2:before {
  font-size: 23px;
}
body.events-template .section-title h2:after {
  width: 48px;
}
body.events-template .section-title span {
  font-size: 15px;
}
body.events-template .tag-event {
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(var(--color-red-rgb), 0.7);
  color: var(--color-white);
  border-radius: 0 0 0 var(--border-radius);
  outline: 2px solid rgba(var(--color-white-rgb), 0.7);
  font-size: 12px;
  padding: 2px 16px;
  font-family: var(--font-gothic);
  font-weight: bold;
  font-size: 16px;
}
body.events-template .tag-event.over {
  background: rgba(var(--color-navy-rgb), 0.7);
}
@media only screen and (min-width: 992px) {
  body.events-template h4 {
    font-size: 18px;
  }
  body.events-template .glide__arrow--right {
    margin-right: 0;
  }
  body.events-template .glide__arrow--right:before {
    border-color: var(--color-white);
  }
  body.events-template .glide__arrow--left {
    margin-left: 0;
  }
  body.events-template .glide__arrow--left:before {
    border-color: var(--color-white);
  }
  body.events-template .entry-content {
    padding-top: 2em;
  }
  body.events-template .section-title h2:before {
    font-size: 40px;
  }
  body.events-template .section-title h2:after {
    width: 85px;
  }
  body.events-template .section-title span {
    font-size: 18px;
  }
  body.events-template .tag-event {
    top: 30px;
    font-size: 18px;
    border-top-width: 2px;
    border-radius: var(--border-radius) 0 0 var(--border-radius);
  }
  body.events-template .entry-header {
    margin-bottom: -6px;
  }
  body.events-template .entry-header .entry-title {
    font-size: 18px;
  }
  body.events-template .entry-header .magazine-subtitle {
    margin-top: 10px;
  }
  body.events-template .entry-header .title-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  body.events-template .entry-content {
    margin-left: 0;
    margin-right: 0;
  }
}

#floaty-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--zindex-floaty);
  width: 100%;
  border-bottom: 1px solid var(--border-color);
  background-color: rgba(var(--color-white-rgb), 0.8);
}
#floaty-header.headroom--pinned {
  transform: translateY(0%);
}
#floaty-header.headroom--unpinned {
  transform: translateY(-100%);
}
#floaty-header ul {
  max-width: 576px;
  margin: 0 auto;
  flex-direction: row;
  justify-content: space-evenly;
  height: 75px;
}
#floaty-header li {
  display: flex;
  align-items: center;
}
#floaty-header li.active a {
  color: var(--color-red) !important;
}
#floaty-header li.active a [class^=link-] {
  background-color: var(--color-red) !important;
}
#floaty-header li.active a .sub-title::before {
  border-color: var(--color-red) !important;
}
#floaty-header a {
  text-align: center;
  font-size: 0;
  color: var(--text-color);
}
#floaty-header a [class^=link-] {
  margin: 0 auto;
  background-color: var(--text-color);
}
#floaty-header a .sub-title {
  font-size: 11px;
  font-weight: bold;
  -webkit-text-stroke: thin;
}
#floaty-header a .sub-title:before {
  content: "";
  display: block;
  margin: 7px auto 4px;
  width: 56px;
  background-color: var(--text-color);
  border: 1px solid var(--text-color);
  border-radius: 2px;
}
#floaty-header a span:before {
  font-size: 16px;
}
#floaty-header a [class^=link-] {
  margin-bottom: 6px;
}
#floaty-header a .link-restaurants {
  width: 67px;
  height: 22px;
  -webkit-mask-image: url(../images/label_restaurants.svg);
          mask-image: url(../images/label_restaurants.svg);
}
#floaty-header a .link-shops {
  margin-top: -1px;
  width: 42px;
  height: 23px;
  -webkit-mask-image: url(../images/label_shops.svg);
          mask-image: url(../images/label_shops.svg);
}
#floaty-header a .link-magazines {
  width: 44px;
  height: 22px;
  -webkit-mask-image: url(../images/label_magazines.svg);
          mask-image: url(../images/label_magazines.svg);
}
#floaty-header a .link-events {
  margin-top: -1px;
  width: 41px;
  height: 23px;
  -webkit-mask-image: url(../images/label_events.svg);
          mask-image: url(../images/label_events.svg);
}
#floaty-header a .sub-title {
  font-size: 10px;
}
#floaty-header a .sub-title:before {
  margin: 2px auto 4px;
  width: 36px;
}
#floaty-header .menu-sns {
  display: flex;
  align-items: center;
}
#floaty-header .menu-sns [class^=link-] {
  background: none !important;
}
#floaty-header .menu-sns [class^=link-]:before {
  font-family: "kahokurashi";
  font-weight: normal;
  font-size: 21px;
  display: block;
}
#floaty-header .menu-sns .sub-title {
  display: none;
}
#floaty-header .link-facebook:before {
  content: "";
}
#floaty-header .link-instagram:before {
  content: "";
}
@media only screen and (min-width: 992px) {
  #floaty-header {
    display: none;
  }
  #floaty-header + header {
    margin-top: 0;
  }
}

#page {
  margin-top: 75px;
}
@media only screen and (min-width: 992px) {
  #page {
    margin: 0;
  }
}

#floaty-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: var(--zindex-floaty);
  width: 100%;
  background-color: rgba(var(--color-white-rgb), 0.8);
  height: 60px;
}
#floaty-footer a {
  color: var(--text-color);
  font-family: var(--font-gothic);
  display: flex;
  align-items: center;
  font-weight: bold;
}
#floaty-footer a span[class^=icon-] {
  margin-right: 0.5em;
}
#floaty-footer.headroom--pinned {
  transform: translateY(100%);
}
#floaty-footer.headroom--unpinned {
  transform: translateY(0%);
}
#floaty-footer .button-cta {
  display: flex;
}
#floaty-footer .button-cta a {
  height: 60px;
  font-size: 16px;
  flex-flow: row-reverse;
  justify-content: center;
  transform: translateX(-8px);
}
#floaty-footer .button-cta [class^=icon-] {
  font-size: 25px;
}
#floaty-footer .button-cta .link-reservation:before {
  font-family: "kahokurashi";
  content: "";
  font-weight: normal;
  font-size: 25px;
  margin-right: 8px;
}
#floaty-footer .button-cta .footer-link {
  width: 100%;
}
#floaty-footer .button-cta .footer-hamburg {
  padding: 8px 20px;
  width: 77px;
  height: 100%;
  position: absolute;
  border: none;
  right: 0;
  outline: none;
  background: none;
}
#floaty-footer .button-cta .footer-hamburg span {
  border: 1px solid var(--text-color);
  border-radius: 2px;
  background-color: var(--text-color);
  height: 0;
  width: 37px;
  position: absolute;
  transition: transform 0.3s ease-out;
}
#floaty-footer .button-cta .footer-hamburg span:nth-child(1) {
  top: calc(50%);
  transform: translateY(-10px);
  left: 20px;
  -webkit-animation: menu-bar01 ease-out 0.4s forwards;
          animation: menu-bar01 ease-out 0.4s forwards;
}
#floaty-footer .button-cta .footer-hamburg span:nth-child(2) {
  top: calc(50%);
  left: 20px;
}
#floaty-footer .button-cta .footer-hamburg span:nth-child(3) {
  top: calc(50%);
  transform: translateY(10px);
  left: 20px;
  -webkit-animation: menu-bar03 ease-out 0.4s forwards;
          animation: menu-bar03 ease-out 0.4s forwards;
}
#floaty-footer .button-cta .footer-hamburg[data-state=open] span:nth-child(1) {
  -webkit-animation: active-menu-bar01 ease-out 0.2s forwards;
          animation: active-menu-bar01 ease-out 0.2s forwards;
}
#floaty-footer .button-cta .footer-hamburg[data-state=open] span:nth-of-type(2) {
  display: none;
}
#floaty-footer .button-cta .footer-hamburg[data-state=open] span:nth-child(3) {
  -webkit-animation: active-menu-bar03 ease-out 0.2s forwards;
          animation: active-menu-bar03 ease-out 0.2s forwards;
}
#floaty-footer .footer-menu {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-100%);
}
#floaty-footer .footer-menu.expand li {
  height: 40px;
}
#floaty-footer .footer-menu li {
  height: 0;
  transition: height 0.2s ease-out;
  overflow: hidden;
}
#floaty-footer .footer-menu li:nth-of-type(1) a {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
#floaty-footer .footer-menu li.active a {
  color: var(--color-red) !important;
}
#floaty-footer .footer-menu li.active a .sub-title::before {
  border-color: var(--color-red) !important;
}
#floaty-footer .footer-menu a {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  font-size: 13px;
  height: 40px;
  width: 188px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: rgba(var(--color-white-rgb), 0.8);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  border-left: 1px solid rgba(0, 0, 0, 0.5);
}
#floaty-footer .footer-menu a [class^=link-]:before {
  font-family: "kahokurashi";
  margin-right: 0.6em;
  font-weight: normal;
  font-size: 21px;
  display: block;
}
#floaty-footer .footer-menu a .link-ka:before {
  content: "";
}
#floaty-footer .footer-menu a .link-facebook:before {
  content: "";
}
#floaty-footer .footer-menu a .link-instagram:before {
  content: "";
}
#floaty-footer .footer-menu a .link-news:before {
  content: "";
  font-size: 19px;
  margin-right: 0.3em;
}
#floaty-footer .footer-menu a .link-question:before {
  content: "";
}
#floaty-footer .footer-menu a .link-onlinestore:before {
  content: "";
  margin-right: 0.5em;
}
@media only screen and (min-width: 992px) {
  #floaty-footer {
    display: none;
  }
}

footer#colophon {
  line-break: anywhere;
  margin-bottom: 60px;
  color: inherit !important;
  background: none !important;
}
footer#colophon .footer-content {
  border-top: 1px solid var(--border-color);
  padding: 36px 0 64px;
  position: relative;
}
footer#colophon .footer-content .title {
  margin-top: 0;
}
footer#colophon .footer-content h5 {
  font-size: 12px;
}
footer#colophon .footer-content p {
  font-size: 12px;
}
footer#colophon .footer-map {
  width: 100%;
}
footer#colophon .footer-map iframe {
  width: 100%;
  height: 200px;
}
footer#colophon .footer-map p {
  margin-top: 0.5em;
  margin-bottom: 0;
  text-align: right;
}
footer#colophon .site-info {
  font-size: 11px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  footer#colophon {
    margin-bottom: 0;
  }
  footer#colophon .site-info {
    font-size: 14px;
    position: relative;
    z-index: 1;
  }
  footer#colophon .footer-column {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  footer#colophon .footer-map {
    width: 500px;
  }
}

header#masthead {
  background: rgba(var(--color-white-rgb), 0.5);
  box-shadow: none;
  padding-top: 18px;
}
body:not(.home) header#masthead {
  display: none;
}
header#masthead .navbar-brand {
  margin: 0 auto;
}
header#masthead .navbar-brand img {
  width: 195px;
}
header#masthead nav {
  margin-left: -20px;
  margin-right: -20px;
}
header#masthead #main-nav ul,
header#masthead #sub-nav ul {
  width: 100%;
}
header#masthead #main-nav .navbar-nav li.active a,
header#masthead #sub-nav .navbar-nav li.active a {
  color: var(--color-red) !important;
}
header#masthead #main-nav .navbar-nav li.active a [class^=link-],
header#masthead #sub-nav .navbar-nav li.active a [class^=link-] {
  background-color: var(--color-red) !important;
}
header#masthead #main-nav .navbar-nav li.active a .sub-title::before,
header#masthead #sub-nav .navbar-nav li.active a .sub-title::before {
  border-color: var(--color-red) !important;
}
header#masthead #main-nav a,
header#masthead #sub-nav a {
  text-align: center;
  font-size: 0;
  color: var(--text-color);
}
header#masthead #main-nav a [class^=link-],
header#masthead #sub-nav a [class^=link-] {
  margin: 0 auto;
  background-color: var(--text-color);
}
header#masthead #main-nav a .sub-title,
header#masthead #sub-nav a .sub-title {
  font-size: 11px;
  font-weight: bold;
  -webkit-text-stroke: thin;
}
header#masthead #main-nav a .sub-title:before,
header#masthead #sub-nav a .sub-title:before {
  content: "";
  display: block;
  margin: 7px auto 4px;
  width: 56px;
  background-color: var(--text-color);
  border: 1px solid var(--text-color);
  border-radius: 2px;
}
@media only screen and (max-width: 992px) {
  header#masthead {
    position: static;
  }
}
@media only screen and (min-width: 992px) {
  header#masthead {
    margin-top: 0;
    padding: 40px 0 30px;
  }
  body:not(.home) header#masthead {
    display: block;
  }
  header#masthead a .sub-title {
    display: block;
  }
  header#masthead a .link-restaurants {
    width: 67px;
    height: 22px;
    -webkit-mask-image: url(../images/label_restaurants.svg);
            mask-image: url(../images/label_restaurants.svg);
  }
  header#masthead a .link-shops {
    margin-top: -1px;
    width: 42px;
    height: 23px;
    -webkit-mask-image: url(../images/label_shops.svg);
            mask-image: url(../images/label_shops.svg);
  }
  header#masthead a .link-shops + span {
    transform: translateY(-1px);
  }
  header#masthead a .link-magazines {
    width: 44px;
    height: 22px;
    -webkit-mask-image: url(../images/label_magazines.svg);
            mask-image: url(../images/label_magazines.svg);
  }
  header#masthead a .link-events {
    margin-top: -1px;
    width: 41px;
    height: 23px;
    -webkit-mask-image: url(../images/label_events.svg);
            mask-image: url(../images/label_events.svg);
  }
  header#masthead a .link-events + span {
    transform: translateY(-1px);
  }
  header#masthead .navbar-brand {
    margin-left: 22px;
    margin-right: 36px;
  }
  header#masthead .navbar-brand img {
    width: 285px;
  }
  header#masthead #main-nav ul {
    justify-content: flex-end;
    margin-left: 23px;
    position: relative;
    top: 6px;
  }
  header#masthead #main-nav a {
    padding: 0.5rem 2.4rem;
  }
  header#masthead #main-nav .menu-sns {
    display: flex;
    align-items: center;
  }
  header#masthead #main-nav .menu-sns a {
    padding: 0.5rem 1.2rem;
  }
  header#masthead #main-nav .menu-sns [class^=link-] {
    background: none !important;
  }
  header#masthead #main-nav .menu-sns [class^=link-]:before {
    font-family: "kahokurashi";
    font-weight: normal;
    font-size: 21px;
    display: block;
  }
  header#masthead #main-nav .menu-sns .sub-title {
    display: none;
  }
  header#masthead #main-nav .link-facebook:before {
    content: "";
  }
  header#masthead #main-nav .link-instagram:before {
    content: "";
  }
  header#masthead #sub-nav {
    flex: 0;
    min-width: 110px;
  }
  header#masthead #sub-nav ul {
    justify-content: flex-end;
  }
  header#masthead #sub-nav li {
    position: relative;
    top: 3px;
  }
  header#masthead #sub-nav a {
    color: var(--color-red);
  }
  header#masthead #sub-nav a .sub-title:before {
    border-color: var(--color-red);
  }
  header#masthead #sub-nav a .link-onlinestore {
    width: 30px;
    height: 27px;
    background-color: var(--color-red);
    -webkit-mask-image: url(../images/label_onlinestore.svg);
            mask-image: url(../images/label_onlinestore.svg);
  }
}
@media only screen and (min-width: 1200px) {
  header#masthead {
    padding: 40px 30px 30px;
  }
}

#hero {
  padding-top: 0;
}

.home .section-title {
  margin-top: 1.5em;
}
.home .section-title p {
  margin-bottom: 1.3em;
}
@media only screen and (min-width: 992px) {
  .home .section-title {
    margin-top: 93px;
    margin-bottom: 38px;
  }
}

.magazines-template .entry-header {
  margin-bottom: 25px;
  margin-top: 50px;
}
.magazines-template .title-wrap {
  flex-direction: column;
}
.magazines-template .magazine-subtitle {
  margin-top: 1rem;
  font-size: 14px;
}
.magazines-template .post-thumbnail {
  margin: 0 calc(var(--content-padding) * -1) 56px;
}
.magazines-template .post-thumbnail img {
  width: 100%;
}
.magazines-template .entry-content p {
  font-size: 14px;
}
@media only screen and (min-width: 992px) {
  .magazines-template .entry-header {
    margin-top: 0;
    width: calc(100% - 240px);
    margin-left: auto;
    margin-right: auto;
  }
  .magazines-template .post-thumbnail {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 36px;
  }
  .magazines-template .entry-content p {
    font-size: 15px;
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    text-orientation: upright;
    height: var(--vertical-content-height);
    margin-right: auto;
    margin-left: auto;
  }
  .magazines-template .entry-content a {
    text-decoration: underline;
  }
  .magazines-template .entry-content a:after {
    content: none;
  }
}

.restaurants-template .entry-content .wp-block-image img, .shops-template .entry-content .wp-block-image img {
  margin-left: calc(var(--content-padding) * -1);
  margin-right: calc(var(--content-padding) * -1);
  width: calc(100% + calc(var(--content-padding) * 2));
  max-width: initial;
}
@media only screen and (min-width: 768px) {
  .restaurants-template .entry-content .wp-block-image img, .shops-template .entry-content .wp-block-image img {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: initial;
  }
}

#side-nav {
  position: fixed;
  z-index: 0;
  top: 0;
  right: 50%;
  height: 100%;
  font-family: var(--font-gothic);
}
#side-nav a {
  font-size: 14px;
  font-weight: bold;
  color: var(--black);
  display: flex;
  align-items: center;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 0;
}
#side-nav a [class^=link-]:before {
  font-family: "kahokurashi";
  margin-bottom: 0.4em;
  font-size: 20px;
  font-weight: normal;
}
#side-nav a .link-reservation:before {
  content: "";
  font-size: 31px;
}
#side-nav a .link-facebook:before {
  content: "";
}
#side-nav a .link-instagram:before {
  content: "";
}
#side-nav a .link-onlinestore:before {
  content: "";
}
#side-nav a .link-news:before {
  content: "";
  position: relative;
  right: -3px;
}
#side-nav a .link-question:before {
  content: "";
  position: relative;
  left: -2px;
  top: -4px;
}
#side-nav span[class^=icon-] {
  margin-bottom: 10px;
  font-size: 26px;
}
#side-nav ul {
  list-style: none;
}
#side-nav li {
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
}
#side-nav li .sub-title {
  background-color: var(--text-color);
}
#side-nav li.reservation a {
  position: relative;
  left: -8px;
  top: -28px;
}
#side-nav li.reservation .sub-title {
  -webkit-mask-image: url(../images/label_sidebar_reservation.svg);
          mask-image: url(../images/label_sidebar_reservation.svg);
  width: 13px;
  height: 110px;
  position: relative;
  top: -3px;
}

#sns-links {
  height: 100%;
  min-height: 750px;
}
#sns-links ul {
  margin: 0;
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  #sns-links {
    margin-right: calc(-50vw);
  }
}
@media (min-width: 1200px) {
  #sns-links {
    margin-right: -622px;
  }
}

.site-main .navigation {
  margin: 0;
  padding: 0 8px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.site-main .navigation a {
  color: var(--text-color);
  font-size: 0;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
  border-width: 0;
}
.site-main .navigation a:before, .site-main .navigation a:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.site-main .navigation a[rel=prev]:before {
  border-bottom: 1px solid;
  border-left: 1px solid;
  transform: rotate(45deg);
}
.site-main .navigation a[rel=prev]:after {
  font-size: 12px;
  content: "前の記事";
  width: auto;
  height: auto;
}
.site-main .navigation a[rel=next]:before {
  font-size: 12px;
  content: "次の記事";
  width: auto;
  height: auto;
}
.site-main .navigation a[rel=next]:after {
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
}
.site-main .navigation a:hover {
  background: none;
}
@media only screen and (min-width: 992px) {
  .site-main .navigation {
    margin-top: 16px;
  }
  .site-main .navigation a:before, .site-main .navigation a:after {
    width: 21px;
    height: 21px;
  }
  .site-main .navigation a:before {
    margin-right: 8px;
  }
  .site-main .navigation a:after {
    margin-left: 8px;
  }
}
.site-main > article a {
  position: relative;
  font-weight: bold;
  color: var(--text-color);
  text-decoration: none;
}
.site-main > article a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  bottom: -2px;
  border-bottom: 1px solid var(--text-color);
}
.site-main > article p {
  line-height: 1.8;
}
.site-main > article strong {
  font-family: var(--font-mincho-bold);
}

#splash {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 3000;
  background: var(--color-white);
}
#splash .button-close {
  position: absolute;
  z-index: 2;
  top: 3px;
  right: 10px;
  width: calc(57px + 8px);
  height: calc(57px + 8px);
  border: 0;
  background: none;
  padding: 8px;
}
#splash .button-close span {
  display: block;
  width: 57px;
  height: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
#splash .button-close span:nth-of-type(1) {
  transform: rotate(45deg);
}
#splash .button-close span:nth-of-type(2) {
  transform: rotate(-45deg);
}
#splash .copy-container {
  position: relative;
  margin-top: 31px;
  margin-left: -3px;
}
#splash .copy-container > div {
  position: relative;
  z-index: 20;
}
#splash .copy-container > div.japan {
  z-index: 10;
}
#splash .copy-container img {
  display: block;
}
#splash .copy-container img.desktop {
  display: none;
}
#splash .copy-container .copy-1 {
  width: 291px;
  margin-bottom: 30px;
}
#splash .copy-container .copy-2 {
  width: 238px;
  margin-bottom: 63px;
}
#splash .copy-container .copy-3 {
  width: 175px;
  margin-bottom: 26px;
}
#splash .copy-container .copy-4 {
  width: 277px;
  margin-bottom: 27px;
}
#splash .copy-container .copy-5 {
  width: 256px;
}
#splash .copy-container .info {
  width: 302px;
  margin-top: 37px;
  margin-left: -3px;
}
#splash .copy-container .japan {
  position: absolute;
  width: 324px;
  max-width: initial;
  top: 36px;
  left: -1%;
  z-index: 10;
}
#splash .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.5;
  background-position: right bottom;
  background-size: cover;
  background-image: url(../images/splash-background.jpg);
}
@media only screen and (min-width: 992px) {
  #splash .button-close {
    top: 30px;
    right: 30px;
  }
  #splash .copy-container {
    margin: 29px 0 0 122px;
  }
  #splash .copy-container img.mobile {
    display: none;
  }
  #splash .copy-container img.desktop {
    display: block;
  }
  #splash .copy-container .copy-1 {
    width: 381px;
    margin-bottom: 30px;
  }
  #splash .copy-container .copy-2 {
    width: 527px;
    margin-bottom: 24px;
  }
  #splash .copy-container .copy-3 {
    width: 345px;
    margin-bottom: 37px;
  }
  #splash .copy-container .copy-4 {
    width: 307px;
    margin-bottom: 35px;
  }
  #splash .copy-container .copy-5 {
    width: 362px;
  }
  #splash .copy-container .info {
    width: 537px;
    margin-top: 89px;
    margin-left: -28px;
  }
  #splash .copy-container .japan {
    position: absolute;
    width: 350px;
    top: -48px;
    left: -68%;
  }
  #splash .background {
    background-position: center bottom;
  }
}
