@charset "utf-8";
/*
CSS Information
 File name:      review.css
 Author:         Administrator
 Style Info:     /sp/review.html
----------------------------------------------------- */

/* CSS override and Class setting
********************************** */
.review {
  padding: 0 10px 10px;
}
.review p {
  line-height: 1.5;
}

.review .caution {
  font-size: 93%;
  margin-bottom: 5px;
}

.review .point {
  display: block;
  margin: 0 auto 10px;
  padding: 5px;
  border: 2px solid #fa9996;
  background: rgba(255, 180, 180, 0.3);
  overflow: hidden;
}
.review .point .chart {
  display: block;
  float: left;
  width: 50%;
}
.review .point .chart canvas {
  display: block;
  width: 100% !important;
  height: auto !important;
  margin: 0 auto;
  padding: 0 5px;
  background: rgba(255, 255, 255, 0.9);
}
.review_ttl {
  margin-bottom: 5px;
  font-size: 108%;
  text-align: center;
}
.review .point .inner {
  margin-left: 55%;
}
.review .star {
  overflow: hidden;
}
.review .star li {
  float: left;
  margin-right: 5px;
  padding-right: 5px;
  line-height: 1.5;
  font-size: 77%;
  border-right: 1px solid #000000;
}
.review .star li:last-child {
  border: none;
}
.review_num {
  font-size: 77%;
  line-height: 2 !important;
}
.review_num span {
  color: #ff0000;
}
.review .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;
}
@font-face {
  font-family: "fontello";
  src: url("/css_new/pc/common/font/fontello.eot?45259564");
  src: url("/css_new/pc/common/font/fontello.eot?45259564#iefix")
      format("embedded-opentype"),
    url("/css_new/pc/common/font/fontello.woff?45259564") format("woff"),
    url("/css_new/pc/common/font/fontello.ttf?45259564") format("truetype"),
    url("/css_new/pc/common/font/fontello.svg?45259564#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
.review .star li span::before {
  content: "\e80b\e809\e809\e809\e809"; /*0.5*/
  position: absolute;
  top: 7px;
  left: 9px;
  margin-top: -0.5em;
  color: #fec002;
  font-family: "fontello";
  letter-spacing: 0.2em;
  text-indent: 0;
}
.review .star li span.p05::before {
  content: "\e80b\e809\e809\e809\e809";
} /*0.5*/
.review .star li span.p10::before {
  content: "\e808\e809\e809\e809\e809";
} /*1.0*/
.review .star li span.p15::before {
  content: "\e808\e80b\e809\e809\e809";
} /*1.5*/
.review .star li span.p20::before {
  content: "\e808\e808\e809\e809\e809";
} /*2.0*/
.review .star li span.p25::before {
  content: "\e808\e808\e80b\e809\e809";
} /*2.5*/
.review .star li span.p30::before {
  content: "\e808\e808\e808\e809\e809";
} /*3.0*/
.review .star li span.p35::before {
  content: "\e808\e808\e808\e80b\e809";
} /*3.5*/
.review .star li span.p40::before {
  content: "\e808\e808\e808\e808\e809";
} /*4.0*/
.review .star li span.p45::before {
  content: "\e808\e808\e808\e808\e80b";
} /*4.5*/
.review .star li span.p50::before {
  content: "\e808\e808\e808\e808\e808";
} /*5.0*/

.total {
  margin-bottom: 5px;
  font-size: 85%;
  text-align: center;
  font-weight: bold;
  line-height: 2 !important;
  background: rgba(255, 255, 255, 0.9);
}
.total span {
  color: #ff0000;
  font-size: 124%;
}

.sort {
  display: block;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
  letter-spacing: -0.4em;
}
.sort li {
  display: inline-block;
  margin: 5px 2px;
  text-align: center;
  letter-spacing: normal;
}
.sort li span,
.sort li a {
  display: block;
  padding: 5px 10px;
  color: #ffffff;
  font-weight: bold;
}
.sort li span {
  position: relative;
  color: #666666;
  background: #cccccc;
}
.sort li a {
  display: block;
  background: #4a4a4a;
}
.review_list {
  display: block;
  position: relative;
}
.review_list li {
  margin-bottom: 10px;
}
.review_list dl {
  display: block;
}
.review_list dl dt,
.review_list dl dd {
  display: block;
  padding: 10px 5px;
  box-sizing: border-box;
  overflow: hidden;
}
.review_list dl dt {
  padding: 0;
  background: rgba(255, 180, 180, 0.3);
}
.review_list dl dt a {
  display: inline-block;
  padding: 10px 5px;
  color: #000000;
  font-weight: bold;
  border-left: 5px solid #c90037;
}
.review_list dl dt a.review_name {
  display: inline-block;
  border: none;
}
.review_list dl dd {
  background: #faf8ec;
  position: relative;
}
.review_list dl dd p {
  float: left;
  width: 65%;
}
.review_list dl dd p .category {
  display: block;
  margin-bottom: 8px;
  color: #c60136;
  font-weight: bold;
}
.review_list dl dd .review_point {
  padding: 5px 0;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  position: absolute;
  right: 0;
  bottom: 0;
}
.review_list dl dd .review_point span {
  margin-left: 3px;
  color: #ff0000;
  font-size: 177%;
  font-weight: bold;
}
.review_list dl dd .date {
  display: block;
  width: 100%;
  margin-top: -5px;
  margin-bottom: -1em;
  color: #777777;
  text-align: right;
}
.review_list dl dd .review_name {
  clear: both;
  display: block;
  color: #000000;
  line-height: 1.5;
  font-weight: bold;
}

/* pager */
.pager ul span,
.pager ul a {
  box-sizing: border-box;
}

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

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

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

.review_list li.closemsg a {
  display: block;
  padding: 10px 0px;
  margin: 30px 10px;
  border-radius: 5px;
  background-color: #f0f0f0;
  -webkit-box-shadow: 0 1px rgba(1, 1, 1, 0.26), inset 0 1px 0 1px #fcfafa;
  -moz-box-shadow: 0 1px rgba(1, 1, 1, 0.26), inset 0 1px 0 1px #fcfafa;
  box-shadow: 0 1px rgba(1, 1, 1, 0.26), inset 0 1px 0 1px #fcfafa;
  border: solid 1px #d1d1d1;
  background-image: -webkit-linear-gradient(bottom, #dfdfdf, #fff);
  background-image: -moz-linear-gradient(bottom, #dfdfdf, #fff);
  background-image: -o-linear-gradient(bottom, #dfdfdf, #fff);
  background-image: -ms-linear-gradient(bottom, #dfdfdf, #fff);
  background-image: linear-gradient(to top, #dfdfdf, #fff);
  color: #6b6b6b;
  text-shadow: 0 1px #fdfdfd;
  text-align: center;
  text-decoration: none;
}

/* 新設口コミ
------------------------------------------------------*/
@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;
}
#write {
  display: block;
  background: #fff;
  width: 76%;
  border: 1px solid #e60e7b;
  border-radius: 30px;
  text-align: center;
  padding: 15px 0;
  color: #e60e7b;
  font-size: 4.1vw;
  font-weight: bold;
  margin: 1rem auto 1rem auto;
}
/* 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: 0.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*/
span.point {
  margin-left: 6.2rem;
}
/* select_menu */
.cp_ipselect {
  overflow: hidden;
  width: 96%;
  margin: 0.6em auto;
  text-align: center;
}
.cp_ipselect select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.cp_ipselect select::-ms-expand {
  display: none;
}
.cp_ipselect.cp_sl02 {
  position: relative;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  background: #ffffff;
}
.cp_ipselect.cp_sl02::before {
  position: absolute;
  /*top: 0.8em;
	right: 0.9em;*/
  top: 50%;
  right: 3%;
  transform: translate(-3%, -50%);
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}
.cp_ipselect.cp_sl02:after {
  position: absolute;
  top: 0;
  right: 2.5em;
  bottom: 0;
  width: 1px;
  content: "";
  border-left: 1px solid #bbbbbb;
}
.cp_ipselect.cp_sl02 select {
  padding: 8px 38px 8px 8px;
  color: #666666;
}
/* タブ */
.tab_review {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 10px;
}
.tab_review a {
  display: block;
  background: #f5f5f5;
  width: 33%;
  border-radius: 5px 5px 0 0;
  color: #e60e7b;
  text-align: center;
  padding: 15px 0;
}
.tab_review a.active {
  color: #fff;
  background: #e60e7b;
}
/*コンテンツエリア*/
ul.item_list {
  /*background: #fff;
	padding-bottom: 1rem;*/
}
ul.item_list li {
  padding: 10px 2.5vw;
  border-bottom: 1px solid #e5e5e5;
}
ul.item_list li:first-child {
  padding-top: 0;
}
ul.item_list li .flex_review {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.flex_review figure {
  display: block;
  width: 23%;
  max-height: 85px;
  overflow: hidden;
  text-align: right;
  margin-bottom: 5px;
}
.flex_review figure img {
  width: 100%;
}
.flex_review .info_right {
  width: 76%;
  color: #333;
}
.flex_review .info_right a {
  color: #e60e7b;
  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;
  color: #333;
}
.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;
  color: #333;
  font-weight: normal;
}
.flex_inner > .info span {
  width: 100%;
  display: block;
  text-align: right;
}
.ttl_review {
  font-weight: bold;
  padding: 0.2rem 0 0.1rem 0;
  color: #333;
}
.txt_review {
  font-size: 3.1vw;
  line-height: 1.3;
  color: #333;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
}
.link_continue {
  display: block;
  font-size: 2.9vw;
  text-align: right;
}
.flex_review figure img.lady_photo {
  width: 50%;
}

/*--------------------------------*/
section.reviewdetail {
  position: fixed;
  width: 96%;
  background: #fff;
  top: 6%;
  left: 50%;
  transform: translate(-50%, 0%);
  padding: 10px 1%;
  z-index: 11;
  color: #333;
}
.reviewdetail input[type="text"] {
  width: 92%;
  display: block;
  padding: 5px;
  margin: 1.1em auto 0.6em auto;
}
.reviewdetail textarea {
  width: 92%;
  height: 75px;
  display: block;
  padding: 5px;
  margin: 0.7em auto 0.6em auto;
}
.bg_gray {
  background: #f5f5f5;
  padding: 10px;
  margin: 0 auto 10px auto;
  height: 4.5rem;
  overflow: scroll;
  line-height: 1.3;
}
.bg_gray dl {
  margin-top: 5px;
}
.bg_gray dt {
  font-weight: bold;
  padding-bottom: 3px;
}
.bg_gray dd {
  padding-bottom: 10px;
}

.check_area {
  width: 80%;
  border: 1px solid #ccc;
  border-radius: 7px;
  background: #fff;
  margin: 15px auto;
  padding: 10px 0;
}
.check_area input[type="checkbox"] {
  display: none;
}

.check_area input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font: 14px/20px "Open Sans", Arial, sans-serif;
  /*color: #ddd;*/
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  margin-left: 10%;
}

.check_area input[type="checkbox"] + label:last-child {
  margin-bottom: 0;
}

.check_area input[type="checkbox"] + label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #ff1493;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.6;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}

.check_area input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.reviewdetail button {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: #ff1493;
  color: #fff;
  text-align: center;
  display: block;
  width: 90%;
  padding: 10px 0;
  margin: 0 auto;
  border-radius: 5px;
}
.closebtn {
  margin-top: 7px;
  text-align: center;
  color: #333;
}
.closebtn02 {
  margin-top: 0px;
  text-align: center;
  color: #333;
  position: absolute;
  top: -18px;
  right: 0;
  width: 30px;
  line-height: 30px;
  border: 3px solid #333;
  border-radius: 50%;
  font-size: 4.5vw;
  font-weight: bold;
  background: #fff;
  z-index: 101;
}
.err_msg {
  background: #fff;
  padding: 10px 3%;
  border: 2px solid #c90037;
  color: #c90037;
  font-weight: bold;
  margin-bottom: 25px;
}
/* ログインbox
-------------------------*/
.bubble {
  position: fixed;
  /*bottom: -14.3rem;*/
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  background: #fff;
  padding: 10px;
  z-index: 5;
}
/*.bubble::before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 25px;
  height: 25px;
}*/
.bubble::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bubble > * {
  position: relative;
  z-index: 3;
}
.bubble,
.bubble::after {
  border-radius: 5px; /* 角の丸め方 */
}
.bubble,
.bubble::before {
  box-shadow: 0 0 10px 0 rgba(163, 163, 163, 0.5); /* ぼかし距離(第3引数)，拡散距離(第4引数)，色(第5引数) */
}
.bubble,
.bubble::before,
.bubble::after {
  background: #fff; /* 背景色 */
}
/* 吹き出し・上辺右側 */
.bubble--top_right::before {
  top: -10px;
  right: 20vw; /* 位置 */
  transform: rotate(45deg) skew(20deg, 20deg); /* 傾斜角(skew) */
}
.login_box li label {
  display: block;
  color: #333;
}
.login_box li label.inline {
  display: inline-block;
}
.login_box li input[type="text"],
.login_box li input[type="password"] {
  border: 1px solid #ccc;
  width: 95%;
  padding: 5px 5px;
}
.login_box li input[type="checkbox"] {
  appearance: checkbox !important;
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
}
.btn_area {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 5px auto;
}
.btn_area p {
  width: 49%;
  background: #efefef;
  text-align: center;
  padding: 5px 0;
  display: flex;
  align-items: center;
}
.btn_area p a {
  color: #000;
  align-items: center;
  margin: 0 auto;
}
.btn_area p input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  margin: 0 auto;
}

.input-range {
  display: none;
}
.range-group {
  position: relative;
  width: 96%;
  margin: 10px auto 0 auto;
}
.range-group > a {
  display: inline-block;
  /*width: 20px;
  height: 20px;*/
  margin-right: 15px;
}
.range-group > a:last-child {
  margin-right: 0;
}
.range-group > a:before {
  content: "\e808";
  font-family: "fontello";
  font-size: 30px;
  color: #aaa;
}
.range-group > a.on:before {
  content: "\e808";
  color: #fc3;
}

.level_satisfaction {
  padding-left: 1.8%;
}
.level_satisfaction span {
  font-size: 13px;
}

.level {
  font-size: 35px;
  letter-spacing: 9px;
}
.sta_g {
  color: gray;
  font-size: 35px;
}
.level_satisfaction span.star_g {
  color: gold;
  font-size: 35px;
}
.satisfaction {
  font-weight: bold;
  margin-bottom: 8px;
}
.rev_ttl {
  font-weight: bold;
}
.review_comment {
  margin-bottom: 15px;
}
.review_input_txt {
  margin: 0 0 15px 10px;
}

.q {
  margin-bottom: 20px;
  display: grid;
  gap: 10px;
  justify-content: center;
}
.q__text {
  font-weight: bold;
  text-align: center;
  font-size: 15px;
}
.q__checkboxes {
  display: grid;
  gap: 5px;
}

.btn_area p #webreserveBtn {
  color: #000;
  font-size: 14px;
}

.end_comment {
  line-height: 1.4;
  margin-bottom: 10px;
}
.review_btn_end {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.review_btn_end p {
  width: 48%;
  text-align: center;
  background: #000;
  border-radius: 5px;
}
.review_btn_end a {
  display: block;
  color: #fff;
  padding: 15px 10px;
}
.reviewdetail_end h2 {
  font-size: 15px;
}
.reviewdetail.reviewdetail_end {
  top: 50%;
  transform: translate(-50%, -50%);
}
.review_btn_end p.closebtn {
  margin: 0;
  padding: 15px 0px;
  color: #fff;
}

.review_reply {
  color: #333;
  margin-top: 12px;
}
.replay_ttl {
  font-weight: bold;
  margin-bottom: 5px;
}
.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: 10px;
}
.grad-wrap {
}
.grad-wrap > input[type="checkbox"],
.grad-wrap > label {
  display: none;
}
.grad-item {
  font-size: 3.7vw;
  line-height: 1.2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.grad-btn {
  display: none !important;
}
.review_btn {
  width: 65%;
  margin: 0 auto;
  border: 1px solid #ccc;
  text-align: center;
  box-sizing: border-box;
  padding: 12px 0;
  border-radius: 5px;
  margin-bottom: 0px;
}
.review_btn > a {
  display: block;
  color: #333 !important;
  margin: 0;
  padding: 0;
}
.check_box {
  width: 80%;
  margin: 0 auto;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 12px 0;
  margin-bottom: 15px;
  font-size: 0.92rem;
  background: #fff;
  text-align: center;
}
.check_box input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  display: block;
  position: relative;
  /*padding-left: 35px;*/
  margin-bottom: 20px;
  font: 14px/20px "Open Sans", Arial, sans-serif;
  /*color: #ddd;*/
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  /*margin-left: 22px;*/
}
input[type="checkbox"] + label:last-child {
  margin-bottom: 0;
}
input[type="checkbox"] + label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  /*border: 1px solid #6cc0e5;*/
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.6;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}
input[type="checkbox"]:checked + label:before {
  border: 2px solid #c80037;
  width: 10px;
  top: -5px;
  /*left: 5px;*/
  left: 7%;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
