/*==================
初期設定
==================*/
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, address, em, img, strong, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figcaption, figure, footer, header, menu, nav, section, menu, audio, video{margin:0;padding:0;border:0;font-size:100%;}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, a { display: block; }
html{ margin: 0; padding: 0; font-size: 100%; overflow-y: scroll; }
body{ margin: 0; padding: 0; font-size: 13px; line-height: 1.231; -webkit-text-size-adjust: none; font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif; color:#000;background-color : #FFF; }
li{ list-style: none;vertical-align: top; }
h2 { text-align: center; font-size: 28px; font-weight: normal; }
h4 { font-size: 16px; }
img:not(.html-image) { width:100%;vertical-align:top; }
a { text-decoration: none;color: #000; }
p { padding: 0;line-height: 1.3;word-break: break-all; }
footer { width: 100%;background-color: #eee;padding: 30px 0;text-align: center;margin-top: 20px; }

body {
    /* background-image:url(../img/bg01.png); */
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
h1 {
    font-weight: bold;
    height: 34px;
    font-size: 16px;
    text-align: center;
}
div.global_menu {
    width: 100%;
    height: 56px;
    position: fixed;
    /* bottom: 30px;
    background-color: #000; */
    z-index: 10;
}
div.global_newface {
    width: 100%;
}
div.global_enroll {
    width: 100%;
}
div.global_worktime {
    width: 100%;
}
div.global_shameblog {
    width: 100%;
}
div.global_syukkin {
    width: 100%;
}
div.global_system {
    width: 100%;
}
ul {
    list-style: none;
    margin:0;
    padding: 0;
}

.menu {
    display: table;
    /*height: 50px;*/
    margin: auto;
}
.global-list .shop_menu_top {
    float: left;
    background-color: rgba(255,255,255,0.8) !important;
    font-size: 14px;
    /*line-height: 1em;
    top: 15px;
    z-index: 2000;*/
    padding: 3px 13px;
    position: relative;
    opacity: .9;
    background: rgba(0,0,0,0.8);
    margin-right: 1px;
    line-height: 50px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    display: inline-block;
}
.menu a {
    line-height: inherit;
    color: #333;
    text-decoration: none;
    display: block;
    position: relative;
    top: 1px;
    z-index: 2;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.content_box {
    margin: 0px auto;
    max-width: 100%;
}
.content_inbox {
}
.bannerbox {
    width: 990px;
    margin: 0 auto;
}
.widget-area .newface {
    display: table-cell;
    margin: 15px auto;
    font-size: 0;
}
.widget-area .enroll {
    margin: 15px auto;
    font-size: 0;
    width: 100%;
    /*min-width: 1750px;*/
}
.worktime {
    margin: 0 auto;
    font-size: 0;
    /* width: 1500px; */
}
.shameblog {
    display: block;
    margin: 15px auto;
    font-size: 0;
    /* width: 1500px;
}
.system {
    display: block;
    margin: 15px auto;
    width: 800px;
}
.movie {
    margin: 0 auto;
    font-size: 0;
    /* width: 1500px; */
}
/*
.kuchikomi {
    display: table;
    margin: 15px auto;
    font-size: 0;
}
*/
.shopindex_individual {
    position: relative;
    margin: 0;
    display: inline-block;
    font-size: 12px;
    line-height: 17px;
    box-sizing: border-box;
    padding: 0;
}
.widget-area .newface_individual {
    position: relative;
    display: inline-block;
    width: 25%;
    font-size: 12px;
    line-height: 17px;
    box-sizing: border-box;
    max-height: 500px;
    overflow: hidden;
    /*padding: 9px 7px;
    margin: 10px 0px;
    z-index: 2000;
    font-size: 14px;
    min-width: 320px;*/
}

.enroll_individual > div > a {
    position: relative;
    /*width: 25%;*/
}
.enroll_individual > div > a:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.enroll_individual > div > a > img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
    border-radius: 50%;
}
.worktime_individual {
    position: relative;
    margin: 0px;
    display: inline-block;
    width: 20%;
    font-size: 12px;
    line-height: 17px;
    box-sizing: border-box;
    padding: 0 7px;
    max-height: 330px;
    overflow: hidden;
}
.worktime_individual:nth-child(1) {
    margin: 0 20% 0 0;
}
.worktime_title {
     /* width: 1500px; */
     margin: 0 auto;
     position: relative;
     display: table;
}
.worktime_title > h2 {
     width: 20%;
     position: absolute;
     margin: 0 0 0 20%;
     background-color: #333;
     box-sizing: border-box;
     min-height: 330px;
     display: table-cell;
     max-height: -webkit-fill-available;
     vertical-align: middle;
     text-align: center;
     color: #fff;
     padding: 10% 0px;
}
.shameblog_individual:nth-child(2n) {
    transform: rotate(1deg);
}
.shameblog_individual:nth-child(3n) {
    transform: rotate(0deg);
}
.shameblog_individual:nth-child(4n) {
    transform: rotate(-2deg);
}
.shameblog_individual:nth-child(5n) {
    transform: rotate(-1deg);
}
.widget-area .syukkin_individual {
    position: relative;
    margin: 10px 0px;
    display: inline-block;
    width: 20%;
    font-size: 12px;
    line-height: 17px;
    box-sizing: border-box;
    padding: 9px 7px;
    /*z-index: 2000;
    font-size: 14px;
    min-width: 320px;*/
}
.movie_link {
    width: 177px;
    height: 177px;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.widget-area .movie_index {
    position: relative;
    width: 100%;
    height: 100%;
}
.newface_profile > .shukkin_individual {
    text-align: center;
    padding: 7px 10px;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    top: 0;
    color: #000;
    margin: 0 0 10px 0;
}
.worktime_profile > .shukkin_individual {
    text-align: center;
    padding: 7px 10px;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    top: 0;
    color: #000;
    margin: 0 0 10px 0;
}
.widget-area .shukkin_individual {
    text-align: center;
    padding: 7px 10px;
    background-color: #000;
    border-radius: 5px;
    position: absolute;
    top: 0;
    /* margin: 12px 0px; */
    color: #fff;
    margin: 0 0 10px 10px;
}
.syukkintime_individual {
    text-align: center;
    padding: 7px 10px;
    background-color: #000;
    border-radius: 5px;
    position: absolute;
    top: 0;
    /* margin: 12px 0px; */
    color: #fff;
    margin: 0 0 10px 10px;
}
.enroll_shukkin_individual {
    text-align: center;
    background-color: #0055cc;
    border-radius: 50%;
    top: -10px;
    color: #fff;
    margin: 0 0 10px 0;
    position: absolute;
    height: 90px;
    width: 90px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    left: 4px;
}
.newface_content {
    padding: 100px 0;
    background-color: rgba(0,0,0,0.05);
    margin: 0px auto 140px auto;
}
.enroll_content {
    padding: 100px 0;
    margin: 0px auto 140px auto;
}
.worktime_content {
    padding: 100px 0;
    background-color: rgba(0,0,0,0.05);
    margin: 0px auto 140px auto;
}
.system_content {
    padding: 100px 0;
    margin: 0px auto 140px auto;
}
.kuchikomi_content {
    padding: 100px 0;
    margin: 0px auto 140px auto;
}
.reserve_content {
    /* padding: 100px 0; */
    background-color: rgba(255,156,56,1);
    /* margin: 0px auto 140px auto; */
    position: fixed;
    bottom: 30px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    right: 30px;
    display: table;
    box-shadow: 3px 3px 5px rgb(0 0 0 / 0.50);
    border: 4px solid #fff;
    z-index: 1000;
}
.reserve_content:hover {
    width: 240px;
    max-width: unset;
    height: 240px;
    font-size: 140%;
    transition: 0.4s all;
}
.reserve_box {
    display: table-cell;
    vertical-align: middle;
}
.reserve_box h2 {
    color: #fff !important;
    font-size: 14px;
}
.girlsrecruit_content {
    padding: 100px 0;
    /*background-color: rgba(0,0,0,0.05);*/
    margin: 0px auto 140px auto;
    text-align: center;
}
.boysrecruit_content {
    padding: 100px 0;
    /*background-color: rgba(0,0,0,0.05);*/
    margin: 0px auto 140px auto;
}
.newface_title {
    margin: 0 auto 30px auto;
    padding: 12px;
}
.enroll_title {
    margin: 0 auto 30px auto;
    padding: 12px;
}
.kuchikomi_title {
    margin: 0 auto 30px auto;
    padding: 12px;
}
.map_title {
    margin: 0 auto 30px auto;
    padding: 12px;
}
.system_title {
    margin: 0 auto 30px auto;
    padding: 12px;
}
.topics_title {
    margin: 0 auto 30px auto;
    padding: 12px;
}
.newface_profile:hover {
    opacity: 1;
    transition: 0.8s all;
}
.newface_profile {
    padding: 40% 30px;
    width: 100%;
    height: 100%;
    position: absolute;
    vertical-align: middle;
    top: 0;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0.6);
    color: #fff;
    text-align: center;
    opacity: 0;
}
.enroll_profile {
    margin: 10px 0;
    text-align: center;
}
.worktime_profile {
    text-align: center;
    padding: 10px;
    background-color: rgb(255 255 255 / 60%);
    position: absolute;
    top: 0;
    height: 100%;
    padding: 35% 12px;
    box-sizing: border-box;
    opacity: 0;
    transition: 0.8s all;
}
.worktime_profile:hover {
    opacity: 1;
}
.worktime_profile > .profile_name > span > a {
    color: #000 !important;
}
.shameblog_profile {
    padding: 10px;
    background-color: #eee;
}
.ranking_prfbox2,
.pickup_prfbox2 {
    display: block;
    position: relative;
    padding: 0 0 0 75px;
}

.ranking_prfbox2 > .profile_name > span > a,
.pickup_prfbox2 > .profile_name > span > a {
    color: #000 !important;
}

.ranking_prfbox1 .shoparea,
.ranking_prfbox2 .shoparea,
.pickup_prfbox1 .shoparea,
.pickup_prfbox2 .shoparea {
    padding: 0 0 5px 0;
}

.syukkin_img {
    width: 210px;
    height: 210px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
}
.syukkin_img:hover,
.enroll_individual > div > a > img:hover  {
    border-radius: 0!important;
    transition: 0.4s all;
}
.widget-area .syukkin_profile {
    padding: 10px 0;
    /*background-color: #eee;*/
}
.entrydate {
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
}
.listbutton {
    text-align: center;
    display: block;
    margin: 20px;
}
.listbutton:hover {
    opacity: 0.7;
    transition: 0.8s all;
}
.listbutton a {
    padding: 16px 30px;
    display: inline-block;
}
.reservelistbutton {
    text-align: center;
    display: block;
    margin: 5px 0 0 0;
}
.reservelistbutton a {
    padding: 12px 20px;
    display: inline-block;
}
.newfacelistbutton a {
    background-color: #333;
    color: #fff;
}
.deliverylistbutton a {
    background-color: #333!important;
    color: #fff;
}
.worktimelistbutton a {
    background-color: #333;
    color: #fff;
}
.shamebloglistbutton a {
    background-color: #333!important;
    color: #fff;
}
.kuchikomilistbutton a {
    background-color: #333;
    color: #fff;
}
.reservelistbutton a {
    background-color: #d47f29;
    color: #fff;
}
.kutikomi_icon, .yoyaku_icon, .newface_icon, .syame_icon, .movie_icon, .ranking_icon {
    background-color: #fff;
    padding: 3px 7px;
    color: #000;
    border-radius: 3px;
    display: inline-block;
    margin: 1px 0;
}
.enroll_allicon {
    margin: 5px 0px;
    font-size: 10px;
}

.newface_text, .enroll_text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bigslide_banner {
    margin: 0 0 200px 0;
}
.auto_wide .bigslide_banner {
    margin: 0;
}
.smallslide_banner {
    margin: 0 0 200px 0;
}
.slidebanner {
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    /*height: 220px;
    width: 570px;*/
}
.slidebanner ul li {
    position: absolute;
}
.slidebanner ol {

}
.slidebanner ol li {
    display: inline-flex;
    width: 1.5rem;
    height: 1.5rem;
    background: white;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 0 0.5rem 0;
    position: relative;
}
.direct_delivery {
    width: 990px;
    margin: 0 auto;
    text-align: left;
}
.direct_delivery > ul {
    margin: 20px 0 0 0;
    display: inline-block;
}
.direct_delivery > ul > li {
    width: 49%;
    margin: 20px 0;
    padding: 15px 10px;
    float: right;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    /* padding-top: 10px;
    border-bottom: 1px dotted #ccc; */
    left: 0;
    position: relative;
    background-color: rgba(0,0,0,0.05);
    box-sizing: border-box;
}
.direct_delivery > ul > li:nth-child(2n+1) {
    /*margin-right: 30px;*/
    float: left;
}
.direct_delivery_img {
    display: block;
    float: left;
    width: 120px;
    margin-right: 15px;
    overflow: hidden;
    height: 120px;
    border-radius: 50%;
}
.direct_delivery_img a img {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    max-width: 100%;
}
.direct_delivery_details {
    height: 127px;
}
.direct_delivery_ourselves {
    margin-right: 10px;
    padding: 0 10px;
    float: left;
    display: inline-block;
    color: #fff;
    line-height: 20px;
    display: block;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    min-width: 85px;
    text-align: center;
    background: #03A9F4;
}
.direct_delivery_date {
    line-height: 20px;
    font-size: 11px;
    font-weight: bold;
}
.direct_delivery_text {
    line-height: 1.5;
    text-align: justify;
    padding-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    display: block;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.direct_delivery_details > p > a {
    color: #000;
    font-size: 13px;
    line-height: 1.5;
}
.shameblog_title {
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
    display: table;
    width: 100%;
}
.shameblog_sub_3size {
    padding-bottom: 3px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.week {
    text-align: center;
    padding-top: 10px;
}
.week li {
    background-color: ;
    width: 60px;
    height: 60px;
    line-height: 33px;
    border-style: solid;
    border-width: 1px;
    font-size: 12px;
    cursor: hand;
    display: inline-block;
    border-color: #ccc;
    border-radius: 50%;
    vertical-align: middle;
    position: relative;
}
.week li;hover {
    background-color: #eaeaea;
}
.pcwidgets-tab.active {
    background-color: #eaeaea;
}
.pcwidgets-tab {
    background-color: #fff;
}
.pcwidgets-tab {
    transition: background-color .5s ease,color .5s ease;
}
.week li span {
    width: 100%;
    display: inline-block;
    left: 0;
    text-align: center;
    line-height: 14px;
    margin-top: 4px;
}
.pcwidgets-tab.active>span {
    color: #e534b6 !important;
}
.pcwidgets-tab.active>span {
    color: #e534b6;
}
.pcwidgets-tab>span {
    color: #000;
}
.day {
    font-size: 14px;
}
.wday {
    font-size: 11px;
    line-height: 4px;
}
.widget-area .girl {
    position: relative;
    text-align: left;
    width: 100%;
}
.syukkin_name {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;	
}
.global_kuchikomi {
    /* width: 1500px; */
    width: 1200px;
    margin: 0 auto;
    text-align: left;
}
.global_kuchikomi > .area > ul > li {
    width: 280px;
    height: 280px;
    /* border-bottom: 1px dotted #ccc; */
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: relative;
    font-size: 13px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
    margin: 0 10px;
    overflow: hidden;
}
ul.kuchikomi > li > a {
    display: block;
    height: 100%;
}
.kuchikomi_profile > .girls-img {
    position: absolute;
    width: 100%;
}
.kuchikomi_box {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 25% 30px;
    box-sizing: border-box;
    background-color: rgb(0 38 109 / 75%);
}
.review-average-star-icon.in_item {
    margin-top: 4px;
    float: left;
    width: 24px;
    height: 24px;
    vertical-align: bottom;
}
.review-average-star-icon.star_on {
    background-image: url(/img/shop/widget/star-fill.svg);
}
.review-average-star-icon.star_half {
    background-image: url(/img/shop/widget/star-half.svg);
}
.review-average-star-icon.star_off {
    background-image: url(/img/shop/widget/star-border.svg);
}
.review-average-star-icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
.total_rate {
    display: inline-block;
    padding-top: 7px;
    padding-left: 10px;
    color: #df9b56;
    font-size: 17px;
    font-weight: bold;
}
.review-item-title, .widget-area .review-item-title {
    display: inline-block;
    width: 100%;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0px;
    color: #fff;
}
.review-item-text {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    line-height: 1.5;
    height: calc(100% - 20px - 30px);
    text-align: left;
}
.review-item-star {
    vertical-align: middle;
    height: 30px;
    /* height: 16px;
    display: inline-block; */
}
.star {
    float: left;
}
.girls-info {
    text-align: center;
    padding: 3px 0px;
    display: none;
}
.review_next {
    right: 20px;
    bottom: 15px;
    position: absolute;
}
.global_shopinfo {
    text-align: center;
}
.shopinfo-img {
    max-width: 640px;
    min-width: 240px;
    margin: 10px auto;
    display: table-cell;
    vertical-align: middle;
}
.shopinfo-category {
    margin: 0;
    line-height: normal;
}

/* 店名 */
.widget-area .syukkin_profile .shopname {
    text-align: center;
}
.shopname {
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 7px 0 0 0;
    white-space: nowrap;
}
/* 店エリア */
.widget-area .syukkin_profile .shoparea {
    text-align: center;
}
.direct_delivery_details .shoparea {
    margin-left: 135px;
}
.shoparea {
    display: block;
    font-size: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.shopindustry {
    display: inline-block;
    font-size: 14px;
}
.shoptel {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
}
.shoptels {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
}
.shophour,
.shopholiday,
.shopaddress {
    display: inline-block;
    font-size: 14px;
}
.shophours,
.shopholidays,
.shopaddresss {
    display: inline-block;
    font-size: 14px;
}

.global_reserve {
    width: 780px;
    margin: 0 auto;
    text-align: left;
}
.reserve_calendar {
    display: block;
    margin: 0 auto;
    background: #fff;
    width: 60%;
}
.p-booking-calendar__calendar-wrap {
    position: relative;
    margin-top: 0.5rem;
}
.p-booking-calendar__calendar-navi {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}
.p-booking-calendar__calendar-navi-target.p-booking-calendar__calendar-navi-target--prev {
    left: 5px;
}
.p-booking-calendar__calendar-navi-target.is-disabled {
    cursor: default;
    color: #b4b4b4;
}
.p-booking-calendar__calendar-navi-target {
    appearance: none;
    display: block;
    position: absolute;
    top: 0;
    z-index: 1;
    cursor: pointer;
    padding: 5px;
    outline: none;
    border: none;
    color: #06c;
    background-color: #fff;
    font-size: 1.4rem;
}
.p-booking-calendar__calendar-navi-target.p-booking-calendar__calendar-navi-target--prev::before {
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    text-transform: none;
    speak: none;
    content: "<";
}
.p-booking-calendar__calendar-navi-target.is-disabled::before, .p-booking-calendar__calendar-navi-target.is-disabled::after {
    color: #e1e1e1;
}
.p-booking-calendar__calendar-navi-target::before, .p-booking-calendar__calendar-navi-target::after {
    display: inline-block;
    color: #888;
    font-size: 24px;
    font-family: monospace;
}
.p-booking-calendar__calendar-navi-target>i {
    display: none;
}
.p-booking-calendar__calendar-navi-target.p-booking-calendar__calendar-navi-target--next {
    right: 5px;
}
.p-booking-calendar__calendar-navi-target.p-booking-calendar__calendar-navi-target--next::after {
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    text-transform: none;
    speak: none;
    content: ">";
}
.p-booking-calendar__calendar-contents {
    position: relative;
    padding: 0 6px 10px 5px;
    border-bottom: 1px solid #eeece4;
    height: auto;
}
.p-booking-calendar__calendar {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    box-sizing: border-box;
    table-layout: fixed;
}
.p-booking-calendar__calendar>caption {
    text-align: center;
    color: #595960;
    padding: 0.6rem 0 0.8rem;
    font-size: 11px;
}
caption, th {
    text-align: left;
}
.p-booking-calendar__calendar>caption>em {
    display: inline-block;
    font-weight: normal;
    font-family: Arial,sans-serif;
    margin-right: 0.2rem;
    font-size: 18px;
}
h1, h2, h3, h4, h5, h6, strong, b {
    font-style: normal;
    font-weight: bold;
}
.p-booking-calendar__cell.p-booking-calendar__cell--sun, .p-booking-calendar__cell.p-booking-calendar__cell--holiday.p-booking-calendar__cell--holiday {
    color: #e64c30;
}
.p-booking-calendar__cell.p-booking-calendar__cell--sat {
    color: #3d90dd;
}
thead .p-booking-calendar__cell {
    text-align: center;
    vertical-align: middle;
    padding-bottom: 0.5rem;
    font-size: 14px;
}
.p-booking-calendar__cell {
    position: relative;
    text-align: center;
    font-size: 1.4rem;
}
tbody .p-booking-calendar__cell {
    font-weight: normal;
    vertical-align: middle;
    font-family: Arial,sans-serif;
    line-height: 1;
}
tbody .p-booking-calendar__cell.is-past {
    color: #cccccc;
}
.p-booking-calendar__day {
    display: block;
    box-sizing: border-box;
    color: inherit;
    text-align: center;
    height: 4.1rem;
    padding: 0.4rem 0 0.3rem;
}
.p-booking-calendar__day::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    border: solid 1px rgb(255 255 255 / 0%);
    z-index: 0;
    width: 84%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 4rem;
}
.p-booking-calendar__day-num {
    position: relative;
    z-index: 2;
    font-size: 14px;
}
.p-booking-calendar__day-num.p-booking-calendar__day-num--full::after {
    color: #b4b4b4;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    text-transform: none;
    speak: none;
    content: "-";
    font-size: 16px;
}
.p-booking-calendar__day-num::after {
    position: absolute;
    left: 50%;
    top: 1.8rem;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.p-booking-calendar__day.p-booking-calendar__day.is-selectable {
    cursor: pointer;
}
.p-booking-calendar__day.p-booking-calendar__day.is-selectable.is-current::before {
    border-color: #fae486;
    background-color: #fefae6;
}
.p-booking-calendar__day.p-booking-calendar__day.is-selectable::before {
    border-color: transparent;
}
.p-booking-calendar__day-num.p-booking-calendar__day-num--enough::after {
    color: #fa0;
    content: "〇";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    text-transform: none;
    speak: none;
    font-size: 16px;
}
.p-booking-calendar__day-num::after {
    position: absolute;
    left: 50%;
    top: 1.8rem;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.p-booking-calendar__day-num.p-booking-calendar__day-num--closed::after {
    color: #b4b4b4;
    content: '休';
    speak: none;
    font-size: 14px;
}
.p-booking-calendar__select-wrap {
    position: relative;
    text-align: center;
    padding: 12px 20px 14px;
}
.p-booking-calendar__select+.p-booking-calendar__select {
    margin-top: 12px;
}
.p-booking-calendar__select {
    display: flex;
    align-items: center;
    width: 60%;
    margin: 0 auto;
}
.p-booking-calendar__select-label {
    box-sizing: border-box;
    font-weight: bold;
    text-align: left;
    padding-right: 30px;
    width: 40%;
    font-size: 13px;
}
.p-booking-calendar__select-item {
    width: 100%;
}
.p-booking-calendar__select-item-inner {
    position: relative;
}
.p-booking-calendar__select-target {
    display: block;
    z-index: 0;
}
.c-select {
    display: inline-block;
    position: relative;
    border: 1px solid #d2d2d2;
    width: 100%;
    height: auto;
    overflow: hidden;
    vertical-align: middle;
    background-color: #fff;
}
.c-select>select, .c-select>input {
    display: block;
    position: relative;
    z-index: 1;
    cursor: pointer;
    outline: none;
    border: none;
    width: 100%;
    height: 2.4em;
    background-color: rgb(255 255 255 / 0%);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    padding: 0 2.4rem 0 1.2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
}
.c-select:after {
    display: block;
    position: absolute;
    z-index: 2;
    top: 50%;
    margin-top: -0.5em;
    color: #bcb08a;
    line-height: 1;
    pointer-events: none;
    right: 1.2rem;
    font-family: "Tabelog Glyph";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    text-transform: none;
    speak: none;
    content: "\f633";
}
.c-select>select>option, .c-select>input>option {
    color: #595960;
}


.ranking_second,
.pickup_second {
    position: relative;
    /*margin: 10px 10px 10px 0px;*/
    display: inline-block;
    width: 50%;
    font-size: 12px;
    line-height: 17px;
    box-sizing: border-box;
    padding: 7px;
}
.rankingnumber2,
.pickupnumber2 {
    width: 70px;
    position: absolute;
    bottom: auto;
}


.enroll_profile > .profile_name a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #000;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 15px;
}

.global_girlsrecruit {
    padding: 24px 15px;
    background-color: #fff1f5;
    color: #6b7380;
    width: 990px;
    box-sizing: border-box;
    margin: 0 auto;
}
/*
.girlsrecruit {
    width: 100%;
    font-size: 0;
}
*/
.girlsrecruit_movie {
    max-width: 50%;
    padding: 0 15px 0 0;
    display: inline-block;
    box-sizing: border-box;
}
.girlsrecruit_details {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    box-sizing: border-box;
    font-size: 14px;
    text-align: left;
}
.girlsrecruit_box {
    margin: 0 0 10px 0 ;
}
.girlsrecruit_box h4 {
    background: #F69 !important;
    color: #fff;
    padding: 12px 10px 10px 10px;
    line-height: 7px;
}
.girlsrecruit_box ul li {
    margin: 4px 0;
    display: table;
    transition: none;
    opacity: 1;
}
.grtitle {
    color: #F69 !important;
    margin: 0 auto 30px auto;
    padding: 12px;
}
.grbottun {
    background-color: #F69 !important;
    color: #fff !important;
    border-radius: 2px;
}



.global_boysrecruit {
    padding: 24px 15px;
    background-color: #f1fcff;
    color: #6b7380;
    width: 990px;
    box-sizing: border-box;
    margin: 0 auto;
}
/*
.boysrecruit {
    font-size: 0;
    display: table;
    margin: 0 auto;
}
*/
.boysrecruit_movie {
    max-width: 50%;
    padding: 0 15px 0 0;
    display: inline-block;
    box-sizing: border-box;
}
.boysrecruit_details {
    display: inline-block;
    min-width: 50%;
    max-width: 480px;
    vertical-align: top;
    box-sizing: border-box;
    font-size: 14px;
}
.boysrecruit_box {
    margin: 0 0 10px 0 ;
}
.boysrecruit_box h4 {
    background: #07caff !important;
    color: #fff;
    padding: 12px 10px 10px 10px;
    line-height: 7px;
}
.boysrecruit_box ul li {
    margin: 4px 0;
    display: table;
    transition: none;
    opacity: 1;
}
.bytitle {
    color: #07caff !important;
    margin: 0 auto 30px auto;
    padding: 12px;
}
.bybottun {
    background-color: #07caff !important;
    color: #fff !important;
    border-radius: 2px;
}

.box_title {
    display: table-cell;
}
.box_title span {
    width: 65px;
    text-align: center;
    padding: 2px 0px;
    background-color: #6b7380;
    margin: 0 6px 0 0;
    color: #fff;
    display: block;
    border-radius: 2px;
}
.box_text {
    display: table-cell;
}

.treatment {
    width: 100%;
    color: #fff;
    border: 1px solid #E1D6C2;
    background-color: #fff;
    display: table;
    box-sizing: border-box;
}
.treatment_title {
    text-align: center;
    font-weight: bold;
    color: #fff;
    background-color: #6b7380;
    display: table-cell;
    font-size: 14px;
    vertical-align: middle;
    box-sizing: border-box;
    width: 6%;
}
.treatment ul {
    padding: 5px 0 0 10px;
    display: table;
    text-align: left;
}
.benefits {
    border: 1px solid #ff8b38;
    background: #ff8b38;
    color: #FFF;
    border-radius: 3px;
    padding: 0px 3px 0px 3px;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 11px;
    line-height: 17px;
    height: 15px;
    display: inline-block;
}
.off {
    border: 1px solid #AAA;
    background: #FFF;
    color: #AAA;
    border-radius: 3px;
    padding: 0px 3px 0px 3px;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 11px;
    line-height: 17px;
    height: 15px;
    display: inline-block;
}






table.feesmart {
    margin: 5px;
    border-collapse: collapse;
    border-style: solid;
    border-width: 1px;
    width: 97%;
    background: #ffffff;
}
table.feesmart td {
    border-style: solid;
    border-width: 1px;
    color: #000000;
    padding: 5px;
    border-color: #aaa;
    word-break: break-all;
}
label.feetitle {
    color: #ffffff;
    font-weight: bold;
}
td.feetitle {
    text-align: center;
    background: #aaa;
}




.map_box {
    position: relative;
}
#shopmap_text {
    position: absolute;
    top: 0;
    display: table;
    right: 0;
    width: 40%;
    height: 100%;
}
.shopmap_textsub {
    display: table-cell;
    height: 100%;
    background-color: rgb(0 0 0 / 0.6);
    color: #fff;
    vertical-align: middle;
    padding: 60px;
    box-sizing: border-box;
    font-size: 14px;
}
.shop_name01 {
    margin: 0 0 10px 0;
}
.maptitle {
    margin-left: -9px;
}
.shop_info_text {
    margin: 0;
    padding: 0;
    white-space: normal;
    max-width: 500px;
}





/*.direct_event > ul > li:nth-child(2n+1) {
    margin-right: 30px;
    float: left;
}*/
.direct_event_img {
    display: inline-block;
    /*float: left;*/
    width: 120px;
    margin-right: 15px;
    overflow: hidden;
    height: 120px;
    border-radius: 50%;
    margin:0;
    vertical-align: middle;
}
.direct_event_img a img {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    max-width: 100%;
}
.direct_event_ourselves {
    margin-right: 10px;
    padding: 0 10px;
    float: left;
    display: inline-block;
    color: #fff;
    line-height: 16px;
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    min-width: 85px;
    text-align: center;
    background: #03A9F4;
}

/* パターン1,2共通 h2 スタイル  */
.new-girls01 h2,
.new-girls02 h2,
.price01 h2,
.price02 h2,
.today-worktable01 h2,
.today-worktable02 h2,
.worktable01 h2, 
.worktable02 h2,
.girls01 h2, 
.girls02 h2,
.syame01 h2, 
.syame02 h2, 
.movie01 h2,
.movie02 h2,
.sokuhime01 h2, 
.sokuhime02 h2,
.ranking01 h2,
.ranking02 h2,
.price01 h2, 
.price02 h2,
.chokusou01 h2,
.chokusou02 h2,
.pickup01 h2,
.pickup02 h2 
{
    text-align: center;
    background-color: #eee;
    width: 80%;
    margin: 0 auto 30px auto;
    padding: 12px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 3px;
}

/* パターン1,2 共通.listbutton aスタイル */
.new-girls01 .listbutton a,
.new-girls02 .listbutton a,
.worktable01 .listbutton a,
.worktable02 .listbutton a,
.girls01 .listbutton a,
.girls02 .listbutton a,
.movie01 .listbutton a,
.movie02 .listbutton a,
.sokuhime01 .listbutton a,
.sokuhime02 .listbutton a,
.today-worktable01 .listbutton a,
.today-worktable02 .listbutton a,
.chokusou01 .listbutton a,
.chokusou02 .listbutton a
{
    padding: 16px 30px;
    background-color: #eee;
    display: inline-block;
}

/* 新人入店 1,2 */
.new-girls01 div.area,
.new-girls02 div.area {
    margin: auto;
    position: relative;
    display: table;
}
.new-girls01 .enroll,
.new-girls02 .enroll {
    display: table-cell;
    font-size: 0;
    margin: 15px auto;
}
.new-girls01 .enroll_profile,
.new-girls02 .enroll_profile {
    padding: 10px;
    background-color: #eee;
}
.new-girls01 .shukkin_individual,
.new-girls02 .shukkin_individual {
    text-align: center;
    padding: 7px 10px;
    background-color: rgba(0,0,0,0.8);
    border-radius: 5px;
    position: absolute;
    top: -291px;
    color: #fff;
}
.new-girls01 .kutikomi_icon,
.new-girls01 .yoyaku_icon,
.new-girls01 .newface_icon,
.new-girls01 .syame_icon,
.new-girls01 .movie_icon,
.new-girls01 .ranking_icon,
.new-girls02 .kutikomi_icon,
.new-girls02 .yoyaku_icon,
.new-girls02 .newface_icon,
.new-girls02 .syame_icon,
.new-girls02 .movie_icon,
.new-girls02 .ranking_icon {
    background-color: #333;
    padding: 3px 7px;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    margin: 1px 0;
}

/* 新人入店 3 */
.new-girls03 .enroll_individual {
    position: relative;
    margin: 10px 0px;
    display: inline-block;
    width: 20%;
    font-size: 12px;
    line-height: 17px;
    box-sizing: border-box;
    padding: 15px;
}
.new-girls03 .enroll_individual > div > a > img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
    border-radius: 50%;
}
.new-girls03 .listbutton a {
    background-color: #333;
    color: #fff;
}

/* 週間出勤表 1,2 */
.worktable01 .syukkin_girls,
.worktable02 .syukkin_girls {
    display: table;
    margin: 15px auto;
}
.worktable01 .syukkin_profile,
.worktable02 .syukkin_profile {
    padding: 10px;
    background-color: #eee;
}
.worktable01 .shukkin_individual, 
.worktable02 .shukkin_individual {
    text-align: center;
    padding: 7px 10px;
    background-color: rgba(0,0,0,0.8);
    border-radius: 5px;
    position: absolute;
    top: -291px;
    color: #fff;
}

/* 週間出勤表 3 */
.worktable03 .syukkin_content {
    padding: 100px 0;
    margin: 0px auto 140px auto;
}
.worktable03 .syukkin_girls {
    display: block;
    margin: 15px auto;
    font-size: 0;
    max-width: 1500px;
}
.worktable03 .widget-area .syukkin_individual {
    position: relative;
    margin: 10px 0px;
    display: inline-block;
    width: 20%;
    font-size: 12px;
    line-height: 17px;
    box-sizing: border-box;
    padding: 9px 7px;
}
.worktable03 .syukkintime_individual {
    text-align: center;
    padding: 7px 10px;
    background-color: #000;
    border-radius: 5px;
    position: absolute;
    top: 0;
    color: #fff;
    margin: 0 0 10px 10px;
    min-height: 0!important;
}
.worktable03 .syukkinlistbutton a {
    background-color: #333;
    color: #fff;
}

/* 在籍コンパニオン 1,2 */
.girls01 .enroll,
.girls02 .enroll {
    display: table-cell;
    font-size: 0;
    margin: 15px auto;
}
.girls01 .enroll_profile,
.girls02 .enroll_profile {
    padding: 10px;
    background-color: #eee;
}
.girls01 .shukkin_individual,
.girls02 .shukkin_individual {
    text-align: center;
    padding: 7px 10px;
    background-color: rgba(0,0,0,0.8);
    border-radius: 5px;
    position: absolute;
    top: -291px;
    color: #fff;
}
.girls01 .kutikomi_icon,
.girls01 .yoyaku_icon,
.girls01 .newface_icon,
.girls01 .syame_icon,
.girls01 .movie_icon,
.girls01 .ranking_icon,
.girls02 .kutikomi_icon,
.girls02 .yoyaku_icon,
.girls02 .newface_icon,
.girls02 .syame_icon,
.girls02 .movie_icon,
.girls02 .ranking_icon {
    background-color: #333;
    padding: 3px 7px;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    margin: 1px 0;
}

/* 在籍コンパニオン 3 */
.girls03 .widget-area div.area {
    margin: auto;
    position: relative;
    display: table;
    width: 100%;
}
.girls03 .enroll_individual {
    position: relative;
    margin: 10px 0px;
    display: inline-block;
    width: 20%;
    font-size: 12px;
    line-height: 17px;
    box-sizing: border-box;
    padding: 15px;
}
.girls03 .enroll_individual > div > a:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.girls03 .enroll_individual > div > a > img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
    border-radius: 50%;
}
.girls03 .enroll_profile {
    margin: 10px 0;
    text-align: center;
}
.girls03 .enroll_shukkin_individual {
    text-align: center; 
    background-color: #0055cc;
    border-radius: 50%;
    top: -10px;
    color: #fff;
    position: absolute;
    height: 90px;
    width: 90px;
    display: table-cell;
    box-sizing: border-box;
    left: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.girls03 .enroll_allicon > .kutikomi_icon,
.girls03 .enroll_allicon > .yoyaku_icon,
.girls03 .enroll_allicon > .newface_icon,
.girls03 .enroll_allicon > .syame_icon,
.girls03 .enroll_allicon > .movie_icon,
.girls03 .enroll_allicon > .ranking_icon {
    background-color: #FFA500;
    padding: 2px 5px;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    margin: 1px 0;
}
.girls03 .enrolllistbutton a {
    background-color: #333;
    color: #fff;
}

/* 写メ日記 1,2 */
.syame01 div.area,
.syame02 div.area {
    margin: auto;
    position: relative;
    display: table;
}
.syame01 .shameblog,
.syame02 .shameblog {
    display: table-cell;
    margin: 15px auto;
    font-size: 0;
}
.syame01 .shameblog_title,
.syame02 .shameblog_title {
    opacity: 1.8;
    font-size: 14px;
    padding: 10px 10px 0;
    box-sizing: border-box;
    font-weight: bold;
    min-height: 38px;
    word-break: break-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.syame01 .shameblog_sub,
.syame02 .shameblog_sub {
      overflow: hidden;
    display: table;
    width: 178px;
}
.syame01 .shameblog_sub_img,
.syame02 .shameblog_sub_img {
      vertical-align: middle;
    padding: 0 10px 0 10px;
    float: left;
}
.syame01 .shameblog_sub_fliter,
.syame02 .shameblog_sub_fliter {
    height: 50px;
    width: 50px;
    overflow: hidden;
    border-radius: 50%;
}
.syame01 .shameblog_sub_text,
.syame02 .shameblog_sub_text {
      width: 55%;
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 動画 1,2 */
.movie01 div.global_movie,
.movie02 div.global_movie {
    width: 100%;
}
.movie01 div.area,
.movie02 div.area {
    margin: auto;
    position: relative;
    display: table;
}
.movie01 .movie,
.movie02 .movie {
    display: table-cell;
    margin: 15px auto;
    font-size: 0;
}
.movie01 .movie_individual,
.movie02 .movie_individual {
      font-size: 14px;
    margin: 10px;
    display: inline-block;
}
.movie01 .movieimg,
.movie02 .movieimg {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
}
.movie01 .moviename,
.movie02 .moviename {
    width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 即ヒメ 1,2 */
.sokuhime01 .enroll,
.sokuhime02 .enroll {
    display: table-cell;
    font-size: 0;
    margin: 15px auto;
}
.sokuhime01 .enroll_profile,
.sokuhime02 .enroll_profile {
    padding: 10px;
    background-color: #eee;
}
.sokuhime01 .shukkin_individual,
.sokuhime02 .shukkin_individual {
    text-align: center;
    padding: 7px 10px;
    background-color: rgba(0,0,0,0.8);
    border-radius: 5px;
    position: absolute;
    top: -291px;
    color: #fff;
}
.sokuhime01 .kutikomi_icon,
.sokuhime01 .yoyaku_icon,
.sokuhime01 .newface_icon,
.sokuhime01 .syame_icon,
.sokuhime01 .movie_icon,
.sokuhime01 .ranking_icon,
.sokuhime02 .kutikomi_icon,
.sokuhime02 .yoyaku_icon,
.sokuhime02 .newface_icon,
.sokuhime02 .syame_icon,
.sokuhime02 .movie_icon,
.sokuhime02 .ranking_icon {
    background-color: #333;
    padding: 3px 7px;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    margin: 1px 0;
}

/* ランキング・おすすめピックアップ 1,2 */
.ranking01 div.area,
.ranking02 div.area,
.pickup01 div.area,
.pickup02 div.area{
    margin: auto;
    position: relative;
    display: table;
}
.ranking01 .ranking,
.ranking02 .ranking,
.pickup01 .pickup,
.pickup02 .pickup {
    display: flex;
    margin: 15px auto;
    font-size: 0;
}
.ranking01 li:hover,
.ranking02 li:hover,
.pickup01 li:hover,
.pickup02 li:hover {
    opacity: 0.7;
    transition: 0.8s all;
}
.ranking01 .ranking_first,
.ranking02 .ranking_first,
.pickup01 .pickup_first,
.pickup02 .pickup_first {
    position: relative;
    margin: 7px auto;
    display: inline-block;
    width: 45%;
    font-size: 12px;
    line-height: 17px;
    box-sizing: border-box;
    padding: 7px;
}
.ranking01 .ranking_profile,
.ranking02 .ranking_profile,
.pickup01 .pickup_profile,
.pickup02 .pickup_profile {
    padding: 10px;
    background-color: #eee;
}
.ranking01 .kutikomi_icon,
.ranking01 .yoyaku_icon,
.ranking01 .newface_icon,
.ranking01 .syame_icon,
.ranking01 .movie_icon,
.ranking01 .ranking_icon,
.ranking02 .kutikomi_icon,
.ranking02 .yoyaku_icon,
.ranking02 .newface_icon,
.ranking02 .syame_icon,
.ranking02 .movie_icon,
.ranking02 .ranking_icon,
.pickup01 .kutikomi_icon,
.pickup01 .yoyaku_icon,
.pickup01 .newface_icon,
.pickup01 .syame_icon,
.pickup01 .movie_icon,
.pickup01 .ranking_icon,
.pickup02 .kutikomi_icon,
.pickup02 .yoyaku_icon,
.pickup02 .newface_icon,
.pickup02 .syame_icon,
.pickup02 .movie_icon,
.pickup02 .ranking_icon {
    background-color: #333;
    padding: 3px 7px;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    margin: 1px 0;
}

/* 本日の出勤 1,2 */
.today-worktable01 .enroll,
.today-worktable02 .enroll {
    display: table-cell;
    font-size: 0;
    margin: 15px auto;
}
.today-worktable01 .enroll_profile,
.today-worktable02 .enroll_profile {
    padding: 10px;
    background-color: #eee;
}
.today-worktable01 .shukkin_individual,
.today-worktable02 .shukkin_individual {
    text-align: center;
    padding: 7px 10px;
    background-color: rgba(0,0,0,0.8);
    border-radius: 5px;
    position: absolute;
    top: -291px;
    color: #fff;
}
.today-worktable01 .kutikomi_icon,
.today-worktable01 .yoyaku_icon,
.today-worktable01 .newface_icon,
.today-worktable01 .syame_icon,
.today-worktable01 .movie_icon,
.today-worktable01 .ranking_icon,
.today-worktable02 .kutikomi_icon,
.today-worktable02 .yoyaku_icon,
.today-worktable02 .newface_icon,
.today-worktable02 .syame_icon,
.today-worktable02 .movie_icon,
.today-worktable02 .ranking_icon {
    background-color: #333;
    padding: 3px 7px;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    margin: 1px 0;
}

.enroll_allicon > .kutikomi_icon,
.enroll_allicon > .yoyaku_icon,
.enroll_allicon > .newface_icon,
.enroll_allicon > .syame_icon,
.enroll_allicon > .movie_icon,
.enroll_allicon > .ranking_icon {
    background-color: #FFA500;
    padding: 3px 7px;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    margin: 1px 0;
}

/* 直送便 3 */
.chokusou03 .widget-area {
    padding: 100px 0;
    margin: 0px auto 140px auto;
}
.chokusou03 .delivery_title {
    margin: 0 auto 30px auto;
    padding: 12px;
}
.chokusou03 .widget-area .direct_delivery > ul > li:nth-child(2n+1) {
    float: left;
}
.chokusou03 .direct_delivery > ul > li {
    width: 49%;
    margin: 20px 0;
    padding: 15px;
    transition: all 0.2s linear;
    left: 0;
    position: relative;
    background-color: rgba(0,0,0,0.05);
    box-sizing: border-box;
}
.chokusou03 .direct_delivery_img {
    float: left;
    max-width: 120px;
    margin-right: 15px;
    overflow: hidden;
    height: 120px;
    border-radius: 50%;
    display: block;
    width: auto;
}
.direct_delivery_img img {
    display: none;
}
.direct_delivery_img img[src^="/"],
.direct_delivery_img img[src^="http"] {
    display: block;
}
/* イベント 3 */
.event03 .event_content {
    padding: 100px 0;
    margin: 0px auto 140px auto;
}
.event03 .event_title {
    margin: 0 auto 30px auto;
    padding: 12px;
}
.event03 .direct_event {
    width: 990px;
    margin: 0 auto;
    text-align: left;
}
.event03 .direct_event > ul {
    margin: 20px 0 0 0;
    display: block;
}
.event03 .direct_event > ul > li {
    width: 100%;
    margin: 0;
    padding: 15px 30px;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    box-sizing: border-box;
    display: block;
    border-bottom: dotted 2px #ccc;
}
.event03 .direct_event_details {
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
}
.event03 .direct_event_date {
    line-height: 20px;
    font-size: 11px;
    font-weight: bold;
}
.event03 .direct_event_details > p > a {
    color: #000;
}
.event03 .direct_event_text {
    line-height: 1.5;
    text-align: justify;
    padding-top: 4px;
    margin-bottom: 10px;
    font-size: 18px;
    display: block;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.event03 .eventlistbutton a {
    background-color: #333;
    color: #fff;
}
.event03 .direct_event_container{
	display:flex;
}
.event03 .direct_evpicture{
	max-width:47px;
	max-height:63px;
	margin-right:5px;
}

/* 写メ日記 3 */
.syame03 .shameblog_content {
    padding: 100px 0;
    /*background-color: rgba(0,0,0,0.05);*/
    margin: 0px auto 140px auto;
}
.syame03 div.area {
    margin: auto;
    position: relative;
    width: 100%;
}
.syame03 .shameblog {
    display: block;
    margin: 15px auto;
    font-size: 0;
/*    width: 1500px; */
}
.syame03 .shameblog_individual {
    position: relative;
    margin: 10px 0px;
    display: inline-block;
    width: 12.5%;
    font-size: 12px;
    line-height: 17px;
    box-sizing: border-box;
    padding: 9px 7px;
}
.syame03 .shameblog_img {
    height: 118px;
    overflow: hidden;
    border: 8px solid #fff;
    box-shadow: 1px 1px 3px #bbb;
}
.syame03 .shameblog_minititle {
      opacity: 1.8;
    font-size: 14px;
    padding: 10px 10px 0;
    box-sizing: border-box;
    font-weight: bold;
    min-height: 38px;
    word-break: break-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.syame03 .shameblog_sub_img {
    vertical-align: middle;
    display: table-cell;
}
.syame03 .shameblog_sub_fliter {
    height: 40px;
    width: 40px;
    overflow: hidden;
    border-radius: 50%;
}
.syame03 .shameblog_sub_name {
    font-size: 12px;
    font-weight: normal;
    padding-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 動画 3 */
.movie03 .movie_content {
    padding: 100px 0;
    margin: 0px auto 140px auto;
}
.movie03 div.global_movie {
    width: 100%;
    margin: 40px 0;
}
.movie03 .widget-area div.area {
    margin: auto;
    position: relative;
    display: table;
    width: 100%;
}
.movie03 .widget-area .movie {
    margin: 0 auto;
    font-size: 0;
}
.movie03 .widget-area .movie_individual {
    position: relative;
    font-size: 14px;
    display: inline-block;
    box-sizing: border-box;
    margin: 5px;
}
.movie03 .movieimg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
}
.movie03 .widget-area .moviename {
    width: 177px;
    height: 177px;
    overflow: hidden;
    position: absolute;
    display: block;
    top: 0;
    background-color: rgba(0,0,0,0.4);
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    padding: 43px 0px;
}
.movie03 .moviename:hover {
    opacity: 1;
}
.movie03 .moviename > span {
    display: table-cell;
    vertical-align: middle;
    white-space: normal;
    text-align: center;
    color: #fff;
    padding: 10px;
    width: 177px;
}
.moviename .shopname,
.moviename .shoparea {
    padding: 0 10px;
    box-sizing: border-box;
}
.movie03 .movielistbutton a {
    background-color: #333;
    color: #fff;
}

/* ランキング・おすすめピックアップ 3 */
.ranking03 .ranking_content,
.pickup03 .pickup_content {
    padding: 100px 0;
    margin: 0px auto 140px auto;
}
.ranking03 .ranking_subtext,
.pickup03 .pickup_subtext {
    text-align: center;
    padding: 10px;
    width: 990px;
    margin: 0 auto;
}
.ranking03 .global_ranking,
.pickup03 .global_pickup {
    width: 990px;
    margin: 40px auto 0 auto;
}
.ranking03 div.area,
.pickup03 div.area {
    margin: auto;
    position: relative;
    display: table;
    width: 100%;
}
.ranking03 .ranking,
.pickup03 .pickup {
    display: table-cell;
    font-size: 0;
    width: 50%;
}
.ranking03 .ranking_first,
.pickup03 .pickup_first {
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 12px;
    line-height: 17px;
    box-sizing: border-box;
    padding: 7px;
}
.ranking03 .ranking_profile,
.pickup03 .pickup_profile {
    padding: 10px 0;
    display: block;
    width: 100%;
    box-sizing: border-box;
}
.ranking03 .ranking_numbox,
.pickup03 .pickup_numbox {
    display: table-cell;
    position: relative;
}
.ranking03 .rankingnumber1,
.pickup03 .pickupnumber1 {
    width: 100px;
    position: absolute;
    bottom: -65px;
}
.ranking03 .ranking_prfbox1,
.pickup03 .pickup_prfbox1 {
    display: table-cell;
    position: relative;
    padding: 0 0 0 110px;
}
.ranking03 .ranking_prfbox1 > .profile_name > span > a,
.pickup03 .pickup_prfbox1 > .profile_name > span > a {
    color: #000 !important;
}
.ranking03 .rankingallicon,
.pickup03 .pickupallicon {
    margin-top: 10px;
}
.ranking03 .rankingallicon > .kutikomi_icon,
.ranking03 .rankingallicon > .yoyaku_icon,
.ranking03 .rankingallicon > .newface_icon,
.ranking03 .rankingallicon > .syame_icon,
.ranking03 .rankingallicon > .movie_icon,
.ranking03 .rankingallicon > .ranking_icon,
.pickup03 .pickupallicon > .kutikomi_icon,
.pickup03 .pickupallicon > .yoyaku_icon,
.pickup03 .pickupallicon > .newface_icon,
.pickup03 .pickupallicon > .syame_icon,
.pickup03 .pickupallicon > .movie_icon,
.pickup03 .pickupallicon > .ranking_icon{
    background-color: #FFA500;
    padding: 3px 7px;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    margin: 1px 0;
}
.ranking03 .iconoff,
.pickup03 .iconoff {
    background-color: #fff !important;
    color: #FFA500 !important;
    border:solid 1px #FFA500;
}

.ranking03 .ranking_second .rankingallicon,
.pickup03 .pickup_second .pickupallicon {
    height: 54px;
}
/* 補足説明で斜体が設定できない不具合対応 */
.ranking_title,
.pickup_title{
    font-size: 11pt;
}
/* 補足説明で斜体が設定できない不具合対応 */
.ranking03 .ranking_content .ranking_title em strong,
.pickup01 .pickup_content .pickup_title em strong,
.pickup03 .pickup_content .pickup_title em strong,
.richtext em strong,
.html em strong{
    font-style: italic;
}

/* 即ヒメ */
.sokuhime03 .enroll_individual {
    position: relative;
    margin: 10px 0px;
    display: inline-block;
    width: 20%;
    font-size: 12px;
    line-height: 17px;
    box-sizing: border-box;
    padding: 15px;
}
.sokuhime03 .listbutton a {
    background-color: #333;
    color: #fff;
}

/* 料金表 3 */
.price03 div.area {
    margin: auto;
    position: relative;
    display: table;
    width: 100%;
}
.price03 .system {
    display: block;
    margin: 15px auto;
    width: 800px;
}
.price03 div.fee_system {
    overflow: auto;
    margin-top: 5px;
}

/* 本日の出勤 */
.today-worktable03 div.area {
    margin: auto;
    position: relative;
    display: table;
    width: 100%;
}
.today-worktable03 .enroll_individual {
    position: relative;
    margin: 10px 0px;
    display: inline-block;
    width: 20%;
    font-size: 12px;
    line-height: 17px;
    box-sizing: border-box;
    padding: 15px;
}
.today-worktable03 .listbutton a {
    background-color: #333;
    color: #fff;
}

/* 女性求人 */
.girlsrecruit03 .widget-area .girlsrecruit {
    width: 100%;
    font-size: 0;
}

.girlsrecruit03 .widget-area .girlsrecruit_box h4 {
    font-weight: unset;
    text-indent: unset;
    height: unset;
    font-size: unset;
}

/* 男性求人 */
.boysrecruit03 .widget-area .boysrecruit {
    font-size: 0;
    display: table;
    margin: 0 auto;
}

.boysrecruit03 .widget-area .boysrecruit_box h4 {
    font-weight: unset;
    text-indent: unset;
    height: unset;
    font-size: unset;
}

/* 口コミ*/
.kuchikomi03 div.area {
    margin: auto;
    position: relative;
    display: table;
}
.kuchikomi03 .widget-area .kuchikomi {
    display: table;
    margin: 15px auto;
    font-size: 0;
}
.kuchikomi03 .widget-area .kuchikomi {
    height: 100%;
}
.kuchikomi03 .widget-area .listbutton a {
    background-color: #333;
    color: #fff;
}

/* 予約 */
.yoyaku03.yoyaku-widget{
    position: fixed!important;
    top: unset!important;
    left: unset!important;
    bottom: 0px;
    right: 30px;
    z-index: 1000;
    width: 160px!important;
    height: 160px!important;
}
.yoyaku03 .widget-area .reservelistbutton a {
    background-color: #d47f29;
    color: #fff;
}
.yoyaku03 .widget-area .reservelistbutton {
    text-align: center;
    display: block;
    margin: 5px 0 0 0;
}
.yoyaku03 .widget-area .listbutton a{
    padding: 12px 20px;
    display: inline-block;
}
#main-area {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
}
#main-container {
    width: 1200px;
    position: relative;
}

.profile_name {
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    min-height: auto!important;
}
.profile_date {
    text-align: center;
}
.ranking_profile .profile_name,
.ranking_profile .profile_date,
.pickup_profile .profile_name,
.pickup_profile .profile_date {
    text-align: left;
}
@supports (-webkit-line-clamp: 3) {
    .box_text span {
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        line-height: 1.8;
    }
}

body:not([data-page-no]) div[id*="api-widget-"]:not(.yoyaku) {
    overflow: hidden;
}

/* useragent style sheet 対策 */
body:not([data-page-no]) div[id*="api-widget-"]:not(.yoyaku) table:not(.feesmart){
    line-height: 1.231;
}

/* 料金表 表示するお店項目対応 */
.booking-widget,
.system-widget {
    text-align: center;
    padding: 20px 0;
}
.booking-widget > .shopname,
.system-widget > .shopname {
    font-size: 21px;
}
.booking-widget > .shoparea,
.system-widget > .shoparea {
    font-size: 16px;
    padding: 3px;
}

/* 口コミ　表示するお店項目対応 */
.kuchikomi_box .shopname,
.kuchikomi_box .shoparea {
    color: #fff;
}

/* トピックス */
.topics-img-area {
    width: 34%;
    float: left;
}

.topics-body-area {
    width: 66%;
    float: left;
}

.topics-body-padding {
    padding: 0px 10px 10px 10px;
}

/* バースデー */
.birthday_title {
    margin: 0 auto 5px auto;
    padding: 12px 0;
}
.birthday_title h2 {
    text-align: left;
}
.birthday .clearfix {
    display: block;
}
.birthday-row {
    display: block;
    border-bottom: solid 1px #ccc;
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
}
.today,
.this-month {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px 0 0;
}
.birthday-row .label,
.birthday-row .count {
    color: #f45;
    font-weight: 700;
    margin: 0;
    vertical-align: middle;
    display: inline-block;
}
.count.bold {
    font-size: 20px;
}
.birthday-row .label.unit {
    color: #000;
}
.cast-wrapper {
    overflow: hidden;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}
.cast-wrapper a {
    display: inline-block;
    margin: 0 6px 0 0!important;
}
.cast-wrapper .cast {
    width: 90px;
    display: inline-block;
    overflow: hidden;
    height: 135px;
}
.cast-wrapper .cast img {
    width: 100%;
    height: auto;
    vertical-align: top;
    border: none;
}
.birthday_profile {
    display: block;
    font-size: 12px;
    margin: 5px 0 0 0;
    width: 90px;
}
.birthday_profile .name {
    width: 100%;
    display: inline-block;
    font-size: 12px;
}
.birthday_profile .name span {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 12px;
}

/* 店内ビュー */
.indoor_title {
    margin: 0 auto 5px auto;
    padding: 12px 0;
}
.indoor_title h2 {
    text-align: left;
}
.indoor_shop {
    margin: 5px 0 10px 0;
}
.shopname {
    width: 100%;
    display: inline-block;
    font-size: 14px;
}
.shopname span {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    padding: 7px 0 0 0;
    font-weight: bold;
}
.shoparea {
    display: block;
    font-size: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.shoparea .area {
    font-size: 10px;
}

/* すぐナビ */
.sugunavi_title {
    margin: 0 auto 5px auto;
    padding: 12px 0;
}
.sugunavi_title h2 {
    text-align: left;
}
div.sugunavi_content table {
    background: #F0F3F9;
    color: #000;
    font-size: 12px;
    border-radius: 3px;
    display: block;
    margin: 5px 0;
    box-sizing: border-box;
}
div.sugunavi_content table tbody {
    display: block;
}
div.sugunavi_content table td {
    font-size: 12px;
    padding: 5px;
}
.sugushop .shopname {
    width: 100%;
    display: inline-block;
    font-size: 14px;
}
.sugushop .shopname span {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    padding: 7px 0 0 0;
    font-weight: bold;
}
.sugushop .shoparea {
    display: block;
    font-size: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.shoparea .area {
    font-size: 10px;
}
div.sugunavi_content table td.title {
    font-weight: bold;
    text-indent: 6px;
    width: 60px;
}
.sugunaviHeader {
    width: 120px;
    border-bottom: 1px solid black;
}
.sugunaviHeader i {
    font-size: 26px;
    float: left;
    margin-right: 5px;
}
.sugunaviHeader div {
    font-size: 11px;
    line-height: 14px;
}
div.sugunavi_content table td.info {
    padding: 0 6px;
    color: #000;
    width: 100%;
}
div.sugunavi_content table td {
    font-size: 12px;
}
div.sugunavi_content table td.info > div {
    font-weight: bold;
}
.vacant_seat {
    color: #F00;
}

/* マーキー */
.marquee {
    overflow: hidden;
    position: relative;
}
.marquee::after {
    content: "";
    white-space: nowrap;
    display: inline-block;
    height: 1.231em;
}
.marquee > .marquee-inner {
    position: absolute;
    top: 0;
    white-space: nowrap;
    animation-name: marquee;
    animation-timing-function: linear;
    animation-duration: 20s;
    animation-iteration-count: infinite;
}
.marquee > .marquee-inner:hover {
    animation-play-state: paused;
    cursor: default;
}
@keyframes marquee {
    0% { left: 100%; transform: translate(0); }
    100% { left: 0; transform: translate(-100%); }
}
/* END マーキー */

#failure-info {
    position: fixed;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    bottom: 0;
    padding: 25px;
    box-sizing: border-box;
    z-index: 9999;
}
#failure-info span {
    font-size: 16px;
    font-weight: bold;
    color: red;
    text-align: center;
    width: 100%;
    display: block;
}

/* フリースペース */
.freespace_title {
    margin: 0 auto 30px auto;
    padding: 12px;
}
.freespace-inner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.freespace-row {
    display: flex;
    height: 127px;
    width: 47%;
}
.freespace-row:nth-child(2n+1) {
    margin-right: 60px;
}
.free-table > li {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 20px;
    padding-bottom: 30px;
    padding-top: 10px;
    transition: all 0.2s liner;
}
.free_img {
    height: 120px;
    margin-right: 20px;
    min-width: 120px;
    overflow: hidden;
}
.free_img .freespace-image {
    width: 120px;
}
.free_body_text {
    display: -webkit-box;
    height: 63%;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.free_box {
    height: 127px;
}
.free_text {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* お問い合わせフォーム用 */
.inquiry .inquiry-input-form-area {
    width: 100%;
}
/* 説明文 */
.inquiry .inquiry-description {
    margin-bottom: 5px;
    text-align: center;
    width: 100%;
}
/* 各li要素の縦並びと余白調整 */
.inquiry .inquiry-input-form-area li {
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
}
/* 各項目名の文字装飾と余白調整 */
.inquiry .inquiry-input-form-area li label {
    font-weight: bold;
    margin-bottom: 2px;
}
/* メール送信ボタン */
.inquiry .btn-send-mail {
    cursor: pointer;
    margin-top: 5px;
    height: 30px;
}
/* メール送信ボタン無効化時 */
.inquiry .btn-send-mail:disabled {
    cursor: default;
}
/* 完了時メッセージエリア */
.inquiry .inquiry-end-message-area {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}
/* 完了時メッセージ */
.inquiry .inquiry-end-message {
    flex-grow: 1;
    overflow-y: auto;
    text-align: center;
}
/* 続けて問い合わせボタン */
.inquiry .btn-continue-inquiry {
    cursor: pointer;
    height: 30px;
    width: 100%;
}
/* 続けて問い合わせボタン無効化時 */
.inquiry .btn-continue-inquiry:disabled {
    cursor: default;
}