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

body.c_morioka a:hover{
	color: #5285a3;
}
a.link_underline{
	text-decoration: underline;
	color: #436d85;
}
/*header
------------------------------------------*/
.header_bg{
	border-bottom: 4px solid #5285a3;
}
.tel_box{
	padding: 2.3rem 4rem;
	background-color: #FFF;
	border: 1px solid #d9d9d9;
	font-size: 19px;
	font-weight: 600;
	margin-top: 30px;
	text-align: center;
}
.tel_box .svg-inline--fa{
	margin-right:  .5em;
}
header{
	background-color: #FFFFFF;
}
header .small{
	font-size: 13px;
}
header .logo{
	margin: 1rem 0;
}

/* ケアコート盛岡 */
.c_morioka header{
	border-bottom: 4px solid #5285a3;
	border-top: 4px solid #5285a3;
}
.c_morioka header #fontSize li {
	background-color: #5285a3;
}
.c_morioka header #fontSize li:hover {
	background-color: #555555;
}
/* ヴィラ加賀 */
.kagano .header_bg{
	border-bottom: 4px solid #729844;
}
.kagano header{
	border-bottom: 4px solid #729844;
	border-top: 4px solid #729844;
	background-color: #FFFFFF;
}
.kagano header #fontSize li {
	background-color: #729844;
}
.kagano header #fontSize li:hover {
	background-color: #555555;
}
.kagano .tel_box,.tel_box a{
	color:#729844 ;
}

.search_box{
	margin-top: 1rem;
}
.search_box a{
	color: #FFFFFF;
	text-decoration: none;
}
.search_container{
  box-sizing: border-box;
  position: relative;
  border: 1px solid #d7d7d7;
  padding: 3px 10px;
  border-radius: 20px;
  height: 2.5em;
  width: 100%;
  overflow: hidden;
	background-color: #FFF;
}
.search_container input[type="text"]{
  border: none;
  height: 2.0em;
}
.search_container input[type="text"]:focus {
  outline: 0;
}
.search_container input[type="submit"]{
  cursor: pointer;
  font-family: "Font Awesome 5 Free";
  font-size: 1.3em;
  border: none;
	font-weight: 900;
  background: none;
  color: #d7d7d7;
  position: absolute;
  width: 2.5em;
  height: 2.5em;
  right: 0;
  top: -6px;
  outline : none;
	content: '\f002';
}
/* //header*/
/*section*/
.main_content section{
	padding: 0;
}
.main_content section.content_sp{
	padding: 3rem 0 0;
}
/* //section*/
/*box*/
.left_nav,.main_content{
	padding-top: 5rem;
}

.left_nav_ban li:not(:last-child){
	margin-bottom: 1rem;
}
.left_nav_box{
	margin: 0 0 1rem;
	border-left: 1px solid #d9d9d9;
	border-right:  1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	background-color: #FFFFFF;
}
.left_nav_box ul {
	padding: 15px 20px;
	margin: 0;
	font-size: 14px;
}
.left_nav_box ul li{
		line-height: 2;
}
.img_frame{
	border: 1px solid #d9d9d9;
	background-color: #ffffff;
	padding: 3px;
}
.c_morioka .info dt{
	color: #7aade6;
}
dl.info:last-child{
	margin: 3rem 0 0;
}
.contact_box {
	/* margin: 2em 0; */
}
.contact_box .title {
  font-size: 112.5%;
  padding: 1rem;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
	line-height: 1.5;
}
.contact_box .text {
	padding: 15px;
	margin: 0;
}
.tel_font{
	font-size: 30px;
}
.contact_box p span{
	margin-left: 1rem;
}
.rounded_box {
	border-radius: 10px;
	margin-top: 2rem;
	padding: 15px;
}
.box_bg {
	padding: 2rem;
}
.box_b {
	border: 2px solid #5285a3;
}
.box_g {
	border: 2px solid #52a384;
	background-color: rgba(255, 255, 255, .5);
}
.box_r {
	border: 2px solid #e26b5b;
}
.detail_box{
	border: 1px solid #ddd;
	padding: 15px;
}
.new_box {
	position: relative;
    padding: 2.5rem 1.5rem;
    border: solid 3px #ef989a;
    background-color: #fffbe1;
}
.new_box .new_box_tit {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 19px;
    height: 34px;
    line-height: 35px;
    font-size: 20px;
    background: #ef989a;
    color: #ffffff;
    font-weight: bold;
}
.new_box .inner {
    margin: 0;
    padding: 0;
}
.item_space.t_p-none{
	padding: 0 0 2rem;
}
.new_box .link_area{
    padding: 1.3rem 1rem;
    background-color: #f9f1bc;
    margin: 1rem 0;
}/*//box*/

/*table*/
.overview_list > .table > tbody > tr > th{
	vertical-align: middle;
	text-align: center;
	width: 20%;
}
.overview_list > .table > tbody > tr > td,
.overview_list > .table > tbody > tr > th,
.schedule_list > .table > tbody > tr > td,
.schedule_list > .table > tbody > tr > th,
.service_list > .table > tbody > tr > td,
.service_list > .table > tbody > tr > th{
	padding: 1rem;
	line-height: 1.5;
	font-weight: 600;
}
.schedule_list th{
	text-align: center;
	background-color: #e5edf2;
	width: 20%;
	color: #5285a3;
}
.schedule_list2 > .table > tbody > tr > td,
.schedule_list2 > .table > tbody > tr > th {
	font-weight: normal;
}
.schedule_list2 th {
	text-align: left;
	background-color: #e5edf2;
	width: 20%;
	color: #5285a3;
}
@media screen and (max-width: 767px) {
	.schedule_list2.fix-tit th ,
	.schedule_list2.fix-tit td {
		width: 100%;
		display: block;
		clear: both;
	}
}
.table{
	margin-bottom: 0;
}
.service_list > .table > tbody > tr > td,
.service_list > .table > tbody > tr > th{
	vertical-align: middle;
	text-align: center;
}
.availability_houmon > .table > thead > tr > th,
.availability_houmon > .table > tbody > tr > th,
.availability_houmon > .table > tfoot > tr > th,
.availability_houmon > .table > thead > tr > td,
.availability_houmon > .table > tbody > tr > td,
.availability_houmon > .table > tfoot > tr > td{
	vertical-align: middle;
}
.availability_houmon .week{
	text-align: center;
}

.schedule_list2.availability_houmon th{
	text-align: center;
}
/*table*/

/*title*/
.tit_left_nav_box {
	font-size: 16px;
	background: #f9f9f9;
	padding: 14px;
	font-weight: bold;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}
.tit_twot{
	position: relative;
	padding: 1rem .5rem 1rem 1rem;
	font-size: 18px;
	font-weight: 600;
}
.twot_sb {
	border-left: 6px solid #90d6ff;
}
.twot_b {
	border-left: 6px solid #7aade6;
}
.twot_g2 {
	border-left: 6px solid #8ca56e;
}
.twot_r {
	border-left: 6px solid #f0989a;
}
.twot_yg {
	border-left: 6px solid #a6d248;
}
.tit_twot::before {
	position: absolute;
	content: '';
	left: -6px;
	bottom: 0;
	width: 6px;
	height: 50%;
}
.twot_b::before {
	background-color: #5285a3;
}
.twot_g2::before {
	background-color: #6a7b53;
}
.twot_sb::before {
	border-left: 6px solid #5eafdf;
}
.twot_r::before {
	background-color: #e26b5b;
}
.twot_yg::before {
	background-color: #56ae1c;
}
.tit_twot::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	border-bottom: 1px solid #d9d9d9;
}
.sub_tit,.square_list li{
	font-size: 16px;
}
ul.square_list li::before,
.tit_square::before{
	content: "■";
	margin-right: .1em;
}
.tit_bg{
	background: #5285a3;
	padding: 1rem .5rem 1rem 1rem;
	font-size: 18px;
	font-weight: 600;
}
.kagano .tit_bg{
	background: #729844;
}
/* //title*/

/*list*/
ul.dise_list,ul.square_list,ul.round_list,ul.common_list,ul.arrow_left_list {
  padding-left: 1.4em;
}
ul.dise_list li{
	list-style: disc;
	line-height: 2;
}
ul.round_list li::before{
	content: "●";
	margin-right: .2em;
}
ul.square_list li,ul.round_list li,.common_list li,ul.arrow_left_list > li,ul.arrow_left_list > li > ul > li{
	text-indent: -1em;
	padding-bottom: .5em;
}
ul.square_list li:last-child,ul.round_list li:last-child,.common_list li:last-child,.arrow_left_list li:last-child{
	padding-bottom: 0;
}
ul.arrow_left_list > li > ul{
	margin: 0 0 0 1em;
	padding: 0;
}
ul.arrow_left_list > li > ul > li:first-child{
	padding-top: .5em;
}
.num_left_list li {
	text-indent: -14px;
	padding-left: 14px;
}
/* //list*/

/*footer*/
.footer_c_morioka{
	background-color: #FFFFFF;
	padding: 0;
}
.footer_ban{
	padding: 2.5rem 0;
	border-top: 1px solid #5285a3;
	border-bottom: 1px solid #5285a3;
}
.footer_c_morioka .copy_box{
	background-color:  #5285a3;
	padding: 2.5rem;
}
.f_global_c_morioka{
	padding: 1rem 0;
}
.f_global_nav{
	text-align: left;
}
.f_global_ad{
	text-align: right;
	color: #555555;
}
.f_global_ad h5{
	font-weight: 600;
	font-size: 16px;
}
/* //footer*/
/*page_top*/
.second_page_top{
	text-align: center;
	background-color: #5285a3;
	padding: 1.5rem 0;
}
body.c_morioka .second_page_top a,
body.c_morioka .second_page_top a:focus{
	color: #ffffff;
}

.num-mark {
  list-style-type: none;
  margin-bottom: 3rem;
}
.num-mark li {
  list-style-type: none;
  line-height: 1.4;
  margin-bottom: 1rem;
  text-indent: -15px;
  margin-left: 15px;
}

#fixed_nav {
}
.fixed-menu {
  position: relative;
	margin-left: auto;
  margin-right: auto;
}
.fixed {
	position: fixed;
  z-index: 1;
  display: block;
  width: 100%;
}
.glnav-fiexed .fixed-adjust {
	padding-top: 210px;
}
@media screen and (min-width: 430px){
	.glnav-fixed .fixed-adjust {
		padding-top: 185px;
	}
}
@media screen and (min-width: 768px){
	.fixed-left {
		position: absolute;
		/* width: 320px; */
	}
	/* .fixed-left.floating {
		position: fixed;
	} */
	.glnav-fixed .fixed-left {
		position: fixed;
		width: 260px;
		top: 185px;
		transition: all ease-in-out 0.1s;
	}
	.glnav-fixed .fixed-left.fix-top {
		top: 0px;
		position: absolute;
	}
	.glnav-fixed .fixed-left.fix-bottom {
		top: 70px;
	}
}
@media screen and (min-width: 992px){
	#fixed_nav {
		transition: all 0.1s;
		background-color: #ffffff;
		border-bottom: 4px solid #729844;
		width: 100%;
		padding-top: 10px;
		z-index: 1000;
	}
	.fixed-left .left_nav {
		right: inherit;
		width: 100%;
	}
	.fixed-menu header {
		border-bottom: none;
	}
	.glnav-fixed .fixed-adjust {
		padding-top: 277px;
	}
	.fixed-left {
		position: absolute;
		width: 320px;
	}
	/* .fixed-left.floating {
		position: fixed;
	} */
	.glnav-fixed .fixed-left {
		position: fixed;
		width: 320px;
		top: 277px;
	}
	.glnav-fixed .fixed-left.fix-bottom {
		top: 110px;
	}
}
@media screen and (min-width: 1200px){
	.fixed-left {
		/* position: fixed; */
		position: absolute;
		width: 390px;
	}
	/* .fixed-left.floating {
		position: fixed;
	} */
	.glnav-fixed .fixed-left.fix-bottom {
		top: 120px;
	}
}
@media screen and (min-width: 1876px){
	.glnav-fixed .fixed-left.fix-bottom {
		top: 210px;
	}
}
.nav-fix .fixed-adjust {
	padding-top: 0;
}

/* //page_top*/
@media (min-width: 768px) {
	/*header*/
	header .font_s-b{
		padding-top: 0;
	}
	header .search_box{
		margin-top: 0;
	}
	/* //header*/
	/*box*/
	.contact_box p.tel_font {
		font-size: 40px;
	}
	.rounded_box {
		padding: 2rem 4rem;
	}
	.rounded_box.box_g{
		padding: 2rem;
	}
	.detail_box{
		padding: 2rem;
	}
	.contact_box .text {
		padding: 3rem;
	}
	/* //box*/
	/*page_top*/
	.second_page_top{
		margin-top: 3rem;
	}
	/* //page_top*/
}
@media screen and (max-width: 767px) {

	.left_nav{
		padding-top: 3rem;
    padding-bottom: 3rem;
    border-top: 1px solid #d9d9d9;
		margin-top: 3rem;
	}
	.main_content{
		padding-top: 3rem;
	}
	.footer_ban{
		padding: 0 0 3rem;
		margin: 3rem 0 2rem;
		border-top: 1px solid rgba(255, 255, 255, 0);
	}
	/*table*/
	.table-responsive{
		margin-bottom: 0;
	}
	/* //table*/
}
@media (min-width: 992px) {
	/* box */
	.slider_comment_inner{
		position: relative;
	}
	.slider_comment{
		position: absolute;
		top:0;
		right: 60px;
		z-index: 100;
	}
	.slider_comment02{
		position: absolute;
		top:0;
		right: 343px;
		z-index: 100;
	}
	.left_nav_box ul {
		font-size: 16px;
	}
	.tit_left_nav_box {
		font-size: 18px;
	}
	/*  //box */
	/* title */
	.sub_tit,.square_list li{
		/* font-size: 20px; */
		font-size: 125%;
	}
	.tit_twot,.tit_bg {
		/* font-size: 24px; */
		font-size: 150%;
	}
	/*  //title */
	/*page_top*/
	.second_page_top{
		text-align: right;
		background-color: rgba(255, 255, 255, 0);
	}
	body.c_morioka .second_page_top a,
	body.c_morioka .second_page_top a:focus{
		color: #555555;
		display: inline-block;
	}
	/* //page_top*/
}
@media screen and (max-width: 991px) {
	/* header */
	.lead_text,
	.top_address,
	.search_box{
		display: none;
	}
	header .logo {
		text-align: center;
	}
	header .logo img{
		margin: 0 auto ;
	}
	.slider_comment,.slider_comment02{
		display: none;
	}
	.tel_box {
		margin:0 0 0;
    padding: 1rem ;
		font-size: 16px;
	}
	/*  //header */
	/*footer*/
	.f_global_nav{
		text-align: center;
	}
	.f_global_ad{
		text-align: center;
		color: #555555;
		margin-top: 3rem;
	}
	/* //footer*/

}
@media (max-width: 1200px){

}
@media (max-width: 1200px) and (min-width: 992px) {
	.tel_box {
		padding: 3rem 3rem;
		margin-top: 20px;
		font-size: 16px;
	}

}
@media (max-width: 991px) and (min-width: 768px) {
}
@media screen and (min-width: 481px){
}
@media screen and (max-width:680px) {

}
@media screen and (max-width:430px) {
		.tel_box {
			display: inline-block;
		}
	.tel_box .list-inline > li{
		display: block;
		text-align: left;
	}
	.sp_tel_box{
		text-align: center;
	}
}
@media screen and (min-width:600px) {
	.f_global_nav li:last-child {
		border-right: 1px solid #dddddd;
	}
	.f_global_nav li{
		border-left: 1px solid #dddddd;
		padding: 0 1em;
	}
}
@media screen and (max-width:599px) {
	.f_global_nav .list-inline li{
		display: block;
	}
	.f_global_nav li{
		display: block;
		border-bottom: 1px solid #dddddd;
		padding: 1rem 0;
	}
	.f_global_nav li:first-child{
		padding: 0 0 1rem;
	}
}
@media print {

	.slider_comment,.slider_comment02{
		display: none;
	}
	.font-keyword{
		display: none;
	}
	.second_page_top{
		display: none;
	}
	.footer_ban{
		margin-top: 3rem;
	}
}
@media screen and (max-width:575px) {
	.wp-block-table td, .wp-block-table th{
		width: 100%;
		display: block;
		text-align: left;
	}
	.schedule_list .wp-block-table th{
		border-top: 1px solid!important;
		border-left: 1px solid!important;
		border-right: 1px solid!important;
		border-bottom: none!important;
	}
	.schedule_list .wp-block-table tr:last-child td{
		border-bottom: 1px solid!important;
	}
	.schedule_list .wp-block-table td{
		border-top: 1px solid!important;
		border-left: 1px solid!important;
		border-right: 1px solid!important;
		border-bottom: none!important;
	}
}