/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 15 2025 | 03:09:34 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 10 2023 | 07:08:06 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
.mv table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  padding-top: 140px;
}
p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #5F4641;
  line-height: 1.8;
  font-size: 18px;
}
.wp-block-button:hover {
  opacity: 0.7;
}
a img:hover {
  opacity: 0.6;
}
html {
  scroll-behavior: smooth;
}
a {
  color: #333;
 font-family: "Noto Sans JP", sans-serif;
}
a:focus {
  outline: none;
}
header {
  padding-top: 20px;
  padding-right: 50px;
  padding-left: 50px;
  padding-bottom: 20px;
  position: fixed; /*** ← fixedで固定 ***/
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  top: 0;
  left: 0;
  align-items: center;
  z-index: 3000;
	    opacity: 0.9;
}
header .navi ul li {
  margin-left: 25px;
	color:#5F4641;
}
header .navi ul li a {
  font-size: 16px;
  font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
	color:#5F4641;
}
header .navi ul li.btn1 {
  color: #FFF;
}
header .navi ul li.btn1 a {
  position: relative;
    padding-top: 10px;
    padding-right: 25px;
    padding-left: 50px;
    padding-bottom: 10px;
  text-decoration: none;
  color: #FFF;
  background-color: #02B902;
   font-size: 16px;
  font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
	border-radius:100px;
}
header .navi ul li.btn1 a:hover {
  background-color: #02B902;
  opacity: 0.7;
}
header .navi ul li.btn1 a:before {
  background: url(https://maplekids-saga.com/wp-content/uploads/ico_line_white.svg);
  content: "";
  width: 27px;
  height: 25px;
  left: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

header .navi ul li.btn2 {
  color: #FFF;
}
header .navi ul li.btn2 a {
  position: relative;
    padding-top: 10px;
    padding-right: 40px;
    padding-left: 60px;
    padding-bottom: 10px;
  text-decoration: none;
  color: #FFF;
  background-color: #F87F0E;
   font-size: 16px;
  font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
	border-radius:100px;
}
header .navi ul li.btn2 a:hover {
  background-color: #F87F0E;
  opacity: 0.7;
}
header .navi ul li.btn2 a:before {
  background: url(https://maplekids-saga.com/wp-content/uploads/ico_mail_white.svg);
  content: "";
  width: 17px;
  height: 14px;
  left: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}


#K-mv {
	background-color:#DB4D3F;
	padding-top:40px;
	padding-bottom:40px;
}
#K-mv pre {
	  font-size: 20px;
font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #FFF;
  text-align: center;
	margin-bottom:5px;
}
#K-mv h1 {
	  font-size: 36px;
font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  color: #FFF;
  text-align: center;
}


footer .section1 {
  padding-top: 60px;
  padding-bottom: 60px;
		background-image: url(https://maplekids-saga.com/wp-content/uploads/bg_contact.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
	  footer .section1 .inner {
		    padding-top: 40px;
  padding-bottom: 40px;
		  border-radius:20px;
		  		background-color:rgba(255, 255, 255, 0.9);
  }
footer .section1 pre {
  font-size: 20px;
font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #F87F0E;
  text-align: center;
	    line-height: 1;
}
footer .section1 h2 {
  font-size: 36px;
   font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  color: #5F4641;
	margin-top:5px;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
footer .section1 p.catch {
  font-size: 26px;
 font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  color: #5F4641;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.6;
}
footer .section1 .btn {
  color: #FFF;
}
footer .section1 .btn a {
  position: relative;
   padding-top: 15px;
padding-right: 30px;
    padding-left: 65px;
    padding-bottom: 15px;
  text-decoration: none;
  color: #FFF;
  background-color: #F87F0E;
   font-size: 23px;
  font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
	border-radius:100px;
}
footer .section1 .btn a:hover {
  background-color: #F87F0E;
  opacity: 0.7;
}
footer .section1 .btn a:before {
  background: url(https://maplekids-saga.com/wp-content/uploads/ico_mail_white2.svg);
  content: "";
  width: 27px;
  height: 23px;
  left: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
footer .section1 p.note {
  font-size: 16px;
  margin-top: 10px;
  text-align: center;
}



footer .section2 {
  padding-top: 40px;
  padding-bottom: 40px;
}
footer .section2 .info ul {
 display: flex;
    flex-wrap: wrap;
	font-weight: 400;
  font-size: 14px;
   font-family: "Noto Sans JP", sans-serif;
}
footer .section2 .info ul li {
	margin-right:15px;
}
footer .section2 .info ul li a {
	color:#5F4641;
}
footer .section2 .navi ul li {
  margin-left: 25px;
  margin-bottom: 5px;
	color:#5F4641;
}
footer .section2 .navi ul li a {
  font-weight: 500;
  font-size: 16px;
   font-family: "Noto Sans JP", sans-serif;
}
footer .section2 p.copy {
  font-size: 12px;
  margin-top: -25px;
  text-align: right;
}


@media (max-width: 833px) {
  body {
    padding-top: 70px;
  }
  header {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  header .logo img {
    width: 178px;
  }
  .wp-block-navigation__responsive-container-close svg, .wp-block-navigation__responsive-container-open svg {
    fill: currentColor;
    display: block;
    height: 35px;
    pointer-events: none;
    width: 35px;
  }
  .has-modal-open header .wp-block-navigation__responsive-container-close svg {
    padding-right: 15px;
    padding-top: 15px;
    height: 50px;
    width: 50px;
  }
  header .navi ul li {
    margin-bottom: 15px;
    margin-left: 0px;
    border: none;
  }
  header .navi ul li a {
    font-size: 18px;
    border: none;
  }
  .has-modal-open header .navi ul li.btn1 a {
    text-align: center;
    color: #FFF;
    font-size: 18px;
    width: 280px;
    vertical-align: text-bottom;
    margin-top: 20px;
    line-height: 3;
  }
	  .has-modal-open header .navi ul li.btn2 a {
    text-align: center;
    color: #FFF;
    font-size: 18px;
    width: 280px;
    vertical-align: text-bottom;
    margin-top: 20px;
    line-height: 3;
  }

	
	#K-mv {
	background-color:#DB4D3F;
	padding-top:20px;
	padding-bottom:20px;
}
#K-mv pre {
	  font-size: 16px;
	margin-bottom:0px;
}
#K-mv h1 {
	  font-size: 28px;
}

	
	
  footer {
    padding-bottom: 20px;
  }
  footer .section1 {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }
	  footer .section1 .inner {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  footer .section1 pre {
    font-size: 20px;
    margin-bottom: 0px;
  }
  footer .section1 h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }
  footer .section1 p.catch {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.6;
  }
footer .section1 .btn a {
    font-size: 19px;
  }
	
  footer .section2 {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  footer .section2 .info .logo {
    text-align: center;
  }
  footer .section2 .info .logo img {
    width: 198px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
	footer .section2 .info ul {
 justify-content: center;
}
  footer .section2 .navi {
    margin-bottom: 0px;
  }
  footer .section2 .navi ul {
    justify-content: center;
  }
  footer .section2 .navi ul li {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 400;
  }

  footer .section2 p.copy {
    font-size: 12px;
    margin-top: 20px;
    text-align: center;
  }
  .reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}
:root {
  scroll-padding: 100px;
  scroll-behavior: smooth;
}
.kaipc {
  display: inline;
}
.kaisp {
  display: none;
}
@media (max-width: 833px) {
  .kaipc {
    display: none;
  }
  .kaisp {
    display: inline;
  }
}

.grecaptcha-badge { visibility: hidden; }


h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
text-wrap: auto;
}
