/*!
 * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
}

[tabindex="-1"]:focus {
	outline: 0 !important;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}

p {
	margin: 0;
}

abbr[title],
abbr[data-original-title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	text-decoration-skip-ink: none;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: .5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

b,
strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	color: #0056b3;
	text-decoration: underline;
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
	outline: 0;
}

pre,
code,
kbd,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em;
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
}

figure {
	margin: 0 0 1rem;
}

img {
	vertical-align: bottom;
	border-style: none;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: inherit;
}

label {
	display: inline-block;
}

button {
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
	-webkit-appearance: listbox;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
	cursor: pointer;
}

template {
	display: none;
}

[hidden] {
	display: none !important;
}



/*# sourceMappingURL=bootstrap-reboot.css.map */


/*----------------------------------------------------------------------------------------------------------------------------------*/
/*ADDITIONAL CUSTOMIZE*/
/*----------------------------------------------------------------------------------------------------------------------------------*/
.cf:after {
	display: block;
	clear: both;
	content: "";
}

.css-att {
	display: none;
}

.row,
.rows>* {
	display: flex;
	justify-content: space-around;
	align-items: stretch;
	align-content: center;
	list-style: none;
	padding: 0;
}

.row>*,
.rows>*>* {
	flex: 1 0 0%;
}

.col,
.cols>* {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: center;
}

.row.fixedrow {
	align-items: flex-start;
}

.row.fixedrow>* {
	flex: 1 0 0%;
}

.row.fixedrow>*+* {
	margin-left: 15px;
}

.fit {
	flex: 0 0 auto !important;
}

body {
	font-size: 14px;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

html:not(.form-error) body>*:not(header):not(footer)>div:not([class*="modaal"]) {
	background: #fff;
}

img:not([width]),
video:not([width]) {
	width: auto;
	height: auto;
	max-width: 100%;
}

a {
	color: #000;
	text-decoration: none;
	transition: all 0.3s ease-out !important;
}

a:hover {
	color: inherit;
}

a * {
	transition: all 0.3s ease-out !important;
}

hr {
	width: 100%;
	display: block;
	border-top: 1px solid #ddd;
	border-bottom: none;
}

imgonly {
	line-height: 0;
	font-size: 0px;
}

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

/*----------------------------------------------------------------------------------------------------------------------------------*/
header ul {
	padding: 0 !important;
}

header {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	max-width: none;
	z-index: 999;
}

h1 a {
	display: block;
	height: 100%;
}

.telbtn,
.togglemenu {
	display: none;
}

#teloption {
	display: none;
}

nav.topmenu {
	position: relative;
	z-index: 1;
}

nav.topmenu li a {
	background: #DEE7F6;
	display: block;
	width: 100%;
	font-size: 15px;
}

nav.topmenu a {}

header h1 a:hover,
nav.topmenu li a:hover {
	background: rgba(255, 255, 255, 0.5);
}

ul.slide {
	margin-bottom: 20px;
}

/*--H2 STYLE-----------------------------*/
article h2 {
	font-size: 200%;
	font-weight: 300;
	letter-spacing: 0.4ex;
}

article h2.h2a {
	margin: 0px 0 40px 0 !important;
}

article h2.h2a::before {
	content: "";
	display: block;
	width: 1px;
	height: 50px;
	background: #000;
	margin: 0 auto 5px;
}

article h2.h2b {
	margin: 0px 0 40px 0 !important;
}

article h2.h2b::before {
	content: "";
	display: block;
	width: 33%;
	height: 10px;
	background: #000;
	margin: 0 auto 20px;
}

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

/*-blog_square-list*/
.blog ul {
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}

.blog li .blog-tags {
	line-height: 1.1;
}

.blog li .blog-tags span {
	color: #ddd;
	font-size: 65%;
	display: inline-block;
	margin-right: 1em;
}

.blog li .blog-tags span::before {
	content: "#";
}

/*-single.php-*/
.detail {
	color: #000;
	margin-bottom: 60px;
}

.detail h2 {
	color: #fff;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: stretch;
	text-shadow: 3px 4px 7px rgba(107, 107, 107, 0.4);
}

.detail-content {
	font-size: 200%;
	margin: 30px;
	text-align: center;
}

.detail-content .small {
	font-size: 60%;
	text-align: left;
}

.detail-content .wp-block-gallery,
.detail-content .wp-block-image img {
	display: none;
}

.detail-tags {
	text-align: center;
	font-size: 150%;
}

.detail-tags span {
	display: inline-block;
	background: rgba(119, 119, 119, 0.3);
	padding: 5px 25px 5px 15px;
	border-radius: 999px;
	margin: 0 10px 10px;
	color: #fff;
	text-align: left;
}

.detail .m-prev,
.detail .m-next {
	position: fixed;
	top: calc(45vh - 20px);
	font-size: 40px;
	line-height: 1;
}

.detail .m-prev a i,
.detail .m-next a i {
	color: white;
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}

.detail .m-prev {
	left: 10px;
}

.detail .m-next {
	right: 10px;
}

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
















table.tb01 {
	width: 82%;
	margin: 30px auto;
	border: 1px solid black;
	border-collapse: collapse;
}

table.tb01 th {
	background-color: rgba(204, 204, 204, 0.5);
	color: rgba(102, 102, 102, 1);
	font-weight: normal;
	text-align: center;
	padding: 10px;
	border: 1px solid
}

table.tb01 td {
	color: rgba(102, 102, 102, 1);
	padding: 10px;
	border: 1px solid
}

#instaimgs li * {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}


/*--------------contact7用------------------*/
.screen-reader-response {
	display: none;
}

.wpcf7-response-output {
	margin: 0 auto;
	width: max-content;
	font-size: 20px;
	font-weight: bold;
	padding: 20px;

}

.wpcf7-response-output::before {
	font-family: "Font Awesome 5 Free";
	content: "\f27a";
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.wpcf7-response-output:empty {
	display: none;
}

.wpcf7-not-valid-tip {
	display: block;
	color: red;
	font-size: 80%;
	font-weight: bold;
	margin-top: 5px;
}

/*--------------contact7用------------------*/

footer {
	width: 100%;
	max-width: none;
	z-index: 999;
	overflow: hidden;
	padding: 20px 0;
}

footer>div {
	padding: 15px 0;
}

footer .navidx,
footer .navpgtop {
	position: absolute;
	vertical-align: middle;
}

footer .navpgtop {
	position: fixed;
	z-index: 9999;
}

footer .navidx a,
footer .navpgtop a {
	text-decoration: none;
}

footer .navidx i,
footer .navpgtop i {
	font-size: 30px;
	vertical-align: middle;
}

footer .rights {
	text-align: center;
}

footer .rights a:hover {
	text-decoration: none;
}

footer .rights-logo {
	margin: -18px 0;
	padding: 0 30px;
}

footer .rights {
	color: #fff;
}

h1 a {
	text-align: center;
}

#teloption {
	display: none;
}

.kv {
	background: url(img/cs001.png) no-repeat center /cover;
	display: flex;
	align-items: center;
	justify-content: center;
}

.kv h2 {
	text-align: center;
	padding: 0 10%;
}

.kv h2 img:nth-child(1) {
	margin-bottom: 5px;
}

article h2 {
	text-align: center;
}

article ul {
	list-style-type: none;
	padding: 0;
}

article ul[class*=row] {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}

footer {
	background: #A1CFE8;
}

footer a,
footer a:hover {
	color: #fff;
}


/*----------------------------------------------------------------------------------------------------------------------------------*/
/*PC*/
/*----------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 501px) {

	.only-m,
	.monly {
		display: none;
	}

	.kv {
		padding: 0px;
	}

	.kv * {}

	.kv-inr {
		height: 370px !important;
		overflow: hidden !important;
	}


	html,
	body {
		min-width: 1000px;
	}

	body>* {}

	body>*>* {
		position: relative;
	}

	header>*,
	footer>* {
		width: 1000px;
		margin: 0 auto;
	}

	[class*="prow"],
	[class*="prows"]>* {
		display: flex;
		justify-content: flex-start;
		align-items: stretch;
		align-content: center;
		list-style: none !important;
		padding: 0;
		margin: 0;
	}

	[class*="prow"]>*,
	[class*="prows"]>*>* {
		flex: 1 0 0%;
	}

	[class*="pcol"],
	[class*="pcols"]>* {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: stretch;
		align-content: center;
	}

	.prow1>* {
		flex: 0 0 calc(100% / 1);
	}

	.prow2>* {
		flex: 0 0 calc(100% / 2);
	}

	.prow3>* {
		flex: 0 0 calc(100% / 3);
	}

	.prow4>* {
		flex: 0 0 calc(100% / 4);
	}

	.prow5>* {
		flex: 0 0 calc(100% / 5);
	}

	.prow6>* {
		flex: 0 0 calc(100% / 6);
	}

	.prow7>* {
		flex: 0 0 calc(100% / 7);
	}

	.prow8>* {
		flex: 0 0 calc(100% / 8);
	}

	.prow9>* {
		flex: 0 0 calc(100% / 9);
	}

	.prow10>* {
		flex: 0 0 calc(100% / 10);
	}


	header {
		background: #DEE7F6;
	}

	header h1 {
		position: absolute;
		top: 25px;
		left: calc(50% - 85px);
		z-index: 10;
	}

	header h1 a {
		display: block;
		width: 100%;
	}

	nav.topmenu {
		font-size: 0px;
	}

	nav.topmenu ul {
		display: flex;
		padding: 0;
		list-style: none;
	}

	nav.topmenu li {
		text-align: center;
		flex: 1 1 0;
		position: relative;
	}

	nav.topmenu li:nth-child(3) {
		margin-left: 200px;
	}

	nav.topmenu li a {
		position: relative;
	}

	nav.topmenu li a::before,
	nav.topmenu li a::after {
		content: '';
		position: absolute;
		bottom: 0;
	}

	nav.topmenu li a::after {
		bottom: auto;
		top: 45px;
		z-index: 10;
	}

	nav.topmenu li:first-child a::before {
		background: url("img/common/gnav-bg-01.png") center 30px no-repeat;
		width: 77px;
		height: 56px;
		left: calc(50% - 30px);
	}

	nav.topmenu li:first-child a:hover::before {
		background-position: center 20px;
		transition: all .5s;
	}

	nav.topmenu li:nth-child(2) a::before {
		background: url("img/common/gnav-bg-02.png") center 20px no-repeat;
		width: 74px;
		height: 43px;
		left: calc(50% - 35px);
	}

	nav.topmenu li:nth-child(2) a:hover::before {
		background-position: center 10px;
		transition: all .5s;
	}

	nav.topmenu li:nth-child(3) a::before {
		background: url("img/common/gnav-bg-03.png") center 25px no-repeat;
		width: 69px;
		height: 49px;
		left: calc(50% - 39px);
	}

	nav.topmenu li:nth-child(3) a:hover::before {
		background-position: center 15px;
		transition: all .5s;
	}

	nav.topmenu li:last-child a::before {
		background: url("img/common/gnav-bg-04.png") center 27px no-repeat;
		width: 38px;
		height: 52px;
		left: calc(50% - 20px);
	}

	nav.topmenu li:last-child a:hover::before {
		background-position: center 17px;
		transition: all .5s;
	}

	nav.topmenu li:first-child a::after,
	nav.topmenu li:nth-child(3) a::after {
		background: url("img/common/gnav-bg-star.png") right center no-repeat;
		width: 14px;
		height: 15px;
	}

	article {
		padding: 120px 0 0;
	}

	article>div {
		margin: 0 auto;
		position: relative;
	}

	.video iframe {
		width: 100%;
		height: 562px;
	}






	footer {
		min-width: 1000px;
	}

	footer .navidx {
		top: 10px;
		left: 0px;
	}

	/* 202408調整 */
	footer .navpgtop a,
	footer .navvoiceicon a {
		position: fixed;
		z-index: 999;
		transition: all .3s;
	}

	footer .navpgtop a {
		bottom: 20px;
		right: 20px;
	}

	footer .navvoiceicon a {
		position: fixed;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
		z-index: 999;
		transition: all .3s;
	}

	footer .navvoiceicon a img {
		width: 100px;
		height: 100px;
		object-fit: contain;
	}

	/* 202408調整 */
	footer .navpgtop a:hover {
		bottom: 40px;
	}

	footer .navvoiceicon a:hover {
		right: 30px;
	}

	.kv {
		height: 750px;
	}

	.about ul>* {
		flex: 0 0 50%;
	}

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

	.detail h2 {
		height: 750px;
		box-sizing: border-box;
		padding: 50px;
		font-size: 400%;
	}
}

/*----------------------------------------------------------------------------------------------------------------------------------*/
/*MOBILE*/
/*----------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 500px) {

	.only-pc,
	.pconly {
		display: none;
	}

	html,
	body {
		width: 100%;
		overflow-x: hidden;
	}

	* {
		max-width: 100%;
	}

	.slick-slider * {
		max-width: none;
	}

	[class*="mrow"],
	[class*="mrows"]>* {
		display: flex;
		justify-content: flex-start;
		align-items: stretch;
		align-content: center;
		list-style: none !important;
		padding: 0;
		margin: 0;
		flex-wrap: wrap;
	}

	[class*="mrow"]>*,
	[class*="mrows"]>*>* {
		flex: 1 0 0%;
	}

	[class*="mcol"],
	[class*="mcols"]>* {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: stretch;
		align-content: center;
	}

	.mrow1>* {
		flex: 0 0 calc(100% / 1);
	}

	.mrow2>* {
		flex: 0 0 calc(100% / 2);
	}

	.mrow3>* {
		flex: 0 0 calc(100% / 3);
	}

	.mrow4>* {
		flex: 0 0 calc(100% / 4);
	}

	.mrow5>* {
		flex: 0 0 calc(100% / 5);
	}

	.mrow6>* {
		flex: 0 0 calc(100% / 6);
	}

	/*--------------------------------*/
	.mzoom120 {
		width: 120%;
		margin-left: -10%;
		max-width: none;

	}

	.mzoom200 {
		width: 200%;
		margin-left: -50%;
		max-width: none;
	}

	/*--------------------------------*/
	body>*>* {
		width: 100vw;
		margin: 0 auto;
	}

	header {
		overflow: visible;
		height: 50px !important;
		box-sizing: border-box;
		background: #fff;
		border: none;
	}

	header h1 {
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100vw;
		height: 50px;
		text-align: center;
	}

	header h1 img {
		width: auto;
		height: 80px !important;
		object-fit: contain;
		padding-top: 20px;
	}

	.telbtn {
		display: block;
		position: absolute;
		left: -12px;
		top: -30px;
		font-size: 36px;
		padding: 8px;
		transform: scale(-1, 1);
	}

	.teloption {
		text-align: center;
		padding-left: 0px;
		list-style: none;
		line-height: 2;
		font-size: 150%;
		margin: -30px;
		max-width: none;
	}

	.teloption li {
		padding: 20px 0;
	}

	.teloption li+li {
		border-top: 1px solid #ddd;
	}

	.teloption a {
		display: inline-block;
		width: 100%;
		color: #007AFF;
	}

	.teloption a:hover {
		text-decoration: none;
		background: #eee;
	}

	.togglemenu {
		display: block;
		position: absolute;
		right: 3px;
		top: -25px;
		font-size: 34px;
		padding: 8px;
	}

	nav.topmenu {
		width: calc(100vw - 20px);
		box-sizing: border-box;
		position: fixed;
		right: 10px;
		top: 50px;
		z-index: 998;
		display: flex;
		flex-direction: column;
		justify-content: center;
		background: #efefef;
		display: none;
		-webkit-backdrop-filter: blur(2px);
	}

	nav.topmenu ul {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		margin-bottom: 0;
	}

	nav.topmenu li {
		flex: 1 1 40px;
		text-align: center;
		display: flex;
		align-items: stretch;
	}

	nav.topmenu li a {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	nav.topmenu li+li a {
		border-top: 1px solid rgba(255, 255, 255, 0.7);
	}

	nav.topmenu {
		background: rgba(255, 255, 255, .9)
	}

	/*モバイルメニュー背景カラー*/



	article>div {
		padding: 50px 0;
	}

	article {}

	article table ul,
	article table ol {
		padding-left: 15px;
	}

	.video iframe {
		width: 100vw;
		height: 54vw;
	}

	.mmap iframe {
		width: 100vw;
		height: 100vw;
		border: 0;
	}

	.mmap1-1 iframe {
		width: 100vw;
		height: 100vw;
		border: 0;
	}

	.mmap1-2 iframe {
		width: 100vw;
		height: 50vw;
		border: 0;
	}

	.mmap2-2 iframe {
		width: 50vw;
		height: 50vw;
		border: 0;
	}

	footer {
		height: 50px;
		padding: 0;
	}

	footer .rights {
		font-size: 10px;
		line-height: 2;
	}

	footer .navidx {
		top: 10px;
		left: 10px;
	}

	footer .navpgtop {
		bottom: 10px;
		right: 10px;
	}


	.kv {
		height: 75vw;
	}

	.telbtn,
	.togglemenu {
		padding-top: 25px !important;
	}

	.telbtn a,
	.togglemenu a {
		color: #403618;
	}

	header .topmenu {
		color: white !important;
	}

	.about ul {
		flex-direction: column-reverse;
	}

	.telbtn img {}

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

	.detail h2 {
		height: 75vw;
		padding: 20px;
		box-sizing: border-box;
		font-size: 200%;
	}

	footer .rights-logo {
		margin: 0;
		width: 35vw;
	}

}