body {
  margin: 0;
  padding: 0;
  font-family: Arial;
}

.header {
  height: 140px;
  background-color: #4b4453;
  display: flex;
  flex-direction: row;
}

.kendoLogo {
  width: 60px;
  height: 60px;
  padding-top: 45px;
  padding-left: 30px;
}

.clubName {
  color: white;
  font-family: Arial;
  padding-left: 5px;
  padding-top: 22px;
}

.nameEn {
  font-size: xx-large;
  font-style: italic;
  margin-bottom: 1px;
}

.nameJp {
  font-size: medium;
  margin-top: 0px;
}

.navBtn {
  color: white;
  background: none;
  border: none;
  width: 60px;
  font-size: medium;
  font-weight: bolder;
  text-align: center;
  margin: auto;
  font-family: Arial;
  padding-right: 25px;
  cursor: pointer;
  text-decoration: none;
}

.navBtn:hover {
  text-decoration: underline;
}

.navBtnWrapper {
  text-align: right;
  padding-top: 105px;
  padding-right: 15px;
  box-sizing: border-box;
  position: absolute;
  right: 0;
}

.homeImg {
  width: -webkit-fill-available;
}

.whatIsKendoWrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  padding-top: 3rem;
}

.whatIsKendo {
  width: max-content;
}

.titleKendo {
  text-align: center;
  color: #696287;
  font-weight: 800;
}

.paraKendoWrapper {
  width: 600px;
  font-size: 25px;
  line-height: 30px;
  padding-top: 1rem;
}

.paraKendo {
  text-align: left;
}

.moreInfo {
  text-align: center;
  padding-top: 10px;
  line-height: 10px;
}

.externalLink {
  color: black;
}

.menuImgs {
  text-align: center;
}

.registrationWrapper {
  justify-content: center;
  display: flex;
  margin-top: 100px;
}
.purpleBox {
  height: 600px;
  width: 900px;
  background-color: #696287;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.regiTitle {
  color: white;
  font-weight: 800;
  padding-top: 3rem;
}

.paraRegiWrapper {
  width: 600px;
  font-size: 25px;
  line-height: 30px;
  text-align: left;
  padding-top: 1rem;
}

.paraRegi {
  color: white;
}

.registerLink {
  height: 60px;
  width: 300px;
  background-color: #00c0a3;
  border-radius: 10px;
  text-decoration: none;
  color: white;
  font-size: 30px;
  justify-content: center;
  display: flex;
  align-items: center;
  margin-top: 5rem;
}

.registerLink:hover {
  background-color: #017362;
}

.photoGallery {
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.photoWrapper {
  align-items: center;
  justify-content: center;
  padding-top: 3rem;
  display: contents;
}

@media (max-width: 1000px) {
  .photoWrapper {
    width: 50rem;
  }
}

@media (max-width: 1200px) {
  .photoWrapper {
    width: 60rem;
  }
  .imgWrapper {
    width: fit-content;
  }
}

.imgWrapper {
  padding-top: 4rem;
}

.imgWrapperVer {
  width: 726px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 4rem;
}

.imgVer {
  width: 20rem;
}

.imgHori {
  width: 45rem;
}

.instructor {
  padding-top: 3rem;
}

.imgInst {
  width: 25rem;
}

.instDetail {
  display: flex;
  justify-content: space-evenly;
  padding-top: 1rem;
}

.instParaWrapper {
  width: 30rem;
  font-size: 25px;
  line-height: 30px;
  padding-top: 5rem;
}

.iteTitleWrapper {
  background-color: #898292;
  height: 10rem;
  justify-content: center;
  display: flex;
  align-items: center;
  margin-top: 4rem;
}

.iteTitle {
  color: white;
  font-weight: 800;
  height: fit-content;
}

.iteParaWrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  padding-top: 1rem;
}

.video {
  padding-top: 4rem;
  padding-bottom: 3rem;
}

.titleVideo {
  text-align: center;
  color: #696287;
  font-weight: 800;
  margin-bottom: 0;
}

.videoWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.videoTitle {
  font-size: large;
  padding-bottom: 1rem;
  padding-top: 3rem;
}

.footer {
  height: 180px;
  background-color: #4b4453;
  position: relative;
  bottom: 0;
}

.footerInfo {
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footerInfoTitle {
  margin-bottom: 0;
  font-size: medium;
}

.address {
  display: flex;
  flex-direction: column;
  padding-left: 2rem;
  margin-top: 1rem;
}

.addressDetail {
  font-size: small;
}

.nameWrapper {
  margin-left: 2rem;
  margin-top: 2rem;
  font-size: small;
  font-style: italic;
}

.email {
  display: flex;
  flex-direction: column;
  padding-left: 2rem;
  margin-top: 2rem;
}

.iconBtn {
  background: none;
  border: none;
  cursor: pointer;
}
.snsIcon {
  width: 40px;
  height: 40px;
}

.iconWrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  width: 150px;
  margin: 0;
  position: absolute;
  right: 0;
  top: 6rem;
  box-sizing: border-box;
}

.copyright {
  color: white;
  text-align: center;
  font-size: small;
  padding-top: 2rem;
}

.contactSection {
  background-color: black;
  color: white;
  font-size: x-large;
  font-family: Arial, Helvetica, sans-serif;
}

.contact {
  line-height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 50px;
  margin-left: 50px;
}

.contactWrapper {
  height: 100vh;
}
