@charset "utf-8";
/* CSS Document */


/*-----------------------*/

.anc {
	position: relative;
}
.ancIn {
	position: absolute;
	top: -82px;
}

.dumy {
	height: 2000px;
}

/*---------------------------------------*/

.detailMainvisual {
	background-image: url("/kamakura/en/faq/images/mainvisual01.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-top: 70px;
	height: 420px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.detailH201 {
	color: #ffffff;
}
.detailH201 .s01 {
	display: block;
	font-size: 28px;
	line-height: 2.0em;
	font-weight: 500;
}
.detailH201 .s02 {
	display: block;
	font-size: 13px;
	line-height: 1.8em;
	font-weight: normal;
}

.detailContBase01 {
	background-image: url("/kamakura/en/common/images/bg_beige01.jpg");
	background-repeat: repeat;
	background-position: center top;
	background-size: auto;
	padding: 120px 0px;
}

.detailBlock01 {
	text-align: left;
	background-image: url("/kamakura/en/common/images/bg_beige_dark.jpg");
	background-repeat: repeat;
	background-position: center top;
	background-size: auto;
	box-sizing: border-box;
	/*padding: 80px;*/
	padding: 60px 20px 20px;
}

.pdBot0 {
	padding-bottom: 0px;
}


/*-------------------------------------*/

.faqNaviFlex01 {
	display: flex;
	justify-content: center;
	margin-bottom: 80px;
}
.faqNaviFlex01 li {
	margin: 0px 10px;
}
.faqNaviFlex01 li a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 5px 30px;
	height: 50px;
	border: 1px solid #D0C8BD;
	border-radius: 100px;
}
.faqNaviFlex01 a:link {	color: #8F795A;	text-decoration: none;}
.faqNaviFlex01 a:visited {	color: #8F795A;	text-decoration: none;}
.faqNaviFlex01 a:hover {	color:#8F795A;	text-decoration: none;
	background-color: #E6E1D9;
}
.faqNaviFlex01 a:active {	color:#8F795A;	text-decoration: none;}

.faqBlock01 {
	margin-bottom: 100px;
}

.contH301 {
	font-size: 22px;
	line-height: 2.0em;
	margin-bottom: 30px;
}


/*-----------------------------*/

.contAcBlock01 {
	border-top: 1px solid #D0C8BD;
	border-bottom: 1px solid #D0C8BD;
}
.acWrap01 {
	position: relative;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 20px 96px;
	height: 90px;
	cursor: pointer;
}
.acWrap01::before {
	content: "";
	background-image: url("/kamakura/en/common/images/cont_ac_icon.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px auto;
	width: 16px;
	height: 16px;
	position: absolute;
	left: 50px;
	top: 50%;
	transform: translateY(-50%);
}
.acWrap01.open::before {
	background-image: url("/kamakura/en/common/images/cont_ac_icon_on.png");
}

.acCont01 {
	display: none;
}
.acContIn01 {
	width: auto;
	margin: 20px auto;
}




.text15_18_n {
	font-size: 15px;
	line-height: 1.8em;
}
.topFaqWrap01 {
	/*max-width: 900px;*/
	margin: auto;
}
.topFaqWrap01 .contAcBlock01 {
	background-color: #EBE9E5;
	margin-top: 20px;
}
.topFaqWrap01 .acContIn01 {
	text-align: left;
	width: auto;
	margin: 0px;
	padding: 0px 50px 30px 50px;
}
.dispBlock {
	display: block;
}

/*--------------------------------*/





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

	/*-----------------------*/

	.anc {
		position: relative;
	}
	.ancIn {
		position: absolute;
		top: -70px;
	}

	/*---------------------------------------*/

	.detailMainvisual {
		background-image: url("/kamakura/en/faq/images/mainvisual01_sp.jpg");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		margin-top: 70px;
		height: 250px;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	.detailH201 {
		color: #ffffff;
	}
	.detailH201 .s01 {
		display: block;
		font-size: 28px;
		line-height: 2.0em;
		font-weight: 500;
	}
	.detailH201 .s02 {
		display: block;
		font-size: 13px;
		line-height: 1.8em;
		font-weight: normal;
	}

	.detailContBase01 {
		background-image: url("/kamakura/en/common/images/bg_beige01.jpg");
		background-repeat: repeat;
		background-position: center top;
		background-size: auto;
		padding: 40px 0px;
	}

	.detailBlock01 {
		text-align: left;
		background-image: url("/kamakura/en/common/images/bg_beige_dark.jpg");
		background-repeat: repeat;
		background-position: center top;
		background-size: auto;
		box-sizing: border-box;
		/*padding: 20px;*/
		padding: 20px 0px 20px;
	}
	
	.pdBot0 {
		padding-bottom: 0px;
	}

	/*-------------------------------------*/

	.faqNaviFlex01 {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin-bottom: 40px;
	}
	.faqNaviFlex01 li {
		margin: 5px 10px;
	}
	.faqNaviFlex01 li a {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		padding: 5px 30px;
		height: 40px;
		border: 1px solid #D0C8BD;
		border-radius: 100px;
	}

	.faqBlock01 {
		margin-bottom: 50px;
	}

	.contH301 {
		font-size: 18px;
		line-height: 2.0em;
		margin-bottom: 20px;
		padding-left: 20px;
	}


	/*-----------------------------*/

	.contAcBlock01 {
		border-top: 1px solid #D0C8BD;
		border-bottom: 1px solid #D0C8BD;
	}
	.acWrap01 {
		position: relative;
		display: flex;
		align-items: center;
		text-align: left;
		box-sizing: border-box;
		padding: 20px 66px;
		height: auto;
		cursor: pointer;
	}
	.acWrap01::before {
		content: "";
		background-image: url("/kamakura/en/common/images/cont_ac_icon.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 16px auto;
		width: 16px;
		height: 16px;
		position: absolute;
		left: 30px;
		top: 50%;
		transform: translateY(-50%);
	}
	.acWrap01.open::before {
		background-image: url("/kamakura/en/common/images/cont_ac_icon_on.png");
	}

	.acCont01 {
		display: none;
	}
	.acContIn01 {
		width: auto;
		margin: 20px auto;
	}
	
	
	
	.text15_18_n {
		font-size: 15px;
		line-height: 1.8em;
	}
	.topFaqWrap01 {
		max-width: 900px;
		margin: auto;
	}
	.topFaqWrap01 .contAcBlock01 {
		background-color: #EBE9E5;
		margin-top: 20px;
	}
	.topFaqWrap01 .acContIn01 {
		text-align: left;
		width: auto;
		margin: 0px;
		padding: 0px 40px 20px 40px;
	}
	.dispBlock {
		display: block;
	}

	/*--------------------------------*/


}










