@charset "utf-8";
/*MAPのチェック時開くサイズ*/
input[type="checkbox"].on-off:checked + ul {
  height: 100%;
}
.tizu {
  width: 90%;
}
@media screen and (min-width: 1024px) {
  input[type="checkbox"].on-off:checked + ul {
    height: 400px;
  }
}
/* .tizu{width: 90%;}
@media screen and (max-width: 1024px) {
input[type="checkbox"].on-off:checked + ul{
    height: 830px;
}
}
@media screen and (max-width: 820px) {
input[type="checkbox"].on-off:checked + ul{
    height: 760px;
}
}
@media screen and (max-width: 768px) {
input[type="checkbox"].on-off:checked + ul{
    height: 760px;
}
.tizu{width: 98%;}
}
@media screen and (max-width: 600px) {
input[type="checkbox"].on-off:checked + ul{
    height: 700px;
}
}
@media screen and (max-width: 500px) {
input[type="checkbox"].on-off:checked + ul{
    height: 640px;
}
}
@media screen and (max-width: 428px) {
input[type="checkbox"].on-off:checked + ul{
    height: 600px;
}
}
@media screen and (max-width: 375px) {
input[type="checkbox"].on-off:checked + ul{
    height: 580px;
}
}
@media screen and (max-width: 360px) {
input[type="checkbox"].on-off:checked + ul{
    height: 575px;
}
}
@media screen and (max-width: 320px) {
input[type="checkbox"].on-off:checked + ul{
    height: 550px;
}
} */
