@charset "UTF-8";

/* style */
body, html {
    font-family: 'Noto Sans JP', sans-serif;
    box-sizing: border-box;
    color: #052c76;
    position: relative;
    height: 100%;
    margin: 0 auto;
background: url(../img/bg_body.png);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}




ul, ol {
	list-style: none;
}

.only_pc{
    display: block;
}
.only_tab{
    display: none;
}

.only_sp{
    display: none;
}

*,*:hover,a{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.on,.on_0,nav .menu_content li{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.on:hover{
    opacity: 0.5;
}
.on_0:hover{
    opacity: 0;
}

.bold{
 font-weight: 600;   
}
.box,.flex{
    display: flex;
}
.img img{
    width: 100%;
    object-fit: cover;
}

.wrapp{
    width: 60%;
    margin: auto;
}

.wrapper{
    width: 60%;
    margin: 0 auto;
}

.indent{
    text-indent: -0.5rem;
}




/*====================================================
                  header
====================================================*/
header .head_nav{
    padding-top: 1.8rem;
}

header .head_nav .box{
    width: 970px;
    margin: 0 auto;
	font-weight: 600;
	z-index: 999;
    justify-content: space-between;
    align-items: center;
}

header .head_nav  li{
    font-size: 16px;
    font-weight: 600;
    line-height: 2.5;
    position: relative;
    letter-spacing: 0.05rem;
}

header .head_nav  li.ic a::before{
    content: url(../img/SVG/ic_triangle_yellow.svg);
    display: block;
    width: 7px;
    height: 8px;
    position: absolute;
    left: -1rem;
    top: -0.1rem;
}

header .head_nav .link_btn{
    margin-left: -1rem;
}



/*====================================================
                main
====================================================*/

.main{
	position: relative;
    text-align: center;
	background:url(../img/main_bg.svg) center / auto 100% no-repeat;
	width: 	100%;
	height: 50rem;
    margin-bottom: 5rem;
}


.main .main_text{
    width:85px;
    position: absolute;
    top: 50px;
    right: 120px;
}

.main .title {
	  position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.main .title .img01{
    width: 962px;
    margin-top: 4.5rem;
}
.main .title .img02{
    width: 768px;
    margin: 2rem auto 0;
}


/*====================================================
                  common
====================================================*/

h4{
    position: relative;
    height: 76px;
	text-align: center;
    
}

h4 img{
    height: 100%;
    width: auto;
    display: inline-block;
    margin: 0 auto;
}

h4::before{
    content: url(../img/SVG/ic_airplane.svg);
    display: block;
    width: 60px;;
    position: absolute;
    top: -25%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.bg_wh{
	height: 20em;
	object-fit: contain;
	  position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}


.link_btn{
    width: 217px;
	height: 46px;
    position: relative;
}

.link_btn a{
    display: block;
    width: 100%;
    height: 100%;
    background: #fcd24d;
    color: #003279;
    border-radius: 20rem;
    border: 2px solid #003279;
    text-align: center;
    font-size: 14px;
    line-height: 3;
}

.link_btn a::before{
    content: url(../img/SVG/ic_mail.svg);
    display: block;
    width: 19px;
    position: absolute;
    top: 3px;
	left: 18px;
}

.link_btn a::after{
    content: url(../img/SVG/ic_triangle.svg);
    display: block;
    width: 10px;
    height: 12px;
    position: absolute;
    top: 3px;
    right: 22px;
}

.link_btn a:hover{
    background: #003279;
    color: #fff;
}

.link_btn a:hover::before{
    content: url(../img/SVG/ic_mail_wh.svg);
    display: block;
    width: 19px;
    position: absolute;
    top: 3px;
	left: 15px;
}

.link_btn a:hover::after{
    content: url(../img/SVG/ic_triangle_wh.svg);
    display: block;
    width: 10px;
    height: 12px;
    position: absolute;
    top: 3px;
    right: 22px;
}

.more {
    margin: 0 auto;
    width: 340px;
    text-align: center;
    position: relative;
}

.more .link_btn {
    width: 340px;
    height: 76px;
}

.more .link_btn a{
	line-height: 2.5;
    font-size: 18px;
    line-height: 4;
    font-weight: 600;
    letter-spacing: 0.05rem;
    padding-left: 1rem;
}

.more .link_btn a::before{
    width: 26px;
    top: 4px;
	left: 50px;
}

.more .link_btn a:hover::before{
    width: 26px;
    top: 4px;
	left: 50px;
}

.more .link_btn a::after{
    top: 2px;
    right: 32px;
}

.more .link_btn a:hover::after{
    top: 2px;
    right: 32px;
}

.more .day,.nav_more .day{
    font-weight: 600;
    letter-spacing: 0.1rem;
    margin-top: 1.3rem;
}

.more .day span,.nav_more .day span{
    font-size: 14px;
    letter-spacing: 0.05rem;
}

.more .day span.week,.nav_more .day span.week{
	border: 1px solid #052c76;
	font-size: 12px;
	display: inline-block;
    margin-left: .1rem;
    padding: 0.1rem;
}




/*====================================================
                  about
====================================================*/

.about{
	background:url(../img/bg_wh.svg) center / auto 100%;
	width: 	100%;
	height: 38rem;
	text-align: center;
    position: relative;
}

.about .wrapper {
    padding-top: 0.5rem;
}

h4::before {
    top: -103%;
}

.about .sub_bg {
    background: url(../img/about_bg.svg) bottom 5% left 57% no-repeat;
    height: 100%;
    background-size: 58%;
}


.about h4 img{
    margin-top: 3.2rem;
}

.about h5 {
    width: 556px;
    margin: 2.5rem auto;
}

.about p.txt{
	font-size: 16px;
	line-height: 2.2;
}

.about .more{
    margin-top: 2.7rem;
}





/*====================================================
                  event
====================================================*/

.event{
    margin-top: 9.2rem;
    margin-bottom: 8.8rem;
}

.event .wrapper {
    width: 69rem;
}

.event .content{
    background: #fff;
    border: 2px solid #052c76;
	position: relative;
	margin-top: 50px;
    padding: 5.4rem;
    text-align: center;
}

.event .content img.sub_img{
	height: 36px;
	position: absolute;
	top:-36px;
    left: -0.15rem;
}

.event .content .h5_img{
    width: 880px;
}

.event h4::before {
    content: url(../img/SVG/ic_airplane.svg);
    display: block;
    width: 60px;
    position: absolute;
    top: -60%;
    left: 50%;
}

.event h5{
    font-size: 22px;
    font-weight: 600;
    color: #231815;
    letter-spacing: 0.1rem;
    margin-bottom: 2rem;
}


.event .detail{
    margin: 3.7rem auto 4.8rem;
    width: 775px;
    font-weight: 600;
}

.event .detail dl{
    display: flex;
    align-items: center;
    margin-bottom: 1rem;;
}

.event .detail dt{
	width: 82px;
    padding: 5px;
	text-align: center;
	background: #052c76;
	color: #fff;
	margin-right: 1rem;
    font-size: 14px;
}

.event .detail dd{
    color: #231815;
    text-align: left;
    font-size: 16px;
}

.event .detail dd span{
	font-size: 12px;
}

.event .detail dd span.txt{
	font-weight: 400;
}

.event img.hall_img{
    width: 827px;
    margin:0 auto 4.2rem;
}


.event .content_box{
	width: 93%;
	margin:  0 auto;
	border: 1px solid #231815;
    padding: 4.2rem 4.2rem 3.7rem;
}

.event .content_box .box{
    margin-top: 2rem;
}

.event .content_box .box:first-child{
    margin-top: 0;
}

.event .content_box .img{
    width: 54rem;
    margin-right: 2rem;
}

.event .content_box .img .sub_txt{
    text-align: right;
    font-size: 12px;
    margin-top: .5rem;
    color: #1b1815;
}

.event .content_box .txt{
    text-align: justify;
    color: #1b1815;
    width: 100rem;
    line-height: 1.4;
}

.event .content_box .age{
	background: #052c76;
	border: 1px solid #052c76;
	width: 130px;
    padding: 0.3rem 0;
	text-align: center;
    color: #fff;
    font-weight: 600;
}


.event .content_box h6{
	font-size: 20px;
	font-weight: 600;
    margin: 0.8rem 0 0.5rem;
}

.event .content_box .h6_img{
    display: flex;
    margin-bottom: 0.8rem;
}

.event .content_box .h6_img img{
    width: 66px;
    vertical-align: middle;
    margin-right: .5rem;
}

.event .more{
    margin-top: 3.8rem;
}

/* event02 */

.event .content:nth-child(3){
	border: 2px solid #d70023;
    margin-top: 6rem;
    padding-bottom: 6.5rem;
}


.event .content:nth-child(3) .content_box{
	border: 0;
    width: 93%;
    padding: 0;
    margin: 0 auto;
}

.event .content:nth-child(3) .content_box .box{
    margin-top: 0.5rem;
}

.event .content:nth-child(3) .content_box .box:last-child {
    margin-top: 3rem;
}

.event .content:nth-child(3) .content_box .box .item{
    margin-top: 0;
}

.event .content:nth-child(3) .detail{
    width: 364px;
    margin-bottom: 4rem;
}

.event .content:nth-child(3)  .detail dt{
	background: #d70023;
}

.event .content:nth-child(3) img.hall_img {
    width: 677px;
    margin-bottom: 4.2rem;
}


.event .content:nth-child(3) .content_box h6{
	font-size: 18px;
    line-height: 1.2;
}

.event .content:nth-child(3) .content_box h6 span{
	font-size: 14px;
}

.event .content:nth-child(3) .content_box .img {
width: 12.5rem;
    margin-right: 0;
}

.event .content:nth-child(3) .content_box .txt {
    width: 14rem;
    margin-right: 1.5rem;
    font-size: 14px;
}

.event .content:nth-child(3) .content_box .txt.last {
    margin-right:0;
}

.event .content:nth-child(3) .content_box .txt .text{
    padding-left: 0.5rem;
}

.event .content:nth-child(3) .content_box .txt .text .sub{
    font-size: 12px;
    margin-top: 0.5rem;
}
.event .content:nth-child(3) .content_box .txt .text .sub span{
    font-size: 10px;
}

/*====================================================
               shuttlebus
====================================================*/

.shuttlebus{
	background:url(../img/bg_wh_bus.svg) center / auto 100% no-repeat;
	width: 	100%;
	height: 60.5rem;
	text-align: center;
}

.shuttlebus .wrapper {
    padding-top: 0.5rem;
}


.shuttlebus h4::before {
    content: url(../img/SVG/ic_bus.svg);
    display: block;
    width: 61px;
    position: absolute;
    top: -116%;
    left: 50%;
}

.shuttlebus h4 img{
    margin-top: 5.8rem;
}

.shuttlebus p{
    font-size: 16px;
    font-weight: 600;
    color: #231815;
    letter-spacing: 0.05rem;
    line-height: 1.6;
    margin: 2rem auto;
}

.shuttlebus img{
    width: 800px;
    margin: 0 auto;
}


/*====================================================
            contact_link
====================================================*/
.contact_link{
    width: 860px;
	height: 170px;
    display: block;
	margin: 6.5rem auto 12rem;
    position: relative;
}

.contact_link a{
    display: block;
    width: 100%;
    height: 100%;
}
.contact_link a img{
    position: absolute;
}



/*====================================================
               access
====================================================*/
.access {
    text-align: center;
}

.access h4::before {
    top: -75%;
}

.access .txt{
    font-size: 16px;
    font-weight: 600;
    margin: 2.4rem 0 3.6rem;
    letter-spacing: 0.05rem;
    line-height: 1.4;
}

.access .txt span{
    font-size: 14px;
    font-weight: 400;
}

.access .wrapper{
    width: 980px;
    margin: 0 auto;
}

.access .map{
    margin-bottom: 3.5rem;
}

.access .map img{
    width: 100%;
}

/*====================================================
                  footer
====================================================*/
footer{
    width: 1200px;
    margin: 9.5rem auto 0;
}


footer .title_img{
text-align: center;
    margin: 0 auto 2.2rem;
    width: 822px;
}

footer .title_img a{
    display: block;
    width: 100%;
    height: 100%;
}


footer .guide{
    display: flex;
    justify-content: space-between;
    width: 968px;
    margin: 0 auto 2rem;
}

footer .guide img{
   width: 250px;
}
footer .guide li{
    font-size: 16px;
    font-weight: 600;
    line-height: 2.5;
    position: relative;
}

footer .guide li:last-child{
    margin-right: 0;
}

footer .guide li.ic a::before{
    content: url(../img/SVG/ic_triangle_yellow.svg);
    display: block;
    width: 7px;
    height: 8px;
    position: absolute;
    left: -1rem;
    top: -0.1rem;
}

footer .link_btn {
    margin-left: -1rem;
}


footer .sub_txt{
    font-size: 12px;
    line-height: 1.6;
}
footer .sub_txt span{
    font-size: 10px;
}

footer .sub_txt:last-child{
    padding-bottom: 4.5rem;
}

footer .contact {
    font-size: 16px;
    text-align: center;
    /*font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic",serif," Meiryo";*/
    letter-spacing: 0.05rem;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 3.8rem;
}

footer .contact h6{
    margin-bottom: 1.2rem;
}

footer .contact p{
    margin-top: 1.2rem;
}

footer .contact p:last-child{
    font-size: 14px;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
      margin-top: 0;
}


footer .contact img,footer .contact a{
    width: 355px;
}





/*====================================================
                スクロールフェードイン
====================================================*/

.fadeIn {
    transform: translate3d(0, 0px, 0);
    transition: 2s;
    opacity: 0;
}

.fadeIn.animated {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

/*==================================================
　ハンバーガーメニュー
=====================================================*/
#nav-content {
    z-index: 900;
    overflow: auto;
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
    visibility: hidden;
    padding-top: 30vw;
}
#nav-content ul {
  list-style: none;
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    justify-content: center;
    margin: 0 auto;
}
#nav-content a {
  display: block;
  text-decoration: none;
  padding: 0.8rem 0;
  transition: opacity .6s ease;
  pointer-events: none;
  line-height: 1.4;
}

#nav-content img.nav_logo{
    width: 86%;
    display: block;
    margin: 0 auto;
}

.is-open {
    overflow: hidden;
}
.is-open #nav-content {
  z-index: 999;
  visibility: visible;
  opacity: 1;
}
.is-open #nav-content a {
  pointer-events: auto;
    text-align: left;
letter-spacing: 0.05rem;
}

nav{
    position: relative;
    margin-top: 4.5vw;
}

nav .nav_more{
    margin-top: 6vw;
    text-align: center;
}

nav .nav_more img{
    display: block; 
    width: 67%;
    margin: 0 auto;
}
nav .nav_more .day {
    margin-top: .5vw;
}


nav .menu_content li{
    font-size: 18px;
    font-weight: 600;
}

nav .menu_content li:nth-child(2n){
    margin-left: 3rem;
}

nav .menu_content li.ic{
    position: relative;
    width: 35%;
    font-size: 16px;
}

nav .menu_content li.ic a::before{
    content: url(../img/SVG/ic_triangle_yellow.svg);
    display: block;
    width: 7px;
    height: 8px;
    position: absolute;
    left: -.9rem;
    top: .8rem;
}




/*====================================================
                  トップ　フェードイン
====================================================*/
body {
    animation: fadeIn 7s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/*====================================================
                 サイト
====================================================*/
/*フェードイン表示の指定*/
.fadein {
    opacity: 0;
    animation: fadein 1s ease forwards;
}
@keyframes fadein {
    100% {  opacity: 1;}
}
 
/*以下遅延の指定*/
.img01 {
    animation-delay: 1s;
    animation-duration: 1s;
}

.img02 {
    animation-delay: 1.5s;
    animation-duration: 1s;
}

.img03 {
    animation-delay: 2s;
    animation-duration: 1s;
}

.img04 {
    animation-delay: 2s;
    animation-duration: 1s;
}

/*==================================================
　フェードアップ
===================================*/
.an5-fadeup{
    animation-name: fadeup;
    animation-delay: 1s;
    animation-duration: 1s;
}
@keyframes fadeup {
from {
    transform: translateY(40px);
}
to {
    opacity: 1;
transform: translateY(0px);
}
}

.an5-fadeup01{
    animation-name: fadeup;
    animation-delay: 1.5s;
    animation-duration: 1s;
}
@keyframes fadeup01 {
from {
    transform: translateY(40px);
}
to {
    opacity: 1;
transform: translateY(0px);
}
}




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


    
}


/*===================================
　リンク切る
===================================*/
.btn_out{
    pointer-events:none;
    opacity: 0.5;
}

.link_out{
    pointer-events:none;
}






