
/* Bootstrap Icons 読み込み */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

/* カラー変数 */
:root {
  --color-teal:   #00a99d;
  --color-text:   #333333;
  --color-border: #e0e0e0;
}


/* an-header （#00aaa5 ティールベース） */

.an-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10001;
  overflow: visible !important;
}
.an-header-inner {
  position: relative;
}

/* --- タイトル・ロゴ --- */
.an-header-title {
  display: flex;
  align-items: center;
  padding-left: 10px;
  height: 56px;
  background-color: rgba(255,255,255,0.82);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
.an-header-title p {
  display: none;
}
.an-header-title div {
  margin: 0;
}
.an-header-title div img {
  display: block;
  width: auto;
  height: 40px;
  max-width: 176px;
}

/* --- ハンバーガーボタン --- */
.an-header-toggler {
  position: absolute;
  right: 0;
  top: 0;
  width: 56px;
  height: 56px;
  background: rgba(255,255,255,0) url(/image/atrio/btn_open.png) no-repeat center;
  background-size: cover;
  cursor: pointer;
}
.an-header-toggler.is-open {
  background: rgba(255,255,255,0) url(/image/atrio/btn_close.png) no-repeat center;
  background-size: cover;
}

/* =============================================
   ヘッダーボタン（WEB入会・見学体験）
   ============================================= */
.an-header-btns {
  display: flex;
}
.an-header-btns li {
  flex: 1 0 0%;
}
.an-header-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  color: #fff !important;
  text-decoration: none !important;
}
.an-header-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translateY(-50%) rotate(45deg);
}

/* WEB入会：赤 */
.an-header-btn--entry {
  background-color: #00aaa5;
}

/* 見学・体験：オレンジ */
.an-header-btn--trial {
  background-color: #f39800;
}

/* =============================================
   スライドナビゲーション
   ============================================= */
.an-header-nav {
  transition: all 0.35s ease;
  transform: translateX(100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 45px;
  background: #00aaa5;
}
.an-header-nav.is-open {
  transform: translateX(0);
}

/* --- ナビメニュー --- */
.an-header-nav-menu > li {
  border-bottom: solid 1px #008a86;
}
.an-header-nav-menu a {
  position: relative;
  display: block;
  padding: 20px 25px;
  font-family: 'Jun 301',sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.an-header-nav-menu a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translateY(-50%) rotate(45deg);
}
.an-header-nav-menu-child {
  margin-left: 25px;
}
.an-header-nav-menu-child > li {
  border-top: solid 1px #008a86;
}
.an-header-nav-menu-child a {
  padding-left: 20px;
}

/* =============================================
   ナビ内フッターリンク（テキストリンク 2×2）
   ============================================= */
.an-header-nav-links {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  border-top: solid 1px #008a86;
}
.an-header-nav-links li {
  flex: 0 0 50%;
  box-sizing: border-box;
  border-bottom: solid 1px #008a86;
}
.an-header-nav-links li:nth-child(odd) {
  border-right: solid 1px #008a86;
}
.an-header-nav-links a {
  position: relative;
  display: block;
  padding: 16px 35px 16px 20px;
  font-family: 'Jun 301',sans-serif;
  font-size: 13px;
  line-height: 1.3;
  color: rgba(255,255,255,0.9);
  text-decoration: none;
}
.an-header-nav-links a:hover {
  color: #fff;
  background-color: rgba(255,255,255,0.08);
}
.an-header-nav-links a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 6px;
  height: 6px;
  border-top: solid 1.5px rgba(255,255,255,0.6);
  border-right: solid 1.5px rgba(255,255,255,0.6);
  transform: translateY(-50%) rotate(45deg);
}

/* =============================================
   ナビ内 白枠ボタン（会員ページ・お問い合わせ）
   ============================================= */
.an-header-nav-actions {
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 20px 25px;
}
.an-header-nav-actions li {
  flex: 1 1 0%;
}
.an-header-nav-action {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  border: solid 2px #fff;
  border-radius: 22px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #fff !important;
  text-decoration: none !important;
  background: transparent;
}
.an-header-nav-action:hover {
  background-color: rgba(255,255,255,0.12);
}
.an-header-nav-action::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 7px;
  height: 7px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translateY(-50%) rotate(45deg);
}

/* =============================================
   SP（〜767px）
   ============================================= */
@media (max-width: 767px) {
  .an-header-nav {
    max-height: calc(100vh - 45px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .an-header-btns {
    position: absolute;
    left: 0;
    right: 0;
    top: 56px;
  }
  .an-header-btns--forpc {
    display: none;
  }
}

/* =============================================
   PC（768px〜）
   ============================================= */
@media (min-width: 768px) {
  .an-header-inner {
    display: flex;
    background-color: rgba(255,255,255,0.82);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
  }
  .an-header-title {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 80px;
    background-color: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
  .an-header-title p {
    display: block;
    margin: 0 0 5px;
    font-size: 12px;
    line-height: 1;
  }
  .an-header-title div img {
    width: auto;
    height: 60px;
    max-width: 264px;
  }
  .an-header-toggler {
    width: 80px;
    height: 80px;
    background-size: 60px;
  }
  .an-header-btns {
    margin-left: auto;
    margin-right: 80px;
    height: 80px;
    align-items: center;
  }
  .an-header-btns li {
    flex: 0 0 auto;
    margin-right: 20px;
  }
  .an-header-btns--forsp {
    display: none;
  }
  .an-header-btn {
    width: 160px;
    height: 44px;
    border-radius: 22px;
    font-size: 14px;
  }
  .an-header-btn::before {
    width: 8px;
    height: 8px;
  }
  .an-header-btn:hover {
    opacity: 0.85;
  }
  .an-header-nav {
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    left: auto;
    top: 80px;
    width: 450px;
  }
  .an-header-nav-menu a {
    padding: 25px;
    font-size: 16px;
  }
  .an-header-nav-links a {
    padding: 18px 35px 18px 25px;
    font-size: 14px;
  }
  .an-header-nav-actions {
    padding: 24px 30px;
    gap: 12px;
  }
  .an-header-nav-action {
    height: 46px;
    font-size: 15px;
  }
}

.txt-club {background-color: #009A95;padding: 0.6em 0;margin-top: 56px;}
.txt-club p {margin-bottom: 0 !important;color: #fff;font-size: 0.8rem;line-height: 1.25;}

@media (min-width: 768px) {
  .txt-club {margin-top: 80px;padding: 1em 0;}
  .txt-club p {font-size: 1.4rem;}

}


/* top-info */
.top-info {
  top: 0;
  margin-bottom: 0;
}
.top-info-club {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #fef6d1;
}
.top-info-header {
  background-color: #00aaa5;
  border-radius: 5px 0 0 5px;
  color: #fff;
}
.top-info-body > ul li .ic {
  color: #00aaa5;
}
@media (min-width: 768px) {
  .top-info-club {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .top-info-header:after {
    border-color: transparent transparent transparent #00aaa5;
  }
}

/* top-bg-carousel */
.top-bg-carousel {
  background-color: #65cfcb;
}

.top-bg-carousel-club {
  padding: 25px 0;
}
@media (min-width: 768px) {
  .top-bg-carousel-club {
    padding: 45px 0 50px;
  }
}
.top-bg-carousel-club .owl-carousel {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
 
.top-carousel-club .owl-carousel-mv-wrapper {
  padding-top: 0;
}
.top-carousel-club .owl-carousel .owl-item {
  float: none;
}
.top-carousel-club .owl-stage {
  display: flex;
  flex-direction: row;
}
.top-carousel-club .owl-item {
  background: #fff;
  display: flex;
}
@media (min-width: 768px) {
  .top-carousel-club .owl-item {
    min-width: 480px;
    max-width: 480px;
  }
}
.top-carousel-club .owl-item .item {
  font-size: 13px;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  width: 242px;
  position: relative;
}
@media (min-width: 768px) {
  .top-carousel-club .owl-item .item {
    font-size: 18px;
    width: 100%;
  }
}
.top-carousel-club .owl-item .item a {
  color: #333;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .top-carousel-club .owl-item .item a {
    transition: 0.3s;
  }
}
.top-carousel-club .owl-item .item a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .top-carousel-club .owl-item .item a:hover .pic:after {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .top-carousel-club .owl-item .item a:hover .pic > img {
    transform: scale(1.1);
  }
}
.top-carousel-club .owl-item .item .pic {
  display: block;
  position: relative;
  overflow: hidden;
}
.top-carousel-club .owl-item .item .pic:before {
  content: "";
  display: block;
  padding-top: 61.575%;
}
@media (min-width: 768px) {
  .top-carousel-club .owl-item .item .pic:before {
    padding-top: 61.46%;
  }
}
.top-carousel-club .owl-item .item .pic:after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
@media (min-width: 768px) {
  .top-carousel-club .owl-item .item .pic:after {
    transition: 0.3s;
  }
}
.top-carousel-club .owl-item .item .pic > img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .top-carousel-club .owl-item .item .pic > img {
    transition: 0.3s;
  }
}
.top-carousel-club .owl-item .item .cat {
  color: #fff;
  font-size: 10px;
  line-height: 1.2;
  background: #f6ad31;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 46px;
  height: 46px;
  margin-top: -23px;
  padding: 5px;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  top: 149px;
  right: 12px;
}
@media (min-width: 768px) {
  .top-carousel-club .owl-item .item .cat {
    font-size: 15px;
    width: 78px;
    height: 78px;
    margin-top: -39px;
    top: 64.273%;
    right: 24px;
  }
}
.top-carousel-club .owl-item .item .desc {
  display: block;
  flex: 1 0 auto;
  padding: 25px 20px 20px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .top-carousel-club .owl-item .item .desc {
    padding: 40px;
  }
}
.top-carousel-club .owl-dots {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .top-carousel-club .owl-dots {
    height: 15px;
  }
}
@media (min-width: 768px) {
  .top-carousel-club .owl-dots {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .top-carousel-club .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0 10px;
  }
}
 
.owl-carousel-mv-wrapper .owl-dots .owl-dot.active span,
.owl-carousel-mv-wrapper .owl-dots .owl-dot:hover span,
.mdl-carousel .owl-dot.active > span {
  background-color: #f39800;
}
 
.mdl-carousel-item {
  position: relative;
}
 
.mdl-carousel-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 0.5em;
}
 
@media (max-width: 767px) {
  .mdl-carousel-caption {
    font-size: 0.85rem;
  }
}
 
.owl-carousel .owl-item img {
  height: auto;
}



/* info */
#info .section-header h2 img {
  display: none;
}
#info .title-section:after {
  background-color: #00aaa5;
}
#info .list-info .card {
  background-color: transparent;
}
#info .list-info .card-footer {
  display: none;
}




/* program */
#program .mdl-carousel {
  margin: 30px 0;
}
@media (min-width: 768px) {
  #program .mdl-carousel {
    margin: 30px 0 60px;
  }
}


/* contact */
.club-contact {
  justify-content: center;
}
.club-contact ul {
  min-width: auto;
  flex-basis: auto;
}

.table-club-info .btn-accessmap {
    border: 2px solid rgba(236, 10, 58, 0.6);
    margin-top: 3px;
}

.fs-big {
  font-size: 1.5rem;
  text-align: center;
  color: #333333;
}

/* クイックリンク */
.quick-nav {
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  background: #fff;
}

.quick-nav-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.quick-nav-item {
  flex: 1;
  border-right: 1px solid var(--color-border);
}
.quick-nav-item:last-child {
  border-right: none;
}

.quick-nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 8px;
  text-decoration: none;
  color: var(--color-text);
  transition: background 0.2s, color 0.2s;
  gap: 6px;
}
.quick-nav-link:hover,
.quick-nav-link:focus-visible {
  background: #f0fafa;
  color: var(--color-teal);
  text-decoration: none;
}

.quick-nav-icon {
  font-size: 28px;
  color: var(--color-teal);
  line-height: 1;
}

.quick-nav-label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

/* スマホ */
@media (max-width: 767px) {
  .quick-nav-link {
    padding: 12px 2px;
  }
  .quick-nav-icon {
    font-size: 22px;
  }
  .quick-nav-label {
    font-size: 9px;
  }
}



@media (min-width: 768px) {
    .main-visual-school-jr-03 {height: 450px; padding-top: 0;}
}



