.page-id-1 header {
  display: none;
}

.page-id-80 header {
  display: none;
}

.page-id-90 header {
  display: none;
}

.page-id-437 header {
  display: none;
}

.page-id-550 header {
  display: none;
}

.page-id-566 header {
  display: none;
}

.page-id-903 header {
  display: none;
}

.postid-437 header{
  display: none;
}

.postid-3 header{
  display: none;
}

.page-id-110 h1.entry-title{
display:none;
}

.page-id-110 header {
margin-bottom :-6em;
}

.page-id-306 header {
margin-bottom :-6em;
}

.page-id-328 header {
margin-bottom :-6em;
}

.page-id-339 header {
margin-bottom :-6em;
}

.page-id-343 header {
margin-bottom :-6em;
}

.page-id-347 header {
margin-bottom :-6em;
}

.page-id-359 header {
margin-bottom :-6em;
}

.page-id-90 header {
margin-bottom :-6em;
}

.page-id-80 header {
margin-bottom :-6em;
}

.page-id-429 header {
margin-bottom :-6em;
}

.page-id-437 header {
margin-bottom :-6em;
}

.post-id-550 header {
margin-bottom :-10em;
}

.page-id-566 header {
margin-top :-6em;
}

.postid-437 main {
  padding-top: 5em;
}

.postid-3 main {
  padding-top: 5em;
}


time{
 display:none;
}

a {
text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#content {
margin-bottom :-10em;
}

.wp-block-image figcaption{
font-size:14px;
margin-top:-10px;
}

.gallery-cover figure:not(:first-child) {
  display: none!important;
}

.gallery-cover2 figure:not(:first-child) {
  display: none!important;
}

.gallery-cover3 figure:not(:first-child) {
  display: none!important;
}

.gallery-cover4 figure:not(:first-child) {
  display: none!important;
}

.gallery-cover5 figure:not(:first-child) {
  display: none!important;
}

.gallery-cover6 figure:not(:first-child) {
  display: none!important;
}

.gallery-cover7 figure:not(:first-child) {
  display: none!important;
}

p {
  font-size: 14px !important; /* お好みのサイズ */
}

@media (max-width: 767px) {
  p {
    font-size: 10px !important;
  }
}

h1 {
  font-size: 2.4rem !important; /* お好みのサイズ */
}

@media (max-width: 767px) {
  h1 {
    font-size: 1.3rem !important;
  }
}

h2 {
  font-size: 2.1rem !important; /* お好みのサイズ */
}

@media (max-width: 767px) {
  h2 {
    font-size: 1.4rem !important;
  }
}

h3 {
  font-size: 1.6rem !important; /* お好みのサイズ */
}

@media (max-width: 767px) {
  h3
	{
    font-size: 1.2rem !important;
  }
}

h5 {
  font-size: 1rem !important; /* お好みのサイズ */
}

@media (max-width: 767px) {
  h5 {
    font-size: 0.8rem !important;
  }
}

img.custom-logo {
  width: 60px !important;  /* お好みのサイズに */
  height: auto !important;
}

/* スマホ */
@media (max-width: 767px) {
  img.custom-logo {
    width: 45px !important;
  }
}

.wp-block-group.is-layout-grid {
  gap: 8px !important; /* お好みの数値に変更 */
}

/* スマホだけ変えたい場合 */
@media (max-width: 767px) {
  .wp-block-group.is-layout-grid {
    gap: 4px !important;
  }
}

@media (max-width: 767px) {
  h3.is-style-asterisk::before,
  h3.is-style-asterisk::after {
    font-size: 0.1em !important;
  }
}