@charset "utf-8";
/* =====================================================================
    共通
====================================================================== */
h5.contenstitle {
	/*background: #000;
	color: #FFF;*/
    background: none repeat scroll 0% 0% #206CF6;
    color: #FFF;
	font-size: 16px;
	text-indent: 5px;
	line-height: 40px;
	clear: both;
    position: relative;
}
/*clearfix*/
.clearfix:after{
    content:"";
    display:block;
    clear:both;
}


/* =====================================================================
	女の子ヘッダー
====================================================================== */
/* ↓女の子ピックアップ画像追加対応 @EXCEED 2015/01/28 */
#pickupImg{
    text-align:center;
    margin:0px;
    padding:0px;
}
#pickupImg img{
    max-width:100%;
    height:auto;
    vertical-align:top;
/* ↓ 画像のつなぎ目を見えないようにする 2022/06/14 */
    display:block;
/* ↑ 画像のつなぎ目を見えないようにする 2022/06/14 */
}
.clearfix:after{
    content:"";
    display:block;
    clear:both;
}

.pickupimg-ent{
    text-align:right;
    margin-bottom:10px;
}
.pickupimg-ent a{
    margin:0 auto;
    display:block;
    position:relative;
}
.pickupimg-ent img{
    max-width:100%;
    height:auto;
    vertical-align:top;
    text-align:center;
/* ↓ 女の子プロフィールデザイン変更 2022/05/24 */
    border-radius: 20px 20px 0 0;
/* ↑ 女の子プロフィールデザイン変更 2022/05/24 */
}
/* ↓ 女の子プロフィールデザイン変更 2022/05/24 */
.pickupimg-ent.no_touch img{
    border-radius: unset;
}
/* ↑ 女の子プロフィールデザイン変更 2022/05/24 */
.pickupimg-ent a .coverGravureBg{
/* ↓ 女の子プロフィールデザイン変更 2022/05/24 */
    /* height:26px; */
    bottom: -26px;
    border-radius: 0 0 20px 20px;
    box-shadow: var(--boxshadow);
    width: 100%;
    height: auto;
/* ↑ 女の子プロフィールデザイン変更 2022/05/24 */
}
.pickupimg-ent a .iconFinger{
    animation: pickupimg-fingeranime 5s ease 0s 1 alternate;
    -moz-animation:pickupimg-fingeranime 5s ease 0s 1 alternate;
    -webkit-animation: pickupimg-fingeranime 5s ease 0s 1 alternate;
    position:absolute;
    width:50px;
    height:50px;
    top:50%;
    left:50%;
    margin-top:-41px;
    margin-left:-25px;
    opacity:0;
/* ↓ 女の子プロフィールデザイン変更 2022/05/24 */
    vertical-align: text-top;
/* ↑ 女の子プロフィールデザイン変更 2022/05/24 */
}
.pickupimg-ent a span{
    animation: pickupimg-anime 5s ease 0s 1 alternate;
    -moz-animation:pickupimg-anime 5s ease 0s 1 alternate;
    -webkit-animation: pickupimg-anime 5s ease 0s 1 alternate;
    position:absolute;
    width:40px;
    height:20px;
    top:50%;
    left:50%;
    font-size:16px;
    font-weight:bold;
    text-shadow:0 0 2px #000,0 0 4px #fff;
    color:#fff;
    margin-top:-26px;
    margin-left:-30px;
    opacity:0;
    padding-left:60px;
}
@-moz-keyframes pickupimg-fingeranime{
0% {
    transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    opacity:0;
}
20% {
    transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    opacity:1;
}
25% {
    transform:rotate(-5deg);
    -moz-transform:rotate(-5deg);
    -webkit-transform:rotate(-5deg);
    -o-transform:rotate(-5deg);
    -ms-transform:rotate(-5deg);
}
35% {
    transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
}
40% {
    transform:rotate(-5deg);
    -moz-transform:rotate(-5deg);
    -webkit-transform:rotate(-5deg);
    -o-transform:rotate(-5deg);
    -ms-transform:rotate(-5deg);
}
70% {
    transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
}
75% {
    transform:rotate(-5deg);
    -moz-transform:rotate(-5deg);
    -webkit-transform:rotate(-5deg);
    -o-transform:rotate(-5deg);
    -ms-transform:rotate(-5deg);
}
85% {
    transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
}
90% {
    transform:rotate(-5deg);
    -moz-transform:rotate(-5deg);
    -webkit-transform:rotate(-5deg);
    -o-transform:rotate(-5deg);
    -ms-transform:rotate(-5deg);
    opacity:1;
}
100% {
    opacity:0;
}
}
@keyframes pickupimg-fingeranime{
0% {
    transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    opacity:0;
}
20% {
    transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    opacity:1;
}
25% {
    transform:rotate(-5deg);
    -moz-transform:rotate(-5deg);
    -webkit-transform:rotate(-5deg);
    -o-transform:rotate(-5deg);
    -ms-transform:rotate(-5deg);
}
35% {
    transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
}
40% {
    transform:rotate(-5deg);
    -moz-transform:rotate(-5deg);
    -webkit-transform:rotate(-5deg);
    -o-transform:rotate(-5deg);
    -ms-transform:rotate(-5deg);
}
70% {
    transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
}
75% {
    transform:rotate(-5deg);
    -moz-transform:rotate(-5deg);
    -webkit-transform:rotate(-5deg);
    -o-transform:rotate(-5deg);
    -ms-transform:rotate(-5deg);
}
85% {
    transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
}
90% {
    transform:rotate(-5deg);
    -moz-transform:rotate(-5deg);
    -webkit-transform:rotate(-5deg);
    -o-transform:rotate(-5deg);
    -ms-transform:rotate(-5deg);
    opacity:1;
}
100% {
    opacity:0;
}
}
@-webkit-keyframes pickupimg-fingeranime {
0% {
    transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    opacity:0;
}
20% {
    transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    opacity:1;
}
25% {
    transform:rotate(-5deg);
    -moz-transform:rotate(-5deg);
    -webkit-transform:rotate(-5deg);
    -o-transform:rotate(-5deg);
    -ms-transform:rotate(-5deg);
}
35% {
    transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
}
40% {
    transform:rotate(-5deg);
    -moz-transform:rotate(-5deg);
    -webkit-transform:rotate(-5deg);
    -o-transform:rotate(-5deg);
    -ms-transform:rotate(-5deg);
}
70% {
    transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
}
75% {
    transform:rotate(-5deg);
    -moz-transform:rotate(-5deg);
    -webkit-transform:rotate(-5deg);
    -o-transform:rotate(-5deg);
    -ms-transform:rotate(-5deg);
}
85% {
    transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
}
90% {
    transform:rotate(-5deg);
    -moz-transform:rotate(-5deg);
    -webkit-transform:rotate(-5deg);
    -o-transform:rotate(-5deg);
    -ms-transform:rotate(-5deg);
    opacity:1;
}
100% {
    opacity:0;
}
}
@keyframes pickupimg-anime {
0% {
    opacity:0;
}
20% {
    opacity:1;
}
90% {
    opacity:1;
}
100% {
    opacity:0;
}
}
@-moz-keyframes pickupimg-anime {
0% {
    opacity:0;
}
20% {
    opacity:1;
}
90% {
    opacity:1;
}
100% {
    opacity:0;
}
}
@-webkit-keyframes pickupimg-anime {
0% {
    opacity:0;
}
20% {
    opacity:1;
}
90% {
    opacity:1;
}
100% {
    opacity:0;
}
}
/* ↑女の子ピックアップ画像追加対応 @EXCEED 2015/01/28 */
/* ↓ 女の子プロフィールデザイン変更 2022/05/24 */
/* .profileGravure{ */
	/* margin:5px; */
	/* background:rgba(255,255,255,0.8); */
	/* padding:10px; */
	/* border-radius:4px; */
	/* position:relative; */
/* } */
/* .profileGravure .img{ */
	/* float:left; */
	/* width:80px; */
	/* height:80px; */
	/* overflow:hidden; */
	/* margin-right:10px; */
	/* margin-bottom:10px; */
/* } */
/* .profileGravure .img img{ */
	/* max-width:100%; */
	/* height:auto; */
	/* vertical-align:top; */
/* } */
/* .profileGravure .text{ */
	/* overflow:hidden; */
	/* text-align:left; */
	/* color:#333; */
	/* margin-bottom:10px; */
	/* font-size: 12px; */
/* } */
/* .profileGravure .text .name{ */
	/* font-size:15px; */
	/* font-weight:bold; */
	/* line-height: 16px; */
	/* text-overflow:ellipsis; */
	/* overflow:hidden; */
	/* white-space:nowrap; */
/* } */
/* .profileGravure .text .birthday{ */
	/* border-bottom:1px dotted #333; */
	/* padding-bottom:5px; */
	/* margin-bottom:5px; */
	/* font-size:12px; */
/* } */
/* .profileGravure .text .size{ */
	/* font-size:12px; */
	/* line-height: 14px; */
/* } */
/* .profileGravure .text .catch{ */
	/* font-weight:bold; */
	/* color:#555; */
	/* font-size:12px; */
	/* padding-top: 1px; */
/* } */
/* .profileGravure .iconBtn{ */
	/* clear:both; */
	/* text-align:left; */
	/* display:table; */
	/* width:100%; */
/* } */
/*↓口コミ女の子絞り込み @SMC 2019/12/10*/
/* .profileGravure .iconBtn li{ */
	/* display:table-cell; */
	/* background-color:#ffeef9; */
	/* padding:6px 0; */
    /* width: 20%; */
/* } */
/* .profileGravure .iconBtn .li01,.profileGravure .iconBtn .li02,.profileGravure .iconBtn .li03,.profileGravure .iconBtn .li04,.profileGravure .iconBtn .li05 { */
    /* width: 20%; */
/* } */
/*↑口コミ女の子絞り込み @SMC 2019/12/10*/
/* .profileGravure .iconBtn li:nth-of-type(n+2) span, */
/* .profileGravure .iconBtn li:nth-of-type(n+2) a{ */
	/* border-left:1px solid #999; */
/* } */
/* .profileGravure .iconBtn li span, */
/* .profileGravure .iconBtn li a{ */
	/* display:block; */
	/* line-height:25px; */
	/* height:25px; */
	/* text-align:center; */
	/* color:#333; */
	/* font-size: 11px; */
/* } */
/* .profileGravure .iconBtn li span img, */
/* .profileGravure .iconBtn li a img{ */
	/* width:14px; */
	/* margin-right:2px; */
	/* vertical-align:text-top; */
/* } */
/* .profileGravure .iconBtn li.linknone{ */
	/* background-color:#eee; */
/* } */
/* .profileGravure .iconBtn li.linknone span, */
/* .profileGravure .iconBtn li.linknone a{ */
	/* color: #666; */
/* } */
/* ↑ 女の子プロフィールデザイン変更 2022/05/24 */
/* ↓予約管理システム [ネット予約アイコン対応] 2016/10/11 */
/* ↓予約管理システム [ネット予約アイコン対応] 2016/10/25 */
/* #netreservation .btnMyHeaven{ */
.btnMyHeaven.netreservation{
/* ↑予約管理システム [ネット予約アイコン対応] 2016/10/25 */
bottom:105px;
}
/* ↑予約管理システム [ネット予約アイコン対応] 2016/10/11 */
.btnMyHeaven{
	width:50px;
	height:50px;
	overflow:hidden;
	bottom:50px;
	right:-5px;
	position:absolute;
	-moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5);
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	border-radius:50px;
	padding: 1px 0 0 1px;
}
.btnMyHeaven:hover{
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.btnMyHeaven a{
	display:block;
	text-indent:-9999px;
	background:url(//img.cityheaven.net/img/button/smartphone/btn_MyHeaven.png?imgopt=y) no-repeat 0 0;
	background-size:50px;
	width:50px;
	height:50px;
	z-index:100;
}
.btnMyHeaven a:hover{
	background-position:0 -50px;
}
div.center {
    text-align: center;
}
.top10 {
    padding-top: 10px;
}
div.sugunavibox {
	width: 88%;
	margin: 0 auto;
	border: 1px solid #CCC;
	background:rgba(255,255,255,0.8);
	padding: 5px 10px;
	font-size: 14px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #000;
}
div.sugunavibox .title{
	text-align: left;
	float: left;
	width: 70px;
/* ↓女の子画像位置調整 2016/09/16 */
	margin-bottom: initial;
/* ↑女の子画像位置調整 2016/09/16 */
}
div.sugunavibox .title span{
	color: #F00;
}
div.sugunavibox .text{
	text-align: left;
}
div.sugunavitime {
	width: 93%;
	margin: 0 auto;
	text-align: right;
	font-size: 10px;
	margin-bottom: 5px;
}

.sugunavi-update-time {
	text-align: right;
	color: inherit;
	font-size: 8px;
}
/* ↓投票ボタン 2015/05/25 */
#touhyou_button {
/* ↓ 女の子プロフィールデザイン変更 2022/05/24 */
	/* margin: 10px; */
    width: 90%;
	margin: 10px auto;
/* ↑ 女の子プロフィールデザイン変更 2022/05/24 */
	text-align: center;
	cursor: pointer;
}
/* ↓ 新投票システム 2022/06/28 */
#touhyou_twitter_button {
    width: 90%;
    margin: 10px auto;
    text-align: center;
    cursor: pointer;
}
/* ↑ 新投票システム 2022/06/28 */
.touhyou_button_default {
	border: 8px #008000 solid;
	padding: 10px;
	background: white;
	color: #008000;
	font-weight: bold;
	font-size: 20px;
	width: 100%;
	border-radius: 8px;
}
.touhyou_button_img {
	max-width: 100%;
/* ↓ 女の子プロフィールデザイン変更 2022/05/24 */
    vertical-align: middle;
/* ↑ 女の子プロフィールデザイン変更 2022/05/24 */
}
/* ↑投票ボタン 2015/05/25 */
/* ↓ミスヘブン投票結果対応 2015/07/21 */
.touhyou_result{
	margin: 10px;
}

.touhyou_result_text{
	color: #FFCC00;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	text-shadow: 0px 2px 2px black;
	border-radius: 10px;
	border-color: #FFCC33;
	border-style: solid;
	border-width: 5px;
	max-width: 100%;
	background-color: rgba(0,0,0,0.1);
	padding-bottom: 5px;
}

.sp_title_text{
	word-break: break-all;
	font-size: 20px;
}

.sp_subtitle_text{
	word-break: break-all;
	font-size: 27px;
}

.touhyou_result_img{
	max-width: 100%;
}
/* ↑ミスヘブン投票結果対応 2015/07/21 */
/* =====================================================================
    サムネイル
====================================================================== */
#galleryPop{
    margin:0 auto;
}
#galleryPop ul{
    padding: 3px 0 0 3px;
}
#galleryPop ul li{
    float:left;
    width:16.5%;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
}
#galleryPop ul li:nth-of-type(5n+1){
    float: left;
    clear:both;
}
#galleryPop ul li li:nth-of-type(n+6) {
    margin-top:6px;
}
#galleryPop ul li a{
    margin:0 3px;
    display:block;
    text-align:center;
    border:2px solid #999;
    width: 100%;
    height: 100%;
    cursor: pointer;
    min-height:70px;
}
#galleryPop ul li a img{
    max-width:100%;
    height:auto;
    vertical-align:top;
    left:0;
}


/* =====================================================================
	プロフィール動画
====================================================================== */
.movie {
	text-align: center;
	padding: 5px 5px 5px 5px;
}
.movie img{
	width: 100%;
}
.moviebtn {
	 border: 1px solid #CCC;
    border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 5px;
	background: -moz-linear-gradient(top, #FFFFFF, #E1E1E1);
	background: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF), to(#E1E1E1));
    /* IE用 */
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#FFFFFF, EndColorStr=#E1E1E1);
    height: 38px;
    margin: 3px auto 0px auto;
    text-align:center;
    width: 70%;
	display: block;
	line-height: 38px;
	color: #333;
}
.movie .play-arrow-movie-detail{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -17px;
    margin-left: -17px;
    width:33px;
}
/* =====================================================================
	出勤情報
====================================================================== */
.contenstitle .btn_syukin{
    font-size: 12px;
    position: absolute;
    right: 10px;
    border-left: 1px dotted ;
    line-height: 20px;
    top: 10px;
}
.girlitem_waku {
    border-bottom: 1px solid #CCC;
    display: table;
	overflow: hidden;
    height: auto;
    width: 100%;
	clear: both;
    padding: 0;
    margin: 0;
}
.girlitem_waku .girlitem_waku_left {
    background: rgba(200,200,200,0.5);
    font-size: 15px;
    height: auto;
    padding: 8px 0;
    text-align: center;
    width: 28%;
    display:table-cell;
    vertical-align:middle;
}
.girlitem_waku .girlitem_waku_right {
    background: rgba(255,255,255,0.8);
    font-size: 15px;
    height: auto;
    padding: 14px 0;
	text-indent: 5px;
    display:table-cell;
	color: #333;
	vertical-align: middle;
    /* ↓ 予約管理システム追加 2016/10/11 */
    /* width: 72%; */
    /* ↑ 予約管理システム追加 2016/10/11 */
}
div#close-syukkin{
    width: 90%;
    overflow: hidden;
}
div#close-syukkin .btn_closesyukin{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: -moz-linear-gradient(top,#fff,#e1e1e1);
    background: -webkit-gradient(linear,center top,center bottom,from(#fff),to(#e1e1e1));
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFFFFF,EndColorStr=#E1E1E1);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.6);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.6);
    border: 1px solid #999;
    color: #333;
    text-decoration: none;
    text-align: center;
    display: block;
    width: 32%;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    margin: 10px 0;
    float: left;
    margin-right: 20px;
}
div#close-syukkin a.closebutton{
    float: left;
    width: 60%;
}
/* ↓ セールスポイントの店ページ露出 2017/08/24 */
/* =====================================================================
    セールスポイント
====================================================================== */
.girlitem_waku .girlitem_waku_right .salespoint_list{
    padding-left: 8px;
    margin: -8px 0;
}
.girlitem_waku .girlitem_waku_right .salespoint_list:after{
    content:"";
    display:block;
    clear:both;
}
.girlitem_waku .girlitem_waku_right .salespoint_list li {
    font-size: 12px;
    border: 1px solid;
    border-radius: 3px;
    padding: 3px 5px 2px 5px;
    float: left;
    margin: 2px 4px 2px 0px;
    text-indent: 0;
}
/* ↑ セールスポイントの店ページ露出 2017/08/24 */
/* =====================================================================
	女の子に質問
====================================================================== */
.q_waku {
    border-bottom: 1px solid #CCC;
	background: rgba(255,255,255,0.8);
	padding:5px;
    display: block;
	overflow: hidden;
    height: auto;
	clear: both;
	font-size: 15px;
	line-height: 23px;
    word-wrap: break-word;
	color: #333;
}
.q_waku span{
	font-size: 12px;
	line-height: 17px;
}
.shop_pager_bg {
	padding: 5px 0;
	background: url(//img.cityheaven.net/img/pager/pager_bg.png?imgopt=y) bottom;
}
.girl_pager_bg {
	padding: 5px 0;
}
.shop_pager_prev {
	background: url(//img.cityheaven.net/img/button/smartphone/pager_back3.png?imgopt=y) no-repeat;
	width: 63px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	text-indent: 9px;
	font-size: 13px;
}
.shop_pager_prev_td {
	padding-left: 10px;
	width: 33%;
}

.shop_pager_list {
	background: url(//img.cityheaven.net/img/button/smartphone/pager_list2.png?imgopt=y) no-repeat;
	width: 75px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	margin: 0 auto;
	font-size: 13px;
}
.shop_pager_list2 {
	background: url(//img.cityheaven.net/img/button/smartphone/pager_list3.png?imgopt=y) no-repeat;
	width: 90px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	margin: 0 auto;
	font-size: 13px;
}

.shop_pager_next {
	background: url(//img.cityheaven.net/img/button/smartphone/pager_next3.png?imgopt=y) no-repeat;
	width: 63px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	display: block;
	color: #333333;
	font-size: 13px;
	margin-left: auto;
	margin-right: 0;
}
.shop_pager_next_td {
	padding-right: 10px;
	width: 33%;
}

.shop_pager_list_td {
	width: 34%;
	text-align: center;
}
table.etcmenu {
    width: 100%;
}
.txt-color {
    color: #333333;
}

/* =====================================================================
	写メ日記詳細
====================================================================== */
a.url_dummy_change span.txt-color {
	font-size: 16px;
}

div.shop_pager_prev_td a.txt-color label.txt-color,
div.shop_pager_list a.txt-color label.txt-color,
div.shop_pager_next_td a.txt-color label.txt-color {
	font-size: 13px;
}
/* ↓口コミお礼写メ日記追加 2021/06/29*/
.thanksReview {
    margin: 1px;
    background: rgba(255,255,255,0.8);
    position: relative;
    border-radius: 4px;
    border: 1px solid #CCC;
}
.kuchikomi_user_info{
    border-radius: 5px;
    display: flex;
}
.kuchikomi_info_wrap_icon{
    padding-top: 3px;
}
.kuchikomi_user_image{
    width: 35px;
    height: 35px;
    object-fit: cover;
    display: inline-block;
    margin: 0px 6px;
    border-radius: 100%;
}
.kuchikomi_user_image img {
    display: block;
    border-radius: 100%;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.kuchikomi_user_content{
    float: right;
    padding: 1px 3px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 14px;
}
.kuchikomi_info_wrap_name_count img{
    height: auto;
    width: 10px;
    vertical-align: baseline;
    margin: -2px 1px;
}
.kuchikomi_info_wrap_date {
    font-size: 10px;
    color: #999999;
    margin-top: 1px;
}
.kuchikomi_info_wrap_name_count,
.kuchikomi_info_wrap_name_small {
    font-size: 10px;
    font-weight: normal;
    vertical-align: baseline;
}
.kuchikomi_info_text{
    background: #DDDDDD;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.kuchikomi_info_bottom_img{
    float: left;
    width: 98px;
    height: 98px;
    overflow: hidden;
    margin-right: 10px;
    border-bottom-left-radius: 4px;
}
.kuchikomi_info_bottom_img img{
    height: auto;
    width: 100%;

}
.kuchikomi_info_bottom_prof_title{
    font-size: 14px;
    margin-bottom: 2px;
}
.kuchikomi_info_bottom_prof_body{
    font-size: 11px;
    word-wrap: break-word;
    word-break: break-word;
}
.kuchikomi_info_bottom_prof{
    padding-right: 4px;
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: 17px;
}
/* ↑口コミお礼写メ日記追加 2021/06/29*/

/* =====================================================================
	写メ日記一覧
====================================================================== */
div#contents div.disp-cnt table.w100 tr td,
div#contents div.disp-cnt table.w100 tr td div.txt-color {
	font-size: 10px;
}

div.imgFit80 {
    display: block;
    line-height: 100%;
    vertical-align: middle;
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin: auto;
}

/* ↓予約管理システム [ネット予約アイコン対応] 2016/10/11 */
/* =====================================================================
	予約システム
====================================================================== */

a.girlnetreservebtn {
	height: 40px;
	line-height: 40px;
	width: 100%;
    border-radius: 4px;
	text-align: center;
    background: #ffffff;
	display: table;
	margin-bottom: 10px;
    border: 2px solid;
    color: #206cf6 !important;
    box-shadow: 0px 1px 0 1px;
    background: url(//img.cityheaven.net/img/icon/arrow.png?imgopt=y) no-repeat 96% 50%;
    background-size: 16px;
}

a.girlnetreservebtn span {
	font-size: 12px;
    color: #206cf6;
	text-align: center;
	display: block;
	padding: 11px 0;
    margin: 2px auto;
    line-height: 1;
    font-weight: bold;
}

div.ReservationGirlInfoBtn {
	height: auto;
	width: 20%;
	vertical-align: middle;
    display: table-cell;
	padding: 5px 5px;
    background: rgba(255,255,255,0.8);
}

.ReservationGirlInfoBtn .girl_reservation_info_tel {
	font-size: 15px;
	display: block;
	padding: 8px 0 7px 0;
	font-weight: bold;
	text-align: center;
	background: #e74c53;
	border-bottom: 3px solid #935658;
	text-indent: 0;
	border-radius: 5px;
}

.ReservationGirlInfoBtn .girl_reservation_info_tel a {
	color: #FFFFFF;
}

.ReservationGirlInfoBtn .girl_reservation_info_can {
	font-size: 22px;
	display: block;
	padding: 3px 0 5px 0;
	font-weight: bold;
	text-align: center;
	background: #31b16c;
	border-bottom: 3px solid #487a5f;
	text-indent: 0;
	border-radius: 5px;
	position: relative;
}
.ReservationGirlInfoBtn .girl_reservation_info_can:after{
	content: "予約する";
	font-size: 10px;
	color: #fff;
	position: absolute;
	bottom: 5px;
	width: 100%;
	left: 0;
	right: 0;
	margin: auto;
}

.ReservationGirlInfoBtn .girl_reservation_info_can a {
    width: 100%;
    height: 43px;
	color: #FFFFFF;
    display: block;
}

/* ↑予約管理システム [ネット予約アイコン対応] 2016/10/11 */

/*↓ ミスヘブン絞り込み対応  2019/10/08 */
/* 女の子詳細 */
.flexslider-movie ul.slides {
    display: inline-block;
}
#girl-miss-heaven-tags {
    border-radius: 20px;
    margin: 2px 5px;
    border: 2px solid #999;
    text-align: left;
    display: flex;
    background: rgba(255,255,255,0.8);
    margin-top: 16px;
}
#girl-miss-heaven-tags .miss-heaven-logo {
    padding: 5px 5px 1px 5px;
    text-align: left;
    width: 50px;
    margin: auto 0px;
}
#girl-miss-heaven-tags .miss-heaven-tags {
    width: calc(100% - 65px);
    display: inline-block;
    padding: 5px 0px;
    margin: auto 0px;
}
#girl-miss-heaven-tags .miss-heaven-tags a{
    color: #5487ff;
    font-weight: bold;
    font-size: 14px;
}
/*↑ ミスヘブン絞り込み対応  2019/10/08 */
/* ↓ 女の子プロフィールデザイン変更 2022/05/24 */
/* ↓ 女の子ヘッダー */
.girl_head{
    height: 50px;
    background: #fff;
    overflow: hidden;
    width: 100%;
/* ↓ スクロール方向によって女の子ヘッダーの表示/非表示を切り換える 2022/06/14 */
    z-index: 10;
    transition: transform 0.5s 0s;
    position: relative;
    visibility: hidden;
/* ↑ スクロール方向によって女の子ヘッダーの表示/非表示を切り換える 2022/06/14 */
}
/* ↓ スクロール方向によって女の子ヘッダーの表示/非表示を切り換える 2022/06/14 */
.girl_head.hide{
	transform: translateY(-100%);
}
/* ↑ スクロール方向によって女の子ヘッダーの表示/非表示を切り換える 2022/06/14 */
.girl_head .gh_return {
    position: relative;
    width: 30px;
    height: 50px;
    float: left;
    margin-right: 10px;
}
.girl_head .gh_return::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 16px;
    top: 50%;
    border-bottom: 3px solid #575757;
    border-left: 3px solid #575757;
    transform: rotate(45deg) translateY(-50%);
    left: 10px;
    margin-top: -3px;
}
.girl_head .gh_user {
    width: calc(100% - 85px);
    float: left;
    text-align: center;
    display: inline-block;
    position: relative;
    height: 50px;
}
.girl_head .gh_head_name {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 50px;
    max-width: 260px;
    color: #575757;
}
.girl_head .gh_head_name a{
	color: #575757;
}
@media screen and (min-width: 320px) and (max-width: 374px){
    .girl_head .gh_head_name {
        max-width:210px;
    }
}
.girl_head .gh_img_menu {
    width: 25px;
    height: 50px;
    float: left;
    text-align: center;
    margin: 0 10px;
    cursor: pointer;
}
.girl_head .gh_img_menu img {
    width: 100%;
    margin-top: 20px;
}
/* ↑ 女の子ヘッダー */
/* ↓ ヘッダーメニュー */
.gh_bg {
    background: #000;
    opacity: 0.8;
    width: 100%;
    height: 150%;
    position: fixed;
    top: 0;
    display: none;
    z-index: 2000;
}
.gh_option {
    display: none;
    width: 100%;
    height: calc(100% - 80px);
    position: fixed;
    z-index: 1010;
    left: 0;
    right: 0;
    top: 80px;
    margin: auto;
    border-radius: 10px;
    max-width: 600px;
    z-index: 2000;
}
.gh_bg.bgactive {
    display: block;
    animation: fadeInAnime01 0.5s ease 0s normal;
}
.gh_option.active {
    display: block;
    /* animation: fadeInAnime02 1s ease 0s normal; */
}
@keyframes fadeInAnime01 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 0.8;
    }
}
@keyframes fadeInAnime02 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.gh_option .to_close {
    position: absolute;
    width: 35px;
    height: 35px;
    right: 10px;
    top: -65px;
    cursor: pointer;
}
.gh_option .to_close::before,
.gh_option .to_close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 40px;
    background: #fff;
}
.gh_option .to_close::before {
    transform: translate(-50%,-50%) rotate(45deg);
}
.gh_option .to_close::after {
    transform: translate(-50%,-50%) rotate(-45deg);
}
.gh_option .img_profile_waku {
    width: 104px;
    height: 104px;
    border-radius: 50%;
    margin: 0 auto;
    /* ↓ 写メ日記リニューアル 2024/10/01 */
    /* background: -moz-linear-gradient(65deg, #f37671, #fed78a); 
    background: -webkit-linear-gradient(65deg, #f37671, #fed78a); 
    background: linear-gradient(25deg, #f37671, #fed78a); */
    /* ↑ 写メ日記リニューアル 2024/10/01 */
    position: relative;
    z-index: 2000;
}
.gh_option .img_profile {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    border: 3px solid #fff;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    margin: auto!important;
    box-sizing: border-box;
}
.gh_option .go_name {
    color: #fff;
    width: 96%;
    font-size: 16px;
    font-weight: bold;
    margin: 15px auto 0;	
}
.gh_option .go_size {
    color: #fff;
    font-size: 1.2rem;
    width: 96%;
    margin: 0 auto;
}
.gh_option .go_size span {
    margin-right: 5px;
}
.gh_option .go_size span:last-child {
    margin-right: 0;
}
.gh_option .to_link {
    width: 83%;
    margin: 25px auto;
    overflow: hidden;
}
.gh_option .to_link.one_button .to_list {
    width: unset;
    float: none;
}
.gh_option .to_link.two_button {
    padding-left: 85px;
}
.gh_option .to_link .to_list {
    display: block;
    width: 32%;
    margin-right: 1%;
    float: left;
    cursor: pointer;
    color: #fff;
}
.gh_option .to_link .to_list:first-child {
    margin-left: 1%;
}
.gh_option .to_link .icon_option {
    border-radius: 50%;
    border: 1px solid #ddd;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    background: #f8f8f8;
    text-align: center;
    margin: 0 auto;
    box-shadow: 0 5px 10px rgb(0 0 0 / 60%);
}
.gh_option .to_link .icon_option img {
    width: 57%;
    margin-top: 10px;
}
.gh_option .to_link .icon_option svg {
    width: 57%;
    fill: #595757;
    margin-top: 10px;
}
.gh_option .to_list .link_name {
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    margin-top: 8px;
}
/* ↓ キープボタン */
.gh_option .to_link .to_list.btn_keep {
    display: none;
}
.to_list.btn_keep .icon_option svg {
    margin-top: 10px;
    fill: #595757;
    width: 28px;
}
.to_list.btn_keep.is-active .icon_option svg {
    margin-top: 10px;
    fill: #ffc13c;
    width: 28px;
}
.to_list.btn_keep.is-active .icon_option svg #in_keep {
    fill: #ffc13c;
}
.to_list.btn_keep .icon_option svg #in_keep {
    fill: #f8f8f8;
}
/* ↓ svg画像変更 20220524 */
.to_list.btn_keep.is-active .icon_option .keep_img {
    background: url(/img/icon/icon_keep_on.png);
    background-size: 100%;
}
.to_list.btn_keep .icon_option .keep_img {
    background: url(/img/icon/icon_keep_no.png);
    background-size: 100%;
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-top: 9px;
}
/* ↑ svg画像変更 20220524 */
/* ↑ キープボタン */
/* ↓マイガールボタン */
.gh_option .to_list.btn_mygirl span {
    color: #fff;
    letter-spacing: 0!important;
    display: block;
    margin-top: 8px;
    font-size: 12px;
}
.gh_option .to_list.btn_mygirl.is-active .icon_option svg {
    fill: rgb(255, 43, 83);
    width: 28px;
}
.gh_option .icon_option svg #in_heart {
    fill: #f8f8f8;
}
.gh_option .btn_mygirl.is-active .icon_option svg #in_heart {
    fill: rgb(255, 43, 83);
}
/* ↓ svg画像変更 20220524 */
.gh_option .btn_mygirl.is-active .icon_option .heart_img_fill {
    background: url(/img/icon/icon_heart_on.png);
    background-size: 100%;
}
.gh_option .btn_mygirl .icon_option .heart_img_fill {
    background: url(/img/icon/icon_heart_no.png);
    background-size: 100%;
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-top: 10px;
}
/* ↑ svg画像変更 20220524 */
/* ↑マイガールボタン */
.gh_option .link_girlpage {
	margin: 10px auto 0;
    padding: 0;
    overflow: hidden;
    width: 90%;
}
.gh_option .link_girlpage .lgp_list {
    height: 25px;
    display: inline-flex;
    padding: 0 15px;
    background: var(--obi);
    color: var(--obicolor);
    font-weight: bold;
    margin-right: 5px;
    border-radius: 25px;
    line-height: 25px;
    box-shadow: var(--boxshadow);
}
.gh_option .link_girlpage .lgp_list.linknone {
    background: #efebeb;
    color: #aaa;
    pointer-events: none;
}
.gh_option .link_girlpage .lgp_list.linknone svg{
	fill: #aaa;
}
.gh_option .link_girlpage .lgp_list:last-child {
    margin-right: 0;
}
.gh_option .link_girlpage .lgp_list .icon_svg {
    display: inline-block;
    position: relative;
    height: 25px;
    width: 20px;
    margin-right: 3px;
}
.gh_option .link_girlpage .lgp_list svg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    fill: var(--obicolor);
    width: 20px;
    vertical-align: middle;
}
.gh_option .link_girlpage .lgp_list svg#icon_diary {
    height: 17px;
}
.gh_option .violationreport {
    position: absolute;
    bottom: 0;
    right: 10px;
}
/* ↓ 共通ポップアップ */
.drawer_popup {
    background: #fff;
    padding: 30px 20px;
    position: fixed;
    width: calc(100% - 40px);
    border-radius: 20px 20px 0 0;
    z-index: 9999;
    box-shadow: 0 2px 10px rgb(0 0 0 / 40%);
    text-align: left;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    bottom: -120%;
    font-size: 14px;
    left: 0;
    margin: 0 !important;
}
.drawer_popup.popup-active {
    bottom: 0;
}
.drawer_popup .dp_title {
    font-size: 17px;
    color: #555;
    margin-bottom: 20px;
}
.drawer_popup .dp_exbox {
    margin-bottom: 20px;
    color: #808080;
}
.drawer_popup .closeBtn{
    position: absolute;
    width: 30px;
    height: 30px;
    right: 20px;
    top: 28px;
    cursor: pointer;
}
.drawer_popup .closeBtn:before,
.drawer_popup .closeBtn:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 30px;
    background: #555;
}
.drawer_popup .closeBtn:before {
    transform: translate(-50%,-50%) rotate(45deg);
}
.drawer_popup .closeBtn:after {
    transform: translate(-50%,-50%) rotate(-45deg);
}
/* ↑ 共通ポップアップ */
/* ↑ ヘッダーメニュー */
/* ↓ 女の子ボタン(マイガール・オキニトーク・ネット予約ボタン) */
.girlbtn_link {
    width: 94%;
    overflow: hidden;
    padding-bottom: 10px;
    margin: 0 auto;
    clear: both;
    display: flex;
    justify-content: space-between;
}
.girlbtn_link .btn_list {
    float: left;
    display: block;
    border-radius: 20px;
    background: #efebeb;
    padding-bottom:7px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    text-align: center;
    width: 100%;
}
.girlbtn_link .btn_list #icon_mygirl {
    width: 32px;
    margin: 10px auto 0;
    display: block;
    fill: #555;
}
/* ↓ svg画像変更 20220524 */
.girlbtn_link .btn_list.btn_mygirl.is-active .heart_img {
    background: url(/img/icon/icon_heart_frame_white.png);
    background-size: 100%;
}
.girlbtn_link .btn_list.btn_mygirl .heart_img {
    background: url(/img/icon/icon_heart_frame_gray.png);
    background-size: 100%;
    display: block;
    width: 32px;
    height: 32px;
    margin: 10px auto 0;
}
/* ↑ svg画像変更 20220524 */
.girlbtn_link .btn_list {
    margin-left: 3%;
}
.girlbtn_link .btn_list:first-child {
    margin-left: 1%;
}
.girlbtn_link .btn_list:last-child {
    margin-right: 1%;
}
.girlbtn_link .btn_list #icon_okini {
    height: 32px;
    margin: 8px auto 2px;
    width: auto;
    display: block;
    fill: #555;
}
.girlbtn_link .btn_list #icon_yoyaku {
    width: 32px;
    margin: 8px auto 2px;
    display: block;
    fill: #555;
}
.girlbtn_link .btn_list .btn_text {
    color: #555;
    font-weight: bold;
    font-size: 13px;
}
.girlbtn_link .btn_list.is-active {
    background: -moz-linear-gradient(top, #f37870, #e85446);
    background: -webkit-linear-gradient(top, #f37870, #e85446);
    background: linear-gradient(to bottom, #f37870, #e85446);
}
.girlbtn_link .btn_list.okini_talk.is-block #icon_okini {
    fill: #bdbdbd;
}
.girlbtn_link .btn_list.is-active svg {
    fill: #fff!important;
}
.girlbtn_link .btn_list.is-active .btn_text {
    color: #fff;
}
.girlbtn_link .btn_list.okini_talk.is-block .btn_text {
    color: #bdbdbd;
}
.girlbtn_link .btn_list.wechat {
    position: relative;
    background: linear-gradient(to bottom, #2cbf01, #27a701);
    background: -moz-linear-gradient(top, #2cbf01, #27a701);
    background: -webkit-linear-gradient(top, #2cbf01, #27a701);
}
.girlbtn_link .btn_list.wechat .btn_wrap #icon_wechat {
    height: 34px;
    display: block;
    margin: 8px auto 0;	
}
.girlbtn_link .btn_list.wechat .btn_wrap .btn_top {
    font-size: 14px;
}
.girlbtn_link .btn_list.wechat .btn_wrap .btn_bottom {
    font-size: 10px;
    position: absolute;
    font-weight: normal;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
}
/* ↑ 女の子ボタン(マイガール・オキニトーク・ネット予約ボタン) */
/* ↓ shop_profile */
.content_bg {
    background: var(--bgwhite);
    padding-bottom: 30px;
    border-radius: 20px;
    box-shadow: var(--boxshadow);
    padding-top: 30px;
    text-align: center;
}
.shop_profile .img_profile_waku {
	width: 99px;
    height: 99px;
    border-radius: 50%;
    /* ↓ 写メ日記リニューアル 2024/10/01 */
    /* background: -moz-linear-gradient(65deg, var(--fixedcolor), #fed78a);
    background: -webkit-linear-gradient(65deg, var(--fixedcolor), #fed78a);
    background: linear-gradient(25deg, var(--fixedcolor), #fed78a); */
    /* ↑ 写メ日記リニューアル 2024/10/01 */
    position: relative;
    z-index: 9;
    top: -40px;
    left: 5%;	
}
.shop_profile .no_btn .img_profile_waku {
    right: 0;
    left: 0;
    margin: auto;
}
.shop_profile .img_profile_waku .img_profile {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 3px solid #fff;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    margin: auto !important;
    box-sizing: border-box;
}
.shop_profile .sp_header {
	position: relative;
	height: 40px;
	margin-bottom: 35px;
}
.shop_profile .sp_header.no_btn {
    margin-bottom: 25px;
}
.shop_profile .sp_to_link {
	width: calc(90% - 99px);
	overflow: hidden;
	position: absolute;
    top: -10px;
    left: calc(5% + 115px);
}
.shop_profile .to_list {
    display: block;
    width: 32%;
    margin-right: 0%;
    float: left;
    cursor: pointer;
    color: #fff;
}
.shop_profile .to_list:first-child {
	margin-left: 0%;
}
.shop_profile .icon_option {   
	border-radius: 50%;
    border: 1px solid #ddd;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    background: #f8f8f8;
    text-align: center;
    margin: 0 auto;
    box-shadow: var(--boxshadow);
}
.shop_profile .icon_option svg {
	margin-top: 10px;
	fill: #595757;
	width: 28px;
}
.shop_profile .icon_option svg #in_heart {
    fill: #f8f8f8;
}
.shop_profile .icon_option svg #in_keep{
	fill: #f8f8f8;
}
.shop_profile .to_list.btn_mygirl{
    width: 36%;
}
.shop_profile .btn_mygirl.is-active .icon_option svg #in_heart {
    fill: rgb(255, 43, 83);
}
.shop_profile .to_list.btn_mygirl.is-active .icon_option svg {
	margin-top: 10px;
	fill: rgb(255, 43, 83);
	width: 28px;
}
/* ↓ svg画像変更 20220524 */
.shop_profile .to_list.btn_mygirl.is-active .icon_option .heart_img_fill {
    background: url(/img/icon/icon_heart_on.png);
    background-size: 100%;
}
.shop_profile .to_list.btn_mygirl .icon_option .heart_img_fill {
    background: url(/img/icon/icon_heart_no.png);
    background-size: 100%;
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-top: 10px;
}
/* ↑ svg画像変更 20220524 */
.shop_profile .icon_option svg#icon_heart {
    margin-top: 11px;
}
.shop_profile .icon_option img {
	width: 57%;
	margin-top: 10px;
}
.shop_profile .icon_option .icon_heart {
	margin-top: 13px;
}
.shop_profile .to_list.btn_mygirl span {
    color: var(--textcolor);
    letter-spacing: -1px;
    display: block;
    margin-top: 5px;
    font-size: 1rem!important;
    line-height: 1.2;
}
.shop_profile .to_list .link_name {
	font-weight: bold;
    font-size: 1rem;
    text-align: center;
    margin-top: 5px;
    color: var(--textcolor);
    line-height: 1.2;
}
.shop_profile .sp_text {
	width: 90%;
	margin: 0 auto;
}
.shop_profile .sp_text .sp_name {
	color: var(--linkcolor);
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
}
.shop_profile .sp_text .sp_style,
.shop_profile .sp_text .sp_catch {
	color: var(--textcolor);
	font-size: 1.1rem!important;
}
.shop_profile .sp_text .sp_style span {
	margin: 0 5px;
}
.shop_profile .link_girlpage {
	margin: 10px auto 0;
    overflow: hidden;
	padding-bottom: 10px;
	width: 90%;
}
.shop_profile .link_girlpage .lgp_list {
	height: 25px;
	display: inline-flex;
    padding: 0 15px;
    background: var(--obi);
    color: var(--obicolor);
    font-weight: bold;
    margin-right: 5px;
    border-radius: 25px;
    line-height: 25px;
    box-shadow: var(--boxshadow);
}
.shop_profile .link_girlpage .lgp_list:last-child {
    margin-right: 0;
}
.shop_profile .link_girlpage .lgp_list .icon_svg {
	display: inline-block;
	position: relative;
	height: 25px;
	width: 20px;
	margin-right: 3px;
}
.shop_profile .link_girlpage .lgp_list.linknone {
	background: #efebeb;
	color: #aaa;
    pointer-events: none;
}
.shop_profile .link_girlpage .lgp_list.linknone svg {
	fill: #aaa;
}
.shop_profile .link_girlpage .lgp_list svg {
    fill: var(--obicolor);
	width: 20px;
	vertical-align: middle;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.shop_profile .link_girlpage .lgp_list svg#icon_diary {
    height: 17px;
}
.shop_profile .sugunavibox {
	width: 90%;
	position: absolute;
	bottom: -20px;
	z-index: 9;
	background: #fff;
	border: 1px solid var(--fixedcolor);
	height: 30px;
	line-height: 30px;
	padding: 0 5px 0 0;
	border-radius: 20px;
	left: 0;
	right: 0;
    margin: 0 auto !important;
}
.shop_profile .sugunavibox .title {
    background: var(--fixedcolor);
    padding: 0 10px;
    width: auto;
    border-radius: 20px;
    box-shadow: 0 0px 6px 0px rgb(0 0 0 / 50%);
    float: left;
    width: 110px;
    text-align: center;
}
.shop_profile .sugunavibox .title .time {
	color: #fff;
    font-weight: bold;
    text-shadow: 0 2px 2px #f00;
}
.shop_profile .sugunavibox .text {
    color: var(--fixedcolor);
    font-size: 13px;
    margin: 0;
    width: calc(100% - 135px);
    text-align: left;
    overflow: hidden;
}
.shop_profile .sugunavibox .text .time {
	font-size: 14px;
    text-align: center;
    font-weight: bold;
}
.shop_profile .sugunavibox .text .mask {
	position: relative;
}
.shop_profile .sugunavibox.reception_end {
	border: 1px solid #7b8fe4;
}
.shop_profile .sugunavibox.reception_end .title {
	background: #7b8fe4;
    width: 100%;
    padding: 0 5px 0 0;
}
.shop_profile .sugunavibox.no_comment .title {
    width: 100%;
    padding: 0 5px 0 0;
}
.shop_profile .sugunavibox.reception_end .time {
	text-shadow: 0 2px 2px #2f4191;
}
.shop_profile {
	width: 100%;
	margin:20px 0 30px;
	padding: 25px 0 20px !important;
	position: relative;
/* ↓ スクロール位置調整 2022/06/01 */
    z-index: 1;
/* ↑ スクロール位置調整 2022/06/01 */
}
/* ↑ shop_profile */
@media screen and (min-width:320px) and ( max-width:374px) {
    /* ↓ 女の子ヘッダー */
    .girl_head .gh_head_name {
        max-width: 190px;
    }
    /* ↑ 女の子ヘッダー */
    /* ↓ 女の子ボタン(マイガール・オキニトーク・ネット予約ボタン) */
/* ↓ svg画像変更 2022/05/24 */
    .girlbtn_link .btn_list.btn_mygirl .heart_img {
        height: 29px;
    }
    .girlbtn_link .btn_list.btn_mygirl .heart_img,
/* ↑ svg画像変更 2022/05/24 */
    .girlbtn_link .btn_list #icon_yoyaku {
        width: 29px;
    }
    .girlbtn_link .btn_list #icon_okini {
        height: 29px;
    }
    .girlbtn_link .btn_list .btn_text {
        font-size: 12px;
    }
    .girlbtn_link .btn_list.wechat .icon_wechat{
        height: 31px;
    }
    .girlbtn_link .btn_list.wechat .btn_top{
        font-size: 13px;
    }
    /* ↑ 女の子ボタン(マイガール・オキニトーク・ネット予約ボタン) */
    /* ↓ shop_profile */
    .shop_profile .sp_to_link {
        left: calc(5% + 105px);
    }
    .shop_profile .to_list .ls_name {
        letter-spacing: -3px;
        font-size: 10px;
    }
    /* .shop_profile .sp_text .sp_style, */
    /* .shop_profile .sp_text .sp_catch{ */
        /* font-size: 12px; */
    /* } */
    /* .shop_profile .to_list.btn_mygirl span { */
        /* font-size: 10px; */
    /* } */
    /* ↑ shop_profile */
}
/* ↑ 女の子プロフィールデザイン変更 2022/05/24 */

/* ↓マイガールボタンモーダル 2025/04/17 */
.js-modal.favolite-modal.contents .wrap-settingItems {
    border: none;
}
div#wrap-favoriteText {
    text-align: center;
}
div#wrap-favoriteButton {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
}
div#wrap-favoriteButton>a.btn_list.btn_mygirl.to_list.m-like.js-toggle-active {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 16px;
    background: #EEE;
    border-radius: 10px;
    border: 1px solid #DDD;
    box-shadow: 0 2px 0 #CCC;
    width: 100%;
}
div#wrap-favoriteButton>a.btn_list.btn_mygirl.to_list.m-like.js-toggle-active>span.shopheader-button-text.js-change-text-target.btn_text {
    font-size: 14px;
    line-height: 1;
}
div#wrap-favoriteButton>a.btn_list.btn_mygirl.to_list.m-like.js-toggle-active>p.icon_option {
    line-height: 1;
}
div#wrap-favoriteButton>a.btn_list.btn_mygirl.to_list.m-like.js-toggle-active.is-active {
    background: #EE685D;
}
div#wrap-favoriteButton>a.btn_list.btn_mygirl.to_list.m-like.js-toggle-active.is-active>span.shopheader-button-text.js-change-text-target.btn_text {
    color: #FFF;
}
div#wrap-favoriteButton>a.btn_list.btn_mygirl.to_list.m-like.js-toggle-active.is-active>p.icon_option>svg {
    fill: #FFF;
}
/* ↑マイガールボタンモーダル 2025/04/17 */

