@charset "UTF-8";

.text_confirm {
	margin:20px 0 0;
	padding:10px 0 11px;
	text-align:center;
	font-weight:bold;
	color:#FFF;
	background:#DD0000;
}

@media screen and (max-width:559px) {
.text_confirm {
	padding:5px 0 6px;
	font-size:14px;
}
}

.grecaptcha-badge {
	bottom: 100px !important;
}

@media screen and (max-width:559px) {
.grecaptcha-badge {
	visibility: hidden !important;
}
}

.post__text a:link,.post a:visited {
	text-decoration:underline;
	}

.post__text a:hover,.post a:active {
	text-decoration:none;
	}

.post__text strong {
	font-weight:500;
	}
	
.post__text em {
	font-style:italic;
	}
	
.post__text blockquote {
    display:block;
    -webkit-margin-before:1em;
    -webkit-margin-after:1em;
    -webkit-margin-start:40px;
    -webkit-margin-end:40px;
	}
 
.post__text .aligncenter {
    display:block;
    margin:0 auto;
	}
	
.post__text .alignright {
	float:right;
	}
	
.post__text .alignleft {
	float:left;
	}
 
img[class*="wp-image-"],
img[class*="attachment-"] {
    height:auto;
    max-width:100%;
	}
	
/*
  Made by Elly Loel - https://ellyloel.com/
*/
* {
	margin: 0;
	padding: 0;
	word-break: normal;
}

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

*:where(:not(fieldset, progress, meter)) {
	border-width: 0;
	background-origin: border-box;
}

:where(img, svg, video) {
	max-width: 100%;
	height: auto;
}

:where(svg) {
	stroke: none;
	fill: currentColor;
}

:where(svg):where(:not([fill])) {
	stroke: none;
	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 {
	font: inherit;
	font-size: inherit;
	color: 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: 2em;
}

: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(0.25, 0, 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 {
	user-select: none;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

:where(button, button[type], input[type="button"], input[type="submit"], input[type="reset"])[disabled] {
	cursor: not-allowed;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

/*------------------------

背景・レイアウト

------------------------*/
.page-wrap {
	width: 100%;
	overflow-x: hidden;
}

.wrap {
	width: calc(100% - 6vw);
	max-width: 980px;
	margin: auto;
}

@media screen and (max-width: 559px) {
	.wrap {
		width: calc(100% - 48px);
	}
}

/*------------------------

リスト

------------------------*/
ul {
	list-style: none;
}

.list-info {
	margin: 16px 0 0;
}

.list-info li {
	padding-left: 1em;
	display: block;
	font-size: 12px;
	color: #636363;
	text-align: left;
	text-indent: -0.5em;
}

.list-info li:last-child {
	margin-bottom: 0;
}

.list-info li::before {
	width: 0.5em;
	margin-right: 0.5em;
	margin-left: -0.5em;
	padding: 0;
	content: "※";
	display: block;
	float: left;
	text-align: center;
}

/*------------------------

画像

------------------------*/
a img {
	display: block;
}

img,
iframe {
	border: 0;
	vertical-align: bottom;
}

.border-radius {
	border-radius: 8px;
}

/*------------------------

Typography

------------------------*/
a {
	font-family: inherit;
	color: inherit;
	text-decoration: none;
}

a:hover {
	cursor: pointer;
}

@media screen and (min-width: 560px) {
	a[href^="tel:"] {
		pointer-events: none;
		text-decoration: none;
	}
}

em,
i {
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	line-height: 1.75;
}

/*------------------------

フォントサイズ

------------------------*/
html {
	min-height: 100vh;
	overflow: auto;
	font-size: 62.5%;
	block-size: 100%;
	-webkit-text-size-adjust: none;
}

body {
	width: 100%;
	font-family: YakuHanJP, "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.618;
	color: var(--black);
	letter-spacing: 0.05em;
	word-wrap: break-word;
	word-break: break-all;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	line-break: strict;
	overflow-wrap: break-word;
	text-rendering: optimizeSpeed;
	min-block-size: 100%;
}

@media screen and (max-width: 559px) {
	body {
		min-width: 320px;
	}
}

@supports (-webkit-touch-callout: none) {
	body {
		height: -webkit-fill-available;
	}
}

/*------------------------

テーブル

------------------------*/
@media screen and (max-width: 559px) {
	.scroll-table {
		margin: 0 calc(50% - 50vw) 2.4rem;
		padding: 0 2.4rem;
		overflow: auto;
		white-space: normal;
	}

	.scroll-table:after {
		content: "※横にスクロールできます";
		font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
		font-size: 14px;
		color: var(--black);
	}

	.scroll-table table {
		table-layout: auto;
	}

	.scroll-table table tr {
		display: table-row;
	}
}

/*------------------------

表示・非表示

------------------------*/
@media screen and (max-width: 559px) {
	.pc {
		display: none !important;
	}

	.sp {
		display: inline-block !important;
	}
}

@media screen and (min-width: 560px) {
	.sp {
		display: none !important;
	}
}

/*------------------------

gmap

------------------------*/
.gmap {
	height: 0;
	padding-bottom: 74%;
	position: relative;
	overflow: hidden;
}

.gmap iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/*------------------------

youtube

------------------------*/
.youtube__movie {
	width: 100%;
	padding-top: 56.25%;
	position: relative;
}

.youtube__movie iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

/*------------------------

テーマ

------------------------*/
:root {
	--white: #fff;
	--black: #554b45;
	--primary: #fcb6bf;
	--secondary: #fff6d1;
	--tertiary: #e4f2e7;
	--quaternary: #cde8d3;
	--quinary: #cfe8f3;
	--senary: #e8dff5;
	--septenary: #f9c8b7;
	--red: #d52b15;
	--gray01: #eaeaea;
	--gray02: #d7d7d7;
	--gray03: #6d6d6d;
	--bg01: #fff;
	--bg02: #e4f2e7;
	--bg03: #fffcf0;
	--bg04: #fff6d1;
	--btn: #fcb6bf;
	--btn-hover: #e27d8b;
	--header: #fff;
	--footer: #fff6d1;
	--table: #cde8d3;
	--page-title: #fff6d1;
	--border01: #6d6d6d;
}