@charset "UTF-8";
/* font-family: "Merienda", cursive;*/
/*基本*/
:root{
	--v-space:clamp(90px,9vw,120px);
}
	
body{
margin:0;
background-color: #fff;
color: #6b5e56;

}

img{
    display: block;
	max-width:100%;
	height:auto;
	
	}

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

h1,h2,h3,h4,h5.h6,p{
    margin:0;

}

li{
    font-family: "Shippori Mincho", serif;
}

/*リンク*/
a{
	color:inherit;
	text-decoration:none;
	
	}

a:hover{
	filter:brightness(90%) contrast(120%);
	
	}

/*ヘッダー*/
.header{
    height:135px;
    background-color: #fffbec;
}

.header-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height:100%;
}

/*横幅と左右の余白*/
.w-container{
    width:min(92%,1166px);
    margin:auto;
    position: relative;
}

/*ナビゲーションボタン*/
.navbtn{
    padding:0;
    outline:none;
    border:none;
    background:transparent;
    cursor: pointer;
    color:#b4bc4e;
    font-size: 30px;
}

.open .navbtn{
    z-index: 110;
    color: #fffbec;
}

.navbtn .fa-bars{
    display: revert;
}

.open .navbtn .fa-bars{
    display: none;
}

.navbtn .fa-times{
    display: none;
}

.open .navbtn .fa-times{
    display: revert;
}

@media(min-width:768px){
    .navbtn{
        display: none;
    }
}

/*ナビゲーションメニュー：モバイル*/
@media(max-width:767px){
    .nav{
        position: fixed;
        inset: 0 -100% 0 100%;
        z-index: 100;
        background-color: #6b5e56;
        transition: transform 0.3s;
    }

    .open .nav{
        transform: translate(-100%,0);
    }

    .open body{
        position: fixed;
        overflow: hidden;
    }

    .nav ul{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        gap: 40px;
        color: #fffbec;
    }
}

/*ナビゲーションメニュー：pc*/
@media(min-width:768px){
    .nav ul{
        display: flex;
        gap: 40px;
        color: #6b5e56;
    }
}

/*ヒーロー*/
.hero{
    height:650px;
    background-image:url(image/hero.JPG);
    background-position: center;
    background-size: cover;
    background-color:#fffbec;
    margin-bottom: 30px;
}

/*タイトルとサブタイトル（抹茶色で装飾）*/
.heading-decoration{
    font-size:clamp(30px,3vw,40px);
    min-height:0vw;
    font-weight:400;
    font-family: "Kaisei HarunoUmi", serif;
}

.heading-decoration::after{
    display:block;
    content:'';
    width: 160px;
    height: 0px;
    border-top: solid 1px #b4bc4e;
    margin-top: 0.6em;
}

/*パーツ見出し*/
.heading{
    position:absolute;
    top:calc((var(--v-space) + 0.6em) * -1);
    font-family: "Kaisei HarunoUmi", serif;
    font-size: clamp(40px,5.2vw,70px);
    min-height: 0vw;
    font-weight: 300;
    
}

/*画像と文章*/
.imgtext{
    padding:clamp(90px,9vw,120px) o;
    background-color:#fffc;
    font-family: "Shippori Mincho", serif;

    
}

.imgtext + .imgtext {
    padding-top: 0;
}

.imgtext-container{
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    gap:clamp(45px,6vw,80px);
}

h3{
    font-weight: 100;
}

/*PC*/
@media (min-width:768px){
    .imgtext-container{
        flex-direction: row;
        align-items: center;
    }

.text{
    min-width: 17em;
}

.imgtext-container.reverse{
    flex-direction: row-reverse;
}

}

/*グッズ*/
.goods{
    padding: var(--v-space) 0;
    background-color:#fffbec;
    font-family: "Shippori Mincho", serif;
    text-align: center;

}

/*モバイルのみ*/
@media(max-width:767px){
    .post{
        margin-bottom: 30px;
    }
}

/*グッズPC*/
@media(min-width:768px){
    .posts-container{
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 32px 25px;
        margin:revert;
    }
}

/*フッター*/
.footer{
    padding:70px 0;
    font-size: 13px;

}

.footer-container{
    display: grid;
    gap: 50px;
    justify-items: center;
    
}

/*PC*/
@media(min-width:768px){
    .footer-container{
        grid-template-columns: auto auto;
        grid-template-rows: auto auto auto;
        gap: 20px;
    }

    .footer-container > .footer-site{
        margin-bottom: 20px;

    }

    .footer-container > *:not(.footer-sns){
        justify-self: start;
    }

    .footer-container > .footer-sns{
        grid-column: 2;
        grid-row: 1 / 4;
        justify-self: end;
        align-self: center;
    }

}

/*フッターSNSメニュー*/
.footer-sns{
    display: flex;
    gap: 24px;
    font-size: 24px;
}

.footer-sns a{
    display: grid;
    place-items: center;
    width: 36px;
    aspect-ratio: 1 / 1;
    background-color: #b4bc4e;
    color: #fffbec;
    clip-path: circle(50%);
}

@supports not (aspect-ratio: 1 /1){
    .footer-sns a{
        height: 36px;
    }
}

.footer-sns svg{
    fill:#fffbec;

}

/*フッター：テキストメニュー*/
.footer-menu{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap:20px;
}

.footer-copy{
    font-family: "Shippori Mincho", serif;

}