@import url(../css_tm/body.css);
@import url(../css_tm/header.css);
@import url(../inc/menu/menu-bar.css);
@import url(../../common/css/footer.css);

main{
    max-width:900px;
    width:100%;
    margin:auto;
}
.route-list {
    max-width: 900px;
    margin: 0 auto;
    padding: 10px;
}

.route-block {
    margin-bottom: 28px;
    padding: 16px;
    border: 2px solid #d0d0d0;
    border-radius: 8px;
    background: #f9f9f9;
}

.route-title {
    font-size: 22px;
    margin-bottom: 15px;
}

.route-block h3 {
    margin: 0 0 14px 0;
    font-size: 22px;
    font-weight: bold;
    color: #003366;
}

.service-buttons {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.btn-service {
    display: inline-block;
    padding: 14px 24px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background-color: #004080;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    min-width: 110px;
}

.btn-service:hover {
    background-color: #0060c0;
}

.btn-service:active {
    background-color: #002f5f;
}

.route-title {
    font-size: 22px;
    margin-bottom: 15px;
}

.service-buttons {
    margin-bottom: 20px;
}

.service-buttons a {
    display: inline-block;
    padding: 10px 18px;
    margin-right: 10px;
    font-size: 16px;
    background: #004080;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
}

.service-buttons a.active {
    background: #c00000;
}
/*************************
timetabule.php
*************************/
.timetable-img {
    width: 100%;
}

.timetable-img img {
    width: auto;
    max-width: 100%;
    height: auto;
}

/**************************
notec.php
***************************/
.info-container {
font-family: sans-serif;
line-height: 1.6;
padding:20px;
color: #333;
max-width: 800px;
 background-color: rgba(255,255,255,0.5);
}
.info-container h3 {
color: #0047ab; /* ロイヤルブルー */
border-left: 6px solid #0047ab;
padding: 5px 15px;
background-color: #f0f8ff;
margin-top: 30px;
}
.info-container dl {
margin-left: 10px;
}
.info-container dt {
font-weight: bold;
color: #0056b3;
margin-top: 15px;
font-size: 1.1em;
}
.info-container dd {
margin-left: 20px;
margin-bottom: 10px;
}
.info-container ul {
padding-left: 20px;
list-style-type: none;
}
.info-container ul li::before {
content: "●";
color: #00bfff; /* スカイブルー */
display: inline-block;
width: 1.2em;
margin-left: -1.2em;
}
.info-container .caution {
color: #d32f2f;
font-size: 0.9em;
margin-top: 5px;
}
.price-table {
width: 100%;
border-collapse: collapse;
margin: 10px 0;
}
.price-table td {
border-bottom: 1px solid #e3f2fd;
padding: 8px;
}