/*
 Theme Name:   twentytwenty Child
 Theme URI:    https://www.mobibook.co.jp
 Description:  twentytwenty Child Theme
 Author:       株式会社モビぶっく
 Author URI:   https://www.mobibook.co.jp
 Template:     twentytwenty
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 
*/

   .header-titles .site-title, .header-titles .site-logo, .header-titles .site-description{
       margin: 0;
   }

@media screen and (max-width:1000px){
    #site-header .header-inner{
        padding: 5px 0;
    }

    
   #site-header .header-inner .mobile-nav-toggle .toggle-text{
       display: none;
   }

   .close-nav-toggle .toggle-text{
       display: none;
   }


}

a:hover {
    color: #9f9e9e;
}

.header-navigation-wrapper{
    display: block;
    text-align: right;
    position: absolute;
    right: 0%;
}

#site-header.header_header .header-navigation-wrapper{
    right: 10px;
    margin-top: -40px;
}

#site-header.header_header .head_sns_ul{
    right: 14px;
    padding-top: 0rem;
    margin-top: -20px;
}

.header-inner{
    padding: 23px 0 15px 0;
    margin: 0 auto;
    
}

#site-header.header_header{
    width: 100%;
    max-width: 100%;
}

.header-inner .site-logo img{
        max-height: 11rem;
}

.alignnone{
    margin: 0 ;
}