@charset "euc-jp";

body {
  background-color: #FFFFFF;
  background-image: url(https://img.shop-pro.jp/tmpl_img/81/bgimage.png);
  color: #333;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #333;
}
a:hover {
  color: #C09971;
  text-decoration: none;
}

.btn {
  border-radius: 0;
}

ul, ol, form, p {
  margin: 0;
  padding-left: 8px;
}

/*
 * layout
 */
.container {
  width: 1300px;
  margin: 0 auto;
}

/* header */
.promo__seciton {
  background-color: #e7b82a;
  width: 100%;
  min-height: 49px;
}

.promo {
    background-color: #e7b82a;
}

.promo__text {
  color: #fff;
  text-align: center;
  padding: 14px 0;
  letter-spacing: 1px;
  font-weight: bold;
  background: #e7b82a;
}

.header__section {
  text-align: center;
  margin-bottom: 10px;
  background-image: url("https://img21.shop-pro.jp/PA01521/158/etc_base64/YmFjay1s.png?cmsp_timestamp=20260130232842"); 
   background-repeat: repeat;
}

.header-search {
  position: relative;
  float: left;
  margin-top: 10px;
  width: 310px;
    background: #fff;
}
.header-search i {
  position: absolute;
  top: 16px;
  left: 15px;
}

.header-search__box {
  min-width: 240px;
  padding: 10px 11px 17px 51px;
  background: none;
  border: none;
  border-radius: 3px;
  color: #333;
}
.header-search__box:focus {
  padding: 14px 10px 16px 50px;
  background: #fff;
  border: 1px solid #e5e5e5;
}

.header-tools {
  float: right;
  margin: 10px 0 0;
  width: 365px;
  text-align: right;
    background: #fff;
}

.header-tools__unit {
  display: inline;
  margin-left: 45px;
  line-height: 1.4;
}

.header-tools__unit-cart {
  margin-left: 21px;
}

.header-tools__btn {
  position: relative;
  padding: 7px 15px 7px 34px;
  font-size: 12px;
}
.header-tools__btn i {
  position: absolute;
  top: 9px;
  left: 6px;
  font-size: 14px;
}

.header-tools__count {
  padding: 0 2px;
  font-size: 14px;
}

.header__logo-img {
  margin: 10px 0;
  background-repeat: no-repeat;    /* 繰り返さない（パターンなら repeat に変更） */
  background-position: center;     /* ロゴの真後ろ中央に配置 */
  background-size: contain;
}

a:hover img {
    opacity: 0.7;
    transition: opacity 0.4s ease;
}

 .header__logo {
  margin: 10px 0;
  font-size: 22px;
}

.header-gnavi {
  list-style-type: none;
  position: relative;
}

/* ナビゲーションの親要素 */
.header-gnavi__unit {
    display: inline;
    position: relative; /* アイコンの基準点にする */
}

/* リンクテキストの設定 */
.header-gnavi__link {
    display: inline-block; /* paddingやbeforeを正しく反映させるため */
    padding: 10px 18px 10px 25px; /* 左側にアイコン用の余白(35px)を確保 */
  	margin-bottom: 8px;
    position: relative;
    color: #666; 
    text-decoration: none;
  font-size: 16px; 
    font-weight: bold;
  background: #fff;
}

/* ナビ用アイコンの設定 */
.header-gnavi__link::before {
    font-family: "Font Awesome 6 Free";
    content: "\f111"; /* シンプルな丸 */
    font-weight: 900;
    position: absolute;
    left: 10px;      /* 左端からの位置 */
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.5em; /* メニューなので少し小さめが綺麗です */
    color: #e7b82a;   /* アイコンの色は金色 */
}
.header-gnavi__link--menu {
  position: relative;
  border: 1px solid #99ab4e;
  border-bottom: none;
  padding: 14px 29px 15px;
  background: #fff;
  z-index: 55;
}

.mega-navi {
  display: none;
  list-style-type: none;
  border: 1px solid #99ab4e;
  width: 1220px;
  position: absolute;
  top: 32px;
  left: 0;
  padding: 39px;
  background: #fff;
  z-index: 50;
  text-align: left;
}

.mega-navi__unit {
  padding: 10px;
  text-align: left;
  width: 31%;
  display: inline-block;
  vertical-align: top;
}

.mega-navi__link {
  display: block;
  width: 100%;
}

/* slider */
#slider div {
  width: 1300px !important;
}

.slider {
  margin: 0 auto 60px;
  width: 1300px;
}
.slider .bx-wrapper {
  z-index: 0;
  margin-bottom: 0;
}
.slider .bx-wrapper .bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  left: 0 !important;
  border: none !important;
}
.slider .bx-wrapper .bx-caption {
  background: #000;
  background: rgba(0, 0, 0, 0.6);
}
.slider .bx-wrapper .bx-caption span {
  font-size: 18px;
  padding: 30px;
}
.slider .bx-wrapper .bx-pager {
  padding-top: 20px !important;
  bottom: -30px !important;
}

/* main */
.main__section {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  padding: 30px 0;
  overflow: hidden;
}

.main__section--product {
  padding: 20px 0 40px;
}

/* sidebar */
.sidebar__section {
  float: left;
  width: 270px;
  margin-right: 40px;
    padding-left: 10px;
}

.menu__section {
  margin-bottom: 60px;
}

.more-prd span {
  cursor: pointer;
}

/* breadcrumb.sort */
.breadcrumb__section {
  padding-bottom: 60px;
}

.breadcrumb-list__unit {
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.sort__section {
  position: absolute;
  top: 0;
  right: 0;
}

.sort--sub-layer {
  min-width: 200px;
  width: 100%;
}

/* contents */
.contents__section {
  float: right;
  width: 970px;
}

.info__section, .recommend__section, .new-item__section, .seller__section, .together__section, .product-list__section, .free-space__section, .product__image, .delivery__section, .payment__section, .cancel__section {
  margin-bottom: 60px;
}

.product-list__section {
  position: relative;
}

.free-space__section {
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.recommend-list, .new-item-list, .seller-list, .together-list {
  margin-top: 40px;
}

.sub-list {
  padding-bottom: 60px;
  font-size: 0;
}

.sub-list__unit {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px 20px;
  width: 32.3%;
  font-size: 14px;
}

.sub-list__img {
  padding-bottom: 10px;
}

.sub-list__link {
  display: block;
}

.sub-list__name {
  display: block;
}

.product-list__freespace-top {
  padding-bottom: 60px;
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.product-list__freespace-bottom {
  padding-top: 60px;
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

/* information */
.info {
  margin-top: 40px;
}

.info-list {
  list-style-type: none;
}

.info-list__unit {
  padding-bottom: 30px;
}

.info-list__date {
  display: block;
  padding-bottom: 10px;
}

/* history */
.history__section {
  clear: both;
  border-top: 1px solid #99ab4e;
  padding-top: 60px;
}

/* footer */
.footer__section {
  border-bottom: 1px solid #000;
}

.footer__guide {
  padding-bottom: 30px;
  margin-bottom: 60px;
  border-bottom: 1px solid #99ab4e;
}

.guide__col {
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
}

.guide__col--one-third {
  width: 410px;
}

.guide__col--half {
  width: 625px;
}

.guide__h2 {
  margin-bottom: 5px;
  border-bottom: 1px solid #99ab4e;
  font-size: 16px;
  position: relative;
  padding-left: 1.2em; /* アイコン分のスペース */
}

/* アイコン部分の設定（擬似要素） */
.guide__h2::before {
 /* 稲穂（小麦・穀物）のアイコン */
  content: "\f4d8"; 
  font-family: "Font Awesome 6 Free";
  font-weight: 900; /* Free版は必須 */
  position: absolute;
  left: 0;
  top: 40%;
  transform: translateY(-50%); /* 垂直中央揃え */
}

.guide__list {
  margin: 0;
}

.guide__name {
  padding-bottom: 15px;
}

.guide__other {
  margin: 0;
  padding-bottom: 30px;
  color: #666;
}

.footer__navi {
  margin-bottom: 40px;
}

.shop-owner {
  overflow: hidden;
}

.shop-owner__img {
  float: left;
  width: 200px;
  margin-right: 20px;
}

.shop-owner__info {
  float: left;
  width: 290px;
}

.shop-owner__name {
  margin-bottom: 16px;
  font-weight: bold;
}

.shop-owner__memo {
  line-height: 1.8;
}

.sns-list {
  list-style-type: none;
  padding-bottom: 60px;
}

.sns-list__unit {
  display: table-cell;
  padding-right: 5px;
}

.sns-list__unit svg {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
  fill: currentColor;
}
/* フッターメニュー*/
.footer-navi__col {
  list-style-type: none;
  line-height: 1.6;
}
/* メニューアイコン*/
.footer-navi__col li {
    position: relative;
    padding-left: 1.0em; /* アイコンが入るスペースを空ける */
    margin-bottom: 8px;
}

/* アイコンを自動挿入する*/
.footer-navi__col li::before {
    font-family: "Font Awesome 6 Free";
    content: "\f111"; /* シンプルな丸 */  
    /* 重要：Free版を使う場合は必ず 900（太字）にする必要があります */
    font-weight: 900; 
    position: absolute;
    left: 0;
    top: 55%;
    transform: translateY(-50%);
    font-size: 0.5em; /* メニューなので少し小さめが綺麗です */
    color: #6b8e23;
}

.pagetop__btn {
  display: block;
  padding: 18px 0;
  width: 100%;
  max-width: 50px;
  float: right;
}

/* copyright */
.copyright__section {
  padding: 20px 0;
  font-size: 10px;
}

.copyright {
  margin: 0 0 10px;
}

.copyright__img {
  width: 200px;
  height: 18px;
  margin: 0 0 5px 5px;
}

/* menu-list */
.menu-list {
  margin: 10px 0 0;
  list-style-type: none;
}

.menu-list--more-prd {
  margin: 10px 0 20px;
}

.menu-list__link {
  display: table;
  padding: 10px 0;
  width: 100%;
}

.menu-list__text {
  display: table-cell;
  padding-left: 1.0em; 
  vertical-align: middle;
  width: 90%;
   position: relative;
}

.menu-list__icon {
  display: table-cell;
  vertical-align: middle;
  width: 10%;
  text-align: right;
}

/* menuアイコン用クラス */
.menu-list li::before {
	font-family: "Font Awesome 6 Free";
    content: "\f111"; 
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.5em;
    color: #e7b82a;

}

.menu-list li {
    position: relative;
    color: #e7b82a; /* ロゴの色 */
}

.category-list__unit {
  position: relative;
}

/* calender */
.cal {
  margin: 20px 0 60px;
  text-align: center;
}

.tbl_calendar {
  margin-bottom: 20px;
  width: 100%;
}
.tbl_calendar caption {
  text-align: center;
  padding: 6px 0;
}
.tbl_calendar th {
  padding: 6px 0;
  border-bottom: 1px solid #ccc;
}
.tbl_calendar td {
  padding: 6px 0;
  border-bottom: 1px solid #ccc;
}

/* qrcode */
.qrcode {
  margin: 20px 0 60px;
  text-align: center;
}

/* product-list */
.product-list {
  list-style-type: none;
  font-size: 0;
   text-align: left; /* 親要素で中身を中央に寄せる */
}

.product-list__unit {
  display: inline-block;
  font-size: 14px;
  margin: 0 10px 30px;
  vertical-align: top;
  position: relative;
  text-align: left;
}

.product-list__unit-sm {
  width: 110px;
}

.product-list__unit-md {
  width: 141px;
}

.product-list__unit-lg {
  width: 303px;
}

.product-list__unit--sidebar {
  display: block;
  margin: 0 0 20px;
}

  
/* 画像を中央に配置し、下の文字と切り離す */
.product-list__image {
    display: block;      /* ブロック化して横幅いっぱいに */
    margin: 0 auto 5px; /* 左右中央に配置し、下に10pxの隙間 */
    width: auto;         /* 画像本来のサイズを維持 */
    max-width: 100%;     /* 親の幅は超えない */
}

.product-list__image:hover {
  opacity: 0.7;
}

.product-list__image--sm {
  max-width: 100px;
}

.product-list__text {
  display: block;
}

.product-list__name {
    font-weight: bold;
    margin-top: 20px;
    text-align: left;
    position: relative;
    padding-left: 1.0em; 
    color: #666; 
    display: block;
}

/* menuアイコン用クラス */
.product-list__name::before {
    font-family: "Font Awesome 6 Free";
    content: "\f111"; 
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.6em;
    color: #e7b82a; 
}

.product-list__name--sidebar {
  margin-top: 0;
  margin-left: 5px;
}

.product-list__expl {
  margin-top: 20px;
  text-align: left;
}

.product-list__prices {
  margin-top: 10px;
  text-align: left;
  color: #666;
}


.product-list__prices--sidebar {
  margin-left: 10px;
}

.product-list__price-regular {
  text-decoration: line-through;
}

.product-list__price-soldout {
  color: #ff0000;
}

.product-list__discount-rate {
  color: #ff0000;
}

.rank-box {
  position: absolute;
  top: 20px;
  left: 10px;
  z-index: 5;
}

.rank-box--sidebar {
  top: 10px;
}

.rank-number {
  padding: 8px 0 0;
  background: #fff;
  color: #000;
  font-weight: bold;
  border-radius: 50%;
  width: 40px;
  height: 32px;
  display: block;
  text-align: center;
}

.rank-number--sidebar {
  padding: 4px 0 0;
  width: 22px;
  height: 18px;
}

.rank-number-color--1 {
  background: #ffea22;
}

.rank-number-color--2 {
  background: #cbcbcb;
}

.rank-number-color--3 {
  background: #d9a300;
}

/* pagenation */
.pagenation {
  position: relative;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.pagenation .disabled {
  color: #ccc;
}

.pagenation-prev {
  position: absolute;
  left: 0;
}

.pagenation-pos {
  line-height: 0.8;
}
.pagenation-pos__number {
  margin: 0 5px;
  font-size: 22px;
}

.pagenation-next {
  position: absolute;
  right: 0;
}

/* product */
.product__section {
  margin-bottom: 120px;
}
.product__section h2 {
  border-bottom: none;
  font-size: 22px;
}

.product__explain {
  padding-top: 60px;
  line-height: 1.8;
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.product__model {
  color: #666;
}

.product__image-main {
  text-align: center;
}

.product__image-thumb ul li {
  cursor: pointer;
  margin-bottom: 25px;
  padding: 0 10px;
}

.image__thumb {
  padding: 2px;
  border: 2px solid #fff;
}

.image__thumb--active {
  border: 2px solid #99ab4e;
}

.product__guide {
  padding: 0 0 60px;
}

.product__price-part {
  font-size: 22px;
  padding-bottom: 5px;
}

.product__price-regular {
  padding-bottom: 5px;
}

.product__price-establish {
  padding-bottom: 5px;
  color: #666;
}

.product__discount {
  color: #ff0000;
}

.product__stock-str {
  padding-top: 30px;
  font-size: 22px;
}

.product__related-list__link {
  display: block;
  padding: 5px 0;
}
.product__related-list__link span {
  padding-left: 15px;
}

.product__order {
  border-top: 1px solid #99ab4e;
  border-bottom: 1px solid #99ab4e;
  padding: 40px 0 60px;
}

.option-list__name, .init-list__name, .text-titles-list__name {
  padding-bottom: 10px;
  font-weight: normal;
}

.option-list__detail, .init-list__detail, .text-titles-list__detail {
  margin: 0;
}

.option-list__select {
  height: 50px;
  border: 2px solid #99ab4e;
}

.text-titles-list__detail-text {
  height: 50px;
  border: 2px solid #99ab4e;
}

.init-list__detail-num {
  width: 200px;
  height: 38px;
  border: 2px solid #99ab4e;
  display: inline-block;
}

.init-list__detail-updw {
  margin: 0;
  padding-left: 10px;
  vertical-align: middle;
  display: inline-block;
}

.init-list__detail-unit {
  padding-left: 10px;
}

.order-btn-list {
  margin: 0;
  padding-top: 30px;
}

.stock_error {
  text-align: center;
  color: #cf0400;
}

.option-table {
  margin: 40px 0;
}
.option-table table {
  width: 95%;
  margin: 0 auto;
  border-bottom: 1px solid #99ab4e;
  border-left: 1px solid #99ab4e;
}
.option-table table th, .option-table table td {
  padding: 11px 7px;
  border-top: 1px solid #99ab4e;
  border-right: 1px solid #99ab4e;
}
.option-table table th {
  text-align: center;
}
.option-table table td {
  vertical-align: top;
  text-align: center;
}

.related-list {
  text-align: right;
  padding-right: 15px;
}

.related-list__unit {
  display: inline-block;
}

/* option detail */
.option-detail__section {
  padding: 20px;
  text-align: center;
}

.option-detail__table th {
  text-align: center;
}
.option-detail__table td {
  text-align: center;
}

.option-detail__price--regular {
  text-decoration: line-through;
}

.option-detail__discount {
  color: #ff0000;
}

/* privacy.shopkeeper */
.shop-info__lead {
  margin: 40px 0 20px;
  line-height: 1.8;
}

.shop-info-list__title {
  padding: 20px 0 5px;
}
.shop-info-list__title:first-child {
  padding: 0 0 5px;
}

.shop-info-list__note {
  margin: 0;
  line-height: 1.8;
}

/*
 * Module
 */
.section__title-h2 {
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 3px solid #99ab4e;
  font-size: 16px;
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.btn-primary {
  background: #99ab4e;
  border: 1px solid #333;
  color: #fff;
}
.btn-primary:hover {
  background: #666;
  color: #fff;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  zoom: 1;
}

.btn-secondary {
  background: #48A3FF;
  border: 1px solid #48A3FF;
  color: #fff;
}
.btn-secondary:hover {
  background: #48A3FF;
  color: #fff;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  zoom: 1;
}

.btn-tertiary {
  background: #cf0400;
  border: 1px solid #cf0400;
  color: #fff;
}
.btn-tertiary:hover {
  background: #cf0400;
  color: #fff;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  zoom: 1;
}

.btn__addcart, .btn__quick, .btn__soldout {
  padding: 20px 0 22px 0;
}
.btn__addcart i, .btn__quick i, .btn__soldout i {
  margin-right: 10px;
}
.btn__addcart span, .btn__quick span, .btn__soldout span {
  vertical-align: middle;
}

.btn__soldout.disabled,
.btn__soldout[disabled] {
  background-color: #cf0400;
  color: #fff;
}

.txt--sm {
  font-size: 10px;
}

.txt--md {
  font-size: 12px;
}

.txt--lg {
  font-size: 16px;
}

.txt--c {
  text-align: center;
}

.txt--r {
  text-align: right;
}

.txt--red {
  color: #ff0000;
}

.txt--gray {
  color: #999;
}

.border--none {
  border: none;
}

.mar-t--20 {
  margin-top: 20px;
}

.mar-b--20 {
  margin-bottom: 20px;
}

.mar-b--60 {
  margin-bottom: 60px;
}

.width--110 {
  width: 110px;
}

.width--160 {
  width: 150px;
}

.hide {
  display: none;
}

/* textarea input */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  outline: none;
}

.company-table {
  width: 100%;
  max-width: 900px;
  border-collapse: collapse;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 15px;
  line-height: 1.8;
}

/* PC表示 */
.company-table th,
.company-table td {
  padding: 14px 16px;
  border-bottom: 1px solid #ddd;
  vertical-align: top;
}

.company-table th {
  width: 25%;
  background-color: #f7f7f7;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}

/* ===== スマホ対応 ===== */
@media screen and (max-width: 768px) {

  .company-table,
  .company-table tbody,
  .company-table tr,
  .company-table th,
  .company-table td {
    display: block;
    width: 100%;
  }

  .company-table tr {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 12px;
  }

  .company-table th {
    background: none;
    padding: 0 0 6px 0;
    font-weight: bold;
    font-size: 14px;
    color: #555;
  }

  .company-table td {
    padding: 0;
    font-size: 15px;
  }
  r_main {
    padding: 0 10px;
}

}

/* ここからレシピ */
r_main {
    margin: 20px 10px;
    padding: 0 15px;
    color: #333;
    background-color: #f9f7f2;
}

/* レシピカードのレイアウト */
.recipe-card {
    background: white;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

h2 {
    color: #556b2f;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

.description {
    font-style: italic;
    color: #666;
    margin-bottom: 10px;
  font-size: 16px;
}

/* 材料と作り方の横並び設定 */
.content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .content-grid {
        grid-template-columns: 1fr;
    }
}

h3 {
    font-size: 1.1rem;
    color: #444;
    background: #E7B82A;
    padding: 5px 10px;
    border-radius: 4px;
}

/* 材料リスト用のクラス */
.ingredient-list {
    list-style-type: none; /* デフォルトの黒丸を消す */
    padding-left: 0;
     line-height: 1.4;
}

.ingredient-list li {
    position: relative;
    padding-left: 1.3em; /* アイコンが入るスペースを空ける */
    margin-bottom: 8px;
}

/* アイコンを自動挿入する魔法のコード */
.ingredient-list li::before {
    /* フォントの名前は正確にこの通りに書く必要があります */
    font-family: "Font Awesome 6 Free";   
    /* ご飯アイコンのコード（Unicode） */
    content: "\f00c"; 
    
    /* 重要：Free版を使う場合は必ず 900（太字）にする必要があります */
    font-weight: 900; 
    position: absolute;
    left: 0;
    color: #6b8e23;
}

/* 作り方リスト用のクラス */
.step-list {
    padding-left: 20px;
    line-height: 1.5;
}

