@charset "UTF-8";
/*================================================
 *  CSSリセット
 ================================================*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
  font-size: 18px;
  color: #333;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  background: #fff;
  height: 120px;
}

.inner {
  position: relative;
  width: 1200px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

header {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  background: #fcfcfc;
}

nav {
  width: 100%;
  background: #fff;
  box-shadow: 0 1px 2px #d0d8dc;
  ⁄zoom: 1;
}

nav:after {
  content: "";
  display: block;
  clear: both;
}

#contents {
  overflow: hidden;
  width: 1200px;
  background: #fff;
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

#info {
  overflow: hidden;
  width: 1200px;
  background: #fff;
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

#bo-cont {
  overflow: hidden;
  width: 1200px;
  background: #fff;
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

#bol {
  overflow: hidden;
  width: 1200px;
  background: #fff;
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

#contents-ts {
  overflow: hidden;
  width: 1200px;
  background: #fff;
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

#kamoku {
  overflow: hidden;
  width: 1200px;
  background: #fff;
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

#kanren {
  overflow: hidden;
  width: 1200px;
  background: #fff;
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

#main {
  box-sizing: border-box;
  overflow: hidden;
  float: right;
  width: 73%;
}

#sub {
  box-sizing: border-box;
  overflow: hidden;
  float: left;
  width: 25%;
}

.infoblock {
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 30px;
}

.i-boxa {
  width: 32.5%;
  float: left;
  margin-left: 0.5%;
}

footer {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}

a {
  color: #333;
  text-decoration: underline;
}

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

h2 {
  margin-bottom: 0.5em;
  padding: 10px 0;
  font-size: 21px;
  color: #333;
  border-top-width: 3px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: dotted;
  border-top-color: #000080;
  border-bottom-color: #000080;
}

h3 {
  margin-bottom: 0.25em;
  color: #fff;
  font-size: 16px;
  background-color: #000080;
  font-weight: normal;
  padding-top: 4px;
  padding-right: 5px;
  padding-bottom: 4px;
  padding-left: 5px;
}

h4 {
  margin-bottom: 0.25em;
  font-size: 16px;
  color: #333;
  background-color: #ccffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #333;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  font-weight: bold;
}

h5 {
  position: relative;
  margin-bottom: 0.25em;
  padding-left: 10px;
  color: #000080;
  font-weight: bold;
}

h5:before {
  content: "";
  margin-top: -7px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 14px;
  background: #000080;
}

h6 {
  margin-bottom: 0.25em;
  color: #382400;
  font-size: 14px;
  font-weight: bold;
}

p {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 10px;
  margin-left: 0;
}

img {
  vertical-align: bottom;
}

em {
  font-weight: bold;
}

strong {
  font-weight: bold;
  color: #ff0000;
}

pre {
  margin: 1em 0;
  padding: 1em;
}

blockquote {
  margin-bottom: 1em;
  padding: 1em;
  border: 1px dotted #ddd;
  border-left: 5px solid #ddd;
}

ul, ol, dl {
  margin-top: 10px;
  margin-right: 0;
  margin-bottom: 1em;
  margin-left: 0;
  padding: 10px;
}

ul li {
  list-style: disc;
}

ol li {
  list-style: decimal;
}

li {
  margin-left: 2em;
}

dt {
  margin-bottom: 0.5em;
  border-bottom: 1px dotted #ddd;
}

dt:before {
  content: "■";
}

dd {
  margin-bottom: 1em;
}

table {
  width: 100%;
  margin-bottom: 1em;
  border-collapse: collapse;
  background: #fff;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

th {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ddd;
  background: #eee;
}

td {
  padding: 10px;
  text-align: left;
  border: 1px solid #ddd;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
}

.tachikawa .entry .thumbnail {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.news_title {
  margin-bottom: 0.25em;
  color: #fff;
  font-size: 16px;
  background-color: #000080;
  font-weight: normal;
  padding-top: 4px;
  padding-right: 5px;
  padding-bottom: 4px;
  padding-left: 5px;
}

#daishin .entrysital {
  text-align: right;
  margin-top: 10px;
  margin-bottom: 10px;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 30px;
  padding-left: 10px;
  border-top-width: 3px;
  border-top-style: solid;
  border-top-color: #666;
}

.summary {
  position: absolute;
  top: 0;
  right: 10px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 20px;
  color: #0f5942;
  font-weight: bold;
}

.tel {
  position: absolute;
  top: 0;
  right: 0;
  vertical-align: top;
  margin-top: 30px;
  padding-top: 5px;
  padding-bottom: 15px;
  margin-bottom: 10px;
  font-size: 14px;
}

.tel span {
  color: #cc4444;
  font-family: Century, "MS 明朝", "Hiragino Mincho Pro W3", "ヒラギノ明朝 Pro W3", serif;
  font-size: 36px;
  font-weight: bold;
  vertical-align: middle;
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
@media print, screen and (min-width: 768px) {
  nav {
    background: #000080;
    border-bottom: 3px solid #999;
    box-shadow: 0 1px 3px #999;
    z-index: 3;
  }

  /* 共通 */
  nav ul {
    margin: 0;
    padding: 0;
  }

  nav ul li {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  nav ul li a {
    display: block;
    margin: 0;
    padding: 16px 0;
    background: #000080;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
  }

  nav ul li:hover > a {
    color: #000080;
    background: #ccffff;
  }

  /* 1段目 */
  nav ul.gnav > li {
    position: relative;
    width: 17%;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
  }

  nav ul.gnav > li:first-child {
    width: 15%;
  }

  nav ul.gnav > li.subnav a {
    padding-right: 20px;
  }

  nav ul.gnav > li.subnav > a:after {
    position: absolute;
    content: "";
    top: 20px;
    width: 0;
    height: 0;
    margin-left: 10px;
    border: 5px solid transparent;
    border-top-color: #fff;
  }

  /* 2段目 */
  nav ul li ul {
    position: absolute;
    z-index: 3;
    top: 100%;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  nav ul li ul li {
    overflow: hidden;
    width: 150%;
    height: 0;
    color: #fff;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }

  nav ul li ul li a {
    color: #0f5942;
    padding: 13px 15px;
    text-align: left;
    background: #ccffff;
    font-weight: normal;
  }

  nav ul li:hover > ul > li {
    overflow: visible;
    background: #ccffff;
    height: 40px;
    border-bottom: 1px solid #fff;
  }

  nav ul li:hover ul li:last-child {
    border-bottom: none;
  }

  nav ul.gnav > li:last-child > ul {
    left: -50%;
  }

  nav ul li ul li ul:before {
    position: absolute;
    color: #000080;
    content: "";
    top: 13px;
    left: -20px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left-color: #fff;
  }

  nav ul.gnav > li:last-child ul li ul:before {
    position: absolute;
    content: "";
    top: 13px;
    left: 200%;
    margin-left: -20px;
    border: 5px solid transparent;
    border-right-color: #fff;
  }

  /* 3段目 */
  nav ul li ul li ul {
    top: 0;
    left: 100%;
  }

  nav ul li ul li ul li {
    width: 100%;
  }

  nav ul li ul li:hover > ul > li {
    border-bottom: 1px solid #6d0c0c;
  }

  nav ul.gnav > li:last-child > ul li ul {
    left: -100%;
  }

  nav ul li ul li ul li a {
    background: #590000;
  }

  nav ul li ul li ul li a:hover {
    background: #420404;
  }

  .gnav {
    display: block !important;
  }

  #spMenu {
    display: none;
  }

  .fixed {
    position: fixed;
    top: 0;
    left: 0;
  }
}
/*================================================
 *  トピックパス（パンくずリスト）
 ================================================*/
#topicpath {
  font-size: 12px;
  margin-bottom: 20px;
  padding: 2px;
  background: #f1f1f1;
}

/*================================================
 *  サブコンテンツ
 ================================================*/
.submenu li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.submenu li a:before {
  content: "■";
  color: #000;
}

.submenu li a {
  display: block;
  padding: 10px 2px;
  color: #000;
  border-bottom: 1px dotted #ddd;
  text-decoration: none;
}

.submenu li a:hover {
  background: #eee;
}

.bnr {
  overflow: hidden;
}

.bnr ul {
  overflow: hidden;
}

.bnr li {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
}

.bnr li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

.bnr img {
  width: 100%;
}

.bnra {
  overflow: hidden;
  margin: 0px;
}

.bnra ul {
  overflow: hidden;
}

.bnra li {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
}

.bnra li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

.bnra img {
  width: 100%;
}

/*================================================
 *  フッター
 ================================================*/
footer {
  clear: both;
}

.footmenu {
  width: 100%;
  padding: 20px 0;
  overflow: hidden;
  background: #f1f1f1;
}

.footmenu ul {
  position: relative;
  float: left;
  left: 50%;
  margin: 0;
  padding: 0;
}

.footmenu li {
  position: relative;
  left: -50%;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0 15px;
  font-size: 12px;
  text-align: center;
}

.footmenu a {
  color: #333;
  text-decoration: none;
}

.footmenu a:hover {
  color: #333;
  text-decoration: underline;
}

.copyright {
  clear: both;
  padding: 20px 0;
  font-size: 11px;
  text-align: center;
  color: #fff;
  background-color: #999;
}

.copyright a {
  color: #fff;
  text-decoration: none;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
  position: fixed;
  bottom: 15px;
  right: 15px;
}

.totop a {
  display: block;
  text-decoration: none;
}

.totop img {
  background: #000080;
}

.totop img:hover {
  background: #6666ff;
}

/* トップナビ */
* html .topNavi {
  height: 1em;
  overflow: visible;
}

.topNavi {
  overflow: hidden;
  position: relative;
  margin-right: -1.03%;
  margin-bottom: 20px;
}

.topNavi-box {
  float: left;
  width: 49.5%;
}

.topNavi-box .topNavi-inbox {
  float: left;
  margin-left: 0.5%;
  margin-top: 3px;
  margin-bottom: 5px;
  width: 49.5%;
}

.topNavi-inbox p {
  padding: 3px;
}

/*================================================
 *  クラス
 ================================================*/
.list {
  padding: 0 0 0 0.5em;
}

.list li {
  margin: 0;
  padding: 0 0 0 15px;
  list-style: none;
  background: url(../images/check.png) 0 5px no-repeat;
}

.info dt {
  border-bottom: none;
}

.info dd {
  padding-bottom: 1em;
  border-bottom: 1px solid #ddd;
}

.col_two_one {
  overflow: hidden;
}

.col_two_one ul {
  overflow: hidden;
  margin: 2% -2% 0 0;
}

.col_two_one li {
  list-style: none;
  float: left;
  width: 48%;
  margin: 0 2% 2% 0;
}

.col_two_one li:nth-child(2n+1) {
  clear: both;
}

.col_two_one li img {
  width: 100%;
  margin-bottom: 2.5%;
}

.tc-gyo {
  overflow: hidden;
}

.tc-gyo .gyoblock {
  width: 49.4%;
  margin-left: 3px;
  float: left;
}

.gyoblock .gyobox {
  float: left;
  width: 49%;
  margin-left: 1%;
  margin-bottom: 10px;
}

.gyoblock .gyobox img {
  width: 100%;
  margin-bottom: 2.5%;
}

#tc {
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.1em;
  margin: 0px;
}

#tc3 {
  background-color: #F1F1F1;
  font-size: 22px;
  color: #333;
  text-align: center;
  letter-spacing: 0.1em;
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: none;
}

.gyoblock .gyobox h4 {
  color: #0f5942;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #666;
  font-weight: bold;
}

.gyobox h3 {
  font-size: 16px;
  color: #333;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: bold;
  background-color: #ccffff;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #333;
}

.tenpo-box {
  float: left;
  width: 49%;
  margin-left: 5px;
  margin-bottom: 10px;
}

.qo {
  text-align: center;
  border: 1px solid #999;
  padding: 5px;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
}

.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 1%;
  margin-right: auto;
  margin-left: auto;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 95%;
  height: 95%;
  margin-left: 15px;
}

.photo {
  overflow: hidden;
  padding: 10px;
  background: #fff;
  margin-top: 10px;
  margin-right: 0;
  margin-bottom: 10px;
  margin-left: 0;
  border: 2px solid #f1f1f1;
}

#t-cont {
  text-align: center;
}

.more {
  text-align: right;
  margin-right: 10px;
}

.ts-gyo {
  margin-top: 10px;
  margin-bottom: 10px;
}

.ts-gyoblock {
  float: left;
  width: 48.5%;
  margin-left: 1%;
}

.topicpath {
  font-size: 14px;
  background-color: #f1f1f1;
  padding-top: 2px;
  padding-bottom: 2px;
}

.i-boxa a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

.seireikai h3 {
  background-color: #f1f1f1;
  text-align: center;
  color: #333;
}

#entryrink {
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.hiduke {
  text-align: right;
  margin-right: 10px;
  margin-bottom: 10px;
}

.seireikai .entry .thumbnail {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.entrysita {
  text-align: right;
  margin-right: 10px;
  padding-top: 20px;
  margin-bottom: 10px;
}

.b-navi {
  font-size: 18px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.seireikai .blogtitle {
  color: #fff;
  background-color: #000080;
  padding: 5px;
}

.seireikai .blogtitle a {
  color: #fff;
  text-decoration: none;
}

.img {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.tc-gyo .gyoblock .gyobox h3 {
  background-color: #fff;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

.coi01 {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}

.coit {
  margin-top: 0px;
}

.coit1 {
  text-align: center;
  vertical-align: middle;
  width: 15%;
}

.imgR {
  float: right;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 0px;
}

.R {
  text-align: right;
}

.R .bol {
  font-weight: bold;
}

.op {
  text-align: left;
}

#sub h4 {
  margin-top: 10px;
  font-size: 16px;
}

.sinsatu td {
  text-align: center;
  width: auto;
  height: auto;
  vertical-align: middle;
}

.yuichiro {
  background-color: #66FFFF;
}

.kikuchi {
  background-color: #FF9999;
}

.siro {
  background-color: #66FF99;
}

.taka {
  background-color: #FFCC00;
}

.kikuchikennin {
  font-size: 15px;
  line-height: 15px;
  background-color: #FF9999;
}

.hukunaga {
  background-color: #FFFF66;
}

.naitou {
  background-color: #CCCCFF;
}

.kennin {
  line-height: 15px;
  font-size: 15px;
}

.sinsatu .shousai {
  text-align: left;
}

#daishin {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
}

#daishin h2 {
  margin-top: 30px;
}

#omimai {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
}

#omimai h2 {
  margin-top: 30px;
}

#ba-cont .tc-gyo .gyoblock .gyobox h3 {
  font-size: 15px;
  font-weight: normal;
}

#ba-cont .tc-gyo .gyoblock .gyobox p {
  font-size: 15px;
  padding: 2px;
}

#sub p {
  font-size: 15px;
  padding: 2px;
}

.bolbox .bolinbox {
  float: left;
  width: 16%;
  margin-left: 2px;
}

#bol .bolbox {
  margin-left: 1%;
}

#bol .gyoblock .bolinbox {
  float: left;
  width: 33%;
  margin-left: 6px;
}

.innai .img {
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
}

#kanren .tc-gyo .gyoblock .gyobox {
  float: left;
  width: 32%;
}

.boo {
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 25px;
}

.photo p {
  margin: 10px;
}

.imgL {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 14px;
}

.photo li {
  margin-right: 15px;
  margin-left: 15px;
  padding-left: 10px;
}

.sinryoerea {
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
}

.sinryoubox {
  float: left;
  width: 49%;
  margin-left: 6px;
}

.sinryo1 {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  text-align: center;
  color: #000080;
  font-weight: bold;
}

.sinryo2 {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 0px;
}

.rehabili-box {
  float: left;
  width: 33%;
  margin-left: 2px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.rehabili-erea {
  overflow: hidden;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.rehabili-box a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

.dl {
  margin-top: 10px;
  margin-bottom: 10px;
}

#dl {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
}

#rehabili-erea {
  overflow: hidden;
}

.rebox {
  float: left;
  width: 32%;
  margin-left: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#rehabili-erea .rehabili-box h4 {
  background-color: #fff;
  text-align: center;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

.reha02 {
  margin-top: 35px;
  margin-bottom: 35px;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 20px;
}

.reha01 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.reha03 {
  margin-top: 20px;
  margin-bottom: 15px;
}

#main .new_entry {
  margin-top: 20px;
  margin-bottom: 20px;
}

.soinbox {
  width: 500px;
  margin-right: auto;
  margin-left: auto;
  background-color: #ccffff;
  padding: 15px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.rehabili-boxa {
  float: left;
  width: 48%;
  margin-left: 2%;
}

.rihu {
  width: 429px;
  border-style: solid;
  /* Firefox v1.0+ */
  /* Safari v3.0+ and by Chrome v0.2+ */
  /* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
  border-radius: 6px;
  border-width: 2px;
  border-color: rgb(235, 241, 234);
  background-color: rgb(241, 234, 235);
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 11px;
  padding-bottom: 20px;
  padding-left: 14px;
  margin-bottom: 20px;
}

.kai01 {
  text-align: center;
  vertical-align: middle;
}

.kai02 {
  width: 50%;
  vertical-align: middle;
}

.kai03 {
  width: 16%;
  text-align: center;
  vertical-align: middle;
}

.tachikawa h3 {
  background-color: #f1f1f1;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #333;
  font-size: 16px;
  margin-top: 30px;
}

.tachikawa .blogtitle {
  margin-bottom: 0.25em;
  color: #fff;
  font-size: 16px;
  background-color: #000080;
  font-weight: normal;
  padding-top: 4px;
  padding-right: 5px;
  padding-bottom: 4px;
  padding-left: 5px;
}

.online01 {
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 15px;
}

.online2 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.online-block {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
}

#online td {
  text-align: center;
  padding: 15px;
  font-size: 15px;
  border: 2px solid #4CAF7C;
  width: 33%;
}

#online img {
  margin-bottom: 15px;
}

.bol {
  font-weight: bold;
}

.video {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.online3 {
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

.ctmri1 {
  background-color: #f1f1f1;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.photo ul {
  padding: 15px;
  margin-top: 10px;
}

.geka1 {
  font-weight: bold;
}

.gekaji table td {
  vertical-align: middle;
}

.gekaken {
  text-align: right;
  margin-right: 10px;
}

.gekaji .gekaji2 {
  text-align: center;
}

.seikatu01 {
  color: #fff;
  background-color: #66CCFF;
}

.red {
  color: #FF0000;
}

.seikatu02 {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #336699;
  margin-bottom: 2px;
  border-top-style: dotted;
  border-top-color: #336699;
  border-top-width: 1px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.fail {
  text-align: center;
  margin-top: 50px;
}

.new_entry li {
  line-height: 32px;
}

.info ul {
  margin: 0px;
  padding: 0px;
}

.info li {
  margin-top: 5px;
  margin-bottom: 5px;
}

.tiiki {
  text-align: left;
  margin-top: 20px;
  margin-right: 60px;
  margin-bottom: 20px;
  margin-left: 60px;
  padding: 20px;
  border: 4px solid #f1f1f1;
}

.yasumi td {
  width: 16.6%;
  text-align: center;
  vertical-align: middle;
}

.yasumi {
  width: auto;
}

.yasumi02 td {
  width: 14.2%;
  text-align: center;
  vertical-align: middle;
}

/*================================================
 *  スライドショー
 ================================================*/
/* スライドショー */
.slide {
  display: none;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
}

.slidePrev {
  position: absolute;
  cursor: pointer;
  z-index: 2;
}

.slideNext {
  position: absolute;
  cursor: pointer;
  z-index: 2;
}

.slidePrev img {
  position: absolute;
  width: 50px !important;
  height: 60px !important;
}

.slideNext img {
  position: absolute;
  width: 50px !important;
  height: 60px !important;
}

.slideInner {
  position: relative;
  margin: 0 0 5px 0;
  padding: 0;
}

.slideInner li {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

.slideInner li img {
  margin: 0 5px;
  padding: 0;
}

.filterPrev {
  position: absolute;
  left: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  background-color: #fff;
}

.filterNext {
  position: absolute;
  right: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  background-color: #fff;
}

.controlNav {
  position: relative;
  float: left;
  left: 50%;
}

.controlNav span {
  position: relative;
  left: -50%;
  float: left;
  margin: 5px;
  border-radius: 5px;
  width: 10px;
  height: 10px;
  overflow: hidden;
  background: #ccc;
  text-indent: -9999px;
  vertical-align: middle;
}

.controlNav span:hover {
  background: #999;
  cursor: pointer;
}

.controlNav span.current {
  background: #000080;
}

/*================================================
 *  アコーディオンメニュー
 ================================================*/
.acd-check {
  display: none;
}

.acd-label {
  color: #614520;
  display: block;
  margin-bottom: 1px;
  background-color: #f1f1f1;
  background-image: url(../images/q.png);
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 16px;
  font-weight: bold;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 60px;
}

.acd-content {
  border: 1px solid #614520;
  height: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
  background-image: url(../images/a.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 0;
  padding-right: 10px;
  padding-bottom: 0;
  padding-left: 10px;
}

.acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  visibility: visible;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 60px;
}

/*================================================
 *  いいね
 ================================================*/
#share {
  width: 100%;
  text-align: center;
  clear: both;
  margin-top: 2%;
  margin-right: auto;
  margin-bottom: 2%;
  margin-left: auto;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 0;
}

#share ul {
  height: auto;
}

#share li {
  font-size: 14px;
  display: inline-block;
  text-align: center;
  width: 82px;
  margin-right: 1%;
  margin-bottom: 8px;
  border-radius: 3px;
  list-style: none;
}

#share li.share-twitter {
  background: #55acee;
  box-shadow: 0 2px #2795e9;
}

#share li.share-twitter:hover {
  background: #83c3f3;
}

#share li.share-facebook {
  background: #3b5998;
  box-shadow: 0 2px #2d4373;
}

#share li.share-facebook:hover {
  background: #4c70ba;
}

#share li.share-google {
  background: #dd4b39;
  box-shadow: 0 2px #c23321;
}

#share li.share-google:hover {
  background: #e47365;
}

#share li.share-hatena {
  background: #2c6ebd;
  box-shadow: 0 2px #225694;
}

#share li.share-hatena:hover {
  background: #4888d4;
}

#share li.share-pocket {
  background: #f13d53;
  box-shadow: 0 2px #e6152f;
}

#share li.share-pocket:hover {
  background: #f26f7f;
}

#share li.share-line {
  background: #00C300;
  box-shadow: 0 2px #009d00;
}

#share li.share-line:hover {
  background: #2bd92b;
}

#share a {
  display: block;
  height: 27px;
  padding-top: 6px;
  color: #ffffff;
  text-decoration: none;
}

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

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width: 979px) {
  .inner {
    width: 100%;
  }

  #contents {
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
  }

  footer {
    width: 100%;
  }
}
/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width: 767px) {
  .lock {
    overflow: hidden;
  }

  header {
    z-index: 2;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 10px;
  }

  .summary {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 15px;
  }

  #contents-t {
    float: none;
    width: 98%;
  }

  #contents-t {
    float: none;
    width: 100%;
  }

  #contents-m {
    float: none;
    width: 98%;
  }

  #contents-l {
    float: none;
    width: 98%;
  }

  #bo-cont {
    float: none;
    width: 98%;
  }

  #main {
    float: none;
    width: 100%;
  }

  #bol {
    float: none;
    width: 98%;
  }

  #sub {
    float: none;
    width: 100%;
  }

  nav {
    background: #ff9796;
  }

  nav ul {
    margin: 0;
    padding: 0;
  }

  nav .inner > ul {
    z-index: 2;
    overflow: auto;
    position: fixed;
    top: 53px;
    right: 0;
    width: 100%;
    height: 88%;
    height: calc(100% - 53px);
  }

  nav li {
    position: relative;
    width: 100%;
    float: none;
    margin: 0;
    text-align: left;
    list-style: none;
    border-bottom: 1px solid #fff;
    background: #ccffff;
  }

  nav li:first-child {
    border-top: 0;
  }

  nav li:last-child {
    border-bottom: 0;
  }

  nav li a {
    display: block;
    padding: 10px 30px;
    color: #fff;
    text-decoration: none;
    background: #000080;
  }

  nav li a:hover {
    color: #333;
    background: #ccffff;
  }

  nav ul ul {
    display: none;
    position: relative;
  }

  nav li li a {
    box-sizing: border-box;
    width: 100%;
    padding: 10px 30px 10px 50px;
    text-align: left;
  }

  nav li li li a {
    padding: 10px 30px 10px 70px;
  }

  /* トップナビ */
  .topNavi {
    margin-right: 0;
  }

  .topNaviColumn {
    display: block;
    box-sizing: border-box;
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .subnav > a:before {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 20px;
    right: 30px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: #f1f1f1;
  }

  .subnav > a:after {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 20px;
    right: 30px;
    width: 10px;
    height: 10px;
    margin-top: -10px;
    background: #ccffff;
  }

  .subnav a:hover:after {
    background: #000080;
  }

  .active > a:before {
    margin-top: 0;
  }

  .active > a:after {
    margin-top: 5px;
  }

  .gnav {
    display: none;
  }

  #spMenu {
    display: block;
    z-index: 2;
    position: fixed;
    top: 10px;
    right: 10px;
  }

  #spMenu:hover {
    cursor: pointer;
  }

  #navBtn {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 5%;
    background: #000080;
  }

  #navBtnIcon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    margin: -1px 0 0 -7px;
    background: #f1f1f1;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }

  #navBtnIcon:before,
#navBtnIcon:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 14px;
    height: 2px;
    background: #f1f1f1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  #navBtnIcon:before {
    margin-top: -6px;
  }

  #navBtnIcon:after {
    margin-top: 4px;
  }

  #navBtn .close {
    background: transparent;
  }

  #navBtn .close:before,
#navBtn .close:after {
    margin-top: 0;
  }

  #navBtn .close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  #navBtn .close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }

  .col_two_one ul {
    margin-right: 0;
  }

  .col_two_one li {
    width: 100%;
  }

  .col_two_one li:nth-child(2n+1) {
    clear: both;
  }

  #logo {
    width: 50%;
  }

  .tel span {
    width: 50%;
  }

  .imgL {
    width: 50%;
  }

  .imgR {
    width: 50%;
  }

  .desibox {
    width: 100%;
  }

  #bo-cont {
    float: none;
    width: 100%;
  }

  .bnra ul {
    overflow: hidden;
    margin-right: -2%;
  }

  .bnra li {
    float: left;
    width: 48%;
    margin: 0 2% 2% 0;
  }

  .op,
.opa {
    display: block;
  }

  .topNavi-box {
    float: none;
    width: 98%;
  }

  .jireibox {
    float: none;
    width: 98%;
  }

  .tenpo-box {
    float: none;
    width: 99%;
  }

  table {
    float: none;
    width: 99%;
  }

  .tel img {
    width: 70%;
  }

  #logo img {
    width: 85%;
  }

  .tc-gyo .gyoblock {
    float: none;
    width: 100%;
  }

  .tenpo-box {
    float: none;
    width: 99%;
  }

  #bo-cont {
    float: none;
    width: 98%;
  }

  .bolbox {
    float: none;
    width: 98%;
  }

  #bol .gyoblock {
    width: 48%;
  }

  #kanren .tc-gyo .gyoblock {
    width: 100%;
  }

  #bol .gyoblock {
    float: left;
    width: 50%;
  }

  .sinryobox {
    width: 100%;
  }

  .rehabili-box {
    width: 32%;
  }

  .rehabili-erea {
    width: 100%;
  }

  .video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }

  .video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}
.tachikawa .entry {
  height: 120px;
  margin-bottom: 15px;
}

.daisin {
  margin-top: 10px;
  margin-bottom: 10px;
}

.daisin td {
  text-align: center;
}

.seireikai .entry {
  height: 120px;
}

.info .c19 {
  color: #FF0000;
  border-top-width: 2px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: dotted;
  border-top-color: #FF0000;
  border-bottom-color: #FF0000;
}

.monshin td {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px;
}

.monshin img {
  margin-right: 10px;
  vertical-align: middle;
}

.monshin a {
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
}

.monshin a:hover {
  color: #666;
  text-decoration: underline;
}

.gairaisinryo {
  font-size: 24px;
  line-height: 36px;
  border: 1px solid #333333;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  text-align: center;
}

.gairai01 {
  font-size: 24px;
  text-align: center;
}

.gairai02 {
  font-size: 36px;
  text-align: center;
}

.anb {
  padding-bottom: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #333333;
}

.dl {
  font-weight: bold;
}

.dl a {
  text-decoration: none;
}

.mri {
  text-align: center;
}

.gl {
  font-size: 18px;
  font-weight: bold;
  color: #66CC33;
  text-align: center;
}

.bl {
  font-weight: bold;
  color: #515C9A;
}

/*
#colors

@colorBase #8c527e
@colorSub #f00
@colorFont #666
*/
/*
#colors

@colorFb #3a5a98
@colorTw #1da1f2
@colorLine #00b900
@colorFe #2bb24c
@colorHatena #00a4de
*/
.m-archive {
  padding: 0 0 60px;
}
@media (min-width: 1024px) {
  .m-archive {
    padding: 0 0 90px;
  }
}
@media print {
  .m-archive {
    padding: 0 0 90px;
  }
}
.m-archive_item {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding: 20px 0;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #ccc;
}
@media (min-width: 768px) {
  .m-archive_item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}
@media print {
  .m-archive_item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .m-archive_item {
    padding: 30px 0;
  }
}
@media print {
  .m-archive_item {
    padding: 30px 0;
  }
}
.m-archive_img {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  margin: 0 0 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .m-archive_img {
    margin: 0;
    width: 30%;
  }
}
@media print {
  .m-archive_img {
    margin: 0;
    width: 30%;
  }
}
.m-archive_img a {
  position: relative;
  display: block;
  padding-top: 66.666%;
  width: 100%;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.m-archive_img a:hover {
  opacity: 0.6;
}
.m-archive_img a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m-archive_content {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}
@media (min-width: 768px) {
  .m-archive_content {
    padding-left: 15px;
  }
}
@media print {
  .m-archive_content {
    padding-left: 15px;
  }
}
@media (min-width: 1024px) {
  .m-archive_content {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding-left: 20px;
  }
}
@media print {
  .m-archive_content {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding-left: 20px;
  }
}
.m-archive_cats {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.m-archive_cats .cat {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  margin: 0 5px 5px 0;
  padding: 8px 10px 5px 10px;
  font-size: 12px;
  color: #fff;
  line-height: 1;
  background-color: #000080;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.m-archive_cats .cat:hover {
  opacity: 0.6;
}
.m-archive_title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}
.m-archive_title:hover {
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .m-archive_title {
    font-size: 21px;
  }
}
@media print {
  .m-archive_title {
    font-size: 21px;
  }
}
.m-archive_desc {
  margin: 0 0 15px;
  font-size: 12px;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .m-archive_desc {
    margin: 0;
    font-size: 14px;
  }
}
@media print {
  .m-archive_desc {
    margin: 0;
    font-size: 14px;
  }
}
.m-archive_date {
  font-size: 12px;
  color: #666666;
}
@media (min-width: 1024px) {
  .m-archive_date {
    margin-top: auto;
    font-size: 14px;
  }
}
@media print {
  .m-archive_date {
    margin-top: auto;
    font-size: 14px;
  }
}
.m-pager {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 40px 0 0;
}
@media (min-width: 1024px) {
  .m-pager {
    margin: 60px 0 0;
  }
}
@media print {
  .m-pager {
    margin: 60px 0 0;
  }
}
.m-pager a, .m-pager p {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin: 0 5px;
  width: 40px;
  height: 40px;
  font-size: 16px;
  color: #000080;
  line-height: 1;
  border-width: 1px;
  border-style: solid;
  border-color: #000080;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.m-pager .prev, .m-pager .next {
  width: 80px;
}
.m-pager a:hover {
  color: #fff;
  background-color: #000080;
}
.m-pager a:not(.prev):not(.next) {
  display: none;
}
@media (min-width: 768px) {
  .m-pager a:not(.prev):not(.next) {
    display: -webkit-box;
    display: flex;
  }
}
@media print {
  .m-pager a:not(.prev):not(.next) {
    display: -webkit-box;
    display: flex;
  }
}
.m-pager p {
  color: #fff;
  background-color: #000080;
}
.m-cats {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.m-cats .cat {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  margin: 0 5px 5px 0;
  padding: 8px 10px 5px 10px;
  font-size: 12px;
  color: #fff;
  line-height: 1;
  background-color: #000080;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.m-cats .cat:hover {
  opacity: 0.6;
}
.p-single {
  padding: 0 0 60px;
}
@media (min-width: 1024px) {
  .p-single {
    padding: 0 0 90px;
  }
}
@media print {
  .p-single {
    padding: 0 0 90px;
  }
}
.p-single_head {
  padding: 0 0 10px;
}
.p-single_title {
  margin: 10px 0 20px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .p-single_title {
    font-size: 32px;
  }
}
@media print {
  .p-single_title {
    font-size: 32px;
  }
}
.p-single_date {
  font-size: 12px;
  color: #666666;
}
@media (min-width: 1024px) {
  .p-single_date {
    margin-top: auto;
    font-size: 14px;
  }
}
@media print {
  .p-single_date {
    margin-top: auto;
    font-size: 14px;
  }
}
.p-single_relation {
  padding: 20px 0 0;
}
@media (min-width: 1024px) {
  .p-single_relation {
    padding: 40px 0 0;
  }
}
@media print {
  .p-single_relation {
    padding: 40px 0 0;
  }
}