@charset "utf-8";
@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;
}

#review_detail h1.pageTtl span {
	background-image: url(https://img.undernavi.com/shikoku/deeplove/parts/title_review_detail.png);
}

#review_detail #content > section > .inner {
	padding: 10px;
	text-align: left;
}

.btn {
	text-align: center;
}

.btn a {
    display: inline-block;
    margin: 0 auto;
    padding: 5px 100px;
    background: #efefef;
    border: solid 1px #999;
    color: #000;
    text-decoration: none;
}

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

.reviewdetail .user {
	padding: 5px 20px 5px 5px;
	margin-bottom: 20px;
	background: #fff;
	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 .btn {
	clear: none;
	display: inline-block;
	margin: 0 10px;
}
.reviewdetail .action .btn.gray a {
	color: #ffffff;
	background: #666666;
	cursor: default;
}

.reviewdetail .action .btn a {
	padding: 5px 30px;
}

.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*/


.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;
}
.ai_c {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#review_detail #content > section > .inner.rv_inner {
	padding: 30px 20px;
}
.review_detail_ttl {
	margin-bottom: 20px;
	color: #c90037;
	font-size: 20px;
	font-weight: bold;
}

.review_detail01 figure {
	width: 60px;
	height: 60px;
	overflow: hidden;
}

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

.review_detail01 .reviewlist_el {
	width: 840px;
	margin-left: 15px;
}

.review_detail01 .reviewlist_el .n_name {
	font-size: 17px;
	font-weight: bold;
	margin-bottom:5px;
}

.review_detail01 .reviewlist_el .n_name a {
	text-decoration: none;
}
.review_detail01 .reviewlist_el figure {
}

.review_detail01 .reviewlist_el figure img {
}

.review_detail01 .reviewlist_el .reviewlist_el {
}

.gb_icon img {
	margin-right: 10px;
}


.review_detail01 .reviewlist_el .reviewlist_el .gb_icon .bad_icon img {
}

.gb_icon em {
	font-size: 16px;
	font-weight: bold;
}


.review_ttl {
	font-size: 15px;
	font-weight: bold;
}
.review_detail01 {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.review_detail01 .date {
	font-size:12px;
}

.review_detail01 .comment {
	font-size: 15px;
}

.review_detail01 .report_btn {
}

.review_detail01 a {
}

.review_detail01 .topLink {
}

.review_detail01 .topLink a {
}

.star_icon {
	color: #000;
	white-space: nowrap;
	text-indent: 100%;
	font-size: 15px;
	position: relative;
	width: 6.3em;
	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;
}
.star_icon.p05::before {	content: "\e80b\e809\e809\e809\e809"; }/*0.5*/
.star_icon.p10::before {	content: "\e808\e809\e809\e809\e809"; }/*1.0*/
.star_icon.p15::before {	content: "\e808\e80b\e809\e809\e809"; }/*1.5*/
.star_icon.p20::before {	content: "\e808\e808\e809\e809\e809"; }/*2.0*/
.star_icon.p25::before {	content: "\e808\e808\e80b\e809\e809"; }/*2.5*/
.star_icon.p30::before {	content: "\e808\e808\e808\e809\e809"; }/*3.0*/
.star_icon.p35::before {	content: "\e808\e808\e808\e80b\e809"; }/*3.5*/
.star_icon.p40::before {	content: "\e808\e808\e808\e808\e809"; }/*4.0*/
.star_icon.p45::before {	content: "\e808\e808\e808\e808\e80b"; }/*4.5*/
.star_icon.p50::before {	content: "\e808\e808\e808\e808\e808"; }/*5.0*/

.good_icon {
	margin-right: 10px;
}
.report_btn {
	margin-bottom: 50px;
}
.review_back a {
	width: 600px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	font-size: 17px;
	background: #c90037;
	color: #fff !important;
	display: block;
	text-align: center;
	border-radius: 10px;
	padding: 5px 0;
	text-decoration:none;
}
.report_btn a:hover, .review_back a:hover,
.review_good02:hover, .review_bad02:hover {
	opacity: 0.7;
}
.review_detail01 .reviewlist_el:hover a {
	text-decoration: underline;
}
#modal_report {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(calc(-50% - .5px));
	border: solid 4px #c90037;
	padding: 20px;
	background: #fff;
	width: 475px;
	height: 365px;
	z-index:999;
}
#modal_report .closebtn {
	position: absolute;
	right: -15px;
	top: -38px;
	font-size: 26px;
	font-weight: bold;
	cursor: pointer;
	width: 40px;
	/* height: 33px; */
}
#modal_report .mdl_ttl {
	text-align: center;
	font-size: 18px;
	color: #c80037;
	font-weight: bold;
}
#modal_report .type {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
#modal_report .status_box {
	position: relative;
	width: 180px;
	height: 30px;
	margin-bottom: 20px;
}
#modal_report .type_check {
	font-weight: bold;
	color: #c80037;
	margin-left: 10px;
}
#modal_report .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;
}
.txtbox {
	margin-bottom: 30px;
}
#modal_report select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	line-height: 30px;
	padding: 0 5px;
	border: 1px solid #d9d9d9;
	font-size: 13px;
	vertical-align: middle;
}
#modal_report textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 110px;
	padding: 5px;
	border: 1px solid #d9d9d9;
	font-size: 13px;
}
#modal_report .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;
}
.submit {
	text-align: center;
}
.report_btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}


.review_good {
	background: #ad9856;
	margin-right:10px;
	width:126px;
	height:32px;
	line-height: 26px;
	border-radius: 3px;
}
.review_good img {
	margin-left: 10px;
	vertical-align: middle;
}
.review_good.gray_img {
	background:#979797;
	margin-right:10px;
	width:126px;
	height:32px;
	border-radius: 3px;
	cursor: default;

}
.review_bad {
	background: #506694;
	margin-right:10px;
	width:126px;
	height:32px;
	line-height: 38px;
	border-radius: 3px;
}
.review_bad img {
	margin-left: 10px;
	vertical-align: middle;
}
.review_bad.gray_img {
	background:#979797;
	margin-right:10px;
	width:126px;
	height:32px;
	border-radius: 3px;
	cursor: default;
}
.review_bad.gray_img:hover,
.review_good.gray_img:hover {
	opacity:1;
}
.replay_ttl.mb10::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: 10px;
}
.grad-wrap {
	position: relative;
}
.grad-trigger {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}
.grad-trigger img {
	position: absolute;
	right: 0;
	bottom: 0;
	transform: rotate(180deg);
}
.grad-trigger.is-show img {
	transform: rotate(0deg);
}

.grad-trigger::after {
	content: "";
}
.grad-item {
	position: relative;
	overflow: hidden;
}
.grad-item.is-hide {
	height: 65px;
}
.grad-item::before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	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%);
}
.grad-trigger.is-show > .grad-item::before {
	background: none;
}
.grad-trigger.is-show + .grad-item {
	height: auto !important;
}

.grad-trigger.is-show::after {
  content: ""
}
.grad-trigger.is-show + .grad-item::before {
  display: none;
}
.grad-item .comment {
	width: 95%;
	font-size: 13px;
}
.review_reply {
	width: 80%;
	margin: 0 auto;
}
/********************************************************

IEのみ適応

********************************************************/
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, #modal_report{

  transform:translate(-50%, -50%);

  }
}
/*position:fixedが効かないの初期化*/
.sb-slide, #sb-site, .sb-site-container, .sb-slidebar {
	transform: none !important;
}
