/* CSS Document */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-size: 100%;
	font-family: Verdana, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	line-height: 1.5;
	word-wrap: break-word;
	overflow-wrap: break-word;
	font-weight: 400;
}

html {
}
a {
    text-decoration: none;
}

header {
    background-image: url(../img/titleback.png);
    background-position: left center;
    min-height: 100px;
}
.clear {
    float: none;
    clear: both;
}
.title {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    display: block;    
}
.title h1 {
    color: #1E669B;
    line-height: 1.1em;
    letter-spacing: .1em;
    font-size: 37px;
    float: left;
    padding: 5px;
}
.title span {
    color: #5F5F5F;
}

header .day {
    background-color: #FF6666;
    float: right;
    border-radius: 5px;
    color: #fff;
    padding: 8px 10px;
    margin: 10px 10px 10px 0;
    font-weight: bold;
    font-size: 25px;
    line-height: 1.2em;
}
header .day span {
    font-size: 20px;
    color: #fff;
}

    
main {
    max-width: 850px;
    margin: 30px auto 50px;
    position: relative;
}
.item {
    width: 100%;
}
.item li {
    list-style: none;
    flex-basis: 49%;
    font-weight: bold;
    font-size: 1.5rem;
} 
 ul.item2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-collapse: collapse;
}
.item2 li {
    list-style: none;
    flex-basis: 49%;
    font-weight: bold;
    font-size: 1.2rem;
} 
.item a {
    color: #0078BF;
    padding: 10px;
    line-height: 70px;
    border: 3px solid #0078BF;
    border-radius: 5px;
    margin: 10px 0;
    background-color: #EDF6FB;
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    display: block;
}
.item2 .dl_one a {
    color: #0078BF;
    padding: 10px;
    line-height: 50px;
    border: 3px solid #0078BF;
    border-radius: 5px;
    margin: 5px 0;
    background-color: #EDF6FB;
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    display: block;
}
.item a:hover,.item2 a:hover {
    color: #fff;
    background-color: #0078BF;
}
.top_h4 {
    font-size: 1.5rem;
    margin: 30px 0 10px 5px;
    padding: 2px 2px 2px 5px;
    border-left: 5px solid #0078BF;
}
footer {
    border-top: 3px solid #aaa;
}

footer dl {
    max-width: 850px;
    margin: 20px auto;
}
footer dt {
    float: left;
    padding: 5px;
}
footer dd {
    padding: 5px 5px 5px 60px;
}
.panlink {
    max-width: 850px;
    margin: auto;
    font-size: 13px;
}
h3 {
    border-bottom: 2px solid #0078BF;
    margin-bottom: 20px;
    color: #0078BF;
    font-size: 20px;
    padding: 5px;
}
.hobun {
    font-size: 0.9rem;
}
.hobun a {
    background-image: url(../img/PDF_24.png);
    background-repeat: no-repeat;
    background-size: 18px;
    padding-left: 20px;
    background-position: left 5px;
    display: block;
    font-weight: bold;
    font-size: 1.1em;
}
.hobun span {
    font-size: 12px;
    padding-left: 5px;
}


menu {
    margin-bottom: 20px;
}
menu ul {
    display: table;
    border-collapse: collapse;
    width: 100%;
}
menu li {
    list-style: none;
    display: table-cell;
    text-align: center;
    width: 20%;
    line-height: 30px;
    border: 1px solid #ccc;
}
menu li a {
    display: block;
}
menu li a:hover {
    background-color: #0078BF;
    color: #fff;
}
menu li a.active {
    background-color: #0078BF;
    color: #fff;
}

.hobun dl {
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 20px;
    background-color: #ECF6FC;
}
.hobun dt {
    float: left;
    width: 80px;
    text-align: center;
    padding: 3px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 3px;
}
.hobun dd {
    padding: 3px 6px 8px 100px;
    margin-bottom: 5px;
    border-bottom: 1px dotted #ccc;
}
#page-top {
    display: none;
}

.timetableall > div {
	display: flex;
	justify-content: space-between;
	padding: 5px;
	flex-wrap: wrap;
}
.timetableall a {
	color: #fff;
	padding: 5px 20px;
	font-size: .75em;
	border-radius: 15px;
	margin-right: 20px;
	letter-spacing: .15em;
  background: #3469B6;
  background: linear-gradient(to bottom, #6E97D3 0%, #3469B6 100%);
	box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}
.timetableall a:hover {
  background: linear-gradient(to bottom, #3469B6 0%, #6E97D3 100%);
}

.commingsoon{
position: absolute;
background-color: #FFFFFFC7;
top: 0;
height: auto;
bottom: 0;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
font-size: 2.5em;
font-weight: bold;
text-align: center;
letter-spacing: .3em;
}



@media screen and (max-width:799px) {
    header {
        padding-bottom: 10px;
    }
    .title h1 {
        line-height: 1.1em;
        letter-spacing: .1em;
        font-size: 37px;
        float:none;
        padding: 5px;
        text-align: center;
    }
    header .day {
        background-color: #FF6666;
        float: none;
        border-radius: 5px;
        color: #fff;
        padding: 8px 10px;
        margin: 0px 10px;
        font-weight: bold;
        font-size: 25px;
        line-height: 1.2em;
        text-align: center;
    }
    header .day span {
        font-size: 20px;
        color: #fff;
    }
    .item {
        display: block;
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
        border-collapse: collapse;
    }
    .item li {
        list-style: none;
        max-width: 100%;
        font-size: 1.2rem;
    }
    .item2 li {
        font-size: 1.0rem;
    } 
    .item a {
        color: #0078BF;
        padding: 5px;
        line-height: 50px;
        border: 3px solid #0078BF;
        border-radius: 5px;
        margin: 10px;
        background-color: #EDF6FB;
        background-image: url(../img/arrow.png);
        background-repeat: no-repeat;
        background-position: right center;
    }
    .item2 {
        padding: 5px;
        margin: 5px;
        width: auto!important;
    }
    .item2 .dl_one a {
        color: #0078BF;
        padding: 5px;
        line-height: 30px;
        border: 3px solid #0078BF;
        border-radius: 5px;
        background-color: #EDF6FB;
        background-image: url(../img/arrow.png);
        background-repeat: no-repeat;
        background-position: right center;
        margin: 3px 0;
    }
    footer dt {
        float: none;
        padding: 5px 5px 0;
    }
    footer dd {
        padding: 0px 5px 5px;
    }
    main {
        margin: 30px auto;
    }
    menu li {
        font-size: 13px;
    }
	.timetableall {
		width: 100%!important;
		flex-basis: 350px!important;
		font-size: 1em;
	}
}
@media screen and (max-width:449px) {
    .title h1 {
        line-height: 1.1em;
        letter-spacing: 0;
        font-size: 25px;
        float:none;
        padding: 5px;
        text-align: center;
    }
    header .day,header .day span {
        font-size: 18px;
    }
    .panlink {
        font-size: 12px;
    }
    h3 {
        font-size: 20px;
    }
    footer {
        font-size: 13px;
    }
    menu {
        margin-bottom: 20px;
    }
    menu ul {
        display: block;
        width: 100%;
    }
    menu li {
        width: 95%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .hobun dt {
        float: none;
        padding: 2px;
    }
    .hobun dd {
        padding: 3px 3px 5px;
        margin-bottom: 5px;
        border-bottom: 1px dotted #ccc;
    }
}
.oldlist {
	margin-left: 20px;
}



