article.calendar{
position: relative
}

img.calendar_shop_icon{
width:14px;
display:inline-block;
vertical-align:middle;
margin-right:5px;
}

@media screen and (min-width: 641px){
.event_calendar_shop{
position: relative;
width: 100%;
height: 600px;
border:none;

}
}

.custom-calendar-full {
width: 100%;
height: 100%;
}

.fc-calendar-container {
height: auto;
bottom: 0px;
width: 100%;
top: 60px;
position: absolute;
}

.custom-header {
padding: 20px 20px 10px 30px;
height: 50px;
position: relative;
}

.custom-header h2,
.custom-header h6 {
display: inline-block;
vertical-align: middle;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 4px;
text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
}

.custom-header h6 {
width: 40%;
color: #999;
line-height: 30px;
text-align: right;
padding-right: 125px;
font-size: 18px;
}

.custom-header nav {
position: absolute;
right: 40px;
top: 20px;
}


/*--------------------矢印--------------------*/

.custom-header nav span {
display: inline-block;
width: 36px;
height: 30px;
position: relative;
color: transparent;
cursor: pointer;
background: #999;
font-size: 22px;
border-radius: 0 3px 3px 0;
line-height: 26px;
}

.custom-header nav span:first-child {
border-radius: 3px 0 0 3px;
}

.custom-header nav span:hover {
background: #666;
}

.custom-header span:before {
font-family: 'fontawesome-selected';
color: #fff;
display: inline-block;
text-align: center;
width: 100%;
text-indent: 4px;
}

.custom-header nav span.custom-prev:before {
content: '\25c2';
}

.custom-header nav span.custom-next:before {
	content: '\25b8';
}

.custom-header nav span:last-child {
margin-left: 20px;
border-radius: 3px;
}

.custom-header nav span.custom-current:before {
content: '\27a6';
}

.fc-calendar {
background:#fff;
width: auto;
top: 10px;
bottom: 20px;
left: 20px;
right: 20px;
height: auto;
position: absolute;
border:solid 1px #999;
}

.fc-calendar .fc-head { 
background: #999;
color: #fff;
height: 40px;
line-height: 40px;
border-bottom:solid 1px #999;
}

.fc-calendar .fc-head > div {
font-weight: 300;
text-transform: uppercase;
font-size: 12px;
letter-spacing: 3px;
color:#fff;
}

.fc-calendar .fc-row > div > span.fc-date {
font-size: 12px;
font-weight: 300;
bottom: auto;
right: auto;
top: 10px;
left: 10px;
text-align: left;
}

.fc-calendar .fc-body {
border: none;
padding-bottom: 10px;
}

.fc-calendar .fc-row {
box-shadow: inset 0 -1px 0 rgba(255,255,255,0.2);
}

.fc-calendar .fc-row:last-child {
box-shadow: none;
}

.fc-calendar .fc-row > div {
box-shadow: -1px 0 0 rgba(255, 255, 255, 0.2);

padding: 5px;
cursor: pointer;
}

.fc-calendar .fc-row > div:first-child{
box-shadow: none;
}

.fc-calendar .fc-row > div.fc-today {
background: transparent;
box-shadow: inset 0 0 100px rgba(255,255,255,0.1);
}

.fc-calendar .fc-row > div.fc-today:after { 
content: ''; 
display: block;
position: absolute;
top: 0; 
left: 0;
width: 100%;
height: 100%;
opacity: 0.2;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.15)), to(rgba(0, 0, 0, 0.25))), -webkit-gradient(linear, left top, right bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(0.5, rgba(255, 255, 255, .15)), color-stop(0.501, rgba(255, 255, 255, 0)), color-stop(1, rgba(255, 255, 255, 0)));
background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.25)), -moz-linear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
background: -o-linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.25)), -o-llinear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.25)), -ms-linear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
background: linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.25)), linear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
}

.fc-calendar .fc-row > div > div {
margin-top: 24px;
}

/*----------カレンダー内情報----------*/

.fc-calendar .fc-row > div > div a,
.fc-calendar .fc-row > div > div span {
color: #666;
font-size: 12px;
line-height: 15px;
display: inline-block;
padding: 3px;
max-width: 100%;
margin-bottom: 1px;
}

.no-touch .fc-calendar .fc-row > div > div a:hover {
background: rgba(255,255,255,0.3);
}


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

.custom-header {
padding: 20px 20px 10px 0px;
height: 50px;
position: relative;
}

.custom-header h6 {
width: 100%;
color: #999;
font-size: 16px;
margin-bottom: 10px;
}

.fc-calendar-container {
height: auto;
bottom: 0px;
width: 100%;
top: 80px;
position: absolute;
}
	
.event_calendar_shop{
width: 90%;
border:none;
margin: 0px auto;
}

.fc-calendar-container{
position: relative;
}

.custom-header,
.custom-header nav,
.fc-calendar,
.fc-calendar .fc-head,
.fc-calendar .fc-row > div > span.fc-date {
position: relative;
top: auto;
left: auto;
bottom: auto;
right: auto;
height: auto;
width: auto;
}

.custom-header h2,
.custom-header h6 {
float: none;
width: auto;
text-align: left;
padding-right: 0px;
}

.fc-calendar{
position: relative;
top:-80px;
}

.fc-calendar .fc-row,
.ie9 .fc-calendar .fc-row > div,
.fc-calendar .fc-row > div {
width: 100%;
border: none;
	}

.fc-calendar .fc-row > div {
float: none;
min-height: 30px;
border-bottom: solid 1px #dcdcdc;
border-radius: 0px !important;
}

.fc-calendar .fc-row > div:empty{
float: none;	
min-height: 0;
height: 0;
box-shadow: none !important;
padding: 0;
}

	.fc-calendar .fc-row {
box-shadow: none;
}

.fc-calendar .fc-head {
display: none;
}

.fc-calendar .fc-row > div > div {
margin-top: 0px;
max-width: 90%;
display: inline-block;
}

.fc-calendar .fc-row > div.fc-today {
background: rgba(255, 255, 255, 0.2);
}

.fc-calendar .fc-row > div.fc-today:after { 
display: none;
}

	.fc-calendar .fc-row > div > span.fc-date {
width: 30px;
display: inline-block;
text-align: right;
	}

.fc-calendar .fc-row > div > span.fc-weekday {
display: inline-block;
width: 40px;
color: #fff;
color: rgba(255,255,255,0.7);
font-size: 10px;
text-transform: uppercase;
}
}