@charset "UTF-8";
#globalNavi li> a.link {
  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.link {
     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 .top-text {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  line-height: 2.3;
  text-align: center;
}
#page .wrap {
  margin-top: 50px;
  padding: 50px 50px 70px;
  background: #fff;
  border-radius: 25px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
#page .wrap ul {
  width: 100%;
}
#page .wrap li {
  padding: 20px 18px 30px 66px;
  width: 100%;
  border-bottom: dotted 3px #D6D6D6;
  list-style: none;
}
#page .wrap li a {
  margin-left: -48px;
  display: inline-flex;
  align-items: center;
  color: #79b825;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  transition: all .3s;
}
#page .wrap li a::before {
  content: '';
  display: block;
  width: 48px;
  height: 45px;
  flex-shrink: 0;
}
#page .wrap li:nth-child(4n+1) a::before {
  background: url(/meshimaru/img/link/icon01.svg) no-repeat right 10px center / 34px auto;
}
#page .wrap li:nth-child(4n+2) a::before {
  background: url(/meshimaru/img/link/icon02.svg) no-repeat right 10px center / 34px auto;
}
#page .wrap li:nth-child(4n+3) a::before {
  background: url(/meshimaru/img/link/icon03.svg) no-repeat right 14px center / 24px auto;
}
#page .wrap li:nth-child(4n) a::before {
  background: url(/meshimaru/img/link/icon04.svg) no-repeat right 10px center / 36px auto;
}
#page .wrap li a:hover {
  opacity: 0.8;
}
#page .wrap li a span {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 12px;
  row-gap: 2px;
}
#page .wrap li a span span {
  font-size: 1.9rem;
  letter-spacing: 0;
}
#page .wrap li p {
  margin-top: -8px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.4;
}



@media screen and (max-width : 767px) {
  #page .top-text {
    font-size: 1.8rem;
    letter-spacing: 0.13em;
  }
  #page .wrap {
    margin-top: 40px;
    padding: 20px 20px 60px;
  }
  #page .wrap li {
    padding: 20px 5px 20px 40px;
  }
  #page .wrap li a {
  align-items: flex-start;
  margin-left: -36px;
  font-size: 2.0rem;
  line-height: 1.2;
  }
  #page .wrap li a::before {
    width: 36px;
    height: 30px;
    flex-shrink: 0;
  }
  #page .wrap li:nth-child(4n+1) a::before {
    background: url(/meshimaru/img/link/icon01.svg) no-repeat right 6px center / 25px auto;
  }
  #page .wrap li:nth-child(4n+2) a::before {
    background: url(/meshimaru/img/link/icon02.svg) no-repeat right 6px center / 26px auto;
  }
  #page .wrap li:nth-child(4n+3) a::before {
    background: url(/meshimaru/img/link/icon03.svg) no-repeat right 9px center / 18px auto;
  }
  #page .wrap li:nth-child(4n) a::before {
    background: url(/meshimaru/img/link/icon04.svg) no-repeat right 6px center / 27px auto;
  }
  #page .wrap li a span {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  #page .wrap li a span span {
    padding: 5px 0 0;
    font-size: 1.4rem;
    display: block;
  }
  #page .wrap li a span span::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(/meshimaru/img/link/icon-new-windw.svg) no-repeat center/contain;
    padding-left: 7px;
  }
  #page .wrap li a span img {
    display: none;
  }
  #page .wrap li p {
    margin-top: 12px;
    font-size: 1.5rem;
    letter-spacing: 0.07em;
    line-height: 1.3;
  }
}


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