@charset "UTF-8";

/* salon
----------------------------------------------- */
.voice-items{margin: 0 auto 10vw;}
.voice-items > li{margin-bottom:8%;-moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);}
.voice-items > li:last-child{margin-bottom:0;}
.voice-items > li:nth-child(3n+1){background: url(../images/top-voice-item-icon01.png)no-repeat top 4vw left 5vw;background-size: 90px;}
.voice-items > li:nth-child(3n+2){background: url(../images/top-voice-item-icon02.png)no-repeat top 4vw left 5vw;background-size: 90px;}
.voice-items > li:nth-child(3n+3){background: url(../images/top-voice-item-icon03.png)no-repeat top 4vw left 5vw;background-size: 90px;}

.voice .customer {padding: 5vw;position: relative;border-bottom: 1px dashed #ddd;}
.voice .customer .name{display:inline-block;width: 68%;margin: 2vw 0 2vw 26vw;vertical-align: middle;font-size: 5.8vw;line-height: 1.4;font-family: var(--gothic);}
.voice .customer .name span{font-weight: 500;}
.voice .customer p:last-child{margin-bottom:0;}
.voice .customer p span {font-weight: bold;}
.voice .customer:last-child{border-bottom:none;}
.voice .name span{background: var(--blue);color:#fff;display: block;text-align: center;border-radius: 40px;font-size: 3vw;padding: 2% 0 1%;margin-bottom: 3%;width: 96%;}
.voice .name small{display:block;font-size: 3.4vw;font-weight: bold;color: var(--blue);}
.voice .hyoka{background: #f0f9fb;padding: 3% 5% 5%;margin: 2vw auto 4vw;}
.voice .hyoka li{padding: 3%;border-bottom: 1px dotted #ccc;}
.voice .hyoka li:last-child{border:none;padding-bottom: 0;}
.voice .hyoka i{display:inline-block;margin:0 1%;}
.voice .hyoka i:first-child{margin-left:5%;}
.voice .hyoka i:before{content: '\f005';font-family: 'icon';color: #97d8e2;}
.voice .staff{padding: 5vw;/* border-top:1px dashed #ccc; */background: #f0f9fb;}
.voice .staff .ttl{border-left: 3px solid var(--blue);padding-left: 2vw;line-height: 1.6;color: var(--blue);font-size: 3.8vw;margin-bottom: 3vw;font-weight: bold;}
.voice .staff p { font-size: 3.4vw;}
.voice .staff p:last-child{margin-bottom:0;}

.voice-more{}
.voice-more li{display: block;margin-top: 4vw;}
.voice-more li a{line-height: 1;width: 80vw;padding: 4.5vw 0;margin: 0 auto 3.5vw;color: #fff;font-size: 3.7vw;font-weight: 600;text-align: center;background: var(--blue);-moz-border-radius: 10vw;-webkit-border-radius: 10vw;border-radius: 10vw;position: relative;}
.voice-more li a:after{ content: '\f105'; font-family: 'icon'; position: absolute; top: 50%; right: 4vw; -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);}

/* =============================================
pc-size
================================================*/
@media screen and (min-width: 736px) { 
.voice-items {margin-bottom: 70px;}
.voice-items > li{margin-bottom: 40px;}
.voice-items > li:nth-child(3n+1){background: url(../images/top-voice-item-icon01.png)no-repeat top 20px left 30px;background-size: 100px;}
.voice-items > li:nth-child(3n+2){background: url(../images/top-voice-item-icon02.png)no-repeat top 20px left 30px;background-size: 100px;}
.voice-items > li:nth-child(3n+3){background: url(../images/top-voice-item-icon03.png)no-repeat top 20px left 30px;background-size: 100px;}


.voice .customer{padding: 28px;}
.voice .customer .info{display:inline-block;width: 100%;margin-bottom: 30px;padding-left: 120px;}
.voice .customer .name{width: auto;font-size: 26px;text-align: left;margin: 0;}
.voice .customer p{margin-bottom: 20px;}
.voice .name small{display:inline-block;font-size:15px;}
.voice .name span{font-size: 15px;padding: 2px 2vw 0;margin: 0 10px 0 0;display: inline-block;width: 260px;vertical-align: text-top;position: relative;top: 3px;width: auto;}
.voice .hyoka{padding: 0.8vw 0.8vw 0;margin: 10px 0 0 0;display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: flex-start;justify-content: flex-start;-webkit-align-items: center;align-items: center;}
.voice .hyoka li{padding: 0;font-size: 14px;letter-spacing: -0.5px;border: none;display: -webkit-flex;display: flex;-webkit-justify-content: flex-start;justify-content: flex-start;-webkit-align-items: center;align-items: center;white-space: nowrap;margin-right: 2vw;margin-bottom: 1vw;}
.voice .hyoka i{display: inline;margin:0 1%;}
.voice .hyoka i:before{font-size: 12px;}
.voice .hyoka i:first-child{margin-left: 3px;}
.voice .staff{padding:30px;}
.voice .staff .ttl{padding-left: 10px;margin-bottom: 12px;font-size: 17px;}
.voice .staff p { font-size: 14px;margin-bottom: 14px;}

	
.voice-more{width: 100%;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;-webkit-align-items: flex-start;-ms-flex-align: start;align-items: flex-start;width: 900px;margin: 0 auto;}
.voice-more li{width: 48%;margin-top: 0;}
.voice-more li a{line-height: 1;width: 100%;padding: 20px 0;margin: 0 auto 0;font-size: 16px;-moz-border-radius: 10vw;-webkit-border-radius: 10vw;border-radius: 10vw;}


}

/* ============================================= 
retina用
================================================*/
@media screen and (min-width: 736px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 736px) and (min-resolution: 2dppx) {
.voice-items > li:nth-child(3n+1){background-image: url(../images/top-voice-item-icon01@2x.png);}
.voice-items > li:nth-child(3n+2){background-image: url(../images/top-voice-item-icon02@2x.png);}
.voice-items > li:nth-child(3n+3){background-image: url(../images/top-voice-item-icon03@2x.png);}
}



