@media screen and (max-width: 639px) {
  /*** Steps ***/
  #steps {
    margin: auto;
    width: 100%;
    clear: both;
    margin-bottom: 35px;
    overflow: hidden;
    color: #A4A4A4;
    font-size: 70%;
  }
  .photobooth {
    float: none;
    width: 80%;
    margin: 0 5%;
    text-align: center;
    padding-top: 7px;
    position: relative;
    height: auto;
    min-height: 350px;
  }
  .photobooth #idshow1, .photobooth #idshow2 {
    width: 70%;
    height: 100%;
    position: absolute;
    left: 15%;
    top: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .photoboothTX {
    float: none;
    width: 80%;
    padding: 0 10%;
    text-align: center;
    margin-top: 0;
    font-size: 130%;
    line-height: 150%;
  }
  .photoboothTX span {
    font-size: 160%;
  }
  .iPhone {
    float: none;
    width: 80%;
    padding: 0 10%;
    text-align: center;
  }
  .iPhone img {
    width: 60%;
    height: auto;
  }
  .iPhoneTX {
    float: none;
    width: 80%;
    padding: 5px 10%;
    text-align: center;
    font-size: 130%;
    line-height: 150%;
  }
  .iPhoneTX span {
    font-size: 160%;
  }
  /*** Theaters ***/
  .TheatersBox {
    margin: auto;
    box-sizing: border-box;
    width: 100%;
    clear: both;
    color: #333;
  }
  .TheatersBox h1 {
    font-size: 160%;
    color: #999;
    padding: 10px;
    text-align: left;
  }
  .TheaterInfo {
    float: none;
    width: 100%;
    background: #e3ded7;
    border-right: solid 2px #FFF;
    border-bottom: solid 2px #FFF;
    box-sizing: border-box;
    height: 265px;
    font-size: 80%;
  }
  .TheaterInfo img {
    text-align: center;
    padding: 10px 0;
  }
  .TheaterInfo span {
    color: #960;
  }
  .TheaterNT {
    display: none;
  }
  /***Map***/
  /*#Map{
		display:none;
	}*/
  /**Footer**/
  footer {
    margin: auto;
    width: 100%;
    padding: 25px;
    box-sizing: border-box;
    background: #0E0504;
    color: #CCC;
    clear: both;
    height: 180px;
  }
  footer nav {
    font-size: 80%;
    line-height: 25px;
    float: none;
    text-align: center;
  }
  footer a {
    color: #f99d39;
    text-decoration: none;
  }
  .sns {
    margin: auto;
    text-align: center;
    padding: 5px 0;
    float: none;
  }
  .sns img {
    padding: 0 10px;
    width: 25px;
    height: 25px;
  }
}
