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

.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;
}
.modal_box,
.modal_box02 {
  position: relative;
}
.review_write {
  color: #c90037;
  font-size: 20px;
  font-weight: bold;
  border: solid 1px #c90037;
  border-radius: 30px;
  text-align: center;
  padding: 14px 0;
  width: 600px;
  margin: 0 auto 30px;
  cursor: pointer;
}
.review_write:hover,
.reviewlist_el:hover a {
  text-decoration: underline;
}
.campaign_banner {
  text-align: center;
}
.campaign_banner img {
  margin-bottom: 10px;
}
.campaign_banner figcaption {
  font-size: 15px;
}
.review_form {
  /*width: 200px;*/
  margin-left: auto;
  position: relative;
}
#sort_form {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  /* margin-top: 25px; */
}
#sort_form > select {
  width: 200px;
  margin-left: 140px;
}
#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;
}

#reviewlist ul li figure {
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.reviewlist_el {
  width: 770px;
  margin-left: 15px;
}
.s_name,
.l_s_name {
  font-size: 17px;
  font-weight: bold;
  color: #c80037;
}
.review_ttl {
  font-size: 15px;
  font-weight: bold;
}
.gb_icon em {
  font-size: 16px;
  font-weight: bold;
}
.s_name a,
.l_s_name a {
  color: #c80037;
}
.s_name,
.l_s_name {
  width: 600px;
}
.gb_icon {
}
.good_icon {
  margin-right: 10px;
}
.gb_icon img {
  margin-right: 10px;
}
.comment a {
  color: #c80037;
  font-weight: bold;
  text-decoration: underline;
  font-size: 13px;
}
#reviewlist ul li {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.star_icon {
  position: relative;
  /*overflow: hidden;*/
  width: 6.5em;
  /*color: #fec002;*/
  white-space: nowrap;
  text-indent: 100%;
  vertical-align: middle;
  font-size: 15px;
}
.star_icon {
  color: #000;
  font-weight: bold;
  white-space: nowrap;
  text-indent: 100%;
  font-size: 15px;
}
.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*/
.date {
  font-size: 12px;
}
.comment {
  font-size: 15px;
}
#modal {
  position: absolute;
  top: 60px;
  left: 200px;
  z-index: 999;
  width: 420px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 5px #999;
}
#modal 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_box span.triangle,
.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_box span.triangle::after,
.modal_box02 span.triangle::after {
  content: "";
  position: absolute;
  right: -22px;
  top: 20px;
  display: inline-block;
  width: 70px;
  height: 30px;
  background: #fff;
  transform: rotate(-45deg);
}
.modal_box form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #c90037;
  border-radius: 8px;
  overflow: hidden;
  height: 40px;
}
.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: 16px;
  cursor: pointer;
}
.modal_box02 input {
  height: 24px;
}
.btn {
  display: inline-block;
  width: 140px;
  background: #efefef;
  text-align: center;
  padding: 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;
}
.btnarea {
  text-align: center;
}
/************************************************************
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;
}

/* 返信コメント
----------------------------------------------*/
.review_reply {
  margin-top: 10px;
}
.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;
}
.review_form.width100 {
  width: 100%;
}
#sort_form.flex_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
#sort.add_reply {
  width: 200px;
  margin-left: 130px;
  display: block;
}
/*.review_form.width100 > #sort_form::after {
    top: 60%;
}*/
