@charset "UTF-8";

/*在籍女性詳細*/
.girl_photo_pc {
	display: block;
}
.girl_photo_sp {
	display: none;
}
@media screen and (max-width: 768px) {
	.girl_photo_pc {
		display: none;
	}
	.girl_photo_sp {
		display: block;
	}
}
#girl {
	margin: 10px 0 0 0;
}
.girl_info_box {
    border: 6px solid #fff;
    box-shadow: 0 1px 8px rgba(0,0,0, .2);
    border-radius: 16px;
    background: #fff;
	padding: 20px;
	margin: 0 0 10px 0;
}
.girl_info_catch {
	margin: 5px 0;
	font-weight: bold;
	font-size: 28px;
	letter-spacing: 0em;
	text-align: left;
	color: #3edefe;
}
.girl_info_name {
	font-size: 42px;
	font-weight: bold;
	text-align: left;
	padding: 0 0 10px 0;
	color: #fb83dc;
}
.girl_info_age {
	text-align: left;
	font-size: 18px;
	line-height: 1.2;
}
.girl_info_size {
	margin: 0 0 20px;
	text-align: left;
	font-size: 18px;
	line-height: 1.2;
}
.girl_info_photo {
	max-width: 480px;
	margin: 0 auto;
}
.girl_info_photo img {
	display: block;
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
}
.girl_info_photo_link {
    display: block;
    width: 90%;
	margin: 20px auto;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0em;
	color: #fff !important;
	padding: 12px 5px;
	max-width: 320px;
	text-align: center;
    border: 2px solid #eefcff;
    box-shadow: 0 1px 8px rgba(0,0,0, .4);
    background: #2fdaf8;
    text-shadow: -1px -1px 1px #33bed7, 1px -1px 1px #33bed7, -1px 1px 1px #33bed7, 1px 1px 1px #33bed7;
	font-feature-settings: "palt";
	border-radius: 100px;
}
.girl_info_photo_link:hover {
	color: #fff;
    border: 2px solid #eefcff;
    box-shadow: 0 1px 8px rgba(0,0,0, .4);
    background: #2fdaf8;
    text-shadow: -1px -1px 1px #33bed7, 1px -1px 1px #33bed7, -1px 1px 1px #33bed7, 1px 1px 1px #33bed7;
}
.girl_info_photo_link:active, .girl_info_photo_link:visited, .girl_info_photo_link:foucs {
    border: 2px solid #eefcff;
    box-shadow: 0 1px 8px rgba(0,0,0, .4);
    background: #2fdaf8;
    text-shadow: -1px -1px 1px #33bed7, 1px -1px 1px #33bed7, -1px 1px 1px #33bed7, 1px 1px 1px #33bed7;
}
.girl_info_message {
	padding: 0 0 10px;
	margin: 10px 0 20px;
	font-size: 18px !important;
}
.girl_info_message p span, .girl_info_message p strong, .girl_info_message p font, .girl_info_message strong, .girl_info_message font, .girl_info_message span {
	font-size: 18px !important;
	color: #111 !important;
}
@media screen and (max-width: 768px) {
	.girl_info_box {
		padding: 10px;
	}
	.girl_info_catch {
		font-size: 20px;
	}
	.girl_info_name {
		font-size: 32px;
	}
	.girl_info_age {
		font-size: 16px;
	}
	.girl_info_size {
		font-size: 16px;
	}
	.girl_info_message {
		font-size: 16px !important;
		padding: 0 0 10px;
		margin: 10px 0 10px;
	}
	.girl_info_message p span, .girl_info_message p strong, .girl_info_message p font, .girl_info_message strong, .girl_info_message font, .girl_info_message span {
		font-size: 16px !important;
	}

	.girl_info_photo_link {
		margin: 10px auto;
	}
}
.girl_info_title {
	text-align: center;
	font-size: 28px;
	letter-spacing: -0.04em;
	font-weight: bold;
	display: block;
	width: 100%;
	margin: 10px 0;
    background: url(../img/common/section_outer.png) repeat;
    background-size: 800px;
    background-position: center;
	font-feature-settings: "palt";
}
.girl_info_title span {
    text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff;
    background: rgba(255,255,255, .7);
    display: block;
	padding: 10px;
}
@media screen and (max-width: 768px) {
	.girl_info_title {
		font-size: 24px;
		margin: 5px 0;
		padding: 10px 0;
		background-size: 400px;
	}
}
/*.gallery_bx {
	width: 100%;
	max-width: 44%;
	position: relative;
	float: left;
	margin: 0 0 20px 10px;
	overflow: hidden;
}
.gallery_bx img {
	display: block;
	width: 100%;
}
.gallery_thumbnail {
	display: table;
	max-width: 52%;
	float: left;
	margin: 0 0 0 10px;
	text-align: left;
	font-size: 0;
	letter-spacing: -1em;
}
.gallery_thumbnail_list {
	width: 16.66666%;
	min-width: 100px;
	min-height: 160px;
	max-width: 100px;
	max-height: 160px;
	overflow: hidden;
	display: inline-block;
	letter-spacing: normal;
	position: relative;
}
.gallery_thumbnail_list input {
	display: block;
	width: auto;
	height: 110%;
	max-height: 200px;
	cursor: pointer;
	transition: opacity .3s;
	border-radius: none;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.gallery_thumbnail_list input:hover {
	opacity: .5;
}
.gallery_thumbnail a:nth-child(n+25) {
	display: none;
}
@media screen and (max-width: 768px) {
	.gallery_bx {
		width: 100%;
		max-width: 320px;
		position: relative;
		float: none;
		margin: 0 auto;
	}
	.gallery_thumbnail {
		width: 100%;
		max-width: 100%;
		float: none;
		margin: 10px 0 0 0;
		text-align: center;
	}
	.gallery_thumbnail_list {
		width: 25%;
		min-width: 80px;
		min-height: 110px;
		max-width: 80px;
		max-height: 110px;
		overflow: hidden;
	}
	.gallery_thumbnail_list input {
		width: auto;
		height: auto;
		max-height: 120px;
	}
}*/
.girl_main_photo {
	display: block;
    border: 6px solid #fff;
    box-shadow: 0 1px 8px rgba(0,0,0, .2);
    border-radius: 16px;
    margin: 0 auto;
    max-width: 560px;
}
.girl_main_photo:hover {
    border: 6px solid #fff;
    box-shadow: 0 1px 8px rgba(0,0,0, .2);
}
.girl_main_photo img {
	display: block;
	width: 100%;
	border-radius: 16px;
}
.gallery {
	text-align: center;
}
.gallery a {
	display: inline-block;
	width: 9.2%;
	margin: 0 0 4px;
    border: 3px solid #fff;
    box-shadow: 0 1px 8px rgba(0,0,0, .2);
    border-radius: 8px;
    transition: .3s;
}
.gallery a:hover {
    border: 3px solid #fff;
    box-shadow: 0 1px 8px rgba(0,0,0, .2);
}
.gallery a img{
	display: inline-block;
	width: 100%;
    border-radius: 8px;
}
.gallery a:nth-child(n+31) {
	display: none;
}
@media screen and (max-width: 768px) {
	.girl_main_photo {
	    margin: 0 auto 20px;
	    max-width: 480px;
	    box-shadow: none;
	    border: none;
	}
	.girl_main_photo:hover {
		border: none;
	}

	.gallery a {
		width: 23%;
		border: none;
	}
	.gallery a:hover {
		border: none;
	}
}
.girl_info_qa_outer {
	margin: 20px 0 0;
}
.girl_info_qa {
}
.girl_info_qa .col-sm-6 {
	padding: 0 5px;
}
.girl_info_qa_text {
	padding: 5px 0;
	margin: 0 0 10px 0;
}
.girl_info_q_label {
	display: inline-block;
	background: #fc88da;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	margin: 0 8px 0 0;
	position: relative;
	top: -2px;
	border-radius: 8px;
}
.girl_info_a_label {
	display: inline-block;
	background: #2cddfe;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	margin: 0 8px 0 0;
	position: relative;
	top: -2px;
	border-radius: 8px;
}
.girl_info_q_text {
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	border-bottom: 2px dashed #f7d8ea;
	font-size: 18px;
	font-weight: bold;
	color: #fc88da;
}
.girl_info_a_text {
	font-size: 18px;
}
@media screen and (max-width: 768px) {
	.girl_info_qa_outer {
		margin: 20px 0 0;
	}
	.girl_info_qa .col-sm-6 {
		padding: 0;
	}
	.girl_info_qa_text {
		margin: 0 0 5px 0;
	}
	.girl_info_q_text {
		font-size: 16px;
	}
	.girl_info_a_text {
		font-size: 16px;
	}
	.girl_info_q_label {
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 12px;
		margin: 0 10px 0 0;
	}
	.girl_info_a_label {
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 12px;
		margin: 0 10px 0 0;
	}
}

.girl_info_movie_outer {
	margin: 20px 0 0;
}
.girl_movie{
    max-width: 420px;
    margin: 10px auto;
    text-align: center;
}
.girl_movie a{
    max-width: 420px;
    margin: 10px auto;
    display: block;
}
.girl_movie img{
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-height: auto !important;
    max-width: 420px !important;
    margin: 0 auto;
    text-align: center !important;
}
@media screen and (max-width: 768px) {
}

.girl_info_schedule_outer {
	margin: 20px 0 0 0;
}
.girl_info_schedule {
	display: table;
	width: 100%;
	margin: 10px 0 0 0;
	background: #fffbfd;
	border: 1px solid #f7d8ea;
	border-radius: 8px;
	text-align: center;
}
.works_rap {
	display: table-cell;
	width: 14%;
	text-align: center;
	padding: 10px 0 5px;
	margin: 4px auto;
	letter-spacing: 0em;
	border-right: 2px dashed #f7d8ea;
}
.works_rap:last-child {
	border-right: none;
}
.works_day {
	font-size: 18px;
	background: #10dafe;
	color: #fff;
	border-radius: 8px;
	display: inline-block;
	padding: 0 20px;
}
.works_time {
	font-size: 20px;
	color: #10dafe;
	font-weight: bold;
	margin: 5px 0 0 0;
}
@media screen and (max-width: 1600px) {
	.works_rap {
		display: inline-block;
		width: 20%;
		border-right: none;
		vertical-align: top;
	}
}
@media screen and (max-width: 768px) {
	.works_rap {
		display: block;
		width: 100%;
		border-bottom: 2px dashed #f7d8ea;
	}
	.works_rap:last-child {
		border-bottom: none;
	}
	.works_day {
		font-size: 17px;
	}
	.works_time {
		font-size: 19px;
	}
}
.girl_info_option_outer {
	margin: 20px 0 0;
}
.girl_info_option {
	margin: 10px 0 0 0;
	text-align: left;
}
.option_rap {
	display: table-cell;
	font-size: 16px;
	text-align: center;
	margin: 2px;
	padding: 8px 2px 4px;
	vertical-align: top;
	letter-spacing: 0em;
	background: #fffbfd;
	border: 1px solid #f7d8ea;
	text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff;
	font-weight: bold;
	border-radius: 8px;
}
.girl_info_option > .option_rap:nth-child(8n+1) {
    clear: both;
}
.girl_info_option > .option_rap {
    display: table-cell;
    float: left;
    width: 12%;
}
.opt_name {
	display: inline-block;
	line-height: 1.2;
}
.opt_check {
	display: block;
	color: #10dafe;
	font-weight: bold;
	font-size: 28px;
}
@media screen and (max-width: 768px) {
	.option_rap {
		padding: 4px 0;
		font-size: 15px;
	}
	.girl_info_option > .option_rap:nth-child(8n+1) {
	    clear: none;
	}
	.girl_info_option > .option_rap:nth-child(3n+1) {
	    clear: both;
	}
	.girl_info_option > .option_rap {
	    display: table-cell;
	    float: left;
	    width: 32%;
	}
	.opt_check {
		font-size: 22px;
	}
}
.girl_info_syame_outer {
	margin: 20px 0 0;
}
.girl_info_syame {
	display: block;
	margin: 10px auto;
	max-width: 480px;
	min-height: 760px;
	max-height: 960px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.girl_info_syame iframe {
	display: block;
	width: 100%;
}
@media screen and (max-width: 768px) {
	.girl_info_syame {
		margin: 10px auto 20px;
		width: 100%;
	}
	.girl_info_syame iframe {
		width: 100%;
	}
}
.girl_info_sales {
	padding: 0 0 10px 0;
}
.girl_info_sales_inner {
	background: #fffbfd;
	border: 1px solid #f7d8ea;
	margin: 5px 0;
	padding: 5px 0;
	border-radius: 8px;
}
.girl_info_sales h4 {
	font-feature-settings: "palt";
	font-size: 14px;
	display: table-cell;
	min-width: 120px;
	text-align: center;
	vertical-align: middle;
	height: 32px;
	font-weight: bold;
}
.girl_info_sales ul {
	display: table-cell;
}
.girl_info_sales ul li {
	background: #2cddfe;
	font-size: 14px;
	letter-spacing: 0em;
	display: inline-block;
	padding: 2px 6px;
	margin: 3px 0;
	font-feature-settings: "palt";
	color: #fff;
	font-weight: bold;
	border-radius: 8px;
}
@media screen and (max-width: 768px) {
	.girl_info_sales {
		padding: 5px 10px;
	}
	.girl_info_sales h4 {
		display: block;
		width: 100%;
		height: auto;
		margin: 5px 0 0 0;
	}
	.girl_info_sales ul {
		display: block;
		text-align: center;
		margin: 5px 0 0 0;
	}
	.girl_info_sales ul li {
		font-size: 14px;
		padding: 2px 6px;
	}
}
















body.hidden-scroll {
	overflow: hidden;
}
.sl-overlay {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #fff;
	opacity: 0.9;
	display: none;
	z-index: 10035;
}
.sl-wrapper {
	z-index: 10040;
}
.sl-wrapper button {
	border: 0 none;
	background: transparent;
	font-size: 28px;
	padding: 0;
	cursor: pointer;
}
.sl-wrapper button:hover {
	opacity: 0.7;
}
.sl-wrapper .sl-close {
	display: none;
	position: fixed;
	right: 30px;
	top: 30px;
	z-index: 10060;
	margin-top: -14px;
	margin-right: -14px;
	height: 44px;
	width: 44px;
	line-height: 44px;
	font-family: Arial, Baskerville, monospace;
	color: #2cddfe;
	font-size: 3rem;
}
.sl-wrapper .sl-close:focus {
	outline: none;
}
.sl-wrapper .sl-counter {
	display: none;
}
.sl-wrapper .sl-navigation {
	width: 100%;
	display: none;
}
.sl-wrapper .sl-navigation button {
	position: fixed;
	top: 50%;
	margin-top: -22px;
	height: 44px;
	width: 22px;
	line-height: 44px;
	text-align: center;
	display: block;
	z-index: 10060;
	font-family: Arial, Baskerville, monospace;
	color: #2cddfe;
}
.sl-wrapper .sl-navigation button.sl-next {
	right: 5px;
	font-size: 2rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
	left: 5px;
	font-size: 2rem;
}
.sl-wrapper .sl-navigation button:focus {
	outline: none;
}
@media (min-width: 35.5em) {
	.sl-wrapper .sl-navigation button {
		width: 44px;
	}
	.sl-wrapper .sl-navigation button.sl-next {
		right: 10px;
		font-size: 3rem;
	}
	.sl-wrapper .sl-navigation button.sl-prev {
		left: 10px;
		font-size: 3rem;
	}
}
@media (min-width: 50em) {
	.sl-wrapper .sl-navigation button {
		width: 44px;
	}
	.sl-wrapper .sl-navigation button.sl-next {
		right: 20px;
		font-size: 3rem;
	}
	.sl-wrapper .sl-navigation button.sl-prev {
		left: 20px;
		font-size: 3rem;
	}
}
.sl-wrapper .sl-image {
	position: fixed;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 100000;
}
.sl-wrapper .sl-image img {
	margin: 0;
	padding: 0;
	display: block;
	border: 0 none;
	width: 100%;
	height: auto;
}
@media (min-width: 35.5em) {
	.sl-wrapper .sl-image img {
		border: 0 none;
	}
}
@media (min-width: 50em) {
	.sl-wrapper .sl-image img {
		border: 0 none;
	}
}
.sl-wrapper .sl-image iframe {
	background: #2cddfe;
	border: 0 none;
}
@media (min-width: 35.5em) {
	.sl-wrapper .sl-image iframe {
		border: 0 none;
	}
}
@media (min-width: 50em) {
	.sl-wrapper .sl-image iframe {
		border: 0 none;
	}
}
.sl-wrapper .sl-image .sl-caption {
	display: none;
	padding: 10px;
	color: #fff;
	background: none;
	font-size: 15px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
    text-shadow: -1px -1px 1px #2cddfe, 1px -1px 1px #2cddfe, -1px 1px 1px #2cddfe, 1px 1px 1px #2cddfe;
}

.girl_info_review_outer {
	margin: 20px 0 0;
}
.girl_info_review_inner iframe {
    display: block;
    width: 100% !important;
    border: none;
    max-width: 500px;
    margin: 0 auto;
}
