.profile_wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.profile_wrapper > .breadcrumblist {
  background: #fff;
  color: #000;
}
.profile_wrapper > .breadcrumblist li a {
  color: #000;
}

.profile_h2,
.profile_h2_comment,
.profile_h2_gravure,
.profile_h2_blog,
.profile_h2_kuchikomi {
  margin-left: 10px;
  font-size: 16px;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo,
    "sans-serif";
}
.profile_h2::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f073";
  color: #ffbaba;
  margin-right: 5px;
}
.profile_h2_comment::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f4ad";
  color: rgba(0, 155, 255, 0.6);
  margin-right: 5px;
}
.profile_h2_gravure::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f87c";
  color: #ffbaba;
  margin-right: 5px;
}
.profile_h2_blog::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f03e";
  color: #ffbaba;
  margin-right: 5px;
}
.profile_h2_kuchikomi::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f086";
  color: #ffbaba;
  margin-right: 5px;
}
.profile_info {
  font-size: 20px;
  text-align: center;
  margin: 20px auto;
}
.profile_name {
  font-size: 32px;
  text-align: center;
  line-height: 0.5em;
  margin: 20px auto;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.profile_name span {
  font-size: 16px;
  text-align: center;
}
.profile_message {
  width: 100%;
  font-size: 18px;
  line-height: 1.4em;
  margin: 10px auto 0 auto;
  padding: 10px;
  background-color: rgba(255, 0, 0, 0.05);
}
.profile_comment {
  width: 100%;
  font-size: 18px;
  line-height: 1.4em;
  margin: 10px auto 0 auto;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.05);
}
.profile_shoplink a {
  display: block;
  max-width: 240px;
  text-align: center;
  padding: 15px;
  margin: 20px auto;
  color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  font-size: 0.8em;
  font-weight: bold;
}

.profile_schedule {
  width: 100%;
  font-size: 0.8em;
  box-sizing: border-box;
  border-collapse: collapse;
  margin-top: 10px;
}
.profile_schedule td {
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  width: calc(100% / 7);
}
.profile_schedule_day td span {
  font-size: 0.9em;
}
.saturday {
  color: rgba(0, 52, 255, 1);
}
.sunday {
  color: rgba(255, 51, 51, 1);
}
.profile_schedule_detail td {
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.profile_schedule_day td {
  height: 20px;
}
