@media screen and (max-width: 1023px){
img{
max-width: 100%;
height: auto;
width /***/:auto;
}

#container{
width:100%;
}

*{
margin: 0;
padding: 0;
}*

body{
background: #ffffff;
position: relative;
right: 0;
overflow-x: hidden;
font-family: 'Murecho', sans-serif;
}

#topimage_out{
display: flex;
justify-content: center;
align-items: center;
min-height: 80vh;
line-height: 1.0em;
}
.topimage_out_inner{
width: 100%;
height: auto;
margin: auto;
padding: 0;
box-sizing: border-box;
}
video{
width: 100%;
}

img{
border-style: none;
vertical-align: bottom;
}

a{
outline: 0;
text-decoration: none;
}

ul,li{
list-style: none;
}

.clear{
clear: both;
}

.pc{
display: none;
}

h2{
font-size: 140%;
color: #0167b9;
padding: 0;
box-sizing: border-box;
margin-bottom: 30px;
text-align: center;
}
h3{
font-size: 120%;
color: #0167b9;
padding: 0;
box-sizing: border-box;
margin-bottom: 20px;
}
.dj{
font-size: 140%;
border-bottom: 3px solid #0167b9;
padding: 0 0 10px 0;
margin-bottom: 40px;
text-align: center;
}
h4{
font-size: 100%;
padding: 0;
box-sizing: border-box;
margin-bottom: 10px;
}
h5{
border-bottom: 1px solid #0167b9;
font-size: 100%;
padding: 0;
box-sizing: border-box;
margin-bottom: 15px;
color: #000000;
}
strong{
font-size: 110%;
}
p{
font-size: 90%;
color: #000000;
line-height: 2.2;
padding: 0;
box-sizing: border-box;
}

.fade{
margin-top: 0vh;
opacity : 0;
transition: opacity 3s;
}
.fade.view{
 opacity: 1;
}

#header{
background: #ffffff;
width: 100%;
height: auto;
padding: 10px 0;
box-sizing: border-box;
display: flex;
justify-content: flex-end;
align-items: center;
z-index: 9999;
}

.logo{
width: 100%;
padding: 0;
box-sizing: border-box;
}
.logo img{
width: 50%;
display: block;
padding: 0 10px;
box-sizing: border-box;
}
.navi{
background: #0167b9;
position: fixed;
top: 0px;
right: 0px;
padding: 10px;
box-sizing: border-box;
z-index: 1000;
}
#toggle a{
font-size: 90%;
color: #ffffff;
text-decoration: none;
}
#toggle i{
color: #ffffff;
padding: 0;
box-sizing: border-box;
}
#slide_menu{
position: fixed;
overflow-y: scroll;
top: 0;
right: -250px;
width: 250px;
height: 100%;
background: #0167b9;
padding: 0;
}
#slide_menu ul{
overflow: auto;
 -webkit-overflow-scrolling: touch;
padding: 0;
list-style: none;
padding: 0;
box-sizing: border-box;
}
#slide_menu li{
border-bottom: 1px solid #ffffff;
width: 100%;
padding: 10px;
box-sizing: border-box;
}
#slide_menu li a{
font-size: 90%;
color: #ffffff;
text-decoration: none;
}
#slide_menu i{
color: #ffffff;
margin-right: 3px;
}
h6{
font-size: 70%;
color: #ffffff;
font-weight: normal;
}

#mainimage{
position: relative;
width: 100%;
height: auto;
top: 0;
left: 0;
padding: 0;
box-sizing: border-box;
}
.mainimage_01{
position: absolute;
top: 0;
left: 0;
animation-delay: 0.2s;
}
.mainimage_02{
position: absolute;
top: 0;
left: 0;
animation-delay: 0.4s;
}
.mainimage_03{
position: absolute;
top: 0;
left: 0;
animation-delay: 0.6s;
}
.mainimage_04{
position: absolute;
top: 0;
left: 0;
animation-delay: 0.8s;
}
.mainimage_05{
position: absolute;
top: 0;
left: 0;
animation-delay: 1.0s;
}
.mainimage_06{
position: absolute;
top: 0;
left: 0;
animation-delay: 1.2s;
}
.mainimage_07{
position: absolute;
top: 0;
left: 0;
animation-delay: 1.4s;
}
.fadeUp {
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}
#subimage{
background:url(https://www.arcship.jp/undoukai/wp-content/uploads/2025/10/3deaaafd97200835c8d3262c216d004f.jpg);
background-repeat:no-repeat;
background-position:center;
background-size:100%;
width: 100%;
height: 300px;
padding: 0;
box-sizing: border-box;
}

.breadcrumbs{
width: 100%;
margin: auto;
padding: 5px 0;
box-sizing: border-box;
font-size: 80%;
color: #000000;
}
.breadcrumbs_inner{
width: 96%;
margin: auto;
padding: 0;
box-sizing: border-box;
}
.breadcrumbs a{
color: #000000;
}

#container{
width: 100%;
min-height: 800px;
margin: auto;
padding: 0;
box-sizing: border-box;
}

.topbnr{
width: 90%;
height: auto;
margin: auto;
padding: 10px 0 0 0;
box-sizing: border-box;
}
.topbnrinner{
width: 100%;
padding: 0 0 10px 0;
box-sizing: border-box;
}

#topcontainer{
width: 100%;
margin: auto;
padding: 0;
box-sizing: border-box;
}

#topcontents{
width: 90%;
margin: auto;
padding: 0;
box-sizing: border-box;
}

.topinner{
width: 100%;
height: auto;
margin: auto;
padding: 40px 0;
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.topinner_img{
width: 100%;
padding: 0 0 10px 0;
box-sizing: border-box;
}
.topinner_txt{
width: 100%;
padding: 0 30px;
box-sizing: border-box;
}

.flex{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.flex::before{
content:"";
display: block;
width: 48%;
 order:1;
}
.flex::after{
content:"";
display: block;
width: 48%;
}
.item{
width: 48%;
padding: 0;
box-sizing: border-box;
margin-bottom: 25px;
}
.item img{
width: 100%;
height: auto;
margin-bottom: 2px;
}
.item img:hover {
opacity: 0.6;
}
.item p{
font-size: 90%;
line-height: 1.6;
}
.item_2 p{
font-size: 90%;
line-height: 1.6;
}
.item a{
color: #000000;
}
.time{
font-size: 70%;
color: #000000;
text-align: right;
padding: 10px 0 0 0;
box-sizing: border-box;
}

#contents{
width: 96%;
height: auto;
margin: auto;
padding: 0;
box-sizing: border-box;
}

.dj_flex{
width: 100%;
}
.djphoto{
width: 100%;
}
.djtxt{
width: 100%;
font-size: 90%;
color: #000000;
line-height: 2.2;
padding: 0;
box-sizing: border-box;
}

.applicationphoto{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.applicationphoto_inner{
width: 100%;
}

.inner{
width: 100%;
height: auto;
margin: auto;
padding: 40px 0;
box-sizing: border-box;
}

.sponsors_gold{
width: 100%;
margin: auto;
padding: 0 0 20px 0;
box-sizing: border-box;
display: flex;
justify-content: center;
}
.sponsors_gold li{
width: 75%;
}
.sponsors_silver{
width: 100%;
margin: auto;
padding: 0 0 20px 0;
box-sizing: border-box;
display: flex;
justify-content: center;
}
.sponsors_silver li{
width: 65%;
}
.sponsors_bronze{
width: 100%;
margin: auto;
padding: 0 0 20px 0;
box-sizing: border-box;
display: flex;
justify-content: center;
}
.sponsors_bronze li{
width: 65%;
}
.sponsors_normal{
width: 100%;
margin: auto;
padding: 0 0 20px 0;
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.sponsors_normal li{
width: 33%;
}

.sponsors_title_gold{
background: #e2d06e;
font-size: 110%;
color: #000000;
text-align: center;
padding: 10px;
box-sizing: border-box;
margin-bottom: 20px;
}
.sponsors_title_silver{
background: #c0c0c0;
font-size: 110%;
color: #000000;
text-align: center;
padding: 10px;
box-sizing: border-box;
margin-bottom: 20px;
}
.sponsors_title_bronze{
background: #815a2b;
font-size: 110%;
color: #ffffff;
text-align: center;
padding: 10px;
box-sizing: border-box;
margin-bottom: 20px;
}
.sponsors_title_fyoko{
background: #1d2088;
font-size: 110%;
color: #ffffff;
text-align: center;
padding: 10px;
box-sizing: border-box;
margin-bottom: 20px;
}


.more{
background: #1d2088;
width: 90%;
height: auto;
margin: auto;
text-align: center;
}
.more a{
display: block;
font-size: 140%;
font-weight: bold;
color: #ffffff;
padding: 20px 20px;
font-weight: bold;
text-decoration: none;
}
.more a:hover{
background: #555555;
color: #ffffff;
}

table{
border-collapse:collapse;
border-spacing:0;
empty-cells:show;
width: 100%;
margin-top: 10px;
margin-bottom: 10px;
}
th{
border-bottom: 1px solid #cccccc;
display: block;
width: auto;
text-align: left;
vertical-align: top;
padding: 5px 0;
box-sizing: border-box;
font-size: 90%;
font-weight: normal;
color: #000000;
}
td{
border-bottom: 1px solid #cccccc;
display: block;
width: auto;
text-align: left;
vertical-align: top;
padding: 5px 0 10px 0;
box-sizing: border-box;
font-size: 90%;
font-weight: normal;
color: #000000;
margin-bottom: 30px;
}

.pagenavi{
margin-top: 50px;
}
.pagenavi a{
color: #000000;
}
.pages{
font-size: 80%;
}
.current{
font-size: 80%;
}
.larger{
font-size: 80%;
}
.extend{
font-size: 80%;
}
.nextpostslink{
font-size: 80%;
}
.last{
font-size: 80%;
}

.gmap{
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.gmap iframe{
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

.youtube{
position:relative;
width:100%;
padding-top:56.25%;
}
.youtube iframe{
position:absolute;
top:0;
right:0;
width:100%;
height:100%;
}

#page-top{
position: fixed;
bottom: 0;
right: 0;
font-size: 80%;
}
#page-top a{
background: #000000;
text-decoration: none;
color: #ffffff;
padding: 15px;
box-sizing: border-box;
text-align: center;
display: block;
}
#page-top a:hover {
text-decoration: none;
background: #000000;
}

.alignnone{
width: 100%;
height: auto;
margin-bottom: 20px;
}

.alignleft{
width: 100%;
height: auto;
margin-bottom: 20px;
}

.alignright{
width: 100%;
height: auto;
margin-bottom: 20px;
}

.pagenavi{
margin-top: 50px;
display: flex;
justify-content: center;
align-items: center;
color: #000000;
}
.pagenavi a{
color: #555555;
}
.pages{
background: #555555;
font-size: 80%;
margin: 5px;
padding: 10px;
box-sizing: border-box;
}
.current{
background: #555555;
font-size: 80%;
margin: 5px;
padding: 10px;
box-sizing: border-box;
}
.smaller{
background: #555555;
font-size: 80%;
margin: 5px;
padding: 10px;
box-sizing: border-box;
}
.larger{
background: #555555;
font-size: 80%;
margin: 5px;
padding: 10px;
box-sizing: border-box;
}
.nextpostslink{
background: #555555;
font-size: 80%;
margin: 5px;
padding: 10px;
box-sizing: border-box;
}
.first{
background: #555555;
font-size: 80%;
margin: 5px;
padding: 10px;
box-sizing: border-box;
}
.last{
background: #555555;
font-size: 80%;
margin: 5px;
padding: 10px;
box-sizing: border-box;
}

.bnr{
clear: both;
border-top: 1px solid #cccccc;
background: #ffffff;
width: 100%;
height: auto;
padding: 20px;
box-sizing: border-box;
}

#footerarchive{
background: #1d2087;
width: 100%;
height: auto;
margin: auto;
padding: 40px 0;
box-sizing: border-box;
}
.footerarchivetitle{
font-size: 140%;
font-weight: normal;
color: #ffffff;
padding: 0 0 20px 0;
box-sizing: border-box;
text-align: center;
}
.footerarchive_inner{
max-width: 1280px;
width: 90%;
height: auto;
margin: auto;
padding: 0;
display: flex;
justify-content: center;
/*display: flex;
flex-wrap: wrap;
justify-content: space-between;*/
}
.footerarchivebox{
text-align: center;
width: 25%;
height: auto;
padding: 15px;
box-sizing: border-box;
}
.footerarchivebox a{
color: #ffffff;
font-size: 120%;
text-decoration: none;
}

#footer{
clear: both;
background: #000000;
width: 100%;
height: auto;
}

.footer_inner{
width: 96%;
margin: auto;
padding: 30px 0;
box-sizing: border-box;
}

address{
width: 100%;
margin: auto;
color: #ffffff;
font-size: 80%;
padding: 10px 0;
box-sizing: border-box;
text-decoration: none;
font-style: normal;
text-align: center;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
background-color: #fff;
color: #333333;
width: 100%;
border: 1px solid #ddd;
font-size: 100%;
padding: 10px;
box-sizing: border-box;
}

.wpcf7 input[type="submit"] {
font-size: 120%;
padding: 10px 30px;
box-sizing: border-box;
background: #eeeeee;
color: #333333;
border-radius: 4px;
cursor: pointer;
box-shadow: 0 0 1px rgba(0,0,0,.2);
border: 1px solid #cccccc;
margin-top: 20px;
}

.photoalbumflex{
width: 100%;
margin: auto;
padding: 0;
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.photoalbumflex_inner{
width: 48%;
}
	
}