@charset "UTF-8";
/*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
audio:not([controls]) {
  display: none;
  /* Chrome 44-, iOS 8+, Safari 9+ */
}

button {
  overflow: visible;
  /* Internet Explorer 11- */
  -webkit-appearance: button;
  /* iOS 8+ */
}

details {
  display: block;
  /* Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

html {
  /* Edge 12+, Internet Explorer 11- */
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

input {
  -webkit-border-radius: 0;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* iOS 8+ */
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* Chrome 45+, Safari 9+ */
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Chrome 45+, Safari 9+ */
}

main {
  display: block;
  /* Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+ */
}

pre {
  overflow: auto;
  /* Internet Explorer 11- */
}

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

small {
  font-size: 75%;
  /* All browsers */
}

summary {
  display: block;
  /* Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

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

template {
  display: none;
  /* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */
}

textarea {
  overflow: auto;
  /* Edge 12+, Internet Explorer 11- */
}

[hidden] {
  display: none;
  /* Internet Explorer 10- */
}

/*
 * Universal inheritance
 */
*,
:before,
:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

:before,
:after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
/* specify the border style and width of all elements */
*,
:before,
:after {
  border-style: solid;
  border-width: 0;
}

/* specify the core styles of all elements */
* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

/* specify the root styles of the document */
:root {
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100%/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

/* specify the text decoration of anchors */
a {
  text-decoration: none;
}

/* specify the alignment of media elements */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* specify the background color of form elements */
button,
input,
select,
textarea {
  background-color: transparent;
}

/* specify the inherited color and font of form elements */
button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/* specify the minimum height of form elements */
button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em;
}

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

/* specify the list style of nav lists */
nav ol,
nav ul {
  list-style: none;
}

/* specify the standard appearance of selects */
select {
  -moz-appearance: none;
  /* Firefox 40+ */
  -webkit-appearance: none;
}

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

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

/* specify the border styling of tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* specify the resizability of textareas */
textarea {
  resize: vertical;
}

/* specify the background color, font color, and drop shadow of text selections */
::-moz-selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none;
}

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

/* specify the style of visually hidden yet accessible elements */
[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden="false"]:focus {
  clip: auto;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.row__item {
  width: 100%;
}

.row__item--mobile-1 {
  width: 8.33333%;
}

.row__item--mobile-2 {
  width: 16.66667%;
}

.row__item--mobile-3 {
  width: 25%;
}

.row__item--mobile-4 {
  width: 33.33333%;
}

.row__item--mobile-5 {
  width: 41.66667%;
}

.row__item--mobile-6 {
  width: 50%;
}

.row__item--mobile-7 {
  width: 58.33333%;
}

.row__item--mobile-8 {
  width: 66.66667%;
}

.row__item--mobile-9 {
  width: 75%;
}

.row__item--mobile-10 {
  width: 83.33333%;
}

.row__item--mobile-11 {
  width: 91.66667%;
}

.row__item--mobile-12 {
  width: 100%;
}

.row__item--mobile-fifth {
  width: 20%;
}

@media screen and (min-width: 768px) {
  .row__item--tablet-1 {
    width: 8.33333%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-2 {
    width: 16.66667%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-3 {
    width: 25%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-4 {
    width: 33.33333%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-5 {
    width: 41.66667%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-6 {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-7 {
    width: 58.33333%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-8 {
    width: 66.66667%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-9 {
    width: 75%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-10 {
    width: 83.33333%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-11 {
    width: 91.66667%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-12 {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-fifth {
    width: 20%;
  }
}

@media screen and (min-width: 1024px) {
  .row__item--desktop-1 {
    width: 8.33333%;
  }
}

@media screen and (min-width: 1024px) {
  .row__item--desktop-2 {
    width: 16.66667%;
  }
}

@media screen and (min-width: 1024px) {
  .row__item--desktop-3 {
    width: 25%;
  }
}

@media screen and (min-width: 1024px) {
  .row__item--desktop-4 {
    width: 33.33333%;
  }
}

@media screen and (min-width: 1024px) {
  .row__item--desktop-5 {
    width: 41.66667%;
  }
}

@media screen and (min-width: 1024px) {
  .row__item--desktop-6 {
    width: 50%;
  }
}

@media screen and (min-width: 1024px) {
  .row__item--desktop-7 {
    width: 58.33333%;
  }
}

@media screen and (min-width: 1024px) {
  .row__item--desktop-8 {
    width: 66.66667%;
  }
}

@media screen and (min-width: 1024px) {
  .row__item--desktop-9 {
    width: 75%;
  }
}

@media screen and (min-width: 1024px) {
  .row__item--desktop-10 {
    width: 83.33333%;
  }
}

@media screen and (min-width: 1024px) {
  .row__item--desktop-11 {
    width: 91.66667%;
  }
}

@media screen and (min-width: 1024px) {
  .row__item--desktop-12 {
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .row__item--desktop-fifth {
    width: 20%;
  }
}

.row--std {
  margin: -10px;
}

.row--std .row__item {
  padding: 10px;
}

.row--wide {
  margin: -10px;
}

@media screen and (min-width: 768px) {
  .row--wide {
    margin: -20px;
  }
}

.row--wide .row__item {
  padding: 10px;
}

@media screen and (min-width: 768px) {
  .row--wide .row__item {
    padding: 20px;
  }
}

.row--gallery {
  margin: -10px;
}

.row--gallery .row__item {
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .row--gallery {
    margin: -7px;
  }
  .row--gallery .row__item {
    padding: 7px;
  }
}

.row--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.row--align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .container {
    max-width: 1140px;
  }
}

@media screen and (max-width: 767px) {
  .container--sp-nomg {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 1023px) {
  .container--tabsp-nomg {
    padding-left: 0;
    padding-right: 0;
  }
}

.container--header {
  max-width: none;
  padding-left: 40px;
  padding-right: 40px;
}

/*********************/
/*  ヘッダー  */
/*********************/
.header {
  position: relative;
  display: block;
  width: 100%;
  z-index: 100;
}

@media screen and (min-width: 1024px) {
  .header::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: inline-block;
    width: 100%;
    height: 65px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 25, 39, 0.6)), to(rgba(17, 25, 39, 0)));
    background: linear-gradient(180deg, rgba(17, 25, 39, 0.6) 0%, rgba(17, 25, 39, 0) 100%);
  }
}

.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header__img {
  max-width: 40px;
  height: 45px;
  margin: auto;
}

.header__logo {
  display: none;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
  top: 10px;
  left: 20px;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .header__logo {
    left: 40px;
  }
}

.header__logo--fixed, .header__logo--visible {
  display: block;
  visibility: visible;
  opacity: 1;
}

.header__btn {
  position: fixed;
  top: 5px;
  right: 5px;
}

.header__contact {
  margin: 4rem 0 0;
}

.header__contact .btn, .header__contact .goto__link {
  display: block;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.header__contact .btn::after, .header__contact .goto__link::after {
  display: none;
}

.header__contact .btn span, .header__contact .goto__link span {
  position: relative;
}

.header__contact .btn span::before, .header__contact .goto__link span::before {
  display: inline-block;
  content: "\e90c";
  font-family: "icomoon";
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: normal;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header__tel {
  font-family: purista-web, sans-serif;
  font-weight: 600;
}

.header__tel span {
  display: inline-block;
  font-weight: 300;
  margin-left: 1rem;
}

@media screen and (max-width: 1023px) {
  .header__nav {
    padding: 4rem;
  }
}

.header--fixed {
  position: fixed;
}

.header--sub .header__logo {
  display: block;
  visibility: visible;
  opacity: 1;
}

.menu-btn {
  display: block;
  width: 60px;
  height: 60px;
}

@media screen and (min-width: 1024px) {
  .menu-btn {
    display: none;
  }
}

.menu-btn__line {
  position: absolute;
  top: 50%;
  left: 25%;
  display: block;
  width: 50%;
  height: 2px;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  background: #fff;
}

.menu-btn__line:nth-child(1) {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.menu-btn__line:nth-child(2) {
  top: 50%;
}

.menu-btn__line:nth-child(3) {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}

.menu-btn--open .menu-btn__line:nth-child(1) {
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}

.menu-btn--open .menu-btn__line:nth-child(2) {
  opacity: 0;
}

.menu-btn--open .menu-btn__line:nth-child(3) {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}

@media screen and (max-width: 1023px) {
  .gnav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background: #0F1928;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

@media screen and (max-width: 1023px) {
  .gnav--open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

.gnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 1023px) {
  .gnav-list {
    margin-top: 6rem;
  }
}

@media screen and (min-width: 1024px) {
  .gnav-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.gnav-list__item {
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.gnav-list__item:hover {
  opacity: .7;
}

@media screen and (min-width: 1024px) {
  .gnav-list__item + .gnav-list__item {
    margin-left: 3rem;
  }
}

@media screen and (max-width: 1023px) {
  .gnav-list__item {
    position: relative;
  }
  .gnav-list__item::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    border: none;
    border-right: 2px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-transform: skew(45deg);
            transform: skew(45deg);
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
  }
}

.gnav-list__link {
  position: relative;
  display: block;
  font-size: 1.5rem;
  line-height: 1;
  text-decoration: none;
  padding: 20px 10px;
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .gnav-list__link {
    margin-top: 2rem;
    font-weight: 500;
  }
}

@media screen and (min-width: 1024px) {
  .gnav-list__link {
    padding: 2rem 0;
  }
}

/*********************/
/*  メインビジュアル  */
/*********************/
.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}

.hero__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.hero__message {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #f2f2f2;
  text-align: center;
  text-shadow: 1px 1px 2px #fff;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .hero__message {
    top: 46%;
  }
}

.hero__slide {
  position: relative;
  height: 100vh;
}

.hero__slide::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  content: "";
  background: rgba(15, 25, 40, 0.5);
  z-index: 1;
}

.hero__scroll {
  position: absolute;
  bottom: 70px;
  left: -35px;
  display: inline-block;
  text-decoration: none;
  font-size: 1.2rem;
  font-family: purista-web, sans-serif;
  font-weight: 600;
  color: #f2f2f2;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 160px;
  padding: 8px 0;
  z-index: 2;
}

@media screen and (max-width: 1023px) {
  .hero__scroll {
    bottom: 140px;
  }
}

.hero__scroll::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 14px;
  left: 45px;
  width: 90px;
  height: 5px;
  border: none;
  border-right: 2px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  -webkit-transform: translateY(-50%) skew(45deg);
          transform: translateY(-50%) skew(45deg);
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

.hero__scroll:hover {
  opacity: .7;
}

.hero__scroll:hover::after {
  width: 110px;
}

.hero--std {
  height: 300px;
}

@media screen and (min-width: 768px) {
  .hero--std {
    height: 400px;
  }
}

@media screen and (min-width: 1024px) {
  .hero--std {
    height: 500px;
  }
}

.hero--std .hero__message {
  top: 65%;
}

@media screen and (min-width: 1024px) {
  .hero--std .hero__message {
    top: 55%;
  }
}

.hero--sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 300px;
  background: #eee;
  background-position: center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .hero--sub {
    height: 600px;
  }
}

@media screen and (max-width: 1023px) {
  .hero--sub .hero-title {
    margin-top: 7rem;
  }
}

@media screen and (min-width: 1024px) {
  .hero--h-fixed .hero__message {
    top: 60%;
  }
}

.hero--h-fixed .hero-title {
  margin-top: 7rem;
}

.hero-slider__item {
  position: relative;
}

.hero-slider__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.hero-slider__item {
  height: 100%;
}

.hero-slider__img {
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-title {
  text-align: center;
}

.hero-title-ja {
  display: block;
  font-size: 2.2rem;
  line-height: 1.9;
}

@media screen and (min-width: 1024px) {
  .hero-title-ja {
    font-size: 3rem;
  }
}

.hero-title-en {
  display: block;
  font-size: 1.2rem;
  font-family: purista-web, sans-serif;
  font-weight: 600;
}

@media screen and (min-width: 1024px) {
  .hero-title-en {
    font-size: 1.7rem;
  }
}

/*********************/
/*  ヒーロー  */
/*********************/
.message {
  padding: 10px;
}

.message__logo {
  height: 200px;
  margin: auto;
}

@media screen and (min-width: 1024px) {
  .message__logo {
    height: 100%;
  }
}

/*********************/
/*  フッター  */
/*********************/
.footer {
  position: relative;
  background: #B2B3B6;
  margin-top: auto;
}

.footer__signature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1023px) {
  .footer__signature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 2rem;
  }
}

@media screen and (max-width: 1023px) {
  .footer__map {
    height: 250px;
  }
}

@media screen and (min-width: 1024px) {
  .footer__map {
    width: 40%;
  }
}

.footer__map iframe {
  width: 100%;
  height: 100%;
}

.footer__sign-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1023px) {
  .footer__sign-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 2rem;
    margin-top: 4rem;
  }
}

@media screen and (min-width: 1024px) {
  .footer__sign-box {
    padding: 5rem 0;
    margin-left: 5rem;
  }
}

@media screen and (max-width: 1023px) {
  .footer__other {
    padding: 0 2rem;
    margin-top: 5rem;
  }
}

@media screen and (min-width: 1024px) {
  .footer__other {
    padding: 5rem 0 3rem;
  }
}

/* @media screen and (min-width: 1280px) {
  .footer__other {
    position: absolute;
    top: 0;
    right: 90px;
    height: 100%;
  }
} */

@media screen and (min-width: 1600px) {
  .footer__other {
    right: 160px;
    position: absolute;
    height: 59%;
  }
}

.footer__logo, .footer__address {
  display: block;
}

.footer__logo {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media screen and (min-width: 1024px) {
  .footer__address {
    margin-left: 3.5rem;
  }
}

@media screen and (max-width: 1023px) {
  .footer__img {
    width: auto;
    height: 77px;
  }
}

.other {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

@media screen and (min-width: 1024px) {
  .other {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 60px;
  }
}

.other__item {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .other__item {
    width: 100%;
    margin-bottom: 30px;
    flex-flow: row wrap;
  }
}

@media screen and (min-width: 1024px) {
  .other__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 1023px) {
  .other__list + .other__list {
    margin-left: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .other__item .other__list:nth-of-type(4) {
    margin-left: 0;
  }
}

.other__link {
  display: block;
  text-decoration: none;
  font-size: 1.3rem;
  font-family: purista-web, sans-serif;
  font-weight: 600;
  color: #0F1928;
  white-space: nowrap;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.other__link::after {
  display: inline-block;
  content: "\e90c";
  font-family: "icomoon";
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: normal;
  color: #0F1928;
  margin-left: .5rem;
}

.other__link:hover {
  opacity: .6;
}

.other__copyright {
  font-size: 1.1rem;
  color: #0F1928;
}

@media screen and (max-width: 767px) {
  .other__copyright {
    text-align: center;
  }
}

.org {
  display: block;
  list-style: none;
  color: #0F1928;
}

@media screen and (max-width: 1023px) {
  .org {
    margin-top: 2.5rem;
  }
}

.org__name {
  font-size: 1.4rem;
  font-weight: 300;
}

.org__addr, .org__phone, .org__fax {
  font-size: 1.4rem;
}

.org__phone, .org__fax {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .org__phone, .org__fax {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .org__phone {
    margin-right: 1.5rem;
  }
}

.org__phone a {
  text-decoration: none;
  color: #f2f2f2;
}

.org-addr__access {
  margin: 2.5rem 0 3rem;
}

.org-addr__access .org-addr__item {
  display: block;
}

/*********************/
/*  TOP  */
/*********************/
.section {
  display: block;
  width: 100%;
  padding: 9rem 0;
  background: #f2f2f2;
}

@media screen and (min-width: 1024px) {
  .section {
    padding: 12rem 0;
  }
}

.section__header {
  display: block;
}

.section__img {
  width: 100%;
}

.section__header {
  margin-bottom: 3rem;
}

.section__title {
  position: relative;
  font-size: 3.6rem;
  font-family: purista-web, sans-serif;
  font-weight: 600;
  margin-bottom: 4rem;
}

@media screen and (min-width: 1024px) {
  .section__title {
    font-size: 4.3rem;
  }
}

.section__title::after {
  display: inline-block;
  content: "";
  background: #fff;
  width: 22px;
  height: 3px;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.section__title span.arrow::after {
  display: inline-block;
  content: "\e90d";
  font-family: "icomoon";
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: normal;
  color: #fff;
  margin-left: 1.4rem;
}

.section__title--linenone::after {
  display: none;
}

.section__subtitle {
  display: inline-block;
  font-family: 'Noto Sans JP';
  font-weight: 400;
  font-size: 1.4rem;
  margin-left: 2rem;
}

@media screen and (min-width: 1024px) {
  .section__subtitle {
    font-size: 1.5rem;
  }
}

.section__copy {
  font-size: 1.5rem;
  font-weight: 400;
}

.section__copy span {
  display: inline-block;
  white-space: nowrap;
}

.section__copy span::before, .section__copy span::after {
  content: "“";
  display: inline-block;
  color: #f2f2f2;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
}

.section__copy span::before {
  -webkit-transform: translateX(-4px);
          transform: translateX(-4px);
}

.section__copy span::after {
  content: "”";
}

.section__description {
  display: block;
  margin-top: 1rem;
  font-size: 1.4rem;
  text-align: justify;
}

.section__footer {
  display: block;
  padding: 3rem 0 0;
}

.section__footer--btn-center {
  text-align: center;
}

.section__footer--btn-right {
  text-align: right;
}

.section--padnone {
  padding: 0;
}

.section--center .section__title,
.section--center .section__copy,
.section--center .section__description {
  text-align: center;
}

.section--center .section__footer {
  text-align: center;
}

.section--maincolor {
  background: #0F1928;
}

.section--about, .section--book {
  background: rgba(15, 25, 40, 0.8);
}

.section--info {
  background: #f2f2f2;
}

.section--info .section__title {
  color: #0F1928;
  font-size: 2.6rem;
}

@media screen and (min-width: 1024px) {
  .section--info .section__title {
    font-size: 3.3rem;
  }
}

.section--info .section__title::after {
  background: #0F1928;
}

@media screen and (min-width: 1024px) {
  .section--info .container {
    position: relative;
  }
}

@media screen and (min-width: 1024px) {
  .section--info .section__footer {
    text-align: right;
    margin-right: 4rem;
  }
}

.section--book {
  border: 5px solid #f2f2f2;
}

.section--book .section__title {
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 1023px) {
  .section--book .section__title {
    text-align: center;
  }
}

/*********************/
/*  ボタン  */
/*********************/
.btn, .goto__link {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: 1.6rem;
  font-family: purista-web, sans-serif;
  font-weight: 600;
  text-align: left;
  color: #f2f2f2;
  width: 157px;
  padding-bottom: 8px;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.btn::after, .goto__link::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  border: none;
  border-right: 2px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

@media screen and (min-width: 1024px) {
  .btn:hover, .goto__link:hover {
    opacity: .7;
  }
  .btn:hover::after, .goto__link:hover::after {
    width: 120%;
  }
}

.btn--navy {
  color: #0F1928;
}

.btn--navy::after {
  border-right: 2px solid #0F1928;
  border-bottom: 1px solid #0F1928;
}

.btn--header {
  height: 50px;
  padding: 15px;
  background: #f2f2f2;
  color: #f2f2f2;
}

@media screen and (max-width: 1023px) {
  .btn--header {
    display: none;
  }
}

.btn span, .goto__link span {
  font-weight: bold;
}

.btn span::after, .goto__link span::after {
  display: inline-block;
  content: "\e90c";
  font-family: "icomoon";
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: normal;
  color: #0F1928;
  margin-left: 1.2rem;
}
.btn.footer_insta span::after{
  content: none;
}

/*********************/
/*  セクションごと  */
/*********************/
.reserve-link {
  position: fixed;
  background: #0F1928;
  border-top: 1px solid #B2B3B6;
  width: 100%;
  height: 46px;
  bottom: 0;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 20;
}

@media screen and (min-width: 1024px) {
  .reserve-link {
    width: 194px;
    height: 62px;
    border: 1px solid #B2B3B6;
    bottom: 10px;
    right: 10px;
    left: inherit;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}



@media screen and (min-width: 1024px) {
  .reserve-link::after {
    right: 14px;
  }
}

		.bestlate-txt {
			display: inline-block;
    font-size: 1.2rem !important;
    color: #f2f2f2;
    line-height: 1.0;
    letter-spacing: 0.07em;
		}
@media screen and (max-width: 767px) {
.bestlate-txt {
    font-size: 1.4rem !important;
		}
}

.reserve-link span {
  display: inline-block;
  font-size: 1.4rem;
  color: #f2f2f2;
  line-height: 1.5;
  letter-spacing: 0.07em;
}

/*.reserve-link span:last-child {
  letter-spacing: .1em;
} */

.reserve-link span:last-child {
	position: relative;
	padding-left: 20px
}

.reserve-link span:last-child::after {
  position: absolute;
  top: 55%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
		content: "\e911";
  font-family: "icomoon";
  font-size: 1.3rem;
  line-height: 1;
  font-weight: normal;
  color: #fff;
}


@media screen and (max-width: 767px) {
  .reserve-link span + span {
    margin-left: 0.7em;
  }
}

@media screen and (min-width: 1024px) {
  .reserve-link span {
    letter-spacing: 0.13em;
    font-size: 1.7rem;
  }
 /* .reserve-link span:last-child {
    font-size: 1.2rem;
    padding-bottom: 2px;
  }*/
}

.about {
  position: relative;
  max-width: 410px;
  margin: 0 auto;
  z-index: 1;
}

.lr-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .lr-contents {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.lr-contents + .lr-contents {
  padding-top: 9rem;
}

@media screen and (min-width: 1024px) {
  .lr-contents + .lr-contents {
    padding-top: 6rem;
  }
}

@media screen and (min-width: 1024px) {
  .lr-contents--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (min-width: 1024px) {
  .lr-contents--reverse .lr-contents__thumbnail {
    -webkit-transform: translateX(-140px);
            transform: translateX(-140px);
  }
}

@media screen and (min-width: 1366px) {
  .lr-contents--reverse .lr-contents__txt {
    padding: 5rem 5rem 5rem 11rem;
  }
}

.lr-contents__thumbnail {
  position: relative;
  width: 100%;
  height: 375px;
}

@media screen and (min-width: 1024px) {
  .lr-contents__thumbnail {
    width: 50%;
    height: auto;
    margin-right: -140px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
}

.lr-contents__thumbnail img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1023px) {
  .lr-contents__thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.lr-contents__txt {
  margin-top: 4rem;
  padding: 0 2rem;
}

@media screen and (min-width: 1024px) {
  .lr-contents__txt {
    position: relative;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 17rem;
    padding: 5rem;
    background: #0F1928;
    z-index: 2;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    height: 100%;
    min-height: 37vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 1366px) {
  .lr-contents__txt {
    padding: 5rem 11rem 5rem 5rem;
  }
}

@media screen and (min-width: 1624px) {
  .lr-contents__txt {
    min-height: 40vw;
  }
}

.lr-contents__slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .lr-contents__slider-item {
    width: 100%;
    height: 375px !important;
  }
}

.details-box {
  position: relative;
  border: 1px solid #fff;
  padding: 7rem 7rem 3rem;
}

.details-box .section__title {
  position: absolute;
  top: -30px;
  left: 0;
  font-size: 2.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #0F1928;
  margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
  .details-box .section__title {
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 0 2rem;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1024px) {
  .details-box .section__title {
    font-size: 3.3rem;
    padding: 0 7rem 0 0;
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
  }
}

.details-list {
  list-style: none;
  display: -ms-grid;
  display: grid;
  max-width: 780px;
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
  .details-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .details-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1024px) {
  .details-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

.details-list__item {
  position: relative;
  width: 100%;
  padding-left: 4rem;
  margin-bottom: 3rem;
}

@media screen and (min-width: 1024px) {
  .details-list__item {
    margin-bottom: 4rem;
  }
}

.details-list__item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: "";
  color: #f2f2f2;
  font-family: "icomoon";
  font-size: 2.3rem;
  font-weight: normal;
  line-height: 2.3rem;
}

.details-list__item--room::before {
  content: "\e907";
}

.details-list__item--capa::before {
  content: "\e908";
}

.details-list__item--inout::before {
  content: "\e909";
}

.details-list__item--front::before {
  content: "\e902";
}

.details-list__item--child::before {
  content: "\e90a";
}

.details-list__item--pet::before {
  content: "\e906";
}

.details-list__item--wifi::before {
  content: "\e90b";
}

.details-list__item--bus::before {
  content: "\e901";
}

.details-list__item--parking::before {
  content: "\e900";
}

.details-list__item--card::before {
  content: "\e903";
}

.details-list__item--other::before {
  content: "\e905";
}

.details-list__item--tel::before {
  content: "\e904";
}

.details-list__name, .details-list__desc {
  display: block;
}

.details-list__name {
  font-weight: 400;
}

@media screen and (min-width: 1024px) {
  .details-list__name {
    font-size: 1.4rem;
  }
}

.details-list__desc {
  font-size: 1.4rem;
  margin-top: 8px;
}

@media screen and (min-width: 1024px) {
  .details-list__desc {
    font-size: 1.3rem;
  }
}

.parallax-bg {
  position: relative;
  display: block;
}

@media screen and (max-width: 767px) {
  .parallax-bg {
    background-size: auto 100vh;
  }
}

.parallax-bg::before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: url("/assets/images/topslider_02.jpg") no-repeat center/cover;
  z-index: -1;
}

#reserve {
  position: relative;
}

.cover-anime {
  position: relative;
}

.cover-anime__item {
  background: #0F1928;
  width: 100%;
  height: calc(100%/3);
  left: 0;
  right: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.cover-anime__item--first {
  top: 0;
}

.cover-anime__item--second {
  -webkit-animation-delay: .2s !important;
          animation-delay: .2s !important;
  top: calc(100%/3);
}

.cover-anime__item--third {
  -webkit-animation-delay: .4s !important;
          animation-delay: .4s !important;
  top: calc(100%/3*2);
}

.cover-anime--active .cover-anime__item {
  -webkit-animation: cover 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: cover 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.cover-anime--active-rev .cover-anime__item {
  -webkit-animation: cover-reverse 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: cover-reverse 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@-webkit-keyframes cover {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes cover {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@-webkit-keyframes cover-reverse {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes cover-reverse {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

/*  ------サブページ------  */
.page-article {
  background: #0F1928;
  padding: 3rem 0 8rem;
}

@media screen and (min-width: 768px) {
  .page-article {
    padding: 5rem 0 10rem;
  }
}

.page-article .section {
  background: transparent;
  padding: 5rem 0;
}

.page-article__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 7rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .page-article__title {
    margin: 0 0 8rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.page-article__title-en, .page-article__title-ja {
  display: inline-block;
}

.page-article__title-en {
  font-size: 4.5rem;
  font-family: purista-web, sans-serif;
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .page-article__title-en {
    font-size: 5.8rem;
  }
}

.page-article__title-ja {
  font-size: 1.5rem;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .page-article__title-ja {
    margin-left: 3.5rem;
  }
}

/*********************/
/*  見出し  */
/*********************/
.post-type-page p {
  line-height: 1.9;
  font-size: 1.4rem;
}

.post-type-page p:not(:first-child) {
  margin-top: 1rem;
}

.post-type-page a:not([class]) {
  color: #B2B3B6;
  text-decoration: none;
  border-bottom: 1px solid #B2B3B6;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.post-type-page a:not([class]):hover {
  opacity: .7;
}

.post-type-page .h2:first-child,
.post-type-page .h3:first-child,
.post-type-page .h4:first-child,
.post-type-page .ul:first-child,
.post-type-page .ol:first-child,
.post-type-page .table:first-child,
.post-type-page .box:first-child {
  margin-top: 0;
}

.post-type-page .h2-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 2rem;
}

.post-type-page .h2-wrap span {
  font-family: purista-web, sans-serif;
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 1.2;
  margin-right: 2.5rem;
}

.post-type-page .h2-wrap .h2 {
  font-family: 'Noto Sans JP';
  font-weight: 400;
  font-size: 1.4rem;
  margin: 0;
}

.post-type-page .h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: purista-web, sans-serif;
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 1.2;
  margin: 0 0 2rem;
}

@media screen and (min-width: 768px) {
  .post-type-page .h2 {
    font-size: 4.3rem;
  }
}

.post-type-page .h2 span {
  display: inline-block;
  font-family: 'Noto Sans JP';
  font-weight: 400;
  font-size: 1.4rem;
  margin-left: 2.5rem;
}

.post-type-page .h3 {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.9;
  padding: 0 0 .5rem;
}

.post-type-page .h3 span {
  display: inline-block;
}

.post-type-page .h3 span::before, .post-type-page .h3 span::after {
  content: "“";
  display: inline-block;
  color: #f2f2f2;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
}

.post-type-page .h3 span::before {
  -webkit-transform: translateX(-4px);
          transform: translateX(-4px);
}

.post-type-page .h3 span::after {
  content: "”";
}

.post-type-page .h3--underline {
  border-bottom: 1px solid rgba(242, 242, 242, 0.6);
}

.post-type-page .h4 {
  font-size: 1.7rem;
  font-weight: bold;
  position: relative;
  padding: 0 0 0 3rem;
  margin: 3rem 0;
}

@media screen and (min-width: 1024px) {
  .post-type-page .h4 {
    margin: 5rem 0 3rem;
  }
}

.post-type-page .h4::after {
  content: "";
  display: inline-block;
  background: #B2B3B6;
  position: absolute;
  top: 15px;
  left: 10px;
  width: 18px;
  height: 18px;
  border-radius: 10px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .post-type-page .h4::after {
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
  }
}

.post-type-page .ul {
  list-style: none;
  margin: 1.5rem 0 0;
}

.post-type-page .ul li {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 0 0 0 2rem;
}

.post-type-page .ul li::before {
  content: "";
  display: inline-block;
  background: #f2f2f2;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 4px;
  height: 4px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .post-type-page .ul li::before {
    left: 10px;
  }
}

.post-type-page .ul li + li {
  margin: 1rem 0 0;
}

.post-type-page .box {
  background: #0F1928;
  padding: 3rem 0;
}

@media screen and (min-width: 1024px) {
  .post-type-page .box {
    padding: 5rem 5rem 0 0;
  }
}

.post-type-page .box__number {
  font-size: 1.2rem;
  font-weight: 600;
  font-family: purista-web, sans-serif;
}

.post-type-page .box__title {
  font-size: 1.6rem;
  font-weight: 400;
}

.post-type-page .box__title span {
  display: inline-block;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  line-height: 1.9;
}

.post-type-page .box__title span::before, .post-type-page .box__title span::after {
  content: "“";
  display: inline-block;
  color: #f2f2f2;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
}

.post-type-page .box__title span::before {
  -webkit-transform: translateX(-6px);
          transform: translateX(-6px);
}

.post-type-page .box__title span::after {
  content: "”";
}

.post-type-page .box__desc {
  margin-top: 3rem !important;
}

.post-type-page .button-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 6rem 0 0;
}

@media screen and (max-width: 767px) {
  .post-type-page .button-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .post-type-page .button-area .button + .button {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .post-type-page .button-area .button + .button {
    margin-left: 5rem;
  }
}

.post-type-page .button {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: 1.6rem;
  color: #f2f2f2;
  width: 157px;
  padding-bottom: 8px;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

@media screen and (max-width: 767px) {
  .post-type-page .button {
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .post-type-page .button:hover {
    opacity: .7;
  }
  .post-type-page .button:hover::after {
    width: 120%;
  }
}

.post-type-page .button::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  border: none;
  border-right: 2px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

.post-type-page .button--active {
  pointer-events: none;
  opacity: .6;
}

.post-type-page .button--location {
  text-align: center;
  width: 310px;
  border: 1px solid #f2f2f2;
  padding-bottom: 0;
  padding: 1rem;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .post-type-page .button--location {
    width: calc(100% - 30px);
  }
}

.post-type-page .button--location::after {
  bottom: 18px;
  width: 66px;
  left: inherit;
  right: -30px;
}

.post-type-page .button--location:hover::after {
  width: 100px;
}

/*********************/
/*  扉  */
/*********************/
.children-count {
  counter-reset: listnumber 0;
}

.children-count .children-card__title::before {
  counter-increment: listnumber 1;
  content: "stay　0" counter(listnumber) ".";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-family: purista-web, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: #f2f2f2;
  z-index: 2;
}

.children-card {
  position: relative;
  display: block;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

@media screen and (min-width: 1024px) {
  .children-card:hover .children-card__img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .children-card:hover .btn::after, .children-card:hover .goto__link::after {
    width: 120%;
  }
}

.children-card__link, .children-card__thumbnail, .children-card__img, .children-card__title, .children-card__description {
  display: block;
  width: 100%;
}

.children-card__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  z-index: 2;
}

.children-card__thumbnail {
  height: auto;
  overflow: hidden;
}

.children-card__thumbnail::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: inline-block;
  background: rgba(15, 25, 40, 0.6);
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .children-card__thumbnail {
    height: 190px;
  }
}

.children-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.children-card__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  margin-top: 0;
  padding: 2.5rem;
  z-index: 1;
}

.children-card__title {
  position: relative;
  font-size: 2rem !important;
  font-weight: 400;
  padding-top: 2.5rem;
}

.children-card .btn, .children-card .goto__link {
  margin-top: 3rem;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .children-card .btn, .children-card .goto__link {
    margin-top: 1rem;
  }
}

.number-card-wrap {
  margin: 5rem 0 0;
}

@media screen and (min-width: 1024px) {
  .number-card-wrap {
    margin: 6rem 0 0;
  }
}

.number-card {
  list-style: none;
  counter-reset: listnumber 0;
  display: -ms-grid;
  display: grid;
  gap: 2rem;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
}

@media screen and (min-width: 768px) {
  .number-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1024px) {
  .number-card {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

.number-card li {
  position: relative;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  background: #f2f2f2;
}

.number-card li::before {
  counter-increment: listnumber 1;
  content: "0" counter(listnumber);
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-family: purista-web, sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  text-align: center;
  color: #111927;
  background: #f2f2f2;
  width: 38px;
  height: 38px;
  line-height: 38px;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .number-card li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 1024px) {
  .number-card li:hover .btn::after, .number-card li:hover .goto__link::after {
    width: 120%;
  }
}

.number-card__link, .number-card__thumbnail, .number-card__img, .number-card__box, .number-card__title, .number-card__desc {
  display: block;
  width: 100%;
  color: #0F1928;
}

.number-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}

.number-card__thumbnail {
  height: 220px;
}

.number-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}

.number-card__box {
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .number-card__box {
    padding: 3rem;
    height: 100%;
  }
}

.number-card__title {
  font-size: 1.7rem !important;
  font-weight: 400;
}

.number-card__desc {
  margin: 1.5rem 0 5rem;
}

.number-card__cat, .number-card__location {
  display: inline-block;
  font-size: 1.3rem;
  color: #0F1928;
}

.number-card__cat {
  font-size: 1.3rem;
  border: 1px solid #0F1928;
  text-align: center;
  padding: 0 1rem;
}

.number-card__location {
  margin-left: 2rem;
}

.number-card__location::before {
  display: inline-block;
  content: "\e90e";
  font-family: "icomoon";
  font-size: 1.3rem;
  line-height: 1.3rem;
  font-weight: normal;
  color: #0F1928;
  margin-right: 5px;
}

.number-card__btn .btn, .number-card__btn .goto__link {
  font-size: 1.4rem;
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .box-contents {
    position: relative;
    margin-bottom: 25rem;
  }
}

@media screen and (min-width: 768px) {
  .box-contents .box {
    position: absolute;
    left: 0;
    bottom: -25rem;
    width: 80%;
  }
}

.main-list {
  width: 100%;
  overflow: hidden;
}

.main-list li + li {
  margin-top: 5rem;
}

@media screen and (min-width: 1024px) {
  .main-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: calc(100% + 70px);
  }
  .main-list li:nth-child(2n - 1) .box {
    padding: 5rem 0 0 5rem;
  }
  .main-list li:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .main-list li:nth-child(2n) .main-list__thumbnail {
    -webkit-transform: translateX(-70px);
            transform: translateX(-70px);
  }
  .main-list li:nth-child(2n) .box {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media screen and (min-width: 1024px) {
  .main-list__thumbnail {
    width: 45%;
  }
}

@media screen and (min-width: 1024px) {
  .main-list .box {
    width: calc(55% + 70px);
    -webkit-transform: translateX(-70px);
            transform: translateX(-70px);
  }
}

.stay-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: calc(100% + 70px);
}

@media screen and (max-width: 767px) {
  .stay-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

.stay-contents__thumbnail {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .stay-contents__thumbnail {
    width: 60%;
  }
}

.stay-contents__box {
  width: 100%;
  background: #0F1928;
}

@media screen and (max-width: 767px) {
  .stay-contents__box {
    margin-top: 1.8rem;
  }
}

@media screen and (min-width: 768px) {
  .stay-contents__box {
    width: calc(40% + 70px);
    -webkit-transform: translateX(-70px);
            transform: translateX(-70px);
    padding: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .stay-contents__box {
    padding: 4rem;
  }
}

.stay-contents__number {
  font-size: 1.3rem;
  font-family: purista-web, sans-serif;
  font-weight: 600;
}

.stay-contents__title {
  font-size: 2rem !important;
  font-weight: 400;
}

.stay-contents__subtitle {
  font-weight: 400;
  margin-top: 2.8rem !important;
}

.slider-contents__thumbnail {
  position: relative;
  width: 100%;
  height: 375px;
}

.slider-contents__img {
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1023px) {
  .slider-contents__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.slider-contents__slider {
  position: relative;
}

.slider-contents__item {
  position: relative;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1023px) {
  .slider-contents__item--adjust {
    width: 100%;
    height: 375px !important;
  }
}

.slider-contents__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.slider-contents__txt {
  margin-top: 5rem;
}

.slider-contents__number {
  font-size: 1.3rem;
  font-family: purista-web, sans-serif;
  font-weight: 600;
}

.slider-contents__title {
  font-size: 2rem !important;
}

.slider-contents__title span {
  display: inline-block;
  font-size: 1.3rem !important;
  margin-left: 4rem;
}

.slider-contents__subtitle {
  font-size: 1.2rem !important;
  margin-bottom: 3rem;
}

.slider-contents .slick-arrow.slick-next {
  right: 0;
}

.slider-contents .slick-arrow.slick-prev {
  right: calc(0px + 5px + 38px);
}

.slider-contents--other .slider-contents__item {
  height: auto;
}

@media screen and (min-width: 768px) {
  .slider-contents--other .slider-contents__item {
    margin: 0 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .slider-contents--other .slider-contents__item:hover .slider-contents__img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .slider-contents--other .slider-contents__item:hover .btn::after, .slider-contents--other .slider-contents__item:hover .goto__link::after {
    width: 120%;
  }
}

.slider-contents--other .slider-contents__thumbnail {
  height: auto;
  overflow: hidden;
}

.slider-contents--other .slider-contents__thumbnail::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: inline-block;
  background: rgba(15, 25, 40, 0.6);
  z-index: 1;
}

.slider-contents--other .slider-contents__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  margin-top: 0;
  padding: 2.5rem;
  z-index: 2;
}

.slider-contents--other .slider-contents__title {
  font-weight: 400;
}

.slider-contents--other .btn, .slider-contents--other .goto__link {
  margin-top: 3rem;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .slider-contents--other .slick-list {
    padding: 0 45px 0 0 !important;
  }
}

.flow {
  margin-top: 5rem;
}

.flow__item {
  position: relative;
}

.flow__item::before, .flow__item::after {
  position: absolute;
  content: "";
  display: inline-block;
}

.flow__item::before {
  width: 16px;
  height: 16px;
  border: 2px solid #f2f2f2;
  border-radius: 50%;
  top: 7px;
  left: 0;
}

.flow__item::after {
  width: 1px;
  height: calc(100% - 25px);
  background: #f2f2f2;
  top: 32px;
  left: 7px;
}

.flow__inner {
  padding-left: 4rem;
  padding-bottom: 6.5rem;
}

.flow__time {
  font-family: purista-web, sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
}

.flow__title {
  font-size: 2rem !important;
  font-weight: 400;
}

.flow__location {
  font-size: 1.3rem;
  font-weight: 400;
}

.flow__location::before {
  display: inline-block;
  content: "\e90e";
  font-family: "icomoon";
  font-size: 1.3rem;
  line-height: 1.3rem;
  font-weight: normal;
  color: #f2f2f2;
  margin-right: 5px;
}

.flow__desc {
  font-size: 1.4rem;
}

.roomslide-thumb-wrap {
  margin: 3rem 0 0;
}

@media screen and (min-width: 1024px) {
  .roomslide-thumb-wrap {
    margin: 2rem 0 0;
  }
}

.roomslide-thumb {
  margin: -7px;
}

@media screen and (max-width: 1023px) {
  .roomslide-thumb {
    margin: -4px;
  }
}

@media screen and (min-width: 768px) {
  .roomslide-thumb .slick-track {
    width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .roomslide-thumb__item {
    padding: 4px;
  }
}

@media screen and (min-width: 768px) {
  .roomslide-thumb__item {
    padding: 7px;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    cursor: pointer;
  }
}

@media screen and (max-width: 767px) {
  .roomslide-thumb__imgwrap {
    position: relative;
    height: 0 !important;
    padding: 0;
    padding-bottom: 100%;
    overflow: hidden;
  }
}

@media screen and (min-width: 768px) {
  .roomslide-thumb__imgwrap {
    width: 88px !important;
    height: 88px !important;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}

.roomslide-thumb__imgwrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media screen and (max-width: 767px) {
  .roomslide-thumb__imgwrap img {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

@media screen and (min-width: 1024px) {
  .gallery {
    margin: 0 -15px;
  }
}

.gallery-item {
  width: 100%;
  padding: 10px;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .gallery-item {
    padding: 15px;
  }
}

.gallery-item img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .gallery-columns-2 .gallery-item {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .gallery-columns-3 .gallery-item {
    width: 33.33333%;
  }
}

@media screen and (min-width: 768px) {
  .gallery-columns-4 .gallery-item {
    width: 25%;
  }
}

@media screen and (min-width: 768px) {
  .gallery-columns-5 .gallery-item {
    width: 33.33333%;
  }
}

@media screen and (min-width: 1024px) {
  .gallery-columns-5 .gallery-item {
    width: 20%;
  }
}

.gallery-caption {
  font-size: 1.6rem;
  font-weight: normal;
  color: #f2f2f2;
  line-height: 1.7;
  text-align: left;
  padding: 5px 0;
}

@media screen and (min-width: 1024px) {
  .gallery-caption {
    font-size: 1.7rem;
  }
}

.movie__thumbnail {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .movie__thumbnail:hover .movie__img, .movie__thumbnail:hover .photo__img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.movie__thumbnail::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: rgba(17, 25, 39, 0.65);
  z-index: 1;
}

.movie__thumbnail::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  content: "\e90f";
  font-family: "icomoon";
  font-size: 4.5rem;
  line-height: 4.5rem;
  font-weight: normal;
  color: #fff;
  z-index: 2;
}

.movie__img, .photo__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.movie__title {
  margin-top: 3rem;
}

.photo {
  position: relative;
}

.photo__thumbnail {
  display: block;
  position: relative;
  padding-bottom: 115%;
  height: 0;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .photo__thumbnail {
    padding-bottom: 100%;
  }
  .photo__thumbnail:hover .photo__img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.photo__thumbnail::before, .photo__thumbnail::after {
  display: inline-block;
  color: #fff;
  position: absolute;
  z-index: 1;
}

.photo__thumbnail::before {
  content: "view more";
  font-family: purista-web, sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  right: 24px;
  bottom: 62px;
}

@media screen and (min-width: 768px) {
  .photo__thumbnail::before {
    bottom: 105px;
  }
}

.photo__thumbnail::after {
  content: "\e911";
  font-family: "icomoon";
  font-size: 1.1rem;
  line-height: 1.1rem;
  font-weight: normal;
  right: 8px;
  bottom: 70px;
}

@media screen and (min-width: 768px) {
  .photo__thumbnail::after {
    bottom: 112px;
  }
}

.photo__descwrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #f2f2f2;
  padding: 1rem;
  min-height: 62px;
}

@media screen and (min-width: 768px) {
  .photo__descwrap {
    padding: 3rem;
    min-height: 102px;
  }
}

.photo__desc {
  width: 100%;
  color: #0F1928;
  line-height: 1.5 !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media screen and (min-width: 768px) {
  .photo__desc {
    line-height: 2.3;
  }
}

/*  パンくず  */
.breadcrumb {
  background: #B2B3B6;
}

.breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}

.breadcrumb-list__item:not(:first-child):before {
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  margin: 0 1rem .2rem;
  border-right: 1px solid #fff;
}

.breadcrumb-list__link {
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
  color: #fff;
}

.breadcrumb-list__link:hover {
  color: #666;
  opacity: 1;
}

/*  ページ送り  */
.pager-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: purista-web, sans-serif;
  font-weight: 600;
  margin: 5rem 0 0;
}

.pager-list__item {
  list-style: none;
  position: relative;
  width: 34px;
  height: 34px;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.pager-list__item--number {
  text-align: center;
  font-size: 1.4rem;
  line-height: 34px;
  background: #0F1928;
  border: 1px solid #f2f2f2;
}

.pager-list__item--number + .pager-list__item--number {
  margin-left: 1.5rem;
}

.pager-list__item--prev, .pager-list__item--next {
  color: #f2f2f2;
  font-size: 1.5rem;
  width: 60px;
}

.pager-list__item--prev::before, .pager-list__item--next::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 60px;
  height: 5px;
  border: none;
  border-bottom: 1px solid #f2f2f2;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.pager-list__item--prev {
  text-align: right;
  margin-right: 2rem;
}

.pager-list__item--prev:before {
  right: 0;
  border-left: 2px solid #f2f2f2;
  -webkit-transform: skew(-45deg);
          transform: skew(-45deg);
}

.pager-list__item--next {
  margin-left: 2rem !important;
}

.pager-list__item--next::before {
  left: 0;
  border-right: 2px solid #f2f2f2;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
}

@media screen and (min-width: 1024px) {
  .pager-list__item:hover {
    opacity: .6;
  }
  .pager-list__item:hover::before {
    width: 70px;
  }
}

.pager-list__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #f2f2f2;
}

.pager-list__link--active {
  color: #0F1928;
  background: #f2f2f2;
}

.single-pager-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: purista-web, sans-serif;
  font-weight: 600;
  margin: 5rem 0 0;
}

.single-pager-list__item {
  list-style: none;
  position: relative;
  height: 34px;
  line-height: 34px;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.single-pager-list__item--back {
  width: 132px;
  background: #f2f2f2;
  text-align: center;
}

.single-pager-list__item--prev, .single-pager-list__item--next {
  color: #f2f2f2;
  font-size: 1.5rem;
  width: 60px;
}

.single-pager-list__item--prev::before, .single-pager-list__item--next::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 60px;
  height: 5px;
  border: none;
  border-bottom: 1px solid #f2f2f2;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.single-pager-list__item--prev {
  text-align: right;
  margin-right: 2rem;
}

.single-pager-list__item--prev:before {
  right: 0;
  border-left: 2px solid #f2f2f2;
  -webkit-transform: skew(-45deg);
          transform: skew(-45deg);
}

.single-pager-list__item--next {
  margin-left: 2rem !important;
}

.single-pager-list__item--next::before {
  left: 0;
  border-right: 2px solid #f2f2f2;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
}

@media screen and (min-width: 1024px) {
  .single-pager-list__item:hover {
    opacity: .6;
  }
  .single-pager-list__item:hover::before {
    width: 70px;
  }
}

.single-pager-list__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #f2f2f2;
}

.single-pager-list__link--back {
  color: #0F1928;
}

/*********************/
/*  ページトップボタン　 */
/*********************/
.page-top {
  position: absolute;
  bottom: 95px;
  right: -50px;
  display: inline-block;
  text-decoration: none;
  font-size: 1.2rem;
  font-family: purista-web, sans-serif;
  font-weight: 600;
  color: #0F1928;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 160px;
  padding: 8px 0;
  text-align: end;
}

@media screen and (max-width: 1023px) {
  .page-top {
    bottom: 230px;
  }
}

.page-top::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 14px;
  right: 70px;
  width: 90px;
  height: 5px;
  border: none;
  border-left: 2px solid #0F1928;
  border-bottom: 1px solid #0F1928;
  -webkit-transform: translateY(-50%) skew(-45deg);
          transform: translateY(-50%) skew(-45deg);
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

@media screen and (min-width: 1024px) {
  .page-top:hover {
    opacity: .7;
  }
  .page-top:hover::after {
    width: 110px;
  }
}

/**************************/
/*  書き方パーツ調整用クラス  */
/**************************/
.goto {
  margin: 7rem 0 0;
}

@media screen and (min-width: 768px) {
  .goto {
    margin: 6rem 0 0;
  }
}

@media screen and (min-width: 888px) {
  .goto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 887px) {
  .goto__item + .goto__item {
    margin: 2rem 0 0;
  }
}

@media screen and (min-width: 888px) {
  .goto__item + .goto__item {
    margin: 0 0 0 5rem;
  }
}

.goto__link {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 887px) {
  .goto__link {
    width: 100%;
    font-size: 1.5rem;
  }
}

/*********************/
/*  ニュース  */
/*********************/
.news-list {
  display: block;
  width: 100%;
}

.news-list__item {
  position: relative;
  display: block;
  width: 100%;
  margin: 1rem 0;
}

@media screen and (min-width: 768px) {
  .news-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.news-list__item:hover .news-list__post-title {
  opacity: .7;
}

.news-list__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.news-list__time {
  font-size: 1.4rem;
  font-family: purista-web, sans-serif;
  color: #707070;
  padding: 1rem 0;
}

.news-list__category {
  font-size: 1.2rem;
  font-weight: 400;
  color: #0F1928;
  text-align: center;
  background: #D1D2D3;
  padding: 0 1.4rem;
  height: 27px;
  line-height: 27px;
  min-width: 120px;
  margin-left: 1.5rem;
}

@media screen and (max-width: 767px) {
  .news-list__category {
    padding: 0.4rem 1.4rem;
  }
}

.news-list__post-title {
  overflow: hidden;
  font-size: 1.4rem;
  font-weight: 400;
  color: #0F1928;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 1rem 0;
}

@media screen and (min-width: 768px) {
  .news-list__post-title {
    padding: 1rem 1.5rem;
  }
}

.news-list--archive .news-list__time {
  color: #f2f2f2;
  font-size: 1.4rem;
}

.news-list--archive .news-list__post-title {
  color: #f2f2f2;
  font-size: 1.4rem;
  font-weight: 400;
}

.cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 5rem;
}

@media screen and (min-width: 768px) {
  .cats {
    padding-right: 15rem;
  }
}

.cats__item {
  position: relative;
  margin-right: 3rem;
}

@media screen and (min-width: 768px) {
  .cats__item {
    margin-right: 5rem;
  }
}

.cats__item::before {
  position: absolute;
  display: inline-block;
  content: '';
  top: 40%;
  right: -1rem;
  width: 1px;
  height: 25px;
  background: #f2f2f2;
  -webkit-transform: rotate(30deg) translateY(-50%);
          transform: rotate(30deg) translateY(-50%);
}

@media screen and (min-width: 768px) {
  .cats__item::before {
    right: -2rem;
  }
}

.cats__item:last-of-type {
  margin-right: 0;
}

.cats__item:last-of-type::before {
  display: none;
}

.cats__link {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0;
  color: #f2f2f2;
  font-size: 1.4rem;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

@media screen and (min-width: 1024px) {
  .cats__link:hover {
    opacity: .6;
  }
}

.news-single {
  margin-bottom: 3rem;
}

.news-single__time {
  font-size: 1.4rem;
  font-family: purista-web, sans-serif;
  font-weight: 400;
  color: #f2f2f2;
}

.news-single__ctg {
  font-size: 1.2rem;
  font-weight: 400;
  color: #0F1928;
  text-align: center;
  background: #D1D2D3;
  padding: .4rem 1.4rem;
  height: 27px;
  line-height: 27px;
  min-width: 120px;
  margin-left: 2rem;
}

.news-single__title {
  font-size: 1.7rem;
  font-weight: 400;
  margin: 2rem 0 4rem;
}

@media screen and (min-width: 768px) {
  .news-single__title {
    font-size: 2rem;
    margin: 2rem 0 7rem;
  }
}

.news-single p {
  font-size: 1.4rem !important;
}

/**************************/
/*  書き方パーツ調整用クラス  */
/**************************/
/*表示・非表示 切り替え用 */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

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

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

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

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

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tab-none {
    display: none;
  }
}

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

/* margin-top スマホ */
@media screen and (max-width: 767px) {
  .sp-mt0 {
    margin-top: 0;
  }
  .sp-mt10 {
    margin-top: 1rem;
  }
  .sp-mt20 {
    margin-top: 2rem;
  }
  .sp-mt30 {
    margin-top: 3rem;
  }
  .sp-mt40 {
    margin-top: 4rem;
  }
  .sp-mt50 {
    margin-top: 5rem;
  }
  .sp-mt60 {
    margin-top: 6rem;
  }
  .sp-mt70 {
    margin-top: 7rem;
  }
  .sp-mt80 {
    margin-top: 8rem;
  }
  .sp-mt90 {
    margin-top: 9rem;
  }
  .sp-mt100 {
    margin-top: 10rem;
  }
}

/* margin-top タブレット */
@media screen and (min-width: 768px) {
  .tab-mt0 {
    margin-top: 0;
  }
  .tab-mt10 {
    margin-top: 1rem;
  }
  .tab-mt20 {
    margin-top: 2rem;
  }
  .tab-mt30 {
    margin-top: 3rem;
  }
  .tab-mt40 {
    margin-top: 4rem;
  }
  .tab-mt50 {
    margin-top: 5rem;
  }
  .tab-mt60 {
    margin-top: 6rem;
  }
  .tab-mt70 {
    margin-top: 7rem;
  }
  .tab-mt80 {
    margin-top: 8rem;
  }
  .tab-mt90 {
    margin-top: 9rem;
  }
  .tab-mt100 {
    margin-top: 10rem;
  }
}

/* margin-top パソコン */
@media screen and (min-width: 1024px) {
  .pc-mt0 {
    margin-top: 0;
  }
  .pc-mt10 {
    margin-top: 1rem;
  }
  .pc-mt20 {
    margin-top: 2rem;
  }
  .pc-mt30 {
    margin-top: 3rem;
  }
  .pc-mt40 {
    margin-top: 4rem;
  }
  .pc-mt50 {
    margin-top: 5rem;
  }
  .pc-mt60 {
    margin-top: 6rem;
  }
  .pc-mt70 {
    margin-top: 7rem;
  }
  .pc-mt80 {
    margin-top: 8rem;
  }
  .pc-mt90 {
    margin-top: 9rem;
  }
  .pc-mt100 {
    margin-top: 10rem;
  }
}

/* margin-bottom スマホ */
@media screen and (max-width: 767px) {
  .sp-mb0 {
    margin-bottom: 0;
  }
  .sp-mb10 {
    margin-bottom: 1rem;
  }
  .sp-mb20 {
    margin-bottom: 2rem;
  }
  .sp-mb30 {
    margin-bottom: 3rem;
  }
  .sp-mb40 {
    margin-bottom: 4rem;
  }
  .sp-mb50 {
    margin-bottom: 5rem;
  }
  .sp-mb60 {
    margin-bottom: 6rem;
  }
  .sp-mb70 {
    margin-bottom: 7rem;
  }
  .sp-mb80 {
    margin-bottom: 8rem;
  }
  .sp-mb90 {
    margin-bottom: 9rem;
  }
  .sp-mb100 {
    margin-bottom: 10rem;
  }
}

/* margin-bottom タブレット */
@media screen and (min-width: 768px) {
  .tab-mb0 {
    margin-bottom: 0;
  }
  .tab-mb10 {
    margin-bottom: 1rem;
  }
  .tab-mb20 {
    margin-bottom: 2rem;
  }
  .tab-mb30 {
    margin-bottom: 3rem;
  }
  .tab-mb40 {
    margin-bottom: 4rem;
  }
  .tab-mb50 {
    margin-bottom: 5rem;
  }
  .tab-mb60 {
    margin-bottom: 6rem;
  }
  .tab-mb70 {
    margin-bottom: 7rem;
  }
  .tab-mb80 {
    margin-bottom: 8rem;
  }
  .tab-mb90 {
    margin-bottom: 9rem;
  }
  .tab-mb100 {
    margin-bottom: 10rem;
  }
}

/* margin-bottom パソコン */
@media screen and (min-width: 1024px) {
  .pc-mb0 {
    margin-bottom: 0;
  }
  .pc-mb10 {
    margin-bottom: 1rem;
  }
  .pc-mb20 {
    margin-bottom: 2rem;
  }
  .pc-mb30 {
    margin-bottom: 3rem;
  }
  .pc-mb40 {
    margin-bottom: 4rem;
  }
  .pc-mb50 {
    margin-bottom: 5rem;
  }
  .pc-mb60 {
    margin-bottom: 6rem;
  }
  .pc-mb70 {
    margin-bottom: 7rem;
  }
  .pc-mb80 {
    margin-bottom: 8rem;
  }
  .pc-mb90 {
    margin-bottom: 9rem;
  }
  .pc-mb100 {
    margin-bottom: 10rem;
  }
}

/* letter-spacing */
.ls10 {
  letter-spacing: .01em;
}

.ls20 {
  letter-spacing: .02em;
}

.ls30 {
  letter-spacing: .03em;
}

.ls40 {
  letter-spacing: .04em;
}

.ls50 {
  letter-spacing: .05em;
}

.ls60 {
  letter-spacing: .06em;
}

.ls70 {
  letter-spacing: .07em;
}

.ls80 {
  letter-spacing: .08em;
}

.ls90 {
  letter-spacing: .09em;
}

.ls100 {
  letter-spacing: .1em;
}

.ls110 {
  letter-spacing: .11em;
}

.ls120 {
  letter-spacing: .12em;
}

.ls130 {
  letter-spacing: .13em;
}

.ls140 {
  letter-spacing: .14em;
}

.ls150 {
  letter-spacing: .15em;
}

.ls160 {
  letter-spacing: .16em;
}

.ls170 {
  letter-spacing: .17em;
}

.ls180 {
  letter-spacing: .18em;
}

.ls190 {
  letter-spacing: .19em;
}

.ls200 {
  letter-spacing: .2em;
}

/* line-height */
.lh10 {
  line-height: 1;
}

.lh11 {
  line-height: 1.1;
}

.lh12 {
  line-height: 1.2;
}

.lh13 {
  line-height: 1.3;
}

.lh14 {
  line-height: 1.4;
}

.lh15 {
  line-height: 1.5;
}

.lh16 {
  line-height: 1.6;
}

.lh17 {
  line-height: 1.7;
}

.lh18 {
  line-height: 1.8;
}

.lh19 {
  line-height: 1.9;
}

.lh20 {
  line-height: 2;
}

/*********************/
/*  お問い合わせフォーム  */
/*********************/
/* 申し込みSTEP */
.form-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  .form-step {
    margin-top: 3rem;
    margin-bottom: 5rem;
  }
}

.form-step__item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 40px;
  line-height: 1.2;
  background: #F7F1D1;
  list-style: none;
  color: #f2f2f2;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  padding-left: 10px;
}

@media screen and (max-width: 1023px) {
  .form-step__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .form-step__item {
    line-height: 40px;
    font-size: 1.6rem;
    padding-left: 15px;
  }
  .form-step__item br {
    display: none;
  }
}

.form-step__item:before {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  right: -10px;
  border-style: solid;
  border-width: 20px 0 20px 10px;
  border-color: transparent transparent transparent #F7F1D1;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .form-step__item:before {
    right: -15px;
    border-width: 20px 0 20px 15px;
  }
}

.form-step__item:nth-child(1) {
  background: #eee;
}

.form-step__item:nth-child(1):before {
  border-color: transparent transparent transparent #eee;
}

.form-step__item:nth-child(2) {
  background: #f2f2f2;
}

.form-step__item:nth-child(2):before {
  border-color: transparent transparent transparent #f2f2f2;
}

.form-step__item:nth-child(3) {
  background: #B2B3B6;
}

.form-step__item:nth-child(3):before {
  display: none;
}

/* 申し込みフォーム */
.form {
  font-size: 1.6rem;
  color: #f2f2f2;
  background: #eee;
  padding: 10px;
  margin: 1rem 0;
}

@media screen and (min-width: 768px) {
  .form {
    padding: 15px;
  }
}

@media screen and (min-width: 1024px) {
  .form {
    font-size: 1.4rem;
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .form__row {
    padding: 10px;
  }
}

@media screen and (min-width: 768px) {
  .form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.form__required {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: .1rem;
  color: #fff;
  padding: 0 5px;
  margin-left: 1rem;
  vertical-align: text-top;
  background: #666;
}

@media screen and (max-width: 1023px) {
  .form__required {
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .form__required {
    float: right;
  }
}

.form__item {
  color: #f2f2f2;
  margin: .5rem 0;
}

@media screen and (min-width: 768px) {
  .form__item {
    margin: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .form__item br {
    display: none;
  }
}

.form__item:first-child {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .form__item:first-child {
    width: 25%;
  }
}

.form__item:last-child {
  position: relative;
}

@media screen and (min-width: 768px) {
  .form__item:last-child {
    width: 75%;
  }
}

.form__text, .form__textarea, .form__number, .form__email, .form__zip {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 10px;
}

.form__zip {
  display: inline-block;
  width: 220px;
  margin-bottom: 1rem;
}

.form__select {
  position: relative;
  background: #fff;
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 0;
  color: #f2f2f2;
  line-height: 30px;
  text-align: left;
  text-indent: 5px;
  vertical-align: middle;
  width: 110px;
  padding: 5px;
}

.form__radio, .form__check {
  display: none;
}

.form__radio:checked + .mwform-radio-field-text:before, .form__check:checked + .mwform-radio-field-text:before {
  opacity: 1;
}

.form__radio:checked + .mwform-checkbox-field-text:after, .form__check:checked + .mwform-checkbox-field-text:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 4px;
  width: 7px;
  height: 10px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

.form__radio:checked + .mwform-checkbox-field-text:before, .form__check:checked + .mwform-checkbox-field-text:before {
  background: #666;
}

.form .mwform-radio-field-text {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding: 0 0 0 25px;
  vertical-align: middle;
  cursor: pointer;
}

.form .mwform-radio-field-text:hover:after {
  border-color: #666;
}

.form .mwform-radio-field-text:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  border: 2px solid #666;
  border-radius: 50%;
  content: '';
  background: #fff;
  z-index: 0;
}

.form .mwform-radio-field-text:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 4px;
  width: 8px;
  height: 8px;
  background: #666;
  border-radius: 50%;
  opacity: 0;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .form .mwform-radio-field-text:before {
    top: 7px;
  }
}

.form .mwform-checkbox-field-text {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding: 0 0 0 25px;
  vertical-align: middle;
  cursor: pointer;
}

.form .mwform-checkbox-field-text:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 2px solid #666;
  background: #fff;
}

.form .mwform-radio-field label,
.form .mwform-checkbox-field label {
  cursor: pointer;
}

.form__image {
  width: 100%;
}

.form__checkbox--region:after {
  border-radius: 6px;
}

.form__checkbox--region:before {
  width: 5px;
  height: 9px;
  border-right: 3px solid #666;
  border-bottom: 3px solid #666;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.form__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 3rem 0;
}

.form__button, .form__back, .form__submit {
  display: inline-block;
  margin: 0 auto;
  padding: 15px 45px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  background: #B2B3B6;
  cursor: pointer;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.form__button:hover, .form__back:hover, .form__submit:hover {
  background: #666;
}

.form__button:visited, .form__back:visited, .form__submit:visited {
  background: #f2f2f2;
}

.form ::-webkit-input-placeholder {
  color: #B2B3B6;
}

.form ::-moz-placeholder {
  color: #B2B3B6;
  opacity: 1;
}

.form :-ms-input-placeholder {
  color: #B2B3B6;
}

.form a {
  cursor: pointer;
}

.mwform-radio-field label,
.mwform-checkbox-field label {
  cursor: pointer;
}

/*********************/
/*  お問い合わせフォーム  */
/*********************/
/* デコレーション版 */
.deco-form__wrap {
  border: 3px solid #666;
  border-radius: 20px;
  padding: 1.5rem;
}

@media screen and (min-width: 768px) {
  .deco-form__wrap {
    padding: 5rem;
  }
}

@media screen and (min-width: 1024px) {
  .deco-form__wrap {
    padding: 8rem;
  }
}

.deco-form__row {
  padding: 15px 0;
}

@media screen and (min-width: 768px) {
  .deco-form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .deco-form__row--file {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (min-width: 768px) {
  .deco-form__row--file .deco-form__item:nth-child(1) {
    width: 30.5%;
  }
}

.deco-form__row--file .deco-form__item:nth-child(2) {
  width: 100%;
  padding: 1.8rem 2rem;
  background: #eee;
  font-size: 1.3rem;
  font-weight: normal;
  letter-spacing: 0;
  color: #B2B3B6;
}

@media screen and (min-width: 768px) {
  .deco-form__row--file .deco-form__item:nth-child(2) {
    width: 69.5%;
  }
}

@media screen and (min-width: 1024px) {
  .deco-form__row--file .deco-form__item:nth-child(2) {
    padding: 2rem;
  }
}

.deco-form__required, .deco-form__any {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: #666;
  padding: 7px 10px;
  vertical-align: middle;
  margin: 0 0 .5rem 1rem;
}

@media screen and (min-width: 768px) {
  .deco-form__required, .deco-form__any {
    margin: 0 1rem .5rem;
  }
}

.deco-form__any {
  color: #666;
  border: 1px solid #f2f2f2;
  background: #fff;
}

.deco-form__item {
  width: 100%;
  color: #f2f2f2;
  position: relative;
  margin: 3px 0;
}

.deco-form__item:first-child {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .deco-form__item:first-child {
    width: 44%;
  }
}

.deco-form__item--select {
  position: relative;
}

.deco-form__item--select:before, .deco-form__item--select:after {
  position: absolute;
  display: block;
  content: "";
}

.deco-form__item--select:before {
  color: #fff;
  text-align: center;
  line-height: 50px;
  top: 0;
  right: 0;
  height: 50px;
  width: 30px;
  background: #666;
  z-index: 0;
  pointer-events: none;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

@media screen and (min-width: 768px) {
  .deco-form__item--select:before {
    width: 50px;
  }
}

.deco-form__item--select:after {
  top: 20px;
  right: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 8px 0 8px;
  border-color: #fff transparent transparent transparent;
}

@media screen and (min-width: 768px) {
  .deco-form__item--select:after {
    right: 9px;
  }
}

.deco-form__item--radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .deco-form__item--radio {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.deco-form__item--radio span.mwform-radio-field.vertical-item {
  display: inline-block;
  width: calc(50% - 1rem);
}

@media screen and (min-width: 768px) {
  .deco-form__item--radio span.mwform-radio-field.vertical-item {
    max-width: 120px;
  }
}

@media screen and (min-width: 1024px) {
  .deco-form__item--radio span.mwform-radio-field.vertical-item {
    width: calc(25% - 1rem);
  }
}

@media screen and (min-width: 768px) {
  .deco-form__item--norequired {
    padding-left: 7rem;
    width: calc(44% - 3rem) !important;
  }
}

.deco-form__policy {
  width: 100%;
  height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
  border: 1px solid #f2f2f2;
  padding: 15px 20px;
  margin: 2rem 0;
}

.deco-form__text, .deco-form__textarea, .deco-form__number, .deco-form__email, .deco-form__select, .deco-form__zip {
  display: block;
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #f2f2f2;
  background: #fff;
  outline: 0;
}

.deco-form__text, .deco-form__number, .deco-form__email, .deco-form__select, .deco-form__zip {
  height: 5rem;
}

.deco-form__small {
  font-size: 1.3rem;
  font-weight: normal;
  letter-spacing: 0;
  color: #B2B3B6;
}

@media screen and (min-width: 768px) {
  .deco-form__small {
    width: 68%;
    white-space: nowrap;
  }
}

.deco-form__small::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  background: #eee;
  vertical-align: super;
  margin: 1.8rem .7rem 0 0;
}

.deco-form__select {
  cursor: pointer;
  text-align: left;
  text-indent: 5px;
  vertical-align: middle;
  text-overflow: '';
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}

.deco-form__add {
  margin-left: 1rem;
}

.deco-form__check {
  display: none;
}

.deco-form__check:checked + .mwform-radio-field-text:before {
  border-width: 13px;
}

.deco-form__check:checked + .mwform-checkbox-field-text:after {
  opacity: 1;
}

.deco-form__check:checked + .mwform-checkbox-field-text:before {
  background: #666;
}

.deco-form__radio {
  display: none;
}

.deco-form__radio:checked + .mwform-radio-field-text {
  font-weight: bold;
  color: #fff;
  background: #666;
}

.deco-form .mwform-radio-field-text {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding: 10px 20px 10px 50px;
  vertical-align: middle;
  cursor: pointer;
}

.deco-form .mwform-radio-field-text:before {
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #666;
  background: #fff;
}

.deco-form .mwform-checkbox-field-text {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding-left: 20px;
  vertical-align: middle;
  cursor: pointer;
}

@media screen and (max-width: 1023px) {
  .deco-form .mwform-checkbox-field-text {
    margin-right: 20px;
  }
}

@media screen and (min-width: 768px) {
  .deco-form .mwform-checkbox-field-text {
    padding: 0px 30px 0 20px;
  }
}

.deco-form .mwform-checkbox-field-text:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 2px solid #666;
  background: #fff;
}

@media screen and (min-width: 1024px) {
  .deco-form .mwform-checkbox-field-text:before {
    top: 7px;
  }
}

.deco-form .mwform-checkbox-field-text:after {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 4px;
  width: 7px;
  height: 10px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  opacity: 0;
}

.deco-form .mwform-radio-field label,
.deco-form .mwform-checkbox-field label {
  cursor: pointer;
}

.deco-form__image {
  width: 100%;
}

.deco-form__checkbox--region:after {
  border-radius: 5px;
}

.deco-form__checkbox--region:before {
  width: 5px;
  height: 9px;
  border-right: 3px solid #666;
  border-bottom: 3px solid #666;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.deco-form__button, .deco-form__back, .deco-form__submit {
  margin: 0 auto;
  display: block;
  width: 100%;
  text-decoration: none;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  background: #666;
  padding: 18px 30px;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .deco-form__button, .deco-form__back, .deco-form__submit {
    max-width: 430px;
  }
}

.deco-form__button:hover, .deco-form__back:hover, .deco-form__submit:hover {
  opacity: 0.7;
}

.deco-form .mw-wp-form_image img {
  max-width: 100%;
  height: auto;
}

.deco-form span.mwform-checkbox-field.vertical-item {
  display: inline-block;
}

.deco-form .vertical-item {
  margin-top: 0 !important;
  margin-bottom: 5px;
}

.deco-form__info-area {
  padding: 15px 0;
}

@media screen and (min-width: 1024px) {
  .deco-form__info-area {
    padding: 25px 0;
  }
}

.deco-form__info-item {
  background: #eee;
  margin-bottom: 1px;
  padding: 2rem;
}

@media screen and (min-width: 768px) {
  .deco-form__info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}

.deco-form__info-title {
  display: block;
}

@media screen and (min-width: 768px) {
  .deco-form__info-title {
    width: 175px;
  }
}

.deco-form__info-txtbox {
  display: block;
  width: calc(100% - 175px);
  pointer-events: none;
}

.deco-form-birth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.deco-form-birth__item {
  position: relative;
  display: block;
  width: 100%;
}

.deco-form-birth__item:before, .deco-form-birth__item:after {
  position: absolute;
  display: block;
  content: "";
}

.deco-form-birth__item:before {
  color: #fff;
  text-align: center;
  line-height: 50px;
  top: 0;
  right: 0;
  height: 50px;
  width: 30px;
  background: #666;
  z-index: 0;
  pointer-events: none;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

@media screen and (min-width: 768px) {
  .deco-form-birth__item:before {
    width: 50px;
  }
}

.deco-form-birth__item:after {
  top: 20px;
  right: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 8px 0 8px;
  border-color: #fff transparent transparent transparent;
}

@media screen and (min-width: 768px) {
  .deco-form-birth__item:after {
    right: 9px;
  }
}

.deco-form-birth--year, .deco-form-birth--month {
  margin-right: 1rem;
}

.deco-form-text-link {
  color: #f2f2f2;
  text-decoration: underline;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

.deco-form-text-link:hover {
  opacity: .8;
}

.preview-txt {
  display: none;
}

.pryvacy-consent {
  display: block;
  margin-top: 2.5rem;
  font-size: 1.4rem;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .pryvacy-consent {
    text-align: center;
  }
}

.pryvacy-consent .mwform-checkbox-field-text {
  display: inline-block;
}

.pryvacy-consent .preview-txt {
  display: block;
}

.mw_wp_form_preview .preview-txt {
  display: inline-block;
}

.mw_wp_form_preview .pryvacy-consent {
  display: none;
}

.mw_wp_form_preview .deco-form__required,
.mw_wp_form_preview .deco-form__any,
.mw_wp_form_preview .deco-form__small,
.mw_wp_form_preview .deco-form__item--select:before,
.mw_wp_form_preview .deco-form__item--select:after,
.mw_wp_form_preview .deco-form-birth__item:before,
.mw_wp_form_preview .deco-form-birth__item:after {
  display: none;
}

.mw_wp_form_preview .deco-form__row--file .deco-form__item:nth-child(2) {
  background: none;
  padding: 0;
}

.mw_wp_form_preview .deco-form__row--file .deco-form__item:nth-child(2) a {
  color: #f2f2f2;
  text-decoration: none;
  border-bottom: none;
  pointer-events: none;
}

/* Slider */
.slick-slider {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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;
  height: 100%;
  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);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
}

.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;
  width: 100%;
  height: 100%;
  margin: auto;
}

.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 {
  position: absolute;
  bottom: -19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 38px;
  height: 38px;
  background: #f2f2f2;
  cursor: pointer;
  outline: 0;
  z-index: 1;
  -webkit-transition: .4s ease-out;
  transition: .4s ease-out;
}

.slick-arrow.slick-prev {
  right: calc(40px + 5px + 38px);
}

.slick-arrow.slick-prev:before {
  display: block;
  content: "";
  width: 18px;
  height: 4px;
  border: none;
  border-left: 2px solid #0F1928;
  border-bottom: 1px solid #0F1928;
  -webkit-transform: skew(-45deg);
          transform: skew(-45deg);
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
  z-index: 1;
}

@media screen and (max-width: 1023px) {
  .slick-arrow.slick-prev {
    right: calc(20px + 5px + 38px);
  }
}

.slick-arrow.slick-next {
  right: 40px;
}

.slick-arrow.slick-next:before {
  display: block;
  content: "";
  width: 18px;
  height: 4px;
  border: none;
  border-right: 2px solid #0F1928;
  border-bottom: 1px solid #0F1928;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
  z-index: 1;
}

@media screen and (max-width: 1023px) {
  .slick-arrow.slick-next {
    right: 20px;
  }
}

.slick-arrow.slider-prev {
  left: 20px;
}

.slick-arrow.slider-prev::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.slick-arrow.slider-next {
  right: 20px;
}

.slick-dots {
  position: absolute;
  left: 50%;
  bottom: 30px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  z-index: 15;
}

.slick-dots li + li {
  margin-left: 7px;
}

@media screen and (min-width: 768px) {
  .slick-dots li + li {
    margin-left: 10px;
  }
}

.slick-dots button {
  position: relative;
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  white-space: nowrap;
  font-size: 0px;
  text-indent: 100%;
  overflow: hidden;
  outline: 0;
  cursor: pointer;
}

.slick-dots .slick-active button {
  background: #0F1928;
}

.slick-dots .slick-active button:before {
  opacity: 1;
}

.blog-slider .slick-track {
  height: 400px;
}

.hero .slick-slide img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 13s ease-out;
  transition: 13s ease-out;
}

.hero .slick-active img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: 13s ease-out;
  transition: 13s ease-out;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-container {
  padding-left: 0;
  padding-right: 0;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  width: 20px;
  margin-left: auto;
  color: transparent;
  background: transparent;
  right: 0;
  top: -5px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .mfp-iframe-holder .mfp-close,
  .mfp-image-holder .mfp-close {
    right: 20px;
  }
}

.mfp-iframe-holder .mfp-close::before,
.mfp-image-holder .mfp-close::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  content: "\e910";
  font-family: "icomoon";
  font-size: 2rem;
  line-height: 2rem;
  font-weight: normal;
  color: #fff;
  z-index: 2;
}

.mfp-iframe-holder .mfp-close {
  top: -45px;
}

.mfp-counter {
  display: none;
}

.mfp-arrow {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f2f2f2 !important;
  top: 54%;
  width: 38px;
  height: 38px;
  opacity: 1;
}

.mfp-arrow-left::after,
.mfp-arrow-right::after {
  display: block;
  content: "";
  width: 18px;
  height: 4px;
  border: none;
  border-left: 2px solid #0F1928;
  border-bottom: 1px solid #0F1928;
  -webkit-transform: skew(-45deg);
          transform: skew(-45deg);
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .mfp-arrow-left {
    left: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .mfp-arrow-left {
    left: 15%;
  }
}

@media screen and (min-width: 768px) {
  .mfp-arrow-right {
    right: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .mfp-arrow-right {
    right: 15%;
  }
}

.mfp-arrow-right::after {
  border-left: none;
  border-right: 2px solid #0F1928;
  border-bottom: 1px solid #0F1928;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
}

.mfp-title {
  padding: 0 2rem 5rem;
  margin-top: 3rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
  .mfp-title {
    margin-top: 1.5rem;
  }
}

:root {
  font-size: 62.5%;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon-vg6ec6.eot");
  src: url("../fonts/icomoon-vg6ec6.eot#iefix") format("embedded-opentype"), url("../fonts/icomoon-vg6ec6.ttf") format("truetype"), url("../fonts/icomoon-vg6ec6.woff") format("woff"), url("../fonts/icomoon-vg6ec6.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  font-size: 1.4rem;
  line-height: 1.8;
  font-family: 'Noto Sans JP',
 'Roboto',
 -apple-system,
 BlinkMacSystemFont,
 "游ゴシック体",
 YuGothic,
 "游ゴシック Medium",
 "Yu Gothic Medium",
 "ヒラギノ角ゴ ProN W3",
 Hiragino Kaku Gothic ProN,
 Arial,
 "メイリオ",
 Meiryo,
 sans-serif;
  color: #f2f2f2;
  font-weight: 300;
  -webkit-font-feature-settings: "halt";
          font-feature-settings: "halt";
  -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 1024px) {
  body {
    font-size: 1.6rem;
  }
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}

img {
  pointer-events: none;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-max {
  width: 100%;
  height: 100%;
}

.clearfix {
  clear: both;
}

:focus {
  outline: 0;
}

.alignleft,
.alignright,
.aligncenter {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1em auto;
}

@media screen and (min-width: 768px) {
  .alignleft {
    float: left;
    margin: 0 2em 0 0;
  }
}

@media screen and (min-width: 768px) {
  .alignright {
    float: right;
    margin: 0 0 0 2em;
  }
}

img.aligncenter {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  img.aligncenter {
    margin: 2em auto;
  }
}

.video-wrap {
  max-width: 1200px;
  padding: 30px 15px;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .video-wrap {
    padding: 30px 240px;
  }
}

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.gmap-wrapper {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  margin-top: 2rem;
  overflow: hidden;
}

.gmap-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.noscroll {
  overflow: hidden;
}

.modal-noscroll {
  overflow: hidden;
}

.lazy {
  opacity: 0;
  -webkit-transform: translateY(70px);
          transform: translateY(70px);
  -webkit-transition: 1s;
  transition: 1s;
}

.lazy--inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media only screen and (max-width: 379px) {
  #reserve .search-widget-search-container-bf1818 {
    width: 95% !important;
  }
}

.marimo-banner-container {
  width: 100%;
  background-color: #fff;
  padding: 25px 20px;
}

.marimo-banner-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.banner-item {
  height: 90px;
}

.banner-link {
  display: inline-block;
  height: 100%;
}

.banner-image {
  height: 100%;
  width: auto;
  display: block;
  object-fit: contain;
  box-shadow: 0 0 0 1px #666666;
  margin: 0 auto;
}

@media (max-width: 680px) {
  .marimo-banner-container {
    padding: 20px 15px;
  }

  .marimo-banner-wrapper {
    gap: 10px;
    flex-wrap: wrap;
  }
  
  .banner-item {
    height: auto;  
    max-width: none; 
    text-align: center;
  }

  .banner-image {
    max-width: 100%;
    height: 60px;
    width: 100%;
  }
}