<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #fff;
	letter-spacing : 0.2em;
}


.main{
    display: flex;
	align-items: center;
    background-color: #f0f0f0f0;
	flex-direction: column;
}

.link{
	color: white;
}

.activelink{
	background-color: lightskyblue;
}

#reserve_form{
	display: flex;
	justify-content: center;
}

.event-{
	background-color: #fdff97b8;
}

.event-3{
	background-color: #ffb0ceb8;
}

.event-10{
	background-color: #86f9c5c5;
}

.event-11{
	background-color: #c0f9e3c0;
}

.event-0{
	background-color: #d0b0ffb8;
}


.schedule{
    display: flex;
    justify-content: center;
    align-content: center;
    background-color: white;
    width: 90%;
    overflow: hidden;
}

.schedule td:nth-child(odd){
    text-align: right;
}

.schedule td:nth-child(even){
    text-align: center;
}

.schedule tr{ 
    height: 88px;
    border-color: black;
    border-style: dashed;
    border-width: 1px 0;
}

h4{
    border-bottom: 2px black solid;
}

.description{
    z-index: 2;
    display: flex;
    flex-direction: column;
    background-color: white;
    padding: 10px;
    width: 20%;
    text-align: center;
    align-items: center;
    border: solid 1px black;
}


.description-title{
    border-bottom: solid 2px black;
    font-size: 30px;
    padding: 10px;
}


.description-content{
    display: flex;
    padding: 10px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.description a{
    position: relative;
    background-color: white;
    /*border: outset 4px #3689b2;*/
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    color: blue;
    padding: 4px 0;
    vertical-align: middle;
    width: 50%;
    height: 3%;
    margin: 10px 0;
}

.description a:hover{
    color: orange;
}

.schedule table {
    border-collapse: collapse;
    width: 90%;
    margin: 2% 5% ;
}

.schedule th{
    width: 10%;
    font-weight: normal;
    text-align: left;
}

.schedule td{
    font-size: 12px;
}

.article{
    height: 100px;
    width: 100%;
    display: flex;
    flex-direction: row;
}
.article-title{
    font-size: 20px;
}
.article img{
    height: 50px;
    width: 50px;
}


.inactive-form {
    display: none;
}
.active-form {
    display: flex;
    flex-direction: column;
}

.feemenu {
    /* background-image: url(../images/feemenu.jpg); */
    /* height: 600px; */
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
}

.feemenu-content {
    /* background-image: url(../images/feemenu.jpg); */
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: justify;
}

.feemenu h4 {
    /* background: url(../images/mox_patient_icon.png) left 5px top 5px no-repeat; */
    background-size: 25px auto;
    padding-left: 40px;
    font-size: 20px;
    font-weight: 400;
}

.feemenu table {
    /* background-image: url(../images/feemenu.jpg); */
    display: flex;
    padding-top: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0;
    width: 650px;
    table-layout: fixed;
    border: 0;
    width: 100%;
}

.feemenu table tr {
    background-color: #fff;
    border: 1px solid #bbb;
    padding: .35em;
}

.feemenu table th,
.feemenu table td {
    padding: 1em 10px 1em 1em;
    border-right: 1px solid #bbb;
}

.feemenu table th {
    font-size: .85em;
    background-color: #eee;
    display: block;
    border-right: none;
}

.feemenu table thead tr {
    background-color: #eee;
    display: block;
    margin-bottom: .625em;
}

.feemenu table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.feemenu table td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: .8em;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none;
}

.feemenu table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
}

.feemenu table td:last-child {
    border-bottom: 0;
}


@media (max-width: 767px) { 
    .description{
        width: 50%;
    }
    .description-title{
        font-size: 18px;
    }
    .description-content{
        font-size: 13px;
    }
    .description a{
        font-size: 10px;
    }
}</pre></body></html>