@charset "utf-8";

html {
	font-size: 62.5%;
}

body {
	background-color: #fff;
	font-family: "Noto Sans JP", sans-serif, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 2.0rem;
	line-height: 1.8;
	color: #000;
	word-wrap: break-word;
	overflow-wrap: break-word;
	min-width: var(--pcWidth);
	-webkit-text-size-adjust: 100%; /* フォントサイズ自動調整 */
/* 
Thin 100
ExtraLight 200
Light 300
Regular 400
Medium 500
SemiBold 600
Bold 700
ExtraBold 800
Black 900
 */
}

h1 {
	font-size: 6.0rem;
	font-weight: 500;
	line-height: 1.5;
}

h2 {
	border-bottom: 1px solid #000;
	font-size: 4.0rem;
	font-weight: 500;
	line-height: 1.5;
	padding-bottom: 10px;
	margin-top: var(--pcH2mt);
	margin-bottom: 35px;
	clear: both;
}

h3 {
	font-size: 3.2rem;
	font-weight: 500;
	line-height: 1.5;
	margin-top: var(--h3mt);
	margin-bottom: 20px;
	clear: both;
}

h4 {
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.5;
	margin: 30px 0 20px;
	clear: both;
}

p {
	margin-bottom: 20px;
}

table {
	width: 100%;
	margin-bottom: 30px;
	word-break: break-all;
	word-wrap: break-word;
}

table tr th {
	background-color: #eee;
	border: 1px solid #999;
	padding: 20px 20px;
	text-align: left;
	vertical-align: top;
}

table tr td {
	border: 1px solid #999;
	padding: 20px 20px;
	vertical-align: top;
}

table tr td *:last-child {
	margin-bottom: 0;
}

ul {
	margin: 0 0 20px 10px;
}

ul li {
	padding-left: 22px;
	position: relative;
}

ul li::before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background-color: #999;
	position: absolute;
	left: 8px;
	top: calc(1em - 4px);
	/* speak: none; */
}

ol {
	margin: 0 0 20px 32px;
}

ol li {
	padding-left: 0;
	position: static;
}

ul li + li, 
ol li + li {
	margin-top: 10px;
}

li ul {
	margin: 10px 0 0;
}

li ol {
	margin: 10px 0 0 22px;
}

iframe {
	border: none;
}

hr {
	height: 1px;
	border: none;
	border-top: 1px dotted #999;
	margin: 50px 0;
	clear: both;
}

figure {
	margin-bottom: 30px;
}

a {
	color: #666;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	backface-visibility: hidden;
}

a:hover img {
	filter: Alpha("opacity=80");
	opacity: 0.8;
}

/* 
a:focus, 
button:focus {
	outline: 2px solid #3C963C;
	outline-offset: 4px;
	font-weight: bold;
	color: #3C963C;
}
 */


/*__________ TAB-SP __________*/
@media screen and (max-width: 959px) {

	body {
		font-size: 1.6rem;
	}

	h1 {
		font-size: 3.6rem;
	}

	h2 {
		font-size: 2.8rem;
		margin-top: var(--tbspH2mt);
	}

	h3 {
		font-size: 2.2rem;
	}

	h4 {
		font-size: 2.0rem;
	}

}


/*__________ TAB __________*/
@media screen and (max-width: 959px) and (min-width: 768px) {

	body {
		min-width: var(--tbWidth);
	}

}


/*__________ SP __________*/
@media screen and (max-width: 767px) {

	body {
		/* min-width: 100%; */
		min-width: var(--spWidthMin);
	}

}


/* --------------------------------------------------------------
WRAP,HEADER,FOOTER
-------------------------------------------------------------- */
#wrap {
	position: relative;
}

#glNavArea #glNavList ul, 
footer ul {
	margin: 0;
}

#glNavArea #glNavList ul li, 
footer ul li {
	padding-left: 0;
	position: static;
}

#glNavArea #glNavList ul li::before, 
footer ul li::before {
	content: none;
}

#glNavArea #glNavList ul li + li, 
footer ul li + li {
	margin-top: 0;
}

header p, 
footer p {
	margin-bottom: 0;
}

#header p#skipLink {
	font-size: 1.4rem;
	text-align: center;
	width: 180px;
	/* position: fixed; */
	position: absolute;
	top: 0;
	z-index: 100;
	/* opacity: 0; */
	height: 0;
	clip: rect(1px,1px,1px,1px);
}

#header p#skipLink:focus-within {
	/* opacity: 1.0; */
	height: auto;
	clip: auto;
}

#header p#skipLink a {
	background-color: #000;
	color: #fff;
	text-decoration: none;
	padding: 10px 10px;
	display: block;
}

#headerArea {
	min-width: var(--pcWidth);
	margin: 0 auto;
	padding: 40px 0;
	padding-left: var(--pcSideSpace);
	padding-right: var(--pcSideSpace);
	display: grid;
	grid-template-columns: auto auto;
	column-gap: 20px;
	height: 120px;
	align-content: center;
}

#headerArea h1, 
#headerArea p.logo {
	font-size: 1.0rem;
	line-height: 0;
	margin-bottom: 0;
}

#headerArea h1 img, 
#headerArea p.logo img {
	width: 224px;
}

#btnMenu {
	position: fixed;
	top: 40px;
	right: var(--pcSideSpace);
	z-index: 97;
	z-index: 1000;
	mix-blend-mode: difference;
	line-height: 0;
	/* justify-self: end; */
}

#btnMenu button {
	line-height: 0;
}

#btnMenu button img {
	width: 70px;
}

/* 
#btnMenu button.off img {
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 4px;
}
 */

#glNav {
	background-color: rgba(0, 0, 0, 0.8);
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	clip-path: inset(0 0 0 100%);
	opacity: 0;
	transition: clip-path 0.5s ease, opacity 0.5s ease;
	/* scrollbar-gutter: stable; */
}

#glNav.open {
	z-index: 100;
}

.openMenu #glNav {
	clip-path: inset(0 0 0 0);
	opacity: 1;
}

#glNavArea {
	width: 740px;
	padding: 100px 40px 40px;
}

/* 
#glNavArea button#btnMenuClose {
	display: block;
	margin: 0 0 30px auto;
}

#glNavArea button#btnMenuClose img {
	width: 70px;
}
 */

#glNavArea #glNavList {
	background: url("../images/common/bgGlNavList.svg") no-repeat left top / 390px 42px;
	padding-top: 68px;
	display: grid;
	grid-template-columns: auto auto;
	column-gap: 20px;
}

#glNavArea #glNavList > ul {
	/* margin-top: -20px; */
}

#glNavArea #glNavList ul li {
	/* font-size: 2.0rem;
	margin-top: 20px; */
}

#glNavArea #glNavList ul li + li {
	margin-top: 20px;
}

#glNavArea #glNavList ul li a {
	color: #fff;
	text-decoration: none;
	/* padding: 10px; */
	display: block;
}

#glNavArea #glNavList ul li.current-menu-item > a, 
#glNavArea #glNavList ul li.current-post-ancestor > a, 
#glNavArea #glNavList ul li.current-page-ancestor > a, 
#glNavArea #glNavList ul li a:hover {
	/* background-color: #fff;
	color: #000; */
	text-decoration: underline;
}

#glNavArea #glNavList ul.sub-menu {
	margin-top: 20px;
}

#glNavArea #glNavList ul.sub-menu li a {
	padding-left: 52px;
	position: relative;
}

#glNavArea #glNavList ul.sub-menu li a::before {
	content: '';
	width: 6px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	left: 38px;
	top: calc(1em - 2px);
	/* speak: none; */
}

/* 
#glNavArea #glNavList ul li.current-page-ancestor ul.sub-menu li.current-menu-item a {
	padding-left: 32px;
}

#glNavArea #glNavList ul li.current-page-ancestor ul.sub-menu li.current-menu-item a::before {
	left: 18px;
}

#glNavArea #glNavList ul.sub-menu li.current-menu-item > a::before, 
#glNavArea #glNavList ul.sub-menu li a:hover::before {
	background-color: #000;
}
 */

#footer {
	background-color: #000;
	color: #fff;
}

#footerArea {
	width: var(--pcWidth);
	margin: 0 auto;
	padding: 80px 0 40px;
	padding-left: var(--pcSideSpace);
	padding-right: var(--pcSideSpace);
	display: grid;
	grid-template-columns: 580px auto;
	column-gap: 40px;
}

#footerArea #footAdd p.logo {
	margin-bottom: 25px;
}

#footerArea #footAdd p.logo img {
	width: 362px;
}

#footerArea #footAdd #footSns {
	margin-bottom: 40px;
}

#footerArea #footAdd #footSns ul {
	display: flex;
	column-gap: 12px;
}

#footerArea #footAdd #footSns ul li img {
	width: 40px;
}

#footerArea #footAdd dl#office {
	font-size: 1.6rem;
}

#footerArea #footAdd dl#office dt {
	margin-top: 40px;
}

#footerArea #footAdd dl#office dt:first-child {
	margin-top: 0;
}

#footerArea #footCont #footNav {
	display: grid;
	grid-template-columns: auto auto;
	column-gap: 40px;
}

#footerArea #footCont #footNav ul li {
	font-size: 1.4rem;
}

#footerArea #footCont #footNav ul li a {
	color: #fff;
	text-decoration: none;
}

#footerArea #footCont #footNav ul li a:hover {
	text-decoration: underline;
}

#footerArea #footCont #footNav > ul {
	margin-top: -10px;
}

#footerArea #footCont #footNav > ul > li {
	margin-top: 10px;
}

#footerArea #footCont #footNav ul.sub-menu {
	margin-left: 10px;
}

#footerArea #footCont #footNav ul.sub-menu li {
	margin-top: 10px;
}

#footerArea #footCont #footNav ul.sub-menu li a {
	padding-left: 22px;
	position: relative;
	display: inline-block;
}

#footerArea #footCont #footNav ul.sub-menu li a::before {
	content: '';
	width: 6px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	left: 8px;
	top: calc(1em - 3px);
	/* speak: none; */
}

#copy p {
	width: var(--pcWidth);
	margin: 0 auto;
	padding-bottom: 80px;
	padding-left: var(--pcSideSpace);
	padding-right: var(--pcSideSpace);
	font-size: 1.4rem;
}

#btnFixed {
	position: fixed;
	right: var(--pcSideSpace);
	bottom: 40px;
	width: 180px;
	z-index: 96;
	display: none;
}

#btnFixedArea {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
	column-gap: 20px;
	text-align: right;
}

#btnFixedArea p {
	border-radius: 100%;
	margin-bottom: 0;
}

#btnFixedArea p a {
	border-radius: 100%;
	display: inline-block;
}

#btnFixedArea p a img {
	border: 1px solid;
	border-radius: 100%;
	background-color: #000;
	width: 80px;
}

#btnFixedArea p a:hover img {
	filter: Alpha("opacity=100");
	opacity: 1.0;
}

#btnFixedArea p.off a img {
	border-color: #fff;
	background-color: #000;
}

#btnFixedArea p.on a img {
	border-color: #000;
	background-color: #fff;
}


/*__________ TAB-SP __________*/
@media screen and (max-width: 959px) {

	#headerArea {
		min-width: var(--spWidthMin);
		padding: 20px 0;
		padding-left: var(--tbspSideSpace);
		padding-right: var(--tbspSideSpace);
		height: 70px;
	}

	#headerArea h1 img, 
	#headerArea p.logo img {
		width: 200px;
	}

	#btnMenu {
		top: 20px;
	}

	#btnMenu button img {
		width: 50px;
	}

	#glNavArea #glNavList ul li {
		font-size: 1.8rem;
		/* margin-top: 10px; */
	}

	#footerArea {
		grid-template-columns: initial;
	}

	#footerArea #footCont {
		display: none;
	}

	#btnMenu {
		right: var(--tbspSideSpace);
	}

	#btnFixed {
		right: var(--tbspSideSpace);
		bottom: 20px;
		width: 110px;
	}

	#btnFixedArea {
		grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
		column-gap: 10px;
	}

	#btnFixedArea p a img {
		width: 50px;
	}

}


/*__________ TAB __________*/
@media screen and (max-width: 959px) and (min-width: 768px) {

	#glNavArea {
		width: 600px;
	}

	#footerArea {
		width: var(--tbWidth);
		padding-left: var(--tbspSideSpace);
		padding-right: var(--tbspSideSpace);
	}

	#copy p {
		width: var(--tbWidth);
		padding-left: var(--tbspSideSpace);
		padding-right: var(--tbspSideSpace);
	}

}


/*__________ SP __________*/
@media screen and (max-width: 767px) {

	#glNav {
		width: 100%;
	}

	#glNavArea {
		width: 100%;
		max-width: 600px;
		padding: 65px 20px 20px;
		margin-left: auto; 
	}

/* 
	#glNavArea button#btnMenuClose {
			display: block;
			margin-bottom: 20px;
	}

	#glNavArea button#btnMenuClose img {
		width: 50px;
	}
 */

	#glNavArea #glNavList {
		background-size: 280px 30px;
		padding-top: 50px;
		grid-template-columns: initial;
	}

	#glNavArea #glNavList > ul {
		/* margin-top: -10px; */
	}

	#glNavArea #glNavList > ul:nth-child(2) {
		margin-top: 20px;
	}

	#footerArea {
		width: var(--spWidth);
		min-width: var(--spWidthMin);
		max-width: var(--spWidthMax);
		padding: 60px 0 30px;
		padding-left: var(--tbspSideSpace);
		padding-right: var(--tbspSideSpace);
	}

	#footerArea #footAdd p.logo img {
		width: 270px;
	}

	#footerArea #footAdd #footSns ul li img {
		width: 36px;
	}

	#footerArea #footAdd dl#office dt {
		margin-top: 30px;
	}

	#copy p {
		width: var(--spWidth);
		min-width: var(--spWidthMin);
		max-width: var(--spWidthMax);
		padding-bottom: 60px;
		padding-left: var(--tbspSideSpace);
		padding-right: var(--tbspSideSpace);
	}

}


/* --------------------------------------------------------------
-------------------------------------------------------------- */
.waku1 {
	border: 2px solid #999;
	padding: 20px 20px;
	margin-bottom: 30px;
	clear: both;
}

.waku2 {
	background-color: #eee;
	padding: 20px 20px;
	margin-bottom: 30px;
	clear: both;
}

.waku1 > *:first-child, 
.waku2 > *:first-child {
	margin-top: 0;
}

.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 #999;
}

table.respTable2 tr:first-child {
	border-top: 1px solid #999;
}

table.respTable2 tr th, 
table.respTable2 tr td {
	border: none;
}

table.respTable2 tr th {
	background-color: transparent;
	padding: 20px 20px 20px 0;
}

table.respTable2 tr td {
	padding: 20px 0 20px 20px;
}

.frameBox {
	margin-bottom: 30px;
}

.facebook{
	overflow-x: auto;
}

iframe.wp-embedded-content {
	max-width: 100%;
}

p.swipeAtt {
	display: none;
}

.fs14 {
	font-size: 1.4rem;
}

.fs16 {
	font-size: 1.6rem;
}

.fs18 {
	font-size: 1.8rem;
}

.fs20 {
	font-size: 2.0rem;
}


/*__________ TAB-SP __________*/
@media screen and (max-width: 959px) {

	.youtube iframe, 
	.ggmap iframe, 
	.ggcal iframe, 
	.instagram iframe {
		max-width: 100%;
	}

	table.respTable tr th, 
	table.respTable tr td {
		display: block;
		width: 100%!important;
		border-top: none;
	}

	table.respTable tr:first-child th, 
	table.respTable tr:first-child td:first-child {
		border-top: 1px solid #999;
	}

	table.respTable2 tr th, 
	table.respTable2 tr td {
		border: none;
		display: block;
		padding: 0 0 5px;
		width: 100%;
	}

	table.respTable2 tr th:first-child, 
	table.respTable2 tr td:first-child {
		padding: 20px 0 5px;
	}

	table.respTable2 tr td:last-child {
		padding: 0 0 20px;
	}

}


/*__________ TAB __________*/
@media screen and (max-width: 959px) and (min-width: 768px) {}


/*__________ SP __________*/
@media screen and (max-width: 767px) {

/* 
	.waku1, 
	.waku2 {
		padding: 20px 20px;
	}
 */

	p.swipeAtt {
		display: block;
		color: #ff4b00;
		margin-bottom: 5px;
	}

	.swipeTable {
		display: block;
		overflow-x: auto;
		margin-bottom: 30px;
	}

	.swipeTable table {
		width: 100%;
		min-width: 500px;
		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;
		max-width: 100%;
		height: 100%;
	}

}


/* --------------------------------------------------------------
-------------------------------------------------------------- */
.grecaptcha-badge {
	bottom: 140px !important;
}

.contBox {
	width: var(--pcWidth);
	margin: 0 auto;
	padding: 80px 0;
	padding-left: var(--pcSideSpace);
	padding-right: var(--pcSideSpace);
}

.contBox > *:last-child {
	margin-bottom: 0;
}

p.btnView {
	margin: 30px 0 0;
	font-family: "Roboto", sans-serif;
	text-align: center;
	font-size: 1.6rem;
}

p.btnView a {
	border: var(--bd);
	background-color: var(--bgColor);
	color: var(--txtColor);
	border-radius: 9999px;
	text-decoration: none;
	width: 120px;
	display: block;
	padding: 5px 10px;
}

p.btnView a:hover {
	background-color: var(--bgColorRev);
	color: var(--txtColorRev);
}

p.btnView.rev a {
	background-color: var(--bgColorRev);
	color: var(--txtColorRev);
}

p.btnView.rev a:hover {
	background-color: var(--bgColor);
	color: var(--txtColor);
}

p.btnView.mxW300 {
	max-width: 300px;
}

p.btnView.mxW300 a {
	padding: 10px 20px;
	width: auto;
}

p.btnView.lc {
	margin: 30px auto 0;
}

ul#newsList {
	margin: 0;
}

ul#newsList li {
	padding-left: 0;
	position: static;
	border-bottom: 1px dashed #b4b4b4;
	/* font-size: 2.0rem; */
}

ul#newsList li:first-child {
	border-top: 1px dashed #b4b4b4;
}

ul#newsList li::before {
	content: none;
}

ul#newsList li + li {
	margin-top: 0;
}

ul#newsList li p {
	margin-bottom: 0;
}

ul#newsList li a {
	background: url("../images/common/iconArrowB.svg") no-repeat right 20px center / 45px 17px;
	padding: 20px 85px 20px 20px;
	text-decoration: none;
	display: grid;
	grid-template-columns: 10.0rem auto;
	column-gap: 20px;
}

ul#newsList li a:hover {
	background-image: url("../images/common/iconArrowW.svg");
	background-color: #000;
	color: #fff;
}


/*__________ TAB-SP __________*/
@media screen and (max-width: 959px) {

	.grecaptcha-badge {
		bottom: 90px !important;
	}

	.contBox {
		padding: 60px 0;
		padding-left: var(--tbspSideSpace);
		padding-right: var(--tbspSideSpace);
	}

	ul#newsList li {
		font-size: 1.6rem;
	}

	ul#newsList li a {
		grid-template-columns: initial;
	}

}


/*__________ TAB __________*/
@media screen and (max-width: 959px) and (min-width: 768px) {

	.contBox {
		width: var(--tbWidth);
	}

	ul#newsList li a {
		padding: 15px 85px 15px 15px;
	}

}


/*__________ SP __________*/
@media screen and (max-width: 767px) {

	.contBox {
		width: var(--spWidth);
		min-width: var(--spWidthMin);
		max-width: var(--spWidthMax);
	}

	ul#newsList li a {
		background: none;
		padding: 15px 15px;
	}

	ul#newsList li a:hover {
		background-image: none;
		background-color: #000;
		color: #fff;
	}

}