@charset "utf-8";
/*------------------------------------------------

Copyright Maple Acupuncture & Moxibustion Clinic.

about.css

------------------------------------------------*/

#btm {
	padding: 50px 0 60px 0;
	width: 100%;
	background: #fff;
}
#btm ul {
	margin: 0 auto;
	width: 100%;
	max-width: 600px;
}
#btm ul li {
	width: 33.3%;
	line-height: 1.0em;
	text-align: center;
	float: left;
}
#btm ul li a {
	display: block;
}
#btm ul li a img {
	margin: 0 0 15px 0;
	width: 100%;
	max-width: 90px;
}
#btm ul li a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-ms-filter: "alpha(opacity=60)";
}


/*------------------------------------------------

index

------------------------------------------------*/
#index #visualmain {
	position: relative;
	width: 100%;
}
#index #visualmain .inner {
	width: 100%;
	height: 360px;
	background: url(../../../about/images/mainimg.jpg) center top no-repeat;
	background-size: cover;
}
#index #visualmain .inner h2 {
	position: absolute;
	top: 130px;
	letft: 0;
	width: 100%;
	height: 70px;
	text-indent: -9999px;
	background: url(../../about/images/title.png) center top no-repeat;
	background-size: auto 70px;
}

/* main
------------------------------*/
#index #main {
	position: relative;
}
#index #main .sec {
	margin: 0 0 40px 0;
	max-width: 960px;
}
#index #main .sec:last-child {
	margin: 0;
}
#index #main .sec .box p {
	line-height: 1.6em;
}
#index #main .sec .box p.s {
	padding: 20px 0;
}
#index #main .sec .box p a {
	padding: 0 0 0 23px;
	background: url(../../../common/images/arrow.png) left center no-repeat;
	background-size: 16px 16px;
}
#index #main .sec.c01 .box {
	padding: 0 0 0 150px;
	max-width: 810px;
	background: url(../../../about/images/img_profile.png) left top no-repeat;
	background-size: 120px 120px;
	float: right;
}
#index #main .sec.c02 .box {
	padding: 100px 240px 0 0;
	max-width: 720px;
	min-height: 310px;
	background: url(../../../about/images/img_01.jpg) right top no-repeat;
	background-size: 200px 410px;
	float: right;
}
#index #main .sec.c03 .box {
	padding: 0 0 0 480px;
	max-width: 480px;
	min-height: 240px;
	background: url(../../../about/images/img_02.jpg) left top no-repeat;
	background-size: 440px 300px;
}

/* about
------------------------------*/
#about {
	padding: 60px 0 20px 0;
	width: 100%;
	background: #fff;
}
#about ul {
	margin: 0 auto;
	max-width: 960px;
}
#about ul li {
	margin: 0 0 60px 0;
	padding: 0 4%;
	width: 42%;
	float: left;
}
#about ul li dl {
	width: 100%;
}
#about ul li dl dt {
	width: 100%;
	text-align: center;
}
#about ul li dl dt img {
	max-width: 120px;
}
#about ul li dl dd {
	padding: 15px 0 0 0;
	width: 100%;
	font-size: 0.9em;
	line-height: 1.6em;
}


/*------------------------------------------------

profile

------------------------------------------------*/
#profile #visualmain {
	margin: 0 auto;
	width: 100%;
	max-width: 960px;
	min-height: 430px;
	background: url(../../../about/profile/images/mainimg.jpg) right 30px no-repeat;
}
#profile #visualmain .inner {
	padding: 70px 0 0 3%;
	width: 44%;
}
#profile #visualmain .inner h2 {
	margin: 0 auto 40px auto;
	width: 100%;
	height: 70px;
	text-indent: -9999px;
	background: url(../../about/profile/images/title.png) center top no-repeat;
	background-size: auto 70px;
}
#profile #visualmain .inner h3 {
	margin: 0 0 20px 0;
	font-size: 1.4em;
	color: #000;
	line-height: 1.2em;
	text-align: center;
}
#profile #visualmain .inner h3 span {
	font-size: 0.6em;
	font-weight: normal;
}
#profile #visualmain .inner p {
	line-height: 1.6em;
}

/* main
------------------------------*/
#profile #main {
	padding: 20px 0 50px 0;
	width: 100%;
}
#profile #main .box {
	padding: 40px 3%;
	width: 44%;
}
#profile #main .box h4 {
	margin: 0 auto 30px auto;
	font-size: 1.8em;
	font-weight: normal;
	color: #000;
	line-height: 1.4em;
}
#profile #main .box p {
	line-height: 1.6em;
}





@media screen and (max-width: 800px) {
	#btm {
		padding: 40px 0 50px 0;
	}


/*------------------------------------------------

index

------------------------------------------------*/
	#index #visualmain .inner {
		height: 280px;
	}
	#index #visualmain .inner h2 {
		top: 100px;
		height: 60px;
		background-size: auto 60px;
	}

/* main
------------------------------*/
	#index #main .sec.c02 .box {
		padding: 60px 240px 0 0;
		min-height: 350px;
	}
	#index #main .sec.c03 .box {
		padding: 0 0 0 350px;
		min-height: 218px;
		background-size: 320px 218px;
	}

/* about
------------------------------*/
	#about {
		padding: 40px 0 10px 0;
	}
	#about ul li {
		margin: 0 0 40px 0;
	}
	#about ul li dl dt img {
		max-width: 100px;
	}


/*------------------------------------------------

profile

------------------------------------------------*/
	#profile #visualmain {
		min-height: 330px;
		background-size: 360px 300px;
	}
	#profile #visualmain .inner {
		padding: 40px 0 0 5%;
		width: 400px;
	}
	#profile #visualmain .inner h2 {
		height: 60px;
		background-size: auto 60px;
	}

/* main
------------------------------*/
	#profile #main {
		padding: 20px 0 30px 0;
	}
}



@media screen and (max-width: 640px) {
	#btm {
		padding: 30px 0 40px 0;
	}
	#btm ul li {
		font-size: 11px;
	}
	#btm ul li a img {
		max-width: 70px;
	}


/*------------------------------------------------

index

------------------------------------------------*/
	#index #visualmain .inner {
		height: 200px;
	}
	#index #visualmain .inner h2 {
		top: 65px;
		height: 50px;
		background-size: auto 50px;
	}

/* main
------------------------------*/
	#index #main .sec.c01 .box {
		padding: 110px 5% 0 5%;
		max-width: 90%;
		background-position: center top;
		background-size: 90px 90px;
		float: none;
	}
	#index #main .sec.c02 .box,
	#index #main .sec.c03 .box {
		padding: 54% 5% 0 5%;
		max-width: 90%;
		min-height: inherit;
		background-size: contain !important;
		float: none;
	}
	#index #main .sec.c02 .box {
		background: url(../../../about/images/img_01_sp.jpg) center top no-repeat;
	}
	#index #main .sec.c03 .box {
		background: url(../../../about/images/img_02_sp.jpg) center top no-repeat;
	}

/* about
------------------------------*/
	#about {
		padding: 30px 0 10px 0;
	}
	#about ul li {
		font-size: 11px;
	}
	#about ul li dl dt img {
		max-width: 60px;
	}


/*------------------------------------------------

profile

------------------------------------------------*/
	#profile #visualmain {
		min-height: inherit;
		background: url(../../../about/profile/images/mainimg_sp.jpg) center top no-repeat;
		background-size: contain;
	}
	#profile #visualmain .inner {
		padding: 53% 5% 0 5%;
		width: 90%;
	}
	#profile #visualmain .inner h2 {
		margin: 0 auto 30px auto;
		height: 50px;
		background-size: auto 50px;
	}
	#profile #visualmain .inner h3 {
		font-size: 18px;
	}

/* main
------------------------------*/
	#profile #main {
		padding: 20px 0;
	}
	#profile #main .box {
		padding: 20px 5%;
		width: 90%
	}
	#profile #main .box h4 {
		margin: 0 auto 20px auto;
		font-size: 20px;
	}
}



@media screen and (max-width: 480px) {
	#btm ul li a img {
		max-width: 50px;
	}


/*------------------------------------------------

index

------------------------------------------------*/
	#index #visualmain .inner {
		height: 160px;
	}
	#index #visualmain .inner h2 {
		top: 45px;
	}
}
