.mc-main.refresh, .mc-list {
	background: #99738a;
	padding: 5px;
	border-radius: 5px;
	color: #333
}

.mc-main.refresh .my-calendar-date-switcher, .mc-main.refresh .calendar-event .details, .mc-main.refresh .calendar-events {
	background: #edf7ff
}

.mc-main.refresh .my-calendar-date-switcher input, .mc-main.refresh .my-calendar-date-switcher select {
	margin: 0;
}

.mc-main.refresh .calendar-event .details, .mc-main.refresh .calendar-events {
	color: #000
}

.mc-main.refresh .nextmonth, .mc-main.refresh .nextmonth .weekend {
	color: #777;
}

.mc-main.refresh .mc-list .mc-events {
	padding: 1px 4px
}

.mc-main.refresh .mc-list .odd {
	background: #efecec
}

.mc-main.refresh .list-event .details {
	background: #f6f6f6;
	margin: 10px;
	box-shadow: 0 0 5px #aaa;
	border-radius: 5px;
	padding: 10px
}

.mc-main.refresh .mc-list .odd .details {
	background: #fff
}

.mc-main.refresh .current-day {
	background: #ffc
}

.mc-main.refresh .current-day .mc-date {
	color: #488484;
}

.mc-main.refresh .mc-date, .mc-main.refresh.mini td {
	color: #000;
}

.mc-main.refresh .weekend {
	background: var(--grid-weekend-bg);
}

.mc-main.refresh .has-events.weekend.nextmonth .mc-date,
.mc-main.refresh .has-events.weekend .mc-date {
	background: #d8a474;
	color: #303030;
}

.mc-main.refresh .details .mc-event-date {
	font-weight: 700;
	font-size: 1.3em;
}

.mc-main.refresh .details .time-block p {
	padding: 0;
	margin: 0;
}

.my-calendar-header {
	width: 100%;
}

nav .my-calendar-nav {
	width: 100%;
}

nav .my-calendar-nav ul {
	column-gap: 0;
	display: flex;
    justify-content: space-between;
    width: 100%;
}

.mc-main.refresh .my-calendar-nav li a {
    color: #000;
    text-decoration: none;
    border: 1px solid #787878;
    font-size: .9em;
    background: -webkit-linear-gradient(top, #c8ac60cc 0%, #c8ac60 50%, #c8ac60fc 51%, #c8ac606b 100%);
    background: linear-gradient(to bottom, #c8ac60cc 0%, #c8ac60 50%, #c8ac60fc 51%, #c8ac606b 100%);
}

.mc-main.refresh .my-calendar-nav li a:hover {
	color: #fff;
	text-decoration: underline
}

.upcoming-events .past-event {
	color: #777
}

.upcoming-events .today {
	color: #111
}

.upcoming-events .future-event {
	color: #555
}

.mc-main.refresh .heading, .mc-main.refresh .my-calendar-month, .mc-main.refresh .my-calendar-week, .mc-main.refresh .mc-single {
	background: -webkit-linear-gradient(top, #30303061 0%, #30303005 50%, #30303000 50%, #30303087 100%);
	background-color: #99738a;
	margin: 8px auto 16px;
	font-weight: 700;
	padding: 4px 0;
	border: 1px solid #303030;
	text-align: center;
	border-radius: 30px;
	color: #303030;
}

.mc-main.refresh .mc-single {
	font-size: 1.1em !important;
	text-align: left;
	padding: 4px
}

.mini td {
	height: auto !important
}

.mc-main.refresh th abbr {
	border-bottom: none
}

.mc-main.refresh td .event-title, .mc-main.refresh td .event-title a {
	display: block;
	border-radius: 2px;
	font-size: 12px !important;
	font-family: Arial, sans-serif;
	font-weight: 400;
	clear: none;
}

.mc-main.refresh td .event-title a {
	text-decoration: none
}

.mc-main.refresh td .event-title a:hover, .mc-main.refresh td .event-title a:focus {
	text-decoration: underline
}

.mc-main.refresh.mini td .event-title, .mc-main.refresh.list li .event-title {
	font-size: 1em !important
}

.mc-main.refresh.mini td .event-title {
	font-weight: 700
}

.mc-main.refresh td .event-title img {
	vertical-align: middle;
	margin: 0 2px 0 0 !important
}

.mc-main.refresh .list-event .event-title {
	margin: 0
}

.mc-main.refresh .calendar-event .details, .mc-main.refresh .calendar-events {
	top: 25%;
	left: 5%;
	width: 85%;
	border-radius: 4px;
	box-shadow: 2px 2px 2px #444;
	padding: 24px;
}

.mc-main.refresh .calendar-events {
	padding: 10px;
	width: 100%;
	left: -10px
}

.mc-main.refresh .calendar-events .details {
	width: 100%;
	padding: 0px !important
}

.mc-main.refresh .details .close {
	position: absolute;
	background: #fff;
	right: 1px;
	top: 1px
}

.mc-main.refresh.mini .details .close {
	position: absolute;
	top: 8px;
	right: 8px
}

.mc-main.refresh .mc-list {
	margin: 0;
	padding: 0
}

.mc-main.refresh .mc-list li {
	list-style-type: none;
	list-style-image: none;
	background-image: none
}

.mc-main.refresh .mc-date {
	display: block;
	padding: 0 4px;
	text-align: center;
	background: #303030;
	color: #99738a;
}

.mc-main.refresh th {
	font-size: .8em;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	color: #666 !important;
	background: #99738a;
}

.mc-list li {
	text-indent: 0;
	margin: 0;
	padding: 0
}

.mc-main.refresh .my-calendar-next {
	text-align: right
}

.mc-main.refresh .my-calendar-next a {
	border-radius: 0 18px 18px 0
}

.mc-main.refresh .my-calendar-prev a {
	border-radius: 18px 0 0 18px
}

.mc-main.refresh.mini td .category-icon {
	display: none
}

.mc-main.refresh.mini .mc-date {
	padding: 6px 2px !important
}

.mc-main.refresh.mini .event-title {
	font-size: 1.1em
}

.mc-main.refresh.mini .day-with-date span, .mc-main.refresh.mini .day-with-date a, .mc-main.refresh.mini .current-day span, .mc-main.refresh.mini .current-day a {
	font-size: .9em;
	padding: 1px;
	text-align: center;
}

.mc-main.refresh .mini-event .details span, .mc-main.refresh .mini-event .details a {
	text-align: left
}

.mc-main.refresh .mini-event .sub-details {
	margin: 0;
	border-bottom: 1px solid #ccc;
	padding: 2px 0 0;
	margin-bottom: 5px
}

.mc-main.refresh .mini-event .details img {
	width: 100%
}

.mc-main.refresh .list-event .details img {
	width: auto;
	max-width: 100%;
}

.mc-main.refresh.mini .day-with-date a {
	display: block;
	margin: -2px;
	font-weight: 700;
	text-decoration: underline
}

.mc-main.refresh .nextmonth {
	background: #000;
	color: #333;
}

.mc-main.refresh .nextmonth .mc-date {
	background: #000;
	color: #99738a;
	text-align: center;
}

.mc-main.refresh .vcard, #mc_event .vcard {
	float: right;
	width: 33%;
	margin-left: 12px
}

.mc-day {
	margin: 5px 0;
	padding: 5px;
	clear: right
}

#event-calendar-top .subSection-title {
    color: #fc9cb8;
    margin-bottom: 8px;
}

table.my-calendar-table {
	background:#99738a;
	color: #99738a;
}

.mc-main th abbr {
	color: #000;
	font-size: 18px
}

.mc-main .has-events .mc-date {
	background:#d8a474;
	color: #303030;
	font-weight:bolder;
	text-align: center;
}

a.mc-date.trigger{
	color: #fc9cb8;
}

.mc-main th.sun{
	background-color:#d44064cc;
}

.mc-main th.sat{
	background-color:#2c6090b8;
}

.mc-main.refresh .weekend .mc-date {
    background: #342c28;
    color: #99738a;
    font-weight: bolder;
}

.mc-main.refresh .weekend.nextmonth .mc-date {
    background: #000;
}

.mc_bottomnav.my-calendar-footer {
	justify-content: center;
}

.mc-print {
	text-align: center;
	background: none;
}

.mc-print #mc_print-my-calendar {
	padding: 0;
	border: 0;
	line-height: 1;
	font-size: 18px;
	text-align: center;
	background: none;
	color: #fff;
	font-weight: 400;
}

.mc-print #mc_print-my-calendar .maybe-hide {
	color: #fff;
	margin: 0;
}

.my-calendar-today {
	display: none;
}

#my-calendar {
	display: flex;
	flex-direction: column;
}

.mc-main.refresh .my-calendar-date-switcher {
	width: 100%;
	text-align: center;
	justify-content: center;
	background: #484c4c;
    border-radius: 10px;
	padding: 4px;
    margin: 0;
}

#my-calendar.mc-main .heading.my-calendar-month {
	order: 1;
	max-width: 480px;
	width: 65%;
	margin: -36px auto 10px;
	font-size: 18px;
	padding: 0;
}

.col-md-12  #my-calendar.mc-main .heading.my-calendar-month {
	max-width: 690px;
}

.my-calendar-navigation:has(.my-calendar-header) {
	order: 0;
}

.mc-content {
	order: 2;
}

.my-calendar-navigation:has(.my-calendar-footer) {
	order: 3;
}

.mc-main .has-events .mc-date .event-icon {
	display: none;
}

.post-name-my-calendar aside#event-calendar-small {
	display: none;
}

.mc-main .mc_1 .event-title button {
	border: 0;
}

.mc-main .mc_1 .event-title button:hover {
	cursor: pointer;
	background: #ffd7a7;
}

.mc-main.refresh .my-calendar-date-switcher input#my-calendar-button {
    font-size: .9em;
    padding: 3px !important;
	background-color: #c8ac60;
    border-color: #787878;
	color: #fff;
}

.mc-main .mc-date-switcher div {
	display: flex;
}

.mc-main .mc-date-switcher div {
	display: flex;
}

#my-calendar-year {
	order: 0;
}

[for="my-calendar-year"] {
	order: 1;
}

#my-calendar-month {
	order: 2;
}

[for="my-calendar-month"] {
	order: 3;
}

[for="my-calendar-button"] {
	order: 4;
}

#my-calendar-button {
	order: 5;
}

.mc-main .maybe-hide:not(.my-calendar-nav span) {
	clip-path: inset(0);
	height: auto;
	margin: 0 8px;
	position: static !important;
	width: auto;
	display: inline-block;
	color: rgb(200, 172, 96);
}

span.entry-meta_items.entry-meta_items_term {
	pointer-events: none;
}

.single-mc-events h1.entry-title {
	margin-top: 20px;
    margin-bottom: 0;
	word-break: keep-all;
}

.mc-events h2:first-child {
	font-size: 19px;
	margin-top: 40px;
    margin-bottom: 0;
	padding: 0;
    background: #244440;
    border-top: 0;
    border-bottom: 0;
    border-radius: 6px;
}

.mc-events {
	text-align: center;
}

.mc-events span.entry-meta_items.entry-meta_items_term {
    position: relative;
	top: 10px;
    float: none;
}

.kaisaibi {
	margin-bottom: 18px;
}

.ticket_price {
    font-size: 14px;
}

.ticket_url a:empty {
    display: none;
}

.mc-description {
	text-align: left;
	background: #303030;
    border-radius: 6px;
	margin: 10px;
    padding: 10px 20px;
}

.google_cal {
    font-size: 17px;
	word-break: keep-all;
}

.mc-gmap-fupup {
	border: 5px solid #244440;
	border-radius: 6px;
}

.zyuusyo {
	margin: 10px 0;
}

.to_googlemap {
	margin-top: 10px;
}

.entry-footer {
	display: none;
}

#to_calendar_page div {
    text-align: center;
}

#to_calendar_page div a {
    font-size: 14px;
}

.mc-main.refresh .heading, .mc-main.refresh .my-calendar-month {
	padding: 0;
	margin-top: 0;
}
