@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 {
  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;
}

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

.point .star li {
  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: -0.5em;
  color: #fec002;
  font-family: "fontello";
  letter-spacing: 0.2em;
  text-indent: 0;
}
.point .star li span.p05::before {
  content: "\e80b\e809\e809\e809\e809";
} /*0.5*/
.point .star li span.p10::before {
  content: "\e808\e809\e809\e809\e809";
} /*1.0*/
.point .star li span.p15::before {
  content: "\e808\e80b\e809\e809\e809";
} /*1.5*/
.point .star li span.p20::before {
  content: "\e808\e808\e809\e809\e809";
} /*2.0*/
.point .star li span.p25::before {
  content: "\e808\e808\e80b\e809\e809";
} /*2.5*/
.point .star li span.p30::before {
  content: "\e808\e808\e808\e809\e809";
} /*3.0*/
.point .star li span.p35::before {
  content: "\e808\e808\e808\e80b\e809";
} /*3.5*/
.point .star li span.p40::before {
  content: "\e808\e808\e808\e808\e809";
} /*4.0*/
.point .star li span.p45::before {
  content: "\e808\e808\e808\e808\e80b";
} /*4.5*/
.point .star li span.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 {
  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 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;
    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: transparent;
}

.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;
}

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

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

.reviewdetail .total {
  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: -0.5em;
  color: #fec002;
  font-family: "fontello";
  letter-spacing: 0.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;
}
.review_box {
  overflow: hidden;
}
.reviewdetail .inner.txt {
  width: 400px;
}
.inner.detail {
  width: 500px;
}
.totalBOx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btn.clr02 a,
.btn.clr02 input[type="submit"] {
  width: 144px;
  line-height: 36px;
  margin: 0 auto 10px;
  border: 1px solid #c9c9c9;
  color: #555 !important;
  font-weight: bold;
  text-decoration: none !important;
  text-align: center;
  text-shadow: 0px 2px rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4),
    0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4),
    0 1px 1px rgba(0, 0, 0, 0.2);
  background: rgb(242, 242, 242);
  background: linear-gradient(
    135deg,
    rgba(242, 242, 242, 1) 0%,
    rgba(234, 234, 234, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#eaeaea',GradientType=1 );
}
.btn.clr01 a,
.btn.clr01 input[type="submit"] {
  width: 144px;
  line-height: 36px;
  margin: 0 auto 10px;
  border: 1px solid rgba(40, 147, 53, 1);
  color: rgba(255, 255, 255, 1) !important;
  font-weight: bold;
  text-decoration: none !important;
  text-align: center;
  text-shadow: 0px 2px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4),
    0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4),
    0 1px 1px rgba(0, 0, 0, 0.2);
  background: #bfd255;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#bfd255),
    color-stop(93%, #8eb92a)
  );
  background: linear-gradient(to bottom, #bfd255 0%, #8eb92a 93%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#8eb92a',GradientType=0 );
}
.review_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.btn.clr03 a {
  color: #ec68b3 !important;
  text-decoration: none !important;
  font-size: 1.3em;
  border: 1px solid #ec68b3;
  background: #fff;
  text-align: center;
  border-radius: 8px;
  width: 100%;
  padding: 10px 0;
}
.btn.clr03 a:hover {
  background: #fdf1f8;
}

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

口コミ新設

************************************************************************/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jc_sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.reviewdetail.reviewdetail02 {
  border: none;
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
}
.reviewlist_el {
  width: 880px;
}
.reviewlist_el:hover a {
  text-decoration: underline;
}

.review_list_inner {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.shop_review_list li figure {
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-right: 10px;
}
.s_name {
  font-size: 17px;
  font-weight: bold;
  color: #c80037;
}
.s_name a {
  color: #c80037;
}
.good_icon {
  margin-right: 10px;
}
.gb_icon {
  align-items: center;
}
.gb_icon img {
  margin-right: 10px;
}
.gb_icon em {
  font-size: 16px;
  font-weight: bold;
}
.date {
  font-size: 12px;
}
.review_ttl {
  font-size: 15px;
  font-weight: bold;
}
.report_btn a:hover,
.review_back a:hover,
.review_good02:hover,
.review_bad02:hover {
  opacity: 0.7;
}
.shop_review_list .comment {
  font-size: 15px;
}

.review_back a {
  width: 600px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  font-size: 17px;
  background: #c90037;
  color: #fff;
  display: block;
  text-align: center;
  border-radius: 10px;
  padding: 5px 0;
}
.star_icon {
  position: relative;
  width: 6.5em;
  white-space: nowrap;
  text-indent: 100%;
  vertical-align: middle;
  font-size: 15px;
}
.star_icon {
  color: #000;
  white-space: nowrap;
  text-indent: 100%;
  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: 0.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*/

#modal03 {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(calc(-50% - 0.5px)) translateY(calc(-50% - 0.5px));
  border: solid 4px #c90037;
  padding: 20px;
  background: #fff;
  width: 475px;
  height: 365px;
}
.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: 180px;
  height: 30px;
  margin-bottom: 20px;
}
.txtbox {
  margin-bottom: 30px;
}
.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: 0;
  top: -40px;
  font-size: 26px;
  font-weight: bold;
  cursor: pointer;
}
.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;
}

.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;
}

.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;
}
.review_reply {
  font-size: 13px;
  width: 750px;
  margin: 0 auto;
}
.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;
}
/********************************************************

IEのみ適応

********************************************************/
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  #modal03 {
    transform: translate(-50%, -50%);
  }
}
