/*
 Theme Name: キッズプライムはなれ
 Theme URI:    https://understrap.com
 Description:  Understrap Child Theme
 Author:       the Understrap Contributors
 Author URI:   https://github.com/understrap/understrap-child/graphs/contributors
 Template:     understrap
 Version:      1.1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: understrap/understrap-child
*/
@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500&family=Noto+Sans+JP:wght@400;600&display=swap');

body {font-family: 'M PLUS Rounded 1c', sans-serif;color: #6a3907;font-weight: 400;background: #c57241 url('images/bg_body.jpg') 0 0 repeat;font-size: 18px;}
a {transition: .2s;color: #6a3907;text-decoration: none;font-weight: 400;}
a:hover img {opacity:.8;color: #9fc322;}
p {margin-bottom: 0;line-height: 1.6;}
p + p {margin-top: 1.8em;}
i > img {height: 1em;}
section {padding: 80px 0;position: relative;}
main {background-color: #fff;}
.kaku {font-family: 'Noto Sans JP', sans-serif;font-weight: 400;}

.box {position:relative;}
.req::after,.req label::after {content: '*';color: #ea2d76;}
dt.req::after {display: none;}
.fz-more {font-size: 1.2em;}
.hl	{background: linear-gradient(transparent 60%, #ffff66 60%);display: inline;}
.btn {border-radius: 10px;padding: 20px 40px;width: 100%;max-width: 600px;font-weight: 500;letter-spacing: 2px;font-size: 1.2em;color: #fff;background-color: #9fc322;}
.btn:hover {background-color: #DBEACC;color: #fff;}
.btn.wire {border: 1px solid  #333;background: transparent;}
.btn.wire:hover {background-color: #333;color: #fff;}
.btn.wire.w-100 {max-width: 100%;}
.btn-large {font-family: 'Noto Sans JP', sans-serif;font-weight: 600;font-size: 32px;}
.btn-large i > img {height: 1.5em;margin-right: 10px;border-radius: 10px;}
.btn.brown {background-color: #6a3907;border-color: #6a3907;}
.btn.brown:hover {background: transparent;color: #6a3907;}

.navbar-toggler { position: fixed;right: 30px;padding: 5px;z-index: 999;background-color: #fff !important;}
.navbar-toggler-icon {background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");}
.btn-close {background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;filter:none !important;}
.navbar-brand a {font-family: 'Noto Sans JP',sans-serif;text-decoration: none;font-size: 1.2em;}
.navbar-nav .nav-link {font-weight: bold;}
.nav-buttons {position: fixed;left: 0;bottom: 0;width: 100%;display:flex;box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);background-color: #fff;}
.nav-buttons a {padding: 10px;font-size: 1em;display:block;width:100%;}	

.offcanvas {background-color: #eaeaea;text-align: center;}

.site-header {background-color: #fff;margin-top: 30px;}
.header-logo {max-width: 380px;}
.copyright {margin-top: 40px;}
.btn-tel,.btn-mail {max-width: 100%;display: block;transition: .2s;border-radius: 0;}
.btn-tel {background-color: #9fc322 !important;color: #fff;}
.btn-mail {background-color: #d0b420 !important;color: #fff;}
.btn-tel:hover,.btn-mail:hover {opacity: .8;color: #fff;}

.header-nav .btn-tel {border: 1px solid  #9fc322;border-radius: 64px;max-width: 340px;padding: 10px 30px;}
.header-nav .btn-tel:hover {opacity: 1;background-color: #cde188 !important;}
.header-nav .btn-tel i > img {height: 3em;}

.header-nav-tel {margin: 0 40px;max-width: 400px;}

.footer-contact {
	background: #e0f3f3 url('images/bg_footer.png') 50% 100% no-repeat;
	background-size: 100% auto;
	padding-bottom: 27vw;
}

.bnr-recruit {
	border: 5px solid  #9fc322;
}
.bnr-recruit a {display: flex;background-color: #fff;min-height: 200px;align-items: stretch;}
.bnr-recruit img {
	object-fit: cover;
	width: 30%;
	transition: .2s;
}
.bnr-recruit::before {
	content: '';
	position: absolute;
	left: 25%;
	right: auto;
	top: 0;
	bottom: 0;
	width: 5%;
	background: linear-gradient(to right, transparent 0%, transparent 70%, #fff 100%);
	z-index: 1;
}
.bnr-recruit span {
	color: #9fc322;
	font-weight: 500;
	font-size: 60px;
	padding: 20px;
	margin-left: -40px;
	display: flex;justify-content: center;align-items: center;
	position: relative;
	z-index: 2;
}

.site-footer {
	padding: 80px 0;
	color: #fff;
}
.site-footer a {color: #fff;}
.footer-logo {max-width: 360px;width: 80%;}
.footer-menu ul {
	margin: 0;padding: 0;
	list-style: none;
}
.footer-menu a {
	color: #fff;
	font-size: 1.1em;
}
.copyright {
	text-align: center;
	color: #fff;
	background-color: #6a3907;
	padding: 40px;
}
.footer-menu a[target="_blank"]::after,.navbar-nav .nav-link[target="_blank"]::after {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	content: "\f08e";
	margin-left: 8px;
}

.ttl-img {
	padding: 0;margin: 0 auto 2em;
	text-align: center;
}
.ttl-txt {
	font-size: 48px;
	font-weight: 500;
	line-height: 1.65;
	margin-bottom: 1.5em;
}
.ttl-txt span {display: inline-block;}

/* top */
.mainvis {position:relative;overflow: hidden;border-radius: 36px;margin-bottom: -200px;}
.front-about {margin-top: 180px;}

.front-first {
	padding: 50px 0;
	background-color: #f5f3e7;
	background:url(images/cover_bk_left.png) 0% 90% / 10% auto no-repeat,url(images/cover_bk_right.png) 100% 90% / 10% auto no-repeat,
		url('images/cover_bk.png') 0 0 / cover no-repeat;
	z-index: 1;
}
.set-front-menu .btn-wood {
	background: #79513a url(images/wood_01.png) 50% 50% no-repeat;
	background-size: cover;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
	width: 19%;
	padding: 10px;
	font-weight: 500;
	border-radius: 10px;
}
.set-front-menu .btn-wood:nth-of-type(2) {background-image: url(images/wood_02.png);}
.set-front-menu .btn-wood:nth-of-type(3) {background-image: url(images/wood_03.png);}
.set-front-menu .btn-wood:nth-of-type(4) {background-image: url(images/wood_04.png);}
.set-front-menu .btn-wood:nth-of-type(5) {background-image: url(images/wood_05.png);}

.ttl-img-wrap {position: relative;margin: 40px 0;text-align: center;}
.ttl-img-wrap img {margin: 10px 15px;}
.ttl-img-wrap span{
	margin-top: 20px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	font-size:2.5rem;
	letter-spacing:2px;
	color:#819d22;
}
.ttl-img-wrap .sub {color:#fccb45;}

.front-about {
	background:url(images/bg_about_left.png) 0% 100% / auto auto no-repeat,url(images/bg_about_right.png) 100% 100% / auto auto no-repeat;
}
.front-about .pic {
	float: right;
	width: 30%;
	position: relative;
	margin-left: 30px;margin-bottom: 30px;
}
.front-about .pic::before {
	content: '';
	border-radius: 10px;
	background-color: #9fc322;
	position: absolute;
	left: -15px;top: 15px;right: 15px;bottom: -15px;
}
.front-about .pic img {position: relative;border-radius: 15px;}

.front-space {
	height: 400px;
	max-height: 70vh;
	background: #fff url('images/front_pic_01.jpg') 50% 0 no-repeat;
	background-size: cover;
	background-attachment: fixed;
}


.front-education .btn.brown {
	width: 300px;
}

.set-program .box {
	overflow: hidden;
	border-radius: 20px;
}

.set-program span {
	position: absolute;
	left: 0;bottom: 0;right: 0;
	text-align: center;
	background-color: #9fc322;
	color: #fff;
	font-size: 1.2em;
	padding: 10px;
	letter-spacing: 2px;
}
.set-program .pic {
	text-align: center;
}
.set-program .pic img {
	max-width: 300px;
	width: 85%;
}

.front-price {
	background-color: #fcfecd;
}

.front-price .container	{
	background: transparent url(images/front_price_pic.png) 99% 3% no-repeat;
	background-size: 20%;
}

.box-collapse {
	border: 1px solid  #6a3907;
	padding: 0;
	margin: 40px auto;
	max-width: 960px;
}

.box-collapse button {
	display: block;
	width: 100%;
	background: none;
	border: none;
	text-align: left;
	font-size: 1.4em;
	letter-spacing: 2px;
	padding: 15px 45px 15px 25px;
	position: relative;
}
.box-collapse dd {
	padding: 20px 25px;
	border-top: 1px dotted #6a3907;
}

.box-collapse button::before, .box-collapse button::after {
  content:'';
  position:absolute;
  right:15px;
  width:20px;
  height:2px;
  background-color:#6a3907;
  top:50%;
}
 
.box-collapse button::before {
  transition: transform 0.5s linear;
  transform:translateY(-50%) rotate(90deg);
}
.box-collapse button[aria-expanded=true]::before {
  transform:translateY(-50%) rotate(-0deg) !important;
}

.list-news {
	max-width: 960px;
	list-style: none;
	margin: 40px auto;
	padding: 0;
	border-top: 1px solid  #6a3907;
}
.list-news li {
	padding: 15px 20px;
	border-bottom: 1px solid  #6a3907;
}

/* sub */
.navbar-brand {padding: 0;}
.wrapper {background-color: #fff;}
.table-simple {
	width: 100%;
}
.table-simple th,.table-simple td {
	padding: 15px 20px;
	border: 1px solid  #ccc;
}
.table-simple th {
	background-color: #9fc322;
	border-color: #888;
}
.page-content .search-form .submit { width: 5em;padding: 10px;}

.set-contact .pic img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.memo { background: #e0f3f3;padding: 20px; margin-bottom: 30px;}
.wpcf7 .wpcf7-form .memo p {margin: 0;}
.wpcf7 input[type=submit] {max-width: 100%;background-color: #6a3907;border-color: #6a3907;color: #fff;border-radius: 10px;padding: 10px 20px;font-weight: 500;letter-spacing: 2px;font-size: 1.2em;}
.wpcf7 input[type=submit]:hover {background: transparent;color: #6a3907;border-color: #6a3907;}


/* time-schedule */
.wrap-schedule {
	text-align: center;
	background: #fcfecd;
	border-radius: 20px;
}
.time-schedule {
	max-width: 900px;
  list-style: none;
	display: inline-block;
  margin: 0 auto 0 6em;
  padding: 0 0 0 30px;
  border-left: 6px solid #9fc322;
  box-sizing: border-box;
}
.time-schedule li {
  width: 100%;
  margin: 0 0;
  padding: 15px 0;
  position: relative;
	text-align: left;
}
.time-schedule li:first-child {padding-top: 40px;}
.time-schedule li:last-child {padding-bottom: 40px;}
.time-schedule span.time {
  width: 5em;
  display: inline-block;
  margin-left: -8em;
  padding: 0 0 5px;
  margin-top: 15px;
  vertical-align: top;
  position: relative;
  text-align: right;
  box-sizing: border-box;
}
.time-schedule span.time::after {
  content: "";
  position: absolute;
	z-index: 1;
  right: -31px;
  top: 4px;
  background: #9fc322;
  width: 20px;
  height: 20px;
  border-radius: 10px;
}
.time-schedule .box {
  display: inline-block;
  width: 100%;
  margin-left: 30px;
  padding: 20px;
  vertical-align: middle;
  background: #fff;
  box-sizing: border-box;
	border-radius: 22px;
  border: 5px solid #6a3907;
	overflow: hidden;
	position: relative;
}
.time-schedule .ttl {
	margin: -20px -20px 0.8em;
	padding: 15px 20px;
	background: #6a3907;
	color: #fff;
}
.time-schedule .sch_tx {
  
}
.time-schedule li.no-time span.time::after {
	content: none;
}

.page-first {
	background: linear-gradient( 130deg, rgb(219 255 197 / 60%), rgb(255 244 179)),
  url(images/facility_bg.jpg);
	background-size: cover;
	text-align: center;
	padding: 80px 30px;
}
.page-first .box {
	background: rgba(255,255,255,0.3);
	backdrop-filter: blur(12px);
	padding: 40px;
	text-align: left;
}
.page-first .fz-more {
	
}
.box-rounded {
	background: #fff;
	box-sizing: border-box;
	border-radius: 22px;
	border: 5px solid #6a3907;
	overflow: hidden;
	position: relative;
	margin: 40px 0;
}
.box-rounded .br-header h2.ttl{
	padding: 15px 20px;
	background: #6a3907;
	color: #fff;
}
.box-rounded .br-content {
	background-color: #fff;
	padding: 20px 20px 30px;
}
.box-rounded .br-content h3.ttl {
	color: #9fc322;
	padding: 5px;
	margin-bottom: 1em;
}
.box-rounded .br-content h4.ttl {
	margin: 1em 0;
}
.box-rounded .pic.float-end {position: relative;border-radius: 15px;margin-bottom: 30px;}
.box-rounded .pic.float-end::before {
	content: '';
	border-radius: 10px;
	background-color: #9fc322;
	position: absolute;
	left: -15px;
	top: 15px;
	right: 15px;
	bottom: -15px;
}
.box-rounded .pic.float-end img {position: relative;z-index: 1;border-radius: 10px;}
.box-rounded .set-footer-btn .btn-large {font-size: 20px;}

.set-event {
	padding: 0 30px;
	margin: 30px auto 0;
	max-width: 900px;
}
.set-event .box {
	width: 24%;
	border: 5px solid  #9fc322;
	border-radius: 16px;
	padding: 20px;
	text-align: center;
	margin: 10px 0;
}
.set-event i img {
	max-width: 100px;
	width: 80%;
	height: auto;
	display: block;
	margin: 0 auto 10px;
}
.set-event h4.ttl {
	margin: 0 10px .2em !important;
}

hr {border-top: 1px dashed #ccc;margin: 40px 0;}

h2.ttl-obi {
	display: inline;
	background-color: #6a3907;
	color: #fff;
	line-height: 1.8;
	padding: 2px 5px;
}
.f-gallery {
	margin: 50px 0 0;
}
.list-normal {margin: 30px 0;}

.set-program {margin: 30px 0;}

.pic-program img {
	object-fit: cover;
	height: 300px;
	width: 100%;
}
/* recruit */
.recruit_badge {
  position: relative;
  z-index: 30;
  width: 1000px;
  background-color: #fff;
  box-shadow: 0.3rem 1rem 3rem 0 rgba(100, 100, 100, 0.16);
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  margin-top: -3rem;
	margin-bottom:80px;
  overflow: hidden;
}
.recruit_badge dl dt {
	text-align:center;
	font-size:24px;
	color:#9fc322;
	margin-bottom:30px;

}
.recruit_ph {
	overflow:hidden;
}
.recruit_ph ul {
	display: flex;
  justify-content: center;
  background: #ccc;
  flex-wrap: wrap;
	padding:0;
	margin:0;
}
.recruit_ph ul li {
width: 50%;
	list-style:none;
	padding:0;
	margin:0;
}
@media (max-width: 748px) {
	.recruit_badge {
  position: relative;
  z-index: 30;
  width: 90%;
  background-color: #fff;
  box-shadow: 0.3rem 1rem 3rem 0 rgba(100, 100, 100, 0.16);
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  margin-top: -3rem;
	margin-bottom:50px;
  overflow: hidden;
}
}
/* archive */
.entry-meta, .entry-meta .updated,.entry-meta .byline {display: none;}
.npcatch {list-style: none;padding-left: 0;}
#npcatch figure {margin-bottom: 0;}
.npcatch .date {font-size: .8em;}
.widget-area .widget + .widget {border-top: 1px solid #333;padding-top: 30px;margin-top: 30px;}
body.archive .page-header .page-title {font-size: 0;}
article + article {margin-top: 20px;padding-top: 40px;border-top: 1px solid  #333;}
.understrap-read-more-link {float: right;padding: 5px;max-width: 300px;}
article::after {clear: both;display: block;content: '';}
.site-main {margin-bottom: 40px;}
.wp-block-search__button {padding: 8px;width: 5em;background-color: #9fc322;border-color: #9fc322;}
.wp-block-search__button:hover {border-color: #9fc322;background-color: transparent;color: #9fc322;}

body:not(.archive) .entry-title,body.archive .page-header .page-title span {color: #6a3907;font-weight: 900;font-size: 40px;margin-bottom: 1em;	padding: 30px 20px;background: #f8f4f4 url('images/cover_bk.png') 0 0 no-repeat;background-size: cover;}
body.archive .page-header .page-title span {display: block;}
body.page .entry-title {text-align: center;color: #9fc322;}
body.page .entry-title:first-letter {color: #6a3907;}


.post-navigation {margin-top: 40px;border-top: 1px solid  #333;padding-top: 20px;}
.wp-block-search__label {display: none !important;}

.widget .wp-block-heading {font-size: 1.25em;color: #6a3907;}

.program-ryouiku {
	border-color: #c57241;
}
.program-ryouiku.box-rounded .br-header h2.ttl {background-color: #c57241;text-align: center;}

.program-ryouiku .set-program .pic img {border: 10px solid  #fff;
box-shadow: 0 1.9px 2.5px rgba(0, 0, 0, 0.057),0 5px 6.1px rgba(0, 0, 0, 0.076),0 10.1px 11.4px rgba(0, 0, 0, 0.086),0 19.2px 19.8px rgba(0, 0, 0, 0.092);transform: rotate(-2deg);max-width: 600px;}
.program-ryouiku .set-program:nth-of-type(4) .pic img{border: none;box-shadow: none;transform: none;}
.program-ryouiku .set-program.flex-lg-row-reverse .pic img {transform: rotate(4deg);}

.box-rounded .br-content .set-ryouiku h3.ttl {
	color: #6a3907;
	border-bottom: 1px solid  #6a3907;
}
.set-ryouiku h3.ttl .sub {
	font-weight: 400;
	font-size: 1rem;
	display: inline-block;
}
.ttl-obi-wrap {
	text-align: center;
}
.ttl-obi {
	background-color: #c4db75;
	color: #333;
	padding: 8px 10px;
}

.list-num {
	list-style: none;
	position: relative;
	margin: 20px;
}
.list-num li {
	counter-increment: num;
	padding: 0 0 0 1em;
}
.list-num li + li {
	margin-top: 1.2em;
}
.list-num li::before {
	content: '0'counter(num);
	position: absolute;
	left: 5px;
	font-weight: 700;
	color: #7cc2bc;
}

/* PC↑ */
@media (min-width: 992px) {
	.d-lg-flex.half {justify-content: space-between;flex-wrap: wrap;}
	.d-lg-flex.half > * {width: 49%;margin: 30px 0;}
	
	.footer-menu {columns: 2;}
	.footer-menu li {margin: 1em;}
	.site-header .container {flex-wrap: nowrap;}
	.set-footer-btn .btn-large {font-size: 26px;}
	.set-contact {justify-content: space-between;}
	.set-contact .pic {width: calc(100% - 650px); max-width: 1000px;margin: 0 auto;}
	.set-contact .wpcf7 {width: 600px;margin: 0 0 0 auto !important;}
	.time-schedule .box .pic {float: right;width: 36%;margin-left: 2%;}
	.box-rounded .pic.float-end {width: 30%;margin-left: 1.5em;}
	.f-gallery {margin-top: 80px;}
	.set-program {display: flex;justify-content: space-between;align-items: center;}
	.set-program .pic {width: 20%;}
	.set-program .txt {width: 75%;}
	.program-ryouiku .set-program .pic {width: 40%;}
	.program-ryouiku .set-program .txt {width: 60%;}
	.program-ryouiku .set-program.flex-lg-row-reverse:nth-of-type(2) .pic,.program-ryouiku .set-program:nth-of-type(4) .pic {width: 50%;}
	.program-ryouiku .set-program.flex-lg-row-reverse:nth-of-type(2) .txt,.program-ryouiku .set-program:nth-of-type(4) .txt {width: 50%;}
}

/* tablet↓ */
@media (max-width: 991.8px) {
	.d-lg-flex.half > * + * {margin-top: 40px;}
	.nav-buttons {position: fixed;left: 0;bottom: 0;width: 100%;display:flex;box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);background-color: #fff;}
	.nav-buttons a {padding: 10px;font-size: 1em;display:block;width:100%;}	
	.site-header-container {padding-left: 50px;}
	.copyright {padding-bottom: 120px;}
	.front-about .pic { float: none;margin: 20px auto 50px;max-width: 80%;display: block;width: 80%;}
	.site-header .container {justify-content: center;}
	.header-logo {height: 80px;}
	.ttl-txt {font-size: 33px;}
	.set-footer-btn {text-align: center;}
	.bnr-recruit {margin-top: 30px;}
	.bnr-recruit a {flex-direction: column;}
	.bnr-recruit img {width: 100%;}
	.bnr-recruit::before {content: none;}
	.bnr-recruit span {margin: 0;font-size: 5vw;}
	.site-footer {text-align: center;padding: 40px 0;}
	.footer-menu {display: none;}
	.front-education .pic {width: 80%;margin: 10px auto;}
	.site-header {margin-top: 15px;}
	.set-contact .pic {height: 300px;margin-bottom: 20px;}
	.wpcf7 {max-width: 100%;}
	.time-schedule .box .pic {padding: 10px;text-align: center;}
	.time-schedule {width: calc(100% - 3em);margin-left: 0; margin-right: -75px;padding: 0 30px;}
	.set-event {padding: 0;}
	.set-event .box {width: 32%;}
	.set-event p {font-size: 14px;}
	.box-rounded .pic.float-end::before {left: -8px;top: 8px;right: 8px;bottom: -8px;}
	.set-program .pic {margin-bottom: 20px;}
	.set-program .ttl {text-align: center;margin-bottom: .3em !important;}
	.program-ryouiku .set-program .pic {padding: 5px 20px 20px;}
}

/* ExtraLarge */
@media (min-width: 1200px) {
	section {padding: 120px 0;}
	.front-education,.front-service {padding-bottom: 0;}
	.front-education .container	{max-width: 1000px;}
	.header-nav .btn-tel {padding: 10px 20px;}
	.set-footer-btn .btn-large {font-size: 32px;}
	.time-schedule {padding-left: 40px;}
	.time-schedule span.time::after {right: -21px;}
	.time-schedule span.time {padding: 0 10px 5px;}
	.box-rounded {margin: 90px 0;}
	.box-rounded .br-content {padding: 40px;}
}
@media (min-width: 1400px) {
 	.ttl-img-wrap span::before,
	.ttl-img-wrap span::after{content:'\30FB\30FB\30FB\30FB\30FB\30FB';flex-grow: 1;color:#6a3907;}
	.ttl-img-wrap span::before{margin-right: 10px;padding-left: 15px;}
	.ttl-img-wrap span::after{margin-left: 10px;padding-right: 15px;}
	.front-body p {line-height: 2;}
}

/* mobile */
@media (max-width: 575.8px) {
	body {font-size: 16px;}
	section {padding:40px 0;}
	
	.table-simple.sp-col tr,.table-simple.sp-col th,.table-simple.sp-col td {display: block;width: 100%;}
	.table-simple.sp-col th {border-bottom: none;font-size: .9em;padding: 9px 20px;}
	.table-simple.sp-col td {border-top: none;}
	
	.site-footer {padding: 40px 0;}
	.front-education .btn.brown {width: 100%;}
	.ttl-img-wrap img {height: 38px;}
	.ttl-img-wrap {margin-top: 0;}
	.ttl-img img {height: 54px;}
	.ttl-txt {font-size: 18px;}
	.box-collapse button {font-size: 1.1em;}
	.box-collapse {margin: 30px 0;}
	.btn-large {font-size: 20px;padding: 20px;}
	.time-schedule span.time::after {right: -25px;top: 2px;}
	.set-event .box {width: 48%;}
	.page-first .box {padding: 10px;}
	.box-rounded .btn-large {font-size: 16px;}
	.box-rounded .set-footer-btn .btn-large {font-size:16px;}
	.box-rounded .d-lg-flex.half > * + * {margin-top: 20px;}
	.page-first .box {padding: 20px;}
	.page-first {background-size: cover,contain;padding: 46vw 10px 10px;background-repeat: no-repeat;}
	.ttl-img-wrap span { flex-direction: column; font-size: 1.5rem;}
}
_::-webkit-full-page-media, _:future, :root .front-space {
	background-attachment: scroll;
}