/*-------------------------------------------------------------
///////////////////////////////////////////////////////////////
reset
///////////////////////////////////////////////////////////////
--------------------------------------------------------------*/

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
    transition : all 0.5s;
}
/*resetここまで*/


/*html5未対応ブラウザ用*/

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }



.visible-sm {
    display: none!important;
}

@media screen and (max-width: 1000px) {

img {
	vertical-align:bottom;
	border:none;
	display:block;
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
	
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.hidden-sm {
    display: none!important;
}
.visible-sm {
    display: block!important;
}
	
}



@media (min-width: 1001px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}



/*-------------------------------------------------------------
///////////////////////////////////////////////////////////////
common
///////////////////////////////////////////////////////////////
--------------------------------------------------------------*/

body#home {
	height:100%;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color: #333;
	font-size:87%;
	line-height:160%;

	/*
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	background: url(../images/bg_bodyHome.jpg) top center no-repeat;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	*/
	background: linear-gradient(to right, #5EE6F8, #B2F5AD);
}
body {
	height:100%;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color: #333;
	font-size:87%;
	line-height:160%;
	background: linear-gradient(to right, #5EE6F8, #B2F5AD);
	
	/*
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	*/
}

@media screen and (max-width: 1000px) {
body#home {
	height:100%;
	
	color: #333;
	font-size:87%;
	line-height:160%;
	/*
	background:url(../images/bg_bodyhome.jpg) top center no-repeat, #FBF8EF;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	*/
	background: linear-gradient(to right, #5EE6F8, #B2F5AD);
}
body {
	height:100%;
	
	color: #333;
	font-size:87%;
	line-height:160%;
	background: linear-gradient(to right, #5EE6F8, #B2F5AD);
	/*
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	*/
}
}

* html body {  
	font-size:87%;  
}
/**/
*:first-child+html body {  
	font-size:87%;  
}

img {
	vertical-align:bottom;
	border:none;
	display:block;
}

/* IE6 base font */
* html body {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

.center {
	text-align:center;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}

.fleft {
	float:left;	
}
.fright {
	float:right;	
}

.center00 {
	margin:0px auto;
}
.center20 {
	margin:20px auto;
}

.clear {
	clear:both;
}
.clearLeft {
	clear:left;
}
.clearRight {
	clear:right;
}

.h10 {
	height:10px;
}

.t5 {
	padding-top:5px;
}
.t10 {
	padding-top:10px;
}
.t20 {
	padding-top:20px;
}
.t40 {
	padding-top:40px;
}
.b10 {
	padding-bottom:10px;
}
.b20 {
	padding-bottom:20px;
}
.r10 {
	padding-right:10px;
}
.r20 {
	padding-right:20px;
}
.r50 {
	padding-right:50px;
}
.l10 {
	padding-left:10px;
}
.l20 {
	padding-left:20px;
}
.l30 {
	padding-left:30px;
}
.l40 {
	padding-left:40px;
}

.inlin_block {
	display: inline-block;
}

@media screen and (min-width: 1001px) {

.lr20 {
	padding:0 20px;
}
}

@media screen and (max-width: 1000px) {
.pd020 {
	padding: 0 20px;
}
}

.all5 {
	padding: 5px;
}
.all10 {
	padding: 10px;
}

.b {
	font-weight:bold;
}
.underline {
	text-decoration:underline;
}
.dotBtm {
	border-bottom: #666 dotted 2px;
}
.solidBtm {
	border-bottom: #666 solid 1px;
}
.doubleBtm {
	border-bottom: #666 double 3px;
}
.mt10 {
	margin-top:10px;
}
.mt20 {
	margin-top:20px;
}
.mt30 {
	margin-top:30px;
}
.mt40 {
	margin-top:40px;
}
.mt80 {
	margin-top:80px;
}

.t5 {padding-top:5px;}
.t10 {padding-top:10px;}
.t15 {padding-top:15px;}
.t20 {padding-top:20px;}
.b5 {padding-bottom:5px;}
.b10 {padding-bottom:10px;}
.b15 {padding-bottom:10px;}
.b20 {padding-bottom:20px;}
.r10 {padding-right:10px;}
.l10 {padding-left:10px;}

.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb25 {margin-bottom:25px;}
.mb30 {margin-bottom:30px;}
.mb35 {margin-bottom:35px;}
.mb40 {margin-bottom:40px;}
.mr10 {margin-right:10px;}
.mr20 {margin-right:20px;}
.ml10 {margin-left:10px;}
.ml20 {margin-left:20px;}
.ml90 {margin-left:90px;}

.ssText {
	font-size:0.8em;
	line-height:135%;
}
.sText {
	font-size:0.9em;
	line-height:150%;
}
.lText {
	font-size:1.1em;
}
.llText {
	font-size:1.2em;
}
.XlText {
	font-size:1.3em;
}
.XXlText {
	font-size:1.5em;
}
.XXXlText {
	font-size:1.8em;
}
.indent1em {
	padding-left:1em;
	text-indent:-1em;
}

.indent2em {
	padding-left:2em;
	text-indent:-2em;
}
.indent3em {
	padding-left:3em;
	text-indent:-3em;
}
.indent4em {
	padding-left:4em;
	text-indent:-4em;
}
.indent5em {
	padding-left:5em;
	text-indent:-5em;
}
.indent6em {
	padding-left:6em;
	text-indent:-6em;
}
.indent7em {
	padding-left:7em;
	text-indent:-7em;
}
.indent8em {
	padding-left:8em;
	text-indent:-8em;
}
.indent9em {
	padding-left:9em;
	text-indent:-9em;
}
.indent10em {
	padding-left:10em;
	text-indent:-10em;
}
.indent11em {
	padding-left:11em;
	text-indent:-11em;
}
.indent12em {
	padding-left:12em;
	text-indent:-12em;
}
.indent13em {
	padding-left:13em;
	text-indent:-13em;
}
.indent14em {
	padding-left:14em;
	text-indent:-14em;
}
.indent15em {
	padding-left:15em;
	text-indent:-15em;
}
.indent16em {
	padding-left:16em;
	text-indent:-16em;
}

.color_tit {
	color:#05C071;
}
.color_red {
	color:#e50012;
}
.color_blue {
	color:#64A5E6;
}
.color_darkblue {
	color:#004286;
}
.color_green {
	color:#62BA8D;
}
.color_darkgreen {
	color:#0E7D02;
}
.color_orange {
	color:#EC6C00;	
}
.color_orange2 {
	color:#FBAF21;	
}

.caution {
	color:#c50018;
}

a {
	color:#004286;
	text-decoration: underline;
	outline:0;
}
a:hover {
	color:#e50012;
	text-decoration: none;
}
.bg01 {
	background-color: #FFC;
}
.bg02 {
	background-color: #FCC;
}
.bg03 {
	background-color: #CCFFE0;
}
.bg_abt {
	background: url("../img/abt_bg.png");
}
.bg_abt1000 {
	background: url("../img/abt_bg1000.png") no-repeat;
	background-size: cover;
	background-position: center;
}
.border01 {
	border: #999 solid 1px;
}
.border02 {
	border: #e50012 solid 1px;
}
.border03 {
	border: #fe570a solid 2px;
}
.border_top {
	border-top: #999 dotted 2px;
}
.border_top_green {
	border-top: #62BA8D dotted 2px;
}
.border_top_w {
	border-top: #CCC double 4px;
}

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

.fullheight {
    height:100%;
}



/*flexbox*/

.flex {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-direction: row;
    /* Safari */
    flex-direction: row;
}

.flex-row-reverse {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-direction: row-reverse;
    /* Safari */
    flex-direction: row-reverse;
}

.flex-column {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-direction: column;
    /* Safari */
    flex-direction: column;
}

.flex-column-reverse {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-direction: column-reverse;
    /* Safari */
    flex-direction: column-reverse;
}

.inline-flex {
    display: -webkit-inline-flex;
    /* Safari */
    display: inline-flex;
    -webkit-flex-direction: row;
    /* Safari */
    flex-direction: row;
}

.flex-start {
    -webkit-justify-content: flex-start;
    /* Safari */
    justify-content: flex-start;
}

.flex-center {
    -webkit-justify-content: center;
    /* Safari */
    justify-content: center;
}

.flex-end {
    -webkit-justify-content: flex-end;
    /* Safari */
    justify-content: flex-end;
}

.flex-space-around {
    -webkit-justify-content: space-around;
    /* Safari */
    justify-content: space-around;
}

.flex-space-between {
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between;
}

.flex-align-center {
    -webkit-align-items: center;
    /* Safari */
    align-items: center;
}

.flex-align-end {
    -webkit-align-items: flex-end;
    /* Safari */
    align-items: flex-end;
}

.tit_font_style {
	font-family:"筑紫A丸ゴシック","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.contact-btn {
 	position: fixed;
 	top: 650px;
	right: 0;
	width: 320px;
	z-index: 10;
}
/*@media screen and (max-width: 1024px) {
	.contact-btn {
		top: 430px;
	}
}
@media screen and (max-width: 820px) {
	.contact-btn {
		top: 335px;
	}
}*/
@media screen and (max-width: 768px) {
	.contact-btn {
		top: 320px;
	}
}
@media screen and (max-width: 430px) {
	.contact-btn {
		top: 555px;
	}
}
@media screen and (max-width: 414px) {
	.contact-btn {
		top: 530px;
	}
}
@media screen and (max-width: 390px) {
	.contact-btn {
		top: 500px;
	}
}
@media screen and (max-width: 375px) {
	.contact-btn {
		top: 480px;
	}
}
@media screen and (max-width: 360px) {
	.contact-btn {
		top: 460px;
	}
}
@media screen and (max-width: 344px) {
	.contact-btn {
		top: 440px;
	}
}

@media screen and (max-width: 767px) {
  .contact-btn {
    width: 187px;
  }
  .cont-list {
    width: 100%;
    margin-bottom: 20px;
  }
  .bg-white {
    padding: 60px 20px;
  }
}

/* SP、PC表示切り替え */
.sp_on {
    display: block; /* SPのみ表示 */
}
@media (min-width: 768px) {
	.sp_on {
        display: none;
    }
}

.pc_on {
    display: none;
}
@media (min-width: 768px) {
	.pc_on {
        display: block; /* PCのみ表示 */
    }
}


/*-------------------------------------------------------------
///////////////////////////////////////////////////////////////
layout
///////////////////////////////////////////////////////////////
--------------------------------------------------------------*/

/*ページベース
------------------------------------------------------*/
html, body {
	height: 100%;
}
body > #wrapper {
    height: auto;
}

#wrapper {
	width:100%;
	margin:0 auto;
	padding:0;
	min-height:380px;
	height:auto !important;
	position:relative;
	text-align:left;
	/*padding:0 10px;*/
}
#wrapperHome {
	width:100%;
	min-height:auto;
	position:relative;
	text-align:left;
	background-size: contain;
	/*
	width:1000px;
	margin:0 auto;
	padding:0;
	min-height:900px;
	height:auto !important;
	position:relative;
	text-align:left;
	*/
}

@media screen and (max-width: 1000px) {
	
#wrapper {
	width:100%;
	min-height:auto;
	position:relative;
	position:relative;
	text-align:left;
	/*padding:0 10px;*/
}

#wrapperHome {
	width:100%;
	min-height:auto;
	position:relative;
	text-align:left;
	background-size: contain;
	/*padding:0 10px;*/
}
	
}




/*ヘッダー
------------------------------------------------------*/

#mainVisual {
	width:100%;
	height:380px;
	position:relative;
}
@media screen and (min-width: 1001px) {
#header {
	width:100%;
	background: #fff;
	position: fixed;
	z-index: 100;

	box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.3);
  	-webkit-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.3);
  	-moz-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.3);

}
.headerInner {
	width:100%;
	margin:0 auto;
}
#logo {
	display: block;
	width: 350px;
	height: 80px;
	padding-top: 10px;
	float: left;
}

#headerCont {
	display: block;
	width: 650px;
	height: 80px;
	padding: 10px 0 0 0;
	text-align: right;
	float: right;
}
#osiraseBox {
	width: 500px;
	text-align: right;
	margin: 0 0 0 200px;
}
p#osirase {
	text-align: right;
}
	p#osirase a {
		padding: 20px;
		/*
		width:150px;
		height:30px;
		text-indent:-9999px;
		*/
	}
	p#osirase a:hover {
	}
p#siryou {
}
	p#siryou a {
		padding: 20px;
		/*
		width:150px;
		height:30px;
		text-indent:-9999px;
		*/
	}
	p#siryou a:hover {
	}
	
p#tel {
	font-size: 1.5em;
	text-align: right;
}
	p#tel a {
		padding: 20px;
		/*
		width:150px;
		height:30px;
		text-indent:-9999px;
		*/
	}
	p#tel a:hover {
		color: #004286;
	}

.visible-sm {
    display: none!important;
}

}


.pagePhoto_rec { /*採用情報*/
	width: 100%;
	height: auto;
	max-height: 300px;
	background: url("../img/pagePhoto_recruit_bg.png") no-repeat;
	background-attachment: local;
	background-size: cover;
	/*background-size:auto;*/
	background-color: #fff;
	text-indent:-9999px;
	margin: 0;
	padding: 0;
}
.pagePhoto_rec img {
	width: 1000px;
	height: auto;
	max-height: 300px;
	margin: 0 auto;
}

.pagePhoto_pri { /*プライバシー*/
	width: 100%;
	height: auto;
	max-height: 300px;
	background: url("../img/pagePhoto_privacy_bg.png") no-repeat;
	background-attachment: local;
	background-size: cover;
	/*background-size:auto;*/
	background-color: #fff;
	text-indent:-9999px;
	margin: 0;
	padding: 0;
}
.pagePhoto_pri img {
	width: 1000px;
	height: auto;
	max-height: 300px;
	margin: 0 auto;
}

.pagePhoto_sir { /*サイトルール*/
	width: 100%;
	height: auto;
	max-height: 300px;
	background: url("../img/pagePhoto_siterule_bg.png") no-repeat;
	background-attachment: local;
	background-size: cover;
	/*background-size:auto;*/
	background-color: #fff;
	text-indent:-9999px;
	margin: 0;
	padding: 0;
}
.pagePhoto_sir img {
	width: 1000px;
	height: auto;
	max-height: 300px;
	margin: 0 auto;
}

.pagePhoto_abt { /*すけっとについて*/
	width: 100%;
	height: auto;
	max-height: 300px;
	background: url("../img/pagePhoto_about_bg.png") no-repeat;
	background-attachment: local;
	background-size: cover;
	/*background-size:auto;*/
	background-color: #fff;
	text-indent:-9999px;
	margin: 0;
	padding: 0;
}
.pagePhoto_abt img {
	width: 1000px;
	height: auto;
	max-height: 300px;
	margin: 0 auto;
}

.pagePhoto_rnv { /*住宅改修・リフォーム*/
	width: 100%;
	height: auto;
	max-height: 300px;
	background: url("../img/pagePhoto_renovation_bg.png") no-repeat;
	background-attachment: local;
	background-size: cover;
	/*background-size:auto;*/
	background-color: #fff;
	text-indent:-9999px;
	margin: 0;
	padding: 0;
}
.pagePhoto_rnv img {
	width: 1000px;
	height: auto;
	max-height: 300px;
	margin: 0 auto;
}

.pagePhoto_faq { /*よくあるご質問*/
	width: 100%;
	height: auto;
	max-height: 300px;
	background: url("../img/pagePhoto_faq_bg.png") no-repeat;
	background-attachment: local;
	background-size: cover;
	/*background-size:auto;*/
	background-color: #fff;
	text-indent:-9999px;
	margin: 0;
	padding: 0;
}
.pagePhoto_faq img {
	width: 1000px;
	height: auto;
	max-height: 300px;
	margin: 0 auto;
}

.pagePhoto_rnt { /*福祉用具レンタル・販売*/
	width: 100%;
	height: auto;
	max-height: 300px;
	background: url("../img/pagePhoto_rental-sales_bg.png") no-repeat;
	background-attachment: local;
	background-size: cover;
	/*background-size:auto;*/
	background-color: #fff;
	text-indent:-9999px;
	margin: 0;
	padding: 0;
}
.pagePhoto_rnt img {
	width: 1000px;
	height: auto;
	max-height: 300px;
	margin: 0 auto;
}

.pagePhoto_contact { /*お問い合わせ*/
	width: 100%;
	height: auto;
	max-height: 300px;
	background: url("../img/pagePhoto_contact_bg.png") no-repeat;
	background-attachment: local;
	background-size: cover;
	/*background-size:auto;*/
	background-color: #fff;
	text-indent:-9999px;
	margin: 0;
	padding: 0;
}
.pagePhoto_contact img {
	width: 1000px;
	height: auto;
	max-height: 300px;
	margin: 0 auto;
}

.pagePhoto_new { /*お知らせ一覧*/
	width: 100%;
	height: auto;
	max-height: 300px;
	background: url("../img/pagePhoto_new_bg.png") no-repeat;
	background-attachment: local;
	background-size: cover;
	/*background-size:auto;*/
	background-color: #fff;
	text-indent:-9999px;
	margin: 0;
	padding: 0;
}
.pagePhoto_new img {
	width: 1000px;
	height: auto;
	max-height: 300px;
	margin: 0 auto;
}




.topDate {
	position:absolute;
	top:410px;
	left:0px;
}

#wakeup_run {
	position:absolute;
	top:610px;
	right:0px;
}


@media screen and (min-width: 481px) and (max-width: 1000px) {	
#header {
	width: 100%;
	height: auto;
	height: 70px;
	background: #fff;
	
	position: fixed;
	z-index: 100;
	
	box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.3);
  	-webkit-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.3);
  	-moz-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.3);
}
.headerInner {
	width:100%;
	height: auto;
	margin:0 auto;
	text-align: center;
}

#logo {
	text-indent:-9999px;
}
#logo img {
	width: 400px;
	padding: 10px 0px 0 10px;
	vertical-align: middle;
}
	
.pagePhoto_rec { /*採用情報*/
	width: 100%;
	height: auto;
	max-height: 400px;
	background: url("../img/pagePhoto_recruit_bg_sm.png") no-repeat;
	ackground-attachment: local;
	background-size: cover;
	background-color: #fff;
	text-indent:-9999px;
	margin: 0;
	padding: 0;
}
.pagePhoto_rec img {
	width: 100%;
	height: auto;
	max-height: 400px;
	margin: 0 auto;
}
	

.pagePhoto_pri { /*プライバシー*/
	width: 100%;
	height: auto;
	max-height: 400px;
	background: url("../img/pagePhoto_privacy_bg_sm.png") no-repeat;
	ackground-attachment: local;
	background-size: cover;
	background-color: #fff;
	text-indent:-9999px;
	margin: 0;
	padding: 0;
}
.pagePhoto_pri img {
	width: 100%;
	height: auto;
	max-height: 400px;
	margin: 0 auto;
}
	
.pagePhoto_sir { /*サイトルール*/
	width: 100%;
	height: auto;
	max-height: 400px;
	background: url("../img/pagePhoto_siterule_bg_sm.png") no-repeat;
	ackground-attachment: local;
	background-size: cover;
	background-color: #fff;
	text-indent:-9999px;
	margin: 0;
	padding: 0;
}
.pagePhoto_sir img {
	width: 100%;
	height: auto;
	max-height: 400px;
	margin: 0 auto;
}
	
.pagePhoto_abt { /*すけっとについて*/
	width: 100%;
	height: auto;
	max-height: 400px;
	background: url("../img/pagePhoto_about_bg_sm.png") no-repeat;
	ackground-attachment: local;
	background-size: cover;
	background-color: #fff;
	text-indent:-9999px;
	margin: 0;
	padding: 0;
}
.pagePhoto_abt img {
	width: 100%;
	height: auto;
	max-height: 400px;
	margin: 0 auto;
}

.pagePhoto_rnv { /*住宅改修・リフォーム*/
	width: 100%;
	height: auto;
	max-height: 400px;
	background: url("../img/pagePhoto_renovation_bg_sm.png") no-repeat;
	ackground-attachment: local;
	background-size: cover;
	background-color: #fff;
	text-indent:-9999px;
	margin: 0;
	padding: 0;
}
.pagePhoto_rnv img {
	width: 100%;
	height: auto;
	max-height: 400px;
	margin: 0 auto;
}
	
.pagePhoto_faq { /*よくあるご質問*/
	width: 100%;
	height: auto;
	max-height: 400px;
	background: url("../img/pagePhoto_faq_bg_sm.png") no-repeat;
	ackground-attachment: local;
	background-size: cover;
	background-color: #fff;
	text-indent:-9999px;
	margin: 0;
	padding: 0;
}
.pagePhoto_faq img {
	width: 100%;
	height: auto;
	max-height: 400px;
	margin: 0 auto;
}
	
.pagePhoto_rnt { /*福祉用具レンタル・販売*/
	width: 100%;
	height: auto;
	max-height: 400px;
	background: url("../img/pagePhoto_rental-sales_bg_sm.png") no-repeat;
	ackground-attachment: local;
	background-size: cover;
	background-color: #fff;
	text-indent:-9999px;
	margin: 0;
	padding: 0;
}
.pagePhoto_rnt img {
	width: 100%;
	height: auto;
	max-height: 400px;
	margin: 0 auto;
}
	
.pagePhoto_contact { /*お問い合わせ*/
	width: 100%;
	height: auto;
	max-height: 400px;
	background: url("../img/pagePhoto_contact_bg_sm.png") no-repeat;
	ackground-attachment: local;
	background-size: cover;
	background-color: #fff;
	text-indent:-9999px;
	margin: 0;
	padding: 0;
}
.pagePhoto_contact img {
	width: 100%;
	height: auto;
	max-height: 400px;
	margin: 0 auto;
}
	
.pagePhoto_new { /*お知らせ一覧*/
	width: 100%;
	height: auto;
	max-height: 400px;
	background: url("../img/pagePhoto_new_bg_sm.png") no-repeat;
	ackground-attachment: local;
	background-size: cover;
	background-color: #fff;
	text-indent:-9999px;
	margin: 0;
	padding: 0;
}
.pagePhoto_new img {
	width: 100%;
	height: auto;
	max-height: 400px;
	margin: 0 auto;
}
	

}



@media screen and (max-width: 480px) {	
#header {
	width: 100%;
	height: auto;
	height: 70px;
	background: #fff;

	position: fixed;
	z-index: 100;
	
	box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.3);
  	-webkit-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.3);
  	-moz-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.3);
}
.headerInner {
	width:100%;
	height: auto;
	margin:0 auto;
	text-align: center;
}

#logo {
	text-indent:-9999px;
}
#logo img {
	width: 300px;
	padding: 10px 0px 0 0;
	vertical-align: middle;
}
	
.pagePhoto_rec { /*採用情報*/
	width: 100%;
	height: auto;
	background: url("../img/pagePhoto_recruit_bg_sm.png") no-repeat;
	background-attachment: local;
	background-size: cover;
	background-color: #fff;
	text-indent:-9999px;
	margin: 0;
	padding: 0;
}
.pagePhoto_rec img {
	width: 100%;
	height: auto;
	max-height: 250px;
	margin: 0 auto;
}
	
.pagePhoto_pri { /*プライバシー*/
	width: 100%;
	height: auto;
	background: url("../img/pagePhoto_privacy_bg_sm.png") no-repeat;
	background-attachment: local;
	background-size: cover;
	background-color: #fff;
	text-indent:-9999px;
	margin: 0;
	padding: 0;
}
.pagePhoto_pri img {
	width: 100%;
	height: auto;
	max-height: 250px;
	margin: 0 auto;
}

.pagePhoto_sir { /*サイトルール*/
	width: 100%;
	height: auto;
	background: url("../img/pagePhoto_siterule_bg_sm.png") no-repeat;
	ackground-attachment: local;
	background-size: cover;
	background-color: #fff;
	text-indent:-9999px;
	margin: 0;
	padding: 0;
}
.pagePhoto_sir img {
	width: 100%;
	height: auto;
	max-height: 250px;
	margin: 0 auto;
}
	
.pagePhoto_abt { /*すけっとについて*/
	width: 100%;
	height: auto;
	background: url("../img/pagePhoto_about_bg_sm.png") no-repeat;
	ackground-attachment: local;
	background-size: cover;
	background-color: #fff;
	text-indent:-9999px;
	margin: 0;
	padding: 0;
}
.pagePhoto_abt img {
	width: 100%;
	height: auto;
	max-height: 250px;
	margin: 0 auto;
}

.pagePhoto_rnv { /*住宅改修・リフォーム*/
	width: 100%;
	height: auto;
	background: url("../img/pagePhoto_renovation_bg_sm.png") no-repeat;
	ackground-attachment: local;
	background-size: cover;
	background-color: #fff;
	text-indent:-9999px;
	margin: 0;
	padding: 0;
}
.pagePhoto_rnv img {
	width: 100%;
	height: auto;
	max-height: 250px;
	margin: 0 auto;
}
	
.pagePhoto_faq { /*よくあるご質問*/
	width: 100%;
	height: auto;
	background: url("../img/pagePhoto_faq_bg_sm.png") no-repeat;
	ackground-attachment: local;
	background-size: cover;
	background-color: #fff;
	text-indent:-9999px;
	margin: 0;
	padding: 0;
}
.pagePhoto_faq img {
	width: 100%;
	height: auto;
	max-height: 250px;
	margin: 0 auto;
}
	
.pagePhoto_rnt { /*福祉用具レンタル・販売*/
	width: 100%;
	height: auto;
	background: url("../img/pagePhoto_rental-sales_bg_sm.png") no-repeat;
	ackground-attachment: local;
	background-size: cover;
	background-color: #fff;
	text-indent:-9999px;
	margin: 0;
	padding: 0;
}
.pagePhoto_rnt img {
	width: 100%;
	height: auto;
	max-height: 250px;
	margin: 0 auto;
}
	
.pagePhoto_contact { /*お問い合わせ*/
	width: 100%;
	height: auto;
	background: url("../img/pagePhoto_contact_bg_sm.png") no-repeat;
	ackground-attachment: local;
	background-size: cover;
	background-color: #fff;
	text-indent:-9999px;
	margin: 0;
	padding: 0;
}
.pagePhoto_contact img {
	width: 100%;
	height: auto;
	max-height: 250px;
	margin: 0 auto;
}
	
.pagePhoto_new { /*お知らせ一覧*/
	width: 100%;
	height: auto;
	background: url("../img/pagePhoto_new_bg_sm.png") no-repeat;
	ackground-attachment: local;
	background-size: cover;
	background-color: #fff;
	text-indent:-9999px;
	margin: 0;
	padding: 0;
}
.pagePhoto_new img {
	width: 100%;
	height: auto;
	max-height: 250px;
	margin: 0 auto;
}
	
	

}
		


/*contentWrap
------------------------------------------------------*/

#contentsWrap {
	width:100%;
	/*padding:5px;*/
	/*background-color:#DBDBDB;*/
}



/*コンテンツエリア
------------------------------------------------------*/

#contentsAreaHome {
	width:100%;
	padding-top: 90px;
}
#contentsArea {
	width:100%;
	min-height:300px;
	padding-top: 150px;
	background: #fff;
	/*background: linear-gradient(to right, #5EE6F8, #B2F5AD);*/
}

.contents {
	width:1000px;
	margin:5px auto 0px;
	padding:0px auto 40px;
	height: auto !important;  /* IE6対策 */ 
	min-height: 250px;
	/*background-color: rgba(255,255,255,0.3);*/
}
.contents100 {
	margin:0px auto 0px;
	padding:0px auto 40px;
	height: auto !important;  /* IE6対策 */ 
	min-height: 100px;
	background: linear-gradient(to right, #5EE6F8, #B2F5AD);
}
.contentsHome {
	width:100%;
	background: #fff;
	margin:5px auto 0px;
	padding:0px 0% 40px;
	height: auto !important;  /* IE6対策 */ 
}

.contBox01 {
	width: 990px;
	margin: 0 auto;
}
.contBox02 {
	width: 100%;
	margin: 0 auto;
}
 

@media screen and (max-width: 1000px) {

#contentsAreaHome {
	width:100%;
	padding-top: 70px;
}
#contentsArea {
	width:100%;
	min-height:300px;
	padding-top: 70px;
}

.contents {
	width:auto;
	margin:5px .5rem 0px;
	padding:0px 2% 0px;
	height: auto !important;  /* IE6対策 */ 
	min-height: 250px;
}

.contBox01 {
	width: 95%;
	margin: 0 auto;
}
	
}



/*メインメニュー
------------------------------------------------------*/

/*ドロップダウンメニュー（シングル）
------------------------------------------------------*/


/* 新メニューここから-------　*/

#topMenuBox {
	width: 100%;
	padding:0px 0 0;
	/*background: #B2F5AD;*/
	/*background: #5EE6F8;*/
	background: linear-gradient(to right, #3fa7b5, #9ace96);
}
#topMenu {
	width: 900px;
	padding:0px 0 0px;
	margin: 0 auto;
}
.menu {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.menu > li {
    float: left;
	padding: 0 20px;
    line-height: 60px;
	
}

.menu > li a {
    display: block;
    color: #fff;
	text-decoration:none;
	text-align:center;
	font-weight:500;
	font-size:1.1em;
	padding: 0px;
}

.menu > li a:hover,
.menu > li a.crt {
    color: #003f68;
	-webkit-transition: all .5s;
    transition: all .5s;
	/*border-bottom: solid 2px #003f68;*/
}
/* --------- 新メニューここまで　*/


.menu > li a.home {
    display: block;
    width: 108px;
	height: 60px;
	text-indent:-9999px;
	padding: 0;
	background: url("../img/homebtn.png") center no-repeat;
	border-left: none;
}
.menu > li a.home:hover,
.menu > li a.home_crt {
	width: 108px;
	height: 60px;
	padding: 0;
    color: #fff;
	background: url("../img/homebtn_crt.png") center no-repeat;
	text-indent:-9999px;
	border-left: none;
}


ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
    border-top: 1px solid #3f9feb;
	
	color: #3f9feb;
	font-weight:600;
	background: rgba(0,0,0,0.7);
}

.menu__third-level li {
    border-top: 1px solid #111;
}

.menu__second-level li a:hover {
    background: #3f9feb;
	color:#fff;
}

.menu__third-level li a:hover {
    background: #2a1f1f;
}

.menu__fourth-level li a:hover {
    background: #1d0f0f;
}

.menu__second-level li.menu_2 {
	line-height: 20px;
}
	.menu__second-level li.menu_2 a {
		padding: 1em 0;
	}


/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}


/*シングルのドロップダウン*/
.menu > li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {	
    position: absolute;
    top: 40px;
    width: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;	
}

li.menu__single:hover ul.menu__second-level {	
    top: 50px;
    visibility: visible;
    opacity: 1;
}


@media screen and (max-width: 1000px){
	
/*スマホ用メニュー ここから*/	
#panel-btn{
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  position: absolute;
	top:10%;
	right: 4%;
  border-radius: 10%;
  background: #0E366B;
}
#panel-btn:hover{
  background: #91AFC2;
}
#panel-btn-icon{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 2px;
  margin: -1px 0 0 -12px;
  background: #fff;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 2px;
  background: #fff;
  transition: .3s;
}
#panel-btn-icon:before{
  margin-top: -10px;
}
#panel-btn-icon:after{
  margin-top: 8px;
}
#panel-btn .close{
  background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after{
  margin-top: 0;
}
#panel-btn .close:before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#panel-btn .close:after{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
	
	
#panel-btn .close{
  background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after{
  margin-top: 0;
}
#panel-btn .close:before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#panel-btn .close:after{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
	
	
#panel {
	display:none;
	width:100%;
  	position: fixed;
  	z-index: 5;
  	top: 70px;
  	/*bottom: 0;　高さを100%にする*/
  	right: 0;
  	padding: 0;
  	overflow-y: auto;
	background: linear-gradient(to right, #3fa7b5, #9ace96);
}
#panel li {
	display:table;
	width:100%;
	border-bottom: 0.25px solid #E9E8E8;
}
#panel li a {
	display:table-cell;
	width:100%;
	text-decoration: none;
	vertical-align: middle;
	font-size: 100%;
	font-weight: 500;
}


#panel li .btn {
	height: 50px;
	color: #fff;
	font-size: 14px;
	
}
	#panel li .btn span {
		display: block;
		padding: 14px 0px;
		margin-left: 15px;
		
	}
	#panel li .btn:hover {
		background: linear-gradient(to right, #9ace96, #3fa7b5);
		color: #003f68;
	}
	
#panel li .btn_crt {
	display: block;
	padding: 14px 15px;
	height: 22px;
	color: #003f68;
	font-size: 14px;
	background: linear-gradient(to right, #9ace96, #3fa7b5);
}
	
/*スマホ用メニュー ここまで*/		
	
}


@media screen and (min-width: 1001px){
#panel {/*スマホ用メニュー非表示*/
	display:none;
}
}

@media print {
	
	#nav_open {
		display: none !important;
	}
	
}



/*フッター
------------------------------------------------------*/

footer {
	clear: both;
	width:100%;
	/*height:144px;*/
}
#footerInner {
	width:980px;
	margin:0 auto;
}
	#footerInner p {
		line-height: 2.0;
		margin: 30px 0;
	}
	#footerInner p a {
	}
	#footerInner p a:hover {
	}
	.lNavi {
		font-size: 0.8em;
	}

@media screen and (min-width: 769px) and (max-width: 1000px) {
	#footerInner img.topCopy {
		width: 100%;
		height: auto;
	}
}



.ul_footer_menu {
	margin: 0 auto 0px;
	padding: 10px;
	text-align: center;
	background: linear-gradient(to right, #3fa7b5, #9ace96);
}
	.ul_footer_menu li {
		font-size: 14px;
		font-weight: normal;
		text-align: center;
		margin-bottom: 40px;
		list-style: none;
		display: inline;
	}
		.ul_footer_menu li a {
			display: inline-block;
			padding: 5px;
			color: #fff;
			text-decoration: none;
		}
		.ul_footer_menu li a:hover {
			color:#003f68;
			filter:alpha(opacity=75);
			-moz-opacity:0.75;
			-khtml-opacity: 0.75;
			opacity:0.75;
		}

#copyright {
	height:70px;
	background: linear-gradient(to right, #3fa7b5, #9ace96);
}
#copyright p {
	margin: 0 auto;
	font-size: 13px;
	color:#003f68;
	line-height: 6.0;
	text-align: center;
}


@media screen and (max-width: 1000px) {
#footerInner {
	width:95%;
	margin:0 auto;
}
	#footerInner p {
	}
	#footerInner p a {
	}
	#footerInner p a:hover {
	}
	.lNavi {
		font-size: 0.8em;
	}
#copyright {
	height:70px;
	background: linear-gradient(to right, #3fa7b5, #9ace96);
}
#copyright p {
	margin: 0 auto;
	font-size: 13px;
	color:#003f68;
	line-height: 6.0;
	text-align: center;
}

}




/*連絡先*/
		
#contactInfo {
	width:100%;
	display: block;
	
}
#contactInfo p {
	display: block;
	padding: 30px 0 50px;
}
#contactInfo p span {
	font-size: 1.5em;
}
#contactInfo p img {
		width: 250px;
	}
.dl_office {
	font-size: 13px;
	line-height:1.5em;
	padding: 0px 20px 0 0;
}
	.dl_office:last-child {
		border-right: none;
	}
.dl_office dt {
	width:210px;
	color:#df0012;
	font-size: 14px;
	font-weight:600;
	background: url(../images/bg_office_dt.png) no-repeat;
	padding:5px 0px 5px 10px;
	display:inline-block;
}
.dl_office dd {
	margin:10px 5px 0;
	color:#fff;
}
.dl_office dd a {
	color: #6CAFDE;
}


	#contactInfo #tit_contactInfo {
		width:300px;
		height:25px;
		text-indent:-9999px;
	}
	#contactInfo .office {
		width:580px;
		margin:0;
	}
		#contactInfo .office h4 {
			color:#fff;
			font-weight:600;
		}
		#contactInfo .office p {
			padding:15px 0 0 0;
			font-size:0.9em;
			font-weight:normal;
			line-height:1.3em;
			color: #fff; 
		}
		#contactInfo .office p span {
			color:#fff;
			font-weight:bold;
		}
		#contactInfo .office a {
			color: #0000f9;
		}
	#contactInfo .line {
		padding-bottom:10px;
		border-top:1px solid #C2DCEE;	
	}
	#contactInfo .dot {
		padding-bottom:10px;
		margin-bottom:8px;
		border-bottom:1px dotted #fff;	
	}
	
	#contactInfo .office2 {
		width:380px;
		margin:0;
	}
	#contactInfo .office2 h4 {
			color:#213976;
			font-weight:600;
		}
		#contactInfo .office2 p {
			padding:15px 0 0 0;
			font-size:0.9em;
			font-weight:normal;
			line-height:1.2em;
			color: #213976;
		}
		#contactInfo .office2 p span {
			color:#213976;
			font-weight:bold;
		}
		#contactInfo .office2 a {
			color: #C2DCEE;
		}


@media screen and (max-width: 1000px) {

#contactInfo {
	width:100%;
	display: block;
}
#contactInfo p {
	display: block;
	padding: 30px 0 50px;
	text-align: center;
}
#contactInfo p span {
	font-size: 1.5em;
}
	#contactInfo p img {
		width: 250px;
		margin: 0 auto;
	}
	
.dl_office {
	width:100%;
	font-size:0.9em;
	padding: 0px 5px 0 0;
	min-height:136px;
}

.dl_office dt {
	width:210px;
	color:#df0012;
	font-size: 13px;
	font-weight:600;
	background: url(../img/bg_office_dt.png) no-repeat;
	padding:5px 0px 5px 10px;
	display:inline-block;
}
.dl_office dd {
	margin:10px 5px;
	color:#fff;
}
.dl_office dd a {
	color: #6CAFDE;
}
	

}




