@charset "utf-8";

/* reset */
/* Made by Elly Loel - https://ellyloel.com/ */
*{margin:0;padding:0;/*line-height:calc(0.25rem + 1em + 0.25rem)*/}*,::before,::after{box-sizing:border-box}*:where(:not(fieldset,progress,meter)){border-width:0;border-style:solid;background-origin:border-box;background-repeat:no-repeat}html{block-size:100%;-webkit-text-size-adjust:none}@media (prefers-reduced-motion:no-preference){html:focus-within{scroll-behavior:smooth}}body{-webkit-font-smoothing:antialiased;text-rendering:optimizeSpeed;min-block-size:100%}:where(img,svg,video,canvas,audio,iframe,embed,object){display:block}:where(img,svg,video){block-size:auto;max-inline-size:100%}:where(svg){stroke:none;fill:currentColor}:where(svg):where(:not([fill])){stroke:currentColor;fill:none;stroke-linecap:round;stroke-linejoin:round}:where(svg):where(:not([width])){inline-size:5rem}:where(input,button,textarea,select),:where(input[type="file"])::-webkit-file-upload-button{color:inherit;font:inherit;font-size:inherit;letter-spacing:inherit}:where(textarea){resize:vertical}@supports (resize:block){:where(textarea){resize:block}}:where(p,h1,h2,h3,h4,h5,h6){overflow-wrap:break-word}h1{font-size:1.8}:where(ul,ol)[role="list"]{list-style:none}a:not([class]){text-decoration-skip-ink:auto}:where(a[href],area,button,input,label[for],select,summary,textarea,[tabindex]:not([tabindex*="-"])){cursor:pointer;touch-action:manipulation}:where(input[type="file"]){cursor:auto}:where(input[type="file"])::-webkit-file-upload-button,:where(input[type="file"])::file-selector-button{cursor:pointer}@media (prefers-reduced-motion:no-preference){:focus-visible{transition:outline-offset 145ms cubic-bezier(.25,0,.4,1)}:where(:not(:active)):focus-visible{transition-duration:0.25s}}:where(:not(:active)):focus-visible{outline-offset:5px}:where(button,button[type],input[type="button"],input[type="submit"],input[type="reset"]),:where(input[type="file"])::-webkit-file-upload-button,:where(input[type="file"])::file-selector-button{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;user-select:none;text-align:center}:where(button,button[type],input[type="button"],input[type="submit"],input[type="reset"])[disabled]{cursor:not-allowed}

/* reset plus */
h1,h2,h3,h4,h5 { margin: 0 0 1em; font-weight: 300; line-height: 1.25; }
h1 { font-size: 2.4rem; }
ul,ol { list-style: none; }
ul,ol,dl,dt,dd,p { margin: 0; padding: 0; }

@media (prefers-reduced-motion: no-preference) {
	html {
		scroll-behavior: smooth;
	}
}
[id] {
	scroll-margin-top: 0;
}
@media only screen and (max-width: 767px) {
	.pc-only {
		display: none !important;
	}
}
@media print, screen and (min-width: 768px) {
	.sp-only {
		display: none !important;
	}
}
html * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body,input {
	font-family: 'Noto Sans JP', sans-serif;
}
html {
	font-size: 62.5%;
}
body {
	border-top: 20px solid #f5f1ef;
	font-size: 1.6rem;
	padding: 20px 0 0;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.75;
	text-size-adjust: 100%;
	text-rendering: optimizeLegibility;
	font-kerning: auto;
}
.center {
	text-align: center;
}
.small {
	font-size: 85%;
}
.brown {
	color: #71492e;
}
.container {
	max-width: 800px;
	margin: 0 auto;
}
img.stroller {
	width: 200px;
	margin: 0 auto 10px;
}
.pagetitle {
	margin: 0;
	padding: 0 0 .75em;
	font-family: 'Oswald', 'Noto Sans JP', sans-serif;
	font-size: 3.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.15;
}
.pagetitle .emp {
	color: #915e3c;
}
.pagetitle .aftercare {
	display: block;
	margin-top: .5em;
	font-size: 2rem;
	letter-spacing: .4em;
	padding-left: .4em;
}
.subtitle {
	display: block;
	margin: 1.5em 0 0;
	font-size: 2.4rem;
	font-weight: 300;
}
.lead {
	margin: -.5em 0 1.25em;
}
.lead a {
	color: #000;
}
.lead a:hover {
	text-decoration: none;
}
.program {
	margin-bottom: 40px;
	padding: 1px 20px 40px;
	background: #f5f1ef;
}
.h2 {
	margin: 1.5em 0 .5em;
	font-size: 2.4rem;
	text-align: center;
}
.program p:not([class]) {
	margin: 1em 0;
}
.col2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.col2 > li {
	margin: 6px 0;
}
a.btn-white {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	height: 44px;
	margin: 0 auto;
	border: 1px solid #e5dfdb;
	border-radius: 3px;
	background: #fff;
	color: #71492e;
	font-size: 1.5rem;
	font-weight: 400;
	text-decoration: none;
	transition: .2s;
}
a.btn-white:hover {
	background: #71492e;
	border-color: #71492e;
	color: #fff;
}
.ph {
	margin-right: 2px;
	font-size: 125%;
}
@media screen and (max-width: 767px) {
	.col2 > li:nth-child(n+2) {
		margin-top: 10px;
	}
}
@media screen and (min-width:768px) {
	body {
		padding: 40px 0 0;
	}
	.pagetitle {
		font-size: 6rem;
	}
	.pagetitle > .aftercare {
		font-size: 3rem;
		letter-spacing: .57em;
		padding-left: .62em;
	}
	img.stroller {
		width: 240px;
	}
	.program {
		padding: 10px 0 60px;
	}
	.h2 {
		margin: 1.5em 0 1em;
		font-size: 3.2rem;
	}
	.program p:not([class]) {
		font-size: 1.8rem;
	}
	.col2 > li:nth-child(odd) {
		margin-right: 10px;
	}
}
.block-register {
	text-align: center;
	padding-bottom: 40px;
}
.terms {
	height: 14em;
	margin: 20px;
	padding: 15px;
	border: 1px solid #ddd;
	text-align: left;
	overflow-y: auto;
}
.h3_terms:nth-of-type(n+2) {
	margin: 2em 0 1em;
}
.terms p {
	margin: 1em 0;
}
.terms ul li {
	margin-left: 1.5em;
	list-style: disc;
}
@media screen and (min-width:768px) {
	.terms {
		height: 20em;
		margin: 20px 0;
	}
}
#consent {
	display: none;
}
#consent + label {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 14em;
	margin: 0 auto;
	border-bottom: 1px dashed #000;
	font-weight: 400;
	transition: .2s;
}
#consent:checked + label .ph-check-circle {
	font-family: "Phosphor-Fill" !important;
}
#consent:checked + label .ph-check-circle::before {
	color: #bf0000;
}
.go-register .caution {
	display: block;
	margin: 6px 0 20px;
	color: #bf0000;
	font-size: 1.3rem;
	font-weight: 400;
	transition: .2s;
}
#consent:checked + label + .go-register .caution {
	opacity: .3;
}
a.btn-register {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 280px;
	height: 44px;
	margin: 0 auto;
	border-radius: 3px;
	background: #aaa;
	color: #fff;
	font-weight: 400;
	text-decoration: none;
	pointer-events: none;
	transition: .2s;
}
#consent:checked + label + .go-register a.btn-register {
	background: #bf0000;
	pointer-events: auto;
	transition: .2s;
}
#consent:checked + label + .go-register a.btn-register:hover {
	opacity: .7;
}
@media screen and (min-width:768px) {
	.block-register {
		padding-bottom: 60px;
 	}
	#consent + label:hover {
		opacity: .7;
	}
}
.step > li {
	position: relative;
	counter-increment: step;
	background: #fff;
}
.step > li::before {
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	content: counter(step);
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: /*#915e3c*/ #bf0000;
	color: #fff;
	font-family: 'Rozha One', 'Noto Sans JP', sans-serif;
	font-size: 2.4rem;
	font-weight: 300;
}
.step h3 {
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.step > li {
		margin-top: 40px;
		padding: 40px 20px 10px;
	}
}
@media screen and (min-width:768px) {
	.step > li {
		margin-top: 60px;
		padding: 40px 40px 20px;
	}
	.step > li::before {
		top: -25px;
		width: 50px;
		height: 50px;
		font-size: 2.8rem;
	}
	.step h3 {
		font-size: 2rem;
	}
}
.program hr {
	height: 0;
	margin: 40px 0;
	padding: 0;
	border-top: 1px solid #ddd5d1;
	border-bottom: 1px solid #fff;
}
.program .bg-white hr {
	margin: 20px 0 14px;
}
.bg-white {
	background: #fff;
	padding: 20px;
}
.inquiry-wrapper {
	display: flex;
	align-items: center;
	font-size: 1.5rem;
	line-height: 1.6;
}
.inquiry-wrapper > .ph::before {
	margin: 0 14px 0 4px;
	font-size: 4rem;
}
.ph-arrow-square-out {
	position: relative;
	bottom: -1px;
	left: 3px;
	font-size: 98%;
}
.inquiry-cont a {
	display: inline-block;
}
.inquiry-cont p {
	margin: 0 !important;
}
.tel {
	color: #000;
	font-family: 'Oswald', 'Noto Sans JP', sans-serif;
	font-size: 2.4rem;
	font-weight: 300;
	text-decoration: none;
}
.webform {
	margin-bottom: 8px;
	color: #000;
	border-bottom: 1px solid #000;
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 1.25;
	text-decoration: none;
	transition: .2s;
}
.webform:hover {
	border-color: #fff;
}
.hours {
	display: block;
	color: #915e3c;
	font-weight: bold;
}
@media screen and (min-width:768px) {
	.bg-white {
		padding: 40px;
	}
	.inquiry-wrapper {
		font-size: 1.8rem;
	}
	.inquiry-wrapper > .ph::before {
		margin: 0 24px 0 14px;
		font-size: 6rem;
	}
	.program .bg-white hr {
		margin: 30px 0 24px;
	}
	.tel {
		font-size: 2.8rem;
	}
	.webform {
		font-size: 2rem;
	}
}

/* 登録フォーム */
.form-group {
	margin-bottom: 1.5em;
}
.form-label {
	display: block;
	margin: 0 0 2px;
}
.form-label::before {
	display: inline-block;
	content: '\0025a0';
	color: #ddd4cf;
}
.form-parts > label {
	display: block;
}
input[type=text],
input[type=email],
input[type=tel],
textarea {
	width: 100%;
	height: 44px;
	padding: 0 6px;
	border: 1px solid #ccc;
	border-radius: 3px;
}
textarea {
	height: 10em;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
	background: #fff3f3;
}
input[name=zipcode] {
	width: 8em;
}
input[type=button],
input[type=submit] {
	height: 44px;
	padding: 0px 1em;
	border-radius: 3px;
	background: #000;
	color: #fff;
	transition: .2s;
}
input[type=button].btn-zipAddrRun {
	margin-left: 2px;
	background: #00b0bf;
}
input[type=submit] {
	display: block;
	width: 12em;
	margin: 20px auto 0;
}
input[type=submit].btn-primary {
	background: #bf0000;
}
input[type=button]:hover,
input[type=submit]:hover {
	opacity: .7;
}
input[type=checkbox] {
	margin-right: 4px;
}
.badge-danger {
	margin-left: .25em;
	color: #bf0000;
	font-size: 1.2rem;
}
.alert-top {
	margin-bottom: 1.75em;
	border: 1px solid #f00;
	color: #f00;
	text-align: center;
}
div[role=alert] {
	color: #f00;
}
#powered_by_me,
#powered_by_me a {
	font-size: 1.3rem;
	color: #bbb;
}
#powered_by_me {
	margin: 60px 0 -40px;
	text-align: center;
}
#powered_by_me a {
	pointer-events: none;
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	.register .container {
		padding: 0 15px 5px;
	}
	.confirm form {
		padding-top: 1em;
	}
	.confirm .form-label {
		border-bottom: 1px dashed #ddd;
	}
}
@media screen and (min-width:768px) {
	.register .container {
		padding: 0 0 10px;
	}
	.form-group {
		display: flex;
		align-items: center;
		margin: 0;
		padding: 1.25em 0;
		border-top: 1px solid #ddd;
	}
	.form-group:last-of-type {
		border-bottom: 1px solid #ddd;
	}
	.form-label {
		width: 13em;
	}
	.form-parts {
		width: calc( 100% - 13em );
	}
	input[name=zipcode] {
		width: 12em;
	}
	input[type=submit] {
		margin: 40px auto 0;
	}
	#powered_by_me {
		margin: 100px 0 -80px;
	}
}


.brand,
.footer {
	border-top: 1px solid #e7e7e7;
	padding: 40px 0;
	text-align: center;
}
.brand {
	margin-top: 60px;
}
.brand img {
	width: auto;
	height: 90px;
	margin: 0 auto;;
}
.brand img + img {
	margin-top: 30px;
}
.copyright {
	font-size: 1.2rem;
}
.copyright a {
	color: #000;
	text-decoration: none;
}
@media screen and (min-width:768px) {
	.brand {
		margin: 120px 0 0;
	}
}


/* footnote and so */
.rhombus,
.bullets,
.footnote  {
	margin: 1em auto !important;
}
.rhombus > li,
.bullets > li,
.footnote > li {
	text-indent: -1em;
	margin: 0 0 0 1em !important;
	line-height: 1.6;
}
.footnote > li {
	font-size: 1.3rem;
}
.rhombus > li::before,
.bullets > li::before,
.footnote > li::before {
	display: inline;
	font-family: ui-monospace;
}
.rhombus > li::before {
	content: '\0025c7';
}
.bullets > li::before {
	content: '\0030fb';
}
.footnote > li::before {
	content: '\00203b';
}
.rhombus a,
.bullets a,
.footnote a {
	text-decoration: underline;
}
