@charset "UTF-8";
/*bootstrap対策*/
:is(h1, h2, h3, h4, h5, h6) {
  margin: 0;
  font-family: inherit;
  line-height: 1;
  color: inherit
}
:is(.dl, .dt, .dd, .ul, .ol, label, .figure, .figcaption, p) {
  margin: 0;
  padding: 0;
}
/****************************/
*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /*overflow-x: hidden;*/
  /*横スクロールが出るのを隠すため*/
}
html {
  font-size: 62.5%;
  /*font-size: 0.390625vw*/
  /*期値を10pxとする場合：10/2560*100=0.396（表示させたい文字サイズ÷width×100*/
  /*transform: rotate(0.03deg);*/
}
html {
  scroll-padding-top: 70px;
  /* 固定ヘッダの高さ分 */
}
body {
  color: #6f504f;
  font-size: 1.6rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  /*font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;*/
  line-height: 1;
}

/*iphone対策*/
button {
  appearance: none;
  -webkit-appearance: none;
  color: #6f504f;
}





/*汎用*/
.inner {
  width: 80%;
  max-width: 120rem;
  margin: auto;
}
.titleA {
  display: grid;
  /*gap: 1rem;*/
  margin: 0 0 5rem;
}
.titleA :is(h2,h3) {
  font-size: 2.7rem;
  font-family: "Kaisei Decol", serif;
  font-weight: 700;
  line-height: 1.77;
}
.titleA p {
  grid-row: 1;
  font-size: 1.4rem;
  font-family: "Kaisei Decol", serif;
  color: #d0a8a7;
}
[class^="button"] {
  width: fit-content;
  min-width: 21rem;
  height: 4.4rem;
  border-bottom: 0.1rem solid #6f504f;
}
[class^="button"] :is(a, span) {
  width: 100%;
  height: inherit;
  padding: 0 2em;
  display: flex;
  align-items: center;
  gap: 1rem;
  color: inherit;
  text-decoration: none;
}
[class^="button"] :is(a, span)::before {
  content: "";
  background: url(/system_panel/uploads/images/nikukyu.png) no-repeat;
  width: 2rem;
  height: 2rem;
  background-size: cover;
  display: inline-block;
}
[class^="button"] :is(a, span)::after {
  content: "⇀";
  display: inline-block;
}
.buttonB {
  background: #f2e2e2;
  border-radius: 0.5rem;
  border: 0.1rem solid #d8b9b9;
}
/*header*/
.header {
  width: 100%;
  height: 10rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  padding: 0 18.75vw;
  /*36*/
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .logo {
  width: 7.8125vw;
  /*15*/
  height: auto;
  /*height: 16rem;*/
  aspect-ratio: 15/15.7;
  background: #fff;
  display: grid;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
}
.header .logo a {
  width: 100%;
  height: inherit;
  display: inline-block;
  padding: 1rem;
}
.header .logo a img {
  width: 100%;
}
.header .nav {
  width: 70%;
  max-width: 73rem;
  margin: 0 0 0 auto;
}
.header .nav .ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.header .nav .li {
  list-style: none;
  font-family: "Kaisei Decol", serif;
  text-align: center;
}
.header .nav .li:first-of-type {
  display: none;
}
.header .nav .li a {
  color: #4a302f;
  display: grid;
  gap: 1rem;
}
.header .nav .li:nth-child(2) a::after {
  content: "About";
  font-size: 1.4rem;
  color: #d0a8a7;
}
.header .nav .li:nth-child(3) a::after {
  content: "Lesson";
  font-size: 1.4rem;
  color: #d0a8a7;
}
.header .nav .li:nth-child(4) a::after {
  content: "Trainer";
  font-size: 1.4rem;
  color: #d0a8a7;
}
.header .nav .li:nth-child(5) a::after {
  content: "Blog";
  font-size: 1.4rem;
  color: #d0a8a7;
}
.header .nav .li:nth-child(6) a::after {
  content: "Contact";
  font-size: 1.4rem;
  color: #d0a8a7;
}

/*-----ハンバーガーメニュー-----*/
.navToggle {
  display: none;
}









/*main*/
.mainimg {
  width: 100%;
  height: 40rem;
  background: url(/system_panel/uploads/images/bgA.jpg);
  padding: 10rem 0 0;
  position: relative;
}
.mainimg>.pic {
  width: 100%;
  height: 30rem;
}
.mainimg>.pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.mainimg h2 {
  position: absolute;
  left: 18.75vw;
  /*36*/
  bottom: -2.5rem;
  display: grid;
  align-items: center;
  text-align: center;
  background: url(/system_panel/uploads/images/h2bg.png);
  background-size: cover;
  width: 26.6rem;
  aspect-ratio: 26.6/13.1;
  overflow: hidden;
  font-size: 2.5rem;
  font-family: "Kaisei Decol", serif;
}
.mainimg .reserve {
  position: absolute;
  right: 18.75vw;
  /*36*/
  bottom: -2.08vw;
  /*4*/
}
.bottom {
  padding: 7rem 0;
  background: url(/system_panel/uploads/images/bottom_bg.jpg);
  background-size: cover;
}
.bottom .inner .titleA * {
  text-align: center;
}
.bottom .inner .grid {
  width: 90%;
  max-width: 100rem;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.bottom .inner .grid :is(.tel, .line, .mail) {
  width: 100%;
  height: 6.3rem;
  background: linear-gradient(45deg, rgba(246, 244, 235, 1), rgba(249, 247, 240, 1));
  border-radius: 0.5rem;
  font-size: 2.3rem;
  font-family: "Kaisei Decol", serif;
}
.bottom .inner .grid :is(.tel, .line, .mail) a {
  width: 100%;
  height: inherit;
  display: flex;
  justify-content: center;
  gap: 1rem;
  align-items: center;
  color: inherit;
}
.bottom .inner .grid .tel a::before {
  content: "";
  background: url(/system_panel/uploads/images/icon_tel.png) no-repeat;
  width: 3rem;
  height: 3rem;
  display: inline-block;
}
.bottom .inner .grid .line a::before {
  content: "";
  background: url(/system_panel/uploads/images/icon_line.png) no-repeat;
  width: 3.3rem;
  height: 3.2rem;
  display: inline-block;
}
.bottom .inner .grid .mail a::before {
  content: "";
  background: url(/system_panel/uploads/images/icon_mail.png) no-repeat;
  width: 2.4rem;
  height: 1.8rem;
  display: inline-block;
}






/*ブロマル用*/
:is(.blogdetail, .worksdetail, .casesdetail, .topicsdetail) .webgene-blog .webgene-item .cmt h2 {
  font-weight: bold;
  margin: 2.5rem 0 1rem;
  padding: .8rem 2rem;
  border-left: 5px solid #192c56;
  /*要変更*/
  background: #f4f4f4;
  line-height: 1.3;
}

:is(.blogdetail, .worksdetail, .casesdetail, .topicsdetail) .webgene-blog .webgene-item .cmt h3 {
  font-weight: bold;
  font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
  margin: 2rem 0 .5rem;
  padding-bottom: 1rem;
  border-bottom: 3px solid #dadada;
  position: relative;
  line-height: 1.3;
}
:is(.blogdetail, .worksdetail, .casesdetail, .topicsdetail) .webgene-blog .webgene-item .cmt h3::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 20%;
  height: 3px;
  background-color: #192c56;
  /*要変更*/
  min-width: 50px;
}






/*footer*/
.footer {
  background: #e8cece;
  padding: 8rem 0 4rem;
}
.footer .inner .col2 {
  display: flex;
  gap: 5.2vw;
  /*10*/
  margin: 0 0 13rem;
}
.footer .inner .col2 .left {
  width: 50%;
}
.footer .inner .col2 .left .logo {
  width: 50%;
}
.footer .inner .col2 .left .logo img {
  width: 100%;
}

.footer .inner .col2 .left .flex {
  display: flex;
  gap: 2rem;
  align-items: end;
  width: 50%;
  margin: 0 0 2rem;
}
.footer .inner .col2 .left .flex .sns {
  display: flex;
  gap: 1rem;
}
.footer .inner .col2 .left .flex .sns :is(.line, .insta) {
  width: 4rem;
  height: 4rem;
  display: grid;
  align-items: center;
  justify-content: center;
  background: #d1a6a5;
  border-radius: 50%;
}
.footer .inner .col2 .left>p {
  line-height: 2.75;
}
.footer .inner .col2 .right {
  width: 50%;
}
.footer .inner .col2 .right .nav {
  width: 100%;
  display: flex;
  gap: 2vw;
  /*5*/
}
.footer .inner .col2 .right .nav .ul {
  width: 45%;
}
.footer .inner .col2 .right .nav .li {
  width: 100%;
  height: 7rem;
  border-bottom: 0.1rem solid #d1afae;
  list-style: none;
  align-content: center;
}
.footer .inner .col2 .right .nav .li:first-of-type {
    border-top: 0.1rem solid #d1afae;
}
.footer .inner .col2 .right .nav .li a {
  width: 100%;
  height: inherit;
  display: flex;
  align-items: center;
  gap: 1rem;
  color: inherit;
}
.footer .inner .col2 .right .nav .li a::before {
  content: "";
  background: url(/system_panel/uploads/images/nikukyu.png) no-repeat;
  width: 2rem;
  height: 2rem;
  background-size: cover;
  display: inline-block;
}
.footer .inner .copyright {
  text-align: right;
}
.footer .inner .copyright a {
  color: inherit;
}




/*追加ライブラリ*/
/*スムーススクロール*/
html {
  /*scroll-behavior: smooth;※smoooothでの使用は不可*/
}





/*ページ遷移時のフェードイン効果*/
html {
  animation: fadein 3s forwards;
}
@keyframes fadein {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}





/*.headerSwitch.js用*/
/*「.scroll-nav」付与時のヘッダーデザイン */
.header.scroll-nav {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.7);
}
/* 「.scroll-nav」付与時の.logo,.ul,aデザイン用*/
.header.scroll-nav :is(.logo, .ul .li a) {}




/*pagetopボタン用*/
.pagetop {
  position: fixed;
  bottom: 5rem;
  right: 10%;
  width: 9.32vw;
  aspect-ratio: 17.9/13.3;
  z-index: 4;
}
.pagetop a {
  width: inherit;
  height: inherit;
  display: inline-grid;
  place-items: center;
}
.pagetop a img {
  width: 100%;
}





/*アコーディオン*/
.aco2 {
  display: none;
  /*初期状態で開いておく場合はinitialに変更*/
}
#wrapper .aco2 {
  display: initial;
  /*初期状態で開いておく場合はinitialに変更*/
}
.aco-open {
  position: relative;
}
.aco-open::after {
  /* 閉じている時 */
  content: "×";
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  font-size: 5rem;
  color: #b6e0c2;
}
.aco-open.active::after {
  /* 開いている時 */
  content: "＋";
  font-size: 5rem;
  color: #b6e0c2;
  top: 1.5rem;
}





/*animate.css用*/
/*wow.js（animate.cssのスクロールのタイミングに発動させるライブラリ）用*/
.box {
  animation-fill-mode: forwards;
}

/*animate.cssの追加css*/
.animate__delay-1s {
  animation-delay: calc(var(--animate-delay)*0.5) !important;
}
.animate__delay-2s {
  animation-delay: calc(var(--animate-delay)*1) !important;
}
.animate__delay-3s {
  animation-delay: calc(var(--animate-delay)*1.5) !important;
}
.animate__delay-4s {
  animation-delay: calc(var(--animate-delay)*2) !important;
}
.animate__delay-5s {
  animation-delay: calc(var(--animate-delay)*2.5) !important;
}
.animate__delay-6s {
  animation-delay: calc(var(--animate-delay)*3) !important;
}
.animate__delay-7s {
  animation-delay: calc(var(--animate-delay)*3.5) !important;
}
.animate__delay-8s {
  animation-delay: calc(var(--animate-delay)*4) !important;
}
.animate__delay-9s {
  animation-delay: calc(var(--animate-delay)*4.5) !important;
}
.animate__delay-10s {
  animation-delay: calc(var(--animate-delay)*5) !important;
}