@charset "utf-8";
/* CSS Document */


	/* ヘッダー　18/07/27追加
	-------------------------------------------------------------- */


/*--- 画面上の線 ---*/
.site::before, .footer-widget::before {
	background-image: none!important;
}

@media only screen and (min-width:1000px){

/*--- ヘッダー部分 ---*/
h1.site-title, div.site-title {
    padding-bottom: 10px!important;
}

/*--- ヘッダーナビ部分 ---*/
#site-navigation {
    padding: 0!important;
}

#site-navigation li:before, #site-navigation li a:before, #site-navigation li:after, #site-navigation li a:after {
	background-color: #F8B714!important;
}
	
#site-navigation ul.sub-menu li:before, #site-navigation ul.sub-menu li a:before, #site-navigation ul.sub-menu li:after, #site-navigation ul.sub-menu li a:after {
	background-color: #ccc!important;
}

/*--- ヘッダーナビ「ホーム」 ---*/
.menu-item-17{
    position: absolute!important;
    top: 250px;
    left: 11%;
}

/*--- ヘッダーナビ「三味線教室」 ---*/
.menu-item-73{
    position: absolute!important;
    top: 250px;
    left: 71.5%;
}

/*--- ヘッダーナビ「しゃみせんBOX」 ---*/
.menu-item-11409{
    position: absolute!important;
    top: 250px;
    left: 20%;
}

/*--- ヘッダーナビ「三味線」 ---*/
.menu-item-75{
    position: absolute!important;
    top: 250px;
    left: 35%;
}

/*--- ヘッダーナビ「胡弓」 ---*/
.menu-item-11408{
    position: absolute!important;
    top: 250px;
    left: 57%;
}

/*--- ヘッダーナビ「三線」 ---*/
.menu-item-76{
    position: absolute!important;
    top: 250px;
    left: 64.5%;
}
	
/*--- ヘッダーナビ「教室案内」 ---*/
.menu-item-10892{
    position: absolute!important;
    top: 250px;
    left: 72%;
}

/*--- ヘッダーナビ「いろいろ」 ---*/
.menu-item-78{
    position: absolute!important;
    top: 250px;
    left: 82.5%;
}

/*--- ヘッダーナビ「ショッピングガイド」 ---*/
.menu-item-3658{
    position: absolute!important;
    top: 85px;
    right: 150px;
    border: 1px solid #F8B714!important;
}

#site-navigation li#menu-item-3658 a {
    color: #F8B714!important;
}

/*--- ヘッダーナビ「お問い合わせ」 ---*/
.menu-item-81{
    position: absolute!important;
    top: 85px;
    right: 0;
    border: 1px solid #F8B714!important;
}

#site-navigation li#menu-item-81 a {
    color: #F8B714!important;
}

/*--- ヘッダーナビ「シャミリーページ」 ---*/
.menu-item-32{
    position: absolute!important;
    top: 150px;
    right: 0;
    background: #F8B714!important;
}

#site-navigation li#menu-item-32 a {
    color: #fff!important;
}
	
}


/*--- レスポンジブ ---*/
@media only screen and (max-width:480px){
	
	h1.site-title, div.site-title {
    	padding-top: 0px!important;
	}
	
	.site-title img {
		width: 50%!important;
	}
	
	header {
    	border-bottom: none;
	}

}



	/* トップページ　18/07/28追加
	-------------------------------------------------------------- */

/*--- メイン画像下の余白 ---*/
.slick-slider {
    margin-bottom: 0;
}

/*--- お知らせ用テキストエリア ---*/
#home-widget-top.home-widget {
    margin: 60px 0 10px;
}

#text-5.widget{
    margin-bottom: 60px;
}


/*--- ６つのメニュー ---*/
.mainmenu {
    float: left;
    width: 32%;
    overflow: hidden;
    height: auto;
}

.mainmenu img {
    transition-duration: 0.8s;
}

.mainmenu img:hover {
	transform: scale(1.1);
	transition-duration: 0.8s;
}

.mainmenu a:hover {
	opacity: 1;
}

.mainmenu-right{
    margin-right: 2%;
}

.mainmenu-bottom{
	margin-bottom: 2%;
}

/*--- 見出しタイトル ---*/
.top-title {
	font-size: 36px;
	color: #3A1E10;
	font-weight: bold;
	padding-left: 5px;
}

.widget {
    margin-bottom: 10px!important;
}


/*--- 新着商品 ---*/
.front-il {
    display: none;
}


/*--- オススメ商品 ---*/
.home-widget .widget_basic_item_list article, .blog #content .front-il article {
    margin: 0 0.7%!important;
    width: 23.5%;
}

.home-widget .widget_basic_item_list .item-info-wrap,
.front-il .item-info-wrap {
	background-color: transparent;
	-webkit-transition:	none;
	transition: none;
	-webkit-transform: none;
	transform: scale(1);
	z-index: 0;
}

.home-widget .widget_basic_item_list .item-info-wrap .inner,
.front-il .item-info-wrap .inner {
	top: 110%;
}

.home-widget .widget_basic_item_list .item-info-wrap,
.home-widget .widget_basic_item_list .item-info-wrap a,
.front-il .item-info-wrap,
.front-il .item-info-wrap a {
	color: #707070;
}

a:hover {
	opacity: .6;
	transition-duration: 0.5s;	
}

#home-widget-middle.home-widget {
    width: 49%;
	float: left;
	margin: 3em 0 0;
}

#basic_item_list-9.widget_basic_item_list article {
    margin: 0 1% 60px !important;
    width: 48%;
}

.widget_basic_item_list .itemprice {
    display: none;
}

#basic_item_list-9 .itemimg {
    overflow: hidden;
    width: 275px;
    height: 275px;
    position: relative;
}

#basic_item_list-9 .itemimg img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

/*--- インフォメーション ---*/
#home-widget-bottom.home-widget {
	width: 50%;
	float: right;
}

.widget strong{
	float:right;
	width: 100%;
	text-align: right;
	padding-bottom: 10px;
	margin-right: 10px!important;
}

#home-widget-bottom .widget .lcp_catlist h3.lcp_post {
	float:left;
	padding-right: 15px;
}

#home-widget-bottom .widget .lcp_catlist {
	padding: 0 25px;
	overflow: auto;
	height: 400px;
	margin-bottom: 30px;
}

#home-widget-bottom .widget .lcp_catlist li{
	padding-top:10px;
}

#home-widget-bottom .widget .lcp_excerpt {
    border-bottom: 2px dotted #3A1E10;
    padding: 10px 0;
	display: block;
    overflow: hidden;
    height: 117px;
	line-height: 1.8;
}

/*--- shamicafe＆出演依頼エリア ---*/

.border-b {
    border: 2px solid #622607;
}

/*--- イベント実績 ---*/
.event-title {
	padding-top: 23px;
}

#home-widget-event.home-widget {
	clear: both;
	width: 65%;
	float: left;
	margin: 3em 0 1em;
}

#home-widget-event .widget .lcp_catlist li {
	width: 29%;
	border: 1px solid #DEDEDE;
	border-radius: 10px;
	padding: 10px;
	margin: 10px;
	float: left;
	text-align: center;
}

#home-widget-event .widget .lcp_post {
	padding: 10px 10px 0 10px;
	height: 53px;
	overflow: hidden;
	margin-bottom: 10px;
}

.eventlist {
	height: 280px;
	overflow: auto;
}

.event-ichiran {
	float: right;
}

.event-ichiran a {
    display: block;
    width: 100%;
    background-color: #3A1E10;
    padding: 10px 20px;
    color: #fff;
}

.event-ichiran a:hover {
	background-color: #5F483D;
	color: #fff;
}

.event-img {
	min-height: 150px;
}


/*--- イベント実績横エリア ---*/

#home-widget-eventright.home-widget{
	margin: 3em 0 0;
    width: 35%;
    float: right;
    padding: 10px 20px 0;
}

.postmedia{
    margin-bottom: 30px;
}

/*--- イベント実績下エリア ---*/
#home-widget-eventbottom.home-widget {
	clear: both;
	margin: 0;
}

.b-banner {
	float:left;
	width: 32%;
}

.banner-right {
	margin-right: 2%;
}

.border-y {
    border: 2px solid #FECF27;
}

/*--- レスポンジブ ---*/
@media only screen and (max-width:480px){
	
	/*--- お知らせ用テキストエリア ---*/
	#main {
    	margin: 0!important;
	}
	
	.home-widget {
    	margin: 30px 0!important;
	}

	#text-5.widget{
    	margin-bottom: 30px!important;
	}
	
	/*--- ６つのメニュー ---*/
	.mainmenu {
		float: none;
    	width: 100%;
	}

	.mainmenu-right{
    	margin-right: 0;
	}

	.mainmenu-bottom{
		margin-bottom: 20px;
	}
	
	/*--- 見出しタイトル ---*/
	.top-title {
		font-size: 30px;
	}
	
	/*--- 新着商品 ---*/
	.front-il {
 	   display: none;
	}
	
	/*--- オススメ商品 ---*/
	#home-widget-middle.home-widget {
    	width: 100%;
    	float: none;
	}
	
	#basic_item_list-9.widget_basic_item_list article {
	    margin: 0 !important;
    	width: 50%;
	}
	
	#basic_item_list-9 .itemimg {
    	overflow: hidden;
    	width: 90%;
    	height: 140px;
    	position: relative;
	}

	
	/*--- インフォメーション ---*/
	#home-widget-bottom.home-widget {
	    width: 100%;
    	float: none;
	}
	
	/*--- shamicafe＆facebookエリア ---*/
	.shamicafe-f {
   	 	float: none;
		margin-bottom: 20px;
	}

	.request-f {
    	float: none;
	}

	/*--- イベント実績 ---*/
	#home-widget-event.home-widget {
    	width: 100%;
    	float: none;
	}
	
	#home-widget-event .widget .lcp_catlist li {
		width: 46%;
		margin: 5px;
	}
	
	.event-ichiran {
    	padding-right: 20px;
	}
	
	.event-ichiran a {
		padding: 5px 20px;
		font-size: 10px;
	}
	
	.event-title {
    	padding-top: 10px;  
	}
	
	/*--- イベント実績横エリア ---*/
	#home-widget-eventright.home-widget{
		width: 100%;
		float: none;
		padding: 0;
	}

	.postmedia{
    	margin-bottom: 10px;
	}
	
	/*--- イベント実績下エリア ---*/
	.b-banner {
		float:none;
		width: 100%;
	}

	.banner-right {
		margin-right: 0;
		margin-bottom: 20px;
	}
	
	
}

/*---イベント実績画像サイズ　レスポンシブ---*/
@media only screen and (max-width:468px){
	.event-img {
		min-height: 145px;
	}
}

@media only screen and (max-width:400px){
	.event-img {
		min-height: 130px;
	}
}

@media only screen and (max-width:360px){
	.event-img {
		min-height: 110px;
	}
}

@media only screen and (max-width:1120px){
	.event-img {
    	min-height: 120px;
	}
	
	.eventlist {
    	height: 200px;
	}
}

@media only screen and (max-width:1270px){
	.event-img {
   	 	min-height: 130px;
	}
}


@media only screen and (min-width:1000px){
	.shamicafe-f {
		float:left;
		width: 48%;
		margin-right: 15px;
	}

	.request-f{
		float:left;
		width: 48%;
	}
}

@media only screen and (min-width:1000px) and (max-width:1280px){
	.front-il .itemimg {
    	overflow: hidden;
    	width: 220px;
    	height: 220px;
    	position: relative;
	}
	
	#basic_item_list-9 .itemimg {
    	overflow: hidden;
    	width: 220px;
    	height: 220px;
    	position: relative;
	}
}


	/* フッター　18/07/31追加
	-------------------------------------------------------------- */

#tertiary {
    margin-top: 30px!important;
}

.footer-widget, .menu-on #mobile-menu, .view-cart, #wgct _alert.update_box, #wgct_alert.completion_box, .snav .membership.On ul, .snav .search-box.On form {     
    background-color: #FEF2D5!important;
}

.widget_title > img {
    display: none;
}

.widget_title {
    color: #F8B714;
	margin-bottom: 15px;
}

#tertiary .columnleft,
#tertiary .columncenter,
#tertiary .columnright {
    width: 33%!important;
}

.footer-img {
    border: 1px solid #F8B714;
}

.footer-b {
	margin-bottom: 15px;
}

.footer-b02 {
	margin-bottom: 18px;
}

.footer-b03 {
	margin-bottom: 25px;
}

.footer-shop {
    padding: 15px 10px 0 20px;
}

.footer-sent {
	color: #717171;
	font-size: 12px;
	line-height: 1.8;
}

.footer-bh{
    font-size: 16px;
    font-weight: bold;
    color: #3A1E10;
    margin-left: 20px;
	line-height: 1.71;
}

.footer-bh-li{
    float: left;
    width: 130px;
    list-style: disc;
}

footer nav {
    padding: 60px 0 40px!important;
}

footer nav ul {
    float: none !important;
}

ul#menu-footer-menu .menu-item-has-children {
	width: 100%!important;
}

footer nav ul li a {
    border-right: 1px solid #b1b1b1 !important;
}

footer, footer a, .copyright {
    background-color: #fff!important;
    color: #717171!important;
}

.copyright {
    background-color: #F8B714 !important;
	color: #fff!important;
}



/*--- レスポンジブ ---*/
@media only screen and (max-width:480px){
	#tertiary {
    	margin-top: 0!important;
		padding: 20px 15px 30px!important;
	}
	
	#tertiary .columnleft,
	#tertiary .columncenter,
	#tertiary .columnright {
    	width: 100%!important;
	}
	
	footer {
    	padding: 30px 0!important;
	}
	
	footer nav {
    	padding: 20px 20px 40px!important;
	}
	
	footer nav ul li a {
    	border-right: 0px!important;
	}
	
	.footer-b02 {
    	margin-bottom: 5px;
	}
	
	.footer-widget .textwidget {
    	margin-bottom: 20px!important;
	}
	
	.copyright {
    	padding: 30px 0!important;
	}
	
}



	/* サイドバー　18/08/01追加
	-------------------------------------------------------------- */
#secondary li.menu-item::before {
    content:  "";
    width:  10px;
    height:  10px;
    display:  inline-block;
    background-color: #FFD05B;
    border-radius:  50%;
	margin-right: 10px;
}

.side-title {
    font-weight: bold;
    color: #3A1E10;
    padding: 40px 0 0 5px;
}

.side-font-l {
    font-size: 23px;
}

.side-font-m {
    font-size: 18px;
}

#secondary .widget_nav_menu{
    padding-left: 25px;
}


#secondary section {
    margin-bottom: 15px;
}


.side-img {
	margin-bottom: 20px;
}

.side-img02 {
	margin-bottom: 20px;
}

.widget_search div {
    border: none;
}

.widget_search .search-text {
    width: 85%;
	border: 1px solid #ccc;
}

input#s-submit.searchsubmit{
    color: #fff;
    background-color: #F8B714;
}



/*--- レスポンジブ ---*/
@media only screen and (max-width:480px){
	.side-title {
    	padding: 20px 0 0 5px;
	}
	
}



	/* 共通　18/07/27追加
	-------------------------------------------------------------- */

.pc-img {
	display: block!important;
}

.mob-img {
	display: none!important;
}




/*--- レスポンジブ ---*/ 
@media only screen and (max-width:480px){

	.pc-img {
		display: none!important;
	}

	.mob-img {
		display: block!important;
	}


}
	
@media screen and (min-width: 62.5em){
	a img:hover {
		opacity: 1.0;
	}}



	/* 商品ページ　18/08/02追加
	-------------------------------------------------------------- */

.item_page_title {
	margin: 0 0 10px 8px!important;
}

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

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.float-left {
	float: left;
}

.float-left-mob {
	float: left;
}

.clear:before, .clear:after {
		content:"";
		display:table
}
.clear:after { clear:both }
.clear { zoom:1 }

.mt-60{
    margin-top: 60px;
}

.mt-50{
    margin-top: 50px;
}

.mt-40{
    margin-top: 40px;
}

.mt-30{
    margin-top: 30px;
}

.mt-20{
    margin-top: 20px;
}

.mt-10{
    margin-top: 10px;
}

.mb-60{
    margin-bottom: 60px;
}

.mb-50{
    margin-bottom: 50px;
}

.mb-40{
    margin-bottom: 40px;
}

.mb-30{
    margin-bottom: 30px;
}

.mb-20{
    margin-bottom: 20px;
}

.mb-10{
    margin-bottom: 10px;
}

.mx-auto{
    margin-right: auto;
    margin-left: auto;
}

.pt-60{
	padding-top: 60px;
}

.pt-50{
    padding-top: 50px;
}

.pt-40{
    padding-top: 40px;
}

.pt-30{
    padding-top: 30px;
}

.pt-20{
    padding-top: 20px;
}

.pt-10{
    padding-top: 10px;
}

.pb-60{
	padding-bottom: 60px;
}

.pb-50{
    padding-bottom: 50px;
}

.pb-40{
    padding-bottom: 40px;
}

.pb-30{
    padding-bottom: 30px;
}

.pb-20{
    padding-bottom: 20px;
}

.pb-10{
    padding-bottom: 10px;
}



.w40-m100 {
	width: 40%;
}

.w46-m100{
	width: 46%;
}

.w49-m100{
	width: 49%;
}

.w50-m100{
    width: 50%;
}

.w60-m100 {
	width: 60%;
}

.mainimg-right {
	width: 245px;
	height: 312.5px!important;
}

.sentimg {
	width: 310px;
}

.float-right {
	float: right;
}

.float-right-mob {
	float: right;
}

.set {
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    display: inline-block;
}

.set a {
	display: block;
	width: 100%;
	background-color: #3A1E10;
	padding: 15px 30px 10px;
	color: #fff;
}

.set a:hover {
	background-color: #5D463B;
 	color:#fff;
}

.descimg-r {
	margin-left: 4%;
}

.descimg-l {
	margin-right: 4%;
}

.border-e {
	border: 1px solid #eee;
}

.table {
	display: table;
}

.color-select {
    width: 20%;
	padding: 5px;
}

.cs-shamily-l {
	margin-right: 4%;
}

.cs-main {
	width: 60%;
}

.cs-shamily-r {
	margin-left: 4%;
}

.startset-img {
    border: 1px solid #EBE4D4;
    border-radius: 10px;
}

.ss-r {
    margin-right: 2%;
}

/*--- 商品説明部分 ---*/
.sku-mini {
	font-size: 12px;
	padding: 20px 0 0 20px;
}

/*--- 関連商品 ---*/
.assistance_item h3 {
    background-color: #F8B714;
    padding: 10px 0 5px 20px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

.item-description ul {
    margin: 0;
}

.item-description a {
    text-decoration: none!important;
}

.item-description h4 {
    background-color: #fff!important;
}

.item-description h4 {
    color: #707070!important;
}

.assistance_item li .detail .assist_price {
    color: #707070!important;
}

.assistance_item li {
    width: 23.5%!important;
}

.assistance_item li:nth-of-type(4n) {
    margin-right: 0;
}

.assist_excerpt {
	overflow: hidden;
	height: 22px;
	font-size: 12px;
}

.item-description .wp_social_bookmarking_light {
    display: none;
}

.item-description .wp_social_bookmarking_light_clear {
    display: none;
}

.item-info .wp_social_bookmarking_light {
    display: none;
}

.item-info .wp_social_bookmarking_light_clear {
    display: none;
}

@media only screen and (max-width:999px){
	.assistance_item li {
    	width: 32%!important;
	}
}

@media only screen and (min-width:1000px){
	.assistance_item li:nth-of-type(3n) {
    	margin-right: 2%!important;
	}
	
	.assistance_item li:nth-child(4n) {
    	margin-right: 0 !important;
	}
}


/*--- レスポンジブ ---*/
@media only screen and (max-width:480px){
	.item_page_title {
		font-size: 14px!important;
	}
	
	.float-left {
		float: none;
	}
	
	.float-left-mob {
		float: left;
	}
	
	.mt-m-50{
   		margin-top: 50px;
	}

	.mt-m-40{
    	margin-top: 40px;
	}

	.mt-m-30{
		margin-top: 30px;
	}

	.mt-m-20{
    	margin-top: 20px;
	}

	.mt-m-10{
 	   margin-top: 10px;
	}
	
	.mb-m-50{
   		margin-bottom: 50px;
	}

	.mb-m-40{
    	margin-bottom: 40px;
	}

	.mb-m-30{
		margin-bottom: 30px;
	}

	.mb-m-20{
    	margin-bottom: 20px;
	}

	.mb-m-10{
 	   margin-bottom: 10px;
	}


	.pt-m-50{
    	padding-top: 50px;
	}

	.pt-m-40{
	    padding-top: 40px;
	}

	.pt-m-30{
 	   padding-top: 30px;
	}

	.pt-m-20{
	    padding-top: 20px;
	}

	.pt-m-10{
	    padding-top: 10px;
	}
	
	.pb-m-50{
    	padding-bottom: 50px;
	}

	.pb-m-40{
	    padding-bottom: 40px;
	}

	.pb-m-30{
 	   padding-bottom: 30px;
	}

	.pb-m-20{
	    padding-bottom: 20px;
	}

	.pb-m-10{
	    padding-bottom: 10px;
	}
	
	
	.w40-m100 {
		width: 100%;
	}
	
	.w46-m100{
		width: 100%;
	}
	
	.w49-m100{
		width: 100%;
	}

	.w50-m100{
 	    width: 100%;
	}
	
	.w60-m100 {
		width: 100%;
	}
	
	.mainimg-right {
		width: 50%;
		height: auto!important;
	}
	
	.sentimg {
		width: 100%;
	}
	
	.float-right {
		float: none;
	}
	
	.float-right-mob {
		float: right;
	}
	
	.descimg-r {
		margin-left: 0;
	}

	.descimg-l {
		margin-right: 0;
	}
	
	.cs-shamily-l {
		margin-right: 2%;
		width :10%;
	}

	.cs-main {
		width: 76%;
	}

	.cs-shamily-r {
		margin-left: 2%;
		width :10%;
	}
	
	.color-select {
    	width: 33%;
	}
	
/*--- 商品説明部分 ---*/
	.sku-mini {
		padding-left: 0;
	}
	
/*--- 関連商品 ---*/
	.assistance_item li {
    	width: 49%!important;
	}

	.assistance_item li .detail h4 {
		font-size: 11px;
		line-height: 1.7;
	}
}


	/* カテゴリーページ　18/12/04追加
	-------------------------------------------------------------- */

.thumb-img {
    width: 270px;
    float: left;
    max-height: 270px;
    margin: 10px 30px 10px 0;
	overflow: hidden;
}

.cat {
    display: none!important;
}

.author {
    display: none!important;
}

.page-header.over .wrap {
    background-color: rgba(0,0,0,0);
    color: #3A1E10;
}

.page-header.over .inner {
    text-align: left;
    margin-left: 40%;
}

#content .page-header.over .page-title {
    margin: 10px 0 .5em;
}

/*--- 三味日記 ---*/

.page-header .taxonomy-description {
    text-align: left;
}


/*--- レスポンジブ ---*/
@media only screen and (max-width:480px){
	
	.page-header.over .inner {
	    margin-left: 35%;
	}

	.page-header .taxonomy-description {
    	font-size: 10px;
		line-height: 1.2;
	}
	.category .thumb-img {
        width: 100%;
    }

}

/* 20/11/30 大石追加
-------------------------------------------- */
p {
    font-size: 16px!important;
}

@media only screen and (max-width:500px){
    
    p {
        font-size: 14px!important;
    }
    
}

/* 更新後の崩れ修正　2022/01/31　大石追加
-------------------------------------------------------------- */
.snav .membership {
    width: auto;
}
.sns {
	right: 70px;
}
header .snav {
    width: 120px;
}
.incart-btn {
	z-index: 999;
}
@media screen and (max-width: 999px) {
	.incart-btn {
		z-index: 1;
	}
	header .snav {
	  width: auto;
	}
}

/* yotpo　2023/03/02　大石追加
-------------------------------------------------------------- */
.yotpo-reviewer-name {
  color: transparent!important;
}
.yotpo-reviewer-name:before {
    content: 'ご購入者様';
    color: #F8B714!important;
    margin-right: 1em;
    font-weight: bold;
}

.yotpo.yotpo-main-widget {
    margin: 4em 0!important;
    padding: 0 1em;
}
.yotpo-user-name, .yotpo-user-letter {
  display: none!important;
}
.yotpo-icon-profile {
    background: #F8B714!important;
    display: flex!important;
    justify-content: center;
    align-items: center;
}
.yotpo-icon-profile:before {
    content: '\f007';
    font-family: FontAwesome;
    color: #fff;
    font-size: 2em;
}
.yotpo-review-stars {
  display: flex!important;
}
.yotpo-store-owner .y-label:before {
    content: 'しゃみせん楽家Staff';
    color: #F8B714;
}
.y-label.yotpo-review-date:before {
    display: none;
}

/* テーマ変更プラグイン化後の修正　2026/02/13　大石追加
-------------------------------------------------------------- */
#site-navigation li {
	height: auto!important;
}
.category-area {
	display: none!important;
}
.lcp_catlist li a {
	font-weight: bold;
	margin-right: 1em;
}

/* 商品ページ */
.item_page_title {
	font-size: 16px!important;
}
#itempage {
    display: flex;
    flex-wrap: wrap;
}
#itempage #img-box {
    width: 100%!important;
    order: 2;
    padding: 0 30px;
}
#itempage .detail-box {
    width: 100%!important;
    order: 3;
}
#itempage .item-info {
    width: 100%!important;
    order: 4;
    display: flex;
    flex-direction: column;
}
#itempage-yotpo {
    order: 5;
}
.field_iteminf {
    order: 1;
}
#itempage .item-info form {
    order: 2;
}
.field_cartb {
    order: 3;
}
#itempage #tab {
    order: 1;
    width: 100%;
    margin: 0;
}
#wc_reviews.tab-box {
  display: none!important;
}
#tab .item-description {
	padding-top: 0 !important;
}
@media screen and (min-width:768px) {
    #itempage {
        display: grid;
        grid-template-columns: 48% 52%;
		grid-template-rows: auto auto 1fr;
    }
    #itempage #img-box {
        width: 100%!important;
        grid-column: 1 / 2;
        grid-row: 2 / 4;
        padding: 0 2em 0 0;
    }
    #itempage .detail-box {
        grid-column: 2 / 3;
        grid-row: 2 / 3;
    }
    #itempage .item-info {
        grid-column: 2 / 3;    
        grid-row: 3 / 4;
    }
    #itempage-yotpo {
        grid-column: 1 / 3;
    }
    #itempage #tab {
        grid-column: 1 / 3;
        grid-row: 1 / 2;
    }
}