@charset "utf-8";


/* =メインビジュアル
------------------------------------------------------------------------------ */

.eyecach {
	position: relative;
	padding-top:50%;
	/* background-color: rgba(163,117,91,0.5); */
}

/* 画像 */

.eyecach img {
	position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}


/* 動画 */

.videoWrap {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
}
.videoWrap video {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	aspect-ratio: 16 / 9;
    min-height: 100%;
    min-width: 100%;
}

/* pc用 */

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

.eyecach {
	padding-top: 40%;
}

}





/* =四季を感じる…
------------------------------------------------------------------------------ */

#welcome{
	background-image: url(../images/conseptback.jpg);
	background-position: center;
	background-size: cover;
	padding: 100px 0;
}
#welcome h2 {
	font-size: 25px;
	margin-bottom: 50px;
}
.welcome_in{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(255, 255, 255, 0.6);
	/* background-image: url(../assets/images/mugi.png);
	background-position: left top;
	background-size: 120px auto; */
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
	padding: 80px 30px;
    border-radius: 20px;
	position: relative;
}
.welcome_in img {
    position: absolute;
	right: 0;
	bottom: 0;
}
.welcome_in > div {
	max-width: 450px;
} 
.welcome_in p {
	font-size: 17px;
	margin-bottom: 2em;
	line-height: 2;
}
.welcome_in p span {
	display: inline-block;
}
.welcome_in p br {
	display: none;
}
.welcome_in p br.sp {
	display: block;
}

/* pc用 */
@media screen and (min-width:769px) {
	.welcome_in p span {
		display: inline;
	}
	.welcome_in p br {
		display: block;
	}
}

/* =SHUNのパン
------------------------------------------------------------------------------ */
 #bread { 
	background-image: url(../images/pat02.png);
} 
#bread ul {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	flex-wrap: wrap;
	
}
#bread ul li {

	margin: 1em;
}
#bread ul li:nth-child(3n+3) {
	width: 100%;
}
#bread ul li img {
	display: block;
	margin: 0 auto;
	width: 120px;
}

#bread ul li:last-child img {
	width: 170px;
}



#bread ul li:nth-child(1) img {animation-delay: 0;}
#bread ul li:nth-child(2) img {animation-delay: 0.2s;}
#bread ul li:nth-child(3) img {animation-delay: 0.4s;}
#bread ul li:nth-child(4) img {animation-delay: 0.2s;}
#bread ul li:nth-child(5) img {animation-delay: 0.4s;}
#bread ul li:nth-child(6) img {animation-delay: 0.6s;}
#bread ul li:nth-child(7) img {animation-delay: 0.2s;}
#bread ul li:nth-child(8) img {animation-delay: 0.4s;}

/* pc用 */
@media screen and (min-width:769px) {
    #bread {
        background-image: url(../images/panback.png);
    }

#bread ul li img {
    width: 240px;
}


#bread ul li:last-child img {
    width: 100%;
}

}


/* =商品カテゴリー
------------------------------------------------------------------------------ */

.category{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#category .wrap {
	padding: 0;
}
.category li{
	width: 100%
}
.category li:nth-child(even){
	text-align: right;
}  

/* pc用 */
@media screen and (min-width:769px) {
	#category .wrap {
		padding: 0 4%;
	}  
	.category li{
		width: 25%;
	}
	.category li{
        width: 25%;
    }
    .category li{
        text-align: center;
    }
    .category li:nth-child(even){
        text-align: center;
    } 
    .category li img{
        display: block;
        margin: 0 auto;
        width: 240px;
    }
    .category li:nth-child(7) img{
        width: 210px;
        margin-top: 16px;
    }
}

/* =アクセス
------------------------------------------------------------------------------ */
.access_text {
	border-top: 1px solid #000;
	margin-bottom: 40px;
}
.access_text li{
	border-bottom: 1px solid #000;
	padding: 0.9em;
}
.access_wrap > div img:first-child {
	margin-bottom: 30px;
}

.access_img{
text-align: center;
}
.color{
	background-color: #FFFDEC;
}

/* pc用 */
@media screen and (min-width:769px) {
	.access_wrap {
		display: flex;
		gap: 5.5%;
	}
	.access_wrap > ul {
		width: 52.5%;
		font-size: 1.33em;
	}
	.access_wrap > div {
		width: 42%;
	}
	.access_text li{
		display: flex;
	}
	.access_text li p:first-child {
		width: 126px;
		flex-shrink: 0;
	}
	.access_wrap > ul .access_note {
		display: inline;
		font-size: 15px;
	}
	#access {
		padding-bottom: 100px;
	}
}
