@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
html { scroll-behavior: smooth;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
	font-family: 'Noto Serif JP', serif;
}
body {
	line-height: 1.2em;
	z-index: 1;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color:#000;
	color: #FFFFFF;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a:link,a:visited,a:hover,a:active {
	text-decoration: none;
	color: inherit;
}

header {
	width: 100%;
	background: #000;
}
*{
margin:0;
padding:0;
}
/****************** トップへ **************************************/
#page-top1{
    display: block;
    position: fixed;
    z-index: 9999;
    bottom: -250px;
    right: 20px;
    width: 55px;
    height: 55px;
    padding: 0;
    color: #222;
    text-align: center;
    text-decoration: none;
    transition: 1s;
        -webkit-transition: 1s;
}
#page-top1 img{
	width: 100%;
	height: auto;
}
#page-top1:hover{ 
    background: ;
    transform: translateY(-10px);
}
#top_scroll:hover{
    background: #000;
}
/****************************************/
/**カレンダー全体がスクロールしないように**/
.xo-event-calendar {
	overflow: visible;
}
/*上部エリア*/
/*月の表示txt*/
.calendar-caption {
	font-size: 1.6em;
}
.xo-event-calendar table caption {
	margin-bottom: 0.5em;
}
.xo-event-calendar table.xo-month button span.nav-prev {
	border-bottom: 2px solid #FFF;
    border-left: 2px solid #FFF;
}
.xo-event-calendar table.xo-month button span.nav-next {
	border-right: 2px solid #FFF;
	border-top: 2px solid #FFF;
}
.xo-event-calendar table.xo-month>thead th.sunday {
	color: #d76e6e;
}
.xo-event-calendar table.xo-month>thead th.saturday {
	color: #8bb3ff;
}
/*カレンダー**/
.xo-event-calendar table.xo-month,
.xo-event-calendar table {	
  	border: 1px solid #5a5a5a;
	color: #FFF;
}
/**全体の色**/
.xo-event-calendar table.xo-month td,
.xo-event-calendar table.xo-month th {
	background-color: #6a6a6a24;
	color: #FFF;
  	border: 1px solid #5a5a5a;
}
/**曜日の列**/
.xo-event-calendar table.xo-month>thead th {
	color: #FFF;	
	font-size: clamp(0.6rem, 2vw, 1.1rem);
	height: 1.4em;
	vertical-align: middle;
}
/**イベントの段**/
.xo-event-calendar table.xo-month .month-event-space {
	min-height: 2em;
	color: #FFF;
}
/**イベントが入った時の段**/
.xo-event-calendar table.xo-month .month-event td {	
	/*height: 3em;*/
	background-color: #6a6a6a24;
}
/**日付の段**/
.xo-event-calendar table.xo-month .month-dayname-space {
	background-color: #6a6a6a24;
	color: #FFF;
}
.dayname>*:first-child {
	color: #d76e6e !important;
}
.dayname>*:last-child {
	color: #8bb3ff !important;
}

/**下部**/
/**定休日説明**/
.xo-event-calendar p.holiday-title span {
    border: 1px solid #ccc;
    margin: 0 10px 0 0;
    padding: 4px 0 4px 45px;
}
/*当日の日付*/
.xo-event-calendar table.xo-month .month-dayname td div.today{
	color: #ffdf86;
	font-size: 100%;
}
/**/
.xo-event-calendar table.xo-month .month-event-title {
	background-color: #ccc;
    border-radius: 3px;
    color: #666;
    display: block;
    font-size: .8em;
    margin: 1px;
    overflow: hidden;
    padding: 0 4px;
    text-align: left;
    white-space: nowrap;
}
.holiday-full {
	position: relative;
}
.holiday-full::after {
	content: "満室";
	position: absolute;
	top: 1.5em;
	left: 1.5em;
	padding: 0.25em 0.5em;
	display: inline-block;
	background-color: #555;
	border-radius: 4px;
	letter-spacing: 0.5em;
	text-indent: 0.5em;
	color: #FFF;
}
/***********************************タブレット*************************************************/
@media screen and (max-width: 780px) {
/****************************************************************************************/
	.holiday-full::after {
		content: "満室";
		position: absolute;
		top: 1.8rem;
		left: 0.5em;
		padding: 0.25em 0.5em;
		display: inline-block;
		background-color: #555;
		border-radius: 4px;
		letter-spacing: 0em;
		text-indent: 0em;
		line-height: 1em;
		font-size: clamp(12px, 3vw, 16px);
	color: #FFF;
	}
}