@charset "utf-8";
/* CSS Document */
.color {
  background-color: #FFF;
}
/*header SP*/
.logo_Mark {
  float: inherit;
  width: 45px;
  height: auto;
  object-fit: contain;
  margin-top: 10px;
}
.header nav ul li {
  font-family: "Oleo Script", system-ui;
  font-weight: 400;
  font-style: normal;
}
/*header PC*/
@media (min-width: 768px) {
  .logo_Mark {
    position: relative;
    left: 60px;
    z-index: 900;
    float: left;
    width: 45px;
    height: 100%;
    object-fit: contain;
    margin-top: 5px;
    margin-right: 70px;
  }
}
@media (min-width: 1020px) {
  .logo_Mark {
    left: 70px;
    width: 70px;
    height: 100%;
  }
}
@media (min-width: 1400px) {
  .logo_Mark {
    left: 120px;
  }
}
.main {
  width: 100%;
  margin: 0 auto;
  background-color: #FFF;
}
/*top SP*/
.section-top {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}
.section-top {
  background-image: url("../images/menu/waffle_1ST_img.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo {
  width: 300px;
  height: auto;
  filter: drop-shadow(0 4px 3px rgba(0, 0, 0, .80));
}
@media (min-width: 1200px) {
  .logo {
    width: 400px;
  }
}
@media (min-width: 1400px) {
  .logo {
    width: 450px;
  }
}
@media (min-width: 1900px) {
  .logo {
    width: 500px;
  }
}
@media (min-width: 768px) {
  .section-top {
    margin-bottom: 0;
  }
}
@media (min-width: 1400px) {
  .section-top {
    height: 800px
  }
}
@media (min-width: 1620px) {
  .section-top {
    height: 1000px
  }
}
/*food SP*/
.section-menu {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 50px;
  text-align: center;
  display: flex;
}
.menu_unit {
  flex-direction: column;
  margin: 0 auto;
}
.menu_unit h2 img {
  margin: 0 auto 30px;
  width: 100px;
  height: auto;
}
.section-menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section-menu__item-picture {
  width: 325px;
  height: 200px;
  object-fit: cover;
}
.section-menu ul li {
  width: 325px;
  height: auto;
  margin: 0 auto;
  text-align: left;
  list-style: none;
}
.section-menu h3 {
  font-size: 2.0rem;
  font-weight: 600;
  padding: 5px 0;
  line-height: 2.6rem;
}
.section-menu__item-description {
  font-family: "Noto Sans JP";
  padding: 0 0 10px;
  color: #5F3B31;
  font-size: 1.4rem;
  line-height: 2.3rem;
  font-weight: 400;
}
.section-menu ul li p {
  padding: 5px 0 30px;
}
/*menu TAB */
@media(min-width:768px) {
  .section-menu {
    padding-bottom: 50px;
  }
  .menu_unit h2 img {
    width: 150px;
  }
  .section-menu ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    margin: 0 auto;
    gap: 30px;
    width: 100%
  }
  .section-menu ul li {
    margin: 0;
  }
  .section-menu ul li p {
    padding-bottom: 0;
  }
  .section-menu ul li:last-child {
    margin-top: 0;
  }
}
.section-menu .menu_element {}
@media(min-width:1000px) {
  .section-menu {
    margin-top: 140px;
    padding: 0;
  }
  .menu_unit {
    padding: 0;
  }
  .section-menu h2 img {
    position: absolute;
    z-index: 900;
    margin: -60px 0 0 90px;
    width: 120px;
    display: flex;
    left: 20px;
  }
}
/*menu PC*/
@media(min-width:1200px) {
  .menu_unit h2 img {
    position: absolute;
    z-index: 900;
    margin: -60px 0 0 0;
    width: 120px;
    display: flex;
    left: 30px;
  }
  .section-menu__item-picture {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
  .section-menu ul li {
    width: 350px;
  }
  .section-menu h3 {
    font-size: 2.3rem;
    line-height: 3.5rem;
  }
  .section-menu ul li p {
    font-size: 2.0rem;
    line-height: 2.8rem;
  }
}
@media(min-width:1400px) {
  .menu_unit h2 img {
    left: 90px;
  }
}
@media(min-width:1600px) {
  .menu_unit h2 img {
    left: 50px;
    margin: -70px 0 0 0;
    width: 150px;
  }
  .section-menu__item-picture {
    width: 100%;
    height: 300px;
  }
  .section-menu ul {
    gap: 30px;
  }
  .section-menu ul li {
    width: 450px;
  }
  .section-menu h3 {
    font-size: 2.8rem;
    line-height: 4.0rem;
  }
  .section-menu ul li p {
    width: 100%;
    height: 140px;
    font-size: 2.4rem;
    line-height: 3.5rem;
  }
}
@media(min-width:1920px) {
  .menu_unit {
    padding-top: 60px;
  }
  .menu_unit h2 img {
    left: 100px;
    margin-top: -80px;
    width: 170px;
  }
  .section-menu__item-picture {
    width: 100%;
    height: 300px;
  }
  .section-menu ul {
    gap: 40px;
  }
  .section-menu ul li {
    width: 500px;
  }
}
@media(min-width:2200px) {
  .menu_unit {
    padding-top: 0px;
  }
  .menu_unit h2 img {
    left: 100px;
    margin-top: -80px;
    width: 170px;
  }
  .section-menu__item-picture {
    width: 100%;
    height: 300px;
  }
  .section-menu ul {
    gap: 40px;
  }
  .section-menu ul li {
    width: 500px;
  }
}
/*sweets SP*/
.section-sweets {
  background-color: #5F3B31;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 50px;
  text-align: center;
  display: flex;
}
.sweets_unit {
  flex-direction: column;
  margin: 0 auto;
  padding: 50px 0 20px;
}
.sweets_unit h2 img {
  margin: 0 auto 30px;
  width: 100px;
  height: auto;
}
.section-sweets ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section-sweets__item-picture {
  width: 325px;
  height: 200px;
  object-fit: cover;
}
.section-sweets ul li {
  width: 325px;
  height: auto;
  margin: 0 auto;
  text-align: left;
  list-style: none;
}
.section-sweets h3 {
  font-size: 2.0rem;
  font-weight: 600;
  padding: 5px 0;
  line-height: 2.6rem;
}
.section-sweets__item-description {
  font-family: "Noto Sans JP";
  padding: 0 0 10px;
  color: #FFF;
  font-size: 1.4rem;
  line-height: 2.3rem;
  font-weight: 400;
}
.section-sweets ul li p {
  padding: 5px 0 30px;
}
/*menu TAB */
@media(min-width:768px) {
  .section-sweets {
    padding-bottom: 50px;
  }
  .sweets_unit h2 img {
    width: 150px;
  }
  .section-sweets ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    margin: 0 auto;
    gap: 30px;
    width: 100%
  }
  .section-sweets ul li {
    margin: 0;
  }
  .section-sweets ul li p {
    padding-bottom: 0;
  }
  .section-sweets ul li:last-child {
    margin-top: 0;
  }
}
@media(min-width:1000px) {
  .section-sweets {
    margin-top: 80px;
    padding-bottom: 80px;
  }
  .sweets_unit {
    padding: 140px 0 0 0;
  }
  .section-sweets h2 img {
    position: absolute;
    z-index: 900;
    margin: -60px 0 0 90px;
    width: 120px;
    display: flex;
    left: 20px;
  }
}
/*menu PC*/
@media(min-width:1200px) {
  .section-sweets {
    margin-top: 70px;
  }
  .sweets_unit h2 img {
    position: absolute;
    z-index: 900;
    margin: -60px 0 0 0;
    width: 120px;
    display: flex;
    left: 30px;
  }
  .section-sweets__item-picture {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
  .section-sweets ul li {
    width: 350px;
  }
  .section-sweets h3 {
    font-size: 2.3rem;
    line-height: 3.5rem;
  }
  .section-sweets ul li p {
    font-size: 2.0rem;
    line-height: 2.8rem;
  }
}
@media(min-width:1400px) {
  .section-sweets {
    margin-top: 80px;
  }
  .sweets_unit h2 img {
    left: 90px;
  }
}
@media(min-width:1600px) {
  .section-sweets {
    margin-top: 100px;
  }
  .sweets_unit {
    padding-top: 150px;
  }
  .sweets_unit h2 img {
    left: 50px;
    margin: -70px 0 0 0;
    width: 150px;
  }
  .section-sweets__item-picture {
    width: 100%;
    height: 300px;
  }
  .section-sweets ul {
    gap: 30px;
  }
  .section-sweets ul li {
    width: 450px;
  }
  .section-sweets h3 {
    font-size: 2.8rem;
    line-height: 4.0rem;
  }
  .section-sweets ul li p {
    width: 100%;
    height: 140px;
    font-size: 2.4rem;
    line-height: 3.5rem;
  }
}
@media(min-width:1920px) {
  .sweets_unit {
    padding-top: 180px;
  }
  .sweets_unit h2 img {
    left: 100px;
    margin-top: -80px;
    width: 170px;
  }
  .section-sweets__item-picture {
    width: 100%;
    height: 300px;
  }
  .section-sweets ul {
    gap: 40px;
  }
  .section-sweets ul li {
    width: 500px;
  }
}
.footer {
  display: block;
  width: 100%;
  min-height: 80px;
  background-color: #5F3B31;
  padding: 20px 0;
  font-family: "Noto Sans JP";
  font-weight: 400;
  text-align: center;
}
.footer small {
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .footer {
    width: 100%;
    margin-top: 50px;
    padding: 20px 0;
  }
}
@media (min-width: 1200px) {
  .footer {
    margin-top: 70px;
  }
}
@media (min-width: 1900px) {
  .footer {
    margin-top: 70px;
  }
}
.footer small {
  clear: both;
  display: block;
  text-align: center;
}