/* **************************************************************
Theme Name: Welcart Basic Child
Description: Welcart Basic Child Theme
Author: Collne Inc
Template: welcart_basic
Version: 1.0.0
************************************************************** */
/* clearfix */
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

/* 文字のスタイル変更 */
body {
	color: #504946;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	line-height:1.8em !important;
	 position:relative;
}

/* リンクテキストの色変更 */
a{
	color:#228b22
}
a:hover{
	color:#9cbb1c
}

/* hrタグ */
hr {
	margin:0 0 1.714285714rem 0;
}

/* ヘッダーロゴ表示 */
h1.site-title a,
div.site-title a {
	color: #000;
	/*ロゴの表示ここから*/
    background-image: url("https://acryl-kingdom.com/wp-content/uploads/logo.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 0;
    overflow: hidden;
	padding-top: 64px;
	padding-bottom: 64px;
	text-indent:-9999px;
    width: 14em;
}
h1.site-title img,
div.site-title img {
	width: 100%;
	height: auto;
}

/* サイトディスクリプション　背景色無し */
.site-description{
	background:none;
	color:#333;
}

/* ハンバーガーメニューの変更 */
#site-navigation label{
	position:fixed !important;
	z-index:100;
}
#site-navigation label span{
	padding:0;
}
#site-navigation label span:before {
	content: "\F0C9";
	font-weight:bold;
	font-size:240%;
	background:#9cbb1c;
	padding:15px;
}

header #site-navigation input#panel.on-off + div.nav-menu-open,
header #site-navigation input#panel.on-off + div.header-nav-container {
	display: block;
	overflow: hidden;
}
header #site-navigation input#panel.on-off:checked + div.nav-menu-open,
header #site-navigation input#panel.on-off:checked + div.header-nav-container {
	background-color: #9cbb1c;
position: fixed;
 top: 0;
 right: -250px;
 width: 250px;
 height: 100%;
 z-index:100 !important;
transition: all 300ms 0s ease;
}

#site-navigation ul{
	padding:0;
}

#site-navigation li a{
	color:#ffffff;
	margin:0;
	padding:15px;
}
#site-navigation li a:hover{
	text-decoration:none;
	color:#228b22;
	background:#e3e548 !important;
}

/* ログイン・新規登録の背景に白（半透明）を追加 */
.snav .membership,
.incart-btn {
	background-color: rgba(255,255,255,0.7);
}

/* お知らせ告知スペース */
.ticker {
	background:#f2f2b0;
	margin:20px auto;
	padding:15px;
	max-width:1000px;
	text-align: left;
	border-radius:10px;
	position: relative;
	overflow: hidden;
	font-size:90%;
	line-height:1.8em;
}
.ticker ul {
	width: 100%;
	position: relative;
}
.ticker ul li {
	width: 100%;
	display: none;
}
.ticker ul li a{
	color:#333;
}

/* 見出しのスタイル変更 */
h1.item_page_title,
h1.entry-title,
h1.page-title{
	color:#9cbb1c;
	font-size:220% !important;
}
/* フロントページ用の見出し */
h2.entry-title{
	display:none;
}
.entry-content h3{
	font-size:200%;
	font-weight:normal;
	padding:0px 20px;
	color:#504946;
	border-left: 10px solid #228b22;
	margin-bottom: 15px;
}
#content .page-title, #content .entry-title{
	margin-bottom:40px;
}

/* フロントページ（TOP）だけ上下マージンが違うのを修正 */
.home #main {
	margin: 2.857143em auto; /* margin: 0 auto; */
}

/* サイドバーのスタイル変更 */
#secondary h3 {
    margin-bottom: 5px;
    padding: 10px;
    border-bottom: none;
	color:#FFF;
	font-size:140%;
}
.widget_title{
	background-color:#228b22;
	font-weight:bold;
}
#secondary section {
	padding:10px;
}
section.widget{
	border:3px solid #228b22;
}


/* SKUセレクトのスタイル変更 */
dl.item-sku {
	display:block !important;
    margin: 0 0 20px 0 !important;
    padding: 2px;
    border: none;
}
dl.item-sku dt,
dl.item-sku dd{
	display:block !important;
	background-color:#FFF;
    border: none;
	padding: 4px;
}

/* フッター */
footer {
	color:#FFF;
	background-color: #9cbb1c;
}

/* フッターメニュー（スマホ） */
.footer-menu{
	margin:0 auto;
	padding:0;
	max-width:1000px;
	display:flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.footer-menu li{
	width:49%; /* 2つずつ */
	margin:0.5%;
	text-align:center;
	list-style:none;
	padding:0;
}
.footer-menu li a{
	display:block;
	border-radius:5px;
	background-color:#f8f4e6;
	color:#504946;
}
.footer-menu li:hover a{
	background-color:#e3e548;
	color:#417038;
	text-decoration:none;
}

/* フッターリンク集（スマホ） */
.footerlinks{
	margin:0 auto;
	padding:0;
	max-width:1000px;
	display:flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.footerlinks li{
	width:49%; /* 2つずつ */
	margin:0.5%;
	text-align:center;
}
.footerlinks li a{
	display:block;
	border-radius:5px;
	background-color:#e6eb94;
	color:#504946;
}
.footerlinks li:hover a{
	background-color:#009944;
	color:#FFF;
	text-decoration:none;
}

/* テーブル　価格表 */
table.t01 th{
	background-color:#f8f4e6 !important;
	text-align:center;
}
table.t01 td{
	text-align:center;
}
table.t01 tr:nth-child(odd){
	background-color:#fffff4;
}
/* ホバー時に行の色変更 */
table.t01 tr:hover {
	background:#fff4f4;
}

/* オプションサービス */
table.t02 th{
	background-color:#EEE !important;
}

/* テーブルのスクロール（スマホ対策） */
.scroll{
	overflow: auto;
	white-space: nowrap;
}
.scroll::-webkit-scrollbar{	
	height: 5px;
}
.scroll::-webkit-scrollbar-track{
	background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}

/* サイドメニュー */
aside#secondary{
	margin:0 20px;
}

/* ウィジェットの背景色 */
aside#secondary section{
	background:#FFF;
}

/* 商品説明の上のアキを調整 */
#itempage #img-box {
   	margin-bottom: 0 !important;
}

/* 共同購入カウンター */
.counter-title{
	background:#228b22;
	padding:4px 10px 2px 10px;
	font-size:180%;
	font-weight:bold;
	color:#FFF;
	border:2px solid #e95464;
	border-bottom:none;
	line-height:1.5em;
}

ul.counter{
	display: table;
	margin:0 0 20px 0;
	border:2px solid #e95464;
	width:100%;
}
ul.counter li{
	display: block;
	width:100%;
	list-style:none;
	padding:10px;
	line-height:2em;
	text-align:center;
}
ul.counter li.c01{
	background:url(/wp/wp-content/uploads/bg_dot.gif) repeat;
}
ul.counter li.c02{
	background:#FFF;
}
ul.counter li.c03{
	background:url(/wp/wp-content/uploads/bg_dot.gif) repeat;
}

/* 価格表のタブ切り替え */
.pricetab input{
    display: none;
}
.pricetab label{
    display: block;
    float: left;
    cursor: pointer;
    margin: 0 0 5px 5px;
    padding: 6px 12px;
    background: #CCC;
	border-radius:5px;
    color: #FFFFFF;
    text-align: center;
    transition: .2s;
}
.pricetab input[type="radio"]:checked + label {
    background-color: #20b2aa;
    color: #fff;
}

/* オレンジのボタン */
.mybtn {
	background-color:#9cbb1c;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	font-size:140%;
	font-weight:bold;
	padding:12px 36px;
	text-decoration:none !important;
	line-height:1.5em;
	text-align:center;
}
.mybtn:hover {
	background-color:#009944;
}
.mybtn:active {
	position:relative;
	top:1px;
}

/* 固定ページの商品一覧 */
.item-list{
	margin-bottom:40px;
}

.item-list-left{
	width:100%;
	margin-bottom:20px;
}

item-list-right{
	width:100%;
}

/* リンクについて TOP
　　枚数カウンターの下 合計枚数の所 */
.innerbox{
	background:#f8f4e6;
	padding:20px;
	border-radius:10px;
	margin-bottom:20px;
}

/* 製作事例 TOP */
.works-img{
	float:left;
	width:191px;
	padding:0 20px 0px 0;
	text-align:center;
}

/* お客様の声 */
.innerbox2{
	padding:30px;
	border:1px solid #CCC;
	border-radius:10px;
}

/* ウィジェットの商品一覧 */
ul.side-list li{
	margin:5px 0;
}
ul.side-list li:last-child{
	margin-bottom:0;
}
ul.side-list li a{
	display:block;
	padding:5px 10px;
	color:#228b22;
	background:#f8f4e6;
}
ul.side-list li a:hover{
	display:block;
	color:#228b22;
	background:#f2f2b0;
	text-decoration:none;
}
/* 商品ページのクイックメニュー */
ul.quickmenu li a{
	float:left;
	display:block;
	margin:0 5px 5px 0;
	padding:5px 10px;
	color:#262626;
	background:#FCEAF2;
	border-radius:5px;
}
ul.quickmenu li a:hover{
	background:#FBDDEB;
	text-decoration:none;
}


/* 忍者おまとめボタン */
.ninja_onebutton {
	max-width:600px;
	margin:15px auto 0 auto;
}

/* 製作事例のリスト */
ul.works-list,
ul.works-list2{
	margin:0 -2px 0 0;
	width:100%;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
ul.works-list li{
	width:171px;
	margin:0 2px 20px 0;
	list-style:none;
	text-align:center;
	font-size:12px;
}
ul.works-list2 li{
	width:231px;
	margin:0 2px 20px 0;
	list-style:none;
	text-align:center;
	font-size:12px;
}
ul.works-list li img,
ul.works-list2 li img{
	margin-bottom:5px;
}

/* ページ送り */
.pageNav {
	zoom: 1;
	position: relative;
	overflow: hidden;
	margin: 0 0 20px 0;
}
.pageNav ul {
	position: relative;
	left: 50%;
	float: left;
	margin: 0;
}
.pageNav ul li {
	position: relative;
	left: -50%;
	float: left;
	margin: 0;
	list-style:none;
	padding: 1px 4px;
}
.pageNav li span,
.pageNav li a {
	display: inline-block;
	margin: 0 1px 1px 0;
	padding: 1px 8px;
	background: #fff;
	border: 1px solid #CCC;
	text-decoration: none;
	vertical-align: middle;
}
.pageNav li a:hover {
	background: #eeeff7;
	border-color: #00f;
}


/* お知らせの日付 */
.date:before {
    content: "\f040" !important;
}


/* 納期表示のiframe（上書き） */
iframe.ume{
	margin:20px 0;
	padding:0;
	border:0;
	width:100% !important;
	height:auto;
	vertical-align: bottom;
}

/* **************************************************************
 * 16.1 Mobile Large 620px　（スマホ・大に適用したい）
 ************************************************************** */
@media screen and (min-width: 38.75em) {

/* ヘッダーロゴ表示 */
h1.site-title a,
div.site-title a {
	padding-top: 90px;
	padding-bottom: 90px;
}

	/* ヘッダー背景画像（ランダム表示は諸事情により停止中） */
	#header_bg{
		background:url(https://acryl-kingdom.com/wp-content/uploads/header1.jpg);
		background-position:center top;
		background-repeat:no-repeat;
		background-size:auto;
	}

	/* 行間を変更 */
	p{
		line-height: 1.8em !important;
	}

	/* 商品ページのタイトル */
	.item_page_title {
	   	margin: 0 0 20px;
	}

	/* サイドメニュー */
	aside#secondary{
		margin:0 40px;
	}

	/* 共同購入カウンター　レイアウト変更 */
	ul.counter li{
		display: table-cell;
		width:33%;
	}

	/* 固定ページの商品一覧 */
	.item-list-left{
		width:50% !important;
		float:left;
		margin-right:20px;
	}
	item-list-right{
		width:50% !important;
	}

	/* 製作事例の背景 */
	.lock-bg{
		background:url(/tapestore/wp-content/uploads/lock_bg.jpg) right top no-repeat;
	}

	/* 会員メニューの位置 */
	.snav .membership{
    margin-top: 150px;
	}
	.incart-btn{
    margin-top: 150px;
	}

	/* お知らせの画像調整 */
	.post-li img {
		width:200px;
	}
	.eyecatch{
		float:left;
		margin:0 20px 10px 0;
	}

}

/* **************************************************************
 * 16.2 Tablet Small 740px　（タブレット・小に適用したい）
 ************************************************************** */
@media screen and (min-width: 46.25em) {
}

/* **************************************************************
 * 16.3 Tablet Large 880px　（タブレット・大に適用したい）
 ************************************************************** */
@media screen and (min-width: 55em) {
}

/* **************************************************************
 * 16.4 Desktop Small 1000px　（PCサイトに適用したい）
 ************************************************************** */
@media screen and (min-width: 62.5em) {

	/* PC用 2カラム横幅の変更 */
    #main.two-column #content {
        width: 700px !important; /* 元750px */
    }
    .two-column #secondary {
        width: 260px !important; /* 元210px */
    }

	/* ヘッダー下のアキを調整 */
	header .inner {
	    padding-bottom: 9px;
	}

	/* グローバルメニュースタイル変更 */
	#site-navigation {
		clear: both;
		padding: 0;
	}
	#site-navigation label {
		display: none;
	}
	#site-navigation li {
		font-size:106%;
		padding: 0;
		border-right: 2px solid #FFF;
	}
	#site-navigation ul li:first-child {
		border-left: 2px solid #FFF;
	}
	#site-navigation li.current_page_item li a,
	#site-navigation li.current-menu-parent li a {
		background: none;
	}
	header #site-navigation input#panel.on-off + div.nav-menu-open,
	header #site-navigation input#panel.on-off + div.header-nav-container {
		background: #F5F5F5;
		background: -moz-linear-gradient(top, #9cbb1c 0%,#9cbb1c 100%);
		background: -webkit-linear-gradient(top, #9cbb1c 0%,#9cbb1c 100%);
		background: linear-gradient(to bottom, #9cbb1c 0%,#9cbb1c 100%);
		border-bottom:5px solid #228b22;
	}

	#site-navigation li.current_page_item a,
	#site-navigation li.current-menu-parent a{
		background-color: #228b22;
		color:#fff;
	}

	#site-navigation li a:hover {
		background-color: #228b22;
		text-decoration: none;
	}
	.incart-btn{
    	margin-top: 5px;
	}

	/* サイドメニュー */
	aside#secondary{
		margin:0;
	}

	/* フッターリンク集（PC） */
	.footerlinks li{
		width:15.6%; /* 6つずつ */
	}
	
	/* フッターメニュー（PC） */
	.footer-menu li{
		width:19%; /* 5つずつ */
	}

	/* SKUセレクトのスタイル変更 */
    dl.item-sku {
		display:block !important;
    }
    dl.item-sku dt,
    dl.item-sku dd{
		display:block !important;
		padding: 4px;
    }
    dl.item-sku dt{
		float:left;
		width:200px;
    }
}

/*---------------------------------------------------------
reCAPTCHA のマーク非表示　フッターに文章追加
---------------------------------------------------------*/
.grecaptcha-badge { visibility: hidden; }

.recaptcha{
	text-align:center;
	font-size:80%;
}
.recaptcha a{
	color:#333;
}

