@charset "UFT-8";

body{
    font-family: 'Nunito Sans', sans-serif;
}
/* 各パッケージのヘッダー
--------------------------------------------------------- */
#menu_tokyo{
    padding: 5rem 0;
    display: flex;
    background-image: url("../../package/images/package_tokyo.jpg");
    background-position: center center;
    background-repeat: no-repeat;
/*    background-attachment: fixed;*/
    background-size: cover;
}
#menu_osaka{
    padding: 5rem 0;
    display: flex;
    background-image: url("../../package/images/package_osaka.jpg");
    background-position: center center;
    background-repeat: no-repeat;
/*    background-attachment: fixed;*/
    background-size: cover;
}
#menu_golden{
    padding: 5rem 0;
    display: flex;
    background-image: url("../../package/images/package_golden.jpg");
    background-position: center center;
    background-repeat: no-repeat;
/*    background-attachment: fixed;*/
    background-size: cover;
}
#menu_season{
    padding: 5rem 0;
    display: flex;
    background-image: url("../../package/images/package_season.jpg");
    background-position: center center;
    background-repeat: no-repeat;
/*    background-attachment: fixed;*/
    background-size: cover;
}
#menu_tokyo h1{
    text-align: center;
    font-size: 3rem;
    font-style: italic;
    font-weight: 300;
    color: #fff;
}
#menu_osaka h1{
    text-align: center;
    font-size: 3rem;
    font-style: italic;
    font-weight: 300;
    color: #fff;
}
#menu_golden h1{
    text-align: center;
    font-size: 3rem;
    font-style: italic;
    font-weight: 300;
    color: #fff;
}

#menu_season h1{
    text-align: center;
    font-size: 3rem;
    font-style: italic;
    font-weight: 300;
    color: #fff;
}

/* 各パッケージリスト
--------------------------------------------------------- */
#package_list_pdf{
    padding: 4rem 0;
    background-color: #fff;
}
#package_list_pdf p{
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 2.5rem;
}
#package_list_pdf a{
    color: #000;
}
#package_list_pdf h1{
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 2.5rem;
    color: #ce2e41;
    font-style: italic;
}
/* JAPAN Package
--------------------------------------------------------- */
#package_map{
    background-image: url("../../package/images/top_back.jpg");
    background-position: center center;
    background-repeat: no-repeat;
/*    background-attachment: fixed;*/
    background-size: cover;
    padding: 3rem;
}
#package_map h1{
    font-weight: 300;
    font-size: 4rem;
    margin-bottom: 1rem;
    font-style: italic;
    color: #fff;
}
.map_wrapper{
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 4%;
}
.map_wrapper article{
    width: 45%;
    margin-top: 2rem;
}
.package_map_article{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 4%;
}
#package_list {
    background-color: #efefef;
    padding-bottom: 2rem;
}
#package_list article{
    width: 48%;
    margin-top: 2rem;
    background-color: #fff;
    padding: 2rem;
}
#package_list article img{
    width: 100%;
}
.package_list_article{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 4%;
}
#package_list h2{
    font-weight: 300;
    font-size: 2rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    color: #000;
    font-style: italic;
    color: #ce2e41;
}
#package_list p{
    line-height: 2rem;
}
.package_list_btn{
    margin-top: 1.2rem;
    text-align: center;
}
.btn--red,
a.btn--red {
    color: #fff;
    background-color: #ce2e41;
    padding: 0.5rem 2rem;
}
a.btn--radius {
   border-radius: 100vh;
}

/* モバイル設定　共通
--------------------------------------------------------- */
@media (max-width: 720px){
    .wrap {
        width: 700px;
        margin: 0 auto;
    }
    #menu_tokyo{
        padding: 5rem 0;
        display: flex;
        background-image: url("../../package/images/package_tokyo.jpg");
        background-position: center center;
        background-repeat: no-repeat;
    /*    background-attachment: fixed;*/
        background-size: cover;
    }
    #menu_osaka{
        padding: 5rem 0;
        display: flex;
        background-image: url("../../package/images/package_osaka.jpg");
        background-position: center center;
        background-repeat: no-repeat;
    /*    background-attachment: fixed;*/
        background-size: cover;
    }
    #menu_golden{
        padding: 5rem 0;
        display: flex;
        background-image: url("../../package/images/package_golden.jpg");
        background-position: center center;
        background-repeat: no-repeat;
    /*    background-attachment: fixed;*/
        background-size: cover;
    }
    #menu_season{
        padding: 5rem 0;
        display: flex;
        background-image: url("../../package/images/package_season.jpg");
        background-position: center center;
        background-repeat: no-repeat;
    /*    background-attachment: fixed;*/
        background-size: cover;
    }
    #menu_tokyo h1{
        text-align: center;
        font-size: 3rem;
        font-style: italic;
        font-weight: 300;
        color: #fff;
    }
    #menu_osaka h1{
        text-align: center;
        font-size: 3rem;
        font-style: italic;
        font-weight: 300;
        color: #fff;
    }
    #menu_golden h1{
        text-align: center;
        font-size: 3rem;
        font-style: italic;
        font-weight: 300;
        color: #fff;
    }

    #menu_season h1{
        text-align: center;
        font-size: 3rem;
        font-style: italic;
        font-weight: 300;
        color: #fff;
    }

    /* 各パッケージリスト
    --------------------------------------------------------- */
    #package_list_pdf{
        padding: 4rem 0;
        background-color: #fff;
    }
    #package_list_pdf p{
        font-weight: 300;
        font-size: 1.2rem;
        line-height: 2.5rem;
    }
    #package_list_pdf a{
        color: #000;
    }
    /* JAPAN Package
    --------------------------------------------------------- */
    #package_map{
        background-image: url("../../package/images/top_back.jpg");
        background-position: center center;
        background-repeat: no-repeat;
    /*    background-attachment: fixed;*/
        background-size: cover;
        padding: 1rem;
    }
    #package_map h1{
        font-weight: 300;
        font-size: 3rem;
        margin-bottom: 1rem;
        font-style: italic;
        color: #fff;
    }
    #package_map img{
        width: 100%;
    }
    .map_wrapper{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
        padding: 0 4%;
    }
    .map_wrapper article{
        width: 100%;
        margin-top: 2rem;
    }
    .package_map_article{
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        padding: 0 4%;
    }
    #package_list {
        background-color: #efefef;
        display: flex;
    }
    #package_list article{
        width: 100%;
        margin-top: 1rem;
        background-color: #fff;
        padding: 1rem;
    }
    #package_list article img{
        width: 100%;
    }
    .package_list_article{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
        padding: 0 4%;
    }
    #package_list h2{
        font-weight: 300;
        font-size: 2rem;
        margin-top: 1rem;
        margin-bottom: 0.5rem;
        color: #000;
        font-style: italic;
        color: #ce2e41;
    }
    #package_list p{
        line-height: 2rem;
    }
    .package_list_btn{
        margin-top: 1.2rem;
        text-align: center;
        margin-bottom: 1rem;
    }
    .btn--red,
    a.btn--red {
        color: #fff;
        background-color: #ce2e41;
        padding: 0.5rem 2rem;
    }
    a.btn--radius {
       border-radius: 100vh;
    }
}

/* モバイル設定 各パッケージ
--------------------------------------------------------- */
@media (max-width: 720px){
    .wrap {
        width: 700px;
        margin: 0 auto;
    }
    #package_list_pdf{
    padding: 4rem 4%;
    background-color: #fff;
    display: flex;
    }
    #package_list_pdf p{
        font-weight: 300;
        font-size: 1.2rem;
        line-height: 2.5rem;
    }
    #package_list_pdf a{
        color: #000;
}
}