@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を記入していきましょう。*/


/* 260106-1 add css */
#sidebar1 {
    padding: 13px;
	box-sizing: border-box;
}

@media (max-width:768px){
	#sidebar1{
		display:none;
	}
}
/* 260106-1 to this point */

#footer-menu {
    background-color: rgb(0 0 0 / 0%) !important;
    padding: 0;
}

#footer-menu li, .privacy-policy-link {
    display: contents;
    padding: 0;
    font-size: .9em;
}
#inner-content {
	padding: 0 12%;
}

/* 260106-2 add css */
@media (max-width: 768px){
	#inner-content{
		padding: 0;
	}
}
/* 260106-2 to this point */

#entry header {
    display: contents;
}

#entry {
    padding: 40px;
}

@media (max-width: 768px){
	#entry{
		padding: 0 1%;
	}
}

header{
	padding:0px !important;
}

dl, ol, ul {
    margin: 0;
}

#main-content {
    margin-top: 67px;
}

#menu ul li a:hover {
        text-decoration: none;
    }
    
@media only screen and (min-width: 769px) {
    #logo img {
        vertical-align: unset !important;
        padding: 0 !important;
    }
	#header {
        margin: 0px 10px 10px 11px !important;
    }
	#login, #signup {
        margin: 15px 3px 10px 0px !important;
    }
}

#get-menu , #get-search , .gotopLinks{
	display:none !important;
}


@media screen and (max-width: 480px) {
    #inner-content {
		padding: 0 20px;
		margin-top: 26px;
	}
	.single-title, .page-title {
		position: relative;
		margin: 20px 0 0;
		padding: 0 0px;
		color: #444;
		font-size: 16px;
		line-height: 23px;
		font-weight: 600;
	}
	#logo img {
    height: 47px !important;
    max-width: 200px !important;
	}
}
@media screen and (max-width: 480px) {
  .entry-content {
    font-size: 14px;
	margin: 10px;
    line-height: 1.5em;
  }
}
/* 投稿本文内 h2（SANGO用） */
.entry-content h2 {
    font-size: 22px;
    line-height: 1.4;
    margin: 24px 0 12px;
    font-weight: 700;
    color: #633;
    letter-spacing: 0.08em;
}
/* 投稿本文のベースフォント（SANGO用） */
.entry-content {
    font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont,
                 'Hiragino Sans', 'Hiragino Kaku Gothic ProN',
                 'Yu Gothic', Meiryo, sans-serif;
    line-height: 1.8;
}
