@charset "UTF-8";
/*
Theme Name: feijinkai
Theme URI: https://f-eijinkai.jp
Description: 社会福祉法人永仁会ALL WEBサイトのテーマ
Version: 1.1
Author: 8creative
Author URI: 
*/

/***************************************************************************************************************************************************
■全体設定 
***************************************************************************************************************************************************/

/* CSSリセット-- */

html, body, div, span, applet, object, iframe, strong, h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, p, q, s, samp,
small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
form, legend, caption, tbody, tfoot, thead, table, label, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style:none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
}

fieldset{margin:0,0,0,0px; border: none;}

/* 基本骨格-- */

html{height: 100%;}

body{
	height: 100%;
	background-color: #fff;
	margin: 0;
	padding: 0; 
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color: #333; 
	min-width: 100%;
	font-size: 16px;
	line-height: 160%;
	zoom:1;
} /* 画面横幅を縮小した際に画像が切れないようにmin-width設定 */


#page{
	width: 100%;
	height: auto;
	height: auto !important;
	min-height: 100%;
	position: relative;
	margin: 0 auto;
/*IEでFooterを固定するために記述 */
	display:flex;
	flex-direction: column;
}

#wrapper{
	width: 100%;
	height: auto;
	position: relative;
	margin: 0px auto;
/*IEでFooterを固定するために記述*/
	display:flex;
	flex-direction: column;
	min-height: 100vh;
	}

/***************************************************************************************************************************************************
■ヘッダー 
***************************************************************************************************************************************************/


header{
	width:100%;
	height:175px;
	}

.header_container{
	width:100%;
	height:175px;
	display:flex;
	margin:0 auto;
	justify-content:center;
}

.header_box{
	flex-basis:640px;
	position:relative;
	border:0px solid #910;
}

.header_box:first-child{
	padding:20px 0 0 100px;
}

.header_box:last-child{
	text-align:left;
	padding-right:0px;
}

.header_tel{margin-top:50px; font-size:22px; font-weight:700;}

#fontSize{width: 250px; height: 30px; position: absolute; top: 115px; left: 80px; background-color: #fff; display: block; border: 0px #d7d solid;}
#fontSize ul{margin: 5px 0 0 8px; }
#fontSize li{float: left; padding: 0 8px 0 0; font-size: 80%; line-height:200%;}

.search{width:300px; position:absolute; top:100px; right:90px;}


@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .cse .gsc-search-button-v2,
.gsc-search-button-v2 {
    /* IE11 にのみ適用される */
  font-size: 20px!important;
  padding: 0px 27px!important;

  }

  *::-ms-backdrop, .header_box {
    /* IE11 にのみ適用される */
  flex-basis:640px!important;
  }
}

.g_menu{
	width:100%;
	height:72px;
	margin: 0 auto;
	background-image:url(image/header_menu_bg.png);
	background-repeat:repeat-x;
	position:sticky;
	top:0;
	z-index:1000;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.4);
}

.g_menu ul{
	width:1080px;
	display:flex;
	justify-content:space-between;
	margin:0 auto;
}

.g_menu ul li{
	height:72px;
	width:160px;
	font-size:17px;
	font-weight:700;
	text-align:center;
	flex:1;
	line-height:72px;
	position:relative;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .g_menu ul li {
    /* IE11 にのみ適用される */
  flex:0 0 160px;

  }

}


.g_menu ul li.home{
	height:72px;
	width:120px;
	font-size:17px;
	font-weight:700;
	text-align:center;
	flex:1;
	line-height:72px;
}

.g_menu ul li ul{
	width:160px;
	font-size:17px;
	font-weight:700;
	text-align:center;
	line-height:54px;
	display:block;
}

.g_menu ul li ul li.child{
	height:0px;
	width:160px;
	font-size:17px;
	font-weight:700;
	text-align:center;
	overflow:hidden;
	line-height:54px;
	transition:0.2s;
	background-color:#7dd8fa;
}


.g_menu ul li:hover{
	background-color:#004385;
}


.g_menu ul li a{
	height:72px;
	color:#333;
	display:inline-block;
	width:100%;
        transition: 0.5s;
}

.g_menu ul li a:hover{
	height:72px;
	color:#fff;
	display:inline-block;
	width:100%;
}

.g_menu ul li:hover > ul > li.child {
  overflow: visible;
  height: 54px;
}


header a[href^="tel:"] { cursor: default; color:#333;}

.sogo_btn{
	position:absolute;
	top:50px;
	right:0px;
	padding:7px 10px;
	background:#107f4c;
	font-weight:700;
	border-radius:10px;
}

.sogo_btn:hover{opacity:0.8;}

.sogo_btn a{color:#fff;}


/************************************************************ ヘッダースマホ *******************************************************************/

@media (max-width: 768px) {

header{
	width:100%;
	height:auto;
	}

.header_container{
	width:100%;
	height:auto;
	margin:0 auto;
	display:block;
}

.header_box{
	border:0px solid #910;
	display:block;
}

.header_box:first-child{
	padding:0 0 3%;
}

.header_box:last-child{
	text-align:center;
	padding:3% 0;
	height:auto;
	background-image:url(image/sp/header_menu_bg_sp.png);
	background-repeat:repeat-x;
}

.header_tel{margin:0; font-size:18px; font-weight:700;}

#fontSize{display:none;}

.search{display:none;}

.g_menu{display:none;}

.pankuzu span a{display:none;}

}


@media (max-width: 320px) {
.header_tel{margin:0; font-size:16px; font-weight:700;}
.header_adress{margin:0; font-size:16px;}
}


/***************************************************************************************************************************************************
■共通項目
***************************************************************************************************************************************************/

.main_visual{
	width:1280px;
	height:auto;
	margin:20px auto;
}

/************************************************************ ページトップナビ *******************************************************************/

#page-top {
	position: fixed;
	bottom: 80px;
	right: 20px;
	z-index: 500;
}
#page-top a {
	background-image : url(image/retop_btn.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	text-decoration: none;
	width: 40px;
	height: 40px;
	padding: 0;
	display: block;

}

#page-top a:hover {
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/************************************************************ ページトップナビスマホ *******************************************************************/

@media (max-width: 768px) {
#page-top_sp {
	position: fixed;
	bottom: 3%;
	right: 3%;
	z-index: 500;
}
#page-top_sp a {
	background-image : url(image/retop_btn.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	text-decoration: none;
	width: 40px;
	height: 40px;
	padding: 0;
	display: block;

}

#page-top_sp a:hover {
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
}


/*************************************************************** ドロワー ************************************************************************/

@media (max-width: 768px) {

nav{
 width: 100%;
 height: 40px;
 position: absolute;
 top:0;
 padding-top:1%;
 z-index:10000;
}
.drawer{
 display: flex;
 flex-direction: row;
 align-items: center;
 justify-content: flex-end;
 position: relative;
 height: 40px;
 padding: 0 1em;
}

.navbar_toggle{
 z-index:9999;
}
.navbar_toggle_icon {
 position: relative;
 display: block;
 height: 3px;
 width: 30px;
 background: #004385;
 -webkit-transition: ease .5s;
 transition: ease .5s;
}
.navbar_toggle_icon:nth-child(1) {
 top: 0;
}
.navbar_toggle_icon:nth-child(2) {
 margin: 8px 0;
}
.navbar_toggle_icon:nth-child(3) {
 top: 0;
}
/*OPEN時の動き*/
.navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
 top: 10px;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
 opacity: 0;
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
 top: -12px;
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
}

.menu{
 -webkit-transform: translateX(-100%);
 transform: translateX(-100%);
 -webkit-transition:ease .5s;
 transition:ease .5s;
 z-index:1000;
 background-color:#004385;
 opacity:0.9;
}
.menu ul li{
 padding: 3%;
 border-bottom: 1px solid #CCC;
 font-size:95%;
}

.menu ul li a{color:#fff;}


.menu ul li.child{color:#fff;
 -webkit-transition: ease .5s;
 transition: ease .5s;
}
.menu ul li.child span{background:url(image/sp/icon_menu_open.jpg) no-repeat scroll right 2% center / 5% auto; display: block;
 -webkit-transition: ease .5s;
 transition: ease .5s;
}
.menu ul li.child.open span{background:url(image/sp/icon_menu_close.jpg) no-repeat scroll right 2% center / 5% auto;}
.menu ul li ul.child_nav{display: none;
 -webkit-transition: ease .5s;
 transition: ease .5s;}
.menu ul li.child.open ul.child_nav{display: block;
 -webkit-transition: ease .5s;
 transition: ease .5s;
}

.menu ul li.child.open ul.child_nav li{
 width:100%;
 background-color:#7dd8fa; 
 padding: 3%;
 border-bottom: 1px solid #333;
 font-size:95%;
 font-weight:700;
}

.menu ul li.child.open ul.child_nav li a{ color:#333;}

/*OPEN時の動き*/
.menu.open {
 -webkit-transform:translateX(0%);
 transform:translateX(0%);
 overflow-y: auto;
 -webkit-overflow-scrolling: touch;
}


}

/***************************************************** リンク-- ************************************************************/
a{text-decoration:none;}

span.cat-home {background: #0b417f;}
span.cat-day {background: #e5a11a;}
span.cat-sakura {background: #90b953;}
span.cat-help {background: #ec6d82;}
span.cat-zaitaku {background: #5d87b7;}
span.cat-chiiki {background: #b3b85f;}
span.cat-all {background: #990000;}
span.cat-recruit {background: #dbd909;}
span.cat-disclosure {background:#107f4c;}
span.cat-bid {background:#cd5c5c;}

ul.list li span a{display:inline-block; width:100px; color:#fff!important; text-align:center; font-size:12px;}

/******************************************************* パンくず-- ********************************************************/

.pankuzu{width:960px; margin:15px auto 0px; text-align:left;}
.pankuzu span{display:inline; margin-right:0px; vertical-align:bottom; font-size:14px;}
.pankuzu span a{display:inline; text-decoration:none; color:#333;}
.pankuzu span a:hover{opacity:0.7;}

/***************************************************** フロートクリア-- ****************************************************/

.clear{ clear: both; line-height: 0;}
.clearFix:after{display:block; clear:both; height:0; visibility:hidden; content:"."; zoom:1;}


/* 下線-- */

/* ボトムマージン調整 */

/*********************************************************** フロート **************************************************************/
.float_l{float: left;}
.float_r{float: right;}



/***************************************************************************************************************************************************
■コンテンツ
***************************************************************************************************************************************************/


#contents{
	width:100%;
	height: auto;
	position: relative;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
}

.down{display:none;}

.sup{font-size:75%; vertical-align: top; position: relative; top: -0.1em;}

/************************************************************** topページ ************************************************************************/

#slider_block{
	width:1280px;
	height:500px;
	margin: 0 auto;
}

.slider{
	width:1280px;
	height:500px;
	margin:0 auto;
}

.slider div img{width:1280px; height:500px;}

.top_container{
	width:1080px;
	height: auto;
	margin: 50px auto 0;
	text-align:center;
	padding:30px 0;
}

.top_container2{
	width:1080px;
	height: auto;
	margin: 0 auto;
	text-align:center;
	padding:30px 0 0;
	display:flex;
}

.top_shisetsu_btn{
	flex:1;
}

.top_shisetsu_btn a img:hover{opacity:0.8;}

.top_subcopy{margin-bottom:30px;}

.top_info{
	width:740px;
	height:auto;
	margin: 0 auto 30px;
}

.top_info_block{
	width:740px;
	height:auto;
	margin: 0;
	display:flex;
	flex-wrap:wrap;
	text-align:left;
	padding:10px 0;
}

.info_box:nth-child(odd){
	width:15%;
	padding:0 0 5px 10px;
}

.info_box:nth-child(even){
	width:85%;
	padding:0 0 5px 0;
}

.top_under_container{
	width:100%;
	height:auto;
	margin:0 auto 30px;
	background-color:#f5f3f2;
}

.top_under_block{
	width:1080px;
	height:auto;
	margin: 0 auto 0;
	padding:50px 0;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-content:space-around;
}

.under_block_menu01{
	width:300px;
	margin:30px;
	background-image:url(image/block_menu01.png);
	background-repeat:no-repeat;
}

.under_block_menu02{
	width:300px;
	margin:30px;
	background-image:url(image/block_menu02.png);
	background-repeat:no-repeat;
}
.under_block_menu03{
	width:300px;
	margin:30px;
	background-image:url(image/block_menu03.png);
	background-repeat:no-repeat;
}
.under_block_menu04{
	width:300px;
	margin:30px;
	background-image:url(image/block_menu04.png);
	background-repeat:no-repeat;
}
.under_block_menu05{
	width:300px;
	margin:30px;
	background-image:url(image/block_menu05.png);
	background-repeat:no-repeat;
}
.under_block_menu06{
	width:300px;
	margin:30px;
	background-image:url(image/block_menu06.png);
	background-repeat:no-repeat;
}
.under_block_menu07{
	width:300px;
	margin:30px;
	background-image:url(image/block_menu07.png);
	background-repeat:no-repeat;
}
.under_block_menu08{
	width:300px;
	margin:30px;
	background-image:url(image/block_menu08.png);
	background-repeat:no-repeat;
}
.under_block_menu09{
	width:300px;
	margin:30px;
	background-image:url(image/block_menu09.png);
	background-repeat:no-repeat;
}


.under_block_menu01 p a,.under_block_menu02 p a,.under_block_menu03 p a,
.under_block_menu04 p a,.under_block_menu05 p a,.under_block_menu06 p a,
.under_block_menu07 p a,.under_block_menu08 p a,.under_block_menu09 p a {
	width:300px; height:160px; padding:10px 10px 0 150px; text-decoration:none; color:#333; display:inline-block;}

.under_block_menu01 p a span,.under_block_menu02 p a span,.under_block_menu03 p a span,
.under_block_menu04 p a span,.under_block_menu05 p a span,.under_block_menu06 p a span,
.under_block_menu07 p a span,.under_block_menu08 p a span,.under_block_menu09 p a span{
	font-size:18px; font-weight:700;}

.under_block_menu01:hover,.under_block_menu02:hover,.under_block_menu03:hover,.under_block_menu04:hover,
.under_block_menu05:hover,.under_block_menu06:hover,.under_block_menu07:hover,.under_block_menu08:hover,.under_block_menu09:hover{opacity:0.7;}


.top_contact_container{
	width:1080px;
	height: auto;
	margin: 0 auto;
	text-align:center;
	padding:30px 0;
}

.top_contact_container2{
	width:1080px;
	height: auto;
	background:#fff;
	margin: 30px auto 0;
	text-align:center;
	padding:30px 0 0;
}

.org_name{
	width:1000px;
	font-size:30px;
	font-family:游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E, "Sawarabi Mincho",serif;
	font-weight:700;
	margin :0 auto 20px;
	border-bottom:1px dotted #333;
	padding: 10px 0 30px;
}

.top_contactcopy{margin-bottom:30px;}

.top_contact_block{
	width:1080px;
	height: auto;
	margin: 0 auto 40px;
	display:flex;
	justify-content:space-around;
	border:1px solid #004385;
	padding:30px 60px 25px;
}

.top_contact_box:nth-child(2){
	width:32%;
	text-align:left;
	border:0px solid #910;
}


.top_contact_box a img:hover{opacity:0.7;}

.contact_tel{font-size:30px!important; font-weight:700!important; font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;}

.contact_tel a[href^="tel:"] { cursor: default; color:#333;}


.top_under_container2{
	width:100%;
	height:auto;
	margin:0 auto 30px;
	background-color:#fff;
}

.top_under_block2{
	width:1080px;
	height:auto;
	margin: 0 auto 0;
	padding:50px 0;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-content:space-around;
}

.under_block2_menu01{
	width:300px;
	margin:30px 30px 10px;
}

.under_block2_menu02{
	width:300px;
	margin:30px 30px 10px;
}
.under_block2_menu03{
	width:300px;
	margin:30px 30px 10px;
}
.under_block2_menu04{
	width:300px;
	margin:30px 30px 10px;
}
.under_block2_menu05{
	width:300px;
	margin:30px 30px 10px;
}
.under_block2_menu06{
	width:300px;
	margin:30px 30px 10px;
}

.under_block2_menu01 img,.under_block2_menu02 img,.under_block2_menu03 img{border:1px solid #bbb;}

.under_block2_menu01 p a,.under_block2_menu02 p a,.under_block2_menu03 p a{
	width:300px; height:80px; padding:0px; text-decoration:none; color:#333; display:inline-block;}

.under_block2_menu04 p a,.under_block2_menu05 p a,.under_block2_menu06 p a{
	width:300px; height:40px; padding:0px; text-decoration:none; color:#333; display:inline-block;}


.under_block2_menu01:hover,.under_block2_menu02:hover,.under_block2_menu03:hover,.under_block2_menu04:hover,
.under_block2_menu05:hover,.under_block2_menu06:hover{opacity:0.7;}


/************************************************************ トップページスマホ *******************************************************************/
@media (max-width: 768px) {

#slider_block{
	width:100%;
	height:auto;
	margin: 0 auto;
}

.slider{
	width:100%;
	height:auto;
	margin:0 auto;
}

.slider div img{width:100%; height:auto;}

.top_container{
	width:96%;
	height: auto;
	margin: 7% auto 7%;
	text-align:center;
	padding:0;
}

.top_container2{
	width:96%;
	height: auto;
	margin: 0 auto 7%;
	text-align:center;
	padding:0;
	display:block;
}

.top_shisetsu_btn{
	display:block;
}

.top_shisetsu_btn a img:hover{opacity:0.8;}

.top_subcopy{margin-bottom:7%;}

.top_info{
	width:100%;
	height:auto;
	margin: 0 auto 3%;
}

.top_info_block{
	width:96%;
	height:auto;
	margin: 0;
	display:block;
	text-align:left;
	padding:3% 0;
	font-size:15px;
}

.info_box:nth-child(odd){
	width:100%;
	display:block;
	padding:0;
	font-weight:700;
}

.info_box:nth-child(even){
	width:100%;
	display:block;
	padding:0;
}

.top_under_container{
	width:100%;
	height:auto;
	margin:0 auto 7%;
	background-color:#f5f3f2;
	padding: 5% 0;
}

.top_under_block{
	width:96%;
	height:auto;
	margin: 0 auto 0;
	padding:0;
	display:block;
}

.under_block_menu01,.under_block_menu02,.under_block_menu03,.under_block_menu04,.under_block_menu05,.under_block_menu06,.under_block_menu07,.under_block_menu08,.under_block_menu09{
	width:100%;
	margin:2% auto;
	background-image:none;
}

.under_block_menu01:hover,.under_block_menu02:hover,.under_block_menu03:hover,.under_block_menu04:hover,
.under_block_menu05:hover,.under_block_menu06:hover,.under_block_menu07:hover,.under_block_menu08:hover,.under_block_menu09:hover{opacity:0.7;}


.top_contact_container{
	width:96%;
	height: auto;
	margin: 0 auto;
	text-align:center;
	padding:0;
}

.top_contactcopy{margin-bottom:5%;}

.top_contact_block{
	width:100%;
	height: auto;
	margin: 0 auto 5%;
	display:block;
	border:1px solid #004385;
	padding:5%;
}


.top_contact_block2{
	width:100%;
	height: auto;
	margin: 0 auto 5%;
	display:block;
	border:1px solid #004385;
	padding:5%;
}

.top_contact_box:nth-child(2){
	width:100%;
	text-align:center;
	border:0px solid #910;
	margin:0 0 5%;
}

.top_contact_box a img:hover{opacity:0.7;}

.contact_tel{font-size:22px!important; font-weight:700!important;}

.top_under_container2{
	width:100%;
	height:auto;
	margin:0 auto 7%;
	background-color:#fff;
	padding: 5% 0;
}

.top_under_block2{
	width:96%;
	height:auto;
	margin: 0 auto 0;
	padding:0;
	display:block;
}

.under_block2_menu01,.under_block2_menu02,.under_block2_menu03,.under_block2_menu04,.under_block2_menu05,.under_block2_menu06{
	width:100%;
	margin:0 auto 5%;
	background-image:none;
}

.under_block2_menu01 p a,.under_block2_menu02 p a,.under_block2_menu03 p a{
	width:100%; height:auto; padding:0px; text-decoration:none; color:#333; display:inline-block;}

.under_block2_menu04 p a,.under_block2_menu05 p a,.under_block2_menu06 p a{
	width:100%; height:auto; padding:0px; text-decoration:none; color:#333; display:inline-block;}


.under_block2_menu01:hover,.under_block2_menu02:hover,.under_block2_menu03:hover,.under_block2_menu04:hover,
.under_block2_menu05:hover,.under_block2_menu06:hover{opacity:0.7;}


.org_name{
	width:98%;
	font-size:32px;
	font-family:游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E, "Sawarabi Mincho",serif;
	font-weight:700;
	margin :0 auto 2%;
	border-bottom:1px dotted #333;
	padding: 1% 0 3%;
}

.org_name span{display:block; margin-top:3%;}
}

@media only screen and (min-width: 769px) and (max-width: 960px) {
.bx-viewport{width:960px !important; position:relative; left:50%; margin-left:-480px;}
}

/************************************************************ ごあいさつ ******************************************************************/

.page_title_img{height:55px; border-bottom:1px solid #004385;}

.ft_container{
	width:960px;
	height: auto;
	margin: 0 auto;
	text-align:left;
	position:relative;
	padding:30px 0;
}

.ft_container_news{
	width:960px;
	height: auto;
	margin: 0 auto;
	text-align:left;
	position:relative;
	padding:30px 0 50px;
}

.ft_container2{
	width:960px;
	height: auto;
	margin: 0 auto 80px;
	text-align:left;
	padding:30px 0 0;
	display:flex;
	flex-wrap:wrap;
}

.ft_box:nth-child(odd){
	width:8%;
	color:#004385;
	font-weifgt:700;
	padding-left:10px;
}

.ft_box:nth-child(even){
	width:92%;
}


.message_txt{margin:20px 0 0 20px; float:left;}
.message_manager{margin-top:0px; float:left; line-height:0;}

h2{width:960px; height:auto; background-color:#C6D7E7; color:#333; padding:10px 10px 10px 15px; clear:both; margin:0 auto; font-size:18px; letter-spacing:4px;}

h2.title{width:960px; height:auto; background-color:#fff; color:#333; padding:10px 10px 10px 15px; clear:both; margin:0 auto 10px; font-size:26px; letter-spacing:1px; border-top:2px solid #107f4c; border-bottom:2px solid #107f4c;}

/************************************************************ ごあいさつスマホ *******************************************************************/

@media (max-width: 768px) {

.page_title_img{border-bottom:1px solid #004385; height:auto; margin-bottom:5%;}

.ft_container{
	width:96%;
	height: auto;
	margin: 0 auto;
	text-align:left;
	position:relative;
	padding:5% 0;
}

.ft_container_news{
	width:96%;
	height: auto;
	margin: 0 auto;
	text-align:left;
	position:relative;
	padding:5% 0 15%;
}

.ft_container2{
	width:96%;
	height: auto;
	margin: 0 auto 10%;
	text-align:left;
	padding:5% 0 0;
	display:relative;
}

.ft_box:nth-child(odd){
	width:96%;
	color:#004385;
	font-weifgt:700;
	padding-left:0;
	margin: 0 auto;
}

.ft_box:nth-child(even){
	width:96%;
	margin: 0 auto 3%;
}


.message_txt{width:90%; margin:0px auto; float:none;}
.message_manager{margin:5% auto; float:none;}

h2{width:100%; height:auto; background-color:#C6D7E7; color:#333; padding:3% 3% 3% 5%; clear:both; margin:0 auto; font-size:20px; letter-spacing:5px;}

h2.title{width:100%; height:auto; background-color:#fff; color:#333; padding:3% 3% 3% 5%; clear:both; margin:0 auto; font-size:22px; letter-spacing:1px; border-top:2px solid #107f4c; border-bottom:2px solid #107f4c;}

}

/************************************************************* サービス******************************************************/

.service_block{width:960px; margin:50px auto;}
.title_service{margin:30px auto 10px;}
.ft_midashi{font-size:16px; font-weight:700; color:#004385; margin:15px 0 5px;}


.service_block2{
	width:960px;
	height: auto;
	margin: 0 auto;
	text-align:center;
	padding:30px 0 0;
	display:flex;
}

.service_shisetsu_btn{
	flex:1;
}

.service_shisetsu_btn a img:hover{opacity:0.8;}

/************************************************************* サービススマホ******************************************************/

@media (max-width: 768px) {

.service_block{width:100%; margin:7% auto;}
.title_service{margin:5% auto 3%;}
.ft_midashi{font-size:18px; font-weight:700; color:#004385; margin:3% 0 2%;}


.service_block2{
	width:100%;
	height: auto;
	margin: 5% auto;
	text-align:center;
	padding:3% 0 0;
	display:block;
}

.service_shisetsu_btn{
	flex:none;
	display:block;
}

.service_shisetsu_btn a img:hover{opacity:0.8;}

}


/************************************************************* フロア案内******************************************************/

.main_visual{width:1280px; margin:20px auto;}
.floor_block{width:960px; margin:50px auto;}
.floor_lead{font-size:18px; font-weight:700; margin:0 0 25px; text-align:center;}
.title_floor{margin:50px auto 10px;}
.floor_catch{width:960px; margin: 0 auto 20px; text-align:center;}
.floor_data{margin:20px auto;}
.floor_data_midashi{ font-weight:700; margin:5px 0;}
.floor_spec{width:960px; margin: 20px auto 20px; display:flex; justify-content:space-around;}
.floor_box{flex:1;}
.floor_box span{display:block; font-size:14px;}

/************************************************************* フロア案内スマホ******************************************************/

@media (max-width: 768px) {

.main_visual{width:100%; margin:0 auto;}
.floor_block{width:100%; margin:7% auto;}
.floor_lead{font-size:20px; font-weight:700; margin:0 0 5%; text-align:left;}
.title_floor{margin:5% auto 3%;}
.floor_catch{width:100%; margin: 0 auto 3%; text-align:left;}
.floor_data{margin:3% auto;}
.floor_data_midashi{ font-weight:700; margin:2% 0;}
.floor_spec{width:100%; margin: 3% auto; display:block; justify-content:none;}
.floor_box{display:block; margin:5% auto;}
.floor_box span{display:block; font-size:16px;}

}

/************************************************************* ご利用方法 ******************************************************/

.guide_block{width:960px; margin:50px auto;}
.title_guide{margin:50px auto 10px;}
.price{width:960px; margin:0 auto 20px; position:relative;}
.table_midashi{font-weight:700; font-size:18px; margin:10px 0 0 20px;}
.table_coment{font-size:12px; text-align:right; position:absolute; top:10px; right:140px;}
.price01{
	width:800px;
	margin: 10px 0 0 20px;
	border-collapse: collapse;
}

.price01 th{text-align:center; padding:5px; border:1px solid #e0e0e0; vertical-align:middle;}
.price01 th.green{background:#e2eec5;}
.price01 th.yellow{background:#fff5e0;}
.price01 th.pink{background:#fbe6ef;}
.price01 th.blue{background:#dff2fc;}
.price01 th.orange{background:#f7c2a2;}
.price01 td{text-align:right; padding:5px; border:1px solid #e0e0e0; vertical-align:middle;}

.guide_flow{width:960px; margin:0 auto;}
.guide_flow ul{margin:15px 0 15px 50px;}
.guide_flow ul li{line-height:180%; list-style-type:disc; list-style-position:outside;}
.flow_title{display:flex; flex-wrap:wrap; margin:10px 0 7px 20px;}
.flow_num{flex-basis:50px; border:1px solid #004385; padding:7px; font-size:18px; font-weight:700; border-radius:5px; text-align:center;}
.flow_num_b{flex-basis:50px; border:1px solid #004385; padding:7px; font-size:18px; font-weight:700; border-radius:5px; text-align:center;}
.flow_title_txt{flex-basis:830px; margin-left:10px; font-size:18px; font-weight:700; padding:7px; }
.flow_txt{margin:0 0 10px 20px;}
.flow_arrow{margin:0 0 10px 100px;}

/************************************************************* ご利用方法スマホ ******************************************************/

@media (max-width: 768px) {

.guide_block{width:100%; margin:7% auto;}
.title_guide{margin:5% auto 3%;}
.price{width:100%; margin:7% auto;}
.table_midashi{font-weight:700; font-size:18px; margin:2% 0 0;}
.table_coment{font-size:14px; text-align:right; position:absolute; top:0; right:2%;}
.price01{
	width:96%;
	margin: 2% auto;
	border-collapse: collapse;
	font-size:16px;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-all;
}

.price01 th{text-align:center; padding:2%; border:1px solid #e0e0e0; vertical-align:middle;}
.price01 td{text-align:right; padding:2%; border:1px solid #e0e0e0; vertical-align:middle;}

.guide_flow{width:100%; margin:0 auto;}
.guide_flow ul{margin:2% 0;}
.guide_flow ul li{line-height:180%; list-style-type:disc; list-style-position:outside;}
.flow_title{display:flex; flex-wrap:wrap; margin:2% 0 2%;}
.flow_num{flex-basis:15%; border:1px solid #004385; padding:2%; font-size:18px; font-weight:700; border-radius:5px; text-align:center;}
.flow_num2{flex-basis:35%; background:#004385; color:#fff; border:1px solid #004385; padding:2%; font-size:18px; font-weight:700; border-radius:5px; text-align:center;}
.flow_title_txt{flex-basis:83%; margin-left:2%; font-size:18px; font-weight:700; padding:2%; }
.flow_txt{margin:0;}
.flow_arrow{margin:2% auto; text-align:center;}
.flow_arrow img{width:10%;}

}

/************************************************************* 食事について ******************************************************/

.meal_block{width:960px; margin:50px auto;}
.title_meal{margin:50px auto 10px;}

.meal_image{width:960px; margin:15px auto 0; text-align:center;}

.meal_photo{width:960px; margin:15px auto 0; text-align:center;}
.meal_photo img{padding:10px;}

.meal{
	width:800px;
	margin: 20px auto;
	border-collapse: collapse;
}
.meal th{width:100px; text-align:center; padding:5px; border:1px solid #e0e0e0; vertical-align:middle; font-size:16px; font-weight:700;}
.meal th.blue{background:#dff2fc;}
.meal td{text-align:left; padding:5px; border:1px solid #e0e0e0; vertical-align:middle; font-size:16px; font-weight:700;}


/************************************************************* 食事についてスマホ ******************************************************/

@media (max-width: 768px) {

.meal_block{width:100%; margin:7% auto;}
.title_meal{margin:5% auto 3%;}

.meal_image{width:100%; margin:3% auto 0; text-align:center;}

.meal_image img{width:100%;}

.meal{
	width:96%;
	margin: 2% auto;
	border-collapse: collapse;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-all;

}
.meal th{width:100%; text-align:center; padding:5px; border:1px solid #e0e0e0; vertical-align:middle; font-size:16px; font-weight:700; display:block;}
.meal th.blue{background:#dff2fc;}
.meal td{width:100%; text-align:left; padding:5px; border:1px solid #e0e0e0; vertical-align:middle; font-size:16px; font-weight:700; display:block;}

}

/************************************************************* 行事・イベント ******************************************************/

.event_block{width:960px; margin:50px auto;}
.event_title{width:960px; height:auto; background-color:#fff; padding:10px 10px 10px 15px; clear:both;
 margin:50px auto 20px; border:1px solid #004385; display:flex;}
.title_name{font-size:18px; color:#004385; letter-spacing:4px; flex-basis:250px; font-weight:700;}
.title_day{font-size:14px; color:#333; letter-spacing:4px; flex-basis:710px;}
.event_txt{margin-bottom:20px;}
.event_image{width:900px; margin: 0 auto 30px; display:flex; flex-wrap:wrap; justify-content:space-around;}
.event_image img{flex-basis:400px; margin-bottom:15px;}


/************************************************************* 医療ケアスマホ ******************************************************/

@media (max-width: 768px) {

.event_block{width:100%; margin:7% auto;}
.event_title{width:100%; height:auto; background-color:#fff; padding:2%; clear:both;
 margin:7% auto 2%; border:1px solid #004385; display:flex;}
.title_name{font-size:20px; color:#004385; letter-spacing:0px; flex-basis:60%; font-weight:700;}
.title_day{font-size:16px; color:#333; letter-spacing:0px; flex-basis:40%;}
.event_txt{margin-bottom:3%;}
.event_image{width:100%; margin: 0 auto 2%; display:block;}
.event_image img{width:100%; margin-bottom:2%;}


}

/************************************************************* 医療ケア ******************************************************/

.care_block{width:960px; margin:50px auto;}
.care_catch{width:960px; margin: 0 auto 20px; text-align:center;}
.title_care{margin:50px auto 10px;}
.care_data{margin:20px auto;}


/************************************************************* 医療ケアスマホ ******************************************************/

@media (max-width: 768px) {

.care_block{width:100%; margin:7% auto;}
.care_catch{width:100%; margin: 0 auto 5%; text-align:left;}
.title_care{margin:5% auto 3%;}
.care_data{margin:3% auto;}

}


/************************************************************* 永仁会 ******************************************************/

.eijinkai_block{width:960px; margin:50px auto;}
.title_eijinkai{margin:50px auto 10px;}

.eijinkai_container{width:700px; margin:30px auto 0;}

.group{display:flex; width:700px; height:auto; margin-bottom:30px;}
.eijinkai_logo{flex-basis:250px; margin-top:20px;}
.group_list{flex-basis:450px; margin-top:20px;}


/************************************************************* 永仁会スマホ ******************************************************/

@media (max-width: 768px) {

.eijinkai_block{width:100%; margin:7% auto;}
.title_eijinkai{margin:5% auto 3%;}

.eijinkai_container{width:100%; margin:5% auto 0;}

.group{display:block; width:100%; height:auto;}
.eijinkai_logo{display:block; width:96%; margin: 5% auto; text-align:left;}
.eijinkai_logo img{width:50%;}

.group_list{display:block;}

}

/*********************************************************** よくあるご質問****************************************************/

.faq_block{width:960px; margin:50px auto;}

dl{width:840px; margin:0 auto; border-bottom:#f4f2eb 2px dotted;}
dt{font-size:16px; font-weight:bold; line-height:50px; padding:15px 0 15px 60px;}
dt:hover{cursor:pointer; opacity:0.5;}
dd{width:740px; padding:10px 0 30px 60px; line-height:1.4;}
dd a{color:#D13828; display:inline;}
dd strong{color:#D13828;}
dd a:hover{text-decoration:underline;}
dd p{text-align:left;}
.drop{background:url(image/qa/icon_Q.jpg) no-repeat left center;}
.drop span{background:url(image/qa/icon_close.png) no-repeat right 5px center; display:block;}
.drop.open span{background:url(image/qa/icon_open.png) no-repeat right 5px center;}
.down{background:url(image/qa/icon_A.jpg) no-repeat left top;}

/*********************************************************** よくあるご質問スマホ****************************************************/

@media (max-width: 768px) {
.drop{background:none;}
.drop span{background:none; display:block;}
.drop.open span{background:none;}
dl{width:94%; margin:0 auto 4%; border-bottom:none;}
dt{font-size:16px; font-weight:bold; line-height:30px; padding:2% 2%; color:#D13828;}
dd{width:94%; background:none; padding:2%; border:#f4f2eb 2px solid; margin:2% auto;}
.down{background:none;}
dd img{width:auto !important;}
}


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

.access_block{width:960px; margin:50px auto;}
.accessmap{width:800px; margin:20px auto 0;}
.title_access{margin:30px auto 10px;}


/************************************************************* アクセススマホ******************************************************/
@media (max-width: 768px) {

.access_block{width:100%; margin:7% auto;}
.accessmap{
	width: 96%;
	margin: 7% auto 3%;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;}

.accessmap iframe, .accessmap object, .accessmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.title_access{margin:5% auto 3%;}

}

/******************************************************************** 採用情報 *********************************************************/

.mainheader{
	width:100%;
	min-width:1400px;
	height:90px;
	text-align:center;
	margin: 0 auto;
	background:url(image/mainheader_pc.png);
	background-repeat: repeat-x;
	padding:10px;

}

.logo{
	width:300px;
	position:absolute;
	top:20px;
	right:80px;
}

.logo img{width:100%;}

.top_copy{

	text-align:center;
	font-weight:bold;
	font-size:18px;
	margin:20px auto 0;
}

.mainvisual{
	width:1280px;
	height:auto;
	margin: 0 auto;
}

.link_btn {
	width:604px;
	height:67px;
	margin: 60px auto;
	text-align:center;
}

.link_btn a:hover{
	opacity:0.8;
}


.link_btn2 {
	width:400px;
	height:44px;
	margin: 20px auto;
	text-align:center;
}

.link_btn2 a:hover{
	opacity:0.8;
}

.container{
	width:1000px;
	height:auto;
	margin:80px auto 0;
	overflow:hidden;
}

.container2{
	width:1000px;
	height:auto;
	margin:30px auto 30px;
	overflow:hidden;
}

.container3{
	width:900px;
	height:auto;
	margin:30px auto 30px;
	overflow:hidden;
}


.box_l{
	width:450px;
	height:auto;
	float:left;
	margin:0 0 30px;
}

.box_r{
	width:450px;
	height:auto;
	float:right;
	margin:0 0 30px;
}

.box_l2{
	width:400px;
	height:auto;
	float:left;
	margin:0 0 30px;
}

.box_r2{
	width:400px;
	height:auto;
	float:right;
	margin:0 0 30px;
}

.midashi{
	font-weight:bold;
	font-size:18px;
	margin:5px 0 5px;
}

.midashi2{
	font-weight:bold;
	font-size:24px;
	margin:5px 0 5px;
	text-align:center;
}

.m_catch{
	text-align:center;
	font-weight:bold;
	font-size:32px;
	margin:80px auto 50px;
	line-height:170%;
}

.m_catch2{
	text-align:center;
	font-weight:bold;
	font-size:32px;
	margin:30px auto 50px;
	line-height:170%;
}

.m_catch3{
	text-align:center;
	font-weight:bold;
	font-size:32px;
	margin:30px auto;
	line-height:170%;
}

.staff_img{
	width:1000px;
	height:166px;
	margin:0 auto;
}

.gmap{
	width:800px;
	height:auto;
	margin:30px auto;
}

.access{
	text-align:center;
	margin: 0 auto;
	width:900px;
}

.inquiry_text{
	width:800px;
	margin: 40px auto;
}

.form_container{
	width:900px;
	margin: 0px auto 0;
	border:1px solid #999;
	padding:0px 80px;
}

input.text{
	width: 400px;
	height: 2em;
	font-size:16px;
}

/***************************************************** 採用情報スマホ *********************************************************/

@media (max-width: 768px) {

.logo{
	width:60%;
	position:relative;
	margin:0 auto;
	text-align:center;
	padding:0;
	top:0;
	right:0;
}

.logo img{width:100%;}


.mainheader{
	width:100%;
	min-width:100%;
	height:auto;
	text-align:center;
	margin: 0 auto;
	background:url(image/mainheader_pc.png);
	background-repeat: repeat-x;
}


.top_copy{
	width:96%;
	text-align:left;
	font-weight:bold;
	font-size:18px;
	margin:20px auto 0;
	line-height:160%;
}

.mainvisual{
	width:100%;
	height:auto;
	margin: 0 auto;
}


.link_btn,.link_btn2 {
	width:100%;
	height:auto;
	margin: 5% auto;
	text-align:center;
}

.link_btn img,.link_btn2 img{width:100%;}

.link_btn a:hover,.link_btn2 a:hover{
	opacity:0.8;
}

.container{
	width:100%;
	height:auto;
	margin:7% auto 0;
}

.container2{
	width:100%;
	height:auto;
	margin:0 auto 3%;
}

.container3{
	width:90%;
	height:auto;
	margin:3% auto 3%;
}


.box_l{
	width:96%;
	height:auto;
	float:none;
	margin:0 auto 7%;
}

.box_r{
	width:96%;
	height:auto;
	float:none;
	margin:0 auto 7%;
}

.box_l2{
	width:96%;
	height:auto;
	float:none;
	margin:0 auto 7%;
}

.box_r2{
	width:96%;
	height:auto;
	float:none;
	margin:0 auto 7%;
}

.midashi{
	font-weight:bold;
	font-size:22px;
	margin:3% 0 5%;
}

.midashi2{
	font-weight:bold;
	font-size:28px;
	margin:3% 0 5%;
	text-align:center;
}

.m_catch{
	text-align:center;
	font-weight:bold;
	font-size:24px;
	margin:7% auto 5%;
	line-height:160%;
}

.m_catch2{
	text-align:center;
	font-weight:bold;
	font-size:24px;
	margin:3% auto 5%;
	line-height:160%;
}

.staff_img{
	width:96%;
	height:auto;
	margin:0 auto 3%;
}

.staff_img img{width:100%;}


.gmap {
	width:96%;
	margin: 0 auto 3%;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.gmap iframe,
.gmap object,
.gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.access{
	text-align:center;
	margin: 0 auto;
	width:96%;
}

.inquiry_text{
	width:96%;
	margin: 3% auto;
}

.form_container{
	width:96%;
	margin: 0 auto;
	border:1px solid #999;
	padding:5%;
}

input.text{
	width: 96%;
	height: 2em;
	font-size:20px;
}

textarea{width:96%;}

}

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

.contact_container{width:960px; margin:50px auto; text-align:center;}
.contact_catch{font-size:28px; font-weight:700; text-align:center; width:960px; margin:50px auto; text-align:center;}
.contact_container p{margin:10px auto 30px;}
.form_container2{
	width:900px;
	margin: 30px auto 0;
	border:1px solid #999;
	padding:0px 80px;
}

/************************************************************ お問い合わせスマホ **************************************************************/

@media (max-width: 768px) {
.contact_container{width:100%; margin:7% auto; text-align:left; padding:3%;}
.contact_catch{font-size:30px; font-weight:700; text-align:center; width:96%; margin:10% auto;}
.contact_container p{margin:5% auto 10%;}
.form_container2{
	width:96%;
	margin: 7% auto 0;
	border:1px solid #999;
	padding:5%;
}
}


/***************************************************************************************************************************************************
■レスポンシブ
***************************************************************************************************************************************************/

@media (min-width: 769px) {
.pc{display:block;}
.sp{display:none;}
}

@media (max-width: 768px) {
.sp{display:block;}
.pc{display:none;}

img{width:100%; height:auto;}


body{
	font-size:18px;
}

#wrapper{
	width: 100%;
	height: auto;
	position: relative;
	margin: 0px auto;
	display:flex;
	flex-direction: column;
	min-height: 100vh;
	}


#contents{
	width:100%;
	height: auto;
	position: relative;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
}

}




/***************************************************************************************************************************************************
■フォント
***************************************************************************************************************************************************/

/***************************************************************************************************************************************************
■ナビゲーション
***************************************************************************************************************************************************/


/***************************************************************************************************************************************************
■テーブル
***************************************************************************************************************************************************/

.table01{
	width:960px;
	height:auto;
	border-spacing: 0;
	border-collapse: collapse;
	margin:0 auto 30px;
}

.table01 th{
	width:260px;
	padding:10px;
	vertical-align:middle;
	border:1px solid #bbb;
	background-color:#eaf6fd;
}

.table01 td{
	width:700px;
	padding:10px;
	vertical-align:middle;
	border:1px solid #bbb;
}

.large{
	font-size:18px;
	font-weight:bold;
	color:#ff0000;
}


.table02{
	width:960px;
	height:auto;
	border-spacing: 0;
	border-collapse: collapse;
	margin:20px auto 80px;
}

.table02 th.odd{
	width:260px;
	padding:10px;
	vertical-align:middle;
	border:1px solid #E0E5D3;
	background-color:#E0E5D3;
}

.table02 th.eve{
	width:260px;
	padding:10px;
	vertical-align:middle;
	border:1px solid #EBF1E1;
	background-color:#EBF1E1;
}

.table02 td{
	width:700px;
	padding:10px;
	vertical-align:middle;
	border:1px solid #EBF1E1;
}


@media (max-width: 768px) {

.table01{
	width:96%;
	height:auto;
	border-spacing: 0;
	border-collapse: collapse;
	margin:0 auto 3%;
	font-size:16px;
}

.table01 th{
	width:100%;
	padding:2%;
	vertical-align:middle;
	border:1px solid #bbb;
	background-color:#eaf6fd;
}

.table01 td{
	width:100%;
	padding:2%;
	vertical-align:middle;
	border:1px solid #bbb;
}

.large{
	font-size:20px;
	font-weight:bold;
	color:#ff0000;
}

.table02{
	width:96%;
	height:auto;
	border-spacing: 0;
	border-collapse: collapse;
	margin:3% auto 10%;
}

.table02 th.odd{
	width:22%;
	padding:3%;
	vertical-align:middle;
	border:1px solid #E0E5D3;
	background-color:#E0E5D3;
}

.table02 th.eve{
	width:22%;
	padding:3%;
	vertical-align:middle;
	border:1px solid #EBF1E1;
	background-color:#EBF1E1;
}

.table02 td{
	width:78%;
	padding:3%;
	vertical-align:middle;
	border:1px solid #EBF1E1;
}

}

/***************************************************************************************************************************************************
■フッター 
***************************************************************************************************************************************************/
.footer{
	background-color:#004385;
	width:100%;
	height:250px;
	color:#fff;
	margin-top:auto;
/*footer下部固定*/
	position:relative;
}

.footer_container{
	width:1080px;
	height:220px;
	display:flex;
	margin: 0 auto;
	justify-content:space-around;
	padding:40px 0;
}

.footer_box{
	flex:1;
	padding: 0 20px;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .footer_box {
    /* IE11 にのみ適用される */
  padding: 0 10px!important;
  }
}

.footer_box:first-child{
	flex-basis:430px;
}

.footer_box ul li a{
	color:#fff;
}

.footer_box ul li a:hover{
	color:#e0e0e0;
}

.footer_tel{margin:10px 0; font-size:20px; font-weight:700;}

.footer_copy{
	background-color:#004385;
	width:100%;
	height:30px;
	color:#fff;
	text-align:center;
}

.footer a[href^="tel:"] { cursor: default; color:#fff;}

/************************************************************ フッタースマホ *******************************************************************/

@media (max-width: 768px) {

.footer{
	background-color:#004385;
	width:100%;
	height:auto;
	color:#fff;
	margin-top:auto;
}

.footer_container{
	width:100%;
	height:auto;
	display:block;
	margin: 0 auto;
	padding:5% 0;
}

.footer_box{
	display:block;
	padding: 0;
	text-align:center;
}

.footer_box:nth-child(2),.footer_box:nth-child(3),.footer_box:nth-child(4){
	display:none;
}

.footer_tel{margin: 0; font-size:16px; font-weight:700;}
.footer_adress{margin: 0; font-size:14px;}

.footer_copy{
	background-color:#004385;
	width:100%;
	font-size:12px;
	height:auto;
	color:#fff;
	text-align:center;
}

}


/***************************************************************************************************************************************************
■社福総合TOP
***************************************************************************************************************************************************/

.sogo_container{
	width:1080px;
	height: auto;
	margin: 50px auto 0;
	text-align:center;
	padding:0;
	overflow:hidden;
}

.sogo_container2{
	width:1080px;
	height: auto;
	margin: 20px auto 0;
	text-align:center;
	padding-top:30px;
}

.sogo_under_block{
	width:1080px;
	height:auto;
	margin: 0 auto 0;
	padding:10px 0;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-content:space-around;
}

.sogo_block_menu01,.sogo_block_menu02,.sogo_block_menu03,.sogo_block_menu04,.sogo_block_menu05,.sogo_block_menu06{
	width:300px;
	margin:30px;
}


.sogo_footer{
	background-color:#107f4c;
	width:100%;
	height:250px;
	color:#fff;
	margin-top:auto;
	position:relative;
}

.sogo_footer_container{
	width:1280px;
	height:220px;
	display:block;
	margin: 0 auto;
	padding:40px 0;
	overflow:hidden;
}

.sogo_footer_copy{
	background-color:#107f4c;
	width:100%;
	height:30px;
	color:#fff;
	text-align:center;
}

.sogo_footer a[href^="tel:"] { cursor: default; color:#fff;}


.sogo_footer_box{
	float:left;
	padding: 0 20px;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .sogo_footer_box {
    /* IE11 にのみ適用される */
  padding: 0 10px!important;
  }
}


.sogo_footer_box ul li a{
	color:#fff;
}

.sogo_footer_box ul li a:hover{
	color:#e0e0e0;
}



header_sogo{
	width:100%;
	height:155px;
	}

.sogo_header_container{
	width:100%;
	height:155px;
	display:flex;
	margin:0 auto;
	justify-content:center;
	border-bottom:2px solid #107f4c;
}

.sogo_header_tel{margin-top:20px; font-size:22px; font-weight:700;}
header_sogo a[href^="tel:"] { cursor: default; color:#333;}

#sogo_fontSize{width: 250px; height: 30px; position: absolute; top: 90px; left: 80px; background-color: #fff; display: block; border: 0px #d7d solid;}
#sogo_fontSize ul{margin: 5px 0 0 8px; }
#sogo_fontSize li{float: left; padding: 0 8px 0 0; font-size: 80%; line-height:200%;}

.sogo_search{width:300px; position:absolute; top:80px; right:90px;}


.sogo_top_banner{
	margin:0 auto 25px;
}

.sogo_top_banner a:hover{opacity:0.8;}

.sogo_contact_block{
	width:1080px;
	height: auto;
	margin: 0 auto 40px;
	display:flex;
	justify-content:space-around;
	border:1px solid #107f4c;
	background:#fff;
	padding:30px 60px 25px;
}


.sogo_contact_block2{
	width:1080px;
	height: auto;
	margin: 0 auto 0px;
	display:flex;
	justify-content:space-around;
	background:#fff;
	padding:0px 60px 25px;
}

.sogo_under_container{
	width:100%;
	height:auto;
	margin:0 auto;
	background-color:#f5f3f2;
	overflow:hidden;
}



@media (max-width: 768px) {

header_sogo{
	width:100%;
	height:auto;
	}

.sogo_header_container{
	width:100%;
	height:auto;
	margin:0 auto;
	display:block;
}

.sogo_header_box{
	border:0px solid #910;
	display:block;
}

.sogo_header_box:first-child{
	padding:0 0 3%;
}

.sogo_header_box:last-child{
	text-align:center;
	padding:3% 0;
	height:auto;
	background-image:url(image/sp/header_menu_bg_sp.png);
	background-repeat:repeat-x;
}

.sogo_header_tel{margin:0; font-size:18px; font-weight:700;}

#sogo_fontSize{display:none;}

.sogo_search{display:none;}


.pankuzu span a{display:none;}


.sogo_container{
	width:96%;
	height: auto;
	margin: 7% auto 7%;
	text-align:center;
	padding:0;
}

.sogo_container2{
	width:96%;
	height: auto;
	margin: 0 auto 7%;
	text-align:center;
	padding:0;
	display:block;
}

.sogo_under_container{
	width:100%;
	height:auto;
	margin:0 auto 7%;
	background-color:#f5f3f2;
	padding: 5% 0;
}

.sogo_under_block{
	width:100%;
	height:auto;
	margin: 0 auto 0;
	padding:0;
	display:block;
}

.sogo_block_menu01,.sogo_block_menu02,.sogo_block_menu03,.sogo_block_menu04,.sogo_block_menu05,.sogo_block_menu06,.sogo_block_menu07,.sogo_block_menu08,.sogo_block_menu09{
	width:100%;
	margin:2% auto;
	background-image:none;
}

.sogo_block_menu01:hover,.sogo_block_menu02:hover,.sogo_block_menu03:hover,.sogo_block_menu04:hover,
.sogo_block_menu05:hover,.sogo_block_menu06:hover,.sogo_block_menu07:hover,.sogo_block_menu08:hover,.sogo_block_menu09:hover{opacity:0.7;}

.sogo_block_menu01 img,.sogo_block_menu02 img,.sogo_block_menu03 img,.sogo_block_menu04 img,
.sogo_block_menu05 img,.sogo_block_menu06 img,.sogo_block_menu07 img,.sogo_block_menu08 img,.sogo_block_menu09 img{border:1px solid #bbb;}


.sogo_top_banner img{
	border:1px solid #bbb;
}

.sogo_footer_logo{
	width:45%;
	margin: 0 auto 3%;
}


.sogo_footer_box{
	float:none;
	padding: 0 3%;
	font-size:16px;
	text-align:center;
}

.sogo_footer_box ul li a{
	color:#fff;
}

.sogo_footer_box ul li a:hover{
	color:#e0e0e0;
}


}

@media (max-width: 320px) {
.sogo_header_tel{margin:0; font-size:16px; font-weight:700;}
.sogo_header_adress{margin:0; font-size:16px;}
}


@media (max-width: 768px) {
.sogo_footer{
	background-color:#107f4c;
	width:100%;
	height:auto;
	color:#fff;
	margin-top:auto;
}

.sogo_footer_container{
	width:100%;
	height:auto;
	display:block;
	margin: 0 auto;
	padding:5% 0;
}

.sogo_footer_box{
	width:100%;
	display:block;
	padding: 0;
	text-align:center;
}

.sogo_footer_box:nth-child(2),.footer_box:nth-child(3),.footer_box:nth-child(4){
	display:none;
}

.sogo_footer_tel{margin: 0; font-size:16px; font-weight:700;}
.sogo_footer_adress{margin: 0; font-size:14px;}

.sogo_footer_copy{
	background-color:#107f4c;
	width:100%;
	font-size:12px;
	height:auto;
	color:#fff;
	text-align:center;
}
}

.blog_info ul li span a{display:inline-block; width:100px; color:#fff!important; text-align:center; font-size:12px; text-decoration:none;}
.blog_info {overflow:hidden; margin-bottom:40px; font-size:14px;}

.blog_info ul li{float:left; margin-right:15px;}


.corona_info{
	width:1080px;
	height:auto;
	margin:20px auto;
	text-align:center;
	background:#ff0000;
	padding:15px;
	font-size:20px;
	font-weight:700;
}

.corona_info a{width:1080px; display:inline-block; color:#fff;}
.corona_info a:hover{opacity:0.8;}

@media (max-width: 768px) {
.corona_info{
	width:96%;
	height:auto;
	margin:5% auto;
	text-align:center;
	background:#ff0000;
	padding:3%;
	font-size:20px;
	font-weight:700;
}

.corona_info a{width:100%; display:inline-block; color:#fff;}

.corona_info a:hover{opacity:0.8;}

}


.disclosure_title{
	width:960px;
	height:auto;
	margin:40px auto 20px;
	text-align:center;
	font-weight:700;
	font-size:32px;
	color:#fff;
	background:#c71585;
	padding:15px;
}

.bid_title{
	width:960px;
	height:auto;
	margin:40px auto 20px;
	text-align:center;
	font-weight:700;
	font-size:32px;
	color:#fff;
	background:#cd5c5c;
	padding:15px;
}

@media (max-width: 768px) {
.disclosure_title{
	width:96%;
	height:auto;
	margin:5% auto 3%;
	text-align:center;
	font-weight:700;
	font-size:28px;
	color:#fff;
	background:#c71585;
	padding:2%;
}

.bid_title{
	width:96%;
	height:auto;
	margin:5% auto 3%;
	text-align:center;
	font-weight:700;
	font-size:28px;
	color:#fff;
	background:#cd5c5c;
	padding:2%;
}

}



/***************************************************************************************************************************************************
■老人ホームムービー
***************************************************************************************************************************************************/

.movie{
	width:550px;
	height:auto;
	margin:20px auto 30px;
}

.movie video{
	width:550px;
	position:relative;
}

.movie_midashi{
	width:550px;
	text-align:center;
	margin: 10px auto 10px;
	font-size:22px;
	font-weight:700;
	font-family:游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E, "Sawarabi Mincho",serif;
	background:#004386;
	color:#fff;
	padding:7px;
}

.movie_come{
	width:550px;
	text-align:center;
	font-size:14px;
}

@media screen and  (max-width:769px){
.movie{
	width:96%;
	height:auto;
	margin:3% auto 7%;
}

.movie video{
	width:100%!important;
	height:auto;
	position:relative;
}

.movie_midashi{
	width:100%;
	text-align:center;
	margin: 2% auto 2%;
	font-size:22px;
	font-weight:700;
	font-family:游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E, "Sawarabi Mincho",serif;
	background:#004386;
	color:#fff;
	padding:2%;
}

.movie_come{
	width:100%;
	text-align:center;
	font-size:14px;
}


}

.text_banner{width:1080px; height:auto; margin:15px auto; text-align:center; background:#191970; padding:10px; box-sizing:border-box;}
.text_banner a{color:#fff; font-weight:700; font-size:20px; display:inline-block; width:1080px;}
.text_banner a:hover{opacity:0.8;}

@media screen and  (max-width:769px){
.text_banner{width:96%; height:auto; margin:3% auto; text-align:center; background:#191970; padding:2%; box-sizing:border-box;}
.text_banner a{color:#fff; font-weight:700; font-size:20px; display:inline-block; width:100%;}
.text_banner a:hover{opacity:0.8;}
}