@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@100..900&family=Lato:wght@300;400;700&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
html, body, h1, h2, h3, h4, h5, h6, p,
ul, ol, li, dl, dt, dd, a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  line-height: 1;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

/*a:hover { opacity:0.7;filter:alpha(opacity=70);-ms-filter: "alpha( opacity=70 )"; }*/
li {
  list-style: none;
}

img {
  max-width: 100%;
}

button {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  outline: none;
}

html {
  font-size: 62.5%;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #111111;
  background: #fff;
  overflow-x: hidden;
}

.pcv {
  display: none;
}

.spv {
  display: block;
}

@media (min-width: 768px) {
  .pcv {
    display: block;
  }
  .spv {
    display: none;
  }
}
.floL {
  float: left;
}

.floR {
  float: right;
}

.clear {
  content: "";
  display: table;
  clear: both;
  zoom: 1;
}

.ph-img {
  width: 100%;
  height: auto;
}

.lato {
  font-family: "Lato", sans-serif;
}

.arch {
  font-family: "Archivo", sans-serif;
}

.fm {
  font-family: "Noto Serif JP", serif;
}

.fg {
  font-family: "Noto Sans JP", sans-serif;
}

/*********************************************************************************************

	TEST

**********************************************************************************************/
@media (min-width: 0) {
  .testA {
    background-color: #000;
  }
}
@media (min-width: 576px) {
  .testA {
    background-color: #889;
  }
}
@media (min-width: 768px) {
  .testA {
    background-color: #a12;
  }
}
@media (min-width: 992px) {
  .testA {
    background-color: #9c0;
  }
}
@media (min-width: 1200px) {
  .testA {
    background-color: #969;
  }
}
/*********************************************************************************************

	header

**********************************************************************************************/
#header {
  -webkit-font-smoothing: antialiased;
  width: 100%;
  z-index: 999;
  /*
  background:#fff;
   */
  position: fixed;
  transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
}
#header.fx-header {
  background: rgba(255, 255, 255, 0.8);
}

.h-inner {
  margin: 0 4%;
  padding: 8px 0;
}

.siteid {
  width: 35%;
}

.h-inq {
  width: 60%;
  margin: 30px auto;
}
.h-inq a {
  display: block;
  width: 100%;
  height: 40px;
  font-size: 1.3rem;
  line-height: 42px;
  font-weight: 500;
  background-color: #ccc;
  color: #611111;
  text-align: center;
  border-radius: 24px;
}

.g-nav_area {
  margin: 0;
}

@media (min-width: 768px) {
  .h-inner {
    margin: 0 4%;
    padding: 15px 0;
  }
  .h-inner::after {
    content: "";
    display: table;
    clear: both;
    zoom: 1;
  }
  .siteid {
    width: 170px;
    float: left;
  }
  .h-inq {
    width: 140px;
    margin: 0 0 0 20px;
  }
  .h-inq a {
    background-color: #611111;
    border: 2px solid #611111;
    color: #fff;
  }
  .h-inq a:hover {
    background-color: #F8F8F8;
    color: #611111;
    border: 2px solid #611111;
  }
  .g-nav_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    float: right;
    margin-top: 8px;
  }
}
.g-nav {
  margin: 0 15px;
}
.g-nav li {
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.g-nav li a {
  display: block;
  padding: 20px 10px;
  opacity: 0.8;
}

.nav-open .g-nav li a {
  color: #fff;
}

@media (min-width: 768px) {
  .g-nav {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin: 5px 0 0 0;
  }
  .g-nav li {
    font-size: 1.6rem;
    font-weight: 500;
    position: relative;
    border: none;
    margin: 0 10px;
  }
  .g-nav li a {
    display: block;
    padding: 10px 0 15px 0;
  }
  .g-nav li a:hover {
    color: #611111;
  }
  .g-nav li a.trg.is-active {
    color: #611111;
  }
}
.trg {
  position: relative;
  padding: 0 22px 10px 0;
}
.trg.open::after {
  content: "\f068";
}

.trg::after {
  content: "+";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.8rem;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .trg {
    position: relative;
    margin-right: 15px;
  }
  .trg::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #611111;
    top: 45%;
    right: -15px;
  }
}
@media (min-width: 768px) {
  .pcmenu__content {
    opacity: 0;
    visibility: hidden;
    display: block;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    transition: opacity 0.4s ease-in-out, visibility 0.4s;
    padding: 10px 0;
  }
  .trg.is-active + .pcmenu__content {
    opacity: 1;
    visibility: visible;
  }
  .js-smallMenu + .pcmenu__content {
    position: absolute;
    top: 40px;
    left: -20px;
    width: 180px;
  }
}
.menu-sub {
  display: none;
  margin: 0 20px;
  padding: 0 0 10px;
}
.menu-sub h2 {
  display: none;
}
.menu-sub ul {
  margin: 0 0 0;
}
.menu-sub ul li {
  font-size: 1.4rem;
  margin: 0 0 0;
  border: none;
}
.menu-sub ul li a {
  display: block;
  padding: 10px 15px;
  position: relative;
}
.menu-sub ul li a:hover {
  background-color: #E7E7E7;
}
.menu-sub ul li a::before {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background-color: #ccc;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.menu-sub ul li:last-child {
  border: none;
}

@media (min-width: 768px) {
  .menu-sub {
    display: block;
    padding: 10px 10px;
  }
  .menu-sub h2 {
    display: block;
    font-size: 1.3rem;
    font-weight: 500;
    color: #ccc;
    margin: 0 0 0px 0;
    background-color: #611111;
    padding: 6px 10px;
  }
  .menu-sub ul {
    margin: 0 0 15px 0;
  }
  .menu-sub ul li {
    font-size: 1.4rem;
  }
  .menu-sub ul li a {
    padding: 10px 20px 10px;
  }
  .menu-sub ul li a::before {
    left: 5px;
  }
  .menu-sub ul:last-child {
    margin: 0;
  }
}
/* ------------------------------------
 *  スマホメニューボタン
* ------------------------------------ */
@media only screen and (max-width: 799px) {
  .nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    height: 100vh;
    padding-top: 60px;
    background-color: #611111;
    transition: all 0.6s;
    z-index: 200;
    overflow-y: auto;
  }
  .l-header__btn {
    display: block;
    width: 60px;
    height: 60px;
    z-index: 30;
    background: none;
    position: absolute;
    top: 5px;
    right: 0px;
    z-index: 9999;
  }
  .l-header__btn div {
    width: 28px;
    height: 28px;
    margin: 15px auto 3px;
    position: relative;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .l-header__btn div span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #111;
    transition: all 0.4s;
  }
  .l-header__btn div span:nth-of-type(1) {
    top: 5px;
  }
  .l-header__btn div span:nth-of-type(2) {
    top: 13px;
  }
  .l-header__btn div span:nth-of-type(3) {
    bottom: 4px;
    width: 70%;
  }
  .nav-open .l-header__btn div span {
    background-color: #fff;
  }
  .nav-open .l-header__btn span:nth-of-type(1) {
    transform: translateY(8px) rotate(-45deg);
  }
  .nav-open .l-header__btn span:nth-of-type(2) {
    opacity: 0;
  }
  .nav-open .l-header__btn span:nth-of-type(3) {
    transform: translateY(-8px) rotate(45deg);
    width: 100%;
  }
}
@media screen and (min-width: 800px) {
  .l-header__btn {
    display: none;
  }
}
.black_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
  cursor: pointer;
}

.nav-open .black_bg {
  opacity: 1;
  visibility: visible;
}

.nav-open .nav {
  right: 0;
}

/*********************************************************************************************

	FOOTER

**********************************************************************************************/
#footer {
  background: url(../img/f_bg.jpg) 0 0 repeat;
  padding: 60px 0 40px;
}
#footer .col-box {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.f-copy {
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
}

.f-logo {
  width: 100%;
  margin: 0 0 50px;
  text-align: center;
}
.f-logo img {
  width: 50%;
  height: auto;
}

.f-menu {
  width: 100%;
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(2, 1fr);
}

.f-menu_box {
  color: #fff;
}
.f-menu_box h3 {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 25px;
}
.f-menu_box ul {
  margin: 0;
  padding: 0;
}
.f-menu_box ul li {
  margin: 0 0 20px;
}
.f-menu_box ul li a {
  display: block;
  font-size: 1.3rem;
}
.f-menu_box ul li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}
.f-menu_box ul.f-menu_sub li a {
  position: relative;
  padding: 0 0 0 15px;
}
.f-menu_box ul.f-menu_sub li a::before {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 7px;
  left: 0;
}

.f-menu_box:nth-child(5) {
  grid-column: 1/3;
}

@media (min-width: 768px) {
  #footer {
    padding: 100px 0 50px;
  }
  #footer .col-box {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .f-copy {
    text-align: right;
  }
  .f-logo {
    width: 220px;
  }
  .f-logo img {
    width: 100%;
    height: auto;
  }
  .f-menu {
    width: auto;
    gap: 25px;
    grid-template-columns: repeat(4, 1fr);
  }
  .f-menu_box h3 {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
  .f-menu_box ul li {
    margin: 0 0 20px;
  }
  .f-menu_box ul li a {
    font-size: 1.4rem;
  }
  .f-menu_box:nth-child(1) {
    grid-column: 1;
    grid-row: 1/3;
  }
  .f-menu_box:nth-child(2) {
    grid-column: 2;
    grid-row: 1/3;
  }
  .f-menu_box:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
  }
  .f-menu_box:nth-child(4) {
    grid-column: 3;
    grid-row: 2;
  }
  .f-menu_box:nth-child(5) {
    grid-column: 4;
    grid-row: 1/3;
  }
}
/* ページトップ */
#page_top {
  display: block;
  position: fixed;
  bottom: 8%;
  right: 30px;
  opacity: 1;
  z-index: 500;
}

#page_top a {
  display: block;
  text-decoration: none;
}

/*********************************************************************************************

	ASIDE - お問い合わせ

**********************************************************************************************/
.atc-area {
  background: url(../img/f_bg2.jpg) 0 0 repeat;
  padding: 45px 0 65px;
  color: #fff;
}

.atc .inner {
  background-color: #A3791F;
  background-image: url(../img/atc_bg1.png), url(../img/atc_bg2.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 0 bottom, right 0;
  position: relative;
  width: auto;
  padding: 30px 20px 90px;
  margin: 0;
}
.atc .btn {
  position: absolute;
  bottom: -20px;
  right: 3%;
  z-index: 10;
}
.atc .is-atc {
  width: 180px;
  height: 55px;
  line-height: 55px;
  border-radius: 30px;
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .atc-area {
    padding: 110px 0;
  }
  .atc .inner {
    border-radius: 8px;
    width: 90%;
    height: 200px;
    margin: 0 auto;
    padding: 0;
  }
  .atc .btn {
    bottom: -25px;
    right: 40px;
  }
}
@media (min-width: 1200px) {
  .atc .inner {
    border-radius: 8px;
    width: 1000px;
    height: 200px;
    margin: 0 auto;
    padding: 0;
  }
  .atc .btn {
    bottom: -33px;
    right: 40px;
  }
  .atc .is-atc {
    width: 230px;
    height: 66px;
    line-height: 66px;
    border-radius: 35px;
    font-size: 1.8rem;
  }
}
.atc-set {
  padding: 0;
}
.atc-set h2 {
  font-size: 3.2rem;
  font-weight: 100;
}
.atc-set p {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
  margin: 15px 0 0 0;
}

#karate-1 {
  position: absolute;
  bottom: 60px;
  right: 10px;
  width: 80px;
  height: auto;
}

#karate-2 {
  position: absolute;
  bottom: -45px;
  left: 30px;
  width: 115px;
  height: auto;
}

@media (min-width: 768px) {
  .atc-set {
    padding: 40px 0 0 48px;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
  }
  .atc-set h2 {
    font-size: 3.6rem;
    font-weight: 100;
  }
  .atc-set p {
    font-size: 1.6rem;
    line-height: 2;
    font-weight: 500;
    margin: 0 0 0 40px;
  }
  #karate-1 {
    bottom: 0;
    right: 0;
    width: 147px;
    height: 190px;
    object-fit: cover;
    object-position: top;
  }
  #karate-2 {
    bottom: 0;
    left: 100px;
    width: 140px;
    height: 130px;
    object-fit: cover;
    object-position: top;
  }
}
@media (min-width: 1200px) {
  .atc-set {
    padding: 35px 0 0 48px;
  }
  .atc-set h2 {
    font-size: 4.8rem;
    font-weight: 100;
  }
  .atc-set p {
    font-size: 1.8rem;
    line-height: 2;
    font-weight: 500;
    margin: 0 0 0 50px;
  }
  #karate-1 {
    right: 96px;
    width: 147px;
    height: 190px;
    object-fit: cover;
    object-position: top;
  }
  #karate-2 {
    bottom: 0;
    left: 105px;
    width: 145px;
    height: 130px;
    object-fit: cover;
  }
}
/*********************************************************************************************

	MAIN - 共通

**********************************************************************************************/
#main {
  padding: 80px 0 0;
}
#main.m-page {
  padding: 20px 0 0;
}
#main.m-top {
  padding-bottom: 80px;
}

.inner {
  margin: 0 5%;
}

@media (min-width: 768px) {
  #main {
    padding: 120px 0 0;
  }
  #main.m-page {
    padding: 40px 0 0;
  }
  #main.m-top {
    padding-bottom: 200px;
  }
  .inner {
    margin: 0 5%;
  }
}
@media (min-width: 1200px) {
  #main {
    padding: 150px 0 0;
  }
  #main.m-page {
    padding: 40px 0 0;
  }
  #main.m-top {
    padding-bottom: 200px;
  }
  .inner {
    margin: 0 7%;
  }
}
.col-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.m-box {
  width: 100%;
}

.s-box {
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .m-box {
    width: calc(100% - 150px);
  }
  .s-box {
    width: 150px;
  }
}
/* ------------------------------------
 * TEXT
* ------------------------------------ */
.t-txt {
  font-size: clamp(1.4rem, 1.329rem + 0.22vw, 1.5rem);
  line-height: 1.8;
}

@media (min-width: 768px) {
  .t-txt {
    font-size: clamp(1.5rem, 1.15rem + 0.34vw, 1.8rem);
    line-height: 2;
  }
}
/* ------------------------------------
 * 見出し
* ------------------------------------ */
/* 縦 + 帯 */
.ttl-t,
.c-page-hero h1 {
  writing-mode: vertical-rl;
  white-space: nowrap;
  /*
  margin-left: auto;
  margin-right: auto;
  */
  padding-bottom: 40px;
  font-size: 2.4rem;
  font-weight: 200;
  letter-spacing: 0.05em;
  text-align: start;
  width: auto;
  height: auto;
  display: block;
}
.ttl-t span,
.c-page-hero h1 span {
  display: inline-block;
  line-height: 1;
  position: relative;
}
.ttl-t span::after,
.c-page-hero h1 span::after {
  content: "";
  width: 35px;
  height: 26px;
  background: url(../img/ico_obi.svg) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .ttl-t,
  .c-page-hero h1 {
    font-size: 3.6rem;
    padding-bottom: 60px;
  }
  .ttl-t span::after,
  .c-page-hero h1 span::after {
    width: 50px;
    height: 38px;
    bottom: -50px;
  }
}
@media (min-width: 1200px) {
  .ttl-t,
  .c-page-hero h1 {
    font-size: 4.6rem;
    padding-bottom: 80px;
  }
  .ttl-t span::after,
  .c-page-hero h1 span::after {
    width: 60px;
    height: 45px;
    bottom: -60px;
  }
}
/* ------------------------------------
 * ボタン
* ------------------------------------ */
.b-aka {
  display: block;
  width: 100%;
  height: 36px;
  font-size: 1.3rem;
  line-height: 36px;
  font-weight: 500;
  background-color: #611111;
  border: 2px solid #611111;
  border-radius: 20px;
  color: #fff;
  text-align: center;
}
.b-aka:hover {
  background-color: #fff;
  color: #611111;
}

@media (min-width: 768px) {
  .b-aka {
    width: 100%;
    height: 46px;
    font-size: 1.4rem;
    line-height: 46px;
    font-weight: 500;
    border-radius: 25px;
  }
  .is-more {
    width: 180px;
  }
}
.b-line {
  display: block;
  width: 100%;
  height: 36px;
  font-size: 1.3rem;
  line-height: 36px;
  font-weight: 500;
  background-color: #F8F8F8;
  border: 2px solid #611111;
  border-radius: 20px;
  color: #611111;
  text-align: center;
}
.b-line:hover {
  background-color: #611111;
  color: #F8F8F8;
}

@media (min-width: 768px) {
  .b-line {
    width: 100%;
    height: 46px;
    font-size: 1.4rem;
    line-height: 46px;
    font-weight: 500;
    border-radius: 25px;
  }
  .is-more {
    width: 180px;
  }
}
/*---------------------------------------------------------
　anime
---------------------------------------------------------*/
/* フェードイン(初期値) */
.js-fadeUp {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s, transform 0.8s;
}

/* フェードイン(スクロールした後) */
.js-fadeUp.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}

.inview1 {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.8s;
  transition-delay: 0.1s;
}

.inview1.delay {
  transition-delay: 0.4s;
}

.inview1.delay2 {
  transition-delay: 0.6s;
}

.inview1.delay3 {
  transition-delay: 0.8s;
}

.inview1.show {
  opacity: 1;
  transform: translateY(0px);
}

/*********************************************************************************************

	TOP

**********************************************************************************************/
#hero-top {
  height: 49vh;
  width: 100%;
  position: relative;
  z-index: 300;
  padding-top: 60px;
}

/* 無料体験バナー */
.bnr-free {
  max-width: 160px;
  width: 100%;
  height: auto;
  position: absolute;
  left: 1%;
  bottom: -30px;
  z-index: 10;
}
.bnr-free img {
  max-width: 100%;
  height: auto;
  display: block;
}

@media (min-width: 768px) {
  #hero-top {
    height: 38vh;
    padding-top: 90px;
  }
  .bnr-free {
    max-width: 200px;
    left: 4%;
    bottom: -60px;
  }
}
@media (min-width: 1200px) {
  #hero-top {
    height: 90vh;
    padding-top: 0;
  }
  .bnr-free {
    max-width: 280px;
    left: 4%;
    bottom: -60px;
  }
}
/* スクロールダウン */
.scroll {
  position: absolute;
  bottom: 7%;
  right: 50%;
  writing-mode: vertical-rl;
  font-size: 1.1rem;
  z-index: 20;
}

.scroll::before,
.scroll::after {
  content: "";
  width: 1px;
  height: 40px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
}

.scroll::before {
  animation: scroll 2s infinite;
  background-color: #000;
  z-index: 2;
}

.scroll::after {
  background-color: #ccc;
}

@media (min-width: 768px) {
  .scroll {
    bottom: 8%;
  }
  .scroll::before,
  .scroll::after {
    height: 50px;
    bottom: -60px;
  }
}
@media (min-width: 1200px) {
  .scroll {
    bottom: 6%;
  }
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/* ------------------------------------
 * MV
* ------------------------------------ */
.mv-slider-container {
  display: block;
  position: relative;
  z-index: 2;
  height: 100%;
}

#slider-mv,
.slick-list,
.slick-track {
  height: 100%;
}

.slide-item {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

@media (min-width: 768px) {
  .mv-slider-container {
    height: auto;
    aspect-ratio: 16/9;
  }
}
@media (min-width: 1200px) {
  .mv-slider-container {
    height: 100%;
    aspect-ratio: auto;
  }
}
/* ------------------------------------
 * about / dojo
* ------------------------------------ */
.about-area .col-box {
  align-items: center;
}
.about-area .btn {
  margin: 30px auto 0;
  width: 60%;
}
.about-area .r-box {
  background-image: url(../img/tp_about_bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 80%;
}

.r-box {
  background-color: #F4EEEE;
  border-radius: 16px;
  padding: 30px 20px;
}

.ab-ttl {
  width: 100%;
}
.ab-ttl .ttl-t {
  margin: 0 auto 20px;
}

.ab-img {
  width: 100%;
}

.ab-txt {
  width: 100%;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .about-area .col-box {
    align-items: center;
  }
  .about-area .btn {
    width: auto;
    margin: 30px auto 0;
  }
  .about-area .btn a {
    margin: 0 auto;
  }
  .about-area .r-box {
    background-position: bottom center;
    background-size: 43%;
  }
  .r-box {
    border-radius: 16px;
    padding: 80px 60px;
  }
  .ab-ttl {
    width: 6%;
  }
  .ab-img {
    width: 80%;
  }
  .ab-txt {
    width: 100%;
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .about-area .btn {
    width: auto;
    margin: 30px 0 0 0;
  }
  .about-area .r-box {
    background-position: 85% center;
    background-size: 33%;
  }
  .ab-ttl {
    width: 6%;
  }
  .ab-img {
    width: 48%;
  }
  .ab-txt {
    width: 40%;
    margin-top: 0;
  }
}
.dojo-area h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 10px 10px;
}
.dojo-area .t-txt_2 {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 400;
  margin: 0 0 20px 10px;
}
.dojo-area .b-line {
  margin: 20px auto 0;
}
.dojo-area .m-box {
  width: 88%;
}
.dojo-area .s-box {
  width: 8%;
}

.dojo-bnr {
  margin: 0 10px;
}
.dojo-bnr li {
  width: 100%;
  margin-bottom: 50px;
}
.dojo-bnr li:last-child {
  margin-bottom: 20px;
}
.dojo-bnr li h4 {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0 0 20px;
}
.dojo-bnr li h4 span {
  font-size: 70%;
}

.dojo-img {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .dojo-area h3 {
    font-size: 2.4rem;
    margin: 0 0 10px 50px;
  }
  .dojo-area .t-txt_2 {
    font-size: 1.8rem;
    line-height: 1.6;
    font-weight: 400;
    margin: 0 0 30px 50px;
  }
  .dojo-area .b-line {
    margin: 30px auto 0;
  }
  .dojo-bnr {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0px;
  }
  .dojo-bnr li {
    width: calc(50% - 15px);
    margin-bottom: 0;
  }
  .dojo-bnr li h4 {
    font-size: 1.8rem;
    margin: 0 0 20px;
  }
  .dojo-img {
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .dojo-bnr {
    margin: 0 50px;
  }
  .dojo-bnr li {
    width: calc(50% - 23px);
  }
  .dojo-bnr li h4 {
    font-size: 2.2rem;
  }
}
#dojo-1 {
  margin-bottom: 90px;
}

/*
.dojo-branch { margin-bottom: 60px; }
*/
@media (min-width: 768px) {
  #dojo-1 {
    margin-bottom: 180px;
  }
  /*
  .dojo-branch { margin-bottom: 120px; }
  */
}
/* ------------------------------------
 * rinen
* ------------------------------------ */
.rinen-area {
  padding: 50px 0;
}
.rinen-area .s-box {
  margin-bottom: 30px;
}
.rinen-area h2 {
  font-size: 2.8rem;
  font-weight: 500;
  color: #611111;
  margin-bottom: 20px;
  text-align: center;
}
.rinen-area .btn {
  margin: 30px auto 0;
  width: 60%;
}

@media (min-width: 768px) {
  .rinen-area {
    padding: 100px 0;
  }
  .rinen-area .col-box {
    align-items: center;
  }
  .rinen-area .s-box {
    width: 48%;
    margin: 0;
  }
  .rinen-area .s-box img {
    width: 80%;
    height: auto;
  }
  .rinen-area .m-box {
    width: 48%;
  }
  .rinen-area h2 {
    font-size: 3.2rem;
    text-align: left;
  }
  .rinen-area .btn {
    width: auto;
    margin: 30px 0 0 0;
  }
}
/*********************************************************************************************

	PAGES

**********************************************************************************************/
.c-page-hero {
  position: relative;
  height: 350px;
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-page-hero__bg {
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
  height: 150%;
  background-color: #F8F8F8;
  background-image: url(../img/bg_hake1.png), url(../img/bg_hake2.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 0 75%, right 0;
  background-size: 60%, 60%;
  z-index: -1;
  will-change: transform;
}
.c-page-hero__inner {
  /*
  position: absolute;
  top:110px; left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  */
  position: relative;
  z-index: 1;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 768px) {
  .c-page-hero {
    height: 490px;
  }
  .c-page-hero__bg {
    background-position: 0 80%, right 10%;
    background-size: 45%, 45%;
  }
  .c-page-hero__inner {
    position: relative;
    position: absolute;
    top: 110px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
  }
}
@media (min-width: 1200px) {
  .c-page-hero {
    height: 580px;
  }
  .c-page-hero__bg {
    background-position: 0 bottom, right 40%;
    background-size: auto, auto;
  }
  .c-page-hero__inner {
    position: relative;
    position: absolute;
    top: 110px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
  }
}
.js-parallax {
  background-size: 130% auto !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
  background-position: center 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  .js-parallax {
    background-size: cover !important;
    background-position: center center !important;
  }
}
.topicpath {
  display: flex;
  flex-direction: row;
  margin: 0 0 40px;
}
.topicpath li {
  font-size: 1.4rem;
  color: #A3791F;
}
.topicpath li a {
  position: relative;
  color: #757575;
}
.topicpath li a::after {
  content: "ー";
  display: inline-block;
  margin: 0 5px;
}

@media (min-width: 768px) {
  .topicpath {
    margin: 0 0 80px;
  }
}
.l-1column {
  padding: 0 0 120px;
}

/*********************************************************************************************

	2COLUMN

**********************************************************************************************/
.l-2column {
  width: 100%;
  flex-direction: row-reverse;
}

.c-side {
  display: none;
}

@media (min-width: 768px) {
  .l-2column {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    align-items: stretch;
  }
  .c-side {
    display: block;
    width: 18%;
    flex-shrink: 0;
    background-image: url(../img/bg_side.png);
    background-position: 0 0;
    background-repeat: repeat-y;
    padding: 0 0 100px;
  }
  .c-side__inner {
    position: sticky;
    position: -webkit-sticky;
    top: 90px;
    padding-top: 60px;
    height: auto;
  }
  .c-side__inner ul {
    margin: 0 0 0 15%;
    padding: 0;
  }
  .c-side__inner ul li {
    margin: 0 0 20px 10px;
  }
  .c-side__inner ul li.ttl-cat {
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 500;
    color: #757575;
    margin: 0 0 8px 0;
  }
  .c-side__inner ul li:nth-child(5) {
    margin-top: 2.5em;
  }
  .c-side__inner .nav-link {
    transition: color 0.3s;
    font-size: 1.4rem;
    font-weight: 500;
    color: #111111;
    position: relative;
  }
  .c-side__inner .nav-link::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #B7B5B5;
    display: inline-block;
    margin-right: 6px;
  }
  .c-side__inner .nav-link.is-active {
    color: #611111;
  }
  .c-side__inner .nav-link.is-active::before {
    background-color: #611111;
  }
}
@media (min-width: 1200px) {
  .l-2column {
    gap: 30px;
  }
  .c-side {
    width: 15%;
  }
  .c-side__inner ul {
    margin: 0 0 0 20%;
  }
  .c-side__inner .nav-link {
    font-size: 1.5rem;
  }
}
.c-main {
  flex-grow: 1;
  min-width: 0;
  padding-bottom: 80px;
}

/*
.con-box {
  background-color: #fc3;
}
*/
.con-box_inner {
  margin: 0 5%;
}

@media (min-width: 768px) {
  .c-main {
    flex-grow: 1;
    min-width: 0;
    padding-bottom: 150px;
  }
  .c-main section {
    scroll-margin-top: 100px;
  }
  .con-box_inner {
    margin: 0 6% 0 0;
  }
}
@media (min-width: 1200px) {
  .con-box_inner {
    margin: 0 8% 0 0;
  }
}
/*

.c-main {
  flex-grow: 1;
  min-width: 0;
  padding-bottom: 80px;
}
.m-inner {
  margin: 0 5%;
  p {
    margin-bottom: 1.5em;
    line-height:2.0;
  }  
}

.con-box { margin-bottom: 50px; }

@include base.mq(md) {
  .c-main {
    flex-grow: 1;
    min-width: 0;
    padding-bottom:150px;
    section { scroll-margin-top: 100px; }
  }
  .m-inner {
    margin:0 8% 0 0;
    p {
      margin-bottom: 1.5em;
      line-height:2.0;
    }  
  }
  .con-box {
    margin-bottom: 100px;
    padding-left: 60px;
  }
}

*/
/* ------------------------------------
 * page - 基本理念
* ------------------------------------ */
#section01,
#section03 {
  padding-top: 30px;
  padding-bottom: 20px;
  background-color: #F8F4F4;
  margin-bottom: 30px;
}

#section02,
#section04 {
  padding-top: 30px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  #section01,
  #section03 {
    padding: 60px 0 45px 5%;
    margin-bottom: 40px;
  }
  #section02,
  #section04 {
    padding: 60px 0 45px 5%;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  #section01,
  #section03 {
    padding: 80px 0 45px 5%;
    margin-bottom: 40px;
  }
  #section02,
  #section04 {
    padding: 80px 0 45px 5%;
    margin-bottom: 40px;
  }
}
.f-side {
  text-align: center;
  margin-bottom: 40px;
}
.f-side img {
  width: 70%;
  height: auto;
}

@media (min-width: 768px) {
  .f-side img {
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .fl-box {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    flex-direction: row-reverse;
  }
  .f-main {
    flex-grow: 1;
    min-width: 0;
    margin-top: 20px;
  }
  .f-side {
    flex-shrink: 0;
    max-width: 400px;
    margin: 0;
  }
  .f-side img {
    width: 100%;
  }
}
.con-photo {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  background-color: #fff;
}
.con-photo .is-photo {
  width: 100%;
  height: auto;
}
.con-photo.rinen-img {
  padding: 20px 0;
}
.con-photo.rinen-img img {
  width: 80%;
  height: auto;
}

@media (min-width: 768px) {
  .con-photo {
    margin-bottom: 50px;
  }
  .con-photo .is-photo {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    object-position: center top;
  }
  .con-photo.rinen-img {
    background-image: url(../img/rinen_3_img4.png), url(../img/rinen_3_img3.png);
    background-position: 40px 85%, 96% 30px;
    background-repeat: no-repeat, no-repeat;
    background-size: 23%, 21%;
    height: auto;
    padding: 35px 0;
  }
  .con-photo.rinen-img img {
    width: 50%;
    height: auto;
  }
}
.rinen-box {
  margin: 0 20px;
}

.ri-set {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ri-maru {
  width: 45px;
  position: relative;
  z-index: 2;
  text-align: center;
}
.ri-maru span {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #FCEFEB;
  border: 1px solid #A23717;
}
.ri-maru::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #B7B5B5;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

@media (min-width: 768px) {
  .rinen-box {
    margin: 0 auto;
    width: 90%;
  }
  .ri-maru {
    width: 55px;
  }
  .ri-maru span {
    width: 50px;
    height: 50px;
  }
  .ri-maru::after {
    width: 2px;
  }
}
@media (min-width: 1200px) {
  .rinen-box {
    margin: 0 auto;
    width: 85%;
  }
  .ri-maru {
    width: 83px;
  }
  .ri-maru span {
    width: 70px;
    height: 70px;
  }
  .ri-maru::after {
    width: 2px;
  }
}
.ri-txt {
  width: calc(100% - 60px);
  padding: 10px 0 20px;
}

.ri-ttl {
  font-size: clamp(2rem, 1.714rem + 0.89vw, 2.4rem);
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 15px;
  color: #A23717;
}

#ri-2 .ri-ttl {
  color: #2C6810;
}
#ri-2 .ri-maru span {
  background-color: #E1EEDB;
  border: 1px solid #2C6810;
}

#ri-3 .ri-ttl {
  color: #6B2670;
}
#ri-3 .ri-maru span {
  background-color: #FBEBFC;
  border: 1px solid #6B2670;
}

#ri-4 .ri-ttl {
  color: #153B61;
}
#ri-4 .ri-maru span {
  background-color: #D9E4EF;
  border: 1px solid #153B61;
}
#ri-4 .ri-maru::after {
  display: none;
}

@media (min-width: 768px) {
  .ri-txt {
    width: calc(100% - 70px);
    padding: 10px 0 50px;
  }
  .ri-ttl {
    margin-bottom: 15px;
    font-size: clamp(2.4rem, 1.938rem + 0.45vw, 2.8rem);
  }
}
@media (min-width: 1200px) {
  .ri-txt {
    width: calc(100% - 120px);
    padding: 20px 0 50px;
  }
}
#section04.con-box {
  margin-bottom: 0;
}
#section04 .s-box {
  margin: 0 0 20px;
  width: 100%;
}
#section04 .s-box img {
  width: 80%;
}
#section04 .m-box {
  width: 100%;
}
#section04 .t-name {
  text-align: right;
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 20px;
}
#section04 .t-name span {
  font-size: 130%;
  margin-left: 15px;
}

@media (min-width: 768px) {
  #section04 .s-box {
    margin: 0 0 20px;
    width: 100%;
  }
  #section04 .s-box img {
    width: 60%;
  }
}
@media (min-width: 1200px) {
  #section04 .col-box {
    flex-direction: row-reverse;
  }
  #section04 .s-box {
    width: 330px;
    margin: 0;
  }
  #section04 .s-box img {
    width: 100%;
  }
  #section04 .m-box {
    width: calc(100% - 380px);
  }
  #section04 .t-name {
    font-size: 1.8rem;
    margin-top: 40px;
  }
}
/* ------------------------------------
 * page - 道場案内
* ------------------------------------ */
.dojo-branch {
  margin: 0 0 60px;
}

.dojo-box {
  margin: 0 0 40px;
}
.dojo-box h4 {
  font-size: 1.8rem;
  font-weight: 500;
  color: #611111;
  margin: 0 0 15px;
}
.dojo-box h4 span {
  font-size: 80%;
  margin-left: 10px;
}

@media (min-width: 768px) {
  .dojo-branch {
    margin: 0 0 100px;
  }
  .dojo-box {
    margin: 0 0 60px;
  }
  .dojo-box h4 {
    font-size: 2.2rem;
    margin: 0 0 15px;
  }
}
.dojo-data {
  border-collapse: collapse;
  border-spacing: 0px;
  width: 100%;
  clear: both;
  text-align: left;
  border: 1px solid #CFCFCF;
  margin: 0 0 30px;
}
.dojo-data th, .dojo-data td {
  padding: 10px 13px;
  display: block;
  font-weight: 400;
}
.dojo-data th {
  background-color: #F4EEEE;
  width: auto;
  padding: 8px 13px;
  font-size: clamp(1.3rem, 1.157rem + 0.45vw, 1.5rem);
}
.dojo-data th span {
  font-size: 80%;
  display: inline-block;
}
.dojo-data td {
  font-size: clamp(1.3rem, 1.07rem + 0.23vw, 1.5rem);
  line-height: 1.4;
  width: auto;
}
.dojo-data .t-right {
  font-size: 1.2rem;
  text-align: right;
  color: #666;
  margin: 5px 0 0 0;
}
.dojo-data .sp-none {
  display: none;
}

@media (min-width: 768px) {
  .dojo-data {
    margin: 0 0 30px;
  }
  .dojo-data tr {
    display: table-row;
  }
  .dojo-data th, .dojo-data td {
    padding: 13px 15px;
    vertical-align: top;
    display: table-cell;
    border: 1px solid #CFCFCF;
  }
  .dojo-data th {
    width: 12%;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 400;
  }
  .dojo-data td {
    font-size: clamp(1.3rem, 1.07rem + 0.23vw, 1.5rem);
    width: 38%;
  }
  .dojo-data .t-right {
    font-size: 1.3rem;
  }
  .dojo-data .sp-none {
    display: table-cell;
  }
}
.d-set {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin: 0 0 5px;
}
.d-set dt, .d-set dd {
  font-size: clamp(1.3rem, 1.07rem + 0.23vw, 1.5rem);
  line-height: 1.4;
  position: relative;
}
.d-set dt::after {
  content: "：";
  display: inline-block;
  margin: 0 5px;
}

.gmap {
  position: relative;
  width: 100%;
  height: 200px;
  aspect-ratio: 16/9;
}

.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .gmap {
    height: 250px;
  }
}
@media (min-width: 1200px) {
  .gmap {
    height: 300px;
  }
}
/* ------------------------------------
 * page - クラス案内
* ------------------------------------ */
.class-box {
  margin: 0;
}

#class-1 {
  margin-bottom: 50px;
}

.class-ttl {
  background-color: #ccc;
  position: relative;
  margin: 0 0 20px;
}
.class-ttl h3 {
  background-color: #FAF2E9;
  padding: 20px 15px;
  font-size: 2rem;
  font-weight: 700;
}
.class-ttl h3 span {
  font-size: 70%;
  font-weight: 400;
  margin: 10px 0 0 0;
  display: block;
}
.class-ttl img {
  position: absolute;
  right: 20px;
}

#class-2 .class-ttl h3 {
  background-color: #EEF2F4;
}

#i-kodomo {
  width: 100px;
  top: -15px;
}

#i-otona {
  width: 110px;
  top: -40px;
}

@media (min-width: 768px) {
  #class-1 {
    margin-bottom: 100px;
  }
  .class-ttl {
    margin: 0 0 40px;
  }
  .class-ttl h3 {
    padding: 32px 35px;
    font-size: 2.4rem;
  }
  .class-ttl h3 span {
    display: inline-block;
    margin: 0 0 0 10px;
  }
  .class-ttl img {
    right: 20px;
  }
  #i-kodomo {
    width: 140px;
    top: -30px;
  }
  #i-otona {
    width: 150px;
    top: -60px;
  }
}
@media (min-width: 1200px) {
  #i-kodomo {
    width: 174px;
    top: -45px;
  }
  #i-otona {
    width: 184px;
    top: -60px;
    right: 40px;
  }
}
.t-catch {
  font-size: clamp(1.5rem, 1.286rem + 0.67vw, 1.8rem);
  font-weight: 500;
  line-height: 1.6;
  margin: 0 0px 40px;
  position: relative;
  z-index: 3;
}

@media (min-width: 768px) {
  .t-catch {
    font-size: clamp(1.8rem, 1.339rem + 0.45vw, 2.2rem);
    line-height: 1.8;
    margin: 0 35px 50px;
  }
}
/*
#class-1 { margin-bottom:60px; }
.class-ttl {
  position: relative;
  margin: 40px 0 30px;
  h3 {
    background-color: #FAF2E9;
    padding: 20px 15px;
    font-size: 2.0rem;
    font-weight:700;
    span {
      font-size: 70%;
      font-weight: 400;
      margin: 10px 0 0 0;
      display: block;
    }
  }
  #i-kodomo {
    width: 120px;
    position: absolute;
    top: -20px; right: 20px;
  }
}


#class-2 .class-ttl {
  h3 { background-color: #EEF2F4; }
  #i-otona {
    width: 120px;
    position: absolute;
    top: -60px; right: 20px;
  }  
}



@include base.mq(md) {
  #class-1 { margin-bottom:120px; }
  .class-ttl {
    margin: 100px 0 30px;
    h3 {
      padding: 32px 35px;
      font-size: 2.4rem;
      span {
        display: inline-block;
        margin: 0 0 0 10px;
      }
    }
    #i-kodomo {
      width: 174px;
      top: -45px; right: 40px;
    }
  }

  #class-2 .class-ttl {
    #i-otona {
      width: 184px;
      top: -60px; right: 40px;
    }  
  }


}




*/
.class-photo {
  width: 80%;
  margin: 0 auto 40px;
}

/* arrows */
.slider-ph .slide-arrow {
  display: block;
  width: 18px;
  height: 31px;
  background: url(../img/ico_arw.svg) center center no-repeat;
  background-size: 100%;
  position: absolute;
  top: 48%;
  z-index: 5;
  filter: opacity(0.5);
}

.slider-ph .prev-arrow {
  left: -30px;
}

.slider-ph .next-arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  right: -30px;
}

@media (min-width: 768px) {
  .class-photo {
    width: 70%;
    margin: 0 auto 80px;
  }
  .slider-ph .slide-arrow {
    width: 25px;
    height: 44px;
  }
  .slider-ph .prev-arrow {
    left: -40px;
  }
  .slider-ph .next-arrow {
    right: -40px;
  }
}
@media (min-width: 1200px) {
  .class-photo {
    width: 60%;
    margin: 0 auto 80px;
  }
}
.class-step {
  width: 100%;
  margin: 0 auto;
}
.class-step .ri-set:last-child .ri-maru::after {
  display: none;
}
.class-step .ri-maru {
  width: 38px;
}
.class-step .ri-maru span {
  width: 35px;
  height: 35px;
  font-size: 1.8rem;
  font-weight: 100;
  line-height: 35px;
  color: #AE5C21;
  background-color: #F6F6F6;
  border: 1px solid #AE5C21;
}
.class-step .ri-txt {
  width: calc(100% - 50px);
  padding: 10px 0 20px;
}
.class-step .ri-txt h4 {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 500;
  margin: 0 0 5px;
}
.class-step .ri-txt p {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 400;
}
.class-step .ri-ttl {
  margin-bottom: 10px;
  line-height: 1.4;
  color: #AE5C21;
  font-size: clamp(1.6rem, 1.314rem + 0.89vw, 2rem);
}

@media (min-width: 768px) {
  .class-step {
    width: 90%;
    margin: 0 auto;
  }
  .class-step .ri-maru {
    width: 50px;
  }
  .class-step .ri-maru span {
    width: 45px;
    height: 45px;
    font-size: 2.2rem;
    line-height: 45px;
  }
  .class-step .ri-txt {
    width: calc(100% - 80px);
    padding: 10px 0 20px;
  }
  .class-step .ri-txt h4 {
    font-size: 2rem;
    margin: 0 0 5px;
  }
  .class-step .ri-txt p {
    font-size: 1.5rem;
    line-height: 1.6;
    font-weight: 400;
  }
  .class-step .ri-ttl {
    margin-bottom: 20px;
    font-size: clamp(2.4rem, 1.938rem + 0.45vw, 2.8rem);
  }
}
@media (min-width: 1200px) {
  .class-step {
    width: 90%;
    margin: 0 auto;
  }
  .class-step .ri-maru {
    width: 65px;
  }
  .class-step .ri-maru span {
    width: 60px;
    height: 60px;
    font-size: 3rem;
    line-height: 60px;
  }
  .class-step .ri-txt {
    width: calc(100% - 100px);
  }
}
.class-list {
  margin: 20px 0;
}
.class-list li {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
  margin: 0 0 10px;
  position: relative;
  padding: 0 0 0 15px;
}
.class-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #AE5C21;
  position: absolute;
  top: 6px;
  left: 0;
}
.class-list li span {
  font-weight: 500;
  display: block;
}

@media (min-width: 768px) {
  .class-list {
    margin: 20px 0 20px 10px;
  }
  .class-list li {
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: 400;
    margin: 0 0 10px;
    padding: 0 0 0 15px;
  }
  .class-list li::before {
    width: 10px;
    height: 10px;
    top: 6px;
  }
  .class-list li span {
    width: 6em;
    display: inline-block;
  }
}
.class-menu {
  background-color: #fff;
  border: 1px solid #CFCFCF;
  width: 100%;
}

.cm-ttl {
  background-color: #CFCFCF;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  font-size: 1.3rem;
}

.cm-txt ul {
  margin: 10px 5px;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.cm-txt ul li {
  position: relative;
  /*font-size: clamp(1.4rem, 1.186rem + 0.67vw, 1.7rem);*/
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 700;
  margin-right: 0px;
}
.cm-txt ul li::after {
  content: "";
  margin: 0 8px;
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid #AE5C21;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 6px;
  right: -20px;
}
.cm-txt ul li:last-child::after {
  display: none;
}

@media (min-width: 768px) {
  .class-menu {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
    max-width: 90%;
  }
  .cm-ttl {
    padding: 15px 0;
    text-align: center;
    width: 130px;
    font-size: 1.5rem;
  }
  .cm-txt ul {
    display: flex;
    justify-content: start;
  }
  .cm-txt ul li {
    position: relative;
    font-size: clamp(1.5rem, 1.152rem + 0.34vw, 1.8rem);
    line-height: 1.4;
    margin-right: 30px;
  }
  .cm-txt ul li::after {
    content: "";
    margin: 0 10px;
    border-left: 12px solid #AE5C21;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    top: 4px;
    right: -30px;
  }
}
@media (min-width: 1200px) {
  .class-menu {
    max-width: 75%;
  }
}
#class-2 .class-step .ri-maru span {
  color: #174488;
  border: 1px solid #174488;
}
#class-2 .class-list li::before {
  background-color: #174488;
}
#class-2 .cm-txt li::after {
  border-left: 7px solid #174488;
}
#class-2 .ri-ttl {
  color: #174488;
}

@media (min-width: 768px) {
  #class-2 .cm-txt li::after {
    border-left: 12px solid #174488;
  }
}
/* 後で移動 */
.th2 {
  font-size: clamp(2rem, 1.855rem + 0.73vw, 2.4rem);
  line-height: 1.4;
  font-weight: 300;
  margin: 0 0 30px;
  padding-bottom: 20px;
  position: relative;
}
.th2::after, .th2::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #D9D9D9;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.th2::before {
  width: 20px;
  background-color: #611111;
  z-index: 2;
}

@media (min-width: 768px) {
  .th2 {
    font-size: clamp(3.6rem, 2.22rem + 1.35vw, 4.8rem);
    margin: 0 0 70px;
    padding-bottom: 25px;
  }
}
.th3 {
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: 500;
  font-weight: 700;
  margin: 0 0 20px;
  text-align: center;
}

/* 使用しない
.custom-ruby {
  position: relative;
  display: inline-block;
  font-size: 3.0rem;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
}

.custom-ruby::after {
  content: attr(data-ruby);
  position: absolute;
  top: -1.2em; left: 50%;
  transform: translateX(-50%);
  font-size: 1.2rem;
  font-weight: 400;
  white-space: nowrap;
  font-family: "Noto Sans JP", sans-serif;
}
*/
@media (min-width: 768px) {
  .th3 {
    font-size: 2.6rem;
    margin: 0 0 30px;
    text-align: left;
  }
  /*.custom-ruby { font-size:3.2rem; }*/
}
.th4 {
  background-color: #A3791F;
  padding: 8px 10px;
  font-size: 1.8rem;
  font-weight: 400;
  color: #fff;
  text-align: left;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .th4 {
    padding: 8px 10px;
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
}
/*********************************************************************************************

	1COLUMN 

**********************************************************************************************/
/* ------------------------------------
 *  指導者
* ------------------------------------ */
.l-1col_inner {
  margin: 0 5%;
}

.leader-area {
  width: 100%;
  margin: 0 0 20px;
}

@media (min-width: 768px) {
  .leader-area {
    width: 100%;
    margin: 0 0 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .l-1col_inner {
    margin: 0 10%;
  }
}
.leader-box_1,
.leader-box_2 {
  border: 1px solid #611111;
  padding: 0;
}

.leader-box_2 {
  width: auto;
  margin-bottom: 20px;
  padding: 30px 0 0 0;
}

.is-blue {
  border: 1px solid #174488;
}
.is-blue .l-name::before {
  background-color: #174488;
}

@media (min-width: 768px) {
  .leader-box_1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    /*align-items: center;*/
  }
  .leader-box_1 .leader-txt {
    margin-top: 60px;
  }
  .leader-box_2 {
    width: calc(50% - 20px);
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .leader-box_2 {
    padding: 40px 0 20px 0;
  }
}
.leader-pho {
  text-align: center;
  margin: 30px 0 25px;
}
.leader-pho img {
  width: 70%;
  height: 280px;
  object-fit: cover;
  vertical-align: top;
}

.leader-txt {
  padding: 0;
}

@media (min-width: 768px) {
  .leader-pho {
    width: 40%;
    margin: 0;
  }
  .leader-pho img {
    width: 100%;
    height: 600px;
  }
  .leader-txt {
    width: 57%;
  }
}
.l-name_area {
  margin: 0 15px 20px;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
.l-name_area h3 {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 1.6rem;
  padding: 2px 0 2px 15px;
}
.l-name_area h3 span.fm {
  font-size: 150%;
  margin: 0 0 0 10px;
  font-weight: 500;
}
.l-name_area h3::before {
  content: "";
  width: 3px;
  height: 100%;
  background-color: #611111;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.l-name_area h3 span.kata {
  font-size: 1.5rem;
  line-height: 1.4;
}
.l-name_area .btn {
  margin-left: 10px;
}
.l-name_area .b-aka {
  width: 100px;
  height: 26px;
  line-height: 26px;
  border-radius: 20px;
}

@media (min-width: 768px) {
  .l-name_area {
    margin: 0 0 40px 30px;
  }
  .l-name_area h3 {
    font-size: 1.8rem;
    padding: 2px 0 2px 15px;
  }
  .l-name_area .btn {
    margin-left: 20px;
  }
  .l-name_area .b-aka {
    width: 110px;
    height: 36px;
    line-height: 36px;
    border-radius: 20px;
  }
}
@media (min-width: 1200px) {
  .l-name_area {
    margin: 0 0 40px 50px;
  }
  .l-name_area h3 {
    font-size: 2rem;
  }
}
.leader-data {
  margin: 0 15px;
}
.leader-data dt {
  font-size: 1.3rem;
  line-height: 1.8;
  width: 5em;
}
.leader-data dd {
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 400;
  border-left: 1px solid #ccc;
  padding-left: 15px;
  margin-bottom: 25px;
  width: calc(100% - 6em);
}

.l-set {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .leader-data {
    margin: 0 0 0 30px;
  }
  .leader-data dt {
    font-size: 1.4rem;
    width: 6em;
  }
  .leader-data dd {
    font-size: 1.5rem;
    padding-left: 20px;
    margin-bottom: 30px;
    width: calc(100% - 7em);
  }
}
@media (min-width: 1200px) {
  .leader-data {
    margin: 0 0 0 50px;
  }
}
.leader-list {
  width: auto;
  margin: 0 0 0 10px;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(1, 1fr);
}
.leader-list li {
  font-size: 1.4rem;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  align-items: center;
}
.leader-list li:nth-child(6) {
  grid-column-start: 1;
}
.leader-list li .s-name {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  margin-right: 15px;
}

.shihan,
.shihan2 {
  background-color: #FDFAF3;
  border: 1px solid #757575;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
}
.shihan span,
.shihan2 span {
  font-size: 1.1rem;
  line-height: 40px;
}

.shihan2 {
  background-color: #F7FDF3;
}

@media (min-width: 768px) {
  .leader-list {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .leader-list li {
    font-size: 1.6rem;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    align-items: center;
  }
  .leader-list li:nth-child(4) {
    grid-column-start: 1;
  }
  .leader-list li:nth-child(6) {
    grid-column-start: 1;
  }
  .leader-list li .s-name {
    font-size: 2.4rem;
    font-weight: 600;
    font-family: "Noto Serif JP", serif;
    margin-right: 15px;
  }
  .shihan,
  .shihan2 {
    width: 50px;
    height: 50px;
  }
  .shihan span,
  .shihan2 span {
    font-size: 1.2rem;
    line-height: 50px;
  }
}
@media (min-width: 1200px) {
  .leader-list {
    width: 80%;
    margin: 0 0 0 30px;
  }
  .leader-list li .s-name {
    font-size: 2.6rem;
  }
}
/* ------------------------------------
 * プライバシー
* ------------------------------------ */
.policy-box dl {
  margin-bottom: 30px;
}
.policy-box dl dt {
  margin: 0 0 5px;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
}
.policy-box dl dd {
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 400;
  margin: 0 0 30px;
}

@media (min-width: 768px) {
  .policy-box dl {
    margin-bottom: 30px;
  }
  .policy-box dl dt {
    font-size: 1.8rem;
  }
  .policy-box dl dd {
    font-size: 1.6rem;
    line-height: 1.8;
    font-weight: 400;
    margin: 0 0 50px;
  }
}
/*********************************************************************************************

	お問い合わせ

**********************************************************************************************/
.tbl-inq {
  border-collapse: collapse;
  border-spacing: 0px;
  width: 100%;
  margin: 0 auto;
  clear: both;
  text-align: left;
}
.tbl-inq th, .tbl-inq td {
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 400;
  display: block;
}
.tbl-inq th {
  padding: 10px 5px;
  background-color: #F8F4F4;
}
.tbl-inq th span {
  display: inline-block;
  background-color: #611111;
  padding: 2px 5px;
  font-size: 1.1rem;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  margin-left: 1em;
}
.tbl-inq th span.nini {
  background-color: #757575;
}
.tbl-inq td {
  padding: 15px 5px 25px;
}
.tbl-inq ul {
  display: flex;
  justify-content: start;
}
.tbl-inq ul li {
  margin-right: 20px;
}
.tbl-inq ul li label {
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .tbl-inq {
    width: 90%;
  }
  .tbl-inq tr {
    display: table-row;
  }
  .tbl-inq th, .tbl-inq td {
    display: table-cell;
    font-size: 1.4rem;
    padding: 25px 10px;
    border-bottom: 1px solid #ccc;
  }
  .tbl-inq th {
    width: 25%;
    background: none;
    vertical-align: top;
  }
  .tbl-inq ul {
    display: flex;
    justify-content: start;
  }
  .tbl-inq ul li {
    margin-right: 20px;
  }
  .tbl-inq ul li label {
    font-size: 1.5rem;
  }
}
/* input ----------------------------------- */
input[type=radio],
input[type=checkbox],
.wpcf7-list-item input {
  display: inline-block;
  margin-right: 10px;
}

input[type=radio] + label,
input[type=checkbox] + label,
.wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  font-size: 16px;
  cursor: pointer;
}

@media (min-width: 1px) {
  input[type=radio],
  input[type=checkbox],
  .wpcf7-list-item input {
    display: none;
    margin: 0;
  }
  input[type=radio] + label,
  input[type=checkbox] + label,
  .wpcf7-list-item-label {
    padding: 0 0 0 30px;
  }
  input[type=radio] + label::before,
  input[type=checkbox] + label::before,
  .wpcf7-list-item-label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 23px;
    height: 23px;
    margin-top: -12px;
    background: #fff;
  }
  input[type=radio] + label::before,
  .wpcf7-list-item-label::before {
    border: 1px solid #c3beba;
    border-radius: 30px;
  }
  input[type=checkbox] + label::before {
    border: 1px solid #c2c2c2;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 2px 3px 6px -4px #c2c2c2 inset;
  }
  input[type=radio]:checked + label::after,
  input[type=checkbox]:checked + label::after,
  input[type=radio]:checked + span.wpcf7-list-item-label::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
  input[type=radio]:checked + label::after,
  input[type=radio]:checked + span.wpcf7-list-item-label::after {
    left: 5px;
    width: 11px;
    height: 11px;
    margin: -6px 0 0 1px;
    background: #611111;
    border-radius: 10px;
  }
  input[type=checkbox]:checked + label::after {
    left: 3px;
    width: 21px;
    height: 13px;
    margin: -7px 0 0 0px;
    border-left: 5px solid #611111;
    border-bottom: 5px solid #611111;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
} /* end */
input[type=text],
input[type=email],
input[type=tel],
input[type=date],
textarea {
  padding: 15px 10px;
  border-radius: 4px;
  margin: 0 5px 0 0;
  background-color: #fff;
  border: 1px solid #ccc;
}

textarea {
  width: 93%;
  height: 10em;
  font-family: inherit;
}

select {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 13px 10px;
  width: 50%;
}

select.is-empty {
  color: #999;
}

:focus {
  outline: none;
}

.sizeS {
  width: 15%;
}

.sizeM {
  width: 93%;
}

.sizeL {
  width: 93%;
}

@media (min-width: 768px) {
  .sizeS {
    width: 15%;
  }
  .sizeM {
    width: 70%;
  }
  .sizeL {
    width: 96%;
  }
  textarea {
    width: 96%;
    height: 15em;
  }
  input[type=radio] + label {
    padding: 0 0 0 35px;
  }
  input[type=radio] + label::before {
    width: 27px;
    height: 27px;
    margin-top: -12px;
  }
  input[type=radio]:checked + label::after {
    left: 5px;
    width: 15px;
    height: 15px;
    margin: -6px 0 0 1px;
  }
}
.p-link {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 15px;
  text-align: center;
  margin-top: 20px;
}
.p-link a {
  color: #611111;
  text-decoration: underline;
}
.p-link a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  text-decoration: none;
}

.form-btn__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px 0;
  text-align: center;
}

.form-btn__list input,
.btn__top a {
  display: block;
  background-color: #611111;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  line-height: 42px;
  font-weight: 500;
  border: 0;
  outline: 0;
  padding: 0 30px;
  height: 40px;
  border-radius: 28px;
  margin: 0 auto;
  width: 40%;
}

.btn__gray,
.wpcf7-previous {
  background-color: #b3b3b3 !important;
}

@media (min-width: 768px) {
  .p-link {
    margin-top: 40px;
  }
  .form-btn__list {
    margin: 20px 0;
  }
  .form-btn__list input,
  .btn__top a {
    font-size: 1.6rem;
    line-height: 52px;
    font-weight: 500;
    padding: 0 100px;
    height: 50px;
    border-radius: 28px;
    margin: 0 auto;
    width: 230px;
  }
}
.wpcf7-response-output {
  background-color: rgb(255, 244, 246);
  margin: 2em 0.5em 1em;
  padding: 15px 1em !important;
  border: none !important;
  color: #a23;
}

.inq-thanks {
  margin: 0 auto;
  width: 90%;
}
.inq-thanks h2 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  margin: 0 0 40px;
}
.inq-thanks h3 {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0 0 10px;
}
.inq-thanks p {
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 400;
  margin: 0 0 2em;
}

@media (min-width: 768px) {
  .inq-thanks {
    width: 70%;
  }
  .inq-thanks h2 {
    font-size: 3.4rem;
    margin: 0 0 40px;
  }
  .inq-thanks h3 {
    font-size: 1.8rem;
    margin: 0 0 10px;
  }
  .inq-thanks p {
    font-size: 1.6rem;
  }
}
/*********************************************************************************************

	お知らせ

**********************************************************************************************/
.info-area {
  padding-bottom: 50px;
}
.info-area .btn {
  width: 40%;
  margin: 20px auto 30px;
}
.info-area .ttl-t {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .info-area {
    padding-bottom: 100px;
  }
  .info-area .col-box {
    flex-direction: row-reverse;
  }
  .info-area .btn {
    width: 130px;
    margin: 30px auto;
  }
}
.news-list {
  margin-right: 0;
  border-top: 1px solid #D9D9D9;
}

.news-set {
  border-bottom: 1px solid #D9D9D9;
}
.news-set a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 0;
}
.news-set a:hover {
  background-color: #f7f7f7;
}
.news-set dt {
  width: 130px;
}
.news-set dt img {
  border-radius: 6px;
  width: 100%;
  height: 80px;
  object-fit: cover;
}
.news-set dd {
  width: calc(100% - 145px);
  text-align: left;
}
.news-set dd p {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 500;
}
.news-set dd p.n-date {
  font-size: 1.2rem;
  color: #5B5B5B;
  margin: 0 0 5px;
}

@media (min-width: 768px) {
  .news-list {
    margin: 0 4% 0 3%;
  }
  .news-set a {
    padding: 20px 0;
  }
  .news-set dt {
    width: 190px;
  }
  .news-set dt img {
    height: 110px;
  }
  .news-set dd {
    width: calc(100% - 220px);
  }
  .news-set dd p {
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: 500;
  }
  .news-set dd p.n-date {
    font-size: 1.3rem;
  }
}
@media (min-width: 1200px) {
  .news-set dt {
    width: 245px;
  }
  .news-set dt img {
    height: 140px;
  }
  .news-set dd {
    width: calc(100% - 285px);
  }
  .news-set dd p {
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 500;
  }
}
/* 2カラム */
.n-main {
  flex-grow: 1;
  min-width: 0;
  padding-bottom: 60px;
}
.n-main .news-list {
  margin: 0 0 0 5%;
}
.n-main .th3 {
  margin: 0 0 20px 5%;
}

.n-side {
  display: block;
  width: 100%;
  flex-shrink: 0;
  background-color: #F8F4F4;
  padding: 0;
}
.n-side .n-side__inner {
  padding: 30px 0;
  height: auto;
}
.n-side .n-side__inner ul {
  margin: 0 0 0 10%;
  padding: 0;
}
.n-side .n-side__inner ul li {
  margin: 0 0 20px 10px;
  position: relative;
}
.n-side .n-side__inner ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #B7B5B5;
  display: inline-block;
  margin-right: 6px;
}

@media (min-width: 768px) {
  .n-main {
    padding-bottom: 80px;
  }
  .n-main .th3 {
    margin: 0 0 40px 5%;
  }
  .n-side {
    width: 18%;
  }
  .n-side .n-side__inner {
    position: sticky;
    position: -webkit-sticky;
    top: 90px;
    padding: 60px 0 100px 0;
  }
  .n-side .n-side__inner ul {
    margin: 0 0 0 15%;
  }
  .n-side .n-side__inner ul li {
    margin: 0 0 20px 10px;
  }
}
@media (min-width: 1200px) {
  .n-main {
    padding-bottom: 120px;
  }
  .n-side {
    width: 15%;
  }
  .n-side .n-side__inner {
    position: sticky;
    position: -webkit-sticky;
    top: 90px;
    padding: 60px 0 100px 0;
  }
  .n-side .n-side__inner ul {
    margin: 0 0 0 15%;
  }
  .n-side .n-side__inner ul li {
    margin: 0 0 20px 10px;
  }
}
/* 一覧　ページ送り */
.pagination .nav-links {
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 10px;
  margin-top: 40px;
}

.pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid #757575;
  color: #757575;
  text-decoration: none;
  transition: all 0.3s;
  border-radius: 4px;
  margin: 0 3px;
  font-family: "Lato", sans-serif;
}

.pagination .page-numbers:hover,
.pagination .page-numbers.current {
  background: #611111;
  color: #fff;
  border-color: #611111;
}

.pagination .page-numbers i {
  font-size: 0.8rem;
}

@media (min-width: 768px) {
  .pagination .page-numbers {
    width: 38px;
    height: 36px;
  }
}
/* 詳細 */
.n-ttl_area {
  margin: 0 3% 40px;
}
.n-ttl_area .th2 {
  margin-bottom: 15px;
}
.n-ttl_area p {
  font-size: 1.3rem;
  text-align: right;
  color: #757575;
}

@media (min-width: 768px) {
  .n-ttl_area {
    margin: 0 0 60px 5%;
  }
  .n-ttl_area .th2 {
    margin-bottom: 15px;
  }
  .n-ttl_area p {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .n-ttl_area {
    margin: 0 0 60px 4%;
  }
}
.n-entry_body {
  width: 96%;
  margin: 0 auto 40px;
  padding: 0 0 30px;
}
.n-entry_body .wp-block-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 0 40px;
}
.n-entry_body table {
  display: block;
  overflow-x: auto;
  border-collapse: collapse;
  border-spacing: 0px;
  margin: 20px auto;
  clear: both;
  text-align: center;
  background-color: #fff;
  border: none;
  white-space: nowrap;
  text-align: inherit;
}
.n-entry_body table tr {
  display: table;
  width: 100%;
  min-width: 600px;
}
.n-entry_body table tr:first-child th,
.n-entry_body table tr:first-child td {
  border-top: 1px solid #ccc;
}
.n-entry_body table tr:nth-child(odd) {
  background-color: #F8F4F4;
}
.n-entry_body table th, .n-entry_body table td {
  padding: 20px;
  width: auto;
  height: auto;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
  border: none;
  border-bottom: 1px solid #ccc;
}
.n-entry_body table td img {
  display: inline-block;
  vertical-align: middle;
  width: auto !important;
  height: auto !important;
  max-width: 150px !important;
}
.n-entry_body table.has-fixed-layout {
  display: table !important;
  table-layout: fixed !important;
  width: 100% !important;
  min-width: 600px;
  border-collapse: collapse;
}
.n-entry_body table.has-fixed-layout tr {
  display: table-row;
}
.n-entry_body table.has-fixed-layout th, .n-entry_body table.has-fixed-layout td {
  display: table-cell;
  word-break: break-all;
  white-space: normal;
}
.n-entry_body h1 {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
  margin: 0 0 20px;
}
.n-entry_body h2 {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 700;
  margin: 0 0 20px;
}
.n-entry_body h3 {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 700;
  margin: 0 0 20px;
}
.n-entry_body h4 {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
  margin: 0 0 20px;
}
.n-entry_body p {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 400;
  margin: 0 0 1.5em;
}
.n-entry_body ul, .n-entry_body ol {
  padding: 0 0 0 2em;
  margin: 15px 0;
}
.n-entry_body ul li, .n-entry_body ol li {
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 0 0 10px;
}
.n-entry_body ul li {
  list-style-type: disc;
}
.n-entry_body ol li {
  list-style-type: decimal;
}

@media (min-width: 768px) {
  .n-entry_body {
    width: auto;
    margin: 0 0 80px 5%;
    padding: 0 0 60px;
  }
  .n-entry_body table {
    display: table;
    white-space: normal;
    width: 100%;
    margin: 20px auto 40px;
    text-align: center;
  }
  .n-entry_body table th, .n-entry_body table td {
    padding: 20px;
    width: auto;
    height: auto;
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: 400;
  }
  .n-entry_body table td img {
    max-width: 330px !important;
  }
  .n-entry_body h1 {
    font-size: 2.6rem;
    margin: 0 0 20px;
  }
  .n-entry_body h2 {
    font-size: 2.2rem;
    margin: 0 0 20px;
  }
  .n-entry_body h3 {
    font-size: 2rem;
    margin: 0 0 20px;
  }
  .n-entry_body h4 {
    font-size: 1.8rem;
    margin: 0 0 20px;
  }
  .n-entry_body p {
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: 400;
    margin: 0 0 1.5em;
  }
  .n-entry_body ul, .n-entry_body ol {
    padding: 0 0 0 2em;
    margin: 15px 0;
  }
  .n-entry_body ul li, .n-entry_body ol li {
    font-size: 1.6rem;
    line-height: 1.6;
    margin: 0 0 10px;
  }
}
@media (min-width: 1200px) {
  .n-entry_body {
    width: auto;
    margin: 0 0 80px 4%;
  }
  .n-entry_body h1 {
    font-size: 2.8rem;
    margin: 0 0 20px;
  }
  .n-entry_body h2 {
    font-size: 2.4rem;
    margin: 0 0 20px;
  }
  .n-entry_body h3 {
    font-size: 2.2rem;
    margin: 0 0 20px;
  }
  .n-entry_body h4 {
    font-size: 1.8rem;
    margin: 0 0 20px;
  }
}
.entry-eyecatch {
  margin: 0 0 30px;
  text-align: center;
}
.entry-eyecatch img {
  width: 80%;
  height: auto;
}

.wp-block-image {
  margin: 10px 0;
}
.wp-block-image img {
  max-width: 80%;
  height: auto;
  text-align: center;
}

.post-navigation .nav-links {
  width: 93%;
  display: flex;
  justify-content: space-between;
  justify-content: flex-end;
  background-color: #F8F8F8;
  padding: 15px 10px;
  margin: 0 auto 40px;
}
.post-navigation .nav-links a {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #757575;
}
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
  position: relative;
  padding: 0 15px;
}
.post-navigation .nav-links .nav-previous::before,
.post-navigation .nav-links .nav-next::before {
  content: "";
  width: 7px;
  height: 12px;
  background: url(../img/i-arw_prev.png) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  top: 4px;
  opacity: 0.4;
}
.post-navigation .nav-links .nav-previous {
  margin-right: auto;
}
.post-navigation .nav-links .nav-previous::before {
  left: 0;
}
.post-navigation .nav-links .nav-next {
  padding: 0 20px 0 0;
}
.post-navigation .nav-links .nav-next::before {
  right: 0;
  transform: scale(-1, 1);
}

.n-back a {
  margin: 0 auto;
  width: 50%;
}

@media (min-width: 768px) {
  .post-navigation .nav-links {
    width: auto;
    margin: 0 0 40px 4%;
  }
  .n-back a {
    margin: 0 auto;
    width: 180px;
  }
}


/* 404 */
.error-box {
  text-align: center;
}
.error-box h2 {
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 20px;
}
.error-box h2 span {
  margin: 0 0 0 10px;
  font-size: 80%;
}
.error-box p {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 500;
}

@media (min-width: 768px) {
  .error-box h2 {
    font-size: 4.3rem;
  }
  .error-box p {
    font-size: 1.8rem;
  }
}

/*# sourceMappingURL=cmn.css.map */
