@charset "UTF-8";

/* --------------------------------
	RESET
-------------------------------- */
* {
	box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,figure {
	background: none repeat scroll 0 0;
	border: 0 none;
	margin: 0;
	outline: 0 none;
	padding: 0;
	vertical-align: baseline;
}

h1,h2,h3,h4,h5,h6 {
	line-height: 1.3;
}

li {
	list-style-type: none;
}

.list {
	margin-left: 1.4em;
}

.list_disc li {
	list-style-type: disc;
}


/* --------------------------------
	common
-------------------------------- */

img {
	max-width: 100%;
	height: auto;
}


table {
	width: 100%;
	border: 0;
	border-collapse: collapse;
}

iframe {
	border: 0;
	width: 100%;
	height: 100%;
}

.d_b {
	display: block;
}

.d_ib {
	display: inline-block;
}

.cf::after {
	content: "";
	display: block;
	clear: both;
}

.imgR {
	float: right;
	margin-left: 1em;
}

a:hover {
	text-decoration: none;
}

.asta {
	text-indent: -1.4em;
	padding-left: 1.4em;
}

.asta::before {
	content: "※";
	color: #bd2121;
	margin-right: .4em;
}


@media only screen and (min-width: 768px),print {
	.nopc {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.nosp {
		display: none;
	}
}





/* --------------------------------
	site
-------------------------------- */
body {
	color: #666;
	background: #edebda;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.inner {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
}


/* --------------
	title
	------------- */

h2 {
	color: #5f5052;
	font-family: 游明朝体,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	/* 位置等は.header_key で指定します */
}

h3:not(.not) {
	position: relative;
	margin-bottom: 1.2em;
	padding: .2em 50px .2em 1em;
	font-weight: bold;
	font-size: 18px;
	color: #5f5052;
	background: rgb(255,255,255);
	font-family: 游明朝体,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(243,243,243,1) 50%, rgba(243,243,243,1) 100%);
}
h3:not(.not)::before {
	content: "";
	display: block;
	width: 2px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-left: 3px solid #5f5052;
	border-right: 3px solid #5f5052;
}

h3:not(.not)::after {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../img/deco.png) no-repeat center;
	background-size: contain;
} 

/* --------------
	font
------------- */
.serif {
	font-weight: bold;
	font-family: 游明朝体,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

/* --------------
	header
	------------- */
header {
	padding-bottom: 27px;
	background: url(../img/headerback02.jpg) repeat-x bottom #f5f2eb;
}

.index_header {
	height: 452px;
}

.header_key {
	display: flex;
	align-items: center;
	height: 200px;
	background: url(../img/page_title.png) no-repeat center;
}

.header_key h2 {
	font-size: 1.6em;
	transform: translateY(-1.2em);
	padding-left: 2em;
}

.header_top {
	position: relative;
	padding: 0 1em;
	margin: 0 10px;
	height: 125px;
	background: url(../img/headerbg.jpg) repeat-x;
}

.header_top::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -91px;
	width: 211px;
	height: 217px;
	background: url(../img/kaede.png) no-repeat;
	background-size: cover;
}

h1 {
	font-size: 12px;
	margin-bottom: 10px;
	color: #fff;
	font-weight: normal;
	position: relative;
}

.header_topinner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}

.header_main {
	width: 1000px;
	height: 300px;
	margin: 0 auto;
}

/* --------------------------------
	content
-------------------------------- */
.wrap {
	display: flex;
	flex-wrap: wrap;
	background: url(../img/containerbg.png) center repeat-y;
	justify-content: space-between;
	padding: 20px 30px 80px;
}

.block + .block {
	margin-top: 3.1em;
}

.block_mini + .block_mini {
	margin-top: 2em;
}

/* --------------------------------
	side
-------------------------------- */
.side {
	width: 200px;
	order: 0;
}

.side .item:not(:last-of-type) {
	margin-bottom: 1em;
}

.sidenav {
	padding: 10px 0;
	border: 3px double #918a70;
	background: url(../img/sidenav_bg.jpg) repeat-y;
}

.sidenav h3 {
	text-align: center;
	font-weight: bold;
}

.sidenav li {
	padding: 0 10px;
}

.sidenav a {
	padding: .6em 0;
	display: block;
	color: #514849;
	font-size: 17px;
	text-decoration: none;
	border-bottom: 1px solid #f5f0dd;
	border-top: 1px solid #a69b7f;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0);
}

.sidenav li:hover {
	background: url(../img/deco.png) right center no-repeat rgba(97,91,70,.43);
	background-size: 40px;
}

.sidenav li:hover a {
	color: #fff;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.37);
}



/* --------------------------------
	main
-------------------------------- */
main {
	width: 720px;
	order: 1;
}


/* --------------------------------
	footer
-------------------------------- */
footer {
	height: 126px;
	background: url(../img/footerback.png) repeat-x top;
}

footer .inner {
	position: relative;
}

.pagetop {
	position: absolute;
	right: 0;
	top: -50px;
	z-index: 1;
}

footer small {
	position: absolute;
	width: 100%;
	display: block;
	height: 25px;
	font-size: .7em;
	line-height: 25px;
	bottom: 0;
	left: 0;
	text-align: center;
	color: #fff;
}

footer small a {
	color: #fff;
}

.footer_main {
	height: 126px;
	padding: 20px 10px 25px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background: url(../img/footerlinkbg.png) repeat-x top;
}

.footer_nav {
	font-size: .9em;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	width: 440px;
}

.footer_nav li {
	line-height: 1;
	padding: .4em;
}

.footer_nav li:first-of-type::before {
	content: "｜";
	margin-right: .4em;
	color: #8ebb6e;
}

.footer_nav li:nth-of-type(5)::before {
	content: "｜";
	margin-right: .4em;
	color: #8ebb6e;
}

.footer_nav li::after {
	content: "｜";
	text-align: center;
	display: inline-block;
	margin-left: .4em;
	color: #8ebb6e;
}

.footer_nav a {
	color: #265E09;
}



/* --------------------------------
	index.html
-------------------------------- */
.block{
    overflow: hidden;

}
.box_timeline{
    width: 58%;
    margin: 0 2% 0 0;
    border:3px solid #476B2C;
    background-color: #fff;
    padding: 10px;
	float: left;
	height: 300px;
}
.box_timeline p.head{
    color: #476b2c;
    font-size: 1.2em;
    margin-bottom: .3em;
    text-align: center;
    font-weight: bold;
}

.box_reserve{
    width: 40%;
    border: 3px solid #918A70;
    padding: 10px;
    background-color: #fff;
    float: right;
	height: 300px;
}

.box_reserve p.head{
    color: #476b2c;
    font-size: 1.2em;
    margin-bottom: .3em;
    text-align: center;
    font-weight: bold;
}
.box_reserve p{
}
.box_reserve p.tel{
    color:#476b2c ;
    font-size: 1.6em;
    text-align: center;
}
.box_reserve p.btn_detail{
    background-color: #476b2c;
    border-radius: 10px;
    color:#fff ;
    font-size: 1em;
    margin-bottom: 0em;
    padding: 5px;
    text-align: center;
}
.box_reserve p.btn_detail a{
    color: #fff;
    text-decoration: none;
}

@media only screen and (max-width: 767px) {
	.box_timeline{
		width: 100%;
		margin: 0 2% 5% 0;
		float: none;
		height: auto;
	}
	.box_reserve{
		width: 100%;
		float: none;
		height: auto;
	}
	
}




.news {
	margin-top: -1.2em;
	padding: 1.6em;
	/*height: 165px;
	overflow: auto;*/
	border: 1px solid #ccc;
}

.news dt {
	/*margin-left: -1.6em;*/
	background: #dae2cd;
	padding: .2em 1em;
}

.news dd {
	margin-top: .4em;
}

.news .new {
	font-size: .7em;
	font-weight: normal;
}

.news .date {
	font-size: .7em;
	color: #555;
	font-weight: normal;
}

.news dd + dt {
	/*margin-top: 1.4em;*/
	margin-top: 1.0em;
}

.news dt::before {
    display: inline-block;
    content: '▶';
    font-size: 0.9em;
    padding: 0 0.3em 0 0;
}	

.news dt.active::before {
    content: "▼";
}





.greeting {
	background: url(../img/greetingbg.png) no-repeat right bottom;
}

.drname {
	text-align: right;
}

.drname span {
	display: inline-block;
	margin-left: .8em;
	font-size: 1.4em;
}

/* --------------------------------
	overview
-------------------------------- */
.overview {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.overview_info {
	width: 370px;
}

.overview_info .name {
	color: #476b2c;
	font-size: 1.6em;
	margin-bottom: .8em;
}

.overview_info dl:not(.overview_timeline) {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
	border-bottom: 1px dotted #c1beb2;
}

.overview_info dl:not(.overview_timeline) dt {
	flex: 0 0 80px;
}

.overview_info dt {
	color: #70a453;
	font-weight: bold;
}

.overview_info dl:not(.overview_timeline) dd {
	flex: 0 0 290px;
}

.map_blank {
	display: inline-flex;
	text-decoration: none;
	align-items: center;
	font-size: .7em;
	padding: .2em .4em;
	color: #fff;
	background: #644933;
	border-radius: 4px;
	transition: .3s;
}

.map_blank:hover {
	background: #446d37;
}

.overview_tel {
	font-size: 1.45em;
	font-weight: bold;
	letter-spacing: 1px;
}

.overview_tel a {
	color: #666;
}

.timeline {
		text-align: center;
		border: 1px solid #5c933e;
		margin-bottom: .4em;
	}

.timeline th,
.timeline td {
		padding: .4em;
	}

.timeline th {
	vertical-align: middle;
	background: #70a453;
	border: 1px solid #5c933e;
	color: #fff;
}

.timeline td {
	position: relative;
	vertical-align: middle;
	background: #fff;
	text-align: center;
	border: 1px solid #5c933e;
}
	.timeline td:not(:first-child){
		width: 10%;
	}

.timeline td span {
	position: absolute;
	top: .2em;
	font-size: .4em;
	color: #1f580e;
}
.overview_map {
	width: 320px;
	text-align: center;
}

.map_link {
	display: block;
	text-align: center;
	transition: .3s;
}

.map_link:hover {
	opacity: .7;
}


/* --------------------------------
	access.html
-------------------------------- */
.access_map {
	margin-top: 1.2em;
	padding: 15px;
	background: #fff;
	color: #4A3D24;
	border: 1px solid #beaa92;
}

.access_map_text {
	color: #666;
	margin-bottom: 1em;
	padding: 1em;
	border-radius: .4em;
	background: #f1f1f1;
	border: 1px solid #ccc;
}
.access_map_tel {
	margin: 1em 0;
}

.access_map_tel span {
	font-size: 1.2em;
	margin-left: .2em;
}





/* --------------------------------
	clinic.html
-------------------------------- */
.clinic_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.clinic_list li {
	max-width: 50%;
	text-align: center;
	padding: .4em;
}

.lightboxOverlay {
	background-color: #121901;
}


/* --------------------------------
	doctor.html
-------------------------------- */
.doctor_box {
	background: url(../img/doctorprofbg.jpg) no-repeat;
	padding: 25px 0 15px 0;
}

.doctor_title {
	color: #fff;
	line-height: 1.5;
	padding: .4em;
	margin-bottom: 1.2em;
	background: rgb(36,121,34);
	background: linear-gradient(90deg, rgba(36,121,34,1) 0%, rgba(36,121,34,1) 70%, rgba(36,121,34,0) 100%);
}

.doctor_title span {
	display: inline-block;
	font-weight: normal;
}

.doctor_title .name {
	font-size: 1.2em;
}

.doctor_sec {
	width: 650px;
}

.doctor_sec + .doctor_sec {
	margin-top: 1.4em;
}

.doctor_sec > dt {
	color: #5f5052;
	font-size: 1.06em;
	padding: .2em 0;
	line-height: 1.3;
	position: relative;
	margin-bottom: 10px;
}

.doctor_sec > dt::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: rgb(85,65,51);
	background: linear-gradient(90deg, rgba(85,65,51,1) 0%, rgba(85,65,51,1) 70%, rgba(85,65,51,0) 100%);
}

.chronology {
	display: flex;
	flex-wrap: wrap;
}

.chronology dt,
.chronology dd {
	border-bottom: 1px #4D7A49 dotted;
}

.chronology dt {
	padding: .4em;
	flex: 0 0 20%;
}
.chronology dd {
	padding: .4em;
	flex: 0 0 80%;
}


/* --------------------------------
	feature.html
-------------------------------- */
.feature {
	background: url(../img/feature01bg.jpg) no-repeat;
	background-size: cover;
	padding: 10px 170px 15px 0;
}

.feature_title {
	font-size: 1.26em;
	color: #372526;
	margin-bottom: 1em;
}

.feature_title span {
	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;
}


/* --------------------------------
	first.html
-------------------------------- */
.first_title {
	color: #5c4225;
	margin-bottom: 1em;
	border-bottom: 2px solid #867848;
	box-shadow: 0px 2px 0 #cec8a9, 0px 3px 0 #a6a28c;
}

.step dt {
	color: #588541;
	margin-bottom: 1em;
	font-weight: bold;
	letter-spacing: 1px;
	border-bottom: 2px #588541 dotted;
	padding-bottom: .2em;
}

.step + .step {
	margin-top: 25px;
	padding-top: 45px;
	background: url(../img/arrow.gif) no-repeat top center;
}

/*--------------------
 吹き出しを作る
--------------------*/
.balloon {
margin-bottom: 2em;
position: relative;
}
.balloon:before,.balloon:after {
clear: both;
content: "";
display: block;
}
.balloon figure {
width: 150px;
height: 240px;
}
.balloon-image-left {
float: left;
margin-right: 20px;
}
.balloon-image-right {
float: right;
margin-left: 20px;
}
.balloon figure img {
width: 100%;
height: 100%;
margin: 0;
}
.balloon-image-description {
padding: 5px 0 0;
font-size: 10px;
text-align: center;
}
.balloon-text-right,.balloon-text-left {
position: relative;
padding: 10px;
border: 1px solid;
border-radius: 10px;
max-width: -webkit-calc(100% - 175px);
max-width: calc(100% - 175px);
display: inline-block;
	background-color: #fff;
}
.balloon-text-right {
border-color: #aaa;
}
.balloon-text-left {
border-color: #aaa;
}
.balloon-text-right {
float: left;
}
.balloon-text-left {
float: right;
}
.balloon p {
margin: 0 0 20px;
}
.balloon p:last-child {
margin-bottom: 0;
}
/* 三角部分 */
.balloon-text-right:before {
position: absolute;
content: '';
border: 15px solid transparent;
border-right: 15px solid #aaa;
top: 55px;
left: -25px;
}
.balloon-text-right:after {
position: absolute;
content: '';
border: 15px solid transparent;
border-right: 15px solid #fff;
top: 55px;
left: -24px;
}
.balloon-text-left:before {
position: absolute;
content: '';
border: 15px solid transparent;
border-left: 15px solid #aaa;
top: 55px;
right: -30px;
}
.balloon-text-left:after {
position: absolute;
content: '';
border: 15px solid transparent;
border-left: 15px solid #fff;
top: 55px;
right: -29px;
}
.balloon-text-left p.head{
	color: #476b2c;
	font-size: 1.6em;
	margin-bottom: .3em;
	text-align: center;
}
.balloon-text-left p.tel{
	background-color: #476b2c;
	border-radius: 10px;
	color:#fff ;
	font-size: 1.6em;
	margin-bottom: 0em;
	padding: 10px;
	text-align: center;
}
.balloon-text-left p .red{
    color: red;
}

.bring{
    display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.bring li{
    width: 48%;
    padding: 2%;
    margin: 1%;
    border-radius: 10px;
    text-align: center;
	background-color: #fffff0;
	border-radius: 10px;
	border:1px solid #cccc99;
	min-height: 195px;
	font-size: 120%;
}
.bring li i{
    display: block;
    font-size: 500%;
    text-align: center;
    color: #779F42;
    margin-bottom: 2%;
}
	
@media only screen and (max-width: 767px) {
	.bring{
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	}
	.bring li{
		width: 48%;
    padding: 2%;
    margin: 1%;
    border-radius: 10px;
    text-align: center;
	background-color: #fffff0;
	border-radius: 10px;
	border:1px solid #cccc99;
	min-height: auto!important;
		line-height: 1.2!important;
		font-size: 100%;
}

	.balloon figure {
	width: 75px;
	height: 120px;
	}

	.balloon-text-right,.balloon-text-left {
	max-width: -webkit-calc(100% - 100px);
	max-width: calc(100% - 100px);
	}

	.balloon-text-left p.head{
		color: #476b2c;
		font-size: 1.2em;
		margin-bottom: .3em;
		text-align: center;
	}

	.balloon-text-left p.tel{
		font-size: 1.4em;
		text-decoration: none!important;
		text-align: center;
		
	}
	.bring li i{
		font-size: 300%;
	}
}

/* ---------------------------------------------------------------
	SP
--------------------------------------------------------------- */
@media only screen and (max-width: 767px) {

	.imgR {
		float: none;
		display: block;
		max-width: 80%;
		margin: 0 auto 1.2em;
	}

	/* --------------------------------
		site
	-------------------------------- */
	body {
		padding-top: 100px;
		font-size: 15px;
		line-height: 1.7;
	}

	.inner {
		max-width: 100%;
	}


	/* --------------
	header
	------------- */
	header {
		height: auto;
		padding: 0;
		background: transparent;
	}
	
	.index_header {
		height: auto;
	}
	
	.header_top {
		position: fixed;
		z-index: 50;
		width: 100%;
		height: 100px;
		top: 0;
		left: 0;
		height: auto;
		margin: 0;
		padding: 0;
		background: #514849;
		box-shadow: 0 0px 5px 0px rgba(81, 72, 73, 0.8);
	}
	
	.header_top::before {
		display: none;
	}
	
	h1 {
		font-size: 10px;
		margin: 0;
		line-height: 1;
		padding: 0 10px;
	}
	
	.header_topinner {
		align-items: center;
		padding: 0 10px 8px;
	}
	
	.logo {
		width: calc(100% - 100px);
		display: flex;
		align-items: center;
	}

	.logo a {
		display: flex;
		align-items: center;
	}
	
	.header_main {
		width: 100%;
		height: 130px;
		/* width: 320px;
		height: 96px; */
		margin: 0 auto;
	}
	.sp_head {
		width: 96px;
		display: flex;
		justify-content: space-between;
	}
	.sp_head .item {
		display: block;
		height: 44px;
	}
	.header_tel {
		display: flex;
		margin-top: 8px;
		width: 100%;
		justify-content: center;
		align-items: center;
		padding: 4px;
		height: 30px;
		text-align: center;
		background: #c1beb2;
		border-radius: 4px;
	}
	.header_tel img {
		width: 300px;
	}

	.sp_headmenu {
		position: fixed;
		display: flex;
		flex-wrap: wrap;
		transition: .3s;
		opacity: 0;
		height: 0;
		visibility: hidden;
		width: 100%;
		top: 100px;
		left: 0;
		background: #c1beb2;
		z-index: 49;
	}
	.sp_headmenu.active {
		opacity: 1;
		height: auto;
		visibility: visible;
	}

	.sp_headmenu li {
		width: 50%;
		border-bottom: 1px solid #b9b6a8;
		border-top: 1px solid #ccc;
	}

	.sp_headmenu li:nth-of-type(odd) {
		border-right: 1px solid #b9b6a8;
	}
	.sp_headmenu li:nth-of-type(even) {
		border-left: 1px solid #ccc;
	}

	.sp_headmenu li a {
		display: block;
		padding: 1.6em .6em;
		font-size: .8em;
		color: #514849;
	}

	.header_key {
		justify-content: center;
		height: 100px;
		position: relative;
		background: url(../img/page_title_sp.png) no-repeat right;
	}

	.header_key::before {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: rgba(69, 124, 33, 0.3);
		box-sizing: border-box;
		border: 3px solid #a39469;
		box-shadow: 0 0 3px #73633f inset;
	}
	
	.header_key h2 {
		font-size: 1.16em;
		transform: translateY(0);
		position: relative;
		color: #fff;
		padding-left: 0;
		text-shadow: none;
	}
	
	/* --------------------------------
		content
	-------------------------------- */
	.wrap {
		padding: 1em 16px 50px;
		background: transparent;
	}
	
	
	/* --------------------------------
		side
	-------------------------------- */
	.side {
		margin: 1.4em auto;
		padding-top: 1.4em;
		order: 1;
	}
	
	
	/* --------------------------------
		main
	-------------------------------- */
	main {
		width: 100%;
		order: 0;
	}
	
	
	/* --------------------------------
		footer
	-------------------------------- */
	footer {
		height: auto;
		background: url(../img/footerlinkbg_sp.jpg);
		border: 1px solid #d8d3ab;
	}
	
	.pagetop {
		top: -48px
	}
	
	footer small {
		position: static;
		height: auto;
		line-height: 1.3;
		text-align: center;
		padding: .8em;
		background: #514849;
	}
	
	.footer_main {
		height: auto;
		padding: 0;
		text-align: center;
		background: transparent;
		justify-content: center;
	}

	.f_logo {
		margin: 1.5em 0;
		display: inline-block;
	}
	
	.footer_nav {
		width: 100%;
		font-size: .8em;
		align-items: initial;
		border-bottom: 1px solid #abbd90;
	}
	
	.footer_nav li {
		width: 50%;
		padding: 0;
		border-style: solid;
		border-color: #abbd90;
	}

	.footer_nav li:nth-of-type(odd) {
		border-width: 1px 1px 0 0;
	}
	.footer_nav li:nth-of-type(even) {
		border-width: 1px 0 0 0;
	}
	
	.footer_nav li::after,
	.footer_nav li::before {
		display: none;
	}
	
	.footer_nav a {
		padding: 1.6em .6em;
		display: block;
		background: rgba(198, 210, 191, 0.8);
	}
	
	
	
	/* --------------------------------
		index.html
	-------------------------------- */
	.news {
		margin: 0;
		padding: 1.0em;
		height: auto;
		/*overflow: visible;
		border: 0;
		border-bottom: 1px dashed #779a5e;*/
	}
	
	.news dt {
	background: #dae2cd;
	padding: .2em 1em;
}
	
	.news .title {
		display: block;
		font-weight: bold;
		color: #457c21;
		background: #d2e0c9;
	}
	
	.news dd + dt {
		margin-top: 1.4em;
		
	}
	



	
	/* --------------------------------
		overview
	-------------------------------- */
	.overview_info {
		width: 100%;
	}
	
	.overview_info .name {
		font-size: 1.4em;
	}
	
	.overview_timeline {
		margin-bottom: 1.4em;
	}
	
	.timeline {
		font-size: 14px;
	}

	
	.timeline .time {
		width: 120px;
	}
	
	.overview_map {
		width: 100%;
	}
	

	/* --------------------------------
		doctor.html
	-------------------------------- */
	.doctor_box {
		margin: 0 -16px;
		padding: 25px 16px;
		background-position: top center;
		background-size: cover;
	}

	.doctor_sec {
		width: 100%;
	}

	.chronology dt {
		padding: .4em 0;
	}
	
	/* --------------------------------
		feature.html
	-------------------------------- */
	.feature {
		background-size: cover;
		margin: 0 -16px;
		padding: 15px 16px;
	}

}


