@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Template: sango-theme
 Version: 4.0
*/

/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/

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

@media only screen and (min-width: 481px) {
}

@media only screen and (min-width: 520px) {
}

@media only screen and (min-width: 769px) {
}

@media only screen and (min-width: 1030px) {
}

@media only screen and (min-width: 1240px) {
}



@media only screen and (max-width: 1239px) {
  /* サイドバーを本文下に配置 */
 
  #main {
    width: 100%;
    padding:0;
  }

  #inner-content {
    display: block;
  }


  #sidebar1 {
    width: 100%;
  }

  .sidebar {
    width: 100%; 
  }

  .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 100%; 
  }
 }





/* footer高さ調整 */

#footer-menu {
  background-color: #009EF3;
  display: grid;
}

#footer-menu {
	background-color: #009EF3;
	display: grid;
	padding-top: 5px;
}

/* ▽非表示 */
.nofound-title:before {
  content: none;
}