@media screen and (orientation:landscape) {

  .head
  {
    width: 100vw;
    height: 50px;
    background-color: rgb(247, 8, 8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .head img
{
  height: 50%;
  text-align: center;
  align-items: center;
  position: absolute;
  margin-top: 13px;
  margin-left: 15px;
}
.head img:nth-of-type(2)
{
  height: 44%;
  left: 10%;
  top: 3%;
}
  #navtoggle
  {
    display: none;
  }
  #navsidebar
  {
    position: fixed;
    top: 0;
    left: 24%;
    width: 80%;
    height: 60px;
    background-color: unset;
    margin-right: 10%;
  }
  #navsidebar ul
  {
    width: 100vw;
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
    right: 2%;
    top: 0;
    margin-top: 10px;
  }
  #navsidebar ul li
  {
    width: 8rem;
    height: 40px;
    padding: 0;
    height: 30px;
    text-align: center;
    margin-right: 1%;
 
  }
  #navsidebar ul li a
  {
    font-size: 2.5vmin;
  }
  .page{
    height: 100vh;
  }
  .home
  {
    margin-top: 50px; 
  }
  .home .logo{
    transform: translateY(30%);
  }
  .logo img{
    width: 18%;
  }
  .logo img:first-of-type{
    width: 20%;
  }
  .store .htitle
  {
    left: 7%;
  }
  .store .htitle h2
  {
    font-size: 5vh;
  }
  .subtext{
    width: 50%;
    height: 50%;
    bottom: 0;
    background-color: rgba(46, 35, 46, 0.6);
    padding: 3%;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .subtext h2{
    color: #fff;
    font-size: 1.5vmax;
  }
  .hotcase{
    background-color: rgb(11, 179, 245);
    position: relative;
  }
  .hotcase .title{
    width: 12rem;
    left: -5%;
    top: 10%;
  }
  .hotcase .hotbox{
    height: 100vh;
    width: 100vw;
    background-image: url(/pic/p02.bg.jpg?2022022401);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    position: unset;
  }
  .hotcase .hotbox .text{
    width: auto;
    height: 30%;
    padding: 1%;
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .hotcase .text h3{
    font-weight: 500;
    font-size: 3vmax;
    color: #fff;
    display: inline;
  }
  .hotcase .text p
  {
    display: inline;
    text-decoration: none;
    list-style: none;
    color: #fff;
    background-color: rgb(233, 25, 146);
    margin-left: 10px;
  }
  .text h5{
    width: 100%;
    font-weight: 500;
    font-size: 1.5vmax;
    color: #ffde59;
    font-family: 'Noto Serif TC', serif;
    padding-top: 5px;
  }
 
  .lotpc.pc
  {
    width: 100%;
    height: 90%;
    display: block;
    display: flex;
    justify-content: space-around;
  }
  #p04slid
  {
    display: none;
  }
  .title{
    top: 3%;
  }
  .title h2{
    width: 24rem;
  }
  .lotpc .item{
    width: 25%;
    height: 75%;
    margin: 1%;
    position: relative;
    bottom: -10%;
    background-size: cover;
    background-position-y: bottom;
  }
  .lotpc .item a h1{
    width: 100%;
    height: 100%;
  }
  .lotpc .i01{
    background-image:  url(/pic/p02.bg.jpg);
    background-position-y: 1%;
    background-position-x: 40%;
  }
  .lotpc .i02{
    background-image: url(/pic/689488.jpg);
    background-position-y: 1%;
  }
  .lotpc .i03{
    background-image: url(/pic/689487.jpg);
    background-position-x: center;
  }

  .item .text{
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    padding: 3%;
  }
  .lotpc .text h3{
    font-size: 3vmin;
    line-height: 1em;
  }
  .team{
    background-position: center center;
    background-size: cover;
    height: 160vh;
  }
  .team .teamcard
  {
    width: 100vw;
    margin-top: 5%;
    margin-left: 7%;
  }
  .teamcard .card
  {
   background-color: rgb(247, 1, 153);
   margin-top: 8%;
  }
  .teamcard .card:nth-of-type(1)
  {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .team .card-body
  {
    bottom: -25%;
    height: 35%;
    padding: 1% 5%;
    transition: .5s;
  }
  .card-title
{
  font-size: 1.5vmax;
}
.card-body p{
  font-size: 1vmax;

}
  .app_info{
    background-image: url(../pic/appbg01.jpg);
    background-size: cover;
    background-position-y: center;
    height: 100vh;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10%;
    margin-top: 1%;
  }
  .app_info .app_data{
      width: 40%;
      height: 70vh;
      color: #fff;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin: auto;
  }
  .app_data h3{
      font-size: 3vh;
      margin-bottom: 1%;
      padding: 1%;
      border-bottom: 2px solid #eee;
  }
  .app_data #note
  {
    height: 8rem;
  }
  .app_info .app_data input{
      width: 80%;
      height: 5vh;
      font-size: 2.5vh;
      line-height: 1em;
      margin-top: 10px;
  }
  .select-city h4{
      font-size: 2vh;
      margin-top: auto;
      margin-bottom: 0;
      margin-right: 3%;
  }
  .app_data p{
      font-size: 2vh;
      margin: 2%;
  }
  .select-city{
      height: 5vh;
      width: 90%;
      display: flex;
      justify-content: center;
      margin-top: 5%;
  }
  .btn-group{
      width: 40%;
      margin-top: 5%;
      display: flex;
  }
  .btn-group input{
      margin: 0 3% 0 3%;
      font-size: 3vw;
  }
  .map-google
  {
    width: 45vw;
    height: 65vh;
    margin-top: 10%;
  }
}