@charset "UTF-8";
/*
Theme Name: 立花介護老人保健施設
*/
html {
  font-size: 62.5%;
}

body {
  font-family: din-2014, Arial, source-han-sans-japanese, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #2c1609;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  background-color: #fff7eb;
}

.wrapper {
  min-height: 100vh;
  position: relative;
}

a {
  color: #009b4b;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

a:visited {
  color: #404040;
}

a:active {
  color: #009b4b;
}

img {
  max-width: 100%;
  height: auto;
}

#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #009b4b;
  text-align: center;
  color: #fff;
}

#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#splash_logo img {
  width: 50px;
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.header {
  position: relative;
}

.header .header__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}

.main {
  width: 100%;
}

.footer {
  background-color: #2c1609;
  color: #fff7eb;
}

.footer .footer__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 50px;
}

.site-id {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 1148px) {
  .site-id {
    padding-right: 120px;
  }
}

.header__tel {
  background-color: #f2d8b3;
  padding: 10px;
  border-radius: 0 0 0 .35em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}

.header__tel p {
  padding: 0px 10px;
}

.header__tel .lead {
  font-size: 14px;
  font-size: 1.4rem;
}

.header__tel .tel {
  font-weight: bold;
  font-size: 38px;
  font-size: 3.8rem;
}

.header__tel .tel i {
  color: #009b4b;
  margin-right: 10px;
}

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

.openbtn {
  display: none;
}

#g-nav.fixed {
  width: 100%;
  background-color: #fff7eb;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
}

.header__nav {
  font-family: kinuta-maruminold-stdn, serif;
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 2px solid #009b4b;
  border-bottom: 2px solid #009b4b;
}

.header__nav li {
  padding: 20px;
  white-space: nowrap;
}

.header__nav a {
  display: inline-block;
  padding-top: 56px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
  font-size: 1.8rem;
  background-repeat: no-repeat;
  background-position: center top;
}

.header__nav a:link, .header__nav a:visited {
  color: #2c1609;
}

.header__nav .home {
  background-image: url(img/common/nav_home.png);
  background-size: 53px 42px;
}

.header__nav .shisetsu {
  background-image: url(img/common/nav_shisetsu.png);
  background-size: 49px 35px;
  background-position: center 5px;
}

.header__nav .service {
  background-image: url(img/common/nav_service.png);
  background-size: 70px 44px;
}

.header__nav .kanren {
  background-image: url(img/common/nav_kanren.png);
  background-size: 54px 43.5px;
}

.header__nav .recruit {
  background-image: url(img/common/nav_recruit.png);
  background-size: 34px 43.5px;
}

.header__nav .faq {
  background-image: url(img/common/nav_faq.png);
  background-size: 38px 43.5px;
}

.header__nav .info {
  background-image: url(img/common/nav_info.png);
  background-size: 34.5px 46px;
}

@media screen and (max-width: 1148px) {
  #g-nav {
    position: fixed;
    z-index: -1;
    opacity: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #2c1609;
    color: #f2d8b3;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #g-nav.fixed {
    background-color: #2c1609;
    z-index: -1;
  }
  #g-nav.panelactive {
    opacity: 1;
    z-index: 999;
  }
  #g-nav.panelactive .g-nav-list {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #g-nav.panelactive .header__nav {
    display: block;
    border: none;
    padding: 15px;
  }
  #g-nav.panelactive .header__nav a {
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 100px;
    background-position: left center;
  }
  #g-nav.panelactive .header__nav a:link, #g-nav.panelactive .header__nav a:visited {
    color: #fff7eb;
  }
  #g-nav .header__nav {
    display: none;
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .openbtn {
    display: block;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    background-color: #2c1609;
    cursor: pointer;
    width: 80px;
    height: 80px;
  }
  .openbtn span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    position: absolute;
    left: 24px;
    height: 2px;
    background-color: #fff7eb;
    width: 45%;
  }
  .openbtn span:nth-of-type(1) {
    top: 30px;
  }
  .openbtn span:nth-of-type(2) {
    top: 39px;
  }
  .openbtn span:nth-of-type(3) {
    top: 49px;
  }
  .openbtn.active span:nth-of-type(1) {
    top: 30px;
    left: 30px;
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-of-type(3) {
    top: 42px;
    left: 30px;
    -webkit-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
}

.sub-header__bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 250px;
  background-size: cover;
  background-position: center;
}

.sub-header__bg.recruit {
  background-image: url(img/recruit/bg_recruit_tit.jpg);
}

.sub-header__bg.others {
  background-image: url(img/common/bg_others_tit.jpg);
}

.page-title {
  width: 100%;
  padding: 15px;
  background-color: rgba(255, 247, 235, 0.5);
  letter-spacing: 1px;
}

.page-title .ja {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: normal;
  font-family: kinuta-maruminold-stdn, serif;
  display: inline-block;
  border-bottom: 2px solid #009b4b;
}

.page-title .en {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  padding: 10px;
}

.sub-nav {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.sub-nav ul.PC {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sub-nav ul.PC li {
  line-height: 1;
}

.sub-nav ul.PC li img {
  display: inline;
}

.sub-nav ul.PC li::after {
  content: "\f111";
  color: #009b4b;
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  font-size: 8px;
  font-size: 0.8rem;
  vertical-align: text-top;
  padding-left: 30px;
  padding-right: 30px;
}

.sub-nav ul.PC li:last-child::after {
  content: "";
  padding-left: 0;
  padding-right: 0;
}

.sub-nav ul.SP {
  display: none;
}

@media screen and (max-width: 900px) {
  .sub-nav {
    padding-top: 0;
  }
  .sub-nav ul.SP {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    background-color: #009b4b;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .sub-nav ul.SP li {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    text-align: center;
    border: 1px solid #fff7eb;
  }
  .sub-nav ul.SP li.basis-100 {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
  .sub-nav ul.SP a {
    display: block;
    padding: 30px;
  }
  .sub-nav ul.SP a img {
    display: inline;
  }
  .sub-nav ul.PC {
    display: none;
  }
}

.conts-nav {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 50px;
}

.conts-nav ul.PC {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.conts-nav ul.PC li {
  line-height: 1;
  padding: 0 10px;
}

.conts-nav ul.PC li a {
  min-width: 150px;
  text-align: center;
  display: inline-block;
  color: #fff7eb;
  background-color: #009b4b;
  border: none;
  display: inline-block;
  padding: 15px 20px;
  border-radius: .35em;
}

.conts-nav ul.PC li a:visited {
  color: #fff7eb;
}

.conts-nav ul.SP {
  display: none;
}

@media screen and (max-width: 900px) {
  .conts-nav {
    padding-top: 0;
  }
  .conts-nav ul.SP {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    background-color: #009b4b;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .conts-nav ul.SP li {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    text-align: center;
    border: 1px solid #fff7eb;
  }
  .conts-nav ul.SP li.basis-100 {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
  .conts-nav ul.SP a {
    color: #fff7eb;
    display: block;
    padding: 30px;
  }
  .conts-nav ul.SP a:visited {
    color: #fff7eb;
  }
  .conts-nav ul.PC {
    display: none;
  }
}

.footer__sub-nav {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer__sub-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer__sub-nav ul li {
  line-height: 1;
}

.footer__sub-nav ul li::after {
  content: "|";
  padding-left: 30px;
  padding-right: 30px;
}

.footer__sub-nav ul li:last-child::after {
  content: "";
  padding-left: 0;
  padding-right: 0;
}

.footer__sub-nav ul a {
  color: #fff7eb !important;
}

@media screen and (max-width: 900px) {
  .footer__sub-nav ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .footer__sub-nav ul li {
    line-height: 1;
  }
  .footer__sub-nav ul li::after {
    content: "";
    padding-left: 0;
    padding-right: 0;
  }
  .footer__sub-nav ul a {
    display: block;
    padding: 30px;
  }
}

.footer__sitemap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__sitemap .sitemap__list {
  list-style: none;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  margin-right: 50px;
}

.footer__sitemap .sitemap__list:last-child {
  margin-right: 0;
}

.footer__sitemap .sitemap__list li {
  margin-bottom: 15px;
}

.footer__sitemap .sitemap__list > li > a::before {
  content: "\f111";
  color: #fff7eb;
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  font-size: 8px;
  font-size: 0.8rem;
  vertical-align: text-top;
  padding-right: 12px;
  vertical-align: middle;
}

.footer__sitemap .sitemap__list li a:link, .footer__sitemap .sitemap__list li a:visited {
  color: #fff7eb;
}

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

.footer__sitemap .sublist ul {
  display: block;
  list-style: none;
  border-left: 2px solid #fff7eb;
  margin-left: 15px;
  padding-left: 15px;
}

@media screen and (max-width: 900px) {
  .footer__sitemap {
    display: block;
    padding: 20px;
  }
  .footer__sitemap .sitemap__list {
    margin-right: 0;
  }
  .footer__sitemap .sitemap__list li {
    margin-bottom: 50px;
    text-align: center;
    display: block;
  }
  .footer__sitemap .sublist > ul {
    display: none;
  }
  .footer__sitemap .sitemap__list > li > a::before {
    content: none;
  }
}

.site-info {
  max-width: 500px;
  margin: 0 auto 50px;
  text-align: center;
}

.site-info img {
  display: inline;
}

.site-info .tel,
.site-info .fax {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}

.footer__copyright {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  padding-bottom: 30px;
}

.btn-area {
  margin-bottom: 50px;
}

.btn {
  color: #fff7eb;
  background-color: #009b4b;
  border: none;
  display: inline-block;
  padding: 15px 20px;
  border-radius: .35em;
}

.btn::before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  font-size: 8px;
  font-size: 0.8rem;
  display: inline-block;
  padding-right: 5px;
}

.btn:visited {
  color: #fff7eb;
}

.tel-area {
  max-width: 600px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tel-area .conts {
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  padding: 20px;
}

.tel-area .tel {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
}

.tel-area .tel::before {
  content: "\f3cd";
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  display: inline-block;
  padding-right: 10px;
}

@media screen and (max-width: 900px) {
  .tel-area {
    display: block;
    text-align: center;
  }
  .tel-area .conts {
    padding: 10px;
  }
}

table th, table td {
  padding: 12px 25px;
  border-bottom: 1px dashed #009b4b;
}

table th {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  vertical-align: top;
}

@media screen and (max-width: 900px) {
  table th, table td {
    display: block;
  }
  table td {
    border-bottom: 2px solid #009b4b;
  }
}

.list-basic {
  padding: 0;
  list-style: none;
}

.list-basic li {
  margin-bottom: 1em;
}

.list-basic li::before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  font-size: 8px;
  font-size: 0.8rem;
  display: inline-block;
  padding-right: 5px;
  color: #009b4b;
}

.list-ol > li {
  padding-bottom: 1.5em;
}

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

.form input[type="text"],
.form textarea {
  max-width: 100%;
  border: none;
  border-radius: .25em;
  padding: 5px;
}

.form input[type="radio"] + label {
  cursor: pointer;
  display: inline-block;
  margin-right: 15px;
}

.form .radio {
  display: inline-block;
}

.form input[type="submit"],
.form input[type="button"] {
  cursor: pointer;
}

@media screen and (max-width: 900px) {
  .form .radio {
    display: block;
    margin-bottom: 10px;
  }
}

.p-category {
  min-width: 80px;
  display: inline-block;
  text-align: center;
  padding: 5px 5px;
  border-radius: .25em;
  line-height: 1;
  background-color: lightgray;
}

.p-category.info {
  background-color: #f5b111;
}

.p-category.gallery {
  background-color: #3ec1d3;
}

.pdf p::after {
  content: "";
  display: inline-block;
  background-image: url(img/common/icon_pdf.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 23px;
  height: 28px;
  vertical-align: middle;
  margin-left: 10px;
}

.inquiry {
  background-color: #f2d8b3;
  background-image: url(img/common/bg_inquiry.png);
  background-repeat: no-repeat;
  background-position: center 50px;
}

.inquiry .inquiry__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 20px;
}

.inquiry .inquiry__title {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}

.inquiry .inquiry__title img {
  display: inline;
}

.inquiry .inquiry__lead {
  text-align: center;
  margin-bottom: 30px;
}

.inquiry .inquiry__btn-area {
  text-align: center;
  margin-bottom: 20px;
}

#page-top a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #009b4b;
  border-radius: 5px;
  width: 60px;
  height: 60px;
  color: #fff7eb;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#page-top a i {
  padding-top: 5px;
  font-size: 18px;
  font-size: 1.8rem;
}

#page-top a span {
  font-size: 14px;
  font-size: 1.4rem;
  padding-bottom: 5px;
}

#page-top a i, #page-top a span {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}

#page-top a:hover {
  background: #f5b111;
}

#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

#page-top.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

#page-top.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}

@keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}

.breadcrumbs {
  background-color: #2c1609;
  color: #009b4b;
  padding: 15px 30px;
  border-bottom: 2px solid #fff7eb;
}

.breadcrumbs span, .breadcrumbs a:link, .breadcrumbs a:visited {
  color: #fff7eb;
}

.u_tal {
  text-align: left !important;
}

.u_tar {
  text-align: right !important;
}

.u_tac {
  text-align: center !important;
}

.u_mb10 {
  margin-bottom: 10px;
}

.u_mb20 {
  margin-bottom: 20px;
}

.u_mb30 {
  margin-bottom: 30px;
}
/*# sourceMappingURL=style.css.map */