@charset "utf-8";
/*
---------------------------*/
.top_image {
	width: 100%;
	height: auto;
	text-align: center;
	background-size: cover;
}

.top_image .top_image_img {

	margin: 0 auto;
	text-align: center;
	display:inline-block;
}
ul.un_list{
	margin: 20px 0;
	display: inline-block;
	width: 100%;
	border-top: 1px solid #D0E8FF;
	background-color: #fff;

}
ul.un_list li a{
	float: left;
border-right: 1px solid #D0E8FF;
border-bottom: 1px solid #D0E8FF;
width: 50%;
padding: 1em 0 1em 3em;
box-sizing: border-box;
	font-size: 16px;
	background: url("../../common/images/common/un_arrow.svg") no-repeat 1em center;
	display: block;
	color: #333;
	    -webkit-transition: all .4s cubic-bezier(0.42,0,.58,1);
    transition: all .4s cubic-bezier(0.42,0,.58,1);
}
ul.un_list li a:hover{
	background: url(../../common/images/common/un_arrow.svg) no-repeat 1em center #D0E8FF;
	text-decoration: none;
}
.event_area {
	background-color:  rgba(34, 146, 249, 1);
	padding: 20px;
	}
.event_date {
	color: #333;
	width: 100%;
	margin: 20px 0 4em;
}
.event_date::before {
	border-top: 2px solid #2D577D;
	width: 70%;
	text-align: center;
	content: "";
	display: block;
	padding-top: 4em;
	margin: 0 auto;
}
.event_date.topcase::before {
	border-top: 0px solid #2D577D;
	padding-top: 0em;
}
.event_date .top_image {
	margin-bottom: 2em;
}
.event_date p {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5;
	clear: both;
}
.event_date.topcase p {
	display: inline-table;
    vertical-align: middle;
}
.event_date.topcase .ti_day br {
	display: none;
}
.event_date p a {
	color: #333;
}
.event_date span {
	display: block;
	padding: 10px 0 0 0;
	clear: both;
	font-size: 20px;
}
.event_date.topcase span {
	padding: 1.6em 0 0 0;
}
.event_date .ti_day {
	padding: 0px 10px;
	margin-top:-2px;
	float: right;
	font-size: 18px;
}
.event_date.topcase .ti_day {
	margin-top:6px;
}
.event_date .top_image.flt_lft {
	width: 40%;
}
.event_date .flt_rgt {
	width: 58%;
}
.event_date.topcase .top_image.flt_lft {
	width: 100%;
	float: none;
}
.event_date.topcase  .flt_rgt {
	width: 100%;
	float: none;
}
.areas_set{
border-radius: 6px;

}
.areas_set{
background-size: 36px;
	background-color: #F43030;
	display: inline-block;
	width: 265px;
height: 46px;
letter-spacing: 4px;
color: #FFFFFF;
background-repeat: no-repeat;
background-position: left 30px bottom 5px;
}
.icon_pre{
	background-image: url("../images/icon_pre.svg") ;
}
.icon_mem{
	background-image: url("../images/icon_mem.svg") ;
}
.icon_mega{
	background-image: url("../images/icon_mega.svg") ;
}
.icon_shop{
	background-image: url("../images/icon_shop.svg") ;
}
.bg_tohoku{
background-color: #66B73B;
}
.bg_kanto{
background-color: #F59432;
}
.bg_tokai{
background-color: #2DA3D6;
}
.bg_kansai{
background-color: #FFD700;
}
.areas_set p {
    width: 80%;
    font-size: 20px;
    text-align: center;
    line-height: 0.9;
    padding: 0;
    margin: 14px 0 0 50px;
	font-weight: normal;
}
.check_txt_area .ink a {
    display: inline-block;
    width: 155px;
	height: 35px;
    border-radius: 4px;
    border: 1px solid #fff;
    color: #fff;
    background: url("../images/common/menu/icon-leaflet-ft.svg") no-repeat left 30px bottom 6px;
    box-sizing: border-box;
    background-color: rgba(45,87,125,1);
    letter-spacing: 0.1em;
    vertical-align: middle;
	margin-left: 6px;
	background-size: 18px 22px;
}

/*mall*/
.mall_eye{
width: 100%;
}
.mall_eye img{
width: 100%;
width: 950px;
margin: 0 auto;
}
.mall_eye ul li img{
	width: 100%;
	margin: 0 auto;
	}
.malllist dl{
width: 100%;
display: table;
font-size: 20px;
clear: both;
border-bottom: 1px solid #ccc;
background: #fff;
}
.malllist dl.bg_on{
background-color: #EEFBFB;
}
.malllist dl.mallth{
background-color: #2292F9;
color: #fff;
font-weight: bold;
}
.malllist dl dt{
/* width: 20%; */
width: 14%;
display: table-cell;
text-align: center;
vertical-align: middle;
padding: 0.5em 0;
}
.malllist dl dd{
width: 70%;
display: table-cell;
}
.malllist dl dd:last-child{
/* width: 20%; */
vertical-align: middle;
text-align: center;
}
.malllist dl dd div{
margin: 0.5em 0;
}
.malllist dl dd .malltime{
/* float: right; */
	min-width: 205px;
	margin-left: auto;
}
/* .malllist dl dd .mallbtn a{
padding: 2px 1em 0px;
text-transform: uppercase;
border: 1px solid #2D577D;
background: #2D577D;
color: #fff;
border-radius: 5px;
box-sizing: border-box;
text-align: center;
display: block;
font-size: 16px;
width: 50%;
margin: 0 auto;
text-decoration: none;
}
.malllist dl dd .mallbtn a:hover{
border: 1px solid #2D577D;
background: #fff;
color: #2D577D;
} */
.malllist .day_blue{
color: #265CFF;
font-weight: bold;
}
.malllist .day_red{
color: #d90000;
font-weight: bold;
}
.top_txt{
font-size: 16px;
margin-top: 1em;


}


.malllist dl dd .mallico{
/* padding: 2px 0 0px; */
padding: 4px 0;
text-transform: uppercase;
background: #000;
color: #fff;
font-size: 14px;
/* width: 80px; */
min-width: 80px;
margin-right: 1em;
text-align: center;
display: inline-block;
max-height: 30px;
}
.malllist dl dd .mallico.mall_tokyo{
background: #265CFF;
}
.malllist dl dd .mallico.mall_saitama{
background: #D90000;
}
.malllist dl dd .mallico.mall_chiba{
background: #008C00;
}
.malllist dl dd .mallico.mall_ibaraki{
background: #7F00FF;
}
.malllist dl dd .mallico.mall_gifu{
background: #FF7F00;
}
.malllist dl dd .mallico.mall_aichi{
background: #FF4DFF;
}
.malllist dl dd .mallico.mall_gunma{
background: #4DD2FF;
}
.malllist dl dd .mallico.mall_tochigi{
background: #006633;
}
.malllist dl dd .mallico.mall_sizuoka{
background: #B28500;
}
.malllist dl dd .mallico.mall_fukusima{
background: #663300;
}
.malllist dl dd .mallico.mall_nara{
background: #99cc33;
}
.malllist dl dd .mallico.mall_oosaka{
background: #fabf14;
}

/*イベント詳細*/
#lean_overlay{
	position: fixed;
	z-index:9999;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000;
	display: none;
}
/* .modalContents{
	padding: 30px 30px 15px;
	background-color: #fff;
	border: #000 solid 1px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	display: none;
	font-size:17px;
	font-weight:bold;
	color:#231f20;
	width: 900px;
}
.modalContents div .title{
	font-size:26px;
	color:#333;
	float: left;
	width: 49%;
	padding-top: 0.6em;
	text-align: center;
}
.modalContents div .venue{
	font-size:16px;
	float: right;
	width: 49%;
}
.modalContents div{
	font-size:17px;
	font-weight:bold;
	color:#231f20;
	margin-bottom:12px;
	clear: both;
	padding: 1em 0 3em;
}
.modalContents div span{
	display:block;
	margin-bottom:3px;
} */
/* #day1btn:hover,
#day2btn:hover,
#day3btn:hover,
#day4btn:hover,
#day5btn:hover,
#day6btn:hover,
#day7btn:hover,
#day8btn:hover,
#day9btn:hover,
#day10btn:hover,
#day11btn:hover,
#day12btn:hover,
#day13btn:hover,
#day14btn:hover,
#day15btn:hover,
#day16btn:hover,
#day17btn:hover,
#day18btn:hover,
#day19btn:hover,
#day20btn:hover,
#day21btn:hover,
#day22btn:hover,
#day23btn:hover,
#day24btn:hover,
#day25btn:hover,
#day26btn:hover,
#day27btn:hover,
#day28btn:hover,
#day29btn:hover,
#day30btn:hover,
#day31btn:hover{
	opacity:0.5;
	filter: alpha(opacity=50);
}

.modalContents div.daytit{
font-size: 20px;
text-align: center;
background: #000;
color: #fff;
} */
.modalContents div.daytit.bg_blue{
	background: #1D2088;
	color: #fff;
	}
	.modalContents div.daytit.bg_black{
		background: #000000;
		color: #fff;
	}
	.modalContents div.daytit.bg_red{
	background: #E60012;
	color: #fff;
	}
	div.alert{
	background: #E60012;
	color: #fff;
	padding: 3px;
	text-align: center;
	margin-bottom: 5px;
	font-weight: bold;
	}
	.pc_view{
		display: block;
	}


/*0406追加*/
	.modalContents .bg_blue{
		background: #2292F9;
		color: #fff;
		font-size: 24px;
		width: 34%;
		margin: 0 auto 32px;
		border-radius: 50px;
		padding: 9px 0;
		font-weight: 700;
	}
	.modalContents .bg_blue::after{
		display: none;
	}
	.modalContents .bg_black{
		background: #000000;
		color: #fff;
		font-size: 24px;
		width: 34%;
		margin: 0 auto 32px;
		border-radius: 50px;
		padding: 9px 0;
		font-weight: 700;
	}
	.modalContents .bg_black::after{
		display: none;
	}
	.modalContents .bg_red{
		background: #E60012;
		color: #fff;
		font-size: 24px;
		width: 34%;
		margin: 0 auto 32px;
		border-radius: 50px;
		padding: 9px 0;
		font-weight: 700;
	}
	.modalContents .bg_red::after{
		display: none;
	}
	.modalContents{
		padding: 16px 40px 40px 20px;
		box-sizing: border-box;
		background-color: #fff;
		display: none;
		font-size:16px;
		color:#333333;
		width: 980px;
	}
	.modalContents .modal-wrap{
		display: flex;
		justify-content: space-between;
	}
	.modalContents .title{
		font-size:32px;
		color:#333;
		font-weight: 700;
		text-align: left;
		margin-bottom: 22px;
	}
	.modalContents table{
		width: 100%;
		border-top: 1px solid #707070;
		border-left: 1px solid #707070;
		border-right: 1px solid #707070;
	}
	.modalContents .modal-tr{
		border-bottom: 1px solid #707070;
	}
	.modalContents .modal-th{
		background: #0B3C67;
		border-right: 1px solid #707070;
		color: #fff;
		padding: 15px 10px 15px 10px;
		min-width: 95px;
		box-sizing: border-box;
	}
	.modalContents .modal-td{
		padding: 15px 30px 15px 14px;
		background-color: #fff;
	}
	/* .modalContents .modal-td:last-of-type{

	} */
	.modalContents .modal-area{
		width: 50.25%;
		margin-top: 8px;
	}
	.modalContents .modal-btn__link{
		position: relative;
		background: #0B3C67;
		color: #fff;
		font-weight: bold;
		padding: 4px 0;
		width: 48.04%;
		display: block;
		margin: 10px auto 0;
		text-decoration: none;
		transition: all 0.3s;
	}
	.modalContents .modal-btn__link::before{
		content: "";
		background: url(../images/Icon-marker.svg) no-repeat;
		background-size: contain;
		width: 11px;
		height: 14px;
		display: inline-block;
		margin-left: 22px;
		margin-right: 12px;
	}
	.modalContents .modal-btn__link:hover{
		opacity: 0.5;
	}
	.modalContents .modal-map{
		position:relative;
		width:100%;
		height:0;
		padding-bottom:52.08%;
		border: 1px solid #E0E0E0;
		box-sizing: border-box;
	}
	.modalContents .modal-map iframe{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
	}
	#scheduleTable td .day{
		margin-bottom: 12px;
	}
	.malllist dl dd .mallbtn a{
		padding: 0 1em 0px;
		padding: 3px 1em;
		text-transform: uppercase;
		color: #2D577D;
		border-radius: 5px;
		box-sizing: border-box;
		text-align: center;
		display: block;
		font-size: 20px;
		font-size: 16px;
		/* width: 50%; */
		min-width: 150px;
		margin: 0 auto;
		text-decoration: underline;
		transition: all 0.3s;
	}
	.malllist dl dd .mallbtn a:hover{
		text-decoration: none;
		opacity: 0.7;
	}
	.modal-sp{
		pointer-events: none;
		cursor: default;
		text-decoration:none;
		display: flex;
		width: 84%;
	}
	.br-sp{
		display: none;
	}
	.modal-list{
		display: flex;
		align-items: center;
	}
	.modal-pc{
		margin-left: auto !important;
	}

/*sp*/
@media only screen and (max-width: 767px) {
.pc_view{
		display: none;
	}
.event_date.topcase p {
	font-size: 22px;
}
.event_date.topcase span {
     font-size: 18px;
}
.event_date p {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
    clear: both;
}
.event_date span {
	font-size: 18px;
}
ul.un_list {
    margin: 0 0;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #D0E8FF;
    background-color: #fff;
}
ul.un_list li a {
    padding: 1em;
    background: url(../../common/images/common/un_arrow.svg) no-repeat center right 15px;
    float: none;
    width: 100%;
}
ul.un_list li a:hover{
	background: url(../../common/images/common/un_arrow.svg) no-repeat center right 15px#D0E8FF;
	text-decoration: none;
}
.event_area {
	padding: 1em 4%;
	}
	.event_area li{
		font-size: 16px;
	}
.event_area .wrapper {
    width: 100%;
	margin-left: 0%;
	}
.event_date.topcase .ti_day {
    margin-top: 10px;
}
.event_date .ti_day {
    padding: 0px;
	font-weight: bold;
}
.event_date .ti_day {
    float: none;
    font-size: 17px;
	margin-top: 10px;
}
.event_date .top_image.flt_lft {
    width: 100%;
}
.event_date .flt_rgt {
    width: 100%;
}
.event_date span {
    padding: 1.6em 0 1em 0em;
	font-size: 18px;
}
.areas_set {
    width: 100%;
    text-align: center;
    margin: 0.5em 0 0;
}
.event_date .areas_set p{
	font-size: 22px;
    margin: 0 auto;
    line-height: 2.2;
}
.event_date {
    margin: 20px 0 0em;
}

.malllist dl dd .mallbtn a {
    padding: 4px 1em 4px;
    font-size: 18px;
    width: 100%;
    margin: 0 auto;
}
.malllist dl {
    display: block;
	padding: 1em ;
	width: 100%;
	box-sizing: border-box;
	font-size: 18px;
}
.malllist dl dt {
    width: 100%;
    display: block;
}
.malllist dl dd {
    width: 100%;
    display: block;
}
.malllist dl dd:last-child {
    width: 100%;
    vertical-align: middle;
    text-align: center;

}
.malllist dl dd .malltime {
    float: none;
	width: 100%;
    display: block;
	padding-left: 4em;
	box-sizing: border-box;
}
.malllist dl dd .mallico {
    width: 60px;
	min-width: 60px;
	max-height: 23px;
	text-indent: initial;
}
.malllist dl dd div {
    margin: 0.5em 0 1em;
	border-bottom: #ccc solid 1px;
}

/* .modalContents {
    padding: 30px 30px 15px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    display: none;
    font-size: 17px;
    font-weight: bold;
    color: #231f20;
    width: auto;
	margin-right: 10px;
}
.modalContents div .title {
    font-size: 18px;
    float: none;
    width: 100%;
	text-align: left;
}
.modalContents div .venue {
    font-size: 16px;
    float: none;
    width: 100%;
}
.modalContents div {
    padding: 0;
} */

/*0406追加*/
.modal-pc{
	display: none !important;
}
.modal-sp{
	pointer-events: auto !important;
	cursor: pointer;
	text-decoration: underline;
	display: block;
	width: 100%;
	padding-left: 4em;
    text-indent: -4em;
}
.modal-first-dd{
	margin-bottom: 50px;
}
.modalContents .bg_blue{
	font-size: 16px;
	width: 62%;
    margin: 0 auto 30px;
    padding: 5px 0;
}
.modalContents .bg_red{
	font-size: 16px;
	width: 62%;
    margin: 0 auto 30px;
    padding: 5px 0;
}
.modalContents{
	padding: 16px 16px;
	width: 84%;
}
.modalContents .modal-wrap{
	display: block;
	justify-content: space-between;
}
.modalContents .title{
	font-size: 18px;
	margin-bottom: 14px;
	text-align: center;
}
.modalContents table{
	border-top: none;
    border-left: none;
    border-right: none;
	width: 100%;
}
.modalContents .modal-tr{
	display: block;
}
.modalContents .modal-th{
	display: block;
	padding: 6px 10px 6px 15px;
}
.modalContents .modal-td{
	display: block;
	padding: 6px 10px 6px 15px;
	border-top: 1px solid #707070;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
}
.modalContents .modal-td:last-of-type{
	border-bottom: none;
}
.modalContents .modal-area{
	width: 100%;
	margin-top: 24px;
}
.modalContents .modal-btn__link{
	padding: 4px 0;
    width: 76.04%;
    margin: 14px auto 0;
}
.modalContents .modal-btn__link::before{
	margin-left: 15px;
}
.modalContents .modal-map{
	padding-bottom: 53%;
}
#scheduleTable td .day{
	margin-bottom: 12px;
}
.malllist dl dd .mallbtn a{
	padding: 0 1em 0px;
	padding: 3px 1em;
	text-transform: uppercase;
	color: #2D577D;
	border-radius: 5px;
	box-sizing: border-box;
	text-align: center;
	display: block;
	font-size: 16px;
	width: 50%;
	margin: 0 auto;
	text-decoration: underline;
	transition: all 0.3s;
}
.br-sp{
	display: block;
}


}/**/

@media only screen and (min-width: 767px) {
	.modal-detail {
		width: 426px;
	}
}

