/*
Calendar
*/
div.result .calendar {
	width: 25.5%;
	max-width: 448px;
	display: flex;
  justify-content: center;
  align-items: center;
	font-size: 1.6rem;
	background: #37569B;
  border: solid #37569B;
	border-width: 0 4px 4px 4px;
	box-shadow: 3px 3px 3px 1px #0000003d;
	position: relative;
	line-height: 1.2em;
}
@media screen and (max-width: 768px) {
div.result .calendar {
	width: 100%;
	max-width: 100%;
	margin: 0;
	}
}

.xo-event-calendar {
  font-family: 'Noto Sans JP', sans-serif;
}
.xo-event-calendar table {
  table-layout: fixed;
  border-collapse: inherit;
  border-spacing: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #fff;
  color: #333;
}
.xo-event-calendar table tr {
  display: table-row;
}
.xo-event-calendar table td, .xo-event-calendar table th {
  display: table-cell;
  padding: 0;
}
.xo-event-calendar {
  position: relative;
}
.xo-event-calendar .xo-month {
  position: relative;
}
.xo-event-calendar table.xo-month {
  margin: 0;
  padding: 0;
  border: solid #37569B;
	border-width: 0 0 4px 0;
}
.xo-event-calendar table.xo-month th, .xo-event-calendar table.xo-month td {
  padding: 0;
  border: solid #37569B;
	border-width: 1px 1px 0 0;
}
.xo-event-calendar table.xo-month > caption { /*background-color: #fff;*/ caption-side: top;
  text-align: center;
}
.xo-event-calendar table.xo-month .month-header {
  margin: 0;
	padding: 0;
}
.xo-event-calendar table.xo-month .month-header > span {
  display: inline-block;
  text-align: center;
  font-size: 120%;
	font-weight: bold;
	color: #fff;
  vertical-align: middle;
  line-height: 32px;
}
.xo-event-calendar table.xo-month button {
  margin: 0;
  padding: 2px 0 0;
  color: #fff;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  text-shadow: none;
  cursor: pointer;
  width: 28px;
}
.xo-event-calendar table.xo-month button[disabled] {
  opacity: 0.3;
  cursor: default;
}
.xo-event-calendar table.xo-month button > span {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 22px;
  text-align: center;
  vertical-align: middle;
}
.xo-event-calendar table.xo-month button span.nav-prev {
  display: inline-block;
  background: url("../images/nav-prev.svg") no-repeat center center;
  background-size: 14px 18px;
  width: 28px;
  height: 28px;
  font-size: 0;
}
.xo-event-calendar table.xo-month button span.nav-next {
  display: inline-block;
  background: url("../images/nav-next.svg") no-repeat center center;
  background-size: 14px 18px;
  width: 28px;
  height: 28px;
  font-size: 0;
}
.xo-event-calendar table.xo-month .month-prev {
  float: left;
}
.xo-event-calendar table.xo-month .month-next {
  float: right;
}
.xo-event-calendar table.xo-month > thead th {
  border-width: 0 1px 0 0;
  padding: 2px 0 4px;
  text-align: center;
  font-size: 100%;
  font-weight: bold;
	background: #DEDEDE;
}
.xo-event-calendar table.xo-month > thead th.sunday {
  color: #d00;
}
.xo-event-calendar table.xo-month > thead th.saturday {
  color: #00d;
}
.xo-event-calendar table.xo-month .month-week {
  position: relative;
  padding: 0;
  border: 0;
  width: 100%;
  overflow: hidden;
}
.xo-event-calendar table.xo-month .month-week table {
  margin: 0;
  padding: 0;
}
.xo-event-calendar table.xo-month .month-dayname {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-width: 1px;
}
.xo-event-calendar table.xo-month .month-dayname td {
  padding: 0;
}
.xo-event-calendar table.xo-month .month-dayname td div {
  height: 44px;
  padding: 4px;
  text-align: center;
  font-size: 150%;
  font-weight: bold;
  line-height: 1.4em;
}
.xo-event-calendar table.xo-month .month-dayname td div.other-month {
  opacity: 0.6;
}
.xo-event-calendar table.xo-month .month-dayname td div.today {
  color: #00d;
}
.xo-event-calendar table.xo-month .month-dayname td div.holiday-all,
.xo-event-calendar table.xo-month .month-dayname td div.holiday-long-holidays {
  color: #FFF;
}
.xo-event-calendar table.xo-month .month-dayname-space {
  position: relative;
  top: 0;
  height: 21px;
}
.xo-event-calendar table.xo-month .month-event {
  position: relative;
  top: 0;
  background-color: transparent;
}
.xo-event-calendar table.xo-month .month-event td {
  padding: 0 1px 2px 1px;
  border-width: 0 1px 0 0;
}
.xo-event-calendar table.xo-month .month-event-space {
  height: 21px;
  background-color: transparent;
}
.xo-event-calendar table.xo-month .month-event-space td {
  border-width: 0 1px 0 0;
}
.xo-event-calendar table.xo-month .month-event tr, .xo-event-calendar table.xo-month .month-event-space tr {
  background-color: transparent;
}
.xo-event-calendar table.xo-month .month-event-title {
  padding: 0 3px;
  display: block;
  color: #666;
  text-align: left;
  font-size: 0.8em;
  background-color: #ccc;
  border-radius: 3px;
  white-space: nowrap;
  overflow: hidden;
}

.xo-event-calendar .holiday-titles {
	padding: 12px 10px 4px;
	background: #fff;
	width: calc(100% - 1px);
}
.xo-event-calendar p.holiday-title {
  margin: 0;
  padding: 0;
  font-size: 13px;
  vertical-align: middle;
}
.xo-event-calendar p.holiday-title span {
  margin: 0 6px -2px 0;
  padding: 0 0 0 18px;
  width: 30px;
  height: 14px;
  display: inline-block;
}
.xo-event-calendar .holiday-titles dl:nth-of-type(n+2) {
	display: none;
}
.xo-event-calendar .holiday-titles dl {
  display: flex;
	flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
	margin: 0;
}
.xo-event-calendar .holiday-titles dl dt,
.xo-event-calendar .holiday-titles dl dd {
  font-size: 13px;
  line-height: 1.6;
  margin: 0 0 8px 0;
  padding: 0;
}
.xo-event-calendar .holiday-titles dl dt {
	width: 28%
}
.xo-event-calendar .holiday-titles dl dd {
	width: 68%
}
.xo-event-calendar .holiday-titles dl dd a {
  font-size: 14px;
  color: #37569B;
	text-decoration: underline;
}
@media screen and (max-width: 1360px) {
  .xo-event-calendar table.xo-month button {
    padding: 0;
  }
  .xo-event-calendar table.xo-month .month-header > span {
    line-height: 26px;
    font-size: 90%;
  }
	.xo-event-calendar table.xo-month .month-dayname td div {
		font-size: 1.2rem;
    height: 25px;
    line-height: 1.6rem;
  }
  .xo-event-calendar table.xo-month > thead th {
      font-size: 90%;
  }

  .xo-event-calendar table.xo-month .month-dayname-space {
      height: 13px;
  }
  .xo-event-calendar table.xo-month .month-event-space {
      height: 13px;
  }
  .xo-event-calendar p.holiday-title {
      font-size: 1rem;
  }
  .xo-event-calendar p.holiday-title span {
      width: 24px;
  }
  .calendar .holiday-titles dl dd {
      font-size: 1rem;
      margin: 0 0 5px 0;
  }
  .calendar .holiday-titles dl dd a {
      font-size: 1rem;
  }
  .xo-event-calendar .holiday-titles {
      padding: 14px 13px 5px;
  }
}
@media screen and (max-width : 768px) {
.xo-event-calendar table.xo-month .month-dayname td div {
  font-size: 130%;
  height: 33px;
  line-height: 1.4;
}
.xo-event-calendar table.xo-month .month-dayname-space {
  top: 0;
  height: 17px;
}
.xo-event-calendar table.xo-month .month-event-space {
  height: 17px;
}
  .xo-event-calendar .holiday-titles dl dt {
    width: 30%
  }
  .xo-event-calendar .holiday-titles dl dd {
    width: 68%
  }
  .xo-event-calendar .holiday-titles dl dt,
	.xo-event-calendar .holiday-titles dl dd,
	.xo-event-calendar .holiday-titles dl dt p,
	.xo-event-calendar .holiday-titles dl dd p,
	.xo-event-calendar .holiday-titles dl dd a {
  font-size: 1rem;
	line-height: 1.6em;
  }
}

.widget .xo-event-calendar table.xo-month > thead th {
  font-size: 90%;
}
/*
Loading animation
*/
.xo-event-calendar .loading-animation {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
}
.xoec-loading .xo-months {
  opacity: 0.5;
}
.xoec-loading .loading-animation {
  width: 40px;
  height: 40px;
  border: 5px rgba(0, 0, 0, 0.2) solid;
  border-top: 5px #4285f4 solid;
  border-radius: 50%;
  -webkit-animation: loadingCircRot .8s infinite linear;
  animation: loadingCircRot .8s infinite linear;
}
@-webkit-keyframes loadingCircRot {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes loadingCircRot {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/*
Event Content
*/
.xo-event-meta {
  padding: 3.8461% 0;
}
.xo-event-meta span {
  display: block;
}
/*
Twenty Nineteen theme
*/
html[lang="ja"] .xo-event-calendar .dashicons {
  font-family: dashicons !important;
}