body{
	font-size:1.2rem;
	font-family:'Noto Sans JP' sans-serif;font-weight: 400;
    color:#333;
}

a{
    color:#333;
}

a:link{
    text-decoration: underline;
    color:#639;
}

nav a:link{
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
    color:#333;
}

a:visited{
    color:#333;
}




img{
	max-width:100%;
}
div.fb-container{
	max-width:100%;
	width:100%;
}
div.fb-container iframe{
	max-width:100% !important;
	width:100%;
}

div.page a,a:visited,a:active{
	color:rgb(90,79,30) !important;
}

section.maincontent{
	padding-top:100px;
	padding-bottom:100px;
	font-size:14pt;
	font-family:'Noto Sans JP' sans-serif;font-weight: 700;
}

/* section.maincontent:nth-child(even){
	background-color:#f5f4e7;
} */

section.maincontent h2{
	font-family:'Noto Sans JP' sans-serif;font-weight: 700;
	font-size:36pt;
	color:#227FAB;margin:60px 0;
	text-align:center;
}
section.maincontent h3{
	font-family:'Noto Sans JP' sans-serif;font-weight: 700;
	font-size:32pt;
	color:#333;margin:20px 0;
	text-align:center;
}

section.sponsors{
	padding-top:30px;
	padding-bottom:30px;

}

section.sponsors img{
	margin-right:4px;
	margin-bottom:6px;
}

section.sponsors h5{
	font-size:9pt;
	color:darkslategray;
	text-align:center;
}


div.whatsnewitem{
	margin-bottom:20px;
}



.container-sm{
	max-width:720px;
}


#primary section{
	margin-top:100px;
	margin-bottom:100px;
}

h1,h2,h3,h4,h5,h6{
	font-weight:900;
}

h1,h2,h3{
	margin-top:40px;
	margin-bottom:30px;
}

h6{
	font-size:1.2rem;
}

div.graybox{
	background-color:#eaeaea;
	padding:20px 30px;

}

input.wpcf7c-conf,textarea.wpcf7c-conf{
	background-color:#eee !important;
}

ul{
	margin-left:0.5em;
}


div.navigationmenu > ul{
	display:flex;
	align-items: center;
	justify-content: center;
	margin:0;
	padding:0;
	

}

div.navigationmenu ul li{
	list-style-type: none;
	padding:20px 5px;
	font-size:0.9rem;
    font-weight:bold;
	flex-grow:1;
	text-align:center;
}

div.navigationmenu ul li{

}

nav{
	border-bottom:lightgray 1px solid;
}

/* サイドバーメニュー */

html, body {
    overflow-x: hidden;
    height: 100%;
}
body {
    /* background: #fff; */
    padding: 0;
    margin: 0;
    /* font-family: 'Varela Round', sans-serif; */
}
.header {
    display: block;
    margin: 0 auto;
    width: 50px;
    max-width: 100%;
    box-shadow: none;
    background-color: #F8B62D;
    position: fixed;
    height: 50px !important;
    overflow: hidden;
    z-index: 10;
}
.main {
    margin: 0 auto;
    display: block;
    height: 100%;
    margin-top: 60px;
}
.mainInner{
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}
.mainInner div{
    display:table-cell;
    vertical-align: middle;
    font-size: 3em;
    font-weight: bold;
    letter-spacing: 1.25px;
}
#sidebarMenu {
    height: 100%;
    position: fixed;
    left: 0;
    width: 320px;
    margin-top: 60px;
    transform: translateX(-320px);
    transition: transform 250ms ease-in-out;
    background: lightgray;
	z-index:10000;
}
.sidebarMenuInner{
    margin:0;
    padding:0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.sidebarMenuInner li{
    list-style: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.sidebarMenuInner li span{
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.50);
}
.sidebarMenuInner li a{
    color: #222;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}
input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
}

input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 22px;
    left: 15px;
    height: 22px;
    width: 22px;
}


.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #fff;
}
.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}
.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}

main input[type=checkbox] {
    display: inline;
}

@media (max-width: 575px) {
/* xs:スマホ表示用 */
    div.heroarea{
        height:100vh;
    }

    div.top-left{
        /* height:60vh !important; */
    }
    div.top-right{
        height:40vh !important;
    }

    section.sponsors div.s-banner img{
        width:45% !important;
        height:auto;
    }
    section.sponsors div.a-banner img{
        width:30% !important;
        height:auto;
    }

	header.entry-header{
		background:rgb(245,244,230);
		padding:25px 10px;
	}

	header h2{
		margin-bottom:5px;
	}

	#primary section{
		margin-top:60px;
		margin-bottom:60px;
	}
	

}

@media (min-width: 576px) {
/* PC表示用 */
    div.heroarea{
        aspect-ratio: 16 / 9;
    }

	header.entry-header{
		background:rgb(245,244,230);
		padding:40px 30px;
	}

	header h2{
		margin-bottom:5px;
	}

}

div.infoarea figure.aligncenter figcaption{
    text-align:center;
}

div.infoarea div.wp-block-image{
    margin-bottom:0;
}

div.infoarea figure figcaption{
    margin-bottom:0;
}

/* ゲスト */
body.page-id-891 figcaption{
    text-align:center;
}

/* ゲストモーダルポップアップ用 */

header.popupartists{
    background:rgb(245,244,230);padding:40px 30px;
}
header.popupartists h2{

}


main.popupartists h5{

}

main.popupartists p{

}

/*ナビゲーションプルダウン*/

.gnavi__lists {
    display: flex;
}
.gnavi__list {
    background-color: transparent;
    position: relative;
    transition: all .3s;
}
.gnavi__list:hover {
    background-color: #eee;
}
.gnavi__list:not(:first-child)::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s;
}
.gnavi__list:hover::before {
    background-color: #eee;
}
.gnavi__list a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-weight: 600;
    transition: all .3s;
}
.gnavi__list:hover a {
    color: #333;
}


.dropdown__lists {
    display: none;/*デフォルトでは非表示の状態にしておく*/
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
}

.gnavi__list:hover .dropdown__lists {
    display: block;/*Gナビメニューにホバーしたら表示*/
}
.dropdown__list {
    background-color: #eee;
    height: 60px;
    transition: all .3s;
    position: relative;
}
.dropdown__list:not(:first-child)::before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #eee;
    position: absolute;
    top: 0;
    left: 0;
}
.dropdown__list:hover {
    background-color: #ddd;
}
.dropdown__list a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    text-decoration: none;
    position: relative;
	padding-left:20px;
	padding-right:30px;

}
/* .dropdown__list a::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
} */


/*調整*/

ul.gnavi__lists,ul.dropdown__lists{
    margin:0;
}
ul.dropdown__lists{
    padding:0;
}

ul.dropdown__lists{
    width: max-content;

}


div#sidebarMenu ul li{
    padding-top:4px;
    padding-bottom:4px;
}

div#sidebarMenu ul li ul{
    margin-left:0;
    padding-left:10px;
}

div#sidebarMenu ul li ul li{
    padding:3px 0 3px 10px;
}


span.wpcf7-list-item-label{
	margin-top:4px;
	margin-bottom:4px;
}

/*  */
table a{
	text-decoration: underline !important;
}


/*  */



div#wpcf7cpcnf table tr th{
	width:33%;
}
div#wpcf7cpcnf p{
	margin-bottom: 0.5em;
}