@charset "UTF-8";

/* --- 共通設定 --- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: min(100px, 9.09vw);
}

body {
  background-image: url(../image/top-back6.png);
  background-repeat: repeat;
  background-size: 840px auto;
  margin: 0;
}

h1,
h2,
h3,
h4,
span,
a,
li {
  font-family: "Shippori Mincho B1", serif;
}

p,
th,
td {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.en {
  font-family: "Crimson Text", serif;
}

.en2 {
  font-family: "Courgette", cursive;
}

li {
  list-style: none;
}

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

a:hover {
  opacity: 0.8;
}

/* --- コンテナ設定 --- */
img {
  max-width: 100%;
  height: auto;
  border-style: none;
  display: block;
}

/* 消してる要素 */
.sp-header,
.sp {
  display: none;
}

/* アニメーションの動き */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.8s ease-out,
    transform 0.8s ease-out;
}

/* 画面に入った時に付与するクラス */
.is-show {
  opacity: 1;
  transform: translateY(0);
}

/* ヘッダー */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.header-container {
  height: min(100px, 6.94vw);
  background: transparent;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header-nav {
  margin-right: min(45px, 3.13vw);
}

.header-nav ul {
  display: flex;
  align-items: center;
  gap: min(42px, 2.92vw);
}

.header-nav li {
  list-style: none;
}

.header-nav a {
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: block;
}

.header-nav span {
  display: block;
  font-size: min(18px, 1.25vw);
}

.header-nav small {
  display: block;
  margin-top: min(8px, 0.56vw);
  font-size: min(16px, 1.11vw);
}

.header-tel {
  width: min(280px, 19.44vw);
  height: min(100px, 6.94vw);
  background: #b84722;
  color: #fff;
  text-decoration: none;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.header-tel p {
  font-size: min(14px, 0.97vw);
  margin-bottom: min(8px, 0.56vw);
}

.header-tel-box {
  display: flex;
  align-items: center;
  gap: min(10px, 0.69vw);
}

.header-tel-box img {
  width: min(22px, 1.53vw);
}

.header-tel-box span {
  font-size: min(24px, 1.67vw);
  line-height: 1;
}

/* トップ */
.main-v {
  position: relative;
  height: 45.83vw;
  margin-top: min(100px, 6.94vw);
}

.main-v-logo {
  position: absolute;
  top: calc(min(60px, 4.17vw) * -1);
  left: min(80px, 5.56vw);
  z-index: 20;
}

.main-v-logo img {
  width: min(200px, 13.89vw);
  display: block;
}

.main-v-slider {
  position: absolute;
  top: 0;
  right: 0;
  width: 88.89vw;
  height: 45.83vw;
}

.slide-img {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.slide-img.is-active {
  opacity: 1;
}

.slide1 {
  background-image: url(../image/top-img1.png);
}

.slide2 {
  background-image: url(../image/top-img2.png);
}

.slide3 {
  background-image: url(../image/top-img3.png);
}

.main-v-container {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.main-v-title {
  position: absolute;
  top: min(18px, 1.25vw);
  right: min(80px, 5.56vw);
  z-index: 10;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.main-v-title h1 {
  color: #fff;
  font-size: min(48px, 3.33vw);
  font-weight: 500;
  line-height: 1.6;
}

.main-v-title span {
  display: inline-block;
  color: #fff;
}

.main-v-title .f-span {
  font-size: min(32px, 2.22vw);
  padding-top: min(88px, 6.11vw);
}

.main-v-title .s-span {
  font-size: min(64px, 4.44vw);
  padding-top: min(118px, 8.19vw);
}

/* p1-a */
.p1-a-container {
  padding: min(100px, 6.94vw) 0 min(64px, 4.44vw);
}

.p1-a-box {
  width: min(1120px, 77.78vw);
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: min(60px, 4.17vw);
  background-color: #fff;
  padding: min(60px, 4.17vw) min(110px, 7.64vw);
}

.p1-a-title {
  flex-shrink: 0;
}

.p1-a-title h2 {
  font-size: min(128px, 8.89vw);
  font-weight: 500;
  color: #b34023;
  line-height: 1;
}

.p1-a-item {
  flex: 1;
}

.p1-a-news {
  max-height: min(196px, 13.61vw);
  overflow-y: auto;
  padding-right: min(12px, 0.83vw);
}

.p1-a-news::-webkit-scrollbar {
  width: 4px;
}

.p1-a-news::-webkit-scrollbar-thumb {
  background: #71594f;
}

.p1-a-news-item {
  display: flex;
  align-items: center;
  gap: min(44px, 3.06vw);
  margin-bottom: min(30px, 2.08vw);
  color: #71594f;
  text-decoration: none;
  transition: 0.3s;
}

.p1-a-news-item:last-child {
  margin-bottom: 0;
}

.p1-a-news-item:hover {
  opacity: 0.7;
}

.p1-a-news-date {
  flex-shrink: 0;
  color: #71594f;
  font-size: min(16px, 1.11vw);
}

.p1-a-news-title {
  font-size: min(16px, 1.11vw);
  font-weight: 500;
  line-height: 1.6;
}

/* p1-b */
.p1-b-container {
  position: relative;
  background-image: url(../image/top-back2.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left;
  padding: min(80px, 5.56vw) 0 min(100px, 6.94vw);
}

.p1-b-box {
  display: flex;
  justify-content: flex-end;
  gap: calc(40 / 1440 * 100vw);
}

.p1-b-item {
  width: min(480px, 33.33vw);
}

.p1-b-title h2 {
  font-size: min(128px, 8.89vw);
  font-weight: 500;
  color: #fff;
}

.p1-b-text {
  margin-top: min(195px, 13.54vw);
}

.p1-b-text p {
  font-size: min(16px, 1.11vw);
  color: #fff;
  line-height: 2;
}

.p1-b-img {
  width: calc(840 / 1440 * 100vw);
  margin-top: min(228px, 15.83vw);
}

.p1-b-span {
  position: absolute;
  top: 0;
  right: min(80px, 5.56vw);
  z-index: 10;
  display: flex;
  align-items: flex-start;
  gap: min(38px, 2.64vw);
}

.p1-b-span span {
  writing-mode: vertical-rl;
  text-orientation: upright;
  background: #c2a285;
  color: #fff;
  font-size: min(48px, 3.33vw);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
  padding: min(25px, 1.74vw) min(12px, 0.83vw);
}

.p1-b-span span:first-child {
  margin-top: min(80px, 5.56vw);
}

/* p1-c */
.p1-c-container {
  background-image: url(../image/top-back1.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: min(80px, 5.56vw) 0 min(100px, 6.94vw);
}

.p1-c-box {
  display: flex;
}

.p1-c-item {
  width: 50%;
  margin-top: min(120px, 8.33vw);
}

.p1-c-img {
  width: 100%;
}

.p1-c-text {
  width: min(504px, 35vw);
  margin-top: min(60px, 4.17vw);
  margin-left: calc(160 / 1440 * 100vw);
}

.p1-c-text p {
  font-size: min(16px, 1.11vw);
  color: #fff;
  line-height: 2;
}

.p1-c-link {
  margin-top: min(40px, 2.78vw);
  margin-left: calc(160 / 1440 * 100vw);
}

.p1-c-link .link-botan {
  background-color: #402f28;
}

.p1-c-img-box {
  width: 50%;
}

.p1-c-title {
  width: min(540px, 37.5vw);
  text-align: right;
  margin: 0 auto;
}

.p1-c-title h2 {
  font-size: min(160px, 11.11vw);
  font-weight: 500;
  color: #fff;
  line-height: 1;
}

.p1-c-img2 {
  width: min(540px, 37.5vw);
  margin: min(33px, 2.29vw) auto 0;
}

/* p1-d */
.p1-d-container {
  padding: min(80px, 5.56vw) 0 min(100px, 6.94vw);
}

.p1-c-box.reverse {
  flex-direction: row-reverse;
}

.p1-c-text {
  margin-left: calc(56 / 1440 * 100vw);
}

.p1-d-link {
  margin-top: min(40px, 2.78vw);
  margin-left: calc(56 / 1440 * 100vw);
}

.p1-d-link .link-botan {
  background-color: #b69378;
}

.p1-d .p1-c-title {
  width: min(540px, 37.5vw);
  text-align: left;
  margin: 0 auto;
}

/* p1-e */
.p1-e-container {
  background-image: url(../image/top-back7.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  padding-bottom: min(90px, 6.25vw);
}

.p1-e-title {
  text-align: center;
  background-image: url(../image/top-back3.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left;
  padding: calc(160 / 1440 * 100vw) 0;
}

.p1-e-title h2 {
  font-size: min(160px, 11.11vw);
  font-weight: 500;
  color: #fff;
  line-height: 1;
}

.p1-e-box {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: min(120px, 8.33vw);
}

.p1-e-box:first-child {
  margin-top: min(70px, 4.86vw);
}

.p1-e-item {
  width: min(560px, 38.89vw);
  position: relative;
  z-index: 10;
  background-color: #e1d2c7;
  padding: min(40px, 2.78vw);
  margin-right: calc(min(120px, 8.33vw) * -1);
  margin-bottom: calc(min(60px, 4.17vw) * -1);
}

.p1-e-nmber {
  display: flex;
  align-items: baseline;
  gap: min(5px, 0.35vw);
}

.p1-e-nmber span:first-child {
  font-size: min(32px, 2.22vw);
  color: #b34023;
}

.p1-e-nmber span:last-child {
  font-size: min(96px, 6.67vw);
  color: #b34023;
}

.p1-e-text {
  margin-top: min(40px, 2.78vw);
}

.p1-e-text h3 {
  font-size: min(32px, 2.22vw);
  font-weight: 500;
  color: #71594f;
  line-height: 1.2;
}

.p1-e-text p {
  font-size: min(16px, 1.11vw);
  line-height: 2;
  color: #71594f;
  padding-top: min(20px, 1.39vw);
  border-top: 1px solid #71594f;
  margin-top: min(20px, 1.39vw);
}

.p1-e-img {
  width: calc(840 / 1440 * 100vw);
}

.p1-e-box.reverse {
  flex-direction: row-reverse;
}

.reverse .p1-e-item {
  margin-left: calc(min(120px, 8.33vw) * -1);
  margin-right: 0;
}

/* p1-f */
.p1-f-container {
  background-image: url(../image/top-back4.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: min(160px, 11.11vw) 0 min(120px, 8.33vw);
}

.p1-f-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.p1-f-title {
  padding-right: min(90px, 6.25vw);
}

.p1-f-title h2 {
  font-size: min(64px, 4.44vw);
  font-weight: 500;
  color: #fff;
}

.p1-f-text {
  padding-left: min(90px, 6.25vw);
  border-left: 1px solid #fff;
}

.p1-f-text p {
  font-size: min(16px, 1.11vw);
  color: #fff;
  line-height: 2;
}

.p1-f-link .link-botan {
  width: min(283px, 19.65vw);
  height: min(56px, 3.89vw);
  background-color: rgba(64, 47, 40, 0.6);
  border: 1px solid #fff;
  margin: min(80px, 5.56vw) auto 0;
}

/* p1-g */
.p1-g-container {
  background-color: #b69378;
  padding: min(80px, 5.56vw) 0;
}

.p1-g-box {
  width: min(640px, 44.44vw);
  margin: 0 auto;
}

/* p1-h */
.p1-h-container {
  background-image: url(../image/top-back5.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: min(40px, 2.78vw) 0 min(80px, 5.56vw);
}

.p1-h-title {
  text-align: center;
}

.p1-h-title h2 {
  font-size: min(160px, 11.11vw);
  font-weight: 500;
  color: #fff;
}

.p1-h-table {
  width: min(800px, 55.56vw);
  margin: min(60px, 4.17vw) auto 0;
}

.p1-h-table table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.p1-h-table th,
.p1-h-table td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-weight: 500;
  padding: min(20px, 1.39vw) 0;
  color: #fff;
  vertical-align: middle;
  line-height: 1.6;
}

.p1-h-table th {
  width: min(430px, 29.86vw);
  text-align: center;
  font-size: min(18px, 1.25vw);
}

.p1-h-table td {
  font-size: min(18px, 1.25vw);
}

/* p1-i */
.p1-i-box {
  width: 100%;
  height: min(625px, 43.4vw);
}

.p1-i-box iframe {
  width: 100%;
  height: 100%;
}

/* 共通 */
.link-botan {
  width: min(319px, 22.15vw);
  height: min(56px, 3.89vw);
  font-size: min(18px, 1.25vw);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(10px, 0.69vw);
}

.link-botan img {
  width: min(30px, 2.08vw);
  height: auto;
}

/* ランチ */
/* p2-a */
.p2-a {
  background-image: url(../image/sub-back1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  margin-top: min(80px, 5.56vw);
}

.p2-a-container {
  padding-top: min(80px, 5.56vw);
}

.p2-a-box {
  display: flex;
  justify-content: flex-end;
  gap: min(80px, 5.56vw);
  margin-top: min(60px, 4.17vw);
}

.p2-a-box:first-child {
  margin-top: 0;
}

.p2-a-item {
  width: min(640px, 44.44vw);
  margin-top: min(27px, 1.88vw);
}

.p2-a-title h2 {
  font-size: min(96px, 6.67vw);
  font-weight: 500;
  color: #fff;
}

.p2-a-table {
  width: 100%;
  background-image: url(../image/p2-back1.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: min(60px, 4.17vw) min(40px, 2.78vw);
  margin: min(60px, 4.17vw) auto 0;
}

.p2-a-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: min(20px, 1.39vw) 0;
}

.p2-a-table td {
  color: #fff;
  font-size: min(16px, 1.11vw);
  font-weight: 500;
  padding: min(20px, 1.39vw) 0 min(20px, 1.39vw) min(20px, 1.39vw);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

.p2-a-table .menu-name {
  width: min(380px, 26.39vw);
  padding-right: min(20px, 1.39vw);
}

.p2-a-table .menu-price {
  width: min(160px, 11.11vw);
  font-size: min(16px, 1.11vw);
  text-align: right;
  white-space: nowrap;
  padding-right: min(30px, 2.08vw);
}

.p2-a-img-box {
  width: calc(640 / 1440 * 100vw);
}

.p2-a-img {
  width: 100%;
}

.p2-a-img2 {
  width: calc(400 / 1440 * 100vw);
  margin: min(40px, 2.78vw) auto 0;
}

.p2-a-box.reverse {
  flex-direction: row-reverse;
}

.reverse .p2-a-item {
  margin-top: min(165px, 11.46vw);
}

/* p2-b */
.p2-b-container {
  padding: min(60px, 4.17vw) 0 min(80px, 5.56vw);
}

.p2-b-title {
  text-align: center;
}

.p2-b-title h2 {
  font-size: min(96px, 6.67vw);
  font-weight: 500;
  color: #fff;
}

.p2-b .p2-a-table {
  width: min(560px, 38.89vw);
  background-image: none;
  padding: 0;
  margin-top: min(40px, 2.78vw);
}

/* アクセス */
/* p4-a */
.p4-a-container {
  padding: min(120px, 8.33vw) 0 min(80px, 5.56vw);
}

.p4-a-box {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: min(80px, 5.56vw);
}

.p4-a-item {
  width: min(560px, 38.89vw);
}

.p4-a-title h2 {
  font-size: min(96px, 6.67vw);
  font-weight: 500;
  color: #fff;
}

.p4-a-text {
  margin-top: min(40px, 2.78vw);
}

.p4-a-text p {
  font-size: min(18px, 1.25vw);
  color: #fff;
  line-height: 2;
}

.p4-a-img {
  width: calc(720 / 1440 * 100vw);
}

.p4-a-box.reverse {
  flex-direction: row-reverse;
  margin-top: min(80px, 5.56vw);
}

.reverse .p4-a-title {
  text-align: right;
}

/* p4-b */
.p4-b-container {
  background-image: url(../image/p4-back1.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: min(80px, 5.56vw) 0;
}

.p4-b-title {
  text-align: center;
}

.p4-b-title h2 {
  font-size: min(160px, 11.11vw);
  font-weight: 500;
  color: #fff;
}

.p4-b-table {
  width: min(800px, 55.56vw);
  margin: min(40px, 2.78vw) auto 0;
}

.p4-b-table table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.p4-b-table th,
.p4-b-table td {
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  color: #fff;
  padding: min(22px, 1.53vw) 0;
  vertical-align: middle;
}

.p4-b-table th {
  width: min(400px, 27.78vw);
  text-align: center;
  font-size: min(18px, 1.25vw);
}

.p4-b-table td {
  padding-left: min(30px, 2.08vw);
  font-size: min(18px, 1.25vw);
}

/* p4-c */
.p4-c-container {
  padding: min(80px, 5.56vw) 0;
}

.p4-c-box {
  width: min(1280px, 88.89vw);
  height: min(560px, 38.89vw);
  margin: 0 auto;
}

.p4-c-box iframe {
  width: 100%;
  height: 100%;
}

/* ウツミ */
/* p5-a */
.p5-a-container {
  background-image: url(../image/p5-back1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  padding: min(80px, 5.56vw) 0 min(150px, 10.42vw);
  margin-top: min(80px, 5.56vw);
}

.p5-a-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: min(80px, 5.56vw);
  margin-top: min(80px, 5.56vw);
}

.p5-a-box:first-child {
  margin-top: 0;
}

.p5-a-item {
  width: min(560px, 38.89vw);
}

.p5-a-title h3 {
  font-size: min(36px, 2.5vw);
  font-weight: 500;
  color: #fff;
}

.p5-a-text {
  padding-top: min(30px, 2.08vw);
  border-top: 1px solid #fff;
  margin-top: min(30px, 2.08vw);
}

.p5-a-text p {
  font-size: min(18px, 1.25vw);
  color: #fff;
  line-height: 2;
}

.p5-a-img {
  width: calc(720 / 1440 * 100vw);
}

.p5-a-box.reverse {
  flex-direction: row-reverse;
}

.p5-a-box:nth-of-type(2) .p5-a-item {
  width: min(576px, 40vw);
}

.p5-a-box:nth-of-type(4) .p5-a-item {
  width: min(595px, 41.32vw);
}

/* イベント */
/* p6-a */
.p6-a-container {
  background-image: url(../image/p6-back1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  padding: min(80px, 5.56vw) 0 min(150px, 10.42vw);
  margin-top: min(80px, 5.56vw);
}

.p6-a-box {
  width: min(1120px, 77.78vw);
  margin: 0 auto;
}

/* 下層共通 */
.sub-v {
  position: relative;
  height: 45.83vw;
  margin-top: min(100px, 6.94vw);
}

.sub-v-container {
  width: 100%;
  height: 100%;
}

.sub-v-box {
  position: relative;
  width: 100%;
  height: 100%;
}

.sub-v-logo {
  position: absolute;
  top: calc(min(60px, 4.17vw) * -1);
  left: min(80px, 5.56vw);
  z-index: 20;
}

.sub-v-logo img {
  display: block;
  width: min(200px, 13.89vw);
}

.sub-v-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 88.89vw;
  height: 45.83vw;
}

.sub-v-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sub-v-title {
  position: absolute;
  right: min(40px, 2.78vw);
  bottom: min(20px, 1.39vw);
  z-index: 10;
}

.sub-v-title h1 {
  color: #fff;
  font-size: min(128px, 8.89vw);
  font-weight: 500;
  line-height: 1;
}

/* フッター */
.footer-container {
  padding: min(50px, 3.47vw) 0 min(30px, 2.08vw);
}

.footer-text {
  text-align: center;
}

.footer-text span {
  font-size: min(32px, 2.22vw);
  color: #fff;
}

.footer-text h2 a {
  display: inline-block;
  font-size: min(64px, 4.44vw);
  font-weight: 500;
  color: #fff;
  margin: min(10px, 0.69vw) 0;
}

.footer-nav {
  margin-top: min(30px, 2.08vw);
}

.footer-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(33px, 2.29vw);
}

.footer-nav ul li a {
  font-size: min(16px, 1.11vw);
  font-weight: 500;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(5px, 0.35vw);
}

.footer-nav ul li a span {
  font-size: min(18px, 1.25vw);
  color: #fff;
}

.copy-right {
  text-align: center;
  margin-top: min(80px, 5.56vw);
}

.copy-right p {
  font-size: min(14px, 0.97vw);
  color: #fff;
}

/* お知らせ内容 1100で可変 */
.single-container {
  width: 100%;
  padding: min(60px, 5.45vw) 0;
}

.single-box {
  width: min(1000px, 90.91vw);
  margin: 0 auto;
}

.single-title {
  font-size: min(32px, 2.91vw);
  font-weight: 600;
  color: #fff;
  margin-bottom: min(30px, 2.73vw);
  line-height: 1.4;
}

.single-img {
  width: 100%;
  max-width: min(600px, 54.55vw);
  margin-bottom: min(40px, 3.64vw);
}

.single-img img {
  width: 100%;
  height: auto;
  display: block;
}

.single-content {
  font-size: min(16px, 1.45vw);
  line-height: 1.8;
  color: #fff;
}

.single-content img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  /* 全体 */
  #header,
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  /* ヘッダー */
  .sp-header {
    position: fixed;
    top: 10px;
    left: 0;
    width: 100%;
    height: 40px;
    background-color: transparent;
    z-index: 9999;
    display: block;
  }

  .sp-header-inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 6px;
    height: 100%;
    padding-right: 20px;
  }

  .sp-header-tel {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #b34023;
  }

  .sp-header-tel img {
    width: 21px;
    height: auto;
  }

  /* ハンバーガーボタン */
  .sp-menu-btn {
    position: relative;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: none;
    z-index: 1000;
  }

  .sp-menu-btn span {
    position: absolute;
    left: 50%;
    width: 25px;
    height: 3px;
    background-color: #b34023;
    transform: translateX(-50%);
    transition: 0.3s;
  }

  .sp-menu-btn span:nth-child(1) {
    top: 10px;
  }

  .sp-menu-btn span:nth-child(2) {
    top: 17px;
  }

  .sp-menu-btn span:nth-child(3) {
    top: 24px;
  }

  .sp-menu-btn.is-active span:nth-child(1) {
    top: 17px;
    transform: translateX(-50%) rotate(45deg);
  }

  .sp-menu-btn.is-active span:nth-child(2) {
    opacity: 0;
  }

  .sp-menu-btn.is-active span:nth-child(3) {
    top: 17px;
    transform: translateX(-50%) rotate(-45deg);
  }

  /* 全画面メニュー */
  .sp-header-nav {
    position: fixed;
    top: 0;
    right: -255px;
    width: 255px;
    height: 100vh;
    background-color: #fff;
    transition: 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    padding: 100px 50px;
  }

  .sp-header-nav.is-active {
    right: 0;
  }

  .sp-nav-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .sp-nav-list li {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #b34023;
  }

  .sp-nav-list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #b34023;
    text-decoration: none;
    font-size: 18px;
  }

  .sp-nav-list li a .sp-nav-span {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .sp-nav-list li a .sp-nav-img {
    width: 25px;
    height: auto;
  }

  /* トップ */
  .main-v {
    position: relative;
    height: 660px;
    margin-top: 60px;
  }

  .main-v-logo {
    position: absolute;
    top: -40px;
    left: 20px;
    z-index: 20;
  }

  .main-v-logo img {
    width: 120px;
    display: block;
  }

  .main-v-slider {
    position: absolute;
    top: 0;
    right: 0;
    width: 90%;
    height: 660px;
  }

  .slide-img {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1s;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .slide-img.is-active {
    opacity: 1;
  }

  .slide1 {
    background-image: url(../image/top-img1.png);
  }

  .slide2 {
    background-image: url(../image/top-img2.png);
  }

  .slide3 {
    background-image: url(../image/top-img3.png);
  }

  .main-v-container {
    position: absolute;
    inset: 0;
    pointer-events: none;
  }

  .main-v-title {
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 10;
    transform: translateY(-50%);
    writing-mode: vertical-rl;
    text-orientation: upright;
  }

  .main-v-title h1 {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.6;
    white-space: nowrap;
  }

  .main-v-title span {
    display: inline-block;
    color: #fff;
  }

  .main-v-title .f-span {
    font-size: 20px;
    padding-top: 42px;
  }

  .main-v-title .s-span {
    font-size: 40px;
    padding-top: 62px;
  }

  /* p1-a */
  .p1-a-container {
    padding: 40px 0;
  }

  .p1-a-box {
    width: 92%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    background-color: #fff;
    padding: 40px 30px;
  }

  .p1-a-title {
    flex-shrink: 0;
  }

  .p1-a-title h2 {
    font-size: 64px;
    font-weight: 500;
    color: #b34023;
    line-height: 1;
  }

  .p1-a-item {
    width: 100%;
  }

  .p1-a-news {
    max-height: 352px;
    overflow-y: auto;
    padding-right: 10px;
  }

  .p1-a-news::-webkit-scrollbar {
    width: 4px;
  }

  .p1-a-news::-webkit-scrollbar-thumb {
    background: #71594f;
  }

  .p1-a-news-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 30px;
    color: #71594f;
    text-decoration: none;
    transition: 0.3s;
  }

  .p1-a-news-item:last-child {
    margin-bottom: 0;
  }

  .p1-a-news-item:hover {
    opacity: 0.7;
  }

  .p1-a-news-date {
    flex-shrink: 0;
    color: #71594f;
    font-size: 16px;
  }

  .p1-a-news-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
  }

  /* p1-b */
  .p1-b-container {
    position: relative;
    background-image: none;
    padding: 60px 0 40px;
  }

  .p1-b-box {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }

  .p1-b-item {
    width: 96%;
    background-image: url(../image/top-back2.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 26px 40px;
  }

  .p1-b-title h2 {
    font-size: 64px;
    font-weight: 500;
    color: #fff;
  }

  .p1-b-text {
    margin-top: 10px;
  }

  .p1-b-text p {
    font-size: 14px;
    color: #fff;
    line-height: 2;
  }

  .p1-b-img {
    max-width: 600px;
    width: 100%;
    margin-top: 0;
    margin-left: auto;
  }

  .p1-b-span {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }

  .p1-b-span span {
    writing-mode: vertical-rl;
    text-orientation: upright;
    background: #c2a285;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.08em;
    padding: 20px 10px;
  }

  .p1-b-span span:first-child {
    margin-top: 20px;
  }

  /* p1-c */
  .p1-c-container {
    background-image: url(../image/top-back1.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0 40px;
  }

  .p1-c-box {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }

  .p1-c-item {
    width: 96%;
    margin-top: 0;
  }

  .p1-c-img {
    max-width: 600px;
    width: 100%;
  }

  .p1-c-text {
    width: 96%;
    margin-top: 20px;
    margin-left: 4%;
  }

  .p1-c-text p {
    font-size: 14px;
    color: #fff;
    line-height: 2;
  }

  .p1-c-link {
    margin-top: 20px;
    margin-left: 4%;
  }

  .p1-c-link .link-botan {
    background-color: #402f28;
  }

  .p1-c-img-box {
    width: 96%;
    margin-right: 4%;
  }

  .p1-c-title {
    width: 100%;
    text-align: right;
    margin: 0 auto;
  }

  .p1-c-title h2 {
    font-size: 90px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
  }

  .p1-c-img2 {
    max-width: 400px;
    width: 100%;
    margin: 20px 0 0 auto;
  }

  /* p1-d */
  .p1-d-container {
    padding: 20px 0 40px;
  }

  .p1-c-box.reverse {
    flex-direction: column-reverse;
  }

  .p1-d .p1-c-img {
    margin-left: auto;
  }

  .p1-d .p1-c-item {
    margin-left: auto;
  }

  .p1-d .p1-c-text {
    text-align: right;
    margin-left: auto;
    margin-right: 4%;
  }

  .p1-d-link {
    margin-top: 20px;
    margin-left: auto;
    margin-right: 4%;
  }

  .p1-d-link .link-botan {
    background-color: #b69378;
    margin-left: auto;
  }

  .p1-d .p1-c-title {
    width: auto;
    text-align: left;
    margin: 0 auto;
  }

  .p1-d .p1-c-img-box {
    margin-right: auto;
    margin-left: 4%;
  }

  .p1-d .p1-c-img2 {
    margin-right: auto;
    margin-left: 0;
  }

  /* p1-e */
  .p1-e-container {
    background-image: url(../image/sp-back1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    padding-bottom: 60px;
  }

  .p1-e-title {
    width: calc(355 / 375 * 100vw);
    text-align: center;
    background-image: url(../image/top-back3.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: left;
    padding: calc(48 / 375 * 100vw) 0;
  }

  .p1-e-title h2 {
    font-size: 64px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
  }

  .p1-e-box {
    max-width: 400px;
    width: 92%;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    margin: 20px auto 0;
  }

  .p1-e-box:first-child {
    margin-top: 30px;
  }

  .p1-e-item {
    width: 100%;
    position: relative;
    z-index: 10;
    background-color: #e1d2c7;
    padding: 40px;
    margin-right: 0;
    margin-bottom: 0;
  }

  .p1-e-nmber {
    display: flex;
    align-items: baseline;
    gap: 10px;
  }

  .p1-e-nmber span:first-child {
    font-size: 16px;
    color: #b34023;
  }

  .p1-e-nmber span:last-child {
    font-size: 40px;
    color: #b34023;
  }

  .p1-e-text {
    margin-top: 30px;
  }

  .p1-e-text h3 {
    font-size: 18px;
    font-weight: 500;
    color: #71594f;
    line-height: 1.2;
  }

  .p1-e-text p {
    font-size: 14px;
    line-height: 2;
    color: #71594f;
    padding-top: 15px;
    border-top: 1px solid #71594f;
    margin-top: 15px;
  }

  .p1-e-img {
    width: 100%;
  }

  .p1-e-box.reverse {
    flex-direction: column-reverse;
  }

  .reverse .p1-e-item {
    margin-left: 0;
    margin-right: 0;
  }

  /* p1-f */
  .p1-f-container {
    background-image: url(../image/top-back4.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0 40px;
  }

  .p1-f-box {
    width: 92%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
  }

  .p1-f-title {
    width: 100%;
    text-align: center;
    padding-right: 0;
    padding-bottom: 30px;
  }

  .p1-f-title h2 {
    font-size: 32px;
    font-weight: 500;
    color: #fff;
  }

  .p1-f-text {
    width: 100%;
    padding-left: 0;
    border-left: none;
    padding-top: 30px;
    border-top: 1px solid #fff;
  }

  .p1-f-text p {
    font-size: 14px;
    color: #fff;
    line-height: 2;
  }

  .p1-f-link .link-botan {
    width: 240px;
    height: 42px;
    background-color: rgba(64, 47, 40, 0.6);
    border: 1px solid #fff;
    margin: 30px auto 0;
  }

  /* p1-g */
  .p1-g-container {
    background-color: #b69378;
    padding: 30px 0;
  }

  .p1-g-box {
    max-width: 400px;
    width: 92%;
    margin: 0 auto;
  }

  /* p1-h */
  .p1-h-container {
    background-image: url(../image/top-back5.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0 40px;
  }

  .p1-h-title {
    text-align: center;
  }

  .p1-h-title h2 {
    font-size: 64px;
    font-weight: 500;
    color: #fff;
  }

  .p1-h-table {
    width: 92%;
    margin: 20px auto 0;
  }

  .p1-h-table table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
  }

  .p1-h-table th,
  .p1-h-table td {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    font-weight: 500;
    padding: 20px 0;
    color: #fff;
    line-height: 1.6;
  }

  .p1-h-table th {
    width: 100%;
    text-align: center;
    font-size: 14px;
  }

  .p1-h-table td {
    text-align: center;
    font-size: 14px;
  }

  /* p1-i */
  .p1-i-box {
    width: 100%;
    height: 440px;
  }

  .p1-i-box iframe {
    width: 100%;
    height: 100%;
  }

  /* 共通 */
  .link-botan {
    width: 272px;
    height: 42px;
    font-size: 16px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .link-botan img {
    width: 25px;
    height: auto;
  }

  /* ランチ */
  /* p2-a */
  .p2-a {
    background-image: url(../image/sp-back1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    margin-top: 40px;
  }

  .p2-a-container {
    padding-top: 40px;
  }

  .p2-a-box {
    width: 92%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 40px auto 0;
  }

  .p2-a-box:first-child {
    margin-top: 0;
  }

  .p2-a-item {
    width: 100%;
    margin-top: 20px;
  }

  .p2-a-title h2 {
    font-size: 60px;
    font-weight: 500;
    color: #fff;
  }

  .p2-a-table {
    width: 100%;
    background-image: url(../image/p2-back1.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 20px;
    margin: 20px auto 0;
  }

  .p2-a-table table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px 0;
  }

  .p2-a-table td {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  }

  .p2-a-table th {
    display: block;
  }

  .p2-a-table .menu-name {
    width: 100%;
    padding-right: 0;
    border-bottom: none;
  }

  .p2-a-table .menu-price {
    width: auto;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
    padding-right: 0;
  }

  .p2-a-img-box {
    max-width: 400px;
    width: 100%;
  }

  .p2-a-img {
    width: 100%;
  }

  .p2-a-img2 {
    max-width: 380px;
    width: 80%;
    margin: 20px auto 0;
  }

  .p2-a-box.reverse {
    flex-direction: column;
  }

  .reverse .p2-a-item {
    margin-top: 0;
  }

  /* p2-b */
  .p2-b-container {
    padding: 40px 0;
  }

  .p2-b-title {
    text-align: center;
  }

  .p2-b-title h2 {
    font-size: 60px;
    font-weight: 500;
    color: #fff;
  }

  .p2-b .p2-a-table {
    width: 92%;
    background-image: none;
    padding: 0;
    margin: 20px auto 0;
  }

  /* アクセス */
  /* p4-a */
  .p4-a-container {
    padding: 40px 0;
  }

  .p4-a-box {
    width: 92%;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
    margin: 0 auto;
  }

  .p4-a-item {
    width: 100%;
  }

  .p4-a-title h2 {
    font-size: 60px;
    font-weight: 500;
    color: #fff;
  }

  .p4-a-text {
    margin-top: 20px;
  }

  .p4-a-text p {
    font-size: 14px;
    color: #fff;
    line-height: 2;
  }

  .p4-a-img {
    max-width: 400px;
    width: 100%;
  }

  .p4-a-box.reverse {
    flex-direction: column-reverse;
    margin-top: 40px;
  }

  .reverse .p4-a-title {
    text-align: right;
  }

  /* p4-b */
  .p4-b-container {
    background-image: url(../image/p4-back1.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
  }

  .p4-b-title {
    text-align: center;
  }

  .p4-b-title h2 {
    font-size: 60px;
    font-weight: 500;
    color: #fff;
  }

  .p4-b-table {
    width: 92%;
    margin: 20px auto 0;
  }

  .p4-b-table table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
  }

  .p4-b-table th,
  .p4-b-table td {
    text-align: center;
    display: block;
    font-weight: 500;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    color: #fff;
    padding: 20px 0;
  }

  .p4-b-table th {
    width: 100%;
    text-align: center;
    font-size: 14px;
  }

  .p4-b-table td {
    padding-left: 0;
    font-size: 14px;
  }

  /* p4-c */
  .p4-c-container {
    padding: 40px 0;
  }

  .p4-c-box {
    width: 92%;
    height: 480px;
    margin: 0 auto;
  }

  .p4-c-box iframe {
    width: 100%;
    height: 100%;
  }

  /* ウツミ */
  /* p5-a */
  .p5-a-container {
    background-image: url(../image/sp-back1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    padding: 40px 0;
    margin-top: 40px;
  }

  .p5-a-box {
    width: 92%;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
    margin: 40px auto 0;
  }

  .p5-a-box:first-child {
    margin-top: 0;
  }

  .p5-a-item {
    width: 100%;
  }

  .p5-a-title h3 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
  }

  .p5-a-text {
    padding-top: 20px;
    border-top: 1px solid #fff;
    margin-top: 20px;
  }

  .p5-a-text p {
    font-size: 14px;
    color: #fff;
    line-height: 2;
  }

  .p5-a-img {
    max-width: 400px;
    width: 100%;
  }

  .p5-a-box.reverse {
    flex-direction: column-reverse;
  }

  .p5-a-box:nth-of-type(2) .p5-a-item {
    width: 100%;
  }

  .p5-a-box:nth-of-type(4) .p5-a-item {
    width: 100%;
  }

  /* イベント */
  /* p6-a */
  .p6-a-container {
    background-image: url(../image/p6-back1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    padding: 40px 0;
    margin-top: 40px;
  }

  .p6-a-box {
    width: 92%;
    margin: 0 auto;
  }

  /* 下層共通 */
  .sub-v {
    position: relative;
    height: 300px;
    margin-top: 60px;
  }

  .sub-v-container {
    width: 100%;
    height: 100%;
  }

  .sub-v-box {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .sub-v-logo {
    position: absolute;
    top: -40px;
    left: 20px;
    z-index: 20;
  }

  .sub-v-logo img {
    display: block;
    width: 120px;
  }

  .sub-v-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 90%;
    height: 300px;
    overflow: hidden;
  }

  .sub-v-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .sub-v-title {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 10;
  }

  .sub-v-title h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
  }

  /* フッター */
  .footer-container {
    width: 100%;
    padding: 40px 0 30px;
  }

  .footer-text {
    text-align: center;
  }

  .footer-text span {
    font-size: 16px;
    color: #fff;
  }

  .footer-text h2 a {
    display: inline-block;
    font-size: 48px;
    font-weight: 500;
    color: #fff;
    margin: 10px 0;
  }

  .footer-nav {
    display: none;
  }

  .copy-right {
    text-align: center;
    margin-top: 60px;
  }

  .copy-right p {
    font-size: 12px;
    color: #fff;
  }

  /* お知らせ内容 1100で可変 */
  .single-container {
    width: 100%;
    padding: 40px 0;
  }

  .single-box {
    width: 94%;
    margin: 0 auto;
  }

  .single-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.4;
  }

  .single-img {
    width: 100%;
    max-width: 400px;
    margin-bottom: 30px;
  }

  .single-img img {
    width: 100%;
    height: auto;
    display: block;
  }

  .single-content {
    font-size: 16px;
    line-height: 1.8;
  }

  .single-content img {
    max-width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 375px) {
  /* トップ */
  .slide1 {
    background-image: url(../image/sp-img1.png);
  }

  .slide2 {
    background-image: url(../image/sp-img2.png);
  }

  .slide3 {
    background-image: url(../image/sp-img3.png);
  }
}
