﻿@charset "utf-8";

@media screen and (min-width: 769px){

/*================================================================================================================================================

 COMMON

================================================================================================================================================*/

body {
	margin: 0;
	padding: 0;
	font-family: 'Yu Gothic','Hiragino Kaku Gothic',Sans-serif;
	background: #EEE;
}
h1,h2,h3,h4,h5,h6,p,ul,li,dl,dt,dd {
	font-weight: normal;
	margin: 0;
	padding: 0;
}
a:hover img {
	opacity: .5;
	-webkit-opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}
a img {
	border: 0;
	-webkit-transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	-ms-transition: opacity .5s ease-out;
	transition: opacity .5s ease-out;
}
ul,li { list-style: none;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	font-weight: normal;
	text-align: left;
}
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix { min-height: 1px; }
* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.sp { display: none; }


/* HEADER */

nav {
	width: 100%;
	height: 60px;
	background: #090909;
	color: #FFF;
	display: block;
	position: fixed;
	top: 0;
	z-index: 1;
}
nav ul {
	width: 1000px;
	list-style: none;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 20px;
}
nav ul li {
	font-size: 0.8em;
	text-align: center;
	min-width: 100px;
	height: 20px;
	float: left;
	border-left: 1px solid #999;
	padding: 0 10px;
}
nav ul li:last-child {
	border-right: 1px solid #999;
}
nav ul li a {
	color: #FFF;
	text-decoration: none;
}
nav ul li a:hover {text-decoration: underline;}

header {
	width: 1000px;
	margin: 0 auto;
	margin: 120px auto 60px auto;
	text-align: center;
}
header h1 {	
	width: 680px;
	margin: 20px auto;
}
header h1 img {	
	width: 100%;
	height: auto;
}
p.catch {
	font-size: 1.4em;
	font-weight: bold;
}
p.subttl {letter-spacing: 0.1em;}
section.main {
	height: 400px;
	background-color: #090909;
}
div.img-frame{
	position: relative;
	top: 20px;
	width: 960px;
	height: 360px;
	overflow: hidden;
	margin: 0 auto;
}
div.img-01,div.img-02,div.img-03 {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}
div.img-01{
	background-image: url('../images/main/01.jpg');
	animation: slide-animation-01 24s infinite;
}
div.img-02{
	background-image: url('../images/main/02.jpg');
	animation: slide-animation-02 24s infinite;
}
div.img-03{
	background-image: url('../images/main/03.jpg');
	animation: slide-animation-03 24s infinite;
}
@keyframes slide-animation-01 {
	0% {opacity: 1; transform: scale(1.0);}
	30% {opacity: 1;}
	40% {opacity: 0; transform: scale(1.15);}
	90% {opacity: 0}
	100% {opacity: 1; transform: scale(1.0);}
}
@keyframes slide-animation-02 {
	0% {opacity: 0;}
	30% {opacity: 0; transform: scale(1.1);}
	40% {opacity: 1;}
	60% {opacity: 1;}
	70% {opacity: 0; transform: scale(1.0);}
	100% {opacity: 0;}
}
@keyframes slide-animation-03 {
	0% {opacity: 0;}
	60% {opacity: 0;  transform: scale(1.0);}
	70% {opacity: 1;}
	90% {opacity: 1;}
	100% {opacity: 0; transform: scale(1.1);}
}

/* 共通項目 */

section#point,section#room,section#outline,section#equipment,section#plan,section#vertualstaging,section#photos {
	width: 960px;
	overflow: hidden;
	margin: 60px auto 0 auto;
}
section#point h2 img,section#room h2 img,section#roomnumber h2 img,section#outline h2 img,section#access h2 img,section#equipment h2 img,section#plan h2 img,section#photos h2 img,section#vertualstaging h2 img,footer h2 img {
	width: 100%;
	height: auto;
}
p.subttl {
	font-size: 0.8em;
	text-align: center;
}

/* POINT */

section#point h2 {
	width: 53px;
	height: auto;
	margin: 0 auto;
}
section#point div {
	width: 960px;
	height: auto;
	margin: 20px auto 0 auto;
}
section#point div img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}


/* ROOM PLAN */

section#room h2 {
	width: 112px;
	height: auto;
	margin: 0 auto;
}
section#room ul {
	width: 740px;
	margin: 20px auto;
}
section#room li {
	width: 160px;
	height: 160px;
	background: #666;
	display: inline-block;
	letter-spacing:normal;
	margin: 10px 10px;
	text-align: center;
}
section#room li a {
	width: 100%;
	height: 100%;
	display: block;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
section#room li a:hover {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: underline;
}
section#room li span {
	position: relative;
	top: 40px;
}

/* ROOM NUMBER */

section#roomnumber h2 {
	width: 141px;
	height: auto;
	margin: 40px auto 0 auto;
}
section#roomnumber ul {
	width: 740px;
	margin: 20px auto;
}
section#roomnumber li {
	width: 344px;
	background: #666;
	display: inline-block;
	letter-spacing:normal;
	margin: 10px 10px;
	padding: 10px 0;
	text-align: center;
}
section#roomnumber li a {
	width: 100%;
	height: 100%;
	display: block;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
section#roomnumber li a:hover {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: underline;
}
section#roomnumber li span {
	position: relative;
	top: 40px;
}

/* OUTLINE */

section#outline h2 {
	width: 78px;
	height: auto;
	margin: 0 auto;
}
section#outline table {
	width: 460px;
	border: 1px solid #999;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 0.8em;
	margin-top: 40px;
}
section#outline table th {
	width: 60px;
	padding: 0.3em 1.0em;
	border-right: 1px dashed #999;
	border-bottom: 1px solid #999;
	text-align: center;
}
section#outline table td {
	padding: 0.3em 1.0em;
	border-bottom: 1px solid #999;
}
table.left { float: left; }
table.right { float: right; }


/* ACCESS */

section#access h2 {
	width: 74px;
	height: auto;
	margin: 60px auto 0 auto;
}
section#access iframe {
	width: 100%;
	height: 300px;
	border: 0;
	display: block;
	margin: 40px auto 0 auto;
}
div.map {
	width: 400px;
	height: 60px;
	background: #666;
	line-height: 60px;
	text-align: center;
	margin: 40px auto 0 auto;
}
div.map a {
	width: 400px;
	height: 60px;
	display: block;
	color:#FFF;
	font-weight: bold;
	text-decoration: none;
}
div.map a:hover {
	color:#FFF;
	text-decoration: underline;
}

/* EQUIPMENT */

section#equipment h2 {
	width: 108px;
	height: auto;
	margin: 60px auto 0 auto;
}
section#equipment ul {
	width: 900px;
	list-style: none;
	margin: 40px auto 0 auto;
}
section#equipment ul li {
	width: 300px;
	float: left;
	font-size: 0.8em;
	margin-bottom: 10px;
}
section#equipment ul li img {
	vertical-align: middle;
}

/* VERTUAL STAGING */

section#vertualstaging h2 {
	width: 169px;
	height: auto;
	margin: 60px auto 0 auto;
}
section#vertualstaging ul {
	width: 840px;
	overflow: hidden;
	list-style: none;
	margin: 20px auto 0 auto;
}
section#vertualstaging ul li {
	width: 200px;
	height: 133px;
	overflow: hidden;
	float: left;
	margin: 0 10px 10px 0;
}
section#vertualstaging ul li img {
	width: 100%;
	height: auto;
}

/* PHOTOS */

section#photos h2 {
	width: 72px;
	height: auto;
	margin: 60px auto 0 auto;
}
section#photos ul {
	width: 840px;
	overflow: hidden;
	list-style: none;
	margin: 20px auto 0 auto;
}
section#photos ul li {
	width: 200px;
	height: 133px;
	overflow: hidden;
	float: left;
	margin: 0 10px 10px 0;
}
section#photos ul li img {
	width: 100%;
	height: auto;
}


/* FOOTER */

footer {
	width: 100%;
	background: #090909;
	padding: 40px 0;
	margin-top: 80px;
}
footer h2 {
	width: 85px;
	height: auto;
	margin: 0 auto;
}
footer p {
	font-size: 0.75em;
	text-align: center;
	color: #FFF;
}
footer p a {
	color: #FFF;
	text-decoration: none;
}
footer p a:hover {
	text-decoration: underline;
}
p.pm {margin-top: 20px;}
p.number {
	font-size:3.0em;
	font-weight: bold;
}
div.chukai {
	width: 400px;
	height: auto;
	margin: 20px auto;
}
div.chukai img {
	width: 100%;
	height: auto;
}

}/*ここまで*/
