@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=RocknRoll+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sriracha&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Potta+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hina+Mincho&display=swap');
html{
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
li {
  list-style: none;
}

.rampart{
  font-family: 'RocknRoll One', sans-serif;
}
.PottaOne{
  font-family: 'Potta One', cursive;
}
.HinaMincho{
  font-family: 'Hina Mincho', serif;
}

.broken-text-group p:nth-child(3),.broken-text-group p:nth-child(4){
  font-size: 35px;
}

.gradient_orange{
	font-weight: bold;
	background: linear-gradient( 140deg,#c53867, #e88042 30%, #e98142 75%, #f3a52f 100% );
	-webkit-background-clip: text;
	color: transparent;
	margin-bottom: .4em;
}
.gradient_pink{
	font-weight: bold;
	background: linear-gradient( 140deg,#E15481 35%,#e88042 50%, #e98142 75%, #FBBB41 100% );
	-webkit-background-clip: text;
	color: transparent;
	margin-bottom: .4em;
}
.new_class .box1 p:first-child{
	font-size: 45px;
}

.new_class  p:nth-of-type(2){
	font-size: 20px;
}

@media (min-width: 959px){
	.new_class_btn{
		text-align: left;
	}
  .class-container{
    display: flex;
    flex-wrap: wrap;
    gap: 1px;
  }
  .class{
    width: calc(33% - 22px);
  }
}
@media (min-width: 959px){
	.new_class .box1{
		min-width: 443px;
	}
	.new_class .box2{
		min-width: 443px;
	}
}

.class{
  position: relative;
  padding: 10px;
  margin: 1px;
  display: block;
}
.class-Inner{
  position: absolute;
  bottom: 20px;
  left: 0;
  margin: 0;
  color: white;
  font-size: 15px;
  line-height: 1;
  padding: 5px 10px;
}
.class-Inner h3{
  margin: 0;
  padding: 0 10px 10px !important;
}
.class-Info{
  font-size: 12px;
  padding: 0 .5em;
}
.class img{
  width: 100%;
}
.gradient_purple span{
  margin: auto;
  font-weight: bold;
  background: -webkit-linear-gradient(0deg,#242B7D, #7F2B52, #7F2B52);
  -webkit-background-clip: text;
  color: transparent;
  font-size: 30px;
  margin-bottom: .4em;
}
.gradient_purple a{
  background-color: transparent;
  width: 300px;
  height: auto;
  padding: 15px 0;
  text-align: center;
  border: solid 4px #000;
  border-image: url("https://www.infocrest.co.jp/ykxbdgs5qgq3/uploads/2019/10/blog_m02_2.jpg");
  border-image-slice: 1;
}

.c-new{
  position:relative;
  background:#C5E1A5;
  display: block;
}

.c-new-img{
  position:absolute;
  top:100px;
  left:50px;
  width: 60%;
  box-sizing: border-box;
}
.c-new-text1{
  font-weight: bold;
  position: absolute;
  bottom: 70px;
  right: 70px;
  width: 200px;
  box-sizing: border-box;
  color: #fff;
}
.c-new-text1 p:first-child{
  font-size: 30px;
}
.c-new-text2{
  position: absolute;
  bottom: 10px;
  right: 75px;
  box-sizing: border-box;
  color: #fff;
}
.c-new-img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.child-box{
  position: absolute;
  top: 161px;
  left: 535px;
  background: #EFEEEE;
  padding: 20px 80px 0 120px;
  box-shadow: 0 0 5px #999;
  font-size: 14px;
  z-index: -1;
}
.child-box p{
  margin: .2em 0;
  font-size: 14px;
  font-weight: bold;
}
.child-box li{
  margin: .5em 0;
}
.child-box li:first-of-type{
  margin-bottom: 10px;
}

.child-box p:first-of-type{
  font-size: 31px;
}
.child-box p:nth-of-type(2){
  font-size: 20px;
}
.child-box li:last-of-type{
  background-color: #fff;
  margin-bottom: 30px;
}
.child-box li:nth-last-of-type(-n+2){
  font-weight: bold;
  padding: 10px 15px;
}

.price::after{
  content: "(税込)";
  margin-left: 5px;
  font-size: 12px;
}

.sns-block > .wp-block-column:not(:first-child){
  margin-left: 4% !important;
}
.sns-block{
  width: 300px;
  flex-wrap: nowrap;
}
.placticemenu{
  font-size: 3em;
}
.news_contena{
  width: 100%;
}

@media (min-width: 960px){
.news-postList__body{
  flex-wrap: nowrap;
}
}
@media (max-width: 959px){
  .news-postList__body{
      flex-wrap: wrap;
  }
  }
.news-postList__body{
  display: flex;
  align-items: center;
  width: 100%;
}
.news-postList__title,.news-postList__meta{
font-size: 20px;

}

.news-postList__meta{
  flex-basis: 30%;
}
.news-postList__title{
  flex-basis: 70%;
}
@media (max-width: 959px){
  .news-postList__body:not(:only-child){
      flex-basis: 100% !important;
  }

}

div.red_line a{
  border: 2px solid #FF0000 !important;
}
.new-mark{
  background-color: #000;
  color: #fff;
  padding: 2px 5px;
  margin-right: 10px;
}


.news-postList__body .p-postList__title{
  font-size: smaller;
}
.p-postListWrap .-type-simple{
  border-top: none;
}
.-type-simple .p-postList__link{
  border-bottom-color: #707070;
}
/*.footer-visual{
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(images/footer-bg.png) no-repeat center center;
  background-size: cover;
  height: 554px;
  width: 100%;
  padding-top: 28.8541%;
}*/
.l-footer__nav{
  justify-content: space-evenly;
}
@media (min-width: 600px){
  .l-footer__nav li:first-child a {
    border-left: none
}
}

@media (min-width: 600px){
  .l-footer__nav a {
    padding: 0 .75em;
    font-size: 14px;
    border-right: none
}
}

@media (min-width: 960px){
  #footer #menu-footer-navigation-3{
    display: flex;
    justify-content: space-between;
  }
  
  #footer .menu-footer-navigation-container{
    max-width: 700px;
    margin: auto;
  }
  #footer .menu-footer-navigation-container li a::before{
    content: "";
  }
  #footer .menu-footer-navigation-container li a{
    transition: none;
    padding: .75em 1em .75em 1.5em;
    background-color: var(--color_footer_bg);
    border-bottom: none;
}
}


.footer-logo{
  text-align: center;
  margin: 20px 0
}
@media (max-width: 959px){
  .footer-logo{
    width: 317px;
    margin: auto;
  }
  .footer-logo img{
    width: 100%;
    object-fit: contain;
  }
  .l-footer__nav{
    flex-direction: column;
  }
  .l-footer__nav a{
    display: block;
    padding: 1em .5em;
    color: inherit;
    font-size: 3vw;
    border-bottom: #fff 1px solid;
  }
}
.h-image-external-link figure{
  text-align: right;
}

.broken-text-group{
  text-align: center;
  background-color: #EFEEEE;
  padding-bottom: 50px;
}
.heading-bold{
  font-family: 'Open Sans', sans-serif;
	font-size: 65px !important;
  margin-bottom: .5em !important;
  line-height: 1.2 !important;
}
.heading-bold-class{
  font-family: 'Open Sans', sans-serif;
	font-size: 35px !important;
  margin-bottom: .5em !important;
  line-height: 1.2 !important;
}

.broken-text-group h2.heading-bold{
  color: #fff;
  text-shadow: 1px 2px 3px #777;
}
.heading-underline{
  display: inline-block;
  position: relative;
}
.heading-underline::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  display: inline-block;
  width: 50px;
  height: 3px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #000; /*下線の色*/
}
.btn-style-text{
  display: flex;
  flex-direction: column;
  align-items: center;

}
.btn-style-text li{
width: 65%;
font-weight: bold;
max-width: 285px;

}
.btn-style-text li:first-child{
  font-size: 20px;
  color: #fff;
  background-color: #000;
  padding: 10px 15px;
  text-align: center;
  margin-bottom: 15px;
}
.btn-style-text li:first-child::after{
  content: "(税込)";
  margin-left: 5px;
  font-size: 12px;
}
.btn-style-text li:last-child{
  background-color: #fff;
  font-size: 13px;
  padding: 5px 20px 5px 20px;
  text-align: center;
}

@media (max-width: 959px){
  .btn-style-text li:last-child{
    padding: 5px 20px;
    font-size: 11px;
  }
}
.class-btn-style{
  gap: 20px;
}
.class-btn-style a{
  background: #000;
  color: #fff;
  max-width: 200px;
}
@media (min-width: 960px){

  .class-btn-style a{
    width: calc(25% - 53px);
  }
}

.class-btn-style a{
  position: relative;
  border-radius: 30px;
  font-weight: bold;
}
.class-btn-style li::after{
  content: "";
  position: absolute;
  right: 10px;
  top: 30%;
  margin-left: 20px;
}
.inline-center{
  width: 100%;
  text-align: center;
  height: auto;
  width: auto;
  margin-bottom: 10vw;
}

.column_table,
.column_table td,
.column_table th {
  border-collapse: collapse;
}

.column_table thead th {
  display: none;
}

.column_table tbody th {
  background: #000;
  color: #fff;
  padding: 4px 12px;
  display: block;
  width: 100%;
  margin-top: 30px;
}

.column_table td {
  padding: 4px 12px;
  display: block;
  width: 100%
}
.column_table td:nth-of-type(odd){
  background: #f0f0f0;

}
.column_table td[data-title]::before {
  color: #666;
  content: attr(data-title) " :";
  font-weight: bold;
  padding: 0 10px 0 0;
  display: inline;
}
.anchor-buttons{
  column-gap: 1em;
  row-gap: .5em;
}
.anchor-buttons .wp-block-button a{
  position: relative;
  font-size: 1em;
}
.anchor-buttons .wp-block-button a::after{
  content: "";
  width: 10px;
  height: 10px;
  right: 9px;
  position: absolute;
}
/*クラスページ bg*/
.kids{
  padding-top: 100px;
  position: relative;
}
.kids::before{
  position: absolute;
  content: "Kids";
  font-size: 4em;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0;
  color: #93D0FF;
  font-family: 'Sriracha', cursive;
  opacity: 0.52;
}
.Junior{
  padding-top: 100px;
  position: relative;
}
.Junior::before{
  position: absolute;
  content: "Junior";
  font-size: 3.5em;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  color: #93D0FF;
  font-family: 'Sriracha', cursive;
  opacity: 0.52;
}
.girls{
  padding-top: 100px;
  position: relative;
}
.girls::before{
  position: absolute;
  content: "Beauty Up";
  font-size: 2.2em;
  top: 40px;
  left: 0;
  right: 0;
  margin: 0;
  color: #FF9399;
  font-family: 'Sriracha', cursive;
  opacity: 0.52;
}
.healthUp{
  padding-top: 100px;
  position: relative;
}
.healthUp::before{
  position: absolute;
  content: "Health Up";
  font-size: 2.2em;
  top: 40px;
  left: 0;
  right: 0;
  margin: 0;
  color: #93D0FF;
  font-family: 'Sriracha', cursive;
  opacity: 0.52;
}
.general{
  padding-top: 100px;
  position: relative;
}
.general::before{
  position: absolute;
  content: "General";
  font-size: 3em;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0;
  color: #93D0FF;
  font-family: 'Sriracha', cursive;
  opacity: 0.52;
}
.family{
  padding-top: 100px;
  position: relative;
}
.family::before{
  position: absolute;
  content: "family";
  font-size: 3em;
  top: 5px;
  left: 0;
  right: 0;
  margin: 0;
  color: #93D0FF;
  font-family: 'Sriracha', cursive;
  opacity: 0.52;
}
.media-text__content-border,.swell-block-button[data-align=left]{
  text-align: center;
}
.l-header__inner,.l-fixHeader__inner{
  margin-right: 0;
  max-width: 1700px;
}
#media_image-3{
  text-align: center;
}

.l-footer__foot{
  padding-top: 0 !important;
}

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 500ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.effect > div.fadein:nth-of-type(2) {
  transition-delay:200ms;
	-moz-transition-delay:200ms;
	-webkit-transition-delay:200ms;
	-o-transition-delay:200ms;
	-ms-transition-delay:200ms;
	}
/* 3つ目の要素に400msのdelayをかける */
.effect > div.fadein:nth-of-type(3) {
  transition-delay:400ms;
	-moz-transition-delay:400ms;
	-webkit-transition-delay:400ms;
	-o-transition-delay:400ms;
	-ms-transition-delay:400ms;
	}

.schedule table , .schedule td, .schedule th {
	border: 1px solid #595959;
	border-collapse: collapse;
}
.schedule td,.schedule  th {
	padding: 3px;
	width: 30px;
	height: 25px;
}
.schedule th {
	background: #f0e6cc;
}
.schedule .even {
	background: #fbf8f0;
}
.schedule .odd {
	background: #fefcf9;
}

.schedule{
  font-size: 0.9rem;
  color: #000;
}
.schedule td, .schedule th{
  width: 70px;
}
.schedule tr{
		background-color: #fff;
}
.schedule h3{
  font-size: 1.7em;
}
.c-card__title:before {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    color: #E6001B;
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 1;
    margin-right: 1rem;
	font-weight: 900;
}
time.c-postTimes__posted{
	font-size: 15px;
}
.font-size-medium{
	font-size: 2.2em;
}
.simcal-events{
	background-color: #f7f7f7;
	border-bottom: 1px solid #000;
}

.simcal-event-title{
	font-size: 1.5em;
}
.simcal-event-address{
	font-size: 1.2em;
}
@media (max-width: 600px){
	.line_contact{
	position: relative;
}
.line_contact::after{
	position: absolute;
	top: -6px;
	left: 35px;
	content: url(https://whitefawn5.sakura.ne.jp/public/wp-content/uploads/2022/05/line-app-icon-2106_v1.png);
	z-index: 2;
	transform: translateY(-50%);
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
}
}

