@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}
.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}
.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}
.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}
.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #b93d0c;
}
.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-close:before {
  transform: rotate(-45deg);
}
.modaal-close:after {
  transform: rotate(45deg);
}
.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}
.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}
.modaal-gallery-item img {
  display: block;
}
.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}
.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}
.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}
.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}
.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}
.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}
.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }

  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }

  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }

  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
}

@-ms-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.12s;
  -moz-animation-delay: 0.12s;
  -webkit-animation-delay: 0.12s;
  -o-animation-delay: 0.12s;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.37s;
  -moz-animation-delay: 0.37s;
  -webkit-animation-delay: 0.37s;
  -o-animation-delay: 0.37s;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.62s;
  -moz-animation-delay: 0.62s;
  -webkit-animation-delay: 0.62s;
  -o-animation-delay: 0.62s;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.87s;
  -moz-animation-delay: 0.87s;
  -webkit-animation-delay: 0.87s;
  -o-animation-delay: 0.87s;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

@keyframes dot-effect {
  from {
    transform: scale(0.1111111111);
    opacity: 1;
  }
  to {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes drawer {
  from {
    transform: translate3d(100%, 0, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes drawer-reverse {
  from {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0);
    opacity: 0;
  }
}
@keyframes linear-move {
  0% {
    left: 0;
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
html,
body {
  width: 100%;
  overflow-x: hidden;
}
html[data-drawer-active],
body[data-drawer-active] {
  height: 100%;
  overflow: hidden;
}

body {
  margin: 0;
  padding: 0;
  color: #433225;
  background-color: #ffffff;
  font-family: "Shippori Mincho B1", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}
@media only screen and (max-width: 1366px) {
  body {
    font-size: 16px;
  }
}
@media only screen and (max-width: 750px) {
  body {
    font-size: 16px;
  }
}
@media only screen and (max-width: 390px) {
  body {
    font-size: 16px;
  }
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.svg-strage {
  display: none;
}

@media only screen and (max-width: 750px) {
  .is__pc {
    display: none;
  }
}

@media only screen and (min-width: 751px) {
  .is__sp {
    display: none;
  }
}

@media only screen and (min-width: 751px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

body[data-has-background] {
  background: #fff9f0;
}

@media only screen and (max-width: 750px) {
  .main-content {
    margin-top: 119px;
  }
}

@media only screen and (max-width: 750px) {
  [data-is-home] .main-content {
    margin-top: 0;
  }
}

.global-header .global-navigation ul, .global-header__navigation-clone ul, .global-footer__banners ul, .global-footer__container .global-navigation ul, .nishikimachi-list__section .nishikimachi-list__section-header ul, .nishikimachi-list__header-icons ul, .home-news__summaries ul, .section-access__list ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 751px) {
  [data-hide*=desktop] {
    display: none !important;
  }
}
@media only screen and (max-width: 750px) {
  [data-hide*=handheld] {
    display: none !important;
  }
}
@media only screen and (max-width: 390px) {
  [data-hide*=phone] {
    display: none !important;
  }
}
@media only screen and (min-width: 751px) {
  .section-access__nav .nav__container {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 30px 73px;
  }
}
@media only screen and (max-width: 750px) {
  .section-access__nav .nav__container {
    max-width: 240px;
    width: auto;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 750px) {
  .section-access__nav .button {
    display: block;
    margin: 38px 0 0;
  }
  .section-access__nav .button:first-child {
    margin-top: 0;
  }
}
@media only screen and (max-width: 750px) {
  .section-access__nav .button a {
    justify-content: space-between;
  }
}
@media only screen and (min-width: 751px) {
  .section-access__nav + .section-access__section {
    margin-top: 82px;
  }
}
@media only screen and (max-width: 750px) {
  .section-access__nav + .section-access__section {
    margin-top: 92px;
  }
}

@media only screen and (min-width: 751px) {
  .section-access__section {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 750px) {
  .section-access__section {
    margin-top: 92px;
  }
}

.section-access__heading {
  margin: 0;
  padding: 0 0 20px;
  background: transparent url("/assets/img/access/heading_bg_01.png") left bottom no-repeat;
}
@media only screen and (min-width: 751px) {
  .section-access__heading {
    line-height: 1.4375;
    font-size: 32px;
    font-weight: 400;
    background-size: 100% auto;
  }
}
@media only screen and (max-width: 750px) {
  .section-access__heading {
    line-height: 1.1428571429;
    font-size: 28px;
    font-weight: 400;
    background-size: auto 10px;
  }
}
@media only screen and (max-width: 750px) {
  .section-access__heading + .section-access__list {
    margin-top: 60px;
  }
}

.section-access__title {
  line-height: 1.4444444444;
  font-size: 18px;
  font-weight: 400;
  margin: 60px 0 0;
}
@media only screen and (max-width: 750px) {
  .section-access__title + .section-access__list {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 750px) {
  .section-access__list {
    margin: 120px 0 0;
  }
}
@media only screen and (min-width: 751px) {
  .section-access__list ol {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 40px 0 0;
  }
}
@media only screen and (max-width: 750px) {
  .section-access__list ol {
    display: block;
  }
}
@media only screen and (min-width: 751px) {
  .section-access__list li {
    margin: 60px 0 0;
  }
  .section-access__list li:nth-of-type(-n + 5) {
    margin-top: 0;
  }
}
.section-access__list .__spot {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  flex: 0 1 17.6598049837%;
}
.section-access__list .__spot h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 20px;
  background: #006174;
  color: #ffffff;
  text-align: center;
}
@media only screen and (min-width: 751px) {
  .section-access__list .__spot h4 {
    line-height: 1.4444444444;
    font-size: 18px;
    font-weight: 400;
  }
}
@media only screen and (max-width: 750px) {
  .section-access__list .__spot h4 {
    line-height: 1.3125;
    font-size: 16px;
    font-weight: 400;
  }
}
@media only screen and (min-width: 751px) {
  .section-access__list .__intersection {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    flex: 0 1 21.6684723727%;
  }
}
.section-access__list .__intersection p {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
}
@media only screen and (min-width: 751px) {
  .section-access__list .__intersection p {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    line-height: 1.4;
    font-size: 15px;
    font-weight: 400;
    flex-direction: column;
    padding: 0 10px;
    text-align: center;
  }
}
@media only screen and (max-width: 750px) {
  .section-access__list .__intersection p {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.4285714286;
    font-size: 14px;
    font-weight: 400;
    flex-direction: column;
    padding: 20px 0;
  }
}
.section-access__list .__intersection p::before, .section-access__list .__intersection p::after {
  display: block;
  background-color: transparent;
  background-image: url(none);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.section-access__list .__intersection p::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #006174;
}
@media only screen and (min-width: 751px) {
  .section-access__list .__intersection p::before {
    border-width: 2.5px 0 2.5px 5px;
    left: auto;
  }
}
@media only screen and (max-width: 750px) {
  .section-access__list .__intersection p::before {
    top: auto;
    bottom: 0;
    right: auto;
    left: 18px;
    border-width: 5px 2.5px 0;
    border-color: #006174 transparent transparent;
  }
}
.section-access__list .__intersection p::after {
  background: #006174;
}
@media only screen and (min-width: 751px) {
  .section-access__list .__intersection p::after {
    width: 100%;
    height: 1px;
  }
}
@media only screen and (max-width: 750px) {
  .section-access__list .__intersection p::after {
    top: 0;
    right: auto;
    bottom: 0;
    left: 20px;
    width: 1px;
    height: 100%;
  }
}
.section-access__list .__intersection p span,
.section-access__list .__intersection p small {
  flex: 0 0 50%;
  box-sizing: border-box;
}
.section-access__list .__intersection p span[data-color=orange],
.section-access__list .__intersection p small[data-color=orange] {
  color: #ff3801;
}
.section-access__list .__intersection p span {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  box-sizing: border-box;
  padding-bottom: 5px;
}
.section-access__list .__intersection p small {
  line-height: 1.4285714286;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 5px;
}
@media only screen and (max-width: 750px) {
  .section-access__list .__intersection p small {
    margin: 5px 0 0;
  }
}

.banner-cycling a {
  color: #403327;
  position: relative;
  border: 1px dotted;
  border-radius: 8px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.24);
  padding: 5px;
  gap: 3px;
}
@media only screen and (min-width: 751px) {
  .banner-cycling a {
    transition: all 0.5s cubic-bezier(0.445, 0.355, 0.21, 1) 0s;
    cursor: pointer;
  }
  .banner-cycling a:hover {
    opacity: 0.7;
  }
}
.banner-cycling .icon {
  position: absolute;
  bottom: 100%;
  right: 12px;
}
.banner-cycling .line_01 {
  font-size: 10px;
}
.banner-cycling .line_02 {
  font-size: 13px;
  color: #FF4E00;
  text-decoration: underline;
}
.banner-cycling .line_03 {
  font-size: 10px;
}
.global-header .banner-cycling {
  margin: auto 35px 20px;
}
@media only screen and (max-width: 750px) {
  .global-header .banner-cycling {
    display: none;
  }
}
.global-header__navigation-clone .banner-cycling {
  display: block;
  margin: 6vh auto 0;
  width: 160px;
}
.global-footer .banner-cycling {
  display: none;
}

.body-text {
  line-height: 2.25;
  font-size: 16px;
  margin: 40px 0 0;
}
.body-text:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 750px) {
  .body-text {
    line-height: 1.8666666667;
    font-size: 15px;
    margin: 38px 0 0;
  }
}

.button a, input.contact-submit {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #433225;
  border-width: 0 0 1px;
  background-color: transparent;
  padding: 0 0 9px;
  color: #433225;
}
.button a svg, input.contact-submit svg {
  margin: 0 0 0 10px;
  fill: #433225;
}
@media only screen and (min-width: 751px) {
  .button a svg, input.contact-submit svg {
    transition: transform 0.4s cubic-bezier(0.445, 0.355, 0.21, 1) 0s;
  }
  .button a:hover svg, input.contact-submit:hover svg {
    transform: translate3d(10px, 0, 0);
  }
}

.screen-reader-response {
  display: none;
}

.wpcf7-not-valid-tip {
  display: inline-block;
  margin-top: 5px;
  color: #ff3801;
}

.wpcf7-response-output {
  margin: 60px 143px 0 50px;
  color: #ff3801;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .wpcf7-response-output {
    margin: 60px 20px 0;
  }
}

input.contact-submit {
  background: transparent url("/assets/img/common/arrow_forward_02.png") right calc(0.5em - 2px) no-repeat;
  background-size: 24px 5px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 58px;
}

.button.__main a {
  border-bottom-color: #ffffff;
  color: #ffffff;
}
.button.__main a svg {
  fill: #ffffff;
}
.button.__green a {
  border-bottom-color: #006174;
  color: #006174;
}
.button.__green a svg {
  fill: #006174;
}

.global-footer .button a {
  border-bottom-color: #ffffff;
  color: #ffffff;
}
.global-footer .button a svg {
  fill: #ffffff;
}

.contact-row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 27px 0 0;
}
.contact-row[data-separater] {
  margin: 60px 0 0;
  border-top: 1px solid #d9d9d9;
  padding: 60px 0 0;
}
.contact-row dl {
  flex: 1;
  margin: 0 0 0 40px;
  padding: 0;
}
.contact-row dl:first-child {
  margin-left: 0;
}
.contact-row dl dt {
  line-height: 2.625;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.contact-row dl dd {
  position: relative;
  margin: 10px 0 0;
}
.contact-row dl dd input,
.contact-row dl dd textarea {
  letter-spacing: 0.02em;
  line-height: 3;
  font-size: 14px;
  font-weight: 400;
  box-sizing: border-box;
  border: none;
  border-radius: 8px;
  width: 100%;
  padding: 5px 28px;
}
.contact-row dl dd input::placeholder,
.contact-row dl dd textarea::placeholder {
  color: #404040;
}
.contact-row dl dd .select-wrapper {
  position: relative;
}
.contact-row dl dd .select-wrapper::after {
  display: block;
  background-color: transparent;
  background-image: url(none);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  left: auto;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  height: 1em;
  right: 1em;
  content: "\f078";
  color: #ff3801;
}
.contact-row dl dd select {
  -webkit-appearance: none;
  letter-spacing: 0.02em;
  line-height: 3;
  font-size: 14px;
  font-weight: 400;
  box-sizing: border-box;
  border: none;
  border-radius: 8px;
  width: 100%;
  padding: 5px 28px;
}
.contact-row dl dd select::placeholder {
  color: #404040;
}
.contact-row dl dd textarea {
  height: 230px;
}
.contact-row dl[data-require] dt::after {
  margin: 0 0 0 0.25em;
  color: #ff3801;
  content: "*";
}
.contact-row dl.read-require {
  position: relative;
  height: 300px;
  border: 1px solid #404040;
  padding: 35px;
  background: #ffffff;
}
.contact-row dl.read-require dt {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(21px, -50%);
  background: #006174;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 1;
  font-size: 13px;
  font-weight: 500;
  height: 47px;
  border-radius: 24px;
  padding: 0 24px;
}
.contact-row dl.read-require dd {
  margin: 0;
  height: 100%;
  overflow: auto;
}
.contact-row dl.read-require dd div {
  letter-spacing: 0.04em;
  line-height: 2.1538461538;
  font-size: 13px;
  font-weight: 400;
}
.contact-row dl.read-require dd div h2 {
  margin: 0 0 29px;
  font-size: 16px;
}
.contact-row dl.read-require dd div small {
  display: block;
  font-size: 0.9em;
}
.contact-row dl.read-require dd div a {
  color: #433225;
}
.contact-row[data-agree] {
  display: block;
  margin: 32px 0 0;
}
.contact-row[data-agree] #agreement {
  display: none;
}
.contact-row[data-agree] label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 3;
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (max-width: 750px) {
  .contact-row[data-agree] label {
    font-size: 12px;
  }
}
.contact-row[data-agree] label span {
  display: block;
  background-color: transparent;
  background-image: url(none);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  margin: 0 1.5em 0 0;
  width: 1.7142857143em;
  height: 1.7142857143em;
  border: 1px solid #404040;
  background: #ffffff;
  border-radius: 33.3333333333%;
}
.contact-row[data-agree] input:checked + label span::before {
  display: block;
  background-color: transparent;
  background-image: url(none);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  margin: 0.5em;
  width: 0.7142857143em;
  height: 0.7142857143em;
  background: #ff3801;
  border-radius: 0.4285714286em;
}
.contact-row[data-agree] .button {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 39px 0 0;
}

@media only screen and (min-width: 751px) {
  .hide-pc {
    display: none;
  }
}

@media only screen and (max-width: 750px) {
  .hide-sp {
    display: none;
  }
}

.cycling-floating {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
}
.cycling-floating a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  text-align: center;
  background-color: #FF4E00;
  color: #fff;
  border-radius: 8px 0 0 8px;
  padding: 5px;
  line-height: 1.4166666667;
  font-size: 12px;
  font-weight: 700;
}
@media only screen and (min-width: 751px) {
  .cycling-floating a {
    transition: all 0.5s cubic-bezier(0.445, 0.355, 0.21, 1) 0s;
    cursor: pointer;
  }
  .cycling-floating a:hover {
    opacity: 0.7;
  }
}
.cycling-floating a::before {
  position: absolute;
  left: 50%;
  top: -16px;
  transform: translateX(-50%);
  content: "";
  display: block;
  background: transparent url("/assets/img/common/icon_pin_01.svg") center center/contain no-repeat;
  width: 23px;
  height: 28px;
}
.cycling-rental {
  background-color: #FFF9F0;
  padding: 50px 0 25px;
}
@media only screen and (max-width: 750px) {
  .cycling-rental {
    padding: 15.1869158879vw 0 25px;
  }
}
.cycling-rental__container {
  display: flex;
  gap: 5.9588299025%;
}
@media only screen and (max-width: 750px) {
  .cycling-rental__container {
    flex-direction: column;
    gap: 20px;
  }
}
.cycling-rental__image {
  flex-shrink: 0;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .cycling-rental__image {
    display: none;
  }
}
.cycling-rental__summary {
  flex-grow: 1;
  display: grid;
  grid-template-areas: "heading heading" "address info" "link info";
  row-gap: 20px;
  column-gap: 20px;
}
.cycling-rental__summary .heading {
  grid-area: heading;
  margin: 0;
  line-height: 1.3333333333;
  font-size: 18px;
  font-weight: 400;
}
.cycling-rental__summary .heading .small {
  line-height: 1.4285714286;
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (max-width: 750px) {
  .cycling-rental__summary .heading {
    margin-bottom: -5px;
  }
}
.cycling-rental__summary .info {
  grid-area: info;
}
.cycling-rental__summary .info dl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 0 1 calc((100% - 100px) / 2);
  margin: 10px 0 0;
}
.cycling-rental__summary .info dl:first-child {
  margin-top: 0;
}
.cycling-rental__summary .info dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  font-size: 12px;
  font-weight: 700;
  flex: 0 0 74px;
  box-sizing: border-box;
  height: 26px;
  border-radius: 13px;
  padding: 0 13px;
  background-color: #006174;
  color: #ffffff;
}
.cycling-rental__summary .info dd {
  line-height: 1.4285714286;
  font-size: 14px;
  font-weight: 400;
  flex: 1 1 auto;
  margin: 0 0 0 16px;
  padding: 3px 0 0;
}
@media only screen and (max-width: 750px) {
  .cycling-rental__summary .info dd.price {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em 1em;
  }
}
.cycling-rental__summary .info .price-line {
  white-space: nowrap;
}
.cycling-rental__summary .address {
  grid-area: address;
  line-height: 1.4285714286;
  font-size: 14px;
  font-weight: 400;
}
.cycling-rental__summary .address p {
  margin: 0;
}
.cycling-rental__summary .address p + p {
  margin-top: 1em;
}
.cycling-rental__summary .address .button {
  margin-top: 0.5em;
}
.cycling-rental__summary .link {
  grid-area: link;
}
.cycling-rental__summary .button {
  display: inline-flex;
}
@media all and (max-width: 1200px) {
  .cycling-rental__summary {
    grid-template-areas: "heading" "address" "info" "link";
    row-gap: 25px;
  }
}
.cycling-root-heading {
  position: relative;
  padding: 0 0 25px;
  background: transparent url("/assets/img/common/heading_bg_02@2x.png") left bottom no-repeat;
  background-size: 100% auto;
  line-height: 1.4375;
  font-size: 32px;
  font-weight: 400;
  margin: 0 0 70px;
  color: #433225;
}
@media only screen and (max-width: 750px) {
  .cycling-root-heading {
    padding: 0 0 20px;
    background-image: url("/assets/img/common/heading_bg_01@2x.png");
    background-size: auto 10px;
    margin-bottom: 30px;
    line-height: 1.4285714286;
    font-size: 21px;
  }
}
.cycling-root-heading .small {
  font-size: 0.6875em;
}
.cycling-root {
  position: relative;
}
.cycling-root * {
  box-sizing: border-box;
}
.cycling-spot {
  position: relative;
  background-color: #fff;
}
.cycling-spot.--start .cycling-spot__body::before, .cycling-spot.--start .cycling-spot__body::after {
  content: "";
  position: absolute;
  top: 0;
  right: 27px;
  width: 24px;
  height: 36px;
  z-index: 2;
}
@media only screen and (max-width: 750px) {
  .cycling-spot.--start .cycling-spot__body::before, .cycling-spot.--start .cycling-spot__body::after {
    right: 2px;
    width: 15px;
    height: 24px;
  }
}
.cycling-spot.--start .cycling-spot__body::before {
  background-color: #fff;
}
.cycling-spot.--start .cycling-spot__body::after {
  top: 5px;
  background-color: #305F70;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.cycling-spot.--goal {
  z-index: 2;
}
.cycling-spot.--goal .cycling-spot__body {
  padding-bottom: 0;
}
.cycling-spot:not(.--goal):not(.--start) .cycling-spot__header {
  margin-right: 77px;
}
@media only screen and (max-width: 750px) {
  .cycling-spot:not(.--goal):not(.--start) .cycling-spot__header {
    margin-right: 20px;
  }
}
.cycling-spot__header {
  display: grid;
  grid-template-areas: "a b" "a c";
  grid-template-columns: 37px 1fr;
  column-gap: 30px;
  align-content: center;
  padding: 8px 35px;
  background-color: #1A6072;
  color: #fff;
}
@media only screen and (max-width: 750px) {
  .cycling-spot__header {
    row-gap: 3px;
    column-gap: 15px;
    padding: 8px 15px;
  }
}
.cycling-spot__header .order {
  grid-area: a;
  align-self: center;
  justify-self: center;
  padding-top: 8px;
  width: 37px;
  height: 54px;
  color: #FF4E00;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  background: url("/assets/img/common/icon_pin_02.svg") center center/contain no-repeat;
}
.cycling-spot__header .note {
  grid-area: b;
  align-self: center;
  font-size: 14px;
  line-height: 1.1;
}
.cycling-spot__header .title {
  grid-area: c;
  align-self: center;
  margin: 0;
  font-weight: normal;
  font-size: 21px;
  line-height: 1.3;
}
@media only screen and (max-width: 750px) {
  .cycling-spot__header .title {
    font-size: 18px;
  }
}
.cycling-spot__body {
  position: relative;
  padding: 50px 77px 80px 107px;
}
@media only screen and (max-width: 750px) {
  .cycling-spot__body {
    padding: 30px 20px 50px;
  }
}
.cycling-spot__body-inner {
  overflow: hidden;
}
.cycling-spot__description {
  line-height: 2.25;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  text-align: justify;
}
@media only screen and (max-width: 750px) {
  .cycling-spot__description {
    line-height: 1.875;
    font-size: 16px;
    font-weight: 400;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cycling-spot__description ~ .cycling-spot__description {
  margin-top: 36px;
}
.cycling-spot__image {
  text-align: center;
}
.cycling-spot__image.--full {
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  .cycling-spot__image.--full {
    margin-bottom: 20px;
  }
}
.cycling-spot__image.--half {
  margin-bottom: 30px;
}
@media all and (min-width: 1000px) {
  .cycling-spot__image.--half {
    float: left;
    margin-right: 50px;
    max-width: 50%;
  }
}
@media only screen and (max-width: 750px) {
  .cycling-spot__image.--half {
    margin-bottom: 20px;
  }
}
.cycling-spot__distance {
  position: absolute;
  inset: 0 auto 0 0;
  width: 107px;
  color: #305F70;
  background-repeat: repeat-y;
  background-size: 5px 25px;
  background-image: radial-gradient(circle, currentColor 2.5px, transparent 2.5px);
  background-position: center center;
  pointer-events: none;
}
@media only screen and (max-width: 750px) {
  .cycling-spot__distance {
    width: 20px;
  }
}
.cycling-spot__distance .text {
  display: block;
  height: 0;
  overflow: hidden;
}
.cycling-spot__distance .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  aspect-ratio: 1/1;
  width: 66px;
  height: auto;
  padding-bottom: 14px;
  background-color: #fff;
  border: 2px solid currentColor;
  border-radius: 50%;
  line-height: 1;
  pointer-events: auto;
}
@media only screen and (max-width: 750px) {
  .cycling-spot__distance .circle {
    left: calc(50% - 6px);
    width: 42px;
    padding-bottom: 9px;
  }
}
.cycling-spot__distance .circle::before {
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  display: block;
  width: 24px;
  height: 23px;
  background: url("/assets/img/common/icon_cycling_01.svg") center center/contain no-repeat;
}
@media only screen and (max-width: 750px) {
  .cycling-spot__distance .circle::before {
    top: 3px;
    width: 15px;
    height: 14px;
  }
}
.cycling-spot__distance .circle .num {
  font-size: 21px;
  color: #403327;
}
@media only screen and (max-width: 750px) {
  .cycling-spot__distance .circle .num {
    font-size: 11px;
  }
}
.cycling-spot__distance .circle .unit {
  font-size: 15px;
  color: #403327;
}
@media only screen and (max-width: 750px) {
  .cycling-spot__distance .circle .unit {
    font-size: 10px;
  }
}
.cycling-spot__distance.--bottom::before, .cycling-spot__distance.--bottom::after {
  content: "";
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  left: 50%;
  width: 24px;
  height: 36px;
}
@media only screen and (max-width: 750px) {
  .cycling-spot__distance.--bottom::before, .cycling-spot__distance.--bottom::after {
    width: 15px;
    height: 24px;
  }
}
.cycling-spot__distance.--bottom::before {
  background-color: #fff;
}
.cycling-spot__distance.--bottom::after {
  bottom: 5px;
  background-color: currentColor;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.cycling-spot__distance.--reverse {
  inset: 0 0 0 auto;
  width: 77px;
}
@media only screen and (max-width: 750px) {
  .cycling-spot__distance.--reverse {
    width: 20px;
  }
}
@media only screen and (max-width: 750px) {
  .cycling-spot__distance.--reverse .circle {
    left: calc(50% + 6px);
  }
}

.heading-lv2 {
  line-height: 1.75;
  font-size: 24px;
  margin: 0;
  font-weight: 500;
}
@media only screen and (max-width: 750px) {
  .heading-lv2 {
    line-height: 1.5555555556;
    font-size: 18px;
  }
}

.hero {
  position: relative;
}
@media only screen and (min-width: 751px) {
  .hero {
    left: -250px;
    width: 100vw;
    height: 100%;
    overflow: hidden;
  }
}
@media only screen and (max-width: 750px) {
  .hero {
    margin: 0;
  }
}

.home-event {
  position: relative;
  margin-bottom: 150px;
}
@media only screen and (max-width: 750px) {
  .home-event {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 751px) {
  .home-event::before {
    display: block;
    background-color: transparent;
    background-image: url("/assets/img/home/event_bg@2x.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
    left: auto;
    top: -35px;
    z-index: -1;
    margin: 0;
    width: 25.8418740849vw;
    height: 39.897510981vw;
  }
}
.home-event__heading {
  margin: 0 0 90px;
  font-size: 54px;
  font-weight: normal;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .home-event__heading {
    margin-bottom: 32px;
    font-size: 28px;
  }
}
.home-event__heading .small {
  font-size: 0.7592592593em;
}
.home-event__heading .strong {
  color: #EC5C29;
}
.home-event__calendar {
  text-align: center;
  background-color: #fff;
  padding: 20px;
}
@media only screen and (max-width: 750px) {
  .home-event__calendar {
    padding: 0;
  }
}
.home-event__calendar iframe {
  max-width: 100%;
}
.home-event #calendar .fc-toolbar {
  gap: 10px;
}
.home-event #calendar .fc-toolbar-title {
  font-size: 17px;
  text-align: center;
}
.home-event #calendar .fc-button {
  font-size: 14px;
}
.home-event #calendar .fc-button .fc-icon {
  font-size: 1em;
}
.home-event #calendar a.fc-daygrid-dot-event {
  color: #0C4352;
}
.home-event #calendar a.fc-daygrid-dot-event .fc-event-title {
  font-weight: normal;
}
.home-event #calendar .fc-col-header-cell {
  font-weight: normal;
}

:root {
  --fc-button-bg-color: #0C4352 !important;
  --fc-button-active-bg-color: #09313c !important;
  --fc-event-border-color: #F66F34!important;
  --fc-event-bg-color: #F66F34!important;
}

.section_home-news {
  position: relative;
}
@media only screen and (min-width: 751px) {
  .section_home-news {
    margin: 145px 0 0;
    padding: 0 0 24.1581259151vw;
  }
}
@media only screen and (max-width: 750px) {
  .section_home-news {
    margin: 83px 0 0;
    padding: 0 20px 180px;
  }
}
.section_home-news::before {
  display: block;
  background-color: transparent;
  background-image: url("/assets/img/home/home-news_bg_01@2x.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  left: -250px;
  right: auto;
  bottom: auto;
  width: 42.8257686676vw;
  height: 33.4553440703vw;
  z-index: 0;
}
.section_home-news::after {
  display: block;
  background-color: transparent;
  background-image: url("/assets/img/home/home-news_bg_02@2x.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 0;
}
@media only screen and (min-width: 751px) {
  .section_home-news::after {
    top: auto;
    right: 60.9318996416%;
    bottom: 108px;
    left: auto;
    width: 190px;
    padding: 192px 0 0;
  }
}
@media only screen and (max-width: 750px) {
  .section_home-news::after {
    width: 110px;
    height: 112px;
    top: auto;
    right: 20px;
    bottom: 40px;
    left: auto;
  }
}

.home-news {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 751px) {
  .home-news {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.home-news__heading {
  margin: 0;
}
.home-news__heading img {
  max-width: 100%;
  width: auto;
  vertical-align: bottom;
}
@media only screen and (min-width: 751px) {
  .home-news__heading {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex: 0 1 31.4787701318vw;
  }
  .home-news__heading span {
    position: relative;
    z-index: 1;
  }
  .home-news__heading img {
    position: relative;
    top: -220px;
  }
}
@media only screen and (max-width: 750px) {
  .home-news__heading {
    text-align: center;
  }
}

@media only screen and (min-width: 751px) {
  .home-news__summaries {
    flex: 1;
    margin: 0 143px 0 0;
  }
}
@media only screen and (max-width: 750px) {
  .home-news__summaries {
    margin: 32px 0 0;
  }
}
.home-news__summaries ul {
  line-height: 1.8666666667;
  font-size: 15px;
  font-weight: 400;
}
@media only screen and (max-width: 750px) {
  .home-news__summaries li:nth-of-type(n + 3) {
    display: none;
  }
}
.home-news__summaries li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-top: 1px solid #d9d9d9;
  color: #433225;
}
@media only screen and (min-width: 751px) {
  .home-news__summaries li a {
    padding: 39px 0;
    transition: color 0.4s cubic-bezier(0.445, 0.355, 0.21, 1) 0s;
  }
  .home-news__summaries li a:hover {
    color: #ff3801;
  }
}
@media only screen and (max-width: 750px) {
  .home-news__summaries li a {
    padding: 30px 0;
  }
}
.home-news__summaries li a time {
  line-height: 1.4285714286;
  font-size: 14px;
}
@media only screen and (min-width: 751px) {
  .home-news__summaries li a span {
    margin: 0 0 0 50px;
  }
}
@media only screen and (max-width: 750px) {
  .home-news__summaries li a span {
    margin: 0 0 0 40px;
  }
}
@media only screen and (min-width: 751px) {
  .home-news__summaries .button {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    margin: 30px 0 0;
  }
}
@media only screen and (max-width: 750px) {
  .home-news__summaries .button {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 60px 0 0;
  }
}

@media only screen and (min-width: 751px) {
  .magazine__content .intersection {
    margin: 90px 0 0 -250px;
  }
}
@media only screen and (max-width: 750px) {
  .magazine__content .intersection {
    margin: 50px 0 0;
  }
}
@media only screen and (max-width: 750px) {
  .magazine__content .intersection__container {
    height: 300px;
  }
}
@media only screen and (min-width: 751px) {
  .magazine__content img {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .magazine__content img {
    object-fit: cover;
    font-family: "object-fit: cover";
    height: 100%;
  }
}

.layout[data-layout-mode*=magazine] {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media only screen and (max-width: 750px) {
  .layout[data-layout-mode*=magazine] {
    display: block;
  }
}
@media only screen and (min-width: 751px) {
  .layout[data-layout-mode*=magazine] .layout__artwork {
    flex: 0 1 515px;
  }
}
@media only screen and (max-width: 750px) {
  .layout[data-layout-mode*=magazine] .layout__artwork {
    margin: 50px 0 0;
  }
}
.layout[data-layout-mode*=magazine] .layout__artwork img {
  max-width: 100%;
}
.layout[data-layout-mode*=magazine] .layout__artwork[data-artwork-layout=spread] {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
}
@media only screen and (min-width: 751px) {
  .layout[data-layout-mode*=magazine] .layout__artwork[data-artwork-layout=spread] p {
    margin: 20px 0 0;
  }
}
@media only screen and (max-width: 750px) {
  .layout[data-layout-mode*=magazine] .layout__artwork[data-artwork-layout=spread] p {
    margin: 10px 0 0;
  }
}
.layout[data-layout-mode*=magazine] .layout__artwork[data-artwork-layout=spread] p:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 751px) {
  .layout[data-layout-mode*=magazine] .layout__artwork[data-artwork-layout=spread] p:nth-of-type(2n + 1) {
    padding: 0 0 0 7.5402635432vw;
  }
}
@media only screen and (max-width: 750px) {
  .layout[data-layout-mode*=magazine] .layout__artwork[data-artwork-layout=spread] p:nth-of-type(2n + 1) {
    padding: 0 60px 0 0;
  }
}
@media only screen and (min-width: 751px) {
  .layout[data-layout-mode*=magazine] .layout__artwork[data-artwork-layout=spread] p:nth-of-type(2n) {
    padding: 0 10.4685212299vw 0 0;
  }
}
@media only screen and (max-width: 750px) {
  .layout[data-layout-mode*=magazine] .layout__artwork[data-artwork-layout=spread] p:nth-of-type(2n) {
    padding: 0 20px 0 0;
    text-align: right;
  }
  .layout[data-layout-mode*=magazine] .layout__artwork[data-artwork-layout=spread] p:nth-of-type(2n) img {
    width: 50%;
  }
}
.layout[data-layout-mode*=magazine] .layout__artwork[data-artwork-layout=spread] p img {
  width: 100%;
}
.layout[data-layout-mode*=magazine] .layout__artwork[data-artwork-layout=center] {
  flex-direction: column;
}
@media only screen and (min-width: 751px) {
  .layout[data-layout-mode*=magazine] .layout__artwork[data-artwork-layout=center] {
    display: flex;
    justify-content: center;
    align-items: stretch;
  }
}
@media only screen and (max-width: 750px) {
  .layout[data-layout-mode*=magazine] .layout__artwork[data-artwork-layout=center] {
    display: flex;
    justify-content: stretch;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 751px) {
  .layout[data-layout-mode*=magazine] .layout__artwork[data-artwork-layout=center] p {
    margin: 111px 0 0;
    text-align: center;
  }
  .layout[data-layout-mode*=magazine] .layout__artwork[data-artwork-layout=center] p img {
    width: 62.1118012422%;
  }
  .layout[data-layout-mode*=magazine] .layout__artwork[data-artwork-layout=center] p:first-child {
    margin: 0;
  }
  .layout[data-layout-mode*=magazine] .layout__artwork[data-artwork-layout=center] p:first-child img {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .layout[data-layout-mode*=magazine] .layout__artwork[data-artwork-layout=center] p {
    margin: 10px 0 0;
    padding: 0 0 0 20px;
  }
  .layout[data-layout-mode*=magazine] .layout__artwork[data-artwork-layout=center] p img {
    width: 50%;
  }
  .layout[data-layout-mode*=magazine] .layout__artwork[data-artwork-layout=center] p:first-child {
    margin: 0;
    padding: 0 0 0 60px;
  }
  .layout[data-layout-mode*=magazine] .layout__artwork[data-artwork-layout=center] p:first-child img {
    width: 100%;
  }
}
@media only screen and (min-width: 751px) {
  .layout[data-layout-mode*=magazine] .layout__content {
    flex: 1 0 429px;
    padding: 0 6.0029282577vw 0 6.588579795vw;
  }
}
@media only screen and (max-width: 750px) {
  .layout[data-layout-mode*=magazine] .layout__content {
    padding: 0 20px;
  }
}
.layout[data-layout-mode*=magazine][data-layout-direction*=reverse] {
  flex-direction: row-reverse;
}
.layout[data-layout-mode*=magazine][data-layout-direction*=reverse] .layout__content {
  padding: 0 6.588579795vw 0 6.0029282577vw;
}
.layout[data-layout-mode*=magazine][data-layout-direction*=reverse] .layout__artwork {
  padding: 0 1.4641288433vw 0 0;
}
.layout[data-layout-mode="magazine single-column"] {
  display: block;
}
@media only screen and (min-width: 751px) {
  .layout[data-layout-mode="magazine single-column"] .layout__content {
    padding: 0 10.4685212299vw 0 7.9795021962vw;
  }
}
@media only screen and (max-width: 750px) {
  .layout[data-layout-mode="magazine single-column"] .layout__content {
    padding: 0 20px;
  }
}
.layout[data-layout-mode="magazine super"] {
  position: relative;
  margin: 0 0 0 -250px;
}
@media only screen and (max-width: 750px) {
  .layout[data-layout-mode="magazine super"] {
    margin: 0;
  }
}
.layout[data-layout-mode="magazine super"] .layout__artwork {
  flex: 0 1 687px;
  min-width: 400px;
}
@media only screen and (max-width: 750px) {
  .layout[data-layout-mode="magazine super"] .layout__artwork {
    min-width: 0;
    margin: 0;
  }
}
.layout[data-layout-mode="magazine super"] .layout__artwork p {
  margin: 0;
}
@media only screen and (min-width: 1001px) {
  .layout[data-layout-mode="magazine super"] .layout__artwork p:first-child {
    margin-top: -165px;
  }
}
@media only screen and (max-width: 1000px) {
  .layout[data-layout-mode="magazine super"] .layout__artwork p:first-child {
    margin-top: -115px;
  }
}
@media only screen and (max-width: 750px) {
  .layout[data-layout-mode="magazine super"] .layout__artwork p:first-child {
    margin-top: 0;
  }
}
.layout[data-layout-mode="magazine super"] .layout__artwork p img {
  width: 100%;
  vertical-align: bottom;
}
@media only screen and (min-width: 751px) {
  .layout[data-layout-mode="magazine super"] .layout__content {
    flex: 1 1 479px;
    padding: 0 7.2474377745vw 0 7.6866764275vw;
  }
}
@media only screen and (max-width: 750px) {
  .layout[data-layout-mode="magazine super"] .layout__content {
    margin: 50px 0 0;
  }
}

.magazine {
  padding-bottom: 233px;
}

.magazine-header__artwork img {
  width: 100%;
  vertical-align: bottom;
}

.magazine-header__content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  background-color: #006174;
  color: #ffffff;
}
@media only screen and (max-width: 1000px) {
  .magazine-header__content {
    display: block;
  }
}
.magazine-header__content .magazine-header__title {
  position: relative;
  margin: -111px 0 0 6.7349926794vw;
  padding: 32px 32px 32px 21px;
  background-color: #006174;
  white-space: nowrap;
}
@media only screen and (min-width: 1001px) {
  .magazine-header__content .magazine-header__title {
    writing-mode: vertical-rl;
  }
}
@media only screen and (max-width: 1000px) {
  .magazine-header__content .magazine-header__title {
    position: static;
    margin: 0 158px 0 0;
    padding: 26px 20px 0;
    white-space: normal;
  }
}
.magazine-header__content .magazine-header__title span {
  letter-spacing: 0.12em;
  line-height: 1.4444444444;
  font-size: 36px;
  font-weight: 400;
  display: block;
}
@media only screen and (max-width: 1000px) {
  .magazine-header__content .magazine-header__title span {
    letter-spacing: 0;
    line-height: 1.4285714286;
    font-size: 21px;
    font-weight: 400;
    writing-mode: horizontal-tb;
  }
}
.magazine-header__content .magazine-header__title span[data-typesetting=shrink] {
  letter-spacing: 0;
  line-height: 1.5483870968;
  font-size: 31px;
  font-weight: 400;
}
@media only screen and (max-width: 1000px) {
  .magazine-header__content .magazine-header__title span[data-typesetting=shrink] {
    line-height: 1.8095238095;
    font-size: 21px;
  }
}
.magazine-header__content .magazine-header__title span small {
  letter-spacing: 0.24em;
  line-height: 1.3333333333;
  font-size: 21px;
  font-weight: 400;
  display: block;
  margin: 0 0 0 13px;
}
@media only screen and (max-width: 1000px) {
  .magazine-header__content .magazine-header__title span small {
    letter-spacing: 0em;
    line-height: 1.875;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
  }
}
.magazine-header__content .magazine-header__description {
  padding: 60px 16.5446559297vw 101px 6.588579795vw;
}
@media only screen and (max-width: 1000px) {
  .magazine-header__content .magazine-header__description {
    padding: 0 20px 20px;
  }
}
.magazine-header__content .magazine-header__description h1 {
  line-height: 1.2857142857;
  font-size: 28px;
  font-weight: 400;
  margin: 0;
}
@media only screen and (max-width: 1000px) {
  .magazine-header__content .magazine-header__description h1 {
    line-height: 1.6666666667;
    font-size: 18px;
  }
}
.magazine-header__content .magazine-header__description h1 span {
  line-height: 2;
  font-size: 18px;
}
@media only screen and (max-width: 1000px) {
  .magazine-header__content .magazine-header__description h1 span {
    line-height: 2.1428571429;
    font-size: 14px;
  }
}
.magazine-header__content .magazine-header__description h1 small {
  line-height: 1;
  font-size: 12px;
  display: block;
  margin: 3px 0 0;
  color: #dbf2af;
}
.magazine-header__content .magazine-header__description p {
  line-height: 1.8571428571;
  font-size: 14px;
  font-weight: 500;
  min-height: 9.4285714286em;
  margin: 35px 0 0;
}
@media only screen and (max-width: 1000px) {
  .magazine-header__content .magazine-header__description p {
    min-height: 0;
    margin: 29px 0 0;
  }
}
.magazine-header__content .magazine-header__footer .__symbol {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -25px;
  right: 13.3967789165vw;
  width: 138px;
  height: 139px;
  z-index: 1;
}
@media only screen and (max-width: 1000px) {
  .magazine-header__content .magazine-header__footer .__symbol {
    top: 20px;
    right: 20px;
  }
}
.magazine-header__content .magazine-header__footer .__symbol svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: #007186;
}
.magazine-header__content .magazine-header__footer .__symbol img {
  position: relative;
  max-width: 100%;
  z-index: 1;
}
.magazine-header__content .magazine-header__footer .__sub {
  position: absolute;
  right: 0;
  bottom: -34px;
  width: 10.4685212299vw;
}
.magazine-header__content .magazine-header__footer .__sub img {
  width: 100%;
}
@media only screen and (max-width: 1000px) {
  .magazine-header__content .magazine-header__footer .__sub {
    display: none;
  }
}

.magazine__footer {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 106px 10.4685212299vw 0 7.9795021962vw;
}

@media only screen and (min-width: 751px) {
  section.nishikimachi-list__news {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
section.nishikimachi-list__news .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 55px 0 0;
}
section.nishikimachi-list__news .pagination .wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.nishikimachi-list__news .pagination .wp-pagenavi .current,
section.nishikimachi-list__news .pagination .wp-pagenavi .page,
section.nishikimachi-list__news .pagination .wp-pagenavi .previouspostslink,
section.nishikimachi-list__news .pagination .wp-pagenavi .nextpostslink {
  margin: 0 0.75em;
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
  color: #1a6072;
  font-size: 16px;
}
@media only screen and (min-width: 751px) {
  section.nishikimachi-list__news .pagination .wp-pagenavi .page,
section.nishikimachi-list__news .pagination .wp-pagenavi .previouspostslink,
section.nishikimachi-list__news .pagination .wp-pagenavi .nextpostslink {
    transition: border-color 0.3s ease-out 0s;
  }
  section.nishikimachi-list__news .pagination .wp-pagenavi .page:hover,
section.nishikimachi-list__news .pagination .wp-pagenavi .previouspostslink:hover,
section.nishikimachi-list__news .pagination .wp-pagenavi .nextpostslink:hover {
    border-color: #1a6072;
  }
}
section.nishikimachi-list__news .pagination .wp-pagenavi .current {
  border-color: #1a6072;
}

.nishikimachi-list__news-item {
  color: #433225;
}
@media only screen and (min-width: 751px) {
  .nishikimachi-list__news-item {
    flex: 0 1 calc((100% - 23px) / 2);
    margin: 90px 0 0 23px;
    transition: color 0.4s cubic-bezier(0.445, 0.355, 0.21, 1) 0s;
  }
  .nishikimachi-list__news-item:nth-of-type(-n + 2) {
    margin-top: 0;
  }
  .nishikimachi-list__news-item:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .nishikimachi-list__news-item:hover {
    color: #ff3801;
  }
  .nishikimachi-list__news-item:hover img {
    opacity: 0.5;
  }
  .nishikimachi-list__news-item:hover div {
    color: #ff3801;
  }
}
@media only screen and (max-width: 750px) {
  .nishikimachi-list__news-item {
    display: block;
    margin: 40px 0 0;
  }
  .nishikimachi-list__news-item:first-child {
    margin-top: 0;
  }
}
.nishikimachi-list__news-item img {
  width: 100%;
  vertical-align: bottom;
  object-fit: cover;
  aspect-ratio: 3/2;
}
@media only screen and (min-width: 751px) {
  .nishikimachi-list__news-item img {
    transition: opacity 0.4s cubic-bezier(0.445, 0.355, 0.21, 1) 0s;
  }
}
.nishikimachi-list__news-item div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 2.5714285714;
  font-size: 14px;
  font-weight: 400;
  color: #433225;
}
@media only screen and (min-width: 751px) {
  .nishikimachi-list__news-item div {
    margin: 13px 0 0;
    transition: color 0.4s cubic-bezier(0.445, 0.355, 0.21, 1) 0s;
  }
}
@media only screen and (max-width: 750px) {
  .nishikimachi-list__news-item div {
    margin: 16px 0 0;
  }
}
.nishikimachi-list__news-item div span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 0 1em;
  color: #ff3801;
  font-weight: 500;
}
.nishikimachi-list__news-item div span::before {
  display: block;
  background-color: transparent;
  background-image: url(none);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 1px;
  height: 1em;
  margin: 0 1em 0 0;
  background: #433225;
}
.nishikimachi-list__news-item p {
  line-height: 2.25;
  font-size: 16px;
  font-weight: 400;
  margin: 2px 0 0;
}

.nishikimachi-list__article-header h2 {
  line-height: 1.1052631579;
  font-size: 38px;
  font-weight: 400;
  margin: 0;
  color: #433225;
}
@media only screen and (max-width: 750px) {
  .nishikimachi-list__article-header h2 {
    line-height: 1.4761904762;
    font-size: 21px;
    font-weight: 500;
  }
}
.nishikimachi-list__article-header div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 2.5714285714;
  font-size: 14px;
  font-weight: 400;
  color: #433225;
}
@media only screen and (min-width: 751px) {
  .nishikimachi-list__article-header div {
    margin: 13px 0 0;
  }
}
@media only screen and (max-width: 750px) {
  .nishikimachi-list__article-header div {
    margin: 0;
  }
}
.nishikimachi-list__article-header div span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 0 1em;
  color: #ff3801;
  font-weight: 500;
}
.nishikimachi-list__article-header div span::before {
  display: block;
  background-color: transparent;
  background-image: url(none);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 1px;
  height: 1em;
  margin: 0 1em 0 0;
  background: #433225;
}

section.nishikimachi-list__article-section p {
  margin: 1.4em 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 23px;
}
section.nishikimachi-list__article-section p img {
  height: auto;
  flex-grow: 0;
}
@media only screen and (min-width: 751px) {
  section.nishikimachi-list__article-section p {
    flex-wrap: wrap;
    line-height: 2.25;
    font-size: 16px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 750px) {
  section.nishikimachi-list__article-section p {
    flex-direction: column;
    line-height: 1.875;
    font-size: 16px;
    font-weight: 500;
  }
}
section.nishikimachi-list__article-section h1,
section.nishikimachi-list__article-section h2,
section.nishikimachi-list__article-section h3,
section.nishikimachi-list__article-section h4,
section.nishikimachi-list__article-section h5,
section.nishikimachi-list__article-section h6 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 4rem 0 0;
  font-weight: 500;
}
section.nishikimachi-list__article-section h1 + *,
section.nishikimachi-list__article-section h2 + *,
section.nishikimachi-list__article-section h3 + *,
section.nishikimachi-list__article-section h4 + *,
section.nishikimachi-list__article-section h5 + *,
section.nishikimachi-list__article-section h6 + * {
  margin: 1.4rem 0 0;
}
@media only screen and (min-width: 751px) {
  section.nishikimachi-list__article-section h1,
section.nishikimachi-list__article-section h2,
section.nishikimachi-list__article-section h3 {
    line-height: 1.75;
    font-size: 24px;
  }
}
@media only screen and (max-width: 750px) {
  section.nishikimachi-list__article-section h1,
section.nishikimachi-list__article-section h2,
section.nishikimachi-list__article-section h3 {
    line-height: 1.8095238095;
    font-size: 21px;
  }
}
section.nishikimachi-list__article-section h4 {
  line-height: 1.8095238095;
  font-size: 21px;
}
section.nishikimachi-list__article-section h5 {
  line-height: 2;
  font-size: 18px;
  font-weight: 500;
}
section.nishikimachi-list__article-section h6 {
  line-height: 2.25;
  font-size: 16px;
  font-weight: 500;
}
section.nishikimachi-list__article-section h6::before {
  display: block;
  background-color: transparent;
  background-image: url(none);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 1em;
  height: 1px;
  margin: 0 0.5em 0 0;
  background-color: #006174;
}
section.nishikimachi-list__article-section a {
  color: #006174;
}
@media only screen and (min-width: 751px) {
  section.nishikimachi-list__article-section a::after {
    margin: 0 0 0 3px;
  }
}
section.nishikimachi-list__article-section a[target] {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}
section.nishikimachi-list__article-section a[target]::after {
  font-size: 12px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f35d";
  transform: translateY(-1px);
}
section.nishikimachi-list__article-section a[href*=".pdf"] {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  color: #433225;
}
section.nishikimachi-list__article-section a[href*=".pdf"]::after {
  display: block;
  background-color: transparent;
  background-image: url("/assets/img/common/icon_download_01.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 11px;
  height: 10px;
  margin: 0 0 0 3px;
  background-size: contain;
  transform: translateY(3px);
  content: "";
}
section.nishikimachi-list__article-section table {
  line-height: 2.25;
  font-size: 16px;
  box-sizing: border-box;
  width: 100%;
  margin: 4rem 0 0;
  border: 1px solid #d9d9d9;
  border-collapse: collapse;
}
section.nishikimachi-list__article-section table th,
section.nishikimachi-list__article-section table td {
  border: 1px solid #d9d9d9;
  padding: 11px 30px;
}
section.nishikimachi-list__article-section table th {
  background: #fff9f0;
  vertical-align: top;
  text-align: left;
  font-weight: 500;
}
section.nishikimachi-list__article-section table td {
  background: #ffffff;
}
section.nishikimachi-list__article-section .__table-marker {
  position: absolute;
  display: block;
  width: 1000%;
}
section.nishikimachi-list__article-section .__table-wrapper {
  margin: 4rem 0 0;
  overflow: auto;
}
section.nishikimachi-list__article-section .__table-wrapper table {
  width: auto;
  margin: 0;
}
@media only screen and (min-width: 751px) {
  section.nishikimachi-list__article-section .__table-wrapper > div {
    max-width: 100%;
  }
}

.nishikimachi-list__article-footer {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media only screen and (min-width: 751px) {
  .nishikimachi-list__article-footer {
    margin: 83px 0 0;
  }
}
@media only screen and (max-width: 750px) {
  .nishikimachi-list__article-footer {
    margin: 38px 0 0;
  }
}

.article-bottom-map {
  margin-top: 95px;
}
@media only screen and (max-width: 750px) {
  .article-bottom-map {
    margin-top: 40px;
  }
}
.article-bottom-map iframe {
  width: 100%;
  height: 320px;
  max-height: 100vw;
}

.nishikimachi-list {
  padding: 0 0 144px;
}

.nishikimachi-list__header {
  position: relative;
}
@media only screen and (min-width: 751px) {
  .nishikimachi-list__header {
    background: transparent linear-gradient(#006174, #006174 52.7777777778%, #fff9f0 52.7777777778%, #fff9f0);
  }
}
.nishikimachi-list__header[data-sub-color=main] {
  background: transparent linear-gradient(#006174, #006174 52.7777777778%, #ffffff 52.7777777778%, #ffffff);
}
@media only screen and (max-width: 750px) {
  .nishikimachi-list__header[data-sub-color=main] .nishikimachi-list__header-container {
    background-color: transparent;
  }
}
@media only screen and (max-width: 750px) {
  .nishikimachi-list__header.--text .nishikimachi-list__header-background {
    display: block;
    position: relative;
  }
  .nishikimachi-list__header.--text .nishikimachi-list__header-background img {
    width: 100%;
    height: auto;
    aspect-ratio: 428/231;
    object-fit: cover;
  }
}
@media only screen and (max-width: 750px) {
  .nishikimachi-list__header.--text .nishikimachi-list__header-container {
    background-color: #1A6072;
    position: relative;
  }
}
.nishikimachi-list__header.--text .nishikimachi-list__header-container h1 {
  position: relative;
  color: #fff;
  font-weight: normal;
  line-height: 1;
}
@media only screen and (min-width: 751px) {
  .nishikimachi-list__header.--text .nishikimachi-list__header-container h1 {
    width: 20.9370424597vw;
    aspect-ratio: 286/384;
  }
}
@media only screen and (max-width: 750px) {
  .nishikimachi-list__header.--text .nishikimachi-list__header-container h1 {
    display: flex;
    flex-direction: column;
    padding: 7.0093457944vw 11.6822429907vw;
    padding-right: 4.6728971963vw;
  }
}
.nishikimachi-list__header.--text .nishikimachi-list__header-container h1::before {
  display: block;
  background-color: transparent;
  background-image: url(none);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #0C4352;
}
@media only screen and (min-width: 751px) {
  .nishikimachi-list__header.--text .nishikimachi-list__header-container h1::before {
    position: absolute;
    inset: auto 0 0;
    width: 100%;
    aspect-ratio: 286/262;
    margin: 0;
  }
}
@media only screen and (max-width: 750px) {
  .nishikimachi-list__header.--text .nishikimachi-list__header-container h1::before {
    top: 3.0373831776vw;
    bottom: -5.8411214953vw;
    right: 0;
    left: 32.7102803738vw;
  }
}
.nishikimachi-list__header.--text .nishikimachi-list__header-container h1::after {
  display: block;
  background-color: transparent;
  background-image: url(none);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url("/assets/img/common/icon_deco_01.svg") center center/contain no-repeat;
  aspect-ratio: 1/1;
  width: 155px;
  height: auto;
}
@media only screen and (min-width: 751px) {
  .nishikimachi-list__header.--text .nishikimachi-list__header-container h1::after {
    right: -8.041958042%;
    width: 54.1958041958%;
    bottom: 50px;
    left: auto;
    top: auto;
  }
}
@media only screen and (max-width: 750px) {
  .nishikimachi-list__header.--text .nishikimachi-list__header-container h1::after {
    top: -6.5420560748vw;
    right: -3.5046728972vw;
    left: auto;
    bottom: auto;
    width: 36.214953271vw;
  }
}
.nishikimachi-list__header.--text .nishikimachi-list__header-container h1 > .ja {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 751px) {
  .nishikimachi-list__header.--text .nishikimachi-list__header-container h1 > .ja {
    font-size: 3.2210834553vw;
    writing-mode: vertical-rl;
    position: absolute;
    right: 27.972027972%;
    padding-bottom: 0.5em;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 750px) {
  .nishikimachi-list__header.--text .nishikimachi-list__header-container h1 > .ja {
    font-size: 7.476635514vw;
  }
}
.nishikimachi-list__header.--text .nishikimachi-list__header-container h1 > .ja .small {
  font-size: 0.7727272727em;
}
.nishikimachi-list__header.--text .nishikimachi-list__header-container h1 > .en {
  z-index: 2;
}
@media only screen and (min-width: 751px) {
  .nishikimachi-list__header.--text .nishikimachi-list__header-container h1 > .en {
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 750px) {
  .nishikimachi-list__header.--text .nishikimachi-list__header-container h1 > .en {
    position: relative;
    margin-top: 0.8em;
    padding-left: 0.2em;
    font-size: 3.5046728972vw;
  }
}

@media only screen and (min-width: 751px) {
  .nishikimachi-list__header-background {
    padding: 74px 0 0;
  }
  .nishikimachi-list__header-background img {
    width: 62.2254758419vw;
  }
}
@media only screen and (max-width: 750px) {
  .nishikimachi-list__header-background {
    display: none;
  }
}

@media only screen and (min-width: 751px) {
  .nishikimachi-list__header-container {
    position: absolute;
    top: 3.6603221083vw;
    right: 3.6603221083vw;
    z-index: 1;
  }
}
@media only screen and (max-width: 750px) {
  .nishikimachi-list__header-container {
    background: #fff9f0;
  }
}
.nishikimachi-list__header-container h1 {
  margin: 0;
}
@media only screen and (min-width: 751px) {
  .nishikimachi-list__header-container h1 img {
    width: 22.5475841874vw;
  }
}
@media only screen and (max-width: 750px) {
  .nishikimachi-list__header-container h1 img {
    width: 100%;
  }
}

.nishikimachi-list__header-icons {
  background: #fff9f0;
}
@media only screen and (min-width: 751px) {
  .nishikimachi-list__header-icons {
    padding: 27px 40px 24px;
  }
}
@media only screen and (max-width: 750px) {
  .nishikimachi-list__header-icons {
    padding: 20px 20px 1px;
  }
}
.nishikimachi-list__header-icons ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.nishikimachi-list__header-icons li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (min-width: 751px) {
  .nishikimachi-list__header-icons li {
    margin: 0 0 0 25px;
  }
  .nishikimachi-list__header-icons li:first-child {
    margin: 0;
  }
}
@media only screen and (max-width: 750px) {
  .nishikimachi-list__header-icons li {
    margin: 0 20px 20px 0;
  }
}
.nishikimachi-list__header-icons li img {
  margin-right: 10px;
}

.nishikimachi-list__main {
  margin: 80px 0 0;
}
@media only screen and (max-width: 750px) {
  .nishikimachi-list__main {
    margin: 60px 0 0;
  }
}

@media only screen and (min-width: 751px) {
  .nishikimachi-list__section-grid {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 90px 0 0;
    padding: 0;
    max-width: 923px;
  }
}
@media only screen and (max-width: 1250px) {
  .nishikimachi-list__section-grid {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  .nishikimachi-list__section-grid {
    margin: 80px 0 0;
  }
  .nishikimachi-list__section-grid:first-child {
    margin: 0;
  }
}
@media only screen and (min-width: 751px) {
  .nishikimachi-list__section-grid .nishikimachi-list__section-column {
    flex: 0 1 450px;
    margin: 70px 0 0 23px;
  }
  .nishikimachi-list__section-grid .nishikimachi-list__section-column:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .nishikimachi-list__section-grid .nishikimachi-list__section-column:nth-of-type(-n + 2) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1250px) {
  .nishikimachi-list__section-grid .nishikimachi-list__section-column {
    width: 450px;
  }
  .nishikimachi-list__section-grid .nishikimachi-list__section-column:nth-of-type(n) {
    margin: 70px 0 0;
  }
  .nishikimachi-list__section-grid .nishikimachi-list__section-column:nth-of-type(1) {
    margin: 0;
  }
}
@media only screen and (max-width: 750px) {
  .nishikimachi-list__section-grid .nishikimachi-list__section-column {
    width: 100%;
    margin: 80px 0 0;
  }
  .nishikimachi-list__section-grid .nishikimachi-list__section-column:first-child {
    margin: 0;
  }
}

.nishikimachi-list__section {
  margin: 80px 0 0;
}
.nishikimachi-list__section:first-child {
  margin: 0;
}
@media only screen and (max-width: 750px) {
  .nishikimachi-list__section {
    padding: 0;
  }
}
.nishikimachi-list__section .nishikimachi-list__section-header {
  position: relative;
  padding: 0 0 21px;
  background: transparent url("/assets/img/common/heading_bg_02@2x.png") left bottom no-repeat;
  background-size: 100% auto;
}
@media only screen and (max-width: 750px) {
  .nishikimachi-list__section .nishikimachi-list__section-header {
    padding: 0 0 20px;
    background-image: url("/assets/img/common/heading_bg_01@2x.png");
    background-size: auto 10px;
  }
}
.nishikimachi-list__section .nishikimachi-list__section-header h2 {
  line-height: 1.4375;
  font-size: 32px;
  font-weight: 400;
  margin: 0;
  color: #433225;
}
@media only screen and (max-width: 750px) {
  .nishikimachi-list__section .nishikimachi-list__section-header h2 {
    line-height: 1.4285714286;
    font-size: 21px;
  }
}
.nishikimachi-list__section .nishikimachi-list__section-header ul {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  position: absolute;
  right: 0;
  bottom: 25px;
}
@media only screen and (max-width: 750px) {
  .nishikimachi-list__section .nishikimachi-list__section-header ul {
    position: static;
    justify-content: flex-end;
    margin: 5px 0 0;
  }
}
.nishikimachi-list__section .nishikimachi-list__section-header ul li {
  margin: 0 0 0 10px;
}
.nishikimachi-list__section .nishikimachi-list__section-content .__carousel {
  width: 100%;
  max-width: 450px;
  margin: 50px 0 0;
}
@media only screen and (max-width: 750px) {
  .nishikimachi-list__section .nishikimachi-list__section-content .__carousel {
    width: auto;
    max-width: none;
    margin: 50px -20px 0;
  }
}
.nishikimachi-list__section .nishikimachi-list__section-content .__carousel p {
  position: relative;
  margin: 0;
  cursor: pointer;
}
@media only screen and (max-width: 750px) {
  .nishikimachi-list__section .nishikimachi-list__section-content .__carousel p {
    margin: 0 4px;
  }
}
.nishikimachi-list__section .nishikimachi-list__section-content .__carousel p a.modaal {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.8666666667;
  font-size: 15px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 30px;
  background: rgba(0, 0, 0, 0.56);
  color: #ffffff;
  text-align: center;
  opacity: 0;
  z-index: 1;
}
@media only screen and (min-width: 751px) {
  .nishikimachi-list__section .nishikimachi-list__section-content .__carousel p a.modaal {
    transition: opacity 0.8s cubic-bezier(0.445, 0.355, 0.21, 1) 0s;
  }
}
.nishikimachi-list__section .nishikimachi-list__section-content .__carousel p a.modaal::after {
  display: block;
  background-color: transparent;
  background-image: url("/assets/img/common/icon_zoom_01.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  top: auto;
  right: 16px;
  bottom: 14px;
  left: auto;
  width: 42px;
  height: 42px;
}
@media only screen and (min-width: 751px) {
  .nishikimachi-list__section .nishikimachi-list__section-content .__carousel p:hover a.modaal {
    opacity: 1;
  }
}
.nishikimachi-list__section .nishikimachi-list__section-content .__carousel p img {
  position: relative;
  width: 100%;
  z-index: 0;
}
.nishikimachi-list__section .nishikimachi-list__section-content .__carousel .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -20px;
}
.nishikimachi-list__section .nishikimachi-list__section-content .__carousel .slick-dots li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6px;
  height: 6px;
}
.nishikimachi-list__section .nishikimachi-list__section-content .__carousel .slick-dots li:only-child {
  display: none;
}
.nishikimachi-list__section .nishikimachi-list__section-content .__carousel .slick-dots li button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
}
.nishikimachi-list__section .nishikimachi-list__section-content .__carousel .slick-dots li button::before {
  position: static;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #d1bcac;
  content: "";
}
.nishikimachi-list__section .nishikimachi-list__section-content .__carousel .slick-dots li.slick-active button::before {
  width: 6px;
  height: 6px;
  background-color: #433225;
}
.nishikimachi-list__section .nishikimachi-list__section-content .__catch-copy {
  position: relative;
}
@media only screen and (min-width: 751px) {
  .nishikimachi-list__section .nishikimachi-list__section-content .__catch-copy {
    max-width: 923px;
  }
}
.nishikimachi-list__section .nishikimachi-list__section-content .__catch-copy p {
  line-height: 1.4761904762;
  font-size: 21px;
  font-weight: 400;
  margin: 35px 0 0;
}
@media only screen and (max-width: 750px) {
  .nishikimachi-list__section .nishikimachi-list__section-content .__catch-copy p {
    line-height: 1.5555555556;
    font-size: 18px;
    font-weight: 400;
  }
}
.nishikimachi-list__section .nishikimachi-list__section-content .__catch-copy div {
  position: absolute;
  top: -4.6120058565vw;
  right: -2.5622254758vw;
  width: 11.5666178624vw;
  height: 11.6398243045vw;
}
@media only screen and (max-width: 750px) {
  .nishikimachi-list__section .nishikimachi-list__section-content .__catch-copy div {
    display: none;
  }
}
.nishikimachi-list__section .nishikimachi-list__section-content .__data {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 33px 0 0;
}
@media only screen and (max-width: 750px) {
  .nishikimachi-list__section .nishikimachi-list__section-content .__data {
    display: block;
  }
}
.nishikimachi-list__section .nishikimachi-list__section-content .__data dl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 0 1 calc((100% - 100px) / 2);
  margin: 10px 0 0;
}
.nishikimachi-list__section .nishikimachi-list__section-content .__data dl:first-child {
  margin-top: 0;
}
.nishikimachi-list__section .nishikimachi-list__section-content .__data dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 2.0833333333;
  font-size: 12px;
  font-weight: 700;
  flex: 0 0 74px;
  box-sizing: border-box;
  height: 26px;
  border-radius: 13px;
  padding: 0 13px;
  background-color: #006174;
  color: #ffffff;
}
.nishikimachi-list__section .nishikimachi-list__section-content .__data dd {
  line-height: 1.4285714286;
  font-size: 14px;
  font-weight: 400;
  flex: 1 1 auto;
  margin: 0 0 0 16px;
  padding: 3px 0 0;
}
.nishikimachi-list__section .nishikimachi-list__section-content .__data dd p {
  margin: 10px 0 0;
}
.nishikimachi-list__section .nishikimachi-list__section-content .__data dd p:first-child {
  margin: 0;
}
.nishikimachi-list__section .nishikimachi-list__section-content .__data dd .button {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.nishikimachi-list__section .nishikimachi-list__section-content .__data dd .button a {
  margin: 10px 0 0;
}
.nishikimachi-list__section .nishikimachi-list__section-content .__data .__data-link {
  color: #433225;
}
.nishikimachi-list__section footer.nishikimachi-list__section-footer {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 26px 0 0;
  font-size: 14px;
}
.nishikimachi-list__section.__impress {
  padding: 0;
}
@media only screen and (max-width: 750px) {
  .nishikimachi-list__section.__impress {
    padding: 0;
  }
}
.nishikimachi-list__section.__impress .nishikimachi-list__section-header {
  padding: 0 0 25px;
  background-image: url("/assets/img/common/heading_bg_01@2x.png");
}
@media only screen and (min-width: 751px) {
  .nishikimachi-list__section.__impress .nishikimachi-list__section-header {
    max-width: 923px;
  }
}
@media only screen and (max-width: 750px) {
  .nishikimachi-list__section.__impress .nishikimachi-list__section-header {
    padding: 0 0 20px;
    background-size: auto 10px;
  }
}
.nishikimachi-list__section.__impress .nishikimachi-list__section-content {
  margin: 50px 0 0;
}
.nishikimachi-list__section.__impress .nishikimachi-list__section-content .__carousel {
  width: auto;
  max-width: none;
}
@media only screen and (min-width: 751px) {
  .nishikimachi-list__section.__impress .nishikimachi-list__section-content .__carousel {
    margin: 0 calc(50% - 50vw + 125px) 97px calc(50% - 50vw - 125px);
  }
  .nishikimachi-list__section.__impress .nishikimachi-list__section-content .__carousel .slick-dots {
    bottom: -62px;
    left: 250px;
    right: 0;
    width: auto;
  }
  .nishikimachi-list__section.__impress .nishikimachi-list__section-content .__carousel .slick-dots li {
    width: 34px;
    height: 34px;
    margin: 0 0 0 7px;
  }
  .nishikimachi-list__section.__impress .nishikimachi-list__section-content .__carousel .slick-dots li:first-child {
    margin-left: 0;
  }
  .nishikimachi-list__section.__impress .nishikimachi-list__section-content .__carousel .slick-dots li button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(208, 195, 185, 0);
    padding: 0;
    border-radius: 50%;
  }
  .nishikimachi-list__section.__impress .nishikimachi-list__section-content .__carousel .slick-dots li button::before {
    position: static;
    width: 4px;
    height: 4px;
    background: #433225;
    border-radius: 50%;
    opacity: 1;
    content: "";
  }
  .nishikimachi-list__section.__impress .nishikimachi-list__section-content .__carousel .slick-dots li.slick-active button {
    border-color: #d0c3b9;
  }
}
@media only screen and (max-width: 750px) {
  .nishikimachi-list__section.__impress .nishikimachi-list__section-content .__carousel {
    margin: 0 -20px 60px;
  }
  .nishikimachi-list__section.__impress .nishikimachi-list__section-content .__carousel p {
    margin: 0 4px;
  }
}
@media only screen and (min-width: 751px) {
  .nishikimachi-list__section.__impress .nishikimachi-list__section-content .__data {
    max-width: 923px;
  }
}
.nishikimachi-list__section.__impress .nishikimachi-list__section-content .__data dl {
  margin: 10px 0 0 100px;
}
.nishikimachi-list__section.__impress .nishikimachi-list__section-content .__data dl:nth-of-type(2n + 1) {
  margin-left: 0;
}
.nishikimachi-list__section.__impress .nishikimachi-list__section-content .__data dl:nth-of-type(-n + 2) {
  margin-top: 0;
}
@media only screen and (max-width: 750px) {
  .nishikimachi-list__section.__impress .nishikimachi-list__section-content .__data dl:nth-of-type(n) {
    margin: 10px 0 0;
  }
  .nishikimachi-list__section.__impress .nishikimachi-list__section-content .__data dl:first-child {
    margin: 0;
  }
}
.nishikimachi-list__section.__impress footer.nishikimachi-list__section-footer {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 41px 0 0;
}
.nishikimachi-list__section.__normal .nishikimachi-list__section-content .__data {
  flex-direction: column;
}
.nishikimachi-list__section.__normal .nishikimachi-list__section-content .__data dl {
  flex-basis: auto;
  width: 100%;
}

@media only screen and (min-width: 751px) {
  .people-introduce__list {
    margin: 114px 0 0;
  }
}
@media only screen and (max-width: 750px) {
  .people-introduce__list {
    margin: 82px 0 0;
  }
}

@media only screen and (min-width: 751px) {
  .people-introduce__list-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 89px 23px;
  }
}
@media only screen and (max-width: 750px) {
  .people-introduce__list-container {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
}

.people-introduce__link {
  display: block;
  color: #006174;
}
@media only screen and (min-width: 751px) {
  .people-introduce__link {
    flex: 0 1 calc((100% - 23px) / 2);
    transition: color 0.4s cubic-bezier(0.445, 0.355, 0.21, 1) 0s;
  }
  .people-introduce__link:hover {
    color: #ff3801;
  }
}
@media only screen and (max-width: 750px) {
  .people-introduce__link {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 750px) {
  .people-introduce__link > div {
    flex: 0 1 50%;
  }
}
.people-introduce__link > div img {
  display: block;
  width: 100%;
}
.people-introduce__link > span {
  line-height: 1.5;
  font-size: 24px;
  font-weight: 400;
  display: block;
  margin: 30px 0 0;
}
.people-introduce__link > span > small {
  line-height: 2.25;
  font-size: 16px;
  display: block;
}
.people-introduce__link > span i {
  line-height: 2.25;
  font-size: 16px;
  font-style: normal;
  vertical-align: baseline;
}
.people-introduce__link > span > em {
  line-height: 1.7142857143;
  font-size: 21px;
  display: block;
  font-style: normal;
}
.people-introduce__link > span > em::after {
  line-height: 2.25;
  font-size: 16px;
  vertical-align: baseline;
  content: "さん";
}
@media only screen and (max-width: 750px) {
  .people-introduce__link > span {
    flex: 0 1 50%;
    margin: 0;
    padding: 0 0 0 20px;
  }
  .people-introduce__link > span small {
    line-height: 1.5;
    font-size: 14px;
  }
  .people-introduce__link > span,
.people-introduce__link > span i {
    line-height: 1.5;
    font-size: 14px;
  }
  .people-introduce__link > span em {
    line-height: 1.3125;
    font-size: 16px;
  }
  .people-introduce__link > span em::after {
    line-height: 1.75;
    font-size: 12px;
  }
}
.people-introduce__link.text-configured > span br {
  display: none;
}

.section_home-introduce {
  position: relative;
}
.section_home-introduce::after {
  width: 100%;
  z-index: 0;
}
@media only screen and (min-width: 751px) {
  .section_home-introduce::after {
    display: block;
    background-color: transparent;
    background-image: url("/assets/img/home/people-introduce_footer_01@2x.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    margin: -175px 0 0;
    padding: 88.8888888889% 0 0;
  }
}
@media only screen and (max-width: 750px) {
  .section_home-introduce::after {
    display: block;
    background-color: transparent;
    background-image: url("/assets/img/home/people-introduce_footer_01_sp@2x.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    margin: 32px 0 0;
    padding: 83.6448598131% 0 0;
  }
}

@media only screen and (min-width: 751px) {
  .people-introduce__introduction {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: row-reverse;
    position: relative;
    margin: 96px 0 0 3.6603221083vw;
  }
}
@media only screen and (max-width: 750px) {
  .people-introduce__introduction {
    position: relative;
    padding: 74px 0 0;
  }
  .people-introduce__introduction::before {
    display: block;
    background-color: transparent;
    background-image: url("/assets/img/home/people-introduce_symbol@2x.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    top: 20px;
    right: 20px;
    bottom: auto;
    left: auto;
    width: 97px;
    height: 98px;
    z-index: 0;
  }
}
@media only screen and (min-width: 751px) {
  .people-introduce__introduction .__artwork {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex: 1 1 659px;
  }
}
@media only screen and (max-width: 750px) {
  .people-introduce__introduction .__artwork {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    margin: 57px 0 0;
  }
}
.people-introduce__introduction .__artwork p {
  margin: 0;
}
@media only screen and (min-width: 751px) {
  .people-introduce__introduction .__artwork p:first-child {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    width: 78.1487101669%;
    max-width: 515px;
    min-height: 670px;
    padding: 8.345534407vw 0 0;
  }
  .people-introduce__introduction .__artwork p:last-child {
    position: absolute;
    top: 0;
    right: 0;
    width: 27.0863836018vw;
    max-width: 370px;
  }
  .people-introduce__introduction .__artwork p:last-child img {
    width: 100%;
    vertical-align: bottom;
  }
}
@media only screen and (max-width: 750px) {
  .people-introduce__introduction .__artwork p {
    box-sizing: border-box;
  }
  .people-introduce__introduction .__artwork p:first-child {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex: 0 1 164px;
    padding: 47px 0 0;
  }
  .people-introduce__introduction .__artwork p:last-child {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 0 0 5px;
    flex: 0 1 259px;
  }
}
.people-introduce__introduction .__artwork p img {
  width: 100%;
  vertical-align: bottom;
}
@media only screen and (min-width: 751px) {
  .people-introduce__introduction .__content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex: 1 0 29.7950219619vw;
  }
}
@media only screen and (max-width: 750px) {
  .people-introduce__introduction .__content {
    position: relative;
    padding: 0 20px;
    z-index: 1;
  }
}

@media only screen and (min-width: 751px) {
  .people-introduce__header {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-direction: row-reverse;
  }
}
.people-introduce__header .heading__lv2 {
  margin: 0;
}
@media only screen and (max-width: 750px) {
  .people-introduce__header .heading__lv2 {
    text-align: center;
  }
}
.people-introduce__header .heading__lv2 img {
  width: auto;
  max-width: 100%;
  vertical-align: bottom;
}
@media only screen and (min-width: 751px) {
  .people-introduce__header .__lead {
    margin: 0 35px 0 0;
    writing-mode: vertical-rl;
  }
}
@media only screen and (max-width: 750px) {
  .people-introduce__header .__lead {
    margin: 26px 0 0;
  }
}
.people-introduce__header .__lead p.body-text {
  margin: 0;
}
@media only screen and (min-width: 751px) {
  .people-introduce__header .__lead p.body-text {
    letter-spacing: 0.36em;
    line-height: 3;
  }
}
@media only screen and (max-width: 750px) {
  .people-introduce__header .__lead p.body-text {
    letter-spacing: 0.1em;
    line-height: 1.9333333333;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
  }
}

.magazine .section {
  margin: 115px 0 0;
}
@media only screen and (max-width: 750px) {
  .magazine .section {
    margin: 50px 0 0;
  }
  .magazine .section:first-child {
    margin-top: 0;
  }
}
@media only screen and (min-width: 751px) {
  .magazine .intersection + .section {
    margin: 90px 0 0;
  }
}
@media only screen and (max-width: 750px) {
  .magazine .intersection + .section {
    margin: 50px 0 0;
  }
}

.section__inner {
  margin: 0 3.6603221083vw;
}
@media only screen and (max-width: 750px) {
  .section__inner {
    margin: 0 20px;
  }
}
.section__inner__inner {
  max-width: 923px;
  margin-left: auto;
  margin-right: auto;
}

.global-footer {
  position: relative;
  padding: 33px 80px 40px;
  background: #433225 url("/assets/img/common/fooger-background.jpg") center center no-repeat;
  background-size: cover;
  z-index: 20;
}
.global-footer [data-hide*=footer] {
  display: none !important;
}
@media only screen and (max-width: 750px) {
  .global-footer {
    padding: 50px 20px 72px;
  }
}
.global-footer,
.global-footer a {
  color: #ffffff;
}
.global-footer .page-top {
  line-height: 1.4615384615;
  font-size: 13px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 170px;
  height: 20px;
  margin: auto;
  color: #ffffff;
}
.global-footer .page-top a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transform: rotate(90deg) translate(50%, 100%);
  transform-origin: right top;
}
.global-footer .page-top a::before {
  display: block;
  background-color: transparent;
  background-image: url(none);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  flex: 1 1 auto;
  width: auto;
  height: 1px;
  margin: 0 14px 0 0;
  background: #ffffff;
  transform-origin: left;
}
@media only screen and (min-width: 751px) {
  .global-footer .page-top a:hover::before {
    animation-name: page-top-transform;
    animation-duration: 4s;
    animation-timing-function: cubic-bezier(0.445, 0.355, 0.21, 1);
    animation-iteration-count: infinite;
  }
}

@keyframes page-top-transform {
  0% {
    transform: scaleX(1);
  }
  24% {
    transform-origin: left;
  }
  25% {
    transform: scaleX(0);
    transform-origin: right;
  }
  50% {
    transform-origin: right;
    transform: scaleX(1);
  }
  100% {
    transform-origin: right;
    transform: scaleX(1);
  }
}
.global-footer__container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
.global-footer__container .global-navigation ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
}
.global-footer__container .global-navigation li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.global-footer__container .global-navigation li::before {
  display: block;
  background-color: transparent;
  background-image: url(none);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 1px;
  height: 0.7em;
  margin: 0 1em 0 0;
  background: #ffffff;
}
.global-footer__container .global-navigation li:first-child {
  margin: 0;
}
.global-footer__container .global-navigation li:first-child::before {
  content: none;
}
.global-footer__container .global-navigation a {
  height: 13px;
}
.global-footer__container .global-navigation li:first-of-type a {
  height: 10px;
}
.global-footer__container .global-navigation svg {
  width: auto;
  height: 100%;
  vertical-align: top;
  fill: #ffffff;
}
@media only screen and (min-width: 751px) {
  .global-footer__container .global-navigation a svg {
    transition: fill 0.8s cubic-bezier(0.445, 0.355, 0.21, 1) 0s;
  }
  .global-footer__container .global-navigation a:hover svg {
    fill: #ff3801;
  }
}

.global-footer__header {
  margin: 40px 0 0;
}
.global-footer__header h2 {
  margin: 0;
  text-align: center;
}
.global-footer__header h2 img {
  width: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.global-footer__footer {
  margin: 20px 0 0;
}
.global-footer__footer .__address {
  line-height: 1.5;
  font-size: 16px;
  margin: 0;
  text-align: center;
}
@media only screen and (min-width: 751px) {
  .global-footer__footer .__address span {
    margin: 0 0.5em;
  }
}
.global-footer__footer .__address img {
  width: auto;
  max-width: 100%;
}
.global-footer__footer .__contact-line {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  line-height: 1.5;
  font-size: 16px;
  margin: 0;
}
.global-footer__footer .__contact-line > * {
  margin: 0 0.5em;
}

@media only screen and (min-width: 751px) {
  .global-footer__footer-nav {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 30px 0 0;
  }
}
@media only screen and (max-width: 750px) {
  .global-footer__footer-nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    margin: 40px 0 0;
  }
}
.global-footer__footer-nav > * {
  margin: 0 28px;
}
@media only screen and (max-width: 750px) {
  .global-footer__footer-nav > * {
    margin: 40px 0 0;
  }
  .global-footer__footer-nav > *:first-child {
    margin-top: 0;
  }
}

.global-footer__banners {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 45px 0 0;
}
@media only screen and (max-width: 750px) {
  .global-footer__banners {
    margin: 70px 0 0;
  }
}
.global-footer__banners ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
@media only screen and (max-width: 750px) {
  .global-footer__banners ul {
    gap: 8px;
  }
}
.global-footer__banners li {
  max-width: 240px;
}
@media only screen and (min-width: 751px) {
  .global-footer__banners li {
    flex: 0 1 calc((100% - 30px) / 4);
    margin: 0;
  }
}
@media only screen and (max-width: 750px) {
  .global-footer__banners li {
    flex: 0 1 calc((100% - 8px) / 2);
  }
}
.global-footer__banners img {
  width: 100%;
  vertical-align: bottom;
}
@media only screen and (min-width: 751px) {
  .global-footer__banners a {
    display: block;
    background-color: #ffffff;
  }
  .global-footer__banners a img {
    display: block;
    transition: opacity 0.8s cubic-bezier(0.445, 0.355, 0.21, 1) 0s;
  }
  .global-footer__banners a:hover img {
    opacity: 0.5;
  }
}

@media only screen and (max-width: 750px) {
  #global-header__drawer-switch {
    background: none;
    padding: 0;
    border: none;
  }
  #global-header__drawer-switch .__icon {
    position: relative;
    display: block;
    width: 50px;
    height: 20px;
    border: 1px solid #2f5f70;
    border-width: 1px 0;
    transition: all 0.8s cubic-bezier(0.445, 0.355, 0.21, 1) 0s;
  }
  #global-header__drawer-switch .__icon::before, #global-header__drawer-switch .__icon::after {
    display: block;
    background-color: transparent;
    background-image: url(none);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background: #2f5f70;
    transition: all 0.8s cubic-bezier(0.445, 0.355, 0.21, 1) 0s;
  }
  #global-header__drawer-switch .__label {
    line-height: 1;
    font-size: 12px;
    display: block;
    margin: 11px 0 0;
    color: #0c4352;
    letter-spacing: 0.21em;
    text-align: center;
    transition: all 0.8s cubic-bezier(0.445, 0.355, 0.21, 1) 0s;
  }
}
#global-header__drawer-switch[data-drawer-enabled=enabled] .__icon {
  border-color: transparent;
}
#global-header__drawer-switch[data-drawer-enabled=enabled] .__icon::before, #global-header__drawer-switch[data-drawer-enabled=enabled] .__icon::after {
  width: 90%;
}
#global-header__drawer-switch[data-drawer-enabled=enabled] .__icon::before {
  transform: rotate(45deg);
}
#global-header__drawer-switch[data-drawer-enabled=enabled] .__icon::after {
  transform: rotate(-45deg);
}

.global-header__navigation-clone {
  box-sizing: border-box;
  position: fixed;
  inset: 0;
  padding: 50px 0;
  display: block;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fffcf8;
  color: #433225;
  text-decoration: none;
  animation-fill-mode: forwards;
  transform: translate3d(100%, 0, 0);
  z-index: 10;
}
@media only screen and (min-width: 751px) {
  .global-header__navigation-clone {
    display: none;
  }
}
@supports (-webkit-touch-callout: none) {
  .global-header__navigation-clone {
    min-height: -webkit-fill-available;
  }
}
.global-header__navigation-clone[data-drawer-enabled=enabled] {
  animation-duration: 1.25s;
  animation-timing-function: cubic-bezier(0.445, 0.355, 0.21, 1);
  animation-name: drawer;
}
.global-header__navigation-clone[data-drawer-enabled=enabled] ul {
  animation-duration: 1.25s;
  animation-timing-function: cubic-bezier(0.445, 0.355, 0.21, 1);
  animation-name: drawer;
  animation-delay: 0.1s;
}
.global-header__navigation-clone[data-drawer-enabled=enabled] li {
  animation-duration: 1.25s;
  animation-timing-function: cubic-bezier(0.445, 0.355, 0.21, 1);
  animation-name: drawer;
}
.global-header__navigation-clone[data-drawer-enabled=enabled] li:nth-child(n+1) {
  animation-delay: 0.1s;
}
.global-header__navigation-clone[data-drawer-enabled=enabled] li:nth-child(n+2) {
  animation-delay: 0.2s;
}
.global-header__navigation-clone[data-drawer-enabled=enabled] li:nth-child(n+3) {
  animation-delay: 0.3s;
}
.global-header__navigation-clone[data-drawer-enabled=enabled] li:nth-child(n+4) {
  animation-delay: 0.4s;
}
.global-header__navigation-clone[data-drawer-enabled=enabled] li:nth-child(n+5) {
  animation-delay: 0.5s;
}
.global-header__navigation-clone[data-drawer-enabled=enabled] li:nth-child(n+6) {
  animation-delay: 0.6s;
}
.global-header__navigation-clone[data-drawer-enabled=enabled] li:nth-child(n+7) {
  animation-delay: 0.7s;
}
.global-header__navigation-clone[data-drawer-enabled=enabled] li:nth-child(n+8) {
  animation-delay: 0.8s;
}
.global-header__navigation-clone[data-drawer-enabled=enabled] li:nth-child(n+9) {
  animation-delay: 0.9s;
}
.global-header__navigation-clone[data-drawer-enabled=enabled] p {
  animation-duration: 1.25s;
  animation-timing-function: cubic-bezier(0.445, 0.355, 0.21, 1);
  animation-name: drawer;
  animation-delay: 0.5s;
}
.global-header__navigation-clone[data-drawer-enabled=disabled] {
  animation-duration: 1.25s;
  animation-timing-function: cubic-bezier(0.445, 0.355, 0.21, 1);
  animation-name: drawer-reverse;
}
.global-header__navigation-clone[data-drawer-enabled=disabled] ul {
  animation-duration: 1.25s;
  animation-timing-function: cubic-bezier(0.445, 0.355, 0.21, 1);
  animation-name: drawer-reverse;
}
.global-header__navigation-clone[data-drawer-enabled=disabled] li {
  animation-duration: 1.25s;
  animation-timing-function: cubic-bezier(0.445, 0.355, 0.21, 1);
  animation-name: drawer-reverse;
}
.global-header__navigation-clone[data-drawer-enabled=disabled] p {
  animation-duration: 1.25s;
  animation-timing-function: cubic-bezier(0.445, 0.355, 0.21, 1);
  animation-name: drawer-reverse;
}
.global-header__navigation-clone a {
  text-decoration: none;
}
.global-header__navigation-clone .global-header__navigation-header-clone {
  height: 130px;
}
.global-header__navigation-clone .global-header__navigation-header-clone img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.global-header__navigation-clone ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin: 4.5vh 0 0;
  transform: translate3d(100%, 0, 0);
  animation-fill-mode: forwards;
}
.global-header__navigation-clone ul li {
  flex: 0 1 auto;
  margin: 15px 0;
  transform: translate3d(100%, 0, 0);
  animation-fill-mode: forwards;
}
.global-header__navigation-clone ul li[data-hide*=header] {
  display: block !important;
}
.global-header__navigation-clone ul a {
  display: block;
  height: 14px;
}
.global-header__navigation-clone ul a svg {
  width: auto;
  height: 100%;
  fill: #433225;
}
.global-header__navigation-clone ul #home a {
  height: 11px;
}

@media only screen and (max-width: 750px) {
  html[data-drawer=enabled] {
    overflow: hidden;
  }
  html[data-drawer=enabled] body .global-header__weather {
    opacity: 0;
    position: absolute;
    top: calc(90vh - 2em);
    right: 0;
    left: 0;
    display: block;
    margin: 0;
    z-index: 20;
    transition: none;
  }
  html[data-drawer=enabled] body .global-header__weather .header__weather {
    justify-content: center;
  }
}
.global-header {
  position: fixed;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 751px) {
  .global-header {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
    width: 250px;
    height: 100vh;
    border-right: 1px solid #d9d9d9;
    background-color: rgba(255, 249, 240, 0.43);
    z-index: 10;
    overflow: auto;
  }
}
@media only screen and (max-width: 750px) {
  .global-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    right: 0;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.24);
    z-index: 1000;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
}
.global-header [data-hide*=header] {
  display: none !important;
}
@media only screen and (min-width: 751px) {
  .global-header .global-header__container {
    padding: 47px 35px 65px;
  }
}
@media only screen and (max-width: 750px) {
  .global-header .global-header__container {
    z-index: 1;
  }
}
@media only screen and (min-width: 751px) {
  .global-header .global-header__navigation {
    margin: 42px 0 0;
  }
}
@media only screen and (max-width: 750px) {
  .global-header .global-header__navigation {
    display: none;
  }
}
@media only screen and (min-width: 751px) {
  .global-header .global-navigation ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 3;
    font-size: 14px;
    flex-direction: column;
    margin: -42px 0 0;
  }
}
@media only screen and (min-width: 751px) {
  .global-header .global-navigation li {
    height: 1em;
    margin: 42px 0 0;
  }
}
.global-header .global-navigation li svg {
  width: auto;
  height: 100%;
  vertical-align: top;
  fill: #433225;
}
@media only screen and (min-width: 751px) {
  .global-header .global-navigation li svg {
    transition: fill 0.8s cubic-bezier(0.445, 0.355, 0.21, 1) 0s;
  }
  .global-header .global-navigation li a:hover svg {
    fill: #ff3801;
  }
}
@media only screen and (min-width: 751px) {
  .global-header .global-header__weather {
    line-height: 1.3125;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 27px;
  }
}
@media only screen and (max-width: 750px) {
  .global-header .global-header__weather {
    display: none;
  }
}
.global-header .global-header__weather svg {
  width: 1.2em;
  height: 0.6em;
}
@media only screen and (min-width: 751px) {
  .global-header .global-header__weather .header__weather {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 750px) {
  .global-header .global-header__weather .header__weather {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
.global-header .global-header__weather .temperature {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  margin: 0 0 0 0.25em;
}
.global-header .global-header__weather .temperature::before {
  display: block;
  background-color: transparent;
  background-image: url(none);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 1px;
  height: 0.8em;
  margin: 0 0.25em 0 0;
  background-color: #433225;
}
@media only screen and (max-width: 750px) {
  .global-header .global-header__drawer {
    padding-bottom: 7px;
    z-index: 20;
  }
}

@media only screen and (max-width: 750px) {
  body[data-is-home] .global-header__weather {
    display: block;
  }
  body .global-header__weather {
    line-height: 1.2;
    font-size: 15px;
    font-weight: 400;
    flex: 0 0 100%;
    order: 99;
    margin: -100% 0 0;
    opacity: 0;
    transform: translate3d(0, 200%, 0);
    transition: all 0.8s cubic-bezier(0.445, 0.355, 0.21, 1) 0s;
  }
  body[data-scroll-position=initial] .global-header__weather {
    opacity: 1;
  }
  body[data-scroll-position="hero away"] .global-header__weather {
    opacity: 0;
  }
}
body[data-is-home] .global-header {
  transition: all 0.8s cubic-bezier(0.445, 0.355, 0.21, 1) 0s;
}
@media only screen and (min-width: 751px) {
  body[data-is-home][data-scroll-position=initial] .global-header {
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
}
@media only screen and (max-width: 750px) {
  body[data-is-home][data-scroll-position=initial] .global-header {
    background-color: transparent;
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
  }
}
body[data-is-home][data-scroll-position="hero away"] .global-header {
  background-color: rgba(255, 249, 240, 0.43);
}

.main-content {
  position: relative;
}
@media only screen and (min-width: 751px) {
  .main-content {
    padding: 0 0 0 250px;
  }
}
/*# sourceMappingURL=nishikimachi.css.map */
