html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, 
ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, 
thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, main, menu, nav, output, ruby, section, summary, 
time, mark, audio, video {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    vertical-align: baseline;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
/* Custom fonts */

/* Universal */
 * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}
/* General styles */

/* ::-moz-selection {
}
::selection {
}*/
 :required {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
}
a {
    color: #000;
    text-decoration: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
a:hover, a:active {
    opacity: .5;
    filter: alpha(opacity=50); /* IE lt 8 */
    -ms-filter: "alpha(opacity=50)"; /* IE 8 */
    -khtml-opacity: .5; /* Safari 1.x */
}
a:visited {
}
address {
}
aside {
}
b, strong {
    font-weight: 700;
}
body {
    background: #EFEBE3;
    font-size: 62.5%;
    line-height: 1;
    font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',
 Meiryo, sans-serif;
}

blockquote, q {
    quotes:"""";
}
blockquote:before, blockquote:after, q:before, q:after {
    content:"";
}
button, button, input[type="button"] {
    border: 0 none;
    cursor: pointer;
}
button:hover {
}
button:active {
}
caption, th, td {
    vertical-align: middle;
    text-align: left;
    font-weight: normal;
}
em, i {
    font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
    letter-spacing: .05em;
    -moz-font-feature-settings:"liga=1, dlig=1";
    -ms-font-feature-settings:"liga", "dlig";
    -webkit-font-feature-settings:"liga", "dlig";
    -o-font-feature-settings:"liga", "dlig";
    font-feature-settings:"liga", "dlig";
}
h1 {
    /*font-size: 8.9em;*/
}
h2 {
    font-size: 5.5em;
}
h3 {
    font-size: 3.4em;
}
h4 {
    font-size: 2.1em;
}
h5 {
    font-weight: 700;
}
h6 {
    font-weight: 700;
}
img {
	-ms-interpolation-mode:bicubic;
}
input, select, textarea {
    float: left;
    clear: both;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}
input[type=radio] {
}
input[type=checkbox] {
}
label {
}
li {
}
nav {
}
p {
    margin:0 0 1em 0;
    /* START Hyphenation */
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    letter-spacing: .05em;
    /* END Hyphenation */
    font-size: 1.2em;
    line-height: 1.8em;
    -webkit-hyphenate-before: 2;
    -webkit-hyphenate-after: 3;
    hyphenate-lines: 3;
}
pre, code {
    font-family: Monaco, Courier, monospace;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    word-wrap: break-word;
}
select {
}
select option {
}
table {
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    empty-cells: show;
    font-size: 1.2em;
}
textarea {
    resize: none;
}
u {
    text-decoration: underline;
}
ul, ol {
}
/* Custom styles */
 aside, div, dl, fieldset, footer, form, header, iframe, nav, ul, ol, section, table {
    width: 100%;
}
label, input, button {
    float: left;
}
label {
    clear: left;
}
.serif {
    font-family:'Times New Roman', serif;
}
.mincho {
    font-family:'ヒラギノ明朝 ProN', 'HG明朝E', 'MS P明朝', 'MS 明朝', serif;
}
/* General styles */
 html {
}
 .wrap {
    margin: 0 auto;
    width: 960px;
}
aside {
	position:fixed;
	top:300px;
	left:0;
	padding:8px 8px 0;
	width:50px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	background:#312305;
	text-align:center;
}
aside a img {
	margin-bottom:8px;
	vertical-align:top;
}
footer {
	position:absolute;
    color: #312305;
	top:1150px;
	left:0 auto;
	height:70px;	
	bottom:0px;
	background-color: #EFEBE3;
	text-align:center;
}
footer p {
    margin: 0;
    font-size: 1.2em;
    line-height: 70px;
}
/* Top page */
 .home header {
	 top:50px;
	 left:0px;

	
}
.logo a {
	position:absolute;
	top:225px;
	left:auto;
	margin-left:30px;
    z-index: 15;
}
.logo a:hover, .logo a:active {
    opacity: .9;
    filter: alpha(opacity=90); /* IE lt 8 */
    -ms-filter: "alpha(opacity=90)"; /* IE 8 */
    -khtml-opacity: .9; /* Safari 1.x */
}
.logo img {
    height: auto;
}
.nav {
    position: absolute;
    top: 320px;
	width:960px;
    background: #fff;
    letter-spacing: .05em;
    font-size: 16px;
}
.nav ul {
	margin:0 auto;
    padding-left: 260px;
    width: 960px;
    height: 57px;
    background: #fff;
    list-style: none;
    line-height: 57px;
}
.nav ul li {
	display: inline-block;
    margin-right: .2em;
}
.nav ul li a {
    display: block;
}
.nav ul li a:before {
    margin-right: .4em;
    content:"・";
    font-size: .8em;
}

.nav ul li ul {
	position: absolute;
	padding: 0;
	visibility:hidden;
	top: 57px;
	width: 95px;
	z-index: 100;
}

.nav ul li ul li {
	visibility: hidden;
	overflow: hidden;
	width: 95px;
	height: 57px;
}

.nav ul li ul li:hover,  .nav ul li ul li  a:hover {
	background:rgba(5,209,196,0.31);
}
.nav ul li:hover ul li, .nav ul li a:hover ul li {
	visibility: visible;
	overflow: visible;
	background:#FFFFFF;
	width:95px;
	height: 57px;
	z-index: 10;
}

.menu * {
	-weblkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.home .main {
    position: absolute;
    top: 550px;
    width: 960px;
}
/*.home .main h1 {
    overflow: hidden;
    margin-bottom: 50px;
    width: 607px;
    height: 53px;
    background: url('img/h1_top.png');
    text-indent: 100%;
    white-space: nowrap;
}*/

.home footer {
    position: absolute;
	top:1300px;
    width:960px;
}
.home .bg-wrap {
 
}

/* Background images */
 .bg-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1 ;
	min-width:960px;
}
.bg-wrap img {
	width:100%;
	height: 1300px;
}
.row-top {
	top:50px;
	width:960px;
    height: 278px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.bg-top {
    width: 960px;
    height:278px;
}
.bg-top img {
	margin-top:100px;
}
.row-middle {
	position:relative;
	top:99px;
	height:360px;
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

.bg-middle-left {
	position:relative;
	top:0px;
	width:640px;
	height:360px;
	float:left;
}

.bg-middle-right {
	position:relative;
}

.bg-middle-right01 {
	position:relative;
	top:0px;
}
.bg-middle-right02 {
	position:relative;
	top:-1px;
}

.row-bottom {
	position:relative;
	top:102px;
	height:277px;
	width:960px;
	margin-left:auto;
	margin-right:auto;
}
.bg-bottom-left {
    position: relative;
    top: -3px;
	float:left;
    width: 640px;
    height: 246px;
    background: #312305;
}

.bg-bottom-left p {
	margin-top:45px;
	margin-left:60px;
	color:#ffffff;
	font-size:14px;
	float:left;
}
.bg-bottom-left img {
	margin-top:20px;
	margin-left:90px;
}
.bg-bottom-right {
	position:relative;
}

.bg-bottom-right img {
	position:relative;
	float:left;
	top:-3px;
}

.house-info01 {
	position:relative;
	top:68px;
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

.history {
	position:relative;
	top:80px;
	width:960;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
	
/* Lower page */
 .lower header {
    position: absolute;
    top: 13px;
    left: 0;
}
.lower .logo {
    text-align: center;
}
.lower .nav {
    /*top: 155px;*/
    top: 180px;
}
.lower .nav, .lower .nav ul {
    background: none;
}
.lower .content {
    margin-bottom: 90px;
}
.lower .main {
    overflow: hidden;
    margin-top: 130px;
    padding: 67px 40px 40px;
    border: 2px solid rgba(255, 255, 255, .1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    background: rgba(255, 255, 255, .9);
    -webkit-box-shadow: inset 2px 2px 5px 0px rgba(102, 102, 102, .1);
    box-shadow: inset 2px 2px 5px 0px rgba(102, 102, 102, .1);
    color: #312300;
    font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
.lower .main h1 {
    margin-bottom: 1.2em;
    font-size: 3.2em;
}
.lower .main h1 span {
    color: #B38031;
    font-size: 0.376em;
    font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
.lower .bg-wrap {
    height: 100%;
	width:100%;
    border-bottom: 70px solid #EFEBE3;
}

/* Locohouse Page */
.locohouse-desc {
    background: url(img/locohouse01.png) top center no-repeat;

}
.locohouse-desc p {
        text-align: center;
        margin-top:30px;
}
#FlickrPhotos ul {
    list-style: none;
}
#FlickrPhotos li {
    display: inline-block;
}
.fancybox {
    display: block;
    overflow: hidden;
    margin: 10px 10px 0 0;
}
/* Surfers Page */
.surfers-desc div {
    overflow: hidden;
}
.surfers-desc img {
    margin-bottom: 15px;
}
.surfers-desc p {
    margin: 20px auto 35px;
    text-align: center;
    clear: both;
}
.surfers-desc .right {
    float: right;
    
}
.surfers-desc .left {
    float: left;
}


/* Location Page */
.location-desc {
    /*width: 600px;*/
}

.video {
    margin: 40px 0 20px;
    width: 875px;
    height: 656px;
}
.info-table {
    float: left;
    margin-top: 120px;
    width: 300px;
    line-height: 1.8;
}
.info-table th {
    width: 8em;
}
.map-wrap {
    float: right;
    padding: 5px;
    width: 477px;
    border: 2px solid #F0DEC6;
    background: #fff;
}
#map-canvas {
    overflow: visible !important;
    height: 300px;
}
#map-canvas div {
    width: auto;
}
/* Flyer Page */
.flyer-list {
    list-style: none;
    padding-top: 40px;
}
.flyer-list li {
    float: left;
    margin-right: 75px;
    margin-bottom: 75px;
    text-align: center;
    position: relative;
    
}
.flyer-list li li {
display: block;    
    -moz-border-radius: 10px;
        border-radius: 10px;
    padding: 5px 8px;
    color: #fff;
}
.flyer-list li ul {
    list-style: none;
    margin: 0;
    position: absolute;
    top: 20px;
    right: -70px;
}
.flyer-list li li {
    margin-bottom: 5px;
}
.flyer-list li li.locohouse {
    background: #E73B71;
}
.flyer-list li li.surfers {
    background: #E0DE28;
}




/* Contact page */
 .contact-form table {
    margin: 50px 0 0 30px;
    width: 670px;
}
.contact-form table tr {
    height: 60px;
}
.contact-form table tr.lined {
    background: url('img/line_dot.png') repeat-x;
}
.contact-form table th {
    padding-right: 20px;
    width: 150px;
}
.contact-form label {
    width: 7em;
    line-height: 1.2;
}
.contact-form .required {
    float: right;
    margin-top: -.2em;
    padding: .2em .5em;
    background: #312305;
    color: #fff;
}
.contact-form input[type="text"] {
    height: 4em;
}
.contact-form input[type="text"], .contact-form textarea {
    margin: .8em 0;
    padding: .5em;
    width: 400px;
    border: 1px solid #F8F5F4;
    border: 1px solid #ccc\9;
}
.contact-form .phone-number {
    display: inline-block;
    float: none;
}
.submit-btn {
    display:inline-block;
    margin: 1em 0 0 25em;
    padding:10px 36px;
    border:0;
    -webkit-border-radius:7px;
    -moz-border-radius:7px;
    border-radius:7px;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(5%, #8c611b), color-stop(100%, #4c340a));
    background:-moz-linear-gradient(center top, #8c611b 5%, #4c340a 100%);
    background:-ms-linear-gradient(top, #8c611b 5%, #4c340a 100%);
    background-color:#8c611b;
    color:#fff;
    text-decoration:none;
    font-weight:normal;
    font-size:12px;
    font-family:Arial;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8c611b', endColorstr='#4c340a');
    cursor: pointer;
}
.submit-btn:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(5%, #4c340a), color-stop(100%, #8c611b));
    background:-moz-linear-gradient(center top, #4c340a 5%, #8c611b 100%);
    background:-ms-linear-gradient(top, #4c340a 5%, #8c611b 100%);
    background-color:#4c340a;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c340a', endColorstr='#8c611b');
}
.submit-btn:active {
    position:relative;
    top:1px;
}
