@charset "utf-8";

/*------------------------------------------------------------------
	IDENTIFICATION DIVISION.
	Version.												1.4.1.2;
	PROGRAM-ID.									"ENGLISH"
-------------------------------------------------------------------*/

/*****************************************************
	DATA DIVISION.
	WORKING-STRAGE SECTION.
*****************************************************/



/*****************************************************
	PROCEDURE DIVISION.
*****************************************************/
#wrap h2{
	margin-bottom:0.5em;
}

main{
	font-size:2rem;
}

main h3{
	margin-bottom:0.5em;
	padding:0.5em 1em;
	font-size:2.4rem;
	color:#fff;
	background:#69a45b;
	font-family: "Kiwi Maru", serif;
}


main .note{
	padding:0.3em 0.8em;
	background:#d7e7b9;
	box-sizing:border-box;	
}
main .division:not(last-child){
	margin-bottom:2em;
}
main .division h4{
	margin-bottom:0.8em;
	padding:0.5em 1em;
	color:var(--secondary-color);
	background:#e5ebe0;
	font-family: "Kiwi Maru", serif;
}

main section em{
	color:var(--bold-color);
}

main p.image{
	max-width:100%;
	overflow:hidden;
}
main p.image img{
	max-width:100%;
}

main ul.list{

}
main ul.list li{
	padding-left:1em;
	text-indent:-1em;
}
main ul.list li::before{
	content:"";
	width: 0.5em;
	height:0.5em;
	margin-right:0.5em;
	border-radius:50%;
	display:inline-block;
	background:#69a45b
}

main ul.list li:not(:nth-last-child){
	margin-bottom:0.5em;
}

main p.accent img{
	width:100%;
	height:400px;
	object-fit:cover;
	border-radius:40px;
}


/* buy-online
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
.buy-online{
}

.division.buy-online h4{
	background:none;
	color:#5d382d;
	text-align:center;
	font-weight:400;
	font-size:130%;
}
.buy-online h3 span{
	display:inline-block;
}

.buy-online .btn{
	margin:0 auto;
	width:16em;
	border:1px solid #231815;
	background:#fff;
	border-radius:3em;
}

.buy-online .btn a:link,
.buy-online .btn a:visited{
	color:#5d382d;
}

.buy-online .btn a::after{
	content:"";
	position:relative;
	left:0.3em;
	top:0.1em;
	display:inline-block;
	width:1.6em;
	height:1.1em;
	background:url(../../images/common/icon/shop-b.svg) no-repeat top left;
	background-size:contain;
}

/*-------------------------------------------------------------------
	howto
-------------------------------------------------------------------*/
#howto .btn{
	margin-left:auto;
	margin-right:auto;
	color:#fff;
	background:#f3a537;
	width:90%;
}
#howto .btn a{
	padding:1.5em;
}

#howto .btn a:link,
#howto .btn a:visited,
#howto .btn a:hover{
	color:#fff;
}


/*-------------------------------------------------------------------
	sns
-------------------------------------------------------------------*/
.sns{
	margin-top:2em;
	border:2px solid #679f5a;
	padding:1.2em;
	border-radius:24px;
}
.sns h4{
	padding:0;
	background:none;
	color:var(--secondary-color);
	font-family: "Kiwi Maru", serif;
	font-size:130%;
	text-align:center;
	font-weight:500;
}
.sns h4 span,
.sns h4 small{
	display:inline-block;
}

.sns p{
	color:var(--secondary-color);
	font-family: "Kiwi Maru", serif;
	font-size:130%;
	text-align:center;
}
.sns p span{
	display:inline-block;
}

.sns ul{
	margin:0 auto 1em auto;
	text-align:center;
	display:flex;
	justify-content:space-between;
}

.sns ul li{
	position:relative;

	width:49%;
}

.sns ul li::before{
	content:"";
	display:block;
	margin:0 auto 1em auto;
	width:25%;
	aspect-ratio:1 / 1;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
	z-index:40;
}
.sns ul li.instagram::before{
	background-image:url(../../images/common/icon/instagram-4c.png);
}
.sns ul li.facebook::before{
	background-image:url(../../images/common/icon/facebook-4c.png);
}

.sns ul a{
	position:relative;
	display:block;
	border-radius:2em;
	overflow:hidden;
	padding:0.8em 3em 0.8em 0.5em;
	background:#e4ecd6;
	text-decoration:none;
	box-sizing:border-box;
	transition: ease .2s;
}
.sns ul a span{
	position:relative;
	z-index:10;
}
.sns ul a:hover span{
	color:#fff;
}
.sns ul a::after{
	content:"";
	position:absolute;
	top:0;
	right:0;
	display:block;
	background-color:#679f5a;
	color:#fff;
	width:3em;
	height:100%;
	background-image:url(../../images/common/icon/search.svg);
	background-repeat:no-repeat;
	background-size:50% 50%;
	background-position:40% 50%;
	z-index:10;
}
.sns ul a::before{
	content: '';
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
 	background:  #679f5a;
 	width: 100%;
	height: 100%;
 	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: left top;
}
.sns ul a:hover::before{
	transform-origin:right top;
	transform:scale(1, 1);
}


/*-------------------------------------------------------------------
	access
-------------------------------------------------------------------*/

section.access .btn{
	margin:0 auto;
	max-width:90%;
	width:500px;
	background:var(--primary-color);
}

section.access .btn a{
	color:#fff;
}
section.access .btn a::after{
	position:relative;
	top:0.2em;
	left:0.8em;
	content:"";
	display:inline-block;
	width:1em;
	height:1.2em;
	background:url(../../images/common/icon/pin.svg) no-repeat top center;
	background-size:contain;
	transition:all 0.4s ease;
}

section.access .btn a:hover::after{
	transform:rotateY(180deg);
}

/*-------------------------------------------------------------------
	experience
-------------------------------------------------------------------*/

.experience .image{
	margin-bottom:2em;
	display:flex;
	justify-content:space-between;
}

.experience .image li{
	width:24%;
	overflow:hidden;
	height:250px;
}

.experience .image img{
	width:100%;
	min-height:100%;
	object-fit:cover;
}



.access .image,
.products .image{
	border-radius:24px;
}




@media only screen and (max-width : 784px) {
	main p.accent img{
		height:250px;
	}
	
/*-------------------------------------------------------------------
	marche
-------------------------------------------------------------------*/
.sns ul{
	margin:0 auto 1em auto;
	text-align:center;
	display:flex;
	flex-direction:column;
	gap:2em;
}

.sns ul li{
	width:100%;
	font-size:85%;
}

.sns ul a::after{
	width:2.6em;
	height:100%;
	background-size:40% 40%;
}

/*-------------------------------------------------------------------
	experience
-------------------------------------------------------------------*/

.experience .image{
	flex-wrap:wrap;
	gap:10px;
}

.experience .image li{
	width:48.5%;
	overflow:hidden;
	height:auto;
}

}