* {
  margin:0px;
  padding:0px;
  box-sizing: border-box;
}

body {
  font-family: "Lato" , "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.base01 {
  width: 100%;
  max-width: 1000px !important;
}

.p-page__wrap {
  border-top: 5px solid #000;
}

.title_area {
  display: block;
  background: url(https://img20.shop-pro.jp/PA01323/484/etc/logo.png) no-repeat scroll center center;
  background-size: 300px auto;
  position: relative;
  margin: 0 auto 0;
  padding: 5em 0 !important;
  background-color: #fff;
  position: relative;
}

.title_area a {
  position: absolute;
  left: 0;
  bottom: 5px;
  display: block;
  width: 100%;
  text-align: center;
  color: #333;
}

.shop_title {
  font-size: .8rem;
}

.p-shop__title {
  font-size: .8rem;
}

.p-page__body-inner {
  border-top: none;
  border-bottom: none;
}

.p-page__body-inner form {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.view_pc .p-page__container {
  margin: 0 auto;
  width: auto;
  max-width: none;
}

.p-page__copyright {
  color: #000;
  border-top: 1px solid #000;
  font-size: .8rem;
  font-weight: bold;
}

.p-page__copyright + div {
  background: #fff;
  padding: 3em 0;
}

.c-alert {
  color: #607d8b;
  background: #eff2f4;
  padding: 20px;
  margin: 30px 0;
  line-height: 1.6;
  text-align: left;
}

.c-alert--danger {
  color: #f44336;
  background: #feedeb;
  font-weight: bold;
}

.c-input--text {
  width: 100%;
  padding: 1em;
  border: none;
  font-size: 13px;
  margin-top: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #f3f3f3;
}

.c-alert ul {list-style: none;}


/* -----------------------------------------------------------------------------
 *
 * ---------------------------------------------------------------------------- */

@media (max-width: 480px) {

  .p-page__body-inner {
    padding: 0 2%;
  }

  .p-page__body-inner form {
    padding: 0 2%;
  }

  .title_area a {

  }

  .shop_title {
    font-size: .6rem;
    font-weight: bold;
  }

  .title_area {
    background-position: top center;
    background-size: 220px;
    margin: 1em 0 0;
    padding: 0 0 4em !important;
  }

  .p-page__title {
    font-size: 1rem !important;
    text-align: center;
    margin: 3em 0 0;
  }

  .c-alert {
    font-size: .7rem;
    margin: 2em 0;
  }

  .c-form__title {
    font-size: .9rem;
    text-align: center;
  }

  .c-form__content {
    padding: 0 0;
  }

  .c-form__note {
    margin: 1em 0 0;
    text-align: right;
    font-size: .8rem;
  }

  .p-page__copyright {
    font-size: .7rem;
    padding: 2em 0 0;
  }

  .p-secure__image {
    width: 100%;
    text-align: center;
    margin: 0 0 1em;
  }

  .p-secure__msg {
    width: 100%;
  }

  .p-page__copyright + div {
    padding: 1em 0;
  }

}

@media (max-width: 768px) {


}

@media (max-width: 980px) {

}


/* -----------------------------------------------------------------------------
 *  レビュー一覧
 * ---------------------------------------------------------------------------- */

.p-review-list__unit {
  padding: 3em 0;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}

.p-review-list__star {
  position: absolute;
  right: 2%;
  top: 4.8em;
}

.p-review-list__info {
  background: #f5f5f5;
  font-size: .9rem;
  padding: 1em 90px 1em 2%;
  margin: 5px 0 2rem;
}

.p-review-list__img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  position: relative;
  width: 80px;
  height: 80px;
}

.p-review-list__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.p-review-list__content {
  padding: 0 3%;
}

.p-review-list__reply {
  background-color: #f5f5f5;
  padding: 2em;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  position: relative;
}

.p-review-list__reply:before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background-image: url(https://img20.shop-pro.jp/PA01323/484/etc/review_shop_icon2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  left: 2em;
  top: 1.5em;
}

.p-review-list__title {
  font-size: 1.2rem;
  margin: 0 0 1rem;
}

.p-review-list__comment {
  font-size: 1rem;
  line-height: 1.7;
}


.p-review-list__reply-info {
  padding-left: 100px;
}

.p-review-list__reply-comment {
  border-left: none;
  padding: 3px 0 3px 100px;
}



@media (max-width: 768px) {

}

@media (max-width: 480px) {

  .p-review-list__unit {
    padding: 0 0 2em;
    margin: 2rem 0;
    border: 1px solid #e6e6e6;
  }

  .p-review-list__star {
    right: initial;
    top: 1em;
    left: 4%;
  }

  .p-review-list__info {
    padding: 3em 4% 1em;
    text-align: right;
    margin: 0 0 2rem;
  }

  .p-review-list__content {
    padding: 0 5%;
  }

  .p-review-list__info li {
    padding-left: 0;
    font-size: .8rem;
  }

  .p-review-list__info li:first-child,
  .p-review-list__info li:last-child {
    display: block;
    padding-left: 0;
  }

  .p-review-list__info li:first-child {
    font-size: 1rem;
    text-align: left;
    margin: 0 0 1rem;
  }

  .p-review-list__img {
    width: 56px;
    height: 56px;
  }

  .p-review-list__reply:before {
    width: 56px;
    height: 56px;
  }

  .p-review-list__title {
    font-size: 1rem;
    margin: 0 0 2rem;
  }

  .p-review-list__comment {
    font-size: .9rem;
    line-height: 1.7;
  }

  .p-review-list__reply {
    padding: 2em 3%;
    margin: 2rem -3% 0;
  }

  .p-review-list__reply-comment {
    padding: 0 3%;
    font-size: .9rem;
    line-height: 1.7;
  }

  .p-review-list__reply-info li {
      display: block;
      padding-left: 0;
  }

  .p-review-list__reply-info {
    margin: 0 0 1.5rem;
  }

}


/* -----------------------------------------------------------------------------
 *  レビュー入力画面
 * ---------------------------------------------------------------------------- */

.p-page__title {
  margin: 3em 0 3em;
}

.c-form__table {
  border-collapse:collapse;
}

.c-form__table tr {
  border-bottom: 1px solid #e6e6e6;
}

.c-form__title {
  width: 20%;
  text-align: center;
  font-weight: bold;
  padding: 0;
  vertical-align: middle;
}

.c-form__content {
  width: 80%;
  padding: 2em 0;
}

.c-form__note {
  text-align: left;
  color: #f44336;
  background: #feedeb;
  padding: 1em;
}

.c-form__title--must {
  display: block;
  color: #f44336;
  font-weight: bold;
}

@media (max-width: 768px) {

}


@media (max-width: 480px) {

  .c-form__content {
    padding: 0 0;
    text-align: center;
  }

  #star_base {
    float: none !important;
    display: inline-block;
    transform: scale(1.5);
  }

  .c-form__table {

  }

  .c-form__title {
    width: 100%;
    margin: 1rem 0 1rem;
  }

  .c-form__content {
    width: 100%;
    margin: 0 0 1rem;
  }

  .c-input--file {
    border: 1px solid #333;
  }

  .c-form__note {
    text-align: left;
  }

  .c-form__title--must {
    display: inline;
  }
}