@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&display=swap');
/* * * * * * *  
content
* * * * * * */
body {
  background: #432a19;
}
#content {
  background: #f4f1ed;
}
body header h1 {
  padding: 0;
}
body #content section {
  background: none;
}
#content h3.head3, #content .inner section ul li, #content .inner section .main {
  font-family: 'Noto Serif JP', serif;
  color: #432a19;
}
#content .inner section .main {
  background: #fff !important;
  border-radius: 0 !important;
  border: #eae6e4 solid 1px !important;
}
#content .inner section.example ul li {
  background: #FFF !important;
  border-radius: 0;
  border: #eae6e4 solid 1px;
}
#content .inner section.fee ul li h4 {
  background: #fff;
  border-radius: 0;
  border: #eae6e4 solid 1px;
}
body #content section h3.head3:after {
  background-color: #05518b !important;
  margin-top: 0.1em;
  border-radius: 0px;
  content: "";
  display: block;
  height: 6px;
}
#content p.tel a img {
  border-radius: 0em;
  border: none;
  max-width: 100%;
}
#content p.tel a:hover img {
  border: none;
}
body .footer1 {
    background: none;
}
body #content section.konnna li {
    background: none;
    padding: 0;min-height: 2em
}
#content .inner section.example ul li:nth-of-type(odd) {
    background: #fff!important;
}