@charset "UTF-8";
/* 
.about {
  background: var(--color-bg);
  text-align: center;
  padding-bottom: 30px;
} */



.ideal{
  margin-top: 60px;
}



.contents{
  margin: 40px 0 ;
}

.item{
  margin-bottom: 30px;
}

.item h3 {
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 2px solid #bfbfbf;
  padding: 20px 0 10px;
  margin-bottom: 10px;
}
.item p {
  font-size: 1.4rem;
  line-height: 1.5;
}






.about__card--title {
  text-transform: uppercase;
  font-weight: normal;
}

.about__card--text {
  text-align: justify;
  margin: 20px auto 0;
  line-height: 1.5;
}

.position {
  position: relative;
  width: 100%;
}

.about__card1,
.about__card2,
.about__card3 {
  background: var(--color-bg);
  border: 1px solid var(--color-primary);
  box-shadow: 1px 1px 5px 0px rgba(255, 255, 255, 1);
  padding: 30px 0;
  opacity: 0;
}

.about__card1 span,
.about__card2 span,
.about__card3 span{
font-size: 1rem;
}
.about__card1 {
  transform: translateY(-50%);
  margin-bottom: -100px;
  text-align: center;
}

.about__card2 {
  transform: translateY(-50%);
  margin-bottom: -145px;
  text-align: center;
}

/* .about__card3 {
  transform: translateY(-50%);
  margin-bottom: -125px;
} */

.btn {
  background-color: transparent;
  color: #333;
  max-width: 200px;
  margin: 20px auto 0;
  padding: 15px 0;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
  border: 1px solid #333;
  transition: all .3s ease 0s;
  position: relative;
  z-index: 1;
}

/* .btn:hover{
background-color: #f7e2e2;
} */
/* .btn p {
  mix-blend-mode: difference;
} */
.btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #333;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease .3s;
}

.btn:hover a{
  color: #fff;
}
.btn:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.sec__title {
  display: flex;
  margin-bottom: 20px;
  padding: 2px;
}

.sec__title h2 {
  font-weight: normal;
  line-height: 0.65;
}

.sec__title h2 span {
  font-size: 1rem;
}

.trainers{
  background: var(--color-bg);
  padding-bottom: 30px;
}

.footer {
  background: var(--color-bg);

}

.title__eyecatch {
  width: 10px;
  height: 32px;
  display: flex;
  justify-content: space-between;
  margin-right: 10px;
}

.title__eyecatch span:nth-child(1) {
  content: "";
  display: block;
  width: 7px;
  height: 32px;
  background: var(--color-primary);
}

.title__eyecatch span:nth-child(2) {
  content: "";
  display: block;
  width: 1px;
  height: 32px;
  background: var(--color-primary);
}


.owner_name {
  font-weight: normal;
  margin-top: 10px;
}

.owner_name+p {
  font-size: 1.8rem;
  margin-top: 3px;
}

.contents_text {
  line-height: 1.5;
  text-align: justify;
  padding-top: 5px;
  margin-bottom: 20px;
  border-top: 2px solid #bfbfbf;
}

.trainers h3 {
  font-weight: normal;
  font-size: 1.6rem;
}

table {
  border-spacing: 0;
}

tr {
  display: grid;
  grid-template-columns: 52px 145px 51px 48px;
  gap: 16px;
  line-height: 1.5;
}

th {
  margin: 0;
  gap: 0;
  font-weight: normal;
}

.trainers .btn,
.dojo .btn,
.store .btn {
  margin: 50px auto 0;
}

.plan h2,
.store h2 {
  text-transform: uppercase;
}

.slider li {
  position: relative;
}

.slider h3 {
  font-weight: normal;
  font-size: 2.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}

.sp_none {
  display: none;
}




.access {
  background-color: #ededed;
  line-height: 1.5;
  padding: 20px 0;
}

.access .btn{
  background-color: var(--color-bg);
}

.access p {
  margin-bottom: 10px;
}

.access p:last-of-type {
  margin-bottom: 0;
}

.access h3 {
  font-weight: normal;
  font-size: 1.6rem;
}

.map {
  position: relative;
  padding-bottom: 61.3%;
  height: 0;
  overflow: hidden;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.footer {
  background-image: url(../images/footer_bg.png);
  background-size: cover;
  color: var(--color-bg);
  text-align: center;
  line-height: 1.6;
  width: 100%;
  z-index: 5;
}


.footer img {
  width: 60px;
  margin: 40px auto 20px;
}

small {
  font-size: 1rem;
}

.footer a {
  display: block;
  color: var(--color-bg);
}

.footer p:nth-of-type(1) {
  margin-bottom: 20px;
}

.footer p:nth-of-type(2) {
  margin-bottom: 60px;
}


#privacy_policy {
  margin-bottom: 100px;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ 
            PC
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media (min-width: 1200px) {

  .access {
    background-color: var(--color-bg);
  }

  .trainers{
    padding-bottom: 100px;
  }
  
  .contents{
    margin: 80px 0 ;
  }
  .flex2x2 {
    display: flex;
    flex-wrap: wrap;
        gap: 50px 50px;  

  }

  .item {
    width: calc(50% - 25px);
    margin-bottom: 0px;
}


  .item h3 {
    font-size: 1.6rem;
    font-weight: bold;
    border-bottom: 2px solid #bfbfbf;
    padding: 20px 0 10px;
    margin-bottom: 10px;
  }
  .item p {
    font-size: 1.4rem;
    line-height: 1.86;
  }

  .inner {
    max-width: 1200px;
  }

  .footer {
    margin: 0 auto;
    position: absolute;
    transform: translateY(0);
    display: block;
  }


  .sec__title h2 {
    font-size: 3.8rem;
    line-height: 0.45;
    padding-top: 6px;
  }

  .title__eyecatch {
    height: 45px;
    display: flex;
    justify-content: space-between;
    margin-right: 20px;
  }

  .title__eyecatch span:nth-child(1) {
    height: 45px;
  }

  .title__eyecatch span:nth-child(2) {
    height: 45px;
  }

  .about__title {
    max-width: 210px;
    margin-top: 50px;
  }

  .subText {
    text-align: center;
    margin: 25px auto 50px;
  }

  picture {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .about__card--title {
    font-size: 3.8rem;
    text-align: left;

  }

  .about__card--text {
    text-align: justify;
    margin: 0;
    margin-top: 20px;
    line-height: 1.5;
  }

  .about__card1 span,
  .about__card2 span,
  .about__card3 span{
  font-size: 1.6rem;
  }

  .about__card1,
  .about__card2,
  .about__card3 {
    background: var(--color-bg);
    border: 1px solid var(--color-primary);
    box-shadow: 1px 1px 5px 0px rgba(255, 255, 255, 1);
    padding: 45px 50px;
    position: absolute;
    max-width: 600px;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
  }

  .about__card1 {
    right: 18.5%;
  }

  .about__card2 {
    left: 18.5%;
  }

  .about__card3 {
    right: 18.5%;
  }

  .btn {
    margin: 20px 0 0 auto;
    font-size: 2rem;
  }
  .access .btn {
    padding: 0px;
  }
  .access .btn a{
    display: inline-block;
    transition: all .3s ease 0s;
    text-decoration: none;
    width: 100%;
    height: 100%;
    padding: 15px 0;
  }
  .inner.about__card--text {
    width: 100%;
  }

  .pc_flex {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
  }

  .owner_photo {
    width: 100%;
    object-fit: cover;
  }

  .owner_name {
    font-size: 3.8rem;
    margin-top: 10px;
  }

  .owner_name+p {
    font-size: 2.4rem;
    margin-top: 3px;
    margin-bottom: 10px;
  }

  .contents_text {
    text-align: justify;
    margin-bottom: 20px;
  }

  .trainers .btn,
  .dojo .btn {
    margin: 30px 0 0 auto;
  }

  .store .btn {
    margin: 40px 0 0 auto;
  }


  .grid_container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
  }

  .grid_container h3 {
    font-size: 3.8rem;
  }

  .grid_container li {
    width: calc((100% - 40px) / 2);

  }

  .sp_none {
    display: block;
  }

  .store ul {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .store li {
    width: 31%;
  }

  .store .btn {
    margin: 40px auto 0;
  }

  .access {
    min-width: 490px;
    position: absolute;
    top: 50%;
    left: 29%;
    transform: translate(-50%, -50%);
    z-index: 5;
    padding: 45px 35px;
  }

  .access p {
    margin-bottom: 10px;
  }

  .access p:last-of-type {
    margin-bottom: 0;
  }

  .access h3 {
    font-weight: normal;
    font-size: 1.6rem;
  }

  .map {
    padding-bottom: 31.2%;
    min-height: 600px;
  }


  .footer img {
    margin: 0;
    width: 95px;
  }

  .footer>div {
    display: flex;
    justify-content: flex-start;
  }

  .footer>div>div:first-of-type {
    display: flex;
    align-items: center;
  }

  .footer .inner {
    margin-top: 100px;
    margin-bottom: 120px;
    text-align: left;
  }

  .footer>div div:nth-of-type(2) {
    margin: 0 130px 0 120px;
  }

  .footer p:nth-of-type(2) {
    margin-bottom: 0;
  }

}