#faq{
	background-color: #F4F1ED;
	padding: 60px 0;
}

#faq h2{
	text-align: center;
	font-size: 2.5rem;
	margin-bottom: 25px;
}

#faq .boxs{
}

#faq .boxs .box{
	border: 1px solid #806145;
	margin-bottom: 25px;
}

#faq .boxs .box .q{
	background-color: #806145;
	line-height: 100%;
	padding: 8px 25px;
	color: #fff;
}

#faq .boxs .box .a{
	padding: 16px 20px 16px 25px;
	background-color: #fff;
}

#faq .boxs .box .a .annotation{
	font-size: 1.3rem;
}


#shop{
	padding: 60px 0;
	background-color: #fff;
}

#shop h2{
	text-align: center;
	font-size: 2.5rem;
	margin-bottom: 25px;
}

#shop .lead{
}

#shop .layout{
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
}

#shop .layout .box{
	width: 400px;
	margin-right: 150px;
	margin-bottom: 30px;
}

#shop .layout .box:nth-child(2n){
	margin-right: 0;
}


#shop .layout .box h3{
	text-align: center;
	font-size: 2.2rem;
	margin-bottom: 15px;
	font-weight: normal;
}

#shop .layout .box h3 .en{
	display: block;
	font-size: 1.7rem;
}

#shop .layout .box .images{
	display: flex;
	justify-content: space-between;
}

#shop .layout .box .images > div{
	width: 193px;
	height: auto;
}

#shop .layout .box .address{
	padding: 15px 0 24px;
	font-size: 1.4rem;
}

#shop .layout .box .link{
	text-align: center;
}

#faq .inner,
#shop .inner {
    width: 950px;
    padding: 0;
}

.bnr-shoplist{
	margin-bottom: 50px;
}

.bnr-shoplist h3{
	position: relative;
	color: #ac7927;
	text-align: center;
	font-size: 26px;
	padding-bottom: 30px;
}

.bnr-shoplist h3::after{
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #ac7927;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 767px) {

#faq .inner,
#shop .inner {
    width: 100%;
	padding: 0 20px;
}

#faq .boxs .box .q {
	background-color: #806145;
	line-height: 120%;
	padding: 8px 10px 8px 25px;
	color: #fff;
	text-indent: -2rem;
	padding-left: 4rem;
}

#shop .layout{
	display: block;
}

#shop .layout .box{
	width: 100%;
	margin-bottom: 35px;
}

#shop .layout .box h3{
	font-size: 2rem;
}

#shop .layout .box .images > div{
	width: 48%;
	line-height: 0;
}

.bnr-shoplist{
	padding: 0 20px;
}

}