/* ============================================
   shopfront.css - 店舗フロントページ専用CSS
   appshop.blade.php 経由で読み込まれる
   ============================================ */

/* cr_shpbox */
.cr_shpbox{margin:0 1em 1.5em 1em;background:#fff;box-shadow:1px 1px 6px -1px rgba(0,0,0,.3);}
.cr_shpbox .cr_cpndbody{position:relative;padding:.5em 1em .5em .5em;}
.cr_shpbox .cr_cpndbody .fa-chevron-right{position:absolute;top:50%;right:.2em;color:#fe0000;margin-top:-.5em;}
#coupon.cr_shpbox{background:none;box-shadow:none;}

/* クーポンテキストエリア */
.cr_shpbox .cr_cpndtext{font-size:140%;line-height:1.5em;position:relative;}
.cr_shpbox .cr_cpndtext::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,transparent,#ffffff);pointer-events:none;z-index:0;}
.cr_shpbox .cr_cpndtext>*{position:relative;z-index:1;}
.cr_shpbox .cr_cpndtext .cr_cpndtitl{color:#fff;position:relative;overflow:hidden;}
.cr_shpbox .cr_cpndtext .cr_cpndtitl::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to right,transparent,rgba(255,255,255,.3));pointer-events:none;}
.cr_shpbox .cr_cpndtext .cr_cpndtexttit{font-weight:bold;text-align:center;border-bottom:1px solid rgba(255,255,255,.4);padding-bottom:.5em;margin-bottom:.5em;}
.cr_shpbox .cr_cpndtext .cr_cpndtextbody{text-align:center;font-size:86%;line-height:1.3em;overflow-wrap:break-word;word-break:auto-phrase;margin-bottom:2em;}
.cr_shpbox .cr_cpndtext .cr_cpndtextbody h1,
.cr_shpbox .cr_cpndtext .cr_cpndtextbody h2,
.cr_shpbox .cr_cpndtext .cr_cpndtextbody h3,
.cr_shpbox .cr_cpndtext .cr_cpndtextbody h4,
.cr_shpbox .cr_cpndtext .cr_cpndtextbody h5,
.cr_shpbox .cr_cpndtext .cr_cpndtextbody h6{margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.2;color:inherit;}
.cr_shpbox .cr_cpndtext .cr_cpndtextbody p{margin-top:0;margin-bottom:1rem;}
.cr_shpbox .cr_cpndtext .cr_cpndtextbody h1{font-size:2.5em;color:#000;}
.cr_shpbox .cr_cpndtext .cr_cpndtextbody h2{font-size:2em;}
.cr_shpbox .cr_cpndtext .cr_cpndtextbody h3{font-size:1.75em;}
.cr_shpbox .cr_cpndtext .cr_cpndtextbody h4{font-size:1.5em;}
.cr_shpbox .cr_cpndtext .cr_cpndtextbody h5{font-size:1.25em;}
.cr_shpbox .cr_cpndtext .cr_cpndtextbody h6{font-size:1em;}
.cr_shpbox .cr_cpndtext .cr_cpndbody .cr_cpndtextcpbig{justify-content:center;font-weight:bold;text-shadow:-2px -2px 0 #fff,2px -2px 0 #fff,-2px 2px 0 #fff,2px 2px 0 #fff;}
.cr_shpbox .cr_cpndtext .cr_cpndbody .cr_cpndtextcpbig span{font-size:250%;line-height:1.5em;font-family:'Oswald',sans-serif;font-weight:600;letter-spacing:.03em;}
.cr_cpndglassbox{background:rgba(255,255,255,.5);border-radius:12px;box-shadow:0 2px 6px rgba(0,0,0,.08);padding:.8em 1em;margin:.5em 0;}
.cr_cpndnote{margin-top:.5em;text-align:center;font-size:.7em;line-height:1.2em;color:#888;}
.cr_shpbox .cr_cpndtext .cr_cpndbodycflg{font-size:70%;text-align:center;letter-spacing:0;margin:0 auto .5em auto;}
.cr_shpbox .cr_cpndtext .cr_cpndbodycflg p{padding:.1em .3em;}
.cr_shpbox .cr_cpndtext .cr_cpndbodycflg p i{margin-right:.3em;}

/* 業種別フラグアイコン色（ON時） */
/* 業種1（ブルー系） */
.cr_sctlightcolor1 .cr_cpndbodycflg p.on:nth-child(1){background:#244E9D;color:#fff;}
.cr_sctlightcolor1 .cr_cpndbodycflg p.on:nth-child(2){background:#4D268E;color:#fff;}
.cr_sctlightcolor1 .cr_cpndbodycflg p.on:nth-child(3){background:#283362;color:#fff;}
/* 業種2（オレンジ系） */
.cr_sctlightcolor2 .cr_cpndbodycflg p.on:nth-child(1){background:#99381B;color:#fff;}
.cr_sctlightcolor2 .cr_cpndbodycflg p.on:nth-child(2){background:#F14F22;color:#fff;}
.cr_sctlightcolor2 .cr_cpndbodycflg p.on:nth-child(3){background:#422533;color:#fff;}
/* 業種3（ピンク系） */
.cr_sctlightcolor3 .cr_cpndbodycflg p.on:nth-child(1){background:#741254;color:#fff;}
.cr_sctlightcolor3 .cr_cpndbodycflg p.on:nth-child(2){background:#B10066;color:#fff;}
.cr_sctlightcolor3 .cr_cpndbodycflg p.on:nth-child(3){background:#5A1A42;color:#fff;}
/* 業種4（パープル系） */
.cr_sctlightcolor4 .cr_cpndbodycflg p.on:nth-child(1){background:#6A1663;color:#fff;}
.cr_sctlightcolor4 .cr_cpndbodycflg p.on:nth-child(2){background:#831870;color:#fff;}
.cr_sctlightcolor4 .cr_cpndbodycflg p.on:nth-child(3){background:#491F4A;color:#fff;}
/* 業種5（ティール系） */
.cr_sctlightcolor5 .cr_cpndbodycflg p.on:nth-child(1){background:#1B7D6B;color:#fff;}
.cr_sctlightcolor5 .cr_cpndbodycflg p.on:nth-child(2){background:#253E43;color:#fff;}
.cr_sctlightcolor5 .cr_cpndbodycflg p.on:nth-child(3){background:#20373B;color:#fff;}

/* cr_shpdtcoupon */
.cr_shpdtbtmcity{margin:.8em 0;}
.cr_shpboxcnt{margin:1.5em 1em;}
.cr_shpdtcoupon a{display:block;}
.cr_shpdtcoupon a:nth-child(n+2){border-bottom:1px dashed #ccc;}
.cr_shpdtcoupon a:last-child{border-bottom:0px dashed #ccc;}
.cr_shpdtcoupon.use .cr_cpnditembox{background:#000;box-shadow:1px 1px 6px -1px rgba(0,0,0,.3);}
.cr_shpdtcoupon.use .cr_cpnditembox .cr_cpndtext{opacity:.7;}
.coupon_use_btn{cursor:pointer;background:linear-gradient(to bottom,#555,#111);color:#fff;font-weight:bold;display:block;max-width:500px;margin:auto;padding:.6em 1.5em;text-align:center;border-radius:2em;box-shadow:0 3px 6px rgba(0,0,0,.4);letter-spacing:.05em;}
.coupon_use_btn.use{cursor:auto;background:linear-gradient(to bottom,#444,#111);color:rgba(255,255,255,.4);box-shadow:none;}

/* 発券日時 */
.cr_date{text-align:center;font-size:.9em;margin:.5em auto;}
.cr_date span{display:inline-block;margin:0 .2em;font-weight:bold;color:#dc0202;}
.coupon_favguest .cr_favregisterinfo,.coupon_favguest .cr_favregisterinfo:hover,.coupon_favguest .cr_favregisterinfo span{color:#000000;}

/* クーポンストックボタン（shop index専用） */
.cr_shpdtcoupon .cr_defcntlstbtn button.coupon_fav{background:linear-gradient(135deg,#FFD700 0%,#FFA500 50%,#CC6600 100%);color:#fff;border-radius:2em;box-shadow:0 4px 12px rgba(200,120,0,.35),0 1px 3px rgba(0,0,0,.2);text-shadow:0 1px 2px rgba(100,50,0,.4);border:none;transition:all .3s ease;width:80%;max-width:360px;padding:.6em 1.5em;}
.cr_shpdtcoupon .cr_defcntlstbtn button.coupon_fav:hover{background:linear-gradient(135deg,#FFE44D 0%,#FFB733 50%,#E07800 100%);box-shadow:0 6px 16px rgba(200,120,0,.45),0 2px 4px rgba(0,0,0,.25);transform:translateY(-1px);}
.cr_shpdtcoupon .cr_defcntlstbtn button.coupon_fav.cr_favon{background:linear-gradient(135deg,#b8860b 0%,#8B6914 100%);box-shadow:0 2px 6px rgba(100,60,0,.3) inset;transform:none;}

/* 店舗ページのクチコミ評価表示 */
.cr_shop_review_rating{display:flex;align-items:center;flex-wrap:wrap;gap:10px;padding:8px 12px;background:#fff;border:2px solid #ff9800;border-radius:8px;box-shadow:0 2px 4px rgba(255,152,0,0.2);text-decoration:none;color:inherit;transition:all 0.3s ease;}
.cr_shop_review_rating:hover{background:#fff;box-shadow:0 4px 8px rgba(255,152,0,0.3);transform:translateY(-2px);}
.cr_shop_review_icon{font-size:1.5em;color:#ff9800;margin-right:4px;}
.cr_shop_rating_stars{display:inline-flex;gap:2px;vertical-align:middle;padding:4px 8px;background:rgba(255,152,0,0.1);border-radius:6px;}
.cr_shop_rating_star{width:22px;height:22px;display:block;filter:drop-shadow(0 1px 2px rgba(255,152,0,0.4));}
.cr_shop_rating_value{font-weight:bold;font-size:1.2em;color:#ff9800;text-shadow:0 1px 2px rgba(255,152,0,0.3);}
.cr_shop_rating_count{color:#666;font-size:0.95em;font-weight:500;}
.cr_shop_review_section{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:15px;}
.cr_shop_review_post_btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:#ff00a1;color:#fff;border:2px solid #ff00a1;border-radius:20px;font-size:0.9em;text-decoration:none;transition:all 0.3s ease;}
.cr_shop_review_post_btn:hover{background:#fff;color:#ff00a1;}

.cr_defback_fill{background:#E3007F;color:#fff;}
.cr_defback_fill:hover{background:#B60066;color:#fff;}
.cr_defback_fill--pref{background:#2e7fc1;color:#fff;}
.cr_defback_fill--pref:hover{background:#1a5f96;color:#fff;}
@media(max-width:767px){.cr_review_backbtns{margin:1.2em 0;}.cr_review_backbtns .cr_defback{font-size:max(13px,.9em);padding:1em .8em;margin:0;}}

/* 営業スケジュール */
.cr_shopschedule{margin:1em 0 .5em;}
.cr_sc_grid_wrap{padding:3px;}
.cr_sc_grid{display:grid;grid-template-columns:repeat(7,1fr);gap:3px;}
@media(max-width:767px){
  .cr_sc_grid_wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;}
  .cr_sc_grid{grid-template-columns:repeat(14,90px);}
}
.cr_sc_cell{text-align:center;padding:10px 2px;border-radius:5px;line-height:1.3;background:#fff;border:1px solid #bbb;}
.cr_sc_day{font-weight:bold;font-size:max(12px,.82em);}
.cr_sc_dow_sun .cr_sc_day{color:#f06292;}
.cr_sc_dow_sat .cr_sc_day{color:#29b6f6;}
.cr_sc_status{font-size:max(12px,.82em);font-weight:bold;margin-top:.2em;}
.cr_sc_time{font-size:max(12px,.72em);margin-top:.15em;word-break:break-all;}
.cr_sc_s2{background:#fff0f0;}.cr_sc_s2 .cr_sc_status{color:#c62828;}
.cr_sc_s3 .cr_sc_status{color:#2e7d32;}.cr_sc_s3 .cr_sc_time{color:#36b83c;font-weight:bold;}
.cr_sc_today .cr_sc_day{color:#E3007F !important;}
/* --- 女の子詳細：写真スワイパー --- */
.cr_girlphoto_swiper{width:100%;}
.cr_girlphoto_swiper .swiper-slide{display:flex;align-items:center;justify-content:center;}
.cr_girlphoto_swiper .swiper-slide img{display:block;width:100%;height:auto;max-height:70vh;object-fit:contain;}
.cr_girlphoto_swiper .swiper-button-prev,.cr_girlphoto_swiper .swiper-button-next{color:#aaa;text-shadow:0 0 4px rgba(0,0,0,.4);opacity:0;transition:opacity .2s;}
.cr_girlphoto_swiper:hover .swiper-button-prev,.cr_girlphoto_swiper:hover .swiper-button-next{opacity:1;}
.cr_girlphoto_thumbwrap{display:flex;flex-wrap:wrap;margin-top:4px;}
.cr_girlphoto_thumbitem{flex:0 0 calc(100% / 7);width:calc(100% / 7);aspect-ratio:1/1;cursor:pointer;opacity:.5;transition:opacity .15s;box-sizing:border-box;border:1px solid #ffffff;}
.cr_girlphoto_thumbitem img{display:block;width:100%;height:100%;object-fit:cover;}
.cr_girlphoto_thumbitem.is-active{opacity:1;}

/* --- 女の子詳細：出勤スケジュール --- */
.cr_girldtschedule{margin-bottom:12px;border:1px solid #e0c8d8;border-radius:8px;overflow:hidden;}
.cr_girldtschedule_title{font-size:.8em;font-weight:bold;color:#fff;background:#d94f8a;padding:5px 10px;letter-spacing:.03em;}
.cr_girldtschedule .cr_girldtschedule_list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(7,1fr);}
.cr_girldtschedule_item{text-align:center;font-size:.72em;line-height:1.4;border-right:1px solid #f0dde8;padding:5px 2px;}
.cr_girldtschedule_item:last-child{border-right:none;}
.cr_girldtschedule_date{color:#555;padding-bottom:3px;margin-bottom:3px;border-bottom:1px solid #f0dde8;font-size:.95em;}
.cr_girldtschedule_date.is-sun{color:#e00;}
.cr_girldtschedule_date.is-sat{color:#00c;}
.cr_girldtschedule_open{display:block;color:#d94f8a;font-weight:bold;}
.cr_girldtschedule_time{display:block;color:#d94f8a;font-weight:bold;font-size:.9em;}
.cr_girldtschedule_off{display:block;color:#aaa;}
.cr_girldtschedule_none{display:block;color:#ddd;}
@media(max-width:767px){.cr_girldtschedule_nichi{display:none;}.cr_girldtschedule_time{white-space:pre-line;}}

/* cupカラー（shop/girl/index 専用） */
.cr_ccolor{background:#999;}
.cr_ccolorA{background:#2ce8b8;}
.cr_ccolorB{background:#2cc2e8;}
.cr_ccolorC{background:#2c6be8;}
.cr_ccolorD{background:#442ce8;}
.cr_ccolorE{background:#9b2ce8;}
.cr_ccolorF{background:#e82cdf;}
.cr_ccolorG{background:#e82c88;}
.cr_ccolorH{background:#e82c31;}
.cr_ccolorI{background:#e87e2c;}
.cr_ccolorJ{background:#e8d42c;}
.cr_ccolorK{background:#a5e82c;}
.cr_ccolorL{background:#2ce8b8;}
.cr_ccolorM{background:#2cc2e8;}
.cr_ccolorN{background:#2c6be8;}
.cr_ccolorO{background:#442ce8;}
.cr_ccolorP{background:#9b2ce8;}
.cr_ccolorQ{background:#e82cdf;}
.cr_ccolorR{background:#e82c88;}
.cr_ccolorS{background:#e82c31;}
.cr_ccolorT{background:#e87e2c;}
.cr_ccolorU{background:#e8d42c;}
.cr_ccolorV{background:#a5e82c;}

.cr_notice{color:#aaa;text-align:center;padding:2em;}

/* shop店舗背景設定 */
.shop main{padding:0 .5em 1em .5em;}
.shopbgon main{background:rgba(255,255,255,.5);}
/* shop店舗TOP */
.cr_shoptopinf{justify-content:space-between;padding:1em;border-bottom:1px solid #ccc;}
.cr_shoptopinf .cr_shoptoplt{min-width:30%;}
.cr_shoptopinf .cr_shoptoprt{min-width:8.5em;}
.cr_shoptopinf .cr_shoptoprt_nocoupon{min-width:4em;}
.cr_shoptopinf .cr_empcoupons{color:#fff;margin-right:.4em;background:#fe1400;}
.cr_shoptopinf .cr_empcoupons:hover{color:#ff0081;background:#ffd9e0;}
.cr_shoptopnme{font-size:150%;line-height:1.2em;}
.cr_shoptopnme a{color:#000;}
.cr_shoptopemp{width:4em;height:4em;text-align:center;border-radius:50%;}
.cr_shoptopemp div,.cr_shoptopemp a{width:60%;line-height:1.2em;margin:auto;}
.cr_shoptopimg{display:none;padding:1em 1em 0 1em;}
.cr_shoptopimg img,.cr_shoptopimg video{display:block;width:100%;box-shadow:1px 1px 6px -1px rgba(0,0,0,.3);}
.cr_shoptopimg_on{display:block;}
.cr_shoptopimgshine{margin-bottom:.5em;}
.cr_shoptopimgslide{position:relative;overflow:hidden;transition:height .4s ease;}
.cr_shoptopimgslide-item{position:absolute;top:0;left:0;width:100%;height:auto;opacity:0;transition:opacity 1.2s ease;box-shadow:none;}
.cr_shoptopimgslide-item.is-active{opacity:1;}
.cr_shoptopnav{padding:1em 0;}
.cr_shoptopnav a{
	flex-grow:1;width:100px;width:calc(100% / 9);display:block;color:#555;text-align:center;margin:1px 0;padding:.5em;background:#fff;border:1px solid #ccc;border-right:0;box-shadow:3px 3px 6px -3px rgba(0,0,0,.2);
	background: #ffffff;
	background: -moz-linear-gradient(-45deg,#fff 93%,#E3007F 93.1%);
	background: -webkit-linear-gradient(-45deg,#fff 93%,#E3007F 93.1%);
	background: linear-gradient(135deg,#fff 93%,#E3007F 93.1%);
}
.cr_shoptopnav a:hover{
	color:#fff;border:1px solid #E3007F;
	background: #fff;
	background: -moz-linear-gradient(-45deg,#fff 7%,#E3007F 7.1%);
	background: -webkit-linear-gradient(-45deg,#fff 7%,#E3007F 7.1%);
	background: linear-gradient(135deg,#fff 7%,#E3007F 7.1%);
}
.cr_shoptopnav a:last-child{border-right:1px solid #ccc;}
.cr_shoptopnav a.active{
	color:#000;font-weight:bold;
	background: #E3007F;
	background: -moz-linear-gradient(-45deg,#f2f2f2 93%,#000 93.1%);
	background: -webkit-linear-gradient(-45deg,#f2f2f2 93%,#000 93.1%);
	background: linear-gradient(135deg,#f2f2f2 93%,#000 93.1%);
}
.cr_shpdtinfodate_pc{padding:0 .5em;}
.cr_shpdtinfodate_pc span{display:inline-block;}
.cr_shpdtinfodate_pctltm span{padding-right:.5em;}
.cr_shpdtinfodate_pctltm span b{font-size:120%;}
.cr_shpdtinfodate_pc a{color:#333;}
.cr_shpdtinfodate_pc a span{color:#666;margin-left:1em;padding:1px .5em;background:#fff;border:1px solid #ccc;box-shadow:3px 3px 6px -3px rgba(0,0,0,.2);}
.cr_shpdtinfodate_pc a:hover span{color:#fff;background:#E3007F;border:1px solid #E3007F;box-shadow:none;}
.cr_shpdtinfodate_pc a.cr_shpdtbtmjobsg span{color:#de6693;background:#fff;border:1px solid #ecb6ca;}
.cr_shpdtinfodate_pc a.cr_shpdtbtmjobsm span{color:#6e5cd2;background:#fff;border:1px solid #b6b9ec;}

.cr_shpdtinfodate_defbtm{width:100%;text-align:right;margin-top:.7em;padding-top:.7em;border-top: 1px dashed #ccc;}
.cr_shpdtinfodate_defbtm a{display:inline-block;width:auto;height:auto;box-shadow:none;}



.cr_shpdtbottombox{color:#444;padding:0 .5em;}
.cr-snswrap a{color: #333;text-decoration: underline;}
.cr-snswrap img{display: inline-block;width: 1.5em;margin-right: .5em;}
.cr_colorbar{border-left: 10px solid #E3007F;border-bottom: 1px solid #E3007F;padding: .2em 1em;}
.cr_shpdtspbox{padding: .5em;}
.cr_shpdtspbox table td{background: #fff;}


.cr_shpdtreserve{text-align:center;margin-bottom:1.5em;}
.cr_shpdtreserve a{display:inline-block;color:#fff;font-size:150%;padding:.5em 2em;background:#fe0000;}
.cr_shpsubcaption{font-size:110%;line-height:1.6em;margin:.5em 0;}
.cr_shpdtpcbox{width:50%;padding:0 1.4em 1.4em 1.4em;}
.cr_shpdtpcbox:nth-child(odd){padding:0 0 1.4em 1.4em;}
.cr_shpdtpcboxwide .cr_shpdtpcbox{width:100%;padding:0 1.4em 1.4em 1.4em;}
.cr_shpdtpcboxwide .cr_shpdtpcbox:nth-child(2){width:50%;padding:0 0 1.4em 1.4em;}
.cr_shpdtpcboxwide .cr_shpdtpcbox:nth-child(3){width:50%;padding:0 1.4em 1.4em 1.4em;}
.cr_shpdtprice table{width:100%;margin:.5em auto;table-layout:fixed;}
.cr_shpdtprice .flex{flex-wrap:wrap;align-items:flex-start;}
.cr_shpdtprice tr,
.cr_shpdtprice th,
.cr_shpdtprice td{text-align:center;border:1px solid #ccc;}
.cr_shpdtprice th,
.cr_shpdtprice td{padding:.2em;}
.cr_shpdtprice th{color:#fff;font-weight:bold;background:#666;}
.cr_shpdtprice .cr_shpinfo,
.cr_shpdtprice .cr_shpcastinfo{width:100%;margin:.5em 0;table-layout:auto;border-collapse:separate;border-spacing:0;border-radius:8px;overflow:hidden;border:1px solid rgba(166,74,152,.18);}
.cr_shpdtprice .cr_shpinfo tr,
.cr_shpdtprice .cr_shpinfo th,
.cr_shpdtprice .cr_shpinfo td,
.cr_shpdtprice .cr_shpcastinfo tr,
.cr_shpdtprice .cr_shpcastinfo th,
.cr_shpdtprice .cr_shpcastinfo td{text-align:left;border:none;border-bottom:1px solid rgba(0,0,0,.06);}
.cr_shpdtprice .cr_shpinfo tr:last-child th,
.cr_shpdtprice .cr_shpinfo tr:last-child td,
.cr_shpdtprice .cr_shpcastinfo tr:last-child th,
.cr_shpdtprice .cr_shpcastinfo tr:last-child td{border-bottom:none;}
.cr_shpdtprice .cr_shpinfo th,
.cr_shpdtprice .cr_shpcastinfo th{width:8.5em;padding:.6em .75em;font-weight:600;font-size:.88em;vertical-align:middle;line-height:1.45;}
.cr_shpdtprice .cr_shpinfo th{background:#fce7f3;color:#9d174d;}
.cr_shpdtprice .cr_shpcastinfo th{background:#ede9fe;color:#6b21a8;}
.cr_shpdtprice .cr_shpinfo td,
.cr_shpdtprice .cr_shpcastinfo td{padding:.6em .9em;background:#fff;color:#444;}
.cr_shpcoursename{background:#f1f1f1;}
.cr_shpdtpcopttit{padding:.2em .5em;background:#f1f1f1;border:1px solid #ccc;border-bottom:0px solid #ccc;}
.cr_shpdtpcopttit + table{margin-top:0;}
.cr_shpdtpcchargenote td{text-align:left;padding:1em;}
.cr_shpdtprice .cr_shpcoursepleft{text-align:left;padding-left:1em;}
.cr_shpdtgirls .cr_tcgirl{padding-top:.5em;}
.cr_shpdtgirls .cr_tcgirl span{font-size:75%;padding-left:.5em;}
.cr_shpdtdiary .flexscrolltxt{padding-top:.5em;}
.cr_shopvideos .cr_tcgirl,.cr_shopgravures .cr_tcgirl{padding-top:.5em;}
.cr_shopvideos .cr_defcntlstthmb{width:100%;padding-top:56.25%;background:#000;overflow:hidden;}
.cr_shopvideos .cr_defcntlstthmb img.lazy{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;}
.cr_videos .flexscroll .cr_flexscrollitem,
.cr_shopvideos .flexscroll .cr_flexscrollitem							{width:33%;width:calc(100% / 3);}
_:-ms-fullscreen, :root .cr_videos .flexscroll .cr_flexscrollitem		{width:31.6%;}
_:-ms-fullscreen, :root .cr_shopvideos .flexscroll .cr_flexscrollitem	{width:31.6%;}
.cr_shpdtbtominfo{background:#fff;}
.cr_shpdtbtominfo .cr_shpsubcaption{font-size:120%;line-height: 1.2em;margin:1.1em 0 .4em 0;}
.cr_shpdtbtominfo .cr_shpsubcaption span{color:#888;font-size:85%;font-weight:normal;padding-left:1em;}
.cr_shpdtbtomintro{margin-top:.5em;}
.cr_defcntask{color:#f00;margin:1em;}
.cr_shpdtinterior{padding:0 1.4em 1.4em 1.4em;background:#fff;}

.cr_shpdtavailablecard img{width:50px;height:auto;}
.cr_shpdtavailablecard_margintop{margin-top:.5em;}


/* shopgirlsキャスト一覧 */
.cr_employeeslistshop .cr_defcntlstitem{position:relative;}
.cr_defcntlstcup{position:absolute;top:.5em;right:.3em;width:2.5em;height:2.5em;line-height:.7em;color:#fff;font-size:120%;text-align:center;padding-top:.6em;border-radius:50%;z-index:2;}
.cr_defcntlstcup span{display:block;font-size:80%;}
.cr_defcntlstcupsecret{font-size:60%;line-height:2.3em;}
.cr_defcntlstcig{position:absolute;top:3.1em;right:.3em;width:2.5em;height:2.5em;line-height:.7em;color:#fff;font-size:120%;text-align:center;padding-top:.6em;border-radius:50%;z-index:2;}
.cr_defcntlstdrk{position:absolute;top:5.7em;right:.3em;width:2.5em;height:2.5em;line-height:.7em;color:#fff;font-size:120%;text-align:center;padding-top:.6em;border-radius:50%;z-index:2;}

/* shopgirlsキャスト詳細 */
.cr_shpgirldtfbox{flex-wrap:wrap;align-items:stretch;margin:1em;padding:1em;background:#fff;box-shadow:1px 1px 6px -1px rgba(0,0,0,.3);}
.cr_shpgirldtphoto{width:400px;}
.cr_shpgirldtprof{width:55%;width:calc(100% - 400px);}
.cr_shpgirldtthumb{justify-content:center;flex-wrap:wrap;}
.cr_shpgirldtthumb .cr_shpgirldtthumbbt{margin:1px;border:1px solid #ccc;}
.cr_shpgirldtthumb .cr_shpgirldtthumbbt a{display:block;position:relative;width:50px;height:50px;border:1px solid #fff;overflow:hidden;}
.cr_shpgirldtphoto .item img{padding:1px;border:1px solid #ccc;}
.cr_shpgirldtprof{font-size:120%;line-height:1.6em;padding:.5em;}
.cr_shpgirldtprof ul .flex div{width:60%;padding:.7em .5em .2em .5em;border-bottom:1px solid #ccc;}
.cr_shpgirldtprof ul .flex div:nth-child(odd){width:40%;color:#E3007F;border-bottom:2px solid #C49FBD;}
.cr_shpgirldtprof ul{margin-bottom:1em;}
.cr_shpgirlp3size span{font-size:85%;color:#666;}
.cr_shpgirldtcomment{margin-top:.5em;}
.cr_shpgirldtcomcap{color:#E3007F;margin-bottom:.2em;padding:.2em .5em;}
.cr_shpgirldtcomcap i{margin-right:.5em;}
.cr_shpgirldtcombdy{font-size:90%;padding:.5em;line-height:1.3em;}
main .cr_shpgirldtfwrap .cr_shpgphotonon_tmb{width:auto;max-width:90%;height:auto;margin:1em auto;}
main .cr_shpgirldtfwrap .cr_shpgphotonon_def{width:154px;max-width:90%;height:auto;margin:1em auto;}
.cr_sgirldtcontent .flexscrgirldtimg{position:relative;overflow:hidden;height:200px;margin-bottom:.5em;}
.cr_sgirldtcontent .flexscrgirldtimg img{width:auto;height:200px;margin-left:-41%;}
.cr_sgirldtcontent .flexscrgirldtgrv .flexscrgirldtimg img{width:100%;height:auto;margin-left:0;margin-top:-2%;}
.cr_sgirldtcontent .flexscrgirldtimg--vertical{background:#000;}
.cr_sgirldtcontent .flexscrgirldtimg--vertical img.cr_thumbnail{width:auto;height:200px;margin-left:0;position:absolute;top:0;left:50%;transform:translateX(-50%);}
.cr_sgirldtcontent .flexscrolltxt{font-size:100%;}


.cr_shpgirldtprof ul .flex div.cr_shpgirlname_frgn{color:#999;font-size:70%;line-height:1.1em;letter-spacing:3px;padding:1em 0 0 7px;border:0;}
.cr_shpgirldtprof ul .flex div.cr_shpgirlname_fnme{padding-top:0;}


	/* shopgirlsキャストQ&A qa */
.cr_girltopqa .cr_topcontentbox{padding:1em;}
.cr_girltopqa .cr_girltopqaflex{font-size:110%;padding:.5em;background:#fff6fe;}
.cr_girltopqa .cr_girltopqaflex:nth-child(odd){opacity:.9;filter:brightness(102%);}
.cr_girltopqa .cr_girltopquestion,
.cr_girltopqa .cr_girltopanswer{width:94%;width:calc(100% - 2em);padding:.6em .1em;}
.cr_girltopqa .cr_girltopqt,
.cr_girltopqa .cr_girltopat{width:2em;font-size:90%;text-align:center;}
.cr_girltopqa .cr_girltopqaflexinner{width:50%;}
.cr_girltopqa .cr_girltopqaflexinner span{display:inline-block;width:1.5em;line-height:1.5em;color:#fff;border-radius:50%;}
.cr_girltopqa .cr_girltopquestion{color:#E3007F;}
.cr_girltopqa .cr_girltopanswer{color:#c5207c;}
.cr_girltopqa .cr_girltopqaflexinner .cr_girltopqt span{background:#E3007F;}
.cr_girltopqa .cr_girltopqaflexinner .cr_girltopat span{background:#c5207c;}

/* shopdiariesブログ一覧 */
.cr_shpdiarylst .cr_defcntlstitem .flex{align-items:stretch;}
.cr_shpdiarylst .cr_defcntlstthmb{order:2;width:30%;}
.cr_shpdiarylst .cr_defcntlsttext{order:1;width:70%;position:relative;padding-right:0;}
.cr_shpdiarylst .cr_defcntlsttext .flex{align-items:center;}
.cr_shpdiarylst .cr_defcntlsttext .cr_shpdiarygttop{font-size:110%;font-weight:bold;}
.cr_shpdiarylst .cr_defcntlsttext .cr_tcgirl{line-height:1.6em;}
.cr_shpdiarygirltit{width:60%;width:calc(100% - 60px);padding-left:.3em;}
.cr_shpdiarygirlico{width:60px;height:60px;border-radius:50%;overflow:hidden;}
.cr_shpdiarygirlico img{width:100%;height:auto;}
.cr_shpdiarybdbtm{margin:.5em;padding:.8em;background:#f6f6f6;border-radius:8px;box-shadow:2px 2px 4px -2px rgba(0,0,0,.2);}
/* shopdiariesブログ詳細 */
.cr_defcntlstitemdetail .cr_shpdiarygttop{margin-top:.7em;padding-top:.7em;border-top:1px dashed #ccc;}
.cr_defcntlstitemdetail .cr_tcgirl{font-size:140%;text-align:right;}
.cr_defcntlstitemdetail .cr_tcgirl a{display:inline;color:#ff5297;box-shadow:none;}
.cr_defcntlstitemdetail .cr_shpdiarygirlico{order:2;}
.cr_defcntlstitemdetail .cr_shpdiarygirltit{order:1;padding:0 1.2em 0 0;}
.cr_shpdiarydetail .cr_defcntlstdate{padding:0;}


.cr_shpdiarydetail .cr_defcntlsttext{width:100%;}
.cr_shpdiarydetail .cr_defcntlsttitl{width:100%;height:50px;position:relative;margin:0;padding:0;border:0;overflow:hidden;}
.cr_shpdiarydetail .cr_defcntlstbody{margin-top:.5em;padding-top:.5em;border-top:1px dashed #ccc;}
.cr_shpdiarydetail .cr_shpdiarydetail_thmb{width:50px;}
.cr_shpdiarydetail .cr_shpdiarydetail_titl{width:calc(100% - 50px);padding-left:.5em;}
.cr_shpdiarydetail .cr_shpdiarydetail_imgs{text-align:center;padding-top:.5em;}
.cr_shpdiarydetail .cr_shpdiarydetail_imgs img{display:inline-block;max-width:100%;}
@media screen and (max-width:767px) {
.cr_shpdiarydetail .cr_defcntlstitem .flex {flex-direction:row;flex-wrap:nowrap;}
}

/* timetables出勤情報 */
.cr_shptimetable{margin:0 1em;padding:1em;background:#fff;box-shadow:1px 1px 6px -1px rgba(0,0,0,.3);}
.cr_shptimetable .cr_caption{font-size:100%;}
.cr_shptimetable table,.cr_shpgirldtpersonalwt table{width:100%;table-layout:fixed;text-align:center;margin-bottom:1em;}
.cr_shptimetable th,.cr_shpgirldtpersonalwt th{vertical-align:middle;border:1px solid #ccc;color:#fff;background:#000;border-bottom:3px solid #aaa;}
.cr_shptimetable th:nth-child(2),.cr_shpgirldtpersonalwt th:first-child{border-bottom:3px solid #FF5697;}
.cr_shptimetable th.dateholiday,.cr_shpgirldtpersonalwt th.dateholiday{color:#E693FF;}
.cr_shptimetable td,.cr_shpgirldtpersonalwt td{vertical-align:middle;border:1px solid #ccc;padding:.5em 0;}
.cr_shptimetable td.cr_stbispast,.cr_shpgirldtpersonalwt td.cr_stbispast{color:#bbb;background:#f3f3f3;}
.cr_shptimetable td span,.cr_shpgirldtpersonalwt td span{color:#aaa;}
.cr_shptimetable th.cr_shptbgirlimg{border:0 solid #ccc;background:rgba(255,255,255,0);}
.cr_shptbgirlimg a{display:block;position:relative;width:100%;overflow:hidden;}
.cr_shptbgirlimg img{display:block;max-height:120px;margin:auto;}
.cr_shpgirldtpersonalwt th{padding:.5em 0;}
.cr_shpgirldtpersonalwt td{padding:.8em 0;}
.cr_shpgirldtpersonalpd{padding:0 1.5em;}
/* videos店舗動画 */
.cr_defcntdtvideo .cr_defcntlstthmb{max-width:800px;margin:auto;}
.cr_defcntdtvideo video{display:block;max-width:100%;margin:auto;}
/* gravures店舗グラビア */
.cr_shpgrvbodybox{text-align:center;}
.cr_shpgrvbodybox img{display:block;max-width:100%;margin:auto;}
.cr_shpgrvthmbbox{padding-top:.2em;}
.cr_shpgrvthmbbox ul.flex {flex-direction:row;flex-wrap:wrap;}
.cr_shpgrvthmb img{display:block;width:98%;margin:1px auto;cursor:pointer;}
.cr_gravurecaption{font-size:120%;font-weight:bold;margin-top:2em;}
.cr_gravurecaptionsubtext{color:#999;font-size:90%;}
.cr_shpgravuredetail .cr_shpdiarybdbtm{width:60%;margin:1.5em auto;}
.cr_shpgrvdescriptionbox{margin-top:2em;}
/* LINE twitter facebook シェアボタン キャストお気に入り */
.cr_sharebox{padding:.5em 1.4em 2em 1.4em;}
.cr_sharebox .cr_shareboxcap{color:#999;font-weight:normal;text-align:center;}
.cr_sharebox b{color:#E3007F;}
.cr_sharebox ul{justify-content:center;margin-top:1em;}
.cr_sharebox li a{position:relative;display:block;margin:.1em .2em;padding:.5em 1em .5em 3em;border-radius:4px;box-shadow:3px 3px 4px -3px rgba(0,0,0,.3);}
.cr_sharebox li a i,.cr_sharebox li a img{display:inline-block;position:absolute;top:50%;left:.6em;width:.9em;font-size:140%;margin-top:-.5em;}
.cr_shareline{color:#fff;background:#33c131;}
.cr_sharetwit{color:#fff;background:#000000;}
.cr_sharefabk{color:#fff;background:#4a63a9;}
.cr_shareline:hover{box-shadow:3px 3px 5px -1px #168a15 inset;}
.cr_sharetwit:hover{box-shadow:3px 3px 5px -1px #1176b1 inset;}
.cr_sharefabk:hover{box-shadow:3px 3px 5px -1px #0c2365 inset;}
.cr_shpgirldtprof .cr_sharebox{font-size:90%;padding:1.5em 0 1em 0;}
.cr_shpgirldtprof .cr_sharebox ul{margin-top:.2em;}
.cr_shpgirldtprof .cr_sharebox li a{font-size:90%;padding:.2em .6em .2em 2.4em;}
.cr_shpgirldtprof .cr_sharebox li a i,.cr_shpgirldtprof .cr_sharebox li a img{left:.55em;font-size:120%;margin-top:-.5em;}

/* shopdata予約カラオケ駐車場 */
.cr_shpdtifetc_true,.cr_shpdtifetc_false{min-width:8em;display:inline-block;color:#fff;margin:3px 1px;padding:.2em .5em;}
.cr_shpdtifetc_true{background:#E3007F;}
.cr_shpdtifetc_false{background:#aaa;}
.cr_shpdtinfodate_etc{text-align:center;}
.cr_shpdtinfodate_etc span span{font-weight:bold;}

/* 店舗TOP画像エリア（Myショップ/クチコミ投稿）は縦積み */
.cr_shoptop_btnempseat .cr_defcntlstbtn button.mall_fav{width:80%;max-width:320px;margin:0 auto;padding:8px 16px;line-height:normal;border:2px solid #ffbc00;border-radius:20px;font-size:0.9em;box-shadow:none;text-shadow:none;transition:all 0.3s ease;}
.cr_shoptop_btnempseat .cr_defcntlstbtn button.mall_fav:hover{background:#fff;color:#ffbc00;box-shadow:none;}
.cr_shoptop_btnempseat .cr_shop_review_post_btn{width:80%;max-width:320px;margin: 10px auto 0;display: block;text-align: center;}

/* girls女の子詳細ページャー */
.cr_shpgirldtpagelink{width:100%;margin:2em auto;padding:.5em;}
.cr_shpgirldtpagelink .cr_defback{font-size:100%;margin:0;}
.cr_shpgirldtpagelink .cr_defback i{display:block;font-size:240%;text-align:center;margin-bottom:.2em;}
.cr_shpgirldtpager .flex{justify-content:space-between;}
.cr_shpgirldtpager .flex .cr_shpgirldtpilnk{position:relative;color:#fff;font-weight:bold;border:1px solid #ccc;text-shadow:0 0 1px rgba(0,0,0,.9),0 0 2px rgba(0,0,0,.8),0 0 3px rgba(0,0,0,.7);box-shadow:1px 1px 6px -1px rgba(0,0,0,.3);}
.cr_shpgirldtpager .cr_shpgirldtprev,
.cr_shpgirldtpager .cr_shpdiarydtnext,
.cr_shpgirldtpager .flex .cr_shpgirlthmb{width:90px;height:90px;}
.cr_shpgirldtpager .flex .cr_shpgirlthmb{position:relative;overflow:hidden;border:1px solid #fff;}
.cr_shpgirldtpager .flex .cr_shpgirlthmb img{width:120%;height:auto;margin:-20% 0 0 -10%;}
.cr_shpgirldtpager .flex .cr_shpgirlname{position:absolute;left:0;bottom:0;width:100%;text-align:center;padding:.3em 0;}
/* diaries女の子ブログページャー */
.cr_shpdiarydtpager{width:100%;margin:1.5em auto 0 auto;padding:1em;}
.cr_shpdiarydtpager .cr_shpdiarydtprev{width:50%;}
.cr_shpdiarydtpager .cr_shpdiarydtnext{width:50%;text-align:right;}
.cr_shpdiarydtpager a{color:#ff5297;}
.cr_shpdiarydtpager .cr_shpdiarydtprev .flex div:first-child{order:2;width:calc(100% - 2em);}
.cr_shpdiarydtpager .cr_shpdiarydtprev .flex div:last-child{order:1;width:2em;font-size:120%;}
.cr_shpdiarydtpager .cr_shpdiarydtnext .flex div:first-child{order:1;width:calc(100% - 2em);}
.cr_shpdiarydtpager .cr_shpdiarydtnext .flex div:last-child{order:2;width:2em;font-size:120%;}
.cr_shpdiarydtpager .cr_shpdiarydtprev .cr_defcntlstdate{text-align:left;}
@media screen and (max-width:767px) {
.cr_defcntlstitemdetail .cr_shpdiarydtpager .flex{flex-direction:row;}
.cr_shpdiarydtpager{margin:1.5em auto 0 auto;padding:1em .2em;}
.cr_shpdiarydtpager .cr_shpdiarydtprev .flex div:first-child{padding-right:.8em;}
.cr_shpdiarydtpager .cr_shpdiarydtprev .flex div:last-child{width:1.2em;}
.cr_shpdiarydtpager .cr_shpdiarydtnext .flex div:first-child{padding-left:.8em;}
.cr_shpdiarydtpager .cr_shpdiarydtnext .flex div:last-child{width:1.2em;}
}

/* girl detail caption with thumbnail */
.cr_girldtcaption{display:flex;align-items:center;gap:.75em;}
.cr_girldtcaption .cr_girlfavbtn{position:static;flex-shrink:0;}
.cr_girldtcaption button.crm_favg_heartbtn{position:static;width:2.4em;height:2.4em;font-size:1em;}
.cr_girldtcaption-thumb{flex:0 0 56px;width:56px;height:56px;border-radius:50%;overflow:hidden;border:2px solid rgba(255,255,255,.6);box-shadow:0 1px 4px rgba(0,0,0,.15);}
.cr_girldtcaption-thumb img{width:100%;height:100%;object-fit:cover;display:block;}
.cr_girldtcaption-info{flex:1;min-width:0;display:flex;flex-wrap:wrap;align-items:center;gap:.25em .5em;}
.cr_girldtcaption-info .cr_shpgirldtfcatch{width:100%;}
@media screen and (max-width:767px){
	.cr_girldtcaption .cr_shpgirldtfname{font-size:100%;}
}

/* SP版（店舗ページ専用）*/
@media screen and (max-width:767px) {
/* shop店舗TOP */
.shop main{padding:0 0 1em 0;}
.cr_shpbox{margin:0 0 1.5em 0;}
.cr_shpboxcnt{margin:1.5em 0;}
.shop .cr_defcntlstflex{flex-direction:row;flex-wrap:wrap;}
.cr_shoptopimg{padding:0;}
.cr_shpdtcoupon{margin:1em 0;}
.cr_shpdtinfodate_sp{font-size:120%;margin:.5em 0 1.5em 0;background: rgba(255,255,255,.5);}
.cr_shpdtinfodate_sp .cr_shpdtinfbox{position:relative;padding:.8em 3em .8em 1em;border-top:1px solid #ccc;}
.cr_shpdtinfodate_sp .cr_shpdtinfboxpn{padding:.8em 1em;}
.cr_shpdtinfodate_sp div:last-child{border-bottom:1px solid #ccc;}
.cr_shpdtinfodate_sp .cr_shpdtinfopenmemo{font-size:90%;padding-left:.5em;}
.cr_shpdtinfodate_sp div a{color:#000;}
.cr_shpdtinfodate_sp div .cr_shpdtinfotel{font-size:110%;font-weight:bold;}
.cr_shpdtinfodate_sp .cr_shpdtinfoico{position:absolute;top:.1em;right:.4em;width:2.5em;height:2.5em;line-height:2.5em;color:#fff;text-align:center;background:#0ce316;border-radius:50%;}
.cr_shpdtinfodate_sp .cr_shpdtinfoicomap{position:absolute;top:.1em;right:.4em;width:2.5em;height:2.5em;line-height:2em;color:#fff;text-align:center;background:#ff5157;border-radius:50%;}
.cr_shpdtinfodate_sp .cr_shpdtinfoicomap span{display:block;position:absolute;bottom:3px;left:0;width:100%;font-size:75%;line-height:1em;}
.cr_shpdtprice{background:rgba(0,0,0,0);box-shadow:3px 3px 6px -3px rgba(0,0,0,.2);}
.cr_shpdtpricespnonsd{margin:0;box-shadow:none;}
.cr_cstbcaption{width:96%;font-size:120%;font-weight:bold;margin:.5em auto;padding-left:.5em;border-left:3px solid #000;}
.cr_cstbtitle,
.cr_cstbprice{font-size:120%;padding:.3em 1em;background:#fff;}
.cr_cstbtitle{border-bottom:1px solid #ccc;}
.cr_cstbprice{border-bottom:1px solid #999;font-size:150%;font-weight:bold;text-align:right;line-height:1.2em;}
.cr_cstbprice:last-child{border-bottom:0px solid #999;margin-bottom:1em;box-shadow:3px 3px 6px -3px rgba(0,0,0,.2);}
.cr_cstboptionbox{padding:0;background:#fff;}
.cr_cstboptionbox .cr_cstbtitle{font-weight:bold;line-height:1.2em;padding:.5em .5em 0 .5em;border-bottom:0 solid #ccc;}
.cr_cstboptionbox .cr_cstboption{padding:.1em .5em .5em .5em;border-bottom:1px solid #ccc;}
.cr_cstboptionbox:last-child .cr_cstboption{border-bottom:0px solid #999;margin-bottom:2em;box-shadow:3px 3px 6px -3px rgba(0,0,0,.2);}
.cr_cstboptionbox .cr_cstboption span{display:inline-block;padding:0 .5em;}
.cr_cstbnotebody{padding:.8em .5em;background:#fff;}
.cr_videos .flexscroll .cr_flexscrollitem,
.cr_shopvideos .flexscroll .cr_flexscrollitem{min-width:240px;}
.cr_shpdtbtominfo .flex{flex-direction:column;flex-wrap:nowrap;padding:0 0 1.4em 0;background:#fff;}
.cr_shpdtbtominfo .cr_shpdtpcbox{width:100%;padding:0 1em;background:#fff;}
.cr_shpdtinterior{padding:1em;}
.cr_shpdtinterior .cr_shpsubcaption{margin:0 0 .4em 0;}
/* shopgirlsキャスト詳細 */
.cr_shpgirldtfbox{flex-direction:column;margin:0;}
.cr_shpgirldtphoto{width:100%;}
.cr_shpgirldtprof{width:100%;}
.cr_shpgirldtphoto .owl-carousel .items img{width:auto;max-height:70vh;height:70vh;margin:auto;}
.cr_shpgirldtphoto .owl-carousel .item img{display:block;width:100%;height:auto;max-height:70vh;object-fit:contain;margin:auto;}
.cr_shpgirldtthumb{padding-top:.3em;}
.cr_sgirldtcontent .flexscroll .cr_flexscrollitem{width:200px;min-width:200px;}
.cr_sgirldtcontent .flexscrgirldtimg img{width:auto;height:200px;margin-left:-41%;}
/* shopdiariesブログ詳細 */
.cr_defcntlstitemdetail .cr_shpdiarygttop{flex-direction:row;}
/* timetables出勤情報 */
.cr_shptimetable .cr_caption{position:relative;padding:1em;padding-left:4em;}
.cr_shptimetable .cr_caption a span{position:absolute;top:50%;left:.5em;display:block;width:3em;height:3em;margin-top:-1.6em;padding-left:0;border-radius:50%;overflow:hidden;}
.cr_shptimetable .cr_caption a img{display:block;width:100%;height:auto;}
.cr_shptimetable{margin:0;padding:1em 0;}
.cr_shptimetable th.cr_shptbgirlimg{display:none;}
.cr_shpgirldtpersonalpd{padding:0;}
/* videos店舗動画 */
.cr_defcntdtvideo .cr_defcntlstthmb{max-width:100%;margin:auto;}
/* gravures店舗グラビア */
.cr_shpgravuredetail .cr_shpdiarybdbtm{width:90%;}
/* SP女の子詳細 */
.cr_shpgirldtprof{padding:.5em 0;}
}
