@charset "utf-8";

.fs14 {font-size: 14px;}
.textC {text-align: center;}

@media (max-width:575px) {
	.main-copy .sub br {
		display: none;
	}

.textC img {
width: auto;
height: auto;
margin-bottom: 2px;}
}

/*-------------------------------
	共通
-------------------------------*/

#service .content {
	width: 888px;
	margin: 0 auto;
}

#service .content .cap {
	padding: 20px 0 11px;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5;
	text-align: left;

}
/*
#service .content .cap .LS {
	letter-spacing: -10px;
}
*/
@media (max-width:887px) {
	
	#service .content {
		width: auto;
	}
	
	#service .content .cap {
		text-align: left;
		white-space: inherit;
	}
	
}

/* ------------------------------
	サブナビゲーション
------------------------------ */

.subNav {
	padding: 53px 0 30px;
}

.subNav .subNav1 {
	display: flex;
	justify-content: space-between;
	width: 486px;
	margin: 0 auto;
	padding: 0;
}

.subNav .subNav1 li {
	list-style: none;
	width: 218px;
	height: 46px;
	margin: 0;
	padding: 0;
	line-height: 44px;
	text-align: center;
}

.subNav .subNav1 li a {
	display: block;
	border: 1px solid #000;
	text-decoration: none;
	-webkit-transition: all .4s cubic-bezier(.165, .84, .44, 1);
	transition: all .4s cubic-bezier(.165, .84, .44, 1);
	font-size: 17px;
}

.subNav .subNav1 li a:hover,
.subNav .subNav1 li.active a {
	border: 1px solid #E74258;
	background: #E74258;
	color: #FFF;
}

.subNav .title {
	margin: 82px 0 47px;
	font-size: 33px;
	text-align: center;
}

.subNav .title:after {
	display: block;
	content: "";
	width: 46px;
	height: 5px;
	margin: 30px auto 0;
	background: #FF3329;
}

.subNav .subNav2 {
	display: flex;
	justify-content: space-between;
	width: 602px;
	margin: 0 auto;
	padding: 18px 19px;
	border: 1px solid #D3D3D3;
}

.subNav .subNav2 div {
	width: 271px;
	height: 46px;
	margin: 0;
	padding: 0;
	line-height: 44px;
	text-align: center;
}

.subNav .subNav2 div > a {
	display: block;
	border: 1px solid #727272;
	text-decoration: none;
	-webkit-transition: all .4s cubic-bezier(.165, .84, .44, 1);
	transition: all .4s cubic-bezier(.165, .84, .44, 1);
}

.subNav .subNav2 div > a:hover {
	border: 1px solid #E74258;
	background: #E74258;
	color: #FFF;
}

.subNav .subNav2 .select {
	position: relative;
	height: 46px;
	font-size: 15px;
	background: url(../img/service/house/arrowB.png) no-repeat 96% 50%;
}

/* アコーディオンここから */

.acMenu {
	position: relative;
	z-index: 100 !important;
	margin: 0 auto;
	padding: 0;
	background: #fff;
}
 
.acMenu li {
    list-style: none;
	margin: 0;
    padding: 0;
	background: #FFF;
}
 
.acMenu a {
	display: block;
	text-decoration: none;
}
 
.acMenu li ul {
	margin: 0;
    padding: 0;
}

.acMenu dl{
	margin: 0;
}
 
.acMenu dd {
	position: relative;
	top: -1px;
	box-shadow: 2px 2px 10px gray;
    margin: 0;
}

.menu-ttl {
	cursor: pointer;
	font-weight: normal;
	border: 1px solid #727272;
	-webkit-transition: all .4s cubic-bezier(.165, .84, .44, 1);
	transition: all .4s cubic-bezier(.165, .84, .44, 1);
	padding-right: 15px;
}

.menu-ttl:hover {
	border: 1px solid #E74258;
	background: #E74258;
	color: #FFF;
}
 
.sub-menu-ttl {
	cursor: pointer;
	position: relative;
    margin: 0;
	line-height: 46px;
}
 
.acMenu3 li {
    border-bottom: 1px solid #FFF;
    background: #F5F0DC;
	line-height: 34px;
	-webkit-transition: all .4s cubic-bezier(.165, .84, .44, 1);
	transition: all .4s cubic-bezier(.165, .84, .44, 1);
}

.acMenu3 li:hover {
    background: #E84258;
}

.acMenu3 li:hover a {
	color: #FFF;
}
 
.acMenu dt:after {
	position: absolute;
	top: 5px;
	right: 15px;
    content: url(../img/service/house/arrowB.png);
}

.acMenu dt:hover:after {
    content: url(../img/service/house/arrowBon.png);
}
 
.acMenu dt.open:after {
	right: 15px;
}
 
.sub-menu-ttl:after {
	position: absolute;
	top: -2px;
	right: 15px;
    content: url(../img/service/house/arrowBS.png);
}
 
.sub-menu-ttl.openAcd:after {
    content: url(../img/service/house/arrowTS.png);
}

/* アコーディオンここまで */

@media (max-width:991px) {
	
	.subNav .subNav1 {
		justify-content: space-evenly;
		width: auto;
	}

	.subNav .subNav1 li {
		width: 46%;
		max-width: 218px;
	}

	.subNav .title {
		font-size: 24px;
	}

	.subNav .subNav2 {
		justify-content: space-evenly;
		width: 100%;
		max-width: 602px;
		padding: 10px;
		border: none;
	}
	
	.subNav .subNav2 * {
		font-size: 13px;
	}

	.subNav .subNav2 div {
		width: 48%;
		max-width: 271px;
		background: #FFF;
	}

	
	.acMenu .line_s{
		line-height: 1.5;
	}
	
	
}

/*-------------------------------
	メイン
-------------------------------*/

#service .content .headBox {
	margin-bottom: 46px;
}

#service .content .headBox .line2 {
	font-size: 30px;
	text-align: center;
}

#service .content .headBox .section--title--en {
	margin: 1rem 0;
	font-size: 2rem;
}

#service .content .copy {
	padding-bottom: 1.3rem;
	font-size: 1.5rem;
	text-align: center;
}

#service .content .line {
	height: 0.2rem;
	margin-bottom: 1.8rem;
	background-color: #000;
}

#service .content .cap-content {
	font-size: 1.5rem;
	line-height: 1.8;
}
/*
@media (max-width:991px) {
	
	#service .content .copy {
		font-size: 12px;
	}
	
	#service .content .cap {
		width: auto;
		padding: 20px 0 10px 20px;
		line-height: 1.5;

	}
	
	#service .content .cap-content {
		padding: 0 20px;
	}
	
}
*/

/*-------------------------------
	料金・介護サービス
-------------------------------*/

#service .content .tableBox {
	position: relative;
	margin-bottom: 3rem;
}

#service .content .tableBox .title {
color: #E74258;
	font-size: 2rem;
	font-weight: bold;
	line-height: 3.1rem;
	letter-spacing: 1px;
	text-align: center;
	padding-bottom: 1.5rem;
}

.serviceTitle {
background-color: #50B675;
color: white;
font-size: 1.6rem;
font-weight: normal;
border-radius: 2.5rem;
padding: 0.2rem 1.5rem;
text-align: center;
display: block;

}

.serviceTitle.syoukibo {
background-color: #B9734B;
}
.serviceTitle.kangosyoukibo {
background-color: #527CBA;
}

#service .content .tableBox .uk-clearfix {
	display: flex;
	justify-content: space-between;
}

#service .content .tableBox .exBox .uk-clearfix {
	justify-content: left;
}

#service .content .tableBox .uk-clearfix > div {
	width: 50%;
	margin-top: 1.9rem;
}

#service .content .ryokinBox table {
	margin-top: 0.9rem;
	text-align: center;
}
#service .content .ryokinBox .scroll-wrapper table {
	table-layout: fixed;
}
#service .content .ryokinBox.w100 table {
	width: 100%;
}
#service .content .ryokinBox .scroll-wrapper {
	overflow-x: auto;
}
#service .content .ryokinBox table.madori {
	width: 28rem;
}
#service .content .ryokinBox .midashi {
	width: 10rem;
}
#service .content .ryokinBox th {
	padding: 0.3rem 0;
	font-size: 1.7rem;
	text-align: center;
}

#service .content .ryokinBox th.red {
	background: #FCC5C5;
	border-right: 4px solid #fff;
	border-bottom: 4px solid #fff;
}
#service .content .ryokinBox th.red2 {
	background: #FFE1E1;
}
#service .content .ryokinBox th.Br {
	border-right: 4px solid #fff;
}
#service .content .ryokinBox th.noBr {
	border-right: none;
}
#service .content .ryokinBox th.borderR {
	border-right: 4px solid #fff;
}

#service .content .ryokinBox th.yellow {
	background: #EAE4CE;
	border-bottom: 4px solid #fff;
}
#service .content .ryokinBox th.yellow2 {
	background: #FDF7E7;
}

#service .content .ryokinBox td {
	padding: 1.8rem 0.8rem 1.7rem 1.4rem;
	border-bottom: 1px dashed #A49F99;
	font-size: 1.7rem;
	font-weight: bold;
	letter-spacing: 1px;
}

#service .content .ryokinBox tr:last-child td {
	border-bottom: none;
	line-height: 1;
}

#service .content .ryokinBox td .fontS {
	font-size: 1.5rem;
}

#service .content .ryokinBox td.fontL {
	font-size: 2.5rem;
	line-height: 1.3;
}

#service .content .exBox {
	margin-bottom: 5.3rem;
}

#service .content .exBox-bg {
	height: 9rem;
	overflow: hidden;
	padding: 0 0 1.5rem 0.8rem;
}

#service .content .exBox-img {
	display: table-cell;
	float: left;
	height: 9rem;
	vertical-align: middle;
	width: 5.3rem;
}

#service .content .exBox-ttl {
	margin-bottom: 1px;
	font-size: 1.7rem;
	font-weight: bold;
	margin-left: 7rem;
}

#service .content .exBox-cap {
	font-size: 1.4rem;
	line-height: 1.6;
	margin-left: 7rem;
	letter-spacing: -0.3px;

}
.ryokinBox .caution {
	padding-bottom: 2rem;
	padding-top: 1rem;
	font-size: 1.4rem;
	line-height: 1.4;
}
/*
@media (min-width:575px) {
	#service .content .ryokinBox :not(.scroll-wrapper) table {
		display: inline-block;
	}
	#service .content .ryokinBox :not(.scroll-wrapper) table tbpdy,
	#service .content .ryokinBox :not(.scroll-wrapper) table tr,
	#service .content .ryokinBox :not(.scroll-wrapper) table th,
	#service .content .ryokinBox :not(.scroll-wrapper) table td
	{
		width: 100%;
		word-break: keep-all;
	}
}
@media (max-width:991px) {
	
	#service .content .ryokinBox,
	#service .content .exBox {
		width: 96%;
		margin: auto;
	}
	
	#service .content .tableBox .uk-clearfix > div {
		display: block;
	}
	
	#service .content .tableBox .ryokinBox table {
		width: 100%;
		margin-top: 10px;
	}

	#service .content .ryokinBox td {
		letter-spacing: 0;
	}
}
@media (max-width:575px) {
	#service .content .tableBox .uk-clearfix > div:nth-child(2) {
		margin-top:0;
	}
	#service .content .ryokinBox th.red {
		border-right: none;
	}
	#service .content .ryokinBox .scroll-wrapper table {
		width: 760px;
	}
	#service .content .ryokinBox .scroll-wrapper th.red {
		border-right: 4px solid #fff;
	}
	#service .content .ryokinBox th.borderR {
		border-right: 4px solid #fff;
	}
	#service .content .exBox-bg {
		padding: 10px;
		height: auto;
	}

}
	*/

	/*
@media (max-width:414px) {
	
	#service .content .tableBox .uk-clearfix {
		display: block;
	}
	
	#service .content .tableBox .uk-clearfix > div {
		width: auto;
	}
	
}
*/

@media (max-width:768px) {
	#service .content .ryokinBox .scroll-wrapper {
		overflow-x: auto;
	}
    #service .content .ryokinBox .scroll-wrapper table {
        width: 760px;
    }
}


/* ------------------------------
	続きを読む
------------------------------ */

.wrapper{
}

.text_wrapper{
	position: relative;
}

.text{
	height: 440px;
	overflow: hidden;
}

.text.text-gyo1 {
	height: 120px;
}

.text.text-gyo2 {
	height: 220px;
}

.text.text-gyo3 {
	height: 320px;
}

.text.text-gyo4 {
	height: 400px;
}

@media (max-width:575px) {
	.text.text2 {
		height: auto;
	}

	.text.text-gyo2 {
		height: auto;
	}

	.text.text-gyo4 {
		height: 440px;
	}
}

.show_more,.show_more2 {
	position: absolute;
	bottom: 0;
	left: 0px;
	width: 100%;
	height: 200px;
	text-align: center;
	line-height: 30px;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	cursor: pointer;
	-webkit-transition: all .4s cubic-bezier(.165, .84, .44, 1);
	transition: all .4s cubic-bezier(.165, .84, .44, 1);
}

.show_more span {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 134px;
	height: 43px;
	margin: 0 auto;
	border: 1px solid #AFAFAF;
	border-radius: 4px;
	background: #FFF;
	font-size: 15px;
	font-weight: bold;
	line-height: 43px;
	text-align: center;
	-webkit-transition: all .4s cubic-bezier(.165, .84, .44, 1);
	transition: all .4s cubic-bezier(.165, .84, .44, 1);
}

.show_more span:hover {
	background: #EF4C4D;
	border: 1px solid #EF4C4D;
	color: #FFF !important;
}

.active{
	background: none;
	bottom: -30px;
}

/* ------------------------------
	
	メッセージ
------------------------------ */

#service .content .messageBox {
	display: flex;
	justify-content: space-between;
	margin: 0 0 60px 0;
	padding: 24px 23px;
	background: #F8F7F2;
}

#service .content .messageBox .message-img {
	margin: 38px 14px 0 0;
}

#service .content .messageBox.no-image .message-text {
	width: 100%;
}

#service .content .messageBox .message-text {
	width: 536px;
}

#service .content .messageBox .message-text .message-ttl {
	margin-bottom: 13px;
	font-size: 18px;
	font-weight: bold;
}

#service .content .messageBox .message-text .message-cap {
	margin-bottom: 12px;
	font-size: 15px;
	line-height: 1.8;
	letter-spacing: -1px;
}

#service .content .messageBox .message-text .message-name {
	font-size: 16px;
	text-align: right;
}

@media (max-width:991px) {
	
	#service .content .messageBox {
		padding: 30px;
	}
	
	#service .content .messageBox .message-text {
		width: 60%;
	}
	
	#service .content .messageBox .message-img {
		width: auto;
		max-width: 272px;
		float: none;
		margin: 40px 0 0 0;
	}
	
	#service .content .message-text .message-cap {
		height: auto;
	}
	
	#service .content .message-text .message-name {
		text-align: left;
	}
	
}

@media (max-width:767px) {
	
	#service .content .messageBox {
		display: block;
		padding: 30px;
	}
	
	#service .content .messageBox .message-text {
		width: auto;
	}
	
	#service .content .messageBox .message-text .message-ttl {
		text-align: center;
	}
	
	#service .content .messageBox .message-img {
		margin: 30px auto 0;
	}

	#service .content .messageBox .message-text .message-name {
		text-align: center;
	}
	
}

/* ------------------------------
	
	アクセス
------------------------------ */

#service .content .accessBox {
	overflow: hidden;
	padding: 22px 23px 23px 23px;
	margin-bottom: 104px;
	background: #F8F7F2;
}

#service .content .accessBox .access-text {
	width: 485px;
	float: left;
}

#service .content .accessBox .access-text .access-ttl {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

#service .content .accessBox .access-text .access-cap {
	font-size: 15px;
	line-height: 1.7;
}

#service .content .accessBox .access-img {
	float: right;
	margin: 15px 14px 40px 0;
}

#service .content .accessBox .access-map {
	clear: both;
	width: 822px;
	margin: 0 auto;
}

#service .content .accessBox .pcNon {
	display: none;
}

@media (max-width:991px) {
	
	#service .content .accessBox {
		padding: 30px;
	}
	
	#service .content .accessBox .access-text {
		width: auto;
	}
	
	#service .content .accessBox .access-img {
		margin: 0 0 30px 0;
	}
	
	#service .content .accessBox .access-map {
		width: auto;
	}
	
}

@media (max-width:767px) {
	
	#service .content .accessBox .access-text {
		width: auto;
		float: none;
	}
	
	#service .content .accessBox .access-text .access-ttl {
		text-align: center;
	}
	
	#service .content .accessBox .access-img {
		float: none;
		width: auto;
		max-width: 320px;
		margin: 30px auto;
	}
	
}

/* ------------------------------
	
	ボタン 
------------------------------ */

#service .content .btnBox {
	display: flex;
	justify-content: space-between;
}

#service .content .btnBox .nextBtn,
#service .content .btnBox .prevBtn {
	display: block;
	width: 250px;
	height: 48px;
	font-size: 16px;
	line-height: 48px;
	-webkit-transition: all .4s cubic-bezier(.165, .84, .44, 1);
	transition: all .4s cubic-bezier(.165, .84, .44, 1);
}

#service .content .btnBox .nextBtn:hover,
#service .content .btnBox .prevBtn:hover {
	color: #FF4848;
	text-decoration: none;
}

#service .content .btnBox .prevBtn {
	padding-left: 32px;
	background: url(../img/service/house/arrowL.png) no-repeat 0 50%;
}

#service .content .btnBox .prevBtn:hover {
	background-image: url(../img/service/house/arrowLon.png);
}

#service .content .btnBox .nextBtn {
	padding-right: 32px;
	background: url(../img/service/house/arrowR.png) no-repeat 100% 50%;
	text-align: right;
}

#service .content .btnBox .nextBtn:hover {
	background-image: url(../img/service/house/arrowRon.png);
}

#service .content .backBtn {
	display: block;
	width: 332px;
	height: 48px;
	margin: 0 auto;
	border-radius: 4px;
	background: #FFE1E1;
	color: #000;
	font-size: 17px;
	font-weight: bold;
	line-height: 48px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .4s cubic-bezier(.165, .84, .44, 1);
	transition: all .4s cubic-bezier(.165, .84, .44, 1);
}

#service .content .backBtn:hover {
	background: #FF4848;
	color: #FFF;
}

@media (max-width:991px) {
	
	#service .content .btnBox {
		width: 92%;
		margin: 0 auto;
	}
	
	#service .content .backBtn {
		width: 60%;
		max-width: 332px;
		min-width: 200px;
	}
	
}

@media (max-width:575px) {
	
	#service .content .btnBox {
		display: block;
		position: relative;
		overflow: hidden;
		padding-bottom: 50px;
	}
	
	#service .content .btnBox .nextBtn,
	#service .content .btnBox .prevBtn {
		width: auto;
	}
	
	#service .content .btnBox .prevBtn {
		float: left;
	}

	#service .content .btnBox .nextBtn {
		float: right;
	}
	
	#service .content .backBtn {
		position: absolute;
		bottom: 0;
		width: 100%;
		max-width: inherit;
	}
}

/* ------------------------------
	
	お問い合わせ
------------------------------ */

.ContactCont {
	width: 820px;
	margin: 0 auto;
	padding: 96px 0 20px;
	text-align: center;
	overflow: hidden;
}

.ContactTtl {
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 19px;
}

.ContactSubTtl {
	margin-top: 12px;
	color: #FC4242;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
}

.ContactLead {
	margin-bottom: 18px;
	font-size: 16px;
}

.ContactBox {
	float: left;
	width: 49.5%;
	height: 82px;
}

.ContactBox p.tel::before {
	margin-right: 10px;
	content: url(../img/evest/ico_tel.png);
}

.ContactBox a.btn {
	position: relative;
	display: block;
	width: 364px;
	height: 66px;
	margin: 8px 0 8px 44px;
	padding: 0;
	border: 1px solid #FC4242;
	color: #FC4242;
	font-size: 18px;
	font-weight: bold;
	line-height: 66px;
	text-decoration: none;
}

.ContactBox a.btn {
	background-image: url(../img/evest/ico_mail_off.png);
	background-repeat: no-repeat;
	background-position: 19% center;
	padding-left: 30px;
	-webkit-transition: all .4s cubic-bezier(.165, .84, .44, 1);
	transition: all .4s cubic-bezier(.165, .84, .44, 1);
}

.ContactBox a.btn:hover {
	background-image: url(../img/common/ico_mail_on.png);
	color: #fff;
	border: 1px solid #E74258;
	background-color: #E74258;
}

.ContactLine {
	border-right: 1px solid #000;
}

@media screen and (max-width: 991px) {
	
	.ContactCont {
		width: 92%;
		margin: 0 auto;
	}
	
	.ContactLead {
		font-size: 14px;
	}
	
	.ContactBox {
		width: 100%;
	}
	
	.ContactBox p.tel {
		padding: 0;
		border: none;
	}
	
	.ContactBox a.btn {
		width: auto;
		max-width: 364px;
		margin: 0 auto;
	}
	
}

@media screen and (max-width: 320px) {
	
	.ContactBox a.btn {
		background-position: 12% center;
	}
	
}