/*
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/

#colorbox,
#cboxOverlay,
#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}

#cboxWrapper {
    max-width: none;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

#cboxOverlay {
    background: #fff;
}

#cboxContent {
    position: relative;
}

#cboxClose {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    background: url(../img/colse.png) no-repeat;
    width: 24px;
    height: 24px;
    text-indent: -9999px;
}


/*
----------------------------------------------------------*/

*:focus {
    outline: none;
}

body {
    background: url(../img/footer.png) repeat-x center bottom #f0f8ed;
    color: #396040;
}

body a {
    color: #3b3d3b;
}

#header {
    background: url(../img/header_img.png) center top no-repeat;
    height: 800px;
}

#header .inner {
    position: relative;
    width: 960px;
    margin: 0 auto;
}

#header .inner #breadcrumb {
    padding: 0;
    margin: 0;
    padding-top: 5px;
    font-size: 12px;
}

#header .inner #breadcrumb li {
    display: inline-block;
    list-style: none;
}

#header .inner #breadcrumb li:after {
    content: '>';
    display: inline-block;
    margin-left: 5px;
}

#header .inner #breadcrumb li:last-child:after {
    content: '';
}

#header .inner h1 {
    position: absolute;
    top: 210px;
}

#header .inner #leadTxt01 {
    position: absolute;
    top: 300px;
    right: 0;
}

#header .inner #leadTxt02 {
    position: absolute;
    right: 0;
    top: 430px;
}

#content {
    width: 960px;
    margin: 0 auto;
    /* #event */
    /* .wide */
}

#content h2 {
    text-align: center;
    margin-bottom: 0;
}

#content h2+p {
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
}

#content #eventList {
    overflow: hidden;
}

#content #event {
    margin-bottom: 20px;
}

#content #mount {
    width: 920px;
    margin: 0 auto 130px;
    position: relative;
    /* .colTwo */
    /* #archive */
}

#content #mount #ranger {
    position: absolute;
    left: -65px;
    top: 240px;
}

#content #mount #deer {
    position: absolute;
    right: -80px;
    top: -30px;
}

#content #mount .colTwo {
    overflow: hidden;
    margin-bottom: 30px;
    /* .rightCol */
}

#content #mount .colTwo .leftCol {
    float: left;
    width: 432px;
    height: 263px;
    padding-left: 10px;
    padding-bottom: 50px;
}

#content #mount .colTwo .leftCol ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#content #mount .colTwo .leftCol ul li img {
    vertical-align: bottom;
}

#content #mount .colTwo .leftCol .bx-pager {
    bottom: -25px;
}

#content #mount .colTwo .leftCol .bx-pager.bx-default-pager a {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #c0cba9;
}

#content #mount .colTwo .leftCol .bx-pager.bx-default-pager a.active {
    background: #8bbd22;
}

#content #mount .colTwo .rightCol {
    float: left;
    width: 440px;
    margin-left: 30px;
}

#content #mount .colTwo .rightCol h3 {
    padding-left: 5px;
    margin: 0;
    font-size: 26px;
    float: left;
    line-height: 1.3;
    margin-bottom: 15px;
}

#content #mount .colTwo .rightCol h3 span {
    font-size: 16px;
    font-weight: normal;
    display: block;
}

#content #mount .colTwo .rightCol h3 .parkname {
    display: inline-block;
}

#content #mount .colTwo .rightCol p {
    color: #5b5b5b;
}

#content #mount .colTwo .rightCol #name {
    margin: 0;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.3;
    text-align: right;
}

#content #mount .colTwo .rightCol .description {
    clear: both;
    padding: 15px;
    font-size: 13px;
    background: #fff;
    border: 1px solid #d7e2cc;
    border-radius: 7px;
    line-height: 1.9;
}

#content #mount .colTwo .rightCol .description .note {
    list-style: none;
    text-indent: -1em;
    margin-left: 1em;
    font-size: 11px;
    color: gray;
    padding: 0;
}

#content #mount #archive {
    background: #f9fcf8;
    border: 1px solid #d6d9d5;
    padding: 22px 0 0 0;
    border-radius: 10px;
    position: relative;
}

#content #mount #archive h3 {
    color: #38603e;
    margin: 0 0 20px 10px;
    padding: 0 18px;
}

#content #mount #archive ul {
    padding-left: 10px;
    padding: 0 18px;
    overflow: hidden;
}

#content #mount #archive ul li {
    list-style: none;
    font-size: 14px;
    display: block;
    float: left;
    margin: 0 14px 20px 0;
    width: 135px;
}

#content #mount #archive ul li:nth-child(6n) {
    margin-right: 0;
}

#content #mount #archive ul li a {
    text-decoration: none;
    width: 100%;
    text-align: left;
}

#content #mount #archive ul li a:hover {
    text-decoration: none;
}

#content #mount #archive ul li img {
    border: 1px solid #c1cca7;
    display: block;
    margin-bottom: 5px;
}

#content #mount #archive ul li span {
    display: block;
    line-height: 1.3;
}

#content #mount #archive .date {
    font-size: 11px;
    color: #838383;
}

#content #mount #archive .mountName {
    font-weight: bold;
    color: #498654;
}

#content #mount #archive .parkName {
    font-size: 12px;
    color: #498654;
}

#content #mount #archive #accordion h4 {
    font-size: 18px;
    text-align: center;
    color: #38603e;
    padding: 20px 18px;
    border-top: 1px dashed #c1cca7;
    background: #e9ede8;
    margin-bottom: 0;
    line-height: 1;
    cursor: pointer;
}

#content #mount #archive #accordion h4 img {
    vertical-align: middle;
    margin-right: 14px;
}

#content #mount #archive #accordion h4 img.active {
    transform: rotate(180deg);
}

#content #mount #archive #accordion ul {
    background: #f1f5f0;
    margin: 0 auto;
    padding: 18px;
    display: none;
}

#content #event {
    position: relative;
    /* .note */
}


#content #event .note {
    clear: both;
    font-size: 12px;
    text-align: right;
    padding-right: 30px;
}

#content .eventBox {
    width: 448px;
    border-radius: 8px;
    border: 1px dashed #a8ada5;
    background: #fff;
    margin-left: 20px;
    float: left;
    margin-bottom: 20px;
}

#content .eventBox .eventBoxInner .leftCol {
    float: left;
}

#content .eventBox .eventBoxInner .rightCol {
    float: left;
    margin-left: 70px;
}

#content .eventBox .eventBoxInner p {
    line-height: 1.5;
}

#content .eventBox a {
    display: block;
    min-height: 230px;
    padding: 25px;
    margin: 3px;
    border-radius: 8px;
    text-decoration: none;
}

#content .eventBox a:hover {
    background: #f8f7d8;
}

#content .eventBox .eventBoxInner .ttl {
    overflow: hidden;
    display: table;
}

#content .eventBox .eventBoxInner .day {
    margin: 0;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    font-weight: normal;
    float: left;
    display: inline-block;
    /*background: #22aaa9;*/
    background: #5FBD78;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
}

#content .eventBox .eventBoxInner h3 {
    margin: 0 0 0 60px;
    display: table-cell;
    vertical-align: middle;
}

#content .eventBox .eventBoxInner dl {
    font-size: 14px;
    margin-bottom: 0;
}

#content .eventBox .eventBoxInner dt {
    clear: both;
    float: left;
    font-weight: bold;
}

#content .eventBox .eventBoxInner dd {
    margin-left: 6.5em;
    margin-bottom: 7px;
}

#content .eventBox .eventBoxInner dd:last-child {
    margin-bottom: 0;
}

#content .eventBox a {
    display: block;
    text-decoration: none;
}

#content .eventBox_L .eventBoxInner a {
    display: block;
    height: 380px;
}

#content .wide {
    width: 914px;
    border: 3px solid #22AAA9;
}

#content .wide .inner a {
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 50px;
    border: 2px solid #22AAA9;
    height: 270px;
}

#content .wide .inner a h3 {
    font-size: 28px;
    line-height: 47px;
    border-bottom: 3px solid #EBE952;
    margin-bottom: 10px;
    padding-left: 50px;
}

#content .wide .inner a p {
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}

#content .wide .inner a dl {
    font-size: 16px;
}

#content .link {
    text-align: center;
    margin-bottom: 50px;
    line-height: 1.5;
    /* .btn */
}

#content .link .btn {
    background: #ebe952;
    padding: 15px 20px;
    border: 1px dashed #a8ada5;
    border-radius: 15px;
    display: inline-block;
    margin: 25px 0 20px;
}

#content .link .btn:hover {
    background: #fff;
}

#content .link .note {
    font-size: 12px;
    margin: 0;
}

#content #notice{
    margin-bottom: 80px;
}

#content #notice .noticeBox{
    width: 560px;
    margin: 0 auto 30px;
    background: #fff;
    position: relative;
    border: 4px solid #FFAC87;
    padding: 2px;
}

#content #notice .inner {
    border: 1px solid #FFA881;
    padding: 20px 91px;
    margin: 0 auto;
}

#content #notice h3 {
    font-size: 26px;
    margin: 0 auto 20px;
    text-align: center;
    border-bottom: 1px dotted #FA621F;
    width: 90%;
    padding: 0 0 10px;
    color: #7F6B61;
}

#content #notice h3 span {
    display: block;
    font-size: 16px;
}

#content #notice ul {
    margin: 0 0 20px 0;
    font-size: 18px;
    padding-left: 3px;
}

#content #notice ul li {
    background: url(../img/check.gif) no-repeat left center;
    list-style: none;
    padding-left: 25px;
    margin-bottom: 8px;
    color: #7F6B61;
}

#content #notice .inner a {
    text-align: center;
    position: relative;
    display: inline-block;
    left: 3px;
    padding: 6px;
    margin: 0 auto;
    left: 50%;
    margin-left: -173px;
    font-size: 14px;
    padding: 0 0 0 15px;
    line-height: 1;
    color: #7F6B61;
}

#content #notice .inner a:before {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 2px solid #7F6B61;
    border-right: 2px solid #7F6B61;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    display: block;
    top: 3px;
    left: 0;
}

#content #notice .inner a:hover {
    text-decoration: none;
}

#content #notice #squirrel {
    position: absolute;
    right: -160px;
    top: 70px;
}

#content #notice #bear {
    position: absolute;
    left: -290px;
    top: 30px;
}


/* #content */

.back {
    text-align: center;
    font-size: 22px;
    margin-bottom: 60px;
}

.back a:hover {
    text-decoration: none;
}

#banner {
    width: 960px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

#banner li {
    display: inline-block;
    margin: 0 10px;
}

#banner li img{
    border: 1px solid #a8ada5;
}

#footer {
    width: 960px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

#footer p {
    font-size: 24px;
    margin-bottom: 0;
}

#footer ul {
    font-size: 14px;
    margin-bottom: 5px;
    padding: 0;
}

#footer ul li {
    display: inline-block;
    list-style: none;
    margin-right: 10px;
}

#footer #address {
    font-size: 12px;
    margin-bottom: 30px;
}


/* #footer */


/*archive
----------------------------------------------------------*/

#archivePost {
    background: #fdfef0;
    width: 918px;
    border: 1px solid #e5edd6;
    border-radius: 10px;
    padding: 30px 20px;
    /* .colTwo */
}

#archivePost .colTwo {
    overflow: hidden;
    margin-bottom: 0px;
    /* .rightCol */
}

#archivePost .colTwo .leftCol {
    float: left;
    width: 432px;
    height: 263px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 40px;
}

#archivePost .colTwo .leftCol ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#archivePost .colTwo .leftCol ul li {
    width: 432px !important;
    height: 263px;
}

#archivePost .colTwo .leftCol ul li img {
    vertical-align: bottom;
    width: 432px;
    height: 263px;
}

#archivePost .colTwo .leftCol .bx-pager {
    bottom: -25px;
}

#archivePost .colTwo .leftCol .bx-pager.bx-default-pager a {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #c0cba9;
}

#archivePost .colTwo .leftCol .bx-pager.bx-default-pager a.active {
    background: #8bbd22;
}

#archivePost .colTwo .rightCol {
    float: left;
    width: 440px;
    margin-left: 30px;
    padding-top: 8px;
}

#archivePost .colTwo .rightCol h3 {
    padding-left: 5px;
    margin: 0;
    font-size: 26px;
    float: left;
    line-height: 1.3;
    margin-bottom: 15px;
}

#archivePost .colTwo .rightCol h3 span {
    font-size: 16px;
    font-weight: normal;
    display: block;
}

#archivePost .colTwo .rightCol h3 .parkname {
    display: inline-block;
}

#archivePost .colTwo .rightCol p {
    color: #5b5b5b;
}

#archivePost .colTwo .rightCol #name {
    margin: 0;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.3;
    text-align: right;
}

#archivePost .colTwo .rightCol .description {
    clear: both;
    padding: 15px;
    font-size: 13px;
    background: #fff;
    color: #5b5b5b;
    border: 1px solid #d7e2cc;
    border-radius: 7px;
    line-height: 1.9;
}

/* bxslider（v4.1.2 → v4.2.17）の座標ズレ調整 */
.bx-wrapper{
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

.bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border: 5px solid #fff;
    left: -5px;
}

/* モーダルスライダーの左右ボタンを非表示 */
#archivePost .bx-controls-direction{
    display: none;
}

/* 山の日全国大会 */
#mountain-day-convention{
    max-width: 1100px;
    margin: 120px auto 160px;
    padding: 0 40px;
}

#mountain-day-convention a[href^="http://"],
#mountain-day-convention a[href^="https://"] {
    background-image: url(../img/icon_outerLink_green.svg);
    background-repeat: no-repeat;
    background-position: right 50%;
    margin: 0 4px 0 0;
    padding: 0 20px 0 0;
}

#mountain-day-convention .mdc-paragraph{
    text-align: left;
}

#mountain-day-convention .mdc-title{
    text-align: left;
}

#mountain-day-convention #deer{
    float: right;
    padding-left: 60px;
}