@charset "utf-8";

/* 共通部分 */

.common_bg {
    background-size: cover;
    height: 90vh;
}

.contents_width {
    max-width: 1280px;
    margin: 0 auto;
}


.common_left {
    top: 0;
}

.text_2 {
    right: 0;
    background: rgba(255, 255, 255, 0.8);
    display: inline-block;
    margin-top: 150px;
}

.common_text {
    color: #A6192E;
    font-size: 1.7rem;
    margin-bottom: 20px;
    font-family: TsukuminPr6-M;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.common_right button {
    text-align: center;
}

.common_img {
    position: sticky;
    width: 100%;
    height: 120vh;
}

.text_2 a {
    background: #7E7F74;
    color: #ffffff;
    padding: 10px 25px;
    margin-top: 10px;
    display: inline-block;
}

.text_2_right {
    text-align: right;
    padding: 45px 160px 45px 0;
}

.text_2_left {
    text-align: left;
    padding: 45px 0 45px 190px;
}


/* header */

h1 {
    color: #ffffff;
    font-size: 5.5rem;
    margin-top: -0px;
}

.main_visual_small {
    font-size: 1.7rem;
}

.five {
    font-size: 2.8rem;
}

.top_header {
    background: #ffffff;
    opacity: 0.8;
}

.common_right {
    text-align: right;
}

.common_left {
    text-align: left;
}


/* main_visual */

.main_visual_area {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100vh;
    min-height: 500px;
    opacity: 1;
}

.main_visual {
    width: 100%;
    animation: zoomUp 5s linear 0s 1 normal both;
}

.main_texts {
    position: relative;
    padding-top: 140px;
    margin: 0 auto;
    max-width: 1280px;
}

.main_text_flex {
    display: flex;
    justify-content: space-between;
}

.right_text {
    padding-left: 20px;
}

.left_text h1 {
    margin-bottom: 30px;
}

.main_visual_foot {
    text-align: center;
    position: relative;
    padding: 300px 0 80px;
    background-image: url("../images/white.png");
    background-size: cover;
}

.foot_flex {
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.foot_flex_left {
    padding-right: 40px;
}

.foot_flex_right {
    padding-left: 120px;
}

.red_number {
    color: #A6192E;
    font-size: 2.2rem;
}

.season {
    padding-top: 20px;
    font-family: TsukuminPr6-M;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.carousel_area {
    position: relative;
    text-align: center;
    background: #E8E6DF;
    padding: 20px 0;
}

.slider {
    /*横幅94%で左右に余白を持たせて中央寄せ*/
    width: 94%;
    margin: 0 auto;
}

.slider img {
    width: 100%;
    /*スライダー内の画像を横幅100%に*/
    height: auto;
}


/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin: 0 10px;
}


/*ドットナビゲーションの設定*/

.slick-dots {
    text-align: center;
    margin: 20px 0 0 0;
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    display: block;
    border-radius: 50%;
    background: #ccc;
}


/* concept */

.concept_bg {
    background-attachment: fixed;
    background-image: url("../images/concept_img.png");
}

.white_bg {
    background: #ffffff;
    position: relative;
    z-index: 5;
}


/* location */

.location_bg {
    background-image: url("../images/location_img.png");
    background-attachment: fixed;
}


/* acces */

.acces_bg {
    background-image: url("../images/acces_img.png");
    background-attachment: fixed;
}


/* plan */

.plan_bg {
    background-image: url("../images/plan_img.png");
    background-attachment: fixed;
}

@keyframes zoomUp {
    0% {
        transform: scale(1);
    }
    100% {
        transform: translateY(-15vh)
    }
}

@media screen and (min-width: 1441px){
    .main_visual_foot{
        padding: 350px 0 80px;
    }
}

@media screen and (min-width: 769px) {
    /*#main_visual {
        height: 100vh;
    }  */
    .common_bg {
        opacity: 0;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        -ms-transition: all 1s;
        transition: all 1s;
    }
    .fade_on {
        opacity: 1;
    }
    .main_visual{
        height: 130vh;
    }
    .text_2_right {
        width: 660px;
    }
    .text_2_left {
        width: 660px;
    }
}

@media screen and (min-width: 481px) {
    .foot_season_sp {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .main_visual {
        height: 630px;
    }
    .main_visual_area {
        padding-top: 50px;
    }
    .left_text img {
        width: 40%;
        padding-left: 20px;
    }
    .main_texts {
            padding-top: 120px;
    }
    .main_visual_foot {
        padding: 130px 0 40px;
    }
    .foot_flex {
        padding-right: 55px;
    }
    .foot_flex_right {
        padding: 0;
    }
    .foot_flex_left {
        margin-left: -35px;
    }
    .foot_flex_left img {
        width: 65%;
    }
    .foot_flex_center {
        margin-left: -80px;
    }
    .foot_flex_center img {
        width: 75%;
    }
    .foot_flex_left {
        padding-right: 0px;
    }
    .sliderArea {
        width: 98%;
        margin: 0 auto;
    }
    .common_bg {
        height: 590px;
        background-size: cover;
        background-position: center;
    }
    .common_text {
        font-size: 1.3rem;
    }
    .text_2 {
        margin-top: 30px;
    }
    .text_2_right {
        padding: 45px 100px 45px 45px;
        max-width: 500px;
        width: 80%;
    }
    .text_2_left {
        padding: 45px 0 45px 100px;
        max-width: 500px;
        width: 80%;
    }
    @keyframes zoomUp {
        0% {
            transform: scale(1);
        }
        100% {
            transform: translateY(-10vh)
        }
    }
}

@media screen and (max-width: 480px) {
    .main_visual_area {
        padding-top: 170px;
    }
    .main_visual_foot {
        padding: 140px 0 10px;
    }
    .foot_flex_right {
        display: none;
    }
    .foot_flex_center img {
        width: 60%;
    }
    .foot_flex_left img {
        width: 50%;
    }
    .left_text img {
        width: 55%;
    }
    .season {
        font-size: 0.7rem;
    }
    .foot_flex {
        padding: 0;
    }
    .sliderArea {
        width: 90%;
        margin: 0 auto;
    }
    .common_bg {
        height: 400px;
    }
    .text_2 {
        margin-top: 50px;
    }
    .text_2_right,
    .text_2_left {
        padding: 30px;
    }
    .common_text {
        font-size: 3.55vw;
        margin-bottom: 0;
    }
    .text_2 a {
        font-size: 2.8vw;
    }
    .common_headding_img {
        width: 50%;
    }
    @keyframes zoomUp {
        0% {
            transform: scale(1);
        }
        100% {
            transform: translateY(-10vh)
        }
    }
}