@charset "euc-jp";

/* reset */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, textarea,
p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
.none_border_table,
.product_option_table table {
  border-spacing: 0;
  border-collapse: collapse;
}
fieldset,
img {
  border: 0;
}
address, caption, cite, code,
dfn, em, strong, th, var {
  font-weight: normal;
  font-style: normal;
}
 
ol, ul {
  list-style: none;
}
 
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}
q:before,
q:after {
  content: '';
}
abbr, acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
}
input,
textarea,
select {
  *font-size: 100%;
}
legend {
  color: #000;
}

/* font size */
body {
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
  *font-size: small; /* for IE */
  *font: x-small; /* for IE in quirks mode */
}
select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif;
}
table {
  font: 100%;
  font-size: inherit;
}
pre, code, kbd, samp, tt {
  font-family: monospace;
  line-height: 100%;
  *font-size: 108%;
}

/* common */
body {
  color: #444;
  font-family: '筑紫A丸ゴシック', 'Sawarabi Gothic', sans-serif;
  background-color: #FFFFFF;
}

/*--------------------kana2021追加(2021.3.21)↓-----------------------------*/
a {
  text-decoration: none;
  color: #000;
}
li {
  list-style: none;
}
header {
  overflow: hidden;
}
header .header-row {
    position: fixed;
    z-index: 999;
    width: 100%;
    background-color: #fff;
}
header .top {
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    padding: 0;
   	box-shadow: 0 5px 7px #ddd;

}
header img {
      width: 180px;
      margin-bottom: 15px;
}
header nav {
      display: flex;
      color: #233F64;
      font-weight: bolder;
      font-size: 21px;
}

header.nav-item {
        padding: 0 25px;
}
.wrapper1 {
    padding-top: 148.5px;
}
 .wrapper1 .carousel {
    padding: 0 !important;
}

.footer-wrapper .footer_content1 {
  display: flex;
  margin-top: 30px;
}
.footer-wrapper .footer_content1 .text {
  margin-top: 20px;
  margin-left: 10px;
}
.footer-wrapper .footer_content1 p {
  color: #fff;
}
.footer-wrapper .calender {
  background-color: #DBD39A;
  width: 600px;
  margin: 0 0 0 auto;
  border-radius: 17px;
  position: relative;
  top: -83px;
}
.footer-wrapper .side_cal {
  display: flex;
  justify-content: space-evenly;
}

@media screen and (max-width: 600px) {
  
}  
/*-----------------kana2021追加ここまで(2021.3.21)↑------------------------------*/



a {
  color: #3579bf;
}
input[type="text"],
textarea,
select {
  border: 1px solid #888;
}
/* clearfix */
.clearfix {
  *zoom: 1;
}
  .clearfix:before, .clearfix:after {
    display: table;
    content: "";
  }
  .clearfix:after {
    clear: both;
  }

/* icons */
.icon:before,
.ie_icon {
  display: block;
  float: left;
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background-image: url(https://img.shop-pro.jp/tmpl_img/63/icons16.png);
  background-repeat: no-repeat;
  content: "";
}
  .icon_myaccount:before,
  .ie_icon_myaccount {
    background-position: left -96px;
  }
  .icon_regist:before,
  .ie_icon_regist {
    background-position: left -192px;
  }
  .icon_login:before,
  .ie_icon_login {
    background-position: left -224px;
  }
  .icon_logout:before,
  .ie_icon_logout {
    background-position: left -208px;
  }
  .icon_search:before,
  .ie_icon_search {
    background-position: left -16px;
  }
  .icon_viewcart:before,
  .ie_icon_viewcart {
    background-position: left -0px;
  }
  .icon_sort:before,
  .ie_icon_sort {
    background-position: left -112px;
  }
  .icon_prev:before,
  .ie_icon_prev {
    margin-right: 0;
    background-position: left -32px;
  }
  .icon_next:before,
  .ie_icon_next {
    float: right;
    margin-right: 0;
    background-position: right -48px;
  }
  .icon_prev_dis:before,
  .ie_icon_prev_dis {
    margin-right: 0;
    background-position: left -64px;
  }
  .icon_next_dis:before,
  .ie_icon_next_dis {
    float: right;
    margin-right: 0;
    background-position: right -80px;
  }
  .icon_lst:before,
  .ie_icon_lst {
    margin-right: 0;
    background-position: left -176px;
  }
    .footer_lst .icon_lst:before,
    .footer_lst .ie_icon_lst {
      margin-left: -16px;
    }
  .icon_down:before,
  .ie_icon_down {
    display: none;
  }
  .icon_category_lst:before,
  .ie_icon_category_lst {
    display: none;
  }
  .icon_review:before,
  .ie_icon_review {
    background-position: left -240px;
  }
  .icon_review_post:before,
  .ie_icon_review_post {
    background-position: left -256px;
  }

/* layout */
.layout_wrapper {
  font-family: '筑紫A丸ゴシック', 'Sawarabi Gothic', sans-serif;
  margin: 0 auto;
  width: 100%;
  background-color: #fff;
}
.layout_header,
.layout_footer {
  margin: 0 auto;
  width: 100%;
}
.layout_container {
  margin: 0 auto;
  width: 80%;
}
.layout_header {
  padding-top: 10px;
  position: fixed;
  z-index: 998;
  background-color: #fff;
}
.layout_footer {
  margin-top: 3em;
}
.header_btn {
  font-size: 92.307%;
  line-height: 1.5;
}
  .header_btn a {
    color: #444;
  }
.viewcart_btn {
  float: right;
  margin-bottom: .5em;
  margin-left: 1.063%;
}
.header_member_nav {
  float: right;
  width: 29.787%;
}
  .header_member_nav li {
    float: right;
    white-space: nowrap;
    margin-left: 3.571%;
  }
  .member_login_name {
    float: right;
    clear: right;
    margin-bottom: .5em;
    text-align: right;
    line-height: 1.5;
  }

/* delivery price */
.header_delivery_price {
  padding: .5em 1em .3em;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #df7676;
  color: #fff;
  line-height: 1.5;
  float: right;
  clear: right;
}

/* product search form */
.prd_search_block {
  position: relative;
  float: left;
  margin: -6px 0 0 0;
  padding: 6px 0 0 1px;
  width: 30.212%;
  font-size: 92.307%;
}
  .prd_search_block.open {
    padding: 5px 0;
    border: 1px solid #888;
  }
  .prd_search_form_btn {
    cursor: pointer;
    display: inline-block;
    margin-left: 5px;
    padding: .3em .5em;
    border: 1px solid #a0a0a0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .prd_search_form {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: none;
    overflow: hidden;
    margin-top: 5px;
    padding: 5px;
    border-top: 1px solid #888;
    width: 97%;
  }
  .prd_search_keyword {
    float: left;
    padding: .5em 0;
    width: 80%;
    border: 1px solid #888;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-indent: 5px;
  }
  .prd_search_btn {
    float: right;
    padding: .35em 0;
    width: 18%;
    border: 1px solid #444;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #444;
    color: #fff;
    cursor: pointer;
  }
  .prd_search_optioncategory {
    margin-top: 10px;
    line-height: 1.5;
  }
  .prd_search_select {
    display: inline-block;
    width: 100%;
    font-size: 120%;
  }
  .prd_search_select option {
    word-break: break-all;
  }

/* shopname logo */
.shop_name {
  clear: both;
  padding: 1em 10% 2em;
  text-align: center;
  line-height: 1.5;
  margin-top: 2em;
  border-bottom: 1px solid #888;
}

  .shop_name a {
    color: #444;
    text-decoration: none;
  }
    .shop_name a:hover {
      text-decoration: underline;
    }
  .shop_name p {
    margin-bottom: 10px;
    text-align: center;
    font-size: 246.153%;
  }
  .shop_name img {
    max-width: 100%;
    height: inherit;
  }

/* header global nav */
.header_nav_lst {
  text-align: center;
  padding: 0;
  margin: 0;
}
.header_nav_menu {
  position: relative;
  display: inline;
  margin: 0;
  padding: 0 1em;
  text-align: center;
  font-weight: bold;
  line-height: 4;
}
.header_nav_menu a,
.header_nav_menu span {
  display: inline;
  color: #233F64;
  text-decoration: none;
  cursor: pointer;
  font-size: 20px;
}
.header_nav_menu_category img {
  position: relative;
  width: 16px;
  height: 16px;
}
.header_category_lst {
  position: absolute;
  left: 0;
  z-index: 101;
  display: none;
  min-width: 100%;
  width: auto;
  border-top: 1px solid #aaa;
  background-color: #fff;
      padding: 0;

}
.header_category_lst li {
  display: block;
  float: none;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
  border-left: 1px solid #888;
  text-align: left;
  white-space: nowrap;
  word-break: break-all;
  line-height: 1.4;
}
.header_category_lst a {
  display: block !important;
  padding: 1em;
  background-color: #fff;
}

/* title */
.ttl_h2 {
  width: 24vw;
  padding: 9px;
  /* text-align: center; */
  margin-left: 15px;
  margin-top: 3em;
  margin-bottom: .7em;
  color: #233F64 !important;
  /* background-color: #233F64; */
  border-bottom: solid 5px #233F64;
  font-weight: bold;
  font-size: 124%;
}
.ttl_h3 {
  margin-top: 2em;
  margin-bottom: .5em;
  color: #444;
  font-weight: bold;
  font-size: 92.307%;
}

/* topicpath */
.topicpath_nav {
  margin: 2em 0;
  font-size: 84.615%;
}
  .topicpath_nav li {
    display: inline;
    margin-right: .2em;
  }
  .topicpath_nav li a {
    margin-left: .2em;
    color: #444;
    text-decoration: none;
  }
  .topicpath_nav li a:hover {
    text-decoration: underline;
  }

/* prduct list */
.prd_lst {
  position: relative;
  clear: both;
  margin-left: -2.218%;
}
.prd_lst_unit {
  float: left;
  margin-bottom: 15px;
  margin-left: 2.083%;
  word-break: break-all;
}
  .prd_lst_unit_s {
    width: 22.916%;
  }
  .prd_lst_unit_m {
    width: 31.25%;
  }
  .prd_lst_unit a {
    color: #000;
    text-decoration: none;
  }
  .prd_lst_unit a:hover {
    text-decoration: underline;
  }
  .prd_lst_img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: inherit;
  }
  .prd_lst_span {
    display: block;
    margin: .3em 0;
  }
  .prd_lst_name {
    margin-top: .5em;
  }
  .prd_lst_exp {
    color: #666;
    font-size: 84.615%;
  }
  .prd_lst_price,
  .prd_lst_soldout {
    font-weight: bold;
    font-size: 92.307%;
  }
  .prd_lst_regular {
    color: #666;
    text-decoration: line-through;
  }
  .prd_lst_none {
    clear: both;
    text-align: center;
    font-size: 123.076%;
    line-height: 16;
  }
.prd_lst_block .ttl_h2 {
  margin: 20px 0 0;
}
.prd_lst_sort {
  float: right;
  margin: 20px 0;
}
  .prd_lst_sort a {
    color: #444;
  }
  .prd_lst_pager {
    position: relative;
    overflow: hidden;
    margin-top: 2em;
  }
  .prd_lst_pager ul {
    position: relative;
    left: 50%;
    float: left;
  }
  .prd_lst_pager li {
    position: relative;
    left: -50%;
    float: left;
  }
  .prd_lst_pager .prd_lst_pager_prev,
  .prd_lst_pager .prd_lst_pager_next {
    padding: .5em 0;
    width: 8em;
  }
  .prd_lst_pager .prd_lst_pager_next {
    text-align: right;
  }
  .icon_prev_dis,
  .icon_next_dis {
    display: block;
    color: #aaa;
  }
  .prd_lst_pager a {
    color: #444;
    text-decoration: none;
  }
  .prd_lst_pager a:hover {
    text-decoration: underline;
  }
.prd_lst_pos b {
  font-size: 160%;
}

/*-------------------------------- footer ----------------------------------*/
.footer_section {
  width: 70%;
  margin: 0 auto;
}
.footer_section .ttl_h2 {
  margin-top: 0;
  color: #fff !important;
  }
.footer_nav {
  position: relative;
  clear: both;
  padding: 2em 0;
}
.footer_category {
  position: relative;
  clear: both;
  padding: 2em 0;
  background-color: #233F64;
}
.footer_lst {
  font-size: 92.307%;
  line-height: 1.5;
  width: 22%;
}
  .footer_lst li {
    word-break: break-all;
    margin-bottom: .5em;
    padding-left: 16px;
  }
  .footer_lst .footer_category_img {
    display: block;
    margin-bottom: .3em;
    max-width: 100%;
    height: auto;
  }
  .footer_lst a {
    color: #444;
    text-decoration: none;
  }
    .footer_lst a:hover {
      text-decoration: underline;
    }
.category-wrapper {
  display: flex;
  justify-content: space-around;
}
.category-wrapper a {
  color: #fff;
}  


/* manager */
.manager_info {
  position: relative !important;
}  
.manager_img img {
  max-width: 100%;
}
.manager_memo .ttl_h3 {
  margin-top: .7em;
}

/* social icons */
.social_lst ul {
  padding-left: 16px;
  text-align: left;
}
.social_lst li {
  display: inline;
  margin: 1.5%;
}
.social_lst img {
  width: 24px;
  height: 24px;
  vertical-align: bottom;
}

  .copyright {
    clear: both;
    padding: 1em 0;
    text-align: right;
    font-size: 76.923%;
  }
    .powered {
      display: inline;
      margin-left: 1em;
      text-align: right;
      line-height: 18px;
    }
    .powered a {
      color: #777;
      text-decoration: none;
    }
    .powered img {
      margin-left: .3em;
      width: 200px;
      height: 18px;
    }

/* list */
.def_lst {
  border-top: 1px solid #eee;
}
  .def_lst_dt {
    padding-top: 1em;
    padding-bottom: 1em;
    font-weight: bold;
    float: left;
    clear: both;
    width: 30%;
    word-break: break-all;
  }
  .def_lst_dd {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 35%;
    border-bottom: 1px solid #eee;
  }
    .def_lst_dd img {
      max-width: 100%;
      width: inherit;
      height: auto;
    }

/* product option */
.product_option_table {
  margin: 3em 0;
}
  .product_option_table table {
    width: 100%;
    border-bottom: 1px solid #dadada;
    border-left: 1px solid #dadada;
  }
  .product_option_table th,
  .product_option_table td {
    padding: .8em .5em;
    border-top: 1px solid #dadada;
    border-right: 1px solid #dadada;
  }
  .product_option_table th {
    text-align: center;
  }
  .product_option_table td {
    vertical-align: top;
    text-align: center;
  }

/* policy */
#policy p {
  margin: 1em 0;
  color: #666;
  line-height: 1.8;
}
.policy_lead {
  padding-bottom: 1em;
  border-bottom: 1px solid #eee;
}

/* for ie7 - 8 */
.ie_wrapper .header_global_nav {
  position: relative;
  z-index: 101;
}
.ie_wrapper .header_nav_menu {
  z-index: 60;
}
.ie_wrapper .header_nav_menu_category {
  z-index: 100;
}
.ie_wrapper .header_category_lst {
  top: 3em;
}
/* for ie7 */
.ie.icon_prev,
.ie.icon_prev_dis {
  margin-right: 2em;
}
.ie_wrapper .header_category_lst {
  top: 2.7em;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 1.5) {
  .icon:before {
    background-image: url(https://img.shop-pro.jp/tmpl_img/63/icons16_2x.png) !important;
    -webkit-background-size: 16px 320px;
    background-size: 16px 320px;
  }
}

.header-row .top a {
  display: inline-block;
  padding: 10px 0;
}
/* BUBU スライド 最適表示（完全版） */
#carouselExampleControls,
#carouselExampleControls .carousel-inner,
#carouselExampleControls .carousel-item {
  width: 100%;
}

/* 画像 */
#carouselExampleControls .carousel-item img {
  width: 100%;
  height: auto;   /* ←これが一番重要 */
  display: block;
}
.wrapper1 {
  padding-top: 240px;
}
.bubu-logo {
  width: 260px;
}
.wrapper1 {
  padding-top: 270px;
}
/* スライド矢印の位置調整 */
#carouselExampleControls .carousel-control-prev,
#carouselExampleControls .carousel-control-next {
  width: 40px !important;
}

#carouselExampleControls .carousel-control-prev {
  left: 15px !important;
}

#carouselExampleControls .carousel-control-next {
  right: 15px !important;
}

#carouselExampleControls .carousel-control-prev-icon,
#carouselExampleControls .carousel-control-next-icon {
  opacity: 0.7;
}
#carouselExampleControls .carousel-item img {
  width: 100%;
  max-height: 500px;
  object-fit: contain;
  background-color: #111; /* 少し高級感 */
}
#carouselExampleControls {
  background-color: #111;
  display: flex;
  justify-content: center;
}

#carouselExampleControls .carousel-item img {
  max-height: 550px;
  margin: 0 auto;
  object-fit: contain;
}
#carouselExampleControls .carousel-item img {
  width: 100%;
  max-height: 580px;   /* ←ここがベストライン */
  object-fit: contain;
  background-color: #111;
}
#carouselExampleControls {
  background-color: #0b0b0b;
}

#carouselExampleControls .carousel-item img {
  width: 100%;
  max-height: 600px;
  object-fit: contain;
  display: block;
}
#carouselExampleControls {
  background: linear-gradient(#0a0a0a, #111);
}
/* ===== ヘッダーメニュー調整 ===== */
.header_nav_menu a {
  color: #2f5d50 !important;
  font-weight: 600;
  padding: 10px 15px;
  text-decoration: none;
}

/* ホバー */
.header_nav_menu a:hover {
  color: #356859 !important;
  border-bottom: 2px solid #2f5d50;
  transition: 0.2s;
}
.header_nav_menu {
  margin: 0 10px;
}
/* カテゴリー・検索も同じ色にする */
.header_nav_menu span {
  color: #2f5d50 !important;
  font-weight: 600;
  padding: 10px 15px;
  text-decoration: none;
}

/* ホバー */
.header_nav_menu span:hover {
  color: #356859 !important;
  border-bottom: 2px solid #2f5d50;
  transition: 0.2s;
}
/* ===== ヘッダーメニュー最終版 ===== */

.header_nav_menu {
  position: relative;
}

.header_nav_menu a,
.header_nav_menu span {
  display: inline-block;
  color: #2f5d50;
  font-weight: 600;
  padding: 8px 12px;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  line-height: 1.6;
  transition: 0.2s;
}

/* ホバー */
.header_nav_menu:hover a,
.header_nav_menu:hover span {
  color: #356859;
  border-bottom: 2px solid #2f5d50;
}
.header_nav_menu {
  margin: 0 8px;
}
.header_nav_menu:hover a,
.header_nav_menu:hover span {
  color: #356859;
  border-bottom: 2px solid #2f5d50;
  opacity: 0.9;
}
/* ===== ドロップダウン完成版 ===== */

.header_category_lst {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
  overflow: hidden;
}

.header_category_lst li {
  border-bottom: 1px solid #dfe9e3;
}

.header_category_lst a {
  display: block;
  color: #2f5d50;
  padding: 14px 20px 14px 28px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: 0.2s;
}

.header_category_lst a:hover {
  background: #f5f0eb;
}
/* ドロップダウン文字の左余白を強制 */
.header_category_lst li a {
  display: block !important;
  padding-left: 28px !important;
  padding-right: 20px !important;
}
/* ===== ショップについてページ 色統一 ===== */

/* 見出し */
.ttl_h2 {
  color: #2f5d50 !important;
  border-bottom: 3px solid #2f5d50 !important;
}

/* 表の左側項目 */
.def_lst_dt {
  color: #2f5d50 !important;
  font-weight: 600 !important;
}

/* 表の線 */
.def_lst,
.def_lst_dd {
  border-color: #dfe9e3 !important;
}

/* 本文 */
.def_lst_dd {
  color: #333 !important;
  line-height: 1.8;
}
/* 左の項目を少し強調 */
.def_lst_dt {
  color: #2f5d50 !important;
  font-weight: 700 !important;
}
.def_lst_dd {
  background: #fafafa;
}
.def_lst_dd {
  line-height: 1.9;
}
/* ===== FAQ 黄色マーカー変更 最終版 ===== */

span[style*="background"],
span[style*="yellow"],
span[style*="FFFF00"],
span[style*="#ffff00"],
mark {
  background: #2f5d50 !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  padding: 10px 14px !important;
  border-radius: 6px !important;
  display: inline-block !important;
  margin-top: 12px !important;
}
/* =========================
 BUBU フッター最終完成版
========================= */

#footer,
#footer.layout_footer,
.layout_footer,
#footer .footer_category,
#footer .footer_nav,
#footer .footer_section {
  background: #F5F0EB !important;
  color: #5f5248 !important;
}

#footer {
  padding: 60px 0 80px !important;
}

#footer *,
#footer a {
  color: #5f5248 !important;
  text-decoration: none !important;
}

#footer a:hover {
  color: #735240 !important;
}

#footer .ttl_h2,
#footer h2,
#footer h3 {
  color: #5a4030 !important;
  border-bottom: 1px solid #D8CFC6 !important;
  font-weight: bold !important;
}

/* 店主紹介＋カレンダー */
#footer .footer-wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 50px !important;
  max-width: 900px !important;
  margin: 40px auto !important;
  background: transparent !important;
}

#footer .footer_content1 {
  display: flex !important;
  align-items: center !important;
  gap: 15px !important;
  max-width: 500px !important;
  margin: 0 !important;
}

#footer .footer_content1 img {
  width: 150px !important;
  height: auto !important;
  border-radius: 6px !important;
}

#footer .footer_content1 .text {
  font-size: 13px !important;
  line-height: 1.7 !important;
}

/* カレンダー */
#footer .calender {
  display: block !important;
  background: #F3EED8 !important;
  width: 380px !important;
  max-width: 380px !important;
  padding: 18px !important;
  border-radius: 12px !important;
  overflow: visible !important;
  box-sizing: border-box !important;
  text-align: center !important;
  box-shadow: 0 3px 10px rgba(0,0,0,0.06) !important;
  transform: none !important;
  margin: 0 !important;
  position: static !important;
}

#footer .side_cal {
  transform: none !important;
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  background: #F3EED8 !important;
}

#footer .side_cal table,
#footer .side_cal td,
#footer .side_cal th {
  background: #F3EED8 !important;
  color: #5f5248 !important;
}

#footer .side_cal_memo {
  background: transparent !important;
  padding: 10px 12px !important;
  font-size: 11px !important;
  line-height: 1.6 !important;
  text-align: left !important;
}

/* 赤い休業日は赤のまま残す */
#footer .side_cal td[style*="red"],
#footer .side_cal td[style*="#ff0000"],
#footer .side_cal td[style*="background-color:red"],
#footer .side_cal td[style*="background-color: red"] {
  background: #ff0000 !important;
  color: #ffffff !important;
}

/* コピーライト */
#footer .copyright,
#footer address.copyright {
  background: #F5F0EB !important;
  text-align: center !important;
  color: #999 !important;
  margin-top: 40px !important;
}

/* スマホ */
@media screen and (max-width: 768px) {
  #footer .footer-wrapper {
    display: block !important;
    text-align: center !important;
  }

  #footer .footer_content1 {
    display: block !important;
    margin: 0 auto 25px !important;
  }

  #footer .calender {
    margin: 0 auto !important;
    width: 95% !important;
    max-width: 380px !important;
  }
}
/* ===== カテゴリー下切れ修正 ===== */

header,
.header-row,
.layout_header,
.header_global_nav,
.header_nav_menu {
  overflow: visible !important;
}

.header_category_lst {
  max-height: 70vh !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  z-index: 9999 !important;
}

.header_category_lst a {
  padding: 10px 16px !important;
  font-size: 14px !important;
}
/* ===== BUBU フッターカレンダー 最終整理版 ===== */

/* 左説明とカレンダーの横並び調整 */
#footer .footer-wrapper {
  align-items: center !important;
  justify-content: center !important;
  gap: 60px !important;
}

/* カレンダー全体 */
#footer .calender {
  width: 540px !important;
  max-width: 540px !important;
}

/* 5月・6月の間隔 */
#footer .side_cal {
  gap: 28px !important;
}

/* カレンダー表 */
#footer .side_cal table {
  width: 190px !important;
  min-height: 165px !important;
}

/* 日付 */
#footer .side_cal th,
#footer .side_cal td {
  width: 24px !important;
  height: 24px !important;
  line-height: 24px !important;
  font-size: 13px !important;
}

/* 月名 */
#footer .side_cal caption {
  display: table-caption !important;
  caption-side: bottom !important;
  text-align: center !important;
  font-size: 13px !important;
  font-weight: bold !important;
  color: #5a4030 !important;
  padding-top: 8px !important;
}
/* トップ上部だけ背景色テスト */
#farms-choice {
  background: #F5F0EB !important;
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}
/* 商品名と価格を中央に戻す */
.prd_lst_unit {
  text-align: center !important;
}

.prd_lst_unit_name,
.prd_lst_unit_price {
  text-align: center !important;
  display: block !important;
}
#logo_img img{
	width: 82%;
	max-width: 360px;
	height: auto;
}
/* =========================================
   BuBu カテゴリー・検索 ドロップダウン調整
   ファームズ風・上品グリーン版
========================================= */

/* ドロップダウン全体 */
.header_category_lst,
.l-mega-menu {
  background: #ffffff !important;
  border: 1px solid #2F5D50 !important;
  border-radius: 8px !important;
  box-shadow: 0 10px 28px rgba(0,0,0,0.18) !important;
  overflow: hidden !important;
}

/* 一覧の各行 */
.header_category_lst li,
.l-mega-menu-list__item {
  border-bottom: 1px solid #2F5D50 !important;
  background: #ffffff !important;
}

/* 最後の線を消す */
.header_category_lst li:last-child,
.l-mega-menu-list__item:last-child {
  border-bottom: none !important;
}

/* 文字 */
.header_category_lst a,
.l-mega-menu-list__link {
  display: block !important;
  padding: 13px 28px !important;
  color: #2F5D50 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  line-height: 1.5 !important;
  background: #ffffff !important;
}

/* ホバー時 */
.header_category_lst a:hover,
.l-mega-menu-list__link:hover {
  background: #F5F0EB !important;
  color: #735240 !important;
}

/* はみ出し防止 */
.header_category_lst,
.l-mega-menu {
  max-height: 72vh !important;
  overflow-y: auto !important;
}
/* =========================================
   BuBu カテゴリー・検索 最終上書き版
========================================= */

.header_nav_menu .header_category_lst {
  top: 58px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 760px !important;
  max-width: 90vw !important;
  background: #fff !important;
  border: 1px solid #2F5D50 !important;
  border-radius: 8px !important;
  box-shadow: 0 12px 28px rgba(0,0,0,0.18) !important;
  overflow: hidden !important;
  padding: 0 !important;
}

.header_nav_menu .header_category_lst li {
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #2F5D50 !important;
  background: #fff !important;
}

.header_nav_menu .header_category_lst li:last-child {
  border-bottom: none !important;
}

.header_nav_menu .header_category_lst li a {
  display: block !important;
  padding: 13px 28px !important;
  color: #2F5D50 !important;
  background: #fff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  text-decoration: none !important;
  border-bottom: none !important;
}

.header_nav_menu:hover .header_category_lst li a {
  border-bottom: none !important;
}

.header_nav_menu .header_category_lst li a:hover {
  background: #F5F0EB !important;
  color: #735240 !important;
}
/* =========================================
   BuBu カテゴリー・検索
   カーソルを合わせたら開く設定
========================================= */

/* 通常は非表示 */
.header_nav_menu .header_category_lst {
  display: none !important;
}

/* カテゴリー・検索にカーソルを合わせたら表示 */
.header_nav_menu:hover .header_category_lst {
  display: block !important;
}

/* メニュー上にカーソルを置いている間も消えない */
.header_nav_menu .header_category_lst:hover {
  display: block !important;
}
/* =========================================
   BuBu ドロップダウンのすきま消し
========================================= */

/* 親メニューの下に、見えない橋を作る */
.header_nav_menu {
  position: relative !important;
}

.header_nav_menu::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 18px;
  background: transparent;
}

/* メニューを少し上に寄せる */
.header_nav_menu .header_category_lst {
  top: 46px !important;
}
/* =========================================
   BuBu カテゴリー・検索
   hover安定版：メニューが消えにくい設定
========================================= */

/* 親メニュー自体に高さを持たせる */
.header_nav_menu {
  position: relative !important;
}

/* カテゴリー・検索の下に透明の通路を作る */
.header_nav_menu:hover::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 38px;
  width: 820px;
  height: 45px;
  background: transparent;
  z-index: 9998;
}

/* メニュー位置を上に寄せる */
.header_nav_menu .header_category_lst {
  top: 42px !important;
  z-index: 9999 !important;
}

/* hover中は必ず表示 */
.header_nav_menu:hover .header_category_lst,
.header_category_lst:hover {
  display: block !important;
}