
@charset "UTF-8";
/* CSS Document */
/* ===================マイページ追加 =================== */

.fs-clientInfo.is-ready {
	font-size: 16px;
	padding-top: 0px;
}

.fs-clientInfo.is-ready {
	text-align: left;
}


span.logout.my-true::before {
	content: "";
	background-color: #009C60;
	display: block;
	height: 30px;
	width: 30px;
	-webkit-mask: url(https://keikyustore.itembox.design/item/img/myshop_icon.svg);
	-webkit-mask-size: cover;
	vertical-align: middle;
	mask-size: cover;
	max-width: 40px;
	max-height: 40px;
	margin: auto;
}

span.login.my-false::before {
	content: "";
	background-color: #009C60;
	display: block;
	height: 30px;
	width: 30px;
	-webkit-mask: url(https://keikyustore.itembox.design/item/img/myshop_icon.svg);
	-webkit-mask-size: cover;
	vertical-align: middle;
	mask-size: cover;
	max-width: 40px;
	max-height: 40px;
	margin: auto;
}

span.my-false.change-color::before {
	background-color: #009C60;

}
span.logout.my-true.change-color:before {
	background-color: #009C60;
}


span.logout.my-true p {
	font-size: 1rem;
	width: fit-content;
	padding-left: 9px;
}

span.login.my-false p {
    font-size: 1rem;
}

span.login.my-false {
    position: absolute;
    top: 6px;
}

span.logout.my-true {
	position: absolute;
	width: 70px;
	top: 5px;
}

@media (max-width: 700px) {


li.hdrmyshop--toggle {
    width: 46px;
}


span.logout.my-true {
    position: absolute;
    top: -8px;
}

.fs-clientInfo.is-ready {
    position: relative;
}

	span.login.my-false {
    position: absolute;
    top: -7px;
}
	
}

