@import url(//use.fontawesome.com/releases/v5.0.11/css/all.css);


 .pink-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 2px 10px;
  border-radius: 999px;
  font-size: 0.9em;
  font-weight: 600;
  line-height: 1.5;
}
.review-text {
  font-size: 1em;
    padding: 0.5em 0.8em;
}
.review-card{
    border-bottom:1px solid #eee;
    padding:22px 0;
}

.review-card h3{
    margin-bottom:10px;
    font-size:1rem;
}

.shop{
    color:#777;
    font-size:.85em;
    font-weight:normal;
    margin-left:.5em;
}

summary {
    color: #2E8B57;
    cursor: pointer;
    transition: color 0.2s ease;
}

summary:hover {
    color: #1F6F43;
}

details[open] summary {
    color: #888;
}

details[open] summary:hover {
    color: #666;
}
summary::before {
    content: "+ ";
    color: #2E8B57;
    font-weight: bold;
}

details[open] summary::before {
    content: "− ";
}


/* 呉文華 */
.face1::before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url("../images/staff/oubunka.jpg") no-repeat center center;
    background-size: cover;
    margin-right: 5px;
    border-radius: 50%;
    vertical-align: middle;
}
/* 関根裕司 */
.face2::before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url("../images/staff/sekine.jpg") no-repeat center center;
    background-size: cover;
    margin-right: 5px;
    border-radius: 50%;
    vertical-align: middle;
}

/* 三谷長人 */
.face3::before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url("../images/staff/mitani.jpg") no-repeat center center;
    background-size: cover;
    margin-right: 5px;
    border-radius: 50%;
    vertical-align: middle;
}

/* 岡田美由紀 */
.face4::before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url("../images/staff/okada.jpg") no-repeat center center;
    background-size: cover;
    margin-right: 5px;
    border-radius: 50%;
    vertical-align: middle;
}

/* 原田愛子 */
.face5::before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url("../images/staff/haradaaiko.jpg") no-repeat center center;
    background-size: cover;
    margin-right: 5px;
    border-radius: 50%;
    vertical-align: middle;
}

/* 川﨑千尋 */
.face6::before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url("../images/staff/kawasakichihiro.png") no-repeat center center;
    background-size: cover;
    margin-right: 5px;
    border-radius: 50%;
    vertical-align: middle;
}

/* 西野星彦 */
.face7::before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url("../images/staff/nishinohoshihiko.jpg") no-repeat center center;
    background-size: cover;
    margin-right: 5px;
    border-radius: 50%;
    vertical-align: middle;
}
/* 坂本自啓 */
.face8::before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url("../images/staff/sakamotojikei.jpg") no-repeat center center;
    background-size: cover;
    margin-right: 5px;
    border-radius: 50%;
    vertical-align: middle;
}
/* 白石大輝 */
.face9::before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url("../images/staff/shiraishidaiki.jpg") no-repeat center center;
    background-size: cover;
    margin-right: 5px;
    border-radius: 50%;
    vertical-align: middle;
}
/* 松島達也 */
.facematsushima::before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url("../images/staff/matsushimatatsuya.jpg") no-repeat center center;
    background-size: cover;
    margin-right: 5px;
    border-radius: 50%;
    vertical-align: middle;
}
/* 明石一孝 */
.facakashikazutaka::before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url("../images/staff/akashikazutaka.png") no-repeat center center;
    background-size: cover;
    margin-right: 5px;
    border-radius: 50%;
    vertical-align: middle;
}
/* 大坂愛美 */
.facaoosakaami::before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url("../images/staff/oosakaami.png") no-repeat center center;
    background-size: cover;
    margin-right: 5px;
    border-radius: 50%;
    vertical-align: middle;
}
/* 小森章宏 */
.facekomoriakihiro::before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url("../images/staff/komoriakihiro.png") no-repeat center center;
    background-size: cover;
    margin-right: 5px;
    border-radius: 50%;
    vertical-align: middle;
}
/* 塩野健二 */
.faceshionokenji::before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url("../images/staff/shionokenji.jpg") no-repeat center center;
    background-size: cover;
    margin-right: 5px;
    border-radius: 50%;
    vertical-align: middle;
}
/* 山中雄矢 */
.faceyamanakayuya::before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url("../images/staff/yyamanaka.jpg") no-repeat center center;
    background-size: cover;
    margin-right: 5px;
    border-radius: 50%;
    vertical-align: middle;
}