html{
    scroll-behavior: smooth;
}
body{
    font-family: "Sawarabi Mincho";
    font-weight: normal;
    font-size: 16px;
}
img {
    width: 100%;
    vertical-align: bottom;
}
ul {
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
.wrap{
    max-width: 680px;
    margin: 0 auto;
    padding: 0 5%;
}
h1{
    text-align: center;
    font-weight: normal;
    margin: 2.25rem 0;
}
h2{
    margin: 2.25rem 0 1.25rem 0;
}
.mb_40{
    margin-bottom: 40px;
}
.heading03 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	text-align: center;
}

.heading03::before,
.heading03::after {
	content: '';
	width: 70px;
	height: 3px;
	background-color: #00cecb;
}

.heading03::before {
	margin-right: 20px;
}
.heading03::after {
	margin-left: 20px;
}
table{
    width: 100%; 
    table-layout: fixed; 
    box-sizing: border-box;
    margin-bottom: 20px;
    border-collapse: collapse;
}
.bus th{
   background-color: #B7E0FF;
}
.c_gray th{
    background: linear-gradient(135deg, #74b9ff 0%, #a29bfe 100%);
    color: white;
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}
.c_gray td{
    background-color: #f8f9fa;
    color: #333;
    font-size: 16px;
    line-height: 1.5;
}
.bus th,
.bus td{
    display:block;
    border: 1px solid #e0e0e0;
    padding: 15px;
    transition: all 0.3s ease;
}
.c_gray tr:hover th{
    background: linear-gradient(135deg, #6c5ce7 0%, #a29bfe 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}
.c_gray tr:hover td{
    background-color: #e8f4fd;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.war_back{
    background-color: rgb(212, 246, 246);
    padding: 2%;
    border: 1px solid rgb(110, 143, 143);
}
.war_back li{
    list-style-type: circle;
    list-style-position: inside;
}
.anago{
    width:200px;
    height: auto;
    animation-name: anime01;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
}
@keyframes anime01 {
    0% {
        transform: translate(0,5px);
    }

    100% {
        transform: translate(0,15px)
    }
}
.list li{
    margin-bottom: 10px;
}
.lunch{
    margin-top: 40px;
}

