@charset "UTF-8";
@media screen and (min-width: 640px) and (max-width: 899px){


  /*** Steps ***/

	#steps{
		margin:auto;
		width:100%;
		clear:both;
		margin-bottom:35px;
		overflow:hidden;
		color:#C4C4C4;
		font-size:90%;
	}

	.photobooth{
		float:none;
		width:80%;
		padding:0 10%;
		text-align:center;
		padding-top:25px;
    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;
	}

	.photoboothTX span{
		font-size:140%;
	}

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

	.iPhoneTX span{
		font-size:140%;
	}


	/*** 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:left;
		width:50%;
		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:90%; 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;
	}

}
