@charset "utf-8";
/*=============================================
	Browser Default Initialization
=============================================*/

html {
	overflow-y: scroll;
}

body, div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td,
section, nav, article, aside, hgroup, header, address,
figure, figcaption {
	margin: 0;
	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
q:before ,q:after {
	content: '';
}
object, embed {
	vertical-align: top;
}
hr, legend {
	display: none;
}
input, select {
	vertical-align: middle;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
img, abbr, acronym, fieldset {
	border: 0;
}
img {
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}
ul li {
	list-style-type: none;
}
/*---------------------------------------------
	body
---------------------------------------------*/
body {
	line-height: 1.8;
	color: #000;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	/*font-size: 14px;*/
	text-align: left;
	-webkit-text-size-adjust: 100%;
}
html {
	overflow-y: scroll;
}
/*---------------------------------------------
	anchor
---------------------------------------------*/

a {
	color: #000;
	outline: none;
	text-decoration: underline;
}
a:link,
a:visited {
	/* text-decoration: underline; */
}
a:hover {
	text-decoration: none;
}
a:hover img {
	opacity: 0.7;  
	filter: alpha(opacity=70);  
}
/*---------------------------------------------
	clearfix
---------------------------------------------*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix {
	zoom: 1;
}
/*---------------------------------------------
	general
---------------------------------------------*/
.red {
	color: #fe1214;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}

#wrapper {
	position: relative;
}
img {
/*	max-width: 100%;*/
}
strong{
	font-weight:bold;
}
/*---------------------------------------------
	文字共通
---------------------------------------------*/
	h1{
	display: table-cell;
  	vertical-align: middle;
	font-size:24px;
	color:#e493b5;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
/*---------------------------------------------
	共通
---------------------------------------------*/
/* ボタン */
	div.top-button a{
		display:block;
		line-height:31px;
		text-decoration:none;
		color:#ffffff;
		font-size:18px;
		text-align:center;
	}
	div.top-button a span img{
		padding-top:9px;
		padding-left:10px;
	}
	div.top-button{
		background:url(../img/common/button_01.png)no-repeat;
		width:264px;
		margin:0 auto;
		height:31px;
	}
	div.top-button:hover{
		opacity: 0.6;
	}
/* h2タイトル */
	h2.top-h2title{
		background:url(../img/common/icon_01.png)no-repeat;
		padding-left:20px;
		height:25px;
		line-height:25px;
		font-size:20px;
		font-weight:bold;
	}
/* table */
	table th{
		/*background-color:#fde5e8;*/
		background-color:#f7f7f7;
		border:solid 1px #333;
	}
	table td{
		border:solid 1px #333;
	}
/*---------------------------------------------
	ヘッダー
---------------------------------------------*/
	header {
		overflow: hidden;
		position: relative;
	}
	header#header{
		display:block;
		width:100%;
		border-top: 5px solid #e493b5;
	}
	div.top-title{
		display:inline-block;
		overflow:visible;
		float:left;
	}
	.header-inner{
		max-width:960px;
		margin:0 auto;
		position:relative;
	}
	span.background{
		position:absolute;
		left:-106px;
		/*z-index:-1;*/
	}
	header .header-inquiry {
		float: right;
		width: 160px;
		margin-top: 12px;
		margin-bottom: 16px;
	}
	header .header-inquiry a{
		padding:5px 40px;
		text-align: center;
		color: #ffffff;
		background-color: #e493b5;
		line-height: 0;
    	border-radius: 0.5em;
		text-decoration: none;
		}
	header .header-inquiry a:hover{
		opacity:0.8;
	}
	header .header-inquiry p.tel{
		margin-bottom:10px;
		color:#ff9999;
		font-weight:bold;
	}

/*---------------------------------------------
	グローバルナビ
---------------------------------------------*/
	div.top-title{
		padding-left:50px;
	}
	#global-navi-pc ul {
		max-width: 960px;
		margin: 0 auto;
	}
	nav#global-navi-pc li{
		height:40px;
		float: left;
		width: 20%;
		margin: 0;
		padding-top:0px;
		border-left: solid 1px #ffffff;
		box-sizing:border-box;
		position:relative;
		text-align:center;
		z-index: 1000; */
	}
	
	nav#global-navi-pc li a:hover {
		background-color:#fb8ba1;
		color:#fff;
	}
	nav#global-navi-pc li a.active {
		background-color:#fb8ba1;
		color:#fff;
	}
	#global-navi-pc li:last-child {
		border-right: solid 1px #ffffff;
	}
	nav#global-navi-pc li a{
		text-decoration:none;
		font-size:14px;
		color:#000;
		width: 100%;
		display: block;
		height:40px;
		box-sizing: border-box;
	}
	nav#global-navi-pc li a.a-first{
		line-height:40px;
		letter-spacing:0.1em;
	}
	nav#global-navi-pc li a.a-first:hover{
		opacity:0.7;
	}
	.navi-back{
		background-color:#ffe9e9;
		position:relative;
		display: block;
		margin: 0 0 10px 0;
		padding: 0;
		}
	#dropmenu li ul{
	  list-style: none;
	  position: absolute;
	  top: 100%;
	  left: 0;
	  margin: 0;
		padding: 0;
	  border-radius: 0 0 3px 3px;
	 /* z-index:1000;*/
	}
	#dropmenu li ul li{
	  overflow: hidden;
	  width: 100%;
	  height: 0;
	  color: #000;
	  -moz-transition: .2s;
	  -webkit-transition: .2s;
	  -o-transition: .2s;
	  -ms-transition: .2s;
	  transition: .2s;
	}
	#dropmenu li ul li a{
	  padding: 13px 15px;
	  background: #ffe9e9;
	  text-align: center;
	  font-size: 14px;
	  font-weight: normal;
	  color:#333333;
	  text-indent:inherit;
	}
	#dropmenu li ul li a:hover{
	  background: #fb8ba1;
	  color:#fff;
	}
	#dropmenu > li:hover > a{
	  border-radius: 3px 3px 0 0;
	}
	#dropmenu li:hover ul li{
	  overflow: visible;
	  height: 38px;
	  border-top: 1px solid #fff;
	  border-bottom: 1px solid #fff;
	}
	#dropmenu li:hover ul li:first-child{
	  border-top: 0;
	}
	#dropmenu li:hover ul li:last-child{
	  border-bottom: 0;
	}
	#dropmenu li:hover ul li:last-child a{
	  border-radius: 0 0 3px 3px;
	}

/*---------------------------------------------
	フッター
---------------------------------------------*/
	footer#footer{
		margin-top:20px;
		box-sizing:border-box;
		border-bottom:5px solid #e493b5;
		position:relative;
		background-color:#f7f7f7;
		padding-top: 10px;
		border-bottom:5px solid #e493b5;
	}
	div.copyright-box{
		font-size: 11px;
		text-align: center;
		color: #e493b5;
		margin-top:10px;
	}
	div.copyright-box p{
		text-align: center;
	}
}
	.footer-logo{
		margin-left:37px;
		margin-top:11px;
		margin-bottom:11px;
		width:355px;
	}
	.footer-logo li{
			float:left;
	}
	.footer-logo li.footer_banner{
		float:rght;
	}
	div.footer-left-side{
		display:inline-block;
	}
	div.ps-re{
		position:relative;
	}
	.footer_banner img {
		border:#F93 2px solid ;
	}
	/* 腰痛予防対策モデル福祉施設へ */
#youtubanner{
  width: 50px;
  height: 230px;
  position: fixed;
  right: 5px;
  bottom:250px;
  /*background: #e493b5;*/
  border:solid 3px #e493b5;
  opacity: 0.8;
  border-radius: 5px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
#youtubanner a{
  position: relative;
  display: block;
  padding:10px 10px;
  width:100%;
  height: 220px;
  /*color: #fff;*/
  /*right: 5px;*/
  text-decoration: none;
}
	
	/* お問い合わせへ */
#contactbanner{
  width: 50px;
  height: 120px;
  position: fixed;
  right: 5px;
  bottom:120px;
  background: #e493b5;
  opacity: 0.8;
  border-radius: 5px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
#contactbanner a{
  position: relative;
  display: block;
  padding:10px 10px;
  width:100%;
  height: 100px;
  color: #fff;
  /*right: 5px;*/
  text-decoration: none;
}

	/* トップへ戻る */
#pagetop{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 5px;
  bottom:50px;
  background: #e493b5;
  opacity: 0.8;
  border-radius: 5px;
}
#pagetop a{
  position: relative;
  display: block;
  width:100%;
  height: 55px;
  /*right: 5px;*/
  text-decoration: none;
}
#pagetop a::before{
  content: '▲';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -25px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/*=============================================
	769px以上
=============================================*/
@media screen and (min-width: 769px){
	.header-navi {
		display: none;
	}
	#nav_toggle, .sp-menu {
		display:none;
	}

	header .header-inner {
		 justify-content: space-between;
		 align-items: center;
	}

}

/*=============================================
	768px以下
=============================================*/
@media screen and (max-width: 768px){
	.bx-wrapper .bx-controls-direction a{
		z-index: 10 !important;
	}
	header {
		position: relative;
	}
	header .header-inner {
		 justify-content: space-between;
		 align-items: center;
	}
	header .header-inquiry {
		display:none;
	}
	header#header {
		max-height:150px;
	}
	nav.sp-menu(
		z-index:100;
	)
		div.top-title{
		float:none;
		height:100%;
		height:auto;
	}
	div.top-title{
		padding-left:5px;
	}
	div.top-title img{
		max-width:220px;
		height:auto;
	}
	.header-navi .toggle{
		margin-top:5px;
	}
	#global-navi-pc{
		display: none;
	}
		#wrapper section.slide{
		background:none;
		padding-top:0;
	}
header nav {
	margin-right: -16px;
}
header nav ul{
	display: flex;
	align-items: center;
	z-index:100;
	height:100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
header nav ul li a{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	padding: 5px ;
}
#nav_toggle{
	/*display: none;*/
	float:right;
}
	/*メニュー部分*/
	nav{
		display:none;
		position: fixed;
		width: 100%;
		height: 100vh;
		background:#dcdcdc;
		left: 0;
		z-index:1000;
}
	header nav ul{
		display: block;
		width: 90%;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		margin: auto;
}

	}
	header nav ul li{
		margin: 0 auto;
		text-align: left;

	}
	header nav ul li:last-child{
		border: none;
	}
	header nav ul li a{
		display: block; 
		color:#f175a9;
		font-weight:normal;
		border-bottom:solid 1px #cfcdcd;
	}
	/*開閉ボタン*/
	#nav_toggle{
		width: 30px;
		height: 30px;
		position: relative;
		top: -40px;
		z-index: 1000;
		padding: 10px;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 3px;
		background: #000;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:8px;
	}
	#nav_toggle span:nth-child(3){
		top:16px;
	}
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
			top: 12px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 12px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}
	}
	.footer-logo{
		max-width:300px;
		width:100%;
		margin-left:5px;
	}
	.footer-logo img{
		width:300px;

}
}