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

Copyright Maple Acupuncture & Moxibustion Clinic.

reserved.css

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

#visualmain {
	position: relative;
	width: 100%;
}
#visualmain .inner {
	width: 100%;
	height: 360px;
	background: url(../../../reserved/images/mainimg.jpg) center top no-repeat;
	background-size: cover;
}
#visualmain .inner h2 {
	position: absolute;
	top: 130px;
	left: 0;
	width: 100%;
	height: 70px;
	text-indent: -9999px;
	background: url(../../reserved/images/title.png) center top no-repeat;
	background-size: auto 70px;
	z-index: 10;
}
#visualmain ul {
	margin: 0 auto;
	width: 100%;
	max-width: 960px;
}
#visualmain ul li {
	width: 25%;
	float: left;
}
#visualmain ul li a {
	padding: 30px 0;
	font-size: 1.2em;
	color: #000;
	line-height: 1.4em;
	text-align: center;
	text-decoration: none;
	display: block;
}
#visualmain ul li a:hover {
	color: #0cf;
}

/* main
------------------------------*/
#main {
	padding: 30px 3% 90px 3%;
}
.sec {
	margin: 0 0 30px 0;
	width: 100%;
	display: table;
}
.sec .spc {
	width: 3%;
	display: table-cell;
}
.sec .box,
#c03.sec {
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	padding: 30px 4%;
	background: #fff;
}
#c03.sec {
	padding: 0;
	background: #fff;
}
.sec .box.fL,
.sec .box.fR {
	width: 50%;
	display: table-cell;
	float: none;
}
.sec .box h4 {
	margin: 0 0 30px 0;
	font-size: 1.8em;
	font-weight: normal;
	color: #000;
	line-height: 1.4em;
}
.sec .box p {
	line-height: 1.6em;
}
.sec .box p.s {
	padding: 30px 0 0 0;
}
.sec .box p.reserved a {
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	padding: 15px 0;
	width: 100%;
	font-size: 1.2em;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: #fc0;
	display: block;
}
.sec .box p.reserved a:hover {
	color: #000;
	background: #fe0;
}
#contstel {
	padding: 30px 0;
	width: 100%;
	height: 35px;
	text-indent: -9999px;
	background: url(../../../reserved/images/tel.png) center 30px no-repeat;
	background-size: auto 35px;
}
p.pagetop {
	padding: 30px 0 0 0;
	width: 100%;
	height: 30px;
	display: none;
}
p.pagetop img {
	width: 30px;
	float: right;
}

/* access
------------------------------*/
#access {
	padding: 30px 0 0 0;
}
#access h4 {
	margin: 0 0 30px 0;
	font-size: 1.8em;
	font-weight: normal;
	color: #000;
	line-height: 1.0em;
	text-align: center;
}
#access h5 {
	margin: 0 0 15px 0;
	font-size: 1.2em;
	color: #000;
	line-height: 1.0em;
}
#access p {
	margin: 0 0 30px 0;
	line-height: 1.6em;
	text-align: center;
}
#access p strong {
	font-size: 1.2em;
	font-weight: normal;
	color: #000;
}
#map {
	margin: 0 0 50px 0;
	padding: 640px 0 0 0;
	width: 100%;
	height: auto;
	text-align: center;
	background: url(../../../common/images/map_en.jpg) center top no-repeat;
}
#map a {
	padding: 3px 0 3px 25px;
	line-height: 1.6em;
	background: url(../../../common/images/icon_blank.png) left center no-repeat;
	background-size: 15px 15px;
}
#access dl {
	margin: 0 auto 15px auto;
	width: 100%;
	max-width: 760px;
	line-height: 1.6em;
}
#access dl:last-child {
	margin: 0 auto;
}
#access dl dt {
	width: 14%;
	color: #000;
	float: left;
}
#access dl dt#train {
	padding: 5px 0 5px 40px;
	background: url(../../../reserved/images/icon_train.png) left center no-repeat;
	background-size: 30px 30px;
}
#access dl dt#bicycle {
	padding: 5px 0 5px 40px;
	background: url(../../../reserved/images/icon_bicycle.png) left center no-repeat;
	background-size: 30px 30px;
}
#access dl dt#car {
	padding: 5px 0 5px 40px;
	background: url(../../../reserved/images/icon_car.png) left center no-repeat;
	background-size: 30px 30px;
}
#access dl dd {
	padding: 5px 0;
	width: 80%;
	float: right;
}





@media screen and (max-width: 800px) {
	#visualmain .inner {
		height: 280px;
	}
	#visualmain .inner h2 {
		top: 100px;
		height: 60px;
		background-size: auto 60px;
	}

/* main
------------------------------*/
	#main {
		padding: 20px 3% 60px 3%;
	}
	.sec {
		margin: 0;
		display: inherit;
	}
	.sec .spc {
		display: none;
	}
	.sec .box {
		margin: 0 0 30px 0;
		padding: 30px 5% 20px 5%;
	}
	.sec .box.fL,
	.sec .box.fR {
		width: 90%;
		display: inherit;
	}
	p.pagetop {
		display: block;
	}

/* access
------------------------------*/
	#access dl dt,
	#access dl dd {
		width: 100%;
		float: none;
	}
}



@media screen and (max-width: 640px) {
	#visualmain .inner {
		height: 200px;
	}
	#visualmain .inner h2 {
		top: 65px;
		height: 50px;
		background-size: auto 50px;
	}
	#visualmain ul li a {
		padding: 20px 0;
		font-size: 12px;
	}

/* main
------------------------------*/
	#main {
		padding: 20px 0 60px 0;
	}
	.sec .box,
	#c03.sec {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.sec .box {
		margin: 0 0 20px 0;
	}
	.sec .box.fL,
	.sec .box.fR {
		width: 90%;
	}
	.sec .box h4 {
		margin: 0 0 20px 0;
		font-size: 18px;
	}
	.sec .box p.s {
		padding: 20px 0 0 0;
	}
	.sec .box p.reserved a {
		font-size: 14px;
	}
	#contstel {
		display: none;
	}
	#contstelsp {
		padding: 30px 0;
		width: 100%;
		height: 25px;
		text-indent: -9999px;
		background: url(../../../reserved/images/tel_sp.png) center 30px no-repeat;
		background-size: auto 25px;
		display: block;
	}
	#contstelsp a {
		width: 100%;
		height: 30px;
		display: block;
	}

/* access
------------------------------*/
	#access {
		padding: 30px 0 0 0;
	}
	#access h4 {
		margin: 0 0 20px 0;
		font-size: 20px;
	}
	#access p {
		padding: 0 5%;
		text-align: left;
	}
	#map {
		margin: 0 0 30px 0;
		padding: 400px 0 0 0;
		background: url(../../../common/images/map_en_2x.jpg) center top no-repeat;
		background-size: auto 380px;
	}
	#access dl {
		margin: 0 auto 20px auto;
		width: 90%;
	}
}



@media screen and (max-width: 480px) {
	#visualmain .inner {
		height: 160px;
	}
	#visualmain .inner h2 {
		top: 45px;
	}

/* access
------------------------------*/
	#map {
		padding: 305px 0 0 0;
		background-size: auto 285px;
	}
}
