.site-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 1px solid #e3d7bb;
  background: #fffdf8;
}

.site-header.has-logo {
  gap: 0.15rem;
  align-items: center;
}

.site-logo,
.site-logo .custom-logo-link {
  display: none !important;
}

.site-logo {
  margin: 0 auto;
}

.site-branding {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0.3rem 0 0.55rem;
  text-align: center;
}

.custom-logo {
  display: none !important;
  max-width: min(100%, 920px);
  height: auto;
}

.site-title {
  margin-top: 0.05rem;
  margin-bottom: 0.05rem;
  line-height: 1.1;
}

h1.site-title,
p.site-title {
  margin: 0 !important;
  padding: 0 !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

.site-header .site-title {
  display: block;
  width: 100%;
  margin: 0;
  color: #686b66;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", serif;
  font-size: 14pt !important;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-align: center;
}

.site-header .site-title a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  font-size: 14pt !important;
  text-align: center;
}

.site-header .site-title a::after {
  content: "Catholic Rokko Church";
  display: block;
  margin-top: 0.15rem;
  color: #8b8e88;
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: 10pt !important;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.25;
}
