@charset "utf-8";
/* CSS Document */


html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: middle;
    background: transparent;
}

/* header
---------------------------------------------------------------------------------------------------------------------*/

header{
	background-color: rgba(50,50,50,0.6);
	transition: 0.5s;
}
header .home a{
    background-image: url(../img/site_img/logo_wh.png);
}
header.hover_bg .home a{
    background-image: url(../img/site_img/logo_wh.png);
}
header .nav li > a {
	font-size: 11px;
    line-height: 60px;
	color:#dfdfdf;
}
header:hover .nav li > a {
	color:#dfdfdf;
	transition:.5s;
}
.header-nav-guide a{
	background-image: url(https://gigaplus.makeshop.jp/padrol/common/img/site_img/icon_guide.png);
}
.header-nav-shop a{
	background-image: url(https://gigaplus.makeshop.jp/padrol/common/img/site_img/icon_shop.png);
}
.header-nav .header-nav-member a {
	background-image: url(https://gigaplus.makeshop.jp/padrol/common/img/site_img/icon_member.png);
}

.header-nav .header-nav-login a{
	background-image: url(https://gigaplus.makeshop.jp/padrol/common/img/site_img/icon_login.png);
}
.header-nav .header-nav-logout a {
	background-image: url(https://gigaplus.makeshop.jp/padrol/common/img/site_img/icon_logout.png);
}
.header-nav .header-nav-cart a{
	background-image: url(https://gigaplus.makeshop.jp/padrol/common/img/site_img/icon_cart.png);
}
.pcmenu-trigger span {
    background-color: #fff;
}

.store_link {
	background-color: #fff;
	padding: 5px;
	width: 10%;
	position: absolute;
	top: 70px;
	right: 15px;
	transition:.5s;
}
.store_link p{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin:0;
	padding:0;
	color:#000;
	transition:.5s;
}



.btn-wrap-order a{ color:#000;}
@media screen and (max-width:1280px) {/*---------------------------------------------------------------------------------------------------------------------*/
}
@media screen and (max-width:1024px) {/*---------------------------------------------------------------------------------------------------------------------*/
}
@media screen and (max-width: 768px) {/*---------------------------------------------------------------------------------------------------------------------*/
}
@media screen and (max-width: 480px) {/*---------------------------------------------------------------------------------------------------------------------*/

.store_link {
    background-color: #fff;
    padding: 5px;
    width: 20%;
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: 1;
    transition: .5s;
    box-shadow: 0 1px 2px rgba(255,255,255,0.5), 0 1px 2px rgba(255,255,255,0.5);
}
.store_link p {
    font-size: 11px;
    color: #000;
}

.hover_bg .store_link {
	width: 20%;
    top: 15px;
    right: 15px;
    box-shadow: 0 1px 3px rgba(255,255,255,0.5), 0 1px 3px rgba(255,255,255,0.5);
}
.hover_bg .store_link p{
	font-size: 11px;
}
}
@media screen and (max-width: 375px) {/*---------------------------------------------------------------------------------------------------------------------*/
}
@media screen and (max-width: 320px) {/*---------------------------------------------------------------------------------------------------------------------*/
}
























