@charset "utf-8";
@media screen and (min-width: 1201px) { html{font-size:16px; } }@media screen and (max-width: 1200px) { html{font-size:15px; } }@media screen and (max-width: 1024px) { html{font-size:14px; } }@media screen and (max-width: 768px) {  html{font-size:13px; } }@media screen and (max-width: 480px) {  html{font-size:12px; } }a,a:visited,a:active { color:rgba(107,107,107,1.00)}a:hover { color:rgba(186,186,186,1.00)}
/* css setting */
/*　==============================　きたの輝きページ　==============================　*/
.kk_gallery #imageLightbox-container ul{
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: flex-strat;
align-items: flex-strat;
flex-flow: row wrap;
}
.kk_gallery #imageLightbox-container ul li{
width: 25%!important;
padding: 0.5px!important;
margin: 0rem!important;
box-sizing: border-box;
}
.kk_gallery #imageLightbox-container ul li a img{
height: auto!important;
width: 99.8%!important;
border: none!important;
}
@media screen and (max-width: 480px) {
.kk_gallery #imageLightbox-container ul li{
width: 33.33%!important;
}
.kk_gallery #imageLightbox-container ul li a img{
width: 100%!important;
}
}
/*　==============================　特別養護老人ホームページ　==============================　*/
/*　--------------------　テーブル　--------------------　*/
.tb_tokuyo_pd_t{
padding: 0.5rem 1rem;
width: 20%
}
.tb_tokuyo_pd_c{
padding: 0.5rem 1rem;
width: 80%
}
@media screen and (max-width: 768px) { 
.tb_tokuyo_pd_t{
padding: 0.5rem;
width: 30%
}
.tb_tokuyo_pd_c{
padding: 0.5rem;
width: 70%
}
}
/*　--------------------　基本方針　--------------------　*/
.policy_contents_col{
border:none;
width:100%;
}
.policy_contents_col tr:nth-child(odd){
background-color: #e1efff;
}
.policy_contents_col tr:nth-child(even){
background-color: #ffffff;
}
.policy_contents_col th{
color: #3166ac;
text-align: center;
vertical-align: middle;
width: 30px;
padding: 0rem 0rem 0rem 0.5rem;
}
.policy_contents_col td{
width: calc(100% - 30px);
padding: 0.8rem 0.5rem;
}
@media screen and (max-width: 768px){
.policy_contents_col th{
width: 25px;
}
.policy_contents_col td{
width: calc(100% - 25px);
}
}
/*　==============================　採用情報ページ　==============================　*/
/*　--------------------　募集要項テーブル　--------------------　*/
.outline_table_list{
border-bottom: 1px solid #f4f4f4;
padding-bottom: 0.4rem;
margin: 0 1rem;
}
.outline_table_list:last-child{
border: none;
padding-bottom:0rem;
}
.outline_contents {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-flow: row nowrap;
justify-content: flex-start;
align-items: flex-start;
width: 100%;
padding: 0.8rem 0rem 0.4rem 0rem;
}
.outline_contents dt{
color: #3166ac;
padding: 0rem 1rem 0rem 0rem;
width: 190px;
}
.outline_contents dd{
text-align: left;
padding: 0rem 0rem 0rem 0rem;
width: calc(100% - 190px);
}
@media screen and (max-width: 768px){
.outline_contents {
flex-flow: column wrap;
justify-content: flex-start;
align-items: flex-start;
width: 100%;
padding: 0.8rem 0rem 0.4rem 0rem;
}
.outline_contents dt{
font-size: 95%;
padding: 0rem 0rem 0.4rem 0rem;
width: 100%;
}
.outline_contents dd{
font-size: 105%;
padding: 0rem 0rem 0rem 0rem;
width: 100%;
}
}
/*　==============================　新着情報コンポーザー　==============================　*/
#pt101-3Parent > .rrh-layout-wrapper{
background-color: #ffffff;
padding: 4rem 1rem;
}
/*　==============================　お問い合わせフォーム　==============================　*/
.cf .formBlockSurveyTable dl dt {
color: #777777;
text-align: left;
width:100%;
margin-right: 0%!important;
}
.cf .formBlockSurveyTable dl dd {
width: 100%;
}
.cf .formBlockSurveyTable dl {
padding: 1% 0;
}
.cf .formBlockSurveyTable dl dd input,
.cf .formBlockSurveyTable dl dd textarea {
width: 96%;
resize: none;
border-radius: 0;
padding: 2%;
}
.cf .formBlockSubmitButton {
width:100%!important;
text-align:center!important;
background-color: #3166ac!important;
border: 1px solid #3166ac!important;
color:#fff;
}
.cf .formBlockSubmitButton:hover {
background-color: #e1efff!important;
border: 1px solid #3166ac!important;
color:#fff;
transition:0.6s;
}
.cf .on-pointer input {
cursor: pointer;
}
@media screen and (max-width: 498px) {
.cf .formBlockSurveyTable dl dd input,
.cf .formBlockSurveyTable dl dd textarea {
width: 100%;
}
}
/*　==============================　法人情報ページ　==============================　*/
.tb_cp{
width: 100%;
border: 1px solid #3166ac;
}
.tb_cp tr{
width: 100%;
border-bottom: 1px solid #3166ac;
}
.tb_cp tr:nth-child(odd){
background-color: #ebf5ff;
}
.tb_cp tr th{
width: 20%;
text-align: left;
color: #3166ac;
font-weight: normal;
}
.tb_cp tr td{
width: 80%;
text-align: left;
vertical-align: middle;
}
.tb_cp_pd{
padding: 0.7rem 1rem;
}
@media screen and (max-width: 480px) { 
.tb_cp_pd{
padding: 1rem 0.5rem;
}
.tb_cp tr th{
width: 30%;
}
.tb_cp tr td{
width: 70%;
}
}
/*　--------------------　代表挨拶　--------------------　*/
@media screen and (max-width: 480px) { 
.greeting_catch_sp{
font-size: 1.2rem;
}
}
/*　--------------------　沿革　--------------------　*/
.tb_history_pd{
padding: 1rem 1rem;
}
@media screen and (max-width: 480px) { 
.tb_history_pd{
padding: 1rem 0.5rem;
}
}
/*　==============================　フロアマップページ　==============================　*/

/*　==============================　施設概要ページ　==============================　*/
/*　--------------------　テーブル　--------------------　*/
.tb_facility_pd{
padding: 0.5rem 1rem;
}
@media screen and (max-width: 480px) { 
.tb_facility_pd{
padding: 0.5rem;
}
}
/*　==============================　松竹園についてページ　==============================　*/
/*　--------------------　サブボタン　--------------------　*/
.about_sub_btn .fs_btn .fs_btn_text .fs_btn_text_main .fa{
position: absolute;
right: 1rem!important;
top: 0.8rem!important;
}

/*　==============================　トップページ　==============================　*/
.top_service_list{

}

.top_catch_layout{
width: 80%;
margin-right: 0rem!important;
}
.top_catch{
font-size:2.15rem;
font-weight: 100;
line-height: 3.3rem;
}
.top_catch_box{
display: inline-block;
padding: 5rem 3rem;
border: 1px solid #ffffff;
background-color: rgba(49,102,172,0.5);
}
@media screen and (max-width: 1024px) { 
.top_catch_layout{
width: 100%;
}
.top_catch{
font-size:2rem;
line-height: 3rem;
}
}
/*　--------------------　スライドショー　--------------------　*/
.bx-wrapper .bx-viewport { 
-moz-box-shadow: none; 
-webkit-box-shadow: none; 
box-shadow: none; 
border: none; 
left: 0; 
background: none; 
-webkit-transform: translatez(0); 
-moz-transform: translatez(0); 
-ms-transform: translatez(0); 
-o-transform: translatez(0); 
transform: translatez(0); 
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
background: #1f2873;
}
.bx-wrapper .bx-pager.bx-default-pager a {
background: #cccccc;
text-indent: -9999px;
display: block;
width: 10px;
height: 10px;
margin: 0 5px;
outline: 0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
/*　--------------------　ページリスト　--------------------　*/
.tk_flex{
padding: 1.5rem 1rem!important;
}
.tk_title{
font-size: 1rem!important;
}
.tk_tags_Tags{
font-size: 0.7rem;
color: #ffffff;
background: #3166ac;
padding: 0.15rem 0.5rem 0.1rem 0.5rem;
margin-right: 0.5rem;
text-align: center;
}
.tk_tags_Tags_02{
font-size: 0.7rem;
color: #ffffff;
background: #9fc24e;
padding: 0.15rem 0.5rem;
margin-right: 0.5rem;
text-align: center;
}
.tk_tags_Tags_03, .tk_tags_Tags_04{
font-size: 0.7rem;
color: #ffffff;
background: #ed1c24;
padding: 0.15rem 0.5rem;
margin-right: 0.5rem;
text-align: center;
}
@media screen and (max-width: 480px) { 
.tk_flex{
padding: 1.5rem 0rem!important;
}
}
.slick-slide div.contentsslider_footer div.time_ymd{
display: none!important;
}
.slick-slide div.contentsslider_footer div.contentsslider_btn{
padding-bottom: 0.5rem!important;
}
/*　--------------------　法人情報ボタン　--------------------　*/
.top_company_btn .fs_btn_text_main {
letter-spacing: 0.2rem;
font-size:1.2rem;
}
.top_company_btn .fs_btn_text_sub {
font-size:0.8rem;
font-weight: bold;
}
.top_company_btn  .fs_btn {
background-color: rgba(33,33,33,0.5);
}
.top_company_btn .fs_btn:hover{
background-color: rgba(33,33,33,0.05);
}

/*　==============================　色に関する設定　==============================　*/
.rgba_white{
background-color:rgba(255,255,255,0.8);
}
.rgba_white2{
background-color:rgba(255,255,255,0.65);
}
.rgba_black{
background-color:rgba(0,0,0,0.8);
}
.rgba_black2{
background-color:rgba(0,0,0,0.65);
}

.rgba_main{
background-color:rgba(49,102,172,0.9);
}
/*　==============================　文字に関する設定　==============================　*/
.bold {
font-weight: bold;
}
.italic {
font-style: italic;
}
.eiji {
font-family: "Lato", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}
.space{
letter-spacing: 0.2rem;
}
.space_1{
letter-spacing: 0.1rem;
}
.br-sp{
display:none;
}
.br-sp-r{
display:inline;
}
@media screen and (max-width: 900px) { 
}
@media screen and (max-width: 480px) { 
.ttl_font_sp{
font-size: 1.7rem;
}
.tx-center{
text-align: center!important;
}
.tx-left{
text-align: left!important;
}
.tx-center{
text-align: center!important;
}
.br-sp{
display:block;
line-height:0rem;
}
.br-sp-r{
display:none;
}
}
/*　==============================　フッター　==============================　*/
/*　--------------------　サイトマップ　--------------------　*/
.ft-sitemap{
width: 100%;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-flow: row wrap;
line-height: 1.6rem;
}
.ft-smap-left{
width: 55%;
display: -webkit-inline-flex;
display: -moz-inline-flex;
display: -ms-inline-flex;
display: -o-inline-flex;
display: inline-flex;
flex-flow: row wrap;
margin-left: 5%;
}
.ft-smap-left div{
width: 100%;
}
.ft-smap-right{
width: 40%;
display: -webkit-inline-flex;
display: -moz-inline-flex;
display: -ms-inline-flex;
display: -o-inline-flex;
display: inline-flex;
flex-flow: row wrap;
}
.ft-smap-right div{
width: 100%;
}
.ft-smap-items{
padding: 0.2rem 0rem 0.2rem 0rem;
}
.ft-smap-items-u{
font-size:0.8rem;
padding: 0.2rem 0rem 0.2rem 1rem;
}
.ft-site-item{
width: 95%;
margin-left: 5%;
}
.ft-sitemap a, .ft-sitemap a:visited, .ft-sitemap a:active, .f_link a , .f_link a:visited, .f_link a:active{
color: #333333;
}
.ft-sitemap a:hover ,
.f_link a:hover{
opacity: 0.5;
transition:0.3s;
}
@media screen and (max-width: 768px) {
.ft-smap-left{
width: 55%;
}
.ft-smap-right{
width: 40%;
}
}
@media screen and (max-width: 498px) {
.ft-sitemap{
margin-left:0.5rem;
}
.ft-smap-left{
width: 62%;
margin-left: 0%;
}
.ft-smap-right{
width: 35%;
}
.ft-site-item{
width: auto;
margin-left: 0%;
}
}

/*　--------------------　コンタクトボタン　--------------------　*/
.f_contact .fs_btn_text {
line-height:1.2rem;
}
.f_contact .fs_btn_text_sub{
font-size: 0.8rem;
}
.f_contact .fs_btn_text_main{
font-size: 0.9rem;
}
.f_contact_tel .fs_btn_text {
line-height:1.5rem;
}
.f_contact_tel .fs_btn_text_sub{
font-size: 1.25rem;
letter-spacing: 0.05rem;
}
.f_contact_tel .fs_btn_text_main{
font-size: 1rem;
letter-spacing: 0.05rem;
}

/*　==============================　ヘッダー　==============================　*/
/*　--------------------　パンくずリスト　--------------------　*/
.box-shadow_inset {
box-shadow: 0 5px 5px rgba(0,0,0,.15)inset;
-webkit-box-shadow: 0 5px 5px rgba(0,0,0,.15)inset;
-moz-box-shadow: 0 5px 5px rgba(0,0,0,.15)inset;
}
.fs_breadcrumb a {
color:#fff;
}
.fs_breadcrumb a:hover{
opacity:0.6;
transition:0.6s;
}
/*　--------------------　ナビエリアドロップシャドウ　--------------------　*/
header{
box-shadow:0 2px 2px rgba(90,90,90,0.3);
-webkit-box-shadow:0 2px 2px rgba(90,90,90,0.3);
}
/*　--------------------　オートナビに関する設定　--------------------　*/
/*ホバー時のアンダーラインetc*/
.fsNavMenuList li a {
position: relative;
display: inline-block;
text-decoration: none;
padding: 1.25rem 0.8rem!important;
margin-bottom: 0.5rem!important;
}
.fsNavMenuList .active_page > a {
border-bottom:1px solid #3166ac;  
}
.fsNavMenuList li a:hover{
color: #3166ac;
}
.fsNavMenuList li a::after {
content: '';
position: absolute;
bottom: -1px;
left: 0;
width: 100%;
height: 1px;
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
background-color: #3166ac;
-webkit-transition: all .3s ease;
transition: all .3s ease;
}
.fsNavMenuList li a:hover::after {
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
}

/*ホバー時の文字色etc*/
.fsNavMenuList li a{
box-sizing: border-box!important;
}
/*サブナビ*/
.fsNavMenuList .sub_list{
background-color: rgba(255,255,255,1)!important;
border: 1px solid #3065ab;
margin-top: 1px!important;
}
.fsNavMenuList .sub_list .sub_list_li :first-child{
margin-top: 0.5rem!important;
}
.fsNavMenuList .sub_list .sub_list_li :last-child{
margin-bottom: 0.5rem!important;
}
.fsNavMenuList .sub_list_li a{
text-align: left!important;
white-space: nowrap!important;
color: #3166ac!important;
margin: 0 auto 1rem auto!important;
padding: 0.75rem 1.5rem  0.75rem 1rem!important;
width: 95%!important;
}
.fsNavMenuList .sub_list .active_page > a {
border-bottom:1px solid #ffffff;  
}
.fsNavMenuList .sub_list li a:hover{
color: #3166ac;
}
.fsNavMenuList .sub_list li a::after {
content: '';
position: absolute;
bottom: -1px;
left: 0;
width: 100%;
height: 1px;
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
background-color: #3166ac;
-webkit-transition: all .3s ease;
transition: all .3s ease;
}
.fsNavMenuList .sub_list li a:hover::after {
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
}


.fsNavMenuList .main_list_li:last-child a{
padding: 0.4rem 1rem!important;
}
.fsNavMenuList .main_list_li:last-child a p{
background-color: #3065ab;
color: #fff;
padding: 0.8rem 1rem!important;
}

/*　--------------------　Fatナビに関する設定　--------------------　*/
.fat-nav li {
list-style-type: none;
text-align: left;
padding: 1.5rem 0 1.5rem 2rem;
font-size: 1.2rem;
border-bottom: 1px solid #cfcfcf;
}
.fat-nav{
background: rgba(49, 102, 172, 0.96);
}
.hamburger .hamburger__icon, .hamburger .hamburger__icon:before, .hamburger .hamburger__icon:after {
background-color: #3166ac;
}
#topfix_A {
position: absolute;
z-index: 50;
top: 0;
right: 0;
}
#topfix_B {
position: absolute;
z-index: 10;
top: 0;
right: 0;
}
/*　==============================　デフォルト　==============================　*/
/*　--------------------　ページトップボタン　--------------------　*/
.pagetop_btm{
position: fixed;
z-index: 20;
bottom: 0;
right: 0;
}
.pagetop_btm .fs_btn{
line-height: 1.6;
}
@media screen and (max-width: 1300px) {
.copyr-r{
margin-right: 80px;
}
}
/*　--------------------　マルチイメージのポインター無　--------------------　*/
.cuosor {
pointer-events: none ;
cursor: default ;
}
/*　--------------------　telリンク - スマホ版のみ　--------------------　*/
@media screen and (min-width: 768px) {
a[href^="tel:"] {
	pointer-events: none;
}
}
@media screen and (min-width: 480px) {
.tel_splink {
pointer-events: none;
}
}
/*　--------------------　その他　--------------------　*/
a {
text-decoration:none;
}
h1 , h2 , h3 {
margin: 0px 0px 0px 0px;
padding: 0px 0px;
margin-top: 0px;
font-weight: normal;
}
.hover_opacity:hover{
opacity: 0.8;
transition:0.6s;
}
.hover_opacity_img:hover {
opacity:0.7;
transition:0.6s;
}
.cuosor {
pointer-events: none ;
cursor: default ;
}
/*　--------------------　Google font　--------------------　*/
.googlefont {
font-family: 'Roboto', 游ゴシック Medium,Yu Gothic Medium,游ゴシック体,YuGothic,sans-serif;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/0eC6fl06luXEYWpBSJvXCBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/Fl4y0QdOxyyTHEGMXX8kcRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/-L14Jk06m6pUHB-5mXQQnRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/I3S1wsgSg9YCurV6PUkTORJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/NYDWBdD4gIq26G5XYbHsFBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/Pru33qjShpZSmG3z6VYwnRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/Hgo13k-tfSpn0qi1SFdUfVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}