/*----------------------------------------
	form
----------------------------------------*/

input[type="button"],input[type="text"],input[type="submit"],input[type="image"],textarea{
	outline: none;
}
select,
textarea,
input[type="text"],
input[type="search"],
input[type="email"],
input[type="tel"],
input[type="date"]{
	border: solid 1px #b3b3b3;
	border-radius: 5px;
	padding: 8px 10px;
	background: #fff;
	-webkit-appearance: none;
	appearance: none;
	box-sizing: border-box;
	color: #000;
	font-size: 1.6rem;
	line-height: 1.5;
}

input[type="date"]{
	padding: 18px 20px;
  	font-size: 1.6rem;
}

input[placeholder] {
  font-size: 1.6rem;
}

input[type="button"]{
	-webkit-appearance: none;
	font-size: 1.6rem;
}
button,
input[type="submit"]{
	border: none;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	font-size: 1.6rem;
	vertical-align: middle;
}
label {
	cursor: pointer;
}
.form1{ width: 140px; }
.form2{ width: 220px; }
input[type="text"].form2{width: 220px; }
.form3{ width: 320px; }
.form450{ width: 450px; }
.form570{ width: 570px; }
.form_all{ width: 100%; }
.add_text{
	width: 15%;
}

textarea{
	height: 150px;
}

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

	select,
	textarea,
	input[type="text"],
	input[type="search"],
	input[type="email"],
	input[type="tel"]{
		padding: 8px 8px;
	}
	.form2,
	.form3,
	.form450,
	.form570{
		width: 100%;
	}
	.add_text{
		width: 100%;
	}

}/*END*/

@media screen and (max-width: 599px){
		input[type="text"].form2{
			width: 100%;
			margin-bottom: 15px;
		}

		select{
			padding: 10px 8px;
			min-width: 200px;
			width: 100%;
		}

}/*END*/


/*placeholder*/
::placeholder {
	color: #b4b4b4;
	font-size: 1.4rem;
}
::-ms-input-placeholder {
	color: #b4b4b4;
	font-size: 1.4rem;
}

/*必須・任意*/
.hissu,
.nini{
	display: inline-block;
	line-height: 1 !important;
	padding: 4px 5px;
	vertical-align: middle;
	font-size: clamp(1.2rem,1.346vw,1.5rem);
	font-weight: bold;
	box-sizing: border-box;
	margin-left: 5px;
}
.hissu{
	color: #fff;
	background: #e4007f;
	padding: 6px 8px;
	text-align: center;
	border-radius: 5px;
}
.nini{
	color: #000;
	background: #cecec8;
	padding: 6px 8px;
	text-align: center;
	border-radius: 6px;
}

@media screen and (max-width: 768px){
	/*必須・任意*/
	.hissu,
	.nini{
		font-size: 1.2rem !important;
		font-weight: normal;
		vertical-align: 1px;
	}
}/*END*/



@property --btn_color-a {
    syntax: "<color>";
    inherits: false;
    initial-value: transparent;
}
@property --btn_color-b {
    syntax: "<color>";
    inherits: false;
    initial-value: transparent;
}
@property --btn_color-c {
    syntax: "<color>";
    inherits: false;
    initial-value: transparent;
}
@property ---btn_deg-a {
    syntax: "<angle>";
    inherits: false;
    initial-value: 0deg;
}
@property --btn_per-a {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 0%;
}
@property --btn_per-b {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 0%;
}
@property --btn_per-c {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 0%;
}


/* btn_send */
.btn_send {
	width: 94%;
	max-width: 420px;
	height: auto;
	border-radius: 12px;
	padding: 3.2% 1%;
	box-sizing: border-box;
	font-size: clamp(1.8rem,2.3vw, 2.4rem) !important;
	line-height: 1;
	letter-spacing: 1px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #fff;
	background: #000;
}
.btn_send:hover {
   opacity: 0.7;
}

.btn_send_wrap {
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.btn_send_wrap::after {
	content: "";
    mask-image: url(../images/common/arrow.svg);
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: bottom;
    background-color: #fff;
	width: var(--text18);
	height: var(--text18);
	transition-duration: .6s;
	transition-timing-function: var(--easing01);
	position: absolute;
	top: 50%;
	right: 0%;
	transform: translate(-100%, -50%);
}
.btn_send_wrap:hover::after  {
	transform: translate( calc(-100% + 5px ), -50%);
}
@media screen and (max-width: 768px) {
	.btn_send {
		height: auto;
		min-height: 80px;
	}
}
.btn_back {
	background: #e4e4e4;
	box-shadow: 0px 6px 7px -7px #777777;
	color: #000;
	width:94%;
	max-width: 420px;
	height: auto;
	border:none;
	border-radius: 50px;
	padding: 3.2% 1%;
	box-sizing: border-box;
	font-size: clamp(1.8rem,2.3vw, 2.4rem) !important;
	line-height: 1;
	letter-spacing: 1px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	cursor: pointer;
}
.btn_back_wrap {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top:80px;
	margin-bottom: 40px;
}
/*
.btn_back_wrap::after {
	content: "";
    mask-image: url(../images/common/arrow.svg);
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: bottom;
    background-color: #000;
	width: var(--text18);
	height: var(--text18);
	transition-duration: .6s;
	transition-timing-function: var(--easing01);
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translate(100%, -50%) rotate(180deg);
}
.btn_back_wrap:hover::after  {
	transform: translate( calc(100% - 5px ), -50%) rotate(180deg);
}
*/

.btn_back:hover{
	opacity: 0.7;
}

@media screen and (max-width: 768px) {
	.btn_back {
		height: auto;
		min-height: 80px;
	}
}

.btn_send + .wpcf7-spinner{
	position: absolute;
}
/* contact form7 */

.wpcf7-form-control:has(input[type="checkbox"],input[type="radio"]):not(:has([name="privacy"])){
	/*
	display: grid;
	grid-template-columns: repeat(4,1fr);
	*/
	display: flex;
	flex-wrap: wrap;
	gap: 10px 25px;
}
.radio .wpcf7-list-item, .check .wpcf7-list-item{
	width: 22%;
}
.ftype .radio .wpcf7-list-item{
	width: auto;
}

#catalog_kind.check .wpcf7-list-item{
	width: 48%;
}


@media screen and (max-width: 599px) {
	/*
	.wpcf7-form-control:has(input[type="checkbox"],input[type="radio"]):not(:has([name="privacy"])){
		grid-template-columns: repeat(2,1fr);
	}
	.wpcf7-form-control:has(input[type="checkbox"],input[type="radio"]):not(:has([name="privacy"])).three_column {
		grid-template-columns: repeat(2,1fr);
	}
	*/

	.wpcf7-form-control:has(input[type="checkbox"],input[type="radio"]):not(:has([name="privacy"])){
		gap:10px;
	}
	.radio .wpcf7-list-item, .check .wpcf7-list-item{
		width: 48%;
	}

	#catalog_kind.check .wpcf7-list-item{
		width: 100%;
	}

}/*END*/
.place_box.wpcf7-form-control:has(input[type="checkbox"]){
	display: block;
}
.place_box.wpcf7-form-control:has(input[type="checkbox"]) .wpcf7-list-item{
	width: 49%;
}
@media screen and (max-width: 599px) {
	.place_box.wpcf7-form-control:has(input[type="checkbox"]) .wpcf7-list-item{
		width: 100%;
	}
}
.place_box.wpcf7-form-control:has(input[type="checkbox"]) .wpcf7-list-item:has(+ p){
	margin-bottom: 1.5em;
}
.wpcf7-form-control.vertical{
	display: grid;
	grid-template-columns: auto!important;
}
.wpcf7-form-control input[type="radio"],
.wpcf7-form-control input[type="checkbox"]{
	opacity: 0;
	appearance: none;
	position: absolute;
}
.wpcf7-list-item{
	margin: inherit;
	padding: 0.5em 0;
	margin: 0!important;
}
.wpcf7-list-item-label {
	padding-left: 2em;
	position:relative;
	line-height: 1.5;
}

.wpcf7-form-control input[type="checkbox"] + .wpcf7-list-item-label::before,
.wpcf7-form-control input[type="radio"] + .wpcf7-list-item-label::before{
	content: "";
	position: absolute;
	top: 0px;
	left: 0;
	background: #fff;
	border: 1px solid #b3b3b3;
}

.wpcf7-form-control input[type="checkbox"] + .wpcf7-list-item-label::before{
	width: 20px;
	height: 20px;
	border-radius: 5px;
}
.wpcf7-form-control input[type="radio"] + .wpcf7-list-item-label::before{
	width: 20px;
	aspect-ratio: 1/1;
	border-radius: 50%;
}
.wpcf7-form-control input[type="radio"]:checked + .wpcf7-list-item-label::after,
.wpcf7-form-control input[type="checkbox"]:checked + .wpcf7-list-item-label::after{
	content: "";
	display: block;
	position: absolute;
}

/* checkbox check時 */
.wpcf7-form-control input[type="checkbox"]:checked + .wpcf7-list-item-label::before,
.wpcf7-form-control input[type="radio"]:checked + .wpcf7-list-item-label::before{
    /*
	background-color: #000;
	border:1px solid #000;
    */
}
.wpcf7-form-control input[type="checkbox"]:checked + .wpcf7-list-item-label::after{
	left: 5px;
    top: 1px;
    width: 7px;
    height: 11px;
	transform: rotate(40deg);
	border-bottom: 3px solid #e4007f;
	border-right: 3px solid #e4007f;
}
/* radio check時 */
.wpcf7-form-control input[type="radio"]:checked + .wpcf7-list-item-label::after{
	left: 5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #29cad5;
	top: 5px;
}
/* layout */
.form_list{
	line-height: 1.5;
	font-feature-settings: "palt";
	margin-bottom: 20px;
}
.form_list:not(.form_ttl_top) {
	align-items: center;
}
.form_list.form_ttl_top dt,
.form_list.form_ttl_top dt + dd{
	margin-top: 10px;
}
.form_list dt,.form_style dt{
	font-size: 1.4rem;
	font-weight: bold;
}
.form_list dd{
	font-size: clamp(1.4rem,1.538vw,1.6rem);
	padding: 1em 1.2em;
}

.form_list dt,.form_style dt{
	padding:10px 15px 12px 15px;
	box-sizing: border-box;
	background: #1cabb9;
	color: #fff;
}

.form_list.quest_style dt{
	background: #000;
	color: #fff;
}

.form_list label{
	display: inline-block;
	width: 100%;
}

.family_block_item label{
	display: inline-block;
	width: auto;
	margin-bottom: 10px;
}



.cr_one_row .wpcf7-list-item{
	width: 100%;
}

.cr_one_row.row_midashi{
	width: 20%;
}
.row_box70{
    width:75%
}

.form_rowbox{
	display: flex;
	gap: 4.5%;
	width: 100%;
}

.form_flbox{
	display: flex;
	gap: 4.5%;
	flex-wrap: wrap;
}

.form_comment_box{
	width: 100%;
}

.form_flbox label{
	width: auto;
}


.add_box {
	display: flex;
	column-gap: 1.6%;
}
.add_box > p {
    width: 20%;
}
.form03.zip {
	width: 50%;
}
.form_none {
	display: none;
}
.form_block {
	display: grid;
}
.form_file {
	border: 1px solid #29cad5;
	max-width: 630px;
	margin-left: auto;
	margin-right: auto;
}
/* エラー時 */
.form_list dd:has(.wpcf7-not-valid-tip){
	background-color: #fed7d7;
}
/* confirm */
.contact_confirm_frame .form_list.form_ttl_top dt,
.contact_confirm_frame .form_list.form_ttl_top dt + dd{
	margin-top: 0px;
}
.contact_confirm_frame .hissu,
.contact_confirm_frame .nini{
	margin-left: 1em;
}

.wpcf7-not-valid-tip{
	padding-top:5px;
}

@media screen and (max-width: 599px){
	.add_box > p {
	  width: 60%;
	  max-width: 100px;
	}

	.form_list dt{
		padding: 10px 2% 8px 2%;
		margin-top:10px;
	}
	.form_list dd{
		padding: 1% 2%;
		margin-top:10px;
	}

	.form_flbox label{
		width: 100%;
	}
    .cr_one_row.row_midashi{
        width: 28%;
    }

    .row_box70 select{
        padding: 5px 8px;
    }
    
}/*END*/

/*reCAPTCHAのロゴを非表示*/
.grecaptcha-badge {
	visibility: hidden;
}



.request_style .form_list dt{
	background: #f5f4ee;
}


label.block_mb{
	display: block;
	margin-bottom: 10px;
}

.check_item_flex{
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}
.check_item_flex span{
	width: 24%;
}



