@charset "UTF-8";


body {
	font-family: "Helvetica Neue", "Helvetica", "Arial", 'Noto Sans Japanese', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Osaka', Meiryo, メイリオ, sans-serif;
	font-weight: 200;
	-webkit-text-size-adjust: none;
	color: #000000;
	min-width: 768px;
}

p.ellipsis {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

h1.shop{
	width: 100%;
	color: #ffffff;
	font-size: .8rem;
	font-weight: 200;
	line-height: 1.2rem;
	background: #2e2e2e;
	padding: .2rem 1rem;
	margin: 0 auto;
}

.p-imgWrap {
	position: relative;
}

.p-imgWrap img {
	position: absolute;
  	top: 0;
  	left: 50%;
  	-webkit-transform: translate(-50%, 0);
  	-ms-transform: translate(-50%, 0);
  	transform: translate(-50%, 0);
  	max-width: 100%;
  	height: auto;
}

/*--------------------------------
出勤アイコン
--------------------------------*/
.attend-ico {
	position: absolute;
	top: 0;
	right: 0;
	width: 3.5rem;
	height: 3.5rem;
	line-height: 3.5rem;
	text-align: center;
	padding-top: .3rem;
	text-align: center;
}

.attend-ico span {
	margin: 0 auto;
	display: block;
	color: #fff;
	text-align: center;
}

.attend-ico.sokuiku {
	background: rgba(251, 0, 42, 0.7);
}

.attend-ico.taiki {
	background: rgba(255, 19, 107, 0.7);
}

.attend-ico.today {
	background: rgba(255, 149, 19, 0.7);
}

.attend-ico.sokuiku span:before {
	display: block;
	width: 2rem;
	height: 2rem;
	content: "";
	background: url("/assets/img/user/shop/common/icon/sokuiku_icon.svg") no-repeat ;
	background-size: 100%;
	margin: 0 auto;
}

.attend-ico.taiki span:before {
	display: block;
	width: 2rem;
	height: 2rem;
	content: "";
	background: url("/assets/img/user/shop/common/icon/schedule_icon.svg") no-repeat ;
	background-size: 100%;
	margin: 0 auto;
}

.attend-ico.today span:before {
	display: block;
	width: 2rem;
	height: 2rem;
	content: "";
	background: url("/assets/img/user/shop/common/icon/schedule_icon.svg") no-repeat ;
	background-size: 100%;
	margin: 0 auto;
}

/*--------------------------------
新人アイコン
--------------------------------*/
.beginner-ico {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 2.7rem;
	height: 2.7rem;
	line-height: 2.7rem;
	text-align: center;
	padding-top: .3rem;
	text-align: center;
}

.beginner-ico span {
	margin: 0 auto;
	display: block;
	color: #fff;
	text-align: center;
}

.beginner-ico.beginner {
	background: rgba(128, 208, 78, 0.8);
}

.beginner-ico.tainyu {
	background: rgba(239, 110, 131, 0.8);
}

.beginner-ico span:before {
	display: block;
	width: 1.0rem;
	height: 1.25rem;
	content: "";
	background: url("/assets/img/user/shop/common/icon/beginner_icon.svg") no-repeat ;
	background-size: 100%;
	margin: 0 auto;
}

.bust-size {
	display: block;
	font-size: 1.8rem;
	color: #FDE000;
	width: 2.2rem;
	height: 2.2rem;
	line-height: 2.2rem;
	background: #FC4967;
	text-align: center;
	font-weight: 500;
	float: left;
	margin-right: .3rem;
	font-family: "Helvetica Neue", "Helvetica", "Arial";
}

.girl-genre {
	overflow: hidden;
	margin: .2rem 0;
}

.data-size {
	font-size: .9rem;
	ine-height: 1.4rem;
}

.view-more {
	padding: .8rem 0 0;
	text-align: right;
/*	display: inline-block;
    position: absolute;*/
    right: 0;
	bottom: 0;
}

.view-more a {
	color: #555555;
	font-size: .8rem;
}

.view-more a:hover {
	color: #fd7b9e;
	text-decoration: underline;
}

.view-more a:after {
	content: " ▶︎ ";
}

h2.title {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 2.8rem;
	color: #FF002B;
	vertical-align: middle;
	border-bottom: 10px solid #2E2E2E;
	margin-bottom: 3rem;
}

h2.title span {
	font-size: 1.2rem;
	font-weight: 400;
	margin-left: .5rem;
}

.h2-icon {
	margin-right: .2rem;
}

.h2-icon .icon {
	width: 2.5rem;
	height: 2.5rem;
	padding: .1rem 0 .5rem;
	vertical-align: middle
}

.h2-icon .icon path {
	fill: #FF002B;
}

section {
	margin-bottom: 3rem;
}

section h3 {
	background: #2E2E2E;
	font-size: 1.2rem;
	line-height: 2.4rem;
	color: #fff;
	padding: .3rem .5rem;
	vertical-align: middle;
	overflow: hidden;
}

section .h3-icon img {
	width: 2.0rem;
	height: 2.0rem;
	padding-bottom: .2rem;
	padding-right: .5rem;
	vertical-align: middle;
}

section .h3-icon .icon {
	width: 2.0rem;
	height: 2.0rem;
	padding-bottom: .2rem;
	padding-right: .5rem;
	vertical-align: middle;
}

section h3 .h3-more {
	float: right;
	font-size: .8rem;
	line-height: 2.4rem;
	padding-right: 1%;
	font-weight: 200;
	color: #fff;
}

.body {
	background: #fff;
	border: 1px solid #95989A;
	border-top: none;
	padding: 1.25% 0;
}

.inner {
	width: 95%;
	margin: 0 auto;
}

.inner .date {
	text-align: right;
	font-size: .8rem;
}

/*--------------------------------
ポータルヘッダー
--------------------------------*/
header.portal {
	width: 100%;
	background: #1862BB;
	padding: .5rem .5rem;
}

#ekichika_logo {
	float: left;
	width: 75%;
}

#ekichika_logo li {
	display: inline-block;
	vertical-align: middle;
}

#ekichika_logo li.search {
    vertical-align: bottom;
}

#ekichika_logo li.search_btn {
    vertical-align: 2px;
}

#ekichika_logo .icon img {
	width: 3rem;
}

#ekichika_logo .logo img {
	width: 5.5rem;
}

#ekichika_logo .jobstyle a {
	display: block;
	background: #ffffff;
	color: #1862BB;
	font-size: 1rem;
	font-weight: bold;
	text-decoration: none;
	line-height: 1;
	padding: .3rem 1rem;
	margin-left: .2rem;
	border-radius: .5rem;
}

/*select box*/
.select-wrap {
	border: 0;
}

.search-1 {
	margin-left: .5rem;
	font-size: 1.2rem;
}

.select-1 {
    position: relative;
    display: inline-block;
    background: #ffffff;
    font-size: 1.2rem;
    overflow: hidden;
    z-index: 0;
	color: #000000;
	margin-left: -.3rem;
}

/* 下三角の表示 */
.select-1:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 50%;
    right: .3rem;
    margin-top: -.2rem;
    border-width: .4rem .3rem;
    border-style: solid;
    border-color: #5F5F5F transparent transparent;
    z-index: -1;
}

/* selectタグのスタイル */
.select-1 select {
    -moz-appearance: none;
    background: transparent none repeat scroll 0 0;
    border: 1px solid #5f5f5f;
    border-radius: 0;
    color: #000000;
    height: 2rem;
    outline: medium none;
    padding: 0 0 0 0.5rem;
}

/* selectタグ選択中のスタイル */
.select-1 select:focus {
}

/* IEの下三角非表示 */
.select-1 select::-ms-expand {
    display: none;
}

/* Firefoxの点線非表示 */
.select-1 select::-moz-focus-inner {
    border: 0;
}

/* 表示されるオプションスタイル */
.select-1 select * {
    background: #ffffff;
    color: #000000;
    text-shadow: none;
}

.select-1 select option {
	line-height: 3rem;
}

/*search btn*/
.search_btn .btn {
	border: none;
	font-size: .8rem;
	padding: .3rem 1.5rem;
	background: #FFB053;
	background-image: -webkit-linear-gradient(top, #FFB053, #FF7F3B);
	background-image: -moz-linear-gradient(top, #FFB053, #FF7F3B);
	background-image: -ms-linear-gradient(top, #FFB053, #FF7F3B);
	background-image: -o-linear-gradient(top, #FFB053, #FF7F3B);
	background-image: linear-gradient(to bottom, #FFB053, #FF7F3B);
	color: #ffffff;
	border: 1px solid #95989A;
}

.search_btn .btn:hover {
	background: #fc793c;
	background-image: -webkit-linear-gradient(top, #fc793c, #d45c00);
	background-image: -moz-linear-gradient(top, #fc793c, #d45c00);
	background-image: -ms-linear-gradient(top, #fc793c, #d45c00);
	background-image: -o-linear-gradient(top, #fc793c, #d45c00);
	background-image: linear-gradient(to bottom, #fc793c, #d45c00);
	text-decoration: none;
}

/*--------------------------------
店舗ヘッダー
--------------------------------*/
.shop-header {
	overflow: hidden;
	position: relative;
	width: 100%;
	background: #000000;
}

.shop-header .main_img.plan_s {
	position: relative;
	top: 0;
	left: 50%;
	width: 150%;
	height: auto;
	max-width: 1920px;
	-webkit-transform: translate(-50%,0%);
	-ms-transform: translate(-50%,0%);
	transform: translate(-50%, 0%);
	text-align: center;
}

.shop-header .main_img.plan_a {
	position: relative;
    top: 0;
    left: 50%;
    height: auto;
    max-width: 89%;
    -webkit-transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
    transform: translate(-50%, 0%);
    text-align: center;
}

/*--------------------------------
店舗キャッチコピー
--------------------------------*/
.shop-title {
	width: 100%;
	margin: 0 auto;
	background: #2E2E2E;
}

.shop-title .txt {
	font-size: 1.2rem;
	line-height: 2.4rem;
	text-align: center;
	letter-spacing: .2rem;
	font-weight: 300;
	color: #fd7b9e;
}

/*--------------------------------
パンくず
--------------------------------*/
#breadCrumbs {
	width: 100%;
	margin: .2rem auto;
	margin-left: 1rem;
}

#breadCrumbs li {
	display: inline-block;
}

#breadCrumbs li a{
	display: block;
	text-decoration: none;
	font-size: .8rem;
	line-height: 1.2rem;
	color: #1D1D1D;
}

#breadCrumbs li a span {
	font-size: .8rem;
}

#breadCrumbs li a:hover {
	color: #1862BB;
}

#breadCrumbs li a:after {
	content: " > ";
	color: #9D9D9D;
}

#breadCrumbs li:last-child a {
	color: #1862BB;
}

#breadCrumbs li:last-child a:after {
	content: "";
}

#breadCrumbs li:last-child a:hover {
	text-decoration: underline;
}

/*--------------------------------
店舗ナビ
--------------------------------*/
.f-shop-nav {
	width: 100%;
	margin: 2rem auto;
}

.f-shop-nav ul {
	/*overflow: hidden;*/
}

.f-shop-nav li {
	margin-right: 1.0rem;
	margin-bottom: 1.0rem;
	display: inline-block;
	vertical-align: bottom;
	text-align: center;
	color: #fff;
}

.f-shop-nav li:last-child {
	margin-right: 0;
}

.f-shop-nav li a, .f-shop-nav li span {
	display: block;
	padding-top: 2.7rem;
	width: 4.5rem;
	height: 4.5rem;
	background-repeat: no-repeat;
	color: #fff;
	font-size: .7rem;
}

.f-shop-nav li a {
	border-radius: 50%;
	background-color: #2e2e2e;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.f-shop-nav li a:hover {
	border-radius: 0;
	background-color: #fc4967;
}

.f-shop-nav.fixed li a {
	border-radius: 0;
}

.f-shop-nav.fixed li a:hover {
	background-color: #fc4967;
}

.f-shop-nav li.on {
	background-color: #fc4967;
}

.f-shop-nav li.top a, .f-shop-nav li.top span {
	background-image: url("/assets/img/user/shop/common/icon/top_icon.png");
	background-position: 1.3rem .7rem;
	background-size: 2rem auto;
}

.f-shop-nav li.top a:hover {
	background-repeat: no-repeat;
}

.f-shop-nav li.news a, .f-shop-nav li.news span {
	background-image: url("/assets/img/user/shop/common/icon/news_icon.png");
	background-position: 1rem 1rem;
	background-size: 2rem auto;
}

.f-shop-nav li.news a:hover {
	background-repeat: no-repeat;
}

.f-shop-nav li.system a, .f-shop-nav li.system span {
	background-image: url("/assets/img/user/shop/common/icon/yen_icon.png");
	background-position: 1.55rem .9rem;
	background-size: 1.4rem auto;
}

.f-shop-nav li.system a:hover {
	background-repeat: no-repeat;
}

.f-shop-nav li.schedule a, .f-shop-nav li.schedule span {
	background-image: url("/assets/img/user/shop/common/icon/schedule_icon.png");
	background-position: 1.25rem .6rem;
	background-size: 2rem auto;
}

.f-shop-nav li.schedule a:hover {
	background-repeat: no-repeat;
}

.f-shop-nav li.girls a, .f-shop-nav li.girls span {
	background-image: url("/assets/img/user/shop/common/icon/girl_icon.png");
	background-position: 1.7rem .6rem;
	background-size: 1rem auto;
}

.f-shop-nav li.girls a:hover {
	background-repeat: no-repeat;
}

.f-shop-nav li.coupon a, .f-shop-nav li.coupon span {
	background-image: url("/assets/img/user/shop/common/icon/ticket_icon.png");
	background-position: 1.0rem 1.0rem;
	background-size: 2.5rem auto;
	line-height: 0.4rem;
}

.f-shop-nav li.coupon a:hover {
	background-repeat: no-repeat;
}

.f-shop-nav li.diary a, .f-shop-nav li.diary span {
	background-image: url("/assets/img/user/shop/common/icon/photo_icon.png");
	background-position: 1.2rem 1.0rem;
	background-size: 2.2rem auto;
}

.f-shop-nav li.diary a:hover {
	background-repeat: no-repeat;
}

.f-shop-nav li.movie a, .f-shop-nav li.movie span {
	background-image: url("/assets/img/user/shop/common/icon/movie_icon.png");
	background-position: 1.2rem 1.0rem;
	background-size: 2.2rem auto;
}

.f-shop-nav li.movie a:hover {
	background-repeat: no-repeat;
}

.f-shop-nav li.information a, .f-shop-nav li.information span {
	background-image: url("/assets/img/user/shop/common/icon/info_icon.png");
	background-position: 1.3rem .8rem;
	background-size: 1.9rem auto;
}

.f-shop-nav li.information a:hover {
	background-repeat: no-repeat;
}

.f-shop-nav li.access a, .f-shop-nav li.access span {
	background-image: url("/assets/img/user/shop/common/icon/access_icon.png");
	background-position: 1.45rem .8rem;
	background-size: 1.6rem auto;
}

.f-shop-nav li.access a:hover {
	background-repeat: no-repeat;
}

.f-shop-nav li.recruit a, .f-shop-nav li.recruit span {
	background-image: url("/assets/img/user/shop/common/icon/recruit_icon.png");
	background-position: 1.3rem .8rem;
	background-size: 2.0rem auto;
}

.f-shop-nav li.recruit a:hover {
	background-repeat: no-repeat;
}

#main-l .f-NewCoupon .couponR .qr_code {
    margin-left: 2px;
}

/*--------------------------------
ヘッドライン
--------------------------------*/
#headline {
	width: 100%;
	background: #000000;
}

#headline ul.headline-box {
	width: 35rem;
	background: #000000;
	position: relative;
	padding: 0 .5rem;
	border: 1px solid #9E9E9E;
	overflow: hidden;
}

.headline-news {
	padding: .3rem 0;
	overflow: hidden;
	width: 100%;
}


.headline-girl {
	border-top: 1px solid #9E9E9E;
	padding: .3rem 0;
	overflow: hidden;
	width: 100%;
}

.headline-news li, .headline-girl li {
	vertical-align: middle;
	display: inline-block;
}

.headline-icon {
	width: 1.4rem;
}

.headline-icon img{
	max-height: 1.6rem;
}

.headline-tag {
	width: 4rem;
	text-align: center;
	color: #fff;
	font-size: 0.8rem;
	font-weight: 400;
	background: #FF0003;
	padding: 0 .3rem;
	margin-left: .3rem;
}

.headline-girl .headline-tag {
	background: #FD7B9E;
}

.headline-cont {
	overflow: hidden;
	width: 35rem;
	position: absolute;
	padding: 0 13.5rem 0 .4rem;
	vertical-align: middle;
}

.headline-cont.headline-time-none {
	padding: 0 6.75rem 0 .4rem;
}

marquee {
	overflow-x:-webkit-marquee;
	-webkit-marquee-direction: backwards;
	-webkit-marquee-style: scroll;
	-webkit-marquee-speed: fast;
	-webkit-marquee-increment: small;
	-webkit-marquee-repetition: infinite;
}

.headline-cont a {
	line-height: 1.6rem;
	font-size: 1.0rem;
	color: #FFB146;
	text-decoration: none;
}

.headline-girl .headline-cont a {
	color: #FD7B9E;
}

.headline-girl .headline-cont li:after {
	content: "|";
	font-size: 1.0rem;
	color: #fff;
	margin: 0 .5rem;
}

.headline-girl .headline-cont li:last-child::after {
	content: "";
}

.headline-time {
	float: right;
	font-size: .8rem;
	line-height: 1.6rem;
	text-align: right;
	color: #12DB27;
	margin-left: .2rem;
}

/*--------------------------------
メインコンテンツ
--------------------------------*/
#container-main {
	width:100%;
	margin: 0 auto;
}

/* 画面大きいとき用 ite */
#container-main-inner{
	overflow: hidden;
	max-width: 1920px;
	margin: 0 auto;
}

#main {
	width: 74%;
	margin: 0 auto;
	position: relative;
	float: right;
	margin-right: 2%;
}

#main-l {
	width: 70%;
	max-width: 1000px;
	float: left;
}

.f-area_link{
	width: 70%;
}

.f-recruit,
.container-recommend {
	width: 70%;
	/* max-width: 1000px; */
	float: left;
	clear: both;
	position: relative;
}

/*--------------------------------
右カラム
--------------------------------*/
#main-r {
	position: relative;
	width: 25%;
	max-width: 350px;
	min-width: 290px;
	float: right;
}

#main-r section {
	margin: 0 0 2rem;
}

#main-r section h3 {
	font-size: 1.0rem;
}

.f-group .group-link {
	position: absolute;
	top: 1rem;
	right: 0;
}


#main-r .f-group .group-link a{
	color: #ffffff;
	font-size: 13px;
	width: 7rem;
}

.f-group .group-link a:hover{
	color: #ffffff;
	text-decoration: underline;
}

.f-group .group-link a:after{
	top: 3px;
	right: 0px;
    font-size: 13px;
    right: 14px;
    border-color: transparent transparent transparent #fff;
    border-width:  7px 0 7px 10px;
}

h3.group {
	position: relative;
}


/*--------------------------------
店舗情報（左）
--------------------------------*/
#left {
	position: relative;
	width: 18%;
	min-width: 300px;
	max-width: 300px;
	top: 2rem;
	z-index: 1;
	float: left;
	margin-left: 2%;
	border: 1px solid #95989A;
	background: #ffffff;
	overflow: hidden;
}

#left.fixed_not {
	position: relative;
	top: 0;
}

#left.fixed {
	width: 18%;
	min-width: 18rem;
	max-height: 95%;
	position: fixed;
	top: 2rem;
}

#left.fixed_releace {
	position: absolute;
	bottom: 420px;
}

#leftCont {
	width: 100%;
	max-height: 100%;
	overflow: visible;
	padding: .5rem;
}

#leftCont-simple {
	width: 100%;
	overflow: auto;
	padding: .5rem;
	border: 1px solid #95989A;
	background: #ffffff;
	position: absolute;
}

.shop-eyecatch {
	text-align: center;
}

.shop-eyecatch img {
	/*width: 100%;*/
	max-width: 100%;
	height: auto;
}

.shop-name h2{
	font-size: 1.2rem;
	line-height: 1.4rem;
	color: #1862BB;
	margin: .5rem 0;
	word-break: break-all;
	font-weight: 600;
}

.shop-genre li {
	display: inline-block;
	padding: 0 .3rem;
	border-radius: .2rem;
	margin-bottom: .2rem;
}

.shop-genre a,
.shop-genre span {
	display: block;
	color: #ffffff;
	font-size: .9rem;
	line-height: 1.6rem;
	text-decoration: none;
}

.shop-info {
	margin: .5rem 0;
}

.shop-info li p {
	font-weight: 600;
	padding: .2rem 0;
}

.shop-info .icon path{
	fill: #000000;
}

.shop-info .icon {
	width: 2.0rem;
	margin-right: .3rem;
	vertical-align: text-top;
	max-height: 2rem;
}

.shop-info li.info-tel p {
	font-size: 1.6rem;
	line-height: 1.0rem;
	/* letter-spacing: .1rem; */
	color: #FC4967;
}

.shop-info li.info-time p {
	font-size: 1.4rem;
}

.shop-category li {
	display: inline-block;
	margin-right: 1%;
}

.shop-category li p {
	color: #fff;
	background: #8FC31F;
	border-radius: 3px;
	padding: .15rem .5rem;
	font-size: .8rem;
	margin: .25rem 0;
	text-align: center;
}

@keyframes animScale {
	0% { transform: scale(0.8, 0.8); }
	5% { transform: scale(1.2, 1.2); }
	10% { transform: scale(1, 1); }
	15% { transform: scale(1.1, 1.1); }
	20% { transform: scale(1, 1); }
	100% { transform: scale(1, 1); }
}

.shop-data {
	display: inline-block;
}

.shop-data h3 {
	width: 100%;
	color: #fff;
	font-weight: 200;
	font-size: 1.0rem;
	line-height: 2.0rem;
	padding: .1rem 0 0 .5rem;
	margin: .4rem 0;
	background-color: #FD7B9E;
}

.shop-data h3 img {
	width: 1.2rem;
	margin-right: .3rem;
	vertical-align: text-top;
}

.shop-data h3 .icon {
	width: 1.2rem;
	margin-right: .3rem;
	vertical-align: text-top;
	max-height: 1rem;
}

.shop-data h3 .icon path {
	fill: #fff;
}

.shop-data dl {
	width: 100%;
	font-size: .8rem;
	line-height: 1.0rem;
	padding: .2rem 0;
	float: left;
	border-bottom: 1px solid #e4e4e4;
}

.shop-data dl a {
	font-size: .8rem;
	color: #212121;
}

.shop-data dl a:hover {
	text-decoration: underline;
}

.shop-data dt {
	line-height: 1.3rem;
	font-weight: 400;
	float: left;
}

.shop-data dt:after {
	content:"：";
}

.shop-data dd {
	margin-left: 6rem;
	line-height: 1.1rem;
	padding: 0 0;
}

.shop-data dd li {
	display: inline-block;
}

.shop-data dd li:after {
	content: " | ";
}

.shop-data iframe {
	width: 100%;
	height: 14rem;
	margin-top: .2rem;
}

.shop-data dl:last-child {
	border: none;
}

#leftCont .map-button, #access .map-button {
	margin: 10px 0 auto;
	width: 100%;
	border: 1px solid #de7388;
	border-radius: 10px;
	background: linear-gradient(to bottom, #fda0b3 1%, #fc4c82 100%);
}

#leftCont .map-button a, #access .map-button a {
	display: block;
	line-height: 2.4rem;
	text-align: center;
	font-size: 1.0rem;
	color: #fff;
	text-decoration: none;
}

#leftCont .map-button a:hover, #access .map-button a:hover {
	text-decoration: underline;
}

/*--------------------------------
出勤人数表示
--------------------------------*/
.attend-head .state li {
	display: table;
	table-layout: fixed;
	margin-right: 5px;
	padding: 4px;
	width: 49.3%;
	height: 3.7rem;
	overflow: hidden;
	float: left;
}

.attend-head .state li > * {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}

.attend-head .state li:last-child {
	margin-right: 0;
	background: #f19149;
	float: right;
}

.attend-head .state li:first-child {
	background: #fc4967;
}

.attend-head .state li p {
	min-width: 5rem;
	line-height: 3rem;
	text-align: center;
	font-size: .9rem;
	color: #fff;
	font-weight: 300;
	vertical-align: middle;
}

.attend-head .state li .counter {
	width: 100px;
	background: #fff;
	text-align: right;
	font-size: 2.5rem;
	line-height: 3rem;
	color: #fc4967;
	font-weight: 600;
	padding-right: .2rem
}

.attend-head .state li .counter span {
	font-size: 1.0rem;
	color: #555;
}

#main-r .attend-head .state {
	width: 100%;
}

#main-r .attend-head .state li {
	width: 49%;
}

#main-r attend-head .state li:last-child {
	float: right;
}

#main-r .attend-head .state li p {
	text-align: center;
	font-size: .8rem;
	color: #fff;
	font-weight: 200;
}

#main-r .attend-head .state li .counter {
	width: 5rem;
	background: #fff;
	font-size: 2.3rem;
	line-height: 2.5rem;
}
/*----	クーポン右カラム用 ----*/
#main-r .shop-ticket-new {
	position:	relative;
	top: 		0;
	left: 		1rem;
	width: 		282px;
}
/*--------------------------------
時間表示
--------------------------------*/
.waiting {
	height: 2.45rem;
	background: #000;
	border: 1px solid #9E9E9E;
	padding: .4rem;
}

.waiting li {
	vertical-align: middle;
	float: left;
}

.waiting-icon {
	width: 1.4rem;
}

.waiting-tag {
	width: 6rem;
	text-align: center;
	color: #fff;
	font-size: 1.0rem;
	font-weight: 400;
	margin-left: .5rem;
}

.waiting-tag.sokuiku {
	background: #fb002a;
}

.waiting-tag.taiki {
	background: #ff136b;
}

.waiting-tag.today {
	background: #ff9513;
}

.waiting-cont {
	color: #F19149;
	font-size: 1.6rem;
	line-height: 1.5rem;
	font-weight: 600;
	margin-left: .5rem;
	vertical-align: middle;
	position: absolute;
	padding-left: 7.8rem;
	overflow: hidden;
}

.waiting-cont span {
	font-size: .7rem;
	line-height: 1.5rem;
	vertical-align: middle;
}

/*--------------------------------
ニュースタグ
--------------------------------*/
.post-tag.orange,
.headline-tag.orange {
	background: #f19149;
}

.post-tag.red,
.headline-tag.red {
	background: #FF0D0D;
}

.post-tag.green,
.headline-tag.green {
	background: #8FC31F;
}

.post-tag.blue,
.headline-tag.blue {
	background: #1fa5c3;
}

.post-tag.yellow,
.headline-tag.yellow {
	color: #000;
	background: #FFEB3B;
}


/*--------------------------------
タブリスト
--------------------------------*/
.tab-list {
	border-bottom: 1px solid #f5b7d2;
}

.tab-list li {
	margin: 0 .2rem 0 0;
	float: left;
	font-size: 1.0rem;
	position: relative;
}

.tab-list li.on,
.tab-list li:hover {
	color: #fc4967;
	font-size: 1.0rem;
}

.tab-list li.on:before,
.tab-list li:hover:before {
	box-sizing: content-box;
	content: "";
	display: block;
	width: 100%;
	height: 6px;
	background: #fc4967;
	position: absolute;
	top: -5px;
}

.tab-list li.on a,
.tab-list li:hover a {
	color: #fc4967;
	border-bottom: 1px solid #fff;
}

.tab-list li a,
.tab-list li span {
	display: block;
	width: 9rem;
	border: 1px solid #f5b7d2;
	border-bottom: 1px solid transparent;
	text-align: center;
	font-size: 1.0rem;
	line-height: 2.4rem;
	position: relative;
	bottom: -1px;
}

.tab-list li span {
	border-bottom: 1px solid #fff;
}

.tab-list li em {
	position: absolute;
	top: -1rem;
	right: .3rem;
	background: #FC4967;
	width: 1.8rem;
	height: 1.8rem;
	color: #fff;
	font-size: 1.0rem;
	text-align: center;
	line-height: 1.8rem;
	border-radius: 50%;
}

/*--------------------------------
ランキング
--------------------------------*/
.ranking .rank {
	width: 2rem;
	float: left;
	font-size: 1.4rem;
	line-height: 5rem;
	text-align: center;
	font-weight: 600;
	color: #fff;
	background: url("/assets/img/user/shop/common/icon/crown_icon.svg") no-repeat;
	background-position: .5rem .8rem;
	background-size: 1rem auto;
	background-color: #d0cece;
}

.rank.no1 {
	background-color: #d3b139;
}

.rank.no2 {
	background-color: #95989a;
}

.rank.no3 {
	background-color: #955721;
}

.ranking .rank.no4,
.ranking .rank.no5 {
	background: none;
	background-color: #d0cece;
}

.ranking .p-imgWrap {
	width: 5rem;
	height: 5rem;
	line-height: 0;
	float: left;
}

.ranking .p-imgWrap img {
	max-width: 100%;
	height: auto;
	line-height: 0;
}

/*--------------------------------
女性求人
--------------------------------*/
.f-recruit h3 {
	background: #FC4979;
}

.recruit-body {
	padding: 1rem;
	overflow: hidden;
	background: #fff;
	border: 10px solid #f19ec2;
}

.recruit-l {
	width: 50%;
	float: left;
}

.recruit-l .comment {
	overflow: hidden;
	margin-bottom: .5rem;
	padding: 1rem;
	border-radius: 10px;
	background: #ff9eae;
}

.recruit-l .comment p {
	max-height: 4rem;
	line-height: 1.6em;
	font-size: 1.0rem;
	color: #fff;
	font-weight: 400;
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.recruit-l .p-imgWrap {
	width: 100%;
}

.recruit-l .p-imgWrap img {
	max-width: 100%;
	height: auto;
}

.recruit-r {
	width: 49%;
	float: right;
}

.recruit-r table {
	margin-bottom: .5rem;
	width: 100%;
	table-layout: fixed;
}

.recruit-r table tr {
	border-top: 1px solid #e53967;
}

.recruit-r table tr:last-child {
	border-bottom: 1px solid #e53967;
}

.recruit-r table th {
	padding: 1rem 0;
	width: 24.3%;
	background: #fd7b9e;
	box-shadow: inset 0 2px 0 #f3bad3;
	vertical-align: middle;
	text-align: center;
	font-size: 1.0rem;
	color: #fff;
	font-weight: 400;
}

.recruit-r table td {
	padding: .5rem .5rem;
	vertical-align: middle;
	font-size: 1.0rem;
	line-height: 1.3em;
	overflow: hidden;
	max-height: 2.0rem;
}

.recruit-r table td p {
	height: 2.4rem;
	font-size: 1.0rem;
	line-height: 1.2rem;
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.recruit-r .detail-bt {
	margin: 0 auto;
	width: 60%;
	border: 1px solid #de7388;
	border-radius: 10px;
	background: -webkit-linear-gradient(top, #fda0b3 1%, #fc4c82 100%);
	background: linear-gradient(to bottom, #fda0b3 1%, #fc4c82 100%);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.recruit-r .detail-bt a {
	display: block;
	line-height: 2.4rem;
	text-align: center;
	font-size: 1.0rem;
	color: #fff;
	text-decoration: none;
}

.recruit-r .detail-bt a:hover {
	text-decoration: underline;
}


/*--------------------------------
オススメ女の子
--------------------------------*/

.container-recommend .swiper-wrapper{
	margin-bottom: 10px;
}

.rcmGirls-ttl{
	background: #f19049;
	color: #fff;
	padding-left: 30px;
}

.rcmGirls-body {
	width: 95%;
	padding: 1rem 0;
}

.rcmGirls-list.list .rcmGirls-item{
	background: #ffecde;
}

.rcmGirls-list.list .rcmGirls-item .txt-area {
	padding: .5rem;
}

.rcmGirls-item a{
	display: block;
}

.slider-thumb{
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
    padding-top: 100%;
    background: #ffffff;
}

.slider-thumb img.trans_item{
	position: absolute;
  	top: 0;
  	left: 50%;
  	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
  	-webkit-transform: translate(-50%, 0) scale(1);
  	-ms-transform: translate(-50%, 0) scale(1);
  	transform: translate(-50%, 0) scale(1);
  	width: 100%;
  	line-height: 0;
  	margin: 0;
  	padding: 0;
}

.rcmGirls-list.list .rcmGirls-item:hover img.trans_item {
	top: 0;
  	left: 50%;
	-webkit-transform: translate(-50%, 0) scale(1.2);
	-moz-transform: translate(-50%, 0) scale(1.2);
	transform: translate(-50%, 0) scale(1.2);
}

.rcmGirls-item .girls-name{
	font-size: 1rem;
	font-weight: bold;
	color: #ff4770;
}

.rcmGirls-item .p-ellipsis{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.rcmGirls-item .girls-data{
	margin-top: .2rem;
	font-size: .8rem;
	overflow: hidden;
}

.rcmGirls-item .girls-data .profile{
	overflow: hidden;
}

.rcmGirls-item .girl-genre {
	height: 1.3rem;
}

.more-bt{
	font-size: .8rem;
	text-align: right;
}

.more-bt:after{
	content: ">";
}

.rcmGirls-list.diary .rcmGirls-item{
	background: #fff;
	min-height: 282px;
	border: 1px solid #f19049;
}

.rcmGirls-list.diary .diary_top{
	overflow: hidden;
	min-height: 34px;
	box-sizing: border-box;
	padding: .3rem;
}

.rcmGirls-list.diary .diary_top .girl_thumb{
	float: left;
	width: 3rem;
	height: 3rem;
	margin-right: 2px;
}

.rcmGirls-list.diary .diary_top .girl_thumb img{
	border-radius: 50%;
	white-space: nowrap;
}

.rcmGirls-list.diary .slider-thumb{
	height: 0;
	padding-top: 100%;
	background-size: cover;
	background-color: #000;
}

.rcmGirls-list.diary .txt-area{
	padding: .3rem;
	box-sizing: border-box;
}

.rcmGirls-list.diary .mdmv_title{
	font-size: 0.9rem;
	color: #f19049;
	font-weight: bold;
	overflow: hidden;
}

.bnr-slide{
	margin-bottom: 30px;
}

.bnr-slide .bnr-prev, .bnr-slide .bnr-next {
	width: 2rem;
}

.bnr-slide .bnr-prev {
	background: url("/assets/img/user/shop/common/ico-arw_l.png") no-repeat;
}

.bnr-slide .bnr-next {
	background: url("/assets/img/user/shop/common/ico-arw_r.png") no-repeat;
}

/*--------------------------------
フッター駅一覧
--------------------------------*/
.f-station h3{
	font-weight: bold;
	font-size: 1.0rem;
	padding: 0.1rem 0.5rem;
	color: #494949;
	background: transparent;
	border-left: solid 0.8rem #000000;
}

.f-station .station-list ul{
	overflow: hidden;
}

.f-station .station-list ul li{
	position: relative;
    margin-top: 0.5rem;
    margin-right: 1.2rem;
    display:inline-block;
	font-size: .8rem;
}

.f-station .station-list ul li a {
	font-size: .8rem;
}

.f-station .station-list ul li a:hover {
	text-decoration: underline;
}

.f-station .station-list ul li:after {
    content: "|";
	display: block;
	width: 1px;
	height: 16px;
    position: absolute;
    top: 0.1rem;
    right: -0.6rem;
}

.f-station .station-list ul li:last-child:after {
	content: "";
}

/*--------------------------------
モーダル
--------------------------------*/
.modal-back {
	display:none;
	position: fixed;
	z-index: 10000;top: 0;
	left: 0;
	background-color: #383838;
	opacity: 0.9;
	width: 100%;
	height: 100%;
}

#popup {
	display: none;
	position: fixed;
	z-index: 10001;
	top: 2%;
    left: 15%;
    margin: 8% 10%;
	background: #fff;
	width: 50%;
	height: 60%;
	border-radius: 15px;
}

.posi-relative {
	position: relative;
}

.p-imgWrap-modal {
	float: left;
	width: calc(100% / 3);
	padding: 2% 0 2% 2%;
}

.p-imgWrap-modal img,
.p-imgWrap-modal video  {
	max-width: 100%;
	max-height: 100%;
}

.modal-detail{
	float: right;
	width: calc(100% * 2 / 3 - 2%);
	padding: 2% 2% 2% 0;

}

.swiper-container {
	height: 100%;
}

.swiper-slide {
	height: 100%;
}

.head .name {
	color:#fc4967;
	font-size: 1.2rem;
	font-weight: bold;
}

.head .catch {
	font-size: 1.0rem;
	padding: .5rem 0;
}

.head {
	clear: both;
	padding: .5rem 0;
	border-bottom: 3px solid #fc4967;
}

.ttlBody {
	margin: 1rem 0;
}

.ttlBody .ttl {
	padding: .5rem 0;
	font-size: 1.2rem;
	color: #fc4967;
	line-height: 1.4rem;
}

.modal-data {
	border-top: 1px solid #b7b7b7;
	font-size: .8rem;
	text-align: right;
}

.modal-inner {
	max-height: 18rem;
	font-size: .9rem;
	overflow: auto;
	pointer-events: auto;
	overflow: auto;
	line-height: 1.6rem;
}

.modal-inner img,
.modal-inner video {
	max-width: 100%;
}

.delete-up {
	position: absolute;
	top: -10%;
    right: 0;
	font-size:20px;
}

.delete-up img {
	width: 40px;
}

.delete-down {
	position: absolute;
	bottom: -2.5rem;
	right: 0px;
	color:white;
	font-size: 1rem;
	line-height: 1.8rem;

}

.delete-down span {
	font-size: 2.2rem;
	margin-left: .3rem;
	vertical-align: top;
}

.modal-button-left img,
.modal-button-right img{
	width: 50px;
	height: 50px;
}

.modal-button-left{
	position: absolute;
	z-index:2;
	top:40%;
	left: -7%;
}

.modal-button-right{
	position: absolute;
	z-index: 2;
	top: 40%;
	right: -7%;
}

/*//////////////////////*/
.pointer{
	cursor: pointer;
}
.diary-box .p-imgWrap .movie-start img{
	width: 4rem;
	height: 4rem;
}


/*店舗ランキング用*/
.shop_rank_area{
	margin: .5rem 0;
}
.shop_ranking span {
	color: #fff600;
	font-size: 20px;
}

.ranking_detail {
	background: #fff;
	border: 1px solid #fc4967;
	border-radius: 3px;
}
.ranking_detail dt{
	background-color: #fc4967;
	color: #fff;
}

/*店舗詳細ランキング*/
.ranking_inner {
}

.ranking_inner dl {
	/*padding: 5px 10px;*/
}

.ranking_inner dt {
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	width: 140px;
	height: 50px;
	padding: 5px;
}
.ranking_inner dt a {
	color: #fff;
}
.ranking_inner dd {
	float: right;
	font-size: 12px;
	width: 48%;
	text-align: center;
}
.ranking_inner dd .rank_num {
	font-size: 43px;
	color: #fc4967;
	font-weight: bold;
	line-height: 50px;
}
.ranking_inner dd .rank_outer {
	display: inline-block;
	vertical-align: sub;
	margin-left: 7px;
	font-size: 14px;
	letter-spacing: 1px;
}
.total_count {
	position: relative;
	display: inline-block;
	/*margin: 1.5em 15px 1.5em 0;*/
	padding: 0px 2px;
	max-width: 100%;
	color: #555;
	background: #fff;
 	border: solid 1px #555;
 	box-sizing: border-box;
	border-radius: 5px;
}
.total_count:before {
	content: "";
	position: absolute;
	top: 50%;
	right: -13px;
 	margin-top: -7px;
	border: 7px solid transparent;
	border-left: 7px solid #fff;
 	z-index: 2;
}
.total_count:after{
	content: "";
	position: absolute;
	top: 50%;
	right: -14px;
 	margin-top: -7px;
	border: 7px solid transparent;
	border-left: 7px solid #555;
 	z-index: 1;
}
.total_count p {
	margin: 0;
	padding: 0;
}

.count_box {
	display: inline-block;
	text-align: center;
}
.count_box i {
	display: block;
}
.count_box .icon {
	width: 2.0rem;
	height: 1.0rem;
}
.count_box .icon path {
	fill: #fc4967;

}

.rank_box {
	display: inline;
	font-size: 18px;
	color: #fc4967;
	font-weight: bold;
}


@media screen and ( max-width:1599px) {
	#main {
		width: 74%;
	}

}
/*--------------------------------
タブレット 1440px
--------------------------------*/
@media screen and ( max-width:1439px) {

	#main {
		width: 70%;
		max-width: 1000px;
		padding: 0;
		margin-right: 2%;
		float: right;
	}

	#main-l {
		clear: both;
		width: 100%;
		margin: 0 auto;
		max-width: 100%;
		overflow: hidden;
	}

	.f-area_link{
		width: 100%;
		max-width: 100%;
	}

	#main-r {
		clear: both;
		width: 100%;
		max-width: 100%;
		min-width: 100%;
	}

	#left {
		overflow: hidden;
		min-width: 300px;
    }

/*--------------------------------
店舗ナビ
--------------------------------*/

	.f-shop-nav li {
		float: none;
		display: inline-block;
	}

/*--------------------------------
メインコンテンツ
--------------------------------*/

	.f-recruit,
	.container-recommend {
		width: 100%;
		clear: left;
		margin-right: 0;
		margin-left: 0;
	}

/*--------------------------------
タブリスト
--------------------------------*/
	.tab-list li a,
	.tab-list li span {
		font-size: .9rem;
		width: auto;
		padding: 0 1.0em;
	}
/*--------------------------------
モーダル
--------------------------------*/
	#popup {
		top: 2%;
		left: 15%;
		margin: 10% 5%;
		background: #fff;
		width: 60%;
		height: 60%;
	}

}


/*--------------------------------
タブレット 1280px
--------------------------------*/
@media screen and ( max-width:1279px) {

	#main {
		width: 64.5%;
	}
/*--------------------------------
モーダル
--------------------------------*/
	#popup {
		top: 6%;
		left: 15%;
		margin: 10% 0;
		background: #fff;
		width: 70%;
		height: 50%;
	}
}


@media screen and ( max-width:1023px) {
/*--------------------------------
店舗ナビ
--------------------------------*/
	#container-main {
		width: 96%;
	}

	.f-shop-nav ul {
		text-align: center;
	}

	.f-shop-nav li {
		margin-right: .8rem;
	}


/*--------------------------------
店舗情報（左カラム）
--------------------------------*/
	#main {
		width: 100%;
		margin: 0 auto;
	}

	#left {
		position: relative;
		width: 100%;
		min-width: 300px;
		max-width: 1280px;
		top: 1rem;
		z-index: 1;
		clear: left;
		margin: 0 auto;
		border: none;
		background: #ffffff;
		border-top: 4px solid #2e2e2e;
		border-bottom: 4px solid #2e2e2e;
    }

    #leftCont {
		width: 98%;
		overflow: auto;
		padding: .5rem 0;
		margin: 0 auto;
		min-height: 260px;
	}

	.shop-eyecatch {
		width: 350px;
		top: 0.8rem;
		right: 1rem;
		position: absolute;
		text-align: right;
	}

	.shop-eyecatch img {
		/*width: 100%;*/
		max-width: 100%;
		height: auto;
	}

	.shop-name h2{
		width: 52%;
	}

	/*----	クーポン用 ----*/
	.shop-ticket {
		bottom:		6rem;
		position:	relative;
		float:		right;
	}
	#main-r .shop-ticket {
		bottom:		0;
		width:		100%;
	}
	#main-r .shop-ticket-new {
		width:		350px;
		position:	relative;
		top: 		0;
		float:		left;
/*		left: 		1rem;*/
	}

	.shop-data h3 {
		color: #fd7b9e;
		background: none;
		border-bottom: 2px solid #fd7b9e;
		margin: 1rem 0;
		font-weight: bold;
	}

	.shop-data h3 .icon path {
		fill: #fd7b9e;
	}

	.shop-data dl {
		width: auto;
		display: inline-block;
		margin-right: 1rem;
		border: none;
	}

	.shop-data dt {
		font-weight: 600;
	}

	.shop-data dt:after {
		content:"：";
	}

	.shop-data dd {
		display: inline-block;
		line-height: 1.1rem;
		padding: 0 0;
		margin-left: 0rem;
	}

	.shop-data iframe {


		display: none;
	}

	.shop-header.plan-s {
		max-width: 100%;
	}

	#headline {
		width: 100%;
		position: relative;
		top: 0;
		left: 0;
		padding: 0 .5rem;
		border: none;
		border-top: 1px solid #9E9E9E;
		border-bottom: 1px solid #9E9E9E;
	}

	.headline-time {
		float: right;
	}

/*--------------------------------
モーダル
--------------------------------*/
	#popup {
		top: 8%;
		left: 10%;
		margin: 10% 0;
		background: #fff;
		width: 80%;
		height: 50%;
	}

	/*店舗ランキング用*/
	#left .shop_rank_area{
		top: 5.3rem;
		right: 1rem;
		width: 350px;
		position: absolute;
	}
}


@media (max-width: 1920px){
}


@media screen and ( max-width:1280px) {
	#ekichika_logo{
		width: 59%;
	}
	#ekichika_logo .link-list{
		width: 160%;
	}
	.header_right{
		top: 40px;
	}
}