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

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

body{
background: #ffffff;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "M PLUS 2", sans-serif;
}

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

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;
}

.sp{
display: none;
}

h2{
background: #9cc715;
font-size: 200%;
color: #ffffff;
margin-bottom: 40px;
font-weight: normal;
padding: 20px 0;
box-sizing: border-box;
text-align: center;
}
h3{
font-size: 180%;
color: #000000;
margin-bottom: 30px;
padding: 0;
box-sizing: border-box;
text-align: center;
}
h4{
font-size: 160%;
color: #386cb0;
margin-bottom: 30px;
padding: 0;
box-sizing: border-box;
text-align: center;
}
h5{
font-size: 140%;
color: #000000;
margin-bottom: 20px;
padding: 0;
box-sizing: border-box;
}
h6{
color: #000000;
font-size: 110%;
padding: 0;
box-sizing: border-box;
}
p{
font-size: 100%;
color: #000000;
line-height: 2.2;
padding: 0;
box-sizing: border-box;
}

#header{
background: #386cb0;
width: 100%;
height: auto;
margin: auto;
padding: 0;
box-sizing: border-box;
}
.fixed {
position: fixed;
top: 0px;
width: 100%;
z-index: 1000;
}

.kanagawa_pref_logo {
position: fixed;
top: 0px;
width: 10%;
z-index: 1000;
}

.header_inner{
max-width: 1680px;
width: 90%;
margin: auto;
padding: 0;
box-sizing: border-box;
}

nav{
background: #386cb0;
width: 100%;
}
nav ul{
display: flex;
justify-content: center;
align-items: center;
padding: 15px 0;
box-sizing: border-box;
}
nav li{
font-size: 100%;
padding: 0 20px;
box-sizing: border-box;
}
nav li a{
color: #ffffff;
text-decoration: none;
}
nav li a:hover{
text-decoration: none;
}
nav ul li ul{
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
position: absolute;
}
nav ul li:hover ul{
z-index: 3;
padding: 0;
box-sizing: border-box;
margin-top: 15px;
}
nav ul li ul li{
overflow: hidden;
width: 100%;
height: 0;
z-index: 3;
font-size: 100%;
-moz-transition: .3s;
-webkit-transition: .3s;
-o-transition: .3s;
-ms-transition: .3s;
transition: .3s;
}
nav ul li:hover ul li{
overflow: visible;
height: auto;
padding: 15px 30px;
box-sizing: border-box;
background: #386cb0;
}

.slider {
width: 100%;
height: auto;
margin: auto;
padding: 0;
box-sizing: border-box;
}
	
#spsnsicon{
display: none;
}

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

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

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

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

.brinner{
width: 100%;
margin: auto;
padding: 0;
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.brinnertitle{
position: relative;
width: 50%;
height: auto;
padding: 0;
box-sizing: border-box;
}
.brinnertitle img{ 
width: 100%;;
}
.brinnertitle p{
position: absolute;
font-size: 220%;
font-weight: bold;
color: #ffffff;
top: 50%;
left: 50%;
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
margin:0;
padding:0;
}
.brinnertxt{
width: 50%;
font-size: 120%;
color: #000000;
line-height: 2.0;
padding: 40px;
box-sizing: border-box;
}

.newsinner{
max-width: 1680px;
width: 90%;
height: auto;
margin: auto;
padding: 40px;
box-sizing: border-box;
text-align: center;
}
.newsinner p{
}

.topbnr{
width: 100%;
padding: 10px 0;
box-sizing: border-box;
display: flex;
justify-content: center;
}
.topbnrinner{
width: 30%;
}

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

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

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

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

ol li {
list-style-type: none;
counter-increment: cnt;
font-size: 100%;
color: #000000;
line-height: 2.2;
padding: 0;
box-sizing: border-box;
}

ol li::before {
content: "【"counter(cnt)"】";
}

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
font-family: 'FontAwesome', sans-serif;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.cp_qa dt {
font-size: 100%;
line-height: 2.2;
position: relative;
margin: 0 0 1.5em 0;
font-family: "M PLUS 2", sans-serif;
}
.cp_qa dd {
font-size: 100%;
line-height: 2.2;
position: relative;
margin: 0 0 2em 0;
padding: 0 0 1.5em 2em;
border-bottom: 1px dotted #0097a7;
font-family: "M PLUS 2", sans-serif;
}
.cp_qa dt::before, .cp_qa dd::before {
font-size: 1.2em;
margin: 0 0.5em 0 0;
color: #ffffff;
border-radius: 50%;
display: inline-block;
width: 1.3em;
height: 1.3em;
line-height: 1.2em;
}
.cp_qa dt::before {
padding: 0.1em 0.3em;
content: '\f128';
background: #f57c00;
}
.cp_qa dd::before {
padding: 0.12em 0.45em;
content: '\f12a';
background: #0097a7;
}
.cp_qa dt::after, .cp_qa dd::after {
position: absolute;
top: 0.5em;
display: inline-block;
width: 0;
height: 0;
content: '';
border-width: 5px 0 5px 5px;
border-style: solid;
}
.cp_qa dt::after {
left: 1.5em;
border-color: transparent transparent transparent #f57c00;
}
.cp_qa dd::after {
left: 3.5em;
border-color: transparent transparent transparent #0097a7;
}

.archive ul, ol {
}

.archive ul li, ol li {
font-size: 100%;
line-height: 2.6; 
padding: 0;
box-sizing: border-box;
}

.recruitmenttitle{
display:inline-block;
width: 30%;
background: #71c2dd;
border-radius: 20px;
padding: 70px 10px;
box-sizing: border-box;
font-size: 130%;
color: #ffffff;
text-align: center;
margin-right: 40px;
float: left;
}

.entrybtn a{
display: block;
background: #71c2dd;
font-size: 140%;
color: #ffffff;
padding: 20px 0;
font-weight: bold;
text-decoration: none;
text-align: center;
	}
	
.toparchiveblock{
width: 100%;
height: auto;
margin: auto;
padding: 0 0 60px 0;
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
	}
.toparchiveblock::before{
content:"";
display: block;
width: 20%;
order:1;
}
.toparchiveblock::after{
content:"";
display: block;
width: 20%;
}
.toparchiveblock_inner{
width: 20%;
padding: 0 5px 20px 5px;
box-sizing: border-box;
fontsize: 100%;
text-align: center;
}
.toparchiveblock_inner a{
color: #000000;
	}
.tobidase_bnr{
width: 60%;
height: auto;
margin: auto;
padding: 0;
box-sizing: border-box;
}
.tobidase_bnr img{
width: 100%;
height: auto;
margin: auto;
padding: 0;
box-sizing: border-box;
}

.artistbox{
width: 100%;
height: auto;
margin: auto;
padding: 0 0 60px 0;
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.artistbox::before{
content:"";
display: block;
width: 19%;
order:1;
}
.artistbox::after{
content:"";
display: block;
width: 19%;
}
.artistboxinner{
width: 19%;
padding: 0 0 20px 0;
box-sizing: border-box;
}
.artistboxname{
font-size: 160%;
font-weight: bold;
padding: 0 0 10px 0;
box-sizing: border-box;
text-align: center;
}
.artistboxtime{
font-size: 120%;
padding: 0 0 10px 0;
box-sizing: border-box;
text-align: center;
}
.artistboximg{
padding: 0 0 20px 0;
box-sizing: border-box;
text-align: center;
}
.artistboximg img{
width: 100%;
height: auto;
}
.artistboxbtn a{
display: block;
background: #faed00;
font-size: 100%;
color: #000000;
padding: 20px 0;
font-weight: bold;
text-decoration: none;
text-align: center;
}

.performer{
width: 100%;
height: auto;
margin: auto;
padding: 0 0 60px 0;
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.performerphoto{
width: 40%;
}
.performerphoto img{
width: 100%;
}
.performertxt{
width: 55%;
}

#page-top{
position: fixed;
bottom: 0;
right: 0;
font-size: 90%;
}
#page-top a{
background: #386cb0;
text-decoration: none;
color: #ffffff;
width: auto;
padding: 10px;
box-sizing: border-box;
text-align: center;
display: block;
}

#snsblock{
width: 80%;
margin: auto;
padding: 20px 0 40px 0;
box-sizing: border-box;
display: flex;
justify-content: center;
align-items: center;
}
.facebook{
width: 50%;
padding: 0 20px;
box-sizing: border-box;
}
.twitter{
width: 50%;
padding: 0 20px;
box-sizing: border-box;
}

#snsicon{
background: #eeeeee;
width: 100%;
height: auto;
margin: auto;
padding: 20px 0;
box-sizing: border-box;
}
#snsicon ul{
display: flex;
justify-content: center;
}
#snsicon li i{
font-size: 180%; 
color: #555555;
text-decoration: none;
padding: 0 10px;
box-sizing: border-box;
}

#footerinfo{
clear: both;
border-top: 1px solid #eeeeee;
width: 100%;
height: auto;
padding: 20px 0;
box-sizing: border-box;
display: flex;
justify-content: center;
align-items: center;
}
.footerinfobnr{
width: 15%;
padding: 0 10px;
box-sizing: border-box;
}
.footerinfotxt{
font-size: 100%;
}

#footer{
clear: both;
background: #386cb0;
width: 100%;
height: auto;
padding: 20px 0;
box-sizing: border-box;
}

.footer_inner ul{
display: flex;
justify-content: center;
align-items: center;
padding: 15px 0;
box-sizing: border-box;
}
.footer_inner li{
font-size: 100%;
padding: 0 20px;
box-sizing: border-box;
}
.footer_inner li a{
color: #ffffff;
text-decoration: none;
}

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

/* Google マップ */
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
/* Google マップ */

/* YouTube */
.youtube{
position:relative;
width:100%;
padding-top:56.25%;
margin-bottom: 10px;
}
.youtube iframe{
position:absolute;
top:0;
right:0;
width:100%;
height:100%;
}
/* YouTube */

.archivephotobox{
width: 100%;
height: auto;
margin: auto;
padding: 0 0 60px 0;
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.archivephotoboxinner{
width: 24%;
margin-bottom: 15px;
}

.overlay {
position: fixed; /* 背景 */
background: rgba(0, 0, 0, 0.2);
visibility: hidden;
opacity: 0;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
.pop-up {
display: none;
}
.pop-up:checked + .overlay {
visibility: visible;
opacity: 1;
z-index: 100000;
background-color: #000000E0;
width: 100%;
}
.popWindow {
max-height: 95%;
max-width: 65%;  
transform: scale(0.3); /* クリックした直後のサイズ */
z-index: 100010;
font-size: 13px;
line-height: 18px;
margin: 10px auto;
padding: 4px 10px;
text-align: center;
transition: all 0.5s 0s ease;
display: flex; /* 中央 */
flex-direction: column;
justify-content: center;
align-items: center;
}
.pop-up:checked + .overlay .popWindow {
transform: scale(1); /* 最終的なサイズ */
height: 100%;
}
.pbox {
display: flex; /* 中央 */
justify-content: center;
align-items: center;
height: 100%;
border-radius: 5px;
overflow: auto;
}
.popWindow .close {
position: relative;
float: right;
transition: all 5ms;
font-size: 30px;
line-height: inherit;
font-weight: bold;
text-decoration: none;
color: #FFF;
padding: 2px;
}
.popWindow .close:hover {
color: #06D85F;
}
.pbox::-webkit-scrollbar-track {
background: none;
}
.pbox::-webkit-scrollbar {
width: 10px;
height: 10px;
}
.pbox::-webkit-scrollbar-thumb {
background: #999;
border-radius: 5px;
}
.clickable:hover {
cursor: pointer;
}
@media screen and (max-width: 700px){
.pop-up:checked + .overlay {
visibility: hidden;
opacity: 0;
}
}

}