@charset "utf-8";
/* CSS Document */

#top{
	width: 100%;
	background-color: #000000;
    background-image: url(../images/agnes_top.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
	background-size: 1600px;
    height: 900px;
}

#top-wrapper{
	width: 100%;
	height: 900px;
	background-color: #000000;
}

@media screen and (min-width: 1600px){
#top{
    background-size: cover;
}
}

header{
	width: 100%;
	height: 60px;
	background-color: #0a2b18;
	opacity: 0.98;
	box-shadow: 0 0 5px 8px rgba(0,0,0,0.15);
	position: fixed;
	top: 0;
	z-index: 10;
}

#header-inner{
	width: 1200px;
	height: 60px;
	margin: 0 auto;
}

#top-inner{
	position: relative;
    height: 900px;
}

#top-title {
    position: absolute;
    top: 416px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 619px;
    height: 136px;
}

h1{
	float: left;
}

h2{
	width: 100%;
	height: 36px;
	font-size: 36px;
	text-align: center;
	font-weight: 500;
	margin: 0;
	letter-spacing: 0.1em;
	color: #101a10;
}

h3{
	width: 100%;
	height: 36px;
	font-size: 32px;
	text-align: right;
	font-weight: 400;
	margin: 40px 0 0 0;
	color: #101a10;
}

nav{
	height: 30px;
	padding: 25px 0 5px 0;
	float: right;
	color: #ffffff;
	letter-spacing: 0.1em;
}

nav ul li{
	float: left;
	margin-right: 20px;
}

nav ul li:hover{
	border-bottom: solid 1px #ffffff;
}

nav ul li:last-child{
	margin-right: 0;
}

#gnavi ul > li a{
	color: #ffffff;
}

#rooms{
	padding: 80px 0;
	text-align: center;
}

.title{
	margin-bottom: 80px;
}

.title p{
	width: 500px;	
	margin: 0 auto;
}

#rooms-inner{
	width: 1200px;
	margin: 0 auto;
}

#rooms-overview{
	margin-bottom: 80px;
}

#rooms-overview li{
	float: left;
	width: 580px;
	margin-right: 40px;
}

#rooms-overview li:nth-child(2n){
	margin-right: 0;
}

.rooms-type p{
	width: 500px;
	text-align: right;
	margin-left: 80px;
}

#rooms-facilities{
	width: 1000px;
	margin: 0 auto;
}

#rooms-facilities h3{
	float: left;
	width: 250px;
	text-align: left;
	margin: 10px 0 0 0;
}

#rooms-facilities p{
	float: right;
	width: 750px;
	text-align: left;
	font-size: 13px;
}

#reservation{
	width: 100%;
    background-image: url(../images/agnes_reservation.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    height: 576px;	
}

@media screen and (min-width: 1600px){
#reservation{
    background-size: cover;
}
}

#reservation-inner{
	width: 1200px;
	margin: 0 auto;
	position: relative;
    height: 576px;	
}

#reservation-bottun{
	position: absolute;
	top: 200px;
	left: 367px;
	width: 466px;
    text-align: center;
	color: #ffffff;
}

#reservation h2{
	width: auto;
    height: 116px;
}

#reservation h2 a{
	display: block;
	width: auto;
    height: 60px;
    border: solid 3px #ffffff;
    border-radius: 10px;
    padding: 40px 10px 0 10px;
    font-size: 30px;
    font-weight: 500;
    margin: 0 0 20px 0;
    letter-spacing: 0.1em;
	color: #ffffff;
}

#reservation h2 a:hover{
	background-color: rgba( 255, 255, 255, 0.1 );
}

#facilities{
	padding: 80px 0 0 0;
	text-align: center;
	background: #faf7f3;
}

#facilities-inner{
	width: 1200px;
	margin: 0 auto;
}

#facilities-list > li{
	width: auto;
	height: 180px;
	margin-bottom: 60px;	
}

#facilities-list > li:nth-child(2){
	margin-left: 150px;
}

#facilities-list > li:nth-child(3){
	margin-left: 300px;
}

.facilities-image{
	width: 400px;
	float: left;
}

.facilities-description{
	float: right;
	text-align: left;
	width: 800px;
}

#facilities-list > li:nth-child(2) .facilities-description{
	width: 650px;
}

#facilities-list > li:nth-child(3) .facilities-description{
	width: 500px;
}

#facilities h3{
	width: auto;
	border-bottom: solid 1px #333;
	text-align: left;
	padding-left: 40px;
	margin: 0 0 10px 0;
}

.facilities-description p{
	margin-left: 40px;
	margin-bottom: 30px;
}

.facilities-description table{
	width: 700px;
	margin-left: 40px;
    border-collapse: inherit;
	color: #888;
	font-size: 14px;
}

.facilities-description table tr{
}

.facilities-description table th{
	text-align: center;
	padding-right: 20px;
	border-right: solid 1px #ccc;
	margin-bottom: 10px;
}

.facilities-description table td{
	padding-left: 20px;
}

#cafe-menu{
	padding-left: 40px;
	font-size: 13px;
}

#cafe-menu > li{
	display: block;
	float: left;
}

#cafe-menu > li a{
	border: solid 2px #CCC;
	margin-right: 20px;
	padding: 5px 10px;	
}

#cafe-menu > li a:hover{
	background-color: #0a2b18;
	border: solid 2px #0a2b18;
	color: #ffffff;
}

#fecilities-logo{
	text-align: left;
}

#access{
	width: 100%;
    background-image: url(../images/agnes_access.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
	background-size: 1600px;
    height: 928px;	
	padding: 80px 0;
	text-align: left;
	color: #ffffff;
}

@media screen and (min-width: 1600px){
#access{
    background-size: cover;
}
}

.access-emphasis{
	font-size: 36px;
}

#access h2{
	color: #ffffff;
}

#access-time{
	text-align: center;
	width: 630px;
	margin-bottom: 20px;
}

#access-inner{
	width: 1200px;
	margin: 0 auto;
}

#access-googlemap{
	float: left;
	width: 600px;
	height: 600px;
	padding: 15px;
	background-color: rgba( 255, 255, 255, 0.15 );
	margin-right: 50px;
}
#access-googlemap iframe{
	width: 100%;
	height: 100%;
	border: none;
}
/*#access-googlemap a img{
	-webkit-transition-property: all;
    -webkit-transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: all;
    -moz-transition-duration: 0.4s;
    -moz-transition-timing-function: ease;
    -o-transition-property: all;
    -o-transition-duration: 0.4s;
    -o-transition-timing-function: ease;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#access-googlemap a:hover img{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    opacity: 0.8;
}*/

#access-hotel-info{
	float: left;
	width: 520px;
}

#access-hotel-info dt{
	font-weight: bold;
	margin-bottom: 10px;
}

#access-hotel-info dd{
	padding-left: 40px;
	line-height: 2em;
	font-size: 14px;
	margin-bottom:30px;
}

#access-banner{
	width: 100%;
	margin: 50px auto;
	text-align: center;
}

#access-banner a img{
	-webkit-transition-property: all;
    -webkit-transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: all;
    -moz-transition-duration: 0.4s;
    -moz-transition-timing-function: ease;
    -o-transition-property: all;
    -o-transition-duration: 0.4s;
    -o-transition-timing-function: ease;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#access-banner a:hover img{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    opacity: 0.8;
}

#group{
	margin: 30px 0 40px 0;	
}

#group h2{
	font-size: 24px;
}

#group .title{
	margin-bottom: 30px;
}

#group-inner{
	width: 1200px;
	margin: 0 auto;
}

#group ul{
	width: 1070px;
	margin: 0 auto;
}

#group ul li{
	display: block;
	float: left;
	margin-right: 30px;
}

#group ul li:last-child{
	margin-right: 0;
}

#group ul li a{
	-webkit-transition-property: all;
    -webkit-transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: all;
    -moz-transition-duration: 0.4s;
    -moz-transition-timing-function: ease;
    -o-transition-property: all;
    -o-transition-duration: 0.4s;
    -o-transition-timing-function: ease;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#group ul li a:hover{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    opacity: 0.8;
}

#group ul li p{
	margin-top: 10px;
	text-align: center;
	font-size: 14px;
}

#fixed-buttons{
	position: fixed;
	z-index: 5;
	right: 20px;
	bottom: 20px;
	text-align: right;
}

footer{
	text-align: center;
	background: #e0e0e0;
}

#footer-inner{
	width: 1200px;
	margin: 0 auto;
	padding: 10px 0;
}