@charset "utf-8";
/* CSS Document */

html {
	font-size: 62.5%;
}

body {
	font-family: "Noto Sans JP", sans-serif, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 1.6rem;
	line-height: 1.8;
	word-wrap: break-word;
	overflow-wrap: break-word;
	min-width: 1024px;
	-webkit-text-size-adjust: 100%;
}

h2 {
	font-size: 2.8rem;
	line-height: 1.5;
	text-align: center;
	padding-bottom: 16px;
	margin: 50px 0 40px;
	position: relative;
}

h2::after {
	content: '';
	border-bottom: 6px solid;
	border-radius: 4px;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0 auto;
	width: 60px;
}

h3 {
	font-size: 2.6rem;
	line-height: 1.5;
	padding: 8px 0 8px 16px;
	margin: 30px 0;
	position: relative;
	clear: both;
}

h3::before {
	content: '';
	border-radius: 4px;
	width: 6px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

h4 {
	font-size: 2.4rem;
	line-height: 1.5;
	padding: 10px;
	margin: 30px 0;
	clear: both;
}

*:not(h2, h3, h4, h5) + h3, 
*:not(h2, h3, h4, h5) + h4 {
	margin-top: 50px;
}

h5 {
	border-top: 1px solid;
	border-bottom: 1px solid;
	font-size: 2.2rem;
	line-height: 1.5;
	padding: 10px 0;
	margin: 30px 0;
	clear: both;
}

*:not(h2, h3, h4, h5) + h5 {
	margin-top: 40px;
}

p {
	margin-bottom: 30px;
}

table {
	width: 100%;
	margin-bottom: 30px;
	word-break: break-all;
	word-wrap: break-word;
}

table tr th {
	border: 1px solid;
	padding: 30px;
	text-align: left;
	vertical-align: top;
}

table tr td {
	border: 1px solid;
	padding: 30px;
	vertical-align: top;
}

table tr td *:last-child {
	margin-bottom: 0;
}

ul {
	margin-bottom: 30px;
}

ul li {
	padding-left: 26px;
	position: relative;
}

ul li::before {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 100%;
	position: absolute;
	left: 8px;
	top: calc(1em - 6px);
}

ol {
	margin: 0 0 30px 26px;
}

ol li {
	padding-left: 0;
	position: static;
}

ul li + li, 
ol li + li {
	margin-top: 15px;
}

li ul {
	margin: 10px 0 0;
}

li ol {
	margin: 10px 0 0 26px;
}

iframe {
	border: none;
}

hr {
	height: 1px;
	border: none;
	border-top: 1px solid;
	margin: 50px 0;
	clear: both;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	backface-visibility: hidden;
}

a:hover img {
	filter: Alpha("opacity=80");
	opacity: 0.8;
}

video {
	max-width: 100%;
	height: auto;
}

#main {
	/*width: 100vw;*/
	width: 100%;
	overflow-x: hidden;
}


/*__________ TAB-SP __________*/
@media screen and (max-width: 959px) {}


/*__________ TAB __________*/
@media screen and (max-width: 959px) and (min-width: 768px) {

	body {
		min-width: 768px;
	}

}


/*__________ SP __________*/
@media screen and (max-width: 767px) {

	body {
		/* min-width: 100%; */
		min-width: 320px;
	}

	table tr th, 
	table tr td {
		padding: 20px;
	}

}


/* --------------------------------------------------------------
WRAP,HEADER,FOOTER
-------------------------------------------------------------- */
#wrap {
	position: relative;
}

header ul {
	margin: 0;
}

header ul li {
	padding-left: 0;
	position: static;
}

header ul li::before {
	content: none;
}

header ul li + li {
	margin-top: 0;
}

header p, 
footer p {
	margin-bottom: 0;
}

ul.btnSns {
	display: grid;
	column-gap: 10px;
}

ul.btnSns li img {
	border-radius: 100%;
	width: 34px;
}

#headerArea button#btnMenu, 
#glNavArea button#btnMenuClose, 
#glNavArea ul#btnNav, 
#glNavArea ul#TxtNav > li:first-child, 
#glNavArea ul#TxtNav > li:nth-child(n+6), 
#glNavArea ul#TxtNav > li .tbspAcc, 
#glNavArea ul#TxtNav > li ul.child, 
#glNavArea ul.btnSns {
	display: none;
}

#header {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 97;
}

#header.fixed {
	box-shadow: -1px 1px 1px rgba(0,0,0,0.2);
}

#headerArea {
	min-width: 1024px;
	margin: 0 auto;
	padding: 20px 12px 0;
	display: grid;
	grid-auto-flow: column;
	column-gap: 20px;
}

#headerArea h1, 
#headerArea p.logo {
	line-height: 0;
}

#headerArea h1 img , 
#headerArea p.logo img {
	width: 296px;
}

#headerArea #headCont {
	display: grid;
	grid-auto-flow: column;
	grid-template-columns: auto auto auto;
	column-gap: 20px;
	justify-self: end;
}

#headerArea #headCont ul.btnSns {
	grid-auto-flow: column;
	margin-top: 3px;
}

#headerArea #headCont p.tel {
	font-size:26px;
	font-weight:bold;
}
#headerArea #headCont p.tel img {
	width: 24px;
	margin-right:4px;
}

#headerArea #headCont p.mail {
	width: 160px;
}

#headerArea #headCont p.mail a {
	border-radius: 6px;
	text-decoration: none;
	padding: 5px;
	display: grid;
	grid-template-columns: 24px auto;
	column-gap: 5px;
	align-items: center;
	justify-content: center;
	height: 40px;
}

#headerArea #headCont p.mail a::before {
	content: '';
	background: no-repeat center center / contain;
	height: 16px;
}

#glNavArea {
	min-width: 1024px;
	margin: 0 auto;
	padding: 0 12px 30px;
	display: grid;
}

#glNavArea ul li {
	font-size: 1.4rem;
}

#glNavArea ul#TxtNav li a {
	text-decoration: none;
	display: block;
}

#glNavArea ul#TxtNav {
	display: grid;
	grid-auto-flow: column;
	justify-self: end;
}

#glNavArea ul#TxtNav > li {
	border-left: 1px solid;
}

#glNavArea ul#TxtNav > li:nth-child(2) {
	border-left: none;
}

#glNavArea ul#TxtNav > li > a {
	padding: 5px 20px;
}

#glNavArea ul#TxtNav > li > a:hover, 
#glNavArea ul#TxtNav > li.current > a {
	font-weight: bold;
}

#glNavArea ul.btnSns {
	grid-template-columns: repeat(auto-fit, 34px);
}

#footContact {
	border-top: 1px solid;
}

#footContactArea {
	width: 1024px;
	margin: 0 auto;
	padding: 50px 12px;
}

#footContactArea h2 {
	margin-top: 0;
}

#footContactArea p {
	margin-bottom: 20px;
}

#footContactArea p.tel {
	text-align: center;
	font-size:32px;
	font-weight:bold;
}

#footContactArea p.tel img {
	width: 26px;
	margin-right:4px;
}
#footContactArea p.tel a {
	color:#222;
	text-decoration:none;
}
#footContactArea p.tel a:hover {
	color:#333;
}

#footContactArea p.btn {
	width: 300px;
	margin: 0 auto;
}

#footContactArea p.btn a {
	border-radius: 6px;
	text-decoration: none;
	padding: 10px 5px;
	display: grid;
	grid-template-columns: auto 20px;
	column-gap: 10px;
	align-items: center;
	justify-content: center;
}

#footContactArea p.btn a::after {
	content: '';
	background: no-repeat center center / contain;
	height: 20px;
}

#footerArea {
	width: 1024px;
	margin: 0 auto;
	padding: 50px 12px;
	display: grid;
	grid-template-columns: 400px auto;
	column-gap: 30px;
}

#footerArea #footContL p, 
#footerArea #footContL ul {
	margin-bottom: 20px;
}

#footerArea #footContL > *:last-child {
	margin-bottom: 0;
}

#footerArea #footContL p.name {
	font-size: 2.6rem;
	font-weight: bold;
	margin-bottom: 10px;
}

#footerArea #footContL #footNav {
	margin-top: 20px;
}

#footerArea #footContL #footNav ul {
	display: flex;
	flex-wrap: wrap;
	margin: -10px 0 20px -20px;
}

#footerArea #footContL #footNav ul li {
	font-size: 1.4rem;
	margin: 10px 0 0 20px;
}

#footerArea #footContL ul.btnSns {
	grid-template-columns: repeat(auto-fit, 34px);
}

#footerArea #footContL ul.btnSns li {
	padding-left: 0;
	position: static;
}

#footerArea #footContL ul.btnSns li::before {
	content: none;
}

#footerArea #footContL ul.btnSns li + li {
	margin-top: 0;
}

#copy p {
	width: 1024px;
	margin: 0 auto;
	padding: 10px 12px;
	font-size: 1.2rem;
	text-align: center;
}

#pageTop p {
	position: fixed;
	right: 10px;
	bottom: 10px;
	margin-bottom: 0;
	z-index: 96;
	display: none;
}

#pageTop p a {
	border-radius: 100%;
	display: block;
}

#pageTop p a img {
	border-radius: 100%;
	width: 44px;
}

#pageTop p a:hover img {
	filter: Alpha("opacity=100");
	opacity: 1;
}

.scrollTable {
	overflow-x: auto;
}
.scrollTable table {
	min-width:800px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
	position: fixed;
	inset: 0;
	z-index: 999999;
	overflow: hidden;
	background: #fff;
	transition: all 0.6s ease-out;
}

#preloader:before {
	content: "";
	position: fixed;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	border: 6px solid #ffffff;
	border-color: #00a273 transparent #00a273 transparent;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	animation: animate-preloader 1.5s linear infinite;
}

@keyframes animate-preloader {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

/*__________ TAB-SP __________*/
@media screen and (max-width: 959px) {

	#headerArea button#btnMenu, 
	#glNavArea button#btnMenuClose, 
	#glNavArea ul#TxtNav, 
	#glNavArea ul#TxtNav > li:first-child, 
	#glNavArea ul#TxtNav > li:nth-child(n+6), 
	#glNavArea ul#TxtNav > li .tbspAcc {
		display: block;
	}
	#glNavArea ul#TxtNav {
		width: 100%;
	}
	#glNavArea ul.btnSns {
		display: grid;
	}

	#headerArea {
		padding: 0 10px;
	}

	#headerArea h1, 
	#headerArea p.logo {
		padding: 10px 0;
	}

/*	#headerArea h1 img, 
	#headerArea p.logo img {
		width: 128px;
	}
*/
	#headerArea #headCont {
		display: none;
	}

	#headerArea button#btnMenu {
		justify-self: end;
	}

	#headerArea button#btnMenu img {
		width: 46px;
	}

	#glNav {
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 0;
		z-index: -1;
		display: none;
	}

	#glNav.open {
		z-index: 999;
	}

	#glNav #glNavArea {
		min-width: initial;
		margin: 0;
		padding: 0 10px;
		display: initial;
		position: fixed;
		width: 100%;
		height: 100vh;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}

	#glNav #glNavArea ul#btnNav {
		display: grid;
		grid-template-columns: auto auto;
		column-gap: 20px;
		padding: 10px 0;
	}

	#glNav #glNavArea ul#btnNav li a {
		border-radius: 6px;
		text-decoration: none;
		padding: 10px;
		display: grid;
		grid-template-columns: 24px auto;
		column-gap: 5px;
		align-items: center;
		justify-content: center;
	}

	#glNav #glNavArea ul#btnNav li a::before {
		content: '';
		height: 20px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
	}

	#glNav #glNavArea ul#btnNav li.tel a {
		border: 1px solid;
	}

	#glNavArea ul#TxtNav {
		margin-bottom: 20px;
	}

	#glNavArea ul#TxtNav > li {
		border-left: none;
		border-bottom: 1px solid;
	}

	#glNavArea ul#TxtNav > li:first-child {
		border-top: 1px solid;
	}

	#glNavArea ul#TxtNav > li > a, 
	#glNavArea ul#TxtNav > li.parent .tbspAcc button {
		position: relative;
	}

	#glNavArea ul#TxtNav > li > a::before, 
	#glNavArea ul#TxtNav > li.parent .tbspAcc button::before {
		content: '';
		border-radius: 100%;
		width: 10px;
		height: 10px;
		position: absolute;
		left: 0;
	}

	#glNavArea ul#TxtNav > li > a {
		padding: 10px 10px 10px 15px;
	}

	#glNavArea ul#TxtNav > li > a::before {
		top: calc(1em + 4px);
	}

	#glNavArea ul#TxtNav > li.parent .tbspAcc button {
		font-family: "Noto Sans JP", sans-serif, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
		background-repeat: no-repeat;
		background-position: right center;
		background-size: 12px 8px;
		padding: 10px 17px 10px 15px;
		line-height: 1.8;
		text-align: left;
		width: 100%;
	}

	#glNavArea ul#TxtNav > li.parent .tbspAcc button::before {
		top: calc(1em + 3px);
	}

	#glNavArea ul#TxtNav > li.parent .tbspAcc button:hover, 
	#glNavArea ul#TxtNav > li.parent.current .tbspAcc button,
	#glNavArea ul#TxtNav > li.parent .tbspAcc button.on {
		font-weight: bold;
	}

	#glNavArea ul#TxtNav > li.parent ul.child li + li {
		margin-top: 1px;
	}

	#glNavArea ul#TxtNav > li.parent ul.child li a {
		padding: 10px 10px 10px 35px;
		display: block;
		position: relative;
	}

	#glNavArea ul#TxtNav > li.parent ul.child li a::before {
		content: '';
		background:  no-repeat center center / 5px 10px;
		width: 5px;
		height: 10px;
		position: absolute;
		left: 20px;
		top: calc(1em + 4px);
	}

	#glNavArea ul#TxtNav > li.parent ul.child li a {
		padding: 10px 10px 10px 35px;
		display: block;
		position: relative;
	}

	#glNavArea button#btnMenuClose {
		margin: 0 0 0 auto;
	}

	#glNavArea button#btnMenuClose img {
		width: 46px;
	}

	#footContactArea {
		width: 1024px;
		margin: 0 auto;
		padding: 50px 10px;
	}

	#footerArea {
		padding: 50px 10px;
	}

	#copy p {
		padding: 10px;
	}

}


/*__________ TAB __________*/
@media screen and (max-width: 959px) and (min-width: 768px) {

	#headerArea {
		min-width: 768px;
	}

	#footContactArea {
		width: 768px;
	}

	#footerArea {
		width: 768px;
		grid-template-columns: 330px auto;
	}

	#copy p {
		width: 768px;
	}

}


/*__________ SP __________*/
@media screen and (max-width: 767px) {

	#headerArea {
		min-width: 320px;
	}

	#footContactArea {
		width: auto;
		min-width: 320px;
		max-width: 520px;
	}

	#footerArea {
		width: auto;
		min-width: 320px;
		max-width: 520px;
		display: block;
	}

	#footerArea #footContL {
		margin-bottom: 30px;
	}

	#footerArea #footContL #footNav {
		display: none;
	}

	#copy p {
		width: auto;
		min-width: 320px;
		max-width: 520px;
		text-align: left;
	}

}


/* --------------------------------------------------------------
CONTENT
-------------------------------------------------------------- */
.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignright {
	display: block;
	margin: 0 0 30px 20px;
	float: right;
}

.alignleft {
	display: block;
	margin: 0 20px 30px 0;
	float: left;
}

.wp-caption {
	border: 1px solid;
	text-align: center;
	padding: 20px;
	margin-bottom: 30px;
	max-width: 100%;
	height: auto;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption-text a, 
.wp-caption-text {
	font-size: 1.4rem;
	line-height: 1.6;
	margin: 5px 0 0;
}

.wp-video {
	margin-bottom: 30px;
}

.sticky {}

.gallery-caption {}

.bypostauthor {}

.screen-reader-text {}

.waku1 {
	border: 1px solid;
	padding: 30px;
	margin-bottom: 30px;
	clear: both;
}

.waku2 {
	padding: 30px;
	margin-bottom: 30px;
	clear: both;
}

.waku1 > *:last-child, 
.waku2 > *:last-child {
	margin-bottom: 0;
}

.waku1::before, 
.waku1::after, 
.waku2::before, 
.waku2::after {
	content: '';
	display: table;
}

.waku1::after, 
.waku2::after {
	clear:both;
}

table.respTable2 tr {
	border-bottom: 1px solid;
}

table.respTable2 tr:first-child {
	border-top: 1px solid;
}

table.respTable2 tr th, 
table.respTable2 tr td {
	border: none;
}

table.respTable2 tr th {
	background-color: transparent;
	text-align: left;
	vertical-align: top;
	padding: 30px 30px 30px 0;
}

table.respTable2 tr td {
	padding: 30px 0 30px 30px;
}

.frameBox {
	margin-bottom: 30px;
}

.facebook{
	overflow-x: auto;
}

iframe.wp-embedded-content {
	max-width: 100%;
}

p.swipeAtt {
	display: none;
}

.anc {
	padding-top: 146px;
	margin-top: -146px;
}

.anc *:last-child {
	margin-bottom: 0;
}

.anc::before, 
.anc::after {
	content: '';
	display: table;
}

.anc::after {
	clear:both;
}

img.rc {
	border-radius: 20px;
}

img.ci {
	border-radius: 100%;
}

ul.columnBox {
	display: grid;
	row-gap: 30px;
	margin-bottom: 30px;
}

ul.columnBox.aic {
	align-items: center;
}

ul.columnBox > li {
	padding-left: 0;
	position: static;
}

ul.columnBox > li > *:last-child {
	margin-bottom: 0;
}

ul.columnBox > li::before {
	content: none;
}

ul.columnBox > li + li {
	margin-top: 0;
}

ul.columnBox.column2 {
	grid-template-columns: repeat(2, 1fr);
	column-gap: 40px;
}

ul.columnBox.column3 {
	grid-template-columns: repeat(3, 1fr);
	column-gap: 44px;
}

ul.columnBox.column4 {
	grid-template-columns: repeat(4, 1fr);
	column-gap: 40px;
}


/*__________ TAB-SP __________*/
@media screen and (max-width: 959px) {

	.youtube iframe, 
	.ggmap iframe, 
	.ggcal iframe, 
	.instagram iframe {
		max-width: 100%;
	}

	.anc {
		padding-top: 46px;
		margin-top: -46px;
	}

}


/*__________ TAB __________*/
@media screen and (max-width: 959px) and (min-width: 768px) {

	ul.columnBox.column3 {
		column-gap: 38px;
	}

	ul.columnBox.column4 {
		grid-template-columns: repeat(2, 220px);
		justify-content: center;
	}

}


/*__________ SP __________*/
@media screen and (max-width: 767px) {

	.aligncenter {
			margin: 0 auto 30px;
		}

	.alignright, 
	.alignleft {
		float: none;
		margin: 0 auto 30px;
	}

	.waku1, 
	.waku2 {
		padding: 20px;
	}

	table.respTable tr th, 
	table.respTable tr td {
		display: block;
		width: 100%!important;
		border-top: none;
	}

	table.respTable2  tr th, 
	table.respTable2  tr td {
		border: none;
		display: block;
		padding: 0 0 10px;
		width: 100%!important;
	}

	table.respTable2  tr th:first-child, 
	table.respTable2  tr td:first-child {
		padding: 20px 0 10px;
	}

	table.respTable2  tr td:last-child {
		padding: 0 0 20px;
	}

	p.swipeAtt {
		display: block;
		margin-bottom: 2px;
	}

	.swipeTable {
		display: block;
		overflow-x: auto;
		margin-bottom: 30px;
	}

	.swipeTable table {
		width: 100%;
		min-width: 600px;
		margin-bottom: 0;
	}

	.ggmap {
		position: relative;
		padding: 30px 0 56.25%;
		height: 0;
		overflow: hidden;
	}

	.ggcal {
		position: relative;
		padding: 30px 0 100%;
		height: 0;
		overflow: hidden;
	}

	.youtube{
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
	}

	.instagram {
		position: relative;
		padding-bottom: 120%;
		/*padding-top: 30px;*/
		height: 0;
		overflow: hidden;
	}

	.youtube iframe, 
	.ggmap iframe, 
	.ggcal iframe, 
	.instagram iframe {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
	}

	ul.columnBox.column2, 
	ul.columnBox.column3, 
	ul.columnBox.column4 {
		grid-template-columns: initial;
		justify-content: center;
	}

}

