@charset "utf-8";

@media all and (min-width:701px){

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

p {
	font-size: 18px;
	text-indent: 1em;
	padding-left: 1em;
	letter-spacing: 0.2em;
	line-height: 2em;
	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%;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding-bottom: 0%;
	text-align: center;
	letter-spacing: 0.4em;
	font-size: 12px;
	min-height: 0vw;
	z-index: 20000;
}

.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
	width: 100%;
}

.is-animation {
	background-image: none;
	background-color: rgba(255, 255, 255, 0.65);
	padding-top: 0%;
}

header nav {
	width: 98%;
	padding-left: 2%;
}

header ul li a {
	color: #000000;
	text-decoration: none;
}

header ul {
	list-style: none;
	width: 99%;
	padding: 0;
	text-align: right;
}

header li {
	display: inline-block;
	margin-left: 1%;
}

.hamburger{
	display: none;
}

.globalMenuSp{
	display: none;
}

@media screen and (min-width:1351px){
.side {
	text-decoration: none;
}
}

@media screen and ( max-width:1350px) {
.side {
	display: none;
}
}

/*【計画相談支援】*/
.side-icon1 {
	position: fixed;
	top: 260;
	left: -10;
	width: 85px;
	height: 90px;
	padding: 25px 0;
	text-align: left;
	text-decoration: none;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.2em;
	background: #fff;
	color: #ff6600;
	border: solid 2px #ff6600;
	border-radius: 16px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	display: flex;
	align-items: center;
	z-index: 99999999;
}

.side-icon1::after {
	position: absolute;
	top: 50;
	left: 60;
	content: url(../img/side1.png);
	width: 50px;
	height: 50px;
}

.side-icon1a::after {
	position: absolute;
	top: 50;
	left: 85;
	content: url(../img/side1.png);
	width: 50px;
	height: 50px;
}

.side-icon1 a {
	text-decoration: none;
	color: #ff6600;
}

.side-icon1a {
	text-decoration: none;
	color: #fff;
}

.side-icon1:hover {
	background: orange;
	text-decoration: none;
}

/*【同行援護】*/
.side-icon2 {
	position: fixed;
	top: 420;
	left: -10;
	width: 85px;
	height: 90px;
	padding: 25px 0;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	line-height: 1.2em;
	background: #ff6600;
	border: solid 2px #fff;
	color: #fff;
	border-radius: 16px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	display: flex;
	align-items: center;
	z-index: 99999999;
}

.side-icon2::after {
	position: absolute;
	top: 50;
	left: 60;
	content: url(../img/side2.png);
	width: 50px;
	height: 50px;
}

.side-icon2a::after {
	position: absolute;
	top: 50;
	left: 85;
	content: url(../img/side2.png);
	width: 50px;
	height: 50px;
}

.side-icon2 a {
	text-decoration: none;
	color: #fff;
}

.side-icon2a {
	text-decoration: none;
	color: #fff;
}

.side-icon2:hover {
	background: orange;
	text-decoration: none;
}

/*【共同生活援助】*/
.side-icon3 {
	position: fixed;
	top: 580;
	left: -10;
	width: 85px;
	height: 90px;
	padding: 25px 0;
	text-align: left;
	text-decoration: none;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.2em;
	background: #fff;
	color: #ff6600;
	border: solid 2px #ff6600;
	border-radius: 16px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	display: flex;
	align-items: center;
	z-index: 99999999;
}

.side-icon3::after {
	position: absolute;
	top: 50;
	left: 60;
	content: url(../img/side3.png);
	width: 50px;
	height: 50px;
}

.side-icon3a::after {
	position: absolute;
	top: 50;
	left: 85;
	content: url(../img/side3.png);
	width: 50px;
	height: 50px;
}

.side-icon3 a {
	text-decoration: none;
	color: #ff6600;
}

.side-icon3a {
	text-decoration: none;
	color: #fff;
}

.side-icon3:hover {
	background: orange;
	text-decoration: none;
}

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

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

.top-tg1 {
	position: relative;
	top: 300;
	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: 52%;
	max-width: 250px;
	margin: 0 auto;
}

.top-tg3 {
	width: 100%;
	max-width: 430px;
	margin: 0 auto;
	padding-top: 35px;
}

.top-tg4 {
	width: 60%;
	max-width: 290px;
	margin: 0 auto;
	padding-top: 25px;
}

.top-tg5 {
	position: absolute;
	top: 260;
	right: -3%;
	width: 75%;
	max-width: 365px;
	padding-left: 60%;
	z-index: 5;
}

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

.map {
	position: relative;
	width: 90%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 30px 0;
	border: solid 0px;
	overflow: hidden;
	z-index: 10;
}

.map-l {
	float: left;
	width: 46%;
	padding: 0 2%;
}

.map-r {
	float: right;
	width: 46%;
	padding: 0 2%;
}

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

.ob-lr {
	position: relative;
	width: 100%;
	max-width: 1920px;
	height: 220px;
	margin: 0 auto;
	overflow: hidden;
	z-index: 100;
}

.ob-l {
	position: relative;
	top: 50%;
	left: 0%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	left: 8%;
	width: 60%;
	max-width: 800px;
	min-width: 450px;
	margin-bottom: 15%;
	overflow: hidden;
	animation: maruyura 15s linear infinite;
	z-index: 100;
}
@media screen and (min-width:701px) and ( max-width:1800px) {
.ob-l::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(136,142,110 , 0.3);
}
}
.ob-l img {
	width: 100%;
}

.ob-r {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 85%;
	max-width: 850px;
	z-index: 150;
}
.ob-r img{
	width: 100%;
}

/* ↓↓↓【サポートセンター】↓↓↓ */
#support {
	position: relative;
	width: 100%;
	text-align: center;
	background-image: url(../img/haikei3.png);
	background-size: 100%;
	background-position:center;
	background-repeat: no-repeat;
	z-index: 10;
}

/* サービスについて */
.support-c1 {
	position: relative;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding-top: 80px;
	overflow: hidden;
}

.support-l {
	position: relative;
	float: left;
	width: 10%;
	max-width: 150px;
	min-width: 65px;
	margin-left: 9%;
}
.support-l img{
	width: 100%;
}
.support1-l2 {
	position: absolute;
	top: -4%;
	left: 9%;
	width: 80%;
	transform: rotate(2deg);
}

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

.support1-r {
	position: relative;
	float: right;
	width: 70%;
	height: auto;
	margin: 50px 10% 50px 1%;
	z-index: 500;
}

.support1-t {
	position: relative;
	width: 85%;
	max-width: 710px;
	margin-bottom: 60px;
	text-align: left;
	z-index: 450;
}
.support1-t img{
	width: 100%;
}

@media screen and (min-width:1461px){
.support1-ex {
	position: relative;
	width: 55%;
	text-align: left;
	z-index: 450;
}
}

@media screen and ( max-width:1460px) {
.support1-ex {
	position: relative;
	width: 94%;
	margin-top: 180px;
	text-align: left;
	z-index: 450;
}
}

.support1-m {
	position: absolute;
	top: 0;
	right: -10%;
	width: 60%;
	max-width: 700px;
	margin-right: 3%;
	box-shadow: 10px 10px 0px #ff6600;
	overflow: hidden;
	z-index: 400;
	animation: maruyura 20s linear infinite;
}
.support1-m img{
	width: 100%;
}

/* ステップ */
.support-c2 {
	position: relative;
	width: 100%;
}

.support2-i2 {
	position: relative;
	width: 55%;
	max-width: 950px;
	margin:0 auto;
	padding-top: 90px;
	text-align: left;
}

.i2-na1 {
	position: relative;
	width: 80%;
	margin-left: 10%;
	margin-bottom: 50px;
}

.support2-mg {
	position: absolute;
	top: -75%;
	right: -52%;
	width: 49%;
	max-width: 370px;
	min-width: 250px;

	z-index: 5000;
}
.support2-mg img{
	width: 100%;
}

.support2-na8 {
	position: absolute;
	top: 80%;
	left: -25%;
	width: 20%;
	max-width: 110px;
	min-width: 70px;
	z-index: 5000;
}
.support2-na8 img{
	width: 100%;
}

.i2-na2 {
	position: relative;
	width: 80%;
	margin-left: 32%;
	margin-bottom: 30px;
}

.support2-na7 {
	position: absolute;
	top: 170%;
	right: -15%;
	width: 44%;
	max-width: 330px;
	min-width: 110px;
	z-index: 5000;
}
.support2-na7 img{
	width: 100%;
}

.i2-na3 {
	width: 80%;
	margin-left: 5%;
	margin-bottom: 55px;
}

.i2-na4 {
	position: relative;
	width: 70%;
	margin-left: 14%;
	margin-bottom: 55px;
}

.support2-na9 {
	position: absolute;
	top: -15%;
	left: -65%;
	width: 50%;
	max-width: 310px;
	min-width: 110px;
}
.support2-na9 img{
	width: 100%;
}

.i2-na5 {
	width: 85%;
}

@media screen and (min-width:1501px) {
.i2-na6 {
	position: absolute;
	bottom: -5%;
	right: -30%;
	width: 350px;
	text-align: left;
}
}

@media screen and ( max-width:1500px) {
.i2-na6 {
	position: relative;
	bottom: -20%;
	right: -30%;
	width:80%;
	max-width: 350px;
	margin: 50px 5% 0 15%;
	z-index: 450;
		text-align: left;
}
}

/* お問い合わせ */
.support-c3{
	position: relative;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 100px;
	z-index: 9999999;
}

.support3-r {
	position: relative;
	float: right;
	width: 10%;
	max-width: 150px;
	min-width: 65px;
	margin-right: 9%;
}
.support3-r img{
	width: 100%;
}

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

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

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

.support3-l {
	position: relative;
	width: 80%;
	margin: 0 auto;
}

.support3-t{
	width: 70%;
	max-width: 600px;
	margin:0 auto;
}
.support3-t img{
	width: 100%;
}

.support3-ex {
	width: 80%;
	max-width: 900px;
	margin:0 auto;
	padding-bottom: 30px;
	text-align:left;
}

.support3-m1 {
	width: 60%;
	max-width: 650px;
	margin-left: 30%;
	box-shadow: -10px 10px 0px #ff6600;
	overflow: hidden;
	z-index: 400;
	animation: maruyura 20s linear infinite;
}
.support3-m1 img{
	width: 100%;
}

/* ↓↓↓【ヘルパー】↓↓↓ */
#helper {
	position: relative;
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.helper-bg{
	position: relative;
	background-image: url(../img/haikei5.png);
	background-size: 100%;
	background-position: bottom;
	background-repeat: no-repeat;
	z-index: 30;
}

/* サービスについて */
.helper-c1 {
	position: relative;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 100px;
	overflow: hidden;
	background-position: right 0%;
	background-repeat: no-repeat;
	background-size: 45% 20%;
	z-index: 10;
}

.helper1-l {
	position: relative;
	float: left;
	width: 10%;
	max-width: 150px;
	min-width: 65px;
	margin-left: 9%;
}
.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;
	float: right;
	width: 70%;
	height: auto;
	margin: 50px 10% 50px 1%;
	z-index: 500;
}

.helper1-t {
	position: relative;
	width: 85%;
	max-width: 710px;
	margin-bottom: 60px;
	text-align: left;
	z-index: 450;
}
.helper1-t img{
	width: 100%;
}

@media screen and (min-width:1461px){
.helper1-ex {
	position: relative;
	width: 55%;
	text-align: left;
	z-index: 450;
}
}

@media screen and ( max-width:1460px) {
.helper1-ex {
	position: relative;
	width: 94%;
	margin-top: 200px;
	text-align: left;
	z-index: 450;
}
}

.helper1-m {
	position: absolute;
	top: 0;
	right: -10%;
	width: 55%;
	max-width: 750px;
	margin-right: 3%;
	box-shadow: 10px 10px 0px #ff6600;
	overflow: hidden;
	z-index: 400;
	animation: maruyura 20s linear infinite;
}
.helper1-m img{
	width: 100%;
}

/* 私たちにできること */
.helper-c2 {
	position: relative;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding-top: 20px;
	overflow: hidden;
	z-index: 1000;
}

.helper2-r {
	position: relative;
	float: right;
	width: 10%;
	max-width: 150px;
	min-width: 65px;
	margin-right: 9%;
}
.helper2-r img{
	width: 100%;
}

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

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

.helper2-i1 {
	float: left;
	width: 70%;
	max-width: 1500px;
	margin-left: 10%;
	text-align: left;
}
.helper2-i1 img {
	width: 16%;
	max-width: 200px;
	min-width: 100px;
	padding: 2%;
}

/* お問い合わせ */
.helper-c3{
	position: relative;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 100px;
	z-index: 100;
}

.helper3-l {
	position: relative;
	float: left;
	width: 10%;
	max-width: 150px;
	min-width: 65px;
	margin-left: 9%;
}
.helper3-l img{
	width: 100%;
}

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

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

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

.helper3-r {
	position: relative;
	width: 48%;
	padding-top: 50px;
	padding-left: 3%;
	padding-right: 30%;
	margin: 0 auto;
}

.helper3-t{
	width: 70%;
	max-width: 600px;
	margin:0 auto;
	padding: 10px
}
.helper3-t img{
	width: 100%;
}

.helper3-ex {
	width: 78%;
	max-width: 680px;
	margin:0 auto;
	padding-bottom: 30px;
	text-align:left;
}

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

/* ↓↓↓【共同ハウス】↓↓↓ */
#house {
	position: relative;
	width: 100%;
	text-align: center;
}

.house-bg {
	position: relative;
	width: 100%;
	background-image: url(../img/haikei67.png);
	background-size: 100%;
	background-position: 50% 75%;
	background-repeat: no-repeat;
	z-index: 500;
}

/* サービスについて */
.house-c1 {
	position: relative;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 100px;
	overflow: hidden;
	z-index: 1000;
}

.house1-l {
	position: relative;
	float: left;
	width: 10%;
	max-width: 150px;
	min-width: 65px;
	margin-left: 9%;
}
.house1-l img{
	width: 100%;
}

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

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

.house1-r {
	position: relative;
	float: right;
	width: 70%;
	height: auto;
	margin: 50px 10% 50px 1%;
	z-index: 500;
}
.house1-t {
	position: relative;
	width: 85%;
	max-width: 710px;
	margin-bottom: 60px;
	text-align: left;
	z-index: 450;
}
.house1-t img{
	width: 100%;
}

@media screen and ( min-width:1461px) {
.house1-ex {
	position: relative;
	width: 67%;
	text-align: left;
	z-index: 450;
}
}

@media screen and ( max-width:1460px) {
.house1-ex {
	position: relative;
	width: 94%;
	margin-top: 180px;
	text-align: left;
	z-index: 450;
}
}

.house1-m1 {
	position: absolute;
	top: 15%;
	right: 5%;
	width: 40%;
	max-width: 750px;
	border-radius: 140 140 140 140;
	box-shadow: 10px 10px 0px #ff6600;
	overflow: hidden;
	z-index: 400;
	animation: maruyura 20s linear infinite;
}

.house1-m1 img {
	width: 100%;
}

/*すまいるの職員配置*/
.house-c2 {
	position: relative;
	width: 100%;
	overflow: hidden;
	background-image: url(../img/house-bg.png);
	background-size: 1920px;
	background-position: top;
	background-repeat: repeat no-repeat;
	z-index: 99;
}

.house2 {
	position: relative;
	width: 80%;
	max-width: 1400px;
	min-width: 550px;
	height: auto;
	margin-top: 220px;
	margin-left: auto;
	margin-right: auto;
	padding: 3% 0;
	background-color: #ffffff;
	border: 2px solid #f87f36;
	border-radius: 30px;
	z-index: 501;
}

.house2-r {
	position: absolute;
	top: -50;
	right: -7%;
	width: 13%;
	max-width: 150px;
	min-width: 65px;
	z-index: 500;
}
.house2-r img{
	width: 100%;
}

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

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

.house2-2 {
	width: 100%;
	margin-bottom: 30;
}

.house2-2-t {
	position: relative;
	width: 80%;
	max-width: 800px;
	padding-left: 10%;
	padding-right: 20%;
	text-align: left;
	z-index: 1100;
}
.house2-2-t img{
	width: 100%;
}

.house2-2-ex {
	padding: 5px 5% 10px 15%;
	width: 68%;
	text-align: left;
}

.house2-2-g {
	width: 70%;
	max-width: 730px;
	margin: 0 auto;
}
.house2-2-g img {
	width: 100%;
}

/*すまいるの室内と様子*/
.house-c3 {
	position: relative;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 30px;
	overflow: hidden;
	z-index: 500;
}

.house3-l {
	position: relative;
	float: left;
	width: 10%;
	max-width: 150px;
	min-width: 65px;
	margin-left: 9%;
}
.house3-l img{
	width: 100%;
}

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

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

.house3-r {
	float: right;
	width: 81%;
	height: auto;
	padding: 5% 0;
	text-align: left;
}

.house3-r1 {
	float: left;
	width: 34%;
	padding-left: 1%;
}

h5 {
	width: 90%;
	min-width: 180px;
	font-size: 20px;
	border-bottom: dashed 1px;
	margin: 20px;
	padding: 15px 0;
}

.house3-r-t{
	width: 90%;
	max-width: 334px;
	min-width: 240px;
	margin-bottom: 20px;
}
.house3-r-t img{
	width: 100%;
}

.house3-r-ex {
	width: 100%;
	min-width: 240px;
	margin-bottom: 20px;
	line-height: 0.5em;
}

.house3-m1 {
	width: 90%;
	max-width: 550px;
	min-width: 250px;
	margin-top: 50px;
	box-shadow: -10px 10px 0px #ff6600;
	overflow: hidden;
	z-index: 700;
	animation: uneune4 20s linear infinite;
}
.house3-m1 img{
	width: 100%;
}

.house3-r2 {
	float: right;
	width: 55%;
	max-width: 800px;
	padding-left:3%;
	padding-right: 7%;
	text-align: center;
}

.house3-n {
	width: 40%;
	min-width: 190px;
	margin: 14px;
	display: inline-block;
	vertical-align: top;
}
.house3-n img {
	width: 100%;
}

.house3-g {
	position: relative;
}

.house3-t {
	position: absolute;
	top: 89%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: 60%;
	max-width: 180px;
	min-width: 100px;
}

/*利用料金*/
.house-c4 {
	position: relative;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 50px;
	overflow: hidden;
	z-index: 500;
}

.house4-l {
	position: relative;
	float: right;
	width: 10%;
	max-width: 150px;
	min-width: 65px;
	margin-right: 9%;
}
.house4-l img{
	width: 100%;
}

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

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

.house4-r {
	position: relative;
	width: 80%;
	margin: 0 auto;
}

.house4-r-g {
	width: 70%;
	max-width: 900px;
	margin: 0 auto;
	padding-right: 20%;
	padding-left: 10%
}

.house4-r-g img {
	width: 100%;
	max-width: 840px;
}

/*お問い合わせ*/
.house-c5 {
	position: relative;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 100px;
	overflow: hidden;
	z-index:50;
}

.house5-l {
	position: relative;
	float: left;
	width: 10%;
	max-width: 150px;
	margin-left: 9%;
}
.house5-l img{
	width: 100%;
}

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

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

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

.house5-r {
	position: relative;
	width: 48%;
	padding-top: 50px;
	padding-left: 3%;
	padding-right: 30%;
	margin: 0 auto;
}

.house5-t{
	width: 70%;
	max-width: 600px;
	margin:0 auto;
	padding: 10px
}
.house5-t img{
	width: 100%;
}

.house5-ex {
	width: 70%;
	max-width: 680px;
	margin:0 auto;
	padding-bottom: 30px;
	text-align:left;
}

.house5-m1 {
	position: absolute;
	top:15%;
	right: 0;
	width: 40%;
	max-width: 600px;
	box-shadow: 10px -10px 0px #ff6600;
	overflow: hidden;
	z-index: 400;
	animation: maruyura 15s linear infinite;
}
.house5-m1 img {
	width: 100%;
}

/* コピーライト */
footer {
	position: relative;
	width: 100%;
	height: 40px;/*フッターの高さ*/
	padding-top: 20px;
	font-size: 11px;
	text-align: center;
	color: #ffffff;
	background-color:  #ff6600;
}

/* スクロール時に出るトップへのアイコン */
.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);
}

}