/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

*,
*::before,
*::after {
	box-sizing: border-box;
}

h1,h2,h3,h4,h5,h6 {
	line-height: 1.2;
}

p {
	line-height: 2;
}

img[src$="/i_pink.svg"],
img[src$="/i_white.svg"] {
	width: 1.55em;
	margin-right: 0.1em;
	vertical-align: text-bottom;
	display: inline-block;
}

html {
	font-size: 17.5px;
}

body {
	font-family: 'Quicksand', 'Zen Kaku Gothic New', sans-serif;
	color: #333;
	line-height: 1.5;
}

a {
	color: #e78;
	text-decoration: none;
	transition: color 0.2s;
}

a:hover {
	color: #000;
}

img {
	height: auto;
}

.hidden,
.sp_br {
	display: none;
}

#wrapper {
	overflow-x: hidden;
	position: relative;
}

#wrapper > * {
	max-width: 1200px;
	width: calc(100% - 40px);
	margin: 0px auto;
	position: relative;
}

header {
	height: 75px;
	position: fixed !important;
	top: 0px;
	left: 50%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transform: translateX(-50%);
	z-index: 9;
}


header::before {
	content: "";
	width: 100vw;
	height: 100%;
	background-color: #fff;
	box-shadow: 0px 0px 3px transparent;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	z-index: -1;
	transition: box-shadow 0.3s;
}

body.top header::before {
	box-shadow: 0px 0px 3px #666;
}

h1 {
	margin: 0px;
	white-space: nowrap;
}

h1 a {
	color: #000;
	font-size: 1.5rem;
	font-weight: 300;
}

h1 img[src$="/i_pink.svg"] {
	width: 2.3em;
	margin-right: 0em;
	margin-bottom: -0.15em;
	transition: width 0.8s;
}

body.top h1 img[src$="/i_pink.svg"] {
	width: 2em;
}

nav ul {
	margin: 0px;
	padding: 0px;
}

nav li {
	display: inline-block;
}

nav li:nth-last-of-type(n + 2) {
	margin-right: 15px;
}

nav a {
	color: #333;
	font-size: 0.9rem;
	transition: color 0.2s;
}

nav a:hover {
	color: #e78;
}

main {
	display: block;
}

article,
aside {
	width: 100%;
	padding: 120px 0px 0px;
}

article {
	position: relative;
}

#contact {
	margin-bottom: 135px;
}

article > div,
aside > div {
	max-width: 850px;
	margin: 0px auto;
}

aside {
	margin: 0px;
}

h2 {
	margin-bottom: 50px;
	color: #555;
	font-size: 1.9rem;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	position: relative;
	z-index: 1;
}

h2::before {
	content: "";
	width: 100vw;
	border-bottom: #fd8992 solid 1.5px;
	position: absolute;
	bottom: -12px;
	left: calc(50%);
	transform: translateX(50%);
	display: block;
	transition: transform 1.5s;
}

h2.fade::before {
	transform: translateX(-100%);
}

#about h2::before {margin-left: 300px;}
#activity h2::before {margin-left: 260px;}
#message h2::before {margin-left: 290px;}
#contact h2::before {margin-left: 295px;}

h2::after {
	margin-left: 12px;
	color: #e78;
	font-size: 0.65em;
	position: absolute;
	bottom: 2.5px;
	display: inline-block;
}

#about h2::after {content: "- About -";margin-left: 5px;}
#activity h2::after {content: "- Activity -";}
#message h2::after {content: "- Message -";}
#contact h2::after {content: "- Contact -";}

#twitter > div {
	max-width: 580px;
}

.article_image {
	max-width: 640px;
	width: 100%;
	margin: 0px auto 45px;
	border-radius: 30px;
	display: block;
}

[src$="about.jpg"].article_image {
	border-radius: 0px;
}

#media ul {
	padding-left: 28px;
}

::placeholder {
	color: #e89;
}

.sp_br {
	display: none;
}

#contact_form,
#contact_form textarea {
	line-height: 1.5;
}

#contact_form.confirm th {
	width: 165px;
}

#contact_form.confirm th,
#contact_form.confirm td {
	padding-top: 12px;
	padding-bottom: 12px;
}

#sp_menu.fade_menu ~ nav li a {
	font-size: 1.02rem;
	line-height: 1.6;
}

#sp_menu ~ nav li::after {
	margin-bottom: 0.15rem;
}

#sp_menu ~ nav li:nth-of-type(2) a {
	padding-left: 0px;
}

#sp_menu ~ nav li:nth-of-type(3) a,
#sp_menu ~ nav li:nth-of-type(4) a,
#sp_menu ~ nav li:nth-of-type(5) a {
	padding-left: 7px;
}

footer {
	padding: 80px 0px 85px;
	color: #fff;
	position: relative;
}

footer::before {
	content: "";
	width: 100vw;
	height: 100%;
	background-color: #FD8992;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	z-index: -1;
}

#footer_logo {
	margin-bottom: 55px;
	text-align: center;
}

#footer_logo a {
	color: #fff;
	font-size: 1.9rem;
	font-weight: 300;
}

#footer_logo img {
	margin-right: -0.1em;
	margin-bottom: -0.1em;
	font-size: 1.7em;
}

address {
	margin-bottom: 70px;
	font-size: 0.95rem;
	font-style: normal;
	text-align: center;
}

address [href^="tel:"] {
	margin-top: 3px;
	color: #fff;
	font-size: 1.55rem;
	display: inline-block;
}

#footer_link {
	margin-bottom: 42px;
	text-align: center;
}

#footer_link a {
	padding: 10px 22px 8px 45px;
	color: #fff;
	font-size: 1.02rem;
	font-weight: 300;
	white-space: nowrap;
	border: #fff solid 1px;
	border-radius: 100px;
	position: relative;
	transition: color 0.2s, background-color 0.2s;
}

#footer_link a:hover {
	color: #e78;
	background-color: #fff;
}

#footer_link a::before {
	content: "";
	background: url("../img/i_pink.svg") no-repeat center / contain;
	display: inline-block;
}

#footer_link img[src$="/i_white.svg"] {
	object-fit: contain;
	transition: opacity 0.2s;
}

#footer_link a:hover img[src$="/i_white.svg"] {
	opacity: 0;
}

#footer_link a::before,
#footer_link img[src$="/i_white.svg"] {
	width: 28px;
	height: 30px;
	margin: 0px;
	vertical-align: text-bottom;
	line-height: 0;
	position: absolute;
	top: 4px;
	left: 14px;
	display: inline-block;
}

#copyrights {
	width: 100%;
	margin: 0px auto;
	text-align: center;
}

#copyrights .link {
	margin: -5px 0px 25px;
	letter-spacing: 0.05rem;
}

#copyrights a {
	color: #fff;
	font-size: 1.6rem;
	transition: opacity 0.2s;
}

#copyrights a:hover {
	opacity: 0.7;
}

#copyrights .link img {
	font-size: 3rem;
	margin-right: -0.1em;
}

#thanks {
	width: 320px;
	padding: 13px 20px 11px;
	color: #000;
	text-align: center;
	text-indent: 0.5em;
	white-space: nowrap;
	background-color: #fff;
	border-radius: 12px;
	box-shadow: 0px 0px 3px #999;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	pointer-events: none;
	z-index: 99;
	transition: opacity 0.5s;
}

#thanks.show {
	opacity: 1;
	pointer-events: auto;
}

@media(max-width: 900px) {
	header {
		height: auto;
		margin-bottom: -20px;
		padding-top: 125px;
		position: static !important;
		transform: none;
		display: block;
	}
	h1 {
		text-align: center;
	}
	h1 a {
		font-size: 1.35rem;
		position: relative;
	}
	h1 a::before {
		content: "";
		width: 100vw;
		height: calc(100% + 30px);
		background-color: #fff0f6;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		display: block;
		z-index: -1;
	}
	h1 img[src$="/i_pink.svg"],
	body.top h1 img[src$="/i_pink.svg"] {
		width: 4em;
		margin-left: -1em;
		margin-right: -0.5em;
		margin-bottom: -0.4em;
	}
	nav {
		width: 100%;
		padding: 12px 0px;
		text-align: center;
		background-color: #fff;
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 9;
		transition: box-shadow 0.2s;
	}
	body.top nav {
		box-shadow: 0px 0px 5px #ccc;
	}
	article,
	aside {
		padding-top: 85px;
	}
}

@media(max-width: 667px) {
	html {
		font-size: 16px;
	}
	nav ul {
		white-space: nowrap;
	}
	nav li:nth-last-of-type(n + 2) {
		margin-right: 11px;
	}
	h2::after {
		margin: 0px !important;
		position: static;
		display: block;
	}
	h2::before {
		width: calc(100% + 15px);
		margin: 0px !important;
		left: 50%;
		transform: translateX(-50%) !important;
		transition: none;
	}
	.article_image{
		margin-bottom: 28px;
	}
	#contact_form.confirm {
		margin-top: -10px;
	}
	#contact_form.confirm th {
		margin-bottom: -5px;
		padding-bottom: 0px;
	}
	#footer_link a {
	color: #e78;
	background-color: #fff;
	}
	#footer_link a img[src$="/i_white.svg"] {
		opacity: 0;
	}
	.copyright {
		display: block;
	}
	#thanks {
		width: 275px;
	}
}

@media(max-width: 535px) {
	footer {
		padding-bottom: 45px;
	}
	address {
		margin-bottom: 65px;
	}
	#footer_link {
		margin-bottom: 70px;
	}
	#copyrights {
		line-height: 1.5;
		text-align: left;
	}
	.sp_br {
		display: inline;
	}
}

@media(max-width: 420px) {
	nav li:nth-last-of-type(n + 2) {
		margin-right: 2.2vw;
	}
	nav a {
		font-size: 3.5vw;
	}
	#footer_logo a {
		font-size: 7.2vw;
		white-space: nowrap;
	}
	.wohlfahrt {
		margin-top: 20px;
		margin-bottom: -3px;
		display: block;
	}
	address [href^="tel:"] {
		margin-top: 20px;
	}
}