@charset "UTF-8";
.vis-sp {
	display: none;
}

.inner {
}

.inner-bottom {
	margin-top: -105px;
}

.cnt-bnr.-nav {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
}

.cnt-bnr.-nav a.-txtbnr{
	width: 250px;
	height: 64px;
	background-color: rgba(64, 164, 189, 1.0);
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	font-family: var(--font_serif);
	font-size: 16px;
	font-weight: bold;
	user-select: none;
	transition: background-color 0.5s;
}

.cnt-bnr.-nav a.-txtbnr:hover{
	background-color: rgba(64, 164, 189, 0.8);
}

.cnt-invisalign{
	margin-bottom: 30px;
}
.cnt-invisalign a.-bnr{
	margin-bottom: 10px;
	width: 100%;
	height: 65px;
	border-bottom: 2px solid #D4D1CC;
	background-color: rgba(28, 50, 64, 1.0);
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 20px;
	color: #ffffff;
	font-family: var(--font_serif);
	font-size: 16px;
	font-weight: bold;
	user-select: none;
	transition: background-color 0.5s;
}
.cnt-invisalign a.-bnr:hover{
	background-color: rgba(28, 50, 64, 0.8);
}
.cnt-invisalign a.-bnr>.-img{
	width: 24.444%;
}
.cnt-invisalign a.-bnr>.-txt{
	width: 58.518%;
}
.cnt-invisalign p>b{
	font-weight: bold;
}

.cnt-l {
}

.cnt-l-bottom {
}

.indoorMap {
	margin-top: 25px;
}

.indoorMap > iframe {
	width: 100%;
	height: 260px;
}

.cnt-r {
}

#slide .slide-text {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	opacity: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#slide .slide-text > p {
	top: 0;
	left: 0;
	position: absolute;
	min-width: 560px;
}

#slide li {
	min-width: 560px;
}

#slide .slide-text img {
	width: 100%;
	height: auto;
	max-width: 980px;
}

.message {
	margin-bottom: 40px;
	padding: 10px 0 35px;
	border-bottom: 1px solid #ddd;
	font-family: var(--font_serif);
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.message p+p {
	margin-top: 2em;
}

.message small {
	font-size: 16px;
	margin-right: 0.5em;
}

section.guide {
	padding-bottom: 1em;
}

.cnt-r-bottom {
	padding-top: 30px;
}

.guide {
}

.guide_txtCol {
	float: left;
	width: 60%;
}

.guide_title {
	color: #41A4BD;
	margin-bottom: 0.5em;
}

.guide_info {
	padding-right: 75px;
	position: relative;
}

.guide_infoList {
	margin-bottom: 5px;
}

.guide_subttl {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.guide_infoList {
}

.guide_telLink {
}

.guide_telLink > a {
	color: #FD6533;
	letter-spacing: 0.1em;
	font-size: 23px;
	font-family: "Times", "Times New Roman", serif;
}

.guide_telLink > a:hover {
}

.guide_telLink > a:before {
}

.guide_telLink > a:after {
}

.guide_caution {
	color: #FD6533;
}

.guide_mapLink {
	position: absolute;
	right: 0;
	top: 0;
	width: 65px;
	text-align: center;
}

.guide_mapLink > a {
	background: #40A4BD url(../common/img/pt-arrow2.png) 10px no-repeat;
	color: #fff;
	padding: 5px 10px 5px 20px;
	letter-spacing: 0.1em;
	display: block;
	transition: background 0.4s ease;
	-webkit-transition: background 0.4s ease;
}

.guide_mapLink > a:hover {
}

.guide_mapLink > a:before {
}

.guide_mapLink > a:after {
}

.guide_imgCol {
	float: right;
	position: relative;
	z-index: 1;
	width: 34%;
}

.guide_image {
}

.guide_image > img {
	max-width: 100%;
	height: auto;
}

.guide_name {
	text-align: right;
	margin: 4px 0 0;
}

.guide_message {
	clear: both;
	color: #40A4BD;
	line-height: 1.2;
}

.guide > iframe {
	width: 100%;
	height: 260px;
}

.parking {
	margin-top: 10px;
}

.banner {
	margin-top: 25px;
}

.banner_item {
	margin-top: 20px;
	font-size: 0;
}

.banner_item:first-child {
	margin-top: 0;
}

.banner_item img {
	max-width: 100%;
	height: auto;
}

.banner_item .-pc {}
.banner_item .-sp {
	display: none;
}


.banner_item a {
	display: inline-block;
}
.banner_item a.-doctor {
	width: 69%;
}
.banner_item a.-recommend {
	width: 29%;
	margin-left: 2%;
}
.cnt-l .cnt-info {
	margin-bottom: 20px;
	width: 100%;
	float: none;
	max-width: none;
}

.reserve {
	margin-bottom: 30px;
}

.reserve > a {
	display: block;
	background: #BBA857;
	color: #FFF;
	text-align: center;
	padding: 20px 10px;
	border-radius: 3px;
	box-shadow: 0px 3px 0px 0px #A08F46;
	transition: opacity 0.3s;
}

.reserve > a:hover {
	opacity: 0.9;
}

.reserve > a > img {
	margin-right: 5px;
}

.reserve em {
	margin-right: 5px;
}

.reserve span {
}

.reserve small {
	display: inline-block;
	margin-left: 10px;
	font-size: 12px;
}

.reserve p {
	margin-top: 10px;
	color: #9D9051;
}

.social {
}

.social_cnt {
	width: 49%;
	position: relative;
	z-index: 1;
}
.social_cnt.-fb {
	float: left;
}
.social_cnt.-ig {
	float: right;
}
.social_cnt > a {
	display: block;
	border: 1px solid #DCD0A5;
	padding: 15px 0;
	background: #FFF;
}
.social_head {
	margin-bottom: 15px;
	padding: 0 15px;
}
.social_head img {
	width: 120px;
	height: auto;
}
.social_img {
	font-size: 0;
	text-align: center;
}
.social_img > li {
	display: inline-block;
	margin-left: 5px;
}
.social_img > li:first-child {
	margin-left: 0;
}
@media screen and (max-width:1000px) {
	.inner {
	}

	.inner-bottom {
		margin-top: 10px;
	}

	.cnt-l {
	}

	.cnt-l-bottom {
	}

	.indoorMap {
	}

	.indoorMap > iframe {
	}

	.cnt-r {
	}

	.cnt-r-bottom {
		padding-top: 0;
	}

	.guide {
	}

	.guide_txtCol {
	}

	.guide_title {
	}

	.guide_infoList {
	}

	.guide_infoList > dt {
	}

	.guide_infoList > dd {
	}

	.guide_telLink {
	}

	.guide_telLink > a {
	}

	.guide_telLink > a:hover {
	}

	.guide_telLink > a:before {
	}

	.guide_telLink > a:after {
	}

	.guide_caution {
	}

	.guide_mapLink {
	}

	.guide_mapLink > a {
	}

	.guide_mapLink > a:hover {
	}

	.guide_mapLink > a:before {
	}

	.guide_mapLink > a:after {
	}

	.guide_imgCol {
	}

	.guide_image {
	}

	.guide_image > img {
	}

	.guide_name {
	}

	.guide_message {
	}

	.cnt-l .cnt-info {
	}

	.banner {
	}

	.banner_doctersfile {
	}

}

@media screen and (max-width:640px) {
	.hide-sp {
		display: none;
	}

	.vis-sp {
		display: block;
	}

	.inner {
	}

	.message {
		padding: 1% 0 6%;
	}

	.reserve small {
		display: block;
		margin: 10px 0 0;
	}

	.inner-bottom {
	}

	.cnt-l {
	}

	.cnt-l-bottom {
	}

	.indoorMap {
	}

	.indoorMap > iframe {
		height: 220px;
	}

	.cnt-r {
	}

	.cnt-r-bottom {
	}

	.guide {
	}

	.guide_txtCol {
		float: none;
		width: 100%;
		padding-top: 10px;
	}

	.guide_title {
	}

	.guide_infoList {
		margin-bottom: 0.5em;
	}

	.guide_infoList > dt {
	}

	.guide_infoList > dd {
	}

	.guide_telLink {
	}

	.guide_telLink > a {
	}

	.guide_telLink > a:hover {
	}

	.guide_telLink > a:before {
	}

	.guide_telLink > a:after {
	}

	.guide_caution {
	}

	.guide_mapLink {
	}

	.guide_mapLink > a {
	}

	.guide_mapLink > a:hover {
	}

	.guide_mapLink > a:before {
	}

	.guide_mapLink > a:after {
	}

	.guide_imgCol {
		float: none;
		margin: 20px auto 0;
		width: auto;
	}

	.guide_image {
		width: 135px;
		margin: 0 auto;
	}

	.guide_image > img {
	}

	.guide_name {
		text-align: center;
	}

	.guide_message {
		position: static;
		margin: 10px 0 0;
		text-align: center;
	}

	.cnt-l .cnt-info {
	}

	.banner {
	}

	.banner_item .-pc {
		display: none;
	}
	.banner_item .-sp {
		display: block;
	}

	.banner_doctersfile {
	}

	.banner_doctersfile > a {
	}

	.banner_doctersfile > a > img {
		max-width: 100%;
		height: auto;
	}

	.social {
	}
	.social_cnt {
		width: 100%;
	}
	.social_cnt.-fb,
	.social_cnt.-ig {
		float: none;
	}
	.social_cnt.-ig {
		margin-top: 10px;
	}
}