@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;
}

.p1 {
	font-size: 18px;
	text-indent: 1em;
	letter-spacing: 0.2em;
	line-height: 2em;
	color: #502d16;
	font-weight: 600;
	display: block;
}

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%;
}

/* トップ【背景・タイトル文字画像・説明文】 */
.main-top-tm {
	position: relative;
	width: 100%;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background-image: url(../img/housing-top-s.png);
	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;
	z-index: 1;
}

.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%;
}

/* ↓↓↓【共同住宅】 ↓↓↓ */
.service {
	position: relative;
	width: 100%;
	text-align: center;
	background-image: url(../img/haikei1.png);
	background-size: 100%;
	background-position: bottom;
	background-repeat: no-repeat;
	z-index: 10;
}

/* サービスについて・上 */
.service-c1 {
	position: relative;
	width: auto;
	padding-top: 40px;
	padding-bottom: 30px;
	overflow: hidden;
	background-image: url(../img/haikei3.png);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 100%;
}

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

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

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

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

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

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

.service1-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;
}
.service1-m img{
	width: 100%;
}

/* サービスについて・下 */
.service-c2 {
	position: relative;
	width: auto;
	padding-bottom: 500px;
	background-image: url(../img/haikei4.png);
	background-size: 100%;
	background-position: center 250;
	background-repeat: no-repeat;
}

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

.service2-t img {
	width: 82%;
	margin: 50px 1% 30px 17%;
	text-align: left;
}
.service2-ex {
	position: relative;
	width: 100%;
	text-align: left;
	z-index: 500;
}

.sub-box{
	position: relative;
	top: 100;
	width: 80%;
	max-width: 430px;
	margin: 0 auto;
}

.service2-m1 {
	position: absolute;
	right: 2%;
	width:80%;
	max-width: 640px;
	border-radius: 140 140 140 140;
	box-shadow: 10px -10px 0px #ff6600;
	overflow: hidden;
	z-index: 400;
	animation: maruyura 15s linear infinite;

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

.service2-m2 {
	position: absolute;
	width: 50%;
	max-width: 450px;
	margin-top: 47%;
	margin-left: 8%;
	border-radius: 140 140 140 140;
	box-shadow: -10px 10px 0px #ff6600;
	overflow: hidden;
	z-index: 400;
	animation: maruyura 20s linear infinite;
}
.service2-m2 img{
	width: 100%;
}

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

.service3{
	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;
}

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

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

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

.service3-2 {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.service-n {
	width: 80%;
	margin: 30px 5%;
	padding: 5%;
	overflow: hidden;
	background-color:antiquewhite;
	border-radius: 30px;
}
.service-n img {
	width: 100%;
}
.service-n span{
	text-align: left;
	display: inline-block;
}

.service-gl {
	position: relative;
	width: 70%;
	max-width: 300px;
	margin: 10px 15% 30px 15%;
}

.service-gr {
	position: relative;
	width: 70%;
	max-width: 300px;
	margin: 10px 15% 30px 15%;
}

.service-t {
	position: absolute;
	bottom: -15;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	min-width: 100px;
}

.service-n-exl {
	font-size: 16px;
	letter-spacing: 0.2em;
	color: #502d16;
	font-weight: 600;
}

.service-n-exr {
	font-size: 16px;
	letter-spacing: 0.2em;
	color: #502d16;
	font-weight: 600;
}

/* 利用料金 */
.service-c4 {
	position: relative;
	width: auto;
	padding-top: 20px;
	padding-bottom: 50px;
	overflow: hidden;
}

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

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

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

.service4-r img{
	width: 100%;
}

/* 利用料金・表 */
.service4-i1 img{
	width:80%;
	min-width: 330px;
	margin: 0 auto;
}

/* 利用料金 ポイント*/
.service4-i2{
	position: relative;
	width: 96%;
	margin:0 auto;
	padding-top: 30px;
	text-align: left;
	z-index: 999;
}

.i2-na1 {
	margin-bottom: 45px;
}
.i2-na1 img{
	width: 125px;
	margin-bottom: 2%;
}

.i2-na2 {
	margin-bottom: 45px;
}
.i2-na2 img{
	width: 125px;
	margin-bottom: 2%;
}

.i2-na3 {

}
.i2-na3 img{
	width: 125px;
	margin-bottom: 2%;
}

.i2-na4 {
	display: none;
}
.i2-na4 img{
	width: 100%;
}

.i2p {
	width: 95%;
	margin: 0 auto;
	font-size: 18px;
	letter-spacing: 0.2em;
	line-height: 1.5em;
	color: #502d16;
	font-weight: 600;
}

/*お問い合わせ*/
.service-c5 {
	position: relative;
	width: 100%;
	padding-top: 60px;
	padding-bottom: 80px;
	text-align: center;
	z-index: 9999999;
}

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

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

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

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

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

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

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

.service5-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;
}
.service5-m1 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%
}

.fuwatto-wrap [class*='fuwatto'] {
  opacity: 0;
  transform: translate(10px, 10px);
  transition: all 0.6s; 
}
.fuwatto-wrap [class*='fuwatto'].f-act {
  opacity: 1;
  transform: translate(0, 0); 
}

/*=== 画面スクロールでアニメーション ===*/
.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);
}

}