#header {
  display: none;/* 非表示 */
}
#smah_header {
  display: none;/* 非表示 */
}
#on-line_header {
  display: block;/* 表示 */
}

h2 {
  margin-top: 40px;
  margin-bottom: 30px;
}

/* オンラインショップカテゴリメニュー
------------------------------------------------------------*/

#product_menu {
  width: 100%;
  background-color: #FFFAF0;
}
#product-nav {
  width: 100%;
}
#product-nav .inner {
  padding-bottom: 0;
  padding-top: 0;
  margin: 0 auto;
  max-width: 100%;
  padding: 12px 0 10px 0;
  width: 800px;
}
.product-list {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-item {
  width: 19%;
  display: inline-block;
  font-size: 1.3em;
  border-right: 1px solid #bdbdbd;
}
.product-item:last-child {
  margin-right: 0;
  border-right: 0;
}
.product-item a {
  color: brown;
  display: block;
  text-align: center;
  text-decoration: none;
}
.product-item a:hover{
  opacity: 0.5;
}
#product-nav {
  position: static;
  top: -30px;
  transition: all 1.8s ease 0s;
}

@media screen and (max-width: 650px) {
#product_menu {
 display: none;/* 非表示 */
}
}

/* 配送・定休日についてのお知らせ
------------------------------------------------------------*/

#news {
  width: 100%;
  background-color: #fff;
  padding: 25px 0 35px 0;
}
#news .inner{
  width: 90%;
  text-align: center;
  margin: 0 auto;
}
#news .title{
  font-size: 2em;
  color: black;
  text-align: center;
}
#news .main{
  font-size: 1.2em;
  font-weight: bold;
  color: #d13421;
  text-align: center;
}
#news p{
  word-break: keep-all;
  font-size: 1.2em;
  font-weight: bold;
  color: black;
  text-align: center;
}
@media screen and (max-width: 650px) {
#news {
  border: 3px solid #d13421;
  width: 98.3%;
  padding: 20px 0;
}
#news .inner{
  width: 90%;
}
#news .title{
  font-size: 1.7em;
}
#news .main{
  font-size: 1.2em;
}
#news p{
  font-size: 1em;
  text-align: left;
  word-break: normal;
}
}

/* pickup ピックアップ商品
------------------------------------------------------------*/

#pickup{
  background: url(https://img21.shop-pro.jp/PA01455/311/etc/cate_bg.jpg?cmsp_timestamp=20200829090156) no-repeat 100% 100%;
  background-size: cover;
  -webkit-background-size: cover;
  color: black;
  text-align: center;
}
#pickup .inner{
  width: 100%;
  height: 100%;
}
#pickup div{
  width: 47%;
  vertical-align: text-top;
  display: inline-block;
  padding: 25px 0;
}
.smh_img {
  display: none;
}
.pc_img {
  display: block;
}
#pickup h2{
  text-align: left;
  padding: 0 30px;
  font-size: 2em;
  line-height: 1.5;  
  margin-top: 30px;
}
#pickup p{
  font-size: 1.2em;
  line-height: 1.8;
  letter-spacing: 0.4px;
  text-align: left;
  padding: 0 30px;
}
/* 商品詳細はこちらボタン */
.button03 {
  position: relative;
  display: inline-block;
  padding: 0.2em 2.5em;
  margin: 40px 0;
  font-weight: bold;
  font-size: 1.3em;
  border: solid 2px #BDB76B;
  border-radius: 50px;
  transition: .4s;
  color: #fff;
  background-color: #BDB76B;
  text-align: center;
  text-decoration: none;
}
.button03::after {
  position: absolute;
  top: 50%;
  right: .2em;
  content: '';
  margin-top: -5px;
  border: 7px solid transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-color: #fff;
  transition: all .2s;
}
.button03:hover::after {
  right: -.05em;
}
@media screen and (max-width: 650px) {  
#pickup div{
  width: 100%;
  padding: 10px 0;
}  
.smh_img {
  display: block;
}
.pc_img {
  display: none;
}
#pickup img{
  width: 90%;
  margin: 0 auto;
}
}

/* category 商品カテゴリー
------------------------------------------------------------*/

#category{
  background-color: #FFF;
  text-align: center;
  padding: 50px 0 30px 0;
}
#category .inner{
  width: 90%;
  height: 100%;
  margin: 0 auto;
}
#category div{
  width: 24%;
  vertical-align: text-top;
  display: inline-block;
  padding: 25px 10px;
}
#category img{
  border-radius: 50%;
}
#category p{
  font-size: 1.5em;
  line-height: 1.8;
  letter-spacing: 0.4px;
  text-align: center;
  margin-top: 20px;
  color: #BDB76B;
}
@media screen and (max-width: 650px) {
#category div{
  width: 49%;
  padding: 0;
}
#category img{
  width: 90%;
}
#category p{
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 2em;
}
}  
  
/* sub category & sub group */
.grp_lst {
  position: relative;
  clear: both;
  margin-left: -2.127%;
  padding-top: 2em;
}
.grp_lst_unit {
  float: left;
  margin-bottom: 15px;
  margin-left: 2.083%;
  width: 17.916%;
  word-break: break-all;
}
  .grp_lst_unit a {
    display: block;
    padding: .5em;
    background-color: #f1f1f1;
    color: #000;
    text-decoration: none;
  }
  .grp_lst_unit a:hover {
    text-decoration: underline;
  }
  .grp_lst_img {
    display: block;
    margin: 0 auto .5em;
    max-width: 100%;
    height: inherit;
  }
.category_desc_2 {
  padding-top: 2em;
}

/* オンラインショップメニュー
------------------------------------------------------------*/

.prd_recommend_block {
  width: 100%;
  margin-bottom: 60px;
}
.prd_recommend_block p{
  font-size: 1.3em;
  margin: 20px 0 10px 0;
}
.prd_lst {
  width: 90%;
  margin: 0 auto;
}
.prd_lst_unit {
  width: 23.5%;
  margin: 0 auto;
  padding: 5px;
}
.prd_lst_name a{
  color: #FFF;
}
.prd_lst_pager {
  margin-top: 70px;
}
@media screen and (max-width: 650px) {
.prd_recommend_block {
  margin-bottom: 50px;
}
.prd_lst {
  width: 90%;
}
.prd_lst_unit {
  width: 46.7%;
  margin: 0 auto;
  padding: 5px;
}
}