@charset "UTF-8";

html {
font-size: 62.5%;
}
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 16px;
font-size: 1.6rem;
background:#fff;
color: #111;
font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
a {
color: #111;
}
img, iframe {
width:100%;
max-width: 100%;
height: auto;
vertical-align: bottom;
}
table {
width: 100%;
}
.object-fit-img {
object-fit: cover;
}
.box {
margin: 0 auto;
}

#header, #slideWrap {
position: relative;
}
#header h1 {
position: absolute;
z-index: 3000;
}
#gNav ul {
display: flex;
}
#gNav li a {
color: #fff;
text-align: center;
}
#gNav li a span {
display: block;
}
#gNav li a span, #concept h3 span {
font-family: "Courgette", cursive;
}
.bxslider li img {
width: 100%;
height: 100vh;
}

#main h2 {
text-align: center;
}
#main h2 span {
display: block;
font-family: "Big Shoulders Inline Display", cursive;
color: #DE8112;
}

#concept article {
background: #fff;
position: relative;
}
#concept h3 span {
display: table;
}

#menuHead, #menuHead2 {
position: relative;
}
#menuHead {
display: none;
}
.movie-wrap {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}

#menuHead2 img {
position: relative;
width: 100%;
height: 300px;
object-fit: cover;
object-position: center;
display: block;
}
#menuHead2 h2, #menuHead2 ul {
position: absolute;
z-index: 2;
left: 50%;
transform: translateX(-50%);
}
#menuHead2 ul {
background: rgba(255,255,255,0.80);
display: flex;
margin: 0 auto;
}
#menuHead2 h3 {
color: #ca7737;
}
#menuHead2 h3 span {
color: #111;
font-size: 0.7em;
padding-top: 5px;
}
#menuHead2 h3, #menuHead2 p {
text-align: center;
}
#menuHead2 h3 span, #menuHead2 p span, #menuHead2 p strong{
display: block;
}
#main #menuHead2 p {
line-height: 100%;
display: table;
margin: 0 auto;
}
#main #menuHead2 p span {
text-align: right;
}
#menuList h4 {
display: table;
margin: 0 auto;
color: #a35a24;
font-family: "Courgette", cursive;
}
#menuList dt {
color: #be6a00;
border-top: 1px solid #999;
border-bottom: 1px solid #999;
}
#menuList dd table th, #menuList dd table td {
border-bottom: 1px dotted #ccc;
}
#menuList dd table tr:nth-last-child(1) th, #menuList dd table tr:nth-last-child(1) td {
border-bottom: none;
}
#menuList dd table td {
text-align: right;
}
#news h2, #news h2 span, #news dl {
color: #fff;
}
#news dl {
border-top: 1px solid #fff;
}

#accessPhoto:after {
content: "";
display: block;
width: 80%;
height: 100%;
padding: 15px 0;
box-sizing: content-box;
position: absolute;
top: -15px;
left: 50%;
transform: translateX(-50%);
background: #34506c;
}
#accessPhoto {
position: relative;
}
#accessPhoto img {
position: relative;
z-index: 1;
}
#access address {
display: table;
margin: 0 auto;
max-width: 90%;
}
#access h3 {
color: #34506c;
font-weight: bold;
}
#access h3 span, #access td span {
font-size: 0.8em;
}
#access dl, #access dt {
border-bottom: 1px solid #111;
}
#access dd a#maps {
display: inline-block;
border-radius: 3px;
background: #a35a24;
color: #fff;
}
#access tr:nth-child(1) th, #access tr:nth-child(1) td {
border-bottom: 1px dotted #999;
}

/* ===== HERO GRID ===== */
#heroGrid {
  position: relative;
  background: #111;
}
@media (min-width: 561px) {
  #heroGrid { padding-bottom: 80px; /* PC: gNav分 */ }
}
.hero-img {
  width: 100%;
  height: auto;
  display: block;
}
#heroGrid::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.90) 0%, rgba(0,0,0,0.55) 40%, rgba(0,0,0,0.1) 100%);
  pointer-events: none;
}
.hero-overlay {
  position: absolute;
  bottom: 100px;
  left: 40px;
  display: flex;
  flex-direction: column;
  z-index: 2;
}
.hero-logo-en {
  font-family: "Courgette", cursive;
  font-size: 7rem;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.1;
  margin-bottom: 12px;
  text-shadow: 0 2px 16px rgba(0,0,0,1), 0 0 60px rgba(0,0,0,0.9);
}
.hero-logo-ja {
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: 0.4em;
  margin-bottom: 20px;
  text-shadow: 0 1px 10px rgba(0,0,0,1);
}
.hero-logo-sub {
  font-size: 1.6rem;
  color: #f5c842;
  letter-spacing: 0.15em;
  line-height: 1.8;
  text-shadow: 0 1px 10px rgba(0,0,0,1);
}

@media (max-width: 560px) {
  .hero-overlay { left: 20px; bottom: 90px; }
  .hero-logo-en { font-size: 3.6rem; }
  .hero-logo-ja { font-size: 1.1rem; }
  .hero-logo-sub { font-size: 1.1rem; }
}

/* ===== MENU PHOTO ===== */
.menu-photo {
  width: 100%;
}
.menu-photo img {
  width: 100%;
  height: auto;
  display: block;
}

/* ===== CONCEPT PHOTO ===== */
.concept-photos {
  display: flex;
  gap: 8px;
  margin-bottom: 32px;
}
.lb-open {
  width: 50%;
  display: block;
  cursor: zoom-in;
}
.concept-photos img {
  width: 100%;
  height: auto;
  display: block;
}

/* ===== LIGHTBOX ===== */
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.88);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
.lightbox:target {
  display: flex;
}
.lb-close {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 92vw;
  max-height: 92vh;
  cursor: zoom-out;
}
.lb-close img {
  max-width: 92vw;
  max-height: 92vh;
  object-fit: contain;
  display: block;
}

/* ===== LANG SWITCH ===== */
.lang-switch {
  position: relative;
  margin-left: 24px;
  cursor: pointer;
}
.lang-current {
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  padding: 4px 8px;
  border: 1px solid rgba(255,255,255,0.4);
  border-radius: 3px;
}
.lang-menu {
  display: none;
  position: fixed;
  bottom: 50px;
  left: 0;
  background: rgba(0,0,0,0.85);
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  min-width: 60px;
  z-index: 9999;
  padding-bottom: 8px;
}
.lang-switch.open .lang-menu {
  display: block;
}
.lang-menu a {
  display: block;
  color: #fff;
  font-size: 1.2rem;
  padding: 8px 14px;
  text-align: center;
}
.lang-menu a:hover {
  background: rgba(255,255,255,0.15);
}
/* SP lang select */
.sp-lang {
  width: auto !important;
  padding: 0 10px !important;
  display: flex;
  align-items: center;
  border-right: none !important;
}
.sp-lang select {
  background: transparent;
  color: #fff;
  font-size: 1.3rem;
  border: 1px solid rgba(255,255,255,0.4);
  border-radius: 3px;
  padding: 2px 4px;
}
.sp-lang select option {
  color: #000;
}

/* ===== MENU TOP ===== */
#menuTop {
  padding: 24px 5%;
  background: #e4ddd8;
  text-align: center;
}
#menuTop h2 {
  padding-bottom: 0;
  display: none;
}
#menuInfo {
  display: flex;
  justify-content: center;
  gap: 0;
  background: rgba(255,255,255,0.85);
  max-width: 700px;
  margin: 0 auto;
}
#menuInfo li {
  flex: 1;
  padding: 20px 16px;
  border-left: 1px solid #ddd;
}
#menuInfo li:first-child {
  border-left: none;
}
#menuInfo h3 {
  font-family: "Courgette", cursive;
  font-size: 1.6rem;
  color: #ca7737;
  margin-bottom: 4px;
}
#menuInfo h3 span {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  color: #666;
}
#menuInfo p {
  font-size: 1.2rem;
  line-height: 180%;
}
#menuInfo p strong {
  display: block;
  font-size: 1.4rem;
}
#menuInfo p span {
  display: block;
  font-size: 1rem;
  color: #999;
}
#menuInfo a {
  color: #DE8112;
  text-decoration: underline;
}
@media (max-width: 560px) {
  #menuInfo { flex-direction: column; }
  #menuInfo li { border-left: none; border-top: 1px solid #ddd; }
  #menuInfo li:first-child { border-top: none; }
}

/* CTA */
.cta-section {
background: linear-gradient(135deg, #2c1810, #3d2418);
padding: 60px 5%;
text-align: center;
color: #fff;
}
.cta-section h2 {
font-size: 2rem;
margin-bottom: 16px;
color: #e8dcc8;
font-family: "Noto Serif JP", serif;
font-weight: 300;
}
.cta-section p {
color: rgba(232,220,200,0.75);
font-size: 1.4rem;
line-height: 200%;
margin-bottom: 28px;
}
.cta-btn {
display: inline-block;
padding: 14px 48px;
border: 1px solid rgba(232,220,200,0.45);
color: #e8dcc8;
font-size: 1.3rem;
letter-spacing: 2px;
transition: all 0.4s;
}
.cta-btn:hover {
background: rgba(232,220,200,0.12);
border-color: rgba(232,220,200,0.7);
}

#footer {
text-align: center;
}
#footer .footer-logo {
font-family: "Courgette", cursive;
font-size: 2.4rem;
color: rgba(232,220,200,0.7);
margin-bottom: 12px;
}
#footer small {
display: block;
}

/* ===== SP (max 560px) ===== */
@media (max-width: 560px) {
#header {
width: 100%;
height: auto;
}
#header h1 {
position: absolute;
width: 100%;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
z-index: 9000;
flex-direction: column;
gap: 8px;
}
#header h1 .logo-en {
font-family: "Courgette", cursive;
font-size: 4rem;
color: #fff;
text-shadow: 0 2px 16px rgba(0,0,0,0.7);
letter-spacing: 0.08em;
}
#header h1 .logo-ja {
font-size: 1.2rem;
color: rgba(255,255,255,0.7);
letter-spacing: 0.4em;
}
#gNav {
display: none;
}
#spNav {
display: flex;
position: fixed;
bottom: 0;
left: 0;
border-top: 1px solid #fff;
background: #2D2D2D;
z-index: 9999;
width: 100%;
}
#spNav li {
box-sizing: border-box;
width: 50%;
padding: 14px 10px;
}
#spNav li:nth-child(1) {
border-right: 1px solid #fff;
background: #5D4F28;
}
#spNav li a {
display: block;
text-align: center;
color: #fff;
font-size: 1.5rem;
}

#main h2 {
font-size: 1.8rem;
padding-bottom: 20px;
}
#main h2 span {
font-size: 4rem;
padding-bottom: 3px;
}
#main p, #main dd {
font-size: 1.4rem;
line-height: 200%;
letter-spacing: 2px;
}

#concept {
padding: 50px 0;
background: #e4ddd8;
}
#concept article {
padding: 20px 10px;
}
#concept article:after {
border: solid transparent;
content:'';
height:0;
width:0;
pointer-events:none;
position:absolute;
border-color: rgba(0,0,0,0);
border-width: 10px;
border-bottom-color:#000;
transform: rotate(45deg);
top: -5px;
right:-5px;
}
#concept h3 {
text-align: center;
font-size: 1.5rem;
padding-bottom: 20px;
}
#concept h3 span {
font-size: 2.2rem;
margin: 0 auto 10px;
color: #666;
}
#concept article p img {
margin-top: 20px;
}
#intro {
margin-bottom: 30px;
}
#chef img {
display: none;
}

#menuHead {
display: flex;
flex-direction: column-reverse;
}
#foodPhoto {
display: none;
}
#foodText {
padding: 30px 5%;
}
#foodText h4 {
text-align: center;
position: relative;
padding-bottom: 8px;
margin-bottom: 16px;
}
#foodText h4:after {
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
content: "";
display: block;
width: 50px;
height: 1px;
background: #000;
}
#menuHead2 {
padding: 60px 0 80px;
}
#menuHead2 h2 {
top: -20px;
}
#menuHead2 ul {
bottom: 50px;
width: 90%;
padding: 10px;
box-sizing: border-box;
}
#menuHead2 ul li {
width: 50%;
}

#menuList {
width: 90%;
margin: 0 auto;
}
#menuList li:nth-child(1){
padding-bottom: 40px;
}
#menuList h4 {
font-size: 2.4rem;
padding-bottom: 16px;
}
#menuList dt {
font-size: 1.6rem;
padding: 8px 0;
}
#menuList dd {
padding: 8px 0 30px;
}
#menuList th, #menuList td {
padding: 6px 0;
}

#news {
background: #1a1a1a;
padding: 60px 5%;
}
#news dl dt {
padding: 20px 0 5px;
text-align: right;
}
#news dl dd {
border-bottom: 1px solid #fff;
padding-bottom: 20px;
}
#news dl dd h3 {
padding-bottom: 10px;
}

#instagram, #access {
padding: 60px 5%;
}
#instagram h2, #access h2{
padding-bottom: 30px;
}

#accessPhoto {
margin-bottom: 40px;
}
#access h3 {
text-align: center;
font-size: 1.8rem;
padding-bottom: 12px;
}
#access h3 span {
display: block;
padding-top: 8px;
}
#access address {
font-size: 1.1rem;
}
#access dl {
margin-bottom: 6px;
}
#access dt {
font-size: 1.4rem;
padding-bottom: 3px;
margin-bottom: 3px;
}
#access dd {
font-size: 1.3rem;
padding-bottom: 10px;
}
#access dd a#maps {
display: table;
font-size: 1.2rem;
padding: 4px 8px;
margin-top: 8px;
}
#access th {
padding-right: 16px;
}
#gMaps {
height: 50vh;
}

#footer {
padding: 30px 0 70px;
background: #1a0e08;
color: rgba(232,220,200,0.5);
}
#footer small {
font-size: 1rem;
}
}

/* ===== PC (min 561px) ===== */
@media (min-width: 561px) {
#header h1 {
width: 90%;
max-width: 1280px;
bottom: 100px;
left: 50%;
transform: translateX(-50%);
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 8px;
}
#header h1 .logo-en {
font-family: "Courgette", cursive;
font-size: 5rem;
color: #fff;
text-shadow: 0 2px 20px rgba(0,0,0,0.7);
letter-spacing: 0.08em;
}
#header h1 .logo-ja {
font-size: 1.3rem;
color: rgba(255,255,255,0.65);
letter-spacing: 0.4em;
}
#spNav {
display: none;
}
#gNav {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
z-index: 3000;
background: rgba(0,0,0,0.50);
padding: 20px 0;
}
#gNav ul {
width: 90%;
max-width: 1280px;
margin: 0 auto;
justify-content: flex-end;
}
#gNav ul li {
padding-left: 30px;
}
#gNav li a {
font-size: 1.8rem;
}
#gNav li a span {
font-size: 1.1em;
padding-bottom: 4px;
}

#concept {
background: #e4ddd8;
}
#concept article:after {
border: solid transparent;
content:'';
height:0;
width:0;
pointer-events:none;
position:absolute;
border-color: rgba(0,0,0,0);
border-width: 20px;
border-bottom-color:#000;
transform: rotate(45deg);
top: -10px;
right:-10px;
}
#concept h3 {
text-align: center;
font-size: 1.8rem;
padding-bottom: 30px;
}
#concept h3 span {
font-size: 2.4rem;
border-bottom: 1px solid #ccc;
margin: 0 auto 6px;
padding-bottom: 4px;
}
#concept p {
display: flex;
}
#concept p img {
width: 25%;
height: 100%;
object-fit: cover;
object-position: center top;
}
#intro p img {
padding-left: 30px;
}
#chef p {
flex-direction: row-reverse;
}
#chef p img {
padding-right: 30px;
}

#menuHead {
margin-bottom: 160px;
}
#foodPhoto, #foodText {
position: absolute;
z-index: 2;
width: 90%;
max-width: 960px;
height: 100%;
left: 50%;
transform: translateX(-50%);
}
#foodPhoto img {
position: absolute;
width: 50%;
max-width: 240px;
}
#foodText > div {
position: absolute;
background: #cfc8b6;
box-sizing: border-box;
width: 320px;
padding: 10px;
}
#foodText h4 {
padding-bottom: 10px;
}
#menuHeadBg {
position: relative;
}
#menuHeadBg:before {
content: "";
display: block;
position: absolute;
width: 100%;
height: 100%;
z-index: 1;
background: linear-gradient(to right, rgba(52,80,108,1) 60%, rgba(52,80,108,0.3) 75%, rgba(52,80,108,1) 90%);
}
#menuHeadBg > div {
width: 30%;
margin-left: 60%;
}
#foodText > div p {
font-size: 1.4rem;
}

#menuHead2 ul {
width: 560px;
padding: 20px;
}
#menuHead2 ul li {
width: 33.333%;
box-sizing: border-box;
display: flex;
flex-direction: column;
}
#menuHead2 ul li + li {
border-left: 1px solid #111;
}
#menuHead2 h3 {
font-size: 2rem;
padding-bottom: 10px;
}
#main #menuHead2 p {
margin-top: auto;
font-size: 1.5rem;
}
#main #menuHead2 p strong {
font-size: 1.8rem;
padding: 8px 0 4px;
}
#main #menuHead2 p span {
font-size: 1.2rem;
}
#menuList ul {
display: flex;
justify-content: space-between;
width: 90%;
max-width: 800px;
margin: 0 auto;
}
#menuList ul li {
width: 48%;
}
#menuList dl {
border-bottom: 1px solid #999;
}
#menuList h4 {
font-size: 3rem;
padding-bottom: 20px;
}
#menuList dt {
font-size: 1.8rem;
padding: 10px 0;
}
#menuList dd {
padding: 10px 0 2px;
}
#menuList dd table th:before {
content: "・"
}
#menuList th, #menuList td {
padding: 8px 0;
font-size: 1.4rem;
}
#menuList td {
line-height: 200%;
}

#news dl {
width: 90%;
max-width: 960px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
}
#news dl dt, #news dl dd {
border-bottom: 1px solid #fff;
padding: 20px 0;
}
#news dl dt {
width: 13%;
font-size: 1.3rem;
}
#news dl dd {
width: 87%;
}
#main #news dl dd h3 {
font-size: 1.8rem;
padding-bottom: 10px;
}
#main #news dl dd p {
font-size: 1.4rem;
line-height: 140%;
}

#instagram, #access {
padding: 100px 0;
}
#accessPhoto {
margin-bottom: 50px;
}
#access h3 {
font-size: 2rem;
padding-bottom: 8px;
}
#access address {
font-size: 1.2rem;
}
#access dl {
margin-bottom: 8px;
}
#access dt {
font-size: 1.5rem;
padding-bottom: 4px;
margin-bottom: 4px;
}
#access dd {
font-size: 1.4rem;
padding-bottom: 16px;
}
#access dd a#maps {
font-size: 1.3rem;
padding: 5px 10px;
margin-left: 10px;
}
#access th {
padding-right: 20px;
}
#access h3 span, #access td span {
padding-left: 10px;
}
#gMaps {
height: 500px;
}

#footer {
padding: 50px 0 100px;
background: #1a0e08;
color: rgba(232,220,200,0.5);
}
#footer small {
font-size: 1.1rem;
}
}

@media screen and (min-width:561px) and (max-width:1024px) {
#main h2 {
font-size: 1.8rem;
padding-bottom: 30px;
}
#main h2 span {
font-size: 3.6rem;
padding-bottom: 4px;
}
#main p {
font-size: 1.6rem;
line-height: 180%;
}
#concept {
padding: 60px 0 40px;
}
#concept article {
padding: 20px 15px;
}
#intro {
margin-bottom: 20px;
}
#menu {
padding-bottom: 80px;
}
#food1 {
top: -130px;
}
#food2 {
left: 260px;
top: -130px;
}
#foodText > div {
top: 100px;
right: 0;
}
#menuHead2 {
padding-bottom: 80px;
}
#menuHead2 h2 {
top: 0;
}
#menuHead2 ul {
bottom: 40px;
}
#news {
background: #1a1a1a;
padding: 80px 0;
}
}

@media (max-width: 1024px) {
.box {
width: 90%;
}
}

@media (min-width: 1025px) {
.box {
max-width: 960px;
}
#gNav li a {
transition: .6s;
}
#gNav li a:hover {
color: #DE8112;
}
#main h2 {
font-size: 2rem;
padding-bottom: 40px;
}
#main h2 span {
font-size: 4rem;
padding-bottom: 5px;
}
#main p {
font-size: 1.8rem;
line-height: 200%;
letter-spacing: 1px;
}
#concept {
padding: 60px 0 40px;
}
#concept article {
padding: 24px 20px;
}
#intro {
margin-bottom: 20px;
}
#menu {
padding-bottom: 100px;
}
#food1 {
top: -160px;
}
#food2 {
left: 280px;
top: 20px;
}
#foodText > div {
top: 220px;
left: 80px;
}
#menuHead2 {
padding-bottom: 50px;
}
#menuHead2 h2 {
top: 20%;
}
#menuHead2 ul {
bottom: 20%;
}
#news {
background: #1a1a1a;
padding: 100px 0;
}
}
