/** style.css
 * 
 * Theme Name:	kmc theme
 * Theme URI:	
 * Description:	HTML5 & CSS3, Wordpress Theme on Bootstrap, from Twitter
 * Author: S.Nakamura
 * Author URI:
 * Version:		1.0
 */
/* =Elements
-------------------------------------------------------------- */
blockquote cite:before {
  content: '\2014 \00A0';
}
blockquote cite {
  color: #999999;
  display: block;
  font-size: 13px;
  line-height: 18px;
}
figure {
  margin: 0;
}
h1, h2, h3, h4, h5, h6, .clear {
  clear: both;
}
/* =Classes
-------------------------------------------------------------- */
.assistive-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
body > .container {
  margin: 0px auto;
}
/* Right Content */
.sidebar-content #primary, .sidebar-content #attachment-comment {
  float: right;
  margin: 0 20px 0 0;
}
.block {
  display: block;
}
/* =Page
-------------------------------------------------------------- */
#page {
  background: transparent;
  margin-right: -20px;
  padding: 0px;
}
#menu-alert {
  margin: 4px 0 0;
  padding: 6px 35px 6px 14px;
  position: absolute;
}
#branding hgroup, .entry-content {
  margin-top: 0px;
  margin-bottom: 13px;
}
#header-image {
  margin: 0px 0px 20px 0px;
  padding: 0px;
  height: auto;
  width: auto;
}
#header-image img {
  margin: 0px;
  paddig: 0px;
  border: 0px;
}
#main01 {
  width: auto;
}
.entry-attachment {
  margin-bottom: 36px;
}
.single #author-info, .author #author-info, .single article.post, .single article.page {
  margin-bottom: 54px;
}
#author-info, article.post, article.page {
  margin-bottom: 72px;
}
.page-header, .entry-content {
  word-wrap: break-word;
}
.post-password-form legend {
  font-size: inherit;
}
.entry-content .twitter-tweet-rendered {
  max-width: 100% !important;
}
/* =Comments
-------------------------------------------------------------- */
#comments-title {
  font-size: 19.5px;
  margin: 0 0 27px;
}
#comment, .entry-content iframe, .entry-content embed {
  max-width: 100%;
}
.commentlist > li {
  margin-bottom: 36px;
}
.commentlist ul.children {
  margin: 10px 0 18px;
  list-style: none;
}
#reply-title {
  position: relative;
}
#reply-title small {
  position: absolute;
  right: 0;
  top: 7px;
}
/* =Sidebar
-------------------------------------------------------------- */
.form-search {
  margin: 0;
}
.widget {
  word-wrap: break-word;
}
.widget .wp-caption {
  display: inline-block;
}
/* =Images
-------------------------------------------------------------- */
.entry-content .post-thumbnail {
  margin: 0 20px 20px 0;
}
.entry-attachment .thumbnail.attachment-table {
  display: table;
  margin: 0 auto;
}
.thumbnail > img {
  width: auto\9; /* Cure IE8 max-width bug */
}
img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.gallery-columns-3.thumbnails [class*="span"] {
  width: 29.3%;
}
.gallery-columns-5.thumbnails [class*="span"] {
  width: 15.9%;
}
.gallery-columns-6.thumbnails [class*="span"] {
  width: 12.6%;
}
.gallery-columns-7.thumbnails [class*="span"] {
  width: 10.2%;
}
/* =Footer
-------------------------------------------------------------- */
#footer {
  background-image: url('img/footer.png');
  height: 81px;
  bottom: 0;
  padding: 10px 0px;
  color: #1D6F48;
}
#colophon .credits {
  margin: 0;
}
#site-generator {
  float: right;
  font-family: Georgia, "Bitstream Charter", serif;
  font-style: italic;
}
#site-generator a {
  background: url("img/wordpress.png") no-repeat scroll left center transparent;
  color: #787878;
  display: inline-block;
  line-height: 16px;
  padding-left: 20px;
  text-decoration: none;
}
#site-generator.footer-nav-menu a {
  margin-top: 10px;
}
table .label {
  background-color: transparent;
  border-radius: none;
  color: inherit;
  font-size: inherit;
  text-transform: inherit;
}
/* =Jetpack Support
-------------------------------------------------------------- */
.comment-subscription-form > input[type=checkbox] {
  position: absolute;
}
.comment-subscription-form > label {
  min-height: 18px;
  padding-left: 18px;
}
input {
  margin-top: 0 !important;
}
/* =Bootstrap Adjustments
-------------------------------------------------------------- */
.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
}
#comment, .thumbnail {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.label .post-edit-link, .label .comment-edit-link {
  color: #FFFFFF;
}
.navbar-search {
  height: 34px;
}
.pagination span {
  background-color: #f5f5f5;
  color: #999999;
  cursor: default;
}
.pagination span.dots {
  background-color: #FFFFFF;
}
/* =WordPress Core
-------------------------------------------------------------- */
.aligncenter {
  display: block;
  margin: 0 auto 20px;
}
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
.alignright02 {
  float: right;
  margin: 0 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.alignleft02 {
  float: left;
  margin: 0 20px 10px 0;
}
.alignleft02_last {
  float: left;
  margin: 0 0 10px 0;
}
.wp-caption {
  max-width: 100%;
}
.wp-caption .wp-caption-text, .gallery-caption, .entry-caption {
  padding: 0 9px 9px;
  text-align: center;
}
.wp-caption .wp-caption-text {
  padding-top: 9px;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.sticky {}
.bypostauthor {}
/*flex*/
.colblock {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-image: none !important;
  list-style: none;
  margin-left: 0;
}
.col2 li, .col2 > div {
  width: 47%;
  margin-bottom: 1em;
}
.col3 li, .col3 > div {
  width: 30%;
  margin-bottom: 1em;
}
.col4 li, .col4 > div {
  width: 22%;
  margin-bottom: 1em;
}
.arrow_btn li {
  font-size: 1.1em;
  font-weight: bold;
  padding: 5px;
  border: 1px solid #4D9E36;
  border-radius: 3px;
  background: url(http://gv-warabi.jp/images/arrow.gif) no-repeat right 7px;
}
.arrow_btn li a {
  color: #4D9E36;
  text-decoration: none;
  display: block;
}
.flex_between {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.centering {
  display: block;
  margin: 0 auto !important;
}
#secondary {
  text-align: center;
}
.nowrap {
  white-space: nowrap;
}
input[type=text], input[type=email], textarea, select {
  font-size: 16px;
  transform: scale(0.8);
}
.scroll {
  overflow-x: auto;
  padding: 0;
}
/* =Responsiveness
-------------------------------------------------------------- */
@media (max-width: 1023px) {
  body {
    padding: 0;
    background-image: none !important;
  }
  #gnav {
    display: none;
  }
  .flex_between div:last-child {
    margin-right: 100px;
  }
.about_rouken {
    background-size: cover !important;
    padding: 15px 15px 10px 15px !important;
}
}
@media (max-width: 767px) {
  body {
    padding: 0;
  }
  .container {
    width: auto;
    padding: 0 10px;
  }
  #page {
    margin: 0;
    padding: 10px;
  }
  .thumbnail[class*="span"], .gallery [class*="span"] .thumbnail {
    display: table;
    float: left;
  }
  .carousel .item > img {
    width: 100%;
  }
  .thumbnails > li {
    float: left;
    margin-left: 20px;
  }
  .gallery-columns-2.thumbnails > li:nth-child(2n+1), .gallery-columns-3.thumbnails > li:nth-child(3n+1), .gallery-columns-4.thumbnails > li:nth-child(4n+1), .gallery-columns-5.thumbnails > li:nth-child(5n+1), .gallery-columns-6.thumbnails > li:nth-child(6n+1), .gallery-columns-7.thumbnails > li:nth-child(7n+1), .gallery-columns-8.thumbnails > li:nth-child(8n+1), .gallery-columns-1.thumbnails > li {
    margin-left: 0;
  }
  .gallery-columns-2.thumbnails [class*="span"] {
    width: 47.4%;
  }
  .gallery-columns-3.thumbnails [class*="span"] {
    width: 29.9%;
  }
  .gallery-columns-4.thumbnails [class*="span"] {
    width: 21.2%;
  }
  .gallery-columns-6.thumbnails [class*="span"] {
    width: 12.4%;
  }
  .gallery-columns-7.thumbnails [class*="span"] {
    width: 9.9%;
  }
  .gallery-columns-8.thumbnails [class*="span"] {
    width: 8.7%;
  }
  .sidebar-content #primary, .sidebar-content #attachment-comment {
    float: none;
    margin: inherit;
  }
  #s {
    display: inline-block;
  }
  #site-generator, #site-generator.footer-nav-menu a {
    float: none;
    margin-top: 5px;
  }
  textarea[class*="span"] {
    height: auto;
  }
  .navbar-fixed-top, .navbar-fixed-bottom {
    margin: 0;
  }
  .colblock, .col2bgblock, .footermenu {
    display: block;
  }
  .col2 li, .col2 > div {
    width: auto;
  }
  .col3 li, .col3 > div {
    width: auto;
  }
  .col4 li, .col4 > div {
    width: auto;
  }
  .page-header h1 {
    background: url(img/bar_infomation03.png) no-repeat, linear-gradient(to bottom, #4d9e36 0%, #41923a 44%, #37883e 100%) !important;
  }
  .flex_between, .flex_around {
    display: block;
  }
  .flex_between div:last-child {
    display: none;
  }
  .about_rouken {
    padding: 15px !important;
  }
  .alignright02 {
    float: none;
    margin-left: 0 !important;
  }
  .contents50_l, .contents50_r {
    float: none !important;
    width: 100% !important;
    margin-bottom: 1em;
  }
  .white_box img, .gray_box img {
    float: none !important;
    margin-right: 0 !important;
  }
  input.span2 {
    width: 80%;
    display: inline;
  }
  .su-tabs-mobile-stack .su-tabs-nav span {
    display: inline-block!important;
  }
}
@media (min-width: 768px) and (max-width: 778px) {
  #page {
    margin-right: -15px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .dl-horizontal dt {
    width: 85px;
  }
  .dl-horizontal dd {
    margin-left: 95px;
  }
}
@media (max-width: 415px) {
  .main_icon {
    flex-wrap: wrap;
    text-align: center;
    margin-bottom: 0;
  }
  .main_icon li {
    margin-right: 0 !important;
    margin-bottom: 17px;
    width: 49%;
  }
}
/* 各病院・施設でカスタマイズする */
body {
  background-image: url("img/header_bg.png");
  background-repeat: repeat-x;
  margin: 0px;
  padding: 0px;
}
/* ヘッダーのh1とh2のテキスト */
h1.header_text {
  font-weight: normal;
  font-size: 13px;
  margin: 0px;
  padding: 10px 0px 10px 0px;
  color: #1D6F48;
  line-height: 1em;
}
h2.header_text {
  font-weight: normal;
  font-size: 13px;
  margin: 0px;
  padding: 11px 0px 0px 0px;
  color: #1D6F48;
  line-height: 1em;
}
/*---------------------- header部メニューのCSS詳細設定 ----------------------*/
.nav {
  margin: 0px;
  padding: 0px;
  height: 47px;
  width: 920px;
}
#gnav {
  background-image: url('img/menu_bg.png');
  height: 47px;
  width: 920px;
  margin: 0px;
  padding: 0px;
}
#gnav a {
  text-decoration: none;
  width: 152px;
}
ul#menu-menu li.menu01 {
  width: 153px;
}
ul#menu-menu li.menu02, ul#menu-menu li.menu03, ul#menu-menu li.menu04, ul#menu-menu li.menu05 {
  width: 153px;
  margin-left: 1px;
}
ul#menu-menu li.menu06 {
  margin-left: 1px;
  width: 150px;
}
/* お知らせの投稿日 */
.entry-meta {
  margin-top: 40px;
  text-align: right;
}
/* サイドバー */
.widget_kmc {
  margin: 0px 0px 10px 0px;
  padding: 0px;
}
.widget_border {
  border: 1px solid #9B7944;
}
/* サイドバーのタイトル非表示 */
h3.widget-title, h2.widget-title {
  font-size: 10px;
  line-height: 0em;
  margin-top: -10px;
  text-indent: -9999px;
}
/* サイドバーのコンテンツ */
.side_contents {
  padding: 10px 10px 0px 10px;
}
.side_btn {
  padding: 20px 10px 10px 10px;
}
/* -----(旧)index top画像コンテンツ----- */
div.main_left {
  clear: both;
  float: left;
  width: 315px;
  margin-bottom: 10px;
}
div.main_right {
  float: right;
  width: 315px;
  margin-bottom: 10px;
}
/* (新)index top画像コンテンツ */
.main_icon {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-left: 0 !important;
}
.main_icon li {
  margin-right: 10px;
}
.main_icon li.last {
  margin-right: 0;
}
.about_rouken {
  width: auto;
  padding: 15px 130px 10px 15px;
  border: 1px solid #cccccc;
  background: url(../../../images/rouken.jpg) no-repeat right top;
  margin-bottom: 20px;
}
.about_rouken p {
  text-shadow: 1px 1px 1px #fff;
}
.rouken_title {
  font-size: 18px;
  color: #267845;
  font-family: Arial, "ヒラギノ角ゴ Pro W3", Meiryo, sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}
/* index お知らせ のバー */
div#bar_infomation {
  clear: both;
  font-size: 18px;
  color: #FFF;
  font-weight: bold;
  padding: 8px 8px 8px 40px;
  background: url(img/bar_infomation02.png) no-repeat, linear-gradient(to bottom, #4d9e36 0%, #41923a 44%, #37883e 100%);
  border-radius: 3px;
  line-height: 1.2em;
}
/* お知らせのリストを囲む */
div#entry_list {
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  padding: 10px;
}
/* しましまテーブル */
ul.stripe {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
ul.stripe li {
  border-bottom: 1px dotted #333;
  padding: 10px 15px;
}
.odd_color {
  background: #E7F5E2;
}
/* index 「メールでのお問い合わせはこちら」 */
#main_contact {
  margin: 20px 0px;
}
#footer p#menu {
  float: left;
}
#footer p#copyright {
  float: right;
}
#pankuzu {
  text-align: right;
}
/* タイトル */
.page-header h1 {
  font-size: 18px;
  color: #FFF;
  font-weight: bold;
  padding: 8px 8px 8px 40px;
  margin-bottom: 15px;
  background: url(img/bar_infomation02.png) no-repeat left, linear-gradient(to bottom, #4d9e36 0%, #41923a 44%, #37883e 100%);
  border-radius: 3px;
  line-height: 1.2em;
}
/* 記事のh2（最初の１つめ） */
.entry-content h2.first {
  font-size: 16px;
  font-weight: bold;
  padding: 5px 5px 5px 25px;
  line-height: 1.6em;
  background: url(img/entry02_h2.png) no-repeat left, linear-gradient(to bottom, #fefefe 0%, #eee 44%, #dedede 100%);
  margin-top: 15px;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #4d9e36;
  border-radius: 3px;
}
/* 記事のh2 */
.entry-content h2 {
  font-size: 16px;
  font-weight: bold;
  padding: 5px 5px 5px 25px;
  line-height: 1.6em;
  background: url(img/entry02_h2.png) no-repeat left, linear-gradient(to bottom, #fefefe 0%, #eee 44%, #dedede 100%);
  margin-top: 40px;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #4d9e36;
  border-radius: 3px;
}
/* 記事の ul, li */
.entry-content ul {
  list-style-image: url(img/list.png);
}
/* 記事のテーブル */
.entry-content table {}
.entry-content th {
  background: #4D9E36;
  color: #FFFFFF;
  border-bottom: 1px solid #FFF;
  border-right: 1px solid #FFF;
  padding: 10px;
  font-weight: bold;
  text-align: center;
}
.entry-content td {
  border-bottom: 1px dotted #ccc;
  padding: 10px;
}
.entry-content td.leaf {
  background: #AFFF60;
  border-bottom: 1px solid #FFF;
}
.entry-content td.coral {
  background: #FFBF7F;
  border-bottom: 1px solid #FFF;
}
.entry-content td.lemon {
  background: #FFFF7F;
  border-bottom: 1px solid #FFF;
}
.entry-content td.center {
  text-align: center;
}
.entry-content td.bold {
  font-weight: bold;
}
/* 文字の右寄せ */
.entry-content .right {
  text-align: right;
}
/* 緑色の文字 */
.entry-content span.green {
  color: #1D6E47;
}
/* 赤い文字 */
.entry-content span.red {
  color: red;
}
/* 太字 */
.entry-content span.bold {
  font-weight: bold;
}
/* 大きい文字 */
.entry-content span.large {
  font-size: 16px;
}
/* 左右に均等に分ける */
.box_left {
  float: left;
  width: 310px;
  padding-right: 10px;
  padding-top: 10px;
}
.box_right {
  float: left;
  width: 310px;
  padding-left: 10px;
  padding-top: 10px;
}
/* サービス内容 > 入所待機者情報「ご相談までの流れ」の緑枠 */
.entry-content div.box_green {
  border: 2px solid #4D9E36;
  padding: 10px;
  margin-bottom: 20px;
}
/* 個人情報保護方針の<ol> */
ol.privacy li {
  padding-bottom: 10px;
}
ol.privacy li ul {
  margin-top: 10px;
  margin-bottom: 0px;
}
ol.privacy li ul li {
  margin-bottom: 0px;
  padding-bottom: 0px;
  line-height: 1.5em;
}
/* TMG */
#tmg {
  float: right;
}
* + html #tmg {
  float: right;
  margin-top: -55px;
}
#menu-item-198 {
  width: 153px;
}
dl.list01 {
  width: 640px;
  overflow: hidden;
  margin-left: 10px;
}
dl.list01 dt {
  font-weight: bold;
  width: 120px;
  float: left;
  padding-left: 10px;
  line-height: 25px;
  color: #4D9E36;
  border-bottom: 1px #cccccc dotted;
}
dl.list01 dd {
  width: 610px;
  line-height: 25px;
  border-bottom: 1px #cccccc dotted;
}
.gray_box {
  width: auto;
  padding: 10px;
  background: #e7e7e7;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 3px;
}
.gray_box img {
  float: left;
  margin-right: 10px;
}
.gray_box p {
  overflow: hidden;
}
.white_box {
  width: auto;
  margin-bottom: 10px;
  overflow: hidden;
  margin-top: 10px;
}
.white_box img {
  float: left;
  margin-right: 20px;
}
.white_box_text, .white_box p {
  overflow: hidden;
}
.underline {
  background: url(http://gv-warabi.jp/images/line_dot.gif);
  line-height: 30px;
}
.su-tabs {
  background: #e7e7e7 !important;
}
.su-tabs-nav {
  font-weight: bold;
}
.su-tabs-nav span.su-tabs-current {
  color: #4D9E36;
}
.su-tabs-nav span {
  background: #eeeeee;
  border-bottom: 3px solid #ddd;
  padding: 7px 15px !important;
}
}
.large {
  font-size: 18px;
}
.large02 {
  font-size: 30px;
}
.grayline_box {
  width: auto;
  padding: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  border: solid 2px #cccccc;
}
.gray_box p {
  overflow: hidden;
}
.tab_title {
  background: url(http://gv-warabi.jp/images/tab_title.png) no-repeat;
  font-size: 16px;
  font-weight: bold;
  height: 25px;
  line-height: 25px;
  padding-left: 10px;
  width: 604px;
  margin-bottom: 10px;
}
.imgRight {
  float: right;
  margin-left: 10px;
}
.imgLeft {
  float: left;
  margin-right: 10px;
}
.table02 {
  margin-bottom: 0;
}
.table02 th, .table02 td {
  border-bottom: none;
  padding: 0;
}
.table03 {
  margin-bottom: 10px;
}
.table03 th, .table03 td {
  background: none;
  border-bottom: none;
  padding: 8px;
}
.gallery_box {
  width: auto;
  padding: 10px 20px 20px 20px;
  background: #faf2dc;
  margin-bottom: 20px;
}
.gallery_title {
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  margin-bottom: 10px;
}
.autumn {
  display: block;
  line-height: 30px;
  height: 30px;
  width: 30px;
  background: #f2b950;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  float: left;
}
.winter {
  display: block;
  line-height: 30px;
  height: 30px;
  width: 30px;
  background: #d98841;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  float: left;
}
.spring {
  display: block;
  line-height: 30px;
  height: 30px;
  width: 30px;
  background: #7ea656;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  float: left;
}
.summer {
  display: block;
  line-height: 30px;
  height: 30px;
  width: 30px;
  background: #285930;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  float: left;
}
.month {
  display: block;
  text-align: left;
  font-weight: bold;
  padding-left: 35px;
}
#gallery {
  width: auto;
  overflow: hidden;
  margin-bottom: 15px;
}
#gallery p {
  display: block;
  float: left;
  width: 30%;
  margin: 0 14px 0 0;
}
#gallery img {
  border-radius: 5px;
}
#gallery p.last {
  margin-right: 0;
}
.stripe02 {
  background: url(http://gv-warabi.jp/images/path-to-stripe.png) repeat;
  padding: 5px;
}
.stripe02_inner {
  background: #ffffff;
  padding: 10px;
}
.contents50 {
  width: auto;
  overflow: hidden;
}
.contents50_l {
  width: 48%;
  float: left;
}
.contents50_r {
  width: 48%;
  float: right;
}
.photo_table th {
  background: #ffffff;
  padding: 5px;
}
.photo_table td {
  border: none;
  padding: 5px;
  font-size: 12px;
  vertical-align: top;
}
.photo_table td img {
  border: 5px solid #F4F1E6;
}
.titlegreen {
  color: #4d9e36;
}
.line {
  border: none;
  margin: 10px 0;
  background: #cccccc;
  height: 1px;
}
.cf {
  overflow: hidden;
  *zoom: 1;
}
.mb0 {
  margin-bottom: 0;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.textleft: {
  text-align: left;
}
.textright: {
  text-align: right;
}
.imgleft {
  float: left;
}
.imgright {
  float: right;
}
.arrow {
  text-align: center !important;
  margin: 20px 0;
}
.arrow img {
  padding: 0 10px;
}