@charset "UTF-8";
/*
@mixin img16-9 {
  position: relative;
  width: 100%;
  &::before {
    content:"";
    display: block;
    padding-top: 56.25%!important;
  }
  img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@mixin img2-1 {
  position: relative;
  width: 100%;
  &::before {
    content:"";
    display: block;
    padding-top: 50%!important;
  }
  img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@mixin img4-3 {
  position: relative;
  width: 100%;
  &::before {
    content:"";
    display: block;
    padding-top: 75%!important;
  }
  img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@mixin img-silver {
  position: relative;
  width: 100%;
  &::before {
    content:"";
    display: block;
    padding-top: 70.703125%!important;
  }
  img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
*/
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url(plugin/swiper-v5/swiper.css);
@import url(plugin/scroll-hint.css);
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

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

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

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

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

:root {
  font-size: 16px; }

html {
  word-wrap: break-word;
  font-size: 62.5%; }
  html *, html *:before, html *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

body {
  width: 100%;
  height: 100%;
  position: relative;
  color: #151515;
  font-size: 100%;
  font-family: "Noto Sans TC", "Noto Sans JP", "ヒラギノ角ゴ W3", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1; }

a {
  color: #0068b7; }
  a:hover {
    opacity: .7; }

picture {
  display: block;
  line-height: 0; }

img {
  width: auto;
  max-width: 100%;
  line-height: 0; }

sup {
  font-size: 60%; }

.transition, .gourmet__desc-slider-thumb .swiper-wrapper .swiper-slide::after, .entry-content .thumb-slider-thumb .swiper-wrapper .swiper-slide::after, .entry-content .btn--bg-gr-sp a::after,
.entry-content .btn--bg-gr-sp button::after,
.entry-content .btn--bg-gr-sp input[type="submit"]::after, .entry-content .btn--bg-gr-sp a,
.entry-content .btn--bg-gr-sp button,
.entry-content .btn--bg-gr-sp input[type="submit"], .entry-content .btn--bg-gr-black a::after,
.entry-content .btn--bg-gr-black button::after,
.entry-content .btn--bg-gr-black input[type="submit"]::after, .entry-content .btn--bg-gr-black a,
.entry-content .btn--bg-gr-black button,
.entry-content .btn--bg-gr-black input[type="submit"], .entry-content .btn--bg-gr-red a::after,
.entry-content .btn--bg-gr-red button::after,
.entry-content .btn--bg-gr-red input[type="submit"]::after, .entry-content .btn--bg-gr-red a,
.entry-content .btn--bg-gr-red button,
.entry-content .btn--bg-gr-red input[type="submit"], .entry-content .btn--bg-gr-blue a::after,
.entry-content .btn--bg-gr-blue button::after,
.entry-content .btn--bg-gr-blue input[type="submit"]::after, .entry-content .btn--bg-gr-blue a,
.entry-content .btn--bg-gr-blue button,
.entry-content .btn--bg-gr-blue input[type="submit"], .entry-content .btn--icon-mail a::before,
.entry-content .btn--icon-mail button::before,
.entry-content .btn--icon-mail input[type="submit"]::before, .entry-content .btn--icon-mail a,
.entry-content .btn--icon-mail button,
.entry-content .btn--icon-mail input[type="submit"], .entry-content .btn--icon-ext a,
.entry-content .btn--icon-ext button,
.entry-content .btn--icon-ext input[type="submit"], .entry-content .btn a,
.entry-content .btn button,
.entry-content .btn input[type="submit"], .entry-content .col2-1 a .col2-1__body,
.entry-content .col2-1 a .col3-1__body,
.entry-content .col2-1 a .col4-1__body,
.entry-content .col2-1 a .col4-2__body,
.entry-content .col2-1 a .card2-1__body,
.entry-content .col2-1 a .card3-1__body,
.entry-content .col2-1 a .card4-1__body,
.entry-content .col2-1 a .card4-2__body,
.entry-content .col3-1 a .col2-1__body,
.entry-content .col3-1 a .col3-1__body,
.entry-content .col3-1 a .col4-1__body,
.entry-content .col3-1 a .col4-2__body,
.entry-content .col3-1 a .card2-1__body,
.entry-content .col3-1 a .card3-1__body,
.entry-content .col3-1 a .card4-1__body,
.entry-content .col3-1 a .card4-2__body,
.entry-content .col4-1 a .col2-1__body,
.entry-content .col4-1 a .col3-1__body,
.entry-content .col4-1 a .col4-1__body,
.entry-content .col4-1 a .col4-2__body,
.entry-content .col4-1 a .card2-1__body,
.entry-content .col4-1 a .card3-1__body,
.entry-content .col4-1 a .card4-1__body,
.entry-content .col4-1 a .card4-2__body,
.entry-content .col4-2 a .col2-1__body,
.entry-content .col4-2 a .col3-1__body,
.entry-content .col4-2 a .col4-1__body,
.entry-content .col4-2 a .col4-2__body,
.entry-content .col4-2 a .card2-1__body,
.entry-content .col4-2 a .card3-1__body,
.entry-content .col4-2 a .card4-1__body,
.entry-content .col4-2 a .card4-2__body,
.entry-content .card2-1 a .col2-1__body,
.entry-content .card2-1 a .col3-1__body,
.entry-content .card2-1 a .col4-1__body,
.entry-content .card2-1 a .col4-2__body,
.entry-content .card2-1 a .card2-1__body,
.entry-content .card2-1 a .card3-1__body,
.entry-content .card2-1 a .card4-1__body,
.entry-content .card2-1 a .card4-2__body,
.entry-content .card3-1 a .col2-1__body,
.entry-content .card3-1 a .col3-1__body,
.entry-content .card3-1 a .col4-1__body,
.entry-content .card3-1 a .col4-2__body,
.entry-content .card3-1 a .card2-1__body,
.entry-content .card3-1 a .card3-1__body,
.entry-content .card3-1 a .card4-1__body,
.entry-content .card3-1 a .card4-2__body,
.entry-content .card4-1 a .col2-1__body,
.entry-content .card4-1 a .col3-1__body,
.entry-content .card4-1 a .col4-1__body,
.entry-content .card4-1 a .col4-2__body,
.entry-content .card4-1 a .card2-1__body,
.entry-content .card4-1 a .card3-1__body,
.entry-content .card4-1 a .card4-1__body,
.entry-content .card4-1 a .card4-2__body,
.entry-content .card4-2 a .col2-1__body,
.entry-content .card4-2 a .col3-1__body,
.entry-content .card4-2 a .col4-1__body,
.entry-content .card4-2 a .col4-2__body,
.entry-content .card4-2 a .card2-1__body,
.entry-content .card4-2 a .card3-1__body,
.entry-content .card4-2 a .card4-1__body,
.entry-content .card4-2 a .card4-2__body, .entry-content .col2-1 a .col2-1__img img,
.entry-content .col2-1 a .col3-1__img img,
.entry-content .col2-1 a .col4-1__img img,
.entry-content .col2-1 a .col4-2__img img,
.entry-content .col2-1 a .card2-1__img img,
.entry-content .col2-1 a .card3-1__img img,
.entry-content .col2-1 a .card4-1__img img,
.entry-content .col2-1 a .card4-2__img img,
.entry-content .col3-1 a .col2-1__img img,
.entry-content .col3-1 a .col3-1__img img,
.entry-content .col3-1 a .col4-1__img img,
.entry-content .col3-1 a .col4-2__img img,
.entry-content .col3-1 a .card2-1__img img,
.entry-content .col3-1 a .card3-1__img img,
.entry-content .col3-1 a .card4-1__img img,
.entry-content .col3-1 a .card4-2__img img,
.entry-content .col4-1 a .col2-1__img img,
.entry-content .col4-1 a .col3-1__img img,
.entry-content .col4-1 a .col4-1__img img,
.entry-content .col4-1 a .col4-2__img img,
.entry-content .col4-1 a .card2-1__img img,
.entry-content .col4-1 a .card3-1__img img,
.entry-content .col4-1 a .card4-1__img img,
.entry-content .col4-1 a .card4-2__img img,
.entry-content .col4-2 a .col2-1__img img,
.entry-content .col4-2 a .col3-1__img img,
.entry-content .col4-2 a .col4-1__img img,
.entry-content .col4-2 a .col4-2__img img,
.entry-content .col4-2 a .card2-1__img img,
.entry-content .col4-2 a .card3-1__img img,
.entry-content .col4-2 a .card4-1__img img,
.entry-content .col4-2 a .card4-2__img img,
.entry-content .card2-1 a .col2-1__img img,
.entry-content .card2-1 a .col3-1__img img,
.entry-content .card2-1 a .col4-1__img img,
.entry-content .card2-1 a .col4-2__img img,
.entry-content .card2-1 a .card2-1__img img,
.entry-content .card2-1 a .card3-1__img img,
.entry-content .card2-1 a .card4-1__img img,
.entry-content .card2-1 a .card4-2__img img,
.entry-content .card3-1 a .col2-1__img img,
.entry-content .card3-1 a .col3-1__img img,
.entry-content .card3-1 a .col4-1__img img,
.entry-content .card3-1 a .col4-2__img img,
.entry-content .card3-1 a .card2-1__img img,
.entry-content .card3-1 a .card3-1__img img,
.entry-content .card3-1 a .card4-1__img img,
.entry-content .card3-1 a .card4-2__img img,
.entry-content .card4-1 a .col2-1__img img,
.entry-content .card4-1 a .col3-1__img img,
.entry-content .card4-1 a .col4-1__img img,
.entry-content .card4-1 a .col4-2__img img,
.entry-content .card4-1 a .card2-1__img img,
.entry-content .card4-1 a .card3-1__img img,
.entry-content .card4-1 a .card4-1__img img,
.entry-content .card4-1 a .card4-2__img img,
.entry-content .card4-2 a .col2-1__img img,
.entry-content .card4-2 a .col3-1__img img,
.entry-content .card4-2 a .col4-1__img img,
.entry-content .card4-2 a .col4-2__img img,
.entry-content .card4-2 a .card2-1__img img,
.entry-content .card4-2 a .card3-1__img img,
.entry-content .card4-2 a .card4-1__img img,
.entry-content .card4-2 a .card4-2__img img, .entry-content a img, .room--small .room__body, .hotel--room .room__reserve-btn::before, .hotel--room .room__vr-img a img, .hotel--room .room__slider-thumb .swiper-wrapper .swiper-slide::after,
.hotel--room .room__slider2-thumb .swiper-wrapper .swiper-slide::after,
.hotel--room .room__slider3-thumb .swiper-wrapper .swiper-slide::after, .hotel--index .hag__slider-thumb .swiper-wrapper .swiper-slide::after, .home .hotel .onsen_slider .swiper-slide .onsen_slider-text, .entry-content .menuList ul li .menuList__txt, .entry-content .menuList ul li .menuList__img img, body .bannerBottom a img, .entry-content .l-localNav__btn:hover, .entry-content .l-localNav, .l-footer__pagetop button, .l-slopeinfo__btn a, .l-reserveForm__form .btn-submit button, .l-globalNav__lang, .l-alert__close button, a, a img {
  transition: all .25s ease; }

.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%; }
  .scroll-prevent .home {
    overflow: initial; }

.l-alert {
  position: relative;
  display: flex;
  background-color: #f8f8f8; }
  .l-alert__close button {
    width: 50px;
    height: 100%;
    outline: none; }
    @media screen and (min-width: 768px) {
      .l-alert__close button {
        width: 80px; } }
    .l-alert__close button svg {
      width: 24px;
      height: auto;
      color: #bababa; }
      @media screen and (min-width: 768px) {
        .l-alert__close button svg {
          width: 36px; } }
    .l-alert__close button:hover {
      background-color: #151515; }
      .l-alert__close button:hover svg {
        color: #fff; }
  .l-alert ul {
    list-style: none;
    position: relative;
    width: 100%; }
    .l-alert ul li {
      position: relative; }
      .l-alert ul li > a, .l-alert ul li > span {
        display: block;
        padding: 9.5px 5%;
        border-bottom: 1px solid #dbdbdb;
        color: #151515;
        font-size: 0.75rem;
        line-height: 2.0416666667;
        text-decoration: underline;
        text-decoration-color: transparent; }
        @media screen and (min-width: 768px) {
          .l-alert ul li > a, .l-alert ul li > span {
            padding: 17.5px;
            font-size: 0.875rem;
            line-height: 1.5; } }
      .l-alert ul li a::after {
        content: '';
        position: absolute;
        right: 5%;
        top: 50%;
        display: block;
        width: .5em;
        height: .5em;
        margin-left: 4px;
        margin-top: -0.2em;
        border-top: solid 2px #151515;
        border-right: solid 2px #151515;
        transform: translateY(-1px) rotate(45deg); }
        @media screen and (min-width: 768px) {
          .l-alert ul li a::after {
            right: 17.5px; } }
      .l-alert ul li a:hover {
        opacity: 1;
        text-decoration-color: #151515; }
      .l-alert ul li:last-child > a, .l-alert ul li:last-child > span {
        border-bottom: none; }
      .l-alert ul li.l-alert--type01 > a, .l-alert ul li.l-alert--type01 > span {
        padding-left: 50px; }
        .l-alert ul li.l-alert--type01 > a::before, .l-alert ul li.l-alert--type01 > span::before {
          content: "";
          position: absolute;
          left: 5%;
          top: 50%;
          display: block;
          width: 1rem;
          height: 1rem;
          margin: 0;
          background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23151515' class='bi bi-exclamation-triangle' viewBox='0 0 16 16'><path d='M7.938 2.016A.13.13 0 0 1 8.002 2a.13.13 0 0 1 .063.016.146.146 0 0 1 .054.057l6.857 11.667c.036.06.035.124.002.183a.163.163 0 0 1-.054.06.116.116 0 0 1-.066.017H1.146a.115.115 0 0 1-.066-.017.163.163 0 0 1-.054-.06.176.176 0 0 1 .002-.183L7.884 2.073a.147.147 0 0 1 .054-.057zm1.044-.45a1.13 1.13 0 0 0-1.96 0L.165 13.233c-.457.778.091 1.767.98 1.767h13.713c.889 0 1.438-.99.98-1.767L8.982 1.566z'/><path d='M7.002 12a1 1 0 1 1 2 0 1 1 0 0 1-2 0zM7.1 5.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 5.995z'/></svg>");
          background-repeat: no-repeat;
          background-size: 100% auto;
          transform: translateY(-50%) rotate(0);
          border: none; }
          @media screen and (min-width: 768px) {
            .l-alert ul li.l-alert--type01 > a::before, .l-alert ul li.l-alert--type01 > span::before {
              left: 17.5px;
              background-size: 100% auto; } }
.l-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 21, 21, 0.6);
  z-index: 100010; }

.l-header {
  position: relative;
  left: 0;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #dddddd;
  z-index: 100000;
  transition: all .25s ease; }
  .l-header__container {
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1px 0; }
    @media screen and (min-width: 768px) {
      .l-header__container {
        padding: 5px 0; } }
  .l-header__logo {
    width: 100%;
    max-width: 200px; }
    @media screen and (min-width: 768px) {
      .l-header__logo {
        max-width: 320px;
        margin-right: 15px; } }
    @media screen and (min-width: 1200px) {
      .l-header__logo {
        max-width: 430px;
        margin-right: 0; } }
    .l-header__logo img {
      width: 100%; }
    .l-header__logo a:hover img {
      opacity: .7; }
  .l-header__nav {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-grow: 1; }
    @media screen and (min-width: 768px) {
      .l-header__nav {
        padding: 0; } }
  .l-header__btnSlope {
    position: relative;
    display: block;
    width: 100%;
    max-width: 64px; }
    @media screen and (min-width: 768px) {
      .l-header__btnSlope {
        max-width: 88px;
        margin-right: 24px; } }
    .l-header__btnSlope.is-active {
      align-self: flex-end; }
      .l-header__btnSlope.is-active > button {
        min-height: 58px;
        padding-bottom: 0; }
        @media screen and (min-width: 768px) {
          .l-header__btnSlope.is-active > button {
            min-height: 57px;
            padding-bottom: 2px; } }
        .l-header__btnSlope.is-active > button::after {
          content: '';
          margin-top: 9px;
          border-color: #fff;
          transform: rotate(-45deg); }
    .l-header__btnSlope > button {
      position: relative;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      width: 100%;
      max-width: 64px;
      min-height: 48px;
      padding: 3px;
      background-color: #151515;
      border: 1px solid #151515;
      color: #fff;
      font-size: 0.625rem;
      outline: none;
      text-align: center;
      text-decoration: none;
      transition: background .25s ease, opacity .25s ease; }
      @media screen and (min-width: 768px) {
        .l-header__btnSlope > button {
          max-width: 88px;
          min-height: 44px;
          padding: 3px;
          font-size: 0.75rem; } }
      .l-header__btnSlope > button::after {
        display: block;
        width: .5em;
        height: .5em;
        margin-left: auto;
        margin-right: auto;
        margin-top: 5px;
        border-top: solid 1px #151515;
        border-right: solid 1px #151515;
        transform: rotate(135deg); }
      .l-header__btnSlope > button:hover {
        opacity: .7; }
  .l-header__btnReserve {
    position: relative;
    display: none;
    width: 100%;
    max-width: 204px;
    background-color: #fff;
    font-family: futura-pt, sans-serif; }
    @media screen and (min-width: 768px) {
      .l-header__btnReserve {
        display: block; } }
    .l-header__btnReserve > button {
      position: relative;
      display: block;
      width: 100%;
      max-width: 204px;
      padding: 14px 13.5px;
      background-color: #0068b7;
      color: #fff;
      font-size: 1rem;
      outline: none;
      text-align: center;
      text-decoration: none;
      transition: background .25s ease, opacity .25s ease; }
      .l-header__btnReserve > button::after {
        content: '';
        display: inline-block;
        width: .5em;
        height: .5em;
        margin-left: 4px;
        margin-top: -0.2em;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        transform: translateY(-1px) rotate(45deg); }
      .l-header__btnReserve > button:hover {
        opacity: .6; }
  .l-header__btnGlobalNav {
    margin-left: 8px;
    margin-top: 10px;
    margin-bottom: 10px; }
    @media screen and (min-width: 768px) {
      .l-header__btnGlobalNav {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 30px;
        padding: 13px 0; } }
    .l-header__btnGlobalNav button {
      position: relative;
      display: block;
      width: 56px;
      height: 48px;
      padding: 0 4px;
      cursor: pointer;
      outline: none;
      transition: background .25s ease, opacity .25s ease; }
      @media screen and (min-width: 768px) {
        .l-header__btnGlobalNav button {
          width: 52px;
          height: 44px; } }
      .l-header__btnGlobalNav button > span {
        position: relative;
        display: block; }
        .l-header__btnGlobalNav button > span > span {
          position: absolute;
          left: 0;
          top: 50%;
          display: block;
          width: 100%;
          height: 1px;
          background-color: #000; }
          .l-header__btnGlobalNav button > span > span::before {
            content: "";
            position: absolute;
            left: 0;
            top: -7px;
            width: 100%;
            height: 1px;
            background-color: #000; }
            @media screen and (min-width: 768px) {
              .l-header__btnGlobalNav button > span > span::before {
                top: -8px; } }
          .l-header__btnGlobalNav button > span > span::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -7px;
            width: 100%;
            height: 1px;
            background-color: #000; }
            @media screen and (min-width: 768px) {
              .l-header__btnGlobalNav button > span > span::after {
                bottom: -8px; } }
      .l-header__btnGlobalNav button:hover {
        background-color: #151515; }
        .l-header__btnGlobalNav button:hover > span > span {
          background-color: #fff; }
          .l-header__btnGlobalNav button:hover > span > span::before {
            background-color: #fff; }
          .l-header__btnGlobalNav button:hover > span > span::after {
            background-color: #fff; }
  .l-header.is-bottomFixed {
    position: fixed;
    top: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #0068b7;
    border-bottom: none; }
    .l-header.is-bottomFixed .l-header__container {
      width: 100%;
      padding: 0; }
    .l-header.is-bottomFixed .l-header__logo {
      display: none; }
    .l-header.is-bottomFixed .l-header__nav {
      align-items: stretch;
      padding: 0; }
    .l-header.is-bottomFixed .l-header__btnSlope {
      display: none; }
    .l-header.is-bottomFixed .l-header__btnReserve {
      display: block;
      max-width: 100%;
      margin-right: 0; }
      .l-header.is-bottomFixed .l-header__btnReserve button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 100%;
        height: 100%; }
        .l-header.is-bottomFixed .l-header__btnReserve button::after {
          margin-top: .1em;
          border-width: 1px; }
    .l-header.is-bottomFixed .l-header__btnGlobalNav {
      margin: 0;
      background-color: #fff;
      border-left: 1px solid #00599d; }
      .l-header.is-bottomFixed .l-header__btnGlobalNav button {
        width: 91px;
        padding: 32px 21.5px;
        background-color: #0068b7; }
        .l-header.is-bottomFixed .l-header__btnGlobalNav button > span > span {
          background-color: #fff; }
          .l-header.is-bottomFixed .l-header__btnGlobalNav button > span > span::before {
            background-color: #fff; }
          .l-header.is-bottomFixed .l-header__btnGlobalNav button > span > span::after {
            background-color: #fff; }
        .l-header.is-bottomFixed .l-header__btnGlobalNav button:hover {
          background-color: #0068b7;
          opacity: .6; }

.home .l-header {
  position: absolute;
  background-color: transparent;
  border-bottom: none; }
  .home .l-header.is-bottomFixed {
    position: fixed !important;
    top: auto !important;
    background-color: #0068b7; }
  .home .l-header .l-header__logo--black {
    display: none; }
  .home .l-header__btnGlobalNav button > span > span {
    background-color: #fff; }
    .home .l-header__btnGlobalNav button > span > span::before {
      background-color: #fff; }
    .home .l-header__btnGlobalNav button > span > span::after {
      background-color: #fff; }
  .home .l-header__btnGlobalNav button:hover {
    background-color: rgba(255, 255, 255, 0.3); }
  .home .l-header.is-black {
    background-color: #fff;
    border-bottom: 1px solid #dddddd; }
    .home .l-header.is-black .l-header__logo--white {
      display: none;
      border-bottom: 1px solid #dddddd; }
    .home .l-header.is-black .l-header__logo--black {
      display: block; }
    .home .l-header.is-black .l-header__btnGlobalNav button > span > span {
      background-color: #151515; }
      .home .l-header.is-black .l-header__btnGlobalNav button > span > span::before {
        background-color: #151515; }
      .home .l-header.is-black .l-header__btnGlobalNav button > span > span::after {
        background-color: #151515; }
    .home .l-header.is-black .l-header__btnGlobalNav button:hover {
      background-color: #151515; }
      .home .l-header.is-black .l-header__btnGlobalNav button:hover > span > span {
        background-color: #fff; }
        .home .l-header.is-black .l-header__btnGlobalNav button:hover > span > span::before {
          background-color: #fff; }
        .home .l-header.is-black .l-header__btnGlobalNav button:hover > span > span::after {
          background-color: #fff; }

.page:not(.home) .l-header {
  position: relative; }
  .page:not(.home) .l-header.is-bottomFixed {
    position: fixed !important; }

.page:not(.home) main {
  margin-top: 0; }

.l-globalNav {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1a1a1a;
  background: linear-gradient(126deg, #1a1a1a 0%, black 100%);
  z-index: 100020; }
  @media screen and (min-width: 768px) {
    .l-globalNav {
      border: 8px solid #fff; } }
  .l-globalNav__container {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 12% 8%;
    overflow-y: scroll; }
    @media screen and (min-width: 768px) {
      .l-globalNav__container {
        padding: 4% 8%; } }
  .l-globalNav__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 29px; }
    @media screen and (min-width: 768px) {
      .l-globalNav__head {
        margin-bottom: 96px; } }
  .l-globalNav__logo {
    width: 100%;
    max-width: 215px; }
    @media screen and (min-width: 768px) {
      .l-globalNav__logo {
        max-width: 538px; } }
    .l-globalNav__logo img {
      width: 100%; }
  .l-globalNav__closeBtn {
    max-width: 29px; }
    @media screen and (min-width: 768px) {
      .l-globalNav__closeBtn {
        max-width: 58px; } }
    .l-globalNav__closeBtn button {
      outline: none; }
  .l-globalNav__body {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between; }
    @media screen and (min-width: 768px) {
      .l-globalNav__body {
        flex-direction: column; } }
  .l-globalNav__main {
    width: 100%;
    margin-left: -16px; }
    @media screen and (min-width: 768px) {
      .l-globalNav__main {
        display: flex;
        max-width: 792px;
        margin: 0 auto 32px; } }
    .l-globalNav__main ul {
      list-style: none; }
      @media screen and (min-width: 768px) {
        .l-globalNav__main ul {
          width: 50%; } }
    .l-globalNav__main li {
      width: 100%; }
      .l-globalNav__main li a {
        display: block;
        width: 100%;
        padding: 16px;
        color: #fff;
        font-size: 1rem;
        line-height: 1.53125;
        text-decoration: none; }
        @media screen and (min-width: 768px) {
          .l-globalNav__main li a {
            font-size: 2rem; } }
        .l-globalNav__main li a:hover {
          background-color: rgba(255, 255, 255, 0.1); }
  .l-globalNav__sub {
    margin-right: -8px;
    padding-left: 24px;
    border-left: 1px solid #333; }
    @media screen and (min-width: 768px) {
      .l-globalNav__sub {
        width: 100%;
        max-width: 792px;
        margin: 0 auto;
        padding: 0;
        border-left: none;
        border-top: 1px solid #333; } }
    .l-globalNav__sub ul {
      list-style: none;
      display: flex;
      flex-direction: column; }
      @media screen and (min-width: 768px) {
        .l-globalNav__sub ul {
          flex-direction: row;
          justify-content: center; } }
    .l-globalNav__sub li {
      margin-bottom: 32px; }
      @media screen and (min-width: 768px) {
        .l-globalNav__sub li {
          margin-bottom: 0; } }
      .l-globalNav__sub li:last-child {
        margin-bottom: 0; }
      .l-globalNav__sub li a,
      .l-globalNav__sub li button {
        cursor: pointer;
        display: block;
        padding: 8px;
        color: #fff;
        line-height: 0;
        text-decoration: none; }
        @media screen and (min-width: 768px) {
          .l-globalNav__sub li a,
          .l-globalNav__sub li button {
            padding: 25px 50px; } }
        .l-globalNav__sub li a:hover,
        .l-globalNav__sub li button:hover {
          background-color: rgba(255, 255, 255, 0.1); }
        .l-globalNav__sub li a svg,
        .l-globalNav__sub li button svg {
          width: 24px;
          height: auto; }
          @media screen and (min-width: 768px) {
            .l-globalNav__sub li a svg,
            .l-globalNav__sub li button svg {
              width: 48px; } }
    .l-globalNav__sub-lang {
      position: relative; }
      .l-globalNav__sub-lang button {
        position: relative;
        outline: none; }
        .l-globalNav__sub-lang button::after {
          content: '';
          position: absolute;
          left: 50%;
          bottom: -8px;
          display: block;
          width: 1em;
          height: 1em;
          margin-top: -0.5em;
          border-top: solid 2px #fff;
          border-right: solid 2px #fff;
          transform: translateX(-50%) rotate(135deg) scale(0.5); }
          @media screen and (min-width: 768px) {
            .l-globalNav__sub-lang button::after {
              left: auto;
              right: 10%;
              top: 50%;
              bottom: auto;
              width: 1.5em;
              height: 1.5em;
              margin-top: 0;
              margin-left: 18px;
              transform: translate(0, -50%) rotate(135deg) scale(0.7); } }
      .l-globalNav__sub-lang.is-active button::after {
        transform: translateX(-50%) rotate(-45deg) scale(0.5); }
        @media screen and (min-width: 768px) {
          .l-globalNav__sub-lang.is-active button::after {
            margin-top: 4px;
            transform: translate(0, -50%) rotate(-45deg) scale(0.7); } }
      .l-globalNav__sub-lang.is-active .l-globalNav__lang {
        display: block; }
  .l-globalNav__lang {
    display: none;
    position: absolute;
    right: 0;
    bottom: -60px; }
    @media screen and (min-width: 768px) {
      .l-globalNav__lang {
        bottom: -40px; } }
    .l-globalNav__lang.is-active {
      display: block; }
    .l-globalNav__lang ul {
      display: flex;
      flex-direction: row;
      background-color: #202020;
      border-radius: 4px; }
      .l-globalNav__lang ul li {
        margin: 0; }
        .l-globalNav__lang ul li a {
          display: block;
          padding: 24px;
          color: #0068b7;
          font-family: futura-pt, sans-serif;
          font-size: 1.25rem;
          font-weight: 600; }

.l-reserveForm {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fe3c00;
  background: linear-gradient(122deg, #fe3c00 0%, #0068b7 100%);
  z-index: 100020; }
  @media screen and (min-width: 768px) {
    .l-reserveForm {
      left: auto;
      right: 0;
      top: 0;
      width: 100%;
      width: 375px;
      height: auto;
      border-radius: 8px;
      z-index: 100020; } }
  .l-reserveForm__container {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 12% 8%;
    overflow-y: auto; }
    @media screen and (min-width: 768px) {
      .l-reserveForm__container {
        padding: 4% 7.5% 8%;
        z-index: 100010; } }
  .l-reserveForm__head {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    margin-bottom: 29px; }
  .l-reserveForm__logo {
    max-width: 215px; }
  .l-reserveForm__closeBtn {
    max-width: 29px; }
    .l-reserveForm__closeBtn button {
      outline: none; }
  .l-reserveForm__body h3 {
    margin-bottom: 29px;
    color: #fff;
    font-family: futura-pt, sans-serif;
    font-size: 1.5rem;
    line-height: 1.1760416667;
    font-weight: 600;
    text-align: center; }
  .l-reserveForm__form {
    margin: 0 auto; }
    .l-reserveForm__form .select-hotel {
      width: 100%;
      margin-bottom: 20px; }
      .l-reserveForm__form .select-hotel select {
        width: 100%;
        padding: 14px;
        background-color: #fff;
        border-radius: 3px;
        font-size: 0.875rem;
        font-weight: 500;
        text-align: center;
        text-align-last: center; }
    .l-reserveForm__form .select-date {
      display: flex;
      justify-content: space-between;
      margin-bottom: 20px; }
      .l-reserveForm__form .select-date select {
        width: 100%;
        padding: 14px;
        background-color: #fff;
        border-radius: 3px;
        font-size: 0.875rem;
        font-weight: 500;
        text-align: center;
        text-align-last: center; }
      .l-reserveForm__form .select-date--year {
        flex: 0 0 40.3125%; }
      .l-reserveForm__form .select-date--month {
        flex: 0 0 26.5625%; }
      .l-reserveForm__form .select-date--day {
        flex: 0 0 26.5625%; }
    .l-reserveForm__form .checkbox-no-date {
      margin-bottom: 20px;
      color: #fff;
      text-align: center; }
      .l-reserveForm__form .checkbox-no-date input[type="checkbox"] {
        display: none; }
      .l-reserveForm__form .checkbox-no-date label {
        cursor: pointer;
        position: relative;
        display: inline-block;
        width: auto;
        padding: 0 0 0 40px;
        font-size: 0.875rem;
        font-weight: 500; }
        .l-reserveForm__form .checkbox-no-date label::before {
          content: '';
          position: absolute;
          top: 50%;
          left: 5px;
          display: block;
          width: 1.5em;
          height: 1.5em;
          margin-right: .5em;
          background: #fff;
          border-radius: 2px;
          transform: translateY(-50%); }
        .l-reserveForm__form .checkbox-no-date label::after {
          border-right: 3px solid #151515;
          border-bottom: 3px solid #151515;
          content: '';
          display: block;
          height: 1.3em;
          left: 10px;
          margin-top: -0.2em;
          opacity: 0;
          position: absolute;
          top: 50%;
          transform: translateY(-50%) rotate(45deg);
          width: .8em; }
      .l-reserveForm__form .checkbox-no-date input[type="checkbox"]:checked + label::after {
        opacity: 1; }
    .l-reserveForm__form .select-number {
      display: flex;
      justify-content: space-between;
      max-width: 272px;
      margin: 0 auto 20px; }
      .l-reserveForm__form .select-number select {
        width: 100%;
        padding: 14px;
        background-color: #fff;
        border-radius: 3px;
        font-size: 0.875rem;
        font-weight: 500;
        text-align: center;
        text-align-last: center; }
      .l-reserveForm__form .select-number--people {
        flex: 0 0 31.3653136531%;
        max-width: 31.3653136531%;
        margin-right: 8px; }
      .l-reserveForm__form .select-number--day {
        flex: 0 0 31.3653136531%;
        max-width: 31.3653136531%;
        margin-right: 8px; }
      .l-reserveForm__form .select-number--room {
        flex: 0 0 31.3653136531%;
        max-width: 31.3653136531%; }
    .l-reserveForm__form .btn-submit {
      margin-top: 48px; }
      .l-reserveForm__form .btn-submit button {
        position: relative;
        width: 100%;
        padding: 16px;
        background-color: #fff;
        border-radius: 4px;
        box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
        color: #0068b7;
        font-size: 1.125rem;
        font-weight: 600;
        text-align: center; }
        .l-reserveForm__form .btn-submit button::before {
          content: '';
          position: absolute;
          right: 12px;
          top: 50%;
          display: block;
          width: 1em;
          height: 1em;
          margin-top: -0.5em;
          border-top: solid 2px #0068b7;
          border-right: solid 2px #0068b7;
          transform: rotate(45deg) scale(0.7); }
        .l-reserveForm__form .btn-submit button:hover {
          background-color: #151515;
          color: #fff; }
          .l-reserveForm__form .btn-submit button:hover::before {
            border-color: #fff; }
    .l-reserveForm__form .link-action {
      padding: 24px 0; }
      .l-reserveForm__form .link-action a {
        position: relative;
        display: block;
        margin-bottom: 12px;
        color: #fff;
        font-size: 0.875rem;
        line-height: 1.75;
        font-weight: 500;
        text-align: center;
        text-decoration: none; }
        .l-reserveForm__form .link-action a::after {
          content: '';
          display: inline-block;
          width: 1em;
          height: 1em;
          border-top: solid 2px #fff;
          border-right: solid 2px #fff;
          transform: translateY(2px) rotate(45deg) scale(0.7); }
        .l-reserveForm__form .link-action a:last-child {
          margin-bottom: 0; }

.l-slopeinfo {
  position: absolute;
  left: 0;
  display: none;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  border-top: 1px solid #dddddd;
  z-index: 150; }
  .l-slopeinfo__container {
    display: flex;
    flex-direction: column;
    width: 78%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 25px 0 48px; }
    @media screen and (min-width: 1024px) {
      .l-slopeinfo__container {
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
        width: 90%;
        padding: 12.5px 0 48px; } }
  .l-slopeinfo__wrapper {
    width: 100%; }
    @media screen and (min-width: 1024px) {
      .l-slopeinfo__wrapper {
        margin-right: 64px;
        padding-left: 104px; } }
  .l-slopeinfo__head {
    display: flex;
    flex-direction: column;
    margin-bottom: 7px;
    padding-bottom: 16px;
    border-bottom: 1px solid #bbbbbb; }
    @media screen and (min-width: 768px) {
      .l-slopeinfo__head {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 0; } }
  .l-slopeinfo h3 {
    margin-bottom: 10px;
    font-size: 1rem;
    line-height: 1.96875;
    font-weight: 500; }
    @media screen and (min-width: 768px) {
      .l-slopeinfo h3 {
        margin-bottom: 0;
        font-size: 1.5rem;
        line-height: 2.625; } }
  .l-slopeinfo__date {
    font-size: 0.625rem;
    line-height: 1.4;
    text-align: right; }
    @media screen and (min-width: 768px) {
      .l-slopeinfo__date {
        font-size: 0.875rem;
        line-height: 2; } }
  .l-slopeinfo__body {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column; }
    @media screen and (min-width: 1024px) {
      .l-slopeinfo__body {
        flex-direction: row; } }
  @media screen and (min-width: 1024px) {
    .l-slopeinfo table {
      margin-right: 96px; } }
  @media screen and (min-width: 1024px) {
    .l-slopeinfo table:last-child {
      margin-right: 0; } }
  .l-slopeinfo table tbody th,
  .l-slopeinfo table tbody td {
    padding: 25px 0 0 0;
    font-size: 1rem;
    line-height: 1.125;
    font-weight: 600; }
    @media screen and (min-width: 1024px) {
      .l-slopeinfo table tbody th,
      .l-slopeinfo table tbody td {
        font-size: 1.5rem;
        line-height: 1.1666666667; } }
  .l-slopeinfo table tbody th {
    padding-right: 28px;
    text-align: left; }
  .l-slopeinfo__btn {
    width: 100%;
    max-width: 100%;
    margin-top: 40px; }
    @media screen and (min-width: 1024px) {
      .l-slopeinfo__btn {
        max-width: 283px;
        margin-top: 0; } }
    .l-slopeinfo__btn a {
      position: relative;
      display: block;
      padding: 5px 25px;
      border: 1px solid #bbbbbb;
      color: #151515;
      font-family: futura-pt, sans-serif;
      font-size: 0.875rem;
      line-height: 2;
      font-weight: 600;
      text-align: center;
      text-decoration: none; }
      @media screen and (min-width: 1024px) {
        .l-slopeinfo__btn a {
          padding: 7.5px 24px;
          font-size: 1rem;
          line-height: 1.96875;
          text-align: center; } }
      .l-slopeinfo__btn a::before {
        content: '';
        position: absolute;
        right: 12px;
        top: 50%;
        display: block;
        width: 1em;
        height: 1em;
        margin-top: -0.5em;
        border-top: solid 2px #151515;
        border-right: solid 2px #151515;
        transform: rotate(45deg) scale(0.7); }
      .l-slopeinfo__btn a:hover {
        opacity: 1;
        background: #151515;
        color: #fff; }
        .l-slopeinfo__btn a:hover::before {
          border-color: #fff; }

.l-breadcrumb {
  background-color: #000000; }
  .l-breadcrumb__container {
    width: 100%;
    margin: 0 0 0 auto;
    padding: 29px 5%;
    color: #999;
    font-size: 0.75rem;
    line-height: 1;
    font-weight: 500;
    overflow-x: scroll;
    white-space: nowrap; }
    @media screen and (min-width: 768px) {
      .l-breadcrumb__container {
        width: 90%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 29px 0;
        font-size: 0.875rem;
        overflow-x: visible;
        white-space: normal; } }
    .l-breadcrumb__container a {
      color: #999;
      text-decoration: none; }
    .l-breadcrumb__container span[property="itemListElement"] {
      margin: 0 3px; }
      .l-breadcrumb__container span[property="itemListElement"]:first-child {
        margin-left: 0; }

.l-footer {
  background-color: #1a1a1a;
  color: #999999; }
  .l-footer__container {
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .l-footer__container {
        width: 94%; } }
  .l-footer__pagetop {
    padding: 0;
    border-bottom: 1px solid #333;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .l-footer__pagetop {
        padding: 24px 0;
        border-bottom: none;
        text-align: right; } }
    .l-footer__pagetop button {
      display: block;
      width: 100%;
      padding: 16px;
      font-family: futura-pt, sans-serif;
      font-size: 0.75rem;
      font-weight: 500;
      outline: none;
      text-align: center;
      vertical-align: middle; }
      @media screen and (min-width: 768px) {
        .l-footer__pagetop button {
          display: inline-block;
          width: auto;
          padding: 0;
          font-size: 1rem; } }
      .l-footer__pagetop button::before {
        display: inline-block;
        content: "";
        width: 1em;
        height: 1em;
        margin-right: 8px;
        font-size: 1.125rem;
        line-height: 1;
        background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23999999' xmlns='http://www.w3.org/2000/svg'> <path fill-rule='evenodd' d='M14 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z'/> <path fill-rule='evenodd' d='M8 12a.5.5 0 0 0 .5-.5V5.707l2.146 2.147a.5.5 0 0 0 .708-.708l-3-3a.5.5 0 0 0-.708 0l-3 3a.5.5 0 1 0 .708.708L7.5 5.707V11.5a.5.5 0 0 0 .5.5z'/></svg>");
        background-repeat: no-repeat;
        background-size: 1em 1em; }
        @media screen and (min-width: 768px) {
          .l-footer__pagetop button::before {
            font-size: 2.25rem;
            line-height: 1; } }
      .l-footer__pagetop button:hover {
        opacity: .7; }
  .l-footer__secondary {
    display: flex;
    flex-direction: column-reverse;
    align-items: center; }
    @media screen and (min-width: 768px) {
      .l-footer__secondary {
        align-items: flex-end;
        flex-direction: row;
        justify-content: space-between;
        margin: 64px 0; } }
  .l-footer__nav {
    width: 94%;
    margin: 0 auto 40px; }
    @media screen and (min-width: 768px) {
      .l-footer__nav {
        width: 100%;
        margin-bottom: 64px; } }
    .l-footer__nav a, .l-footer__nav span {
      display: block;
      padding: 10px;
      color: #999;
      text-decoration: underline;
      text-decoration-color: transparent; }
      @media screen and (min-width: 768px) {
        .l-footer__nav a, .l-footer__nav span {
          display: inline;
          padding: 0; } }
    .l-footer__nav a:hover {
      opacity: .7; }
      @media screen and (min-width: 768px) {
        .l-footer__nav a:hover {
          text-decoration-color: #999; } }
    .l-footer__nav ul {
      list-style: none;
      font-size: 0.875rem;
      line-height: 1.75;
      font-weight: 600; }
      @media screen and (min-width: 768px) {
        .l-footer__nav ul {
          font-size: 1rem;
          line-height: 2; } }
    .l-footer__nav-global {
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: flex-start; }
      .l-footer__nav-global > li {
        width: 100%;
        border-bottom: 1px solid #333; }
        @media screen and (min-width: 768px) {
          .l-footer__nav-global > li {
            width: auto;
            margin-right: 40px;
            border: none; } }
        @media screen and (min-width: 768px) {
          .l-footer__nav-global > li:last-child {
            margin-right: 0; } }
        .l-footer__nav-global > li > a {
          position: relative; }
          .l-footer__nav-global > li > a::before {
            content: '';
            position: absolute;
            right: 12px;
            top: 50%;
            display: block;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            border-top: solid 2px #aaa;
            border-right: solid 2px #aaa;
            transform: rotate(45deg) scale(0.7); }
            @media screen and (min-width: 768px) {
              .l-footer__nav-global > li > a::before {
                content: none; } }
        .l-footer__nav-global > li.has-child > a, .l-footer__nav-global > li.has-child > span {
          position: relative; }
          .l-footer__nav-global > li.has-child > a::before, .l-footer__nav-global > li.has-child > a::after, .l-footer__nav-global > li.has-child > span::before, .l-footer__nav-global > li.has-child > span::after {
            content: '';
            position: absolute;
            top: 50%;
            right: 10px;
            width: 1em;
            height: 1em;
            margin: 0;
            border: none;
            border-top: 2px solid #aaa;
            transform: translateX(0%); }
          .l-footer__nav-global > li.has-child > a::before, .l-footer__nav-global > li.has-child > span::before {
            margin-top: -1px; }
          .l-footer__nav-global > li.has-child > a::after, .l-footer__nav-global > li.has-child > span::after {
            margin-right: -1px;
            transform: translate(-50%, -50%) rotate(90deg); }
        .l-footer__nav-global > li.has-child.is-active a::after,
        .l-footer__nav-global > li.has-child.is-active span::after {
          content: none; }
    .l-footer__nav-home {
      flex: 0 0 100%; }
    .l-footer__nav-sub {
      display: none; }
      @media screen and (min-width: 768px) {
        .l-footer__nav-sub {
          display: flex; } }
      .l-footer__nav-sub ul {
        font-size: 0.875rem;
        line-height: 2.2857142857;
        font-weight: 500; }
        @media screen and (min-width: 768px) {
          .l-footer__nav-sub ul {
            margin-right: 24px; } }
        .l-footer__nav-sub ul:last-child {
          margin-right: 0; }
      .l-footer__nav-sub a, .l-footer__nav-sub span {
        display: block;
        padding: 6px 10px;
        color: #999;
        text-decoration: underline;
        text-decoration-color: transparent; }
        @media screen and (min-width: 768px) {
          .l-footer__nav-sub a, .l-footer__nav-sub span {
            display: inline;
            padding: 0; } }
    .l-footer__nav-other > a {
      display: block; }
      @media screen and (min-width: 768px) {
        .l-footer__nav-other > a {
          display: none; } }
    .l-footer__nav-other .l-footer__nav-sub ul {
      margin-right: 40px;
      font-size: 1rem;
      line-height: 1.5;
      font-weight: 600; }
      .l-footer__nav-other .l-footer__nav-sub ul:last-child {
        margin-right: 0; }
      @media screen and (min-width: 768px) {
        .l-footer__nav-other .l-footer__nav-sub ul li {
          margin-bottom: 8px; } }
  .l-footer__logo {
    width: 100%;
    max-width: 234px;
    margin: 40px 0; }
    @media screen and (min-width: 768px) {
      .l-footer__logo {
        max-width: 538px;
        margin: 0; } }
  .l-footer__social ul {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    line-height: 1; }
    .l-footer__social ul li {
      width: 100%;
      max-width: 36px;
      margin-right: 20px; }
      @media screen and (min-width: 768px) {
        .l-footer__social ul li {
          max-width: 48px;
          margin-right: 15px; } }
      .l-footer__social ul li:last-child {
        margin-right: 0; }
  .l-footer__copyright {
    width: 100%;
    margin: 0 auto;
    padding: 16px 0;
    border-top: 1px solid #333333;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .l-footer__copyright {
        padding: 32px 0; } }
    @media screen and (min-width: 1440px) {
      .l-footer__copyright {
        width: 88%; } }
    .l-footer__copyright p small {
      font-size: 0.625rem;
      line-height: 1.5; }
      @media screen and (min-width: 768px) {
        .l-footer__copyright p small {
          font-size: 0.875rem; } }
    .l-footer__copyright p a {
      color: #999999; }

.entry-content .l-localNav {
  position: relative;
  padding-top: 12px;
  margin-bottom: 12px; }
  @media screen and (min-width: 768px) {
    .entry-content .l-localNav {
      padding-top: 0;
      margin-bottom: 0; } }
  .entry-content .l-localNav ul {
    list-style: none !important; }
  @media screen and (min-width: 768px) {
    .entry-content .l-localNav {
      background-color: #f8f8f8; } }
  .entry-content .l-localNav__btn {
    transition: none; }
    .entry-content .l-localNav__btn button {
      position: relative;
      display: block;
      width: 90%;
      max-width: 1200px;
      margin: 0 auto 12px;
      padding: 15px;
      background-color: #f8f8f8;
      border: 1px solid #ddd;
      border-radius: 4px;
      font-family: futura-pt, sans-serif;
      font-size: 0.75rem;
      font-weight: 600;
      text-align: left;
      outline: none;
      transition: none; }
      @media screen and (min-width: 768px) {
        .entry-content .l-localNav__btn button {
          margin-bottom: 0;
          padding: 24px 0;
          background-color: transparent;
          font-size: 1rem;
          border: none; } }
      .entry-content .l-localNav__btn button:after {
        content: "";
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        display: block;
        width: 18px;
        height: 18px;
        font-size: 1.125rem;
        line-height: 1;
        background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23151515' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M14 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z'/><path fill-rule='evenodd' d='M8 4a.5.5 0 0 1 .5.5v5.793l2.146-2.147a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 1 1 .708-.708L7.5 10.293V4.5A.5.5 0 0 1 8 4z'/></svg>");
        background-repeat: no-repeat;
        background-size: 100% auto; }
        @media screen and (min-width: 768px) {
          .entry-content .l-localNav__btn button:after {
            right: 0;
            width: 36px;
            height: 36px; } }
      .entry-content .l-localNav__btn button.is-active {
        margin-bottom: 0;
        border-radius: 4px 4px 0 0; }
        .entry-content .l-localNav__btn button.is-active::after {
          margin-top: -9px;
          transform: rotate(180deg); }
          @media screen and (min-width: 768px) {
            .entry-content .l-localNav__btn button.is-active::after {
              margin-top: -18px; } }
    @media screen and (min-width: 768px) {
      .entry-content .l-localNav__btn:hover {
        background-color: #151515; } }
    .entry-content .l-localNav__btn:hover button {
      color: #fff;
      background-color: #151515; }
      @media screen and (min-width: 768px) {
        .entry-content .l-localNav__btn:hover button {
          background-color: transparent; } }
      .entry-content .l-localNav__btn:hover button::after {
        background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23ffffff' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M14 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z'/><path fill-rule='evenodd' d='M8 4a.5.5 0 0 1 .5.5v5.793l2.146-2.147a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 1 1 .708-.708L7.5 10.293V4.5A.5.5 0 0 1 8 4z'/></svg>"); }

.entry-content .l-localNav__body {
  display: none;
  width: 90%;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .entry-content .l-localNav__body {
      width: 100%; } }
  .entry-content .l-localNav__body--gourmet {
    background: #ff3c00;
    background: linear-gradient(90deg, #ff3c00 0%, #cf3101 100%); }
  .entry-content .l-localNav__body--ski {
    background-color: #0068b7; }

.entry-content .l-localNav__inner {
  max-width: 1200px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0; }
  @media screen and (min-width: 768px) {
    .entry-content .l-localNav__inner {
      padding: 40px 0; } }
.entry-content .l-localNav__category {
  font-size: 1rem;
  line-height: 1;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-weight: bold; }
  @media screen and (min-width: 768px) {
    .entry-content .l-localNav__category {
      font-size: 1.125rem;
      line-height: 0.8888888889;
      border-bottom: none;
      margin-bottom: 16px; } }
  .entry-content .l-localNav__category a {
    display: block;
    padding: 16px 0;
    color: #fff;
    text-decoration: none; }
    .entry-content .l-localNav__category a:hover {
      opacity: 1;
      background-color: rgba(255, 255, 255, 0.1); }

.entry-content .l-localNav__flex {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px; }
  .entry-content .l-localNav__flex-item {
    position: relative;
    padding: 0 12px 24px 12px;
    flex: 0 0 100%;
    max-width: 100%; }
    @media screen and (min-width: 768px) {
      .entry-content .l-localNav__flex-item {
        flex: 0 0 50%;
        max-width: 50%; } }
.entry-content .l-localNav__sub-category {
  font-size: 1rem;
  line-height: 1;
  border-bottom: 1px solid #ddd;
  color: #fff;
  font-weight: medium; }
  .entry-content .l-localNav__sub-category a {
    display: block;
    color: #fff;
    padding: 16px 0;
    text-decoration: none; }
    .entry-content .l-localNav__sub-category a:visited, .entry-content .l-localNav__sub-category a:link, .entry-content .l-localNav__sub-category a:hover {
      color: #fff; }
    .entry-content .l-localNav__sub-category a:hover {
      opacity: 1;
      background-color: rgba(255, 255, 255, 0.1); }

.entry-content .l-localNav__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0; }
  .entry-content .l-localNav__list li {
    position: relative;
    flex: 0 0 100%;
    max-width: 100%;
    border-bottom: 1px solid #ddd; }
    @media screen and (min-width: 768px) {
      .entry-content .l-localNav__list li {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 0;
        border-bottom: none; } }
    .entry-content .l-localNav__list li a {
      position: relative;
      display: block;
      width: 100%;
      height: 100%;
      padding: 16px;
      color: #fff;
      text-decoration: none; }
      .entry-content .l-localNav__list li a:visited, .entry-content .l-localNav__list li a:link, .entry-content .l-localNav__list li a:hover {
        color: #fff; }
      .entry-content .l-localNav__list li a:hover {
        opacity: 1;
        background-color: rgba(255, 255, 255, 0.1); }
      .entry-content .l-localNav__list li a:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 20px;
        display: block;
        width: 10px;
        height: 10px;
        border-top: 1px solid #ddd;
        border-right: 1px solid #ddd;
        transform: rotate(45deg) translateY(-50%); }

.l-float {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100vh;
  z-index: 110000; }
  .l-float__overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(21, 21, 21, 0.8); }
  .l-float__body {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 330px;
    background-color: #fff;
    transform: translate(-50%, -50%); }
    .l-float__body a {
      display: block;
      line-height: 0; }
  .l-float__close {
    position: absolute;
    top: -17px;
    right: -17px;
    display: block;
    width: 34px;
    height: 34px;
    z-index: 110001; }
    .l-float__close button {
      outline: none; }

.l-fixBanner {
  position: fixed;
  right: 84px;
  bottom: 84px;
  display: block;
  width: calc(100% - 12px - 84px);
  max-width: 359px;
  background-color: #fff;
  line-height: 0;
  z-index: 100000; }
  @media screen and (min-width: 768px) {
    .l-fixBanner {
      bottom: 60px;
      right: 172px;
      width: 359px;
      max-width: 100%; } }
main h1,
main .h1 {
  font-family: 'Noto Sans TC', 'Noto Sans JP', sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
  font-weight: 600; }
  @media screen and (min-width: 768px) {
    main h1,
    main .h1 {
      font-size: 3.5rem; } }
  main h1--02,
  main .h1--02 {
    font-family: 'Noto Sans TC', 'Noto Sans JP', sans-serif;
    font-size: 1.75rem;
    line-height: 1.5; }
    @media screen and (min-width: 768px) {
      main h1--02,
      main .h1--02 {
        font-size: 2.25rem; } }
main h2,
main .h2 {
  font-family: futura-pt, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 600; }
  @media screen and (min-width: 768px) {
    main h2,
    main .h2 {
      font-size: 3rem;
      line-height: 1.25; } }
  main h2--02,
  main .h2--02 {
    font-family: 'Noto Sans TC', 'Noto Sans JP', sans-serif;
    font-size: 1.25rem;
    line-height: 2.7;
    font-weight: 600; }
    @media screen and (min-width: 768px) {
      main h2--02,
      main .h2--02 {
        font-size: 2.25rem; } }
  main h2--03,
  main .h2--03 {
    font-family: adobe-garamond-pro, serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-size: 1.75rem;
    line-height: 2.025;
    font-weight: 400; }
    @media screen and (min-width: 768px) {
      main h2--03,
      main .h2--03 {
        font-size: 2.625rem; } }
main h3,
main .h3 {
  font-family: 'Noto Sans TC', 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  line-height: 1.40625; }
  @media screen and (min-width: 768px) {
    main h3,
    main .h3 {
      font-size: 1.5rem; } }
  main h3--02,
  main .h3--02 {
    font-family: adobe-garamond-pro, serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-size: 1.5rem;
    line-height: 1.35;
    font-weight: 400; }

main h4,
main .h4 {
  font-family: 'Noto Sans TC', 'Noto Sans JP', sans-serif;
  font-size: 0.9375rem;
  line-height: 1.5;
  font-weight: 600; }

main p,
main .p {
  font-family: 'Noto Sans TC', 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  line-height: 1.75; }
  @media screen and (min-width: 768px) {
    main p,
    main .p {
      font-size: 1.125rem; } }
  main p--02,
  main .p--02 {
    font-family: 'Noto Sans TC', 'Noto Sans JP', sans-serif;
    font-size: 0.9375rem;
    line-height: 1.75; }
    @media screen and (min-width: 768px) {
      main p--02,
      main .p--02 {
        font-size: 1rem; } }
  main p--03,
  main .p--03 {
    font-family: 'Noto Sans TC', 'Noto Sans JP', sans-serif;
    font-size: 0.875rem;
    line-height: 1.75; }
  main p--04,
  main .p--04 {
    font-family: 'Roboto', sans-serif;
    font-size: 0.625rem;
    line-height: 1.5; }
    @media screen and (min-width: 768px) {
      main p--04,
      main .p--04 {
        font-size: 0.875rem; } }
.bg {
  margin-bottom: 40px;
  padding: 40px; }
  @media screen and (min-width: 768px) {
    .bg {
      margin-bottom: 80px;
      padding: 80px 0; } }
  .bg > *:first-child {
    margin-top: 0; }
  .bg .entry__container > *:first-child {
    margin-top: 0; }
  .bg + .bg {
    margin-top: -80px; }
    @media screen and (min-width: 768px) {
      .bg + .bg {
        margin-top: -40px; } }
  .bg--owhite {
    background-color: #f1f0e8; }
  .bg--lgray {
    background-color: #ddd; }

body main .bannerSlider {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  line-height: 0; }
  @media screen and (min-width: 768px) {
    body main .bannerSlider {
      width: 90%;
      max-width: 1200px;
      margin-top: 80px;
      margin-bottom: 80px; } }
  body main .bannerSlider ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    margin: 0;
    margin-bottom: -12px; }
    @media screen and (min-width: 768px) {
      body main .bannerSlider ul {
        flex-wrap: wrap;
        width: auto;
        margin: 0;
        margin-left: -12px;
        margin-right: -12px;
        margin-bottom: -24px; } }
  body main .bannerSlider li {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0 6px 12px 6px; }
    @media screen and (min-width: 768px) {
      body main .bannerSlider li {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
        margin: 0;
        padding: 0 12px 24px 12px; } }
  body main .bannerSlider a {
    display: block; }
  body main .bannerSlider img {
    width: 100%; }
  @media screen and (min-width: 768px) {
    body main .bannerSlider .swiper-wrapper {
      box-sizing: border-box; } }
body .bannerBottom {
  padding: 40px 0;
  background-color: #f8f8f8; }
  @media screen and (min-width: 768px) {
    body .bannerBottom {
      padding: 56px 0; } }
  body .bannerBottom img {
    width: 100%; }
  body .bannerBottom a:hover img {
    opacity: .7; }
  body .bannerBottom__small {
    list-style: none;
    display: flex;
    flex-direction: column;
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    line-height: 1; }
    @media screen and (min-width: 768px) {
      body .bannerBottom__small {
        flex-direction: row;
        justify-content: space-between; } }
    body .bannerBottom__small li {
      width: 100%;
      max-width: 300px;
      margin: 0 auto 20px; }
      @media screen and (min-width: 768px) {
        body .bannerBottom__small li {
          max-width: 384px;
          margin: 0 0 20px 0; } }
      body .bannerBottom__small li:last-child {
        margin-bottom: 0; }
  body .bannerBottom__large {
    list-style: none;
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1; }
    body .bannerBottom__large li {
      width: 100%;
      max-width: 300px;
      margin: 0 auto 20px; }
      @media screen and (min-width: 768px) {
        body .bannerBottom__large li {
          max-width: 100%; } }
      body .bannerBottom__large li:last-child {
        margin-bottom: 0; }

.entry-content .newsList {
  padding: 36px 0;
  background: #202020;
  background: linear-gradient(90deg, #202020 0%, #000000 100%);
  color: #fff; }
  @media screen and (min-width: 768px) {
    .entry-content .newsList {
      padding: 56px 0 64px 0; } }
  .entry-content .newsList__head, .entry-content .newsList__foot {
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
  .entry-content .newsList__head {
    margin-bottom: 24px; }
    @media screen and (min-width: 768px) {
      .entry-content .newsList__head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 40px; } }
    .entry-content .newsList__head h2 {
      margin: 0;
      font-family: futura-pt, sans-serif;
      font-weight: 600; }
      @media screen and (min-width: 768px) {
        .entry-content .newsList__head h2 {
          margin: 0; } }
  @media screen and (min-width: 768px) {
    .entry-content .newsList__body {
      width: 90%;
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; } }
  .entry-content .newsList__btn {
    margin-top: 12px;
    text-align: right; }
    @media screen and (min-width: 768px) {
      .entry-content .newsList__btn {
        margin-top: 0; } }
    .entry-content .newsList__btn a {
      color: #fff;
      font-family: futura-pt, sans-serif;
      font-size: 0.75rem;
      font-weight: 500;
      text-decoration: none;
      font-size: 1rem; }
      .entry-content .newsList__btn a::before {
        content: '';
        display: inline-block;
        width: .5em;
        height: .5em;
        margin-right: 8px;
        margin-top: -0.2em;
        border-top: solid 1px #fff;
        border-right: solid 1px #fff;
        transform: translateY(-1px) rotate(45deg); }
  .entry-content .newsList ul {
    list-style: none; }
    .entry-content .newsList ul li a {
      display: flex;
      padding: 8.5px 3%;
      color: #fff;
      text-decoration: none; }
      .entry-content .newsList ul li a:hover {
        background-color: #222222; }
    .entry-content .newsList ul li time {
      display: inline-block;
      margin-right: 32px;
      font-family: 'Oswald', sans-serif;
      font-size: 0.75rem;
      line-height: 1.96875; }
    .entry-content .newsList ul li span {
      font-size: 0.75rem;
      line-height: 1.96875;
      font-weight: 500; }
      .entry-content .newsList ul li span .is-new {
        margin-right: 10px;
        padding: 0 8px;
        font-family: 'Oswald', sans-serif;
        font-size: 0.65625rem;
        line-height: 2.25;
        background-color: #ff0000;
        vertical-align: middle; }

.entry-content .menuList {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .entry-content .menuList {
      margin-top: 80px;
      margin-bottom: 80px; } }
  .entry-content .menuList ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
    overflow-x: hidden; }
    @media screen and (min-width: 768px) {
      .entry-content .menuList ul {
        margin-bottom: -64px; } }
    .entry-content .menuList ul li {
      position: relative;
      width: 100%;
      padding-right: 12px;
      padding-left: 12px;
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 20px; }
      @media screen and (min-width: 768px) {
        .entry-content .menuList ul li {
          flex: 0 0 33.3333333333%;
          max-width: 33.3333333333%;
          margin-bottom: 64px; } }
      .entry-content .menuList ul li a {
        color: #151515;
        text-decoration: none; }
        .entry-content .menuList ul li a .menuList__txt::before {
          content: '';
          position: absolute;
          right: 24px;
          top: 50%;
          display: block;
          width: 12px;
          height: 12px;
          margin-top: 2px;
          border-top: solid 1px #151515;
          border-right: solid 1px #151515;
          transform: translateY(-50%) rotate(45deg); }
        .entry-content .menuList ul li a:hover .menuList__img img {
          transform: scale(1.1); }
        .entry-content .menuList ul li a:hover .menuList__txt {
          background-color: #151515;
          color: #fff; }
          .entry-content .menuList ul li a:hover .menuList__txt::before {
            border-color: #fff; }
      .entry-content .menuList ul li .menuList__img {
        position: relative;
        width: 100%;
        line-height: 0;
        overflow: hidden; }
      .entry-content .menuList ul li .menuList__txt {
        position: relative;
        padding: 15px 50px 15px 20px;
        background-color: #fff;
        border: 1px solid #dddddd;
        border-top: none; }
        .entry-content .menuList ul li .menuList__txt h4 {
          margin-top: 0;
          margin-bottom: 10px;
          font-size: 1rem;
          line-height: 1.5;
          font-weight: 600; }
          @media screen and (min-width: 768px) {
            .entry-content .menuList ul li .menuList__txt h4 {
              font-size: 1.5rem; } }
        .entry-content .menuList ul li .menuList__txt p {
          margin: 0;
          font-size: 0.75rem;
          line-height: 1.5; }
          @media screen and (min-width: 768px) {
            .entry-content .menuList ul li .menuList__txt p {
              font-size: 0.875rem;
              line-height: 1.4285714286; } }
.entry-content .corona {
  margin: 40px 0; }
  @media screen and (min-width: 768px) {
    .entry-content .corona {
      margin: 80px 0; } }
  .entry-content .corona-btn {
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    .entry-content .corona-btn a {
      position: relative;
      display: block;
      padding: 11.5px 25px;
      border: 2px solid #432011;
      border-radius: 4px;
      color: #432011;
      font-size: 0.875rem;
      line-height: 2.25;
      text-align: center;
      text-decoration: none; }
      @media screen and (min-width: 768px) {
        .entry-content .corona-btn a {
          padding: 19.5px 25px;
          font-size: 1rem;
          line-height: 1.3125;
          text-align: left; } }
      .entry-content .corona-btn a:hover {
        background-color: #432011;
        color: #fff;
        opacity: 1; }
        .entry-content .corona-btn a:hover::before {
          background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23fff' class='bi bi-arrow-down-square' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M14 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z'/><path fill-rule='evenodd' d='M8 4a.5.5 0 0 1 .5.5v5.793l2.146-2.147a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 1 1 .708-.708L7.5 10.293V4.5A.5.5 0 0 1 8 4z'/></svg>"); }
      .entry-content .corona-btn a::before {
        content: "";
        position: absolute;
        right: 5%;
        top: 50%;
        display: block;
        width: 1rem;
        height: 1rem;
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23432011' class='bi bi-arrow-down-square' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M14 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z'/><path fill-rule='evenodd' d='M8 4a.5.5 0 0 1 .5.5v5.793l2.146-2.147a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 1 1 .708-.708L7.5 10.293V4.5A.5.5 0 0 1 8 4z'/></svg>");
        background-repeat: no-repeat;
        background-size: 1rem 1rem;
        transform: translateY(-50%); }
        @media screen and (min-width: 768px) {
          .entry-content .corona-btn a::before {
            right: 32px;
            width: 36px;
            height: 36px;
            background-size: 36px 36px; } }
      .entry-content .corona-btn a.is-active::before {
        margin-top: -9px;
        transform: rotate(180deg); }
        @media screen and (min-width: 768px) {
          .entry-content .corona-btn a.is-active::before {
            margin-top: -18px; } }
.entry-content .ski .corona {
  margin-top: 40px;
  margin-bottom: 40px; }
  .entry-content .ski .corona a {
    border-color: #0068b7;
    color: #0068b7; }
    .entry-content .ski .corona a:hover {
      background-color: #0068b7;
      color: #fff;
      opacity: 1; }
    .entry-content .ski .corona a::before {
      background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%230068b7' class='bi bi-arrow-down-square' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M14 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z'/><path fill-rule='evenodd' d='M8 4a.5.5 0 0 1 .5.5v5.793l2.146-2.147a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 1 1 .708-.708L7.5 10.293V4.5A.5.5 0 0 1 8 4z'/></svg>"); }

.entry-content .corona {
  margin: 40px 0; }
  @media screen and (min-width: 768px) {
    .entry-content .corona {
      margin: 80px 0; } }
  .entry-content .corona__btn {
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    .entry-content .corona__btn a {
      position: relative;
      display: block;
      padding: 11.5px 25px;
      border: 2px solid #432011;
      border-radius: 4px;
      color: #432011;
      font-size: 0.875rem;
      line-height: 2.25;
      text-align: center;
      text-decoration: none; }
      @media screen and (min-width: 768px) {
        .entry-content .corona__btn a {
          padding: 19.5px 25px;
          font-size: 1rem;
          line-height: 1.3125;
          text-align: left; } }
      .entry-content .corona__btn a:hover {
        background-color: #432011;
        color: #fff;
        opacity: 1; }
        .entry-content .corona__btn a:hover::before {
          background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23fff' class='bi bi-arrow-down-square' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M14 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z'/><path fill-rule='evenodd' d='M8 4a.5.5 0 0 1 .5.5v5.793l2.146-2.147a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 1 1 .708-.708L7.5 10.293V4.5A.5.5 0 0 1 8 4z'/></svg>"); }
      .entry-content .corona__btn a::before {
        content: "";
        position: absolute;
        right: 5%;
        top: 50%;
        display: block;
        width: 1rem;
        height: 1rem;
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23432011' class='bi bi-arrow-down-square' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M14 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z'/><path fill-rule='evenodd' d='M8 4a.5.5 0 0 1 .5.5v5.793l2.146-2.147a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 1 1 .708-.708L7.5 10.293V4.5A.5.5 0 0 1 8 4z'/></svg>");
        background-repeat: no-repeat;
        background-size: 1rem 1rem;
        transform: translateY(-50%); }
        @media screen and (min-width: 768px) {
          .entry-content .corona__btn a::before {
            right: 32px;
            width: 36px;
            height: 36px;
            background-size: 36px 36px; } }
      .entry-content .corona__btn a.is-active::before {
        margin-top: -9px;
        transform: rotate(180deg); }
        @media screen and (min-width: 768px) {
          .entry-content .corona__btn a.is-active::before {
            margin-top: -18px; } }
  .entry-content .corona__body {
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
  .entry-content .corona--ski .corona__btn a {
    border-color: #0068b7;
    color: #0068b7; }
    .entry-content .corona--ski .corona__btn a:hover {
      background-color: #0068b7;
      color: #fff;
      opacity: 1; }
      .entry-content .corona--ski .corona__btn a:hover::before {
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' class='bi bi-arrow-down-square' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M14 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z'/><path fill-rule='evenodd' d='M8 4a.5.5 0 0 1 .5.5v5.793l2.146-2.147a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 1 1 .708-.708L7.5 10.293V4.5A.5.5 0 0 1 8 4z'/></svg>"); }
    .entry-content .corona--ski .corona__btn a::before {
      background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%230068b7' class='bi bi-arrow-down-square' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M14 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z'/><path fill-rule='evenodd' d='M8 4a.5.5 0 0 1 .5.5v5.793l2.146-2.147a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 1 1 .708-.708L7.5 10.293V4.5A.5.5 0 0 1 8 4z'/></svg>"); }

.entry-content .entry__container .corona__btn,
.entry-content .entry__container .corona__body {
  width: 100%; }

.home {
  position: relative;
  width: 100%;
  overflow-x: hidden; }
  .home h2 {
    font-size: 1.75rem;
    line-height: 1.5; }
  .home .hero {
    position: relative;
    top: 0;
    width: 100%;
    height: 0;
    padding-bottom: 160.8%;
    z-index: 1; }
    @media screen and (min-width: 768px) {
      .home .hero {
        padding-bottom: 45%;
        max-height: 820px; } }
    .home .hero::before {
      content: '';
      position: absolute;
      left: 50%;
      bottom: -77px;
      display: block;
      width: 1px;
      height: 154px;
      background-color: #bfbfbf;
      animation: scroll 4s ease-out 0s infinite normal running;
      z-index: 10; }
      @media screen and (min-width: 768px) {
        .home .hero::before {
          content: none; } }
@keyframes scroll {
  0% {
    height: 154px;
    opacity: 0; }
  5% {
    opacity: 1; }
  20% {
    height: 154px; }
  95% {
    height: 0px;
    opacity: 1; }
  100% {
    opacity: 0; } }
    .home .hero::after {
      content: 'SCROLL';
      position: absolute;
      left: 50%;
      bottom: 96px;
      color: #fff;
      font-family: futura-pt, sans-serif;
      font-size: 0.75rem;
      transform: translateX(-50%); }
      @media screen and (min-width: 768px) {
        .home .hero::after {
          content: none; } }
    .home .hero__img {
      position: relative;
      height: 0;
      padding-bottom: 160.8%; }
      @media screen and (min-width: 768px) {
        .home .hero__img {
          padding-bottom: 45%; } }
      .home .hero__img::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: .1; }
      .home .hero__img picture {
        display: block;
        line-height: 0; }
        .home .hero__img picture img,
        .home .hero__img picture source {
          display: block;
          width: 100%; }
      .home .hero__img video {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center; }
    .home .hero__txt {
      position: absolute;
      left: 0;
      top: 50%;
      width: 100%;
      padding: 5%;
      color: #fff;
      font-family: futura-pt, sans-serif;
      font-size: 2.5rem;
      line-height: 1.3;
      font-weight: bold;
      text-align: center;
      transform: translateY(-50%);
      z-index: 5; }
      @media screen and (min-width: 768px) {
        .home .hero__txt {
          font-size: 4.5rem; } }
  .home .message {
    background-color: #fff; }
    .home .message__container {
      width: 90%;
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
      margin: 0 auto;
      padding: 116px 0 40px; }
      @media screen and (min-width: 768px) {
        .home .message__container {
          padding-top: 96px;
          padding-bottom: 96px; } }
    .home .message h1 {
      margin-top: 0;
      margin-bottom: 40px;
      font-size: 1.75rem;
      line-height: 1.5;
      text-align: left; }
      @media screen and (min-width: 768px) {
        .home .message h1 {
          margin-bottom: 54px;
          font-size: 3.5rem; } }
      @media screen and (min-width: 1024px) {
        .home .message h1 {
          text-align: center; } }
    .home .message p {
      font-size: 1rem;
      line-height: 1.75;
      font-weight: 500;
      text-align: left; }
      @media screen and (min-width: 768px) {
        .home .message p {
          font-size: 1.25rem;
          line-height: 1.75;
          font-weight: 600; } }
      @media screen and (min-width: 1024px) {
        .home .message p {
          text-align: center; } }
  .home .bannerTop {
    overflow: hidden;
    position: relative;
    margin: 40px 0;
    background-color: #fff;
    line-height: 1; }
    @media screen and (min-width: 768px) {
      .home .bannerTop {
        width: 90%;
        max-width: 1200px;
        margin: 0 auto; } }
    .home .bannerTop ul {
      list-style: none;
      display: flex;
      justify-content: flex-start;
      margin-bottom: -12px; }
      @media screen and (min-width: 768px) {
        .home .bannerTop ul {
          flex-wrap: wrap;
          width: auto;
          margin-left: -12px;
          margin-right: -12px;
          margin-bottom: -24px; } }
    .home .bannerTop li {
      position: relative;
      width: 100%;
      padding: 0 6px 12px 6px; }
      @media screen and (min-width: 768px) {
        .home .bannerTop li {
          flex: 0 0 33.3333333333%;
          max-width: 33.3333333333%;
          padding: 0 12px 24px 12px; } }
    .home .bannerTop a {
      display: block; }
    .home .bannerTop img {
      width: 100%; }
    @media screen and (min-width: 768px) {
      .home .bannerTop .swiper-wrapper {
        box-sizing: border-box; } }
  .home .winter_slider {
    margin-top: 40px;
    width: 100%;
    max-width: 100%;
    line-height: 0; }
    @media screen and (min-width: 768px) {
      .home .winter_slider {
        margin-top: 120px; } }
    .home .winter_slider ul {
      list-style: none; }
    .home .winter_slider .swiper-slide {
      position: relative;
      line-height: 0; }
      .home .winter_slider .swiper-slide::before {
        content: "";
        display: block;
        padding-top: 70.67%;
        line-height: 0; }
        @media screen and (min-width: 768px) {
          .home .winter_slider .swiper-slide::before {
            padding-top: 40.24%; } }
      .home .winter_slider .swiper-slide img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        font-family: 'object-fit: cover;';
        line-height: 0; }
  .home .winter_cta {
    padding: 40px 0;
    background-color: #313131;
    color: #fff; }
    @media screen and (min-width: 768px) {
      .home .winter_cta {
        padding: 80px 0 120px; } }
    .home .winter_cta-head {
      width: 90%;
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
    .home .winter_cta-body {
      width: 90%;
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
      display: flex;
      flex-direction: column; }
      @media screen and (min-width: 768px) {
        .home .winter_cta-body {
          flex-direction: row; } }
    @media screen and (min-width: 768px) {
      .home .winter_cta-text {
        flex: 0 0 66%;
        max-width: 66%;
        padding: 0 50px;
        margin-right: 24px; } }
    @media screen and (min-width: 1024px) {
      .home .winter_cta-text {
        padding: 0 100px; } }
    .home .winter_cta-btn {
      width: 100%;
      max-width: 260px;
      margin: 32px auto 20px;
      font-family: futura-pt, sans-serif;
      font-size: 1rem;
      line-height: 1.96875;
      font-weight: 500; }
      @media screen and (min-width: 768px) {
        .home .winter_cta-btn {
          flex: 0 0 32%;
          max-width: 32%;
          margin-top: 0;
          font-size: 1.125rem;
          line-height: 1.75; } }
      .home .winter_cta-btn a {
        position: relative;
        display: block;
        padding: 7.5px 20px;
        border: 1px solid #fff;
        color: #fff;
        text-align: center;
        text-decoration: none; }
        @media screen and (min-width: 768px) {
          .home .winter_cta-btn a {
            padding: 15.5px 24px;
            text-align: left; } }
        .home .winter_cta-btn a::before {
          content: '';
          position: absolute;
          right: 12px;
          top: 50%;
          display: block;
          width: 1em;
          height: 1em;
          margin-top: -0.5em;
          border-top: solid 2px #fff;
          border-right: solid 2px #fff;
          transform: rotate(45deg) scale(0.7); }
    .home .winter_cta h2 {
      margin-bottom: 28px;
      color: #0068b7;
      font-family: futura-pt, sans-serif;
      font-size: 1.5rem;
      line-height: 1.5;
      font-weight: 600; }
      @media screen and (min-width: 768px) {
        .home .winter_cta h2 {
          padding-left: 50px;
          font-size: 3rem;
          line-height: 1.25; } }
      @media screen and (min-width: 1024px) {
        .home .winter_cta h2 {
          padding-left: 100px; } }
    .home .winter_cta p {
      font-family: 'Noto Sans TC', 'Noto Sans JP', sans-serif;
      font-size: 0.9375rem;
      line-height: 1.75;
      text-align: left; }
      @media screen and (min-width: 768px) {
        .home .winter_cta p {
          font-size: 1.125rem; } }
  .home .hotel {
    padding: 60px 0;
    background-color: #eeeeee; }
    @media screen and (min-width: 768px) {
      .home .hotel {
        padding: 120px 0; } }
    .home .hotel_image {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      width: 94%;
      max-width: 1400px;
      margin: 0 auto; }
      @media screen and (min-width: 768px) {
        .home .hotel_image {
          flex-direction: row;
          align-items: stretch;
          justify-content: space-between; } }
      .home .hotel_image img {
        width: 100%; }
      .home .hotel_image-onsen {
        width: 100%;
        margin-bottom: 12px; }
        @media screen and (min-width: 768px) {
          .home .hotel_image-onsen {
            max-width: 56.4285714286%;
            margin-bottom: 0; } }
      .home .hotel_image-sub {
        position: relative;
        width: 100%;
        margin-bottom: 28px;
        line-height: 0; }
        @media screen and (min-width: 768px) {
          .home .hotel_image-sub {
            width: 100%;
            max-width: 41.8571428571%;
            margin-bottom: 0; } }
        .home .hotel_image-sub ul {
          list-style: none;
          height: 100%;
          display: flex;
          justify-content: space-between; }
          @media screen and (min-width: 768px) {
            .home .hotel_image-sub ul {
              flex-direction: column; } }
          .home .hotel_image-sub ul li {
            line-height: 0;
            height: calc((100% - 1px) / 2);
            margin-left: 0; }
            .home .hotel_image-sub ul li:nth-child(1) {
              width: 100%;
              max-width: 62.8733997155%; }
              @media screen and (min-width: 768px) {
                .home .hotel_image-sub ul li:nth-child(1) {
                  max-width: 100%;
                  margin-bottom: 0; } }
              .home .hotel_image-sub ul li:nth-child(1) img {
                width: 100%;
                height: auto; }
            .home .hotel_image-sub ul li:nth-child(2) {
              position: relative;
              width: 100%;
              height: auto;
              max-width: 36.8421052632%; }
              @media screen and (min-width: 768px) {
                .home .hotel_image-sub ul li:nth-child(2) {
                  max-width: 100%; } }
              .home .hotel_image-sub ul li:nth-child(2) img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                font-family: 'object-fit: cover;'; }
            @media screen and (min-width: 768px) {
              .home .hotel_image-sub ul li picture {
                height: 100%; } }
            .home .hotel_image-sub ul li img {
              width: 100%;
              height: 100%;
              object-fit: cover;
              font-family: 'object-fit: cover;'; }
    .home .hotel .onsen_slider {
      position: relative;
      height: 100%; }
      .home .hotel .onsen_slider ul {
        list-style: none;
        line-height: 0; }
      .home .hotel .onsen_slider .swiper-slide {
        position: relative; }
        .home .hotel .onsen_slider .swiper-slide .onsen_slider-image {
          position: relative;
          height: 100%; }
          .home .hotel .onsen_slider .swiper-slide .onsen_slider-image:hover > .onsen_slider-text {
            opacity: 1; }
        .home .hotel .onsen_slider .swiper-slide img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          font-family: 'object-fit: cover;'; }
        .home .hotel .onsen_slider .swiper-slide .onsen_slider-text {
          position: absolute;
          left: 0;
          top: 0;
          display: flex;
          justify-content: center;
          align-items: center;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.5);
          font-size: 2rem;
          opacity: 0;
          z-index: 10; }
        .home .hotel .onsen_slider .swiper-slide-active.is-hover .onsen_slider-text {
          opacity: 1; }
    .home .hotel_cta {
      display: flex;
      align-items: flex-start;
      flex-direction: column;
      width: 100%;
      max-width: 1400px;
      margin: 0 auto; }
      @media screen and (min-width: 768px) {
        .home .hotel_cta {
          flex-direction: row;
          justify-content: flex-start;
          width: 94%;
          margin-top: 80px; } }
      .home .hotel_cta-image {
        width: 100%;
        max-width: 100%;
        transition-timing-function: linear; }
        @media screen and (min-width: 768px) {
          .home .hotel_cta-image {
            max-width: 49.1428571429%;
            margin-left: 0;
            margin-right: 64px; } }
        .home .hotel_cta-image ul {
          list-style: none;
          display: flex;
          justify-content: flex-start;
          align-items: flex-start; }
        .home .hotel_cta-image li {
          line-height: 0;
          width: 80%;
          border-right: 1px solid #fff; }
        .home .hotel_cta-image a {
          display: block; }
        .home .hotel_cta-image img {
          width: 100%; }
        .home .hotel_cta-image .swiper-pagination {
          display: block; }
        .home .hotel_cta-image .swiper-pagination.swiper-pagination-progressbar {
          top: auto !important;
          bottom: 0 !important; }
        .home .hotel_cta-image .swiper-pagination-progressbar.swiper-pagination-progressbar-fill {
          background-color: #151515; }
        .home .hotel_cta-image .swiper-pagination-progressbar-fill {
          background-color: #151515; }
      .home .hotel_cta-body {
        width: 90%;
        margin: 40px auto 0; }
        @media screen and (min-width: 768px) {
          .home .hotel_cta-body {
            margin: 0; } }
        @media screen and (min-width: 1024px) {
          .home .hotel_cta-body {
            max-width: 31.7857142857%; } }
        .home .hotel_cta-body h2 {
          margin-top: 0;
          margin-bottom: 27px;
          font-family: futura-pt, sans-serif;
          font-size: 1.5rem;
          line-height: 1.5;
          font-weight: 600; }
          @media screen and (min-width: 768px) {
            .home .hotel_cta-body h2 {
              margin-bottom: 32px;
              font-size: 3rem;
              line-height: 1.25; } }
        .home .hotel_cta-body p {
          font-family: 'Noto Sans TC', 'Noto Sans JP', sans-serif;
          font-size: 0.875rem;
          line-height: 1.75;
          font-weight: 500;
          text-align: left; }
          @media screen and (min-width: 768px) {
            .home .hotel_cta-body p {
              margin-bottom: 40px;
              font-size: 1.125rem; } }
      .home .hotel_cta-btn {
        width: 100%;
        max-width: 260px;
        margin: 40px auto 0; }
        @media screen and (min-width: 768px) {
          .home .hotel_cta-btn {
            max-width: 384px;
            margin: 40px auto 0 0; } }
        .home .hotel_cta-btn a {
          position: relative;
          display: block;
          padding: 7.5px 20px;
          border: 1px solid #bbbbbb;
          color: #151515;
          font-size: 1rem;
          line-height: 1.96875;
          font-weight: 500;
          text-align: center;
          text-decoration: none; }
          @media screen and (min-width: 768px) {
            .home .hotel_cta-btn a {
              padding: 15.5px 24px;
              text-align: left; } }
          .home .hotel_cta-btn a::before {
            content: '';
            position: absolute;
            right: 12px;
            top: 50%;
            display: block;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            border-top: solid 2px #151515;
            border-right: solid 2px #151515;
            transform: rotate(45deg) scale(0.7); }
  .home .restaurant {
    padding: 60px 0 0 0;
    background-color: #e60012;
    color: #fff; }
    @media screen and (min-width: 768px) {
      .home .restaurant {
        padding: 80px 0 0 0; } }
    .home .restaurant_container {
      width: 90%;
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
    .home .restaurant h2 {
      margin-bottom: 27px;
      font-family: futura-pt, sans-serif;
      font-size: 1.5rem;
      line-height: 1.5;
      font-weight: 600;
      text-align: left; }
      @media screen and (min-width: 768px) {
        .home .restaurant h2 {
          margin-bottom: 48px;
          font-size: 3rem;
          line-height: 1.25;
          text-align: center; } }
    .home .restaurant p {
      font-family: 'Noto Sans TC', 'Noto Sans JP', sans-serif;
      font-size: 0.9375rem;
      line-height: 1.7666666667;
      font-weight: 500;
      text-align: left; }
      @media screen and (min-width: 768px) {
        .home .restaurant p {
          margin-bottom: 48px;
          font-size: 1.125rem;
          text-align: center; } }
    .home .restaurant-btn {
      width: 100%;
      max-width: 260px;
      margin: 40px auto 0; }
      @media screen and (min-width: 768px) {
        .home .restaurant-btn {
          max-width: 384px; } }
      .home .restaurant-btn a {
        position: relative;
        display: block;
        padding: 7.5px 20px;
        border: 1px solid #fff;
        color: #fff;
        font-size: 1rem;
        line-height: 1.96875;
        font-weight: 500;
        text-align: center;
        text-decoration: none; }
        @media screen and (min-width: 768px) {
          .home .restaurant-btn a {
            padding: 15.5px 24px;
            font-size: 1.125rem; } }
        .home .restaurant-btn a::before {
          content: '';
          position: absolute;
          right: 12px;
          top: 50%;
          display: block;
          width: 1em;
          height: 1em;
          margin-top: -0.5em;
          border-top: solid 2px #fff;
          border-right: solid 2px #fff;
          transform: rotate(45deg) scale(0.7); }
    .home .restaurant-slider {
      margin-top: 40px;
      line-height: 0; }
      @media screen and (min-width: 768px) {
        .home .restaurant-slider {
          margin-top: 80px; } }
      .home .restaurant-slider ul {
        list-style: none;
        margin-bottom: -1px;
        line-height: 0; }
      .home .restaurant-slider li {
        border-right: 1px solid #fff;
        line-height: 0; }
      .home .restaurant-slider img {
        width: 100%;
        line-height: 0; }
  .home .pickup {
    position: relative;
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    width: 94%;
    margin-top: 40px;
    margin-bottom: 40px; }
    @media screen and (min-width: 768px) {
      .home .pickup {
        margin-top: 80px;
        margin-bottom: 80px; } }
    .home .pickup_container {
      display: flex;
      flex-wrap: wrap;
      margin-left: -12px;
      margin-right: -12px; }
    .home .pickup_item {
      position: relative;
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 2px;
      padding: 0 12px; }
      @media screen and (min-width: 768px) {
        .home .pickup_item {
          flex: 0 0 33.3333333333%; } }
      .home .pickup_item a {
        display: flex;
        flex-direction: row;
        color: #151515;
        text-decoration: none; }
        @media screen and (min-width: 768px) {
          .home .pickup_item a {
            flex-direction: column; } }
      .home .pickup_item:last-child {
        margin-bottom: 0; }
      .home .pickup_item-image {
        width: 100%;
        max-width: 118px;
        min-height: 118px;
        line-height: 0; }
        @media screen and (min-width: 768px) {
          .home .pickup_item-image {
            max-width: 100%;
            min-height: 0; } }
        .home .pickup_item-image img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          font-family: 'object-fit: cover;'; }
      .home .pickup_item-body {
        flex-grow: 1;
        padding: 24px;
        background-color: #f6f6f6; }
        @media screen and (min-width: 768px) {
          .home .pickup_item-body {
            padding: 24px 16px; } }
      .home .pickup_item-text {
        display: flex;
        height: 100%;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center; }
        .home .pickup_item-text h4 {
          margin-bottom: 12px;
          font-family: futura-pt, sans-serif;
          font-size: 1.125rem;
          line-height: 1.5;
          font-weight: 500; }
          @media screen and (min-width: 768px) {
            .home .pickup_item-text h4 {
              margin-bottom: 16px;
              font-size: 1.25rem; } }
        .home .pickup_item-text p {
          font-size: 0.75rem;
          line-height: 1.5;
          word-break: break-all; }
          @media screen and (min-width: 768px) {
            .home .pickup_item-text p {
              font-size: 0.875rem; } }
.news-list {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 36px;
  border-top: 1px solid #bbbbbb; }
  @media screen and (min-width: 768px) {
    .news-list {
      margin-top: 80px;
      margin-bottom: 80px; } }
  .news-list__head {
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    width: 90%; }
    @media screen and (min-width: 768px) {
      .news-list__head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 94%; } }
    .news-list__head h2 {
      margin-bottom: 24px;
      font-family: futura-pt, sans-serif;
      font-size: 1.5rem;
      line-height: 1.5;
      font-weight: 600; }
      @media screen and (min-width: 768px) {
        .news-list__head h2 {
          font-size: 2.625rem; } }
  @media screen and (min-width: 768px) {
    .news-list__body {
      width: 100%;
      max-width: 1200px;
      margin: 0 auto; } }
  .news-list__body ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .news-list__body li a {
    display: flex;
    padding: 10px 3%;
    color: #151515;
    font-family: 'Noto Sans TC', 'Noto Sans JP', sans-serif;
    font-size: 0.75rem;
    line-height: 1.96875;
    font-weight: 500;
    text-decoration: none; }
    @media screen and (min-width: 768px) {
      .news-list__body li a {
        font-size: 1rem;
        line-height: 1.96875; } }
    .news-list__body li a:hover {
      background-color: #f8f8f8;
      opacity: 1; }
  .news-list__body li time {
    flex: 0 0 82px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500; }
    @media screen and (min-width: 768px) {
      .news-list__body li time {
        flex: 0 0 108px; } }
  .news-list__body li.is-new span::before {
    content: "NEW";
    display: inline-block;
    margin-right: 6px;
    padding: 0 6px;
    background-color: #ff0000;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 0.65625rem; }
    @media screen and (min-width: 768px) {
      .news-list__body li.is-new span::before {
        font-size: 0.875rem; } }
  .news-list__link {
    width: 94%;
    margin: 0 auto;
    text-align: right; }
    @media screen and (min-width: 768px) {
      .news-list__link {
        width: auto;
        margin: 0 0 24px 0; } }
    .news-list__link a {
      position: relative;
      padding-left: calc(1em + 12px);
      color: #151515;
      font-family: futura-pt, sans-serif;
      font-size: 0.75rem;
      font-weight: 500;
      text-decoration: none; }
      @media screen and (min-width: 768px) {
        .news-list__link a {
          font-size: 1rem; } }
      .news-list__link a::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        display: block;
        width: 1em;
        height: 1em;
        margin-top: -0.5em;
        border-top: solid 1px #151515;
        border-right: solid 1px #151515;
        transform: rotate(45deg) scale(0.7); }

.entry-content .news-list__body ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.hotel img {
  width: 100%; }

.hotel h1 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 1.75rem;
  line-height: 1.5;
  font-weight: 600; }
  @media screen and (min-width: 768px) {
    .hotel h1 {
      margin-top: 80px;
      margin-bottom: 40px;
      font-size: 3.5rem; } }
.hotel h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 600; }
  @media screen and (min-width: 768px) {
    .hotel h2 {
      margin-top: 40px;
      margin-bottom: 40px;
      font-size: 2.25rem; } }
.hotel p {
  margin-bottom: 16px;
  font-size: 1rem;
  line-height: 1.75;
  text-align: left; }
  @media screen and (min-width: 768px) {
    .hotel p {
      font-size: 1.125rem;
      line-height: 2; } }
.hotel__btn {
  width: 100%;
  max-width: 260px;
  margin: 40px auto;
  font-weight: 500; }
  @media screen and (min-width: 768px) {
    .hotel__btn {
      width: 90%;
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; } }
  .hotel__btn a {
    position: relative;
    display: block;
    padding: 3.5px 20px;
    border: 1px solid #bbb;
    color: #151515;
    font-size: 0.875rem;
    line-height: 2.25;
    font-weight: 500;
    text-align: center;
    text-decoration: none; }
    @media screen and (min-width: 768px) {
      .hotel__btn a {
        max-width: 384px;
        padding: 7.5px 24px;
        font-size: 1rem;
        line-height: 1.96875;
        text-align: center; } }
    .hotel__btn a::before {
      content: '';
      position: absolute;
      left: 12px;
      top: 50%;
      display: block;
      width: 1em;
      height: 1em;
      margin-top: -0.5em;
      border-top: solid 2px #151515;
      border-left: solid 2px #151515;
      transform: rotate(-45deg) scale(0.7); }
    .hotel__btn a:hover {
      opacity: 1;
      background: #151515;
      color: #fff; }
      .hotel__btn a:hover::before {
        border-color: #fff; }

.hotel__corona {
  margin: 40px 0; }
  @media screen and (min-width: 768px) {
    .hotel__corona {
      margin: 80px 0; } }
  .hotel__corona-btn {
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    .hotel__corona-btn a {
      position: relative;
      display: block;
      padding: 11.5px 25px;
      border: 2px solid #432011;
      border-radius: 4px;
      color: #432011;
      font-size: 0.875rem;
      line-height: 2.25;
      text-align: center;
      text-decoration: none; }
      @media screen and (min-width: 768px) {
        .hotel__corona-btn a {
          padding: 19.5px 25px;
          font-size: 1rem;
          line-height: 1.3125;
          text-align: left; } }
      .hotel__corona-btn a:hover {
        background-color: #432011;
        color: #fff;
        opacity: 1; }
        .hotel__corona-btn a:hover::before {
          background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23fff' class='bi bi-arrow-down-square' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M14 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z'/><path fill-rule='evenodd' d='M8 4a.5.5 0 0 1 .5.5v5.793l2.146-2.147a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 1 1 .708-.708L7.5 10.293V4.5A.5.5 0 0 1 8 4z'/></svg>"); }
      .hotel__corona-btn a::before {
        content: "";
        position: absolute;
        right: 5%;
        top: 50%;
        display: block;
        width: 1rem;
        height: 1rem;
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23432011' class='bi bi-arrow-down-square' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M14 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z'/><path fill-rule='evenodd' d='M8 4a.5.5 0 0 1 .5.5v5.793l2.146-2.147a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 1 1 .708-.708L7.5 10.293V4.5A.5.5 0 0 1 8 4z'/></svg>");
        background-repeat: no-repeat;
        background-size: 1rem 1rem;
        transform: translateY(-50%); }
        @media screen and (min-width: 768px) {
          .hotel__corona-btn a::before {
            right: 32px;
            width: 36px;
            height: 36px;
            background-size: 36px 36px; } }
.hotel--index .hotel__kv {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto; }

.hotel--index .hotel__lead {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.hotel--index .hotel__sec {
  margin-top: 72px;
  margin-bottom: 72px; }
  @media screen and (min-width: 768px) {
    .hotel--index .hotel__sec {
      margin-top: 80px;
      margin-bottom: 120px; } }
  .hotel--index .hotel__sec-logo {
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .hotel--index .hotel__sec-logo {
        margin-bottom: 64px; } }
    .hotel--index .hotel__sec-logo img {
      display: block;
      margin-left: auto;
      margin-right: auto; }
  .hotel--index .hotel__sec-img {
    line-height: 0; }
    @media screen and (min-width: 768px) {
      .hotel--index .hotel__sec-img {
        width: 90%;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto; } }
    .hotel--index .hotel__sec-img--etc {
      position: relative;
      width: 100%; }
      .hotel--index .hotel__sec-img--etc::before {
        content: "";
        display: block;
        padding-top: 34.6666666667% !important; }
      .hotel--index .hotel__sec-img--etc img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        font-family: 'object-fit: cover;'; }
  .hotel--index .hotel__sec-body {
    width: 90%;
    max-width: 1200px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 768px) {
      .hotel--index .hotel__sec-body {
        margin-top: 48px; } }
    .hotel--index .hotel__sec-body p {
      font-size: 0.9375rem;
      line-height: 1.7666666667;
      font-weight: 500;
      text-align: left; }
  .hotel--index .hotel__sec-btn {
    width: 90%;
    max-width: 320px;
    margin: 40px auto; }
    @media screen and (min-width: 768px) {
      .hotel--index .hotel__sec-btn {
        max-width: 588px;
        margin: 48px auto; } }
    .hotel--index .hotel__sec-btn a {
      position: relative;
      display: block;
      padding: 7.5px 20px;
      border: 1px solid #bbbbbb;
      color: #151515;
      font-size: 1rem;
      line-height: 1.96875;
      font-weight: 500;
      text-align: center;
      text-decoration: none; }
      @media screen and (min-width: 768px) {
        .hotel--index .hotel__sec-btn a {
          padding: 9.5px 24px;
          font-size: 1.375rem;
          text-align: center; } }
      .hotel--index .hotel__sec-btn a::before {
        content: '';
        position: absolute;
        right: 12px;
        top: 50%;
        display: block;
        width: 1em;
        height: 1em;
        margin-top: -0.5em;
        border-top: solid 2px #151515;
        border-right: solid 2px #151515;
        transform: rotate(45deg) scale(0.7); }
      .hotel--index .hotel__sec-btn a:hover {
        opacity: 1;
        background: #151515;
        color: #fff; }
        .hotel--index .hotel__sec-btn a:hover::before {
          border-color: #fff; }

.hotel--index .hotel__map {
  padding: 40px 0;
  background-color: #f3f2ea; }
  @media screen and (min-width: 768px) {
    .hotel--index .hotel__map {
      padding: 80px 0; } }
  .hotel--index .hotel__map-head {
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
  .hotel--index .hotel__map-body {
    margin-top: 20px; }
    @media screen and (min-width: 768px) {
      .hotel--index .hotel__map-body {
        width: 90%;
        max-width: 1200px;
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto; } }
  .hotel--index .hotel__map h3 {
    margin-bottom: 20px;
    font-size: 1.125rem;
    line-height: 1.5; }
    @media screen and (min-width: 768px) {
      .hotel--index .hotel__map h3 {
        margin-bottom: 48px;
        font-size: 2.25rem; } }
  .hotel--index .hotel__map p {
    font-size: 0.875rem;
    line-height: 1.75;
    font-weight: 500;
    text-align: left; }
    @media screen and (min-width: 768px) {
      .hotel--index .hotel__map p {
        font-size: 1rem;
        line-height: 2.25; } }
.hotel--index .hag__slider {
  line-height: 0; }
  .hotel--index .hag__slider .swiper-slide {
    position: relative;
    width: 100%; }
    .hotel--index .hag__slider .swiper-slide::before {
      content: "";
      display: block;
      padding-top: 50% !important; }
    .hotel--index .hag__slider .swiper-slide img {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      font-family: 'object-fit: cover;'; }
  .hotel--index .hag__slider img {
    width: 100%; }
  .hotel--index .hag__slider-thumb .swiper-wrapper {
    display: flex;
    flex-wrap: wrap; }
    .hotel--index .hag__slider-thumb .swiper-wrapper .swiper-slide {
      flex: 0 0 20%;
      width: 100%;
      max-width: 20%;
      transition: all .5s ease; }
      @media screen and (min-width: 768px) {
        .hotel--index .hag__slider-thumb .swiper-wrapper .swiper-slide {
          flex: 0 0 10%;
          max-width: 10%; } }
      .hotel--index .hag__slider-thumb .swiper-wrapper .swiper-slide::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 100%;
        height: 100%;
        outline: 3px solid transparent;
        outline-offset: -3px; }
        @media screen and (min-width: 768px) {
          .hotel--index .hag__slider-thumb .swiper-wrapper .swiper-slide::after {
            outline-width: 4px;
            outline-offset: -4px; } }
      .hotel--index .hag__slider-thumb .swiper-wrapper .swiper-slide::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 100%;
        height: 100%;
        outline: 3px solid transparent;
        outline-offset: -3px; }
        @media screen and (min-width: 768px) {
          .hotel--index .hag__slider-thumb .swiper-wrapper .swiper-slide::after {
            outline-width: 4px;
            outline-offset: -4px; } }
      .hotel--index .hag__slider-thumb .swiper-wrapper .swiper-slide-thumb-active::after {
        outline-color: #bbb; }

.hotel--room .entry__kv {
  margin-bottom: 0; }

.hotel--room .entry__head {
  margin-bottom: 48px; }
  @media screen and (min-width: 768px) {
    .hotel--room .entry__head {
      margin-bottom: 64px; } }
  .hotel--room .entry__head .entry__txt {
    padding-left: 5%;
    border-left: 2px solid #151515; }
    @media screen and (min-width: 768px) {
      .hotel--room .entry__head .entry__txt {
        padding-left: 54px;
        border-width: 4px; } }
  .hotel--room .entry__head h1 {
    margin-top: 0;
    margin-bottom: 40px;
    padding-top: 48px;
    font-family: adobe-garamond-pro, serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-size: 1.75rem;
    line-height: 1.1071428571; }
    @media screen and (min-width: 768px) {
      .hotel--room .entry__head h1 {
        padding-top: 80px;
        font-size: 3.5rem;
        line-height: 1.1071428571; } }
  .hotel--room .entry__head p {
    font-family: a-otf-ud-reimin-pr6n, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 1.75; }
    @media screen and (min-width: 768px) {
      .hotel--room .entry__head p {
        font-size: 1.125rem;
        line-height: 2; } }
.hotel--room .room__slider,
.hotel--room .room__slider2,
.hotel--room .room__slider3 {
  width: 100%;
  line-height: 0; }
  @media screen and (min-width: 768px) {
    .hotel--room .room__slider,
    .hotel--room .room__slider2,
    .hotel--room .room__slider3 {
      width: 90%;
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 72px; } }
  .hotel--room .room__slider img,
  .hotel--room .room__slider2 img,
  .hotel--room .room__slider3 img {
    width: 100%; }
  .hotel--room .room__slider-thumb .swiper-wrapper,
  .hotel--room .room__slider2-thumb .swiper-wrapper,
  .hotel--room .room__slider3-thumb .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: .5px 0; }
    @media screen and (min-width: 768px) {
      .hotel--room .room__slider-thumb .swiper-wrapper,
      .hotel--room .room__slider2-thumb .swiper-wrapper,
      .hotel--room .room__slider3-thumb .swiper-wrapper {
        padding: 1px 0; } }
    .hotel--room .room__slider-thumb .swiper-wrapper .swiper-slide,
    .hotel--room .room__slider2-thumb .swiper-wrapper .swiper-slide,
    .hotel--room .room__slider3-thumb .swiper-wrapper .swiper-slide {
      flex: 0 0 20%;
      width: 100%;
      max-width: 20%;
      padding: .5px;
      transition: all .5s ease; }
      @media screen and (min-width: 768px) {
        .hotel--room .room__slider-thumb .swiper-wrapper .swiper-slide,
        .hotel--room .room__slider2-thumb .swiper-wrapper .swiper-slide,
        .hotel--room .room__slider3-thumb .swiper-wrapper .swiper-slide {
          flex: 0 0 10%;
          max-width: 10%;
          padding: 1px; } }
      .hotel--room .room__slider-thumb .swiper-wrapper .swiper-slide::after,
      .hotel--room .room__slider2-thumb .swiper-wrapper .swiper-slide::after,
      .hotel--room .room__slider3-thumb .swiper-wrapper .swiper-slide::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 100%;
        height: 100%;
        outline: 3px solid transparent;
        outline-offset: -3px; }
        @media screen and (min-width: 768px) {
          .hotel--room .room__slider-thumb .swiper-wrapper .swiper-slide::after,
          .hotel--room .room__slider2-thumb .swiper-wrapper .swiper-slide::after,
          .hotel--room .room__slider3-thumb .swiper-wrapper .swiper-slide::after {
            outline-width: 4px;
            outline-offset: -4px; } }
      .hotel--room .room__slider-thumb .swiper-wrapper .swiper-slide-thumb-active::after,
      .hotel--room .room__slider2-thumb .swiper-wrapper .swiper-slide-thumb-active::after,
      .hotel--room .room__slider3-thumb .swiper-wrapper .swiper-slide-thumb-active::after {
        outline-color: #bbb; }

.hotel--room .room__vr {
  margin-top: 40px;
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .hotel--room .room__vr {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      width: 90%;
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 0;
      margin-bottom: 80px; } }
  .hotel--room .room__vr-img {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .hotel--room .room__vr-img {
        width: 49%; } }
    .hotel--room .room__vr-img a {
      position: relative;
      display: block;
      overflow: hidden; }
      .hotel--room .room__vr-img a::after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        display: block;
        width: 175px;
        height: 175px;
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' class='bi bi-caret-right' viewBox='0 0 16 16'><path d='M6 12.796V3.204L11.481 8 6 12.796zm.659.753l5.48-4.796a1 1 0 0 0 0-1.506L6.66 2.451C6.011 1.885 5 2.345 5 3.204v9.592a1 1 0 0 0 1.659.753z'/></svg>");
        background-size: 100% 100%;
        transform: translate(-50%, -50%); }
        @media screen and (min-width: 768px) {
          .hotel--room .room__vr-img a::after {
            width: 220px;
            height: 220px; } }
      .hotel--room .room__vr-img a:hover img {
        transform: scale(1.1); }
  .hotel--room .room__vr-body {
    width: 73.2%;
    margin-left: auto; }
    @media screen and (min-width: 768px) {
      .hotel--room .room__vr-body {
        width: 45.75%; } }
    .hotel--room .room__vr-body h2 {
      margin-top: 20px;
      margin-bottom: 20px;
      padding-bottom: 12px;
      border-bottom: 2px solid #242324;
      font-family: adobe-garamond-pro, serif;
      font-style: normal;
      font-weight: 400;
      letter-spacing: 0.1em; }
      @media screen and (min-width: 768px) {
        .hotel--room .room__vr-body h2 {
          margin-top: 40px;
          margin-bottom: 40px;
          padding-bottom: 24px;
          font-size: 2rem;
          line-height: 1.9375; } }
    .hotel--room .room__vr-body ul {
      font-family: 'Roboto', sans-serif; }

.hotel--room .room__reserve {
  padding: 28px 0 60px;
  border-top: 1px solid #ccc; }
  @media screen and (min-width: 768px) {
    .hotel--room .room__reserve {
      width: 90%;
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
      padding: 80px 0 120px; } }
  .hotel--room .room__reserve-txt {
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.75;
    font-weight: 500; }
    @media screen and (min-width: 768px) {
      .hotel--room .room__reserve-txt {
        font-size: 1rem;
        line-height: 1.75; } }
  .hotel--room .room__reserve-btn {
    position: relative;
    width: 90%;
    max-width: 320px;
    margin: 28px auto 0;
    border: 1px solid #bbb;
    z-index: 0; }
    @media screen and (min-width: 768px) {
      .hotel--room .room__reserve-btn {
        max-width: 384px;
        margin: 40px auto 0; } }
    .hotel--room .room__reserve-btn::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      width: 100%;
      height: 100%;
      background: #0068b7;
      background: linear-gradient(90deg, #0068b7 0%, #ff3c00 100%);
      z-index: -1; }
    .hotel--room .room__reserve-btn::after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      width: 100%;
      height: 100%;
      background-color: #151515;
      z-index: -2; }
    .hotel--room .room__reserve-btn:hover::before {
      opacity: 0; }
    .hotel--room .room__reserve-btn a {
      position: relative;
      display: block;
      padding: 12.5px 20px;
      color: #fff;
      font-size: 1rem;
      line-height: 1.96875;
      font-weight: 500;
      text-align: center;
      text-decoration: none; }
      @media screen and (min-width: 768px) {
        .hotel--room .room__reserve-btn a {
          padding: 10.5px 24px;
          font-size: 1.375rem;
          text-align: center; } }
      .hotel--room .room__reserve-btn a::before {
        content: '';
        position: absolute;
        right: 12px;
        top: 50%;
        display: block;
        width: 1em;
        height: 1em;
        margin-top: -0.5em;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        transform: rotate(45deg) scale(0.7); }
      .hotel--room .room__reserve-btn a:hover {
        opacity: 1; }

.hotel--room .room__equipment {
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc; }
  @media screen and (min-width: 768px) {
    .hotel--room .room__equipment {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      width: 90%;
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
      padding: 56px 0 48px;
      border-width: 4px; } }
  .hotel--room .room__equipment-logo {
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 12px; }
    @media screen and (min-width: 768px) {
      .hotel--room .room__equipment-logo {
        width: 100%;
        flex: 0 0 25%;
        max-width: 25%;
        margin: 0;
        padding-right: 32px; } }
  .hotel--room .room__equipment-body {
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 24px;
    padding-bottom: 40px;
    border-top: 1px solid #ccc; }
    @media screen and (min-width: 768px) {
      .hotel--room .room__equipment-body {
        width: 100%;
        flex: 0 0 75%;
        max-width: 75%;
        margin: 0;
        padding: 0 0 0 32px;
        border-top: none;
        border-left: 1px solid #ccc; } }
  .hotel--room .room__equipment-icon {
    margin-bottom: 24px; }
    @media screen and (min-width: 768px) {
      .hotel--room .room__equipment-icon {
        margin-bottom: 48px; } }
    .hotel--room .room__equipment-icon ul {
      list-style: none;
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      .hotel--room .room__equipment-icon ul li {
        margin-right: 19px; }
        .hotel--room .room__equipment-icon ul li:last-child {
          margin-right: 0; }
  .hotel--room .room__equipment-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
  .hotel--room .room__equipment-list {
    width: 50%;
    padding-right: 5px; }
    .hotel--room .room__equipment-list h4 {
      margin-bottom: 12px;
      font-size: 0.75rem;
      line-height: 1.25; }
      @media screen and (min-width: 768px) {
        .hotel--room .room__equipment-list h4 {
          font-size: 1rem;
          line-height: 1.3125; } }
    .hotel--room .room__equipment-list ul {
      list-style: none; }

.hotel--facilities .entry__kv {
  position: relative;
  width: 100%; }
  .hotel--facilities .entry__kv::before {
    content: "";
    display: block;
    padding-top: 54.9333333333% !important; }
  .hotel--facilities .entry__kv img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;'; }
  @media screen and (min-width: 768px) {
    .hotel--facilities .entry__kv {
      position: relative;
      width: 100%; }
      .hotel--facilities .entry__kv::before {
        content: "";
        display: block;
        padding-top: 25.75% !important; }
      .hotel--facilities .entry__kv img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        font-family: 'object-fit: cover;'; } }
.hotel--facilities .hotel__container {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 2px solid #ddd; }
  @media screen and (min-width: 768px) {
    .hotel--facilities .hotel__container {
      display: flex;
      align-items: flex-start;
      margin-top: 80px;
      padding-bottom: 80px;
      border-bottom-width: 4px; } }
.hotel--facilities .hotel__nav {
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .hotel--facilities .hotel__nav {
      display: block;
      flex: 0 0 23.5%;
      width: 100%;
      max-width: 23.5%;
      margin: 0;
      border-right: 1px solid #ddd; } }
  .hotel--facilities .hotel__nav ul {
    list-style: none;
    margin: 0;
    display: none; }
    @media screen and (min-width: 768px) {
      .hotel--facilities .hotel__nav ul {
        display: block; } }
    .hotel--facilities .hotel__nav ul li {
      margin-bottom: 8px;
      font-size: 1rem;
      line-height: 1.75;
      font-weight: 500; }
      .hotel--facilities .hotel__nav ul li a {
        color: #151515;
        text-decoration: underline;
        text-decoration-color: transparent; }
        .hotel--facilities .hotel__nav ul li a:hover {
          text-decoration-color: #151515; }
  .hotel--facilities .hotel__nav .select {
    display: block;
    padding: 0;
    position: relative;
    /* Set options to normal weight */
    /* ------------------------------------  */
    /* START OF UGLY BROWSER-SPECIFIC HACKS */
    /* ----------------------------------  */
    /* FIREFOX won't let us hide the native select arrow, so we have to make it wider than needed and clip it via overflow on the parent container.
     The percentage width is a fallback since FF 4+ supports calc() so we can just add a fixed amount of extra width to push the native arrow out of view. We're applying this hack across all FF versions because all the previous hacks were too fragile and complex.
     You might want to consider not using this hack and using the native select arrow in FF. Note this makes the menus wider than the select button because they display at the specified width and aren't clipped. Targeting hack via http://browserhacks.com/#hack-758bff81c5c32351b02e10480b5ed48e */
    /* Show only the native arrow */
    color: #151515;
    display: block;
    width: 100%;
    border-radius: 4px;
    box-shadow: none;
    font-size: 0.75rem;
    width: 100%;
    margin-left: auto; }
    .hotel--facilities .hotel__nav .select::before, .hotel--facilities .hotel__nav .select::after {
      content: '';
      display: block;
      position: absolute;
      pointer-events: none;
      z-index: 2; }
    .hotel--facilities .hotel__nav .select select {
      -webkit-appearance: none;
      appearance: none;
      background: none;
      box-sizing: border-box;
      width: 100%;
      margin: 0;
      border: 1px solid transparent;
      font-size: 16px;
      outline: none;
      /* Focus style */ }
      .hotel--facilities .hotel__nav .select select:focus {
        background-color: transparent;
        outline: none; }
    .hotel--facilities .hotel__nav .select option {
      font-weight: normal; }
    .hotel--facilities .hotel__nav .select x:-o-prefocus, .hotel--facilities .hotel__nav .select::after {
      display: none; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .hotel--facilities .hotel__nav .select select::-ms-expand {
        display: none; }
      .hotel--facilities .hotel__nav .select select:focus::-ms-value {
        background: transparent;
        color: #000; } }
@-moz-document url-prefix() {
  .hotel--facilities .hotel__nav .select {
    overflow: hidden; }
    .hotel--facilities .hotel__nav .select select {
      width: 120%;
      width: -moz-calc(100% + 3em);
      width: calc(100% + 3em);
      /* Firefox focus has odd artifacts around the text, this kills that. See https://developer.mozilla.org/en-US/docs/Web/CSS/:-moz-focusring */ }
      @supports (-moz-appearance: none) {
        .hotel--facilities .hotel__nav .select select {
          width: 100%; } }
      .hotel--facilities .hotel__nav .select select:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #000; } }
    @supports (-moz-appearance: none) {
      .hotel--facilities .hotel__nav .select {
        width: 100%; } }
    @media screen and (min-width: 768px) {
      .hotel--facilities .hotel__nav .select {
        display: none; } }
    .hotel--facilities .hotel__nav .select::before {
      content: '';
      display: block;
      position: absolute;
      pointer-events: none;
      width: 1em;
      height: 1em;
      margin-top: -3px;
      border-top: 1px solid #151515;
      border-right: 1px solid #151515;
      right: 15px;
      transform: translateY(-50%) rotate(135deg); }
    .hotel--facilities .hotel__nav .select::before {
      top: 50%; }

@-moz-document url-prefix() {
  .hotel--facilities .hotel__nav .select {
    border-right: 1px solid #bbb; } }
    .hotel--facilities .hotel__nav .select select {
      border: 1px solid #bbb;
      border-radius: 4px;
      font-family: futura-pt, sans-serif;
      font-weight: 500;
      color: inherit;
      padding: 11px 15px;
      line-height: normal;
      transition: border-color 0.2s ease, outline 0.2s ease; }
      .hotel--facilities .hotel__nav .select select:not(:focus):invalid {
        color: #C7C7C7; }
    .hotel--facilities .hotel__nav .select body {
      display: flex;
      height: 100vh;
      width: 100vw;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 10px;
      border: 1em solid #005BA6; }
      .hotel--facilities .hotel__nav .select body div {
        max-width: 16em; }
    .hotel--facilities .hotel__nav .select html {
      box-sizing: border-box; }
    .hotel--facilities .hotel__nav .select *, .hotel--facilities .hotel__nav .select *:before, .hotel--facilities .hotel__nav .select *:after {
      box-sizing: inherit; }

.hotel--facilities .hotel__body {
  position: relative; }
  @media screen and (min-width: 768px) {
    .hotel--facilities .hotel__body {
      flex: 0 0 76.5%;
      width: 100%;
      max-width: 76.5%;
      padding-left: 64px; } }
  .hotel--facilities .hotel__body > *:first-child {
    margin-top: 0; }
  .hotel--facilities .hotel__body > *:last-child {
    margin-bottom: 0; }
  .hotel--facilities .hotel__body .hotel__head p {
    margin-bottom: 4px;
    font-size: 0.9375rem; }
  .hotel--facilities .hotel__body h1 {
    margin-top: 0; }
  .hotel--facilities .hotel__body h2 {
    font-size: 1rem;
    line-height: 1.5; }
    @media screen and (min-width: 768px) {
      .hotel--facilities .hotel__body h2 {
        font-size: 1.25rem; } }
  .hotel--facilities .hotel__body h3 {
    margin-bottom: 12px;
    font-size: 0.9375rem;
    line-height: 1;
    font-weight: 500; }
    @media screen and (min-width: 768px) {
      .hotel--facilities .hotel__body h3 {
        margin-bottom: 16px;
        font-size: 1rem;
        line-height: 1.3125; } }
  .hotel--facilities .hotel__body p {
    font-size: 0.875rem;
    line-height: 1.75; }
  .hotel--facilities .hotel__body .hotel__imgs {
    position: relative;
    display: flex;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin: 27px 0; }
    @media screen and (min-width: 768px) {
      .hotel--facilities .hotel__body .hotel__imgs {
        margin: 40px 0; } }
    .hotel--facilities .hotel__body .hotel__imgs img {
      width: 50%;
      height: 100%;
      margin: 0; }
  .hotel--facilities .hotel__body .hotel__img {
    display: block;
    width: 50%;
    max-width: 50%;
    margin: 27px 0; }
    @media screen and (min-width: 768px) {
      .hotel--facilities .hotel__body .hotel__img {
        width: 50%;
        max-width: 50%;
        margin: 40px 0; } }
.hotel--facilities-index {
  padding-top: 40px; }
  @media screen and (min-width: 768px) {
    .hotel--facilities-index {
      padding-top: 80px; } }
  .hotel--facilities-index .hotel__container {
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
  .hotel--facilities-index .facilities {
    margin-top: 40px;
    margin-bottom: 40px; }
    @media screen and (min-width: 768px) {
      .hotel--facilities-index .facilities {
        margin-top: 80px;
        margin-bottom: 80px; } }
.rooms {
  margin-top: 40px; }
  .rooms--small {
    width: 85%;
    max-width: 1200px;
    margin: 72px auto;
    overflow: hidden; }
    .rooms--small .rooms__container {
      display: flex;
      flex-wrap: wrap;
      margin-right: -12px;
      margin-left: -12px; }

.room__txt h3 {
  font-family: adobe-garamond-pro, serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-weight: normal; }

.room__txt p {
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
  font-style: normal;
  font-weight: 300; }

.room__btn {
  width: 90%;
  max-width: 260px; }
  @media screen and (min-width: 768px) {
    .room__btn {
      max-width: 384px;
      margin: 48px auto; } }
  .room__btn a {
    position: relative;
    display: block;
    padding: 7.5px 20px;
    border: 1px solid #bbbbbb;
    color: #151515;
    font-family: futura-pt, sans-serif;
    font-size: 1rem;
    line-height: 1.96875;
    font-weight: 500;
    text-align: center;
    text-decoration: none; }
    @media screen and (min-width: 768px) {
      .room__btn a {
        padding: 15.5px 24px;
        font-size: 1.375rem;
        text-align: center; } }
    .room__btn a::before {
      content: '';
      position: absolute;
      right: 12px;
      top: 50%;
      display: block;
      width: 1em;
      height: 1em;
      margin-top: -0.5em;
      border-top: solid 2px #151515;
      border-right: solid 2px #151515;
      transform: rotate(45deg) scale(0.7); }
    .room__btn a:hover {
      opacity: 1;
      background: #151515;
      color: #fff; }
      .room__btn a:hover::before {
        border-color: #fff; }

.room__note {
  margin-top: 12px;
  color: #313131;
  font-family: 'Roboto', sans-serif;
  font-size: 0.625rem;
  line-height: 1; }
  @media screen and (min-width: 768px) {
    .room__note {
      font-size: 1rem;
      line-height: 1.25; } }
.room--large {
  margin-bottom: 72px; }
  @media screen and (min-width: 1200px) {
    .room--large {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 80px; } }
  .room--large .room__img {
    width: 100%;
    margin: 0 0 28px 0; }
    @media screen and (min-width: 1200px) {
      .room--large .room__img {
        flex: 0 0 57%;
        width: 100%;
        max-width: 57%;
        margin: 0; } }
  .room--large .room__body {
    width: 86.4%;
    margin-left: auto; }
    @media screen and (min-width: 1200px) {
      .room--large .room__body {
        flex: 0 0 36%;
        width: 100%;
        max-width: 36%; } }
    @media screen and (min-width: 1640px) {
      .room--large .room__body {
        flex: 0 0 43%;
        width: 100%;
        max-width: 43%;
        padding-left: 104px; } }
  .room--large .room__txt {
    margin-bottom: 12px;
    padding-right: 4%;
    border-bottom: 2px solid #242324; }
    @media screen and (min-width: 1200px) {
      .room--large .room__txt {
        border-width: 6px; } }
    .room--large .room__txt h3 {
      margin: 28px 0 36px;
      font-size: 1.75rem;
      line-height: 1.1071428571; }
      @media screen and (min-width: 1200px) {
        .room--large .room__txt h3 {
          margin-top: 0;
          font-size: 2.625rem;
          line-height: 1.4761904762; } }
    .room--large .room__txt p {
      font-size: 0.875rem;
      line-height: 1.75; }
      @media screen and (min-width: 1200px) {
        .room--large .room__txt p {
          font-size: 1.25rem;
          line-height: 2; } }
  .room--large .room__btn {
    margin: 36px 0 36px auto; }
    @media screen and (min-width: 1200px) {
      .room--large .room__btn {
        max-width: 384px;
        margin-left: 0;
        margin-right: auto; } }
    @media screen and (min-width: 768px) {
      .room--large .room__btn a {
        font-size: 1.125rem;
        line-height: 1.75;
        text-align: left; } }
  .room--large .room__note {
    padding-right: 4%; }

.room--medium {
  margin-bottom: 72px; }
  @media screen and (min-width: 1200px) {
    .room--medium {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-direction: row-reverse;
      width: 100%;
      max-width: 1420px;
      margin: 0 auto 80px; } }
  @media screen and (min-width: 1200px) {
    .room--medium .room__img {
      position: relative;
      margin: 0 0 0 -8.5%; } }
  .room--medium .room__body {
    position: relative;
    width: 84%;
    margin-top: -40px;
    margin-right: auto; }
    @media screen and (min-width: 1200px) {
      .room--medium .room__body {
        flex: 0 0 41.409%;
        width: 100%;
        max-width: 41.409%;
        margin: 0;
        padding: 0;
        z-index: 1; } }
  .room--medium .room__txt {
    padding-left: 4%;
    background-color: #fff;
    border-bottom: 2px solid #242324; }
    @media screen and (min-width: 1200px) {
      .room--medium .room__txt {
        position: relative;
        padding-left: 18.8%;
        border-width: 4px; } }
    .room--medium .room__txt h3 {
      margin-top: 0;
      margin-bottom: 28px;
      padding-top: 28px;
      font-size: 1.5rem;
      line-height: 1.2916666667; }
      @media screen and (min-width: 1200px) {
        .room--medium .room__txt h3 {
          margin-bottom: 32px;
          padding-top: 40px;
          font-size: 2.25rem;
          line-height: 1.7222222222; } }
    @media screen and (min-width: 1200px) {
      .room--medium .room__txt p {
        font-size: 1.125rem;
        line-height: 2; } }
  .room--medium .room__btn {
    margin: 27px 0; }
    @media screen and (min-width: 1200px) {
      .room--medium .room__btn {
        margin: 56px 0 40px 0; } }
    @media screen and (min-width: 1200px) {
      .room--medium .room__btn a {
        font-size: 1.125rem;
        line-height: 1.75;
        text-align: left; } }
  .room--medium .room__note {
    text-align: right; }
    @media screen and (min-width: 1200px) {
      .room--medium .room__note {
        margin-top: 24px;
        padding-left: 18.8%;
        text-align: left; } }
.room--small {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 48px; }
  @media screen and (min-width: 768px) {
    .room--small {
      flex: 0 0 50%;
      max-width: 50%; } }
  .room--small a {
    display: block;
    color: #151515;
    text-decoration: none; }
    .room--small a .room__body {
      position: relative; }
      .room--small a .room__body::before {
        content: '';
        position: absolute;
        right: 12px;
        top: 50%;
        display: block;
        width: 1em;
        height: 1em;
        margin-top: -0.5em;
        border-top: solid 2px #151515;
        border-right: solid 2px #151515;
        transform: rotate(45deg) scale(0.7); }
    .room--small a:hover {
      opacity: 1; }
      .room--small a:hover .room__img img {
        transform: scale(1.1); }
      .room--small a:hover .room__body {
        background-color: #f8f8f8; }
  .room--small .room__img {
    position: relative;
    overflow: hidden; }
    .room--small .room__img img {
      transition: all .75s ease; }
  .room--small .room__body {
    padding: 16px 0;
    border-bottom: 1px solid #ccc; }
  .room--small .room__txt {
    padding: 0 4%; }
    .room--small .room__txt h3 {
      margin-top: 0;
      margin-bottom: 8px;
      font-size: 1.125rem;
      line-height: 1.1111111111; }
      @media screen and (min-width: 768px) {
        .room--small .room__txt h3 {
          font-size: 1.5rem;
          line-height: 1.6666666667; } }
  .room--small .room__note {
    margin-top: 8px;
    padding-left: 4%; }

.facilities {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.5px;
  margin-left: -0.5px;
  margin-bottom: 0; }

.facility {
  position: relative;
  width: 100%;
  padding-right: 0.5px;
  padding-left: 0.5px;
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .facility {
      flex: 0 0 25%;
      max-width: 25%;
      margin-bottom: 40px; } }
  .facility a {
    display: block;
    background-color: #fff;
    color: #151515;
    line-height: 0;
    text-decoration: none; }
    .facility a:hover {
      opacity: 1;
      background-color: #151515;
      color: #fff; }
      .facility a:hover .facility__img img {
        transform: scale(1.1); }
  .facility__img {
    position: relative;
    width: 100%;
    overflow: hidden; }
    .facility__img::before {
      content: "";
      display: block;
      padding-top: 56.1872909699% !important; }
    .facility__img img {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      font-family: 'object-fit: cover;'; }
    .facility__img img {
      transition: all .75s ease; }
  .facility__ttl {
    padding: 5.5px 12px;
    font-size: 0.75rem;
    line-height: 1;
    font-weight: 500; }
    @media screen and (min-width: 768px) {
      .facility__ttl {
        padding: 13px 12px;
        font-size: 0.875rem;
        line-height: 1.5; } }
.entry-content a:hover img {
  opacity: .7; }

.entry-content .section {
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .entry-content .section {
      margin-bottom: 64px; } }
.entry-content h1,
.entry-content .h1 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 1.75rem;
  line-height: 1.5;
  font-weight: 600; }
  @media screen and (min-width: 768px) {
    .entry-content h1,
    .entry-content .h1 {
      margin-top: 80px;
      margin-bottom: 32px;
      font-size: 3.5rem; } }
  .entry-content h1 span,
  .entry-content .h1 span {
    font-size: 0.9375rem; }
    @media screen and (min-width: 768px) {
      .entry-content h1 span,
      .entry-content .h1 span {
        font-size: 1.25rem; } }
.entry-content h2,
.entry-content .h2 {
  margin-top: 28px;
  margin-bottom: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 600; }
  @media screen and (min-width: 768px) {
    .entry-content h2,
    .entry-content .h2 {
      margin-top: 40px;
      margin-bottom: 32px;
      font-size: 2.25rem; } }
  .entry-content h2.h2--border,
  .entry-content .h2.h2--border {
    margin-top: 32px;
    margin-bottom: 27px;
    padding: 0 12px 8px 12px;
    border-left: 3px solid #151515;
    border-bottom: 1px solid #151515;
    font-size: 1rem;
    line-height: 1.5; }
    @media screen and (min-width: 768px) {
      .entry-content h2.h2--border,
      .entry-content .h2.h2--border {
        padding: 8px 16px;
        border-left-width: 4px;
        font-size: 1.25rem; } }
  .entry-content h2.h2--eng,
  .entry-content .h2.h2--eng {
    font-family: futura-pt, sans-serif;
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 600; }
    @media screen and (min-width: 768px) {
      .entry-content h2.h2--eng,
      .entry-content .h2.h2--eng {
        font-size: 3rem;
        line-height: 1.25; } }
  .entry-content h2.h2--02,
  .entry-content .h2.h2--02 {
    font-size: 1.25rem;
    line-height: 1.5; }
    @media screen and (min-width: 768px) {
      .entry-content h2.h2--02,
      .entry-content .h2.h2--02 {
        font-size: 2.25rem; } }
.entry-content h3,
.entry-content .h3 {
  margin-top: 32px;
  margin-bottom: 12px;
  font-size: 1rem;
  line-height: 1.5; }
  @media screen and (min-width: 768px) {
    .entry-content h3,
    .entry-content .h3 {
      margin-top: 48px;
      margin-bottom: 24px;
      font-size: 1.5rem;
      line-height: 1.5; } }
  .entry-content h3.h3--02,
  .entry-content .h3.h3--02 {
    font-size: 1.5rem;
    line-height: 1.35; }
    @media screen and (min-width: 768px) {
      .entry-content h3.h3--02,
      .entry-content .h3.h3--02 {
        font-size: 2.25rem; } }
  .entry-content h3.h3--border,
  .entry-content .h3.h3--border {
    padding: 0 12px 8px 12px;
    border-left: 3px solid #151515;
    border-bottom: 1px solid #151515; }
    @media screen and (min-width: 768px) {
      .entry-content h3.h3--border,
      .entry-content .h3.h3--border {
        border-left-width: 4px; } }
.entry-content h4,
.entry-content .h4 {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 0.9375rem;
  line-height: 1.5; }
  @media screen and (min-width: 768px) {
    .entry-content h4,
    .entry-content .h4 {
      font-size: 1.25rem; } }
.entry-content h5,
.entry-content .h5 {
  margin-top: 8px;
  margin-bottom: 4px;
  font-size: 0.875rem;
  line-height: 1.5; }
  @media screen and (min-width: 768px) {
    .entry-content h5,
    .entry-content .h5 {
      font-size: 1rem; } }
.entry-content p,
.entry-content .txt {
  margin-bottom: 16px;
  font-size: 1rem;
  line-height: 1.75;
  text-align: left; }
  @media screen and (min-width: 768px) {
    .entry-content p,
    .entry-content .txt {
      font-size: 1.125rem; } }
  .entry-content p.txt--m,
  .entry-content .txt.txt--m {
    font-size: 0.9375rem;
    line-height: 1.75; }
    @media screen and (min-width: 768px) {
      .entry-content p.txt--m,
      .entry-content .txt.txt--m {
        font-size: 1rem; } }
  .entry-content p.txt--s,
  .entry-content .txt.txt--s {
    font-size: 0.875rem;
    line-height: 1.75; }
  .entry-content p.txt--s-02,
  .entry-content .txt.txt--s-02 {
    font-size: 0.875rem;
    line-height: 1.75; }
    @media screen and (min-width: 768px) {
      .entry-content p.txt--s-02,
      .entry-content .txt.txt--s-02 {
        font-size: 1rem; } }
  .entry-content p.txt--s-eng,
  .entry-content .txt.txt--s-eng {
    font-size: 0.625rem;
    line-height: 1.5; }
    @media screen and (min-width: 768px) {
      .entry-content p.txt--s-eng,
      .entry-content .txt.txt--s-eng {
        font-size: 0.875rem; } }
  .entry-content p a,
  .entry-content .txt a {
    display: inline; }

.entry-content img {
  width: 100%;
  height: auto; }

.entry-content img[data-width] {
  width: 100%;
  max-width: 0; }

.entry-content ul,
.entry-content .ul,
.entry-content ol,
.entry-content .ol {
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 1.4em; }
  .entry-content ul li,
  .entry-content .ul li,
  .entry-content ol li,
  .entry-content .ol li {
    margin-bottom: 8px;
    padding-left: 0;
    font-size: 0.875rem;
    line-height: 1.5; }
    @media screen and (min-width: 768px) {
      .entry-content ul li,
      .entry-content .ul li,
      .entry-content ol li,
      .entry-content .ol li {
        margin-bottom: 12px;
        font-size: 1rem; } }
    .entry-content ul li ul,
    .entry-content ul li .ul,
    .entry-content ul li ol,
    .entry-content ul li .ol,
    .entry-content .ul li ul,
    .entry-content .ul li .ul,
    .entry-content .ul li ol,
    .entry-content .ul li .ol,
    .entry-content ol li ul,
    .entry-content ol li .ul,
    .entry-content ol li ol,
    .entry-content ol li .ol,
    .entry-content .ol li ul,
    .entry-content .ol li .ul,
    .entry-content .ol li ol,
    .entry-content .ol li .ol {
      margin-top: 9px; }
      @media screen and (min-width: 768px) {
        .entry-content ul li ul,
        .entry-content ul li .ul,
        .entry-content ul li ol,
        .entry-content ul li .ol,
        .entry-content .ul li ul,
        .entry-content .ul li .ul,
        .entry-content .ul li ol,
        .entry-content .ul li .ol,
        .entry-content ol li ul,
        .entry-content ol li .ul,
        .entry-content ol li ol,
        .entry-content ol li .ol,
        .entry-content .ol li ul,
        .entry-content .ol li .ul,
        .entry-content .ol li ol,
        .entry-content .ol li .ol {
          margin-top: 20px; } }
  .entry-content ul--02 li,
  .entry-content .ul--02 li,
  .entry-content ol--02 li,
  .entry-content .ol--02 li {
    margin-bottom: 18px;
    font-size: 0.875rem;
    line-height: 1.5; }
    @media screen and (min-width: 768px) {
      .entry-content ul--02 li,
      .entry-content .ul--02 li,
      .entry-content ol--02 li,
      .entry-content .ol--02 li {
        margin-bottom: 8px;
        font-size: 0.875rem; } }
  .entry-content ul--none,
  .entry-content .ul--none,
  .entry-content ol--none,
  .entry-content .ol--none {
    list-style: none;
    margin-left: 0; }
  p + .entry-content ul, .txt + .entry-content ul, p + .entry-content .ul, .txt + .entry-content .ul, p + .entry-content ol, .txt + .entry-content ol, p + .entry-content .ol, .txt + .entry-content .ol {
    margin-top: -6px; }

.entry-content ul,
.entry-content .ul {
  list-style: circle; }
  .entry-content ul--bar,
  .entry-content .ul--bar {
    list-style: none; }
    .entry-content ul--bar li,
    .entry-content .ul--bar li {
      text-indent: -.6em;
      margin-left: .6em;
      margin-bottom: 7px; }
      @media screen and (min-width: 768px) {
        .entry-content ul--bar li,
        .entry-content .ul--bar li {
          margin-bottom: 4px; } }
      .entry-content ul--bar li::before,
      .entry-content .ul--bar li::before {
        content: "-";
        text-indent: 0; }

.entry-content ol,
.entry-content .ol {
  list-style: decimal; }

.entry-content .scroll-table {
  overflow: auto;
  white-space: nowrap;
  margin: 0 0 20px 0;
  border: solid 1px #ddd; }
  @media screen and (min-width: 768px) {
    .entry-content .scroll-table {
      margin: 0 0 40px 0; } }
  .entry-content .scroll-table table {
    margin: 0;
    border: none; }
    @media screen and (min-width: 768px) {
      .entry-content .scroll-table table {
        margin: 0; } }
.entry-content table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 20px 0; }
  @media screen and (min-width: 768px) {
    .entry-content table {
      margin: 0 0 40px 0; } }
  .entry-content table thead tr th,
  .entry-content table thead tr td {
    padding: 7px;
    background-color: #0068b7;
    border: 1px solid #0068b7;
    color: #fff;
    font-size: 0.75rem;
    line-height: 1.3333333333;
    font-weight: normal;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .entry-content table thead tr th,
      .entry-content table thead tr td {
        padding: 16px;
        font-size: 0.875rem; } }
  .entry-content table thead tr th {
    font-weight: 500; }
  .entry-content table thead tr td {
    font-weight: 400; }
  .entry-content table thead tr > *:first-child {
    border-left: none; }
  .entry-content table thead tr > *:last-child {
    border-right: none; }
  .entry-content table tbody tr th, .entry-content table tbody tr td {
    padding: 7px;
    border: 1px solid #dddddd;
    font-size: 0.75rem;
    line-height: 1.3333333333;
    font-weight: normal;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .entry-content table tbody tr th, .entry-content table tbody tr td {
        padding: 16px;
        font-size: 0.875rem; } }
  .entry-content table tbody tr th {
    font-weight: 500; }
  .entry-content table tbody tr:nth-child(2n-1) th,
  .entry-content table tbody tr:nth-child(2n-1) td {
    background-color: #f1f9ff; }
  .entry-content table tbody tr > *:first-child {
    border-left: none; }
  .entry-content table tbody tr > *:last-child {
    border-right: none; }
  .entry-content table tbody tr ul li,
  .entry-content table tbody tr ol li {
    font-size: 0.75rem;
    line-height: 1.3333333333; }
    @media screen and (min-width: 768px) {
      .entry-content table tbody tr ul li,
      .entry-content table tbody tr ol li {
        font-size: 0.875rem; } }
  .entry-content table.table--gray thead tr th,
  .entry-content table.table--gray thead tr td {
    padding: 5px 10px;
    background-color: #dddddd;
    border: 1px solid #dddddd;
    color: #151515;
    font-size: 0.75rem;
    line-height: 1.3333333333;
    text-align: left; }
    @media screen and (min-width: 768px) {
      .entry-content table.table--gray thead tr th,
      .entry-content table.table--gray thead tr td {
        padding: 14px 25px;
        font-size: 0.875rem; } }
  .entry-content table.table--gray thead tr th {
    font-weight: 500; }
  .entry-content table.table--gray thead tr td {
    font-weight: 400; }
  .entry-content table.table--gray thead tr > *:first-child {
    border-left: 1px solid #dddddd; }
  .entry-content table.table--gray thead tr > *:last-child {
    border-right: 1px solid #dddddd; }
  .entry-content table.table--gray tbody tr th, .entry-content table.table--gray tbody tr td {
    padding: 5px 10px;
    border: 1px solid #dddddd;
    font-size: 0.75rem;
    line-height: 1.3333333333;
    text-align: left; }
    @media screen and (min-width: 768px) {
      .entry-content table.table--gray tbody tr th, .entry-content table.table--gray tbody tr td {
        padding: 14px 25px;
        font-size: 0.875rem; } }
  .entry-content table.table--gray tbody tr:nth-child(2n-1) th,
  .entry-content table.table--gray tbody tr:nth-child(2n-1) td {
    background-color: #f8f8f8; }
  .entry-content table.table--gray tbody tr > *:first-child {
    border-left: 1px solid #dddddd; }
  .entry-content table.table--gray tbody tr > *:last-child {
    border-right: 1px solid #dddddd; }
  .entry-content table.table--txt-left thead tr th,
  .entry-content table.table--txt-left thead tr td {
    text-align: left; }
  .entry-content table.table--txt-left tbody tr th,
  .entry-content table.table--txt-left tbody tr td {
    text-align: left; }
  .entry-content table.table--th-txt-left thead tr th {
    text-align: left; }
  .entry-content table.table--th-txt-left tbody tr th {
    text-align: left; }
  .entry-content table.table--td-txt-left thead tr td {
    text-align: left; }
  .entry-content table.table--td-txt-left tbody tr td {
    text-align: left; }

.entry-content table + .table-note {
  margin-top: -8px;
  font-size: 0.75rem;
  line-height: 1.3333333333; }
  @media screen and (min-width: 768px) {
    .entry-content table + .table-note {
      margin-top: -32px;
      font-size: 0.875rem; } }
.entry-content .entry__kv {
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto 40px; }
  @media screen and (min-width: 768px) {
    .entry-content .entry__kv {
      margin-bottom: 80px; } }
  .entry-content .entry__kv::before {
    content: "";
    display: block;
    padding-top: 133.333333333%; }
    @media screen and (min-width: 768px) {
      .entry-content .entry__kv::before {
        padding-top: 50%; } }
  .entry-content .entry__kv img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;'; }
  .entry-content .entry__kv--gourmet::before {
    padding-top: 100%; }
    @media screen and (min-width: 768px) {
      .entry-content .entry__kv--gourmet::before {
        padding-top: 37.5%; } }
.entry-content .entry__container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto; }
  .entry-content .entry__container.is-single {
    padding: 10px 0 80px; }
    @media screen and (min-width: 768px) {
      .entry-content .entry__container.is-single {
        padding: 20px 0 120px; } }
  .entry-content .entry__container .entry__container {
    width: 100%; }

.entry-content .entry__logo {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 40px; }
  @media screen and (min-width: 768px) {
    .entry-content .entry__logo {
      margin-bottom: 80px; } }
  .entry-content .entry__logo img {
    display: block;
    width: 100%;
    margin: 0 auto; }

.entry-content .entry__img {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }
  .entry-content .entry__img--big {
    max-width: 1600px; }
  .entry-content .entry__img--arr {
    display: flex; }
  .entry-content .entry__img img {
    line-height: 0; }

.entry-content .entry__txt {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto; }

.entry-content .txt--blue {
  color: #0068b7; }

.entry-content .txt--red {
  color: #c62f00; }

.entry-content .txt--navy {
  color: #002a51; }

.entry-content .txt--brwon {
  color: #432011; }

.entry-content .txt--white {
  color: #fff; }

.entry-content .txt--left {
  text-align: left; }

.entry-content .txt--center {
  text-align: center; }

.entry-content .txt--right {
  text-align: right; }

.entry-content .txt--justify {
  text-align: justify; }

.entry-content .txt--eng {
  font-family: futura-pt, sans-serif; }

.entry-content .bg--black {
  background-color: #151515; }

.entry-content .bg--full-black {
  background-color: #000; }

.entry-content .bg--gray {
  background-color: #999; }

.entry-content .bg--mgray {
  background-color: #bbb; }

.entry-content .bg--lgray {
  background-color: #ddd; }

.entry-content .bg--blue {
  background-color: #0068b7; }

.entry-content .bg--navy {
  background-color: #002a51; }

.entry-content .bg--red {
  background-color: #c62f00; }

.entry-content .bg--full-red {
  background-color: #f00; }

.entry-content .bg--brown {
  background-color: #432011; }

.entry-content .bg--swhite {
  background-color: #f8f8f8; }

.entry-content .bg--owhite {
  background-color: #f1f0e8; }

.entry-content .bg--cwhite {
  background-color: #f1f9ff; }

.entry-content .bg--full-white {
  background-color: #fff; }

.entry-content .bg--gr-blue {
  background: #0068b7;
  background: linear-gradient(90deg, #0068b7 0%, #005494 100%); }

.entry-content .bg--gr-red {
  background: #ff3c00;
  background: linear-gradient(90deg, #ff3c00 0%, #cf3101 100%); }

.entry-content .bg--gr-black {
  background: #202020;
  background: linear-gradient(90deg, #202020 0%, #000000 100%); }

.entry-content .bg--gr-sp {
  background: #0068b7;
  background: linear-gradient(90deg, #0068b7 0%, #ff3c00 100%); }

.entry-content .img--center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.entry-content .img-sp--16-9 {
  position: relative;
  width: 100%; }
  .entry-content .img-sp--16-9::before {
    content: "";
    display: block;
    padding-top: 56.25% !important; }
  .entry-content .img-sp--16-9 img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;'; }

.entry-content .img-sp--2-1 {
  position: relative;
  width: 100%; }
  .entry-content .img-sp--2-1::before {
    content: "";
    display: block;
    padding-top: 50% !important; }
  .entry-content .img-sp--2-1 img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;'; }

.entry-content .img-sp--4-3 {
  position: relative;
  width: 100%; }
  .entry-content .img-sp--4-3::before {
    content: "";
    display: block;
    padding-top: 75% !important; }
  .entry-content .img-sp--4-3 img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;'; }

.entry-content .img-sp-silver {
  position: relative;
  width: 100%; }
  .entry-content .img-sp-silver::before {
    content: "";
    display: block;
    padding-top: 70.703125% !important; }
  .entry-content .img-sp-silver img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;'; }

@media screen and (min-width: 768px) {
  .entry-content .img-pc--16-9 {
    position: relative;
    width: 100%; }
    .entry-content .img-pc--16-9::before {
      content: "";
      display: block;
      padding-top: 56.25% !important; }
    .entry-content .img-pc--16-9 img {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      font-family: 'object-fit: cover;'; } }

@media screen and (min-width: 768px) {
  .entry-content .img-pc--2-1 {
    position: relative;
    width: 100%; }
    .entry-content .img-pc--2-1::before {
      content: "";
      display: block;
      padding-top: 50% !important; }
    .entry-content .img-pc--2-1 img {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      font-family: 'object-fit: cover;'; } }

@media screen and (min-width: 768px) {
  .entry-content .img-pc--4-3 {
    position: relative;
    width: 100%; }
    .entry-content .img-pc--4-3::before {
      content: "";
      display: block;
      padding-top: 75% !important; }
    .entry-content .img-pc--4-3 img {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      font-family: 'object-fit: cover;'; } }

@media screen and (min-width: 768px) {
  .entry-content .img-pc--silver {
    position: relative;
    width: 100%; }
    .entry-content .img-pc--silver::before {
      content: "";
      display: block;
      padding-top: 70.703125% !important; }
    .entry-content .img-pc--silver img {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      font-family: 'object-fit: cover;'; } }

.entry-content .img--no-trim::before {
  content: none !important;
  padding-top: 0 !important; }
  @media screen and (min-width: 768px) {
    .entry-content .img--no-trim::before {
      content: none !important;
      padding-top: 0 !important; } }
.entry-content .img--no-trim img {
  position: static !important;
  width: 100% !important;
  height: auto !important;
  object-fit: initial !important;
  font-family: 'object-fit: initial;'; }
  @media screen and (min-width: 768px) {
    .entry-content .img--no-trim img {
      position: static !important;
      width: 100% !important;
      height: auto !important;
      object-fit: initial !important;
      font-family: 'object-fit: initial;'; } }
.entry-content .col2-1,
.entry-content .col3-1,
.entry-content .col4-1,
.entry-content .col4-2,
.entry-content .card2-1,
.entry-content .card3-1,
.entry-content .card4-1,
.entry-content .card4-2 {
  margin: 24px 0; }
  @media screen and (min-width: 768px) {
    .entry-content .col2-1,
    .entry-content .col3-1,
    .entry-content .col4-1,
    .entry-content .col4-2,
    .entry-content .card2-1,
    .entry-content .card3-1,
    .entry-content .card4-1,
    .entry-content .card4-2 {
      margin: 32px 0; } }
  .entry-content .col2-1__container,
  .entry-content .col3-1__container,
  .entry-content .col4-1__container,
  .entry-content .col4-2__container,
  .entry-content .card2-1__container,
  .entry-content .card3-1__container,
  .entry-content .card4-1__container,
  .entry-content .card4-2__container {
    display: flex;
    flex-wrap: wrap;
    margin-right: -6px;
    margin-left: -6px; }
    @media screen and (min-width: 768px) {
      .entry-content .col2-1__container,
      .entry-content .col3-1__container,
      .entry-content .col4-1__container,
      .entry-content .col4-2__container,
      .entry-content .card2-1__container,
      .entry-content .card3-1__container,
      .entry-content .card4-1__container,
      .entry-content .card4-2__container {
        display: flex;
        flex-wrap: wrap;
        margin-right: -12px;
        margin-left: -12px; } }
  .entry-content .col2-1__item,
  .entry-content .col3-1__item,
  .entry-content .col4-1__item,
  .entry-content .col4-2__item,
  .entry-content .card2-1__item,
  .entry-content .card3-1__item,
  .entry-content .card4-1__item,
  .entry-content .card4-2__item {
    margin-bottom: 12px; }
    @media screen and (min-width: 768px) {
      .entry-content .col2-1__item,
      .entry-content .col3-1__item,
      .entry-content .col4-1__item,
      .entry-content .col4-2__item,
      .entry-content .card2-1__item,
      .entry-content .card3-1__item,
      .entry-content .card4-1__item,
      .entry-content .card4-2__item {
        margin-bottom: 24px; } }
    .entry-content .col2-1__item *:first-child,
    .entry-content .col3-1__item *:first-child,
    .entry-content .col4-1__item *:first-child,
    .entry-content .col4-2__item *:first-child,
    .entry-content .card2-1__item *:first-child,
    .entry-content .card3-1__item *:first-child,
    .entry-content .card4-1__item *:first-child,
    .entry-content .card4-2__item *:first-child {
      margin-top: 0; }
    .entry-content .col2-1__item *:first-bottom,
    .entry-content .col3-1__item *:first-bottom,
    .entry-content .col4-1__item *:first-bottom,
    .entry-content .col4-2__item *:first-bottom,
    .entry-content .card2-1__item *:first-bottom,
    .entry-content .card3-1__item *:first-bottom,
    .entry-content .card4-1__item *:first-bottom,
    .entry-content .card4-2__item *:first-bottom {
      margin-bottom: 0; }
  .entry-content .col2-1__img,
  .entry-content .col3-1__img,
  .entry-content .col4-1__img,
  .entry-content .col4-2__img,
  .entry-content .card2-1__img,
  .entry-content .card3-1__img,
  .entry-content .card4-1__img,
  .entry-content .card4-2__img {
    position: relative;
    width: 100%; }
    .entry-content .col2-1__img::before,
    .entry-content .col3-1__img::before,
    .entry-content .col4-1__img::before,
    .entry-content .col4-2__img::before,
    .entry-content .card2-1__img::before,
    .entry-content .card3-1__img::before,
    .entry-content .card4-1__img::before,
    .entry-content .card4-2__img::before {
      content: "";
      display: block;
      padding-top: 50%; }
    .entry-content .col2-1__img img,
    .entry-content .col3-1__img img,
    .entry-content .col4-1__img img,
    .entry-content .col4-2__img img,
    .entry-content .card2-1__img img,
    .entry-content .card3-1__img img,
    .entry-content .card4-1__img img,
    .entry-content .card4-2__img img {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      font-family: 'object-fit: cover;'; }
  .entry-content .col2-1__body,
  .entry-content .col3-1__body,
  .entry-content .col4-1__body,
  .entry-content .col4-2__body,
  .entry-content .card2-1__body,
  .entry-content .card3-1__body,
  .entry-content .card4-1__body,
  .entry-content .card4-2__body {
    position: relative;
    padding: 8px 0; }
    @media screen and (min-width: 768px) {
      .entry-content .col2-1__body,
      .entry-content .col3-1__body,
      .entry-content .col4-1__body,
      .entry-content .col4-2__body,
      .entry-content .card2-1__body,
      .entry-content .card3-1__body,
      .entry-content .card4-1__body,
      .entry-content .card4-2__body {
        padding: 8px 48px 8px 24px; } }
    .entry-content .col2-1__body *:first-child,
    .entry-content .col3-1__body *:first-child,
    .entry-content .col4-1__body *:first-child,
    .entry-content .col4-2__body *:first-child,
    .entry-content .card2-1__body *:first-child,
    .entry-content .card3-1__body *:first-child,
    .entry-content .card4-1__body *:first-child,
    .entry-content .card4-2__body *:first-child {
      margin-top: 0; }
    .entry-content .col2-1__body *:last-child,
    .entry-content .col3-1__body *:last-child,
    .entry-content .col4-1__body *:last-child,
    .entry-content .col4-2__body *:last-child,
    .entry-content .card2-1__body *:last-child,
    .entry-content .card3-1__body *:last-child,
    .entry-content .card4-1__body *:last-child,
    .entry-content .card4-2__body *:last-child {
      margin-bottom: 0; }
    .entry-content .col2-1__body h4,
    .entry-content .col3-1__body h4,
    .entry-content .col4-1__body h4,
    .entry-content .col4-2__body h4,
    .entry-content .card2-1__body h4,
    .entry-content .card3-1__body h4,
    .entry-content .card4-1__body h4,
    .entry-content .card4-2__body h4 {
      margin-bottom: 8px; }
  .entry-content .col2-1 a,
  .entry-content .col3-1 a,
  .entry-content .col4-1 a,
  .entry-content .col4-2 a,
  .entry-content .card2-1 a,
  .entry-content .card3-1 a,
  .entry-content .card4-1 a,
  .entry-content .card4-2 a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none; }
    .entry-content .col2-1 a .col2-1__img,
    .entry-content .col2-1 a .col3-1__img,
    .entry-content .col2-1 a .col4-1__img,
    .entry-content .col2-1 a .col4-2__img,
    .entry-content .col2-1 a .card2-1__img,
    .entry-content .col2-1 a .card3-1__img,
    .entry-content .col2-1 a .card4-1__img,
    .entry-content .col2-1 a .card4-2__img,
    .entry-content .col3-1 a .col2-1__img,
    .entry-content .col3-1 a .col3-1__img,
    .entry-content .col3-1 a .col4-1__img,
    .entry-content .col3-1 a .col4-2__img,
    .entry-content .col3-1 a .card2-1__img,
    .entry-content .col3-1 a .card3-1__img,
    .entry-content .col3-1 a .card4-1__img,
    .entry-content .col3-1 a .card4-2__img,
    .entry-content .col4-1 a .col2-1__img,
    .entry-content .col4-1 a .col3-1__img,
    .entry-content .col4-1 a .col4-1__img,
    .entry-content .col4-1 a .col4-2__img,
    .entry-content .col4-1 a .card2-1__img,
    .entry-content .col4-1 a .card3-1__img,
    .entry-content .col4-1 a .card4-1__img,
    .entry-content .col4-1 a .card4-2__img,
    .entry-content .col4-2 a .col2-1__img,
    .entry-content .col4-2 a .col3-1__img,
    .entry-content .col4-2 a .col4-1__img,
    .entry-content .col4-2 a .col4-2__img,
    .entry-content .col4-2 a .card2-1__img,
    .entry-content .col4-2 a .card3-1__img,
    .entry-content .col4-2 a .card4-1__img,
    .entry-content .col4-2 a .card4-2__img,
    .entry-content .card2-1 a .col2-1__img,
    .entry-content .card2-1 a .col3-1__img,
    .entry-content .card2-1 a .col4-1__img,
    .entry-content .card2-1 a .col4-2__img,
    .entry-content .card2-1 a .card2-1__img,
    .entry-content .card2-1 a .card3-1__img,
    .entry-content .card2-1 a .card4-1__img,
    .entry-content .card2-1 a .card4-2__img,
    .entry-content .card3-1 a .col2-1__img,
    .entry-content .card3-1 a .col3-1__img,
    .entry-content .card3-1 a .col4-1__img,
    .entry-content .card3-1 a .col4-2__img,
    .entry-content .card3-1 a .card2-1__img,
    .entry-content .card3-1 a .card3-1__img,
    .entry-content .card3-1 a .card4-1__img,
    .entry-content .card3-1 a .card4-2__img,
    .entry-content .card4-1 a .col2-1__img,
    .entry-content .card4-1 a .col3-1__img,
    .entry-content .card4-1 a .col4-1__img,
    .entry-content .card4-1 a .col4-2__img,
    .entry-content .card4-1 a .card2-1__img,
    .entry-content .card4-1 a .card3-1__img,
    .entry-content .card4-1 a .card4-1__img,
    .entry-content .card4-1 a .card4-2__img,
    .entry-content .card4-2 a .col2-1__img,
    .entry-content .card4-2 a .col3-1__img,
    .entry-content .card4-2 a .col4-1__img,
    .entry-content .card4-2 a .col4-2__img,
    .entry-content .card4-2 a .card2-1__img,
    .entry-content .card4-2 a .card3-1__img,
    .entry-content .card4-2 a .card4-1__img,
    .entry-content .card4-2 a .card4-2__img {
      position: relative;
      overflow: hidden; }
    .entry-content .col2-1 a .col2-1__body,
    .entry-content .col2-1 a .col3-1__body,
    .entry-content .col2-1 a .col4-1__body,
    .entry-content .col2-1 a .col4-2__body,
    .entry-content .col2-1 a .card2-1__body,
    .entry-content .col2-1 a .card3-1__body,
    .entry-content .col2-1 a .card4-1__body,
    .entry-content .col2-1 a .card4-2__body,
    .entry-content .col3-1 a .col2-1__body,
    .entry-content .col3-1 a .col3-1__body,
    .entry-content .col3-1 a .col4-1__body,
    .entry-content .col3-1 a .col4-2__body,
    .entry-content .col3-1 a .card2-1__body,
    .entry-content .col3-1 a .card3-1__body,
    .entry-content .col3-1 a .card4-1__body,
    .entry-content .col3-1 a .card4-2__body,
    .entry-content .col4-1 a .col2-1__body,
    .entry-content .col4-1 a .col3-1__body,
    .entry-content .col4-1 a .col4-1__body,
    .entry-content .col4-1 a .col4-2__body,
    .entry-content .col4-1 a .card2-1__body,
    .entry-content .col4-1 a .card3-1__body,
    .entry-content .col4-1 a .card4-1__body,
    .entry-content .col4-1 a .card4-2__body,
    .entry-content .col4-2 a .col2-1__body,
    .entry-content .col4-2 a .col3-1__body,
    .entry-content .col4-2 a .col4-1__body,
    .entry-content .col4-2 a .col4-2__body,
    .entry-content .col4-2 a .card2-1__body,
    .entry-content .col4-2 a .card3-1__body,
    .entry-content .col4-2 a .card4-1__body,
    .entry-content .col4-2 a .card4-2__body,
    .entry-content .card2-1 a .col2-1__body,
    .entry-content .card2-1 a .col3-1__body,
    .entry-content .card2-1 a .col4-1__body,
    .entry-content .card2-1 a .col4-2__body,
    .entry-content .card2-1 a .card2-1__body,
    .entry-content .card2-1 a .card3-1__body,
    .entry-content .card2-1 a .card4-1__body,
    .entry-content .card2-1 a .card4-2__body,
    .entry-content .card3-1 a .col2-1__body,
    .entry-content .card3-1 a .col3-1__body,
    .entry-content .card3-1 a .col4-1__body,
    .entry-content .card3-1 a .col4-2__body,
    .entry-content .card3-1 a .card2-1__body,
    .entry-content .card3-1 a .card3-1__body,
    .entry-content .card3-1 a .card4-1__body,
    .entry-content .card3-1 a .card4-2__body,
    .entry-content .card4-1 a .col2-1__body,
    .entry-content .card4-1 a .col3-1__body,
    .entry-content .card4-1 a .col4-1__body,
    .entry-content .card4-1 a .col4-2__body,
    .entry-content .card4-1 a .card2-1__body,
    .entry-content .card4-1 a .card3-1__body,
    .entry-content .card4-1 a .card4-1__body,
    .entry-content .card4-1 a .card4-2__body,
    .entry-content .card4-2 a .col2-1__body,
    .entry-content .card4-2 a .col3-1__body,
    .entry-content .card4-2 a .col4-1__body,
    .entry-content .card4-2 a .col4-2__body,
    .entry-content .card4-2 a .card2-1__body,
    .entry-content .card4-2 a .card3-1__body,
    .entry-content .card4-2 a .card4-1__body,
    .entry-content .card4-2 a .card4-2__body {
      padding: 8px 48px 8px 24px;
      color: #151515; }
      .entry-content .col2-1 a .col2-1__body::before,
      .entry-content .col2-1 a .col3-1__body::before,
      .entry-content .col2-1 a .col4-1__body::before,
      .entry-content .col2-1 a .col4-2__body::before,
      .entry-content .col2-1 a .card2-1__body::before,
      .entry-content .col2-1 a .card3-1__body::before,
      .entry-content .col2-1 a .card4-1__body::before,
      .entry-content .col2-1 a .card4-2__body::before,
      .entry-content .col3-1 a .col2-1__body::before,
      .entry-content .col3-1 a .col3-1__body::before,
      .entry-content .col3-1 a .col4-1__body::before,
      .entry-content .col3-1 a .col4-2__body::before,
      .entry-content .col3-1 a .card2-1__body::before,
      .entry-content .col3-1 a .card3-1__body::before,
      .entry-content .col3-1 a .card4-1__body::before,
      .entry-content .col3-1 a .card4-2__body::before,
      .entry-content .col4-1 a .col2-1__body::before,
      .entry-content .col4-1 a .col3-1__body::before,
      .entry-content .col4-1 a .col4-1__body::before,
      .entry-content .col4-1 a .col4-2__body::before,
      .entry-content .col4-1 a .card2-1__body::before,
      .entry-content .col4-1 a .card3-1__body::before,
      .entry-content .col4-1 a .card4-1__body::before,
      .entry-content .col4-1 a .card4-2__body::before,
      .entry-content .col4-2 a .col2-1__body::before,
      .entry-content .col4-2 a .col3-1__body::before,
      .entry-content .col4-2 a .col4-1__body::before,
      .entry-content .col4-2 a .col4-2__body::before,
      .entry-content .col4-2 a .card2-1__body::before,
      .entry-content .col4-2 a .card3-1__body::before,
      .entry-content .col4-2 a .card4-1__body::before,
      .entry-content .col4-2 a .card4-2__body::before,
      .entry-content .card2-1 a .col2-1__body::before,
      .entry-content .card2-1 a .col3-1__body::before,
      .entry-content .card2-1 a .col4-1__body::before,
      .entry-content .card2-1 a .col4-2__body::before,
      .entry-content .card2-1 a .card2-1__body::before,
      .entry-content .card2-1 a .card3-1__body::before,
      .entry-content .card2-1 a .card4-1__body::before,
      .entry-content .card2-1 a .card4-2__body::before,
      .entry-content .card3-1 a .col2-1__body::before,
      .entry-content .card3-1 a .col3-1__body::before,
      .entry-content .card3-1 a .col4-1__body::before,
      .entry-content .card3-1 a .col4-2__body::before,
      .entry-content .card3-1 a .card2-1__body::before,
      .entry-content .card3-1 a .card3-1__body::before,
      .entry-content .card3-1 a .card4-1__body::before,
      .entry-content .card3-1 a .card4-2__body::before,
      .entry-content .card4-1 a .col2-1__body::before,
      .entry-content .card4-1 a .col3-1__body::before,
      .entry-content .card4-1 a .col4-1__body::before,
      .entry-content .card4-1 a .col4-2__body::before,
      .entry-content .card4-1 a .card2-1__body::before,
      .entry-content .card4-1 a .card3-1__body::before,
      .entry-content .card4-1 a .card4-1__body::before,
      .entry-content .card4-1 a .card4-2__body::before,
      .entry-content .card4-2 a .col2-1__body::before,
      .entry-content .card4-2 a .col3-1__body::before,
      .entry-content .card4-2 a .col4-1__body::before,
      .entry-content .card4-2 a .col4-2__body::before,
      .entry-content .card4-2 a .card2-1__body::before,
      .entry-content .card4-2 a .card3-1__body::before,
      .entry-content .card4-2 a .card4-1__body::before,
      .entry-content .card4-2 a .card4-2__body::before {
        content: '';
        position: absolute;
        right: 12px;
        top: 50%;
        display: block;
        width: 1em;
        height: 1em;
        margin-top: -0.5em;
        border-top: solid 2px #151515;
        border-right: solid 2px #151515;
        transform: rotate(45deg) scale(0.7); }
      .entry-content .col2-1 a .col2-1__body h3,
      .entry-content .col2-1 a .col3-1__body h3,
      .entry-content .col2-1 a .col4-1__body h3,
      .entry-content .col2-1 a .col4-2__body h3,
      .entry-content .col2-1 a .card2-1__body h3,
      .entry-content .col2-1 a .card3-1__body h3,
      .entry-content .col2-1 a .card4-1__body h3,
      .entry-content .col2-1 a .card4-2__body h3,
      .entry-content .col3-1 a .col2-1__body h3,
      .entry-content .col3-1 a .col3-1__body h3,
      .entry-content .col3-1 a .col4-1__body h3,
      .entry-content .col3-1 a .col4-2__body h3,
      .entry-content .col3-1 a .card2-1__body h3,
      .entry-content .col3-1 a .card3-1__body h3,
      .entry-content .col3-1 a .card4-1__body h3,
      .entry-content .col3-1 a .card4-2__body h3,
      .entry-content .col4-1 a .col2-1__body h3,
      .entry-content .col4-1 a .col3-1__body h3,
      .entry-content .col4-1 a .col4-1__body h3,
      .entry-content .col4-1 a .col4-2__body h3,
      .entry-content .col4-1 a .card2-1__body h3,
      .entry-content .col4-1 a .card3-1__body h3,
      .entry-content .col4-1 a .card4-1__body h3,
      .entry-content .col4-1 a .card4-2__body h3,
      .entry-content .col4-2 a .col2-1__body h3,
      .entry-content .col4-2 a .col3-1__body h3,
      .entry-content .col4-2 a .col4-1__body h3,
      .entry-content .col4-2 a .col4-2__body h3,
      .entry-content .col4-2 a .card2-1__body h3,
      .entry-content .col4-2 a .card3-1__body h3,
      .entry-content .col4-2 a .card4-1__body h3,
      .entry-content .col4-2 a .card4-2__body h3,
      .entry-content .card2-1 a .col2-1__body h3,
      .entry-content .card2-1 a .col3-1__body h3,
      .entry-content .card2-1 a .col4-1__body h3,
      .entry-content .card2-1 a .col4-2__body h3,
      .entry-content .card2-1 a .card2-1__body h3,
      .entry-content .card2-1 a .card3-1__body h3,
      .entry-content .card2-1 a .card4-1__body h3,
      .entry-content .card2-1 a .card4-2__body h3,
      .entry-content .card3-1 a .col2-1__body h3,
      .entry-content .card3-1 a .col3-1__body h3,
      .entry-content .card3-1 a .col4-1__body h3,
      .entry-content .card3-1 a .col4-2__body h3,
      .entry-content .card3-1 a .card2-1__body h3,
      .entry-content .card3-1 a .card3-1__body h3,
      .entry-content .card3-1 a .card4-1__body h3,
      .entry-content .card3-1 a .card4-2__body h3,
      .entry-content .card4-1 a .col2-1__body h3,
      .entry-content .card4-1 a .col3-1__body h3,
      .entry-content .card4-1 a .col4-1__body h3,
      .entry-content .card4-1 a .col4-2__body h3,
      .entry-content .card4-1 a .card2-1__body h3,
      .entry-content .card4-1 a .card3-1__body h3,
      .entry-content .card4-1 a .card4-1__body h3,
      .entry-content .card4-1 a .card4-2__body h3,
      .entry-content .card4-2 a .col2-1__body h3,
      .entry-content .card4-2 a .col3-1__body h3,
      .entry-content .card4-2 a .col4-1__body h3,
      .entry-content .card4-2 a .col4-2__body h3,
      .entry-content .card4-2 a .card2-1__body h3,
      .entry-content .card4-2 a .card3-1__body h3,
      .entry-content .card4-2 a .card4-1__body h3,
      .entry-content .card4-2 a .card4-2__body h3 {
        font-size: 1rem;
        line-height: 1.5;
        margin-bottom: 8px; }
        @media screen and (min-width: 768px) {
          .entry-content .col2-1 a .col2-1__body h3,
          .entry-content .col2-1 a .col3-1__body h3,
          .entry-content .col2-1 a .col4-1__body h3,
          .entry-content .col2-1 a .col4-2__body h3,
          .entry-content .col2-1 a .card2-1__body h3,
          .entry-content .col2-1 a .card3-1__body h3,
          .entry-content .col2-1 a .card4-1__body h3,
          .entry-content .col2-1 a .card4-2__body h3,
          .entry-content .col3-1 a .col2-1__body h3,
          .entry-content .col3-1 a .col3-1__body h3,
          .entry-content .col3-1 a .col4-1__body h3,
          .entry-content .col3-1 a .col4-2__body h3,
          .entry-content .col3-1 a .card2-1__body h3,
          .entry-content .col3-1 a .card3-1__body h3,
          .entry-content .col3-1 a .card4-1__body h3,
          .entry-content .col3-1 a .card4-2__body h3,
          .entry-content .col4-1 a .col2-1__body h3,
          .entry-content .col4-1 a .col3-1__body h3,
          .entry-content .col4-1 a .col4-1__body h3,
          .entry-content .col4-1 a .col4-2__body h3,
          .entry-content .col4-1 a .card2-1__body h3,
          .entry-content .col4-1 a .card3-1__body h3,
          .entry-content .col4-1 a .card4-1__body h3,
          .entry-content .col4-1 a .card4-2__body h3,
          .entry-content .col4-2 a .col2-1__body h3,
          .entry-content .col4-2 a .col3-1__body h3,
          .entry-content .col4-2 a .col4-1__body h3,
          .entry-content .col4-2 a .col4-2__body h3,
          .entry-content .col4-2 a .card2-1__body h3,
          .entry-content .col4-2 a .card3-1__body h3,
          .entry-content .col4-2 a .card4-1__body h3,
          .entry-content .col4-2 a .card4-2__body h3,
          .entry-content .card2-1 a .col2-1__body h3,
          .entry-content .card2-1 a .col3-1__body h3,
          .entry-content .card2-1 a .col4-1__body h3,
          .entry-content .card2-1 a .col4-2__body h3,
          .entry-content .card2-1 a .card2-1__body h3,
          .entry-content .card2-1 a .card3-1__body h3,
          .entry-content .card2-1 a .card4-1__body h3,
          .entry-content .card2-1 a .card4-2__body h3,
          .entry-content .card3-1 a .col2-1__body h3,
          .entry-content .card3-1 a .col3-1__body h3,
          .entry-content .card3-1 a .col4-1__body h3,
          .entry-content .card3-1 a .col4-2__body h3,
          .entry-content .card3-1 a .card2-1__body h3,
          .entry-content .card3-1 a .card3-1__body h3,
          .entry-content .card3-1 a .card4-1__body h3,
          .entry-content .card3-1 a .card4-2__body h3,
          .entry-content .card4-1 a .col2-1__body h3,
          .entry-content .card4-1 a .col3-1__body h3,
          .entry-content .card4-1 a .col4-1__body h3,
          .entry-content .card4-1 a .col4-2__body h3,
          .entry-content .card4-1 a .card2-1__body h3,
          .entry-content .card4-1 a .card3-1__body h3,
          .entry-content .card4-1 a .card4-1__body h3,
          .entry-content .card4-1 a .card4-2__body h3,
          .entry-content .card4-2 a .col2-1__body h3,
          .entry-content .card4-2 a .col3-1__body h3,
          .entry-content .card4-2 a .col4-1__body h3,
          .entry-content .card4-2 a .col4-2__body h3,
          .entry-content .card4-2 a .card2-1__body h3,
          .entry-content .card4-2 a .card3-1__body h3,
          .entry-content .card4-2 a .card4-1__body h3,
          .entry-content .card4-2 a .card4-2__body h3 {
            font-size: 1.5rem; } }
      .entry-content .col2-1 a .col2-1__body p,
      .entry-content .col2-1 a .col3-1__body p,
      .entry-content .col2-1 a .col4-1__body p,
      .entry-content .col2-1 a .col4-2__body p,
      .entry-content .col2-1 a .card2-1__body p,
      .entry-content .col2-1 a .card3-1__body p,
      .entry-content .col2-1 a .card4-1__body p,
      .entry-content .col2-1 a .card4-2__body p,
      .entry-content .col3-1 a .col2-1__body p,
      .entry-content .col3-1 a .col3-1__body p,
      .entry-content .col3-1 a .col4-1__body p,
      .entry-content .col3-1 a .col4-2__body p,
      .entry-content .col3-1 a .card2-1__body p,
      .entry-content .col3-1 a .card3-1__body p,
      .entry-content .col3-1 a .card4-1__body p,
      .entry-content .col3-1 a .card4-2__body p,
      .entry-content .col4-1 a .col2-1__body p,
      .entry-content .col4-1 a .col3-1__body p,
      .entry-content .col4-1 a .col4-1__body p,
      .entry-content .col4-1 a .col4-2__body p,
      .entry-content .col4-1 a .card2-1__body p,
      .entry-content .col4-1 a .card3-1__body p,
      .entry-content .col4-1 a .card4-1__body p,
      .entry-content .col4-1 a .card4-2__body p,
      .entry-content .col4-2 a .col2-1__body p,
      .entry-content .col4-2 a .col3-1__body p,
      .entry-content .col4-2 a .col4-1__body p,
      .entry-content .col4-2 a .col4-2__body p,
      .entry-content .col4-2 a .card2-1__body p,
      .entry-content .col4-2 a .card3-1__body p,
      .entry-content .col4-2 a .card4-1__body p,
      .entry-content .col4-2 a .card4-2__body p,
      .entry-content .card2-1 a .col2-1__body p,
      .entry-content .card2-1 a .col3-1__body p,
      .entry-content .card2-1 a .col4-1__body p,
      .entry-content .card2-1 a .col4-2__body p,
      .entry-content .card2-1 a .card2-1__body p,
      .entry-content .card2-1 a .card3-1__body p,
      .entry-content .card2-1 a .card4-1__body p,
      .entry-content .card2-1 a .card4-2__body p,
      .entry-content .card3-1 a .col2-1__body p,
      .entry-content .card3-1 a .col3-1__body p,
      .entry-content .card3-1 a .col4-1__body p,
      .entry-content .card3-1 a .col4-2__body p,
      .entry-content .card3-1 a .card2-1__body p,
      .entry-content .card3-1 a .card3-1__body p,
      .entry-content .card3-1 a .card4-1__body p,
      .entry-content .card3-1 a .card4-2__body p,
      .entry-content .card4-1 a .col2-1__body p,
      .entry-content .card4-1 a .col3-1__body p,
      .entry-content .card4-1 a .col4-1__body p,
      .entry-content .card4-1 a .col4-2__body p,
      .entry-content .card4-1 a .card2-1__body p,
      .entry-content .card4-1 a .card3-1__body p,
      .entry-content .card4-1 a .card4-1__body p,
      .entry-content .card4-1 a .card4-2__body p,
      .entry-content .card4-2 a .col2-1__body p,
      .entry-content .card4-2 a .col3-1__body p,
      .entry-content .card4-2 a .col4-1__body p,
      .entry-content .card4-2 a .col4-2__body p,
      .entry-content .card4-2 a .card2-1__body p,
      .entry-content .card4-2 a .card3-1__body p,
      .entry-content .card4-2 a .card4-1__body p,
      .entry-content .card4-2 a .card4-2__body p {
        font-size: 0.875rem;
        line-height: 1.75; }
    .entry-content .col2-1 a:hover,
    .entry-content .col3-1 a:hover,
    .entry-content .col4-1 a:hover,
    .entry-content .col4-2 a:hover,
    .entry-content .card2-1 a:hover,
    .entry-content .card3-1 a:hover,
    .entry-content .card4-1 a:hover,
    .entry-content .card4-2 a:hover {
      opacity: 1; }
      .entry-content .col2-1 a:hover .col2-1__img,
      .entry-content .col2-1 a:hover .col3-1__img,
      .entry-content .col2-1 a:hover .col4-1__img,
      .entry-content .col2-1 a:hover .col4-2__img,
      .entry-content .col2-1 a:hover .card2-1__img,
      .entry-content .col2-1 a:hover .card3-1__img,
      .entry-content .col2-1 a:hover .card4-1__img,
      .entry-content .col2-1 a:hover .card4-2__img,
      .entry-content .col3-1 a:hover .col2-1__img,
      .entry-content .col3-1 a:hover .col3-1__img,
      .entry-content .col3-1 a:hover .col4-1__img,
      .entry-content .col3-1 a:hover .col4-2__img,
      .entry-content .col3-1 a:hover .card2-1__img,
      .entry-content .col3-1 a:hover .card3-1__img,
      .entry-content .col3-1 a:hover .card4-1__img,
      .entry-content .col3-1 a:hover .card4-2__img,
      .entry-content .col4-1 a:hover .col2-1__img,
      .entry-content .col4-1 a:hover .col3-1__img,
      .entry-content .col4-1 a:hover .col4-1__img,
      .entry-content .col4-1 a:hover .col4-2__img,
      .entry-content .col4-1 a:hover .card2-1__img,
      .entry-content .col4-1 a:hover .card3-1__img,
      .entry-content .col4-1 a:hover .card4-1__img,
      .entry-content .col4-1 a:hover .card4-2__img,
      .entry-content .col4-2 a:hover .col2-1__img,
      .entry-content .col4-2 a:hover .col3-1__img,
      .entry-content .col4-2 a:hover .col4-1__img,
      .entry-content .col4-2 a:hover .col4-2__img,
      .entry-content .col4-2 a:hover .card2-1__img,
      .entry-content .col4-2 a:hover .card3-1__img,
      .entry-content .col4-2 a:hover .card4-1__img,
      .entry-content .col4-2 a:hover .card4-2__img,
      .entry-content .card2-1 a:hover .col2-1__img,
      .entry-content .card2-1 a:hover .col3-1__img,
      .entry-content .card2-1 a:hover .col4-1__img,
      .entry-content .card2-1 a:hover .col4-2__img,
      .entry-content .card2-1 a:hover .card2-1__img,
      .entry-content .card2-1 a:hover .card3-1__img,
      .entry-content .card2-1 a:hover .card4-1__img,
      .entry-content .card2-1 a:hover .card4-2__img,
      .entry-content .card3-1 a:hover .col2-1__img,
      .entry-content .card3-1 a:hover .col3-1__img,
      .entry-content .card3-1 a:hover .col4-1__img,
      .entry-content .card3-1 a:hover .col4-2__img,
      .entry-content .card3-1 a:hover .card2-1__img,
      .entry-content .card3-1 a:hover .card3-1__img,
      .entry-content .card3-1 a:hover .card4-1__img,
      .entry-content .card3-1 a:hover .card4-2__img,
      .entry-content .card4-1 a:hover .col2-1__img,
      .entry-content .card4-1 a:hover .col3-1__img,
      .entry-content .card4-1 a:hover .col4-1__img,
      .entry-content .card4-1 a:hover .col4-2__img,
      .entry-content .card4-1 a:hover .card2-1__img,
      .entry-content .card4-1 a:hover .card3-1__img,
      .entry-content .card4-1 a:hover .card4-1__img,
      .entry-content .card4-1 a:hover .card4-2__img,
      .entry-content .card4-2 a:hover .col2-1__img,
      .entry-content .card4-2 a:hover .col3-1__img,
      .entry-content .card4-2 a:hover .col4-1__img,
      .entry-content .card4-2 a:hover .col4-2__img,
      .entry-content .card4-2 a:hover .card2-1__img,
      .entry-content .card4-2 a:hover .card3-1__img,
      .entry-content .card4-2 a:hover .card4-1__img,
      .entry-content .card4-2 a:hover .card4-2__img {
        opacity: 1; }
        .entry-content .col2-1 a:hover .col2-1__img img,
        .entry-content .col2-1 a:hover .col3-1__img img,
        .entry-content .col2-1 a:hover .col4-1__img img,
        .entry-content .col2-1 a:hover .col4-2__img img,
        .entry-content .col2-1 a:hover .card2-1__img img,
        .entry-content .col2-1 a:hover .card3-1__img img,
        .entry-content .col2-1 a:hover .card4-1__img img,
        .entry-content .col2-1 a:hover .card4-2__img img,
        .entry-content .col3-1 a:hover .col2-1__img img,
        .entry-content .col3-1 a:hover .col3-1__img img,
        .entry-content .col3-1 a:hover .col4-1__img img,
        .entry-content .col3-1 a:hover .col4-2__img img,
        .entry-content .col3-1 a:hover .card2-1__img img,
        .entry-content .col3-1 a:hover .card3-1__img img,
        .entry-content .col3-1 a:hover .card4-1__img img,
        .entry-content .col3-1 a:hover .card4-2__img img,
        .entry-content .col4-1 a:hover .col2-1__img img,
        .entry-content .col4-1 a:hover .col3-1__img img,
        .entry-content .col4-1 a:hover .col4-1__img img,
        .entry-content .col4-1 a:hover .col4-2__img img,
        .entry-content .col4-1 a:hover .card2-1__img img,
        .entry-content .col4-1 a:hover .card3-1__img img,
        .entry-content .col4-1 a:hover .card4-1__img img,
        .entry-content .col4-1 a:hover .card4-2__img img,
        .entry-content .col4-2 a:hover .col2-1__img img,
        .entry-content .col4-2 a:hover .col3-1__img img,
        .entry-content .col4-2 a:hover .col4-1__img img,
        .entry-content .col4-2 a:hover .col4-2__img img,
        .entry-content .col4-2 a:hover .card2-1__img img,
        .entry-content .col4-2 a:hover .card3-1__img img,
        .entry-content .col4-2 a:hover .card4-1__img img,
        .entry-content .col4-2 a:hover .card4-2__img img,
        .entry-content .card2-1 a:hover .col2-1__img img,
        .entry-content .card2-1 a:hover .col3-1__img img,
        .entry-content .card2-1 a:hover .col4-1__img img,
        .entry-content .card2-1 a:hover .col4-2__img img,
        .entry-content .card2-1 a:hover .card2-1__img img,
        .entry-content .card2-1 a:hover .card3-1__img img,
        .entry-content .card2-1 a:hover .card4-1__img img,
        .entry-content .card2-1 a:hover .card4-2__img img,
        .entry-content .card3-1 a:hover .col2-1__img img,
        .entry-content .card3-1 a:hover .col3-1__img img,
        .entry-content .card3-1 a:hover .col4-1__img img,
        .entry-content .card3-1 a:hover .col4-2__img img,
        .entry-content .card3-1 a:hover .card2-1__img img,
        .entry-content .card3-1 a:hover .card3-1__img img,
        .entry-content .card3-1 a:hover .card4-1__img img,
        .entry-content .card3-1 a:hover .card4-2__img img,
        .entry-content .card4-1 a:hover .col2-1__img img,
        .entry-content .card4-1 a:hover .col3-1__img img,
        .entry-content .card4-1 a:hover .col4-1__img img,
        .entry-content .card4-1 a:hover .col4-2__img img,
        .entry-content .card4-1 a:hover .card2-1__img img,
        .entry-content .card4-1 a:hover .card3-1__img img,
        .entry-content .card4-1 a:hover .card4-1__img img,
        .entry-content .card4-1 a:hover .card4-2__img img,
        .entry-content .card4-2 a:hover .col2-1__img img,
        .entry-content .card4-2 a:hover .col3-1__img img,
        .entry-content .card4-2 a:hover .col4-1__img img,
        .entry-content .card4-2 a:hover .col4-2__img img,
        .entry-content .card4-2 a:hover .card2-1__img img,
        .entry-content .card4-2 a:hover .card3-1__img img,
        .entry-content .card4-2 a:hover .card4-1__img img,
        .entry-content .card4-2 a:hover .card4-2__img img {
          transform: scale(1.1); }
      .entry-content .col2-1 a:hover .col2-1__body,
      .entry-content .col2-1 a:hover .col3-1__body,
      .entry-content .col2-1 a:hover .col4-1__body,
      .entry-content .col2-1 a:hover .col4-2__body,
      .entry-content .col2-1 a:hover .card2-1__body,
      .entry-content .col2-1 a:hover .card3-1__body,
      .entry-content .col2-1 a:hover .card4-1__body,
      .entry-content .col2-1 a:hover .card4-2__body,
      .entry-content .col3-1 a:hover .col2-1__body,
      .entry-content .col3-1 a:hover .col3-1__body,
      .entry-content .col3-1 a:hover .col4-1__body,
      .entry-content .col3-1 a:hover .col4-2__body,
      .entry-content .col3-1 a:hover .card2-1__body,
      .entry-content .col3-1 a:hover .card3-1__body,
      .entry-content .col3-1 a:hover .card4-1__body,
      .entry-content .col3-1 a:hover .card4-2__body,
      .entry-content .col4-1 a:hover .col2-1__body,
      .entry-content .col4-1 a:hover .col3-1__body,
      .entry-content .col4-1 a:hover .col4-1__body,
      .entry-content .col4-1 a:hover .col4-2__body,
      .entry-content .col4-1 a:hover .card2-1__body,
      .entry-content .col4-1 a:hover .card3-1__body,
      .entry-content .col4-1 a:hover .card4-1__body,
      .entry-content .col4-1 a:hover .card4-2__body,
      .entry-content .col4-2 a:hover .col2-1__body,
      .entry-content .col4-2 a:hover .col3-1__body,
      .entry-content .col4-2 a:hover .col4-1__body,
      .entry-content .col4-2 a:hover .col4-2__body,
      .entry-content .col4-2 a:hover .card2-1__body,
      .entry-content .col4-2 a:hover .card3-1__body,
      .entry-content .col4-2 a:hover .card4-1__body,
      .entry-content .col4-2 a:hover .card4-2__body,
      .entry-content .card2-1 a:hover .col2-1__body,
      .entry-content .card2-1 a:hover .col3-1__body,
      .entry-content .card2-1 a:hover .col4-1__body,
      .entry-content .card2-1 a:hover .col4-2__body,
      .entry-content .card2-1 a:hover .card2-1__body,
      .entry-content .card2-1 a:hover .card3-1__body,
      .entry-content .card2-1 a:hover .card4-1__body,
      .entry-content .card2-1 a:hover .card4-2__body,
      .entry-content .card3-1 a:hover .col2-1__body,
      .entry-content .card3-1 a:hover .col3-1__body,
      .entry-content .card3-1 a:hover .col4-1__body,
      .entry-content .card3-1 a:hover .col4-2__body,
      .entry-content .card3-1 a:hover .card2-1__body,
      .entry-content .card3-1 a:hover .card3-1__body,
      .entry-content .card3-1 a:hover .card4-1__body,
      .entry-content .card3-1 a:hover .card4-2__body,
      .entry-content .card4-1 a:hover .col2-1__body,
      .entry-content .card4-1 a:hover .col3-1__body,
      .entry-content .card4-1 a:hover .col4-1__body,
      .entry-content .card4-1 a:hover .col4-2__body,
      .entry-content .card4-1 a:hover .card2-1__body,
      .entry-content .card4-1 a:hover .card3-1__body,
      .entry-content .card4-1 a:hover .card4-1__body,
      .entry-content .card4-1 a:hover .card4-2__body,
      .entry-content .card4-2 a:hover .col2-1__body,
      .entry-content .card4-2 a:hover .col3-1__body,
      .entry-content .card4-2 a:hover .col4-1__body,
      .entry-content .card4-2 a:hover .col4-2__body,
      .entry-content .card4-2 a:hover .card2-1__body,
      .entry-content .card4-2 a:hover .card3-1__body,
      .entry-content .card4-2 a:hover .card4-1__body,
      .entry-content .card4-2 a:hover .card4-2__body {
        background-color: #151515;
        color: #fff; }
        .entry-content .col2-1 a:hover .col2-1__body::before,
        .entry-content .col2-1 a:hover .col3-1__body::before,
        .entry-content .col2-1 a:hover .col4-1__body::before,
        .entry-content .col2-1 a:hover .col4-2__body::before,
        .entry-content .col2-1 a:hover .card2-1__body::before,
        .entry-content .col2-1 a:hover .card3-1__body::before,
        .entry-content .col2-1 a:hover .card4-1__body::before,
        .entry-content .col2-1 a:hover .card4-2__body::before,
        .entry-content .col3-1 a:hover .col2-1__body::before,
        .entry-content .col3-1 a:hover .col3-1__body::before,
        .entry-content .col3-1 a:hover .col4-1__body::before,
        .entry-content .col3-1 a:hover .col4-2__body::before,
        .entry-content .col3-1 a:hover .card2-1__body::before,
        .entry-content .col3-1 a:hover .card3-1__body::before,
        .entry-content .col3-1 a:hover .card4-1__body::before,
        .entry-content .col3-1 a:hover .card4-2__body::before,
        .entry-content .col4-1 a:hover .col2-1__body::before,
        .entry-content .col4-1 a:hover .col3-1__body::before,
        .entry-content .col4-1 a:hover .col4-1__body::before,
        .entry-content .col4-1 a:hover .col4-2__body::before,
        .entry-content .col4-1 a:hover .card2-1__body::before,
        .entry-content .col4-1 a:hover .card3-1__body::before,
        .entry-content .col4-1 a:hover .card4-1__body::before,
        .entry-content .col4-1 a:hover .card4-2__body::before,
        .entry-content .col4-2 a:hover .col2-1__body::before,
        .entry-content .col4-2 a:hover .col3-1__body::before,
        .entry-content .col4-2 a:hover .col4-1__body::before,
        .entry-content .col4-2 a:hover .col4-2__body::before,
        .entry-content .col4-2 a:hover .card2-1__body::before,
        .entry-content .col4-2 a:hover .card3-1__body::before,
        .entry-content .col4-2 a:hover .card4-1__body::before,
        .entry-content .col4-2 a:hover .card4-2__body::before,
        .entry-content .card2-1 a:hover .col2-1__body::before,
        .entry-content .card2-1 a:hover .col3-1__body::before,
        .entry-content .card2-1 a:hover .col4-1__body::before,
        .entry-content .card2-1 a:hover .col4-2__body::before,
        .entry-content .card2-1 a:hover .card2-1__body::before,
        .entry-content .card2-1 a:hover .card3-1__body::before,
        .entry-content .card2-1 a:hover .card4-1__body::before,
        .entry-content .card2-1 a:hover .card4-2__body::before,
        .entry-content .card3-1 a:hover .col2-1__body::before,
        .entry-content .card3-1 a:hover .col3-1__body::before,
        .entry-content .card3-1 a:hover .col4-1__body::before,
        .entry-content .card3-1 a:hover .col4-2__body::before,
        .entry-content .card3-1 a:hover .card2-1__body::before,
        .entry-content .card3-1 a:hover .card3-1__body::before,
        .entry-content .card3-1 a:hover .card4-1__body::before,
        .entry-content .card3-1 a:hover .card4-2__body::before,
        .entry-content .card4-1 a:hover .col2-1__body::before,
        .entry-content .card4-1 a:hover .col3-1__body::before,
        .entry-content .card4-1 a:hover .col4-1__body::before,
        .entry-content .card4-1 a:hover .col4-2__body::before,
        .entry-content .card4-1 a:hover .card2-1__body::before,
        .entry-content .card4-1 a:hover .card3-1__body::before,
        .entry-content .card4-1 a:hover .card4-1__body::before,
        .entry-content .card4-1 a:hover .card4-2__body::before,
        .entry-content .card4-2 a:hover .col2-1__body::before,
        .entry-content .card4-2 a:hover .col3-1__body::before,
        .entry-content .card4-2 a:hover .col4-1__body::before,
        .entry-content .card4-2 a:hover .col4-2__body::before,
        .entry-content .card4-2 a:hover .card2-1__body::before,
        .entry-content .card4-2 a:hover .card3-1__body::before,
        .entry-content .card4-2 a:hover .card4-1__body::before,
        .entry-content .card4-2 a:hover .card4-2__body::before {
          border-color: #fff; }
  .entry-content .col2-1 p a,
  .entry-content .col3-1 p a,
  .entry-content .col4-1 p a,
  .entry-content .col4-2 p a,
  .entry-content .card2-1 p a,
  .entry-content .card3-1 p a,
  .entry-content .card4-1 p a,
  .entry-content .card4-2 p a {
    display: inline; }
  .entry-content .col2-1--card .col2-1__body,
  .entry-content .col2-1--card .col3-1__body,
  .entry-content .col2-1--card .col4-1__body,
  .entry-content .col2-1--card .col4-2__body,
  .entry-content .col3-1--card .col2-1__body,
  .entry-content .col3-1--card .col3-1__body,
  .entry-content .col3-1--card .col4-1__body,
  .entry-content .col3-1--card .col4-2__body,
  .entry-content .col4-1--card .col2-1__body,
  .entry-content .col4-1--card .col3-1__body,
  .entry-content .col4-1--card .col4-1__body,
  .entry-content .col4-1--card .col4-2__body,
  .entry-content .col4-2--card .col2-1__body,
  .entry-content .col4-2--card .col3-1__body,
  .entry-content .col4-2--card .col4-1__body,
  .entry-content .col4-2--card .col4-2__body,
  .entry-content .card2-1--card .col2-1__body,
  .entry-content .card2-1--card .col3-1__body,
  .entry-content .card2-1--card .col4-1__body,
  .entry-content .card2-1--card .col4-2__body,
  .entry-content .card3-1--card .col2-1__body,
  .entry-content .card3-1--card .col3-1__body,
  .entry-content .card3-1--card .col4-1__body,
  .entry-content .card3-1--card .col4-2__body,
  .entry-content .card4-1--card .col2-1__body,
  .entry-content .card4-1--card .col3-1__body,
  .entry-content .card4-1--card .col4-1__body,
  .entry-content .card4-1--card .col4-2__body,
  .entry-content .card4-2--card .col2-1__body,
  .entry-content .card4-2--card .col3-1__body,
  .entry-content .card4-2--card .col4-1__body,
  .entry-content .card4-2--card .col4-2__body {
    padding: 8px 24px;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5; }
  .entry-content .col2-1--border-top .col2-1__item,
  .entry-content .col2-1--border-top .col3-1__item,
  .entry-content .col2-1--border-top .col4-1__item,
  .entry-content .col2-1--border-top .col4-2__item,
  .entry-content .col2-1--border-top .card2-1__item,
  .entry-content .col2-1--border-top .card3-1__item,
  .entry-content .col2-1--border-top .card4-1__item,
  .entry-content .col2-1--border-top .card4-2__item,
  .entry-content .col3-1--border-top .col2-1__item,
  .entry-content .col3-1--border-top .col3-1__item,
  .entry-content .col3-1--border-top .col4-1__item,
  .entry-content .col3-1--border-top .col4-2__item,
  .entry-content .col3-1--border-top .card2-1__item,
  .entry-content .col3-1--border-top .card3-1__item,
  .entry-content .col3-1--border-top .card4-1__item,
  .entry-content .col3-1--border-top .card4-2__item,
  .entry-content .col4-1--border-top .col2-1__item,
  .entry-content .col4-1--border-top .col3-1__item,
  .entry-content .col4-1--border-top .col4-1__item,
  .entry-content .col4-1--border-top .col4-2__item,
  .entry-content .col4-1--border-top .card2-1__item,
  .entry-content .col4-1--border-top .card3-1__item,
  .entry-content .col4-1--border-top .card4-1__item,
  .entry-content .col4-1--border-top .card4-2__item,
  .entry-content .col4-2--border-top .col2-1__item,
  .entry-content .col4-2--border-top .col3-1__item,
  .entry-content .col4-2--border-top .col4-1__item,
  .entry-content .col4-2--border-top .col4-2__item,
  .entry-content .col4-2--border-top .card2-1__item,
  .entry-content .col4-2--border-top .card3-1__item,
  .entry-content .col4-2--border-top .card4-1__item,
  .entry-content .col4-2--border-top .card4-2__item,
  .entry-content .card2-1--border-top .col2-1__item,
  .entry-content .card2-1--border-top .col3-1__item,
  .entry-content .card2-1--border-top .col4-1__item,
  .entry-content .card2-1--border-top .col4-2__item,
  .entry-content .card2-1--border-top .card2-1__item,
  .entry-content .card2-1--border-top .card3-1__item,
  .entry-content .card2-1--border-top .card4-1__item,
  .entry-content .card2-1--border-top .card4-2__item,
  .entry-content .card3-1--border-top .col2-1__item,
  .entry-content .card3-1--border-top .col3-1__item,
  .entry-content .card3-1--border-top .col4-1__item,
  .entry-content .card3-1--border-top .col4-2__item,
  .entry-content .card3-1--border-top .card2-1__item,
  .entry-content .card3-1--border-top .card3-1__item,
  .entry-content .card3-1--border-top .card4-1__item,
  .entry-content .card3-1--border-top .card4-2__item,
  .entry-content .card4-1--border-top .col2-1__item,
  .entry-content .card4-1--border-top .col3-1__item,
  .entry-content .card4-1--border-top .col4-1__item,
  .entry-content .card4-1--border-top .col4-2__item,
  .entry-content .card4-1--border-top .card2-1__item,
  .entry-content .card4-1--border-top .card3-1__item,
  .entry-content .card4-1--border-top .card4-1__item,
  .entry-content .card4-1--border-top .card4-2__item,
  .entry-content .card4-2--border-top .col2-1__item,
  .entry-content .card4-2--border-top .col3-1__item,
  .entry-content .card4-2--border-top .col4-1__item,
  .entry-content .card4-2--border-top .col4-2__item,
  .entry-content .card4-2--border-top .card2-1__item,
  .entry-content .card4-2--border-top .card3-1__item,
  .entry-content .card4-2--border-top .card4-1__item,
  .entry-content .card4-2--border-top .card4-2__item {
    border-top: 1px solid #e5e5e5;
    padding-top: 16px; }
    @media screen and (min-width: 768px) {
      .entry-content .col2-1--border-top .col2-1__item,
      .entry-content .col2-1--border-top .col3-1__item,
      .entry-content .col2-1--border-top .col4-1__item,
      .entry-content .col2-1--border-top .col4-2__item,
      .entry-content .col2-1--border-top .card2-1__item,
      .entry-content .col2-1--border-top .card3-1__item,
      .entry-content .col2-1--border-top .card4-1__item,
      .entry-content .col2-1--border-top .card4-2__item,
      .entry-content .col3-1--border-top .col2-1__item,
      .entry-content .col3-1--border-top .col3-1__item,
      .entry-content .col3-1--border-top .col4-1__item,
      .entry-content .col3-1--border-top .col4-2__item,
      .entry-content .col3-1--border-top .card2-1__item,
      .entry-content .col3-1--border-top .card3-1__item,
      .entry-content .col3-1--border-top .card4-1__item,
      .entry-content .col3-1--border-top .card4-2__item,
      .entry-content .col4-1--border-top .col2-1__item,
      .entry-content .col4-1--border-top .col3-1__item,
      .entry-content .col4-1--border-top .col4-1__item,
      .entry-content .col4-1--border-top .col4-2__item,
      .entry-content .col4-1--border-top .card2-1__item,
      .entry-content .col4-1--border-top .card3-1__item,
      .entry-content .col4-1--border-top .card4-1__item,
      .entry-content .col4-1--border-top .card4-2__item,
      .entry-content .col4-2--border-top .col2-1__item,
      .entry-content .col4-2--border-top .col3-1__item,
      .entry-content .col4-2--border-top .col4-1__item,
      .entry-content .col4-2--border-top .col4-2__item,
      .entry-content .col4-2--border-top .card2-1__item,
      .entry-content .col4-2--border-top .card3-1__item,
      .entry-content .col4-2--border-top .card4-1__item,
      .entry-content .col4-2--border-top .card4-2__item,
      .entry-content .card2-1--border-top .col2-1__item,
      .entry-content .card2-1--border-top .col3-1__item,
      .entry-content .card2-1--border-top .col4-1__item,
      .entry-content .card2-1--border-top .col4-2__item,
      .entry-content .card2-1--border-top .card2-1__item,
      .entry-content .card2-1--border-top .card3-1__item,
      .entry-content .card2-1--border-top .card4-1__item,
      .entry-content .card2-1--border-top .card4-2__item,
      .entry-content .card3-1--border-top .col2-1__item,
      .entry-content .card3-1--border-top .col3-1__item,
      .entry-content .card3-1--border-top .col4-1__item,
      .entry-content .card3-1--border-top .col4-2__item,
      .entry-content .card3-1--border-top .card2-1__item,
      .entry-content .card3-1--border-top .card3-1__item,
      .entry-content .card3-1--border-top .card4-1__item,
      .entry-content .card3-1--border-top .card4-2__item,
      .entry-content .card4-1--border-top .col2-1__item,
      .entry-content .card4-1--border-top .col3-1__item,
      .entry-content .card4-1--border-top .col4-1__item,
      .entry-content .card4-1--border-top .col4-2__item,
      .entry-content .card4-1--border-top .card2-1__item,
      .entry-content .card4-1--border-top .card3-1__item,
      .entry-content .card4-1--border-top .card4-1__item,
      .entry-content .card4-1--border-top .card4-2__item,
      .entry-content .card4-2--border-top .col2-1__item,
      .entry-content .card4-2--border-top .col3-1__item,
      .entry-content .card4-2--border-top .col4-1__item,
      .entry-content .card4-2--border-top .col4-2__item,
      .entry-content .card4-2--border-top .card2-1__item,
      .entry-content .card4-2--border-top .card3-1__item,
      .entry-content .card4-2--border-top .card4-1__item,
      .entry-content .card4-2--border-top .card4-2__item {
        padding-top: 24px; } }
  .entry-content .col2-1--border-bottom .col2-1__item,
  .entry-content .col2-1--border-bottom .col3-1__item,
  .entry-content .col2-1--border-bottom .col4-1__item,
  .entry-content .col2-1--border-bottom .col4-2__item,
  .entry-content .col2-1--border-bottom .card2-1__item,
  .entry-content .col2-1--border-bottom .card3-1__item,
  .entry-content .col2-1--border-bottom .card4-1__item,
  .entry-content .col2-1--border-bottom .card4-2__item,
  .entry-content .col3-1--border-bottom .col2-1__item,
  .entry-content .col3-1--border-bottom .col3-1__item,
  .entry-content .col3-1--border-bottom .col4-1__item,
  .entry-content .col3-1--border-bottom .col4-2__item,
  .entry-content .col3-1--border-bottom .card2-1__item,
  .entry-content .col3-1--border-bottom .card3-1__item,
  .entry-content .col3-1--border-bottom .card4-1__item,
  .entry-content .col3-1--border-bottom .card4-2__item,
  .entry-content .col4-1--border-bottom .col2-1__item,
  .entry-content .col4-1--border-bottom .col3-1__item,
  .entry-content .col4-1--border-bottom .col4-1__item,
  .entry-content .col4-1--border-bottom .col4-2__item,
  .entry-content .col4-1--border-bottom .card2-1__item,
  .entry-content .col4-1--border-bottom .card3-1__item,
  .entry-content .col4-1--border-bottom .card4-1__item,
  .entry-content .col4-1--border-bottom .card4-2__item,
  .entry-content .col4-2--border-bottom .col2-1__item,
  .entry-content .col4-2--border-bottom .col3-1__item,
  .entry-content .col4-2--border-bottom .col4-1__item,
  .entry-content .col4-2--border-bottom .col4-2__item,
  .entry-content .col4-2--border-bottom .card2-1__item,
  .entry-content .col4-2--border-bottom .card3-1__item,
  .entry-content .col4-2--border-bottom .card4-1__item,
  .entry-content .col4-2--border-bottom .card4-2__item,
  .entry-content .card2-1--border-bottom .col2-1__item,
  .entry-content .card2-1--border-bottom .col3-1__item,
  .entry-content .card2-1--border-bottom .col4-1__item,
  .entry-content .card2-1--border-bottom .col4-2__item,
  .entry-content .card2-1--border-bottom .card2-1__item,
  .entry-content .card2-1--border-bottom .card3-1__item,
  .entry-content .card2-1--border-bottom .card4-1__item,
  .entry-content .card2-1--border-bottom .card4-2__item,
  .entry-content .card3-1--border-bottom .col2-1__item,
  .entry-content .card3-1--border-bottom .col3-1__item,
  .entry-content .card3-1--border-bottom .col4-1__item,
  .entry-content .card3-1--border-bottom .col4-2__item,
  .entry-content .card3-1--border-bottom .card2-1__item,
  .entry-content .card3-1--border-bottom .card3-1__item,
  .entry-content .card3-1--border-bottom .card4-1__item,
  .entry-content .card3-1--border-bottom .card4-2__item,
  .entry-content .card4-1--border-bottom .col2-1__item,
  .entry-content .card4-1--border-bottom .col3-1__item,
  .entry-content .card4-1--border-bottom .col4-1__item,
  .entry-content .card4-1--border-bottom .col4-2__item,
  .entry-content .card4-1--border-bottom .card2-1__item,
  .entry-content .card4-1--border-bottom .card3-1__item,
  .entry-content .card4-1--border-bottom .card4-1__item,
  .entry-content .card4-1--border-bottom .card4-2__item,
  .entry-content .card4-2--border-bottom .col2-1__item,
  .entry-content .card4-2--border-bottom .col3-1__item,
  .entry-content .card4-2--border-bottom .col4-1__item,
  .entry-content .card4-2--border-bottom .col4-2__item,
  .entry-content .card4-2--border-bottom .card2-1__item,
  .entry-content .card4-2--border-bottom .card3-1__item,
  .entry-content .card4-2--border-bottom .card4-1__item,
  .entry-content .card4-2--border-bottom .card4-2__item {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 16px; }
    @media screen and (min-width: 768px) {
      .entry-content .col2-1--border-bottom .col2-1__item,
      .entry-content .col2-1--border-bottom .col3-1__item,
      .entry-content .col2-1--border-bottom .col4-1__item,
      .entry-content .col2-1--border-bottom .col4-2__item,
      .entry-content .col2-1--border-bottom .card2-1__item,
      .entry-content .col2-1--border-bottom .card3-1__item,
      .entry-content .col2-1--border-bottom .card4-1__item,
      .entry-content .col2-1--border-bottom .card4-2__item,
      .entry-content .col3-1--border-bottom .col2-1__item,
      .entry-content .col3-1--border-bottom .col3-1__item,
      .entry-content .col3-1--border-bottom .col4-1__item,
      .entry-content .col3-1--border-bottom .col4-2__item,
      .entry-content .col3-1--border-bottom .card2-1__item,
      .entry-content .col3-1--border-bottom .card3-1__item,
      .entry-content .col3-1--border-bottom .card4-1__item,
      .entry-content .col3-1--border-bottom .card4-2__item,
      .entry-content .col4-1--border-bottom .col2-1__item,
      .entry-content .col4-1--border-bottom .col3-1__item,
      .entry-content .col4-1--border-bottom .col4-1__item,
      .entry-content .col4-1--border-bottom .col4-2__item,
      .entry-content .col4-1--border-bottom .card2-1__item,
      .entry-content .col4-1--border-bottom .card3-1__item,
      .entry-content .col4-1--border-bottom .card4-1__item,
      .entry-content .col4-1--border-bottom .card4-2__item,
      .entry-content .col4-2--border-bottom .col2-1__item,
      .entry-content .col4-2--border-bottom .col3-1__item,
      .entry-content .col4-2--border-bottom .col4-1__item,
      .entry-content .col4-2--border-bottom .col4-2__item,
      .entry-content .col4-2--border-bottom .card2-1__item,
      .entry-content .col4-2--border-bottom .card3-1__item,
      .entry-content .col4-2--border-bottom .card4-1__item,
      .entry-content .col4-2--border-bottom .card4-2__item,
      .entry-content .card2-1--border-bottom .col2-1__item,
      .entry-content .card2-1--border-bottom .col3-1__item,
      .entry-content .card2-1--border-bottom .col4-1__item,
      .entry-content .card2-1--border-bottom .col4-2__item,
      .entry-content .card2-1--border-bottom .card2-1__item,
      .entry-content .card2-1--border-bottom .card3-1__item,
      .entry-content .card2-1--border-bottom .card4-1__item,
      .entry-content .card2-1--border-bottom .card4-2__item,
      .entry-content .card3-1--border-bottom .col2-1__item,
      .entry-content .card3-1--border-bottom .col3-1__item,
      .entry-content .card3-1--border-bottom .col4-1__item,
      .entry-content .card3-1--border-bottom .col4-2__item,
      .entry-content .card3-1--border-bottom .card2-1__item,
      .entry-content .card3-1--border-bottom .card3-1__item,
      .entry-content .card3-1--border-bottom .card4-1__item,
      .entry-content .card3-1--border-bottom .card4-2__item,
      .entry-content .card4-1--border-bottom .col2-1__item,
      .entry-content .card4-1--border-bottom .col3-1__item,
      .entry-content .card4-1--border-bottom .col4-1__item,
      .entry-content .card4-1--border-bottom .col4-2__item,
      .entry-content .card4-1--border-bottom .card2-1__item,
      .entry-content .card4-1--border-bottom .card3-1__item,
      .entry-content .card4-1--border-bottom .card4-1__item,
      .entry-content .card4-1--border-bottom .card4-2__item,
      .entry-content .card4-2--border-bottom .col2-1__item,
      .entry-content .card4-2--border-bottom .col3-1__item,
      .entry-content .card4-2--border-bottom .col4-1__item,
      .entry-content .card4-2--border-bottom .col4-2__item,
      .entry-content .card4-2--border-bottom .card2-1__item,
      .entry-content .card4-2--border-bottom .card3-1__item,
      .entry-content .card4-2--border-bottom .card4-1__item,
      .entry-content .card4-2--border-bottom .card4-2__item {
        padding-bottom: 24px; } }
  .entry-content .col2-1.is-hover--black a:hover,
  .entry-content .col3-1.is-hover--black a:hover,
  .entry-content .col4-1.is-hover--black a:hover,
  .entry-content .col4-2.is-hover--black a:hover,
  .entry-content .card2-1.is-hover--black a:hover,
  .entry-content .card3-1.is-hover--black a:hover,
  .entry-content .card4-1.is-hover--black a:hover,
  .entry-content .card4-2.is-hover--black a:hover {
    opacity: 1; }
    .entry-content .col2-1.is-hover--black a:hover .col2-1__img img,
    .entry-content .col2-1.is-hover--black a:hover .col3-1__img img,
    .entry-content .col2-1.is-hover--black a:hover .col4-1__img img,
    .entry-content .col2-1.is-hover--black a:hover .col4-2__img img,
    .entry-content .col3-1.is-hover--black a:hover .col2-1__img img,
    .entry-content .col3-1.is-hover--black a:hover .col3-1__img img,
    .entry-content .col3-1.is-hover--black a:hover .col4-1__img img,
    .entry-content .col3-1.is-hover--black a:hover .col4-2__img img,
    .entry-content .col4-1.is-hover--black a:hover .col2-1__img img,
    .entry-content .col4-1.is-hover--black a:hover .col3-1__img img,
    .entry-content .col4-1.is-hover--black a:hover .col4-1__img img,
    .entry-content .col4-1.is-hover--black a:hover .col4-2__img img,
    .entry-content .col4-2.is-hover--black a:hover .col2-1__img img,
    .entry-content .col4-2.is-hover--black a:hover .col3-1__img img,
    .entry-content .col4-2.is-hover--black a:hover .col4-1__img img,
    .entry-content .col4-2.is-hover--black a:hover .col4-2__img img,
    .entry-content .card2-1.is-hover--black a:hover .col2-1__img img,
    .entry-content .card2-1.is-hover--black a:hover .col3-1__img img,
    .entry-content .card2-1.is-hover--black a:hover .col4-1__img img,
    .entry-content .card2-1.is-hover--black a:hover .col4-2__img img,
    .entry-content .card3-1.is-hover--black a:hover .col2-1__img img,
    .entry-content .card3-1.is-hover--black a:hover .col3-1__img img,
    .entry-content .card3-1.is-hover--black a:hover .col4-1__img img,
    .entry-content .card3-1.is-hover--black a:hover .col4-2__img img,
    .entry-content .card4-1.is-hover--black a:hover .col2-1__img img,
    .entry-content .card4-1.is-hover--black a:hover .col3-1__img img,
    .entry-content .card4-1.is-hover--black a:hover .col4-1__img img,
    .entry-content .card4-1.is-hover--black a:hover .col4-2__img img,
    .entry-content .card4-2.is-hover--black a:hover .col2-1__img img,
    .entry-content .card4-2.is-hover--black a:hover .col3-1__img img,
    .entry-content .card4-2.is-hover--black a:hover .col4-1__img img,
    .entry-content .card4-2.is-hover--black a:hover .col4-2__img img {
      opacity: .7;
      transform: scale(1.1); }
    .entry-content .col2-1.is-hover--black a:hover .col2-1__body,
    .entry-content .col2-1.is-hover--black a:hover .col3-1__body,
    .entry-content .col2-1.is-hover--black a:hover .col4-1__body,
    .entry-content .col2-1.is-hover--black a:hover .col4-2__body,
    .entry-content .col3-1.is-hover--black a:hover .col2-1__body,
    .entry-content .col3-1.is-hover--black a:hover .col3-1__body,
    .entry-content .col3-1.is-hover--black a:hover .col4-1__body,
    .entry-content .col3-1.is-hover--black a:hover .col4-2__body,
    .entry-content .col4-1.is-hover--black a:hover .col2-1__body,
    .entry-content .col4-1.is-hover--black a:hover .col3-1__body,
    .entry-content .col4-1.is-hover--black a:hover .col4-1__body,
    .entry-content .col4-1.is-hover--black a:hover .col4-2__body,
    .entry-content .col4-2.is-hover--black a:hover .col2-1__body,
    .entry-content .col4-2.is-hover--black a:hover .col3-1__body,
    .entry-content .col4-2.is-hover--black a:hover .col4-1__body,
    .entry-content .col4-2.is-hover--black a:hover .col4-2__body,
    .entry-content .card2-1.is-hover--black a:hover .col2-1__body,
    .entry-content .card2-1.is-hover--black a:hover .col3-1__body,
    .entry-content .card2-1.is-hover--black a:hover .col4-1__body,
    .entry-content .card2-1.is-hover--black a:hover .col4-2__body,
    .entry-content .card3-1.is-hover--black a:hover .col2-1__body,
    .entry-content .card3-1.is-hover--black a:hover .col3-1__body,
    .entry-content .card3-1.is-hover--black a:hover .col4-1__body,
    .entry-content .card3-1.is-hover--black a:hover .col4-2__body,
    .entry-content .card4-1.is-hover--black a:hover .col2-1__body,
    .entry-content .card4-1.is-hover--black a:hover .col3-1__body,
    .entry-content .card4-1.is-hover--black a:hover .col4-1__body,
    .entry-content .card4-1.is-hover--black a:hover .col4-2__body,
    .entry-content .card4-2.is-hover--black a:hover .col2-1__body,
    .entry-content .card4-2.is-hover--black a:hover .col3-1__body,
    .entry-content .card4-2.is-hover--black a:hover .col4-1__body,
    .entry-content .card4-2.is-hover--black a:hover .col4-2__body {
      background-color: #151515;
      color: #fff; }
      .entry-content .col2-1.is-hover--black a:hover .col2-1__body::before,
      .entry-content .col2-1.is-hover--black a:hover .col3-1__body::before,
      .entry-content .col2-1.is-hover--black a:hover .col4-1__body::before,
      .entry-content .col2-1.is-hover--black a:hover .col4-2__body::before,
      .entry-content .col3-1.is-hover--black a:hover .col2-1__body::before,
      .entry-content .col3-1.is-hover--black a:hover .col3-1__body::before,
      .entry-content .col3-1.is-hover--black a:hover .col4-1__body::before,
      .entry-content .col3-1.is-hover--black a:hover .col4-2__body::before,
      .entry-content .col4-1.is-hover--black a:hover .col2-1__body::before,
      .entry-content .col4-1.is-hover--black a:hover .col3-1__body::before,
      .entry-content .col4-1.is-hover--black a:hover .col4-1__body::before,
      .entry-content .col4-1.is-hover--black a:hover .col4-2__body::before,
      .entry-content .col4-2.is-hover--black a:hover .col2-1__body::before,
      .entry-content .col4-2.is-hover--black a:hover .col3-1__body::before,
      .entry-content .col4-2.is-hover--black a:hover .col4-1__body::before,
      .entry-content .col4-2.is-hover--black a:hover .col4-2__body::before,
      .entry-content .card2-1.is-hover--black a:hover .col2-1__body::before,
      .entry-content .card2-1.is-hover--black a:hover .col3-1__body::before,
      .entry-content .card2-1.is-hover--black a:hover .col4-1__body::before,
      .entry-content .card2-1.is-hover--black a:hover .col4-2__body::before,
      .entry-content .card3-1.is-hover--black a:hover .col2-1__body::before,
      .entry-content .card3-1.is-hover--black a:hover .col3-1__body::before,
      .entry-content .card3-1.is-hover--black a:hover .col4-1__body::before,
      .entry-content .card3-1.is-hover--black a:hover .col4-2__body::before,
      .entry-content .card4-1.is-hover--black a:hover .col2-1__body::before,
      .entry-content .card4-1.is-hover--black a:hover .col3-1__body::before,
      .entry-content .card4-1.is-hover--black a:hover .col4-1__body::before,
      .entry-content .card4-1.is-hover--black a:hover .col4-2__body::before,
      .entry-content .card4-2.is-hover--black a:hover .col2-1__body::before,
      .entry-content .card4-2.is-hover--black a:hover .col3-1__body::before,
      .entry-content .card4-2.is-hover--black a:hover .col4-1__body::before,
      .entry-content .card4-2.is-hover--black a:hover .col4-2__body::before {
        border-color: #fff; }

.entry-content .card2-1__body,
.entry-content .card3-1__body,
.entry-content .card4-1__body,
.entry-content .card4-2__body {
  padding: 8px 24px;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5; }

.entry-content .col2-1__item,
.entry-content .card2-1__item {
  position: relative;
  width: 100%;
  padding-right: 6px;
  padding-left: 6px;
  flex: 0 0 100%;
  max-width: 100%; }
  @media screen and (min-width: 768px) {
    .entry-content .col2-1__item,
    .entry-content .card2-1__item {
      position: relative;
      width: 100%;
      padding-right: 12px;
      padding-left: 12px;
      flex: 0 0 50%;
      max-width: 50%; } }
.entry-content .col3-1__item,
.entry-content .card3-1__item {
  position: relative;
  width: 100%;
  padding-right: 6px;
  padding-left: 6px;
  flex: 0 0 100%;
  max-width: 100%; }
  @media screen and (min-width: 768px) {
    .entry-content .col3-1__item,
    .entry-content .card3-1__item {
      position: relative;
      width: 100%;
      padding-right: 12px;
      padding-left: 12px;
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; } }
.entry-content .col4-1__item,
.entry-content .card4-1__item {
  position: relative;
  width: 100%;
  padding-right: 6px;
  padding-left: 6px;
  flex: 0 0 100%;
  max-width: 100%; }
  @media screen and (min-width: 768px) {
    .entry-content .col4-1__item,
    .entry-content .card4-1__item {
      position: relative;
      width: 100%;
      padding-right: 12px;
      padding-left: 12px;
      flex: 0 0 25%;
      max-width: 25%; } }
.entry-content .col4-2__item,
.entry-content .card4-2__item {
  position: relative;
  width: 100%;
  padding-right: 6px;
  padding-left: 6px;
  flex: 0 0 50%;
  max-width: 50%; }
  @media screen and (min-width: 768px) {
    .entry-content .col4-2__item,
    .entry-content .card4-2__item {
      position: relative;
      width: 100%;
      padding-right: 12px;
      padding-left: 12px;
      flex: 0 0 25%;
      max-width: 25%; } }
.entry-content .col3-1--2__item {
  position: relative;
  width: 100%;
  padding-right: 6px;
  padding-left: 6px;
  flex: 0 0 100%;
  max-width: 100%; }
  @media screen and (min-width: 768px) {
    .entry-content .col3-1--2__item {
      position: relative;
      width: 100%;
      padding-right: 12px;
      padding-left: 12px;
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%; } }
.entry-content .col2-1--no-space__container,
.entry-content .col3-1--no-space__container,
.entry-content .col4-1--no-space__container,
.entry-content .col4-2--no-space__container,
.entry-content .card2---no-space__container,
.entry-content .card3---no-space__container,
.entry-content .card4---no-space__container,
.entry-content .card4---no-space__container {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0; }
  @media screen and (min-width: 768px) {
    .entry-content .col2-1--no-space__container,
    .entry-content .col3-1--no-space__container,
    .entry-content .col4-1--no-space__container,
    .entry-content .col4-2--no-space__container,
    .entry-content .card2---no-space__container,
    .entry-content .card3---no-space__container,
    .entry-content .card4---no-space__container,
    .entry-content .card4---no-space__container {
      display: flex;
      flex-wrap: wrap;
      margin-right: 0;
      margin-left: 0; } }
.entry-content .col2-1--no-space__item,
.entry-content .col3-1--no-space__item,
.entry-content .col4-1--no-space__item,
.entry-content .col4-2--no-space__item,
.entry-content .card2---no-space__item,
.entry-content .card3---no-space__item,
.entry-content .card4---no-space__item,
.entry-content .card4---no-space__item {
  position: relative;
  width: 100%;
  padding-right: 0;
  padding-left: 0; }

.entry-content .col2-1--no-space .col2-1__item,
.entry-content .col2-1--no-space card2-1__item,
.entry-content .col3-1--no-space .col2-1__item,
.entry-content .col3-1--no-space card2-1__item,
.entry-content .col4-1--no-space .col2-1__item,
.entry-content .col4-1--no-space card2-1__item,
.entry-content .col4-2--no-space .col2-1__item,
.entry-content .col4-2--no-space card2-1__item,
.entry-content .card2---no-space .col2-1__item,
.entry-content .card2---no-space card2-1__item,
.entry-content .card3---no-space .col2-1__item,
.entry-content .card3---no-space card2-1__item,
.entry-content .card4---no-space .col2-1__item,
.entry-content .card4---no-space card2-1__item,
.entry-content .card4---no-space .col2-1__item,
.entry-content .card4---no-space card2-1__item {
  position: relative;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  flex: 0 0 100%;
  max-width: 100%; }
  @media screen and (min-width: 768px) {
    .entry-content .col2-1--no-space .col2-1__item,
    .entry-content .col2-1--no-space card2-1__item,
    .entry-content .col3-1--no-space .col2-1__item,
    .entry-content .col3-1--no-space card2-1__item,
    .entry-content .col4-1--no-space .col2-1__item,
    .entry-content .col4-1--no-space card2-1__item,
    .entry-content .col4-2--no-space .col2-1__item,
    .entry-content .col4-2--no-space card2-1__item,
    .entry-content .card2---no-space .col2-1__item,
    .entry-content .card2---no-space card2-1__item,
    .entry-content .card3---no-space .col2-1__item,
    .entry-content .card3---no-space card2-1__item,
    .entry-content .card4---no-space .col2-1__item,
    .entry-content .card4---no-space card2-1__item,
    .entry-content .card4---no-space .col2-1__item,
    .entry-content .card4---no-space card2-1__item {
      position: relative;
      width: 100%;
      padding-right: 0;
      padding-left: 0;
      flex: 0 0 50%;
      max-width: 50%; } }
.entry-content .col2-1--no-space .col3-1__item,
.entry-content .col2-1--no-space card3-1__item,
.entry-content .col3-1--no-space .col3-1__item,
.entry-content .col3-1--no-space card3-1__item,
.entry-content .col4-1--no-space .col3-1__item,
.entry-content .col4-1--no-space card3-1__item,
.entry-content .col4-2--no-space .col3-1__item,
.entry-content .col4-2--no-space card3-1__item,
.entry-content .card2---no-space .col3-1__item,
.entry-content .card2---no-space card3-1__item,
.entry-content .card3---no-space .col3-1__item,
.entry-content .card3---no-space card3-1__item,
.entry-content .card4---no-space .col3-1__item,
.entry-content .card4---no-space card3-1__item,
.entry-content .card4---no-space .col3-1__item,
.entry-content .card4---no-space card3-1__item {
  position: relative;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  flex: 0 0 100%;
  max-width: 100%; }
  @media screen and (min-width: 768px) {
    .entry-content .col2-1--no-space .col3-1__item,
    .entry-content .col2-1--no-space card3-1__item,
    .entry-content .col3-1--no-space .col3-1__item,
    .entry-content .col3-1--no-space card3-1__item,
    .entry-content .col4-1--no-space .col3-1__item,
    .entry-content .col4-1--no-space card3-1__item,
    .entry-content .col4-2--no-space .col3-1__item,
    .entry-content .col4-2--no-space card3-1__item,
    .entry-content .card2---no-space .col3-1__item,
    .entry-content .card2---no-space card3-1__item,
    .entry-content .card3---no-space .col3-1__item,
    .entry-content .card3---no-space card3-1__item,
    .entry-content .card4---no-space .col3-1__item,
    .entry-content .card4---no-space card3-1__item,
    .entry-content .card4---no-space .col3-1__item,
    .entry-content .card4---no-space card3-1__item {
      position: relative;
      width: 100%;
      padding-right: 0;
      padding-left: 0;
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; } }
.entry-content .col2-1--no-space .col4-1__item,
.entry-content .col2-1--no-space card4-1__item,
.entry-content .col3-1--no-space .col4-1__item,
.entry-content .col3-1--no-space card4-1__item,
.entry-content .col4-1--no-space .col4-1__item,
.entry-content .col4-1--no-space card4-1__item,
.entry-content .col4-2--no-space .col4-1__item,
.entry-content .col4-2--no-space card4-1__item,
.entry-content .card2---no-space .col4-1__item,
.entry-content .card2---no-space card4-1__item,
.entry-content .card3---no-space .col4-1__item,
.entry-content .card3---no-space card4-1__item,
.entry-content .card4---no-space .col4-1__item,
.entry-content .card4---no-space card4-1__item,
.entry-content .card4---no-space .col4-1__item,
.entry-content .card4---no-space card4-1__item {
  position: relative;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  flex: 0 0 100%;
  max-width: 100%; }
  @media screen and (min-width: 768px) {
    .entry-content .col2-1--no-space .col4-1__item,
    .entry-content .col2-1--no-space card4-1__item,
    .entry-content .col3-1--no-space .col4-1__item,
    .entry-content .col3-1--no-space card4-1__item,
    .entry-content .col4-1--no-space .col4-1__item,
    .entry-content .col4-1--no-space card4-1__item,
    .entry-content .col4-2--no-space .col4-1__item,
    .entry-content .col4-2--no-space card4-1__item,
    .entry-content .card2---no-space .col4-1__item,
    .entry-content .card2---no-space card4-1__item,
    .entry-content .card3---no-space .col4-1__item,
    .entry-content .card3---no-space card4-1__item,
    .entry-content .card4---no-space .col4-1__item,
    .entry-content .card4---no-space card4-1__item,
    .entry-content .card4---no-space .col4-1__item,
    .entry-content .card4---no-space card4-1__item {
      position: relative;
      width: 100%;
      padding-right: 0;
      padding-left: 0;
      flex: 0 0 25%;
      max-width: 25%; } }
.entry-content .col2-1--no-space .col4-2__item,
.entry-content .col2-1--no-space card4-2__item,
.entry-content .col3-1--no-space .col4-2__item,
.entry-content .col3-1--no-space card4-2__item,
.entry-content .col4-1--no-space .col4-2__item,
.entry-content .col4-1--no-space card4-2__item,
.entry-content .col4-2--no-space .col4-2__item,
.entry-content .col4-2--no-space card4-2__item,
.entry-content .card2---no-space .col4-2__item,
.entry-content .card2---no-space card4-2__item,
.entry-content .card3---no-space .col4-2__item,
.entry-content .card3---no-space card4-2__item,
.entry-content .card4---no-space .col4-2__item,
.entry-content .card4---no-space card4-2__item,
.entry-content .card4---no-space .col4-2__item,
.entry-content .card4---no-space card4-2__item {
  position: relative;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  flex: 0 0 50%;
  max-width: 50%; }
  @media screen and (min-width: 768px) {
    .entry-content .col2-1--no-space .col4-2__item,
    .entry-content .col2-1--no-space card4-2__item,
    .entry-content .col3-1--no-space .col4-2__item,
    .entry-content .col3-1--no-space card4-2__item,
    .entry-content .col4-1--no-space .col4-2__item,
    .entry-content .col4-1--no-space card4-2__item,
    .entry-content .col4-2--no-space .col4-2__item,
    .entry-content .col4-2--no-space card4-2__item,
    .entry-content .card2---no-space .col4-2__item,
    .entry-content .card2---no-space card4-2__item,
    .entry-content .card3---no-space .col4-2__item,
    .entry-content .card3---no-space card4-2__item,
    .entry-content .card4---no-space .col4-2__item,
    .entry-content .card4---no-space card4-2__item,
    .entry-content .card4---no-space .col4-2__item,
    .entry-content .card4---no-space card4-2__item {
      position: relative;
      width: 100%;
      padding-right: 0;
      padding-left: 0;
      flex: 0 0 25%;
      max-width: 25%; } }
.entry-content .card4--small {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.5px;
  margin-left: -0.5px;
  margin-bottom: 0; }
  .entry-content .card4--small .card4__item {
    position: relative;
    width: 100%;
    padding-right: 0.5px;
    padding-left: 0.5px;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .entry-content .card4--small .card4__item {
        flex: 0 0 25%;
        max-width: 25%;
        margin-bottom: 40px; } }
    .entry-content .card4--small .card4__item a {
      display: block;
      background-color: #f8f8f8;
      color: #151515;
      line-height: 0;
      text-decoration: none; }
      .entry-content .card4--small .card4__item a:hover {
        opacity: 1;
        background-color: #151515;
        color: #fff; }
        .entry-content .card4--small .card4__item a:hover .card4__img img {
          transform: scale(1.1); }
    .entry-content .card4--small .card4__item .card4__img {
      position: relative;
      width: 100%;
      overflow: hidden; }
      .entry-content .card4--small .card4__item .card4__img::before {
        content: "";
        display: block;
        padding-top: 56.1872909699% !important; }
      .entry-content .card4--small .card4__item .card4__img img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        font-family: 'object-fit: cover;'; }
      .entry-content .card4--small .card4__item .card4__img img {
        transition: all .75s ease; }
    .entry-content .card4--small .card4__item .card4__ttl {
      padding: 5.5px 12px;
      font-size: 0.75rem;
      line-height: 1;
      font-weight: 500; }
      @media screen and (min-width: 768px) {
        .entry-content .card4--small .card4__item .card4__ttl {
          padding: 13px 12px;
          font-size: 0.875rem;
          line-height: 1.5; } }
.entry-content .col2-1__item--play a .col2-1__img::after,
.entry-content .col2-1__item--play a .col3-1__img::after,
.entry-content .col2-1__item--play a .col4-1__img::after,
.entry-content .col2-1__item--play a .col4-2__img::after,
.entry-content .col2-1__item--play a .card2-1__img::after,
.entry-content .col2-1__item--play a .card3-1__img::after,
.entry-content .col2-1__item--play a .card4-1__img::after,
.entry-content .col2-1__item--play a .card4-2__img::after,
.entry-content .col3-1__item--play a .col2-1__img::after,
.entry-content .col3-1__item--play a .col3-1__img::after,
.entry-content .col3-1__item--play a .col4-1__img::after,
.entry-content .col3-1__item--play a .col4-2__img::after,
.entry-content .col3-1__item--play a .card2-1__img::after,
.entry-content .col3-1__item--play a .card3-1__img::after,
.entry-content .col3-1__item--play a .card4-1__img::after,
.entry-content .col3-1__item--play a .card4-2__img::after,
.entry-content .col4-1__item--play a .col2-1__img::after,
.entry-content .col4-1__item--play a .col3-1__img::after,
.entry-content .col4-1__item--play a .col4-1__img::after,
.entry-content .col4-1__item--play a .col4-2__img::after,
.entry-content .col4-1__item--play a .card2-1__img::after,
.entry-content .col4-1__item--play a .card3-1__img::after,
.entry-content .col4-1__item--play a .card4-1__img::after,
.entry-content .col4-1__item--play a .card4-2__img::after,
.entry-content .col4-2__item--play a .col2-1__img::after,
.entry-content .col4-2__item--play a .col3-1__img::after,
.entry-content .col4-2__item--play a .col4-1__img::after,
.entry-content .col4-2__item--play a .col4-2__img::after,
.entry-content .col4-2__item--play a .card2-1__img::after,
.entry-content .col4-2__item--play a .card3-1__img::after,
.entry-content .col4-2__item--play a .card4-1__img::after,
.entry-content .col4-2__item--play a .card4-2__img::after,
.entry-content .card2-1__item--play a .col2-1__img::after,
.entry-content .card2-1__item--play a .col3-1__img::after,
.entry-content .card2-1__item--play a .col4-1__img::after,
.entry-content .card2-1__item--play a .col4-2__img::after,
.entry-content .card2-1__item--play a .card2-1__img::after,
.entry-content .card2-1__item--play a .card3-1__img::after,
.entry-content .card2-1__item--play a .card4-1__img::after,
.entry-content .card2-1__item--play a .card4-2__img::after,
.entry-content .card3-1__item--play a .col2-1__img::after,
.entry-content .card3-1__item--play a .col3-1__img::after,
.entry-content .card3-1__item--play a .col4-1__img::after,
.entry-content .card3-1__item--play a .col4-2__img::after,
.entry-content .card3-1__item--play a .card2-1__img::after,
.entry-content .card3-1__item--play a .card3-1__img::after,
.entry-content .card3-1__item--play a .card4-1__img::after,
.entry-content .card3-1__item--play a .card4-2__img::after,
.entry-content .card4-1__item--play a .col2-1__img::after,
.entry-content .card4-1__item--play a .col3-1__img::after,
.entry-content .card4-1__item--play a .col4-1__img::after,
.entry-content .card4-1__item--play a .col4-2__img::after,
.entry-content .card4-1__item--play a .card2-1__img::after,
.entry-content .card4-1__item--play a .card3-1__img::after,
.entry-content .card4-1__item--play a .card4-1__img::after,
.entry-content .card4-1__item--play a .card4-2__img::after,
.entry-content .card4-2__item --paly a .col2-1__img::after,
.entry-content .card4-2__item --paly a .col3-1__img::after,
.entry-content .card4-2__item --paly a .col4-1__img::after,
.entry-content .card4-2__item --paly a .col4-2__img::after,
.entry-content .card4-2__item --paly a .card2-1__img::after,
.entry-content .card4-2__item --paly a .card3-1__img::after,
.entry-content .card4-2__item --paly a .card4-1__img::after,
.entry-content .card4-2__item --paly a .card4-2__img::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 100px;
  height: 100px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' class='bi bi-caret-right' viewBox='0 0 16 16'><path d='M6 12.796V3.204L11.481 8 6 12.796zm.659.753l5.48-4.796a1 1 0 0 0 0-1.506L6.66 2.451C6.011 1.885 5 2.345 5 3.204v9.592a1 1 0 0 0 1.659.753z'/></svg>");
  background-size: 100% 100%;
  transform: translate(-50%, -50%); }
  @media screen and (min-width: 768px) {
    .entry-content .col2-1__item--play a .col2-1__img::after,
    .entry-content .col2-1__item--play a .col3-1__img::after,
    .entry-content .col2-1__item--play a .col4-1__img::after,
    .entry-content .col2-1__item--play a .col4-2__img::after,
    .entry-content .col2-1__item--play a .card2-1__img::after,
    .entry-content .col2-1__item--play a .card3-1__img::after,
    .entry-content .col2-1__item--play a .card4-1__img::after,
    .entry-content .col2-1__item--play a .card4-2__img::after,
    .entry-content .col3-1__item--play a .col2-1__img::after,
    .entry-content .col3-1__item--play a .col3-1__img::after,
    .entry-content .col3-1__item--play a .col4-1__img::after,
    .entry-content .col3-1__item--play a .col4-2__img::after,
    .entry-content .col3-1__item--play a .card2-1__img::after,
    .entry-content .col3-1__item--play a .card3-1__img::after,
    .entry-content .col3-1__item--play a .card4-1__img::after,
    .entry-content .col3-1__item--play a .card4-2__img::after,
    .entry-content .col4-1__item--play a .col2-1__img::after,
    .entry-content .col4-1__item--play a .col3-1__img::after,
    .entry-content .col4-1__item--play a .col4-1__img::after,
    .entry-content .col4-1__item--play a .col4-2__img::after,
    .entry-content .col4-1__item--play a .card2-1__img::after,
    .entry-content .col4-1__item--play a .card3-1__img::after,
    .entry-content .col4-1__item--play a .card4-1__img::after,
    .entry-content .col4-1__item--play a .card4-2__img::after,
    .entry-content .col4-2__item--play a .col2-1__img::after,
    .entry-content .col4-2__item--play a .col3-1__img::after,
    .entry-content .col4-2__item--play a .col4-1__img::after,
    .entry-content .col4-2__item--play a .col4-2__img::after,
    .entry-content .col4-2__item--play a .card2-1__img::after,
    .entry-content .col4-2__item--play a .card3-1__img::after,
    .entry-content .col4-2__item--play a .card4-1__img::after,
    .entry-content .col4-2__item--play a .card4-2__img::after,
    .entry-content .card2-1__item--play a .col2-1__img::after,
    .entry-content .card2-1__item--play a .col3-1__img::after,
    .entry-content .card2-1__item--play a .col4-1__img::after,
    .entry-content .card2-1__item--play a .col4-2__img::after,
    .entry-content .card2-1__item--play a .card2-1__img::after,
    .entry-content .card2-1__item--play a .card3-1__img::after,
    .entry-content .card2-1__item--play a .card4-1__img::after,
    .entry-content .card2-1__item--play a .card4-2__img::after,
    .entry-content .card3-1__item--play a .col2-1__img::after,
    .entry-content .card3-1__item--play a .col3-1__img::after,
    .entry-content .card3-1__item--play a .col4-1__img::after,
    .entry-content .card3-1__item--play a .col4-2__img::after,
    .entry-content .card3-1__item--play a .card2-1__img::after,
    .entry-content .card3-1__item--play a .card3-1__img::after,
    .entry-content .card3-1__item--play a .card4-1__img::after,
    .entry-content .card3-1__item--play a .card4-2__img::after,
    .entry-content .card4-1__item--play a .col2-1__img::after,
    .entry-content .card4-1__item--play a .col3-1__img::after,
    .entry-content .card4-1__item--play a .col4-1__img::after,
    .entry-content .card4-1__item--play a .col4-2__img::after,
    .entry-content .card4-1__item--play a .card2-1__img::after,
    .entry-content .card4-1__item--play a .card3-1__img::after,
    .entry-content .card4-1__item--play a .card4-1__img::after,
    .entry-content .card4-1__item--play a .card4-2__img::after,
    .entry-content .card4-2__item --paly a .col2-1__img::after,
    .entry-content .card4-2__item --paly a .col3-1__img::after,
    .entry-content .card4-2__item --paly a .col4-1__img::after,
    .entry-content .card4-2__item --paly a .col4-2__img::after,
    .entry-content .card4-2__item --paly a .card2-1__img::after,
    .entry-content .card4-2__item --paly a .card3-1__img::after,
    .entry-content .card4-2__item --paly a .card4-1__img::after,
    .entry-content .card4-2__item --paly a .card4-2__img::after {
      width: 75px;
      height: 75px; } }
.entry-content .tab {
  margin: 40px 0; }
  @media screen and (min-width: 768px) {
    .entry-content .tab {
      margin: 80px 0; } }
  .entry-content .tab__list {
    width: 100%;
    border-bottom: 1px solid #dddddd; }
    .entry-content .tab__list ul {
      list-style: none;
      margin: 0;
      width: 90%;
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
      display: flex;
      justify-content: space-between;
      align-items: stretch; }
      .entry-content .tab__list ul li {
        position: relative;
        width: 100%;
        max-width: 588px;
        margin: 0;
        margin-right: 12px;
        text-align: center; }
        .entry-content .tab__list ul li:last-child {
          margin-right: 0; }
        .entry-content .tab__list ul li a {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          height: 100%;
          padding: 8px 25px;
          background-color: #f8f8f8;
          border-radius: 4px 4px 0 0;
          border: 1px solid #dddddd;
          border-bottom: none;
          color: #151515;
          font-size: 0.75rem;
          line-height: 1.25;
          font-weight: 600;
          text-decoration: none; }
          @media screen and (min-width: 768px) {
            .entry-content .tab__list ul li a {
              padding: 13.5px 25px;
              font-size: 1.25rem; } }
          .entry-content .tab__list ul li a::before {
            content: '';
            position: absolute;
            right: 12px;
            top: 50%;
            display: block;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            border-top: solid 2px #151515;
            border-right: solid 2px #151515;
            transform: rotate(135deg) scale(0.7); }
        .entry-content .tab__list ul li.is-active a {
          background-color: #fff; }
          .entry-content .tab__list ul li.is-active a::before {
            content: none; }
  .entry-content .tab__container {
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: 20px; }
    @media screen and (min-width: 768px) {
      .entry-content .tab__container {
        margin-top: 24px; } }
  .entry-content .tab__content {
    display: none; }
    .entry-content .tab__content.is-active {
      display: block; }
  .entry-content .tab__inner {
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 1200px) {
      .entry-content .tab__inner {
        width: 100%; } }
.entry-content .btn {
  width: 100%;
  margin: 24px 0; }
  @media screen and (min-width: 375px) {
    .entry-content .btn {
      max-width: 260px;
      margin-right: auto; } }
  @media screen and (min-width: 768px) {
    .entry-content .btn {
      max-width: 588px;
      margin: 48px auto; } }
  .entry-content .btn a,
  .entry-content .btn button,
  .entry-content .btn input[type="submit"] {
    position: relative;
    display: block;
    padding: 7.5px 25px;
    border: 1px solid #bbbbbb;
    color: #151515;
    font-family: futura-pt, sans-serif;
    font-size: 1rem;
    line-height: 1.96875;
    font-weight: 600;
    text-align: center;
    text-decoration: none; }
    @media screen and (min-width: 768px) {
      .entry-content .btn a,
      .entry-content .btn button,
      .entry-content .btn input[type="submit"] {
        padding: 9.5px 24px;
        font-size: 1.375rem;
        text-align: center; } }
    .entry-content .btn a::before,
    .entry-content .btn button::before,
    .entry-content .btn input[type="submit"]::before {
      content: '';
      position: absolute;
      right: 12px;
      top: 50%;
      display: block;
      width: 1em;
      height: 1em;
      margin-top: -0.5em;
      border-top: solid 2px #151515;
      border-right: solid 2px #151515;
      transform: rotate(45deg) scale(0.7); }
    .entry-content .btn a:hover,
    .entry-content .btn button:hover,
    .entry-content .btn input[type="submit"]:hover {
      opacity: 1;
      background: #151515;
      color: #fff; }
      .entry-content .btn a:hover::before,
      .entry-content .btn button:hover::before,
      .entry-content .btn input[type="submit"]:hover::before {
        border-color: #fff; }
  @media screen and (min-width: 768px) {
    .entry-content .btn--m a,
    .entry-content .btn--m button,
    .entry-content .btn--m input[type="submit"] {
      padding: 1.5px 25px; } }
  .entry-content .btn--s {
    max-width: 384px;
    margin: 28px auto; }
    @media screen and (min-width: 768px) {
      .entry-content .btn--s {
        margin: 32px auto; } }
    .entry-content .btn--s a,
    .entry-content .btn--s button,
    .entry-content .btn--s input[type="submit"] {
      padding: 5.5px 25px;
      font-size: 0.875rem;
      font-weight: 500; }
      @media screen and (min-width: 768px) {
        .entry-content .btn--s a,
        .entry-content .btn--s button,
        .entry-content .btn--s input[type="submit"] {
          font-size: 1rem; } }
  .entry-content .btn--align-left {
    margin-left: 0;
    margin-right: auto; }
    @media screen and (min-width: 768px) {
      .entry-content .btn--align-left {
        margin-left: 0;
        margin-right: auto; } }
  .entry-content .btn--align-right {
    margin-left: auto;
    margin-right: 0; }
    @media screen and (min-width: 768px) {
      .entry-content .btn--align-right {
        margin-left: auto;
        margin-right: 0; } }
  .entry-content .btn--align-center {
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 768px) {
      .entry-content .btn--align-center {
        margin-left: auto;
        margin-right: auto; } }
  .entry-content .btn--arrow-left a::before,
  .entry-content .btn--arrow-left button::before,
  .entry-content .btn--arrow-left input[type="submit"]::before {
    content: '';
    position: absolute;
    left: 12px;
    top: 50%;
    display: block;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    border-top: solid 2px #151515;
    border-right: solid 2px #151515;
    transform: rotate(-135deg) scale(0.7); }
  .entry-content .btn--arrow-up a::before,
  .entry-content .btn--arrow-up button::before,
  .entry-content .btn--arrow-up input[type="submit"]::before {
    content: '';
    position: absolute;
    left: 12px;
    top: 50%;
    display: block;
    width: 1em;
    height: 1em;
    margin-top: -0.3em;
    border-top: solid 2px #151515;
    border-right: solid 2px #151515;
    transform: rotate(-45deg) scale(0.7); }
  .entry-content .btn--arrow-down a::before,
  .entry-content .btn--arrow-down button::before,
  .entry-content .btn--arrow-down input[type="submit"]::before {
    content: '';
    position: absolute;
    left: 12px;
    top: 50%;
    display: block;
    width: 1em;
    height: 1em;
    margin-top: -0.7em;
    border-top: solid 2px #151515;
    border-right: solid 2px #151515;
    transform: rotate(135deg) scale(0.7); }
  .entry-content .btn--icon-ext a,
  .entry-content .btn--icon-ext button,
  .entry-content .btn--icon-ext input[type="submit"] {
    position: relative;
    background-color: #fff;
    z-index: 1;
    color: #151515; }
    .entry-content .btn--icon-ext a::before,
    .entry-content .btn--icon-ext button::before,
    .entry-content .btn--icon-ext input[type="submit"]::before {
      content: "";
      position: absolute;
      right: 5%;
      top: 50%;
      display: block;
      width: 1rem;
      height: 1rem;
      margin: 0;
      background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23151515' class='bi bi-box-arrow-up-right' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z'/><path fill-rule='evenodd' d='M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z'/></svg>");
      background-repeat: no-repeat;
      background-size: 100% auto;
      transform: translateY(-50%) rotate(0);
      border: none; }
      @media screen and (min-width: 768px) {
        .entry-content .btn--icon-ext a::before,
        .entry-content .btn--icon-ext button::before,
        .entry-content .btn--icon-ext input[type="submit"]::before {
          right: 3%;
          background-size: 100% auto; } }
    .entry-content .btn--icon-ext a:hover,
    .entry-content .btn--icon-ext button:hover,
    .entry-content .btn--icon-ext input[type="submit"]:hover {
      opacity: 1; }
      .entry-content .btn--icon-ext a:hover::before,
      .entry-content .btn--icon-ext button:hover::before,
      .entry-content .btn--icon-ext input[type="submit"]:hover::before {
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' class='bi bi-box-arrow-up-right' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z'/><path fill-rule='evenodd' d='M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z'/></svg>");
        opacity: 1; }
  .entry-content .btn--icon-mail a,
  .entry-content .btn--icon-mail button,
  .entry-content .btn--icon-mail input[type="submit"] {
    position: relative;
    background-color: #151515;
    z-index: 1;
    color: #fff; }
    .entry-content .btn--icon-mail a::before,
    .entry-content .btn--icon-mail button::before,
    .entry-content .btn--icon-mail input[type="submit"]::before {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      margin: 0;
      background: #0068b7;
      background: linear-gradient(90deg, #0068b7 0%, #005494 100%);
      border: none;
      opacity: 1;
      transform: none;
      z-index: -1; }
    .entry-content .btn--icon-mail a::after,
    .entry-content .btn--icon-mail button::after,
    .entry-content .btn--icon-mail input[type="submit"]::after {
      content: "";
      position: absolute;
      right: 5%;
      top: 50%;
      display: block;
      width: 1.5rem;
      height: 1.5rem;
      margin: 0;
      background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' class='bi bi-envelope' viewBox='0 0 16 16'><path d='M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm2-1a1 1 0 0 0-1 1v.217l7 4.2 7-4.2V4a1 1 0 0 0-1-1H2zm13 2.383l-4.758 2.855L15 11.114v-5.73zm-.034 6.878L9.271 8.82 8 9.583 6.728 8.82l-5.694 3.44A1 1 0 0 0 2 13h12a1 1 0 0 0 .966-.739zM1 11.114l4.758-2.876L1 5.383v5.73z'/></svg>");
      background-repeat: no-repeat;
      background-size: 100% auto;
      transform: translateY(-50%) rotate(0);
      border: none; }
      @media screen and (min-width: 768px) {
        .entry-content .btn--icon-mail a::after,
        .entry-content .btn--icon-mail button::after,
        .entry-content .btn--icon-mail input[type="submit"]::after {
          right: 3%;
          width: 36px;
          height: 36px;
          background-size: 36px auto; } }
    .entry-content .btn--icon-mail a:hover::before,
    .entry-content .btn--icon-mail button:hover::before,
    .entry-content .btn--icon-mail input[type="submit"]:hover::before {
      opacity: 0; }
  .entry-content .btn--bg-white a,
  .entry-content .btn--bg-white button,
  .entry-content .btn--bg-white input[type="submit"] {
    background-color: #fff; }
  .entry-content .btn--bg-gr-blue a,
  .entry-content .btn--bg-gr-blue button,
  .entry-content .btn--bg-gr-blue input[type="submit"] {
    position: relative;
    background-color: #151515;
    z-index: 1;
    color: #fff; }
    .entry-content .btn--bg-gr-blue a::before,
    .entry-content .btn--bg-gr-blue button::before,
    .entry-content .btn--bg-gr-blue input[type="submit"]::before {
      border-color: #fff; }
    .entry-content .btn--bg-gr-blue a::after,
    .entry-content .btn--bg-gr-blue button::after,
    .entry-content .btn--bg-gr-blue input[type="submit"]::after {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      margin: 0;
      background: #0068b7;
      background: linear-gradient(90deg, #0068b7 0%, #005494 100%);
      border: none;
      opacity: 1;
      transform: none;
      z-index: -1; }
    .entry-content .btn--bg-gr-blue a:hover::after,
    .entry-content .btn--bg-gr-blue button:hover::after,
    .entry-content .btn--bg-gr-blue input[type="submit"]:hover::after {
      opacity: 0; }
  .entry-content .btn--bg-gr-red a,
  .entry-content .btn--bg-gr-red button,
  .entry-content .btn--bg-gr-red input[type="submit"] {
    position: relative;
    background-color: #151515;
    z-index: 1;
    color: #fff; }
    .entry-content .btn--bg-gr-red a::before,
    .entry-content .btn--bg-gr-red button::before,
    .entry-content .btn--bg-gr-red input[type="submit"]::before {
      border-color: #fff; }
    .entry-content .btn--bg-gr-red a::after,
    .entry-content .btn--bg-gr-red button::after,
    .entry-content .btn--bg-gr-red input[type="submit"]::after {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      margin: 0;
      background: #ff3c00;
      background: linear-gradient(90deg, #ff3c00 0%, #cf3101 100%);
      border: none;
      opacity: 1;
      transform: none;
      z-index: -1; }
    .entry-content .btn--bg-gr-red a:hover::after,
    .entry-content .btn--bg-gr-red button:hover::after,
    .entry-content .btn--bg-gr-red input[type="submit"]:hover::after {
      opacity: 0; }
  .entry-content .btn--bg-gr-black a,
  .entry-content .btn--bg-gr-black button,
  .entry-content .btn--bg-gr-black input[type="submit"] {
    position: relative;
    background-color: #0068b7;
    z-index: 1;
    color: #fff; }
    .entry-content .btn--bg-gr-black a::before,
    .entry-content .btn--bg-gr-black button::before,
    .entry-content .btn--bg-gr-black input[type="submit"]::before {
      border-color: #fff; }
    .entry-content .btn--bg-gr-black a::after,
    .entry-content .btn--bg-gr-black button::after,
    .entry-content .btn--bg-gr-black input[type="submit"]::after {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      margin: 0;
      background: #202020;
      background: linear-gradient(90deg, #202020 0%, #000000 100%);
      border: none;
      opacity: 1;
      transform: none;
      z-index: -1; }
    .entry-content .btn--bg-gr-black a:hover,
    .entry-content .btn--bg-gr-black button:hover,
    .entry-content .btn--bg-gr-black input[type="submit"]:hover {
      background-color: #0068b7; }
      .entry-content .btn--bg-gr-black a:hover::after,
      .entry-content .btn--bg-gr-black button:hover::after,
      .entry-content .btn--bg-gr-black input[type="submit"]:hover::after {
        opacity: 0; }
  .entry-content .btn--bg-gr-sp a,
  .entry-content .btn--bg-gr-sp button,
  .entry-content .btn--bg-gr-sp input[type="submit"] {
    position: relative;
    background-color: #0068b7;
    z-index: 1;
    color: #fff; }
    .entry-content .btn--bg-gr-sp a::before,
    .entry-content .btn--bg-gr-sp button::before,
    .entry-content .btn--bg-gr-sp input[type="submit"]::before {
      border-color: #fff; }
    .entry-content .btn--bg-gr-sp a::after,
    .entry-content .btn--bg-gr-sp button::after,
    .entry-content .btn--bg-gr-sp input[type="submit"]::after {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      margin: 0;
      background: #0068b7;
      background: linear-gradient(90deg, #0068b7 0%, #ff3c00 100%);
      border: none;
      opacity: 1;
      transform: none;
      z-index: -1; }
    .entry-content .btn--bg-gr-sp a:hover,
    .entry-content .btn--bg-gr-sp button:hover,
    .entry-content .btn--bg-gr-sp input[type="submit"]:hover {
      background-color: #0068b7; }
      .entry-content .btn--bg-gr-sp a:hover::after,
      .entry-content .btn--bg-gr-sp button:hover::after,
      .entry-content .btn--bg-gr-sp input[type="submit"]:hover::after {
        opacity: 0; }
  .entry-content .btn--border-none a,
  .entry-content .btn--border-none button,
  .entry-content .btn--border-none input[type="submit"] {
    border: none; }
  .entry-content .btn--txt-white a,
  .entry-content .btn--txt-white button,
  .entry-content .btn--txt-white input[type="submit"] {
    color: #fff; }
    .entry-content .btn--txt-white a::before,
    .entry-content .btn--txt-white button::before,
    .entry-content .btn--txt-white input[type="submit"]::before {
      border-color: #fff; }
    .entry-content .btn--txt-white a:hover,
    .entry-content .btn--txt-white button:hover,
    .entry-content .btn--txt-white input[type="submit"]:hover {
      background-color: #0068b7; }
  .entry-content .btn--txt-red a,
  .entry-content .btn--txt-red button,
  .entry-content .btn--txt-red input[type="submit"] {
    color: #c62f00; }
    .entry-content .btn--txt-red a::before,
    .entry-content .btn--txt-red button::before,
    .entry-content .btn--txt-red input[type="submit"]::before {
      border-color: #c62f00; }
    .entry-content .btn--txt-red a:hover,
    .entry-content .btn--txt-red button:hover,
    .entry-content .btn--txt-red input[type="submit"]:hover {
      background-color: #0068b7; }
  .entry-content .btn--border-white a,
  .entry-content .btn--border-white button,
  .entry-content .btn--border-white input[type="submit"] {
    border-color: #fff; }
  .entry-content .btn--border-black a,
  .entry-content .btn--border-black button,
  .entry-content .btn--border-black input[type="submit"] {
    border-color: #151515; }
  .entry-content .btn--border-red a,
  .entry-content .btn--border-red button,
  .entry-content .btn--border-red input[type="submit"] {
    border-color: #c62f00; }
  .entry-content .btn--txt-left a,
  .entry-content .btn--txt-left button,
  .entry-content .btn--txt-left input[type="submit"] {
    text-align: left; }

.entry-content .btn-group {
  width: 100%;
  max-width: 100%;
  margin: 24px auto 0 auto; }
  @media screen and (min-width: 768px) {
    .entry-content .btn-group {
      max-width: 792px; } }
  @media screen and (min-width: 768px) {
    .entry-content .btn-group--m .btn a,
    .entry-content .btn-group--m .btn button,
    .entry-content .btn-group--m .btn input[type="submit"] {
      padding: 1.5px 25px; } }
  .entry-content .btn-group--s {
    max-width: 588px; }
    .entry-content .btn-group--s .btn a,
    .entry-content .btn-group--s .btn button,
    .entry-content .btn-group--s .btn input[type="submit"] {
      padding: 5.5px 25px;
      font-size: 0.875rem;
      font-weight: 500; }
  .entry-content .btn-group__container {
    display: flex;
    flex-wrap: wrap;
    margin-right: -6px;
    margin-left: -6px; }
    @media screen and (min-width: 768px) {
      .entry-content .btn-group__container {
        display: flex;
        flex-wrap: wrap;
        margin-right: -12px;
        margin-left: -12px; } }
  .entry-content .btn-group .btn {
    position: relative;
    width: 100%;
    padding-right: 6px;
    padding-left: 6px;
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 0;
    margin-bottom: 12px; }
    @media screen and (min-width: 768px) {
      .entry-content .btn-group .btn {
        position: relative;
        width: 100%;
        padding-right: 12px;
        padding-left: 12px;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 24px; } }
.entry-content .box-note {
  margin-top: 32px;
  padding: 16px;
  border-radius: 6px;
  border: 1px solid #151515; }
  @media screen and (min-width: 768px) {
    .entry-content .box-note {
      margin-top: 40px;
      padding: 24px;
      border-width: 2px; } }
  .entry-content .box-note *:first-child {
    margin-top: 0; }
  .entry-content .box-note *:last-child {
    margin-bottom: 0; }
  .entry-content .box-note--blue {
    border-color: #0068b7; }
    .entry-content .box-note--blue * {
      color: #0068b7; }
  .entry-content .box-note--red {
    border-color: #c62f00; }
    .entry-content .box-note--red * {
      color: #c62f00; }
  .entry-content .box-note--gray {
    border-color: #ddd; }
  .entry-content .box-note--thin {
    border-width: 1px; }

.entry-content hr,
.entry-content .hr {
  margin: 24px 0;
  border: none;
  border-top: 2px solid #ddd; }
  @media screen and (min-width: 768px) {
    .entry-content hr,
    .entry-content .hr {
      margin: 32px 0;
      border-width: 4px; } }
  .entry-content hr--m,
  .entry-content .hr--m {
    border-width: 2px; }
    @media screen and (min-width: 768px) {
      .entry-content hr--m,
      .entry-content .hr--m {
        border-width: 2px; } }
  .entry-content hr--s,
  .entry-content .hr--s {
    border-width: 1px; }
    @media screen and (min-width: 768px) {
      .entry-content hr--s,
      .entry-content .hr--s {
        border-width: 1px; } }
  .entry-content hr--white,
  .entry-content .hr--white {
    border-color: #fff; }
  .entry-content hr--black,
  .entry-content .hr--black {
    border-color: #151515; }
  .entry-content hr--full-black,
  .entry-content .hr--full-black {
    border-color: #000; }
  .entry-content hr--gray,
  .entry-content .hr--gray {
    border-color: #999; }
  .entry-content hr--mgray,
  .entry-content .hr--mgray {
    border-color: #bbb; }
  .entry-content hr--lgray,
  .entry-content .hr--lgray {
    border-color: #ddd; }
  .entry-content hr--blue,
  .entry-content .hr--blue {
    border-color: #0068b7; }
  .entry-content hr--navy,
  .entry-content .hr--navy {
    border-color: #002a51; }
  .entry-content hr--red,
  .entry-content .hr--red {
    border-color: #c62f00; }
  .entry-content hr--full-red,
  .entry-content .hr--full-red {
    border-color: #f00; }
  .entry-content hr--brwon,
  .entry-content .hr--brwon {
    border-color: #432011; }

.entry-content .margin--top-0 {
  margin-top: 0; }

.entry-content .margin--top-l {
  margin-top: 40px; }
  @media screen and (min-width: 768px) {
    .entry-content .margin--top-l {
      margin-top: 80px; } }
.entry-content .margin--top-m {
  margin-top: 24px; }
  @media screen and (min-width: 768px) {
    .entry-content .margin--top-m {
      margin-top: 64px; } }
.entry-content .margin--top-s {
  margin-top: 12px; }
  @media screen and (min-width: 768px) {
    .entry-content .margin--top-s {
      margin-top: 24px; } }
.entry-content .margin--bottom-0 {
  margin-bottom: 0; }

.entry-content .margin--bottom-l {
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .entry-content .margin--bottom-l {
      margin-bottom: 80px; } }
.entry-content .margin--bottom-m {
  margin-bottom: 24px; }
  @media screen and (min-width: 768px) {
    .entry-content .margin--bottom-m {
      margin-bottom: 64px; } }
.entry-content .margin--bottom-s {
  margin-bottom: 12px; }
  @media screen and (min-width: 768px) {
    .entry-content .margin--bottom-s {
      margin-bottom: 24px; } }
.entry-content .margin--bottom-40_20 {
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .entry-content .margin--bottom-40_20 {
      margin-bottom: 40px; } }
.entry-content .padding--top-0 {
  padding-top: 0; }

.entry-content .padding--top-l {
  padding-top: 40px; }
  @media screen and (min-width: 768px) {
    .entry-content .padding--top-l {
      padding-top: 80px; } }
.entry-content .padding--top-m {
  padding-top: 24px; }
  @media screen and (min-width: 768px) {
    .entry-content .padding--top-m {
      padding-top: 64px; } }
.entry-content .padding--top-s {
  padding-top: 12px; }
  @media screen and (min-width: 768px) {
    .entry-content .padding--top-s {
      padding-top: 24px; } }
.entry-content .padding--bottom-0 {
  padding-bottom: 0; }

.entry-content .padding--bottom-l {
  padding-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .entry-content .padding--bottom-l {
      padding-bottom: 80px; } }
.entry-content .padding--bottom-m {
  padding-bottom: 24px; }
  @media screen and (min-width: 768px) {
    .entry-content .padding--bottom-m {
      padding-bottom: 64px; } }
.entry-content .padding--bottom-s {
  padding-bottom: 12px; }
  @media screen and (min-width: 768px) {
    .entry-content .padding--bottom-s {
      padding-bottom: 24px; } }
.entry-content .mark {
  display: inline-block;
  font-size: 80%;
  margin-right: 8px;
  padding: 0 6px;
  background-color: #151515;
  color: #fff; }

.entry-content .dl-box {
  display: flex;
  flex-wrap: wrap;
  margin: 24px 0 32px 0;
  padding: 8px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }
  @media screen and (min-width: 768px) {
    .entry-content .dl-box {
      margin: 24px 0 40px 0; } }
  .entry-content .dl-box dt {
    font-size: 0.875rem;
    line-height: 1.5;
    align-self: center;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 16px;
    color: #0068b7;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .entry-content .dl-box dt {
        flex: 0 0 15%;
        max-width: 15%;
        padding: 24px; } }
  .entry-content .dl-box dd {
    font-size: 0.875rem;
    line-height: 1.7857142857;
    flex: 0 0 75%;
    max-width: 75%;
    border-left: 1px solid #ddd;
    padding: 16px;
    color: #1a1a1a;
    text-align: left; }
    @media screen and (min-width: 768px) {
      .entry-content .dl-box dd {
        flex: 0 0 85%;
        max-width: 85%;
        padding: 24px; } }
.entry-content .contact-form {
  margin: 40px 0; }
  @media screen and (min-width: 768px) {
    .entry-content .contact-form {
      margin: 80px 0; } }
  .entry-content .contact-form form dl {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%; }
    .entry-content .contact-form form dl dt {
      width: 20%;
      margin-bottom: 20px;
      padding-right: 20px; }
    .entry-content .contact-form form dl dd {
      width: 80%;
      margin-bottom: 20px; }
      .entry-content .contact-form form dl dd.submit {
        text-align: center; }
  .entry-content .contact-form form input,
  .entry-content .contact-form form textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #dddddd; }
    @media screen and (min-width: 768px) {
      .entry-content .contact-form form input,
      .entry-content .contact-form form textarea {
        padding: 12px; } }
  .entry-content .contact-form form textarea {
    height: 10em; }

.entry-content .toggle__btn a.is-active::before {
  margin-top: -9px;
  transform: rotate(180deg); }
  @media screen and (min-width: 768px) {
    .entry-content .toggle__btn a.is-active::before {
      margin-top: -18px; } }
.entry-content .toggle__body {
  display: none;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 0; }
  @media screen and (min-width: 768px) {
    .entry-content .toggle__body {
      padding: 40px 0; } }
.entry-content .thumb-slider-main {
  margin-bottom: 8px; }

.entry-content .thumb-slider-thumb .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1px;
  margin-left: -1px; }
  .entry-content .thumb-slider-thumb .swiper-wrapper .swiper-slide {
    flex: 0 0 12.5%;
    max-width: 12.5%;
    width: 100%;
    padding: 0 1px;
    transition: all .5s ease; }
    .entry-content .thumb-slider-thumb .swiper-wrapper .swiper-slide::after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      width: 100%;
      height: 100%;
      outline: 3px solid transparent;
      outline-offset: -3px; }
      @media screen and (min-width: 768px) {
        .entry-content .thumb-slider-thumb .swiper-wrapper .swiper-slide::after {
          outline-width: 4px;
          outline-offset: -4px; } }
    .entry-content .thumb-slider-thumb .swiper-wrapper .swiper-slide-thumb-active::after {
      outline-color: #bbb; }

body .entry-content .img--sp-16-9 {
  position: relative;
  width: 100%; }
  body .entry-content .img--sp-16-9::before {
    content: "";
    display: block;
    padding-top: 56.25%; }
  body .entry-content .img--sp-16-9 img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;'; }

body .entry-content .img--sp-3-2 {
  position: relative;
  width: 100%; }
  body .entry-content .img--sp-3-2::before {
    content: "";
    display: block;
    padding-top: 66.666666667%; }
  body .entry-content .img--sp-3-2 img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;'; }

body .entry-content .img--sp-3-4 {
  position: relative;
  width: 100%; }
  body .entry-content .img--sp-3-4::before {
    content: "";
    display: block;
    padding-top: 133.333333333%; }
  body .entry-content .img--sp-3-4 img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;'; }

body .entry-content .img--sp-4-3 {
  position: relative;
  width: 100%; }
  body .entry-content .img--sp-4-3::before {
    content: "";
    display: block;
    padding-top: 75%; }
  body .entry-content .img--sp-4-3 img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;'; }

body .entry-content .img--sp-2-1 {
  position: relative;
  width: 100%; }
  body .entry-content .img--sp-2-1::before {
    content: "";
    display: block;
    padding-top: 50%; }
  body .entry-content .img--sp-2-1 img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;'; }

body .entry-content .img--sp-1-1 {
  position: relative;
  width: 100%; }
  body .entry-content .img--sp-1-1::before {
    content: "";
    display: block;
    padding-top: 100%; }
  body .entry-content .img--sp-1-1 img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;'; }

body .entry-content .img--sp-750-412 {
  position: relative;
  width: 100%; }
  body .entry-content .img--sp-750-412::before {
    content: "";
    display: block;
    padding-top: 54.933333333%; }
  body .entry-content .img--sp-750-412 img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;'; }

body .entry-content .img--sp-silver {
  position: relative;
  width: 100%; }
  body .entry-content .img--sp-silver::before {
    content: "";
    display: block;
    padding-top: 141.421356237%; }
  body .entry-content .img--sp-silver img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;'; }

body .entry-content .img--sp-none {
  position: relative;
  width: 100%; }
  body .entry-content .img--sp-none::before {
    content: none; }
  body .entry-content .img--sp-none img {
    position: static;
    width: 100%;
    height: auto;
    object-fit: initial; }

body .entry-content .img--pc-16-9 {
  position: relative;
  width: 100%; }
  @media screen and (min-width: 768px) {
    body .entry-content .img--pc-16-9::before {
      content: "";
      display: block;
      padding-top: 56.25%; } }
  @media screen and (min-width: 768px) {
    body .entry-content .img--pc-16-9 img {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      font-family: 'object-fit: cover;'; } }
body .entry-content .img--pc-3-2 {
  position: relative;
  width: 100%; }
  @media screen and (min-width: 768px) {
    body .entry-content .img--pc-3-2::before {
      content: "";
      display: block;
      padding-top: 66.666666667%; } }
  @media screen and (min-width: 768px) {
    body .entry-content .img--pc-3-2 img {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      font-family: 'object-fit: cover;'; } }
body .entry-content .img--pc-3-4 {
  position: relative;
  width: 100%; }
  @media screen and (min-width: 768px) {
    body .entry-content .img--pc-3-4::before {
      content: "";
      display: block;
      padding-top: 133.333333333%; } }
  @media screen and (min-width: 768px) {
    body .entry-content .img--pc-3-4 img {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      font-family: 'object-fit: cover;'; } }
body .entry-content .img--pc-4-3 {
  position: relative;
  width: 100%; }
  @media screen and (min-width: 768px) {
    body .entry-content .img--pc-4-3::before {
      content: "";
      display: block;
      padding-top: 75%; } }
  @media screen and (min-width: 768px) {
    body .entry-content .img--pc-4-3 img {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      font-family: 'object-fit: cover;'; } }
body .entry-content .img--pc-2-1 {
  position: relative;
  width: 100%; }
  @media screen and (min-width: 768px) {
    body .entry-content .img--pc-2-1::before {
      content: "";
      display: block;
      padding-top: 50%; } }
  @media screen and (min-width: 768px) {
    body .entry-content .img--pc-2-1 img {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      font-family: 'object-fit: cover;'; } }
body .entry-content .img--pc-silver {
  position: relative;
  width: 100%; }
  @media screen and (min-width: 768px) {
    body .entry-content .img--pc-silver::before {
      content: "";
      display: block;
      padding-top: 141.421356237%; } }
  @media screen and (min-width: 768px) {
    body .entry-content .img--pc-silver img {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      font-family: 'object-fit: cover;'; } }
body .entry-content .img--pc-1600-600 {
  position: relative;
  width: 100%; }
  @media screen and (min-width: 768px) {
    body .entry-content .img--pc-1600-600::before {
      content: "";
      display: block;
      padding-top: 37.5%; } }
  @media screen and (min-width: 768px) {
    body .entry-content .img--pc-1600-600 img {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      font-family: 'object-fit: cover;'; } }
body .entry-content .img--pc-1600-412 {
  position: relative;
  width: 100%; }
  @media screen and (min-width: 768px) {
    body .entry-content .img--pc-1600-412::before {
      content: "";
      display: block;
      padding-top: 25.75%; } }
  @media screen and (min-width: 768px) {
    body .entry-content .img--pc-1600-412 img {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      font-family: 'object-fit: cover;'; } }
body .entry-content .img--pc-none {
  position: relative;
  width: 100%; }
  @media screen and (min-width: 768px) {
    body .entry-content .img--pc-none::before {
      content: none; } }
  @media screen and (min-width: 768px) {
    body .entry-content .img--pc-none img {
      position: static;
      width: 100%;
      height: auto;
      object-fit: initial; } }
.entry-content .ski .powder {
  position: relative;
  margin-bottom: 72px; }
  @media screen and (min-width: 768px) {
    .entry-content .ski .powder {
      margin-bottom: 144px; } }
  .entry-content .ski .powder__img {
    position: relative; }
  .entry-content .ski .powder__container {
    position: relative; }
    @media screen and (min-width: 768px) {
      .entry-content .ski .powder__container {
        width: 90%;
        max-width: 1200px;
        margin: 0 auto; } }
  .entry-content .ski .powder__box {
    position: relative;
    width: 92.5%;
    margin-top: -28vw;
    margin-left: auto;
    background-color: rgba(255, 255, 255, 0.85); }
    @media screen and (min-width: 768px) {
      .entry-content .ski .powder__box {
        width: 100%;
        max-width: 792px;
        margin-top: -482px;
        margin-left: 0; } }
    .entry-content .ski .powder__box h2 {
      width: 85%;
      margin: 24px auto;
      color: #002a51;
      font-family: 'Noto Serif TC', 'Noto Serif JP', serif;
      font-size: 1.6875rem;
      line-height: 1.4444444444;
      transform: translateX(-8px); }
      @media screen and (min-width: 768px) {
        .entry-content .ski .powder__box h2 {
          width: 100%;
          margin-top: 8px;
          margin-bottom: 32px;
          padding: 0 64px;
          font-size: 3.625rem;
          line-height: 1.3448275862;
          letter-spacing: -2px; } }
    .entry-content .ski .powder__box p {
      width: 85%;
      margin: 0 auto; }
      @media screen and (min-width: 768px) {
        .entry-content .ski .powder__box p {
          width: 100%;
          padding: 0 64px;
          font-size: 1.125rem;
          line-height: 1.75; } }
  .entry-content .ski .powder__deco {
    position: relative; }
    .entry-content .ski .powder__deco img {
      max-width: 65vw;
      margin-top: -12vw;
      margin-left: -2vw; }
      @media screen and (min-width: 768px) {
        .entry-content .ski .powder__deco img {
          max-width: 450px;
          margin-top: -117px;
          margin-left: 24px; } }
.entry-content .ski .interview {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  line-height: 0; }
  @media screen and (min-width: 768px) {
    .entry-content .ski .interview {
      flex-direction: row; } }
  .entry-content .ski .interview__img {
    min-height: 320px;
    background-image: url("https://placehold.jp/30/717171/ffffff/770x651.png");
    background-position: center center;
    background-size: cover; }
    @media screen and (min-width: 768px) {
      .entry-content .ski .interview__img {
        flex: 0 0 46%;
        max-width: 46%; } }
  .entry-content .ski .interview__container {
    background-color: #000;
    color: #fff; }
    @media screen and (min-width: 768px) {
      .entry-content .ski .interview__container {
        flex: 0 0 54%;
        max-width: 54%; } }
  .entry-content .ski .interview__body {
    width: 90%;
    margin: 0 auto;
    padding: 40px 0;
    line-height: 1; }
    @media screen and (min-width: 768px) {
      .entry-content .ski .interview__body {
        max-width: 680px;
        margin-left: 0;
        padding: 64px 0 64px 64px; } }
    .entry-content .ski .interview__body h3 {
      margin-bottom: 24px;
      color: #0068b7;
      font-family: futura-pt, sans-serif;
      font-size: 1.3125rem;
      line-height: 1.1904761905;
      font-weight: 600; }
      @media screen and (min-width: 768px) {
        .entry-content .ski .interview__body h3 {
          font-size: 2rem;
          line-height: 1.3125; } }
    .entry-content .ski .interview__body p {
      margin-bottom: 24px;
      font-size: 0.875rem;
      line-height: 1.75; }
      @media screen and (min-width: 768px) {
        .entry-content .ski .interview__body p {
          font-size: 1.125rem;
          line-height: 1.75; } }
  .entry-content .ski .interview__list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-right: -6px;
    margin-left: -6px; }
    @media screen and (min-width: 768px) {
      .entry-content .ski .interview__list {
        display: flex;
        flex-wrap: wrap;
        margin-right: -12px;
        margin-left: -12px; } }
    .entry-content .ski .interview__list li {
      position: relative;
      width: 100%;
      padding-right: 6px;
      padding-left: 6px;
      flex: 0 0 50%;
      max-width: 50%;
      margin-bottom: 20px; }
      @media screen and (min-width: 768px) {
        .entry-content .ski .interview__list li {
          position: relative;
          width: 100%;
          padding-right: 12px;
          padding-left: 12px;
          flex: 0 0 50%;
          max-width: 50%; } }
    .entry-content .ski .interview__list figure {
      line-height: 0; }
    .entry-content .ski .interview__list figcaption {
      padding: 8px 0;
      font-size: 0.745625rem;
      line-height: 1.1001676446; }
      @media screen and (min-width: 768px) {
        .entry-content .ski .interview__list figcaption {
          font-size: 1rem;
          line-height: 1.375; } }
.entry-content .ski__kv--16-6 {
  position: relative;
  width: 100%; }
  .entry-content .ski__kv--16-6::before {
    content: "";
    display: block;
    padding-top: 37.5% !important; }
  .entry-content .ski__kv--16-6 img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;'; }

.entry-content .ski__margin-bottom {
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .entry-content .ski__margin-bottom {
      margin-bottom: 80px; } }
.entry-content .webshop_ic_card_lift {
  margin-top: 80px; }
  @media screen and (min-width: 768px) {
    .entry-content .webshop_ic_card_lift {
      margin-top: 120px; } }
  .entry-content .webshop_ic_card_lift .entry__container {
    max-width: 1000px; }
  .entry-content .webshop_ic_card_lift .h2 {
    color: #fff;
    text-align: center; }
  .entry-content .webshop_ic_card_lift p {
    color: #fff; }
  .entry-content .webshop_ic_card_lift .ic_lift_ticket p:first-child {
    margin-top: 20px; }
    @media screen and (min-width: 768px) {
      .entry-content .webshop_ic_card_lift .ic_lift_ticket p:first-child {
        margin-top: 40px; } }
  .entry-content .webshop_ic_card_lift .ic_lift_ticket .btn--buy {
    margin-top: 24px; }
    @media screen and (min-width: 768px) {
      .entry-content .webshop_ic_card_lift .ic_lift_ticket .btn--buy {
        margin-top: 40px; } }
  .entry-content .webshop_ic_card_lift .ic_lift_ticket .btn--link {
    max-width: 384px;
    margin: 24px auto; }
    .entry-content .webshop_ic_card_lift .ic_lift_ticket .btn--link a {
      font-size: 0.875rem; }
      @media screen and (min-width: 768px) {
        .entry-content .webshop_ic_card_lift .ic_lift_ticket .btn--link a {
          font-size: 1.125rem; } }
.entry-content .rental__kv {
  position: relative;
  width: 100%;
  margin-bottom: 27px; }
  @media screen and (min-width: 768px) {
    .entry-content .rental__kv {
      margin-bottom: 48px; } }
  .entry-content .rental__kv::before {
    content: "";
    display: block;
    padding-top: 34.666666667%; }
  .entry-content .rental__kv img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;'; }

.entry-content .rental__visitor {
  display: flex;
  flex-direction: column;
  margin: 40px 0; }
  @media screen and (min-width: 768px) {
    .entry-content .rental__visitor {
      flex-direction: row;
      margin: 48px 0; } }
  .entry-content .rental__visitor-txt {
    width: 100%;
    padding: 27px 16px;
    background-color: #002a51;
    color: #fff; }
    @media screen and (min-width: 768px) {
      .entry-content .rental__visitor-txt {
        width: 50%;
        padding: 40px; } }
    .entry-content .rental__visitor-txt h3 {
      margin-top: 0; }
    .entry-content .rental__visitor-txt p {
      margin-bottom: 0; }
  .entry-content .rental__visitor-img {
    position: relative;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .entry-content .rental__visitor-img {
        width: 50%; } }
    .entry-content .rental__visitor-img::before {
      content: "";
      display: block;
      padding-top: 41.333333333%; }
      @media screen and (min-width: 768px) {
        .entry-content .rental__visitor-img::before {
          padding-top: 41.333333333%; } }
    .entry-content .rental__visitor-img img {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      font-family: 'object-fit: cover;'; }

.entry-content .rental-station {
  padding: 40px 0;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd; }
  @media screen and (min-width: 768px) {
    .entry-content .rental-station {
      padding: 54px 0;
      border-width: 4px; } }
  @media screen and (min-width: 768px) {
    .entry-content .rental-station__item {
      margin-bottom: 48px; }
      .entry-content .rental-station__item:last-child {
        margin-bottom: 0; } }
  .entry-content .rental-station__container {
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      .entry-content .rental-station__container {
        flex-direction: row; }
        .entry-content .rental-station__container:last-child {
          margin-bottom: 0; } }
  .entry-content .rental-station__logo {
    width: 100%;
    margin-bottom: 27px;
    padding-bottom: 14px;
    border-bottom: 2px solid #ddd; }
    @media screen and (min-width: 768px) {
      .entry-content .rental-station__logo {
        max-width: 25%;
        margin-bottom: 0;
        padding-right: 64px;
        border-bottom: none;
        border-right: 1px solid #ddd; } }
  .entry-content .rental-station__body {
    width: 100%;
    margin-bottom: 32px;
    border-bottom: 1px solid #ddd; }
    @media screen and (min-width: 768px) {
      .entry-content .rental-station__body {
        max-width: 75%;
        margin-bottom: 0;
        padding-left: 32px;
        border-bottom: none; } }
    .entry-content .rental-station__body h4 {
      margin-top: 0;
      padding-bottom: 8px;
      border-bottom: 1px solid #ddd; }

.entry-content .rental__step {
  list-style: none;
  margin: 0 0 40px 0; }
  .entry-content .rental__step li {
    position: relative;
    display: flex;
    margin-bottom: 32px;
    background-color: #f8f8f8;
    border-radius: 6px; }
    .entry-content .rental__step li::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -23px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 23px 23px 0 23px;
      border-color: #f8f8f8 transparent transparent transparent; }
    .entry-content .rental__step li:last-child::after {
      content: none; }
    .entry-content .rental__step li .rental__step-num {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 25%;
      padding: 16px;
      background-color: #151515;
      border-radius: 6px 0 0 6px;
      color: #fff;
      font-family: futura-pt, sans-serif;
      font-size: 1rem;
      line-height: 1.25;
      font-weight: bold;
      text-align: center; }
      @media screen and (min-width: 768px) {
        .entry-content .rental__step li .rental__step-num {
          padding: 23.5px;
          font-size: 1.25rem; } }
    .entry-content .rental__step li .rental__step-txt {
      display: block;
      width: 75%;
      padding: 16px;
      font-weight: 500; }
      @media screen and (min-width: 768px) {
        .entry-content .rental__step li .rental__step-txt {
          padding: 23.5px; } }
.entry-content .webshop_ic_card_ski-snowboard__container {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px; }

.entry-content .webshop_ic_card_ski-snowboard h3 {
  margin-top: 0;
  color: #fff;
  text-align: center; }

.entry-content .webshop_ic_card_ski-snowboard p {
  color: #fff; }

.entry-content .webshop_ic_card_ski-snowboard ol li,
.entry-content .webshop_ic_card_ski-snowboard ul li {
  color: #fff; }

.entry-content .slope__info {
  padding: 16px;
  background-color: #f8f8f8; }
  @media screen and (min-width: 768px) {
    .entry-content .slope__info {
      padding: 24px; } }
  .entry-content .slope__info ol li, .entry-content .slope__info ul li {
    margin-bottom: 4px;
    font-family: futura-pt, sans-serif;
    font-size: 0.875rem;
    font-weight: 500; }
    @media screen and (min-width: 768px) {
      .entry-content .slope__info ol li, .entry-content .slope__info ul li {
        margin-bottom: 6px; } }
.entry-content .ski--kids .ski-col {
  margin: 24px 0; }
  @media screen and (min-width: 768px) {
    .entry-content .ski--kids .ski-col {
      margin: 32px 0; } }
  .entry-content .ski--kids .ski-col__container {
    display: flex;
    flex-wrap: wrap;
    margin-right: -6px;
    margin-left: -6px;
    margin: 0 -5%; }
    @media screen and (min-width: 768px) {
      .entry-content .ski--kids .ski-col__container {
        display: flex;
        flex-wrap: wrap;
        margin-right: -12px;
        margin-left: -12px;
        margin: 0 -24px; } }
  .entry-content .ski--kids .ski-col__item {
    position: relative; }
    .entry-content .ski--kids .ski-col__item--2-1 {
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 12px;
      padding: 0 5%; }
      @media screen and (min-width: 768px) {
        .entry-content .ski--kids .ski-col__item--2-1 {
          flex: 0 0 50%;
          max-width: 50%;
          margin-bottom: 24px;
          padding: 0 24px; } }
    .entry-content .ski--kids .ski-col__item--3-1 {
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 12px;
      padding: 0 5%; }
      @media screen and (min-width: 768px) {
        .entry-content .ski--kids .ski-col__item--3-1 {
          flex: 0 0 33.3333333333%;
          max-width: 33.3333333333%;
          margin-bottom: 24px;
          padding: 0 24px; } }
    .entry-content .ski--kids .ski-col__item--5-1 {
      flex: 0 0 50%;
      max-width: 50%;
      margin-bottom: 12px;
      padding: 0 5%; }
      @media screen and (min-width: 768px) {
        .entry-content .ski--kids .ski-col__item--5-1 {
          flex: 0 0 20%;
          max-width: 20%;
          margin-bottom: 24px;
          padding: 0 24px; } }
  .entry-content .ski--kids .ski-col__img {
    width: 100%; }
    .entry-content .ski--kids .ski-col__img img {
      width: 100%; }
  .entry-content .ski--kids .ski-col__body {
    position: relative; }
    .entry-content .ski--kids .ski-col__body h4 {
      font-size: 1rem;
      line-height: 1.5;
      margin-bottom: 8px;
      text-align: center; }
      @media screen and (min-width: 768px) {
        .entry-content .ski--kids .ski-col__body h4 {
          font-size: 1.5rem; } }
.entry-content .ski--kids .ski-high-light-box {
  border: 1px solid #0068b7;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .entry-content .ski--kids .ski-high-light-box {
      margin-bottom: 40px;
      padding: 40px; } }
  .entry-content .ski--kids .ski-high-light-box *:first-child {
    margin-top: 0; }
  .entry-content .ski--kids .ski-high-light-box *:last-child {
    margin-bottom: 0; }

.entry-content .ski--kids .ski-container {
  max-width: 1200px;
  width: 100%;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .entry-content .ski--kids .ski-container {
      margin-bottom: 40px; } }
  .entry-content .ski--kids .ski-container--center {
    text-align: center; }
  .entry-content .ski--kids .ski-container--right {
    text-align: right; }
  .entry-content .ski--kids .ski-container--padding {
    padding: 20px; }
    @media screen and (min-width: 768px) {
      .entry-content .ski--kids .ski-container--padding {
        padding: 40px; } }
.entry-content .ski--kids .ski-image-wrapper {
  font-size: 0;
  line-height: 0; }

.entry-content .ski--kids .ski-character {
  text-align: right;
  margin-bottom: -20px; }
  @media screen and (min-width: 768px) {
    .entry-content .ski--kids .ski-character {
      margin-bottom: -40px; } }
.entry-content .ski--kids figure img {
  margin-bottom: 20px; }

.entry-content .ski--kids .email {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 10px;
  font-weight: bold; }
  @media screen and (min-width: 768px) {
    .entry-content .ski--kids .email {
      font-size: 1.25rem;
      line-height: 1.5;
      margin-bottom: 20px; } }
.entry-content .ski--kids .tel {
  font-size: 0.875rem;
  line-height: 1.5; }
  @media screen and (min-width: 768px) {
    .entry-content .ski--kids .tel {
      font-size: 0.9375rem;
      line-height: 1.4666666667; } }
.entry-content .ski-bc__field {
  position: relative;
  margin: 40px 0;
  padding-top: 30%;
  padding-bottom: 40px;
  background-size: 100% auto;
  background-color: #d1e8ff; }
  @media screen and (min-width: 768px) {
    .entry-content .ski-bc__field {
      margin: 80px 0;
      padding-bottom: 80px; } }
  .entry-content .ski-bc__field-txt {
    width: 80%;
    max-width: 800px;
    margin: 0 auto; }
    .entry-content .ski-bc__field-txt h2 {
      font-family: 'Noto Serif TC', 'Noto Serif JP', serif;
      font-size: 2rem;
      line-height: 1.34375; }
      @media screen and (min-width: 1200px) {
        .entry-content .ski-bc__field-txt h2 {
          font-size: 3.625rem; } }
.agt-list {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto; }
  .agt-list__list li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -16px;
    border-bottom: 1px solid #ddd; }
  .agt-list__logo {
    flex: 0 0 15%;
    max-width: 15%;
    padding: 16px; }
  .agt-list__name {
    flex: 0 0 85%;
    max-width: 85%;
    padding: 16px; }
    .agt-list__name a {
      color: #151515;
      text-decoration: none; }

.gourmet__section {
  padding: 20px 0 20px 0; }
  .gourmet__section--omotenashi {
    padding: 0; }
    @media screen and (min-width: 768px) {
      .gourmet__section--omotenashi {
        margin-top: 80px; } }
  .gourmet__section .btn--hag {
    max-width: 100%;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .gourmet__section .btn--hag {
        max-width: 588px; } }
.gourmet__hotel {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (min-width: 768px) {
    .gourmet__hotel {
      margin-top: 40px; } }
  .gourmet__hotel-item {
    position: relative;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 40px 0; }
    @media screen and (min-width: 768px) {
      .gourmet__hotel-item {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0; } }
    .gourmet__hotel-item--2 {
      border-top: 1px solid #ddd; }
      @media screen and (min-width: 768px) {
        .gourmet__hotel-item--2 {
          border-left: 1px solid #ddd;
          border-top: none; } }
  .gourmet__hotel .btn {
    margin-bottom: 0; }

.gourmet__auth {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0; }
  @media screen and (min-width: 768px) {
    .gourmet__auth {
      margin-right: -12px;
      margin-left: -12px; } }
  .gourmet__auth-inner {
    position: relative;
    padding: 0 0 28px 0; }
    @media screen and (min-width: 768px) {
      .gourmet__auth-inner {
        padding: 0 12px 12px 12px; } }
    .gourmet__auth-inner--1 {
      flex: 0 0 100%;
      max-width: 100%; }
      @media screen and (min-width: 768px) {
        .gourmet__auth-inner--1 {
          flex: 0 0 84.8333333333%;
          max-width: 84.8333333333%; } }
    .gourmet__auth-inner--2 {
      flex: 0 0 100%;
      max-width: 100%; }
      @media screen and (min-width: 768px) {
        .gourmet__auth-inner--2 {
          flex: 0 0 15.1666666667%;
          max-width: 15.1666666667%; } }
    .gourmet__auth-inner > *:last-child {
      margin-bottom: 0; }
    .gourmet__auth-inner .btn {
      max-width: 100%; }
      @media screen and (min-width: 768px) {
        .gourmet__auth-inner .btn {
          max-width: 384px;
          margin-left: 0; } }
      .gourmet__auth-inner .btn a {
        background-color: #fff;
        text-align: center; }

.gourmet__img--hag {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto 40px;
  line-height: 0;
  margin-bottom: 40px; }

.gourmet__img--ahs-aoh {
  position: relative;
  width: 100%;
  margin-bottom: 40px; }
  .gourmet__img--ahs-aoh::before {
    content: "";
    display: block;
    padding-top: 34.5% !important; }
  .gourmet__img--ahs-aoh img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;'; }

.gourmet__img--omotenashi {
  position: relative;
  width: 100%; }
  .gourmet__img--omotenashi::before {
    content: "";
    display: block;
    padding-top: 68.2666666667% !important; }
  .gourmet__img--omotenashi img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;'; }
  @media screen and (min-width: 768px) {
    .gourmet__img--omotenashi {
      position: relative;
      width: 100%; }
      .gourmet__img--omotenashi::before {
        content: "";
        display: block;
        padding-top: 32% !important; }
      .gourmet__img--omotenashi img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        font-family: 'object-fit: cover;'; } }
.gourmet__img--halal {
  position: relative;
  width: 100%; }
  .gourmet__img--halal::before {
    content: "";
    display: block;
    padding-top: 151.0989010989% !important; }
  .gourmet__img--halal img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;'; }

.gourmet__img--store {
  position: relative;
  width: 100%;
  margin-bottom: 40px; }
  .gourmet__img--store::before {
    content: "";
    display: block;
    padding-top: 34.6666666667% !important; }
  .gourmet__img--store img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;'; }

.gourmet__commitment {
  padding: 40px 0; }
  @media screen and (min-width: 768px) {
    .gourmet__commitment {
      padding: 96px 0 80px 0; } }
  .gourmet__commitment .entry__container > *:first-child {
    margin-top: 0; }

.gourmet__store {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px; }
  .gourmet__store-logo-area {
    display: flex;
    align-items: center;
    padding: 20px 16px;
    border-bottom: 1px solid #ddd;
    position: relative; }
    .gourmet__store-logo-area::after {
      font-size: 0.375rem;
      line-height: 1.5;
      content: 'RESERVATION REQUIRED';
      position: absolute;
      top: 50%;
      right: 16px;
      transform: translateY(-50%);
      display: block;
      background-image: url("../images/gourmet/hotel-appi-grand/top/pencil-square.svg");
      background-position: top 50% left;
      margin-right: 0;
      margin-left: auto;
      padding-left: 20px;
      color: #c62f00; }
      @media screen and (min-width: 1024px) {
        .gourmet__store-logo-area::after {
          padding-left: 30px;
          font-size: 0.75rem;
          line-height: 1.5; } }
    .gourmet__store-logo-area.is-no-reservation::after {
      content: none; }
  .gourmet__store-link-area {
    position: relative;
    padding: 20px 50px 20px 16px; }
    .gourmet__store-link-area span {
      display: block; }
    .gourmet__store-link-area:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 20px;
      display: block;
      width: 10px;
      height: 10px;
      border-top: 1px solid #1a1a1a;
      border-right: 1px solid #1a1a1a;
      transform: rotate(45deg); }
  .gourmet__store-link-text {
    font-size: 0.875rem;
    line-height: 1.5;
    margin-top: 24px; }

.gourmet__item {
  position: relative;
  padding: 0 12px 24px 12px; }
  .gourmet__item--2-1 {
    flex: 0 0 100%;
    max-width: 100%; }
    @media screen and (min-width: 768px) {
      .gourmet__item--2-1 {
        flex: 0 0 50%;
        max-width: 50%; } }
  .gourmet__item--3-1 {
    flex: 0 0 100%;
    max-width: 100%; }
    @media screen and (min-width: 768px) {
      .gourmet__item--3-1 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%; } }
  .gourmet__item a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #1a1a1a; }
    .gourmet__item a:hover {
      background-color: #f1f0e8; }

.gourmet__container {
  max-width: 1200px;
  width: 100%;
  margin-right: auto;
  margin-left: auto; }

.gourmet__desc {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (min-width: 768px) {
    .gourmet__desc {
      margin-right: -32px;
      margin-left: -32px; } }
  .gourmet__desc-slider, .gourmet__desc-body {
    position: relative;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0 40px 0; }
    @media screen and (min-width: 768px) {
      .gourmet__desc-slider, .gourmet__desc-body {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 32px 32px 32px; } }
  .gourmet__desc-slider-main {
    margin-bottom: 8px; }
  .gourmet__desc-slider-thumb .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1px;
    margin-left: -1px; }
    .gourmet__desc-slider-thumb .swiper-wrapper .swiper-slide {
      flex: 0 0 12.5%;
      max-width: 12.5%;
      width: 100%;
      padding: 0 1px;
      transition: all .5s ease; }
      .gourmet__desc-slider-thumb .swiper-wrapper .swiper-slide::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 100%;
        height: 100%;
        outline: 3px solid transparent;
        outline-offset: -3px; }
        @media screen and (min-width: 768px) {
          .gourmet__desc-slider-thumb .swiper-wrapper .swiper-slide::after {
            outline-width: 4px;
            outline-offset: -4px; } }
      .gourmet__desc-slider-thumb .swiper-wrapper .swiper-slide-thumb-active::after {
        outline-color: #bbb; }
  .gourmet__desc-body {
    max-width: 90%;
    margin-right: auto;
    margin-left: auto; }

.gourmet__info {
  display: flex;
  flex-wrap: wrap; }
  .gourmet__info-logo, .gourmet__info-body {
    position: relative; }
  .gourmet__info-logo {
    flex: 0 0 90%;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 24px; }
    @media screen and (min-width: 768px) {
      .gourmet__info-logo {
        flex: 0 0 25.3333333333%;
        max-width: 25.3333333333%;
        margin-bottom: 0; } }
  .gourmet__info-body {
    flex: 0 0 90%;
    max-width: 90%;
    border-top: 1px solid #ddd;
    margin-right: auto;
    margin-left: auto; }
    @media screen and (min-width: 768px) {
      .gourmet__info-body {
        flex: 0 0 74.6666666667%;
        max-width: 74.6666666667%;
        border-left: 1px solid #ddd;
        border-top: none;
        padding: 0 0 0 40px; } }
    .gourmet__info-body h2 {
      margin-top: 24px;
      margin-bottom: 6px; }
      @media screen and (min-width: 768px) {
        .gourmet__info-body h2 {
          margin-top: 0;
          margin-bottom: 10px; } }
  .gourmet__info-reservation {
    font-size: 0.6875rem;
    line-height: 2;
    margin-right: 0;
    margin-left: auto;
    padding-left: 35px;
    background-image: url("../images/gourmet/hotel-appi-grand/top/pencil-square.svg");
    background-position: top 50% left;
    color: #c62f00; }
    @media screen and (min-width: 768px) {
      .gourmet__info-reservation {
        font-size: 0.8125rem;
        line-height: 2; } }
.access {
  padding: 40px 0 0 0; }
  .access__btn {
    margin: 24px auto;
    max-width: 260px; }
    @media screen and (min-width: 768px) {
      .access__btn {
        max-width: 588px; } }
    .access__btn a {
      font-size: 1rem;
      line-height: 1.5;
      display: block;
      width: 100%;
      height: 100%;
      border-radius: 10px;
      border: 1px solid #ddd;
      padding: 1em;
      background-color: #fff;
      color: #151515;
      text-decoration: none;
      text-align: center;
      font-weight: bold; }
      .access__btn a:hover {
        background-color: #151515;
        color: #fff;
        opacity: 1; }
    .access__btn--gray a {
      padding: 1em 1em 1em 45px;
      background-color: #f8f8f8;
      background-image: url("../images/access/common/arrow-right-short.svg");
      background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23151515' class='bi bi-arrow-right-short' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/></svg>");
      background-position: left 15px top 50%;
      background-size: 26px; }
      @media screen and (min-width: 768px) {
        .access__btn--gray a {
          padding: 1em 1em 1em 70px;
          background-position: left 40px top 50%; } }
      .access__btn--gray a:hover {
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' class='bi bi-arrow-right-short' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/></svg>"); }
    .access__btn--s a {
      font-size: 0.625rem;
      line-height: 1.5; }
  .access__icon {
    margin-top: 32px; }
    @media screen and (min-width: 768px) {
      .access__icon {
        margin-top: 60px; } }
    .access__icon h2 {
      margin-top: 16px; }
      @media screen and (min-width: 768px) {
        .access__icon h2 {
          margin-top: 32px; } }
  .access__comment {
    position: relative;
    max-width: 170px;
    border-radius: 10px;
    margin-bottom: 24px;
    margin-right: auto;
    margin-left: auto;
    padding: 1em;
    background-color: #c62f00;
    color: #fff;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .access__comment {
        max-width: 340px; } }
    .access__comment:after {
      content: '';
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translateX(-50%);
      border: 10px solid transparent;
      border-top: 10px solid #c62f00; }
  .access .entry__head {
    position: relative; }
  .access__map-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0; }
  .access__center {
    text-align: center; }
  .access h3 span {
    font-size: 75%; }
  .access h4 {
    color: #0068b7; }
  @media screen and (min-width: 768px) {
    .access p {
      font-size: 0.875rem;
      line-height: 1.75; } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    .access p {
      font-size: 0.875rem; } }
.only-pc {
  display: none; }
  @media screen and (min-width: 768px) {
    .only-pc {
      display: block; } }
.only-sp {
  display: block; }
  @media screen and (min-width: 768px) {
    .only-sp {
      display: none; } }
.entry-content .margin-bottom--0 {
  margin-bottom: 0; }

body[data-aos-duration='50'] [data-aos], [data-aos][data-aos][data-aos-duration='50'] {
  transition-duration: 50ms; }

body[data-aos-delay='50'] [data-aos], [data-aos][data-aos][data-aos-delay='50'] {
  transition-delay: 0; }
  body[data-aos-delay='50'] .aos-animate[data-aos], .aos-animate[data-aos][data-aos][data-aos-delay='50'] {
    transition-delay: 50ms; }

body[data-aos-duration='100'] [data-aos], [data-aos][data-aos][data-aos-duration='100'] {
  transition-duration: 100ms; }

body[data-aos-delay='100'] [data-aos], [data-aos][data-aos][data-aos-delay='100'] {
  transition-delay: 0; }
  body[data-aos-delay='100'] .aos-animate[data-aos], .aos-animate[data-aos][data-aos][data-aos-delay='100'] {
    transition-delay: 100ms; }

body[data-aos-duration='150'] [data-aos], [data-aos][data-aos][data-aos-duration='150'] {
  transition-duration: 150ms; }

body[data-aos-delay='150'] [data-aos], [data-aos][data-aos][data-aos-delay='150'] {
  transition-delay: 0; }
  body[data-aos-delay='150'] .aos-animate[data-aos], .aos-animate[data-aos][data-aos][data-aos-delay='150'] {
    transition-delay: 150ms; }

body[data-aos-duration='200'] [data-aos], [data-aos][data-aos][data-aos-duration='200'] {
  transition-duration: 200ms; }

body[data-aos-delay='200'] [data-aos], [data-aos][data-aos][data-aos-delay='200'] {
  transition-delay: 0; }
  body[data-aos-delay='200'] .aos-animate[data-aos], .aos-animate[data-aos][data-aos][data-aos-delay='200'] {
    transition-delay: 200ms; }

body[data-aos-duration='250'] [data-aos], [data-aos][data-aos][data-aos-duration='250'] {
  transition-duration: 250ms; }

body[data-aos-delay='250'] [data-aos], [data-aos][data-aos][data-aos-delay='250'] {
  transition-delay: 0; }
  body[data-aos-delay='250'] .aos-animate[data-aos], .aos-animate[data-aos][data-aos][data-aos-delay='250'] {
    transition-delay: 250ms; }

body[data-aos-duration='300'] [data-aos], [data-aos][data-aos][data-aos-duration='300'] {
  transition-duration: 300ms; }

body[data-aos-delay='300'] [data-aos], [data-aos][data-aos][data-aos-delay='300'] {
  transition-delay: 0; }
  body[data-aos-delay='300'] .aos-animate[data-aos], .aos-animate[data-aos][data-aos][data-aos-delay='300'] {
    transition-delay: 300ms; }

body[data-aos-duration='350'] [data-aos], [data-aos][data-aos][data-aos-duration='350'] {
  transition-duration: 350ms; }

body[data-aos-delay='350'] [data-aos], [data-aos][data-aos][data-aos-delay='350'] {
  transition-delay: 0; }
  body[data-aos-delay='350'] .aos-animate[data-aos], .aos-animate[data-aos][data-aos][data-aos-delay='350'] {
    transition-delay: 350ms; }

body[data-aos-duration='400'] [data-aos], [data-aos][data-aos][data-aos-duration='400'] {
  transition-duration: 400ms; }

body[data-aos-delay='400'] [data-aos], [data-aos][data-aos][data-aos-delay='400'] {
  transition-delay: 0; }
  body[data-aos-delay='400'] .aos-animate[data-aos], .aos-animate[data-aos][data-aos][data-aos-delay='400'] {
    transition-delay: 400ms; }

body[data-aos-duration='450'] [data-aos], [data-aos][data-aos][data-aos-duration='450'] {
  transition-duration: 450ms; }

body[data-aos-delay='450'] [data-aos], [data-aos][data-aos][data-aos-delay='450'] {
  transition-delay: 0; }
  body[data-aos-delay='450'] .aos-animate[data-aos], .aos-animate[data-aos][data-aos][data-aos-delay='450'] {
    transition-delay: 450ms; }

body[data-aos-duration='500'] [data-aos], [data-aos][data-aos][data-aos-duration='500'] {
  transition-duration: 500ms; }

body[data-aos-delay='500'] [data-aos], [data-aos][data-aos][data-aos-delay='500'] {
  transition-delay: 0; }
  body[data-aos-delay='500'] .aos-animate[data-aos], .aos-animate[data-aos][data-aos][data-aos-delay='500'] {
    transition-delay: 500ms; }

body[data-aos-duration='550'] [data-aos], [data-aos][data-aos][data-aos-duration='550'] {
  transition-duration: 550ms; }

body[data-aos-delay='550'] [data-aos], [data-aos][data-aos][data-aos-delay='550'] {
  transition-delay: 0; }
  body[data-aos-delay='550'] .aos-animate[data-aos], .aos-animate[data-aos][data-aos][data-aos-delay='550'] {
    transition-delay: 550ms; }

body[data-aos-duration='600'] [data-aos], [data-aos][data-aos][data-aos-duration='600'] {
  transition-duration: 600ms; }

body[data-aos-delay='600'] [data-aos], [data-aos][data-aos][data-aos-delay='600'] {
  transition-delay: 0; }
  body[data-aos-delay='600'] .aos-animate[data-aos], .aos-animate[data-aos][data-aos][data-aos-delay='600'] {
    transition-delay: 600ms; }

body[data-aos-duration='650'] [data-aos], [data-aos][data-aos][data-aos-duration='650'] {
  transition-duration: 650ms; }

body[data-aos-delay='650'] [data-aos], [data-aos][data-aos][data-aos-delay='650'] {
  transition-delay: 0; }
  body[data-aos-delay='650'] .aos-animate[data-aos], .aos-animate[data-aos][data-aos][data-aos-delay='650'] {
    transition-delay: 650ms; }

body[data-aos-duration='700'] [data-aos], [data-aos][data-aos][data-aos-duration='700'] {
  transition-duration: 700ms; }

body[data-aos-delay='700'] [data-aos], [data-aos][data-aos][data-aos-delay='700'] {
  transition-delay: 0; }
  body[data-aos-delay='700'] .aos-animate[data-aos], .aos-animate[data-aos][data-aos][data-aos-delay='700'] {
    transition-delay: 700ms; }

body[data-aos-duration='750'] [data-aos], [data-aos][data-aos][data-aos-duration='750'] {
  transition-duration: 750ms; }

body[data-aos-delay='750'] [data-aos], [data-aos][data-aos][data-aos-delay='750'] {
  transition-delay: 0; }
  body[data-aos-delay='750'] .aos-animate[data-aos], .aos-animate[data-aos][data-aos][data-aos-delay='750'] {
    transition-delay: 750ms; }

body[data-aos-duration='800'] [data-aos], [data-aos][data-aos][data-aos-duration='800'] {
  transition-duration: 800ms; }

body[data-aos-delay='800'] [data-aos], [data-aos][data-aos][data-aos-delay='800'] {
  transition-delay: 0; }
  body[data-aos-delay='800'] .aos-animate[data-aos], .aos-animate[data-aos][data-aos][data-aos-delay='800'] {
    transition-delay: 800ms; }

body[data-aos-duration='850'] [data-aos], [data-aos][data-aos][data-aos-duration='850'] {
  transition-duration: 850ms; }

body[data-aos-delay='850'] [data-aos], [data-aos][data-aos][data-aos-delay='850'] {
  transition-delay: 0; }
  body[data-aos-delay='850'] .aos-animate[data-aos], .aos-animate[data-aos][data-aos][data-aos-delay='850'] {
    transition-delay: 850ms; }

body[data-aos-duration='900'] [data-aos], [data-aos][data-aos][data-aos-duration='900'] {
  transition-duration: 900ms; }

body[data-aos-delay='900'] [data-aos], [data-aos][data-aos][data-aos-delay='900'] {
  transition-delay: 0; }
  body[data-aos-delay='900'] .aos-animate[data-aos], .aos-animate[data-aos][data-aos][data-aos-delay='900'] {
    transition-delay: 900ms; }

body[data-aos-duration='950'] [data-aos], [data-aos][data-aos][data-aos-duration='950'] {
  transition-duration: 950ms; }

body[data-aos-delay='950'] [data-aos], [data-aos][data-aos][data-aos-delay='950'] {
  transition-delay: 0; }
  body[data-aos-delay='950'] .aos-animate[data-aos], .aos-animate[data-aos][data-aos][data-aos-delay='950'] {
    transition-delay: 950ms; }

body[data-aos-duration='1000'] [data-aos], [data-aos][data-aos][data-aos-duration='1000'] {
  transition-duration: 1000ms; }

body[data-aos-delay='1000'] [data-aos], [data-aos][data-aos][data-aos-delay='1000'] {
  transition-delay: 0; }
  body[data-aos-delay='1000'] .aos-animate[data-aos], .aos-animate[data-aos][data-aos][data-aos-delay='1000'] {
    transition-delay: 1000ms; }

body[data-aos-duration='1050'] [data-aos], [data-aos][data-aos][data-aos-duration='1050'] {
  transition-duration: 1050ms; }

body[data-aos-delay='1050'] [data-aos], [data-aos][data-aos][data-aos-delay='1050'] {
  transition-delay: 0; }
  body[data-aos-delay='1050'] .aos-animate[data-aos], .aos-animate[data-aos][data-aos][data-aos-delay='1050'] {
    transition-delay: 1050ms; }

body[data-aos-duration='1100'] [data-aos], [data-aos][data-aos][data-aos-duration='1100'] {
  transition-duration: 1100ms; }

body[data-aos-delay='1100'] [data-aos], [data-aos][data-aos][data-aos-delay='1100'] {
  transition-delay: 0; }
  body[data-aos-delay='1100'] .aos-animate[data-aos], .aos-animate[data-aos][data-aos][data-aos-delay='1100'] {
    transition-delay: 1100ms; }

body[data-aos-duration='1150'] [data-aos], [data-aos][data-aos][data-aos-duration='1150'] {
  transition-duration: 1150ms; }

body[data-aos-delay='1150'] [data-aos], [data-aos][data-aos][data-aos-delay='1150'] {
  transition-delay: 0; }
  body[data-aos-delay='1150'] .aos-animate[data-aos], .aos-animate[data-aos][data-aos][data-aos-delay='1150'] {
    transition-delay: 1150ms; }

body[data-aos-duration='1200'] [data-aos], [data-aos][data-aos][data-aos-duration='1200'] {
  transition-duration: 1200ms; }

body[data-aos-delay='1200'] [data-aos], [data-aos][data-aos][data-aos-delay='1200'] {
  transition-delay: 0; }
  body[data-aos-delay='1200'] .aos-animate[data-aos], .aos-animate[data-aos][data-aos][data-aos-delay='1200'] {
    transition-delay: 1200ms; }

body[data-aos-duration='1250'] [data-aos], [data-aos][data-aos][data-aos-duration='1250'] {
  transition-duration: 1250ms; }

body[data-aos-delay='1250'] [data-aos], [data-aos][data-aos][data-aos-delay='1250'] {
  transition-delay: 0; }
  body[data-aos-delay='1250'] .aos-animate[data-aos], .aos-animate[data-aos][data-aos][data-aos-delay='1250'] {
    transition-delay: 1250ms; }

body[data-aos-duration='1300'] [data-aos], [data-aos][data-aos][data-aos-duration='1300'] {
  transition-duration: 1300ms; }

body[data-aos-delay='1300'] [data-aos], [data-aos][data-aos][data-aos-delay='1300'] {
  transition-delay: 0; }
  body[data-aos-delay='1300'] .aos-animate[data-aos], .aos-animate[data-aos][data-aos][data-aos-delay='1300'] {
    transition-delay: 1300ms; }

body[data-aos-duration='1350'] [data-aos], [data-aos][data-aos][data-aos-duration='1350'] {
  transition-duration: 1350ms; }

body[data-aos-delay='1350'] [data-aos], [data-aos][data-aos][data-aos-delay='1350'] {
  transition-delay: 0; }
  body[data-aos-delay='1350'] .aos-animate[data-aos], .aos-animate[data-aos][data-aos][data-aos-delay='1350'] {
    transition-delay: 1350ms; }

body[data-aos-duration='1400'] [data-aos], [data-aos][data-aos][data-aos-duration='1400'] {
  transition-duration: 1400ms; }

body[data-aos-delay='1400'] [data-aos], [data-aos][data-aos][data-aos-delay='1400'] {
  transition-delay: 0; }
  body[data-aos-delay='1400'] .aos-animate[data-aos], .aos-animate[data-aos][data-aos][data-aos-delay='1400'] {
    transition-delay: 1400ms; }

body[data-aos-duration='1450'] [data-aos], [data-aos][data-aos][data-aos-duration='1450'] {
  transition-duration: 1450ms; }

body[data-aos-delay='1450'] [data-aos], [data-aos][data-aos][data-aos-delay='1450'] {
  transition-delay: 0; }
  body[data-aos-delay='1450'] .aos-animate[data-aos], .aos-animate[data-aos][data-aos][data-aos-delay='1450'] {
    transition-delay: 1450ms; }

body[data-aos-duration='1500'] [data-aos], [data-aos][data-aos][data-aos-duration='1500'] {
  transition-duration: 1500ms; }

body[data-aos-delay='1500'] [data-aos], [data-aos][data-aos][data-aos-delay='1500'] {
  transition-delay: 0; }
  body[data-aos-delay='1500'] .aos-animate[data-aos], .aos-animate[data-aos][data-aos][data-aos-delay='1500'] {
    transition-delay: 1500ms; }

body[data-aos-duration='1550'] [data-aos], [data-aos][data-aos][data-aos-duration='1550'] {
  transition-duration: 1550ms; }

body[data-aos-delay='1550'] [data-aos], [data-aos][data-aos][data-aos-delay='1550'] {
  transition-delay: 0; }
  body[data-aos-delay='1550'] .aos-animate[data-aos], .aos-animate[data-aos][data-aos][data-aos-delay='1550'] {
    transition-delay: 1550ms; }

body[data-aos-duration='1600'] [data-aos], [data-aos][data-aos][data-aos-duration='1600'] {
  transition-duration: 1600ms; }

body[data-aos-delay='1600'] [data-aos], [data-aos][data-aos][data-aos-delay='1600'] {
  transition-delay: 0; }
  body[data-aos-delay='1600'] .aos-animate[data-aos], .aos-animate[data-aos][data-aos][data-aos-delay='1600'] {
    transition-delay: 1600ms; }

body[data-aos-duration='1650'] [data-aos], [data-aos][data-aos][data-aos-duration='1650'] {
  transition-duration: 1650ms; }

body[data-aos-delay='1650'] [data-aos], [data-aos][data-aos][data-aos-delay='1650'] {
  transition-delay: 0; }
  body[data-aos-delay='1650'] .aos-animate[data-aos], .aos-animate[data-aos][data-aos][data-aos-delay='1650'] {
    transition-delay: 1650ms; }

body[data-aos-duration='1700'] [data-aos], [data-aos][data-aos][data-aos-duration='1700'] {
  transition-duration: 1700ms; }

body[data-aos-delay='1700'] [data-aos], [data-aos][data-aos][data-aos-delay='1700'] {
  transition-delay: 0; }
  body[data-aos-delay='1700'] .aos-animate[data-aos], .aos-animate[data-aos][data-aos][data-aos-delay='1700'] {
    transition-delay: 1700ms; }

body[data-aos-duration='1750'] [data-aos], [data-aos][data-aos][data-aos-duration='1750'] {
  transition-duration: 1750ms; }

body[data-aos-delay='1750'] [data-aos], [data-aos][data-aos][data-aos-delay='1750'] {
  transition-delay: 0; }
  body[data-aos-delay='1750'] .aos-animate[data-aos], .aos-animate[data-aos][data-aos][data-aos-delay='1750'] {
    transition-delay: 1750ms; }

body[data-aos-duration='1800'] [data-aos], [data-aos][data-aos][data-aos-duration='1800'] {
  transition-duration: 1800ms; }

body[data-aos-delay='1800'] [data-aos], [data-aos][data-aos][data-aos-delay='1800'] {
  transition-delay: 0; }
  body[data-aos-delay='1800'] .aos-animate[data-aos], .aos-animate[data-aos][data-aos][data-aos-delay='1800'] {
    transition-delay: 1800ms; }

body[data-aos-duration='1850'] [data-aos], [data-aos][data-aos][data-aos-duration='1850'] {
  transition-duration: 1850ms; }

body[data-aos-delay='1850'] [data-aos], [data-aos][data-aos][data-aos-delay='1850'] {
  transition-delay: 0; }
  body[data-aos-delay='1850'] .aos-animate[data-aos], .aos-animate[data-aos][data-aos][data-aos-delay='1850'] {
    transition-delay: 1850ms; }

body[data-aos-duration='1900'] [data-aos], [data-aos][data-aos][data-aos-duration='1900'] {
  transition-duration: 1900ms; }

body[data-aos-delay='1900'] [data-aos], [data-aos][data-aos][data-aos-delay='1900'] {
  transition-delay: 0; }
  body[data-aos-delay='1900'] .aos-animate[data-aos], .aos-animate[data-aos][data-aos][data-aos-delay='1900'] {
    transition-delay: 1900ms; }

body[data-aos-duration='1950'] [data-aos], [data-aos][data-aos][data-aos-duration='1950'] {
  transition-duration: 1950ms; }

body[data-aos-delay='1950'] [data-aos], [data-aos][data-aos][data-aos-delay='1950'] {
  transition-delay: 0; }
  body[data-aos-delay='1950'] .aos-animate[data-aos], .aos-animate[data-aos][data-aos][data-aos-delay='1950'] {
    transition-delay: 1950ms; }

body[data-aos-duration='2000'] [data-aos], [data-aos][data-aos][data-aos-duration='2000'] {
  transition-duration: 2000ms; }

body[data-aos-delay='2000'] [data-aos], [data-aos][data-aos][data-aos-delay='2000'] {
  transition-delay: 0; }
  body[data-aos-delay='2000'] .aos-animate[data-aos], .aos-animate[data-aos][data-aos][data-aos-delay='2000'] {
    transition-delay: 2000ms; }

body[data-aos-duration='2050'] [data-aos], [data-aos][data-aos][data-aos-duration='2050'] {
  transition-duration: 2050ms; }

body[data-aos-delay='2050'] [data-aos], [data-aos][data-aos][data-aos-delay='2050'] {
  transition-delay: 0; }
  body[data-aos-delay='2050'] .aos-animate[data-aos], .aos-animate[data-aos][data-aos][data-aos-delay='2050'] {
    transition-delay: 2050ms; }

body[data-aos-duration='2100'] [data-aos], [data-aos][data-aos][data-aos-duration='2100'] {
  transition-duration: 2100ms; }

body[data-aos-delay='2100'] [data-aos], [data-aos][data-aos][data-aos-delay='2100'] {
  transition-delay: 0; }
  body[data-aos-delay='2100'] .aos-animate[data-aos], .aos-animate[data-aos][data-aos][data-aos-delay='2100'] {
    transition-delay: 2100ms; }

body[data-aos-duration='2150'] [data-aos], [data-aos][data-aos][data-aos-duration='2150'] {
  transition-duration: 2150ms; }

body[data-aos-delay='2150'] [data-aos], [data-aos][data-aos][data-aos-delay='2150'] {
  transition-delay: 0; }
  body[data-aos-delay='2150'] .aos-animate[data-aos], .aos-animate[data-aos][data-aos][data-aos-delay='2150'] {
    transition-delay: 2150ms; }

body[data-aos-duration='2200'] [data-aos], [data-aos][data-aos][data-aos-duration='2200'] {
  transition-duration: 2200ms; }

body[data-aos-delay='2200'] [data-aos], [data-aos][data-aos][data-aos-delay='2200'] {
  transition-delay: 0; }
  body[data-aos-delay='2200'] .aos-animate[data-aos], .aos-animate[data-aos][data-aos][data-aos-delay='2200'] {
    transition-delay: 2200ms; }

body[data-aos-duration='2250'] [data-aos], [data-aos][data-aos][data-aos-duration='2250'] {
  transition-duration: 2250ms; }

body[data-aos-delay='2250'] [data-aos], [data-aos][data-aos][data-aos-delay='2250'] {
  transition-delay: 0; }
  body[data-aos-delay='2250'] .aos-animate[data-aos], .aos-animate[data-aos][data-aos][data-aos-delay='2250'] {
    transition-delay: 2250ms; }

body[data-aos-duration='2300'] [data-aos], [data-aos][data-aos][data-aos-duration='2300'] {
  transition-duration: 2300ms; }

body[data-aos-delay='2300'] [data-aos], [data-aos][data-aos][data-aos-delay='2300'] {
  transition-delay: 0; }
  body[data-aos-delay='2300'] .aos-animate[data-aos], .aos-animate[data-aos][data-aos][data-aos-delay='2300'] {
    transition-delay: 2300ms; }

body[data-aos-duration='2350'] [data-aos], [data-aos][data-aos][data-aos-duration='2350'] {
  transition-duration: 2350ms; }

body[data-aos-delay='2350'] [data-aos], [data-aos][data-aos][data-aos-delay='2350'] {
  transition-delay: 0; }
  body[data-aos-delay='2350'] .aos-animate[data-aos], .aos-animate[data-aos][data-aos][data-aos-delay='2350'] {
    transition-delay: 2350ms; }

body[data-aos-duration='2400'] [data-aos], [data-aos][data-aos][data-aos-duration='2400'] {
  transition-duration: 2400ms; }

body[data-aos-delay='2400'] [data-aos], [data-aos][data-aos][data-aos-delay='2400'] {
  transition-delay: 0; }
  body[data-aos-delay='2400'] .aos-animate[data-aos], .aos-animate[data-aos][data-aos][data-aos-delay='2400'] {
    transition-delay: 2400ms; }

body[data-aos-duration='2450'] [data-aos], [data-aos][data-aos][data-aos-duration='2450'] {
  transition-duration: 2450ms; }

body[data-aos-delay='2450'] [data-aos], [data-aos][data-aos][data-aos-delay='2450'] {
  transition-delay: 0; }
  body[data-aos-delay='2450'] .aos-animate[data-aos], .aos-animate[data-aos][data-aos][data-aos-delay='2450'] {
    transition-delay: 2450ms; }

body[data-aos-duration='2500'] [data-aos], [data-aos][data-aos][data-aos-duration='2500'] {
  transition-duration: 2500ms; }

body[data-aos-delay='2500'] [data-aos], [data-aos][data-aos][data-aos-delay='2500'] {
  transition-delay: 0; }
  body[data-aos-delay='2500'] .aos-animate[data-aos], .aos-animate[data-aos][data-aos][data-aos-delay='2500'] {
    transition-delay: 2500ms; }

body[data-aos-duration='2550'] [data-aos], [data-aos][data-aos][data-aos-duration='2550'] {
  transition-duration: 2550ms; }

body[data-aos-delay='2550'] [data-aos], [data-aos][data-aos][data-aos-delay='2550'] {
  transition-delay: 0; }
  body[data-aos-delay='2550'] .aos-animate[data-aos], .aos-animate[data-aos][data-aos][data-aos-delay='2550'] {
    transition-delay: 2550ms; }

body[data-aos-duration='2600'] [data-aos], [data-aos][data-aos][data-aos-duration='2600'] {
  transition-duration: 2600ms; }

body[data-aos-delay='2600'] [data-aos], [data-aos][data-aos][data-aos-delay='2600'] {
  transition-delay: 0; }
  body[data-aos-delay='2600'] .aos-animate[data-aos], .aos-animate[data-aos][data-aos][data-aos-delay='2600'] {
    transition-delay: 2600ms; }

body[data-aos-duration='2650'] [data-aos], [data-aos][data-aos][data-aos-duration='2650'] {
  transition-duration: 2650ms; }

body[data-aos-delay='2650'] [data-aos], [data-aos][data-aos][data-aos-delay='2650'] {
  transition-delay: 0; }
  body[data-aos-delay='2650'] .aos-animate[data-aos], .aos-animate[data-aos][data-aos][data-aos-delay='2650'] {
    transition-delay: 2650ms; }

body[data-aos-duration='2700'] [data-aos], [data-aos][data-aos][data-aos-duration='2700'] {
  transition-duration: 2700ms; }

body[data-aos-delay='2700'] [data-aos], [data-aos][data-aos][data-aos-delay='2700'] {
  transition-delay: 0; }
  body[data-aos-delay='2700'] .aos-animate[data-aos], .aos-animate[data-aos][data-aos][data-aos-delay='2700'] {
    transition-delay: 2700ms; }

body[data-aos-duration='2750'] [data-aos], [data-aos][data-aos][data-aos-duration='2750'] {
  transition-duration: 2750ms; }

body[data-aos-delay='2750'] [data-aos], [data-aos][data-aos][data-aos-delay='2750'] {
  transition-delay: 0; }
  body[data-aos-delay='2750'] .aos-animate[data-aos], .aos-animate[data-aos][data-aos][data-aos-delay='2750'] {
    transition-delay: 2750ms; }

body[data-aos-duration='2800'] [data-aos], [data-aos][data-aos][data-aos-duration='2800'] {
  transition-duration: 2800ms; }

body[data-aos-delay='2800'] [data-aos], [data-aos][data-aos][data-aos-delay='2800'] {
  transition-delay: 0; }
  body[data-aos-delay='2800'] .aos-animate[data-aos], .aos-animate[data-aos][data-aos][data-aos-delay='2800'] {
    transition-delay: 2800ms; }

body[data-aos-duration='2850'] [data-aos], [data-aos][data-aos][data-aos-duration='2850'] {
  transition-duration: 2850ms; }

body[data-aos-delay='2850'] [data-aos], [data-aos][data-aos][data-aos-delay='2850'] {
  transition-delay: 0; }
  body[data-aos-delay='2850'] .aos-animate[data-aos], .aos-animate[data-aos][data-aos][data-aos-delay='2850'] {
    transition-delay: 2850ms; }

body[data-aos-duration='2900'] [data-aos], [data-aos][data-aos][data-aos-duration='2900'] {
  transition-duration: 2900ms; }

body[data-aos-delay='2900'] [data-aos], [data-aos][data-aos][data-aos-delay='2900'] {
  transition-delay: 0; }
  body[data-aos-delay='2900'] .aos-animate[data-aos], .aos-animate[data-aos][data-aos][data-aos-delay='2900'] {
    transition-delay: 2900ms; }

body[data-aos-duration='2950'] [data-aos], [data-aos][data-aos][data-aos-duration='2950'] {
  transition-duration: 2950ms; }

body[data-aos-delay='2950'] [data-aos], [data-aos][data-aos][data-aos-delay='2950'] {
  transition-delay: 0; }
  body[data-aos-delay='2950'] .aos-animate[data-aos], .aos-animate[data-aos][data-aos][data-aos-delay='2950'] {
    transition-delay: 2950ms; }

body[data-aos-duration='3000'] [data-aos], [data-aos][data-aos][data-aos-duration='3000'] {
  transition-duration: 3000ms; }

body[data-aos-delay='3000'] [data-aos], [data-aos][data-aos][data-aos-delay='3000'] {
  transition-delay: 0; }
  body[data-aos-delay='3000'] .aos-animate[data-aos], .aos-animate[data-aos][data-aos][data-aos-delay='3000'] {
    transition-delay: 3000ms; }

body[data-aos-easing="linear"] [data-aos], [data-aos][data-aos][data-aos-easing="linear"] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

body[data-aos-easing="ease"] [data-aos], [data-aos][data-aos][data-aos-easing="ease"] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); }

body[data-aos-easing="ease-in"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in"] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1); }

body[data-aos-easing="ease-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out"] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1); }

body[data-aos-easing="ease-in-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out"] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1); }

body[data-aos-easing="ease-in-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-back"] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

body[data-aos-easing="ease-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-back"] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

body[data-aos-easing="ease-in-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-back"] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

body[data-aos-easing="ease-in-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-sine"] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

body[data-aos-easing="ease-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-sine"] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

body[data-aos-easing="ease-in-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-sine"] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

body[data-aos-easing="ease-in-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quad"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

body[data-aos-easing="ease-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quad"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

body[data-aos-easing="ease-in-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quad"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

body[data-aos-easing="ease-in-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-cubic"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

body[data-aos-easing="ease-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-cubic"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

body[data-aos-easing="ease-in-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-cubic"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

body[data-aos-easing="ease-in-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quart"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

body[data-aos-easing="ease-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quart"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

body[data-aos-easing="ease-in-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quart"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

/**
 * Fade animations:
 * fade
 * fade-up, fade-down, fade-left, fade-right
 * fade-up-right, fade-up-left, fade-down-right, fade-down-left
 */
[data-aos^='fade'][data-aos^='fade'] {
  opacity: 0;
  transition-property: opacity, transform; }
  .aos-animate[data-aos^='fade'][data-aos^='fade'] {
    opacity: 1;
    transform: translate3d(0, 0, 0); }

[data-aos='fade-up'] {
  transform: translate3d(0, 50px, 0); }

[data-aos='fade-down'] {
  transform: translate3d(0, -50px, 0); }

[data-aos='fade-right'] {
  transform: translate3d(-50px, 0, 0); }

[data-aos='fade-left'] {
  transform: translate3d(50px, 0, 0); }

[data-aos='fade-up-right'] {
  transform: translate3d(-50px, 50px, 0); }

[data-aos='fade-up-left'] {
  transform: translate3d(50px, 50px, 0); }

[data-aos='fade-down-right'] {
  transform: translate3d(-50px, -50px, 0); }

[data-aos='fade-down-left'] {
  transform: translate3d(50px, -50px, 0); }

/**
 * Zoom animations:
 * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
 * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
 */
[data-aos^='zoom'][data-aos^='zoom'] {
  opacity: 0;
  transition-property: opacity, transform; }
  .aos-animate[data-aos^='zoom'][data-aos^='zoom'] {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1); }

[data-aos='zoom-in'] {
  transform: scale(0.6); }

[data-aos='zoom-in-up'] {
  transform: translate3d(0, 50px, 0) scale(0.6); }

[data-aos='zoom-in-down'] {
  transform: translate3d(0, -50px, 0) scale(0.6); }

[data-aos='zoom-in-right'] {
  transform: translate3d(-50px, 0, 0) scale(0.6); }

[data-aos='zoom-in-left'] {
  transform: translate3d(50px, 0, 0) scale(0.6); }

[data-aos='zoom-out'] {
  transform: scale(1.2); }

[data-aos='zoom-out-up'] {
  transform: translate3d(0, 50px, 0) scale(1.2); }

[data-aos='zoom-out-down'] {
  transform: translate3d(0, -50px, 0) scale(1.2); }

[data-aos='zoom-out-right'] {
  transform: translate3d(-50px, 0, 0) scale(1.2); }

[data-aos='zoom-out-left'] {
  transform: translate3d(50px, 0, 0) scale(1.2); }

/**
 * Slide animations
 */
[data-aos^='slide'][data-aos^='slide'] {
  transition-property: transform; }
  .aos-animate[data-aos^='slide'][data-aos^='slide'] {
    transform: translate3d(0, 0, 0); }

[data-aos='slide-up'] {
  transform: translate3d(0, 100%, 0); }

[data-aos='slide-down'] {
  transform: translate3d(0, -100%, 0); }

[data-aos='slide-right'] {
  transform: translate3d(-100%, 0, 0); }

[data-aos='slide-left'] {
  transform: translate3d(100%, 0, 0); }

/**
 * Flip animations:
 * flip-left, flip-right, flip-up, flip-down
 */
[data-aos^='flip'][data-aos^='flip'] {
  backface-visibility: hidden;
  transition-property: transform; }

[data-aos='flip-left'] {
  transform: perspective(2500px) rotateY(-100deg); }
  .aos-animate[data-aos='flip-left'] {
    transform: perspective(2500px) rotateY(0); }

[data-aos='flip-right'] {
  transform: perspective(2500px) rotateY(100deg); }
  .aos-animate[data-aos='flip-right'] {
    transform: perspective(2500px) rotateY(0); }

[data-aos='flip-up'] {
  transform: perspective(2500px) rotateX(-100deg); }
  .aos-animate[data-aos='flip-up'] {
    transform: perspective(2500px) rotateX(0); }

[data-aos='flip-down'] {
  transform: perspective(2500px) rotateX(100deg); }
  .aos-animate[data-aos='flip-down'] {
    transform: perspective(2500px) rotateX(0); }

/* 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; }

.entry-content a.underline {
  text-decoration: underline;
}