.l-eyelash {
  background-color: #fff;
  padding: 40px 0;
}
@media (max-width: 959px) {
  .l-eyelash {
    padding: 24px 0;
  }
}
.l-eyelash.-color-pink {
  background-color: #f0e5e1;
}

.l-eyelash__inner {
  max-width: min(752px, 100% - 40px);
  margin: 0 auto;
}

.l-price__inner {
  max-width: min(637px, 100% - 40px);
  margin: 0 auto;
}

.c-price__sum {
  padding: 54px 0 32px;
}
@media (max-width: 959px) {
  .c-price__sum {
    padding: 32px 0;
  }
}
.c-price__sum-img {
  flex-basis: 40%;
}
.c-price__sum-img img {
  width: 100%;
}
.c-price__sum-txt {
  flex-basis: 55%;
}
.c-price__sum-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 959px) {
  .c-price__sum-wrap {
    flex-direction: column;
  }
}

.c-table-ttl {
  padding-bottom: 8px;
  margin: 0;
  display: flex;
  gap: 0 1em;
}
.c-table-ttl span {
  font-weight: 400;
}

.c-price__list-ttl {
  color: #c4a560;
  display: flex;
  gap: 0 1em;
}
.c-price__list-ttl span {
  color: #933;
  font-size: 16px;
}
@media (max-width: 959px) {
  .c-price__list-ttl {
    flex-direction: column;
  }
}

.c-sec-ttl {
  font-size: 1.5em;
  padding-bottom: 36px;
}
.c-sec-ttl-wrap {
  padding-bottom: 36px;
}
.c-sec-ttl-wrap .c-sec-ttl {
  padding-bottom: 0;
}
.c-sec-ttl-wrap p {
  text-align: center;
}

.u-half {
  width: 50% !important;
}

.p-eyelash__head-image {
  max-width: 340px;
  margin: 0 auto;
  padding-bottom: 36px;
}
.p-eyelash__head-image img {
  width: 100%;
}
.p-eyelash__head-ttl {
  font-size: 28px;
  font-weight: 400;
  margin: 0 auto;
  color: #933;
}
.p-eyelash__head-ttl span {
  display: block;
  font-weight: 700;
  padding-top: 16px;
}
.p-eyelash__head-ttl::before,
.p-eyelash__head-ttl::after {
  content: none;
}
.p-eyelash__head-txt {
  text-align: center;
  padding-top: 0.5em;
  margin: 0;
}

#page_title.p-eyelash {
  background: url(/eyelash/img/eyelash_bg.png) 50% -32px no-repeat;
  background-size: cover;
  height: 240px;
  padding: 24px;
}
@media (max-width: 959px) {
  #page_title.p-eyelash {
    background: url(/eyelash/img/eyelash_bg.png) 50% 0px no-repeat;
    background-size: cover;
    height: 112px;
  }
}

#instaWrapper #insta ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  list-style: none;
  padding: 42px 0 0 0;
  margin: 0;
}

#instaWrapper #insta ul li img {
  width: 100% !important;
  height: 100%;
  vertical-align: bottom;
}

#instaWrapper #insta ul li a {
  opacity: 1;
  transition: all 0.3s ease;
}

#instaWrapper #insta ul li a:hover {
  opacity: 0.7;
}

.captionTxt {
  display: none;
}
.like_count {
  display: none;
}

@media (max-width: 959px) {
  #instaWrapper #insta ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    list-style: none;
    padding: 0;
  }
}

/*20250414追記*/
.menu-half {
	display:grid; 
	gap: 10px;
	grid-auto-flow: column;
}