/*
module
*/

._hide {
    display: none;
}

.__smp {
    display: none !important;
}

.__smp-js {
    display: none;
}

@media screen and (max-width: 800px) {
    .__pc {
        display: none !important;
    }
    .__smp {
        display: block !important;
    }
    .__smp-js {
        display: block;
    }
}

#layer_menu,
#layer_search {
    background: #000000;
    display: none;
    opacity: 0.0;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
}

#layer_search {
    z-index: 9999;
}


/*
#header
*/

#header {
    background: #32220f;
    border-bottom: 1px solid #f1ead7;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 999;
}

#header.__on {
    left: 240px;
}

#header img {
    max-width: 100%;
    height: auto;
}

.header_titarea {
    float: left;
    margin: 8px;
}

.header_pagetit {
    margin: 0;
}

.header_logoarea.__pc {
    margin: 8px 12px;
    position: absolute;
    top: 0;
    right: 0;
    width: 180px;
}

.header_logoarea.__smp {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 70px;
}

.header_logoarea_list {
    letter-spacing: -.4em;
    margin: 0;
}

@media screen and (max-width: 800px) {
    .header_logoarea_list {
        width: 70px;
    }
}

.header_logoarea_list > li {
    display: inline-block;
    letter-spacing: normal;
    line-height: 1.0;
    vertical-align: top;
}

.header_logoarea_list > li.year {
    width: 48px;
}

.header_logoarea_list > li.yjlogo {
    margin: 10px 0 0 5px;
    width: 123px;
}

.header_caution {
    color: #FFF;
    font-size: 75%;
    margin: 0;
    position: absolute;
    top: 70px;
    right: 5px;
}

.header_humberger.__smp {
    border: none;
    margin: auto;
    padding: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 32px;
    height: 32px;
}

.header_smpmenu {
    background: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    color: #444;
    font-size: 87.5%;
    overflow: auto;
    padding: 50px 0 8px;
    position: fixed;
    top: 0;
    left: -240px;
    width: 240px;
    height: 100%;
    z-index: 999;
}

.header_smpmenu a,
.header_smpmenu a:hover .header_smpmenu a:visited {
    color: #444;
}

.header_smpmenu_list {
    border-top: 1px solid #eff2f5;
    margin: 0;
    padding: 0;
}

.header_smpmenu_list > li {
    list-style: none;
}

.header_smpmenu_list a {
    border-bottom: 1px solid #eff2f5;
    display: block;
    padding: 12px 16px;
    text-decoration: none;
}

.header_smpmenu_list > li.lightver a {
    font-weight: bold;
    padding-left: 12px;
}

.header_smpmenu_caution {
    font-size: 80%;
    margin: 0;
    padding: 12px 8px;
}

.header_smpmenu_copyright {
    font-size: 80%;
    margin: 0;
    padding: 0;
    text-align: center;
}

.header_pagetit.__pc {
    width: 320px;
}

.header_humberger .on,
.header_humberger.__on .off {
    display: none;
}

.header_humberger.__on .on {
    display: block;
}

.header_modesw {
    position: absolute;
    top: 12px;
    left: 340px;
    letter-spacing: -.4em;
    line-height: 1.0;
}

@media screen and (max-width: 950px) {
    .header_modesw.__pc {
        display: none;
    }
}

.header_modesw > li {
    display: inline-block;
    letter-spacing: normal;
    line-height: 1.0;
    margin: 0 8px;
}

.header_modesw > li.current {
    border: 1px solid #d0c2aa;
    color: #d0c2aa;
    font-size: 87.5%;
    letter-spacing: normal;
    padding: 5px;
    vertical-align: middle;
}

.header_modesw > li.anchor a {
    background: #d0c2aa;
    color: #32220f;
    display: block;
    padding: 10px 12px;
    text-decoration: none;
}

.header_modesw > li a {
    text-decoration: none;
}

.header_sns {
    letter-spacing: -.4em;
}

.header_sns.__pc {
    position: absolute;
    top: 22px;
    right: 200px;
    width: 265px;
}

.header_sns.__smp {
    line-height: 1.0;
    margin: 16px 0 0;
    text-align: center;
}

.header_sns > li {
    display: inline-block;
    letter-spacing: normal;
    line-height: 1.0;
    margin: 0 4px;
    vertical-align: top;
}

@media screen and (max-width: 800px) {
    #header {
        height: 50px;
    }
    .header_titarea {
        float: none;
        height: 34px;
        position: relative;
    }
    .header_pagetit.__smp {
        height: 25px;
        margin: auto;
        padding: 0;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        text-align: center;
        width: 140px;
    }
    .header_pagetit.__smp a {
        display: block;
        line-height: 0.55;
    }
    .header_logoarea_list > li.year {
        width: 32px;
    }
    .header_logoarea_list > li.yjlogo {
        margin: 0 8px 0 0;
        width: 24px;
    }
    .header_logoarea_list > li.yjlogo a {
        width: 24px;
        padding: 8px;
        display: block;
    }
    .select2-container {
        display: none !important;
        top: 43px;
    }
}

@media all and (orientation: landscape) and (max-height: 480px) {
    #header .__pc {
        display: none;
    }
    #header .__smp {
        display: block;
    }
    .header_titarea {
        float: none;
        position: relative;
    }
    .header_pagetit.__smp {
        padding: 6px 0 0;
        text-align: center;
    }
    .header_logoarea_list > li.year {
        width: 32px;
    }
    .header_logoarea_list > li.yjlogo {
        width: 20px;
    }
    .select2-container {
        display: none !important;
    }
    #footer {
        display: none;
    }
}


/*
#map
*/

#map {
    background: #d0c2aa;
    width: 100%;
    height: 100%;
}

#map noscript {
    background: #fff;
    border: 2px solid #FF002A;
    font-size: 87.5%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding: 8px 12px;
    text-align: left;
    width: 280px;
    height: 150px;
}

.firstviewCaution {
    background: #fff;
    border: 2px solid #ff0000;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    display: none;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 120%;
    margin: auto;
    padding: 12px 8px;
    position: absolute;
    top: 20%;
    right: 0;
    left: 0;
    text-align: center;
    width: 284px;
    z-index: 9999;
}

@media screen and (max-height: 500px) {
    .firstviewCaution {
        top: 8px;
    }
}

.firstviewCaution > p {
    color: #32220f;
    font-weight: bold;
    margin: 0;
}

.firstviewCaution > p.mini {
    font-size: 87.5%;
}

.firstviewCaution > img {
    margin: 12px auto 0;
}


/*
#footer
*/

#footer {
    background: #32220f;
    color: #ffffff;
    padding: 0 0 8px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 9999;
}

.footer_bnr {
    background: #fff;
    line-height: 1.0;
    margin: 0;
    position: relative;
    text-align: center;
    z-index: 9999;
}

.footer_bnr.__pc {
    background: #32220f;
    padding-top: 8px;
}

.footer_bnr img {
    max-width: 100%;
    height: auto;
}

.footer_btm {
    overflow: hidden;
    padding-top: 8px;
}

@media screen and (max-width: 800px) {
    .footer_btm {
        border-top: 1px solid #f1ead7;
    }
}

#footer a:link,
#footer a:hover,
#footer a:visited {
    color: #FFFFFF;
}

.footer_contentinfo_caution {
    margin: 0;
}

#footer_contentinfo {
    font-size: 80%;
    line-height: 1.65;
    margin: 0 auto;
    max-width: 760px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
}

.footer_contentinfo_copyright {
    margin: 0;
}

.footer_contentinfo_caution {
    margin: 0 0 12px;
}

.footer_contentinfo_list {
    letter-spacing: -.4em;
    margin: 4px 0;
    padding: 0;
}

.footer_contentinfo_list > li {
    display: inline-block;
    letter-spacing: normal;
    list-style: none;
    margin: 0 3px;
}

.footer_contentinfo_list > li:after {
    content: " | ";
}

.footer_contentinfo_list > li:last-child:after {
    content: none;
}


.footer_sns {
    float: left;
    letter-spacing: -.4em;
    margin: 0;
    width: 190px;
}

.footer_sns > li {
    letter-spacing: normal;
    line-height: 1.0;
    display: inline-block;
    margin: 0 6px;
    vertical-align: top;
}

.footer_sns > li.fb {
    width: 82px;
}

.footer_sns > li.fb .count {
    background: #ffffff;
    border: 1px solid #cccccc;
    color: #333333;
    font-size: 80%;
    margin: 7px 0 0 7px;
    padding: 5px 0;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    width: 42px;
    height: 12px;
}

.footer_sns > li.fb .count:before {
    content: "";
    border: 6px solid #FFFFFF;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    left: -11px;
    margin: -8px 0 0;
    position: absolute;
    top: 14px;
}

.footer_modesw {
    color: #32220f;
    float: right;
    font-size: 80%;
    letter-spacing: -.4em;
}

.footer_modesw > li {
    display: inline-block;
    letter-spacing: normal;
    margin: 0;
}

.footer_modesw_btn a {
    display: block;
    text-decoration: none;
    margin: 0 5px 0 0;
    padding: 8px 5px;
    background: #2b261e;
    border: 1px solid #f4ecd9;
    font-weight: bold;
    font-size: 90%;
}

.map_modesw {
    font-size: 70%;
    position: absolute;
    bottom: 60px;
    right: 5px;
    z-index: 99;
}

.map_modesw_btn {
    background: #fff;
    color: #2B261e;
    font-weight: bold;
    margin: 0;
    padding: 4px;
    opacity: 0.7;
    text-align: center;
    width: 70px;
}

@media screen and (max-width: 800px) {
    #footer {
        min-width: 320px;
    }
}

@media all and (orientation: landscape) and (max-height: 480px) {
    #footer {
        display: none;
    }
}
