@media screen and (max-width:959px) {
  header {
    background-color: #000000;
    opacity: 80%;
  }
  header h1 {
    font-size: 18px;
  }
  header h1 span {
    font-size: 14px;
  }
  header a {
    color: #d3d3d3;
  }
  .header-list {
    display: none;
  }
  .main-image {
    height: 350px;
  }
  .sub-title {
    font-size: 20px;
  }
  .bus i, .support i, .price i {
    font-size: 4em;
  }
  .colum {
    display: block;
    margin: 20px;
  }
  .bus,.support,.price {
    width: 100%;
    margin: 25px auto;
  }
  .covid-19 {
    width: 100%;
    height: 100%;
  }
  footer {
    display: none;
  }
  #hamburger {
    position: relative;
    display: block;
    width: 30px;
    height: 25px;
    margin: 0 0 0 auto;
  }
  #hamburger span {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fafdff;
    transform: translateY(-50%);
  }
  #hamburger::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fafdff;
  }
  #hamburger::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70%;
    height: 2px;
    background-color: #fafdff;
  }
  .sp-list {
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, .9);
    transition: all .2s ease-in-out;
    opacity: 0;
    transform: translateY(-100%);
  }
  .sp-list ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .sp-list li {
    margin: 0;
    padding: 0;
    font-size: 18px;
  }
  .sp-list li span {
    font-size: 16px;
    color: #fff;
  }
  .sp-list li a, .sp-list li span {
    display: block;
    padding: 20px 0;
  }
  .sp-list .close {
    position: relative;
    padding-left: 20px;
  }
  .sp-list .close::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 16px;
    height: 1px;
    background: #fff;
    transform: rotate(45deg);
  }
  .sp-list .close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 16px;
    height: 1px;
    background: #fff;
    transform: rotate(-45deg);
  }
  .toggle {
    transform: translateY(0);
    opacity: 1;
  }
  .breadcrumb {
    display: none;
  }
  .sp-main-image {
    display: none;
  }
}


@media screen and (max-width:559px) {
  header {
    background-color: #000000;
    opacity: 80%;
  }
  header h1 {
    font-size: 17px;
  }
  header h1 span {
    font-size: 13px;
  }
  header a {
    color: #d3d3d3;
  }
  .header-list {
    display: none;
  }
  .sp-main-image {
    display: block;
    height: 100vh;
    /* width: 100%; */
    background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url("./picture/DSC_0170.JPG");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .sp-text {
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-bottom: 20px;
  }
  .sp-text h3{
    color: #dcdcdc;
    font-size: 22px;
    margin: 5px 0;
    /* text-shadow: 1px 1px 2px silver; */
  }
  .sp-text h4 {
    color: #dcdcdc;
    margin: 2px;
    font-size: 16px;
    font-weight: normal;
    /* text-shadow: 1px 1px 2px silver; */
  }

  .sub-title {
    font-size: 20px;
  }
  .bus i, .support i, .price i {
    font-size: 4em;
  }
  .colum {
    display: block;
    margin: 20px;
  }
  .bus,.support,.price {
    width: 100%;
    margin: 25px auto;
  }
  .covid-19 {
    width: 100%;
    height: 100%;
  }
  footer {
    display: none;
  }
  #hamburger {
    position: relative;
    display: block;
    width: 30px;
    height: 25px;
    margin: 0 0 0 auto;
  }
  #hamburger span {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fafdff;
    transform: translateY(-50%);
  }
  #hamburger::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fafdff;
  }
  #hamburger::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70%;
    height: 2px;
    background-color: #fafdff;
  }
  .sp-list {
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, .9);
    transition: all .2s ease-in-out;
    opacity: 0;
    transform: translateY(-100%);
  }
  .sp-list ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .sp-list li {
    margin: 0;
    padding: 0;
    font-size: 18px;
  }
  .sp-list li span {
    font-size: 16px;
    color: #fff;
  }
  .sp-list li a, .sp-list li span {
    display: block;
    padding: 20px 0;
  }
  .sp-list .close {
    position: relative;
    padding-left: 20px;
  }
  .sp-list .close::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 16px;
    height: 1px;
    background: #fff;
    transform: rotate(45deg);
  }
  .sp-list .close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 16px;
    height: 1px;
    background: #fff;
    transform: rotate(-45deg);
  }
  .toggle {
    transform: translateY(0);
    opacity: 1;
  }
  .breadcrumb {
    display: none;
  }
  .sub-title, .colum {
    display: none;
  }
  .main-image {
    display: none;
  }
}