@charset "UTF-8";
/*-----------------------------------------------------------------------

    header

-----------------------------------------------------------------------*/
.page-header {
  width: 100%;
  height: 90px;
  background-color: #fff;
  position: relative;
  z-index: 30;
}
.page-header .hd-wrap {
  align-items: center;
  width: 100%;
  height: 90px;
  padding: 0 50px 0 100px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
}
.page-header .hd-logo {
  align-self: center;
}
.page-header .hd-logo a {
  display: inline-block;
}
.page-header h1 {
  line-height: 1;
}
.page-header .header-detail {
  align-items: center;
  margin: 0 0 0 30px;
}

/* pagetop */
.pagetop {
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 100;
}

.pagetop a {
  transition: all 0.3s;
}

.pagetop.fixed a {
  pointer-events: all;
  opacity: 1;
}

/*-----------------------------------------------------------------------

    key

-----------------------------------------------------------------------*/
.key {
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 50px 0 0;
  position: relative;
  z-index: 10;
  /* ▼key-vis */
  /* ▼key-cnt */
  /* ▼key-ttl */
}
.key-vis {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 640px);
  height: 450px;
  margin: 0 0 0 auto;
  position: relative;
  border-radius: 15px;
}
.key-vis video {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.key-vis img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.key-cnt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 640px;
  height: 100%;
  background: url(../images/top/catch-bg.png) no-repeat center;
  position: absolute;
  left: 0;
  text-align: center;
}
.key-ttl {
  display: flex;
  justify-content: center;
  width: auto;
  position: absolute;
  z-index: 100;
  /* ▼key-ttl-sub */
}
.key-ttl-sub {
  color: #47885e;
  font-size: 5.4rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}

#top .key {
  align-items: flex-start;
  justify-content: center;
  /* ▼key-vis */
}
#top .key-vis {
  height: 760px;
}
#e404 .key-ttl-sub {
  width: 370px;
}

/*-----------------------------------------------------------------------

    nav

-----------------------------------------------------------------------*/
/* ▼global-nav */
.global-nav {
  line-height: 1;
  color: #222222;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.global-nav::after {
  content: "";
  display: block;
  width: 100%;
  height: 16px;
  background: url(../images/common/deco-border01.png) repeat-x;
}
.global-nav .hd-nav {
  align-items: center;
  justify-content: center;
  width: 1080px;
  height: 78px;
  margin: 0 auto;
}
.global-nav .hd-nav li {
  position: relative;
  flex: 1;
  border-right: 3px double #95bf41;
}
.global-nav .hd-nav li:first-child {
  border-left: 3px double #95bf41;
}
.global-nav .hd-nav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  position: relative;
  z-index: 10;
}
.global-nav .hd-nav li a:hover,
.global-nav .hd-nav li a.current {
  opacity: 1;
  color: #47885e;
}

/*-----------------------------------------------------------------------

    footer

-----------------------------------------------------------------------*/
.page-footer {
  background: url(../images/common/pattern/bg_green.jpg) repeat;
  border-top: 3px double #47885e;
  position: relative;
}
.page-footer_wrap {
  padding: 50px 0 15px;
}

/* ▼footer-main */
.footer-main {
  width: 480px;
}
.footer-main .footer-ttl {
  margin: 0 0 21px;
  text-align: left;
}
.footer-main .footer-ttl a {
  display: inline-block;
}
.footer-main-adr {
  font-size: 1.6rem;
  line-height: 1.625;
}
.footer-main-guide {
  margin: 25px 0 0;
  padding: 0 0 20px;
  border-bottom: 2px solid #47885e;
}
.footer-main-guide-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 22px;
  color: #47885e;
  font-size: 2rem;
  letter-spacing: 0.02em;
  line-height: 1;
}
.footer-main-guide-ttl::before, .footer-main-guide-ttl::after {
  content: "";
  flex: 1;
  height: 1px;
  border-bottom: 2px solid;
}
.footer-main-guide-ttl span {
  padding: 0 18px;
}
.footer-main-guide ul {
  justify-content: center;
}
.footer-main-guide ul li:not(:last-child) {
  margin-right: 20px;
}

/* ▼footer-detail */
.footer-detail .common-info {
  justify-content: flex-end;
}
.footer-detail-table {
  width: 492px;
  margin: 20px 0 0;
  background-color: #fff;
  border: 1px solid #95bf41;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  text-align: center;
}
.footer-detail-table .table-head {
  width: 172px;
  height: 40px;
}
.footer-detail-table th, .footer-detail-table td {
  vertical-align: middle;
}
.footer-detail-table th:not(:last-child), .footer-detail-table td:not(:last-child) {
  border-right: 1px solid #47885e;
}
.footer-detail-table thead {
  background-color: #47885e;
  color: #fff;
  font-weight: 400;
}
.footer-detail-table thead th:not(:last-child) {
  border-color: inherit;
}
.footer-detail-table tbody tr:not(:last-child) {
  border-bottom: 1px solid #47885e;
}
.footer-detail-table-note {
  margin: 10px 0 0;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #666;
}

/* footer-nav */
.footer-nav {
  justify-content: center;
  width: 100%;
  margin: 57px 0 0;
  line-height: 1;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.footer-nav ul.flex {
  justify-content: center;
}
.footer-nav ul.flex li:not(:last-child) {
  margin-right: 40px;
}
.footer-nav ul.flex:not(:last-child) {
  margin-right: 40px;
}

/* ▼copyright */
.copyright {
  padding: 15px 0;
  background-color: #47885e;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.05em;
}

/*-----------------------------------------------------------------------

    main

-----------------------------------------------------------------------*/
/*
    page-top
--------------------*/
/* ▼season_banner */
.season_banner {
  padding: 100px 0;
  background: url(../images/season/spring-bg.jpg) no-repeat center/cover;
}
.season_banner-block {
  align-items: stretch;
  height: 370px;
  border: 4px solid #f19aaa;
}
.season_banner-block-img {
  flex: 1;
}
.season_banner-block-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.season_banner-block-cnt {
  width: 420px;
  background: url(../images/season/spring-txt-bg.jpg) no-repeat center/cover;
  position: relative;
  z-index: 10;
}
.season_banner-block-cnt-ttl {
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.season_banner-block-cnt-ttl img {
  max-width: none;
}
.season_banner.summer {
  background-image: url(../images/season/summer-bg.jpg);
}
.season_banner.summer .season_banner-block {
  border-color: #4ba1eb;
}
.season_banner.summer .season_banner-block-cnt {
  background-image: url(../images/season/summer-txt-bg.jpg);
}
.season_banner.autumn {
  background-image: url(../images/season/autumn-bg.jpg);
}
.season_banner.autumn .season_banner-block {
  border-color: #ffa73f;
}
.season_banner.autumn .season_banner-block-cnt {
  background-image: url(../images/season/autumn-txt-bg.jpg);
}
.season_banner.winter {
  background-image: url(../images/season/winter-bg.jpg);
}
.season_banner.winter .season_banner-block {
  border-color: #748fa6;
}
.season_banner.winter .season_banner-block-cnt {
  background-image: url(../images/season/winter-txt-bg.jpg);
}

/* ▼top_worrie */
.top_worrie {
  background: url(../images/top/worrie-bg-deco.png) no-repeat center bottom 162px;
}
.top_worrie-ttl {
  margin: 0 0 32px;
  text-align: center;
}
.top_worrie-list {
  position: relative;
}
.top_worrie-list-item:nth-child(1), .top_worrie-list-item:nth-child(4) {
  margin-top: 175px;
}
.top_worrie-list-item:nth-child(2) {
  margin: 0 auto 0 0;
}
.top_worrie-list-item:nth-child(3) {
  margin: 0 0 0 auto;
}
.top_worrie-list::after {
  content: "";
  width: 325px;
  height: 304px;
  background: url(../images/top/worrie-list-img.png) no-repeat center/contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.top_worrie-lead {
  margin: 8px 0 0;
  text-align: center;
}

/* ▼top_about */
.top_about {
  background-color: #f0faf0;
}
.top_about-block-img {
  margin: -28px 0 0 -184px;
}
.top_about-block-cnt {
  width: 610px;
}

/* ▼top_reason */
.top_reason-list {
  justify-content: center;
}
.top_reason-list-item {
  width: 320px;
  text-align: center;
}
.top_reason-list-capt {
  margin: 10px 0 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.top_reason .common-btn {
  margin-top: 50px;
}

/* ▼top_therapy */
.top_therapy-block-cnt {
  width: 510px;
}
.top_therapy-block-cnt .common-btn {
  margin: 42px 0 0;
}

/* ▼top_news */
.top_news {
  background: url(../images/top/news-bg-deco.png) no-repeat center bottom 55px;
}
.top_news-block {
  position: relative;
}
.top_news-block .common-ttl {
  width: 300px;
}
.top_news-block-cnt {
  width: 735px;
  min-height: 220px;
}
.top_news-block .common-btn {
  position: absolute;
  left: 0;
  top: 160px;
}

/* ▼top_reserve */
.top_reserve {
  background: url(../images/top/reserve-bg.jpg) no-repeat center/cover;
}
.top_reserve-block {
  align-items: flex-end;
  justify-content: center;
}
.top_reserve-block::before {
  content: "";
  display: block;
  width: 184px;
  height: 213px;
  margin: 0 32px 0 0;
  background: url(../images/top/reserve-illust.png) no-repeat center/contain;
}
.top_reserve-block-cnt {
  text-align: center;
}
.top_reserve-block-cnt-txt {
  font-size: 2rem;
}
.top_reserve-block-cnt .common-btn {
  margin-top: 50px;
}

/*
    page-about
--------------------*/
/* ▼about_service */
.about_service {
  overflow: hidden;
}
.about_service-block {
  position: relative;
  z-index: 10;
}
.about_service-block::before {
  content: "";
  background: url(../images/about/service-img-deco01.png) no-repeat center/contain;
  position: absolute;
  z-index: -1;
}
.about_service-block-cnt {
  width: 520px;
}
.about_service-block-cnt .common-head {
  text-align: center;
}
.about_service-block-cnt-txt {
  letter-spacing: 0;
}
.about_service-block:nth-of-type(odd) {
  flex-direction: row-reverse;
}
.about_service-block:nth-of-type(1)::before {
  width: 336px;
  height: 258px;
  top: -101px;
  right: -93px;
}
.about_service-block:nth-of-type(2)::before {
  width: 256px;
  height: 270px;
  background-image: url(../images/about/service-img-deco02.png);
  bottom: -72px;
  left: -141px;
}
.about_service-block:not(:last-child) {
  margin-bottom: 50px;
}

/* ▼about_reason */
.about_reason-block {
  align-self: stretch;
  width: 340px;
  background-color: #fff;
}
.about_reason-block-img {
  padding: 30px 0 22px;
  color: #fff;
  background-color: #47885e;
  text-align: center;
}
.about_reason-block-img img {
  width: 200px;
}
.about_reason-block-img-capt {
  margin: 15px 0 0;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  line-height: 1.4545;
}
.about_reason-block-cnt {
  padding: 15px 15px;
}
.about_reason-block-cnt-txt {
  letter-spacing: 0;
}

/* ▼about_greeting */
.about_greeting {
  overflow: hidden;
}
.about_greeting-block {
  position: relative;
  z-index: 10;
}
.about_greeting-block::before {
  content: "";
  width: 214px;
  height: 214px;
  background: url(../images/about/greeting-deco01.png) no-repeat center/contain;
  position: absolute;
  top: -120px;
  right: -60px;
  z-index: -1;
}
.about_greeting-block::after {
  content: "";
  width: 304px;
  height: 642px;
  background: url(../images/about/greeting-deco02.png) no-repeat center/contain;
  position: absolute;
  top: -61px;
  left: -131px;
  z-index: -1;
}
.about_greeting-block-cnt {
  width: 600px;
}
.about_greeting-block-cnt-ttl {
  margin: 0 0 18px;
  color: #47885e;
  font-size: 2.5rem;
  letter-spacing: 0.04em;
}

/*
    page-therapy
--------------------*/
/* ▼therapy_greeting */
.therapy_greeting {
  background: url(../images/therapy/greeting-bg-img.png) no-repeat bottom left calc(50% - 465px);
}
.therapy_greeting-img {
  text-align: center;
}
.therapy_greeting-txt {
  margin: 50px 0 0;
  text-align: center;
}

/* ▼therapy_about */
.therapy_about-block-cnt {
  width: 515px;
}
.therapy_about-graph {
  margin: 80px 0 0;
  position: relative;
  z-index: 10;
}
.therapy_about-graph-img {
  text-align: center;
}
.therapy_about-graph-list {
  font-size: 1.5rem;
  line-height: 1.7333;
  letter-spacing: 0.04em;
}
.therapy_about-graph-list-item {
  width: 290px;
  background-color: #fff;
  padding: 23px 20px;
  position: absolute;
  z-index: 10;
}
.therapy_about-graph-list-item::after {
  content: "";
  width: 18px;
  height: 40px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.therapy_about-graph-list-item:nth-child(1) {
  width: 410px;
  top: -32px;
  right: 0;
}
.therapy_about-graph-list-item:nth-child(2) {
  left: 0;
  bottom: 4px;
}
.therapy_about-graph-list-item:nth-child(2)::after {
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  left: calc(100% - 1px);
}
.therapy_about-graph-list-item:nth-child(3) {
  right: 0;
  bottom: -9px;
}
.therapy_about-graph-list-item:nth-child(1)::after, .therapy_about-graph-list-item:nth-child(3)::after {
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
  right: calc(100% - 1px);
}

/* ▼therapy_guide */
.therapy_guide {
  background: url(../images/therapy/guide-bg.jpg) no-repeat center/cover;
}
.therapy_guide-block {
  position: relative;
  z-index: 10;
}
.therapy_guide-block .common-btn {
  width: 400px;
  height: 80px;
  font-size: 2.2rem;
}
.therapy_guide-block::after {
  content: "";
  width: 202px;
  height: 162px;
  background: url(../images/therapy/guide-illust.png) no-repeat center/contain;
  position: absolute;
  right: 116px;
  bottom: -56px;
}

/*
    page-menu
--------------------*/
/* ▼menu_main */
.menu_main {
  background-color: #f0faf0;
}
.menu_main-sect {
  background-color: #fff;
}
.menu_main-sect:not(:last-child) {
  margin-bottom: 40px;
}
.menu_main-sect .common-head {
  text-align: center;
}
.menu_main-sect-cnt {
  padding: 30px 60px 60px;
}
.menu_main-sect-note {
  margin: -10px 0 0;
  font-size: 1.6rem;
  font-weight: 300;
}
.menu_main-sect-note li {
  display: flex;
}
.menu_main-sect-note li::before {
  content: "※";
}
.menu_main-block:not(:last-child) {
  margin-bottom: 30px;
}
.menu_main-block-ttl {
  margin: 0 0 13px;
  padding: 2px 20px 5px;
  color: #47885e;
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  border-left: 5px solid;
  border-bottom: 1px solid;
}
.menu_main-block-list-item {
  display: flex;
  width: 460px;
  padding: 0 0 8px;
  border-bottom: 1px solid;
  font-size: 1.7rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.menu_main-block-list-item:nth-child(n+3) {
  margin-top: 25px;
}
.menu_main-block-list-item.diff-style {
  width: 100%;
}
.menu_main-block-list-ttl {
  width: auto;
  margin: 0 15px 0 0;
  flex: 1;
  font-weight: 500;
  color: #47885e;
}
.menu_main-block-list .font-small {
  font-size: 1.5rem;
}

/* ▼menu_flow */
.menu_flow-block {
  padding: 30px 80px;
  background-color: #d8f0d8;
  counter-increment: menu_flow-block;
}
.menu_flow-block:not(:last-child) {
  margin-bottom: 30px;
  position: relative;
  z-index: 10;
}
.menu_flow-block:not(:last-child)::after {
  content: "";
  width: 25px;
  height: 24px;
  margin: auto;
  background: url(../images/common/ico-arrow02.png) no-repeat center/contain;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
}
.menu_flow-block-img {
  width: 150px;
  margin: 0 40px 0 0;
}
.menu_flow-block-cnt {
  width: 730px;
  padding: 10px 0 0;
}
.menu_flow-block-cnt-ttl {
  display: flex;
  align-items: center;
  margin: 0 0 12px;
  border-bottom: 2px solid #47885e;
  font-size: 2.8rem;
}
.menu_flow-block-cnt-ttl::before {
  content: "0" counter(menu_flow-block);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #47885e;
  flex: 0 0 auto;
  margin: 0 20px 0 0;
}

/*
    page-information
--------------------*/
/* ▼information_main */
.information_main {
  background-color: #f0faf0;
}
.information_main-block:not(:last-child) {
  margin-bottom: 100px;
}

.information_main-map {
  width: 100%;
  height: 350px;
  margin: 40px 0 0;
  background-color: #ccc;
}

/*
    common-news
--------------------*/
/* ▼common-news */
.common-news_cnt {
  width: 100%;
  margin: 0 auto;
}

.common-news_post {
  transition: all 0.1s;
  padding-bottom: 15px;
  border-bottom: 1px solid #b4b4b4;
}

.common-news_post:not(:last-child) {
  margin-bottom: 15px;
}

.common-news_post a {
  align-items: center;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: 0.08em;
  position: relative;
  font-weight: 500;
}

.common-news_post .common-news_post-detail {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

.common-news_post-img {
  width: 120px;
}

.common-news_post-img .c_ofi {
  padding-top: 100%;
}

.common-news_post-cnt {
  width: 100%;
}

.common-news_post-cnt.diff-style {
  width: calc(100% - 150px);
}

.common-news_post-time {
  display: inline-block;
  margin: 0 15px 0 0;
  text-align: center;
  color: #47885e;
}

.common-news_post .common-news_post-tag {
  display: flex;
  justify-content: flex-start;
  flex: 1;
}

.common-news_post .common-news_post-tag li {
  display: inline-block;
  flex: 0 0 auto;
  margin: 2px 0 0;
  font-size: 1.4rem;
}
.common-news_post .common-news_post-tag li:not(:last-child) {
  margin-right: 0.3em;
  padding-right: 0.3em;
  border-right: 1px solid;
}

.common-news_post .common-news_post-txt {
  width: 100%;
  margin: 13px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*
    page-news
--------------------*/
/*==========================================
一覧ぺージ用カテゴリ(セレクトボックス)
===========================================*/
.category-select {
  overflow: hidden;
  width: 300px;
  margin-left: auto;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  border-radius: 2px;
  border: 2px solid #95bf41;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.category-select:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #95bf41;
  pointer-events: none;
}

.category-select select {
  width: 100%;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px 38px 5px 20px;
  color: #4c372c;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.category-select select::-ms-expand {
  display: none;
}

.post-category {
  margin: 0 0 20px;
}
.post-category ul li {
  margin: 10px;
}
.post-category ul li a {
  color: #95bf41;
  padding: 0 1em;
  border: 1px solid;
  border-radius: 8px;
}
.post-category ul li a:hover {
  opacity: 1;
  color: #fff;
  background-color: #95bf41;
}/*# sourceMappingURL=style.css.map */