.bc-section__heading {
  margin: 10px 0 0;
  text-align: center;
  color: #333;
}

.bc-section__heading--title {
  font-size: 18px;
  position: relative;
  margin-bottom: .8em;
  letter-spacing: .1em;
}

.bc-section__heading--title::after {
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  height: 1px;
  content: '';
  background: #333;
}

.bc-section__heading--title span {
  line-height: 1.3;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 1em;
  background: #fff;
}

.bc-section__heading--sub--title {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 1.2;  
}












h2.key1{  
font-weight:bold;
color:#ffffff;
background-color:#14263A;
display:inline-block;
margin:8px 8px 15px 8px;
padding:8px;
}


h2.key{
font-size:12px;
font-weight:nomal;
border:1px solid #cccccc;
border-radius:9999px;
display:inline-block;
margin:5px;
padding:8px;
}

h2.key a,a:hover,a:visited{
  text-decoration: none;
  color: inherit;
}




h2.key2{
font-size:12px;
font-weight:nomal;
border:1px solid #cccccc;
border-radius:9999px;
display:inline-block;
margin:5px 5px 15px 5px;
padding:8px;
}

h2.key2 a,a:hover,a:visited{
  text-decoration: none;
  color: inherit;
}












.top_tile{
		overflow:hidden;
	}

	.top_tile_image{
	    -webkit-box-sizing: border-box;
	       -moz-box-sizing: border-box;
	         -o-box-sizing: border-box;
	        -ms-box-sizing: border-box;
	            box-sizing: border-box;
		width:95%;
		list-style: none;
		text-align:left;
		max-width:100%;
		margin:0 auto 0 auto;
	}

	.top_tile_image_list{
		padding: 0px;
		clear:both;
	}

	.top_tile_image_list img{
		width:calc(100% - 3px);
/*		box-shadow: 0 0 0 3px #FFF; */
		transition: 0.6s;
		backface-visibility: hidden;
	}

	.top_tile_image_list img:hover{
		opacity: .7;
	}

	.top_tile_image_list li{
		float: left;
		list-style: none;
		padding: 0px;
      margin-bottom:3px;
	}

	.top_tile_image_list li p{
		display:none;
	}









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

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

.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.2;
  margin: 0;
}

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

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

.p-news__content {
  line-height: 1.1;
  margin: 5px 0 10px 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.1;
}

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

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

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

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

.p-contents__list li::before {
    color:#333;
  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;
}

.p-custom-banner {
  margin-top: 50px;
  text-align: center;
  max-width:88%;
  margin:0 auto 0 auto;
}

.p-custom-banner__unit {
  background: #f8f8f8;
}

.p-custom-banner__unit--text {
  font-family: 'Montserrat', sans-serif;
  padding: 30px 10px;
  color: #f8f8f8;
  background: #333;
}

.p-custom-banner__unit--text a {
  color: #f8f8f8;
}

.p-custom-banner__image {
  width: 100%;
}

.p-custom-banner__heading {
  font-size: 24px;
  padding: 10px 0;
}

.p-custom-banner__body {
  line-height: 1.5;
  padding: 10px 0;
}



  #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;
  }

  .p-custom-banner {
    display: table;
    width: 100%;
    margin-top: 30px;
    table-layout: fixed;
  }

  .p-custom-banner__unit {
    display: table-cell;
    box-sizing: border-box;
    width: 50%;
    max-width: 50%;
    vertical-align: middle;
    word-break: break-all;
  }

  .p-custom-banner__unit--text {
    padding: 10px 20px;
  }
}


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

  .p-custom-banner__heading {
    font-size: 30px;
  }



  

.grid-container {
  display: grid;
  grid: 1fr   / 1fr 1fr 1fr 1fr 1fr 1fr ;

}
.grid-container > * {
  border: none;

}
.itemA { grid-row: 1 / 2; grid-column: 1 / 2; }
.itemB { grid-row: 1 / 2; grid-column: 2 / 3; }
.itemC { grid-row: 1 / 2; grid-column: 3 / 4; }
.itemD { grid-row: 1 / 2; grid-column: 4 / 5; }
.itemE { grid-row: 1 / 2; grid-column: 5 / 6; }
.itemF { grid-row: 1 / 2; grid-column: 6 / 7; }

  
  
  
  

  

  	
.left_menu {
	font-size:100%;


}
.left_menu a {
	color:#231815;
	text-decoration:none; }
.left_menu a:hover {
	color:#231815;
	text-decoration:underline; }
.left_menu li {
	font-size:100%;
	line-height:110%; 
    margin:10px;
  padding:10px;}
	
  
  
  	
.nen{
margin:0;
padding:10px;
border: medium solid #cccccc;
vertical-align:middle;
}

	
.nen{

	width: 100%;
	height: 110px;
margin:0 auto 10px 0;
padding: 10px;
border:thin solid #000000;
vertical-align:middle;
text-align: center;
}

  
  
  
.for-pc { display:block; }
.for-sp { display:none; }

@media only screen and (max-width : 767px){
.for-pc { display:none; }
.for-sp { display:block; }
  
}  

.sptop{ margin:5px;
}
  
.sptop0{ margin:0px;
}
  
  .p-news__label {
    float: left;
    clear: left;
    margin-right: 20px;  
  
}
  

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

}

   
   
   
   
 /*
  
.p-custom-banner__body {
  line-height: 1.5;
  padding: 10px 0;
}
の下

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

}









  .p-custom-banner__unit--text {
    padding: 10px 20px;
  }
}

の下


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

/* 横スクロール */
.scroll_content { /* リスト全体のスタイル */
  display: flex;
  max-width: 767px;
  margin: auto 0px auto 5px;
  overflow-x: auto;
  padding-left: 0px;
}
 
.scroll_content li { /* 各リストのスタイル */
  width: 40%;
  padding: 8px 8px 8px 0px;
  margin: 3px 3px 3px 0px;
  flex-shrink: 0;
  list-style: none;
}
 
.scroll_content img { /* 画像のスタイル */
  width: 100%;
  max-height: 200px;
  object-fit: cover;
}
 
.scroll_content::-webkit-scrollbar {
  height: 12px; /* スクロールバーの高さ */
}
 
.scroll_content::-webkit-scrollbar-thumb {
  background: #aaa; /* ツマミの色 */
  border-radius: 6px; /* ツマミ両端の丸み */
}
 
.scroll_content::-webkit-scrollbar-track {
  background: #ddd; /* トラックの色 */
  border-radius: 6px; /* トラック両端の丸み */
}
 






.s-product-list__name {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.3;
  display: block;
  margin-top: .5em;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
  
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  
}

.s-product-list__name:hover {
  opacity: .66;
}

.s-product-list__name:active {
  opacity: 1;
}

.s-product-list__price {
  font-size: 12px;
  font-weight: bold;
  margin-top: 1em;
}

.s-product-list__pricesold {
  font-size: 12px;
  font-weight: bold;
  margin-top: 1em;
  letter-spacing: 1px;
  color: #FFFFFF;
  background-color: #FF0000;
  padding:5px;
  text-align:center;
}

.s-product-list__regular-price {
  font-weight: bold;
  margin-top: 1em;
}

.s-product-list__soldout {
  font-weight: bold;
  margin-top: 1em;
}


.sidescrollcate{
  font-size: 14px;
  font-weight: bold;
  position: relative;
  margin-top: 15px;
  margin-left: 5px;
  margin-bottom: .8em;
  letter-spacing: .1em;
}




/* スマホサイズでスライダー表示 */

.slide-wrap {
overflow-x: scroll;
  background-color: #ffffff;
  display: flex;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
.slide-box {
   flex: 0 0 90%;
   margin: auto 1% auto auto;
  height: auto;
  margin: .5%;
  width: 90%;
}

.slide-box img {
  display: block;
  height: auto;
  width: 100%;
}







  
/* 店舗紹介 */  
  
.shopt{
width:100%;
text-align:left;
margin:0 auto;
padding:0 10px 0 10px;
}
