@charset "utf-8";

/*                トップページ用
======================================================= */
/*TOP共通*/
#home #home_key {
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    #home #home_key {
        padding-top: 62px;
    }
}

@media only screen and (min-width: 1025px) {
    #home #home_key {
        padding-top: 140px;
    }
}

#home #home_key .slides li {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

#home #home_key .slides li.slid_01 {
    background-image: url(/media/images/home/home_key_01.jpg);
}

@media only screen and (max-width: 1024px) {
    #home #home_key .slides li.slid_01 {
        background-image: url(/media/images/home/home_key_01_sp.jpg);
    }
}

#home #home_key .slides li.slid_02 {
    background-image: url(/media/images/home/home_key_02.jpg);
}

@media only screen and (max-width: 1024px) {
    #home #home_key .slides li.slid_02 {
        background-image: url(/media/images/home/home_key_02_sp.jpg);
    }
}

#home #home_key .slides li.slid_03 {
    background-image: url(/media/images/home/home_key_03.jpg);
}

@media only screen and (max-width: 1024px) {
    #home #home_key .slides li.slid_03 {
        background-image: url(/media/images/home/home_key_03_sp.jpg);
    }
}

#home #home_key .slides li.slid_04 {
    background-image: url(/media/images/home/home_key_04.jpg);
}

@media only screen and (max-width: 1024px) {
    #home #home_key .slides li.slid_04 {
        background-image: url(/media/images/home/home_key_04_sp.jpg);
    }
}

#home #home_key .slides li.slid_05 {
    background-image: url(/media/images/home/home_key_05.jpg);
}

@media only screen and (max-width: 1024px) {
    #home #home_key .slides li.slid_05 {
        background-image: url(/media/images/home/home_key_05_sp.jpg);
    }
}

#home #home_key .slides li.slid_06 {
    background-image: url(/media/images/home/home_key_06.jpg);
}

@media only screen and (max-width: 1024px) {
    #home #home_key .slides li.slid_06 {
        background-image: url(/media/images/home/home_key_06_sp.jpg);
    }
}

#home #home_key .slides li img {
    opacity: 0;
}

@media only screen and (min-width: 769px) {
    #home #home_key.smaller {
        padding-top: 60px;
    }
}

#home .home_cont {
    padding: 70px 0;
}

@media only screen and (max-width: 768px) {
    #home .home_cont {
        padding: 35px 0;
    }
}

@media only screen and (max-width: 640px) {
    #home .home_cont {
        padding: 25px 0;
    }
}

#home .home_cont .home_cont_title {
    text-align: center;
    margin-bottom: 70px;
}

@media only screen and (max-width: 768px) {
    #home .home_cont .home_cont_title {
        margin-bottom: 35px;
    }
}

@media only screen and (max-width: 640px) {
    #home .home_cont .home_cont_title {
        margin-bottom: 25px;
    }
}

#home .home_cont .home_cont_title h2 {
    display: inline-block;
}

#home .home_cont .home_cont_title h2 img {
    border-bottom: 1px #d2d2d2 solid;
    padding-bottom: 0.6em;
}

@media only screen and (max-width: 640px) {
    #home .home_cont .home_cont_title h2 img {
        width: 80%;
    }
}

#home .home_cont .home_brown_title h3 {
    color: #8a675a;
    font-size: 200%;
    line-height: 1.5;
    margin-bottom: 1em;
}

@media only screen and (max-width: 640px) {
    #home .home_cont .home_brown_title h3 {
        font-size: 178.6%;
    }
}

#home .home_cont .wide_line p {
    line-height: 2;
    letter-spacing: -0.08em;
}

#home .home_cont .wide_line p + p {
    margin-top: 0.5em;
}

#home #home_special {
    background: url(/media/images/common/parts_bg.jpg) repeat left top;
}

#home #home_special .home_special_cont .bnr_block {
    margin-left: -7px;
    margin-right: -7px;
    overflow: hidden;
}

@media only screen and (max-width: 640px) {
    #home #home_special .home_special_cont .bnr_block {
        margin-bottom: -1.5em;
    }
}

#home #home_special .home_special_cont .bnr_block .bnr_set {
    float: left;
    min-height: 1px;
    padding-left: 7px;
    padding-right: 7px;
    width: 33.33333333%;
    position: relative;
}

@media only screen and (max-width: 640px) {
    #home #home_special .home_special_cont .bnr_block .bnr_set {
        float: none;
        width: 100%;
        margin-bottom: 1.5em;
    }

    #home #home_special .home_special_cont .bnr_block .bnr_set .bnr_set_inner a .float_box {
        overflow: hidden;
    }

    #home #home_special .home_special_cont .bnr_block .bnr_set .bnr_set_inner a .float_box .img_box {
        float: left;
        width: 50%;
        padding-right: 1.2em;
    }

    #home #home_special .home_special_cont .bnr_block .bnr_set .bnr_set_inner a .float_box .txt_area {
        margin-top: 0;
        float: left;
        width: 50%;
    }
}

@media only screen and (max-width: 640px) and (max-width: 400px) {
    #home #home_special .home_special_cont .bnr_block .bnr_set .bnr_set_inner a .float_box .img_box {
        float: none;
        width: 100%;
        padding-right: 0;
    }

    #home #home_special .home_special_cont .bnr_block .bnr_set .bnr_set_inner a .float_box .txt_area {
        float: none;
        width: 100%;
        margin-top: 0.6em;
    }
}

#home #home_special .home_special_cont .bnr_block .bnr_set .bnr_set_inner a {
    color: #fff;
    width: 100%;
    display: block;
}

#home #home_special .home_special_cont .bnr_block .bnr_set .bnr_set_inner a .float_box .img_box {
    position: relative;
}

#home #home_special .home_special_cont .bnr_block .bnr_set .bnr_set_inner a .float_box .img_box img {
    width: 100%;
}

@media only screen and (min-width: 901px) {
    #home #home_special .home_special_cont .bnr_block .bnr_set .bnr_set_inner a .float_box .img_box img.blur {
        height: auto;
        vertical-align: top;
    }
}

@media only screen and (max-width: 900px) {
    #home #home_special .home_special_cont .bnr_block .bnr_set .bnr_set_inner a .float_box .img_box img.blur {
        display: none !important;
    }
}

@media only screen and (min-width: 901px) {
    #home #home_special .home_special_cont .bnr_block .bnr_set .bnr_set_inner a .float_box .img_box img.noblur {
        position: absolute;
        top: 0;
        left: 0;
    }
}

#home #home_special .home_special_cont .bnr_block .bnr_set .bnr_set_inner a .float_box .txt_box {
    position: absolute;
    top: 20%;
    left: 14%;
    text-align: center;
}

@media only screen and (max-width: 1100px) {
    #home #home_special .home_special_cont .bnr_block .bnr_set .bnr_set_inner a .float_box .txt_box {
        left: 11%;
    }
}

@media only screen and (max-width: 950px) {
    #home #home_special .home_special_cont .bnr_block .bnr_set .bnr_set_inner a .float_box .txt_box {
        left: 9%;
    }
}

#home #home_special .home_special_cont .bnr_block .bnr_set .bnr_set_inner a .float_box .txt_box .service_title {
    border: 1px #fff solid;
    margin: 0 auto 1em auto;
    display: table;
    width: 230px;
    height: 100px;
}

@media only screen and (max-width: 1100px) {
    #home #home_special .home_special_cont .bnr_block .bnr_set .bnr_set_inner a .float_box .txt_box .service_title {
        width: 210px;
        height: 80px;
    }
}

@media only screen and (max-width: 950px) {
    #home #home_special .home_special_cont .bnr_block .bnr_set .bnr_set_inner a .float_box .txt_box .service_title {
        width: 200px;
        height: 70px;
    }
}

#home #home_special .home_special_cont .bnr_block .bnr_set .bnr_set_inner a .float_box .txt_box .service_title h3 {
    display: table-cell;
    vertical-align: middle;
    font-size: 142.9%;
}

@media only screen and (max-width: 1100px) {
    #home #home_special .home_special_cont .bnr_block .bnr_set .bnr_set_inner a .float_box .txt_box .service_title h3 {
        font-size: 128.6%;
    }
}

#home #home_special .home_special_cont .bnr_block .bnr_set .bnr_set_inner a .float_box .txt_box p {
    font-size: 92.9%;
}

@media only screen and (max-width: 900px) {
    #home #home_special .home_special_cont .bnr_block .bnr_set .bnr_set_inner a {
        color: #5d5d5d;
        background: transparent;
    }

    #home #home_special .home_special_cont .bnr_block .bnr_set .bnr_set_inner a .float_box .txt_box {
        position: static;
        text-align: left;
        margin-top: 0.8em;
    }

    #home #home_special .home_special_cont .bnr_block .bnr_set .bnr_set_inner a .float_box .txt_box .service_title {
        border: none;
        margin: auto;
        display: block;
        width: auto;
        height: auto;
    }

    #home #home_special .home_special_cont .bnr_block .bnr_set .bnr_set_inner a .float_box .txt_box .service_title h3 {
        color: #8a675a;
        display: block;
        vertical-align: baseline;
    }

    #home #home_special .home_special_cont .bnr_block .bnr_set .bnr_set_inner a:hover {
        color: #8a675a;
    }
}

@media only screen and (max-width: 640px) {
    #home #home_special .home_special_cont .bnr_block .bnr_set .bnr_set_inner a .float_box .txt_box {
        margin-top: 0;
    }
}

@media only screen and (max-width: 400px) {
    #home #home_special .home_special_cont .bnr_block .bnr_set .bnr_set_inner a .float_box .txt_box {
        margin-top: 0.8em;
    }
}

@media only screen and (min-width: 901px) {
    #home #home_special .home_special_cont .bnr_block .bnr_set.active .bnr_set_inner a:hover .float_box .img_box img.noblur {
        opacity: 0 !important;
    }
}

#home #home_concept .home_concept_cont {
    overflow: hidden;
    padding-right: 120px;
}

@media only screen and (max-width: 1024px) {
    #home #home_concept .home_concept_cont {
        padding-right: 0;
    }
}

#home #home_concept .home_concept_cont .home_concept_cont_l {
    float: left;
    width: 48.148148%;
    margin-right: 5%;
}

#home #home_concept .home_concept_cont .home_concept_cont_r {
    float: right;
    width: 46.851852%;
}

#home #home_concept .home_concept_cont .home_concept_cont_r .detail_btn {
    margin-top: 3em;
    margin-left: auto;
}

@media only screen and (max-width: 900px) {
    #home #home_concept .home_concept_cont .home_concept_cont_l {
        width: 45%;
    }

    #home #home_concept .home_concept_cont .home_concept_cont_r {
        width: 50%;
    }
}

@media only screen and (max-width: 800px) {
    #home #home_concept .home_concept_cont .home_concept_cont_l {
        width: 40%;
    }

    #home #home_concept .home_concept_cont .home_concept_cont_r {
        width: 55%;
    }
}

@media only screen and (max-width: 768px) {
    #home #home_concept .home_concept_cont .home_concept_cont_l {
        float: none;
        width: 100%;
        margin-bottom: 2em;
    }

    #home #home_concept .home_concept_cont .home_concept_cont_l img {
        width: 100%;
    }

    #home #home_concept .home_concept_cont .home_concept_cont_r {
        float: none;
        width: 100%;
    }
}

#home #home_saloninfo {
    background: url(/media/images/common/parts_bg.jpg) repeat left top;
}

#home #home_saloninfo .home_saloninfo_cont .home_saloninfo_block {
    overflow: hidden;
    margin: 0 -15px -2em;
}

#home #home_saloninfo .home_saloninfo_cont .home_saloninfo_block .home_saloninfo_set {
    float: left;
    width: 33.33333333%;
    padding: 0 15px;
    margin-bottom: 2em;
}

@media only screen and (max-width: 768px) {
    #home #home_saloninfo .home_saloninfo_cont .home_saloninfo_block .home_saloninfo_set {
        width: 50%;
    }
}

@media only screen and (max-width: 640px) {
    #home #home_saloninfo .home_saloninfo_cont .home_saloninfo_block .home_saloninfo_set {
        width: 100%;
    }
}

#home #home_saloninfo .home_saloninfo_cont .home_saloninfo_block .home_saloninfo_set .home_saloninfo_set_inner {
    /* box-shadow */
    box-shadow: 2px 2px 12px 1px #dad7d5;
    -moz-box-shadow: 2px 2px 12px 1px #dad7d5;
    -webkit-box-shadow: 2px 2px 12px 1px #dad7d5;
}

#home #home_saloninfo .home_saloninfo_cont .home_saloninfo_block .home_saloninfo_set .home_saloninfo_set_inner a .home_saloninfo_img {
    position: relative;
}

#home #home_saloninfo .home_saloninfo_cont .home_saloninfo_block .home_saloninfo_set .home_saloninfo_set_inner a .home_saloninfo_img img {
    width: 100%;
}

#home #home_saloninfo .home_saloninfo_cont .home_saloninfo_block .home_saloninfo_set .home_saloninfo_set_inner a .home_saloninfo_img .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    /* マスクを表示しない */
    background-color: rgba(90, 80, 79, 0.65);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

#home #home_saloninfo .home_saloninfo_cont .home_saloninfo_block .home_saloninfo_set .home_saloninfo_set_inner a .home_saloninfo_img .mask .circle .circle_inner {
    display: table;
    color: #fff;
    border: 1px #fff solid;
    margin: 0 auto;
    width: 130px;
    height: 130px;
    border-radius: 130px;
    -webkit-border-radius: 130px;
    -moz-border-radius: 130px;
}

@media only screen and (max-width: 1100px) {
    #home #home_saloninfo .home_saloninfo_cont .home_saloninfo_block .home_saloninfo_set .home_saloninfo_set_inner a .home_saloninfo_img .mask .circle .circle_inner {
        width: 110px;
        height: 110px;
    }
}

@media only screen and (max-width: 900px) {
    #home #home_saloninfo .home_saloninfo_cont .home_saloninfo_block .home_saloninfo_set .home_saloninfo_set_inner a .home_saloninfo_img .mask .circle .circle_inner {
        width: 100px;
        height: 100px;
    }
}

@media only screen and (max-width: 768px) {
    #home #home_saloninfo .home_saloninfo_cont .home_saloninfo_block .home_saloninfo_set .home_saloninfo_set_inner a .home_saloninfo_img .mask .circle .circle_inner {
        width: 130px;
        height: 130px;
    }
}

#home #home_saloninfo .home_saloninfo_cont .home_saloninfo_block .home_saloninfo_set .home_saloninfo_set_inner a .home_saloninfo_img .mask .circle .circle_inner p {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 92.9%;
    padding-top: 1em;
}

#home #home_saloninfo .home_saloninfo_cont .home_saloninfo_block .home_saloninfo_set .home_saloninfo_set_inner a .home_saloninfo_txtarea {
    background: #fff;
}

#home #home_saloninfo .home_saloninfo_cont .home_saloninfo_block .home_saloninfo_set .home_saloninfo_set_inner a .home_saloninfo_txtarea .home_saloninfo_txtarea_inner {
    padding: 1.3em 1.3em 1.5em;
}

#home #home_saloninfo .home_saloninfo_cont .home_saloninfo_block .home_saloninfo_set .home_saloninfo_set_inner a .home_saloninfo_txtarea .home_saloninfo_txtarea_inner h3 {
    font-size: 142.9%;
    margin-bottom: 0.8em;
}

#home #home_saloninfo .home_saloninfo_cont .home_saloninfo_block .home_saloninfo_set .home_saloninfo_set_inner a .home_saloninfo_txtarea .home_saloninfo_txtarea_inner dl {
    font-size: 92.9%;
    line-height: 1.5;
    overflow: hidden;
    width: 100%;
    margin-bottom: -0.6em;
}

#home #home_saloninfo .home_saloninfo_cont .home_saloninfo_block .home_saloninfo_set .home_saloninfo_set_inner a .home_saloninfo_txtarea .home_saloninfo_txtarea_inner dl dt {
    clear: left;
    float: left;
}

#home #home_saloninfo .home_saloninfo_cont .home_saloninfo_block .home_saloninfo_set .home_saloninfo_set_inner a .home_saloninfo_txtarea .home_saloninfo_txtarea_inner dl dd {
    padding-left: 4em;
    margin-bottom: 0.6em;
}

@media only screen and (max-width: 640px) {
    #home #home_saloninfo .home_saloninfo_cont .home_saloninfo_block .home_saloninfo_set .home_saloninfo_set_inner a .home_saloninfo_txtarea .home_saloninfo_txtarea_inner dl dd br {
        display: none;
    }
}

@media only screen and (min-width: 1025px) {
    #home #home_saloninfo .home_saloninfo_cont .home_saloninfo_block .home_saloninfo_set .home_saloninfo_set_inner a:hover .mask {
        opacity: 1;
        /* マスクを表示する */
        padding-top: 14%;
        /* ホバーで下にずらす */
    }
}

@media only screen and (min-width: 1025px) and (max-width: 900px) {
    #home #home_saloninfo .home_saloninfo_cont .home_saloninfo_block .home_saloninfo_set .home_saloninfo_set_inner a:hover .mask {
        padding-top: 11%;
        /* ホバーで下にずらす */
    }
}

@media only screen and (min-width: 1025px) and (max-width: 800px) {
    #home #home_saloninfo .home_saloninfo_cont .home_saloninfo_block .home_saloninfo_set .home_saloninfo_set_inner a:hover .mask {
        padding-top: 9%;
        /* ホバーで下にずらす */
    }
}

@media only screen and (min-width: 1025px) and (max-width: 768px) {
    #home #home_saloninfo .home_saloninfo_cont .home_saloninfo_block .home_saloninfo_set .home_saloninfo_set_inner a:hover .mask {
        padding-top: 14%;
        /* ホバーで下にずらす */
    }
}

@media only screen and (min-width: 1025px) and (max-width: 640px) {
    #home #home_saloninfo .home_saloninfo_cont .home_saloninfo_block .home_saloninfo_set .home_saloninfo_set_inner a:hover .mask {
        padding-top: 20%;
        /* ホバーで下にずらす */
    }
}

@media only screen and (min-width: 1025px) and (max-width: 400px) {
    #home #home_saloninfo .home_saloninfo_cont .home_saloninfo_block .home_saloninfo_set .home_saloninfo_set_inner a:hover .mask {
        padding-top: 14%;
        /* ホバーで下にずらす */
    }
}

#home #home_saloninfo .home_saloninfo_cont .home_saloninfo_series {
    border-top: 1px #b4b4b4 solid;
    padding-top: 1.5em;
    text-align: center;
    margin-top: 1.8em;
}

#home #home_saloninfo .home_saloninfo_cont .home_saloninfo_series .img_box {
    display: inline-block;
    width: 130px;
    vertical-align: top;
}

@media only screen and (max-width: 480px) {
    #home #home_saloninfo .home_saloninfo_cont .home_saloninfo_series .img_box {
        display: block;
        margin: 0 auto 1em;
    }
}

#home #home_saloninfo .home_saloninfo_cont .home_saloninfo_series .txt_box {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-left: 1.5em;
}

@media only screen and (max-width: 480px) {
    #home #home_saloninfo .home_saloninfo_cont .home_saloninfo_series .txt_box {
        display: block;
        text-align: center;
    }
}

#home #home_saloninfo .home_saloninfo_cont .home_saloninfo_series .txt_box .saloninfo_series_title h3 {
    font-size: 121.4%;
    font-weight: bold;
    margin-bottom: 0.3em;
}

#home #home_saloninfo .home_saloninfo_cont .home_saloninfo_series .txt_box .saloninfo_series_title h3 span {
    font-size: 95%;
    border-left: 1px #5d5d5d solid;
    border-right: 1px #5d5d5d solid;
    display: inline-block;
    line-height: 15px;
    padding: 0 0.4em;
    margin-right: 0.5em;
}

#home #home_saloninfo .home_saloninfo_cont .home_saloninfo_series .txt_box .saloninfo_series_detail dl {
    font-size: 92.9%;
}

#home #home_saloninfo .home_saloninfo_cont .home_saloninfo_series .txt_box .saloninfo_series_detail dl + dl {
    margin-top: 0.2em;
}

#home #home_saloninfo .home_saloninfo_cont .home_saloninfo_series .txt_box .saloninfo_series_detail dl dt {
    display: inline-block;
    line-height: 11px;
    border-right: 1px #5d5d5d solid;
    padding-right: 0.5em;
}

#home #home_saloninfo .home_saloninfo_cont .home_saloninfo_series .txt_box .saloninfo_series_detail dl dd {
    display: inline-block;
    padding-left: 0.3em;
}

#home #home_saloninfo .home_saloninfo_cont .home_saloninfo_series .txt_box .saloninfo_series_detail dl dd + dt {
    margin-left: 2em;
}

@media only screen and (max-width: 480px) {
    #home #home_saloninfo .home_saloninfo_cont .home_saloninfo_series .txt_box .saloninfo_series_detail dl dd + dt {
        margin-left: 1em;
    }
}

#home #home_style .home_style_cont .home_style_photo_block {
    overflow: visible;
}

#home #home_style .home_style_cont .home_style_photo_block .slick-list {
    overflow: visible;
}

#home #home_style .home_style_cont .home_style_photo_block .slick-arrow {
    z-index: -1;
}

#home #home_style .home_style_cont .home_style_photo_block .home_style_photo_set {
    float: left;
    width: 25%;
}

#home #home_style .home_style_cont .detail_btn {
    margin: 4em auto 0;
}

#home #home_newsblog .home_newsblog_cont {
    overflow: hidden;
}

#home #home_newsblog .home_newsblog_cont .home_newsblog_block {
    overflow: hidden;
    margin-left: -7px;
    margin-right: -7px;
    margin-bottom: -1.2em;
}

#home #home_newsblog .home_newsblog_cont .home_newsblog_block .home_newsblog_set {
    float: left;
    width: 50%;
    border-bottom: 1px #000 dotted;
    padding-bottom: 1em;
    margin-bottom: 1.2em;
}

@media only screen and (max-width: 640px) {
    #home #home_newsblog .home_newsblog_cont .home_newsblog_block .home_newsblog_set {
        float: none;
        width: 100%;
    }
}

#home #home_newsblog .home_newsblog_cont .home_newsblog_block .home_newsblog_set a {
    display: block;
    overflow: hidden;
    padding-left: 7px;
    padding-right: 7px;
    min-height: 6em;
}

#home #home_newsblog .home_newsblog_cont .home_newsblog_block .home_newsblog_set a .home_newsblog_img {
    float: left;
    width: 110px;
    position: relative;
    overflow: hidden;
}

#home #home_newsblog .home_newsblog_cont .home_newsblog_block .home_newsblog_set a .home_newsblog_img img.trimming {
    position: absolute;
    left: 0;
    top: 0;
    padding-right: 1px;
}

#home #home_newsblog .home_newsblog_cont .home_newsblog_block .home_newsblog_set a .home_newsblog_txtarea {
    float: right;
    width: 100%;
    margin-left: -130px;
    padding-left: 130px;
    height: 1.2em;
}

#home #home_newsblog .home_newsblog_cont .home_newsblog_block .home_newsblog_set a .home_newsblog_txtarea h3 {
    font-size: 107.1%;
    font-weight: bold;
    margin-bottom: 0.2em;
}

#home #home_newsblog .home_newsblog_cont .home_newsblog_block .home_newsblog_set a .home_newsblog_txtarea > p {
    font-size: 92.9%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media only screen and (max-width: 640px) {
    #home #home_newsblog .home_newsblog_cont .home_newsblog_block .home_newsblog_set a .home_newsblog_txtarea > p {
        height: 1.5em;
    }

    #home #home_newsblog .home_newsblog_cont .home_newsblog_block .home_newsblog_set a .home_newsblog_txtarea > p br {
        display: none;
    }
}

#home #home_newsblog .home_newsblog_cont .home_newsblog_block .home_newsblog_set a .home_newsblog_txtarea .txt_top {
    margin-bottom: 0.6em;
}

#home #home_newsblog .home_newsblog_cont .home_newsblog_block .home_newsblog_set a .home_newsblog_txtarea .txt_top .store {
    color: #fff;
    display: inline-block;
    background: #c9a597;
    padding: 0.1em 1em;
}

#home #home_newsblog .home_newsblog_cont .home_newsblog_block .home_newsblog_set a .home_newsblog_txtarea .txt_top .date {
    display: inline-block;
    margin-left: 0.8em;
    margin-top: 0;
}

#home #home_newsblog .home_newsblog_cont .detail_btn {
    margin: 4em auto 0;
}

#home #home_recruit {
    background: url(/media/images/common/parts_bg.jpg) repeat left top;
}

#home #home_recruit .home_recruit_cont {
    position: relative;
    padding-left: 120px;
}

@media only screen and (max-width: 1100px) {
    #home #home_recruit .home_recruit_cont {
        padding-left: 0;
    }
}

#home #home_recruit .home_recruit_cont .home_recruit_cont_l {
    z-index: 99;
    position: absolute;
    right: 0;
    top: 0;
}

@media only screen and (max-width: 1024px) {
    #home #home_recruit .home_recruit_cont .home_recruit_cont_l {
        position: static;
        margin-bottom: 2em;
    }

    #home #home_recruit .home_recruit_cont .home_recruit_cont_l img {
        width: 100%;
    }
}

#home #home_recruit .home_recruit_cont .home_recruit_cont_r {
    width: 52%;
    position: relative;
    z-index: 100;
}

#home #home_recruit .home_recruit_cont .home_recruit_cont_r .wide_line {
    padding-right: 7em;
}

@media only screen and (max-width: 1100px) {
    #home #home_recruit .home_recruit_cont .home_recruit_cont_r .wide_line {
        padding-right: 10em;
    }
}

#home #home_recruit .home_recruit_cont .home_recruit_cont_r .detail_btn {
    margin-top: 3em;
    margin-bottom: 2em;
}

@media only screen and (max-width: 1024px) {
    #home #home_recruit .home_recruit_cont .home_recruit_cont_r {
        width: 100%;
    }

    #home #home_recruit .home_recruit_cont .home_recruit_cont_r .wide_line {
        padding-right: 0;
    }
}

/*20190227追記*/
#home #home_saloninfo .home_saloninfo_cont .home_saloninfo_series .txt_box {
    display: inline-block;
    vertical-align: top;
    margin-left: 1.5em;
    margin-right: 1.5em;
}

#home #home_saloninfo .home_saloninfo_cont .home_saloninfo_series {
    border-top: 1px #b4b4b4 solid;
    padding-top: 1.5em;
    text-align: center;
    margin-top: 1.8em;
    overflow: hidden;
}

#home #home_saloninfo .home_saloninfo_cont .home_saloninfo {
    margin-top: 1.8em;
    float: left;
}

@media only screen and (max-width: 954px) {
    #home #home_saloninfo .home_saloninfo_cont .home_saloninfo {
        text-align: center;
        margin-top: 1.8em;
        margin-bottom: 1em;
        float: none;
    }
}

#home #home_special {
    background: url(/media/images/common/parts_bg.jpg) repeat left top;
    padding: 100px;
}
