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

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

body{
width: 100%;
height: 100%;
margin: 0;
padding: 0;
box-sizing: border-box;
font-family:"メイリオ",Meiryo,"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic","Lato",sans-serif;
}
	
#wrap{
width: 100%;
height: 100%;
margin: 0;
padding: 0;
box-sizing: border-box;
}

img{
border-style: none;
}

a{
outline: 0;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
a:hover{
opacity: 0.6;
filter: alpha(opacity=60);
}

ul,li{
list-style: none;
}

.clear{
clear: both;
}

.topclear{
clear: both;
margin-bottom: 50px;
}

.sp{
display: none;
}

h2{
font-size: 160%;
color: #000000;
margin-bottom: 30px;
font-weight: normal;
position: relative;
display: inline-block;
padding: 0 55px;
box-sizing: border-box;
}
h2:before, h2:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 45px;
height: 1px;
background-color: #000000;
}
h2:before {
left:0;
}
h2:after {
right: 0;
}
.subtitle{
font-size: 110%;
display: block;
color: #800000;
}
h3{
border-bottom: 1px solid #053a7a;
font-size: 140%;
color: #053a7a;
margin-bottom: 30px;
font-weight: normal;
padding: 0 0 10px 0;
box-sizing: border-box;
}
.date{
font-size: 60%;
float: right;
}
h4{
color: #053a7a;
font-size: 110%;
font-weight: normal;
padding: 0 0 20px 0;
box-sizing: border-box;
}
h5{
color: #053a7a;
font-size: 100%;
font-weight: normal;
padding: 0 0 10px 0;
box-sizing: border-box;
}
h6{
color: #000000;
font-size: 110%;
padding: 5px 0;
box-sizing: border-box;
}
p{
font-size: 90%;
color: #000000;
line-height: 2.2;
padding: 0;
box-sizing: border-box;
}
.date{
font-size: 60%;
float: right;
}

.breadcrumbs{
width: 100%;
margin: auto;
padding: 0;
box-sizing: border-box;
font-size: 70%;
}
.breadcrumbs_inner{
max-width: 1280px;
width: 90%;
margin: auto;
padding: 10px 0;
box-sizing: border-box;
}
.breadcrumbs a{
color: #000000;
}

.pagenavi{
margin-top: 50px;
}
.pages{
font-size: 80%;
}
.current{
font-size: 80%;
}

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

.alignleft{
width: 30%;
height: auto;
float: left;
margin-right: 20px;
margin-bottom: 20px;
}

.alignright{
width: 30%;
height: auto;
float: right;
margin-left: 20px;
margin-bottom: 20px;
}

.greetingalignright{
width: 18%;
height: auto;
float: right;
margin-left: 20px;
margin-bottom: 10px;
}

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

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

#header{
background: #053a7a;
width: 100%;
height: auto;
margin: auto;
padding: 0;
box-sizing: border-box;
}
/*
.fixed{
background: #053a7a;
position: fixed;
top: 0;
width: 100%;
z-index: 10000;
}
*/

.logo{
position: fixed;
top: 0px;
left: 0px;
background: #ffffff;
width: 10%;
padding: 10px;
box-sizing: border-box;
z-index: 10000;
}
.logo img{
display: block;
width: 100%;
height: auto;
}

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

.headernavi{
width: 100%;
height: auto;
padding: 0;
box-sizing: border-box;
}
.headernavi ul{
list-style: none;
max-width: 1100px;
width: 90%;
margin: auto;
padding: 0;
box-sizing: border-box;
display: flex;
justify-content: center;
align-items: center;
}
.headernavi li{
font-size: 95%;
margin: 0;
padding: 0 15px;
box-sizing: border-box;
text-align: center;
}
.headernavi li a{
color: #ffffff;
text-decoration: none;
}
.headernavi h6{
font-size: 85%;
color: #ffffff;
margin-top: -5px;
margin-bottom: -5px;
}
.headernavi li i{
color: #ffffff;
text-decoration: none;
padding: 0;
box-sizing: border-box;
}

#mainmenu{
list-style-type: none;
background: #053a7a;
width: 100%;
height: auto;
padding: 5px 0;
box-sizing: border-box;
margin: auto;
}
#pcmenu ul{
max-width: 1100px;
width: 90%;
list-style: none;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
box-sizing: border-box;
-webkit-justify-content: space-between;
justify-content: space-between;
margin: auto;
}
#pcmenu ul li{
-webkit-flex-grow:1;
flex-grow:1;
position: relative;
text-align: center;
}
#pcmenu ul li a{
font-size: 90%;
color: #ffffff;
text-decoration: none;
display: block;
padding: 5px;
box-sizing: border-box;
}
#pcmenu ul li a:hover{
}
#pcmenu ul li ul{
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
position: absolute;
}
#pcmenu ul li:hover ul{
z-index: 3;
width: 100%;
}
#pcmenu ul li ul li{
overflow: hidden;
height: 0;
z-index: 3;
font-size: 85%;
-moz-transition: .3s;
-webkit-transition: .3s;
-o-transition: .3s;
-ms-transition: .3s;
transition: .3s;
}
#pcmenu ul li:hover ul li{
overflow: visible;
height: auto;
padding: 3px 0;
box-sizing: border-box;
background: #053a7a;
}
#pcmenu ul li:hover ul li:first-child{
}
#pcmenu ul li ul li a{
}

#toggle{
display: none;
}
.spnavi{
display: none;
}

#mainimage{
background-image: url("http://www.y151-200.com/wp-content/uploads/2019/12/mainimage_ver01.jpg");
background-position: 50% 50%;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
width: 100%;
height: 650px;
margin: auto;
padding: 0;
box-sizing: border-box;
display: flex;
justify-content: center;
align-items: center;
}
.mainimage_inner{
width: 60%;
background-color: rgba( 255, 255, 255, 0.70 );
padding: 70px;
box-sizing: border-box;
}
.mainimage_inner img{
width: 100%;
margin: auto;
padding: 0;
box-sizing: border-box;
}

#news{
background: #ffffff;
border-top: 5px solid #053a7a;
width: 100%;
height: auto;
margin: auto;
padding: 40px 0;
box-sizing: border-box;
}
.news_inner{
max-width: 1100px;
width: 90%;
margin: auto;
padding: 0;
box-sizing: border-box;
}
.newsbox{
width: 100%;
padding: 5px 0;
box-sizing: border-box;
border-bottom: 1px dotted #cccccc;
}
.newsbox p{
font-size: 90%;
color: #000000;
word-break:break-all;
padding: 0;
box-sizing: border-box;
}
.newsbox a{
text-decoration: none;
font-size: 90%;
color: #000000;
word-break:break-all;
padding: 0;
box-sizing: border-box;
}
.newsbox dt{
padding-bottom: 6px;
padding-right: 10px;
box-sizing: border-box;
width: 10%;
float: left;
clear: both;
}
.newsbox dd{
padding-top: 3px;
padding-left: 10px;
padding-bottom: 0px;
box-sizing: border-box;
width: auto;
margin-left: 5%;
}

.brandingimg{
width: 100%;
margin: auto;
padding: 0;
box-sizing: border-box;
text-align: center;
}
.brandingimg img{
width: 70%;
}

#main{
background: #ffffff;
width: 100%;
height: auto;
margin: auto;
padding: 40px 0;
box-sizing: border-box;
}
.main_inner{
max-width: 1100px;
width: 90%;
margin: auto;
padding: 0;
box-sizing: border-box;
}

#greeting{
background: #eeeeee;
width: 100%;
height: auto;
margin: auto;
padding: 40px 0;
box-sizing: border-box;
}
.greeting_inner{
max-width: 1024px;
width: 90%;
margin: auto;
padding: 0;
box-sizing: border-box;
}

.breadcrumbs{
width: 100%;
margin: auto;
padding: 0;
font-size: 70%;
}
.breadcrumbs_inner{
max-width: 1100px;
margin: auto;
padding: 10px 0;
box-sizing: border-box;
}
.breadcrumbs a{
color: #000000;
}

#pagecontainer{
max-width: 1100px;
width: 90%;
min-height: 800px;
margin: auto;
padding: 40px 0;
box-sizing: border-box;
}

#contents{
width: 100%;
padding: 0;
box-sizing: border-box;
}

.flex{
display: flex;
flex-wrap: wrap;
}
.item{
width: 20%;
padding: 10px;
box-sizing: border-box;
}
.item img{
display: block;
width: 100%;
height: auto;
}
.item p{
font-size: 90%;
color: #000000;
line-height: 1.6;
overflow: auto;
padding: 0;
box-sizing: border-box;
}
.update{
color: #000000;
font-size: 60%;
text-align: right;
margin-top: 10px;
}

#branding{
background: #053a7a;
width: 100%;
height: auto;
margin: auto;
padding: 0;
box-sizing: border-box;
}
.branding_inner{
max-width: 1100px;
width: 90%;
margin: auto;
padding: 0;
box-sizing: border-box;
}
.brandingtitle{
color: #ffffff;
font-size: 200%;
padding: 100px 0 60px 0;
box-sizing: border-box;
text-align: center;
}
.brandingarchive{
height: auto;
margin: auto;
padding: 0 0 100px 0;
box-sizing: border-box;
font-family: 'Anton', sans-serif;
}
.brandingarchive ul{
display: flex;
justify-content:center;
flex-wrap: wrap;
}
.brandingarchive li{
width: 20%;
padding: 20px;
box-sizing: border-box;
text-align: center;
}
.brandingarchive li a{
display: block;
margin: 0;
color: #ffffff;
font-size: 200%;
line-height: 1;
text-decoration: none;
}

#snsbox{
border-top: 5px solid #053a7a;
background: #ffffff;
width: 100%;
height: auto;
margin: auto;
padding: 0;
box-sizing: border-box;
}
.snsbox_inner{
max-width: 1100px;
width: 90%;
height: 100%;
margin: auto;
padding: 40px 0;
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.snscontents_left{
width: 50%;
}
.snscontents_right{
width: 50%;
}
/* Facebook Like Box width: 100% */
.fbcomments,
.fb_iframe_widget,
.fb_iframe_widget[style],
.fb_iframe_widget iframe[style],
.fbcomments iframe[style],
.fb_iframe_widget span{
    width: 100% !important;
margin-bottom: 10px;
}

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

.footer_inner{
width: 90%;
max-width: 1100px;
height: auto;
margin: auto;
padding: 30px 10px;
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;
}

.footermenutitle{
font-size: 90%;
color: #ffffff;
font-weight: bold;
padding: 10px 0;
box-sizing: border-box;
}

.footerbox{
width: 20%;
height: auto;
padding: 0;
box-sizing: border-box;
float: left;
margin-bottom: 2%;
}

.footerbox-container{
display: none;
}

.footerbox ul{
margin: 0;
list-style: none;
}
.footerbox li{
font-size: 80%;
padding: 0 0 5px 0;
box-sizing: border-box;
}
.footerbox a,.footerbox a:link,.footerbox a:visited{
text-decoration: none;
color: #ffffff;
width: auto;
height: auto;
}

.footerbox_btm{
width: 100%; 
padding: 0;
margin-bottom: 3%;
}  
.footerbox_btm ul{
list-style: none;
margin: 0;
padding: 0;
text-align: center;
}  
.footerbox_btm li{
font-size: 80%;
float: left;
width: auto;
margin: 0;
padding: 0 20px 0 0;
box-sizing: border-box;
}  
.footerbox_btm a{
text-decoration: none;
color: #ffffff;
}

/* お問い合わせ */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="number"],
.wpcf7 textarea {
background-color: #fff;
color: #333;
width: 100%;
border: 1px solid #ddd;
font-size: 100%;
padding: 10px;
box-sizing: border-box;
}

.wpcf7 input[type="submit"]{
font-size: 100%;
padding: 0.2em 0.6em;
background: #eee;
color: #535353;
border-radius: 4px;
cursor: pointer;
box-shadow: 0 0 1px rgba(0,0,0,.2);
border: 1px solid #ccc;
}
/* お問い合わせ */

/* 実行委員 */
.memberflexbox{
display: flex;
flex-wrap: wrap;
}
.memberflex{
width: 25%;
padding: 15px;
box-sizing: border-box;
}
.memberflex img{
width: 100%;
height: auto;
}
.memberflex strong{
font-size: 100%;
color: #333333;
line-height: 1.6;
overflow: auto;
padding: 0;
box-sizing: border-box;
margin-bottom: 10px;
}
.memberflex p{
font-size: 90%;
color: #333333;
line-height: 1.6;
overflow: auto;
padding: 0;
box-sizing: border-box;
margin-bottom: 10px;
}
/* 実行委員 */

/* 協賛企業 */
bannerboxtop{
width: 100%;
height: auto;
margin: auto;
padding: 0;
box-sizing: border-box;
}
.bannerboxtop ul{
margin: 0;
list-style: none;
display: flex;
flex-wrap: wrap;
}
.bannerboxtop li{
width: 50%;
padding: 5px;
box-sizing: border-box;
}
.bannerboxtop img{
display: block;
width: 100%;
height: auto;
}
bannerboxmiddle_center{
width: 100%;
height: auto;
margin: auto;
padding: 0;
box-sizing: border-box;
}
.bannerboxmiddle_center ul{
margin: 0;
list-style: none;
display: flex;
justify-content: center;
}
.bannerboxmiddle_center li{
width: 25%;
padding: 5px;
box-sizing: border-box;
}
bannerboxmiddle{
width: 100%;
height: auto;
margin: auto;
padding: 0;
box-sizing: border-box;
}
.bannerboxmiddle ul{
margin: 0;
list-style: none;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.bannerboxmiddle ul::before{
content:"";
display: block;
width: 25%;
order:1;
}
.bannerboxmiddle ul::after{
content:"";
display: block;
width: 25%;
}
.bannerboxmiddle li{
width: 25%;
padding: 5px;
box-sizing: border-box;
}
.bannerboxmiddle img{
display: block;
width: 100%;
height: auto;
}
/* 協賛企業 */

/* ヒストリーMAP */
/* マップ */
#map{
background: #ffffff;
border: 1px solid #eeeeee;
box-sizing: border-box;
width: 75%;
height: 630px;
margin: 30px auto;
}
/* マップポップアップ */
.leaflet-popup{
position: absolute;
margin-bottom: 20px;
padding: 0;
box-sizing: border-box;
margin: 0;
}
.leaflet-popup-content-wrapper{
background: #ffffff;
width: 560px;
height: 390px;
border: 3px solid #cccccc;
box-shadow: 0 3px 14px rgba(0,0,0,0.4);
}
.leaflet-popup-content{
width: 100%;
height: auto;
}
.leaflet-popup-content-wrapper img{
width: 100%;
height: auto;
}
.leaflet-popup-tip-container{
display: none;
}
.leaflet-container a.leaflet-popup-close-button{
position: absolute;
top: 0;
right: 0;
padding: 4px 4px 0 0;
box-sizing: border-box;
border: none;
text-align: center;
height: 14px;
font: 16px/14px Tahoma, Verdana, sans-serif;
color: #000000;
text-decoration: none;
font-weight: bold;
background: transparent;
}
/* ヒストリーMAP */

/* アクセス */
/* アクセス */
	
/* 絵画コンテスト */
/* 絵画コンテスト */

/* イベントページ */
/* イベントページ */
	
}