#top-menu li a:link, #top-menu li a:visited {
    color: #0000;;
}

#top-menu li a {
    padding-left: 12px;
    background: none;
}



#header h1 {
    margin-bottom: 1em;
    margin-top: -1em;
    font-size: 0.8em;
}

#header h1 {
    margin-bottom: 1em;
    font-size: 0.8em;
}


* {
    letter-spacing: 1px;
}

#global-nav #menu {
    font-size: 1.5em;
}

#global-nav #menu li a {
    display: block;
    padding: 1.2em 3.99em 1.2em 3.55em;
    color: #fff;
}

#global-nav dt, #global-nav dd {
    margin-left: 2px;
}

.page-top {
    display: none;
}

.elementor-17 .elementor-element.elementor-element-c79e079 {
    margin-top: -9px;
    margin-bottom: -1.5px;
}

.elementor-17 .elementor-element.elementor-element-98fd1fd {
    margin-bottom: -3px;
}

.elementor-17 .elementor-element.elementor-element-8801707 {
    margin-bottom: -2px;
}

.elementor-17 .elementor-element.elementor-element-d08d23a {
    margin-bottom: -2px;
}

.elementor-17 .elementor-element.elementor-element-79abb90 {
    margin-bottom: -2px;
}

#main-contents .sb {
    text-align: right;
    display: none;
}

#biz_calendar table.bizcal {
    margin: 10px 0;
    width: 120%;
    background-color: #ffffff;
    table-layout: fixed;
    border: 2px #8e8d8d solid;
    line-height: 2.8;
    cursor: default;
    font-size: 14px;
    vertical-align: middle;
}

#biz_calendar table.bizcal .today {
    font-weight: bold;
    text-decoration: underline;
    color: #ffffff;
    background-color: #b90542;
}

#biz_calendar table.bizcal .holiday {
    background-color: #9c9c9c;
    color: #ffffff;
}

#biz_calendar p span.boxholiday {
    background-color: #9c9c9c;
    padding-left: 25px;
    margin-right: 10px;
}

#biz_calendar p {
    margin: 0;
    line-height: 170%;
    font-size: 14px;
}

#biz_calendar table.bizcal .holiday {
    background-color: #9c9c9c;
    color: #737373;
}

#global-nav {
    border-top: 3px solid #c50404;
    border-bottom: 3px solid #ff0909;
}

#global-nav {
    border-top: 3px solid #5d5656;
    border-bottom: 3px solid #ababab;
    background-color: #ff00007d;
}



#global-nav dt, #global-nav dd {
    margin-left: 0px;
    margin-right: 18px;
}

#header-in #header-text {
    display: none;
}

.xo-month-wrap{
        padding-right: 25px;
	width:50%;
	float:left;
	}
.xo-months::after{
	display:block;
	clear:both;
	content:"";
	}

.xo-event-calendar p.holiday-title {
    margin: 0;
    padding: 2px 0;
    font-size: 16px;
    vertical-align: middle;
}

.xo-event-calendar {
    position: relative;
    font-size: 16px;
}

input[type=checkbox] {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
input[type=radio] {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

#top-menu li {
    display: inline;
    margin-left: 1em;
    list-style: none;
    display: none;
}


/* 必須マーク */
.must{
	color: #fff;
	margin-right: 10px;
	padding: 6px 10px;
	background: #F92931;
	border-radius: 20px;
}

/* 任意マーク */
.free {
	color: #fff;
	margin-right: 10px;
	padding: 6px 10px;
	background: #424242;
	border-radius: 20px;
}

/* 項目名を太字にする */
form p {
	font-weight: 600;
}

/* 入力項目を見やすくする */
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
	padding: 8px 15px;
	margin-right: 10px;
	margin-top: 10px;
	border: 1px solid #d0d5d8;
	border-radius: 3px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
	height: 200px;
}

/* 必須項目の入力欄を黄色にする */
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
	background: rgba(255, 255, 142, 0.46);
}

/* 送信ボタンを見やすくする */
input.wpcf7-submit {
	width: 100%;
	height: 80px;
	background: #27c038;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}

/* エラーメッセージを見やすくする */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
	color: red;
	font-weight: 600;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
	background-color: #fff;
	color: #333;
	width: 95%;
	border: 1px solid #ddd;
	font-size: 100%;
	padding: 0.5em;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
}