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

/* Readability-first defaults */
body {
  background: #eef6fb;
}

.header {
  background: linear-gradient(120deg, #6bbfe9, #4f96f6);
  box-shadow: 0 5px 20px rgba(79, 150, 246, .25);
}

#logo a {
  font-weight: 700;
  letter-spacing: .06em;
}

#main {
  padding-top: 2.5rem;
}

.article,
.widget {
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(47, 99, 137, .1);
}

.widget {
  padding: 1.4rem;
  background: #fff;
}

.widgettitle,
.sidebar .wp-block-group h2 {
  border-radius: 9px;
}

.entry-title {
  color: #152536;
  font-weight: 700;
  line-height: 1.35;
}

.entry-title::after {
  display: block;
  width: 3rem;
  height: 4px;
  margin-top: .7rem;
  border-radius: 999px;
  background: #ffb36b;
  content: "";
}

.entry-content {
  color: #263238;
  font-size: 1.0625rem;
  line-height: 2;
  letter-spacing: .02em;
}

.entry-content > p {
  margin-block: 0 1.6em;
}

.entry-content h2,
.entry-content h3 {
  color: #1f2933;
  line-height: 1.45;
  letter-spacing: .01em;
}

.entry-content h2 {
  margin-top: 2.5em;
  padding: .6em .85em;
  border: 0;
  border-radius: 10px;
  background: #e3f3fc;
}

.entry-content h3 {
  margin-top: 2em;
  padding: 0 0 .45em .15em;
  border-bottom: 3px solid #b4e0fa;
}

.entry-content a:not(.btn) {
  color: #0074b8;
  text-decoration-thickness: .08em;
  text-underline-offset: .16em;
}

.entry-content li {
  margin-block: .45em;
}

.entry-content blockquote {
  margin-inline: 0;
  padding: 1.1em 1.3em;
  border: 0;
  border-radius: 12px;
  background: #fff9e6;
  color: #52606d;
}

.entry-content table {
  overflow: hidden;
  border: 0;
  border-radius: 12px;
  box-shadow: 0 3px 12px rgba(47, 99, 137, .08);
}

.entry-content th {
  background: #e3f3fc;
}

.entry-content .wp-block-button__link,
.entry-content .btn {
  border-radius: 999px;
  box-shadow: 0 4px 10px rgba(47, 99, 137, .16);
}

@media (max-width: 767px) {
  .entry-content {
    font-size: 1rem;
    line-height: 1.9;
  }
}
