@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");

:root {
  --txt-black: #303030;
}

/* Rakuten override */
/* #htlContents {
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
} */
.travel__tab.travel__tab--top-page {
  position: relative;
}

/* CSS Document */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  margin: 0;
}
ol,
ul {
  list-style: none;
  list-style-type: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
#cus_page {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  line-height: 1.8;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  font-family: "Noto Serif JP", sans-serif;
  color: var(--txt-black);
  background-color: #fff;
}

#cus_page #cus_contents {
  font-family: "Noto Serif JP", sans-serif;
}
/* #cus_page img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
} */
/* Copy owner header and footer without coding */
/* Header */
#cus_page .header {
  width: 100%;
  aspect-ratio: 24/5;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%),
    url("https://tsdev.xsrv.jp/jouzankei/img/dining_kv.png") lightgray no-repeat;
  mix-blend-mode: multiply;
  background-size: cover;
  position: relative;
}
#cus_page .header h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 48px;
  font-weight: 500;
}
#cus_page .header h1 span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-align: center;
  margin-top: -19px;
}
#cus_page .navList-spacer {
  height: 0;
}
#cus_page .navList-spacer.active {
  height: 80px;
}
#cus_page .navList {
  position: sticky;
  top: 0;
  z-index: 999;
  height: 62px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: height 0.3s ease;
  margin: 62px auto 0;
}

#cus_page .navList-shadow {
  position: sticky;
  background-color: #fff;
  top: 62px;
  width: 100%;
  height: 5px;
  box-shadow: 0px 3px 5px 0px rgba(204, 204, 204, 0.25);
  z-index: 999;
  margin-top: 62px;
}
#cus_page .navList.is-stuck {
  height: 62px;
}
#cus_page .navList ul {
  display: flex;
  max-width: 1080px;
  justify-content: center;
}
#cus_page .navList ul li {
  position: relative;
  text-align: center;
  padding: 0 31px;
}
#cus_page .navList ul li:first-child {
  padding-left: 0;
}
#cus_page .navList ul li:last-child {
  padding-right: 0;
}
#cus_page .navList ul li::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 22px;
  border-right: 1px solid #c1c1c1;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
#cus_page .navList ul li:last-child::after {
  content: none;
}
#cus_page .navList ul li a {
  display: block;
  color: #c1c1c1;
  font-size: 20px;
  letter-spacing: 1px;
  transition: color 0.5s ease;
}
#cus_page .navList ul li a:hover {
  color: var(--txt-black);
}
#cus_page .navList ul li.isActive a {
  color: var(--txt-black);
  pointer-events: none;
}
#cus_page .navList ul li a > span {
  display: block;
  font-size: 12px;
  letter-spacing: 0.6px;
}
/* Footer */
#cus_page footer {
  padding: 90px 0 80px;
  display: flex;
  justify-content: center;
  gap: 108px;
  background-color: #fffaf6;
}
#cus_page footer .ctn {
  display: flex;
  justify-content: space-around;
}
#cus_page footer .ft_right {
  width: 560px;
}
#cus_page footer .ft_right img {
  width: 100%;
}
#cus_page footer .ft_left img {
  margin: 16px 0 32px;
}
#cus_page footer .ft_left p:last-child {
  margin-top: 16px;
}
#cus_page footer .ft_left p:last-child span {
  border: 1px solid var(--txt-black);
  padding: 4px 8px;
  margin-right: 16px;
}

/* MARK: COMMON
 */

.ctn {
  width: 100%;
  max-width: 1120px;
  padding-inline: 20px;
  margin-inline: auto;
}

.img-wrp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro {
  padding-block: 64px;
  background:
    linear-gradient(
      180deg,
      rgba(1, 0, 1, 0) 20.62%,
      rgba(10, 7, 5, 0.65) 84.51%,
      #010001 100%
    ),
    linear-gradient(
      90deg,
      rgba(1, 0, 1, 0) 49.31%,
      #19130c 68.94%,
      #010001 89.42%
    ),
    url("https://tsdev.xsrv.jp/jouzankei/img/dining_dinner.png") lightgray
      no-repeat;
  background-size: cover;
  color: white;
}

.intro .ctn {
  display: flex;
  justify-content: end;
}

.intro .txt-wrp {
  display: flex;
  flex-direction: column;
  width: 502px;
}

.intro h2 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: normal;
}

.intro .ja {
  font-size: 40px;
  letter-spacing: 2px;
}

.intro .en {
  font-size: 32px;
  letter-spacing: 1.6px;
}

.intro time {
  font-size: 16px;
  letter-spacing: 0.8px;
}

.intro strong {
  font-size: 32px;
  font-weight: normal;
}

.intro p {
  font-size: 20px;
  margin-top: 40px;
}

.intro .charm {
  font-size: 20px;
  letter-spacing: 1px;
  margin-top: 16px;
}

.intro mark {
  margin-top: 16px;
  font-size: 20px;
  letter-spacing: 1px;
  padding: 16px;
  background: #fffaf6;
  width: fit-content;
}

#dinner,
#breakfast,
#restaurant {
  scroll-margin-top: 67px;
}

/* MARK: DINING
 */

#lead .img-wrp {
  width: 100%;
  aspect-ratio: 1920/560;
}

#lead .txt-wrp {
  margin-block: 80px 160px;
  text-align: center;
}

#lead strong {
  font-size: 32px;
  font-weight: normal;
}

#lead p {
  font-size: 20px;
  margin-top: 8px;
}

#lead nav {
  margin-top: 40px;
  display: flex;
  justify-content: space-around;
  gap: 60px;
}

#lead a {
  width: 100%;
  aspect-ratio: 320/240;
  flex: 1;
  color: white;
  padding: 16px 24px;
  display: flex;
  align-items: end;
  justify-content: center;
}

#lead a:hover {
  opacity: 0.7;
}

#lead a:nth-child(1) {
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
    url("https://tsdev.xsrv.jp/jouzankei/img/dining_lead_nav01.png") lightgray
      50% / cover no-repeat;
}

#lead a:nth-child(2) {
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
    url("https://tsdev.xsrv.jp/jouzankei/img/dining_lead_nav02.png") lightgray
      50% / cover no-repeat;
}

#lead a:nth-child(3) {
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
    url("https://tsdev.xsrv.jp/jouzankei/img/dining_lead_nav03.png") lightgray
      50% / cover no-repeat;
}

#lead .nav-i {
  height: fit-content;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  justify-content: center;
  line-height: 1.5;
}

#lead .nav-i::after {
  content: "";
  display: block;
  width: 96px;
  aspect-ratio: 96/25;
  background: url("../icon/arrow_icon.svg") no-repeat;
  background-size: contain;
}

#lead a:hover > .nav-i::after {
  animation: nav-i 0.3s ease forwards;
}

@keyframes nav-i {
  0% {
    background-position: -50px 0;
  }

  100% {
    background-position: 0 0;
  }
}

#dinner .dinner-set {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, auto);
  gap: 60px;
  margin-block: 120px 160px;
}

.dinner-set .item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 16px;
  align-items: center;
}

.dinner-set .img-wrp {
  width: 100%;
  aspect-ratio: 320/183;
}

.dinner-set strong {
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.5;
  text-align: center;
}

.dinner-set p {
  font-size: 16px;
  letter-spacing: 0.8px;
}

.dinner-dish {
  margin-bottom: 180px;
}

.dinner-dish {
  width: 100%;
  display: grid;
  grid-template-columns:
    minmax(0, 1fr)
    minmax(auto, 660px)
    minmax(auto, 420px)
    minmax(0, 1fr);
  align-items: center;
  width: 100%;
  background: linear-gradient(270deg, #231815 0%, #3c3731 100%);
  color: white;
}

.dinner-dish .txt-wrp {
  display: flex;
  flex-direction: column;
  grid-column: 2;
  padding-right: 160px;
  margin-block: 74px;
}

.dinner-dish .dish-swiper {
  overflow: hidden;
  grid-column: 3/5;
}

.dinner-dish strong {
  font-weight: normal;
  font-size: 40px;
  letter-spacing: 2px;
}

.dinner-dish small {
  font-size: 16px;
  letter-spacing: 0.8px;
}

.dinner-dish p {
  margin-top: 40px;
  font-size: 20px;
  letter-spacing: 1px;
}

.dinner-dish .box {
  margin-top: 40px;
  background: white;
  padding: 24px 20px;
  display: flex;
  gap: 24px;
  font-size: 16px;
  letter-spacing: 0.8px;
  color: var(--txt-black);
}

.dinner-dish .menu {
  text-align: right;
}

.dinner-dish .name {
  text-align: left;
}

#breakfast .intro {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 61.22%, #fff 100%),
    linear-gradient(
      270deg,
      #fff 50.81%,
      rgba(255, 255, 255, 0.57) 60.8%,
      rgba(255, 255, 255, 0) 77.77%
    ),
    url("https://tsdev.xsrv.jp/jouzankei/img/dining_breakfast.png") lightgray
      0.166px 1.71px / 56.541% 99.789% no-repeat;
  background-size: cover;
  color: var(--txt-black);
  padding-block: 64px 100px;
}

.lunch {
  margin-block: 120px 160px;
  padding: 40px;
  background: #fffaf6;
  display: flex;
  margin-block: 120px 200px;
}

.lunch .txt-wrp {
  flex: 1;
}

.lunch strong {
  font-weight: normal;
  font-size: 32px;
  letter-spacing: 1.6px;
  line-height: 1.5;
}

.lunch p {
  margin-top: 8px;
  font-size: 16px;
  letter-spacing: 0.8px;
}

.lunch .img-wrp {
  flex: 1;
  padding-left: 56px;
}

.lunch img {
  aspect-ratio: 445/297;
}

.res-intro {
  background: none;
  color: var(--txt-black);
  padding: 0;
}

.res-intro h2 {
  justify-content: center;
  align-items: end;
}

.res-intro .ctn {
  display: block;
}

.res-intro .txt-wrp {
  text-align: center;
  width: 100%;
}

#restaurant .img-grp {
  margin-top: 48px;
  display: flex;
}

#restaurant .img-wrp {
  width: 100%;
  aspect-ratio: 640/464;
}

#notice .ctn {
  margin-block: 64px 160px;
}
