@media screen and (max-width: 768px){
	.sakagura .m-box__imgBox{
		display:block;
		text-align: center;
	}

	.sakagura .m-box__imgBox img{
		margin: 10px 0;
	}
}


/*english*/
.en-header .m-header__nav__lists li a{
	font-size: 17px;
}
.en-header .m-header__map{
	width: 160px;
}
.en-header .btn-jp{
	display: block;
	background-color: #000;
	border-radius: 5px;
	padding: 15px 0;
	width: 140px;
	text-align: center;
	color: #fff;
	font-family: "Helvetica",Arial,sans-serif;
	font-size: 17px;
}
.english,
.en-header .m-header__nav__lists li a{
	font-family: "Helvetica",Arial,sans-serif;
}

.english .l-section__inner{
	max-width: 1020px;
}
.english .commit-wrap{
	margin-top: 80px;
}
.english .flex-box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.english .en-ttl{
	text-align: center;
	margin-bottom: 40px;
}
.english h2{
	font-size: 30px;
	text-align: center;
	position: relative;
	display: inline-block;
}
.english h2::after{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #000;
}
.english h3{
	font-size: 24px;
	margin-bottom: 30px;
}
.english p,
.english dd{
	font-size: 17px;
	line-height: 32px;
}
.english .commit-col{
	margin-top: 40px;
}
.english .commit-col dl{
	margin-top: 20px;
}
.english .commit-col dt{
	font-weight: bold;
	font-size: 20px;
	margin-left: 0;
}
.english .commit-col dd{
	margin-inline-start:0;
}
.english .commit-col img{
	margin-bottom: 20px;
}

.english .philosophy-wrap,
.english .collection-wrap,
.english .access-wrap{
	margin-top: 140px;
}
.english .philosophy-wrap__inner{
	max-width: 760px;
	margin: 0 auto;
}
.english .philosophy-wrap__inner img{
	margin-bottom: 20px;
}
.english .philosophy-wrap__col{
	margin-top: 50px;
}
.english .philosophy-wrap__col figure{
	width: 45%;
}
.english .philosophy-wrap__text{
	width: 50%;
}
.english .philosophy-wrap__text h3{
	margin-bottom: 20px;
}
.english .philosophy-wrap__col.rev figure{
	order: 2;
}
.english .rev .pholosophy-wrap__text{
	order: 1;
}

.english .collection-wrap__col{
	max-width: 760px;
	margin: 40px auto 0;
	align-items: center;
}
.english .collection-wrap__col figure{
	width: 35%;
	text-align: center;
}
.english .collection-wrap__text{
	width: 65%;
}
.english .collection-wrap__col.rev figure{
	order: 2;
}
.english .rev .collection-wrap__text{
	order: 1;
}

.english .access-wrap__col{
	margin-top: 50px;
}
.english .access-wrap img{
	margin-top: 20px;
}
.english .access-wrap__text{
	width: 45%;
}
.english .access-wrap__text dl{
	margin-bottom: 40px;
}
.english .access-wrap__text dt{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
.english .access-wrap__text dd{
	margin-inline-start:0;
	font-size: 15px;
	line-height: 28px;
}
.english .access-wrap__map{
	width: 50%;
}
.english .access-wrap__map iframe{
	width: 100%;
	height: 380px;
}

.en-footer{
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
}
.en-footer .m-footer__foot{
	text-align: center;
}
.en-footer .m-footer__foot p{
	font-family: "Helvetica",Arial,sans-serif;
	font-size: 16px;
	line-height: 30px;
}
.en-footer .m-footer__img{
	margin-top: 20px;
}


@media screen and (max-width: 991px){
	.en-header .btn-jp{
		padding: 10px 0;
		font-size: 15px;
	}
	.english .commit-wrap{
		margin-top: 50px;
	}
	..en-footer .m-footer__upper{
		width: 100%;
	}
}
@media screen and (max-width: 767px){
	.en-header .btn-jp{
		width: 100px;
		font-size: 14px;
	}
	.english .commit-wrap{
		margin-top: 30px;
	}

	.english h2{
		font-size: 18px;
	}
	.english h3{
		font-size: 16px;
		margin-bottom: 20px;
	}
	.english p,
	.english dd{
		font-size: 15px;
		line-height: 28px;
	}
	.english .commit-col dl{
		margin-top: 15px;
	}
	.english .commit-col dt{
		font-size: 17px;
	}

	.english .philosophy-wrap,
	.english .collection-wrap,
	.english .access-wrap{
		margin-top: 70px;
	}
	.english .philosophy-wrap__col{
		margin-top: 35px;
	}
	.english .philosophy-wrap__col figure{
		width: 100%;
		order: 2;
		margin-top: 10px;
	}
	.english .philosophy-wrap__text{
		width: 100%;
		order: 1;
	}
	.english .philosophy-wrap__text h3{
		margin-bottom: 10px;
	}
	.english .collection-wrap__col figure{
		width: 100%;
		margin-bottom: 20px;
	}
	.english .collection-wrap__col figure img{
		width: 80px;
	}
	.english .collection-wrap__text{
		width: 100%;
	}
	.english .collection-wrap__text h3{
		text-align: center;
		margin-bottom: 10px;
	}
	.english .collection-wrap__col.rev figure{
		order: 1;
	}
	.english .rev .collection-wrap__text{
		order: 2;
	}

	.english .access-wrap__col{
		margin-top: 30px;
	}
	.english .access-wrap__text{
		width: 100%;
	}
	.english .access-wrap__text dl{
		margin-bottom: 35px;
	}
	.english .access-wrap__text dt{
		font-size: 17px;
		margin-bottom: 10px;
	}
	.english .access-wrap__text dd{
		margin-inline-start:0;
		font-size: 14px;
		line-height: 24px;
	}
	.english .access-wrap__map{
		width: 100%;
	}
	.english .access-wrap__map iframe{
		width: 100%;
		height: 380px;
	}

	.en-footer{
		padding-left: 7.4666666667vw;
		padding-right: 7.4666666667vw;
	}
	.en-footer .m-footer__foot{
		width: 100%!important;
		transform: translateX(0%);
	}
	.en-footer .m-footer__foot p {
	    font-size: 14px;
	    line-height: 24px;
	}
}

.m-header__inner{
	position: relative;
}
.m-header__icon{
	width: 56px;
}
.btn-en{
	position: absolute;
	top:0;
	right: 35px;
	display: block;
	width: 170px;
	color: #fff;
	border-radius: 0 0 5px 5px;
	padding: 4px 0;
	text-align: center;
	background-color: #000;
	font-size: 13px;
	font-family: "Helvetica",Arial,sans-serif;
	z-index: 1000;
}
.btn-en-sp{
	font-size: 15px;
	font-family: "Helvetica",Arial,sans-serif;
	background-color: #000;
	color: #fff;
	width: 200px;
	padding: 10px 0;
	border-radius: 5px;
	display: block;
	text-align: center;
}
@media screen and (min-width: 992px){
	.m-header__shop{
		margin-top: 15px;
	}
	.m-header__bottom .m-header__icon{
		top: 18px;
	}
}

@media screen and (max-width: 1099px){
	.btn-en{
		width: 160px;
	}
}
@media screen and (max-width: 991px){
	.m-header__inner .btn-en{
		display: none;
	}
}