@charset "UTF-8";

main {
	margin: 0 auto;
	padding: 20px 35px;
}

.lp_layout-title {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 15px;
}
.feature_banner_article-title {
	text-align: center;
}
.feature_banner_article-content img, .feature_banner_lp img {
	display: block;
	margin: 0px auto 20px;
}

.feature_banner_article, .feature_banner_lp_movie, .feature_banner_article-content {
	margin-bottom: 20px;
}
.feature_banner_lp_movie-title, .feature_banner_article-content h2, .feature_banner_article-title {
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
	font-size: 18px;
	margin-bottom: 10px;
}
.feature_banner_lp_movie figure {
	text-align:center;
	position: relative;
}
.feature_banner_lp_movie figure::after {
	content: "";
	position: absolute;
	top: calc(50% - 22px);
	left: calc(50% - 22px);
	display: inline-block;
	width: 44px;
	height: 44px;
	background: url('https://img.undernavi.com/front/pc/common/btn_movie.png') no-repeat center center;
	cursor: pointer;
	pointer-events: none;
}
/****����
***********************************/
.js-modal-open {
	cursor: pointer;
}
.modal {
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
.modal__bg {
	background: rgba(0,0,0,0.8);
	height: 100vh;
	position: absolute;
	width: 100%;
	z-index: 1;
}
.modal__content {
	background: #fff;
	border-radius: 10px;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
	padding: 20px;
	z-index: 9999999999;
}

.stamp_tooltip {
	position: absolute;
	top: 43px;
	left: -100px;
	z-index: 1;
	background: #32B3D8;
	width: 300px;
	padding: 10px;
	border-radius: 3px;
}
.stamp_tooltip::before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #32B3D8;
}



/**********�A���_�[��***********/
.flexBox {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}


/*========================�����v�����p=======================*/

.free_list{
	width:100%;
}

.free_list thead{
	background:#c80037;
	color:#fff;
}

.free_list th{
	padding:5px 0;
}

.free_list tbody tr{
	border-bottom:1px solid #aaa;
}

.free_list td{
	padding:5px 0;
	text-align:center;
}

.free_list td.head a{
	font-weight:bold;
}

.free_list td.head a:hover{
	color:#c80037;
	text-decoration:underline;
}

.free_list td.time:before{
	content:"";
	display:inline-block;
	vertical-align:middle;
	background:url('https://img.undernavi.com/front/pc/common/icon_clock.png');
	width:18px;
	height:18px;
	margin-right:5px;
}

.free_list td.tel:before{
	content:"";
	display:inline-block;
	vertical-align:middle;
	background:url('https://img.undernavi.com/front/pc/common/icon_tel.png');
	width:18px;
	height:18px;
	margin-right:5px;
}

.free_list td.official a{
	display:inline-block;
	padding:5px 20px;
	border-radius:5px;
	background:#c80037;
	color:#fff;
	box-shadow:0 -4px 0 #960043 inset;
}
#areainfo h3 {
	font-size: 110%;
	font-weight: bold;
	padding: 3px 0;
}
.mov_btnlist {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	max-width: 880px;
	margin-bottom: 30px;
}

.movie_thumblist li {
	width: 205px;
	min-height: 240px;
	margin-right: 20px;
	margin-bottom: 10px;
	position: relative;
}
.movie_thumblist li:nth-child(4n) {
	margin-right: 0;
}
.movie_thumblist {
	display: flex;
	flex-wrap: wrap;
}
.movie_thumblist li figure {
	position: relative;
	height: 120px;
	background: #000;
	text-align: center;
	font-size: 0;
	margin: 0 auto 10px;
}
.movie_thumblist_shopname a {
	color: #888;
}
.movie_thumblist_ttl {
	color: #C80037;
	font-weight: bold;
	margin-bottom: 10px;
}
.movie_thumblist_body {
	font-size: 12px;
	color: #707070;
}
.movie_thumblist_time {
	color: #fff;
	background: #000;
	display: inline-block;
	text-align: right;
	padding: 1px 7px;
	border-radius: 5px;
	font-size: 11px;
	position: absolute;
	top: 110px;
	right: 10px;
}
.movie_thumblist li figure img {
	height: 120px;
}
.movie_thumblist_shopname {
	margin-bottom: 5px;
}
.movnormalbtn {
	margin-right: 13px;
}
.mov_btnlist .active a {
	width: 117px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	color: #fff;
	border: 1px solid #c01c49;
	display: block;
	border-radius: 5px;
	box-shadow: 0px 1px 2px 1px #a29898;
	background: #f8084a;
	background: -moz-linear-gradient(top, #f8084a 0%, #d1013a 50%, #990029 100%);
	background: -webkit-linear-gradient(top, #f8084a 0%,#d1013a 50%,#990029 100%);
	background: linear-gradient(to bottom, #f8084a 0%,#d1013a 50%,#990029 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8084a', endColorstr='#990029',GradientType=0 );
}
.mov_btnlist a {
	width: 117px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	border: 1px solid #cccccc;
	display: block;
	border-radius: 5px;
	box-shadow: 0px 1px 2px 1px #a29898;
	background: #f3f3f3;
	background: -moz-linear-gradient(top, #f3f3f3 0%, #dcdcdc 50%, #cecece 100%);
	background: -webkit-linear-gradient(top, #f3f3f3 0%,#dcdcdc 50%,#cecece 100%);
	background: linear-gradient(to bottom, #f3f3f3 0%,#dcdcdc 50%,#cecece 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#cecece',GradientType=0 );
}
.mov_btnlist a img {
	margin-right: 10px;
}
.mov_btnlist a:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);
	-ms-filter: "alpha( opacity=85 )";
	*zoom: 1;
	transition: .2s;
}
.free_ticket {
	position: absolute;
	top: -15px;
	left: -5px;
}

/* 210127
-------------------------------------------------*/
.board.gray,
.femaleRec.gray {
    display: block;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 0 0 3px #999;
    background: #ccc;
    color: #999;
	margin-right: 7px;
}
.board.gray:before {
    content: "";
    display: inline-block;
    vertical-align: text-top;
    background: url(https://img.undernavi.com/front/pc/common/icon_board.png) no-repeat center center / contain;
    width: 20px;
    height: 19px;
    margin-right: 5px;
    filter: grayscale(100%);
}
.femaleRec.gray::before {
	content: "";
	display: inline-block;
	vertical-align: text-top;
	background: url(https://img.undernavi.com/front/sp/common/icon_dm_eu04_new.png) no-repeat center center / contain;
	width: 20px;
	height: 19px;
	margin-right: 5px;
	filter: grayscale(100%);
}
.shop .icon li.board {
	margin-right: 7px;
}
.shop .icon li.board > a {
	padding: 10px 15px;
}
.stamp_icon_q {
	width: 16px;
	vertical-align: top;
}
.stamp_icon_b {
	vertical-align: middle;
}

.freesearch_result {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    background: #666;
    width: 100%;
    border-radius: 2px;
    margin-top: 10px;
}
.freesearch_result > .desc {
    color: #fff;
    padding: 5px;
    width: 14%;
    font-size: 12px;
}
.freesearch_result > .container {
    background: #fff;
    border-radius: 6px;
    width: 84%;
    padding: 3px;
    margin: 5px 5px 5px 0;
}
.freesearch_result > .container > .title {
    padding-bottom: 3px;
}
.ex_wrap .state.state02 {
	background: #5f5fff;
}
.ex_wrap .state.state02.changed {
    background: #fff;
    color: #5f5fff;
    border: 1px solid #5f5fff;
    border-radius: 2px;
    padding: 3px 20px 1px 20px;
}

.shopList_Experience.shopList_Experience-soap ul li:hover {
	border: 1px solid #c90037;
	margin: -1px;
}
.shopList_Experience.shopList_Experience-soap {
	margin-bottom: 20px;
}
#main.shopList_main {
	overflow-x: visible;
}
/*---------------------------------

�X�^���v�ꗗ
---------------------------------*/

.feature_stamp-inner {
	border: 1px solid #626262;
	padding: 20px;
	margin-bottom: 20px;
}
.feature_stamp-inner h2 {
	background: #c01920;
	color: #fff;
	text-align: center;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}
.feature_stamp-inner .stamp_body-inner {
	display: flex;
	margin-bottom: 10px;
}
.feature_stamp-inner .stamp_body {
	background: #f2f2f2;
	padding: 20px;
}
.stamp_head-txt {
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #c11920;
}
.feature_stamp-inner figure {
	font-size: 0;
	width: 400px;
}
.feature_stamp-inner .shopInfo a {
	font-size: 18px;
	color: #001bb6;
	font-weight: bold;
}
.feature_stamp-inner .data .delivery_area_name {
	font-size: 12px;
	color: #959595;
	margin-bottom: 10px;
}
.feature_stamp-inner .data li {
	margin-bottom:5px;
}
.shop .stamp_body-inner .shopInfo {
	width: auto;
	flex: 1;
}

/****�������C�P��X
********************************/
.standby_lady {
	font-size: 15px;
	display: flex;
	align-items: center;
}
.standby_lady_count {
	color: #c90037;
	font-weight: bold;
	font-size: 20px;
	vertical-align: middle;
}
.standby_lady::before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 26px;
	background: url(https://img.undernavi.com/front/pc/common/icon/side_icon03.png);
	vertical-align: middle;
	margin-right: 5px;
}
/******���̎q�ꗗ
**************************************************/

/*========================���C��=======================*/

.gal_list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.gal_list > li {
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	width: 49%;
	margin: 10px 2% 0 0;
	padding: 10px;
	box-shadow: 1px 1px 4px #aaa;
	flex-wrap: wrap;
	align-items: flex-start;
}

.gal_list>li:nth-child(2n){
	margin-right:0;
}


/*�������������v��������box��̐F������������*/

/*--------DX--------*/

.gal_list>li.plan01{
	background:#fff9d3;
}

/*�������������v��������box��̐F������������*/

.gal_list>li .left{
	width:180px;
	margin-right:10px;
}

.gal_list>li .left a{
	position:relative;
	display:block;
	font-size:0;
}

.gal_list>li .left figure{
	width:180px;
	height:240px;
	overflow:hidden;
}

.gal_list>li .left figure img{
	width:180px;
}

.gal_list>li .left .Capa_1{
	position:absolute;
	top:-5px;
	left:-5px;
	width:40px;
}

.gal_list > li .right {
	box-sizing: border-box;
	width: 220px;
	padding: 10px;
	background: #fff;
	box-shadow: 0 0 2px #999;
	min-height: 240px;
}

.gal_list>li .right h3 a{
	color:#333;
	font-size:16px;
	font-weight:bold;
}

.gal_list>li .right .type{
	display:flex;
	font-size: 89.3%;
	flex-wrap:wrap;
}

.gal_list>li .right .type li{
	padding:3px;
	margin:0 3px 3px 0;
	border:1px solid #ccc;
	border-radius:3px;
}

.gal_list>li .right .schedule{
	background: #ffe5ec;
	border-radius: 4px;
	margin: 6px 0;
	padding: 6px 0;
	text-align: center;
	width: 100%;
}

.gal_list>li .right .schedule em{
	color: #e65783;
	font-weight: bold;
}
.gal_list>li .right .shopData{
	border-top:1px solid #ccc;
	padding:5px 0;
	line-height:1.2;
}

.gal_list>li .right .shopData a{
	color:#c90037;
	font-weight:bold;
}

.gal_list>li .right .shopData .shopTime{
	margin-top:5px;
}

.gal_list>li .right .shopData .shopTime:before{
	content:"";
	display:inline-block;
	vertical-align:middle;
	background:url('https://img.undernavi.com/front/pc/common/icon_clock.png');
	width:18px;
	height:18px;
	margin-right:5px;
}

.gal_list>li .right ul.icons {
	margin:0 0 5px 0;
}

.gal_list>li .right ul.icons li {
	display: inline-block;
}

.filter .ui-slider-handle {
	background:#0088ff !important;
}

.sche_hour {
	font-size: 11px;
}
.can_play {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	background: #fff;
	margin-top: 10px;
	flex-direction: column;
	padding: 5px 10px;
	box-shadow: 0 0 2px #999;
	overflow: hidden;
}
.can_play_ttl {
	border-bottom: 1px solid #ccc;
	padding-bottom: 1px;
	margin-bottom: 2px;
	width: 100%;
	text-align: center;
	font-weight: bold;
}
.can_play_link a {
	color: #1b78bc;
}
.can_play_item {
	text-align: center;
}
.feature_banner_lp_movie-title {
	text-align: center;
}

.copy_txt {
	margin-top: 10px;
}