@charset "utf-8";

@font-face {
  font-family: 'fontello';
  src: url('/font/mypage/fontello.eot?45259564');
  src: url('/font/mypage/fontello.eot?45259564#iefix') format('embedded-opentype'),
       url('/font/mypage/fontello.woff?45259564') format('woff'),
       url('/font/mypage/fontello.ttf?45259564') format('truetype'),
       url('/font/mypage/fontello.svg?45259564#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*お店の点数*/
.point {
	padding: 15px 20px;
	margin-bottom: 20px;
	border: 2px solid #fa7f7a;
	background: #fefbfb;
}

.point .chart {
	float: left;
	width: 250px;
	padding: 10px 20px;
	margin-right: 30px;
	background: #fff;
	text-align: center;
}

.point .inner {
	overflow: hidden;
}

.point h4 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 123.1%;
}

.point .star {
	margin-bottom: 30px;
}

.point .star li {
	float: left;
	width: 50%;
	width: -webkit-calc((100% - 15px) / 2);
	width: calc((100% - 15px) / 2);
	margin: 0 15px 10px 0;
	white-space: nowrap;
	font-size: 0;
}

.point .star li:nth-child(even) {
	margin-right: 0;
}

.point .star li strong {
	display: inline-block;
	width: 7em;
	font-size: 16px;
	vertical-align: middle;
}

.point .star li span {
	position: relative;
	overflow: hidden;
	display: inline-block;
	width: 6em;
	color: #fec002;
	white-space: nowrap;
	text-indent: 100%;
	vertical-align: middle;
	font-size: 18px;
}
.point .star li span::before {
	content: "\e80b\e809\e809\e809\e809";/*0.5*/
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -.5em;
	color: #fec002;
	font-family: 'fontello';
	letter-spacing: .2em;
	text-indent: 0;
}
.point .star li span.p05::before,
.star_icon.p05::before,
.star_icon.p06::before,
.star_icon.p07::before,
.star_icon.p08::before,
.star_icon.p09::before {	content: "\e80b\e809\e809\e809\e809"; }/*0.5*/

.point .star li span.p10::before,
.star_icon.p10::before,
.star_icon.p11::before,
.star_icon.p12::before,
.star_icon.p13::before,
.star_icon.p14::before {	content: "\e808\e809\e809\e809\e809"; }/*1.0*/
 
.point .star li span.p15::before,
.star_icon.p015::before,
.star_icon.p016::before,
.star_icon.p017::before,
.star_icon.p018::before,
.star_icon.p019::before {	content: "\e808\e80b\e809\e809\e809"; }/*1.5*/

.point .star li span.p20::before,
.star_icon.p20::before,
.star_icon.p21::before,
.star_icon.p22::before,
.star_icon.p23::before,
.star_icon.p24::before {	content: "\e808\e808\e809\e809\e809"; }/*2.0*/

.point .star li span.p25::before,
.star_icon.p25::before,
.star_icon.p26::before,
.star_icon.p27::before,
.star_icon.p28::before,
.star_icon.p29::before {	content: "\e808\e808\e80b\e809\e809"; }/*2.5*/

.point .star li span.p30::before,
.star_icon.p30::before,
.star_icon.p31::before,
.star_icon.p32::before,
.star_icon.p33::before,
.star_icon.p34::before {	content: "\e808\e808\e808\e809\e809"; }/*3.0*/

.point .star li span.p35::before,
.star_icon.p35::before,
.star_icon.p36::before,
.star_icon.p37::before,
.star_icon.p38::before,
.star_icon.p39::before {	content: "\e808\e808\e808\e80b\e809"; }/*3.5*/

.point .star li span.p40::before,
.star_icon.p40::before,
.star_icon.p41::before,
.star_icon.p42::before,
.star_icon.p43::before, 
.star_icon.p44::before {	content: "\e808\e808\e808\e808\e809"; }/*4.0*/

.point .star li span.p45::before,
.star_icon.p45::before,
.star_icon.p46::before,
.star_icon.p47::before,
.star_icon.p48::before,
.star_icon.p49::before {	content: "\e808\e808\e808\e808\e80b"; }/*4.5*/

.point .star li span.p50::before,
.star_icon.p50::before {	content: "\e808\e808\e808\e808\e808"; }/*5.0*/


.point .total {
	padding: 15px;
	border: 1px solid #ccccca;
	background: #f0f7ff;
	text-align: center;
	font-size: 131%;
}

.point .total span {
	font-size: 30px;
	font-weight: bold;
	color: #f00;
}

.sort {
	margin-bottom: 20px;
	text-align: center;
	font-size: 0;
}

.sort li {
	display: inline-block;
	font-size: 13px;
}

.sort li:not(:first-child)::before {
	content: "｜";
	margin: 0 1em;
}


/*口コミ一覧*/
.reviewlist {
	position: relative;
	margin: 0 10px 20px;
}

.reviewlist li {
	padding: 15px;
	margin-bottom: 15px;
	border: 1px solid #fa7f7a;
	background: #fefbfb;
}

.reviewlist li figure {
	float: left;
	width: 60px;
	margin-right: 20px;
	text-align: center;
	font-size: 85%;
}
.reviewlist li figure span {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 60px;
	margin-bottom: 10px;
}

.reviewlist li figure img {
	max-width: 100%;
}

.reviewlist li .inner {
	overflow: hidden;
}
.reviewlist li .inner p a {
    color: #0000ff;
    text-decoration: underline;
    margin-left: 5px;
}

.reviewlist li .inner h4 {
	margin-bottom: 5px;
	font-size: 116%;
	font-weight: bold;
}

.reviewlist li .inner h4 small {
	margin-left: 1em;
	font-size: 11px;
	font-weight: normal;
	color: #777;
}

.reviewlist li > .alignR {
	clear: both;
}

.reviewlist li > .alignR span {
	font-weight: bold;
}

.reviewlist.close li:not([class="closemsg"]) {
	-webkit-filter: blur(3px);
	filter: blur(3px);
}

.reviewlist:not([class*="close"]) li.closemsg {
	display: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.reviewlist li.closemsg:not(:target) {
		background-color: #fcfcfc\9;
		background-color: #fcfcfc;
		background-image: url(//img.undernavi.com/portal/web/chugoku/shop/dir/review/mask.jpg);
	}
}/* IE10 */

.reviewlist li.closemsg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	border: none;
	background: transparent;
}

.reviewlist li.closemsg a {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 80%;
	height: 50px;
	line-height: 50px;
	margin: auto;
	border: 1px solid #786ce6;
	border-radius: 10px;
	background: #fff;
	color: #786ce6;
	text-decoration: none;
	text-align: center;
	font-size: 131%;
}

.reviewlist li.closemsg a:hover {
	background: #786ce6;
	color: #fff;
}

/*口コミ詳細*/
.reviewdetail {
	position: relative;
	padding: 15px;
	margin: 40px 10px 20px;
	border: 1px solid #fa7f7a;
	background: #fefbfb;
}

.reviewdetail .user {
	padding: 5px 20px 5px 5px;
	margin-bottom: 20px;
	background: #f4f2f3;
	border: 1px solid #cccccc;
	font-size: 0:
}

.reviewdetail .user li {
	overflow: hidden;
	display: inline-block;
	padding: 5px 1.5em 0 0;
	vertical-align: top;
	font-size: 13px:
}

.reviewdetail .user li.icon {
	overflow: hidden;
	float: left;
	width: 60px;
	height: 60px;
	padding: 0;
	margin-right: 10px;
}

.reviewdetail .user li.icon img {
	max-width: 100%;
}

.reviewdetail .user li.long {
	display: block;
	margin-right: 0;
}

.reviewdetail h4 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 123.1%;
}

.reviewdetail .text {
	margin-bottom: 20px;
}

.reviewdetail .text p {
	margin-bottom: 1em;
}

.reviewdetail .total {
	float: left;
	width: 50%;
	height: 58px;
	line-height: 58px;
	margin-right: 30px;
	border: 1px solid #ccccca;
	background: #f0f7ff;
	text-align: center;
	font-size: 131%;
}

.reviewdetail .total span {
	font-size: 30px;
	font-weight: bold;
	color: #f00;
}

.reviewdetail .action {
	overflow: hidden;
	padding-top: 20px;
	text-align: center;
}

.reviewdetail .action li.btn {
	clear: none;
	display: inline-block;
	margin: 0 10px;
}

.reviewdetail .count {
	position: absolute;
	top: -20px;
	right: 10px;
	padding: 10px;
	border-radius: 5px;
	background: #fff4c2;
	text-align: center;
}

.reviewdetail .count span {
	color: #f00;
	font-weight: bold;
}

.reviewdetail .star {
	margin-bottom: 30px;
}

.reviewdetail .star li {
	float: left;
	width: 50%;
	width: -webkit-calc((100% - 15px) / 2);
	width: calc((100% - 15px) / 2);
	margin: 0 15px 10px 0;
	white-space: nowrap;
	font-size: 0;
}

.reviewdetail .star li:nth-child(even) {
	margin-right: 0;
}

.reviewdetail .star li strong {
	display: inline-block;
	width: 7em;
	font-size: 16px;
	vertical-align: middle;
}

.reviewdetail .star li span {
	position: relative;
	overflow: hidden;
	display: inline-block;
	width: 6em;
	color: #fec002;
	white-space: nowrap;
	text-indent: 100%;
	vertical-align: middle;
	font-size: 18px;
}
.reviewdetail .star li span::before {
	content: "\e80b\e809\e809\e809\e809";/*0.5*/
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -.5em;
	color: #fec002;
	font-family: 'fontello';
	letter-spacing: .2em;
	text-indent: 0;
}
.reviewdetail .star li span.p05::before {	content: "\e80b\e809\e809\e809\e809"; }/*0.5*/
.reviewdetail .star li span.p10::before {	content: "\e808\e809\e809\e809\e809"; }/*1.0*/
.reviewdetail .star li span.p15::before {	content: "\e808\e80b\e809\e809\e809"; }/*1.5*/
.reviewdetail .star li span.p20::before {	content: "\e808\e808\e809\e809\e809"; }/*2.0*/
.reviewdetail .star li span.p25::before {	content: "\e808\e808\e80b\e809\e809"; }/*2.5*/
.reviewdetail .star li span.p30::before {	content: "\e808\e808\e808\e809\e809"; }/*3.0*/
.reviewdetail .star li span.p35::before {	content: "\e808\e808\e808\e80b\e809"; }/*3.5*/
.reviewdetail .star li span.p40::before {	content: "\e808\e808\e808\e808\e809"; }/*4.0*/
.reviewdetail .star li span.p45::before {	content: "\e808\e808\e808\e808\e80b"; }/*4.5*/
.reviewdetail .star li span.p50::before {	content: "\e808\e808\e808\e808\e808"; }/*5.0*/

.lady_name a {
	display: block;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
    font-size: 123.1%;
}
.review_box {
	overflow: hidden;
}
.reviewdetail .inner.txt {
	float: left;
	width: 400px;
}
.inner.detail {
	float: left;
	width: 430px;
}

/****************************************************************

新設口コミ一覧

**************************************************************/
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.jc_sb {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.flex_wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.ai_c {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#sort_form::after {
	content: '';
	display: inline-block;
	border: 6px solid transparent;
	border-top-color: transparent;
	border-top-style: solid;
	border-top-width: 6px;
	border-top: 11px solid #000;
	position: absolute;
	right: 10px;
	top: 40%;
	pointer-events: none;
}
.sortLink {
	margin-bottom: 20px;
}
.sortLink li {
	width: calc(100% / 3);
	font-size: 16px;
	background: #f5f5f5;
	margin-right: 5px;
	border-radius: 5px 5px 0px 0;
}
.sortLink li a {
	display: block;
	padding: 10px;
	text-align: center;
}
.sortLink li.current a {
	position: relative;
	background: #c80037;
	color: #fff;
	border-radius: 5px 5px 0 0;
}

.sortLink li.current a::after {
	content: "";
	display: inline-block;
	position: absolute;
	left: calc(50% - 10px);
	bottom: -20px;
	border: 10px solid transparent;
	border-top: 10px solid #c80037;
}

.modal_box02 {
	position:relative;
}

.review_write_nomember {
	color: #c90037;
	font-size: 20px;
	font-weight: bold;
	border: solid 1px #c90037;
	border-radius: 30px;
	text-align: center;
	padding: 14px 0;
	margin: 0 auto 30px;
	cursor: pointer;

}
.review_write a {
	color: #c90037;
	font-size: 20px;
	font-weight: bold;
	border: solid 1px #c90037;
	border-radius: 30px;
	text-align: center;
	padding: 14px 0;
	width: 600px !important;
	margin: 0 auto 30px;
	cursor: pointer;
	display: block;
}
.reviewlist_el .comment {
	font-size: 15px;
}
.review_write:hover,
.reviewlist_el:hover a,
.review_write_nomember:hover {
	text-decoration: underline;
	color: #c90037;

}
.modal_box02_inner {
	position: absolute;
	top: 60px;
	left: 80px;
	z-index: 99;
	width: 420px;
	padding: 20px;
	background: #fff;
	box-shadow: 0 0 5px #999;
}
.modal_box02_inner button[type="submit"] {
	width: 65px;
	padding: 0;
	background: #c90037 url('https://img.undernavi.com/front/pc/common/icon_search.png') no-repeat center center;
	border: none;
	cursor: pointer;
}
.modal_box02 span.triangle {
	position: absolute;
	right: 90px;
	top: -20px;
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #fff;
	transform: rotate(45deg);
	box-shadow: 0 0 5px #999;
}
.modal_box02 span.triangle::after {
	content: "";
	position: absolute;
	right: -22px;
	top: 20px;
	display: inline-block;
	width: 70px;
	height: 30px;
	background: #fff;
	transform: rotate(-45deg);
}

.m_txt {
	font-size: 17px;
	color: #c90037;
	font-weight:bold;
	text-align: center;
	padding: 15px 0px;
}
.closebtn {
	text-align: center;
	padding: 20px 0 0;
	font-weight: bold;
	font-size: 15px;
	cursor: pointer;
}
.modal_box02 input {
	height: 24px;
}
.btn {
	display: inline-block;
	width: 140px;
	background: #efefef;
	text-align: center;
	padding: 10px;
}
.btn:not(:last-child) {
	margin-right: 10px;
}
.btn a, .btn input[type="submit"] {
	font-size: 17px;
	color: #000;
	display: block;
	width: 100%;
	padding:0;
}
.btn a:hover, .btn input[type="submit"]:hover {
	opacity: 0.7;
}
#modal01 .btnarea {
	margin:0 auto 0;
}
.reviewlist_el {
	margin-left: 15px;
	width: 100%;
}
.s_name {
	font-size: 17px;
	font-weight: bold;
	color: #c80037;
}
.s_name a {
	color: #c80037;
}
.star_icon {
	position: relative;
	width: 6.5em;
	color: #000;
	white-space: nowrap;
	text-indent: 100%;
	vertical-align: middle;
	font-size: 15px;
	font-weight: bold;
}
.star_icon::before {
	content: "\e80b\e809\e809\e809\e809";
	position: absolute;
	top: 0;
	left: 0;
	color: #fec002;
	font-family: 'fontello';
	letter-spacing: .2em;
	text-indent: 0;
}


.good_icon {
	margin-right: 10px;
}
.gb_icon img {
	margin-right: 10px;
}
.gb_icon em {
	font-size: 16px;
	font-weight: bold;
}
.evaluation {
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
}
.eva_el.star_icon {
	display: inline-block;
}
.review_ttl {
	font-weight: bold;
}
.review_form {
	width:200px;
	margin-left: auto;
	position: relative;
}
#reviewlist figure {
	width: 100px;
	height: 100px;
	overflow: hidden;
}
#reviewlist ul li {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.eva_item {
	font-size: 20px;
	font-weight: bold;
	margin-right: 20px;
}
.eva_star {
	font-size: 20px;
	font-weight: bold;
	float: right;
}
.eva_el.star_icon {
	display: inline-block;
	font-size: 20px;
}
.evaluation li {
	text-align: left;
}
.l_s_name a {
	font-size: 14px;
	color:#c80037;
}
.bt_box.flex {
	margin-left: 100px;
}
.bt_box02 .l_prf {
	font-size: 12px;
}
.date {
	font-size: 12px;
}
#reviewlist .bt_box.flex figure {
	width: 40px;
	height: 40px;
	overflow: hidden;
}
.comment a {
	color: #c80037;
	font-weight: bold;
	text-decoration: underline;
	font-size: 13px;
}
/************************************************************
pager
****************************************************************/
.ajax_pager .now {
	margin: 10px 0;
	font-size: 16px;
}
.ajax_pager .now span.big {
	font-size: 1.4em;
	color: #c90037;
}
.ajax_pager .now span {
	font-weight: bold;
}
ul.pager01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
ul.pager01 li {
	margin: 3px;
}
ul.pager01 li a{
	display:block;
	padding:10px;
	border:1px solid #999;
	border-radius:3px;
	color:#333;
}

ul.pager01 li span{
	display:block;
	padding:10px;
	background:#eee;
	border:1px solid #999;
	border-radius:3px;
}

ul.pager01 li.current a{
	background:#e1e1e1;
}


ul.pager01 li a:hover{
	color:#c90037;
}

.ajax_pager .now{
	margin:10px 0;
	font-size:16px;
}

.ajax_pager .now span{
	font-weight:bold;
}

.ajax_pager .now span.big{
	font-size:1.4em;
	color:#c90037;
}

.f_pager .pager01 {
	display: none;
}

.slick-slide img {
	display: block;
	width: 100%;
	height: auto;
}
#ladyInformation .mainContents {
	width: 35%;
	position: relative;
}
#thumbBox {
	width: 300px;
	overflow: hidden;
	margin: 5px auto 0;
}
#thumbBox li:last-child {
	margin-right: 0;
}
#thumbBox li {
	width: 56px !important;
	height: 80px !important;
	overflow: hidden;
	margin-right: 5px;
	cursor: pointer;
}
#thumbBox .slick-track {
	display: flex;
	flex-wrap: wrap;
	width: 100% !important;
}
#thumbBox li:nth-child(5n) {
	margin-right: 0;
}

.slick-next {
	background-image: url("https://img.undernavi.com/front/pc/shop/detail/move-to-next_off.png") !important;
	right:-30px;
}
.slick-prev {
	background-image: url("https://img.undernavi.com/front/pc/shop/detail/move-to-prev_off.png") !important;
	left: -30px;
}
.mainContents .leftFrame {
	padding: 0px 20px;
}
.mainContents .rightFrame {
	flex-basis: auto;
	width: 580px;
}
.slick-track {
	transform: translate3d(0px, 0px, 0px) !important;
}

/* 返信コメント
----------------------------------------------*/
.review_reply {
    margin-top: 15px;
}
.replay_ttl.mb10::before {
    content: "";
    display: inline-block;
    width: 27px;
    height: 27px;
    background: url(https://img.undernavi.com/front/pc/area/pref/review/icon_reply.png) center top / contain no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}
