@charset "utf-8";


/* 全体 */
.cate-title{
}
#main{
  width: 100%!important;
}


#main_header{
  text-align: center;
  background: none;
}
#main_header h1::before{
  display: none;
}
#main_body h2{
  background:none;
}
#main_body h2::before{
  display: none;
}

/*top*/

    .top_title{
      margin-bottom: 1em;
      text-align: center;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    height: 1px;
    margin: 0;
    }
    #mymainback{
      height: auto!important;
    }
    
    #main_body img{
      width: auto;
      max-width: 100%;
    }
.tocotop_nav{
margin: 0;
  padding: 0;
}
    .tocotop_nav li{
      text-align: center;
      margin: 0!important;
      padding: 0!important;
    }
    .tocotop_nav li::before{
      display: none!important;
    }
    .tocotop_nav a{
      display:inline-block;
       transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
      border-radius: 20px;
    }
    .tocotop_nav a:hover{
      transform: translateY(-5px);
        box-shadow: 0 4px 10px #666; // ボタンの影
    }
    
    .tocotop_nav a img{
      vertical-align: top;
    }
@media screen and (max-width: 1080px){
  
    .tocotop_nav li{
      margin-bottom: 1em!important;
  }
}

@media screen and (min-width:768px) and ( max-width:1080px) {
  
}


@media screen and (min-width: 1081px) {
  .tocotop_nav{
    display: flex;
    justify-content: space-between;
    gap: 10px;
    }
  
}

/* ==================================================
タブレット
================================================== */
@media screen and (max-width: 1080px) {

}
/* ==================================================
タブレット ここまで
================================================== */