@charset "UTF-8";

/*toppage
----------------------------------------------------*/
#greet p.catch {
	color: #74979d;
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 1em;
	text-align: center;
	line-height: 1.8;
}

#greet .img {
	text-align: center;
	margin-top: 2em;
}

#greet .img img {
	border-radius: 1em;
}

#greet dt {
	color: #5db1c0;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 1em 0 0.5em;
	padding: 0.5em 0 0 2em;
	background: url("/img/house_icon.png") 0 50% no-repeat;
	background-size: 1.5em;
	font-family: 'Noto Serif JP', serif;
}

#greet dd {
	padding: 1em;
	border: 1px solid #5db1c0;
	border-radius: 1em;
}

#feature p.catch {
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	font-size: 1.8rem;
	color: #74979d;
	text-align: center;
	line-height: 1.8;
}

#feature li {
	background: #fff;
	border-radius: 1em;
	padding: 1.5em 1em 0.5em;
	position: relative;
	margin-top: 50px;
	box-sizing: border-box;
}

#feature li p.num {
	position: absolute;
	top: -1em;
	left:0;
	font-size: 50px;
	color: rgba(93,177,192,0.5);
	font-family: 'Noto Serif JP', serif;
}

#feature li .img {
	text-align: center;
}

#feature li .img img {
	max-width: 50%;
}

#flow {
	background: url("../../img/flow_bg.jpg") 50% 100% no-repeat;
	background-size: cover;
}

#flow.full .inner {
	padding: 30px 10px 40px;
}

#flow h2 {
	background: #fff;
	color: #5db1c0;
	font-size: 20px;
	font-size: 2.0rem;
	font-family: 'Noto Serif JP', serif;
	width: 140px;
	height: 100px;
	padding-top: 40px;
	text-align: center;
	border-radius: 50%;
	margin: 0 auto 1em;
	box-shadow: 7px 7px rgba(93,177,192,0.5);		
}

#flow dl {
	display: table;
	background: #eff6f7;
	border-radius: 0.5em;
	padding: 1em 2em 0.1em;
	margin: 0 auto;
	box-shadow: 10px 10px rgba(93,177,192,0.5);		
}

#flow dt {
	float: left;
	color: #5db1c0;
	margin-bottom: 1em;
}

#flow dd {
	padding-left: 5em;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px dashed #5db1c0;
}

#flow dd:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

#info table {
	width: 100%;
	margin-bottom: 2em;
}

#info table th,
#info table td {
	padding: 0.5em;
	border-radius: 1em;
	border: solid 0.5em #eff6f7;
	background: #fff;
}

#info table th {
	background: #5db1c0;
	color: #fff;
	min-width: 6em;
	margin-right: 0.5em;
}

#info table td dl dt {
	float: left;
}

#info table td dl dd {
	padding-left: 10em;
}

#info .clinic {
	padding: 1em 5%;
	border: 1px solid #5db1c0;
	border-radius: 1em;
	display: table;
	margin: 0 auto;
}

#info .clinic h3 {
	color: #5db1c0;
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	font-size: 1.8rem;
}

#info .clinic dt {
	color: #5db1c0;
	margin: 1em 0 0.2em;
}

#access .gmap {
	position: relative;
	padding: 0 0 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 2em;
}

#access .gmap iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

#access p {
	text-align: center;
	color: #5db1c0;
}	



/*media Queries
----------------------------------------------------*/
@media only screen and (min-width: 600px) {		
	#greet .img {
		float: right;
		width: 30%;
		margin-top: 5em;
	}
	
	#greet dl {
		float: left;
		width: 65%;
	}	

	#feature ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	#feature ul li {
		width: 48%;
	}
	
	#flow.full {
		padding: 50px 0;
	}
	
	#flow.full .inner {
		padding: 0 20px;
	}

	#flow .content {
		margin: 0 auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	#flow h2 {
		font-size: 26px;
		font-size: 2.6rem;
		width: 180px;
		height: 130px;
		padding-top: 50px;
		margin: 0 7% 0 0;
	}
	
	#flow dl {
		margin: 0;
	}
	
}

	
@media only screen and (min-width: 768px) {

	#greet p.catch {
		font-size: 22px;
		font-size: 2.2rem;
	}
	
	#greet p.catch br.sp {
		display: none;
	}
	
	#greet dd {
		padding: 1em 2em;
	}
	
	#feature p.catch {
		text-align: center;
		font-size: 22px;
		font-size: 2.2rem;
	}
	
	#feature li .img img {
		max-width: none;
	}
	
	#info table th,
	#info table td {
		padding: 1.5em;
	}
	
}


@media only screen and (min-width: 1000px) {

	#greet p.catch {
		font-size: 30px;
		font-size: 3.0rem;
	}
	
	#greet dt {
		font-size: 20px;
		font-size: 2.0rem;
	}	
	
	#feature ul li {
		width: 31.33333%;
		margin-top: 100px;
		padding: 1.5em 2em 0.5em;
	}

	#feature li p.num {
		font-size: 70px;
	}
	
	#flow h2 {
		font-size: 32px;
		font-size: 3.2rem;
		width: 240px;
		height: 170px;
		padding-top: 70px;
	}
	
	#info .clinic h3 {
		font-size: 24px;
		font-size: 2.4rem;
	}
	
	#access p.address {
		font-size: 20px;
		font-size: 2.0rem;
		font-family: 'Noto Serif JP', serif;
	}	
	
}



@media only screen and (min-width: 1400px) {
	
	#greet dt {
		font-size: 24px;
		font-size: 2.4rem;
	}		
	
	#feature p.catch {
		font-size: 30px;
		font-size: 3.0rem;
	}
}