

.min_view{
  
    height: 70px;
    width: 70px;
    margin: auto;
    padding: 5px;
    border-radius: 50%;
    background: none !important;

  #header_menu{
    border-radius: 50% !important;
    width:80px;
    height:80px;
    padding:0 15px;
  }
  .header_menu_inner{
    display: none !important;
  }
  .toggle_btn{
    display: block;
        margin: auto;
  }
}

@media screen and (max-width:399px) {
  html{
    font-size: 90%;
  }
  .responsive_font_10{
    font-size: 1.8rem;
  }
  .header_descripton_label_1,
  .header_descripton_label_2{
    width: 100% !important;
    left: 0px;
    text-align: justify;
    margin: 5px 0px;
    font-size: 1.2rem;
  }
}



@media screen and (min-width:400px) and ( max-width:700px) {
  html{
    font-size: 80%;
  }

}


@media screen and (min-width: 701px) and (max-width: 934px) {
}


@media screen and (min-width:935px) and ( max-width:1179px) {
  .responsive_font_10{
    font-size: 2rem;
  }
}
@media screen and (min-width:1180px) and ( max-width:1400px) {
  .responsive_font_10{
    font-size: 2.5rem;
  }
}

@media screen and ( min-width:1401px) {
  .responsive_font_10{
    font-size: 3rem;
  }
}

@media screen and (max-width:550px){
  #access_bus_bottom {
    .bus_time{
      flex-direction: column;
      .bus_return{
        margin:30px 0 0;
      }
    }
  }
  
  #section_x2 {
    .section_inner {
      width:95%;
    }
  }
    .about_inner_message {
      margin: 14px 0 0;
      height: 100%;
      width: 100%;
      display: flex;
      flex-direction: column;
  }
}
@media screen and (max-width:950px){
  #access_bus_bottom {
    .bus_header{
      font-size: 1.8rem;
    }
  }
  #access_bus_bottom {
    .bus_time{
      .bus_header{
        font-size: 1.1rem;
      }
    }
  }
}
/********about surfing*********/
@media screen and (max-width:809px){
  .view_wrap_column{
    flex-direction: column;
  }
  #section_x4{
    #surf_section_title{
      font-size: 2rem;
      margin: 2rem 0;
      border-bottom: 1px dotted #e7e7e7;
      padding: 10px;
    }
    #surfing_top_section{
      flex-direction:column;
    }
    .surf_img{
      margin-right: 5px;
    }
    div#surf_img_x1 {
      width: 100%;
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      img{
        object-position: min(-5vw,-100px) 0px;
      }
    }
    .images_section {
      margin: 0px 1rem 0 1rem;
      overflow: hidden;
    }

    div#surf_img_x2 {
        width: 250px;
        height: 350px;
    }

    div#surf_img_x3 {
        /* position: absolute; */
        /* right: 0px; */
        width: 350px;
        height: 510px;
        margin: -220px 0 0 100px;
    }

    div#surf_bottom_container {
        flex-direction: column-reverse;
    }

    div#surf_img_x2 {
        max-width: 50vw;
        width: 100%;
    }

    div#surf_img_x3 {
        width: 100%;
        margin: -42px 0 0;
        height: 370px;
        position: relative;
        z-index: 1;
    }

    div#bottom_container_header {
        border-bottom: 1px dotted #e3e3e3;
        padding: 5% 0;
    }

    div#bottom_container_main {
        font-size: 1.5rem;
    }

  }
  #section_x9{
    .post_area {
        flex-direction: column;
        aside{
          a:first-child{
            flex: auto;
            width: 100%;
          }
        }
    }

    .post_all {
        margin: auto;
    }
  }
  #section_x5 {
    #sleague_section {
      #sleague_section_inner {
        #sleague_about {
          padding: 0%;
        }
      }
    }
    .section_footer {
      .section_footer_inner {
        .link_btn {
            border: 1px solid #fff;
            color: #fff;
            width: 100%;
            margin: 10px;
        }
      }
    }
  }
  #section_x8{
    #access_logo{
      width: 60%;
    }
    #access_guide{
      flex-direction: column;
    }
    .right_content {
        flex: 1.4;
        height: 305px;
        margin: 0 0 0 0;
        aspect-ratio: 16 / 9;
        width: 100%;
        flex: 1;
        min-width: 300px;
        iframe{
          margin-top:5%;
          width:100%;
          height:100%;
        }
    }
  }
  
  #event_bottom{
    flex-direction: column;
  }
}



@media screen  and (max-width:700px){
  
.access_bottom_flex {
    flex-direction: column;
}
  #access_information{
    .access_information_topsection{
      flex-direction: column;
      .right_content{
        margin:50px 0 0 0;
        max-height: 370px;
        aspect-ratio: 1 / 1;
      }
    }
  }
}











