@charset "UTF-8";
/* Body */
body {
	/*font-family: source-sans-pro;*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/* [disabled]background-color: #f2f2f2; */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}
/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 1000px;
	background-color: #FFFFFF;
}
/* Navigation */
header {
	width: 100%;
	height: 40px;
	background-color: #B0712A;
	position: fixed;
	z-index: 100;
}
header h4 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.logo {
	color: #FFFFFF;
	font-weight: bold;
	text-align: undefined;
	width: 10%;
	float: left;
	margin-top: 8px;
	margin-left: 25px;
	letter-spacing: 4px;
}
#nav {
	width: 70%;
	height: 40px;
	float: right;
	text-align: right;
	margin-right: 25px;
	
}
#nav a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: large;
	font-weight: normal;
}
#nav a:hover {
	color: #FFB1B2;
}
	#nav > a {
		display: none;
	}
	#nav li {
		position: relative;
	}

	/* first level */

	#nav > ul {
		height: 32px;
		list-style: none;
		float: right;
		margin-top: 0px;
		line-height: 2em;
		padding-top: 8px;
	}
		#nav > ul > li {
			margin-left: 20px;
			height: 100%;
			float: left;
	}

	/* second level */

	#nav li ul {
		display: none;
		position: absolute;
		top: 100%;
		list-style: none;
		width: 7em;
		background-color: #8A4F2C; /*#B0712A;*/
		text-align: left;
		margin-left: -3em;
		line-height: 2em;
		border-style: solid;
		border-width: 1px;
		border-color: #FFFFFF;
		border-radius: 4px;
	}
		#nav li:hover ul {
			display: block;
	}
.hero_header {
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 4px;
	font-family: source-sans-pro;
}
.hero_header_txt {
	margin: auto;
	text-align: center;
	font-weight: normal;
	color: #666666;
}
.hero_header_txt2 {
	margin: auto;
	margin-top: 12px;
	text-align: center;
	font-weight: normal;
	color: #666666;
}
.tagline_header {
	height: 180px;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 4px;
	font-family: source-sans-pro;
}
.hero_header img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 100px;
	padding-bottom: 16px;
}
/* Hero Section */
.hero {
	/* [disabled]background-color: #B3B3B3; */
	background-position: center;
	background-image: url(../guestroom/images/guestroom07.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
	background-color: #B0712A;
	height: 400px;
	padding-top: 5%;
}
.hero2 {
	/* [disabled]background-color: #B3B3B3; */
	background-position: center;
	background-image: url(../guestroom/images/guestroom43.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
	background-color: #B0712A;
	height: 400px;
}
.hero3 {
	/* [disabled]background-color: #B3B3B3; */
	background-position: center;
	background-image: url(../guestroom/images/guestroom42.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
	background-color: #B0712A;
	height: 400px;
}
.hero4 {
	/* [disabled]background-color: #B3B3B3; */
	background-position: center;
	background-image: url(../guestroom/images/guestroom39.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
	background-color: #B0712A;
	height: 400px;
}
.hero5 {
	/* [disabled]background-color: #B3B3B3; */
	background-position: center;
	background-image: url(../guestroom/images/guestroom44.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
	background-color: #B0712A;
	height: 400px;
}
.light {
	font-weight: bold;
	color: #717070;
}
.tagline {
	text-align: center;
	color: #FFFFFF;
	margin-top: 4px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 5px;
	padding-bottom: 120px;
	line-height: 1em;
	font-family: source-sans-pro;
}
.taglineYR {
	text-align: center;
	color: #3F3F3F;
	margin-top: 4px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 5px;
	padding-bottom: 120px;
	line-height: 1em;
	font-family: source-sans-pro;
}
/* About Section */
.text_column {
	width: 29%;
	text-align: justify;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #A3A3A3;
}
.about {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	display: inline-block;
	background-color: #FFFFFF;
	margin-top: 0px;
	padding-bottom: 10px;
}
/* Stats Gallery */
.stats {
	color: #717070;
	margin-bottom: 5px;
}
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #FFFFFF;
	/* [disabled]min-width: 400px; */
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.thumbnail {
	width: 25%;
	text-align: center;
	float: left;
	margin-top: 35px;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #52BAD5;
}
.gallery .thumbnail p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #A3A3A3;
}
/* Parallax Section */
.banner {
	background-color: #B0712A;
	background-image: url(../guestroom/images/guestroom31.jpg);
	height: 400px;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
}
.banner2 {
	background-color: #B0712A;
	background-image: url(../images/guestroom01.jpg);
	height: 400px;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
}
.banner3 {
	background-color: #B0712A;
	background-image: url(../guestroom/images/guestroom11.jpg);
	height: 400px;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
}
.banner4 {
	background-color: #B0712A;
	background-image: url(../guestroom/images/guestroom15.jpg);
	height: 400px;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
}
.banner5 {
	background-color: #B0712A;
	background-image: url(../guestroom/images/guestroom19.jpg);
	height: 400px;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
}
.banner6 {
	background-color: #B0712A;
	background-image: url(../guestroom/images/guestroom22.jpg);
	height: 400px;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
}
.banner7 {
	background-color: #B0712A;
	background-image: url(../guestroom/images/guestroom31.jpg);
	height: 400px;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
}
.banner8 {
	background-color: #B0712A;
	background-image: url(../guestroom/images/guestroom33.jpg);
	height: 400px;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
}
.banner9 {
	background-color: #B0712A;
	background-image: url(../guestroom/images/guestroom35.jpg);
	height: 400px;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
}
.banner10 {
	background-color: #B0712A;
	background-image: url(../guestroom/images/guestroom37.jpg);
	height: 400px;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
}
.banner11 {
	background-color: #B0712A;
	background-image: url(../guestroom/images/guestroom51.jpg);
	height: 400px;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
}
.banner12 {
	background-color: #B0712A;
	background-image: url(../guestroom/images/guestroom45.jpg);
	height: 400px;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
}
.banner13 {
	background-color: #B0712A;
	background-image: url(../guestroom/images/guestroom48.jpg);
	height: 400px;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
}
.parallax {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	padding-top: 110px;
	letter-spacing: 2px;
	margin-top: 0px;
	font-family: source-sans-pro;
	text-shadow: 0 0 4px #281305, 0 0 2px #281305;
}
.parallax_description {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	width: 30%;
	float: right;
	font-weight: lighter;
	line-height: 23px;
	text-shadow: 0 0 4px #281305, 0 0 3px #281305, 0 0 2px #281305;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* More info */
info {
	background-color: #FFFFFF;
	padding-bottom: 0px;
}
.info_column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
info .info_column h3 {
	color: #B3B3B3;
	text-align: center;
	font-family: source-sans-pro;
	letter-spacing: 2px;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 300px;
}
info .info_column p {
	color: #717070;
	background-color: #FFFFFF;
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
}
.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #FEFEFE;
	color: #C4C4C4;
	cursor: pointer;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #717070;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
	font-family: source-sans-pro;
}
.footer_banner {
	background-color: #B3B3B3;
	padding-top: 60px;
	padding-bottom: 60PX;
	margin-bottom: 0px;
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
}
.footer_banner a {
	color: #FFFFFF;
}
info {
	display: inline-block;
}
.hidden {
	display: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear_both {
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
}
/*  Calculator */
.calc_box {
	padding-left: 35%;
	padding-right: 5%
}
.calc_ttl {
	color: #4F4F4F;
	font-size: large;
	text-align: center;
}
.calc_clumn {
	color: #707070;
	padding-bottom: 4px;
}
.calc_note {
	font-size: small;
	padding-top: 4px;
	padding-bottom: 16px;
}
.calc_clum_ttl {
	width: 100px;
	float: left;
}
.calc_clum_ttl2 {
	width: 150px;
	float: left;
}

/* Mobile */
@media (max-width: 320px) {
.text_column {
	width: 100%;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.info_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 90%;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	float: none;
	text-align: center;
}
.tagline {
	line-height: 22px;
}
.hero_header {
	/* [disabled]padding-left: 10px; */
	/* [disabled]padding-right: 10px; */
	line-height: 22px;
	text-align: center;
}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
.text_column {
	width: 100%;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.info_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 30%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	width: 100%;
	text-align: center;
}
.thumbnail {
	width: 50%;
}
.parallax {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 20%;
}
.parallax_description {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	padding-top: 30px;
}
.banner {
	padding-left: 20px;
	padding-right: 20px;
}
.banner2 {
	padding-left: 20px;
	padding-right: 20px;
}
.banner3 {
	padding-left: 20px;
	padding-right: 20px;
}
.banner4 {
	padding-left: 20px;
	padding-right: 20px;
}
.banner5 {
	padding-left: 20px;
	padding-right: 20px;
}
.banner6 {
	padding-left: 20px;
	padding-right: 20px;
}
.info_column {
	width: 100%;
}
	.calc_box {
	padding-left: 20%;
	padding-right: 5%
}
}

/* hero bg resize*/
@media (min-width: 640px) {
.hero {
	background-size: 100% auto;
}
.hero2 {
	background-size: 100% auto;
}
.hero3 {
	background-size: 100% auto;
}
.hero4 {
	background-size: 100% auto;
}
}
@media (max-width: 639px) {
.hero {
	background-size: auto 100%;
}
.hero2 {
	background-size: auto 100%;
}
.hero3 {
	background-size: auto 100%;
}
.hero4 {
	background-size: auto 100%;
}
.calc_box {
	padding-left: 5%;
	padding-right: 5%
}
}


/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.text_column {
	width: 100%;
}
.thumbnail {
	width: 50%;
}
.text_column {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.banner {
	margin-top: 0px;
	padding-top: 0px;
}
.banner2 {
	margin-top: 0px;
	padding-top: 0px;
}
.banner3 {
	margin-top: 0px;
	padding-top: 0px;
}
.banner4 {
	margin-top: 0px;
	padding-top: 0px;
}
.banner5 {
	margin-top: 0px;
	padding-top: 0px;
}
.banner6 {
	margin-top: 0px;
	padding-top: 0px;
}
}

/* navigation menu for Small Desktop*/
@media only screen and (max-width : 640px) {
    #nav
    {
        position: relative;
    }
        #nav > a
        {
        }
        #nav:not( :target ) > a:first-of-type,
        #nav:target > a:last-of-type
        {
            display: block;
        }
 
    /* first level */
 
    #nav > ul
    {
        height: auto;
		width: 10em;
        display: none;
        position: absolute;
        right: 0;
		background-color: #8A4F2C;
		border-style: solid;
		border-width: 1px;
		border-color: #FFFFFF;
		border-radius: 4px;
    }
        #nav:target > ul
        {
			margin-left: 0;
			padding-left: 0;
            display: block;
        }
        #nav > ul > li
        {
			margin-left: 0;
			padding-left: 0;
			text-align: center;
            width: 100%;
            float: none;
        }
 
    /* second level */
 
    #nav li ul
    {
	background-color: #683921;
	border-style: none;
	width: 8em;
	padding-left: 0;
	margin-left: 1em;
        position: static;
	text-align: center;
	display: block;
    }
}
