/*
Theme Name: こころの花
Text Domain: kokoronohana
Version: 1.0
Author: 株式会社ノイズ
Author URI: https://noith.co.jp/
*/
@font-face {
	font-family: "KosugiMaru";
	src:
		local("KosugiMaru"),
		url("./fonts/KosugiMaru.ttf") format("truetype"),
		url("./fonts/KosugiMaru.woff") format("woff");
}
@font-face {
	font-family: "Quicksand";
	src:
		local("Quicksand"),
		url("./fonts/Quicksand.ttf") format("truetype"),
		url("./fonts/Quicksand.woff") format("woff");
}
@font-face {
	font-family: "YuGothR";
	src:
		local("YuGothR"),
		local("游ゴシック"),
		local("Yu Gothic Regular"),
		url("./fonts/YuGothR.ttf") format("truetype"),
		url("./fonts/YuGothR.woff") format("woff");
}
@font-face {
	font-family: "YuGothM";
	src:
		local("YuGothM"),
		local("游ゴシック"),
		local("Yu Gothic Medium"),
		url("./fonts/YuGothM.ttf") format("truetype"),
		url("./fonts/YuGothM.woff") format("woff");
}
@font-face {
	font-family: "YuGothB";
	src:
		local("YuGothB"),
		local("游ゴシック"),
		local("Yu Gothic Bold"),
		url("./fonts/YuGothB.ttf") format("truetype"),
		url("./fonts/YuGothB.woff") format("woff");
}
body {
	overflow-x: hidden;
}
html, body {
	margin: 0;
	font-family: "YuGothM", "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	line-height: 2;
	color: #454545;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "KosugiMaru", "Noto Sans JP", sans-serif;
	line-height: 1;
	font-weight: normal;
	color: #252525;
}
.alphanum, .alphabet, .num {
	font-family: "Quicksand";
	font-weight: 500;
}
p {
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 2;
	margin: 0;
	overflow: hidden;
}
p:before {
	content: "";
	display: block;
	margin-top: -0.3em;
}
p:after {
	content: "";
	display: block;
	margin-bottom: -0.3em;
}
img {
	max-width: 100%;
	height: auto;
	object-fit: cover;
	vertical-align: bottom;
}
* {
	box-sizing: border-box;
	line-height: 1;
}

.container {
	max-width: 1010px;
	margin: auto;
	position: relative;
}
br[class*="max"] {
	display: none;
}
@media only screen and (max-width:1010px) {
	.container {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media only screen and (max-width:950px) {
	br.max950 {
		display: block;
	}
}
@media only screen and (max-width:893px) {
	br.max893 {
		display: block;
	}
}
@media only screen and (max-width:860px) {
	br.max860 {
		display: block;
	}
}
@media only screen and (max-width:535px) {
	br.max535 {
		display: block;
	}
}
@media only screen and (max-width:420px) {
	p {
		font-size: clamp(1rem, 0.2rem + 4vw, 1.25rem);
	}
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}
}
/*-----------------------
        Header
-----------------------*/
header {
	font-family: "KosugiMaru", "Noto Sans JP", sans-serif;
}
.header-item {
	display: grid;
	grid-template-rows: 160px 100px;
	grid-template-columns: 167px 1fr;
	max-width: 1010px;
	margin: auto;
}
h1.header-logo, div.header-logo {
	margin-top: 0;
	margin-bottom: 0;
	z-index: 9998;
}
h1.header-logo a, div.header-logo a {
	display: block;
	width: 167px;
	height: fit-content;
	text-align: center;
	grid-row: 1;
	grid-column: 1;
	margin-top: 15px;
	z-index: 99;
}
img.logo-illust {
	display: inline-block;
	margin-bottom: 25px;
}
.header-info {
	width: 305px;
	height: 129px;
	position: relative;
	right: -26px;
	grid-row: 1;
	grid-column: 2;
	margin-left: auto;
	color: #ef4d82;
	background-image: url('./img/common/header-info-bg.png');
	background-repeat: no-repeat;
	padding: 15px 40px 15px 65px;
	z-index: 90;
}
.header-info .feelfree {
	font-size: 15px;
	line-height: 1;
	letter-spacing: 0.05em;
	text-align: center;
	margin-bottom: 13px;
	position: relative;
}
.header-info .feelfree:after {
	content: "";
	display: block;
	height: 2px;
	width: 100%;
	background: #fac9d9;
	position: absolute;
	bottom: -5px;
}
.header-info .phone {
	font-size: 33px;
	font-weight: 600;
	line-height: .8;
	margin-bottom: 9px;
}
.header-info .reception {
	font-family: "YuGothM", "Noto Sans JP", sans-serif;
	line-height: 1;
	text-align: center;
}
.header-nav {
	grid-row: 2;
	grid-column: 2;
	transition: all .5s;
}
ul.header-menu, ul.hamburger-menu {
	list-style: none;
	margin: 0;
	margin-left: auto;
	padding: 0;
	display: flex;
	justify-content: flex-end;
	gap: 75px;
	text-align: center;
	width: 745px;
}
ul.header-menu li a, ul.hamburger-menu li a {
	display: block;
	text-decoration: none;
	color: #ef4d82;
}
ul.header-menu li a span, ul.hamburger-menu li a span {
	display: block;
}
ul.header-menu li a span.ja, ul.hamburger-menu li a span.ja {
	font-family: "KosugiMaru";
	font-size: 20px;
	white-space: nowrap;
	letter-spacing: 0.05em;
	padding-bottom: 15px;
}
ul.header-menu li a span.en, ul.hamburger-menu li a span.en {
	font-family: "Quicksand", sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.2em;
}

.hamburger {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -420px;
}
.hamburger.open {
	right: 0;
}
.hamburger.open:after {
	content: "";
	display: block;
	width: 100vw;
	height: 100vh;
	background: #0003;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99;
}
.menu-toggle {
	display: block;
	width: 30px;
	height: 25px;
	position: fixed;
	top: 50px;
	right: 41px;
	cursor: pointer;
	z-index: 10001;
}
.menu-toggle span {
	display: block;
	width: 30px;
	height: 3px;
	background: #ef4d82;
	position: absolute;
	transition: all .5s;
}
.menu-toggle span:nth-child(1) {
	top: 0;
}
.menu-toggle span:nth-child(2) {
	top: 0;
	bottom: 0;
	margin: auto;
}
.menu-toggle span:nth-child(3) {
	bottom: 0;
}
.menu-toggle.open span:nth-child(1) {
	top: 0;
	bottom: 0;
	margin: auto;
	transform: rotate(-135deg);
}
.menu-toggle.open span:nth-child(2) {
	display: none;
}
.menu-toggle.open span:nth-child(3) {
	top: 0;
	bottom: 0;
	margin: auto;
	transform: rotate(135deg);
}
.hamburger-nav {
	transition: all .5s;
	width: 420px;
	right: -420px;
}
.menu-toggle:not(.open) + nav.hamburger-nav .hamburger-menu, .menu-toggle:not(.open) + nav.hamburger-nav .hamburger-contact {
	display: none;
}
.menu-toggle.open + .hamburger-nav {
	display: block;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	background: #FFF;
	z-index: 10000;
	padding-left: 82px;
	overflow-y: auto;
}
.menu-toggle.open + .hamburger-nav ul.hamburger-menu, .menu-toggle.open + .hamburger-nav .hamburger-contact {
	display: block;
}
.menu-toggle.open + .hamburger-nav ul.hamburger-menu {
	width: auto;
	text-align: left;
	margin-top: 200px;
}
.menu-toggle.open + .hamburger-nav ul.hamburger-menu li {
	margin-bottom: 32px;
}
.menu-toggle.open + .hamburger-contact {
	margin-top: 80px;
}
a.header-contact-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	color: #ef4d82;
	border: 2px solid;
	border-radius: 6px;
	padding: 19px 43px 20px 44px;
	width: 197px;
	height: 55px;
}

@media only screen and (min-width:991px) {
	.menu-toggle:not(.fixed) {
		display: none;
	}
	.menu-toggle:not(.fixed).open {
		display: block;
	}
	.menu-toggle.fixed:not(.open) + nav.hamburger-nav {
		width: 420px;
		right: -420px;
	}
}
@media only screen and (max-width:990px) {
	.hamburger-nav {
		position: absolute;
		width: 420px;
		right: -420px;
	}
	.menu-toggle:not(.open) + .hamburger-nav ul.hamburger-menu, .hamburger-contact {
		display: none;
	}
	h1.header-logo a, div.header-logo a {
		margin-left: 41px;
	}
	.header-info {
		right: 166px;
	}
	.header-nav {
		display: none;
	}
}
@media only screen and (max-width:740px) {
	.header-info {
		right: 120px;
	}
}
@media only screen and (max-width:620px) {
	h1.header-logo a, div.header-logo a {
		margin-left: 30px;
	}
	.header-info {
		right: 80px;
	}
	.menu-toggle {
		right: 30px;
	}
}
@media only screen and (max-width:570px) {
	.header-info {
		right: 60px;
	}
}
@media only screen and (min-width:561px) {
	.header-logo a img.logo-text2 {
		display: none;
	}
}
@media only screen and (max-width:560px) {
	.header-item {
		grid-template-rows: 100px;
		grid-template-columns: 1fr;
	}
	.header-info {
		display: none;
	}
	h1.header-logo a, div.header-logo a {
		width: auto;
		max-width: calc(100% - 84px);
		margin-top: 20px;
		margin-left: 20px;
		display: flex;
		gap: 15px;
	}
	.header-logo a img {
		height: 60px;
		width: 100%;
		object-fit: contain;
	}
	.header-logo a img.logo-illust {
		margin-bottom: 0;
	}
	.header-logo a img.logo-text {
		display: none;
	}
	.header-logo a img.logo-text2 {
		display: block;
	}
	.menu-toggle {
		top: 30px;
		right: 20px;
	}
}
@media only screen and (max-width:420px) {
	.header-logo img {
		height: 50px;
	}
	.menu-toggle.open + .hamburger-nav {
		width: 80%;
		padding-left: 50px;
	}
	h1.header-logo a, div.header-logo a {
		margin-left: 15px;
	}
}
@media only screen and (max-width:360px) {
	.header-logo a img {
		height: 45px;
	}
	.menu-toggle.open + .hamburger-nav {
		padding-left: 30px;
	}
}
@media only screen and (max-width:320px) {
	.menu-toggle.open + nav.hamburger-nav {
		width: 100%;
	}
}

/*-----------------------
        Footer
-----------------------*/
footer {
	font-family: "KosugiMaru", "Noto Sans JP", sans-serif;
	padding-top: 120px;
}
ul.footer-menu {
	list-style: none;
	margin: 0 auto 60px;
	padding: 0;
	display: flex;
	gap: 108px;
	text-align: center;
}
ul.footer-menu li {
	position: relative;
}
ul.footer-menu li:after {
	content: "";
	display: block;
	width: 1px;
	height: 30px;
	background: #ef4d82;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -54px;
	margin: auto;
}
ul.footer-menu li:last-child:after {
	content: none;
}
ul.footer-menu li a {
	display: block;
	text-decoration: none;
	color: #ef4d82;
}
ul.footer-menu li a span {
	display: block;
}
ul.footer-menu li a span.ja {
	font-family: "KosugiMaru";
	font-size: 18px;
	white-space: nowrap;
	letter-spacing: 0.05em;
	padding-bottom: 14px;
}
ul.footer-menu li a span.en {
	font-family: "Quicksand", sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.2em;
}
.footer-info {
	display: flex;
	gap: 50px;
}
.footer-info-meta {
	width: 435px;
	color: #ef4d82;
}
.footer-logo a {
	display: flex;
	gap: 30px;
	margin-bottom: 28px;
}
.footer-logo img {
	display: block;
	object-fit: contain;
}
.footer-logo img.logo-illust {
	margin-bottom: 0;
}
p.footer-tel {
	font-size: 44px;
	line-height: 0.75;
	font-family: "Quicksand", sans-serif;
	letter-spacing: 0.05em;
	font-weight: 500;
	margin: 10px auto;
}
p.footer-tel a {
	text-decoration: none;
	color: inherit;
}
p.footer-tel::before, p.footer-tel::after {
	content: none;
}
.footer-info-meta .reception {
	margin-left: -0.5em;
	margin-bottom: 20px;
}
.footer-links {
	display: flex;
	gap: 15px;
}
.footer-link-btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	color: #ef4d82;
	padding: 11px 28px 13px 26px;
	border: 2px solid;
	border-radius: 6px;
	text-align: center;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.4;
	width: 209px;
	height: 60px;
}
.footer-link-btn a span {
	line-height: 1.4;
}
.footer-map {
	width: 528px;
	height: 321px;
	position: relative;
	overflow: hidden;
}
.footer-map iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.footer-copy {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-top: 98px;
	margin-bottom: 42px;
}
p.copyright {
	font-size: 12px;
	color: #ef4d82;
}
ul.footer-mini-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	gap: 51px;
}
ul.footer-mini-menu li {
	position: relative;
}
ul.footer-mini-menu li:after {
	content: "";
	display: block;
	width: 1px;
	height: 12px;
	background: #ef4d82;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -25px;
	margin: auto;
}
ul.footer-mini-menu li:last-child:after {
	content: none;
}
ul.footer-mini-menu li a {
	text-decoration: none;
	color: #ef4d82;
	font-size: 13px;
	letter-spacing: 0.05em;
}
@media only screen and (max-width:1040px) {
	ul.footer-menu {
		gap: 80px;
		justify-content: space-between;
	}
	ul.footer-menu li:after {
		right: -40px;
	}
}
@media only screen and (max-width:1040px) {
	ul.footer-menu {
		justify-content: center;
		gap: 50px;
	}
	ul.footer-menu li:after {
		right: -25px;
	}
}
@media only screen and (max-width:950px) {
	.footer-info {
		gap: 30px;
	}
	.footer-link-btn a {
		width: auto;
		white-space: nowrap;
	}
}
@media only screen and (max-width:920px) {
	.footer-logo a {
		gap: 15px;
	}
	.footer-logo img.logo-illust {
		width: 23.85%;
	}
	.footer-logo img.logo-text {
		width: 68.52%;
	}
}
@media only screen and (max-width:893px) {
	p.footer-tel {
		font-size: 40px;
	}
	.footer-links {
		flex-wrap: wrap;
	}
	.footer-link-btn {
		width: 90%;
		max-width: 320px;
		margin: auto;
	}
}
@media only screen and (max-width:800px) {
	ul.footer-menu {
		display: none;
	}
}
@media only screen and (max-width:685px) {
	p.footer-tel {
		font-size: clamp(1.875rem, 0.013rem + 5.52vw, 2.375rem);
	}
}
@media only screen and (max-width:560px) {
	footer {
		padding-top: 80px;
	}
	.footer-info {
		flex-wrap: wrap;
		justify-content: center;
	}
	.footer-info-meta {
		text-align: center;
	}
	.footer-info-meta p br.max893 {
		display: block;
	}
	.footer-info-meta p {
		width: fit-content;
		margin-left: auto;
		margin-right: auto;
		line-height: 1.75;
	}
	.footer-info-meta p.footer-tel {
		line-height: 0.75;
	}
	.footer-info-meta p:before, .footer-info-meta p:after {
		content: none;
	}
	.footer-info-meta .reception {
		width: fit-content;
		margin-left: auto;
		margin-right: auto;
	}
	.footer-copy {
		flex-wrap: wrap;
		gap: 15px;
		justify-content: center;
		margin-top: 50px;
	}
	.footer-logo a {
		justify-content: center;
	}
}
@media only screen and (max-width:280px) {
	ul.footer-mini-menu {
		gap: 30px;
	}
	ul.footer-mini-menu li:after {
		right: -15px;
	}
}