* {
    margin: 0;
    padding: 0;
}

body {
    /*
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial,
        Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic",
        "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI",
        "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
    font-family: -apple-system, BlinkMacSystemFont, 'Helvatica Neue', Roboto, RobotoDraft,
        'Meiryo UI', 'Original Yu Gothic', 'Yu Gothic', YuGothic, sans-serif;
    font-size: 14px;
    color: #222;
}

_::-webkit-full-page-media, _:future, :root body {
    font-size:11px;
}

.container {
    width: 100%;
}

.title {
    max-width: 1020px;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 14px;
    margin: 0 auto;
}

.top-menu {
}

.menu-wrap {
    max-width: 1020px;
    margin: 0 auto;
    font-size: 0;
    text-align: center;
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.menu-item {
    position: relative;
    width: 15%;
    box-sizing: border-box;
    padding: 3px 0;
    background-color: #ffffff;
    border: 2px solid #45b035;
    border-radius: 8px;
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    
    text-decoration: none;
}

.menu-item:hover,
.menu-item.selected {
}

.menu-label {
    box-sizing: border-box;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: black;
    padding: 0 14px 0 14px;
    vertical-align: middle;
}

.menu-item .arrow {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    display: block;
    background-image: url(../img/green-arrow.png);
    background-repeat: no-repeat;
    background-size: 5px 9px;
    background-position: center right;
    width: 5px;
    height: 100%;
}

@media print {
    .top-menu {
        display: none;
    }
}

.banner-style {
    display: inline-block;
    width: 220px;
    cursor: pointer;
    margin-bottom: 5px;
}

.sitetop-button {
    float: right;
    display: inline-block;
    background-image: url(../img/norikae_top.png);
    background-repeat: no-repeat;
    background-size: 75px 26px;
    width: 75px;
    height: 26px;
    cursor: pointer;
    margin: 15px 25px 0 0;
}

.sitetop-button2 {
    float: right;
    display: inline-block;
    background-image: url(../img/norikae_top.png);
    background-repeat: no-repeat;
    background-size: 75px 26px;
    width: 75px;
    height: 26px;
    cursor: pointer;
    margin: 5px 130px 0 0;
}

.link {
    width: 245px;
    border-top: 1px solid #6eaf30;
    border-left: 1px solid #6eaf30;
    border-right: 1px solid #6eaf30;
    border-bottom: 1px solid #6eaf30;
}

.link-group .link:not(:last-child) {
    width: 245px;
    border-bottom: none;
}

.link-group .link:first-child {
    margin-top: 25px;
}

.link a {
    position: relative;
    display: block;
    color: #6eaf30;
    text-decoration: none;
    padding: 0 7px;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
}

.link .arrow {
    position: relative;
    float: right;
    display: block;
    background-image: url(../img/green-arrow.png);
    background-repeat: no-repeat;
    background-size: 7px 15px;
    background-position: center right;
    width: 7px;
    height: 100%;
    margin-left: auto;
}

.timetable-right {
    /*width: 700px;*/
    margin: 0 auto;
    font-size: 12px;
    color: gray;
    padding: 5px 0;
}

.next-arrow {
    float: right;
    background-image: url(../img/white-arrow.png);
    background-size: 7px 15px;
    background-position: right center;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-left: -10px;
    width: 7px;
    height: 100%;
}

.back-arrow {
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    background-image: url(../img/green-arrow-back.png);
    background-size: 5px 9px;
    background-position: left center;
    background-repeat: no-repeat;
    width: 5px;
    height: 100%;
}

#backButton {
    position: relative;
    margin-left: auto;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #000000;
    background-color: #ffffff;
    font-weight: bold;
    width: 200px;
    height: 50px;
    line-height: 50px;
    border-radius: 8px;
    border: 2px solid #45b035;
    text-align: center;
    cursor: pointer;
}

/* override jQuery UI */
.ui-state-focus {
    border-radius: unset;
}

/* renewal */
#contents {
    margin: 20px 20px 0 20px;
}

.error-message {
    color: #d92222;
    font-size: 16px;
    font-weight: bold;
    margin: 20px;
}

/* dialog */
.dialog-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
    background-color: rgba(0, 0, 0, 0.5);
}

.dialog-window {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 85%;
    max-height: 80%;
    top: 20%;
    border-radius: 6px;
    box-shadow: 1px 1px 5px black;
}

.dialog-title {
    height: 30px;
    line-height: 30px;
    background-color: #333;
    color: white;
    padding: 5px 10px;
    text-align: center;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.dialog-body {
    background-color: white;
    padding-bottom: 10px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.dialog-text {
    color: #333;
    padding: 10px;
    padding-bottom: 0;
    text-align: left;
    overflow: auto;
}

.dialog-close-button {
    width: 100px;
    padding: 5px 0;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
    text-align: center;
    color: #000000;
    background-color: #ffffff;
    border: 2px solid #45b035;
    cursor: pointer;
}

.dialog-close-button:hover {
    color: #000000;
    background-color: #bfbfbf;
    border: 2px solid #1f4f17;
}
/* dialog end */

/*2021/08追加*/

.handicapped{
    position: absolute;
    font-size: 13px;
    position: absolute;
    z-index: 20;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    border: 1px solid #59bb32;
    color: #59bb32;
    line-height: 120%;
    padding: 5px 10px;
    margin-right: 15px;
}

.border-button {
    position: relative;
    color: #000000;
    background-color: #ffffff;
    border: 2px solid #45b035;
    border-radius: 8px;
}

.border-button .arrow {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    display: block;
    background-image: url(../img/green-arrow.png);
    background-repeat: no-repeat;
    background-size: 5px 9px;
    background-position: center right;
    width: 5px;
    height: 100%;
}

@media screen and (max-width:706px) { 
.handicapped{
    display: none;
}
#ext--gHeader .ext--gHeader-lang {
    right: 10px!important;
}

}
