@charset "UTF-8";
.wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 7%;
}

.center-contents {
  position: relative;
  z-index: 1;
  max-width: 550px;
  margin: 0 auto;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}

.contents-nav {
  margin-top: 0 !important;
  position: relative;
  z-index: 2;
}

.global-footer {
  background: #fff;
  position: relative;
  z-index: 2;
}

.inner-main-contents {
  position: relative;
}
.inner-main-contents .sticky {
  position: fixed;
  top: 200px;
  left: 4%;
  z-index: 1;
  width: 23%;
}
.inner-main-contents .sticky ul {
  list-style: none;
  margin-top: 64px;
}
.inner-main-contents .sticky ul li {
  width: 74%;
  margin-bottom: 32px;
}
.inner-main-contents .sticky h2 {
  width: 90%;
}
.inner-main-contents .stcky-txt {
  position: fixed;
  bottom: 2%;
  z-index: 1;
  width: calc(calc((100vw - 550px) / 2) - 48px);
  right: calc(48px / 1.5);
  max-width: 380px;
  min-width: 150px;
}
.inner-main-contents .sticky-backimage {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  background-color: #720000;
}

.main-contents .sp {
  display: none;
}
.main-contents .pc {
  display: block;
}
.main-contents #main-visual .main-visual-image-container {
  position: relative;
  background: #4d3417;
}
.main-contents #main-visual .main-visual-image-container .mv-flex {
  padding: 0 24px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  position: absolute;
  top: 77%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main-contents #main-visual .read {
  text-align: center;
  padding: 0 40px;
  margin-top: 96px;
}
.main-contents #main-visual .read p {
  font-size: clamp(16px, 1.74vw, 20px);
  line-height: 240%;
}
.main-contents #menu {
  margin-top: 64px;
  /* ======== コンテンツのエリア ======== */
  /* 一覧で見るボタン */
}
.main-contents #menu a {
  display: block;
}
.main-contents #menu .menu-container {
  background: #c28515;
  padding: 40px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.main-contents #menu .tabs {
  margin: 0 auto;
}
.main-contents #menu .tab-list {
  padding: 0 40px;
  display: flex;
  text-align: center;
  gap: 8px;
}
.main-contents #menu .tab-item {
  border-radius: 5px 5px 0 0;
  background-color: #fff;
  border: solid 1px #c28515;
  padding: 16px 40px;
  width: 100%;
  cursor: pointer;
  color: #c28515;
  transition: background-color 0.3s ease, color 0.3s ease, background-image 0.3s ease;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.main-contents #menu .tab-item::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23c28515'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 13.17L7.41 10.59 8.83 9.17 12 12.34l3.17-3.17 1.41 1.41L12 15.17z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-image 0.3s ease;
}
.main-contents #menu .tab-content {
  background-color: #c28515;
  transition: background-color 0.3s ease;
}
.main-contents #menu .tab-panel {
  display: none;
}
.main-contents #menu .tab-item.active {
  background-color: #c28515;
  color: #fff;
  font-weight: bold;
}
.main-contents #menu .tab-item.active::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 13.17L7.41 10.59 8.83 9.17 12 12.34l3.17-3.17 1.41 1.41L12 15.17z'/%3E%3C/svg%3E");
}
.main-contents #menu .tabs.drink-active .tab-content {
  background-color: #5a3819;
}
.main-contents #menu .tabs.drink-active .tab-item {
  border-color: #5a3819;
  color: #5a3819;
}
.main-contents #menu .tabs.drink-active .tab-item::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%235a3819'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 13.17L7.41 10.59 8.83 9.17 12 12.34l3.17-3.17 1.41 1.41L12 15.17z'/%3E%3C/svg%3E");
}
.main-contents #menu .tabs.drink-active .tab-item.active {
  background-color: #5a3819;
  border-color: #5a3819;
  color: #fff;
}
.main-contents #menu .tabs.drink-active .tab-item.active::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 13.17L7.41 10.59 8.83 9.17 12 12.34l3.17-3.17 1.41 1.41L12 15.17z'/%3E%3C/svg%3E");
}
.main-contents #menu .tab-panel.active {
  display: block;
  padding: 40px;
}
.main-contents #menu .tab-panel.active h2 {
  font-size: 20px;
  font-weight: bold;
}
.main-contents #menu .btn {
  display: flex;
  padding: 32px 10px;
  justify-content: center;
  align-items: center;
  gap: 25px;
  align-self: stretch;
  border-radius: 10px;
  border: 1.25px solid #fff;
  margin: 16px 40px;
  display: block;
}
.main-contents #menu .btn svg {
  width: 30px;
}
.main-contents #menu .btn a {
  color: #fff;
  text-align: center;
  font-size: 23px;
  line-height: 100%; /* 32px */
  letter-spacing: 5px;
}
.main-contents #menu .contents-wrapper {
  overflow-y: auto;
  flex-grow: 1;
  scroll-snap-type: y mandatory;
}
.main-contents #menu .tab-content {
  margin-bottom: 20px;
  scroll-snap-align: start;
  padding-bottom: 24px;
}
.main-contents #menu .image-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.main-contents #menu .view-all-btn {
  display: block;
  width: 90%;
  margin: 20px auto 0;
  padding: 12px;
  text-align: center;
  background-color: transparent;
  border: 1px solid #c7a163;
  color: #c7a163;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  flex-shrink: 0; /* このボタンも縮まないようにする */
}
.main-contents #column {
  margin-top: 40px;
  padding: 64px 0;
  color: #333;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
}
.main-contents #column .column-ttl {
  display: flex;
  padding: 56px 0px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  margin-bottom: 80px;
}
.main-contents #column .column-ttl img {
  width: 45.3%;
  margin: 0 auto;
}
.main-contents #column .column-ttl p {
  margin-top: 24px;
  font-size: 24px;
  font-weight: 500;
}
.main-contents #column .column-ttl h2 {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  font-size: 66px;
  margin-top: 24px;
  letter-spacing: 1px;
  line-height: 100%;
}
.main-contents #column .column-ttl h2 .color {
  color: #d6bc50;
}
.main-contents #column .umekiki {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
}
.main-contents #column .umekiki img {
  width: 80%;
}
.main-contents #column .umekiki h3 {
  font-weight: 500;
  text-align: center;
  font-size: 36px;
  line-height: 100%;
  margin-top: 75px;
  margin-bottom: 40px;
}
.main-contents #column .umekiki p {
  font-weight: 500;
  text-align: center;
  font-size: 20px;
  line-height: 180%;
}
.main-contents #column .interview {
  margin-top: 80px;
}
.main-contents #column .interview h2 {
  padding: 0 7%;
}
.main-contents #column .interview .column-inner-top {
  margin-top: 32px;
}
.main-contents #column .interview .column-inner-top .flexbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 24px;
}
.main-contents #column .interview .column-inner-top .flexbox img {
  width: 45%;
}
.main-contents #column .interview .column-inner-top .flexbox h3 {
  font-size: 36px;
  font-weight: 400;
  line-height: 150%;
}
.main-contents #column .interview .column-inner-top p {
  font-size: 18px;
  line-height: 200%;
  font-weight: 400;
  text-align: center;
}
.main-contents #column .interview .column-inner-top p span {
  font-size: 24px;
  line-height: 100%;
}
.main-contents #column .interview .cap {
  margin-top: 48px;
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
  align-self: stretch;
  border-radius: 6.25px;
  border: 1.25px solid #d6bc50;
}
.main-contents #column .interview .cap .linktxt {
  display: flex;
  align-items: center;
  align-self: stretch;
}
.main-contents #column .interview .cap a{position: relative;display: block;width: 100%;}
.main-contents #column .interview .cap .linktxt h4 {
  color: #d6bc50;
  font-size: clamp(23px, 1.5vw, 32px);
  font-style: normal;
  font-weight: 450;
  line-height: 160%;
  text-align: left;
  letter-spacing: -0.5px;
}
.main-contents #column .interview .cap .linktxt svg{position: absolute;right: 0vw;}
.main-contents #column .interview .cap .linktxt img {
  width: 24px;
}
.main-contents #column .interview .cap p {
  font-size: 20px;
  line-height: 180%;
}
.main-contents #column .interview .inner-interview {
  margin-top: 64px;
  font-size: 20px;
  line-height: 180%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
}
.main-contents #column .interview .inner-interview dl {
  display: flex;
  padding: 0px 7%;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.main-contents #column .interview .inner-interview dl dt {
  font-size: 36px;
  color: #d6bc50;
  line-height: 145%;
}
.main-contents #column .interview .inner-interview dl dd {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.main-contents #column .interview .inner-interview dl dd .marker {
  background: linear-gradient(transparent 70%, #f7edc5 50%);
  padding-bottom: 0px;
}
.main-contents #column .column-bottom {
  margin-top: 80px;
}
.main-contents #under-description {
  background: #c28515;
  padding: 80px 0;
  color: #fff;
  text-align: justify;
  font-size: 16px;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}
.main-contents .food-drink-under-description {
  margin-top: 80px;
}
.main-contents #inner-food-drink {
  position: relative;
  overflow: hidden;
  color: #333;
  padding-top: 48px;
  background: #ece9e5;
}
.main-contents #inner-food-drink .wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 120px;
}
.main-contents #inner-food-drink .contents-inner-menu-item {
  position: relative;
}
.main-contents #inner-food-drink .contents-inner-menu-item .item {
  position: relative;
  z-index: 2;
}
.main-contents #inner-food-drink .contents-inner-menu-item .bk-item {
  position: absolute;
  top: 5%;
  left: -33%;
  z-index: 0;
  width: 160%;
}
.main-contents #inner-food-drink .contents-inner-menu-item .bk-item2 {
  position: absolute;
  top: 6%;
  left: -35%;
  z-index: 0;
  width: 180%;
}
.main-contents #inner-food-drink .contents-inner-menu-item .bk-item3 {
  position: absolute;
  top: 3%;
  left: -35%;
  z-index: 0;
  width: 180%;
}
.main-contents #inner-food-drink .contents-inner-menu-item .bk-item4 {
  position: absolute;
  top: 2%;
  left: -32%;
  z-index: 0;
  width: 160%;
}
.main-contents #inner-food-drink .contents-inner-menu-item .bk-item5 {
  position: absolute;
  top: 2%;
  left: -35%;
  z-index: 0;
  width: 180%;
}
.main-contents #inner-food-drink .contents-inner-menu-item .icon {
  width: 25%;
  height: auto;
  margin: 0 auto 8px auto;
}
.main-contents #inner-food-drink .contents-inner-menu-item .contents-inner-ttl {
  text-align: center;
  font-family: "Shippori Mincho";
  font-style: normal;
  font-weight: 600;
  margin-bottom: 48px;
}
.main-contents #inner-food-drink .contents-inner-menu-item .contents-inner-ttl h3 {
  font-size: clamp(19px, 1.8vw, 44px);
  line-height: 145%; /* 63.8px */
}
.main-contents #inner-food-drink .contents-inner-menu-item .contents-inner-ttl h4 {
  font-size: clamp(15px, 1.35vw, 34px);
  margin-top: 8px;
  margin-bottom: 24px;
  line-height: 100%;
}
.main-contents #inner-food-drink .contents-inner-menu-item .contents-inner-ttl .flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
}
.main-contents #inner-food-drink .contents-inner-menu-item .contents-inner-ttl .flex .tate {
  display: flex;
  justify-content: center;
  flex-direction: column;
  line-height: 100%;
  gap: 4px;
}
.main-contents #inner-food-drink .contents-inner-menu-item .contents-inner-ttl .flex .tate img {
  width: 60%;
  height: 23px;
}
.main-contents #inner-food-drink .contents-inner-menu-item .contents-inner-ttl .flex p {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 100%;
}
.main-contents #inner-food-drink .contents-inner-menu-item .contents-inner-ttl .flex p img {
  width: auto;
  height: 15px;
}
.main-contents #inner-food-drink .contents-inner-menu-item .food-txt .inner-food-ttl {
  margin-top: 48px;
  margin-bottom: 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.main-contents #inner-food-drink .contents-inner-menu-item .food-txt .inner-food-ttl h3 {
  font-size: clamp(18px, 1.7vw, 40px);
  line-height: 145%; /* 63.8px */
}
.main-contents #inner-food-drink .contents-inner-menu-item .food-txt .inner-food-ttl h3 span {
  font-size: 10px;
}
.main-contents #inner-food-drink .contents-inner-menu-item .food-txt .inner-food-ttl .flex {
  display: flex;
  flex-direction: column;
}
.main-contents #inner-food-drink .contents-inner-menu-item .food-txt .inner-food-ttl .price {
  font-size: 20px;
}
.main-contents #inner-food-drink .contents-inner-menu-item .food-txt .point {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  font-size: 13px;
  margin-top: 10px;
}
.main-contents #inner-food-drink .contents-inner-menu-item .food-txt .under {
  margin-bottom: 8px;
}
.main-contents #inner-food-drink .contents-inner-menu-item .food-txt .txt {
  margin-top: 16px;
  font-size: 22px;
  line-height: 180%;
  letter-spacing: -0.5px;
}
.main-contents #inner-food-drink .contents-inner-menu-item .food-txt .txt .span {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin-right: auto;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.main-contents #inner-food-drink .contents-inner-menu-item .drink-txt .inner-drink-ttl {
  margin-top: 56px;
  margin-bottom: 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.main-contents #inner-food-drink .contents-inner-menu-item .drink-txt .inner-drink-ttl h3 {
  font-size: clamp(18px, 1.7vw, 40px);
  line-height: 145%; /* 63.8px */
}
.main-contents #inner-food-drink .contents-inner-menu-item .drink-txt .pht {
  margin: 24px auto;
  width: 280px;
  height: auto;
}
.main-contents #inner-food-drink .contents-inner-menu-item .drink-txt .price {
  font-size: 20px;
}
.main-contents #inner-food-drink .contents-inner-menu-item .drink-txt .point {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  font-size: 13px;
  margin-top: 16px;
}
.main-contents #inner-food-drink .contents-inner-menu-item .drink-txt .txt {
  margin-top: 16px;
  font-size: 22px;
  line-height: 180%;
  letter-spacing: -0.25px;
}
.main-contents #inner-food-drink .contents-inner-menu-item .drink-txt .txt .span {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin-right: auto;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.main-contents #inner-food-drink .contents-inner-menu-item .info {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin-right: auto;
  font-size: 16px;
  width: 100%;
  border-top: 1.25px solid #333;
  border-bottom: 1.25px solid #333;
  padding: 32px 0;
  margin-top: 40px;
}
.main-contents #inner-food-drink .contents-inner-menu-item .info a {
  display: block;
  margin-top: 24px;
  text-align: right;
}
.main-contents #inner-food-drink .contents-inner-menu-item .info a img {
  width: 200px;
}

.breadcrumb {
  z-index: 1;
} /*# sourceMappingURL=pc.css.map */
