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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/**
 * Remove the inner border and padding in Firefox.
 */
button {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

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

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* Interactive
========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

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

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

/* ======================================================
  reset
========================================================= */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

p, ul, ol, h1, h2, h3, h4, h5, dl, dt, dd, figure, div {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
}

ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  background: none transparent;
}

@media screen and (max-width: 767px) {
  *:focus {
    outline: none;
  }
}
@media screen and (max-width: 979px) {
  img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
/* フォント定義域 */
/* Webフォント */
@font-face {
  font-family: "Noto Sans JP";
  src: url(../fonts/NotoSansJP-VariableFont_wght.woff2) format(woff2) tech(variations), url(../fonts/NotoSansJP-VariableFont_wght.woff) format(woff) tech(variations);
  font-weight: 400 900;
  font-display: swap;
}
@font-face {
  font-family: "Anton";
  src: url(../fonts/Anton-Regular.woff2) format(woff2) tech(variations), url(../fonts/Anton-Regular.woff) format(woff) tech(variations);
  font-weight: 400 900;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url(../fonts/NotoSansJP-VariableFont_wght.woff2) format(woff2-variations), url(../fonts/NotoSansJP-VariableFont_wght.woff) format(woff-variations);
}
@font-face {
  font-family: "Anton";
  src: url(../fonts/Anton-Regular.woff2) format(woff2-variations), url(../fonts/Anton-Regular.woff) format(woff-variations);
}

._montserrat {
  font-family: "Montserrat", sans-serif;
}

._anton {
  font-family: "Anton", sans-serif;
}

b, strong, .bold {
  font-weight: 600;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hind", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 0.03em;
  color: "#000";
}
@media screen and (min-width: 640px) {
  body {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 1.9em;
  }
}
@media screen and (min-width: 980px) {
  body {
    letter-spacing: 0.06em;
  }
}
@media screen and (min-width: 1200px) {
  body {
    line-height: 2.1em;
    font-size: 1.6rem;
  }
}

html {
  scroll-behavior: smooth;
  scroll-margin-top: 80px;
}

body {
  position: relative;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background-color: #F0F0F0;
}
body:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: url(../img/common/pattern_noise.webp);
  pointer-events: none;
}

section {
  padding: 60px 5vw;
}
@media screen and (min-width: 640px) {
  section {
    padding: 70px 30px;
  }
}
@media screen and (min-width: 980px) {
  section {
    padding: 100px 40px 100px 40px;
  }
}
@media screen and (min-width: 1200px) {
  section {
    padding: 100px 40px 100px 40px;
  }
}

@media screen and (max-width: 639px) {
  body .pc {
    display: none;
  }
}
@media screen and (min-width: 640px) {
  body .sp {
    display: none;
  }
}

a[href*="tel:"] {
  color: "#000";
}

@media screen and (min-width: 640px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
#wrapper {
  position: relative;
  z-index: 11;
}

/* =====================================================
              全ページ共通パーツ用ファイル
 =====================================================*/
/* ======================================================
	ft_cta
========================================================= */
.ft_cta {
  padding: 30px 3vw 0px 3vw;
}
@media screen and (min-width: 640px) {
  .ft_cta {
    padding: 40px 30px 0px 30px;
  }
}
@media screen and (min-width: 980px) {
  .ft_cta {
    padding: 50px 40px 0px 40px;
  }
}

.ft_cta__contents {
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 640px) {
  .ft_cta__contents {
    border-radius: 15px;
  }
}
@media screen and (min-width: 980px) {
  .ft_cta__contents {
    border-radius: 20px;
    max-width: 1200px;
    margin: 0px auto;
  }
}

.ft_cta__head {
  background-color: #000;
  padding: 5px 0px;
  border-radius: 10px 10px 0px 0px;
}
@media screen and (min-width: 640px) {
  .ft_cta__head {
    padding: 15px 0px;
    border-radius: 15px 15px 0px 0px;
  }
}
@media screen and (min-width: 980px) {
  .ft_cta__head {
    padding: 20px 0px;
    border-radius: 20px 20px 0px 0px;
  }
}
.ft_cta__head .text {
  color: #fff;
  font-size: min(4.6153846154vw, 1.8rem);
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .ft_cta__head .text {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 980px) {
  .ft_cta__head .text {
    font-size: 2rem;
  }
}

@media screen and (min-width: 980px) {
  .ft_cta__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ft_cta__body .ft_cta__reservation {
    width: 50%;
  }
  .ft_cta__body .ft_cta__online {
    width: 50%;
  }
}

.ft_cta__reservation {
  padding: 20px 5vw 35px 5vw;
}
@media screen and (min-width: 640px) {
  .ft_cta__reservation {
    padding: 30px 40px;
  }
}
@media screen and (min-width: 980px) {
  .ft_cta__reservation {
    padding: 30px 40px 40px 40px;
  }
}
.ft_cta__reservation .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px 40px;
}
@media screen and (min-width: 640px) {
  .ft_cta__reservation .column {
    gap: 0px 40px;
  }
}
@media screen and (min-width: 980px) {
  .ft_cta__reservation .column {
    max-width: 600px;
    margin: 0 auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0px 20px;
  }
}
.ft_cta__reservation .icon {
  width: 50px;
}
@media screen and (min-width: 640px) {
  .ft_cta__reservation .icon {
    width: 60px;
  }
}
@media screen and (min-width: 980px) {
  .ft_cta__reservation .icon {
    width: 65px;
  }
}
@media screen and (min-width: 980px) {
  .ft_cta__reservation .icon img {
    width: 100%;
    height: auto;
  }
}
.ft_cta__reservation .infro {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ft_cta__reservation .infro .title {
  color: #000;
  font-size: 6.6666666667vw;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 640px) {
  .ft_cta__reservation .infro .title {
    font-size: 3.6vw;
  }
}
@media screen and (min-width: 980px) {
  .ft_cta__reservation .infro .title {
    font-size: 2.8rem;
  }
}
.ft_cta__reservation .infro .text {
  margin-top: 0.3em;
  color: #000;
  font-size: 3.5897435897vw;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 640px) {
  .ft_cta__reservation .infro .text {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 980px) {
  .ft_cta__reservation .infro .text {
    font-size: 1.6rem;
  }
}
.ft_cta__reservation .btn {
  margin-top: 20px;
}
@media screen and (min-width: 640px) {
  .ft_cta__reservation .btn {
    margin-top: 25px;
  }
}
@media screen and (min-width: 980px) {
  .ft_cta__reservation .btn {
    margin-top: 10px;
  }
}
.ft_cta__reservation .btn .btn_standard {
  max-width: 280px;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .ft_cta__reservation .btn .btn_standard {
    max-width: 320px;
  }
}
@media screen and (min-width: 980px) {
  .ft_cta__reservation .btn .btn_standard {
    max-width: 360px;
  }
}

@media screen and (max-width: 639px) {
  .ft_cta__tel {
    margin-top: 18px;
  }
}
@media screen and (min-width: 980px) {
  .ft_cta__tel {
    width: 100%;
    margin: 30px auto 0px auto;
  }
}
.ft_cta__tel .ft_cta__tel_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px 10px;
  background-color: #F5F5F5;
  border-radius: 5px;
}
@media screen and (min-width: 640px) {
  .ft_cta__tel .ft_cta__tel_link {
    max-width: 80%;
    margin: 0px auto;
    border-radius: 8px;
  }
}
@media screen and (min-width: 980px) {
  .ft_cta__tel .ft_cta__tel_link {
    max-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0px 15px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0);
  }
}
.ft_cta__tel .ft_cta__tel_link .icon {
  width: 55px;
  height: 55px;
  background-color: #000;
  border-radius: 5px;
  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: 640px) {
  .ft_cta__tel .ft_cta__tel_link .icon {
    width: 65px;
    height: 65px;
    border-radius: 8px;
  }
}
@media screen and (min-width: 980px) {
  .ft_cta__tel .ft_cta__tel_link .icon {
    background-color: rgba(0, 0, 0, 0);
    width: auto;
    height: auto;
    border-radius: 10px;
  }
}
.ft_cta__tel .ft_cta__tel_link .icon svg {
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 640px) {
  .ft_cta__tel .ft_cta__tel_link .icon svg {
    width: 25px;
    height: 25px;
  }
}
@media screen and (min-width: 980px) {
  .ft_cta__tel .ft_cta__tel_link .icon svg {
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 980px) {
  .ft_cta__tel .ft_cta__tel_link .icon svg path, .ft_cta__tel .ft_cta__tel_link .icon svg rect {
    fill: #000;
  }
}
.ft_cta__tel .ft_cta__tel_link .number {
  color: #000;
  padding: 15px 0px;
  font-size: 6.6666666667vw;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (max-width: 979px) {
  .ft_cta__tel .ft_cta__tel_link .number {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 640px) {
  .ft_cta__tel .ft_cta__tel_link .number {
    font-size: 3.6vw;
    padding: 18px 0px;
  }
}
@media screen and (min-width: 980px) {
  .ft_cta__tel .ft_cta__tel_link .number {
    font-size: 2.2rem;
    padding: 10px 0px;
  }
}

@media screen and (min-width: 980px) {
  .ft_cta__reservation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ft_cta__reservation .column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .ft_cta__reservation .btn {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .ft_cta__reservation .ft_cta__tel {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.ft_cta__online {
  background-color: #00C2ED;
  padding: 30px 5vw 25px 5vw;
  border-radius: 0px 0px 10px 10px;
}
@media screen and (min-width: 640px) {
  .ft_cta__online {
    padding: 30px 40px;
    border-radius: 0px 0px 15px 15px;
  }
}
@media screen and (min-width: 980px) {
  .ft_cta__online {
    padding: 30px 40px 40px 40px;
    border-radius: 0px 0px 20px 0px;
  }
}
.ft_cta__online .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px 40px;
}
@media screen and (min-width: 640px) {
  .ft_cta__online .column {
    gap: 0px 40px;
  }
}
@media screen and (min-width: 980px) {
  .ft_cta__online .column {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 600px;
    margin: 0 auto;
    gap: 0px 30px;
  }
}
.ft_cta__online .icon {
  width: 50px;
}
@media screen and (min-width: 640px) {
  .ft_cta__online .icon {
    width: 60px;
  }
}
@media screen and (min-width: 980px) {
  .ft_cta__online .icon {
    width: 60px;
  }
}
@media screen and (min-width: 980px) {
  .ft_cta__online .icon img {
    width: 100%;
    height: auto;
  }
}
.ft_cta__online .intro {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ft_cta__online .intro .title {
  color: #000;
  font-size: 6.6666666667vw;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 640px) {
  .ft_cta__online .intro .title {
    font-size: 3.6vw;
  }
}
@media screen and (min-width: 980px) {
  .ft_cta__online .intro .title {
    font-size: 2.8rem;
  }
}
.ft_cta__online .intro .text {
  margin-top: 0.3em;
  color: #000;
  font-size: 3.5897435897vw;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 640px) {
  .ft_cta__online .intro .text {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 980px) {
  .ft_cta__online .intro .text {
    font-size: 1.6rem;
  }
}
.ft_cta__online .btn {
  margin-top: 20px;
}
@media screen and (min-width: 640px) {
  .ft_cta__online .btn {
    margin-top: 25px;
  }
}
@media screen and (min-width: 980px) {
  .ft_cta__online .btn {
    margin-top: 55px;
  }
}
.ft_cta__online .btn .btn_standard {
  max-width: 280px;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .ft_cta__online .btn .btn_standard {
    max-width: 320px;
  }
}
@media screen and (min-width: 980px) {
  .ft_cta__online .btn .btn_standard {
    max-width: 360px;
  }
}

.ft_search {
  overflow: hidden;
  padding: 100px 5vw 50px 5vw;
}
@media screen and (min-width: 640px) {
  .ft_search {
    padding: 60px 30px 60px 30px;
  }
}
@media screen and (min-width: 980px) {
  .ft_search {
    padding: 80px 40px 80px 40px;
  }
}

@media screen and (min-width: 980px) {
  .ft_search__contents {
    max-width: 1080px;
    margin: 0px auto;
  }
}

.ft_search__column {
  position: relative;
  padding: 30px 0px;
}
@media screen and (min-width: 640px) {
  .ft_search__column {
    padding: 40px 0px;
  }
}
@media screen and (min-width: 980px) {
  .ft_search__column {
    padding: 50px 0px;
  }
}
.ft_search__column:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: #E6E6E6;
}
.ft_search__column:last-child {
  padding-bottom: 0px;
}

.ft_search__title {
  position: relative;
  padding-left: 0.7em;
  font-size: min(5.1282051282vw, 2rem);
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.03em;
  margin-bottom: 25px;
}
@media screen and (min-width: 640px) {
  .ft_search__title {
    font-size: 3.2vw;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 980px) {
  .ft_search__title {
    font-size: 2.2rem;
    margin-bottom: 35px;
  }
}
.ft_search__title .small {
  font-size: min(3.5897435897vw, 1.4rem);
}
@media screen and (min-width: 640px) {
  .ft_search__title .small {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 980px) {
  .ft_search__title .small {
    font-size: 1.4rem;
  }
}
.ft_search__title:before {
  content: "";
  width: 3px;
  height: 1em;
  background-color: #00C2ED;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -0.5em;
}
@media screen and (min-width: 980px) {
  .ft_search__title:before {
    width: 4px;
  }
}

.ft_search__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 4%;
}
@media screen and (min-width: 640px) {
  .ft_search__list {
    gap: 8px 3%;
  }
}
@media screen and (min-width: 980px) {
  .ft_search__list {
    gap: 10px 2%;
  }
}

.ft_search__item {
  width: 48%;
}
@media screen and (min-width: 640px) {
  .ft_search__item {
    width: 31%;
  }
}
@media screen and (min-width: 980px) {
  .ft_search__item {
    width: 23%;
  }
}

.ft_search__link {
  display: inline-block;
  color: #000;
  font-size: 3.5897435897vw;
  line-height: 1.5em;
  letter-spacing: 0.03em;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 640px) {
  .ft_search__link {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 980px) {
  .ft_search__link {
    font-size: 1.6rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .ft_search__link:hover {
    color: #00C2ED;
  }
}

/* ======================================================
	footer
========================================================= */
#footer {
  background-color: #00C2ED;
  padding: 40px 5vw 20px 5vw;
}
@media screen and (min-width: 640px) {
  #footer {
    padding: 70px 30px 20px 30px;
  }
}
@media screen and (min-width: 980px) {
  #footer {
    padding: 80px 40px 20px 40px;
  }
}
#footer .contents_inner {
  max-width: 100%;
}
@media screen and (min-width: 980px) {
  #footer .contents_inner {
    max-width: 1080px;
    margin: 0px auto;
  }
}

@media screen and (min-width: 980px) {
  .ft_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ft_header .ft_header__left {
    width: 400px;
  }
  .ft_header .ft_header__right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.f_logo {
  margin-bottom: 20px;
}
@media screen and (min-width: 640px) {
  .f_logo {
    max-width: 350px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 980px) {
  .f_logo {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 980px) {
  .f_logo img {
    width: 100%;
    height: auto;
  }
}

.ft_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px 15px;
  margin-bottom: 15px;
}
@media screen and (min-width: 640px) {
  .ft_sns {
    gap: 0px 20px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 980px) {
  .ft_sns {
    gap: 0px 25px;
    margin-bottom: 0px;
  }
}

.ft_sns__item {
  line-height: 1em;
}
.ft_sns__item .ft_sns_link {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  line-height: 1em;
}
.ft_sns__item .ft_sns_link svg {
  width: 18px;
  height: 18px;
}
@media screen and (min-width: 640px) {
  .ft_sns__item .ft_sns_link svg {
    width: 22px;
    height: 22px;
  }
}
@media screen and (min-width: 980px) {
  .ft_sns__item .ft_sns_link svg {
    width: 24px;
    height: 24px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .ft_sns__item .ft_sns_link:hover {
    opacity: 0.5;
  }
}

.ft_info__text {
  line-height: 1.6em;
  letter-spacing: 0.05em;
  font-size: min(3.5897435897vw, 1.5rem);
}
@media screen and (min-width: 980px) {
  .ft_info__text {
    font-size: 1.6rem;
  }
}

.f_content {
  margin-top: 30px;
}
@media screen and (min-width: 640px) {
  .f_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0px 2%;
    margin-top: 40px;
  }
}
@media screen and (min-width: 980px) {
  .f_content {
    margin-top: 50px;
  }
}

@media screen and (max-width: 639px) {
  .f_content__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 0px;
  }
}
@media screen and (min-width: 640px) {
  .f_content__list {
    width: 32%;
  }
}
.f_content__list + .f_content__list {
  margin-top: 20px;
}
@media screen and (min-width: 640px) {
  .f_content__list + .f_content__list {
    margin-top: 0px;
  }
}

.f_content__item {
  line-height: 1em;
}
@media screen and (max-width: 639px) {
  .f_content__item {
    width: 50%;
  }
}
.f_content__item:has(.f_content__list_sub) {
  width: 100%;
}
@media screen and (min-width: 640px) {
  .f_content__item + .f_content__item {
    margin-top: 25px;
  }
}
@media screen and (min-width: 980px) {
  .f_content__item + .f_content__item {
    margin-top: 35px;
  }
}

.f_content__link {
  color: #000;
  display: inline-block;
  font-size: min(3.8461538462vw, 1.6rem);
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: 0.03em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 640px) {
  .f_content__link {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 980px) {
  .f_content__link {
    font-size: 1.7rem;
    line-height: 1.4em;
    letter-spacing: 0.08em;
  }
}
@media (hover: hover) and (pointer: fine) {
  .f_content__link:hover {
    opacity: 0.5;
  }
}

.f_content__list_sub {
  margin-top: 15px;
}
@media screen and (max-width: 639px) {
  .f_content__list_sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 0px;
  }
}
@media screen and (min-width: 640px) {
  .f_content__list_sub {
    margin-top: 15px;
  }
}
@media screen and (min-width: 980px) {
  .f_content__list_sub {
    margin-top: 15px;
    padding-left: 1em;
  }
}
.f_content__list_sub li {
  line-height: 1em;
}
@media screen and (max-width: 639px) {
  .f_content__list_sub li {
    width: 50%;
  }
}
@media screen and (min-width: 640px) {
  .f_content__list_sub li + li {
    margin-top: 12px;
  }
}
@media screen and (min-width: 980px) {
  .f_content__list_sub li + li {
    margin-top: 15px;
  }
}
.f_content__list_sub a {
  display: inline-block;
}

.f_content__sublink {
  position: relative;
  padding-left: 1.4em;
  color: #000;
  font-size: min(3.5897435897vw, 1.5rem);
  line-height: 1.2em;
  letter-spacing: 0.03em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 640px) {
  .f_content__sublink {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 980px) {
  .f_content__sublink {
    padding-left: 1.5em;
    font-size: 1.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .f_content__sublink:hover {
    opacity: 0.5;
  }
}
.f_content__sublink:before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0px;
  width: 1em;
  height: 1px;
  background-color: #000;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.f_content__sublink .f_content__sublink_blank {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.35em;
  vertical-align: -0.12em;
  background-image: url(../img/common/icon_blank.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.f_content__list._other {
  margin-top: 20px;
  gap: 8px 0px;
}
@media screen and (min-width: 640px) {
  .f_content__list._other {
    margin-top: 50px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0px 40px;
  }
}
@media screen and (min-width: 980px) {
  .f_content__list._other {
    margin-top: 70px;
  }
}
@media screen and (min-width: 640px) {
  .f_content__list._other .f_content__item + .f_content__item {
    margin-top: 0px;
  }
}
.f_content__list._other .f_content__link {
  font-size: 1.2rem;
}
@media screen and (min-width: 640px) {
  .f_content__list._other .f_content__link {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 980px) {
  .f_content__list._other .f_content__link {
    font-size: 1.4rem;
  }
}

.f_copyright {
  margin-top: 50px;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .f_copyright {
    margin-top: 60px;
  }
}
@media screen and (min-width: 980px) {
  .f_copyright {
    margin-top: 80px;
  }
}

.f_copyright__text {
  font-size: 1.1rem;
  line-height: 1.8em;
  letter-spacing: 0.03em;
  color: #000;
}
@media screen and (min-width: 640px) {
  .f_copyright__text {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 980px) {
  .f_copyright__text {
    font-size: 1.3rem;
  }
}

/* ======================================================
	header
========================================================= */
body {
  padding-top: 55px;
}

#header {
  overflow: hidden;
  position: fixed;
  z-index: 99;
  top: 0px;
  left: 0px;
  width: 100%;
}

.h_container {
  width: 100%;
  height: 55px;
  position: relative;
  z-index: 999;
  padding-top: 7px;
  padding-left: 10px;
  background-color: #f0f0f0;
  padding-right: 60px;
  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: 980px) {
  .h_container {
    padding-top: 0px;
    background-color: rgba(255, 255, 255, 0.2);
  }
}

@media screen and (min-width: 980px) {
  .h_logo {
    line-height: 1em;
  }
}
.h_logo .logo {
  line-height: 1em;
  width: 178px;
  display: inline-block;
  position: relative;
  z-index: 22;
}
@media screen and (min-width: 640px) {
  .h_logo .logo {
    width: 178px;
  }
}
.h_logo .logo a {
  display: block;
}
.h_logo .logo img {
  width: 100%;
  height: auto;
}

.global_nav__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px 10px;
}
@media screen and (min-width: 980px) {
  .global_nav__icons {
    line-height: 1em;
  }
}
@media screen and (min-width: 1200px) {
  .global_nav__icons {
    padding-right: 10px;
    gap: 0px 20px;
  }
}

.global_nav__heart svg path, .global_nav__mail svg path {
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .global_nav__heart:hover svg path, .global_nav__mail:hover svg path {
    fill: #00C2ED;
  }
}

/* ======================================================
	globalnav
========================================================= */
/* ======================================================
	header
========================================================= */
body .h_container {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body .h_logo > a, body .h_logo > span {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body .h_logo .logo {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body._scrolled .h_container {
  background-color: rgba(255, 255, 255, 0.8);
}

/* ======================================================
	global_nav
========================================================= */
#global_nav {
  position: fixed;
  z-index: 999;
  top: 0px;
  right: 0px;
  width: 100vw;
  height: 100vh;
  padding: 100px 5vw 150px 5vw;
  overflow-y: scroll;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 640px) {
  #global_nav {
    max-width: 500px;
    padding: 100px 40px 100px 40px;
  }
}
@media screen and (min-width: 980px) {
  #global_nav {
    max-width: 600px;
    padding: 100px 65px 100px 65px;
  }
}

#global_nav_overlay {
  position: fixed;
  right: 0px;
  top: 0px;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  z-index: 888;
}
@media screen and (min-width: 640px) {
  #global_nav_overlay {
    max-width: 500px;
  }
}
@media screen and (min-width: 980px) {
  #global_nav_overlay {
    max-width: 600px;
  }
}
#global_nav_overlay:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0px;
  top: 0px;
}

#global_nav_bg {
  position: fixed;
  right: 0px;
  top: 0px;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  z-index: 88;
}
#global_nav_bg:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(241, 241, 241, 0.3);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  position: absolute;
  left: 0px;
  top: 0px;
}

/* ======================================================
	global_nav
========================================================= */
@media screen and (min-width: 980px) {
  .global_nav__item + .global_nav__item {
    margin-top: 15px;
  }
}

.global_nav__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px 10px;
  width: 100%;
  padding: 12px 40px 12px 0px;
  color: #000;
  font-weight: 700;
  font-size: min(5.1282051282vw, 2.2rem);
  border-bottom: 1px solid #C8C8C8;
}
@media screen and (min-width: 980px) {
  .global_nav__link {
    gap: 0px 15px;
    padding: 15px 40px 15px 0px;
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 980px) {
  .global_nav__link .icon {
    position: relative;
    bottom: -2px;
  }
}
@media screen and (min-width: 980px) {
  .global_nav__link .text {
    letter-spacing: 0.05em;
  }
}
.global_nav__link .arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-color: #000;
  border-radius: 50%;
}
@media screen and (min-width: 980px) {
  .global_nav__link .arrow {
    width: 34px;
    height: 34px;
    right: 15px;
  }
}
.global_nav__link .arrow:before, .global_nav__link .arrow:after {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 980px) {
  .global_nav__link .arrow:before, .global_nav__link .arrow:after {
    width: 10px;
    margin-top: 0px;
    margin-left: -5px;
  }
}
.global_nav__link .arrow:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.global_nav__link .arrow._active:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.global_nav__link .arrow._active:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

/* =============================================
- global_nav__sublist
================================================ */
.global_nav__sublist_wrapper {
  display: none;
}

.global_nav__sublist {
  margin-top: 15px;
  background-color: #F4F4F4;
  padding: 20px 5vw;
  border-radius: 5px;
}
@media screen and (min-width: 640px) {
  .global_nav__sublist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3px 0px;
  }
}
@media screen and (min-width: 1200px) {
  .global_nav__sublist {
    padding: 20px 30px;
  }
}

@media screen and (min-width: 640px) {
  .global_nav__subitem:nth-child(odd) {
    width: 52%;
  }
}
@media screen and (min-width: 640px) {
  .global_nav__subitem:nth-child(even) {
    width: 48%;
  }
}
@media screen and (max-width: 639px) {
  .global_nav__subitem + .global_nav__subitem {
    margin-top: 5px;
  }
}

.global_nav__sublink {
  color: #000;
}
.global_nav__sublink .text {
  position: relative;
  padding: 5px 20px 5px 0px;
  display: inline-block;
  font-size: min(3.5897435897vw, 1.5rem);
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 640px) {
  .global_nav__sublink .text {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 980px) {
  .global_nav__sublink .text {
    font-size: 1.5rem;
  }
}
.global_nav__sublink .text:after {
  content: "";
  display: block;
  width: 12px;
  height: 7px;
  background-image: url(../img/common/icon_arrow02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -2px;
}

.global_nav__sublink[target=_blank] .text {
  position: relative;
  padding-right: 1.5em;
}
.global_nav__sublink[target=_blank] .text:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 1em;
  height: 1em;
  background-image: url(../img/common/icon_blank.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: -7px;
}

/* =============================================
- global_nav__favorite
================================================ */
.global_nav__favorite {
  margin-top: 30px;
}
.global_nav__favorite .favorite__link {
  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;
  gap: 0px 10px;
  width: 100%;
  padding: 15px 0px 15px 0px;
  color: #000;
  font-weight: 700;
  font-size: min(3.5897435897vw, 1.5rem);
  background-color: #F5F5F5;
}
@media screen and (min-width: 980px) {
  .global_nav__favorite .favorite__link {
    font-size: 1.3rem;
  }
}
.global_nav__favorite .favorite__link .icon {
  line-height: 1em;
}
.global_nav__favorite .favorite__link .text {
  line-height: 1em;
}

/* =============================================
- global_nav__cta
================================================ */
.global_nav__cta {
  margin-top: 20px;
}
@media screen and (min-width: 980px) {
  .global_nav__cta {
    margin-top: 30px;
  }
}

.global_nav__cta_body {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.global_nav__cta_body__item {
  width: 50%;
}
.global_nav__cta_body__item._reservation {
  background-color: #ACFFB1;
}
.global_nav__cta_body__item._online {
  background-color: #00C2ED;
}

.global_nav__cta_body__link {
  padding: 15px 0px;
  display: block;
}
@media screen and (min-width: 640px) {
  .global_nav__cta_body__link {
    padding: 20px 0px;
  }
}
@media screen and (min-width: 980px) {
  .global_nav__cta_body__link {
    padding: 18px 0px;
  }
}
.global_nav__cta_body__link .icon {
  width: 20px;
  margin: 0px auto;
}
@media screen and (min-width: 640px) {
  .global_nav__cta_body__link .icon {
    width: 25px;
  }
}
@media screen and (min-width: 980px) {
  .global_nav__cta_body__link .icon {
    width: 22px;
    line-height: 1em;
  }
}
@media screen and (min-width: 980px) {
  .global_nav__cta_body__link .icon img {
    width: 100%;
    height: auto;
  }
}
.global_nav__cta_body__link .text {
  margin-top: 8px;
  color: #000;
  text-align: center;
  font-size: min(3.8461538462vw, 1.6rem);
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 640px) {
  .global_nav__cta_body__link .text {
    font-size: 2.6vw;
    margin-top: 10px;
  }
}
@media screen and (min-width: 980px) {
  .global_nav__cta_body__link .text {
    font-size: 1.6rem;
  }
}

.global_nav__cta_bottom {
  background-color: #F5F5F5;
  padding: 15px 0px 15px 0px;
}
@media screen and (min-width: 640px) {
  .global_nav__cta_bottom {
    padding: 8px 0px 12px 0px;
  }
}
@media screen and (min-width: 980px) {
  .global_nav__cta_bottom {
    padding: 20px 0px 20px 0px;
  }
}
.global_nav__cta_bottom .text {
  color: #000;
  font-size: min(4.6153846154vw, 1.8rem);
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .global_nav__cta_bottom .text {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 980px) {
  .global_nav__cta_bottom .text {
    font-size: 1.5rem;
  }
}
.global_nav__cta_bottom .tel {
  margin-top: 8px;
  line-height: 1em;
  text-align: center;
}
.global_nav__cta_bottom .tel a {
  color: #000;
  display: inline-block;
  font-size: min(5.641025641vw, 2.4rem);
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 640px) {
  .global_nav__cta_bottom .tel a {
    font-size: 3.8vw;
  }
}
@media screen and (min-width: 980px) {
  .global_nav__cta_bottom .tel a {
    font-size: 3.2rem;
  }
}

/* =============================================
- gnav
================================================ */
#global_nav_overlay, #global_nav_bg {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

#global_nav, #global_nav_search {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.global_nav_column {
  opacity: 0;
}

.global_nav_intro {
  opacity: 0;
}

body._open {
  overflow: hidden;
}
body._open #global_nav_overlay, body._open #global_nav_bg {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
body._open #global_nav {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
body._open .global_nav_contents {
  opacity: 1;
  visibility: visible;
}

/* ======================================================
	h_nav__list
========================================================= */
@media screen and (min-width: 980px) {
  .h_bar {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (max-width: 979px) {
  .h_nav__list {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  .h_nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 0px 10px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .h_nav__list {
    gap: 0px 30px;
    padding-right: 40px;
  }
}

.h_nav__item {
  line-height: 1em;
}

.h_nav__link {
  display: block;
  font-size: 1.3rem;
  line-height: 1em;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  padding: 22px 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 1200px) {
  .h_nav__link {
    font-size: 1.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .h_nav__link:hover {
    color: #00C2ED;
  }
}

/* ======================================================
	global_nav_btn
========================================================= */
#global_nav_btn {
  width: 55px;
  height: 55px;
  position: fixed;
  z-index: 9999;
  top: 0px;
  right: 0px;
  cursor: pointer;
}
#global_nav_btn .global_nav_border {
  width: 30px;
  height: 2px;
  background-color: #000;
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-right: -15px;
  margin-top: -2px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#global_nav_btn .global_nav_border:after, #global_nav_btn .global_nav_border:before {
  content: "";
  height: 2px;
  background-color: #000;
  display: block;
  position: absolute;
  right: 0px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#global_nav_btn .global_nav_border:after {
  width: 30px;
  top: -8px;
}
#global_nav_btn .global_nav_border:before {
  width: 22px;
  bottom: -8px;
}
#global_nav_btn .global_nav_text {
  font-size: 1rem;
  line-height: 1em;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 6px;
  left: 0px;
  font-weight: 600;
}
#global_nav_btn._open {
  background-color: #ffdb12;
  border-color: #ffdb12;
}
#global_nav_btn._open .global_nav_border {
  background: transparent;
  margin-top: 0px;
}
#global_nav_btn._open .global_nav_border:after {
  background-color: #003067;
  top: 0px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
#global_nav_btn._open .global_nav_border:before {
  background-color: #003067;
  top: 0px;
  -webkit-transform: rotate(145deg);
          transform: rotate(145deg);
}

body._open #global_nav_btn .global_nav_border {
  background-color: rgba(0, 0, 0, 0);
}
body._open #global_nav_btn .global_nav_border:before, body._open #global_nav_btn .global_nav_border:after {
  width: 30px;
  top: 50%;
}
body._open #global_nav_btn .global_nav_border:before {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
body._open #global_nav_btn .global_nav_border:after {
  -webkit-transform: rotate(160deg);
          transform: rotate(160deg);
}

/* =====================================================
              TOPのFV専用
 =====================================================*/
/* =====================================================
             共通パーツ
=====================================================*/
/* ======================================================
	breadcrumb
========================================================= */
.breadcrumb_list {
  line-height: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 4vw 0px 4vw;
}
@media screen and (max-width: 639px) {
  .breadcrumb_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 640px) {
  .breadcrumb_list {
    padding: 20px 25px 0px 25px;
  }
}
@media screen and (min-width: 980px) {
  .breadcrumb_list {
    padding: 20px 40px 0px 40px;
  }
}

.breadcrumb_item {
  max-width: 21.5em;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 639px) {
  .breadcrumb_item:nth-child(n+3) {
    max-width: 12em;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}
.breadcrumb_item + .breadcrumb_item {
  position: relative;
}
.breadcrumb_item + .breadcrumb_item:before {
  content: "/";
  color: #969696;
  padding: 0px 0.4em;
  font-size: 1.3rem;
}
@media screen and (max-width: 639px) {
  .breadcrumb_item + .breadcrumb_item:before {
    font-size: 1.3rem;
  }
}

.breadcrumb_ttl {
  color: #969696;
  font-size: 1.3rem;
  line-height: 1.3em;
  padding: 0.2em 0px;
}
@media screen and (max-width: 639px) {
  .breadcrumb_ttl {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 980px) {
  .breadcrumb_link {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .breadcrumb_link:hover {
    opacity: 0.5;
  }
}

.breadcrumb_item:last-child .breadcrumb_link, .breadcrumb_item:last-child .breadcrumb_ttl {
  cursor: default;
  pointer-events: none;
}

/* ======================================================
	btn_standard
========================================================= */
.btn_standard {
  position: relative;
  overflow: hidden;
  margin: 0px auto;
  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;
  gap: 0px 0px;
  padding: 18px 5vw;
  border-radius: 80px;
  background-color: #000;
}
@media screen and (min-width: 640px) {
  .btn_standard {
    padding: 18px 0px 18px 0px;
    max-width: 350px;
  }
}
@media screen and (min-width: 980px) {
  .btn_standard {
    cursor: pointer;
    padding: 20px 10px 20px 10px;
  }
}
.btn_standard .text {
  position: relative;
  z-index: 11;
  font-weight: 700;
  color: #fff;
  font-size: min(4.1025641026vw, 1.6rem);
  letter-spacing: 0.05em;
}
@media screen and (min-width: 640px) {
  .btn_standard .text {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 980px) {
  .btn_standard .text {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
}
.btn_standard .arrow {
  position: absolute;
  display: inline-block;
  z-index: 11;
  right: 20px;
  top: 50%;
  width: 12px;
  height: 7px;
  margin-top: -3px;
}
@media screen and (min-width: 640px) {
  .btn_standard .arrow {
    right: 20px;
  }
}
.btn_standard .arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}
.btn_standard:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0%;
}
.btn_standard:after {
  background-color: #000;
}
.btn_standard:before {
  background-color: #00C2ED;
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  z-index: 11;
}

.btn_standard._green {
  background-color: #ACFFB1;
}
.btn_standard._green .text {
  color: #000;
}
.btn_standard._green .arrow path, .btn_standard._green .arrow rect {
  fill: #000;
}
.btn_standard._hover-green:before {
  background-color: #ACFFB1;
}
.btn_standard._hover-white:before {
  background-color: #fff;
}
.btn_standard._back .text {
  padding-left: 5px;
}
@media screen and (min-width: 640px) {
  .btn_standard._back .text {
    padding-left: 10px;
  }
}
.btn_standard._back .arrow {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  left: 20px;
}
@media screen and (min-width: 640px) {
  .btn_standard._back .arrow {
    left: 20px;
  }
}

.btn_standard .text {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_standard:before, .btn_standard:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_standard .icon:before, .btn_standard .icon:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_standard .arrow {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_standard .arrow:before, .btn_standard .arrow:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_standard .arrow path {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .btn_standard:hover .text {
    color: #fff;
  }
  .btn_standard:hover .arrow path, .btn_standard:hover .arrow rect {
    fill: #fff;
  }
  .btn_standard:hover:after {
    background-color: rgba(0, 0, 0, 0);
  }
  .btn_standard:hover:before {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .btn_standard:hover._hover-green .text, .btn_standard:hover._hover-white .text {
    color: #000;
  }
  .btn_standard:hover._hover-green .arrow path, .btn_standard:hover._hover-green .arrow rect, .btn_standard:hover._hover-white .arrow path, .btn_standard:hover._hover-white .arrow rect {
    fill: #000;
  }
}

/* ======================================================
	contents_title
========================================================= */
.contents_title {
  position: relative;
  padding: 55px 0px;
}
@media screen and (min-width: 980px) {
  .contents_title {
    padding: 70px 0px;
  }
}
.contents_title:before, .contents_title:after {
  content: "";
  width: 100vw;
  height: 1px;
  background-color: #C8C8C8;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.contents_title:before {
  top: 0;
}
.contents_title:after {
  bottom: 0;
}
.contents_title._topnone:before {
  display: none;
}
.contents_title._l2 {
  padding: 35px 0px;
}
@media screen and (min-width: 980px) {
  .contents_title._l2 {
    padding: 50px 0px;
  }
}

.contents_title__text {
  font-size: min(7.1794871795vw, 3.2rem);
  font-weight: 700;
  line-height: 1.3em;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 980px) {
  .contents_title__text {
    line-height: 1.4em;
    font-size: 3rem;
  }
}

.contents_title__line {
  width: 5px;
  height: 100%;
  background-color: #00C2ED;
  border-right: 1px solid #C8C8C8;
  position: absolute;
  left: -5vw;
  top: 0px;
  z-index: 11;
}
@media screen and (min-width: 640px) {
  .contents_title__line {
    left: calc(50% - 50vw + 7px);
    width: 8px;
  }
}
@media screen and (min-width: 980px) {
  .contents_title__line {
    width: 8px;
  }
}

.contents_title__afterline {
  width: 1px;
  height: 100%;
  background-color: #C8C8C8;
  position: absolute;
  right: -2vw;
  top: 0px;
}
@media screen and (min-width: 640px) {
  .contents_title__afterline {
    right: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .contents_title__afterline {
    right: 50%;
    -webkit-transform: translateX(45vw);
            transform: translateX(45vw);
  }
}
.contents_title__afterline:after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #C8C8C8;
  position: absolute;
  right: -3px;
  top: 0px;
}

/* ======================================================
	contents_title_02
========================================================= */
.contents_title_02 {
  position: relative;
  padding-top: 35px;
}
@media screen and (min-width: 640px) {
  .contents_title_02 {
    padding-top: 25px;
  }
}
@media screen and (min-width: 980px) {
  .contents_title_02 {
    padding-top: 35px;
  }
}
.contents_title_02:before, .contents_title_02:after {
  content: "";
  height: 2px;
  position: absolute;
  left: 0%;
  top: 0px;
}
.contents_title_02:before {
  background-color: #C8C8C8;
  width: 100%;
}
.contents_title_02:after {
  background-color: #00C2ED;
  width: 15%;
}
.contents_title_02 .title {
  font-size: min(6.1538461538vw, 2.8rem);
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 640px) {
  .contents_title_02 .title {
    font-size: 4vw;
  }
}
@media screen and (min-width: 980px) {
  .contents_title_02 .title {
    font-size: 3.4rem;
  }
}
.contents_title_02 .en {
  margin-top: 0.5em;
  font-size: min(3.5897435897vw, 1.6rem);
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 640px) {
  .contents_title_02 .en {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 980px) {
  .contents_title_02 .en {
    margin-top: 0.7em;
    font-size: 1.7rem;
  }
}

/* ======================================================
	rooms
========================================================= */
.rooms {
  background-color: #fff;
  -webkit-filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.2));
  border-radius: 10px 10px 10px 10px;
}
.rooms:not(:has(.rooms_head)) .rooms_item:first-child .favorite {
  border-radius: 10px 0px 0px 0px;
}
.rooms:not(:has(.rooms_more)) .rooms_item:last-child .favorite {
  border-radius: 0px 0px 0px 10px;
}

/* ======================================================
	rooms_head
========================================================= */
.rooms_head {
  position: relative;
  padding: 20px 4vw 23px 4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px 5%;
}
@media screen and (min-width: 640px) {
  .rooms_head {
    padding: 30px 3.5vw;
  }
}
@media screen and (min-width: 1200px) {
  .rooms_head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px 60px 40px 60px;
    gap: 0px 40px;
  }
}
.rooms_head:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #C8C8C8;
  position: absolute;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.rooms_head .thumb {
  width: 20.2666666667vw;
}
@media screen and (min-width: 980px) {
  .rooms_head .thumb {
    width: 130px;
    height: 130px;
    aspect-ratio: 1/1;
  }
}
.rooms_head .thumb .img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 980px) {
  .rooms_head .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.rooms_head .info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.rooms_head .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 5px;
}
.rooms_head .category > span {
  display: inline-block;
  padding: 0.2em 0.7em;
  background-color: #00C2ED;
  color: #fff;
  border-radius: 5px;
  font-size: min(3.0769230769vw, 1.4rem);
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 600;
}
@media screen and (min-width: 640px) {
  .rooms_head .category > span {
    padding: 0.4em 0.7em;
    font-size: 1.3rem;
  }
}
.rooms_head .name {
  margin-top: 5px;
  font-size: min(3.8461538462vw, 1.7rem);
  line-height: 1.5em;
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  .rooms_head .name {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 980px) {
  .rooms_head .name {
    font-size: 2rem;
  }
}
.rooms_head .address, .rooms_head .station {
  position: relative;
  padding-left: 18px;
  font-size: min(3.0769230769vw, 1.4rem);
  line-height: 1.5em;
  letter-spacing: 0em;
}
@media screen and (min-width: 640px) {
  .rooms_head .address, .rooms_head .station {
    font-size: 1.4rem;
  }
}
.rooms_head .address:before, .rooms_head .station:before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0px;
  top: 0.75em;
  margin-top: -7px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.rooms_head .address {
  margin-top: 5px;
}
@media screen and (min-width: 640px) {
  .rooms_head .address {
    margin-top: 8px;
  }
}
.rooms_head .address:before {
  background-image: url(../img/common/icon_pin02.svg);
}
.rooms_head .station {
  margin-top: 5px;
}
.rooms_head .station:before {
  background-image: url(../img/common/icon_train.svg);
}

.rooms_item + .rooms_item {
  border-top: 1px solid #C8C8C8;
}
.rooms_item._hidden {
  display: none;
}

@-webkit-keyframes favoritePopIn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  60% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes favoritePopIn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  60% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes bubbleBurst {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(var(--angle)) translateY(0px) scale(1);
            transform: translate(-50%, -50%) rotate(var(--angle)) translateY(0px) scale(1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) rotate(var(--angle)) translateY(-20px) scale(0.3);
            transform: translate(-50%, -50%) rotate(var(--angle)) translateY(-20px) scale(0.3);
  }
}
@keyframes bubbleBurst {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(var(--angle)) translateY(0px) scale(1);
            transform: translate(-50%, -50%) rotate(var(--angle)) translateY(0px) scale(1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) rotate(var(--angle)) translateY(-20px) scale(0.3);
            transform: translate(-50%, -50%) rotate(var(--angle)) translateY(-20px) scale(0.3);
  }
}
.rooms_item {
  position: relative;
}
.rooms_item .rooms_link {
  color: #000;
  padding: 25px 0px 25px 40px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px 2.6666666667vw;
}
@media screen and (min-width: 640px) {
  .rooms_item .rooms_link {
    gap: 0px 3.5%;
    padding: 25px 0px 25px 60px;
  }
}
@media screen and (min-width: 980px) {
  .rooms_item .rooms_link {
    gap: 0px 30px;
    padding: 25px 0px 25px 70px;
  }
}
@media screen and (min-width: 1200px) {
  .rooms_item .rooms_link {
    gap: 0px 35px;
    padding: 25px 0px 25px 80px;
  }
}
.rooms_item .favorite {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 30px;
  height: 100%;
  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;
  background-color: #F5F5F5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 640px) {
  .rooms_item .favorite {
    width: 40px;
  }
}
.rooms_item .favorite .icon {
  position: relative;
}
.rooms_item .favorite .icon svg path {
  fill: #C8C8C8;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.rooms_item .favorite.active {
  background-color: #00C2ED;
}
.rooms_item .favorite.active .icon {
  -webkit-animation: favoritePopIn 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
          animation: favoritePopIn 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.rooms_item .favorite.active .icon svg path {
  fill: #fff;
}
.rooms_item .favorite .bubble-particle {
  position: absolute;
  width: var(--size, 5px);
  height: var(--size, 5px);
  background-color: #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  pointer-events: none;
  -webkit-animation: bubbleBurst 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
          animation: bubbleBurst 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  -webkit-animation-delay: var(--delay, 0s);
          animation-delay: var(--delay, 0s);
  opacity: 0;
}
.rooms_item .thumb {
  position: relative;
  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;
  width: 21.7948717949vw;
  height: 21.7948717949vw;
  aspect-ratio: 1/1;
  border: 1px solid #C8C8C8;
}
@media screen and (min-width: 640px) {
  .rooms_item .thumb {
    width: 17.1875vw;
    height: 17.1875vw;
  }
}
@media screen and (min-width: 980px) {
  .rooms_item .thumb {
    width: 132px;
    height: 132px;
    aspect-ratio: 1/1;
  }
}
.rooms_item .thumb .img {
  width: 100%;
  height: 100%;
}
.rooms_item .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.rooms_item .thumb .expansion {
  position: absolute;
  right: 3px;
  bottom: 3px;
  line-height: 1em;
}
.rooms_item .info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.rooms_item .info .type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.rooms_item .info .value {
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  .rooms_item .info .value {
    line-height: 1em;
  }
}
.rooms_item .info .value + .value {
  position: relative;
}
.rooms_item .info .value + .value:before {
  content: "/";
  padding: 0px 0.1em;
}
.rooms_item .info .price {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0px 2.5%;
}
@media screen and (min-width: 640px) {
  .rooms_item .info .price {
    gap: 0px 3.5%;
    margin-top: 10px;
  }
}
@media screen and (min-width: 980px) {
  .rooms_item .info .price {
    gap: 0px 15px;
  }
}
.rooms_item .info .rent {
  font-size: min(3.8461538462vw, 1.6rem);
  line-height: 1em;
  font-weight: 700;
}
.rooms_item .info .rent .amount {
  color: #00C2ED;
  line-height: 1em;
  font-size: min(6.4102564103vw, 3rem);
  padding-right: 0.1em;
}
@media screen and (min-width: 640px) {
  .rooms_item .info .rent .amount {
    display: inline-block;
    font-size: 4.5vw;
  }
}
@media screen and (min-width: 980px) {
  .rooms_item .info .rent .amount {
    font-size: 3.5rem;
  }
}
.rooms_item .info .rent .amount .large {
  font-size: min(8.2051282051vw, 3.8rem);
}
@media screen and (min-width: 640px) {
  .rooms_item .info .rent .amount .large {
    display: inline-block;
    line-height: 1em;
    font-size: 6.5vw;
  }
}
@media screen and (min-width: 980px) {
  .rooms_item .info .rent .amount .large {
    font-size: 5rem;
  }
}
.rooms_item .info .management {
  line-height: 1em;
  font-size: min(3.3333333333vw, 1.4rem);
  padding-bottom: 0.1em;
}
.rooms_item .info .deposit {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px 10px;
}
@media screen and (min-width: 640px) {
  .rooms_item .info .deposit {
    gap: 0px 15px;
  }
}
.rooms_item .info .deposit .security, .rooms_item .info .deposit .key {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px 5px;
  line-height: 1em;
  font-size: min(3.5897435897vw, 1.5rem);
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  .rooms_item .info .deposit .security, .rooms_item .info .deposit .key {
    gap: 0px 8px;
    font-size: 1.4rem;
  }
}
.rooms_item .info .deposit .security dt, .rooms_item .info .deposit .key dt {
  padding: 0.15em 0.3em;
  background-color: #C8C8C8;
}
@media screen and (min-width: 640px) {
  .rooms_item .info .deposit .security dt, .rooms_item .info .deposit .key dt {
    padding: 0.2em 0.4em 0.25em 0.4em;
  }
}

.rooms_more {
  border-top: 1px solid #C8C8C8;
  background-color: #fff;
  position: relative;
  cursor: pointer;
}
.rooms_more .rooms_more__trigger {
  display: block;
  width: 100%;
  text-align: center;
  padding: 32px 0px;
  border-radius: 5px;
  font-size: min(4.6153846154vw, 2rem);
  line-height: 1em;
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  .rooms_more .rooms_more__trigger {
    padding: 35px 0px;
    font-size: 2rem;
  }
}
.rooms_more:after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -5px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.rooms_more._expanded:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-top: -2px;
}

.room_expansion__modal {
  position: fixed;
  z-index: 99;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.room_expansion__modal .overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  cursor: pointer;
  z-index: 10;
}
.room_expansion__modal .close_btn {
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 12;
}
@media screen and (min-width: 980px) {
  .room_expansion__modal .close_btn {
    width: 50px;
    height: 50px;
    right: 30px;
    top: 30px;
  }
}
.room_expansion__modal .close_btn:before, .room_expansion__modal .close_btn:after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -9px;
  margin-top: -1px;
}
@media screen and (min-width: 980px) {
  .room_expansion__modal .close_btn:before, .room_expansion__modal .close_btn:after {
    width: 22px;
    margin-left: -11px;
  }
}
.room_expansion__modal .close_btn:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.room_expansion__modal .close_btn:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.room_expansion__modal .contents {
  position: relative;
  z-index: 99;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.room_expansion__modal .img {
  max-width: 600px;
}
.room_expansion__modal .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.room_expansion__modal {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.room_expansion__modal.active {
  opacity: 1;
  visibility: visible;
}

/* =====================================================
    mov_line
=====================================================*/
@-webkit-keyframes loop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -30000px 0;
  }
}
@keyframes loop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -30000px 0;
  }
}
.mov_line {
  overflow: hidden;
  padding: 6px 0px;
  border-top: 1px solid #C8C8C8;
  border-bottom: 1px solid #C8C8C8;
}
.mov_line:has(._faq) {
  padding-bottom: 2px;
}

.mov_line__text {
  width: 110vw;
  background-repeat: repeat-x;
  -webkit-animation: loop 1000s linear infinite;
          animation: loop 1000s linear infinite;
}
.mov_line__text._yoyaku {
  height: 68px;
  background-size: 244px 68px;
  background-image: url(../img/common/mov_yoyaku.webp);
}
@media screen and (min-width: 980px) {
  .mov_line__text._yoyaku {
    height: 102px;
    background-size: 366px 102px;
    background-image: url(../img/common/mov_yoyaku_pc.webp);
  }
}
@media screen and (min-width: 1200px) {
  .mov_line__text._yoyaku {
    height: 134px;
    background-size: 458px 134px;
    background-image: url(../img/common/mov_yoyaku_pcL.webp);
  }
}
.mov_line__text._pettype {
  height: 68px;
  background-size: 274px 68px;
  background-image: url(../img/top/mov_pettype.webp);
}
@media screen and (min-width: 980px) {
  .mov_line__text._pettype {
    height: 102px;
    background-size: 411px 102px;
    background-image: url(../img/top/mov_pettype_pc.webp);
  }
}
@media screen and (min-width: 1200px) {
  .mov_line__text._pettype {
    height: 134px;
    background-size: 520px 134px;
    background-image: url(../img/top/mov_pettype_pcL.webp);
  }
}
.mov_line__text._popular {
  height: 68px;
  background-size: 276px 68px;
  background-image: url(../img/top/mov_popular.webp);
}
@media screen and (min-width: 980px) {
  .mov_line__text._popular {
    height: 102px;
    background-size: 414px 102px;
    background-image: url(../img/top/mov_popular_pc.webp);
  }
}
@media screen and (min-width: 1200px) {
  .mov_line__text._popular {
    height: 134px;
    background-size: 522px 134px;
    background-image: url(../img/top/mov_popular_pcL.webp);
  }
}
.mov_line__text._search {
  height: 70px;
  background-size: 242px 70px;
  background-image: url(../img/top/mov_search.webp);
}
@media screen and (min-width: 980px) {
  .mov_line__text._search {
    height: 102px;
    background-size: 352px 102px;
    background-image: url(../img/top/mov_search_pc.webp);
  }
}
@media screen and (min-width: 1200px) {
  .mov_line__text._search {
    height: 134px;
    background-size: 446px 134px;
    background-image: url(../img/top/mov_search_pcL.webp);
  }
}
.mov_line__text._about {
  height: 68px;
  background-size: 207px 68px;
  background-image: url(../img/top/mov_about.webp);
}
@media screen and (min-width: 980px) {
  .mov_line__text._about {
    height: 102px;
    background-size: 292px 102px;
    background-image: url(../img/top/mov_about_pc.webp);
  }
}
@media screen and (min-width: 1200px) {
  .mov_line__text._about {
    height: 134px;
    background-size: 386px 134px;
    background-image: url(../img/top/mov_about_pcL.webp);
  }
}
.mov_line__text._point {
  height: 68px;
  background-size: 187px 68px;
  background-image: url(../img/top/mov_point.webp);
}
@media screen and (min-width: 980px) {
  .mov_line__text._point {
    height: 102px;
    background-size: 282px 102px;
    background-image: url(../img/top/mov_point_pc.webp);
  }
}
@media screen and (min-width: 1200px) {
  .mov_line__text._point {
    height: 134px;
    background-size: 346px 134px;
    background-image: url(../img/top/mov_point_pcL.webp);
  }
}
.mov_line__text._review {
  height: 68px;
  background-size: 235px 68px;
  background-image: url(../img/top/mov_review.webp);
}
@media screen and (min-width: 980px) {
  .mov_line__text._review {
    height: 102px;
    background-size: 353px 102px;
    background-image: url(../img/top/mov_review_pc.webp);
  }
}
@media screen and (min-width: 1200px) {
  .mov_line__text._review {
    height: 134px;
    background-size: 440px 134px;
    background-image: url(../img/top/mov_review_pcL.webp);
  }
}
.mov_line__text._faq {
  height: 76px;
  background-size: 133px 76px;
  background-image: url(../img/top/mov_faq.webp);
}
@media screen and (min-width: 980px) {
  .mov_line__text._faq {
    height: 114px;
    background-size: 200px 114px;
    background-image: url(../img/top/mov_faq_pc.webp);
  }
}
@media screen and (min-width: 1200px) {
  .mov_line__text._faq {
    height: 150px;
    background-size: 240px 148px;
    background-image: url(../img/top/mov_faq_pcL.webp);
  }
}
.mov_line__text._theme {
  height: 68px;
  background-size: 319px 68px;
  background-image: url(../img/theme/mov_theme.webp);
}
@media screen and (min-width: 980px) {
  .mov_line__text._theme {
    height: 102px;
    background-size: 460px 102px;
    background-image: url(../img/theme/mov_theme_pc.webp);
  }
}
@media screen and (min-width: 1200px) {
  .mov_line__text._theme {
    height: 134px;
    background-size: 598px 134px;
    background-image: url(../img/theme/mov_theme_pcL.webp);
  }
}
.mov_line__text._lifestyle {
  height: 68px;
  background-size: 298px 68px;
  background-image: url(../img/theme/mov_lifestyle.webp);
}
@media screen and (min-width: 980px) {
  .mov_line__text._lifestyle {
    height: 102px;
    background-size: 460px 102px;
    background-image: url(../img/theme/mov_lifestyle_pc.webp);
  }
}
@media screen and (min-width: 1200px) {
  .mov_line__text._lifestyle {
    height: 134px;
    background-size: 598px 134px;
    background-image: url(../img/theme/mov_lifestyle_pcL.webp);
  }
}
.mov_line__text._conditions {
  height: 68px;
  background-size: 350px 68px;
  background-image: url(../img/theme/mov_conditions.webp);
}
@media screen and (min-width: 980px) {
  .mov_line__text._conditions {
    height: 102px;
    background-size: 525px 102px;
    background-image: url(../img/theme/mov_conditions_pc.webp);
  }
}
@media screen and (min-width: 1200px) {
  .mov_line__text._conditions {
    height: 134px;
    background-size: 662px 134px;
    background-image: url(../img/theme/mov_conditions_pcL.webp);
  }
}
.mov_line__text._check {
  height: 70px;
  background-size: 208px 70px;
  background-image: url(../img/concept/mov_check.webp);
}
@media screen and (min-width: 980px) {
  .mov_line__text._check {
    height: 102px;
    background-size: 304px 102px;
    background-image: url(../img/concept/mov_check_pc.webp);
  }
}
@media screen and (min-width: 1200px) {
  .mov_line__text._check {
    height: 134px;
    background-size: 378px 134px;
    background-image: url(../img/concept/mov_check_pcL.webp);
  }
}
.mov_line__text._flow {
  height: 70px;
  background-size: 180px 70px;
  background-image: url(../img/online/mov_flow.webp);
}
@media screen and (min-width: 980px) {
  .mov_line__text._flow {
    height: 102px;
    background-size: 262px 102px;
    background-image: url(../img/online/mov_flow_pc.webp);
  }
}
@media screen and (min-width: 1200px) {
  .mov_line__text._flow {
    height: 134px;
    background-size: 324px 134px;
    background-image: url(../img/online/mov_flow_pcL.webp);
  }
}
.mov_line__text._apply {
  height: 68px;
  background-size: 204px 68px;
  background-image: url(../img/online/mov_apply.webp);
}
@media screen and (min-width: 980px) {
  .mov_line__text._apply {
    height: 102px;
    background-size: 306px 102px;
    background-image: url(../img/online/mov_apply_pc.webp);
  }
}
@media screen and (min-width: 1200px) {
  .mov_line__text._apply {
    height: 134px;
    background-size: 372px 134px;
    background-image: url(../img/online/mov_apply_pcL.webp);
  }
}