@charset "UTF-8";
#globalNavi li> a.sitemap {
  color: #ffff00;
}
#sub-page-title {
  margin: 0 auto -200px;
  aspect-ratio: 1/.5;
  border-radius: 50% / 100% 100% 0 0;
  padding-bottom: 150px;
}
#sub-page-title h1 {
  letter-spacing: 0.08em;
}
#page {
  padding: 100px 0 140px;
}
@media screen and (max-width: 1000px) {
  #globalNavi li> a.sitemap {
     color: #42210b;
  }
}
@media screen and (max-width : 767px) {
  #sub-page-title{
    margin: 30px auto 0;
    padding: 70px 0 70px;
    border-radius: 0;
    aspect-ratio: auto;
  }
  #sub-page-title h1 {
    font-size: 3.6rem;
  }
  #page {
    padding: 60px 0 100px;
  }
}

/*--------------------------------------------*/
#page .wrap {
  padding: 80px 73px 98px;
  background: #fff;
  border-radius: 25px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
#page .wrap > ul {
  width: 46.2%;
  display: flex;
  flex-direction: column;
  row-gap: 52px;
  list-style: none;
}
#page .wrap > ul > li > a {
  display: flex;
  align-items: center;
  color: #79B925;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  transition: all .3s;
}
#page .wrap > ul > li > a:hover {
  text-decoration: none;
  opacity: 0.8;
}
#page .wrap > ul > li > a::before {
  content: '';
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 10px;
  background-image: url(/meshimaru/img/common/il-onigiri.svg);
  background-size: contain;
  background-repeat: no-repeat;
  rotate: 35deg;
  transform: translateX(3px);
}
 #page .wrap > ul > li.recipe strong {
  display: flex;
  align-items: center;
  color: #42210B;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  transition: all .3s;
 }
  #page .wrap > ul > li.recipe strong::before {
  content: '';
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 10px;
  background-image: url(/meshimaru/img/common/il-onigiri.svg);
  background-size: contain;
  background-repeat: no-repeat;
  rotate: 35deg;
  transform: translateX(3px);
}
#page .wrap .sub-li{
  margin-top: 14px;
}
#page .wrap .sub-li ul {
  display: flex;
  flex-direction: column;
  gap: 2px;
  list-style: none;
}
#page .wrap .sub-li ul a {
  padding-left: 3px;
  display: flex;
  align-items: center;
  gap: 2px;
  color: #42210B;
  font-size: 2.0rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  transition: all .3s;
}
#page .wrap .sub-li ul a:hover {
  color: #79B925;
  text-decoration: none;
}
#page .wrap .sub-li ul a::before {
  content: '';
  width: 30px;
  height: 30px;
  margin-right: 5px;
  display: inline-block;
  background: url(/meshimaru/img/common/il-kome.svg) no-repeat center/60%;
  rotate: -60deg;
  flex-shrink: 0;
}
#page .wrap .meshimaru {
  position: absolute;
  bottom: -4px;
  right: 34px;
}

@media screen and (max-width : 767px) {
  #page .wrap {
    padding: 32px 30px 34px;
    flex-direction: column;
    row-gap: 34px;
  }
  #page .wrap > ul {
    width: 100%;
    row-gap: 34px;
  }
  #page .wrap > ul > li > a {
    font-size: 2.2rem;
  }
  #page .wrap > ul > li > a::before {
    width: 26px;
    height: 26px;
  }
  #page .wrap > ul > li.recipe > a {
    font-size: 2.0rem;
    letter-spacing: 0.04em;
  }
  #page .wrap .sub-li ul {
    gap: 8px;
  }
  #page .wrap .sub-li ul a {
    padding-left: 2px;
    align-items: flex-start;
    font-size: 1.7rem;
    letter-spacing: 0.06em;
    line-height: 1.4;
  }
  #page .wrap .sub-li ul a::before {
    width: 26px;
    height: 26px;
  }
  #page .wrap img.meshimaru {
    display: none;
  }
}

/* --------------------------------------------------
  アニメーション
-------------------------------------------------- */
.img-onigiri {
  top: -90px;
  left: -180px;
}
.img-gohan {
  right: -200px;
  bottom: -240px;
}
@media screen and (max-width: 767px) {
  .img-onigiri {
    top: -50px;
    left: -76px;
  }
  .img-gohan {
    right: -68px;
    bottom: -130px;
  }
}