@charset "utf-8";

    div.header{
        background-image: url(/tennozu-view-tower/img/bg_header.png);
        background-position: 0 0;
        background-repeat: repeat-x;
        height:60px;
        position:relative;
        z-index:10;
    }
    div.header h1{
        width: 960px;
        margin: 0 auto;
        padding: 20px 0 0 0;
    }
    span.menu{
        display:none;
    }
    ul.navi{
	background:url(/tennozu-view-tower/img/bg_navi.png) 0 bottom repeat-x;
	min-width:1000px;
	height:57px;
	position:relative;
	text-align:center;
	z-index:9;
    }
    ul.navi li{
        display:inline-block;
    }
    ul.navi li:hover{
        opacity:0.5;
    }

div.footer{
	width:980px;
	margin:100px auto 50px;
	background:url(/tennozu-view-tower/img/bg_footer.png);
	padding:10px;
}
div.footer div.inner{
	background:#fff;
	border:1px solid #bda666;
	height:77px;
	padding:23px 30px 23px 46px;
    position: relative;
}
div.footer div.inner ul{
    width: 430px;
    float: right;
    margin-top: 15px;
}
div.footer div.inner ul li{
    width: 206px;
    float: right;
}
div.footer div.inner ul li:nth-child(1){
    float: left;
}

div.footer div.inner img,div.footer div.inner p,div.footer div.inner a{
	display:inline-block;
	vertical-align:middle;
}
div.footer div.inner img.logo{
	border-right:1px solid #000;
	padding:16px 40px 16px 0;
	margin-right:30px;
}
div.footer div.inner p.phone{
	margin-right:40px;
	background:url(/tennozu-view-tower/img/footer_phone.png) no-repeat;
	width:254px;
	height:44px;
	overflow:hidden;
	text-indent:-9999px;
}
div.footer div.inner a{
	width:206px;
	line-height:46px;
	text-align:center;
	text-decoration:none;
	background:#977d4b;
	color:#fff;
    position: relative;
}
div.footer div.inner a:after{
	content:"";
	display: block;
	width: 9px;
	height: 9px;
	margin: auto;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
    position: absolute;
    top: 18px;
    right: 16px;
}
div.footer div.inner a.contact{
	margin-right:10px;
}
.footer .inner a.contact:hover, .footer .inner a.open_room:hover{
	opacity:0.8;
}
div.footer div.inner a.sp_tel{
    display: none;
}




@media screen and (max-width:768px) {


	div.header{
		background-color:rgba(0,0,0,0);
		background-image:  url(/tennozu-view-tower/img/sp_header2.png);
		background-repeat: repeat-x;
		background-position: 0 -26px;
		background-size: auto 125px;
		height:60px;
		width:100%;
		position:fixed;
		z-index:10;
		top:0;
	}

	div.header h1{
        width: 50%;
        margin: 0 0 0 10px;
        padding: 0;
    }
	div.header h1 img{
        width: 100%;
    }
	span.menu{
		display:block;
		background:url(/tennozu-view-tower/img/menu.png) no-repeat;
		width:33px;
		height:28px;
		overflow:hidden;
		text-indent:-9999px;
		padding:0;
		position:absolute;
		right:29px;
	}

	ul.navi{
		display:none;
	}
.sp_menu_btn{
	display: block;
}

	div.footer{
		width:90%;
	}
	div.inner{
		padding:5px 5px 20px !important;
		text-align:center;
		height:auto !important;
	}
    div.footer{
        margin:70px auto 10px;
    }
	div.footer img.logo{
		display:block !important;
		margin:0 auto !important;
		border:0 !important;
	}
	div.footer p.phone{
		display:block !important;
		margin:0 auto !important;
		border-top:1px solid #000;
		width:auto !important;
		background-position:center 10px !important;
		padding:10px 0;
	}

    div.footer div.inner ul{
        width: 90%;
        float: none;
        margin: 15px auto;
    }
    div.footer div.inner ul li{
        width: 48%;
        float: right;
    }
    div.footer div.inner ul li:nth-child(1){
        float: left;
    }
	div.footer div.inner ul li a{
        width: 100%;
	}

    div.footer div.inner a.sp_tel{
        display: block;
        position: absolute;
        top: 90px;
        width: 96%;
        min-height: 50px;
        background: none;
    }
    div.footer div.inner a.sp_tel:after{
        content: none;
    }




}





@media screen and (max-width:580px) {




	div.rooms div a.other_room{
		top:50%;
	}



}

