/* レイクヒルひぬま用基本スタイルシート */

/*** Standerd Reset Parameters ***/
html, body, h1, h2, h3, h4, h5, h6, ul, dl, li, dt, dd, p, header, hgroup, section, article, aside, footer, figure, figcaption, nav{
	margin: 0;
	padding: 0;
	font-size:100%;
}

body{
	line-height:1.0;
	-webkit-text-size-adjust: none;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{
	display:block;
}

img{
	border:0;
	vertical-align:bottom;
}

ul,ol{
	list-style:none;
}

table{
	border-spacing:0;
	empty-cells:show;
}
/*** Parameter Reset End ***/


/* float使用時にバックグラウンドが縮小されるのを防ぐ　*/
.clearfix:after{
	content:".";
	display:block;
	clear:both;
	height%:0;
	font-size:0;
	visibility: hidden;
}
* html .clearfix {zoom: 1;}/*IE6*/
*+html .clearfix {zoom: 1;}/*IE7*/
/* -------------------- END ------------------------- */

/* ------------ 遷移アニメーション ------------------ */
body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
.fadein{
	opacity:1;
	transform: translateY(20px);
	transition: all 1.5s;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
#emargent{
	width:100%;
	background:#FCC;
	padding-top:15px;
	padding-bottom:15px;
	text-align:center;
	margin-top:-60px;
}

/* ----------------- 基本スタイル -------------------- */
#GeneralWrapper{
	width:100%;
	background:#fff;
	margin-top:0;
	float:none;
	clear:both;
}
.NarrowWrapper{
	max-width:1100px;
	margin:0 auto;
}
.ExNarrowWrapper{
	max-width:800px;
	margin:0 auto;
}
.pc{display:inherit;}
.sp{display:none;}
.rubi{
	font-size:0.5em;
	vertical-align:super;
}
.setumei{
	font-size:0.8em;
	line-height:1.5em;
	padding-top:10px;
	display:block;
}
.TxOrg{
	color:#F60;
}

/*--------------------- ヘッダーエリア ----------------------*/
header{
	width:100%;
}
#HeaderInner{
	margin-bottom:20px;
}
#cargoHL{
	display:block;
	max-width:250px;
	float:left;
}
#cargoHL img{
	width:100%;
}
#cargoHM{
	display:block;
	max-width:500px;
	padding-top:40px;
	padding-left:30px;
	float:left;
}
#cargoHM h2{
	font-size:1.2em;
	color:#666;
	font-weight:normal;
}
#cargoHM p{
	font-size:1em;
	color:#666;
	line-height:1.2em;
	padding-top:5px;
}
#cargoHM h3{
	font-size:1.5em;
	font-weight:bold;
	padding-top:5px;
}
#cargoHM a{
	text-decoration:none;
	color:#F60;
}
#cargoHR{
	max-width:350px;
	display:block;
	float:right;
	padding-top:30px;
	text-align:center;
}
#cargoHR a{
	display:block;
	text-decoration:none;
	padding-top:5px; padding-bottom:5px;
	width:250px;
	color:#fff;
	margin-bottom:5px;
	transition:0.8s;
	opacity:0.5;
}
#cargoHR a:hover{
	opacity:1;
}
.Org{background:#F60;}
.Grn{background:#6C9;}
.Pnk{background:#F99;}

/*--------------------- メインエリア ------------------------*/
#FstSect{
	margin-top:5px;
}
#FstSect_C{
	margin-top:5px;
	margin-bottom:50px;
}
#FstSect_C img{
	width:100%;
}
#MainCatch{
	display:block;
	clear:both;
	position:relative;
}
#MainCatch h3{
	text-align:center;
	margin:20px auto;
	font-size:2.5em;
	color:#666;
	font-family:"Times New Roman", Times, serif;
	animation: fadeIn 4s ease 0s 1 normal;
    -webkit-animation: fadeIn 4s ease 0s 1 normal;
}
#MainCatch p{
	width:60%;
	margin:50px auto 30px;
	color:#666;
	font-size:1em;
	line-height:1.8em;
}
#MainCatch img{
	display:block;
	margin:auto;
}
#NavArea{
	width:100%;
	display:block;
}
.NavInBox{
	width:16%;
	float:left;
}
.NavInBox img{
	width:100%;
}
.NavInBox a{
	opacity:0.6;
	transition:0.8s;
}
.NavInBox a:hover{
	opacity:1;
}
#ScndSect{
	width:100%;
	margin-top:50px;
	background:#bdd;
}
#Annai{
	padding-bottom:30px;
}
#Annai h2{
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:1.5em;
	padding-top:50px;
	padding-bottom:30px;
	color:#666;
	font-weight:bold;
}
#Annai h3{
	font-size:1.2em;
	color:#666;
}
#Annai h3::before{
	content:'■';
	font-size:1.5em;
	vertical-align:middle;
	color:#999;
}
#Annai table{
	width:100%;
	margin:10px auto 5px;
	border-collapse:collapse;
}
#Annai table th, #Annai table td{
	padding:15px;
	border:1px #999 solid;
	color:#666;
}
#Annai table th{
	background:#fef;
	font-size:1.2em;
	color:#666;
}
#Annai table td{
	line-height:1.5em;
	background:#fff;
}
.VrtTh{
	width:30%;
	text-align:left;
}
#Annai h6{
	display:block;
	width:100%;
	font-weight:normal;
	font-size:0.8em;
	margin:0 auto 30px;
	line-height:1.5em;
	color:#666;
}
#ThrdSect{
	margin-top:10px;
	padding-bottom:50px;
	display:block;
}
#ThrdSect h2{
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:1.5em;
	padding-top:50px;
	padding-bottom:30px;
	color:#666;
	font-weight:bold;
}
#Gallery{
	width:100%;
}
#Gallery ::after{
	clear:both;
	float:none;
}
.G_InBox{
	width:33.3%;
	max-height:190px;
	overflow:hidden;
	background:#333;
	float:left;
	position:relative;
}
.G_InBox img{
	display:block;
	transition-duration:0.3s;
}
.G_InBox:hover img{
	transform: scale(1.1);

	transition-duration:0.3s;
}
.G_InBox:hover figcaption{
	opacity:1;
}
figcaption{
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.4);
	transition:.3s;
	opacity:0;
}
#Gaiyo{
	display:block;
	float:none;
	clear:both;
	width:100%;
	padding-top:30px;
}
#ThrdSect h3{
	font-size:1.2em;
	color:#666;
	text-align:left;
}
#ThrdSect h3::before{
	content:'■';
	font-size:1.5em;
	vertical-align:middle;
	color:#999;
}
#ThrdSect h4{
	font-size:1.5em;
	text-align:center;
	padding:10px;
	background:#F99;
	color:#fff;
	margin-bottom:15px;
}
#ThrdSect table{
	width:100%;
	margin:10px auto 5px;
	border-collapse:collapse;
}
#ThrdSect table th, #ThrdSect table td{
	padding:15px;
	border:1px #999 solid;
	color:#666;
}
#ThrdSect table th{
	background:#fef;
	font-size:1.2em;
	color:#666;
}
#ThrdSect table td{
	line-height:1.5em;
	background:#fff;
}
#ThrdSect table a{
	text-decoration:none;
	color:#666;
}
#ThrdSect table a:hover{
	text-decoration:underline;
}
#MapCont{
	width:100%;
	padding-top:30px;
}
#Reha{
	margin-top:50px;
}
#RehaInBox{
	width:100%;
	display:block;
	margin-bottom:50px;
}
#RehaInBox::after{
	clear:both;
	float:none;
}
#RehaInBox img{
	width:45%;
	float:left;
}
#RehaInBox p{
	float:right;
	width:53%;
	margin:10px auto 0px;
	text-align:justify;
	font-size:1em;
	line-height:1.5em;
	color:#666;
}
.RehaItemBox{
	clear:both;
	float:none;
	margin-top:30px;
}
.RehaItemBox p{
	color:#666;
	padding-left:1em;
	margin-top:5px;margin-bottom:10px;
}
#Kyotaku{
	margin-top:50px;
}
#Kyotaku img{
	width:100%;
	margin:0 auto 10px;
}
#Kyotaku p{
	color:#666;
	line-height:1.5em;
}
.HLT_box{
	width:97%;
	padding:10px;
	background:#FCC;
	display:block;
	margin-top:10px;
	margin-bottom:20px;
}
.HLT_box ul{
	padding-left:30px;
	color:#666;
}
.HLT_box ul li{
	list-style-type:disc;
	line-height:1.5em;
	font-weight:bold;
}
#News{
	margin-top:50px;	
}
#News table th,#News table td{
	background:none;
	border:none;
	padding:5px;
	text-align:left;
}
#News table th{
	width:20%;
	font-weight:normal;
	font-size:1em;
}
#Katsudo{
	margin-top:50px;	
}
#Katsudo table th,#Katsudo table td{
	background:none;
	border:none;
	padding:5px;
	text-align:left;
}
#Katsudo table th{
	width:20%;
	font-weight:normal;
	font-size:1em;
}
#EventCargo{
}
#EventCargo h3{
	text-align:center;
	margin:20px auto;
	font-size:2.5em;
	color:#666;
	font-family:"Arial Black", Gadget, sans-serif;
	animation: fadeIn 4s ease 0s 1 normal;
    -webkit-animation: fadeIn 4s ease 0s 1 normal;
}
#EventCargo p{
	width:60%;
	margin:20px auto 50px;
	line-height:1.5em;
	color:#333;
	padding-bottom:50px;
}
#EventCargo img{
	display:block;
	width:60%;
	margin:20px auto;
}
#EventImgBox{
	width:100%;
}
.EventInBox{
	width:32%;
	float:left;
	display:block;
	height:180px;
	overflow:hidden;
	padding-right:1%;
}
.EventInBox img{
	width:100%;
	z-index:1;
}
.EventInBox:hover figcaption{
	opacity:1;
}
#RetBtn{
	margin:0px auto 30px;
}
#RetBtn a{
	display:block;
	width:250px;
	padding:10px;
	background:#6C9;
	color:#fff;
	text-decoration:none;
	font-size:1.5em;
	opacity:0.7;
	transition:0.8s;
	margin:auto;
	text-align:center;
}
#RetBtn a:hover{
	opacity:1;
}
#Recrt ul{
	padding-left:3em;
	width:100%;
}
#Recrt li{
	list-style-type:disc;
	font-weight:bold;
	color:#666;
	font-size:1.5em;
	line-height:1.8em;
}
#Recrt p{
	color:#666;
	margin-top:10px;
	padding-left:2em;
}
#Recrt img{
	width:95%;
	margin:30px auto;
}
.RecCont{
	width:100%;
	color:#666;
}
.RecCont p{
	padding-left:1em;
	line-height:1.5em;
	
}
.RecCont ul{
	padding-left:3em;
	margin-top:15px;
}
.RecCont li{
	list-style-type:disc;
	line-height:1.5em;
	font-size:1.2em;
}
.Juyo{
	margin-top:20px;
}
.Juyo a{
	width:20%;
	padding-left: 20px;
	padding-right: 20px;
	padding-top:5px;
	padding-bottom: 5px;
	margin-left: 10px;
	text-align: center;
	border-radius: 3px;
	background:#FFf;
	text-decoration: none;
	color:#333;
	border:#333 1px solid;
}
/*--------------------- フッターエリア ----------------------*/
footer{
	width:100%;
	background:#ccc;
	color:#333;
	clear:both;
	float:none;
}
#FooterInner{
	
}
#FooterInner p{
	text-align:center;
	font-size:0.8em;
	font-weight:bold;
	padding-bottom:10px;
	padding-top:10px;
}
@media screen and (max-width:768px){
#emargent{
	margin-bottom:50px;
}
.pc{display:none;}
.sp{display:inherit;}
.NarrowWrapper{
	width:90%;
	margin:0 auto;
}
.ExNarrowWrapper{
	width:90%;
	margin:0 auto;
}
/*----------------- ヘッダーエリア ----------------------*/
#cargoHL{
	display:none;
}
#cargoHLS{
	width:95%;
	margin:25px auto -10px;
}
#cargoHLS img{
	width:100%;
}
#cargoHM{
	float:none;
	width:100%;
	padding-left:0;
	text-align:center;
}
#cargoHR{
	display:none;
}
#PT{
	display:none;
}

/*--------------- メインエリア -------------------*/
#MainCatch h3{
	text-align:center;
	margin:-30px auto 10px;
	font-size:1.5em;
	animation: fadeIn 4s ease 0s 1 normal;
    -webkit-animation: fadeIn 4s ease 0s 1 normal;
}
#MainCatch p{
	width:90%;
	margin:20px auto 30px;
	text-align:justify;
}
#NavArea{
	width:90%;
	margin:auto;
}
.NavInBox{
	width:33%;
	float:left;
}
.G_InBox{
	width:100%;
}
.G_InBox img{
	width:100%;
}
#Annai h2,#ThrdSect h2{
	font-size:1.3em;
}
#RehaInBox{
	width:95%;
	margin:0 auto 30px;
	display:block;
}
#RehaInBox img{
	width:100%;
	float:none;
}
#RehaInBox p{
	float:none;
	width:100%;
}
.HLT_box{
	width:95%;
	padding:10px;
	background:#FCC;
	display:block;
	margin-top:10px;
	margin-bottom:20px;
}
#Katsudo table th{
	width:30%;
}
#EventCargo p{
	width:95%;
}
#EventCargo img{
	width:95%;
}
.EventInBox{
	width:100%;
	margin:auto;
	float:none;
}
/* --- フッター部分の固定ボタン --- */
.footer_area {
    position: fixed;
	display:block;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color:#e85282;
	height:60px;
	opacity:0.8;
	z-index: 100;
}

.footer_area .contact{
	position:relative;
	width:35%;
	display:block;
	float:left;
}

.footer_area .contact img{
	padding-left:25px;
}

.footer_area .call{
	position:relative;
	width:35%;
	display:block;
	float:left;
}

.footer_area .call img{
	padding-left:20px;
}
.footer_area .ttop{
	position:relative;
	width:18%;
	display:block;
	float:right;
}
.footer_area .top img{
	padding-right:10px;
}
}