@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: 640px;
    --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-xxxl: 25px;
    --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:before,
.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;
}

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

.m-ud15 {
    margin: 15px 0;
}

.l-h-30 {
    line-height: 30px;
}

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

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

.base_color {
    font-size: 12px;
    color: var(--color-main);
    background: #ffffe8;
    margin: 3px;
    padding-bottom: 3px;
    border: 1px solid #dcdcdc;
    border-radius: 5px 5px 5px 5px;
}

.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: 80px;
    padding: 4px 20px;
    display: block;
    margin: 10px auto;
    text-align: center;
}

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

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

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

.girl_name a {
    color: #ffffff;
    font-weight: bold;
}

.time_text {
    margin-left: 3px;
    color: #039818;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
}

/*ボタン*/
a.btn--pink {
    color: #fff;
    background-color: #eb4d8d;
    border-bottom: 5px solid #9f0040;
}

a.btn--pink:hover {
    margin-top: 3px;
    color: #fff !important;
    background: #fb65a2;
    border-bottom: 2px solid #9f0040;
}

a.btn--shadow {
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}

a.btn--blue {
    color: #fff;
    background-color: #11ada5;
    border-bottom: 5px solid #00726c;
}

a.btn--blue:hover {
    margin-top: 3px;
    color: #fff !important;
    background: #4ac1bb;
    border-bottom: 2px solid #00726c;
}

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

a:hover {
    color: #eb4d8d !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: 360px;
    box-sizing: border-box;
}

#wrapper.enter {
    padding-bottom: 60px;
}

#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;
}

/*ヘッダーメニュー*/
#fix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    /* width: 100%; */
    z-index: 99999;
    /* transition: all .3s; */
}

#fix ul {
    width: 100vw;
    /* width: 100%; */
    padding: 6px 0;
    display: table;
    background: rgb(90 90 90 / 70%);
}

#fix ul li#fxMenu {
    width: 20%;
}

#fix ul li {
    padding: 0 3px;
    display: table-cell;
    text-align: center;
    vertical-align: top;
    font-size: .88rem;
}

#fix ul li a {
    display: block;
    color: #646464;
    border: 1px solid #040000;
    border-radius: 5px;
    text-decoration: none;
    line-height: 1em;
}

#fix ul li#fxMenu a {
    height: 15px;
    padding: 25px 0 5px;
    background-image: url(../img/icon_menu.png);
    background-position: 50% 7px;
    background-repeat: no-repeat;
    background-color: #fff;
    -webkit-background-size: 16px 15px;
    background-size: 16px 15px;
    font-size: 1rem;
}

#fix ul li#fxLady a {
    height: 25px;
    line-height: 25px;
    padding: 10px 5px 10px 5px;
    background-color: #fff;
    background-position: 7px 50%;
    -webkit-background-size: 27px 24px;
    background-size: 27px 24px;
    font-weight: bold;
}

#fix ul li#fxTel a {
    height: 18px;
    line-height: 21px;
    padding: 24px 5px 3px;
    background-image: url(../img/icon_tel.png);
    background-repeat: no-repeat;
    background-color: var(--color-back-main);
    background-position: 50% 3px;
    -webkit-background-size: 24px 24px;
    background-size: 24px 24px;
    display: block;
    color: #fff;
    border: 1px solid #040000;
    border-radius: 5px;
    font-size: 1rem;
}

#fix ul li#fxForm a {
    height: 18px;
    line-height: 21px;
    padding: 24px 5px 3px;
    background-image: url(../img/icon_rsv.png);
    background-repeat: no-repeat;
    background-color: var(--color-back-main);
    background-position: 50% 3px;
    -webkit-background-size: 24px 24px;
    background-size: 24px 24px;
    display: block;
    color: #fff;
    border: 1px solid #040000;
    border-radius: 5px;
    font-size: 1rem;
}

/* 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 {
    max-width: var(--column-main-wide);
    margin: 0 auto;
    padding-top: 60px;
    background-color: white;
}

header .inner-box {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

header h1 {
    margin: 10px 5px;
}

header .inner-logo .logo {
    width: 100%;
}

#member_count {
    color: white;
    background-color: var(--color-back-main);
    font-size: 14px;
    line-height: 28px;
    padding-left: 5px;
}

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

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

/*メニュー*/
nav {
    vertical-align: bottom;
}

nav img {
    vertical-align: bottom;
}

nav ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
}

nav li {
    width: 23%;
    float: left;
    padding: 1%;
}

nav ul li a {
    padding: 0;
    display: block;
    color: #ffffff;
    font-size: 19px;
    text-align: center;
    text-decoration: none;
}


/**************************
** フッター
**************************/
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 ul li a {
    color: var(--color-white);
}

.footer-bg {
    /*background: url(../img/footerbg.jpg) top left repeat;*/
}

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

#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 36px;
    padding: 5px 0;
    text-align: center;
    display: block;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    font-size: 20px;
}

/*フッターメニュー*/
.pro-footer {
    display: inline-block;
    margin-bottom: 15px;
}

.pro-footer dl.ft-nav {
    width: 100%;
    border: none;
}

.ft-nav dd {
    background: #fafafa;
    margin-left: 0;
    width: 50%;
    float: left;
    text-align: center;
    box-shadow: 0 0 1px 0 #5d5d5d inset;
}

.ft-nav dd a {
    display: inline-block;
    -webkit-box-sizing: border-box;
    width: 100%;
    padding: 8px 10px;
    background: none;
    color: #333;
    font-size: 22px;
    font-weight: bold;
}

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

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

#container-enter .content-inner-area {
    padding: 5px;
}

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

#container section:first-child {
    margin-top: 0px;
}

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

/* enterページ */
#container-enter .enter .count {
    font-size: 12px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background: #222;
}

#container-enter .enter .info {
    padding: 10px;
    background: -webkit-gradient(linear, left top, right bottom, from(#ececec), color-stop(0.25, #ececec), color-stop(0.25, white), color-stop(0.5, white), color-stop(0.5, #ececec), color-stop(0.75, #ececec), color-stop(0.75, white), to(white));
    background: -moz-linear-gradient(-45deg, #ececec 25%, white 25%, white 50%, #ececec 50%, #ececec 75%, white 75%, white);
    background: linear-gradient(-45deg, #ececec 25%, white 25%, white 50%, #ececec 50%, #ececec 75%, white 75%, white);
    -webkit-background-size: 2px 2px;
    background-size: 2px 2px;
}

#container-enter .enter .info p {
    font-size: 11px;
    line-height: 16px;
    text-align: center;
    padding: 0 5px;
}

#container-enter .enter .sec_title h2 {
    border-bottom: 3px solid #f4468e;
    color: var(--color-main);
    font-size: var(--font-size-xxl);
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: var(--space-4);
    padding: 15px 0 0 5px;
    line-height: 25px;
    background-position: 0px 2px;
}

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

#leadArea {
    padding: 5px;
}

#leadArea .area_map {
    background: url(../img/area_map.jpg) top center no-repeat;
    width: 100%;
    margin: 0 auto;
    background-size: contain;
}

.h-pt20 {
    font-size: 19px;
    margin: 15px 0;
}

/*Bx-slider*/
.bxslider li {
    height: 200px;
}

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

/*タイトル装飾*/
.title-main {
    position: relative;
}

.title-main img {
    width: 100%;
    vertical-align: bottom;
}

.title-main h2 {
    color: var(--color-main);
    font-size: var(--font-size-xxxl);
    font-weight: bold;
    line-height: 1.2;
    line-height: 30px;
    background-position: 0px 2px;
}

.newtitle h2 {
    color: var(--color-back-main);
    border-bottom: 3px solid var(--color-back-main);
    padding: 5px;
}

.icontitle h2 {
    border-bottom: unset;
    padding: unset;
}

.title-main .date {
    padding: 0px 5px;
    border-radius: 5px;
    background-color: var(--color-back-main);
    color: #fff;
    text-align: center;
    text-decoration: none;
    position: absolute;
    right: 1px;
    font-size: 11px;
    top: -2px;
}

.title-main span {
    padding: 0px 10px;
    border-radius: 5px;
    background-color: var(--color-back-main);
    color: #fff;
    text-align: center;
    text-decoration: none;
    position: absolute;
    right: 0px;
    font-size: 11px;
    margin: 5px;
    top: 3px;
}

.newtitle {
    line-height: 50px;
}

/*****top新着情報装飾*******/
.what_new_list {
    height: 260px;
    overflow: scroll;
    background-color: #f7f7f7;
}

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

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

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

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

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

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

/** TOP-最新日記 **/
.newsNewList_th {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}

.newsNewPickup_th {
    float: left;
    width: 189px;
    min-height: 245px;
    border-right: 1px solid #ccc;
}

.newsNewPickup_th a {
    /*border-right: 1px solid #ccc;*/
    display: block;
}

.newsNewPickup_th a ul {
    padding: 4px;
    overflow: hidden;
}

.newsNewPickup_th a ul .img {
    margin-bottom: 5px;
    text-align: center;
}

.newsNewPickup_th a ul li.mkThumb img {
    width: 100%;
}

.newsNewPickup_th a ul .time {
    font-size: 18px;
    line-height: 20px;
}

.time {
    background-image: url(../img/icon_time.png);
    background-size: 13px 13px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 17px;
    color: var(--color-main);
}

.newsNewPickup_th a ul .text {
    font-size: 20px;
    line-height: 20px;
    color: #0645ad;
}

.newsNewList_th .box {
    overflow: hidden;
}

.newsNewList_th .box a {
    display: block;
}

.newsNewList_th .box a ul {
    padding: 4px;
    border-bottom: 1px solid #ccc;
}


.newsNewList_th .box a ul .img {
    float: left;
    width: 39px;
    margin-right: 5px;
    height: 52px;
    overflow: hidden;
}

.newsNewList_th .box a ul .img img {
    max-width: 100%;
}

.newsNewList_th .box a ul .time {
    font-size: 10px;
    line-height: 13px;
}

.newsNewList_th .box a ul .text {
    font-size: 12px;
    line-height: 13px;
    overflow: hidden;
    color: #0645ad;
}

/* 熟女一覧 */


/*TOP-出勤一覧*/
.detDay {
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    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;
}

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

.detDay li dl dt a {
    color: var(--color-main);
}

.detDay li dl dt a.selected {
    color: #666;
    font-weight: bold;
}

#prof1 {
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
}

#prof1 td {
    vertical-align: top;
}

#prof1 td p {
    margin: 10px 0;
}

.detDay {
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    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;
}

.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;
}

/* 本日の順位 */
#slider3 li {
    display: table-cell;
    margin-bottom: 6px;
    padding: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
}

.no1 {
    margin-bottom: 3px;
    border-radius: 5px 5px 0 0;
    background: #b69600;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.no2 {
    margin-bottom: 3px;
    border-radius: 5px 5px 0 0;
    background: #a2a2b8;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

/*口コミ、クチコミ*/
.review-name {
    padding: 15px 10px 25px;
}

.reviewTitle {
    border: 1px solid #303030;
    text-align: left;
    padding: 2px 5px;
    background-color: #303030;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

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

/*Twitter公式*/


/*姉妹店の紹介*/
.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;
}

/*************************
* 詳細ページ
* メニュー
**************************/
.fee_inner p {
    margin: 15px;
}

.fee_inner section {
    margin-bottom: unset;
}

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

.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%;
}

/*************************
* 詳細ページ
* 在籍、女性、熟女一覧
**************************/
.searchplus {
    padding: 10px 0;
    display: block;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    width: 83%;
    margin: 15px auto;
    background-color: #ef4c4c;
    font-size: 15px;
    color: #fff;
    border-radius: 50px;
}

.search-contents-container {
    padding: 10px;
    margin-bottom: 0;
}

.top-keyword-search-cont {
    position: relative;
}

.top-keyword-search-cont ._input-cont {
    width: 100%;
}

.top-keyword-search-cont ._input-cont input[type=text] {
    border-radius: 8px;
    padding: 0 44px 0 15px;
}

.top-keyword-search-cont ._submit-btn-cont {
    position: absolute;
    top: 0;
    right: 0;
}

.top-keyword-search-cont ._submit-btn-cont .btn {
    width: 44px;
    height: 44px;
    line-height: 44px;
}

.search-contents-container button {
    letter-spacing: .2em;
    width: 150px;
    height: 46px;
    line-height: 40px;
    border-radius: 0 3px 3px 0;
    background-color: #45a898;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    border: none;
}

#slideBox {
    display: none;
}

.search-contents-container {
    padding: 10px;
    margin-bottom: 0;
}

.search-contents-container li {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 10px;
}

.search-contents-container li input[type=checkbox] {
    display: none;
}

.search-contents-container li input[type=checkbox]:checked+label {
    background-color: #ee74b7;
    color: #fff;
}

.search-contents-container li label {
    position: relative;
    display: block;
    padding: 10px;
    font-weight: 700;
    border-radius: 100px;
    background-color: #f6f8f8;
    color: #8e9ba4;
}

.search-contents-container li {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 10px;
}

.search-contents-container li label {
    position: relative;
    display: block;
    padding: 10px;
    font-weight: 700;
    border-radius: 100px;
    background-color: #f6f8f8;
    color: #8e9ba4;
}

.search-contents-container button {
    letter-spacing: .2em;
    width: 150px;
    height: 46px;
    line-height: 40px;
    border-radius: 0 3px 3px 0;
    background-color: #45a898;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    border: none;
}

/*女性検索結果*/
#atwlist {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

a .atwPhoto {
    position: relative;
}

a .atwNew {
    position: absolute;
    top: 0;
    left: 0;
}


.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);
}

/*************************
* 詳細ページ
* プロフィール、女性ページ
**************************/
.content_title {
    -webkit-box-shadow: 0 0 3px rgb(0 0 0 / 30%);
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
    position: relative;
}

.content_title_inner {
    background: #cb8ea7;
    color: #fff;
    font-size: 120%;
    font-weight: bold;
    line-height: 1.2;
    padding: 8px 10px;
}

.content_title span {
    min-height: 18px;
    display: block;
    padding: 7px 0 6px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    -webkit-text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
    text-shadow: 2px 2px 1px rgb(0 0 0 / 20%);
}

.date_area {
    padding: 5px;
}

#rsv {
    padding: 3px;
    min-height: 50px;
}

#rsv a {
    display: block;
    width: 44%;
    float: left;
    text-align: center;
    padding: 13px 1px;
    margin: 0 9px;
    font-weight: bold;
}

#profile_img li {
    border: 10px solid #fff;
    background-color: #fff;
    box-shadow: 1px 1px 3px #ccc;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    word-break: break-all;
}

.girl_image_thum {
    height: 25vw;
}

.girl_image_thum li {
    width: 18%;
    float: left;
    padding: 1%;
}

#day_0 h3 {
    background-color: #f3f3f3;
    padding: 10px 20px;
    color: #333;
    text-align: center;
}

#move-more {
    width: 35%;
    line-height: 30px;
    margin: 20px auto 10px;
    background: var(--color-back-main);
    border-radius: 5px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

#move-more a {
    color: #fff;
}

.listIcons {
    text-align: center;
    width: 100%;
}

.listIcons li {
    float: left;
    width: 48%;
    padding: 7px 1%;
}

#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;
    font-size: .75rem;
}

#detOp ul li.act {
    border-color: #b87561;
    color: #555;
    background-color: #fff;
}

.girlReviewRight {
    display: block;
    height: 105px;
}

.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;
}

.girlReviewRight li {
    padding: 5px 0;
}

.voice_profile-box .girl_base_color {
    background: #ffe6ff;
    margin: 5px;
    border: 0px solid #ffc6ff;
    border-radius: 5px 5px 5px 5px;
    line-height: 16px;
}
.quotes {
    background: #b87561;
    padding: 3px 5px 8px;
}
.quotes .header h2 {
    padding: 3px 0 3px 10px;
    color: #fff;
    font-weight: 700;
    font-size: 19px;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 10%);
    background: none;
}
.quotes .contents {
    background: #fff;
    border-radius: 5px;
}
.profile_g_feed-box section:last-child {
    margin-bottom: 10px;
}
.joinBlock01 {
    padding: 13px 10px 10px;
    border-bottom: 1px solid #ccc;
    background-color: #f5ecd5;
}
.joinBlock01 .button01, .joinBlock01 .button01:link {
    text-decoration: none;
    color: #fff;
}
a.button01, button.button01, input.button01, span.button01 {
    display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    padding: 0 10px;
    border-radius: 4px;
    font-size: 14px;
    font-family: inherit;
    text-align: center;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    border: none;
    background: #db46bb;
}
.rtn_mp {
    width: 80%;
    display: table-cell;
}
.rtn_mp 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;
}
.rtn_mp a {
    width: 60%;
    color: #3B3B3B;
    display: block;
    margin: 0 20px;
    padding: 0 40px 0 20px;
    background: #d4d4d4;
    background-image: url(../img/icon_arrow_right.png);
    background-size: 20px 18px;
    background-repeat: no-repeat;
    background-position: right center;
}
/*************************
* 詳細ページ
* ランキング
**************************/
.box-rank {
    text-align: center;
    padding-top: 5px;
}

.box-rank li:first-child {
    background: #40a898;
}

.box-rank li:nth-child(2) {
    background: #efb820;
}

.box-rank li:nth-child(3) {
    background: #f87c5c;
}

.box-rank li:last-child {
    background: #645645;
}

.box-rank li,
.box-rank li a {
    display: inline-block;
    height: auto;
    text-align: center;
}

.box-rank li {
    margin: 0 1% 1% 0;
    width: 40%;
}

.box-rank.row3 li a {
    width: 100%;
}

.box-rank li a {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    width: 140px;
    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;
}

.ranking-box #prof1 .v-middle {
    vertical-align: middle;
}


.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: 15em;
    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;
}

/*************************
* 詳細ページ
* 料金
**************************/
.priceList {
    padding: 5px;
    font-weight: bold;
}

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

.priceList li p.min {
    text-align: left;
    width: 11.5rem;
}

.priceList li p span {
    font-size: 1.43rem;
}

.priceList li p {
    display: table-cell;
    text-align: right;
}

.fee_inner p {
    margin: 1em;
}

.priceList li p.price span {
    color: #eb4d8d;
}

.priceList li p span {
    font-size: 1.43rem;
}

.fee_inner p {
    margin: 1em;
}

.price-text-box {
    padding: 0 5px;
}

.price-text-box h3 {
    margin: 10px 0;
    font-size: 20px;
}

.price-text-box p {
    font-size: 18px;
}

.secondary {
    margin: 0;
    padding: 10px;
    background-color: #f3f1f0;
    display: block;
}

.primary {
    margin: 4px 0;
    padding: 10px;
    font-weight: bold;
    background-color: #e6e6e6;
}

/*タブ*/
.areamenu li {
    width: 31%;
    float: left;
    padding: 1%;
}

.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: 113px;
    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: 2px;
    background-color: #acacac;
}

.js-tab_content {
    display: none;
}

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

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

.tab-box .photo img {
    width: 100%;
}

.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 5px;
    padding: 5px 0;
    border-bottom: solid 1px #808080;
}

.fee_table_w50 th {
    font-size: 18px;
    /* line-height: 29px; */
    font-weight: bold;
    text-align: center;
    background: #F4F4F4;
    /* width: 91px; */
    padding: 5px;
}

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

/*************************
* 詳細ページ
* 出勤一覧(schedule,スケジュール)
**************************/
#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;
}

.Cnt {
    position: absolute;
    top: 5px;
    right: 16px;
    display: block;
    color: #fff;
}

.Cnt span {
    font-weight: bold;
    font-size: 1.4em;
    padding: 0;
    border-radius: 0;
    color: unset;
    text-align: unset;
    right: unset;
    margin: unset;
    background-color: unset;
    position: unset;
}

/*検索フォーム*/
.search-contents-container {
    padding: 10px;
    margin-bottom: 0;
}

.top-keyword-search-cont {
    position: relative;
}

.top-keyword-search-cont ._input-cont {
    width: 100%;
}

.top-keyword-search-cont ._submit-btn-cont .btn {
    width: 44px;
    height: 44px;
    line-height: 44px;
}

.search-contents-container button {
    letter-spacing: .2em;
    width: 150px;
    height: 46px;
    line-height: 40px;
    border-radius: 0 3px 3px 0;
    background-color: #45a898;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    border: none;
}

.top-keyword-search-cont ._input-cont input[type=text] {
    border-radius: 8px;
    padding: 0px 17px 0 15px;
}

.top-keyword-search-cont input[type=text] {
    padding: 0 1rem;
    width: 91%;
    height: 42px;
    border: 1px solid #d4dadd;
}

.top-keyword-search-cont ._submit-btn-cont {
    position: absolute;
    top: 0;
    right: 0;
}

.top-keyword-search-cont ._submit-btn-cont .btn {
    width: 44px;
    height: 44px;
    line-height: 44px;
}

.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: 15px;
}

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

/*出勤一覧ここから*/
#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-color: var(--color-back-main);
    border: 1px solid #5975a7;
    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;
    font-size: 16px;
    line-height: 22px;
}

.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;
}

/*************************
* 詳細ページ
* 口コミ,クチコミ
**************************/
.box-age {
    text-align: center;
    padding-top: 5px;
}

.box-age li:first-child {
    background: #40a898;
}

.box-age li:nth-child(2) {
    background: #efb820;
}

.box-age li:last-child {
    background: #645645;
}

.box-age li {
    margin: 0 1% 1% 0;
    width: 22%;
}

.box-age.row3 li a {
    width: 100%;
}

.box-age li,
.box-age li a {
    display: inline-block;
    height: auto;
    text-align: center;
}

.box-age li a {
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    width: 140px;
    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;
}

/*口コミコンテンツ*/
.girl_base_color {
    background: #FFF;
    margin: 5px;
    border: 1px solid #dcdcdc;
    border-radius: 5px 5px 5px 5px;
}

.girl_base_color2 {
    background: #f3f3f3;
    margin: 5px;
    border: 0px solid #dcdcdc;
    border-radius: 5px 5px 5px 5px;
}

.base_color2 {
    background: #fff;
    border: 2px solid #dcdcdc;
    margin: 5px;
    border-radius: 5px 5px 5px 5px;
}

.base_color2>p {
    margin: 15px 0;
}

#prof td {
    vertical-align: top;
}

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


/*************************
* 詳細ページ
* 登録＆ログイン
**************************/
.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;
}

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

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

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

.regist-box .logincontent-box {
    margin: 5px 8px;
}

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

/*************************
* 詳細ページ
* ブログ、日記
**************************/
/*共通3*/
.base_color {
    background: #eee;
    margin: 5px;
    padding-bottom: 3px;
    border: 1px solid #dcdcdc;
    border-radius: 5px 5px 5px 5px;
}

table#prof3 td {
    font-size: 14px;
    border: 0px;
    vertical-align: middle;
    padding: 3px;
}

table#prof3 td {
    font-size: 14px;
    border: 0px;
    vertical-align: middle;
    padding: 3px;
}

/*一覧3*/
.into_img {
    height: 150px;
    width: 100%;
    overflow: hidden;
    margin-right: 6px;
    margin-left: 6px;
    margin-top: 3px;
    margin-bottom: 3px;
    float: left;
}

.blog-box section {
    text-align: center;
}

.fs_24px {
    margin: 0px;
    font-size: 24px;
}

/*ブログ一覧*/
.profile_g_feed_list-box .area {
    width: 100%;
    height: 70px;
    margin: 3px 0;
    border-color: #3B3B3B;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background-image: url(../img/icon_arrow_right.png);
    background-size: 20px 18px;
    background-repeat: no-repeat;
    background-position: right center;
    vertical-align: top;
}

.profile_g_feed_list-box .area .trimming {
    margin: 0px;
    padding: 0px;
    width: 70px;
    height: 70px;
    overflow: hidden;
    float: left;
}