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, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
html {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}
q, blockquote {
    quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}
a img {
    border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
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, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    /*line-height: normal;*/
    line-height: 1.7;
    box-sizing: border-box;
    color: #231815;
}
/*! based on html5doctor.com Reset Stylesheet v1.6.1 Author: Richard Clark - http://richclarkdesign.com */
html {
    box-sizing: border-box;
}
*, ::before, ::after {
    box-sizing: inherit;
}
body {
    background: transparent;
    position: relative;
    color: #3e3a39;
    line-height: 1;
    -webkit-text-size-adjust: 100%;
}
html[lang="ja"] body {
    font-family: 'Zen Old Mincho', serif;
    font-weight: 400;
}
html[lang="ja"] body.cn{
    font-family: 宋体, Arial, Helvetica, sans-serif;
    /* font-family: 'cwTeXKai', serif; */
    font-weight: 400;
}
/* main elements group */
audio, canvas, progress, video {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
/* a */
* {
    box-sizing: border-box;
}
html, body {
    width: 100%;
    height: 100%;

}
body {
    -webkit-text-size-adjust: 100%;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
   background: rgba(239, 189, 6, .8);
   /* Safari */
   color: #fff;
}
::selection {
    background: rgba(239, 189, 6, .8);
    /* Safari */
    color: #fff;
}

::-moz-selection {
   background: rgba(239, 189, 6, .8);
   /* Firefox */
   color: #fff;
}
img {
    vertical-align: bottom;
    -ms-interpolation-mode: bicubic;
}
/** ---------------- font/_default.scss - */

/*default_comp*/
.center {
    text-align: center !important;
}
.left {
    text-align: left !important;
}
.right {
    text-align: right !important;
}
.bold {
    font-weight: bold;
}
.normal {
    font-weight: normal;
}

.clearfix:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    font-size: 0.1em;
    line-height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
    min-height: 1%;
    clear: both;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
a {
    text-decoration: none;
    color: #000;
}
/*.hide {
    display: none;
}*/
input {
    vertical-align: middle;
}
/*************************** setting end */
/*************************** comp */
html {
    font-size: 100%;
    font-weight: 500;
}
body{
}
#main_contents{
    position: relative;
    overflow: hidden;
    background-color: #ecede7;
}
#top #main_contents{
    background-color: transparent;
}
/* header */
header{
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: 100;
    cursor: pointer;
    width: 100%;
    max-width: 90%;    
}
#top{
    max-width: 1500px;
}
.nav_box{
    position: absolute;
    right: 20px;
    top: 20px;
}
.nav-open{
    padding: 10px 15px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    background: rgba(255, 255, 255, .1);
    position: relative;
    border: 1px solid #fff;
    line-height: 1;
    transition: all .3s;
}
#awai .nav-open,
#tour .nav-open{
    color: rgba(239, 189, 6, 1);
    border-color: rgba(239, 189, 6, 1);
}
.nav-open:hover{
    color: #6f649a;
    border-color: #6f649a;
}
.nav-open:hover{
    color: rgba(239, 189, 6, 1);
    border-color: rgba(239, 189, 6, 1);
}
nav{
    display: none;
    margin-top: 10px;
}
nav .menu li a{
    color: #fff;
    font-size: 15px;
    padding: 5px;
    display: inline-block;
    transition: all .3s;
}
#awai nav .menu li a,
#tour nav .menu li a{
    color: rgba(239, 189, 6, 1);
}
nav .menu li:hover a{
    color: rgba(239, 189, 6, 1);
}
nav .menu li::before{
    content: '-';
    color: #fff;
    padding-right: 5px;
    transition: all .3s;
}
nav .menu li:hover::before{
    color: rgba(239, 189, 6, 1);
}
#awai nav .menu li::before,
#tour nav .menu li::before{
    color: rgba(239, 189, 6, 1);
}
/*footer*/
.footer{
    padding: 200px 0 30px;
    background-color: #ecede7;
}
#top .footer{
    width: 90%;
    max-width: 1500px;
    margin: 0 auto;
    background-color: #6f649a;
    padding: 20px 0;
}
.footer_name{
    font-weight: 600;
    font-size: 1.3rem;
    transform: scale(0.8, 1);
    color: #fff;
    text-align: center;
    display: none;
}
#top .footer_name{
    display: block;
}
.copyright{
    font-weight: 400;
    text-align: center;
    color: #000;
    font-size: 0.9rem;
    letter-spacing: 0.1em;
}
#top .copyright{
    color: #fff;
    font-size: 0.7rem;
}
.sp_disp{
    display: none;
}
.pc_disp{
    display: block;
}


@media screen and (max-width: 1400px) {

}
@media screen and (max-width: 1300px) {

}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 768px) {
.footer{
    padding: 20px 0;
}
}