@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: "";
}
button {
	padding: 0;
	border: none;
	background: none;
	font-family: inherit;
	text-transform: none;
	outline: none;
	box-shadow: none;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}
.infectionInfoWrap::before {
	display: block;
	height: 70px;
	margin-top: -70px;
	content: "";
}
.infectionInfoWrap .infectionInfo .head {
	font-weight: bold;
}
.infectionInfoWrap .infectionInfo .head + .body {
	margin-top: 5px;
}
.infectionInfoWrap .infectionInfo + .infectionInfo {
	margin-top: 10px;
}
.readMore {
	margin: 10px 0 0 10px;
	font-size: 12px;
}
div#mainContents .reportTagList,
.reportTagList {
	display: flex;
	flex-wrap: wrap;
	margin: 15px 0 20px;
	padding: 0 10px 5px;
	border-bottom: 1px solid #CCCCCC;
}
div#mainContents .reportTagList > li,
.reportTagList > li {
	margin: 0 10px 10px 0;
	background: #FAFAFA;
	border: 1px solid #CCCCCC;
	border-radius: 14px;
}
div#mainContents .reportTagList > li:hover,
.reportTagList > li:hover {
	background: #F1F1F1;
}
div#mainContents .reportTagList > li > a,
.reportTagList > li > a {
	font-size: 12px;
	color: #4E4E4E;
	line-height: 24px;
	text-decoration: none;
	position: relative;
	padding: 6px 20px 6px 15px;
}
div#mainContents .reportTagList > li > a:before,
.reportTagList > li > a:before {
	position: absolute;
	right: 16px;
	transform: rotate(45deg);
	margin-top: 8px;
	width: 6px;
	height: 6px;
	background-color: transparent;
	border-top: solid 2px #CCCCCC;
	border-right: solid 2px #CCCCCC;
	content: "";
}
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 > .reserverText {
	margin-top: 10px;
	font-size: 10px;
	font-weight: bold;
	color: #A4784D;
	line-height: 10px;
}
.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 .visitScene {
	font-size: 10px;
	color: #4E4E4E;
}
.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;
}
.shopHeaderInnerWrap .shopInfoInnerSectionWrap {
	margin-top: 15px;
	padding-top: 15px;
	padding-bottom: 0;
	border-top: 1px solid #CCCCCC;
}
.shopHeaderInnerWrap .shopInfoInnerSection {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 20px);
	margin-top: 0;
	margin-left: -20px;
	padding-bottom: 0;
}
.shopHeaderInnerWrap .shopInfoInnerSection > li {
	margin-left: 20px;
	margin-top: 5px;
}
.shopHeaderInnerWrap .shopInfoInnerSection > li:first-child {
	width: 100%;
	margin-top: 0;
}
.shopHeaderInnerWrap .shopInfoInnerSection > li.fullWidth {
	width: 100%;
}
.shopInfoInnerSectionBlock > dt {
	float: left;
	width: 58px;
	margin-right: 10px;
	padding: 6px 0;
	border: 1px solid #979797;
	box-sizing: border-box;
	font-size: 10px;
	font-weight: normal;
	color: #4E4E4E;
	line-height: 1;
	text-align: center;
}
.shopInfoInnerSectionBlock > dt:after {
	content: "";
}
.shopInfoInnerSectionBlock > dd {
	position: relative;
	float: left;
	padding: 3px 0;
	font-size: 12px;
}
.shopInfoInnerSectionBlock .shopInfoInnerItem + .shopInfoInnerItem {
	margin-left: 10px;
}
.shopHeaderContentsBtn .telephoneNumberLinkWrap {
	margin-top: 10px;
	font-size: 12px;
	line-height: 1;
	text-align: right;
}
.shopHeaderContentsBtn .telephoneNumberLinkWrap > .telephoneNumberLink {
	position: relative;
	padding-left: 8px;
}
.shopHeaderContentsBtn .telephoneNumberLinkWrap > .telephoneNumberLink: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: "";
}
.ratingWrap {
	display: flex;
	width: fit-content;
	margin-top: 10px;
	align-items: center;
}
.ratingWrap .ratingScoreValue {
	position: relative;
	margin-right: 9px;
	padding: 2px 4px 0 20px;
	border-radius: 2px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.ratingWrap .ratingScoreValue::before {
	position: absolute;
	top: 5px;
	left: 4px;
	width: 12px;
	height: 12px;
	background: url("/SYS/PC/images/icn/rating_star_24x24@2x.png") center/12px no-repeat;
	content: "";
}
.ratingWrap .ratingScoreValue::after {
	position: absolute;
	top: 8px;
	right: -5px;
	border: solid transparent;
	border-width: 4px 0;
	content: "";
}
.ratingWrap .ratingScoreValue.rating1 {
	background: #F03F42;
}
.ratingWrap .ratingScoreValue.rating1::after {
	border-left: 6px solid #F03F42;
}
.ratingWrap .ratingScoreValue.rating2 {
	background: #F76D32;
}
.ratingWrap .ratingScoreValue.rating2::after {
	border-left: 6px solid #F76D32;
}
.ratingWrap .ratingScoreValue.rating3 {
	background: #FF9C22;
}
.ratingWrap .ratingScoreValue.rating3::after {
	border-left: 6px solid #FF9C22;
}
.ratingWrap .ratingScoreText {
	margin-right: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}
.ratingWrap .ratingReivew,
.ratingWrap .ratingProvider {
	font-size: 10px;
	color: #4E4E4E;
}
.ratingWrap .ratingReivew {
	margin-right: 15px;
}
.ratingWrap .ratingProvider {
	margin-right: 10px;
}
.ratingWrap .aboutRatingWrap {
	position: relative;
	display: flex;
}
.ratingWrap .aboutRatingWrap .aboutRatingText {
	position: relative;
	padding-left: 13px;
	color: #1470CC;
	font-size: 10px;
	cursor: pointer;
}
.ratingWrap .aboutRatingWrap .aboutRatingText:hover {
	text-decoration: underline;
}
.ratingWrap .aboutRatingWrap .aboutRatingText::before {
	position: absolute;
	top: 2px;
	left: 0;
	width: 11px;
	height: 11px;
	background: url("/SYS/PC/images/icn/info_blue_24x24@2x.png") center/11px no-repeat;
	content: "";
}
.ratingWrap .aboutRatingWrap .tooltipRating {
	display: none;
	position: absolute;
	right: 68px;
	bottom: 27px;
	width: 344px;
	padding: 10px;
	border: 1px #CCCCCC solid;
	border-radius: 4px;
	box-sizing: border-box;
	background: #FFFFFF;
	font-size: 12px;
	color: #4E4E4E;
	transform: translate3d(50%, 0, 0);
}
.ratingWrap .aboutRatingWrap .tooltipRating::before,
.ratingWrap .aboutRatingWrap .tooltipRating::after {
	position: absolute;
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
}
.ratingWrap .aboutRatingWrap .tooltipRating::before {
	margin-left: -10px;
	border-color: transparent;
	border-top-color: #CCCCCC;
	border-width: 10px;
}
.ratingWrap .aboutRatingWrap .tooltipRating::after {
	margin-left: -9px;
	border-color: transparent;
	border-top-color: #FFFFFF;
	border-width: 9px;
}
.ratingWrap .aboutRatingWrap:hover .tooltipRating {
	display: block;
}
.shopHeaderLabels {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px;
	width: 620px;
	margin-top: 10px;
}
.shopHeaderLabels p {
	box-sizing: border-box;
}
.shopHeaderLabels p > a {
	display: block;
	position: relative;
	padding: 5px 17px 5px 5px;
	border: 1px solid #D7C1AB !important;
	background-color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	color: #A4784D;
	line-height: 1;
}
.shopHeaderLabels p > a::after {
	position: absolute;
	top: 0;
	right: 8px;
	bottom: 0;
	width: 5px;
	height: 5px;
	margin: auto;
	border-top: solid 1px #D7C1AB;
	border-right: solid 1px #D7C1AB;
	transform: rotate(45deg);
	content: "";
}
.shopHeaderLabels p > a:hover {
	background-color: #EFEFEF;
	text-decoration: none;
}
.storeHeaderOthersLabel {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px;
	width: 620px;
	margin-top: 5px;
}
.storeHeaderOthersLabel > li > a {
	display: block;
	position: relative;
	padding: 5px 17px 5px 5px;
	border: 1px solid #D7C1AB;
	border-radius: 2px;
	background-color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	color: #A4784D;
	line-height: 1;
}
.storeHeaderOthersLabel > li > a.onlinePayment::after {
	display: inline-block;
	position: absolute;
	right: 5px;
	width: 10px;
	height: 10px;
	background-image: url("/SYS/PC/images/icn/info_brown_20x20.png");
	background-size: 10px 10px;
	background-repeat: no-repeat;
	content: "";
}
.storeHeaderOthersLabel > li > a.pointPlus {
	padding-left: 21px;
}
.storeHeaderOthersLabel > li > a.pointPlus::before {
	display: inline-block;
	position: absolute;
	left: 5px;
	width: 15px;
	height: 10px;
	background-image: url("/SYS/PC/images/icn/point_plus_30x20.png");
	background-size: 15px 10px;
	background-repeat: no-repeat;
	content: "";
}
.storeHeaderOthersLabel > li > a.pointPlus::after {
	position: absolute;
	top: 0;
	right: 8px;
	bottom: 0;
	width: 5px;
	height: 5px;
	margin: auto;
	border-top: solid 1px #D7C1AB;
	border-right: solid 1px #D7C1AB;
	transform: rotate(45deg);
	content: "";
}
.storeHeaderOthersLabel > li > a:hover {
	background-color: #EFEFEF;
	text-decoration: none;
}
.storeHeaderOthersLabel > li > a.infection {
	position: relative;
	padding: 0 22px 0 29px;
	border: 1px solid #02AFAA;
	background: url("/SYS/PC/images/icn/infection_28x28@2x.png") 10px center/14px 14px no-repeat;
	background-color: #FFFFFF;
	line-height: 23px;
}
.storeHeaderOthersLabel > li > a.infection::before,
.storeHeaderOthersLabel > li > a.infection::after {
	display: block;
	position: absolute;
	right: 9px;
	width: 4px;
	height: 4px;
	border-top: 1px solid #4E4E4E;
	border-right: 1px solid #4E4E4E;
	transform: rotate(135deg);
	content: "";
}
.storeHeaderOthersLabel > li > a.infection::before {
	top: 6px;
}
.storeHeaderOthersLabel > li > a.infection::after {
	top: 9px;
}
.storeHeaderOthersLabel > li > span {
	display: block;
	border-radius: 4px;
	background-color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	color: #4E4E4E;
	line-height: 23px;
}
.storeHeaderOthersLabel > li > span.invoice {
	padding: 0 7px;
	border: 1px solid #EE2C36;
}
.storeLabelList {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px;
	width: 620px;
	margin-top: 5px;
}
.storeLabelList > li .label {
	display: block;
	position: relative;
	padding: 5px;
	border: 1px solid #D7C1AB;
	border-radius: 2px;
	background-color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	color: #A4784D;
	line-height: 1;
}
.storeLabelList > li a.label,
.storeLabelList > li .onlinePayment {
	padding-right: 17px;
}
.storeLabelList > li a.label:hover,
.storeLabelList > li .onlinePayment:hover {
	background-color: #EFEFEF;
	text-decoration: none;
}
.storeLabelList > li a.label::after {
	width: 5px;
	height: 5px;
	border-right: 1px solid #D7C1AB;
	border-top: 1px solid #D7C1AB;
	background-color: transparent;
	content: "";
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: -6px;
	transform: rotate(45deg) translate3d(0, -50%, 0);
	top: 9px;
	right: 10px;
}
.storeLabelList > li .onlinePayment {
	cursor: pointer;
}
.storeLabelList > li .onlinePayment::after {
	display: inline-block;
	position: absolute;
	right: 5px;
	width: 10px;
	height: 10px;
	background-image: url("/SYS/PC/images/icn/info_brown_20x20.png");
	background-size: 10px 10px;
	background-repeat: no-repeat;
	content: "";
}
.storeLabelList > li .pointPlus {
	padding-left: 21px;
}
.storeLabelList > li .pointPlus::before {
	display: inline-block;
	position: absolute;
	left: 5px;
	width: 15px;
	height: 10px;
	background-image: url("/SYS/PC/images/icn/point_plus_30x20.png");
	background-size: 15px 10px;
	background-repeat: no-repeat;
	content: "";
}
.shopHeaderContentsInner + .storeLabelList {
	margin-top: 10px;
}
.ipcBannerWrap {
	margin-top: 10px;
	background: url("/SYS/PC/images/bg/ipc_store_banner_1780x100@2x.png") center/890px 50px no-repeat;
	border: 1px solid #CCCCCC;
}
.ipcBannerWrap > a {
	display: flex;
	align-items: center;
	height: 50px;
	padding-left: 100px;
	font-size: 14px;
	font-weight: bold;
	color: #1E212D;
}
.ipcBannerWrap > a:hover {
	background-color: rgba(0, 0, 0, 0.1);
	text-decoration: none;
}
.pointPlusAppealBalloon {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin: 0 8px 16px;
	padding: 5px 14px;
	border: 1px solid #D0111B;
	border-radius: 2px;
	font-size: 14px;
	line-height: 1.4;
}
.pointPlusAppealBalloon > .pointPlusAppealText {
	font-weight: bold;
	color: #1E212D;
}
.pointPlusAppealBalloon > .pointPlusAppealText > .strong {
	color: #D0111B;
}
.pointPlusAppealBalloon::before,
.pointPlusAppealBalloon::after {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	border-style: solid;
	content: "";
}
.pointPlusAppealBalloon::before {
	bottom: -7px;
	border-width: 7px 6px 0 6px;
	border-color: #D0111B transparent transparent transparent;
}
.pointPlusAppealBalloon::after {
	bottom: -5px;
	border-width: 6px 5px 0 5px;
	border-color: #FFFFFF transparent transparent transparent;
}
.pointPlusAppealBalloon > .pointSupplement {
	padding-right: 12px;
	background: url("/SYS/PC/images/icn/info_blue_24x24@2x.png") no-repeat right center/10px 10px;
	font-size: 10px;
}
.reservationStatus {
	padding: 2px;
	border: 1px solid #D9D8D4;
	border-radius: 4px;
	background-color: #F0F0EE;
}
.reservationStatus > .reservationStatusTitle {
	margin: 8px 0 10px;
	font-size: 14px;
	font-weight: bold;
	color: #1E212D;
	line-height: 1.4;
	text-align: center;
}
.calendarWrap {
	position: relative;
	padding: 10px 5px;
	border-radius: 4px;
	background-color: #FFFFFF;
}
.calendarWrap > .calendarNavigation {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	top: 5px;
	width: 360px;
}
.calendarWrap > .calendarNavigation > .prevArrow,
.calendarWrap > .calendarNavigation .nextArrow {
	visibility: hidden;
	position: relative;
	width: 30px;
	height: 30px;
	margin: 0 10px;
	cursor: pointer;
}
.calendarWrap > .calendarNavigation > .prevArrow.show,
.calendarWrap > .calendarNavigation .nextArrow.show {
	visibility: visible;
}
.calendarWrap > .calendarNavigation > .prevArrow::before {
	width: 6px;
	height: 6px;
	border-right: 2px solid #CCCCCC;
	border-top: 2px solid #CCCCCC;
	background-color: transparent;
	content: "";
	transform: rotate(-135deg);
	position: absolute;
	top: 60%;
	left: 0;
	display: block;
	margin-top: -3px;
	left: 2px;
	margin-top: -7px;
}
.calendarWrap > .calendarNavigation > .nextArrow::before {
	width: 6px;
	height: 6px;
	border-right: 2px solid #CCCCCC;
	border-top: 2px solid #CCCCCC;
	background-color: transparent;
	content: "";
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: -6px;
	transform: rotate(45deg) translate3d(0, -50%, 0);
	right: 5px;
	margin-top: -1px;
}
.calendarWrap:not(:has(.calendarNavigation)) {
	padding-top: 35px;
}
.calendarWrap:not(:has(.calendarNavigation)) .calendarOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	border-radius: 4px;
	opacity: 0.8;
}
.calendarWrap:not(:has(.calendarNavigation)) .noReserveText {
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 20px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	color: #1E212D;
	line-height: 1.4;
	transform: translate(-50%, -50%);
	white-space: nowrap;
}
.calendarTable {
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
	background: #FFFFFF;
}
.calendarTable > caption {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #1E212D;
	line-height: 1.4;
}
.calendarTable > thead > tr > th {
	border: 1px solid #CCCCCC;
	background-color: #F4F4F4;
	padding: 4px 0;
	font-size: 12px;
	font-weight: bold;
	color: #1E212D;
	line-height: 1;
	text-align: center;
}
.calendarTable > thead > tr > th.sat {
	background: #EBF6FA;
	color: #3BA3CD;
}
.calendarTable > thead > tr > th.sun {
	background: #FCE8E7;
	color: #E41A12;
}
.calendarTable > tbody > tr > td {
	box-sizing: border-box;
	height: 62px;
	border: 1px solid #CCCCCC;
	text-align: center;
	vertical-align: top;
}
.calendarTable > tbody > tr > td a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.calendarTable > tbody > tr > td .date {
	padding-top: 2px;
	font-size: 10px;
	color: #1E212D;
	line-height: 1.4;
}
.calendarTable > tbody > tr > td.sat .date {
	color: #3BA3CD;
}
.calendarTable > tbody > tr > td.sun .date {
	color: #E41A12;
}
.calendarTable > tbody > tr > td.holiday .date {
	color: #E41A12;
}
.calendarTable > tbody > tr > td .status {
	display: block;
	font-size: 16px;
	color: #1470CC;
	line-height: 1.4;
}
.calendarTable > tbody > tr > td .status.mark {
	font-size: 20px;
}
.calendarTable > tbody > tr > td.past {
	background: #FAFAFA;
}
.calendarTable > tbody > tr > td.past .date,
.calendarTable > tbody > tr > td.disabled .date,
.calendarTable > tbody > tr > td.disabled .status {
	color: #999999;
}
.calendarTable > tbody > tr > td:not(.empty):not(.past):not(.disabled):hover {
	cursor: pointer;
	text-decoration: none;
}
.calendarTable > tbody > tr > td:not(.empty):not(.past):not(.disabled):not(.selected):hover {
	background-color: #FBE6E5;
}
.calendarTable > tbody > tr > td.selected {
	background-color: #D0111B;
}
.calendarTable > tbody > tr > td.selected > .date,
.calendarTable > tbody > tr > td.selected .status {
	color: #FFFFFF;
}
.calendarTable > tbody > tr > td.pointPlusIcn {
	position: relative;
}
.calendarTable > tbody > tr > td.pointPlusIcn::after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 19px;
	background: url("/SYS/PC/images/icn/point_plus_19x19.png") #F5F1E9 center/19px 19px no-repeat;
	content: "";
}
.calendarTable > tbody > tr > td.pointPlusIcn.selected::after {
	background: url("/SYS/PC/images/icn/point_plus_white_19x19.png") #D0111B center/19px 19px no-repeat;
}
.calendarIcnDescription {
	display: flex;
	flex-wrap: wrap;
	margin-top: 5px;
	font-size: 10px;
}
.calendarIcnDescription > li {
	padding-right: 8px;
	color: #1E212D;
}
.calendarIcnDescription .enabled {
	font-weight: bold;
	color: #1470CC;
}
.calendarIcnDescription .disabled {
	color: #999999;
}
.calendarIcnDescription .pointPlusIcnDescription {
	flex-basis: 100%;
	padding-left: 17px;
	background: url("/SYS/PC/images/icn/point_plus_17x17.png") left/17px 17px no-repeat;
}
div#mainContents .storeSubHeading {
	position: relative;
	padding: 4px 22px;
	background: #F4F2EE;
	border: 1px solid #D4D2CD;
	border-radius: 3px;
	box-shadow: 0 0 0 1px #FFFFFF inset;
	border-radius: 3px;
	font-size: 14px;
	font-weight: bold;
}
div#mainContents .storeSubHeading::before {
	display: block;
	position: absolute;
	top: 5px;
	left: 7px;
	width: 5px;
	height: 18px;
	background: #FAC786;
	content: "";
}
div#mainContents .storeSubHeading .storeSubHeadingText {
	font-size: 14px;
	font-weight: bold;
}
div#mainContents .storeSubHeading .subTitleSupplement {
	text-align: right;
	line-height: 13px;
}
.relatedLinkWrap {
	margin-top: 18px;
	padding-bottom: 7px;
	border-bottom: solid 1px #CCCCCC;
	color: #4E4E4E;
	font-size: 10px;
}
.ticketContent .ticketList {
	border: 4px solid #F4B000;
}
.ticketContent .ticketList > li + li {
	border-top: 4px solid #F4B000;
}
.ticketContent .ticketList > li > a {
	display: block;
	position: relative;
	padding: 10px 15px 10px 95px;
	background: #FFFFFF;
	text-decoration: none;
	box-sizing: border-box;
}
.ticketContent .ticketList > li > a::after {
	display: block;
	position: absolute;
	right: 15px;
	top: 50%;
	width: 8px;
	height: 8px;
	margin-top: -3px;
	border-right: solid 3px #CCCCCC;
	border-top: solid 3px #CCCCCC;
	background: transparent;
	transform: rotate(45deg);
	content: "";
}
.ticketContent .ticketList > li > a:hover {
	background: #FEF3D9;
}
.ticketContent .ticketList .freePrice,
.ticketContent .ticketList .discount {
	position: absolute;
	left: -5px;
	top: 15px;
	width: 75px;
	height: 30px;
	padding-left: 10px;
	border-top-left-radius: 2px;
	background: #3193DF;
	box-sizing: border-box;
	line-height: 30px;
}
.ticketContent .ticketList .freePrice::before,
.ticketContent .ticketList .freePrice::after,
.ticketContent .ticketList .discount::before,
.ticketContent .ticketList .discount::after {
	position: absolute;
	content: "";
}
.ticketContent .ticketList .freePrice::before,
.ticketContent .ticketList .discount::before {
	left: 0;
	bottom: -5px;
	border-bottom: 5px solid transparent;
	border-right: 5px solid #1C5985;
}
.ticketContent .ticketList .freePrice::after,
.ticketContent .ticketList .discount::after {
	right: -10px;
	top: 4px;
	width: 21px;
	height: 22px;
	background: #3193DF;
	transform: rotate(45deg);
}
.ticketContent .ticketList .freePrice .text,
.ticketContent .ticketList .discount .text {
	position: relative;
	z-index: 100;
	color: #FFFFFF;
}
.ticketContent .ticketList .freePrice {
	font-size: 10px;
}
.ticketContent .ticketList .discount {
	font-size: 14px;
}
.ticketContent .ticketList .discountPrice {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}
.ticketContent .ticketList .discountPrice > .usablePriceText {
	font-size: 16px;
	font-weight: bold;
	color: #D0111B;
}
.ticketContent .ticketList .pointStatus {
	display: flex;
	align-items: center;
	margin-top: 5px;
}
.ticketContent .ticketList .pointStatus .pointLabel {
	padding: 2px 6px;
	border: solid 1px #E73820;
	font-size: 10px;
	background: #FFFFFF;
	color: #E73820;
	line-height: 1;
	border-radius: 3px;
}
.ticketContent .ticketList .pointStatus .pointLabel + .savingsPoint {
	margin-left: 10px;
}
.ticketContent .ticketList .pointStatus .savingsPoint {
	font-size: 12px;
}
.ticketContent .ticketList .pointStatus .savingsPoint > span {
	color: #D0111B;
}
.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;
}
.footerWrap {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 950px;
	margin: 0 auto;
	padding-top: 10px;
	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;
	width: 44px;
	height: 12px;
	margin-left: auto;
}
.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: #1E212D;
	font-weight: bold;
}
.modal-text {
	margin-top: 10px;
	font-size: 12px;
	color: #1E212D;
}
.modal-text + .modal-title {
	margin-top: 30px;
}
.modal-enquete-summary-detail-link {
	display: block;
	width: 100px;
	margin-top: 10px;
	position: relative;
	padding-right: 15px;
	color: #1470CC;
	font-size: 12px;
	box-sizing: border-box;
}
.modal-enquete-summary-detail-link::after {
	position: absolute;
	right: 5px;
	top: 50%;
	width: 5px;
	height: 5px;
	border-top: solid 2px #CCCCCC;
	border-right: solid 2px #CCCCCC;
	transform: rotate(45deg);
	content: "";
}
.modal-enquete-summary-detail-link::after {
	transform: rotate(45deg) translate3d(0, -50%, 0);
}
.aboutReportLabel {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	margin-top: 10px;
	padding: 10px;
	border-radius: 8px;
	background-color: #FAFAFA;
}
.aboutReportLabel .reportLabelText {
	font-size: 10px;
	font-weight: bold;
	color: #A4784D;
}
.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;
}
.storeTopReportWrap {
	margin-top: 20px;
}
.modalOpen {
	position: relative;
}
.modalOpen::after {
	display: inline-block;
	position: absolute;
	top: 1px;
	width: 12px;
	height: 12px;
	padding: 0 0 0 5px;
	background: url("/SYS/PC/images/icn/info_blue_24x24@2x.png") center/12px no-repeat;
	content: "";
}
.provider-photo-list-wrap,
.direct-posted-photo-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 2px 2px;
	margin-top: 10px;
}
.provider-photo-list-wrap > li,
.direct-posted-photo-list > li {
	display: block;
	width: 238px;
	height: 238px;
}
.provider-photo-list-wrap > li img,
.direct-posted-photo-list > li img {
	width: inherit;
	height: inherit;
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
}
.detailEnqueteSummaryLink {
	text-align: right;
	font-size: 12px;
	line-height: 12px;
}
.detailEnqueteSummaryLink a:link {
	color: #1470CC;
}
.detailEnqueteSummaryLink a:visited {
	color: #802680;
}
.detailEnqueteSummaryLink a:before {
	border-color: #1470CC;
}
.detailEnqueteSummaryLink > .arrowLink::before {
	top: 0;
	bottom: 0;
	margin: auto;
}
.enqueteSummary {
	margin-top: 10px;
}
.enqueteSummaryTitleWrap {
	position: relative;
}
.enqueteSummaryTitleWrap > .questionLink {
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	margin: auto;
}
.enqueteSummaryTitle {
	width: 100%;
	height: 25px;
	padding-left: 35px;
	background: url("/SYS/PC/images/icn/store_summary.png") no-repeat left center;
	background-color: #EFEFED;
	border-radius: 2px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	position: relative;
}
.reviewBudgeWrap {
	display: flex;
	flex-wrap: wrap;
	padding: 15px 15px 5px;
	margin: 10px 0 0;
	background: #FFF8EB;
	border-radius: 10px;
}
.reviewBudgeWrap > li:nth-child(even) {
	margin-left: 30px;
}
.reviewBudgeWrap .reviewBudgeGold,
.reviewBudgeWrap .reviewBudgeSilver {
	width: 240px;
	margin-bottom: 10px;
	padding-left: 33px;
	background-repeat: no-repeat;
	background-position: 0 4px;
	box-sizing: border-box;
}
.reviewBudgeWrap .reviewBudgeGold {
	background-image: url("/SYS/PC/images/icn/enquete_badge_gold.png");
}
.reviewBudgeWrap .reviewBudgeSilver {
	background-image: url("/SYS/PC/images/icn/enquete_badge_silver.png");
}
.reviewBudgeWrap .reviewBudgeTitle,
.reviewBudgeWrap .reviewBudgeText {
	font-size: 12px;
	color: #1E212D;
}
.reviewBudgeWrap .reviewBudgeTitle {
	font-weight: bold;
	line-height: 17px;
}
.reviewBudgeWrap .reviewBudgeText {
	margin-top: 2px;
}
.enqueteSummaryDetailWrap {
	display: flex;
	margin-top: 20px;
}
.sceneWrap > dt,
.atmosphereWrap > dt {
	padding-left: 5px;
	font-size: 12px;
	font-weight: bold;
	border-left: 5px solid #CCCCCC;
	color: #1E212D;
}
.sceneWrap > dt + dd,
.atmosphereWrap > dt + dd {
	margin-top: 10px;
}
.sceneWrap {
	width: 280px;
}
.sceneWrap > dd {
	display: flex;
	justify-content: space-between;
	height: 84px;
}
.sceneWrap .sceneDonutChart {
	position: relative;
	margin-left: 5px;
	width: 84px;
}
.sceneWrap .sceneDonutChart > canvas {
	position: absolute;
	top: -15px;
}
.sceneWrap .sceneTextList {
	width: 176px;
}
.sceneWrap .sceneTextList > li {
	position: relative;
	height: 18px;
	font-size: 12px;
	color: #1E212D;
}
.sceneWrap .sceneTextList > li::before {
	position: absolute;
	left: 0;
	width: 12px;
	height: 18px;
	content: "●";
}
.sceneWrap .sceneTextList > li:first-child > span {
	font-weight: bold;
}
.sceneWrap .sceneTextList > li > .name,
.sceneWrap .sceneTextList > li > .percentage {
	position: absolute;
	top: 50%;
	transform: translate3d(0, -50%, 0);
}
.sceneWrap .sceneTextList > li > .name {
	left: 15px;
}
.sceneWrap .sceneTextList > li > .percentage {
	right: 0;
}
.sceneWrap .sceneTextList .type1::before {
	color: #FF8383;
}
.sceneWrap .sceneTextList .type2::before {
	color: #FFC039;
}
.sceneWrap .sceneTextList .type3::before {
	color: #67B961;
}
.sceneWrap .sceneTextList .type4::before {
	color: #E0DFE1;
}
.sceneWrap li + li {
	margin-top: 5px;
}
.atmosphereWrap {
	margin-left: 40px;
	width: 220px;
}
.atmosphereWrap > dd {
	display: flex;
	align-items: center;
	height: 20px;
	font-size: 12px;
	color: #1E212D;
}
.atmosphereWrap > dd .range {
	position: relative;
	-webkit-appearance: none;
	height: 3px;
	width: 100px;
	margin: 0 5px;
	box-sizing: border-box;
	outline: none;
	opacity: 1;
	z-index: 100;
}
.atmosphereWrap > dd .range::after {
	position: absolute;
	top: -100%;
	left: 0;
	height: 300%;
	width: 124px;
	background: linear-gradient(90deg, #FDC1C1 1px, #FDC1C1 0.5px, rgba(0, 0, 0, 0) 0.025em, rgba(0, 0, 0, 0) 0.1em) top left/20% 100%;
	content: "";
	z-index: -1;
}
.atmosphereWrap > dd .range::-webkit-slider-runnable-track {
	height: 3px;
	background: #FDC1C1;
}
.atmosphereWrap > dd .range::-moz-range-track {
	background: #FDC1C1;
}
.atmosphereWrap > dd .range::-ms-fill-lower,
.atmosphereWrap > dd .range::-ms-fill-upper {
	background: #FDC1C1;
}
.atmosphereWrap > dd .range::-ms-track {
	border: none;
}
.atmosphereWrap > dd .range::-webkit-slider-thumb {
	-webkit-appearance: none;
	height: 8px;
	width: 8px;
	margin-top: -2px;
	background: #D0111B;
	border-radius: 50%;
}
.atmosphereWrap > dd .range::-moz-range-thumb {
	-webkit-appearance: none;
	height: 8px;
	width: 8px;
	margin-top: 1px;
	background: #D0111B;
	border-radius: 50%;
	border: none;
}
.atmosphereWrap > dd .range::-ms-thumb {
	height: 8px;
	width: 8px;
	background: #D0111B;
	border-radius: 50%;
	border: none;
}
.atmosphereWrap > dd .range::-ms-tooltip {
	display: none;
}
.atmosphereWrap > dd .range:focus {
	outline: none;
}
.modal-ipc-table-wrap {
	margin-top: 10px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.modal-ipc-table-wrap > tbody > tr + tr {
	border-top: 1px solid #CCCCCC;
}
.modal-ipc-table-wrap > tbody > tr > th,
.modal-ipc-table-wrap > tbody > tr > td {
	padding: 12px 10px;
	font-size: 12px;
	line-height: 1.4;
	color: #4E4E4E;
}
.modal-ipc-table-wrap > tbody > tr > th {
	width: 120px;
	background: #F7F5F2;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
	box-sizing: border-box;
}
.modal-ipc-table-wrap > tbody > tr > td {
	font-size: 12px;
}
.modal-ipc-table-wrap span.tilde,
.modal-ipc-table-wrap p.text,
.modal-ipc-table-wrap .use-condition-list > li {
	font-size: 12px;
	line-height: 1.4;
	color: #4E4E4E;
}
.modal-ipc-table-wrap span.tilde {
	padding-right: 8px;
}
.modal-ipc-table-wrap .use-condition-list > li {
	position: relative;
	padding-left: 14px;
}
.modal-ipc-table-wrap .use-condition-list > li::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "・";
}
.ipc-detail-link-wrap {
	margin-top: 10px;
}
.ipc-detail-link-wrap > a {
	position: relative;
	font-size: 12px;
}
.ipc-detail-link-wrap > a::before {
	width: 5px;
	height: 5px;
	border-right: 2px solid #CCCCCC;
	border-top: 2px solid #CCCCCC;
	background-color: transparent;
	content: "";
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: -6px;
	transform: rotate(45deg) translate3d(0, -50%, 0);
}
