@charset "UTF-8";

/*
VARIABLES
================================================ */
:root {
    --light-green: #d5edeb;
    --green: #63dbd0;
    --brown: #403632;
    --light-grey: #eee;
    --white: #fff;
    --oswald-font: "Kaisei Tokumin", serif;
}

/*
LOADING
================================================ */
#loading {
    background-color: rgba(245,222,179,1);
    
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-items: center;
}

#loading p {
    font-size: 1.5rem;
    font-family: var(--oswald-font);
}

/*
SLIDE MENU
================================================ */
/* 開閉ボタン */
.btn-menu {
    position: fixed;
    right: 1rem;
    top: 1rem;
    z-index: 4;
    padding: .5rem 1rem;
    border: 1px solid #432;
    border-radius: 50%;
    height: 4rem;
    width: 4rem;
    transition: .4s;
}
.btn-menu svg {
    fill: #432;
    margin-top: .25rem;
    height: 2rem;
    width: 2rem;
}

/* 閉じるボタン */
#menu-close {
    border: 1px solid #432;
}
#menu-close svg {
    fill: #432;
}

/* スライドメニューパネル */
#menu-panel {
    text-align: center;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 4;
    padding: 8rem 2rem 2rem;
    width: max(30vw, 20rem);
    height: 100vh;
    background-color: wheat;
    box-shadow: 0 0 2rem #432;
    font-family: var(--oswald-font);
    translate: 100vw;
}
.menu-list {
    list-style: none;
}
.menu-list li {
    margin: 1.5rem 0;
    opacity: 0;
}
.menu-list a {
    color: #432;
    text-decoration: none;
    font-size: 2rem;
}



/* 共通部分
------------------------------- */
html {
    font-size: 100%;
}
body{
    font-family: "Kaisei Tokumin", serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.7;
    color: #432;
}
a {
    text-decoration: none;
}
img {
    max-width: 100%;
}
.wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 4%;
}

/* 大きな背景画像 */
.big-bg {
    background-size: cover;
    background-position: center top;
}

/* 見出し */
.page-title {
    font-size: 3rem;
    font-family: 'Philosopher', serif;
    text-transform: uppercase;
    font-weight: normal;
}
.sub-title {
    font-size: 1.375rem;
    padding: 0 8px 8px;
   
    font-weight: normal;
}

/* ボタン */
.button {
    font-family:"Kaisei Tokumin", serif;
    font-size: 1rem;
    background: #432;
    color: #fff;
    border-radius: 50%;
    padding: 18px 32px;
}
.button:hover {
    background: #ff7575;
}

/* iframe */
iframe {
    width: 100%;
}

/* HEADER
------------------------------- */
.page-header {
    display: flex;
    justify-content: space-between;
}
.logo {
    width: 300px;
    margin-top: 14px;
}
.main-nav {
    display: flex;
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-top: 34px;
    list-style: none;
}
.main-nav li {
    margin-left: 36px;
}
.main-nav a {
    font-size: 1rem;
    font-family: "Radley", serif;
    font-weight: bold;
    background-color: #ffffff97;
    color: #432;
    
    margin: 3px;
    padding: 15px;
    border-width: 1px;
    border-radius: 50%;
    border-style: dashed;
}
.main-nav a:hover {
    color: #ff7575;
}

/* HOME
------------------------------- */
#home {
    background-image: url(../images/217430c3-126d-43c9-a1cb-df2e22e12590.jpg);
    background-color: rgba(255, 168, 243, 0.232);
    background-blend-mode: hard-light;
    min-height: 120vh;
}
/*#home .page-title {
    font-family: "Sacramento", cursive;
    
  
  font-style: normal;
}*/

.home-title {
    font-size: 50px;
    font-family: "Kaisei Tokumin", serif;
}


.home-content {
    font-family: "Sacramento", cursive;
    
    font-style: normal;
    text-align: center;
    margin-top: 10%;

}
.home-content p {
    font-size: 2rem;
    margin: 10px 0 100px;
}

#order {
    margin-top: 50px;
    margin-bottom: 50px;
}



/* NEWS about
------------------------------- */
#news {
    background-image: url(../images/LINE_ALBUM_素材_250326_7.jpg);
    height: 180vh;
    margin-bottom: 0px;
}
#news .page-title {
    text-align: center;
    font-family: "Radley", serif;
}
.news-contents {
    
    text-align: center;
    justify-content: space-between;
    margin-bottom: 50px;
    padding: 10px 20px;
    /*background-color: rgba(250, 235, 215, 0.446);*/
    margin-top: 30px;
    font-size: 1.25rem;
    border-radius: 5px;
    line-height: 3;
}

article {
    text-align: justify;
    margin: 20px;
}

.sign{
    text-align: right;
    margin-top: 7%;
}

/* 記事部分 *
article {
    width: 74%;
}
.post-info {
    position: relative;
    padding-top: 4px;
    margin-bottom: 40px;
}
.post-date {
    background: #0bd;
    border-radius: 50%;
    color: #fff;
    width: 100px;
    height: 100px;
    font-size: 1.625rem;
    text-align: center;
    position: absolute;
    top: 0;
    padding-top: 10px;
}
.post-date span {
    font-size: 1rem;
    border-top: 1px rgba(255,255,255,.5) solid;
    padding-top: 6px;
    display: block;
    width: 60%;
    margin: 0 auto;
}
.post-title {
    font-family: "Kaisei Tokumin", serif;
    font-size: 2rem;
    font-weight: normal;
}
.post-title,
.post-cat {
    margin-left: 120px;
}
article img {
    margin-bottom: 20px;
}
article p {
    margin-bottom: 1rem;
}

/* サイドバー *
aside {
    width: 22%;
}
.sub-menu {
    margin-bottom: 60px;
    list-style: none;
}
.sub-menu li {
    border-bottom: 1px #ddd solid;
}
.sub-menu a {
    color: #432;
    padding: 10px;
    display: block;
}
.sub-menu a:hover {
    color: #0bd;
}
aside p {
    padding: 12px 10px;
}

/* MENU gift
------------------------------- */
#menu {
    background-image: url(../images/peachmomo1101D_TP_V.jpg);
    min-height: 100vh;
}
.menu-content {
    max-width: 560px;
    
    text-align: center;
    font-size: 1.75rem;
    border-radius: 5px;
    line-height: 3;
}
.menu-content .page-title {
    text-align: center;
    font-family: "Radley", serif;
    margin: 0px 0px 30px 0px;
}
.menu-content p {
    font-size: 25px;
    
}

/*.grid {
    
  display: flex;
  width: 50%;
  gap: 26px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  margin-top: 6%;
  margin-bottom: 50px;
}*/

.bgcolor{
    background-color: antiquewhite;
}

.map{
    font-family:"Kaisei Tokumin", serif;  
    color: #ff7575;
    border: #ff7575;
}

.map:hover{
    color: white;
    background-color: #ff7575;
    border-radius: 10%;
    

}

.peach-title{
    text-align: center;
    margin-top: 5%;
    font-size: 2rem;
}

.regular-title{
    background-color: white;
    border-radius: 5px;
    width: 200px;
    text-align: center;
    margin-top: 10%;
    border-style: dashed;
    display: block;
    font-size: larger;

}

.regular-content{
    margin-top: 3%;
    font-size: 20px;
    text-align: center;
}

.content-flex{
    display: flex;
    justify-content: space-around;
    margin-top: 5%;
    font-size: 20px;
}

.regular-box2kg,.regular-box3kg{
    width: 45%;
    height: auto;
    text-align: center;
    font-weight: bold;
    padding: 2%;
    
    /*border-radius: 40% 10%/10% 50%;*/
}
.regular-box2kg{
    background-color: #ffa7bf
}
.regular-box3kg{
    background-color: #d0e39b;
}



.calender{
    margin-top: 3%;
}


.small-title{
    background-color: #ffe875;
    border-radius: 5px;
    width: 200px;
    text-align: center;
    margin-top: 10%;
    border-style: dashed;
    display: block;
    font-size: larger;

}

.sizeimage,.smallsize{
    width: 50%;
    /*background-color: #ff7575;
    padding: 3%;
    border-radius: 40% 10%/10% 50%;
    height: 100%;*/
    
}

.smallsize{
    
    margin-left: 3%;
    text-align: left;
    font-size: 20px;
    

}

.gradeb-title{
    background-color: #ad7741;
    border-radius: 5px;
    width: 200px;
    text-align: center;
    margin-top: 10%;
    border-style: dashed;
    display: block;
    font-size: larger;

}

/*.wrapper .grid{
    background-image: url(../images/IMG_1930.jpeg);
    background-repeat: repeat;
}*/


/* CONTACT
------------------------------- */
#contact {
    background-image: url(../images/IMG_847501.JPG);
    /*background-color: rgba(255, 220, 151, 0.576);*/
    background-blend-mode: hard-light;
    min-height: 100vh;
}
#contact .page-title {
    font-family: "Radley", serif;
    margin-bottom: 30px;
}



/* フォーム */
form div {
    margin-bottom: 20px;
}
/*label {
    font-size: 1.125rem;
    margin-bottom: 10px;
    display: block;
}
input[type="text"],
input[type="email"],
textarea {
    background: rgba(255,255,255,.5);
    border: 1px #fff solid;
    border-radius: 5px;
    padding: 10px;
    font-size: 1rem;
}
input[type="text"],
input[type="email"] {
    width: 100%;
    max-width: 240px;
}
textarea {
    width: 100%;
    max-width: 480px;
    height: 6rem;
}
input[type="submit"] {
    border: none;
    cursor: pointer;
    line-height: 1;
}
*/

/* 店舗情報・地図 */
#location {
    padding: 4% 0;
}
#location .wrapper {
    display: flex;
    justify-content: space-between;
}
.location-info {
    width: 23%;
}
.location-info p {
    padding: 12px 10px;
}
.location-map {
    width: 74%;
}

.sub-title{
    font-family: "Kaisei Tokumin", serif;
}
h4.sub-title{
    font-family: "Sacramento", cursive;
    border-bottom: 2px #432 solid;
}

/* SNS */
#sns {
    background: #FAF7F0;
    padding: 4% 0;
}
#sns .wrapper {
    display: flex;
    justify-content: space-between;
}
#sns .sub-title {
    margin-bottom: 30px;
}
.sns-box {
    width: 10%;

}

/* フッター
------------------------------- */
footer {
    
    background: #432;
    text-align: center;
    padding: 26px 0;
}
footer p {
    color: #fff;
    font-size: 0.875rem;
}

/* モバイル版
------------------------------- */
@media (max-width: 600px) {
    #home {
        background-image: url(../images/mobile_bgimg.jpg);
    }
    .big-bg {
        background-size: cover;
        background-position: center top;
    }
    .page-title {
        font-size: 2.5rem;
    }
    .page-header {
        flex-direction: column;
        align-items: center;
    }

    .logo {
        width: 200px;
    margin-top: 30px;
    }

    /* HEADER */
    .main-nav {
        font-size: 1rem;
        margin-top: 100px;
    }
    .main-nav li {
        margin: 0 20px;
    }

    

    /* HOME */

    .home-title {
        margin-top: 50%;
        font-size: 1.75rem;
    }

    .home-content {
        margin-top: 30%;
    }

    .home-content p{
        margin-bottom: 50%;
    }

    /* NEWS about*/
    

    .news-contents {
        flex-direction: column;
        font-size: 16px;
        width: 80%;
	background-color:#ffffffb5;
    }
    #news .page-title {
        margin-top: 30px;
    }
    article,
    aside {
        width: 100%;
    }
    aside {
        margin-top: 60px;
    }
    .post-info {
        margin-bottom: 30px;
    }
    .post-date {
        width: 70px;
        height: 70px;
        font-size: 1rem;
    }
    .post-date span {
        font-size: 0.875rem;
        padding-top: 2px;
    }
    .post-title {
        font-size: 1.375rem;
    }
    .post-cat {
        font-size: 0.875rem;
        margin-top: 10px;
    }
    .post-title,
    .post-cat {
        margin-left: 80px;
    }

    /* MENU */
    #menu {
        background-position: center top;
    }
    .menu-content {
        margin-top: 20%;
    }

    .regular-content,.smallsize {
        font-size: 14px;
    }

    /* CONTACT */
    #contact .page-title {
        margin-top: 40px;
    }

    /* フォーム */
    input[type="text"],
    input[type="email"],
    textarea {
        max-width: 100%;
    }

    /* 店舗情報・地図 / SNS */
    #location .wrapper,
    #sns .wrapper {
        flex-direction: column;
    }
    .location-info,
    .location-map,
    .sns-box {
        width: 100%;
        
    }
    .sns-box {
        margin: 30px; 
        display: flex;
        justify-content: space-between;
        width: 20%;  
    }


}
