@charset "utf-8";
#photo {
    width: 500px;
    height: 300px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
    position: relative;
}
#photo img {
    top: 0;
    left: 0;
    position: absolute;
}
.slidernav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 15px;
}
.navarrow {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255,255,255,0.6);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.navarrow:hover {
  opacity: 1;
}
body{
   background-color:#080808;
}
#container{
    background-color:#080808;
}
#container p{
  color: #ffffff;
  padding-top: 10px;
}
nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 20px 0;
}
nav ul li a {
  color:  #e6e6e6;              
  text-decoration: none;
  font-size: 20px;
  position: relative;       
  padding-bottom: 8px;
}
nav ul li a {
  color: #e6e6e6;
  text-decoration: none;
  font-size: 20px;
  letter-spacing: 0.08em;
  position: relative;
  padding-bottom: 6px;
  transition: color 0.3s ease;
}
nav ul li a:link{
  color: #ffffff;
}
nav ul li a:hover {
  color: #d8c37a;
}
nav ul li a.active {
  color: #d8c37a;
}
nav ul li a.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 60%;
  height: 1px;
  background-color: #d8c37a;
  transform: translateX(-50%);
}
h1{
    font-family: serif;
    color: #ffffff;
    font-size: 32px;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 15px;
}
#media h2{
    color: #ffffff;
    font-size: 30px;
    font-family: serif;
    width: 600px;
    text-align: center;
    padding-left: 53px;
}
#media ul{
    padding-left: 20px;
    padding-bottom: 20px;
    color: #ffffff;
}
#media li{
  font-size: 16px;
}
#media img{
  padding-right: 15px;
}
.alignedlist {
    list-style: none;
    padding: 0;
    margin: 0 auto;        
    max-width: 600px;
}
.alignedlist li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 18px;
    color: #ffffff;
    justify-content: flex-start; 
    padding-left: 80px;
}
.alignedlist li::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #ffffff;
    border-radius: 50%;
    flex-shrink: 0;
}
.words{
  color: #ffffff;
  font-size: 32px;
  text-align:center;
  font-family:fantasy;
  padding-top: 5px;
  padding-bottom: 2px;
}
.words h1{
  font-size: 32px;
}
.words h2{
  font-family: serif;
  color: #ffffff;
  font-size: 32px;
}
.words img{
  width: 50px;
  margin: 0;
  padding: 0;
  display: block;
}
.sectioninner{
  max-width: 900px;
  margin: 0 auto;
}
.sectiontitle{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  color: #ffffff;
  font-size: 32px;
  font-family: serif;
}
.sectiontitle img {
  padding: 0;
  display: block;
}
#contents h2{
    font-size: 35px;
    font-family: serif;
    color: white;
    width: 600px;
    text-align: center;
    padding-top: 15px;
}
#contents img{
  padding-right: 20px;
}
#contents ul{
    padding-left: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
}
#contents p{
    text-align: left;
    padding: 10px;
    color: black;
 }
#contents h3{
  color: #ffffff;
  font-size: 25px;
} 
.submenu{
	width: 960px;
	margin: 0 auto;
  background-color:#080808;
	display: flex;
	flex-wrap: wrap;
}
.box{
  color: #ffffff;
  font-size: 20px;
}
.box h3{
  font-size: 20px;
  text-align: center;
   font-family: serif;
}
.box img{
  padding-left: 45px;
}
.box p {
  color: #ffffff;   
  text-align: center;
}
.box p a {
  color: #ffffff;
  text-decoration: none;
}
.box p a:hover {
  color: #d8c37a;   
}
.place{
  text-align: center;
  padding-top: 30px;
  padding-left: 40px;
  color: #ffffff;
  font-size: 16px;
}
.time{
  color: #ffffff;
  font-size: 32px;
  text-align: center;
  padding-top: 10px;
}
.foodtime{
  color: #ffffff;
  text-align: center;
  font-size: 16px;
}
.features{
  margin-left: 78px;
  color: #ffffff;
  font-size: 17px;
  line-height: 2.2;
}
.shopwrapper {
  max-width: 1100px;
  margin: 60px auto 80px;
  display: flex;
  gap: 40px;
}
.shopbox {
  flex: 1;
  padding: 35px 30px;
  border: 1px solid rgba(208, 175, 76, 0.6);
  background-color: rgba(255, 255, 255, 0.03);
}
.shoptitle {
  color:#ffffff;
  font-family: serif;
  font-size: 22px;
  text-align: center;
  margin-bottom: 20px;
}
.shopbox p {
  color: #ffffff;
  font-size: 16px;
  line-height: 2;
}
.jpsection {
  max-width: 900px;
  margin: 0 auto;
  text-align:center; 
}
.jptitle {
  display: flex;
  align-items: center;
  justify-content: center; 
  gap: 10px;
  font-family: serif;
  font-size: 35px;
  color: #ffffff;
  margin-bottom: 25px;
}
.jptitle img {
  width: 50px;
  display: block;
}
.jptext {
  color: #ffffff;
  max-width: 680px;     
  margin: 0 auto;       
  font-size: 17px;
  line-height: 2.1;      
  letter-spacing: 0.04em;
  text-align: left;   
}
.explanation{
  color: #ffffff;
  font-size: 16px;
  text-align: left;
  padding-bottom: 5px;
  padding-left:70px;
}
.dish h1 {
    color: #ffffff;
    font-size: 32px;
    text-align: left;
    padding-left: 70px;
    margin: 0;
}
.dish h3{
    color: #ffffff;
    font-size: 20px;
    text-align: left;
    padding-left: 70px;
    margin: 0;
}
.rule{
  color: #ffffff;
  font-size: 16px;
  text-align: left;
  padding-left: 40px;
}
.rule ol{
  padding-left: 25px;
}
.dishcontainer {
  max-width: 1100px;
  margin: 40px auto 80px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.dishbox {
  border: 1px solid  rgba(208, 175, 76, 0.6);;
  padding:5px  5px;
  background-color: rgba(255, 255, 255, 0.05);
  color: #eaeaea;
}
.dish h3 {
  color: #ffffff;
  font-family: serif;
  margin-bottom: 10px;
  font-size: 20px;
  padding-left: 20px;
}
.explanation {
  line-height: 1.8;
  margin-bottom: 15px;
  padding-left: 20px;
}
.rule ul {
  padding-left: 20px;
}
.rule li {
  margin-bottom: 6px;
}
.reserve-form {
  max-width: 700px;
  margin: 0 auto;
}
.form {
  max-width: 700px;
  margin: 0 auto;
   text-align: center;
  margin-bottom: 40px;
}
.form h1{
  text-align: center;
  padding-left: 120px;
  font-size: 28px;
  letter-spacing: 0.2em;
}
.formrow {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  color: #ffffff;
}
.formrow label {
  width: 140px;         
  font-size: 18px;
  text-align: right;
  margin-right: 20px;
}
.textfield,
select,
input[type="date"],
.textareafield {
  width: 320px;
  height: 40px;
  font-size: 16px;
  background-color: #111;
  color: #ffffff;
  border: 1px solid #666;
}
.radiogroup {
  display: flex;
  gap: 20px;
}
.radiogroup label {
  margin-right: 24px;
  font-size: 16px;
}
.textarearow {
  align-items: flex-start; 
}
.textarearow label {
  white-space: nowrap;
}
.textareafield {
  width: 350px;
  height: 150px;
  font-size: 16px;
  padding: 8px;
  resize: vertical; 
}
.check {
  margin-top: 40px;
  text-align: center;
  padding: 0;
  padding-left: 130px;
}
.contact{
  width: 400px;
  margin-left: auto;   
  margin-right: auto; 
  display: block;   
}
.reservebutton {
  padding: 14px 48px;
  background: transparent;
  border: 1px solid #d8c37a;
  color: #d8c37a;
  font-size: 22px;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  letter-spacing: 0.15em;
  cursor: pointer;
  transition:
    background 0.4s ease,
    color 0.4s ease,
    box-shadow 0.4s ease,
    transform 0.3s ease;
}
.reservebutton:hover {
  background: linear-gradient(
    135deg,
    #e6d28c,
    #c7ab5a
  );
  color: #111;
  box-shadow: 0 8px 24px rgba(216, 195, 122, 0.35);
  transform: translateY(-2px);
}
.formwrap {
  display: flex;
  justify-content: center;
  gap: 0px; 
}
.reserve,
.contact {
  width: 480px;
}
.contactform {
  max-width: 700px;
  margin: 0 auto;
}
footer{
  color: #ffffff;
  padding-top: 100px;
}
#concept{
  margin-left:250px;
}
#concept .text{
  float: left;
  margin-left: 50px;
  width: 350px;
  height: 500px;
  font-size: 16px;
}