@charset "UTF-8";
@font-face {
  font-family: 'hui';
  font-style: normal;
  font-weight: normal;
  src: url("../font/HuiFont29.woff") format("woff"), url("../font/HuiFont29.ttf") format("truetype"); }
/* structure
----------------------------------------------------------------------*/
html, body {
  overflow-x: hidden; }

html {
  font-size: 62.5%;
  /* html入力枠用設定 */ }

body {
  width: 100%;
  color: #6E3C20;
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
  font-family: 'Zen Maru Gothic', sans-serif !important;
  font-weight: 600;
  font-style: normal;
  line-height: 1.7em;
  letter-spacing: 0.05em;
  text-align: left; }

@media print {
  body {
    width: 1200px;
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0; } }
/* 携帯以外の電話リンク無効 */
a[href^="tel:"] {
  color: #595757; }

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none; } }
/* Scrollup */
#scrollUp {
  background: url("../images/common/scrollup.png") left top no-repeat;
  background-size: contain;
  bottom: 55px;
  right: 27px;
  width: 60px;
  height: 60px;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  transition: all 0.3s ease 0s; }

#scrollUp.hide {
  right: -55px; }

/* 非表示 */
body h1 {
  display: none; }

.disno {
  display: none; }

.sp {
  display: none; }

@media screen and (max-width: 767px) {
  .pc {
    display: none; }

  .sp {
    display: block; } }
/*--------------------------------------------------*/
#wrapper {
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden; }

header {
  position: relative;
  width: 100%;
  height: 70px;
  background: url("../images/header/line.gif") left top repeat-x;
  background-size: 5px 20px;
  background-color: #FFF;
  z-index: 1000; }
  header .headerbox {
    position: absolute;
    display: flex;
    display: -webkit-flex;
    top: 30px;
    left: 50%;
    width: 1050px;
    margin: 0 auto;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    transform: translateX(-50%);
    z-index: 1100; }
    header .headerbox h2 {
      width: 165px; }
    header .headerbox p.tel {
      width: 485px;
      height: 30px;
      color: #6E3C20;
      font-size: 12px;
      background: url("../images/header/sun.png") left top no-repeat;
      background-size: 26px 30px;
      line-height: 30px;
      letter-spacing: 0.01em;
      padding-left: 36px; }
      header .headerbox p.tel span {
        color: #E84715;
        font-family: tbudgothic-std, sans-serif;
        font-weight: 900;
        font-size: 20px; }
      header img.instagram_logo_pc {
        width: 30px;
        margin-left: 20px; }


@media screen and (max-width: 767px) {
  header .headerbox {
    width: 92%; }
    header .headerbox p.tel {
      display: none; }
}

footer {
  width: 100%; 
  margin-top: 30px;
}

.pcheader {
  position: relative;
  width: 100%;
  height: 70px;
  background: url("../images/header/line.gif") left top repeat-x;
  background-size: 5px 20px;
  background-color: #FFF;
  z-index: 1000; }
  .pcheader .pcheaderbox {
    position: absolute;
    display: flex;
    display: -webkit-flex;
    top: 30px;
    left: 50%;
    width: 1050px;
    margin: 0 auto;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    transform: translateX(-50%);
    z-index: 1100; }
    .pcheader .pcheaderbox .pclogoarea {
      width: 165px; }
    .pcheader .pcheaderbox p.tel {
      width: 485px;
      height: 30px;
      color: #6E3C20;
      font-size: 12px;
      background: url("../images/header/sun.png") left top no-repeat;
      background-size: 26px 30px;
      line-height: 30px;
      letter-spacing: 0.01em;
      padding-left: 36px; }
      .pcheader .pcheaderbox p.tel span {
        color: #E84715;
        font-family: tbudgothic-std, sans-serif;
        font-weight: 900;
        font-size: 20px; }
      .pcheader img.instagram_logo_pc {
        width: 30px;
        margin-left: 20px; }

/* スマホ用 */
#navi {
  display: none;
  position: fixed;
  z-index: 200;
  overflow: hidden; }

@media screen and (max-width: 767px) {
  #navi {
    display: block; } }
/* header
--------------------------------------------------*/
#fixhead {
  display: none; }

  #pcfixhead {
    position: fixed;
    display: block;
    top: -100px;
    left: 0;
    width: 100%;
    opacity: 0;
    background-color: #FFF;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.9);
    z-index: 1000; }

  #pcfixhead.scrolled {
    top: 0;
    opacity: 1; }


@media screen and (max-width: 767px) {
  #fixhead {
    position: fixed;
    display: block;
    top: -100px;
    left: 0;
    width: 100%;
    opacity: 0;
    background-color: #FFF;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.9);
    z-index: 1000; }

  #fixhead.scrolled {
    top: 0;
    opacity: 1; }

  #pcfixhead {
    display: none; } }


/* スマホ用 */
.hmenu_btn {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  height: 26px;
  /*background:#ffffff;*/
  z-index: 1000;
  text-align: center; }
  .hmenu_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 26px;
    border-bottom: 2px solid #6E3C20;
    transform-origin: 0 0;
    transition: all 0.2s; }
  .hmenu_btn span:nth-child(1) {
    top: 3px; }
  .hmenu_btn span:nth-child(2) {
    top: 12px;
    opacity: 1; }
  .hmenu_btn span:nth-child(3) {
    top: 21px; }

@media screen and (max-width: 767px) {
  .hmenu_btn {
    display: block; } }
.hmenu_btn.active span:nth-child(1) {
  left: 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

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

.hmenu_btn.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* グローバルナビ
--------------------------------------------------*/
nav.pc_navi {
  width: 1120px;
  background-color: transparent;
  margin: 0 auto;
  padding: 5px 0; }
  nav.pc_navi ul {
    display: flex;
    display: -webkit-flex;
    width: 1120px;
    margin: 0 auto;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    nav.pc_navi ul li {
      width: 160px;
      border-right: 1.418px solid #E84715; }
      nav.pc_navi ul li a {
        display: block;
        width: 159px;
        height: 60px;
        color: #6E3C20;
        font-size: 21px;
        background-color: transparent;
        line-height: 60px;
        text-align: center; }
    nav.pc_navi ul li:last-child {
      border-right: none; }

@media screen and (max-width: 767px) {
  nav.pc_navi {
    display: none; }
  nav#pcfixhead {
    display: none; }
  }
/* スマホ用 */
.hmenu {
  position: absolute;
  top: 70px;
  right: 0;
  width: 100%;
  height: calc(100% - 70px);
  box-shadow: none;
  color: #000;
  z-index: 900;
  transition: all 0.6s;
  transform: translateY(-110%);
  text-align: center; }

.hmenu.active {
  transform: translateY(0%); }

.hmenu_in {
  position: relative;
  padding: 0 0 18px 0;
  overflow: hidden;
  z-index: 300; }

.hnavi_menu {
  width: 100%;
  padding: 0 2%;
  margin: 0 auto;
  background: #E84715; }

.navi_list {
  min-height: 60px;
  margin: 0 auto;
  padding: 0;
  border-bottom: 1px solid #FFF;
  text-align: center;
  letter-spacing: 0.2em; }

.navi_list:last-child {
  border-bottom: none; }

.navi_link {
  display: block;
  width: 100%;
  color: #FFF;
  font-size: 19px;
  font-weight: 600;
  line-height: 60px;
  cursor: pointer; }

/* footer
--------------------------------------------------*/
footer ul {
  display: flex;
  display: -webkit-flex;
  width: 1000px;
  margin: 0 auto;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  footer ul li.logo {
    width: 200px; }
  footer ul li.txtarea {
    width: 432px;
    padding-top: 35px; }
    footer ul li.txtarea h2 {
      width: 173px;
      height: 22px;
      background: url("../images/footer/logo2.png") top left no-repeat;
      background-size: contain;
      margin-bottom: 7px;
      font-size: 0;
      line-height: 0;
      text-indent: -9999px; }
    footer ul li.txtarea p {
      color: #595757;
      font-size: 17px;
      line-height: 1.4em;
      margin-bottom: 5px; }
    footer ul li.txtarea p.tel {
      height: 25px;
      color: #E84715;
      font-family: tbudgothic-std, sans-serif;
      font-weight: 900;
      font-size: 22px;
      background: url("../images/footer/tel.png") left top no-repeat;
      background-size: 25px 25px;
      line-height: 25px;
      letter-spacing: 0.01em;
      padding-left: 33px;
      margin-right: 10px;
      float: left; }
      footer ul li.txtarea p.tel a {
        color: #E84715; }
    footer ul li.txtarea p.fax {
      height: 22px;
      font-family: tbudgothic-std, sans-serif;
      font-weight: 900;
      font-size: 16px;
      background: url("../images/footer/fax.png") left top no-repeat;
      background-size: 22px 20px;
      line-height: 22px;
      letter-spacing: 0.01em;
      margin: 3px 0 0 0;
      padding-left: 29px;
      float: right; }
    footer ul li.txtarea p.instagram_logo_sp {
      display: none; }

  footer ul li.btn_mail {
    width: 320px;
    padding-top: 30px; }

.copyrightarea {
  width: 100%;
  height: 112px;
  background: url("../images/footer/bg_footer.jpg") center top repeat-x;
  background-size: 1200px 112px;
  padding-top: 60px; }
  .copyrightarea p {
    color: #FFF;
    font-size: 12px;
    text-align: center; }

@media screen and (max-width: 767px) {
  footer ul {
    width: 92%; }
    footer ul li.logo {
      width: 200px;
      margin: 0 auto; }
    footer ul li.txtarea {
      width: 100%;
      padding-top: 25px;
      text-align: center; }
      footer ul li.txtarea h2 {
        margin: 0 auto 15px auto; }
      footer ul li.txtarea p {
        font-size: 16px;
        line-height: 1.5em;
        margin-bottom: 15px; }
        footer ul li.txtarea p span {
          display: block; }
      footer ul li.txtarea p.tel {
        width: 240px;
        margin: 0 auto 15px auto;
        float: none;
        text-align: left; }
      footer ul li.txtarea p.fax {
        width: 180px;
        margin: 0 auto 10px auto;
        float: none;
        text-align: left; }
      footer ul li.txtarea p.instagram_logo_sp {
        display: block;
        width: 30px;
        margin: 20px auto; }
    footer ul li.btn_mail {
      width: 290px;
      margin: 0 auto 20px auto;
      padding-top: 10px; }

  .copyrightarea p {
    font-size: 12px; } }
/* 共通部分
--------------------------------------------------*/
.columnbox {
  width: 100%;
  margin: 30px auto 0 auto; }

.column_margin {
  width: 800px;
  margin: 0 auto; }

dl.column_margin {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  dl.column_margin dt.newsleft {
    width: 578px; }
  dl.column_margin dd.newsright {
    width: 175px; }

@media screen and (max-width: 767px) {
  .columnbox {
    width: 100%;
    padding-bottom: 20px;
    margin: 30px auto 0 auto; }

  .column_margin {
    width: 100%; }

  dl.column_margin dt.newsleft {
    width: 80%;
    margin: 50px auto 0 auto; }
  dl.column_margin dd.newsright {
    width: 70%;
    margin: 0 auto; }
}

/* トップ
--------------------------------------------------*/
.bg_sky {
  background: #FFF left top repeat-x;
  background-size: 10px 755px; }

.bg_hill {
  background: #FFF left 630px no-repeat;
  background-size: cover;
  padding-bottom: 50px; }

.bg_topphoto {
  background: url("../images/top/bg_top.jpg") center top no-repeat;
  background-size: 100% 750px;
  padding-top: 30px; }
  .bg_topphoto h2 {
    width: 390px;
    height: 413px;
    background: url("../images/top/copy.png") top left no-repeat;
    background-size: contain;
    margin: 150px auto 100px auto;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    position: relative;
    z-index: 1; }


.container {
    margin-top: 50px;
}

.slider-area {
    position: relative; }

.slider-item {
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 0;
    text-align: center;
    animation: slideShow 30s linear infinite 0s;
}

.slider-item:nth-child(2) {
    animation-delay: 10s;
}

.slider-item:nth-child(3) {
    animation-delay: 20s;
}

.slider-item img {
    width: 850px;
    border-radius: 100px; }

@keyframes slideShow {
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }

    8% {
        opacity: 1;
        animation-timing-function: ease-out;
    }

    20% {
        opacity: 1;
    }

    40%,
    100% {
        opacity: 0;
    }
}




.newsarea {
  width: 1000px;
  height: 426px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 auto;
  padding-top: 20px; }
  .newsarea .newstitle {
    width: 100%;
    height: 84px;
    line-height: 84px;
    margin-bottom: 25px; }
    .newsarea .newstitle dl {
      display: block;
      width: 850px;
      text-align: center;
      margin: 0 auto; }
      .newsarea .newstitle dl dt {
        width: 100%; }
        .newsarea .newstitle dl dt h3 {
          color: #6E3C20;
          font-size: 26px;
          font-family: "AB-mayuminwalk", sans-serif;
          font-weight: 400;
          line-height: 42px;
          letter-spacing: 0.18em; }
        .newsarea .newstitle dl dd h3 {
          display: block;
          color: #6E3C20;
          font-size: 16px;
          line-height: 17px;
          text-align: center; }
  .newsarea .newslist {
    width: 850px;
    margin: 0 auto 43px auto; }
    .newsarea .newslist .newsbox {
      display: flex;
      display: -webkit-flex;
      width: 100%;
      border-bottom: 1px solid #6E3C20;
      margin-bottom: 10px;
      padding: 0 10px 5px 20px;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      .newsarea .newslist .newsbox li.dayarea {
        width: 100px;
        color: #727171;
        font-size: 15px; }
      .newsarea .newslist .newsbox li.category {
        width: 70px;
        height: 17px;
        color: #FFF;
        font-size: 13px;
        line-height: 18px;
        margin-top: 2px;
        text-align: center; }
      .newsarea .newslist .newsbox li.info {
        background-color: #E84715; }
      .newsarea .newslist .newsbox li.price {
        background-color: #FF7FAC; }
      .newsarea .newslist .newsbox li.boshu {
        background-color: #8FC31F; }
      .newsarea .newslist .newsbox li.kengaku {
        background-color: #00BED7; }
      .newsarea .newslist .newsbox li.treatment {
        background-color: #7E318E; }
      .newsarea .newslist .newsbox li.tx_news {
        width: 580px;
        font-size: 15px;
        line-height: 1.4em; }
        .newsarea .newslist .newsbox li.tx_news a {
          color: #6E3C20; }
  .newsarea ul.btnarea {
    display: -webkit-flex;
    display: flex;
    width: 850px;
    margin: 0 auto 50px auto; }
    .newsarea ul.btnarea li {
      width: 20%;
      position: relative;
      text-align: center; }
      
    .newsarea ul.btnarea img {
      width: 80%; }
    
    .newsarea ul.btnarea .cattext {
      position: absolute;
      left: 55px;
      top: 12px;
      color: #6E3C20;
      line-height: 18px; }

    .newsarea ul.btnarea .cattextinfo {
      position: absolute;
      left: 55px;
      top: 17px;
      color: #6E3C20; }

    .newsarea a.listlink {
      display: block;
      color: #6E3C20;
      font-size: 16px;
      background: url("../images/top/i_newslist.png") top right no-repeat;
      background-size: 17px 17px;
      line-height: 17px;
      text-align: right;
      padding-right: 22px;
      margin-top: 20px; }

.submenu {
  width: 100%;
  padding-bottom: 55px;
  text-align: center;
  margin: 0 auto;
  background-color: #FDFEED; }
  .submenu ul {
    display: flex;
    display: -webkit-flex;
    width: 1000px;
    margin: 0 auto;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .submenu ul li {
      width: 326px;
      height: 455px;
      padding-top: 120px; }
      .submenu ul li h3 {
        display: none; }
      .submenu ul li a {
        display: block;
        width: 275px;
        margin: 0 auto; }
    .submenu ul li.bg_day {
      background: url("../images/top/bg_day.png") top left no-repeat;
      background-size: contain; }
    .submenu ul li.bg_care {
      background: url("../images/top/bg_care.png") top left no-repeat;
      background-size: contain; }
    .submenu ul li.bg_kyotaku {
      background: url("../images/top/bg_kyotaku.png") top left no-repeat;
      background-size: contain; }


  .submenu .submenutitle {
    background: url("../images/top/bg_service.jpg") center no-repeat;
    height: 300px; }
    .submenu .submenutitle dl {
      text-align: center; }
        .submenu .submenutitle dl dt h3 {
          color: #6E3C20;
          font-size: 26px;
          font-family: "AB-mayuminwalk", sans-serif;
          font-weight: 400;
          line-height: 42px;
          letter-spacing: 0.18em;
          padding-top: 125px; }
        .submenu .submenutitle dl dd h3 {
          display: block;
          color: #6E3C20;
          font-size: 16px;
          line-height: 17px;
          text-align: center;
          padding-top: 20px; }

  .submenu .submenuitem {
    text-align: center;
    margin: 0 auto;
    width: 1000px; }

   .submenu .submenuitem .dayservice {
     display: flex;
     padding: 50px 0;
     justify-content: center;
     align-items: center;
   }

    .submenu .submenuitem .dayservice img:nth-child(1) {
      max-width: 40%; 
      max-height: fit-content;
      margin-right: 20px; }

    .submenu .submenuitem .dayservice img:nth-child(2) {
      max-width: 55%;
      max-height: fit-content;
      margin-left: 20px; }

   .submenu .submenuitem .homehelper {
     display: flex;
     padding: 50px 0;
     justify-content: center;
     align-items: center;
   }

    .submenu .submenuitem .homehelper img:nth-child(1) {
      max-width: 55%;
      max-height: fit-content;
      margin-right: 20px; }

    .submenu .submenuitem .homehelper img:nth-child(2) {
      max-width: 40%; 
      max-height: fit-content;
      margin-left: 20px; }

   .submenu .submenuitem .kyotaku {
     display: flex;
     padding: 50px 0;
     justify-content: center;
     align-items: center;
   }

    .submenu .submenuitem .kyotaku img:nth-child(1) {
      max-width: 40%; 
      max-height: fit-content;
      margin-right: 20px; }

    .submenu .submenuitem .kyotaku img:nth-child(2) {
      max-width: 55%;
      max-height: fit-content;
      margin-left: 20px; }

 .recruitarea {
    background: url(../images/common/bg_pattern.jpg) center repeat-x;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center; }

  .recruitarea .recruittitle { }

  .recruitarea img.pc {
    display: block;
    width: 1000px;
    border-radius: 30px; }

  .recruitarea img.sp {
    display: none; }

        .recruitarea .recruittitle dl dt h3 {
          color: #6E3C20;
          font-size: 26px;
          font-family: "AB-mayuminwalk", sans-serif;
          font-weight: 400;
          line-height: 42px;
          letter-spacing: 0.18em; }

        .recruitarea .recruittitle dl dd h3 {
          display: block;
          color: #6E3C20;
          font-size: 16px;
          line-height: 17px;
          text-align: center; }

@media screen and (max-width: 767px) {

  .bg_topphoto {
    background: url("../images/top/bg_top.jpg") center top no-repeat;
    background-size: 100% 500px;
    padding-top: 30px; }
    .bg_topphoto h2 {
      width: 300px;
      background: url("../images/top/copy.png") top left no-repeat;
      background-size: contain;
      margin: 50px auto 20px auto;
      font-size: 0;
      line-height: 0;
      text-indent: -9999px;
      position: relative;
      z-index: 1; }

  .container {
    margin-top: 25px; }

    .slider-item img {
      height: 400px;
      object-fit: cover;
      width: 100%;
      border-radius: 0; }

  .newsarea {
    width: 90.6%;
    height: auto; }
      .newsarea .newstitle dl {
        width: 100%; }
        .newsarea .newstitle dl dt { }
          .newsarea .newstitle dl dt h3 {
            font-size: 32px;
            letter-spacing: 0.36em; }
        .newsarea .newstitle dl dd { }
          .newsarea .newstitle dl dd h3 {
            font-size: 24px;
            letter-spacing: 0.36em;
            line-height: 40px;}

  .newsarea .newstitle {
    margin-bottom: 20px; }
  .newsarea ul.btnarea {
    width: 100%;
    margin: 0 auto 50px auto;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .newsarea ul.btnarea li {
      width: 50%;
      margin-top: 10px; }

    .newsarea ul.btnarea img {
      width: 90%;
      height: 60px; }

    .newsarea ul.btnarea .cattext {
      top: 35%;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      line-height: 20px;
      font-size: 16px; }

    .newsarea ul.btnarea .cattext br {
      display: none;}

    .newsarea ul.btnarea .cattextinfo {
      top: 35%;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      line-height: 20px;
      font-size: 16px; }

    .newsarea a.listlink {
      display: block;
      color: #6E3C20;
      font-size: 16px;
      background: url("../images/top/i_newslist.png") top right no-repeat;
      background-size: 17px 17px;
      line-height: 17px;
      text-align: right;
      padding-right: 22px;
      margin-top: 20px; }

    .newsarea .newslist {
      width: 100%; }

    .newsarea .newslist .newsbox {
      -webkit-justify-content: space-between;
      justify-content: flex-start; }

  .submenu {
    padding-bottom: 0px; }

  .submenu .submenutitle {
    height: 100px;
    background-size: cover; }
    .submenu .submenutitle dl { }
        .submenu .submenutitle dl dt h3 {
          font-size: 32px;
          padding-top: 30px; }

  .submenu .submenuitem {
    width: 100%; }

    .submenu .submenuitem .dayservice {
      flex-wrap: wrap;
      padding: 50px 0 30px 0; }

      .submenu .submenuitem .dayservice img:nth-child(1) {
        max-width: 90%;
        margin-right: 0px;
        margin-bottom: 15px; }

      .submenu .submenuitem .dayservice img:nth-child(2) {
        max-width: 90%;
        margin-left: 0px;
        margin-top: 15px; }

    .submenu .submenuitem .homehelper {
      flex-wrap: wrap;
      flex-direction: column-reverse;
      padding: 30px 0 30px 0; }

      .submenu .submenuitem .homehelper img:nth-child(1) {
        max-width: 90%;
        margin-right: 0px;
        margin-top: 15px; }

      .submenu .submenuitem .homehelper img:nth-child(2) {
        max-width: 90%;
        margin-left: 0px;
        margin-bottom: 15px; }

    .submenu .submenuitem .kyotaku {
      flex-wrap: wrap;
      padding: 30px 0 60px 0; }

      .submenu .submenuitem .kyotaku img:nth-child(1) {
        max-width: 90%;
        margin-right: 0px;
        margin-bottom: 15px; }

      .submenu .submenuitem .kyotaku img:nth-child(2) {
        max-width: 90%;
        margin-left: 0px;
        margin-top: 15px; }

  .recruitarea {
    height: 350px; }

  .recruitarea img.pc {
    display: none; }

  .recruitarea img.sp {
    display: block;
    width: 90%;
    margin: 0 auto;
    border-radius: 20px; }

}

/* ひだまりについて
--------------------------------------------------*/
.bg_about {
  padding: 30px 0 0 0; }

  .bg_about .column_margin {
    padding: 80px 0 50px 0; 
  }

  .bg_about h2.tl_hidamari {
    position: relative;
    height: 300px;
    font-size: 0;
    margin: 50px auto 0 auto; }
    .bg_about h2.tl_hidamari img.about_title {
      width: 40%;
      margin-right: -20px;
      z-index: 1;
      max-height: 270px;
      object-fit: scale-down;
      position: absolute;
      right: 50%;
      top: 15px; }
    .bg_about h2.tl_hidamari img.about_title_picture {
      height: 300px;
      margin-left: -3%;
      border-radius: 100px 0 0 100px;
      object-fit: cover;
      position: absolute;
      right: 0;
      width: 60%; }

  .bg_about .green_line {
    background: url(../images/common/line-illust1.png) center center repeat-x;
    height: 20px;
    width: 800px;
    background-size: contain;
    margin: 30px auto; }

  .bg_about h3.tl_greeting {
    font-family: "zen-maru-gothic", sans-serif;
    font-weight: 500;
    font-size: 36px;
    text-align: center; }
  .bg_about h3.tl_info {
    font-family: "zen-maru-gothic", sans-serif;
    font-weight: 500;
    font-size: 36px;
    text-align: center; }
  .bg_about h3.tl_access {
    font-family: "zen-maru-gothic", sans-serif;
    font-weight: 500;
    font-size: 36px;
    text-align: center; }
  .bg_about h3.tl_history {
    font-family: "zen-maru-gothic", sans-serif;
    font-weight: 500;
    font-size: 36px;
    text-align: center; }

  .bg_about .greetingbox {
      font-size: 16px; }

  .bg_about .speech_text {
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    color: #F8B62D; }

  .bg_about .imgbox {
    margin: 30px auto 60px auto;
    padding-bottom: 30px;
    position: relative;
    text-align: center; }

  .bg_about img.bubble {
    height: 220px;
    object-fit: contain;
    width: 300%;
    margin: 0 0 0 -100%; }

  .bg_about .name_text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 16px; }

  .bg_about .name_text span {
    font-size: 18px; }

  .bg_about img.profile_photo {
    position: absolute;
    width: 200px;
    top: 0;
    right: 0;
    left: 0;
    margin: auto; }

  .bg_about table.about1 {
    width: 800px;
    margin: 0 auto 60px auto; }
    .bg_about table.about1 th {
      width: 140px;
      padding-bottom: 20px; }
      .bg_about table.about1 th span {
        display: block;
        width: 140px;
        height: 30px;
        color: #FFF;
        background-color: #F8B62D;
        text-align: center;
        line-height: 31px; }
    .bg_about table.about1 td {
      font-size: 16px;
      padding: 10px 0 10px 40px;
      line-height: 1.5em;
      text-align: left; }

  .bg_about .picture_box {
    width: 800px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto; }

  .bg_about .picture_box img {
    width: 250px; }

  .bg_about .gmap {
    margin-bottom: 15px; }
  .bg_about p.i_address {
    width: 100%;
    height: 40px;
    font-size: 16px;
    background: url("../images/about/i_address.png") 3px top no-repeat;
    background-size: 27px 40px;
    margin: 0 0 10px 10px;
    padding-left: 49px;
    line-height: 40px; }
  .bg_about p.i_bus {
    width: 100%;
    height: 40px;
    font-size: 16px;
    background: url("../images/about/i_access.png") left top no-repeat;
    background-size: 34px 35px;
    margin: 0 0 0 10px;
    padding-left: 49px;
    line-height: 35px; }
  .bg_about table.about2 {
    width: 800px;
    margin: 0 auto; }
    .bg_about table.about2 th {
      width: 170px;
      font-size: 16px;
      border-bottom: 1px solid;
      text-align: center; }
    .bg_about table.about2 td {
      font-size: 16px;
      font-family: tbudrgothic-std, sans-serif;
      font-weight: 700;
      border-bottom: 1px solid;
      padding: 20px 0 10px 40px;
      line-height: 1.5em; }

  .bg_about .column_about {
    background: url(../images/common/bg_pattern.jpg) center center repeat;
    padding: 80px 0px 50px 0px;
    text-align: center; }

  .bg_about .column_history {
    background-color: #FDFEED;
    padding: 80px 0px 50px 0px; }

  .bg_about .committee_text {
    width: 800px;
    font-size: 16px;
    margin: 0 auto 30px auto; }

  .bg_about .committee_btn {
    width: 400px;
    margin: 10px auto 30px auto; }

@media screen and (max-width: 767px) {

  .bg_about {
    padding: 0; }

  .bg_about h2.tl_hidamari {
    height: 480px;
    margin: 0; }
    .bg_about h2.tl_hidamari img.about_title {
      width: 90%;
      right: 0;
      top: 0;
      left: 0;
      bottom: 0;
      margin: 0 auto; }
    .bg_about h2.tl_hidamari img.about_title_picture {
      width: 100%;
      right: 0;
      top: 280px;
      left: 0;
      bottom: 0;
      margin: auto;
      height: 200px;
      border-radius: 0; }

    .bg_about .speech_text {
      font-size: 26px; }

    .bg_about img.bubble {
      width: 100%;
      margin: 0; }

    .bg_about h3.tl_greeting {
      font-size: 30px;
      letter-spacing: 5px; }

    .bg_about .green_line {
      width: 90%;
      background-repeat: no-repeat; }

    .bg_about .greetingbox {
      width: 90%;
      margin: 0 auto; }

    .bg_about h3.tl_info {
      font-size: 30px;
      letter-spacing: 5px; }

    .bg_about h4 {
      width: 100%;
      font-size: 16px;
      text-align: center;
      padding-bottom: 10px;
      margin: 0 0 30px 0;
      line-height: 1.8em; }
      .bg_about h4 span {
        display: block; }
    .bg_about dl.greetingbox {
      width: 100%;
      margin: 0 auto 70px auto; }
      .bg_about dl.greetingbox dt {
        width: 100%;
        font-size: 14px;
        margin-bottom: 30px; }
      .bg_about dl.greetingbox dd {
        width: 190px;
        margin: 0 auto; }
        .bg_about dl.greetingbox dd p {
          font-size: 15px;
          line-height: 1.5em; }
          .bg_about dl.greetingbox dd p span {
            font-size: 19px; }
    .bg_about table.about1 {
      width: 90%;
      margin: 0 auto 60px auto; }
      .bg_about table.about1 th {
        width: 70px;
        padding-bottom: 10px; }
        .bg_about table.about1 th span {
          display: block;
          width: 70px;
          height: 20px;
          color: #FFF;
          text-align: center;
          line-height: 20px;
          font-size: 11px; }
      .bg_about table.about1 td {
        padding: 10px 0 10px 10px;
        line-height: 1.4em; }

    .bg_about .picture_box {
      width: 96%;
      margin: 0px auto 0px auto;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      align-content: center; }
      .bg_about .picture_box a {
        width: 50%; }
      .bg_about .picture_box img {
        width: 100%;
        padding: 10px; }

    .bg_about h3.tl_access {
      font-size: 30px;
      letter-spacing: 5px; }

    .bg_about .gmap {
      position: relative;
      width: 70%;
      height: 350px;
      margin: 0 auto 25px auto;
      overflow: hidden; }
      .bg_about .gmap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important; }
    .bg_about p.i_address {
      width: 70%;
      height: auto;
      font-size: 16px;
      background: url("../images/about/i_address.png") 3px top no-repeat;
      background-size: 20px 30px;
      margin: 0 auto 15px auto;
      padding-left: 35px;
      line-height: 1.5em; }
      .bg_about p.i_address span {
        display: block; }
    .bg_about p.i_bus {
      width: 70%;
      height: auto;
      font-size: 16px;
      background: url("../images/about/i_access.png") left top no-repeat;
      background-size: 24px 25px;
      margin: 0 auto;
      padding-left: 35px;
      line-height: 1.5em; }
      .bg_about p.i_bus span {
        display: block; }

    .bg_about h3.tl_history {
      font-size: 30px;
      letter-spacing: 5px; }

    .bg_about table.about2 {
      width: 90%;
      margin: 0 auto 20px auto; }
      .bg_about table.about2 th {
        width: 85px;
        font-size: 14px;
        padding: 20px 0 10px 0;
        text-align: center; }
      .bg_about table.about2 td {
        font-size: 14px;
        padding: 20px 0 10px 10px;
        line-height: 1.5em; }
        .bg_about table.about2 td span {
          display: block; }

    .bg_about .committee_text {
      width: 90%; }

    .bg_about .committee_btn {
      width: 80%; }

}

/* 通所介護・訪問介護・居宅介護支援について
--------------------------------------------------*/

.column_nomargin {
  background-color: #FDFEED;
  padding: 50px; }

.column_memo {
  background: url("../images/common/bg_pattern.jpg") center center repeat;
  padding: 50px 0 100px 0; }

.bg_day {
  padding: 0; }

.bg_care {
  padding: 0; }

.bg_kyotaku {
  padding: 0; }

  .bg_day h2.tl_day {
    position: relative;
    height: 300px;
    font-size: 0;
    margin: 50px auto 0 auto; }
    .bg_day h2.tl_day img.day_title {
      width: 40%;
      margin-right: -20px;
      z-index: 1;
      max-height: 270px;
      object-fit: scale-down;
      position: absolute;
      right: 50%;
      top: 15px; }
    .bg_day h2.tl_day img.day_title_picture {
      height: 300px;
      margin-left: -3%;
      border-radius: 100px 0 0 100px;
      object-fit: cover;
      position: absolute;
      right: 0;
      width: 60%; }

  .bg_care h2.tl_care {
    position: relative;
    height: 300px;
    font-size: 0;
    margin: 100px auto 0 auto; }
    .bg_care h2.tl_care img.care_title {
      width: 40%;
      margin-right: -20px;
      z-index: 1;
      max-height: 270px;
      object-fit: scale-down;
      position: absolute;
      right: 50%; 
      top: 15px; }
    .bg_care h2.tl_care img.care_title_picture {
      height: 300px;
      margin-left: -3%;
      border-radius: 100px 0 0 100px;
      object-fit: cover;
      position: absolute;
      right: 0;
      width: 60%; }

  .bg_kyotaku h2.tl_kyotaku {
    position: relative;
    height: 300px;
    font-size: 0;
    margin: 100px auto 0 auto; }
    .bg_kyotaku h2.tl_kyotaku img.kyotaku_title {
      width: 40%;
      margin-right: -20px;
      z-index: 1;
      max-height: 270px;
      object-fit: scale-down;
      position: absolute;
      right: 50%;
      top: 15px; }
    .bg_kyotaku h2.tl_kyotaku img.kyotaku_title_picture {
      height: 300px;
      margin-left: -3%;
      border-radius: 100px 0 0 100px;
      object-fit: cover;
      position: absolute;
      right: 0;
      width: 60%; }

h3.copy_day {
  width: 100%;
  height: 113px;
  text-align: center;
  font-size: 36px;
  margin: -150px auto 0 auto; }

h3.copy_care {
  width: 100%;
  height: 113px;
  text-align: center;
  font-size: 36px;
  margin: -150px auto 0 auto; }

h3.copy_kyotaku {
  width: 100%;
  height: 113px;
  text-align: center;
  font-size: 36px;
  margin: -150px auto 0 auto; }

.text_day {
  text-align: center;
  font-size: 18px;
  font-family: "AB-babywalk", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.text_care {
  text-align: center;
  font-size: 18px;
  font-family: "AB-babywalk", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.text_kyotaku {
  text-align: center;
  font-size: 18px;
  font-family: "AB-babywalk", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.photo_day {
  margin: 60px auto 0px auto;
  position: relative;
  text-align: center; }
  .photo_day img.icon_day {
    position: absolute;
    width: 300px;
    margin: 30px auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .photo_day .bg_day {
    height: 450px;
    object-fit: contain;
    width: 120%;
    margin: 0 0 0 -10%; }

  .photo_day .bg_day_sp {
    display: none; }

  .photo_day .title_day {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 30px;
    color: #D3A054; }

.photo_care {
  margin: 60px auto 0px auto;
  position: relative;
  text-align: center; }
  .photo_care img.icon_care {
    position: absolute;
    width: 300px;
    margin: 30px auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .photo_care .bg_care {
    height: 450px;
    object-fit: contain;
    width: 120%;
    margin: 0 0 0 -10%; }

  .photo_care .bg_care_sp {
    display: none; }

  .photo_care .title_care {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 30px;
    color: #549834; }

.photo_kyotaku {
  margin: 60px auto 0px auto;
  position: relative;
  text-align: center; }
  .photo_kyotaku img.icon_kyotaku {
    position: absolute;
    width: 300px;
    margin: 30px auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .photo_kyotaku .bg_kyotaku {
    height: 450px;
    object-fit: contain;
    width: 120%;
    margin: 0 0 0 -10%; }

  .photo_kyotaku .bg_kyotaku_sp {
    display: none; }

  .photo_kyotaku .title_kyotaku {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 30px;
    color: #E35973; }

.line_service {
  height: 20px;
  background: url(../images/common/line-illust2.png) center center repeat-x;
  background-size: contain;
  margin: 40px auto 40px auto; }

.titlephoto_day {
  height: 300px;
  margin: 0px auto 60px auto;
  position: relative; }
  .titlephoto_day img.titlephoto_day_photo {
    position: absolute;
    width: 500px;
    left: 0; }
  .titlephoto_day img.titlephoto_day_text {
    position: absolute;
    width: 300px;
    right: 20px;
    bottom: 20px; }

.photobox_day {
  margin: 0px auto 60px auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-content: center; }
  .photobox_day img {
    width: 250px;
    margin-bottom: 20px; }

.titlephoto_care {
  height: 300px;
  margin: 0px auto 60px auto;
  position: relative; }
  .titlephoto_care img.titlephoto_care_photo {
    position: absolute;
    width: 500px;
    left: 0; }
  .titlephoto_care img.titlephoto_care_text {
    position: absolute;
    width: 300px;
    right: 20px;
    bottom: 20px; }

.photobox_care {
  margin: 0px auto 60px auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-content: center; }
  .photobox_care img {
    width: 250px;
    margin-bottom: 20px; }

.titlephoto_kyotaku {
  height: 300px;
  margin: 0px auto 60px auto;
  position: relative; }
  .titlephoto_kyotaku img.titlephoto_kyotaku_photo {
    position: absolute;
    width: 500px;
    left: 0; }
  .titlephoto_kyotaku img.titlephoto_kyotaku_text {
    position: absolute;
    width: 300px;
    right: 20px;
    bottom: 20px; }

dl.staffarea {
  display: flex;
  display: -webkit-flex;
  width: 800px;
  border-bottom: 1px solid #6E3C20;
  margin: 0 auto 30px auto;
  padding-bottom: 30px;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  dl.staffarea dt {
    width: 170px; }
  dl.staffarea dd {
    width: 600px; }
    dl.staffarea dd p {
      color: #231815;
      font-size: 22px;
      font-family: hui;
      line-height: 1.8em;
      letter-spacing: 0.01em; }

#care dl.staffarea dd, #kyotaku dl.staffarea dd {
  padding-top: 50px; }

table.service {
  width: 800px;
  margin: 0 auto 30px auto; }
  table.service th {
    width: 180px;
    padding-bottom: 20px; }
    table.service th span {
      display: block;
      width: 180px;
      height: 30px;
      color: #FFF;
      font-family: tbudrgothic-std, sans-serif;
      font-weight: 700;
      border-radius: 14px;
      text-align: center;
      line-height: 31px; }
  table.service td {
    font-size: 18px;
    font-family: tbudrgothic-std, sans-serif;
    font-weight: 400;
    padding: 10px 0 10px 40px;
    line-height: 1.5em;
    text-align: left; }

    table.service td p.bmargin {
      margin-bottom: 5px; }

#day table.service { }

#care table.service { }

#kyotaku table.service { }

#day table.service th span {
  background-color: #D3A054; }

#care table.service th span {
  background-color: #549834; }

#kyotaku table.service th span {
  background-color: #D66275; }

a.btn_price {
  display: block;
  width: 460px;
  margin: 0 auto 10px auto; }

p.uptime {
  color: #E84715;
  font-size: 15px;
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 400;
  line-height: 1.4em;
  text-align: center;
  margin-bottom: 30px; }

.pricebox {
  width: 800px;
  background-color: #FFFFE6;
  margin: 0 auto 10px auto; }

.pricebox h3 {
  width: 800px;
  height: 40px;
  color: #FFF;
  font-size: 18px;
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 40px;
  text-align: center; }

#day .pricebox {
  border: 1px solid #EF821E; }

#care .pricebox {
  border: 1px solid #00A63C; }

#day .pricebox h3 {
  background-color: #EF821E; }

#care .pricebox h3 {
  background-color: #00A63C; }

#day .pricebox p {
  width: 642px;
  height: 550px;
  background: url("../images/service/price_day.png") top left no-repeat;
  background-size: 642px 550px;
  margin: 0 auto 30px auto;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px; }

#care .pricebox p {
  width: 642px;
  height: 625px;
  background: url("../images/service/price_care.png") top left no-repeat;
  background-size: 642px 625px;
  margin: 0 auto 30px auto;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px; }

.note {
  font-size: 15px;
  line-height: 1.4em;
  text-align: center;
  margin-top: 20px; }

.tree {
    width: 820px;
    height: 26px;
    margin: 0px auto 50px auto;
    background: url(../images/service/tree.png) top left no-repeat;
    background-size: 19px 26px;
    padding-left: 26px;
    line-height: 26px;
}

.tx_contact {
    width: 800px;
    background-size: cover;
    margin: 0 auto; }

@media screen and (max-width: 767px) {

  .column_nomargin {
    padding: 50px 30px; }

  section#day.columnbox {
    width: 100%; }

  section#care.columnbox {
    width: 100%; }

  section#kyotaku.columnbox {
    width: 100%; }

  .bg_day {
    padding: 0; }

  .bg_care {
    padding: 0; }

  .bg_kyotaku {
    padding: 0; }

  .bg_day h2.tl_day {
    height: 480px;
    margin: 0; }
    .bg_day h2.tl_day img.day_title {
      width: 90%;
      right: 0;
      top: 0;
      left: 0;
      bottom: 0;
      margin: 0 auto; }
    .bg_day h2.tl_day img.day_title_picture {
      width: 100%;
      right: 0;
      top: 280px;
      left: 0;
      bottom: 0;
      margin: auto;
      height: 200px;
      border-radius: 0; }

  .photo_day {
    height: 400px; }

    .photo_day .bg_day {
      display: none; }

    .photo_day .bg_day_sp {
      display: block;
      object-fit: contain;
      width: 120%;
      margin: 0 0 0 -10%; }

    .photo_day img.icon_day {
      width: 250px;
      margin: 80px auto; }

    .photo_day .title_day {
      bottom: 40px; }

  .text_day {
    font-size: 20px;
    width: 90%;
    margin: auto; }

  .line_service {
    width: 89%;
    margin: 30px auto; }

  .titlephoto_day {
    height: 350px;
    width: 90%;
    margin: 0 auto; }
    .titlephoto_day img.titlephoto_day_photo {
      width: 100%;
      left: 0;
      right: 0;
      top: 0;
      margin: auto; }
    .titlephoto_day img.titlephoto_day_text {
      width: 60%;
      right: 0;
      left: 0;
      margin: auto;
      top: 45%; }

  .photobox_day {
    margin-bottom: 30px;
    width: 92%; }
    .photobox_day a {
      width: 50%; }
    .photobox_day img {
      width: 100%;
      padding: 10px;
      margin-bottom: 0; }

  .column_memo {
    padding: 50px 0 50px 0; }


  .bg_care h2.tl_care {
    height: 480px;
    margin: 0; }
    .bg_care h2.tl_care img.care_title {
      width: 90%;
      right: 0;
      top: 0;
      left: 0;
      bottom: 0;
      margin: 0 auto; }
    .bg_care h2.tl_care img.care_title_picture {
      width: 100%;
      right: 0;
      top: 280px;
      left: 0;
      bottom: 0;
      margin: auto;
      height: 200px;
      border-radius: 0; }

  .photo_care {
    height: 400px; }

    .photo_care .bg_care {
      display: none; }

    .photo_care .bg_care_sp {
      display: block;
      object-fit: contain;
      width: 120%;
      margin: 0 0 0 -10%; }

    .photo_care img.icon_care {
      width: 250px;
      margin: 80px auto; }

    .photo_care .title_care {
      bottom: 40px; }

  .titlephoto_care {
    height: 350px;
    width: 90%;
    margin: 0 auto; }
    .titlephoto_care img.titlephoto_care_photo {
      width: 100%;
      left: 0;
      right: 0;
      top: 0;
      margin: auto; }
    .titlephoto_care img.titlephoto_care_text {
      width: 60%;
      right: 0;
      left: 0;
      margin: auto;
      top: 45%; }

  .photobox_care {
    margin-bottom: 30px;
    width: 92%; }
    .photobox_care a {
      width: 50%; }
    .photobox_care img {
      width: 100%;
      padding: 10px;
      margin-bottom: 0px; }

  .bg_kyotaku h2.tl_kyotaku {
    height: 480px;
    margin: 0; }
    .bg_kyotaku h2.tl_kyotaku img.kyotaku_title {
      width: 90%;
      right: 0;
      top: 0;
      left: 0;
      bottom: 0;
      margin: 0 auto; }
    .bg_kyotaku h2.tl_kyotaku img.kyotaku_title_picture {
      width: 100%;
      right: 0;
      top: 280px;
      left: 0;
      bottom: 0;
      margin: auto;
      height: 200px;
      border-radius: 0; }

  .titlephoto_kyotaku {
    height: 350px;
    width: 90%;
    margin: 0 auto; }
    .titlephoto_kyotaku img.titlephoto_kyotaku_photo {
      width: 100%;
      left: 0;
      right: 0;
      top: 0;
      margin: auto; }
    .titlephoto_kyotaku img.titlephoto_kyotaku_text {
      width: 60%;
      right: 0;
      left: 0;
      margin: auto;
      top: 45%; }

  .photo_kyotaku {
    height: 400px; }

    .photo_kyotaku .bg_kyotaku {
      display: none; }

    .photo_kyotaku .bg_kyotaku_sp {
      display: block;
      object-fit: contain;
      width: 120%;
      margin: 0 0 0 -10%; }

    .photo_kyotaku img.icon_kyotaku {
      width: 250px;
      margin: 80px auto; }

    .photo_kyotaku .title_kyotaku {
      bottom: 40px; }

  h3.copy_day {
    width: 100%;
    height: auto;
    margin: 0 auto 20px auto;
    padding-top: 27.18%; }

  h3.copy_care {
    width: 92.02%;
    height: auto;
    margin: 0 auto 20px auto;
    padding-top: 29.79%; }

  h3.copy_kyotaku {
    width: 76.09%;
    height: auto;
    background: url("../images/service/tx_kyotaku.png") top left no-repeat;
    background-size: contain;
    margin: 0 auto 20px auto;
    padding-top: 35.87%; }

  dl.staffarea {
    width: 100%;
    padding-bottom: 30px; }
    dl.staffarea dt {
      width: 170px;
      margin: 0 auto 30px auto; }
    dl.staffarea dd {
      width: 100%; }
      dl.staffarea dd p {
        font-size: 16px;
        line-height: 1.8em;
        letter-spacing: 0.01em;
        text-align: center; }
        dl.staffarea dd p span {
          display: block; }

  #care dl.staffarea dd, #kyotaku dl.staffarea dd {
    padding-top: 0; }

  table.service {
    width: 100%;
    margin: 0 auto 40px auto; }
    table.service th {
      width: 110px;
      padding-bottom: 10px; }
      table.service th span {
        width: 110px;
        height: 20px;
        font-size: 11px;
        line-height: 21px; }
    table.service td {
      font-size: 14px;
      padding: 10px 0 10px 10px;
      line-height: 1.5em; }
      table.service td span {
        display: block; }

      table.service td p {
        text-indent: -1em;
        padding-left: 1em; }

  #day table.service {
    background: none; }

  #care table.service {
    background: none; }

  #kyotaku table.service {
    background: none;
    margin: 0 auto 0 auto; }

  a.btn_price {
    width: 90%;
    margin: 0 auto 10px auto; }

  p.uptime {
    font-size: 12px;
    line-height: 1.4em;
    margin-bottom: 25px; }

  .pricebox {
    width: 100%;
    background-color: #FFFFE6;
    margin: 0 auto 10px auto; }

  .pricebox h3 {
    width: 100%;
    height: 35px;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 35px; }

  #day .pricebox p {
    width: 92%;
    height: auto;
    background: url("../images/service/price_day_sp.png") top left no-repeat;
    background-size: contain;
    margin: 0 auto;
    padding-top: 292%; }

  #care .pricebox p {
    width: 92%;
    height: auto;
    background: url("../images/service/price_care_sp.png") top left no-repeat;
    background-size: contain;
    margin: 0 auto;
    padding-top: 293%; }

  .note {
    font-size: 14px;
    line-height: 1.4em;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em; }

  .tree {
    width: 90%;
    height: auto;
    font-size: 15px;
    margin: 20px auto 30px auto;
    background: url("../images/service/tree.png") top left no-repeat;
    background-size: 19px 26px;
    padding-left: 26px;
    line-height: 1.4em; }

  .tx_contact {
    width: 90%;
    height: auto;
    background: url("../images/service/tx_kengaku_sp.gif") top left no-repeat;
    background-size: contain;
    margin: 0 auto;
    padding-top: 24.66%; }
    .tx_contact img {
      display: none; }

}
/* 採用情報
--------------------------------------------------*/
.bg_recruit {
  padding: 0; }

  .bg_recruit h2.tl_recruit {
    position: relative;
    height: 300px;
    font-size: 0;
    margin: 50px auto 0 auto; }
    .bg_recruit h2.tl_recruit img.recruit_title {
      width: 40%;
      margin-right: -20px;
      z-index: 1;
      max-height: 270px;
      object-fit: scale-down;
      position: absolute;
      right: 50%;
      top: 15px; }
    .bg_recruit h2.tl_recruit img.recruit_title_picture {
      height: 300px;
      margin-left: -3%;
      border-radius: 100px 0 0 100px;
      object-fit: cover;
      position: absolute;
      right: 0;
      width: 60%; }

    .bg_recruit .recruit_explanation {
      position: relative;
      height: 500px;
      margin-top: 30px; }
    .bg_recruit img.recruit_explanation_bg {
      position: absolute;
      height: 500px;
      object-fit: contain;
      width: 120%;
      margin: 0 0 0 -10%; }
    .bg_recruit img.recruit_explanation_bg_sp {
      display: none; }
    .bg_recruit .center_box {
      width: 0;
      height: 0;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto; }
      .bg_recruit .center_box img.recruit_explanation_photo {
        position: absolute;
        width: 500px;
        left: -400px;
        top: -200px; }
      .bg_recruit .center_box h3.tx_recruit {
        position: absolute;
        width: 260px;
        top: -100px;
        left: 160px;
        font-size: 18px;
        line-height: 30px; }

  .bg_recruit .line_recruit {
    background: url(../images/common/line-illust1.png) center center repeat-x;
    height: 20px;
    width: 800px;
    background-size: contain;
    margin: 30px auto 50px auto; }

  .bg_recruit h3.tl_recruit1 {
    font-family: "zen-maru-gothic", sans-serif;
    font-weight: 500;
    font-size: 36px;
    letter-spacing: 5px;
    text-align: center; }

  .bg_recruit h3.tl_recruit2 {
    font-family: "zen-maru-gothic", sans-serif;
    font-weight: 500;
    font-size: 36px;
    text-align: center;
    letter-spacing: 5px;
    margin-top: 100px; }

  .bg_recruit .redtxt {
    color: #FFF;
    font-size: 18px;
    line-height: 1.7em;
    text-align: center;
    margin-bottom: 30px;
    background-color: #E84715;
    width: 800px;
    margin: 30px auto;
    border-radius: 100px;
    height: 120px;
    padding-top: 15px; }
  .bg_recruit table.recruit {
    width: 800px;
    margin: 0 auto; }
    .bg_recruit table.recruit th {
      width: 140px;
      padding-bottom: 20px; }
      .bg_recruit table.recruit th span {
        display: block;
        width: 140px;
        height: 30px;
        color: #FFF;
        background-color: #F8B62D;
        text-align: center;
        line-height: 31px; }
    .bg_recruit table.recruit td {
      font-size: 18px;
      padding: 10px 0 10px 40px;
      line-height: 1.5em; }

  .bg_recruit .column_memo {
    text-align: center; }

.tl_improvement {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  font-size: 30px;
  text-align: center;
  letter-spacing: 5px; }

  .bg_recruit .column_memo img {
    width: 500px; }

.tx_improvement {
  width: 570px;
  color: #000;
  font-size: 21px;
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 700;
  text-align: left;
  margin: 0 auto 30px auto;
  line-height: 1.4em; }

.improvearea {
  position: relative;
  width: 800px;
  height: 500px;
  margin: 0 auto; }
  .improvearea h3 {
    position: absolute;
    top: 0;
    left: 50%;
    width: 540px;
    height: 50px;
    color: #FFF;
    font-size: 20px;
    background-color: #F8B62D;
    border-radius: 30px;
    line-height: 50px;
    text-align: center;
    margin: 0 auto;
    transform: translateX(-50%);
    z-index: 2; }
  .improvearea ul {
    position: absolute;
    top: 25px;
    left: 50%;
    width: 800px;
    background-color: #FFFFE6;
    border: 3px solid #F8B62D;
    border-radius: 10px;
    padding: 40px 20px 5px 20px;
    transform: translateX(-50%);
    z-index: 1; }
    .improvearea ul li {
      color: #595757;
      font-size: 20px;
      line-height: 1.4em;
      text-indent: -1.0em;
      padding-left: 1.0em;
      margin-bottom: 15px; }

@media screen and (max-width: 767px) {

  .bg_recruit h2.tl_recruit {
    height: 480px;
    margin: 0; }
    .bg_recruit h2.tl_recruit img.recruit_title {
      width: 90%;
      right: 0;
      top: 0;
      left: 0;
      bottom: 0;
      margin: 0 auto; }
    .bg_recruit h2.tl_recruit img.recruit_title_picture {
      width: 100%;
      right: 0;
      top: 280px;
      left: 0;
      bottom: 0;
      margin: auto;
      height: 200px;
      border-radius: 0; }

    .bg_recruit .recruit_explanation {
      width: 100%;
      height: 500px;
      margin-bottom: 50px; }

    .bg_recruit img.recruit_explanation_bg {
      display: none; }

    .bg_recruit img.recruit_explanation_bg_sp {
      display: block;
      position: absolute;
      object-fit: contain;
      width: 120%;
      margin: 0 0 0 -10%; }

    .bg_recruit .center_box {
      margin: 0 auto;
      width: 100%; }

    .bg_recruit .center_box img.recruit_explanation_photo {
      position: absolute;
      width: 70%;
      object-fit: scale-down;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      height: 300px;
      margin: 0 auto; }

    .bg_recruit .center_box h3.tx_recruit {
      position: absolute;
      width: 90%;
      top: 320px;
      left: 0;
      right: 0;
      font-size: 16px;
      margin: 0 auto;
      line-height: 30px; }

  .bg_recruit .column_nomargin {
    padding: 50px 10px; }

  .bg_recruit .line_recruit {
    width: 100%;
    background-repeat: no-repeat; }

  .bg_recruit h3.tl_recruit1 {
      font-size: 26px; }

  .bg_recruit h3.tl_recruit2 {
      font-size: 26px; }

  .bg_recruit .redtxt {
    font-size: 18px;
    width: 90%;
    height: 230px;
    padding-top: 20px;
    border-radius: 75px; }

  .bg_recruit table.recruit {
    width: 90%; }
    .bg_recruit table.recruit th {
      width: 70px;
      padding-bottom: 10px; }
      .bg_recruit table.recruit th span {
        display: block;
        width: 70px;
        height: 20px;
        font-size: 12px;
        line-height: 20px; }
    .bg_recruit table.recruit td {
      font-size: 16px;
      padding: 10px 0 10px 10px;
      line-height: 1.5em; }

    .bg_recruit table.recruit td p {
      text-indent: -1em;
      padding-left: 1em; }

  .tl_improvement {
    line-height: 40px;
    font-size: 26px; }

    .bg_recruit .column_memo img {
      width: 80%; }

}

@media screen and (max-width: 410px) {
  .improvearea {
    height: 485px; } }
@media screen and (max-width: 370px) {
  .improvearea {
    height: 520px; } }
/* ひだまりからのお知らせ
--------------------------------------------------*/
.bg_news {
  padding: 30px 0 0px 0; }

  .bg_news h2.tl_news {
    position: relative;
    height: 300px;
    font-size: 0;
    margin: 50px auto 50px auto; }
    .bg_news h2.tl_news img.news_title {
      width: 40%;
      margin-right: -20px;
      z-index: 1;
      max-height: 270px;
      object-fit: scale-down;
      position: absolute;
      right: 50%;
      top: 15px; }
    .bg_news h2.tl_news img.news_title_picture {
      height: 300px;
      margin-left: -3%;
      border-radius: 100px 0 0 100px;
      object-fit: cover;
      position: absolute;
      right: 0;
      width: 60%; }

  .bg_news .newsbox {
    display: flex;
    display: -webkit-flex;
    width: 100%;
    border-bottom: 1px solid #6E3C20;
    margin-bottom: 20px;
    padding: 0 5px 10px 10px;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .bg_news .newsbox li.dayarea {
      width: 90px;
      color: #727171;
      font-size: 15px; }
    .bg_news .newsbox li.category {
      width: 70px;
      height: 17px;
      color: #FFF;
      font-size: 13px;
      line-height: 18px;
      margin-top: 2px;
      text-align: center; }
    .bg_news .newsbox li.info {
      background-color: #E84715; }
    .bg_news .newsbox li.price {
      background-color: #FF7FAC; }
    .bg_news .newsbox li.boshu {
      background-color: #8FC31F; }
    .bg_news .newsbox li.kengaku {
      background-color: #00BED7; }
    .bg_news .newsbox li.treatment {
      background-color: #7E318E; }
    .bg_news .newsbox li.tx_news {
      width: 330px;
      font-size: 14px;
      line-height: 1.6em; }
      .bg_news .newsbox li.tx_news a {
        color: #6E3C20; }
  .bg_news .newsright h4 {
    width: 100%;
    height: 40px;
    color: #FFF;
    font-size: 16px;
    font-family: tbudrgothic-std, sans-serif;
    font-weight: 700;
    background-color: #F5AB18;
    margin-bottom: 15px;
    line-height: 40px;
    text-align: center; }
  .bg_news .newsright ul {
    width: 100%; }
    .bg_news .newsright ul li {
      position: relative;
      width: 100%;
      height: 30px;
      font-size: 14px;
      font-family: tbudrgothic-std, sans-serif;
      font-weight: 700;
      border-bottom: 1px solid #6E3C20;
      margin-bottom: 15px;
      padding: 0 0 10px 5px; }
      .bg_news .newsright ul li a {
        position: absolute;
        top: 0;
        left: 25px;
        display: block;
        color: #6E3C20; }
      .bg_news .newsright ul li span {
        display: block;
        position: absolute;
        top: 9px;
        left: -20px;
        width: 10px;
        height: 10px;
        border-right: 2px solid #E84715;
        border-bottom: 2px solid #E84715;
        transform-origin: 20% 20%;
        transform: rotate(-45deg); }
  .bg_news .newsline {
    width: 100%;
    border-bottom: 1px solid #6E3C20;
    padding-bottom: 20px;
    margin-bottom: 40px; }
  .bg_news .newsdate {
    display: flex;
    display: -webkit-flex;
    width: 185px;
    margin: 0 0 7px 5px;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .bg_news .newsdate li.dayarea {
      width: 100px;
      color: #727171;
      font-size: 15px; }
    .bg_news .newsdate li.category {
      width: 70px;
      height: 17px;
      color: #FFF;
      font-size: 13px;
      line-height: 18px;
      margin-top: 2px;
      text-align: center; }
    .bg_news .newsdate li.info {
      background-color: #E84715; }
    .bg_news .newsdate li.price {
      background-color: #FF7FAC; }
    .bg_news .newsdate li.boshu {
      background-color: #8FC31F; }
    .bg_news .newsdate li.kengaku {
      background-color: #00BED7; }
    .bg_news .newsdate li.treatment {
      background-color: #7E318E; }
  .bg_news h3.tl_newsdate {
    width: 100%;
    /* color: #221815; */
    font-size: 18px;
    border-bottom: 1px solid #6E3C20;
    margin-bottom: 15px;
    padding: 0 0 7px 5px;
    line-height: 1.4em; }
  .bg_news p.txt_news {
    width: 100%;
    /* color: #595757; */
    margin-bottom: 30px;
    padding: 0 0 0 5px; }
  .bg_news p.link_news {
    width: 100%;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 0 0 0 5px; }
    .bg_news p.link_news a {
      color: #595757; }
  .bg_news .btn_newslink {
    display: block;
    width: 300px;
    margin: 0 auto; }

.pagination {
  display: flex;
  display: -webkit-flex;
  width: 50%;
  margin: 0 auto;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center; }
  .pagination li {
    width: 20px; }
    .pagination li a {
      color: #595757; }

@media screen and (max-width: 767px) {
  .bg_news {
    padding: 0; }

  .bg_news h2.tl_news {
    height: 480px;
    margin: 0; }
    .bg_news h2.tl_news img.news_title {
      width: 90%;
      right: 0;
      top: 0;
      left: 0;
      bottom: 0;
      margin: 0 auto; }
    .bg_news h2.tl_news img.news_title_picture {
      width: 100%;
      right: 0;
      top: 280px;
      left: 0;
      bottom: 0;
      margin: auto;
      height: 200px;
      border-radius: 0; }

    .bg_news .newsbox {
      width: 100%;
      margin-bottom: 15px;
      padding: 0 5px 10px 10px;
      -webkit-justify-content: flex-start;
      justify-content: flex-start; }
      .bg_news .newsbox li.dayarea {
        font-size: 14px;
        margin: 0 15px 3px 0; }
      .bg_news .newsbox li.category {
        height: 15px;
        font-size: 12px;
        line-height: 15px;
        margin-top: 3px; }
      .bg_news .newsbox li.info {
        background-color: #E84715; }
      .bg_news .newsbox li.price {
        background-color: #FF7FAC; }
      .bg_news .newsbox li.boshu {
        background-color: #8FC31F; }
      .bg_news .newsbox li.kengaku {
        background-color: #00BED7; }
      .bg_news .newsbox li.treatment {
        background-color: #7E318E; }
      .bg_news .newsbox li.tx_news {
        width: 100%;
        font-size: 14px;
        line-height: 1.4em; }
        .bg_news .newsbox li.tx_news a { }
    .bg_news .newsright h4 {
      margin: 50px 0 15px 0; }
    .bg_news .newsright ul {
      width: 100%; }
      .bg_news .newsright ul li {
        font-size: 15px; }
    .bg_news h3.tl_newsdate {
      padding: 0 0 10px 5px; }
    .bg_news .btn_newslink {
      display: block;
      width: 80%;
      margin: 0 auto; } }
