@charset "UTF-8";
/*-------------------------------------------------
common
-------------------------------------------------*/
.btn-category {
  cursor: pointer;
  text-align: center;
  margin: 0 auto 3em;
  position: relative;
}

.btn-category a {
  border: 1px solid;
  text-decoration: none;
  font-family: "fot-tsukumin-pr6n", sans-serif;
  letter-spacing: 0.2em;
}

@media screen and (min-width: 769px) { /* 768px以下*/
  .btn-category a {
    display: inline-block;
    padding: 1em 6em 0.8em;
  }
}
@media screen and (max-width: 768px) { /* 768px以下*/
  .btn-category a {
    display: inline-block;
    padding: 1em 1em 0.8em;
    min-width: 250px;
  }
}
/*-------------------------------------------------
カテゴリー　味くらべ
-------------------------------------------------*/
.ajikurabe .text-block p {
  margin: 1em 0;
}

.ajikurabe h1 span {
  display: inline-block;
  border: 1px solid #fff;
  padding: 0.5em;
  margin: 0 0 0 1em;
}

.ajikurabe .cate-aji-block {
  margin-left: auto;
}

.ajikurabe-title {
  text-align: center;
}

.ajikurabe-title h2 {
  color: #9e2127;
  font-size: 2em;
  line-height: 1.7;
}

.ajikurabewrap {
  position: relative;
}

.ajikurabewrap h3 {
  text-align: center;
  font-size: clamp(1.25rem, -0.423rem + 3.48vw, 2.188rem); /*20-35*/
  color: #a41104;
}

.ajikurabewrap h3 em {
  font-size: clamp(0.938rem, 0.38rem + 1.16vw, 1.25rem);
  font-style: normal;
}

.ajikurabewrap h3 + p {
  text-align: center;
  padding: 0.2em 0 2em;
  font-size: 1.25em;
  font-family: "fot-tsukumin-pr6n", sans-serif;
}

.amami {
  background: #f0eaeb;
}

.suppami {
  background: #e7ebdd;
}

.mankitsu {
  background: #f3efe4;
}

.ajikurabe-flexwrap {
  margin: 50px 0 0;
}

.ajikurabe-flexwrap ul {
  display: flex;
  justify-content: space-between;
  padding: 0 2em;
  flex-wrap: wrap;
}

.ajikurabe-flexwrap li {
  width: 23%;
  margin: 0 0 60px;
}

.ajikurabe-flexwrap li p {
  font-family: "fot-tsukumin-pr6n", sans-serif;
  font-size: 1.25em;
  line-height: 1.5;
  margin: 0 0 1em;
}

.ajikurabe-flexwrap li p span {
  font-family: "fot-tsukumin-pr6n", sans-serif;
  font-size: 0.8em;
  display: block;
}

.ajikurabe-flexwrap .ajikurabe-box {
  position: relative;
}

.ajikurabe-flexwrap .ajikurabe-box .ajikurabe-name {
  position: absolute;
  left: -20px;
  top: -40px;
}

.ajikurabe-flexwrap .ajikurabe-box .ajikurabe-name img {
  max-width: 90px;
}

.ajikurabewrap .ajiset-img {
  position: absolute;
  right: 20px;
  top: 20px;
}

.ajikurabewrap .ajiset-img img {
  max-height: 170px;
  width: auto;
}

.ajikurabewrap .ajisetstamp-img {
  position: absolute;
  left: 100px;
  top: 20px;
}

.ajikurabewrap .ajisetstamp-img {
  max-width: 212px;
}

@media screen and (min-width: 769px) { /* 769px以上*/
  .ajikurabewrap {
    max-width: 1100px;
    margin: 2em auto;
    padding: 2em 2.5em;
  }
}
@media screen and (max-width: 768px) { /* 768px以下*/
  .ajikurabewrap {
    width: 100%;
    padding: 1em 1.5em;
    margin: 0 auto 50px;
    box-sizing: border-box;
  }
  .ajikurabe-title {
    margin: 0 1em 1.5em;
  }
  .ajikurabe-title h2 {
    font-size: 1.6em;
  }
  .ajikurabewrap .ajiset-img {
    position: relative;
    right: auto;
    top: 50%;
    text-align: center;
    padding: 20px 0 0;
  }
  .ajikurabewrap .ajiset-img img {
    width: 50%;
  }
  .ajikurabe-flexwrap {
    margin: 30px 0 0;
  }
  .ajikurabe-flexwrap ul {
    padding: 0;
  }
  .ajikurabe-flexwrap li {
    width: 48%;
    margin: 0 0 30px;
    display: flex;
    flex-direction: column;
  }
  .ajikurabe-flexwrap li p {
    margin: 0 0 0.5em;
    flex-grow: 1;
  }
  .ajikurabe-flexwrap .ajikurabe-box .ajikurabe-name {
    width: 35%;
    top: -10px;
    left: -10px;
  }
  .ajikurabewrap .ajisetstamp-img {
    max-width: 100px;
    left: -20px;
    top: -20px;
  }
}
@media screen and (max-width: 550px) { /* 768px以下*/
  .ajikurabewrap .ajisetstamp-img {
    max-width: 100px;
    left: 20px;
    top: -20px;
  }
  .ajikurabewrap.mankitsu .ajiset-img img {
    width: 70%;
  }
}
/*-------------------------------------------------
カテゴリー　敬老の日
-------------------------------------------------*/
.cate-main-bnr {
  margin: 2em auto;
}

.item-image {
  position: relative;
}

.mark_cate_osusume {
  position: absolute;
  top: -10px;
  left: -15px;
  max-width: 85px;
}

.keirou .cate-day {
  border: 1px solid #cd3121;
  padding: 1.5em;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  border-radius: 10px;
  color: #cd3121;
  line-height: 1.5;
}

.keirou_pointWrap h3 {
  text-align: center;
  color: #cd3121;
  padding: 0.5em;
  border-radius: 10px;
  margin: 0 auto 1em;
  width: 60%;
  border: 1px solid #cd3121;
}

.card-wrap figure {
  max-width: 200px;
}

.card-wrap p {
  padding: 0 0 1em 1.5em;
}

.keirou_pointWrap {
  background: #ffeeca;
  padding: 2em;
  margin: 5vh 0;
}

.keirou_title {
  text-align: center;
  border-bottom: 2px solid #cd3121;
  color: #cd3121;
  margin: 2em 0;
  padding: 0 0 0.5em;
  font-size: 2em;
}

.keirou .h3box {
  color: #fff;
  border: none;
  background: #cd3121;
  font-size: 1.2em;
  line-height: 1.3;
}

.item-2col-con h4 {
  padding: 1em 0 0.5em;
  font-size: 1.2em;
}

.item-2col-con .price {
  font-size: 1.5em;
}

.item-2col-con .price span {
  font-size: 0.55em;
}

@media screen and (max-width: 550px) {
  .keirou .cate-day {
    width: 100%;
  }
  .keirou_pointWrap h3 {
    width: 100%;
  }
  .item-2col-con .price {
    margin: 0;
  }
}
/*-------------------------------------------------
カテゴリー　一番漬
-------------------------------------------------*/
.ichibanduke h1 {
  max-width: 860px;
  margin: 0 auto;
  padding-left: 20px;
}

.about_ichibanduke {
  background: #f7f2dc;
  display: flex;
  justify-content: space-around;
  padding: 2em;
  align-items: center;
  margin: 1.5em auto 3em;
  width: 80%;
}

.about_ichibanduke h2 {
  width: 30%;
}

.about_ichibanduke p {
  padding: 0 0 0 20px;
  width: 55%;
}

@media screen and (max-width: 550px) {
  .about_ichibanduke {
    display: block;
    width: 100%;
  }
  .about_ichibanduke h2 {
    width: 70%;
    margin: 0 auto !important;
  }
  .item-detial-con h2 {
    margin: 0;
  }
  .about_ichibanduke p {
    padding: 0;
    width: 100%;
  }
}
/*-------------------------------------------------
カテゴリー　お歳暮
-------------------------------------------------*/
.noshi-kamibukuro-wrap ul {
  display: flex;
  justify-content: flex-start;
}

.noshi-kamibukuro-wrap {
  border: 1px solid #77052b;
}

.item-2col p {
  margin: 0;
}

.noshi-kamibukuro-wrap ul li {
  display: flex;
  justify-content: flex-start;
  padding: 1.8em;
  width: 48%;
}

.noshi-kamibukuro-wrap ul li figure {
  width: 30%;
}

.noshi-kamibukuro-wrap ul li:first-child {
  border-right: 1px solid #77052b;
}

.noshi-kamibukuro-wrap ul li:first-child figure img {
  max-width: 160px;
  padding: 0.5em 0 0;
  width: 100%;
}

.noshi-kamibukuro-wrap ul li figure img {
  max-height: 120px;
  width: auto;
}

.noshi-kamibukuro-wrap ul li .textblock {
  width: 67%;
  padding: 0 0 0 1em;
}

.noshi-kamibukuro-wrap ul li a {
  text-decoration: underline;
  color: #77052b;
}

.oseibo .h3box {
  color: #fff;
  border: none;
  background: #77052b;
  font-size: 1.2em;
  line-height: 1.3;
  margin: 0;
}

.oseibo_title {
  text-align: center;
  color: #000;
  margin: 4em 0 1em;
  padding: 0 0 0.5em;
  font-size: 2em;
  position: relative;
}

.oseibo_title::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: -50px;
  width: 274px;
  height: 41px;
  background-image: url(https://ishigamimura.itembox.cloud/item/noshi_iilust_2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
}

.pagelink {
  margin: 2em 0;
}

.pagelink ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 2em;
  flex-wrap: wrap;
  gap: 3%;
}

.pagelink ul li {
  margin: 0 0 1em;
  color: #77052b;
  text-align: center;
  width: calc(22% - 0.5em);
  box-sizing: border-box;
}

.pagelink ul li a {
  color: #77052b;
  padding: 0.8em 0.5em 0.6em;
  border: solid #77052b 1px;
  background: #fff;
  width: 100%;
  display: inline-block;
  border-radius: 3px;
  line-height: 1.3;
}

.pagelink ul li a:hover {
  background: #77052b;
  color: #fff;
}

.pagelink .arrow::before, .pagelink .arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15px;
  width: 1px;
  height: 6px;
  border-radius: 9999px;
  background-color: #77052b;
  transform-origin: 50% calc(100% - 0.5px);
}

.pagelink a:hover .arrow::before, .pagelink a:hover .arrow::after {
  background-color: #fff;
}

@media screen and (max-width: 1000px) {
  .noshi-kamibukuro-wrap ul {
    display: block;
  }
  .noshi-kamibukuro-wrap ul li {
    display: flex;
    justify-content: flex-start;
    padding: 1.8em 1.8em 1em;
    width: 100%;
    box-sizing: border-box;
  }
  .noshi-kamibukuro-wrap ul li figure {
    width: 20%;
    text-align: center;
  }
  .noshi-kamibukuro-wrap ul li figure img {
    max-height: auto;
    width: 100%;
  }
  .noshi-kamibukuro-wrap ul li .textblock {
    width: 75%;
    padding: 0 0 0 1em;
  }
  .noshi-kamibukuro-wrap ul li:first-child {
    border-right: none;
  }
  .oseibo_title::before {
    width: 200px;
  }
}
@media screen and (max-width: 550px) {
  .noshi-kamibukuro-wrap ul li {
    display: block;
    padding: 1.8em;
    width: 100%;
    box-sizing: border-box;
  }
  .noshi-kamibukuro-wrap ul li .textblock {
    width: 100%;
    padding: 0;
  }
  .noshi-kamibukuro-wrap ul li figure {
    width: 100%;
    text-align: center;
  }
  .noshi-kamibukuro-wrap ul li:nth-child(2) figure img {
    max-height: 100%;
    width: 50%;
    max-width: 130px;
  }
  .pagelink ul li a {
    padding: 0.8em 0 0.6em;
  }
  .oseibo_title::before {
    top: -35px;
  }
  .oseibo_title {
    margin: 4em 0 0;
  }
  .oseibo .item-2col-con {
    width: 100%;
    margin: 1em 0 0;
  }
}
@media screen and (min-width: 926px) {
  br.max925 {
    display: none;
  }
}
@media screen and (max-width: 925px) {
  br.max925 {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .pagelink ul li {
    margin: 0 0 1em;
    color: #77052b;
    text-align: center;
    width: calc(45% - 0.5em);
    box-sizing: border-box;
  }
}
/*-------------------------------------------------
カテゴリー　復刻かつお
-------------------------------------------------*/
.fukkokukatsuo .w900 {
  padding: 0 20px;
}

.fukkokukatsuo .txt {
  text-align: center;
  position: relative;
  display: block;
}

.fukkokukatsuo .txt h2 {
  font-size: 2em;
}

.fukkokukatsuo .txt p {
  font-family: "fot-tsukumin-pr6n", sans-serif;
  padding: 1em 0;
  font-size: 1.1em;
  line-height: 2.5;
}

.fukkokukatsuo.item h2 {
  margin: 0;
}

.fukkokukatsuo .txt p b {
  font-size: 1.5em;
}

.fukkoku-image01 {
  position: absolute;
  top: 1%;
  left: 0;
  width: clamp(11.25rem, 5.707rem + 10.43vw, 18.75rem);
}

.fukkoku-image02 {
  position: absolute;
  bottom: 1%;
  right: 0;
  width: clamp(11.25rem, 5.707rem + 10.43vw, 18.75rem);
  mix-blend-mode: multiply;
}

.block1, .block2 {
  position: relative;
}

.fukkoku-image03 {
  position: absolute;
  top: -80px;
  left: -250px;
  width: clamp(9.375rem, 4.755rem + 8.7vw, 15.625rem);
  mix-blend-mode: multiply;
}

.fukkoku-image04 {
  position: absolute;
  top: 0;
  left: 120px;
  width: clamp(4.375rem, 1.603rem + 5.22vw, 8.125rem);
  mix-blend-mode: multiply;
}

.fukkokukatsuo .w900 h3 {
  text-align: center;
  font-size: 1.5em;
  color: #8f6e3f;
  padding: 1em 0 0.7em;
}

.fukkokukatsuo .w900 figure {
  margin: 1em auto 0;
}

.fukkokukatsuo .w900 p {
  padding: 0.5em 0.3em 1em;
  text-align: justify;
}

.fukkoku-image-w80 {
  width: 80%;
  margin: 2em auto 1em;
  text-align: center;
}

.fukkokukatsuo .w900 h3.sec02 {
  padding: 3.5em 0 0.7em;
}

.block1img {
  z-index: 8;
  position: relative;
}

@media screen and (max-width: 1400px) {
  .fukkoku-image03 {
    position: absolute;
    top: -80px;
    left: -200px;
  }
}
@media screen and (max-width: 1024px) {
  .fukkoku-image03 {
    position: absolute;
    top: -80px;
    left: -60px;
  }
}
@media screen and (max-width: 550px) {
  .fukkoku-image01 {
    position: relative;
  }
  .fukkokukatsuo .txt h2 {
    line-height: 1.6;
    margin: 2em 0 0;
  }
  .fukkokukatsuo .w900 h3 {
    line-height: 1.6;
    padding: 2em 0 0.7em;
  }
  .fukkokukatsuo .txt p {
    line-height: 2;
  }
  .fukkokukatsuo .w900 h3.sec02 {
    padding: 2em 0 0.7em;
  }
  .fukkoku-image04 {
    left: 0;
  }
}
/*-------------------------------------------------
カテゴリー　お年賀
-------------------------------------------------*/
.onenga .h3box {
  color: #fff;
  border: none;
  background: #a40000;
  font-size: 1.2em;
  line-height: 1.3;
  margin: 0;
}

.onenga .item-2col {
  margin: 2em 0 0;
}

.onenga_title {
  text-align: center;
  color: #000;
  margin: 4em 0 1em;
  padding: 0 0 0.5em;
  font-size: 2em;
  position: relative;
}

.onenga_title::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: -50px;
  width: 274px;
  height: 41px;
  background-image: url(https://ishigamimura.itembox.cloud/item/noshi_iilust_2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
}

/*-------------------------------------------------
カテゴリー　豊作祈願
-------------------------------------------------*/
.housaku-itembnr {
  max-width: 800px;
  margin: 3em auto;
}

.item3col960px {
  max-width: 960px;
}

.item3col1200px {
  max-width: 1200px;
}

.item3col {
  margin: 0 auto 3em;
}

.item3col ul {
  display: flex;
  justify-content: space-between;
}

.item3col li {
  width: 31%;
}

.item3col figure {
  aspect-ratio: 1/1;
  overflow: hidden;
  margin: 0 0 0.5em;
}

.item3col li p {
  padding: 0;
  margin: 0 0 1em;
  line-height: 1.5;
}

.item3col li p span.tax {
  font-size: 80%;
}

.item3col .fs-c-button--primary {
  min-width: 300px;
}

.item3col button {
  font-size: 1.2em;
}

.item3col input[type=text] {
  width: 50%;
}

@media screen and (min-width: 968px) {
  .item3col .fs-c-button--primary {
    min-width: 300px;
  }
}
@media screen and (max-width: 967px) {
  .item3col .fs-c-button--primary {
    min-width: 200px;
  }
}
@media screen and (max-width: 760px) {
  .item3col ul {
    display: block;
  }
  .item3col li {
    width: 100%;
    margin: 0 0 2em;
  }
  .item3col .fs-c-button--primary {
    min-width: 300px;
  }
  .housaku-itembnr {
    max-width: 100%;
    margin: 3em auto;
  }
  .cate-main-bnr {
    padding: 0;
  }
}
/*-------------------------------------------------
カテゴリー　麻辣梅
-------------------------------------------------*/
.fukkokukatsuo.mara .txt h2 {
  position: relative;
  z-index: 10;
}

.mara-illust {
  max-width: 232px;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.fukkokukatsuo.mara .w900 h3 {
  text-align: center;
  font-size: 1.5em;
  color: #9e111a;
  padding: 1em 0 0.7em;
}

.fukkokukatsuo.mara .block {
  margin: 0 0 3em;
}

@media screen and (max-width: 798px) {
  .mara-illust {
    max-width: 150px;
    position: absolute;
    top: 20%;
    left: 50%;
  }
  .fukkokukatsuo.mara .block {
    margin: 0 0 2em;
  }
}
/*-------------------------------------------------
カテゴリー　弔事
-------------------------------------------------*/
.cate_choji_title {
  text-align: center !important;
  border-bottom: 2px solid #84688c;
  color: #84688c;
  margin: 2em 0;
  padding: 0 0 0.5em;
  font-size: 2em;
}

.choji-con .h3box {
  color: #fff;
  border: none;
  background: #84688c;
  font-size: 1.2em;
  line-height: 1.3;
}

.choji-con .item-2col h4 {
  color: #84688c;
  padding: 1em 0 0.5em;
  font-size: 1.3em;
}

.cate-con .item-2col a {
  text-decoration: none;
}/*# sourceMappingURL=category.css.map */