@charset "utf-8";
/*
CSS Information
 File name:      lady_detail.css
 Author:         Administrator
 Style Info:     /lady_detail.php
----------------------------------------------------- */
/* CSS override and Class setting
***********************************/
@font-face {
  font-family: 'fontello';
  src: url('../../font/fontello.eot?45259564');
  src: url('../../font/fontello.eot?45259564#iefix') format('embedded-opentype'),
       url('../../font/fontello.woff?45259564') format('woff'),
       url('../../font/fontello.ttf?45259564') format('truetype'),
       url('../../font/fontello.svg?45259564#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

.alignR {
	text-align: right;
}
.alignC {
	text-align: center;
}

#content > section > .inner {
	padding-top: 10px;
}
#content > section > .inner .ladyName {
	position: relative;
	margin: 0 10px;
	padding: 5px 130px 5px 10px;
	background: #666;
	text-align: left;
	overflow: hidden;
}
#content > section > .inner .ladyName em {
	color: #fff;
	font-size: 137%;
	font-weight: bold;
}
#content > section > .inner .ladyName .nLink {
	display: block;
	position: absolute;
	right: 5px;
	top: 5px;
	padding: 2px 0;
	width: 120px;
	border: solid 1px #999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */
	-pie-background: linear-gradient(#ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	behavior: url(/js/web/lib/PIE.htc);
	color: #333;
	text-align: center;
	text-decoration: none;
}
#content > section > .inner > div {
	padding: 10px;
}
#side {
	float: left;
	width: 350px;
}
#main {
	float: right;
	width: 525px;
	overflow: hidden;
}
#side > section,
#main > section {
	margin: 10px 0 0;
	border: solid 1px #999;
}
#side .subTtl,
#main .subTtl {
	padding: 2px 10px;
	position: relative;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */
	-pie-background: linear-gradient(x#ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	border-bottom: solid 1px #999;
	behavior: url(/js/web/lib/PIE.htc);
	font-weight: bold;
	text-align: left;
}

/* #side
***********************************/
/* {{{ TODO: UNDERNAVI-8300適用で廃止になる */
#side .typeIconsOld {
	text-align: left;
}
#side .typeIconsOld img {
	margin-right: 5px;
	vertical-align: top;
}
/* }}} TODO: UNDERNAVI-8300適用で廃止になる */

#side .typeIcons {
	display: flex;
	flex-flow: wrap;
}
#side .typeIcons span {
	box-sizing: border-box;
	flex: none;
	width: 102px;
	height: 18px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 3px 5px;
	border-radius: 3px;
	font-size: 85%;
	background: #f76aac;
	color: #fff;
}

#side .textIcons {
	text-align: left;
	font-size: 0;
}

#side .textIcons li {
	display: inline-block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 102px;
	padding: 2px 0;
	margin: 5px 5px 5px 0;
	border-radius: 3px;
	border: 1px solid #ff7800;
	background: #ff7800;
	-webkit-box-shadow: 0 0 2px #fff inset;
	box-shadow: 0 0 2px #fff inset;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}

#gallary .slides_container {
	margin: 10px 0 0;
	width: 350px;
	height: 467px;
	overflow: hidden;
	text-align: left;
}
#gallary .slides_container img {
	max-width: 350px;
	vertical-align: top;
}
#gallary .pagination {
	display: block;
	margin: 10px 0 0;
}
#gallary .pagination li {
	float: left;
}
#gallary .pagination li a {
	display: block;
	margin: 0 5px 5px 0;
	width: 66px;
	height: 88px;
	overflow: hidden;
}
#gallary .pagination li:nth-of-type(5n) a {
	margin-right: 0;
}
#gallary .pagination li a img {
	width: auto;
	height: auto;
	max-width: 66px;
	max-height: 88px;
}

#voice ul {
	height: 250px;
	overflow: auto;
}
#voice ul li {
	padding: 10px;
	border-bottom: solid 1px #999;
	text-align: left;
}
#voice ul li .userName {
	font-weight: bold;
}
#voice ul li .date {
	display: block;
	font-size: 85%;
	color: #333;
	text-align: right;
}
#voice ul li .body {
	font-size: 93%;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.6;
}
#voice ul #pager {
	border-bottom: none;
	text-align: right;
}
#voice ul #pager a:before {
	content: url(https://img.undernavi.com/chugoku/sample/parts/icon_arrow.png);
}
#voice dl {
	font-size: 93%;
}
#voice dt {
    margin-bottom: 3px;
    padding-left: 3px;
    font-weight: bold;
    border-left: 5px solid #999;
    border-color: inherit;
}
#voice dd {
    margin-bottom: 5px;
    padding-left: 15px;
}

/* #main
***********************************/
#outLink {
	text-align: right;
}
#outLink li {
	display: inline-block;
}
* html #outLink li {
	display: inline;
	zoom: 1;
}
*+html #outLink li {
	display: inline;
	zoom: 1;
}
#outLink li a:before {
	content: url(https://img.undernavi.com/chugoku/club-ador/parts/icon_arrow.png);
}
#profile {
	margin: 10px 0 0;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}
#profile th,
#profile td {
	padding: 5px;
	border: 1px solid #999;
	text-align: left;
	vertical-align: top;
}
#profile th {
	width: 30%;
	background: #efefef;
}
#status {
	margin: 10px 0 0;
	padding: 2px;
	background: #efefef;
}
#status li {
	display: block;
	float: left;
	width: 48%;
	background: #fff;
	border: solid 1px #999;
}
#status li:last-child {
	float: right;
}
#status li .inner {
	padding: 5px;
}

#schedule {
	margin: 10px 0 0 0;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}
#schedule th,
#schedule td {
	padding: 5px;
	border: solid 1px #999;
	text-align: center;
	vertical-align: top;
}
#schedule .subTtl {
	position: inherit;
	padding: 0;
	border-bottom: none;
}
#schedule td .time {
	display: block;
	font-size: 85%;
    word-wrap: break-word;
}
#schedule td .comment {
	display: block;
	font-size: 77%;
}

#schedule td img {
	margin-bottom: 5px;
}

#photoblog ul {
	height: 300px;
	overflow: auto;
}
#photoblog ul li {
	display: block;
	padding: 10px 9px;
	border-bottom: dotted 1px #999;
}
#photoblog ul li:last-child {
	border-bottom: none;
}
#photoblog ul li .thumb {
	display: block;
	float: left;
	width: 86px;
	height: 115px;
	overflow: hidden;
}
#photoblog ul li .thumb img {
	width: auto;
	height: auto;
	max-width: 86px;
	max-height: 115px;
	vertical-align: top;
}
#photoblog ul li .txtData {
	padding-left: 96px;
	text-align: left;
}
#photoblog ul li .txtData .title {
	padding: 5px 2px;
	background: #999;
	font-weight: bold;
}
#photoblog ul li .txtData .date {
	display: block;
	font-size: 85%;
	text-align: right;
}
#photoblog ul li .txtData .body {
	font-size: 93%;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.2;
}
#photoblog .moreLink {
	padding: 5px;
	text-align: right;
}
#photoblog .moreLink a:before {
	content: url(https://img.undernavi.com/chugoku/club-ador/parts/icon_arrow.png);
}
#nextPrev {
	margin: 10px 0 0;
	text-align: center;
}

#nextPrev li a {
	display: inline-block;
	margin: 0 5px;
	padding: 5px 50px;
	background: #efefef;
	border: solid 1px #999;
	color: #000;
	text-decoration: none;
}
* html #nextPrev li a {
	display: inline;
	zoom: 1;
}
*+html #nextPrev li a {
	display: inline;
	zoom: 1;
}
#nextPrev li a:hover {
	text-decoration: underline;
}

/* ladyMovie player ----------------------------------------- */
#player {
	width: 505px;
	padding: 10px 9px
}
#movie {
	width: 505px;
}
#ladyMovie .moreLink {
	padding: 5px;
	text-align: right;
}
#ladyMovie .moreLink a:before {
	content: url(https://img.undernavi.com/chugoku/club-ador/parts/icon_arrow.png);
}

#ladyMovie .txtData {
	overflow: hidden;
}

/* お気に入り追加ボタン */


/* koredake view */
.koredake {
	clear: both;
	margin: 6px auto 5px;
}
.koredake dl {
	height: 18px;
	margin: 0 auto 3px;
	padding: 5px 0 5px;
	background: #eb0100 url(https://img.undernavi.com/web/new_undernaviimage/store/web_cs/lady_detail/icon_koredake.png) no-repeat 10px 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.koredake dl dt,
.koredake dl dd {
	float: left;
}
.koredake dl dt {
	color: #f3fa00;
	font-size: 124%;
	font-weight: bold;
	margin-left: 38px;
	margin-right: 40px;
}
.koredake dl dd {
	color: #ffffff;
	font-size: 147%;
	font-weight: bold;
	margin-top: -2px;
	margin-right: 8px;
}
.kdCont {
	margin: 0 auto 3px;
	padding: 3px 0;
	text-align: center;
	border: 1px solid #eb0100;
}
.systemLink {
	text-align: left;
}


/* ladyMov ladyMov ladyMov */
#ladyMov .inner,
#ladyMov_special .inner {
	padding-top: 10px;
}
#ladyMov span.thumb,
#ladyMov_special span.thumb {
	width: 320px;
	display: block;
	margin: 0 auto 10px;
}
#ladyMov span.thumb img,
#ladyMov_special span.thumb img {
	max-width: 320px;
	max-height: 240px;
}
#ladyMov .inner h3.ladyName,
#ladyMov_special .inner h3.ladyName {
	margin: 0 auto;
	padding: 5px 0;
	background: none !important;
	text-align: center !important;
}
#ladyMov .inner .txtData .playBtn,
#ladyMov_special .inner .txtData .playBtn {
	position: relative;
	display: block;
	width: 197px;
	margin: 5px auto 0;
	border: solid 1px #999;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	-pie-background: linear-gradient(#ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	behavior: url(/js/web/lib/PIE.htc);
	color: #000;
	font-size: 108%;
	line-height: 2;
	text-align: center;
	text-decoration: none;
}
#ladyMov .moreLink,
#ladyMov_special .moreLink {
	padding: 5px;
	text-align: right;
}
#ladyMov .moreLink a:before,
#ladyMov_special .moreLink a:before {
	content: url(https://img.undernavi.com/chugoku/club-ador/parts/icon_arrow.png);
}
#ladyMov .txtData,
#ladyMov_special .txtData {
	overflow: hidden;
}


.reserve {
    top: 10px;
}
#past {
    top: 22px;
}

/* r chat */
.r_chat {
	clear: both;
	display: block;
	width: 100%;
	margin: 5px auto 10px;
	padding: 5px 0;
	color: #ffffff;
	text-align: center;
	font-size: 108%;
	font-weight: bold;
	text-decoration: none;
	background: #452052;
	border: 1px solid #ffffff;
	-webkit-box-shadow: 1px 1px 0 rgba(255,255,255,0.5) inset, -1px -1px 0 rgba(0,0,0,0.5) inset;
	box-shadow: 1px 1px 0 rgba(255,255,255,0.5) inset, -1px -1px 0 rgba(0,0,0,0.5) inset;
}
.r_chat span {
	display: inline-block;
	padding-left: 30px;
	color: #ffffff;
	line-height: 1.5;
	background: url(https://img.undernavi.com/web/new_undernaviimage/store/web_cs/lady_detail/icon_chat.png) no-repeat left center;
	background-size: 25px auto;
}
.r_chat:hover {
opacity: 0.9;
	filter:alpha(opacity=90);
	-ms-filter:"alpha( opacity=90 )";
	*zoom: 1;
	text-decoration: none;
}

/* ハロウィン特集 ----------------------------------------- */

.hw_box ul,
.hw_box .photo {
	position: relative;
}

.hw_box ul {
font-size: 0;
  text-align: center;
}
.hw_box {
    padding: 20px;
}
.hw_box ul li {
  display: inline-block;
  font-size: 12px;
  padding: 0 10px;
  position:relative;
}
figure.inphoto {
    width: auto;
    height: 130px;
}
.hw_box .photo {
	display: block;
	width: 100%;
	height: 100px;
}
.hw_box .photo img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin: -10px 0 0 0;
    object-fit: cover;
    border: solid 2px #fff;
    max-width: 100%;
    text-align: center;
}
div#slideerer {
    background: url(https://img.undernavi.com/images/xmas/slideer_xmax.jpg);
    height: 150px;
    background-position: center;
}
.hw_box li:nth-child(1) {
	z-index: 10;
}
/*.hw_box li:nth-child(1) .photo:after {
	content: "";
	display: block;
	width: 100%;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	}
*/
/** 予約モーダル **/
#modal,
#offer_modal,
#regist_modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: rgba(0,0,0,0.7);
	text-align: center;
}

#modal .inner,
#offer_modal .inner,
#regist_modal .inner {
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 910px;
	margin: 20px auto;
	padding: 20px;
	background: #fff;
	text-align: left;
}

#modal .inner .closebtn,
#offer_modal .inner .closebtn,
#regist_modal .inner .closebtn {
	position: absolute;
	top: 15px;
	right: 15px;
	overflow: hidden;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-indent: 150%;
	white-space: nowrap;
	cursor: pointer;
}

#modal .inner .closebtn::before,
#offer_modal .inner .closebtn::before,
#regist_modal .inner .closebtn::before {
	content: "\e820";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	font-family: 'fontello';
	font-size: 32px;
	text-indent: 0;
	color: #868686;
}

.reserveform .inner h3 {
	font-size: 131%;
	font-weight: bold;
}

.reserveform figure {
	float: left;
	overflow: hidden;
	width: 135px;
	margin: 0 20px 30px 0;
}

.reserveform figure img {
	max-width: 100%;
}

.reserveform figure figcaption {
	padding: 10px;
	margin-top: 10px;
	background: #fff;
	border: 1px solid #c0c0c0;
	text-align: center;
}

.reserveform figure figcaption a {
	color: #eb68b2;
}

.reserveform table {
	overflow: hidden;
	float: left;
	width: 620px;
	border-collapse: separate;
	border-spacing: 2px;
	margin:0 15px 40px 0;
}

.reserveform th {
	padding: 12px 10px;
	border: 1px solid #e2e2e2;
	text-align: center;
	vertical-align: middle;
	font-size: 116%;
}
.reserveform td {
	border: 1px solid #e2e2e2;
	text-align: center;
	vertical-align: middle;
	font-size: 116%;
}
.reserveform td a {
	display: block;
	padding: 12px 10px;
}

.reserveform th {
	background: #ffeef7;
}

.reserveform thead th:not(:first-child) {
	padding: 5px 0;
	width: 65px;
}

.reserveform th.sun {
	background: #ffbbbb;
	border-color: #e15b5b;
}

.reserveform th.sat {
	background: #c7d7e5;
	border-color: #6589a9;
}

.reserveform td {
	position: relative;
}

.reserveform td.sp01 {
	background: #fffac7;
}

.reserveform td.sp02 {
	background: #eb68b2;
	border-color: #eb68b2;
	color: #fff;
}

.reserveform td.stop {
	background: #eeedec;
}

.reserveform td small {
	display: none;
	position: absolute;
	top: -38px;
	left: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 100%;
	padding: 0 5px;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	font-size: 85%;
	white-space: nowrap;
}

.reserveform td small::before {
	content: "";
	display: none;
	position: absolute;
	bottom: -18px;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 18px solid transparent;
}

.reserveform td.sp01 small {
	background: #71099c;
}
.reserveform td.sp01 small::before {
	border-top-color: #71099c;
}

.reserveform td.sp02 small {
	background: #fe001c;
}
.reserveform td.sp02 small::before {
	border-top-color: #fe001c;
}

.reserveform td:hover > small,
.reserveform td:hover > small::before {
	display: block;
}

.reserveform .legend {
	overflow: hidden;
}

.reserveform .legend li {
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #e2e2e2;
	text-align: center;
}

.reserveform .legend li.sp01 {
	background: #fffac7;
}

.reserveform .legend li.sp02 {
	background: #eb68b2;
	border-color: #eb68b2;
	color: #fff;
}

.formarea {
	clear: both;
	border: 1px solid #000;
	padding: 50px 100px!important;
}

.formarea.inner {
	width: 870px!important;
}

.formarea .attention {
	padding: 10px;
	margin-bottom: 20px;
	background: #f00;
	color: #fff;
	font-size: 123.1%;
	font-weight: bold;
	text-align: center;
}

.formarea .note {
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #e5cf00;
	background: #fffac3;
	font-size: 108%;
}

.formarea .note strong {
	font-weight: bold;
	color: #f00;
}

.formarea .lead {
	margin-bottom: 20px;
	font-size: 116%;
}

.formarea li {
	margin: 0 0 15px;
}

.formarea li label {
	font-size: 116%;
}

.formarea li:not([class*="alignC"]) label {
	display: inline-block;
	width: 18%;
}

.formarea li input[type="text"],
.formarea li input[type="password"] {
	width: 77%;
	padding: 5px;
	font-size: 16px;
}

.formarea li input + label,
.formarea li label + input {
	margin-left: 1em;
}

.formarea .btnarea {
	text-align: center;
}

.formarea .btn {
	display: inline-block;
	width: 40%;
	width: -webkit-calc((100% - 15px) / 2);
	margin-bottom: 10px;
}

.formarea .btn:nth-child(odd) {
	margin-right: 10px;
}

.formarea .btn a,
.formarea .btn input[type="submit"] {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width:200px;
    display: inline-block;
    margin: 0 auto;
    padding: 10px 0;
    background: #efefef;
    border: solid 1px #999;
    color: #000;
    line-height: 16px;
    text-decoration: none;
	cursor: pointer;
	font-size: 16px;
	color: #000;
	display: block;
}

.formarea .btn.social a {
	padding: 5px 0;
	text-align: center;
	font-size: 16px;
	color: #fff;
}

.formarea .btn.social.twitter a {
	background: #1da1f2;
}

.formarea .btn.social.twitter a::before {
	content: "\e9f5";
	margin-right: .5em;
	font-family: "fontello";
	font-size: 20px;
}

.formarea .btn.social.google a {
	background: #ff6d00;
}

.formarea .btn.social.google a::before {
	content: "\e9c4";
	margin-right: .5em;
	font-family: "fontello";
	font-size: 20px;
}

.open_modal,
.open_offer_modal {
	cursor: pointer;
}
.open_modal:hover,
.open_offer_modal:hover {
	filter: alpha(opacity=80);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
	opacity:0.8;
	zoom:1;
}

.web_reserve_bnr p {
    display: block;
    margin: 10px 0 0;
    padding: 5px 50px;
    background: #efefef;
    border: solid 1px #999;
    color: #000;
    line-height: 2;
    text-decoration: none;
}

/* ネット予約ボタン */
a.reserve_lady {
	position: absolute;
	height: 32px;
	top: 0;
	right: 160px;
	padding: 0 35px;
	background: #fafafa;
	color: #232323 !important;
	line-height: 32px;
	font-weight: bold;
	text-decoration: none;
}

.rsvpossible {
	background: #bcffc4;
}
.rsvpossible a {
	color: #333;
	text-decoration: none;
}
.lady_data_btn {
    display: block;
	border: 1px solid #f6f6e3 !important;
	padding: 5px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.lady_data_btn li {
	display: block;
	margin: 0 0 10px 0;
}
.lady_data_btn em {
	font-style: normal;
	font-weight: bold;
}
.lady_data_btn span {
	border: 1px solid #f6f6e3 !important;
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	background: #fffac8;
	font-style: normal;
	display: inline-block;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.lady_data_btn span {
    background: #eb68b2;
	color: #fff;
}
.lady_data_btn span.info01 {
    background: #c4a126;
	color: #fff;
}
.lady_data_btn span.info02 {
    background: #bcffc4;
	color: #333;
}
.lady_data_btn span.info03 {
    background: #eeedeb;
	color: #333;
}
.lady_data_btn span.info04 {
    background: #FFF;
	color: #333;
}
.web_reserve_bnr_modal {
    margin: 10px 0;
}

.web_reserve_bnr_modal img {
    width: 100%;
}
#slider_contents {
    overflow: hidden;
    position: fixed!important;
    width: 100%;
    bottom: 150px;
    z-index:1;

}


#slider_contents a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.pageTtl_hw{
height: 35px;
background: transparent url(http://img.undernavi.com/images/halloween/shop/bar_halloween.jpg) left top no-repeat;
line-height: 35px;
}
#content > section > .inner > .bg_halloween {
background: url(http://img.undernavi.com/images/halloween/shop/bg_foot02.png) no-repeat left bottom !important;
}
#content > section > .inner > .f_halloween {
padding:0;
/*margin-top:-100%;*/
z-index:100;
}


#main > .bg_tbl {
background: url(http://img.undernavi.com/images/halloween/shop/bg_table.png) no-repeat right top !important;
}
#transformBox {
position: fixed;
top: 35%;
left: 0.5%;
transition: all 2s ease-in-out;
z-index: 1000;
}
#main > .bg_tbl td {
background-color: transparent !important;
}


.txtData .title,
.txtData .status {
	display: block;
}
.txtData .title {
	margin-top: 5px;
	text-align: center;
	font-weight: bold;
}
.txtData .status {
	font-size: 85%;
}
.txtData .comment {
	font-size: 85%;
}
/*クリスマススタイル*/

body#lady_detail .pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
    background-color:none;
}
body#lady_detail .pswp__caption__center {
    text-align: left;
    font-size: 1vw;
    padding: 0 0 10px 0;
    line-height: 20px;
    color: #CCC;
    width: 27%;
    background: #fff;
    position: absolute;
    left: 55%;
    top: -70%;
    min-width: 300px;
    margin: 0;
    max-width: none;
    /* font-weight: bold; */
}
body#lady_detail .pswp__caption {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
}
body#lady_detail .pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0px;
    left: 15%;
    width: 35%!important;
    height: auto!important;
    /* margin: 0px 201px 0 -300px; */
    padding: 0 0px 0 0;
    width: 35%!important;
    height: auto!important;
    padding: 20px;
}
.pswp__zoom-wrap {
    transform: none!important;
}
body#lady_detail .pswp__caption {
    background: none;
}

body#lady_detail .pswp__bg {
    position: relative;
}
 .fav_rsvbtn {

    margin: 10px auto;
}
    .prof_rsvbtn a img {
    width: 100%;
}
.prof_rsvbtn a {
    display: inline-block;
    width: 49%;
}
    .prof_rsvbtn img {
    width: 50%;
}
   a.rev_halfbtn {
    background: url(https://img.undernavi.com/images/xmas/btn_rsv.jpg) 0 0 no-repeat;
    background-size: 100% 100%;
    padding: 10px 0 0 0;
}
   a.rev_halfbtn button {
   background:none;
   width:100%;
   }
    .prof_rsvbtn {

    margin: 0 auto;
}
    button.pswp__button.pswp__button--arrow--right {
    background-image: url(https://img.undernavi.com/images/xmas/r_arrow01.png);
    background-size: contain;
}
    button.pswp__button.pswp__button--arrow--left {
    background-image: url(https://img.undernavi.com/images/xmas/l_arrow01.png);
    background-size: contain;

    }
   .modal_Inshop_tel img {
    max-width: 100%;
    width: 100%;
}
.modal_Inshop_tel {

    margin: 0 auto;
    /*background: url(https://img.undernavi.com/images/xmas/btn_tel.jpg) no-repeat;*/
    /* height: 0px; */
    /* background-position: top; */
    position: relative;
    /* line-height: 0; */
    background-size: contain;
}
.modal_Inshop_tel span {
    /* position: absolute; */
    /* left: 100px; */
    /* top: 20px; */
    font-size: 1.5vw;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    /* width: 80%; */
    height: 1.2rem;
    text-align: center;
}
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }


.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }
    .pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
        background: none;
    }
figure {
    width: 100%;
    height: 100%;
    outline: none;
    border-style: none;
}
figure img {
    max-width: 100%;
    outline: none;
    border-style: none;
}
body, html, #wrapper {
    width: 100%;
}
.ttl {
    margin: 30px 74px 10px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
    color: #fff;
    background: #FD1891;
    text-shadow: 1px 1px 0 rgba(0,0,0,1);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.8), 30px 0 0 0 #FD1891, -30px 0 0 0 #FD1891;
}
h2.profilettl {
    background: #000;
    color: #fff;
    margin-bottom: 10px;
    padding: 10px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}
table.girls_prof_tbl, .girls_schedule_tbl {
    table-layout: fixed;
    width: 100%;
    line-height: 1.2;
    margin-bottom: 10px;
}
table.girls_schedule_tbl {
    width: 90%;
    margin: 0 auto;
    border: solid 1px #000;
    border-collapse: collapse;
}
table.girls_prof_tbl th {
    padding: 10px;
    text-align: left;
    background: #000;
    color: #fff;
    width: 30%;
    border-bottom: 1px solid;
}
table.girls_prof_tbl td {
    padding: 10px;
    text-align: left;
    background: #fff;
    color: #000;
    border-top: 1px solid;
    border-bottom: 1px solid;
}
table.girls_schedule_tbl td {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    color: #000;
    /* box-sizing: border-box; */
    padding: 0 0 0 10px;
    text-align: left;
    vertical-align: middle;
    font-weight:bold;
}
.girls_body {
    font-weight: bold;
}
table.weekSche {
    text-align: center;
    margin-top: -1px;
    width: 90%;
    margin: 10px auto;
    color: black;
    table-layout: fixed;
    /* width: 100%; */
    font-size: 0.7vw;
    border: solid 1px;
    border-collapse: separate;
    /* border-right: #000 1px solid; */
    /* border-bottom: #000 1px solid; */
}
table.weekSche　th {
    width: 112px;
    height: 34px;
    background: #ffe9ff;
    box-shadow: inset 0 0 1px #ff49bb;
    border: solid 1px #fff;
    font-size: 13px;
    vertical-align: middle;
}

table.weekSche td span {
    display: table-cell;
    width: auto;
    height: auto;
    vertical-align: middle;
    color: #000;
    text-align: center;
    display: block;
    padding: 5px 0;
}

table.weekSche th {
    background: #ddd;
    color: #000;
    padding: 10px 0px;
    border-right: 1px solid #000;
    box-sizing: border-box;
    /* border-bottom: 1px solid #000; */
}
  table.weekSche th:last-child {
  border-right:none;
  }

 .girls_schedule th {
    padding: 10px;
    text-align: center;
    background: #000;
    color: #fff;
    width: 40%;
    /* border-bottom: 1px solid; */
}
.girls_schedule {
    table-layout: fixed;
    width: 100%;
    line-height: 1.2;
    margin-bottom: 5px;
}
table.weekSche td {
    border-right: 1px solid #000;
}
  table.weekSche td:last-child {
    border:none;
}
.capBox .btn_pink a {
    display: inline-block;
    padding: 10px 0;
    color: #fff;
    background-color: #FB1892;
    text-decoration: none;
    border-radius: 5px;
    width: 44%;
}#loading,
p.description::before, p.description::after,
#header::after, #header::before,
.pswp__top-bar { display: none;}
.overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: scroll;
    text-align: center;
    z-index: 200;
    background-color: rgba(0,0,0,0.7);
}
.overlay .inner {
    position: fixed;
    width: 710px;
    padding: 20px 15px;
    text-align: center;
    line-height: 1.5;
    border: 10px solid #ccc;
    background-color: #fff;
}
.overlay .inner img {
    width: 30px;
    vertical-align: -5px;
    margin: 0 5px;
}
.overlay .inner .close {
    display: inline-block;
    margin: 15px 0 0;
    padding: 10px;
    background-color: #999;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    letter-spacing: 2px;
    cursor: pointer;
}
#page_top {
    z-index: 100;
}

     .sp_modalIn_iconbox {
    display: none;
}
img.pswp__img {
    padding: 0 0 0px 0px;
    margin: 0 0 0px 0;
    position: absolute;
    left: -17%;
    top: 0px;
}


p#close {
    background: url(https://img.undernavi.com/images/xmas/btn_close.png) no-repeat;
    background-position: top;
}


#content > section h1.pageTtl01 {
    height: 35px;
    background: transparent url(https://img.undernavi.com/images/xmas/title_xmas.jpg) left top no-repeat;
    line-height: 35px;
}
#content > section h1.pageTtl01 span {
    display: block;
    width: 300px;
    text-indent: -9999px;
    height: 35px;
}
#lady_detail h1.pageTtl01 span {
    background-image: url(https://img.undernavi.com/chugoku/sample/parts/title_lady_detail.png);
    background-position: 40px 0px;
}


body#lady_detail .pswp__button--arrow--left:before,
body#lady_detail .pswp__button--arrow--right:before {
    content: none;
    top: 35px;
    background-color: rgba(0, 0, 0, 0.3);
    height: 30px;
    width: 32px;
    position: absolute;
}
a.lady_about_none {
    width: 49%;
}
a.favorite_lady {
    position: absolute;
    top: 1px;
    right: 1px;
    width: auto;
    height: 29px;
    padding: 0 5px;
    line-height: 29px;
    background-color: #ffffff;
}
a.favorite_lady img {
    max-width: 100%;
    vertical-align: middle;
}


.inner.hw_inner {
    margin: 0 0 150px 0;
}


.inner.hw_inner {
    margin: 0 0 150px 0;
}

table.weekSche th.sun {
    color: #000;
    background: #ffdcec;
}
table.weekSche th.sat {
    color: #000;
    background: #dcf1ff;
}
.clearfix.prof_box {
    width: 90%;
    margin: 0 auto;
}
body#lady_detail a.favorite_lady001 {
    width: 49%;
    display: inline-block;
}

body#lady_detail .fav_rsvbtn {
    width: 100%;
}

body#lady_detail .fav_rsvbtn img {
    width: 100%;
}
#reserve001btnbox {
    padding-top: 200px;
    margin-top: -200px;
}
.hw_box li:after {
    margin: 0 10px 0 0;
    content: " ";
    display: inline-block;
    width: 50px;
    height: 40px;
    background: url(https://img.undernavi.com/images/xmas/hands.png) no-repeat 0% 0;
    background-size: contain;
    background-position: 170px 0 0 0;
    position: absolute;
    left: 110px;
    bottom: 20px;
    transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-30deg);
    animation: yeah 0.5s ease-in-out 0.5s normal forwards infinite;
    -moz-animation: yeah 0.5s ease-in-out 0.5s normal forwards infinite;
    -webkit-animation: yeah 0.5s ease-in-out 0.5s normal forwards infinite;
    -o-animation: yeah 0.5s ease-in-out 0.5s normal forwards infinite;
    -ms-animation: yeah 0.5s ease-in-out 0.5s normal forwards infinite;
}
@keyframes yeah{
    0% {transform:translateY( 0%);}
   50% {transform:translateY(10%);}
  100% {transform:translateY( 0%);}
}
@-moz-keyframes yeah{
    0% {-moz-transform:translateY( 0%);}
   50% {-moz-transform:translateY(10%);}
  100% {-moz-transform:translateY( 0%);}
}
@-webkit-keyframes yeah{
    0% {-webkit-transform:translateY( 0%);}
   50% {-webkit-transform:translateY(10%);}
  100% {-webkit-transform:translateY( 0%);}
}
@-o-keyframes yeah{
    0% {-o-transform:translateY( 0%);}
   50% {-o-transform:translateY(10%);}
  100% {-o-transform:translateY( 0%);}
}
@-ms-keyframes yeah{
    0% {-ms-transform:translateY( 0%);}
   50% {-ms-transform:translateY(10%);}
  100% {-ms-transform:translateY( 0%);}
}

.voice_flex {
width:28%;
text-align:center;
}
.voice_flex img {
width:100% !important;
}
.valentineModalBox button {
  margin: 0;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
}

.valentineBtn {
	background: transparent;
}
.valentineBtn:hover {
  box-shadow: 0 3px 0 transparent;
}


/** Modal */
.valentineModalBox #btn-modal {
	right: 10%;
	position: fixed;
	bottom: 20%;
	z-index:1;
}
.valentineModal {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	padding: 30px;
	/* background: #fff; */
	border-radius: 4px;
	box-shadow: 0 3px 10px rgba(0,0,0,0.3);
	z-index: 6;
	background: url(https://img.undernavi.com/images/valentine/pc_mdalBg.jpg) center top /cover no-repeat;
	transform: translate(-50%,-50%);
}
.modal-close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
}

.valentineOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
  z-index:5;
}
#btn-modal {
animation-name: SlideUp;/* アニメーション名 */
animation-duration: 2s;/* アニメーション時間 */
}
#modalVideo {
	background: url(https://img.undernavi.com/images/valentine/pc_modalBgMovie.png) center top /cover no-repeat;
}
@keyframes SlideUp {
0% {
    opacity: 0;/* 透明 */
    transform: translateY(50px);/* Y軸方向に50px */
}
100% {
    opacity: 1;/* 不透明 */
    transform: translateY(0);/* Y軸方向に0px */
}
}


#modalVideo {
	background: url(https://img.undernavi.com/images/valentine/pc_modalBgMovie.png) center center /cover no-repeat;
	width: 70%;
	margin: 0 auto;
	padding: 45px;
}
#modalVideo {
	background: url(https://img.undernavi.com/images/valentine/pc_modalBgMovie.png) center center /cover no-repeat;
	width: 85%;
	margin: 0 auto;
	padding: 9% 7%;
}
#closevalentine {
	position: absolute;
	right: -20px;
	top: -20px;
	cursor: pointer;
}
#closevalentine img {
width:60%;
}

#valentineModal > p > img {
	width: 80%;
	margin: 0 auto;
	display: block;
}
#firstMbtn {
	position: absolute;
	top: 11px;
	left: 19px;
	right: 0;
	bottom: 0;
	-webkit-animation: spin 10s linear infinite;
	-moz-animation: spin 10s linear infinite;
	-ms-animation: spin 10s linear infinite;
	-o-animation: spin 10s linear infinite;
	animation: spin 10s linear infinite;
	width: 175px;
	max-width:auto !important;
	z-index:-1;
}

#spin {
    width: 200px;
}
@-webkit-keyframes spin {
	0% {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin {
	0% {-moz-transform: rotate(0deg);}
	100% {-moz-transform: rotate(360deg);}
}
@-ms-keyframes spin {
	0% {-ms-transform: rotate(0deg);}
	100% {-ms-transform: rotate(360deg);}
}
@-o-keyframes spin {
	0% {-o-transform: rotate(0deg);}
	100% {-o-transform: rotate(360deg);}
}
@keyframes spin {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}
#modalVideo video {
    width: 90%;
    height: auto;
    margin: 0 auto;
    display: block;
    padding: 0px;
}

/************************************************************

口コミ新設

***********************************************************/
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.jc_sb {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.ai_c {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.flex_wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#tabContent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	margin-top: 10px;
	padding: 0 10px;
}
#tabContent.ladyTabs li {
	width: 188px;
	margin-right: 5px;
	padding: 0;
	height: 40px;
	line-height: 40px;
	border-radius: 5px 5px 0 0;
	position: relative;
	background:#f5f5f5;
	color:#808080;
	font-weight: bold;
	cursor: pointer;
	font-size: 16px;
}
#tabContent li a {
	color: #808080;
	font-weight: bold;
	display: block;
	text-decoration:none;
}

#tabContent.ladyTabs li.active {
	background: #c90037;
	color: #fff;
}

#tabContent.ladyTabs li.active::before {
	border-top: 15px solid #c90037;
}
#tabContent.ladyTabs li.active a {
	display: block;
	color: #fff;
}
.ladyTabs li.active::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top-color: transparent;
	border-top-style: solid;
	border-top-width: 10px;
	border-top: 10px solid #c80037;
}
#sort_form::after {
	content: '';
	display: inline-block;
	border: 6px solid transparent;
	border-top-color: transparent;
	border-top-style: solid;
	border-top-width: 6px;
	border-top: 11px solid #000;
	position: absolute;
	right: 10px;
	top: 40%;
	pointer-events: none;
}
.sortLink {
	margin-bottom: 20px;
}
.sortLink li {
	width: calc(100% / 3);
	font-size: 16px;
	background: #f5f5f5;
	margin-right: 5px;
	border-radius: 5px 5px 0px 0;
}
.sortLink li a {
	display: block;
	padding: 10px;
	text-align: center;
}
.sortLink li.current a {
	position: relative;
	background: #c80037;
	color: #fff;
	border-radius: 5px 5px 0 0;
}

.sortLink li.current a::after {
	content: "";
	display: inline-block;
	position: absolute;
	left: calc(50% - 10px);
	bottom: -20px;
	border: 10px solid transparent;
	border-top: 10px solid #c80037;
}
.reviewlist ul li {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.review_write {
	color: #c90037;
	font-size: 20px;
	font-weight: bold;
	border: solid 1px #c90037;
	border-radius: 30px;
	text-align: center;
	margin: 0 auto 20px;
	cursor: pointer;
	padding: 15px 0;
	display:block;
}
.review_write:hover {
	text-decoration:underline;
}
.modal_box01 #write {
	color: #c80037;
	text-decoration: none;
}
.lady_review .modal_box01 #write.review_write:hover {
	text-decoration: underline;
}
.good_icon {
	margin-right: 10px;
}
.evaluation {
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
	align-items: center;
}
.evaluation li {
	text-align: left;
}
.eva_item {
	font-size: 20px;
	font-weight: bold;
	margin-right: 20px;
}
.eva_el.star_icon {
	display: inline-block;
	font-size: 20px;
	vertical-align:top;
}
.eva_star {
	font-size: 20px;
	font-weight: bold;
	float: right;
}
.reviewlist figure {
	width: 100px;
	height: 100px;
	overflow: hidden;
}
.reviewlist_el {
	margin-left: 15px;
	width: 100%;
}
.reviewlist_el:hover a {
	text-decoration: underline;
}
.s_name {
	font-size: 17px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 5px;
}
.s_name a {
	text-decoration: none;
}
.gb_icon em {
	font-size: 16px;
	font-weight: bold;
}
.gb_icon img {
	margin-right: 10px;
}
.review_ttl {
	font-size:15px;
	font-weight: bold;
}
.date {
	font-size: 12px;
}
.reviewlist .comment {
	font-size: 15px;
	text-align: left;
}
.reviewlist .comment a {
	color: #c80037;
	font-weight: bold;
	text-decoration: underline;
	font-size: 13px;
}
.review_form {
	width: 200px;
	margin-left: auto;
	position: relative;
}
.review_form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	line-height: 30px;
	padding: 0 5px;
	border: 1px solid #d9d9d9;
	font-size: 13px;
	vertical-align: middle;
}
/*************************************************************************

非ログイン時モーダル

****************************************************************************/
#modal02 {
	position: absolute;
	top: 190px;
	left: 410px;
	z-index: 999;
	width: 420px;
	padding: 20px;
	background: #fff;
	box-shadow: 0 0 5px #999;
}
#modal02 input[type="text"], #modal02 input[type="password"] {
	height: 24px;
	width: 100%;
}
span.triangle {
	position: absolute;
	right: 90px;
	top: -20px;
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #fff;
	transform: rotate(45deg);
	box-shadow: 0 0 5px #999;
}
span.triangle::after {
	content: "";
	position: absolute;
	right: -22px;
	top: 20px;
	display: inline-block;
	width: 70px;
	height: 30px;
	background: #fff;
	transform: rotate(-45deg);
}
#modal02 .closebtn {
	text-align: center;
	padding: 20px 0 0;
	font-weight: bold;
	font-size: 15px;
	cursor: pointer;
}
.review_mdl ul li {
	text-align: left;
	margin-bottom: 10px;

}
.review_mdl ul li:last-child {
	text-align: center;
}
.review_mdl li:last-child input {
	margin-right: 10px;
	vertical-align: middle;
}
.review_mdl .btnarea .btnarea {
	margin: 0 auto 0;
	text-align: center;
}
.review_mdl .btnarea .btn {
	display: inline-block;
	width: 140px;
	background: #efefef;
	text-align: center;
}
.review_mdl .btnarea .btn a {
	padding: 10px;
	display: block;
	color: #333;
	text-decoration: none;
	font-size: 13px;
}
.review_mdl .btnarea .btn input[type="submit"] {
	font-size: 15px;
	color: #000;
	display: block;
	width: 100%;
	padding: 6px !important;
	border: none;
	padding: 5px;
	height: 35px;
	cursor: pointer;
}
.review_mdl .btn a:hover, .btn input[type="submit"]:hover, .review_mdl .submit button:hover {
	opacity: 0.7;
}

/********************************************************************

会員ログイン時モーダル

**********************************************************************/
.modal_box01 {
	position: relative;
}
#overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	display: none;
	z-index: 5;
}
#modal01 {
	position: fixed;
	width: 800px;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(calc(-50% - .5px));
	z-index: 999;
	padding: 20px;
	background: #fff;
	box-shadow: 0 0 5px #999;
	text-align: left;
	color: #000 !important;
}

.title03 {
	color:#c90037;
	font-size: 20px;
	font-weight: bold;
	margin-bottom:20px;
}

.review_write_select {
	width: 200px;
	position: relative;
}
.review_write_select  select,
.star_box select {
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	line-height: 30px;
	padding: 0 5px;
	border: 1px solid #d9d9d9;
	font-size: 13px;
	vertical-align: middle;
}
.review_write_select::after {
	content: '';
	display: inline-block;
	border: 6px solid transparent;
	border-top-color: transparent;
	border-top-style: solid;
	border-top-width: 6px;
	border-top: 11px solid #000;
	position: absolute;
	right: 10px;
	top: 40%;
	pointer-events: none;
}
.satisfaction {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 7px;
	display: block;
}
.level_satisfaction img {
	vertical-align: middle;
	display: inline-block;
}

.star_box select {
	border: none;
	color: #fec002;
	font-size: 42px;
	padding: 0;
	margin: 0 0 0 -10px;
	line-height: 40px;
}
.star_box option {
	font-size: 16px;
}
.modal_box01 .title_input input {
	width: 600px;
	margin-right: 10px;
	height: 32px;
	line-height: 32px;
	font-size: 15px;
	border: 1px #ccc solid;
	padding: 0 5px;
}
input[type="text"], input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	line-height: 24px;
	padding: 0 5px;
	border: 1px solid #d9d9d9;
	border-radius: 0;
	font-size: 13px;
	vertical-align: middle;
}
.modal_box01 .check {
	color: #c90037;
	font-weight: bold;
	font-size: 15px;
}
.modal_box01 textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 110px;
	padding: 5px;
	border: 1px solid #d9d9d9;
	font-size: 13px;
}
.terms {
	background: #f6f6f6;
	padding: 10px;
	font-size: 14px;
	height: 60px;
	overflow-y: scroll;
}

.tems_btn, .submit {
	text-align: center;
}
.tems_btn input[type="checkbox"] {
	display: none;
}
.check_box {
	font-size: 16px;
	padding-left: 30px;
	position: relative;
}
.check_box::before {
	background-color: white;
	border: 2px solid red;
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	height: 16px;
	width: 16px;
}
input[type="checkbox"]:checked + .check_box::before {
	background-color: red;
}
input[type="checkbox"]:checked + .check_box::after {
	border-bottom: 2px solid white;
	border-right: 2px solid white;
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 5px;
	height: 11px;
	width: 6px;
	transform: rotate(40deg);
}
.modal_box01 .submit button,
.reviewdetail .submit button {
	background: #c90037;
	border: none;
	color: #fff;
	width: 370px;
	height: 45px;
	line-height: 45px;
	border-radius: 5px;
	font-size: 17px;
	cursor: pointer;
}
.post_fix button {
	background: #999999;
	border: none;
	color: #fff;
	width: 370px;
	height: 45px;
	line-height: 45px;
	border-radius: 5px;
	font-size: 17px;
	display: block;
	text-align: center;
	text-decoration: none;
}
.btn a:hover, .btn input[type="submit"]:hover, .submit button:hover,
.post_fix button:hover {
	opacity: 0.7;
}
.member_login .closebtn {
	position: absolute;
	right: 0;
	top: -40px;
	cursor: pointer;
}
.textarea_comment textarea {
	font-size: 15px;
}
/********************************************************************
星の数

**********************************************************************/


.star_icon {
	position: relative;
	width: 6.3em;
	color: #000;
	white-space: nowrap;
	text-indent: 100%;
	vertical-align: middle;
	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;
}

.point .star li span.p05::before,
.star_icon.p05::before,
.star_icon.p06::before,
.star_icon.p07::before,
.star_icon.p08::before,
.star_icon.p09::before {	content: "\e80b\e809\e809\e809\e809"; }/*0.5*/

.point .star li span.p10::before,
.star_icon.p10::before,
.star_icon.p11::before,
.star_icon.p12::before,
.star_icon.p13::before,
.star_icon.p14::before {	content: "\e808\e809\e809\e809\e809"; }/*1.0*/

.point .star li span.p15::before,
.star_icon.p015::before,
.star_icon.p016::before,
.star_icon.p017::before,
.star_icon.p018::before,
.star_icon.p019::before {	content: "\e808\e80b\e809\e809\e809"; }/*1.5*/

.point .star li span.p20::before,
.star_icon.p20::before,
.star_icon.p21::before,
.star_icon.p22::before,
.star_icon.p23::before,
.star_icon.p24::before {	content: "\e808\e808\e809\e809\e809"; }/*2.0*/

.point .star li span.p25::before,
.star_icon.p25::before,
.star_icon.p26::before,
.star_icon.p27::before,
.star_icon.p28::before,
.star_icon.p29::before {	content: "\e808\e808\e80b\e809\e809"; }/*2.5*/

.point .star li span.p30::before,
.star_icon.p30::before,
.star_icon.p31::before,
.star_icon.p32::before,
.star_icon.p33::before,
.star_icon.p34::before {	content: "\e808\e808\e808\e809\e809"; }/*3.0*/

.point .star li span.p35::before,
.star_icon.p35::before,
.star_icon.p36::before,
.star_icon.p37::before,
.star_icon.p38::before,
.star_icon.p39::before {	content: "\e808\e808\e808\e80b\e809"; }/*3.5*/

.point .star li span.p40::before,
.star_icon.p40::before,
.star_icon.p41::before,
.star_icon.p42::before,
.star_icon.p43::before,
.star_icon.p44::before {	content: "\e808\e808\e808\e808\e809"; }/*4.0*/

.point .star li span.p45::before,
.star_icon.p45::before,
.star_icon.p46::before,
.star_icon.p47::before,
.star_icon.p48::before,
.star_icon.p49::before {	content: "\e808\e808\e808\e808\e80b"; }/*4.5*/

.point .star li span.p50::before,
.star_icon.p50::before {	content: "\e808\e808\e808\e808\e808"; }/*5.0*/

/*********************************************************************

review_write_confirm

**********************************************************************/


.lady_write_ttl {
	position: relative;
	margin-bottom: 20px;
	color: #c90037;
	font-size: 20px;
	font-weight: bold;
}
.reviewdetail .rev_n {
	font-size: 15px;
	font-weight: bold;
	color: #c90037;
}
.reviewdetail .review_box {
	background: #f6f6f6;
	padding: 20px;
	margin-bottom: 40px;
	font-size: 15px;
}
.reviewdetail .review_comment {
	line-height: 1.4;
	height: 350px;
	overflow-y: scroll;
}
.reviewdetail .satisfaction {
	margin-right: 20px;
	font-size: 15px;
	font-weight: bold;
}
.reviewdetail .level {
	border: none;
	color: #fec002;
	font-size: 35px;
	letter-spacing: 11px;
}
.reviewdetail .rev_ttl {
	font-size: 15px;
	font-weight: bold;
}


.level_satisfaction img {
  vertical-align: middle;
  display: inline-block;
}
.sta_g {
	color: gray;
}
.star_g {
	color: gold;
}
.reviewdetail .level_satisfaction.mb20 {
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}
.lady_write_ttl02 {
	font-weight: bold;
	font-size: 20px;
}
.reviewdetail_end .end_comment {
	font-size: 15px;
	margin-bottom: 50px;
}
.reviewdetail_end .review_btn {
	width: 90%;
	margin: 0 auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.reviewdetail_end .btn a {
	background: #333333;
	color: #fff;
	width: 360px;
	height: 42px;
	display: block;
	text-align: center;
	line-height: 42px;
	border-radius: 5px;
	text-decoration: none;
}
.reviewdetail_end .btn a:hover {
	opacity: 0.7;
}
.reviewdetail_end .btn a {
	background: #333333;
	color: #fff;
	width: 340px;
	height: 42px;
	display: block;
	text-align: center;
	line-height: 42px;
	border-radius: 5px;
}
.errMsg {
	margin-bottom: 10px;
	padding: 10px;
	border: solid 2px #ff1d0c;
	color: #ff1d0c;
	font-size: 15px;
}

.rating {
    line-height: 1;
    color: gold;
    font-size: 32px;
}

.rating input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.rating label {
    display: inline-block;
}

.rating input:focus + label {
    outline: 1px solid currentColor;
}

.rating input:checked + label ~ label {
    color: grey;
}

.review_writeBtn {
	position: absolute;
	left: 290px;
	top: 500px;
	width: 80px;
	z-index: 9;
}
#modal, #modal02 {
	color: #000 !important;
}
@media screen and (max-width:1400px){
#modal.member_login {
	padding: 10px;

}
.title03 {
	margin-bottom: 5px;
}
.mb20.textarea_comment textarea {
	height: 100px;
}
.review_write_select {
	margin-bottom: 10px;
}
.tems_btn.mb20 {
	margin-bottom: 10px;
}
.terms {
	height: 50px;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;

}
.reviewdetail .review_comment {
	height: 100px;
}


}
/********************************************************

IEのみ適応

********************************************************/
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, #modal01{

  transform:translate(-50%, -50%);

  }
}

/*position:fixedが効かないの初期化*/
.sb-slide, #sb-site, .sb-site-container, .sb-slidebar {
	transform: none !important;
}


/******閲覧者数表示
*****************************************************/
.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: 20px;
	height: 20px;
	border: 2px solid #333;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
}
.page_viewer {
	position: fixed;
	right: 54%;
	bottom: 2%;
	z-index: 99;
	margin-right: -550px;
	background: #fff;
	border: 1px solid #bbb6b6;
	box-sizing: border-box;
	width: 280px;
	border-radius: 10px;
	padding: 10px;
	text-align: center;
	color: #000 !important;
}
.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;
}

/* 返信コメント
----------------------------------------------*/
.review_reply {
    margin-top: 15px;
    text-align: left;
}
.replay_ttl.mb10::before {
    content: "";
    display: inline-block;
    width: 27px;
    height: 27px;
    background: url(https://img.undernavi.com/front/pc/area/pref/review/icon_reply.png) center top / contain no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}
.review_btn {
    display: block;
    width: 31%;
    margin: 0 auto;
    color: #333 !important;
    border: 1px solid #ccc;
    text-align: center;
    box-sizing: border-box;
    padding: 10px 0;
    border-radius: 5px;
    margin-bottom: 15px;
    text-decoration: none !important;
    font-size: 16px;
}
