@charset "UTF-8";
body, p, ul, ol, h1,
h2, input {
	margin: 0;
}
ul, ol {
	padding: 0;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	vertical-align: middle;
}
input {
	vertical-align: middle;
}
.mainContent {
	margin-bottom: 25px;
}
.contentWrapper {
	min-height: 652px;
	padding-bottom: 0;
}
.reselectionList > li {
	padding: 3px 0 2px 10px;
	box-sizing: border-box;
}
.spotCategory .positionSidebar {
	width: 186px;
}
.spotCategory .positionSidebar li {
	width: 180px;
}
.spotCassetteList {
	margin-block: 8px 20px;
}
.spotCassetteList > li,
.spotCassetteList .spotDetailWrap {
	padding: 10px;
	border: 1px solid #F3E8BE;
	border-radius: 4px;
}
.spotCassetteList > li {
	background-color: #FDFADE;
}
.spotCassetteList > li + li {
	margin-top: 20px;
}
.spotDetailWrap {
	background-color: #FFFFFF;
}
.spotDetailWrap .spotName {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
}
.spotDetailWrap .spotAddress {
	position: relative;
	min-height: 19px;
	margin-bottom: 10px;
	padding-left: 27px;
	color: #666666;
	font-size: 12px;
	line-height: 1.4;
}
.spotDetailWrap .spotAddress::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 19px;
	height: 19px;
	background: url("/SYS/PC/images/icn/location_pin_38x38.png") no-repeat center/contain;
	content: "";
}
.spotDetailWrap .aroundStoreBtn {
	display: block;
	width: fit-content;
	height: 40px;
	padding: 10px 14px;
	border: 1px solid #CCCCCC;
	border-radius: 2px;
	background: linear-gradient(to bottom, #FEFEFE, #EDEDED);
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	box-shadow: inset 0 0 1px 0 #FFFFFF;
	box-sizing: border-box;
	margin-left: auto;
	color: #4E4E4E;
	line-height: 1.4;
	cursor: pointer;
}
.spotDetailWrap .aroundStoreBtn:link,
.spotDetailWrap .aroundStoreBtn:visited {
	color: #4E4E4E;
}
.spotDetailWrap .aroundStoreBtn:hover {
	background: linear-gradient(to bottom, #EDEDED, #E7E7E7);
	text-decoration: none;
}
.spotDetailWrap .aroundStoreBtn:hover {
	color: #4E4E4E;
}
.footerWrap {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 950px;
	margin: 0 auto;
	padding-top: 8px;
	padding-bottom: 18px;
}
.footerWrap > .footerPageLinkWrap {
	display: flex;
	height: 10px;
	margin-left: auto;
	justify-content: flex-end;
	order: 3;
}
.footerWrap > .footerPageLinkWrap > li {
	margin-right: 5px;
	padding-right: 5px;
	border-right: solid 1px #CCCCCC;
	line-height: 1;
	font-size: 10px;
}
.footerWrap > .footerPageLinkWrap > li:last-child {
	margin-right: 0;
	padding-right: 0;
	border: none;
}
.footerWrap > .contentLeft {
	display: flex;
	align-items: flex-end;
}
.footerWrap .recruitLinkWrap {
	font-size: initial;
}
.footerWrap .recruitLinkWrap a {
	display: flex;
	align-items: flex-end;
	text-decoration: none !important;
}
.footerWrap .recruitLinkWrap a:hover,
.footerWrap .recruitLinkWrap a:active {
	text-decoration: none !important;
}
.footerWrap .recruitLinkWrap a:hover > img {
	opacity: 1;
}
.footerWrap .recruitLinkWrap a .recruitLogoWrap {
	width: 100px;
	height: 26px;
}
.footerWrap .recruitLinkWrap a .recruitLogoWrap > img {
	width: 100%;
	height: 100%;
}
.footerWrap .recruitLinkWrap a .copyright {
	display: block;
	margin-left: 10px;
	color: #435B67;
	font-size: 10px;
	font-family: "メイリオ", sans-serif;
	font-weight: bold;
	font-style: normal;
	line-height: 1;
}
.footerWrap .linkForStoreWrap {
	display: flex;
	align-items: baseline;
	padding-left: 35px;
}
.footerWrap .linkForStoreWrap .linkForStoreText {
	position: relative;
	padding: 0 8px 0 18px;
	font-size: 10px;
	font-weight: bold;
	color: #4E4E4E;
	line-height: 1;
}
.footerWrap .linkForStoreWrap .linkForStoreText::before,
.footerWrap .linkForStoreWrap .linkForStoreText::after {
	position: absolute;
	top: 5px;
	transform: translate3d(0, -50%, 0);
	content: "";
}
.footerWrap .linkForStoreWrap .linkForStoreText::before {
	left: 0;
	width: 12px;
	height: 12px;
	border-radius: 2px;
	background-color: #F6A004;
}
.footerWrap .linkForStoreWrap .linkForStoreText::after {
	left: 4px;
	box-sizing: border-box;
	width: 3px;
	height: 3px;
	border: 3px solid transparent;
	border-left: 5px solid #FFFFFF;
}
.footerWrap .linkForStoreWrap > a {
	font-size: 10px;
	line-height: 1;
}
