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

#content {
	padding-top: 30px !important;
}

.home #main {
	width: 100%;
	float: none;
}
@media only screen and (min-width: 768px) {
    .home .catpost-cards {
        -ms-grid-columns: (1fr)[2];
        display: -ms-grid;
        display: grid;
        gap: var(--wp--custom--entry--gap);
        grid-template-columns: repeat(3, 1fr);
    }
}
.wp-block-sgb-header-mobile-navigation {
	display: none !important;
}

.aa-link-btn {
  margin: 20px 0 40px;   /* 上マージン20px、下マージン40px */
  text-align: center;
}

.aa-link-btn > a {
  display: inline-block;
  background-color: #cf2e2e;  /* 通常時の背景色 */
  color: #fff;
  padding: 12px 24px;
  font-size: 16px;
  text-decoration: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  width: 200px;               /* 横幅を指定 */
  text-align: center;         /* テキスト中央寄せ */
}

.aa-link-btn > a:hover {
  background-color: #f78da7;  /* ホバー時の背景色 */
}