@charset "UTF-8";
.review-shop {
  margin-bottom: 10px;
}
.review-shop .head {
	border-radius: 4px 4px 0 0;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: #f7f6f5;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	padding: 10px;
}
.review-shop .body {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-top: none;
	background: #fff;
	border-radius: 0 0 4px 4px;
}
.wrap .review-shop .head {
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.wrap .review-shop .solid {
	border: none;
}
.review-shop .score {
	font-size: 24px;
	font-family: 'Ubuntu', arial, sans-serif;
	border-radius: 4px;
	background: #ffecc6;
	color: #ff9210;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(200, 100, 0, 0.1);
	width: 68px;
	height: 38px;
	line-height: 38px;
	display: inline-block;
	margin-right: 4px;
	vertical-align: bottom;
}
.review-shop .score .unit {
	font-size: 10px;
	margin: 0 -5px -10px 1px;
	vertical-align: bottom;
	font-family: system-ui,sans-serif;
	position: relative;
	top: 3px;
}
.review-shop .comment {
	padding: 10px;
	word-wrap: break-word;
	color: #0e0e0e;
}
.review-shop .comment p {
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 180%;
}
.review-excerpt-list .review-shop .comment p {
	font-size: 12px;
	line-height: 150%;
}
.review-shop .comment img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	max-height: 200px;
	max-width: 220px;
}
#shop-review-pickup .review-shop .comment img {
	max-height: 160px;
	max-width: 200px;
}
.review-shop .foot {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	background: rgba(0, 0, 0, 0.025);
	font-size: 11px;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.review-shop .foot .left {
	text-align: left;
	flex-grow: 0;
}
.review-shop .foot .right {
	text-align: right;
	flex-grow: 1;
}
.review-shop .foot img {
	line-height: 0;
	margin: 0;
}
.review-shop .foot .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 20px;
	height: 20px;
	font-size: 11px;
	border-radius: 3px;
	padding: 0 6px;
	color: #fff;
	vertical-align: middle;
	background: #b5495b;
}
.review-shop .foot .edit {
	background: #3ca527;
}
.review-shop .foot .twitter {
	background: #55acee;
}
.review-shop .foot .x-twitter {
	width: 48px;
}
.review-shop .foot .twitter:before {
	content: "e";
	font-family: nantoka2;
	display: inline-block;
	width: 14px;
	text-align: left;
	line-height: 18px;
	vertical-align: bottom;
}
.review-shop .foot .btn, .review-shop .foot .iine {
	margin-right: 2px;
}
.review-shop .attention {
	background: #f2f2f2;
	padding: 6px 0;
	color: #666;
	margin-bottom: 10px;
	font-size: 12px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	text-align: center;
}

.review-shop:last-child {
	margin-bottom: 0;
}
.review-shop .mark {
	position: relative;
	top: -24px;
	left: -32px;
}
.review-shop .mark img {
	position: absolute;
	z-index: 120;
	line-height: 0;
}
.review-shop .head .title {
	display: inline-block;
	vertical-align: bottom;
}
*:first-child+html .review-shop .head .title {
	display: inline;
	zoom: 1;
}
.review-shop .head .title .menu {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
	line-height: 100%;
}
.review-shop .head .title .menu a {
	color: inherit;
}
.review-shop .head .title .menu .style {
	font-weight: normal;
	font-size: 12px;
	margin-left: 4px;
}
.review-shop .head .title .props {
	font-size: 11px;
}
.review-shop .head .title .props .fas {
	color: rgba(120, 40, 0, 0.65);
	margin-right: 2px;
}
.review-shop .head .title .props img {
	vertical-align: middle;
	margin-right: 2px;
	width: 14px;
	height: 14px;
	border-radius: 100%;
}
.review-shop .head .title .props label {
	vertical-align: middle;
	margin-right: 5px;
}

.review-shop.raytrace .head .title .menu {
	display: inline-flex;
	align-items: center;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
	line-height: 110%;
}
.review-shop.raytrace .head .title .menu a {
	color: inherit;
}
.review-shop.raytrace .head .title .menu .style {
	font-weight: normal;
	font-size: 12px;
	margin-left: 4px;
}
.review-shop.raytrace .head .title .props {
	font-size: 11px;
	display: flex;
	align-items: center;
}
.review-shop.raytrace .head .title .props > *, .review-shop.raytrace .head .title .props .user a {
	display: inline-flex;
	align-items: center;
}
.review-shop.raytrace .head .title .props .fas {
	color: rgba(120, 40, 0, 0.65);
	margin-right: 2px;
}
.review-shop.raytrace .head .title .props img {
	margin-right: 2px;
	width: 14px;
	height: 14px;
	border-radius: 100%;
	vertical-align: middle;
}
.review-shop.raytrace .head .title .props label {
	margin-right: 5px;
	vertical-align: middle;
}
.review-shop.raytrace .foot {
	display: flex;
	justify-content: space-between;
}
.review-shop.unabled .head .score {
	background: #d2d2d2;
	color: #f8f8f8;
	border: 1px solid rgba(0, 0, 0, 0.15);
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
}
.review-shop.unabled .comment {
	color: #666;
}
.review-shop.unabled .head .title .menu {
	color: #616161;
}
.review-shop.undisplayed {
	display: flex !important;
	align-items: center;
	justify-content: center;
	height: 400px;
	font-size: 24px;
	color: #9a9a9a;
	font-weight: bold;
}
.foot-pages {
	margin: 0;
	padding: 0;
}
#contents-basic .tabs {
	padding-left: 10px;
}
.filter .formbtn {
	font-size: 12px;
	margin: 0;
	padding: 2px 6px;
	font-weight: normal;
}
#review-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 16px;
}
#review-nav .button-group {
	display: inline-flex;
	border-radius: 8px;
	border: 1px solid #d9d9d9;
}
#review-nav .button-group > a, #review-nav .button-group > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	font-size: 12px;
	vertical-align: baseline;
}
#review-nav .button-group > a {
	background: #f6f6f6;
	color: #333;
}
#review-nav .button-group > span {
	color: #9e9e9e;
	background: #fff;
	cursor: default;
}
#review-nav .button-group > .next, #review-nav .button-group > .prev {
	width: 180px;
}
#review-nav .button-group > .next {
	border-radius: 8px 0 0 8px;
}
#review-nav .button-group > .prev {
	border-radius: 0 8px 8px 0;
}
#review-nav .button-group > .next:before, #review-nav .button-group > .prev:after {
	font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
	line-height: 1;
	font-size: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 14px;
}
#review-nav .button-group > .next:before {
	margin-right: 4px;
	content: "arrow_back_ios";
}
#review-nav .button-group > .prev:after {
	margin-left: 4px;
	content: "arrow_forward_ios";
}
#review-nav .button-group > a.list {
	width: 200px;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}
#review-nav .button-group > a:hover {
	background: #efefef;
	color: #313131;
}
#other-review {
	margin-bottom: 16px;
}
#other-review * {
	box-sizing: border-box;
}
#other-review .other-shop, #other-review .other-user {
	border: 1px solid #d9d9d9;
    padding: 8px;
	border-radius: 8px;
	background: #f6f4f3;
}
#other-review .other-shop {
	margin-top: 16px;
}
#other-review h4 {
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
}
#other-review ul {
	display: grid;
	grid-template-columns: calc(20% - 6.4px) calc(20% - 6.4px) calc(20% - 6.4px) calc(20% - 6.4px) calc(20% - 6.4px);
	gap: 0 8px;
}
#other-review li {
	display: inline-block;
	text-align: center;
}
#other-review img.menu {
	width: 100%;
	height: auto;
	border-radius: 4px;
}
#other-review a:hover img.menu {
	box-shadow: 0 0 0 2px #f90;
}
#other-review img.user {
	width: 14px;
	height: 14px;
	margin-right: 2px;
	border-radius: 100%;
	vertical-align: text-bottom;
}
#other-review li > div {
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	text-overflow: ellipsis;
	text-align: center;
}
#other-review div.score {
	font-weight: bold;
	color: #ff9210;
	line-height: 1;
	font-size: 12px;
	margin: 2px 0;
}
#other-review div.menu {
	font-weight: bold;
	font-size: 11px;
}
#other-review div.user {
	font-size: 11px;
}
#other-review div.shop {
	font-size: 11px;
}