@charset "utf-8";
/* CSS Document */
h2.ttl_lady {
    color: #000;
    font-size: 5vw;
    font-weight: bold;
    padding-bottom: 10px;
}
/* スライダー調整
*********************************************/
.flex-direction-nav a.flex-prev:before {
    background: url(https://img.undernavi.com/front/sp/shop/arrow_left.png) no-repeat;
    background-size: 100% auto;
    content: "";
    width: 23px;
    height: 35px;
}
.flex-direction-nav a.flex-next:before {
    background: url(https://img.undernavi.com/front/sp/shop/arrow_right.png) no-repeat;
    background-size: 100% auto;
    content: "";
    width: 23px;
    height: 35px;
}
.flex-direction-nav .flex-next,
.flex-direction-nav .flex-prev {
    font-size: 0;
}
.flex-direction-nav a {
    width: 23px;
    height: 35px;
}
.flex-direction-nav .flex-next {
    right: 3px;
}
.flex-direction-nav .flex-prev {
    left: 3px;
}
.flexslider {
	margin-bottom: 10px !important;
}
.lady_profArea {
    border: 1px solid #c9c9c9;
    padding: 15px 4%;
	position: relative;
}
.lady_profArea .shop {
    font-size: 4vw;
    font-weight: bold;
    color: #333;
}
.lady_profArea .lady_name {
	font-size: 5vw;
	font-weight: bold;
	color: #ed4e77;
	margin: 5px 0;
	line-height: 1.6;
}
.lady_profArea .lady_name .new {
	font-size: 3.5vw;
	color: #c80237;
	border: 1px solid #c80237;
	border-radius: 2px;
	padding: 2px 4px;
	margin-right: 3px;
}
.lady_profArea .buttons{
    display: flex;
    gap: 3.5vw;
}
.lady_profArea .following_favorite_lady,
.lady_profArea .favorite_lady,
.lady_profArea .gravurelady_btn,
.lady_profArea .go_asobotalk {
    flex: 1 1 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    cursor: pointer;
    color: #333;
    border: 1px solid #e4e4e4;
    border-radius: 2px;
    font-size: 4.2vw;
    font-weight: bold;
    text-align: center;
    padding: 7px 0;
}
.lady_profArea .following_favorite_lady img,
.lady_profArea .favorite_lady img,
.lady_profArea .gravurelady_btn img,
.lady_profArea .go_asobotalk img {
    height:1.5em;
    width: 1.5em;
    object-fit: contain;
    vertical-align: middle;
    padding-right: 5px;
}
.following_favorite_lady,
.favorite_lady_new.favorite_lady.favorite_lady-sp.iframe {
	display: flex;
	align-items: center;
	justify-content: center;
}
.following_favorite_lady {
    opacity: .8;
    filter: grayscale(1);
}
.gravurelady_btn {
	margin-top: 10px;
}

.lady_genre_icon {
	margin:8px 0;
}
.lady_genre_icon li {
    display: inline-block;
    font-size: 3vw;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 2px 5px;
    margin-right: 1%;
    margin-bottom: 5px;
}
.lady_sch {
    background: #ffe5ec;
    font-size: 4.5vw;
    text-align: center;
    padding: 5px 0;
    margin-bottom: 5px;
}
.lady_sch span {
    padding-right: 5px;
}
#photo_thumb ul {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 10px;
}
#photo_thumb ul li {
    width: 32%;
    margin-right: 2%;
}
#photo_thumb ul li:last-child {
    margin-right: 0;
}
#photo_thumb ul li figure {
	position: relative;
}
#photo_thumb ul li figure .play {
    position: absolute;
    width: 2.1rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height:auto;
}

#movie_thumb .thumb {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    background: #000000;
    overflow: hidden;
}
#movie_thumb .thumb a {
    display: block;
    color: #040404;
    text-decoration: none;
}
#movie_thumb .thumb a .image {
	vertical-align: middle;
	width: 100%;
	height: auto;
}
#movie_thumb .thumb .play {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 13%;
	height: auto;
	transform: translate(-50%, -50%);
}
#sch_calendar table {
    width: 100%;
    border: 1px solid #434343;
    border-collapse: collapse;
    margin-bottom: 10px;
    table-layout: fixed;
}
#sch_calendar th {
    border: 1px solid #434343;
    background: #ffe5ec;
    text-align: center;
    padding: 5px 0;
}
#sch_calendar td {
    border: 1px solid #434343;
    text-align: center;
    padding: 10px 3px;
    font-size: 3vw;
}
.nextPrev {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 96%;
    margin: 0 auto;
}
.nextPrev li {
    width: 48%;
    background: #ffe5ec;
    border: 1px solid #ffccda;
    border-radius: 2px;
}
.nextPrev li a {
    display: block;
    color: #ea4e77;
    text-align: center;
    padding: 7px 0;
}
/* プロフィール
*********************************************/
.tbl_profile {
	width: 100%;
	border: 1px solid #333;
	border-collapse: collapse;
	margin: 0 auto;
	table-layout: fixed;
	word-break: break-word;
}
.tbl_profile th {
    width: 37%;
    background: #f7f7f7;
    border: 1px solid #333;
    font-size: 3.5vw;
    text-align: center;
    padding: 8px 0;
}
.tbl_profile td {
    text-align: left;
    font-size: 3.5vw;
    border: 1px solid #333;
    padding: 8px 5px;
}

.web_reserve_bnr_modal {
    background: #f9a514;
    width: 90%;
    margin: 10px auto;
    text-align: center;
    padding: 10px 0;
    border-radius: 30px;
    box-shadow: 2px 2px 4px gray;
}
.web_reserve_bnr_modal p {
    color: #FFF;
    font-size: 4.5vw;
    font-weight: bold;
}
.web_reserve_bnr_modal p img {
	width: 8%;
	padding-right: 5px;
	vertical-align: middle;
	height: auto;
}
.lady_date {
    width: 100%;
    margin: 10px auto;
    border: 1px solid #d9d9d9;
    border-collapse: collapse;
    table-layout: fixed;
    text-align: center;
}
.lady_date th {
    background: #fffcd7;
    border: 1px solid #d9d9d9;
    padding: 10px 0;
    vertical-align: middle;
}
.lady_date th.sat {
    background: #c5ebfe;
}
.lady_date th.sun {
    background: #ffc5c4;
}
.lady_date td {
    border: 1px solid #d9d9d9;
    padding: 10px 0;
    vertical-align: middle;
    font-weight: bold;
}
.lady_date td.sp03 {
    background: #acfabe;
}
.lady_date td.sp03 a {
    color: #00712f;
}

#use_date {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 999;
}
#use_date_inner {
    background: #fff;
    margin: 45px 5% 0 5%;
    padding: 3% 2%;
    height: 90vh;
    overflow-y: scroll;
    overflow-x: hidden;
	position:relative;
}
#use_date_inner .close_btn {
	position: absolute;
	top: 17px;
	right: 5px;
}
#use_date_inner .close_btn a {
	display: block;
	padding: 5px;
	text-align: center;
	line-height: 1 !important;
	font-weight: bold;
	background: #ea4e75;
	border-radius: 20px;
	z-index: 999;
}
#use_date_inner .close_btn a img {
    width: 17px;
    height: auto;
    vertical-align: top;
}
.use_date_ttl {
    background: #faa514;
    color: #FFF;
    font-size: 4.5vw;
    font-weight: bold;
    padding: 10px 0 10px 10px;
    margin-bottom: 10px;
}
.lady_data {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.lady_data dt {
    width: 25%
}
.lady_data dd {
    width: 71%;
}
.lady_data dd a {
    font-size: 5vw;
    font-weight: bold;
    color: #eb4f77;
    padding-bottom: 8px;
}
.lady_data dd p {
    font-size: 4vw;
}

.lady_data_btn {
    border-top: 1px solid #e0e0e0;
}
.lady_data_btn li {
    border-bottom: 1px solid #e0e0e0;
    padding: 7px 0;
}
.lady_data_btn li em {
    font-size: 3.5vw;
    font-weight: bold;
    padding-bottom: 3px;
}
.lady_data_btn li p {
    padding-left: 20px;
}
.lady_data_btn li span {
    background: #eb4ca6;
    width: 18px;
    height: 18px;
    line-height: 16px;
    display: inline-block;
    text-align: center;
    font-size: 2.5vw;
    color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    margin-right: 5px;
}
.lady_data_btn li span.info02 {
    background: #ccffd2;
    color: #007133;
}
.lady_data_btn li span.info03 {
    background: #e6e6e6;
    color: #333;
}
.lady_data_btn li span.info04 {
    background: #fff;
    color: #333;
}
#modal_caution {
    display: none;
}

#worknow {
    background: #ffe5ec;
    padding: 5px 10px;
}

#worknow .auto_commnet {
    font-size: 147%;
    color: #CE4739;
    font-weight: bold;
}


#modal_caution,
#offer_modal_caution,
#regist_modal_caution {
    display: none;
    position: fixed;
    left: 3.125%;
    z-index: 1000;
    width: 93.75%;
    max-height: 93.75%;
    -webkit-overflow-scrolling: touch;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #ffffff;
}
#modal_caution_inner,
#offer_modal_caution_inner,
#regist_modal_caution_inner {
    position: relative;
    padding: 5px;
    line-height: 1.5;
}
#regist_modal_caution_inner {
    border: 3px solid #e5e4cf;
}
#modal_caution_inner .caution_ttl,
#offer_modal_caution_inner .caution_ttl,
#regist_modal_caution_inner .caution_ttl {
    display: block;
    margin-bottom: 5px;
    padding: 5px 0;
    color: #ffffff;
    font-size: 108%;
    font-weight: bold;
    text-align: center;
    background: #ae0001;
}
.caution_txt {
    font-size: 93%;
    text-align: center;
    margin-bottom: 10px;
}
.form_box {
    padding: 5px;
    background: #fffac8;
}
.login_id {
    margin-bottom: 5px;
}
#offer_modal_caution_inner form input {
    line-height: 2;
}
#modal_caution_inner .close_btn,
#offer_modal_caution_inner .close_btn,
#regist_modal_caution_inner .close_btn {
    position: absolute;
    top: -15px;
    right: -10px;
}
#modal_caution_inner .close_btn a,
#offer_modal_caution_inner .close_btn a,
#regist_modal_caution_inner .close_btn a  {
    display: block;
    margin: 0;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    line-height: 1 !important;
    background: #ee9c49;
    border: 3px solid #ffffff;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    z-index: 999;
}
#modal_caution_inner .close_btn a img,
#offer_modal_caution_inner .close_btn a img,
#regist_modal_caution_inner .close_btn a img {
    width: 17px;
    height: auto;
    vertical-align: top;
}
#modal_caution_inner form p,
#offer_modal_caution_inner form p,
#regist_modal_caution_inner p {
    text-align:left;
    color: #333333;
    font-weight: bold;
}
#regist_modal_caution_inner p.note {
    margin-bottom: 10px;
    padding: 5px;
    color: #333333 !important;
    font-size: 108%;
    font-weight: normal;
    background: #fffac3;
    border: 1px solid #e5cf00;
}
#regist_modal_caution_inner p.note strong {
    color: #ff0000;
}
#modal_caution_inner .tC,
#offer_modal_caution_inner .tC,
#regist_modal_caution_inner .tC {
    text-align: center;
}
#regist_modal_caution_inner form .btnarea .btn a, #modal_caution_inner form input[type="submit"], #regist_modal_caution_inner input[type="submit"] {
	display: block;
	width: 250px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto 15px;
	padding: 0;
	color: #ec4c78;
	text-align: center;
	background: #ffe6ec;
	border: none;
	border: 1px solid #ec4c78;
	border-radius:5px;
}
#regist_modal_caution_inner form input#userid,
#regist_modal_caution_inner form input#pass,
#regist_modal_caution_inner input#mailaddress {
    width: 98% !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 2;
}
#regist_modal_caution_inner form input#userid,
#regist_modal_caution_inner form input#pass {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #ffffff !important;
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    border: 1px solid #a9a9a9;
}
#regist_modal_caution_inner input[type="submit"] {
	margin: 15px auto 15px;
	background: #eb4f77;
	border-radius: 5px;
	color: #fff;
	appearance: none;
	-webkit-appearance: none;
	border: none;
}
#modal_caution_inner form input[type="image"],
#offer_modal_caution_inner form input[type="image"],
#regist_modal_caution_inner input[type="image"] {
    width: 100%;
}
#modal_caution_inner form input[type="text"],
#modal_caution_inner form input[type="password"],
#offer_modal_caution_inner form input[type="text"],
#offer_modal_caution_inner form input[type="password"],
#regist_modal_caution_inner input[type="text"],
#regist_modal_caution_inner input[type="password"] {
    width: 98% !important;
    margin: 0 !important;
    padding: 0 !important;
}
#use_date_inner table td.none {
	background: #eeedeb;
}
.sp03 {
	background: #bcffc4;
}
#login .alignC {
	margin: 10px 0;
}
#login .freeTxt {
	margin-bottom: 5px;
}
#login ul li {
	margin: 10px 0;
}

/* 口コミ
-----------------------------------------------*/
.nav {
	display: block;
	position: absolute;
    top: -3.5rem;
    right: -2%;
	width: 20%;
}
.nav.is-fixed {
    position: fixed;
	top: 12.5rem;
	right: 0;
	z-index: 5;
}
.btn_orange {
	display: block;
	background: #f9a514;
    width: 90%;
    margin: 10px auto;
    text-align: center;
    padding: 10px 0;
    border-radius: 30px;
    box-shadow: 2px 2px 4px grey;
	color: #fff !important;
	font-size: 4.5vw;
    font-weight: bold;
}
/* ログインbox
-------------------------*/
.bubble {
	position: fixed;
	/*bottom: -14.3rem;*/
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 85%;
	background: #fff;
	padding: 10px;
	z-index: 5;
}
/*.bubble::before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 25px;
  height: 25px;
}*/
.bubble::after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0; left: 0;
  width: 100%; height: 100%;
}
.bubble>* {
  position: relative;
  z-index: 3;
}
.bubble,
.bubble::after {
  border-radius: 5px; /* 角の丸め方 */
}
.bubble,
.bubble::before {
  box-shadow: 0 0 10px 0 rgba(163,163,163,0.50); /* ぼかし距離(第3引数)，拡散距離(第4引数)，色(第5引数) */
}
.bubble,
.bubble::before,
.bubble::after {
  background: #fff; /* 背景色 */
}
/* 吹き出し・上辺右側 */
.bubble--top_right::before {
  top: -10px; right: 20vw; /* 位置 */
  transform: rotate(45deg) skew(20deg,20deg); /* 傾斜角(skew) */
}
.login_box li label {
	display: block;
}
.login_box li label.inline {
	display: inline-block;
}
.login_box li input[type="text"],
.login_box li input[type="password"] {
	border: 1px solid #ccc;
	width: 95%;
	padding: 5px 5px;
}
.login_box li input[type="checkbox"] {
	appearance: checkbox !important;
	-webkit-appearance: checkbox !important;
    -moz-appearance: checkbox !important;
}
.btn_area {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin: 5px auto;
}
.btn_area p {
	width: 49%;
	background: #efefef;
    text-align: center;
	padding: 5px 0;
	display: flex;
    align-items: center;
}
.btn_area p a {
	color: #000;
	align-items: center;
	margin: 0 auto;
}
.btn_area p input[type="submit"] {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
    background-color: transparent;
	margin: 0 auto;
}
.closebtn {
	text-align: center;
	margin-top: 5px;
}
/**/
h3.ttl_review {
	font-size: 1.23rem;
	font-weight: bold;
	padding-bottom: 10px;
}
/* icon★ */
@font-face {
  font-family: 'fontello';
  src: url('/font/mypage/fontello.eot?45259564');
  src: url('/font/mypage/fontello.eot?45259564#iefix') format('embedded-opentype'),
       url('/font/mypage/fontello.woff?45259564') format('woff'),
       url('/font/mypage/fontello.ttf?45259564') format('truetype'),
       url('/font/mypage/fontello.svg?45259564#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
.star_area {
	margin-bottom: 7px;
}
.star_icon {
	position: relative;
	width: 6.5em;
	white-space: nowrap;
	text-indent: 100%;
	font-size: 15px;
}
.star_icon {
	color:#000;
	white-space: nowrap;
	text-indent: 100%;
	font-size: 15px;
	font-weight: bold;
}
.star_icon::before {
	content: "\e80b\e809\e809\e809\e809";
	position: absolute;
	top: 0;
	left: 0;
	color: #fec002;
	font-family: 'fontello';
	letter-spacing: .2em;
	text-indent: 0;
}
.star_icon.star05::before {	content: "\e80b\e809\e809\e809\e809"; }/*0.5*/
.star_icon.star10::before {	content: "\e808\e809\e809\e809\e809"; }/*1.0*/
.star_icon.star15::before {	content: "\e808\e80b\e809\e809\e809"; }/*1.5*/
.star_icon.star20::before {	content: "\e808\e808\e809\e809\e809"; }/*2.0*/
.star_icon.star25::before {	content: "\e808\e808\e80b\e809\e809"; }/*2.5*/
.star_icon.star30::before {	content: "\e808\e808\e808\e809\e809"; }/*3.0*/
.star_icon.star35::before {	content: "\e808\e808\e808\e80b\e809"; }/*3.5*/
.star_icon.star40::before {	content: "\e808\e808\e808\e808\e809"; }/*4.0*/
.star_icon.star45::before {	content: "\e808\e808\e808\e808\e80b"; }/*4.5*/
.star_icon.star50::before {	content: "\e808\e808\e808\e808\e808"; }/*5.0*/
span.point {
    margin-left: 6.2rem;
	color: #000;
	font-weight: bold;
}
/* select_menu */
.cp_ipselect {
	overflow: hidden;
	width: 100%;
	margin: 0.6em auto;
	text-align: center;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl02 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
.cp_ipselect.cp_sl02::before {
	position: absolute;
	/*top: 0.8em;
	right: 0.9em;*/
	top: 50%;
	right: 3%;
	transform: translate(-3%, -50%);
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl02:after {
	position: absolute;
	top: 0;
	right: 2.5em;
	bottom: 0;
	width: 1px;
	content: '';
	border-left: 1px solid #bbbbbb;
}
.cp_ipselect.cp_sl02 select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}
ul.item_list li {
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}
ul.item_list li .flex_review {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.flex_review figure img {
	width: auto;
	height: auto;
}
.flex_review figure {
	display: block;
	width: 60px;
	text-align: center;
	height: 60px;
	margin-right: 10px;
}

.flex_review .info_right {
	flex: 1;
}
.flex_review .info_right a {
	color: #c90e37;
	font-weight: bold;
}
.flex_inner {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-end;
	color: #333;
}
.flex_inner > .gb {
	margin: 0.4rem 0 0 0;
}
.flex_inner > .gb span {
	margin-right: 8px;
	font-weight: bold;
}
.flex_inner > .gb span:last-child {
	margin-right: 0;
}
.flex_inner > .gb span img {
	vertical-align: baseline;
	padding-right: 3px;
	height: auto;
	width: auto;
}
.flex_inner > .info {
	font-size: 3.1vw;
}
.flex_inner > .info span {
	width: 100%;
	display: block;
	text-align: right;
}
.ttl_review {
	font-weight: bold;
	padding: 0.2rem 0 0.1rem 0;
	color: #333;
}
.txt_review {
	font-size: 3.1vw;
	color: #333;
	line-height: 1.3;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.link_continue {
	display: block;
	font-size: 2.9vw;
	text-align: right;
}
.no_data {
    padding: 10px 0;
    /* margin: 10px 0; */
    border: 3px double #c80037;
    color: #c80037;
    text-align: center;
}

#popupMain {
	padding: 10vw 0;
}

/* Xmas
---------------------------------------------------*/
.modaal-content-container {
    padding: 20px 5px !important;
}
.modaal-inner-wrapper {
    padding: 80px 10px !important;
}

.modal {
    position: inherit !important;
    /*width: 100%;*/
    height: auto;
    /*display: inherit !important;*/
	display: block !important;
	top: inherit !important;
	/*bottom: 10.5% !important;*/
}
.btn_xmas_foot {
    position: fixed;
    left: 0;
    bottom: 0;
	/*bottom: 29%;*/
    z-index: 11;
	display: block;
	width: 100%;
	/*height: 180px;*/
	height: 10.6rem;
}
.flex-direction-nav a {
    background: url(https://img.undernavi.com/images/xmas/arrow_prev.png) no-repeat;
    background-size: contain;
    text-indent: -9999px;
}
.flex-direction-nav .flex-nav-next a {
    background: url(https://img.undernavi.com/images/xmas/arrow_next.png) no-repeat;
    background-size: contain;
    text-indent: -9999px;
}
.flex_radio {
	display: flex;
	/*flex-direction: column;
	justify-content: center;*/
	align-items: center;
	justify-content: flex-start;
	padding-bottom: 7px;
}
input[type="radio"] {
	display: none;
}
input[type="radio"] + label {
	position: relative;
	margin-left:10px;
	display: inline-block;
	background-image:url("https://img.undernavi.com/images/xmas/btn_iine.png");
	background-repeat: no-repeat;
	background-size:contain;
	width: 75px;
	height:40px;
	cursor: pointer;
}
input[type="radio"]:checked + label {
	background-image:url("https://img.undernavi.com/images/xmas/btn_iine_ov.png");
	background-repeat: no-repeat;
	background-size:contain;
	width: 75px;
	height:40px;
}
.flex_radio span {
	color: #ff0000;
	display: inline-block;
	background: url("https://img.undernavi.com/images/xmas/bg_count.png") no-repeat;
	background-size: 100% 100%;
	width: 60px;
	height: 25px;
	margin-top: 12px;
	margin-left: -5px;
	position: relative;
	font-size: 16px;
}
.flex_radio span b {
	font-weight: normal;
	padding-left: 20px;
	padding-top: 0px;
	/* vertical-align: middle; */
	display: inline-block;
	line-height: 1.5;
}
.flex-direction-nav .flex-next {
	text-align: left !important;
}
.flex-direction-nav a {
	width: 25px !important;
}
.flex-direction-nav a:before {
	content: "";
}
.icon_xmas {
	display: block;
	margin-left: 100px;
}
.prof_area {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	background: #f0f0f0;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.prof_area .prof01 {
	width: 70%;
}
.prof_area .prof01 .name {
	color: #333;
	font-size: 130%;
	padding: 10px 0 0 10px;
}
.prof_area .prof01 .shop_name {
	color: #333;
	font-size: 100%;
	padding: 10px 0 0 10px;
}
.prof_area .prof02 {
	width: 27%;
	margin-right: 2%;
	margin-top: 2.5%;
}
.prof_area .prof02 a.btn_area02 {
	display: block;
	width: 100%;
	text-align: center;
	color: #FFF;
	font-size: 110%;
	padding: 20% 0;
	margin: 10px auto;
	background: linear-gradient(to right, #907d13, #c8ac13);
	background: -moz-linear-gradient(left, #907d13, #c8ac13);
	background: -webkit-linear-gradient(left, #907d13, #c8ac13);
	text-decoration: none;
	border-radius: 5px;
	border-bottom: 5px solid #c6c6c6;
}
.prof_area .prof02 a.btn_area02:hover {
	border-bottom: none;
	margin-top: 15px;
}
.no_data.no_data_review {
	margin: .5em 0;
}

#lady_detail .flexslider.flexslider_slick .slides li.slides_fs:first-child {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.flexslider.flexslider_slick ul li:not(.slides_fs) {
	display: none;
}

#lady_detail .flexslider.flexslider_slick .slides .slick-arrow:before{
    content:""!important;
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0;
  }

#lady_detail .flexslider.flexslider_slick .slides .slick-next:before{
    background: url(https://img.undernavi.com/images/xmas/arrow_next.png)!important;
    background-size: contain!important;
    background-repeat: no-repeat !important;
    opacity: 1;
  }

#lady_detail .flexslider.flexslider_slick .slides .slick-prev:before{
    background: url(https://img.undernavi.com/images/xmas/arrow_prev.png)!important;
    background-size: contain!important;
    background-repeat: no-repeat !important;
    opacity: 1;
  }
.slick-next{
    right:-0px!important;
    height: 35px !important;
  }
.slick-prev {
	left: 5px!important;
	z-index: 9!important;
	height: 35px !important;
}
.slick-initialized .slick-slide {
	display: block;
}
#lady_detail .flexslider .slides img,
#photo_thumb ul li img {
	height:auto;
}
.voice_flex img {
	width: auto;
	height: auto;
}
/* pagerCount
--------------------------------------------------------- */
.cPagerCount {
  padding: 2.5vw;
}
.cPagerCount .total {
  font-weight: bold;
  color: #c80037;
  background: none;
}
/* cPager
--------------------------------------------------------- */
.cPager {
  margin-bottom: 5vw;
  text-align: center;
}
.cPager li {
  display: inline-block;
  border-radius: .25em;
  border: 1px solid #999;
  overflow: hidden;
  background: #fff;
  margin-right: 5px;
}
.cPager li:last-child {
    margin-right: 0;
}
.cPager li a,
.cPager li span {
  display: block;
  padding: .5em .75em;
}

.cPager li a {
  color: inherit;
}
.cPager li span {
  background-color: #eee;
}
/****出勤状況
***********************/
.at_status {
	display: none;
}
.at_status {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	padding: 5px 10px;
	font-size: 4vw;
	border: 1px solid #CCC;
	background: rgba(255,255,255,0.8);
	border-radius: 5px;
}
.auto_comment-inline {
	display: flex;
	white-space: nowrap;
}
.auto_comment {
	font-weight: bold;
	color: red;
	white-space: nowrap;
}
.standby_comment_marquee {
	overflow: hidden;
}
.auto_comment-item {
	margin-right: 5px;
}
.auto_comment_marquee-item {
	color: #0000FF;
}
.at_status .jsMarquee {
	font-weight: normal;
	height: 1.3em;
	width: 100%;
	margin-left: 10px;
	background: #ffe5ec;
}


/******************閲覧者数表示
***********************************************************/
/* スタンプポップアップ
----------------------------------------------------------*/
.page_viewer-close .round_btn::before, .page_viewer-close .round_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px; /* 棒の幅（太さ） */
  height: 15px; /* 棒の高さ */
  background: #333; /* バツ印の色 */
}

.page_viewer-close .round_btn::before {
  transform: translate(-50%,-50%) rotate(45deg);
}

.page_viewer-close .round_btn::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
.page_viewer-close {
	position: absolute;
	right: -10px;
	top: -10px;

}
.page_viewer-close .round_btn {
	display: block;
	position: relative;
	width: 30px;
	height: 30px;
	border: 2px solid #333;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
}
.page_viewer {
	position: fixed;
	top: 4vw;
	left: 50%;
	z-index: 999;
	background: #fff;
	border: 1px solid #bbb6b6;
	box-sizing: border-box;
	width: 90%;
	border-radius: 10px;
	padding: 3vw 0vw;
	text-align: center;
	margin: 0 auto;
	transform: translateX(-50%);
	font-size: 4vw;
}
.viewer {
	font-weight: bold;
	font-size: 20px;
}
.viewer::before {
	content: "";
	content: "";
	background: url(https://img.undernavi.com/front/pc/shop/viewer_icon.png) no-repeat;
	width: 23px;
	height: 18px;
	margin-right: 8px;
	display: inline-block;
	vertical-align: middle;
	background-size: contain;
}

.btn_area p #webreserveBtn {
	color: #000;
	font-size: 15px;
}

.logintitle {
	text-align: center;
	background: #eb4f77;
	color: #fff;
	padding: 5px;
}

.nowprinting {
	text-align: center;
	margin-bottom: 10px;
}