@charset "utf-8";
/* chateau_kaga_style.css */

/* Suggested order:
 *
 * display
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * z-index
 *
 */

/* font-size:
 *
 * 12px - 75%
 * 13px - 82%
 * 14px - 88%
 * 15px - 94%
 * 16px - 100%
 * 17px - 107%
 * 18px - 113%
 *
 */


/* common */

body {
	width: 100%;
	font-family: Meiryo, arial, sans-serif;
	font-size: 16px;
	-webkit-text-size-adjust: none;
}
a:hover {
	opacity: 0.5;
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
}
.clearfix {
	width: 100%;
}
.clearfix:after {
    content:".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0.1em;/*added for FF*/
}
.container {
	width: 1170px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}
.lead {
    margin-bottom: 20px;
    font-weight: 300;
    line-height: 1.4;
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.text-center {
    text-align: center;
}
table th {
	font-weight: bold;
	vertical-align: middle;
}
table td {
	vertical-align: middle;
    line-height: 1.6;
}
#mainImg, #equipment, #roomplan, #location, #access, #outline, #contact {
    margin-top: -70px;
    padding-top: 70px;
}	


/* navbar */

nav {
	background-color: rgba(255,255,255,0.95);
}
nav .nav {
	width: 1200px;
	margin: 0 auto;
}
nav ul {
	position: relative;
}
nav ul li {
	float: left;
}
nav ul li:last-child {
	position: absolute;
	right: 0;
}
.navbar-inverse {
	height: 70px;
	border-color: #FFFFFF;
	background-color: #FFFFFF;
}
.navbar-nav li a {
	padding: 0;
}


/* js-clingify */

.js-clingify-ztransform, .js-clingify-wrapper {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}
.js-clingify-wrapper {
	width: 100%;
}
.js-clingify-locked {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}
.js-clingify-locked #gNavi {
	height: 80px;
	opacity: 0.99;
}


/* mainImg */

#mainImg {
	background-color: #F2F2F2;
}
#mainImg .inner {
	position: relative;
	height: 360px;
}
#mainImg .inner h1 {
	position: absolute;
	top:  20px;
	left: 0px;
}
#mainImg .inner p {
	position: absolute;
	top: 35px;
	right: 0px;
}
#mainImg table {
	position: absolute;
	top: 260px;
	min-height: 60px;
}
#mainImg table th {
	width: 90px;
	padding: 10px;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
}
#mainImg  table td {
	width: 360px;
	padding: 10px;
	background-color: #FFFFFF;
	font-size: 94%;
	text-align: left;
}


/* intro */

#intro {
	background-color: #006699;
	padding: 80px 0 0 0;
}	
#intro h2 {
	width: 463px;
	height: 22px;
	margin: 0 auto 40px auto;
	background: url(../imgs/intro_h2.png) top left no-repeat;
}
#intro .lead {
	color: #FFFFFF;
}
#intro .container {
	position: relative;
	padding: 0 0 50px 0;
}
#intro .animate01 {
	position: absolute;
	top: 140px;
	left: 100px;
}
#intro .animate02 {
	position: absolute;
	top: 160px;
	left: 90px;
}
#intro .animate03 {
	position: absolute;
	top: 200px;
	left: 50px;
}


/* equipment */

#equipment h2 {
	width: 180px;
	height: 90px;
	margin: 0 auto;
	background: url(../imgs/equipment_h2.png) top left no-repeat;
}
#equipment h3 {
	width: 430px;
	height: 22px;
	margin: 40px auto;
	background: url(../imgs/equipment_h3.png) top left no-repeat;
}
#equipment ul#imggallery {
	width: 1120px;
	margin: 40px auto;
}
#equipment ul#imggallery li {
	float: left;
	margin: 0 30px 30px 0;
}
#equipment ul#imggallery li:nth-child(5n) {
	margin: 0 0 30px 0;
}


/* equipment > leanModal */

#lean_overlay {
  position: fixed; z-index:100; 
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000000;
  display: none;
}
#equipment .modal_gallery {
  width: 500px;
  background: none repeat scroll 0 0 #FFFFFF;
  border: 10px solid #CCCCCC;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
  display: none;
  padding: 30px;
}
#equipment .modal_gallery dl dd {
	margin: 20px 0 0 0;
}


/* roomplan */

#roomplan .bg {
	background-color: #CC6666;
}
#roomplan .container {
	padding: 0 0 40px 0;
}
#roomplan h2 {
	width: 180px;
	height: 90px;
	margin: 0 auto 40px auto;
	background: url(../imgs/roomplan_h2.png) top left no-repeat;
}
#roomplan #madori {
	float: left;
	width: 350px;
	height: 400px;
	padding: 10px;
	background-color: #FFFFFF;
}
#roomplan #price_table {
	float: right;
	width: 740px;
	padding: 10px;
	background-color: #FFFFFF;
}
#roomplan table {
	width: 740px;
	border: 1px solid #343434;
}
#roomplan table th {
	width: 60px;
	height: 70px;
	border: 1px solid #343434;
	background-color: #666666;
	color: #FFFFFF;
	text-align: center;
}
#roomplan #price_table td {
	padding: 7px 10px;
}
#roomplan #price_table td a {
	color: #333333;
}
#roomplan #price_table td a:hover {
	color: #666666;
}
#roomplan #price_table td.boshu {
	background-color: #EAC1C1;
}
#roomplan table td {
	border: 1px solid #343434;
	text-align: center;
}
#roomplan table td.nonrent {
	background-color: #CCCCCC;
}
#roomplan .price_caption {
	margin: 10px 0 0 0;
	font-size: 88%;
}
#roomplan p.btn {
	width: 254px;
	margin: 40px auto;
	padding: 0;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
}


/* location */

#location h2 {
	width: 180px;
	height: 90px;
	margin: 0 auto 40px auto;
	background: url(../imgs/location_h2.png) top left no-repeat;
}
#location h3 {
	width: 582px;
	height: 22px;
	margin: 0 auto 40px auto;
	background: url(../imgs/location_h3.png) top left no-repeat;
}
#location #location_pickup {
	margin: 40px 0 0 0;
}
#location dl {
	float: left;
	margin: 0 30px 0 0;
}
#location dl:last-child {
	margin: 0;
}
#location #areainfo {
	margin: 70px 0;
	padding: 40px;
	border: 5px #EFEFEF solid;
}
#location #areainfo h4 {
	margin: 0 0 40px 0;
}
#location #areainfo #locationMap {
	height: 400px;
	margin: 0 0 40px 0;
}
#location #areainfo #public, 
#location #areainfo #shop {
	width: 470px;
}
#location #areainfo #public {
	float: left;
}
#location #areainfo #shop {
	float: right;
	margin: 0 0 0 10px;
}
#location #areainfo #public h5, 
#location #areainfo #shop h5 {
	margin: 0 0 20px 0;
}
#location #areainfo table th {
	width: 35px;
	height: 40px;
	border-bottom: 8px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 113%;
}
#location #areainfo #public table th {
	background-color: #006699;
}
#location #areainfo #shop table th {
	background-color: #CC6666;
}
#location #areainfo table td.spot {
	width: 280px;
	padding: 0 0 0 15px;
	text-align: left;
}
#location #areainfo table td.kyori {
	width: 200px;
	text-align: right;
}


/* access */

#access .bg {
	padding: 0 0 70px 0;
	background-color: #006699;
}	
#access h2 {
	width: 180px;
	height: 90px;
	margin: 0 auto 40px auto;
	background: url(../imgs/access_h2.png) top left no-repeat;
}
#access h3 {
	margin: 0 auto 40px;
}
#access .lead {
	color: #FFFFFF;
}
#access #access_info {
	margin: 40px 0 0 0;
	padding: 30px;
	background-color: #FFFFFF;
}
#access .access_rosenzu {
	float: left;
	margin: 0 30px 0 0;
}
#access .access_time {
	float: left;
}
#access #access_info h4 {
	padding: 10px 0 30px 0;
	text-align: left;
}
#access #access_info .access_time p {
	float: left;
	margin: 0 30px 20px 0;
}
#access #access_info table {
	float: left;
	width: 350px;
	font-size: 107%;
}
#access #access_info table th,
#access #access_info table td {
	border-bottom: 1px dotted #000000;
	font-size: 107%;
}
#access #access_info table th {
	width: 40%;
	padding: 15px 0 0 20px;
	text-align: left;
}
#access #access_info table td {
	width: 50%;
	padding: 15px 20px 0 0;
	text-align: right;
}


/* outline */

#outline h2 {
	width: 180px;
	height: 90px;
	margin: 0 auto 40px auto;
	background: url(../imgs/outline_h2.png) top left no-repeat;
}
#outline .outline_table:first-child {
	float: left;
}
#outline .outline_table:last-child {
	float: right;
}
#outline .outline_table th {
	width: 120px;
	padding: 10px 0 5px 0;
	border-bottom: 2px solid #000000;
	color: #000000;
	text-align: center;
}
#outline .outline_table td {
	width: 400px;
	padding: 20px;
	border-bottom: 1px dotted #666666;
	text-align: left;
}
#outline .outline_table td ul {
	padding: 0 0 0 20px;
}
#outline .outline_table td ul li {
	list-style: disc;
}
#outline #googleMap {
    height: 400px;
    margin: 60px 0 70px 0;
}


/* contact */

#contact .bg {
	padding: 0 0 40px 0;
	background-color: #F8F8F8;
}	
#contact h2 {
	width: 180px;
	height: 90px;
	margin: 0 auto 40px auto;
	background: url(../imgs/contact_h2.png) top left no-repeat;
}
#contact dl {
	margin: 40px 0;
}
#contact dl dt,
#contact dl dd {
	margin: 0 0 20px 0;
}
#contact table {
	width: 900px;
	margin: 40px auto 0 auto;
}
#contact table th {
	vertical-align: middle;
}
#contact table th span {
	padding: 0 0 0 10px;
}
#contact table td {
	width: 560px;
	padding: 10px 0;
}
#contact table input,
#contact table textarea {
	width: 100%;
	font-size: 125%;
}
#contact #submit_btn {
	width: 254px;
	margin: 40px auto 70px auto;
	border: 1px solid #000000;
	border-radius: 5px;
}


/* gotoTop */

#gotoTop {
	background-color: #000000;
}
#gotoTop a {
	display: block;
	padding: 15px 0;
	text-align: center;
}


/* footer */

#footer {
	padding: 40px 0;
	font-size: 88%;
}
#footer p {
	margin: 0 0 10px 0;
}


/* thanks */

#thanks .bg {
	padding: 0 0 40px 0;
	background-color: #006699;
}	
#thanks h2 {
	width: 180px;
	height: 90px;
	margin: 0 auto 40px auto;
	background: url(../imgs/contact_h2.png) top left no-repeat;
}
#thanks h3 {
	margin: 0 auto 40px;
}
#thanks .lead {
	color: #FFFFFF;
}
#thanks dl {
	margin: 40px 0;
}
#thanks dl dt,
#thanks dl dd {
	margin: 0 0 20px 0;
}
