@charset "UTF-8";
/*
ユーティリティ系おまとめファイル
*/
/*
██████   █████  ███████ ███████
██   ██ ██   ██ ██      ██
██████  ███████ ███████ █████
██   ██ ██   ██      ██ ██
██████  ██   ██ ███████ ███████
*/
/*
██████  ██████  ███████  █████  ██   ██ ██████   ██████  ██ ███    ██ ████████
██   ██ ██   ██ ██      ██   ██ ██  ██  ██   ██ ██    ██ ██ ████   ██    ██
██████  ██████  █████   ███████ █████   ██████  ██    ██ ██ ██ ██  ██    ██
██   ██ ██   ██ ██      ██   ██ ██  ██  ██      ██    ██ ██ ██  ██ ██    ██
██████  ██   ██ ███████ ██   ██ ██   ██ ██       ██████  ██ ██   ████    ██
*/
/*
 ██████  ██████  ██       ██████  ██████
██      ██    ██ ██      ██    ██ ██   ██
██      ██    ██ ██      ██    ██ ██████
██      ██    ██ ██      ██    ██ ██   ██
 ██████  ██████  ███████  ██████  ██   ██
*/
/*
████████ ███████ ██   ██ ████████
   ██    ██       ██ ██     ██
   ██    █████     ███      ██
   ██    ██       ██ ██     ██
   ██    ███████ ██   ██    ██
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

@media screen and (max-width: 568px) {
  #zaitaku .middleline span {
    font-size: 2rem; } }

#zaitaku .subNavi li {
  width: 25%; }
  @media screen and (max-width: 568px) {
    #zaitaku .subNavi li {
      -ms-flex: 1 1 100%;
          flex: 1 1 100%; } }

#zaitaku #unique .content_narrow > p {
  text-align: center;
  font-size: 1.6rem; }

#zaitaku #unique .service_type .detail {
  font-size: 1.4rem; }

#zaitaku .titleImg {
  margin-bottom: 50px;
  position: relative;
  height: 300px; }
  @media screen and (max-width: 568px) {
    #zaitaku .titleImg {
      height: 180px; } }
  #zaitaku .titleImg:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4; }
  #zaitaku .titleImg.itaku_kaigo {
    background: url("/inc/image/zaitaku/pic_main_itaku_kaigo.jpg") no-repeat;
    background-position: center;
    background-size: cover; }
  #zaitaku .titleImg.houmon {
    background: url("/inc/image/zaitaku/pic_main_houmon.jpg") no-repeat;
    background-position: center;
    background-size: cover; }
  #zaitaku .titleImg.dayservice {
    background: url("/inc/image/zaitaku/pic_main_dayservice.jpg") no-repeat;
    background-position: center;
    background-size: cover; }
  #zaitaku .titleImg .officeName {
    width: 90%;
    text-align: center;
    color: #fff;
    font-size: 3rem;
    letter-spacing: 0.04em;
    line-height: 1.4;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%); }
    @media screen and (max-width: 568px) {
      #zaitaku .titleImg .officeName {
        font-size: 1.9rem; } }

#zaitaku .service_detail {
  margin-bottom: 50px; }
  #zaitaku .service_detail .item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
        align-items: baseline;
    margin-bottom: 30px; }
    #zaitaku .service_detail .item:last-child {
      margin-bottom: 0; }
    @media screen and (max-width: 568px) {
      #zaitaku .service_detail .item {
        -ms-flex-direction: column;
            flex-direction: column; } }
    #zaitaku .service_detail .item .label {
      color: #009900;
      border: 1px solid #009900;
      padding: 8px 15px;
      white-space: nowrap;
      display: inline-block;
      margin-right: 40px;
      font-size: 1.5rem; }
      @media screen and (max-width: 568px) {
        #zaitaku .service_detail .item .label {
          margin-right: 0;
          -ms-flex: 0;
              flex: 0;
          width: 100px;
          text-align: center; } }

#zaitaku .inner {
  text-align: center; }

#zaitaku .addressWrap {
  margin: 0 auto 30px;
  display: inline-block;
  text-align: right; }
  @media screen and (max-width: 568px) {
    #zaitaku .addressWrap {
      text-align: center; } }
  #zaitaku .addressWrap .address {
    color: #009900;
    text-align: left;
    margin-bottom: 0;
    text-align: center; }
    @media screen and (max-width: 568px) {
      #zaitaku .addressWrap .address {
        text-align: left;
        font-size: 1.6rem; } }
  #zaitaku .addressWrap .map {
    text-align: right;
    display: inline-block;
    font-size: 15px;
    color: #009900;
    padding-right: 15px;
    position: relative; }
    @media screen and (max-width: 568px) {
      #zaitaku .addressWrap .map {
        text-align: center;
        margin-right: -15px; } }
    #zaitaku .addressWrap .map:after {
      content: '\f105';
      font-family: "FontAwesome";
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      color: #009900;
      font-size: 2.4rem;
      transition: right .5s ease; }
    #zaitaku .addressWrap .map:hover:after {
      right: -5px; }
    @media screen and (max-width: 568px) {
      #zaitaku .addressWrap .map {
        position: relative;
        right: 16px; } }

#zaitaku #unique .service_type {
  margin-top: 35px; }
  #zaitaku #unique .service_type .houmon .middleline {
    line-height: 2.85; }
  #zaitaku #unique .service_type .houmon section, #zaitaku #unique .service_type .dayservice section {
    padding: 0; }
  #zaitaku #unique .service_type .office_title {
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
    padding: 15px 35px;
    border: 1px solid #009900;
    margin: 0;
    text-align: center;
    white-space: nowrap; }
  #zaitaku #unique .service_type .img {
    margin-bottom: 12px; }
    #zaitaku #unique .service_type .img img {
      width: 100%; }

#zaitaku #itaku_kaigo .service_flow {
  padding: 0; }
  #zaitaku #itaku_kaigo .service_flow .flow .flow_list .flow_content .with_name span.name {
    font-size: 1.6rem;
    margin-bottom: 5px;
    display: inline-block; }
  #zaitaku #itaku_kaigo .service_flow .flow .flow_list .contactBox {
    margin-bottom: 20px; }

#zaitaku #contact_zaitaku_kaigo {
  margin: 0 auto 80px; }
  @media screen and (max-width: 768px) {
    #zaitaku #contact_zaitaku_kaigo .column2 {
      padding-left: 0;
      padding-right: 0; } }
  #zaitaku #contact_zaitaku_kaigo .column2 .contactBox {
    margin-bottom: 6px; }
    #zaitaku #contact_zaitaku_kaigo .column2 .contactBox .type, #zaitaku #contact_zaitaku_kaigo .column2 .contactBox .dest {
      font-size: 2.4rem; }
      @media screen and (max-width: 568px) {
        #zaitaku #contact_zaitaku_kaigo .column2 .contactBox .type, #zaitaku #contact_zaitaku_kaigo .column2 .contactBox .dest {
          font-size: 1.6rem; } }
    #zaitaku #contact_zaitaku_kaigo .column2 .contactBox.mail {
      margin: 0;
      -ms-flex-align: center;
          align-items: center; }

#zaitaku #dayservice .slogana {
  text-align: center;
  margin-bottom: 50px;
  font-size: 2.4rem; }

#zaitaku #dayservice .service_outline > section {
  margin-bottom: 50px; }

@media screen and (max-width: 568px) {
  #zaitaku .contact_window h2 {
    font-size: 2.4rem; } }

@media screen and (max-width: 320px) {
  #zaitaku .contact_window.tudu h2 {
    font-size: 2rem; } }

@media screen and (max-width: 320px) {
  #zaitaku #houmon .contact_window h2 {
    font-size: 2rem; } }

/*# sourceMappingURL=../../_map/page/zaitaku/zaitaku.css.map */
