#header .gnavi > li {
    display: block;
    height: 39px;
    margin-left: 10px;
}

#header .gnavi > li:first-child {
    margin-left: 0px;
}

#header .gnavi > li > ul {
    height: 215px;
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    display: none;
    border-top: solid 3px #3ebee6;
    top: 37px;
}

#header .gnavi > li:hover > ul {
    display: block;
}

#header #fixed_header .gnavi > li {
    border-left: 0px solid #fff;
    margin-left: 5px;
}

#header #fixed_header .gnavi > li:first-child {
    margin-left: 0;
}

#fortunetellers .pageft {
    margin: auto;
}

#left_bar {
    width: 220px;
    margin-right: 0;
    margin-left: 0;
    display: inline-block;
    padding-top: 15px;
    padding-left: 5px;
    background-color: transparent;
    padding-right: 15px;
    height: auto;
    max-height: calc(100% - 77px);
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: hidden;
}

#fortunetellers #side_l {
    margin-right: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding-right: 10px;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: hidden;
}

#side_l::-webkit-scrollbar {
    width: 0px;
}

#side_l::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 0px;
}

#side_l::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 0px;
}

#side_l::-webkit-scrollbar-thumb:hover {
    /*background: #c4c2c2;*/
    background: transparent;
}

#left_bar.l_nav_fixed {
    position: fixed;
    top: 62px;
    z-index: 9999;
    overflow: auto;
}

#left_bar.l_nav_fixed {
    overflow: scroll;
    overflow-x: hidden;
}
#left_bar.l_nav_fixed::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

#left_bar.l_nav_fixed::-webkit-scrollbar-thumb {
    background: #fff;
}

#fortunetellers .contents_r {
    width: calc(100% - 245px);
    float: right;
    display: inline-block;
}

#fortunetellers .contents_r ul {
    width: auto;
    display: block;
}

#fortunetellers .contents_r ul li {
    background-color: #f7f7f7;
    border: 1px solid #ebebeb;
    margin: 10px 7px 3px;
    min-height: 363px;
    padding: 13px 13px 15px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}

#fortunetellers .contents_r ul li,
#fortunetellers .contents_r ul li a.prof_thumb {
    width: auto;
}

#profile_top {
    width: 970px;
}

#fortunetellers .contents_r ul li a.prof_thumb .photo img {
    width: 205px;
    height: 205px;
}

#fortunetellers .contents_r ul li .prof_thumb .name {
    padding: 10px 0 2px;
    display: block;
}

#fortunetellers .contents_r ul li .review_wrap {
    display: block;
    width: 100%;
    height: 30px;
    padding: 10px 0;
    clear: both;
}

#fortunetellers .contents_r ul li .review_wrap .fee {
    display: inline-block;
    float: left;
}

#fortunetellers .contents_r ul li .review_wrap .fee span {
    font-weight: bold;
}

#fortunetellers .contents_r ul li .review_wrap .fee span i {
    color: #fff;
    background-color: #36b8bf;
    padding: 3px;
    font-size: 12px;
    border-radius: 2px;
}

#fortunetellers .contents_r ul li .review_wrap .button-review {
    display: inline-block;
    float: right;
    width: auto;
}

#fortunetellers .contents_r ul li .review_wrap .button-review a {
    font-size: 10px;
    padding: 6px 10px;
    background-color: #FFFFFF;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #404040;
    text-decoration: none;
    transition: .2s linear;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    -ms-transition: .2s linear;
    width: 25%;
    text-align: center;
    box-shadow: 0 2px 0 #d9d9d9;
}

#fortunetellers .contents_r ul li .review_wrap .button-review a:hover {
    background-color: #404040;
    border: 1px solid #404040;
    color: #FFFFFF;
    box-shadow: 0 2px 0 #000000;
}

#fortunetellers .contents_r ul li .review_wrap .button-review span {
    padding: 5px;
    border-radius: 5px;
    font-size: 11px;
    max-width: 47.5px;
    text-align: center;
    overflow: hidden;
    border: solid 1px #36b8bf;
    box-shadow: 0 2px 0 #36b8bf;
    cursor: pointer;
}

#fortunetellers .contents_r ul li .review_wrap .button-review span.female {
    border: solid 1px red;
    box-shadow: 0 2px 0 red;
}

#fortunetellers .contents_r ul li .review_wrap .button-review span.unknown {
    border: solid 1px #997dbf;
    box-shadow: 0 2px 0 #997dbf;
}

#fortunetellers .contents_r ul li .review_wrap .button-review span i {
    font-size: 12px;
}

#fortunetellers .contents_r .list_fortune .methods {
    width: auto;
    max-width: 183px;
    background-color: #fff;
    height: 50px;
    overflow: auto;
}

#fortunetellers .drop_nav {
    background-color: #fff;
}

#fortunetellers .drop_nav dt a {
    font-size: 14px;
    font-weight: 700;
    color: #1f1f1f;
    font-family: 'Meiryo', 'Hiragino Kaku Gothic ProN', 'MS PGothic', sans-serif;
}

#profile_bottom_2 .pageft {
    display: block;
    margin: auto;
}

#pnkz {
    width: 100%;
    margin: auto auto 0;
    padding-top: 0;
    padding-bottom: 15px;
    font-size: 14px;
}

#pnkz a {
    color: #64bdd4;
    text-decoration: underline;
}

#fortunetellers .contents_r ul {
    border-bottom: solid 0px #fff;
}

#paging {
    display: block;
    height: 80px;
    text-align: center;
    margin: auto;
    padding: 0px 0 0;
}

#fortunetellers .pagination-container {
    margin: auto !important;
    padding: 0 !important;
    display: block;
    float: none;
    width: 100%;
}

#fortunetellers .pagination-container .el-pagination ul {
    padding: 0;
    margin: 0;
    border-bottom: solid 0px #fff !important;
}

#fortunetellers .pagination-container ul li {
    min-height: 45px !important;
    border-bottom: solid 0px #fff !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0;
    text-align: center;
    float: none;
}

#fortunetellers .pagination-container ul li.active {
    padding: 0;
    margin: 0;
}

#fortunetellers .c_wrapper {
    padding-top: 0px;
}

#fortunetellers .content_header {
    display: block;
    width: 100%;
    height: 251px;
    margin: 0 auto;
    border-top: solid 1px #e5e5e5;
    position: relative;
    background-size: cover!important;
    text-align: center;
}

#fortunetellers .content_header a {
    padding: 16px 35px 18px;
    line-height: 251px;
    text-decoration: none;
    border-radius: 4px;
    text-align: center;
    font-size: 3em;
    font-weight: bold;
    cursor: text;
    background: #b1afafcc;
    color: #edf4fd;
    /*background: #b1afafcc;*/
    /*color: #262727;*/
    /*background: #efefefb8;*/
}

#fortunetellers .contents_r .header_search {
    background-color: #e8f0fe;
    width: 912px;
    height: 56px;
    display: block;
    margin: 20px auto 50px;
    padding-left: 10px;
    border: 1px solid #dadce0;
    border-radius: 28px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 2px 6px 2px rgba(60, 64, 67, .15);
    -moz-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 2px 6px 2px rgba(60, 64, 67, .15);
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 2px 6px 2px rgba(60, 64, 67, .15);
}

#fortunetellers .contents_r .header_search form {
    display: block;
    height: 100%;
    width: 100%;
}

#fortunetellers .header_search .search_form {
    display: block;
    height: 100%;
    width: 100%;
    padding-left: 15px;
}

#fortunetellers .header_search .search_form .s_item {
    float: left;
    display: inline-block;
    height: 100%;
}

#fortunetellers .header_search .search_form .s-icon {
    padding: 17px 10px 15px 0px;
    height: auto;
    font-weight: bold;
    font-size: 17px;
    color: #000;
}

#fortunetellers .header_search .search_form .input_search {
    width: 40%;
}

#fortunetellers .header_search .search_form .input_search input {
    display: block;
    height: 55px;
    width: 100%;
    float: left;
    border: solid 0px #fff;
    background-color: transparent;
    color: #5f6368;
    font-size: 16px;
    font-weight: 400;
    padding-top: 2px;
    font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
    outline: none;
}

#fortunetellers .header_search .search_form .s-date {
    width: auto;
    background-color: #fff;
}

#fortunetellers .header_search .search_form .s-date input[readonly="readonly"],
#fortunetellers .header_search .search_form .s-date input {
    border: solid 0px;
    height: 54px;
    width: 157px;
    background-color: transparent;
    color: #5f6368 !important;
    font-size: 14px;
    font-weight: 400;
    padding-top: 2px;
    font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
    outline: none;
}

/*Staff Custom*/
/*-----------------------------------------------------------------*/
#fortunetellers .detail-tab-content {
    padding-top: 40px;
}

#fortunetellers .staffbg {
    margin-bottom: 80px;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    #fortunetellers .staffbg {
        margin-bottom: 60px;
        /*background: url(../images/staff_staffimg_backgroundtwo.png) no-repeat;*/
        /*background-position: left 0px bottom 10px;*/
    }

    #fortunetellers .staffbg:nth-of-type(odd) {
        /*background: url(../images/staff_staffimg_backgroundone.png) no-repeat;*/
        /*background-position: right 0px bottom 150px;*/
    }

    #fortunetellers .staffbg:nth-of-type(odd) .staffitems .staffitem .content {
        order: 1;
    }

    #fortunetellers .staffbg:nth-of-type(odd) .staffitems .staffitem .staffimg {
        order: 2;
    }

    #fortunetellers .staffbg:nth-of-type(odd) .staffitems .staffitem .profile {
        order: 3;
        margin-left: 0;
    }

    #fortunetellers .staffbg:nth-of-type(odd) .staffitems .staffitem .profile:before {
        left: 10px;
        right: auto;
    }
}

#fortunetellers .staffitems {
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    #fortunetellers .staffitems {
        padding: 0;
        width: 940px;
    }
}

#fortunetellers .staffitems .staffitem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

#fortunetellers .staffitems .staffitem .content {
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
    #fortunetellers .staffitems .staffitem .content {
        margin-bottom: 120px;
        width: 460px;
    }
}

#fortunetellers .staffitems .staffitem .staffimg {
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    z-index: 10;
}

@media only screen and (min-width: 768px) {
    #fortunetellers .staffitems .staffitem .staffimg {
        width: 460px;
    }
}

#fortunetellers .staffitems .staffitem .staffimg img {
    display: block;
    padding: 0 20px;
    position: absolute;
    bottom: 0;
    width: 450px;
    max-width: 450px;
    height: 280px;
    max-height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

#fortunetellers .staffitems .staffitem .titles {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}

#fortunetellers .staffitems .staffitem .titles a {
    text-decoration: none;
}

@media only screen and (min-width: 768px) {
    #fortunetellers .staffitems .staffitem .titles {
        margin-bottom: 30px;
    }
}

#fortunetellers .staffitems .staffitem .titles .num {
    margin-right: 15px;
    width: 60px;
    height: 60px;
    border: 1px solid #CACACA;
    line-height: 6rem;
    text-align: center;
    display: block;
    font-family: 'Quicksand', sans-serif;
    letter-spacing: 0.15rem;
    font-size: 40px;
    color: #666666;
}

@media only screen and (min-width: 768px) {
    #fortunetellers .staffitems .staffitem .titles .num {
        margin-right: 30px;
        width: 84px;
        height: 84px;
        font-size: 30px;
        line-height: 84px;
    }
}

#fortunetellers .staffitems .staffitem .titles .t_name,
#fortunetellers .staffitems .staffitem .titles h1,
#fortunetellers .staffitems .staffitem .titles h3 {
    color: #666666!important;
    font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 26px;
    line-height: 20px;
    padding: 10px 0;
    font-weight: bold!important;
}

@media only screen and (min-width: 768px) {
    #fortunetellers .staffitems .staffitem .titles .t_name,
    #fortunetellers .staffitems .staffitem .titles h1,
    #fortunetellers .staffitems .staffitem .titles h3 {
        padding: 5px 0;
        /*font-size: 22px;*/
        /*line-height: 24px;*/
        font-size: 2.3rem;
        line-height: 2.4rem;
    }
}

#fortunetellers .staffitems .staffitem .titles .t_name span,
#fortunetellers .staffitems .staffitem .titles h1 span,
#fortunetellers .staffitems .staffitem .titles h3 span {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 14px;
    line-height: 1.4rem;
    color: #bebebe;
    display: block;
}

#fortunetellers .staffitems .staffitem .titles .text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 28px;
    line-height: 2.8rem;
    text-align: justify;
}

#fortunetellers .staffitems .staffitem .profile {
    padding: 20px;
    width: 100%;
    border: 1px dotted #3972b7;

}

@media only screen and (min-width: 768px) {
    #fortunetellers .staffitems .staffitem .profile {
        margin: -60px 0 0 100px;
        padding: 50px 50px 15px;
        width: 738px;
        position: relative;
    }

}

#fortunetellers .staffitems .staffitem .profile:before {
    content: url(../images/staff_staffimg_profile.png);
    width: 95px;
    height: 36px;
    background-color: #fff;
    display: block;
    position: absolute;
    top: -15px;
    right: 10px;
}

#fortunetellers .staffitems .staffitem .profile dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    line-height: 2rem;
}

#fortunetellers .staffitems .staffitem .profile dl dt {
    margin-bottom: 10px;
    width: 40%;
    border-bottom: 1px solid #ededed;
    padding-bottom: 8px;
}

#fortunetellers .staffitems .staffitem .profile dl dd {
    margin: 0 0 10px 0;
    padding: 0 0 8px;
    width: 60%;
    border-bottom: 1px solid #ededed;
}

#fortunetellers .staffbox_background {
    padding: 0 20px;
}

#fortunetellers .staffbox_background .staffbox_inner {
    width: 100%;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
    #fortunetellers .staffbox_background .staffbox_inner {
        margin: 0 auto 80px auto;
        width: 980px;
    }

    #fortunetellers .staffbox_background:nth-of-type(4n+1) {
        background: url(../images/staff_staffimg_backgroundone.png) no-repeat;
        background-position: right 0px bottom 150px;
    }

    #fortunetellers .staffbox_background:nth-of-type(4n+2) {
        background: url(../images/staff_staffimg_backgroundtwo.png) no-repeat;
        background-position: left 0px bottom 10px;
    }

    #fortunetellers .staffbox_background:nth-of-type(4n+3) {
        background: url(../images/staff_staffimg_backgroundthree.png) no-repeat;
        background-position: right bottom;
    }
}

#fortunetellers .staffbox_background .staffbox_inner .staffbox_about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}

#fortunetellers .staffbox_background .staffbox_inner .staffbox_about .staffbox_staffimg {
    margin-bottom: 10px;
    width: 100%;
}

#fortunetellers .staffbox_background .staffbox_inner .staffbox_about .staffbox_staffimg img {
    width: 100%;
    height: auto;
    display: block;
}

@media only screen and (min-width: 768px) {
    #fortunetellers .staffbox_background .staffbox_inner .staffbox_about {
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: none;
        flex-wrap: nowrap;
        width: 980px;
        position: relative;
        margin-bottom: 100px;
        min-height: 240px;
    }

    #fortunetellers .staffbox_background .staffbox_inner .staffbox_about .staffbox_staffimg {
        position: absolute;
        top: 0;
        right: 0;
        width: 48%;
        z-index: 100;
    }

    #fortunetellers div.contents .staffbox_background:nth-of-type(even) > div.staffbox_inner div.staffbox_about div.staffbox_staffimg {
        order: 1;
        position: absolute;
        top: 0;
        left: 0;
        right: auto;
    }

    #fortunetellers div.contents .staffbox_background:nth-of-type(even) > div.staffbox_inner div.staffbox_about div.staffbox_textbox {
        margin-left: 480px;
    }
}

#fortunetellers .staffbox_background .staffbox_inner .staffbox_about .staffbox_textbox {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    #fortunetellers .staffbox_background .staffbox_inner .staffbox_about .staffbox_textbox {
        width: 50%;
    }
}

#fortunetellers .staffbox_background .staffbox_inner .staffbox_about .staffbox_textbox .staffbox_title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    padding-bottom: 30px;
}

@media only screen and (min-width: 768px) {
    #fortunetellers .staffbox_background .staffbox_inner .staffbox_about .staffbox_textbox .staffbox_title {
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: none;
        flex-wrap: nowrap;
    }
}

#fortunetellers .staffbox_background .staffbox_inner .staffbox_about .staffbox_textbox .staffbox_title .left span {
    border: 1px solid #CACACA;
    padding: 15px 15px;
    font-size: 18px;
    font-size: 1.8rem;
    display: block;
}

@media only screen and (min-width: 768px) {
    #fortunetellers .staffbox_background .staffbox_inner .staffbox_about .staffbox_textbox .staffbox_title .left span {
        font-size: 24px;
        font-size: 2.4rem;
    }
}

#fortunetellers .staffbox_background .staffbox_inner .staffbox_about .staffbox_textbox .staffbox_title .right {
    margin-left: 3%;
}

#fortunetellers .staffbox_background .staffbox_inner .staffbox_about .staffbox_textbox .staffbox_title .right h3 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 20px;
    line-height: 2em;
}

@media only screen and (min-width: 768px) {
    #fortunetellers .staffbox_background .staffbox_inner .staffbox_about .staffbox_textbox .staffbox_title .right h3 {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 40px;
        line-height: 4rem;
    }
}

#fortunetellers .staffbox_background .staffbox_inner .staffbox_about .staffbox_textbox .staffbox_title .right span {
    color: #BEBEBE;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 14px;
    line-height: 1.4em;
}

#fortunetellers .staffbox_background .staffbox_inner .staffbox_profilebox {
    padding: 15px;
    border: 1px dotted #3972B7;
    width: 100%;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 768px) {
    #fortunetellers .staffbox_background .staffbox_inner .staffbox_profilebox {
        width: 90%;
        z-index: 1;
    }
}

#fortunetellers .staffbox_background .staffbox_inner .staffbox_profilebox:before {
    content: url(../images/staff_staffimg_profile.png);
    width: 95px;
    height: 36px;
    display: block;
    position: absolute;
    top: -10px;
    left: 0px;
}

@media only screen and (min-width: 768px) {
    #fortunetellers div.contents div.staffbox_background:nth-of-type(even) > div.staffbox_inner div.staffbox_profilebox {
        margin-left: 10%;
    }

    #fortunetellers .staffbox_background .staffbox_inner .staffbox_profilebox:before {
        content: url(../images/staff_staffimg_profile.png);
        width: 95px;
        height: 36px;
        display: block;
        position: absolute;
        top: -10px;
        right: 0px;
        left: auto;
    }

    #fortunetellers div.contents div.staffbox_background:nth-of-type(odd) > div.staffbox_inner div.staffbox_profilebox:before {
        content: url(../images/staff_staffimg_profile.png);
        width: 95px;
        height: 36px;
        display: block;
        position: absolute;
        top: -10px;
        left: 15px;
        right: auto;
    }
}

#fortunetellers .staffbox_background .staffbox_inner .staffbox_profilebox dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    #fortunetellers .staffbox_background .staffbox_inner .staffbox_profilebox dl {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: none;
        flex-wrap: wrap;
        padding: 40px 0 40px 40px;
    }
}

#fortunetellers .staffbox_background .staffbox_inner .staffbox_profilebox dt {
    width: 40%;
}

#fortunetellers .staffbox_background .staffbox_inner .staffbox_profilebox dd {
    margin: 0;
    padding: 0;
    width: 56%;
}

#fortunetellers .staffitems .staffitem .titles .t_name span,
#fortunetellers .staffitems .staffitem .titles h1 span,
#fortunetellers .staffitems .staffitem .titles h3 span {
    font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-weight: normal!important;
    font-size: 16px;
}

#fortunetellers .staffitems .staffitem .content p.text {
    font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 14px;
    line-height: 1.8rem;
    letter-spacing: 0.1rem;
    color: #666666;
}

#fortunetellers .staffitems .staffitem .profile dl {
    font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 12px;
    letter-spacing: 0.1rem;
    color: #666666;
    line-height: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}

#fortunetellers .teller_info {
    width: 840px;
    height: auto;
    display: block;
    margin: auto auto 80px;
    padding-right: 105px;
}

#fortunetellers .teller_info h2 {
    color: #191919;
    text-size-adjust: 100%;
    overflow-wrap: break-word;
    display: block;
    line-height: 1.5;
    margin-bottom: 20px;
    padding-bottom: 16px;
    position: relative;
    font-family: "Noto Serif JP";
    font-size: 23px;
    font-weight: bold;
}

#fortunetellers .teller_info h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6px;
    background: repeating-linear-gradient(-45deg,#00b8c8,#00b8c8 2px,#fff 2px,#fff 4px);
}

#fortunetellers .teller_info table {
    margin-bottom: 21px;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

#fortunetellers .teller_info table td {
    border: 1px solid #ededed;
    padding: 2px 8px;
}

#fortunetellers .teller_info table tr td:first-child {
    background-color: #f2f2f2;
    min-width: 200px;
    width: 40%;
}

#fortunetellers .teller_info table td, 
#fortunetellers .teller_info table th {
    font-family: Lato,游ゴシック体,"Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    color: #191919;
    font-size: 14px;
    padding: 10px;
}

@media screen and (max-width: 640px) {
    #fortunetellers .teller_info table th, 
    #fortunetellers .teller_info table td {
        border-bottom: none;
        display: block;
        width: 100%;
        min-width: 100%;
    }

    #fortunetellers .teller_info table tr td:first-child {
        background-color: #f2f2f2;
        border: none;
    } 
}

#fortunetellers h3.header_line {
    position: relative;
    text-align: center;
    font-weight: bold;
    margin: 20px 0;
    font-size: 20px;
}

#fortunetellers h3.header_line::before {
    position: absolute;
    top: 50%;
    z-index: 1;
    content: '';
    display: block;
    width: 810px;
    height: 1px;
    background: linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
}

#fortunetellers h3.header_line span {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0 2.5em;
    padding: 0 1em;
    background-color: #fff;
    text-align: left;
    color: #191919;
    font-family: "Noto Serif JP";
    font-size: 23px;
    font-weight: bold;
}

#fortunetellers .staffbg h3.header_line {
    width: 840px;
    height: auto;
    display: block;
    margin: auto auto 25px;
    padding-right: 105px;
}

#fortunetellers .teller_rating .rating_item {
    margin-bottom: 8px;
}

#fortunetellers .teller_rating .rating_item .rate_title {
    display: inline-block;
    float: left;
    width: 25px;
    font-size: 12px;
    line-height: 17px;
}

#fortunetellers .teller_rating .rating_item .rate_title i {
    color: #cbcbcb;
}

#fortunetellers .teller_rating .rating_item .el-progress-bar {
    width: 90%;
}

#fortunetellers .teller_rating .rating_item .el-progress-bar .el-progress-bar__inner,
#fortunetellers .teller_rating .rating_item .el-progress-bar .el-progress-bar__outer {
    border-radius: 3px!important;
}

#fortunetellers .teller_rating .rating_item .el-progress__text {
    font-size: 12px!important;
    margin-left: 25px;
}

#fortunetellers .teller_rating .score {
    height: 100%;
    font-size: 64px;
    font-weight: 500;
    text-align: right;
    padding-right: 10px;
    line-height: 110px;
    color: #3c4043;
}

#fortunetellers .teller_rating .score_info {
    padding-top: 25px;
}

#fortunetellers .teller_rating .score_info p {
    color: #3c4043;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}

#fortunetellers .teller_rating .score_info p.total_rating {
    color: #5f6368;
    font-size: 12px;
    max-width: 150px;
    white-space: normal;
}

#fortunetellers .rating_reviews {
    padding-top: 20px;
}

#fortunetellers .rating_reviews .review_items {
    display: table;
    height: 44px;
    table-layout: fixed;
    width: 60%;
}

#fortunetellers .rating_reviews .review_item {
    display: table-cell;
    text-align: center;
}

#fortunetellers .rating_reviews .review_title {
    text-align: center;
    font: 400 14px/20px 'Google Sans',Roboto,Arial,sans-serif;
    letter-spacing: .25px;
    color: #202124;
}

#fortunetellers .rating_reviews .review_score {
    font: 600 14px/20px 'Google Sans',Roboto,Arial,sans-serif;
    letter-spacing: .1px;
    color: #202124;
    display: block;
    font-size: 14px;
}

#fortunetellers .rating_reviews .r_next_item {
    border-left: 1px solid #d7d7d7;
}

#fortunetellers .staffitems .staffitem .profile table {
    width: 100%;
    padding: 0;
    margin: 0;
    letter-spacing: 0;
    border-spacing: 0;
    margin-bottom: 15px;
}

#fortunetellers .staffitems .staffitem .profile table tr,
#fortunetellers .staffitems .staffitem .profile table tr th,
#fortunetellers .staffitems .staffitem .profile table tr td {
    border-bottom: 1px solid #ededed!important;
}

#fortunetellers .staffitems .staffitem .profile table tr th,
#fortunetellers .staffitems .staffitem .profile table tr td {
    font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 12px;
    letter-spacing: 0.1rem;
    color: #666666;
    text-align: left;
    margin-bottom: 10px;
    font-weight: normal;
    padding-bottom: 8px;
    padding-top: 8px;
}

#fortunetellers .staffitems .staffitem .profile table tr th {
    width: 40%;
}

#fortunetellers .staffitems .staffitem .profile table tr td {
    width: 60%;
}

#fortunetellers .contents_r .search_wrap {
    display: block;
    height: 70px;
    background: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}

#fortunetellers .contents_r .header_search {
    margin: auto;
}

#fortunetellers .contents_r.fix_header .search_wrap {
    z-index: 999;
    width: calc(100% - 245px);
    float: right;
}

#fortunetellers .contents_r.fix_header .search_wrap {
    position: fixed;
    top: 0;
}

#fortunetellers .contents_r.fix_header .el-tabs__header {
    position: fixed;
    top: 150px;
    background: #fff;
    z-index: 999;
    width: calc(100% - 245px);
}

#fortunetellers .contents_r.fix_header .detail-tab-content {
    padding-top: 230px;
}

#fortunetellers .contents_r.fix_header ul.list_fortune {
    padding-top: 160px;
}

#fortunetellers .contents_r ul.list_fortune {
    padding-top: 165px;
}


/* Custom Detail Page */
#fortunetellers .contents_r .search_wrap {
    height: auto;
    padding-bottom: 10px;
}
#fortunetellers .contents_r .search_wrap .header_search {
    margin-bottom: 50px;
}

#fortunetellers .contents_r .search_wrap .my-nav {
    text-align: center;
    border-top: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
}

#fortunetellers .contents_r .search_wrap .my-nav a {
    text-decoration: none;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    color: #303133;
    line-height: 42px;
    margin: 0 20px;
    height: 40px;
    display: inline-block;
}

#fortunetellers .contents_r .search_wrap .my-nav a:hover,
#fortunetellers .contents_r .search_wrap .my-nav a.is-active {
    color: #1a73e8;
    border-bottom: solid 2px #1a73e8;
}

#fortunetellers .contents_r {
    position: relative;
    
}

#fortunetellers .contents_r .search_wrap {
    position: absolute;
    display: block;
    width: 100%;
    top: 300px;
    z-index: 99999;
}

#fortunetellers .contents_r .detail_content {
    display: block;
    width: 100%;
    height: auto;
    padding-top: 250px;
}

#fortunetellers .contents_r .search_wrap.fixed {
    position: fixed;
    top: 62px;
    width: calc(100% - 240px);
    z-index: 999;
}

#fortunetellers .contents_r {
    width: calc(100% - 240px);
}
/*Reviews*/
.reviews {
    margin-top: 50px;
    display: block;
    height: auto;
    max-height: 500px;
    overflow: auto;
}

.reviews .review_item {
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.reviews .review_item .avatar {
    display: inline-block;
    width: auto;
    float: left;
    margin-right: 10px;
}

.reviews .review_item .avatar a {
    display: block;
    text-decoration: none;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    line-height: 39px;
    color: #fff;
    font-weight: bold;
    font-style: italic;
}

.reviews .review_item .avatar a img {
    display: none;
}

.reviews .review_item .info {
    display: inline-block;
    width: auto;
    float: left;
    max-width: 90%;
}

.reviews .review_item .info p:first-child a,
.reviews .review_item .info p:first-child {
    font-weight: bold;
    text-decoration: none;
}

.reviews .review_item .info p:last-child {
    font-size: 30px;
    padding-top: 10px;
}

.clear {
    clear: both;
}

.el-select-dropdown {
    z-index: 999999!important;
}

#paging {
    padding: 30px 0 0!important;
}

#paging .pagination-container ul li {
    min-height: 30px!important;
    border-bottom: solid 1px #ebebeb!important;
    margin: 0 5px!important;
    text-align: center!important;
    padding-left: 2px!important;
}

#paging .pagination-container ul li:hover,
#paging .pagination-container ul li.active {
    background-color: #1dbee5;
    color: #FFFFFF;
}

#footer #footer_banner #footer_ac .slick-slider .over {
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    padding: 0 0 0 3px;
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    top: 45%;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0.1rem 0.5rem 0 rgba(0,0,0,.1);
}

#footer #footer_banner #footer_ac .slick-slider .slick-arr-prev {
    left: -80px;
}

#footer #footer_banner #footer_ac .slick-slider .slick-arr-next {
    right: -80px;
}

#footer #footer_banner #footer_ac .slick-slider .over i {
    color: #f74421!important;
    font-size: 25px;
}

#fortunetellers .staffitems .staffitem .titles {
    position: relative;
}

#fortunetellers .staffitems .staffitem .titles .price {
    /*position: absolute;
    right: 0;*/
    padding-top: 14px;
    display: inline-block;
    float: left;
}

#fortunetellers .staffitems .staffitem .titles .price p {
    padding: 2px 0 0;
}

#fortunetellers .staffitems .staffitem .titles .price p.d_price {
    line-height: 30px;
}

#fortunetellers .staffitems .staffitem .titles .price p.d_price span {
    font-weight: bold;
}

#fortunetellers .staffitems .staffitem .titles .price p.d_price span i {
    color: #fff;
    background-color: #36b8bf;
    padding: 3px;
    font-size: 12px;
    border-radius: 2px;
}

.drop_nav dd li a,
#fortunetellers .contents_r ul li .prof_thumb .name,
#top_nav .nav_wrapper > ul > li > a,
#top_nav .nav_wrapper > ul > li > a:hover,
.list_fortune .methods .method_item {
    color: #000!important;
}

#top_nav .nav_wrapper > ul > li > a:hover,
#top_nav .nav_wrapper > ul > li > a:hover p,
#top_nav .nav_wrapper > ul > li > a:hover span, 
#top_nav .nav_wrapper > ul > li > a:hover strong {
    text-decoration: none!important;
    border-bottom: 0 solid #fff!important;
}

#fortunetellers .contents_r ul li {
    min-height: 365px;
}

#side_l .drop_nav dd {
    background-color: #fff!important;
    border-radius: 5px;
}

#footer #footer_banner #footer_ac > .slick-slider .slide a .info .short_desc {
    font-size: 14px;
    line-height: 20px;
}

#footer .slick-slider {
    z-index: 9;
}

#fortunetellers .contents_r .search_wrap {
    position: inherit;
    top: 0;
    z-index: 9;
}

#fortunetellers .contents_r .search_wrap {
    padding-top: 10px;
}

#fortunetellers .contents_r .detail_content {
    padding-top: 30px;
}

#footer {
    position: relative;
    z-index: 99999;
    border: solid 0px #fff;
    margin: 100px auto 0;
}