
.shop_information {
	padding: 20px;
}

.areaList {
    margin-bottom: 10px;
    padding: 0 10px 5px;
}

.areaList .shopBox2 {
    margin-bottom: 20px;
    padding: 10px 15px;
    border: none;
    box-shadow: 0 0 0 1px hsl(200deg 20% 40% / 10%), 0 0 3px 0 hsl(200deg 20% 40% / 10%), 0 8px 10px -10px hsl(200deg 20% 40%);
}

.areaList .shopBox2 .keep {
    right: 3px;
    top: 5px;
}





.sp_contents {
	font-size: 16px;
	line-height: 1.9;
}

.sp_contents img {
	width: 100%;
	height: auto;
	vertical-align:top;
}

.sp_contents b {
    color: hsl(340,100%,45%);
    font-weight: normal;
}

.sp_contents strong {
    font-weight: bold;
    color: hsl(340,100%,45%);
}

.sp_contents strong.stronger {
    background: linear-gradient(to bottom, transparent 0% 75%, hsl(340,100%,85%) 75% 100%);
    text-shadow: 1px 1px rgb(255 255 255 / 30%), 1px -1px rgb(255 255 255 / 30%), -1px 1px rgb(255 255 255 / 30%), -1px -1px rgb(255 255 255 / 30%);
}

.sp_contents h2 {
    position: relative;
    margin: 0 -10px 10px;
    padding: 10px 20px;
    background-color: #eee;
    font-size: 17px;
    line-height: 1.3;
    clear: both;
    box-sizing: border-box;
}

.sp_contents h2::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    z-index: 1;
    border-style: solid;
    border-width: 12px 12px 0 0;
    border-color: #fff #ddd transparent transparent;
}

.sp_contents h2 .shop_name {
	font-size: 12px;
}

.sp_contents h3 {
    position: relative;
    border-bottom: solid 3px #fdc6a0;
    line-height: 1.3;
    margin-bottom: 10px;
    padding: 5px 0;
    font-size: 20px;
}

/*
.sp_contents  h3 {
    color: hsl(340,100%,45%);
}
*/


.sp_contents h3:before {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #ed7420;
	bottom: -3px;
	width: 30%;
}

.sp_contents h3 .step {
    color: #ed7420;
    font-size: 12px;
    margin-bottom: 2px;
    display: block;
}

.sp_contents h3 .step span {
    font-size: 13px;
}


.sp_contents h4 {
    position: relative;
    border-bottom: solid 3px #fdc6a0;
    line-height: 1.3;
    margin-bottom: 10px;
}

.sp_contents h4:before {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #ed7420;
	bottom: -3px;
	width: 15%;
}


.shop_information .intro:not(:empty) {
    width: max-content;
    max-width: -webkit-calc(100% - 20px);
    max-width: calc(100% - 20px);
    margin: 0 auto 5px;
    padding: 5px 30px 20px;
    background: linear-gradient(to top right, rgba(255,255,255,0) 50%, hsl(36,100%,90%) 50.5%) no-repeat top left 0.5px / 50% 100%,linear-gradient(to top left, rgba(255,255,255,0) 50%, hsl(36,100%,90%) 50.5%) no-repeat top right 0.5px / 50% 100%;
    text-align: center;
    font-size: 18px;
    line-height: 1.3;
    font-weight: bold;
    color: hsl(336,100%,50%);
    text-shadow: 1px 1px rgb(255 255 255 / 50%), 1px -1px rgb(255 255 255 / 50%), -1px 1px rgb(255 255 255 / 50%), -1px -1px rgb(255 255 255 / 50%), 2px 2px 3px rgb(255 255 255 / 50%), 2px -2px 3px rgb(255 255 255 / 50%), -2px 2px 3px rgb(255 255 255 / 50%), -2px -2px 3px rgb(255 255 255 / 50%);
}










.sp_contents_header {
    position: relative;
    width: 100vw;
    height: 226px;
    overflow: hidden;
}

.sp_contents_header div {
    display: -webkit-flex;
    display: flex;
    -weblit-flex-flow: column nowrap;
    flex-flow: column nowrap;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10px;
    background: rgba(0,0,0,0.4);
    background: linear-gradient(to bottom, transparent 0 10%, rgba(0,0,0,0.05) 25%, rgba(0,0,0,0.6) 55%, rgba(0,0,0,0.8) 100%);
    text-shadow: 1px 1px rgb(0 0 0 / 5%), 1px -1px rgb(0 0 0 / 5%), -1px 1px rgb(0 0 0 / 5%), -1px -1px rgb(0 0 0 / 5%), 2px 2px 3px rgb(0 0 0 / 5%), 2px -2px 3px rgb(0 0 0 / 5%), -2px 2px 3px rgb(0 0 0 / 5%), -2px -2px 3px rgb(0 0 0 / 5%);
}

.sp_contents_header h1 {
    order: 2;
    font-size: 12px;
    line-height: 1.2;
    color: #ffffff9e;
    font-weight: 100;
    margin-bottom: 5px;
}

.sp_contents_header p {
    order: 3;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: bold;
    color: #fff;
}

.areaHead h1 {
    margin: 0 0 10px;
    padding: 0 5px;
    background: #f7eee6;
    color: #683C12;
    font-weight: 400;
    font-size: 14px;
}




/*
.sp_contents_header .type {
    order: 1;
    margin-bottom: 5px;
}

.sp_contents_header .type span {
    display: inline-block;
    position: relative;
    width: max-content;
    height: 20px;
    padding: 0 4px 0 6px;
    background-color: #666;
    font-size: 11px;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
    text-shadow: none;
}

.sp_contents_header .type span::after {
    content: "";
    display: block;
    position: absolute;
    right: -8px;
    top: 0;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 10px 0 10px 8px;
    border-left-color: #666;
}

.sp_contents_header .type span.experience {
    background-color: hsl(180,100%,35%);
}

.sp_contents_header .type span.experience::after {
    border-left-color: hsl(180,100%,35%);
}


.sp_contents_header .source {
    order: 3;
    width: 200px;
    margin-bottom: 3px;
    padding-bottom: 3px;
    border-bottom: solid 1px #fff;
    color: #fff;
}

.sp_contents_header .date {
    order: 4;
    width: 200px;
    font-style: italic;
    color: #fff;
}
*/



.sp_contents_header .cover {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100vw;
    height: 226px;
    object-fit: cover;
    object-position: center 20%;
}


.pickupgirl_header {
}

.pickupgirl_header h1 {
    font-size: 12px;
    line-height: 1.2;
    color: #666;
    font-weight: 100;
    padding: 5px 10px;
}





.sp_contents_corner {
	padding: 20px;
}



.profile_main_box {
	display: flex;
}

.profile_main_box img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 3px solid #fff;
	box-shadow: 3px 3px 5px rgb(0 0 0 / 10%);
}




.profile_age {
}


.profile_photo {

}

.profile_main_info {
	text-align: center;
	/*
	flex-grow: 1;
	*/
	padding: 5px 5px 5px 5px;
}

.profile_main_info div:nth-child(1) {
	border-bottom: 1px solid #eee;
}

.profile_main_info div:nth-child(2) {
	color: #999;
}

.profile_main_info .profile_main_info_comment {
    font-size: 14px;
    padding: 5px 15px;
    color: #ed7420;
    line-height: 1.3;
    overflow-wrap: anywhere;
    word-break: keep-all;
    line-break: strict;
}

.profile_name {
    font-size: 1.5rem;
    font-weight: 600;
}

.profile_age {
}

.profile_age:before {
	content: "("
}

.profile_age:after {
	content: ")"
}

.profile_age_text {
	font-size: .97rem
}

.profile_height {
}

.profile_height:after {
	content: "cm"
}


.profile_main_table {
	margin: 20px 0;
}

.profile_main_table th,
.profile_main_table td {
	width: 100%;
	padding: 2px;
	display: block;
	text-align: left;
}





.realshot_header_body {
	margin: 10px 20px;
}

.realshot_header_body .realshot_header_notice {
    margin: 10px 0;
    font-size: 13px;
    color: #777;
    line-height: 1.1;
}





.top_therapist_header {
    padding: 5px 120px 5px 20px;
	background: #0e6143;
	position: relative;
	font-size: 18px;
	font-weight: 600;
}

.top_therapist_header div {
	line-height: 1.1;
	color: #fff;
}

.top_therapist_header div span {
	font-size: 11px;
}

.top_therapist_header .badge {
	position: absolute;
    top: -20px;
    right: 10px;
    z-index: 1;
}

.top_therapist_header .badge img {
	width: 100px;
	filter: drop-shadow(5px 5px 2px rgba(0, 0, 0, 0.2));
}



.realshot_scene {
	padding: 20px;
}

.realshot_scene_photos {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.realshot_scene_photo {
	padding: 1px;
	box-sizing: border-box;
	width: calc( 100% / 2 );
}

.realshot_scene_photo a {
    position: relative;
    display: block;
}

.realshot_scene_photo a .private_photo_comment {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    box-sizing: border-box;
    z-index: 1;
    font-size: 13px;
    line-height: 1.1;
    padding: 10px;
    margin: 0;
    color: #fff;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    background: linear-gradient(to bottom, transparent 0 10%, rgba(0,0,0,0.05) 25%, rgba(0,0,0,0.6) 55%, rgba(0,0,0,0.8) 100%);
    text-shadow: 1px 1px rgb(0 0 0 / 5%), 1px -1px rgb(0 0 0 / 5%), -1px 1px rgb(0 0 0 / 5%), -1px -1px rgb(0 0 0 / 5%), 2px 2px 3px rgb(0 0 0 / 5%), 2px -2px 3px rgb(0 0 0 / 5%), -2px 2px 3px rgb(0 0 0 / 5%), -2px -2px 3px rgb(0 0 0 / 5%);
}

.realshot_scene_photo a .private_photo_comment div {

}

.realshot_photo_count1 .realshot_scene_photo,
.realshot_point_photo_count1 .realshot_scene_photo,
.realshot_howtouse_photo_count1 .realshot_scene_photo {
	width: calc( 100% / 1 );
}

.realshot_point_photo_count3 .realshot_scene_photo,
.realshot_howtouse_photo_count3 .realshot_scene_photo {
	width: calc( 100% / 3 );
}

.realshot_photo_count3 .realshot_scene_photo:nth-child(1) {
	width: calc( 100% / 1 );
}

.realshot_photo_count3 .realshot_scene_photo:nth-child(2) {
	width: calc( 100% / 2 );
}

.realshot_photo_count3 .realshot_scene_photo:nth-child(3) {
	width: calc( 100% / 2 );
}


/*
 * 4
 */
.realshot_photo_count4 .realshot_scene_photo:nth-child(1) img,
.realshot_point_photo_count4 .realshot_scene_photo:nth-child(1) img {
	border-radius: 6px 0 0 0;
}

.realshot_photo_count4 .realshot_scene_photo:nth-child(2) img,
.realshot_point_photo_count4 .realshot_scene_photo:nth-child(2) img {
	border-radius: 0 6px 0 0;
}

.realshot_photo_count4 .realshot_scene_photo:nth-child(3) img,
.realshot_point_photo_count4 .realshot_scene_photo:nth-child(3) img {
	border-radius: 0 0 0 6px;
}

.realshot_photo_count4 .realshot_scene_photo:nth-child(4) img,
.realshot_point_photo_count4 .realshot_scene_photo:nth-child(4) img {
	border-radius: 0 0 6px 0;
}


/*
 * 2
 */
.realshot_photo_count2 .realshot_scene_photo:nth-child(1) img,
.realshot_point_photo_count2 .realshot_scene_photo:nth-child(1) img {
	border-radius: 6px 0 0 6px;
}

.realshot_photo_count2 .realshot_scene_photo:nth-child(2) img,
.realshot_point_photo_count2 .realshot_scene_photo:nth-child(2) img {
	border-radius: 0 6px 6px 0;
}


/*
 * 3
 */
.realshot_photo_count3 .realshot_scene_photo:nth-child(1) img {
	border-radius: 6px 6px 0 0;
}

.realshot_photo_count3 .realshot_scene_photo:nth-child(2) img {
	border-radius: 0 0 0 6px;
}

.realshot_photo_count3 .realshot_scene_photo:nth-child(3) img {
	border-radius: 0 0 6px 0;
}

.realshot_point_photo_count3 .realshot_scene_photo:nth-child(1) img {
	border-radius: 6px 0 0 6px;
}

.realshot_point_photo_count3 .realshot_scene_photo:nth-child(3) img {
	border-radius: 0 6px 6px 0;
}

/*
 * howtouse
 */
.realshot_howtouse_photo_count2 .realshot_scene_photo:nth-child(1) img {
	border-radius: 6px 0 0 6px;
}

.realshot_howtouse_photo_count2 .realshot_scene_photo:nth-child(2) img {
	border-radius: 0 6px 6px 0;
}

.realshot_howtouse_photo_count1 img {
	border-radius: 6px 0 0 6px;
}

.realshot_howtouse_photo_count3 .realshot_scene_photo:nth-child(1) img {
	border-radius: 6px 0 0 6px;
}

.realshot_howtouse_photo_count3 .realshot_scene_photo:nth-child(3) img {
	border-radius: 0 6px 6px 0;
}


/*
 * 縦横混在
 */
.realshot_scene_photo_size_mixed img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.realshot_scene_photo_size_fixed img {
    aspect-ratio: auto;
}

.th_private_photo_size_mixed img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.th_private_photo_size_fixed img {
    aspect-ratio: auto;
}






.pickup_photos {
}

.pickup_photos::after {
  content: "";
  clear: both;
  display: block;
}

.pickup_photo {
	padding: 1px;
	float: left;
	width: calc( 100% / 3 );
	box-sizing: border-box;
}

.photo_type1 {
}

.photo_type1 .pickup_photo:nth-child(1)  {
	width: calc( 100% );
}

.photo_type1 .pickup_photo:nth-child(5)  {
	width: calc( 100% / 2 );
}

.photo_type1 .pickup_photo:nth-child(6)  {
	width: calc( 100% / 2 );
}

.photo_type1 .pickup_photo:nth-child(10)  {
	float: right;
	width: calc( 100% / 3 * 2 );
}

.photo_type1 .pickup_private_photos {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.photo_type2 {
}

.photo_type2 .pickup_photo:nth-child(1)  {
	width: calc( 100% / 3 * 2);
}

.photo_type2 .pickup_photo:nth-child(4)  {
	clear: left;
}

.photo_type2 .pickup_photo:nth-child(8)  {
	width: calc( 100% / 3 * 2);
	float: right;
}

.photo_type2 .pickup_photo:nth-child(9)  {
}

.photo_type2 .pickup_photo:nth-child(10)  {
	float: left;
	width: calc( 100% / 3 * 2 );
}



.pickup_private_photos {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.pickup_private_photo {
	padding: 1px;
	box-sizing: border-box;
	width: calc( 100% / 2 );
}

.pickup_private_photo a {
    position: relative;
    display: block;
}

.pickup_private_photo a .private_photo_comment {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    box-sizing: border-box;
    z-index: 1;
    font-size: 13px;
    line-height: 1.1;
    padding: 10px;
    margin: 0;
    color: #fff;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    background: linear-gradient(to bottom, transparent 0 10%, rgba(0,0,0,0.05) 25%, rgba(0,0,0,0.6) 55%, rgba(0,0,0,0.8) 100%);
    text-shadow: 1px 1px rgb(0 0 0 / 5%), 1px -1px rgb(0 0 0 / 5%), -1px 1px rgb(0 0 0 / 5%), -1px -1px rgb(0 0 0 / 5%), 2px 2px 3px rgb(0 0 0 / 5%), 2px -2px 3px rgb(0 0 0 / 5%), -2px 2px 3px rgb(0 0 0 / 5%), -2px -2px 3px rgb(0 0 0 / 5%);
}

.pickup_private_photo a .private_photo_comment div {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pickup_private_photo:nth-child(3) .private_photo_comment,
.pickup_private_photo:nth-child(4) .private_photo_comment,
.pickup_private_photo:nth-child(5) .private_photo_comment {
	display: none;
}


.pickup_private_photo:nth-child(3) {
	padding: 1px;
	box-sizing: border-box;
	width: calc( 100% / 3 );
}

.pickup_private_photo:nth-child(4) {
	padding: 1px;
	box-sizing: border-box;
	width: calc( 100% / 3 );
}

.pickup_private_photo:nth-child(5) {
	padding: 1px;
	box-sizing: border-box;
	width: calc( 100% / 3 );
}

.pickup_private_photos img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}



table.pickup_qa {
	font-size: 14px;
	padding: 5px 10px 10px;
	background: #fdf4f4;
	border-radius: 10px;
	width: 100%;
	box-sizing: border-box;
}

table.pickup_qa th,
table.pickup_qa td {
	width: 100%;
	display: block;
	text-align: left;
	font-weight: 300;
	box-sizing: border-box;
}

table.pickup_qa th {
	font-size: 12px;
	border-bottom: 1px solid #edc8c8;
}

table.pickup_qa td {
	font-weight: 600;
	padding: 3px 0 5px 15px;
	line-height: 1.3;
	color: #c71b92;
}








.toptherapist_photos {
}

.toptherapist_photos::after {
  content: "";
  clear: both;
  display: block;
}

.toptherapist_photo {
	padding: .5px;
	float: left;
	width: calc( 100% / 3 );
	box-sizing: border-box;
}

.photo_type1 {
}

.photo_type1 .toptherapist_photo:nth-child(1)  {
	width: calc( 100% );
}

.photo_type1 .toptherapist_photo:nth-child(5)  {
	float: right;
	width: calc( 100% / 3 * 2 );
}

.photo_type1 .toptherapist_photo:nth-child(8)  {
	width: calc( 100% );
}

.photo_type2 {
}

.photo_type2 .toptherapist_photo:nth-child(1)  {
	width: calc( 100% / 3 * 2 );
}

.photo_type2 .toptherapist_photo:nth-child(4)  {
	width: calc( 100% / 2 );
}

.photo_type2 .toptherapist_photo:nth-child(5)  {
	width: calc( 100% / 2 );
}

.photo_type2 .toptherapist_photo:nth-child(7)  {
	width: calc( 100% / 3 * 2 );
	float: right;
}


/*
.toptherapist_photo:nth-child(1) img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: 0 12%;
}
*/


.toptherapist_messages img {
}


.toptherapist_video_messages {
	margin: 20px;
	padding: 20px;
	background: #f7f6f6; /* gray */
	border-radis: 10px;
}

.toptherapist_video_messages video { 
	width: 100%;
}

.video_notify {
	padding: 5px;
	color: #666;
	font-size: 12px;
	line-height: 1.3;
	text-align: center;
}






.realshot_scene_point {
	margin: 30px 10px 20px;
	padding: 10px;
	border-radius: 12px;
	background: #ffe8ef;
	background: #f7f6f6; /* gray1 */
	background: #F2F2F2; /* gray2 */
	position: relative;
}

.realshot_scene_point:before {
	content: "ココがPoint!";
    position: absolute;
    top: -15px;
    left: -5px;
    color: hsl(340,100%,45%);
    font-weight: 600;
    background: linear-gradient(to bottom, transparent 0% 75%, hsl(340,100%,85%) 75% 100%);
    text-shadow: 1px 1px rgb(255 255 255 / 30%), 1px -1px rgb(255 255 255 / 30%), -1px 1px rgb(255 255 255 / 30%), -1px -1px rgb(255 255 255 / 30%);
    transform: rotate(-7deg);
}

.realshot_scene_finish {
	margin: 20px 0 40px;
}

.realshot_scene_finish_body {
	margin: 5px 15px 5px;
	padding: 5px 10px;
	background: #E52C2C;
	background: #dd5757;
	color: #fff;
	font-weight: 600;
	text-align: center;
	border-radius: 15px;
    overflow-wrap: anywhere;
    word-break: keep-all;
    line-break: strict;
    line-height: 1.1;
}

.realshot_scene_finish_option {
	font-size: 13px;
    text-align: center;
    color: #b76c48;
}


.realshot_menu {
	padding: 20px;
}


.realshot_menu ol {
	padding-left: 30px;
	padding-right: 30px;
}

.realshot_menu ol li {
	border-bottom: 1px solid #eee;
}




.realshot_howtouse{
	padding: 20px;
}














.backnumber {
	margin: 10px 0;
	font-size: 16px;
}

.backnumber h2 {
    margin: 0 0 5px;
    padding: 5px;
    background: #f7eee6;
    color: #683C12;
    font-weight: 400;
    font-size: 14px;
}

.backnumber_lists {
	margin: 0;
}

.backnumber_lists li {
	padding: 10px 10px;
	border-bottom: 1px solid #eee;
	line-height: 1.2;
}

.backnumber_lists a {
	display: block;
	text-decoration: none;
	color: #333;
}

.backnumber_lists .backnumber_list {
	display: flex;
}

.backnumber_lists .backnumber_list .thumbs {
	width: 80px;
}

.backnumber_lists .backnumber_list .thumbs img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	vertical-align: bottom;
}

.backnumber_lists .backnumber_list .bkinfo {
	flex: 1;
	-webkit-line-clamp: 3;
	font-weight: 600;
	padding: 5px 0 5px 5px;
	box-orient: vertical;
}

.backnumber_lists .backnumber_list .bkinfo .course_text {
    font-size: 12px;
    color: #999;
    font-weight: 300;
	padding-bottom: 3px;
}

.backnumber_lists .backnumber_list .bkinfo .course_name {
}

.backnumber_lists .backnumber_list .bkinfo .shop_name {
	padding-top: 3px;
    font-size: 12px;
    color: #333;
}


