@charset "UTF-8";

:root {
    --shadow-small: 0 1px 3px rgba(0, 0, 0, .15);
    --shadow-medium: 0 5px 10px rgba(0, 0, 0, .1);
    --shadow-large: 0 15px 15px hsla(0, 24%, 53%, .1);
    --radius: 5px;
    --content-wide: 960px;
    --column-gutter: 20px;
    --column-main-wide: 700px;
    --column-side-wide: 300px;
    --base-grid: 20px;
    --juzu-container-width: 1120px;
    --juzu-global-header-height: 50px;
    --juzu-global-nav-narrow-width: 44px;
    --favlist-container-width: 470px;
    --base-font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    --readable-line-height: 1.7;
    --form-height: 38px;
    --font-size-xxl: 20px;
    --font-size-xl: 18px;
    --font-size-lg: 16px;
    --font-size-base: 14px;
    --font-size-sm: 12px;
    --font-size-xs: 10px;
    --space-2: 2px;
    --space-4: 4px;
    --space-8: 8px;
    --space-12: 12px;
    --space-16: 16px;
    --space-24: 24px;
    --space-32: 32px;
    --space-48: 48px;
    --space-64: 64px;
    --space-96: 96px;
    --space-128: 128px;
    --space-192: 192px;
    --space-256: 256px;
    --color-main: #f4468e;
    --color-back-main:#345081;
    --color-dark-black: #111;
    --color-medium-black: #2c2c2c;
    --color-logo-black: #313131;
    --color-black: #333;
    --color-dark-gray: #666;
    --color-gray: #999;
    --color-medium-gray: #c7c7c7;
    --color-light-gray: #e7e7e7;
    --color-gray-25: #fafafa;
    --color-gray-150: #cfcfcf;
    --color-special-light-gray: #f1f1f1;
    --color-extra-light-gray: #f7f7f7;
    --color-accent-light-gray: #efefef;
    --color-medium-light-gray: #f1f1f1;
    --color-white: #fff;
    --color-blue: #c8dfff;
    --color-green: #02bb80;
    --color-red: #fd381e;
    --color-orange: #ff6e4a;
    --color-pink: #fc477a;
    --color-success: #68d45f;
    --color-error: #e45248;
    --color-required: #c66;
    --color-warning: #f5e0d9;
    --color-table-emphasis-border: #ffbed0;
    --color-table-emphasis-background: #ffe5ec;
    --color-lightgray1: #f7f7f7;
    --color-lightgray3: #e5e5e5;
    --color-branding-accent: var(--color-pink);
    --color-branding-conversion: var(--color-green);
    --color-item-card-border: #ededed;
    --color-border-color: var(--color-light-gray);
    --color-border-color-light: var(--color-extra-light-gray);
    --color-dark-gold: #816c30;
    --color-gold: #d9b33f;
    --color-light-gold: #f6e4ab;
    --color-dark-silver: #4e575c;
    --color-silver: #6f7b82;
    --color-light-silver: #c0d0d9;
    --color-bronze: #a05326;
    --color-rating-super-high: #ff3f1f;
    --color-rating-high: #fd8843;
    --color-rating-middle: #fdc582;
    --color-danger: #d43b26;
    --color-background-color: #f5f5f5;
    --color-light-background: var(--color-extra-light-gray);
    --color-facebook: #4d68a9;
    --color-twitter: #3cf;
    --color-line: #00c300;
    --color-hatena: #00a8e2;
    --color-review-yellow: #fffcf5;
    --color-accent-primary: #afccbf;
    --z-minus: -1;
    --z-zero: 0;
    --z-one: 1;
    --z-table-header: 10;
    --z-tem-part__sticky-header: 10;
    --z-main-visual-video: 10;
    --z-main-visual-video__filter: 11;
    --z-main-visual-video__title: 12;
    --z-menu-list: 10;
    --z-sticky-cluster-header: 99;
    --z-sticky-header: 100;
    --z-fixed-footer: 100;
    --z-floating-button: 101;
    --z-side-global-nav: 101;
    --z-modal-backdrop: 1000;
    --z-modal: 1100;
    --z-modal-head: 1101;
    --z-modal-tail: 1101;
    --z-sidebar-notify: 99999;
}

/**************************
** テンプレート
**************************/
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.text-bold {
    font-weight: bold;
}

.text-color-black {
    color: #333;
}

.top-margin-10 {
    margin-top: 10px !important;
}

.top-margin-20 {
    margin-top: 20px !important;
}

.bottom-margin-10 {
    margin-bottom: 10px !important;
}

.color-main {
    color: var(--color-main);
}

.color-white {
    color: var(--color-white);
}

.text-over-hide {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-box-hidden2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding: 0 5px;
}

.text-box-hidden3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    padding: 0 5px;
}

.main-bg {
    background: url(../img/contentbg.jpg) top left repeat;
}

.back-black {
    background-color: #444;
    border-radius: 3px;
    padding: 5px;
    color: white;
}

.more_button {
    display: block;
    width: 100%;
}

.more_button a {
    color: #FFFFFF;
    background-color: var(--color-back-main);
    border-radius: 4px;
    width: 260px;
    padding: 10px 20px;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.more_button a:hover {
    color: var(--color-back-main);
    font-weight: bold;
    background-color: white;
}

.content-title h2 {
    font-size: 25px;
    padding: 5px 10px;
    border-left: 5px solid var(--color-back-main);
    color: var(--color-back-main);
    border-bottom: 1px dotted;

}

body {
    font-family: var(--base-font-family);
    /*font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
}

a:hover {
    color: var(--color-back-main) !important;
    text-decoration: none;
}

/*ページャー*/
ul.pager {
    text-align: center;
    display: table;
    margin: 5px auto;
    width: 100%;
}

ul.pager li.pager-prev1,
ul.pager li.pager-next1 {
    width: 50%;
    display: table-cell;
}

ul.pager li a {
    height: 46px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 46px;
    color: #3B3B3B;
    overflow: hidden;
}

ul.pager li.pager-prev1 a {
    background: #345081;
    color: #ffffff;
    display: block;
    background-size: 20px 18px;
    background-repeat: no-repeat;
    background-position: left center;
}

ul.pager li.pager-next1 a {
    background: #ef4c4c;
    color: #ffffff;
    display: block;
    background-size: 20px 18px;
    background-repeat: no-repeat;
    background-position: right center;
}

/**************************
** ヘッダー
**************************/
#wrapper {
    position: relative;
    width: 100%;
    min-height: 100vh;
    padding-bottom: 60px;
    box-sizing: border-box;
}

#wrapper .enter-header {
    height: 550px;
    padding: 10px 0;
}

#wrapper .enter-header h1 {
    font-size: var(--font-size-sm);
    font-weight: normal;
    line-height: 20px;
    text-align: center;
}

/* enterページ */
header .enter {
    text-align: center;
}

header .enter p {
    font-size: var(--font-size-sm);
    line-height: 30px;
}

header .enter>.logo {
    margin: 150px 0;
}

header .enter .bt_sub {
    display: inline-flex;
}

header .enter .bt_sub a {
    margin: var(--space-4);
}

header .enter .bt_sub a img {
    width: 100%;
    margin: 0 auto;
}

/* TOP */
.top-header {
    background-color: white;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 1px 2px rgb(0 0 0 / 30%);
}

header .gray_area {
    background-color: var(--color-special-light-gray);
    padding: 6px 0 6px 0;
}

header .inner-box {
    position: relative;
    width: 960px;
    margin: 0 auto;
}

header .inner-top {
    font-size: var(--font-size-lg);
    text-align: left;
    color: var(--color-black);
}

header h1 {
    font-size: var(--font-size-sm);
    font-weight: normal;
    line-height: 20px;
    text-align: left;
}

header .inner-logo {
    display: flex;
    height: 100px;
}

header .inner-logo .logo {
    position: absolute;
    top: 25px;
}

header .inner-logo .logo img {
    width: 190px;
}

#member_count {
    position: absolute;
    left: 205px;
    top: 24px;
    font-size: 18px;
    line-height: 28px;
}

header .inner-logo .info {
    position: absolute;
    top: 25px;
    right: 0;
}

header .inner-logo .info img {
    width: 500px;
}

/*メニュー*/
nav ul li {
    color: #fff;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

nav li {
    float: left;
}

nav ul li a {
    display: block;
    text-align: center;
    padding: 10px 0px;
    color: #fff;
}

nav li a {
    width: 192px;
    height: 44px;
    display: block;
    background-image: url(../img/nav.png);
    text-indent: -9999px;
}

nav li#nav01 a {
    background-position: 0 0;
}

nav li#nav01 a:hover {
    background-position: 0 33%;
}

nav li#nav02 a {
    background-position: -192px 0;
}

nav li#nav02 a:hover {
    background-position: -192px 33%;
}

nav li#nav03 a {
    background-position: -384px 0;
}

nav li#nav03 a:hover {
    background-position: -384px 33%;
}

nav li#nav04 a {
    background-position: -576px 0;
}

nav li#nav04 a:hover {
    background-position: -576px 33%;
}

nav li#nav05 a {
    background-position: -768px 0;
}

nav li#nav05 a:hover {
    background-position: -768px 33%;
}

nav li#nav06 a {
    background-position: 0 66%;
}

nav li#nav06 a:hover {
    background-position: 0 100%;
}

nav li#nav07 a {
    background-position: -192px 66%;
}

nav li#nav07 a:hover {
    background-position: -192px 100%;
}

nav li#nav08 a {
    background-position: -384px 66%;
}

nav li#nav08 a:hover {
    background-position: -384px 100%;
}

nav li#nav09 a {
    background-position: -576px 66%;
}

nav li#nav09 a:hover {
    background-position: -576px 100%;
}

nav li#nav10 a {
    background-position: -768px 66%;
}

nav li#nav10 a:hover {
    background-position: -768px 100%;
}


/* nav li a {
    width: 160px;
    height: 44px;
    display: block;
    background-image: url(../img/nav.png);
    text-indent: -9999px;
}

nav li#nav01 a {
    background-position: 0 0;
}

nav li#nav01 a:hover {
    background-position: 0 33%;
}

nav li#nav02 a {
    background-position: -160px 0;
}

nav li#nav02 a:hover {
    background-position: -160px 33%;
}

nav li#nav03 a {
    background-position: -320px 0;
}

nav li#nav03 a:hover {
    background-position: -320px 33%;
}

nav li#nav04 a {
    background-position: -480px 0;
}

nav li#nav04 a:hover {
    background-position: -480px 33%;
}

nav li#nav05 a {
    background-position: -640px 0;
}

nav li#nav05 a:hover {
    background-position: -640px 33%;
}

nav li#nav06 a {
    background-position: -800px 0;
}

nav li#nav06 a:hover {
    background-position: -800px 33%;
}

nav li#nav07 a {
    background-position: 0 66%;
}

nav li#nav07 a:hover {
    background-position: 0 100%;
}

nav li#nav08 a {
    background-position: -160px 66%;
}

nav li#nav08 a:hover {
    background-position: -160px 100%;
}

nav li#nav09 a {
    background-position: -320px 66%;
}

nav li#nav09 a:hover {
    background-position: -320px 100%;
}

nav li#nav10 a {
    background-position: -480px 66%;
}

nav li#nav10 a:hover {
    background-position: -480px 100%;
}

nav li#nav11 a {
    background-position: -640px 66%;
}

nav li#nav11 a:hover {
    background-position: -640px 100%;
}

nav li#nav12 a {
    background-position: -800px 66%;
}

nav li#nav12 a:hover {
    background-position: -800px 100%;
} */




/**************************
** フッター
**************************/
footer {
    width: 100%;
    text-align: center;
    padding: 30px 0;
    position: absolute;
    bottom: 0;
}

footer ul {
    clear: both;
    text-align: center;
    width: 100%;
}

footer ul li {
    display: inline;
    margin: 0 5px;
}

footer ul li.information {
    display: inline;
    padding-left: 12px;
    border-left: 2px dotted #CCC;
}

.footer-bg {
    background: url(../img/footerbg.jpg) top left repeat;
}
.footer-bg a,
.footer-bg a:visited {
    color:#ffffff; /*訪問済みのリンクの色*/
}

/*page top*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
    z-index: 2;
}

#page-top a {
    background: var(--color-back-main);
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 15px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

/**************************
** コンテナ
**************************/
section:last-child {
    margin-bottom: 80px;
}

#container-enter {
    max-width: var(--column-main-wide);
    margin: 0 auto;
}

#container {
    max-width: var(--content-wide);
    margin: 0 auto;
    padding-bottom: 100px;
}

#container section {
    margin-top: 10px;
}

/* enterページ */
#container-enter .enter .sec_title h2 {
    border-bottom: 1px solid #b3b3b3;
    color: var(--color-main);
    font-size: var(--font-size-xxl);
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: var(--space-16);
    padding: 15px 0 0 0;
    line-height: 25px;
    background-position: 0px 2px;
}

#container-enter .enter p {
    margin: 8px 0;
    font-size: var(--font-size-base);
    line-height: 25px;
}

/*Bx-slider*/
.bxslider li {
    position: relative;
    height: 240px;
}

.bxslider img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
}

/*タイトル装飾*/
.title-main {
    padding: 3px 0 9px 0;
    background-image: url(../img/ttl_back.jpg);
    background-repeat: no-repeat;
    background-position-y: bottom;
    color: #eb4d8d;
    font-size: 160%;
    font-weight: bold;

}

.newtitle {
    line-height: 50px;
}

/*****新着情報装飾*******/
.what_new_list {
    height: 260px;
    overflow: scroll;
}

.what_new_list a {
    color: #333;
    vertical-align: middle;
}

.rt_type {
    padding: 7px;
    color: #fff;
    text-align: center;
    float: left;
    width: 10%;
    font-size: 0.8em;
    background-color: #5e5e5e;
    margin-right: 15px;
}

/*
*予約情報
**/
.type_yoyaku {
    background-color: #f300cb;
}

/*
*クチコミ情報
**/
.type_voice {
    background-color: #7700ff;
}

/*
*ブログ
**/
.type_blog {
    background-color: #f1c500;
}

/*
*入店情報
**/
.type_new {
    background-color: #009bf4;
}

/** 最新日記 **/
.diary-box .column li {
    background: #fff;
    padding: 15px;
    box-shadow: 1px 1px 3px #999;
    margin-bottom: 20px;
    display: block;
    position: relative;
    background-color: #FFFFFF;
    height: 335px;
    float: left;
    width: 260px;
    margin: 0 15px 15px 15px;
}

.into_img {
    overflow: hidden;
    height: 245px;
    margin-bottom: 10px;
}

.diary-box .diary-detail img {
    float: left;
    width: 50px;
}

.diary-box .diary-detail p {
    margin-left: 54px;
    font-size: var(--font-size-lg);
}

/* 熟女一覧 */
.girls-box .person {
    width: 300px;
    height: 655px;
    margin: 5px 0px 5px 10px;
    padding: 3px;
    float: left;
    border: 1px solid #dcdcdc;
    background: #FFFFFF;
}

.girls-box .person a img {
    width: 100%;
    display: block;
}

.girls-box .person .icon-box {
    text-align: center;
    margin: 5px auto;
}

.girls-box .person .icon-box img {
    vertical-align: middle;
}

.girls-box .person .icon-box .time_text {
    margin-left: 3px;
    color: #039818;
    font-weight: bold;
}

.girls-box .person .girl_name {
    margin: 5px 10px;
    text-align: center;
    padding: 3px 5px;
    background: var(--color-back-main);
    border: 1px solid var(--color-back-main);
    color: #fff;
    font-size: 16px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    padding: 4px 9px;
    line-height: 30px;
    font-weight: bold;
}

.girls-box .person .girl_size {
    text-align: center;
}

.girls-box .person .listIcons {
    display: flex;
}

.girls-box .person .listIcons li {
    width: 48%;
}

.girls-box .person .listIcons li {
    margin-left: 5px;
}

.girls-box .person .listIcons li img {
    width: 100%;
}

/* 本日の順位 */
.ranking-box .person {
    width: 300px;
    height: 615px;
    margin: 5px 0px 5px 10px;
    padding: 3px;
    float: left;
    border: 1px solid #dcdcdc;
    background: #FFFFFF;
}

.ranking-box .person a img {
    width: 100%;
    display: block;
}

.ranking-box .person .ranking-image-box {
    width: 80%;
    text-align: center;
    margin: 0 auto;
}

.ranking-box .person .icon-box {
    text-align: center;
    margin: 5px auto;
}

.ranking-box .person .icon-box img {
    vertical-align: middle;
}

.ranking-box .person .icon-box .time_text {
    margin-left: 3px;
    color: #039818;
    font-weight: bold;
}

.ranking-box .person .girl_name {
    margin: 5px 10px;
    text-align: center;
    padding: 3px 5px;
    background: var(--color-back-main);
    border: 1px solid var(--color-back-main);
    color: #fff;
    font-size: 16px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    padding: 4px 9px;
    line-height: 30px;
    font-weight: bold;
}

.ranking-box .person .girl_size {
    text-align: center;
}

.ranking-box .person .listIcons {
    display: flex;
}

.ranking-box .person .listIcons li {
    width: 48%;
}

.ranking-box .person .listIcons li {
    margin-left: 5px;
}

.ranking-box .person .listIcons li img {
    width: 100%;
}

/*Twitter公式*/
.twitter-box .content-box {
    height: 550px;
    width: 33%;
    overflow: scroll;
    background-color: white;
    float: left;
}

/*姉妹店の紹介*/
.area-map-box .menu_tiki .area_map {
    background: url(../img/area_map.png) top center no-repeat;
    width: 100%;
    height: 792px;
    margin: 0 auto;
    background-size: contain;

}

.h-pt20 {
    font-weight: bold;
    padding-top: 10px;
}

.menu_tiki ul li {
    display: block;
    font-size: 1em;
    position: relative;
    padding-left: 10px;
}

.yajirushi::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 3px;
    border-color: transparent transparent transparent #eb4d8d;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 0;
}

.yajirushi a {
    text-decoration: none;
    color: #eb4d8d;
    font-size: 1em;
    line-height: 1.3;
    font-weight: bold;
}

/*************************
* 詳細ページ
* 新人情報
**************************/

.newgirls-box .person {
    width: 300px;
    height: 670px;
    margin: 5px 0px 5px 10px;
    padding: 3px;
    float: left;
    border: 1px solid #dcdcdc;
    background: url(../img/bg_person.png) top left repeat;
}

.newgirls-box .person .info {
    text-align: center;
    padding: 3px 5px;
    background: #7c5ed5;
    border: 1px solid #a18ae5;
    color: #fff;
    font-size: 16px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    padding: 4px 9px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 5px;
}

.newgirls-box .person a img {
    width: 100%;
    display: block;
}

.newgirls-box .person .icon-box {
    text-align: center;
    margin: 5px auto;
}

.newgirls-box .person .icon-box img {
    vertical-align: middle;
}

.newgirls-box .person .icon-box .time_text {
    margin-left: 3px;
    color: #039818;
    font-weight: bold;
}

.newgirls-box .person .girl_name {
    text-align: center;
    font-size: 16px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    line-height: 30px;
}

.newgirls-box .person .girl_size {
    text-align: center;
}

.newgirls-box .person .listIcons {
    display: flex;
}

.newgirls-box .person .listIcons li {
    width: 48%;
}

.newgirls-box .person .listIcons li {
    margin-left: 5px;
}

.newgirls-box .person .listIcons li img {
    width: 100%;
}

/*************************
* 詳細ページ
* 在籍一覧
**************************/
.search_box {
    width: 100%;
    border-collapse: collapse;
}

.search_box li {
    position: relative;
    cursor: pointer;
    display: block;
    height: 32px;
    line-height: 32px;
    padding: 0 10px 0 10px;
    border-radius: 3px;
    background-color: #ffffff;
    float: left;
    margin: 0 4px;
    margin-bottom: 8px;
    font-weight: bold;
}

input[type=checkbox] {
    display: inline;
    vertical-align: middle;
    -webkit-transform: scale(1.2, 1.2);
}

/*************************
* 詳細ページ
* ランキング
**************************/
.btn-box {
    margin: 10px 0;
}

.btn-box-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-box-row li a {
    display: block;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    width: 200px;
    padding: 5px 0.5em;
    border: #ccc solid 1px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: bottom;
    margin: 10px;
}

.btn-box-row .select {
    background-color: white !important;
    color: var(--color-main);
    border: #eb5aa6 solid 2px;
}

.btn-box-row .green {
    background-color: #3ca193;
}

.btn-box-row .yellow {
    background-color: #efb820;
}

.btn-box-row .sougou {
    background-color: #f87c5c;
}

.btn-box-row .tel {
    background-color: #645645;
}

/*************************
* 詳細ページ
* 求人情報
**************************/
a.btn_w {
    position: relative;
    display: block;
    font-size: 18px;
    max-width: 24em;
    font-weight: normal;
    line-height: 1.4;
    margin: 15px auto 15px auto;
    padding: 12px 20px 12px 20px;
    background-color: var(--color-main);
    color: #fff !important;
    text-decoration: none !important;
    text-align: center;
    z-index: 1;
}

.sns-mail {
    background-color: #2196F3;
    box-shadow: 0 5px 0 #1e81d1;
    display: block;
    text-align: center;
    line-height: 18px;
    font-size: 15px;
    padding: 7px 0px;
    border-radius: 5px;
    font-weight: bold;
    color: #fff;
    margin: 1%;
    width: 48%;
    float: left;
}

.sns-line {
    background-color: #32CD32;
    box-shadow: 0 5px 0 #32ae32;
    display: block;
    text-align: center;
    line-height: 18px;
    font-size: 15px;
    padding: 7px 0px;
    border-radius: 5px;
    font-weight: bold;
    color: #fff;
    margin: 1%;
    width: 48%;
    float: left;
}

.sns-tel {
    background-color: #FF5722;
    box-shadow: 0 5px 0 #ca461c;
    display: block;
    text-align: center;
    line-height: 18px;
    font-size: 15px;
    padding: 7px 0px;
    border-radius: 5px;
    font-weight: bold;
    color: #fff;
    margin: 1%;
    width: 48%;
    float: left;
}

.sns-kakao {
    background-color: #d3c400;
    box-shadow: 0 5px 0 #948b14;
    display: block;
    text-align: center;
    line-height: 18px;
    font-size: 15px;
    padding: 7px 0px;
    border-radius: 5px;
    font-weight: bold;
    color: #fff;
    margin: 1%;
    width: 48%;
    float: left;
}

/*************************
* 詳細ページ
* 料金
**************************/
#sys {
    margin-top: 30px;
}

#price {
    width: 505px;
    float: left;
}

.sysCont {
    padding: 20px 15px;
    border: 1px solid #b18a57;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 0 2px rgb(255 237 215);
    box-shadow: inset 0 0 0 2px rgb(255 237 215);
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sysCont h4 {
    padding: 7px 0;
    text-align: center;
    border-radius: 1.5em;
    background: #fff4f0;
    font-size: 30px;
}

.sysInner {
    padding: 10px 25px;
}

.priceList {
    font-weight: bold;
    margin-bottom: 20px;
}

.priceList li {
    border-bottom: 2px dotted #c0c0c0;
    display: table;
    width: 100%;
}

.priceList li p.min {
    width: 40%;
}

.priceList li p {
    display: table-cell;
    font-size: 125%;
    text-align: right;
}

.priceList li p span {
    font-size: 2em;
    color: #e56301;
}

.priceList li p.price {
    padding-right: 35px;
}

.sysCont dl {
    font-size: 115%;
}

.sysCont dl dt {
    padding: 3px 10px;
    background: #74737c;
    color: #fff;
    font-weight: bold;
}

.sysCont dl dd {
    padding: 5px 10px;
}

.sysCont h4 {
    padding: 7px 0;
    text-align: center;
    border-radius: 1.5em;
    background: #fff4f0;
    font-size: 30px;
}

.sysCont h3 {
    background-color: #f3f3f3;
    padding: 10px 20px;
    color: #333;
    font-weight: bold;
}

#opList {
    font-size: 115%;
    padding: 20px 0;
}

#option {
    width: 440px;
    float: right;
}

#opList li {
    width: 100%;
    padding: 3px 0;
    display: table;
    color: #994d33;
    font-weight: bold;
}

#opList li:nth-child(even) {
    background: #f6eeec;
}

#opList li p {
    padding: 3px 15px;
    display: table-cell;
}

#opList li p.opt_p {
    text-align: right;
}

#caution {
    padding: 5px;
    text-align: center;
    background: #cccbd1;
}

#caution h4 {
    padding: 5px 0;
    display: inline-block;
    font-size: 129%;
}

#cautionInner {
    padding: 20px 35px;
    text-align: left;
    background: #fff;
    font-size: 115%;
}

/*タブ*/
.tab-box {
    position: relative;
}

.tab-box .is-active span {
    background-color: var(--color-main);
}

.js-tab {
    display: flex;

    flex-wrap: wrap;
}

.js-tab li span {
    display: block;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    width: 280px;
    padding: 5px 0.5em;
    border: #ccc solid 1px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: bottom;
    margin: 5px;
    background-color: #acacac;
}

.js-tab_content {
    display: none;
}

.js-tab_content.is-show {
    display: block;
}

.tab-box .photo {
    display: block;
    text-align: center;

}

.contwrap {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding: 0px 0;
    margin: 0px -50px 50px 0;
}

.contwrap .col.w50 {
    width: 100%;
}

.mds_rect {
    text-align: center;
}

.photo {
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0 auto 20px auto;
    position: relative;
}

.fee_table_w50 {
    width: 50%;
    float: left;
}

.fee_table_w50 tr {
    display: block;
    margin: 5px 20px;
    padding: 5px 0;
    border-bottom: solid 1px #808080;
}

.fee_table_w50 th {
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    text-align: center;
    background: #F4F4F4;
    width: 160px;
    padding: 10px;
}

.fee_table_w50 td {
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    padding: 10px;
}

/*************************
* 詳細ページ
* 出勤一覧
**************************/
#srtInfo {
    padding: 12px 5px;
}

#srtInfo dl {
    height: 36px;
    padding: 0;
    border: 1px solid #af9284;
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: inset 0 0 2px rgb(0 0 0 / 50%);
    box-shadow: inset 0 0 2px rgb(0 0 0 / 50%);
    color: #1fa73e;
    display: table;
    text-align: center;
    float: left;
    width: 245px;
}

#srtInfo dl dt,
#srtInfo dl dd {
    padding: 0 2px;
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
}

#srtInfo dl dd span {
    padding: 3px 5px;
    margin-right: 3px;
    background: #d04722;
    color: #fff;
    border-radius: 3px;
}

#srtInfo:after {
    height: 0;
    visibility: hidden;
    content: ".";
    display: block;
    clear: both;
}

ol#strDay {
    height: 34px;
    float: right;
    border: 1px solid #cac194;
    border-radius: 5px;
    display: table;
    width: 690px;
    background: #fff;
    -webkit-box-shadow: 1px 1px 0 rgb(0 0 0 / 20%);
    box-shadow: 1px 1px 0 rgb(0 0 0 / 20%);
}

ol#strDay li:not(:last-child) {
    border-right: 1px solid #cac194;
}

ol#strDay li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
}

ol#strDay li a {
    display: block;
    text-decoration: none;
    color: #946d5a;
}

.navigation {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-spacing: 10px 0;
    padding: 5px 0px;
}

.navigation>li {
    display: table-cell;
}

.navigation a {
    color: inherit;
    text-decoration: none;
    display: block;
    padding: 14px 0 14px 0;
    background-color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 30%);
    margin: auto;
    position: relative;
    font-size: 17px;
}

.navigation a img {
    vertical-align: bottom;
}

/*出勤一覧ここから*/
#BoxSearchResult .BoxPhotoProfile {
    margin-bottom: 10px;
    position: relative;
}

.BoxGray {
    background: url(../img/bg_person.png) top left repeat;
    padding: 10px;
    margin-bottom: 10px;
}

.BoxPhotoProfile .face {
    float: left;
    width: 18%;
}

.picDeco {
    position: relative;
    display: block;
    background: #fff;
    border: 10px solid #fff;
    overflow: hidden;
}

.picDeco img {
    width: 100%;
}

.profile {
    width: 980px;
    max-width: 980px;
    margin: 0 auto;
}

.BoxPhotoProfile .profile {
    float: right;
    width: 80%;
}

.BoxPhotoProfile .profile dl {
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

.BoxPhotoProfile .profile dt {
    display: table-cell;
}

.BoxPhotoProfile .girl_name {
    padding: 3px 5px;
    background: var(--color-back-main);
    border: 1px solid var(--color-back-main);
    color: #fff;
    font-size: 16px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
    position: relative;
    padding: 4px 9px;
    line-height: 30px;
    font-weight: bold;
}

.BoxPhotoProfile .profile .txt01 {
    background: #f1f1f1;
    padding: 15px;
    color: #42210b;
}

.content_date {
    padding: 10px 0;
}

.time_text {
    margin-left: 3px;
    color: #039818;
    font-weight: bold;
}

.BoxPhotoProfile section {
    padding: 40px 0;
    margin-bottom: 0px;
}

.type3_1 {
    background: #f0694b;
    color: #ffffff;
    padding: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    font-size: 12px;
}

.type3_2 {
    background: #44a389;
    color: #ffffff;
    padding: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    font-size: 12px;
}

.type3_3 {
    background: #e4ab01;
    color: #ffffff;
    padding: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    font-size: 12px;
}

.type3_4 {
    background: #ef5541;
    color: #ffffff;
    padding: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    font-size: 12px;
}

.type3_5 {
    background: #ab8566;
    color: #ffffff;
    padding: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    font-size: 12px;
}

#detDay {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    display: flex;
    text-align: center;
    font-size: .75rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

#detDay li {
    padding: 0 1px;
    /* flex: 1; */
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    flex: 1 1 0px;
    list-style: none;
}

.BoxPhotoProfile .profile dl {
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

#detDay li dl dt {
    display: block;
    background: #f8f2e2;
    color: #8f5d1d;
    text-decoration: none;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#detDay li dl dd {
    /* height: 3.9em; */
    text-align: center;
    color: #2ac186;
    margin: 0;
    background: #FFFFFF;
}

/*************************
* 詳細ページ
* 遊び方
**************************/
.play-box p {
    font-size: 18px;
    line-height: 25px;
    margin: 5px 5px;
}

/*************************
* 詳細ページ
* 口コミ,クチコミ
**************************/
.user-voice-box .column {
    display: flex;
    flex-wrap: wrap;
}

.user-voice-box .column a {
    width: 45%;
    background-color: white;
    padding: 11px;
    margin: 11px;
}

.user-voice-box .column a:hover {
    background-color: #fedeff;
}

.user-voice-box .detail-box {
    position: relative;
    display: block;
    height: 130px;
    overflow: hidden;
    margin-bottom: 5px;
}

.user-voice-box .detail-box img {
    width: 90px;
    float: left;
}

.user-voice-box .detail-box p {
    margin-left: 105px;
    font-size: 20px;
    line-height: 43px;
    color: #333;
}

.user-voice-box .review-box p {
    background-color: #444;
    color: white;
    padding: 5px;
    text-align: left;
    border-radius: 4px;
    font-size: 20px;
}

.user-voice-box .review-box .canvasChart {
    color: #333;
}

.canvasChart {
    width: 280px;
    margin: auto;
}

.user-voice-box .good-point p {
    font-size: 20px;
}

.user-voice-box .good-point .midashi {
    background-color: #444;
    color: white;
    padding: 5px;
    text-align: left;
    border-radius: 4px;
    margin-bottom: 3px;
}

/*************************
* 詳細ページ
* 登録＆ログイン
**************************/
.regist-box .login-box {
    display: block;
    width: 250px;
    margin: 0 auto;
}

.regist-box .login-box input {
    line-height: 30px;
    margin: 5px;
}

.regist-box .login-box .tel {
    width: 240px;
}

.regist-box .login-box .pass {
    width: 240px;
}

.regist-box .login-box .submit input {
    width: 100%;
    background-color: #eb4d8d;
    border: 1px solid;
    color: white;
}

.regist-box .login-box .submit input:hover {
    width: 100%;
    background-color: white;
    border: 1px solid;
    color: #eb4d8d;
}

.regist-box .newregist a {
    color: white;
}

.regist-box .newregist {
    display: block;
    width: 250px;
    margin: 0 auto;
    background-color: #009bf4;
    text-align: center;
    padding: 5px;
    border-radius: 4px;
}

.is-error-tel,
.is-error-pass {
    color: red;
    font-size: 14px;
}


.regist-box .logincontent-box {
    margin-top: 10px;
}

.regist-box .logincontent-box .pass_forget p {
    text-align: center;
}

/*************************
* 詳細ページ
* 女性プロフィール
**************************/
/*TOP名前*/
#detInfo {
    width: 100%;
    padding: 0;
    display: table;
    border: 1px solid #f7e7ce;
    border-spacing: 8px;
    border-radius: 5px;
    background: #fad9da;
    margin-bottom: 20px;
}

#detInfo p, #detInfo div, #detInfo ul {
    display: table-cell;
    line-height: 1;
    vertical-align: middle;
    padding: 10px;
}
#detName {
    min-width: 3em;
    color: #871f24;
    font-size: 32px;
    font-weight: bold;
}
#detAge {
    width: 2.5em;
    padding-right: 25px;
    font-size: 30px;
    font-weight: bold;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #9c7862;
    background: url(../img/det_age.png) 100% 100% no-repeat;
}
#birth {
    width: 9em;
    padding: 0 3px;
    border: 1px solid #ece4d9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border-radius: 3px;
    color: #9c7862;
    font-weight: bold;
}
#detSizes li {
    display: inline;
    color: #80512d;
    font-size: 158%;
    font-weight: bold;
}

/*画像一覧*/
#photoBox {
    width: 530px;
    float: left;
}
#photo {
    width: 530px;
    height: 560px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
#thumbs {
    margin-bottom: 10px;
    text-align: center;
}
#thumbs li {
    display: inline;
}

.listIcons li {
    float: left;
    width: 48%;
    padding: 7px 1%;
}
#detOp ul li.act {
    border-color: #b87561;
    color: #555;
    background-color: #fff;
}
#detOp ul li {
    padding: 2px 5px 2px 5px;
    margin-right: 3px;
    margin-bottom: 3px;
    display: inline-block;
    white-space: nowrap;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #b4b4b4;
    color: #ddd;
    background-color: #b4b4b4;
}

.into_img {
    overflow: hidden;
    height: 245px;
    margin-bottom: 10px;
}

.profile-box fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*コメント*/
.detBox {
    padding: 10px;
    border: 1px solid #b18a57;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 0 2px rgb(255 237 215);
    box-shadow: inset 0 0 0 2px rgb(255 237 215);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fff1de), color-stop(0.50, #fff));
    background: -webkit-linear-gradient(top, #fff 50%, #fff1de 100%);
    background: -moz-linear-gradient(top, #fff 50%, #fff1de 100%);
    background: linear-gradient(to bottom, #fff 50%, #fff1de 100%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#comInner {
    height: 320px;
    overflow-y: auto;
}

/*プロフィール－口コミ*/
.girlReviewRight {
    display: block;
    height: 105px;
}
.girlReviewRight li {
    padding: 5px 0;
}
.reviewTitle {
    border: 1px solid #303030;
    text-align: left;
    padding: 2px 5px;
    background-color: #303030;
    color: #fff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    margin: 1em 0;
}
span.reviewTitle {
    margin-right: 5px;
}
.profile-box .more_button {
    color: #FFFFFF;
    background-color: var(--color-back-main);
    border-bottom-color: var(--color-back-main);
    border-top-color: var(--color-back-main);
    border-radius: 4px;
    margin: 20px auto 0;
    width: 260px;
    text-align: center;
    padding: 10px 20px;
}

.profile-box td {
    vertical-align: top;
}