/*
Theme Name: ICONIC Child
Template:   iconic_tcd063
Version:    1.0
Description: bellebio-marche.com カスタム子テーマ
*/

/* =========================================
   カスタムユーティリティクラス（親テーマに追加）
   ========================================= */

/* 全体のリストスタイルを調整 */
ul, ol {
    list-style: none;
}

/* 特定のリストにスタイルを適用 */
.special-list ol {
    list-style-type: decimal;
    margin-left: 20px;
}

.special-list ul {
    list-style-type: disc;
    margin-left: 20px;
}

.text-yellow {
    background: #ff0;
}

.text-red {
    font-weight: 700;
    color: #990066;
}

.text_center {
    text-align: center;
    justify-content: center;
}

/* ※ CSS構文バグを修正（親テーマで { が欠落していた） */
.l-main.brand-main {
    margin-top: 0px;
}

/* =========================================
   検索フォームのカスタムスタイル
   ========================================= */

.screen-reader-text {
    display: none;
}

.searchform div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 260px;
    margin-left: 70px;
}

.searchform input {
    border: 0;
    background: #efefef;
    padding: 5px 10px;
    line-height: 1;
}

#searchsubmit {
    background: #990066;
    color: #fff;
    border: 0;
    font-size: 12px;
    padding: 7px 10px;
    width: auto;
    margin-left: 10px;
}

/* =========================================
   bellebio-marche カスタムスタイル
   ========================================= */


.flexbox{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.sp_only{	display:block;}
.pc_only{	display:none;}


.btn{
	margin-top:20px;
}

.btn a{
	background:#990066;
	color:#fff;
	display:inline-block;
	font-size:12px;
	padding:10px 15px;
	line-height:1;
	font-family: 'Poppins', sans-serif;
	min-width:100px;
	text-decoration:none;
}

.btn a:before{
	content:"\f0da";
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	margin-right:10px;
}

.section_title{
	font-size:20px;
	display:flex;
	align-items:center;
	line-height:1;
	margin-bottom:20px;
	font-family: 'Noto Serif JP', serif;
	font-weight:500;
}

.section_title span{
	font-size:12px;
	margin-left:20px;
	font-family: 'Poppins', sans-serif;
}

/* header */

.header_menu li{
	margin-right:20px;
}

.header_menu li:last-child{
	margin-right:0;
}

.header_menu li a{
	font-family: 'Noto Serif JP', serif;
	font-weight:400;
}

.header_menu02{
	padding:20px 0;
	width:500px;
	margin:0 auto;
}

.header_menu02 li a{
	font-family: 'Noto Serif JP', serif;
	font-weight:400;
}

/* vis */

.sec_vis .visposts.slick-slider{
	margin-bottom:0;
}

.sec_vis ul li{
	width:100%;
}

.sec_vis ul li .container{
	width:1200px;
	margin:0 auto;
	position:relative;
	height:600px;
}

.sec_vis .sec_post_txt{
	background: rgba(255, 255, 255, 0.8);
	padding:50px;
	position:absolute;
	bottom:100px;
	left:0;
	width:500px;
	height:auto;
}

.sec_vis h3{
	font-size:20px;
	line-height:1.2;
	margin-bottom:20px;
	font-family: 'Noto Serif JP', serif;
}

/* news */

.sec_news{
	width: 900px;
    margin: -50px auto;
    padding: 50px;
    box-shadow: 3px 3px 20px #AAA;
    position: relative;
    z-index: 100;
    background: #fff;
}

.sec_news h2{
	font-size:20px;
	margin-bottom:20px;
}

.sec_news h2 span{
	font-size:13px;
}

.sec_news .btn{
	margin-top:0;
}

.sec_news ul li{
	border-bottom:1px dashed #BFBEBE;
	padding:20px 0;
}


.sec_brands{
	padding: 120px 0 50px;
	background:#FAFAFA;
}

.arrow a{
	color:#990066;
}
.description{
	margin-top:30px;
	margin-bottom:10px;
	height:192px;
}

.section_title_center {
	font-size:20px;
	display:flex;
	align-items:center;
	justify-content:center;
	line-height:1;
	text-align:center;
	margin-bottom:20px;
	font-family: 'Noto Serif JP', serif;
	font-weight:500;
    margin-bottom: 50px;
    flex-direction: column;
}

.section_title_center span{
    margin-left: 0;
    margin-top: 10px;
	font-size:12px;
	font-family: 'Poppins', sans-serif;
}

.list_brands li{
	box-shadow:3px 3px 20px #AAA;
	padding:30px;
	margin:20px;
}

.list_brands li h2{
	color:#990066;
	font-size:20px;
	font-family: 'Noto Serif JP', serif;
    font-weight: 500;
}

.list_brands li h2 span{
	font-size:12px;
	display:block;
}

.list_brands li figure{
	margin:20px 0;

}

.list_brands li figure img{
		height:100px;
		object-fit:contain;
}
.list_brands li figcaption{
	font-size:13px;
}

.sec_news ul li:last-child{
	border:0;
}

.sec_news ul li a{
	justify-content:flex-start;
}

.sec_news ul li a .date{
	margin-right:15px;
	font-size:11px;
}

.sec_news ul li a .item_category{
	margin-right:15px;
	display:inline-block;
	width:100px;
	font-size:11px;
	color:#990066;
}

.sec_news ul li a h3{
	width:calc(100% - 100px);
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sec_recommend{
	padding:50px 0;
}

.sec_recommend .list_items {
	width:1000px;
	margin:0 auto;
}

.sec_recommend .list_items li{
	width:48%;
	margin-bottom:20px;
}

.sec_recommend .list_items li a{
	background:#FAFAFA;
}

.sec_recommend .list_items li a figure{
	width:140px;
}

.sec_recommend .list_items li a figure img{
	height:140px;
	object-fit:cover;
}


.sec_recommend .list_items li a figcaption{
	width:calc(100%  - 140px);
	padding:20px;
	font-size:13px;
}

.sec_recommend .list_items li a figcaption h2{
	font-weight:700;
	font-size:15px;
	font-family: 'Noto Serif JP', serif;
   font-weight: 500;
}

.sec_column{
	padding:100px 0;
	background:#FAFAFA;
}

.sec_column .container{
	width:1000px;
	margin:0 auto;
}

.sec_column .container .headline{
	font-size:17px;
	font-weight:600;
}

.sec_column figcaption{
	width:400px;
	margin-bottom:50px;
}

.sec_column figure{
	width:500px;
	margin-bottom:50px;
}

.sec_column .leftbox,
.sec_column .rightbox{
	width:48%;
}

.sec_column .list_02 li{
	border-bottom:1px dashed #BFBEBE;
    width: 100%;
}

.sec_column .list_02 li:last-child{
	border-bottom:0;
}

.sec_column .list_02 li a{
	padding:20px 0;
}

.sec_column .list_02 li a .sec_post_img{
	width:100px;
}

.sec_column .list_02 li a .sec_post_img img{
	width:100%;
	height:72px;
	object-fit:cover;
}

.sec_column .list_02 li a .sec_post_txt{
	width:calc(100% - 120px);
}

.sec_column .list_02 li a .sec_post_txt h3{
	line-height:1.3;
	margin-bottom:10px;
}

.sec_column .list_02 li a .date{
	font-size:11px;
}

.sec_column .list_02 li a .item_category{
	font-size:11px;
	color:#990066;
	margin-left:10px;
}

.sec_about{
	padding:100px 0 0;
}

.sec_about .container{
	width:1000px;
	margin:0 auto;
}

.sec_about figcaption{
	width:400px;
}

.sec_about figure{
	width:500px;
}

.sec_other{
	padding:100px;
}

.sec_other ul{
	justify-content:space-around;
	width: 1000px;
    margin: 0 auto;
}

.sec_other ul li {
	width:450px;
}

.sec_other ul li img{
	height:250px;
	object-fit:cover;
}

.sec_other ul li figcaption{
	background:#FAFAFA;
	padding:30px;
}

/* footer */

footer{
	padding: 0;
	margin-top:100px;
}

.list_footer{
	display:flex;
	width:1200px;
	margin:0 auto 50px;
	justify-content:space-between;
}

.list_footer_item_01,
.list_footer_item_02,
.list_footer_item_03,
.list_footer_item_04{
	width:22%;
}

.list_footer_item_01{
    width: 320px;
    font-size: 13px;	
}

.list_footer_item_01 h1{
	margin-bottom:30px;
}

.list_footer_item_04{
    width: 320px;
    text-align: center;
    font-size: 12px;
}

.list_footer_item_04 img{
	width:200px;
}


/*　ブランド　*/

.brand_intro{
	padding:0;
	width:650px;
	margin:0 auto 100px;
}

.brand_article .brand_intro{
	padding:100px 0;
}

.brand_intro h3{
	justify-content: center;
	margin-bottom:50px;
	text-align:center;
	font-weight: 600;
}


.sec_brand_header{
	background:#e7d58b;
	text-align:center;
	padding:100px 0 30px;
}

.sec_brand_header h2{
	color: #fff;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    font-size: 27px;
    line-height: 1;
    letter-spacing: 5px;
}

.sec_brand_header p{
	color:#fff;
	font-family: 'Mrs Saint Delafield', cursive;
	font-size:40px;
	line-height: 1;
	margin-top:15px;
}

.brand_recommend ul{
	list-style:none;
	width:1000px;
	margin:0 auto;
}
.brand_recommend ul li{
    width: 48%;
    margin-bottom: 20px;
}

.brand_recommend ul li a {
    background: #FAFAFA;
}

.brand_recommend ul li a figure {
    width: 120px;
}

.brand_recommend ul li a figcaption {
    width: calc(100% - 120px);
    padding: 20px;
}

.brand_recommend ul li a figcaption .brand_name{
	color:#990066;
	font-size:13px;
}

.brand_recommend .btn{
	text-align:center;
}

.brand_text {
	padding:100px 0;
}

.brand_text .container{
	width:1000px;
	margin:0 auto;
}


.brand_text .container figure{
	width:400px;
}
.brand_text .container figure img{
box-shadow: 20px 20px 0 #e7d58b;
}

.brand_text .container figcaption{
	width:550px;
}

.brand_text .container figcaption h3{
	font-size:30px;
	margin-bottom:30px;
	line-height: 1;
	color:#990066;
	font-family: 'Mrs Saint Delafield', cursive;
}

.company_data{
	width:700px;
	margin:0 auto;
}

.company_data th{
	text-align:left;
	padding: 10px;
	width:200px;
}

.company_data td{
	text-align:left;
	padding: 10px;
}

.agree_member_area,
.p-wc-header_explanation,
.p-wc .p-wc-customer_form{
width:800px;
margin:0 auto 50px;
}

.p-wc .p-wc-customer_form th{
	text-align:left;
}

/*　サイドバー */

.widget_item{
margin-bottom:50px;
}

.sidebar_list_news li{
    border-bottom: 1px dashed #BFBEBE;
    padding: 20px 0;
}

.sidebar_list_news li h3{
	line-height:1.4;
}
.sidebar_list_news li .date{
    font-size: 11px;
    display: block;
}


.wrap_contact{
  width:700px;
  margin:0 auto;
}

.wrap_contact h2{
  font-weight:700;
  font-size:20px;
  margin:20px 0;
  line-height:1;
}

.wrap_contact h3{
  font-weight:700;
  font-size:18px;
  margin:15px 0;
  line-height:1;
}


/* expert */

.profile{
  width:1000px;
  margin:0 auto;
}

.profile figure{
  width:300px;
}

.profile figure img{
  height:100%;
  object-fit:cover;
	width:100%;
}

.profile figcaption{
  width:calc(100% - 300px);
  padding:0 0 0 30px;
}

.profile figcaption .section_title{
  margin-top:0;
}

.profile .section_title{
   margin:30px 0; 
}

.profile .post_list {
	margin-bottom:40px;
}

.profile .post_list li{
  margin-bottom:20px;
  padding-left:20px;
  border-left:3px solid #e7d58b;
}

.author_box{
	background:#e7d58b;
	margin-top:30px;
}

.author_box figure{
	width:200px;
}

.author_box figure img{
	height:100%;
	object-fit:cover;
	    width: 100%;
}

.author_box figcaption{
    width: calc(100% - 200px);
    padding: 30px;
    line-height: 1.8;
    font-size: 13px;
}

.author_box figcaption .author_name{
	font-size:19px;
}

.product_box{
	background:#FFF;
	margin:30px 0;
	box-shadow: 3px 3px 20px #aaa;
}

.product_box figure{
	width:200px;
}

.product_box figure img{
	height:100%;
	object-fit:contain;
	    width: 100%;
}

.product_box figcaption{
    width: calc(100% - 200px);
    padding: 30px;
    line-height: 1.8;
    font-size: 13px;
}

.product_box figcaption .author_name{
	font-size:16px;
	font-weight:500;
}

.experts_photo{
	border:10px solid #fff;
	box-shadow: 3px 3px 20px #aaa;
    margin: 20px 0;
}

.list_items {
	width:1000px;
	margin:0 auto;
}

.list_items li{
	width:48%;
	margin-bottom:20px;
}

.list_items li a{
	background:#FAFAFA;
}

.list_items li a figure{
	width:120px;
}

.list_items li a figure img{
	height:100%;
	object-fit:cover;
	width:100%;
}

.list_items li a figcaption{
	width:calc(100%  - 120px);
	padding:20px;
	font-size:13px;
}

.list_items li a figcaption h2{
	font-weight:700;
	font-size:15px;
	font-family: 'Noto Serif JP', serif;
   font-weight: 500;
}

.img500{
    width: 500px;
    margin: 0 auto;
}

.img250{
    width: 250px;
    margin: 0 auto;
}

.img250 img,
.img500 img{
width:100%;
}

.list_post li:first-child{
	padding-top:0;
}

.list_post li {
	border-bottom:1px dashed #BFBEBE;
	padding:30px 0;
}

.list_post li a{
	display:flex;
}

.list_post li a figure{
	width:200px;
	}
.list_post li a figure img{
height:165px;
object-fit:cover;
}
	
.list_post li a figcaption{
	width:calc(100% - 230px);
	padding:0 0 0 30px;
	}
	
.list_post li a figcaption h3 {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 20px;
    display: flex;
    line-height: 1;
    font-family: 'Noto Serif JP', serif;
}
.post_meta time{
    font-size: 11px;
	margin-right:20px;
	display:inline-block;
}

.post_meta span{
    font-size: 11px;
	color:#990066;
	margin-right:20px;
	display:inline-block;
}


@media only screen and (max-width: 767px) {
	
	.drawer-toggle.sp_only{
	display:block;
}
	
	.l-inner{
		width:100%;
	}
	
	.l-inner.l-primary{
		padding:0 20px;
	}

	.l-primary{
		padding: 0 15px;
	}
	
	.sec_vis h3{
		font-size:14px;
		margin-bottom:0;
	}
	
	.p-entry-page{
		padding:0 20px;
	}

	.p-header__bar{
		display:none;
	}
	
	.p-header__top__inner .pc_nav{
		display:none;
	}
	
	.p-header__welcart-nav__resist,
	.p-header__welcart-nav__member,
	.p-header__welcart-nav__login{
		display:none;	
	}

	.header_menu02{
		width:100%;
	}

	header .drawer-hamburger{
	position:static;
	width: 30px;
    padding: 0;
    padding: 15px 20px 30px;
	}
	
	header .drawer-nav{
	    background: rgb(153 0 102 / 70%);
	}
	
	header .drawer-nav h1{
		margin:30px 20px 20px;
	}
	
	header .drawer-nav ul{
		margin-left:30px;
	}
	header .drawer-nav ul li {
		padding: 0 ;
		color:#fff;
	}
	header .drawer-nav ul li a{
		font-size:13px;
		color:#fff;
		line-height: 1.5;
	}
	
	header .drawer-nav ul li a:before{
	content:"\f0da";
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	margin-right:10px;
	color:#fff;
	}
	
	header .drawer-menu-item{
	color:#FFF;
	padding:0;
	margin-bottom:10px;
	}
	
	.l-main{
		margin-top:0;
	}

	.p-header__logo {
		margin:0 0 0 20px;
		width:180px;
	}
	
	.description{
		height:auto;
	}
	
.searchform div {
    width: 100%;
    margin-left: 0;
}

.searchform input{
    font-size: 16px;
    width: 150px;
    margin-bottom: 10px;
	}

	.sec_vis ul li .container{
		width:100%;
		height:400px;
	}

	.sec_vis .sec_post_txt{
		width:100%;
		height:auto;
		bottom: 0;
		padding: 20px;
	}
	
	.sec_vis .sec_post_txt .btn{
		display:none;	
	}
	
	.sec_vis .sec_post_txt .description{
		display:none;		
	}
	
	

	.sec_news{
		width:100%;
		margin: 0;
		box-shadow: none;
		padding: 20px;
	}
	
	.sec_news ul li a{
		flex-direction:column;
	}

	.sec_news ul li a h3{
		width:100%;
	}

	.sec_brands {
    	padding: 50px 0 50px;
	}

	.sec_recommend .list_items{
		width:100%;
		padding:0 20px;
	}

	.sec_recommend .list_items,
	.sec_recommend .list_items.flexbox{
		display:block !important;
		width:100% !important;
	}
	.sec_recommend .list_items li{
		width:100% !important;
	}
	
	.sec_recommend .list_items li a.flexbox{
		flex-wrap:wrap;
	}
	.sec_recommend .list_items li a figure{
		width:100%;
		aspect-ratio:1/1;
		overflow:hidden;
	}
	.sec_recommend .list_items li a figure img{
		width:100% !important;
		height:100% !important;
		object-fit:cover !important;
	}
	.sec_recommend .list_items li a figcaption{
		width:100%;		
	}
	
	.sec_column{
		padding:20px;
	}
	.sec_column .container{
		width:100%;
	}
	.sec_column .leftbox,
	.sec_column .rightbox{
		width:100%;
	}


	.sec_about{
		padding:20px;
	}
	
	.sec_about figure{
		display:none;
	}
	
	.sec_about figcaption {
    	width: 100%;
	}

	.sec_about .container{
		width:100%;
	}

	.sec_other{
		padding:20px;
	}

	.sec_other ul{
		width:100%;
	}
	
	.sec_other ul li figcaption{
		padding:20px 0;
		background:transparent;
	}
	
	.sec_other ul li figcaption h2{
		flex-direction:column;
		align-items: flex-start;
	}
	
	
	.sec_other ul li figcaption h2 span{
		margin:10px 0 0;
	}
	footer{
		margin-top:50px;
		padding:20px;
	}

	.list_footer{
		width:100%;
		flex-direction:column;
		margin-bottom:0;
	}

	.list_footer_item_01{
		width:100%;
	}
	
	
	/* brands */
	
	.sec_brand_header{
	    padding: 20px;
	}
	
	.sec_brand_header h2 {
		font-size:20px;
		letter-spacing:0;
	}
	
	.brand_intro{
		width:100%;
		padding:40px 20px;
	}

.brand_article .brand_intro{
		padding:40px 20px;
}
	.brand_text .container{
		width:100%;
		padding:0 20px;
	}
	
	.wrap_contact{
		width:100%;
	}
	
	.company_data{
		width:100%;
		display: block;
	}
	
	.company_data tr{
		width:100%;
		display: block;
	}
	
	.company_data th,
	.company_data td{
		width:100%;
		display: block;
	}
	
	.profile{
		width:100%;
	}
	
	.profile .flexbox{
		flex-direction:column;
	}
	
	.profile figure {
    	width: 100%
	}
	
	
	
	.profile figcaption {
    	width: 100%;
	margin-top:20px;
    	padding:  0;
	}
	

.brand_recommend{
    padding:20px;
  }

.brand_recommend ul{
  width:100%;
}

.brand_recommend ul li a figure{
  width:100%;
}

.brand_recommend ul li a figcaption{
    width:100%;
}

.brand_text .container figure{
width:100%;
}

.brand_text .container figcaption{
width:100%;
order:1;
}

.author_box{
flex-direction:column;
}

.author_box figure{
width:100%;
}

.author_box figcaption{
width:100%;
}

.product_box{
flex-direction:column;
}

.product_box figure{
width:100%;
}

.product_box figcaption{
width:100%;
}

	.brand_recommend ul li {
    width: 100%;
	}

	
	.img500{
    width:80%;
    margin: 0 auto;
}



.list_post li:first-child{
	padding-top:0;
}

.list_post li {
	padding:30px 0;
}

.list_post li a{
	display:block;
}

.list_post li a figure{
	width:100%;
	margin-bottom:20px;
	}
.list_post li a figure img{
height:165px;
object-fit:cover;
}
	
.list_post li a figcaption{
	width:100%;
	padding:0;
	}
	
.list_post li a figcaption h3 {
    margin-bottom: 15px;
    font-size: 16px;
}
.post_meta time{
	margin-right:10px;
}

.post_meta span{
}

.agree_member_area, .p-wc-header_explanation, .p-wc .p-wc-customer_form,
.l-inner .p-wc-cart-page{
width:100%;
}
	
}