@charset "UTF-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
    box-sizing: border-box;
}
.clearfix:after{
	content:"";
	display:block;
	clear:both;}
.clear{
	clear:both;
	}
header{
    width:100%;
    height: 110px;
    background:#fff;
    z-index: 3;
    display: block!important;
}
header h1{
    clear: both;
text-align: center;
    padding-left:0;
    padding-bottom: 0;
}
#japan{
    display: flex;
    padding-top: 0;
    padding-left: 50px;
    margin: 0 auto;
    justify-content: center;
}
#globalnavi{
position: absolute;
    top:15px;
    right:15px;
	width:100%;
	padding-top:10px;
	padding-right:5px;
	text-align:center;
	height:auto;}

input [type="checkbox"]{
	display:none;}

label{
	position:absolute;
	top:10px;
	right:10px;
    cursor: pointer;
	z-index:5;}
label span{
    display: block;
    width: 25px;
    height: 5px;
    background-color: rgba(0,0,0,1);
    margin-top: 4px;
    border-radius: 2px;
    transition: 1s;
    transform-origin: left;
}
label span:nth-child(2){
    transform-origin: center;
}
nav{
	background-color: rgba(42,147,203,1);
    position: fixed;
    top:0;
    bottom: 100%;
    left:0;
    right: 100%;
    transition: 2s;
    overflow: hidden;
}
nav ul{
   margin: 0;
    padding-left: 0;
    padding-top: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
}
nav ul li{
    border-top: 3px solid rgba(255,255,255,1);
}
nav ul li:last-child{
    border-bottom: 3px solid rgba(255,255,255,1);
}
nav ul li li:last-child{
    border-bottom: none;
}
nav ul li a{
    display: block;
    line-height: 2.2em;
    font-size:2em;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-weight: 200;
}
nav ul li a:hover{
    background-color: rgba(255,255,255,1);
    color:#000;
}


input[type="checkbox"]:checked+label+nav{
	display:block;
	}
input[type="checkbox"]:checked+label span:first-child{
    transform: rotate(45deg);
}
input[type="checkbox"]:checked+label span:nth-child(2){
    opacity: 0;
    transform: rotate(360deg);
}
input[type="checkbox"]:checked+label span:last-child{
    transform: rotate(-45deg);
}
input[type="checkbox"]:checked+label+nav{
    right: 0;
    bottom: 0;}



#logo{
    width: 100%;;
    height: auto;
    padding-top: 20px;
}
#japan{
    position: absolute;
    width: 80px;
    top:70px;
    right:10px;
    padding: 0;
}
.flexslider{
    float:left;
width:100%;
	height:auto;
    margin: auto;
	}
    
#main{
	width:100%;
	height:auto;
	margin:0 auto;
}
#news{
     width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 35px;
    clear: both;
}

/*sesaon calender*/
/*kagura*/
#season,#kagura{
     width: 100%;
    height: auto;
    margin: 0 auto;
    clear: both;
}
#season h1,#kagurah1{
    font-size:4rem;
    margin: 30px auto;
    text-align: center;
    position: relative;
  background: -webkit-repeating-linear-gradient(-45deg, #ebf6f7, #ebf6f7 4px,#ffffff 3px, #ffffff 8px);
  background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 4px,#ebf6f7 3px, #ebf6f7 8px);
  border-radius: 7px;
    padding:20px;
    box-shadow: 0px 0px 0px 10px #ebf6f7;
    border: dashed 7px #c1e4e9;
}
#season figure img,#kagura figure img{
    width: 100%;
    height: auto;
}

#season ol li figure img{
    margin-left: 10px;
}
#season h4{
    font-size:3.5rem;
    text-align: center;
    margin: 30px auto;
    background: #f2a0a1;
    box-shadow: 0px 0px 0px 10px #f2a0a1;
border-width: 50px 0px;
    border-style:solid;
    border-image-source: url(../img/shiiida_umefes2.png);
    border-image-slice: 50px 0 50px 0 fill;
    border-image-width: auto;
    border-image-repeat: repeat-x; 
    border-radius: 8px;   
}

#season h3,#kagura h3{
    font-size:3.5rem;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 20px;
    background: #ebf6f7;
    box-shadow: 0px 0px 0px 10px #ebf6f7;
    border: dashed 7px #c1e4e9;
    border-radius: 8px;
}
#season p,#kagura p{
    padding: 20px;
}
#column{
    line-height: 1.5em;
    column-count: 2;
    column-width: 48%;
    column-gap: 3em;
    column-rule:3px solid #9dd4ff;
}
footer{
    width: 100%;
}