#header .header_sp_menu {
  display: none;
}

#gmenu #title-rht2 {
  display: none;
}

#top-wrapper .top_lead_sp {
  display: none;
}

.top_banner div img {
  width: 210px;
  height : 54px;
}

@media screen and ( max-width:767px ){
  img {
    max-width: 100%;
    height: auto;
  }

  #wrapper {
    width: 90%;
    margin: 8px 5%;
  }

  #header h1 {
    float: none;
    text-align: center;
  }

  #header .header_sp_menu {
    transition: 0.5s ease;
    display: inline-block;
    width: 7.7vw;
    height: 5.5vw;
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    right: 40px;
    top: 5vw;
    z-index: 1000;
  }
  
  #header .header_sp_menu[data-menu="on"] {
    position: fixed;
    right: 85vw;
    z-index: 999;
  }

  #header .header_sp_menu span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #000;
    transition: all .25s;
  }

  #header .header_sp_menu span:nth-of-type(1) {
    top: 2%;
  }
  #header .header_sp_menu span:nth-of-type(2) {
    top: 46%;
  }
  #header .header_sp_menu span:nth-of-type(3) {
    bottom: 2%;
  }

  #header .header_sp_menu[data-menu="on"] span:nth-of-type(1) {
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
  }
  #header .header_sp_menu[data-menu="on"] span:nth-of-type(2) {
    display: none;
  }
  #header .header_sp_menu[data-menu="on"] span:nth-of-type(3) {
    bottom: calc( 50% - 1px);
    transform: rotate(-45deg) translateY(50%);
  }

  #header .header_sp_menu img {
    width: 100%;
  }

  #title-rht2 {
    display: none;
  }

  #gmenu {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: -80%;
    width: 70%;
    height: 100%;
    background: #fdfdfdf0;
    margin: 0;
    z-index: 999;
    box-shadow: 0px -2px 3px 1px rgba(0,0,0,0.31) inset;
    transition: 0.5s ease;
    overflow-x: hidden;
    display: block;
  }
  
  #gmenu .gmenu_inner{
    width: 95%;
    height: 100%;
    position: absolute;
    right: 50%;
    top: 0;
    transform: translateX(50%);
    overflow-y: scroll;
    overflow-x: hidden;
  }

  #gmenu[data-menu="on"] {
    right: 0;
  }

  #gmenu #title-rht2 {
    display: block;
    display: flex;
    flex-direction: column;
    height: fit-content;
    width: 100%;
  }

  #gmenu #title-rht2 #head-tbl {
    width: 100%;
  }

  #gmenu #title-rht2 #head-tbl table {
    width: 100%;
  }

  #gmenu #title-rht2 #head-tbl table th{
      padding: 0 15px 0 0px !important;
      line-height: 1px;
      width: 70%;
  }
  #gmenu #title-rht2 #head-tbl table th input[type='text'] {
    width: 100%;
  }
  #gmenu #title-rht2 #head-tbl table td {
    text-align: left;
  }

  #gmenu #title-rht2 #grobal-navi03 {
    width: 100%;
  }

  #gmenu #title-rht2 #grobal-navi03 .clearfix {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
  }

  #gmenu #title-rht2 #grobal-navi03 .clearfix a {
    background: none;
    word-break: break-all;
    word-wrap: break-all;
    width: 100%;
    height: auto;
    line-height: unset;
    font-size: 1rem;
    line-height: 1.2em;
    padding: .75em;
  }

  #gmenu li {
    margin: .5em 0;
    float: none;
  }
  
  #gmenu li {
    border-bottom: 1px solid #aaa;
  }

  #gmenu li a {
    background-image: none;
    text-indent: 0;
    height: auto;
    padding: .75em;
    width: 95%;
    font-size: 1rem;
    line-height: 1.2em;
  }

  #home #top-wrapper .clearfix {
    display: flex;
    flex-direction: column;
  }

  #home #top-wrapper .clearfix .top_contents {
    width: 100%;
  }
  #home #top-wrapper .clearfix h2{
    padding: 8px;
  }

  #top-wrapper > p > img{
    display: none;
  }
  
  #top-wrapper .top_lead_sp {
    display: block;
    width: 100%;
    text-align: center;
    padding: .25em .25em;
    background: linear-gradient(to bottom, #fdfdfd, #d9d9d9);
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #ddd;
    color: #0476c5;
    font-weight: bold;
    font-size: .8rem;
  }

  #top-wrapper h3 {
    width: 100%;
  }
  
  #coner01 .coner_inn dt {
    width: 100%;
  }
  
  #coner01 .coner_inn dd {
    padding: 0;
  }

  #coner02 .coner_inn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  #coner02.top_contents .coner_inn .clearfix {
    width: fit-content;
    text-align: center;
  }

  #coner02.top_contents .coner_inn .clearfix .sp-ph ,
  #coner02.top_contents .coner_inn .clearfix .sp-tx {
    width: fit-content;
    margin: auto;
  }

  #coner02 p.motto {
    width: 100%;
  }

  #top_banner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  #top_banner div a {
    margin: 20px 0;
  }
  
  @media screen and (max-width : 478px) {
    #top_banner div a {
      width : 41vw;
      height : calc(1vw * 54 / 5);
    }
    
    #top_banner div a img {
      width : 42vw;
      height : calc(1vw * 54 / 5);
    }
  }

  #footer2 ul {
    display: flex;
    flex-wrap: wrap;
  }

  #footer2 #footer_pos_l {
    width: 100%;
    border: unset;
    float:none;
  }

  #footer2 #footer_pos_r {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  
  @media screen and (max-width : 478px) {
    #footer2 #footer_pos_r img {
      width : 42vw;
      height : calc(1vw * 54 / 5);
    }
  }
  

  #footer2 #footer_pos_r p {
    margin: 20px 0;
  }

  #footer2 #footer_pos_r br {
    display: none;
  }

  #local-navi {
    width: 100%;
  }



  #box {
    width: 100%;
  }

  #box #contents {
    width: 100%;
    float: unset;
  }

  #box #contents .lists {
    width: 100%;
  }

  #box #contents .lists .vol {
    width: 15%;
    padding: 0;
  }

  #box #contents  .lists .pht {
    width: 25%;
    margin-right: 10px;
  }

  #box #contents .lists .txt {
    width: 55%;
  }
  #box #contents .lists .txt h2,
  #box #contents .lists .txt h3 ,
  #box #contents .lists .txt h4 {
    width: 100%;
  }
  
  #box #contents .page-lst:last-child {
    margin-bottom: 20px;
  }

  #special #contents .finding {
    display: flex;
    flex-direction: column;
  }

  #special #contents .finding .find-l {
    width: 100%;
  }

  #special #contents .finding .find-l iframe {
    width: 90vw;
  }

  #special #contents .finding .find-r {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
  }

  #special #contents .finding .find-r img {
    max-width: 170px;
    margin: auto;
  }

  #monodukuri #contents .conts2 table tr {
    display: flex;
    flex-wrap: wrap;
  }

  #monodukuri #contents .conts2 table tr td:nth-of-type(1) {
    width: 25%;
  }

  #monodukuri #contents .conts2 table tr td:nth-of-type(2) {
    width: 70%;
  }
  
  #monodukuri #contents .conts2 dt ,
  #monodukuri #contents .conts2 dd {
    display: block;
    width: 100%;
    padding: 0;
  }
  
  #office #contents .block img {
    max-width: 50%;
  }
  
  #office #contents .block p {
    overflow-wrap : break-word;
  }
  
  #column #contents .block .h3bg tr {
    display: block;
  }
  
  #column #contents .block .h3bg tr .t3 {
    text-align: center;
    width: 100%;
  }
  
  #column #contents .block .h3bg tr .name {
    display: block;
    width: 100%;
    background: none;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
  }
  
  #the_news #contents .conts2 dt ,
  #the_news #contents .conts2 dd {
    display: block;
    width: 100%;
    padding: 0;
  }
  
  
}