@media screen and (max-width: 600px) {
  /*=======================================
表示・非表示
========================================*/
  br.brsp {
    display: block
  }
  br.brpc {
    display: none
  }
  #gnav ul li.lig00 {
    display: none
  }
  #header-sp {
    display: block;
  }
  #header {
    display: none
  }
  #gnav {
    display: none
  }
  .globalMenuSp {
    display: block
  }
	.fs{/*フッターの住所等*/
	display: none	
	}
  /*=====================================
サイト共通+トップページ用
======================================= */
  #container {
    width: 100%;
    height: 100%
  }
  /*header（SP用）
=================================*/
  #header-sp {
    background-color: #FDF8F6;
    height: 84px;
    width: 100%;
    box-shadow: 0px 0px 4px;
    border-bottom: 6px solid #cd7798;
    display: block;
  }
  #header-sp h1 {
    float: left;
    width: 220px;
    margin-left: 1%;
    font-size: 0.7em;
    color: #714f23
  }
  #header-sp h1 img {
    margin-top: 5px;
    width: 80%;
  }
  /**/
  #hmail {
    width: 50px;
    display: block;
    position: absolute;
    right: 75px;
    top: 20px;
    z-index: 3;
  }
  /*SPナビ用ここから
==============================================*/
  /*ハンバーガー用CSS
===============================*/
  .navToggle {
    display: block;
    position: absolute;
    right: 10px;
    top: 20px;
    width: 42px;
    height: 40px;
    cursor: pointer;
    z-index: 3;
    background: #CD7798;
  }
  .navToggle span {
    display: block;
    position: absolute; /* .navToggleに対して */
    width: 30px;
    border-bottom: 3px solid #fff;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
  }
  .navToggle span:nth-child(1) {
    top: 9px;
  }
  .navToggle span:nth-child(2) {
    top: 18px;
  }
  .navToggle span:nth-child(3) {
    top: 27px;
  }
  .navToggle span:nth-child(4) {
    border: none;
    color: #3d67b2;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
  }
  /*タップした後）CSS
========================================*/
  /*タップした後の「X」の形とするためのCSSです。
transform というプロパティを使用*/
  /* 最初のspanをマイナス45度に */
  .navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* 2番目と3番目のspanを45度に */
  .navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /*装飾用と、メニューそのものを見えない位置に配置する*/
  nav.globalMenuSp {
    position: absolute;
    top: 90px;
    left: 0;
    background: #f3ede9;
    color: #fff;
    text-align: center;
    transform: translateY(-120%);
    transition: all 0.6s;
    width: 100%;
    z-index: 1000;
  }
  nav.globalMenuSp ul {
    background: #f3ede9;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  nav.globalMenuSp ul li {
    font-size: 1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #aaa;
  }
  /* 最後はラインを描かない */
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    padding: 18px 0 12px 0;
  }
  nav.globalMenuSp ul li.add { /*INDEX*/
    background-color: #f3ede9;
    padding: 4px 0 2px 0;
    font-family: 'Josefin Sans', sans-serif; /*Google Web Fonts*/
  }
  nav.globalMenuSp ul li a strong {
    font-size: 2em;
    color: #235571;
    font-style: oblique;
    font-family: 'Josefin Sans', sans-serif; /*Google Web Fonts*/
  }
  nav.globalMenuSp ul li a em {
    font-size: 0.8em;
  }
  /* このクラスを、jQueryで付与・削除する */
  /*activeクラス でグローバルメニューを上からスライドする*/
  nav.globalMenuSp.active {
    transform: translateY(0%);
  }
  .home {
    font-size: 2em;
    color: #999
  }
  /*SPナビ用ここまで*/
  /*footer*/
  #footer {
    color: #fff;
    background-color: #6f9f19;
    width: 100%;
  }
  #footer-in {
    width: 98%;
    margin: 0 1%;
    padding-top: 10px;
    margin-bottom: 10px;
    color: #fff
  }
  #footer-in h1 {
    float: left;
    width: 55%;

  }
  #footer-in h1 img {
	  padding-top: 12px;
    margin-bottom: 0px
  }

  .ftel {
    float: right;
    width: 40%;
  }
  .ftel img {
    margin-top: 12px;
  }
  .fmail {
    display: none;
  }
  /**/
  .fcopy {
    text-align: left;
    float: left;
    width: 98%;
    padding-top: 7px;
    border-top: 1px dotted #fff;
    font-size: 2.9vw;
    font-style: normal;
    opacity: 0.8;
    margin: 20px 1% 20px 1%;
  }
  /**/
  #fnav {
    height: auto;
    width: 100%;
  }
  #fnav-in {
    height: auto;
    width: 100%;
    margin: 0 auto;
    background-image: url(../common/fnav-bk.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 50px
  }
  #fnav ul {
    height: auto;
    width: 100%;
    text-align: center;
    padding-top: 9px;
    margin-left: 0;
    padding-bottom: 20px;
  }
  #fnav ul li {
    display: inline-block;
    float: left;
    width: 49%;
    padding: 15px 0 10px 0;
    border-left: 1px dotted #aaa;
    border-top: 1px dotted #aaa;
    font-size: 1em;
  }
  #fnav ul li:last-child {}
  /**/
  #mainimg {
    width: 100%;
  }
  ul.ul-mainimg {
    width: 100%;
    height: auto;
  }
  ul.ul-mainimg li {
    text-align: center;
    box-shadow: 2px 2px 6px 0px #bbb inset;
  }
  ul.ul-mainimg li img {
    text-align: center;
  }
  .cc01 {
    background: #f9fdf0;
    text-align: center;
  }
  .cc02 {
    background: #e7e1da;
    text-align: center;
    margin: 0 auto
  }
  .cc02-center {
    text-align: center;
  }
  /**/
  #wrap02 {
    width: 96%;
    background-image: url(../images/02-bk-sp2.jpg);
    background-repeat: no-repeat;
    background-position: center 170px;
    box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.3);
    z-index: 1000;
    padding: 0px 2% 20px 2%;
  }
  #wrap02 h3 {
    /*font-size: 1.4em;*/
    font-size: 5.2vw;
    padding-top: 30px;
    margin-bottom: 10px;
    color: #3d231d;
    text-align: left;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  }
  #wrap02 h4 {
    font-size: 1em;
    margin-bottom: 20px;
    color: #3d231d;
    text-align: left;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  }
  #wrap02 p {
    width: 96%;
    margin: 0 2% 10px 2%;
    line-height: 1.7;
    color: #444;
    font-size: 1em
  }
  img.img-w02sp {
    width: 94%;
    margin: 0 3%;
	  display: block
  }
  /**/
  #wrap03 {
    background-color: #f8e6ce;
    width: 100%;
    padding-top: 120px;
    background-image: url(../images/03-bg-sp.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    padding-bottom: 0px
  }
  #wrap03-in {
    width: 100%;
    margin: 0;
  }
  #wrap03-in ul {
    width: 98%;
    margin: 0 1%;
  }
  #wrap03-in ul li {
    display: inline-block;
    float: left;
    width: 48%;
    margin: 0px 1% 0px 1%;
    color: #714f23;
    height: 470px;
	line-height: 1.5
  }
  #wrap03-in ul li img {
    border: 2px solid #fff;
    margin-bottom: 10px
  }
  #wrap03-in ul li h4 {
    font-size: 5vw;
    margin-bottom: 10px
  }
  #wrap03-in ul li p { /*これ変更出てくる*/
    font-size: 0.9em;
    line-height: 1.6;
  }
  /**/
  #wrap04 {
    width: 100%;
    padding-top: 40px;
    margin-bottom: 45px
  }
  #wrap04-in {
    width: 94%;
    margin: 0 3%;
  }
  .wrap04-01 {
    float: left;
    height: 250px;
    width: 100%;
	  margin-bottom: -15px
  }
  .wrap04-01 img {
    margin-bottom: 3px;
    display: block
  }
  .iframe-news {
    width: 98%; /*枠から-3px*/
    height: 100%;
    border: 1px solid #aaa;
  }
  .wrap04-02 {
    float: left;
    height: auto;
    width: 100%;
    margin-top: 100px
  }
  .wrap04-02 img {
    width: 90%;
    margin: 0px 5% 0 5%;
  }
  /**/
  #wrap05 {
    background-color: #dfecbf;
    width: 100%;
  }
  #wrap05-in {
    width: 100%;
    margin: 0 auto;
  }
  .wrap05m {
    background-image: url(../images/05-bk.jpg);
    text-align: center;
    height: 100px;
    width: 100%;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .wrap05m h3 {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    color: #3d231d;
    font-size: 5.5vw;
	  /*font-size: 1.2em;*/
    line-height: 1.4;
    margin-top: 20px;
    text-shadow: 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 3px #fff, 0 0 6px #fff, 0 0 6px #fff;
  }
  .wrap05m h3 span {
    font-size:6.2vw;
	  /*font-size: 1.6em;*/
  }
  .wrap05m h4 {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    color: #3d231d;
    /*font-size: 1em;*/
	  font-size:3.8vw;
    line-height: 1.5;
    margin-top: 28px;
    text-shadow: 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 3px #fff, 0 0 6px #fff, 0 0 6px #fff;
  }
  .wrap05m h4 span {
    font-size:6vw;
	  /*font-size: 1.3em;*/
  }
  #wrap05-in ul {
    width: 90%;
    margin: 10px 5% 0 5%;
  }
  #wrap05-in ul li {
    display: inline-block;
    float: left;
    margin: 0 0 40px 0;
    line-height: 1.3;
    color: #fff;
    font-size: 0.9em
  }
  #wrap05-in ul li img {
    width: 70%;
    margin: 0 15% 0px 15%;
  }
  li.li05-1 {
    width: 100%;
    padding-top: 0
  }
  li.li05-2 {
    width: 100%;
  }
  li.li05-3 {
    width: 100%;
    padding-top: 0
  }
  li.li05-1 p {
    background: #65aca6;
    padding: 10px;
  }
  li.li05-2 p {
    background: #ef888c;
    color: #fff;
    padding: 10px
  }
  li.li05-3 p {
    background: #91ac66;
    color: #fff;
    padding: 10px
  }
  /**/
  /*最後の挨拶*/
  #wrap06 {
    width: 100%;
    margin-bottom: 40px;
  }
  #wrap06-in {
    height: auto;
    width: 100%;
    background: #eee;
    margin: 0;
    padding-top: 30px;
    padding-bottom: 20px
  }
  ul.ul-06 {
    width: 96%;
    margin: 0 2% 0 2%;
  }
  ul.ul-06 li {
    display: block;
    float: left
  }
  li.li06-1 { /*文章*/
    width: 100%;
    margin-bottom: 0px
  }
  li.li06-1 h3 {
    color: #3d231d;
    /*text-align: center;*/
    font-size: 1.5em;
    margin: 0 0 15px 0;
    line-height: 1.3;
    text-align: center
  }
  li.li06-1 h3 span {
    font-size: 1.2em;
    color: #003399;
    font-family: verdana, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  }
  li.li06-1 p {
    color: #000;
    margin: 0 1% 10px 0;
    line-height: 1.6;
  }
  .img-staff {
    width: 100%;
    float: left;
    margin-top: 0px;
    margin-bottom: 20px
  }
  li.li06-2 { /*関連写真*/
    width: 100%
  }
  li.li06-2 img {
    width: 44%;
    border: 4px solid #fff;
    box-shadow: 2px 2px 3px 0px #aaa;
    margin: 1%
  }

  /*=====================================
ここから下層ページ
=======================================*/
  #content {
    width: 100%;
  } /*下層タイトル*/
  #ktitle {
    background-color: #f1fad9;
    text-align: center;
    height: 150px;
    width: 100%;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    background-image: url(../common/stitle-bg-sp.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    box-shadow: 0px 0px 6px 0px #bbb inset;
  }
  #ktitle h2 {
    color: #666;
    font-size: 6.5vw;
	  /*font-size: 1.8em;*/
    line-height: 150px;
    text-shadow: 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 3px #fff, 0 0 6px #fff, 0 0 6px #fff;
  }
  /*パンくずリスト*/
  #pankuzu {
    width: 100%;
    margin: 10px 0 30px 0;
  }
  #pankuzu-in {
    width: 96%;
    margin: 0 2%;
  }
  #pankuzu-in ol {
    display: inline-block;
    text-align: left;
  }
  #pankuzu-in ol li {
    display: inline-block;
    font-size: 0.9em;
    flort: left
  }
  #pankuzu-in ol li:before {
    content: "\f105";
    display: inline-block;
    padding: 0 10px;
    font-family: FontAwesome;
  }
  #pankuzu-in ol li:first-child:before {
    display: none;
  }
  #pankuzu-in ol li a {
    color: #666;
    text-decoration: none;
  }
  /*=====================================
ここから下層テンプレート外
=======================================*/
  .k-wrap {
    width: 100%;
  }
  .k-wrap01 { /*薄ピンク*/
    width: 100%;
    background-color: #faf0f6;
    background-image: url(../about/images/03-midashi-sp.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 105px;
    margin-top: 20px;
    border-bottom: 2px solid #ccc
  }
  .k-wrap02 { /*薄ベージュ*/
    width: 100%;
    background: #f2ebdd;
    margin-bottom: 30px
  }
  /**/
  .k-wrap-in { /*全共通*/
    width: 100%;
    margin: 0 auto;
  }
  /**/
  .k-box01 { /*960px相当*/
    float: left;
    width: 94%;
    margin: 0 3% 20px 3%;
  }
  .k-box01.add { /*960px相当*/
    margin: 0 3% 10px 3%;
  }
  .k-box01.add2 { /*960px相当*/
    text-align: center
  }
  .k-box01.add22 { /*960px相当*/
    text-align: center;
    margin-bottom: -20px
  }
  .k-box01.add222 { /*960px相当*/
    text-align: center;
    margin-top: 0;
    border-bottom: 2px dotted #aaa
  }
  .k-box01.add3 { /*960px相当*/
    padding-bottom: 30px;
	 padding-top: 10px;
    border-bottom: 2px dotted #aaa
  }
  .k-box02 { /*800px相当*/
    float: left;
    width: 70%;
    margin: 0 15% 20px 15%;
  }
  /**/
  .h3-01 { /*幅フリー*/
    float: left;
    width: 94%;
    font-size: 4.9vw;
    color: #821d45;
    text-align: left;
    margin: 10px 3% 20px 3%;
  }
  .h3-01.add { /*幅フリー*/
    margin: 40px 3% 20px 3%;
  }
  .h3-02 { /*960相当*/
    float: left;
    width: 94%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 1.2em;
    color: #6a4503;
    background-color: #eee;
    background-image: url(../common/h3-02bg-sp.jpg);
    background-repeat: no-repeat;
    margin: 30px 3% 20px 3%;
  }
  .h3-02 span {
    color: #235571;
  }
  .h3-03 { /*幅フリー*/
    float: left;
    width: 94%;
    border-top: 2px dotted #aaa;
    font-size: 3.9vw;
    color: #666;
    margin: 0px 3% 0px 3%;
    padding-top: 10px
  }
  /**/
  .h4-01 { /*心の杖とは*/
    float: left;
    width: 94%;
    font-size: 3.7vw;
    text-align: left;
    margin: 0 3% 20px 3%;
  }
  /**/
  /**/
  p.p-01 { /*960相当*/
    float: left;
    width: 94%;
    margin: 0 3% 10px 3%;
  }
  p.p-01.add {
    margin: 0 3% 10px 3%;
  }
  p.p-01.add2 {
    margin: 0 3% 20px 3%;
    padding-bottom: 20px;
    border-bottom: 2px dotted #aaa;
  }
  /*=========================================================*/
  ul.ul-01 { /*心の杖とは*/
    float: left;
    width: 96%;
    margin: 15px 2% 5px 2%;
  }
  ul.ul-01 li {
    float: left;
    display: inline-block;
    width: 48%;
    padding: 0 1% 30px 1%
  }
  ul.ul-01 li img {
    margin-bottom: 10px;
    width: 96%;
    border: 1px solid #000;
  }
  /**/
  .img-border {
    margin-bottom: 10px;
    width: 96%;
    border: 1px solid #aaa;
  }
  ul.ul-01 li h4 {
    font-size: 1.2em;
    margin-bottom: 8px;
    color: #821d45;
  }
  ul.ul-01 li p {
    font-size: 0.9em
  }
  /*サービスのご紹介*/
  .k-box03 {
    float: left;
    width: 94%;
    border: 1px solid #7a5004;
    box-sizing: border-box;
    background-color: #f3ede9;
    background-image: url(../common/bg01.jpg);
    background-position: left bottom;
    background-repeat: no-repeat;
    margin: 0 3% 28px 3%;
  }
  .k-box03.add {
    margin: 0 10% 80px 10%;
  }
  img.img-w1 {
    float: left;
    width: 80%;
    margin: 25px 10% 30px 10%;
    border: 3px solid #fff
  }
  img.img-w2 {/*不要？**/
    width: 90%;
    padding: 7px 5% 2px 5%;
  }
	
img.img-w4 {
  width: 45%;
  padding: 10px 3% 30px 0;
}
img.img-w5 {
  width: 45%;
  padding: 10px 0 0 3%;
}
	
	
  img.img-w3 {
    width: 50%;
    padding: 7px 25% 2px 25%;
  }
  ul.ul-ser {
    float: right;
    width: 94%;
    background-image: none;
    background-position: right top;
    background-repeat: no-repeat;
    padding: 0 3% 20px 3%;
  }
  ul.ul-ser li {
    margin-bottom: 14px;
  }
  ul.ul-ser li h4 {
    font-size: 4.1vw;
    color: #821d45;
  }
  ul.ul-ser li ul {
    margin-top: 5px;
    padding: 0 0 0 0;
  }
  ul.ul-ser li ul li {
    background-image: url(../common/list.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 15px;
    margin-left: 15px;
    line-height: 1.3;
    margin-bottom: 5px;
  }
  /*ご利用料金*/
  .k-box03-right {
    float: left;
    width: 94%;
    background-image: none;
    background-position: right top;
    background-repeat: no-repeat;
    padding: 0px 3% 30px 3%;
  }
  /*基本テーブル*/
  .k-box03 table {
    float: left;
    width: 100%;
    box-sizing: border-box;
    border-collapse: collapse;
    text-align: center;
    margin: 0;
    background: #fff
  }
  .k-box03 table th, .k-box03 table td {
    border: 1px solid #666;
    font-size: 1em
  }
  .k-box03 table th {
    background: #e0e0e0;
    width: 50%;
    color: #000;
    vertical-align: middle;
    text-align: center;
    padding: 6px 0;
  }
  .k-box03 table td {
    width: 50%;
    text-align: right;
    padding: 6px 5px;
  }
  .k-box03 table td strong {
    color: #f00;
    font-size: 1.3em
  }
  .k-box03 table td.add {
    text-align: left;
    font-size: 0.9em;
    padding: 10px 5px 8px 5px;
  }
  .k-box03 table td.add strong {
    font-size: 1em
  }
  .k-box03 table td.add2 {
    background: #fff376
  }
  .k-box03 table th.add3 {
    background: #aaa8eb
  }
  /*ご利用の流れ*/
  h4.h4-02 {
    text-align: left;
    font-size: 3.9vw;
    color: #3d231d;
    margin: 6px 2% 10px 2%;
    display: block;
    float: left;
    width: 96%
  }
  ul.ul-02 {
    width: 70%;
    margin: 0 15%
  }
  ul.ul-02 li {
    font-size: 1.1em;
    font-weight: bold
  }
  /**/
  /*よくある質問*/
  dl.dl-01 {
    float: left;
    width: 94%;
    margin: 15px 3% 10px 3%;
  }
  dt.dt-01 {
    font-size: 1em;
    font-weight: bold;
    background-image: url(../faq/images/q.png);
    background-repeat: no-repeat;
    padding: 5px 0 10px 50px;
  }
  dd.dd-01 {
    color: #000;
    background-image: url(../faq/images/a.png);
    background-repeat: no-repeat;
    padding: 5px 0 15px 50px;
    border-bottom: 1px dotted #666;
    margin-bottom: 20px
  }
  /**/
  /*事業所案内*/
  .table-box-k01 {
    width: 80%;
    margin: 0 10% 60px 10%;
    float: left;
  }
  .table-box-k01 table {
    width: 100%;
    box-sizing: border-box;
    border-collapse: collapse;
    text-align: center;
  }
  .table-box-k01 table th {
    background: #ececec;
    width: 30%;
    color: #000;
    vertical-align: top;
    text-align: center;
    padding: 6px 0;
    border: 1px solid #999;
    font-size: 1.1em
  }
  .table-box-k01 table td {
    width: 70%;
    padding: 6px 5px 6px 10px;
    border: 1px solid #999;
    font-size: 1.1em
  }
  /**/
  table.table-01 {
    float: left;
    width: 100%;
    box-sizing: border-box;
    border-collapse: collapse;
  }
  .table-01 th {
    width: 30%;
    background: #ececec;
    color: #000;
    vertical-align: top;
    text-align: left;
    border: 1px solid #999;
    font-size: 1em;
    padding: 6px 1% 6px 1%;
  }
  .table-01 td {
    width: 68%;
    /*padding-left: 10px;*/
    border: 1px solid #999;
    font-size: 1em;
    padding: 6px 1% 6px 1%;
  }
  /**/
  /* お問い合わせフォームの設定
=============================================*/
  /*form全体をdivで囲まないと送信ボタンが動かない*/
  /*フォームテーブル*/
  .table-form {
    width: 100%;
    float: left;
    box-sizing: border-box;
    border-collapse: collapse;
    margin: 0 0 20px 0;
    color: #000
  }
  .table-form th {
    border: 1px solid #999;
    padding: 10px 0 10px 2%;
    background: #eee;
    width: 98%;
    color: #000;
    vertical-align: top;
    display: block;
    border-collapse: collapse;
  }
  .table-form em {
    color: #fff;
    background-color: #F60;
    padding: 1px 3% 1px 3%;
    margin-left: 1%;
    font-size: 0.8em
  }
  .table-form td {
    padding: 20px 0% 20px 0%;
    width: 100%;
    color: #000;
    display: block;
    border-collapse: collapse;
	  border: 0px solid #999;
  }
  .table-form td p {
    margin-bottom: 15px
  }
  .doui {
    width: 50%;
    border: 1px solid #ccc;
    padding: 2%
  }
  .input-textarea {
    height: 180px;
    width: 95%;
    font-size: 1.1em;
    padding: 1%;
    background: #f1f6e4;
    color: #000
  }
  .input-text {
    width: 98%;
    font-size: 1.1em;
    height: 30px;
    padding: 1%;
    background: #f1f6e4;
    color: #000;
    border: 1px solid #aaa
  }
  .input-text2 {
    width: 70%;
    height: 30px;
    font-size: 1.1em;
    padding: 1%;
    background: #f1f6e4;
    color: #000;
    border: 1px solid #aaa
  }
  input, textarea {
    font-size: 1.5em;
    /*これに直接指定するとラジオボタンに影響*/
  }
  .formbutton {
    text-align: center;
    margin: 20px auto 0 auto;
    width: 100%;
    height: auto;
  }
  .submit_btn { /*画像送信ボタン*/
    border: 0px;
    width: 283px;
    height: 57px;
    background: url(../contact/images/submit.gif) left top no-repeat;
  }
  /*プライバシーポリシー*/
  ol.ol-01 {
    float: left;
    width: 80%;
    margin: 0 10% 30px 15%;
  }
  ol.ol-01 li {
    line-height: 1.8
  }
  /*リンク集*/
  ul.ul-link {
    float: left;
    width: 94%;
    padding: 20px 3% 20px 3%;
    border: 1px solid #aaa;
    border-radius: 16px;
  }
  ul.ul-link li {
    line-height: 1.8;
    font-size: 0.9em
  }
  /*プライバシーポリシー*/
  .k-wrap-in-pri {
    width: 94%;
    border-top: 2px dotted #aaa;
    border-bottom: 2px dotted #aaa;
    padding: 15px 0 20px 0;
    margin: 0 3% 60px 3%;
    font-size: 0.9em;
  }
  .k-wrap-in-pri h4 {
    font-size: 1.2em;
    color: #444;
    margin: 20px 0 10px 0;
  }
  .k-wrap-in-pri p {
    margin-bottom: 15px;
  }
  .k-wrap-in-pri ol {
    margin: 5px 0 20px 20px;
  }
  .k-wrap-in-pri ol li {}
  .k-wrap-in-pri p.p-r {
    text-align: right;
  }
  /*事業所案内
===============================*/
  .k-wrap02-in {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  ul.ul-aaa {
    width: 94%;
    margin: 0 3% 0 3%;
  }
  ul.ul-aaa li {
    float: left;
    display: inline-block
  }
  ul.ul-aaa li.li-aaa01 { /*文章の方*/
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
    padding-bottom: 0px
  }
  img.img-aisatu {
    float: left;
    margin-bottom: 20px;
    margin-left: 0px
  }
  ul.ul-aaa li.li-aaa01 h3 {
    float: left;
    width: 100%;
    font-size: 5.2vw;
    /*font-size: 1.4em;*/
    color: #5d070d;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    margin-bottom: 19px;
  }
  ul.ul-aaa li.li-aaa01 p {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    line-height: 1.6
  }
  ul.ul-aaa li.li-aaa02 { /*写真の方s*/
    width: 100%;
    padding-top: 20px
  }
  img.a-ph { /*写真の方s*/
    width: 70%;
    margin: -15px 15% 0 15%;
  }
  p.p-name {
    padding-top: 12px;
  }
  /**/
  img.img-center {
    width: 100%;
    margin: 5px 0% 10px 0%;
  }
  img.img-center1 {
    width: 74%;
    margin: -10px 13% 30px 13%;
  }
  img.img-center2 {
    width: 100%;
    margin: 5px 0% 10px 0%;
  }
  ul.ul-03 {
    float: left;
    width: 86%;
    margin: 0 3% 20px 3%;
    border: 1px solid #aaa;
    padding: 15px 3% 15px 3%;
    border-radius: 16px;
  }
  ul.ul-03 li {
    font-size: 0.9em;
    font-weight: bold;
    color: #5d070d;
    line-height: 1.7
  }
  p.p-flow {
    float: left;
    width: 96%;
    margin: 0 0 12px 0;
    border: 1px solid #aaa;
    padding: 15px 2% 15px 2%;
    border-radius: 16px;
    font-size: 0.9em;
    text-align: left;
  }
  /**/
  .confoot-banner {
    width: 96%;
    margin: 10px 2% 40px 2%;
  }
  .confoot-banner p {
    margin-bottom: 15px;
    text-align: left;
    font-size: 0.9em
  }
  .confoot-banner img {
    border: 1px solid #80294f;
    box-sizing: border-box;
    width: 90%;
    margin: 0 5% 0 5%;
  }
  /**/
  .con-wrap {
    float: left;
    width: 94%;
    margin: 0 3% 0 3%;
    border: 1px solid #aaa;
    border-radius: 16px;
    box-sizing: border-box;
  }
  .con-wrap p {
    padding: 20px 3% 20px 3%;
    line-height: 1.8
  }
  .con-wrap img {
    width: 20%;
    float: right;
  }
  /**/
  h4.h4-03 {
    float: left;
    color: #fff;
    background-color: #959595;
    text-align: center;
    height: 30px;
    width: 94%;
    line-height: 30px;
    margin: 0 3% 20px 3%;
    border-radius: 8px;
  }
  /**/
  .backhome {
    text-align: center;
    float: left;
    width: 100%;
    margin: 20px 0 20px 0;
  }
  .backhome a {
    text-decoration: none;
    background-color: #ccc;
    color: #fff;
    padding: 8px 30px 8px 30px;
    font-size: 1.1em;
    border-radius: 8px;
  }
  /*福祉基金フロー
==============================*/
  /**/
  ul.ulfff {
    float: left;
    width: 96%;
    margin: 20px 2% 20px 2%;
  }
  ul.ulfff li {
    float: left;
    display: inline-block
  }
  .lifff {
    width: 100%;
    padding: 0 0% 30px 0%;
  }
  .lifff2 {
    float: left;
    width: 80%;
    padding: 0 10% 0px 10%;
  }
  /**/
  /*事業所案内*/
  .iframe-map {
    width: 100%;
    height: 480px
  }
  .k-box04 {
    float: left;
    width: 94%;
    margin: 0 3% 20px 3%;
    padding: 20px 2% 10px 2%;
    border: 2px solid #AAAAAA;
    border-radius: 16px;
    box-sizing: border-box;
  }
  .k-box04 h4 {
    margin-top: 5px;
    margin-bottom: 12px
  }
  .k-box04 h4 strong {
    font-size: 1.2em;
  }
  .k-box04 ul {
    margin: 0;
  }
  .k-box04 ul li {
    line-height: 1.5;
    margin-bottom: 15px;
    margin-left: 2%
  }
  .k-box04 ul li strong {
    color: #6a4503
  }
  .k-box04 ul li span {
    color: #000;
    font-weight: bold;
  }
  .lip-add {
    margin-top: 15px
  }
  .gmap-box {
    float: left;
    height: 450px;
    width: 94%;
    margin: 0 3% 40px 3%;
  }
  .iframe-in {
    width: 100%;
    height: 100%
  }
  /**/
  .img-sanpo {
    width: 94%;
    margin: 0 3% 0 3%;
  }
  p.p-03 {
    float: left;
    text-align: left;
    font-size: 0.9em
  }
}
@media screen and (max-width: 375px) {}