@charset "UTF-8";

body {
    margin: 0 auto;
    font-family: 'Noto Serif JP',
        serif;
}

.wrap {
    width: 1280px;
    margin: 0 auto;
}


.scalloped {
    position: fixed;

}

.scalloped img {
    width: 100%;
}



/*　ハンバーガーボタン　*/
.hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    text-align: center;
    cursor: pointer;
    margin-left: 24px;
}

.hamburger span {
    display: block;
    position: absolute;
    width: 36px;
    height: 2px;
    background: #c7a50c;
    transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
    top: 25px;
}

.hamburger span:nth-child(2) {
    top: 36px;
}

.hamburger span:nth-child(3) {
    top: 47px;

}

.menu {
    font-family: 'PT Serif',
        serif;
    font-size: 24px;
    font-style: italic;
    color: #c7a50c;
    letter-spacing: 0.32em;
    padding-left: 20px;
    position: fixed;
    display: block;
    top: 20px;
    margin-left: 60px;
}

.scallopedright {
    text-align: right;
    margin-top: -60px;


}

.scallopedright img {
    width: auto;
    margin-left: auto;
    margin-right: 25px;
}


/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
    top: 16px;
    background: #544e4e;
    transform: rotate(-45deg);

}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
    top: 16px;
    background: #544e4e;
    transform: rotate(45deg);

}


nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #fff;
    background: #f8eeee;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
    visibility: hidden;
}

nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
}

nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    transition: .4s all;
}

nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
}

nav.globalMenuSp ul li:hover {
    background: #ddd;
}

nav.globalMenuSp ul li a {
    display: block;
    color: #544e4e;
    padding: 1em 0;
    text-decoration: none;
    font-family: 'PT Serif',
        serif;
    font-size: 32px;
    padding-left: 130px;
    background-position: left 76px center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-image: url("img/papillon-stop-gold.png");
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    opacity: 100;
    width: 50%;
    visibility: visible;

}

/* main */

.top-page {
    padding-top: 130px;
    display: flex;
    align-items: center;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 150px;
}

h1 {
    text-align: center;
}

h1 img {
    width: 70%;
}

.top-page p {
    font-family: 'Noto Serif JP',
        serif;
    font-size: 20px;
    font-weight: 700;
    color: #c7a50c;
    margin-top: 40px;
    line-height: 168%;
    letter-spacing: 0.1em;
    text-align: center;


}

.top-picture {
    width: 65%;
    padding-left: 30px;
}

.top-picture img {
    width: 423px;
    height: auto;
    object-fit: cover;
    border: 10px solid #FFF;
    box-shadow: 0 0 5px rgba(111 104 104);

}

/* Newsページーーーーーーーーーーーーー */

#news {
    padding-top: 150px;
    margin: 0 auto;
    background: #fffeef;
}

.newsbox {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding-bottom: 100px;
}

h2 {
    font-family: 'PT Serif',
        serif;
    font-size: 40px;
    font-style: italic;
    color: #544e4e;
    padding-left: 160px;
    background-position: left 100px center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-image: url("img/papillon-gold.gif");
    height: 50px;

}

.event {
    font-family: 'Noto Serif JP',
        serif;
    font-size: 22px;
    line-height: 2.5;
    list-style: disc outside;
    margin-left: 120px;
}

.news-btn {
    display: flex;
    align-items: stretch;
    padding-bottom: 150px;

    justify-content: center;
    gap: 100px;
}

.botton {
    transition: .2s cubic-bezier(0.44, 0, 0.55, 1);
}

.botton {
    background: #ffffff;
    border: 2px solid #c7a50c;
    color: #c7a50c;
    display: flex;
    align-items: center;
    font-family: 'Noto Serif JP',
        serif;
    font-size: 24px;
    letter-spacing: 0.05em;
    font-weight: 700;
    width: 340px;
    height: 85px;
    padding: 20px 20px;
    text-align: center;
    justify-content: center;
}

.botton span {
    font-size: 16px;
    display: inline-block;
}

/* Conceptページーーーーーーーーーーーーーー */


#concept {
    padding-top: 150px;

}

#concept h2 {
    background-image: url(img/papillon-stop-gold.png);
}

.conceptbox {
    padding: 70px 60px 150px 100px;
}

.concept_lead h3 {
    font-family: 'Noto Serif JP',
        serif;
    font-size: 24px;
    line-height: 1.5;
    padding-bottom: 45px;
}

.concept_contanier1 {
    display: flex;
    justify-content: space-between;
    padding-bottom: 70px;

}

.copy {
    font-family: 'PT Serif',
        serif;
    font-size: 32px;
    font-style: italic;
    line-height: 2.0;
    letter-spacing: 0.1em;
    padding-bottom: 35px;
}

.text1 {
    font-family: 'Noto Serif JP',
        serif;
    font-size: 20px;
    line-height: 2.7;
}

.concept_contanier1 img {
    max-width: 300px;

}

.concept_contanier2 {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-right: 40px;
    padding-bottom: 70px;
}

.text2 {
    font-family: 'Noto Serif JP',
        serif;
    font-size: 20px;
    line-height: 2.7;
}

.concept_contanier2 img {
    max-width: 450px;
    margin-left: 100px;

}

.contanier-3 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 70px;
}

.contanier-3 img {
    max-width: 500px;
    margin-right: 100px;
}

.text3 {
    font-family: 'Noto Serif JP',
        serif;
    font-size: 20px;
    line-height: 2.7;
}

.contanier-4 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 40px;
    padding-bottom: 100px;
}

.text4 {
    font-family: 'Noto Serif JP',
        serif;
    font-size: 20px;
    line-height: 2.7;
}

.contanier-4 img {
    max-width: 500px;
    margin-left: 50px;
}

.contanier-5 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-right: 40px;
}

.concept_contanier5 img {
    max-width: 450px;
    margin-right: 60px;
    padding-left: 50px;
}

.text5 {
    font-family: 'Noto Serif JP',
        serif;
    font-size: 20px;
    line-height: 2.7;
}

/* collectionページーーーーーーーーーーーーーーーーーーーーーー */

#collection {
    padding-top: 150px;
    background: #fffeef;
}

#collection h2 {
    background-image: url(img/papillon-stop-gold.png);
}

.collection_lead {
    line-height: 2.7;
    font-size: 20px;
}

.collectionbox {
    padding: 30px 100px 150px;
}

.collection-contanier1 {
    padding-top: 50px;
    display: flex;
    column-gap: 28px;
    margin-bottom: 50px;
}

.collection-contanier1 img {
    padding-bottom: 20px;

}

.collection-contanier2 {
    display: flex;
    column-gap: 28px;
    margin-bottom: 50px;
}

.collection-contanier2 img {
    padding-bottom: 20px;
}

.collection-btn {
    padding-top: 80px;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 100px;
}

/* Reformページーーーーーーーーーーーーーーーーーーーー */

#reform {
    padding-top: 150px;
}

#reform h2 {
    background-image: url(img/papillon-stop-gold.png);
}

.reformbox {
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 150px;
}

.reform_read {
    padding-top: 30px;
    padding-bottom: 50px;
    font-size: 20px;
    line-height: 2.7;
}

.reform-contanier {
    display: flex;
    padding-bottom: 70px;
    align-items: center;
}

.reform-contanier img {
    border-radius: 15px;
}

.reform-contanier a {
    font-size: 24px;
    padding-left: 110px;
    background-position: left 80px center;
    background-repeat: no-repeat;
    background-size: 25px 20px;
    background-image: url("img/sozai_cman_jp_20230531121031.png");
    height: 30px;
    text-decoration-line: underline;
}

.example-contanier ul {
    display: flex;
    column-gap: 30px;
}

.reform-btn {
    padding-top: 100px;
}

.reform-btn .botton {
    margin: 0 auto;
}

/* ShopInformationページーーーーーーーーーーーーーーー */

#information {
    padding-top: 150px;
    background-color: #fffeef;
}

#information h2 {
    background-image: url(img/papillon-stop-gold.png);
}

.pressrelease {
    padding-top: 20px;
    padding-left: 215px;
    padding-bottom: 70px;
}

.pressrelease-btn {
    background: #ffffff;
    border: 2px solid #c7a50c;
    color: #c7a50c;
    display: flex;
    align-items: center;
    font-family: 'Noto Serif JP',
        serif;
    font-size: 20px;
    letter-spacing: 0.05em;
    font-weight: 700;
    width: 345px;
    height: 53px;
    padding: 20px 20px;
    text-align: center;
    justify-content: center;
}

.infobox {
    padding-left: 120px;
    padding-right: 100px;


}

.infobox p {
    font-family: "Noto Sans JP";
    font-size: 24px;
    line-height: 170%;
    letter-spacing: 0.05em;
}


/* 全角スペース必要なところ */
.infobox span {
    padding-left: 1em;
}


.syukugawashop {
    display: flex;
    align-items: center;

}

/* ダイヤマーク */
.shop {
    padding-left: 30px;
    background-position: left -1px top 10px;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-image: url("img/dia-mark.png");
}

.syukugawashop img {
    border-radius: 15px;
    margin-left: 20px;
}

.time {
    padding-top: 50px;
    padding-bottom: 150px;
}

.aoyamashop {
    padding-bottom: 70px;

    /* ダイヤマーク */
    padding-left: 30px;
    background-position: left -1px top 10px;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-image: url("img/dia-mark.png");

}

.contact {
    display: flex;
    justify-content: flex-start;

    /* ダイヤマーク */
    padding-left: 30px;
    background-position: left -1px top 10px;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-image: url("img/dia-mark.png");

}

.contact img {
    margin-left: 230px;
    border-radius: 15px;
    margin-top: 40px;
}

.map {
    padding-right: 100px;
    margin-top: -50px;
    padding-bottom: 150px;
}

.map p {
    padding-left: 10px;
    padding-bottom: 15px;
    font-size: 24px;
    font-family: "Noto Sans JP";
    line-height: 170%;
    letter-spacing: 0.05em;

}


/* フッターーーーーーーーーーーーーーーーーーーーーーーーーー */
#footer {
    padding-top: 70px;
    padding-bottom: 70px;
    font-family: 'PT Serif',
        serif;
    font-style: italic;
    font-size: 36px;
    font-weight: 700;
    color: #edc467;
    letter-spacing: 8.28px;
    text-align: center;
    line-height: 1.7;
}



/* スタートページ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */

/* ふわふわする蝶々三匹ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.fuwafuwa-1 {
    animation: fuwafuwa 3s infinite ease-in-out .8s alternate;
    background: url(img/papillon-1.png) no-repeat center center / 35px auto;
    display: inline-block;
    transition: 1.5s ease-in-out;
    position: absolute;
    top: -35%;
    left: 5%;

    width: 50%;
    height: 50%;
}

.fuwafuwa-2 {
    animation: fuwafuwa 3s infinite ease-in-out .8s alternate;
    background: url(img/papillon-2.png) no-repeat center center / 40px auto;
    display: inline-block;
    transition: 1.5s ease-in-out;
    position: absolute;
    top: 5%;
    left: 45%;
    width: 50%;
    height: 50%;
}

.fuwafuwa-3 {
    animation: fuwafuwa 3s infinite ease-in-out .8s alternate;
    background: url(img/papillon-3.png) no-repeat center center / 35px auto;
    display: inline-block;
    transition: 1.5s ease-in-out;
    position: absolute;
    top: 43%;
    left: 8%;
    width: 50%;
    height: 50%;
}


@keyframes fuwafuwa {
    0% {
        transform: translate(0, 0) rotate(-7deg);
    }

    50% {
        transform: translate(0, -7px) rotate(0deg);
    }

    100% {
        transform: translate(0, 0) rotate(7deg);
    }
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */


.start {
    position: relative;
    width: 100%;
    height: 400px;
}


.start img {
    width: 400px;
}

/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */

.fade {
    background: #fff5ef;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fade p {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 9999;


}

.message {
    font-family: 'Noto Serif JP',
        serif;
    font-size: 20px;
    line-height: 168%;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: #c7a50c;
    width: 100%;
    padding-top: 300px;
    text-align: center;

}


/* ------------------------------------------ */