@charset "UTF-8";
/* ====================================================
reset style
==================================================== */
html {
  width: 100%;
  height: 100%;
  color: #333333;
  overflow-x: hidden;
  font-weight: 500;
  font-size: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

img {
  vertical-align: middle;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

del, ins {
  text-decoration: none;
}

/* ====================================================
Font
==================================================== */
/* ====================================================
Position & transform
==================================================== */
/* ====================================================
Color
==================================================== */
:root {
  --gv-main: #e0dad2;
  --gv-sub1: #5b7a8f;
  --gv-sub2: #1fb3d8;
  --gv-black: #000000;
  --gv-white: #FFFFFF;
}

/* ====================================================
Sizing
==================================================== */
/* ====================================================
Misc
==================================================== */
/* ====================================================
Media Quary
==================================================== */
/* ====================================================
opacity
==================================================== */
/* ====================================================
Base style & container
==================================================== */
* {
  min-height: 0;
  min-width: 0;
}

:root {
  --vw: 1vw;
}

html.no-scroll {
  overflow-y: hidden;
}

body {
  line-height: normal;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  background-color: var(--gv-main);
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  body.open {
    overflow-y: hidden;
  }
}

a {
  color: #000;
  text-decoration: none;
}

p {
  line-height: 200%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

figure {
  margin: 0;
}

.inner {
  margin: 0 auto;
}

.index-sec .inner {
  max-width: 1200px;
}

.container {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 0;
}

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

@media screen and (min-width: 1201px) {
  .tb {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.d-inline_block {
  display: inline-block;
}

.d-none {
  display: none !important;
}

.blank {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.blank:after {
  content: "";
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* ====================================================
Float & clear
==================================================== */
.clearfix {
  *zoom: 1;
}
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

/* ====================================================
column layout
==================================================== */
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.jc-space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.jc-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

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

/* ====================================================
float layout
==================================================== */
.left {
  float: left;
}

.right {
  float: right;
}

.ofh {
  overflow: hidden;
}

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

/* ====================================================
section
==================================================== */
/* ====================================================
Header
==================================================== */
.header {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  padding: 15px 5.9895833333vw;
  -webkit-transition: top 0.3s ease, bottom 0.3s ease;
  transition: top 0.3s ease, bottom 0.3s ease;
}
@media screen and (max-width: 767px) {
  .header {
    bottom: 0;
    padding: 24px 30px;
  }
}
.header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.header.is-fixed-top {
  top: 0;
  bottom: auto;
  position: fixed;
  background: var(--gv-main);
}
.header.is-fixed-top .logo {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header .logo {
  opacity: 0;
  -webkit-transform: translateY("-50px");
          transform: translateY("-50px");
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .logo a {
  vertical-align: middle;
}
.header .logo img {
  height: 20px;
  vertical-align: top;
}
.header .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
@media screen and (max-width: 767px) {
  .header .nav {
    display: none;
  }
}
.header .nav > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header .nav > div.active {
  opacity: 1;
  visibility: visible;
  left: 0;
}
.header .nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875vw;
}
@media screen and (max-width: 767px) {
  .header .nav ul {
    display: block;
  }
}
.header .nav ul li {
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  font-family: "Jost", sans-serif;
}
.header .nav ul li:last-of-type {
  margin-right: 23px;
}
.header .nav ul li a {
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .header .nav ul li a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
}
.header .btn-sp {
  width: 2.5vw;
  height: 24px;
  text-align: center;
  position: fixed;
  top: 15px;
  right: 23px;
  z-index: 1002;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .header .btn-sp {
    width: 40px;
    top: 25px;
  }
}
.header .btn-sp span {
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  background-color: var(--gv-black);
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .btn-sp span.top {
  top: 0px;
}
.header .btn-sp span.middle {
  top: 11px;
}
.header .btn-sp span.bottom {
  top: 22px;
}
.header .btn-sp.close span {
  background-color: var(--gv-white);
}
.header .btn-sp.close span.top {
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  top: 8px;
}
@media screen and (min-width: 768px) {
  .header .btn-sp.close span.top {
    top: 13px;
  }
}
.header .btn-sp.close span.middle {
  opacity: 0;
}
.header .btn-sp.close span.bottom {
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  top: 8px;
}
@media screen and (min-width: 768px) {
  .header .btn-sp.close span.bottom {
    top: 13px;
  }
}

.header-gnavi {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 5.9895833333vw;
  background-color: var(--gv-sub1);
}
.header-gnavi-top {
  opacity: 0;
}
.header-gnavi-top svg {
  height: 20px;
}
.header-gnavi-top .cls-1 {
  fill: var(--gv-white);
}
.header-gnavi ul {
  opacity: 0;
  max-width: 35vw;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2vw;
}
@media screen and (max-width: 767px) {
  .header-gnavi ul {
    max-width: 50vw;
  }
}
.header-gnavi ul li a {
  font-size: 12px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  color: var(--gv-white);
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .header-gnavi ul li a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
}
.header-gnavi ul li a span {
  display: block;
  font-size: clamp(1rem, 0.968rem + 0.13vw, 1.125rem);
  font-family: "Jost", sans-serif;
  font-weight: 400;
  color: var(--gv-sub2);
}

/* ====================================================
Footer
==================================================== */
.footer {
  background: var(--gv-black);
  color: var(--gv-white);
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 40px 0;
  }
}
.footer .footer-logo {
  text-align: center;
}
.footer .footer-logo img {
  -webkit-filter: invert(1);
          filter: invert(1);
  max-width: 248px;
  margin: 0 auto 15px;
}
@media screen and (max-width: 767px) {
  .footer .footer-logo img {
    max-width: 124px;
  }
}
.footer p {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 12px;
  padding-top: 12px;
  text-align: center;
}
.footer .copyright {
  font-size: 12px;
}

/* ====================================================
MODULE
==================================================== */
.hook {
  height: 0;
  font-size: 0%;
}

/*パンくずMODULE*/
/*見出しMODULE*/
/* font MODULE */
.bold {
  font-weight: 700;
}

/*テキストMODULE*/
.txt-center {
  text-align: center;
}

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

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

@media screen and (max-width: 767px) {
  .sp-txt-left {
    text-align: left;
  }
}

/*リンクMODULE*/
.underline {
  text-decoration: underline;
}

.links:hover {
  cursor: pointer;
}

/*ボタンMODULE*/
.btn {
  display: inline-block;
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 320px;
  padding: 16px 0;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  appearance: none;
  color: var(--tt-blue);
  text-align: center;
  border: 2px solid var(--tt-blue);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  overflow: hidden;
  background: transparent;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 14px;
    padding: 14px 0;
  }
}
.btn span {
  font-size: 22px;
}
.btn-round {
  border-radius: 5rem;
}
.btn-more {
  display: block;
  width: 100%;
  max-width: 185px;
  padding: 8px 10px;
  margin: auto;
  text-decoration: none;
  border: 2px solid #000;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  background: #fff;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media screen and (min-width: 768px) {
  .btn-more {
    padding: 10px;
    max-width: 300px;
    font-size: 20px;
  }
}
@media (hover: hover) {
  .btn-more:hover {
    color: #fff;
    background: #000;
    opacity: 1 !important;
  }
}
.btn-back {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 768px) {
  .btn-back {
    font-size: 36px;
  }
}
@media (hover: hover) {
  .btn-back:hover {
    opacity: 1 !important;
  }
}
.btn-back:before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url(../images/news/arrow-left.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
@media screen and (min-width: 768px) {
  .btn-back:before {
    width: 53px;
    height: 53px;
    margin-right: 15px;
    top: -3px;
  }
}
.btn-back.hover-anime:after {
  top: auto;
  left: auto;
  right: 0;
  color: #a29c94;
}

/*ボックスMODULE*/
/*テーブルMODULE*/
/*セレクト MODULE*/
/*モーダルMODULE*/
/* ====================================================
pages
==================================================== */
/* オープニング全画面 */
#opening.visible .opening-text,
#opening.visible .opening-logo {
  position: relative;
}

.opening-text {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  background-color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1001;
}
.opening-text p {
  font-size: clamp(1.5rem, 1.373rem + 0.52vw, 2rem);
  font-family: "Shippori Mincho", serif;
  color: #fff;
  letter-spacing: 0.214em;
}

.opening-logo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  background-color: var(--gv-sub2);
  -webkit-transform: translateY(-100vh);
          transform: translateY(-100vh);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1002;
}
.opening-logo .opening-logo_img {
  opacity: 0;
  max-width: 22.5vw;
}
@media screen and (max-width: 767px) {
  .opening-logo .opening-logo_img {
    max-width: 240px;
  }
}

.hero-top {
  padding: 0 5.9895833333vw;
  margin-bottom: 38px;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .hero-top {
    padding: 0;
    height: auto;
  }
}
.hero-top .flex {
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .hero-top .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.hero-top .flex video {
  max-width: 48.125vw;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .hero-top .flex video {
    max-width: 100%;
    height: 100vh;
  }
}
.hero-top .flex .logo-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .hero-top .flex .logo-area {
    width: 100%;
    padding: 60px 30px 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.hero-top .flex .logo-area img {
  max-width: 17.3958333333vw;
}
@media screen and (max-width: 767px) {
  .hero-top .flex .logo-area img {
    height: 20px;
    max-width: 100%;
  }
}

.section-about {
  position: relative;
}
.section-about .about-bg {
  padding-top: 100vh;
  background-image: url(../image/index/about_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width: 767px) {
  .section-about .about-bg {
    padding-top: 46.207vh;
    background-attachment: scroll;
  }
}
.section-about .inner {
  background-color: var(--gv-sub2);
  padding: 10.4166666667vw 0 10.4166666667vw 10.4166666667vw;
}
@media screen and (max-width: 767px) {
  .section-about .inner {
    padding: 70px 30px 60px;
  }
}
.section-about .inner .flex {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 65px;
}
@media screen and (max-width: 767px) {
  .section-about .inner .flex {
    gap: 0;
  }
}
@media screen and (min-width: 768px) {
  .section-about .inner .flex .about-text {
    max-width: calc(100% - 48.5625vw);
  }
}
.section-about .inner .flex .about-text h2 {
  font-family: "Jost", sans-serif;
  font-size: clamp(1.5rem, 1.245rem + 1.05vw, 2.5rem);
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .section-about .inner .flex .about-text h2 {
    margin-bottom: 20px;
  }
}
.section-about .inner .flex .about-text p {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  letter-spacing: -0.07em;
}
@media screen and (max-width: 767px) {
  .section-about .inner .flex .about-text p {
    margin-top: 40px;
  }
}
.section-about .inner .flex .about-img {
  max-width: 48.5625vw;
}
@media screen and (max-width: 767px) {
  .section-about .inner .flex .about-img {
    display: none;
  }
}

.recommend-container {
  min-height: 310vh;
}

.recommend-full-screen {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 105vh;
  color: #fff;
}
.recommend-full-screen .recommend-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}
.recommend-full-screen article {
  width: 100%;
  height: 100vh;
  position: relative;
}
.recommend-full-screen:last-of-type {
  height: 100vh;
}
.recommend-full-screen:last-of-type article {
  height: 100%;
}
.recommend-full-screen .recommend-content {
  position: absolute;
  z-index: 2;
  padding: 40px 0 40px 18.75vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .recommend-full-screen .recommend-content {
    padding: 20px;
  }
}
.recommend-full-screen .recommend-content .label {
  display: inline-block;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 5px;
}
.recommend-full-screen .recommend-content p {
  font-family: "Jost", sans-serif;
  font-family: 400;
  margin-bottom: 10px;
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  .recommend-full-screen .recommend-content p {
    margin-bottom: 0;
  }
}
.recommend-full-screen .recommend-content h2 {
  font-size: 24px;
  font-family: "Jost", sans-serif;
  font-family: 400;
  margin-bottom: 15px;
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.6);
}
.recommend-full-screen .recommend-content a {
  display: inline-block;
  border: 1px solid var(--gv-white);
  border-radius: 5rem;
  color: var(--gv-white);
  padding: 0 15px;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .recommend-full-screen .recommend-content a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
}
.recommend-full-screen .recommend-content a.btn-contact {
  background: var(--gv-white);
  border-color: var(--gv-black);
  color: var(--gv-black);
}
.recommend-full-screen .logo-area {
  position: absolute;
  bottom: 0;
  right: 10px;
  z-index: 2;
  width: 26.0416666667vw;
}
@media screen and (max-width: 767px) {
  .recommend-full-screen .logo-area {
    width: 200px;
  }
}
.recommend-full-screen .logo-area img {
  -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(146deg) brightness(111%) contrast(102%);
          filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(146deg) brightness(111%) contrast(102%);
}

.section-lineup {
  padding: 8.59375vw 0;
}
@media screen and (max-width: 767px) {
  .section-lineup {
    padding: 55px 0;
  }
}
.section-lineup .inner {
  padding: 0 10.4166666667vw;
}
@media screen and (max-width: 767px) {
  .section-lineup .inner {
    padding: 0 30px;
  }
}
.section-lineup .inner h2 {
  font-size: clamp(1.5rem, 1.341rem + 0.65vw, 2.125rem);
  font-family: "Jost", sans-serif;
  font-weight: 400;
}
.section-lineup .inner > p {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .section-lineup .inner > p {
    margin-bottom: 30px;
  }
}
.section-lineup .inner article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  border-top: 1px solid #221913;
  padding-top: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .section-lineup .inner article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .section-lineup .inner article figure {
    margin-bottom: 12px;
  }
}
.section-lineup .inner article .lineup-text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
@media screen and (max-width: 767px) {
  .section-lineup .inner article .lineup-text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .section-lineup .inner article .lineup-text > div:first-of-type {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .section-lineup .inner article .lineup-text > div:last-of-type {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.section-lineup .inner article .lineup-text h3 {
  font-size: 20px;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .section-lineup .inner article .lineup-text h3 {
    margin-bottom: 0;
  }
}
.section-lineup .inner article .lineup-text h3:after {
  content: attr(data-txt);
  color: #a6a29d;
  display: block;
}
.section-lineup .inner article .lineup-text p {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
}
.section-lineup .inner article .lineup-text a {
  display: inline-block;
  border: 1px solid #090000;
  border-radius: 5rem;
  color: #0a0000;
  padding: 0 15px;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .section-lineup .inner article .lineup-text a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
}
@media screen and (max-width: 767px) {
  .section-lineup .inner article .lineup-text a {
    position: absolute;
    top: 12px;
    right: 0;
  }
}
.section-lineup .inner article .lineup-text a.btn-contact {
  background: #251e1c;
  border-color: #251e1c;
  color: #fff;
}
.section-lineup .inner article:last-of-type {
  border-bottom: 1px solid #221913;
  padding-bottom: 20px;
}

.section-company {
  position: relative;
}
.section-company .company-bg {
  padding-top: 100vh;
  background-image: url(../image/index/company_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width: 767px) {
  .section-company .company-bg {
    padding-top: 46.207vh;
    background-attachment: scroll;
  }
}
.section-company .inner {
  padding: 10.4166666667vw;
  background-color: var(--gv-sub2);
}
@media screen and (max-width: 767px) {
  .section-company .inner {
    padding: 70px 30px 60px;
  }
}
.section-company .inner h2 {
  font-family: "Jost", sans-serif;
  font-size: clamp(1.5rem, 1.245rem + 1.05vw, 2.5rem);
}
.section-company .inner p {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  letter-spacing: -0.07em;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .section-company .inner p {
    margin-bottom: 20px;
  }
}
.section-company .inner .flex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .section-company .inner .flex .company-text:first-of-type {
    border-bottom: 1px solid var(--gv-black);
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .section-company .inner .flex .company-text {
    max-width: 50%;
  }
}
.section-company .inner .flex .company-text dl {
  margin-bottom: 20px;
}
.section-company .inner .flex .company-text dl dt,
.section-company .inner .flex .company-text dl dd {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.section-company .inner .contact-link {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .section-company .inner .contact-link {
    margin-top: 40px;
  }
}
.section-company .inner .contact-link a {
  display: block;
  padding: 29px 10px;
  background-color: #0c0005;
  color: var(--gv-white);
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: clamp(1.25rem, 0.995rem + 1.05vw, 2.25rem);
  text-align: center;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .section-company .inner .contact-link a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
}
@media screen and (max-width: 767px) {
  .section-company .inner .contact-link a {
    padding: 16px 10px;
  }
}

.second-inner {
  max-width: 1200px;
  margin: 100px auto 0;
}
@media screen and (max-width: 767px) {
  .second-inner {
    margin-top: 50px auto 0;
    padding: 0 30px;
  }
}

.second-ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .second-ttl {
    margin-bottom: 30px;
  }
}
.second-ttl h1,
.second-ttl h2 {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: clamp(1.25rem, 1.059rem + 0.78vw, 2rem);
}
.second-ttl p {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
}

.policy-box {
  margin: 50px 0;
}
@media screen and (max-width: 767px) {
  .policy-box {
    margin: 25px 0;
    font-size: 14px;
  }
}
.policy-box h2 {
  font-weight: 700;
  padding-top: 30px;
}
.policy-box ol {
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .policy-box ol {
    padding-left: 0;
  }
}
.policy-box ol li {
  list-style: decimal;
  margin-left: 23px;
  margin-bottom: 20px;
  padding-left: 5px;
}
.policy-box ol li p {
  padding-top: 20px;
}
.policy-box ol li p.mt {
  font-weight: 700;
}
.policy-box ol li ul li {
  list-style: disc;
  margin-bottom: 0;
  padding-left: 0;
}

/* contact */
.contact-box {
  margin-bottom: 105px;
}

.contact-form__table {
  width: 100%;
  margin-top: 40px;
  table-layout: fixed;
}

.contact-form__table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
}

.contact-form__table th {
  width: 25%;
  padding: 0 0 5px 0;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .contact-form__table th {
    width: 100%;
    padding: 20px 0 0;
    border-bottom: none;
  }
}

.contact-form__table td {
  width: 100%;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: rgba(0, 0, 0, 0);
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  margin-right: 5px;
}

[type=button][disabled], [type=reset][disabled], [type=submit][disabled], button[disabled] {
  cursor: default;
}

.m-input {
  width: 100%;
  background-color: #fff;
  border: 1px solid #adadad;
  padding: 8px 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.m-input--long {
  width: 100%;
}

.m-required {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  padding: 5px 0 6px;
  color: #e83e34;
}

.contact-form__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .contact-form__buttons {
    padding: 30px 0 0 0;
  }
}

.m-btn-form {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  width: 207px;
  height: 43px;
  max-width: 100%;
  padding: 10px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  background-color: #000;
  text-align: center;
}

.m-btn-form:disabled {
  color: #8d8d8d;
  background-color: #d9d9d9;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .contact-privacy {
    padding-top: 30px;
  }
}

.contact-privacy .personal_information-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.js-fadein {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
.js-fadein.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.js-fadein.is-slow.show {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.js-fadein.is-slow2.show {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.lp_kasara {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media screen and (max-width: 767px) {
  .lp_kasara {
    font-size: 14px;
    letter-spacing: -0.8px;
  }
}
.lp_kasara .kv_area1 {
  background-image: url(../image/lp/kv1_pc.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100svh;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lp_kasara .kv_area1 {
    height: 60svh;
    background-image: url(../image/lp/kv1.jpg);
  }
}
.lp_kasara .kv_area2 {
  background-image: url(../image/lp/kv3.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100svh;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lp_kasara .kv_area2.height-50vw {
    height: 50svh;
  }
  .lp_kasara .kv_area2.height-37vw {
    height: 37svh;
  }
}
.lp_kasara .kv_area2 .a_txt1 {
  text-align: center;
  font-size: 38px;
  font-family: "Cinzel", "Shippori Mincho", serif;
  color: #fff;
  position: absolute;
  margin: auto;
  bottom: 5vw;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .lp_kasara .kv_area2 .a_txt1 {
    font-size: 18px;
    bottom: 10vw;
  }
}
.lp_kasara .kv_area2 .a_txt1 * {
  line-height: normal;
}
.lp_kasara .kv_area2 .txt_custom {
  font-size: 74px;
  line-height: 3rem;
}
@media screen and (max-width: 767px) {
  .lp_kasara .kv_area2 .txt_custom {
    font-size: 32px;
    line-height: 1.5rem;
  }
}
.lp_kasara .kv_area2 .txt_custom span {
  font-size: 21px;
}
@media screen and (max-width: 767px) {
  .lp_kasara .kv_area2 .txt_custom span {
    font-size: 14px;
  }
}
.lp_kasara .kv_area3 {
  position: relative;
}
.lp_kasara .kv_area3 .a_txt2 {
  text-align: center;
  font-size: 30px;
  font-family: "Shippori Mincho", serif;
  position: absolute;
  margin: auto;
  top: 8vw;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .lp_kasara .kv_area3 .a_txt2 {
    font-size: 16px;
    top: 5vw;
  }
}
.lp_kasara .kv_area3 .a_txt2 * {
  line-height: normal;
}
.lp_kasara .p-desc {
  background: #fff;
  padding: 5vw 16px;
}
@media screen and (max-width: 767px) {
  .lp_kasara .p-desc1 {
    padding: 17vw 0 !important;
  }
}
.lp_kasara .p-desc1 h1 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp_kasara .p-desc1 h1 img {
    width: 50%;
  }
}
.lp_kasara .p-desc1 h2 {
  color: #5e7b98;
  text-align: center;
  font-size: 43px;
  font-family: "Cinzel", "Shippori Mincho", serif;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .lp_kasara .p-desc1 h2 {
    font-size: 20px;
    margin-top: 35px;
  }
}
.lp_kasara .p-desc1 p {
  text-align: center;
  font-size: 30px;
  font-family: "Shippori Mincho", serif;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .lp_kasara .p-desc1 p {
    font-size: 14px;
    margin-top: 15px;
    line-height: 150%;
  }
}
.lp_kasara .p-desc2 .btn_niseko {
  display: inline-block;
  background: #cce0e0;
  border-radius: 5rem;
  text-align: center;
  width: 100%;
  max-width: 480px;
  padding: 14px 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .lp_kasara .p-desc2 .btn_niseko {
    max-width: 240px;
    padding: 7px 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .lp_kasara .p-desc2 .btn_niseko img {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .lp_kasara .p-desc {
    padding: 17vw 20px;
  }
}
.lp_kasara .rental {
  background: #000;
  color: #fff;
}
.lp_kasara .rental .inner {
  padding: 160px 50px 115px;
}
@media screen and (max-width: 767px) {
  .lp_kasara .rental .inner {
    padding: 80px 20px 50px;
  }
}
.lp_kasara .rental h2 {
  font-size: 32px;
  text-align: center;
  color: #fff;
  font-family: "Cinzel", "Shippori Mincho", serif;
  padding: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .lp_kasara .rental h2 {
    font-size: 24px;
  }
}
.lp_kasara .rental .copy_txt {
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .lp_kasara .rental .copy_txt {
    font-size: 16px;
  }
}
.lp_kasara .rental .rental_txt {
  max-width: 750px;
  margin: 70px auto 95px;
}
@media screen and (max-width: 767px) {
  .lp_kasara .rental .rental_txt {
    margin: 30px auto 35px;
  }
}
.lp_kasara .rental .merit h3 {
  font-size: 28px;
  text-align: center;
  color: #fff;
  font-family: "Cinzel", "Shippori Mincho", serif;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .lp_kasara .rental .merit h3 {
    font-size: 18px;
  }
}
.lp_kasara .rental .merit article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 40px;
}
.lp_kasara .rental .merit article section {
  width: calc(25% - 30px);
}
@media screen and (max-width: 767px) {
  .lp_kasara .rental .merit article section {
    width: 80%;
    margin: auto;
  }
}
.lp_kasara .rental .merit figure {
  position: relative;
}
.lp_kasara .rental .merit figure img {
  width: 100%;
}
.lp_kasara .rental .merit figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 8px 0;
  background: #ccbd92;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  color: #000;
}
.lp_kasara .rental .merit p {
  text-align: center;
  margin: 15px 0 0;
  line-height: 150%;
}
.lp_kasara .rental .merit p span {
  font-size: 12px;
  padding-top: 10px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .lp_kasara .rental .merit p span {
    font-size: 10px;
  }
}
.lp_kasara .rental .benefit {
  padding: 100px 0 0;
}
.lp_kasara .rental .benefit h3 {
  font-size: 28px;
  text-align: center;
  color: #fff;
  font-family: "Cinzel", "Shippori Mincho", serif;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .lp_kasara .rental .benefit h3 {
    font-size: 18px;
  }
}
.lp_kasara .rental .benefit article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 3.3%;
}
@media screen and (max-width: 767px) {
  .lp_kasara .rental .benefit article {
    gap: 50px;
  }
}
.lp_kasara .rental .benefit article section {
  width: 30%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lp_kasara .rental .benefit article section {
    width: 90%;
    margin: auto;
  }
}
.lp_kasara .rental .benefit div {
  width: 100%;
  padding: 8px 0;
  background: #ccbd92;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  color: #000;
}
.lp_kasara .rental .benefit div:before {
  content: "";
  display: block;
  width: 47px;
  height: 47px;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
}
.lp_kasara .rental .benefit div.icn1:before {
  background-image: url(../image/lp/icn01.svg);
}
.lp_kasara .rental .benefit div.icn2:before {
  background-image: url(../image/lp/icn02.svg);
}
.lp_kasara .rental .benefit div.icn3:before {
  background-image: url(../image/lp/icn03.svg);
}
.lp_kasara .rental .benefit p {
  margin-top: 15px;
}
.lp_kasara .rental .benefit p span {
  line-height: 180%;
  font-size: 12px;
  padding-top: 10px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .lp_kasara .rental .benefit p span {
    position: relative;
  }
}
.lp_kasara .about_area {
  background: #fff;
  padding: 120px 50px;
}
@media screen and (max-width: 767px) {
  .lp_kasara .about_area {
    padding: 60px 20px 25px;
  }
}
.lp_kasara .about_area .about_logo {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .lp_kasara .about_area .about_logo {
    margin-bottom: 20px;
  }
  .lp_kasara .about_area .about_logo img {
    width: 80px;
  }
}
.lp_kasara .about_area h2 {
  font-size: 32px;
  text-align: center;
  font-family: "Cinzel", serif;
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .lp_kasara .about_area h2 {
    font-size: 18px;
    margin-bottom: 35px;
  }
}
.lp_kasara .about_area h3 {
  font-size: 32px;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  color: #251e1c;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .lp_kasara .about_area h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.lp_kasara .about_area .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .lp_kasara .about_area .inner {
    gap: 40px;
  }
}
.lp_kasara .about_area .inner > div {
  width: calc(50% - 40px);
}
@media screen and (max-width: 767px) {
  .lp_kasara .about_area .inner > div {
    width: 100%;
  }
}
.lp_kasara .about_area .about_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}
.lp_kasara .about_area .about_img figure {
  width: calc(50% - 5px);
  position: relative;
}
.lp_kasara .about_area .about_img figure figcaption {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
  font-size: 12px;
}
.lp_kasara .reserve_area {
  background: #ccbd92;
  padding: 120px 50px;
}
@media screen and (max-width: 767px) {
  .lp_kasara .reserve_area {
    padding: 60px 32px;
  }
}
.lp_kasara .reserve_area .reserve_ttl {
  text-align: center;
  margin-bottom: 25px;
}
.lp_kasara .reserve_area .reserve_ttl p {
  font-size: 28px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .lp_kasara .reserve_area .reserve_ttl p {
    font-size: 16px;
  }
}
.lp_kasara .reserve_area .reserve_desc {
  text-align: center;
}
.lp_kasara .reserve_area .reserve_desc p {
  font-size: 20px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .lp_kasara .reserve_area .reserve_desc p {
    font-size: 16px;
  }
}
.lp_kasara .reserve_area .reserve_desc a {
  display: block;
  max-width: 480px;
  margin: 20px auto 15px;
  background: #000;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 8px;
}
@media screen and (max-width: 767px) {
  .lp_kasara .reserve_area .reserve_desc a {
    max-width: 250px;
    font-size: 14px;
  }
}
.lp_kasara .tbl-area {
  background: #fff;
  padding: 70px 0 120px;
}
@media screen and (max-width: 767px) {
  .lp_kasara .tbl-area {
    padding: 25px 0;
  }
}
.lp_kasara .tbl-area h2 {
  font-size: 20px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .lp_kasara .tbl-area h2 {
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 15px;
  }
}
.lp_kasara .tbl-area .tbl-box {
  border-bottom: 6px solid #ccbd92;
  padding-bottom: 50px;
}
.lp_kasara .tbl-area table {
  width: 100%;
  max-width: 1060px;
  margin: auto;
}
.lp_kasara .tbl-area table tr th,
.lp_kasara .tbl-area table tr td {
  padding: 8px 15px;
  vertical-align: top;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .lp_kasara .tbl-area table tr th,
  .lp_kasara .tbl-area table tr td {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .lp_kasara .tbl-area table tr th {
    padding: 10px 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .lp_kasara .tbl-area table tr th span {
    display: inline-block;
    width: 100%;
    padding: 0 10px 10px;
    border-bottom: 1px solid #ccbd92;
  }
}
@media screen and (max-width: 767px) {
  .lp_kasara .tbl-area table tr td {
    padding: 10px 10px 10px 20px;
  }
}
.lp_kasara .tbl-area table tr:nth-child(odd) th,
.lp_kasara .tbl-area table tr:nth-child(odd) td {
  background: #efece4;
}

.lp_footer {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .lp_footer {
    gap: 20px;
    padding: 20px 0 50px;
  }
}
.lp_footer dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .lp_footer dl {
    gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .lp_footer dl dt {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .lp_footer dl dd.lpf_logo01 img {
    width: 102px;
  }
}
@media screen and (max-width: 767px) {
  .lp_footer dl dd.lpf_logo02 img {
    width: 102px;
  }
}/*# sourceMappingURL=style.css.map */