@charset "UTF-8";

/* set
------------------------------------------------------------ */
body {
	background: url(img/bg_body.jpg) repeat;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 160%;
	color: #3E3A39;
	text-align: center;
}
body,h1,h2,h3,h4,h5,h6,p,div,dl,dt,dd,ul,ol,li,table,th,td,form,figure {
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4,h5,h6,em,address,th {
	font-style: normal;
	font-weight: normal;
}
header,nav,section,article,aside,footer {
	display: block;
}
#ygh ul {
	list-style: none;
}
#ygh img {
	border: 0;
	vertical-align: bottom;
}
#ygh em {
	font-weight: bold;
}
#ygh a {
	color: #3E3A39;
	text-decoration: none;
	font-weight: bold;
}
#ygh a:hover {
	color: #B57F2B;
	text-decoration: underline;
}
#ygh footer a {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
#ygh footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
#ygh header nav ul,
#ygh #side #outline {
	box-shadow: rgba(62, 58, 57, 0.5) 0px 10px 10px -10px;
	-webkit-box-shadow: rgba(62, 58, 57, 0.5) 0px 10px 10px -10px;
	-moz-box-shadow: rgba(62, 58, 57, 0.5) 0px 10px 10px -10px;
}
#ygh #side #go_plan,
#ygh #side #go_voice,
#ygh #side nav ul {
	box-shadow: rgba(62, 58, 57, 0.25) 0px 5px 5px -5px;
	-webkit-box-shadow: rgba(62, 58, 57, 0.25) 0px 5px 5px -5px;
	-moz-box-shadow: rgba(62, 58, 57, 0.25) 0px 5px 5px -5px;
}
#ygh #main .bn,
#ygh #main #plan h2,
#ygh #main #point h2,
#ygh #main #point div {
	box-shadow: rgba(62, 58, 57, 0.25) 0px 0px 2px 1px;
	-webkit-box-shadow: rgba(62, 58, 57, 0.25) 0px 0px 2px 1px;
	-moz-box-shadow: rgba(62, 58, 57, 0.25) 0px 0px 2px 1px;
}
.shadow {
	box-shadow: rgba(62, 58, 57, 0.25) 0px 0px 2px 1px inset;
	-webkit-box-shadow: rgba(62, 58, 57, 0.25) 0px 0px 2px 1px inset;
	-moz-box-shadow: rgba(62, 58, 57, 0.25) 0px 0px 2px 1px inset;
}

/* ygh
------------------------------------------------------------ */
#ygh {
	text-align: left;
	width: 950px;
	margin: 0px auto;
	overflow: hidden;
}

/* header */
#ygh header h1 {
}
#ygh header h1 img {
	margin-top: 7px;
}
#ygh header #slider {
	height:420px;
	overflow:hidden;
}
#ygh header nav {
	background: url(img/gnav_bg.jpg) repeat-x;
	width: 100%;
	height: 70px;
}
#ygh header nav ul {
	margin: 0px 25px;
	overflow: hidden;
}
#ygh header nav ul li {
	float: left;
	display: inline;
}
/* #header */
#ygh header #header {
	overflow:hidden;
	background: #FFF;
	padding:10px 0px 0px 0px;
	border-bottom: 3px solid #D7B469;
}
#ygh header #header h1 {
	float:left;
}
#ygh header #header h1 img {
	margin: 10px 0px 0px 5px;
}
/* #header banner */
#ygh header #header .bn {
	float:right;
	width:730px;
	margin:0px 10px 10px 0px;
	font-size:12px;
}
#ygh header #header .bn .date {
	display:block;
	float:left;
	margin:10px 0px 0px 0px;
	line-height:18px;
}
#ygh header #header .bn .bold {
	font-weight:bold;
}
#ygh header #header .bn .underline {
	text-decoration:underline;
}
#ygh header #header .bn em {
	color:#900;
}
#ygh header #header .bn .btn {
	display:block;
	float:right;
	width:120px;
	text-align:center;
	padding:12px 0px 10px 0px;
	margin:10px 0px 0px 0px;
	background:#C00;
}
#ygh header #header .bn .btn a {
	color:#FFF;
	line-height:18px;
}
#ygh header #header .bn .note {
	font-size:11px;
	padding-left:0.5em;
}


/* banner */
#ygh #banner {
	text-align:center;
	margin: 0px auto 0px;
	padding:10px 80px;
	background:#FFF;
	line-height:1.5;
}
#ygh #banner a {
	display:block;
	margin:10px auto 10px;
	line-height:2;
	font-size:16px;
	color:#900;
}
#ygh #banner .bold {
	font-weight:bold;
}
#ygh #banner .underline {
	text-decoration:underline;
}
#ygh #banner p {
	font-size:15px;
}
#ygh #banner em {
	color:#900;
}

/* information */
#ygh #info {
	margin: 30px auto 40px;
	overflow: hidden;
}
#ygh #info ul li {
	margin: 20px 0px 0px 20px;
	float: left;
	display: inline;
}

/* main */
#ygh #main {
	width: 730px;
	margin-bottom: 40px;
	float: right;
	display: inline;
}
#ygh #main .bn {
	margin-bottom: 25px;
}
#ygh #main #news {
	background: #FFF;
	width: 728px;
	min-height: 130px;
	margin-bottom: 45px;
	box-shadow: rgba(62, 58, 57, 0.1) 0px 0px 2px 1px;
	-webkit-box-shadow: rgba(62, 58, 57, 0.1) 0px 0px 2px 1px;
	-moz-box-shadow: rgba(62, 58, 57, 0.1) 0px 0px 2px 1px;
}
#ygh #main #plan {
	margin-bottom: 45px;
	background: url(img/plan_bg.jpg) no-repeat bottom;
	width: 730px;
	height: 406px;
}
#ygh #main #plan ul {
	margin: 26px 0px 0px 17px;
	overflow: hidden;
}
#ygh #main #plan ul li {
	float: left;
	display: inline;
}
#ygh #main #plan div dl {
	display:block;
	width:680px;
	margin: 25px 0px 0px 40px;
	float: left;
	clear: both;
}
#ygh #main #plan div dl dt {
	margin-right: 20px;
	float: left;
	display: inline;
}
#ygh #main #plan div dl dd {
	font-size: 11px;
	padding-right: 30px;
}
#ygh #main #plan div dl dd em {
	font-size: 14px;
}
#ygh #main #plan div p {
	display:block;
	padding-top: 100px;
}

#ygh #main #plan div#panel dl {
	position:relative;
}
#ygh #main #plan div#panel dl dd.btn {
	display:block;
	padding: 0px;
	position:absolute;
	right:20px;
	bottom:-10px;
}
#ygh #main #plan div#panel dl dd.btn a {
	line-height:24px;
	padding:3px 10px;
	background:#B57F2B;
	color: #FFF;
}

#ygh #main #plan #scene li {
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	width: 215px;
	height: 60px;
	cursor: pointer;
}
#ygh #main #plan #scene li.scene_01 {
	background: url(img/plan_01.png) no-repeat;
}
#ygh #main #plan #scene li.scene_01_on {
	background: url(img/plan_01_o.png) no-repeat;
}
#ygh #main #plan #scene li.scene_02 {
	background: url(img/plan_02.png) no-repeat;
}
#ygh #main #plan #scene li.scene_02_on {
	background: url(img/plan_02_o.png) no-repeat;
}
#ygh #main #plan #scene li.scene_03 {
	background: url(img/plan_03.png) no-repeat;
}
#ygh #main #plan #scene li.scene_03_on {
	background: url(img/plan_03_o.png) no-repeat;
}
#ygh #main #plan #panel div {
	height: 250px;
	overflow: auto;
}
#ygh #main #plan #plan_02,
#ygh #main #plan #plan_03 {
	display: none;
}
#ygh #main #point h2 {
	margin-bottom: 35px;
	clear: both;
}
#ygh #main #point div {
	background: #FFF;
	width: 220px;
	height: 220px;
	margin: 0px 5px 30px 15px;
	float: left;
	display: inline;
}
#ygh #main #point div figcaption {
	background: #F5E6C8;
	font-size: 15px;
	font-weight: bold;
	color: #B57F2B;
	line-height: 30px;
	padding: 0px 15px;
}
#ygh #main #point div figcaption.long {
	line-height: 22px;
	padding: 5px 10px;
}
#ygh #main #point div p {
	background: url(img/nozzle.png) no-repeat 30px top;
	font-size: 11px;
	line-height: 140%;
	padding: 15px 10px 10px;
}



/* restaurant */
#restaurant {
	overflow:hidden;
}
#restaurant #guide {
	overflow:hidden;
	margin:20px auto 20px;
}
#restaurant #guide h2 {
	display:block;
	height:55px;
	margin:0px auto 20px;
}
#restaurant #guide dl {
}
#restaurant #guide dl dt {
	float:left;
}
#restaurant #guide dl dd {
	float:left;
}
#restaurant #guide dl dd a {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#restaurant #guide dl dd a:hover {
	opacity:0.75;
	filter: alpha(opacity=75);
}
#restaurant .box {
	margin:0px 0px 30px 0px;
}



/* room */
#room {
	overflow:hidden;
}
#room #guide {
	overflow:hidden;
	margin:20px auto 20px;
}
#room #guide h2 {
	display:block;
	height:55px;
	margin:0px auto 20px;
}
#room #main .room_box {
	position:relative;
	margin:0px auto 30px;
	padding:0px;
	width:730px;
	overflow:hidden;
}
#room #main #single {
	height:500px;
	background:url(img/room/img_single.jpg) no-repeat;
}
#room #main #double {
	height:360px;
	background:url(img/room/img_double.jpg) no-repeat;
}
#room #main #twin {
	height:750px;
	background:url(img/room/img_twin.jpg) no-repeat;
}
#room #main #triple {
	height:370px;
	background:url(img/room/img_triple.jpg) no-repeat;
}
#room #main #suite {
	height:460px;
	background:url(img/room/img_suite.jpg) no-repeat;
}
#room #main #amenities {
	height:640px;
	background:url(img/room/img_amenities.jpg) no-repeat;
}
#room #main .room_box dl {
	display:block;
	overflow:hidden;
	position:absolute;
	font-size:12px;
	color:#643C00;
	line-height:18px;
	width:300px;
}
#room #main #amenities p {
	display:block;
	overflow:hidden;
	position:absolute;
	font-size:12px;
	color:#643C00;
	line-height:18px;
	width:630px;
}
#room #main .room_box dl dt {
	float:left;
	font-weight:bold;
}
#room #main .room_box dl dd {
	margin:0px 0px 0px 7em;
}
dl.txt_single {
	top:160px;
	left:60px;
}
dl.txt_dx-single {
	top:330px;
	left:60px;
}
dl.txt_double {
	top:155px;
	left:60px;
}
dl.txt_std-twin {
	top:160px;
	left:60px;
}
dl.txt_twin {
	top:330px;
	left:60px;
}
dl.txt_dx-twin {
	top:500px;
	left:60px;
}
dl.txt_triple {
	top:170px;
	left:60px;
}
dl.txt_suite {
	top:170px;
	left:60px;
}
p.txt_facility {
	top:145px;
	left:50px;
}
p.txt_amenitie {
	top:285px;
	left:50px;
}
p.txt_rental {
	top:445px;
	left:50px;
}
p.txt_time {
	top:555px;
	left:50px;
}



/* side */
#ygh #side {
	width: 200px;
	margin-bottom: 20px;
	float: left;
	display: inline;
}
#ygh #side #online {
	background: url(img/online_bg.jpg) no-repeat;
	text-align: center;
	margin-bottom: 10px;
	padding-top: 80px;
	box-shadow: rgba(62, 58, 57, 0.5) 0px 0px 2px 0px;
	-webkit-box-shadow: rgba(62, 58, 57, 0.5) 0px 0px 2px 0px;
	-moz-box-shadow: rgba(62, 58, 57, 0.5) 0px 0px 2px 0px;
}
#ygh #side #online h3 {
	display: none;
}
#ygh #side #online ul li {
	padding-bottom: 10px;
}
#ygh #side #go_plan {
	margin-bottom: 15px;
}
#ygh #side #go_voice {
	margin-bottom: 23px;
}
#ygh #side nav ul {
	margin-bottom: 20px;
	border: 1px solid #D7B469;
}
#ygh #side nav ul li {
	border: 1px solid #D7B469;
}
#ygh #side #outline {
	background: #FFF;
	font-size: 11px;
	line-height: 140%;
	text-align: center;
}
#ygh #side #outline figcaption {
	color: #643C00;
	padding: 12px 0px;
}
#ygh #side #outline h4 {
	font-size: 14px;
	line-height: 28px;
	border-top: 1px solid #F2F2F2;
	border-bottom: 1px solid #F2F2F2;
}
#ygh #side #outline p {
	text-align: left;
	padding: 10px 5px 0px 15px;
}
#ygh #side #outline div {
	padding: 35px 0px 3px;
}

/* footer */
#ygh footer {
	background: url(img/bg_ftr.jpg) repeat;
	color: #FFF;
	font-size: 11px;
	width: 100%;
	height: 200px;
	clear: both;
}
#ygh footer figure {
	width: 385px;
	margin-bottom: 40px;
	float: left;
	display: inline;
}
#ygh footer figure img {
	margin: 20px 0px 0px 30px;
}
#ygh footer figcaption {
	margin: 10px 0px 0px 80px;
}
#ygh footer ul li {
	padding: 15px 0px 40px 20px;
	float: left;
	display: inline;
}
#ygh footer address {
	margin-left: 80px;
	clear: both;
}

