@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; 
}
.selectg {
	text-decoration:underline;
}


.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: 740px; }

.gallery_hairstyle strong {
  font-size: 24px;
  line-height: 1.;6em;
  color: #7A5A27; 
}

.gallery_hairstyle ul { margin: 20px 0 60px; }

.gallery_hairstyle ul li {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #878787;
  padding: 0px 20px;
  font-size: 13px;
  color: #878787;
  line-height: 22px;
}

.icon_hair,
.box_02_hair { width: 100%; }

.icon_hair { margin-top: 10px; width: 320px;}

.box_02_hair .hair_left { width: 320px; }

.box_02_hair .hair_left > img { width: 320px; }

.icon_hair p {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  transition: all linear .2s;
  opacity: .7;
  cursor: pointer;
}

.icon_hair p:hover,
.icon_hair p.slick-current { opacity: 1; transition: all linear .2s;}

.icon_hair p:last-child { margin-right: 0; }

.box_02_hair .hair_right { 
  width: 375px
}

.box_02_hair .hair_right > p {
  font-size: 13px;
  line-height: 1.8em;
  color: #757575;
  margin-bottom: 27px;
}


.box_03 {
  width: 100%;
  border: 1px solid #cbcbcb;
  padding: 15px;
}

.box_03 .contet_web,
.box_03 img {
  display: inline-block;
  vertical-align: top;
}

.box_03 img { margin-right: 25px; }

.box_03 .contet_web {
  font-size: 12px;
  line-height: 1.6em;
  color: #757575;
  max-width: 210px;
}

.box_03 .contet_web p { margin-bottom: 10px; }

.box_03 .contet_web p.button_web { margin-bottom: 0; }

.box_03 .contet_web p.box_03_name { font-size: 16px; }

.box_gallery {
  margin-top: 30px;
  width: 100%;
  text-align: center;
}

.box_gallery  p {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px;
  width: 205px;
}

.box_gallery  p span {
  display: block;
  width: 100%;
  margin-top: 9px;
  margin-bottom: 20px;
  font-size: 12px;
  color: #757575;
  line-height: 1.6em;
  text-align: left;
}

.gallery_btn_backtoindex{
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 400;
}


@media only screen and (max-width: 768px) {

.box_hairstyle .sidebar { width: 100%; }


.box_hairstyle .sidebar p {
    font-size: 13px;
    line-height: 1.6em;
    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%; }

.gallery_hairstyle strong {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: bold; 
}

.gallery_hairstyle ul {  width: 100%; margin: 20px 0 30px; }

.gallery_hairstyle ul li {
    padding: 0px 10px;
    font-size: 12px;
    line-height: 1.6em;
}

.icon_hair,
.box_02_hair .hair_left {
    width: 100%;
    max-width: 320px;
    margin: 10px auto 0;
    float: none;
}


.hair_left .box_sli p img { width: 100%; }

.icon_hair p { margin-right: 7px; }

.icon_hair p:last-child { margin-right: 0; }

.box_02_hair .hair_right {
    width: 100%;
    margin-top: 20px;
}

.box_03 {
    width: 100%;
    border: 1px solid #cbcbcb;
    background-color: #fff;
    padding: 10px;
}

.box_03 img { margin-right: 0; width: 65px; }

.box_03 .contet_web {
  max-width: 210px;
  padding-left: 10px;
}
.box_03 .contet_web p.button_web {
    margin-bottom: 0;
    width: 180px;
}
.box_03 .contet_web p.button_web img { width: 100%; }
.box_03 .contet_web p { font-size: 12px; margin-bottom: 5px; }
.box_03 .contet_web p.box_03_name { font-size: 14px; }



.box_gallery p {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    width: 48%;
}


.box_gallery p img { width: 100%; }


.gallery_btn_backtoindex{
  width: 210px;
  height: 62px;
  line-height: 62px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 300;
}





}















