@charset "UTF-8";
/*-----------------------------------------------
  見出し
----------------------------------------------- */
#left_area h2 {
  display: block;
  height: auto;
  position: relative;
  margin: 0 0 30px 0;
  padding: 8px 0 8px 15px;
  border-left: #f69812 4px solid;
  font-size: 18px;
  font-weight: bold;
  line-height: 1; }
  #left_area h2::before {
    content: '';
    display: block;
    position: absolute;
    left: 2px;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #f69812; }
  #left_area h2 span {
    display: inline-block;
    padding-left: 10px;
    color: #949494;
    font-size: 13px;
    font-weight: normal; }

#left_area h3 {
  display: block;
  height: 16px;
  margin: 0 0 10px 0;
  padding: 0 0 0 10px;
  font-size: 1em;
  font-weight: bold;
  line-height: 100%;
  border-left: #f69812 4px solid; }

#left_area .left_inner:first-of-type h2 + figure + p {
  padding: 0 0 15px; }

@media only screen and (max-width: 767px) {
  #left_area h2 {
    margin: 0 0 15px 0;
    padding: 4px 0 4px 10px;
    font-size: 23px; }
    #left_area h2::before {
      content: none; }
    #left_area h2 span {
      display: block;
      padding: 6px 0 0;
      font-size: 14px; }
  #left_area h3 {
    display: block;
    height: auto;
    margin: 0 0 10px 0;
    padding: 10px 0 10px 10px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    border-left: #f69812 4px solid;
    background-color: #fceedb; }
  #left_area .left_inner:first-of-type h2 + figure {
    margin: 0 0 20px;
    padding: 30px 10px;
    border: 1px solid #f69812; }
    #left_area .left_inner:first-of-type h2 + figure img {
      display: block;
      margin: 0 auto;
      padding: 0; }
    #left_area .left_inner:first-of-type h2 + figure + p {
      padding: 0 10px 10px; }
      #left_area .left_inner:first-of-type h2 + figure + p + p {
        padding: 0 10px;
        text-align: right; } }

/*-----------------------------------------------
  分割
----------------------------------------------- */
#map {
  display: block;
  width: 380px;
  float: right; }

@media only screen and (max-width: 767px) {
  #map {
    width: auto;
    float: none;
    margin-bottom: 20px; } }

/*-----------------------------------------------
  テーブル
----------------------------------------------- */
/* カラー */
table.color#district {
  padding: 　0;
  margin: 0 0 20px 0;
  border: 1px solid #87b04d;
  border-collapse: collapse;
  font-size: 0.8em; }

table.color th {
  padding: 5px 10px 5px 10px;
  margin: 0;
  font-weight: bold;
  text-align: center;
  border-right: 1px solid #87b04d;
  border-bottom: 1px solid #87b04d;
  background-color: #b8d989; }

table.color td {
  padding: 5px 10px 5px 10px;
  margin: 0;
  border-right: 1px solid #87b04d;
  border-bottom: 1px solid #87b04d;
  background-color: #FFF; }

table.color table td {
  border-top: none;
  border-left: none; }

/*-----------------------------------------------
  文字間・リンク色
----------------------------------------------- */
a {
  margin: 0;
  padding: 0;
  color: #323232;
  text-decoration: underline;
  vertical-align: baseline; }

a:link, a:visited {
  color: #323232;
  text-decoration: underline;
  overflow: hidden; }

a:hover {
  color: #323232;
  text-decoration: none; }
