@media screen and (max-width: 959px) {
	/* 959px以下に適用されるCSS（タブレット用） */
}
@media screen and (max-width: 480px) {
  
  header.header{
    display: none;
  }

  div.bigBackground{
    width: 100%
  }



  div.bigBackgroundWrap{
    padding: 40px 20px 20px 20px;
  }

  

  
  div.searchBoxWrap{
    margin-top:30px;
    width:100%;
    display: flex;
    justify-content:center;
    
  }

  div.searchBox{
    flex-direction: column;
    width:100%;
    height:auto;
    padding:20px;
    border-radius:30px;
  }

  div.usageBox{
  
    width:100%; 
    margin:20px auto 0 auto;
    
  }

  div.inputBoxWithBorder{
    width:260px;

    border-right:none
  }
  div.inputBox{
    margin-top: 10px;
    margin-bottom: 20px;
  }
  
  main{
    padding: 0 20px;
    box-sizing: border-box;
  }
  div.parklist{
    display: flex;
    flex-direction: column;
    max-width:100%;
  }
  div.listbox{
    width: 100%;
    margin-right:0;
    margin-bottom: 50px;
    box-sizing: border-box;
    line-height:1.2em;
    font-size: .9em;
  } 
  div.listbox div.imagebox{
    width: 100%;
    height: auto;
    max-height: 220px;
    overflow: hidden;
  }

  ul.stepBox{
    flex-direction:column;
    justify-content: center;
  }

  ul.stepBox li{
    margin-bottom: 20px;
  }

  div.stepBox-image{
    height: 116px;
  }

  div.stepBox-image img{
    height: 100%;
    width: auto;
  }
  div.arrowBox{
    display: none;
  }
  div.title5{
    margin-top:70px;
    font-size:28px;
    margin-bottom:20px;
  }

  div.icon{
    width: 50px;
  }

  div.createBoxBottom{
    margin-top:64px
  }

  footer{
    margin-top: 40px;
  }
  
  footer ul.footer_menu {
    flex-direction: column;
    padding-bottom: 20px;
  }
  footer ul.footer_menu li {
    margin:5px 0;
    font-size:14px
  }
  

  /** Header **/
  div.sml-header{
    height: auto;
    width: 100%;
    text-align:center;
    padding:20px;
    margin-top:0
  }

  div.sml-header img{
    width: 300px;
 }
 
 div.maincontent{
    margin-top:  0;
    flex-direction: column;
    align-items: center;
    width: 100%;
 }

  div.detail-maincontent{
    margin-top:  0;
    flex-direction: column-reverse;
    align-items: center;
  }
  
  div.calendarWrap{
    width:100%;
    margin-right:0;
    margin-top: 30px;
  }

  div.book-btns{
    margin:30px auto 20px auto;
  }


  div.detaikWrap{
    width:100%;

  }


  div.list-box{

  }
  div.listboxImageBox{
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-right:0
  }


div.book-confierm-list{
  max-width:100%;
  display:flex;
  flex-direction:column;
  justify-content:center;
  
}

div.progree-list{
  display: none;
}

div.create-title {
   margin-top: 20px;
}

div.login-item-form{
  flex-direction: column;
  width: 100%;

}
.login-item div.input{
  width: 100%;
}
.login-item{
  flex-direction:column;
}
.login-item label {
  font-size: .9em;
  margin-right: 0;
  width: 100%;
  text-align: left;
  margin-bottom: 5px;
}
div.form{
  margin: 30px auto;
  width: 100%;
}
.css-433sbj-control{
  width: 100% !important;
}
.btns{
  width:100%;
  margin-top: 10px;
}

.css-b62m3t-container{
  width: 100% !important;
}
.css-dsvtx7-control{
  max-width: 100%;
}
.clear-btn, .progress-btn{
  max-width:45% ;
}


/** MENU**/
menu{
  position:fixed;
  top:0;
  right:0;
  z-index: 300;
  height: 100vh;
  width: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color_light_green);
  display: none;
  opacity: .95;
}
menu {
  color:#fff;
  text-decoration: none;
  
}

menu ul#menu-innter{
  margin-top: 20px;
  margin-bottom: 60px;
  font-size: 18px;
}
menu ul#menu-innter li{
  margin-bottom: 30px;
}

menu ul#menu-out,
menu ul#menu-footer{
  margin-bottom: 60px;
  font-size: 14px;
}
menu ul#menu-out li,
menu ul#menu-footer li{
  margin-bottom: 20px;
}
div.close{
  position: absolute;
  top:55px;
  right:45px;
  cursor: pointer;
}
 div.close img{
  width: 34px;
  height: 25px;
}


.menu-btn {
  position: fixed;
  top: 20px;
  right: 20px;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background-color: var(--color_light_green);
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
}
.menu-btn span:before {
  bottom: 8px;
}
.menu-btn span:after {
  top: 8px;
}


}