@charset "utf-8";
body, html{
  margin: 0;
  max-width:100vw;
  height: auto;
  padding: 0px;
  background-color: #ffffff;	
  bottom:15vh;
}
#all {
	height:auto;
        max-width:100vw;
	top:0px;
        position: fixed;
	display:block;
	z-index: 0;
	margin: 0;
	padding: 0px;
}
.div1{
	display: flex;
        justify-content: center;    
        align-items: center; 
}
.div2{
	display: flex;
        justify-content: center;    
        align-items: center; 
}
.div3{
	display: flex;
        justify-content: center;    
        align-items: center; 
}
#div_a {
	top:0px;
	left:0px;
	height:auto;
        max-width:100vw;
}
#div_c {
	top:0px;
	left:0px;
	height:auto;
        max-width:100vw;
}
#div_a #theater-poster {
	height:auto;
	max-width:100%;
}
#div_b {
	top:0px;
	left:0px;
	height:auto;
        max-width:100%;
        background-image:url("../pic_mobile/0.png");
}
#div_b #showtimeId {
  background: #003d79;
  color: #fafafa;
  margin: 15px;
  width: 280px;
  max-width: 90vw;
  height: 3em;
  font-size: 1em;
  padding: 15px;
  position: relative;
  border-radius: 8px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  display: flex;
  justify-content: center;    
  align-items: center;  
}
#div_c #theater-poster2 {
	height:auto;
	max-width:100%;
}





#showtime-bottom {
	height:80px;
	max-width:100vw;
        left:0px;
        bottom:0px;
}

#showtime-bottom #showtime-bottom-1 {
	height:80px;
	max-width:100vw;
        left:0px;
        bottom:0px;
}



#home {
	height:42px;
	width:42px;
	top:3px;
        right:12px;
        position: fixed;
	display:block;
        opacity:0.7;
	z-index: 25;
}