@charset "utf-8";
/* CSS Document */

/* 女の子リスト
----------------------------------------------------------*/
#shopLadylist .gal_info {
  padding: 0;
}
#shopLadylist .jotai {
  position: static;
}
#shopLadylist .tabTarget {
  display: none;
}
#shopLadylist .tabTarget.active {
  display: block;
}

/* recruit_info
----------------------------------------------------------*/

#recruit_info .secttl {
  margin: 0;
  padding: 5px 0 5px 10px;
  border: none;
  background: #db2593;
  color: #fff;
  font-weight: bold;
}
#recruit_info .secttl.secttl02 {
	margin-bottom: 10px;
}
#recruit_info .secttl span {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  text-align: center;
  vertical-align: middle;
}
#recruit_info .secttl img {
  max-width: 100%;
  max-height: 100%;
}

#recruit_info .in_box {
  margin: 0;
  border-top: none;
}
#recruit_info p img {
  width: 100%;
  /*max-width: 300px;*/
  margin: 0 auto 10px;
}
#recruit_info ul {
  overflow: hidden;
  margin-bottom: 10px;
}
#recruit_info li {
  float: left;
  width: 48.2014388489%;
  height: 45px;
  border: solid 1px #b21a7b;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(1, 1, 1, 0.35);
  box-shadow: 0px 1px 1px 0px rgba(1, 1, 1, 0.35);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#c12174), color-stop(43%, #c31881), color-stop(47%, #e740ae), to(#f174cf));
  background-image: linear-gradient(0deg, #c12174 0%, #c31881 43%, #e740ae 47%, #f174cf 100%);
  text-align: center;
}
#recruit_info li:first-child {
  margin-right: 3.59712230216%;
}
#recruit_info .tel a,
#recruit_info .mail a {
  display: block;
  height: 45px;
  color: #ffffff;
  font-size: 100%;
  font-weight: bold;
  text-decoration: none;
  text-shadow : 0px 1px 0px rgba(1, 1, 1, 0.11);
}
#recruit_info .tel a span {
  display: inline-block;
  margin-top: 2px;
  padding-left: 30px;
  line-height: 1.1;
  background: url("//img.undernavi.com/portal/sp/chugoku/shop/dir/common/icon_recruit_tel.png") left center no-repeat;
  background-size: 25px auto;
}
#recruit_info .tel a em {
  color: #d496b5;
  font-size: 93%;
  font-weight: bold;
  text-shadow: 0px 1px 0px rgba(1, 1, 1, 0.11);
}
#recruit_info .mail a span {
  display: inline-block;
  margin-top: 7px;
  padding-left: 35px;
  line-height: 1.2;
  background: url("//img.undernavi.com/portal/sp/chugoku/shop/dir/common/icon_recruit_mail.png") left center no-repeat;
  background-size: 30px auto;
}
#recruit_info #recruit_detail {
  height: 30px;
  line-height: 30px;
  border: solid 1px #d1d1d1;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(1, 1, 1, 0.26);
  box-shadow: 0px 1px 0px 0px rgba(1, 1, 1, 0.26);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#dfdfdf), to(#ffffff));
  background-image: linear-gradient(0deg, #dfdfdf 0%, #ffffff 100%);
  text-align: center;
}
#recruit_info #recruit_detail a {
  display: block;
  color: #7e7e7e;
  font-size: 124%;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0px 1px 0px #fdfdfd;
}
#recruit_info #recruit_detail a span {
  display: inline-block;
  padding-left: 24px;
  background: url("//img.undernavi.com/portal/sp/icon/shop/icon_recruit_detail.png") left center no-repeat;
  background-size: 19px 19px;
}

#recruit_info .movie_box {
  display: block;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
}
#recruit_info .movie_box img {
  max-width: 100%;
  vertical-align: top;
}
#recruit_info .movie_box .play_icon {
  width: 79px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -34px;
  margin-left: -34px;
}
#recruit_info .btn_box {
  display: block;
  margin-bottom: 8px;
  font-size: 0rem;
  text-align: center;
}
#recruit_info .btn_box a {
  display: inline-block;
  margin-right: 6px;
  font-size: 1rem;
}
#recruit_info .btn_box a:last-child {
  margin-right: 0;
}
#recruit_info .btn_box a img {
  height: 46px;
}

/* realtime
----------------------------------------------------------*/
#sch_realtime .time{
	text-align:center;
}
#sch_realtime .icon_flex{
	top:20px;
}

/* campaign
----------------------------------------------------------*/
#campaign::after {
  display: block;
  clear: both;
  content: "";
}
.campaignContent {
  margin: auto;
  margin-bottom: .5em;
}
.campaignContent.fll {
  margin-right: .5em;
  float: left;
  width: 50%;
}
.campaignContent.flr {
  margin-left: .5em;
  float: right;
  width: 50%;
}
.discountBody{
  border:2px solid #c80037;
  border-top-width:5px;
}
.discountBody h3{
  background:#c80037;
  border-top:2px dashed #fff;
  padding:1vw;
  color:#fff;
  font-size:4vw;
	font-weight:bold;
}
.discountBody p[class^='fee']{
  padding:1vw;
  color:#555;
  font-size:4.5vw;
  font-weight:bold;
  text-align:center;
}
.discountBody .fee10000{
  background:#b2e8ff;
}
.discountBody .fee15000{
  background:#c1ffb2;
}
.discountBody .fee20000{
  background:#ffd5b2;
}
.discountBody .fee30000{
  background:#ffb2c8;
}
.discountBody .discountMain{
  padding:3vw;
  background:#eee;
}
.discountBody .discountFee {
	display: flex;
	align-items: center;
}
.discountBody .discountAfter{
  font-size:4vw;
  font-weight:bold;
}
.discountBody .discountAfter span{
  color:#c80037;
  font-size:8vw;
}
.discountBody .difference{
  padding:1vw;
  margin-bottom:10px;
  background:#fff;
  border:1px solid #999;
  border-radius:100px;
  color:#999;
  font-size:5vw;
  font-weight:bold;
  text-align:center;
}

.discountBody .difference span{
  font-size:1rem;
  font-weight:normal;
}

.discountBody .discountComment{
  background:#fff;
  border-radius:10px;
  padding:3vw;
  margin-top:3vw;
  box-shadow:0 0 3px #aaa;
}
.discountBody .discountComment h4{
  font-weight:bold;
  margin-bottom:4vw;
}
.discountBody .discountComment h4 img{
  vertical-align:middle;
}

/* グループ店
------------------------------------------------------------*/
.flex_group {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 10px auto 0 auto;
}
.flex_group li {
	width: 32%;
	margin: 0 2% 2% 0;
	position: relative;
}
.flex_group li:nth-child(3n) {
	margin-right: 0;
}

.flex_group li figure a img {
	width: 100%;
	height: 6.5rem;
	object-fit: cover;
}
.flex_group .category_name {
	font-size: 0.75rem;
}
.flex_group .shop_name {
	color: #c80e36;
	font-size: 0.8rem;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
.cElps {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webit-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

/* 「アンダー見た！」モーダル
----------------------------------------------------*/
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.modal__bg{
    background: rgba(0,0,0,0.7);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 10px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 94%;
}
.btn_box {
    display: block;
    position: relative;
}
.modal .modal__content .btn_tel_green {    
    background: #4cba1a;
    color: #fff;
    text-align: center;
    font-size: 5.5vw;
    font-weight: bold;
    padding: 15px 0;
    border-radius: 6px;
    border-bottom: 7px solid #309901;
    letter-spacing: 1px;
    margin-bottom: 35px;
}
.btn_box p {
    position: absolute;
    bottom: -2rem;
    left: -1.3rem;
}

.js-modal-close img {
    display: block;
    position: absolute;
    top: -20px;
    right: -7px;
    width: 12%;
}

/* トグル関連 */

.discountComment{
	position:relative;
}

.discountComment.hide{
	height:130px;
	overflow:hidden;
}

.discountComment .discountBtn{
	display:none;
	position:absolute;
	bottom:0;
	width:100%;
	padding:20px 0;
	background:linear-gradient(to bottom,rgba(255,255,255,00) 0,rgba(255,255,255,1) 80%);
}

.discountComment.hide .discountBtn{
	display:block;
}

.discountComment button{
	display:block;
	width:70%;
	padding:8px 0;
	margin:0 auto;
	border:none;
	border-radius:5px;
	box-shadow:0 0 3px #aaa;
	color:#777;
}

.discountComment .open{
	background:#fff url('https://img.undernavi.com/front/pc/area/watched/arrow_d.png') no-repeat 90% center / auto 40%;
}

.discountComment.hide .close{
  display:none;
}

.discountComment .close{
	background:#fff url('https://img.undernavi.com/front/pc/area/watched/arrow_u.png') no-repeat 90% center / auto 40%;
}

.other_discount {
    background: #eeeeee;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 6px 2%;
    border-bottom: 1px solid #ccc;
}
.other_discount:last-of-type {
    border-bottom: none;
}
.other_discount .fee10000,
.other_discount .fee15000,
.other_discount .fee20000,
.other_discount .fee30000 {
    width: 29%;
    font-size: 0.78rem !important;
    padding: 1vw 0 !important;
}
.other_discount .discountOrigin span {
    text-decoration: line-through;
}
.discountListItem1 {
    margin-bottom: 3vw !important;
}
.other_discount .discountArrow {
    width: 5.5%;
    text-align: center;
}
.other_discount .discountAfter {
    width: 33%;
    font-size: 3.5vw !important;
}
.other_discount .discountAfter span {
    font-size: 6.2vw !important;
}
.time02 {
	padding-left: 2em;
	text-indent: -2em;
}
.realtime_thumb img {
	height: auto;
	width: 100%;
}

.recruit_catch {
	margin: 0px 0 10px 0;
}
.recruit_img {
	text-align: center;
	margin-bottom: 10px;
}
.recruit_img img {
	max-width: 100%;
}
.recruit_detail {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #ccc;
	border-top: none;
	margin-bottom: 10px;
}
.recruit_detail dt {
	width: 30%;
	padding: 10px;
	box-sizing: border-box;
	border-top: 1px solid #ccc;
	display: flex;
	align-items: center;
	background: #ffe8e2;
}
.recruit_detail dd {
	padding: 10px;
	margin: 0;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc; 
	width: 70%;
	box-sizing: border-box;
}

.recruit_txt {
	margin: 10px 0;
}
.click_job.recruit_btn {
	background: #00b7bf;
	color: #fff;
	text-align: center;
	padding: 10px;
	border-radius: 5px;
	margin: 0 auto;
	width: 100%;
	display: block;
	font-size: 15px;
}
.thumb.premium_girl_thumb img {
	height: auto;
}
.recruit_img img {
	width: 100%;
	height: auto;
}
.single-item_sec .mainImage_item_later img {
	display: none;
}
.single-item_sec .slick-slide .mainImage_item_later img {
	display:block;
}

#shopLadylist .tabTarget-top.tabTarget.jsTabTarget.active {
	visibility: visible;
	height: auto;
	overflow: hidden;
	opacity: 1;
}
#shopLadylist .tabTarget-top.tabTarget.jsTabTarget {
	visibility: hidden;
	height: 0;
	display: inherit;
	opacity: 0;
}

/* スタンプポップアップ
----------------------------------------------------------*/
.stampPopupContainer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 4vw;
  z-index: 9999;
}
.stampPopup {
  position: relative;
  padding: 3vw 4vw;
  border-radius: .5em;
  border: 1px solid #cccccc;
  background-color: #fff;
}
.stampPopupClose {
  position: absolute;
  right: -2vw;
  top: -2vw;
  width: 8vw;
}
.stampPopupHeading {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  font-weight: bold;
}
.stampPopupHeading img {
  height: 1em;
  margin-right: .25em;
}
.stampPopupBody {
  margin-top: .5em;
  line-height: 1.6;
  font-size: 1em;
}

.tabTarget-top.active .flexslider .flexwrap li:nth-child(1),
.tabTarget-top.active .flexslider .flexwrap li:nth-child(2) {
	display: block;
	width: 153px;
	margin-right: 10px;
	float: left;
}

/********************

赤字割
*************************************************/
/* discountList 
--------------------------------------------------------- */


.deficit_link-master {
	background: #c90037;
	text-align: center;
	width: 32%;
	padding: 3px 0;
	border-radius: 25px;
}
.deficit_link-master a::after {
	content: "";
	display: inline-block;
	background: url(https://img.undernavi.com/front/sp/shop/icon_arrow.png) no-repeat;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	background-size: 94% auto;
	width: 3vw;
	height: 3vw;
	margin-top: 1.5vw;
	margin-left: 3px;
	background-position: center;
}
.deficit_link-master a {
	color: #FFF;
	font-size: 4vw;
	font-weight: normal;
	display: block;
}
.defict_img-item img {
	height: auto;
	max-width: 61%;
}
.defict_img {
	background: url(https://img.undernavi.com/front/pc/area/pref/watched/sp_no_login.jpg) no-repeat;
	position: relative;
	background-position: center top;
	background-size: contain;
}
#deficit.white_area {
	background: repeating-linear-gradient(-45deg, rgb(251, 232, 236), rgb(251, 232, 236) 8px, rgb(255, 255, 255) 0, rgb(255, 255, 255) 10px);
	padding: 2vw 0;
	position: relative;
}
#deficit01 {
	position: relative;
	margin-top: 10vw;
}
.defict_img::before {
	content: "";
	display: block;
	padding-top: 84%;
}
.defict_img-item {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 80%;
}
.defict_img-item .defict_login-btn {
	display: block;
	width: 100%;
	padding: 2vw 0;
	margin: 0vw auto 2vw;
	background: #c90037;
	border: none;
	color: #fff;
	font-size: 4.5vw;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
}
.defict_login-regist a {
	color: #c90037;
	text-decoration: underline;
}
.defict_img-item .defict_regist-btn {
	display: block;
	width: 100%;
	padding: 2vw 0;
	border: 1px solid #c90037;
	font-size: 4.5vw;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
	color: #c90037;
	background: #fff;
}
.deficitListItem {
  position: relative;
  margin-bottom: 10vw;
  padding: 2.5vw;
  border: 2px solid #c80037;
  background-color: #eeeeee;
}
.deficitListItem.dx {
  background-color: #fff9d3;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
}

.deficitTitle {
	position: relative;
	display: block;
	background: #000;
	border-top: 5px solid #000;
	color: #fff;
	margin-bottom: 0;
	padding: .25em .5em;
	font-size: 4.5vw;
	font-weight: bold;
	text-shadow: none;
	text-align: left;
}
.deficitTitle span {
  color: #ff9;
  font-weight: bold;
}

.deficitFee {
	font-size: 0;
	display: flex;
	justify-content: space-between;
}
.usege {
	font-weight: bold;
	margin-bottom: 10px;
	text-align: right;
}
.deficitFee .usege {
	display: flex;
	align-items: center;
	justify-content: right;
	font-size: 4.0625vw;
	margin-bottom: 0;
}
.usage_period {
	background: #c80037;
	color: #fff;
	padding: .2vw 2.5vw;
	border-radius: 5px;
	font-weight: normal;
	margin-right: 2vw;
	display: flex;
	align-items: center;
	justify-content: center;
}
.usage_period02 {
	text-align: left;
	line-height: 1.5;
}
.deficitAfter .deficitAfter_minute {
	font-size: 5vw;
	color: initial;
	margin-right: 1vw;
}
.deficitAfter .deficitAfter_yen {
	color: initial;
	font-size: 5vw;
}
.deficitFee_priceTime img {
	height: auto;
}
.deficitFee_priceTime {
	width: 25%;
	margin-right: 5%;
}
.denial {
	text-decoration: line-through;
}
.deficitFee_detail {
	flex: 1;
}

.deficitFee .difference {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
	text-align: center;
	color: #c80037;
	font-size: 4.5vw;
}
.deficit_note {
	padding: 8vw 0vw 4vw;
	border-bottom: 1px solid #b5b5b5;
	margin: 0 4vw 0vw;
	font-weight: bold;
	line-height: 2;
	text-align: center;
}
.label {
  display: inline-block;
  padding: .125em .5em;
  font-size: .76rem;
  color: #ffffff;
}
.deficit_note span {
	background: #fffa06;
	line-height: 2;
	padding: 5px 10px;
	margin: 0 5px 0;
	border-radius: 5px;
	color: #c80034;
	display: block;
	font-size: 4.3vw;
}
.deficitLady_detail {
	padding: 4vw 4vw 0;
}
.label02 {
  background-color: #93b7c9;
}
.label03 {
  background-color: #93c9a2;
}
.label04 {
  background-color: #c9ac93;
}
.label05 {
  background-color: #de279b;
}

.shopArea {
  margin-bottom: .25em;
}
.shopName {
  font-weight: bold;
  color: #c80037;
}

.shopInfo .info {
  margin-bottom: 2.5vw;
}
.shopInfo .info span:first-child {
  margin-right: .25em;
}
.shopInfo .info span img {
  height: 1em;
}
.shopInfo .info span:last-child img {
  margin-right: .25em;
}

.telShop {
  padding: 0 5vw;
}

/* design_renewal */
.deficit_ttl img {
	max-width: 50%;
	margin-right: 2vw;
}
.deficit_ttl {
	display: flex;
	align-items: center;
	width: 96%;
	margin: 0 auto 2vw;
}
.deficit_ttl-left {
	flex: 1;
	display: flex;
	align-items: center;
}
.member_ex {
	background: #ff0;
	color: #c80037;
	padding: 0px 10px;
	font-weight: bold;
	font-size: 3.5vw;
}
.deficitBox {
	border: 2px solid #000;
	width: 96%;
	margin: 0 auto 10px;
}
.discountListItem1 .deficitTitle {
	position: relative;
	display: block;
	background: #c80037;
	border-top: 5px solid #c80037;
	color: #fff;
	margin-bottom: 0;
	padding: .25em .5em;
	font-size: 4.5vw;
	font-weight: bold;
	text-shadow: none;
	text-align: left;
}

.deficitTitle:after {
  content:"";
  display:block;
  position:absolute;
  top:-2px;
  left:0;
  width:100%;
  border-bottom:2px dashed #fff;
}

.deficitTitle span {
  color: #ff9;
  font-weight: bold;
}

.feeSort{
  margin:2vw;
  text-align:center;
  font-size:4.5vw;
  font-weight:bold;
}
.deficitListItem1.dx .deficitListItemMain{
  background:#fff9d3;
}

.deficitFee {
	font-size: 0;
	background: #eee;
	padding: 4vw 2vw;
	position: relative;
}
.deficitFee p{
  font-size:4vw;
  text-align:right;
}

.deficitFee .deficitOrigin {
	font-size: 3.5vw;
}
.deficitAfter{
  font-size:4vw;
  font-weight:bold;
}

.deficitAfter span{
  color:#c80037;
  font-size:8vw;
}

.difference{
  padding:1vw;
  margin-bottom:10px;
  background:#fff;
  border:1px solid #999;
  border-radius:100px;
  color:#999;
  font-size:5vw;
  font-weight:bold;
  text-align:center;
}

.difference span{
  font-size:1rem;
}

.deficitShop {
	font-size: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.deficitShop figure {
	width: 25%;
	margin-right: 3vw;
}

.deficitShop .shopInfo {
	font-size: 3vw;
	flex: 1;
}
.deficitShop .shopInfo h4 a{
  color:#c80037;
  font-size:4vw;
}

.discountListItem1 .discountShop .shopToday span{
  color:#c80037;
  font-size:4vw;
}

.deficitShop .shopToday span{
  color:#c80037;
  font-size:5vw;
	font-weight:bold;
}
.deficitComment {
	background: #fff;
	border: solid 1px #c9c9c9;
	border-radius: 5px;
	padding: 3px 5px;
	margin-bottom: 10px;
}
.deficitComment marquee {
	display: inline-block;
	vertical-align: middle;
	width: 92%;
}
.deficitComment img {
	width: 8%;
	vertical-align: middle;
}
.no_login-img img {
	height: auto;
}
.deficitComment .comment {
	font-size: 3.5vw;
}
#deficit h2 img {
	max-width: 100%;
	height: auto;
}

.click_job.recruit_btn.simulator_btn {
	background: #ff6666;
	margin-bottom: 3vw;
}
.secWhatsnew_list-link {
	display: flex;
}

.secWhatsnew_list-thumb {
	margin-right: 10px;
	width: 30%;
}
.secWhatsnew_list-contents {
	flex: 1;
	line-height: 1.8;
}
.secWhatsnew_list-item {
	margin-bottom: 10px;
}
.secWhatsnew_list-ttl {
	font-weight: bold;
}
.secWhatsnew_list-item .secWhatsnew_list-link {
	color: inherit;
}
.secWhatsnew_list-body, .event_list-body {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.secWhatsnew_list-thumb img {
	height: auto;
}
.event_list-item .event_list-link {
	color: inherit;
}
.event_list-link {
	display: flex;
}
.event_list-thumb {
	margin-right: 10px;
	width: 30%;
}
.event_list-contents {
	flex: 1;
	line-height: 1.8;
}
.event_list-ttl {
	font-weight: bold;
}
.slides_container .prev-arrow::before {
	content: "";
	background-image: url(https://img.undernavi.com/front/sp/shop/arrow_left.png);
	display: inline-block;
	width: 28px;
	height: 28px;
	background-size: contain;
	background-repeat: no-repeat;
}
.slides_container .next-arrow::before {
	content: "";
	display: inline-block;
	background: url(https://img.undernavi.com/front/sp/shop/arrow_right.png) no-repeat;
	background-size: 65% auto;
	width: 28px;
	height: 28px;
}
.slides_container {
	position: relative;
}
.slides_container .prev-arrow {
	position: absolute;
	top: 45%;
	left: 1%;
	z-index: 1;
  border: none;
  background: transparent;
}
.slides_container .next-arrow {
	position: absolute;
	top: 45%;
	right: -1.2%;
  border: none;
  background: transparent;
}
.secFree_ttl {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
.secFree_txtData.txtData {
	line-height: initial;
}

.jsMarquee_top {
	border:none;
	position: relative;
	display: block;
	height: 3em;
	padding: 0;
	line-height: 3;
	overflow: hidden;
	font-weight: bold;
  width:100%;
}
.jsMarquee_top li {
	position: absolute;
	top: -999em;
	left: 0;
	margin: 0;
	padding: 0;
	display: block;
	white-space: nowrap;
	overflow: visible;
}
.jsMarquee_top li:not(.marquee-showing) {
	display: none;
	opacity: 0;
}
.jsMarquee_top li div {
	height: 100%;
	position: absolute;
	width: 9999px;
}
.jsMarquee_top li span {
	display: block;
	text-decoration: none;
	line-height: 40px;
	padding-left: 5px;
	position: relative;
}
.photo_link a {
	width: 100%;
	display: block;
	padding: 10px 0;
	position: relative;
}
.photo_link {
	padding: 0;
  position: relative;
}
.photo_link::after {
	position: absolute;
	right: 28%;
	top: 50%;
	transform: translateY(-50%);
}
#ranking .photo_link::after {
	position: absolute;
	right: 10%;
	top: 50%;
	transform: translateY(-50%);
}
#sch_realtime .photo_link::after {
  position: absolute;
	right: 6%;
	top: 50%;
	transform: translateY(-50%);
}
.contents_map_address {
	margin-bottom: 10px;
}
.contents_map_address p::before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 18px;
	background-image: url(https://img.undernavi.com/front/pc/shop/maps-and-flags.png);
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	margin-right: 5px;
}


.covergallary_new .slide-arrow.prev-arrow.slick-arrow {
	width: 10%;
}

.covergallary_new .slide-arrow.next-arrow.slick-arrow {
	width: 10%;
	right:1%;
}
.discount_list .discountFee {
	overflow: hidden;
	position: relative;
	background: #fefbee;
	padding: 10px 0px 10px 20px;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.4);
	margin-bottom: 10px;
}
.discount_list .discountFee::before {
	content: "";
	display: inline-block;
	background: url('https://img.undernavi.com/front/sp/area/pref/coupon_bg.png') no-repeat;
	background-size: auto;
	background-size: auto;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-size: contain;
}
.discount_list h3 {
	color: #c90037;
	margin-bottom: 10px;
	font-size: 5vw;
	font-weight: bold;
}
.discount_list .discountFee p {
	display: inline-block;
	vertical-align: middle;
	font-size: 4vw;
	margin-right: 5px;
}
.pricebox {
	display: flex;
	align-items: center;
	font-weight: bold;
}
.discount_list .discountFee p {
	display: inline-block;
	vertical-align: middle;
	font-size: 4vw;
	margin-right: 5px;
	color: #000;
}
.discount_list .discountAfter {
	color: #f00;
}
.discount_list .discountAfter .after_time {
	font-size: 7vw;
	color:#f00;
}
.discount_list .discountAfter .after_price {
	font-size: 9vw;
	color:#f00;
}
.circle.circle2 {
	margin-left: 1vw;
}
.circle {
	position: relative;
	width: 14%;
	height: 0;
	padding-top: 14%;
	overflow: hidden;
	border-radius: 50%;
	display: inline-block;
	background: #f00;
	font-style: normal;
	color: #000;
	font-weight: bold;
	top: -10px;
}
.price_off, .extend_time {
	font-size: 3vw;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
	bottom: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.2;
}
.usable_condition {
	background: #f2f2f2;
	padding: 10px;
}
.usable_condition span {
	font-weight: bold;
}
.slider.slider-premium .slide-arrow.prev-arrow.slick-arrow,
.slider.slider-premium .slide-arrow.next-arrow.slick-arrow {
	position: absolute;
	top: 50%;
	width: 30px;
	z-index: 1;
}
.slider.slider-premium .slide-arrow.prev-arrow.slick-arrow {
	left: -10px;
}

.slider.slider-premium .slide-arrow.next-arrow.slick-arrow {
	right: -10px;
}
.premium_detail {
	padding: 5px 0;
	text-align: center;
	color: #333;
}
.premium_detail span {
	display:block;
}
.premium_detail .name {
	font-size: 16px;
	font-weight: bold;
}