@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: 100px;
    background:#fff;
    z-index: 3;
    display: block!important;
}
header h1{
    clear: both;
text-align: center;
    padding-left:0;
}

#globalnavi{
position: absolute;
    top:10px;
    right:10px;
	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: 1.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;
}


nav ul{
    display: block;
  }

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: 90%;;
    height: auto;
    padding-top: 15px;
}
header{
    height: 110px;
}
#effect{
	position:relative;
    width:100%;
    height: 110px;
    box-shadow:1px -5px 7px 7px rgba(204,204,204,0.4); 
}
header h1{
    float: clear;
    padding-left:0;
    padding-bottom: 0;
}
#japan{
    position: absolute;
    width: 80px;
    top:80px;
    right:10px;
    padding: 0;
}

#slider{
	position:relative;
	width:100%;
    height: auto;
margin:0 auto;
	clear:both;
}
        
.flexslider{
    float:left;
width:100%;
	height:auto;
    margin: 0 auto;
    clear:both;
    margin-left: 0px;
	}
#main{
	width:100%;
	height:auto;
	margin:0 auto;
}
#news{
     width: 98%;
    height: auto;
    margin: 0 auto;
    margin-top: 35px;
    clear: both;
}
#news h1{
    border:1px solid #333;
    padding:7px 10px;
    margin-bottom: 20px;
}
#news ul li{
    list-style: none;
    margin-top:10px;
    margin-left: 0;
}

#button{
    width: 300px;
    height: 70px;
    margin: 30px auto;
    border-radius: 35px;
    font-size: 2rem;
    font-weight: bold;
    background: #19448e;
    text-align: center;
    line-height: 60px;
    color:#fff;
}
#order{
    width: 100%;
    height: auto;
    margin: 20px auto;
    clear: both;
    padding-bottom: 30px;
}
#order .small img{
    width: 50%;
    height: auto;
}
#order h1{
    font-size:3rem;
    text-align: center;
}
.order1{
    float: left;
    width: 100%;
    height: auto;
}
.order1 img{
    clear: both;
    width: 98%;
}
.order2{
    width: 100%;
    height: auto;
}
.order2 img{
    clear: both;
    width: 98%;
}
.orrder3 img{
    clear:both;
    width: 96%;
}
#afterfollow{
    width: 100%;
    height: auto;
    margin: 30px auto;
    clear: both;
    border-top:10px solid #4682b4;
    border-left:10px solid #4682b4;
    border-bottom: 10px solid #19448e;
    border-right: 10px solid #19448e;
    padding:20px;
}

#afterfollow h1{
    font-size:3rem;
    text-align: center;
}

#afterfollow h2{
    font-size: 2rem;
    margin:20px;
    color:#333;
    padding-left: 10px;
    box-shadow: 0px 0px 0px 2px #f0f8ff;
    border: dashed 2px #19448e;
    border-radius: 5px;
    background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}
#gift{
    width: 100%;
    height: auto;
    margin: 20px auto;
    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;
    padding-top: 30px;
    box-shadow: 0px 0px 0px 2px #ebf6f7;
    border: dashed 7px #c1e4e9;
}
#gift h1{
    font-size:3rem;
    text-align: center;
    margin-bottom: 20px;
}
#postage{
    width: 100%;
    height: auto;
    margin: 20px auto;
    clear: both;
    border-top:10px solid #4682b4;
    border-left:10px solid #4682b4;
    border-bottom: 10px solid #19448e;
    border-right: 10px solid #19448e;
}

#postage img{
    width: 70%;
    height: auto;
}
#postage h1{
    margin:0;
    margin-bottom: 10px;
    font-size: 3.5rem;
}
#exchange{
    width: 100%;
    height: auto;
    margin: 20px auto;
    clear: both;
    border-top:10px solid #4682b4;
    border-left:10px solid #4682b4;
    border-bottom: 10px solid #19448e;
    border-right: 10px solid #19448e;
    padding:20px;
    padding-top: 30px;
}
#exchange h1{
    font-size:3rem;
    text-align: center;
    margin-bottom: 20px;
}
#exchange h2{
    font-size: 2rem;
    margin:20px;
    margin-top: 20px;
    color:#333;
    padding-left: 10px;
    box-shadow: 0px 0px 0px 2px #f0f8ff;
    border: dashed 2px #19448e;
    border-radius: 5px;
    background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}
#kiji{
    width: 100%;
    height: auto;
    margin: 30px auto;
}
#kiji h1{
    font-size:3rem;
    text-align: center;
    margin-bottom: 20px;
    background: #ebf6f7;
    box-shadow: 0px 0px 0px 10px #ebf6f7;
    border: dashed 7px #c1e4e9;
    border-radius: 8px;
}
/*privacy policy他*/
#privacy{
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 20px;
}
#privacy h1,#company h1{
    font-size:3rem;
    width: 98%;
    color: #505050;
  padding: 0.5em;
  display: inline-block;
  line-height: 1.3;/*行高*/
  background: #dbebf8;/*背景色*/
  vertical-align: middle;
  border-radius: 15px;
    }
#privacy h1:before,#company h1:before{
    content: '●';
  color: white;
  margin-right: 5px;
}

#privacy p{
    font-size: 1.6rem;
    line-height: 1.8;
    margin-top: 15px;
    padding: 10px;   
}
#company{
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 20px;    
}
.table_wrp{
  overflow-x:auto;
  width:350px;
    display: block;
    margin: auto;
}

/**DONZA**/
#donza{
width: 100%;
    height: auto;
    margin: 20px auto;
}
#donza h1{
    font-size:3rem;
    text-align: center;
    margin-bottom: 20px;
}
.code img{
    width: 40%;
    height: auto;
}
#donza figure img{
    width: 100%;
    height: auto;
}
#donza table figure img{
    width: auto;
}
#donza h2{
    font-size:4rem;
    font-family:monospace;
    text-align: center;
    margin-top: 50px;
}
.rubi{
    font-size: 2rem;
    font-family:sans-serif;
    vertical-align: middle;
    font-weight: lighter;
}
.intro p{
    margin-left: 10px;
    
}
.obi{
    background: #000;
    color:#fff;
    text-align: right;
    padding: 5px;
}
#donza p img{
    width: 100%;
    height: auto;
}
#donza h3{
    font-size:3rem;
    font-weight: bold;
    text-align: left;
}
.button{
    width: 300px;
    height: auto;
    font-size: 2.5rem;
    margin: 35px auto;
    padding-bottom: 15px;
    font-weight: bold;
    background: #4DCF8D;
    text-align: center;
    line-height: 35px;
    border: 1px solid #555;
    color:#000;
}
.button2{
    width: 300px;
    height: auto;
    font-size: 2.5rem;
    padding-bottom: 15px;
    margin: 35px auto;
    font-weight: bold;
    background: #ccc;
    text-align: center;
    line-height: 35px;
    border: 1px solid #555;
    color:#000;
}

.button3{
    width: 300px;
    height: auto;
    font-size: 2.5rem;
    margin: 35px auto;
    padding-bottom: 15px;
    font-weight: bold;
    background: #CD9D77;
    text-align: center;
    line-height: 35px;
    border: 1px solid #555;
    color:#000;
}
.button p,.button2 p,
.button3 p{
    font-size: 2.5rem;
}

#donza dl{
    margin: 0px auto;
    margin-top: 30px;
    display: flex;
    flex-direction:column;
    width: 100%;
}
#donza dl dt{
    width: 100%;
    height: auto;
    text-align: center;
}
#donza dl dd{
    width: 100%;
    text-align: center;
}
#donza dl dd h3{
    text-align: center;
    line-height: 4rem;
    margin-left:10px;
}

#donza dl dd table{
margin: 0px auto;
    margin-top: 30px;
    margin-bottom: 30px;
    border-collapse:  collapse;
    border-color: #555;
    width: 100%;
}

.donza_t{
    margin: 0px auto;
    width: 100%;
}
.donza-t table th td{
    width: 50%;
}
.donza_t table,.donza_t2 table,.donza_t3 table,.donza_t4 table{
    border-collapse:  collapse;
    margin: 0 auto;
}

.donza_t table td,.donza_t4 table td{
    border: 1px solid #555;
}
.donza_t2,.donza_t3{
    margin: 30px auto;
    width: 100%;
}
.donza_t2 figcaption,.donza_t3 figcaption,.donza_t4 figcaption{
    text-align: left;
margin-left: 20px;
}
.donza_t2 table td{
    width: 33%;
    vertical-align: top;
    border: 1px solid #555;
}
.donza_t3 table td{
    vertical-align: top;
    width: 25%;
    border: 1px solid #555;
}
.donza_t4{
    margin: 30px auto;
    width: 100%;
}
#donza h4{
    font-size: 2.3rem;
  position: relative;
  padding: 0.6em;
  background: #c1e4e9;
    border-radius: 10px;
margin: 30px auto;
    margin-bottom: 30px;
}

#donza h4:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 100px;
  border: 15px solid transparent;
  border-top: 15px solid #c1e4e9;
  width: 0;
  height: 0;
}
/*season calender*/
#season,#kagura,#joruri{
     width: 100%;
    height: auto;
    margin: 0 auto;
    clear: both;
}
#season h1,#kagura h1,#joruri h1{
    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 2px #ebf6f7;
    border: dashed 7px #c1e4e9;
}
#season figure img,#kagura figure img,#joruri figure img{
    width: 100%;
    height: auto;
}

#season ol li figure img{
    width: 90%;
    margin: 0px auto;
    margin-bottom: 10px;
}
#season h4{
    font-size:3.5rem;
    text-align: center;
    margin: 30px auto;
    background: #f2a0a1;
    box-shadow: 0px 0px 0px 2px #f2a0a1;
     font-size:4rem;
    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/2023/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,#joruri h3{
    font-size:3.5rem;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 20px;
    background: #ebf6f7;
    box-shadow: 0px 0px 0px 2px #ebf6f7;
    border: dashed 7px #c1e4e9;
    border-radius: 8px;
}
#season p,#kagura p,#joruri p{
    padding: 10px;
}
.douga{
    position: relative;
    width: 100%;
    height: auto;
 margin: 10px auto;
  padding-top: 56.25%;
}
.douga iframe{
    position: absolute;
    top:0;
    left:0;
     width: 100%;
    height: 100%;
}
#season ol{
    display: flex;
    flex-direction:row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#column{
    line-height: 1.5em;
    column-count: 1;
    column-width: 100%;
    column-gap: 3em;
    column-rule:3px solid #9dd4ff;
}
footer{
    width: 100%;
}