@charset "UTF-8";
* {
  color: #4f4040;
}

body {
  background: url(../images/body_bg.jpg);
  font-size: 13px;
}

/* ============================================================================== */
/* header */
/* ============================================================================== */
header {
  border-bottom: 7px solid #582B33;
}

h1 {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ヒラギノ明朝 Pro W3", "HiraMinPro W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #000;
  line-height: 1.4rem;
}
h1 span {
  color: #000;
  margin-left: -10px;
}

.tel {
  color: #000;
}

/* ============================================================================== */
/* nav */
/* ============================================================================== */
nav li a {
  color: #fff;
  background: #708655;
  border: 1px solid #708655;
}

nav li a:hover {
  background: none;
  border: 1px solid #708655;
  color: #708655;
}

nav li:nth-of-type(2) a {
  color: #fff;
  background: #582b33;
  border: 1px solid #582b33;
}

nav li:nth-of-type(2) a:hover {
  background: none;
  border: 1px solid #582b33;
  color: #582b33;
}

nav li a.print {
  background: #708655;
  border: 1px solid #708655;
}

nav li a.print:hover {
  background: #fff;
  color: #708655;
}

.star {
  background: url(../images/icon.png) no-repeat 0px 0px;
}

.mail {
  background: url(../images/icon.png) no-repeat -24px 0px;
}

.pdf {
  background: url(../images/icon.png) no-repeat -12px 0px;
}

/* ============================================================================== */
/* contents*/
/* ============================================================================== */
.shade {
  background: url(../images/shade.png) center top repeat-y;
  height: 400px;
}

h2 {
  color: #708655;
}

h3 {
  color: #802121;
}

h4 {
  color: #cc3b3b;
}

.pb_none {
  margin-bottom: -10px;
}

/* ============================================================================== */
/* bxslider */
/* ============================================================================== */
.bx-next {
  background: url(../images/controls.png) no-repeat -43px -32px;
}

.bx-prev {
  background: url(../images/controls.png) no-repeat 0 -32px;
}

.bx-pager a {
  background: #666;
}
.bx-pager .pager-active, .bx-pager a:hover {
  background: #582B33;
}

/* ============================================================================== */
/* footer */
/* ============================================================================== */
footer {
  background: url(../images/body_bg.jpg);
  border-top: 1px solid rgba(88, 43, 51, 0.3);
}
footer p {
  color: #4f4040;
}
footer p a {
  color: #4f4040;
}
footer p a:hover {
  color: #708655;
}

/* ============================================================================== */
/* 個別設定 */
/* ============================================================================== */
.bg_c1 {
  background: #582B33 !important;
}

.bg_c2 {
  background: #708655 !important;
}

.bg_c3 {
  background: #802121 !important;
}

.f_col1 {
  color: #582B33;
}

.f_col2 {
  color: #708655;
}

.f_col3 {
  color: #802121;
}

.red {
  color: #be0303;
}

.padding_none {
  padding: 0px !important;
}

.padding15 {
  padding: 15px;
}

.small {
  font-size: 11px;
}

/* ============================================================================== */
/* オリジナル設定 */
/* ============================================================================== */
.grid-item h2 {
  border-bottom: 2px dotted #adadad;
  padding-bottom: 5px;
}
.grid-item h3 {
  font-weight: bold;
  padding: 10px 0px;
}

@-moz-document url-prefix() {
  .course_li {
    margin-top: 10px;
  }
}
.course_li {
  font-size: 0px;
  letter-spacing: -0.4em;
  word-spacing: -0.4em;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
}
.course_li li {
  list-style-type: none;
  width: 48.1%;
  margin: 1%;
  font-size: 14px;
  letter-spacing: normal;
  word-spacing: normal;
  background: #fff;
  display: inline-block;
  padding: 15px;
}
.course_li li h2 {
  margin-top: 10px;
  padding: 5px;
  border-bottom: 2px dotted #adadad;
}
.course_li li h3 {
  color: #802121;
  line-height: 1.5em;
  margin: 10px 0px;
  text-align: left;
  font-weight: bold;
}
.course_li li p {
  text-align: left;
  line-height: 1.75em;
}
.course_li li img {
  width: 100%;
  height: auto;
}
.course_li li:last-of-type {
  margin-right: 0px !important;
}
.course_li dl {
  border: 2px solid rgba(112, 134, 85, 0.3);
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
}
.course_li dl dt {
  border-right: 1px solid rgba(112, 134, 85, 0.3);
  border-bottom: 1px solid rgba(112, 134, 85, 0.3);
  padding: 10px;
  width: 20%;
  display: inline-block;
  text-align: left;
}
.course_li dl dd {
  display: block;
  border-bottom: 1px solid rgba(112, 134, 85, 0.3);
  display: inline-block;
  width: 80%;
  padding: 10px;
  text-align: left;
}

iframe {
  width: 339px;
  height: 300px;
  border: none;
}

h6 {
  font-size: 16px;
  margin: 24px auto 10px auto;
}

.about_li li {
  width: 31.5% !important;
}
.about_li li h3 {
  font-size: 18px;
  text-align: center;
  padding-bottom: 5px;
  border-bottom: 2px dotted #adadad;
}

.clear {
  content: "";
  display: block;
  clear: both;
}
