@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 4.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/
 #header-wrap {
        position: relative !important;
    }


#content {
    padding-bottom: 2em;
    max-width: 1200px;
    margin: 37px auto;
}

#entry footer aside {
    position: relative;
    width: auto;
    float: none;
}

@media (max-width: 767px) {

  header .menu a {	
	  width: auto !important;
    }
	
	#registmenu li.fav {
		
	  width: auto !important;
	}
	
	 #nav-search {
        display: none !important;
    }


  html,
  body {
    overflow-x: hidden;
  }
	
	    
	
}


@media only screen and (min-width: 769px) {
    .single-title, .page-title {
        margin-top: 15px;
        padding: 0;
        position: relative;
        top: 0px;
        left: 0px;
        color: #444;
        font-size: 2em;
        font-weight: 400;
        line-height: 1.2;
        width: auto;
    }
	
	    #header-search .searchtxt {
        padding: 4px;
        border: none;
        width: auto;
        margin-bottom: 0;
        display: inline;
        background-color: #ffffff00;
        border-radius: 0;
        font-size: 12px;
        line-height: 1;
        transition: none;
    }
	
	.single #content, .page #content {
        margin-top: 2em;
        width: 1010px;
    }
	
	
	
}

    .post p {
        font-size: 100% !important;
        line-height: 1.5;
        margin-bottom: 20px;
    }

.article-header {
        padding: 0px !important;
        position: relative !important;
    }

@media only screen and (min-width: 1030px) {
    .entry-content {
        padding-left: 40px;
        padding-right: 40px;
        margin-top: 70px;
        margin-bottom: 40px;
    }
}

.comment .vcard .avatar {
    left: -45px;
    margin: 0 0px 0px 0;
    top: 0px;
}


#breadcrumb ul {
    margin: 0 0 0px 0px;
    padding: 4px 0;
}

.sns-btn__item.tw img {
    padding: 0;
    margin: 0 auto;
}

.sns-btn__title {
    margin-bottom: 20px;
}

.single #inner-content, .page:not(.no-bg) #inner-content, .error404 #inner-content {
    width: 100%;
    display: contents;
}
