@charset "UTF-8";
html {
    font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
body {
    width: 100%;
    margin: 0 auto;
}
.renner {
    font-family: 'Renner*';
    font-weight: bold;
}
.blue {
    color: #006DB7;
}
.green {
    color: #00A172;
}
.red {
    color: #E73828;
}
img {
    max-width: 100%;
    height: auto;
}
.center {
    margin: 0 auto;
}
.br::before {
	content: "\A" ;
	white-space: pre ;
}
a:hover img {
    opacity: 0.8 ;
}
.cb{ 
    clear: both;
}
#wrap {
    
}
header {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    position: fixed;
    z-index: 100;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.headerInner {
    width: 960px;
    padding: 15px 0;
    margin: 0 auto;
}
h1 {
    float: left;
    padding: 0 50px 0 0;
}
nav {

}
.menu-btn{
    display: none;
} 
.menu{
    display: flex;
    justify-content: space-between;
    height: 82.5px;
    align-items: flex-end;
}
.menu__item{
    
}
@media screen and (max-width: 896px) {
    header {
        width: 100%;
        margin: 0 auto;
        background-color: #fff;
        position: fixed;
        z-index: 100;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    }
    .headerInner {
        width: 100%;
        padding: 15px 0;
        margin: 0 auto;
    }
    h1 {
        float: none;
        padding: 10px 0 10px 30px;
        width: 250px;
        height: auto;
    }
    nav {
    
    }
    .menu-btn{
        position: fixed;
        top: 25px;
        right: 20px;
        z-index: 2;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #000;
        color: #fff;
    } 
    .menu{
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1;
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: #fff;
    }
    .menu__item{
        width: 100%;
        height: auto;
        padding: 30px 0;
        text-align: center;
        box-sizing: border-box;
        font-size: 2em;
    }
    .menu{
        transform-origin: top left;
        transform: rotateZ(-90deg);
        transition: all .3s ease;
    }
    .menu.is-active{
        transform: rotateZ(0deg);
    }
}
@media screen and (max-width: 480px) {
    header {
        width: 100%;
        margin: 0 auto;
        background-color: #fff;
        position: fixed;
        z-index: 100;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    }
    .headerInner {
        width: 100%;
        padding: 15px 0;
        margin: 0 auto;
    }
    h1 {
        float: none;
        padding: 10px 0 10px 20px;
        width: 250px;
        height: auto;
    }
    nav {
    
    }
    .menu-btn{
        position: fixed;
        top: 25px;
        right: 20px;
        z-index: 2;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #000;
        color: #fff;
    } 
    .menu{
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1;
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: #fff;
    }
    .menu__item{
        width: 100%;
        height: auto;
        padding: 30px 0;
        text-align: center;
        box-sizing: border-box;
        font-size: 2em;
    }
    .menu{
        transform-origin: top left;
        transform: rotateZ(-90deg);
        transition: all .3s ease;
    }
    .menu.is-active{
        transform: rotateZ(0deg);
    }
}
.container {
    padding-top: 110px;
}
.sliderBox {
    padding-bottom: 50px;
}
ul.slider {
    text-align: center;
}
.slick-slide {
    outline: none;
}
.slick-prev:before,
.slick-next:before {
    color: #000;
}
.slick-next {
    right: 20px;
    z-index: 99;
}
.slick-prev {
    left: 15px;
    z-index: 100;
}
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #fff;
}
.about {
    max-width: 960px;
    margin: 0 auto;
    padding-bottom: 80px;
}
.about p {
    line-height: 2em;
    padding: 0 20px;
    font-size: 1.1em;
    font-weight: bold;
}
@media screen and (max-width: 896px) {
    .container {
        padding-top: 100px;
    }
    .sliderBox {
        padding-bottom: 50px;
    }
    ul.slider {
        text-align: center;
    }
    .slick-slide {
        outline: none;
    }
    .slick-slide img {
        width: 95vw;
    }
    .slick-prev:before,
    .slick-next:before {
        color: #000;
    }
    .slick-next {
        right: 20px;
        z-index: 99;
    }
    .slick-prev {
        left: 15px;
        z-index: 100;
    }
    .slick-dots li.slick-active button:before,
    .slick-dots li button:before {
        color: #fff;
    }
    .about {
        max-width: 100%;
        margin: 0 auto;
        padding-bottom: 80px;
    }
    .about p {
        line-height: 2em;
        padding: 0 30px;
        font-size: 1em;
    }
}
@media screen and (max-width: 480px) {
    .about {
        max-width: 100%;
        margin: 0 auto;
        padding-bottom: 50px;
    }
    .about p {
        line-height: 1.8em;
        padding: 0 20px;
        font-size: 0.9em;
    }
}
.outline {
    max-width: 960px;
    margin: 0 auto;
    padding-bottom: 80px;
}
.outlineBlue {
    background-color: #006DB7;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.head {
    display: flex;
    color: #fff;
    align-items: center;
    padding: 10px 10px;
    border-bottom: 1px solid #fff;
}
.date {
    font-size: 2em;
    font-weight: bold;
    padding: 0 0 0 30px;
}
.event {
    font-size: 2.0em;
    padding: 0 10px 8px 10px;
}
.event img {

}
.kana {
    font-size: 1.2em;
    font-weight: bold;
    padding: 0 10px;
}
.small {
    font-size: 0.8em;
}
.tab_container {
    background-color: #fff;
    border:1px solid #006DB7;
    margin: 0 auto;
}
.tab_item {
    width: calc(100%/4);
    padding:15px 0;
    border-bottom: 1px solid #006DB7 ;
    background-color: #999999;
    text-align: center;
    color: #fff ;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
}
.tab_item:hover {
    opacity: 0.75;
}
input[name="tab_item"] {
    display: none;
}
.tab_content {
    display: none;
    clear: both;
    overflow: hidden;
}
#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content,
#tab4:checked ~ #tab4_content {
    display: block;
}
.tab_container input:checked + .tab_item {
    background-color: #006DB7 ;
    color: #fff;
}
#tab1_content {
    padding: 40px;
}
.tabflex {
    display: flex;
    line-height: 2.5em;
    font-size: 0.9em;
}
.tabTitle {

}
.tabContents {
    padding-left: 20px;
}
#tab2_content {
    background-color: #CDE9FC;
}
.sch {
    text-align: center;
    background-color: #fff;
    width: 70%;
    margin: 0 auto;
    padding: 40px;
}
.flexBox {
    display: flex;
    justify-content: center;
    align-items: center;
}
p.tabTxt {
    font-size: 2.3em;
    font-weight: bold;
    padding: 0 20px 20px 20px;
}
p.ht {
    font-size: 2.5em;
    font-weight: bold;
    color: #006DB7;
    border-left: 7px solid #006DB7;
    border-right: 7px solid #006DB7;
    padding: 0 20px;
    display: inline-block;
    margin: 50px 0 0;
}
.htblack {
    font-size: 0.8em;
    font-weight: bold;
    color: #000;
}
.route {
    font-size: 2em;
    font-weight: bold;
    color: #006DB7;
    padding: 0 20px;
    display: inline-block;
}
p.tabTxtsmall {
    font-size: 1.3em;
    font-weight: bold;
    padding: 20px 0 20px;
}
.fontSmall {
    font-size: 0.8em;
}
hr.lineBlue {
    border: 1px dotted #006DB7;
    margin: 40px 0;
}
.access {
    padding: 50px 0 30px;
}
.access p {
    text-align: center;
    line-height: 2em;
}
.map {
    padding: 30px 0 30px;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 50px;
}
.map iframe,
.map object,
.map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bus {
    padding: 0 0 30px;
    text-align: center;
}
.bus img {
    padding-bottom: 20px;
}
.bus p {
    text-align: center;
    line-height: 2em;
}
.fontMiddle {
    font-size: 1.5em;
}
.result {
    text-align: center;
    padding: 30px 0;
}
.result img {

}
p.coming {
    font-size: 2em;
    padding: 30px 0 0;
}
.caution {
    padding-top: 50px;
}
.tabG_container {
    background-color: #fff;
    border:1px solid #00A172;
    margin: 0 auto;
}
.tabG_item {
    width: calc(100%/4);
    padding:15px 0;
    border-bottom: 1px solid #00A172 ;
    background-color: #999999;
    text-align: center;
    color: #fff ;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
}
.tabG_item:hover {
    opacity: 0.75;
}
input[name="tabG_item"] {
    display: none;
}
.tabG_content {
    display: none;
    clear: both;
    overflow: hidden;
}
#tab1G:checked ~ #tab1G_content,
#tab2G:checked ~ #tab2G_content,
#tab3G:checked ~ #tab3G_content,
#tab4G:checked ~ #tab4G_content {
    display: block;
}
.tabG_container input:checked + .tabG_item {
    background-color: #00A172 ;
    color: #fff;
}
#tab1G_content {
    padding: 40px;
}
#tab2G_content {
    background-color: #CAEAD4;
}
.outlineGreen {
    background-color: #00A172;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
p.htG {
    font-size: 2.5em;
    font-weight: bold;
    color: #00A172;
    border-left: 7px solid #00A172;
    border-right: 7px solid #00A172;
    padding: 0 20px;
    display: inline-block;
    margin: 50px 0 0;
}
.routeG {
    font-size: 2em;
    font-weight: bold;
    color: #00A172;
    padding: 0 20px;
    display: inline-block;
}
hr.lineGreen {
    border: 1px dotted #00A172;
    margin: 40px 0;
}
.tabR_container {
    background-color: #fff;
    border:1px solid #E73828;
    margin: 0 auto;
}
.tabR_item {
    width: calc(100%/4);
    padding:15px 0;
    border-bottom: 1px solid #E73828 ;
    background-color: #999999;
    text-align: center;
    color: #fff ;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
}
.tabR_item:hover {
    opacity: 0.75;
}
input[name="tabR_item"] {
    display: none;
}
.tabR_content {
    display: none;
    clear: both;
    overflow: hidden;
}
#tab1R:checked ~ #tab1R_content,
#tab2R:checked ~ #tab2R_content,
#tab3R:checked ~ #tab3R_content,
#tab4R:checked ~ #tab4R_content {
    display: block;
}
.tabR_container input:checked + .tabR_item {
    background-color: #E73828 ;
    color: #fff;
}
#tab1R_content {
    padding: 40px;
}
#tab2R_content {
    background-color: #F3D6D4;
}
.outlineRed {
    background-color: #E73828;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
p.htR {
    font-size: 2.5em;
    font-weight: bold;
    color: #E73828;
    border-left: 7px solid #E73828;
    border-right: 7px solid #E73828;
    padding: 0 20px;
    display: inline-block;
    margin: 50px 0 0;
}
.routeR {
    font-size: 2.5em;
    font-weight: bold;
    color: #E73828;
    padding: 60px 0;
    display: inline-block;
}
hr.lineRed {
    border: 1px dotted #E73828;
    margin: 40px 0;
}
@media screen and (max-width: 896px) {
    .outline {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 20px 80px;
    }
    .outlineBlue {
        background-color: #006DB7;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    }
    .head {
        display: flex;
        color: #fff;
        align-items: center;
        padding: 20px 0;
        border-bottom: 1px solid #fff;
        flex-flow: column;
    }
    .date {
        font-size: 2em;
        font-weight: bold;
        padding: 0 0 0 30px;
    }
    .event {
        font-size: 2.0em;
        padding: 0 10px 8px 10px;
    }
    .event img {
    
    }
    .kana {
        font-size: 1.2em;
        font-weight: bold;
        padding: 0 10px;
    }
    .small {
        font-size: 0.8em;
    }
    .tab_container {
        background-color: #fff;
        border:1px solid #006DB7;
        margin: 0 auto;
    }
    .tab_item {
        width: calc(100%/4);
        padding:15px 0;
        border-bottom: 1px solid #006DB7 ;
        background-color: #999999;
        text-align: center;
        color: #fff ;
        display: block;
        float: left;
        text-align: center;
        font-weight: bold;
        transition: all 0.2s ease;
    }
    .tab_item:hover {
        opacity: 0.75;
    }
    input[name="tab_item"] {
        display: none;
    }
    .tab_content {
        display: none;
        clear: both;
        overflow: hidden;
    }
    #tab1:checked ~ #tab1_content,
    #tab2:checked ~ #tab2_content,
    #tab3:checked ~ #tab3_content,
    #tab4:checked ~ #tab4_content {
        display: block;
    }
    .tab_container input:checked + .tab_item {
        background-color: #006DB7 ;
        color: #fff;
    }
    #tab1_content {
        padding: 40px;
    }
    .tabflex {
        display: flex;
        line-height: 2.5em;
        font-size: 0.9em;
        flex-flow: column;
    }
    .tabTitle {
        font-size: 1.3em;
    }
    .tabContents {
        padding-left: 10px;
        font-size: 1.2em;
    }
    #tab2_content {
        background-color: #CDE9FC;
    }
    .sch {
        text-align: center;
        background-color: #fff;
        width: 90%;
        margin: 0 auto;
        padding: 40px;
    }
    .flexBox {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    p.tabTxt {
        font-size: 2.3em;
        font-weight: bold;
        padding: 0 20px 20px 20px;
    }
    p.ht {
        font-size: 2.5em;
        font-weight: bold;
        color: #006DB7;
        border-left: 7px solid #006DB7;
        border-right: 7px solid #006DB7;
        padding: 0 20px;
        display: inline-block;
        margin: 50px 0 0;
    }
    .htblack {
        font-size: 0.8em;
        font-weight: bold;
        color: #000;
    }
    .route {
        font-size: 2em;
        font-weight: bold;
        color: #006DB7;
        padding: 0 20px;
        display: inline-block;
    }
    p.tabTxtsmall {
        font-size: 1.3em;
        font-weight: bold;
        padding: 20px 0 20px;
    }
    .fontSmall {
        font-size: 0.8em;
    }
    hr.lineBlue {
        border: 1px dotted #006DB7;
        margin: 40px 0;
    }
    .access {
        padding: 50px 0 30px;
        font-size: 1.2em;
    }
    .access p {
        text-align: center;
        line-height: 2em;
    }
    .bus {
        padding: 0 0 30px;
        text-align: center;
    }
    .bus img {
        padding-bottom: 20px;
    }
    .bus p {
        text-align: center;
        line-height: 2em;
    }
    .fontMiddle {
        font-size: 1.5em;
    }
    .result {
        text-align: center;
        padding: 30px 0;
    }
    .result img {
    
    }
    p.coming {
        font-size: 2em;
        padding: 30px 0 0;
    }
    .caution {
        padding-top: 50px;
    }
    .tabG_container {
        background-color: #fff;
        border:1px solid #00A172;
        margin: 0 auto;
    }
    .tabG_item {
        width: calc(100%/4);
        padding:15px 0;
        border-bottom: 1px solid #00A172 ;
        background-color: #999999;
        text-align: center;
        color: #fff ;
        display: block;
        float: left;
        text-align: center;
        font-weight: bold;
        transition: all 0.2s ease;
    }
    .tabG_item:hover {
        opacity: 0.75;
    }
    input[name="tabG_item"] {
        display: none;
    }
    .tabG_content {
        display: none;
        clear: both;
        overflow: hidden;
    }
    #tab1G:checked ~ #tab1G_content,
    #tab2G:checked ~ #tab2G_content,
    #tab3G:checked ~ #tab3G_content,
    #tab4G:checked ~ #tab4G_content {
        display: block;
    }
    .tabG_container input:checked + .tabG_item {
        background-color: #00A172 ;
        color: #fff;
    }
    #tab1G_content {
        padding: 40px;
    }
    #tab2G_content {
        background-color: #CAEAD4;
    }
    .outlineGreen {
        background-color: #00A172;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    }
    p.htG {
        font-size: 2.5em;
        font-weight: bold;
        color: #00A172;
        border-left: 7px solid #00A172;
        border-right: 7px solid #00A172;
        padding: 0 20px;
        display: inline-block;
        margin: 50px 0 0;
    }
    .routeG {
        font-size: 2em;
        font-weight: bold;
        color: #00A172;
        padding: 0 20px;
        display: inline-block;
    }
    hr.lineGreen {
        border: 1px dotted #00A172;
        margin: 40px 0;
    }
    .tabR_container {
        background-color: #fff;
        border:1px solid #E73828;
        margin: 0 auto;
    }
    .tabR_item {
        width: calc(100%/4);
        padding:15px 0;
        border-bottom: 1px solid #E73828 ;
        background-color: #999999;
        text-align: center;
        color: #fff ;
        display: block;
        float: left;
        text-align: center;
        font-weight: bold;
        transition: all 0.2s ease;
    }
    .tabR_item:hover {
        opacity: 0.75;
    }
    input[name="tabR_item"] {
        display: none;
    }
    .tabR_content {
        display: none;
        clear: both;
        overflow: hidden;
    }
    #tab1R:checked ~ #tab1R_content,
    #tab2R:checked ~ #tab2R_content,
    #tab3R:checked ~ #tab3R_content,
    #tab4R:checked ~ #tab4R_content {
        display: block;
    }
    .tabR_container input:checked + .tabR_item {
        background-color: #E73828 ;
        color: #fff;
    }
    #tab1R_content {
        padding: 40px;
    }
    #tab2R_content {
        background-color: #F3D6D4;
    }
    .outlineRed {
        background-color: #E73828;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    }
    p.htR {
        font-size: 2.5em;
        font-weight: bold;
        color: #E73828;
        border-left: 7px solid #E73828;
        border-right: 7px solid #E73828;
        padding: 0 20px;
        display: inline-block;
        margin: 50px 0 0;
    }
    .routeR {
        font-size: 2.5em;
        font-weight: bold;
        color: #E73828;
        padding: 60px 0;
        display: inline-block;
    }
    hr.lineRed {
        border: 1px dotted #E73828;
        margin: 40px 0;
    }
}
@media screen and (max-width: 480px) {
    .outline {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 10px 80px;
    }
    .outlineBlue {
        background-color: #006DB7;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    }
    .head {
        display: flex;
        color: #fff;
        align-items: center;
        padding: 20px 0;
        border-bottom: 1px solid #fff;
        flex-flow: column;
    }
    .date {
        font-size: 1.8em;
        font-weight: bold;
        padding: 0 0 0 30px;
    }
    .event {
        font-size: 1.8em;
        padding: 0 10px 8px 10px;
    }
    .event img {
    
    }
    .kana {
        font-size: 1.2em;
        font-weight: bold;
        padding: 0 10px;
    }
    .small {
        font-size: 0.8em;
    }
    .tab_container {
        background-color: #fff;
        border:1px solid #006DB7;
        margin: 0 auto;
    }
    .tab_item {
        width: calc(100%/4);
        padding:15px 0;
        border-bottom: 1px solid #006DB7 ;
        background-color: #999999;
        text-align: center;
        color: #fff ;
        display: block;
        float: left;
        text-align: center;
        font-weight: bold;
        transition: all 0.2s ease;
        font-size: 0.8em;
    }
    .tab_item:hover {
        opacity: 0.75;
    }
    input[name="tab_item"] {
        display: none;
    }
    .tab_content {
        display: none;
        clear: both;
        overflow: hidden;
    }
    #tab1:checked ~ #tab1_content,
    #tab2:checked ~ #tab2_content,
    #tab3:checked ~ #tab3_content,
    #tab4:checked ~ #tab4_content {
        display: block;
    }
    .tab_container input:checked + .tab_item {
        background-color: #006DB7 ;
        color: #fff;
    }
    #tab1_content {
        padding: 40px 10px;
    }
    .tabflex {
        display: flex;
        line-height: 2.5em;
        font-size: 0.9em;
        flex-flow: column;
    }
    .tabTitle {
        font-size: 1em;
    }
    .tabContents {
        padding-left: 10px;
        font-size: 0.9em;
    }
    #tab2_content {
        background-color: #CDE9FC;
    }
    .sch {
        text-align: center;
        background-color: #fff;
        width: 90%;
        margin: 0 auto;
        padding: 40px 10px;
    }
    .flexBox {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: column;
    }
    p.tabTxt {
        font-size: 1.8em;
        font-weight: bold;
        padding: 0 0 20px 0;
    }
    p.ht {
        font-size: 1.8em;
        font-weight: bold;
        color: #006DB7;
        border-left: 3px solid #006DB7;
        border-right: 3px solid #006DB7;
        padding: 0 10px;
        display: inline-block;
        margin: 30px 0 0;
    }
    .htblack {
        font-size: 0.6em;
        font-weight: bold;
        color: #000;
    }
    .route {
        font-size: 2em;
        font-weight: bold;
        color: #006DB7;
        padding: 0 20px;
        display: inline-block;
    }
    p.tabTxtsmall {
        font-size: 1em;
        font-weight: bold;
        padding: 20px 0 20px;
    }
    .fontSmall {
        font-size: 0.8em;
    }
    hr.lineBlue {
        border: 1px dotted #006DB7;
        margin: 40px 0;
    }
    .access {
        padding: 50px 10px 30px;
        font-size: 0.8em;
    }
    .access p {
        text-align: center;
        line-height: 2em;
    }
    .bus {
        padding: 0 10px 30px;
        text-align: center;
        font-size: 0.8em;
    }
    .bus img {
        padding-bottom: 20px;
    }
    .bus p {
        text-align: center;
        line-height: 2em;
    }
    .fontMiddle {
        font-size: 1.5em;
    }
    .result {
        text-align: center;
        padding: 30px 0;
    }
    .result img {
    
    }
    p.coming {
        font-size: 2em;
        padding: 30px 0 0;
    }
    .caution {
        padding-top: 50px;
        font-size: 0.8em;
        line-height: 2em;
        text-align: left;
    }
    .tabG_container {
        background-color: #fff;
        border:1px solid #00A172;
        margin: 0 auto;
    }
    .tabG_item {
        width: calc(100%/4);
        padding:15px 0;
        border-bottom: 1px solid #00A172 ;
        background-color: #999999;
        text-align: center;
        color: #fff ;
        display: block;
        float: left;
        text-align: center;
        font-weight: bold;
        transition: all 0.2s ease;
        font-size: 0.8em;
    }
    .tabG_item:hover {
        opacity: 0.75;
    }
    input[name="tabG_item"] {
        display: none;
    }
    .tabG_content {
        display: none;
        clear: both;
        overflow: hidden;
    }
    #tab1G:checked ~ #tab1G_content,
    #tab2G:checked ~ #tab2G_content,
    #tab3G:checked ~ #tab3G_content,
    #tab4G:checked ~ #tab4G_content {
        display: block;
    }
    .tabG_container input:checked + .tabG_item {
        background-color: #00A172 ;
        color: #fff;
    }
    #tab1G_content {
        padding: 40px 10px;
    }
    #tab2G_content {
        background-color: #CAEAD4;
    }
    .outlineGreen {
        background-color: #00A172;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    }
    p.htG {
        font-size: 1.8em;
        font-weight: bold;
        color: #00A172;
        border-left: 3px solid #00A172;
        border-right: 3px solid #00A172;
        padding: 0 10px;
        display: inline-block;
        margin: 30px 0 0;
    }
    .routeG {
        font-size: 1.7em;
        font-weight: bold;
        color: #00A172;
        padding: 0 20px;
        display: inline-block;
    }
    hr.lineGreen {
        border: 1px dotted #00A172;
        margin: 40px 0;
    }
    .tabR_container {
        background-color: #fff;
        border:1px solid #E73828;
        margin: 0 auto;
    }
    .tabR_item {
        width: calc(100%/4);
        padding:15px 0;
        border-bottom: 1px solid #E73828 ;
        background-color: #999999;
        text-align: center;
        color: #fff ;
        display: block;
        float: left;
        text-align: center;
        font-weight: bold;
        transition: all 0.2s ease;
        font-size: 0.8em;
    }
    .tabR_item:hover {
        opacity: 0.75;
    }
    input[name="tabR_item"] {
        display: none;
    }
    .tabR_content {
        display: none;
        clear: both;
        overflow: hidden;
    }
    #tab1R:checked ~ #tab1R_content,
    #tab2R:checked ~ #tab2R_content,
    #tab3R:checked ~ #tab3R_content,
    #tab4R:checked ~ #tab4R_content {
        display: block;
    }
    .tabR_container input:checked + .tabR_item {
        background-color: #E73828 ;
        color: #fff;
    }
    #tab1R_content {
        padding: 40px 10px;
    }
    #tab2R_content {
        background-color: #F3D6D4;
    }
    .outlineRed {
        background-color: #E73828;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    }
    p.htR {
        font-size: 1.8em;
        font-weight: bold;
        color: #E73828;
        border-left: 3px solid #E73828;
        border-right: 3px solid #E73828;
        padding: 0 20px;
        display: inline-block;
        margin: 30px 0 0;
    }
    .routeR {
        font-size: 1.8em;
        font-weight: bold;
        color: #E73828;
        padding: 60px 0;
        display: inline-block;
    }
    hr.lineRed {
        border: 1px dotted #E73828;
        margin: 40px 0;
    }
}
.sponsors, .past {
    max-width: 960px;
    margin: 0 auto;
    padding-bottom: 30px;
}
.sponsors h2, .past h2 {
    font-size: 2em;
    text-align: center;
    border-bottom: 2px solid #000;
    display: table;
    margin: 0 auto;
    padding-bottom: 8px;
    margin-bottom: 80px;
}
.sponsors a {
    display: table;
    margin: 0 auto;
    padding-bottom: 80px;
}
.past a {
    display: block;
    text-align: center;
    margin-bottom: 50px;
}
.pastLogo {
    text-align: center;
    margin: 50px;
}
.sponsorFlex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.link {
    background-color: #D2E9FC;
    padding: 30px 0;
    text-align: center;
    box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.3);
}
.link h3 {
    color: #666;
}
.link a {
    font-weight: bold;
    background-color: #FFE000;
    display: inline-block;
    padding: 15px 50px;
    font-size: 1.3em;
    margin: 20px 0;
}
footer {
    background-color: #000;
    padding: 20px 0;
}
footer p {
    color: #fff;
    font-size: 0.7em;
    text-align: center;
}
.contents_innner {
    padding-top: 150px;
    margin-top:-150px;
}
.pagetop{
    display: none;
    position: fixed;
    right: 50px;
    bottom: 50px;
}
.pagetop a{
    display: block;
    font-size: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #000;
    line-height: 50px;
}
.pagetop a i{
    font-size: 20px;
    color:#fff;
    line-height: 50px;
}
@media screen and (max-width: 896px) {
    .sponsors {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 20px 30px 20px;
    }
    .sponsors h2 {
        font-size: 2em;
        text-align: center;
        border-bottom: 2px solid #000;
        display: table;
        margin: 0 auto;
        padding-bottom: 8px;
        margin-bottom: 80px;
    }
    .sponsors a {
        display: table;
        margin: 0 auto;
        padding-bottom: 80px;
    }
    .sponsorFlex {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .link {
        background-color: #D2E9FC;
        padding: 30px 0;
        text-align: center;
        box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.3);
    }
    .link h3 {
        color: #666;
    }
    .link a {
        font-weight: bold;
        background-color: #FFE000;
        display: inline-block;
        padding: 15px 50px;
        font-size: 1.3em;
        margin: 20px 0;
    }
    footer {
        background-color: #000;
        padding: 20px 0;
    }
    footer p {
        color: #fff;
        font-size: 0.7em;
        text-align: center;
    }
    .contents_innner {
        padding-top: 140px;
        margin-top:-140px;
    }
    .pagetop{
        display: none;
        position: fixed;
        right: 50px;
        bottom: 50px;
    }
    .pagetop a{
        display: block;
        font-size: 0;
        width: 50px;
        height: 50px;
        text-align: center;
        background: #000;
        line-height: 50px;
    }
    .pagetop a i{
        font-size: 20px;
        color:#fff;
        line-height: 50px;
    }
}
@media screen and (max-width: 480px) {
    .sponsors {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 20px 30px 20px;
    }
    .sponsors h2 {
        font-size: 1.8em;
        text-align: center;
        border-bottom: 2px solid #000;
        display: table;
        margin: 0 auto;
        padding-bottom: 8px;
        margin-bottom: 80px;
    }
    .sponsors a {
        display: table;
        margin: 0 auto;
        padding-bottom: 80px;
    }
    .sponsorFlex {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-flow: column;
    }
    .link {
        background-color: #D2E9FC;
        padding: 30px 0;
        text-align: center;
        box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.3);
    }
    .link h3 {
        color: #666;
    }
    .link a {
        font-weight: bold;
        background-color: #FFE000;
        display: inline-block;
        padding: 15px 50px;
        font-size: 1.3em;
        margin: 20px 0;
    }
    footer {
        background-color: #000;
        padding: 20px 0;
    }
    footer p {
        color: #fff;
        font-size: 0.7em;
        text-align: right;
        padding: 0 20px;
    }
    .contents_innner {
        padding-top: 140px;
        margin-top:-140px;
    }
    .pagetop{
        display: none;
        position: fixed;
        right: 10px;
        bottom: 60px;
    }
    .pagetop a{
        display: block;
        font-size: 0;
        width: 50px;
        height: 50px;
        text-align: center;
        background: #000;
        line-height: 50px;
    }
    .pagetop a i{
        font-size: 20px;
        color:#fff;
        line-height: 50px;
    }
}
.bigTxt {
    font-size: 1.3em;
    font-weight: bold;
}