@charset "UTF-8";
/*
Theme Name: テーマの名前（管理画面のテーマ選択で表示される）
Description: テーマの説明（管理画面のテーマ選択で表示される）
Version: 1.0
*/
/* =========================================
reset
========================================= */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

/* =========================================
clearfix
========================================= */
.cf:after {
  content: "";
  display: block;
  clear: both;
}

/* =========================================
wordpressデフォルト
========================================= */
/* editor */
p {
  display: block;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

/* img */
.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
}

.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

img[class*=wp-image-],
img[class*=attachment-] {
  height: auto;
  max-width: 100%;
}

/* clearfix */
.clearfix,
.cf {
  overflow: hidden;
  zoom: 1;
}

.clearfix:after,
.cf:after {
  content: "";
  display: block;
  clear: both;
}

/************************************
共通
************************************/
/* elements
------------------------------------*/
h1 {
  font-size: 30px;
  margin: 0;
}

h2 {
  font-size: 20px;
  font-weight: bold;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  list-style-position: inside;
}

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

strong {
  font-weight: bold;
}

.label {
  background: #89bba3;
  color: #fff;
  border-radius: 3px;
  padding: 3px 8px;
  font-size: 12px;
  text-align: center;
  display: inline-block;
  margin: 5px 10px 5px 0;
}

.opa:hover {
  opacity: 0.8;
}

hr.line1 {
  height: 4px;
  background: url("../images/line1.png");
  border: none;
  margin: 0;
}

.sm {
  font-size: 11px;
}

a .fa:hover {
  color: #405e4f;
}

.center {
  text-align: center;
}

br.sp {
  display: none;
}

a[title=noevent] {
  pointer-events: none;
}

/* table */
.default {
  width: 100%;
}

.default th,
.default td {
  padding: 5px 10px;
  border: 1px solid #9ec1af;
}

.default th {
  background: #d5e8de;
  min-width: 120px;
  text-align: center;
}

.default td {
  background: #fff;
}

/* construction
------------------------------------*/
.row {
  max-width: 980px;
  margin: 0 auto;
  width: 100%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.row660 {
  max-width: 660px;
}

html {
  overflow: auto;
}

body {
  line-height: 1.8;
  background: #e9f4ee;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  position: relative;
  overflow: hidden;
  min-width: 100%;
  color: #4e4e4e;
}

/* typography 
------------------------------------*/
.caution {
  font-size: 12px;
}

/* header
------------------------------------*/
header {
  padding: 5px 0 10px 0;
  background: #fff;
  display: table;
  width: 100%;
}

.drawer-hamburger {
  display: none;
}

.logo {
  vertical-align: middle;
  display: table-cell;
  width: 35%;
  padding-top: 10px;
}

#bnr_tel {
  display: table-cell;
  vertical-align: middle;
  width: 30%;
}

/* nav */
#nav_header_sub {
  display: table-cell;
  vertical-align: middle;
  width: 25%;
  text-align: right;
  padding-top: 10px;
}

#nav_header_sub li {
  display: inline;
  margin-right: 10px;
}

#nav_header_sub li:before {
  content: "\f105";
  margin-right: 5px;
  font-family: "FontAwesome";
}

#nav_header_sub li a {
  font-size: 13px;
}

#nav_pc {
  background: #fff;
}

#nav_pc .menu-main-container {
  border-bottom: 6px solid #89bba3;
  border-top: 1px solid #bbd8c8;
}

#nav_pc #main_pc {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}

#nav_pc #main_pc li {
  display: table-cell;
  border-right: 1px dotted #bbd8c8;
  position: relative;
  vertical-align: top;
}

#nav_pc #main_pc li:hover {
  background: #e9f4ee;
}

#nav_pc #main_pc li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 12px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  font-size: 14px;
  color: #405e4f;
}

#nav_pc #main_pc li a:hover {
  text-decoration: none;
}

#nav_pc #main_pc li:first-child a {
  border-left: 1px dotted #bbd8c8;
}

#nav_pc #main_pc li .sub-menu {
  opacity: 0;
  position: absolute;
  top: 80%;
  z-index: 1;
  background: #fff;
  width: 120%;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  visibility: hidden;
  border-left: 1px solid #bbd8c8;
  border-right: 1px solid #bbd8c8;
  border-bottom: 1px solid #bbd8c8;
}

#nav_pc #main_pc li .sub-menu li {
  display: block;
  width: 100%;
  border: 0;
}

#nav_pc #main_pc li .sub-menu li a {
  display: block;
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #bbd8c8;
  border-left: 0;
  font-size: 13px;
}

#nav_pc #main_pc li .sub-menu li a:before {
  content: "\f105";
  margin-right: 5px;
  font-family: "FontAwesome";
}

#nav_pc #main_pc li:hover .sub-menu {
  display: block;
  top: 100%;
  opacity: 1;
  visibility: visible;
}

#nav_pc #main_pc .li_small a {
  font-size: 14px;
}

#nav_pc .li_home > a:before {
  content: url("../images/icon_home.png");
  display: block;
}

#nav_pc .li_facility > a:before {
  content: url("../images/icon_facility.png");
  display: block;
}

#nav_pc .li_mind > a:before {
  content: url("../images/icon_mind.png");
  display: block;
}

#nav_pc .li_flow > a:before {
  content: url("../images/icon_flow.png");
  display: block;
}

#nav_pc .li_guide > a:before {
  content: url("../images/icon_guide.png");
  display: block;
}

#nav_pc .li_blog > a:before {
  content: url("../images/icon_blog.png");
  display: block;
}

#nav_pc .li_recruit > a:before {
  content: url("../images/icon_recruit.png");
  display: block;
}

.li_facility > a {
  pointer-events: none;
}

/* footer
------------------------------------*/
footer {
  padding: 40px 0 0;
  font-size: 13px;
}

footer .row {
  padding-bottom: 50px;
  position: relative;
}

footer .row a[target=_blank]:after {
  content: "\f08e";
  margin-left: 5px;
  font-family: "FontAwesome";
}

.footer_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer_l {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 20px;
}

.footer_l .name {
  max-width: 260px;
}

.footer_c {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.footer_r {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.nav_footer ul > li {
  line-height: 2em;
  background-image: url("../images/listmark1.png");
  background-repeat: no-repeat;
  background-position: 0 10px;
  padding-left: 12px;
  font-size: 14px;
}

.nav_footer ul > li span {
  margin-right: 10px;
}

.nav_footer ul .sub-menu li {
  font-size: 12px;
  background: none;
  padding-left: 0;
}

.nav_footer ul .sub-menu li a:before {
  content: "\f105";
  margin-right: 5px;
  font-family: "FontAwesome";
}

.group {
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 20px;
}

.group h3 {
  font-size: 20px;
}

.bg_leaf {
  position: absolute;
  right: -100px;
  bottom: 0;
  z-index: -1;
}

#tree {
  max-width: 274px;
  position: absolute;
  bottom: 0;
  right: 0;
}

#nav_sub {
  font-size: 13px;
}

#nav_sub ul {
  text-align: right;
}

#nav_sub ul li {
  display: inline;
}

address {
  text-align: center;
  color: #fff;
  background: #405e4f;
  padding: 5px 0;
}

/************************************
トップページ
************************************/
/* slider */
.slider_wrap {
  position: relative;
  margin-bottom: 50px;
}

.slick-next,
.slick-prev {
  z-index: 1;
}

.slick-next {
  right: 10px !important;
}

.slick-prev {
  left: 10px !important;
}

.bg_slider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.top_catch {
  text-align: center;
  line-height: 2;
  font-size: 16px;
}

/* 空室情報　*/
.top_facility {
  background: rgba(255, 255, 255, 0.8);
  padding: 50px 20px 20px;
  margin: 90px 0 130px 0;
  border-radius: 5px;
  position: relative;
}

.top_facility h2 {
  position: absolute;
  top: -25px;
  left: 30px;
  max-width: 211px;
}

.top_facility_box:not(:last-child) {
  border-bottom: 2px dotted #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.top_facility_l {
  float: left;
  width: 170px;
  position: relative;
}

.top_facility_l img {
  position: relative;
  z-index: 1;
}

.top_facility_r {
  float: left;
  margin-left: -170px;
  padding-left: 190px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.top_facility_r .capacity {
  margin-right: 10px;
}

.top_facility_title {
  font-size: 20px;
  margin-bottom: 10px;
}

/* 訪問・居宅*/
#top_kyotaku_houmon {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#top_kyotaku_houmon > div {
  width: 50%;
  padding: 30px 30px 60px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  position: relative;
}

#top_kyotaku {
  background: #8bc53f;
}

#top_kyotaku .top_kyotaku_houmon_inner {
  float: right;
}

#top_kyotaku .top_kyotaku_houmon_inner img {
  max-width: 270px;
  top: -66px;
  left: -150px;
}

#top_kyotaku .top_kyotaku_houmon_inner .top_kyotaku_houmon_img {
  width: 180px;
  float: left;
}

#top_kyotaku .top_kyotaku_houmon_inner .top_kyotaku_houmon_text {
  float: right;
  margin-left: -160px;
  padding-left: 160px;
}

#top_kyotaku .detail {
  right: 30px;
}

#top_kyotaku .detail a {
  color: #8bc53f;
}

#top_kyotaku .detail a:hover {
  background: #ecfad9;
}

#top_houmon {
  background: #2772ba;
}

#top_houmon .top_kyotaku_houmon_inner img {
  max-width: 160px;
  top: -66px;
  right: -42px;
}

#top_houmon .top_kyotaku_houmon_inner .top_kyotaku_houmon_img {
  float: right;
}

#top_houmon .top_kyotaku_houmon_inner .top_kyotaku_houmon_text {
  float: left;
  margin-right: -160px;
  padding-right: 160px;
}

#top_houmon a {
  color: #2772ba;
}

#top_houmon a:hover {
  background: #bfdcf8;
}

.top_kyotaku_houmon_img {
  width: 180px;
}

.top_kyotaku_houmon_text {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  font-size: 13px;
  color: #fff;
}

.top_kyotaku_houmon_text h2 {
  font-size: 24px;
}

.detail {
  position: absolute;
  bottom: 10px;
}

.detail a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  color: #000;
  margin: 10px 0;
  border-radius: 10px;
  font-size: 13px;
}

.detail a:hover {
  text-decoration: none;
}

.detail a .fa {
  margin-right: 5px;
}

.top_kyotaku_houmon_inner {
  max-width: 430px;
  width: 100%;
  position: relative;
}

.top_kyotaku_houmon_inner img {
  position: absolute;
  z-index: 1;
}

/* 介護初任者研修*/
#top_school {
  padding: 90px 0;
  text-align: center;
}

#top_school a:hover {
  opacity: 0.8;
}

#top_school img {
  max-width: 660px;
  margin: 0 auto;
}

/* お知らせ・ブログ*/
#top_post {
  position: relative;
  background: rgba(155, 200, 154, 0.3);
  padding: 90px 0;
}

#top_post h2 {
  font-size: 26px;
}

#top_post h2:after {
  content: "";
  display: block;
  width: 100%;
  background: url("../images/line1.png");
  height: 4px;
}

.top_post_box {
  float: left;
  width: 49%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  padding: 20px;
  height: 240px;
  overflow: scroll;
}

#top_info {
  margin-right: 2%;
  border: 5px solid #c8e0b5;
}

#top_info h2:before {
  content: "\f18c";
  margin-right: 5px;
  font-family: "FontAwesome";
}

#top_blog {
  border: 5px solid #efcec6;
}

#top_blog h2:before {
  content: "\f040";
  margin-right: 5px;
  font-family: "FontAwesome";
}

.ul_top_info {
  margin: 15px 0 0 0;
}

.ul_top_info li {
  line-height: 2em;
  background: url("../images/icon_leaf.png") no-repeat 0 7px;
  padding-left: 20px;
  font-size: 13px;
  margin-bottom: 5px;
}

.ul_top_info li span {
  margin-right: 10px;
}

#bird {
  display: none;
}

/* pr　*/
.pr {
  padding: 90px 0;
  background: #fbfdfc;
}

.pr img {
  max-width: 470px;
  width: 49%;
  float: left;
}

.pr img:first-child {
  margin-right: 2%;
}

/************************************
固定ページ共通
************************************/
.page_h1 {
  color: #405e4f;
  margin: 60px 0;
  font-size: 20px;
  text-align: center;
  font-size: 38px;
}

.page_h1:before {
  content: url("../images/icon_leaf_l.png");
  position: relative;
  top: 15px;
  left: -5px;
}

.subtitle {
  background: #89bba3;
  margin-bottom: 30px;
  font-size: 24px;
  text-align: center;
  color: #fff;
  border-bottom: 2px solid #405e4f;
}

.contents {
  padding-bottom: 90px;
}

.contents .catch {
  text-align: center;
  font-size: 30px;
  margin-bottom: 80px;
  padding: 20px 0;
  font-family: serif;
}

.contents_box h1:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: url("../images/line1.png");
}

.content h2 {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  margin: 10px 0;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}

.content h3 {
  font-size: 20px;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 20px;
}

.content h4 {
  font-size: 16px;
  margin-bottom: 20px;
}

.content h4:before {
  content: "■";
}

.content table {
  margin: 40px 0;
  width: 100%;
}

.content table th,
.content table td {
  padding: 16px;
  border: 1px solid #9ec1af;
}

.content table th {
  background: #d5e8de;
  min-width: 120px;
  text-align: center;
  width: 1px;
  white-space: nowrap;
}

.content table td {
  background: #fff;
}

.content p {
  margin-bottom: 10px;
}

.content blockquote {
  background-color: #e9f4ee;
  padding: 1em 1em 1em 3.5em;
  position: relative;
}

.content blockquote p {
  margin-bottom: 0 !important;
}

.content blockquote:before {
  content: "“";
  font-size: 550%;
  line-height: 1em;
  color: #999;
  position: absolute;
  left: 10px;
  top: 0;
}

.contact_wrap {
  text-align: center;
}

.contact {
  margin: 80px auto 0 auto;
  border: 2px solid #405e4f;
  background: #fff;
  padding: 30px 80px 50px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 600px;
}

.contact h2 {
  border: none;
  text-align: center;
  font-size: 40px;
}

.contact .contact_tel {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 0;
}

.contact .contact_tel span {
  font-size: 26px;
  margin-right: 10px;
}

.contact .to_form {
  text-align: center;
  margin-top: 20px;
}

.contact .to_form a {
  background-color: #f98080;
  -webkit-box-shadow: 0 3px 0 #cc5252;
  box-shadow: 0 3px 0 #cc5252;
  color: #fff;
  padding: 30px;
  font-size: 20px;
  border-radius: 5px;
  max-width: 250px;
  display: block;
  margin: auto;
}

.contact .to_form a .fa {
  margin-left: 10px;
}

.contact .to_form a:hover {
  text-decoration: none;
  opacity: 0.8;
}

/************************************
ブログ
************************************/
.contents_box:not(:last-child) {
  margin-bottom: 40px;
}

.contents_box div {
  max-width: 100% !important;
}

.contents_box .label {
  margin-left: 10px;
}

.contents_box img {
  width: auto;
}

#contents_left {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  margin-right: -260px;
  padding-right: 290px;
}

#contents_left_inner {
  background: #fff;
  padding: 40px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#contents_right {
  position: relative;
  float: right;
  width: 260px;
}

.fixed {
  position: fixed;
  top: 20px;
}

#contents_right_inner {
  font-size: 13px;
  border: 3px solid #89bba3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  background: #fbfffd;
  border-radius: 10px;
  width: 260px;
}

.widget ul li {
  margin-left: 5px;
}

.widget ul li a:before {
  content: "\f105";
  margin-right: 5px;
  font-family: "FontAwesome";
}

.widgettitle {
  background: #4d619a;
  font-size: 16px;
  padding: 0 5px;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}

.allposts {
  text-align: right;
  font-size: 12px;
  margin-top: 5px;
}

.allposts .fa {
  margin-right: 5px;
}

.wp-pagenavi {
  margin: 20px 0;
}

.content {
  margin: 20px 0;
}

.content img {
  margin-top: 10px;
  margin-bottom: 10px;
}

.previous {
  float: left;
}

.next {
  float: right;
}

/************************************
空室情報ページ
************************************/
.facility_box {
  line-height: 2;
  padding: 30px 0;
}

.facility_box img {
  max-width: 200px;
}

.facility_box table {
  border: 1px solid #000;
  width: 100%;
}

.facility_box table tr,
.facility_box table td,
.facility_box table th {
  border: 1px solid #000;
}

.facility_box table td,
.facility_box table th {
  padding: 5px;
}

.facility_box table th {
  background: #777;
  color: #fff;
  text-align: center;
}

.facility_box_left {
  float: left;
  margin-right: 20px;
  border: 3px solid #fff;
}

.facility_box_right {
  float: left;
}

.facility_box_right h2 {
  color: #405e4f;
}

.facility_box_right .label {
  width: auto;
}

/* modal */
.remodal {
  border-radius: 10px;
  text-align: left;
  font-size: 14px;
  color: #405e4f;
  border: 4px solid #405e4f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.remodal h1 {
  text-align: center;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}

.remodal dt {
  font-size: 24px;
}

.remodal dd:not(:last-of-type) {
  margin-bottom: 20px;
}

/************************************
施設情報ページ（個別）
************************************/
.facility_top {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .facility_top {
    display: block;
  }
}

#facility h2 {
  border: none;
}

#facility h3 {
  margin-bottom: 20px;
  background: #88bca2;
  padding: 8px 0 8px 10px;
  line-height: 1.2;
  font-size: 20px;
  color: #fff;
}

.facility_thums {
  margin-bottom: 60px;
}
.facility_thums .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .facility_thums .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.facility_thums .flex figure {
  -ms-flex-preferred-size: 24.25%;
      flex-basis: 24.25%;
}
@media screen and (max-width: 768px) {
  .facility_thums .flex figure {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    margin-right: 2% !important;
    margin-bottom: 20px;
  }
}
.facility_thums .flex figure:not(:last-child) {
  margin-right: 1%;
}
@media screen and (max-width: 768px) {
  .facility_thums .flex figure:nth-child(2n) {
    margin-right: 0 !important;
  }
}
.facility_thums .flex figure figcaption {
  font-size: 12px;
  margin-top: 10px;
}
.facility_thums .flex .thum {
  padding-top: 66.6%;
  background-size: cover;
  background-position: center;
}

.facility_img {
  float: left;
  width: 300px;
}

.facility_summary {
  float: left;
  width: 100%;
  margin-left: -300px;
  padding-left: 320px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.facility_summary p {
  margin-bottom: 10px;
}

.facility_summary .label {
  display: inline-block;
  width: 48px;
  margin-right: 10px;
  padding: 3px 5px;
}

.to_pdf {
  display: block;
  max-width: 200px;
  text-align: center;
  margin-top: 20px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 4px #405e4f;
          box-shadow: 0px 4px #405e4f;
  border: 1px solid #405e4f;
  background: rgb(226, 236, 231);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(226, 236, 231)), to(rgb(194, 216, 205)));
  background: linear-gradient(180deg, rgb(226, 236, 231) 0%, rgb(194, 216, 205) 100%);
  color: #405e4f;
  font-size: 14px;
  padding: 5px;
  margin-right: 0;
  margin-left: auto;
  position: relative;
}
.to_pdf:before {
  content: "";
  width: 4px;
  height: 10px;
  background-image: url("../images/listmark1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
}
.to_pdf:hover {
  text-decoration: none;
  opacity: 0.8;
}
.to_pdf:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

.facility_wrap {
  margin-bottom: 40px;
}

.facility_title {
  text-align: left;
  margin-bottom: 15px;
  font-weight: normal;
}

.tb_facility_wrap {
  float: left;
  width: 100%;
  margin-right: -320px;
  padding-right: 320px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tb_facility {
  width: 100%;
}

.tb_facility td,
.tb_facility th {
  border: 1px solid #759e8a;
  padding: 5px 8px;
}

.tb_facility th {
  text-align: center;
  background: #89bba3;
  width: 100px;
  white-space: nowrap;
  color: #fff;
}

.tb_facility td {
  background: #fff;
  font-size: 14px;
  padding: 10px;
}

.indoorview {
  float: right;
}

.indoorview iframe {
  width: 300px;
  height: 300px;
  vertical-align: bottom;
}

.icon_360 {
  text-align: center;
  font-size: 18px;
  line-height: 27px;
}

.icon_360::after {
  content: url("../images/icon_360.png");
  margin-left: 10px;
  position: relative;
  top: 5px;
}

.iryou_taisei .title {
  margin: 35px 0 0 0;
  font-size: 20px;
}

.iryou_taisei .title .fa {
  margin-right: 5px;
}

.tb_iryou {
  width: 100%;
  margin-bottom: 40px;
}

.tb_iryou th {
  background: #fff;
  font-weight: bold;
  width: 28.333%;
}

.tb_iryou td {
  background: #fff;
  text-align: center;
  color: #ff6d8c;
  font-weight: bold;
}

.tb_iryou th,
.tb_iryou td {
  padding: 10px;
  border: 1px solid #ccc;
  font-size: 14px;
  line-height: 1.5;
}

.tb_iryou tr:nth-child(2n) td,
.tb_iryou tr:nth-child(2n) th {
  background: #f3f5f2;
}

.legend {
  font-size: 13px;
  text-align: right;
  margin-bottom: 10px;
}

.acf-map {
  height: 300px;
  border: #fff solid 4px;
  margin: 20px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}

.to_gmap {
  text-align: right;
}

.to_gmap a {
  display: inline-block;
  background: #89bba3;
  padding: 3px 5px;
  color: #fff;
  font-size: 12px;
}

.to_gmap a:hover {
  text-decoration: none;
  background: #405e4f;
}

.to_gmap .fa {
  color: #fff;
  margin-right: 5px;
}

/************************************
訪問介護
************************************/
#page_houmon h2 {
  margin: 40px 0;
  padding: 20px 0;
  background: url("../images/line1.png") 0 bottom repeat-x;
}

.houmon_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px 0;
}

.houmon_img div {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
  border: 3px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.to_price {
  text-align: center;
  margin: 80px 0;
}

.to_price a {
  background: #89bba3;
  padding: 20px;
  display: inline-block;
  border-radius: 7px;
  color: #fff;
  font-size: 24px;
}

.to_price a:hover {
  background: #b2d0c1;
  text-decoration: none;
}

/************************************
居宅介護
************************************/
#page_kyotaku dt {
  font-size: 24px;
  margin-bottom: 40px;
  text-align: center;
  background: #fff;
}

#page_kyotaku dd {
  margin-bottom: 40px;
}

#page_kyotaku dd img {
  float: right;
  max-width: 200px;
  margin-left: 20px;
}

#page_kyotaku dd ul {
  list-style: circle;
  padding: 0 1.5rem;
}

.care_voice {
  border: 1px solid #405e4f;
  margin: 40px 0;
  background: #fff;
}

.care_voice h2 {
  text-align: center;
  margin-bottom: 20px;
  background: #405e4f;
  padding: 7px;
  color: #fff;
}

.care_voice h2:after {
  content: url("../images/icon_megaphone.png");
  position: relative;
  top: 5px;
  left: 5px;
}

.care_voice ul {
  margin: 20px;
  list-style: disc;
  padding-left: 1.5rem;
}

.care_voice ul li:not(:last-child) {
  margin-bottom: 10px;
}

.kyotaku_contact h2 {
  text-align: center;
}

.kyotaku_contact table {
  margin: 20px 0 0 0;
}

/************************************
１日の流れ
************************************/
.dl_dayservice dt {
  font-size: 20px;
  margin-bottom: 10px;
}

.dl_dayservice dd {
  margin-left: 20px;
  margin-bottom: 5px;
  border-left: 2px solid #89bba3;
  padding: 20px;
}

.dl_dayservice dd img {
  max-width: 200px;
  margin: 10px 10px 10px 0;
}

/************************************
入居のご案内
************************************/
#page_guide .catch {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
  font-family: sans-serif;
  font-size: 23px;
}

#page_guide h3 {
  font-size: 20px;
  margin: 20px 0;
  font-weight: bold;
}

/************************************
求人情報
************************************/
.content .h2_recruit {
  text-align: center;
  font-size: 36px;
  border: none;
  margin: 60px 0;
}

/************************************
会社案内
************************************/
.company p {
  margin-bottom: 40px;
}

.content .tb_company {
  margin-top: 80px;
}

/************************************
介護方針
************************************/
#policy_catch {
  margin-bottom: 80px;
}

/************************************
お問い合わせ
************************************/
div.wpcf7 {
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
}

div.wpcf7 table {
  width: 100%;
}

div.wpcf7 table th {
  text-align: right;
  padding-right: 20px;
  font-size: 16px;
}

div.wpcf7 table th .label {
  margin-left: 10px;
  margin-right: 0;
  white-space: nowrap;
}

div.wpcf7 input {
  margin-bottom: 10px;
}

div.wpcf7 input[type=text],
div.wpcf7 input[type=email],
div.wpcf7 textarea {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: none;
  border-radius: 5px;
  border: 1px solid #89bba3;
  vertical-align: top;
}

div.wpcf7 table {
  width: 100%;
}

div.wpcf7 table td {
  padding: 10px;
}

div.wpcf7 input {
  margin-bottom: 0;
}

div.wpcf7 .your-recipient {
  font-size: 13px;
}

.wpcf7-submit {
  width: 200px;
  padding: 10px;
  font-size: 20px;
  margin: 50px auto 0 auto;
  display: block;
  border-style: none;
  background: #89bba3;
  cursor: pointer;
  color: #fff;
}

.wpcf7-submit:hover {
  background: #9bc7b2;
}

div.wpcf7-validation-errors {
  background: #d45b5b;
  color: #fff;
  border: none;
  text-align: center;
  border-radius: 5px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

span.wpcf7-not-valid-tip {
  color: #d45b5b;
  margin-bottom: 20px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 13px;
  font-weight: bold;
}

.wpcf7-not-valid {
  border: 2px #d45b5b solid !important;
}