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

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

.info{
  margin: 0px;
  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: 23%;
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 .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;
}

#seo {
  max-width: 900px;
  margin: 0 auto;
}

.BL {
  padding: 50px 0;
}

.section-title {
  font-size: 20px;
  font-weight: 600;
  color: #2c5f5d;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 2px solid #55adab;
  position: relative;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 60px;
  height: 2px;
  background: #dab300;
}

#seo p {
  font-size: 13px;
  line-height: 1.9;
  margin-bottom: 20px;
  color: #555;
}

#seo p b {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #2c5f5d;
  margin-bottom: 8px;
  padding-left: 12px;
  border-left: 3px solid #55adab;
}

#seo p:has(b) {
  margin-bottom: 12px;
}

.fabric-description {
  padding-left: 15px;
  margin-bottom: 28px;
}

#seo a {
  text-decoration: none;
  transition: all 0.3s ease;
}

/* お役立ちコンテンツ */
.useful-links {
  margin-top: 36px;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.useful-links p {
  margin: 0;
  padding: 0;
}

.useful-links a {
  display: block;
  font-weight: 500;
  font-size: 13px;
  color: #333;
  padding: 18px 24px;
  border: 2px solid #e0e0e0;
  border-radius: 6px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.useful-links a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background: #55adab;
  transition: width 0.3s ease;
  opacity: 0.08;
  z-index: 0;
}

.useful-links a::after {
  content: '→';
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  color: #55adab;
  font-weight: bold;
  opacity: 0;
  transition: all 0.3s ease;
}

.useful-links a:hover {
  border-color: #55adab;
  color: #2c5f5d;
  padding-left: 32px;
  padding-right: 56px;
}

.useful-links a:hover::before {
  width: 100%;
}

.useful-links a:hover::after {
  opacity: 1;
  right: 20px;
}

/* 生地詳細リンク */
.fabric-link {
  margin: 48px 0 0;
  text-align: center;
  padding: 32px 0;
  border-top: 1px solid #e0e0e0;
}

.fabric-link a {
  display: inline-block;
  color: #fff;
  background: #55adab;
  font-weight: 600;
  font-size: 13px;
  padding: 14px 56px;
  border-radius: 50px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(85, 173, 171, 0.25);
}

.fabric-link a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #2c5f5d;
  transition: left 0.4s ease;
  z-index: 0;
}

.fabric-link a span {
  position: relative;
  z-index: 1;
}

.fabric-link a:hover {
  box-shadow: 0 6px 20px rgba(44, 95, 93, 0.35);
  transform: translateY(-2px);
}

.fabric-link a:hover::before {
  left: 0;
}

/* レスポンシブ */

  .BL {
    padding: 30px 0;
  }
  
  .section-title {
    font-size: 17px;
    margin-bottom: 18px;
    padding-bottom: 10px;
  }

  .section-title::after {
    width: 50px;
  }
  
  #seo p {
    font-size: 14px;
    line-height: 1.85;
    margin-bottom: 18px;
  }
  
  #seo p b {
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 10px;
  }
  
  .fabric-description {
    padding-left: 12px;
    margin-bottom: 24px;
  }

  .useful-links {
    margin-top: 32px;
  }

  .useful-links a {
    font-size: 14px;
    padding: 16px 20px;
  }

  .useful-links a:hover {
    padding-left: 28px;
    padding-right: 48px;
  }

  .useful-links a::after {
    right: 20px;
  }

  .useful-links a:hover::after {
    right: 16px;
  }

  .fabric-link {
    margin-top: 40px;
    padding: 28px 0;
  }

  .fabric-link a {
    font-size: 14px;
    padding: 12px 40px;
  }
}

.sidebar ul, .sidebar li { list-style: none; margin: 0; padding: 0; background: none; }


/* 見出し（布／型紙…） */
.side-head{
  font-weight: 700;
  font-size: 15px;
  letter-spacing: .01em;
  color: #1f2937;            /* slate-800 */
 padding: 8px 10px;
 /* 上線と下線を両方表示（区切りを明確に） */
  border-top: 1px solid #d1d5db;
  border-bottom: 1px solid #d1d5db;
  margin-top: 10px;
  border-top: 1px solid #d1d5db;
  background-color: beige;
}

/* アコーディオン本体 */
.side-acc{ border-bottom: 1px solid #e5e7eb; /* slate-200 */ margin: 2px 0; }
.side-acc__summary{
  display: flex; align-items: center; justify-content: space-between;
  padding: 15px 5px 15px 5px; font-size: 13px; font-weight: 500; color: #111827; /* slate-700 */
  cursor: pointer; user-select: none;
}
.side-acc__summary:hover{ background: #f8fafc; } /* slate-50 */

/* ＋アイコン（open時に回転して×風） */
.side-acc__plus{ display:inline-block; width:16px; height:16px; line-height:16px; text-align:center; color:#6b7280; transition:transform .2s; }
.side-acc[open] > .side-acc__summary .side-acc__plus {
  transform: rotate(45deg);
}

/* 子リスト */
.side-acc__list{ background:#fff; border-top: none;  /* slate-100 */ }
.side-acc__list a{
  display:block; padding:10px 0px 10px 15px; font-size:13px; color:#111827; /* gray-900 */
  text-decoration:none;
}
.side-acc__list a:hover{ background:#f8fafc; }

/* 単体リンクリスト（カットクロス・無地など） */
.side-flat{ border-bottom: 1px solid #e5e7eb; }
.side-flat a{
  display:block; padding:8px 12px; font-size:13px; color:#111827; text-decoration:none;
}
.side-flat a:hover{ background:#f8fafc; }

/* ===== 線を消したいリスト用 ===== */
.side-flat--no-border {
  border-bottom: none !important;
}

/* 公式SNS：アイコン横並び */
.side-sns{ display:flex; gap:12px; padding:8px 12px; }
.sns{ color:#64748b; text-decoration:none; }
.sns:hover{ color:#334155; }
.sns__icon{ width:20px; height:20px; }

/* SPでは左メニュー非表示（ヘッダのハンバーガーに統一） */
@media screen and (max-width: 768px){
  .sidebar{ display:none; }
}

/* side-flat の各項目の間に区切り線を入れる */
.sidebar .side-flat > li + li {
  border-top: 1px solid #e5e7eb; /* slate-200 */
}

/* （任意）リンクが背景色を持つので、線が見えにくい場合は li に背景を付けない */
.sidebar .side-flat > li { background: transparent; }

/* クリック面を確保（既存定義があるなら不要） */
.sidebar .side-flat a {
  display: block;
  padding: 15px 5px 15px 5px;
  text-decoration: none;
}

/* アコーディオンと次のリストの間の余白をなくす */
.side-acc + .side-flat {
  margin-top: 0;
  padding-top: 0;
}
.side-acc {
  margin-bottom: 0; /* これも一応 */
}

/* side-flat の上の余白をなくす（見出し直下に密着） */
.side-head + .side-flat {
  margin-top: 0;
  padding-top: 0;
}

/* details（アコーディオン）の直後も同様に密着させる */
.side-acc + .side-flat {
  margin-top: 0;
  padding-top: 0;
}

/* side-flat 自体のデフォルトマージンを無効化 */
.side-flat {
  margin: 0;
}

.side-flat--no-border { border-bottom: none !important; }

/* サイド検索（フラット） */
.side-search{
  padding: 8px 10px;
  border-bottom: none !important;
  background: #fff;
}
.side-search__form{
  display: flex;
}
.side-search__input{
  flex: 1;
  height: 33px;
  padding: 0 10px;
  font-size: 13px;
  color: #111827;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  background: #fff;
}
.side-search__input::placeholder{ color:#9ca3af; }
.side-search__button{
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  background: #f8fafc;
  color: #64748b;
  cursor: pointer;
}
.side-search__button:hover{ background:#eef2f7; color:#334155; }
.side-search__icon{ width:16px; height:16px; }

/* ===== サイドバー検索 確実に揃えるための上書き ===== */
.sidebar .side-search{ 
  padding: 15px 5px 10px 5px; 
  border-bottom: 1px solid #d1d5db;
  background: #fff;
  clear: both;            /* 旧レイアウトのfloat回避 */
}

.sidebar .side-search__form{
  display: flex;
  align-items: center;    /* ボタンと入力の縦位置を揃える */
  gap: 1px;
  margin: 0;              /* UAデフォルトの余白を消す */
}

.sidebar .side-search__input{
  flex: 1 1 auto;         /* 横いっぱいに伸びる */
  min-width: 0;           /* はみ出し防止（flex子の基本） */
  width: 100%;            /* 既存の width 指定を上書き */
  height: 34px;
  padding: 0 10px;
  font-size: 13px;
  color: #111827;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  background: #fff;
  box-sizing: border-box; /* 枠内にパディングを収める */
}

/* 既存の input[type="text"] の幅指定などを確実に無効化 */
.sidebar input[type="text"].side-search__input { width: 100% !important; }

.sidebar .side-search__button{
  flex: 0 0 34px;         /* 固定幅にして折り返し防止 */
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  background: #f8fafc;
  color: #64748b;
  cursor: pointer;
  box-sizing: border-box;
}

.sidebar .side-search__button:hover{ background:#eef2f7; color:#334155; }
.sidebar .side-search__icon{ width:16px; height:16px; }

.badge-popular{
  display:inline-block;
  margin-left:5px;
  padding:2px 6px;
  font-size:11px;
  font-weight:600;
  line-height:1;
  color:#fff;
  background:#f87171;  /* フラットな赤系 */
  border-radius:4px;   /* 角丸少し */
  vertical-align:middle;
  letter-spacing:.03em;
}

/* ホバーで親の背景が変わってもバッジはフラット維持 */
.side-flat a:hover .badge-popular{
  background:#f87171;
  color:#fff;
}

.badge-recommend{
  display:inline-block;
  margin-left:6px;
  padding:2px 6px;
  font-size:11px;
  font-weight:600;
  line-height:1;
  color:#fff;
  background:orange;  /* オレンジ系 */
  border-radius:4px;   /* 角丸少し */
  vertical-align:middle;
  letter-spacing:.03em;
}

/* ホバーで親の背景が変わってもバッジはフラット維持 */
.side-flat a:hover .badge-recommend{
  background:#f87171;
  color:#fff;
}

/* ▼プルダウン内検索フォーム（横幅調整） */
.pulldown-search-form__keyword {
  box-sizing: border-box;
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  font-size: 13px;
}

.pulldown-search-form__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  background: #f8fafc;
  cursor: pointer;
}

.pulldown-search-form__button:hover {
  background: #eef2f7;
}

/* プルダウン内のフォームレイアウトを縦積みに */
.p-search-form__body {
  display: block;
  padding: 10px;
}

.p-search-form__keyword-cell,
.p-search-form__button-cell {
  display: block;
}

/* 既存アコーディオン内側の余白をフォームにも合わせる */
.side-acc__list form {
  padding: 6px 10px 10px;
}

/* ▼ サブアコーディオン間の余白を調整（詰める） */
.side-acc__list > li {
  margin-bottom: 2px; /* デフォルトが10&#12316;16pxなどなら、これでほぼ密着 */
}

/* ▼ サブのdetails（作りたいものなど）の上部マージンを削除 */
.side-acc__list > li > details.side-acc {
  margin-top: 0;
  margin-bottom: 2px;
}

/* ▼ 親アコーディオン直下のulも余白を詰める */
.side-acc__list {
  margin-top: 4px;   /* 必要に応じて0でもOK */
  margin-bottom: 4px;
  padding-top: 0;
  padding-bottom: 0;
}

/* no-border付きのアコーディオンだけ下線を消す */
.side-acc.no-border,
.side-acc.no-border .side-acc__summary,
.side-acc.no-border .side-acc__list {
  border: none !important;
  box-shadow: none !important;
}

/* ===========================
   フリーワードでさがす（検索フォーム専用）
   =========================== */

/* 親detailsにクラスを足してスコープ限定 */
.side-acc--search .p-search-form__body {
  display: flex;              /* PCは横並び */
  align-items: stretch;
  gap: 8px;
  padding: 8px 10px;
  margin: 0;                  /* 親のリスト系余白の影響を打ち消し */
  box-sizing: border-box;
}

/* 余計な線/影が付いていたら無効化 */
.side-acc--search .p-search-form__body,
.side-acc--search .p-search-form__body * {
  box-sizing: border-box;
}
.side-acc--search .p-search-form__body {
  border: none !important;
  box-shadow: none !important;
}

/* 左：入力欄は可変で広く */
.side-acc--search .p-search-form__keyword-cell {
  flex: 1 1 auto;
  margin: 0; padding: 0;
}

/* 右：ボタンは固定幅・正方形 */
.side-acc--search .p-search-form__button-cell {
  flex: 0 0 auto;
  margin: 0; padding: 0;
}

/* テキストボックス */
.side-acc--search .pulldown-search-form__keyword {
  width: 100%;
  height: 40px;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 1.4;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  outline: none;
}
.side-acc--search .pulldown-search-form__keyword:focus {
  border-color: #cbd5e1;
}

/* 送信ボタン（アイコンボタン） */
.side-acc--search .pulldown-search-form__button {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  background: #f8fafc;
  cursor: pointer;
}
.side-acc--search .pulldown-search-form__button:hover {
  background: #eef2f7;
}

/* アイコンサイズの明示（テーマ側に依存しないように） */
.side-acc--search .p-search-form__icon {
  width: 18px;
  height: 18px;
}

/* リスト系の仕切り線/下線がフォームに混ざるのを抑止 */
.side-acc--search .side-acc__list,
.side-acc--search .side-acc__list form {
  border: none !important;
}
.side-acc--search .side-acc__list {
  padding-top: 0;
  padding-bottom: 0;
}

/* スマホ（幅が狭い時）は縦積み */
@media (max-width: 768px) {
  .side-acc--search .p-search-form__body {
    flex-direction: column;
    gap: 6px;
  }
  .side-acc--search .pulldown-search-form__button {
    width: 100%;
    height: 44px;      /* タップしやすい高さに */
  }
}

/* インデント（使っていない場合は任意で） */
.side-acc--indent { margin-left: 12px; }

/* 念のため：親detailsのopenで子孫の＋が回転しないよう限定 */
.side-acc[open] > .side-acc__summary .side-acc__plus { transform: rotate(45deg); }

