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 {
    position: relative;
}
.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 {
    color: #312305;
    text-align: center;
}
footer p {
    margin: 0;
    font-size: 1.2em;
    line-height: 70px;
}
/* Top page */
 .home header {
    padding-top: 105px;
}
.logo a {
    position: relative;
    z-index: 1;
}
.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: 215px;
    left: 0;
    background: #fff;
    letter-spacing: .05em;
    font-size: 16px;
}
.nav ul {
    margin: 0 auto;
    padding-left: 250px;
    width: 960px;
    height: 57px;
    background: #fff;
    list-style: none;
    line-height: 57px;
}
.nav ul li {
    position: relative;
    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: 90px;
	z-index: 100;
}
.nav ul li ul li {
	visibility: hidden;
	overflow: hidden;
	width: 90px;
	height: 57px;
}
.nav ul li ul li:hover,  .nav ul li ul li  a:hover {
	background:#FBC081;
}
.nav ul li:hover ul li, .nav ul li a:hover ul li {
	visibility: visible;
	overflow: visible;
	background-color:rgba(255,255,255,0.9);
	width:90px;
	height: 57px;
	z-index: 10;
}
.home .main {
    position: absolute;
    top: 550px;
    width: 690px;
}
.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 .main p {
    color: #FFFFFF;
    font-size: 1.5em;
    line-height: 2;
    text-shadow: 0 0 5px #312305, 0 0 10px #312305;
}
.home footer {
    position: absolute;
    top: 1010px;
    width:960px;
}
.home .bg-wrap {
    height: 1010px;
}
/* Background images */
 .bg-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    min-width: 960px;
}
.row-top {
    height: 625px;
}
.bg-top-left {
    float: left;
    width: 64%;
    height: 100%;
}
.bg-top-right {
    position: relative;
    left: -1px;
    float: right;
    width: 36%;
    height: 100%;
}
.row-bottom {
    height: 385px;
}
.bg-bottom-left {
    position: relative;
    top: -1px;
    float: left;
    width: 64%;
    height: 100%;
    background: #312305;
}
.bg-bottom-left:after {
    position: absolute;
    top:130px;
    right: 7px;
    display: block;
    width: 81px;
    height: 89px;
    background: url('img/flower.png') no-repeat;
    content:"";
}
.bg-bottom-left img {
    position: absolute;
    right: 0;
    bottom: 0;
}
.bg-bottom-right {
    position: relative;
    float: right;
    height: 100%;
    width: 36%;
    overflow: hidden;
}
.bg-bottom-right01 {
    position: relative;
    top: -1px;
    left: -1px;
    height: 60%;
}
.bg-bottom-right-bottom {
    position: relative;
    height: 40%;
}
.bg-bottom-right02 {
    position: relative;
    top: -1px;
    left: -1px;
    float: left;
    width: 60%;
    height: 100%;
}
.bg-bottom-right03 {
    position: relative;
    top: -1px;
    left: -1px;
    float: left;
    width: 40%;
    height: 100%;
}
.home .bg-wrap:after {
    position: absolute;
    top: 376px;
    right: 0px;
    display: block;
    width: 446px;
    height: 364px;
    background: url('img/leaf.png') no-repeat;
    content:"";
}
/* 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%;
    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;
}

.cm_history {
	margin-top:30px;
	
}

.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;
}