@charset "UTF-8";

html {
  font-size: 100%;
}

body {
  font-family: "Noto Sans JP", "Roboto", serif;
}

img {
  max-width: 100%;
}

.section__title {
  font-size: 36px;
  font-weight: bold;
  color: #215030;
  text-align: center;
  padding: 77px 0 15px 0;
  background-color: #f0f5e1;
}

.sub__title {
  font-size: 13px;
  font-weight: bold;
  color: #215030;
  text-align: center;
  background-color: #f0f5e1;
  padding-bottom: 64px;
}


/* ヘッダー */
.header {
  position:sticky;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  padding: 0 26px;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__items {
  display: flex;
}

.header__item {
  color: #215030;
  font-size: 14px;
  font-weight: bold;
  margin-right: 63px;
}

.header__item:last-child  {
  margin-right: 0;
}

/* front-page.php */
/* mainvisual */
#mainvisual {
  margin-bottom: 100px;
  position: relative;
}

#mainvisual img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.container {
  position: absolute;
  z-index: 10;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 1050px;
}

.mv__title {
  font-size: 64px;
  font-weight: bold;
  font-family: "Roboto", serif;
  color: #fff;
  margin-bottom: 94px;
}

.mv__text {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
}

/* body */
.body {
  width: 100%;
  max-width: 994px;
  text-align: center;
  margin: 0 auto;
  padding: 0 18px;
  color: #215030;
}

.content {
  margin-bottom: 190px;
}

.text {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 49px;
  line-height: 1.2;
}

.text:last-child {
  margin-bottom: 0;
}

.br-content-tab {
  display: none;
}

/* news */
#news{
  margin-bottom: 130px;
}

.news__list {
  width: 100%;
  max-width: 910px;
  margin: 70px auto 0 auto;
  padding: 0 21px;
}

.news__item {
  cursor:  pointer;
}

.news__text__wrapper {
  border-bottom: 1px solid #2b3f2f;
  padding-bottom: 25px;
  margin-top: 25px;
}

.news__information {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.item__category {
  display: flex;
  align-items: center;
}

.news__date {
  margin-right: 35px;
  color: #2b3f2f;
}

.category {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  display: block;
  width: 80px;
  padding: 5px 16px;
  box-sizing: border-box;
  background-color: #468459;
  text-decoration: none;
  text-align: center;
  margin-right: 35px;
}

.title {
  font-size: 28px;
  font-weight: bold;
  color: #2b3f2f;
}

.news__text {
  color: #2b3f2f;
  line-height: 1.5;
}

/* profile */
#profile {
  margin-bottom: 126px;
}

.profile__inner {
  width: 100%;
  max-width: 1110px;
  margin: 140px auto 112px auto;
  padding: 0 15px;
}

.content__wrapper {
  display: flex;
  justify-content: space-between;
}

.profile__image {
  width: 300px;
  height: 359px;
}

.profile__image img {
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.profile__container {
  width: 737px;
  background-color: #f7f7ee;
  color: #2b3f2f;
  padding: 28px 64px 75px 65px;
  border-radius: 5px;
  box-shadow: 2px 2px 4px gray;
}

.profile__title {
  font-size: 20px;
  font-weight: 500;
  border-bottom: 1px solid #2b3f2f;
  width: 606px;
  padding: 34px 0 5px 0;
  margin-bottom: 24px;
}

.en {
 margin-right: 68px;
}

.text__wrapper {
  width: 608px;
  margin-top: 36px;
  line-height: 1.75;
}

/* philosophy */
.philosophy__inner {
  width: 100%;
  max-width: 824px;
  margin: 0 auto;
  padding: 0 15px;
}

.philosophy__container{
  text-align: center;
  color: #2b3f2f;
  background-color: #f7f7ee;
  border-radius: 5px;
  width: 794px;
  padding: 71px 16px 80px;
  box-shadow: 2px 2px 4px gray;
}

.philosophy__title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 36px;
}

.philosophy__text {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 24px;
  color: #2b3f2f;
}

.philosophy__text:last-child {
  margin-bottom: 0;
}

.br-pc {
  display: block;
}

.br-tab {
  display: none;
}

/* footer */
.footer__menu {
  display: flex;
  align-items: center;
  background-color: #f0f5e1;
  justify-content: center;
  padding: 22px;
}

.footer__logo {
  margin-right: 83px;
}

.footer__menu__list {
  display: flex;
}

.menu__list {
  margin-right: 30px;
  color: #215030;
  font-weight: bold;
}

.copyright {
  background-color: #468459;
  text-align: center;
  color: #fff;
  padding: 10px;
}

.footer__copyright {
  font-size: 12px;
}

/* page-top */
.page-top {
  display: inline-block;
  width: 64px;
  height: 64px;
  box-sizing: border-box;
  background-color: #468459;
  text-align: center;
  border-radius: 50%;
  padding-top: 25px;
  letter-spacing: -1px;
  font-size: 85%;
  color: #fff;
  position: fixed;
  bottom: 128px;
  right: 34px;
  z-index: 10000;
}

/* single.php */
.detail__content h1 {
  font-size: 24px;
  margin-bottom: 15px;
  padding: 8px 16px;
  color: #2b3f2f;
}

.detail__content h2 {
  font-size: 20px;
  margin-bottom: 15px;
  padding: 8px 16px;
  color: #2b3f2f;
}

.detail__content h3 {
  font-size: 18px;
  margin-bottom: 15px;
  padding: 8px 16px;
  color: #2b3f2f;
}

.detail__content p {
  margin-bottom: 15px;
  color: #2b3f2f;
}

.detail__content a {
  display: block;
  text-decoration: underline;
  color: #2b3f2f;
}

.detail__content ul {
  margin-bottom: 20px;
}

.detail__content li {
  position: relative;
  padding-left: 1em;
}

.detail__content li::after {
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 4px;
  background-color:  #2b3f2f;
}

.detail__content li+ li {
  margin-top: 4px;
}

.detail__other {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.detail__prev {
  border-radius: 5px;
  display: block;
  width: 200px;
  padding: 15px;
  box-sizing: border-box;
  background: #468459;
  color: #FFF;
  text-decoration: none;
  text-align: center;
}

.detail__next {
  border-radius: 5px;
  display: block;
  width: 200px;
  padding: 15px;
  box-sizing: border-box;
  background: #468459;
  color: #FFF;
  text-decoration: none;
  text-align: center;
}

/* page-menu.php */
#bones {
  background-color: #f7f7ee;
}

.bones__inner {
  width: 100%;
  max-width: 844px;
  margin: 0 auto;
  text-align: center;
  color: #215030;
  font-weight: bold;
  line-height: 1.5;
  padding: 105px 22px 123px 22px;
}

.bones__title {
  font-size: 40px;
  margin-bottom: 55px;
}

.bones__text {
  font-size: 22px;
  margin-bottom: 45px;
}

.br-pc {
  display: block;
}

.purpose__title {
  font-size: 24px;
  margin-bottom: 48px;
}

.purpose__text {
  font-size: 20px;
  margin-bottom: 17px;
}

/* menu */
#menu {
  margin-bottom: 112px;
}

.menu__section__inner {
  width: 100%;
  max-width: 604px;
  margin: 0 auto;
  padding: 60px 27px 114px 27px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #1e4a2c;
}

.fade__inner {
  max-width: 1130px;
  margin: 0 auto;
}

.box {
  display: flex;
  margin-bottom: 54px;
}

.box:last-child {
  margin-bottom: 0;
}

.box:nth-child(2n+1) { flex-direction: row; }         /* 奇数番目は左から右へ並べる */

.box:nth-child(2n  ) { flex-direction: row-reverse; } /* 偶数番目は右から左へ並べる */

.left__img {
  width: 520px;
  height: 361px;
  object-fit: cover;
}

.right__img {
  width: 520px;
  height: 361px;
  object-fit: cover;
  margin-top: 130px;
}

.box__right {
  background-color: #f0f5e1;
  color: #2b3f2f;
  font-weight: bold;
  width: 600px;
  height: 450px;
  padding: 30px 39px 30px;
  margin: 55px 0 0 10px;
  box-shadow: 2px 2px 4px gray;
}

.box__left {
  background-color: #f0f5e1;
  color: #2b3f2f;
  font-weight: bold;
  width: 600px;
  height: 450px;
  padding: 30px 39px 30px;
  margin: 0 10px 0 0;
  box-shadow: 2px 2px 4px gray;
  z-index: 100;
 }

main {
  overflow: hidden;
}

/* 右からフェードイン */
.js-fadeRight {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-80px);
  transition: opacity 1s,visibility 1s, transform 1s;
}

.js-fadeRight.scroll {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}

/* 左からフェードイン */
.js-fadeLeft {
  opacity: 0;
  visibility: hidden;
  transform: translateX(80px);
  transition: opacity 1s,visibility 1s, transform 1s;
}

.js-fadeLeft.scroll {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}

 .lesson__title {
  font-size: 32px;
  text-align: center;
  margin-bottom: 30px;
}

.lesson__text {
  font-size: 18px;
  margin-bottom: 23px;
  line-height: 1.3;
}

.private__price {
  text-align: right;
  font-size: 20px;
}

.private__price span {
  margin-left: 15px;
}

.price {
  text-align: right;
  font-size: 20px;
}

.price span {
  margin-left: 15px;
}

.person {
  text-align: right;
}

.info {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.3;
}

.info span {
  margin-left: 15px;
}

.attention {
  font-weight: 400;
  line-height: 1.5;
}

#page__contact {
  background-color: #f0f5e1;
}

.page__contact__inner {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 86px 30px 0 30px;
  text-align: center;
  font-weight: bold;
  color: #215030;
}

.page__contact__title {
  font-size: 35px;
  margin-bottom: 40px;
}

.page__contact__text {
  font-size: 20px;
  margin-bottom: 60px;
}

.phone {
  font-size: 64px;
  margin-bottom: 57px;
}

.page__contact__button {
  display: inline-block;
  width: 100%;
  max-width: 460px;
  padding: 16px 20px;
  transition: opacity 0.3s;
  font-size: 18px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  background-color: #468459;
  &:hover {
    transition: opacity 0.3s;
    opacity: 0.7;
  }
}

/* archive-blog.php */
#voice {
  margin-bottom: 84px;
}

.voice__inner {
  width: 100%;
  max-width: 1197px;
  margin: 0 auto;
  padding: 0 30px;
}

.voice__flex {
  display: flex;
  gap: 42px;
  width: 1134px;
  margin-top: 84px;
}

.voice__container {
  background-color: #f7f7ee;
  width: 350px;
  height: 510px;
  line-height: 1.5;
  color: #2b3f2f;
  padding: 25px 32px 29px;
  box-shadow: 2px 2px 4px gray;
  border-radius: 5px;
}

.voice__text {
  margin-bottom: 15px;
}

.age {
  text-align: right;
}

#blog {
  margin-bottom: 100px;
}

.blog__text__wrap {
  width: 600px;
  margin: 0 auto;
  text-align: center;
  color: #2f4f2f;
  margin-top: 80px;
}

.blog__heading {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}

.blog__inner {
  width: 100%;
  max-width: 830px;
  margin: 92px auto 0 auto;
  padding: 0 15px;
}

.blog__flex {
  display: flex;
  gap: 36px;
  background-color: #f7f7ee;
  width: 800px;
  padding: 24px 34px;
  box-shadow: 2px 2px 4px gray;
  border-radius: 5px;
  margin-bottom: 70px;
}

.js-fadeBottom {
  opacity: 0;
  visibility: hidden;
  transform: translateY(80px);
  transition: opacity 1s,visibility 1s, transform 1s;
}

.js-fadeBottom.scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.blog__img {
  width: 257px;
  height: 166px;
  object-fit: cover;
}

.blog__text__wrapper {
  width: 448px;
}

.blog__title {
  font-size: 22px;
  font-weight: bold;
  color: #2f4f2f;
  margin: 15px 0 30px;
}

.blog__content {
  color: #2b3f2f;
  margin-bottom: 30px;
}

.blog__date {
  color: #2b3f2f;
  font-size: 15px;
}

/* 真ん中に設置 */
.pagination {
  text-align: center;
}

/*  横並びにする */
.nav-links .page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* ページタブの共通スタイル */
.nav-links a.page-numbers ,
.nav-links .current,
.nav-links a.prev,
.nav-links a.next,
.nav-links .dots {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #fff;
  color: #468459;
  border-radius: 50%;
  margin-right: 25px;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #468459;
}

/* マウスが乗った時の、ボタンの背景の色と文字の色 */
.nav-links a.page-numbers:hover {
  color: #fff;
  background-color: #999;
  border-color: #999;
  border-radius: 50%;
}

/* 現在のページのタブ */
.nav-links .current {
  background: #468459;
  color: #fff;
  padding: 0;
}

/* 前への「＜」、次への「＞」 */
.nav-links a.prev,
.nav-links a.next {
  border: 1px solid #468459;
  color: #468459;
  position: relative;
}

/*  縦線の共通CSS */
.nav-links .next::before,
.nav-links .prev::after {
  content: "";
  display: inline-block;
  width: 0.5px;
  height: 40px;
  background-color: rgb(224, 215, 215);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* 「次へ」の前の縦線位置 */
.nav-links .next::before {
  left: -15px;
}

/*「前へ」の後の縦線位置 */
.nav-links .prev::after {
  right: -15px;
}

/* 数字省略の「・・・」*/
.nav-links .dots {
  background: transparent;
  border: none;
}

/* single-blog.php */
.blog-detail {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding: 0 20px;
}

.blog-detail__body {
  margin-top: 80px;
}

.blog-detail__thumbnail {
  width: 840px;
  height: 471px;
  object-fit: cover;
}

.blog-detail__title {
  font-size: 32px;
  font-weight: bold;
  color: #2f4f2f;
  margin: 20px 0;
}

.blog-detail__date {
  color: #2b3f2f;
}

.blog-detail__content {
  margin-top: 20px;
  color: #2b3f2f;
  line-height: 1.5;
}

.blog-detail__content h1 {
  font-size: 24px;
  margin-bottom: 15px;
  padding: 8px 16px;
  color: #2b3f2f;
}

.blog-detail__content h2 {
  font-size: 20px;
  margin-bottom: 15px;
  padding: 8px 16px;
  color: #2b3f2f;
}

.blog-detail__content h3 {
  font-size: 18px;
  margin-bottom: 15px;
  padding: 8px 16px;
  color: #2b3f2f;
}

.blog-detail__button {
  margin-top: 54px;
  text-align: center;
}

/* page-access.php */
#access {
  background-color: #f7f7ee;
  padding-bottom: 182px;
}

.access__inner {
  width: 100%;
  max-width: 976px;
  margin: 0 auto;
  padding: 117px 11px 0;
}

.flex__item {
  display: flex;
}

.item {
  width: 340px;
  height: 299px;
  padding: 33px 28px;
  background-color: #fff;
}

.item__title {
  font-size: 32px;
  font-weight: bold;
  color: #215030;
  border-bottom: 1px solid #215030;
  padding-bottom: 26px;
  margin-bottom: 42px;
}

.item__info {
  font-size: 18px;
  margin-bottom: 15px;
  color: #2b3f2f;
}

.box__bottom {
  padding-top: 61px;
}

/* page-contact.php */
#contact {
  background-color: #f7f7ee;
  padding-bottom: 136px;
}

.contact__inner {
  width: 100%;
  max-width: 793px;
  margin: 0 auto;
  padding: 74px 20px 0;
}

.contact__wrapper {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #215030;
}

.contact__title {
  margin-bottom: 23px;
}

.contact__form {
  margin-bottom: 23px;
}

.contact__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 50px;
}

.form__label {
  margin: 20px 0;
}

.form__label label {
  color: #2b3f2f;
  font-weight: bold;
}

.Required, .form__required  {
  color: #b9564d;
  margin-left: 10px;
  font-weight: bold;
}

.form__input {
  background-color: #fff;
  padding: 15px;
  border-radius: 5px;
  width: 733px;
}

.form__data {
  width: 733px;
}

.form__textarea{
  background-color: #fff;
  border-radius: 5px;
  resize: vertical;
  width: 733px;
  height: 160px;
  padding: 10px;
}

.form__submit-button {
  margin-top: 100px;
  text-align: center;
}

.form__submit-input {
  border-radius: 5px;
  display: inline-block;
  width: 100%;
  max-width: 444px;
  padding: 18px 18px;
  background-color: #468459;
  color: #FFF;
  transition: opacity 0.3s;
  &:hover {
    transition: opacity 0.3s;
    opacity: 0.7;
  }
}

/* page-privacy.php */
#privacy-policy {
  background-color: #f7f7ee;
  padding-bottom: 104px;
}

.privacy-policy__inner {
  width: 100%;
  max-width: 1010px;
  margin: 0 auto;
  padding: 47px 16px 0;
}

.privacy-policy__text {
  color: #2b3f2f;
}

.privacy-policy__list {
  margin: 39px 0 0 0;
  color: #2b3f2f;
}

.privacy-policy__head {
  color: #215030;
  background-color: #fff;
  padding: 10px;
}

.privacy-policy__detail {
  margin: 17px 0 39px;
}

.privacy-policy__detail:last-child {
  margin-bottom: 82px;
}

.privacy-policy__button {
  text-align: center;
}

/* 404.php */
.error {
  background-color: #f7f7ee;
}

.error__inner {
  width: 100%;
  max-width: 790px;
  margin: 0 auto;
  padding: 0 20px;
  color: #215030;
  text-align: center;
}

.error__title {
  font-size: 70px;
  font-weight: bold;
  padding-top: 150px;
}

.error__text {
  line-height: 1.5;
  margin-top: 20px;
}

.error__button {
  text-align: center;
  margin-top: 60px;
  padding-bottom: 150px;
}

@media screen and (max-width: 960px) {

  .section__title {
    font-size: 32px;
    padding: 49px 0 15px 0;
  }

  .sub__title {
    padding-bottom: 49px;
  }

  /* ヘッダー */
  .header {
    height: 80px;
    padding: 0 20px;
  }

  .logo img {
    width: 80px;
    height: 80px;
  }

  .header__items {
    flex-direction: column;
  }

  .header__item {
    font-size: 24px;
    margin-right: 0;
  }

  #g__nav{
    position:fixed;
    z-index: 999;
    top:0;
    right: -120%;
    width:100%;
    height: 100vh;
    background:#f0f5e1;
    transition: all 0.6s;
  }

  #g__nav.panelactive{
    right: 0;
  }

  #g__nav .header__items {
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
  }

  #g__nav .header__item {
    list-style: none;
    text-align: center;
  }

  #g__nav .header__item a{
    color: #215030;
    text-decoration: none;
    padding:40px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
  }

  .openbtn{
    position:fixed;
    z-index: 9999;
    top:15px;
    right: 20px;
    cursor: pointer;
    width: 50px;
    height:50px;
    background-color: #468459;
    border-radius: 5px;
  }

  .openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #f0f5e1;
    width: 50%;
    }

  .openbtn span:nth-of-type(1) {
    top:15px;
  }

  .openbtn span:nth-of-type(2) {
    top:23px;
  }

  .openbtn span:nth-of-type(3) {
    top:31px;
  }

  .openbtn.active span:nth-of-type(1) {
      top: 18px;
      left: 18px;
      transform: translateY(6px) rotate(-45deg);
      width: 30%;
  }

  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }

  .openbtn.active span:nth-of-type(3){
      top: 30px;
      left: 18px;
      transform: translateY(-6px) rotate(45deg);
      width: 30%;
  }

  /* front-page.php */
  /* mainvisual */
  #mainvisual {
    margin-bottom: 97px;
  }

  .container {
    width: 530px;
  }

  .mv__title {
    font-size: 48px;
  }

  .mv__text {
    font-size: 26px;
  }

  /* body */
  .body {
    max-width: 664px;
  }

  .content {
    margin-bottom: 130px;
  }

  .text {
    font-size: 20px;
  }

  .text:last-child {
    margin-bottom: 0;
  }

  .br-content-tab {
    display: block;
  }

  /* news */
  #news{
    margin-bottom: 83px;
  }

  .news__list {
    max-width: 673px;
    margin: 60px auto 0 auto;
  }

  .title {
    font-size: 24px;
  }

  /* profile */
  #profile {
    margin-bottom: 105px;
  }

  .profile__inner {
    max-width: 745px;
    margin: 68px auto 86px auto;
  }

  .profile__image {
    width: 230px;
    height: 287px;
  }

  .profile__container {
    width: 449px;
    padding: 50px 17px 79px 17px;
  }

  .profile__title {
    font-size: 18px;
    width: 410px;
  }

  .text__wrapper {
    width: 414px;
  }

  /* philosophy */
  .philosophy__inner {
    width: 100%;
    max-width: 725px;
    margin: 0 auto;
    padding: 0 15px;
  }

  .philosophy__container{
    max-width: 695px;
    padding: 57px 16px 70px;
  }

  .br-pc {
    display: none;
  }

  .br-tab {
    display: block;
  }

  /* footer */
  .footer__menu {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 61px 0 0 0;
  }

  .footer__logo {
    margin: 0 0 32px 0;
  }

  .footer__logo img {
    width: 80px;
    height: 80px;
  }

  .footer__menu__list {
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
  }

  .menu__list {
    margin: 0 0 21px 0;
  }

  /* page-top */
  .page-top {
    width: 48px;
    height: 48px;
    padding-top: 15px;
    bottom: 78px;
    right: 18px;
  }

  /* page-menu.php */
  .bones__inner {
    max-width: 665px;
    padding: 45px 22px 78px;
  }

  .bones__title {
    font-size: 36px;
    margin-bottom: 36px;
  }

  .bones__text {
    font-size: 18px;
    margin-bottom: 36px;
  }

  .purpose__title {
    margin-bottom: 36px;
  }

  #menu {
    margin-bottom: 110px;
  }

  .menu__section__inner {
    max-width: 530px;
    padding: 64px 27px;
  }

  .fade__inner {
    max-width: 735px;
  }

  .left__img {
    width: 351px;
    height: 345px;
  }

  .right__img {
    width: 351px;
    height: 345px;
    margin-top: 135px;
  }

  .box__right {
    width: 374px;
    height: 460px;
    padding: 27px 20px 30px;
    margin: 20px 0 0 10px;
  }

  .box__left {
    width: 374px;
    height: 460px;
    padding: 27px 20px 30px;
    margin: 0 10px 0 0;
  }

  .lesson__title {
    font-size: 24px;
    margin-bottom: 28px;
  }

  .lesson__text {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .private__price {
    font-size: 16px;
    margin-bottom: 24px;
  }

  .price {
    font-size: 16px;
  }

  .person {
    margin-bottom: 24px;
  }

  .info {
    font-size: 16px;
  }

  .info span {
    margin-left: 0;
    display: block;
  }

  .page__contact__inner {
    max-width: 561px;
    padding: 50px 30px 0 30px;
  }

  .page__contact__title {
    font-size: 32px;
    margin-bottom: 32px;
  }

  .page__contact__text {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 50px;
  }

  .phone {
    font-size: 48px;
    margin-bottom: 54px;
  }

  .page__contact__button {
    max-width: 288px;
    padding: 16px 20px;
    font-size: 15px;
  }

  /* archive-blog.php */
  #voice {
    margin-bottom: 116px;
  }

  .voice__inner {
    max-width: 660px;
  }

  .voice__flex {
    flex-direction: column;
    margin-top: 69px;
  }

  .voice__container {
    width: 600px;
    height: 330px;
    padding: 25px 32px 21px;
  }

  /* blog */
  .blog__inner {
    max-width: 758px;
    margin: 57px auto 0 auto;
  }

  .blog__flex {
    width: 728px;
    padding: 31px 26px;
  }

  .blog__img {
    width: 235px;
    height: 171px;
  }

  .blog__content {
    width: 405px;
  }

  .blog__title {
    font-size: 20px;
  }

  /* single-blog.php */
  .blog-detail {
    max-width: 490px;
    padding: 80px 0 0;
  }

  .blog-detail__body {
    margin-top: 0;
  }

  .blog-detail__thumbnail.wp-post-image {
    width:490px;
    height: 247px;
    object-fit: cover;
  }

  .blog-detail__thumbnail {
    width:490px;
    height: 247px;
  }

  .blog-detail__title {
    font-size: 24px;
  }

  .blog__button {
    max-width: 260px;
    padding: 16px 20px;
  }

  /* page-access.php */
  #access {
    padding-bottom: 124px;
  }

  .access__inner {
    padding: 117px 27px 0;
  }

  .flex__item {
    width: 712px;
  }

  .item {
    width: 338px;
    height: 274px;
  }

  .item__title {
    font-size: 30px;
    padding-bottom: 22px;
    margin-bottom: 29px;
  }

  .item__info {
    font-size: 18px;
  }

  .location__map iframe {
    width: 374px;
    height: 274px;
  }

  .box__bottom {
    padding-top: 52px;
  }

  /* page-contact.php */
  #contact {
   padding-bottom: 100px;
  }

  .contact__inner {
    max-width: 540px;
  }

  .form__input {
    width: 500px;
  }

  .form__data {
    width: 500px;
  }

  .form__textarea{
    resize: vertical;
    width: 500px;
    height: 160px;
    padding: 10px;
  }

  .form__submit-button {
    margin-top: 63px;
  }

  .form__submit-input{
    max-width: 260px;
  }

  /* page-privacy.php */
  #privacy-policy {
    padding-bottom: 100px;
  }

  .privacy-policy__inner {
    max-width: 718px;
    padding: 45px 16px 0;
  }

  .privacy-policy__text {
    font-size: 15px;
  }

  .privacy-policy__head {
    font-size: 15px;
  }

  .privacy-policy__detail {
    font-size: 15px;
  }

  .privacy-policy__detail:last-child {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 430px) {

  .section__title {
    padding: 34px 0 15px 0;
  }

  .sub__title {
    padding-bottom: 34px;
  }

  /* ヘッダー */
  .header {
    padding: 0 10px;
  }

  .header__item {
    font-size: 16px;
  }

  #g__nav.panelactive{
    right: 0;
  }

  #g__nav .header__item a{
    padding:25px 10px;
  }

  .openbtn{
    right: 15px;
  }

  /*front-page.php */
  /* mainvisual */
  #mainvisual {
    margin-bottom: 96px;
  }

  .container {
    width: 323px;
  }

  .mv__title {
    font-size: 36px;
  }

  .mv__text {
    font-size: 24px;
  }

  /* body */
  .body {
    max-width: 340px;
  }

  .content {
    margin-bottom: 107px;
  }

  .text {
    font-size: 16px;
  }

  .br-tab {
    display: none;
  }

  /* news */
  #news{
    margin-bottom: 67px;
  }

  .news__list {
    max-width: 100%;
    margin: 70px auto 0 auto;
  }

  .news__information {
    flex-direction: column;
    align-items: flex-start;
  }

  .news__date {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .category {
    margin-bottom: 10px;
    font-size: 10px;
  }

  .title {
    font-size: 24px;
  }

  /* profile */
  #profile {
    margin-bottom: 116px;
  }

  .profile__inner {
    max-width: 100%;
    margin: 46px auto 48px auto;
  }

  .content__wrapper {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .profile__image {
    width: 230px;
    height: 287px;
  }

  .profile__container {
    width: 330px;
    padding: 13px;
  }

  .profile__item {
    padding: 5px;
  }

  .profile__title {
    font-size: 18px;
    width: 290px;
    padding: 25px 0 5px 0;
    margin-bottom: 23px;
  }

  .en {
   margin-right: 29px;
  }

  .text__wrapper {
    width: 304px;
    margin: 26px 0 46px 0;
  }

  .philosophy__container {
    max-width: 330px;
  }

  .philosophy__wrapper {
    padding: 57px 17px 60px;
  }

  .philosophy {
    margin-bottom: 30px;
  }

  .br-pc {
    display: none;
  }

  .br-tab {
    display: none;
  }

  /* single.php */
  .detail__prev {
    width: 133px;
    font-size: 14px;
  }

  .detail__next {
    width: 133px;
    font-size: 14px;
  }

  /* page-menu.php */
  .bones__inner {
    max-width: 100%;
    padding: 60px 22px 70px;
  }

  .bones__title {
    font-size: 32px;
    margin-bottom: 37px;
  }

  .bones__text {
    font-size: 16px;
    margin-bottom: 37px;
  }

  .purpose__title {
    font-size: 20px;
    margin-bottom: 37px;
  }

  .purpose__text {
    font-size: 16px;
    margin-bottom: 37px;
  }

  #menu {
    margin-bottom: 96px;
  }

  .menu__section__inner {
    max-width: 100%;
    padding: 60px 27px 60px;
    font-size: 16px;
  }

  .box {
    display: block;
  }

  .left__img {
    width: 300px;
    height: 227px;
    margin: 0 44px 0 16px;
  }

  .right__img {
    width: 300px;
    height: 227px;
    margin: 0 16px 0 44px;
  }

  .box__right {
    width: 300px;
    height: 480px;
    padding: 30px 20px 30px;
    margin: 10px 16px 0 44px;
  }

  .box__left {
    width: 300px;
    height: 480px;
    padding: 30px 20px 30px;
    margin: 10px 44px 0 16px;
  }

  .lesson__title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .lesson__text {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .private__price {
    font-size: 15px;
  }

  .price {
    font-size: 15px;
  }

  .info {
    font-size: 15px;
  }

  .info span {
    margin-left: 0;
  }

  .attention {
    font-size: 15px;
  }

  .page__contact__inner {
    padding: 38px 30px 0 30px;
  }

  .page__contact__title {
    font-size: 24px;
    margin-bottom: 29px;
  }

  .page__contact__text {
    font-size: 16px;
    margin-bottom: 44px;
  }

  .phone {
    font-size: 40px;
    margin-bottom: 44px;
  }

  .page__contact__button {
    max-width: 288px;
    padding: 16px 20px;
    font-size: 15px;
  }

  /* archive-blog.php */
  #voice {
    margin-bottom: 105px;
  }

  .voice__flex {
    margin-top: 60px;
  }

  .voice__container {
    width: 300px;
    height: 550px;
    padding: 20px 28px;
  }

  /* blog */
  #blog {
    margin-bottom: 87px;
  }

  .blog__text__wrap {
    width: 321px;
    margin-top: 40px;
  }

  .blog__flex {
    flex-direction: column;
    gap: 16px;
    width: 100%;
    padding: 21px 15px 23px;
  }

  .blog__img {
    width: 262px;
    height: 175px;
    margin: 0 auto;
  }

  .blog__text__wrapper {
    width: 298px;
  }

  .blog__title {
    font-size: 20px;
    margin-bottom: 23px;
  }

  .blog__content {
    width: 298px;
    font-size: 15px;
  }

  .blog__date {
    font-size: 14px;
  }

  /* single-blog.php */
  .blog-detail {
    padding: 50px 0 30px;
  }

  .blog-detail__body {
    max-width: 321px;
    margin: 0 auto;
  }

  .blog-detail__thumbnail.wp-post-image {
    width: 321px;
    height: 176px;
    object-fit: cover;
  }

  .blog-detail__thumbnail {
    width: 321px;
    height: 176px;
  }

  .blog-detail__title {
    font-size: 22px;
  }

  .blog-detail__date {
    font-size: 14px;
  }

  .blog__button {
    font-size: 14px;
  }

  /* page-access.php */
  #access {
    padding-bottom: 102px;
  }

  .access__inner {
    padding: 83px 11px 0;
  }

  .flex__item {
    flex-direction: column;
}

  .item {
    width: 338px;
    height: 274px;
  }

  .item__title {
    font-size: 30px;
    padding-bottom: 22px;
    margin-bottom: 29px;
  }

  .location__map iframe {
    width: 338px;
  }

  .box__bottom {
    padding-top: 35px;
  }

  /* page-contact.php */
  #contact {
    padding-bottom: 90px;
  }

  .contact__inner {
    max-width: 360px;
    padding: 74px 15px 0;
  }

  .contact__wrapper {
    font-size: 22px;
    text-align: start;
  }

  .contact__text {
    font-size: 15px;
  }

  .form__input {
    width: 330px;
  }

  .form__data {
    width: 330px;
  }

  .form__textarea{
    resize: vertical;
    width: 330px;
    height: 160px;
    padding: 10px;
  }

  .form__submit-button {
    margin-top: 60px;
  }

  .form__submit-input{
    max-width: 260px;
  }

  /* page-confirm.php */
  .contact__confirm__title {
    font-size: 20px;
  }

  .contact__term {
    font-size: 15px;
  }

  .contact__definition {
    font-size: 15px;
  }

  .contact__buttons {
    margin-top: 43px;
  }

  .contact__back-button,
  .contact__submit-input {
    max-width: 151px;
    font-size: 14px;
  }

  /* page-complete.php */
  .contact-complete__inner {
    padding: 72px 30px 0;
  }

  .contact-complete__title {
    font-size: 20px;
  }

  /* page-privacy.php */
  #privacy-policy {
    padding-bottom: 80px;
  }

  .privacy-policy__inner {
    max-width: 100%;
    padding: 36px 16px 0;
  }

  .privacy-policy__detail:last-child {
    margin-bottom: 53px;
  }

  /* 404.php */
  .error__title {
    font-size: 40px;
    padding-top: 100px;
  }

  .error__text {
    font-size: 15px;
  }

  .error__button {
    text-align: center;
    margin-top: 60px;
    padding-bottom: 100px;
  }
}






