@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .not-sp {
    display: none !important;
  }
}
/* 20260511 patch */
html {
  font-size: 16px;
  overflow-x: hidden;
}

body {
  font-size: 0.875rem;
  letter-spacing: 1px;
  line-height: 1.9;
  font-feature-settings: "palt";
}

#pc-header #globalNav {
  margin-bottom: 32px;
}

#splash {
  margin-bottom: 80px;
}

#pickup .ibp {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 768px) {
  #pickup .ibp {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
#pickup .ibp .ib {
  display: block;
  width: 100%;
  letter-spacing: 1px;
}

#front-page .section-title {
  margin-bottom: 40px;
}

.dev3.ibp {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media only screen and (max-width: 768px) {
  .dev3.ibp {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.dev3.ibp .ib {
  margin: 0;
  width: 100%;
  text-align: center;
  letter-spacing: 1px;
}
.dev3.ibp .ib h3 {
  margin-top: 8px;
  font-weight: 700;
  margin-bottom: 16px;
}

.search .pageContents {
  width: 1000px;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .search .pageContents {
    width: 90%;
    margin-inline: auto;
  }
}

.btn a {
  font-size: 14px;
  border-radius: 9999px;
  line-height: 1.3;
  padding: 16px 24px;
}

.dev2LL {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 24px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .dev2LL {
    grid-template-columns: 1fr;
  }
}
.dev2LL .ib {
  margin: 0;
  letter-spacing: 1px;
  width: 100%;
}
.dev2LL .ib h3 {
  font-size: 1rem;
}
@media only screen and (max-width: 768px) {
  .dev2LL .ib h3 {
    margin-top: 0;
  }
}
.dev2LL .ib.image-bloc {
  aspect-ratio: 1/1;
  width: 100%;
  overflow: hidden;
}
.dev2LL .ib img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.dev2LL + .dev2LL {
  margin-top: 40px;
}

.member-item-list .item-name {
  line-height: 1.5;
}

.tax-ica_type h2.ica_type {
  margin-top: 80px;
  margin-bottom: 40px;
  width: 1000px;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .tax-ica_type h2.ica_type {
    width: 90%;
    margin-inline: auto;
  }
}
.tax-ica_type .icatype-wrap {
  width: 1000px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .tax-ica_type .icatype-wrap {
    width: 90%;
    margin-inline: auto;
  }
}
.tax-ica_type .icatype-wrap .inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .tax-ica_type .icatype-wrap .inner {
    grid-template-columns: repeat(2, minmax(auto, 1fr));
  }
}
.tax-ica_type .icatype-wrap .inner li {
  margin: 0;
  padding: 0;
  width: 100%;
  letter-spacing: 1px;
}
.tax-ica_type .icatype-wrap .inner li a {
  display: block;
  text-decoration: none;
  outline: 0;
  color: #333;
}
.tax-ica_type .icatype-wrap .inner li a .image-bloc {
  aspect-ratio: 1/1;
  width: 100%;
  overflow: hidden;
  background: #f5f4ef;
}
.tax-ica_type .icatype-wrap .inner li a .image-bloc img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  transition: 0.4s ease;
}
.tax-ica_type .icatype-wrap .inner li a:hover .image-bloc img {
  transform: scale(1.05);
}
.tax-ica_type .icatype-wrap .inner li a .text-bloc {
  padding: 16px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .tax-ica_type .icatype-wrap .inner li a .text-bloc {
    padding-left: 0;
    padding-right: 0;
  }
}
.tax-ica_type .icatype-wrap .inner li a .text-bloc .ListCopy {
  font-weight: 400;
  margin-bottom: 8px;
  color: #333;
}
.tax-ica_type .icatype-wrap .inner li a .text-bloc .shopName {
  color: #333;
  text-decoration: none;
  margin-bottom: 8px;
  font-family: serif;
  font-size: 1rem;
  line-height: 1.5;
}
.tax-ica_type .icatype-wrap .inner li a .text-bloc address {
  color: #777;
}
.tax-ica_type .icatype-wrap .inner li a:hover .text-bloc .shopName, .tax-ica_type .icatype-wrap .inner li a:hover .text-bloc address {
  text-decoration: none;
  color: #4da592;
}

.single-ica_mypage .shopWrap.ibp {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .single-ica_mypage .shopWrap.ibp {
    grid-template-columns: 1fr;
  }
}
.single-ica_mypage .shopWrap.ibp .ib {
  margin: 0;
}

#page-theme {
  background-image: none !important;
  background-color: #e2ded1 !important;
  height: 240px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  #page-theme {
    height: 160px;
  }
}

.page-contents .pageSectionList {
  margin: 40px 0;
}

body:not(.home) h2, body:not(.home) h3, body:not(.home) h4, body:not(.home) h5, body:not(.home) p {
  text-align: left !important;
}
body:not(.home) .btn a {
  text-align: center;
}
body:not(.home) h2:after {
  margin: 8px 0 0 0;
}
body:not(.home) .image-bloc {
  aspect-ratio: 1/1;
  border-radius: 8px;
  width: 100%;
}
body:not(.home) .image-bloc img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body:not(.home) .page-contents .pageSectionList {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 8px 24px;
  margin: 40px auto;
  padding: 24px;
  box-sizing: border-box;
}
body:not(.home) .page-contents .pageSectionList li {
  flex: 0 0 auto;
  font-size: 14px;
  margin: 0;
  padding: 0;
  border: none;
  position: relative;
  text-align: left;
}
body:not(.home) .dlt .comment {
  padding: 24px;
}
@media only screen and (max-width: 768px) {
  body:not(.home) .dlt .comment {
    width: 90%;
    margin-inline: auto;
    background: #f0f0f0;
  }
}
body:not(.home) .dlt dl {
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  body:not(.home) .dlt dl {
    width: 90%;
    margin-inline: auto;
  }
}
body:not(.home) .dlt dt, body:not(.home) .dlt dd {
  padding: 24px;
}
@media only screen and (max-width: 768px) {
  body:not(.home) .dlt dd {
    padding-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  body:not(.home) .dlt .section-title {
    width: 90%;
    margin-inline: auto;
  }
}
body:not(.home) .taxList.archiveWS {
  width: 100%;
}
body:not(.home) .taxList.archiveWS li {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  body:not(.home) .taxList.archiveWS li {
    width: 90%;
    margin-inline: auto;
  }
}
body:not(.home) .taxList.archiveWS li .ibp {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 40px;
}
@media only screen and (max-width: 768px) {
  body:not(.home) .taxList.archiveWS li .ibp {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
body:not(.home) .taxList.archiveWS li .ibp dl {
  border-bottom: 1px solid #ccc;
}
body:not(.home) .taxList.archiveWS li .ibp dl dt, body:not(.home) .taxList.archiveWS li .ibp dl dd {
  border: none;
  padding: 24px;
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  body:not(.home) .taxList.archiveWS li .ibp dl dd {
    padding-top: 0;
  }
}/*# sourceMappingURL=style2026.css.map */