@charset "UTF-8";
/* =================================
Top Page CSS
================================= */

#main { margin: 0 auto 50px; }

.hairstyle h3 { margin: 30px 0; }

.hairstyle h3 span {
  display: block;
  padding: 10px 0;
}

.hairstyle { width: 100%; }

.box_hairstyle { margin: 20px 0 20px; }

.box_hairstyle .sidebar {
  width: 171px;
}

.box_hairstyle .box_01 { margin-bottom: 30px; }

.box_hairstyle .sidebar p {
  font-size: 13px;
  line-height: 1.8em;
  color: #666;
  background: #e6e6e6 url(../img/icon_arrow.png) no-repeat 10px center;
  padding: 5px;
  text-indent: 23px;
  font-weight: bold;
}

.box_hairstyle .sidebar ul { margin-top: 7px; }

.box_hairstyle .sidebar ul li {
  font-size: 13px;
  line-height: 1.8em;
  color: #757575;
  padding-left: 5px;
}

.gallery_hairstyle {
  width: 780px;
  margin-bottom: 90px;
  margin-top: -20px;
}

.gallery_hairstyle .box_hairstyle p {
  display: inline-block;
  vertical-align: top;
  width: 171px;
  margin-right: 16px;
  margin-bottom: 30px;
}


.gallery_hairstyle .box_hairstyle p:nth-child(4n + 0) { margin-right: 0; }

.gallery_hairstyle .box_hairstyle p span {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 1.4em;
  color: #757575;
  margin-top: 9px;
}
.box_hairstyle input {
    opacity: 0;
    padding-left: 0!important;
    margin-left: -15px;
}
.box_hairstyle label.selectg {
    text-decoration:underline;
}
@media only screen and (max-width: 768px) {

.box_hairstyle .sidebar { width: 100%; }


.box_hairstyle .sidebar p {
    font-size: 12px;
    line-height: 1.8em;
    color: #666;
    padding: 5px;
    text-indent: 23px;
    font-weight: bold;
    border: 1px solid #777;
    width: 100%;
    background: url(../../common/img/arrow_sp.png) no-repeat 95% 6px;
    background-size: 20px 20px;
}

.box_hairstyle .sidebar .box_01 { margin-bottom: 20px; }

.box_hairstyle .sidebar .box_01 ul { display: none; }

.gallery_hairstyle {
    width: 100%;
    margin-bottom: 100px;
    margin-top: -20px;
}

.gallery_hairstyle .box_hairstyle p {
    display: inline-block;
    vertical-align: top;
    width: 47%;
    margin-right: 5px;
    margin-bottom: 30px;
}

.gallery_hairstyle .box_hairstyle p img { width: 100%; }

.content_img_04 .box {
    display: inline-block;
    width: 137px;
    vertical-align: top;
    margin-right: 5px;
    margin-bottom: 0;
}

.content_img_04 .box .box_content img { width: 100%; }

.content_img_04 .box .box .box_content p {
    font-size: 12px;
    line-height: 1.8em;
    margin: 5px 0;
}


}










