body {
    font-family: "Yusei Magic", sans-serif;
    background-color: antiquewhite;
}

/* ヘッダー */
header {
    margin-bottom: 40px;
    text-align: center;
}
header h1 {
    font-size: 1.5rem;
    padding: 10px 10px;
    margin-bottom: 20px;
    background-color: #fff;
    display: inline-block;
    border-radius: 10px;
    transform: translateY(-50%);
}
header nav {
    width: 70%;
    margin:  0 auto 50px ;
}
header ul {
    display: flex;
    justify-content: space-between;
}
header ul li {
    font-size: 1.3rem;
    font-weight: bold;
    color: #000000;
    padding: 10px;
    border-radius: 100px;
    border: solid 2px #7f2020;
    background-color: #ffffff;
}
header p {
    display: inline-block;
    padding: 10px 10px;
    background-color: #7f2020;
    color: #fff;
}

/* 共通 */
.container {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 6rem;
}
article {
    margin-bottom: 2rem;
}
.pas {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 3rem;
}
.pas span {
    border-bottom: solid .2rem;
    color: rgb(48, 162, 255);
}
.atr {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.row {
    display: flex;
    justify-content: space-between;
    padding-bottom: 1.5rem;
    border-bottom: solid .5px ;
}
.col {
    width: 45%;
}
.col:last-child {
    text-align: center;
    margin: auto;
}
.col img {
    border-radius: 20px;
}
.time {
    font-size: 1rem;
    margin-bottom: 10px;
}
.price {
    font-size: .75rem;
    color: red;
}

#atr .time span {
    background-color: pink;
}

#mo .time span {
    background-color: pink;
}

#mo .time span {
    background-color: pink;
}

footer {
    text-align: center;
    font-size: 0.5rem;
    padding: 10px;
    background-color: #fff;
}

#time_schedule article {
    border-bottom: solid .5px;
}
#time_schedule dl {
    display: flex;
    justify-content: space-between;
    font-size: 1.3rem;
    margin-bottom: .8rem;
    align-items: center;
}
#time_schedule dt {
    width: 20%;
    font-size: 1.3em;
    text-align: center;
    margin-bottom: 1rem;

}
#time_schedule dd {
    width: 75%;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}
#time_schedule p {
    margin-bottom: 5px;
}
#time_schedule .sp {
    font-size: 0.7rem;
    margin-left: 15px;
    color: red;
}
#time_schedule .mo {
    font-size: 0.7rem;
    margin-left: 15px;
    color: rgb(193, 2, 193);
}
#time_schedule .dpa {
    font-size: 0.7rem;
    margin-left: 15px;
    color: rgb(48, 162, 255);
}
#time_schedule .ent {
    font-size: 0.7rem;
    margin-left: 15px;
    color: orange;
}
#time_schedule .pp {
    font-size: 0.7rem;
    margin-left: 15px;
    color: green;
}


#money .caution {
    margin-bottom: 5rem;
}
#money p {
    margin-bottom: 2rem;
}
#money p span {
    color: #000000;
    background-color: rgba(255, 0, 0, 0.521);
}
#money h2 {
    text-align: center;
    font-size: 2.5rem;
    border-bottom: solid 1px;
    margin-bottom: 2rem;
}
#money dl {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    align-items: center;
}
#money dt {
    width: 40%;
    font-size: 1.1rem;
}
#money dd {
    width: 55%;
    font-size: 1.1rem;
}
#money .sen {
    position: relative;
}
#money .sen::before {
    position: absolute;
    content: "";
    display: block;
    transform: rotate(0);
    background-color: black;
    opacity: .7;
    width: 100%;
    height: 5px;
    top: 50%;
    left: 0;
}
#money .total {
    text-align: center;
    font-size: 1.6rem;
    margin: 60px 0 100px;
}
#money .total span {
    color: rgb(161, 5, 5);
    border-bottom: solid 2px;
}
#money .t {
    font-size: 4rem;
}
