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


/*! * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) * Copyright 2023 Fonticons, Inc. */.fa-brands,.fa-solid{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-solid{font-family:Font Awesome\ 6 Free;font-weight:900}.fa-brands{font-family:Font Awesome\ 6 Brands;font-weight:400}:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free";--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-display:block;font-family:Font Awesome\ 6 Free;font-style:normal;font-weight:900;src:url(https://storage.googleapis.com/production-os-assets/assets/fontawesome/1629704621943/6.4.2/webfonts/fa-solid-900.woff2) format("woff2"),url(https://storage.googleapis.com/production-os-assets/assets/fontawesome/1629704621943/6.4.2/webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-display:block;font-family:Font Awesome\ 6 Brands;font-style:normal;font-weight:400;src:url(https://storage.googleapis.com/production-os-assets/assets/fontawesome/1629704621943/6.4.2/webfonts/fa-brands-400.woff2) format("woff2"),url(https://storage.googleapis.com/production-os-assets/assets/fontawesome/1629704621943/6.4.2/webfonts/fa-brands-400.ttf) format("truetype")}
.fa-calendar-days:before { content: "\f073";
    font-weight: 900;
    font-size: 20px;
    color: #bdbdbd;
    position: absolute;
    right: 15px;
    top: 16px;
}

@-moz-document url-prefix() {
    .fa-calendar-days:before {
        display: none !important;
    }
}

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

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

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

.contactText01 {
	color: #333333;
	font-size: 15px;
	line-height: 1.8em;
	font-weight: 500;
	margin-bottom: 10px;
}
.colRed01 {
	color: #E11A1A;
}

.formContBox01 {
	margin-top: 40px;
}
.input01 {
	font-size: 15px;
	line-height: 1.8em;
	font-weight: normal;
	box-sizing: border-box;
	padding: 10px 13px;
	width: 100%;
	height: 50px;
	border: 1px solid #D0C8BD;
	border-radius: 4px;
	background-color: #ffffff;
}

.select01 {
	font-size: 15px;
	line-height: 1.8em;
	font-weight: normal;
	box-sizing: border-box;
	padding: 10px 13px;
	width: 300px;
	height: 50px;
	border: 1px solid #D0C8BD;
	border-radius: 4px;
	background-color: #ffffff;
}

.posiRe {
	display: inline-block;
	position: relative;
}
.dateIcon01::after {
	content: "\f073";
	font-family: Font Awesome\ 6 Free;
	font-weight: 900;
	color: #bdbdbd;
	font-size: 20px;
	font-style: normal;
	pointer-events: none;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.textarea01 {
	font-size: 15px;
	line-height: 1.8em;
	font-weight: normal;
	box-sizing: border-box;
	padding: 10px 13px;
	width: 100%;
	height: 250px;
	border: 1px solid #D0C8BD;
	border-radius: 4px;
	background-color: #ffffff;
	resize: none;
}

.text12_18_n {
	font-size: 12px;
	line-height: 1.8em;
	font-weight: normal;
}
.formBox01 {
	color: #333333;
	font-size: 15px;
	line-height: 1.8em;
	font-weight: normal;
	box-sizing: border-box;
	padding: 15px 20px;
	width: 100%;
	border: 1px solid #D0C8BD;
	border-radius: 4px;
	background-color: #ffffff;
}
.checkbox01 {
	margin-right: 10px;
}

.formBtnWrap01 {
	margin-top: 60px;
	text-align: center;
}
.formBtn01 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    background: transparent;
	background-color: #333333;
	color: #ffffff;
	border-radius: 4px;
	font-size: 16px;
	line-height: 1.2em;
	font-weight: bold;
	height: 56px;
	width: 370px;
	margin: auto;
	cursor: pointer;
}

input[type=date]::-webkit-calendar-picker-indicator {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
  }
  
  input[type="date"]::-webkit-inner-spin-button{
	-webkit-appearance: none;
  }
  
  input[type="date"]::-webkit-clear-button{
	-webkit-appearance: none;
  }
  
  input[type="date"]{
   
	position: relative;
  }

  #customDatePicker::placeholder {
	color: #000; /* プレースホルダの文字色を黒に設定 */
	opacity: 1; /* ブラウザデフォルトで薄くならないようにする */
}
/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {

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

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

	.contactText01 {
		color: #333333;
		font-size: 13px;
		line-height: 1.8em;
		font-weight: 500;
		margin-bottom: 10px;
	}
	.colRed01 {
		color: #E11A1A;
	}

	.formContBox01 {
		margin-top: 20px;
	}
	.input01 {
		font-size: 13px;
		line-height: 1.8em;
		font-weight: normal;
		box-sizing: border-box;
		padding: 10px 13px;
		width: 100%;
		height: 50px;
		border: 1px solid #D0C8BD;
		border-radius: 4px;
		background-color: #ffffff;
	}

	.select01 {
		font-size: 13px;
		line-height: 1.8em;
		font-weight: normal;
		box-sizing: border-box;
		padding: 10px 13px;
		width: 300px;
		height: 50px;
		border: 1px solid #D0C8BD;
		border-radius: 4px;
		background-color: #ffffff;
	}

	.posiRe {
		display: inline-block;
		position: relative;
	}
	.dateIcon01::after {
		content: "\f073";
		font-family: Font Awesome\ 6 Free;
		font-weight: 900;
		color: #bdbdbd;
		font-size: 20px;
		font-style: normal;
		pointer-events: none;
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
	}

	.textarea01 {
		font-size: 13px;
		line-height: 1.8em;
		font-weight: normal;
		box-sizing: border-box;
		padding: 10px 13px;
		width: 100%;
		height: 180px;
		border: 1px solid #D0C8BD;
		border-radius: 4px;
		background-color: #ffffff;
		resize: none;
	}

	.text12_18_n {
		font-size: 12px;
		line-height: 1.8em;
		font-weight: normal;
	}
	.formBox01 {
		color: #333333;
		font-size: 13px;
		line-height: 1.8em;
		font-weight: normal;
		box-sizing: border-box;
		padding: 15px 20px;
		width: 100%;
		border: 1px solid #D0C8BD;
		border-radius: 4px;
		background-color: #ffffff;
	}
	.checkbox01 {
		margin-right: 10px;
	}

	.formBtnWrap01 {
		margin-top: 30px;
		text-align: center;
	}
	.formBtn01 {
			-webkit-appearance: none;
			-moz-appearance: none;
			appearance: none;
			padding: 0;
			border: none;
			background: transparent;
		background-color: #333333;
		color: #ffffff;
		border-radius: 4px;
		font-size: 15px;
		line-height: 1.2em;
		font-weight: bold;
		height: 56px;
		width: 100%;
		margin: auto;
		cursor: pointer;
	}



}










