@charset "utf-8";

@media all and (max-width:700px){

img {
	image-rendering: -webkit-optimize-contrast;
}

p {
	font-size: 16px;
	text-indent: 1em;
	padding-left: 1em;
	letter-spacing: 0.2em;
	line-height: 1.8em;
	color: #502d16;
	font-weight: 600;
}

body {
	margin: 0px;
	padding: 0;
	letter-spacing: 0.15em;
	font-family: "メイリオ", "ＭＳ Ｐゴシック""ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 2;
}

#wrap {
	position: relative;
	height: auto !important;/*IE6対策*/
	height: 100%;/*IE6対策*/
	min-height: 100%;
	padding-bottom: 40px;/*フッターの高さを指定*/
}


header {
	display: none;
}

/*スマホ用ハンバーガーボタン*/
.hamburger {
	display: block;
	position: fixed;
	z-index: 9995;
	right: 13px;
	top: 12px;
	width: 42px;
	height: 42px;
	cursor: pointer;
	text-align: center;
}

.hamburger span {
	display: block;
	position: absolute;
	width: 30px;
	height: 2px;
	left: 6px;
	background: #ff6600;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
	top: 10px;
}

.hamburger span:nth-child(2) {
	top: 20px;
}

.hamburger span:nth-child(3) {
	top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	transition-delay: 0.6s;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
	width: 0px;
}

.hamburger.active span:nth-child(1),
.hamburger.active span:nth-child(3) {
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.hamburger.active span:nth-child(1) {
	-webkit-transform: translateY(4px);
	-ms-transform: translateY(4px);
	-o-transform: translateY(4px);
	transform: translateY(4px);
}

.hamburger.active span:nth-child(3) {
	-webkit-transform: translateY(-16px) rotate(90deg);
	-ms-transform: translateY(-16px) rotate(90deg);
	-o-transform: translateY(-16px) rotate(90deg);
	transform: translateY(-16px) rotate(90deg);
}

nav.globalMenuSp {
	position: fixed;
	z-index: 9992;
	top: 0;
	left: 0;
	color: #000;
	background: #fff;
	text-align: center;
	transform: translateY(-100%);
	transition: all 0.9s;
	width: 100%;
	opacity: 0.95;
}

nav.globalMenuSp ul {
	background: #fff;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

nav.globalMenuSp ul li {
	list-style-type: none;
	padding: 0;
	width: 100%;
	border-bottom: 1px solid #ff6600;
}

nav.globalMenuSp ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

nav.globalMenuSp ul li:hover {
	background: #ddd;
}

nav.globalMenuSp ul li a {
	display: block;
	color: #000;
	padding: 1em 0;
	text-decoration: none;
}

/* jQuery add-remove */
nav.globalMenuSp.active {
	transform: translateY(0%);
}

.sb {
	width: 100%;
}

.side {
	display: none;
}

/* トップ【背景・タイトル文字画像・説明文】 */
.main-top-tm {
	position: relative;
	width: 100%;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background-image: url(../img/careservice-top-s.jpg);
	background-size: 700;
	background-position: top center;
	background-attachment: fixed;
	z-index: 100;
}

/*トップ【タイトル・文字画像】親BOX*/
.top-box{
	position: relative;
	width: 240px;
	margin: 0 auto;
}
.top-box img{
	width: 100%;
}

.top-tg1 {
	position: relative;
	top: 160;
	width: 100%;
	margin: 0 auto;
	z-index: 10;
	opacity: 0.5;
}

/*【文字画像】親BOX*/
.mj-box {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	width: 100%;
	z-index: 10;
}

.top-tg2 {
	width: 51%;
	margin: 0 auto;
}

.top-tg3 {
	width: 86%;
	margin: 0 auto;
	padding-top: 16px;
}

.top-tg4 {
	width: 59%;
	margin: 0 auto;
	padding-top: 13px;
}

.top-tg5 {
	position: absolute;
	top: 140;
	right: -3%;
	width: 74%;
	padding-left: 60%;
	z-index: 5;
}

#contents {
	width: 100%;
	position: relative;
	z-index: 1;
	background-image: url(../img/haikei-ugoku-s.png);
	background-size: 100%;
	background-repeat: repeat;
	overflow: hidden;
	animation: smileLoop 80s linear infinite;
}

/* リンク文字 */
#contents a {
	text-decoration: none;
	border-bottom: 1px solid #ff6600;
	padding-bottom: 2px;
}
#contents a:link{
	color: #ff6900;
}
#contents a:visited{
	color: #ff6900;
}

.map {
	position: relative;
	width: 100%;
	height: 500;
	margin-left: auto;
	margin-right: auto;
	border: solid 0px;
	z-index: 10;
}

.ob-box {
	position: relative;
	width: 100%;
	background-color: #f87f36;
	z-index: 100;
}

.ob-lr {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 100;
}

.ob-l {
	display: none;
}

.ob-r {
	width: 95%;
	padding-left: 5%;
	z-index: 150;
}
.ob-r img{
	width: 100%;
}

/* ↓↓↓【ヘルパー】↓↓↓ */
.helper {
	position: relative;
	width: 100%;
	text-align: center;
	z-index: 10;
}

/* サービスについて */
.helper-c1 {
	position: relative;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 60px;
	overflow: hidden;
}

.helper1-l {
	position: absolute;
	width: 14%;
	max-width: 70px;
	margin-right: 2%;
	left: 10;
}
.helper1-l img{
	width: 100%;
}

.helper1-l2 {
	position: absolute;
	top: -4%;
	left: 9%;
	width: 80%;
	transform: rotate(2deg);
}

.helper1-l3 {
	position: absolute;
	bottom: -3%;
	left: 15%;
	width: 65%;
	transform: rotate(5deg);
}

.helper1-r {
	position: relative;
	width:98%;
	height: auto;
	margin-top: 10px;
	margin-left: 1%;
	margin-right: 1%;
	z-index: 500;
}

.helper1-t img{
	width: 82%;
	margin: 50px 1% 0 17%;
	text-align: left;
}

.helper1-ex {
	position: relative;
	width: 100%;
	margin-top: 90px;
	text-align: left;
	z-index: 450;
}

.helper1-m {
	position: relative;
	width: 80%;
	margin-left: 15%;
	margin-right: 5%;
	border-radius: 140 140 140 140;
	box-shadow: 10px 10px 0px #ff6600;
	overflow: hidden;
	z-index: 10;
	animation: maruyura 20s linear infinite;
}
.helper1-m img{
	width: 100%;
}

/* サービス内容 */
.helper-c2 {
	position: relative;
	width: 100%;
	overflow: hidden;
	background-image: url(../img/helper-service-bg.png);
	background-size: 100%;
	background-position: top;
	background-repeat: no-repeat;
	z-index: 99;
}

.helper-2{
	padding-top: 5%;
}
.helper2-k1 {
	position: relative;
	width: 30%;
	max-width: 300px;
	margin: 0 auto;
}
.helper2-k1 img {
	width: 100%;
}

.helper2-k2{
	position: absolute;
	top: -10%;
	right: -5%;
	width: 18%;
	transform: rotate(35deg);
}

.helper2-k3 {
	position: absolute;
	bottom: -15%;
	left: -5%;
	width: 15%;
	transform: rotate(35deg);
}

.helper2-il {
	width: 92%;
	height: auto;
	padding: 2% 1% 2% 2%;
	margin-top: 5%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: cornsilk;
	border-radius: 20px;
	z-index: 501;
}
.helper2-il img {
	width: 31%;
	padding: 1%;
}

/* お問い合わせ */
.helper-c3{
	position: relative;
	width: 100%;
	padding-top: 60px;
	padding-bottom: 30px;
	overflow: hidden;
	background-image: url(../img/haikei2.png);
	background-size: 100%;
	background-position: bottom;
	background-repeat: no-repeat;
	z-index: 999999;
}
.helper-c3::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 500;
}

.helper3-m1 {
	position: absolute;
	top: 10%;
	left: 0;
	width: 65%;
	max-width: 450px;
	margin-left: 10%;
	margin-right: 15%;
	box-shadow: -10px 10px 0px #ff6600;
	overflow: hidden;
	z-index: 400;
	animation: maruyura 20s linear infinite;
}
.helper3-m1 img {
	width: 100%;
}

.helper3-r {
	position: absolute;
	right: 10;
	width: 14%;
	max-width: 70px;
	margin-left: 2%;
}
.helper3-r img {
	width: 100%;
}

.helper3-r2 {
	position: absolute;
	top: -4%;
	left: 6%;
	width: 70%;
	transform: rotate(-10deg);
}

.helper3-r3 {
	position: absolute;
	top: -2%;
	left: 15%;
	width: 70%;
	transform: rotate(-10deg);
}

.helper3-r4 {
	position: absolute;
	bottom: -3%;
	left: 30%;
	width: 65%;
	transform: rotate(-20deg);
}

.helper3-l {
	width: 100%;
	margin-top: 40%;
}

.helper3-t {
	width: 80%;
	margin:0 auto;
	padding-top: 40px;
	padding-bottom: 10px;
}
.helper3-t img{
	width: 100%;
}
.helper3-ex {
	width: 95%;
	margin:0 auto;
	text-align:left;
}

/* ↓↓↓【ケアプランセンター】↓↓↓ */
.plan {
	position: relative;
	width: 100%;
	text-align: center;
	z-index: 10;
}

/* サービスについて */
.plan-c1 {
	position: relative;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 60px;
	overflow: hidden;
}
.plan1-l {
	position: absolute;
	width: 14%;
	max-width: 70px;
	margin-right: 2%;
	left: 10;
}
.plan1-l img {
	width: 100%;
}

.plan1-l2 {
	position: absolute;
	top: -4%;
	left: 9%;
	width: 80%;
	transform: rotate(2deg);
}

.plan1-l3 {
	position: absolute;
	bottom: -3%;
	left: 15%;
	width: 65%;
	transform: rotate(5deg);
}

.plan1-r {
	position: relative;
	width:98%;
	height: auto;
	margin-top: 10px;
	margin-left: 1%;
	margin-right: 1%;
	z-index: 500;
}

.plan1-t img {
	width: 82%;
	margin: 50px 1% 0px 17%;
	text-align: left;
}

.plan1-ex {
	position: relative;
	width: 100%;
	margin-top: 65px;
	text-align: left;
	z-index: 450;
}

.plan1-m {
	position: relative;
	width: 80%;
	margin-left: 15%;
	margin-right: 5%;
	border-radius: 140 140 140 140;
	box-shadow: 10px 10px 0px #ff6600;
	overflow: hidden;
	z-index: 10;
	animation: maruyura 20s linear infinite;
}
.plan1-m img {
	width: 100%;
}

/* ステップ・上 */
.plan-c2 {
	position: relative;
	width: 96%;
	margin:0 auto;
	padding-bottom: 50px;
}

.plan2-m {
	display: none;
}

.plan2-i2 {
	width: 100%;
	text-align: left;
	z-index: 999;
}
.plan2-i2 img{
	width: 95%;
	max-width: 367px;
}

.i2-na1 {
	margin-bottom: 20px;
}

.i2-na2 {
	margin-bottom: 20px;
}

.i2-na3 {
	margin-bottom: 20px;
}

.i2-na4 {
	margin-bottom: 20px;
}

.i2-56{
	position: relative;
	width: 100%;
}

.i2-na5 {
	margin-top: 50px;
	text-align: left;
}
.i2-na5 img{
	width: 60%;
	max-width: 204px;
	min-width: 150px
}

.i2-na6 {
	width: 50%;
	max-width: 334px;
	margin-top: 40px;
	margin-left: 40%;
	z-index: 5000;
}
.i2-na6 img {
	width: 100%;
}

.plan2-mg {
	position: absolute;
	top: 100%;
	left: 2%;
	width: 70%;
	max-width: 323px;
	z-index: 5000;
}
.plan2-mg img {
	width: 100%;
}

/* ステップ・下 */
.plan2-i3 {
	width: 94%;
	max-width: 800px;
	margin: 0 auto;
	padding-top: 350px;
	padding-bottom: 20px;
	overflow: hidden;
}
.plan2-i3 img{
	width: 100%;
}

.i3-de1 {
	position: relative;
	float: left;
	width: 47%;
	margin-right: 3%;
}

.i3-de2 {
	position: relative;
	float: left;
	width: 47%;
	margin: 30px 0 0 3%;
}

.i3-de3 {
	position: relative;
	float: left;
	width: 47%;
	margin: 20px 3% 0 0;
}

.i3-de4 {
	position: relative;
	float: left;
	width: 47%;
	margin-top: 50px;
	margin-left: 3%;
}

.i3-msk {
	position: absolute;
	top: -5%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: 50%;
	max-width: 180px;
}

/* お問い合わせ */
.plan-c3 {
	position: relative;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	background-image: url(../img/haikei1.png);
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
}

.plan3-l {
	position: absolute;
	left: 10;
	width: 14%;
	max-width: 70px;
	margin-right: 2%;
}
.plan3-l img{
	width: 100%;
}

.plan3-l2 {
	position: absolute;
	top: -4%;
	left: 6%;
	width: 70%;
	transform: rotate(-10deg);
}

.plan3-l3 {
	position: absolute;
	top: -2%;
	left: 15%;
	width: 70%;
	transform: rotate(-10deg);
}

.plan3-l4 {
	position: absolute;
	bottom: -3%;
	left: 30%;
	width: 65%;
	transform: rotate(-20deg);
}

.plan3-r {
	width: 100%;
	margin-top: 40%;
}

.plan3-t{
	width: 80%;
	margin:0 auto;
	padding-top: 40px;
	padding-bottom: 10px;
}
.plan3-t img{
	width: 100%;
}

.plan3-ex {
	width: 95%;
	margin:0 auto;
	text-align:left;
}

.plan3-m {
	position: absolute;
	top: 10%;
	right: 0;
	width: 65%;
	max-width: 450px;
	margin-left: 15%;
	margin-right: 10%;
	box-shadow: 10px -10px 0px #ff6600;
	overflow: hidden;
	z-index: 400;
	animation: maruyura 15s linear infinite;
}
.plan3-m img {
	width: 100%;
}

/* ↓↓↓【訪問看護】↓↓↓ */
.nurse {
	position: relative;
	width: 100%;
	text-align: center;
	z-index: 10;
}

/* サービスについて */
.nurse-c1 {
	position: relative;
	width: 100%;
	margin:0 auto;
	padding-top: 40px;
	padding-bottom: 60px;
	overflow: hidden;
}

.nurse1-l {
	position: absolute;
	width: 14%;
	max-width: 70px;
	margin-right: 2%;
	left: 10;
}
.nurse1-l img{
	width: 100%;
}

.nurse1-l2 {
	position: absolute;
	top: -4%;
	left: 9%;
	width: 80%;
	transform: rotate(2deg);
}

.nurse1-l3 {
	position: absolute;
	bottom: -3%;
	left: 15%;
	width: 65%;
	transform: rotate(5deg);
}

.nurse1-r {
	position: relative;
	width:98%;
	height: auto;
	margin-top: 10px;
	margin-left: 1%;
	margin-right: 1%;
	z-index: 500;
}

.nurse1-t img{
	width: 82%;
	margin: 50px 1% 0px 17%;
	text-align: left;
}

.nurse1-ex {
	position: relative;
	width: 100%;
	margin-top: 65px;
	text-align: left;
	z-index: 450;
}

.nurse1-m {
	position: relative;
	width: 80%;
	margin-left: 15%;
	margin-right: 5%;
	border-radius: 140 140 140 140;
	box-shadow: 10px 10px 0px #ff6600;
	overflow: hidden;
	z-index: 10;
	animation: maruyura 20s linear infinite;
}
.nurse1-m img{
	width: 100%;
}

/* お問い合わせ */
.nurse-c2{
	position: relative;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 60px;
	text-align: center;
	background-image: url(../img/haikei2.png);
	background-size: 100%;
	background-position: bottom;
	background-repeat: no-repeat;
	z-index: 9999999;
}

.nurse2-r {
	position: absolute;
	width: 14%;
	max-width: 70px;
	margin-left: 2%;
	right: 10;
}
.nurse2-r img {
	width: 100%;
}

.nurse2-r2 {
	position: absolute;
	top: -4%;
	left: 6%;
	width: 70%;
	transform: rotate(-10deg);
}

.nurse2-r3 {
	position: absolute;
	top: -2%;
	left: 15%;
	width: 70%;
	transform: rotate(-10deg);
}

.nurse2-r4 {
	position: absolute;
	bottom: -3%;
	left: 30%;
	width: 65%;
	transform: rotate(-20deg);
}

.nurse2-l {
	width: 100%;
	margin-top: 40%;
}

.nurse2-t {
	width: 80%;
	margin:0 auto;
	padding-top: 40px;
	padding-bottom: 10px;
}
.nurse2-t img{
	width: 100%;
}
.nurse2-ex {
	width: 95%;
	margin:0 auto;
	text-align:left;
}

.nurse-m1 {
	position: absolute;
	top: 10%;
	left: 0;
	width: 65%;
	max-width: 450px;
	margin-left: 10%;
	margin-right: 15%;
	box-shadow: -10px 10px 0px #ff6600;
	overflow: hidden;
	z-index: 400;
	animation: maruyura 20s linear infinite;
}
.nurse-m1 img {
	width: 100%;
}

/* ↓↓↓【小規模多機能】↓↓↓ */
.home {
	position: relative;
	width: 100%;
	text-align: center;
	z-index: 10;
}

/* サービスについて */
.home-c1 {
	position: relative;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 60px;
	overflow: hidden;
}
.home1-l {
	position: absolute;
	width: 14%;
	max-width: 70px;
	margin-right: 2%;
	left: 10;
}
.home1-l img {
	width: 100%;
}

.home1-l2 {
	position: absolute;
	top: -4%;
	left: 9%;
	width: 80%;
	transform: rotate(2deg);
}

.home1-l3 {
	position: absolute;
	bottom: -3%;
	left: 15%;
	width: 65%;
	transform: rotate(5deg);
}

.home1-r {
	position: relative;
	width:98%;
	height: auto;
	margin-top: 10px;
	margin-left: 1%;
	margin-right: 1%;
	z-index: 500;
}

.home1-t img {
	width: 82%;
	margin: 50px 1% 0px 17%;
	text-align: left;
}

.home1-ex {
	position: relative;
	width: 100%;
	margin-top: 65px;
	text-align: left;
	z-index: 450;
}

.home1-m1 {
	position: relative;
	width: 80%;
	margin-left: 15%;
	margin-right: 5%;
	border-radius: 140 140 140 140;
	box-shadow: 10px 10px 0px #ff6600;
	overflow: hidden;
	z-index: 10;
	animation: maruyura 20s linear infinite;
}
.home1-m1 img {
	width: 100%;
}

/*すまいるの室内と様子*/
.home-c2 {
	position: relative;
	width: 100%;
	overflow: hidden;
	background-image: url(../img/home-bg.jpg);
	background-size: 100%;
	background-position: top;
	background-repeat: no-repeat;
	z-index: 99;
}

.home2{
	position: relative;
	width: 85%;
	height: auto;
	margin-top: 13%;
	margin-bottom: 5%;
	margin-left: auto;
	margin-right: auto;
	padding: 3% 0;
	background-color: #ffffff;
	border: 2px solid #f87f36;
	border-radius: 30px;
	z-index: 501;
}
.home2 img {
	width: 100%;
}

.home2-r {
	position: absolute;
	top: -2%;
	right: -7%;
	width: 14%;
	max-width: 70px;
	z-index: 500;
}
.home2-r img{
	width: 100%;
}

.home2-r2 {
	position: absolute;
	top: -3%;
	left: 9%;
	width: 80%;
	transform: rotate(2deg);
}

.home2-r3 {
	position: absolute;
	bottom: -2%;
	left: 15%;
	width: 65%;
	transform: rotate(5deg);
}

.home2-2 {
	width: 90%;
	margin-left: 1%;
	margin-bottom: 50px;
}

.home-n {
	position: relative;
	width: 40%;
	max-width: 300px;
	margin: 20px 2%;
	display: inline-block;
	vertical-align: top;
}
.home-n img {
	width: 100%;
}

.home-g {
	position: relative;
	margin: 0 auto;
}

.home-t {
	position: absolute;
	width: 80%;
	top: 89%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.home-n-ex {
	margin-top: 20px;
	font-size: 16px;
	letter-spacing: 0.2em;
	line-height: 1.6em;
	color: #502d16;
	font-weight: 600;
	display: inline-block;
	text-align: left;
}

.home2-3-g1{
	width: 90%;
	max-width: 400px;
	margin: 0 auto;
}
.home2-3-l {
	width: 100%;
}

.home2-3-r1 {
	display: none;
}

.home2-3-r2 {
	display: none;
}

.home2-3-g2 {
	width:85%;
	max-width: 450px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 10px;
}

.home2-3-g2 p{
	font-size: 16px;
	padding: 0 10px;
}

.g2-na1 {
	width: 100%;
	padding-bottom: 15px;
}
.g2-na1 img{
	width: 95%;
	max-width: 320px;
}

.g2-na2 {
	width: 100%;
	padding-bottom: 15px;
}
.g2-na2 img{
	width: 95%;
	max-width: 320px;
}

.g2-na3 {
	width: 100%;
}
.g2-na3 img{
	width: 95%;
	max-width: 320px;
}

/*お問い合わせ*/
.home-c3 {
	position: relative;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 60px;
	text-align: center;
	overflow: hidden;
	background-image: url(../img/haikei2.png);
	background-size: 100%;
	background-position: bottom;
	background-repeat: no-repeat;
}

.home3-l {
	position: absolute;
	width: 14%;
	max-width: 70px;
	margin-right: 2%;
	left: 10;
}
.home3-l img{
	width: 100%;
}

.home3-l2 {
	position: absolute;
	top: -4%;
	left: 6%;
	width: 70%;
	transform: rotate(-10deg);
}

.home3-l3 {
	position: absolute;
	top: -2%;
	left: 15%;
	width: 70%;
	transform: rotate(-10deg);
}

.home3-l4 {
	position: absolute;
	bottom: -3%;
	left: 30%;
	width: 65%;
	transform: rotate(-20deg);
}

.home3-r {
	width: 100%;
	margin-top: 40%;
}

.home3-t{
	width: 80%;
	margin:0 auto;
	padding-top: 40px;
	padding-bottom: 10px;
}
.home3-t img{
	width: 100%;
}

.home3-ex {
	width: 95%;
	margin:0 auto;
	text-align:left;
}

.home3-m {
	position: absolute;
	top: 10%;
	right: 0;
	width: 65%;
	max-width: 450px;
	margin-left: 15%;
	margin-right: 10%;
	box-shadow: 10px -10px 0px #ff6600;
	overflow: hidden;
	z-index: 400;
	animation: maruyura 15s linear infinite;
}
.home3-m img {
	width: 100%;
}

/* コピーライト */
footer {
	width: 100%;
	height: 40px;/*フッターの高さ*/
	position: absolute;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 10px;
	text-align: center;
	color: #ffffff;
	background-color: #ff6900;
}

/* スクロール時に出るトップへのアイコン */
.page_top{
  position: fixed;
  right: 35;
  bottom: -100;
  z-index: 50000;
}
.page_top a{
  position: relative;
  display: block;
  text-decoration: none;
}
.page_top img{
  width: 100%
}

/*=== 画面スクロールでアニメーション ===*/
.sa {
  opacity: 0;
  transition: all .6s ease;
}
.sa.show {
  opacity: 1;
  transform: none;
}

/* 動き【左から右】 */
.sa--lr {
  transform: translate(-30%, 0);
}

/* 動き【右から左】 */
.sa--rl {
  transform: translate(50%, 0);
}

/* 動き【右上】 */
.sa--ur {
  transform: translate(-50%, 50%);
}

/* 動き【左上】 */
.sa--ul {
  transform: translate(50%, 50%);
}

/* 動き【右下】 */
.sa--dr {
  transform: translate(-50%, -50%);
}

/* 動き【左下】 */
.sa--dl {
  transform: translate(50%, -50%);
}

/* 動き【下から上】 */
.sa--up {
  transform: translate(0, 100px);
}

/* 動き【上から下】 */
.sa--down {
  transform: translate(0, -100px);
}

/* 動き【拡大】 */
.sa--scaleUp {
  transform: scale(.5);
}

/* 動き【縮小】 */
.sa--scaleDown {
  transform: scale(1.5);
}

/* 動き【左に回転】 */
.sa--rotateL {
  transform: rotate(180deg);
}

/* 動き【右に回転】 */
.sa--rotateR {
  transform: rotate(-180deg);
}

}