@charset "UTF-8";

.wrapper { margin: 0 auto; }
h2,h3 { text-align: center; }
.notice { color: #e84646; font-size: 16px; }

/*********************************************汎用デザイン*/

/*フレーム*/
.frame{
	border: solid 2px #e9e9e9;
	background: #fff;
	padding: 25px 30px;
	border-radius: 10px;
}
@media screen and (max-width:600px){
	.frame{
		padding: 20px 15px;
	}
}
.frame_title {
	color: #bc9361;
	font-size: 22px;
	margin-bottom: 10px;
}
.frame_list li {
	margin-bottom: 15px;
	padding: 0;
	text-indent:-1em;
	padding-left:1em;
}
.frame_list li::before {
	content:"";
	width:10px;
	height:10px;
	display:inline-block;
	background-color: #333;
	border-radius:50%;
	position:relative;
	top: -1px;
	margin-right: 5px;
}
.frame_list li:last-child{
	margin-bottom: 0;
}

/*見出し*/
.type1_title {
	color: #412d2d;
	font-size: 28px;
	font-weight: bold;
	text-align: left;
	margin-top: 20px;
}

/*テーブル*/
.gray_table th,
.gray_table td {
	border: solid 1px #b5b5b5;
	padding: 20px 30px;
}
.gray_table th {
	background: #eaeaea;
	text-align: center;
}
@media screen and (max-width:600px){
	.gray_table th,
	.gray_table td {
		display: block;
		border-bottom: none;
		text-align: left;
	}
	.gray_table th,
	.gray_table td {
		padding: 1.5% 4%;
	}
	.gray_table tr:last-child {
		border-bottom: solid 1px #b5b5b5;
	}
}
/*********************************************ヘッダー*/
/*ヒーローイメージ*/
.hero img {
	width: 100%;
	max-width: 1500px;
	max-height: 610px;
	margin: 0 auto;
	display: block;
}

/*グローバルナビゲーション*/
#gnavi{
	width: 100%;
	border-top: 5px solid #ccaa80;
	border-bottom: 1px solid #ececec;
	overflow: hidden;
}
#gnavi ul.pc_menu{
	width: 1200px;
	margin: 0 auto;
}
#gnavi ul.pc_menu li{
	width: 100%;
	max-width: 240px;
	cursor: pointer;
	float: left;
}
#gnavi ul.pc_menu li:hover{
	background-color: #ebd4b8;
}
.fixed {
	position: fixed;
	top: 0;
	padding: 0;
	width: 100%;
	z-index: 1000;
	background: #fff;
}
.sp_toggle,
.sp_menu {
	display :none;
}
/*********************************************基本理念「信頼・協調・感謝」*/
.philosophy {
	max-width: 1500px;
	background: url(./../../img/top_philosophy_bg.png) no-repeat top center;
	background-size: contain;
	margin: 0 auto;
	padding: 50px 0;
}
.philosophy_title img {
	width: 100%;
	max-width: 465px;
	margin-bottom: 20px;
}
.philosophy_contents {
	margin: 0 20px;
}
.philosophy_text {
	line-height: 2.2;
	text-align: center;
	font-size: 20px;
}
/*********************************************デイサービス*/
.day-service_title {
	background: #ccaa80;
	width: 100%;
}
.day-service_title img {
	width: 100%;
	max-width: 660px;
}

/*特徴*/
.feature_humanitude_img li {
	width: 14.07107%;
	position: relative;
	float: left;
	margin-left: 7.41117% !important;
	vertical-align: bottom;
}
.feature_humanitude_img li:first-child {
	 margin-left:0 !important;
	 clear:left;
}
.feature_img {
	display: block;
	margin: 0 auto;
	width:50%;
	max-width:50%;
}
.feature_contents {
	max-width: 1500px;
	width: 97%;
	padding: 50px;
	margin: inherit;
	background: url(./../../img/top_feature_bg.png) no-repeat bottom right;
}
.feature_title{
	color: #3a2b2b;
	font-size: 40px;
}
.feature_sub_title {
	color: #e56ba1;
	font-size: 20px;
	display: block;
}
.feature_contents_outer {
	position: relative;
	display: inline-block;
	top:0;
	margin-bottom: 50px;
}
.feature_contents_outer::before,
.feature_contents_outer::after { 
	position: absolute;
	top: 0;
	content:'';
	width: 40px;
	height: 100%;
	display: inline-block;
}
.feature_contents_outer::before {
	border-left: solid 10px #e9e9e9;
	border-top: solid 10px #e9e9e9;
	border-bottom: solid 10px #e9e9e9;
	left: 0;
}
.feature_contents_outer::after {
	content: '';
	border-top: solid 10px #e9e9e9;
	border-right: solid 10px #e9e9e9;
	border-bottom: solid 10px #e9e9e9;
	right: 0;
}
.feature_part {
	color: #e56ba1;
	font-size: 32px;
	display :block;
}
.feature_part_title {
	color: #3a2b2b;
	font-size: 25px;
	padding-bottom: 10px;
	display: inline-block;
	padding: 0 10px 0;
	border-bottom: solid 5px #e56ba1;
}
.feature_part_sub_title {
	font-size: 21px;
	color: #e56ba1;
	display: block;
}
.feature_contents_inner {
	padding:20px 60px;
}
.feature_part_detail {
	margin: 40px 0 20px;
	text-align: center;
}

/*デイサービスの1日の流れ*/
.flow_contents {
	max-width: 1200px;
	width: 96%;
	padding: 50px 0;
	margin: inherit;
}
.flow_title{
	color: #3a2b2b;
	font-size: 40px;
	display: block;
	margin-bottom: 40px;
}
.flow_sub_title {
	color: #78b22c;
	font-size: 20px;
	display: block;
}
.flow_contents_title{
	text-align: left;
	font-size: 22px;
	color: #78b22c;
}
.flow {
		background: url(./../../img/top_timeline_bg.png) repeat-y;
		background-size: 10% 100%;
		background-position: 31% 100%;
}
/*********************************************福祉用具貸与・販売／住宅改修*/
.welfare-equipment_title {
	background: #ccaa80;
	width: 100%;
}
.welfare-equipment_title img {
	width: 100%;
	max-width: 660px;
}
.welfare-equipment_contents {
	max-width: 1200px;
	width: 96%;
	padding: 50px 0;
	margin: inherit;
}
/*********************************************サービス付き高齢者住宅*/
.serviced-housing_title {
	background: #ccaa80;
	width: 100%;
}
.serviced-housing_title img {
	width: 100%;
	max-width: 660px;
}
.serviced-housing_contents {
	max-width: 1200px;
	width: 96%;
	padding: 50px 0;
	margin: inherit;
}
.serviced-housing_caption {
	color: #865924;
	font-size: 14px;
}
/*********************************************お知らせ*/
.information_contents {
	width: 1200px;
	width: 96%;
	padding: 50px 0;
	margin: inherit;
}
.information {
	background: #e8fdff;
}
.information_title{
	color: #3a2b2b;
	font-size: 40px;
	display: block;
	margin-bottom: 40px;
}
.information_sub_title {
	color: #33b5c4;
	font-size: 20px;
	display: block;
}
.facebook_timeline {
	margin: 0 auto;
	display: block;
	width:100%;
	max-width: 500px;
	height: 600px;
	border: none;
	overflow: hidden;
}
/*********************************************交通アクセス*/
.access_contents {
	max-width: 1200px;
	width: 96%;
	padding: 50px 0;
	margin: inherit;
}
.access_title{
	color: #3a2b2b;
	font-size: 40px;
	display: block;
	margin-bottom: 40px;
}
.access_sub_title {
	color: #ea5311;
	font-size: 20px;
	display: block;
}
.googlemap {
	width:100%;
	height: 430px;
}
/*********************************************プライバシーポリシー*/
.privacy-policy_contents {
	margin: 0 auto;
	padding: 0 20px 15px;
}
/*********************************************フッター*/
footer {
	width: 100%;
	margin-top: 100px;
}
.footer_link a {
	display: block;
	max-width:1400px;
	margin: 0 auto;
	font-size: 15px;
	text-align: center;
	color: #333333;
	padding-bottom: 10px;
}
.footer_copyright {
	width: 100%;
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0 auto;
	background: #333333;
}
/*********************************************ページトップボタン*/
#pagetop {
	font-size: 13px;
	position: fixed;
	bottom: 10px !important;
	right: 10px;
}
#pagetop a {
	width: 80px;
	height: 80px;
	padding: 28px 0;
	display: block;
	text-decoration: none;
	color: #fff;
	background: #ea5311;
	text-align: center;
	border-radius: 50%;
	outline: none;
}
#pagetop a:hover {
	opacity: .5;
	-webkit-opacity: .5;
	-moz-opacity: .5;
	transition: 0.5s ;
}
@media screen and (max-width:768px){
/*********************************************ヘッダー*/
/*グローバルナビゲーション*/
	#gnavi ul.pc_menu{
		display: none;
	}
/*グローバルナビゲーション（MENU内）*/
	.sp_menu {
		display: block;
		position: fixed;
		z-index: 2;
		top: 0;
		left: 0;
		background: #fff;
		color: #000;
		text-align: center;
		transform: translateY(-100%);
		transition: all 0.6s;
		width: 100%;
	}
	.sp_menu {
		background: #fff;
		margin: 0 auto;
		padding: 0;
		width: 100%;
	}
	.sp_menu li {
		font-size: 18px;
		list-style-type: none;
		padding: 0;
		width: 100%;
		border-bottom: 2px dashed #e88282;
	}
	.sp_menu li:last-child {
		padding-bottom: 0
		border-bottom: 2px solid #e88282;
	}
	.sp_menu li a {
		display: block;
		color: #333;
		padding: 1em 0;
		text-decoration: none;
	}
	.sp_menu.active {
		transform: translateY(0%);
	}
/*グローバルナビゲーション（トグル部分）*/
	.sp_toggle {
		display: block;
		position: fixed;
		right: 13px;
		top: 12px;
		width: 50px;
		height: 58px;
		cursor: pointer;
		z-index: 3;
		background: #e88989;
		text-align: center;
	}
	.sp_toggle span {
		display: block;
		position: absolute;
		width: 34px;
		border-bottom: solid 3px #fff;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
		left: 8px;
	}
	.sp_toggle span:nth-child(1) {
		top: 10px;
	}
	.sp_toggle span:nth-child(2) {
		top: 19px;
	}
	.sp_toggle span:nth-child(3) {
		top: 28px;
	}
	.sp_toggle span:nth-child(4) {
		border: none;
		color: #fff;
		font-size: 13px;
		top: 34px;
	}
	.sp_toggle.active span:nth-child(1) {
		top: 19px;
		left: 8px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.sp_toggle.active span:nth-child(2),
	.sp_toggle.active span:nth-child(3) {
		top: 19px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
}
/*********************************************デイサービス*/
/*特徴*/
	.feature_humanitude_img li {
		width:28%;
		margin-left: 8% !important;
		margin-bottom: 4%;
	}
	.feature_contents {
		background: none;
	}
/*一日の流れ*/

	.flow {
		background-size: 17% 100%;
		background-position: 45% 100%;
	}
	footer {
		margin-top: 0;
	}
/*********************************************ページトップボタン*/
	#pagetop {
		font-size: 13px;
	}
	#pagetop a {
		width: 60px;
		height: 60px;
		padding: 17px 0;
	}
}
@media screen and (max-width:600px){
	.flow {
		background-size: 18% 100%;
		background-position: 9% 100%;
	}
	.flow_contents {
		width: 89%;
	}
	.philosophy_text {
		text-align: left;
	}
	.feature_contents {
		padding: 20px 10px;
	}
	.feature_contents_inner {
		padding: 20px 30px;
	}
	.philosophy {
		padding: 30px 0;
	}
	.philosophy_contents {
		margin: 0 20px;
	}
	.philosophy_text {
		line-height: 1.8;
		text-align: left;
		font-size: 15px;
	}
	.flow_contents {
		padding: 20px 10px;
	}
	.welfare-equipment_contents {
		padding: 20px 10px;
	}
	.privacy-policy_contents {
		font-size: 90%;
		padding: 0 10px 15px;
	}
	.serviced-housing_contents {
		padding: 20px 10px;
	}
	.facebook_timeline {
		width: 340px;
	}
	.footer_copyright {
		font-size: 13px;
		text-align: left;
		padding-left: 1em;;
	}
}