A{
	text-decoration:none;
	color:#333;
}

ul{
	list-style:none;
}
ul li{
	list-style:none;
}
p{
  line-height:1.6;
}

.info{
  margin:30px 0;
  font-size: 13px;
}

@media screen and (max-width: 765px) {
  .info{
    margin:0 0 30px;
    padding:0 15px;
    font-size: 12px;
}

}

.p-top-logo {
  font-size: 20px;
  line-height: 1.4;
  max-width: 45%;
  margin: 20px 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 {
	width:1008px;
	margin:0 auto;
}
@media screen and (max-width: 768px) {
#p-slider {
	width:100%;
}}

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

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



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

#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 {
  padding-top: 0;
}

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

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

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

.p-custom-banner {
  margin-top: 50px;
  text-align: center;
}

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

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

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

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

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

  #p-slider .bx-pager {

  }

  .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: 100px;
    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;
  }
}

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

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



.wrapper{
    width: 1008px;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 0px;
}
@media screen and (max-width: 768px) {
.wrapper{
width: 100%;
    margin: -10px auto 0;
}
}

.contents{
width: 75%;
float:right;
}
@media screen and (max-width: 765px) {
.contents{
width: 100%;
}
}


.sidebar{
width: 22%;
float:left;
}
@media screen and (max-width: 765px) {
.sidebar{
width: 90%;
padding: 5%;
}
}

.sidebar .mb30{
	margin-bottom:10px;
}
.sidebar .mb15{
	margin-bottom:15px;
}
.sidebar .ttl{
    padding: 17px 0px;
}
.sidebar .ttl,.sidebar .ttl02{
    font-weight: bold;
}
.sidebar .ttl span,.sidebar .ttl02 span{
    font-weight: bold;
    background: #696969;
    border-radius: 2px;
    height: 15px;
    width: 15px;
    display: inline-block;
    margin-right: 8px;
}
.sidebar .ttl02 {
    padding-bottom: 17px;
    border-bottom: 1px solid #bfbfbf;
    margin-top: 0px;
}

.sidebar .subttl{
    font-weight: bold;
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    padding: 12px 0 12px 5px;
    background: beige;
}
.sidebar ul {
	padding: 0;
}
.sidebar ul li{
    padding: 0 0 0 8px;
    margin: 0;
    line-height: 1.8;
    margin-bottom: 10px;
    list-style: none;
}
.sidebar .txt12{
	font-size:12px;
	margin:0;
}
.sidebar A .txt12{
	color:#2d7c8e;
	line-height: 1.5;
}



 .c-section__heading--sub-title{
	 font-family: 'Century Gothic', sans-serif;
	 font-size:22px ;
	 letter-spacing: 1px;
 }
 .c-section__heading--sub-title span{
	 font-size:12px ;
 } 


.c-product2-list__item{
    position: relative;
    float: left;
    box-sizing: border-box;
    width: 33.3%;
    padding: 20px 20px 20px;
    transition: opacity .2s;
    text-align: center;
    border: 0\9;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
.c-product2-list__item.is-hidden {
  position: absolute;
  z-index: -10000;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
  border: 0;
}
.c-product2-list__item02{
    position: relative;
    float: left;
    box-sizing: border-box;
    width: 33.3%;
    padding: 10px 10px 50px;
    transition: opacity .2s;
    text-align: center;
    border: 0\9;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}


.c-product2-list{
position: relative;
    display: flex;
    margin: 20px 0;
    padding: 0;
    list-style-type: none;
    border-top: 1px solid #eaeaea;
    flex-wrap: wrap;
	margin-bottom: 40px;
}



.c-product2-list li:nth-child(3n){
	border-right:0;

}

/*    新着パターン　  よみもののul li     */
.c-product002-list:before{
	height:0 !important;
}
.c-product002-list li{
}
.c-product002-list li:nth-child(2n){
	border-right:0;
}



.c-product-list__button.is-hidden{
  display:none;
}
/*****          *****/

.c-product22-list__item{
    position: relative;
    float: left;
    box-sizing: border-box;
    width: 50%;
    padding: 20px 20px 50px;
    transition: opacity .2s;
    text-align: center;
    border: 0;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
.p10{
    padding: 10px 10px 20px;

}

.c-product22-list{
position: relative;
    display: flex;
    margin: 20px 0;
    padding: 0;
    list-style-type: none;
    border-top: 1px solid #eaeaea;
    flex-wrap: wrap;
	margin-bottom: 40px;
}






@media screen and (max-width: 765px) {


 .c-section__heading--sub-title{
	 font-size:18px !important;
 }
 .c-section__heading--sub-title span{
	 font-size:11px !important;
 } 

.c-product-list__price{
	    font-size: 12px !important;
}

.c-product-list__name {
	    font-size: 12px !important;
display: -webkit-box;
max-height: 80px;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
word-break: break-all;  
}

.c-product2-list {
    position: relative;
    display: flex;
    margin: 20px 0;
    padding: 0;
    list-style-type: none;
    border-top: 1px solid #eaeaea;
    flex-wrap: wrap;
}



.c-section__container ul li:nth-child(2n){
    border-right: none !important;
}	

.c-product2-list li:nth-child(3n){
    border-right: 1px solid #eaeaea;
}
.c-product2-list li:nth-child(2n){
    border-right: none;
}

.c-product-list__item{
	    padding: 10px 10px 37px !important;
}
@media screen and (max-width: 765px) {
.c-product-list__item{
	    padding: 10px 10px 18px !important;
}
}

.c-product2-list__item{
    position: relative;
    float: left\9;
    box-sizing: border-box;
    width: 50%;
    padding: 10px 10px 10px;
    transition: opacity .2s;
    text-align: center;
    border: 0\9;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}


.c-section__heading--sub-title span.icon{
	width: 27px;
    display: inline-block;
    background: #dab300;
    height: 7px;
    margin-right: 12px;
    vertical-align: top;
}

}




/**       よみもの        **/

.d_txt{
	text-align:left;
	line-height: 1.5;
	margin-top: 7px;
}
.title{
	text-align:left;
	font-size:12px;
}

@media screen and (max-width: 765px){
.d_txt {
    font-size:12px;
  }}

/**       special 特集       **/
#special{
}
#special ul{
}
#special ul li{
	    margin-bottom: 45px;
}
#special ul li div{
	margin-top:8px;
	    line-height: 1.4;
   font-size:13px;
}



/**       special 特集       **/
ul.pulldown_list{
	padding: 0 25px;
	margin: 7px 0;
}
ul.pulldown_list li{
	line-height:2.5;
}



/**       SEO       **/
#cont_search{
	background:#f4f4f4;
	padding: 15px 25px;
}
#cont_search ul{
}
#cont_search ul li{
	margin-right:25px;
}
#seo .ttl{
	font-weight:bold;
}



/**      フッター　ご利用ガイドとか       
#foot{
	display:none;
}

@media screen and (max-width: 765px) {
#foot{
	display:block;
}
**/

#foot ul{
}
#foot ul li{
display: inline-block;
    width: 47.7%;
    text-align: center;
    border-right: 1px solid #ccc;
    border: 1px solid #ccc;
    margin: 5px 2px;
	line-height: 2.5;
    font-size: 12px;
}
#foot ul li:nth-child(2n) {
	border-right: 1px solid #ccc !important;
}





/**      スライダーのやじるし       **/
.bx-wrapper{
	margin-bottom: 30px !important;
}
.bx-wrapper .bx-prev{
	background:none !important;
}
.bx-wrapper .bx-next {
	background:none !important;
}

.c-section{
}



/**      seoのとこ       **/
#seo{
	padding:15px;
	}
@media screen and (max-width: 765px) {
#seo{

	}
}
#seo p{
	line-height: 1.6;
	margin: 0 0 12px;
    font-size:13px;
	}

#seo .ttl{
	color: #55adab;
}
#seo p.subttl{
	margin:0;
}
#seo p.mb15{
	margin-bottom:23px;
}

#seo .BL{
	border-bottom: 2px dotted #ccc;
    padding-bottom: 15px;
    margin-bottom: 25px;
	
}

.side-search-form{
  padding: 1em 0;
}

.side-search-form__keyword-cell{
  display: table-cell;
  vertical-align: top;
}

.side-search-form__keyword-cell input[type="text"] {
width: 150px;
}

.side-search-form__button-cell{
  display: table-cell;
}

.side-search-form__icon {
  display: block !important;
  width: 22px !important;
  height: 22px !important;
  margin: 0 auto !important;
  fill: currentColor !important;
  cursor: pointer;
}



/****       ロゴ      *****/
.p-top-logo{
	display:none;
}



/****       スライダー      *****/
.p-slider{
}




/*****　　　運営会社　　　******/
#company_cont{
	width:100%
}
#company_cont h2{
}
#company_cont dl{
}
#company_cont dl dt{
}
#company_cont dl dd{
}


/*****　　　LINE　　　******/
#line{
	margin:0 10px 30px;
}


/* お知らせタイトル */
 #news_ttl{
   height:0 !important;
   overflow: hidden;
  }


@media screen and (max-width: 765px) {
	.sidebar {
		display: none;
	}
}

/* 余白 */
.mb20{
  margin-bottom:20px;
}
A{color:#333333;
}

p.categorytxt{
	color: #55adab;
    font-weight: bold;
    text-align: center;
}

.txt2{
    padding: 5px;
    font-size: 13px;
}

.c-social-icon2 {
    width: 30px;
    height: 30px;
    fill: currentColor;
}

.prd-lst-price s {
    color: #EC5F5F;
    margin-right: 10px;
}