@charset "UTF-8";
@keyframes footerWaveMove {
	0% {
		transform: scale(1, 1) translateX(-50%);
	}
	100% {
		transform: scale(1, 0.5) translateX(-50%);
	}
}
.gHeaderWrap {
	height: 120px;
}
.gHeader {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	background-color: var(--color-white);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.03);
}
.gHeader_inner {
	max-width: 1390px;
}
.gHeader_cols {
	display: flex;
	max-width: 1383px;
}
.gHeader_col {}
.gHeader_col-title {
	width: 271px;
}
.gHeader_title {}
.gHeader_title > a {
	text-decoration: none;
	color: #52b1b6;
	display: flex;
	height: 120px;
	align-items: center;
	transition-duration: .3s;
	transition-property: opacity;
}
.gHeader_title_inner {
	display: block;
	position: relative;
	padding-bottom: 29.318%;
	width: 100%;
}
.gHeader_title_img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	fill: currentColor;
}
.gHeader_col-menu {
	width: calc(100% - 400px);
	margin-left: auto;
}
.gMenuBtn {
	display: none;
}
.gMenuBtn_barWrap {}
.gMenuBtn_bar {}
.gMenuBtn_bar-no1 {}
.gMenuBtn_bar-no2 {}
.gMenuBtn_bar-no3 {}
.gMenuBtn_text {}
.gMenuBtn_text-open {}
.gMenuBtn_text-hidden {}
.gNav {
	height: 100%;
	max-width: 734px;
	margin-left: auto;
}
.gNav_inner {
	height: 100%;
}
.gNav_list {
	list-style: none;
	display: flex;
	height: 100%;
}
.gNav_list > li {
	flex-grow: 1;
	position: relative;
}
.gNav_list > li > a {
	text-decoration: none;
	color: inherit;
	font-family: var(--font-mincho);
	display: block;
	font-size: 16px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	transition-duration: .3s;
	transition-property: opacity;
}
.gNav_list_icon {
	width: 65px;
	display: block;
}
.gNav_list_icon-about {
	color: rgba(248, 189, 134, 0.60);
}
.gNav_list_icon_inner {
	position: relative;
	padding-bottom: 53.847%;
	display: block;
}
.gNav_list_icon_img {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	fill: currentColor;
}
.gNav_list_text {
	display: flex;
	align-items: center;
	margin-top: 17px;
	line-height: 1;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
}
.gNav_list_icon-menu {
	color: rgba(124, 168, 210, 0.50);
}
.gNav_list_plus {
	display: block;
	width: 16px;
	height: 16px;
	color: var(--color-green);
	position: relative;
	margin-left: 16px;
}
.gNav_list_plus::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: currentColor;
	transform: translateY(-50%);
}
.gNav_list_plus::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: currentColor;
	transform: translateY(-50%) rotate(90deg);
	transition-duration: .3s;
	transition-property: transform;
}
.gNav_list > li > a[aria-expanded="true"] .gNav_list_plus::after {
	transform: translateY(-50%) rotate(0deg);
}
.gNav_list_iconWrap {
	position: relative;
	width: 65px;
	display: block;
}
.gNav_list_icon-beginner {
	color: rgba(92, 179, 163, 0.50);
}
.gNav_list_icon-beginner2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	color: rgb(236, 239, 159);
}
.gNav_list_icon-access {
	color: rgba(255, 141, 139, 0.50);
}
.gNav_list_icon-news {
	color: rgba(92, 179, 163, 0.50);
}
.gHeader_col-sns {
	width: 74px;
	align-self: center;
	margin-left: 29px;
}
.gHeader_link {}
.gHeader_link > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	height: 74px;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-image: linear-gradient(165deg, #515bd4, #8134af, #dd2a7b, #f58529, #feda77);
	border-radius: 50%;
	color: var(--color-white);
	transition-duration: .3s;
	transition-property: opacity;
}
.gHeader_link_icon {
	display: block;
	width: 29px;
	height: 29px;
	fill: currentColor;
}
.gFooter {
	position: relative;
	overflow: hidden;
	font-size: 16px;
	box-shadow: 0 100vh 0 100vh #b0dcd2;
	line-height: 1.85;
}
.gFooter_bg {
	width: 100%;
	height: 100%;
	fill: #b0dcd2;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	min-width: 1920px;
	display: none;
}
.gFooter_bg-left {
	margin-left: -480px;
}
.gFooter_bg-right {
	margin-left: 777px;
}
.gFooter_inner {
	position: relative;
	z-index: 1;
	max-width: 1212px;
}
.gFooter_list {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(4, auto);
	grid-template-rows: repeat(3, auto);
	grid-auto-flow: column;
}
.gFooter_list > li {}
.gFooter_list > li > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	padding: 6px 0;
	letter-spacing: 0.05em;
	align-items: center;
}
.gFooter_list_arrow {
	width: 16px;
	height: 16px;
	border: 1px solid var(--color-green);
	background-color: var(--color-white);
	border-radius: 50%;
	font-size: 10px;
	color: var(--color-green);
	line-height: 1;
	align-items: center;
	justify-content: center;
	display: inline-flex;
	box-sizing: border-box;
	vertical-align: baseline;
	margin-left: 14px;
}
.gFooter_list_arrow > .icon {
	display: block;
	transform: scale(0.8);
}
.gFooter_copyright {
	font-size: 12px;
	text-align: center;
	margin-top: 84px;
	font-family: var(--font-kaku-gothic);
}
.gFooter_copyright:first-child {
	margin-top: 0;
}
.ginfo {
	margin-bottom: 72px;
	line-height: 1.85;
}
.ginfo_inner {
	max-width: 1219px;
}
.ginfo_cols {
	display: flex;
}
.ginfo_col {}
.ginfo_col-txt {
	padding-top: 13px;
}
.ginfo_logo {}
.ginfo_logo > a {
	text-decoration: none;
	color: inherit;
	display: block;
	color: var(--color-green);
	transition-duration: .3s;
	transition-property: opacity;
}
.ginfo_logo_inner {
	display: block;
	position: relative;
	padding-bottom: 29.318%;
}
.ginfo_logo_img {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	fill: currentColor;
}
.ginfo_access {
	font-size: 13px;
	font-family: var(--font-mincho);
	color: var(--color-green);
	min-height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	box-sizing: border-box;
	justify-content: center;
	position: relative;
}
.ginfo_access_bg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	fill: rgba(255, 255, 255, 0);
	fill-rule: evenodd;
	stroke: #5cb3a3;
	stroke-dasharray: 0 6;
	stroke-linecap: round;
	stroke-width: 2px;
	pointer-events: none;
}
.ginfo_addr {
	margin-top: 18px;
}
.ginfo_addr_text {
	text-decoration: none;
	color: inherit;
	display: block;
	letter-spacing: 0.11em;
	padding-left: 5px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.ginfo_addr_text > .icon {
	margin-left: 8px;
	color: var(--color-green);
	vertical-align: baseline;
}
.ginfo_col-tbl {
	margin-left: auto;
	width: calc(100% - 670px);
	max-width: 459px;
}
.gSchedule {}
.gSchedule_table {
	width: 100%;
	table-layout: fixed;
}
.gSchedule_table > thead {}
.gSchedule_table > thead > tr {}
.gSchedule_table > thead > tr > th {
	white-space: nowrap;
	font-weight: normal;
	height: 60px;
	box-sizing: border-box;
	width: calc((100% - 110px) / 7);
	text-align: center;
}
.gSchedule_table > thead > tr > th:first-child {
	text-align: left;
	color: var(--color-green);
	font-weight: normal;
	padding-left: 3px;
	width: 110px;
}
.gSchedule_table > thead > tr > td {}
.gSchedule_table > tbody {}
.gSchedule_table > tbody > tr {
	border-top: 1px solid var(--color-gray-border);
	border-bottom: 1px solid var(--color-gray-border);
}
.gSchedule_table > tbody > tr > th {
	white-space: nowrap;
	text-align: left;
	vertical-align: middle;
	color: var(--color-green);
	font-family: var(--font-cinzel);
	font-weight: normal;
	height: 60px;
	box-sizing: border-box;
	padding-left: 4px;
	letter-spacing: 0.1em;
}
.gSchedule_table > tbody > tr > td {
	vertical-align: middle;
	text-align: center;
}
.gSchedule_table > tbody > tr > td > img {
	vertical-align: middle;
	display: block;
	margin: 0 auto;
}
.gSchedule_list {
	list-style: none;
	font-size: 12px;
	line-height: 1.67;
	margin-top: 14px;
	letter-spacing: 0.1em;
}
.gSchedule_list > li {}
.ginfo_grid {
	display: flex;
	margin-bottom: 38px;
}
.ginfo_grid_cell {}
.ginfo_grid_cell-logo {
	width: 348px;
}
.ginfo_grid_cell-txt {
	margin-left: 24px;
	padding-top: 11px;
	width: 272px;
}
.gBody {
	overflow: hidden;
	padding-bottom: 110px;
}
.ginfo_schedule {
	margin-right: -28px;
}
.gVisual {
	position: relative;
	background-color: rgba(224, 240, 239, 0.50);
	overflow: hidden;
}
.gVisual_mask {
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 82px;
	bottom: 0px;
	left: 50%;
	fill: var(--color-white);
	transform: translateX(-50%);
	min-width: 1440px;
}
.gVisual_inner {
	position: relative;
	z-index: 2;
	min-height: 314px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.gVisual_icon {
	width: 79px;
	margin-bottom: 20px;
}
.gVisual_icon_inner {
	position: relative;
	padding-bottom: 53.847%;
}
.gVisual_icon_svg {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	fill: currentColor;
}
.gVisual_subTitle {
	font-size: 60px;
	text-align: center;
	font-family: var(--font-cinzel);
	line-height: 1;
	margin-bottom: 11px;
}
.gVisual_title {
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.4;
}
.gPankuzu {
	margin-bottom: 40px;
}
.gPankuzu_inner {
	max-width: 1361px;
}
.gPankuzu_oList {
	list-style: none;
	font-size: 12px;
	display: flex;
	white-space: nowrap;
	align-items: center;
	overflow: auto;
}
.gPankuzu_oList > li {
	display: flex;
	align-items: center;
}
.gPankuzu_oList > li:nth-last-child(n+2)::after {
	content: "";
	display: block;
	width: 16px;
	height: 1px;
	background-color: var(--color-gray-border);
	margin: 0 5px;
}
.gPankuzu_oList > li:last-child {
	color: var(--color-green);
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.gPankuzu_oList > li > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	height: 39px;
	align-items: center;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gVisual_icon-news {
	color: rgba(92, 179, 163, 0.50);
}
.gVisual_subTitle-news {
	color: #7BCFBF;
}
.gMega {
	position: absolute;
	top: 100%;
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition-property: opacity, visibility;
	transition-duration: .5s;
	left: 50%;
	transform: translateX(-50%);
	padding-top: 13px;
	width: 340px;
}
.gMega.isShow {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.gMega_list {
	list-style: none;
	background-color: var(--color-white);
	border-radius: 20px;
	padding: 24px 20px;
}
.gMega_list > li {}
.gMega_list > li > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	font-family: var(--font-mincho);
	padding: 4px 0;
	transition-duration: .3s;
	transition-property: background-color, color;
	align-items: center;
}
.gFooter_bg-sp {
	display: none;
}
.gVisual_bg {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.gVisual_bg > img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gNav-teaser {
	max-width: 570px;
}
.gFooter_bgWave {
	background-image: url(/assets/img/common/bg-footer@2x.png);
	height: 100px;
	background-size: 100% 100%;
	background-repeat: repeat-x;
	animation-name: footerWaveMove;
	animation-fill-mode: backwards;
	animation-duration: 10s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	transform-origin: center bottom;
	margin-bottom: -1px;
	animation-direction: alternate;
	min-width: 1920px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.gFooter_contents {
	background-color: #b0dcd2;
	padding-bottom: 96px;
	padding-top: 49px;
}
.gVisual_bg-positionTop {}
.gVisual_bg-positionTop > img {
	object-position: center top;
}
.gVisual_subTitle-clinic {
	color: var(--color-soft-orange);
}
.gVisual_icon-clinic {
	color: var(--color-soft-orange);
}
.gVisual_subTitle-first-visit {
	color: #8FD8CA;
}
.gVisual_icon_svg-firstLeft {
	fill: rgba(92, 179, 163, 0.50);
}
.gVisual_icon_svg-firstRight {
	fill: rgb(236, 239, 159);
}
.gFixNav {
	width: 100px;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 100;
}
.gFixNav_list {
	list-style: none;
}
.gFixNav_list > li {
	background-color: var(--color-white);
}
.gFixNav_list > li:nth-child(n+2) {
	margin-top: 4px;
}
.gFixNav_btn {
	display: block;
	text-decoration: none;
	background-color: var(--color-purple);
	color: var(--color-white);
	font-size: 12px;
	font-weight: bold;
	line-height: 1.42;
	text-align: center;
	height: 100px;
	justify-content: center;
	display: flex;
	align-items: center;
	flex-direction: column;
	transition-duration: .3s;
	transition-property: opacity;
}
.gFixNav_btn-web {}
.gFixNav_btn_icon {
	display: block;
	font-size: 26px;
	margin-bottom: 6px;
}
.gFixNav_btn_text {}
.gFixNav_btn-tel {}
.gFixNav_btn-tel[href^="tel:"] {
	background-color: var(--color-orange);
	color: var(--color-white);
}
.gNav_areaBtn {
	display: none;
}
.gVisual-menu {
	background-color: #F2F7FB;
}
.gVisual_inner-menu {
	align-items: flex-start;
	padding-bottom: 20px;
	min-height: 294px;
}
.gVisual_subTitle-menu {
	color: #7BA8CF;
}
.gPankuzu-mbL {
	margin-bottom: 100px;
}
.gBody-perio .menuNav_list > li.-perio,
.gBody-perio-checkup .menuNav_list > li.-perio-checkup,
.gBody-pediatric .menuNav_list > li.-pediatric,
.gBody-oral-conditions .menuNav_list > li.-oral-conditions,
.gBody-orthodontics .menuNav_list > li.-orthodontics,
.gBody-whitening .menuNav_list > li.-whitening,
.gBody-price .menuNav_list > li.-price {
	display: none;
}
.gMega_list_img {
	width: 44px;
	height: auto;
	margin-right: 9px;
}
@media screen and (max-width:1349px) {
	.ginfo_schedule {
		margin-right: 0;
	}
	.ginfo_col-tbl {
		max-width: 487px;
	}
}
@media screen and (max-width:1199px) {
	.gHeader_col-sns {
		margin-left: 10px;
	}
	.gNav_list_plus {
		margin-left: 10px;
	}
}
@media screen and (max-width:1149px) {
	.ginfo_grid {
		display: block;
	}
	.ginfo_access {
		width: 272px;
		margin-right: 10px;
	}
	.ginfo_addr {
		margin: 0;
	}
	.ginfo_addr_text {
		letter-spacing: 0.05em;
	}
	.ginfo_grid_cell-txt {
		margin-left: 0;
		padding: 0;
		margin-top: 15px;
		display: flex;
		width: auto;
		align-items: center;
	}
	.ginfo_col-tbl {
		width: calc(100% - 520px);
	}
}
@media screen and (min-width:1000px) and (hover:hover) {
	.gFixNav_btn-web:hover {
		opacity: .8;
	}
	.gPankuzu_oList > li > a:hover {
		color: var(--color-green);
	}
	.gMega_list > li > a:hover {
		color: var(--color-green);
	}
	.gHeader_title > a:hover {
		opacity: .7;
	}
	.gMenuBtn:hover {}
	.gNav_list > li > a:hover {
		opacity: .7;
	}
	.gHeader_link > a:hover {
		opacity: .7;
	}
	.gFooter_list > li > a:hover {}
	.ginfo_logo > a:hover {
		opacity: .7;
	}
	.ginfo_addr > a:hover {
		color: var(--color-green);
	}
}
@media screen and (max-width: 999px) {
	.gHeaderWrap {
		height: 90px;
	}
	.gHeader {}
	.gHeader_inner {}
	.gHeader_cols {}
	.gHeader_col {}
	.gHeader_col-title {
		width: 200px;
	}
	.gHeader_title {}
	.gHeader_title > a {
		height: 90px;
	}
	.gHeader_title_inner {}
	.gHeader_title_img {}
	.gHeader_col-menu {
		width: calc(100% - 283px);
	}
	.gMenuBtn {}
	.gMenuBtn_barWrap {}
	.gMenuBtn_bar {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {}
	.gMenuBtn_bar-no3 {}
	.gMenuBtn_text {}
	.gMenuBtn_text-open {}
	.gMenuBtn_text-hidden {}
	.gNav {}
	.gNav_inner {}
	.gNav_list {}
	.gNav_list > li {}
	.gNav_list > li > a {
		font-size: 14px;
	}
	.gNav_list_icon {
		width: 56px;
	}
	.gNav_list_icon-about {}
	.gNav_list_icon_inner {}
	.gNav_list_icon_img {}
	.gNav_list_text {
		letter-spacing: 0;
		text-indent: 0;
		margin-top: 10px;
	}
	.gNav_list_icon-menu {}
	.gNav_list_plus {
		width: 12px;
		height: 12px;
		margin-left: 7px;
	}
	.gNav_list_plus::before {}
	.gNav_list_plus::after {}
	.gNav_list_iconWrap {}
	.gNav_list_icon-beginner {}
	.gNav_list_icon-beginner2 {}
	.gNav_list_icon-access {}
	.gNav_list_icon-news {}
	.gHeader_col-sns {
		width: 55px;
	}
	.gHeader_link {}
	.gHeader_link > a {
		height: 55px;
	}
	.gHeader_link_icon {
		width: 24px;
		height: 24px;
	}
	.gFooter {
		font-size: 15px;
	}
	.gFooter_bg {
		min-width: 1300px;
	}
	.gFooter_bg-left {}
	.gFooter_bg-right {}
	.gFooter_inner {}
	.gFooter_list {
		grid-template-columns: repeat(3, auto);
		grid-template-rows: repeat(4, auto);
	}
	.gFooter_list > li {}
	.gFooter_list > li > a {}
	.gFooter_list_arrow {
		margin-left: 8px;
	}
	.gFooter_list_arrow > .icon {}
	.gFooter_copyright {}
	.ginfo {}
	.ginfo_inner {}
	.ginfo_cols {
		display: block;
	}
	.ginfo_col {
		width: auto;
		padding: 0;
	}
	.ginfo_col-txt {}
	.ginfo_logo {}
	.ginfo_logo > a {}
	.ginfo_logo_inner {}
	.ginfo_logo_img {}
	.ginfo_access {}
	.ginfo_access_bg {}
	.ginfo_addr {}
	.ginfo_addr_text {}
	.ginfo_addr_text > .icon {}
	.ginfo_col-tbl {
		margin-right: auto;
		margin-top: 30px;
	}
	.gSchedule {}
	.gSchedule_table {}
	.gSchedule_table > thead {}
	.gSchedule_table > thead > tr {}
	.gSchedule_table > thead > tr > th {}
	.gSchedule_table > thead > tr > th:first-child {}
	.gSchedule_table > thead > tr > td {}
	.gSchedule_table > tbody {}
	.gSchedule_table > tbody > tr {}
	.gSchedule_table > tbody > tr > th {}
	.gSchedule_table > tbody > tr > td {}
	.gSchedule_table > tbody > tr > td > img {}
	.gSchedule_list {}
	.gSchedule_list > li {}
	.ginfo_grid {
		flex-direction: column;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.ginfo_grid_cell {}
	.ginfo_grid_cell-logo {}
	.ginfo_grid_cell-txt {}
	.gBody {
		padding-bottom: 100px;
	}
	.ginfo_schedule {}
	.gVisual {}
	.gVisual_mask {
		height: 70px;
	}
	.gVisual_inner {
		min-height: 260px;
	}
	.gVisual_inner-menu {
		min-height: 240px;
	}
	.gVisual_icon {
		width: 65px;
		margin-bottom: 15px;
	}
	.gVisual_icon_inner {}
	.gVisual_icon_svg {}
	.gVisual_subTitle {
		font-size: 50px;
		margin-bottom: 6px;
	}
	.gVisual_title {
		font-size: 18px;
	}
	.gPankuzu {}
	.gPankuzu-mbL {
		margin-bottom: 65px;
	}
	.gPankuzu_inner {}
	.gPankuzu_oList {}
	.gPankuzu_oList > li {}
	.gPankuzu_oList > li:nth-last-child(n+2)::after {}
	.gPankuzu_oList > li:last-child {}
	.gPankuzu_oList > li > a {}
	.gVisual_icon-news {}
	.gVisual_subTitle-news {}
	.gMega {}
	.gMega.isShow {}
	.gMega_list {}
	.gMega_list > li {}
	.gMega_list > li > a {}
	.gVisual_bg {}
	.gVisual_bg > img {}
	.gFooter_bgWave {}
	.gFooter_contents {}
	.gFixNav {}
	.gFixNav_list {}
	.gFixNav_list > li {}
	.gFixNav_list > li:nth-child(n+2) {}
	.gFixNav_btn {}
	.gFixNav_btn-web {}
	.gFixNav_btn_icon {}
	.gFixNav_btn_text {}
	.gFixNav_btn-tel {}
	.gFixNav_btn-tel[href^="tel:"] {}
	.gNav_areaBtn {}
	.gMega_list_img {
		width: 37px;
	}
}
@media screen and (max-width:767px) {
	.gHeaderWrap {
		height: 60px;
	}
	.gHeader {}
	.gHeader_inner {
		padding-right: 0;
	}
	.gHeader_cols {}
	.gHeader_col {}
	.gHeader_col-title {
		width: 137px;
	}
	.gHeader_title {}
	.gHeader_title > a {
		height: 60px;
	}
	.gHeader_title_inner {}
	.gHeader_title_img {}
	.gHeader_col-menu {
		width: 70px;
		order: 2;
		margin: 0;
	}
	.gMenuBtn {
		display: block;
		height: 60px;
		color: var(--color-green);
		width: 100%;
	}
	.gMenuBtn_barWrap {
		width: 26px;
		display: block;
		margin: 0 auto;
	}
	.gMenuBtn_bar {
		height: 1px;
		background-color: currentColor;
		display: block;
		transition-duration: .3s;
		transition-property: transform;
	}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {
		margin: 6px auto;
	}
	.gMenuBtn_bar-no3 {}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no1 {
		transform: translateY(7px) rotate(30deg);
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no2 {
		transform: scale(0, 1);
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no3 {
		transform: translateY(-7px) rotate(-30deg);
	}
	.gMenuBtn_text {}
	.gMenuBtn_text-open {}
	.gMenuBtn_text-hidden {}
	.gNav {
		position: fixed;
		top: 60px;
		left: 0;
		width: 100%;
		height: calc(100% - 60px);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition-property: opacity, visibility;
		transition-duration: .5s;
		overflow: auto;
		background-color: var(--color-white);
		padding-bottom: 50px;
		box-sizing: border-box;
		max-width: none;
	}
	.gNav.isShow {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	.gNav_inner {
		padding: 0 18px;
		height: auto;
	}
	.gNav_list {
		display: block;
	}
	.gNav_list > li {}
	.gNav_list > li > a {
		height: 60px;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		border-bottom: 1px solid var(--color-gray-border);
		font-size: 16px;
		position: relative;
	}
	.gNav_list_icon {
		width: 35px;
	}
	.gNav_list_icon-about {}
	.gNav_list_icon_inner {}
	.gNav_list_icon_img {}
	.gNav_list_text {
		margin-top: 0;
		margin-left: 10px;
	}
	.gNav_list_icon-menu {}
	.gNav_list_plus {
		width: 17px;
		height: 17px;
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateY(-50%);
		margin-left: 0;
	}
	.gNav_list_plus::before {
		height: 1px;
	}
	.gNav_list_plus::after {
		height: 1px;
	}
	.gNav_list_iconWrap {
		width: 35px;
	}
	.gNav_list_icon-beginner {}
	.gNav_list_icon-beginner2 {}
	.gNav_list_icon-access {}
	.gNav_list_icon-news {}
	.gHeader_col-sns {
		width: 41px;
		order: 1;
		margin-left: auto;
	}
	.gHeader_link {}
	.gHeader_link > a {
		height: 41px;
	}
	.gHeader_link_icon {
		width: 16px;
		height: 16px;
	}
	.gFooter {}
	.gFooter_bg {
		min-width: 645px;
		width: 100%;
		height: 141px;
	}
	.gFooter_bg-left {}
	.gFooter_bg-right {}
	.gFooter_inner {}
	.gFooter_list {
		grid-template-columns: repeat(2, auto);
		grid-template-rows: repeat(5, auto);
		font-size: 12px;
		line-height: 18px;
	}
	.gFooter_list > li {}
	.gFooter_list > li > a {
		display: block;
	}
	.gFooter_list_arrow {
		width: 14px;
		height: 14px;
		margin-left: 9px;
		vertical-align: bottom;
		position: relative;
		top: -1px;
	}
	.gFooter_list_arrow > .icon {}
	.gFooter_copyright {
		font-size: 10px;
		margin-top: 34px;
	}
	.ginfo {
		margin-bottom: 48px;
	}
	.ginfo_inner {}
	.ginfo_cols {}
	.ginfo_col {}
	.ginfo_col-txt {}
	.ginfo_logo {}
	.ginfo_logo > a {}
	.ginfo_logo_inner {}
	.ginfo_logo_img {}
	.ginfo_access {
		margin: 0 auto 4px;
	}
	.ginfo_access_bg {}
	.ginfo_addr {
		display: flex;
		justify-content: center;
	}
	.ginfo_addr_text {}
	.ginfo_addr_text > .icon {}
	.ginfo_col-tbl {
		margin-top: 50px;
	}
	.gSchedule {}
	.gSchedule_table {}
	.gSchedule_table > thead {}
	.gSchedule_table > thead > tr {}
	.gSchedule_table > thead > tr > th {
		font-size: 12px;
		height: 40px;
		width: calc((100% - 70px) / 7);
	}
	.gSchedule_table > thead > tr > th:first-child {
		width: 70px;
	}
	.gSchedule_table > thead > tr > td {}
	.gSchedule_table > tbody {}
	.gSchedule_table > tbody > tr {}
	.gSchedule_table > tbody > tr > th {
		font-size: 12px;
		height: 40px;
		letter-spacing: 0;
	}
	.gSchedule_table > tbody > tr > td {}
	.gSchedule_table > tbody > tr > td > img {
		width: 11px;
		height: auto;
	}
	.gSchedule_list {
		margin-top: 14px;
		font-feature-settings: "palt";
	}
	.gSchedule_list > li {
		text-indent: -1em;
		padding-left: 1em;
	}
	.ginfo_grid {
		display: block;
		margin-bottom: 44px;
	}
	.ginfo_grid_cell {}
	.ginfo_grid_cell-logo {
		width: 234px;
		margin: 0 auto 21px;
	}
	.ginfo_grid_cell-txt {
		display: block;
	}
	.gBody {
		padding-bottom: 53px;
	}
	.ginfo_schedule {}
	.gVisual {}
	.gVisual_mask {
		min-width: 768px;
		height: 41px;
	}
	.gVisual_inner {
		min-height: 180px;
		padding-bottom: 20px;
	}
	.gVisual_inner-menu {}
	.gVisual_icon {}
	.gVisual_icon_inner {}
	.gVisual_icon_svg {}
	.gVisual_subTitle {
		font-size: 38px;
	}
	.gVisual_title {
		font-size: 16px;
	}
	.gPankuzu {}
	.gPankuzu-mbL {
		margin-bottom: 30px;
	}
	.gPankuzu_inner {}
	.gPankuzu_oList {}
	.gPankuzu_oList > li {}
	.gPankuzu_oList > li:nth-last-child(n+2)::after {}
	.gPankuzu_oList > li:last-child {}
	.gPankuzu_oList > li > a {}
	.gVisual_icon-news {}
	.gVisual_subTitle-news {}
	.gMega {
		position: relative;
		top: 0;
		left: 0;
		margin: 0;
		border-radius: 0;
		background-color: rgba(255, 255, 255, 0);
		white-space: normal;
		padding: 0;
		display: none;
		pointer-events: inherit;
		padding: 20px 0;
		padding-left: 30px;
		border-bottom: 1px solid var(--color-gray-border);
		left: 0;
		width: auto;
		transform: none;
	}
	.gMega.isShow {
		display: block;
		pointer-events: inherit;
	}
	.gMega_list {
		font-family: var(--font-mincho);
		font-size: 14px;
		line-height: 20px;
		padding: 0;
		background-color: rgba(255, 255, 255, 0);
		border-radius: 0;
	}
	.gMega_list > li {}
	.gMega_list > li > a {
		display: block;
		padding: 9px 0;
	}
	.gFooter_list-spNone {
		display: none;
	}
	.gFooter_list_small {
		font-size: 10px;
		font-feature-settings: "palt";
	}
	.gFooter_bg-pc {
		display: none;
	}
	.gFooter_bg-sp {
		display: block;
	}
	.gVisual_bg {}
	.gVisual_bg > img {}
	.gFooter_bgWave {
		min-width: 768px;
		height: 50px;
	}
	.gFooter_contents {
		padding-top: 36px;
		padding-bottom: 66px;
	}
	.gFixNav {
		width: 100%;
		box-sizing: border-box;
		padding: 0 20px;
		bottom: 20px;
	}
	.gFixNav_list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		column-gap: 6px;
	}
	.gFixNav_list > li {}
	.gFixNav_list > li:nth-child(n+2) {
		margin-top: 0;
	}
	.gFixNav_btn {
		flex-direction: row;
		align-items: center;
		font-size: 10px;
		height: 40px;
		box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
		column-gap: 5px;
	}
	.gFixNav_btn-web {}
	.gFixNav_btn_icon {
		margin-bottom: 0;
		font-size: 20px;
	}
	.gFixNav_btn_text {}
	.gFixNav_btn_text > br {
		display: none;
	}
	.gFixNav_btn-tel {}
	.gFixNav_btn-tel[href^="tel:"] {}
	.gNav_areaBtn {
		display: block;
		margin-top: 38px;
	}
	.gMega_list_img {}
}
@media screen and (max-width:374px) {
	.gFixNav_btn {
		flex-direction: column;
		height: 50px;
		column-gap: 0;
		row-gap: 5px;
	}
}
