@charset "utf-8";

/* ------------------------------------------------ hamburger -------------------------------------------------------- */
.openbtn {
    z-index: 9999;
    cursor: pointer;
    opacity: 1;
    display: block;
    position: fixed;
    top: 45%;
    right: 20px;
    transition: all .3s ease-in-out;
}
.openbtn img{
    width: 30px;
}
.openbtn .open {
    display: block;
}
.openbtn .open.active {
    display: none;
}
.openbtn .close {
    display: none;
}
.openbtn .close.active {
    display: block;    
}
#hg-logo {
    display: block;
    width: 100%;
    position: relative;
    text-align: center; 
    margin: 24px auto;
}
#hg-logo img {
    max-width: 180px;
}
.hg-box {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: auto;
    margin-top: 50px;
}
#nav-list-1 {
    width: 30%;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    list-style: none;
    padding: 0;
}
#nav-list-1 li {
    margin-top: 30px;
    line-height: 1.0rem;
    padding-bottom: 15px;
    border-bottom: 3px dotted rgba(184, 184, 184, .4);
}
#nav-list-1 a {
    text-align: left;
    font-size: 2.0rem;
    line-height: 1.0rem;
    letter-spacing: 0.02rem;
    text-decoration: none;
    color: #fff;
    font-family: 'Noto Sans JP', 'Open Sans', sans-serif;
    font-weight: 800;
    font-style: normal;
    margin-top: 10px;
}
#nav-list-2 {
    position: relative;
    margin-top: 40px;
    margin-bottom: 120px;
}
#nav-list-2 img{
    max-width: 200px;
}
#nav-list-3 {
    width: 100%;
    position: relative;
    display: block;
    text-align: center;
    list-style: none;
    padding: 0;
    margin-bottom: 50px;
}
#nav-list-3 li {
    margin-top: 10px;
}
#nav-list-3 img{
    max-width: 250px;
}


@media screen and (max-width:1360px) {
}
@media screen and (max-width:1040px) {
}
@media screen and (max-width:768px) {
    .openbtn img{
        width: 25px;
    }    
    #nav-list-1 {
        width: 40%;
    }    
}
@media screen and (max-width:550px) {
    .openbtn {
        right: 15px;
    }    
    .openbtn img{
        width: 20px;
    }    
    #hg-logo {
        margin: 10px auto;
    }
    #hg-logo img {
        max-width: 150px;
    }
    .hg-box {
        margin-top: 50px;
    }
    #nav-list-1 {
        width: 50%;
        margin-bottom: 20px;
    }
    #nav-list-1 li {
        margin-top: 25px;
        padding-bottom: 10px;
        border-bottom: 3px dotted rgba(184, 184, 184, .4);
    }
    #nav-list-1 a {
        font-size: 1.8rem;
        line-height: 1.0rem;
        letter-spacing: 0.02rem;
        margin-top: 10px;
    }
    #nav-list-2 {
        margin-top: 30px;
        margin-bottom: 100px;
    }    
    #nav-list-2 img{
        width: 180px;
    }
    #g-nav-hg-list{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #nav-list-3 {
        margin-bottom: 20px;
    }
    #nav-list-3 li {
        margin-top: 10px;
    }
    #nav-list-3 img{
        max-width: 200px;
    }
    

    
}
@media screen and (max-width:400px) {
    .openbtn {
        right: 12px;
    }    
    .openbtn img{
        width: 20px;
    }    
    #hg-logo {
        margin: 10px auto;
    }
    #hg-logo img {
        max-width: 130px;
    }
    .hg-box {
        margin-top: 50px;
    }
    #nav-list-1 {
        width: 50%;
        margin-bottom: 10px;
    }
    #nav-list-1 li {
        margin-top: 20px;
        padding-bottom: 10px;
        border-bottom: 3px dotted rgba(184, 184, 184, .4);
    }
    #nav-list-1 a {
        font-size: 1.6rem;
        line-height: 1.0rem;
        letter-spacing: 0.02rem;
        margin-top: 10px;
    }
    #nav-list-2 {
        margin-top: 30px;
        margin-bottom: 80px;
    }    
    #nav-list-2 img{
        width: 160px;
    }
    #g-nav-hg-list{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #nav-list-3 {
        margin-bottom: 10px;
    }
    #nav-list-3 li {
        margin-top: 10px;
    }
    #nav-list-3 img{
        max-width: 180px;
    }

}


/* ------------------------------------------------ background -------------------------------------------------------- */
#container #main-area::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #e69f9f;
    margin: 0 0 0 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
}
#container #main-area::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/nz/img_bg-pc.jpg) center center no-repeat;
    background-size: 120%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
}


/* ------------------------------------------------ nz-center -------------------------------------------------------- */
#nz-center {
    max-width: 550px;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    background: #ebcdcf;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    overflow: hidden;
    border-right: 5px solid #fff;
    border-left: 5px solid #fff;
}
#nz-title {
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}
#nz-title img{
    width: 90%;
    margin: 20px 10px;
}
#nz-content {
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}
#nz-content img{
    width: 90%;
    margin: 10px;
}
.nz-cont {
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 30px;
}
.nz-day {
    width: 80%;
    display: block;
    position: relative;
    text-align: left;
    margin-bottom: 10px;
}
.nz-day img{
    height: 50px;
    margin-left: 5%;
}
.nz-itinerary {
    width: 90%;
    display: block;
    position: relative;
    text-align: left;
    margin-bottom: 10px;
}
.nz-itinerary img{
    max-height: 20px;
    margin-left: 5%;
}
.nz-movie {
    width: 80%;
    display: block;
    position: relative;
    margin: 0 auto;
    margin-bottom: 50px;
}
.nz-movie video{
    width: 100%;
    border-radius: 15px;
}
.video-btn {
    content: "";
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:80px; /*コントローラー分下部に余白を*/
    cursor: pointer;
}

@media screen and (max-width:550px) {
    #nz-title {
        width: 100%;
        margin-bottom: 30px;
    }
    #nz-title img{
        width: 90%;
        margin: 20px 10px;
    }
    #nz-content {
        width: 100%;
        margin-bottom: 40px;
    }
    #nz-content img{
        width: 90%;
        margin: 10px;
    }
    .nz-cont {
        width: 100%;
        margin-bottom: 30px;
    }
    .nz-day {
        width: 80%;
        margin-bottom: 5px;
    }
    .nz-day img{
        height: 50px;
        margin-left: 5%;
    }
    .nz-itinerary {
        width: 90%;
        margin-bottom: 10px;
    }
    .nz-itinerary img{
        max-height: 18px;
        margin-left: 5%;
    }
    .nz-movie {
        width: 80%;
        margin-bottom: 50px;
    }
    .nz-movie video{
        width: 100%;
        border-radius: 15px;
    }
    
}
@media screen and (max-width:400px) {
    #nz-title {
        width: 100%;
        margin-bottom: 20px;
    }
    #nz-title img{
        width: 90%;
        margin: 15px 10px;
    }
    #nz-content {
        width: 100%;
        margin-bottom: 30px;
    }
    #nz-content img{
        width: 90%;
        margin: 10px;
    }
    .nz-cont {
        width: 100%;
        margin-bottom: 30px;
    }
    .nz-day {
        width: 80%;
        margin-bottom: 5px;
    }
    .nz-day img{
        height: 40px;
        margin-left: 5%;
    }
    .nz-itinerary {
        width: 90%;
        margin-bottom: 8px;
    }
    .nz-itinerary img{
        max-height: 14px;
        margin-left: 5%;
    }
    .nz-movie {
        width: 80%;
        margin-bottom: 40px;
    }
    .nz-movie video{
        width: 100%;
        border-radius: 15px;
    }
}


/* ------------------------------------------------ footer -------------------------------------------------------- */

#footer {
    width: 100%;
    z-index: 200;
    position: relative;
    padding: 8px;
    margin-top: 150px;
}

#footer-area {
    width: 100%;
    position: relative;
    display: block;
    margin: 0 auto;
    padding-top: 180px;
    margin-bottom: 10px;
}
#page-top img{
    position: absolute;
    bottom: 60%;
    right: 25%;
    width: 20%;
    max-width: 200px;
    cursor: pointer;
}
#footer-logo {
    width: 100%;
    position: relative;
    margin: 0 auto;
    text-align: center;
}
#footer-logo img{
    max-width: 200px;
}

#illust img{
    position: absolute;
    bottom: 60%;
    left: 25%;
    width: 18%;
    max-width: 120px;
}

#copy-area {
    width: 100%;
    position: relative;
    padding: 5px;
}

#copy-area p {
    text-align: center;
    font-family: itc-avant-garde-gothic-pro, 'M PLUS 1', 'Noto Sans JP', 'Open Sans', sans-serif;
    letter-spacing: 0.02rem;
    font-size: 0.7rem;
    line-height: 0.6rem;
    margin: 0 5px;
    color: #fff;
}

@media screen and (max-width:550px) {
    #footer {
        margin-top: 100px;
    }
    #footer-logo img{
        max-width: 150px;
    }    
}

@media screen and (max-width:400px) {
    #footer {
        padding: 5px;
        margin-top: 80px;
    }   
    #footer-area {
        padding-top: 120px;
        margin-bottom: 5px;
    }
    #page-top img{
        bottom: 60%;
        right: 25%;
        width: 20%;
        max-width: 200px;
    }
    #footer-logo img{
        max-width: 130px;
    }
    #illust img{
        bottom: 60%;
        left: 25%;
        width: 18%;
        max-width: 120px;
    } 
    #copy-area {
        padding: 5px;
    }    
    #copy-area p {
        letter-spacing: 0.02rem;
        font-size: 0.6rem;
        line-height: 0.6rem;
        margin: 0 5px;
    }

}






