@charset "UTF-8";

/*======================
btn  矢印 
======================*/
.item__btn_menuSp {
    text-align: center;
}

.item__btn_menu {
    text-align: center;
} 

.item__btn3 {
    text-align: center;
}

.stickarrowPc_menu {
    display: none;
}


.stickarrowSp::after {
    display: block;
    content: "";
    width: 150px;
    height: 5px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: skew(45deg);
    margin: 0 auto 0;
}

/* .stickarrowSp:last-of-type {
    margin-bottom: 120px;
} */

@media screen and (min-width: 1200px) {
 
    .mainImg__menuSp,
    .itemH2_sp,
    .mainItem--menu__txtSp,
    .mainItem__txtSmaillSp {
        display: none;
    } 

    .item__btn_menuSp {
        text-align: center;
    }

    .item__btn_menu {
        display: none;
    }

    .stickarrowPc_menu {
        display: block;
    }

    .stickarrowPc_menu::after {
        display: block;
        content: "";
        width: 150px;
        height: 8px;
        border-bottom: 1px solid #000;
        border-right: 1px solid #000;
        transform: skew(45deg);
        margin: 0 auto 80px;
    }

}

.btn_txt {
    background-color: #615C70;
    color: #fff;
    display: block;
    width: 150px;
    height: 43px;
    border-radius: 10px;
    margin: 0 auto;
    padding-top: 10px;
}

.container {
    position: relative;
    background-image: url(../imgs/main.png);
    height: 500px;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.mainCaption {
    padding: 60px 0;
}


/*======================
mainvisual
======================*/
/* sp */
.topTitle {
    position: absolute;
    bottom:  -5%;
    transform: translate(-50%);
    left: 50%;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    font-family: "Noto Serif JP";
    padding-left: 0;
}



.topBtn {
    position: absolute;
    right: 5%;
    width: 160px;
    bottom: -29px;
    padding: 0.5em 1em;
    color: #ffffff;
    background: #615C70;
    border-radius: 10px;
    font-size: 1.5rem;
}

.arrow {
    position: absolute;
    top: 20px;
    left: -35px;
    
}

.btn_txt_top {
    position: relative;

}

.btn_txt_top::after { 
    width: 10px;
    height: 10px;
    border: 1px solid;
    border-color: #ffffff #ffffff transparent transparent;
    transform: rotate(45deg);
    content: '';
    position: absolute; 
    top: 7px;
    right: -23px;
    bottom: 0;
    margin: auto;
} 

.topLogo {
    width: 176px;
    position: absolute;
    transform: translate(-50%);
    left: 50%;
    top: 18px;
}

/* mainVisual　タブレット〜PC */
@media screen and (min-width: 768px) {

    .topBtn {
        position: absolute;
        top: 93%;
        right: 5%; 
        width: 200px;
        height: 105px;
        padding: 1.5em 2em;
        color: #ffffff;
        background: #615C70;
        border-radius: 15px;
        font-size: 1.8rem;
    }

    .arrowSp::after { 
        width: 15px;
        height: 15px;
        border: 1px solid;
        border-color: #ffffff #ffffff transparent transparent;
        transform: rotate(45deg);
        content: '';
        margin: auto;
    } 

    br {
        display: block;
    }


    .item__wrap {
        display: flex;
        max-width: 1440px;
        margin: 0 auto;
    }

    .mainVsiualSp {
        display: none;
    }

    .arrowSp_top::after { 
        width: 10px;
        height: 10px;
        border: 1px solid;
        border-color: #ffffff #ffffff transparent transparent;
        transform: rotate(45deg);
        content: '';
        position: absolute;
        top: -78px;
        left: 133px;
        bottom: 0;
        margin: auto;
    } 


} 




@media screen and (min-width: 679px) {

    .container {
        position: relative;
        display: block;
        background-image: url(../imgs/main.jpg);
        height: 800px;
        width: 100%;
        background-size: cover;
        background-position: center;
    }

    .topTitle {
        display: block;
        position: absolute;
        bottom: 0;
        transform: translateX(-50%);
        left: 50%;
        color: #fff;
        font-size: 3rem;
        font-family: "Noto Serif JP";
        }
    
    


    .mainCaption {
        margin: 120px auto;
    }


    .topLogo {
        width: 260px;
        position: absolute;
        transform: translate(-50%);
        left: 50%;
        top: 18px;
    }
    
}




/*======================
SVGアニメーション
======================*/
/* 　SP */
.wrapperSp {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.svg {
    position: absolute;
    bottom: 34px; 
    left: 50%;
    transform: translateX(-50%);
    width: 80vw;
}

.svgImg {
    width: 100%;
}

/* SVGアニメーション　PC */
@media screen and (min-width: 679px) {

    .wrapperSp {
        display: block;
    }

    .svgPc {
        display: block;
    }

    .svg {
        width: 679px;
        position: absolute;
        bottom: 140px;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .wrapperSp {
        position: absolute;
        left: 50%;
        width: 600px;
        transform: translateX(-50%);
        }
    
    }

/*========= 手書き風にするためのCSS ===============*/

/* マスクをするパスの設定*/
#mask .stSp{
    fill:#00000000;
    stroke:#fff;
    stroke-width:120;/*線の太さを指定する*/
    stroke-linecap:round;
    /* stroke-linejoin:round; */
    stroke-miterlimit:10;
    stroke-dasharray: 1500; /* 線の間隔を指定する */
    stroke-dashoffset:1500; /* 線の位置を指定する */
}

@media screen and (min-width: 769px) {
#mask .svgPc{
    fill:#00000000;
    stroke:#333;
    stroke-width:110;/*線の太さを指定する*/
    stroke-linecap:round;
    /* stroke-linejoin:round; */
    stroke-miterlimit:10;
    stroke-dasharray: 1500; /* 線の間隔を指定する */
    stroke-dashoffset:1500; /* 線の位置を指定する */
}
}




/*======================
mainキャプション
======================*/
/* mainキャプション 修正 */

.mainCaptionTxt {
    display: block;
    padding: 0 5% 0;
    /* text-align: justify; */
    text-align: center;
    font-size: 1.5rem;
    line-height: 2em;
}

.mainCaptionTxt_br {
    display: none;
}

    .mainCaptionTxt_br {
        display: block;
    }


/*======================
item
======================*/
/* section wap */

/* about/h2 */
.itemH2 {
    font-size: 6rem;
    text-align: left;
    color: #CAC1C7;
    text-align: center;
    font-family: "Kaisei HarunoUmi", serif;
    margin: 0 auto 20px;
} 


.itemH2_sp {
    font-size: 6rem;
    text-align: left;
    color: #CAC1C7;
    text-align: center;
    font-family: "Kaisei HarunoUmi", serif;
    margin: 30px auto 10px;
} 

.stickarrowSpMenu::after {
    display: block;
    content: "";
    width: 150px;
    height: 5px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: skew(45deg);
    margin: 0 auto 45px;
}

.itemPc__about {
    padding: 60px 0;
    height: 360px;
}


.mainItem__txtSmaill {
    font-size: 1.4rem;
    text-align: center;
    padding:  0 30px 0;
    margin-bottom: 43px;
}

.mainItem--menu__txt__pc {
    display: none;
}

.mainItem--menu__txt {
    display: block;
    text-align: center;
    margin-bottom: 20px;
    padding: 0 7% 0;
    font-size: 1.8rem;
}


.mainImg__menu {
    display: none;
    
}

.menu__title2 {
    display: none;
}

.mainImg__menu2 {
    transform: scale(1);
    display: block;
    margin-bottom: 0;
}

.mainImg__menu2 {
    display: none;
} 


.itemPc__box_3 {
    margin-bottom: 220px;
    padding: 60px 0;
    height: 360px;
}

.aboutImgWap,
.reserve  {
    width: 100vw;
    text-align: center;
}

/* event */
.mainItem--menu__txtSp1 {
    margin-bottom: 20px;
}

.item__txt {
    text-align: center;
    margin-bottom: 20px;
}


/* top item x3 H2 */
@media screen and (min-width: 1200px) {
    .itemH2 {
        font-size: 8rem;
        text-align: left;
        color: #CAC1C7;
        text-align: center;
        font-family: "Kaisei HarunoUmi", serif;
        margin: 100px auto 80px;
    } 
    
    
    .itemH2_02 {
        font-size: 8rem;
        text-align: left;
        color: #CAC1C7;
        text-align: center;
        font-family: "Kaisei HarunoUmi", serif;
        margin: 120px auto 80px;
    }

    /* about */
    .aboutImg {
        display: block;
    }

    .aboutImgWap {
        width: 600px;
    }

    .itemPc__about {
        width: 600px;
        padding: 0;
    }
    

    .item__txt {
        text-align: center;
        margin-bottom: 80px;
        font-size: 1.8rem;
    }

    .mainItem--menu__txt {
        text-align: center;
        margin-bottom: 20px;
        font-size: 1.8rem;
    }
    
    .itemPc__box {
        width: 50vw;
    }

    .itemPc__box_3 {
        width: 50vw;
    }


    .menu {
        margin: 0 auto;
        width: 1200px;
    }


.mainImg__menu2 {
    transform: scale(1);
    display: block;
    margin-bottom: 0;
}

.reserve {
    width: 1200px;
    margin: 0 auto;
}


.menu__title {
    font-family: "Kaisei HarunoUmi", serif;
    font-size: 8rem;
    color: #CAC1C7;
    display: block;
    margin: 80px auto 80px;
    padding: 0 14%;
    text-align: center;
} 

.about {
    width: 1200px;
    margin: 0 auto;
}


.menu__title2 {
    font-family: "Kaisei HarunoUmi", serif;
    font-size: 8rem;
    color: #CAC1C7;
    display: block;
    margin: 80px auto 80px;
    padding: 0 29%;
} 

.menu__title3 {
    font-family: "Kaisei HarunoUmi", serif;
    font-size: 8rem;
    color: #CAC1C7;
    display: block;
    margin: 80px auto 80px;
}


} 


.mainItem--menu__txtSp {
    text-align: center;
    margin: 0 auto 20px;
}

.mainItem--menu__txtSp1 {
    text-align: center;
    margin: 0 auto 20px;
}

.mainItem__txtSmaillSp {
    text-align: center;
    margin-bottom: 40px;
    padding: 0 7% 0;
    font-size: 1.4rem;
}


@media screen and (max-width: 1200px) {
    .menuImgWapSp {
        text-align: center;
    }

    .itemH2_02 {
        display: none;
    } 

    .mainItem--menu__txt {
        display: none;
    }

    .mainItem__txtSmaill {
        display: none;
    }


}


@media screen and (min-width: 1200px) {

.item_02 {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
}

.item_01 {
    margin: 0 auto;
    display: flex; 
}

.mainImg__menuSp {
    width: 600px;
}

    .item__btn3 {
        margin-bottom: 60px;
        text-align: center;
    }

    .menu__title3 {
        display: none;
    }



    .menuImgWap,
    .reserveImgWap {
        display: block;
        width: 50vw;
    }

}



