@charset "UTF-8";
.sp-only {
	display: none;
}
@media screen and (max-width:767px) {
	.sp-only {
		display: block;
	}
	.pc-only {
		display: none;
	}
}
.gHeaderWrap {
	height: 148px;
	background-color: #fff;
}
.gHeader {
	background-color: #fff;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0);
	transition-duration: .3s;
	transition-property: box-shadow;
}
.isFixed .gHeader {
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.gHeader_inner {}
.gHeader_inner::after {
	content: "";
}
.gHeader_cols {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100px;
}
.gHeader_col {}
.gHeader_col-no1 {}

.gHeader_col-no2 .instaLink-col .news_instaLink > a > .icon {
	display: inline-block;
    width: fit-content;
    margin: 0 auto;
    font-size: 160%;
}
.gHeader_title {
	position: relative;
	z-index: 1;
	top: -3px;
}
.instaLink-col {
	margin-right: 16px;
	padding-top: 8px;
}
.gMenuBtn-02 {
	opacity: 1;
	transition-property: opacity; 
	transition-duration: 0.25s;
}
.gMenuBtn-02.isShow {
	opacity: 0;
	pointer-events: none;
}
.gHeader_title > a {
	display: block;
	text-decoration: none;
	color: inherit;
	position: relative;
	z-index: 1;
	transition-duration: .3s;
	transition-property: opacity;
}
.gHeader_title > a::before {
	content: "";
}
.gHeader_title > a::after {
	content: "";
}
.gHeader_title > a > b {
	display: block;
	position: absolute;
	z-index: 2;
	top: 5px;
	left: 122px;
	font-size: 11px;
	line-height: 1;
	font-weight: bold;
}
.gHeader_title_img {
	width: 289px;
	height: 68px;
	display: block;
}
.gHeader_col-no2 {}
.gSubNav {}
.gSubNav_cols {
	display: flex;
	align-items: center;
}
.gSubNav_col {}
.gSubNav_col-no1 {
	margin-right: 8px;
}
.gSubNav_link {}
.gSubNav_link > a {
	display: block;
	text-decoration: none;
	color: inherit;
	line-height: 1;
}
.gSubNav_link > a::before {
	content: "";
}
.gSubNav_link > a::after {
	content: "";
}
.gSubNav_link > a > small {
	display: none;
}
.gSubNav_link > a > b {
	display: flex;
	font-size: 26px;
	font-weight: 500;
	align-items: center;
	justify-content: center;
}
.gSubNav_link > a > b > b {
	display: block;
	font-weight: inherit;
}
.gSubNav_link > a > b > .icon {
	transform: scale(1.22) translateY(8%);
	display: block;
	margin-right: 11px;
}
.gSubNav_open {
	font-size: 11px;
	margin: 6px 0 0 -5px;/*1px 1px 4px*/
	line-height: 1;
}
.gSubNav_at {
	font-size: 11px;
	font-weight: 500;
	background-color: #f2e7d0;
	height: 19px;
	display: flex;
	line-height: 1;
	align-items: center;
	justify-content: center;
	max-width: 270px;
	margin: 0 auto 10px;
}
.gSubNav_col-no2 {
	width: 240px;
}
.gSubNav_net {}
.gSubNav_net > a {}
.gSubNav_net > a::before {
	content: "";
}
.gSubNav_net > a::after {
	content: "";
}
.gSubNav_net > a > b {}
.gSubNav_net > a > b > .icon {}
.gMenuBtn {
	display: none;
}
.gMenuBtn::before {
	content: "";
}
.gMenuBtn::after {
	content: "";
}
.gMenuBtn_bar {}
.gMenuBtn_bar-no1 {}
.gMenuBtn_bar-no2 {}
.gMenuBtn_bar-no3 {}
.gNav {
	background-color: #fdfaf2;
	position: relative;
	z-index: 1000;
	left: 0;
	top: 0;
}
.gNav_inner {}
.gNav_list {
	list-style: none;
	display: flex;
}
.gNav_list > li {
	/* width: 14.3%; */
	flex-grow: 1;
	position: relative;
	z-index: 1;
}
.gNav_list > li:first-child {
	flex-grow: 0;
	min-width: 50px;
	width: 50px;
}
.gNav_list > li:last-child {}
.gNav_list > li:nth-child(2n+1) {}
.gNav_list > li:nth-child(n+3) {}
.gNav_list > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	font-weight: 500;
	font-size: 15px;
	background-color: #fdfaf2;
	height: 48px;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gNav_list > li > a > .icon {
	display: block;
	font-size: 20px;
}
.gNav_list > li:first-child > a > b {
	display: none;
}
.p-home .gNav_list > li > a.-home,
.p-beginner .gNav_list > li > a.-beginner,
.p-clinic .gNav_list > li > a.-clinic,
.p-general .gNav_list > li > a.-general,
.p-child .gNav_list > li > a.-child,
.p-case .gNav_list > li > a.-orthodontics,
.p-orthodontics .gNav_list > li > a.-orthodontics,
.p-whitening .gNav_list > li > a.-whitening,
.p-faq .gNav_list > li > a.-faq,
.p-contact .gNav_list > li > a.-contact,
.p-news .gNav_list > li > a.-news,
.p-blog .gNav_list > li > a.-blog,
.p-privacy .gNav_list > li > a.-privacy {
	background-color: #7a390b;
	color: #fff;
}
.gNav_list > li > a::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	width: 1px;
	height: 24px;
	background-image: linear-gradient(180deg, #7a390b 50%, rgba(122, 57, 11, 0) 50%);
	background-size: 1px 2px;
	background-repeat: repeat-y;
	background-position: 0 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.gNav_list > li:last-child > a::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	width: 1px;
	height: 24px;
	background-image: linear-gradient(180deg, #7a390b 50%, rgba(122, 57, 11, 0) 50%);
	background-size: 1px 2px;
	background-repeat: repeat-y;
	background-position: 0 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.gNav_list > li > a::after {
	content: "";
}
.gBanners {
	background-color: #fff;
	padding: 74px 0;
}
.gBanners_inner {}
.gBanners_list {
	list-style: none;
	display: flex;
	justify-content: space-between;
}
.gBanners_list-vertical {
	display: block;
}
.gBanners_list > li {
	/*--3つのとき--*/
	/*width: 32.4%;*/
	width: 49.5%;
	position: relative;
}
.gBanners_list-vertical > li {
	width: 100%;
	margin-top: 8px;
}
.gBanners_list > li:first-child {}
.gBanners_list > li:last-child {}
.gBanners_list > li:nth-child(2n+1) {}
.gBanners_list > li:nth-child(n+3) {}
.gBanners_list > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	position: relative;
	z-index: 1;
	flex-direction: column;
	justify-content: center;
	padding-left: 85px;
	line-height: 1;
	height: 88px;
	background-color: #e7fad5;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gBanners_list > li > a.-cost {
	background-color: #fff1e7;
}
.gBanners_list > li > a.-whitening {
	background-color: #e7f5fc;
}
.gBanners_list > li > a::before {
	content: "";
}
.gBanners_list > li > a::after {
	content: "";
}
.gBanners_list > li > a > b {
	display: block;
	font-size: 18px;
	font-weight: bold;
}
.gBanners_list > li > a > b.-kerning {
	letter-spacing: -0.1em;
}
.gBanners_list > li > a > small {
	display: block;
	font-size: 11px;
	margin-top: 7px;
	color: #a7c987;
}
.gBanners_list > li > a.-cost > small {
	color: #f5c5a4;
}
.gBanners_list > li > a.-whitening > small {
	color: #a1d0e8;
}
.gBanners_list > li > a > .icon:first-child {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	/*left: 20px;*/
	left: 17px;
	font-size: 52px;
	transform: translateY(-50%);
}
.gBanners_list > li > a > .icon-arrowRight {
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	color: #fff;
}
.gFooter {
	padding-top: 56px;
}
.gFooter_inner {}
.gFooter_dList {
	list-style: none;
	font-size: 14px;
	text-align: center;
}
.gFooter_dList > dt {
	max-width: 270px;
	margin: 0 auto 8px;/*14px*/
}
.gFooter_dList > dt > a {
	display: block;
	text-decoration: none;
	color: inherit;
	position: relative;
	z-index: 1;
	transition-duration: .3s;
	transition-property: opacity;
}
.gFooter_dList > dt > a::before {
	content: "";
}
.gFooter_dList > dt > a::after {
	content: "";
}
.gFooter_dList > dt > a > b {
	display: block;
	font-size: 11px;
	position: absolute;
	z-index: 1;
	top: 9px;
	line-height: 0;
	left: 112px;
	font-weight: bold;
}
.gFooter_dList > dt > a > img {
	display: block;
	width: 270px;
	height: 64px;
}
.gFooter_dList > dd {
	line-height: 1.6;
}
.gFooter_list {
	list-style: none;
	display: flex;
	justify-content: space-between;
	margin-top: 21px;
}
.gFooter_list > li {
	width: 32.4%;
}
.gFooter_list > li:first-child {}
.gFooter_list > li:last-child {}
.gFooter_list > li:nth-child(2n+1) {}
.gFooter_list > li:nth-child(n+3) {}
.gFooter_list > li > a {}
.gFooter_list > li > a.-tel {
	font-size: 23px;
	font-weight: 500;
}
.gFooter_list > li > a::before {
	content: "";
}
.gFooter_list > li > a::after {
	content: "";
}
.gFooter_list > li > a > .icon {
	display: block;
	margin-right: 6px;
}
.gFooter_list > li > a > .icon-world {
	font-size: 18px;
}
.gFooter_list > li > a > .icon-freedial {
	transform: scale(1.22);
	margin-right: 9px;
}
.gFooter_list > li > a > .icon-mail {
	font-size: 22px;
}
.gFooter_open {
	font-size: 12px;
	text-align: center;
	margin-top: 5px;
}
.gFooter_copyright {
	background-color: #5c3113;
	color: #fff;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 54px;
}
.gFooter_copyright > small {
	display: block;
	font-size: 12px;
}
.gFootNav {
	background-image: linear-gradient(90deg, #7a390b 50%, rgba(122, 57, 11, 0) 50%);
	background-size: 2px 1px;
	background-repeat: repeat-x;
	background-position: 0 0;
	padding-top: 43px;
	margin-top: 34px;
}
.gFootNav_inner {}
.gFootNav_cols {
	display: flex;
	justify-content: space-between;
}
.gFootNav_col {}
.gFootNav_col-no1 {}
.gFootNav_list {
	list-style: none;
	margin-bottom: 1em;
	line-height: 1.7;
}
.gFootNav_list:last-child {
	margin-bottom: 0;
}
.gFootNav_list > li {}
.gFootNav_list > li:first-child {}
.gFootNav_list > li:last-child {}
.gFootNav_list > li:nth-child(2n+1) {}
.gFootNav_list > li:nth-child(n+3) {}
.gFootNav_list > li > a {
	text-decoration: none;
	color: inherit;
	font-size: 16px;
	font-weight: 500;
}
.gFootNav_list > li > a::before {
	content: "";
}
.gFootNav_list > li > a::after {
	content: "";
}
.gFootNav_list > li > a > .icon {
	font-size: 10px;
	margin-right: 5px;
	top: -1px;
}
.gFootNav_col-no2 {}
.gFootNav_cList {
	list-style: none;
	padding-left: 1em;
	margin-top: 4px;
}
.gFootNav_cList > li {}
.gFootNav_cList > li:first-child {}
.gFootNav_cList > li:last-child {}
.gFootNav_cList > li:nth-child(2n+1) {}
.gFootNav_cList > li:nth-child(n+3) {}
.gFootNav_cList > li > a {
	text-decoration: none;
	color: inherit;
	font-size: 14px;
	align-items: center;
}
.gFootNav_cList > li > a::before {
	content: "";
}
.gFootNav_cList > li > a::after {
	content: "";
}
.gFootNav_cList > li > a > .icon {
	font-size: 10px;
	margin-right: 4px;
	top: -1px;
}
.gFootNav_col-no3 {}
.gFootNav_col-no4 {}
.gFootNav_col-no5 {}
.gPankuzu {
	color: #a27454;
	font-size: 12px;
	margin-top: 30px;
	margin-bottom: 7px;
}
.gPankuzu_inner {
	max-width: 1136px;
}
.gPankuzu_oList {
	list-style: none;
	display: flex;
	align-items: center;
	overflow: auto;
	white-space: nowrap;
}
.gPankuzu_oList > li {
	display: flex;
	align-items: center;
}
.gPankuzu_oList > li::after {
	content: ">";
	display: block;
	margin: 0 10px;
}
.gPankuzu_oList > li:last-child::after {
	display: none;
}
.gPankuzu_oList > li:first-child {
	font-size: 12px;
}
.gPankuzu_oList > li:last-child {
	display: block;
	max-width: 300px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.gPankuzu_oList > li:nth-child(2n+1) {}
.gPankuzu_oList > li:nth-child(n+3) {}
.gPankuzu_oList > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gPankuzu_oList > li > a::before {
	content: "";
}
.gPankuzu_oList > li > a::after {
	content: "";
}
.gPankuzu_oList > li > a > .icon {
	display: block;
}
.gBody {
	overflow: hidden;
	position: relative;
	z-index: 0;
	padding-bottom: 150px;
}
.gVisual {
	position: relative;
	z-index: 1;
	margin-bottom: 80px;
}
.gVisual_inner {
	height: 260px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	position: relative;
}
.gVisual_title {
	font-size: 30px;
	text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
	font-weight: bold;
}
.gVisual_bg {
	background-image: url(/assets/img/common/pt-main-news@2x.jpg);
	position: absolute;
	z-index: 1;
	top: 0;
	left: 50%;
	width: 1136px;
	height: 100%;
	transform: translateX(-50%);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #cccccc;
}
.gVisual_bg-home {
	background-image: url(/assets/img/common/pt-main-home@2x.jpg);
}
.gVisual_bg-beginner {
	background-image: url(/assets/img/common/pt-main-beginner@2x.jpg);
}
.gVisual_bg-clinic {
	background-image: url(/assets/img/common/pt-main-clinic_2023@2x.jpg);
}

.gVisual_bg-clinic_staff {
	background-image: url(/assets/img/common/pt-main-clinic-staff_2025.jpg);
}

.gVisual_bg-clinic_access {
	background-image: url(/assets/img/common/pt-main-clinic-access_2023@2x.jpg);
}

.gVisual_bg-general {
	background-image: url(/assets/img/common/pt-main-general-202309.jpg);
}
.gVisual_bg-general_child {
	background-image: url(/assets/img/common/pt-main-general-child@2x.jpg);
	background-position: right center;
}
.gVisual_bg-orthodontics {
	background-image: url(/assets/img/common/pt-main-orthodontics-202309.jpg);
	/* background-position: left top; */
}
.gVisual_bg-orthodontics_reason {
	background-image: url(/assets/img/common/pt-main-orthodontics-reason-02@2x.jpg);
}
.gVisual_bg-orthodontics_flow {
	background-image: url(/assets/img/common/pt-main-orthodontics-flow@2x.jpg);
}
.gVisual_bg-orthodontics_early {
	background-image: url(/assets/img/common/pt-main-orthodontics-early@2x.jpg);
}
.gVisual_bg-orthodontics_regular {
	background-image: url(/assets/img/common/pt-main-orthodontics-regular@2x.jpg);
}
.gVisual_bg-orthodontics_cost {
	background-image: url(/assets/img/common/pt-main-orthodontics-cost@2x.jpg);
}
.gVisual_bg-orthodontics_case {
	background-image: url(/assets/img/common/pt-main-orthodontics-case@2x.jpg);
}
.gVisual_bg-whitening {
	background-image: url(/assets/img/common/pt-main-whitening@2x.jpg);
}
.gVisual_bg-faq {
	background-image: url(/assets/img/common/pt-main-faq@2x.jpg);
}
.gVisual_bg-contact {
	background-image: url(/assets/img/common/pt-main-contact@2x.jpg);
}
.gVisual_bg-news {
	background-image: url(/assets/img/common/pt-main-news@2x.jpg);
}
.gVisual_bg-news_detail {
	background-image: url(/assets/img/common/pt-main-news-detail@2x.jpg);
}
.gVisual_bg-blog {
	background-image: url(/assets/img/common/pt-main-blog@2x.jpg);
}
.gVisual_bg-blog_detail {
	background-image: url(/assets/img/common/pt-main-blog-detail@2x.jpg);
}
.gVisual_bg-privacy {
	background-image: url(/assets/img/common/pt-main-privacy@2x.jpg);
}
.gBody_inner {}
.gPageNav {
	margin: 0 auto 50px;
}
.gPageNav-clinic {
	max-width: 450px;
}
.gPageNav-beginner {
	max-width: 660px;
}
.gPageNav-general {
	max-width: 230px;
}
.gPageNav-faq {
	max-width: 830px;
}
.gPageNav_list {
	list-style: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.gPageNav_list > li {
	/* flex-grow: 1; */
	margin: 0 5px;
}
.gPageNav_list > li:first-child {}
.gPageNav_list > li:last-child {}
.gPageNav_list > li:nth-child(2n+1) {}
.gPageNav_list > li:nth-child(n+3) {}
.gPageNav_list > li > a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #af886d;
	font-size: 17px;
	position: relative;
	z-index: 1;
	height: 40px;
	line-height: 1.2;
	transition-duration: .3s;
	transition-property: background-color, color;
	letter-spacing: -0.1em;
	box-sizing: border-box;
	text-align: center;
	box-sizing: border-box;
	padding: 0 14px 0 28px;
	background-color: #fefdfb;
	border-radius: 4px;
	border: 1px solid #c0a08b;
}
.gPageNav_list > li > a > i {
	font-size: 10px;
	left: 14px;
	position: absolute;
	top: 14px;
}
/* .gPageNav_list > li > a::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	width: 1px;
	height: 24px;
	background-image: linear-gradient(180deg, #824c3b 50%, rgba(122, 57, 11, 0) 50%);
	background-size: 1px 2px;
	background-repeat: repeat-y;
	background-position: 0 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.gPageNav_list > li:first-child > a::before {
	display: none;
} */
.gPageNav_list > li > a::after {
	content: "";
}
.gPageNav_list > li > a > small {
	font-size: 14px;
	display: block;
	position: relative;
	z-index: 1;
	top: 2px;
}
.p-orthodontics-index .gPageNav_list > li > a.-index,
.p-orthodontics-early .gPageNav_list > li > a.-early,
.p-orthodontics-regular .gPageNav_list > li > a.-regular,
.p-case .gPageNav_list > li > a.-case,
.p-orthodontics-flow .gPageNav_list > li > a.-flow,
.p-orthodontics-cost .gPageNav_list > li > a.-cost,
.p-orthodontics-reason .gPageNav_list > li > a.-reason {
	color: #f15a24;
}
.p-clinic-access .gPageNav_list > li > a.-access,
.p-clinic-index .gPageNav_list > li > a.-index,
.p-clinic-staff .gPageNav_list > li > a.-staff {
	color: #f15a24;
}
.p-general-index .gPageNav_list > li > a.-index,
.p-general-child .gPageNav_list > li > a.-child {
	color: #f15a24;
}
.wp-pagenavi {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
.wp-pagenavi > a,
.wp-pagenavi > span {
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f5eedd;
	border-radius: 50%;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	margin: 10px 5px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.wp-pagenavi > .previouspostslink {}
.wp-pagenavi > .current {
	background-color: #7a390b;
	color: #fff;
}
.wp-pagenavi > .extend {
	background-color: transparent;
}
.wp-pagenavi > .nextpostslink {}
.gNav_cList {
	list-style: none;
	position: absolute;
	z-index: 1;
	top: 48px;
	left: 0;
	white-space: nowrap;
	transform: scale(1, 0);
	transform-origin: center top;
	opacity: 0;
	transition-property: opacity, transform;
	transition-duration: .5s, 0s, 0s;
	transition-delay: 0s, .5s, .5s;
	min-width: 100%;
}
.gNav_cList > li {}
.gNav_cList > li:first-child {}
.gNav_cList > li:last-child {}
.gNav_cList > li:nth-child(2n+1) {}
.gNav_cList > li:nth-child(n+3) {}
.gNav_cList > li > a {
	display: flex;
	text-decoration: none;
	height: 48px;
	align-items: center;
	background-color: #7a390b;
	color: #fff;
	padding: 0 15px;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.1);
	line-height: 1;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gNav_cList > li:first-child > a {
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.gNav_cList > li > a::before {
	content: "";
}
.gNav_cList > li > a::after {
	content: "";
}
.gNav_subList {
	display: none;
	list-style: none;
}
.gNav_subList > li {}
.gNav_subList > li:first-child {}
.gNav_subList > li:last-child {}
.gNav_subList > li:nth-child(2n+1) {}
.gNav_subList > li:nth-child(n+3) {}
.gNav_subList > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.gNav_subList > li > a::before {
	content: "";
}
.gNav_subList > li > a::after {
	content: "";
}
.gNav_subList > li > a > .icon {}

.gPageTop {
	bottom: 10px;
	opacity: 0;
    position: fixed;
	pointer-events: none;
	right: 10px;
	transition: all .4s;
	z-index: 1000;
}
.gPageTop.isFixed {
	opacity: 1;
	pointer-events: all;
}
.gPageTop button {
	align-items: center;
	background-color: rgba(129,130,132,.5);
	border-radius: 50%;
	color: #FFF;
	display: flex;
	height: 44px;
	justify-content: center;
	width: 44px;
}
.gPageTop button i {
	transform: translateY(-1px);
}
/*追加*/
.g-orthodontics{
	margin-top: 37px;	
}
.g-orthodontics-ex:not(:last-child){
	margin-bottom: 37px;
}
.g-orthodontics-ex p{
	box-sizing: border-box;
	font-size: 0.8rem;

}
.g-orthodontics-ex .ttl-b{
	box-sizing: border-box;
	text-indent: -0.5rem;

}
.g-orthodontics .txt{
	padding-left: 0.5rem;
	text-indent: -1em;
}

@media screen and (min-width:1000px) {
	.gNav_subList > li > a:hover {}
	a:hover + .gNav_cList {
		transform: scale(1);
		opacity: 1;
		transition-delay: 0s, 0s, 0s;
	}
	.gNav_cList:hover {
		transform: scale(1);
		opacity: 1;
		transition-delay: 0s, 0s, 0s;
	}
	.gNav_cList > li > a:hover {
		background-color: #a27454;
	}
	.wp-pagenavi > a:hover {
		background-color: #7a390b;
		color: #fff;
	}
	.gHeader_title > a:hover {
		opacity: .7;
	}
	.gSubNav_link > a:hover {}
	.gSubNav_net > a:hover {}
	.gMenuBtn:hover {}
	.gNav_list > li > a:hover {
		background-color: #a27454;
		color: #fff;
	}
	.gBanners_list > li > a:hover.-whitening {
		background-color: rgba(231, 245, 252, 0.5);
	}
	.gBanners_list > li > a:hover {
		background-color: rgba(231, 250, 213, 0.5);
	}
	.gBanners_list > li > a.-cost:hover {
		background-color: rgba(255, 241, 231, 0.5);
	}
	.gFooter_dList > dt > a:hover {
		opacity: .7;
	}
	.gFooter_list > li > a:hover {}
	.gFootNav_list > li > a:hover {
		text-decoration: underline;
	}
	.gFootNav_cList > li > a:hover {
		text-decoration: underline;
	}
	.gPankuzu_oList > li > a:hover {
		color: #7a390b;
	}
	.gPageNav_list > li > a:hover {
		border-color: #f15a24;
		color: #f15a24;
	}
}
@media screen and (max-width:999px) {
	.gHeaderWrap {}
	.gHeader {}
	.gHeader_inner {}
	.gHeader_cols {}
	.gHeader_col {}
	.gHeader_col-no1 {
		min-width: 240px;
	}
	.instaLink-col {
		margin-right: 16px;
		padding-top: 8px;
	}
	.gHeader_col-no2 .instaLink-col .icon-InstagramText {
		font-size: 120%;
	}
	.gMenuBtn-02 {
		opacity: 1;
		transition-property: opacity; 
		transition-duration: 0.25s;
	}
	.gMenuBtn-02.isShow {
		opacity: 0;
		pointer-events: none;
	}
	.gHeader_title {}
	.gHeader_title > a {}
	.gHeader_title > a::before {}
	.gHeader_title > a::after {}
	.gHeader_title > a > b {
		font-size: 10px;
		left: 100px;
	}
	.gHeader_title_img {
		width: 240px;
		height: 57px;
	}
	.gHeader_col-no2 {}
	.gSubNav {}
	.gSubNav_cols {}
	.gSubNav_col {}
	.gSubNav_col-no1 {}
	.gSubNav_link {}
	.gSubNav_link > a {}
	.gSubNav_link > a::before {}
	.gSubNav_link > a::after {}
	.gSubNav_link > a > small {}
	.gSubNav_link > a > b {}
	.gSubNav_link > a > b > b {}
	.gSubNav_link > a > b > .icon {}
	.gSubNav_open {
		font-size: 10px;
	}
	.gSubNav_at {}
	.gSubNav_col-no2 {
		width: 220px;
	}
	.gSubNav_net {}
	.gSubNav_net > a {}
	.gSubNav_net > a::before {}
	.gSubNav_net > a::after {}
	.gSubNav_net > a > b {}
	.gSubNav_net > a > b > .icon {}
	.gMenuBtn {}
	.gMenuBtn::before {}
	.gMenuBtn::after {}
	.gMenuBtn_bar {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {}
	.gMenuBtn_bar-no3 {}
	.gNav {}
	.gNav_inner {}
	.gNav_list {}
	.gNav_list > li {}
	.gNav_list > li:first-child {}
	.gNav_list > li:last-child {}
	.gNav_list > li:nth-child(2n+1) {}
	.gNav_list > li:nth-child(n+3) {}
	.gNav_list > li > a {
		font-size: 12px;
	}
	.gNav_list > li > a.isShow {
		background-color: #a27454;
		color: #fff;
	}
	.gNav_list > li > a::before {}
	.gNav_list > li:last-child > a::after {}
	.gNav_list > li > a::after {}
	.gBanners {
		padding: 50px 0;
	}
	.gBanners_inner {}
	.gBanners_list {}
	.gBanners_list > li {}
	.gBanners_list > li:first-child {}
	.gBanners_list > li:last-child {}
	.gBanners_list > li:nth-child(2n+1) {}
	.gBanners_list > li:nth-child(n+3) {}
	.gBanners_list > li > a {
		height: 75px;
		padding-left: 66px;
	}
	.gBanners_list > li > a.-cost {}
	.gBanners_list > li > a.-whitening {}
	.gBanners_list > li > a::before {}
	.gBanners_list > li > a::after {}
	.gBanners_list > li > a > b {}
	.gBanners_list > li > a > small {}
	.gBanners_list > li > a.-cost > small {}
	.gBanners_list > li > a.-whitening > small {}
	.gBanners_list > li > a > .icon:first-child {
		font-size: 40px;
		left: 15px;
	}
	.gBanners_list > li > a > .icon-arrowRight {}
	.gFooter {
		padding-top: 45px;
	}
	.gFooter_inner {}
	.gFooter_dList {}
	.gFooter_dList > dt {}
	.gFooter_dList > dt > a {}
	.gFooter_dList > dt > a::before {}
	.gFooter_dList > dt > a::after {}
	.gFooter_dList > dt > a > b {}
	.gFooter_dList > dt > a > img {}
	.gFooter_dList > dd {}
	.gFooter_list {}
	.gFooter_list > li {}
	.gFooter_list > li:first-child {}
	.gFooter_list > li:last-child {}
	.gFooter_list > li:nth-child(2n+1) {}
	.gFooter_list > li:nth-child(n+3) {}
	.gFooter_list > li > a {}
	.gFooter_list > li > a.-tel {}
	.gFooter_list > li > a::before {}
	.gFooter_list > li > a::after {}
	.gFooter_list > li > a > .icon {}
	.gFooter_list > li > a > .icon-world {}
	.gFooter_list > li > a > .icon-freedial {}
	.gFooter_list > li > a > .icon-mail {}
	.gFooter_open {
		font-size: 10px;
	}
	.gFooter_copyright {
		margin-top: 30px;
	}
	.gFooter_copyright > small {
		font-size: 11px;
	}
	.gFootNav {
		padding-top: 30px;
		margin-top: 30px;
	}
	.gFootNav_inner {}
	.gFootNav_cols {}
	.gFootNav_col {}
	.gFootNav_col-no1 {}
	.gFootNav_list {}
	.gFootNav_list:last-child {}
	.gFootNav_list > li {}
	.gFootNav_list > li:first-child {}
	.gFootNav_list > li:last-child {}
	.gFootNav_list > li:nth-child(2n+1) {}
	.gFootNav_list > li:nth-child(n+3) {}
	.gFootNav_list > li > a {
		font-size: 13px;
	}
	.gFootNav_list > li > a::before {}
	.gFootNav_list > li > a::after {}
	.gFootNav_list > li > a > .icon {}
	.gFootNav_col-no2 {}
	.gFootNav_cList {}
	.gFootNav_cList > li {}
	.gFootNav_cList > li:first-child {}
	.gFootNav_cList > li:last-child {}
	.gFootNav_cList > li:nth-child(2n+1) {}
	.gFootNav_cList > li:nth-child(n+3) {}
	.gFootNav_cList > li > a {
		font-size: 12px;
	}
	.gFootNav_cList > li > a::before {}
	.gFootNav_cList > li > a::after {}
	.gFootNav_cList > li > a > .icon {}
	.gFootNav_col-no3 {}
	.gFootNav_col-no4 {}
	.gFootNav_col-no5 {}
	.gPankuzu {}
	.gPankuzu_inner {}
	.gPankuzu_oList {}
	.gPankuzu_oList > li {}
	.gPankuzu_oList > li::after {}
	.gPankuzu_oList > li:last-child::after {}
	.gPankuzu_oList > li:first-child {}
	.gPankuzu_oList > li:last-child {}
	.gPankuzu_oList > li:nth-child(2n+1) {}
	.gPankuzu_oList > li:nth-child(n+3) {}
	.gPankuzu_oList > li > a {}
	.gPankuzu_oList > li > a::before {}
	.gPankuzu_oList > li > a::after {}
	.gPankuzu_oList > li > a > .icon {}
	.gBody {
		padding-bottom: 65px;
	}
	.gVisual {
		margin-bottom: 50px;
	}
	.gVisual_inner {
		height: 200px;
	}
	.gVisual_title {
		font-size: 24px;
	}
	.gVisual_bg {
		width: 100%;
	}
	.gBody_inner {}
	.gPageNav {
		margin-bottom: 30px;
	}
	.gPageNav_list {}
	.gPageNav_list > li {}
	.gPageNav_list > li:first-child {}
	.gPageNav_list > li:last-child {}
	.gPageNav_list > li:nth-child(2n+1) {}
	.gPageNav_list > li:nth-child(n+3) {}
	.gPageNav_list > li > a {
		font-size: 14px;
	}
	.gPageNav_list > li > a::before {}
	.gPageNav_list > li:first-child > a::before {}
	.gPageNav_list > li > a::after {}
	.gPageNav_list > li > a > small {
		font-size: 12px;
	}
	.gNav_cList {}
	.isShow + .gNav_cList {
		transform: scale(1);
		opacity: 1;
		transition-delay: 0s, 0s, 0s;
	}
	.gNav_cList > li {}
	.gNav_cList > li:first-child {}
	.gNav_cList > li:last-child {}
	.gNav_cList > li:nth-child(2n+1) {}
	.gNav_cList > li:nth-child(n+3) {}
	.gNav_cList > li > a {
		font-size: 12px;
	}
	.gNav_cList > li:first-child > a {}
	.gNav_cList > li > a::before {}
	.gNav_cList > li > a::after {}
}
@media screen and (max-width:767px) {
	.gHeaderWrap {
		height: 65px;
	}
	.gHeader {
		border-bottom: 1px solid #f2f2ea;
		position: relative;
		z-index: 1001;
	}
	.isFixed .gHeader {
		box-shadow: none;
	}
	.gHeader_inner {
		padding: 0;
		position: static;
	}
	.gHeader_inner::after {
		content: "";
		display: block;
		position: absolute;
		z-index: 1;
		top: 0;
		height: 100%;
		right: 65px;
		width: 1px;
		background: #f2f2ea;
	}
	.gHeader_cols {
		display: block;
		height: auto;
	}
	.gHeader_col {}

	.gHeader_col-no1 {
		display: flex;
        justify-content: space-between;
		align-items: center;
	}
	.instaLink-col {
		margin: 0;
		padding: 0;
	}
	.gHeader_col-no1 .instaLink-col .news_instaLink > a > .icon {
		margin-right:0;
		font-size: 140%;
	}
	.news_instaLink > a {
		display: block;
        padding-right: 0;
        max-width: 50px;
        width: 100%;
        max-height: 50px;
        height: 100%;
		margin-top: -2px;
	}

	.gHeader_title {
		display: flex;
	}
	.gHeader_title > a {
		height: 64px;
		display: flex;
		align-items: center;
		padding-left: 10px;
	}
	.gHeader_title > a::before {}
	.gHeader_title > a::after {}
	.gHeader_title > a > b {
		transform: scale(0.75);
		left: 68px;
		font-weight: normal;
		top: 12px;
	}
	.gHeader_title_img {
		width: 190px;
		height: 45px;
	}
	.gHeader_col-no2 {}
	.gSubNav {
		position: fixed;
		z-index: 1001;
		bottom: 0;
		left: 0;
		width: 100%;
		background-color: #fff;
		box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.19);
	}
	.gSubNav_cols {}
	.gSubNav_col {
		width: 50%;
		margin: 0;
	}
	.gSubNav_col-no1 {}
	.gSubNav_link {
		height: 100%;
	}
	.gSubNav_link > a {
		display: flex;
		flex-direction: column;
		height: 100%;
		justify-content: center;
		align-items: center;
	}
	.gSubNav_link > a::before {}
	.gSubNav_link > a::after {}
	.gSubNav_link > a > small {
		display: block;
		font-size: 12px;
		font-weight: 500;
	}
	.gSubNav_link > a > small > .icon {
		margin-right: 4px;
		transform: scale(1.6);
	}
	.gSubNav_link > a > b {
		font-size: 18px;
		margin-top: 3px;
	}
	.gSubNav_link > a > b > b {}
	.gSubNav_link > a > b > .icon {
		margin-right: 7px;
	}
	.gSubNav_open {
		display: none;
	}
	.gSubNav_at {
		display: none;
	}
	.gSubNav_col-no2 {}
	.gSubNav_net {}
	.gSubNav_net > a {
		border-radius: 0;
		box-shadow: none;
		height: 52px;
	}
	.gSubNav_net > a::before {}
	.gSubNav_net > a::after {}
	.gSubNav_net > a > b {}
	.gSubNav_net > a > b > .icon {}
	.gMenuBtn {
		position: fixed;
		z-index: 1001;
		top: 7px;
		width: 50px;
		height: 50px;
		display: block;
		right: 7px;
		background-color: rgba(255, 255, 255, 0.8);
		transition-duration: .3s;
		transition-property: background-color, border-color, box-shadow;
		border-radius: 50%;
	}
	.gMenuBtn-02 {
		position: fixed;
		z-index: 1001;
		top: 7px;
		width: 50px;
		height: 50px;
		display: block;
		right: 68px;
		background-color: rgba(255, 255, 255, 0.8);
		transition-duration: .3s;
		transition-property: background-color, border-color, box-shadow;
		border-radius: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
		transition-property: opacity; 
		transition-duration: 0.25s;
	}
	.gMenuBtn.isFixed,.gMenuBtn-02.isFixed {
		box-shadow: 0 0 4px rgba(0, 0, 0, 0.19);
	}
	.gMenuBtn.isShow {}
	.gMenuBtn::before {}
	.gMenuBtn::after {}
	.gMenuBtn_bar {
		display: block;
		width: 24px;
		height: 2px;
		background-color: #7a390b;
		margin: 0 auto;
		border-radius: 2px;
		position: relative;
		z-index: 1;
		top: 0;
		left: 0;
		transition-duration: .3s;
		transition-property: transform, top;
	}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {
		margin: 5px auto;
	}
	.gMenuBtn_bar-no3 {}
	.isShow .gMenuBtn_bar-no1 {
		top: 7px;
		transform: rotate(45deg);
	}
	.isShow .gMenuBtn_bar-no2 {
		transform: scale(0, 1);
	}
	.isShow .gMenuBtn_bar-no3 {
		top: -7px;
		transform: rotate(-45deg);
	}
	.gNav {
		position: fixed;
		width: 260px;
		top: 0;
		overflow: auto;
		height: calc(100vh - 53px);
		background-color: #a27454;
		right: 0;
		left: auto;
		transform: translateX(100%);
		transition-duration: .5s;
		transition-property: transform;
		-webkit-overflow-scrolling: touch;
	}
	.gNav.isShow {
		transform: translateX(0);
	}
	.gNav_inner {
		padding: 0 0 25px;
	}
	.gNav_list {
		display: block;
	}
	.gNav_list > li {
		width: auto;
	}
	.gNav_list > li:first-child {
		min-width: 0;
		width: auto;
	}
	.gNav_list > li:last-child {}
	.gNav_list > li:nth-child(2n+1) {}
	.gNav_list > li:nth-child(n+3) {}
	.gNav_list > li > a {
		background-color: #a27454;
		color: #fff;
		justify-content: flex-start;
		padding: 0 15px;
		box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.1);
		font-size: 14px;
		padding-right: 25px;
	}
	.gNav_list > li:first-child > a {
		height: 65px;
	}
	.gNav_list > li > a.-hasChild::after {
		display: block;
		position: absolute;
		z-index: 1;
		width: 8px;
		height: 8px;
		border: 2px solid #fff;
		box-sizing: border-box;
		top: 0;
		bottom: 0;
		right: 10px;
		margin: auto;
		transform: rotate(135deg) translateY(4px);
		border-left: none;
		border-bottom: none;
		transition-duration: .3s;
		transition-property: transform;
	}
	.gNav_list > li > a.-hasChild.isShow::after {
		transform: rotate(315deg) translateY(0);
	}
	.gNav_list > li:first-child > a > b {
		display: block;
		font-weight: inherit;
		margin-left: 7px;
	}
	.gNav_list > li:last-child > a {
		background-image: none;
	}
	.gNav_list > li > a::before {
		display: none;
	}
	.gNav_list > li:last-child > a::after {
		display: none;
	}
	.gNav_list > li > a::after {
		display: none;
	}
	.gBanners {
		padding: 35px 0;
	}
	.gBanners_inner {}
	.gBanners_list {
		display: block;
	}
	.gBanners_list > li {
		width: auto;
		margin: 10px 0 0;
	}
	.gBanners_list > li:first-child {
		margin-top: 0;
	}
	.gBanners_list > li:last-child {}
	.gBanners_list > li:nth-child(2n+1) {}
	.gBanners_list > li:nth-child(n+3) {}
	.gBanners_list > li > a {
		height: 60px;
	}
	.gBanners_list > li > a.-cost {}
	.gBanners_list > li > a.-whitening {}
	.gBanners_list > li > a::before {}
	.gBanners_list > li > a::after {}
	.gBanners_list > li > a > b {
		font-size: 16px;
	}
	.gBanners_list > li > a > small {
		font-size: 10px;
		margin-top: 5px;
	}
	.gBanners_list > li > a.-cost > small {}
	.gBanners_list > li > a.-whitening > small {}
	.gBanners_list > li > a > .icon:first-child {}
	.gBanners_list > li > a > .icon-arrowRight {}
	.gFooter {
		padding-top: 35px;
		padding-bottom: 52px;
	}
	.gFooter_inner {}
	.gFooter_dList {}
	.gFooter_dList > dt {
		max-width: 240px;
	}
	.gFooter_dList > dt > a {}
	.gFooter_dList > dt > a::before {}
	.gFooter_dList > dt > a::after {}
	.gFooter_dList > dt > a > b {
		left: 95px;
	}
	.gFooter_dList > dt > a > img {
		width: 240px;
		height: 57px;
	}
	.gFooter_dList > dd {}
	.gFooter_list {
		display: block;
	}
	.gFooter_list > li {
		width: auto;
		margin: 10px 0 0;
	}
	.gFooter_list > li:first-child {
		margin-top: 0;
	}
	.gFooter_list > li:last-child {}
	.gFooter_list > li:nth-child(2n+1) {}
	.gFooter_list > li:nth-child(n+3) {}
	.gFooter_list > li > a {}
	.gFooter_list > li > a > br {
		display: none;
	}
	.gFooter_list > li > a.-tel {}
	.gFooter_list > li > a::before {}
	.gFooter_list > li > a::after {}
	.gFooter_list > li > a > .icon {}
	.gFooter_list > li > a > .icon-world {}
	.gFooter_list > li > a > .icon-freedial {}
	.gFooter_list > li > a > .icon-mail {}
	.gFooter_open {}
	.gFooter_copyright {}
	.gFooter_copyright > small {}
	.gFootNav {
		display: none;
	}
	.gFootNav_inner {}
	.gFootNav_cols {}
	.gFootNav_col {}
	.gFootNav_col-no1 {}
	.gFootNav_list {}
	.gFootNav_list:last-child {}
	.gFootNav_list > li {}
	.gFootNav_list > li:first-child {}
	.gFootNav_list > li:last-child {}
	.gFootNav_list > li:nth-child(2n+1) {}
	.gFootNav_list > li:nth-child(n+3) {}
	.gFootNav_list > li > a {}
	.gFootNav_list > li > a::before {}
	.gFootNav_list > li > a::after {}
	.gFootNav_list > li > a > .icon {}
	.gFootNav_col-no2 {}
	.gFootNav_cList {}
	.gFootNav_cList > li {}
	.gFootNav_cList > li:first-child {}
	.gFootNav_cList > li:last-child {}
	.gFootNav_cList > li:nth-child(2n+1) {}
	.gFootNav_cList > li:nth-child(n+3) {}
	.gFootNav_cList > li > a {}
	.gFootNav_cList > li > a::before {}
	.gFootNav_cList > li > a::after {}
	.gFootNav_cList > li > a > .icon {}
	.gFootNav_col-no3 {}
	.gFootNav_col-no4 {}
	.gFootNav_col-no5 {}
	.gPankuzu {
		margin-top: 5px;
		margin-bottom: 5px;
		font-size: 11px;
	}
	.gPankuzu_inner {}
	.gPankuzu_oList {}
	.gPankuzu_oList > li {}
	.gPankuzu_oList > li::after {
		margin: 0px 8px;
	}
	.gPankuzu_oList > li:last-child::after {}
	.gPankuzu_oList > li:first-child {}
	.gPankuzu_oList > li:last-child {
		max-width: 200px;
	}
	.gPankuzu_oList > li:nth-child(2n+1) {}
	.gPankuzu_oList > li:nth-child(n+3) {}
	.gPankuzu_oList > li > a {}
	.gPankuzu_oList > li > a::before {}
	.gPankuzu_oList > li > a::after {}
	.gPankuzu_oList > li > a > .icon {}
	.gBody {}
	.gVisual {
		margin-bottom: 30px;
	}
	.gVisual_inner {
		height: 130px;
	}
	.gVisual_title {
		font-size: 18px;
	}
	.gVisual_bg {}
	.gBody_inner {}
	.gPageNav {
		margin-bottom: 20px;
	}
	.gPageNav_list {
		flex-wrap: wrap;
	}
	.gPageNav_list > li {
		width: 49%;
		margin-left: 2%;
	}
	.gPageNav_list > li:first-child {}
	.gPageNav_list > li:last-child:nth-child(2n+1) {
		width: 100%;
	}
	.gPageNav_list > li:nth-child(2n+1) {
		margin-left: 0;
	}
	.gPageNav_list > li:nth-child(n+3) {
		margin-top: 2%;
	}
	.gPageNav_list > li > a {
		font-size: 13px;
		border: 1px rgba(130, 76, 59, 0.5) solid;
	}
	.gPageNav_list > li > a::before {
		display: none;
	}
	.gPageNav_list > li:first-child > a::before {}
	.gPageNav_list > li > a::after {}
	.gPageNav_list > li > a > small {
		font-size: 11px;
		top: 0;
	}
	.gNav_cList {
		transform: none;
		opacity: 1;
		position: static;
		display: none;
	}
	.isShow + .gNav_cList {
		display: block;
	}
	.gNav_cList > li {}
	.gNav_cList > li:first-child {}
	.gNav_cList > li:last-child {}
	.gNav_cList > li:nth-child(2n+1) {}
	.gNav_cList > li:nth-child(n+3) {}
	.gNav_cList > li > a {
		font-size: 14px;
		background-color: #fcf5e3;
		color: #7a390b;
		padding: 0 25px;
	}
	.gNav_cList > li:first-child > a {}
	.gNav_cList > li > a::before {}
	.gNav_cList > li > a::after {}
	.gNav_subList {
		display: block;
	}
	.gNav_subList > li {}
	.gNav_subList > li:first-child {}
	.gNav_subList > li:last-child {}
	.gNav_subList > li:nth-child(2n+1) {}
	.gNav_subList > li:nth-child(n+3) {}
	.gNav_subList > li > a {
		padding: 0 15px;
		height: 48px;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		color: #fff;
		font-size: 15px;
		font-weight: 500;
	}
	.gNav_subList > li > a::before {}
	.gNav_subList > li > a::after {}
	.gNav_subList > li > a > .icon {
		font-size: 12px;
		margin-right: 6px;
		position: relative;
		z-index: 1;
		top: 1px;
	}
	.gPageTop {
		bottom: 57px;
		right: 5px;
	}
	/*追加*/
	.g-orthodontics{
		margin-top: 20px;	
	}
	.g-orthodontics-ex:not(:last-child){
		margin-bottom: 20px;
	}
}
@media screen and (max-width:479px) {
	.gVisual_bg-clinic_staff {
		background-image: url(/assets/img/common/pt-main-clinic-staff-sp_2025.jpg);
	}
	.gVisual_bg-general {
		background-image: url(/assets/img/common/pt-main-general-202309-sp.jpg);
	}
	.gVisual_bg-orthodontics {
		background-image: url(/assets/img/common/pt-main-orthodontics-202309-sp.jpg);
	}
	.gVisual_bg-orthodontics_reason {
		background-image: url(/assets/img/common/pt-main-orthodontics-reason-2023-sp@2x.jpg);
	}
	.gVisual_bg-clinic_access {
		background-image: url(/assets/img/common/pt-main-clinic-access_2023-sp@2x.jpg);
	}
}
@media screen and (max-width:374px) {
	.gSubNav_net {}
	.gSubNav_net > a {
		padding: 0 7px;
	}
	.gSubNav_net > a::before {}
	.gSubNav_net > a::after {}
	.gSubNav_net > a > b {}
	.gSubNav_net > a > b > .icon {}
	.gSubNav_net > a > b > b {
		font-size: 11px;
	}
}

/*追記*/
.gBanners_list > li > a.-mouthpiece:before {
	content: url(/assets/img/common/mouthpiece_icon.png);
	position: absolute;
	top: -10px;
	left: -8px;
	transform: scale(0.5);
}

@media screen and (max-width:999px) {
.gBanners_list > li > a.-mouthpiece:before {
    content: url(/assets/img/common/mouthpiece_icon.png);
    position: absolute;
    top: -15px;
    left: -15px;
    transform: scale(0.4);
}
}

@media screen and (max-width:767px) {
.gBanners_list > li > a.-mouthpiece:before {
    content: url(/assets/img/common/mouthpiece_icon.png);
    position: absolute;
    top: -25px;
    left: -16px;
    transform: scale(0.4);
}
	.sp-none{display:none;}
}
.gBanners_list:nth-child(n+2) {margin-top: 10px;}
.gBanners_list > li > a.-mouthpiece {background-color: #fffbc6;}
.gBanners_list > li > a.-mouthpiece > small {color: #cdc778;}
.g-menu-txt{text-align: center; line-height: 1.2em;}
.-risk{ display: flex;}
.gFootNav_cList > li > a.-risk > .icon{ top: -11px;}
.gNav_cList .pc-none {display: none; }
.gHeader .gNav_cList .risk a{ height: 60px;}
.gHeader .gNav_cList ttl { height: 60px; }
@media screen and (max-width:767px) {
.gHeader .gNav_cList .pc-none {display: block; }
}
.tri {
	padding-right: 10px;
	padding-left: 0.5em;
}
.tri::after {
	content: "";
    border: 5px solid #d2bc96;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-right-width: 0;
    border-left-width: 8px;
    display: inline-block;
    position: relative;
    z-index: 1;
    top: 1px;
	left: 6px;
}
.gSubNav_open .tri {
	padding-right: 3px;
	padding-left: 0.5em;
	letter-spacing: -0.04em;
}
.gSubNav_open .tri-p-none {
	padding-left: 0;
	margin-left: -3px;
}
.gSubNav_open .tri::after {
	border: 3px solid #d2bc96;
	border-bottom-color: transparent;
    border-top-color: transparent;
    border-right-width: 0;
    border-left-width: 4px;
	top: -1px;
    left: 3px;
}
.gSubNav_open small {
	display: block;
}
.gSubNav_open small:nth-child(n + 2) {
	padding-top: 3px;
}