@charset "UTF-8";
/* reset
   ========================================================================== */
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

dl dt {
  margin: 0;
  padding: 0;
}
dl dd {
  margin: 0;
  padding: 0;
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #333333;
}
@media (max-width: 768px) {
  a[href*="tel:"] {
    pointer-events: visible;
    text-decoration: underline;
  }
}

svg {
  height: 1em;
  width: auto;
}

/* Utility
   ========================================================================== */
@font-face {
  font-family: "Bree Serif";
  src: url("BreeSerif-Regular.eot?") format("eot"), url("BreeSerif-Regular.woff2") format("woff2"), url("BreeSerif-Regular.woff") format("woff");
}
.myFontClass {
  font-family: "Bree Serif";
}

.reset {
  line-height: 1.5rem;
  margin: 0;
  padding: 0;
}

.clearfix {
  min-height: 1px;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}

article#nurturing {
  background: #F0FCE0;
}
article#nurturing h2.article_title {
  color: #14A057;
}
article#nurturing section {
  text-align: left;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
article#nurturing section > p {
  width: 40%;
}
article#nurturing section > div {
  width: 57%;
}
article#nurturing section h3 {
  font-family: "Bree Serif", serif;
  font-size: 25px;
  line-height: 37.5px;
  font-size: 1.5625rem;
  line-height: 2.34375rem;
  margin-bottom: 10px;
  color: #9ab029;
}
article#nurturing section h3 span {
  font-family: "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  display: block;
  font-size: 15px;
  line-height: 22.5px;
  font-size: 0.9375rem;
  line-height: 1.40625rem;
  font-weight: bold;
  color: #333333;
}
article#nurturing section aside {
  padding: 10px 0 0 0;
  text-align: center;
  font-weight: bold;
}
article#nurturing section aside span {
  font-size: 13px;
  line-height: 19.5px;
  font-size: 0.8125rem;
  line-height: 1.21875rem;
}
article#nurturing section aside > p {
  padding: 10px 0 0 0;
  text-align: left;
}
@media (max-width: 768px) {
  article#nurturing section > p {
    width: 100%;
    text-align: center;
    padding: 0 0 30px 0;
  }
  article#nurturing section > p img {
    max-height: 300px;
  }
  article#nurturing section > div {
    width: 100%;
    margin-left: 0;
  }
}
article#nurturing section#spiritual_counseling > div {
  margin-right: 3%;
}
article#nurturing section#personal_growth {
  margin-top: 50px;
  flex-direction: row-reverse;
}
article#nurturing section#personal_growth > div {
  margin-left: 3%;
}
article#nurturing section#personal_growth > div > div h3 {
  color: #4c9850;
}
article#nurturing section#personal_growth > div > div p:nth-of-type(2) {
  text-align: right;
  padding: 20px 0 0 0;
}
article#nurturing section#personal_growth > div > div p:nth-of-type(2) a {
  display: inline-block;
  padding: 0.5em 0.7em 0.3em 0.7em;
  text-decoration: none;
  background: #4c9850;
  color: white;
  border-radius: 10px;
}
article#nurturing section#personal_growth > div > div p:nth-of-type(2) a:hover {
  background: #59a257;
}
article#nurturing section#personal_growth > div > aside {
  background: rgba(255, 255, 255, 0.7);
  padding: 20px;
  border-radius: 10px;
  margin: 20px auto 0 auto;
}
article#nurturing section#personal_growth > div > aside > div {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
article#nurturing section#personal_growth > div > aside > div > figure {
  margin: 0;
}
article#nurturing section#personal_growth > div > aside > div > figure:first-of-type {
  background: white;
  border-radius: 10px;
  display: block;
  margin: 0;
  width: 120px;
  padding: 5px;
}
article#nurturing section#personal_growth > div > aside > div > figure:nth-of-type(2) img {
  min-width: 230px;
}
article#nurturing section#personal_growth > div > aside > div > figure a {
  display: inline-block;
  border-radius: 10px;
  overflow: hidden;
}
article#nurturing section#personal_growth > div > aside > div > figure a:hover img {
  opacity: 0.75;
}
article#nurturing section#personal_growth > div > aside > p {
  text-align: left;
  margin: 0.5em auto 0 auto;
}/*# sourceMappingURL=index.css.map */