@charset "utf-8";
/* CSS Document */
div.fixedBTN {
    z-index: 2;
}

.contents_area {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    line-height: 1.5;
    padding-bottom: 100px;
    overflow-x: hidden;
}
.contents_area *, .contents_area *:before, .contents_area *:after {
    box-sizing: border-box;
}
.contents_area img {
    vertical-align: bottom;
}
.contents_area ul li {
    line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
    transform: none;
}
.dib {
    display: inline-block;
}

.mv {
    position: relative;
    width: 100%;
    max-width: 1400px;
    min-width: 1130px;
    margin-left: 50%;
    transform: translateX(-50%);
}
.mv_slider {
    /*margin-left: 50%;
    transform: translateX(-50%);*/
}
.mv_slider.slick-dotted.slick-slider {
    margin-bottom: 10px;
}
.mv_slider .slick-dots {
    justify-content: flex-end;
    padding: 12px;
}
.mv_slider .slick-dots li {
    width: 14px;
    height: 14px;
    background-color: #ccc;
    border-radius: 50%;
    margin: 0 8px;
}
.mv_slider .slick-dots li.slick-active {
    background-color: #2199db;
}
.mv_slider .slick-dots li button {
    display: none;
}
.mv_slider .slick-dots li button:before {
    content: none;
}
.mv_logo_bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    mix-blend-mode: multiply;
}
.mv_logo {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}
.page_link {
    display: flex;
    justify-content: center;
    margin-bottom: 55px;
}
.page_link li {
    flex: 0 0 23%;
    max-width: 258px;
    margin: 0 9px;
}
.page_link a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #FFF;
    text-align: center;
    font-size: 21px;
    line-height: 1.2;
    font-weight: bold;
    padding: .35em 20px;
    border-radius: .85em;
    position: relative;
    transition: opacity .2s ease;
}
.page_link li:nth-child(odd) a {
    background-color: #85cdf9;
}
.page_link li:nth-child(even) a {
    background-color: #2e469f;
}
.page_link a:after {
    content: "";
    display: block;
    width: .5em;
    height: .5em;
    border-right: 2px solid #FFF;
    border-top: 2px solid #FFF;
    position: absolute;
    right: 15px;
    top: 50%;
    z-index: 1;
}
.page_link .page_inside a:after {
    transform: translateY(-50%) rotate(135deg);
}
.page_link .page_outside a:after {
    transform: translateY(-50%) rotate(45deg);
}
.page_link a:hover {
    opacity: .7;
}

.section_title {
    font-size: 34px;
    font-weight: bold;
}
.section_title_en {
    letter-spacing: .2em;
    font-size: 12px;
    display: block;
    color: #4d4d4d;
}
.section_title_ja {
    display: inline-flex;
    align-items: center;
}
.section_title_ja:before,
.section_title_ja:after {
    content: "";
    display: inline-block;
    width: 84px;
    height: 17px;
    background: url("images/bg_section_title.png") no-repeat center;
    background-size: contain;
    margin: 0 .8em;
}


/* area map */
.fuji_area_map {
    width: 94%;
    max-width: 1116px;
    margin: 0 auto 30px;
    position: relative;
}
.fuji_area_map .img_sp {
    display: none;
}
.fuji_area_list li {
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    line-height: 1.2 !important;
    text-align: center;
    background-color: #FFF;
    padding: .5em 1em;
    border-radius: 10px;
}
.fuji_area_list li.close {
    background-color: #999;
}
.fuji_area_list li.kawaguchiko {
    background-color: #f15a24;
    color: #FFF;
}
.fuji_area_list li.yamanakako {
    background-color: #f7931e;
    color: #FFF;
}
.fuji_area_list li.kawaguchiko {
    left: 24%;
    top: 30%;
}
.fuji_area_list li.yamanakako {
    left: 67%;
    top: 22%;
}


@media (max-width: 1130px) {
    .mv_slider .slick-dots {
        justify-content: center;
    }
    .page_link li {
        margin: 0 5px;
    }
    .page_link a {
        font-size: 16px;
    }
    .section_title {
        font-size: 30px;
    }
}

@media (max-width: 990px) {
    .fuji_area_list li {
        font-size: 16px;
    }
}

@media (max-width: 790px) {
    .mv {
        min-width: 1000px;
    }
    .mv_slider .slick-dots li {
        width: 10px;
        height: 10px;
    }
    .page_link {
        width: 94%;
        max-width: 500px;
        flex-wrap: wrap;
        margin: 0 auto 30px;
    }
    .page_link li {
        flex-basis: 48%;
        margin: 1%;
    }
    .page_link a {
        min-height: 50px;
    }
    .section_title {
        font-size: 25px;
    }
    .section_title_ja:before, .section_title_ja:after {
        width: 50px;
    }
    .fuji_area_map {
        max-width: 681px;
    }
    .fuji_area_map .img_sp {
        display: inline;
    }
    .fuji_area_map .img_pc {
        display: none;
    }
    .fuji_area_list li.kawaguchiko {
        left: 13%;
        top: 27%;
    }
    .fuji_area_list li.yamanakako {
        left: 68%;
        top: 20%;
    }
}

@media (max-width: 540px) {
    .fuji_area_list li {
        font-size: 13px;
        padding: .5em;
    }
}

@media (max-width: 470px) {
    .mv {
        min-width: 700px;
    }
    .page_link a {
        font-size: 14px;
        min-height: 45px;
        padding: .35em 10px;
    }
    .page_link a:after {
        right: 10px;
    }
    .section_title {
        font-size: 20px;
    }
}


/* NEWS */
.news {
    width: 94%;
    max-width: 800px;
    margin: 0 auto 100px;
}
.news .section_title {
    margin-bottom: 20px;
}
.news_list {
    border: 3px dotted #000;
    height: 150px;
    overflow-y: scroll;
    background-color: #e7f4fb;
    padding: 20px 10%;
}
.news_item {
    display: flex;
    line-height: 1.3 !important;
    margin-bottom: .5em;
    font-size: 15px;
}
.news_post_date {
    margin-right: 3em;
}

@media (max-width: 790px) {
    .news_list {
        height: 200px;
        padding: 10px 3%;
        border-width: 2px;
    }
    .news_item {
        display: block;
        border-bottom: 1px dotted #000;
        margin-bottom: 0;
        padding: 10px 0;
    }
    .news_post_date {
        margin-bottom: .2em;
    }
}

@media (max-width: 470px) {
    .news_list {
        height: 250px;
    }
    .news_item {
        font-size: 14px;
    }
}


/* ABOUT */
.about {
    width: 94%;
    max-width: 800px;
    margin: 0 auto 130px;
    position: relative;
}
.about:before, .about:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
}
.about:before {
    width: 323px;
    height: 337px;
    background: url("images/img_about_01.png") no-repeat center;
    background-size: contain;
    top: -90px;
    left: -220px;
}
.about:after {
    width: 267px;
    height: 269px;
    background: url("images/img_about_02.png") no-repeat center;
    background-size: contain;
    bottom: -50px;
    right: -240px;
}
.about .section_title {
    margin-bottom: 45px;
}
.work_vacation {
    margin-bottom: 30px;
}
.workation_desc {
    font-weight: bold;
    width: 94%;
    max-width: 725px;
    margin: 0 auto;
}

@media (max-width: 1130px) {
    .about:before {
        width: 240px;
        left: -130px;
    }
    .about:after {
        width: 187px;
        right: -180px;
        bottom: -110px;
    }
}

@media (max-width: 790px) {
    .about {
        padding: 100px 0;
    }
    .about:before {
        width: 190px;
        left: -10px;
        top: -140px;
    }
    .about:after {
        bottom: -130px;
        right: -20px;
    }
    .about .section_title {
        margin-bottom: 20px;
    }
    .work_vacation {
        max-width: 400px;
        margin: 0 auto 30px;
    }
    .workation_desc {
        font-size: 15px;
    }
}

@media (max-width: 470px) {
    .about:before {
        width: 150px;
    }
    .about:after {
        width: 147px;
        bottom: -110px;
        right: 0px;
    }
    .work_vacation {
        width: 80%;
        max-width: 300px;
    }
}

/* HOW TO STAY */
.howtostay {
    padding-top: 140px;
    margin-top: -140px;
    margin-bottom: 80px;
}
.howtostay .section_title {
    margin-bottom: 30px;
}
.howtostay .contents_wrap {
    background:url("images/bg_stripe.png") center top;
    padding: 70px 0;
}
.howtostay .contents_inner {
    width: 94%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 30px 2%;
    background-color: #FFF;
}
.contents_type_wrap {
    width: 100%;
    max-width: 350px;
    margin: 0 auto 60px;
}
.contents_type_wrap:before {
    content: "";
    display: block;
    width: 114px;
    height: 40px;
    margin: 0 auto;
    background: url("images/icon_fujigoko.png") no-repeat center;
    background-size: contain;
}
.contents_type {
    font-size: 24px;
    font-weight: bold;
    padding: .25em;
    border-radius: 1em;
}
.contents_type.activity {
    background-color: #85cdf9;
}
.contents_type.stay {
    background-color: #ffea00;
}
.activity_list {
    margin-bottom: 55px;
}
.activity_item {
    display: flex;
    margin-bottom: 60px;
}
.activity_item:last-child {
    margin-bottom: 0;
}
.activity_item:nth-child(even) {
    flex-direction: row-reverse;
}
.activity_image {
    flex: 0 0 46%;
    max-width: 471px;
    margin-right: 4%;
}
.activity_item:nth-child(even) .activity_image {
    margin-right: 0;
    margin-left: 4%;
}
.activity_name, .stay_name {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: .2em;
}
.area_name {
    display: inline-block;
    font-size: 14px;
    color: #FFF;
    padding: .25em 1em;
    border-radius: 1em;
    margin-bottom: 20px;
}
.area_name.kawaguchiko {
    background-color: #f15a24;
}
.area_name.yamanakako {
    background-color: #f7931e;
}
.activity_desc {
    font-size: 17px;
}
.stay_list {
    display: flex;
    justify-content: center;
    justify-content: space-around;
}
.stay_item {
    flex: 0 0 48%;
    max-width: 471px;
    margin: 0 0 30px;
}
.stay_image {
    margin-bottom: 35px;
}

@media (max-width: 1130px) {
    .howtostay .contents_wrap {
        padding: 40px 0;
    }
    .contents_type {
        font-size: 20px;
    }
    .activity_name, .stay_name {
        font-size: 20px;
    }
    .activity_desc, .stay_desc {
        font-size: 16px;
    }
}

@media (max-width: 790px) {
    .contents_type_wrap {
        margin-bottom: 30px;
    }
    .contents_type {
        font-size: 18px;
    }
    .activity_image {
        flex-basis: 40%;
    }
    .stay_image {
        margin-bottom: 20px;
    }
    .activity_name, .stay_name {
        font-size: 18px;
    }
    .area_name {
        font-size: 12px;
    }
    .activity_desc, .stay_desc {
        font-size: 15px;
        line-height: 1.6;
    }
}

@media (max-width: 470px) {
    .howtostay .section_title {
        margin-bottom: 20px;
    }
    .howtostay .contents_wrap {
        padding: 20px 0;
    }
    .howtostay .contents_inner {
        padding: 20px 4%;
    }
    .contents_type_wrap {
        max-width: 300px;
    }
    .activity_item {
        display: block;
    }
    .activity_image {
        margin: 0 0 15px;
    }
    .activity_item:nth-child(even) .activity_image {
        margin-left: 0;
    }
    .activity_name, .stay_name {
        font-size: 17px;
    }
    .activity_desc, .stay_desc {
        font-size: 14px;
    }
    .stay_list {
        display: block;
    }
}


/* OTHER LINK */
.other_link {
    width: 94%;
    max-width: 1120px;
    margin: 0 auto 90px;
    display: flex;
    justify-content: space-between;
}
.other_link_item {
    flex: 0 0 48.5%;
    max-width: 528px;
}
.other_link_item a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 0;
    padding: 17.1% 5px;
    font-size: 22px;
    line-height: 1.4;
    color: #FFF;
    font-weight: bold;
    text-shadow: 0 0 .3em #000, 0 0 .3em #000;
    transition: opacity .2s ease;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.other_link_item.activity_stay a {
    background-image: url("images/bg_detail_link.jpg");
}
.other_link_item.monitor_tour a {
    background-image: url("images/bg_monitor_tour_link.jpg");
}
.other_link_item a:after {
    content: "\3e";
    font-size: .7em;
    margin-left: 2em;
}
.other_link_item a:hover {
    opacity: .7;
}

.contact_link {
    width: 90%;
    max-width: 560px;
    margin: 0 auto;
}
.contact_link a {
    display: block;
    background-color: #2e469f;
    color: #FFF;
    font-size: 22px;
    font-weight: bold;
    padding: 1em;
    border-radius: .4em;
    transition: opacity .2s ease;
    position: relative;
}
.contact_link a:after {
    content: "";
    display: block;
    width: .5em;
    height: .5em;
    border-right: 2px solid #FFF;
    border-top: 2px solid #FFF;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}
.contact_link a:hover {
    opacity: .7;
}
.contact_link .cs {
    pointer-events: none;
}
.contact_link .cs:before {
    content: "Coming Soon";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #2E469E;
    background-color: rgba(255,255,255,0.85);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    font-size: 30px;
}

@media (max-width: 1130px) {
    .other_link_item a {
        font-size: 18px;
    }
    .other_link_item a:after {
        margin-left: 1em;
    }
    .contact_link a {
        font-size: 18px;
    }
}

@media (max-width: 790px) {
    .other_link {
        display: block;
        width: 90%;
        max-width: 400px;
    }
    .other_link_item {
        margin: 20px 0;
    }
}

@media (max-width: 470px) {
    .other_link_item a {
        font-size: 16px;
    }
    .contact_link a {
        font-size: 16px;
    }
}











