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

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

html {
overflow-x: hidden;
overflow-y: scroll; -webkit-overflow-scrolling: touch
}

body{
background: #ffffff;
margin: 0;
font-family: 'M PLUS 2', sans-serif;
width: 100vw;
height: 100vh;
animation: bugfix infinite 1s;
-webkit-animation: bugfix infinite 1s;
}

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

.pc{
display: none;
}

h2{
background: #9cc715;
font-size: 160%;
color: #ffffff;
margin-bottom: 40px;
font-weight: normal;
padding: 20px 0;
box-sizing: border-box;
text-align: center;
}
h3{
font-size: 140%;
color: #000000;
margin-bottom: 30px;
padding: 0;
box-sizing: border-box;
text-align: center;
}

h4{
font-size: 130%;
color: #386cb0;
margin-bottom: 30px;
padding: 0;
box-sizing: border-box;
text-align: center;
}
h5{
font-size: 120%;
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;
}

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

@keyframes bugfix {
from {
padding: 0;
}
to {
padding: 0;
}
}
@-webkit-keyframes bugfix {
from {
padding: 0;
}
to {
padding: 0;
}
}

#overlay-button {
position: fixed;
background: #386cb0;
right: 0px;
top: 0px;
padding: 26px 11px;
z-index: 5;
cursor: pointer;
user-select: none;
z-index: 10000;
}

#overlay-button span {
height: 4px;
width: 35px;
border-radius: 2px;
background-color: #ffffff;
position: relative;
display: block;
transition: all .2s ease-in-out;
}

#overlay-button span:before {
top: -10px;
visibility: visible;
}

#overlay-button span:after {
top: 10px;
}

#overlay-button span:before, #overlay-button span:after {
height: 4px;
width: 35px;
border-radius: 2px;
background-color: #ffffff;
position: absolute;
content: "";
transition: all .2s ease-in-out;
}

#overlay-button:hover span, #overlay-button:hover span:before, #overlay-button:hover span:after {
background: #ffffff;
}

input[type=checkbox] {
display: none; 
}

input[type=checkbox]:checked ~ #overlay {
visibility: visible; 
}

input[type=checkbox]:checked ~ #overlay-button:hover span, input[type=checkbox]:checked ~ #overlay-button span {
background: transparent;
}

input[type=checkbox]:checked ~ #overlay-button span:before {
transform: rotate(45deg) translate(7px, 7px);
}

input[type=checkbox]:checked ~ #overlay-button span:after {
transform: rotate(-45deg) translate(7px, -7px);
}

#overlay {
height: 100vh;
width: 100vw;
background: #386cb0;
z-index: 999;
visibility: hidden;
position: fixed;
}
#overlay.active {
}
#overlay ul {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
text-align: center;
height: 80vh;
padding-left: 0;
list-style-type: none;
}
#overlay ul li {
padding: 0.5em;
}
#overlay ul li a {
color: #ffffff;
text-decoration: none;
font-size: 1.2em;
}
#overlay ul li a:hover {
color: #ffffff!important;
}

.slider {
width: 100%;
height: auto;
margin: auto;
padding: 0;
box-sizing: border-box;
z-index: 0;
		}
		
#spsnsicon{
background: #386cb0;
width: 100%;
height: auto;
margin: auto;
padding: 20px 0;
box-sizing: border-box;
}
#spsnsicon ul{
display: flex;
justify-content: center;
}
#spsnsicon li i{
font-size: 180%; 
color: #ffffff;
text-decoration: none;
padding: 0 10px;
box-sizing: border-box;
}

#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{
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%;
padding: 0;
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.brinnertitle{
position: relative;
border: 10px solid #ffffff;
width: 100%;
height: auto;
padding: 0;
box-sizing: border-box;
}
.brinnertitle img{ 
width: 100%;;
}
.brinnertitle p{
position: absolute;
font-size: 180%;
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: 100%;
font-size: 110%;
color: #000000;
line-height: 2.0;
padding: 20px;
box-sizing: border-box;
}

.newsinner{
width: 90%;
height: auto;
margin: auto;
padding: 20px;
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: 40%;
}

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

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

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

.alignright{
width: 100%;
height: auto;
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{
width: 100%;
background: #71c2dd;
border-radius: 20px;
padding: 40px 20px;
box-sizing: border-box;
margin-bottom: 30px;
font-size: 140%;
color: #ffffff;
text-align: center;
}

.entrybtn a{
display: block;
background: #71c2dd;
font-size: 120%;
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_inner{
width: 80%;
margin: auto;
padding: 0 0 30px 0;
box-sizing: border-box;
fontsize: 120%;
text-align: center;
}
.toparchiveblock_inner a{
color: #000000;
}
.tobidase_bnr{
width: 80%;
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: 80%;
height: auto;
margin: auto;
padding: 0 0 40px 0;
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.artistboxinner{
width: 80%;
margin: auto;
padding: 0 0 30px 0;
box-sizing: border-box;
}
.artistboxname{
font-size: 140%;
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: 80%;
height: auto;
margin: auto;
padding: 0 0 60px 0;
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.performerphoto{
width: 100%;
padding: 0 0 30px 0;
box-sizing: border-box;
}
.performerphoto img{
width: 100%;
}
.performertxt{
width: 100%;
}

#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;
}
.facebook{
display: none;
}
.twitter{
width: 100%;
padding: 0 0 20px 0;
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: 80%;
height: auto;
padding: 20px 0;
box-sizing: border-box;
margin: auto;
display: flex;
justify-content: center;
align-items: center;
}
.footerinfobnr{
width: 30%;
padding: 0 10px;
box-sizing: border-box;
}
.footerinfotxt{
font-size: 80%;
}

#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: 80%;
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: 90%;
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 マップ */

.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: 49%;
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: 90%;
max-width: 80%;  
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;
}
}

}