/* HTML5 display definitions */

section, nav, article, aside, hgroup, header, footer, figure, figcaption, details {
	display: block;
}
video, audio, canvas {
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
audio:not([controls]) {
	display: none;
}
 [hidden] {
 display: none;
}
/* The root element */

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
/* Sections */

body {
	font-family: sans-serif;
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	margin: 0;
}
/* Grouping content */

p, blockquote, dl, dd, figure {
	margin: 0;
}
hr {
	color: inherit;
	height: auto;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
pre {
	font-family: monospace, sans-serif;
	white-space: pre-wrap;
	word-wrap: break-word;
	margin: 0;
}
dl, menu, ol, ul {
	margin: 0;
}
dd {
	margin: 0 0 0 40px;
}
menu, ol, ul {
	padding: 0;
}
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
}
ul li {
	list-style: none outside none;
}
li {
	margin: 0;
	padding: 0;
}
/* Text-level semantics */

a:link {
	text-decoration: underline;
	color: #2a2a29;
	padding-bottom: 1px;
}

a:visited{
	color:#383836;
}

a:focus {
	outline: none;
}
a:hover {
	color: #767674;
	text-decoration: underline;
}
a:hover, a:active {
	outline: 0;
}
strong, b {
	font-weight: bold;
}
small {
	font-size: 0.83em;
}
q {
	quotes: none;
}
abbr[title] {
	border-bottom: 1px dotted;
}
code, samp, kbd {
	font-family: monospace, sans-serif;
}
mark {
	color: black;
	background-color: yellow;
}
sub, sup {
	font-size: 0.83em;
	line-height: 0;
	vertical-align: baseline;
	position: relative;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
br {
 *letter-spacing: 0;
}
/* Embedded content */

img {
	border: 0;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}
svg:not(:root) {
	overflow: hidden;
}
/* Tabular data */

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption {
	padding: 0;
	text-align: left;
}
th, td {
	text-align: left;
	padding: 0;
}
/* Forms */

form {
	margin: 0;
}
fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}
legend {
	border: 0;
 *margin-left: -7px;
}
input, button, select, textarea {
	font-family: inherit;
	font-size: 1em;
	color: inherit;
	margin: 0;
}
input, button {
	line-height: normal;
	vertical-align: inherit;
 *vertical-align: middle;
}
input {
	padding: 4px;
}
button, textarea {
	border: 1px solid #AAAAAA;
	padding: 4px;
}
 input::-moz-focus-inner, button::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]:focus {
	outline-offset: -2px;
}
 input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="submit"], input[type="reset"], input[type="button"], button {
	cursor: pointer;
	-webkit-appearance: button;
 *overflow: visible;
}
select {
	line-height: normal;
}
textarea {
	vertical-align: top;
	overflow: auto;
 *font-family: sans-serif;
}
/* clearfix */
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	zoom: 1;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}


address{
	font-style:normal;
}



/* Page */
/*---------------------------------------------------*/


/* common */

body {
	background: #FFF;
	position: relative;
	z-index: 0;
}

p {
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.7;
}

#header {
	position: relative;
	z-index: 3;
}

.wrap {
	width: 960px;
	margin: 0 auto;
}
.figure .caption {
	margin-top: 10px;
	font-size: 10px;
	line-height: 1.6em;
	letter-spacing: 0.07em;
	text-align: justify;
}
.button a img, a.button img {
	opacity: 1;
	-webkit-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	transition: opacity .3s linear;
}
.button a:hover img, a:hover.button img {
	opacity: 0.5;
	-webkit-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	transition: opacity .3s linear;
}
/* header */

#globalNavi {
	background: url(../images/header_bg.png) repeat-x bottom center;
	height: 58px;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
}
#globalNavi ul {
	padding: 9px 0;
}
#globalNavi li {
	float: left;
}
#globalNavi li.lm {
	margin-right: 70px;
}
#globalNavi li.rm {
	margin-left: 84px;
}
/*GlobalNavi Hover*/
#globalNavi {
}
.popupNavi {
	position: relative;
}
.popupNavi .popupNaviChild {
	display:none;
	position: absolute;
	margin-left: -1px;
	width: 100%;
	background:url(../images/popupnav/back_line.png) repeat-y;
	border: 1px solid #ddd5c5;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
}
.popupNavi .popupNaviChild img.arrow {
	position: absolute;
	display: block;
	margin-top: -14px;
}
.popupNavi .popupNaviChild h2 {
	padding-top: 5px;
	padding-bottom: 5px;
	/*background: white;*/
	background: #FCFBF9;
	text-align: center;
}
.popupNavi .popupNaviChild .parts {
	clear: both;
	border-top: 1px solid #e5e5e5;
	letter-spacing: 0.05em;
}
.popupNavi .popupNaviChild .part {
	float: left;
	width: 154px;
	padding: 20px 19px;
}

.popupNavi .popupNaviChild h3 {
	padding-top:10px;
	color: #8b7a57;
	font-size:12px;
	font-weight:bold;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.popupNavi .popupNaviChild h3 a,.popupNavi .popupNaviChild h3 a:link,.popupNavi .popupNaviChild h3 a:active {
	color: #8b7a57;
	text-decoration:none;
}
.popupNavi .popupNaviChild h3 a:hover {
	color: #b6a480;
}
.popupNavi .popupNaviChild p img {
	border: 1px solid #FFF;
}

.popupNavi .popupNaviChild p.popupText {
	padding-top:3px;
	color: #777;
	font-size:10px;
	line-height:12px;
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


#wed img.arrow {
	left: 20px;
}
#eng img.arrow {
	left: 120px;
}
#par img.arrow {
	left: 290px;
}
#home img.arrow {
	left: 460px;
}
#gui img.arrow {
	left: 650px;
}
#res img.arrow {
	left: 777px;
}
#con img.arrow {
	left: 920px;
}

/* Local header */

#localHeader h1 {
	font-size: 29px;
	font-weight: bold;
	color: #624d25;
	text-align: center;
	margin-bottom: 15px;
}
#localHeader .localNavi {
	text-align: center;
	position: relative;
	overflow: hidden;
	height: 27px;
	line-height: 27px;
	border-bottom: 1px dotted #b4b4b4;
	padding: 0 0 10px 0;
	margin: 0 0 3px 0;
}
#localHeader .localNavi ul {
	position: relative;
	left: 50%;
	float: left;
}
#localHeader .localNavi li {
	float: left;
	position: relative;
	left: -50%;
}
#localHeader .localNavi li a {
	padding: 0 10px 7px 10px;
}
#localHeader .localNavi li.current a {
	background: url(../images/lnavi_border_current.png) bottom center no-repeat;
}
#localHeader .localSubNavi {
	text-align: center;
	position: relative;
	overflow: hidden;
	height: 25px;
	line-height: 25px;
}
#localHeader .localSubNavi ul {
	position: relative;
	left: 50%;
	float: left;
}
#localHeader .localSubNavi li {
	float: left;
	position: relative;
	left: -50%;
}
#localHeader .localSubNavi li a {
	padding: 0 10px;
	opacity: 0.5;
	font-size: 12px;
	color: #222;
	font-weight: bold;
}
#localHeader .localSubNavi li.current a {
	opacity: 1;
}
/*page*/
#localHeader {
	height: 160px;
	margin: 0 auto;
	padding: 0px 0;
	width: 960px;
}
#contents {
	margin: 0 auto;
	width: 880px;
	padding: 40px;
	box-shadow: 0 1px 10px rgba(0,0,0,0.15);
	background: url(../images/common_bg_contents.png) repeat left top;
}

#main{

}

.contentsMeta {
	margin-bottom: 10px;
}
.contentsMeta h1 {
	font-weight: bold;
	padding: 15px 0;
}
.contentsMeta h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.9em;
	padding: 0;
}
.section {
	margin: 0 auto;
	width: 850px;
	padding-top: 0px;
	padding-bottom: 40px;
}
.section p, .section ul li,.section th,.section td {
	font-size: 14px;
	letter-spacing: 0.07em;
	line-height:1.7;
}

.section p {
	font-size: 14px;
	letter-spacing: 0.07em;
	line-height:1.6;
	margin-bottom: 1em;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.section-border {
	background: none;
	border-top: 1px solid #b7b7b7;
}
.section h2 {
	font-size: 24px;
	font-weight: bold;
	padding: 0 0 1em;
}
.section h3 {
	font-size: 17px;
	font-weight: bold;
	padding: 0 0 15px 0;
}
.section h4 {
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 10px 0;
}

.section h5 {
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 10px 0;
}

.section h1.mid, .section h2.mid, .section h3.mid, .section h4.mid, .section h5.mid, .section h6.mid, .section .mid {
	padding-top: 40px;
}

.section h1.mid-half, .section h2.mid-half, .section h3.mid-half, .section h4.mid-half, .section h5.mid-half, .section h6.mid-half, .section .mid-half {
	padding-top: 20px;
}

.section .mgn_b10 {
	margin-bottom: 10px;
}
.section .mgn_b20 {
	margin-bottom: 20px;
}
.section .mgn_b30 {
	margin-bottom: 30px;
}
.section .mgn_b40 {
	margin-bottom: 40px;
}
.section .mgn_t10 {
	margin-top: 10px;
}
.section .mgn_t20 {
	margin-top: 20px;
}
.section .mgn_t30 {
	margin-top: 30px;
}
.section .mgn_t40 {
	margin-top: 40px;
}


.anchor.section a,.anchor.section a:link {
	text-decoration: none;
	color: #2a2a2a;
	padding-bottom: 1px;
	border-bottom: dashed 1px #cccccc;
}
.anchor.section a:visited {
	text-decoration: none;
	color: #333;
	padding-bottom: 1px;
	border-bottom: dashed 1px #cccccc;
}
.anchor.section a:hover {
	color: #767674;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: dashed 1px #e1e1e1;
}
.inner {
	padding: 0;
	margin: 40px 0 0 0;
}
.column-left {
	width: 253px;
	float: left;
	margin-right: 30px;
}
.column2-left {
	width: 537px;
	float: left;
	margin-right: 30px;
}
.column-center {
	width: 254px;
	float: left;
	margin-right: 30px;
}
.column-right {
	width: 253px;
	float: left;
}
.column2-right {
	width: 537px;
	float: left;
}
.column5-left {
	width: 148px;
	float: left;
	margin-right: 20px;
}
.column5-right {
	width: 148px;
	float: right;
}

.columnHalf-left{
	width:395px;
	margin-right:30px;
	float:left;
}

.columnHalf-right{
	width:395px;
	float:right;
}

.columnHalfBig-left{
	width:390px;
	margin-right:40px;
	float:left;
}

.columnHalfBig-right{
	width:390px;
	float:right;
}


.attention {
	color: #7d7d7d;
}
.an{
	font-size:10px !important;
	color:#666;
}

.section p.zoom{
	background:url(../images/common_icon_zoom.png) center left no-repeat;
	font-weight:bold;
	padding-left:15px;
	font-size:12px;
}

.annotation p {
	text-align: right;
	font-size: 11px;
	color: #7d7d7d;
	padding-bottom: 40px;
}
#contact p {
	text-align: center;
}

#localFooter .localSubNavi {
	text-align: center;
	position: relative;
	overflow: hidden;
	height: 25px;
	line-height: 25px;
}
#localFooter .localSubNavi ul {
	position: relative;
	left: 50%;
	float: left;
}
#localFooter .localSubNavi li {
	float: left;
	position: relative;
	left: -50%;
}
#localFooter .localSubNavi li a {
	padding: 0 10px;
	font-size: 12px;
	color: #222;
	font-weight: bold;
}

#footer .footerBanner{
	margin-bottom:20px;
}

#footer .footerBanner li{
	float:left;
	display:block;
	width:225px;
	padding-right:20px;
}

#footer .footerBanner li.end{
	padding-right:0;
}

#footer .footerBanner li a{
	display:block;
	background-color:#f8f8f8;
	-webkit-box-shadow:0 1px 10px rgba(0,0,0,0.15);
	box-shadow:0 1px 10px rgba(0,0,0,0.15);
}

#footer .footerBanner li a:link{
	padding:0;
}

#footer .footerMeta {
	background: url(../images/common_footer_bg.png) no-repeat center bottom;
	padding: 0px 0 0;
	height: 259px;
}
#footer .footerMeta p {
	text-align: center;
}
#footer .footerMain {
	background: url(../images/footer_main_bg.png) repeat-x left top;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
#footer .footerContents {
	background: url(../images/footer_bg.png) no-repeat center top;
	padding: 30px 0;
}
#footer .address {
	font-size: 11px;
	width: 357px;
	float: left;
}
#footer .info {
	float: right;
	width: 497px;
}



#footer .footerNav {
	width: 497px;
}

#footer .footerNav ul {
	width: 497px;
	overflow: hidden;
}


#footer .footerNav li {
	float: left;
	line-height: 15px;
	margin-bottom: 10px;
}
#footer .footerNav li a {
	padding: 5px 16px;
	border-left: 1px solid #e6ddcf;
	line-height: 12px;
	vertical-align: middle;
}
#footer .footerNav li.first a {
	border-left: none;
	padding-left: 0;
}
#footer .footerNav li.end a {
	padding-right: 0;
}
#footer .contact {
	position: relative;
	margin-top: 19px;
	width: 497px;
}
#footer .contact a.button {
	display: block;
	width: 230px;
	height: 36px;
	position: absolute;
	top: 14px;
	right: 18px;
}
#footer .address h2 {
	margin: 0 0 15px 0;
}
#footer .address .tel {
	margin: 0 0 10px 0;
}
#footer .footerEnd {
	background: url(../images/footer_bg_end.png) repeat-x top center;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	padding: 8px;
}
#footer .copyright {
	float: left;
	height: 15px;
	line-height: 15px;
}
#footer .footerGlobalNav {
	float: right;
	height: 15px;
	line-height: 15px;
}
#footer .footerGlobalNav li {
	float: left;
	padding-left: 20px;
}

/*plan List*/
.amount,
.basicplanList{
	margin-bottom:20px;
}
.planicon{
	margin-bottom:30px;
}

.planicon li{
	float:left;
	margin-right:9px;
}
.basicplan{
	background: url(../images/common_icon_bellbk.png) no-repeat left center;
	padding-left:13px;
}

.planamenity{
	background:url(../images/common_icon_bellred.png) no-repeat left center;
	padding-left:13px;
	margin-top:20px;
}
.nomalamenity{
	background:url(../images/common_icon_ribon.png) no-repeat left center;
	padding-left:17px;
	margin-top:20px;
}

.section .planning p,
.section .planning ul li {
    font-size: 11px;
    letter-spacing: 0.07em;
}

.selectitem p.button{
	margin-bottom:5px;
}


/* slideMenu */

.slideMenu {
	position:absolute;
	top:100px;
	right:0;
	width:50px;
	height:190px;
	z-index: 999990;
}

#pageslide {
	display: none;
	position: absolute;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 999999;
	width: 260px;
	padding: 20px;
	background:#EEE url(../images/common_slide_bg.png) repeat;
	color: #FFF;
	-webkit-box-shadow: inset 0 0 5px 5px rgba(0,0,0,0.1);
	-moz-shadow: inset 0 0 5px 5px rgba(0,0,0,0.1);
	box-shadow: inset 0 0 5px 5px rgba(0,0,0,0.1);
}

/*#pageslide .elist a{
	color:#FFF;
	display:block;
	padding:15px 10px;
	text-decoration:none;
}

#pageslide .elist a:hover{
	background-color:#7e6a43;
}*/

#pageslide h2{
	margin-bottom:5px;
}

#pageslide a .date{
	display:block;
	font-size:12px;
	font-weight:bold;
	background:url(../images/common_slide_icon.png) no-repeat;
	height:15px;
	line-height:15px;
	padding-left:25px;
	margin-bottom:5px;
	color:#fff;
	text-shadow:0 1px 3px rgba(0,0,0,0.1);
}

#pageslide a .title{
	display:block;
	font-weight:bold;
	font-size:16px;
	margin-bottom:10px;
	color:#fff;
	text-shadow:0 1px 3px rgba(0,0,0,0.1);
}

#pageslide a .text{
	display:block;
	font-size:11px;
	color:#fff;
	line-height:1.5em;
}

#pageslide p.more{
	text-align:right;
	margin-bottom:10px;
}

#spmode{
	padding:50px 0;
	text-align:center;
}

#spmode a{
	width:590px;
	display:block;
	margin:0 auto;
}

.snsList .snsButton{
	float:left;
	width:130px;
}


.elist dl {
	color: #635334;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	padding-top: 1em;
	overflow: auto;
	font-size: 12px;
}

.elist dl dt {
	margin-bottom: 0.5em;
	font-weight: bold;
}

.elist dl dd {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px dotted #CFC0A5;
	margin-left: 0px;
	padding-left: 0px;
}

.elist dl dd p {
	line-height: 1.4;
	margin-bottom: 0.5em;
}

.elist dl dd ul {
	padding-left:0.5em;
	margin-left:0.5em;
	line-height: 1.4;
	padding-bottom: 0.5em;
}



/*top banner*/

#topBn {
	position: absolute;
	right: 30px;
	bottom: 60px;
}

#topBn li {
	display: inline;
}

#topBn li a {
	display: block;
	float: left;
	height: 60px;
	width: 180px;
	margin-left: 10px;
}

#topBn li.bnFb a {
	display: block;
	float: left;
	height: 60px;
	width: 60px;
	margin-left: 10px;
}

topBn li.bnFb a:hover img {
	opacity:0.7;
}

#topBn li a img {
}

#topBn li a.button:hover img {
	opacity:0.7;
}


/*sub banner*/

#subBn {
	position: absolute;
	left: 30px;
	bottom: 60px;
}

#subBn li {
	display: block;
	float: left;
	width: 183px;
	height: 48px;
}

#subBn li a {
	height: 48px;
	width: 183px;
	display: block;
}


#subBn li a img {
	display: block;
	height: 48px;
	width: 183px;
}

#subBn li a.button:hover img {
	opacity:0.7;
}








#bloBn {
	padding-top: 1em;
}

#blogBn h2 {
	text-align: center;
	margin-bottom: 1em;
}








#feed {
	color: #635334;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 12px;
}

#feed ul li {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px dotted #CFC0A5;
}


#feed ul li a {
	color: #635334;
}

#closeBtn {
	text-align: center;
	margin-bottom: 1em;
}

#closeBtn button {
	color: #635334;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	padding: 5px 15px;
}


#page-top {
	position: fixed;
	bottom: 10%;
	right: 10%;
	font-size: 77%;
	z-index: 10;
}
#page-top a {
	text-decoration: none;
	padding: 10px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #F9F9F9;
