@media screen and (max-width: 1280px){

    .hamberger-wrap {
        width: 195px;
        padding: 13px 0px 12px;
    }

    
    .c-nav {
        top: 52px;
    }
    
    
    .logo {
        max-width: 143px;
        width: 100%;
        margin: 38px auto 40px;
    }
    
    .cat-list {
    }
    
    .c-nav-bottom{
        position: absolute;
        bottom: 20px;
        width: 126px;
    }

}




@media screen and (max-width: 1199px){
    
    .hidden-lg {
        display: block;
    }
    
    .hidden-lg-logo{
        width: 80px;
        margin: 15px auto ; 
       
    }

    /*ナビゲーション*/
    
    .hamberger-wrap {
        background: #fff;
        width: 55px;
        height: 55px;
        padding: 0;
        top: 20px;
        left: 20px;
        border-radius: 50%;
        border: solid 1px #666;
        z-index: 2;
    }
    
    .hamburger {
        margin: 8px 0 -16px 9px !important;
    }
    
    .hamburger-inner,
    .hamburger-inner::before,
    .hamburger-inner::after {
        width: 25px !important;
        height: 3px !important;
        line-height: 40px;
    }
    
    .hamburger-inner::before {
        top: 6px !important;
    }
    
    .hamburger-inner::after {
        bottom: 6px !important;

    }
    
    .is-active .hamburger-inner::after {
        bottom: 0px !important;
    }
    
    .menu-btn span {
        font-size: 10px;
    }
    
    .menu .menu-container {
        width: 90%;
        overflow: hidden;
    }
        
    
    .menu .menu-logo {
        display: block;
        width: 265px;
        margin-bottom: 18px;
    }
    
    .menu .menu-list {
        padding-left: 0;
    }
    
    .menu .menu-list li a {
        padding: 5px 0;
    }
    
    

    
    /*layout*/

    .c-nav{
        display: none;
    }
    
    .c-main,
    .c-footer {
        width: 78%;
        margin-left: 0;
    }
    
    .c-footer {
        width: 78%;
        margin-left: 0;
    }
    
    
    .side-title {
        font-size: 14px;
    }


    .footer-bg .title {
        font-size: 30px;
        padding-bottom: 67px;
    }
    
    .footer-bg {
        padding: 70px 0;
        background-size: 250%;
    }
    
    .footer-col4-box .column .title {
        font-size: 16px;
    }
    
    .footer-col4-box .footer-list {
font-size: 16px;
line-height: 2;
    }
   
    .footer-col4-box .column:last-child {
        clear: both;
        position: relative;
        top: -103px;
        width: 50%;
        margin-top: 0;
    }
    
    
   
    
    .copy{
        font-size: 14px;
    }
    
}

@media only screen and (max-width: 768px) {
    
    .menu .menu-container {
        margin: 30px auto 0;
    }
    
    .menu .menu-logo {
        margin-bottom: 30px;
        margin-top: 0px;
        padding-left: 0px;                
    }
    
    .menu .menu-lang {
        position: absolute;
        top: 120px;
        right: 10px;
    }
    
    .menu .menu-lang li {
        display: block;
        position: relative;
    }
    
    .menu .menu-lang li:first-child::after {
        content: '';
        display: block;
        position: absolute;
        top: auto;
        bottom: 0px;
        width: 35px;
        height: 1px;
        background: #111;
        vertical-align: bottom;
        left: 10px;
    }
    
    .menu .menu-lang li a{
        font-size: 22px;
    }
    
    .menu .menu-list {
        padding-left: 0;
        width: 100%;
        float: none;
    }

    .menu .menu-list li a {
        padding: 5px 0;
    }

    .menu .menu-sns-list {
        float: none;
        width: 100%;
        margin-top: 24px;
    }
    
    .menu .menu-aside{
        float: none;
        width:100%;
        padding-bottom: 30px;
    }
    
    .menu .reserve-list {
        margin-top: 40px;
    }
    
    .open-menu .menu {
        cursor: default;
    }
    
    
    .close-btn {
        position: absolute;
        top: 33px;
        right: 18px;
        display: block;
        width: 32px;
    }

    
    .c-main,
    .c-footer {
        width: 100%;
    }
       
    .sidebar {
        width: 100%;
        float: none;
        clear: both;
        padding-bottom: 45px;
        padding-top: 45px;
    }
    
    .side-news-bg .image img{
        width: 100%;
    }
    
    .side-pickup-list .side-pickup-list-thumb img{
        width: 100%;
    }
    
    .footer-bg {
        padding: 70px 0;
        background-size: 250%;
        min-height: 400px;
    }
    
    .footer-col4-box {
        padding: 80px 0 0px;
    }
   
    .footer-col4-box .column {
        width: 100%;
        float: left;
        font-size: 14px;
        box-sizing: border-box;
        padding-right: 0;
        margin-bottom: 40px;
    }
    
    .footer-col4-box .column:last-child {
        top: 0;
        width: 100%;
    }
    
    .copy{
        margin-top: 60px;
    }


  table.tbl_primary td:last-child {
    border-bottom: solid 0px #ccc;
    width: auto;
  }
  table.tbl_primary {
    width: auto;
  }
  table.tbl_primary th,
  table.tbl_primary td {
　　border-bottom: none;
    display: block;
    width: auto;
  }
.sec-left-title {
    margin-bottom: 30px;
}

}

@media only screen and (max-width: 400px) {
   
}
