@charset "UTF-8";
.MfPage {
  --primary-color: #a38e1b;
  --secondary-color: #c7b54f;
  --text-color: #606274;
  --heading-color: #304447;
  --border-color: #304447;
  --background-color: #f3f3f2;
  box-sizing: border-box;
  color: var(--text-color);
}

.serif {
  font-family: 游明朝, "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
}

.MfLeadBox {
  background-color: #fff;
  padding: 80px;
  padding-top: 24px;
}
@media screen and (max-width: 768px) {
  .MfLeadBox {
    padding: 24px 16px;
  }
}

.MfPage .HeadingHero {
  max-width: 1040px;
  width: 100%;
  height: auto;
  margin: 24px auto 80px auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .MfPage .HeadingHero {
    margin: 16px auto 24px auto;
  }
}

p.MfLeadBody {
  color: #606274;
  font-size: 20px;
  line-height: 2;
  margin-left: auto;
  margin-right: auto;
  max-width: 1040px;
  text-align: center;
  background-color: #ece5f1;
  padding: 80px;
  font-family: 游明朝, "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
}
@media screen and (max-width: 768px) {
  p.MfLeadBody {
    font-size: 14px;
    line-height: 1.8;
    padding: 24px;
  }
}

.MfPage .MfPageNavi {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  gap: 24px;
  margin: 0 auto;
  margin-top: 40px;
  max-width: 1040px;
  padding: 16px;
  background-color: #e1e4e7;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .MfPage .MfPageNavi {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 16px;
  }
}
.MfPage .MfPageNavi__Item {
  list-style: none;
}
@media screen and (max-width: 768px) {
  .MfPage .MfPageNavi__Item {
    display: flex;
    justify-content: center;
  }
}
.MfPage .MfPageNavi__Btn {
  font-size: 16px;
  height: 60px;
  color: var(--text-color);
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 480px;
  text-decoration: none;
  background-color: #fff;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}
@media screen and (max-width: 768px) {
  .MfPage .MfPageNavi__Btn {
    font-size: 14px;
    height: 32px;
    border: none;
  }
}

.MfCategory {
  padding: 80px;
  padding-bottom: 64px;
  max-width: 1040px;
  margin: 0 auto;
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .MfCategory {
    padding: 24px 16px;
  }
}
.MfCategory.pink {
  background-image: url(https://1-butsudan.jp/wp-content/themes/yagiken-child/images/feature/mf/bg-pink.jpg);
}
.MfCategory.mfyellow {
  background-image: url(https://1-butsudan.jp/wp-content/themes/yagiken-child/images/feature/mf/bg-yellow.jpg);
}
.MfCategory.mfgreen {
  background-image: url(https://1-butsudan.jp/wp-content/themes/yagiken-child/images/feature/mf/bg-green.jpg);
}
.MfCategory.mfblue {
  background-image: url(https://1-butsudan.jp/wp-content/themes/yagiken-child/images/feature/mf/bg-blue.jpg);
}
.MfCategory__Lead {
  color: #343c60;
  line-height: 1.8;
  margin-left: auto;
  margin-right: auto;
  max-width: 1040px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .MfCategory__Lead {
    font-size: 14px;
    line-height: 1.8;
  }
}
.MfCategory__Lead.pink {
  color: #ce8a91;
}
.MfCategory__Lead.mfyellow {
  color: #d8b655;
}
.MfCategory__Lead.mfgreen {
  color: #6fbebc;
}
.MfCategory__Lead.mfblue {
  color: #8f8a96;
}
.MfCategory__ImgBlock {
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
}
.MfCategory__ImgBlock img {
  width: 100%;
  height: auto;
}
.MfCategory__Cap {
  margin-top: 4px;
  font-size: 12px;
}
.MfCategory__Body {
  font-size: 16px;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .MfCategory__Body {
    font-size: 12px;
  }
}

h2.MfHeading2 {
  font-size: 72px;
  text-align: left;
  margin-bottom: 32px;
  font-weight: 300;
  letter-spacing: -1px;
}
@media screen and (max-width: 768px) {
  h2.MfHeading2 {
    font-size: 32px;
    padding-bottom: 2px;
    margin-bottom: 24px;
  }
}
h2.MfHeading2.pink {
  color: #ce8a91;
}
h2.MfHeading2.mfyellow {
  color: #d8b655;
}
h2.MfHeading2.mfgreen {
  color: #6fbebc;
}
h2.MfHeading2.mfblue {
  color: #8f8a96;
}

.MfItemList {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .MfItemList {
    margin-top: 40px;
  }
}
.MfItemList .ProductsList {
  display: flex;
  gap: 24px;
  justify-content: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .MfItemList .ProductsList {
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0;
    gap: 24px 16px;
  }
}

.ProductsList__Item {
  width: calc((100% - (24px * 3)) / 4);
}

@media screen and (max-width: 768px) {
  .ProductsList__Item {
    width: calc((100% - 24px) / 2);
  }
}

.MfItemList .ProductsList__PriceBlock {
  font-size: 12px;
}

.MfImgList {
  max-width: 520px;
  margin: 0 auto;
}
.MfImgList__Item {
  margin-top: 32px;
  width: 100%;
}
.MfImgList__Item img {
  width: 100%;
  height: auto;
}
.MfImgList__Body {
  margin-top: 8px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .MfImgList__Body {
    font-size: 12px;
  }
}

.MfCap {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 64px;
  background-color: #e1eded;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .MfCap {
    padding: 24px 16px;
  }
}
.MfCap .MfItemList .ProductsList {
  grid-template-columns: repeat(1, 182px);
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .MfCap .MfItemList .ProductsList {
    grid-template-columns: repeat(1, 50%);
  }
}
.MfCap__HeadingBlock {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.MfCap__HeadingLead {
  color: #6fbebc;
  font-weight: bold;
  font-size: 18px;
}
.MfCap__Heading {
  background-color: #6fbebc;
  color: #fff;
  font-weight: 300;
  padding: 12px;
  border-radius: 4px;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .MfCap__Heading {
    font-size: 20px;
  }
}
.MfCap__Body {
  color: #6fbebc;
  margin-top: 32px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .MfCap__Body {
    text-align: left;
  }
}

.MfShop {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  background-image: linear-gradient(180deg, #ece5f1 60%, #fff 60%);
  padding: 80px;
  padding-bottom: 64px;
  max-width: 1040px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .MfShop {
    padding: 24px 16px;
  }
}
.MfShop__Heading {
  color: #898fc0;
  text-align: center;
  font-weight: 300;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .MfShop__Heading {
    font-size: 16px;
  }
}
.MfShop img {
  width: 100%;
  max-width: 640px;
  height: auto;
}
.MfShop__Body {
  font-size: 16px;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .MfShop__Body {
    font-size: 12px;
  }
}

h3.MfHeading3 {
  color: var(--text-color);
  text-align: center;
  font-weight: 700;
  padding: 6px;
  border-bottom: 1px solid var(--text-color);
  margin-bottom: 12px;
  font-size: 24px;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  h3.MfHeading3 {
    font-size: 16px;
  }
}

.MfBtnBlock {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 48px;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .MfBtnBlock {
    padding: 16px;
    flex-direction: column;
    align-items: center;
  }
}

.MfBtn {
  font-size: 18px;
  font-weight: bold;
  color: var(--text-color);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 480px;
  height: 80px;
  background-color: #e1eded;
  text-decoration: none;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
} /*# sourceMappingURL=bon2022.css.map */
