@media all and (min-width:1200px){
  
  .wrap-header .head-navi .a_1 {padding: 25px 80px;}

  
}


/* popup */

.PZwindow {display:flex; flex-direction:column}
.PZwindow iframe {height: 100%;width:100%}
.PZwindow .PZwrap img {width:100%; height: 100%;}
.PZwindow .PZwrap a {display: block; background: #333;}

@media only screen and (max-width:768px){
    .PZwindow {width: 80% !important; top:0 !important; left:0 !important}
    .PZwindow .PZwrap {width: 100% !important; height: auto !important;}
}

@media only screen and (max-width:550px){
    .PZwindow {width: 100% !important}
}

.nomoreOpen form a.PZwindowClose {margin: 6px 0 0 !important;}