@charset "UTF-8";
/*
Theme Name: athlie
*/

html {
  font-size: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
iframe {
  width: 100%;
  vertical-align: bottom;
}
video {
  width: 100%;
}
a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}
li {
  list-style: none;
}
main {
  padding-top: 80px;
}
table {
  width: 100%;
  border-collapse: collapse;
}

.wrapper-content {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}

/*-------------------------------------------
Header
-------------------------------------------*/
#header {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
}
#header .logo-area {
  display: flex;
  align-items: center;
  font-weight: normal;
  padding-left: 20px;
  margin-right: 20px;
}
#header .logo-area .logo {
  max-width: 400px;
  display: block;
  line-height: 0;
  margin-right: 20px;
}
#header .logo-area .access {
  font-size: clamp(12px, 1.3vw, 15px);
}
#header .menu-area {
  display: flex;
  align-items: center;
}
#header .menu-area .btn-member {
  width: 180px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #000;
  cursor: pointer;
  border-radius: 40px;
  margin-right: 20px;
  transition: 0.3s;
}
#header .menu-area .btn-member:hover {
  opacity: 0.7;
}
#header .menu-area .btn-member img {
  width: 20px;
  margin-right: 10px;
}
#header .member-nav {
  width: 100%;
  background-color: #D6EAE1;
  padding: 40px 0;
  position: fixed;
  top: 80px;
  left: 0;
  display: none;
}
#header .member-nav .member-nav-menu {
  display: flex;
  justify-content: flex-end;
}
#header .member-nav .member-nav-menu .member-nav-list {
  width: 100%;
  max-width: 300px;
  border-left: solid 1px #707070;
  padding: 10px 30px;
}
#header .member-nav .member-nav-menu .member-nav-list li {
  padding: 8px 0;
}
#header .menu-area .btn-red,
#header .menu-area .btn-blue {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  margin-right: 1px;
}
#header .menu-area .btn-red {
  width: 80px;
  background-color: #EE414B;
}
#header .menu-area .btn-blue {
  width: 120px;
  background-color: #003E92;
}

#header .navi {
  width: 100%;
  background-color: #D6EAE1;
  position: fixed;
  top: 80px;
  left: 0;
  display: none;
}
#header .navi .menu {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  padding: 40px 20px;
  overflow: auto;
}
#header .navi .menu .menu-list:nth-child(1) {
  width: 40%;
  padding: 20px 3% 0 0;
}
#header .navi .menu .menu-list:nth-child(2) {
  width: 25%;
  border-left: solid 1px #707070;
  padding-left: 3%;
}
#header .navi .menu .menu-list:nth-child(3) {
  width: 35%;
  border-left: solid 1px #707070;
  padding-left: 3%;
}
#header .navi .menu .menu-list .btn-border {
  max-width: 290px;
  border-radius: 24px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  position: relative;
}
#header .navi .menu .menu-list .btn-border::after {
  content: "";
  width: 12px;
  height: 12px;
  border-left: solid 1.5px #fff;
  border-bottom: solid 1.5px #fff;
  transform: rotate(-135deg);
  position: absolute;
  top: calc(50% - 5px);
  right: 70px;
}
#header .navi .menu .menu-list .btn-border a {
  color: #fff;
  display: block;
  padding: 9px 0;
}
#header .navi .menu .menu-list .btn-border-red {
  background-color: #EE414B;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  margin-top: 20px;
}
#header .navi .menu .menu-list .btn-border-blue {
  background-color: #003E92;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  margin-top: 40px;
}
#header .navi .menu .menu-list li {
  margin: 20px 0;
}
#header .hamburger {
  width: 80px;
  height: 80px;
  background-color: #A2D6C0;
  cursor: pointer;
  position: relative;
}
#header .hamburger p {
  color: #003E92;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  left: 20px;
  top: 45px;
}
#header .hamburger span {
  width: 40px;
  height: 2px;
  background-color: #003E92;
  display: inline-block;
  position: absolute;
  left: 20px;
  transition: all 0.4s;
}
#header .hamburger span:nth-of-type(1) {
  top: 20px; 
}
#header .hamburger span:nth-of-type(2) {
  top: 29px;
}
#header .hamburger span:nth-of-type(3) {
  top: 38px;
}
#header .hamburger.active span:nth-of-type(1) {
  top: 28px;
  transform: rotate(-45deg);
}
#header .hamburger.active span:nth-of-type(2) {
  opacity: 0;
}
#header .hamburger.active span:nth-of-type(3) {
  top: 28px;
  transform: rotate(45deg);
}

/*-------------------------------------------
Footer
-------------------------------------------*/
#footer {
  background-color: #063069;
  padding: 70px 0 20px;
  color: #fff;
  position: relative;
}
#footer .btn-top {
  position: absolute;
  top: 40px;
  right: 40px;
}
#footer .sns-list {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: solid 1px #fff;
  padding-bottom: 40px;
  margin-bottom: 20px;
}
#footer .sns-list li {
  margin: 0 35px;
}
#footer .link-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#footer .link-list li {
  border-right: solid 1px #fff;
  font-size: 15px;
  line-height: 1;
  padding-right: 15px;
  margin: 0 15px 15px 0;
}
#footer .link-list li a {
  color: #fff;
}
#footer .link-list li.member-page {
  border-right: none;
  position: relative;
}
#footer .link-list li.member-page::after {
  content: "";
  width: 8px;
  height: 8px;
  border-left: solid 1px #fff;
  border-bottom: solid 1px #fff;
  transform: rotate(-135deg);
  position: absolute;
  top: 4px;
  right: 0;
}
#footer .footer-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 60px 0 50px;
}
#footer .footer-bottom .logo-area {
  width: 45%;
}
#footer .footer-bottom .logo-area .store-name {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
#footer .footer-bottom .logo-area .address {
  font-size: 15px;
  margin-bottom: 3px;
}
#footer .footer-bottom .logo-area .tel {
  font-size: 15px;
}
#footer .footer-bottom .other-link-list {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
#footer .footer-bottom .other-link-list li {
  border-right: solid 1px #fff;
  font-size: 15px;
  line-height: 1;
  padding-right: 15px;
  margin: 0 15px 15px 0;
}
#footer .footer-bottom .other-link-list li:last-child {
  border-right: none;
}
#footer .footer-bottom .other-link-list li a {
  color: #fff;
}
#footer .footer-bottom .other-link-list .general-top {
  position: relative;
}
#footer .footer-bottom .other-link-list .general-top::after {
  content: "";
  width: 8px;
  height: 8px;
  border-left: solid 1px #fff;
  border-bottom: solid 1px #fff;
  transform: rotate(-135deg);
  position: absolute;
  top: 5px;
  right: 0;
}
#footer .copyright {
  font-size: 14px;
  text-align: center;
} 

/*-------------------------------------------
トピックス、プログラム
-------------------------------------------*/
.topics-list {
  display: flex;
  gap: 0 2%;
}
.topics-list li {
  width: 24%;
  max-width: 270px;
  background: linear-gradient(to bottom, transparent 0%, transparent 30%, #fff 30%, #fff 100%);
}
.topics-list li .topics-img img {
  width: 100%;
  height: 146px;
  object-fit: cover;
}
.topics-list.program-list li .topics-img img {
  height: 237px;
}
.topics-list li .topics-content {
  background-color: #fff;
  padding: 10px;
}
.topics-list li .topics-title {
  color: #003E92;
  line-height: 1.6;
  margin-bottom: 10px;
}
.topics-list li .topics-text {
  font-size: 15px;
  line-height: 1.6;
  text-align: justify;
}

/*-------------------------------------------
インフォメーション
-------------------------------------------*/
.info-list a {
  display: flex;
  border-top: solid 1px #B2B2B2;
  padding: 15px 0;
}
.info-list a:last-child {
  border-bottom: solid 1px #B2B2B2;
}
.info-list a dt {
  max-width: 145px;
  padding-left: 15px;
}
.info-list a dd {
  max-width: calc(100% - 145px);
  padding-left: 20px;
  line-height: 1.8;
}

/*-------------------------------------------
共通
-------------------------------------------*/
/* ページタイトル */
.page-title {
  margin-bottom: 80px;
  text-align: center;
}
.page-title .ja {
  display: block;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.7;
  margin-bottom: 30px;
  position: relative;
}
.page-title .ja::after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #707070;
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
}
.page-title .en {
  color: #EE414B;
  display: block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

/* 共通セクションタイトル */
.section-title-common {
  border-bottom: solid 1px #B2B2B2;
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding: 0 0 10px 20px;
  margin-bottom: 40px;
}

/* 共通ボタン */
.btn-common a,
.btn-common .btn-text {
  background-color: #fff;
  display: inline-block;
  border: solid 1px #707070;
  border-radius: 40px;
  font-size: 16px;
  padding: 12px 80px 12px 50px;
  text-align: center;
}
.btn-common a .text {
  display: inline-block;
  position: relative;
}
.btn-common a .text::before,
.btn-common a .text::after {
  content: "";
  width: 9px;
  height: 9px;
  border-left: solid 1px #333;
  border-bottom: solid 1px #333;
  transform: rotate(-135deg);
  position: absolute;
  top: calc(50% - 4px);
}
.btn-common a .text::before {
  right: -20px;
}
.btn-common a .text::after {
  right: -35px;
}
.btn-red a {
  background-color: #EE414B;
  border: solid 2px #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.30);
  color: #fff;
}
.btn-red a .text::before,
.btn-red a .text::after {
  border-left: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
.btn-blue a {
  background-color: #003E92;
  border: solid 2px #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.30);
  color: #fff;
}
.btn-blue a .text::before,
.btn-blue a .text::after {
  border-left: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
.btn-wt a {
  border: solid 1px #EE414B;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.30);
  color: #EE414B;
}
.btn-wt a .text::before,
.btn-wt a .text::after {
  border-left: solid 1px #EE414B;
  border-bottom: solid 1px #EE414B;
}
.btn-pink a {
  background-color: #F4649B;
  border: solid 1px #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.30);
  color: #fff;
}
.btn-pink a .text::before,
.btn-pink a .text::after {
  border-left: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
.btn-purple a {
  background-color: #A941E2;
  border: solid 1px #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.30);
  color: #fff;
}
.btn-purple a .text::before,
.btn-purple a .text::after {
  border-left: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
.btn-back a {
  padding: 12px 50px 12px 80px;
}
.btn-back a .text::before,
.btn-back a .text::after {
  right: auto;
  transform: rotate(45deg);
}
.btn-back a .text::before {
  left: -20px;
}
.btn-back a .text::after {
  left: -35px;
}

/* 黄色マーカー */
.marker-yellow {
  background: linear-gradient(transparent 70%, #FDEF3F 70%);
}

/*-------------------------------------------
CTAエリア
-------------------------------------------*/
.cta-area {
  background-color: #EE414B;
  padding: 50px 20px 0;
}
.cta-area .btn-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.cta-area .btn-flex .btn-common {
  width: 100%;
  max-width: 400px;
  margin: 0 30px;
}
.cta-area .btn-flex .btn-common a {
  width: 100%;
  padding: 14px 80px 14px 50px;
}
.cta-area .btn-about {
  margin-bottom: -25px;
  text-align: center;
  position: relative;
  z-index: 10;
}
.cta-area .btn-about a {
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
}

/*-------------------------------------------
アクセス
-------------------------------------------*/
#access.access-area {
  background-color: #EDF7F3;
  padding: 50px 0 10px;
}
#access.access-area .section-title {
  margin-bottom: 30px;
}
#access.access-area .access-info {
  padding-top: 40px;
}
#access.access-area .access-info .store-name {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 10px;
}
#access.access-area .access-info .address {
  font-size: 18px;
  margin-bottom: 5px;
}
#access.access-area .access-info .tel {
  font-size: 18px;
  margin-bottom: 15px;
}
#access.access-area .access-info .info-text {
  line-height: 1.6;
  margin-bottom: 40px;
}
#access.access-area .access-info .info-flex {
  display: flex;
  gap: 6%;
}
#access.access-area .access-info .info-flex .info-item {
  width: 47%;
}
#access.access-area .access-info .info-flex .info-item .info-block {
  margin-bottom: 40px;
}
#access.access-area .access-info .info-flex .info-item .info-title {
  font-size: 20px;
  border-bottom: solid 1px #707070;
  padding: 0 0 8px 15px;
  margin-bottom: 10px;
}
#access.access-area .access-info .info-flex .info-item .info-list {
  padding-left: 15px;
  margin-bottom: 15px;
}
#access.access-area .access-info .info-flex .info-item .info-list li {
  margin-bottom: 5px;
}
#access.access-area .access-info .info-flex .info-item .info-note {
  padding-left: 15px;
}

/*-------------------------------------------
404
-------------------------------------------*/
#not-found {
  padding: 100px 20px 20px;
  text-align: center;
}
#not-found .t1 {
  font-size: 24px;
  margin-bottom: 40px;
}

/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 900px) {
  #header .menu-area .btn-member {
    width: 145px;
    font-size: 14px;
  }
  #header .menu-area .btn-member img {
    width: 14px;
    margin-right: 5px;
  }
  #header .menu-area .btn-red {
    width: 60px;
    font-size: 14px;
  }
  #header .menu-area .btn-blue {
    width: 90px;
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 70px;
  }
  main {
    padding-top: 70px;
  }
  .pc {
    display: none !important;
  }

  /*-------------------------------------------
  Header
  -------------------------------------------*/
  #header {
    height: 70px;
  }
  #header .menu-area .btn-member,
  #header .menu-area .btn-red,
  #header .menu-area .btn-blue {
    display: none;
  }
  #header .member-nav {
    display: none !important;
  }
  #header .logo-area {
    align-items: flex-start;
    flex-direction: column;
    padding-left: 10px;
    margin-right: 20px;
  }
  #header .logo-area .logo {
    max-width: 260px;
    margin: 0 0 5px;
  }
  #header .logo-area .access {
    font-size: 15px;
  }
  #header .navi {
    height: 100vh;
    top: 70px;
  }
  #header .navi .menu {
    height: 100vh;
    flex-direction: column;
    padding: 10px 20px 180px;
  }
  #header .navi .menu .menu-list:nth-child(1) {
    width: 100%;
    padding: 0;
    margin-bottom: 25px;
  }
  #header .navi .menu .menu-list:nth-child(n+2) {
    width: 100%;
    border-left: none;
    padding-left: 0;
  }
  #header .navi .menu .menu-list .btn-border {
    font-size: 17px;
  }
  #header .navi .menu .menu-list .btn-border::after {
    width: 10px;
    height: 10px;
    right: 80px;
  }
  #header .navi .menu .menu-list .btn-border-red,
  #header .navi .menu .menu-list .btn-border-blue {
    margin: 20px auto 0;
  }
  #header .navi .menu .menu-list:nth-child(n+2) li {
    border-top: solid 1px #A2BFB0;
    font-size: 15px;
    padding-left: 20px;
    margin: 0;
    position: relative;
  }
  #header .navi .menu .menu-list:nth-child(3) li:last-child {
    border-bottom: solid 1px #A2BFB0;
  }
  #header .navi .menu .menu-list:nth-child(n+2) li::before,
  #header .navi .menu .menu-list:nth-child(n+2) li::after {
    content: "";
    width: 7px;
    height: 7px;
    border-left: solid 1px #000;
    border-bottom: solid 1px #000;
    transform: rotate(-135deg);
    position: absolute;
    top: calc(50% - 2px);
  }
  #header .navi .menu .menu-list:nth-child(n+2) li::before {
    right: 20px;
  }
  #header .navi .menu .menu-list:nth-child(n+2) li::after {
    right: 30px;
  }
  #header .navi .menu .menu-list:nth-child(2) li a,
  #header .navi .menu .menu-list:nth-child(3) li a {
    display: block;
    padding: 10px 0;
  }
  #header .navi .menu .menu-list-member {
    margin-top: 40px;
  }

  #header .navi .menu .menu-list-member .menu-list:last-child {
    border-bottom: solid 1px #A2BFB0;
  }
  #header .navi .menu .menu-list-member .title {
    padding: 0 0 10px 10px;
  }
  #header .navi .menu .menu-list-member .title img {
    margin-right: 10px;
  }
  #header .hamburger {
    height: 70px;
  }
  #header .hamburger span:nth-of-type(1) {
    top: 17px;
  }
  #header .hamburger span:nth-of-type(2) {
    top: 26px;
  }
  #header .hamburger span:nth-of-type(3) {
    top: 35px;
  }
  #header .hamburger p {
    top: 42px;
  }

  /*-------------------------------------------
  Footer
  -------------------------------------------*/
  #footer .btn-top {
    width: 60px;
    top: 65px;
    right: 10px;
  }
  #footer .sns-list li {
    margin: 0 15px;
  }
  #footer .sns-list li img {
    width: 80%;
  }
  #footer .footer-bottom {
    flex-direction: column;
    margin: 40px 0 30px;
  }
  #footer .footer-bottom .logo-area {
    width: 100%;
    margin-bottom: 30px;
  }
  #footer .footer-bottom .other-link-list {
    width: 100%;
    justify-content: flex-start;
  }
  #footer .footer-bottom .other-link-list li {
    font-size: 13px;
    margin: 0 10px 10px 0;
  }
  #footer .copyright {
    font-size: 12px;
  }
  
  /*-------------------------------------------
  トピックス
  -------------------------------------------*/
  .topics-list {
    max-width: 540px;
    flex-direction: column;
    gap: 20px 0;
    margin: 0 auto;
  }
  .topics-list li {
    width: 100%;
    max-width: 100%;
  }
  .topics-list li .topics-img img {
    height: 100%;
    min-height: 180px;
    max-height: 292px;
  }
  .topics-list.program-list li .topics-img img {
    height: 100%;
    min-height: 292px;
    max-height: 474px;
  }

  /*-------------------------------------------
  インフォメーション
  -------------------------------------------*/
  .info-list a {
    flex-direction: column;
    padding: 20px 0;
  }
  .info-list a dt {
    max-width: 100%;
    font-size: 15px;
    padding-left: 0;
    margin-bottom: 10px;
  }
  .info-list a dd {
    max-width: 100%;
    font-size: 15px;
    padding-left: 0;
  }

  /*-------------------------------------------
  CTAエリア
  -------------------------------------------*/
  .cta-area {
    padding: 30px 20px 0;
  }
  .cta-area .btn-flex {
    flex-direction: column;
    margin-bottom: 0;
  }
  .cta-area .btn-flex .btn-common {
    margin-bottom: 20px;
  }

  /*-------------------------------------------
  アクセス
  -------------------------------------------*/
  #access.access-area .map iframe {
    height: 400px;
  }
  #access.access-area .access-info .store-name {
    font-size: 20px;
  }
  #access.access-area .access-info .address {
    font-size: 16px;
  }
  #access.access-area .access-info .tel {
    font-size: 16px;
  }
  #access.access-area .access-info .info-text {
    font-size: 15px;
  }
  #access.access-area .access-info .info-flex {
    flex-direction: column;
    gap: 0;
  }
  #access.access-area .access-info .info-flex .info-item {
    width: 100%;
  }
  #access.access-area .access-info .info-flex .info-item .info-list,
  #access.access-area .access-info .info-flex .info-item .info-note {
    font-size: 15px;
    padding-left: 0;
  }

  /*-------------------------------------------
  404
  -------------------------------------------*/
  #not-found .t1 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  /*-------------------------------------------
  共通
  -------------------------------------------*/
  /* ページタイトル */
  .page-title {
    margin-bottom: 40px;
  }
  .page-title .ja {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .page-title .ja::after {
    width: 30px;
    bottom: -10px;
  }
  .page-title .en {
    font-size: 14px;
  }

  /* 共通セクションタイトル */
  .section-title-common {
    font-size: 18px;
    padding: 0 0 5px 10px;
  }

  /* 共通ボタン */
  .btn-common a,
  .btn-common .btn-text {
    font-size: 15px;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}