<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

html,
body,
header,
footer,
div,
ul,
li,
section,
p,
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  color: #212121;
  background-color: #fff;
  position: relative;
  font-family: "Yu Gothic Medium", "�Υ����å� Medium", YuGothic, "�Υ����å���",
    "�ҥ饮�νǥ� Pro W3", "�ᥤ�ꥪ", sans-serif;
}
body img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.fancybox-button--fullscreen {
  display: none !important;
}

/*-----------------------
	common
-----------------------*/
h2 {
  background: linear-gradient(to right, #f6ab00, #f08300);
  background-size: cover;
  padding: 31px;
}
.lineImg:after {
  content: "";
  display: inline-block;
  max-width: 1030px;
  height: 2%;
  background-image: url(../images/border.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: -100px;
  left: 0;
  margin: 0 auto;
}

.lineImgv2:after {
  content: "";
  display: inline-block;
  max-width: 1030px;
  height: 10%;
  background-image: url(../images/border.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: -65px;
  left: 0;
  margin: 0 auto;
}
.sp_mv {
  display: none;
}
.pc_mv {
  display: block;
}
.pc_mv img {
  width: 100vw;
}
.sppd {
  padding: 0 20px 0 20px;
}

/*-----------------------
	main
-----------------------*/
main {
  /* max-width: 1920px; */
  display: block;
  margin: 0 auto;
}
/*-----------------------
	tennis
-----------------------*/
.tennis {
  margin: 85px 0;
}
.tennis h2 {
  padding: 17px;
}
.tennis .tennis_itemwrap {
  margin-top: 90px;
}
.tennis article {
  margin-bottom: 160px;
}
.tennis article .mg {
  margin: 60px 0 90px 0;
}
.mg_wrap {
  margin: 66px 0 70px 0;
}
/*-----------------------
	feature
-----------------------*/
.feature {
  background-color: #fffde5;
}
.feature .feature_itamwrap {
  padding: 155px 0 160px 0;
}
.feature article {
  position: relative;
}
.feature .mb219 {
  margin-bottom: 219px;
}
.feature article h3 {
  margin-bottom: 40px;
}
.feature article .mb40 {
  margin-bottom: 40px;
}
/*-----------------------
	program
-----------------------*/
.program_itamwrap {
  margin: 100px auto 117px;
  max-width: 1034px;
  display: block;
}
.program_itamwrap article div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.program_itamwrap article div .mr27 {
  margin-right: 27px;
}
.program_itamwrap article {
  margin-bottom: 100px;
  position: relative;
}
.program_itamwrap .mb190 {
  margin-bottom: 190px;
}
.program .object_contain h3 {
  margin-bottom: 50px;
}
/*-----------------------
	plan
-----------------------*/
.plan {
  background-color: #fffde5;
}
.plan_itemwrap {
  padding: 130px 0 120px;
}
.plan_itemwrap h3 {
  margin-bottom: 43px;
}
.plan_itemwrap div div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 147px;
  max-width: 1034px;
}
.plan_item {
  position: relative;
}
/*-----------------------
	school
-----------------------*/
.school {
  background: linear-gradient(to right, #9dc814, #6fba2c);
}
.school h2 {
  background: linear-gradient(to right, #89c997, #00a95f);
}
.school article {
  margin: 63px 0 40px 0;
  padding-bottom: 69px;
}
.school article h3 {
  margin-bottom: 60px;
}
.school article p {
  margin-bottom: 52px;
}
/*-----------------------
	introduction
-----------------------*/
.introduction {
  background-color: #fffde5;
}
.introduction_itemwrap {
  padding-bottom: 70px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  max-width: 1034px;
  justify-content: space-between;
  align-items: center;
}
.introduction_itemwrap div {
  margin-top: 100px;
}
.introduction_itemwrap div h3 {
  margin: 30px 0 30px 0;
}
/*-----------------------
	yoga
-----------------------*/
.yoga {
  background: linear-gradient(to right, #3fb8ec, #0099d9);
  padding: 63px 20px 63px 20px;
}
.yoga_itemwrap {
  margin: 0 auto;
  max-width: 1034px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.yoga_itemwrap p {
  margin-left: 60px;
}
/*-----------------------
	reception
-----------------------*/
.reception {
  background: linear-gradient(to right, #9dc814, #6fba2c);
  padding: 60px 0;
}
/*-----------------------
	linkArea
-----------------------*/
.linkArea {
  padding: 30px 0;
  background: #fff;
  cursor: pointer !important;
}
.linkArea .btn {
  max-width: 1150px;
  margin: 0 auto;
  margin-bottom: 30px;
  position: relative;
}
.linkArea .btn:last-child {
  margin-bottom: 0;
}
.linkArea .btn a {
  display: block;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  padding: 15px 65px 15px 30px;
  letter-spacing: 0.1em;
  font-size: 4.2rem;
  font-weight: bold;
  text-decoration: none;
  border: #004ea2 3px solid;
  background-color: #004ea2;
}

.linkArea .btn a::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(../images/ftbtn.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 2%;
  bottom: 0;
  top: 0;
  margin: auto;
}
/*-----------------------
	SP
-----------------------*/
@media screen and (max-width: 982px) {
  .introduction_itemwrap {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .pconly {
    display: none !important;
  }
  .sponly {
    display: block !important;
  }
  h2 {
    background: linear-gradient(to right, #f6ab00, #f08300);
    background-size: cover;
    padding: 24px;
  }
  h2 img {
    width: 73%;
  }
  .lineImg:after {
    content: "";
    display: inline-block;
    max-width: 1030px;
    height: 16%;
    background-image: url(../images/border.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: -100px;
    left: 0;
    margin: 0 auto;
  }

  .lineImgv2:after {
    content: "";
    display: inline-block;
    max-width: 1030px;
    height: 28%;
    background-image: url(../images/border.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: -65px;
    left: 0;
    margin: 0 auto;
  }
  .splineImgv3:after {
    content: "";
    display: inline-block;
    max-width: 1030px;
    height: 3%;
    background-image: url(../images/border.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: -65px;
    left: 0;
    margin: 0 auto;
  }

  .sppd {
    padding: 0 20px 0 20px;
  }
  .spmb30 {
    margin-bottom: 30px;
  }
  .spmt30 {
    margin-top: 30px;
  }
  .spitamwrap {
    margin: 40px 0 60px 0;
  }

  .sp_mv {
    display: block;
  }
  .pc_mv {
    display: none;
  }

  /*-----------------------
	tennis
-----------------------*/
  .tennis {
    margin: 30px 0;
  }
  .tennis h2 {
    padding: 24px;
  }
  .tennis .tennis_itemwrap {
    margin-top: 40px;
  }
  .tennis article {
    margin-bottom: 60px;
  }
  /*-----------------------
	feature
-----------------------*/
  .feature .feature_itamwrap {
    padding: 30px 20px 40px 20px;
  }
  .feature article {
    position: relative;
  }
  .feature .mb219 {
    margin-bottom: 110px;
  }
  .feature article h3 {
    margin-bottom: 40px;
  }
  /*-----------------------
	program
-----------------------*/
  .program_itamwrap article div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .program_itamwrap article div .mr27 {
    margin: 0 0 20px;
  }
  .program_itamwrap article {
    margin-bottom: 50px;
  }
  .program_itamwrap .mb190 {
    margin-bottom: 110px;
  }
  .program .object_contain h3 {
    margin-bottom: 50px;
  }
  /*-----------------------
	plan
-----------------------*/
  .plan_itemwrap {
    padding: 30px 0 40px 0;
  }
  .plan_itemwrap div div {
    margin-bottom: 120px;
  }
  .plan_itemwrap &gt; p {
    width: 70%;
    margin: 0 auto;
  }
  /*-----------------------
	school
-----------------------*/
  .school article {
    margin: 30px 0 30px;
    padding-bottom: 1px;
  }
  .school article .spmb30 {
    margin-bottom: 30px;
  }
  /*-----------------------
	introduction
-----------------------*/
  .introduction_itemwrap {
    margin: 0;
  }
  .introduction_itemwrap .spitamwrap {
    margin: 40px 0 0 0;
    width: 88%;
  }
  .introduction_itemwrap div h3 {
    margin: 30px auto 30px;
    width: 60%;
  }
  .introduction_itemwrap div {
    margin: 0;
  }
  /*-----------------------
	yoga
-----------------------*/
  .yoga {
    padding: 40px 20px 40px 20px;
  }

  .yoga_itemwrap {
    flex-direction: column;
  }
  .yoga_itemwrap p {
    margin: 40px 0 0;
    width: 88%;
  }
  /*-----------------------
	reception
-----------------------*/
  .reception {
    padding: 30px 20px;
  }
  /*-----------------------
	linkArea
-----------------------*/
  .linkArea {
    padding: 5% 0;
  }
  .linkArea .btn {
    width: 85%;
    margin-bottom: 4%;
  }
  .linkArea .btn a {
    font-size: 1.6rem;
  }
  .linkArea .btn a {
    padding: 15px 71px 15px 22px;
  }
  
  .linkArea .btn a::after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../images/ftbtn.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 10%;
    bottom: 0;
    top: 0;
    margin: auto;
  }
  </pre></body></html>