@charset "UTF-8";


/* 初期設定 ここから*/
* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul li a,
a {
    text-decoration: none;
    color: #333333;
}


body {
    margin: 0;
    font-family: serif;
}



h2 {
    text-align: center;
    padding-top: 60px;
    font-size: 30px;
    margin: 0;
}

.padding-t {
    padding: 0;
}

/* 初期設定 ここまで*/

/* --------------------------ヘッダーここから----------------------------- */

header {
    background-color: #EFD5E6;
    padding-top: 20px;
    padding-bottom: 20px;

}

h1 {
    color: #333333;
    padding-left: 15px;
    font-size: 25px;
}



#nav-menu ul li a:hover {
    color: #d17ba3;
    transition: color 0.3s ease 0s;
}

/* --------------------------ヘッダーここまで----------------------------- */

/* ふわふわアニメーション共通 */
.fuwafuwa {
    display: inline-block;
    animation: fuwafuwa 2s ease-in-out infinite;
}

@keyframes fuwafuwa {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }

    100% {
        transform: translateY(0);
    }
}

/* ズラす用の遅延クラス */
.delay1 {
    animation-delay: 0s;
}

.delay2 {
    animation-delay: 1.5s;
    /* 少し遅れて動き始める */
}







/* --------------ハンバーガー -------------- */

.menu-toggle {
    display: none;
}

.hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    cursor: pointer;

    /* 右上に配置 */
    position: absolute;
    top: 43px;
    right: 22px;
    z-index: 1001;
}

.hamburger span {
    display: block;
    height: 2.5px;
    width: 100%;
    background: #4b4949;
    border-radius: 2px;
}

@media screen and (max-width: 600px) {
    .hamburger {
        display: flex;
    }

    nav#nav-menu {
        display: none;
        position: absolute;
        top: 1px;
        /* ハンバーガーの下に表示 */
        right: 0;
        background: rgba(249, 234, 241, 0.96);
        width: 440px;
        height: 600px;
        padding: 50px;
        padding-left: 110px;
    }


    #nav-menu ul li a {
        display: flex;
        align-items: center;
        line-height: 50px;
        padding-top: 25px;
        font-size: 20px;
    }

    /* チェックボックスがチェックされていたら表示 */
    .menu-toggle:checked+.hamburger+nav#nav-menu {
        display: block;
    }
}

/* 三本線 → バツ（アニメーションなし） */
.menu-toggle:checked+.hamburger span:nth-child(1) {
    transform: rotate(45deg);
    position: relative;
    top: 5.5px;
}

.menu-toggle:checked+.hamburger span:nth-child(2) {
    display: none;
}

.menu-toggle:checked+.hamburger span:nth-child(3) {
    transform: rotate(-45deg);
    position: relative;
    top: -12px;
}


/* --------------ハンバーガー ----------------- */







/* メインここから */

#Top p {
    border-top: 1.5px double #e9c4e0;
    border-bottom: 1.5px double #e9c4e0;
    border-width: 5px;
    padding: 30px;
    line-height: 30px;
}








.plofile-img {
    width: 390px;
    display: block;
    margin: 0 auto;
}

.comingsoon {
    width: 250px;
    display: block;
    margin: 0 auto;
}

#Gallery ul {
    display: flex;
    padding-bottom: 30px;
    /* list-style: none; */
}



#Top p {
    text-align: center;
}


.container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
}

.side {
    display: flex;
    flex-direction: column;
    gap: 32px;
}




.shop {
    background-color: #ffffff;
    border: #CFCFCF double;
    border-radius: 40px;
    font-size: 18px;
    padding: 15px 60px;
    border-width: 7px;
    display: block;
    width: 200px;
    margin: 0 auto;
}

.shop::before {
    content: "🛒 ";
    font-size: 15px;
}

.shop:hover {
    background-color: #ebe8e8c3;
}

.main img {
    box-shadow: 0 4px 12px rgba(209, 144, 189, 0.66);
    border-radius: 20px;
    width: 140px;
}

.center {
    padding-top: 5px;
}


.shop-btn {
    padding-top: 20px;
}

#LINEStamp {
    padding-top: 20px;
    padding-bottom: 30px;
}

.main {
    text-align: center;
}

.main p {
    font-size: 15px;
    line-height: 22px;
    background-color: #FFE8F8;
    border-radius: 20px;
    padding: 6px;
}

.padding-t {
    padding-bottom: 20px;
}

#Contact p {
    text-align: center;
    padding-top: 0;
    padding-bottom: 30px;
}





#Contact h2 {
    display: block;
    margin: auto;
    width: 390px;
    padding: 30px;
    padding-top: 60px;
    padding-bottom: 0;
}

#Contact a {
    background-color: #ffffff;
    border: #CFCFCF double;
    border-radius: 40px;
    font-size: 14px;
    padding: 15px 51px;
    border-width: 7px;
    display: block;
    width: 200px;
    margin: 0 auto;
}

#Contact a:hover {
    background-color: #ebe8e8c3;
}



#Plofile {
    background: linear-gradient(to bottom, #ffffff, #fdf6f9, #f5dfea9d);
}

#Gallery {
    background: linear-gradient(to bottom, #f5dfea9d, #fdf6f9, #ffffff);
}

#LINEStamp {
    background: linear-gradient(to bottom, #ffffff, #fdf6f9, #f5dfea9d);
}

#Contact {
    background: linear-gradient(to bottom, #f5dfea9d, #fdf6f9, #ffffff);
}








/* メインここまで */







/* -------------------------フッターここから -----------------------------------*/
.nav-list2 ul {
    display: flex;
    justify-content: center;
    padding: 51px;
    gap: 30px;
    border-top: 1.5px dotted #5a5a5a;
    border-bottom: 1.5px dotted #5a5a5a;
}

.rogo {
    padding-bottom: 40px;
}

footer p {
    text-align: center;
    padding-bottom: 40px;
    margin: 0;
    padding-top: 40px;
}


footer {
    background-color: #efd5e6ad;
}



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

    /* ヘッダーここから */

    .nav-list {
        display: flex;
        justify-content: space-around;
        font-size: 17px;
        padding-right: 40px;
    }

    header {
        /* padding-left: 40px; */
    }

    h1 {
        padding-bottom: 18px;
    }



    /* ヘッダーここまで */



    #LINEStamp .container {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 40px;
    }

    #LINEStamp .side {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    #LINEStamp .side img {
        width: 185px;
        height: auto;
    }

    #LINEStamp .main {
        flex: 1;
        text-align: center;
    }

    #LINEStamp .main img {
        max-width: 250px;
        height: auto;
    }

    .main p {
        display: inline-block;
        margin: 0 auto;
        text-align: center;
        max-width: 500px;
        padding: 20px;
        border-radius: 50px;
    }

    .slider {
        padding-left: 30px;
    }

    .center img {
        width: 300px;
    }



    @media screen and (min-width: 1025px) {
        #LINEStamp .main {
            display: flex;
            flex-direction: column;
            /* デフォルト：縦 */
            align-items: center;
            gap: 20px;
        }

        /* タイトルと紹介文を横並びに */
        #LINEStamp .main h2,
        #LINEStamp .main p {
            display: inline-block;
            margin: 0 10px;
        }

        #LINEStamp .main h2 {
            font-size: 32px;
        }




    }



}