/*
Theme Name: pre-release
Theme URI: https://kenjinkai-houkan.com/
Description: 健仁会 訪問看護ステーションの開設準備中（Coming Soon）メッセージのみを表示するテーマです。
Author: RedKirin
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pre-release
*/

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

html {
	height: 100%;
}

body {
	margin: 0;
	min-height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem 1.25rem;
	background: linear-gradient(160deg, #f2f8f5 0%, #e6f1ec 100%);
	color: #2f4f43;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "YuGothic", "Noto Sans JP", "Meiryo", sans-serif;
	font-size: 16px;
	line-height: 1.9;
	-webkit-text-size-adjust: 100%;
}

.site {
	width: 100%;
	max-width: 720px;
	padding: 3rem 1.5rem;
	text-align: center;
}

.site-title {
	margin: 0 0 2rem;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	color: #4c7d6a;
}

.site-message {
	margin: 0;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.06em;
}

.site-message br {
	display: block;
	content: "";
}

@media screen and (max-width: 600px) {
	.site {
		padding: 2rem 0.5rem;
	}

	.site-title {
		font-size: 1rem;
	}

	.site-message {
		font-size: 1.0625rem;
		text-align: left;
	}
}
