<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* --------------------------------------------------------------------------------------------------
setting
-------------------------------------------------------------------------------------------------- */

* {
	box-sizing: border-box;
}

html, body,dl,dd,figure,ol,ul,p,pre {
	margin: 0;
	padding: 0;
	border:0;
	outline:0;
}

ol, ul {
	padding: 0;
	margin: 0;
	vertical-align: top;
}

ol:not([class]),
ul:not([class]) {
	
}



h1,h2,h3,h4,h5,h6 {
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
}


button, input, select, textarea {
	font-family : inherit;
	font-size : 16px;
}



img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

table {
	 border-collapse: collapse;
}

.nosp {
	display: none;
}


.over_img span {
	display: block;
}

.mt1 {margin-top: 1rem;}
.mt2 {margin-top: 2rem;}
.mb1 {margin-bottom: 1rem;}
.mb2 {margin-bottom: 2rem;}

.my1 {margin-top: 1rem;margin-bottom: 1rem;}
.my2 {margin-top: 2rem;margin-bottom: 2rem;}

.fontB {font-weight: bold;}
.colorBL {color: #2da3ce;}

.d_b {display: block;}
.d_ib {display: inline-block;}
.d_i {display: inline;}

/* --------------------------------------------------------------------------------------------------
site
-------------------------------------------------------------------------------------------------- */

html {
	font-size: 15px;
}

body {
	font-size: 1rem;
	line-height: 1.8;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	color: #4c4c4c;
}



a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #999;
	text-decoration: none;
}


.image {
	text-align: center;
	margin-bottom: 1rem;
}

.image span {
	display: block;
	padding: 1rem 0 0;
}

.image img {
	max-width: 80%;
}

.img_right {
	text-align: center;
	margin-bottom: 1rem;
}

.img_right img,
.img_left img {
	max-width: 60%;
}

.img_right {
	display: block;
	text-align: center;
	margin: 0 auto 1.5rem;
	float: none;
}


.map {
	height: 300px;
}

.map iframe {
	width: 100%;
	height: 100%;
	border: 0;
}


h1 {
	display: flex;
	align-items: center;
	width: 100%;
	height: 26px;
	padding: 0 10px;
	line-height: 1;
	font-size: 10px;
	color: #bdbdbd;
	font-weight: normal;
}

h2 {
	overflow: hidden;
	margin-bottom: 20px;
}

h2 img {
	max-width: 600px;
}


h3 {

}


h4 {

}



h5 {

}

/* ------------------------
header
------------------------ */
#header {
	padding-bottom: 10px;
}

.header_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 10px;
}

.logo {
	width: 240px;
}

.header_contact {
	padding: 15px 10%;
	margin-right: -15px;
	margin-left: -15px;
	border-width: 1px 0;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.1);
	background: #f9f9f9;
}

.contact_tel {
	display: inline-block;
	padding: 5px;
	background: #fff;
	border-radius: 4px;
	margin-bottom: 10px;
}


/* ------------------------
footer
------------------------ */
#footer {
	position: relative;
	padding: 10px 0 50px;
}



#copyright {
	text-align: center;
	font-size: .6rem;
	padding: 1rem 15px;
	background: #f9f9f9;
}


#pagebottom {
	border-top: 1px solid #d6cfcf;
	position: fixed;
	display: flex;
	position: fixed;
	left: 0;
	bottom: -60px;
	z-index: 10;
	width: 100%;
	height: 50px;
	transition: bottom .3s ease;
}
#pagebottom.show {
	bottom: 0;
}

#pagebottom .item {
	flex-grow: 1;
	width: 33.3%;
	border-right: 1px solid #fff;
}


#pagebottom .item:last-of-type {
	border-right: 0;
}


#pagebottom a {
	display: block;
	width: 100%;
	text-align: center;
}

.item_tel a {
	background: #796a55;
}

.item_reserve a {
	background: #796a55;
}

.item_access a {
	background: #796a55;
}

.item_pagetop a {
	background: #a9a9a9;
}

#pagebottom img {
	width: auto;
	height: 50px;
}





/* .wmenu */
.wmenu {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.wmenu p {
	width: calc(50% - 5px);
}

.wmenu p a {
	line-height: 1.2;
	font-size: 3vmin;
	margin-top: 0;
}

/* re_reservation */
.re_reservation {
	text-align: center;
}


.re_reservation a {
	display: inline-block;
}


/* ------------------------
.conts_wrap
------------------------ */
.conts_wrap {
	padding: 0 15px;
}



/* index */

#wrapper .bx-wrapper {
	margin-bottom: 30px;
}

.site-btn a {
	display: block;
	font-weight: bold;
	width: 100%;
	margin-top: 20px;
	padding: 10px 0;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	background-color: #fff;
	border-style: double;
	border-width: 3px;
	box-sizing: border-box;
	border-radius: 6px;
}

.site-btn1 a {
	color: #309339;
	border-color: #309339;
}

.site-btn2 a {
	color: #1363a0;
	border-color: #1363a0;
}
.site-btn3 a {
	color: #ff0000;
	border-color: #ff0000;
	line-height: 120%!important;
}
.conts {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px dashed #ccc;
}

.conts_in {
	margin-top: 20px;
}



.detailList {
	padding: 15px;
	font-size: 14px;
	border-radius: 10px;
	margin-top: 20px;
}

.detailList dt {
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}


.detailList dd {
	display: list-item;
	list-style: disc;
	margin-left: 1.5rem;
}

.detailList.dental {
	background: #E0EFE1;
}

.detailList.dental dt {
	color: #309339;
}

.detailList.counseling {
	background: #DCE8F1;
}

.detailList.counseling dt {
	color: #1363A0;
}

/* #infomatio */
#infomation {
	height: 300px;
	padding: 15px;
	border: 1px solid #ddd;
	border-radius: 8px;
}

#infomation dl {
	height: 100%;
	overflow: auto;
}

#infomation dt {
	background: #796a55;
	color: #fff;
	line-height: 1.3;
	padding: 5px 10px;
	margin-bottom: 8px;
}

#infomation dd {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ddd;
}
</pre></body></html>