/**
 * Base Styles
 * @date 9 Sep 2011
 */
html { background: #f5f0e9;}
body { font-family: 'Lucida sans', Arial, sans-serif; color: #333;}
a       { color: #900; text-decoration: underline;}
a:hover { color: #900; text-decoration: none;}
strong  { font-weight: bold;}
em      { font-style: italic;}
img     { vertical-align: bottom;}
/* Container */
.container { width: 100%;}
/* Header */
header {
	width: 100%;
	height: 120px;
	background: url(../img/common/header_bg.png) repeat-x 0 0;
	}
.header-inner {
	width: 940px;
	height: 120px;
	margin: 0 auto;
	background: url(../img/common/header.png) no-repeat 0 0;
	position: relative;
	}
.logo {
	width: 140px;
	display: block;
	overflow: hidden;
	position: absolute;
	left: 400px;
	top: 0;
	}
/* LangNav */
.langnav { position: absolute; right: 0; top: 0;}
.langnav ul { font-size: 93%; line-height: 1.32;}
.langnav ul li { float: left;}
.langnav ul li a,
.langnav ul li span { text-decoration: none; display: block;}
.langnav ul li a:hover { text-decoration: underline;}
.langnav ul li img { vertical-align: bottom;}
.langnav ul li:first-child { border: none;}
/* Nav */
nav { width: 100%; background: url(../img/common/nav_bg.png) repeat-x 0 0; margin-bottom: 20px; padding-bottom: 20px;}
.nav-inner { width: 940px; margin: 0 auto; overflow: hidden;}
nav ul { width: 941px; font-size: 93%; line-height: 1.32;}
nav ul li { float: left;}
nav a {
	width: 130px;
	height: 0;
	color: #333;
	text-decoration: none;
	padding-top: 60px;
	background-image: url(../img/common/nav.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
	display: block;
	overflow: hidden;
	}
nav .nav01 a { background-position: 0 0;}
nav .nav02 a { background-position: -130px 0;}
nav .nav03 a { background-position: -260px 0; width: 130px;}
nav .nav04 a { background-position: -390px 0; width: 130px;}
nav .nav05 a { background-position: -520px 0; width: 130px;}
nav .nav06 a { background-position: -650px 0; width: 130px;}
nav .nav07 a { background-position: -780px 0; width: 160px;}
nav .nav01 a:hover { background-position: 0 -60px;}
nav .nav02 a:hover { background-position: -130px -60px;}
nav .nav03 a:hover { background-position: -260px -60px;}
nav .nav04 a:hover { background-position: -390px -60px;}
nav .nav05 a:hover { background-position: -520px -60px;}
nav .nav06 a:hover { background-position: -650px -60px;}
nav .nav07 a:hover { background-position: -780px -60px;}
#page-home .nav01 a        { background-position: 0 -120px; cursor: default;}
#page-room .nav02 a        { background-position: -130px -120px; cursor: default;}
#page-restaurant .nav03 a  { background-position: -260px -120px; cursor: default;}
#page-banquet .nav04 a     { background-position: -390px -120px; cursor: default;}
#page-facilities .nav05 a  { background-position: -520px -120px; cursor: default;}
#page-access .nav06 a     { background-position: -650px -120px; cursor: default;}
#page-reservation .nav07 a      { background-position: -780px -120px; cursor: default;}
/* Page Structure */
.contents { width: 940px; margin: 0 auto;}
.contents:after { content: ''; display: block; clear: both;}
.sidebar { width: 300px; float: left;}
.wrapper { width: 620px; float: right;}
.maincol { width: 620px;}
/* Breadcrumb */
.breadcrumb { width: 100%; font-size: 93%; line-height: 1.32; margin-bottom: 10px;}
.breadcrumb li { display: inline;}
/* Column */
.column { width: 100%;}
.column:after { content: ''; display: block; clear: both;}
.column h2, .column h3, .column h4, .column h5, .column h6 { font-weight: bold; line-height: 1.32; margin-bottom: 10px;}
.column h2 { font-size: 122%;}
.column h3 { font-size: 122%;}
.column h4 { font-size: 114%;}
.column h5 { font-size: 107%;}
.column h6 { font-size: 100%;}
.column p, .column ul, .column ol, .column dl, .column table { font-size: 93%; line-height: 1.572; margin-bottom: 10px;}
.column-inner { width: 100%; padding: 20px 0 10px;}
.column-inner:after { content: ''; display: block; clear: both;}
.figure { margin-bottom: 10px;}
.figcaption { line-height: 1.42;}
.square li, .decimal li, .disc li, .circle li { margin-left: 20px;}
.square li { list-style: square;}
.decimal li { list-style: decimal;}
.disc li { list-style: disc;}
.circle li { list-style: circle;}
.arrow { padding-left: 20px; background: url(../img/common/arrow.png) no-repeat left center;}
.left { margin-right: 40px; float: left;}
.right { margin-left: 40px; float: right;}
.fixed { table-layout: fixed;}
.clr { clear: both;}
.clearfix { zoom: 1;}
.clearfix:after { content: ''; display: block; clear: both;}
/* Form */
input[type=text], select, textarea { font-size: 13px;}
input[type=button], input[type=reset], input[type=submit] { font-size: 13px; cursor: pointer;}
/* Side bar items */
.info { width: 100%; margin: 0 auto 10px; background: url(../img/common/stripe.png) repeat 0 0; overflow: hidden;}
.info-inner { width: 250px; margin: 10px; padding: 15px 15px 7px; background-color: #fff;}
.info h2 { font-size: 100%; color: #63371a; font-weight: bold; line-height: 1.42; margin-bottom: 8px;}
.info p { font-size: 93%; line-height: 1.572; margin-bottom: 8px;}
.banners { width: 100%; margin: 0 auto; padding-bottom: 5px;}
.banners p { font-size: 93%; line-height: 1.572; text-align: center; margin-bottom: 5px;}
/* Footer */
.footer { width: 100%; clear: both;}
.footer-info { width: 100%; margin: 0 0 10px; padding: 10px 0 5px; background: #ddd;}
.footer-info-inner { width: 940px; margin: 0 auto; overflow: hidden;}
.footer-info h2 { font-size: 93%; font-weight: bold; line-height: 1.572; margin-bottom: 5px;}
.footer-info p { font-size: 85%; line-height: 1.572; margin-bottom: 5px;}
.footer-info .footer-info-photo { width: 220px; padding-right: 30px; float: left;}
.footer-info .footer-info-access { width: 240px; padding-right: 30px; float: left;}
.footer-info .footer-info-read { width: 420px; float: left;}
.return-to-page-top { width: 940px; margin: 0 auto; text-align: right;}
.fnav { width: 100%; background: #f3eee6 url(../img/common/fnav_bg.png) repeat-x 0 0;}
.fnav-inner {
	width: 940px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(../img/common/fnav_bg_image.png) no-repeat right bottom;
	overflow: hidden;
	}
.fnav ul { width: 200px; font-size: 93%; color: #5b501f; line-height: 1.572; float: left;}
.fnav ul li { padding: 0 6px 0 10px; border-left: 1px solid #e5e5e5;}
.fnav ul li a { color: #5b501f; text-decoration: none;}
.fnav ul li a:hover { color: #5b501f; text-decoration: underline;}
.fnav ul li:first-child { border-left: none;}
.copyright { width: 100%; color: #fff; background: #2e4512; clear: both;}
.copyright p { width: 940px; font-size: 93%; line-height: 50px; text-align: center; margin: 0 auto;}
.copyright p small { font-size: 100%;}

/**
 * Local Styles
 * @date 28 Oct 2011
 */
/* Main Visual */
.main-visual { width: 100%; min-height: 100px; background: url(../img/common/main_visual_bg.jpg) repeat 0 0; overflow: hidden;}
.main-visual-home { height: 480px;}
.main-visual p { width: 940px; margin: 0 auto;}

/**
 * dyn.directInPlanList
 * @date 24 Oct 2011
 */
#directin-api-planlist { width: 600px; min-height: 200px; background: #fff url(../img/common/ajax-loader.gif) no-repeat center center; overflow: hidden;}
.directin-api-plan { width: 300px; float: left; overflow: hidden;}
.directin-api-plan a {
	width: 280px;
	color: #900;
	text-decoration: none;
	padding: 10px 9px 4px 10px;
	border: 1px solid #f5f0e9;
	border-width: 0 1px 1px 0;
	background-color: #fff;
	overflow: hidden;
	display: block;
	}
.directin-api-plan a:hover { text-decoration: underline;}
.directin-api-plan-detail { width: 110px; float: right;}
.directin-api-plan h3 { font-size: 93%; font-weight: bold; line-height: 1.42; margin-bottom: 5px;}
.directin-api-plan p { font-size: 93%; font-weight: bold; line-height: 1.42; margin-bottom: 5px;}
.directin-api-plan-image { width: 160px; margin-left: 9px; overflow: hidden; float: right;}
.directin-api-plan-image img { width: 160px;}

/* Home Renewal */
#home-renewal { padding-bottom: 10px;}
/* Home Feature */
#home-feature { width: 620px; padding-bottom: 20px; overflow: hidden;}
#home-feature ul { width: 631px; margin: 0; overflow: hidden;}
#home-feature ul li { padding-right: 10px; float: left;}
#home-feature ul li a { background-color: #fff; display: block;}
#home-feature ul li a img { vertical-align: bottom;}
/* Home Recommends */
#home-recommends { background: #f5f0e9 url(../img/common/column_inner_bg.png) repeat-x 0 0; margin-bottom: 20px; overflow: hidden;}
#home-recommends h2 { border-bottom: 1px solid #f5f0e9;}
#home-recommends-inner { width: 600px; margin: 10px; background-color: #fff;}
#home-recommends .column-inner:last-child { border: none;}
/* Home About */
#home-about { width: 620px; min-height: 300px; height: auto !important; height: 300px; background: url(../img/home/about.jpg) no-repeat 0 0;}
#home-about h2 { width: 620px; height: 0; overflow: hidden;}
#home-about-read { width: 330px; color: #4a2c0d; padding: 50px 0 10px 20px;}
/* Home News */
#home-news { background: #f5f0e9 url(../img/common/column_inner_bg.png) repeat-x 0 0; margin-bottom: 20px; overflow: hidden;}
#home-news h2 { border-bottom: 1px solid #f5f0e9;}
#home-news-inner { width: 600px; margin: 10px; background-color: #fff;}
#home-news .column-inner { width: 580px; padding: 10px 10px 7px; border-bottom: 1px solid #e8dac7; overflow: hidden;}
#home-news .column-inner h3 { font-size: 100%; line-height: 1.42; margin-bottom: 3px;}
#home-news .column-inner p { line-height: 1.42; margin-bottom: 3px;}
#home-news .column-inner p.right { margin-left: 20px;}
#home-news .column-inner:last-child { border: none;}
/* Home Points */
#home-points { width: 620px; padding-bottom: 50px; background: url(../img/home/points.jpg) no-repeat 0 70px; overflow: hidden;}
#home-points ul {}
#home-points ul li { width: 135px; color: #4a2c0d; padding: 410px 10px 0; float: left;}
#home-points ul li:nth-child(odd) { padding-top: 390px;}

/**
 * jquery.imageGallery.css
 * @author shinji<web@shinjifukuda.com>
 * @date 14 Dec 2011
 */
.image-gallery { width: 100%; position: relative;}
.image-gallery ul li img { vertical-align: bottom;}
/* Image Gallery Stage */
.image-gallery-stage { margin-bottom: 1px; position: relative;}
/* Image Gallery Items */
.image-gallery-items li { background-color: #000;}
/* Image Gallery Thumbnails */
.image-gallery-thumbnails { width: 100%; overflow: hidden; }
.image-gallery-thumbnails .image-gallery-thumbnail { margin-right: 1px; float: left; background-color: #fff;}
.image-gallery-thumbnails li a { padding: 1px; border: 4px solid #ede4d7; display: block;}
.image-gallery-thumbnails li a:hover { border-color: #5a8222;}
.image-gallery-thumbnails .image-gallery-thumbnail-selected a,
.image-gallery-thumbnails .image-gallery-thumbnail-selected a:hover { border-color: #2f4a08;}
.image-gallery-thumbnails .image-gallery-thumbnail-selected a img {}
.image-gallery-thumbnails li a em { background-color: #000; display: block;}
/* Image Gallery Caption */
.image-gallery-caption { font-size: 93%; line-height: 1.572; padding: 0 0 10px;}

/* Room */
#room {}
/* Room Type */
#room-type { width: 620px; overflow: hidden;}
#room-type .clearfix { width: 641px;}
.room-type { width: 300px; padding: 0 20px 40px 0; float: left;}
.room-type .overview { line-height: 1.472;}
.room-type .overview th,
.room-type .overview td { padding: 0 10px 0 0;}
.room-type .overview th { white-space: nowrap;}
.room-type .btns { width: 300px; text-align: center;}
.zoom-bg { background: #000 url(../img/room/ph_zoom_bg.png) no-repeat center center; display: block;}
/* Room Amenities */
#room-amenities { background: #f5f0e9 url(../img/common/column_inner_bg.png) repeat-x 0 0; margin-bottom: 20px; overflow: hidden;}
#room-amenities h2 { border-bottom: 1px solid #f5f0e9;}
#room-amenities-inner { width: 560px; margin: 10px; padding: 20px 20px 10px; background-color: #fff;}
#room-amenities .disc { margin-bottom: 0;}
#room-amenities .disc li { margin-bottom: 10px;}
#room-amenities .left { margin-right: 10px;}
/* Room Other */
#room-other { background: #f5f0e9 url(../img/common/column_inner_bg.png) repeat-x 0 0; margin-bottom: 50px; overflow: hidden;}
#room-other-switch { border-bottom: 1px solid #f5f0e9; background-color: #000;}
#room-other-inner { width: 560px; margin: 10px; padding: 20px 20px 10px; background-color: #fff;}
#room-other h4 { font-size: 93%;}
#room-other .disc { margin-bottom: 0;}
#room-other .disc li { margin-bottom: 10px;}
#room-other .left { margin-right: 10px;}
#room-other .overview { width: 100%; line-height: 1.472;}
#room-other .overview th,
#room-other .overview td { padding:6px 10px; border: 1px solid #d7cfaa;}
#room-other .overview th { text-align: center; white-space: nowrap; background-color: #f5f3dd;}
#room-other .overview em { font-size: 10px; vertical-align: super; font-style: italic; margin-left: 3px;}
#room-other .roomrate th, #room-other .roomrate td { text-align: center;}
#room-other .attention {}
#room-other .attention th,
#room-other .attention td { }
#room-other .attention th { white-space: nowrap; padding-right: 10px;}
#room-other .notice li { padding-left: 32px; text-indent: -32px;}
.room-other { border-top: 1px dotted #ccc;}
#room-other-rate { padding-top: 0; border: none;}
#room-other-parking { padding-bottom: 0;}

/* sNav */
.snav { width: 620px; overflow: hidden;}
.snav ul { width: 631px; overflow: hidden;}
.snav ul li { margin-right: 10px; background-color: #fff; float: left;}
.snav ul li span { background-color: #000; display: block;}
.snav ul li span img { filter: alpha(opacity=80); -moz-opacity: 0.8; opacity: 0.8;}

/*
--------------------------------------------------
	ui.core.js
	ui.tabs.js only styles
-------------------------------------------------- */
/* Caution! Ensure accessibility in print and other media types... */
@media projection,screen {
	/* Use class for showing/hiding tab content,
	so that visibility can be better controlled in different media types... */
	.ui-tabs-hide { display: none;}
	}
/* Hide useless elements in print layouts... */
@media print {
	.ui-tabs-nav { display: none;}
	}
/* ui-tabs-nav (hidden) */
ul.ui-tabs-nav { width: 100%; font-size: 100%; margin: 0; background: url(../img/common/tab_bg.png) repeat-x left bottom; overflow: hidden;}
ul.ui-tabs-nav li { float: left;}
ul.ui-tabs-nav li a {
	width: 120px;
	height: 0;
	padding-top: 55px;
	text-align: center;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	float: left;
	cursor: pointer;
	overflow: hidden;
	outline: none;
	}
ul.ui-tabs-nav li.ui-tabs-selected a,
ul.ui-tabs-nav li.ui-tabs-selected a:hover { background-position: 0 -55px; cursor: default;}

/* Tabs */
.tabs { width: 600px; padding: 10px; background: #f5f0e9 url(../img/common/column_inner_bg.png) repeat-x 0 0; overflow: hidden;}
.tabs-inner { width: 600px; background-color: #fff; overflow: hidden;}
.tabs .column-inner { width: 560px; padding: 20px 20px 10px; overflow: hidden;}
.tabs .column-inner p.figure { margin-left: 10px;}
.tabs .column-list { width: 580px; padding: 10px 10px 5px; border-bottom: 1px solid #f5f0e9; overflow: hidden;}
.tabs .column-list:last-child { border: none;}
.tabs .column-list h3 { font-size: 100%; line-height: 1.42; margin-bottom: 5px;}
.tabs .column-list p { font-size: 93%; line-height: 1.42; margin-bottom: 5px;}
.tabs .column-list p.figure { margin-left: 10px;}

/**
 * Photo Gallery
 * @date 17 June 2011
 */
.gallery {}
.gallery-stage { background-color: #000;}
.gallery-container {}
.gallery-thumbnails { width: 100%; margin: 0; padding: 1px 0 0; overflow: hidden;}
.gallery-thumbnail { list-style: none; float: left; margin: 0 1px 1px 0;}
.gallery-thumbnail a { text-decoration: none; padding: 1px; border: 4px solid #ede4d7; display: block; outline: none;}
.gallery-thumbnail a:hover { text-decoration: none; border-color: #5a8222;}
.gallery-thumbnail a img { vertical-align: bottom; display: block;}
.gallery-thumbnail-selected a,
.gallery-thumbnail-selected a:hover { border-color: #2f4a08;}
.gallery-caption {}

/* Column Background */
.column-bg { width: 620px; background: url(../img/restaurant/column_bg.png) repeat-y left top;}
.column-bg-inner { width: 620px; background: url(../img/restaurant/column_bg_top.png) no-repeat left top;}
.column-bg-inner-inner {
	width: 570px;
	min-height: 100px;
	padding: 25px 25px 20px;
	background: url(../img/restaurant/column_bg_bottom.png) no-repeat left bottom;
	overflow: hidden;
	}
.column-bg h3 { margin-bottom: 5px;}
.column-bg p { margin-bottom: 5px;}

/* Restaurant */
#restaurant { padding: 15px 0 10px;}
/* Restaurant Type */
#restaurant-type { width: 620px; overflow: hidden;}
#restaurant-type .clearfix { width: 641px;}
.restaurant-type { width: 300px; padding: 0 20px 40px 0; float: left;}
.restaurant-type .overview { line-height: 1.472;}
.restaurant-type .overview th,
.restaurant-type .overview td { padding: 0 10px 0 0;}
.restaurant-type .overview th { white-space: nowrap;}
.restaurant-type .btns { width: 300px; padding-top: 5px; text-align: center;}
.restaurant-type .figure { background-color: #000;}
/* Restaurant News */
#restaurant-news { margin-bottom: 20px;}
/* Restaurant News Detail */
#restaurant-news-detail { padding: 0 0 50px;}
#restaurant-news-detail h2 { margin-bottom: 30px;}
#restaurant-news-detail h3 { font-size: 152%; line-height: 1.42; margin-bottom: 20px;}
#restaurant-news-detail .btns { width: 100%; text-align: center; clear: both;}
#restaurant-news-detail .to-previous {
	width: 100%;
	padding-top: 60px;
	background: url(../img/banquet/border_bottom_double.png) no-repeat 0 40px;
	clear: both;
	}
#restaurant-news-detail .to-previous .arrow { background-image: url(../img/common/arrow_prev.png);}
/* Restaurant Photos */
#restaurant-photos { padding: 10px 0;}
/* Restaurant Topics */
#restaurant-topics { margin-bottom: 20px;}
#restaurant-tabs-racconto { background-image: url(../img/restaurant/tab_racconto.png);}
#restaurant-tabs-ryuhou { background-image: url(../img/restaurant/tab_ryuhou.png);}
#restaurant-tabs-news { background-image: url(../img/restaurant/tab_news.png);}
#restaurant-tabs-breakfast { background-image: url(../img/restaurant/tab_breakfast.png);}
#restaurant-tabs-lunch { background-image: url(../img/restaurant/tab_lunch.png);}
#restaurant-tabs-dinner { background-image: url(../img/restaurant/tab_dinner.png);}
#restaurant-tabs-bar { background-image: url(../img/restaurant/tab_bar.png);}
#restaurant-tabs-menu { background-image: url(../img/restaurant/tab_menu.png);}
#restaurant-tabs-other { background-image: url(../img/restaurant/tab_other.png);}
#restaurant-tabs-tabelog { background-image: url(../img/restaurant/tab_tabelog.png);}
/* Restaurant Detail */
#restaurant-detail { padding-bottom: 10px;}
#restaurant-detail .overview { line-height: 1.472; margin-bottom: 4px;}
#restaurant-detail .overview th,
#restaurant-detail .overview td { padding: 0 0 5px 0;}
#restaurant-detail .overview th { padding-right: 10px; white-space: nowrap;}
#restaurant-detail .right { margin-left: 20px;}
/* Restaurant Reserved */
#restaurant-reserved { margin-bottom: 50px;}

/* Banquet */
#banquet { padding-bottom: 10px;}
/* Banquet Plan */
#banquet-plan { background: #f5f0e9 url(../img/common/column_inner_bg.png) repeat-x 0 0; margin-bottom: 20px; overflow: hidden;}
#banquet-plan h2 { border-bottom: 1px solid #f5f0e9;}
#banquet-plan-inner { width: 600px; margin: 10px; background-color: #fff; overflow: hidden;}
#banquet-plan .column-inner { width: 560px; padding: 20px 20px 10px; overflow: hidden;}
#banquet-plan .column-inner p.figure { margin-left: 10px;}
#banquet-plan .column-list { width: 580px; padding: 10px 10px 5px; border-bottom: 1px solid #f5f0e9; overflow: hidden;}
#banquet-plan .column-list:last-child { border: none;}
#banquet-plan .column-list h3 { font-size: 100%; line-height: 1.42; margin-bottom: 5px;}
#banquet-plan .column-list p { font-size: 93%; line-height: 1.42; margin-bottom: 5px;}
#banquet-plan .column-list p.figure { margin-left: 10px;}
/* Banquet Detail */
#banquet-detail { padding: 0 0 50px;}
#banquet-detail h2 { margin-bottom: 30px;}
#banquet-detail h3 { font-size: 152%; line-height: 1.42; margin-bottom: 20px;}
#banquet-detail .btns { width: 100%; text-align: center; clear: both;}
#banquet-detail .to-previous {
	width: 100%;
	padding-top: 60px;
	background: url(../img/banquet/border_bottom_double.png) no-repeat 0 40px;
	clear: both;
	}
#banquet-detail .to-previous .arrow { background-image: url(../img/common/arrow_prev.png);}
/* Banquet Type */
#banquet-type { padding-bottom: 10px;}
.banquet-type { width: 620px; padding: 0 0 10px; overflow: hidden;}
.banquet-type .left { width: 300px; margin-right: 0;}
.banquet-type .overview {}
.banquet-type .overview th,
.banquet-type .overview td { padding: 3px 0;}
.banquet-type .overview th { padding-right: 5px; white-space: nowrap;}
.banquet-type .btns { width: 300px; text-align: center;}
.banquet-type-summary { width: 310px; float: right;}
.banquet-type-nav {
	width: 580px;
	margin-bottom: 5px;
	padding: 20px;
	background-color: #e7dec7;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	overflow: hidden;
	}
.banquet-type-nav ul { width: 280px; margin-bottom: 0; float: left;}
.banquet-type-nav ul li a { padding-left: 16px; background: url(../img/common/arrow_down.png) no-repeat left center;}
/* Banquet Kyouwa Kaikan */
#banquet-kyouwa-kaikan { margin-bottom: 20px;}
/* Banquet Other */
#banquet-other { background: #f5f0e9 url(../img/common/column_inner_bg.png) repeat-x 0 0; margin-bottom: 50px; overflow: hidden;}
#banquet-other h2 { margin-bottom: 0; border-bottom: 1px solid #f5f0e9;}
#banquet-other-inner { width: 600px; margin: 10px; background-color: #fff; overflow: hidden; display: none;}
.banquet-other { width: 580px; padding: 10px 10px 0; overflow: hidden;}
#banquet-other .rate { width: 100%; font-size: 10px; line-height: 1.472;}
#banquet-other .rate th,
#banquet-other .rate td { vertical-align: middle; padding: 6px 0; text-align: center; border: 1px solid #d7cfaa;}
#banquet-other .rate th { background-color: #f5f3dd;}
#banquet-other .rate th.nowrap { white-space: nowrap;}
#banquet-other .rate em { font-size: 10px; vertical-align: super; font-style: italic; margin-left: 3px;}

/* Facilities */
#facilities {}
.facilities { width: 620px; padding: 20px 0 10px; border-top: 1px solid #d9c9b2;}
.facilities .right { margin-left: 20px;}
#facilities-store { padding-top: 10px; border: none;}
#facilities-front ul li { margin-bottom: 5px;}
#facilities-around { width: 620px; overflow: hidden;}
#facilities-around ul { width: 641px; overflow: hidden;}
#facilities-around ul li { width: 300px; padding-right: 20px; float: left;}
#facilities-around ul li h4 { font-size: 107%; margin-bottom: 5px;}
#facilities-around ul li p { font-size: 100%; margin-bottom: 5px;}
#facilities-around ul li p.figure { margin-bottom: 15px;}
#facilities-cancellation ul li { margin-bottom: 10px;}
#facilities-cycle .disc { font-size: 85%; margin-top: 20px;}
#facilities-cycle .disc .no-disc { list-style: none; margin-left: 0;}

/* Access */
#access { padding-bottom: 20px;}
#access-googlemap { margin-bottom: 20px;}
#access-route .route li { margin-bottom: 10px;}

/* Guide */
#guide {}
#guide-asakusabashi { margin-bottom: 20px;}
#guide-tabs-10min { background-image: url(../img/access/tab_10min.png);}
#guide-tabs-20min { background-image: url(../img/access/tab_20min.png);}
#guide-tabs-other { background-image: url(../img/access/tab_other.png);}

/* Company */
#company { padding-bottom: 20px;}

/* Privacy Policy */
#privacy { border-top: 1px solid #d9c9b2; padding: 15px 0 50px;}
#privacy p { margin-bottom: 20px;}
#privacy ol li { margin-bottom: 20px;}
#privacy ol li ul { font-size: 100%;}
#privacy ol li ul li { list-style: square; margin-top: 10px; margin-bottom: 10px;}

/* Link, See Also */
#also { padding-bottom: 50px;}
#also h3 { margin-bottom: 15px;}
#also-access { padding-top: 0;}
#also .list200px { width: 200px; float: left;}
#also .list200px li { margin: 5px 0;}

/* Sitemap */
#sitemap {}
#sitemap .sitemap-primary {}
#sitemap .sitemap-secondary {}
#sitemap ul li ul { font-size: 100%; margin-top: 20px; margin-left: 100px;}
#sitemap ul li { padding: 10px 0; border-top: 1px solid #d7cfaa;}

/* DirectIn */
.directin {
	width: 300px;
	color: #634815;
	margin-bottom: 10px;
	background: #fff url(../img/common/directin_bg.png) repeat-x 0 0;
	overflow: hidden;
	}
.directin-hd {
	width: 300px;
	height: 0;
	padding-top: 50px;
	background: url(../img/common/directin_hd.png) no-repeat 0 0;
	overflow: hidden;
	}
.directin-inner { width: 280px; padding: 0 9px 9px; border: 1px solid #e5e2c1; border-top: none;}
.directin h3 { font-size: 15px; font-weight: bold; margin-bottom: 5px;}
.directin-search {
	font-size: 12px;
	line-height: 1.572;
	margin: 10px auto;
	}
.directin-search th,
.directin-search td {
	padding: 4px;
	text-align: left;
	vertical-align: top;
	}
.directin-search .btns { text-align: center;}
.directin-search em { font-size: 11px; font-style: normal;}
form {}
select { font-size: 14px; padding: 1px; cursor: pointer;}
select[name=cmbARRY] { width: 70px; margin: 0 5px 0 0;}
select[name=cmbARRM] { width: 50px; margin: 0 5px 0;}
select[name=cmbARRD] { width: 50px; margin: 0 5px 0;}
select[name=hidSELECTHAKSU] { width: 45px;}
select[name=cmbADULT] { width: 45px;}
select[name=minPrice] { width: 120px;}
select[name=maxPrice] { width: 120px; margin-top: 3px;}
input[type=button] { font-size: 14px; cursor: pointer;}
.directin-buttons { width: 260px; margin: 0 auto 10px;}
.directin-buttons li a {
	width: 260px;
	height: 0;
	padding-top: 40px;
	background-image: url(../img/common/directin_buttons.png);
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	}
.directin-buttons #directin-buttons-plan a { background-position: 0 0;}
.directin-buttons #directin-buttons-plan a:hover { background-position: -260px 0;}
.directin-buttons #directin-buttons-available a { background-position: 0 -40px;}
.directin-buttons #directin-buttons-available a:hover { background-position: -260px -40px;}
.directin-links { width: 250px; font-size: 93%; line-height: 1.42; margin: 0 auto;}
.directin-links li { margin: 2px 0;}
.directin-links li a { color: #463119; padding-left: 13px; background: url(../img/common/arrow_directin.png) no-repeat 0 0; text-decoration: none;}
.directin-links li a:hover { color: #463119; text-decoration: underline;}

/* Wedding */
#wedding {}
#wedding h2 { margin: 0;}
.wedding { width: 620px; padding: 0 0 40px;}
.wedding h3 { margin-bottom: 15px;}
.wedding .overview { line-height: 1.572;}
.wedding .overview th,
.wedding .overview td { padding: 10px; border: 1px solid #d6cca9; background-color: #fff;}
.wedding .overview th { font-weight: bold; white-space: nowrap; padding-right: 10px; background-color: #e9e3cd;}
.wedding-type-nav {
	width: 580px;
	margin-bottom: 5px;
	padding: 20px;
	background-color: #e7dec7;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	overflow: hidden;
	}
.wedding-type-nav ul { width: 280px; margin-bottom: 0; float: left;}
.wedding-type-nav ul li a { padding-left: 16px; background: url(../img/common/arrow_down.png) no-repeat left center;}
#wedding-contact { margin-bottom: 20px;}
/* Wedding Cuisine */
#wedding-cuisine { border: none;}
/* Wedding Other */
#wedding-other { background: #f5f0e9 url(../img/common/column_inner_bg.png) repeat-x 0 0; margin-bottom: 50px; overflow: hidden;}
#wedding-other h2 { margin-bottom: 0; border-bottom: 1px solid #f5f0e9;}
#wedding-other-inner { width: 600px; margin: 10px; background-color: #fff; overflow: hidden; display: none;}
.wedding-other { width: 580px; padding: 10px 10px 0; overflow: hidden;}
#wedding-other .rate { width: 100%; line-height: 1.472;}
#wedding-other .rate th,
#wedding-other .rate td { vertical-align: middle; padding: 6px 0; text-align: center; border: 1px solid #d7cfaa;}
#wedding-other .rate th { background-color: #f5f3dd;}
#wedding-other .rate tr.separator td,
#wedding-other .rate tr.separator th { border-top: 3px solid #d7cfaa;}
#wedding-other .rate em { font-size: 10px; vertical-align: super; font-style: italic; margin-left: 3px;}

/* Photos */
#photos {}
#photos ul { width: 631px; margin: 0; overflow: hidden;}
#photos ul li { width: 116px; margin: 0 10px 10px 0; float: left; overflow: hidden;}
#photos ul li a { display: block;}
#photos ul li span { padding-top: 5px; display: block;}

/* Contact */
#contact {}
#contact .required { color: #e75200;}
#contact .entryform {}
#contact .entryform th,
#contact .entryform td {
	vertical-align: middle;
	padding: 10px;
	border: 1px solid #d6c1a4;
	}
#contact .entryform th { text-align: center; background-color: #e9dfd2;}
#contact .entryform .btns { padding: 15px 10px; background-color: #dccebd;}
#contact .entryform .required { font-size: 11px; vertical-align: super;}
#contact .entryform textarea { width: 100%;}
#contact .entryform input[type=text] { font-size: 13px; padding: 2px;}

/**
 * Update
 * @date 23 Sep 2013
 */
.content-maincol-only {}
.content-maincol-only .sidebar { display: none;}
.content-maincol-only .wrapper { width: 940px; float: none;}
.content-maincol-only .maincol { width: 940px;}

/* Reunion */
#reunion {
	width: 940px;
	margin-top: -45px;
	background: url(../img/reunion/reunion.png) no-repeat 0 0;
	overflow: hidden;
	}
#reunion-about {}
#reunion-about .read { margin: 220px 0 20px;}
#reunion-plans { padding-bottom: 20px;}
#reunion-plans .entries { width: 951px; overflow: hidden;}
#reunion-plans .entries .entry {
	width: 435px;
	color: #333;
	text-decoration: none;
	padding: 15px 14px 10px;
	background-color: #fff;
	border: 1px solid #dcccb5;
	margin: 0 10px 10px 0;
	display: block;
	float: left;
	}
/* #reunion-plans .entries .entry:hover { border-color: #f26304;} */
#reunion-plans .entries .entry h3 { line-height: 1.42; margin-bottom: 5px;}
#reunion-plans .entries .entry p { line-height: 1.42; margin-bottom: 5px;}
#reunion-plans .entries .entry .price strong { font-size: 16px; color: #e05620;}
#reunion-banquet { width: 100%; padding-bottom: 10px; overflow: hidden;}
#reunion-banquet .entries { width: 961px; padding-bottom: 20px; overflow: hidden;}
#reunion-banquet .entries .entry { width: 220px; padding-right: 20px; float: left; overflow: hidden;}
#reunion-banquet .entries .entry h3 { font-size: 108%; line-height: 1.42; margin-bottom: 5px;}
#reunion-banquet .entries .entry p { line-height: 1.42; margin-bottom: 5px;}
#reunion-banquet .entries .entry .figure { margin-bottom: 10px;}
#reunion-banquet .amenity { background-color: #fff;}
#reunion-banquet .amenity th,
#reunion-banquet .amenity td { padding: 15px 20px; border: 1px solid #dcccb5;}
#reunion-banquet .amenity th { font-weight: bold; text-align: center; background-color: #eae1d5;}
#reunion-other { padding-bottom: 20px;}
#reunion-other .faqs { margin-top: 20px;}
#reunion-other .faqs .question { font-weight: bold; padding: 0 0 3px 25px; background: url(../img/reunion/faq_question.png) no-repeat 0 0;}
#reunion-other .faqs .answer { padding: 0 0 15px 25px; background: url(../img/reunion/faq_answer.png) no-repeat 0 0;}
#reunion-results { padding-bottom: 20px;}
#reunion-results .reunion-results-schools { width: 420px; float: left;}
#reunion .right { margin-left: 20px; float: right;}
#reunion .decoration { width: 100%; background: url(../img/reunion/decoration.png) repeat-y 0 0; overflow: hidden;}
#reunion .decoration-inner { width: 100%; background: url(../img/reunion/decoration_top.png) no-repeat 0 0; overflow: hidden;}
#reunion .decoration-inner-inner { width: 900px; padding: 20px 20px 10px; background: url(../img/reunion/decoration_bottom.png) no-repeat left bottom; overflow: hidden;}
#reunion hr { border: none; border-top: 1px solid #dcd3b5; margin: 20px 0; clear: both;}
#reunion .btn { text-align: center; margin-bottom: 20px;}

/* family */
#family {
	width: 940px;
	margin-top: -45px;
	background: url(../img/family/family.png) no-repeat 0 0;
	overflow: hidden;
	}
#family-about {}
#family-about .read { margin: 420px 360px 20px 0; background-image:url(../img/family/dot.png); line-height:25px;}
#family-plans .entries { width: 951px; overflow: hidden;}
#family-plans .entries .entry {
	width: 300px;
	color: #333;
	text-decoration: none;
	margin: 0 0 10px 0;
	display: block;
	float: left;
	}
#family-plans .entries .middle { margin:0 20px 10px;}
#family-plans .entries .entry-2 {
	width: 620px;
	color: #333;
	text-decoration: none;
	margin: 0 20px 10px 0;
	display: block;
	float: left;
	background:url(../img/family/bamboo.png) no-repeat right 35px;
	}
/* #family-plans .entries .entry:hover { border-color: #f26304;} */
#family-plans .entries .entry h3 { line-height: 1.42; margin-bottom: 5px;}
#family-plans .entries .entry p { line-height: 1.42; margin-bottom: 5px;}
#family-plans .entries .entry .price strong { font-size: 16px; color: #e05620;}
#family-plans .entries .entry-2 h3 { line-height: 1.42; margin-bottom: 5px;}
#family-plans .entries .entry-2 p { line-height: 1.42; margin-bottom: 5px;}
#family-plans .entries .entry-2 .price strong { font-size: 16px; color: #e05620;}
#family-baby { padding:30px 0;}
#family-other { padding-bottom: 20px; margin-bottom:30px;}
#family-other-inner { margin: 20px auto 0; overflow:hidden; width:900px;}
#family-other-inner dl { width:300px; float:left;}
#family-other-inner dt { background:url(../img/family/marker.png) no-repeat 0 4px; font-weight:bold; font-size:14px; padding:0 0 0 20px;}
#family-other-inner dd { margin-left:20px;}
#family .right { margin-left: 20px; float: right;}
#family .btn { text-align: center; margin-bottom: 20px;}










