@charset "utf-8";



body {
font-family: Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
font-family: "LINE Seed JP", sans-serif;
font-size:1rem;
background: #fefefe;
margin:0;
padding:0;
color:#222;
}

.line-seed-jp-regular {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.line-seed-jp-bold {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  font-style: normal;
}


a {
	color:#000;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
a:hover,a:visited {
	color:#000;
}
a:hover {
     filter: brightness(1.1);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

ul, ol, li {
	margin:0;
	padding:0;
	list-style:none;
}

span.red {
    color:#ff0000;
}


.lp_wrap {
    width:850px;
    margin:0 auto 0;
    /* ackground: #6fba2c; */
    /* box-shadow: 0px 0px 15px -5px #ccc; */
}

.lp_wrap div img {
    width:100%;
    display: block;
}

.lp_wrap div img.small {
    width:95%;
    display: block;
    margin:auto;
}
.lp_wrap div.text img {
    width:100%;
    display: block;
    margin:3rem auto;
}

.lp_wrap div.text a img {
    width:90%;
    display: block;
    margin:1.5rem auto 4rem;
}

@media screen and (max-width: 640px) {

    .lp_wrap {
        width:100%;
        box-shadow:none;
    }

    .lp_wrap div img.small {
        width:95vw;
        display: block;
        margin:auto;
    }

    .lp_wrap div.text img {
        width:95%;
        display: block;
        margin:1rem auto 1rem;
    }
    .lp_wrap div.text a img {
        width:90%;
        display: block;
        margin:1rem auto 2.5rem;
    }
}



/* section ----- */

.section_wrap {
    background-color: aliceblue;
    padding-bottom:250px;
}

section {
    margin:0;
    padding:0 0 50px;
}

section .inner {
    padding:2rem 25px;
}

section a {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

section a:hover {
    opacity: 0.85;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

section p {
    font-size:1.1rem;
    line-height: 180%;
    text-align: center;
    margin:1.8rem 0;
}

section p span {
    font-size:0.9rem;
    line-height: 180%;
    text-align: center;
    color: #666;
}

section a.btn {
    font-size:1.25rem;
    font-weight:bold;
    text-decoration: none;
    display: block;
    background: linear-gradient(135deg, #005ca7 0%,#82c039 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #fff;
    padding:1.25rem;
    width:45%;
    margin:0.5rem auto 0.5rem;
    border-radius:30px;
}


@media screen and (max-width: 640px) {

    .section_wrap {
        padding-bottom:180px;
    }

    section {
        margin:0;
        padding:0 0 20px;
    }

    section .inner {
        padding:20px 0;
        width:90%;
        margin:0 auto;
    }

    section a img {
        margin:0 0 20px 0;
    }

    section p {
        font-size:0.9rem;
        line-height: 160%;
        text-align: center;
    }

    section p span {
        font-size:0.75rem;
        line-height: 160%;
    }

    section a.btn {
        font-size:1rem;
        padding:1rem;
        width:65%;
        margin:1.5rem auto 1rem;
        border-radius:30px;
    }

}







footer {
    margin:0 0 0;
	padding:10px 0 0;
	text-align:center;
    background:#fff;
}

.copyright {
    margin:0px 0 0 0;
    padding:10px 0 10px 0;
    color: #6eb92c;
}


@media screen and (max-width: 767px) {

    footer {
        margin:0px 0 0;
        padding:15px 0 0;
        color:#000;
        font-family: "din-condensed",sans-serif;
        font-weight: 300;
        font-size:12px;
        text-align:center;
        position: relative;
    }

    .copyright {
        margin:10px 0 10px 0;
        padding:10px 0 10px 0;
        font-size:0.6rem;
    }

}


#page-top {
  position: fixed;
  bottom: 150px;
  right: 20px;
  z-index:350 ;
}

#page-top i {
  color: #333;
  
  font-size: 3rem;
  opacity: 0.5;
}

#page-top i:hover {
  cursor: pointer;
}


@media screen and (max-width: 640px) {

    #page-top {
    position: fixed;
    bottom: 120px;
    right: 20px;
    }

    #page-top i {
    color: #333;
    font-size: 3rem;
    opacity: 0.5;
    }

}


#footer_ticket {
  position: fixed;
  bottom: 0;
  left: 0;
  right:0;
  z-index: 300;
  width:100%;
  /* background: #fff; */
  padding: 10px 0 0 0;
  text-align: center;
  /* box-shadow: 0px 0px 18px -2px #ccc; */
}

#footer_ticket ul {
    width: 900px;
    margin:0 auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: end;
}
#footer_ticket ul li {
    display: flex;
    margin:0;
    padding: 0;
    width: 33.33%;
}
#footer_ticket ul li a {
    display: block;
    margin:0;
}
#footer_ticket ul li a img {
    width: 100%;
    margin:0;
}

#footer_ticket a.ticket {
    display: block;
    color:#333;
    width:100%;
    padding:20px 0;
    text-align: center;
    text-decoration: none;
    font-size: 1.25rem;
    line-height: 100%;
    font-weight: bold;
    margin: 0 auto;
    background: #005CA7;
    color: #fff;
}

@media screen and (max-width: 640px) {

    #footer_ticket ul {
        width: 100%;
        margin:0 auto;
    }

    #footer_ticket a.ticket {
        color:#fff;
        padding:20px 0;
        font-size: 0.9rem;
    }
}


@media screen and (max-width: 640px) {

body {
	font-size:0.85rem;
}

.pconly {
	display: none;
}
.sponly {
	display: inherit;
}


}


/* humberg --------- */

.menu-btn {
    position: fixed;
    top: 0px;
    /* left: calc((100vw - 850px)/2); */
    right:0;
    display: flex;
    height: 54px;
    width: 54px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: rgba(255, 255, 255, 0.7);
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 22px;
    border-radius: 3px;
    background-color: #005CA7;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}

#menu-btn-check:checked ~ .menu-btn {
    background-color: rgba(255, 255, 255, 0);
    transition: all 1s;/*アニメーション設定*/
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

#menu-btn-check {
    display: none;
}

.menu-content {
    width: 25rem;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.92);
    transition: all 0.5s;/*アニメーション設定*/
}
#menu-btn-check:checked ~ .menu-content {
    right: 0;/*メニューを画面内へ*/
}

.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: bold;
    box-sizing: border-box;
    color:#005CA7;

    border-bottom: dashed 1px #005CA7;
    text-decoration: none;
    padding: 14px 15px 12px 12px;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #005CA7;
    border-right: solid 2px #005CA7;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 20px;
}




.event_ttl {
    position: fixed;
    top:0;
    width:100%;
}

.ttl_0502 { background: #d8e7c0;}
.ttl_0510 { background: #c1c9dd;}
.ttl_0516 { background: #cadbed;}

.event_ttl_inner {
    width:500px;
    height: 80px;
    margin:auto;
    padding:10px;
    display: flex;
}

.event_ttl_inner img {
    width: 100%;
    display: block;
    margin: auto;
}

#content_top {
    padding:100px 0 200px ;
}

#top,#sakunyu,#ennichi,#tractor,#fuwafuwa,#train {
    padding:100px 0 40px 0 ;
    margin:-100px 0 0 0 ;
}

@media screen and (max-width: 640px) {


    .event_ttl_inner {
        width:calc(80vw - 10px);
        height:50px;
        padding:5px;
    }

    #content_top {
        padding:60px 0 150px ;
    }

    #top,#sakunyu,#ennichi,#tractor,#fuwafuwa,#train {
        padding:60px 0 30px 0 ;
        margin:-60px 0 0 0 ;
    }

}

