@charset "UTF-8";

/* CSS Document */




/*治療時間/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

#fh5co-time {
	background: #fff;
	padding: 5em 0 2em 0;
	color: #8f4822;
}

#fh5co-time h2 {
	color: #8f4822;
	font-size: 24px;
	font-weight: normal;
	background: #fff0d6;
	border-radius: 30px;
	padding: 25px;
}

#fh5co-time p{
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 10px;
}

#fh5co-time dl dt{
	font-size: 45px;
}

#fh5co-time dl dd{
	font-size: 18px;
}

@media (max-width: 767px) {
#fh5co-time p{
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 30px;
	text-align: center;
}

#fh5co-time dl dt{
	font-size: 45px;
		text-align: center;
	text-decoration: underline;
}

#fh5co-time dl dd{
	font-size: 18px;
		text-align: center;
}
}

/*メイン/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/


@media (max-width: 767px) {
	
	#fh5co-main .to-monju{
		float: right;
		width: 50%;
		height: 50%;
		margin-left: 20px;
}
	
	#fh5co-main .to-monju-txt{
		display: block;
		padding-top: 20px;
	
}
	
}

#fh5co-main {
	background: #fff;
	padding: 0.5em 0 2em 0;
	color: #8f4822;
}

#fh5co-main h2{
	color: #8f4822;
	font-size: 20px;
	font-weight: bold;
}

#fh5co-main h2 span{
	font-size: 16px;
	font-weight: normal;
}



@media (min-width: 768px) {
#fh5co-main .to-monju{
	position: absolute;
	right: -300px;
	top: 0px;
}

.pad-l-60{
	padding-left: 60px;
}

.pad-r-60{
	padding-right: 60px;
}
	}

/*内容/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

.fh5co-001 {
	background: #fff;
	padding: 2em 0 2em 0;
	color: #8f4822;
}

.fh5co-001 h2 {
	color: #8f4822;
	font-size: 24px;
	font-weight: normal;
	background: #fff0d6;
	border-radius: 30px;
	padding: 25px;
	margin-bottom: 40px;
}

.fh5co-001 h3 {
	color: #8f4822;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
	
}

.fh5co-001 .trainer{
	list-style: none;
	-webkit-padding-start: 0px;
}

.fh5co-001 th,.fh5co-001 .trainer li{
	font-size: 20px;
	font-weight: bold;
	list-style: none;
}

.fh5co-001 .trainer li span{
	font-size: 16px;
	
	font-weight: normal;
}

@media (min-width: 768px) {

.fh5co-001 .trainer li span{
	font-size: 16px;
	position: absolute;
	left: 200px;
	padding-top: 2px;
}
	}

@media (max-width: 767px) {
	.fh5co-001 .trainer li {
		line-height: 1.1;
		margin-bottom: 20px;
	}

}


/*アクセス/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

#fh5co-access {
	background: #fff;
	padding: 5em 0 2em 0;
}

#fh5co-access h2 {
	color: #8f4822;
	font-size: 8vw;
	font-weight: bold;
}

#fh5co-access p { color: #333333; font-size: 5vw; }

@media (min-width: 768px) { 
	#fh5co-access h2{
color: #8f4822;
	font-size: 40px;
font-weight: bold;
}

#fh5co-access p{
color: #333333;
	font-size: 18px;
}
}

#fh5co-access .gold { color: #c1a243; }

#information {
	background: #fff;
	padding: 40px;
	margin-top: 20px;
	margin-bottom: 40px;
}

#information h3 {
	text-align: center;
	color: #c1a243;
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 0px;
}

#information dl,
#information dt,
#information dd { box-sizing: border-box; }

#information dl {
	/*background: #eee;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;*/
	width: 80%;
	margin: 0 auto;
}

#information dt,
#information dd {
	padding: 10px 10px 0 10px;
	font-weight: normal;
	font-size: 15px;
	color: #000;/*border-top: 1px solid #ccc;*/
}

#information dt {
	width: 20%;
	float: left;
}

#information dd {
	background: #fff;
	margin-left: 20%;
	padding-bottom: 10px;/*border-left: 1px solid #ccc;*/
}

#information dd:after {
	content: '';
	display: block;
	clear: both;
}

@media screen and (max-width: 768px) {

#information {
	margin: 20px auto 0px auto;
	width: 95%;
}

#information dt,
#information dd {
	padding: 0px;
	font-weight: normal;
	font-size: 15px;
	color: #000;/*border-top: 1px solid #ccc;*/
}

#information dt {
	width: 100%;
	float: none;
}

#information dd {
	background: #fff;
	margin-left: 0%;
	padding-bottom: 20px;/*border-left: 1px solid #ccc;*/
}

#information dd:after {
	content: '';
	display: block;
	clear: both;
}
}

#fh5co-access #map {
	width: 100%;
	height: 500px;
}

/*メイン/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

#main {
	width: 1200px;
	margin: 0 auto;
}
