.images{
  width: 50%;
  float: left;
}

@media all and (orientation:landscape) {
  html,body{
    height:100%;
    width: 80%;
    margin: 0px;
    padding: 0px;
    font-family:-apple-system,Hiragino Kaku Gothic Pro W3,Roboto,SF Pro Display,Noto Sans CJK JP;
  }

  #wrap {
    position: relative;
    margin: 0px auto;
    background: #ffffff;
    padding-top: 0px;
    width: 50%;
    height: 100%;
  }
  #house{
    margin: 0px auto;
    padding: 0px;
    width: 50%;
    position: fixed;
    left: 50%;
    height: 640px;
    display: left;
  }
  #background{
    width: 100%;
    z-index: 0;
    top:10px;
    position: absolute;
  }
  #logo{
    width: 40%;
    z-index: 200;
    top :0%;
    position:fixed;
  }
  #footer{
    width: 40%;
    z-index: 150;
    bottom:5%;
    position:fixed;
  }
  #touchable{
    z-index:100;
    position: absolute;
    border: 0px solid green;
  }
  #text{
    width:100%;
    height: 360px;
    text-align: center;
    vertical-align: middle;
  }
  #video{
    width: 100%;
    top : 35%;
    z-index: 50;
    position: absolute;
  }

}

@media all and (orientation:portrait) {
  html,body{
    height:100%;
    margin: 0px;
    padding: 0px;
    font-family:-apple-system,Hiragino Kaku Gothic Pro W3, Noto Sans CJK JP;
  }
  .toast{
    position: fixed;
    z-index: 1000;
    top: 50%;
    text-align: center;
    background-color: #333;
    color: #ffffff;
    padding-top: 2px;
    padding-bottom: 2px;
    left: 5%;
    right:10%;
    border-radius: 10px;
    font-size: 12px;
  }
  .push{
    position: fixed;
    z-index: 500;
    top:-200px;
    left: 5%;
    width: 90%;
    opacity: 0;
  }

  #wrap {
    position: absolute;
    margin: 0px;
    padding: 0px;
    width: 360px;
  	width: 100%;
  }
  #house{
    position: absolute;
    margin: 0px;
    padding: 0px;
    width: 360px;
  	width: 100%;
  }

  #background{
    width: 360px;
    width: 100%;
    height: 640px;
    height: 100%;
    z-index: 0;
  }
  #logo{
    width: 360px;
    width: 100%;
    z-index: 200;
    top :0%;
    position: fixed;
  }
  #footer{
    width: 360px;
    width: 100%;
    z-index: 150;
    bottom :-2px;
    position:fixed;
  }
  #tab{
    margin: 0px auto;
    width: 100%;
    z-index: 200;
    background: #fff;
    height: 48px;
    top :0%;
    font-size: 14px;
    display: table;
    position: fixed;
    table-layout: fixed;
    padding: 0px
  }
  .tab_item_link{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  .tab_item_here{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-bottom: 2px solid #FF9200;
    color:#FF9200;
  }
  .tab_item_link a{
    display: block;
    text-decoration: none;
    color:#333333;
  }
  #touchable{
    z-index:100;
    position: absolute;
    border: 0px solid red;
  }
  #text{
    width:100%;
    height: 480px;
    text-align: center;
    vertical-align: middle;
  }
  #video{
    width: 100%;
    top : 35%;
    z-index: 50;
    position: absolute;
  }



}

input{
  display: none;
}

#touchable_mark{
  z-index:100;
  position: absolute;
  border: 3px dotted red;
  border-radius: 10px;
}

.mark{
  z-index:150;
  position: absolute;
  border-radius: 10px;
  height: 20px;
  width: 20px;
  background: #ff808080;
  font:#ffffa0;
  font-size: 15px;
  text-align: center;
}
