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


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

.detailMainvisual {
	background-image: url("/kamakura/en/access/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;
}

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

.topAccessFlex01 {
	display: block;
	text-align: left;
}
.topAccessFlex01 .accessBox01 {
	width: auto;
}
.topAccessFlex01 .accessBox02 {
	width: auto;
	margin-top: 80px;
}
/*.accessBox02 iframe {
	width: 100%;
	height: 414px;
}*/

.tate {
	display: block;
}
.yoko {
	display: none;
}

/*---2024/12/18--------------------------*/

.contH301 {
	font-size: 18px;
	line-height: 1.8em;
	font-weight: 500;
	margin-bottom: 25px;
}
.textBox01 {
	/*padding-top: 25px;*/
	padding-bottom: 25px;
	/*margin-top: 25px;
	border-top: 1px solid #D0C8BD;*/
}

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

.tab-group {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  border-top: solid 1px #D0C8BD;
  border-left: solid 1px #D0C8BD;
}
.accesstab {
  flex-grow: 1;
  padding: 5px;
  list-style: none;
  border-right: solid 1px #D0C8BD;
  text-align: center;
  cursor: pointer;
	font-size: 16px;
	line-height: 1.8em;
	box-sizing: border-box;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.panel-group {
}
.panel {
  display: none;
}
.accesstab.is-active {
  background: #8F795A;
  color: #FFF;
  transition: all 0.2s ease-out;
}
.panel.is-show {
  display: block;
}

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

.contMb100 {
	margin-bottom: 100px;
}
.tabGroupWrap01 {
	border-bottom: 1px solid #D0C8BD;
	margin-bottom: 70px;
}
.accessFlex01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 60px 0;
}
.accessFlex01 li {
	width: 47.27%;
	background-color: #F4F3F1;
	/*margin-bottom: 60px;*/
}
.accessFlex01 li .box01 {
	text-align: left;
	padding: 40px 60px 60px;
}
.accessH3Wrap01 {
	margin-bottom: 24px;
}
.accessH3Wrap01 .h301 {
	font-size: 13px;
	line-height: 1.5em;
}
.accessH3Wrap01 .h302 {
	font-size: 20px;
	line-height: 1.5em;
}

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

.accessFlex02 {
	display: flex;
}
.accessFlex02 .box01 {
	box-sizing: border-box;
	padding-right: 100px;
}
.accessFlex02 .box02 {
	box-sizing: border-box;
	padding-left: 80px;
	border-left: 1px solid #D0C8BD;
}




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

	.detailMainvisual {
		background-image: url("/kamakura/en/access/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 20px;
	}

	.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;
	}

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

	.topAccessFlex01 {
		display: block;
	}
	.topAccessFlex01 .accessBox01 {
		width: auto;
	}
	.topAccessFlex01 .accessBox02 {
		width: auto;
		margin-top: 30px;
	}
	.accessBox02 iframe {
		width: 100%;
		height: 220px;
	}

	.tate {
		display: none;
	}
	.yoko {
		display: block;
	}

	/*---2024/12/18--------------------------*/

	.contH301 {
		font-size: 16px;
		line-height: 1.8em;
		font-weight: 500;
		margin-bottom: 20px;
	}
	.textBox01 {
		padding-top: 20px;
		padding-bottom: 20px;
		margin-top: 20px;
		border-top: 1px solid #D0C8BD;
	}

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

	.tab-group {
		display: grid;
		grid-template-columns: repeat(3,1fr);
		border-top: solid 1px #D0C8BD;
		border-left: solid 1px #D0C8BD;
	}
	.accesstab {
		flex-grow: 1;
		padding: 5px;
		list-style: none;
		border-right: solid 1px #D0C8BD;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
		line-height: 1.4em;
		box-sizing: border-box;
		height: 64px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.panel-group {
	}
	.panel {
		display: none;
	}
	.accesstab.is-active {
		background: #8F795A;
		color: #FFF;
		transition: all 0.2s ease-out;
	}
	.panel.is-show {
		display: block;
	}

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

	.contMb100 {
		margin-bottom: 60px;
	}
	.tabGroupWrap01 {
		border-bottom: 1px solid #D0C8BD;
		margin-bottom: 40px;
	}
	.accessFlex01 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 30px 0;
	}
	.accessFlex01 li {
		width: 100%;
		background-color: #F4F3F1;
		/*margin-bottom: 60px;*/
	}
	.accessFlex01 li .box01 {
		text-align: left;
		padding: 20px 20px 20px;
	}
	.accessH3Wrap01 {
		margin-bottom: 15px;
	}
	.accessH3Wrap01 .h301 {
		font-size: 13px;
		line-height: 1.5em;
	}
	.accessH3Wrap01 .h302 {
		font-size: 17px;
		line-height: 1.5em;
	}

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

	.accessFlex02 {
		display: block;
	}
	.accessFlex02 .box01 {
		padding-right: 0px;
	}
	.accessFlex02 .box02 {
		padding-left: 0px;
		border-left: none;
	}



}










