/*
 Theme Name:  ichi-51e（いちごいちえ）
 Description:  Welcart-Basic-Childtheme
 Author:       gamitaka
 Author URI:   https://www.gamitaka.com
 Template:     welcart_basic
 Version:      1.2
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  ichi-51e
*/

/*ここから下に追記*/
/*文字サイズ*/
.entry-content p, .item-description p {
    font-size: 18px!important;
    margin-bottom: 1.42857em;
    line-height: 1.42857em;
}


/*---- ヘッダーエリア ----*/
@media screen and (min-width: 62.5em){
header .inner {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 1.071428em;
}

.site-description {
    width: 100%;
}

}

div#headcontents {
    display: flex;
    padding: 20px 0 0;
    margin-bottom: 20px;
}
div#headcontents .flexslider {
    box-shadow: none;
    background: none;
			border: none;
}

/*---- スマホメニュー展開---- */
header #site-navigation input#panel.on-off:checked + div.nav-menu-open, header #site-navigation input#panel.on-off:checked + div.header-nav-container {
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    background-color: #aaaaaa;
    z-index: 100;
}

/*---- パンくずリスト ----*/
.breadcrumbs {
	display: block;
	overflow: hidden;
	margin: 10px  10px 20px 10px;
	list-style: none;
}
.breadcrumbs>* {
	margin: 0;
	float: left;
	font-size: 0.9em;
	text-transform: uppercase;
}
.breadcrumbs>*:before {
	content: '\f105';
	color: #aaa;
	margin: 0 0.75rem;
	position: relative;
	top: 1px;
	font-family: 'FontAwesome';
}
.breadcrumbs>*:first-child:before {
	content: '';
	margin: 0;
}

/*---- シャドウ ----*/
.nav-menu-open {
    box-shadow: 0 4px 5px #999;
}

#site-navigation li a {
    text-shadow: 1px 1px 2px #999;
}

footer {
    box-shadow: 0 -1px 3px #aaa;
}
.search-box div.s-box {
    width: auto;
			box-shadow: 1px 2px 2px #bbb;
}
.incart-btn {
    box-shadow: 2px 3px 4px #999;
}

/*---- カートボタンエリア---- */
.snav {
    display: block;
    width: 250px;
    clear: right;
    margin-left: 150px;
    padding-top: 15px;
    float: right;
}

/*---- トップページ ----*/

/*ロゴ画像*/
.site-logo img {
    display: block;
    float: left;
    width: auto;
    height: 100px;
    padding: 10px 0 0 0;
}

/*ナビメニュー背景色*/
.navi_ichi51e {
	display: block;
	overflow: inherit;
	height: auto;
	background-color: #333;
	}

#site-navigation li.current-menu-item a,#site-navigation li.current_page_item a, #site-navigation li.current-menu-parent a{
	background:#bc422f;
}
#site-navigation li a {
    font-size: 14px;
	text-decoration: none;
    display: block;
    margin-bottom: 0;
    padding: 1.1em 2em;
    border-bottom: none;
    line-height: 100%;
}


#site-navigation li {
    padding: 0;
    border-right: 1px solid #fff;
}
#site-navigation ul li:first-child {
    border-left: 1px solid #fff;
}

/*ドロップダウンメニュー*/
#site-navigation ul ul {
    top: 45px;
    left: -3px;
    width: 200px;
			border: none;
	   box-shadow: 2px 2px 5px #aaa;
}
#site-navigation ul ul :hover > a {
    color: #ffffff;
    background: none;
}
/*ドロップダウン現在のページ表示*/
#site-navigation li li.current-menu-item a {
    color: #fff;
    background-color: #bb5748;
}

/*ヘッダー画像*/
.headerimg img {
    display: block;
    width: 1050px;
    height: auto;
    margin: 40px 0 0 -30px;
    box-shadow: 0 0 8px grey;
}

.headerimg ol.flex-control-nav.flex-control-thumbs {
    display: none;
}

.headerimg .flex-direction-nav .flex-prev {
    display: none;
}

.headerimg .flex-direction-nav .flex-next {
    display: none;
}

/*ウィジェットエリア*/
.top_widget{
    width: 95%;
    padding: 20px 10px;
    margin: 0px auto;
}
.textwidget img {
    width: 100%;
    height: auto;
    margin: 20px auto;
}


/*トップコンテンツエリア*/
.home #main {
    width: 1100px;
    padding: 0 20px;
    margin: -20px auto;
    box-shadow: 0 0 10px #999;
    background: rgba(255,255,255,0.7);
}

div#top-wrap {
    display: flex;
    flex-direction: row-reverse;
}
div#primary {
    display: block;
    width: 100%;
    padding: 10px 5px;
}

.one-column #secondary {
    width: 360px;
    margin: -2px 10px;
    padding: 2.3em 10px;
    border-top: none;
    float: none;
    overflow: hidden;
}

/*Infomation*/
.top-infomation {
    position: absolute;
    width: 500px;
	z-index: 10;
    right: 100px;
    height: 180px;
    padding: 20px;
    margin: 10px -30px;
	background: rgba( 255, 255, 255, 0.95 );
    line-height: 30px;
    border-radius: 4px;
    box-shadow: 2px 3px 5px #999;
}
li.info_contents {
    display: flex;
}
.info_title {
    height: 30px;
    overflow: hidden;
    margin-left: 20px;
}

.top-infomation a {
	font-size:1em;
    text-decoration: underline;
	color: #555555;
    line-height: 30px;
}

.top-infomation ul {
    padding: 0 20px;
}


/*トップアイテム一覧*/
.front-il article:nth-of-type(5n) {
    margin-right: 3%;
}

.front-il article {
    display: inline-block;
    position: relative;
    width: 30%;
    margin-right: 3%;
    padding: 1.5em 0 0;
}

.front-il article:nth-of-type(even) {
    margin-right: 3%;
}

.front-il .itemimg {
    width: 240px;
    height: 185px;
    overflow: hidden;
    margin-bottom: .357143em;
    text-align: center;
    box-shadow: 0 4px 5px #bbb;
}

section.front-il.cf {
    margin-bottom: 4em;
}

.front-il .itemprice {
    font-size: 22px;
    text-align: right;
    font-weight: bold;
    padding: 10px 0;
}

.front-il h3.itemname {
    padding: 15px 10px;
    background: #eeeeee;
    border-radius: 10px;
}
.front-il .itemname {
    overflow: hidden;
    height: 60px;
}

h3.itemname a {
    text-decoration: none;
}

h3.itemname :hover {
    text-decoration: underline;
}

/*売り切れ表示*/
.cat-il.type-grid .itemsoldout {
    position: absolute;
    color: #fff;
    font-size: 1.1em;
    font-weight: normal;
    background: #000000;
			opacity: 0.6;
    width: 209px;
    height: 35px;
    padding: 9px 0;
    margin: -75px 0 0 0;
    z-index: 100;
    text-align: center;
}

.front-il .itemsoldout {
    position: absolute;
    color: #fff;
    font-size: 1.1em;
    line-height: 0;
    font-weight: normal;
    background: #000000;
    opacity: 0.6;
    padding: 20px 50px;
    z-index: 100;
    text-align: center;
    right: -10px;
    top: 30px;
}

/*トップ記事一覧*/
ul.blognew {
    margin-bottom: 30px;
}

li.blognew {
    display: flex;
    width: 85%;
    padding: 10px 0;
    margin: 0 auto;
    border-bottom: solid 1px #999;
}

.blogeyecatch {
    width: 35%;
    height: 115px;
    overflow: hidden;
    padding: 10px 20px;
}

.blogtext {
    width: 60%;
    margin-left: 10px;
}

.blogtitle {
    font-size: 1.2em;
}
.blogdisp {
    font-size: 1.1em;
    line-height: 16px;
    padding: 10px 0;
}

.topbutton a {
    display: block;
    color: #ffffff;
    background-color: #8c0000;
    text-decoration: none;
    width: max-content;
    padding: 10px 20px;
    border-radius: 4px;
    margin: 30px auto;
}


/*SNSタイムライン*/

.mobile-only {
    display: none;
}



/*---- 見出しhタグ ----*/

/*記事タイトル h1*/
#content header {
    background: none;
}

#content .page-title, #content .entry-title {
        font-size: 1.6em;
    padding: 20px 10px;
    margin-bottom: 30px;
    line-height: 27px;		
}

h1{
padding: 10px;
position: relative;
}
h1::after{
content: "";
width:90%;
height:4px;
position: absolute;
left: 0;
bottom: 0;
}

/*トップページ見出しh2*/
.top-title {
    padding-top: 20px;
}

h2.top-h2-title {
    font-size: 1.6em;
    font-family: serif;
    letter-spacing: 5px;
    position: relative;
    display: inline-block;
    padding: 0 3.5em;
    text-align: center;
			margin-bottom: 15px;
}

h2.top-h2-title:before, h2.top-h2-title:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 15%;
height: 1px;
background-color: #999999;
}

h2.top-h2-title:before {left:0;}
h2.top-h2-title:after {right:0;}

/*記事見出しh2*/
.entry-content h2 {
    font-size: 1.5em;
    width: 100%;
    position: relative;
    padding: 20px 20px;
    border: none;
    box-shadow: 1px 3px 10px #aaa;
}

.entry-content h2:before,
.entry-content h2:after {
position: absolute;
left: 0;
content: '';
width: 100%;
height: 7px;
box-sizing: border-box;
}
.entry-content h2:before {
top: 0;
}
.entry-content h2:after {
bottom: 0;
}

/*商品ページh2*/
.item-description h2 {
    font-size: 1.3em;
    margin-bottom: 1.25em;
			padding: 10px 20px;
			border-bottom: none;
    line-height: 1.25em;
}

/*記事見出しh3*/
.entry-content h3{
	font-size: 1.4em;
	border-left:none;
	margin: 10px 0;
	padding: .2em 0 0.3em 1.7em;
	position: relative;
}
.entry-content h3:before {
	top: 0;
	left: .5em;
	height: 12px;
	width: 12px;
	position: absolute;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	content: "";
}
.entry-content h3:after {
	top: .8em;
	left: .2em;
	height: 8px;
	width: 8px;
	position: absolute;
	transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	content: "";
}

/*ウィジェットタイトルh3*/
h2.widget_title,#secondary h3, h3.widget_title {
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 20px;
    border-top: 3px double #ccc;
    border-bottom: 3px double #ccc;
			padding: 10px 0;
}

/*ウィジェット内h3*/
h3.top-widget,h3.sns-title {
    font-size: 1.3em;
    border-top: solid 1px #555;
    border-bottom: solid 1px #555;
    padding: 10px 0;
    margin-bottom: 30px;
    text-align: center;
}

/*商品ページ見出しh3*/
.item-description h3 {
			font-size:1.2em;
    margin-bottom: 1.071428em;
    padding: 5px 10px;
    line-height: 140%;
    margin-bottom: 30px;
}

/*記事見出しh4*/
.entry-content h4, .item-description h4 {
    font-size: 1.1em;
    margin-bottom: 1em;
    padding: 5px 25px;
    background: none;
}

/*---- 各ページレイアウト、カラーPC　----*/

/*投稿記事CSS*/
.single-layout {
    display: flex;
    flex-direction: row-reverse;
    background: rgba(255,255,255,0.7);
	box-shadow: 0 0 10px #aaa;
}
#cat-wrap {
    background: rgba(255,255,255,0.7);
	box-shadow: 0 0 10px #aaa;
    padding-bottom: 30px;
    }


#main {
    width: 1000px;
    margin: 1.8em auto;
    padding: 0;
}
#main.two-column #content {
    width: 95%;
    margin: 30px auto;
}

.two-column.right-set #content {
    float: none;
}

.two-column.right-set #secondary {
    float: none;
    width: 350px;
    padding: 30px 5px;
    margin: 40px 5px;
}

.post-eyecatch img {
    width: 80%;
    height: auto;
}

.post_widget {
    display: block;
    width: 95%;
    padding: 20px 10px;
    margin: 0 auto;
}

/*固定ページCSS*/
.page #main {
    width: 850px;
    margin: 30px auto;
    padding: 30px 30px;
		box-shadow: 0 0 10px #999;
    background: rgba(255,255,255,0.7);;
}

.page aside#secondary {
    display: none;
}

/*商品詳細CSS*/

.item-wrap {
    width: 850px;
    display: flex;
    padding: 30px 0;
    margin: 30px auto;
}
.slick-list.draggable img {
    width: 100%;
    height: auto;
}
.slick-slide img {
    display: block;
    margin: 10px auto;
}

.item_image {
    width: 500px;
}


header.item-header {
    background: none;
}
.item_page_title {
    font-size: 1.5em;
    margin: 30px;
    line-height: 1.3em;
}
.item-info .itemsoldout {
    display: block;
    width: 140px;
    color: #ff8c00;
    font-weight: bold;
    padding: 10px 30px;
    margin: 10px 0 30px auto;
    text-align: center;
    letter-spacing: 0.5px;
}
.item-info .itemsoldout  a{
	color: #ffffff;
}
.item-info .field_price {
    font-size: 2em;
}
.item-info form .skuform:last-child {
    margin-bottom: 35px;
}

/*商品詳細ページ関連商品*/
.related-wrap {
    margin: 0 -10px;
}

.kanren {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.kanren-item-wrap {
    display: block;
    width: 200px;
    padding: 5px;
    margin: 15px;
}



.kanren_img img {
    width: 200px;
    height: auto;
    display: block;
    box-shadow: 1px 4px 5px #bbb;
}

.kanren-title {
    font-size: 15px;
    padding: 15px 10px;
}

/*商品一覧ページCSS*/
.cat-il.type-grid .itemimg {
    width: 210px;
    height: 170px;
    overflow: hidden;
    margin-bottom: .357143em;
    text-align: center;
}

/*過去作品一覧CSS*/
.past-wrap {
    display: flex;
    flex-wrap: wrap;
}
.past-work {
    width: 190px;
    height: 150px;
    overflow: hidden;
    margin: 3px;
}

/*カートページCSS*/
.postage_privilege {
    display: block;
    font-size: 1.1em;
    padding: 20px 0;
    text-decoration: underline;
    text-align: right;
}
div.cart_navi li.current, div.cart_navi li.current:before, div.cart_navi li.current:after {
    color: #fff;
    background-color: #ff8c00;
}

/*SNSシェアボタン*/
.sns {
    width: 100%;
    margin-bottom: 30px;
}
.sns ul {
  list-style:none;
}
.infomation ul a {
    color: #fff;
}
.sns_top .sns li {
	float:left;
    width: 110px;
    margin: 0 2px 10px 2px;
}
.share .sns li {
	float:left;
    width: 24%;
    margin: 0 5px 10px 0;
}
.sns li a {
    font-size: 75%;
    position: relative;
    display: block;
    padding: 8px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
}
.sns li a:before,
.sns li a i{
  margin-right:0.2em;
  margin-left:0.2em;
  font-size:1.1em;
}
.sns li a:hover {
  -webkit-transform: translate3d(0px, 3px, 1px);
  -moz-transform: translate3d(0px, 3px, 1px);
  transform: translate3d(0px, 3px, 1px);
  box-shadow:none;
}
.sns li a .count{
  font-size:10px;
  margin-left: 2px;
}

/* ツイッター */
.sns .twitter a {
  background:#00acee;
  box-shadow:0 3px 0 #0092ca;
}
.sns .twitter a:hover {
  background:#0092ca;
}

/* Facebook */
.sns .facebook a {
  background:#3b5998;
  box-shadow:0 3px 0 #2c4373;
}
.sns .facebook a:hover {
  background:#2c4373;
}

/* Instagram */
.sns .instagram a {
    background: linear-gradient(30deg, #f13f79 30%, #427eff 114%) no-repeat;
	box-shadow:0 3px 0 #c0392b;
}

/* はてぶ */
.sns  .hatebu a {
  background:#5d8ac1;
  box-shadow:0 3px 0 #43638b;
}
.sns .hatebu a:hover {
  background:#43638b;
}
.sns  .hatebu a:before{
  content:'B!';
  font-weight:bold;
  line-height: 1;
} 

/* LINE */
.sns  .line a {
  background:#25af00;
  box-shadow:0 3px 0 #219900;
}
.sns .line a:hover {
  background:#219900;
}

/* Pocket */
.sns  .pocket a {
  background:#f03e51;
  box-shadow:0 3px 0 #c0392b;
}
.sns  .pocket a:hover {
  background:#c0392b;
}

/* RSS */
.sns  .rss a {
  background:#ffb53c;
  box-shadow:0 3px 0 #e09900;
}
.sns  .rss a:hover {
  background:#e09900;
}

/* Feedly */
.sns  .feedly a {
  background:#87c040;
  box-shadow:0 3px 0 #74a436;
}
.sns  .feedly a:hover {
  background:#74a436;
}
.share.short .sns li {
  width:19%;
  margin:0 1% 0 0;
}
.share.short .sns li a{
  padding:11px 4px;
}

/*スマホ下固定メニューPC非表示*/
div#sp_under {
    display:none
}

/*フッター4カラム*/
.footer_widget4 {
    display: flex;
    width: 95%;
    padding: 20px 0;
    margin: 10px auto;
}
.widget_footer {
    display: block;
    width: 25%;
    padding: 10px;
}

/*トップに戻る*/
#toTop {
	position: fixed;
	right: 50px;
	bottom: 10%;
}

/*フッターエリア*/
footer {
    margin-top: 50px;
}


/*ーーーーーーーーーーーーータブレット表示ーーーーーーーーーーーーーー*/

@media screen and ( max-width:770px ){

/*ロゴ画像*/
.site-logo img {
    display: block;
    float: left;
    width: 60%;
    height: auto;
    padding: 10px;
}

/*ヘッダー周り*/	
div#headcontents {
    display: block;
}
.headerimg img {
    display: block;
    width: 100%;
    margin: 0 0 10px 0%;
    box-shadow: 0 0 8px grey;
}
.snav {
    display: block;
    width: 150px;
    padding: 5px 0;
    margin: 0;
    float: right;
}
.snav .search-box i {
    font-size: 1.42857em;
    padding: 0.7em;
}
	
/*スマホ上部アイコン*/
.incart-btn i.fa.fa-shopping-cart {
    color: #ffffff;
}
i.fa.fa-search, 	i.fa.fa-user  {
    color: #c32f18;
}
	
/*サイト説明文*/
.site-description {
    font-size: 0.8em;
    color: #ffffff;
    background: #131313;
}
	
/*トップコンテンツ*/
.home #main {
	width: 100%;
    padding: 0;
    margin: 0;
    box-shadow: 0 0 10px #999;
    background: rgba(255,255,255,0.7);;
}
div#top-wrap {
    display: block;
    float: none;
}

/*お知らせ*/
h2.top-h2-title {
    font-size: 1.3em;
    font-family: serif;
    letter-spacing: 5px;
    position: relative;
    display: inline-block;
    padding: 0 3.5em;
    text-align: center;
}
.top-infomation {
    position: relative;
    right: 0;
    height: auto;
    padding: 20px 10px;
    margin: 5px auto;
    line-height: 10px;
    border-radius: 7px;
    background: rgba( 255, 255, 255, 0.95 );
    box-shadow: 0 1px 5px #999;
}

/*トップページアイテム一覧*/
.front-il article {
    width: 44%;
    margin: 0 3%;
    padding: 30px 0;
}
.one-column #secondary {
    width: 100%;
    margin: 20px 0; 
}
	
.front-il .itemimg {
    width: 320px;
    height: 240px;
    overflow: hidden;
    margin-bottom: .357143em;
    text-align: center;
    box-shadow: 0 4px 5px #bbb;
}

/*売り切れ表示*/
.front-il .itemsoldout {
    position: absolute;
    color: #fff;
    font-size: 1.5em;
    font-weight: normal;
    z-index: 100;
    width: 320px;
    top: 220px;
    left: 0;
    text-align: center;
}
	
/*トップ新着記事一覧*/
.blogeyecatch {
    display: block;
    padding-right: 30px;
}
.blogtitle {
    font-size: 0.7em;
}
li.blognew {
    display: flex;
    width: 95%;
    padding: 10px 0;
    margin: 0 auto;
    border-bottom: solid 1px #999;
}
.blogeyecatch img {
    display: block;
    width: 200px;
    height: auto;
}
.blogdisp {
    display:none;
}

/*トップサイドバー*/
.two-column.right-set #secondary {
    float: none;
    width: 100%;
    padding: 30px 0;
    margin: 40px 0;
}
	
/*テキストウィジェット画像*/
.textwidget img {
    width: 100%;
    height: auto;
    margin: 20px auto;
}
	
/*投稿記事CSS*/
.post-eyecatch img {
    width: 70%;
    height: auto;
}
#main {
    width: 100%;
    margin: 1.5em auto;
    padding: 0;
}
.single-layout {
    display: block;
}

/*カテゴリー一覧CSS*/
.cat-il.type-grid .itemsoldout {
    position: absolute;
    color: #fff;
    font-size: 1.1em;
    font-weight: normal;
    background: #0000007d;
    width: 155px;
    height: 35px;
    padding: 9px 0;
    margin: -75px 0 0 0;
    z-index: 100;
    text-align: center;
}
	
/*固定ページCSS*/
.page #main {
    width: 100%;
    margin: 20px auto;
    padding: 0;
	padding: 10px 20px;
}
	
/*商品ページCSS*/
div#itempage {
    padding: 0 15px;
    background: #ffffffcf;
}
#itempage #img-box {
    width: 100%;
    height: auto;
    margin: 30px 0;
}
/*商品詳細ページ関連商品*/
.kanren-item-wrap {
    width: 300px;
}
.kanren_img img {
    width: 300px;
}
	
/*カートページ*/
#cart_table {
    width: 100%;
    border: 1px dotted #ccc;
    border-collapse: collapse;
    margin: 0 -5%;
}
div.cart_navi li {
    width: 24.5%;
    font-size: 0.7em;
}
	
/*SNSボタン*/
.sns li a {
  font-size:70%;
  position:relative;
  display:block;
  padding:10px;
  color:#fff;
  border-radius: 3px;
  text-align:center;
  text-decoration: none;
}
.sns_top .sns li {
    float: left;
    width: 16%;
    margin: 0 2px 10px 2px;
}
.sns_top .text {
    display: none;
}
.share .sns li {
    float: left;
    width: 23%;
    margin: 8px 7px;
}
.sns {
    width: 100%;
    margin: 10px 0;
}	
	
/*スマホ下固定メニュー*/
footer {
	padding-bottom: 65px;
}	
footer a{
	text-decoration: none;
}
footer a:hover {
    color: #fff;
    text-decoration: none;
}	
div#sp_under {
    width: 100%;
    height: 65px;
    display: flex;
    justify-content: space-around;
    position: fixed;
    bottom: 0;
    z-index: 1000;
    padding: 0;
    margin: 0 -15px;
}
.sp_category, .sp_cart, .sp_contact {
    display: block;
	font-size: 11px;
    width: 25%;
    padding: 10px 0;
    border-right: 2px solid #fff;
}
.sp_top{
	display: block;
	font-size: 11px;
    width: 25%;
    padding: 10px 0;
}
i.fa {
    font-size: 25px;
}
	
/*トップに戻るボタン非表示*/
#toTop a{
	display: none;
}
	
/*フッターウィジェット4*/
.footer_widget4 {
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    padding: 20px 0;
    margin: 10px auto;
}
.widget_footer {
    width: 50%;
    padding: 10px;
}
/*商品一覧ページ*/
.cat-il.type-grid .itemimg {
    width: 100%;
    height: 150px;
}

}


/*ーーーーーーーーーーーーースマホ表示ーーーーーーーーーーーーーー*/

@media screen and (max-width: 480px){
/*Infomation*/
.top-infomation {
    position: relative;
    left: 0;
    width: 95%;
    height: auto;
    padding: 20px 10px;
    margin: 0 auto;
    line-height: 2;
}
li.info_contents {
    display: block;
}
.info_date {
    font-size: 14px;
}
.info_title {
    font-size: 16px;
    height: auto;
    margin: 10px 0;
}

/*トップアイテム一覧*/
.front-il article {
    margin: 0 3%;
    padding: 30px 0;
}

.front-il .itemimg {
    width: 100%;
    height: 115px;
    overflow: hidden;
}

.front-il .itemsoldout {
    position: absolute;
    color: #fff;
    font-size: 1.2em;
    font-weight: normal;
    background: #0000007d;
    width: 148px;
    height: 35px;
    top: 105px;
    padding: 15px 0;
    z-index: 100;
    text-align: center;
}
	
/*新着記事一覧*/
.blogeyecatch {
    display: block;
    height: 70px;
    overflow: hidden;
    padding: 5px;
}
.blogeyecatch img {
    display: block;
    width: 100px;
    height: auto;
}
	
/*記事アイキャッチ画像*/
.post-eyecatch img {
    width: 100%;
    height: auto;
}
	
/*フッターウィジェット*/
.footer_widget4 {
    display: block;
    width: 95%;
    padding: 20px 0;
    margin: 10px auto;
}
.widget_footer {
    display: block;
    width: 100%;
    padding: 10px;
}
/*フッターナビメニュー*/
.footer-navigation {
    margin: 0 20px;
}

/*カートページ*/
div.cart_navi li {
    width: 50%;
    font-size: 0.5em;
}
/*商品詳細ページ*/
.item-wrap {
    display: block;
    width: 100%;
}
.item_image {
    width: 100%;
    margin-bottom: 30px;
}

/*商品詳細ページ関連記事*/
.kanren-item-wrap {
    display: block;
    width: 150px;
    padding: 0;
    margin: 5px 10px;
}
.kanren_img img {
    width: 150px;
    height: auto;
}

/*過去作品一覧*/
.past-work {
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin: 2px;
}

/*SNSボタン*/
.sns_top .sns li {
    float: left;
    width: 32%;
    margin: 0 2px 10px 2px;
}
.share .sns li {
    float: left;
    width: 46%;
    margin: 8px 6px;
}

}

/*お客様の声一覧ページ*/
div#content {
    width: 100%;
    margin: 0 auto;
}
div#contentInner {
    width: 950px;
    margin: 0 auto;
}
h1.voice-h1 {
    font-size: 1.8em;
    text-align: center;
    padding: 10px;
    margin: 30px 20%;
    border-bottom: 2px solid #555;
}

.voice-description {
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 30px;
}


h2.voice-title {
    font-size: 1.2em;
    font-weight: bold;
    color: #6d1f30;
    border-bottom: 2px dashed #D35034;
    margin: 0px 30% 20px 10px;
    padding: 5px 0 5px 40px;
    position: relative;
}

h2.voice-title:before {
	background: #d48789;
/* 左上四角部分の色 */
	top: 0;
/* 左上四角部分の位置 */
	left: .5em;
/* 左上四角部分の位置 */
	height: 12px;
/* 左上四角の大きさ */
	width: 12px;
/* 左上四角の大きさ */
	position: absolute;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	content: "";
}

h2.voice-title:after{
	background: #d26466;
/* 左下四角部分の色 */
	top: .8em;
/* 左下四角部分の位置 */
	left: .2em;
/* 左下四角部分の位置 */
	height: 8px;
/* 左下四角の大きさ */
	width: 8px;
/* 左下四角の大きさ */
	position: absolute;
	transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	content: "";
}


.voice-comment {
    color: #6d1f30;
    padding: 15px;
    margin-right: 25px;
    font-size: 1.4em;
}

.voice-wrap {
    min-height: 430px;
    padding: 15px;
    background-color: rgba(255,228,228,0.7);
    box-shadow: 0px 0px 0px 7px rgb(255 228 228 / 70%);
    border: 2px dashed #fff;
    border-radius: 10px;
    margin-bottom: 50px;
}

.voice-value {
    border-bottom: 1px dashed #6d1f30;
    margin: 20px 0;
}

.voice-value .wp_social_bookmarking_light {
    display: none;
}

.voice-eyecatch img {
    display: block;
    float: right;
    width: 280px;
    height: auto;
    overflow: hidden;
    box-shadow: 0px 0px 0px 10px #fff;
    margin: 20px 30px 40px 50px;
    transform: rotate(7deg);
}
.voice-content p {
    font-size: 16px;
    line-height: 30px;
}

@media only screen and (max-width: 480px){
	div#content {
    width: 97%;
    padding: 10px;
    margin: 0 5px;
}
div#contentInner {
    width: 100%;
    margin: 0;
}
.voice-eyecatch img {
    display: block;
    float: none;
    width: 280px;
    height: auto;
    overflow: hidden;
    box-shadow: 0px 0px 0px 10px #fff;
    margin: 30px 8px 40px;
    transform: rotate(6deg);
}
	h2.voice-title {
    margin: 0 0 20px 0;
}
	.voice-comment {
    text-align: left;
    font-size: 1em;
}

/*SNSタイムライン*/
.pc-only {
    display: none;
}
.mobile-only {
    display: block;
}
}
/*キャプション付き画像の最適化*/
.wp-caption {
    width: 100%!important;
		padding: 5px;
}