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

         変数

-----------------------*/
:root {
  --baseColor: #646464;
  --mainColor: #C49737;
  --subColor: #******;
  --accentColor: #******;
  --colorW: #fff;
  --base50Color: #b1b1b1;
  --main50Color: #E2C99B;
  --sub50Color: #******;
  --accent50Color: #******;
  --base10Color: #E6F8F2;
  --main10Color: #F8F3EA;
  --sub10Color: #******;
  --accent10Color: #******;
}
/*-----------------------

         COMMON

-----------------------*/
body {
  width: 100%;
  color: var(--baseColor);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  /* 読みやすくモダンなゴシック体 */
  /* font-family: "Noto Sans JP", sans-serif; */
  /* 明朝体。落ち着いた印象 */
  font-family: 'Noto Serif JP', serif;
  /* 丸みのある親しみやすいゴシック体 */
  /* font-family: 'Zen Maru Gothic', sans-serif; */
}


header, .main-footer, .ftr-navi a, .copylight strong {
  background-color: black !important;
  color: #fff !important;
}
.top .color-base  {
  background-color: transparent;
  color: var(--mainColor) !important;
}
.content-header {
  background-color:#fff !important;
}
.page-header {
  color: #000 !important;
}

.drawer-nav {
  background-color: #000 !important;
}
.drawer--right .drawer-nav .drawer-menu a {
  color: #fff;
}
.drawer--right .drawer-nav .mypage a {
  color: #fff;
}

/* メニューを中央寄せにする */
.navi {
  justify-content: center;
}
header nav {
  margin-top: -7.0rem;
}
header {
  padding: 2.5rem 14rem 2.5rem 3.5rem;
}
.search-area {
  display: flex;
  margin-bottom: 8rem;
  gap: 4rem;
}
.search-list {
  display: flex;
  gap: 1rem;
  margin-bottom: 3rem;
}
.search-list li a {
  border: 2px solid;
  font-size: clamp(1.4rem, 1.303rem + 0.259vw, 1.8rem);
  padding: 1rem 1.5rem;
  border-radius: 2.5rem;
}
.search-list li.all a {
  color: var(--mainColor);
}
.cancel a {
  border: 2px solid;
  font-size: clamp(1.4rem, 1.303rem + 0.259vw, 1.8rem);
  padding: 1rem 2rem;
  border-radius: 2.5rem;
}
.narrowdown {
  font-size: clamp(2rem, 1.806rem + 0.518vw, 2.8rem);
  font-weight: 700;
  color: var(--mainColor);
  line-height: 1;
  letter-spacing: 0.025em;
}
.instructor-list {
  margin-top: clamp(4rem, 3.8786407767rem + 0.3236245955vw, 4.5rem);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(2rem, 1.7572815534rem + 0.6472491909vw, 3rem);
  flex-wrap: wrap;
}
.instructor-list .ptotowrap {
  position: relative;
}
.instructor-list .ptotowrap figure {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.instructor-list .ptotowrap figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* border-radius: clamp(0.5rem, 0.3786407767rem + 0.3236245955vw, 1rem); */
  transform: scale(1);
  transition: 0.3s;
}
.instructor-list .ptotowrap:hover img {
  transform: scale(1.02);
  transition: 0.4s;
}
.instructor-list .instructor-list__cat {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  color: #fff;
  background: var(--mainColor);
  border-radius: 2rem;
  font-weight: 500;
  font-size: clamp(1.1rem, 1.027184466rem + 0.1941747573vw, 1.4rem);
  padding: 0 1.5rem;
}

.instructor-list__name {
  text-align: center;
  font-size: clamp(1.6rem, 1.454368932rem + 0.3883495146vw, 2.2rem);
  letter-spacing: 0em;
  margin-top: clamp(0.5rem, 0.3786407767rem + 0.3236245955vw, 1rem);
  line-height: 1.4;
}

.body-school-list h3 {
  font-size: clamp(3.2rem, 1.7029126214rem + 0.2588996764vw, 4.8rem);
  font-weight: 600;
  line-height: 1.4;
  color: var(--mainColor);
  margin-bottom: 1rem;
}
.body-school-detail h3 {
  font-size: clamp(3.2rem, 1.7029126214rem + 0.2588996764vw, 4.8rem);
  font-weight: 600;
  line-height: 1.4;
  color: var(--mainColor);
  margin-bottom: 1rem;
}

.body-school-detail h4 {
  font-size: 1.35em;
  margin-bottom: 0.75em;
  color: var(--mainColor);
  line-height: 1.3;
}


.body-teacher-detail .badge {
  display: none;
}
.body-teacher-detail .fr-element.fr-view > p:first-of-type {
  display: none;
}
.body-teacher-detail .fr-element.fr-view > h2:first-of-type {
  margin-top: 0px !important;
}

.body-teacher-detail h3 {
  font-size: clamp(3.2rem, 1.7029126214rem + 0.2588996764vw, 4.8rem);
  font-weight: 600;
  line-height: 1.4;
  color: var(--mainColor);
  margin-bottom: 1rem;
}
.body-teacher-detail h3 {
  font-size: clamp(3.2rem, 1.7029126214rem + 0.2588996764vw, 4.8rem);
  font-weight: 600;
  line-height: 1.4;
  color: var(--mainColor);
  margin-bottom: 1rem;
}

.body-teacher-detail h4 {
  font-size: 1.35em;
  margin-bottom: 0.75em;
  color: var(--mainColor);
  line-height: 1.3;
}


.page-detail-information a {
  text-decoration: none !important;
}
.pager p a.current {
  color: var(--colorW) !important;
}

.body-school-detail .table a {
  color: var(--mainColor);
}
.body-school-detail .table a:hover {
  text-decoration: underline !important;
}

/* 支部長を非表示 */
.body-teacher-list .instructor-list__item[data-id="1"] {
  display: none;
}
/* 総本山を非表示 */
.body-school-list .portfolio-item[data-id="1"] {
  display: none;
}
/* ショップのエラーメッセージ */
.body-shop-list .messages a {
  color: var(--mainColor);
}
.body-shop-list .messages a:hover {
  text-decoration: underline !important;
}
/* コンテンツページの幅を一杯にする */
.body-shelf-list #shelf_list .row {
  width: 100%;
}
@media screen and (max-width:1440px) {
  header .navi .flex {
    margin-top: 0;
  }
  header nav {
    margin-top: -4.5rem;
    margin-left: 6rem;
  }
}
@media screen and (max-width:1368px) {}
@media screen and (max-width:1280px) {}
@media screen and (max-width:1024px) {}
@media screen and (max-width:559px) {
  header .drawer-nav p.mypage {
    border: solid 2px #000;
  }
  header {
    padding: 1.5rem 6rem 1.5rem 1rem;
    min-height: 6.8rem;
  }
  .pager .flex-c {
    flex-direction: row;
  }
  
  .body-school-detail td.single a {
    overflow-wrap: anywhere;
    word-break: break-all;
  }
}
@media screen and (max-width:375px) {}
@media screen and (max-width:361px) {}
