@charset "utf-8";
/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
:focus {
  outline: 0;
}
ul {
  list-style: none;
}
ol {
  margin-left: 1em;
}
ol > li {
  margin-bottom: 0.5em;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: """";
}
a img {
  border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  font: 14px/2.0 "Shin Go Regular", "Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  color: #444;
  font-family: "Noto Sans Japanese", sans-serif;
  -webkit-text-size-adjust: none;
}
strong {
  font-family: "Noto Sans Japanese", sans-serif;
  ;
}
img {
  margin: 1rem 0;
}
/* リンク設定
------------------------------------------------------------*/
a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  font-weight: bold;
  color: #18a8a0;
}
a:hover, a:active {
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  outline: none;
  color: #cdcdcd;
}
/**** Clearfix ****/
nav .panel:after, #mainNav:after, .newsTitle:after, .bg:after, .post:after {
  content: "";
  display: table;
  clear: both;
}
nav .panel, #mainNav, .newsTitle, .bg, .post {
  zoom: 1;
}
/* レイアウト
------------------------------------------------------------*/
#wrapper, .inner {
  margin: 0px auto;
  width: 1040px;
}
.inner img {
  margin: 10px 0;
}
#header {
  text-align: center;
}
#header.sub {
  background-image: url(images/subImage.png);
  background-position: bottom;
  padding-bottom: 30px;
}
#content {
  float: left;
  width: 750px;
  padding: 30px 0;
}
#sidebar {
  float: right;
  width: 255px;
  padding: 30px 0;
  30%
}
#footer {
  clear: both;
  padding: 40px 0 0;
}
#address {
  padding-top: 15px;
  line-height: 1.4em;
  text-align: center;
}
#address img {
  width: 280px;
}
/* ヘッダー
------------------------------------------------------------*/
#header h1 {
  position: relative;
  padding: 10px 0;
  text-align: left;
  font-size: 100%;
  font-weight: bold;
  color: #707070;
  text-shadow: -1px -1px #ffffff, -1px 1px #ffffff, 1px -1px #ffffff, 1px 1px #ffffff;
}
.contact {
  position: absolute;
  color: #ffffff;
  text-shadow: none;
  display: flex;
  align-items: baseline;
  top: 5px;
  right: 0;
  display: table;
}
.contact .caption {
  background-color: #60c1bd;
  font-size: 130%;
  border-radius: 10px;
  box-shadow: 1px 1px 3px #7a6a55;
  padding: 0 10px;
  margin-right: 15px;
  display: table-cell;
  /* 子要素はテーブルセル要素にする */
  vertical-align: middle;
}
.contact .tel {
  color: #7a6a55;
  font-size: 180%;
  text-shadow: 1px 1px #ffffff, -1px 1px #ffffff, 1px -1px #ffffff, -1px -1px #ffffff;
  position: relative;
  /*top:4px;*/
  line-height: 1.2;
  margin-left: 5px
}
.contact .supple {
  color: #4c3631;
  font-size: 93%;
  text-shadow: 1px 1px #ffffff, -1px 1px #ffffff, 1px -1px #ffffff, -1px -1px #ffffff;
  text-align: right;
  width: 200px;
  position: absolute;
  top: 42px;
  right: 0;
}
#header h2 {
  position: relative;
  clear: both;
  text-align: center;
  font-size: 160%;
  font-weight: bold;
  padding-top: 5px;
}
#header h2 img {
  width: 200px;
}
#header .pnav ul {
  position: relative;
  float: right;
}
#header .pnav ul li {
  font-weight: bold;
  display: inline;
  margin-left: 5px;
  font-size: 90%;
}
#header .pnav ul li:before {
  content: "・";
}
#header .pnav ul li a {
  padding-left: 5px;
  color: #000000;
}
#header .pnav ul li a:hover {
  color: #999999;
}
/* トップページ　メイン画像
------------------------------------------------------------*/
#mainImg img {
  width: 100%;
  height: auto;
  margin-top: -300px;
}
.post {
  margin: 0 0 50px 0;
}
#article .content {
  float: left;
  width: 750px;
  padding: 30px 0;
}
/* タイポグラフィ
------------------------------------------------------------*/
h2.title {
  clear: both;
  padding: 0.1em 0.5em;
  background-color: #f6f6f6;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
  font-size: 150%;
  font-weight: bold;
  color: #ce877b;
  margin: 5em 0 2em;
}
h2.title:first-child {
  margin-top: 1em;
}
h2.title span {
  font-size: 60%;
  width: 100%;
  padding-left: 20px;
}
/*h2.title{
clear:both;
margin-bottom:20px;
padding-bottom:7px;
text-align:center;
font-size:150%;
font-weight:bold;
}*/
/*h2.title span{
padding-bottom:10px;
border-bottom:3px solid #444;
}*/
.post ul {
  margin: 10px 0 20px 20px;
}
.post ul li {
  padding-left: 5px;
  list-style: disc;
}
.post h1 {
  margin: 15px 0 25px;
  padding: 15px 0;
  font-size: 150%;
  font-weight: bold;
  color: #000000;
  border-bottom: 3px solid #000000;
}
.post h2 {
  margin: 15px 0 25px;
  padding: 15px 0;
  font-size: 130%;
  font-weight: bold;
  color: #444;
  border-bottom: 2px solid #444;
}
.post h3 {
  color: #444;
  margin: 2em 0;
  padding: 5px;
  font-size: 115%;
  font-weight: bold;
  line-height: 140%;
  background: #f6f6f6;
  border-left: solid 5px #60c1bd;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
}
.post h4 {
  margin-bottom: 0.5em;
  font-size: 145%;
  font-weight: bold;
  color: #777777;
  text-align: center;
  letter-spacing: 0.05em;
}
.post h5 {
  color: #60c1bd;
  font-weight: bold;
  font-size: 70%;
  /*margin:15px 0 10px;
padding:15px 0;
font-weight:bold;*/
}
.post h6 {
  margin: 15px 0 10px;
  padding: 15px 0;
  font-size: 110%;
  font-weight: bold;
}
.post blockquote {
  clear: both;
  padding: 10px 0 10px 25px;
  margin: 10px 0 25px 0px;
  border-left: 5px solid #e9e9e9;
}
.post blockquote p {
  padding: 5px 0;
}
/*.post table {
	border:1px #cccccc solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 10px 0 30px;
	width: 100%;
}

.post table th {
	padding: 15px;
	border:#cccccc solid;
	border-width: 0 0 1px 1px;
	font-weight: bold;
	width: 20%;
}

.post table td {
	padding: 15px;
	border:1px #cccccc solid;
	border-width: 0 0 1px 1px;
	width: 80%;
}*/
.post img {
  max-width: 100%;
  height: auto;
}
.post p {
  line-height: 1.5em;
  padding: 10px;
}
.post strong.pointcenter {
  font-size: 125%;
  text-align: center;
}
.post ol.feature {
  list-style-type: decimal;
  list-style-position: inside;
}
.post ol.feature li {
  background-color: #d9ecd2;
  border-radius: 5px;
  font-family: "Shin Go DeBold";
  color: #006934;
  padding: 5px 15px;
  margin-bottom: 5px;
}
.post ol.exp {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  text-align: center;
}
.post ol.exp li {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 200px;
  border-radius: 10px;
  background: linear-gradient(#fff, rgba(245, 16, 16, 0.4));
  margin: 5px auto;
  border: 1px solid rgba(228, 2, 2, 0.3);
  width: 31%;
  /*float: left;*/
}
.post ol.exp li img {
  width: 70px;
}
.post ol.exp li .b-concept {
  text-align: center;
  font-size: 120%;
  padding-bottom: 10px;
  color: #231816;
  font-weight: bold;
  padding: 25px 0px;
}
.post ol.exp li:last-of-type {
  margin-left: 10px;
}
.post ol.exp2 {
  margin-top: 20px;
  display: flex;
}
.post ol.exp2 li {
  background: linear-gradient(#d5f4f2, #b1e1ed);
  border: 1px solid #036eb7;
  border-radius: 5px;
  color: #036eb7;
  padding: 10px;
  margin-right: 5px;
  line-height: 1.4em;
  width: 33%;
}
.post ol.exp2 li img {
  width: 70px;
}
.post ol.exp2 li .b-concept {
  text-align: center;
  font-size: 120%;
  padding-bottom: 10px;
  color: #00633F;
  font-weight: bold;
}
.post ol.exp2 li:last-of-type {
  margin-right: 0;
}
/*サービス7項目一覧*/
.post ol.svclist {
  margin: 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.post ol.svclist li {
  float: left;
  width: 50%;
}
.post ol.svclist li:last-of-type {
  margin-right: 0;
}
/*フロアマップ*/
.post ol.flmap {
  margin: 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.post ol.flmap li {
  float: left;
  width: 50%;
}
.post ol.flmap li:last-of-type {
  margin-right: 0;
}
img.aligncenter {
  display: block;
  margin: 5px auto 30px auto;
  text-align: center;
}
img.alignright {
  margin: 5px 0 30px 30px;
}
img.alignleft {
  margin: 5px 30px 30px 0;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
/* サイドバー
------------------------------------------------------------*/
.widget, .widgetInfo {
  margin: 0 0 20px;
}
#banners {
  margin-bottom: 20px;
}
#banners h3 {
  clear: both;
  margin: 0 0 10px;
  padding: 10px 0 0;
  font-size: 100%;
  font-weight: bold;
  border-bottom: 2px solid #000000;
  width: 100%;
}
#banners img {
  width: 255px;
  height: auto;
  padding-bottom: 10px;
}
.banner {
  /*親div*/
  position: relative;
  /*相対配置*/
}
.banner p {
  position: absolute;
  color: #7a6a55;
  text-shadow: 0px 0px 3px #fff;
  top: 80px;
  left: 20px;
}
.banner img {
  width: 100%;
}
.contactBanner {
  background-color: rgba(0, 163, 74, 1);
  background-image: url(images/mail.svg);
  background-position: right 20px top 10px;
  background-repeat: no-repeat;
  background-size: 20%;
  color: rgba(255, 255, 255, 1);
  font-size: 170%;
  margin-bottom: 10px;
  line-height: 25px;
  height: 58px;
  padding-top: 7px;
  padding-left: 30px;
  width: 225px;
}
.widget h3 {
  clear: both;
  margin: 0 0 20px;
  padding: 5px 0;
  font-size: 130%;
  font-weight: bold;
  border-bottom: 2px solid #000000;
}
.widget a {
  font-weight: bold;
  display: block;
  padding: 5px 0 5px 0;
  color: #000000;
}
.widget a:hover {
  color: #999999;
}
.widget .address {
  border: 1px solid #999999;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  box-shadow: 1px 1px 3px #999999;
}
.widget .address img {
  width: 95%;
}
.widget .address p {
  line-height: 1.5em;
  text-align: center;
  width: 90%;
  margin: 0 auto 20px;
}
.widget .address p span.tel {
  font-size: 144%;
  font-weight: bold;
}
.widget .address p.management {
  text-align: center;
  margin-bottom: 0;
}
.newsTitle {
  clear: both;
  margin: 0 0 20px;
  padding: 5px 0;
  font-size: 100%;
  border-bottom: 2px solid #000000;
}
.newsTitle h3 {
  font-size: 130%;
  float: left;
  font-weight: bold;
}
.newsTitle p {
  float: right;
  padding: 5px 5px 0 5px;
  font-size: .8em;
}
.newsTitle a {
  font-weight: bold;
  color: #000000;
}
.newsTitle a:hover {
  color: #999999;
}
.news p {
  clear: both;
  padding-bottom: 2px;
}
.news p:last-child {
  border: 0;
}
.news p a {
  font-weight: bold;
  display: block;
  padding: 5px 0;
  color: #000000;
}
.news p a:hover {
  color: #999999;
}
.news span {
  padding-left: 10px;
}
.diary .ios {
  display: none;
}
/* フッター
------------------------------------------------------------*/
#footer ul {
  text-align: center;
  padding-bottom: 10px;
}
#footer li {
  display: inline-block;
  vertical-align: text-top;
  text-align: left;
}
#footer li a {
  font-weight: bold;
  display: block;
  padding: 0 0 0 10px;
  overflow: hidden;
  color: #444444;
}
#footer li a:before {
  content: "|";
  margin-right: 15px;
}
#footer li a:hover {
  color: #cdcdcd;
}
#footer li:last-child a:after {
  content: "|";
  margin-left: 15px;
}
#footer li li {
  display: block;
  padding: 0;
}
*:first-child + html #footer li {
  display: inline;
}
*:first-child + html #footer ul ul, *:first-child + html #footer li li a, *:first-child + html #footer li li {
  display: none;
}
#copyright {
  clear: both;
  padding: 10px;
  text-align: center;
  font-size: 75%;
  zoom: 1;
}
#pagetop {
  position: fixed;
  right: 30px;
  bottom: 0px;
  font-size: 40px;
  color: #cdcdcd;
}
/* トップページ 最新記事3件
------------------------------------------------------------*/
.thumbWrap {
  width: 770px;
  margin: 0 0 20px 10px;
}
.thumbWrap li {
  float: left;
  width: 355px;
  margin: 0 20px 40px 0;
  background: none;
  position: relative;
}
.thumbWrap li p.supple {
  color: #444;
  font-weight: bold;
  text-shadow: 1px 1px #ffffff;
  position: absolute;
  top: 60px;
  right: 10px;
}
.thumbWrap img {
  margin-bottom: 5px;
  width: 100%;
}
ul.thumb h3 {
  margin-bottom: 10px;
  font-size: 100%;
  font-weight: bold;
  text-align: center;
  border: 2px solid #000000;
}
ul.thumb h3 span {
  display: block;
  font-size: 140%;
  font-weight: bold;
  padding: 0;
  color: #000000;
}
ul.thumb h3 span:hover {
  color: #999999;
}
.diary {
  width: 750px;
  height: 450px;
}
.diary iframe {
  width: 750px;
  height: 450px;
}
/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width:1025px) {
  /*.header-img {
position: relative;
top: 25px;
background-image: url(../images/header-img_pc.png);
background-repeat: no-repeat;
height: 130px;
background-repeat: no-repeat;
margin: 0 auto !important;
max-width: 48%;
}*/
  #header h2 img {
    width: 960px;
    position: relative;
    top: 30px;
  }
  nav#mainnav {
    position: relative;
    margin-top: 30px;
  }
  nav#mainnav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(235, 102, 139, 0.8);
    border-radius: 5px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  }
  nav#mainnav ul li {
    float: left;
    margin: 0 5px;
  }
  nav#mainnav ul li:hover {
    background-color: rgba(158, 0, 0, 0.0.2);
  }
  nav#mainnav ul li a {
    display: block;
    text-align: center;
    _float: left;
    height: 60px;
    padding: 10px 30px 0;
    line-height: 60px;
    font-size: 125%;
    font-weight: bold;
    /*text-shadow: 1px 1px rgba(204,204,204,1)*/
    ;
    color: #ffffff;
  }
  nav#mainnav ul li a span, nav#mainnav ul li a strong {
    display: block;
    font-size: 90%;
    line-height: 1.7;
  }
  nav#mainnav ul li a span {
    font-size: 70%;
  }
  nav#mainnav ul li a:hover span {}
  nav#mainnav ul li a:hover {
    color: rgba(128, 0, 0, 0.1);
    text-shadow: 1px 1px rgba(255, 255, 255, 0.8);
  }
  nav#mainnav ul ul {
    width: 160px;
    border-top: 0;
  }
  nav#mainnav ul li ul {
    display: none;
  }
  nav#mainnav ul li:hover ul {
    display: block;
    position: absolute;
    top: 60px;
    text-align: center;
    z-index: 500;
  }
  nav#mainnav ul li li {
    background: #ffffff;
    border-bottom: 1px dotted #cdcdcd;
    float: none;
    width: 160px;
    height: 40px;
    line-height: 40px;
    margin: 0;
  }
  nav#mainnav ul li li:last-child {
    border: 0;
  }
  nav#mainnav ul li li a {
    width: 100%;
    height: 40px;
    padding: 0;
    line-height: 40px;
    font-size: 95%;
    text-align: center;
    color: #999999;
  }
  nav#mainnav ul li li a:hover {
    color: #ef85a2;
  }
  nav div.panel {
    display: block !important;
  }
  a#menu {
    display: none;
  }
  .post dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*border-top:1px dotted #000000;*/
  }
  .post dt {
    line-height: 1.7;
    margin-right: 0.5em;
    width: 15%;
    padding: 10px 5px;
    border-bottom: 1px dotted #C1C1C1;
    vertical-align: middle;
  }
  .post dd {
    line-height: 1.7;
    width: 80%;
    padding: 10px 5px;
    border-bottom: 1px dotted #C1C1C1;
  }
  .post dt:last-of-type {
    border-bottom: none;
  }
  .post dd:last-child {
    border-bottom: none;
  }
  .post dl:last-of-type {
    /*border-bottom:1px dotted #000000;*/
  }
  .post dl.outline, dl.recruit {
    font-size: 125%;
    margin-top: 1em;
    margin-left: 0;
    margin-bottom: 2em;
  }
  .post dl.recruit {
    font-size: 100%;
  }
  .post dl.multi dt {
    background-color: rgba(0, 163, 74, 1);
    color: #ffffff;
    text-align: center;
    margin-bottom: 5px;
  }
  .post dl.multi dd {
    margin-bottom: 5px;
  }
  .spOnly {
    display: none;
  }
}
/* iPadサイズ以下（1024px）からアコーディオンメニュー
------------------------------------------------------------*/
@media only screen and (max-width:1024px) {
  #header {
    position: fixed;
    width: 100%;
    z-index: 500;
  }
  #headerWrap {
    position: relative;
    width: 100%;
    height: 60px;
    background: #ffffff;
    border-bottom: 1px solid #cccccc;
  }
  #header h1 {
    display: none;
  }
  /*#header h2 {
		padding-top: 18px;
	}*/
  #header h2 img {
    max-height: 40px;
    width: auto !important;
  }
  #header h2 img.corp {
    max-height: 25px;
  }
  #header .pnav ul {
    display: none;
  }
  a#menu {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
  }
  #menuBtn {
    display: block;
    position: absolute;
    top: 60%;
    left: 50%;
    width: 18px;
    height: 2px;
    margin: -1px 0 0 -7px;
    background: #000000;
    transition: .2s;
  }
  #menuBtn:before, #menuBtn:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 2px;
    background: #000000;
    transition: .3s;
  }
  #menuBtn:before {
    margin-top: -7px;
  }
  #menuBtn:after {
    margin-top: 5px;
  }
  a#menu .close {
    background: transparent;
  }
  a#menu .close:before, a#menu .close:after {
    margin-top: 0;
  }
  a#menu .close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  a#menu .close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  .panel {
    width: 100%;
    display: none;
    overflow: hidden;
    position: relative;
    left: 0;
    top: 0;
    z-index: 100;
  }
  #mainnav {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: right;
    z-index: 500;
  }
  #mainnav ul {
    background: #ffffff;
    text-align: left;
  }
  #mainnav li a {
    position: relative;
    display: block;
    padding: 12px 25px;
    border-bottom: 1px solid #eeeeee;
    color: #4e4e4e;
    font-weight: bold;
  }
  .spOnly {
    display: block;
  }
  #mainnav ul li a span {
    display: none;
  }
  #mainnav ul li li {
    border: 0;
  }
  #mainnav ul li li a {
    padding-left: 40px;
  }
  .gmap {
    position: relative;
    padding-bottom: 60%;
    height: 0;
    overflow: hidden;
  }
  .gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .diary {
    position: relative;
    width: 100%;
    max-width: 750px;
    height: 750px;
    margin: 0 auto;
    overflow: hidden;
  }
  .diary iframe {
    width: 100%;
    height: 100%;
  }
  .diary .ios {
    display: block;
    position: absolute;
    background-color: #FF99C2;
    color: #ffffff;
    text-shadow: 1px 1px 1px #999999;
    text-align: center;
    width: 100%;
    padding: 5px;
    bottom: 0;
  }
}
/* iPadサイズ以下（1024px）から 1カラム表示に切り替え
------------------------------------------------------------*/
@media only screen and (max-width:1024px) {
  #wrapper, #header, .inner {
    width: 100%;
  }
  #wrapper, #header, .inner img {
    width: 100%;
  }
  #header h1, #header p {
    padding: 5px 10px;
  }
  /*#header h2{
padding:10px;
}*/
  #mainImg {
    margin-bottom: 0px;
    padding-top: 330px;
  }
  h2.first {
    margin-top: 75px;
  }
  h2.topFirst {
    margin-top: -10px;
  }
  #content, #sidebar {
    clear: both;
    width: 95%;
    float: none;
    margin: 0 auto;
    padding: 10px 0;
  }
  #content .imgsize img {
    width: 100%;
  }
  #banners {
    width: 100%;
    margin: 30px 0 30px 0;
    display: block;
    /*justify-content: center;*/
    text-align: center;
  }
  #banners p img {
    width: 100%;
    height: auto;
  }
  #banners p {
    margin-right: 20px;
  }
  .widget .address {
    width: 50%;
    margin: 0 auto;
  }
  .widget_search {
    text-align: center;
  }
  .thumbWrap {
    width: 770px;
    margin: 0 -20px 20px 0;
  }
  #footer {
    margin: 0;
    border: 0;
    text-align: center;
    background-color: #e7e8e8;
    padding: 5px 40px 0px;
  }
  #footer ul {
    text-align: center;
  }
  #footer li {
    margin-right: 20px;
  }
  #footer li a:before {
    content: none;
    margin-right: 0;
  }
  #footer li:last-child a:after {
    content: none;
    margin-left: 0;
  }
  .thumbWrap {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    overflow: auto;
  }
  .thumbWrap ul.thumb li {
    width: 46%;
    float: left;
    margin: 0 2% 0 2%;
  }
  .thumbWrap img {
    width: 100%;
    height: auto;
  }
  .post dl, .charge dl {
    border-top: none;
  }
  .post dt, .charge dt {
    background-color: #d57c89;
    color: #ffffff;
    line-height: 1.7;
    width: 100% !important;
    padding: 0.5em;
    box-sizing: border-box;
  }
  .post dd, .charge dd {
    line-height: 1.5;
    width: 100%;
    padding: 0.5em;
    box-sizing: border-box;
    /*margin-left: 2%;*/
  }
  .post dl, .charge dl:last-of-type {
    /*border-bottom: 1px dotted #000000;*/
  }
}
/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width:644px) {
  /*.header {
position: relative;
top: 0px !important;
height: 130px !important;
background-repeat: no-repeat;
margin: 0 auto !important;
max-width: 85% !important;
}
	
.header-img {
background-image: url(../images/header-img_644.png) !important;
background-repeat: no-repeat;
text-align:center;
}

	#header h2 img {
		max-height: 50px;
		width: auto !important;
		margin: 0;
	}*/
  #mainImg {
    margin-bottom: 10px;
    padding-top: 200px;
  }
  #mainImg img {
    width: 100%;
    height: auto;
    margin-top: -140px;
  }
  h2.title {
    margin-top: 10px;
    /*margin-bottom:35px;*/
    clear: both;
    margin-bottom: 20px;
    padding-bottom: 0px;
    /*text-align: center;*/
    font-size: 150%;
    font-weight: bold;
  }
  img.alignright, img.alignleft {
    display: block;
    margin: 5px auto 20px auto;
  }
  .alignright, .alignleft {
    float: none;
  }
  #banners {
    width: 100%;
    margin: 30px 0 30px 0;
    display: block;
    justify-content: center;
  }
  #banners p {
    margin: 0 auto 10px;
    text-align: center;
  }
  #banners p.contactBanner, #banners p.diaryBanner, #banners p.recruitBanner, #banners p.nishikyotoBanner {
    text-align: left;
  }
  .banner img {
    width: 100% !important;
  }
  .widget .address {
    width: auto;
  }
  .post ol.exp {
    flex-wrap: wrap;
  }
  .post ol.exp li {
    margin: 0 0 5px 0;
    width: 55%;
  }
  /*サービス一覧*/
  .post ol.svclist {
    flex-wrap: wrap;
  }
  .post ol.svclist li {
    margin: 0 0 5px 0;
    width: 100%;
  }
  /*フロアマップ*/
  .post ol.flmap {
    flex-wrap: wrap;
  }
  .post ol.flmap li {
    margin: 0 0 5px 0;
    width: 100%;
  }
  #footer ul {
    text-align: left;
    padding: 15px;
  }
  #footer ul ul {
    padding: 0;
  }
  .thumbWrap ul.thumb li {
    width: 95%;
    margin-bottom: 30px;
  }
  /* お問合せ */
  .contact-form table, tbody, tr, th, td {
    display: block;
    max-width: 98%;
    /*スマホ画面ほぼ一杯に広がる感じ*/
  }
  .contact-form {
    padding: 10px 0px !important;
  }
  .contact-form th {
    margin-left: 5px;
  }
  .contact-form td {
    margin-left: 15px;
  }
}
/* ボタン */
.btn-flat-simple {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.45em 2.5em;
  text-decoration: none;
  color: #fff;
  /*background: #F16388;*/
  transition: .4s;
  margin: 1rem 0 0.5rem;
  border-radius: 5px;
}
.pink {
  background: #F16388;
}
.aqua {
  background: #60c1bd;
}
.btn-flat-simple:hover {
  color: #FFFFFF;
  background-color: #bbbbbb;
  transition: 0.5s;
}
/*body {
  margin: 0;
  padding: 20px;
}

.box {
  display:flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.text {
  text-align: right;
}

.box h3 {
  font-size: 100%;
  margin: 0;
  padding: 0px;
  text-align: left;
}

.box p {
  text-align: left;
  width: auto;
}

.pict {
  width: 60%;
  margin-right: 3%;
}

.pict img {
  width: 100%;
  height:auto;
}*/
/* サービス */
.media {
  background: #FFF;
  padding: 10px;
  overflow: hidden;
}
.media__image {
  float: left;
  margin-right: 10px;
}
.media__summary {
  overflow: hidden;
}
.media__heading {
  font-size: 16px !important;
  font-weight: bold !important;
  margin-bottom: 10px !important;
  padding: 0px !important;
  margin: 0px !important;
  color: #444 !important;
}
.media p {
  text-align: left;
  width: auto;
}
/* フォームボタン */
.form-button {
  margin: 5px 10px;
}
/* フォーム */
.contact-form {
  background-color: rgba(241, 99, 136, 0.2);
  padding: 20px 20px;
  width: 100%;
}
/*.contact-form th{
  width: 20%;
}

.contact-form td{
  width: 80%;
}*/
#scroll {
  height: 200px;
  width: 100%;
  overflow-y: scroll;
}
/* 運用方針 */
.flex {
  max-width: 95%;
  margin: 0 auto;
}
@media screen and (min-width:644px) {
  .flex {
    display: flex;
    flex-wrap: nowrap;
    /*justify-content:space-between;*/
  }
  .item + .item {
    margin-left: 1.0em;
  }
}
.item-a {
  display: inline-block;
  width: 100px;
  height: 60px;
  ;
  border-radius: 48%;
  background: #c9bc9c;
  text-align: center;
  line-height: 80px;
  color: #fff;
  margin: 15px 0px 0px 0px;
  line-height: 60px;
  vertical-align: middle;
  font-weight: bold;
  font-size: 16px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
}
.item-b {
  margin: 18px 0px 0px 10px;
}
.tomoniikiru {
  text-align: center;
}
.cb {
  clear: both;
}
/* 訪問介護とはBOX */
.oneArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.oneArea .oneBox {
  width: 32%;
  border: 1px solid rgba(228, 2, 2, 0.3);
  border-radius: 10px;
  background: rgba(245, 16, 16, 0.1);
  box-sizing: border-box;
  color: #000;
  font-size: 1.5rem;
  text-align: center;
  padding: 20px;
  margin-right: 1%;
  margin-bottom: 20px;
}
.oneBox p {
  color: #7a6a55;
  font-size: 60%;
  text-align: left;
}
.oneBox img {
  margin: 10px 0 0;
}
.fb-container {
  width: 255px;
}
.box01 {
  width: 25%;
  margin: 0px 0px 10px 0px;
  padding: 5px 20px;
  background-color: #ffcbf1;
  border-radius: 10px;
  border: dashed 2px white;
  box-shadow: 0px 0px 0px 3px #ffcbf1;
  border: dashed 2px white;
  box-shadow: 0px 0px 0px 3px #ffcbf1;
  text-align: center;
}
.box02 {
  width: 25%;
  margin: 0px 0px 10px 0px;
  padding: 5px 20px;
  background-color: #a4eab3;
  border-radius: 10px;
  border: dashed 2px white;
  box-shadow: 0px 0px 0px 3px #a4eab3;
  border: dashed 2px white;
  box-shadow: 0px 0px 0px 3px #a4eab3;
  text-align: center;
}
.box03 {
  width: 25%;
  margin: 0px 0px 10px 0px;
  padding: 5px 20px;
  background-color: #aad9ff;
  border-radius: 10px;
  border: dashed 2px white;
  box-shadow: 0px 0px 0px 3px #aad9ff;
  border: dashed 2px white;
  box-shadow: 0px 0px 0px 3px #aad9ff;
  text-align: center;
}
.box04 {
  width: 70%;
}
.box05 {
  width: 30%;
  text-align: center;
}
.box05 img {
  width: 95%;
  margin: 0 0 0 1rem;
}
.boxArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .boxArea {
    flex-direction: column-reverse;
  }
  .box01, .box02, .box03, .box04, .box05 {
    width: 100%;
    padding: 10px 0px;
    margin-bottom: 10px;
  }
  .box05 {
    text-align: center;
  }
  .box05 img {
    margin: 0;
  }
}
.charge dt {
  line-height: 1.7;
  margin-right: 0.5em;
  width: 25%;
  padding: 10px 5px;
  border-bottom: 1px dotted #C1C1C1;
  vertical-align: middle;
}
.charge dd {
  line-height: 1.7;
  width: 65%;
  padding: 10px 5px;
  border-bottom: 1px dotted #C1C1C1;
}
.charge dl:last-of-type {
  /*border-bottom:1px dotted #000000;*/
}
.charge dl.outline {
  font-size: 125%;
  margin-top: 1em;
  margin-left: 0;
  margin-bottom: 2em;
}
.charge dl.multi dt {
  background-color: rgba(0, 163, 74, 1);
  color: #ffffff;
  text-align: center;
  margin-bottom: 5px;
}
.charge dl.multi dd {
  margin-bottom: 5px;
}
@media only screen and (max-width:767px) {
  .charge dt {
    width: 100%;
  }
  .charge dd {
    width: 100%;
    margin-left: 2%
  }
  .oneArea .oneBox {
    width: 100%;
    margin-bottom: 5px;
  }
  .fb-container {
    width: 100%;
    max-width: 500px;
  }
}
/* facebookレスポンシブ対応 */
.facebook-wrapper {
  max-width: 500px;
  margin: 0 auto;
}
.facebook-wrapper > .fb-page {
  width: 100%;
}
.facebook-wrapper > .fb-page > span, .facebook-wrapper iframe {
  width: 100% !important;
}
/* header 背景 */
header#header {
  background-color: #f3e8c2;
}
/* コンタクトフォーム */
.form-s {
  padding: 0.2em;
  width: 15%;
}
.form-m {
  padding: 0.2em;
  width: 50%;
}
.form-x {
  padding: 0.2em;
  width: 90%;
}
/* 改行 */
@media screen and (min-width: 766px) {
  .pc {
    display: inline;
  }
  .sp {
    display: none;
  }
  ｓ
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: inline;
  }
}
.img-logo {
  background: url(../images/facilitylogo.png);
  width: 100%;
  height: 130px;
  background-size: contain;
  background-position: 0 24px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .img-logo {
    background: url(../images/facilitylogo-sp.png);
    width: 100%;
    height: 50px;
    background-size: contain;
    background-position: 50% 0%;
    background-repeat: no-repeat;
  }
}
/* ドロップダウンメニュー */
.dropdown-wrap {
  /*width: 110px;*/
  margin: 0 auto;
}
.dropdown-lists {
  display: flex;
}
.dropdown-list {
  width: 20%;
  height: 60px;
  background-color: #E5F0F8;
  position: relative;
  transition: all .3s;
}
.dropdown-item:hover {
  background-color: #eb668bcc;
  color: #FFFFFF;
}
.dropdown-item:not(:first-child)::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s;
}
.dropdown-item:hover::before {
  background-color: #eb668bcc;
}
.dropdown-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #1b4059;
  font-size: 15px;
  letter-spacing: 0.05em;
  font-weight: 600;
  transition: all .3s;
}
.dropdown-item:hover a {
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .dropdown-lists {
    display: block;
  }
}
/* 手書き風フォント */
.tegaki {
  font-family: "M PLUS 1p";
  font-weight: 600;
  font-size: 120%;
  text-align: right;
  margin-right: 0.5rem;
}
/* 枠線BOX */
.textBox-a, .textBox-r {
  border: 1px solid #8e5f38;
  border-radius: 5px;
  padding: 20px;
  position: relative;
  margin: 2rem 0.5rem;
  background-color: #fff;
}
.textBox-a::before {
  background-color: #fff;
  color: #8e5f38;
  font-weight: bold;
  font-size: 120%;
  left: 5%;
  padding: 0px 10px 0px 10px;
  position: absolute;
  top: -15px;
}
.textBox-r::before {
  background-color: #fff;
  color: #8e5f38;
  font-weight: bold;
  font-size: 105%;
  left: 5%;
  padding: 0px 10px 0px 10px;
  position: absolute;
  top: -12px;
}
.textBox-a::before {
  content: "代表のあゆみ";
}
.textBox-r::before {
  content: "【実績例】３年目看護師";
}
.textBox-r dl {
  color: #8e5f38;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.textBox-r dt {
  line-height: 1.7;
  margin-right: 0.5em;
  width: 35%;
  padding: 10px 5px;
  border-bottom: 1px dotted #8e5f38;
  vertical-align: middle;
}
.textBox-r dd {
  width: 50%;
  padding: 10px 5px;
  border-bottom: 1px dotted #8e5f38;
}
@media only screen and (max-width: 1024px) {
  .textBox-r dt {
    background-color: #eeeeee;
    color: #8e5f38;
    line-height: 1.7;
    width: 100% !important;
    padding: 0.5em;
    box-sizing: border-box;
    border-bottom: none;
  }
  .textBox-r dd {
    line-height: 1.5;
    width: 100%;
    padding: 0.5em;
    box-sizing: border-box;
    border-bottom: none;
  }
}
.price {
  margin: 20px auto;
  border-collapse: collapse;
  width: 95%;
}
/*.price, .price th {
    border-bottom: 1px solid black;
}*/
.price th {
  background: #eee;
  border: solid 1px #fff;
  color: #444;
  padding: 10px;
}
.price td {
  border-top: solid 1px #eee;
  padding: 10px;
}
.price td:last-child {
  border-bottom: solid 1px #eee;
}
@media screen and (max-width: 767px) {
  /*.last td:last-child {
    border-bottom: solid 1px #eee;
    width: 100%;
  }*/
  .price th, .price td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
  .price td:last-child {
    border-bottom: solid 0px #eee;
  }
}
.center {
  text-align: center;
}
.border {
  box-shadow: 1px 1px 5px 1px #c3c3c3;
  margin: 3rem 1rem;
  padding: 1.5rem;
}
ol {
  position: relative;
  margin: 0;
  padding: 0 10px 0 6px;
  list-style: none;
}
ol li {
  position: relative;
  margin: 1px 0 10px 0;
  padding: 0 30px;
  line-height: 1.5;
  /*border-bottom: solid 1px #eee;*/
}
li:last-child {
  border-bottom: none;
}
/* ol デザイン */
ol {
  counter-reset: li;
}
ol > li:before {
  position: absolute;
  font-weight: bold;
  counter-increment: li;
  content: counter(li) "";
  left: 0;
  top: -1px;
  color: #fff;
  width: 24px;
  height: 24px;
  font-size: 14px;
  text-align: center;
  border-radius: 100%;
  box-sizing: border-box;
  font-weight: bold;
  line-height: 1;
  background: #60c1bd;
  padding: 4px 0;
}
/* リンクデザイン */
ol a {
  text-decoration: none;
  color: #333;
}
ol a:hover {
  text-decoration: underline;
}
/* スマホ設定 */
@media screen and (max-width: 768px) {
  ol {
    padding: 0 10px 0 20px;
    font-size: 14px;
	margin-bottom: 1rem;
  }
  ol li {
    margin: 6px 20px 0 8px;
    padding: 0;
  }
  ol > li:before {
    font-size: 12px;
    left: -30px;
    top: 0px;
    padding: 4px 0;
    width: 20px;
    height: 20px;
  }
}