.p-top-logo {
  font-size: 20px;
  line-height: 1.4;
  max-width: 90%;
  margin: 30px auto;
  text-align: center;
}

.p-top-logo a {
  display: block;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-top-logo a:hover {
  opacity: .66;
}

.p-top-logo a:active {
  opacity: 1;
}

#p-slider .bx-controls-direction a {
  z-index: 100;
}

#p-slider .bx-viewport {
  top: 0;
  left: 0;
  border: 0;
  background: #f8f8f8;
  box-shadow: none;
}

#p-slider .bx-wrapper img {
  margin: 0 auto;
}

#p-slider .bx-caption {
  top: 0;
  bottom: auto;
  background: rgba(0, 0, 0, .3);
}

#p-slider .bx-caption span {
  padding: 1.5em;
}

#p-slider .bx-pager {
  bottom: 10px;
  padding-top: 0;
}

#p-slider .bx-pager a {
  background: #fff;
}

#p-slider .bx-pager a:hover,
#p-slider .bx-pager a.active {
  background: #fd7f23;
}

.p-news {
  line-height: 1.5;
  margin: 0;
}

.p-news::after {
  display: block;
  clear: both;
  content: '';
}

.p-news__label {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  width: 180px;
  margin: 0;
  letter-spacing: 1px;
}

.p-news__content {
  line-height: 1.6;
  margin: 5px 0 20px 10px;
}

.p-news__content p:nth-child(1) {
  margin-top: 0;
}

.p-news__label {
  font-family: 'Montserrat', sans-serif;
}

.p-news__label::before {
  content: '-';
}

.p-info {
  line-height: 1.5;
}

.p-contents {
  line-height: 1.5;
  margin-bottom: 40px;
}

.p-contents__list {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

.p-contents__list::after {
  display: block;
  clear: both;
  content: '';
}

.p-contents__list li {
  position: relative;
  box-sizing: border-box;
  padding: 0 2em 0 1em;
}

.p-contents__list li::before {
  position: absolute;
  top: .5em;
  left: 0;
  content: '-';
}

.p-contents__list a {
  display: block;
  max-width: 100%;
  padding: .5em 0;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-contents__list a:hover {
  opacity: .66;
}

.p-contents__list a:active {
  opacity: 1;
}



@media screen and (min-width: 600px) {
  .p-top-logo {
    display: none;
  }

  #p-slider .bx-pager {
    bottom: 30px;
  }

  .p-contents__list li::before {
    top: 0;
  }

  .p-contents__list li {
    float: left;
    width: 50%;
    margin-bottom: 20px;
  }

  .p-contents__list li:nth-child(2n + 1) {
    clear: left;
  }

  .p-contents__list a {
    display: inline-block;
    padding: 0;
  }


}

@media screen and (min-width: 960px) {
  .p-news__label {
    float: left;
    clear: left;
    margin-right: 20px;
  }

  .p-news__content {
    overflow: hidden;
    margin: 0 0 20px;
  }


}

/* ------------------------------
追加
------------------------------ */

/* お知らせ */
.fz24lh2em{
  font-size: 24px!important;
  line-height: 2em!important;
}

/* おすすめ商品 */
.c-product-list__name{
  font-size: 20px;
  font-weight: normal;
}
.c-product-list__price{
  font-size: 20px;
  font-weight: normal;
}
.c-product-list__expl{
  font-size: 14px;
  line-height: 1.8em;
}

/* ロゴ */
.p-top-logo > .d-flex > span{
  display: none;
}
@media screen and (max-width: 599px){
  .p-top-logo .d-flex{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-top-logo .d-flex > a{
    display: block;
    width: 50px;
    margin-right: 20px;
  }
  .p-top-logo .d-flex > span{
    display: block;
    text-align: left;
    font-size: 14px;
  }
}


/* ------------------------------
スタッフブログ用追加200602
------------------------------ */

@media screen and (max-width:600px) {
	
/* 425以下用(スマホ)*/


 .staff-blog{
  font-size:12px;
   /* ↑不要かも */
  margin:0 auto;
  text-align: center;
  max-width:1000px;
}
  .staff-blog ul{
    /* 必要？か不明 */
    margin:0;
    padding:0;
  }
  .staff-blog li{
    width:90%;
	 /* 横幅 */
	height:220px;
	 /* 縦幅 */
    margin:0 auto;
	 /* 隙間 */
    list-style: none;
	 /* リストの〇をのける */
    border: 1px solid #c1c1c1;
    /* 境界線を実線で指定 */
    border-radius: 10px;
    /* ボックスの四つ角を丸くする */
    display:inline-block;
   margin-bottom:10px;
      /*記事の間(下)に余白を入れる*/
  }
  .staff-blog li img{
    
     width:97%;
	  /* 画像横幅 */
	height:140px;
	/* 画像縦幅 */
  object-fit: cover;
   /* 画像をトリミングする */
    display:block;
   border-radius: 10px;
    /* 画像の四つ角を丸くする */
    margin:0 auto;
    margin-top: 5px;
  }
  
.staff-blog-tbpc{ display:none!important; }
.staff-blog-pc{ display:none!important; }
.staff-blog-tb{ display:none!important; }
.staff-blog-mb { display:inline!important; }

  .staff-blog a {
    text-decoration: none;
	 /* URLの下線を除ける */
    color: #000000;
  }
 
    .staff-blog br {
   line-height:0.5em;  
 }
  
div.staff-blog-honbun
  { 
  margin:2px;  
  /* テキスト周辺の余白 */
  text-align:left;
  /* テキスト左寄せ*/
  font-size:11px;
  /* テキスト(h1以外)のフォントサイズ*/
      
 }
 
.staff-blog-honbun h1 {　
　　line-height:0px;
    margin-top: 5px;
    margin-bottom: 5px;
    color:#595857;
	 /* 文字色 */
    font-size:20px;
	 border-bottom: solid 1px #999;
　　  /*下線 */
    }  

 .staff-blog-honbun p
 {line-height: 13px;
      /*テキスト(h1以外)の行間*/
	   margin:2px;  
}
    .staff-blog-honbun font
    {display: none;}
      
  /*━━━スマホピックアップ記事━━━*/
   
   .staff-blog-pickupmb{
  font-size:12px;
   /* ↑不要かも */
  margin:0 auto;
  text-align: center;
  max-width:1000px;
}
  .staff-blog-pickupmb ul{
    /* 必要？か不明 */
    margin:0;
    padding:0;
  }
  .staff-blog-pickupmb li{
    width:90%;
	 /* 横幅 */
	height:350px;
	 /* 縦幅 */
    margin:0 auto;
	 /* 隙間 */
    list-style: none;
	 /* リストの〇をのける */
    border: 1px solid #c1c1c1;
    /* 境界線を実線で指定 */
    border-radius: 10px;
    /* ボックスの四つ角を丸くする */
    display:inline-block;
   margin-bottom:10px;
      /*記事の間(下)に余白を入れる*/
  }
  .staff-blog-pickupmb li img{
    
     width:97%;
	  /* 画像横幅 */
	height:230px;
	/* 画像縦幅 */
  object-fit: cover;
   /* 画像をトリミングする */
    display:block;
   border-radius: 10px;
    /* 画像の四つ角を丸くする */
    margin:0 auto;
    margin-top: 5px;
  }
  
  .staff-blog-pickupmb a {
    text-decoration: none;
	 /* URLの下線を除ける */
    color: #000000;
  }
 
    .staff-blog-pickupmb br {
   line-height:0.5em;  
 }
  
  .staff-blog-pickup-br{
      background-color:#d9413c;
      color:#FFFFFF;
      font-size:15px;
      font-weight: bold;
      vertical-align:text-top;
      padding:25px;
      margin-top: 10px;
      margin-right: 10px;
      margin-left: 15px;
border-radius: 10px;
    /* 四つ角を丸くする */
    }
	
	.staff-blog-pickup-honbun
  { 
  margin:7px;  
  /* テキスト周辺の余白 */
  margin-top:0.5px;
  text-align:left;
  /* テキスト左寄せ*/
  font-size:13px;
  /* テキスト(h1以外)のフォントサイズ*/
 
 }
 
 
}
  
  
@media screen and (min-width:600px) {
	
/* 600〜1200pxの画面用*/


 .staff-blog{
 text-align: center;
  font-size:12px;
   /* ↑不要かも */
  margin:0 auto;  
}
  .staff-blog ul{
    /* 必要？か不明 */
    margin:0;
    padding:0;
	max-width:1000px
	 display:inline-block;
  }
  .staff-blog li{
    width:250px;
	 /* 横幅 */
	height:310px;
	 /* 縦幅 */
    margin:5px;
	 /* 隙間 */
    list-style: none;
	 /* リストの〇をのける */
    border: 1px solid #c1c1c1;
    /* 境界線を実線で指定 */
    border-radius: 10px;
    /* ボックスの四つ角を丸くする */
    display:inline-block;
   margin-bottom:10px;
      /*記事の間(下)に余白を入れる*/
  }
  .staff-blog li img{
    
     width:240px;
	  /* 画像横幅 */
	height:150px;
	/* 画像縦幅 */
  object-fit: cover;
   /* 画像をトリミングする */
    display:block;
   border-radius: 10px;
    /* 画像の四つ角を丸くする */
    margin:0 auto;
    margin-top: 5px;
  }
  
.staff-blog-tbpc{ display:inline!important; }
.staff-blog-pc { display:none!important; }
.staff-blog-tb{ display:inline!important; }
.staff-blog-mb { display:none!important; }

  .staff-blog a {
    text-decoration: none;
	 /* URLの下線を除ける */
    color: #000000;
  }
 
    .staff-blog br {
   line-height:0.5em;  
 }
  
div.staff-blog-honbun
  { 
  margin:5px;  
  /* テキスト周辺の余白 */
  text-align:left;
  /* テキスト左寄せ*/
  font-size:13px;
  /* テキスト(h1以外)のフォントサイズ*/
 }
 
.staff-blog-honbun h1 {　
　　line-height: 1.2;
    margin: 0;
    color:#595857;
	 /* 文字色 */
    font-size:17px;
	 border-bottom: solid 1px #999;
　　 /* 下線 */
    }  

 .staff-blog-honbun p
 {line-height: 1.5em;
  /* テキスト(h1以外)の行間*/
  height:5.5em;
   }

   
  /*━━━タブレットピックアップ記事━━━*/
  
  .staff-blog-pickup {
 text-align: center;
 border: 1px #c1c1c1 solid; 
  height:200px;
 /* 縦幅 */
  max-width:768px;
border-radius: 10px;
    /* テーブルの四つ角を丸くする */

}

  .staff-blog-pickup-br{
      background-color:#d9413c;
      color:#FFFFFF;
      font-size:15px;
      font-weight: bold;
      vertical-align:text-top;
      padding: 5px;
border-radius: 10px;
    /* 四つ角を丸くする */
      margin: 5px;
    }
  
  .staff-blog-pickup img{
	  width:100%;
	height:180px;
	 /* 画像の縦幅 */
  object-fit: cover;
   /* 画像をトリミングする */
border-radius: 10px;
    /* 画像の四つ角を丸くする */
      margin: 5px;
  }
   
 .staff-blog-pickup-a {
    text-decoration: none;
	 /* URLの下線を除ける */
    color: #000000;
  }

 .staff-blog-pickup-honbun
  { 
  margin:7px;  
  /* テキスト周辺の余白 */
  margin-top:0.5px;
  text-align:left;
  /* テキスト左寄せ*/
  font-size:13px;
  /* テキスト(h1以外)のフォントサイズ*/
 
 }

  .staff-blog-pickup h1{
  line-height: 1.2;
    margin: 0;
    color:#595857;
	 /* 文字色 */
    font-size:17px;
	 border-bottom: solid 1px #999;
　　 /* 下線 */
    }  
	
 .staff-blog-pickup p
	
{line-height: 1.50em;
  /* テキスト(h1以外)の行間*/
   }
     
  }
  
  
  @media screen and (min-width : 1200px){

 /* 1200px以上の画面用 */
 
 
.staff-blog{
  font-size:12px;
  /* ↑不要かも */
  text-align: center;
  margin:0 auto;
}
  .staff-blog ul{
    /* 必要？か不明 */
    margin:0;
    padding:0;
	max-width:1200px;
    display:inline-block;
  }
  .staff-blog li{
    width:350px;
	 /* 横幅 */
	height:450px;
	 /* 縦幅 */
    margin:5px;
	 /* 隙間 */
    list-style: none;
	 /* リストの〇をのける */
    border: 1px solid #c1c1c1;
    /* 境界線を実線で指定 */
    border-radius: 10px;
    /* ボックスの四つ角を丸くする */
    display: inline-block;
  }
 
  .staff-blog li img{
     width:330px;
	 /* 画像の横幅 */
	height:250px;
	 /* 画像の縦幅 */
  object-fit: cover;
   /* 画像をトリミングする */
    display:block;
　  margin:0 auto;
margin-top:10px;
margin-bottom: 20px;
   border-radius: 10px;
    /* 画像の四つ角を丸くする */
  }

  .staff-blog a {
    text-decoration: none;
	 /* URLの下線を除ける */
    color: #000000;
      }
   
  .staff-blog br {
	  line-height:0.5em;  
  }
  
  div.staff-blog-honbun
  { 
  margin:10px;
  /* テキスト周辺の余白 */
  text-align:left;
  /* テキスト左寄せ*/
  font-size:15px 
  /* テキストサイズ*/
 }
	
   .staff-blog-honbun h1{　
    line-height: 1.2;
    margin: 0;
    line-height:1.2em;
     color:#595857;
	 /* 文字色 */
    font-size:24px;
	 border-bottom: solid 1px #999;
　　 /* 下線 */ 
    }  

 .staff-blog-honbun p{
	 height:5em;}
 .staff-blog-sumahokaigyou {
    display: none;
	 /*PCでは改行したくないとき使用する*/
	} 	
	
	  
  /*━━━ＰＣピックアップ記事━━━*/
  
  .staff-blog-pickup {
 text-align: center;
 border: 1px #c1c1c1 solid; 
  height:300px;
	 /* 縦幅 */
min-width:1200px;
border-radius: 10px;
    /* テーブルの四つ角を丸くする */
    }
  
    .staff-blog-pickup-br{
      background-color:#d9413c;
      color:#FFFFFF;
      font-size:15px;
      font-weight: bold;
      vertical-align:text-top;
      padding: 7px;
      margin-top: 10px;
      margin-right: 10px;
      margin-left: 15px;
border-radius: 10px;
    /* 四つ角を丸くする */
    }
  
  .staff-blog-pickup img{
	height:280px;
	 /* 画像の縦幅 */
	width:100%;	
  object-fit: cover;
   /* 画像をトリミングする */
      margin:10px;
border-radius: 10px;
    /* 画像の四つ角を丸くする */     
  } 

 .staff-blog-pickup-a {
    text-decoration: none;
	 /* URLの下線を除ける */
    color: #000000;
  }
.staff-blog-pickup-honbun
  { 
  margin:15px;  
  /* テキスト周辺の余白 */
  text-align:left;
  /* テキスト左寄せ*/
  font-size:15px;
  /* テキスト(h1以外)のフォントサイズ*/  
  }


.staff-blog-pickup h1{
  line-height: 1.2;
    margin: 0;
    color:#595857;
	 /* 文字色 */
    font-size:24px;
	 border-bottom: solid 1px #999;
　　 /* 下線 */
    }  
	
.staff-blog-pickup p
{line-height: 1.50em;
  /* テキスト(h1以外)の行間*/
   }	
 
.staff-blog-tbpc{ display:inline!important; }
.staff-blog-pc{ display:inline!important; }
.staff-blog-tb{ display:none!important; }
.staff-blog-mb	{ display:none!important; }
 
} 	

</style>
