@charset "utf-8";

/* 共通
------------------------------------------------*/
.p-small{
    font-size: 93%;
}

.mt-0{
    margin-top: 0 !important;
}
.normal{
    font-weight: normal !important;
}
.center{
    text-align: center;
}
.img-default{
    width: 100%;
    height: auto;
}
/* .feature_salon/brazilianwax-article
------------------------------------------------*/
.article h2 {
    /*padding: 7px 15px;*/
    border: none;
    background-color: #ddece1;
    font-weight: bold;
    font-size: 158%;
    /*margin-top: 40px;*/
}

/* .sympathy
------------------------------------------------*/
#sympathy-section {
    background: #d7f5f5;
    padding-top:50px;
}

#sympathy-section h2 {
    color: #00acde;
    text-align: center;
    font-size: 163%;
    font-weight: bold;
    line-height: 35px;
}
#sympathy-section h2 span{
    font-size: 16px;
    color: #2b2827;
    font-weight: bold;
}
ul.sympathy_rank {
    display: table;
    margin-top: 20px;
}
li.sympathy_item {
    display: table-cell;
    width: 216.66px;
    text-align: center;
}

/* .sympathy_bottom
------------------------------------------------*/
#sympathy_bottom-section h2{
    text-align: center;
    font-size: 163%;
    margin: 15px 0 30px;
    line-height: 40px;
}
#sympathy_bottom-section h2 span{
    color: #00acde;
    font-weight: bold;

}
/* .point
------------------------------------------------*/
.point-left{
    float: left;
    width: 310px;
}
.point-right{
    float: right;
    width: 310px;
}
.border-point{
    border-bottom: solid 3px #dbe0e0;
}
.point-font{
    font-weight: bold;
    color: #00acde;
}
/* .type
------------------------------------------------*/
#type-section{
    background: #f6f6f6;
    background-size: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
#type-section h2{
    font-weight: bold;
    font-size: 163%;
    color: #00acde;
    text-align: center;
    margin-bottom: 10px;
}
.h3-type{
    margin-bottom: 20px;
}

/* slick */

.slider-for,
.slider-nav{
    width: 600px;
    margin: 0 auto;
}
.search-salon-type {
    text-align: center;
    background: #f54f68;
    width: 388px;
    margin: 30px auto 0px;
    padding: 5px;
    font-size: 120%;
    border-radius: 3px;
    letter-spacing: 2px;
}
.search-salon-type-txt {
    border: 1px solid #fff;
    border-radius: 2px;
    padding: 5px 0;
}
.search-salon-type-txt a{
    font-weight: bold;
    color: #fff;
}
.search-salon-type-txt a:hover{
    text-decoration: none !important;
}

/* slider-for */

.slider-for{
    margin-top: 30px;
    width: 530px;
}
.slider-for .slick-slide{
    padding: 30px;
    border: 3px solid #3fd5fa;
    border-radius: 3px;
    background: #fff;
    height: 285px;
}
.type__ttl{
    margin-bottom: 20px;
    color: #2b2827;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 1px;
    border-bottom: 1px solid #d6dbdb;
}
.type__sub-ttl{
    margin-left: 10px;
    color: #00acde;
    font-size: 13px;
    font-weight:bold;
}
.type__pic{
    float: left;
    width: 38%;
}
.type__pic img{
    width: 100%;
    height: auto;
}
.type__detail{
    float: right;
    width: 62%;
    font-size: 81.3%;
}
.type__list{
    display: table;
}
.type__list-ttl,
.type__list-description{
    display: table-cell;
}
.type__list-ttl{
    width: 9em;
}
.type__list-description{
    font-weight: bold;
}
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 60px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;

    overflow:inherit;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    width: 20px;
    height: 60px;
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 0.3;
    transition: 0.25s;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -35px;
}
[dir='rtl'] .slick-prev
{
    right: -35px;
    left: auto;
}
.slick-prev:before
{
    position: absolute;
    top: 0;
    left: 0;
    content: '←';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 20px 30px 0;
    border-color: transparent #3fd5fa transparent transparent;
    font-size: 0;
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -35px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -35px;
}
.slick-next:before
{
    position: absolute;
    top: 0;
    left: 0;
    content: '→';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 30px 20px;
    border-color: transparent transparent transparent #3fd5fa;
    font-size: 0;
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* slider-nav */

.slider-nav{
    margin-top: 10px;
}
.slider-nav .slick-slide{
    width: 89px!important;
    border: 3px solid #3fd5fa;
    border-radius: 3px;
    margin: 10px 0 0 6px;
    cursor: pointer;
}
.slider-nav .slick-slide:hover{
    opacity: 0.5;
    transition: 0.25s;
}
.slider-nav .slick-slide.type__col-first{
    margin-left: 0;
}
.slider-nav .slick-slide img{
    width: 100%;
    height: auto;
}
/* .step
------------------------------------------------*/
#step-section{
    padding: 50px 0 30px;
}
#step-section h2{
    text-align: center;
    font-weight: bold;
    color: #00acde;
}
#step-section h2 span{
    font-size: 163%;
    font-weight: bold;
    color: #2b2827;
}
.step_txt{
    font-size: 13px;
}
.step_list li h3{
    text-align: center;
    font-weight: bold;
}
.step_guidebook{
    background: url(/images/feature/dnatesting/bg_step.png) no-repeat center top;
}
p.step_guidebook-txt {
    text-align: center;
    font-weight: bold;
    color: #00acde;
    margin-bottom: 30px;
    padding-top: 15px;
}
#step-section table{
    margin: 20px auto 0;
}
.step_list{
    display: table;
}
.step_list li{
    display: table-cell;
    width: 150px;
    padding-left: 16.66px;
}
.step_list li:first-child{
    padding-left: 0;
}
.step_list li h3{
    color: #00acde;
}
.step-section_point{
    border-bottom: 1px solid #d6dbdb;
}
.step-section_point th{
    padding: 3px 20px 3px 3px;
    color: #00acde;
}
.step-section_point td{
    padding: 3px;
}


/* .skin
------------------------------------------------*/

#skin-section{
    background: url(/images/feature/dnatesting/bg_skin.jpg)no-repeat center top,#d7f5f5;
    text-align: center;
    padding: 60px 0 40px;
}
#skin-section h2{
    font-weight: bold;
    margin-bottom: 15px;
}
#skin-section h2 span{
    font-size: 163%;
    font-weight: bold;
    color: #00acde;
}

/* .search
------------------------------------------------*/
#search-section1,#search-section2{
    background:#3fd5fa;
    padding: 50px 0;
    text-align: center;
}
#search-section1 h2,#search-section2 h2{
    font-size: 163%;
    font-weight:bold;
    color: #fff;
}


/* .sponsorship
------------------------------------------------*/
#sponsorship-section{
    padding: 50px 0;
    text-align: center;
    background: #f6f6f6;
}
.h2-sponsorship{
    font-size: 135%;
    font-weight: bold;
    text-align: center;
    letter-spacing: 3px;
}
.img-sponsorship{
    display: inline-block;
    padding: 10px;
}

/* .article
------------------------------------------------*/
.intro2nd-article {
    margin-top: 80px;
    font-size: 100%;
}
.intro2nd-article h3 {
    font-size: 163%;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: #9cbea5 2px solid;
}
.intro2nd-article .e-txt-wrap .red{
	color: #ff4c4a;
}
.intro2nd-article .search-txt-wrap{
    font-size:100%;
}
.intro2nd-article .search-txt-wrap li{
    float: left;
    padding: 0 40px 0 0;
}
.intro2nd-article .search-txt-link-wrap a{
    text-decoration: underline!important;
    padding-right: 10px;
    font-size:100%;
}
.intro2nd-article .list-box {
    display: inline-block;
    width: 180px;
    height: 270px;
    padding: 13px; 
    background: url(/images/pages/article/feature_salon/brazilianwax/secret-bg.jpg) repeat;
    vertical-align: top;
}
.intro2nd-article .list-box .secret-img {
    padding-left: 8px;
}
.intro2nd-article .list-box .secret-ttl {
    font-weight: bold;
    color: #ec7680;
    text-align: center;
}
.intro2nd-article .introduction {
    background: url(/images/pages/article/feature_salon/brazilianwax/salon-bg.png) no-repeat;
    height: 185px;
}
.intro2nd-article .introduction .img-l {
    float: left;
    margin-left: 40px;
}
.intro2nd-article .introduction {
    text-align: center;
    margin-top: 10px;
    padding-top: 45px;
}
.intro2nd-article .introduction .txt-r {
    float: right;
    margin-right: 40px;
}
.intro2nd-article .introduction .txt-r a {
    text-decoration: underline;
}
.intro2nd-article .introduction .txt-r .shop-name {
    font-size: 120%;
}
.intro2nd-article .introduction .txt-r .area {
    font-size: 90%;
}





/* .shop-section
------------------------------------------------*/
.shop-section{
    margin-top:40px;
}
.shop-section ul li{
    border-bottom:#888 1px solid;
    padding:30px 0;
}
.shop-section ul li .main-wrap{
    width:460px;
    float: right;
    margin-bottom: 10px;
}
.shop-section ul li .main-wrap a {
    text-decoration: underline;
}
.shop-section ul li .main-wrap h4{
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 1.3;
}
.shop-section ul li .main-wrap p{
    font-size: 88%;
}
.shop-section ul li .main-wrap .sub-txt{
    font-size: 80%;
}
.shop-section ul li .sub-wrap{
    float:left;
    margin-bottom: 10px;
    position: relative;
    display: block;
    width: 170px;
    height: 120px;
    background: #f7f6f2;
    border: 1px solid #d3cec5;
    cursor: pointer;
}
.shop-section ul li .sub-wrap img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: auto!important;
    height: auto!important;
    max-width: 170px;
    max-height: 120px;
}
.shop-section h3{
    border-bottom:#2b2827 1px solid;
    font-weight:bold;
    font-size:113%;
    /*margin-bottom:30px;*/
}
.shop-section h2{
    border-left:#e2e1df 5px solid;
    padding-left: 8px;
    font-weight:bold;
}
.shop-section ul{
    margin-bottom:50px;
}
.shop-section .main-wrap h4 span{
    font-size: 80%;
    font-weight: normal;
    padding-left: 5px;
}
.shop-section ul li .shop-intro {
    clear: both;
    background: #f7f7f4;
    padding: 10px;
    font-size: 90%;
}
p.slimming-btn {
    background: #f54f68;
    text-align: center;
    width: 30%;
    color: #fff;
    margin-bottom: 6px;
    border-radius: 3px;
    font-size: 13px !important;
}
p.dna-btn {
    background: #8aeaf3;
    text-align: center;
    width: 30%;
    color: #fff;
    margin-bottom: 6px;
    border-radius: 3px;
    font-size: 13px !important;
}

/* fieldset
------------------------------------------------*/
fieldset {
    display: inline;
}
.select-box{
    margin-top: 10px;
}
.select-box .select-b-area {
    float: left;
    position: relative;
    width: 160px;
    padding: 5px 6px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    background: #fafaf8;
    font-size: 84%;
    margin-right: 10px;
}
.select-box .select-s-area {
    float: left;
    position: relative;
    width: 220px;
    padding: 5px 6px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    background: #fafaf8;
    font-size: 84%;
    margin-right: 10px;
}
.select-box .submit-btn {
    background: #000000;
    border-radius: border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    cursor: pointer;
    position: relative;
    padding: 1px;
}

.bnr-article .bnr-box {
    display: inline-block;
    width: 209px;
    vertical-align: top;
    margin-top: 50px;
}
