@charset "UTF-8";

/*ヘッダ部分 start*/
header#front-page-header{
	position: relative;
}

/*サイトID + メインナビ*/
header#front-page-header #main-navi{
	width: 100%;
	max-width: 1150px;
	position: absolute;
	top:20px;
	left: 0;
	right: 0;
	margin:auto;
	z-index: 10;
	display: flex;
	justify-content: space-between;
}

/*サイトID*/
header#front-page-header #main-navi #site-id a{
	display: block;
	width: 190px;
	height: 66px;
	text-indent: -9999px;
	background: url(img/site-id.svg) no-repeat;
	background-size: contain;
}

/* PCのみ */
@media screen and (min-width: 768px) {
	header#front-page-header #main-navi #site-id {
		margin: 0 20px 0 10px;
	}
}

/* スマートフォンレイアウト */
@media screen and (max-width: 767px) {
	header#front-page-header #main-navi{
		top: 10px;
	}

	header#front-page-header #main-navi #site-id a{
		width: 115px;
		height: 40px;
		margin-left: 10px;
	}
}

/*スライダー*/
header#front-page-header #slider{
}

/*メインコンテンツ*/

main#front-page-main{
	width:100%;
	background: url(img/home-area1_bg.jpg) no-repeat;
	background-size: 100% auto;
}

/*施設案内*/
#facility-info h2{
	font-size: 2.0em;
	color: #EA5504;
	margin-top: 0;
	margin-bottom: 10px;
}

/* スマートフォンレイアウト */
@media screen and (max-width: 767px) {
	#facility-info h2{
		font-size: 1.9em;
		text-align: center;
	}
}

#facility-info #taiyou-no-mon h2 small{
	font-size: 0.6em;
	margin-left: 1.5em;
}

#facility-info #himawari h2 small{
	font-size: 0.6em;
	margin-right: 1.5em;
}

/* PCのみ */
@media screen and (min-width: 768px),print {
	#facility-info #himawari .info-box{
		margin-bottom: 5px;
	}

	#facility-info #himawari .info-box .msg{
		/*width: 380px;*/
	}
}

/* スマートフォンレイアウト */
@media screen and (max-width: 767px) {
	#facility-info #taiyou-no-mon h2 small{
		margin-left: 1.0em;
	}

	#facility-info #himawari h2 small{
		margin-right: 0.8em;
	}

}

#facility-info #taiyou-no-mon,
#facility-info #himawari{
	background-color: #FFF;
	padding: 10px;
}

#facility-info #taiyou-no-mon{
	margin-bottom: 30px;
}

#facility-info .info-box .msg{
	padding: 10px 0;
}

#facility-info .btn{
	text-align: center;
}

#facility-info .btn a{
	display: inline-block;
	padding: 5px 15px;
	color: #FFF;
	background-color: #F18900;
	text-decoration: none;
	border-radius: 5px;
}

/*バナーエリア*/
#banner-area ul{
	margin: 0;
	padding: 0;
	width: 290px;
	list-style-type: none;
}

#banner-area ul li{
	background-color: #000;
}

#banner-area ul li:nth-child(1){
	margin-bottom: 30px;
}

#banner-area ul li:nth-child(1) a{
	display: block;
	width: 290px;
	height: 570px;
	text-indent: -9999px;
}

#banner-area ul li:nth-child(2) a{
	display: block;
	width: 290px;
	height: 430px;
	text-indent: -9999px;
}


#banner-area ul li a:hover{
	opacity: 0.6;
}

/*レバレジーズバナー 2024.12.9*/
#banner-area ul li.levwell-banner {
	background-color: transparent;
	margin-top: 15px;
}

/* スマートフォンレイアウト */
@media screen and (max-width: 767px) {
	#banner-area{
		margin-top: 1.0em;
	}

	#banner-area ul{
		margin-left: auto;
		margin-right: auto;
	}
}

/*スタッフ募集*/
#banner-area ul li:nth-child(1) a{
	background: url(/wp/wp-content/uploads/2019/02/banner_staff-recruit.png);
}


/*ボランティア募集*/
#banner-area ul li:nth-child(2) a{
	background: url(/wp/wp-content/uploads/2019/02/banner_volunteer-recruit.png);
}

/* PCのみ */
@media screen and (min-width: 768px),print {

	main#front-page-main .contents-area #home-msg{
		/*text-align: center;*/
		font-size: 1.5em;
		line-height: 2.0em;
		font-weight: bold;
		color: #00665A;
		padding-top: 1.5em;
		padding-bottom: 1.5em;
	}

	main#front-page-main .contents-area #main-area{
		display: flex;
		justify-content: space-between;
	}

	/*施設案内*/
	#facility-info{
		width: 770px;
		margin-right: 10px;
	}
}

/* スマートフォン */
@media screen and (max-width: 767px) {
	main#front-page-main .contents-area #home-msg{
		padding-top: 1.0em;
		padding-bottom: 1.5em;
		color: #00665A;
		font-size: 1.2em;
	}
}

/*お知らせ*/
#news-area{
	background-color: rgba(40,158,147,0.3);
	padding: 2.0em 0;
	margin-top: 2.0em;
}

/* スマートフォンレイアウト */
@media screen and (max-width: 767px) {
	#news-area{
		padding: 2.0em 5px;
	}
}

#news-area .contents-area{
	margin: 0 auto;
	background-color: #FFF;
	border-radius: 10px;
	padding: 8px;
}

#news-area .contents-area #infomation{
	border: 2px #28AC61 dotted;
	border-radius: 10px;
	padding: 10px 30px;
}

/* スマートフォンレイアウト */
@media screen and (max-width: 767px) {
	#news-area .contents-area #infomation{
		padding: 10px ;
	}
}

#news-area .contents-area #infomation h2{
	margin:0 0 10px 0;
}

#news-area .contents-area #infomation #inner-box .btn a{
	display: inline-block;
	padding: 5px 15px;
	color: #FFF;
	background-color: #28AC61;
	text-decoration: none;
	border-radius: 5px;
}

/* PCのみ */
@media screen and (min-width: 768px) {

	#news-area .contents-area #infomation #inner-box{
		display: flex;
		justify-content: space-between;
	}
}

/* スマートフォンレイアウト */
@media screen and (max-width: 767px) {

	ul#front-news-list li span.news-date{
		display: block;
	}

	ul#front-news-list li span.news-date:before{
		content: "■";
		margin-right: 0.5em;
	}

	ul#front-news-list li{
		border-bottom: 1px #666 dashed;
	}

	ul#front-news-list{
		border-top: 1px #666 dashed;
	}

	#news-area .contents-area #infomation #inner-box .btn{
		text-align: center;
	}
}


/* タブレットレイアウト */
@media screen and (min-width:768px) and (max-width:959px) {
}

/* スマートフォンレイアウト */
@media screen and (max-width: 767px) {
}