@charset "utf-8";
@import url(f9de39c8ca1e4461b01bc314dcf2415b.css);
/* =======================================

	CommonElements

======================================= */

* {
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	color: #000;
	font-size: 0.7em;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','MS Pゴシック',sans-serif;
	background: url(../images/mainbg.png);
		-webkit-text-size-adjust: 100%;
}

@media only screen and (max-width: 720px) {
	body {
		font-size: 0.65em;
	}
}

a {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	text-decoration: none;
	color: #666;
}

a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

p {
	line-height: 180%;
}

.setPC a img:hover {
	opacity: 0.6;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}


#header .logo a img:hover {
	opacity: 1;
}

.imgright{
	float: right;
	width: 330px;
	height: auto;
	margin-left: 20px;
}

.imgcenter{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}


/*******************************
header
*******************************/

#header_container h1 {
	font-size: 80%;
	background-color: #cae1fd;
	color: #000000;
	padding: 4px 10px;
	text-align: center;
	max-height: 45px;
	overflow: hidden;
}

#header {
	width: 960px;
	margin: 0 auto;
	height: 120px;
	position: relative;
}

#header .logo {
	float: left;
	position: absolute;
}

#header .contact {
	position: absolute;
	right: 0;
	top: 10px;
	width: 700px;
	text-align: right;
}

#header .tel,
#header .member,
#header .reserve {
	display: inline-block;
}

#header .tel {
	width: 400px;
	height: 40px;
	vertical-align: middle;
	margin: 0 0 0 5px;
}

#header .tel img {
	width: 100%;
	max-width: 500px;
	height: auto;
	/*padding-top: 10px;*/
}

#header .tel span {
	display: block;
	font-size: 90%;
	text-align: left;
	padding: 0 0 0 30px;
}

#header .member,
#header .reserve {
	width: 120px;
	margin: 0 20px 0 0;
}
#header .member a,
#header .reserve a {
	text-align: center;
	font-family: 'Trajan pro', 'Cinzel','ヒラギノ明朝 Pro W3','HG明朝E','ＭＳ Ｐ明朝','ＭＳ 明朝',serif;
	font-size: 1.2em;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 30px;
	padding: 8px 5px 0;
	vertical-align: middle;
	border-radius: 3px;
	color: #eede98;
	background: #564a30;
	border: 1px solid #564a30;
}

#header .member a:hover,
#header .reserve a:hover {
	background: #8f7f59;
	color: #fff;
}

#header ul {
	float: right;
	margin-top: 70px;
	border-left: 1px solid #a3accd;
}

#header ul li {
	float: left;
	border-right: 1px solid #a3accd;
}

#header ul > *:first-child + * + * + * + * + * ,
#header ul > *:first-child + * + * + * + * + * + *  {
	display: none;
}

@media only screen and (max-width: 720px) {
	#header .tel {
		height: auto;
		padding: 0 0 10px;
	}
	#header .tel span {
		text-align: center;
		padding: 0;
	}
}

/*******************************
mainmenu
*******************************/

#mainmenu {
	height: 50px;
	width: 100%;
	clear: both;
}

#mainmenu ul {
	margin: 0 auto;
}

#mainmenu li {
	float: left;
	height: 50px;
}

/*******************************
maincontents
*******************************/

#maincontents {
	width: 100%;
	clear: both;
}

#maincontents .inner {
	width: 960px;
	margin: 30px auto 0;
	position: relative;
	clear: both;
}

#maincontents .inner h3 {
	font-size: 2.5em;
	font-weight: 100;
	margin: 0 0 10px;
	clear: both;
	width: 96%;
}

#maincontents .inner h4 {
	font-size: 1.6em;
	font-weight: bold;
	padding:10px 30px;
	background:url(../images/h4_head.png) no-repeat left center;
	line-height:100%;
	color:#000000;
	margin-bottom:20px;
	border-bottom:1px solid #6c92c5;
}

#maincontents .inner ol.menuflow {
	margin-bottom:25px;
	margin-top:5px;
	width:535px;
}

#maincontents .inner ol.menuflow li {
	font-size: 1.2em;
	padding-bottom:5px;
	background:url(../images/cursor.png) no-repeat center top;
	padding-top:25px;
}

#maincontents .inner ol.menuflow li span {
	background-color:#82725b;
	padding:6px 0;
	display:block;
	text-align:center;
	color:#fff;
	border-radius:4px;
}

#maincontents .inner ol.menuflow li:first-child {
	background:none;
	padding-top:0;
}

#maincontents iframe,
#maincontents #gMap {
	margin: 0;
	width: 100%;
}

#maincontents #gMap.acc {
	height: 300px;
}

#maincontents p {
	font-size: 1.25em;
}

#maincontents .inner div.menu {
	position: relative;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #999;
}

#maincontents .inner div.menu h3 {
	line-height: 100%;
	font-size: 1.4em;
}

#maincontents dl.menu {
	margin: 15px 0 30px;
	width: 700px;
	line-height: 160%;
	font-size: 1.5em;
	border-bottom: 1px solid #ddd;
}

#maincontents dl.menu dt {
	float: left;
	width: 73%;
	clear: both;
	border-top: 1px solid #ddd;
	padding: 15px 0 15px 2%;
	line-height: 1.1em;
}

#maincontents dl.menu dt span {
	font-size: 0.7em;
	padding: 10px 0 0;
	color: #999;
	display: block;
}

#maincontents dl.menu dd {
	float: left;
	width: 25%;
	border-top: 1px solid #ddd;
	padding: 15px 0;
	text-align: right;
}

#maincontents dl.menu dd span {
	font-size: 0.7em;
}

#maincontents .menu p {
	clear: both;
}

/*******************************
footer
*******************************/

footer {
	width: 100%;
	clear: both;
	margin: 0 auto;
	background-color: #cadff9;
}

footer .inner {
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}

footer .inner img {
	padding: 0 10px;
}


#mobile_menu {
	display: none;
}





.pagetop {
	height: 60px;
	width: 60px;
	background: url(../images/pagetop.png);
}

.pagetop:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
		-ms-filter: "alpha(opacity=70)";
		-khtml-opacity: 0.7;
		-moz-opacity: 0.7;
}

footer .cr {
	text-align: center;
	background-color: #6b96df;
	color: #706851;
	font-size: 1em;
	padding: 0 0 10px;
}

#contentstitle {
	clear: both;
	background: url(../images/contentsbg.jpg) center no-repeat;
	text-align: center;
	font-family: 'Trajan pro', 'Cinzel',"ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-size: 3.4em;
	
	padding: 100px 0;
	margin-bottom: 60px;
}

#contentstitle span {
	font-size: 0.4em;
	display: block;
}

#contents {
	padding-bottom: 40px;
}

#contents section h1 {
	text-align: center;
	font-size: 2.8em;
	background: url(../images/br.png) repeat-x;
	padding: 20px 0;
	font-family: 'Pinyon Script',"ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	color: #2c71cf;
	border-bottom: 1px dotted #6c92c5;
	margin-bottom: 40px;
}

#contents section h1.infotitle {
	font-weight: 100;
	font-family: 'Trajan pro', 'Cinzel',"ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

#contents section h1 .dot {
	letter-spacing: -0.2em;
}

#contents section h1 span {
	font-size: .5em;
	display: block;
	margin: 0 auto 5px;
	padding: 5px 0;
	line-height: 100%;
	background-color: #4d3613;
	width: 150px;
	border-radius: 15px;
	color: #fff;
}

#contents section h1.recruit {
	background: none;
	line-height: 1.4em;
	padding: 0 0 10px;
	margin-bottom: 20px;
}
#contents section h1.reserve {
	background: none;
	line-height: 1.4em;
	padding: 0 0 10px;
	margin-bottom: 20px;
}

#contents section h2 {
	font-size: 2em;
	line-height: 100%;
	clear: both;
	margin-bottom: 20px;
	padding: 10px 10px 7px;
	color: #0000001;
	border-bottom: 1px solid #ffffff;
	background-color: rgba(202,225,253,1);
}


#contents section p {
	padding-bottom: 40px;
}
#contents section ul.textbox {
	padding-bottom: 20px;
}
#contents section ul.textbox li {
	font-size: 1.2em;
	line-height: 1.6em;
	padding: 0 0 10px 15px;
	position: relative;
}
#contents section ul.textbox li:before {
	content: "■";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}

#contents section ul.textbox li.non {
	font-size: 1.1em;
}

#contents section ul.textbox li.non:before {
	content: "";
	display: none;
	position: absolute;
	left: 0;
	top: 0;
}

#contents section p.paragraph {
	padding-bottom: 20px;
}

#maincontents p.paragraph.small {
	font-size: 0.8em;
}

#contents section table.menu {
	margin-bottom: 40px;
}

#contents section table {
	width: 40%;
	font-size: 1.3em;
	background-color: #e5dfcd;
	color: #333;
	margin-left: 20px;
}

#contents section table.all {
	width: 100%;
	margin-left: 0;
}
#contents section table.middle {
	margin-left: 0;
	width: 60%;
}

#contents section table th {
	padding: 10px 5px;
	text-align: center;
	font-weight: 100;
	background-color: #423822;
	color: #fff;
}

#contents section table td {
	padding: 10px 5px;
	text-align: center;
}

#contents section table tr:nth-child(odd) {
	background-color: #d7ceb6;
}

#contents section ul.info {
	margin-bottom: 40px;
}

#contents section ul.info li {
	list-style: disc;
	font-size: 1.25em;
	margin-left: 20px;
	padding-bottom: 5px;
}

#contactimg {
	text-align: center;
	margin: 0 auto 40px;;
}

#contactimg img {
	width: 90%;
	max-width: 453px;
	padding: 2% 4%;
	border: 1px solid #a49783;
	border-radius: 5px;
}

.informationlist {
	width: 100%;
	margin: 15px auto;
}

.informationlist article {
	padding: 5px 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px #a89b82 solid;
	position: relative;
	font-size: 1.2em;
}

#maincontents .inner .informationlist article h4.date {
	font-weight: normal;
	font-size: 1.3em;
}

.informationlist article .news {
	display: block;
	text-align: left;
	padding: 0 0 0 10px;
}


#news_detail .information {
	font-size: 1.35em;
	line-height: 1.4em;
}

#news_detail .information figure.left {
	float: left;
	margin: 15px 15px 15px 0;
}
#news_detail .information figure.center {
	float: none;
	clear: both;
	width: 100%;
	margin: 30px auto 15px;
	text-align: center;
}

#news_detail .information figure.right {
	float: right;
	margin: 15px 0 15px 15px;
}

#news_detail .information figure img {
	max-width: 840px;
}

@media only screen and (max-width: 890px) {
	#news_detail .information figure img {
		max-width: 680px;
	}
}
@media only screen and (max-width: 720px) {
	#news_detail .information img {
		width: 90%;
		height: auto;
		display: block;
		margin: 0 auto;
	}
	#news_detail .information figure.right,
	#news_detail .information figure.left,
	#news_detail .information figure.center {
		float: none;
		clear: both;
		margin: 15px auto 15px;
		text-align: center;
	}
}



#news_detail p.img {
	text-align: center;
}

#news_detail .pull-left {
       margin-right: 20px;
}
#news_detail .pull-right {
       margin-left: 20px;
}


#contents div.back a {
	display: block;
	padding: 10px 20px 10px 15px;
	border-radius: 6px;
	background-color: #4d3613;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 1.2em;
	line-height: 100%;
	width: 100px;
}
#news_detail div.back {
	padding-top: 40px;
	text-align: center;
	clear: both;
}
#news_detail div.back a {
	display: block;
	padding: 10px 20px;
	border-radius: 6px;
	margin: auto;
	background-color: #4d3613;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 1.2em;
	line-height: 100%;
	width: 100px;
}

#news_detail span.date {
	padding: 0;
	display: block;
	text-align: right;
	padding-bottom: 3px;
	font-size: 1.4em;
	margin-top: -15px;
	font-weight: bold;
}


#contents section p.error {
	padding: 3px 0;
	color: #fff;
	width: 100%;
	background: #cc8a8a;
	border-radius: 5px;
	text-align: center;
}

@media only screen and (max-width: 720px) {
	#contents section p.error {
		width: 90%;
		margin: 0 auto 20px;
	}
}

.menuimg {
	float: right;
	width: 320px;
	height: auto;
	margin-left: 0;
	margin-bottom: 30px;
	border: 5px solid #fff;
}

.menuimg02{
	float: right;
	width: 250px;
	height: auto;
	margin-left: 30px;
	margin-bottom: 30px;
	border: 5px solid #fff;
}

#footer nav ul {
	width: 100%;
	margin: 30px auto 0;
	text-align: center;
	background: #fff;
	border-top: 1px #999 solid;
}
#footer nav ul li {
	display: inline-block;
	padding: 5px 2em;
	border-right: 1px #999 solid;
	margin:10px auto 10px;
}
#footer nav ul li a {
	color:#1a73e8;
	text-decoration:none;
}
#footer nav ul li.last {
	border-right: none;
}
.menu_txt_bottom{
	clear:both;
}

#footer .inner div {
	display: inline-block;
	vertical-align: middle;
}

#footer img {
	max-width: 280px;
	display: inline-block;
	margin: auto;
}

#footer .memberreserveBox {
	width: 180px;
	height: 75px;
	display: inline-block;
	vertical-align: middle;
}

#footer .memberreserveBox li {
	width: 100%;
	display: block;
}

#footer .member,
#footer .reserve {
	width:100%;
	height: 35px;
	margin-bottom: 5px;
	display: block;
	overflow: hidden;
	line-height: 35px;
}

#footer .member a,
#footer .reserve a {
	text-align: center;
	font-family: 'Trajan pro', 'Cinzel','ヒラギノ明朝 Pro W3','HG明朝E','ＭＳ Ｐ明朝','ＭＳ 明朝',serif;
	font-size: 1.4em;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding: 2px 5px 0;
	vertical-align: middle;
	border-radius: 4px;
	border: 2px solid #504326;
	background: #463c24;
	color: #b69c53;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#footer .member a:hover,
#footer .reserve a:hover {
	color: #eede98;
	background: #564a30;
}

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

	#header {
		width: auto;
		margin: 0 auto;
		height: 120px;
	}

	#header .logo img {
		position: absolute;
		height: 130px;
		width: auto;
		left: 10px;
	}

	#header .contact {
		position: absolute;
		top: 160px;
		width: 102%;
		margin: auto;
		text-align: center;
	}


	#header ul {
		float: right;
		margin-top: 20px;
		margin-right: 10px;
		width: 477px;
		border-top: 1px solid #a3accd;
		z-index: 9999;
	}

	#header ul li {
		float: left;
		text-align: center;
		border-bottom: 1px solid #a3accd;
	}

	#header ul li a {
		display: block;
		background: url(../images/sidenav_bg.png);
	}

	#header ul li a img {
		height: auto;
		padding: 15px 20px 5px;
		width: 118px;
	}

	#maincontents .inner {
		width: 94%;
		padding: 0 2%;
		margin: 0 auto;
	}

	#footer {
		width: 100%;
	}

	#footer .inner {
		float: none;
		width: 100%;
	}

	#footer .inner div {
		width: 100%;
	}

	#footer .inner .memberreserveBox {
		width: 255px;
		height: 95px;
		margin: 20px auto 5px;
		padding-left: 5px;
	}

	#footer .member,
	#footer .reserve {
		width:100%;
		height: 45px;
		line-height: 45px;
		margin-bottom: 5px;
		display: block;
		overflow: hidden;
	}
	#footer .member a,
	#footer .reserve a {
		padding: 0 5px;
	}
	.menuimg {
		display: none;
	}


	#maincontents .inner ol.menuflow {
		width:465px;
	}

	#maincontents .inner ol.menuflow li {
		font-size: 1.1em;
	}

	#contents section table.middle {
		width: 100%;
	}

}


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

	.menuimg {
/*
		float: none;
		width: 90%;
		height: auto;
		margin: 0 5% 30px;
*/
	}

	#maincontents .inner ol.menuflow {
		width:90%;
		margin:0 auto 20px;;
	}

	#maincontents .inner ol.menuflow li {
		font-size: 1.2em;
	}

	#maincontents .inner ol.menuflow li span {
		padding:6px 10px;
	}

}

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

	#header .logo {
		width: 80%;
		height: 70px;
		background: url(../images/logo_sp.png) no-repeat center;
		background-size: contain;
		margin: 0 70px 0 0;
	}

	#header .logo img {
		display: none;
	}

	#maincontents {
		background: none;
	}

	#header {
		height: 120px;
	}

	#header .tel {
		margin-top: 60px;
	}

	#header .contact {
		top: 80px;
	}
	#header .tel {
		width: 80%;
		margin: 0 auto 10px;
	}

	#header .member {
		width: 40%;
		margin: 0 5% 10px 0;
	}
	#header .reserve {
		width: 40%;
		margin: 0 0 10px 0;
	}

	#mobile_menu {
		display: block;
		float: right;
	}

	#navigation {
		display: none;
	}

	nav ul {
		margin-top: -9999px;
	}

	#contents section table.menu {
		float: none;
		margin-bottom: 40px;
	}

	#contents section table {
		width: 100%;
		font-size: 1.3em;
		background-color: #e5dfcd;
		color: #333;
		margin-left: 0px;
	}

	#header .tel img {
		width: 107%;
	}

	.imgright{
		float: none;
		width: 90%;
		height: auto;
		margin: 0 5% 30px;
	}

	.menuimg02{
		float: none;
		width: 50%;
		height: auto;
		margin: 0 25% 30px;
	}

	#footer nav ul {
		width: 100%;
		margin: 0 auto 30px;
		text-align: center;
	}
	#footer nav ul li {
		display: block;
		float: left;
		width: 49.8%;
		border-bottom: 1px #999 solid;
		border-right: 1px #999 solid;
		margin: 0 auto;
		padding:0;
	}

	#footer nav ul li.last {
		width: 100%;
		text-align: center;
	}


	#footer nav ul li:nth-child(even) {
		border-right: none;
	}
	#footer nav ul li a {
		display: block;
		width: 100%;
		height: 100%;
		padding: 15px 0;
	}



	#contentstitle {
		padding: 25px 0;
		margin: 50px auto 20px;
	}

	#contents section h1 {
		padding: 15px 0;
		margin-bottom: 30px;
	}

}

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

	#header .logo img {
		height: 130px;
		width: auto;
		left: 10px;
	}

	footer .inner img {
		padding: 10px;
		display: block;
		margin: 0 auto;
	}

	#news_detail p.img img {
		width: 100%;
	}

	#contentstitle {
		padding: 15px 0 10px;
		margin-bottom: 10px;
	}

	#contents section h1 {
		font-size: 2em;
		padding: 10px 0;
		margin-bottom: 20px;
	}

	#contents section h1.recruit {
		line-height: 1.3em;
		font-size:1.5em;
	}
	#contents section h1.reserve {
		line-height: 1.3em;
		font-size:1.5em;
	}
	#maincontents #gMap.acc {
		height: 300px;
	}

}


/* =====================================
	ClearFixElements
===================================== */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {clear: both;}
.clearfix {*zoom:1;}

#maincontents:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#maincontents {
	min-height: 1px;
}

* html #maincontents {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}


/* ------------------------------------
	#SCHEDULE
------------------------------------ */

/*tab*/
#tab {
	margin: 30px auto;
}

ul.dateList {
	display: block;
	width: 100%;
	-webkit-transition-duration: 200ms;
	transition-duration: 200ms;
	text-align: center;
	margin-bottom: 15px;
	color: #fff;
	float: none;
	clear: both;
}

ul.dateList li {
	width: 14.2857142857%;
	float: left;
	text-align: center;
	vertical-align: middle;
	padding: 15px 0;
	-webkit-transition-property: border-top;
	transition-property: border-top;
	-webkit-transition-duration: 200ms;
	transition-duration: 200ms;
	cursor: pointer;
}

@media only screen and (max-width: 720px) {
	ul.dateList li {
		font-size: 1.1em;
	}
	ul.dateList li span {
		display: block;
	}
}

ul.dateList li:nth-child(even) {
	background-color: rgba(110,88,36,0.3);
}
ul.dateList li:nth-child(odd) {
	background-color: rgba(110,88,36,0.4);
}

ul.dateList li.active {
	background-color: rgba(110,88,36,1);
	color: #fff;
}

body:not(.setTab) ul.dateList li:hover {
	background-color: rgba(110,88,36,1);
}

.panels > li.none {
	max-height: 0;
	opacity: 0;
	-webkit-transition: opacity 600ms;
	transition: opacity 600ms;
	overflow-y: hidden;
}

.panels li {
	max-height: initial;
	opacity: 1;
}


/* =======================================

	staffList

======================================= */


#allStaff,
#panels li ul {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 15px;
	overflow: hidden;
	float: none;
	clear: both;
	font-size: 1.1em;
}
#allStaff > li,
#panels li ul > li {
	width: 25%;
	float: left;
	vertical-align: top;
	font-size: 1em;
}

#allStaff.set3 > li,
#panels li ul.set3 > li {
	width: 32%;
	float: left;
	vertical-align: top;
}

@media only screen and (max-width: 960px) {
	#allStaff,
	#panels li ul {
		width: 90%;
	}
}

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

	#allStaff > li,
	#allStaff.set3 > li,
	#panels li ul > li,
	#panels li ul.set3 > li {
		width: 33%;
		float: left;
		vertical-align: top;
	}
}

@media only screen and (max-width: 720px) {
	#allStaff > li,
	#allStaff.set3 > li,
	#panels li ul > li,
	#panels li ul.set3 > li {
		width: 90%;
		float: none;
		margin: 0 auto 15px;
		vertical-align: top;
	}
}

#allStaff .main img,
#panels li ul .main img {
	display: inline-block;
	padding: 4px;
	text-align: center;
	margin: 0 auto 10px;
	width: 98%;
	height: auto;
}

#allStaff .main,
#panels li ul .main {
	position: relative;
	display: block;
	margin: 5px;
	padding: 5px 15px 60px !important;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all  .3s;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	background-color: rgba(202,225,253,1);
}


#allStaff .main:hover,
#panels li ul .main:hover {
	opacity: 1;
	background-color: rgba(110,88,36,0.3);
}

#allStaff .main img:hover,
#panels li ul .main img:hover {
	opacity: 1;
}

#allStaff .main:after:active,
#panels li ul .main:after:active {
}

#allStaff .main p.more,
#panels li ul .main p.more {
	display: block;
	width: 90%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
	margin: 0 auto;
	background: #87b9e4;
	text-align: center;
	color: #000;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 3px;
	position: absolute;
	bottom: 10px;
	right: 0;
	left: 0;
}

#allStaff .main:hover p.more,
#panels li ul .main:hover p.more {
	background: #f1ece0;
	color: #4d3613;
}
#allStaff .main h3 {
	color: #333;
	font-size: 1.2em;
	line-height: 1.4;
	padding: 0;
	height: 40px;
	text-align: center;
	width: 96%;
	margin: 0 auto 15px;
}
#allStaff .main h3 small,
#panels li ul .main h3 small {
	color: #f90;
	font-size: .8em;
	line-height: 1.4;
	margin-left: 10px;
}
#allStaff .main h3 span {
	font-size: .8em;
	line-height: 1.4;
	margin-left: 10px;
}

#panels li ul .main h3,
#panels li ul .main h3 span {
	font-size: 15px;
	text-align: center;
}

#panels li ul .main p {
	font-size: 13px;
	padding-bottom: 5px;
}

#allStaff .main img,
#panels li ul .main img {
	display: inline-block;
	padding: 4px;
	text-align: center;
	margin: 0 auto 10px;
	width: 98%;
	height: auto;
}

.Badge {
	display: block;
	padding: 10px 0 0;
	margin: 0;
	height: 20px;
	border-top: 1px solid #a79a81;
}

.Badge img{
	padding-right: 5px;
	width: 60px;
	height: 20px;
}

#allStaff .main .Badge img,
#panels li ul .main .Badge img {
	width: 60px;
}

/* ------------------------------------
	#staff mainTitle
------------------------------------ */

#staff .mainTitle {
	background-image: url(../images/img_top.jpg);
}
.beginner {
	margin: 5px 3px 5px;
}
.beginner img {
	vertical-align: middle;
	width: 15px;
	height: auto;
}

.staffProf h3,
#maincontents .inner .staffProf h3.name {
	font-size: 2em;
	line-height: 1;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0 0 10px;
	text-align: left;
	color: #333;
}

.staffProf h3 small {
	font-size: .7em;
	line-height: 1.4;
	margin-left: 5px;
	color: #f90;
}

.staffProf h3 span {
	font-size: .7em;
	line-height: 1.4;
	display: block;
	margin-left: 5px;
}

.staffProf p.comment {
	margin: 0 auto;
}


.staffProf .prof_head {
	width: 96%;
	margin: 15px auto 0;
	line-height: 1.4;
	text-align: left;
	padding-bottom: 0;
}

.staffProf p.catch {
	width: 96%;
	margin: 15px auto 0;
	line-height: 1.4;
	text-align: left;
	padding-bottom: 10px;
	font-size: 1.1em;
}
.staffProf dl.data {
	width: 96%;
	margin: 0 auto 15px;
	line-height: 1.4;
	text-align: left;
	font-size: 1.2em;
}
.staffProf dl.data dt,
.staffProf dl.data dd {
	vertical-align: middle;
}
.staffProf dl.data dt {
	vertical-align: middle;
	color: #4d3f29;
}
.staffProf dl.data dd {
	border-bottom: 1px #7998c2 dotted;
	margin-bottom: 5px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.staffProf dl.data dt {
	position: relative;
	line-height: 1.8em;
	vertical-align: middle;
	font-weight: bold;
}

.schedulelist {
	width: 100%;
	float: none;
	clear: both;
	overflow: hidden;
	margin: 0 auto 30px;
}
#maincontents .inner .schedulelist .title {
	background:none;
}
.schedulelist .title,
.schedulelist p.list {
	color: #423822;
	width: 96%;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 15px;
}
.therapistSchedule {
	display: block;
	padding: 0;
	margin: 0 0 0 2%;
	width: 98%;
}
.therapistSchedule dl {
	font-size: .9em;
	display: block;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	width: 14%;
	background: rgba(110,88,36,1);
}

.therapistSchedule dt {
	color: #FFF;
	padding: 5px;
	text-align: center;
	font-size: 1.2em;
}

.therapistSchedule dd {
	text-align: center;
	padding: 15px 5px  40px;
	background: #efefea;
	font-size: 1.2em;
	min-height: 60px;
	position: relative;
}
.therapistSchedule dd span.comment {
	display: block;
	font-size: .9em;
}

span.soldout {
	display: block;
	background: #ada493;
	color: #fff;
	border-radius: 3px;
	padding: 3px;
	margin: 3px auto 0;
}

.therapistSchedule dd a.more {
	position: absolute;
	bottom: 5px;
	padding: 7px 0;
	border-radius: 3px;
	background: #4d3613;
	color: #fff;
	left: 0;
	right: 0;
	display: block;
	margin: 0 3%;
}
.therapistSchedule dd a.more:hover {
		background: #f3efe9;
		color: #4d3613;
}
.therapistSchedule dd a.more.dissolve,
.therapistSchedule dd a.more.dissolve:hover {
	opacity: .6;
	background: none;
	color: #4d3613;
	cursor: default;
}

.therapistSchedule dl:nth-child(2) dd,
.therapistSchedule dl:nth-child(4) dd,
.therapistSchedule dl:nth-child(6) dd,
.therapistSchedule dl:nth-child(9) dd,
.therapistSchedule dl:nth-child(11) dd,
.therapistSchedule dl:nth-child(13) dd {
	background: #f9f9f7;
}


@media only screen and (max-width: 720px) {
	.therapistSchedule dl {
		width: 33%;
	}
	.therapistSchedule dl:nth-child(n+2) dd {
		background: #efefea;
	}
	.therapistSchedule dl:nth-child(2) dd,
	.therapistSchedule dl:nth-child(5) dd,
	.therapistSchedule dl:nth-child(8) dd,
	.therapistSchedule dl:nth-child(11) dd,
	.therapistSchedule dl:nth-child(14) dd {
		background: #f9f9f7;
	}
}

.reserveSet {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.reserveSet li {
	float: left;
	width: 50%;
	text-align: center;
	padding: 0;
	margin: 0;
}

.reserveSet li a{
	padding: 0;
	margin: 0;
	text-decoration: none;
}
@media only screen and (max-width: 720px) {
	.reserveSet li {
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
}

.reserveSet li .listBtn {
	background: #87b9e4;
	color: #000;
	border-radius: 3px;
	font-size: 1.4em;
	line-height: 1;
	text-align: center;
	padding: 15px 20px;
	margin: .2em;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	min-width: 250px;
	line-height: 30px;
	display: inline-block;
	overflow: hidden;
}

.reserveSet li .listBtn:hover {
	background: #f3efe9;
	color: #4d3613;
}





/* ------------------------------------
	#photoGallery staff
------------------------------------ */
#photoGallery {
	width: 35%;
	float: left;
	text-align: center;
}
.staffProf {
	width: 65%;
	float: left;
}

@media only screen and (max-width: 720px) {
	#photoGallery,
	.staffProf {
		width: 100%;
		float: none;
	}
}

#photoGallery img {
	width: 100%;
	text-align: center;
}

#photoGallery a.main,
.staffProf .noimage {
	display: inline-block;
	line-height: 1;
	padding: 4px;
	border: 1px #dbdddf solid;
	text-align: center;
	margin: 0 auto;
}

#photoGallery li .thu {
	margin: 10px auto;
	display: inline-block;
	padding: 4px;
	border: 1px #dbdddf solid;
}

#photoGallery .photolist {
	margin: 0 auto;
	width: 100%;
	max-width: 330px;
}

#photoGallery .photolist li {
	margin: 0 5% 0 0;
	display: inline-block;
	width: 28%;
}

#photoGallery .photolist li:nth-child(3n+3) {
	margin: 0;
}

@media only screen and (max-width: 720px) {
	#photoGallery > li {
		width: 96%;
		margin: 0 2% 20px 2%;
	}
}

/* ------------------------------------
	Form
------------------------------------ */
.formBase {
	width: 100%;
	margin: 2em auto;
	border-top: #f2efe8 1px solid;
	font-size: 1.2em;
}

.formBase dl {
	width: 100%;
	border-bottom: 1px #f2efe8 solid;
	overflow: hidden;
	text-align: left;
	background-color: rgba(110,88,36,0.1);
}
.formBase dl:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.formBase dt,
.formBase dd {
	padding: 15px;
	vertical-align: middle;
	float: left;
}
.formBase dt {
	width: 250px;
	font-weight: bold;
	padding-left: 2%;
	color: #444;
}
.formBase dd {
	width: 530px;
	line-height: 1.8em;
}
@media only screen and (max-width: 960px) {
	.formBase {
		max-width: 800px;
	}
	.formBase dl {
		width: 100%;
		max-width: 800px;
	}
	.formBase dt {
		width: 28%;
		max-width: 280px;
	}
	.formBase dd {
		width: 72%;
		max-width: 520px;
	}
}
@media only screen and (max-width: 720px) {
	.formBase {
		width: 96%;
		margin: 0 auto;
	}
	.formBase dl {
	}
	.formBase dt {
		border: none;
		font-size: 1em;
		font-weight: bold;
		padding: 20px 10px 5px;
		line-height: 1;
		vertical-align: middle;
	}
	.formBase dt,
	.formBase dd {
		width: 80%;
		display: block;
		position: relative;
	}
	.formBase dd {
		padding: 10px 5% 20px;
	}
}

#time_display {
	margin-bottom: 30px;
}

#time_display dl {
	font-size: 1em;
	padding: 5px;
	background: none;
	border-bottom: 1px solid #bdb4a2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#time_display dt {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 30%;
}

#time_display dd {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 70%;
}

.therapistTimeDisplay {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto 15px;
	padding-left: 300px;
	text-align: center;
}

.therapistReset {
	font-size: 1em !important;
	color: #fff;
	background: #baa17a;
}

.therapistReset:hover {
	background: #efece4;
	color: #4d3613;
}


.memberCheckbox {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 30px auto 15px;
	text-align: center;
	background: rgba(239,236,228,.6);
	border: 1px solid #4d3613;
	padding: 20px;
}

#check {
	line-height: 1.6em;
	height: 15px;
}

.memberCheckbox .member {
	font-size: 1.2em;
	padding-left: 5px;
	line-height: 1.6em;
	cursor: pointer;
}
.formBase .summary {
	font-size: .9em;
	display: block;
	padding-top: 5px;
	line-height: 1.4em;
}

.memberCheckbox .summary {
	font-size: .9em;
	display: block;
	padding-top: 15px;
}


@media only screen and (max-width: 980px) {
	.therapistTimeDisplay {
		padding-left: 0;
	}
}

@media only screen and (max-width: 720px) {
	#time_display dt,
	#time_display dd {
		width: 100%;
	}
		#time_display dt {
			border-bottom: none;
		}
}

.attention {
	color: #cc8a8a;
	font-weight: bold;
}
.attentionB {
	color: #ff5050;
}

.recForm .error {
	border-color: #cc8a8a !important;
}

.recForm dl.error,
.memberCheckbox.error {
	background: rgba(228,207,207,.6);
}

.memberCheckbox.error  small.attention {
	color: #993333;
	display: block;
	padding-top: 5px;
}

.recForm dl.error small.attention {
	color: #993333;
}



.tagRequired {
	background: #b33c30;
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	vertical-align: middle;
	padding: 3px 10px;
	margin: auto 0 auto 10px;
	color: #fff;
	border-radius: 3px;
}
.recForm input[type="text"],
.recForm input[type="email"],
.recForm textarea{
	display: block;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
.recForm input[type="text"],
.recForm input[type="email"],
.recForm textarea {
	padding: 10px;
	border: 1px solid #cfd9db;
	background-color: #ffffff;
	border-radius: .25em;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
}

.recForm input.age {
	width: 50%;
}

.recForm textarea {
	height: 50px;
	resize: vertical;
}
.selectWapper {
	border: 1px solid #cfd9db;
	border-radius: .25em;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
}
.recForm select {
	border: none;
	background-color: #ffffff;
	padding: 10px;
	text-indent: 0.01px;
	text-overflow: '';
}
select: : -ms-expand {
	display: none;
}
.recForm input[type="text"]:focus,
.recForm input[type="email"]:focus,
.recForm textarea:focus {
	outline: none;
	border-color: #2BB7D2;
	box-shadow: 0 0 5px rgba(44, 151, 222, 0.2);
}
.recForm .selectWapper {
	position: relative;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.recForm .selectWapper:after {
	content: '';
	position: absolute;
	z-index: 1;
	right: 16px;
	top: 50%;
	margin-top: -8px;
	display: block;
	width: 16px;
	height: 16px;
	background: url("../images/icon_arrow_down.png") no-repeat center center;
	background-size: 16px 16px;
	pointer-events: none;
}
: root .recForm .selectWapper:after {
	background: none\0;
}
.recForm select {
	width: 100%;
	cursor: pointer;
}
.recForm select: -ms-expand {
	display: none;
}
.recForm input[type=radio] {
	display: inline-block;
}
.recForm input[type=radio] + label {
	position: relative;
	display: inline-block;
	margin: 10px auto;
	line-height: 0;
	cursor: pointer;
	vertical-align: bottom;
}
.selected {
	background-color: #ffd4d4;
}
.recForm input[type=radio] {
	position: absolute;
	z-index: 2;
	right: 0;
	left: 0;
	margin: 0 auto;
}
@media (min-width: 1px) {
	.recForm td {
		overflow: hidden;
	}
	.recForm input[type=radio] {
		display: none;
		margin: 0;
	}
	.recForm input[type=radio] + label:before {
		position: absolute;
		border: 1px solid #666;
		border-radius: 50%;
	}
	.recForm input[type=radio]: checked + label:after {
		content: "";
		position: absolute;
		display: inline-block;
	}
}
.recForm input[type=radio] + label {
	padding: 3px 5px 3px 10px;
	width: 100%;
	height: 100%;
}
.recForm input[type=radio] + label:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: inline-block;
	vertical-align: bottom;
	width: 14px;
	height: 14px;
	background: #FFF;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
}
.recForm input[type=radio]: checked + label:after {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 8px;
	height: 8px;
	background-color: #2BB7D2;
	box-shadow: 0 0 5px rgba(44, 151, 222, 0.6);
	border-radius: 50%;
}
/* ------------------------------------
	#sendBtn
------------------------------------ */
.btnArea {
	margin: 4em auto;
	text-align: center;
}

.recForm p.sumary {
	text-align: center;
}

.advancereserveBtn {
	width: 240px;
	text-align: center;
	margin: -10px auto 15px;
	position: absolute;
	top: 30px;
	right: 30px;
}

.advancereserveBtn a {
	font-size: 1.4em;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding: 10px 5px;
	vertical-align: middle;
	border-radius: 5px;
	border: 1px solid #564a30;
	background: #564a30;
	color: #fff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.advancereserveBtn a:hover {
	background: #fff;
	color: #b69c53;
}

@media only screen and (max-width: 720px) {
	.advancereserveBtn a {
		font-size: 1em;
	}
}


/* ------------------------------------
	thanksMessage
------------------------------------ */
.thanksMessage {
	width: 100%;
	padding: 60px 2%;
	margin: 40px auto;
	max-width: 800px;
	text-align: left;
	position: relative;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
@media only screen and (max-width: 960px) {
	.thanksMessage {
		width: 90%;
		max-width: 800px;
		padding: 40px 0;
		margin: 30px auto;
	}
}
.thanksMessage p {
	line-height: 1.6em;
	margin: 0 0 1em;
}

.linkBtn,
.btnArea button {
	border-radius: 3px;
	font-size: 1.4em;
	line-height: 1;
	text-align: center;
	padding: 15px 20px;
	margin: .2em;
	border: 1px #333 solid;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	min-width: 200px;
	display: inline-block;
	overflow: hidden;
	cursor: pointer;
}
.linkBtn:link, .linkBtn:visited, .linkBtn:after:active, .linkBtn:hover, .btnArea button {
	color: #333;
	text-decoration: none;
}
.linkBtn.ColBl {
	background: #4d3613;
	color: #fff;
}
.linkBtn.ColBl:hover {
	background: #efece4;
	color: #4d3613;
}

[class^="fotorama"], [class*=" fotorama"] {
	-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
}

.pageNav {
	width: 100%;
	text-align: center;
	margin: 30px auto 0;
	font-size: 1.4em;
	letter-spacing: 1em;
}

.top_staff_list .newface {
	width: 50px !important;
	height: 20px !important;
	display: inline-block !important;
	padding: 0 !important;
	margin: 0 1px !important;
	line-height: 30px !important;
	vertical-align: middle;
	border: none !important;
}
.staffProf .newface {
	width: 50px !important;
	height: 20px !important;
	display: inline-block !important;
	padding: 0 !important;
	margin: 0 1px !important;
	line-height: 30px !important;
	vertical-align: middle;
}


/* ------------------------------------
	Link
------------------------------------ */
.linkCollection li {
	float: left;
	margin: 0 10px 15px 0;
}

@media only screen and (max-width: 960px) {
	.linkCollection li img {
		max-width: 100%;
		height: 40px;
	}
}


.clearfix:after {
	display: block;
	clear: both;
	content: "";
}
