/*----------------------------------------
	form
----------------------------------------*/
input[type="button"],
input[type="text"],
input[type="submit"],
input[type="image"],
textarea{outline: none;}
select {cursor: pointer;}
select,
textarea,
input[type="text"],
input[type="search"],
input[type="email"],
input[type="tel"]{
	border: solid 1px #fff;
	padding: 8px 10px;
	background: #fff;
	-webkit-appearance: none;
	appearance: none;
	box-sizing: border-box;
	color: #000;
	width: 100%;
	font-size: 1.6rem;
}
select,
input[type="text"],
input[type="search"],
input[type="email"],
input[type="tel"]{height: 45px;}
input[type="button"]{
	-webkit-appearance: none;
	font-size: 16px;
}
button,
input[type="submit"]{
	border: none;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	font-size: 16px;
	vertical-align: middle;
}
.form_txt{
	display: block;
	width: 120px;
}
.form01{
	display: block;
	width: 140px !important;
}
.form02{ 
	display: block;
	width: 220px;
}
.form03{ width: 320px; }
.form450{ width: 450px; }
.form570{ width: 570px; }
.form_all{ width: 100%; }
.add_text{width: 15%;}
@media screen and (max-width: 768px){
	select,
	textarea,
	input[type="text"],
	input[type="search"],
	input[type="tel"]{padding: 8px;}
	.add_text{width: 100%;}
}
@media screen and (max-width: 599px){
	select {font-size: 1.4rem;}
	.sp_form01{
		display: block;
		width: 100px !important;
	}
}
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {display: none;}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: transparent; /* Green */
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: transparent; /* Red */
}
.wpcf7 form.spam .wpcf7-response-output {
	border-color: transparent; /* Orange */
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: transparent; /* Yellow */
	color: #dc3232;
}
.wpcf7-response-output {text-align: center;}
.wpcf7-form-control-wrap {position: relative;}

.wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 1em;
	font-weight: normal;
	display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}
.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {content: " ";}
.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d;
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}
form.submitting .wpcf7-spinner {visibility: visible;}
.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc;
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}
@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}
@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}
.wpcf7 [inert] {opacity: 0.5;}
.wpcf7 input[type="file"] {cursor: pointer;}
.wpcf7 input[type="file"]:disabled {cursor: default;}
.wpcf7 .wpcf7-submit:disabled {cursor: not-allowed;}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {direction: ltr;}
.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}
.wpcf7-reflection > output[hidden] {display: none;}


/*必須・任意*/
.wpcf7-list-item:has(.privacy_hissu){position: relative;}
.wpcf7-list-item:has(.privacy_hissu)::after{
	content: "必須";
	font-size: clamp(12px,1.625vw,14px);
	display: inline-block;
	line-height: 1 !important;
	padding: 6px 12px 6px 12px;
	border-radius: 5px;
	font-size: 12px !important;
	font-weight: normal;
	box-sizing: border-box;
	color: #fff;
}
.hissu::after,
.nini::after{
	display: inline-block;
	line-height: 1 !important;
	padding: 4px 8px;
	margin-left: 10px;
	font-size: 12px !important;
	font-weight: 500;
	box-sizing: border-box;
}
.hissu::after {
	content: "必須";
	color: #fff;
    background: #ee8512;
    border: #ee8512;
}
.nini::after {
	content: "任意";
	color: #fff;
	background: #808080;
	border: 1px solid #808080;
}


/* ボタン */
.btn_send {
    width: 90%;
    max-width: 300px;
    background: #000;
    text-decoration: none;
    padding: 1.5em 1em;
    letter-spacing: 1px;
    color: #fff;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.4s;
    position: relative;
    font-size: 1.6rem;
	border: none;
}
.btn_send:hover{
	opacity: .7;
	transition: all .4s;
}
.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);
    column-gap: 1em;
}
.acceptance_pp .wpcf7-form-control:has(input[type="checkbox"],
input[type="radio"]) {
	grid-template-columns: repeat(1,1fr);
}
.wpcf7-form-control.vertical{
	grid-template-columns: auto!important;
}
@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);
	}
	.acceptance_pp .wpcf7-form-control:has(input[type="checkbox"],
	input[type="radio"]) {
		grid-template-columns: repeat(1,auto) !important;
	}
}
.place_box.wpcf7-form-control:has(input[type="checkbox"]){
	/* column-count: 2; */
	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 input[type="radio"],
.wpcf7-form-control input[type="checkbox"]{
	opacity: 0;
	appearance: none;
	position: absolute;
}
.radio_hissu .wpcf7-form-control input[type="checkbox"],
.radio_btn .wpcf7-form-control input[type="checkbox"]{
	opacity: 0;
	appearance: none;
	position: absolute;
}
.wpcf7-list-item{
	margin: inherit;
	padding: 0.5em 0;
}
.wpcf7-list-item-label {
    padding-left: 2em;
	position:relative;
	line-height: 1.5;
	cursor: pointer;
}
.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: 3px;
	left: 0;
	background: #fff;
    border: 1px solid #000;
	cursor: pointer;
}
.wpcf7-form-control input[type="checkbox"] + .wpcf7-list-item-label::before{
	width: 18px;
	height: 18px;
	border-radius: 2px;
}
.enrollment .wpcf7-form-control input[type="checkbox"] + .wpcf7-list-item-label::before{
	width: 18px;
	aspect-ratio: 1/1;
	border-radius: 50%;
}
.radio_hissu .wpcf7-form-control input[type="checkbox"] + .wpcf7-list-item-label::before,
.radio_btn .wpcf7-form-control input[type="checkbox"] + .wpcf7-list-item-label::before,
.wpcf7-form-control input[type="radio"] + .wpcf7-list-item-label::before{
	width: 20px;
	height: 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 チェック時 */
.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: #fff;
}
.wpcf7-form-control input[type="checkbox"]:checked + .wpcf7-list-item-label::after{
	left: 6.5px;
	top: 6px;
	width: 4px;
	height: 9px;
	transform: rotate(40deg);
	border-bottom: 3px solid #ee8512;
	border-right: 3px solid #ee8512;
}

/* radio チェック時 */
.radio_hissu .wpcf7-form-control input[type="checkbox"]:checked + .wpcf7-list-item-label::after,
.radio_btn .wpcf7-form-control input[type="checkbox"]:checked + .wpcf7-list-item-label::after,
.wpcf7-form-control input[type="radio"]:checked + .wpcf7-list-item-label::after{
	left: 3px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #ee8512;
	top: 6px;
}
.radio_hissu .wpcf7-form-control input[type="checkbox"]:checked + .wpcf7-list-item-label::after,
.radio_btn .wpcf7-form-control input[type="checkbox"]:checked + .wpcf7-list-item-label::after{
	border-bottom: none;
	border-right: none;
	transform: none;
}

/* layout */
.date_box{
	display: grid;
	grid-template-columns: 1fr;
	column-gap: 3.5%;
	align-items: center;
	row-gap: 10px;
	margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
	.date_box{
		display: flex;
		flex-wrap: wrap;
		row-gap: 0.5em;
	}
	.date_box span:nth-of-type(2){
		margin-top: 30px;
	}
	.date_box label{width: 100%;}
}


/*----------------------------------------
    datepicker
----------------------------------------*/
#ui-datepicker-div{
    max-width: 100%;
    width: 350px;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button, html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active{
    padding: 15px;
}
.ui-datepicker .ui-datepicker-header{
    padding: 8px 0;
}



.form_list{
	/* display: grid; */
	/* grid-template-columns: 28% 1fr; */
	/* border-top: 1px solid #bebbb0; */
	line-height: 1.5;
	font-feature-settings: "palt";
	margin-bottom: 30px;
}
.form_list dt,
.acceptance_list dt,
.form_list dd,
.acceptance_list dd {
	font-size:clamp(1.5rem, 1.5vw, 1.6rem);
}
.form_list dt,
.acceptance_list dt {
	font-weight: 600;
	padding: 1em 1em 0;
}
.form_list dd,
.acceptance_list dd {padding: 1em;}
@media screen and (max-width: 599px) {
	.form_list{margin-bottom: 10px;}
	.form_list dt,
	.acceptance_list dt{padding: 10px 2px 0;}
	.form_list dd,
	.acceptance_list dd {padding: 10px 2px;}
}


/* エラー時 */
.wpcf7-form-control:has(.privacy_hissu) + .wpcf7-not-valid-tip{
	background-color: #fed7d7;
	padding: 1em;
}
.form_list dd:has(.wpcf7-not-valid-tip){background: #ffc8c8;}

/* .select_ttl{
	margin-top: 10px;
} */
.attention_text{color: #e60012;}
.gift_ttl{
	background-color: #008dbd;
	padding: 10px 3%;
	text-align: center;
	border-radius: 3px;
}
.gift_text_box{
	padding: 15px;
	border-radius: 3px;
	border: 1px solid #000;
	overflow-y: scroll;
	height: 200px;
}
.form_text_auto_two,
.form_text_auto_three{
	display: grid;
	grid-template-columns: var(--form_text_column);
	column-gap: 15px;
	align-items: center;
}
.form_text_auto_two p,
.form_text_auto_three p{
	width: fit-content;
}
.form_text_auto_two{
	--form_text_column: 35% auto;
}
.form_text_auto_three{
	--form_text_column: 10% 35% auto;
}
.form_text_flex_two{
	display: flex;
	align-items: center;
	column-gap: 15px;
}

/* grid,flex */
.dis_flex{display: flex;}
.flexbox{display: flex;}
.flex_wrap{flex-wrap: wrap;}
.al_center{align-items: center;}
.al_end{align-items: flex-end;}
.al_s_end{align-self: flex-end;}
.jsc_sb{justify-content: space-between;}
.jsc_center{justify-content: center;}
.grid_two_auto,
.grid_two,
.grid_three,
.grid_four{
	display: grid;
	column-gap: 3.5%;
	row-gap: 30px;
}
.grid_two_auto{grid-template-columns: repeat(2,auto);}
.grid_two{grid-template-columns: repeat(2,1fr);}
.grid_three{grid-template-columns: repeat(3,1fr);}
.grid_four{grid-template-columns: repeat(4,1fr);}

@media screen and (max-width: 599px) {
	.grid_two_auto,
	.grid_two,
	.grid_three{
		grid-template-columns: repeat(1,1fr);
	}
	.sp_grid_two,
	.grid_four{
		grid-template-columns: repeat(2,1fr);
	}
	.sp_grid_three{
		grid-template-columns: repeat(3,1fr);
	}
	.sp_grid_two.grid_two_auto{
		grid-template-columns: repeat(2,auto);
	}
}
.flex_two{
	display: flex;
	justify-content: space-between;
}
.reverse{flex-direction: row-reverse;}
.flex_two > div{width: 47.5%;}
@media screen and (max-width: 599px) {
	.flex_two,
	.reverse{
		flex-direction: column;
		row-gap: 30px;
	}
	.flex_two > div{width: 100%;}
	.sp_dis_contents{display: contents;}
}
.sp_archive_link_layout{
	display: flex;
	flex-direction: column-reverse;
	position: relative;
}
@media screen and (max-width: 599px) {
	.sp_archive_link_layout{
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
	}
	.sp_archive_link_layout_text{width: 55%;}
	.sp_archive_link_layout_img{width: 42%;}
}
.c_gap_0{column-gap: 0%;}
.c_gap_1{column-gap: 1%;}
.c_gap_3{column-gap: 3%;}
.c_gap_5{column-gap: 5%;}
.c_gap_7{column-gap: 7%;}
.c_gap_10{column-gap: 10%;}
.row_gap_0{row-gap: 0px;}
.row_gap_60{row-gap: 60px;}
.row_gap_100{row-gap: 100px;}
.gap_0{gap: 0px;}
.gap_5{gap: 5px;}
.gap_10{gap: 10px;}
@media screen and (max-width: 599px) {
	.row_gap_100{row-gap: 50px;}
	.sp_row_gap_100{row-gap: 100px;}
	.sp_row_gap_30{row-gap: 30px;}
	.sp_row_gap_0{row-gap: 0;}
}
.flex_item590{
	width: calc(590 / var(--inner_frame_w,1050) * 100%);
}
.flex_item580{
	width: calc(580 / var(--inner_frame_w,1050) * 100%);
}
.flex_item410{
	width: calc(410 / var(--inner_frame_w,1050) * 100%);
}
.flex_item350{
	width: calc(350 / var(--inner_frame_w,1050) * 100%);
}
.flex_item310{
	width: calc(310 / var(--inner_frame_w,1050) * 100%);
}
.flex_item500{
	width: calc(500 / var(--inner_frame_w,1050) * 100%);
}
.flex_item540{
	width: calc(540 / var(--inner_frame_w,1050) * 100%);
}
@media screen and (max-width: 599px) {
	.flex_item590,
	.flex_item580,
	.flex_item540,
	.flex_item500,
	.flex_item410,
	.flex_item350,
	.flex_item310{
		width: 100%;
	}
}
.over_item_box745{
	width: calc(745 / 1350 * 100vw);
	max-width: 745px;
}
.over_item_box745[data-item_position="left"]{
	margin-left: clamp(-155px, calc((100vw - (var(--inner_frame_w,1050) * 1px)) / -2) , -20px);
}
.over_item_box655{
	width: calc(655 / 1350 * 100vw);
	max-width: 655px;
}
.over_item_box655[data-item_position="left"]{
	margin-left: clamp(-155px, calc((100vw - (var(--inner_frame_w,1050) * 1px)) / -2) , -20px);
}
.over_item_box650{
	width: calc(650 / 1350 * 100vw);
	max-width: 650px;
}
.over_item_box650[data-item_position="left"]{
	margin-left: clamp(-155px, calc((100vw - (var(--inner_frame_w,1050) * 1px)) / -2) , -20px);
}
@media screen and (max-width: 599px) {
	.over_item_box650,
	.over_item_box650[data-item_position="left"],
	.over_item_box745,
	.over_item_box745[data-item_position="left"],
	.over_item_box655,
	.over_item_box655[data-item_position="left"]{
		width: 100%;
		margin-left: 0;
	}
}


/* 追加 */
.add_box p {width: 100%;}
.add_box .address {flex: 1;}



.form_list.privacy dd{
	background-color: #f2f2f2;
	padding: 2em 1.5em;
}
.privacy .wpcf7-not-valid-tip {
    background-color: #ffc8c8;
	margin-top: 0px;
}
.form200 {width: 200px;}
.form280{ width: 280px; }
@media screen and (max-width: 768px){
	.form280,
	.form200{
		width: 100%;
	}
}
@media screen and (max-width: 599px){
	.contact_option {
		align-items: flex-start;
		flex-direction: column;
	}
	.hope_time {
		align-items: flex-start;
		flex-direction: column;
	}
}/*END*/


/* input要素のプレースホルダー文字色を変更 */
input::placeholder {
	color: #b6b6b6;
}
