/*検索窓用*/
#rstSearch {
	padding: 2% 2%;
	margin: 1% 0 0 0;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f8f8f8), color-stop(1, #e0e0e0));
	background: -webkit-linear-gradient(-90deg, #f8f8f8 0%, #e0e0e0 100%);
	background: -moz-linear-gradient(-90deg, #f8f8f8 0%, #e0e0e0 100%);
	background: -ms-linear-gradient(-90deg, #f8f8f8 0%, #e0e0e0 100%);
	background: linear-gradient(-90deg, #f8f8f8 0%, #e0e0e0 100%);
	text-align: left;
}

#rstSearch form {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: box;
}

#rstSearch form > span {
	margin-right: 2%;
	width: 78%;
}

#rstSearch form > span > div {
	right: 0px !important;
}

#rstSearch input[type=text] {/*検索ボックス*/
	font-size: 15px;
	width: 100%;
	padding: 1.5% 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#rstSearchSubmit {
	width: 20%;
}

#rstSearchSubmit input[type=submit] {/*検索ボタン*/
	padding: 0 10px;
	border: solid 1px black;
	font-weight: bold;
	font-size: 14px;
	color: #444;
	width: 100%;
	height: 4.5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #ffffff), color-stop(0.5, #EDECF2));
	background: -webkit-linear-gradient(-90deg, #ffffff 50%, #EDECF2 50%);
	background: -moz-linear-gradient(-90deg, #ffffff 0%, #EDECF2 100%);
	background: -ms-linear-gradient(-90deg, #ffffff 0%, #EDECF2 100%);
	background: linear-gradient(-90deg, #ffffff 0%, #EDECF2 100%);
}

/*オリジナルコンテンツ部分*/
.originalcontents{
	margin:0.5% 0 0 0;
	padding:2%;
}

.originalcontents p {
	margin:0;
	padding:0.7% 0 0 0;
	text-align:center;
	font-size:13px;
	line-height:1.4;
}

/*カテゴリー別おすすめ商品*/
#osusumetab{
	margin:5% 0 0 0;
}

.tab5 {
	width: 100%;/*横幅はここで設定。100%指定でで可変になる。*/
	/*min-width: 300px;*/
	margin: 2% 0 3% 0;
}

.tab5 .tab-content {
	margin:0;
	font-size: 12px;
	text-align:center;
}

.tab5 .tab-content p,
.tab5 .tab-content div#tab5-b1 div,
.tab5 .tab-content div#tab5-b2 div,
.tab5 .tab-content div#tab5-b3 div,
.tab5 .tab-content div#tab5-b4 div {
    	margin: 0 0 4% 0;
    	width: 32%;
}

.tab5 label {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.tab5 label {
	display: inline-block;
	width: 46%;
	padding: 1% 1.15%;
	cursor: pointer;
	background: #e9ecbd;
	color: #777;
	margin-right: 0px;
}

.tab5 label:hover {
	background: #eee;
}

.tab5 input:checked + label {
	background: #d6a7d1;
	color: white;
	padding: 2% 0.8% 1.2%;
}

.tab5 input {
	display: none;
}

.tab5 #tab5-b1,
.tab5 #tab5-b2,
.tab5 #tab5-b3,
.tab5 #tab5-b4 {
	display: none;
	padding: 1% 2% 0;
}

.tab5 #tab5-1:checked ~ #tab5-b1,
.tab5 #tab5-2:checked ~ #tab5-b2,
.tab5 #tab5-3:checked ~ #tab5-b3,
.tab5 #tab5-4:checked ~ #tab5-b4 {
	display: flex;
    	flex-flow: row wrap;
    	justify-content: space-between;
}

.tab5 .itemth img {
	width: 100%;
}

.tab5 .price {
	width: 32%;
	color:#686868;
	/*font-weight:nomal;*/
	font-size: 13px;
	float: left;
	margin:0 0 2% 2%;
	text-align:center;
}

/*ピックアップアイテム用*/
#pickup {
	margin:2% 2% 0;
}

#pickup .pickupbox {
	display:flex;
	align-items: flex-start;
	width:100%;
	padding:0% 0% 4% 0%;
}

#pickup .pickupbox .left {
	width:40%;
}

#pickup .pickupbox .right {
	width:60%;
}

#pickup .pickupbox .right .itemname {
	margin:0;
	padding:1% 0 0 0;
	text-align:center;
	font-size:16px;
}

#pickup .pickupbox .right .text {
	margin:0;
	padding:1% 0% 0% 4%;
	font-size:12px;
	line-height:1.5;
	text-align: left;
}

/*人気ランキング用*/
#ranking {
	margin:0 0 5% 0;
	padding:0 0 0 2%;
}

#ranking ul{
	width:100%;
	display:table;
	table-layout:fixed;
	margin:0;
	padding:0;
}

#ranking ul li{
	display:table-cell;
	padding:0 2% 0 0;
}

#ranking ul li .rankcrown{
	width:50%;
	margin:0 0 3% 0;
}

#ranking ul li .rankimg{
	margin:0 0 1% 0;
	width:100%;
}

#ranking ul li p {
	font-size:12px;
	color:#424242;
	text-align:center;
	margin:0;

}

/*商品カテゴリー用*/
#sptopitemcate {
	margin:2% 0 4% 0;
	padding:0 1%;
}

#sptopitemcate ul{
	width:100%;
	list-style:none;
	margin:0;
	padding:0;
	display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}

#sptopitemcate ul li{
	width:33.33%;
	margin:0;
	padding:0;
}

#sptopitemcate ul li img{
	width:97%;
	margin:0 0 2% 0;
}

/*姉妹店用*/
#sisterstore{
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 8%;
}

#sisterstore li{
  width: 33.3%;
}

#sisterstore li:first-child{
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
	margin: 0.5em 0;
}

#sisterstore li:first-child span{
	color: #ab4da1;
  font-weight: bold;
  border: 1px solid #d6a7d1;
  display: inline-block;
  padding: 0.5em 2em;
  margin: 0.5em 0 0;
}


/*SNSやってます用*/
#sns {
	width:55%;
	margin-top:4%;
	margin-right: auto;
	margin-left : auto;
}

#sns .logo {
	font-size:15px;
	margin-top: 1em;
	text-align:left;
}

#sns .logo img {
	max-width: 10%;
	vertical-align:middle;
}

#sns .twitter:before {
	content: "";
	display: inline-block;
	background-image: url(https://gigaplus.makeshop.jp/kyonomiyabi/images/xlogo.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 29px;
	height: 29px;
	vertical-align: middle;
	padding-right: 3%;
}

#sns .fb:before {
	content: "";
	display: inline-block;
	background-image: url(https://gigaplus.makeshop.jp/kyonomiyabi/images/fblogo.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 29px;
	height: 29px;
	vertical-align: middle;
	padding-right: 3%;
}

#sns .insta:before {
	content: "";
	display: inline-block;
	background-image: url(https://gigaplus.makeshop.jp/kyonomiyabi/images/instalogo.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 29px;
	height: 29px;
	vertical-align: middle;
	padding-right: 3%;
}

/*iphone5用 幅320pxまで*/
@media screen and (max-width: 320px) {
#originalcontents p{
	font-size:12px;
}

.tab5 .tab-content{
	font-size:11px;
}

#pickup .pickupbox .right .itemname{
	font-size:15px;
}

#pickup .pickupbox .right .text{
	font-size:11px;
}

#sns .logo{
	font-size:13px;
}

 }

/*iphone6・7用 幅375pxまで ベースのcssを使用中なので記述なし*/

/*iphone6+・7+用 幅480pxまで*/
@media screen and (min-width: 376px) and (max-width: 480px) {
#originalcontents p{
	font-size:14px;
}

.tab5 .tab-content{
	font-size:14px;
}

.tab5 .price{
	font-size:15px;
}

#pickup .pickupbox .right .text{
	font-size:13px;
}

#sns .logo{
	font-size:16px;
}

 }
