/*
Theme Name: BUDDICA
*/

*,
*::before,
*::after {
  box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body{
	background: #FFF3EA;
	letter-spacing: 0.1em;
	font-family: "Noto Sans JP", sans-serif;
}
img{
	width: 100%;
	height: auto;
	display: block;
}
a{
	text-decoration: none;
}
.form_area{
	background: #fff;
	border: 1px solid #F6F6F6;
	border-radius: 40px;
	padding: 40px 15px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}
.form_area h2{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.cta_form{
	padding: 38px 0;
	margin: 0 17px;
}
.access{
	background: #fff;
	padding: 34px 0;
}
.access h2{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.2em;
}
.access h2 span{
	font-size: 19px;
	display: block;
	color: #EC681A;
	font-family: "Cabin", sans-serif;
}
.access .grey_bg{
	background: #F6F6F6;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
	padding: 46px 18px;
	border-radius: 40px;
	margin: 30px 17px;
}
.access .grey_bg p{
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
}
.access .grey_bg p.bold{
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0;
}
.access iframe{
	margin-top: 24px;
}
.line_btn{
	width: 80%;
	margin: 0 auto;
	text-align: center;
	background: #02C755;
	border-radius: 8px;
	padding: 17px 0;
}
.line_btn a{
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
footer{
	background: #fff;
}
footer .wrap{
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	align-items: center;
	padding: 8px 0;
}
footer .wrap a{
	color: #7D7F88;
	font-size: 12px;
	font-weight: 400;
	text-decoration: none;
	padding-left: 24px;
	position: relative;
}
footer .wrap a:nth-child(1)::after{
	position: absolute;
	content: "|";
	font-size: 12px;
	color: #7D7F88;
	right: 0;
	top: 0;
}
footer .wrap a:nth-child(1){
	padding-left: 0;
	padding-right: 24px;
}
footer .copyright{
	background: #191311;
	padding: 8px 0;
	text-align: center;
}
footer .copyright{
	color: #fff;
	font-size: 10px;
}
.form-block {
  margin-bottom: 20px;
}

label {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
}

.required {
  display: inline-block;
  background: #EC3556;
  color: #fff;
  font-size: 11px;
  padding: 2px 6px;
  border-radius: 4px;
  margin-bottom: 6px;
}

/* 名前横並び */
.name-row {
  display: flex;
  gap: 12px;
	margin-top: 5px;
}

.name-col {
  width: 50%;
}

input, select {
  width: 100%;
  padding: 14px;
  border-radius: 7px;
  border: none;
  background: #FFF3EA;
  font-size: 14px;
}
.wpcf7{
	margin-top: 25px;
}
.form-block p label{
	color: #7D7F88;
	font-size: 14px;
	display: inline;
	padding-left: 15px;
}
.wpcf7-submit {
  background: #FF6900;
  color: #fff;
  font-size: 16px;
  padding: 14px 24px;
  border-radius: 10px;
  border: none;
  width: 90%;
  cursor: pointer;
}
.form-submit{
	text-align: center;
	margin-top: 48px;
}
/* 横並び */
.date-select p{
  display: flex;
  gap: 4px;
	flex-wrap: wrap;
}

/* セレクト共通 */
.date-select select {
  width: 100%;
  background-color: #fff3e9;
  color: #000;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  /* 矢印 */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23FF6900' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
}

/* フォーカス時 */
.date-select select:focus {
  outline: none;
}

input.filled,
select.filled,
textarea.filled {
  background: #fff;
  border: 1px solid #E2E2E2;
}
.wpcf7-form-control.is-filled {
  background-color: #fff !important;
  border: 1px solid #E2E2E2 !important;
}
.date-select .wpcf7-form-control-wrap{
	width: 31.5%;
}
.date-select .wpcf7-form-control-wrap:nth-of-type(4) {
  width: 65%;
	margin-left: -3px;
}

@media screen and (min-width: 1025px) {
	body{
		background: #fff6f0;
	}
	.contents{
		max-width: 450px;
		margin: 0 auto;
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
	}
}