@charset "UTF-8";
/* .zen-maru-gothic-medium {
    font-family: "Zen Maru Gothic", serif; */


header {
  display: flex;
  justify-content: space-between;
  gap: 200px;
  align-items: center;
  padding: 20px 60px;
  position: fixed;
  width: 100%;
}
.header-logo {
  text-align: center;
}

.hakutaku2 {
  border-radius: 50%;
}

.header-list {
  font-family: "Zen Maru Gothic", serif;
  font-size: 24px;
  font-weight: 400;

}

h1 {
  font-size: 24px;
  font-family: "Kaisei Decol", serif;
  font-weight: 700;
}
h1 {
  font-size: 24px;
  font-family: "Kaisei Decol", serif;
  font-weight: 700;
}

h2,
p {
  font-family: "Zen Maru Gothic", serif;
}


.index {
  display: flex;
  justify-content: center;
  gap: 20px;
}

section {
  padding-bottom: 50px;
  padding-left: 30px;
  background-color: #e2dfa2;
}



main {
  background-color: #e2dfa2;
  padding-top: 100px;
}

.text-p {
  line-height: 3em;
}

.text-p-1 {
  line-height: 2em;
}

h2 {
  font-size: 48px;
  padding-bottom: 30px;
}

p {
  font-size: 24px;
  padding-bottom: 20px;
}

.re-page {
  font-size: 36px;
  display: flex;
justify-content: right;
  padding-bottom: 15px;
  margin-right: 40px;
  align-items: center;
}

a {
  color: #5f9ea0;
  transition: 0.4s;
}

a:hover {
  color: #ce5a57;
}

.text-1 {
  padding: 75.5px;
  box-sizing: content-box;
}

.text-2 {
  color: forestgreen;
  letter-spacing: 1.5px;
}

.text-3 {
  font-size: 24px;
  letter-spacing: 1.5px;
  line-height: 1.5;
}

/* lunch */

.lunch-1-2 {
  padding-top: 40px;
  padding-bottom: 30px;
}
.higawari {
  padding-bottom: 18px;
}
.text-t {
  padding-top: 15px;
}

.text-p {
  font-size: 20px;
  line-height: 1.5em;
}

.memo2 {
  display: flex;
  justify-content: center;
  gap: 30px;

  flex-wrap: wrap;
}
.memo2-2 {
  display: flex;
  justify-content: center;
  gap: 150px;
  /* padding-left: 50px; */
  flex-wrap: wrap;
 }
.memo3 img {
  height: 299px;
}

span {
  font-size: 24px;
  color: #ce5a57;
}

.memo3 {
  padding-bottom: 20px;
  
}

.ichi {
  display: flex;
  justify-content: center;
  gap: 30px;
  text-align: center;
}
.text-p-1 {
  font-size: 16px;
  letter-spacing: 1.5px;
}

.op {
  font-size: 16px;
  letter-spacing: 1.5px;
}

footer {
  margin: 30px 30px 0;
}

@media screen and (max-width:767px) {
  section {
    padding: 0 0 10px 10px;
  }
  main {
    font-size: 12px;
  padding-bottom: 30px;
  }
 h2 {
  font-size: 24px;
  padding-bottom: 30px;
  text-align: center;
 }
 p {
  font-size: 16px;
  padding-bottom: 30px;
  text-align: center;
 }
 .memo2 {
  padding: 0;
 }
 .memo2-2 {
  flex: none;
 padding: 0;
 font-size: 12px;
 }

 .memo2-4 {
   flex: none;
}


img {
  max-width: 90%;
  height: auto;
  text-align: center;
}
.text-p {
  font-size: 16px;
}
.text-p-1 {
  font-size: 16px;
}
}
@media screen and (max-width:767px) {

  #header-list {
      position: fixed;
      background-color: #E41D06;
      z-index: 999;
      width: 100%;
      height: 100vh;
      top: 0;
      right: -100%;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: 0.6s;
  }
  #header-list.panel-active {
      right: 0;
  }
  .index {
      flex-direction: column;
      align-items: center;
  }
  .index a {
      font-size: 24px;
  }
.open-btn {
  display: flex;
  gap: 6px;
  flex-direction: column;
  padding: 12px 0;
  z-index: 9999;
}
.open-btn span {
  display: block;
  width: 40px;
  height: 4px;
  background-color: #333;
  transition: 0.6s;
}
.active:nth-child(1) {
  transform: translateY(10px) rotate(-45deg);
}
.active:nth-child(2) {
  opacity: 0;
}
.active:nth-child(3) {
  transform: translateY(-10px) rotate(45deg);
}
}
