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


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

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

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

.slickBlock01 {
	width: 900px;
	margin: auto auto 104px auto;
}
.slick01 .slick-list {
	overflow: visible;
}

.slick01 .slick-arrow {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    background: transparent;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px auto;
	width: 20px;
	height: 37px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.slick01 .slick-prev {
	background-image: url("/kamakura/en/plan/images/slick_ar_prev.png");
	left: -35px;
}
.slick01 .slick-next {
	background-image: url("/kamakura/en/plan/images/slick_ar_next.png");
	right: -35px;
}

.slick01 .slick-dots {
	display: flex;
	justify-content: center;
	text-align: center;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: -34px;
}
.slick01 .slick-dots li {
	padding: 0px 5px;
}
.slick01 .slick-dots li button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    background: transparent;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	/*width: 18px;
	height: */
}


/*--slick------------------------------*/

/*.slick01 .slick-dots {
    position: relative;
    bottom: 0px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
	font-size: 0px;
	margin-top: 20px;
}*/

.slick01 .slick-dotted.slick-slider {
	margin-bottom: 0px;
}


.slick01  .item{
  width: 100%;
}
.slick01  .item img{
  width: 100%;
  height: auto;
}

/*----- ページナビレイアウトカスタマイズ */
.slick01 .slick-dots li {
	width: 40px;
  /*width: 18px;*/
  height: 4px;
  margin: 0 0 0 10px;
  background: #D0C8BD;
	position: relative;
}
.slick01 .slick-dots li button {
  width: auto;
  height: auto;
  padding: 0;
}
.slick01 .slick-dots li button::before {
  display: none;
}
.slick01 .slick-dots li.slick-active::before {
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background: #8F795A;
  position: absolute;
  display: block;
  content: "";
  -webkit-animation: 5s linear 0s infinite alternate slide_meter;
          animation: 5s linear 0s infinite alternate slide_meter;
}
 
/*----- 最初の1回目処理用 */
.slick01 .slick-dots li.slick-active.first::before {
  -webkit-animation: 4s linear 0s infinite alternate slide_meter;
          animation: 4s linear 0s infinite alternate slide_meter;
}
 
/*----- アニメーション */
@-webkit-keyframes slide_meter {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes slide_meter {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}


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

.acContIn02 {
	width: 1000px;
	margin: auto;
	padding-bottom: 20px;
}
.petFlex01 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 90px;
}
.flexReverse {
	flex-direction: row-reverse;
}
.petFlex01 .box01 {
	width: 60%;
}
.petFlex01 .box02 {
	width: 36%;
	text-align: left;
}

.petBlock01 {
	background-image: url("/kamakura/en/common/images/bg_beige_dark.jpg");
	background-repeat: repeat;
	background-position: center top;
	background-size: auto;
	padding: 70px 0px;
	margin-top: 100px;
}
.petFlex01 .box03 {
	width: 38%;
}
.petFlex01 .box04 {
	width: 58%;
	text-align: left;
}

.petDl01 {
	padding: 24px 0px;
	border-top: 1px solid #D0C8BD;
}
.petDl01:first-child {
	border-top: none;
}

.petDl01 dt {
	font-size: 18px;
	line-height: 1.2em;
	padding-left: 10px;
	border-left: 4px solid #8F795A;
	margin-bottom: 15px;
}
.petDl01 dd ul {
	list-style: disc;
	padding-left: 1em;
}

.petBlock02 {
	padding: 100px 0px 100px;
}

.petBox01 {
	background-color: #F4F3F1;
	border: 1px solid #E4DFD7;
	border-radius: 20px;
	padding: 60px;
}
.petImgFlex01 {
	display: flex;
}
.petImgFlex01 {
}
.petFlex01.flex02 .box03 {
	width: 54.9%;
}
.petFlex01.flex02 .box04 {
	width: 39.8%;
}

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

.roomFlex01 {
	display: flex;
	justify-content: space-between;
}
.roomBox01 {
	width: 22.72%;
}
.roomBox01 .p01 {
	margin-top: 14px;
}


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

.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;
	min-width: 250px;
}
.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;
}


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

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

.planBox01 {
	border: 1px solid #D0C8BD;
	border-radius: 30px;
	padding: 50px 60px 5px;
	margin-top: 60px;
}
.planP01 {
	background-color: #8F795A;
	display: inline-flex;
	align-items: center;
	border-radius: 50px;
	box-sizing: border-box;
	height: 34px;
	padding: 3px 15px;
	/*margin-bottom: 30px;*/
	color: #ffffff;
	font-size: 14px;
	line-height: 1.6em;
}

.planFlex01 {
	display: flex;
	padding: 30px 0px 0px;
	border-top: 1px solid #D0C8BD;
}
.planFlex01.flexTop {
	border-top: none;
}

.planFlex01 .box01 {
	width: 120px;
}
.planFlex01 .box02 {
	padding: 8px 0px;
}

.planUl01 {}
.planUl01 li {
	display: flex;
	position: relative;
}
.planFlexBox01 {
	width: 15px;
	position: relative;
	padding-bottom: 30px;
}

.planFlexBox01::before {
	content: "";
	width: 1px;
	height: calc( 100% - 32px );
	border-left: 3px dotted #D0C8BD;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 24px;
}
.planUl01 li:last-child .planFlexBox01::before {
	display: none;
}

.planFlexBox01 .p01 {
	box-sizing: border-box;
	width: 15px;
	height: 15px;
	border: 1px solid #8F795A;
	border-radius: 20px;
	background-color: #D0C8BD;
	margin-top: 3px;
}

.planFlexBox02 {
	padding-left: 10px;
	font-size: 14px;
	line-height: 1.4em;
	padding-bottom: 30px;
	display: flex;
}

.space01 {
	width: 3.5em;
}




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

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

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

	.slickBlock01 {
		width: auto;
		margin: auto auto 64px auto;
	}
	.slick01 .slick-list {
		overflow: visible;
	}

	.slick01 .slick-arrow {
			-webkit-appearance: none;
			-moz-appearance: none;
			appearance: none;
			padding: 0;
			border: none;
			background: transparent;
		font-size: 0px;
		line-height: 0px;
		text-indent: -9999px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 20px auto;
		width: 20px;
		height: 37px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		z-index: 1;
	}
	.slick01 .slick-prev {
		background-image: url("/kamakura/en/plan/images/slick_ar_prev.png");
		left: -35px;
	}
	.slick01 .slick-next {
		background-image: url("/kamakura/en/plan/images/slick_ar_next.png");
		right: -35px;
	}

	.slick01 .slick-dots {
		display: flex;
		justify-content: center;
		text-align: center;
		width: 100%;
		position: absolute;
		left: 0px;
		bottom: -34px;
	}
	.slick01 .slick-dots li {
		padding: 0px 5px;
	}
	.slick01 .slick-dots li button {
			-webkit-appearance: none;
			-moz-appearance: none;
			appearance: none;
			padding: 0;
			border: none;
			background: transparent;
		font-size: 0px;
		line-height: 0px;
		text-indent: -9999px;
		/*width: 18px;
		height: */
	}


	/*--slick------------------------------*/

	/*.slick01 .slick-dots {
			position: relative;
			bottom: 0px;
			display: block;
			width: 100%;
			padding: 0;
			margin: 0;
			list-style: none;
			text-align: right;
		font-size: 0px;
		margin-top: 20px;
	}*/

	.slick01 .slick-dotted.slick-slider {
		margin-bottom: 0px;
	}


	.slick01  .item{
		width: 100%;
	}
	.slick01  .item img{
		width: 100%;
		height: auto;
	}

	/*----- ページナビレイアウトカスタマイズ */
	.slick01 .slick-dots li {
		width: 40px;
		/*width: 18px;*/
		height: 4px;
		margin: 0 0 0 10px;
		background: #D0C8BD;
		position: relative;
	}
	.slick01 .slick-dots li button {
		width: auto;
		height: auto;
		padding: 0;
	}
	.slick01 .slick-dots li button::before {
		display: none;
	}
	.slick01 .slick-dots li.slick-active::before {
		width: 0;
		height: 100%;
		left: 0;
		top: 0;
		background: #8F795A;
		position: absolute;
		display: block;
		content: "";
		-webkit-animation: 5s linear 0s infinite alternate slide_meter;
						animation: 5s linear 0s infinite alternate slide_meter;
	}

	/*----- 最初の1回目処理用 */
	.slick01 .slick-dots li.slick-active.first::before {
		-webkit-animation: 4s linear 0s infinite alternate slide_meter;
						animation: 4s linear 0s infinite alternate slide_meter;
	}

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

	.acContIn02 {
		width: auto;
		margin: auto;
		padding-bottom: 20px;
	}
	.petFlex01 {
		display: block;
		margin-top: 30px;
	}
	.flexReverse {
		flex-direction: row-reverse;
	}
	.petFlex01 .box01 {
		width: auto;
	}
	.petFlex01 .box02 {
		width: auto;
		text-align: left;
		margin-top: 28px;
	}

	.petBlock01 {
		background-image: url("/kamakura/en/common/images/bg_beige_dark.jpg");
		background-repeat: repeat;
		background-position: center top;
		background-size: auto;
		padding: 50px 30px;
		margin-top: 60px;
	}
	.petFlex01 .box03 {
		width: auto;
	}
	.petFlex01 .box04 {
		width: auto;
		text-align: left;
	}

	.petDl01 {
		padding: 24px 0px;
		border-top: 1px solid #D0C8BD;
	}
	.petDl01:first-child {
		border-top: none;
	}

	.petDl01 dt {
		font-size: 18px;
		line-height: 1.2em;
		padding-left: 10px;
		border-left: 4px solid #8F795A;
		margin-bottom: 15px;
	}
	.petDl01 dd ul {
		list-style: disc;
		padding-left: 1em;
	}

	.petBlock02 {
		padding: 10px 30px 50px;
	}

	.petBox01 {
		background-color: #F4F3F1;
		border: 1px solid #E4DFD7;
		border-radius: 10px;
		padding: 30px;
		margin-top: 60px;
	}
	.petImgFlex01 {
		display: block;
	}
	.petImgFlex01 div {
		margin-top: 30px;
	}
	.petFlex01.flex02 .box03 {
		width: auto;
	}
	.petFlex01.flex02 .box04 {
		width: auto;
	}

	/*----------------------*/
	
	.contH201Wrap {
		margin-bottom: 30px;
	}
	
	.contPd30 {
		padding: 0px 30px;
	}
	.contH201Wrap.h201Wrap03 {
		margin-bottom: 30px;
	}
	
	.topPlanBox01 {
		padding: 20px 0px 0px;
		
	}

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

	.roomFlex01 {
		display: block;
		/*justify-content: space-between;
		flex-wrap: wrap;
		gap: 30px 0;*/
	}
	.roomBox01 {
		width: auto;
		margin-bottom: 30px;
	}
	.roomBox01 .p01 {
		margin-top: 10px;
	}

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

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

	.faqBlock01 {
		margin-bottom: 50px;
	}

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


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

	.planBlock01 {
		padding: 0px 0px 10px 0px;
		margin-top: 60px;
	}
	.planBlock02 {
		padding: 60px 0px 10px 0px;
		background-image: url("/kamakura/en/common/images/bg_beige_dark.jpg");
		background-repeat: repeat;
		background-position: center top;
		background-size: auto;
	}

	.planBox01 {
		border: 1px solid #D0C8BD;
		border-radius: 15px;
		padding: 15px 13px 2px;
		margin-top: 40px;
	}
	.planP01 {
		background-color: #8F795A;
		display: inline-flex;
		align-items: center;
		border-radius: 50px;
		box-sizing: border-box;
		height: 50px;
		padding: 2px 20px;
		/*margin-bottom: 30px;*/
		color: #ffffff;
		font-size: 13px;
		line-height: 1.6em;
	}

	.planFlex01 {
		display: flex;
		padding: 20px 0px 0px;
		border-top: 1px solid #D0C8BD;
	}
	.planFlex01.flexTop {
		border-top: none;
	}

	.planFlex01 .box01 {
		width: 49px;
		flex-shrink: 0;
	}
	.planFlex01 .box02 {
		padding: 2px 0px;
	}

	.planUl01 {}
	.planUl01 li {
		display: flex;
		position: relative;
	}
	.planFlexBox01 {
		width: 15px;
		position: relative;
		padding-bottom: 20px;
	}

	.planFlexBox01::before {
		content: "";
		width: 1px;
		height: calc( 100% - 32px );
		border-left: 3px dotted #D0C8BD;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: 24px;
	}
	.planUl01 li:last-child .planFlexBox01::before {
		display: none;
	}

	.planFlexBox01 .p01 {
		box-sizing: border-box;
		width: 15px;
		height: 15px;
		border: 1px solid #8F795A;
		border-radius: 20px;
		background-color: #D0C8BD;
		margin-top: 3px;
	}

	.planFlexBox02 {
		padding-left: 10px;
		font-size: 14px;
		line-height: 1.4em;
		padding-bottom: 20px;
		display: block;
	}

	.space01 {
		width: 3.5em;
	}

	.planSpPd {
		padding: 0px 30px;
	}
	.planBox01 .text18_18_n {
		font-size: 13px;
	}

}










