/* リセットｃｓｓ */
*{
  margin: 0;
  padding: 0;
  font-family: "Italiana", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body{
  font-family: "Italiana", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  color: #373A40;
  background-color: #FFFCF1;
}
.ja{
  font-family: fantasy;
}

h1, h2, h3, h4, h5, h6  {
  font-size: 100%;
}
li,ul{
  list-style-type: none;
}
table{
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: none;
  display: block;
}
a{
  text-decoration: none;
}

/* header */
header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
.logo img{
  height: 50px;
  width: auto;
  display: block;
}
nav ul{
    display: flex;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}
nav a:hover{
  color: #DC5F00;
}
@media (min-width: 769px){
  #hamburger{
    display: none;
  }
}
.top img{
  width: 100%;
}

/* top image */
.top-moji h1{
  text-align: center;
  line-height: 2;
}

.top-moji .en{
  font-family: "Italiana", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 56px;
}
.top-moji .ja{
  font-family: fantasy;
  font-size: 16px;
}
.top-moji{
  position: absolute;
  top: 41%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: antiquewhite;
}

/* about */
.about-images{
  margin-top: 40px;
  margin-left: 60px;
  height: 50px;
  width: auto;
}
.about-text h2{
  font-size: 20px;
  margin-top: 40px;
  margin-right: 60px;
  text-align: right;
  line-height: 2;
}
.about-text{
  font-size: 15px;
  margin-top: 40px;
  margin-right: 60px;
  text-align: right;
  line-height: 2;
}

/* menu */
.menu h2{
  margin-top: 130px;
  margin-bottom: 80px;
  text-align: center;
  font-size: 30px;
}
.menu-list{
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
}
.menu-item{
  text-align: center;
}
.menu-item h3{
  margin: 15px 0 3px;
  font-size: 20px;
}
.menu-item p{
  margin: 0;
  font-size: 18px;
}
.more{
  display: flex;
  justify-content: end;
  margin-top: 20px;
  margin-right: 100px;
  font-size: 25px;
}
.more:hover{
  color: #DC5F00;
}

/* news */
.news h2{
  margin-top: 130px;
  margin-bottom: 80px;
  text-align: center;
  font-size: 30px;
}
.news-link{
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
.news-list{
  flex: 1;
  font-size: 18px;
  list-style: none;
  padding: 0;
}
.news-list li{
  margin-bottom: 20px;
  margin-left: 100px;
  font-size: 20px;
}
.news-list a:hover{
  color: #DC5F00;
}
.news-images{
  text-align: right;
  line-height: 2;
  margin-right: 60px;
  width: auto;
}
.news-images img{
  max-width: 100%;
  height: auto;
  display: block;
}

/* store */
#sp_store{
  display: none;
}
.store h2{
  margin-top: 130px;
  margin-bottom: 80px;
  text-align: center;
  font-size: 30px;
}
.store-list{
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
}
.store-item{
  text-align: center;
}
.store-item h3{
  margin: 15px 0 3px;
  font-size: 20px;
}
.store-item p{
  margin: 0;
  font-size: 18px;
}

/* resservation */
.resservations h2{
  margin-top: 130px;
  margin-bottom: 80px;
  text-align: center;
  font-size: 30px;
}
.resservation-list{
  display: flex;
  flex-wrap: wrap;
  gap: 90px;
  padding: 0;
  margin: 0;
  justify-content: center;
}
.resservations .resservation-list{
  font-family: "Italiana", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 40px;
}
.resservation-list li{
  position: relative;
}
.resservation-text{
  position: absolute;
  top: 27%;
  left: 30%;
  transform: translate(-50%, -50%);
  color: aliceblue;
  font-size: 48px;
}

/* access */
iframe{
  width: 100%;
  max-width: 487px;
  height: 360px;
}
#address{
  margin-top: 65px;
  font-size: 18px;
}
.address_margin{
  margin-bottom: 35px;
}
.access h2{
  margin-top: 130px;
  margin-bottom: 80px;
  text-align: center;
  font-size: 30px;
}
.access1{
  display: flex;
  justify-content: space-between;
  width: 65%;
  margin: 0 auto;
}
.access-text{
  font-size: 18px;
  margin-top: 60px;
  margin-right: 300px;
  text-align: right;
  line-height: 2;
}

/* follow us */
.follow_us h2{
  margin-top: 130px;
  margin-bottom: 80px;
  text-align: center;
  font-size: 30px;
}
.follow_us ul{
  display: flex;
  justify-content: space-between;
  width: 38%;
  margin: 0 auto;
}
/* footer */
footer{
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
  margin-top: 60px;
}

#footer_img img{
  width: 120px;
}
small{
  margin-top: 90px;
}
/* /* ハンバーガーメニュー */
#spNav{
  display: none;
}
html, body{
  overflow-x: hidden;
}
