/* calendar03
===================================================================== */
#calendar03_top{
	margin-top: -132px;
	padding-top: 132px;
}
.calendar03{
	width: 980px;
	margin: 60px auto 0;
}
.calendar03 .calendar03_contents{
	display: none;
}
.calendar03_note{
	font-size: 14px;
	margin: 20px 0 60px;
}
.calendar03_note .shop_holiday{
	display: inline-block;
	background: #CCC;
	width: 3em;
	height: 1.2em;
	margin: 3px 5px 0 2px;
	vertical-align: top;
}

.link_calendar03{
	width: 700px;
	height: 100px;
	margin: 0 auto;
}
.link_calendar03 a{
	display: block;
	line-height: 100px;
	border: 2px solid #AA1F24;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding-left: 1em;
	background: url(/base/departmentstore/common/img/icon_calendar.svg) no-repeat left 30px center,  url(/base/departmentstore/common/img/icon_calendar_arrow_b.svg) no-repeat right 25px center;
	cursor: pointer;
}
.link_calendar03.active a{
	padding-left: 0;
	background: url(/base/departmentstore/common/img/icon_calendar.svg) no-repeat left 30px center,  url(/base/departmentstore/common/img/icon_calendar_arrow_t.svg) no-repeat right 25px center;
}

@media screen and (max-width:767px) {
	#calendar03_top{
		margin-top: -60px;
		padding-top: 60px;
	}
	.calendar03{
		width: 100%;
		padding: 0;
		margin: 35px auto 0;
	}
	.calendar03_note{
		font-size: 12px;
		padding: 0 20px;
		margin: 20px 0 35px;
	}
	.link_calendar03{
		width: 100%;
		height: 75px;
		padding: 0 10px;
		margin: 0 auto;
	}
	.link_calendar03 a{
		display: block;
		line-height: 75px;
		border: 2px solid #AA1F24;
		text-align: center;
		font-size: 13px;
		font-weight: bold;
		color: #000;
		padding-left: 1em;
		text-decoration: none;
		background: url(/base/departmentstore/common/img/icon_calendar.svg) no-repeat left 5px center,  url(/base/departmentstore/common/img/icon_calendar_arrow_b.svg) no-repeat right 5px center;
		background-size: 35px, 35px;
	}
	.link_calendar03.active a{
		padding-left: 0;
		background: url(/base/departmentstore/common/img/icon_calendar.svg) no-repeat left 5px center,  url(/base/departmentstore/common/img/icon_calendar_arrow_t.svg) no-repeat right 5px center;
		background-size: 35px, 35px;
	}
}


.calendar03 {
    font-size: 12px;
}
header {
	text-align: center;
	padding: 200px 0;
	background-color: #eee;
	margin-bottom: 20px;
	width: 100%;
    box-sizing: border-box;
}
#calendar03_container {
	width: 100%;
	overflow: hidden;
	position: relative;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
#calendar03_inner {
	position: relative;
}
#calendar03_header {
	width: 100%;
	position: relative;
	z-index: 10 !important;
}

#calendar03_month {
	width: 100%;
    display: flex;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
#calendar03_month li {
    flex-grow: 1;
    padding: 5px;
	background-color: #f4ecdf;
	color: #000;
	font-weight: bold;
	box-sizing: border-box;
}
#calendar03_month li:nth-child(1) {
}
#calendar03_month li:nth-child(2) {
    border-left: 1px solid #e6e6e6;
}
#calendar03_month span {
	position: relative;
	line-height: 1.2;
}
#calendar03_month em {
    font-size: 16px;
	display: block;
	font-style: normal;
}


#calendar03_date {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #e6e6e6;
}
#calendar03_date li {
    flex-grow: 1;
    text-align: center;
    padding: 5px 0;
    width: calc(100% / 28);
	background-color: #fff;
	font-weight: bold;
}
#calendar03_date li:not(:last-child) {
    border-right: 1px solid #e6e6e6;
}
#calendar03_date span {
    font-size: 10px;
	display: block;
	font-weight: bold;
}


.calendar03_sat {
    background-color: #e5f1f8 !important;
	color: #0071bc;
}
.calendar03_sun {
    background-color: #fff8f8 !important;
	color: #aa1f24;
}


li.holiday {
	background-color: #fff8f8 !important;
}

li.close {
	background-color: #f2f2f2 !important;
}

#calendar03_nav {
	display: none;
}




#calendar03_body {
	position: relative;
}


#calendar03_body ul {
	z-index: -1;
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
}
#calendar03_body li {
    flex-grow: 1;
    text-align: center;
    padding: 5px 0;
    width: calc(100% / 28);
    height: 100%;
}
#calendar03_body li:not(:last-child) {
    border-right: 1px solid #e6e6e6;
}
#calendar03_body span {
	font-size: 14px;
}





.calendar03_line {
    width: 100%;
    padding: 5px 0;
    position: relative;
}
.calendar03_bar {
    position: relative;
    display: inline-block;
    color: #fff;
	font-weight: bold;
    padding: 10px 0;
    border-radius: 20px;
    box-sizing: border-box;
	text-align: center;
	min-height: 58px;
	cursor: pointer;
}
.calendar03_bar>span {
	display: inline-block;
	position: relative;
	text-align: center;
	padding: 0 10px;
    box-sizing: border-box;
	line-height: 1.4;
	word-break : break-all;
}
.calendar03_bar>span a{
	color: #fff;
}

.calendar03_bar>span>span {
}
.outText {
	color: #000;
}

.calendar03_floor_container {
	padding: 20px 0;
	border-bottom: 1px solid #e6e6e6;
}
.calendar03_floor {
	display: inline-block;
	padding: 5px 10px;
	border-radius: 10px;
	position: relative;
	margin-left: 5px;
	margin-bottom: 10px;
	font-weight: bold;
}


.calendar03_food .calendar03_bar {
    background-color: #c12b44;
}
.calendar03_food .calendar03_floor {
	color: #c12b44;
	background-color: #fff3f3;
}

.calendar03_event .calendar03_bar {
    background-color: #aa1f24;
}
.calendar03_event .calendar03_floor {
	color: #aa1f24;
	background-color: #ffebee;
}

.calendar03_art .calendar03_bar {
    background-color: #856723;
}
.calendar03_art .calendar03_floor {
	color: #856723;
	background-color: #f4ecdf;
}

.calendar03_spbr {
	display: none;
}

.calendar03_error {
	color: #aa1f24;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	padding: 100px 50px;
	border: none !important;
}







#calendar03_modal {
	padding: 65px;
	width: 600px;
}

#calendar03_modal_title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0px;
}

#calendar03_modal_place {
	font-size: 14px;
	padding-bottom: 20px;
	border-bottom: 1px solid #B3B3B3;
	margin-bottom: 20px;
}
#calendar03_modal_date {
	font-size: 18px;
	font-weight: bold;
}
#calendar03_modal_detail {
	margin-top: 40px;
	text-align: center;
}



@media screen and (max-width: 767px){

	#calendar03_container {
		border-left: none;
		border-right: none;
	}
	#calendar03_inner {
		width: 400%;
		margin-bottom: 30px;
	}
	#calendar03_date {
		font-size: 16px;
	}
	#calendar03_date li:nth-child(7n) {
		border-right: none;
	}
	#calendar03_body li:nth-child(7n) {
		border-right: none;
	}
	#calendar03_header span {
		display: inline;
	}
	.calendar03_spbr {
		display: block;
	}

	#calendar03_nav {
		position: relative;
		display: block;
		height: 3px;
		text-align: center;
		font-size:0;
	}
	#calendar03_nav li {
		background-color: #b3b3b3;
		width: 30px;
		margin: 0 5px;
		height: 3px;
		display: inline-block;
	}
	#calendar03_nav li.now {
		background-color: #aa1f24;
	}



	#calendar03_modal {
		padding: 40px 22px;
		width: 320px;
	}

	#calendar03_modal_title {
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 0px;
	}

	#calendar03_modal_place {
		font-size: 12px;
		padding-bottom: 15px;
		border-bottom: 1px solid #B3B3B3;
		margin-bottom: 15px;
	}
	#calendar03_modal_date {
		font-size: 16px;
		font-weight: bold;
	}
	#calendar03_modal_detail {
		margin-top: 30px;
		text-align: center;
	}
	#calendar03_modal_detail img {
		width: 100%;
		height: auto;
	}


}
