@charset "utf-8";
/* div#main adjustment
====================================================*/
div#main{
	max-width:900px;
	line-height:1.6;
}
/* single product
====================================================*/
div#productWrap{
	width:100%;
	min-height:820px;
	margin:50px auto 0 auto;
	overflow:hidden;
	position:relative;
}
/* 商品詳細
====================================================*/
div.textBody{
	width:320px;
	margin:0 0 0 auto;
	overflow:hidden;
	position:relative;
}

h2{
	height:40px;
	margin-bottom:20px;
	font-size:18px;
	font-size:1.8rem;
	font-weight:bold;
	color:#333;
	line-height:1.2;
}
table.detail{
	width:320px;
	border:0px;
	display:block;
	table-layout:fixed;
	position:relative;
}

table.detail th{
	width:110px;
	border:0px;
	padding:2px 0;
	vertical-align:top;
	text-align:left;
}

table.detail td{
	width:210px;
	border:0px;
	padding:2px;
	word-wrap:break-word;
}
table.detail td span.sizeLink a{
	display:block;
	padding:2px 5px;
	float:right;
	color:#fff;
	background:#000;
	font-size:10px;
	font-size:1.0rem;
}
table.detail td span.featuresLink a{
	padding: 2px 5px;
	margin: 10px 0;
	display: inline-block;
	color: #fff;
	background: #000;
}
/* 商品セレクト */
table.detail div#selectWrap{
	width:100%;
	position:relative;
	overflow:hidden;
}
table.detail div#selectWrap:before{
	width:24px;
	height:24px;
	font-size:13px;
	font-size:1.3rem;
	line-height:1.8;
	text-align:center;
	z-index: 9999;
	position: absolute;
	right: 6px;
	top: 3px;
	content: "\25BC";
	color: #666;
	display:block;
	pointer-events: none;
	background:#fff;
}
@-moz-document url-prefix() {
table.detail div#selectWrap:before{display:none;}
}
table.detail input:focus,
table.detail select:focus{
	outline: none;
	border:1px solid #000;
}

table.detail td input{
	width:100%;
	height:auto;
	padding:4px 10px;
	line-height:1.4;
	font-family:Meiryo,"メイリオ","Hiragino	Maru	Gothic	Pro","ヒラギノ丸ゴ	Pro	W4",sans-serif;
	border:1px solid #999;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	cursor:pointer;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
/* 数 */
div#quantity{
	width:100%;
	position:relative;
	overflow:hidden;
}
div#quantity input.count{
	width:24px;
	height:24px;
	padding:0;
	position:absolute;
	overflow:hidden;
	top:2px;
	text-align:center;
	border:none;
	display:block;
	color:#666;
	background:#fff;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-moz-transition: all, 0.5s, linear;
	-o-transition: all, 0.5s, linear;
	-webkit-transition: all, 0.5s, linear;
	transition: all, 0.5s, linear;
}
div#quantity input.count:hover{
	color:#000;
}
div#quantity input#plus{
	right:1px;
	padding-top:4px;
}
div#quantity input#minus{
	right:25px;
	padding-bottom:4px;
}

table.detail td select{
	width:100%;
	height:auto;
	padding:4px 10px;
	line-height:1.4;
	font-family:Meiryo,"メイリオ","Hiragino	Maru	Gothic	Pro","ヒラギノ丸ゴ	Pro	W4",sans-serif;
	border:1px solid #999;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	cursor:pointer;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	background:#fff;
}

/* 購入ボタン */
p#submit{
	width:100%;
	margin:30px auto 10px auto;
	overflow:hidden;
	display:block;
	overflow:hidden;
}
p#submit button[type="submit"]{
	width:210px;
	height:62px;
	margin:0 0 0 auto;
	font-size:14px;
	font-size:1.4rem;
	font-family: 'Didact Gothic', sans-serif;
	border:none;
	color:#fff;
	background:#000;
	cursor:pointer;
	display:block;
}
p#noStock{
	width: 210px;
	height: 22px;
	padding:16px 0 14px 0;
	margin: 0 0 0 auto;
	font-size: 12px;
	font-size: 1.2rem;
	font-family: 'Didact Gothic', sans-serif;
	border: none;
	color: #f00;
	background: #aaa;
	display: block;
	text-align:center;
}
p.sizeNoStock{
	width:100%;
	margin:0;
	padding:0;
	text-align:right;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: 'Didact Gothic', sans-serif;
	color:#f00;
}

/* slider
====================================================*/
div.picBody{
	width:-webkit-calc(100% - 340px);
	width:-moz-calc(100% - 340px);
	width:calc(100% - 340px);
	height:auto;
	margin:0;
	overflow:hidden;
	position:absolute;
 top:0;
	left:0;
}
ul.slider li.slick-slide img{
	border:1px solid #eee;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
div#no-item{
	width:250px;
	margin:200px auto;
	text-align:center;
}
/* error/notice/success messages screen
====================================================*/
div#wrap{
	width:100%;
	height: -webkit-calc(100% - 120px);
	height: -moz-calc(100% - 120px);
	height: calc(100% - 120px);
	position:fixed;
	top:120px;
	left:0;
	display:table;
	background:rgba(0,0,0,0.8);
	cursor:pointer;
	z-index:9999;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message{
	z-index:0;
	display:block;
}
/* error */
ul.wc-error{
	width:100%;
	text-align:center;
	overflow:hidden;
	display:table-cell;
	vertical-align:middle;
	position:relative;
}
ul.wc-error li{
	width:100%;
	margin-bottom:1%;
	text-align:center;
	color:#fff;
	font-size:16px;
	font-size:1.6rem;
	font-family: 'Didact Gothic', sans-serif;
	display:block;
}
ul.wc-error:before{
	content:"ERROR";
	color:#f00;
	font-size:16px;
	font-size:1.6rem;
	display:block;
	margin-bottom:10px;
}
ul.wc-error:after{
	content:"×";
	white-space: pre ;
	position:absolute;
	top:0;
	right:30px;
	color:#fff;
	font-size:40px;
	font-size:4.0rem;
	font-family:-apple-system,Verdana,'メイリオ',meiryo,'Hiragino Kaku Gothic ProN','游ゴシック Medium','Droid Sans Japanese',sans-serif;
}

/* notice/success */
div.wc-message{
	width:100%;
	position:absolute;
	top:48%;
	left:0;
	text-align:center;
	color:#fff;
	font-size:16px;
	font-size:1.6rem;
	font-family: 'Didact Gothic', sans-serif;
}
div.wc-message:after{
	content:"×";
	width:100%;
	position:absolute;
	top:-30px;
	left:0;
	text-align:center;
	font-size:20px;
	font-size:2.0rem;
	font-family:-apple-system,Verdana,'メイリオ',meiryo,'Hiragino Kaku Gothic ProN','游ゴシック Medium','Droid Sans Japanese',sans-serif;
}
@media only screen and (max-width: 780px) {
	div#wrap{
		height: -webkit-calc(100% - 70px);
		height: -moz-calc(100% - 70px);
		height: calc(100% - 70px);
		position:fixed;
		top:70px;
	}
}
/*	1000px
====================================================*/
@media	only screen and (max-width:1000px){
	div#main{
		max-width:740px;
	}
	div#productWrap{
		min-height:630px;
	}
	div.textBody{
		width:300px;
		margin:0 0 0 440px;
	}
	table.detail td{
		width:188px;
	}
	p#submit button[type="submit"]{
		width:100%;
	}
	div.picBody{
		width:-webkit-calc(100% - 320px);
		width:-moz-calc(100% - 320px);
		width:calc(100% - 320px);
	}
	p#noStock{
		width:100%;
	}
}
/*	780px
====================================================*/
@media	only screen and (max-width:780px){
	div#productWrap{
		margin:30px auto 0 auto;
	}
	div.textBody{
		width:100%;
		margin:0 auto;
	}
	h2{
		margin-bottom:600px;
		font-size:14px;
		font-size:1.4rem;
		 text-align:center;
	}
	table.detail{
		width:100%;
	}
	div.textBody > table.detail:nth-child(2){
		width:100%;
		border-top:1px solid #aaa;
		padding-top:20px;
	}
	table.detail th{
		width:130px;
		padding-left:10px;
	}
	table.detail td{
		width: -webkit-calc(100% - 130px);
		width: -moz-calc(100% - 130px);
		width: calc(100% - 130px);
		margin:0;
		padding-right:10px;
	}
	table.detail td select#size{
		width:200px;
	}
	table.detail td input.qty{
		width:200px;
	}
	table.detail td span.sizeLink a{
		float:left;
	}
	div.picBody{
		width:400px;
	 	top:30px;
		left:50%;
		margin-left:-200px;
	}

	.konyu-button{
		width:100%;
	}
}
/*	440px
====================================================*/
@media	only screen and (max-width:440px){
	h2{
		margin-bottom:520px;
	}
	div.picBody{
		width:340px;	
		margin-left:-170px;
	}
}
