@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

#header {
    margin-bottom: -70px;
}
#content h3#news {
    background: url("../image/icon_news.jpg") left top 11px no-repeat;
    padding: 0 0 0 25px;
    font-size: 1.28em;
    line-height: 1.71;
    margin-bottom: 10px;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, sans-serif;
}

/*安佐南区の美容室「jig hair」*/
#content .section {
  margin-bottom: 90px;
}
#conetnt .section .text p + p{
    margin-top: 30px;
}
#content .section .text p + p {
    margin-top: 30px;
  }
/*gallerypicture*/
#content p.title {
    text-align: center;
    margin-bottom: 40px;
}
#gallery {
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
    padding: 0 85px;
}
#gallery dl {
  margin: 0 15px;
    position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
 #gallery dl dt.image span{
    width: 200px;
    height: 200px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}
#gallery dl dd.comment {
    position: absolute;
    top: 0;
    left: 0;
}
.slick-slide img {
    margin: 0 auto;
}
#gallery dl dd.comment span,
#gallery dl dd.comment a{
    opacity: 0;
    width: 140px;
    height: 140px;
    padding: 30px;
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    font-weight: bold;
    color: #FFF;
    background: rgba(140, 129, 121, 0.5);
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.3s;
}
#gallery dl dd.comment span:hover,
#gallery dl dd.comment a:hover{
   opacity: 1;
}
#gallery.slick {
  display: block;
}
/* slick
------------------------------*/
.slick {
  width: 100%;
  margin: 0 auto;
}
.slick .slick-prev,
.slick .slick-next {
  z-index: 100;
  top: 105px;
  width: 50px;
  height: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slick .slick-prev {
  left: 0;
  background: url('../image/index_arrow01_off.jpg') center no-repeat;
}
.slick .slick-prev::before {
  content: url('../image/index_arrow01_on.jpg');
  display: none;
}
.slick .slick-prev:hover {
  background-image: url('../image/index_arrow01_on.jpg');
}
.slick .slick-next {
  right: 0;
  background: url('../image/index_arrow02_off.jpg') center no-repeat;
}
.slick .slick-next::before {
  content: url('../image/index_arrow02_on.jpg');
  display: none;
}
.slick .slick-next:hover {
  background-image: url('../image/index_arrow02_on.jpg');
}
#content .btn_more{
  text-align: center;
  margin-bottom: 100px;
}

/*ヘアスタイリスト*/
#content .section dl.title dt {
    background: url(../image/icon_line.jpg) left  bottom no-repeat;
    font-weight: bold;
    font-family: "游明朝体", "Yu Mincho", YuMincho,
    serif, 'メイリオ', 'Meiryo', sans-serif;
    padding-bottom: 3px;
    margin-bottom: 5px;
}
#content .section dl.title dd {
    font-size: 2.0em;
    font-weight: bold;
    font-family: "游明朝体", "Yu Mincho", YuMincho,
    serif, 'メイリオ', 'Meiryo', sans-serif;
    margin: 0 20px 6px 0;
}
#content .section dl.title dd span {
    font-size: 14px;
    margin-left: 20px;
    letter-spacing: 1px;
}

/*おすすめポイント*/
#content .aside {
    margin-bottom: 80px;
    overflow: hidden;
    padding: 0;
}
#content .aside dl {
    width: 232px;
    margin: 0 54px 6px 0;
    float:  left;
}
#content .aside dl.none {
    margin-right: 0;
}
#content .aside dl dt {
    margin-bottom: 5px;
    text-align: center;
    color: #D3956E;
    font-weight: bold;
}
#content .aside dl dd {
    width: 232px;
    margin-bottom: 24px;
}
#content .aside li {
    float: left;
    margin: 0 20px 0 0;
}
.aside .btn {
    text-align: right;
}

/*お知らせ*/
#topics {
    line-height: 1.6;
}
#topics .newsbox {
    background: url("../image/icon_lines.jpg") bottom repeat-x;
    overflow: hidden;
    margin-bottom: 5px;
    padding: 14px 0 10px 0;
}
#topics .image {
    float: right;
    margin-left: 35px;
    display: table-cell;
    width: 148px;
    height: 148px;
    text-align: center;
    margin-bottom: 15px;
}
#topics dl {
    overflow: hidden;
}
#topics dt {
    margin-bottom: 5px;
}
#topics dd {
    margin-bottom: 10px;
    color: #332929;
}
#topics dd.text{
    font-size:0.85em;
}
#topics dd a {
    text-decoration: underline;
    color: #897D79;
}
#topics dd a:hover {
    text-decoration: none;
}
#topics .btn {
    text-align: center;
    margin-top: 40px;
}


