@charset "utf-8";

body {
    visibility: hidden;
}
/* ↓JOBヘッダー */
#shopheader {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    /* width: 90%; */
    padding: 0;
    margin: 2% 2% 0;
    box-shadow: none;
}
#shopheader .logoarea {
    padding: 0 5px 2px;
    text-align: center;
    width: 37px;
    height: 35px;
    display: table-cell;
    vertical-align: middle;
}
.update-time{
    width: 100%;
    margin-bottom: 5px;
}
.update-time .blogUpdate {
/* ↓2022/12/07 */
    display: inline-block;
    border: 2px solid #FD48FF;
/* ↑2022/12/07 */
    background-color: #FD48FF;
    padding: 2px 5px;
    color: #fff;
    border-radius: 6px;
    font-size: 11px;
    font-weight: bold;
    margin-left: 5px;
/* ↓2022/12/07 */
    height: 18px;
    line-height: 13px;
    vertical-align: bottom;
    box-sizing: border-box;
/* ↑2022/12/07 */
}
.update-time .movieUpdate {
/* ↓2022/12/07 */
    display: inline-block;
    border: 2px solid #000000;
/* ↑2022/12/07 */
    background-color: #000000;
    padding: 2px 5px;
    color: #fff;
    border-radius: 6px;
    font-size: 11px;
    font-weight: bold;
    margin-left: 5px;
/* ↓2022/12/07 */
    height: 18px;
    line-height: 13px;
    vertical-align: bottom;
    box-sizing: border-box;
/* ↑2022/12/07 */
}
.update-time .shopUpdate {
/* ↓2022/12/07 */
    display: inline-block;
    border: 2px solid #CCAAFF;
/* ↑2022/12/07 */
    background-color: #CCAAFF;
    padding: 2px 5px;
    color: #fff;
    border-radius: 6px;
    font-size: 11px;
    font-weight: bold;
    margin-left: 5px;
/* ↓2022/12/07 */
    height: 18px;
    line-height: 13px;
    vertical-align: bottom;
    box-sizing: border-box;
/* ↑2022/12/07 */
}
/* ↓2022/12/07 */
.update-time span.inbound{
    display: inline-block;
    padding: 2px 5px;
    width: 80px;
    height: 18px;
    line-height: 13px;
    color: #d10a1c;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    border: 2px solid #d10a1c;
    border-radius: 10px;
    background-color: #fff;
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
    box-sizing: border-box;
    vertical-align: bottom;
}
/* ↑2022/12/07 */

.logoarea {
    /* float: left; */
}
/* ↓ 20230425 店舗TOPページレイアウト変更 */
.shoplogo {
    max-width: 48px;
    max-height: 48px;
}
/* ↑ 20230425 店舗TOPページレイアウト変更 */
.shopnamearea {
    float: left;
}
/* ↓ 20230425 店舗TOPページレイアウト変更 */
.genrearea {
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}
/* ↑ 20230425 店舗TOPページレイアウト変更 */
#shopheader .namearea .headername {
    /* color: #593200; */
    font-weight: bold;
}
/* ↓ 20230425 店舗TOPページレイアウト変更 */
#shopheader .namearea .headername {
    /* color: #000; */
    font-size: 16px;
    padding-left: 0;
    text-align: left;
}
#shopheader .namearea{
    display: flex;
    align-items: center;
}
.shop_dx_menu{
    margin: 0 2%;
    font-size: 0;
    padding-bottom: 16px;
}
.shop_menu_list{
    margin: 0 1%;
    display: flex;
    flex-wrap: wrap;
}
.shop_dx_menu .shop_dx_menu_link{
    position: relative;
    display: inline-block;
    width: calc(25% - 8px);
    height: 0;
    background-color: #f8b2d1;
    border-radius: 6px;
    margin: 4px;
    padding-top: calc(25% - 8px);
}
.menu_icon{
    position: absolute;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    margin: 4px;
    border-radius: 2px;
}
.menu_icon svg{
    width: 55%;
    height: auto;
    object-fit: cover;
    display: block;
    text-align: center;
    margin-bottom: 4px;
    filter: drop-shadow(2px 2px 0px #00000022);
}
.menu_icon .shop_menu_text{
    font-size: 11px;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
    display: block;
    text-align: center;
    text-shadow: 2px 2px 0px #00000022;
}
.menu_icon .shop_menu_text_question{
    font-size: 10px;
}
.font_smaller{
    transform: scale(0.9, 1);
}
span.menu_reviews_cnt {
    font-size: 10px;
}
/* ↑ 20230425 店舗TOPページレイアウト変更 */
.icon_area {
    padding-top: 5px;
}
.icon_area dd {
    float:left;
    margin-bottom: 6px;
}
.icon_area span {
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 6px;
    margin-right: 3px;
}
.icon_area span > img {
    position: relative;
    margin-right: 2px;
    top: 2px;
    width: 12px;
}
.icon_area span.new {
    border: 1px solid #ff8f1f;
    color: #ff8f1f;
}
.icon_area span.popular {
    border: 1px solid #ff54ad;
    color: #ff54ad;
}
.icon_area span.tainyu {
    border: 1px solid #FF3500;
    color: #FF3500;
}
.icon_area span.tainyu i {
    margin-right: 2px;
    margin-top: 3px;
}
.icon_area span.movieicon {
    border: 1px solid #000;
    color: #000;
}
.icon_area span.blogicon {
    border: 1px solid #fd48ff;
    color: #fd48ff;
}
.icon_area span.voice {
    border: 1px solid #53a6ed;
    color: #53a6ed;
}
.icon_area span.sns {
    border: 1px solid #00c300;
    color: #00c300;
}
/* ↓2019/07/01 */
.icon_area span.reviewicon {
    border: 1px solid #ff8f1f;
    color: #ff8f1f;
}
/* ↑2019/07/01 */
/* ↓メイン */
.box .main_pic {
    text-align: center;
    width: 100%;
    margin: 0;
}
.box .main_pic img {
    height: auto;
    width: 100%;
    max-height: none;
    max-width: none;
}
p.catch, .work-text > p, .oubo_info .box li > p, .oubo_info .box li > h3, .pointtext .box p, .oubo_top_right, .oubo p, .movie .text, .s_movie .text, #voiceArea .voiceBoxL a .shopText ul.nameShopText li.voiceBoxArea p.comment, .bannertext, .dx_free a > p {
    font-size: 14px;
    line-height: 24px;
}
.catch {
    clear: both;
    color: #000;
    font-weight: normal;
    padding: 10px 16px;
}
/* ↓仕事内容 */
/* ↓2022/03/24 */
/* #item1, #item2, #item3, #item4 { */
#item1, #item2, #item3, #item0 {
/* ↑2022/03/24 */
    margin-top: 2%;
}
.tainyu_info, .girl_diary, .dx_free, .pointtext, .work_info, .treatment, .oubo_info, .oubo, .photo, .movie, .s_movie, .attention, .blog, .cgirl, .jv_voice, .senior, .free_contents, .privilege, .shop_bottom_info, .group_shop, .oubo, .map, .profile, .latest_blog, .blog_detail, .recruit_movie, .dc_wrap_dx, .dc_detail_dx, .dc_list_dx, .job_salary {
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
    margin: 2%;
    padding-bottom: 2%;
    padding-top: 2%;
    width: 96%;
}
.tainyu_info h2, .girl_diary h2, .dx_free h2, .shop_bottom_info h2, .group_shop h2, .shop_info h2, .work_info h2, .oubo_info h2, .oubo h2, .treatment h2, .photo h2, .movie h2, .s_movie h2, .attention h2, .blog h2, .cgirl h2, .jv_voice h2, .senior h2, .pointtext h2, .free_contents h2, .privilege h2, .hdg-02-container h2.hdg-02-3, .map h2, .profile h2, .latest_blog h2, .blog_detail h2, .recruit_movie h2, .dc_wrap_dx h2, .dc_detail_dx h2, .dc_list_dx h2, .job_salary h2 {
    background: #f8b2d1 none repeat scroll 0 0;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    height: 10px;
    line-height: 10px;
    padding: 10px 3%;
}
.tainyu_info h2, .girl_diary h2, .dx_free h2, .pointtext h2, .work_info h2, .treatment h2, .oubo_info h2, .oubo h2, .photo h2, .movie h2, .s_movie h2, .attention h2, .blog h2, .cgirl h2, .jv_voice h2, .senior h2, .free_contents h2, .privilege h2, .shop_bottom_info h2, .group_shop h2, .oubo h2, .map h2, .profile h2, .latest_blog h2, .blog_detail h2, .recruit_movie h2, .dc_wrap_dx h2, .dc_detail_dx h2, .dc_list_dx h2, .job_salary h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 2%;
    width: 90%;
}
.privilege h2 {
    position: relative;
}

h2 span.head-line-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 75%;
    line-height: 20px;
    display: inline-block;
    margin-top: -3px;
}

/* 2024/08/30 ヘブン検定各フロント表示対応 start */
h2.head_line {
    position: relative;
}
span.exam-mark {
    position: absolute;
    width: 50%;
    height: 70%;
    /* padding: 6px 25px; */
    top: 4px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0px 0px 0px 6px;
    width: max-content;
}
.exam-mark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* 2024/08/30 ヘブン検定各フロント表示対応 end */

.tainyu_info .box {
    width: 95%;
    margin: 10px auto 0;
}

.tainyu_info .box .special_img img {
    width: 100%;
    height: auto;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.tainyu_info .box .tainyu_kyuyo h3 {
    margin-top: 10px;
    background: #f69;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    height: 27px;
    line-height: 28px;
    padding-left: 15px;
}

.tainyu_info .box .inner-block-contents {
    padding: 0 12px 4px;
}
.tainyu_info .box .red-tbl {
    margin-top: 10px;
    table-layout: fixed;
    width: 100%;
    border-top: 1px solid #f69;
    border-left: 1px solid #f69;
    font-size: 14px;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #ffffff;
    /* ↓2022/05/24 */
    height: 100%;
    /* ↑2022/05/24 */
}
.tainyu_info .box .red-tbl th {
    width: 120px;
    padding: 1px;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #f69;
    border-right: 1px solid #f69;
    vertical-align: middle;
    /* ↓2022/05/24 */
    padding: 0;
    height: 100%;
    background: #f69;
    box-sizing: border-box;
    /* ↑2022/05/24 */
}
.tainyu_info .box .red-tbl td {
    padding-left: 10px;
    border-bottom: 1px solid #f69;
    border-right: 1px solid #f69;
    vertical-align: middle;
}
.tainyu_info .box .red-tbl th span {
    display: block;
    height: 28px;
    line-height: 28px;
    background: #f69;
    /* ↓2022/05/24 */
    height: 100%;
    min-height: 28px;
    border: 1px solid #fff;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    /* ↑2022/05/24 */
}
/* ↓2022/05/24 */
.tainyu_info .box .red-tbl .caution_text {
    display: inline-block;
    line-height: 12px;
    color: #000;
    font-size: 10px;
    font-weight: normal;
}
.tainyu_info .box .red-tbl td.hosoku {
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 16px;
}
.tainyu_info .box .red-tbl td.hosoku span {
    color: #000;
    font-weight: normal;
}
/* ↑2022/05/24 */
.tainyu_info .box .red-tbl td span {
    font-weight: bold;
    color: #f69;
}
.tainyu_info .box .salary-example {
    list-style: none;
    margin-top: 10px;
}
.tainyu_info .box .salary-example .salary-example-head {
    width: 55px;
    height: 16px;
    background: #66aaff;
    border-radius: 3px 3px 0 0;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
}
.tainyu_info .box .salary-example .salary-example-body {
    background: #cfdfFF;
    padding: 3px 4px;
    border-top: none;
}
.tainyu_info .box .salary-example .salary-example-body .green-tbl {
    table-layout: fixed;
    width: 100%;
    border-top: 1px solid #66aaff;
    border-left: 1px solid #66aaff;
    font-size: 14px;
    border-collapse: collapse;
    border-spacing: 0;
}
.tainyu_info .box .salary-example .salary-example-body .green-tbl th {
    width: 116px;
    padding: 1px;
    border-right: 1px solid #66aaff;
    border-bottom: 1px solid #66aaff;
    background: #fff;
}
.tainyu_info .box .salary-example .salary-example-body .green-tbl th span {
    display: block;
    height: 28px;
    background: #66aaff;
    border: 1px solid #66aaff;
    line-height: 28px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-shadow: none;
}
.tainyu_info .box .salary-example .salary-example-body .green-tbl td {
    background: #fff;
    padding-left: 10px;
    vertical-align: middle;
    border-right: 1px solid #66aaff;
    border-bottom: 1px solid #66aaff;
}
.tainyu_info .box .salary-example .salary-example-body .green-tbl td span {
    display: block;
}
/* ↓ 20220421 ブログキーワード検索機能 */
.blog_keyword_search{
    width: 96%;
    margin: 16px 2% 8px;
  }
  #keyword_box{
    position: relative;
  }
  #inputKeyword{
    width: 100%;
    font-size: 16px;
    padding: 8px 6px 6px 16px;
    border-radius: 12px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    margin-top: 0;
  }
  .searchFormInput::placeholder{
    color: #939c97; 
  }
  .search_blog_btn{
    position: absolute;
    display: block;
    right: 16px;
    top: 7px;
  }
/* ↑ 20220421 ブログキーワード検索機能 */
.box .tainyu_bikou h3 {
    margin-top: 10px;
    background: #ff4444;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    height: 27px;
    line-height: 28px;
    padding-left: 15px;
}
.box .tainyu_item{
    font-size: 12px;
    color: #222222;
    padding: 10px 12px 8px;
}
.box .tainyu_item .anno-dl {
    list-style: none;
}
.box .tainyu_item .anno-dl .anno-body .anno-txt {
    padding: 4px;
    background: #fff;
    font-size: 12px;
    line-height: 1.25;
    word-break: break-all;
    word-wrap: break-word;
}
h2.dx_item_qa_title {
    padding: 7px 3%;
    height: 100%;
    line-height: 1;
    overflow: auto;
    text-overflow: initial;
    white-space: normal;
}

.dx_item_qa {
  font-size: 13px;
}

.dx_item_qa table {
    width: 100%;
    margin: 12px 0;
    border-collapse: collapse;
    border-spacing: 0;
}
.dx_item_qa table tr {
    border-spacing: 0;padding: 5px;
}

.dx_item_qa table td.qa_icon {
    padding: 5px;
    vertical-align: top;
    width: 5%;
}
.dx_item_qa table td.q_text {
    font-weight: bold;
}
.dx_item_qa table td.qa_text {
    width: 80%;
    line-height: 21px;
    vertical-align: baseline;
    padding-top: 12px;
}

.dx_item_qa table td span {
  width: 35px;
  height: 35px;
  margin: 0;
  border-radius: 50%;
  line-height: 35px;
  text-align: center;
  display: block;
  font-size: x-large;
}

.large {
    padding: 12px 3%;
    position:relative;
    width: 94%;
}
.large .slides li:nth-child(n+2) {
    display: none;
}
.large img {
    width: 100%;
}
.large .flex-direction-nav li a{
    position: absolute;
    text-indent: -9999px;
    top: 40%;
    height: 35px;
    width: 35px;
    z-index: 99;
}
.large .flex-direction-nav li .flex-prev {
    background: rgba(0, 0, 0, 0) url("https://img.girlsheaven-job.net/img/iconSliderPrev.png") no-repeat scroll 0 0;
    left:0;
}
.large .flex-direction-nav li .flex-next {
    background: rgba(0, 0, 0, 0) url("https://img.girlsheaven-job.net/img/iconSliderNext.png") no-repeat scroll 0 0;
    right:0;
}
.work_subtitle > p {
    font-size: 16px;
    font-weight: bold;
}
.work_subtitle {
    margin: 0 3% 5px;
    padding: 1px 0;
    width: 94%;
}
.work-text {
    padding: 0 1%;
}
.work-text + .more-btn-wrap {
    bottom: 0;
    display: none;
    padding: 13px 0 0;
    position: relative;
    text-align: center;
    width: 100%;
}
/* ↓待遇・環境 */
.treatment .list .gyoutai_group span:nth-child(2n) {
    margin-right: 0.5%;
}
.treatment .list span.on {
    background: #1ab3b1 none repeat scroll 0 0;
}
.treatment .list span {
    background-color: #bbb;
    border-radius: 3px;
    color: #fff;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 23px;
    line-height: 24px;
    margin-top: 3px;
    text-align: center;
    width: 49.5%;
}
/* ↓続きを見る */
.box.read-more{
    width: 96%;
    margin: 0 2% 2%;
    max-height: 100%;
    height: 100%;
}
.read-more + .more-btn-wrap {
    bottom: 0;
    display: none;
    padding: 13px 0 0;
    position: relative;
    text-align: center;
    width: 100%;
}
.more_btn_l {
    background-color: #dfdfdf;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    color: #939c97;
    display: block;
    font-size: 13px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    width: 95%;
    cursor: pointer;
}
.more_btn_l {
    color: #939c97;
    font-size: 13px;
    font-weight: bold;
    line-height: 50px;
}
/* ↓応募・お問い合わせ */
.oubo .box {
    margin: 5px auto 0;
}
.oubo_top_left {
    float: left;
    margin-right: 3%;
    width: 50%;
}
.oubo_top_left img {
    width: 100%;
}
.oubo_top_right {
    font-weight: normal;
}
.oubo a.tel {
    background: #67cde5 none repeat scroll 0 0;
    border-left: 1px solid #84def3;
    border-radius: 4px;
    border-top: 1px solid #84def3;
    box-shadow: 1px 1px 0 #58b7ce;
    color: #fff;
    display: block;
    font-size: 3.8vw;
    margin-bottom: 0;
    min-height: 45px;
    padding: 4px 0;
    position: relative;
    text-align: center;
}
.oubo .tel {
    background: #67cde5 none repeat scroll 0 0;
    box-shadow: none;
    margin-bottom: 0;
    min-height: 0;
    padding: 0;
}
.oubo .tel.tel-modal {
    border-left: 1px solid #84def3;
    border-top: 1px solid #84def3;
    box-shadow: 1px 1px 0 #58b7ce;
}
.oubo .fa-mobile {
    font-size: 48px;
    left: 10px;
    position: absolute;
}
.oubo .tel span {
    font-size: 21px;
}
.oubo a.mail {
    background: #fe925a none repeat scroll 0 0;
    border-left: 1px solid #ffaf85;
    border-radius: 4px;
    border-top: 1px solid #ffaf85;
    box-shadow: 1px 1px 0 #e68452;
    color: #fff;
    display: inline-block;
    font-size: 3.8vw;
    height: 50px;
    line-height: 50px;
    margin-top: 5px;
    position: relative;
    text-align: center;
    width: 48%;
    float: left;
    margin-right: 5px;
}
.oubo .mail {
    background: #fe925a none repeat scroll 0 0;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
}
.oubo a.mail_g {
    background: #bbb none repeat scroll 0 0;
    border-left: 1px solid #bbb;
    border-radius: 4px;
    border-top: 1px solid #bbb;
    box-shadow: 1px 1px 0 #bbb;
    color: #fff;
    display: inline-block;
    font-size: 3.8vw;
    height: 50px;
    line-height: 50px;
    margin-top: 5px;
    position: relative;
    text-align: center;
    width: 48%;
    float: left;
    margin-right: 5px;
}
.oubo .mail i {
    font-size: 15px;
}
.oubo .box .mail {
    margin-top: 5px;
}
.oubo .mail span, .oubo .sns span {
    font-size: 12px;
}
.oubo a.sns {
    background: #32cd32 none repeat scroll 0 0;
    border-left: 1px solid #6fd46f;
    border-radius: 4px;
    border-top: 1px solid #6fd46f;
    box-shadow: 1px 1px 0 #32ae32;
    color: #fff;
    display: inline-block;
    font-size: 3.8vw;
    height: 50px;
    line-height: 50px;
    margin-top: 5px;
    position: relative;
    text-align: center;
    width: 48%;
    float: left;
    margin-right: 5px;
}
.oubo .sns {
    background: none;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
}
.oubo a.sns_g {
    background: #bbb none repeat scroll 0 0;
    border-left: 1px solid #bbb;
    border-radius: 4px;
    border-top: 1px solid #bbb;
    box-shadow: 1px 1px 0 #bbb;
    color: #fff;
    display: inline-block;
    font-size: 3.8vw;
    height: 50px;
    line-height: 50px;
    margin-top: 5px;
    position: relative;
    text-align: center;
    pointer-events:none;
    width: 48%;
    float: left;
    margin-right: 5px;
}
.oubo .sns i {
    font-size: 18px;
}
/* ↓2026/02/04 SC 店長プロフィール下部に応募ボタン設置 */
.oubo div.sns {
    display: none;
}
.oubo a.sns div.sns {
    display: block;
}
/* ↑2026/02/04 SC 店長プロフィール下部に応募ボタン設置 */
.oubo a.web_f {
    background: #fe8fa5 none repeat scroll 0 0;
    border-left: 1px solid #ffbecb;
    border-radius: 4px;
    border-top: 1px solid #ffbecb;
    box-shadow: 1px 1px 0 #f17d94;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    height: 50px;
    line-height: 50px;
    margin-top: 5px;
    position: relative;
    text-align: center;
    width: 48%;
    float: left;
    margin-right: 5px;
}
.oubo a.web_q {
    background: #fd7b78 none repeat scroll 0 0;
    border-left: 1px solid #ff9794;
    border-radius: 4px;
    border-top: 1px solid #ff9794;
    box-shadow: 1px 1px 0 #f36561;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    height: 50px;
    line-height: 50px;
    margin-top: 5px;
    position: relative;
    text-align: center;
    width: 48%;
    float: left;
    margin-right: 5px;
}
div.box p.main_text {
    clear: left;
}

/* ↓お店情報 */
.shop_info_item {
    margin: 0 8px;
}
.shop_info_item li {
    border-bottom: 1px solid #9d9d9d;
    padding: 9px 0 3px;
}
.shop_info_item li .title {
    border-left: 5px solid #fea0c2;
    font-size: 14px;
    font-weight: bold;
    padding-left: 5px;
}
.shop_info_item li p {
    font-size: 14px;
}
.shop_name {
    font-weight: bold;
}
.shop_info_item li .job {
    font-size: 14px;
}
.shop_info_item .area {
    position: relative;
}
.shop_info_item li .address {
    font-size: 14px;
    padding-right: 20%;
    width: 80%;
}
.shop_info_item .area .map-button-wrap {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #bbb;
    border-radius: 5px;
    height: 40px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 2px;
    width: 40px;
}
.shop_info_item .area .map-button-wrap i {
    color: #555;
    font-size: 30px;
    padding: 5px 0;
}
.shop_info_item .btn_box {
    margin: 0 5%;
    width: 90%;
}
.more_btn_s {
    background-color: #f1efef;
    border: 2px solid #b8b8b8;
    border-radius: 8px;
    box-shadow: 0 2px 0 #bfbfbf;
    color: #6a6a6a;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 36px;
    line-height: 37px;
    margin: 0 auto;
    width: 99%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
/* ↓グループ店 */
.group_item {
    margin: 5px 2%;
}
.group_list li {
    margin: 0 5px;
}
.group_img img {
    width: 100%;
}
.group_text {
    color: #000;
    font-size: 12px;
    line-height: 14px;
    margin-top: 13px;
}
.group_item .flex-direction-nav, .group_item .flex-control-nav {
    display: none;
}
/* ↓JOBフッター */
.shopfooterRow {
    margin: 0 2% 2%;
    padding-bottom: 2%;
}
.shopfooterRow .shopfooter {
    background: rgba(0, 0, 0, 0) url("https://img.girlsheaven-job.net/img/s/listArrow.png") no-repeat scroll right center;
    border-bottom: 1px solid #e0e0e0;
    font-size: 12px;
    line-height: 28px;
    margin: 0 2%;
}
.shopfooterRow .shopfooter a {
    color: inherit;
    display: block;
    font-weight: normal;
    padding: 8px 32px 8px 10px;
}
.mapShopfooterRow {
    margin: 0;
    padding: 0 10px;
}
.mapShopfooterRow .shopfooter {
    margin: 0;
    padding: 8px 0;
}
/* .mapShopfooterRow .shopfooter:first-child {
    border-top: none;
} */
/* ↓常駐フッター */
#fixedMenu ul {
    background-color: rgba(120, 120, 120, 0.7);
    padding: 1px 0 2px;
}
#fixedMenu ul li {
    /* ↓2022/04/21 */
    /* padding: 6px 0 5px; */
    padding: 5px 0px;
    margin-bottom: 5px;
    height: 44px;
    /* ↑2022/04/21 */
}
#fixedMenu ul li a {
    border-radius: 4px;
    /* ↓2022/04/21 */
    font-size: 12px;
    /* line-height: 20px;
    padding: 4px 0; */
    line-height: 15px;
    padding: 1px 0px 0px 0px;
    height: 100%;
    /* ↑2022/04/21 */
}
#fixedMenu ul li a > i, .footerbtn p a > i {
    font-size: 22px;
}
#fixedMenu ul li.anonymous-footer-btn a {
    background-color: #fd7b78;
    border-left: 1px solid #ff9794;
    border-top: 1px solid #ff9794;
    box-shadow: 1px 1px 0 #f36561;
}
#fixedMenu ul li.application-footer-btn a {
    background-color: #fe8fa5;
    /* ↓2022/04/21 */
    /* border-left: 1px solid #ffbecb;
    border-top: 1px solid #ffbecb;
    box-shadow: 1px 1px 0 #f17d94; */
    border-left: 1px solid #fe8fa5;
    border-top: 1px solid #fe8fa5;
    box-shadow: 0 5px 0 #F17D94;
    font-size: 12px;
    /* ↑2022/04/21 */
}
#fixedMenu ul li.tel-footer-btn a {
    /* ↓2022/04/21 */
    /* background-color: #67cde5;
    border-left: 1px solid #84def3;
    border-top: 1px solid #84def3;
    box-shadow: 1px 1px 0 #58b7ce; */
    background-color: #fd7b78;
    border-left: 1px solid #fd7b78;
    border-top: 1px solid #fd7b78;
    box-shadow: 0 5px 0 #F36561;
    /* ↑2022/04/21 */
}
#fixedMenu ul li.mail-footer-btn a {
    /* ↓2022/04/21 */
    /* background-color: #fe925a;
    border-left: 1px solid #ffaf85;
    border-top: 1px solid #ffaf85;
    box-shadow: 1px 1px 0 #e68452; */
    background-color: #67cde5;
    border-left: 1px solid #67cde5;
    border-top: 1px solid #67cde5;
    box-shadow: 0 5px 0 #58B7CE;
    /* ↑2022/04/21 */
}
#fixedMenu ul li.sns-footer-btn a {
    /* ↓2022/04/21 */
    background-color: #32cd32;
    /* border-left: 1px solid #6fd46f;
    border-top: 1px solid #6fd46f; */
    /* box-shadow: 1px 1px 0 #32ae32; */
    border-left: 1px solid #32cd32;
    border-top: 1px solid #32cd32;
    box-shadow: 1px 5px 0 #32ae32;
    /* ↑2022/04/21 */
}
#kininaru {
    bottom: 64px;
}
#fixedKininaru {
    bottom: 8px;
    left: 0;
    width: 100%;
    position: fixed;
    z-index: 100;
    display: block;
}
#fixedKininaru div {
    background-color: rgba(120, 120, 120, 0.8);
    font-weight: bold;
    width: 80%;
    line-height: 24px;
    border-radius: 4px;
    margin: 0 auto;
}
#fixedKininaru  div p {
    color: #fff;
    font-size: 12px;
    text-align: center;
}
/* ↓電話メールSNSポップアップ */
.mod-btn-type-tel {
    background: #67cde5 none repeat scroll 0 0;
    border-left: 1px solid #84def3;
    border-top: 1px solid #84def3;
    box-shadow: 1px 1px 0 #58b7ce;
    color: #fff;
    font-size: 18px;
    width: 250px;
    padding: 0.2em 0.5em;
}
.mod-btn-type-tel i {
    font-size: 33px;
    vertical-align: middle;
    padding-right: 5px;
}
.mod-btn-type-tel span {
    vertical-align: middle;
}
.mod-btn-type-mail {
    background: #fe925a none repeat scroll 0 0;
    border-left: 1px solid #ffaf85;
    border-top: 1px solid #ffaf85;
    box-shadow: 1px 1px 0 #e68452;
    color: #fff;
    font-size: 18px;
    padding: 0.6em 0.5em;
    width: 250px;
}
.mod-btn-type-mail i {
    font-size: 17px;
    vertical-align: middle;
    padding-right: 5px;
}
.mod-btn-type-mail span {
    vertical-align: middle;
}
/* ↓スティッキーヘッダー */
.topheader_menu {
    clear: both;
    height: 54px;
    position: fixed;
    top: 42px;
    width: 100%;
    z-index: 100;
    overflow: hidden;
    display: none;
}
.topheader_menu.fixbottomheader {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    /* transition: all 0.6s ease 0s; */
}
.topheader_menu a {
    background: #eee none repeat scroll 0 0;
    float: left;
    width: 25%;
}
/* ↓2022/03/24 */
.topheader_menu.topheader_menu2 a {
    width: 50%;
}
.topheader_menu.topheader_menu3 a {
    width: 33%;
}
.topheader_menu.topheader_menu3 a:last-of-type {
    width: 34%;
}
/* ↑2022/03/24 */
.topheader_menu a div.box {
    border-left: 1px solid #ddd;
    color: #333;
    font-size: 12px;
    padding: 14px 0 13px;
    text-align: center;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.topheader_menu a div.box_inner {
    position: relative;
}
.topheader_menu a:first-of-type div {
    border-width: 0;
}
.topheader_menu a div i {
    color: #f8b2d1;
    display: block;
    text-align: center;
}
.topheader_menu a div.box i::before {
    line-height: 9px;
}
.topheader_menu .slow div.box {
    position: relative;
}
.slow div.box::before {
    content: "";
    display: block;
    position: absolute;
    top: -55px;
}
.is-current div.box::before {
    background-color: #f8b2d1;
    display: block;
    height: 100%;
    top: 0;
    transition-property: top;
    transition-duration: 0.4s;
    transition-timing-function: ease;
    transition-delay: 0s;
    width: 100%;
}
.is-current div span, .topheader_menu a.is-current div i {
    color: #fff;
}
.slow div.box::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
}
.slow > div > span {
    position: relative;
    z-index: 3;
}
.banner {
    margin: 2%;
    width: 96%;
	text-align: center;
}
.banner img {
    width: 240px;
}
.bannertext {
    font-size: 13px;
    margin: 0 2%;
    width: 96%;
}
/* ↓ページャ */
.pager {
    border-bottom: 1px solid #e0e0e0;
    margin: 0 2%;
    width: 96%;
}
ul.normal-pager {
    margin: 0 auto;
    padding: 5px 0;
}
/* ul.normal-pager li.pager-first a, ul.normal-pager li.pager-last a {
    background: #f8b2d1 none repeat scroll 0 0;
} */
/* ↓求人ムービー一覧 */
.recruit_movie {
    margin: 2% 2% 0;
    padding-bottom: 0;
}
.jobmovie {
    margin: 0 auto;;
    padding: 0;
    width: 95%;
}
.jobmovie .movie_playback {
    padding: 10px 0;
    text-align: center;
}
.nomovie {
    border-bottom: 1px solid #e0e0e0;
    font-size: 12px;
    line-height: 56px;
    padding-left:10px;
    margin: 0 2%
}
body.scroll_bg{
    background-attachment: scroll;
    background-repeat: repeat;
    background-size: auto auto;
    background-position: center 87px;
}
body.fixed_bg{
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center 87px;
}
#fixed_bg{
    display: block;
    position: fixed;
    top: 43px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center 44px;
}
body.scroll_bg.official{
    background-position: center 43px;
}
body.fixed_bg.official{
    background-position: center 43px;
}
.official #fixed_bg{
    background-position: center 0;
}

/*fixheader*/
.shop_topheader{
    width:100%;
}
.stickyHeader {
    height: 42px;
    border-bottom: 1px solid #cccccc;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 101;
}
/*スティッキーヘッダー*/
.topheader_title{
    top:0px !important;
    display:block !important;
    margin-bottom:2% !important;
    height:42px !important;
    width:100%;
    background:#f8b2d1;
    border-bottom:1px solid #ddd;
    z-index:101;
}
.topheader_title.tran{
    transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
    -o-transition: .6s;
    -ms-transition: .6s;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.topheader_title.fixtopheader{
    position:fixed !important;
}
.topheader_shop_name {
    font-size: 20px;
    font-weight: bold;
    color:#FFFFFF;
    height: 40px;
}

/*ヘッダー(アニメーション以外)*/
.topheader_title img{
    margin-left:7px;
    max-height: 40px;
    max-width: 145px;
}
.topheader_title a i{
    color:#fff;
    font-size:18px;
}
.topheader_title a i:before{
    line-height:42px;
}
.topheader_title p{
    color:#fff;
    font-weight:bold;
    padding:7px 0;
    font-size:19px;
    height:28px;
    float:left;
}
/* ↓ 2023/05/01 店舗ページ百名店アイコン表示 */
.hyakumeiten-icon {
    position: absolute;
    top: 180px;
    z-index: 100;
    right: 8px;
    left: unset;
    animation: hyakumeiten 5s linear forwards;
    display: none;
    max-width: 160px;
    width: 20%;
}
.hyakumeiten-icon._fixed {
    position: fixed;
    top: 100px;
}
.hyakumeiten-icon._animation-start{
    display: block;
}
.hyakumeiten-icon.is-hidden {
    display: none;
}
.hyakumeiten-icon>img {
    width:100%;
    height:100%;
    object-fit: contain;
}
.hyakumeiten-icon-close{
    position: absolute;
    top: 0;
    z-index: 100;
    right: 0;
    border: 2px solid #999999;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #FFF;
    text-align: center;
    color: #999999;
    font-size: 16px;
    line-height: 1.1;
    cursor: pointer;
}
.hyakumeiten-icon._animation-start>.hyakumeiten-icon-close{
    display: block;
}
.hyakumeiten-icon-close:before,.hyakumeiten-icon-close:after {
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    background: #999999;
    position: absolute;
    left: 50%;
    top: 50%;
}
.hyakumeiten-icon-close:before {
    transform: translate(-50%,-50%) rotate(45deg);
}
.hyakumeiten-icon-close:after {
    transform: translate(-50%,-50%) rotate(-45deg);
}
@keyframes hyakumeiten {
0%{opacity: 0; transform: scale(1.3);}
15%{opacity: 1; transform:  scale(1);}
90%{opacity: 1; transform: scale(1);}
100%{opacity: 1; transform: scale(1);}
}
/* ↑ 2023/05/01 店舗ページ百名店アイコン表示 */
/*global.cssより*/
/*サイドメニューお店版*/
.drawer.drawer--right{
    position: relative;
}
#slideshop{
    background-color:rgba(248,178,209,0.9);
    z-index:105;
}
.topleft{
    float: left;
    margin: 4% 3% 2% 4%;
    width: 30%;
}
.topleft img{
    width:100%;
}
.topright{
    color: #fff;
    float: left;
    padding: 4% 0 0 1%;
    font-size: 12px;
    line-height: 16px;
    width: 48%;
}
.topright span{
    display:block;
    font-size:14px;
    line-height:20px;
}
.topright .store{
    font-size: 18px;
    line-height: 18px;
}

.widebottom{
    clear: both;
    width: 92%;
    margin: 2% 4% 4%;
}
.widebottom a{
    width: 98%;
    padding: 9px 1%;
    display:block;
    font-size:17px;
    color:#fff;
    border-bottom: 1px dashed #fff;
}
.widebottom a:first-of-type{
    border-top:1px dashed #fff;
}
.widebottom a:last-of-type {
    border-bottom:1px solid #fff;
}
/* ↓2023/10/10 */
.widebottom a i{
    display: inline-block;
    width: 20px;
    text-align: center;
    vertical-align: middle;
}
.widebottom a span{
    display: inline-block;
    padding-left: 2px;
    max-width: calc(100% - 20px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    box-sizing: border-box;
}
/* ↑2023/10/10 */
.widefooter{
    width:92%;
    margin:0 4%;
    color:#fff;
}
.widefooter > p{
    color:#000;
    font-size:12px;
    background:#fff;
    text-align:center;
    padding:2px 0;
    border-radius:3px;
}
.widefooter p span{
    font-weight:bold;
    color:#f00;
}
.widefooter .footebtn{
    width:100%;
}
.widefooter .footerbtn p{
    float: left;
    text-align: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}
.widefooter .footerbtn p a{
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding:4px 0;
    margin: 5px 0.5%;
}
.widefooter .footerbtn .anonymous-app a{
    background-color: #fd7b78;
    box-shadow: 1px 1px 0 #F36561;
    border-top: 1px solid #ff9794;
    border-left: 1px solid #ff9794;
}
.widefooter .footerbtn .application a {
    border-left: 1px solid #ffbecb;
    border-top: 1px solid #ffbecb;
    background-color: #FFF0F7;
    color: #FD5998;
    box-shadow: none;
    border: none;
}
.widefooter .footerbtn .question{
    background-color: #fe8fa5;
    box-shadow: 1px 1px 0 #F17D94;
}
.widefooter .footerbtn .tell-app a{
    background-color: #67cde5;
    box-shadow: 1px 1px 0 #58B7CE;
    border-top: 1px solid #84def3;
    border-left: 1px solid #84def3;
}
.widefooter .footerbtn .mail-q a{
    background-color: #fe925a;
    box-shadow: 1px 1px 0 #E68452;
    border-top: 1px solid #ffaf85;
    border-left: 1px solid #ffaf85;
}
.widefooter .footerbtn .sns-app a{
    background-color: #32CD32;
    box-shadow: 1px 1px 0 #32AE32;
    border-top: 1px solid #6fd46f;
    border-left: 1px solid #6fd46f;
}
.widefooter .footerbtn a{
    color:#fff;
    font-size:12px;
    font-weight:bold;
    padding: 2% 0;
    display: block;
}

.widefooter .footerbtn p:first-child:nth-last-child(1), .widefooter .footerbtn p:first-child:nth-last-child(1) ~ p {
    width: 100%;
}
.widefooter .footerbtn p:first-child:nth-last-child(2), .widefooter .footerbtn p:first-child:nth-last-child(2) ~ p {
    width: 50%;
}
.widefooter .footerbtn p:first-child:nth-last-child(3), .widefooter .footerbtn p:first-child:nth-last-child(3) ~ p {
    width: 33.3%;
}
.widefooter .footerbtn p:first-child:nth-last-child(4), .widefooter .footerbtn p:first-child:nth-last-child(4) ~ p {
    width: 25%;
}
.widefooter .footerbtn p:first-child:nth-last-child(5), .widefooter .footerbtn p:first-child:nth-last-child(5) ~ p {
    width: 20%;
}

/* ↓2022/12/07 */
a.inbound span {
    display: inline-block;
    margin: 5px auto 5px 0;
    padding: 0 5px;
    width: 122px;
    height: 24px;
    line-height: 23px;
    color: #d10a1c;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    border: 2px solid #d10a1c;
    border-radius: 10px;
    background-color: #fff;
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
    box-sizing: border-box;
}
/* ↑2022/12/07 */

/*フッターフィックス*/
#fixedMenu{
    display:block;
}
#fixedMenu ul li a > i,
.footerbtn p a > i{
    font-size:22px;
}

/*ヘッダー+ボタン固定時*/
.topheader_title{
    position:relative;
}
.topheader_title a{
    display: inline-block;
/*    max-width: 84%; */
    margin-top: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 84%;

}
.topheader_shop_name > a{
    height: 25px;
    padding: 8px 5px;
}
.topheader_title >  a{
    height: 42px;
    display: table-cell;
    vertical-align: middle;
}
button.drawer-toggle{
    z-index: 1000;
    position: absolute;
    top: 0;
}

#tophead button.menu-block {
    display:block;
    top:0;
    position:fixed !important;
    z-index: 1000;
}

/*icomoonのウェブフォントを表示させる*/
.widebottom > a > i{
    font-size: 20px;
    margin-right: 5px;
    display: block;
    float: left;
    line-height: 25px;
    width:22px;
}
.widebottom > a > i.fa-map-marker{
    font-size:22px;
    width:20px;
    margin:0 3px;
}
@font-face {
    font-family: 'icomoon';
    src:    url('https://img.girlsheaven-job.net/sp/css/fonts/icomoon.eot?t5vj8g&cache01=20161201000000');
    src:    url('https://img.girlsheaven-job.net/sp/css/fonts/icomoon.eot?t5vj8g&cache01=20161201000000#iefix') format('embedded-opentype'),
        url('https://img.girlsheaven-job.net/sp/css/fonts/icomoon.ttf?t5vj8g&cache01=20161201000000') format('truetype'),
        url('https://img.girlsheaven-job.net/sp/css/fonts/icomoon.woff?t5vj8g&cache01=20161201000000') format('woff'),
        url('https://img.girlsheaven-job.net/sp/css/fonts/icomoon.svg?t5vj8g&cache01=20161201000000#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    /** ↓2024/01/09 FOIT修正対応 */
    font-display: swap;
    /** ↑2024/01/09 FOIT修正対応 */
}
[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-home:before {
    content: "\e900";
}
.icon-office:before {
    content: "\e903";
}
.icon-pencil2:before {
    content: "\e906";
}
.icon-play:before {
    content: "\e912";
}
.icon-mobile:before {
    content: "\e958";
}
.icon-bubbles2:before {
    content: "\e96d";
}
.icon-question:before {
    content: "\f128";
}

/* お店ページ */
/* 求人ムービートップ */
.movie h2 span.more_btn span,
.s_movie h2 span.more_btn span,
.senior h2 span.more_btn span,
.blog h2 span.more_btn span,
.dc_wrap_dx h2 span.more_btn span,
.voice h2 span.more_btn span {
    background-color: #fff;
    border-radius: 0px;
    color: #f8b2d1;
    font-size: 11px;
    padding: 7px 13px;
    line-height: 10px;
}

.h2_content_inner{
    position: relative;
}
span.head_more {
    background-color: #fff;
    border-radius: 0px;
    color: #f8b2d1;
    font-size: 11px;
    padding: 7px 13px;
    line-height: 10px;
}

.movie h2 span.more_btn,
.s_movie h2 span.more_btn,
.senior h2 span.more_btn,
.blog h2 span.more_btn,
.dc_wrap_dx h2 span.more_btn,
.voice h2 span.more_btn {
    right:1px;
}

.movie .content {
    color:#333;
}

#movie_contents {
    padding-top:10px;
}

/*店長ブログ*/
.blog > ul{
    margin-bottom:1%;
}
.blog > ul > .clearfix{
    width:47%;
    float:left;
    padding:0;
    border-width:0;
}
.blog > ul > .clearfix:nth-child(odd){
    margin:2% 1% 3% 2%;
}
.blog > ul > .clearfix:nth-child(even){
    margin:2% 2% 3% 1%;
}
.blog > ul > .clearfix:nth-child(3+n){
    margin-top:3%;
}
.blogSquareBox {
    position: relative;
}
.blogSquareBox i.fa.fa-play {
    position: absolute;
    top: 3px;
    left: 3px;
    font-size: 10px;
    width: 22px;
    height: 22px;
    background: rgb(0 0 0 / 75%);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-indent: 2px;
    z-index:1;
}
.blogSquareBox::before {
    display: block;
    content: '';
    padding-top: 100%;
}
.blogleftimg{
    width: 100%;
    height:100%;
    overflow:hidden;
    position:absolute;
    top:0;
    float: left;
    margin:0 ;
}
.blogimg {
    width:100%;
    height:auto;
    transform:translate(0%, 0%);
}
.blogimg img{
    width:100%;
}
.blogrighttext{
    width:96%;
    margin:0 2%;
}
.blogrighttext .blogtime{
    font-size:14px;
    margin-top:6px;
    padding:3px 0 2px;
    clear:both;
}
.blogrighttext .blogmaintext{
    font-size:14px;
    color:#6699FF;
    padding-top:0;
    line-height:18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.blogdate {
    color: #333333;
}
/* いちおしニュース */
#attentionArea{
    margin:2%;
    margin-top:10px;
}
/* カリスマガール */
#cgirlArea{
    margin:2%;
    background:transparent;
}
#cgirlArea .cgirlbox{
    background:transparent;
}
/*リスト奇数番目*/
#cgirlArea .cgirlbox > .oddbox .leftbox{
    width:35%;
    margin:5px 5px 0px 0px;
    float:left;
}
#cgirlArea .cgirlbox > .oddbox .rightbox{
    float: right;
    width: 62%;
    margin: 3% 0 3% 3%;
    text-align: justify;
}
#cgirlArea .cgirlbox > .oddbox .rightbox > span:before{
    position: absolute;
    content: '';
    top: 10px;
    left: -9px;
    border-top: 5px solid transparent;
    border-right: 10px solid #f8b2d1;
    border-bottom: 5px solid transparent;
}
#cgirlArea .cgirlbox > .oddbox .rightbox > span:after{
    position:absolute;
    content: '';
    top: 10px;
    left: -9px;
    border-top: 5px solid transparent;
    border-right: 10px solid #f8b2d1;
    border-bottom: 5px solid transparent;
}
#cgirlArea .cgirlbox > .oddbox .rightbox a:first-child {
    display:none;
}
#cgirlArea .cgirlbox > .oddbox .leftbox img {
    width:100%;
}
#cgirlArea .cgirlbox > .oddbox .cgirl-name {
    float:left;
    width:62%;
    padding-bottom:10px;
    font-size:14px;
    color:#333;
    display:block;
}
#cgirlArea .cgirlbox > .oddbox .cgirl-text {
    float:left;
    width:62%;
    padding:5px 0px 10px 0px;
    font-size:14px;
    font-weight: bold;
    color:#333;
}
#cgirlArea .cgirlbox > .oddbox .cgirl-text span {
    color:#6699ff;
}
#cgirlArea .cgirlbox > .oddbox .interview_link {
    background: rgba(255, 165, 51, 0.7) url("https://img.girlsheaven-job.net/img/fppc/interview_link.png") no-repeat scroll 13px center / 18px auto !important;
    color: #fff !important;
    float: right !important;
    font-size: 13px;
    padding: 8px 15px 8px 0;
    text-align: right;
    width: 150px;
}
.interview_link:hover {
    color: #fff;
}

/* 先輩ボイス */
#voiceArea{
    margin:2%;
    background:transparent;
}
#voiceArea .voicebox{
    background:transparent;
}
/*リスト奇数番目*/
#voiceArea .voicebox > .oddbox .leftbox{
    width:25%;
    margin-top:10px;
    float:left;
}
#voiceArea .voicebox > .oddbox .rightbox{
    float: right;
    width: 72%;
    margin: 3% 0 3% 3%;
    text-align: justify;
    position: relative;
}
#voiceArea .voicebox > .oddbox .rightbox > span:before{
    position: absolute;
    content: '';
    top: 10px;
    left: -9px;
    border-top: 5px solid transparent;
    border-right: 10px solid #f8b2d1;
    border-bottom: 5px solid transparent;
}
#voiceArea .voicebox > .oddbox .rightbox > span:after{
    position:absolute;
    content: '';
    top: 10px;
    left: -9px;
    border-top: 5px solid transparent;
    border-right: 10px solid #f8b2d1;
    border-bottom: 5px solid transparent;
}

/*リスト偶数番目*/
#voiceArea .voicebox > .evenbox .leftbox{
    float: left;
    width: 72%;
    margin: 3% 3% 3% 0;
    text-align: justify;
    position: relative;
}
#voiceArea .voicebox > .evenbox .rightbox{
    width:25%;
    float:right;
    margin-top:10px;
}
#voiceArea .voicebox > .evenbox .leftbox > span:before {
    content: '';
    position: absolute;
    top: 10px;
    right: -9px;
    border-top: 5px solid transparent;
    border-left: 10px solid #f8b2d1;
    border-bottom: 5px solid transparent;
}
#voiceArea a > .voicebox > .evenbox .leftbox > span:after{
    content: '';
    position: absolute;
    top: 10px;
    right: -9px;
    border-top: 5px solid transparent;
    border-left: 10px solid #f8b2d1;
    border-bottom: 5px solid transparent;
}
/*リスト共通*/
#voiceArea .voicebox > .oddbox .rightbox > span,
#voiceArea .voicebox > .evenbox .leftbox > span{
    display:block;
    padding:10px;
    border:1px solid #f8b2d1;
    border-radius:5px;
}
#voiceArea .voicebox > .oddbox .rightbox a:first-child,
#voiceArea .voicebox > .evenbox .leftbox a:first-child{
    display:none;
}
#voiceArea .voicebox > .oddbox .leftbox img,
#voiceArea .voicebox > .evenbox .rightbox img{
    width:100%;
}
#voiceArea .voicebox > .oddbox .rightbox .senpai-name,
#voiceArea .voicebox > .evenbox .leftbox .senpai-name{
    font-size:15px;
    font-weight:bold;
    color:#333;
    display:block;
}
#voiceArea .voicebox > .oddbox .rightbox .senpai-comment,
#voiceArea .voicebox > .evenbox .leftbox .senpai-comment{
    font-size:14px;
    color:#333;
    line-height:24px;
}
#voiceArea .voicebox > .oddbox .rightbox .senpai-comment span,
#voiceArea .voicebox > .evenbox .leftbox .senpai-comment span{
    color:#6699ff;
}
.fa-video-camera {
    color: #ff7dae;
}
.voicebox .voice_movie_btn {
    background:none;
    border-radius: 5px;
    text-indent: 0px;
    font-size: 12px;
    width: 90px;
    border: 1px solid;
    height: 30px;
    line-height: 30px;
    margin: 10px auto 5px;
    position: relative;
    text-decoration: none;
    display: block;
}
.voicebox .voice_movie_btn span {
    display: inline-block;
    text-align: center;
    width: 100%;
}

/* DXフリースペース */
.dx_free .read-more img {
    margin:10px 0 5px;
    max-width:100%;
}

.more-btn-wrap {
    display:block;
}

/* ↓2023/08/18 */
.dxfs {
    opacity: 0;
    transition: 1s;
}
.dxfs.fadein {
    opacity: 1;
}
/* ↑2023/08/18 */

/* フリースペース */
.dx_free > img {
    margin:2% 2% 0;
    width:96%;
}
.girl_diary ul {
    margin-top: 3px;
    padding: 0 2%;
    width: 96%;
}
.girl_diary li {
    border-bottom: 1px solid #ccc;
    padding: 4px 0;
}
.girl_diary span {
    color: #53a6ed;
    display: block;
}
.girl_diary .time {
    color: #333;
    font-size: 14px;
}
.girl_diary .girlname {
    color: #333;
    font-size: 14px;
    line-height: 24px;
}
.girl_diary .film {
    font-size: 14px;
    line-height: 13px;
}

.map_shop_bottom_info {
    margin: 0;
    padding: 10px;
}
.map_shop_bottom_info ul li {
    padding: 6px 0;
    border-bottom: 2px dotted #000;
}
.map_shop_bottom_info ul li:first-child {
    padding-top: 0;
}
.map_shop_bottom_info ul li:last-child {
    border-bottom: none;
}
.map_shop_bottom_info.shopcontents table p {
    background: none;
    border-left: 5px solid #fea0c2;
}
.map_shop_bottom_info .mapoubo {
    background-color: initial;
    margin-top: 0;
    font-size: 16px;
    padding-bottom: 5px;
    position: relative;
}
.map_shop_bottom_info .mapoubo .sns {
    background: -webkit-linear-gradient(top, #70f36d 0%, #43e242 88%);
    background: -moz-linear-gradient(top, #70f36d 0%, #43e242 88%);
    background: -o-linear-gradient(top, #70f36d 0%, #43e242 88%);
    background: -ms-linear-gradient(top, #70f36d 0%, #43e242 88%);
    background: linear-gradient(to bottom, #70f36d 0%, #43e242 88%);
    border-radius: 7px;
    box-shadow: 0 3px 0 #d1d0d0;
    color: #fff;
    display: inline-block;
    font-size: 3.8vw;
    height: 50px;
    line-height: 50px;
    position: relative;
    text-align: center;
    width: 49%;
}
.map_shop_bottom_info .mapoubo .sns {
    width: 78%;
}
.map_shop_bottom_info .mapoubo .sns img {
    left: -2px;
    position: relative;
    top: 8px;
    width: 25px;
}
.jv_voicebox {
    padding: 10px 0 20px;
}
.jv_voiceBoxL .noImage, .jv_voiceBoxR .noImage {
    width: 71%;
}
.jv_voiceBoxL .jv_voiceBoxText, .jv_voiceBoxR .jv_voiceBoxText {
    width: 71%;
}
.jv_voiceBoxL .jv_voiceBoxImg, .jv_voiceBoxR .jv_voiceBoxImg {
    width: 24%;
}
.jv_voiceBoxL .jv_voiceBoxImg img, .jv_voiceBoxR .jv_voiceBoxImg img {
    width: 100%;
}
.jv_voiceBoxImg .jv_movie_btn {
    background:none;
    border-radius: 5px;
    text-indent: 0px;
    font-size: 12px;
    width: 90px;
    border: 1px solid;
    height: 30px;
    line-height: 30px;
    margin: 10px auto 5px;
    position: relative;
    text-decoration: none;
    display: block;
}
.jv_voiceBoxImg .jv_movie_btn p {
    text-align: center;
}
@media only screen and (max-width: 360px) {
.voicebox .voice_movie_btn {
    width: 70px;
    font-size: 10px;
}
.jv_voiceBoxImg .jv_movie_btn {
    width: 70px;
    font-size: 10px;
}
}
/* ↓2019/03/14 */
#fixedMenu2 {
    background-color: rgba(120, 120, 120, 0.7);
}
#fixedMenuBtnBox {
    height: 65px;
}
#fixedMenuBtnBox ul {
    padding: 1px 0 2px;
}
#fixedMenuBtnBox ul li {
    padding: 6px 0 5px;
}
#fixedMenuBtnBox ul li a {
    border-radius: 4px;
    font-size: 12px;
    /* ↓2022/04/21 */
    /* line-height: 20px; */
    /* padding: 4px 0; */
    /* height: 42px; */
    line-height: 15px;
    padding: 4px 0px 2px 0px;
    height: 44px;
    box-sizing: border-box;
    overflow: hidden;
    /* ↑2022/04/21 */
}
#fixedMenuBtnBox ul li a > i, .footerbtn p a > i {
    font-size: 22px;
}
#fixedMenuBtnBox ul li.anonymous-footer-btn a {
    background-color: #fd7b78;
    border-left: 1px solid #ff9794;
    border-top: 1px solid #ff9794;
    box-shadow: 1px 1px 0 #f36561;
}
#fixedMenuBtnBox ul li.application-footer-btn a {
    background-color: #fe8fa5;
    /* ↓2022/04/21 */
    /* border-left: 1px solid #ffbecb;
    border-top: 1px solid #ffbecb; */
    border-left: 1px solid #fe8fa5;
    border-top: 1px solid #fe8fa5;
    /* box-shadow: 1px 1px 0 #f17d94; */
    box-shadow: 0 5px 0 #F17D94;
    font-size: 12px;
    /* ↑2022/04/21 */
}
#fixedMenuBtnBox ul li.tel-footer-btn a {
    /* ↓2022/04/21 */
    /* background-color: #67cde5;
    border-left: 1px solid #84def3;
    border-top: 1px solid #84def3;
    box-shadow: 1px 1px 0 #58b7ce; */
    background-color: #fd7b78;
    border-left: 1px solid #fd7b78;
    border-top: 1px solid #fd7b78;
    box-shadow: 0 5px 0 #F36561;
    /* ↑2022/04/21 */
}
#fixedMenuBtnBox ul li.mail-footer-btn a {
    /* ↓2022/04/21 */
    /* background-color: #fe925a;
    border-left: 1px solid #ffaf85;
    border-top: 1px solid #ffaf85;
    box-shadow: 1px 1px 0 #e68452; */
    background-color: #67cde5;
    border-left: 1px solid #67cde5;
    border-top: 1px solid #67cde5;
    box-shadow: 0 5px 0 #58B7CE;
    /* ↑2022/04/21 */
}
#fixedMenuBtnBox ul li.sns-footer-btn a {
    /* ↓2022/04/21 */
    /* background-color: #32cd32;
    border-left: 1px solid #6fd46f;
    border-top: 1px solid #6fd46f;
    box-shadow: 1px 1px 0 #32ae32; */
    background-color: #32cd32;
    border-left: 1px solid #32cd32;
    border-top: 1px solid #32cd32;
    box-shadow: 0 5px 0 #32AE32;
    /* ↑2022/04/21 */
}
#limitedComment {
    padding: 0;
}
/* ↑2019/03/14 */
/* ↓2022/04/21 */
#fixedMenu ul li a,
#fixedMenuBtnBox ul li a {
    padding-top: 3px;
    font-size: 11px;
    height: 44px;
    box-sizing: border-box;
    overflow: hidden;
}
#fixedMenu ul li.application-footer-btn a,
#fixedMenuBtnBox ul li.application-footer-btn a {
    font-size: 11px;
}
#fixedMenu ul li.mail-footer-btn a,
#fixedMenuBtnBox ul li.mail-footer-btn a {
    font-size: 11px;
}
#fixedMenu ul li.keep-footer-btn a,
#fixedMenuBtnBox ul li.keep-footer-btn a {
    color: #333;
    font-size: 11px;
    font-weight: normal;
    background-color: #fff;
    box-shadow: 0 5px 0 #eee;
}
#fixedMenu ul li.sns-footer-btn a img,
#fixedMenu ul li.tel-footer-btn a img,
#fixedMenu ul li.application-footer-btn a img,
#fixedMenuBtnBox ul li.sns-footer-btn a img,
#fixedMenuBtnBox ul li.tel-footer-btn a img,
#fixedMenuBtnBox ul li.application-footer-btn a img {
    width: auto;
    height: 22px;
    margin-bottom: 2px;
}
#fixedMenu ul li.mail-footer-btn a img,
#fixedMenuBtnBox ul li.mail-footer-btn a img {
    width: auto;
    height: 22px;
    margin-bottom: 2px;
}
#fixedMenu ul li.keep-footer-btn a img,
#fixedMenuBtnBox ul li.keep-footer-btn a img {
    position: relative;
    top: 1px;
    width: auto;
    height: 22px;
    margin-bottom: 2px;
}
#fixedMenu ul li a p {
    line-height: 16px;
}
#fixedMenu ul li.sns-footer-btn a p {
    font-size: 12px;
}
#fixedMenu ul li.keep-footer-btn a p.footerKeepText,
#fixedMenuBtnBox ul li.keep-footer-btn a p.footerKeepText {
    font-size: 11px;
    text-align: center;
    line-height: 16px;
}
@media only screen and (max-width: 374px) {
    #fixedMenu ul li:nth-of-type(5) .footerKeepText,
    #fixedMenuBtnBox ul li:nth-of-type(5) .footerKeepText {
        width: 125%;
        transform: scale(0.8);
        transform-origin: left top;
    }
    #fixedMenu ul li:nth-of-type(5) .footerKeepText,
    #fixedMenuBtnBox ul li:nth-of-type(5) .footerKeepText {
        width: 125%;
        transform: scale(0.8);
        transform-origin: left top;
    }
    #fixedMenu ul li.application-footer-btn a,
    #fixedMenuBtnBox ul li.application-footer-btn a {
        font-size: 9px;
    }
    #fixedMenu ul li.application-footer-btn a,
    #fixedMenuBtnBox ul li.application-footer-btn a {
        font-size: 9px;
    }
}
/* ↑2022/04/21 */
/* -----↓freespace----- */
#infoBlock{
    margin-bottom:20px;
    background-color:#F7CDDE;
    padding:10px 10px 7px 10px;
}
#infoBlock h3{
    font-size:15px;
    font-weight:bold;
    color:#333;
    margin-bottom:10px;
    background:url("https://img.girlsheaven-job.net/img/fppc/iconCheck.gif") 0 50% no-repeat;
    line-height:25px;
    /*height:18px;*/
    padding-bottom:3px;
    border-bottom:2px solid #ff39ad;
    padding:0 0 5px 75px;;
    margin: 0;
}
#infoBlock ul{
    padding:0;
    margin: 0;

}
#infoBlock ul li{
    margin:3px 0;
}
#infoBlock ul li:last-child{
    margin-bottom:0px;
}
#infoBlock ul li a{
    padding-left:12px;
    background:url("https://img.girlsheaven-job.net/img/fppc/moreLinkList.png") 0 50% no-repeat;
}
#main.content.box {
    margin: 0px 0 15px 0;
    padding: 0 20px;
    font-size: 14px;
}
#infoDetailBlock{
    margin-bottom:20px;
}
#infoDetailBlock h3{
    background-color:#F0F0E6;
    border-left:10px solid #ff39ad;
    color:#ff39ad;
    font-size:15px;
    font-weight:bold;
    /*height:25px;*/
    line-height:25px;
    margin-bottom:10px;
    padding-left:5px;
}
#infoDetailBlock .infoImg{
    text-align: center;
    margin: 0 0 5px 5px;
}
div#infoDetailBlock img {
    max-width: 100%;
}
/* -----↑freespace----- */


/* -----footer balloon----- */
div#fixedKininaru {
    z-index: 101;
}
#fixedMenu ul {
    overflow: visible;
}
.application-balloon{
    position: absolute;
    bottom: 100%;
    background: #FFF;
    z-index: 1;
    border: 2px solid;
    padding: 6px 16px 4px;
    font-size: 11px;
    border-radius: 8px;
    color: #FE8583;
    font-weight: bold;
    opacity: 0;
    animation: fadeInBalloon .2s ease 8s forwards;
}
.application-balloon:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    position: absolute;
    background: #FFFFFF;
    transform: rotate(45deg);
    bottom: -6px;
}
.application-balloon-close{
    position: absolute;
    top: -6px;
    right: -6px;
    border: 2px solid #999999;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #FFF;
    text-align: center;
    color: #999999;
    font-size: 16px;
    line-height: 1.1;
    cursor: pointer;
}
.application-balloon-close:before,.application-balloon-close:after {
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    background: #999999;
    position: absolute;
    left: 50%;
    top: 50%;
}
.application-balloon-close:before {
    transform: translate(-50%,-50%) rotate(45deg);
}
.application-balloon-close:after {
    transform: translate(-50%,-50%) rotate(-45deg);
}
@keyframes fadeInBalloon {
    0%{opacity: 0;}
    100%{opacity: 1;}
}
/* ↓2023/02/20 */
.dc_wrap_dx .dc_block {
    margin: 5px 2%;
}
.dc_wrap_dx .dc_block .contentslist {
    font-size: 0;
}
.dc_wrap_dx .dc_block .contentslist li {
    display: inline-block;
    padding: 10px 0;
    width: 100%;
    text-align: center;
    vertical-align: top;
    box-sizing: border-box;
    border-bottom: 1px solid #CCC;
}
.dc_wrap_dx .dc_block .contentslist li:last-child {
    border-bottom: none;
}
.dc_wrap_dx .dc_block .contentslist a {
    display: inline-block;
    width: 100%;
}
.dc_wrap_dx .dc_block .contentslist a:active {
    background-color: transparent !important;
}
.dc_wrap_dx .dc_block .contentslist .contentsimg {
    position: relative;
    display: inline-block;
    width: 30%;
    overflow: hidden;
}
.dc_wrap_dx .dc_block .contentslist .contentsimg::before {
    content: '';
    display: block;
    padding-top: 75%;
}
.dc_wrap_dx .dc_block .contentslist .contentsimg.mv {
    /*background-color: #000;*/
}
.dc_wrap_dx .dc_block .contentslist .contentsimg .imgbox1 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dc_wrap_dx .dc_block .contentslist .contentsimg .imgbox2 {
    width: 100%;
    max-height: 100%;
}
.dc_wrap_dx .dc_block .contentslist .contentsimg .dcImg {
    width: 100%;
    height: auto;
    vertical-align: middle;
}
.dc_wrap_dx .dc_block .contentslist .playImg {
    width: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    filter: drop-shadow(0px 0px 8px black);
    z-index: 1;
}
.dc_wrap_dx .dc_block .contentslist .contentstext {
    display: inline-block;
    margin-top: 5px;
    padding-left: 10px;
    width: calc(100% - 30%);
    height: auto;
    color: #666;
    overflow: hidden;
    vertical-align: top;
    box-sizing: border-box;
}
.dc_wrap_dx .dc_block .contentslist .contentstext div {
    line-height: 20px;
    font-size: 12px;
    text-align: left;
}
@media only screen and (max-width:820px) {
    .dc_wrap_dx .dc_block .contentslist .playImg {
        width: 50px;
    }
}
@media only screen and (max-width:540px) {
    .dc_wrap_dx .dc_block .contentslist .playImg {
        width: 40px;
    }
}
@media only screen and (max-width:400px) {
    .dc_wrap_dx .dc_block .contentslist .playImg {
        width: 30px;
    }
}
/* ↑2023/02/20 */
