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

/*header*/
.p-headerHome {
	position: relative;
	z-index: 1;
	height: 580px;
}
.p-headerHome .p-logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.p-headerHome .p-address {
	position: absolute;
	top: 84px;
	left: 0;
	z-index: 10;
}
.p-headerHome .p-welcome {
	position: absolute;
	top: -85px;
	z-index: 0;
	width: 960px;
	height: 645px;
	background: url(../img/home/bg_welcome.png) no-repeat;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
	
	.p-headerHome {
		height: 100%;
		padding: 65% 0 0;
	}
	.p-headerHome .p-welcome {
		top: 0;
		width: 100%;
		height: 100%;
		background-size: 100% auto;
	}
	
}
@media screen and (max-width: 767px) {
	
	.p-headerHome {
		height: 100%;
		padding: 80% 0 0;
		margin: 0 0 50px;
	}
	.p-headerHome .p-welcome {
		top: 5px;
		width: 100%;
		height: 100%;
		background: url(../img/home/bg_welcome_sp.png) no-repeat center;
		background-size: 100% auto;
	}
	
}


.p-home .c-title {
	height: 32px;
	margin: 0 0 18px;
}
.p-home .p-news .c-title {
	background: url(../img/home/tit_news.png) no-repeat left;
	background-size: 128px 32px;
}
.p-home .p-news a {
	color: #66482E;
}
.p-home .p-news .p-scroll {
	overflow: auto;
	width: 100%;
	height: 233px;
}
@media screen and (max-width: 1023px) {
	
	.p-home .p-news .p-scroll {
		overflow: visible;
		height: auto;
	}
	
}

.p-home .p-hours .c-title {
	background: url(../img/home/tit_hours.png) no-repeat left;
	background-size: 130px 32px;
}
.p-home .p-hours .p-schedule {
	width: 100%;
	border: #CCCCCC solid 1px;
	border-collapse: collapse;
	text-align: center;
}
.p-home .p-hours .p-schedule th.c-text {
	font-size: 1.8rem;
	padding: 11px;
	border: #CCCCCC solid 1px;
	background-color: #E9F9DF;
}
.p-home .p-hours .p-schedule td.c-text {
	font-size: 1.8rem;
	padding: 12px 11px;
	border: #CCCCCC solid 1px;
}
@media screen and (max-width: 767px) {
	
	.p-home .p-hours .p-schedule th.c-text,
	.p-home .p-hours .p-schedule td.c-text {
		font-size: 1.5rem;
		padding: 5px 2px;
	}
	
}

.p-home .p-access .c-title {
	background: url(../img/home/tit_access.png) no-repeat left;
	background-size: 121px 32px;
}
.p-home .p-access .p-googlemap {
	width: 100%;
	margin: 0 0 20px;
}
.p-home .p-access .p-btnAccessmap {
	width: 100%;
	height: 42px;
	background-color: #EF9809;
	border-radius: 5px;
}
.p-home .p-access .p-btnAccessmap a {
	display: block;
	width: 100%;
	height: 42px;
	font-size: 0;
	background: url(../img/home/btn_accessmap.png) no-repeat center;
	background-size: 220px 17px;
}
.p-home .p-access .p-btnAccessmap:hover {
	opacity: 0.75;
}

.p-home .p-outline .c-title {
	background: url(../img/home/tit_outline.png) no-repeat left;
	background-size: 192px 32px;
}
.p-home .p-outline .p-outside {
	max-width: 100%;
	height: auto;
	margin: 0 auto 10px;
}
.p-home .p-outline .p-tel {
	color: #EA5353;
	font-weight: bold;
	font-size: 1.8rem;
	vertical-align: bottom;
}
.p-home .p-outline .p-tel img {
	position: relative;
	top: 1px;
}
.p-home .p-outline .p-tel a {
	color: #EA5353;
}

