@media screen and (min-width: 1024px) {
	.scrolled header{
	}
}

*[data-title] {
    padding: 0 0.8em 8px;
    position: relative;
    z-index: 0;
}
*[data-title]::after {
    content: attr(data-title)'';
    font-family: "Oooh Baby", cursive;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    color: #f3b3cf;
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
}
span[data-title] {
    display: inline-block;
}

/* google reCAPTCHA */
.grecaptcha-badge {
    visibility: hidden;
}


/*
---
---------------------------------------------------------------------------*/
body{
    background-color: #fceef4;
}

header{
    position: fixed;
    z-index: 400;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none
}
.header-inner {
    padding-left: 70px;
    padding-top: 50px;
    max-width: 1920px;
    margin: auto;
    position: relative;
    -webkit-transition: padding 0.3s linear;
    -o-transition: padding 0.3s linear;
    transition: padding 0.3s linear;
}
@media screen and (max-width: 1023px) {
    .header-inner {
        padding-top: 30px;
        padding-left: 20px;
    }
}
@media only screen and (max-width: 833px) {
    .header-inner {
        padding-top: 0;
        padding-left: 10px;
    }
}
body.scrolled .header-inner {
    padding-top: 0;
}

header #logo{
}
header #logo a {
    max-width: 348px;
	display: block;
	position: relative;
    padding: 10px;
    pointer-events: auto;
}
body.scrolled header #logo a{
    background-color: rgba(255,255,255,0.5);
}
header #logo img{
	display: block;
}

header .menu_global{
	-js-display: flex;
	display: flex;
}
header .menu_global > li{
	-js-display: flex;
	display: flex;
	border: 1px solid #000;
	position: relative;
	flex-basis: 100%;
}
header .menu_global > li > a{
	-js-display: flex;
	display: flex;
	align-items: center;
/*	flex-basis: 100%;*/
	flex: 1;
}
header .menu_global > li > a > span{
}
header .menu_global > li > .sub-menu{
	position: absolute;
	top: 100%;
	left: 0;
}

ul.header-button-smpmenu {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: auto;
}

@media only screen and (max-width: 833px) {
    header #logo a {
        max-width: 280px;
    }
}
@media only screen and (max-width: 560px) {
    .header-inner {
        padding-left: 5px;
        padding-top: 0;
        height: 70px;
    }
    body.scrolled .header-inner {
        background-color: #fff;
    }
    header #logo a {
        max-width: 250px;
        padding: 8px;
    }
    body.scrolled header #logo a {
        background-color: transparent;
    }
}

/*
---
---------------------------------------------------------------------------*/
section {
    padding: 50px 0;
}
section:after,
.contents_body-sb:after{
	content: '';
	display: table;
	clear: both;
}

.contents_body-sb{
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 20px;
	padding-left: 20px;
}
.contents_body-sb > :first-child{
	margin-top: 0 !important;
}
.contents_body-sb > :last-child{
	margin-bottom: 0 !important;
}

.container {
	margin-left: auto;
	margin-right: auto;
	padding-right: 20px;
	padding-left: 20px;
}
.container > :first-child{
	margin-top: 0 !important;
}
.container > :last-child{
	margin-bottom: 0 !important;
}

.container--700 {
	max-width: 740px;
}
.container--800 {
	max-width: 840px;
}
.container--900 {
	max-width: 940px;
}
.container--1000 {
	max-width: 1040px;
}
.container--1100 {
	max-width: 1140px;
}
.container--1200 {
	max-width: 1240px;
}
.container--1300 {
	max-width: 1340px;
}
.container--1400 {
	max-width: 1440px;
}

.block {
	margin-top: 50px;
}


/*
---
---------------------------------------------------------------------------*/


/*
---
---------------------------------------------------------------------------*/
section.footer-banner {
    /*padding-top: 0;*/
    padding-bottom: 80px;
}
.banner-wrapper {
    max-width: 1200px;
    margin: auto;
    padding: 0 50px;
}
.banner-wrapper .slick-slide > div {
    height: 100%;
}
.banner-wrapper .banner-box {
    height: 100%;
}
.banner-box a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 20px;
    color: inherit;
    position: relative;
    border-left: 1px solid #30383B;
}
.footer-banner .slick-active:last-of-type .banner-box a {
    border-right: solid 1px #30383B;
}
.banner-box a.bnr-img {
    padding: 5px;
}
.banner-box a:hover {
    background-color: rgba(255, 255, 255, 0.5);
}


.footer-banner .banner-wrapper .slick-list {
    padding: 0 4px;
}

.banner-wrapper .slick-arrow {
    width: 50px;
    height: 100%;
}
.banner-wrapper .slick-arrow:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.banner-wrapper .slick-arrow::before {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    top: 50%;
}
.banner-wrapper .slick-prev::before {
    left: 50%;
    transform: translate(-20%, -50%) rotate(45deg) skew(-7deg, -7deg);
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
}
.banner-wrapper .slick-next::before {
    right: 50%;
    transform: translate(20%, -50%) rotate(45deg) skew(-7deg, -7deg);
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}
/*
---
---------------------------------------------------------------------------*/
footer{
}
.footer-logo {
    margin: 0 auto;
    position: relative;
    text-align: center;
}
/*.footer-logo:before {
    content: "";
    display: block;
    padding-bottom: calc(40 / 222 * 100%);
}
.footer-logo svg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}*/
.footer-logo > a {
    display: block;
    max-width: 291px;
    padding: 10px;
    margin: 0 auto;
}
.footer-logo > a > img {
    display: block;
}

.footer-schoolinfo-add, .footer-schoolinfo-tel {
    text-align: center;
}

/* link */
footer {
    background-color: #fff;
    padding: 50px 20px;
}
footer ul#menu-footer {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0 0;
    padding: 0 20px;
    justify-content: center;
}
footer ul#menu-footer li {
    padding: 0 5px;
    position: relative;
}
footer ul#menu-footer li::after {
    content: '';
    display: block;
    width: 1px;
    height: 22px;
    background-color: #666666;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
footer ul#menu-footer li:last-of-type::after {
    display: none;
}
footer ul#menu-footer li > a {
    color: #333;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
}
footer ul#menu-footer li > a:hover {
    background-color: #fceef4;
}


.googlemap-wrapper{
	position: relative;
	padding-bottom: 50%;
}
.googlemap-wrapper iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.copy{
	text-align: center;
    color: #fff;
	font-size: 1.2rem;
    padding: 10px;
    background-color: #d8577a;
}


/*
---
---------------------------------------------------------------------------*/
.go_page_top{
	position: fixed;
	bottom: 5px;
	right: 5px;
	opacity: 0;
	z-index: 100;
	cursor: pointer;
	width: 85px;
	height: 85px;
	transition: all .5s;
	border-radius: 5px;
	background-color: rgba(77,77,77,1);
}
.go_page_top img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.scrolled .go_page_top{
	opacity: 0.65;
}
.notouch.scrolled .go_page_top:hover{
	opacity: 1;
}


@media only screen and (max-width: 1279px) {
	header #logo{
	}
}


@media only screen and (max-width: 1023px) {
	/*
	---
	---------------------------------------------------------------------------*/
	body{
	}
	header{
	}
	
	
	/*
	---
	---------------------------------------------------------------------------*/
}


@media only screen and (max-width: 767px) {
	body{
	}
	
	
	/*
	---
	---------------------------------------------------------------------------*/
	
	
	/*
	---
	---------------------------------------------------------------------------*/
	footer{
	}
	
	.go_page_top{
		width: 50px;
		height: 50px;
	}
}


@media only screen and (max-width: 560px) {
	body{
	}
    
    section.footer-banner {
        padding-bottom: 50px;
    }
    footer ul#menu-footer li > a {
        font-size: 12px;
    }
    
    .copy {
        font-size: 1rem;
    }
}



