@media screen and (max-width: 768px){
img{
max-width: 100%;
height: auto;
}
header{
  position: fixed;
  top: 0;
  z-index: 1;
  background-color: #FFFCF1;
  width: 100%;
}

.logo img{
    height: 25px;
    width: auto;
}
nav{
  display: none;
    position: absolute;
    z-index: 100;
    top: 87px;
    left: 0;
    width: 100%;
    background: red;
}
nav li{
    margin: 0 10px;
    font-size: 14px;
}
nav li a{
    display: block;
    padding: 15px 0;
    color: black;
    text-decoration: none;
    border-top: 1px solid blue;
}
nav li:first-child a{
    border-top: none;
}
main{
  padding-top: 45px;
}
/* top */
.top{
    width: 100%;
    height: 600px;
    overflow: hidden;
}
.top{
  overflow-x: hidden;
}

.top img{
    width: auto;
    height: auto;
    transform: scale(1.4);
    object-fit: cover;
}
.top-moji{
  position: absolute;
  /* top: 24%; */
  top: 115px;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: antiquewhite;
}
.top-moji h1{
  text-align: center;
  line-height: 1;
}
.top-moji .en {
  font-size: 24px;
}
.top-moji .ja{
  font-family: fantasy;
  font-size: 10px;
}
/* about */
.about-text{
    order: 1;
    margin-top: -320px;
    font-size: 9px;
    text-align: left;
    margin-left: 24px;
}
.about-text h2 {
  font-size: 20px;
  margin-top: 60px;
  margin-right: 85px;
  text-align: right;
  line-height: 2;
}
.about-images{
    order: 2;
    width: 100%;
    position: relative;
    top: 20px;
    margin-top: -200px;
}
.about-images img{
    display: block;
    width: 70%;
    height: 170px;
}
/* menu */
.menu h2{
    margin-top: 200px;
    margin-bottom: 14px;
    text-align: center;
    font-size: 28px;
}
.menu-list{
    flex-direction:column;
    justify-content: center;
}
.menu-list img{
    margin-top: 2px;
    width: 60%;
    height: 40%;
    margin-left: 57px;
}
.menu-list h3{
    font-size: 14px;
    margin-top: 0;
}
.menu-list p{
    font-size: 11px;
    margin-top: -12px;
}
/* more */
.more{
    margin-right: 30px;
    margin-top: 0;
    font-size: 13px;
}
/* news */
.news h2{
    margin-top: 25px;
    margin-bottom: 14px;
    text-align: center;
    font-size: 28px;
}
.news-link{
    flex-direction: column;
    align-items: center;
}
.news-images img{
    height: 120%;
    margin-left: 32px;
    position: static;
    margin-top: -15px;
}
.news-list li{
    font-size: 12px;
    margin: -2px -1px -4px 0;
}
/* store */
#sp_store{
    display: block;
}
#pc_store{
    display: none;
}
.store h2{
    margin-top: 25px;
    margin-bottom: 14px;
    text-align: center;
    font-size: 28px;
}
.store-list{
  display: flex;
  justify-content: space-between;
  width: 75%;
  margin: 0 auto;
}
.store-list img{
  margin-top: 2px;
  width: 80%;
  height: 55%;
  margin-left: 50px;
  margin-left: 10%;
}
.store-list h3{
    font-size: 14px;
    margin-top: 0;
}
.store-list p{
    font-size: 11px;
    margin-top: -12px;
}
.store-item{
    width: 45%;
    margin-bottom: 10px;
}
/* resservation */
.resservations h2{
    margin-top: 35px;
    margin-bottom: 14px;
    text-align: center;
    font-size: 28px;
}
.resservation-list img{
    margin-top: 10px;
    width: 82%;
    height: 55%;
    margin-left: 30px;
}
.resservation-list li{
    margin-bottom: -165px;
}
.resservation-text{
    margin-top: -5px;
    font-size: 30px;
    margin-left: 21px;
}
/* access */
.access1{
  display: flex;              /* PCのflexを活かしつつ縦に並べる */
  flex-direction: column-reverse;  /* HTMLが[map→address]なので逆順=住所→マップ */
  width: 92%;
  gap: 16px;
  margin: 0 auto;
}

.map iframe {
  width: 100%;
  height: 159px;
  /* margin-top: 133px; */
  margin: 0 auto;
}
#address{
    margin: 0 auto;
    margin-top: -55px;
    /* margin-left: -196px; */
    font-size: 11px;
}
#address p{
    margin-bottom: -6px;
}
.address_margin {
  margin-bottom: 15px;
}
/* follow us */
.follow_us h2 {
  margin-top: 60px;
  margin-bottom: 80px;
  text-align: center;
  font-size: 30px;
}
.follow_us ul{
    margin-top: -45px;
    gap: 10%;
}
/* footer */
footer{
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 10px;
  margin-top: 45px;
}

#footer_img img{
  width: 45px;
}
small {
  margin-top: 22px;
}

/* ハンバーガー */
#hamburger {
  position: fixed;
  top: 12px;
  right: 12px;
  width: 30px;
  height: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  z-index: 1001;
}
#hamburger span {
  background: #DC5F00;
  width: 35px;
  height: 3px;
  display: block;
  /* position: absolute; */
  left: 5px;
  transition: 0.5s;
}
body.open #hamburger span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
body.open #hamburger span:nth-child(2) {
  opacity: 0;
}
body.open #hamburger span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}
#spNav li{
  background-color: #DC5F00;
  width: 82%;
}

/* メニュー */
#spNav {
  position: fixed;
  top: 0;
  right: -100%;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #686D76;
  background-color: rgba(104, 109, 118, 0.7);
  transition: right 0.5s ease;
  z-index: 1000;
  padding-top: 80px;
  transform: translateX(100%);        /* 画面外に待機 */
  transition: transform 0.5s ease;    /* 0.5秒でスライド */
  display:block;
}
body.open #spNav {
  transform: translateX(0);           /* 画面内へ */
}

/* メニューリスト */
#spNav ul {
  list-style: none;
  padding: 80px 0 0;
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 100%;
}
#spNav li {
  border-bottom: 1px solid #ccc;
  background-color: rgba(220,95,0,0.85);
  border-radius: 50px;
  margin-left: 30px;
}
#spNav a {
  display: block;
  padding: 15px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}
}
