@charset "UTF-8";
main {
  margin: 0 0 50px;
}
main * {
  word-break: break-all;
}

.wrap980 {
  max-width: 980px;
  padding: 0 20px;
  margin: 0 auto;
}

.ttl-border {
  text-align: center;
  font-size: 3.6rem;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .ttl-border {
    font-size: 2.6rem;
    margin-bottom: 30px;
  }
}
.ttl-border span {
  color: #082C53;
  border-bottom: 2px solid #4eaa47;
}

.post-list .post {
  padding: 0;
  list-style: none;
  border: 1px solid #ddd;
  margin-bottom: 30px;
}
.post-list .post a {
  display: block;
}
.post-list .post a:hover * {
  transition: 0.3s;
  color: #45607e;
}
.post-list .post a:hover img {
  opacity: 0.6;
}
.post-list .post .flex {
  display: flex;
}
@media (max-width: 768px) {
  .post-list .post .flex {
    flex-direction: column;
  }
}
.post-list .post .flex .prImage {
  width: 50%;
}
@media (max-width: 768px) {
  .post-list .post .flex .prImage {
    width: 100%;
    overflow: hidden;
    background: none;
  }
}
.post-list .post .flex .prImage img {
  height: 100%;
  display: none;
}
@media (max-width: 768px) {
  .post-list .post .flex .prImage img {
    display: block;
    width: 100%;
    height: 30vh;
    object-fit: cover;
    object-position: 50%;
  }
}
.post-list .post .flex .topPrTxtBox {
  width: 50%;
  padding: 5%;
}
@media (max-width: 768px) {
  .post-list .post .flex .topPrTxtBox {
    width: 100%;
  }
}
.post-list .post .flex .topPrTxtBox .time {
  font-size: 13px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .post-list .post .flex .topPrTxtBox .time {
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
}
.post-list .post .flex .topPrTxtBox h2 {
  font-size: 2.8rem;
  margin-bottom: 10px;
  line-height: 1.5;
}
@media (max-width: 480px) {
  .post-list .post .flex .topPrTxtBox h2 {
    font-size: 2rem;
  }
}
.post-list .post .flex .topPrTxtBox p {
  font-size: 1.6rem;
}
@media (max-width: 480px) {
  .post-list .post .flex .topPrTxtBox p {
    font-size: 1.4rem;
  }
}

.pagination {
  margin: 50px 0;
}

.mv__title.no-bg {
  text-align: center;
  padding: 80px 20px;
  background: #abd1a9;
  color: #ffffff;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .mv__title.no-bg {
    margin-bottom: 30px;
    padding: 40px 20px;
    font-size: 2.6rem;
  }
}

.wp-pagenavi {
  text-align: center;
  margin: 2rem 0;
}
.wp-pagenavi .page,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  border: none;
  font-size: 2rem;
}
.wp-pagenavi a, .wp-pagenavi span.current {
  font-size: 2rem;
  display: inline-block;
  margin: 0 0.25rem;
  padding: 0.5rem 0.75rem;
  border-radius: 3px;
  text-decoration: none;
  border: none;
}

.post-template-default main {
  margin-top: 0;
}
.post-template-default .single__contents .post-cont {
  padding: 95px;
  border: 1px solid rgba(232, 230, 230, 0.7490196078);
}
@media (max-width: 768px) {
  .post-template-default .single__contents .post-cont {
    padding: 20px 15px;
  }
}
.post-template-default .single__contents .time {
  font-size: 13px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .post-template-default .single__contents .time {
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
}
.post-template-default .single__contents .post__ttl {
  font-size: 2.8rem;
  margin-bottom: 10px;
  line-height: 1.5;
}
@media (max-width: 480px) {
  .post-template-default .single__contents .post__ttl {
    font-size: 2rem;
  }
}
.post-template-default .single__contents p {
  font-size: 1.6rem;
}
@media (max-width: 480px) {
  .post-template-default .single__contents p {
    font-size: 1.4rem;
  }
}
.post-template-default .cate-navi.pc ul {
  padding: 0;
  list-style: none;
  display: flex;
  gap: 30px;
}
.post-template-default .cate-navi-sp {
  border: 1px solid #e7e7e7;
  overflow: hidden;
  background: #fff;
  margin-bottom: 30px;
  /* 矢印（＞を回転して下向きに） */
  /* 開いた状態 */
}
.post-template-default .cate-navi-sp__head {
  width: 100%;
  appearance: none;
  border: 0;
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 14px;
  font-weight: 700;
}
.post-template-default .cate-navi-sp__title {
  font-size: 1.6rem;
}
.post-template-default .cate-navi-sp__arrow {
  width: 10px;
  height: 10px;
  border-right: 2px solid #1b1b1b;
  border-bottom: 2px solid #1b1b1b;
  transform: rotate(45deg); /* 下向き */
  transition: transform 0.25s ease;
  flex: 0 0 auto;
}
.post-template-default .cate-navi-sp__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.post-template-default .cate-navi-sp__list {
  list-style: none;
  margin: 0;
  padding: 0 14px 14px;
  display: grid;
  gap: 10px;
}
.post-template-default .cate-navi-sp__list a {
  display: block;
  padding: 10px 10px;
  border-radius: 10px;
  background: #f6f6f6;
}
.post-template-default .cate-navi-sp.is-open .cate-navi__arrow {
  transform: rotate(-135deg); /* 上向き */
}
.post-template-default .wpp-list {
  margin-top: 50px;
  padding: 0;
  display: flex;
}
.post-template-default .wpp-list li {
  width: 32%;
  float: none;
  border: 1px solid rgba(232, 230, 230, 0.7490196078);
}
@media (max-width: 768px) {
  .post-template-default .wpp-list li {
    width: 100%;
  }
}
.post-template-default .wpp-list li a {
  display: block;
}
.post-template-default .wpp-list li a .wpp-thumbnail {
  float: none;
}
.post-template-default .wpp-list li a.wpp-post-title {
  padding: 20px 20px;
}

body.page main,
body.archive main,
body.category main,
body.single-post main {
  margin-top: 0;
}
body.page main .mv,
body.archive main .mv,
body.category main .mv,
body.single-post main .mv {
  line-height: 0;
  overflow: hidden;
}
body.page main .mv h1,
body.archive main .mv h1,
body.category main .mv h1,
body.single-post main .mv h1 {
  margin: 0;
  line-height: 0;
}
@media (max-width: 768px) {
  body.page main .mv h1 img,
  body.archive main .mv h1 img,
  body.category main .mv h1 img,
  body.single-post main .mv h1 img {
    width: 200%;
    max-width: initial;
    margin: 0 auto 0 -48%;
  }
}
body.page-default,
body.archive-default,
body.category-default,
body.single-post-default {
  padding-top: 80px;
}
@media (max-width: 768px) {
  body.page-default,
  body.archive-default,
  body.category-default,
  body.single-post-default {
    padding-top: 40px;
  }
}
body.page-default a,
body.archive-default a,
body.category-default a,
body.single-post-default a {
  color: #082C53;
  text-decoration: underline;
}

.return-btn {
  padding: 120px 0 160px;
  text-align: center;
  background: url(../images/common/bnrLink-img.png) no-repeat center/23vw auto;
}
@media (max-width: 768px) {
  .return-btn {
    padding: 50px 0 60px;
    background-size: contain;
  }
}

.page-about main .intro {
  padding-top: 50px;
  padding-bottom: 80px;
  border-bottom: 5px solid #4eaa47;
}
@media (max-width: 768px) {
  .page-about main .intro {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.page-about main .intro-flex {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 768px) {
  .page-about main .intro-flex {
    flex-direction: column;
  }
}
.page-about main .intro-flex__txt p:nth-of-type(2) {
  text-align: right;
  margin-top: 30px;
}
.page-about main .sendan-list {
  max-width: 922px;
  margin: 120px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2%;
}
@media (max-width: 768px) {
  .page-about main .sendan-list {
    margin-top: 60px;
  }
}
@media (max-width: 480px) {
  .page-about main .sendan-list {
    flex-direction: column;
    gap: 30px;
  }
}
.page-about main .sendan-list li {
  width: 48%;
}
@media (max-width: 480px) {
  .page-about main .sendan-list li {
    width: 100%;
  }
}
.page-about main .group {
  padding: 50px 0;
  background: #f2f3f3;
}
.page-about main .group ul {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 768px) {
  .page-about main .group ul {
    flex-direction: column;
  }
}
.page-about main .group-area {
  padding-top: 120px;
  background: #f2f3f3;
}
@media (max-width: 768px) {
  .page-about main .group-area {
    padding-top: 60px;
  }
}
.page-about main .group-area h3, .page-about main .group-area p {
  text-align: center;
}
.page-about main .group-area h3 {
  font-size: 3.6rem;
  color: #082c53;
}
@media (max-width: 768px) {
  .page-about main .group-area h3 {
    font-size: 2.6rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}
.page-about main .group-area p {
  font-size: 1.8rem;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .page-about main .group-area p {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
.page-about main .group-btn {
  padding: 120px 0 160px;
  text-align: center;
  background: url(../images/common/bnrLink-img.png) no-repeat center/23vw auto;
}
@media (max-width: 768px) {
  .page-about main .group-btn {
    padding: 50px 0 60px;
    background-size: 70vw auto;
  }
}

.page-dayservice main .intro {
  padding-top: 50px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .page-dayservice main .intro {
    padding-top: 30px;
    padding-bottom: 0;
  }
}
.page-dayservice main .intro h2 {
  color: #082C53;
}
.page-dayservice main .intro p {
  text-align: center;
  line-height: 2.3;
  font-size: 2rem;
  color: #082C53;
}
@media (max-width: 768px) {
  .page-dayservice main .intro p {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.page-dayservice main .intro-img {
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 768px) {
  .page-dayservice main .intro-img {
    margin-top: 30px;
  }
}
.page-dayservice main .features-title h2 {
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 2.6rem;
  background: #4eaa47;
}
@media (max-width: 768px) {
  .page-dayservice main .features-title h2 {
    font-size: 1.8rem;
  }
}
.page-dayservice main .features-bg {
  padding: 140px 0;
  text-align: center;
  background: url(../images/dayservice/features-mv.png) no-repeat center/cover;
}
@media (max-width: 768px) {
  .page-dayservice main .features-bg {
    padding: 60px 0;
  }
}
.page-dayservice main .features-bg .wrap980 {
  padding: 50px 20px;
  background: rgba(255, 255, 255, 0.678);
}
@media (max-width: 768px) {
  .page-dayservice main .features-bg .wrap980 {
    margin: 0 20px;
    padding: 30px 10px;
  }
}
.page-dayservice main .features-bg h3 {
  color: #4eaa47;
  font-size: 2.6rem;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .page-dayservice main .features-bg h3 {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.page-dayservice main .features-bg p {
  color: #082C53;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .page-dayservice main .features-bg p {
    font-size: 1.5rem;
  }
}
.page-dayservice main .day h2 {
  margin-top: 120px;
  text-align: center;
}
@media (max-width: 768px) {
  .page-dayservice main .day h2 {
    margin-top: 60px;
  }
}
.page-dayservice main .day h2 span {
  color: #4eaa47;
  font-size: 3.6rem;
  position: relative;
  padding: 0 111px;
  display: inline-block;
}
@media (max-width: 768px) {
  .page-dayservice main .day h2 span {
    font-size: 2.2rem;
  }
}
.page-dayservice main .day h2 span::before, .page-dayservice main .day h2 span:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.page-dayservice main .day h2 span::after {
  width: 110px;
  height: 91px;
  right: 0;
  background: url(../images/dayservice/ttl-img-right.png) no-repeat center/cover;
}
.page-dayservice main .day h2 span::before {
  width: 111px;
  height: 91px;
  left: 0;
  background: url(../images/dayservice/ttl-img-left.png) no-repeat center/cover;
}
.page-dayservice main .day table {
  border-collapse: separate;
}
.page-dayservice main .day table th, .page-dayservice main .day table td {
  font-weight: 600;
  border: 2px solid #fff;
}
.page-dayservice main .day table th {
  vertical-align: middle;
  width: 30%;
  color: #fff;
  background: #83bf5c;
}
@media (max-width: 768px) {
  .page-dayservice main .day table th {
    display: block;
    width: 100%;
    padding: 20px;
    text-align: center;
  }
}
.page-dayservice main .day table td {
  display: flex;
  justify-content: space-between;
  padding: 50px;
  background: #f2f3f3;
}
@media (max-width: 768px) {
  .page-dayservice main .day table td {
    flex-direction: column;
    padding: 20px 15px;
  }
}
.page-dayservice main .day table td .cont .ttl {
  color: #4eaa47;
  font-size: 2.6rem;
}
@media (max-width: 768px) {
  .page-dayservice main .day table td .cont .ttl {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 10px;
  }
}
.page-dayservice main .day table td .cont div {
  color: #4eaa47;
  font-size: 1.8rem;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .page-dayservice main .day table td .cont div {
    font-size: 1.6rem;
  }
}
.page-dayservice main .day table td .cont p {
  color: #082C53;
  font-size: 1.8rem;
}
.page-dayservice main .day table td .img {
  min-width: 200px;
}
@media (max-width: 768px) {
  .page-dayservice main .day table td .img {
    margin-top: 20px;
    text-align: center;
  }
}
.page-dayservice main .day table td .img img {
  margin-bottom: 20px;
}
.page-dayservice main .day table.lunch th {
  background: #FFB400;
}
.page-dayservice main .day table.lunch td .ttl {
  color: #FFB400;
}
.page-dayservice main .day table.afternoon th {
  background: #D464B3;
}
.page-dayservice main .day table.afternoon td .ttl,
.page-dayservice main .day table.afternoon td div {
  color: #D464B3;
}
.page-dayservice main .day-bottom {
  text-align: center;
  margin-top: 50px;
}
.page-dayservice main .use-title h2 {
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 2.6rem;
  background: #4eaa47;
}
@media (max-width: 768px) {
  .page-dayservice main .use-title h2 {
    font-size: 1.8rem;
  }
}
.page-dayservice main .use-bg {
  padding: 140px 0 0;
  text-align: center;
  background: url(../images/dayservice/use-bg.png) no-repeat center/cover;
}
.page-dayservice main .use-bg .wrap980 {
  max-width: 1200px;
  padding: 50px 20px;
  background: rgba(255, 255, 255, 0.8);
  border-top: 10px solid #4eaa47;
}
@media (max-width: 768px) {
  .page-dayservice main .use-bg .wrap980 {
    padding: 30px 20px;
  }
}
.page-dayservice main .use-bg h3 {
  color: #4eaa47;
  font-size: 3.6rem;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .page-dayservice main .use-bg h3 {
    font-size: 2.2rem;
  }
}
.page-dayservice main .use-bg ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .page-dayservice main .use-bg ul {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .page-dayservice main .use-bg ul li {
    width: 32%;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .page-dayservice main .use-bg ul li:nth-of-type(even) {
    display: none;
  }
}
.page-dayservice main .use-table {
  padding-top: 50px;
}
@media (max-width: 768px) {
  .page-dayservice main .use-table {
    padding-top: 30px;
  }
}
.page-dayservice main .use-table h3 {
  text-align: center;
  font-size: 3.6rem;
  color: #4eaa47;
}
@media (max-width: 768px) {
  .page-dayservice main .use-table h3 {
    font-size: 2.2rem;
  }
}
.page-dayservice main .use-table table {
  border-collapse: collapse;
  margin-top: 30px;
}
.page-dayservice main .use-table table th, .page-dayservice main .use-table table td {
  font-size: 2rem;
  padding: 20px;
  border: 1px solid #efefef;
}
@media (max-width: 768px) {
  .page-dayservice main .use-table table th, .page-dayservice main .use-table table td {
    font-size: 1.6rem;
  }
}
.page-dayservice main .use-table table th {
  width: 30%;
  text-align: center;
  vertical-align: middle;
  background: #f2f3f3;
}
@media (max-width: 768px) {
  .page-dayservice main .use-table table th {
    text-align: center;
    width: 100%;
    display: block;
  }
}
.page-dayservice main .use-table table td {
  width: 70%;
}
@media (max-width: 768px) {
  .page-dayservice main .use-table table td {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}

.page-housing main .intro {
  padding-top: 50px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .page-housing main .intro {
    padding-top: 30px;
    padding-bottom: 0;
  }
}
.page-housing main .intro h2 {
  color: #082C53;
}
.page-housing main .intro p {
  text-align: center;
  line-height: 2.3;
  font-size: 2rem;
  color: #082C53;
}
@media (max-width: 768px) {
  .page-housing main .intro p {
    font-size: 1.6rem;
  }
}
.page-housing main .intro-img {
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 768px) {
  .page-housing main .intro-img {
    margin-top: 30px;
  }
}
.page-housing main .features-title h2 {
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 2.6rem;
  background: #4eaa47;
}
@media (max-width: 768px) {
  .page-housing main .features-title h2 {
    font-size: 1.8rem;
  }
}
.page-housing main .features-bg {
  padding: 0;
  text-align: center;
}
.page-housing main .features-bg .wrap980 {
  padding: 50px 20px;
  background: rgba(255, 255, 255, 0.678);
}
.page-housing main .features-bg h3 {
  color: #4eaa47;
  font-size: 2.6rem;
  margin-bottom: 20px;
}
.page-housing main .features-bg p {
  color: #082C53;
  font-size: 1.8rem;
}
.page-housing main .features-contents {
  position: relative;
  z-index: 2;
  padding: 50px 0 120px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .page-housing main .features-contents {
    padding: 25px 0 300px;
  }
}
.page-housing main .features-contents ul {
  display: flex;
  justify-content: center;
  gap: 2%;
  margin-bottom: 5%;
}
.page-housing main .features-contents ul li {
  width: 32%;
}
@media (max-width: 768px) {
  .page-housing main .features-contents ul li {
    width: 100%;
  }
}
.page-housing main .features-contents p {
  text-align: center;
  margin-bottom: 5%;
  font-size: 2.6rem;
  color: #4eaa47;
  line-height: 2;
}
@media (max-width: 768px) {
  .page-housing main .features-contents p {
    font-size: 1.6rem;
  }
}
.page-housing main .features-contents__bg {
  width: 100%;
  position: absolute;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}
.page-housing main .features-contents__bg img {
  position: absolute;
  z-index: -1;
}
.page-housing main .features-contents__bg img:nth-of-type(1) {
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  .page-housing main .features-contents__bg img:nth-of-type(1) {
    width: 50%;
    top: auto;
    bottom: 20%;
  }
}
.page-housing main .features-contents__bg img:nth-of-type(2) {
  top: 20%;
  left: 0;
}
@media (max-width: 768px) {
  .page-housing main .features-contents__bg img:nth-of-type(2) {
    width: 50%;
    top: auto;
    bottom: 16%;
  }
}
.page-housing main .features-contents__bg img:nth-of-type(3) {
  right: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .page-housing main .features-contents__bg img:nth-of-type(3) {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .page-housing main .plan {
    padding-bottom: 0;
  }
}
.page-housing main .plan-title h2 {
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 2.6rem;
  background: #4eaa47;
}
@media (max-width: 768px) {
  .page-housing main .plan-title h2 {
    font-size: 1.8rem;
  }
}
.page-housing main .plan-contents {
  padding: 120px 0;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .page-housing main .plan-contents {
    padding: 60px 20px 0;
  }
}
.page-housing main .plan-contents .wrap980 {
  max-width: 1200px;
}
.page-housing main .plan-contents h2 {
  text-align: center;
  color: #082C53;
  font-size: 3.6rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .page-housing main .plan-contents h2 {
    font-size: 2.2rem;
  }
}
.page-housing main .plan-contents .flex {
  display: flex;
  margin-top: 50px;
  justify-content: flex-end;
  align-items: center;
  gap: 4%;
}
@media (max-width: 768px) {
  .page-housing main .plan-contents .flex {
    flex-direction: column-reverse;
  }
}
.page-housing main .plan-contents .flex-txt {
  width: 30%;
}
@media (max-width: 768px) {
  .page-housing main .plan-contents .flex-txt {
    width: 100%;
  }
}
.page-housing main .plan-contents .flex-txt dl {
  margin-bottom: 30px;
}
.page-housing main .plan-contents .flex-txt dl dt {
  color: #4eaa47;
  font-size: 2.6rem;
}
@media (max-width: 768px) {
  .page-housing main .plan-contents .flex-txt dl dt {
    font-size: 1.8rem;
  }
}
.page-housing main .plan-contents .flex-txt dl dd {
  margin: 0;
  color: #082C53;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .page-housing main .plan-contents .flex-txt dl dd {
    font-size: 1.6rem;
  }
}
.page-housing main .plan-contents .flex-img {
  width: 50%;
  text-align: right;
  position: relative;
}
@media (max-width: 768px) {
  .page-housing main .plan-contents .flex-img {
    width: 100%;
  }
}
.page-housing main .plan-contents .flex-img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: -10%;
  bottom: -10%;
  background: rgba(77, 170, 70, 0.102);
  z-index: -1;
}
.page-housing main .plan-contents_bg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .page-housing main .plan-contents_bg {
    position: relative;
    right: -20px;
    left: auto;
    max-width: 70%;
    margin: 0 0 0 auto;
  }
}
.page-housing main .facility {
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .page-housing main .facility {
    padding-bottom: 60px;
  }
}
.page-housing main .facility-title h2 {
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 2.6rem;
  background: #4eaa47;
}
@media (max-width: 768px) {
  .page-housing main .facility-title h2 {
    font-size: 1.8rem;
  }
}
.page-housing main .facility .wrap980 {
  max-width: 1200px;
}
.page-housing main .facility h3 {
  margin: 100px 0 50px;
  text-align: center;
  color: #082C53;
  font-size: 3.6rem;
}
@media (max-width: 768px) {
  .page-housing main .facility h3 {
    font-size: 2rem;
    line-height: 1.4;
    margin: 50px 0;
  }
}
.page-housing main .facility ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1%;
}
@media (max-width: 768px) {
  .page-housing main .facility ul {
    flex-direction: column;
  }
}
.page-housing main .facility ul li {
  width: 32%;
  text-align: center;
  margin-bottom: 1%;
}
@media (max-width: 768px) {
  .page-housing main .facility ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.page-housing main .facility ul li p {
  font-size: 2rem;
  color: #4eaa47;
  background: #edf6ec;
  padding: 10px;
}
.page-housing main .price {
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .page-housing main .price {
    padding-bottom: 60px;
  }
}
.page-housing main .price-title h2 {
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 2.6rem;
  background: #4eaa47;
}
@media (max-width: 768px) {
  .page-housing main .price-title h2 {
    font-size: 1.8rem;
  }
}
.page-housing main .price-contents {
  padding-top: 100px;
  text-align: center;
}
@media (max-width: 768px) {
  .page-housing main .price-contents {
    padding-top: 50PX;
  }
}
.page-housing main .price-contents p {
  margin-bottom: 20px;
  font-size: 2.6rem;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .page-housing main .price-contents p {
    font-size: 1.8rem;
  }
}
.page-housing main .alignment {
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .page-housing main .alignment {
    display: none;
  }
}
.page-housing main .alignment-title h2 {
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 2.6rem;
  background: #4eaa47;
}
@media (max-width: 768px) {
  .page-housing main .alignment-title h2 {
    font-size: 1.8rem;
  }
}
.page-housing main .alignment .wrap980 {
  max-width: 1200px;
}
.page-housing main .alignment-contents {
  text-align: center;
}
.page-housing main .alignment-contents h3 {
  margin: 100px 0 50px;
  text-align: center;
  color: #082C53;
  font-size: 3.6rem;
}
@media (max-width: 768px) {
  .page-housing main .alignment-contents h3 {
    font-size: 1.8rem;
  }
}
.page-housing main .alignment-contents ul {
  display: flex;
}

.page-careplancenter main .intro {
  padding-top: 50px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .page-careplancenter main .intro {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.page-careplancenter main .intro h2 {
  color: #082C53;
}
.page-careplancenter main .intro p {
  text-align: center;
  line-height: 2.3;
  font-size: 2rem;
  color: #082C53;
}
@media (max-width: 768px) {
  .page-careplancenter main .intro p {
    font-size: 1.6rem;
  }
}
.page-careplancenter main .intro-img {
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 768px) {
  .page-careplancenter main .intro-img {
    margin-top: 30px;
  }
}
.page-careplancenter main .features-title h2 {
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 2.6rem;
  background: #4eaa47;
}
@media (max-width: 768px) {
  .page-careplancenter main .features-title h2 {
    font-size: 1.8rem;
  }
}
.page-careplancenter main .features-bg {
  padding: 140px 0;
  text-align: center;
  background: url(../images/careplancenter/features-bg.png) no-repeat top center/100% auto;
}
@media (max-width: 768px) {
  .page-careplancenter main .features-bg {
    padding: 60px 0;
  }
}
.page-careplancenter main .features-bg .wrap980 {
  max-width: 1200px;
  padding: 50px 100px;
  background: rgba(255, 255, 255, 0.8);
}
@media (max-width: 768px) {
  .page-careplancenter main .features-bg .wrap980 {
    padding: 30px 20px;
  }
}
.page-careplancenter main .features-bg h3 {
  color: #082C53;
  font-size: 4rem;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .page-careplancenter main .features-bg h3 {
    font-size: 2.2rem;
  }
}
.page-careplancenter main .features-bg h3 span {
  border-bottom: 2px solid #4eaa47;
}
.page-careplancenter main .features-bg ul li {
  text-align: left;
  margin-bottom: 20px;
  color: #4eaa47;
  padding-left: 20px;
  font-size: 2.6rem;
  border-left: 5px solid #4eaa47;
}
@media (max-width: 768px) {
  .page-careplancenter main .features-bg ul li {
    font-size: 1.8rem;
  }
}
.page-careplancenter main .features-bottom {
  color: #082C53;
  font-size: 3.6rem;
  margin-top: 120px;
}
@media (max-width: 768px) {
  .page-careplancenter main .features-bottom {
    font-size: 2.2rem;
    margin-top: 60px;
    text-align: left;
  }
}
.page-careplancenter main .flow-title h2 {
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 2.6rem;
  background: #4eaa47;
}
@media (max-width: 768px) {
  .page-careplancenter main .flow-title h2 {
    font-size: 1.8rem;
  }
}
.page-careplancenter main .flow-contents {
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .page-careplancenter main .flow-contents {
    padding-bottom: 50px;
  }
}
.page-careplancenter main .flow-contents_txt {
  text-align: center;
  margin-top: 80px;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .page-careplancenter main .flow-contents_txt {
    margin-top: 40px;
  }
}
.page-careplancenter main .flow-contents .wrap980 {
  max-width: 1200px;
}
.page-careplancenter main .flow-contents .careFlow {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .page-careplancenter main .flow-contents .careFlow {
    padding: 30px 0;
  }
}
.page-careplancenter main .flow-contents .careFlow__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media (max-width: 768px) {
  .page-careplancenter main .flow-contents .careFlow__list {
    flex-direction: column;
  }
}
.page-careplancenter main .flow-contents .careFlow__list .dot-yoko {
  width: 10%;
  text-align: center;
}
@media (max-width: 768px) {
  .page-careplancenter main .flow-contents .careFlow__list .dot-yoko {
    display: none;
  }
}
.page-careplancenter main .flow-contents .careFlow__list .dot-yoko img {
  margin: 0 auto;
}
.page-careplancenter main .flow-contents .careFlowCard {
  width: 45%;
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: url(../images/careplancenter/list-bg.png) no-repeat top left/cover;
}
@media (max-width: 768px) {
  .page-careplancenter main .flow-contents .careFlowCard {
    width: 100%;
  }
}
.page-careplancenter main .flow-contents .careFlowCard__content {
  position: relative;
  z-index: 1;
  padding: 60px 50px;
  display: grid;
  gap: 14px;
}
@media (max-width: 768px) {
  .page-careplancenter main .flow-contents .careFlowCard__content {
    padding: 30px 20px;
    gap: 0;
  }
}
.page-careplancenter main .flow-contents .careFlowCard__icon {
  width: 71px;
  height: 71px;
  margin: 0 auto 30px;
}
.page-careplancenter main .flow-contents .careFlowCard__icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.page-careplancenter main .flow-contents .careFlowCard__title {
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0;
  color: #fff;
}
@media (max-width: 768px) {
  .page-careplancenter main .flow-contents .careFlowCard__title {
    font-size: 2.2rem;
  }
}
.page-careplancenter main .flow-contents .careFlowCard__text {
  color: #082C53;
  font-size: 18px;
  line-height: 1.8;
  text-align: justify;
  margin: 0;
}
.page-careplancenter main .flow-contents ul:nth-of-type(1) {
  margin-bottom: 20px;
}
.page-careplancenter main .flow-contents .dot-img {
  text-align: center;
}
.page-careplancenter main .flow-contents .dot-img img {
  margin: 0 auto;
}
.page-careplancenter main .flow-contents_address {
  padding: 70px 50px;
  background: #f2f3f3;
}
@media (max-width: 768px) {
  .page-careplancenter main .flow-contents_address {
    padding: 35px 25px;
  }
}
.page-careplancenter main .flow-contents_address h3 {
  text-align: center;
  color: #082C53;
  font-size: 4rem;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .page-careplancenter main .flow-contents_address h3 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.page-careplancenter main .flow-contents_address h3 span {
  border-bottom: 2px solid #4eaa47;
}
.page-careplancenter main .flow-contents_address .flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .page-careplancenter main .flow-contents_address .flex {
    flex-direction: column;
  }
}
.page-careplancenter main .flow-contents_address .flex-photo {
  width: 42%;
}
@media (max-width: 768px) {
  .page-careplancenter main .flow-contents_address .flex-photo {
    width: 100%;
    margin-bottom: 20px;
  }
}
.page-careplancenter main .flow-contents_address .flex-txt {
  padding: 4%;
}
.page-careplancenter main .flow-contents_address .flex-txt h4 {
  font-size: 2.6rem;
  color: #EEB460;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .page-careplancenter main .flow-contents_address .flex-txt h4 {
    font-size: 1.8rem;
  }
}
.page-careplancenter main .flow-contents_address .flex-txt h4 p {
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .page-careplancenter main .flow-contents_address .flex-txt h4 p {
    font-size: 1.4rem;
  }
}

.page-helper main .intro {
  padding-top: 50px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .page-helper main .intro {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.page-helper main .intro h2 {
  color: #082C53;
}
.page-helper main .intro p {
  text-align: center;
  line-height: 2.3;
  font-size: 2rem;
  color: #082C53;
}
@media (max-width: 768px) {
  .page-helper main .intro p {
    font-size: 1.6rem;
  }
}
.page-helper main .intro-img {
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 768px) {
  .page-helper main .intro-img {
    margin-top: 30px;
  }
}
.page-helper main .features {
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .page-helper main .features {
    padding-bottom: 60px;
  }
}
.page-helper main .features-title h2 {
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 2.6rem;
  background: #4eaa47;
}
@media (max-width: 768px) {
  .page-helper main .features-title h2 {
    font-size: 1.8rem;
  }
}
.page-helper main .features-contents dl {
  margin-bottom: 30px;
}
.page-helper main .features-contents dl dt {
  color: #4eaa47;
  font-size: 2.6rem;
}
@media (max-width: 768px) {
  .page-helper main .features-contents dl dt {
    font-size: 1.8rem;
  }
}
.page-helper main .features-contents dl dd {
  font-size: 1.8rem;
  margin: 0;
}
@media (max-width: 768px) {
  .page-helper main .features-contents dl dd {
    font-size: 1.4rem;
  }
}
.page-helper main .price-title h2 {
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 2.6rem;
  background: #4eaa47;
}
@media (max-width: 768px) {
  .page-helper main .price-title h2 {
    font-size: 1.8rem;
  }
}
.page-helper main .price-contents {
  padding: 100px 0 120px;
}
@media (max-width: 768px) {
  .page-helper main .price-contents {
    padding: 50px 0 60px;
  }
}
.page-helper main .price-contents .price-sub {
  font-size: 2.4rem;
  color: #4eaa47;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .page-helper main .price-contents .price-sub {
    font-size: 1.8rem;
    text-align: center;
  }
}
.page-helper main .price-contents .price-sub:nth-of-type(2) {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .page-helper main .price-contents .price-sub:nth-of-type(2) {
    margin-top: 20px;
  }
}
.page-helper main .price-contents p {
  font-size: 1.8rem;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .page-helper main .price-contents p {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}
.page-helper main .flow-title h2 {
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 2.6rem;
  background: #4eaa47;
}
@media (max-width: 768px) {
  .page-helper main .flow-title h2 {
    font-size: 1.8rem;
  }
}
.page-helper main .flow-contents {
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .page-helper main .flow-contents {
    padding-bottom: 50px;
  }
}
.page-helper main .flow-contents_txt {
  color: #082C53;
  text-align: center;
  margin-top: 80px;
  font-size: 3.6rem;
}
@media (max-width: 768px) {
  .page-helper main .flow-contents_txt {
    margin-top: 40px;
    font-size: 2.2rem;
  }
}
.page-helper main .flow-contents .wrap980 {
  max-width: 1200px;
}
.page-helper main .flow-contents .careFlow {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .page-helper main .flow-contents .careFlow {
    padding: 30px 0;
  }
}
.page-helper main .flow-contents .careFlow__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media (max-width: 768px) {
  .page-helper main .flow-contents .careFlow__list {
    flex-direction: column;
  }
}
.page-helper main .flow-contents .careFlow__list .dot-yoko {
  width: 10%;
  text-align: center;
}
@media (max-width: 768px) {
  .page-helper main .flow-contents .careFlow__list .dot-yoko {
    display: none;
  }
}
.page-helper main .flow-contents .careFlow__list .dot-yoko img {
  margin: 0 auto;
}
.page-helper main .flow-contents .careFlowCard {
  width: 45%;
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: url(../images/careplancenter/list-bg.png) no-repeat top left/cover;
}
@media (max-width: 768px) {
  .page-helper main .flow-contents .careFlowCard {
    width: 100%;
  }
}
.page-helper main .flow-contents .careFlowCard__content {
  position: relative;
  z-index: 1;
  padding: 60px 50px;
  display: grid;
  gap: 14px;
}
@media (max-width: 768px) {
  .page-helper main .flow-contents .careFlowCard__content {
    padding: 30px 20px;
    gap: 0;
  }
}
.page-helper main .flow-contents .careFlowCard__icon {
  width: 71px;
  height: 71px;
  margin: 0 auto 30px;
}
.page-helper main .flow-contents .careFlowCard__icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.page-helper main .flow-contents .careFlowCard__title {
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0;
  color: #fff;
}
@media (max-width: 768px) {
  .page-helper main .flow-contents .careFlowCard__title {
    font-size: 2.2rem;
  }
}
.page-helper main .flow-contents .careFlowCard__text {
  color: #082C53;
  font-size: 18px;
  line-height: 1.8;
  text-align: justify;
  margin: 0;
}
.page-helper main .flow-contents ul:nth-of-type(1) {
  margin-bottom: 20px;
}
.page-helper main .flow-contents .dot-img {
  text-align: center;
}
@media (max-width: 768px) {
  .page-helper main .flow-contents .dot-img {
    display: none;
  }
}
.page-helper main .flow-contents .dot-img img {
  margin: 0 auto;
}
.page-helper main .flow-contents_address {
  padding: 70px 50px;
  background: #f2f3f3;
}
@media (max-width: 768px) {
  .page-helper main .flow-contents_address {
    padding: 35px 25px;
  }
}
.page-helper main .flow-contents_address h3 {
  text-align: center;
  color: #082C53;
  font-size: 4rem;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .page-helper main .flow-contents_address h3 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.page-helper main .flow-contents_address h3 span {
  border-bottom: 2px solid #4eaa47;
}
.page-helper main .flow-contents_address .flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .page-helper main .flow-contents_address .flex {
    flex-direction: column;
  }
}
.page-helper main .flow-contents_address .flex-photo {
  width: 42%;
}
@media (max-width: 768px) {
  .page-helper main .flow-contents_address .flex-photo {
    width: 100%;
    margin-bottom: 20px;
  }
}
.page-helper main .flow-contents_address .flex-txt {
  padding: 4%;
}
.page-helper main .flow-contents_address .flex-txt h4 {
  font-size: 2.6rem;
  color: #EEB460;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .page-helper main .flow-contents_address .flex-txt h4 {
    font-size: 1.8rem;
  }
}
.page-helper main .flow-contents_address .flex-txt h4 p {
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .page-helper main .flow-contents_address .flex-txt h4 p {
    font-size: 1.4rem;
  }
}

.page-contact main section .wp-block-snow-monkey-forms-item.smf-item {
  margin-bottom: 30px;
}
.page-contact main section .wp-block-snow-monkey-forms-item.smf-item * {
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .page-contact main section .wp-block-snow-monkey-forms-item.smf-item * {
    font-size: 1.6rem;
  }
}
.page-contact main section .wp-block-snow-monkey-forms-item.smf-item select,
.page-contact main section .wp-block-snow-monkey-forms-item.smf-item input[type=text],
.page-contact main section .wp-block-snow-monkey-forms-item.smf-item input[type=email],
.page-contact main section .wp-block-snow-monkey-forms-item.smf-item input[type=tel],
.page-contact main section .wp-block-snow-monkey-forms-item.smf-item textarea {
  width: 100%;
  padding: 15px 15px;
}
.page-contact main section .wp-block-snow-monkey-forms-item.smf-item .smf-item__label__text {
  margin-bottom: 10px;
  display: block;
}
.page-contact main section .wp-block-snow-monkey-forms-item.smf-item--divider {
  text-align: center;
}
.page-contact main section .wp-block-snow-monkey-forms-item.smf-item--divider input {
  margin-top: 9px;
}
.page-contact main section .smf-button-control__control {
  background: #4eaa47;
  text-align: center;
  margin: 50px auto 0;
  border-radius: 100vh;
  padding: 20px;
  display: block;
  width: 100%;
  max-width: 320px;
  border: none;
  color: #ffffff;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .page-contact main section .smf-button-control__control {
    font-size: 1.6rem;
    margin-top: 30px;
  }
}
.page-contact main section form {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .page-contact main section form {
    margin-bottom: 50px;
  }
}

.error404 main .error__contents {
  text-align: center;
}
.error404 main .error__contents .wp-block-button {
  margin-top: 50px;
}

.wp-block-button a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background: #4eaa47;
  padding: 20px;
  border-radius: 100vh;
  min-width: 260px;
  text-align: center;
}

.archive__contents,
.single__contents {
  padding-top: 60px;
}
@media (max-width: 768px) {
  .archive__contents,
  .single__contents {
    padding-top: 30px;
  }
}/*# sourceMappingURL=pages.css.map */