/*

bus.css


*/

@charset "utf-8";

body {
    margin: 0;
    padding: 20px;
    background: #fcf7d4;
    padding: 40px 0;
    font-family: "Noto Sans JP", sans-serif;

    line-height: 1.2;
    letter-spacing: 0.02em;
    font-weight: 500;
}

.container{
    width: 560px;
    margin: 0 auto;
}

.box {
    background: #f7df7c;
    border-radius: 40px;
    padding: 26px 34px 22px;
 }

.header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.school-name {
    font-size: 34px;
    font-weight: 800;
    color: #fcf7d4;
    letter-spacing: 0.02em;
    line-height: 1;
    -webkit-text-stroke: 2px #000;
    paint-order: stroke fill;
    text-shadow: none;
}

.logo {
    width: 46px;
    height: 46px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("mdl_logo_tate.png");
    margin: 0;
}

.title {
    text-align: center;
    font-size: 30px;
    margin: 56px 0 8px;
    font-weight: 800;
}

.title + .title {
    margin-top: 0;
}

.page-title {
    text-align: center;
    font-size: 50px;
    font-weight:800;
    color: #009944;
    letter-spacing: -0.01em;
    line-height: 1.05;
    margin: 16px 0;
}

.line {
    text-align: center;
    width: 92%;
    height: 3px;
    background: black;
    margin: 0 auto 16px;
    border-radius: 2px;
}

.content-row {
    display: flex;
    justify-content: space-between;
    align-items: center;

    width: 88%;
    margin: 0 auto;
}

.weekday {
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 1;
}

.button {
    padding: 5px 10px;
    border: 1px solid black;
    border-radius: 15px;
    font-size: 20px;
    cursor: pointer;
    background: #cbd795;
}
        
.normalText {
    text-align: center;
    font-size: 30px;
    margin: 10px 0 10px 0;
    font-weight: bold;
}

.green-grid {
    border: 7px solid #009944;
    margin: 34px 20px 50px;
    border-radius: 25px;
    padding: 10px 30px;
    margin-bottom: 50px;
}

.green-grid-text {
    font-size: 25px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.green-grid-clock {
    text-align: center;
    font-size: 70px;
}

.green-grid-foot {
    display: flex;
    justify-content: space-between;
}

.foot-logo {
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("mdl_logo_yoko.png");
}

.container {
    width: 560px;
    margin: 0 auto;
}