@charset "utf-8";
/* CSS Document */
@media screen and (max-width: 480px) {
body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, 
blockquote, pre, table, caption, th, td, address, 
form, fieldset, legend, object {
  font-family:Arial, Helvetica, sans-serif;
}
img{
	max-width: 100%;
	height: auto;
}
a[href^="tel:"] {
	color:#09F;
	text-decoration: underline;
}
#header{
width:100%;
height:auto;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.hlogo{
	width: calc(100% - 120px);
	max-width: 250px;
	}
.spnavi{
	display: block;
}
.spcontact a{
  width: 64px;
  height: 44px;
  border-radius: 5px;
  display: block;
  position: absolute;
  right: 55px;
  top: 40px;
  z-index: 80000;
  background: #f89836 url("../images/tel_icon.png") no-repeat top 5px center;
	background-size: 16px;
  background: #f89836;
border: 1px solid #fd9533;
  background-image: -moz-linear-gradient( -90deg, rgb(252,177,31) 0%, rgb(252,143,42) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(252,177,31) 0%, rgb(252,143,42) 100%);
  background-image: -ms-linear-gradient( -90deg, rgb(252,177,31) 0%, rgb(252,143,42) 100%);
	padding-top: 9px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
font-size: 12px;
	text-align: center;
	line-height: 1.2;
	font-weight: bold;
	color: #FFF;
}
	
.hnavi_btn {
  position: absolute;
  top: 0;
  right: 0;
	}
.hnavi_btn b {
  position: absolute;
  left: 0;
	text-align: center;
	color: #FFF;
	bottom: -1px;
  z-index: 8000;
	font-size: 10px;
	width: 100%;
	display: block;
	
	}
.menu-button{
  width: 44px;
  height: 44px;
	border-radius: 5px;
  display: block;
  position: absolute;
  right: 5px;
  top: 40px;
  z-index: 100000;
	border: 1px solid #fd9533;
  background: #f89836;
  background-image: -moz-linear-gradient( -90deg, rgb(252,177,31) 0%, rgb(252,143,42) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(252,177,31) 0%, rgb(252,143,42) 100%);
  background-image: -ms-linear-gradient( -90deg, rgb(252,177,31) 0%, rgb(252,143,42) 100%);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.menu-button i{
    display: block;
    width: 24px;
    height: 2px;
    border-radius: 3px;
    background: #fff;
    transition: background 0.5s;
    position: absolute;
    right: 10px;
    top: 14px;
	}
.menu-button i:after,
.menu-button i:before{
      content: "";
      display: block;
      width: 24px;
      height: 2px;
      border-radius: 3px;
      background: #fff;
      position: absolute;
      transform: rotate(0deg);
      transition: all 0.3s !important;
	}

.menu-button i:after{
	transform:translateY(6px);	
	}
.menu-button i:before{
	transform:translateY(-6px);
	}
	.hnavi_btn.active .menu-button{
		top: 10px;	
		right: 5px;
	}
	.hnavi_btn.active .menu-button i{
		background: none;
	}
    .hnavi_btn.active .menu-button i:after{
        transform:translateY(0px) rotate(-45deg);
      }
    .hnavi_btn.active .menu-button i:before{
        transform:translateY(0px) rotate(45deg);
      }

	.spgnavi{
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background: rgba(252,143,42,0.95);
		padding: 30px 20px 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		z-index: 90000;
	}
	.spgnavi ul li{
		border-bottom: 1px dotted #FFF;
		margin-bottom: 5px;
	}
	.spgnavi ul li a{
		width: 100% !important;
		display: block;
		padding: 8px 0;
		background: none !important;
		font-size: 17px;
		color: #FFF;
		font-weight: bold;
	}
	.spgnavi ul li a:before{
		content: '';
		display: inline-block;
width: 0;
height: 0;
border-style: solid;
border-width: 4px 0 4px 8px;
border-color: transparent transparent transparent #ffffff;
		margin-right: 5px;
		margin-bottom: 2px;
	}
	.spgnavi ul li ul{
		overflow: hidden;
		padding-bottom: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
	}
	.spgnavi ul li ul li{
		display: block;
		width: 50% !important;
		border: none;
		margin-bottom: 0;
	}
	.spgnavi ul li ul li a{
		font-size: 15px;
		padding: 4px 0;
	}
	.spgnavi ul li ul li a:before{
		border: none;
		width: auto;
		height: auto;
		content: '>';
		font-size: 12px;
		vertical-align: middle;
		margin-right: 5px;
	}
	
#header_left{
	float:none;
	width:100%;
	}
#header_right{
	display: none;
}
.wrap_menu{
	display: none;
}
#wrapper{
	background:none;
}
#container{
width:100%;
}

#side{
display: none;
width:100%;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: none;
box-shadow: none;
float:none;
	border: none;
}
	
#right{
width:100%;
float:none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding:0;
margin-bottom: 0;
}
#background{
    background:url(../images/logo_big.jpg) no-repeat center 100px;
	-webkit-background-size: 70%;
	background-size: 70%;
	min-height:600px;
	padding:15px;
}	
#totop{
	padding-right: 20px;
	margin-top: 60px;
	}
	
	#footer_back{
background:url(../images/spfooter.jpg) no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	    padding-top: calc(100vw*0.16);
	}
#footer{
	background: url("../images/logo.jpg") no-repeat 10px top;
	-webkit-background-size: 220px;
	background-size: 220px;
	padding-top: 60px;
width:100%;
margin:20px auto;
text-align:left;
height:auto;
	margin-top: 0;
}
	.padding10{
		padding: 0;
	}
	.padding10.spok{
		padding: 10px;
	}
	.contents p{
		padding: 0;
	}
	#footer_ul{
		padding-top: 0;
}
#footer ul{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
	margin: 0 20px 15px;
	}
#footer ul li{
	width: 40%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	margin-bottom: 8px;
	}
#footer ul li:nth-of-type(even){
	width: 60%;
	}
	#footer ul li a:before{
		border: none;
		width: auto;
		height: auto;
		content: '>';
		font-size: 12px;
		vertical-align: middle;
		margin-right: 5px;
	}

.copyright{
	border-top: 1px solid #93bbf9;
	padding-top: 15px;
}
	
.copy1{
	font-size: 20px;
	color: #666;
	font-weight: bold;
	margin-bottom: 10px;
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	padding: 0 !important;
}
.copy1 span{
	font-size: 28px;
}

.copy2{
	font-size: 20px;
	color: #666;
	font-weight: bold;
	margin-bottom: 10px;
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	padding: 0 !important;
}
.copy2 span{
	font-size: 28px;
}
	.onlyPC{
		display: none;
	}
	.onlySP{
		display: initial;
	}
	.spmb20{
		margin-bottom: 20px;
	}
br.pcn{
	display: block;
}
br.spn{
	display: none;
}
	.center_img{
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
.a{
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 20px 0;
	}

.a h5{
	margin:0;
	}
	
#access_button{
	display: block;
	margin: 10px auto ;
	}
.tel{
	border:3px solid #F90;
	padding:10px 10px;
	margin:30px 0 0;
	background:#E6F8FF;
	width:100%;
	-webkit-border-radius: 8px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 8px;	/* Firefox用 */
	border-radius: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	
/*社協とは*/
.ir-btn{
	margin:55px 0 25px;
}
.ir-btn li{
	float:none;
	margin-right:0;
	margin-bottom: 10px;
}
.ir-btn li a{
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#kaigo_image{
	display: block;
	margin:60px auto 0;
}
	
	
.contents table{
	margin:20px 10px;
	border-collapse:collapse;
	width:100%;
	margin: 20px 0 40px;
	}
.contents table td{
	white-space: nowrap;
	}
.contents table tr td:last-of-type{
	white-space: normal;
	}	
#area_fukushi p{
	width:100%;
	margin-right:0;
	float:none;
	}

#zaitaku p{
	width:100%;
	margin-right:0;
	float:none;
	}
	
#subject_image{
	margin:30px 0 0;
	}
	
#member_image{
	margin:30px 0 0;
	}	
.each_work_contact{
	margin:10px 0 30px;
	padding: 0;
}
	.each_work img{
		display: block;
		margin: 0 auto;
	}
	
	
	
	.dl_box .float_l{
		float: none;
	}
	
	.keikakudl_cnt{
		margin: 0;
	}
	
}
