@charset 'UTF-8';
a {
    color: #2F6DE6;
}
.mainarea {
    padding-bottom: 20px !important;
}
.menulist_common li {
    display: inline-block;
    min-width: 180px;
    font-size: 14px;
    line-height: 1.4;
    padding: 3px 0px 3px 5px;
    color: #333;
}
@media screen and (max-width:360px){
    .menulist_common li {
        display: inline-block;
        min-width: 150px;
        font-size: 13px;
        line-height: 1.4;
        padding: 3px 0px 3px 5px;
        color: #333;
    }
}
.block {
    display: block!important;
}
/* 見出し関連 */
.title_fdll {
    margin: 0px 0 5px;
    padding: 5px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    position: relative;
    border: 1px solid #a0a0a0;
    border-right: none;
    border-left: none;
}
.sitemap_h {
    border-bottom: 3px double #ffffff;
    position: relative;
    font-size: 15px;
    font-weight: bold;
    line-height: 14px;
    vertical-align: top;
    color: #ff4d4d;
    padding: 8px;
    margin-bottom: 4px;
    margin-top: 12px;
    background: #ffd9d9;
}
/* 別サイトへのリンク(ページ上部) */
.chi_other_site_a:before,
.chi_other_site_a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.chi_other_site_a:before {
    content: " ";
    display: inline-block;
    width: 20px;
    height: 18px;
    vertical-align: middle;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border: 1px solid #FF4D4D;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.chi_other_site_a::after {
    left: 3px;
    width: 3px;
    height: 3px;
    border-top: 1px solid #FF4D4D;
    border-right: 1px solid #FF4D4D;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.chi_other_site_a {
    font-size: 16px;
    line-height: 24px;
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
}
.other_site .sogo_li {
    display: block;
}
.chi_other_site_a.sogo {
    font-size: 18px;
    margin-bottom: 8px;
    position: relative;
    padding: 0 0 0 21px;
}
.chi_other_site_a.sogo::before {
    content: " ";
    display: inline-block;
    width: 20px;
    height: 18px;
    vertical-align: middle;
    box-sizing: border-box;
    width: 15px;
    height: 15px;
    background: #FF4D4D;
    border: 1px solid #FF4D4D;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.chi_other_site_a.sogo::after {
    left: 3px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*全体_青矢印*/
.sitemap_list li > a {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    vertical-align: middle;
    text-decoration: none;
}
.sitemap_list li > a::before,
.sitemap_list li > a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.sitemap_list li > a:before {
    left: 4px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #ff4d4d;
}
/*--------------------------------------------------
    エリアから探す
 --------------------------------------------------*/
/*エリアから探す*/
.sitemap_list h3 {
    font-size: 13px;
    margin: 0;
    border: none;
    padding: 0;
    font-weight: normal;
    margin-bottom: 8px;
    font-weight: bold;
}
.sitemap_list h3:before {
    content: " ";
    border-left: 4px solid #FF4D4D;
    display: inline-block;
    width: 5px;
    height: 12px;
    position: relative;
    top: 1px;
    margin-top: 5px;
    margin-left: 4px;
}
/*店舗型エリア・デリヘルエリア一覧*/
.de {
    margin-top: 6px;
}
.sitemap_area {
    margin: 4px 0px 4px 8px;
}
.sitemap_area a {
    text-decoration: underline;
    color: #2F6DE6;
}
.area_title {
    padding: 5px;
    padding-left: 8px;
    margin-left: -13px;
    font-size: 14px;
    color: #FF4D4D;
    background-color: #EFEFEF;
    display: block;
}
.frame_area {
    font-size: 13px;
}
.frame_area > .area_term {
    color: #ffffff;
    padding: 1px 5px;
    background: #FF4D4D;
}
.link_area-search {
    color: #2F6DE6;
}
/* エリア横並び用 */
.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start;
}
.flex-item {
    order: 0;
    flex: 0 0 auto;
    align-self: auto;
}
.fu_area_dl {
    width: 33.3%;
}
.area_sub {
    margin-left: 12px;
}
.sitemap_area span:after {
    content: "|";
    color: #ccc;
    display: inline-block;
    vertical-align: middle;
    padding: 0 6px;
}
.no-link {
    padding-left: 12px;
    color: #666666;
}
.sitemap_area span:last-child:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    padding: 0;
}
.parent_area_search,
.child a {
    position: relative;
    display: inline-block;
    padding: 0 0 0 12px;
}
.parent_area_search::before,
.child a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.parent_area_search:before,
.child a::before {
    left: 3px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #FF4D4D;
    border-right: 2px solid #FF4D4D;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.area_term .link_area-search,
.qs_lbl .link_search {
    font-weight: bold;
    color: #2c29d6;
}
span.parent_area_search {
    color: #555!important;
}
.area_term {
    margin-top: 6px;
}
/*--------------------------------------------------
  オレンジ　見出し下
 --------------------------------------------------*/
.child {
    font-size: 14px;
    margin-left: 6px;
    margin-top: 2px;
    margin-bottom: 6px;
    padding-left: 6px;
}
.child a {
    margin-right: 8px;
}
/*--------------------------------------------------
    404ページ用
 --------------------------------------------------*/
.error_caption {
    padding: 6px;
    padding-bottom: 5px;
    font-size: 14px;
}
.error_strong {
    font-size: 18px;
}
.error_section {
    padding: 4px;
    background: #e6e6e6;
    border-radius: 4px;
    margin: 10px 10px 16px;
    border: 3px solid #828282;
}
/*--------------------------------------------------
　  JOBガイド
--------------------------------------------------*/
/*　ヘッダー　*/
header.job_sitemap_header {
    position: relative;
}
header.job_sitemap_header h1 {
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    border-width: 0 0 4px;
    border-style: solid;
    background-image: url(../st_job_img/logo_normal.png);
    -webkit-background-size: 320px 50px;
    background-size: 320px 50px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 0px -2px;
    height: 48px;
}
header.job_sitemap_header .btn_mypage {
    width: 42px;
    height: 42px;
    font-size: 10px;
    position: absolute;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    text-align: center;
    white-space: nowrap;
    text-indent: 100%;
    color: #fff;
    border-radius: 6px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 42px 42px;
    background-size: 42px 42px;
    top: 3px;
}
header.job_sitemap_header h1 img {
    width: 320px;
}
.sitemap.job .breadcrumb {
    margin-top: -1px;
    box-shadow: none;
    font-size: 12px;
}
/*　打ち消し　*/
.sitemap.job .title_sitemap {
    margin: 0;
    padding: 5px;
    border: none;
    background: #ff76ae;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}
.sitemap.job .frame_area > .area_term {
    margin-top: 0;
    padding: 0;
    font-weight: bold;
    background: none;
}
.sitemap.job .frame_area {
    margin-bottom: 8px;
}
.other_search li {
    padding-left: 0px;
}
/* 女性求人 */
.sitemap.job .girl_job .sitemap_h,
.girl_job .sitemap_list li>span:before {
    border-color: #ff4390;
    color: #ff4390;
}
.sitemap.job .girl_job .sitemap_h:before {
    background: #ff4390;
}
.girl_job .area_title {
    color: #ff4390;
}
.girl_job .parent_area_search:before {
    border-color: #ff76ae;
}
/* 男性求人 */
.sitemap.job .mens_job .sitemap_h,
.mens_job .sitemap_list li>span:before {
    background-color: #DBE8F4;
    border-color: #5050c7;
    color: #5050c7;
}
.sitemap.job .mens_job .sitemap_h:before {
    background: #5050c7;
}
.mens_job .area_title {
    color: #5050c7;
}
.mens_job .parent_area_search:before {
    border-color: #1a62db;
}
.mens_job .other_search li a:before {
    border-color: #1a62db;
}
/*--------------------------------------------------
　エリア版追加
 --------------------------------------------------*/
h3.area_link_hl {
    font-size: 14px;
    margin: 8px 0 0;
    border: none;
    padding: 0;
    padding-left: 4px;
    margin-bottom: 6px;
    font-weight: bold;
}
h3.area_link_hl:before {
    content: " ";
    border-left: 4px solid #FF4D4D;
    display: inline-block;
    width: 5px;
    height: 12px;
    position: relative;
    top: 1px;
    margin-top: 5px;
    margin-left: 4px;
}
.area_link li {
    display: inline-block;
    width: auto;
}
/*--------------------------------------------------
 キャバガイド用色替え等
 --------------------------------------------------*/
.ca_top .mainarea {
    margin-top: 55px;
}
.ca_top .menu_header {
    box-shadow: none;
}
.ca_top .chi_other_site_a:before,
.ca_top .chi_other_site_a:after,
.ca_top .sitemap_list li > span:before,
.ca_top .area_title,
.ca_top .parent_area_search:before,
.ca_top .child a::before {
    border-color: #ff63ae;
    color: #ff63ae;
}
.ca_top .frame_area > .area_term {
    background: #ff63ae;
}
.ca_top .area_title {
    margin-left: -5px;
}
.ca_top .sitemap_h {
    background: #ffeaf4;
    color: #ff63ae;
}
.ca_top .sitemap_list li > a:before {
    border-left: 4px solid #ff63ae;
}
.ca_top .sitemap_list h3:before {
    content: " ";
    border-left: 4px solid #ff63ae;
    display: inline-block;
    width: 5px;
    height: 12px;
    position: relative;
    top: 1px;
    margin-top: 5px;
    margin-left: 3px;
}
/*--------------------------------------------------
 ホストガイド用色替え等
 --------------------------------------------------*/
.ho .chi_other_site_a:before,
.ho .chi_other_site_a:after,
.ho .sitemap_list li > span:before,
.ho .area_title,
.ho .parent_area_search:before,
.ho .child a::before {
    border-color: #313194;
    color: #313194;
}
.ho .frame_area > .area_term {
    background: #313194;
}
.ho .area_title {
    margin-left: -5px;
}
.ho .sitemap_h {
    background: #ececfb;
    color: #313194;
}
.ho .sitemap_list li > a:before {
    border-left: 4px solid #4d79ff;
}
.ho .sitemap_list h3:before {
    content: " ";
    border-left: 4px solid #313194;
    display: inline-block;
    width: 5px;
    height: 12px;
    position: relative;
    top: 1px;
    margin-top: 5px;
    margin-left: 3px;
}
