@charset "UTF-8";

/*
////////////////////////////////////////////////
////////////////////////////////////////////////

common

////////////////////////////////////////////////
////////////////////////////////////////////////
*/

.section_box {
    clear: both;
    width: 920px;
    margin: 0 auto;
    padding: 60px 0 0 0;
}

/*
////////////////////////////////////////////////
////////////////////////////////////////////////

mainslide

////////////////////////////////////////////////
////////////////////////////////////////////////
*/

.mainslide {
    position: relative;
    top: 100px;
    left: 0;
    width: 100%;
    /*height: 435px;*/
    height: 380px;
    min-width: 980px;
}

/*
////////////////////////////////////////////////
////////////////////////////////////////////////

Hair, Eyelash

////////////////////////////////////////////////
////////////////////////////////////////////////
*/

.hair, .eyelash {
    margin-top: 120px;
    z-index: 10;
}

.hair .price_tit, .eyelash .price_tit {
    text-align: left;
    float: left;
    font-family: 'Palanquin', sans-serif;
    font-size: 2.3rem;
}

.hair .price_caption, .eyelash .price_caption {
    float: right;
    margin-top: 16px;
}

.hair .price_box, .eyelash .price_box {
    float: left;
    width: 475px;
}

.hair .price_box:nth-child(odd), .eyelash .price_box:nth-child(odd) {
    clear: both;
    width: 445px;
}

.hair .price_menu_container, .eyelash .price_menu_container {
    margin-bottom: 30px;
}

.hair .price_menu_tit, .eyelash .price_menu_tit {
    text-align: left;
    font-size: 14px;
    margin: 40px 0 0 0;
}

.hair .price_menu_tit span, .eyelash .price_menu_tit span {
    font-size: 12px;
    font-weight: normal;
}

.hair .price_menu_box, .eyelash .price_menu_box {
    line-height: 18px;
    margin-bottom: 10px;
}

.hair .price_menu_box_inner {
    margin: 10px 0 0 0;
}

.eyelash .price_menu_box_inner {
    margin: 40px 0 0 0;
}

.hair .price_menu_box_inner h4, .eyelash .price_menu_box_inner h4 {
    margin: 0 0 4px 0;
    line-height: 12px;
}

.hair .price_menu_box dt, .eyelash .price_menu_box dt {
    clear: left;
    float: left;
    padding: 0;
}

.hair .price_menu_box dd, .eyelash .price_menu_box dd {
    margin: 0;
    padding: 0;
}

.hair .price_menu_box li, .eyelash .price_menu_box li {
    list-style: none;
}

.hair .price_menu_container .price_menu_annotation, .eyelash .price_menu_container .price_menu_annotation {
    margin-top: 30px;
    font-size: 10px;
}


/*
////////////////////////////////////////////////
////////////////////////////////////////////////

Works

////////////////////////////////////////////////
////////////////////////////////////////////////
*/

.works {
    margin-top: 60px;
}

.works .works_tit {
    margin-bottom: 45px;
    text-align: left;
}

.works .works_item_container {
    width: 100%;
}

.works .grid_item {
    width: 160px;
    margin-bottom: 20px;
}

.works .grid_item img {
    width: 160px;
    height: auto;
}

.works .grid_item .work_caption {
    margin-top: 6px;
    line-height: 14px;
}

.works .work_caption_small {
    font-size: 10px;
}


/*
////////////////////////////////////////////////
////////////////////////////////////////////////

Shop

////////////////////////////////////////////////
////////////////////////////////////////////////
*/

.shop {
    margin-top: 60px;
}

.shop .shop_tit {
    font-family: 'Palanquin', sans-serif;
    text-align: left;
    margin-bottom: 45px;
    font-size: 2.3rem;
}

.shop .shop_images_container {}

.shop .shop_images_inner {
    float: left;
    width: 475px;
}

.shop .shop_images_inner:nth-child(even) {
    float: left;
    width: 445px;
}

.shop .shop_images_inner .shop_images_item {
    list-style: none;
    float: left;
}

.shop_images_item.item2,
.shop_images_item.item4 {
    margin-right: 31px;
}

.shop_images_item.item1,
.shop_images_item.item4,
.shop_images_item.item5 {
    margin-bottom: 30px;
}

.shop .shop_concept_txt {
    clear: both;
    margin: 30px 0;
}

.shop .shop_staff_item {
    list-style: none;
    float: none;
    width: 100%;
    margin-bottom: 20px;
    /*float: left;
    width: 207px;
    margin-right: 30px;*/
}

.shop .shop_staff_item:last-child {
    margin-left: 2px;
    margin-right: 0;
}

.shop .shop_staff_tit {
    margin-top: 12px;
}

.shop .shop_staff_pos {
    margin-top: 2px;
    font-size: 10px;
}

.shop .shop_staff_cap {
    margin-top: 4px;
    line-height: 18px;
}

/*
////////////////////////////////////////////////
////////////////////////////////////////////////

Shop info

////////////////////////////////////////////////
////////////////////////////////////////////////
*/

.shop_info_container {
    clear: both;
    width: 100%;
    border-top: 1px solid #ccc;
    padding-top: 30px;
    margin-top: 30px;
    line-height: 18px;
}

.shop_info_inner {
    /*float: left;*/
    width: 475px;
}

.shop_info_inner:nth-child(2) {
    /*float: left;*/
    /*width: 435px;*/
}

.shop_info_txt {
    margin-bottom: 8px;
}

.shop_info_box dt {
    clear: left;
    float: left;
    padding: 0;
}

.shop_info_box dd {
    margin: 0;
    padding: 0;
}

.shop_info_line a {
    height: 30px;
    margin-top: 10px;
    padding-left: 40px;
    display: inline-block;
    text-decoration: none;
    background: url(../images/lineicon.gif) no-repeat;
}

.shop_info_annotation {
    padding: 8px 0;
}

.shop_info_line_txt {
    line-height: 28px;
}

.fa-line {
    font-size: 1.5rem;
    padding: 6px 0 0;
}

.sns_inner {
    margin-top: 40px;
}

.sns_icon {
    display:  inline-block;
}

.fa-instagram {
    font-size: 2.2rem;
}

a {
    transition: 0.3s linear opacity;
}

a:hover {
    opacity: 0.3;
}

.sns_icon img {
    width: 140px;
    height: auto;
    display: block;
    box-sizing: border-box;
    margin-right: 10px;
}