.mobile{
	display: none !important;
}
.hidden{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.m10{
    margin:10px !important;
}
.m20{
    margin:20px !important;
}
.mt20{
    margin-top:20px;
}
.mb30{
	margin-bottom:30px !important;
}
.mb50{
	margin-bottom:50px !important;
}
.mb100{
	margin-bottom:100px !important;
}
.ml100{
    margin-left:100px;
}
.mr100{
    margin-right: 100px;
}
.pb50{
    padding-bottom:50px !important;
}
.pb100{
    padding-bottom:100px !important;
}
.pt10{
	padding-top:1px !important;
}
.ptSecond{
	padding-top:50px !important;
}
.sectionFirst{
    margin-top:var(--header-height);
}
.sectionSecond{
    margin-top:calc(var(--header-height) + 50px);
}
div#headerWrapper0{
    width:100%;
    min-width: var(--min-width);
    background:#efefef;
    height: calc(100px + 8px + 54px);
    position: fixed;
    top:0;
    z-index: 1000;
    box-shadow: 0 3px 9px rgba(0,0,0,0.35);
}
div#headerWrapper{
    width:100%;
    min-width: var(--min-width);
    background:#fff;
    height: 100px;
    box-shadow: 0 3px 9px rgba(0,0,0,0.35);
    border-bottom:8px solid var(--pink-color);
}
div#header{
    width:100%;
    min-width: var(--min-width);
    max-width: var(--max-width);
    height: 100px;
    margin:auto;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    padding:0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
div#header h1{
    margin-top:0px;
    margin-left:10px;
    float: left;
    font-weight: bold;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    background:url("../images/logo.svg") left center no-repeat;
    background-size:221px;
    width:221px;
    height: 57px;
}
div#header h1 a{
    width:100%;
    height: 100%;
    display: block;
}
ul.nav{
    width:720px;;
    height: 30px;
    display: flex;
    justify-content: space-between;
    margin-top:25px;
}
ul.nav li{
    position: relative;
    /*width:calc((100% / 7) - 5px);*/
    text-align: center;
    line-height: 30px;
}
ul.nav li::after{
    content: "";
    width:0;
    height: 2px;
    background:var(--pink-color);
    position: absolute;
    right:0;
    left:0;
    bottom:0;
    margin:auto;
    transition: all 0.2s;
}
ul.nav li:hover::after,
ul.nav li.active::after{
    width:100%;
    height: 2px;
    background:var(--pink-color);
    position: absolute;
    right:0;
    left:0;
    bottom:0;
    margin:auto;
    transition: all 0.2s;
}
ul.nav li a{
    display: block;
    width:100%;
    height: 100%;
    color:var(--pink-color);
}
ul.nav a:hover{
    border-bottom: none !important;
    color:var(--pink-color);
}
ul.nav li.active a{
    border-bottom: none !important;
    color:var(--pink-color);
}
ul.nav li.active::after,
ul.nav li:hover::after{
    width:100%;
    transition: all 0.2s;
}
ul.nav li.active a{
    color:var(--pink-color);
}
ul.nav li span{
    font-size:10px;
    display: inline-block;
    color:#fff;
    padding:4px 6px 3px;
    text-align: center;
    position: absolute;
    right:-20px;
    top:-20px;
    background:var(--pink-color);
    line-height: 1em;
    font-weight: bold;
    font-style: italic;
}
div.subHeaderWrapper{
    width:100%;
    min-width:var(--min-width);
    max-width: var(--max-width);
    height: 54px;
    margin:auto;
}
div.subHeader{
    width:var(--min-width);
    height: 54px;
    margin:auto;
    display: flex;
    align-items: center;
}
div.ticker{
    width:50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
p.tickerTitle{
    font-size:14px;
    display: inline-block;
    padding:4px 16px;
    background:var(--pink-color);
    color:#fff;
    text-align: center;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.35);
    margin-right: 15px;
    width:60px;
}
div.tickerWrapper{
    width:calc(100% - 75px);
    height:1.5em;
    overflow:hidden;
    font-size:16px;
}
div.tickerWrapper span.date{
    font-size:12px;
    color:#000;
    padding-right:10px;
}
div.tickerWrapper a{
    color:var(--pink-color);
}
div.inquiry{
    width:50%;
    display:flex;
    align-items:center;
}
p.inquiryTitle{
    font-size:14px;
    display: inline-block;
    padding:4px 16px;
    background:var(--pink-color);
    color:#fff;
    text-align: center;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.35);
    margin-right: 15px;
    width:190px;
}
p.tel{
    color:var(--pink-color);
    font-size:24px;
    font-weight:bold;
    display:inline-block;
    margin-right: 20px;
}
p.mail{
    background:url("../images/icon_mail.svg") center top no-repeat;
    background-size:44px;
    text-indent:100%;
    white-space:nowrap;
    overflow: hidden;
    width:44px;
    height: 30px;
}
p.mail:hover{
    background:url("../images/icon_mail.svg") center bottom no-repeat;
    background-size:44px;
}
p.mail a{
    display: block;
    width:100%;
    height: 100%;
}
.gsc-control-cse {
     background-color: transparent!important; 
     border: none !important; 
}
.gsc-search-button-v2{
    border:none !important;
    background-color:var(--pink-color) !important;
}
div.top{
    width:100%;
    min-width:var(--min-width);
    margin-top:var(--header-height);
    margin-top:182px;
}
div.topWrapper {
    width:var(--min-width);
    margin:auto;
    height: 600px;
    position: relative;
    /*padding-top:30px;*/
    margin-bottom: 50px;
    box-shadow:0 0 30px rgba(0,0,0,0.3)
}
div.slides{
    width:100%;
    height:600px ;
    position: relative;
    display: none;
    /*overflow: hidden;*/
    box-shadow: 0 0 60px rgb(0 30% 71 / 15%);
}

div.slides img{
    position: absolute;
    object-position: center center;
    width:var(--min-width);
    height: 600px;
    object-fit: cover;
    z-index: 1
}
div.slides p{
    position: absolute;
    text-align: center;
    top:0;
    right:0;
    bottom:0;
    left:0;
    margin:auto;
    z-index: 2;
    width:100%;
    height: 2em;
    line-height: 2em;
    font-size:min(3vw,48px);
    font-size:32px;
    font-weight: bold;
    font-family: serif;
    background:rgba(255,255,255,0.7)
}
/*slick*/
button.slick-prev {
	background: url("../images/arrow_prev.svg") no-repeat;
	background-size: 30px;
	left: 10px;
}
div.presenWrapper button.slick-prev{
	left: 35px;
}
button.slick-prev:hover {
	background-image: url(../images/arrow_prev_on.svg) !important;
}
button.slick-next {
	background: url("../images/arrow_next.svg") no-repeat;
	background-size: 30px;
	right: 10px;
}
button.slick-next:hover {
	background-image: url(../images/arrow_next_on.svg) !important;
}
button.slick-arrow {
	text-indent: -9999px;
	position: absolute;
	width: 30px;
	height: 30px;
	z-index: 1;
	border: none;
	cursor: pointer;
}
button.slick-arrow{
    top:285px;
}
ul.slick-dots {
	width: 100%;
	height: 20px;
	text-align: center;
	overflow: hidden;
	position: absolute;
	bottom: 10px;
}
ul.slick-dots li {
	text-indent: -9999px;
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: var(--lightgreen-color);
	border-radius: 10px;
	margin: 5px;
}
li.slick-active {
	background-color: var(--pink-color) !important;
}
/*end of slick*/
section.bg{
    width: 100%;
    min-width: var(--min-width);
    overflow: hidden;
    position: relative;
}
section.bg::before{
    content: "";
    width:calc(100vw - 5vw);
    width:calc(100vw);
    height: calc(100% - 150px);
   /* background:var(--lightgreen-color);*/
    position: absolute;
    top:150px;
}
div.wrapper{
    width: 100%;
    min-width: var(--min-width);
    overflow: hidden;
    position: relative;
    padding-top:100px;
    padding-bottom:50px;
}
section.bg.left::before{
    left:0;
    background: rgb(166,217,190);
    background: linear-gradient(-90deg, rgba(166,217,190,.1) 0%, rgba(166,217,190,0.2) 100%);
}
section.bg.right::before{
    right:0;
    background: rgb(166,217,190);
    background: linear-gradient(90deg, rgba(166,217,190,.1) 0%, rgba(166,217,190,0.2) 100%);
}
div.inner{
    width:var(--min-width);
    margin:auto;
    box-sizing: border-box;
    padding:30px 10px;
    background-color:#fff;
    /*box-shadow: 0 0 10px rgba(0,0,0,0.5);*/
    display: flex;
    justify-content: space-between;
    position: relative;
    border-top:8px solid var(--pink-color);
}
div.inner.noflex{
    display:block !important;
}
div.inner.tri_left{
    background-image:url("../images/tri_left.svg");
    background-size:25px;
    background-repeat: no-repeat;
    background-position: left top;
}
div.inner.tri_right{
    background-image:url("../images/tri_right.svg");
    background-size:25px;
    background-repeat: no-repeat;
    background-position: right top;
}
div.info,
div.automl{
    width:calc(50% - 30px);
}
div.info h3{
    color:var(--pink-color);
    font-size:24px;
    padding-left:80px;
    margin-bottom:30px;
    position: relative;
    font-weight: bold;
}
div.info h3::before{
    content: "";
    width:60px;
    height: 2px;
    background:var(--pink-color);
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    margin:auto;
}
div.automl{
    padding-bottom:100px;
    position: relative;
}
div.info ul{
    margin-left:80px;
}
div.info ul li{
    display: flex;
    justify-content: flex-start;
    margin-bottom:20px;
    padding-bottom:20px;
    border-bottom:1px solid #ccc;
}
div.info ul li div{
    width:100px;
    margin-right: 20px;
    font-size:12px;
}
div.info ul li span{
    display: inline-block;
}
div.info ul li a{
    display: inline-block;
    width:calc(100% - 120px)
}
div.info ul li span.category{
    padding:2px 6px;
    border:1px solid #ccc;
    text-align: center;
    margin-top:1em;
}
div.top_product h3{
    font-size:32px;
    text-align: center;
    padding-top:220px;
    background-repeat:no-repeat;
    background-position: center top;
    background-size:180px;
    font-weight: bold;
    color:var(--pink-color);
    margin-bottom:30px;
}
div.top_product h3.price{
    background-image:url("../images/icon_yen.svg");
}
div.top_product h3.time{
    background-image:url("../images/icon_time.svg");
}
div.top_product h3.service{
    background-image:url("../images/icon_gp.svg");
}
div.top_product h3.facility{
    background-image:url("../images/icon_facility.svg");
}

div.top_product h3.lesson{
    background-image:url("../images/icon_lesson.svg");
}
div.top_product p.desc{
    width:75%;
    margin:auto;
    text-align:justify;
    font-size:22px;
}
p.desc strong{
    font-weight: bold;
    color:var(--pink-color);
}
a.tomore{
    display: block;
    height: 40px;
    line-height: 40px;
    background-color:var(--pink-color);
    background-color:#fff;
    border:2px solid var(--pink-color);
    text-align: center;
    color:var(--pink-color);
    border-radius: 20px;
    position: absolute;
    left:0;
    right:0;
    bottom:20px;
    margin:0 20px 0;
}
a.tomore:hover{
    background-color:var(--pink-color);
    color:#fff;
}
div.top_productsWrapper{
    width:90%;
    height: auto;
    margin:auto;
    display: flex;
    justify-content: space-around;
    padding:50px 0;

}
div.top_productsWrapper div.inner{
    width:calc(33% - 20px);
    height: auto;
    background:#efefef;
}
div.top_productsWrapper div img{
    width: 100%;
    height: auto;
}
div.top_productsWrapper div h4{
    text-align: center;
    font-size:20px;
    line-height:48px;
    background:var(--pink-color);
    color:#fff;
    font-weight: bold;
}
div.top_productsWrapper div h4.gp{
    height:48px;
    background:var(--yellow-color);
}
h4.gp img{
    width:60% !important;
    height:48px !important;;
    object-fit:contain;
}
div.top_productsWrapper div.inner2{
    width:calc(33% - 20px);
    background:#efefef;
    padding-bottom:80px;
    position:relative;
}
div.top_productsWrapper div.inner3{
    width:calc(50% - 20px);
    background:#efefef;
    padding-bottom:80px;
    position:relative;
}
div.top_productsWrapper div.inner4{
    width:calc(25% - 20px);
    background:#efefef;
    position:relative;
}
div.top_productsWrapper div.inner2 div,
div.top_productsWrapper div.inner3 div,
div.top_productsWrapper div.inner4 div{
    padding:20px;
}
div.inner2 p,
div.inner3 p,
div.inner4 p{
    text-align:justify;
}
div.inner2 dl dd{
    color:var(--pink-color);
    font-size:22px;
    font-weight:bold;
    text-align:center;
    margin-top:10px;
    margin-bottom:10px;
}
div#footerWrapper {
    width:100%;
    min-width:var(--min-width);
    margin-top:200px;
    background-color:var(--pink-color);
    border-top:5px solid var(--pink-color);
    padding:20px 0;
    box-shadow: 0 -3px 9px rgba(0,0,0,0.35);
}
div#footer{
    width:var(--min-width);
    text-align: center;
    margin:auto;
    color:#fff;
}
div#footer h1{
    font-size:36px;
}
div#footer p.address{
    text-align:center;
    margin:20px auto;
}
div#footer h1 a{
    color:#fff;
}
div#footer img{
    margin-bottom:20px;
}
div#footer ul{
    margin:50px auto;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
    display: flex;
    justify-content: space-between;
    padding:30px 0;
}
div#footer ul a{
    color:#fff;
}
div#footer p.copy{
    font-size:12px;
}
p.totop{
    width:50px;
    height: 50px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image:url("../images/totop.svg");
    background-size:50px;
    background-position: center top;
    position: fixed;
    right:20px;
    top:calc(50vh - 25px);
}
p.totop a{
    display: block;
    width:100%;
    height: 100%;
}
p.totop:hover{
    background-position: center bottom;
}
div.h2Wrapper{
    width:100%;
    min-width:var(--min-width);
    height: 140px;
    margin-top:162px;
    background-image: repeating-linear-gradient(45deg, rgba(0,0,0,0.08),transparent,rgba(0,0,0,0.02),rgba(0,0,0,0.05),rgba(0,0,0,0.01),rgba(0,0,0,0.07),rgba(0,0,0,0.05),rgba(0,0,0,0.02),rgba(0,0,0,0.04),rgba(0,0,0,0.04),rgba(0,0,0,0.02),rgba(0,0,0,0.1),rgba(0,0,0,0.07),rgba(0,0,0,0.02),rgba(0,0,0,0.07) 3px),linear-gradient(135deg, rgb(255,123,172),rgb(255,123,172));
}
div.h2Wrapper h2{
    width:var(--min-width);
    margin:auto;
    line-height: 140px;
    color:#fff;
    overflow: hidden;
    position: relative;

}
div.h2Wrapper h2 span.h2{
    font-weight: bold;
    font-size:36px;
    border-left:4px solid #fff;
    padding-left:30px;
}
div.h2Wrapper h2 span.en{
    font-size:36px;
    display: inline-block;
    position: absolute;
    top:0;
    bottom:0;
    right:20px;
    margin:auto;
    font-style: italic;
    font-family: serif;
    opacity: 0.6;
}

p.pankuzu {
    width:var(--min-width);
    margin:30px auto 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
p.pankuzu span.arrow{
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent var(--pink-color);
    margin:0 20px
}
p.pankuzu span.current{
    border-bottom:2px solid var(--pink-color);
}



.w50 {
    width:calc((var(--min-width) / 2) - 20px) !important;
    margin:60px auto 30px !important;
}

div.map {
    width:100%;
    height:400px;
    margin:30px auto;
}

h3.schedule {
    font-size:32px;
    text-align: center;
    font-weight: bold;
    color:var(--pink-color);
    margin-bottom:30px;
}
dl.schedule{
    width:640px;
    overflow: hidden;
    align-items: center;
    margin:auto;
    border-top:1px solid var(--pink-color);
    margin-bottom:10px;
    display: flex;
    justify-content: space-between;

}
div.top_product dl.schedule:last-child{
    border-bottom: 1px solid var(--pink-color) !important;
    padding-bottom:10px;
}
dl.schedule dt,
dl.schedule dd{
    padding:20px 0 10px;
    text-align: center;

}
dl.schedule .l{
    font-size:24px;
    color:var(--pink-color);
}
dl.schedule dt{
    width:80px;
    float: left;
    clear: both;
}
dl.schedule dd{
    width:280px;
    float: left;
}
.time{
    font-size:24px;
    color:var(--pink-color);
    font-weight: bold;
}
ul.subMenu{
    width:calc(var(--min-width) - 300px);
    color:#fff;
    display: flex;
    justify-content: space-around;
    margin:50px auto -50px;
}
ul.subMenu li{
    width:200px;
    height: 45px;
    border-radius: 22.5px;
    line-height: 45px;
    box-shadow: 0 0 8px rgba(0,0,0,0.35) inset;
    text-align: center;
    margin-right: 20px;
}
ul.subMenu li a{
    display: block;
    width:100%;
    height: 100%;
    color:var(--pink-color);
}
ul.subMenu li:hover,
ul.subMenu li.active{
    background:var(--pink-color);
    box-shadow: 0 0 8px rgba(0,0,0,0.35);
}
ul.subMenu li a:hover,
ul.subMenu li.active a{
    color:#fff;
}
table.price {
    width:calc(100% - 150px);
    margin:50px auto;
    border-bottom:1px solid var(--pink-color);
}
table.price thead{
    background-color:var(--lightgreen-color);
}
table.price td{
    padding:10px;
    text-align: center;
    border-top:1px solid var(--pink-color);
}
table.price tr td{
    width:25%
}
table.price tr td:first-child{
    text-align: left;
}