@charset "UTF-8";

html {
  font-size: 1.4rem;
  font-family: 'Noto Sans JP', sans-serif;
}

a {
  text-decoration: none;
}

body {
  margin: 0 auto 0 auto;
  position: relative;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 15px;
}

@media screen and (max-width: 767px) {
  header {
    padding: 10px 10px;
  }
}


@media screen and (max-width: 767px) {
  header {
    padding-top: 10px;
  }
}

.logo {
  width: 240px;
  display: block;
}

@media screen and (max-width: 1024px) {
  .logo {
    width: 180px;
  }
}

.logo img {
  width: 100%;
}

.nav-pc {
  display: flex;
  justify-content: space-around;
  text-align: center;
  font-size: 14px;
  gap: 30px;
}

@media screen and (max-width: 1024px) {
  .nav-pc {
    gap: 15px;
    font-size: 13px;
  }
}

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

.nav-pc a {
  text-align: center;
  padding: 10px 0;
  white-space: nowrap;
}

.nav-pc a:link {
  color: #468459;
}

.nav-pc a:visited {
  color: #468459;
}

.nav-pc a:hover {
  color: #468459;
  text-decoration: underline;
}

.nav-pc a:active {
  color: #468459;
}

.nav-pc .reservation {
  background-color: #0C4324;
  border-radius: 5px;
  padding: 0px 12px;
  line-height: 44px;
  color: white !important;
}

.reservation a:link,
.reservation a:visited,
.reservation a:hover,
.reservation a:active {
  color: #ffffff;
}

@media screen and (max-width: 900px) {
  .reservation {
    font-size: 13px;
    padding: 0 16px;
  }
}

/* スマホ用ナビを非表示 */
.nav-sp,
.menu-sp,
.main-vidual-sp-img {
  display: none;
}

/* メインビジュアル */
.main-vidual {
  position: relative;
}

.main-vidual-sp-img {
  display: none;
}

@media screen and (max-width: 767px) {
  .main-vidual {
    gap: 0px;
    justify-content: space-between;
  }
}

.main-message {
  position: absolute;
  top: 35%;
  left: 7%;
  z-index: 2;
}

.main-message {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  font-size: 32px;
  color: #468459;
  font-weight: 500;
  padding-bottom: 100px;
}

.main-message h1 {
  border-bottom: 1px dashed #468459;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  padding-bottom: 5px;
  color: #468459;
  white-space: nowrap;
  display: block;
}

.main-message::before {
  content: "";
  background-image: url(./../images/_x31_7.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 20%;
  right: 10%;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .main-message {
    top: 75%;
    left: 4%;
    padding-bottom: 0;
  }
}

/* ヒーローイメージ */
.main-vidual-img {
  z-index: 0;
  margin-right: 0;
  flex: 1;
}

.main-vidual-img img {
  width: 100%;
  max-width: none;
  height: auto;
}

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

  .main-vidual-sp-img {
    display: block;
    position: relative;
    z-index: 0;
    width: 100%;
    object-fit: cover;
  }

  .main-vidual-sp-img img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/* サイトマップ */
.breadcrumbs {
  padding-left: 13%;
  padding-top: 20px;
  font-size: 14px;
}

.breadcrumbs .current-item{
  color: #0C4324;
}

.breadcrumbs a:link, 
.breadcrumbs a:visited,
.breadcrumbs a:hover,
.breadcrumbs a:active{
color: #000000;
}

@media screen and (max-width: 767px) {
  .breadcrumbs {
    padding-left: 16px;
    padding-top: 0;
  }
}


/* コンセプト */
.concept {
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 50px;
  position: relative;
}

.concept-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
}

.concept-left {
  width: 30%;
  position: relative;
}

.common-icon-title {
  display: flex;
  align-items: center;
  gap: 2px;
}

.common-icon-title img {
  width: 22px;
  height: 20px;
}

.common-icon-title p {
  font-size: 24px;
  color: #468459;
  font-weight: 700;
}

.common-title-under {
  color: #468459;
  font-weight: 400;
}

.concept-left::before {
  position: absolute;
  top: 10%;
  left: -35%;
  content: 'Concept';
  color: #DAE2C2;
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 120px;
  z-index: -1;
  opacity: 25%;
}

.concept-catch {
  color: #468459;
  font-weight: 700;
  line-height: 1.8;
  padding-top: 20px;
  padding-bottom: 30px;
  font-size: 32px;
  z-index: 1;
}

.concept-explain {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.5;
}

.concept-btn {
  border: solid 1px #000000;
  border-radius: 6px;
  font-size: 14px;
  padding: 3px 23px;
  margin-left: auto;
  width: 150px;
  text-align: center;
  display: flex;
  align-items: center;
  color: #000000;
}

.concept-btn a:link,
.concept-btn a:visited,
.concept-btn a:hover,
.concept-btn a:active {
  color: #000000;
}

.concept-btn:hover {
  transform: translateY(-5px);
  background-color: #468459;
  color: #ffffff;
}

.concept-right {
  width: 35%;
  position: relative;
}

.bg-person {
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
}

.bg-person::before {
  content: "";
  position: absolute;
  bottom: -13px;
  right: -8%;
  background-image: url(./../images/BGicon_Green.png);
  background-size: 100%;
  background-repeat: no-repeat;
  display: block;
  z-index: -1;
  width: 440px;
  height: 336px;
  opacity: 25%;
}

.concept-right img {
  width: 150%;
}

@media screen and (max-width: 767px) {
  .concept {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .concept-flex {
    flex-direction: column-reverse;
    justify-content: center;
    gap: 10px;
  }

  .concept-btn {
    margin: 0 auto;
  }

  .concept-right {
    padding-top: 40px;
    width: 100%;
  }

  .concept-catch br {
    display: none;
  }

  .concept-left {
    width: 100%;
    padding: 0 16px;
  }

  .concept-left::before {
    top: -7%;
    left: 0;
    font-size: 90px;
  }
  .bg-person {
    padding-bottom: 20px;
  }
  .bg-person::before {
    bottom: -10%;
    right: -50%;
    background-size: 70%;
  }
}

/* コース・料金 */
.bg-person2 {
  position: relative;
  background-color: #F0F5E1;
  z-index: 0;
  overflow: hidden;
}

.course-frame img {
  width: 100%;
}

.common-title-main {
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 20px;
  margin-top: -100px;
  color: #468459;
}

.common-title h2 {
  font-size: 24px;

}

.title-side-right {
  transform: scale(-1, 1);
}

.common-title p {
  color: #468459;
  margin: 28px auto;
  text-align: center;
  font-weight: 700;
}

.common-title span {
  text-align: center;
  display: block;
}

.course-flex {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 20px;
}

.course-left,
.course-right {
  padding: 30px 30px;
  position: relative;
  z-index: 1;
}

.course-left::before {
  position: absolute;
  top: -15%;
  left: -30%;
  content: 'Course';
  color: #E7EDD4;
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 120px;
  z-index: -2;
}

.bg-person2 {
  position: relative;
  overflow: hidden;
}

.bg-person2::before {
  content: "";
  position: absolute;
  bottom: 40px;
  right: 0;
  background-image: url(./../images/BG_course.png);
  background-size: 100%;
  background-repeat: no-repeat;
  display: block;
  z-index: -1;
  width: 334px;
  height: 319px;
  overflow: hidden;
}

.course-title {
  font-size: 24px;
  font-weight: 700;
  color: #0C4324;
  padding: 15px 0 0;
}

.course-item {
  margin-top: 0px;
  padding-top: 5px;
  font-size: 18px;
  font-weight:400;
  line-height: 2;
  list-style-position: inside;
  padding-left: 10px;
}

.course-left img,
.course-right img {
  border-radius: 24px;
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: 0 100%;
}

.course-btn {
  border: solid 1px #000000;
  border-radius: 6px;
  font-size: 14px;
  padding: 3px 23px;
  margin: 0 auto;
  width: 200px;
  text-align: center;
  display: block;
  z-index: 3;
}

.course-btn:link,
.course-btn:visited,
.course-btn:hover,
.course-btn:active {
  color: #000000
}

.course-btn:hover {
  transform: translateY(-5px);
  background-color: #468459;
  color: #ffffff;
}

.course-content {
  padding-top: 125px;
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .common-title {
    font-size: 18px;
  }

  .common-title h2 {
    font-size: 18px;
  }

  .common-title p {
    text-align: center;
    margin: 18px auto;
  }

  .common-title p span {
    display: block;
  }

  .course-flex {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 16px;
  }

  .course-left,
  .course-right {
   padding: 0;
   width: 100%;
  }

  .course-left img,
  .course-right img {
    height: 220px;
  }


  .course-price::before {
    background-size: 55%;
    right: 0;
    bottom: 0;
  }

  .bg-person2::before {
    background-size: 70%;
    right: -30%;
    bottom: -40px;
  }
}

/* お客様の声 */
.voice-head {
  position: relative;
  margin-bottom: 91px;
  z-index: 0;
}

.voice-img-sp {
  display: none;
}

.voice-img-pc {
  width: 100%;
}

.voice-title {
  position: absolute;
  z-index: 1;
  display: block;
  bottom: -91px;
  padding-top: 73px;
  width: 100%;
  z-index: 1;
}


.voice-title::before {
  content: "";
  background-image: url(./../images/voice-circle.png);
  background-size: 100%;
  background-repeat: no-repeat;
  display: block;
  width: 515px;
  height: 119px;
  transform: translateX(-50%);
  left: 50%;
  bottom: 89px;
  position: absolute;
  z-index: -1;
}

.voice-title-main {
  z-index: 2;
}

.customer {
  display: flex;
  justify-content: center;
  gap: 55px;
  padding: 32px
}

.customer-item {
  width: 256px;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.customer-item img {
  margin: 0 auto;
  border-radius: 50%;
  width: 90%;
  height: auto;
}

.customer-title {
  font-size: 24px;
  color: #0C4324;
  text-align: center;
  font-weight: bold;
  padding-top: 22px;
  padding-bottom: 12px;
}

.customer-coment {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  margin: 0 auto;
}

.voice-btn {
  border: solid 1px;
  border-radius: 6px;
  font-size: 14px;
  padding: 3px 23px;
  margin: 0 auto;
  width: 200px;
  text-align: center;
  display: block;
}

.voice-btn:link,
.voice-btn:visited,
.voice-btn:hover,
.voice-btn:active {
  color: #000000
}

.voice-btn:hover {
  transform: translateY(-5px);
  background-color: #468459;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .voice {
    padding-bottom: 40px;
  }
  .voice-img-pc {
    display: none;
  }

  .voice-img-sp {
    display: block;
    width: 100%;
  }

  .voice-title-main {
    margin-top: 30px;
  }

  .voice-title::before {
    width: 231px;
    height: 61px;
    bottom: 82px;
  }

  .voice-img-sp img {
    width: 320px;
    height: 320px;
  }

  .customer-item {
    width: 100%;
    padding: 0 18px;
  }

  .customer-item img {
    width: 75%;
  }

  .customer {
    flex-direction: column;
    align-items: center;
    padding: 10px 16px 30px 16px;
  }
}

/* ペイジャー */
.pagination {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 2px;
  padding: 0 0;
  color: #468459;
}

.page-numbers {
  list-style-type: none;
  font-size: 16px;
  width: 24px;
  height: 24px;
  display: block;
  color: #468459;
}

.pagination .current {
  background-color: #468459;
  color: #ffffff;
  
}

.pagi-numbers a {
  width: 24px;
  height: 24px;
  display: block;
}

.pager span {
  width: 24px;
  height: 24px;
}


/* フッター */
.footer-frame img {
  width: 100%;
}

.footer-title {
  margin-top: 100px;
}

.footer-flex {
  display: flex;
  justify-content: center;
  padding: 30px 50px 100px 50px;
  gap: 30px
}

.footer-left {
  width: 40%;
}

.footer-minutes {
  font-size: 24px;
  font-weight: 700;
  color: #468459;
  text-align: left;
}

.footer-adress {
  font-size: 16px;
  color: #000000;
  text-align: left;
  padding-top: 15px;
}

.footer-left .footer-tel {
  font-size: 24px;
  font-weight: 700;
  color: #468459;
  text-align: left;
  padding: 15px 0;
}

.footer-tel span {
  font-size: 16px;
  display: inline;
  padding-right: 3px;
  margin-left: 0;
}

.footer-hour {
  border-collapse: collapse;
  width: 100%;
}

.footer-hour td {
  font-size: 14px
}

.footer-hour th,
.footer-hour td {
  width: 10%;
  text-align: center;
  border: 1px solid #ECECEC;
  padding-top: 3px;
  padding-bottom: 3px;
}


table th:first-of-type,
table td:first-of-type {
  width: 30%;
}



.footer-hour th {
  background-color: #468459;
  color: #ffffff;
  font-size: 14px;
}

.am td {
  background-color: #ffffff;
  color: #468459;
}

.am td:nth-child(1),
.pm td:nth-child(1) {
  font-size: 14px;
}

.pm td {
  background-color: #dddddd;
  color: #468459;
}

.footer-btn {
  margin-top: 30px;
  width: 300px;
}

.footer-btn a {
  color: #ffffff;
  background-color: #1B9240;
  border-radius: 4px;
  padding: 9px 10px;
  font-size: 16px;
  display: block;
  text-align: center;
}

.footer-btn:hover {
  transform: translateY(-5px);
}

iframe {
  width: 40VW;
}

.footer-content {
  background-color: #F0F5E1;
}

.footer-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  font-size: 14px;
  padding: 10px 30px;
  gap: 40px
}

.footer-nav-navi {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.footer-nav-navi a {
  font-size: 15px;
  white-space: nowrap;
}

.footer-nav-navi a:link,
.footer-nav-navi a:visited,
.footer-nav-navi a:hover,
.footer-nav-navi a:active {
  color: #0C4324
}


@media screen and (max-width: 1024px) {
  .am td:nth-child(1),
.pm td:nth-child(1) {
  font-size: 11px;
}
 .footer-btn {
  width: 250px;
 }
.footer-btn a {
  font-size: 14px;
}
  .footer-nav {
    gap: 15px;
  }

  .footer-nav-navi {
    gap: 15px;
  }

  .footer-nav-navi a {
    font-size: 14px;
  }
}

.footer-content {
  background-color: #F0F5E1;
}

.copyright {
  background: #468459;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  padding: 10px 0;
}

#top-page {
  position: fixed;
  right: 40px;	
  bottom: 90px;
  width: 44.8px;
  height: 44.8px;
  display: none;
}

@media screen and (max-width: 767px) {
  .footer-content {
    padding-top: 30px;
  }
  
  .footer-flex {
    flex-direction: column;
    align-items: center;
    padding: 30px 16px;
  }

  .footer-left,
  .footer-right {
    width: 100%;
  }

  .footer-left .footer-minutes {
    font-size: 18px;
  }

  .footer-left .footer-tel {
    font-size: 18px;
  }

  .footer-btn {
    text-align: center;
    margin: 20px auto
  }

  .iframe {
    width: 100%;
  }

  .footer-nav {
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
  }

  .footer-nav-navi {
    display: flex;
    flex-direction: column;
    font-size: 16px;
  }

  #top-page {	
    right: 20px;	
    bottom: 50px;	
    }
}


/* ハンバーガーボタン */
@media screen and (max-width: 767px) {
  .menu-sp {
    display: block;

  }

  /* ハンバーガーメニュー */

  .nav-sp {
    background-color: rgba(3, 3, 3, .5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100VW;
    height: 100vh;
    display: none;
    z-index: 10000;
  }

  .nav-sp nav {
    background-color: #ffffff;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
  }

  .nav-sp.is-active {
    display: flex;
    flex-direction: column;
  }



  /* ✖︎ボタン */
  .close {
    position: absolute;
    top: 10px;
    right: 20px;
  }

  /* ナビゲーション用ロゴ */
  .logo-sp {
    padding: 10px 30px 50px 20px;
    position: absolute;
  }

  .nav-sp p {
    padding-top: 100px;
    padding-left: 30px;
    padding-bottom: 30px;
    font-size: 24px;
    font-weight: 900;
    color: #0C4324;

  }

  .menu {
    line-height: 3;
    padding-left: 30px;
    padding-bottom: 30px;
  }

  /* ナビゲーションのリンクの装飾設定SP */
  .nav-sp a {
    display: block;
  }

  .nav-sp a:link {
    color: #000000;
  }

  .nav-sp a:visited {
    color: #000000;
  }

  .nav-sp a:hover {
    color: #000000;
    text-decoration: underline;
  }

  .nav-sp a:active {
    color: #000000;
  }

  .menu {
    text-decoration: none;
    display: block;
    margin: 0 30px 0 30px;
    height: 60px;
    font-size: 16px;
  }

  .menu-contact-btn {
    margin: 0 auto;
    text-align: center;
  }

  .menu-contact-btn a {
    background-color: #0C4324;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
    padding: 10px 50px;
    color: #ffffff !important;
    display: inline-block;
  }
}

/* スクロール時のフェードイン */	
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}