@charset "UTF-8";
/*===========================================================================*/
/*common*/
/*===========================================================================*/
/* リセット
---------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	box-sizing:border-box;
	vertical-align:top;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
input[type="text"],
input[type="submit"],
input[type="reset"],
input[type="email"],
input[type="tel"],
textarea{
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="submit"]{
	appearance: none;
}
select::-ms-expand {
	display: block;
}
.entry-content p,
.entry-content p span,
.entry-content p strong,
.entry-content h1 ,
.entry-content h2 ,
.entry-content h3 ,
.entry-content h4 ,
.entry-content h5 ,
.entry-content h6 ,
.entry-content blockquote ,
.entry-content pre ,
.entry-content a{
	vertical-align:baseline;
}
.entry-content h1 ,
.entry-content h2 ,
.entry-content h3 ,
.entry-content h4 ,
.entry-content h5 ,
.entry-content h6 {
	line-height:1.62;
}
.entry-content a{
	text-decoration:underline;
}
.entry-content a:hover{
	color: #d7614e;
	text-decoration: none;
}
.entry-content .wp-block-image figcaption{
	padding-top:0.15rem !important;
}
.entry-content .wp-block-image{
	margin-bottom:0.15rem !important;
}
.entry-content figcaption {
	color: #666 !important;
	font-size: 11px !important;
	line-height: 1.2 !important;
	font-style:normal !important;
}
.wp-block-separator{
	border-bottom:1px solid #ccc !important;
}
.by-author {
	display: none;
}
.page-id-1068 .kotei-btn {
	display: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body .wpcf7 form .wpcf7-response-output{
	margin:0;
	padding:0;
	border:none;
}
input[type="submit"]{
	-webkit-appearance: none;
}
select::-ms-expand {
	display: block;
}
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	max-width: 100%;
	height: auto;
	line-height: 0;
}
.mincyou{
	font-family: "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}
.fas {
-moz-osx-font-smoothing:grayscale;
-webkit-font-smoothing:antialiased;
	display:inline-block;
	font-style:normal;
	font-variant:normal;
	text-rendering:auto;
	line-height:1;
	font-family:"Font Awesome 6 Free",sans-serif;
	font-weight:900;
}
@font-face {
	font-family:"Font Awesome 6 Free";
	font-style:normal;
	font-weight:900;
	font-display:swap;
	src:url("../webfonts/fa-solid-900.eot");
	src:url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),
	url("../webfonts/fa-solid-900.woff2") format("woff2"),
	url("../webfonts/fa-solid-900.woff") format("woff"),
	url("../webfonts/fa-solid-900.ttf") format("truetype"),
	url("../webfonts/fa-solid-900.svg#fontawesome") format("svg")
}

/* 共通基本スタイル
---------------------------------------------------------------------------- */
html {
	height:100%;
	scroll-behavior: smooth;
}

.txt-c {
	text-align: center;
}
.txt-r {
	text-align: right;
}
.txt-red {
	color: #ff0000;
}
.waku {
	overflow: hidden;
	zoom: 1;
}
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*/
	/*/ height:auto; overflow:hidden; /**/
}
.clearboth {
	clear: both;
	height: 1px;
}

a#top {
	position: absolute;
	top: 0px;
}
a {
	text-decoration: none;
	transition: 0.6s;
	color: #222;
	overflow: hidden;
	outline: none;
}
a:hover {
	color: #d7614e;
	text-decoration: none;
}
a.alpha {
	display: block;
}
a.alpha:hover {
	filter: alpha(opacity=88);
	-moz-opacity: 0.88;
	opacity: 0.88;
}
a img {
	transition: 0.3s ease-in-out;
}
a img:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.text-justify{
	text-align: justify;
}
