@charset "utf-8";

/* ----------------------------------
トップ
---------------------------------- */
/* html {
  overflow-y: scroll;
}
body {
  width: 100vw;
  overflow-x: hidden;
} */
/* メイン動画 */
.main-movie {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  line-height: 0;
  overflow: hidden;
}

.main__video {
  display: block;
  border: none;
  outline: none;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* aspect-ratio 非対応ブラウザ対応 */
@supports not (aspect-ratio: 1) {
  .main-movie::before {
    content: "";
    display: block;
    padding-top: 56.25%;
    /* 16:9 */
  }
}

/* Safariで右端に白い線が出る場合の微調整 */
@supports (-webkit-touch-callout: none) {
  .main__video {
    transform: translateZ(0);
    /* GPUレンダリングで境界誤差防止 */
    -webkit-mask-image: -webkit-radial-gradient(white, black);
  }
}

/* 訴求ポイント */
.sokyu-box {
  background-image: -moz-linear-gradient(0deg,
      rgb(64, 63, 65) 0%,
      rgb(21, 13, 14) 100%);
  background-image: -webkit-linear-gradient(0deg,
      rgb(64, 63, 65) 0%,
      rgb(21, 13, 14) 100%);
  background-image: -ms-linear-gradient(0deg,
      rgb(64, 63, 65) 0%,
      rgb(21, 13, 14) 100%);
  padding: 30px 0;
}

.sokyu-box p {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}

/* 行動提起 */
.teiki-box {
  background: #fff;
  padding: 50px 0;
}

.teiki-box p {
  width: 90%;
  max-width: 800px;
  margin: 0 auto 30px;
}

/* 下層リンク */
/* 共通 */
.under-bnr {
  overflow: hidden;
}

.text-block {
  position: absolute;
}

.link-ttl {
  font-family: "EB Garamond", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 55px;
  letter-spacing: 2.5px;
  color: #fff;
  padding-bottom: 5px;
  position: relative;
}

.link-ttl::before {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px solid #fff;
  position: absolute;
  bottom: 0;
}

.link-txt {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 2;
  color: #fff;
  margin-top: 15px;
}

.link-sokyu {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}

.link-sokyu li {
  display: inline-block;
  width: 90%;
  font-size: 18px;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  padding: 5px 10px;
}

.link-sokyu li:nth-of-type(n + 2) {
  margin-top: 15px;
}

.plan-bnr .under-link02,
.brand-bnr .under-link02 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.plan-bnr .under-link02 .viewmore,
.brand-bnr .under-link02 .viewmore {
  margin-top: 40px;
}

/* コンセプト */
.concept-bnr .under-link {
  background-image: url(../img/link-concept.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 7% 0;
  position: relative;
}

.concept-bnr .under-link .viewmore {
  position: absolute;
  bottom: 40px;
  right: 24vw;
}

.concept-ttl {
  width: 90%;
  max-width: 400px;
  margin: 0 auto 50px;
}

.concept-txt {
  font-size: 18px;
  letter-spacing: 2px;
  color: #fff;
  line-height: 2.4;
  text-align: center;
}

/* プラン */
.plan-bnr .under-link02 {
  background-image: url(../img/link-plan.png);
  padding: 23% 0;
}

.plan-bnr .under-link02 .text-block {
  width: 25%;
  top: 10%;
  right: 8.5vw;
}

.plan-bnr .under-link02 .link-ttl::before {
  left: -35%;
}

/* ブランド */
.brand-bnr .under-link02 {
  background-image: url(../img/link-brand.png);
  padding: 26% 0;
}

.brand-bnr .under-link02 .text-block {
  width: 32%;
  top: 10%;
  left: 8.5vw;
}

.brand-bnr .under-link02 .link-ttl::before {
  left: 0;
}


/*来場予約 空き状況*/
.reseve_table {
  width: 800px;
  max-width: 100%;
  margin: 0 auto 50px;
}

.reseve_table table {
  width: 100%;
  border: 1px solid #042542;
}

.reseve_table table tr,
.reseve_table table td,
.reseve_table table th {
  border: 1px solid #042542;
  background: #fff;
}

.reseve_table table td,
.reseve_table table th {
  padding: 14px 0;
  text-align: center;
}

.reseve_table table td a {
  color: #000;
}

.reseve_table table tr.title {
  line-height: 1.5;
  font-weight: 600;
}

.reseve_table table tr.title th {
  font-size: 22px;
  color: #fff;
  letter-spacing: 1px;
  background: #800428;
}

.reseve_table table tr.title span {
  padding: 5px 15px;
  font-size: 13px;
  background: #fff;
  margin: 0 0 10px 15px;
  vertical-align: 4px;
  color: #333;
  letter-spacing: 0px;
  text-shadow: none;
}

.reseve_table table tr.title span.cap_add {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  width: 94%;
  background: unset;
  vertical-align: unset;
  text-align: center;
}

.reseve_table div {
  margin: 10px auto 0;
  text-align: left;
  color: #231815;
}

.reseve_table div small {
  font-size: 12px;
  color: #231815;
  margin: 20px auto 0;
  line-height: 1.5;
}

/*---------------------------
レイアウト調整
---------------------------*/
@media only screen and (max-width: 1300px) {
  .plan-bnr .under-link02 {
    padding: 26% 0;
  }
}

/*---------------------------
tab
---------------------------*/
@media only screen and (max-width: 1180px) {
  .plan-bnr .under-link02 {
    padding: 18% 0 38% 0;
  }

  .plan-bnr .under-link02 .text-block {
    width: 35%;
    right: -2.5vw;
  }

  .link-ttl {
    font-size: 40px;
  }

  .link-txt {
    font-size: 14px;
  }

  .link-sokyu {
    width: 72%;
  }

  .link-sokyu li {
    font-size: 14px;
  }

  .link-sokyu li:nth-of-type(n + 2) {
    margin-top: 5px;
  }
}

@media only screen and (max-width:960px) {
  .link-sokyu {
    width: 90%;
  }

  .plan-bnr .under-link02 .viewmore,
  .brand-bnr .under-link02 .viewmore {
    margin-top: 20px;
  }
}

/*---------------------------
sp
---------------------------*/
@media only screen and (max-width: 820px) {

  /* メイン動画 */
  .main__video {
    width: 101%;
    left: -0.5%;
    clip-path: inset(0px -1px -1px -1px);
  }

  /* 訴求ポイント */
  .sokyu-box {
    padding: 15px 0;
  }

  /* 行動提起 */
  .teiki-box {
    padding: 20px 0;
  }

  /* 下層リンク */
  /* 共通 */
  .link-ttl {
    font-size: 35px;
    text-align: center;
  }

  .link-txt {
    font-size: 12px;
    line-height: 1.8;
    text-align: center;
  }

  .link-sokyu {
    width: 100%;
  }

  .link-sokyu li {
    font-size: 13px;
    margin: 0 auto;
  }

  .link-sokyu li:nth-of-type(n + 2) {
    margin-top: 8px;
  }

  .plan-bnr .under-link02 .viewmore,
  .brand-bnr .under-link02 .viewmore {
    margin: 30px auto 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  /* コンセプト */
  .concept-bnr .under-link {
    padding: 9% 0 26% 0;
  }

  .concept-ttl {
    width: 50%;
    margin-bottom: 20px;
  }

  .concept-txt {
    font-size: 12px;
  }

  .concept-bnr .under-link .viewmore {
    bottom: 30px;
    right: initial;
    left: 50%;
    transform: translateX(-50%);
  }

  /* プラン */
  .plan-bnr .under-link02 {
    background-image: url(../img/link-plan_sp.jpg);
    padding: 70% 0;
  }

  .plan-bnr .under-link02 .text-block {
    width: 90%;
    background: rgba(92, 42, 53, 0.9);
    padding: 15px 15px;
    top: 50%;
    right: initial;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .plan-bnr .under-link02 .link-ttl::before {
    left: 50%;
    transform: translateX(-50%);
  }

  /* ブランド */
  .brand-bnr .under-link02 {
    background-image: url(../img/link-brand_sp.jpg);
    padding: 44% 0;
  }

  .brand-bnr .under-link02 .text-block {
    width: 90%;
    background: rgba(85, 72, 67, 0.9);
    padding: 15px 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .brand-bnr .under-link02 .link-ttl::before {
    left: 50%;
    transform: translateX(-50%);
  }

  /*来場予約 空き状況*/
  .reseve_table {
    max-width: 90%;
    margin: 40px auto 30px;
  }

  .reseve_table table tr.title {
    line-height: 1.7;
  }

  .reseve_table table tr.title th {
    padding: 10px 0;
  }

  .reseve_table table tr.title span {
    margin: 5px 0 0;
    padding: 3px 15px;
  }

  .reseve_table table tr.title span.cap_add {
    text-align: left;
  }
}