/* Y'S GEAR : shop.css */


@import "/shared/css/promotion.css";


.siteContents {
	margin: 2px 0 0 0;
}

.contentsTop {
	display: table;
}

.contentsWidth {
	overflow: hidden;
}


/*======================================================================*
 *  [ shopContentsBasic | ショップメインコンテンツ ] 
 *======================================================================*/

.shopContentsBasic {
	display: table-cell;
	position: relative;
	width: auto;
	max-width: 750px;
	vertical-align: top;
	z-index: 5;
}


/*======================================================================*
 *  [ shopContentsSide | ショップサイドバー ] 
 *======================================================================*/

.shopContentsSide {
	display: table-cell;
	width: 200px;
	padding: 0 0 0 30px;
	vertical-align: top;
}
.shopContentsSide section,
.shopContentsSide nav,
.shopContentsSide aside {
	margin: 0 0 20px 0;
	color: #505050;
}

/* [ 買い物かごを見る・ご利用ガイドボタン ] */
.buttonCart, 
.buttonGuide {
	display: block;
	padding: 12px 10px;
	color: #fff !important;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}
.buttonCart  { margin: 0 0 20px 0; background: #ff9320; }
.buttonGuide { margin: 20px 0 10px; background: #363a90; }
a.buttonCart:hover, 
a.buttonGuide:hover { color: #fff !important; }
.buttonCart:hover  { background: #ff7412; }
.buttonGuide:hover { background: #202370; }

/* [ 返品・交換についてボタン ] */
.buttonReturn {
	display: block;
	margin: 10px 0 20px;
	text-align: center;
}
.buttonReturn::before {
	display: inline-block;
	content: "≫";
}
a.buttonReturn:hover {
	text-decoration: underline;
}

/* [ 角丸ボックス ] */
.roundBox {
	border: 2px solid #b4b4b4;
	border-radius: 5px;
}
.roundBox.yellow {
	background: #fcf5d7;
}
.roundBox h2 {
	padding: 10px;
	border-bottom: 1px solid #b4b4b4;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.2;
	text-align: center;
}
.roundBox h2 a {
	display: block;
	padding: 10px;
	margin: -10px;
}


/*======================================================================*
 *  [ memberMenu | オンラインショップメニュー  ] 
 *======================================================================*/

.memberMenu {
	background: #e6e6e6;
	border-radius: 5px;
}
.memberMenu dt {
	padding: 15px 15px 10px 15px;
	font-size: 10px;
	font-size: 1rem;
}
.memberMenu dd + dt {
	border-top: 1px solid #fff;
}
.memberMenu dd {
	padding: 0 15px 15px 15px;
}
.memberMenu dd a {
	display: block;
	padding: 10px;
	color: #fff;
	text-align: center;
}
.memberMenu dd a:hover {
	color: #fff !important;
}
.buttonLogin {
	background: #6a6daa;
	font-size: 20px;
	font-size: 2rem;
	font-family: 'Lato', sans-serif;
	line-height: 1.2;
}
.buttonMember {
	background: #6a6daa;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.2;
}
.buttonDelivery {
	background: #646464;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.2;
}
.buttonLogin:hover, 
.buttonMember:hover   { background: #4b4e8d; }
.buttonDelivery:hover { background: #454545; }
.memberMenu dd p {
	margin: 10px 0 0 0;
	font-weight: bold;
	line-height: 1.4;
}
.memberMenu dd p span {
	color: #ff0000;
}


/*======================================================================*
 *  [ securityBox | セキュリティ関連 ] 
 *======================================================================*/

.securityBox {
	margin: 0 0 20px 0;
	text-align: center;
}


/*======================================================================*
 *  [ Media Queries 768 ] 
 *======================================================================*/

@media screen and (max-width: 768px) {
	
	.siteContents {
		position: relative;
		padding: 51px 0 0 0;
	}
	
	.contentsTop {
		display: block;
	}
	
	.contentsWidth {
		padding: 0 20px;
	}
	
	
	/*==================================================================*
	 *  [ shopContentsBasic | ショップメインコンテンツ ] 
	 *==================================================================*/
	
	.shopContentsBasic {
		display: block;
		max-width: 100%;
	}
	
	
	/*==================================================================*
	 *  [ shopContentsSide | ショップサイドバー ] 
	 *==================================================================*/
	
	.shopContentsSide {
		display: block;
		width: auto !important;
		padding: 0;
	}
	
	.shopSpnMenu {
		width: auto;
	}
	
	
	/*==================================================================*
	 *  [ ショップモバイル用メニュー ] 
	 *==================================================================*/
	
	.shopSpnMenu .spnNav, 
	.shopSpnMenu .spnLink {
		position: absolute;
		margin: 0 !important;
		padding: 0 !important;
		box-sizing: border-box;
		overflow: hidden;
	}
	
	/* [ ボタン達 ] */
	.shopSpnMenu .spnNav {
		top: 0;
		width: 20%;
		height: 50px;
		background: none;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
	.shopSpnMenu .spnNav  { border-left: 1px solid #e6e6e6; }
	.shopSpnMenu .spnNav:hover  {
		border-color: #e6e6e6 !important;
		background: #363a90;
	}
	/* 個別位置 */
	.buttonCart 	{ left: 0; border-left: none !important; }
	.buttonLogin 	{ left: 20%; }
	.buttonMember 	{ left: 40%; }
	.buttonDelivery { left: 60%; }
	.buttonGuide 	{ left: 80%; }
	/* アイコン */
	.shopSpnMenu .spnNav:before,
	.shopSpnMenu .spnNav:after {
		position: absolute;
		left: 50%;
		margin: 0 0 0 -25px;
		width: 50px;
		height: 50px;
		text-indent: 0;
	}
	.shopSpnMenu .spnNav:before { top: 0; }
	.shopSpnMenu .spnNav:after 	{ top: 50px; }
	.shopSpnMenu .spnNav:hover:before 	{ top: 50px; }
	.shopSpnMenu .spnNav:hover:after 	{ top: 0; }
	.buttonCart:before 		{ content: url(/e-shop/shared/svg/icon_cart.svg); }
	.buttonCart:after 		{ content: url(/e-shop/shared/svg/icon_cart_on.svg); }
	.buttonLogin:before 	{ content: url(/e-shop/shared/svg/icon_login.svg); }
	.buttonLogin:after 		{ content: url(/e-shop/shared/svg/icon_login_on.svg); }
	.buttonMember:before 	{ content: url(/e-shop/shared/svg/icon_member.svg); }
	.buttonMember:after 	{ content: url(/e-shop/shared/svg/icon_member_on.svg); }
	.buttonDelivery:before 	{ content: url(/e-shop/shared/svg/icon_delivery.svg); }
	.buttonDelivery:after 	{ content: url(/e-shop/shared/svg/icon_delivery_on.svg); }
	.buttonGuide:before 	{ content: url(/e-shop/shared/svg/icon_guide.svg); }
	.buttonGuide:after 		{ content: url(/e-shop/shared/svg/icon_guide_on.svg); }
	
	/* [ 返品・交換について ] */
	.buttonReturn {
		position: absolute;
		top: 51px;
		width: 100%;
		margin: 0;
		padding: 0 10px;
		border: none;
		box-sizing: border-box;
		background: #e6e6e6;
		font-size: 1.1rem;
		line-height: 45px;
	}
	
	/* [ リンク ] */
	.shopSpnMenu .spnLink {
		display: table;
		top: 96px;
		width: 50%;
		height: 45px;
		border: 1px solid #ccc;
		background-color: #fff;
		background-size: 20px 20px;
		background-repeat: no-repeat;
		background-position: 10px center;
	}
	.buttonSSM 		{ left: 50%; background-image: url(/e-shop/shared/svg/icon_ssm.svg); }
	.buttonPresent 	{ left: 0;   background-image: url(/e-shop/shared/svg/icon_present.svg) !important; }
	.shopSpnMenu .spnLink:before {
		display: table-cell;
		height: 100%;
		padding: 0 25px 0 35px;
		font-size: 14px;
		font-size: 1.4rem;
		vertical-align: middle;
	}
	.buttonSSM:before 		{ content: "Sea-Style Market"; }
	.buttonPresent:before 	{ content: "会員プレゼント"; }
	.shopSpnMenu .spnLink:after {
		display: block;
		position: absolute;
		top: 50%;
		right: 10px;
		width: 8px;
		height: 8px;
		margin: -6px 0 0 0;
		border-top: 3px solid #ccc;
		border-right: 3px solid #ccc;
		content: "";
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.shopSpnMenu .spnLink:hover:after {
		border-color: #363A90;
	}
	.shopSpnMenu .spnLink p, 
	.shopSpnMenu .spnLink img {
		display: none;
	}
	
	/* [ 外身があるものを隠ぺい ] */
	.memberMenu, 
	.memberMenu dl, 
	.memberMenu dd, 
	.presentBox {
		display: inline;
		margin: 0;
		padding: 0;
		border: none;
		background: none;
	}
	.memberMenu dt, 
	.memberMenu p, 
	.presentBox h2, 
	.presentBox p {
		display: none;
	}
	
}


/*======================================================================*
 *  [ Media Queries 568 ] 
 *======================================================================*/

@media screen and (max-width: 568px) {
	
	.contentsWidth {
		padding: 0 10px;
	}
	
}



