@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

/*!
* ress.css ? v1.0.1
* MIT License
* github.com/filipelinhares/ress
*/
/* # =================================================================
# Global selectors
# ================================================================= */
/**
* 1. All browsers without overlaying scrollbars
* 2. iOS 8+

* 1. すべてのブラウザで、スクロールバーのオーバーレイを無し。
* 2. iOS 8+
*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

/**
* 1. Inherit text-decoration and vertical align to ::before and ::after pseudo elements

* 1. 「::before」と「::after」に、「text-decoration」と「vertical-align」を継承。
*/
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit; }

/**
* 1. Set `background-repeat: no-repeat` to all elements
* 2. Reset `padding` and `margin` of all elements

* 1. すべての要素に、「background-repeat: no-repeat;」を指定。
* 2. すべての要素に、「padding」と「margin」をリセット。
*/
* {
  background-repeat: no-repeat;
  /* 1 */
  padding: 0;
  /* 2 */
  margin: 0; }

/* # =================================================================
# General elements
# ================================================================= */
/**
* Add the correct display in iOS 4-7.

* iOS 4-7に、正しいdisplayを設定。
*/
audio:not([controls]) {
  display: none;
  height: 0; }

/**
* 1. Show the overflow in Edge and IE

* 1. EdgeとIEに、「overflow: visible;」を定義。
*/
hr {
  overflow: visible;
  /* 1 */ }

/**
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11

* IE8/9に、displayプロパティを定義。
* IE10/11とFirefoxのdetail要素とsummary要素に、displayプロパティを定義。
* IE11のmain要素に、displayプロパティを定義。
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
* 1. Set font-size to 80% in `small` elements

* 1. small要素に、フォントサイズ「80%」を定義。
*/
small {
  font-size: 80%;
  /* 1 */ }

/**
* 1. Add the correct display in IE

* 1. IEに、displayプロパティを定義。
*/
[hidden],
template {
  display: none;
  /* 1 */ }

/**
* 1. Add a bordered underline effect in all browsers
* 2. Remove text decoration in Firefox 40+

* 1. すべてのブラウザに、点線を定義。
* 2. Firefox40+に、テキストの装飾を削除。
*/
abbr[title] {
  border-bottom: 1px dotted;
  /* 1 */
  text-decoration: none;
  /* 2 */ }

/**
* 1. Remove the gray background on active links in IE 10
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+

* 1. IE10に、アクティブリンクのグレーの背景を削除。
* 2. iOS8+とSafari8+に、リンクの下線のギャップを削除。
*/
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
* 1. Remove the outline when hovering in all browsers

* 1. すべてのブラウザに、ホバー時のアウトラインを削除。
*/
a:active,
a:hover {
  outline-width: 0;
  /* 1 */ }

/**
* 1. Specify the font family of code elements

* 1. コード要素に、フォントファミリーを指定。
*/
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */ }

/**
* 1. Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+

* 1. Edge12+, Safari6.2+, Chrome18+に、「bold」を適用。
*/
b,
strong {
  font-weight: bolder;
  /* 1 */ }

/**
* 1. Address styling not present in Safari and Chrome

* 1. SafariとChromeに、定義。
*/
dfn {
  font-style: italic;
  /* 1 */ }

/**
* Address styling not present in IE 8/9

* 1. IE8/9に、定義。
*/
mark {
  background-color: #ff0;
  color: #000; }

/**
* https://gist.github.com/unruthless/413930
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* # =================================================================
# Forms
# ================================================================= */
input {
  border-radius: 0; }

/**
* 1. Firefox 36+

* 1. Firefox 36+
*/
[type="number"] {
  width: auto;
  /* 1 */ }

/**
* 1. Safari 8+

* 1. Safari 8+
*/
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */ }

/**
* 1. Safari 8

* 1. Safari 8
*/
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* 1 */ }

/**
* 1. Internet Explorer 11+
* 2. Specify textarea resizability

* 1. Internet Explorer 11+
* 2. textarea要素に、垂直方向のリサイズを指定。
*/
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */ }

/**
* 1. Specify font inheritance of form elements

* 1. フォーム要素に、フォントの継承を指定。
*/
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */ }

/**
* 1. Restore the font weight unset by the previous rule.

* 1. 前の指定により、フォントのウェイトを再定義。
*/
optgroup {
  font-weight: bold;
  /* 1 */ }

/**
* 1. Address `overflow` set to `hidden` in IE 8/9/10/11

* 1. IE8/9/10/11に、overflow時にhiddenを設定。
*/
button {
  overflow: visible;
  /* 1 */ }

/**
* Remove inner padding and border in Firefox 4+

* Firefox4+に、内側のpaddingとborderを削除。
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

/**
* Replace focus style removed in the border reset above

* 1. フォーカス時のスタイルを定義。
*/
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`controls in Android 4
* 2. Correct the inability to style clickable types in iOS

* 1. Android4に、ネイティブのaudio要素とvideo要素のコントロールのバグを防ぐ。
* 2. iOSに、クリッカブルなbutton要素のtypeのスタイルを修正。
*/
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
* 1. Firefox 40+, Internet Explorer 11-

* 1. Firefox 40+, Internet Explorer 11-
*/
button,
select {
  text-transform: none;
  /* 1 */ }

/**
* Remove the default button styling in all browsers

* すべてのブラウザにおいて、デフォルトのボタンのスタイルを削除。
*/
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

/**
* Style select like a standard input
* 1. Firefox 36+
* 2. Chrome 41+

* 標準的なinput要素のスタイルを選択。
* 1. Firefox 36+
* 2. Chrome 41+
*/
select {
  -moz-appearance: none;
  /* 1*/
  -webkit-appearance: none;
  /* 2 */ }

/**
* 1. Internet Explorer 11+

* 1. Internet Explorer 11+
*/
select::-ms-expand {
  display: none;
  /* 1 */ }

/**
* 1. Internet Explorer 11+

* 1. Internet Explorer 11+
*/
select::-ms-value {
  color: currentColor;
  /* 1 */ }

/**
* 1. Correct `color` not being inherited in IE 8/9/10/11
* 2. Correct the color inheritance from `fieldset` elements in IE
* 3. Correct the text wrapping in Edge and IE
* 4. Correct the text wrapping in Edge and IE
* 5. Correct the text wrapping in Edge and IE

* 1. IE 8/9/10/11に、カラーの継承を定義。
* 2. IEに、fieldset要素からカラーを継承するように定義。
* 3. EdgeとIEに、テキストのラッピングを修正。
* 4. EdgeとIEに、テキストのラッピングを修正。
* 5. EdgeとIEに、テキストのラッピングを修正。
*/
legend {
  border: 0;
  /* 1*/
  color: inherit;
  /* 2 */
  display: table;
  /* 3 */
  max-width: 100%;
  /* 4 */
  white-space: normal;
  /* 5 */ }

/**
* 1. Correct the inability to style clickable types in iOS and Safari
* 2. Change font properties to `inherit` in Chrome and Safari

* 1. iOSとSafariに、クリッカブルなtypeのスタイルを修正。
* 2. ChromeとSafariに、フォントプロパティの継承を変更。
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
* Correct the text style of placeholders in Chrome, Edge, and Safari

* Chrome, Edge, Safariに、テキストのスタイルを修正。
*/
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
* 1. Correct the odd appearance in Chrome and Safari
* 2. Correct the outline style in Safari

* 1. ChromeとSafariに、アピアランスを修正。
* 2. Safariに、アウトラインを修正。
*/
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/* # =================================================================
# Specify media element style
# ================================================================= */
/**
* 1. Remove border when inside `a` element in IE 8/9/10

* 1. IE8/9/10に、a要素の中にある時にボーダーを削除。
*/
img {
  border-style: none;
  /* 1 */ }

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera

* 1. Chrome, Firefox, Operaに、正しいvertical-alignを与える。
*/
progress {
  vertical-align: baseline; }

/**
* 1. Internet Explorer 11-

* 1. Internet Explorer 11-
*/
svg:not(:root) {
  overflow: hidden;
  /* 1 */ }

/**
* 1. Internet Explorer 11+, Windows Phone 8.1+

* 1. Internet Explorer 11+, Windows Phone 8.1+
*/
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */ }

/* # =================================================================
# Acessibility
# ================================================================= */
/**
* Hide content from screens but not screenreaders

* コンテンツを隠す時は、スクリーンリーダーからでなく、スクリーンから。
*/
@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

/**
* Specify the progress cursor of updating elements

* アップデート中の要素のプログレスのカーソルを指定。
*/
/* */
[aria-busy="true"] {
  cursor: progress; }

/**
* Specify the pointer cursor of trigger elements

* トリガー要素のポインターのカーソルを指定。
*/
[aria-controls] {
  cursor: pointer; }

/**
* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements

* 使用不可、編集不可の要素のスタイルが無いカーソルを指定。
*/
[aria-disabled] {
  cursor: default; }

/* # =================================================================
# Selection
# ================================================================= */
/**
* Specify text selection background color and omit drop shadow

* テキスト選択時の背景色を指定し、ドロップシャドウを削除。
*/
/**
* 1. Required when declaring ::selection

* 1. 「::selection」を使用する時に必要。
*/
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #fff;
  text-shadow: none; }

/**
* 1. Required when declaring ::selection

* 1. 「::selection」を使用する時に必要。
*/
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #fff;
  text-shadow: none; }
::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #fff;
  text-shadow: none; }

.body {
  background-image: url(../images/bg.png);
  background-repeat: repeat; }

iframe {
  vertical-align: bottom;
  width: 100%; }

img {
  vertical-align: bottom;
  width: 100%; }

li {
  list-style-type: none; }

a {
  text-decoration: none; }

h1, h2, h3, h4, h5, h6, a, p, th, td {
  letter-spacing: 1px;
  font-family: arial,"Hiragino Kaku Gothic ProN","メイリオ", sans-serif; }

.nav_btn {
  position: fixed;
  z-index: 101;
  width: 60px;
  height: 60px;
  border: solid 1px #6e9b00;
  top: 0;
  right: 0;
  background-color: #ffffff; }
  .nav_btn span {
    display: block;
    width: 40px;
    height: 2px;
    background-color: #000000;
    margin: 10px 10px 0 10px; }
    .nav_btn span:last-child {
      margin-bottom: 10px; }

.nav_btn span.active:nth-child(1) {
  -webkit-transform: translateY(12px) rotate(45deg);
  -ms-transform: translateY(12px) rotate(45deg);
  transform: translateY(12px) rotate(45deg); }

.nav_btn span.active:nth-child(2) {
  opacity: 0; }

.nav_btn span.active:nth-child(3) {
  -webkit-transform: translateY(-12px) rotate(-45deg);
  -ms-transform: translateY(-12px) rotate(-45deg);
  transform: translateY(-12px) rotate(-45deg); }

.more_btn {
  width: 300px;
  margin: 0 auto;
  margin-top: 30px !important;
  text-align: center;
  background-color: #CE5555;
  border: #fff 2px solid;
  line-height: 40px !important;
  padding: 0 !important; }
  .more_btn:hover {
    background-color: #fff;
    opacity: 0.8;
    border: #CE5555 2px solid; }
  .more_btn a {
    display: block;
    color: #fff; }
    .more_btn a:hover {
      color: #CE5555; }

@media screen and (min-width: 768px) {
  .nav_btn {
    display: none; }
  .more_btn {
    width: 200px;
    margin: 0 0 0 auto; } }

.header {
  width: 100%;
  height: 130px; }

.header_wrap {
  padding: 10px 60px 10px 10px; }

.header_txt {
  font-size: 12px;
  line-height: 18px; }

.header_add {
  margin-top: 20px; }
  .header_add .tel {
    color: #6e9b00;
    font-size: 18px; }
  .header_add .add {
    margin-top: 5px;
    font-size: 12px; }

@media screen and (min-width: 768px) {
  .header {
    height: 50px;
    margin: 0; }
  .header_wrap {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    padding: 0 10px 10px; }
    .header_wrap .header_txt {
      width: 70%;
      float: left; }
    .header_wrap .header_add {
      width: 30%;
      float: right;
      margin: 0;
      text-align: right; }
      .header_wrap .header_add .tel {
        font-size: 20px; }
      .header_wrap .header_add .add {
        font-size: 12px; } }

@media screen and (min-width: 1024px) {
  .header {
    height: 70px; }
  .header_wrap {
    width: 90%;
    margin: 50px 5% 20px; }
    .header_wrap .header_txt {
      width: 65%;
      font-size: 16px;
      line-height: 24px; }
    .header_wrap .header_add {
      width: 35%; }
      .header_wrap .header_add .tel {
        font-size: 24px; }
      .header_wrap .header_add .add {
        font-size: 14px; } }

.nav {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  background-color: #ffff;
  /*opacity: 0.8;*/ }
  .nav ul li {
    text-align: center;
    border-bottom: solid 1px #6e9b00; }
    .nav ul li:hover {
      background-color: #cccccc;
      opacity: 0.8; }
    .nav ul li a {
      display: block;
      line-height: 60px;
      color: #6e9b00;
      letter-spacing: 1px; }
      .nav ul li a:hover {
        color: #ffffff; }

#here {
  background-color: #aaa; }
  #here a {
    color: #fff; }

@media screen and (min-width: 768px) {
  .nav {
    display: block;
    position: relative;
    position: static;
    top: 0;
    margin: 0 auto; }
    .nav ul {
      overflow: hidden; }
      .nav ul li {
        width: 16.6%;
        float: left;
        border: solid 1px #6e9b00; }
        .nav ul li a {
          line-height: 50px;
          font-size: 12px; } }

@media screen and (min-width: 1028px) {
  .nav {
    border-top: #6e9b00 solid 1px;
    border-bottom: #6e9b00 solid 1px; }
    .nav ul {
      width: 90%;
      margin: 0 5%; }
      .nav ul li {
        border: none;
        border-left: 1px solid #6e9b00; }
        .nav ul li:last-child {
          border-right: 1px solid #6e9b00; } }

.main_visual_img01 {
  position: relative;
  z-index: 1; }

.main_visual_img02 {
  position: absolute;
  z-index: 2;
  top: 130px;
  display: none; }

.main_sect {
  margin-top: 30px;
  padding: 20px 0; }
  .main_sect:nth-child(odd) {
    background-color: #ffffff;
    margin-top: 0; }

.main_sect2 {
  margin-top: 0px;
  padding: 20px 0; }
  .main_sect2:nth-child(odd) {
    background-color: #ffffff;
    margin-top: 0; }



.sect_ttl {
  font-size: 18px;
  line-height: 30px;
  padding: 0 10px; }
  .sect_ttl img {
    width: 25px; }

.facility_ttl {
  width: 80%;
  background: -moz-linear-gradient(left, #ce5353, rgba(0, 0, 0, 0.3));
  background: -webkit-linear-gradient(left, #ce5353, rgba(0, 0, 0, 0.1));
  background: -webkit-gradient(linear, left top, right top, from(#ce5353), to(rgba(0, 0, 0, 0.1)));
  background: -o-linear-gradient(left, #ce5353, rgba(0, 0, 0, 0.1));
  background: linear-gradient(to right, #ce5353, rgba(0, 0, 0, 0.1));
  margin-bottom: 10px;
  font-family: serif;
  color: #ffffff;
  text-shadow: 1px 1px 1px #333; }

.sect_txt {
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 10px; }

.sub_ttl {
  font-size: 14px;
  font-weight: bold;
  margin-top: 30px;
  line-height: 40px; }

.sub_ttl_m {
  font-size: 12px;
  font-weight: bold;
  line-height: 30px; }

.info_block {
  width: 98%;
  margin: auto 1%;
  border: solid #ccc 1px;
  padding: 10px;
  height: 100px;
  overflow-y: scroll;
  overflow-x: hidden; }

.info_txt {
  border-bottom: 1px dotted #ccc; }
  .info_txt time {
    margin-right: 30px;
    color: #0000ff; }

.sect_img_block p {
  padding: 10px; }

.map_sect {
  background-color: #ffffff; }

.add_txt_block {
  padding: 10px; }
  .add_txt_block .tel_txt {
    color: #ff0000; }

@media screen and (min-width: 768px) {
  .main_visual_img02 {
    top: 130px; }
  .sect_ttl {
    font-size: 20px;
    line-height: 32px; }
    .sect_ttl img {
      width: 30px;
      padding-bottom: 6px; }
  .sect_txt {
    font-size: 16px;
    line-height: 28px; }
  .sub_ttl {
    font-size: 18px; }
  .sub_ttl_m {
    font-size: 16px; }
  .info_block {
    height: 150px;
    padding: 30px; }
  .info_txt time {
    margin-right: 100px; }
  .sect_img_block {
    width: 100%;
    overflow: hidden; }
    .sect_img_block img {
      width: 45%;
      float: left; }
    .sect_img_block .txt_block {
      width: 55%;
      float: right;
      padding: 0 10px; }
  .map_txt_wrap {
    width: 100%;
    overflow: hidden;
    padding: 10px; }
    .map_txt_wrap .sect_ttl {
      width: 45%;
      float: left; }
    .map_txt_wrap .add_txt_block {
      width: 55%;
      float: right;
      padding: 0; }
      .map_txt_wrap .add_txt_block p {
        font-size: 22px !important; } }

@media screen and (min-width: 1024px) {
  .main_visual_img02 {
    top: 170px; }
  .sect_ttl {
    font-size: 26px;
    line-height: 44px; }
    .sect_ttl img {
      width: 34px;
      padding-bottom: 6px; }
  .sect_txt {
    font-size: 20px;
    line-height: 30px; }
  .sub_ttl {
    font-size: 24px; }
  .sub_ttl_m {
    font-size: 20px; }
  .info_sect_block {
    width: 60%;
    margin: 50px auto; }
    .info_sect_block p {
      font-size: 16px; }
  .main_sect_block {
    width: 90%;
    max-width: 1100px;
    margin: 30px auto; }
  .map_sect {
    padding: 10px 0 !important; }
  .map_txt_wrap {
    padding: 0; }
    .map_txt_wrap .sect_ttl {
      width: 50%;
      font-size: 22px; }
    .map_txt_wrap .add_txt_block {
      width: 50%; }
      .map_txt_wrap .add_txt_block p {
        font-size: 20px; }
  .k_tomoare_sect {
    margin-bottom: 0; }
    .k_tomoare_sect .more_btn {
      margin-top: 0 !important; }
  .sora_map_sect {
    margin: 0; } }

.c_main {
  width: 100%; }

.c_main_sect {
  padding: 30px 10px; }

.contents_ttl {
  width: 80%;
  background: -moz-linear-gradient(left, #8ad5d8, rgba(0, 0, 0, 0.3));
  background: -webkit-linear-gradient(left, #8ad5d8, rgba(0, 0, 0, 0.1));
  background: -webkit-gradient(linear, left top, right top, from(#8ad5d8), to(rgba(0, 0, 0, 0.1)));
  background: -o-linear-gradient(left, #8ad5d8, rgba(0, 0, 0, 0.1));
  background: linear-gradient(to right, #8ad5d8, rgba(0, 0, 0, 0.1));
  margin-bottom: 10px;
  font-family: serif;
  color: #ffffff;
  text-shadow: 1px 1px 1px #333; }

/*料金表*/
table {
  width: 100%;
  padding: 0 5px;
  margin: 10px 0;
  border: 2px #000000 solid;
  overflow-x: scroll; }

th {
  font-weight: bold;
  text-align: center;
  border: 1px #000000 solid;
  line-height: 32px;
  font-size: 14px; }

td {
  text-align: left;
  padding-left: 10px;
  line-height: 32px;
  border: 1px #000000 solid;
  font-size: 12px; }

/*デイサービス*/
.omutsu_block {
  max-width: 768px;
  width: 100%;
  margin: 30px auto 0;
  border: 3px #ccc solid;
  padding: 10px; }
  .omutsu_block .link_txt {
    padding: 0 10px; }
    .omutsu_block .link_txt a {
      font-weight: bold; }
  .omutsu_block img {
    width: 200px;
    display: block;
    margin: 0 auto 30px;
    border-radius: 50%; }

.day_table tr:nth-child(odd) td {
  width: 25%; }
  .day_table tr:nth-child(odd) td:nth-child(3) {
    background-color: #dfc378;
    width: 20%; }
  .day_table tr:nth-child(odd) td:nth-child(4) {
    background-color: #dfc378; }

.home_table tr:nth-child(even) td:nth-child(2) {
  background-color: #ade1f1; }

.home_table tr:nth-child(even) td:nth-child(3) {
  background-color: #ade1f1; }

.home_table tr:nth-child(even) td:nth-child(4) {
  background-color: #ade1f1; }

.home_table tr:nth-child(even) td:nth-child(5) {
  background-color: #ade1f1; }

.home_table_2 tr:nth-child(odd) td:nth-child(3) {
  background-color: #ade1f1; }

.home_table_2 tr:nth-child(odd) td:nth-child(4) {
  background-color: #ade1f1; }

.home_table_2 tr:last-child td {
  background-color: transparent !important; }
.adress {
  border-bottom: 1px solid #000;
}
.day_service_flow {
  margin-top: 20px;
}
.about {
  text-align: right;
}


/*グループホーム*/
.corporate_philosophy_block {
  padding: 10px;
  background-image: url(../images/philosophy_bg.jpg);
  background-size: cover;
  background-position: center 20%; }
  .corporate_philosophy_block p {
    text-align: center; }

.philosophy_ttl {
  font-weight: bold;
  line-height: 40px; }

.sect_txt .sora_txt {
  font-weight: bold;
  line-height: 40px; }

.sect_txt .bath {
  color: #23ad23; }

.sect_txt .feature {
  color: #c5d343; }

.sect_txt .residence {
  color: #cf5353; }

.group_sora_outline div, .group_sora_contact div {
  width: 100%;
  overflow: hidden; }
  .group_sora_outline div div, .group_sora_contact div div {
    width: 95%;
    float: right; }
  .group_sora_outline div img, .group_sora_contact div img {
    width: 4%;
    float: left;
    margin-top: 5px;
    margin-right: 1%; }

.group_sora_contact div {
  width: 100%; }

.group_sora_contact img {
  width: 100%; }


/*居宅*/
.kyotaku_tomoare {
  width: 100%;
  overflow: hidden; }
  .kyotaku_tomoare section div p span {
    font-size: 12px;
    float: right; }

.home_care_support_ttl {
  color: #cf5353;
  font-weight: bold;
  margin-top: 20px; }

/*メールフォーム*/
form {
  padding: 10px;
  width: 100%; }
  form p {
    line-height: 30px; }

.txt_area input {
  background-color: #ffbdbd;
  width: 100%; }

.txt_area textarea {
  background-color: #ffbdbd;
  width: 100%;
  height: 100px; }

.contact_method_block input {
  margin-bottom: 10px; }

.form_btn {
  display: block;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 10px;
  background-color: #147014 !important;
  color: #ffffff;
  text-align: center;
  width: 250px;
  margin: 20px auto 0; }

@media screen and (min-width: 768px) {
  /*デイサービス*/
  .omutsu_block {
    overflow: hidden; }
    .omutsu_block p {
      float: left;
      width: calc(100% - 220px); }
    .omutsu_block img {
      float: right; }
  .day_service_flow .day_service_block {
    width: 100%;
    overflow: hidden;
    margin: 20px 0;
    padding: 10px;
    border: solid 3px #ccc; }
    .day_service_flow .day_service_block p {
      width: 80%;
      float: right;
      padding: 20px 10px 20px 20px; }
    .day_service_flow .day_service_block img {
      width: 20%;
      float: left; }
  
  /*グループホーム*/
  
  .photo {
  text-align: center;
  flex-wrap: wrap;
  display: flex;
}
  .photo-item {
  width: 50%;
} 
  
  
  .corporate_philosophy_block {
    padding: 30px 20px;
    margin: 20px auto;
    width: 80%; }
  .group_sora_block {
    width: 100%;
    overflow: hidden;
    margin-top: 10px; }
    .group_sora_block div {
      width: 60%;
      float: left; }
    .group_sora_block img {
      width: 30%;
      margin-right: 8%;
      float: right; }
  .report_img {
    width: 80%;
    margin: 0 10%; }
  .group_sora_outline div, .group_sora_contact div {
    width: 50%;
    float: right; }
    .group_sora_outline div img, .group_sora_contact div img {
      width: 30px;
      margin: 0;
      margin-right: 10px; }
  .group_sora_outline img, .group_sora_contact img {
    width: 40%;
    float: left; }
  .group_sora_contact div {
    float: left; }
  .group_sora_contact img {
    float: right; }
  
  
  
  
  /*料金表*/
  th {
    font-size: 16px; }
  td {
    font-size: 16px; }
  /*居宅*/
  .kyotaku_tomoare section div {
    width: 100%;
    overflow: hidden; }
    .kyotaku_tomoare section div p {
      width: 50%;
      float: left;
      padding: 0 10px 0 0; }
    .kyotaku_tomoare section div img {
      width: 50%;
      float: right;
      margin-bottom: 10px; }
  .adress {
    text-align: right;
  }
  /*メールフォーム*/
  .btn_block {
    width: 80%;
    overflow: hidden; }
    .btn_block p {
      width: 49%;
      max-width: 250px;
      float: left;
      margin-left: 1%; }
  /*会社概要*/
  .company_outline {
    width: 100%;
    overflow: hidden; }
  .company_txt_block {
    width: 50%;
    float: left; }
  .company_map_block {
    width: 50%;
    float: right; } }

@media screen and (min-width: 1024px) {
  .c_main_sect {
    padding: 30px 0; }
  /*デイサービス*/
  .day_service_flow {
    width: 80%;
    margin: 30px auto; }
    .day_service_flow .day_service_block p {
      width: 80%;
      padding: 30px 10px 30px 30px;
      line-height: 45px; }
    .day_service_flow .day_service_block img {
      width: 20%;
      vertical-align: middle !important; }
  /*料金表*/
  caption p {
    width: 90%;
    margin: 0 5% 0 0; }
  table {
    width: 90%;
    margin: 0 5% 20px; }
  /*メールフォーム*/
  form {
    background-image: url(../images/company_img00.png);
    background-position: right center;
    background-size: contain; }
  .txt_area input {
    background-color: #ffbdbd;
    width: 50%; }
  .txt_area textarea {
    background-color: #ffbdbd;
    width: 50%;
    height: 100px; } }

.footer {
  width: 100%; }

.footer_nav {
  width: 100%;
  margin-top: 20px; }
  .footer_nav ul li {
    text-align: center; }
    .footer_nav ul li a {
      display: block;
      font-size: 12px;
      line-height: 24px;
      color: #000000; }
      .footer_nav ul li a:hover {
        color: #6e9b00; }

.footer_add_block {
  margin-top: 30px;
  padding: 10px; }

.footer_txt {
  font-size: 14px;
  line-height: 18px; }

.footer_copy {
  font-size: 10px;
  line-height: 30px;
  text-align: center;
  margin-top: 20px; }

#f_here {
  color: #6e9b00; }

@media screen and (min-width: 768px) {
  .footer_nav {
    width: 100%; }
    .footer_nav ul {
      width: 100%;
      overflow: hidden; }
      .footer_nav ul li {
        width: 16.6%;
        float: left; }
        .footer_nav ul li a {
          font-size: 14px; }
  .footer_add_block {
    margin-top: 30px;
    text-align: right;
    padding-right: 10px; }
  .footer_txt {
    font-size: 16px;
    line-height: 24px; } }

@media screen and (min-width: 1024px) {
  .footer_nav {
    width: 80%;
    margin: 20px 10% 0;
    height: 16px; }
    .footer_nav ul {
      height: 16px; }
      .footer_nav ul li {
        display: block;
        border-right: 1px solid #000;
        -webkit-transform: skewX(150deg);
        -ms-transform: skewX(150deg);
        transform: skewX(150deg); }
        .footer_nav ul li:last-child {
          border: none; }
        .footer_nav ul li a {
          -webkit-transform: skewX(-150deg);
          -ms-transform: skewX(-150deg);
          transform: skewX(-150deg);
          line-height: 16px; } }

.recruit-title {
text-align: center;
font-size: 32px;
}