@charset "utf-8";


/*TOP
-------------------------------------------------------------*/
.copy-top{
	color: #367ab6;
	font-size: 14px;
	line-height: 150%;
	text-align: center;
	margin-top: 30px;
}
.post01 {
	margin-right: 0;
	margin-left: 0;
	padding-top: 20px;
	padding-left: 14px;
	padding-bottom: 20px;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	background: #fff;
}
ul.post01 {
	width: 610px;
	margin-right: -12px;
}
ul.post01 li {
	float: left;
	width: 140px;
	margin-right: 12px;
	margin-bottom: 12px;
	text-align: center;
}

ul.post01 p{
	font-size: 9px;
	line-height: 9px;
	margin-top: 2px;
}
@media screen and (max-width: 640px) {
.copy-top{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
}
@media only screen and (max-width: 959px) {
ul.post01 {
	width: 97%;
	margin-right: -12px;
}

ul.post01 a:hover img {
	visibility: visible;
}
}


/*共通
-------------------------------------------------------------*/
.copy-page{
	text-align: center;
	margin-bottom: 30px;
}
@media screen and (max-width: 400px) {
.copy-page img{
	width: 85%;
}
}
/* 施設紹介
------------------------------------------------------------*/
ul.facility {
	padding: 0;
}
ul.facility li {
	margin: 0 10px;
	padding: 20px 0 15px;
	border-bottom: 1px dashed #dcdcdc;
}
ul.facility li:last-child {
	border: 0;
}
ul.facility img {
	float: left;
	margin-top: 0;
	margin-right: 15px;
	margin-left: 10px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ul.facility h3 {
	margin: 0 0 10px 10px;
	font-size: 16px;
	font-weight: normal;
	color: #333;
	border: 0;
}
ul.facility a {
	color: #000BFF;	
}
/*共通
-------------------------------------------------------------*/
/*a[href^="tel:"] {
    pointer-events: none;
}*/


/*スタッフ
-------------------------------------------------------------*/
.staff-main {
	position: relative;
}
.staff-copy {
	/*opacity: 0.6;
	background-color: #FFFFFF;*/
	background: rgba(255,255,255,0.7);
	width: 300px;
	position: absolute;
	z-index: 999;
	left: 0px;
	top: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	color: #484848;
}
.staff-copy02 {
	background: rgba(255,255,255,0.7);
	width: 300px;
	position: absolute;
	z-index: 999;
	right: -12px;
	top: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	color: #484848;
}
.staff-400l{
	width: 400px;
	float: left;
	margin-top: 30px;
}
.staff-400r{
	width: 400px;
	float: right;
	margin-top: 30px;
}
.staff-copy02 span,.staff-copy span,
.staff-400l span,.staff-400r span{
	font-weight: bold;	
}
@media only screen and (max-width: 959px) {
.staff-main img{
	width: 100%;
}
.staff-copy {
	background:none;
	width: 100%;
	position:static;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: none;
}
.staff-copy02 {
	background:none;
	width: 95%;
	position:static;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: none;
}
.staff-400l{
	width: 100%;
	float: left;
	margin-top: 0px;
}
.staff-400r{
	width: 100%;
	float: left;
	margin-top: 0px;
}
}

/*テーブル
-------------------------------------------------------------*/
table.table01 {
	width:100%;
	border-right:#737069 solid 1px;
	border-collapse: collapse;
	border-top:#737069 solid 1px;
}
table.table01 tbody th {
	/*text-align: center;*/
	background:#F0F0F0;
	padding:10px 15px;
	border-bottom:#737069 solid 1px;
	vertical-align:top;
	border-left:#737069 solid 1px;
}
table.table01 tbody tr:last-child th {
	border-bottom:#737069 solid 1px;
}
table.table01 tbody td {
	background:#FFF;
	padding:10px 15px;
	border-left:#737069 solid 1px;
	border-bottom:#737069 solid 1px;
	vertical-align:top;
}
/*テーブル
-------------------------------------------------------------*/
table.table02 {
	width:100%;
	border-collapse: collapse;
}
table.table02 tbody th {
	background: #F0F0F0;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
	padding-left: 10px;
	border-bottom: 1px dotted #737069;
	padding-right: 10px;
}

table.table02 tbody td {
	background: #FFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	vertical-align: top;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #737069;
}
/*テーブル スクロール
-------------------------------------------------------------*/
table.table03{
	overflow: auto;
	white-space: nowrap;
	display:block;
	width:auto;
}

table.table03 tbody {
	width: 100%;
	display:table;
}

/*tableにスクロールバーを追加*/
table.table03::-webkit-scrollbar {
	height: 5px;
}

/*tableにスクロールバーを追加*/
table.table03::-webkit-scrollbar-track {
	background: #F1F1F1;
}

/*tableにスクロールバーを追加*/
table.table03:-webkit-scrollbar-thumb {
	background: #BCBCBC;
}

/*モバイルテーブル
-------------------------------------------------------------*/
@media screen and (max-width: 640px) {
.tablewidth{
	width: auto;
}
table.table01 tbody th {
	display:block;
}
table.table01 tbody td {
	display:block;
}
table.table01 tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
	font-weight:bold;
}
table.table01 tbody td p {
	padding-left:6em;
}
/**/
table.table02 tbody th {
	display:block;
}
table.table02 tbody td {
	display:block;
}
table.table02 tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
	font-weight:bold;
}
table.table02 tbody td p {
	padding-left:6em;
}

}
/*------------------------------------------------------------
style base
-------------------------------------------------------------*/
.bgpurple{
	background-color: #a25fa3!important;
	padding-left: 10px;
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
}/*紫*/
.bgkarasi{
	background-color: #e8ba41!important;
	padding-left: 10px;
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
}/*辛子*/
.bgusumidori{
	background-color: #afc450!important;
	padding-left: 10px;
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
}/*薄緑*/
.bgblue{
	background-color: #009bbe!important;
	padding-left: 10px;
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
}/*青緑*/
.bgpink{
	background-color: #cc6699!important;
	padding-left: 10px;
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
}/*ピンク*/
.bgmidori{
	background-color: #279761!important;
	padding-left: 10px;
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
}/*深緑*/
.al-c{text-align: center;}
.al-r{ text-align: right; }
.al-l{ text-align: left; }
.fl-r{float: right;}
.fl-l{ float: left; }
.fl-c{ clear: both; }
.m3-t{ margin-top: 3px!important; }
.m5-t{ margin-top: 5px!important; }
.m15-t{ margin-top: 15px!important; }
.m10{ margin: 10px!important; }
.m10-l{ margin-left: 10px!important; }
.m10-t{margin-top:10px!important; }
.m10-r{ margin-right: 10px!important; }
.m10-b{ margin-bottom: 10px!important; }
.m20-l{ margin-left: 20px!important; }
.m20{ margin: 20px!important; }
.m20-t{ margin-top: 20px!important; }
.m20-r{ margin-right: 20px!important; }
.m20-b{ margin-bottom: 20px!important; }
.m20-l{ margin-left: 20px!important; }
.m30-t{ margin-top: 30px!important; }
.m30-l{ margin-left: 30px!important; }
.m30-r{ margin-right: 30px!important; }
.m30-b{ margin-bottom: 30px!important; }
.m40-b{ margin-bottom: 40px!important; }
.m40-t{ margin-top: 40px!important; }
.m40-l{ margin-left: 40px!important; }
.m50-t{ margin-top: 50px!important; }
.m50-l{ margin-left: 50px!important; }
.m50-r{ margin-right: 50px!important; }
.m50-b{ margin-bottom: 50px!important; }
.m60-b{ margin-bottom: 60px!important; }
.m70-l{ margin-left: 70px!important; }
.m80-l{ margin-left: 80px!important; }

.b{ font-weight: bold!important; }/*太字*/
.normal{ font-weight: normal!important; }/*太字を解除*/

.big{ font-size: 1.1em!important; }/*フォントサイズ*/
.big2{ font-size: 1.2em!important; }
.big3{ font-size: 1.8em!important; }
.small{ font-size: 0.8em!important; }
.line{
	border-bottom: 1px solid #000000;
	margin-bottom: 20px;
	margin-top: 10px;
}
.noteline{
	display: inline!important;
	padding-bottom: 0.3em!important;
	border-bottom: 1px dashed #7070ba!important;
	line-height: 2.1em!important;
}

.bggray{background-color: #F0F0F0!important;}

.red{ color: #ff0000!important; }/*赤*/
.blue{color: #0e89d0!important;}/*青*/
.navy{ color: #1F26A9!important; }/*紺*/
.orange{ color: #ff6600!important; }/*橙*/
.pink{ color: #cc6699!important; }/*ピンク*/
.purple{ color: #a25fa3!important; }/*紫*/
.olive{ color: #808000!important; }/*黄土色*/
.lime{ color: #00ff00!important; }/*黄緑*/
.aqua{ color: #167FA6!important; }/*水色*/
.black{ color: #000!important; }/*黒*/
.white{background-color: #FFFFFF;}/*白*/
.yellow{background-color: #FFDA27;}/*黄色*/
.gray{background-color: #E9E9E9;}/*グレー*/

.logo_color{ color: #367ab6; }/*rogo*/
.underline{
	margin-top: 30px;
	margin-bottom: 40px;
	border-bottom: 1px dashed #dcdcdc;
}

.box180{width:180px;}
.box200{width:200px;}
.box230{width:230px;}
.box250{width:250px;}
.box280{width:280px;}
.box300{width:300px;}
.box330{width:330px;}
.box350{width:350px;}
.box380{width:380px;}
.box400{width:400px;}
.box430{width:430px;}
.box450{width:450px;}
.box480{width:480px;}

/*640px以下では回り込み解除*/
@media only screen and (max-width: 640px){
.fl-r,.fl-l{ float: none; }	

.box180{width:100%;}
.box200{width:100%;}
.box230{width:100%;}
.box250{width:100%;}
.box280{width:100%;}
.box300{width:100%;}
.box330{width:100%;}
.box350{width:100%;}
.box380{width:100%;}
.box400{width:100%;}
.box430{width:100%;}
.box450{width:100%;}
.box480{width:100%;}
}

/* 最後のbox */
.last{margin-right:0;}

/* clear関係 */
.clear {
	clear: both;
	width: auto;
}
/* for modern brouser */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 ¥*/
* html .clearfix {
  height: 1%;
}
.clearfix {
	display: block;
	width: auto;
}
/* clear関係 */
