@charset "utf-8";
/*
CSS Information
 File name:      lady_review_detail.css
 Author:         Administrator
 Style Info:     /sp/lady_review_detail.html
----------------------------------------------------- */
#content {
	width: 96%;
	margin: 0 auto;
}
.wrap {
	color: #333;
}
/* 新設口コミ
----------------------------------------------------------*/
@font-face {
  font-family: 'fontello';
  src: url('/font/fontello.eot?45259564');
  src: url('/font/fontello.eot?45259564#iefix') format('embedded-opentype'),
       url('/font/fontello.woff?45259564') format('woff'),
       url('/font/fontello.ttf?45259564') format('truetype'),
       url('/font/fontello.svg?45259564#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
.title01 {
	font-size: 1.23rem;
	font-weight: bold;
	color: #fff;
	background: #c90e37;
	padding: 5px 0 5px 10px;
}
.reviewdetail {
	padding: 3vw 2.5vw;
}
.reviewdetail .wrap {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.flex_review {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-bottom: .5rem;
}
.flex_review figure {
	display: block;
	width: 23%;
}
.flex_review figure img {
	width: 100%;
}
.flex_review .info_right {
	width: 76%; 
}
.flex_review .info_right a {
	color: #ff1493;
	font-weight: bold;
}
.flex_inner {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-end;
}
.flex_inner > .gb {
	margin: 0.4rem 0 0 0;
}
.flex_inner > .gb span {
	margin-right: 8px;
	font-weight: bold;
}
.flex_inner > .gb span:last-child {
	margin-right: 0;
}
.flex_inner > .gb span img {
	vertical-align: baseline;
	padding-right: 3px;
}
.flex_inner > .info {
	font-size: 3.1vw;
}
.flex_inner > .info span {
	width: 100%;
	display: block;
	text-align: right;
}
/* icon★ */
.star_area {
	margin-bottom: 5px;
	margin-left: 18.5%;
}
span.star_icon {
	position: relative;
	width: 6.3em;
	white-space: nowrap;
	text-indent: 100%;
	vertical-align: middle;
	font-size: 15px;
}
p.star_icon {
	color: #000;
	white-space: nowrap;
	text-indent: 0;
	font-size: 15px;
	font-weight: bold;
	padding-left: 37%;
	position: relative;
}

.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;
}
.star_icon.star05::before {	content: "\e80b\e809\e809\e809\e809"; }/*0.5*/
.star_icon.star10::before {	content: "\e808\e809\e809\e809\e809"; }/*1.0*/
.star_icon.star15::before {	content: "\e808\e80b\e809\e809\e809"; }/*1.5*/
.star_icon.star20::before {	content: "\e808\e808\e809\e809\e809"; }/*2.0*/
.star_icon.star25::before {	content: "\e808\e808\e80b\e809\e809"; }/*2.5*/
.star_icon.star30::before {	content: "\e808\e808\e808\e809\e809"; }/*3.0*/
.star_icon.star35::before {	content: "\e808\e808\e808\e80b\e809"; }/*3.5*/
.star_icon.star40::before {	content: "\e808\e808\e808\e808\e809"; }/*4.0*/
.star_icon.star45::before {	content: "\e808\e808\e808\e808\e80b"; }/*4.5*/
.star_icon.star50::before {	content: "\e808\e808\e808\e808\e808"; }/*5.0*/
.ttl_review {
	font-weight: bold;
	padding: 0.2rem 0 0.1rem 0;
	margin-bottom: .5rem;
}
.txt_review {
	font-size: 3.1vw;
}
.flex_report {
	display: flex;
	flex-wrap: nowrap;
}
.flex_report > a {
	width: 30%;
}
.flex_report > a:first-of-type {
	margin-right: 2%;
}
.flex_report > a:last-of-type {
	margin-left: auto;
}
.flex_report > a img {
	width: 100%;
}
.btn_list {
    display: block;
    background: #ff1493;
    color: #fff;
    padding: 15px 5%;
    border-radius: 35px;
    width: 80%;
	margin: 10px auto;
	text-align: center;
}
.cMore {
    padding: 0 2.5vw;
    text-align: center;
	margin: 10px auto 5px auto;
}
.cMore a {
    display: inline-block;
    min-width: 80%;
    padding: 15px;
    border-radius: 5em;
    background-color: #c80037;
    font-size: 0.91rem;
    color: #ffffff;
    text-align: center;
}


h3.ttl_review {
    font-size: 1.23rem;
    font-weight: bold;
    padding-bottom: 10px;
}
.bg_white {
    /*width: 96%;*/
    background: rgba(255,255,255,0.7);
    margin: 10px auto;
    padding: 10px;
}

/* 通報
-------------------*/
#modal03 {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: solid 4px #c90037;
	padding: 15px 5%;
	background: #fff;
	width: 92%;
	height: auto;
}
.mdl_ttl {
	text-align: center;
	font-size: 18px;
	color: #c80037;
	font-weight: bold;
}
.type {

	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.type_check {
	font-weight: bold;
	color: #c80037;
	margin-left: 10px;
}
.status_box::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;
}
.status_box {
	position: relative;
	width: 100%;
	height: 30px;
	margin-bottom: 20px;
}
.status_box > select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	width: 100%;
	padding: 5px;
}
.txtbox {
	margin-bottom: 20px;
}
.txtbox > textarea {
	width: 100%;
	height: 100px;
}
.submit {
	text-align: center;
}
.submit button {
	border: none;
	font-size: 14px;
	background: #7e4d7c;
	color: #fff;
	width: 125px;
	height: 33px;
	line-height: 33px;
	border-radius: 5px;
}
.submit button:hover {
	opacity:0.7;
}

/* 通報
-------------------*/
#modal_report {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: solid 4px #ff1493;
	padding: 15px 5%;
	background: #fff;
	width: 84%;
	height: auto;
}
.mdl_ttl {
	text-align: center;
	font-size: 18px;
	color: #ff1493;
	font-weight: bold;
}
.type {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #333;
}
.type_check {
	font-weight: bold;
	color: #c80037;
	margin-left: 10px;
}
.status_box::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;
}
.status_box {
	position: relative;
	width: 100%;
	height: 30px;
	margin-bottom: 20px;
}
.status_box > select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	width: 100%;
	padding: 5px;
}
.txtbox {
	margin-bottom: 20px;
}
.txtbox > textarea {
	width: 100%;
	height: 100px;
}
.submit {
	text-align: center;
}
.submit button {
	border: none;
	font-size: 14px;
	background: #7e4d7c;
	color: #fff;
	width: 125px;
	height: 33px;
	line-height: 33px;
	border-radius: 5px;
}
.submit button:hover {
	opacity:0.7;
}

.closebtn {
	position: absolute;
    right: 5px;
    top: -5%;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
    width: 30px;
    /*height: 30px;*/
	line-height: 29px;
    text-align: center;
	border: 2px solid #ff1493;
	color: #ff1493;
}

.review_good {
	background: #ad9856;
	position: relative;
	border-radius: 5px;
	height: 2rem;
}
.review_bad {
	background: #506694;
	position: relative;
	border-radius: 5px;
	height: 2rem;
}
.review_good02, .review_bad02 {
	margin-right: 3px;
}
.review_report {
	background: #7f4d7b;
	position: relative;
	border-radius: 5px;
	height: 2rem;
}
.review_good > img,
.review_bad > img,
.review_report > img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 62% !important;
}
.review_report > img {
	width: 65.5% !important;
}
.review_good.gray_img,
.review_bad.gray_img {
	background: #979797;
}
/* 続きを読む */
.replay_ttl {
	margin: 10px 0 5px 2%;
}
.replay_ttl::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(https://img.undernavi.com/front/pc/area/pref/review/icon_reply.png) center top / contain no-repeat;
    vertical-align: middle;
    margin-right: 6px;
}
.review_ttl {
    font-size: 3.5vw;
    font-weight: bold;
}
.grad-wrap {
	width: 89.5%;
	padding-right: 10%;
	position: relative;
	margin-left: 2%;
}
.grad-btn {
	position: absolute;
	top: 0;
	right: 1.3%;
	border: 1px solid #ccc;
    padding: 5px 3px 3px 3px;
    line-height: 1;
}
.grad-trigger:checked ~ .grad-btn {
    bottom: 0;
	top: inherit;
}
.grad-btn::before {
	content: "▼";	
}
.grad-item {
	position: relative;
	overflow: hidden;
	height: 3rem; /*隠した状態の高さ*/
	font-size: 3.1vw;
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.9) 50%, rgba(0,0,0,0.9) 50%, rgba(0,0,0,0) 100%);
	background: linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.9) 50%, rgba(0,0,0,0.9) 50%, rgba(0,0,0,0) 100%);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/*.grad-item::before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	content: "";
}*/
.gradationOff {
	background: none;
	-webkit-background-clip: initial;
	-webkit-text-fill-color: initial;
}
.grad-trigger {
	display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger:checked ~ .grad-btn::before {
	content: "▲"; /*チェックされていたら、文言を変更する*/
}
.grad-trigger:checked ~ .grad-item {
	height: auto; /*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked ~ .grad-item::before {
	display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}