@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;
}
.about-report-modal-wrapper .modal-content-head,
.expose-report-modal-wrapper .modal-content-head {
	border-left: 5px solid #CCC;
	padding-left: 13px;
	font-weight: bold;
	font-size: 14px;
}
.about-report-modal-wrapper .modal-container,
.expose-report-modal-wrapper .modal-container {
	padding-top: 45px;
}
.about-report-modal-wrapper .modal-container-inner,
.expose-report-modal-wrapper .modal-container-inner {
	padding: 25px;
	border-top: 1px solid #CCCCCC;
}
.arrowLink {
	position: relative;
	padding-left: 8px;
	line-height: 12px;
}
.arrowLink:before {
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 3px;
	height: 3px;
	border-top: solid 1px #1470CC;
	border-right: solid 1px #1470CC;
	transform: rotate(45deg);
	content: "";
}
.autoScrollBtn {
	position: fixed;
	right: 20px;
	min-width: 85px;
	height: 85px;
	display: block;
	cursor: pointer;
}
.autoScrollBtn.show {
	bottom: 40px;
	transform: translate3d(0, 20px, 0);
	transition: 300ms;
}
.autoScrollBtn:not(.show) {
	bottom: -160px;
	transform: translate3d(0, -20px, 0);
	transition: 300ms;
}
.newReportIcn {
	display: inline-block;
	position: relative;
}
.newReportIcn::after {
	position: absolute;
	right: -16px;
	width: 13px;
	height: 13px;
	background: url("/SYS/PC/images/icn/new_report.png");
	content: "";
}
.questionLink {
	display: inline-block;
	height: 12px;
	padding-left: 16px;
	background: url("/SYS/PC/images/icn/info_blue_24x24@2x.png") no-repeat left center/12px 12px;
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
}
.subTitleLogo {
	display: inline;
}
div#mainContents .pickupLabel,
.pickupLabel {
	display: flex;
	gap: 5px;
	margin: 0 0 10px 0;
	padding: 5px;
	border-radius: 4px;
	background: #FFF8EC;
	font-size: 12px;
	font-weight: bold;
	color: #1E212D;
	line-height: 1.4;
}
div#mainContents .pickupLabel::before,
.pickupLabel::before {
	width: 16px;
	height: 16px;
	background-image: url("/SYS/PC/images/icn/pickup_32x32.png");
	background-size: 16px 16px;
	background-repeat: no-repeat;
	content: "";
}
.reportCassette {
	margin-left: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
}
.reportCassette > .reportText {
	margin-top: 10px;
	width: 650px;
}
.reportCassette > .reportText > .title,
.reportCassette > .reportText > .text {
	color: #4E4E4E;
	line-height: 18px;
}
.reportCassette > .reportText > .title {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
}
.reportCassette > .reportText > .text {
	font-size: 12px;
}
.reportCassette .icnLunch,
.reportCassette .icnDinner {
	position: relative;
	padding-left: 15px;
	line-height: 17px;
}
.reportCassette .icnLunch::before,
.reportCassette .icnDinner::before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate3d(0, -50%, 0);
	width: 12px;
	height: 12px;
	content: "";
}
.reportCassette .icnLunch::before {
	background: url("/SYS/PC/images/icn/lunch_12x12.png");
}
.reportCassette .icnDinner::before {
	background: url("/SYS/PC/images/icn/dinner_12x12.png");
}
.storeSubHeading + .reportCassette,
.storeSubHeadingWithoutBg + .reportCassette {
	margin-top: 10px;
}
.reportCassette + .reportCassette {
	margin-top: 20px;
}
.reporterWrap {
	display: flex;
}
.reporterImg {
	margin-right: 10px;
}
.reporterImg > img {
	border-radius: 50%;
}
.reporterDetail {
	display: flex;
	flex-flow: column;
	justify-content: center;
}
.reporterDetail > .name {
	font-size: 12px;
	color: #4E4E4E;
}
.reporterDetail > .individualInfo {
	width: fit-content;
	margin-top: 4px;
	font-size: 10px;
	color: #969696;
}
.reportAdditionWrap {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
	font-size: 12px;
	color: #4E4E4E;
}
.reportAdditionWrap > .arrowLink {
	height: 14px;
	line-height: 14px;
}
.reportAdditionWrap .sceneAndGoodCount {
	display: flex;
	align-items: center;
}
.reportAdditionWrap .goodCount {
	position: relative;
	margin-left: 15px;
	padding-left: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #4E4E4E;
	line-height: 17px;
}
.reportAdditionWrap .goodCount:before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate3d(0, -50%, 0);
	width: 12px;
	height: 12px;
	background: url("/SYS/PC/images/icn/good_black.png") no-repeat;
	content: "";
}
.jalanReportAdditionWrap {
	justify-content: end;
}
.reportPhoto {
	display: flex;
	margin-top: 10px;
}
.reportPhoto > li {
	position: relative;
	height: 120px;
	width: 120px;
	overflow: hidden;
}
.reportPhoto > li > img {
	position: absolute;
}
.reportPhoto > li + li {
	margin-left: 10px;
}
.store-reply {
	width: 100%;
	margin-top: 10px;
	padding: 10px;
	border-radius: 4px;
	box-sizing: border-box;
	background-color: #F7F5F2;
	font-size: 12px;
	color: #4E4E4E;
	line-height: 1.4;
}
.store-reply .reply-header {
	margin-bottom: 5px;
}
.store-reply .reply-date {
	margin-top: 5px;
	color: #969696;
}
.readMore {
	margin: 10px 0 0 10px;
	font-size: 12px;
}
.storeSubHeadingWithoutBg {
	position: relative;
	padding: 2px 0 4px 14px;
	color: #4E4E4E;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.1;
}
.storeSubHeadingWithoutBg .storeSubHeadingWithoutBgText {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.1;
}
.storeSubHeadingWithoutBg::before {
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	width: 5px;
	height: 20px;
	background: #FAC786;
	content: "";
}
.storeSubHeadingWithoutBg .subTitleSupplement {
	text-align: right;
	line-height: 13px;
}
.storeSubHeadingWithoutBg .storeSubHeadingWithoutBgText + .subTitleSupplement {
	margin-top: 4px;
}
.footerWrap {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 950px;
	margin: 0 auto;
	padding-top: 8px;
	padding-bottom: 18px;
}
.footerWrap > .footerRelatedLinkWrap {
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 7px;
	border-bottom: solid 1px #CCCCCC;
	color: #4E4E4E;
	font-size: 10px;
	text-align: left;
}
.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;
}
.modal-mask {
	position: fixed;
	top: 0;
	width: 100%;
	overflow: hidden;
	z-index: 500;
}
@keyframes fadeIn {
	0% {
	 opacity: 0;
	}
	100% {
	 opacity: 1;
	}
}
@keyframes fadeOut {
	0% {
	 opacity: 1;
	}
	100% {
	 opacity: 0;
	}
}
.modal-mask.show {
	display: block;
}
.modal-mask:not(.show) {
	display: none;
}
.modal-mask.fadeIn {
	animation: fadeIn 0.15s ease-in;
}
.modal-mask.fadeOut {
	animation: fadeOut 0.15s ease-in;
}
.modal-mask .modal-overlay {
	position: fixed;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.7);
}
.modal-mask .modal-wrapper {
	position: relative;
	height: 100vh;
	display: flex;
}
.modal-close-btn {
	padding: 16px 0;
}
.modal-close-btn > a {
	display: block;
	width: 13px;
	height: 13px;
	margin: 0 16px 0 auto;
	background: url("/SYS/PC/images/icn/modal_close.png");
}
.modal-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	width: 500px;
	background: #FFFFFF;
	border-radius: 5px;
	box-sizing: border-box;
}
.modal-container {
	padding: 25px;
	border-top: 1px solid #CCCCCC;
}
.modal-title {
	padding-left: 9px;
	border-left: 5px solid #CCCCCC;
	font-size: 14px;
	color: #4E4E4E;
	font-weight: bold;
}
.modal-text {
	margin-top: 10px;
	font-size: 12px;
	color: #4E4E4E;
}
.modal-text + .modal-title {
	margin-top: 30px;
}
.modal-new-report-icn::after {
	display: block;
	width: 13px;
	height: 13px;
	margin-top: 10px;
	padding: 10px;
	background: url("/SYS/PC/images/icn/new_report.png") no-repeat;
	background-position: 10px;
	border: 1px solid #CCCCCC;
	content: "";
}
.modal-new-report-icn > .strong {
	font-weight: bold;
}
.modal-loading-img-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	z-index: 300;
}
.modal-photo-close-btn {
	position: relative;
	display: block;
	width: 70px;
	height: 70px;
	margin-left: auto;
}
.modal-photo-close-btn > a {
	display: inline-block;
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.modal-photo-close-btn > a::before,
.modal-photo-close-btn > a::after {
	position: absolute;
	content: "";
	display: block;
	top: 15px;
	right: -4px;
	width: 38px;
	height: 2px;
	background-color: #FFFFFF;
}
.modal-photo-close-btn > a::before {
	transform: rotate(135deg);
}
.modal-photo-close-btn > a::after {
	transform: rotate(45deg);
}
.modal-photo-close-btn > a:hover,
.modal-photo-prev-btn > a:hover,
.modal-photo-next-btn > a:hover {
	opacity: 0.6;
}
.modal-photo-prev-btn,
.modal-photo-next-btn {
	position: absolute;
	top: 50%;
	width: 26px;
	height: 52px;
	transform: translateY(-50%);
}
.modal-photo-prev-btn > a,
.modal-photo-next-btn > a {
	display: block;
	height: 100%;
	width: 100%;
}
.modal-photo-prev-btn > a::after,
.modal-photo-next-btn > a::after {
	position: absolute;
	content: "";
	top: 10px;
	width: 34px;
	height: 34px;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
}
.modal-photo-prev-btn {
	left: -58px;
}
.modal-photo-prev-btn > a::after {
	left: 7px;
	transform: rotate(225deg);
}
.modal-photo-next-btn {
	right: -58px;
}
.modal-photo-next-btn > a::after {
	right: 7px;
	transform: rotate(45deg);
}
.modal-content-body {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 685px;
	transform: translate3d(-50%, -50%, 0);
}
.modal-photo-section {
	display: block;
	position: relative;
	width: 685px;
}
.modal-photo-mask {
	display: flex;
	justify-content: center;
	position: relative;
}
.modal-photo-mask.hide {
	opacity: 0;
}
.modal-photo-wrap {
	display: flex;
	align-items: center;
	min-height: 158px;
	background-color: #FFFFFF;
}
.modal-photo-wrap > img {
	max-width: 480px;
	max-height: 480px;
}
.photo-description-wrap {
	position: relative;
	width: 205px;
	max-height: 480px;
	padding: 20px;
	background-color: #FFFFFF;
	box-sizing: border-box;
}
.post-wrap {
	max-height: 404px;
	overflow: scroll;
	margin-bottom: 56px;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.post-wrap::-webkit-scrollbar {
	display: none;
}
.post-detail > .post-data,
.post-detail > .post-provider {
	color: #4E4E4E;
	font-size: 12px;
	line-height: 15px;
}
.post-detail .post-provider {
	margin-top: 10px;
	text-align: right;
}
.post-detail .post-provider > .miil,
.post-detail .post-provider > .provider-name {
	padding-left: 3px;
	font-weight: bold;
	color: #B70000;
}
.post-note {
	margin: 10px 0 22px;
	color: #969696;
	font-size: 10px;
	line-height: 14px;
}
.post-description {
	margin: 10px 0 22px;
	font-size: 10px;
	line-height: 14px;
	white-space: pre-wrap;
	word-wrap: break-word;
}
.photo-title,
.photo-description,
.photo-number {
	color: #4E4E4E;
	font-size: 12px;
	line-height: 16px;
}
.photo-title {
	font-weight: bold;
}
.photo-description {
	margin: 10px 0 22px;
}
.photo-number {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.photoListMask {
	width: 740px;
	margin-top: 15px;
	padding-top: 10px;
	border-top: 1px solid #CCCCCC;
}
.photoListMask .photoListWrap {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	margin: -20px 0 0 -16px;
}
.photoListMask .photoListWrap .photoList {
	position: relative;
	width: 168px;
	height: 168px;
	margin: 20px 0 0 20px;
	overflow: hidden;
	cursor: pointer;
}
.photoListMask .photoListWrap .photoList:hover {
	opacity: 0.8;
}
.photoListMask .photoListWrap .photoList > img {
	position: absolute;
}
.photoListMask + .readMore {
	margin-left: 4px;
}
.about-report-modal-wrapper .modal-content {
	position: relative;
	margin: auto;
	z-index: 5000;
	width: 500px;
	height: 379px;
	background: #FFFFFF;
	border-radius: 5px;
	box-sizing: border-box;
}
.about-report-modal-wrapper .modal-content .modal-contents + .modal-contents {
	margin-top: 30px;
}
.about-report-modal-wrapper .modal-note {
	margin-top: 20px;
	font-size: 12px;
	color: #4E4E4E;
}
.about-report-modal-wrapper .modal-note:after {
	display: block;
	width: 13px;
	height: 13px;
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	background: url("/SYS/mypage/images/icon/icn_pc_report.png") no-repeat;
	background-position: 10px;
	content: "";
}
.aboutReportText {
	float: right;
	display: flex;
	align-items: center;
	font-size: 12px;
}
.aboutReportText::before {
	display: block;
	width: 13px;
	height: 13px;
	margin-right: 3px;
	background: url("/SYS/cmn/images/common/shop/icn_info.png");
	content: "";
}
.aboutReportText:visited {
	color: #1470CC;
}
.about-report-modal-wrapper .modal-content {
	left: 0;
	top: 0;
}
.about-report-modal-wrapper .modal-container {
	padding: 0;
	border-width: 0;
}
