@charset "UTF-8";

html,
body {
    height: 100%;
    width: 100%;
}

html {
    font-size: 62.5%
}

body {
    margin: 0;
    padding: 0;
    font-family: "Murecho", sans-serif;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    text-align: justify;
    line-height: 1.9;
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.timetable {
    width: 461px;
    border-spacing: 0;
    border-collapse: collapse;
    margin-top: 8px;
    margin-left: 6px;
}

.timetable td,
.timetable th {
    /*border: 1px #0c4a39 solid;*/
    border: 1px solid rgba(12,74,57,0.9);
    font-size: 21px;
    color: #0c4a39;
    letter-spacing: -0.01em;
    text-align: center;
    vertical-align: middle;
}

.timetable th {
    /*border-right: 1px #0c4a39 solid;*/
    border: 1px solid rgba(12,74,57,0.9);
    white-space: nowrap;
    font-weight: 400;
}

.timetable .index th:last-child {
    /*border-right: 1px #0c4a39 solid;*/
    order: 1px solid rgba(12,74,57,0.9);
}

.timetable th[scope="col"] {
    font-size: 16px;
    padding: 0 8px 2px;
}

.timetable th.space {
    padding: 0;
}

.timetable th.time {
    font-size: 23px;
    letter-spacing: 1.2;
    padding-bottom: 2px;
}

.timetable th[scope="row"] {
    line-height: 1.2;
    font-size: 19px;
    padding: 0.5em 6px;
}

.timetable_desc {
    width: 100%;
    margin-top: 1.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.timetable_desc ul {
    margin-top: 1.5rem;
}

.timetable .circle {
    color: #0c4a39;
    font-weight: 700;
}

.timetable .circle span {
    font-size: 12px;
    font-weight: normal;
    color: #900014;
}

.saturday_info {
    margin-top: 2px;
    margin-right: 7px;
    font-size: 15px;
    color: #0c4a39;
    text-align: right;
    font-weight: 400;
}

.saturday_info span {
    text-decoration: underline;
}

.holiday_info ul {
    margin-top: 12px;
    margin-left: 6px;
    display: flex;
}

.holiday_info .title {
    display: flex;
    color: #ffffff;
    background-color: #900014;
    padding-left: 9px;
    padding-right: 7px;
    border-radius: 20px;
    font-weight: 200;
    align-items: center;
    justify-content: center;
}

.holiday_info .desc {
    display: flex;
    color: #0c4a39;
    font-size: 21px;
    font-weight: 400;
    align-items: center;
    justify-content: center;
    margin-left: 6px;
}

.telno {
    border-top: 2px solid #0c4a39;
    border-bottom: 2px solid #0c4a39;
    color: #0c4a39;
    margin-top: 19px;
    margin-right: 10px;
    margin-bottom: 11px;
    margin-left: 6px;
    font-size: 32px;
    font-weight: 700;
    padding: 4px 50px 4px 10px;
    letter-spacing: 2;
}

.telno span {
    font-size: 25px;
}

.notice {
    padding-top: 3px;
    padding-bottom: 3px;
}

.copy {
    width: 257px;
}

.copy p {
    letter-spacing: 0.06em;
    font-size: 9px;
    text-align: right;
}