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

Copyright Maple Acupuncture & Moxibustion Clinic.

style.css

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

body {
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	width: 100%;
	height: 100%;
	font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 1.0em;
	color: #666;
	background: #fff;
}
a:link {
	color: #09c;
	text-decoration: underline;
}
a:visited {
	color: #07a;
	text-decoration: underline;
}
a:active,
a:hover {
	color: #0cf;
	text-decoration: none;
}
#wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	width: 100%;
	font-size: 0.9em;
	overflow: hidden;
}
.fL {
	float: left;
}
.fR {
	float: right;
}
.sponly {
	display: none;
}
.s {
	font-size: 0.9em;
	color: #999;
}
.att {
	color: #c00;
}


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

header

------------------------------------------------*/
header {
	position: relative;
	padding: 20px 0 0 0;
	width: 100%;
}
header h1 {
	margin: 0 auto;
	width: 260px;
	height: 70px;
	background: url(../images/logo.png) left top no-repeat;
	background-size: 250px 70px;
}
header h1 a {
	width: 250px;
	height: 70px;
	text-indent: -9999px;
	display: block;
}
.burger {
	position: absolute;
	top: 8px;
	left: 7px;
	padding: 10px;
	display: none;
}
.burger li {
	margin: 5px 0;
	width: 25px;
	height: 2px;
	background: #333;
}
.burger.open li {
	background: #ccc;
}
#gnav {
	width: 100%;
}
#gnav ul {
	margin: 0 auto;
	width: 100%;
	max-width: 960px;
}
#gnav ul li {
	width: 16.6%; 
	float: left;
}
#gnav ul li a {
	padding: 30px 10px;
	font-size: 0.9em;
	color: #000;
	line-height: 1.0em;
	text-align: center;
	text-decoration: none;
	display: block;
}
#gnav ul li a:hover,
#gnav ul li.on a {
	color: #ccc;
}


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

footer

------------------------------------------------*/
footer {
	padding: 30px 0;
	width: 100%;
	font-size: 0.9em;
	background: #e9e7dd;
}
footer .inner,
#fnav .inner {
	margin: 0 auto;
	width: 90%;
	max-width: 1188px; /* 1320-132 */
}

/* footer navigation
------------------------------*/
#fnav {
	width: 100%;
	background: #e9e7dd;
}
#fnav ul {
	padding: 20px 0;
	border-bottom: 1px solid #f7f8f0;
}
#fnav ul li {
	font-size: 0.9em;
	color: #aaa;
	line-height: 1.0em;
	float: left;
}
#fnav ul li:first-child {
	padding: 0 0 0 0.5%;
}
#fnav ul li a {
	padding: 0 22px 0 0;
	color: #000;
	text-decoration: none;
	background: url(../images/arrow_fnav.png) 95% center no-repeat;
	background-size: 15px 15px;
}
#fnav ul li a:hover {
	text-decoration: underline;
}

/* navbox
--------------------*/
.cell {
	width: 20%;
	float: left;
}
.cell .box {
	margin: 0 0 30px 0;
	padding: 0 1%;
	width: 98%;
}
.cell .f_toggle,
.cell .single {
	margin: 0 0 10px 0;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.0em;
}
.cell .single {
	margin: 0 0 30px 0;
}
.cell .f_toggle a,
.cell .single a {
	padding: 0 0 0 23px;
	color: #000;
	text-decoration: none;
	background: url(../images/arrow_footer.png) left center no-repeat;
	background-size: 13px 13px;
	display: block;
}
.cell .f_toggle a:hover,
.cell .single a:hover {
	text-decoration: underline;
}
.cell ul li {
	padding: 0 0 0 23px;
	line-height: 1.2em;
}
.cell ul li a {
	padding: 5px 0;
	color: #666;
	text-decoration: none;
	display: block;
}
.cell ul li a:hover {
	color: #000;
	text-decoration: underline;
}
.cell.reserved {
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	padding: 20px 3%;
	width: 34%;
	background: #f1f0ea;
	float: right;
}
.cell.reserved p {
	margin: 0 0 15px 0;
	line-height: 1.6em;
	text-align: center;
}
.cell.reserved p:last-child {
	margin: 0;
}
.cell.reserved p#tel {
	width: 100%;
	height: 45px;
	text-indent: -9999px;
	background: url(../images/footer_tel.png) center top no-repeat;
	background-size: auto 45px;
}
.cell.reserved p a {
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	padding: 10px 0;
	width: 100%;
	color: #fff;
	line-height: 1.0em;
	text-decoration: none;
	background: #fc0;
	display: block;
}
.cell.reserved p a:hover {
	color: #000;
	background: #fe0;
}
footer #sns {
	clear: both;
	margin: 0 auto;
	padding: 20px 0 30px 0;
	width: 120px;
}
footer #sns ul {
	width: 100%;
}
footer #sns ul li {
	width: 50%;
	text-align: center;
	float: left;
}
footer #sns ul li img {
	width: 32px;
}
footer #sns ul li a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-ms-filter: "alpha(opacity=60)";
}
footer p#copyright {
	font-size: 0.8em;
	color: #999;
	line-height: 1.0em;
	text-align: center;
}


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

main

------------------------------------------------*/
.content {
	background: #f7f8f0;
}
#main {
	margin: 0 auto;
	padding: 50px 3% 90px 3%;
	width: 94%;
	max-width: 960px;
}





@media screen and (max-width: 800px) {
	body {
		background: #e9e7dd;
	}


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

header

------------------------------------------------*/
	header {
		-webkit-transform: translate3d(0,0,0);
		-moz-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		padding: 0;
		height: 60px;
		background: #fff;
		z-index: 2;
	}
	header h1 {
		width: 214px;
		height: 60px;
		background-size: 214px 60px;
	}
	header h1 a {
		width: 214px;
		height: 60px;
	}
	.burger {
		display: block;
	}
	#gnav {
		-webkit-transform: translate3d(5%,0,0)scale(.97);
		-moz-transform: translate3d(5%,0,0)scale(.97);
		transform: translate3d(5%,0,0)scale(.97);
		position: fixed;
		top: 0;
		left: 0;
		padding: 0;
		width: 90%;
		height: 100%;
		background: #e9e7dd;
		opacity: 0;
	}
	#gnav ul {
		height: 100%;
		overflow-y: auto;
		float: none;
	}
	#gnav ul li {
		width: 100%;
		float: none;
	}
	#gnav ul li.sponly {
		display: block;
	}
	#gnav ul li a {
		padding: 20px 0 20px 40px;
		width: 90%;
		font-size: 14px;
		text-align: left;
		background: url(../images/arrow_footer.png) 15px center no-repeat;
		background-size: 13px 13px;
	}
	#gnav ul li a:hover,
	#gnav ul li.on a {
		color: #aaa;
	}

/* Open Effect
--------------------*/
	#gnav.open {
		-webkit-transform: translate3d(0,0,0)scale(1);
		-webkit-animation: slideIn .35s ease-in-out;
		-moz-transform: translate3d(0,0,0)scale(1);
		-moz-animation: slideIn .35s ease-in-out;
		transform: translate3d(0,0,0)scale(1);
		animation: slideIn .35s ease-in-out;
		opacity: 1;
	}

	@-webkit-keyframes slideIn {
		0% { opacity: 0; -webkit-transform: translate3d(5%,0,0)scale(1); }
		100% { opacity: 1; -webkit-transform: translate3d(0,0,0)scale(1); }
	}
	@-moz-keyframes slideIn {
		0% { opacity: 0; -moz-transform: translate3d(5%,0,0)scale(1); }
		100% { opacity: 1; -moz-transform: translate3d(0,0,0)scale(1); }
	}
	@keyframes slideIn {
		0% { opacity: 0; transform: translate3d(5%,0,0)scale(1); }
		100% { opacity: 1; transform: translate3d(0,0,0)scale(1); }
	}

/* Closed Effect
--------------------*/
	#gnav.close {
		-webkit-transform: translate3d(5%,0,0)scale(1);
		-webkit-animation: slideOut .3s ease-in-out;
		-moz-transform: translate3d(5%,0,0)scale(1);
		-moz-animation: slideOut .3s ease-in-out;
		transform: translate3d(5%,0,0)scale(1);
		animation: slideOut .3s ease-in-out;
		opacity: 0;
	}
	@-webkit-keyframes slideOut {
		0% { opacity: 1; -webkit-transform: translate3d(0,0,0)scale(1); }
		100% { opacity: 0; -webkit-transform: translate3d(5%,0,0)scale(1); }
	}
	@-moz-keyframes slideOut {
		0% { opacity: 1; -moz-transform: translate3d(0,0,0)scale(1); }
		100% { opacity: 0; -moz-transform: translate3d(5%,0,0)scale(1); }
	}
	@keyframes slideOut {
		0% { opacity: 1; transform: translate3d(0,0,0)scale(1); }
		100% { opacity: 0; transform: translate3d(5%,0,0)scale(1); }
	}

/* Open Effect
--------------------*/
	header.open,
	.content.open {   
		-webkit-transform: translate3d(260px,0,0);
		-webkit-animation: open .5s ease-in-out;
		-moz-transform: translate3d(260px,0,0);
		-moz-animation: open .5s ease-in-out;
		transform: translate3d(260px,0,0);
		animation: open .5s ease-in-out;
	}

	@-webkit-keyframes open {
		0% { -webkit-transform: translate3d(0,0,0); }
		70% { -webkit-transform: translate3d(280px,0,0); }
		100% { -webkit-transform: translate3d(260px,0,0); }
	}
	@-moz-keyframes open {
		0% { -moz-transform: translate3d(0,0,0); }
		70% { -moz-transform: translate3d(280px,0,0); }
		100% { -moz-transform: translate3d(260px,0,0); }
	}
	@keyframes open {
		0% { transform: translate3d(0,0,0); }
		70% { transform: translate3d(280px,0,0); }
		100% { transform: translate3d(260px,0,0); }
	}

/* Closed Effect
--------------------*/
	header.close,
	.content.close {
		-webkit-transform: translate3d(0,0,0);
		-webkit-animation: close .3s ease-in-out;
		-moz-transform: translate3d(0,0,0);
		-moz-animation: close .3s ease-in-out;
		transform: translate3d(0,0,0);
		animation: close .3s ease-in-out;
	}
	@-webkit-keyframes close {
		0% { -webkit-transform: translate3d(260px,0,0); }
		100% { -webkit-transform: translate3d(0,0,0); }
	}
	@-moz-keyframes close {
		0% { -moz-transform: translate3d(260px,0,0); }
		100% { -moz-transform: translate3d(0,0,0); }
	}
	@keyframes close {
		0% { transform: translate3d(260px,0,0); }
		100% { transform: translate3d(0,0,0); }
	}


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

footer

------------------------------------------------*/
	.cell {
		width: 33.3%;
	}
	.cell.reserved {
		clear: both;
		width: 94%;
		float: left;
	}


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

main

------------------------------------------------*/
	.content {
		-webkit-transform: translate3d(0,0,0);
		-moz-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		z-index: 1;
	}
	#main {
		padding: 40px 3% 60px 3%;
	}
}



@media screen and (max-width: 640px) {
	#wrapper {
		font-size: 14px;
		background: none;
	}
	.s {
		font-size: 11px;
	}
	.sponly {
		display: block;
	}


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

header

------------------------------------------------*/
	header h1 {
		width: 179px;
		height: 55px;
		background-position: left 5px;
		background-size: 179px 50px;
	}
	header h1 a {
		width: 179px;
		height: 55px;
	}


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

footer

------------------------------------------------*/
	footer {
		padding: 0 0 30px 0;
		font-size: 12px;
	}
	footer .inner {
		width: 100%;
	}

/* footer navigation
------------------------------*/
	#fnav {
		display: none;
	}

/* navbox
--------------------*/
	.cell {
		width: 100%;
		float: none;
	}
	.cell .box {
		margin: 0;
		padding: 0;
		width: 100%;
		border-top: 1px solid #ccc;
	}
	.cell .box h4,
	.cell .single a {
		margin: 0;
		padding: 20px 5%;
		width: 90%;
		font-size: 14px;
		font-weight: normal;
		color: #000;
		line-height: 1.0em;
		background: url(../images/toggle_open.png) 97% center no-repeat;
		background-size: 20px 20px;
		cursor: pointer;
		display: block;
	}
	.cell .box h4.close {
		background: #dfdcce url(../images/toggle_close.png) 97% center no-repeat;
		background-size: 20px 20px;
		border: none;
	}
	.cell .f_toggle {
		display: none;
	}
	.cell .single {
		margin: 0;
	}
	.cell .single a {
		background: url(../images/arrow_nav.png) 97% center no-repeat;
		background-size: 20px 20px;
		border-bottom: 1px solid #ccc;
	}
	.cell .single:first-child {
		border-top: 1px solid #ccc;
	}
	.cell ul {
		display: none;
	}
	.cell ul li {
		padding: 0;
		line-height: 1.0em;
	}
	.cell ul li a {
		padding: 15px 30px;
		color: #000;
		background: #d5d1c0 url(../images/arrow_nav.png) 97% center no-repeat;
		background-size: 20px 20px;
		border-bottom: 1px solid #bbb;
		display: block;
	}
	.cell ul li:last-child a {
		border: none;
	}
	.cell.reserved {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		padding: 20px 5%;
		width: 90%;
		float: none;
	}
	.cell.reserved p#tel {
		display: none;
	}
	.cell.reserved p#telsp a {
		padding: 0;
		width: 100%;
		height: 40px;
		text-indent: -9999px;
		background: url(../images/footer_tel_sp.png) center top no-repeat;
		background-size: auto 40px;
	}
	.cell.reserved p a {
		padding: 15px 0;
		font-size: 14px;
	}
	footer #sns {
		width: 180px;
	}
	footer p#copyright {
		font-size: 11px;
	}


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

main

------------------------------------------------*/
	#main {
		padding: 30px 0 40px 0;
		width: 100%;
	}
}



@media screen and (max-width: 480px) {
/*------------------------------------------------

main

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