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

#m_img .m_img_area {
	background-image: url(../images/clinic/m_img.jpg);
}


/*共通
---------------------------------------------------------*/
.clinic h3 {
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	line-height: 1.8em;
	margin-bottom: 15px;
	margin-top: 110px;
}

.clinic hr {
	border: none;
	border-top: 5px solid #FFF40A;
	width: 100px;
	margin: 0px auto 0px;
	padding-bottom: 50px;
}

.section2 {
	max-width: 1100px;
	width: 94%;
	padding: 0 3%;
	margin: 0 auto;
	text-align: left;
}

.section3 {
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 100px;
}

.section4 {
	max-width: 1200px;
	width: 94%;
	padding: 0 3%;
	margin: 0 auto 150px;
	text-align: left;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
	flex-direction: row;
}

.clinic dt {
	font-size: 130%;
	font-weight: bold;
	color: #736452;
	margin-bottom: 25px;
	line-height: 1.6em;
}

.clinic dt span {
	color: #A5D200;
}

.clinic dd {
	font-size: 15px;
	letter-spacing: 0.04em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.clinic h3 {
	margin-top: 12%;
}

.clinic dt {
	margin-bottom: 10px;
}

.section3 {
	padding-bottom: 10%;
}

}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.clinic h3 {
	font-size: 180%;
	line-height: 1.6em;
	margin-top: 12%;
	margin-bottom: 3%;
}

.clinic dt {
	margin-bottom: 10px;
	text-align: center;
}

.section3 {
	padding-bottom: 15%
}

.section4 {
	margin-bottom: 100px;
}
}

/*bg
---------------------------------------------------------*/
.clinic .bg01 {
	background: url(../images/clinic/bg01.png)no-repeat;
	background-color: #fff;
	background-position: bottom 25px center;
}

.clinic .bg02 {
	background: url(../images/clinic/bg02.png)no-repeat;
	background-color: #fff;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
}

/*lead
---------------------------------------------------------*/
.clinic .lead h3 {
	margin-top: 0px;
}

.clinic .lead .flex {
	align-items: center;
	margin-top:40px;
	justify-content: space-around;
	padding: 0 140px;
	margin-bottom: 20px;
}


/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.clinic .lead .flex {
	padding: 0 8%;
}

}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.clinic .lead .flex {
	flex-direction: column;
	padding: 0;
	margin-top: 30px;
}

.clinic .lead .flex i {
	transform: rotate(90deg);
	margin: 10px auto;
}
}


/*tours
---------------------------------------------------------*/
.clinic .tours h3 {
	margin-top: 130px;
}

.clinic .tours2 .flt_r {
	margin-left: 30px;
	width: 50%;
}

.clinic .tours2 .clearfix dl {
	margin-left: 50px;
}

.clinic .tours2 .clearfix dd span {
	letter-spacing: 0.01em;
}

.clinic .tours2 .flex1 {
	align-items: flex-end;
	margin: 30px auto 60px;
	width: 800px;
}

.clinic .tours2 .flex1 div:nth-child(2) {
	margin: 0px 30px;
}

.clinic .tours2 .flex2 {
	padding: 0 50px;
}

.clinic .tours2 .flex2 dl {
	width: 42%;
	padding: 0 23px;
	box-sizing: border-box;
}

.clinic .tours2 .flex2 div {
	width: 29%;
}

.clinic .tours2 .flex2 div:last-child {
	text-align: right;
}

.clinic .tours3 {
	margin-top: 85px;
}

.clinic .tours3 .flex3 {
	justify-content: space-between;
}

.clinic .tours3 .flex3 .flex3_l, .clinic .tours3 .flex3 .flex3_r {
	width: 48%;
}

.clinic .tours3 .flex3 .slide_box {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.clinic .tours3 .flex3 .slide_box ul img {
	margin: 0 auto;
}

.clinic .tours3 .flex3 dl {
	padding: 0 53px;
	margin-bottom: 40px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.clinic .tours2 .flt_r {
	margin-bottom: 5px;
}

.clinic .tours2 .flex1 {
	width: 94%;
	padding: 0 3%;
}

.clinic .tours2 .sp_tb dl {
	padding: 0 8%;
	margin-bottom: 20px;
}

.clinic .tours2 .flex3 {
	justify-content: center;
}

.clinic .tours2 .flex3 div {
	width: 30%;
	margin: 0 20px;
}

.clinic .tours3 {
	margin-top: 8%;
	padding: 0 3%;
}

.clinic .tours3 .flex3 dl {
	padding: 0px;
	margin-bottom: 20px;
}

}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.clinic .tours1 h3 {
	line-height: 1.6em;
}

.clinic .tours2 .clearfix dl {
	margin-left: 0;
}

.clinic .tours2 .flt_r {
	width: 70%;
	margin: 0 auto 10px;
	float: none;
}

.clinic .tours2 dt {
	text-align: center;
	line-height: 1.5em;
}

.clinic .tours2 .flex1 {
	width: 100%;
	margin: 20px auto 40px;
}

.clinic .tours2 .flex1 .icon {
	display: none;
}

.clinic .tours2 .flex1 div:nth-child(2) {
	margin: 0 auto;
	width: 70%;
}

.clinic .tours2 .sp_tb dl {
	padding: 0;
}

.clinic .tours2 .sp_tb .flex3 {
	margin-top: 15px;
	justify-content: space-around;
}

.clinic .tours2 .sp_tb .flex3 div {
	width: 40%;
}

.clinic .tours3 {
	margin-top: 10%;
}

.clinic .tours3 .flex3 {
	flex-direction: column;
}

.clinic .tours3 .flex3 .flex3_l, .clinic .tours3 .flex3 .flex3_r {
	width: 94%;
	padding: 0 3%;
}

.clinic .tours3 .flex3 dl {
	padding: 0;
	margin-bottom: 10px;
}

.clinic .tours3 .flex3 .flex3_r {
	margin-top: 20%;
	margin-bottom: 15%;
}

}



/*bxslider
---------------------------------------------------------*/
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	display: none;
}

.bx-wrapper .bx-controls-direction a {
	text-indent: 0!important;
}

.bx-wrapper .bx-next:before {
	font-family: 'fontello';
	content: '\e800';
	color: #736452;
}

.bx-wrapper .bx-prev:before {
	font-family: 'fontello';
	content: '\e808';
	color: #736452;
}

.bx-wrapper .bx-next, .bx-wrapper .bx-prev {
	background: none!important;
	width: auto!important;
	height: auto!important;
}

.bx-wrapper .bx-prev {
	left: 0!important;
}

.bx-wrapper .bx-next {
	right: 0!important;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	display: block;
	bottom: -40px!important;
}

.bx-wrapper .bx-next, .bx-wrapper .bx-prev {
	display: none!important;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	display: block;
	bottom: -40px!important;
}

.bx-wrapper .bx-next, .bx-wrapper .bx-prev {
	display: none!important;
}
}



/*kids
---------------------------------------------------------*/
.kids {
	background: repeating-linear-gradient(-45deg, #Fef1ed, #Fef1ed 2px, #fff 0, #fff 12px);
	padding: 0px 0px;
	background-size: 50px 50px;
	display: block;
	font-size: 125%;
	font-weight: bold;
	color: #736452;
}

.kids h4 {
	background: #FF9A6D;
	padding: 30px 0;
	font-size: 150%;
	color: #fff;
}

.kids .kids_bg {
	background: url(../images/clinic/bg03.png)no-repeat center center;
	padding-top: 50px;
	padding-bottom: 50px;
}

.kids .section2 .flex1 {
	/*justify-content: space-around;*/
	justify-content: space-between;
	padding: 0 55px;
	margin-bottom: 30px;
	/*max-width: 660px;*/
	max-width: 957px;
	margin-left: auto;
	margin-right: auto;
}

.kids .section2 .flex1 dl {
	/*width: 48.5%;*/
	width: 32%;
	max-width: 300px;
}

.kids .section2 .flex1 dd {
	text-align: center;
}

.kids .section2 .flex1 dd span {
	font-size: 130%;
	color: #FF9A6D;
}

.kids .section2 p {
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	color: #444;
	margin-bottom: 40px;
	line-height: 2.1em;
}

.kids .section2 .icon-heart, .kids .section2 .icon-omutsu {
	color: #FF9A6D;
	font-size: 250%;
	margin-right: 0;
}

.kids .section2 [class^="icon-"]:before, [class*=" icon-"]:before {
	margin-right: 5px;
}

.kids .section2 .flex2 {
	justify-content: center;
}

.kids .section2 .flex2 span {
	border-top: 2px solid #FF9A6D;
	border-bottom: 2px solid #FF9A6D;
	padding: 10px 0;
	font-size: 90%;
}

.kids .section2 .flex3 {
	align-items: center;
	margin: 0 25px 60px;
}

.kids .fam_btn a {
	text-align: center;
	color: #736452;
	background: #FED0C1;
	padding: 15px;
	display: block;
}

.kids .fam_btn a i {
	font-size: 80%;
	padding-left: 5px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.kids h4 {
	font-size: 135%;
	padding: 25px 0;
}

.kids .kids_bg {
	background-size: contain;
	padding: 35px 0;
}

.kids .section2 .flex1 {
	padding: 0 3%;
	margin-bottom: 20px;
}

.kids .section2 p {
	line-height: 1.9em;
	margin-bottom: 30px;
}

.kids .section2 .flex3 {
	margin-bottom: 40px;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.kids h4 {
	padding: 20px 0;
	font-size: 110%;
	line-height: 1.5em;
}

.kids .kids_bg {
	padding: 10% 0;
	background-size: contain;
}

.kids .section2 .flex1 {
	padding: 0;
	display: block;
	max-width: 100%;
	margin-bottom: 0;
}

.kids .section2 .flex1 dl {
	width: 100%;
	max-width: 100%;
	margin-bottom: 25px;
}

.kids .section2 .flex1 dt {
	width: 70%;
	margin: 0 auto;
}

.kids .section2 .flex1 dd {
	margin-top: 10px;
	line-height: 1.6em;
}

.kids .section2 p {
	line-height: 1.6em;
	margin-bottom: 30px;
}

.kids .section2 .flex2 {
	flex-direction: column;
	justify-content: center;
}

.kids .section2 .flex3 {
	margin: 0 auto 20px;
	justify-content: center;
}

.kids .fam_btn {
	margin-top: 10px;
}

.kids .fam_btn a {
	font-size: 90%;
	line-height: 1.4em;
	padding: 10px;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
	margin-left: 0;
}

}


/*omotenashi
---------------------------------------------------------*/
.omotenashi .flex1 {
	justify-content: center;
}

.omotenashi .flex1 .omotenashi1, .omotenashi .flex1 .omotenashi2 {
	width: 30%;
	margin: 0 25px;
}

.omotenashi .flex1 .omotenashi1 {
	margin-left: 35px;
}

.omotenashi .flex1 .omotenashi2 {
	margin-right: 35px;
}

.omotenashi .flex1 dt {
	margin-top: 30px;
	margin-bottom: 15px;
}

.omotenashi .flex2 {
	margin-top: 100px;
	justify-content: space-between;
}

.omotenashi .flex2 .omotenashi3 {
	width: 30%;
}

.omotenashi .flex2 dt {
	margin-top: 30px;
	margin-bottom: 15px;
}

.omotenashi .flex3 {
	margin-top: 100px;
	padding-left: 90px;
	padding-right: 50px;
}

.omotenashi .flex3 .omotenashi4 {
	width: 37%;
	padding-right: 20px;
	box-sizing: border-box;
}

.omotenashi .flex3 .omotenashi4 dl {
	margin-bottom: 40px;
}

.omotenashi .flex3 .omotenashi4 dt {
	margin-top: 0px;
	margin-bottom: 15px;
}

.omotenashi .flex3 .omotenashi5 {
	width: 63%;
	text-align: right;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.omotenashi .flex1 {
	justify-content: space-between;
}

.omotenashi .flex1 .icon {
	width: 10%;
}

.omotenashi .flex1 .omotenashi1, .omotenashi .flex1 .omotenashi2 {
	margin: 0 20px;
}

.omotenashi .flex1 .omotenashi1 {
	margin-left: 30px;
}

.omotenashi .flex1 .omotenashi2 {
	margin-right: 30px;
}

.omotenashi .flex1 dt {
	margin-top: 20px;
	margin-bottom: 10px;
}

.omotenashi .flex2 {
	margin-top: 10%;
}

.omotenashi .flex2 dt {
	margin-top: 20px;
	margin-bottom: 10px;
}

.omotenashi .flex3 {
	margin-top: 10%;
	padding: 0;
}

.omotenashi .flex3 .omotenashi4 {
	width: 55%;
}

.omotenashi .flex3 .omotenashi4 dl {
	margin-bottom: 30px;
}

.omotenashi .flex3 .omotenashi4 dt {
	margin-bottom: 10px;
}

.omotenashi .flex3 .omotenashi5 {
	width: 45%;
}

}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.omotenashi h3 {
	line-height: 1.6em;
}

.omotenashi .flex1 {
	flex-direction: column;
}

.omotenashi .flex1 .icon {
	display: none;
}

.omotenashi .flex1 .omotenashi1, .omotenashi .flex1 .omotenashi2 {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.omotenashi .flex1 .omotenashi1 img, .omotenashi .flex1 .omotenashi2 img {
	width: 70%;
}

.omotenashi .flex1 dl {
	margin-bottom: 15%;
}

.omotenashi .flex1 dt {
	margin: 10px auto;
}

.omotenashi .flex1 dd {
	text-align: left;
}

.omotenashi .flex2 {
	margin-top: 0;
	flex-direction: column;
}

.omotenashi .flex2 .omotenashi3 {
	width: 100%;
	text-align: center;
}

.omotenashi .flex2 .omotenashi3 img {
	width: 70%;
}

.omotenashi .flex2 .omotenashi3 dl {
	margin-bottom: 15%;
}

.omotenashi .flex2 .omotenashi3 dt {
	margin: 10px auto;
}

.omotenashi .flex2 .omotenashi3 dd {
	text-align: left;
}

.omotenashi .flex3 {
	margin-top: 0;
	flex-direction: column-reverse;
	padding: 0;
}

.omotenashi .flex3 .omotenashi4 {
	width: 100%;
	padding: 0;
	text-align: center;
}

.omotenashi .flex3 .omotenashi4 dl {
	margin-bottom: 20px;
}

.omotenashi .flex3 .omotenashi4 dd {
	text-align: left;
}

.omotenashi .flex3 .omotenashi4 img {
	width: 70%;
}

.omotenashi .flex3 .omotenashi5 {
	width: 70%;
	margin: 0 auto 10px;
}

}
</pre></body></html>