@charset "utf-8";

body {
	background-color: #FBF3F1;
}
.ap-header_title a,
.ap-form_box dt,
.ap-form_box dt span.required,
.ap-form_link {
    font-family: "Zen Maru Gothic", "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-style: normal;
}
.ap-common_subtitle {
    margin-top: 1.3%;
    font-family: "Elsie", serif;
    font-size: 2.4rem;
    text-align: center;
}
.ap-header {
	width: 100%;
}
.ap-header_title {
	max-width: 250px;
}
.ap-header a {
	font-size: 1.4rem;
}
.ap-formtitle_title {
	margin: max(30px, 3%) auto 0;
}
.ap-formtitle_subtitle {
	margin-top: 0;
	color: #EAA6C5;
}
.ap-formtitle_text {
	margin-top: max(30px, 3%);
	text-align: center;
}
.ap-form_check {
	margin-top: max(50px, 14%) !important;
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 1vw;
}
.ap-form_check-text {
	font-family: "M PLUS 1", Gidole-Regular, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
	text-align: justify !important;
}
.ap-form_check input {
	display: none;
}
.checkbox {
	width: auto;
	padding: 5px 0 5px 35px !important;
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	cursor: pointer;
}
.checkbox::before,
.checkbox::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.checkbox::before {
	width: 20px;
	height: 20px;
	/* margin-top: -8px; */
	left: 5px;
	background-color: #fff;
	border: 1px solid #403136;
	border-radius: 3px;
}
.checkbox::after {
	width: 7px;
	height: 12px;
	margin-top: -2px;
	left: 11px;
	transform: translateY(-50%) rotate(45deg);
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	opacity: 0;
}
input[type=checkbox]:checked + .checkbox::before {
	background-color: #403136;
}
input[type=checkbox]:checked + .checkbox::after {
	opacity: 1;
}
.ap-form_button {
	width: 84.7%;
	max-width: 430px;
	margin: max(40px, 3.5%) auto;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	text-decoration: none;
}
.ap-form_link {
	width: 100%;
	padding: 3.7% 5% 4.2%;
	display: inline-block;
	border: 3px solid #9e97d1;
	border-radius: 50px;
	background-color: #fff;
	color: #9e97d1;
	text-align: center;
	font-weight: 500;
	font-size: 2.1rem;
	position: relative;
}
.ap-form_link::after {
	content: "";
	width: 8.7%;
	height: 42%;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translateY(-50%) rotate(180deg);
	background-image: url(./../../img/arrow_lavender.svg);
	background-repeat: no-repeat;
	background-position: 0;
	background-size: contain;
}
.ap-form_link:hover {
	opacity: .7;
}
::placeholder {
	color: #B0AAA4;
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-align: justify;
}
/* 旧Edge対応 */
::-ms-input-placeholder {
	color: #B0AAA4;
}
/* IE対応 */
:-ms-input-placeholder {
	color: #B0AAA4;
}
.ap-form_footer {
	margin-top: max(90px, 10%);
	padding: max(16px,4%) 0 max(15px,4%);
}

/* -- form#mail_form, dl, dt, dd -------------------------------------------------------------------------------- */

form#mail_form * {
	margin: 0;
	padding: 0;
	box-sizing: content-box;
}

form#mail_form {
	width: 84.7%;
	max-width: 430px;
	min-width: 320px;
    margin: max(40px, 3%) auto 0;
	line-height: 1.8;
}

form#mail_form dl {
	width: 100%;
	margin-top: max(50px, 12%);
}


form#mail_form dl dt {
	display: flex;
	align-items: center;
	text-align: right;
	color: #403136;
	font-weight: 600;
}

form#mail_form dl dd {
	width: 100%;
	margin-top: max(10px, 1%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

form#mail_form dl dd label {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #403136;
}

form#mail_form dl dd input[type="checkbox"] {
	width: 25px;
	height: 25px;
	margin-right: 10px;
}

form#mail_form dl dd label:hover {
	cursor: pointer;
}

form#mail_form dl dd.ap-form_note {
	width: auto;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 1.4rem;
	color: #403136;
	text-align: justify;
}

form#mail_form dl dt i {
	position: relative;
	top: -2px;
}

form#mail_form dl dd div {
	max-width: 340px;
	min-width: 280px;
	margin: 0 auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
form#mail_form dl dd a {
	width: 52%;
	margin: max(10px, 2%) auto 0;
	padding-bottom: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	color: #403136;
	font-size: 1.6rem;
	text-decoration: none;
	text-align: center;
}
form#mail_form dl dd a::before {
	content: "";
	width: 100%;
	height: 1px;
	display: inline-block;
	background-color: #403136;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
form#mail_form dl dd img {
	width: 3%;
	min-width: 18px;
	margin-left: 2%;
}

/* -- span.required, span.optional -------------------------------------------------------------------------------- */

form#mail_form dl dt span.required {
	display: inline-block;
	margin-left: 10px;
	padding: 2px 6px 3px;
	border-radius: 50px;
	background: #EAA6C5;
	border: 1px solid #EAA6C5;
	color: #403136;
	line-height: 1;
	font-weight: 500;
	font-size: 1.3rem;
}




/* -- error message -------------------------------------------------------------------------------- */

form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match {
	width: 100%;
	display: block;
	color: #ff0000;
	margin-top: 5px;
}




/* -- loading -------------------------------------------------------------------------------- */

div.loading-layer {
	width: 100vw;
	height: 100vh;
	background: rgba( 0, 0, 0, 0.7 );
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 10000;
}

span.loading {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border-top: 5px solid rgba( 255, 255, 255, 0.2 );
	border-right: 5px solid rgba( 255, 255, 255, 0.2 );
	border-bottom: 5px solid rgba( 255, 255, 255, 0.2 );
	border-left: 5px solid #ffffff;
	-webkit-transform: translateZ( 0 );
	-ms-transform: translateZ( 0 );
	transform: translateZ( 0 );
	-webkit-animation: load-circle 1.0s linear infinite;
	animation: load-circle 1.0s linear infinite;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
}

@-webkit-keyframes load-circle {
	0% {
		-webkit-transform: rotate( 0deg );
		transform: rotate( 0deg );
	}
	100% {
		-webkit-transform: rotate( 360deg );
		transform: rotate( 360deg );
	}
}

@keyframes load-circle {
	0% {
		-webkit-transform: rotate( 0deg );
		transform: rotate( 0deg );
	}
	100% {
		-webkit-transform: rotate( 360deg );
		transform: rotate( 360deg );
	}
}




/* -- input, select, textarea -------------------------------------------------------------------------------- */

form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"] {
	/* width: calc( 100% - 5% - 5px ); */
	width: 90.3%;
	padding: 15px 4.5%;
	border: 1px solid #403136;
	border-radius: 10px;
	-webkit-appearance: none;
	font-size: 16px;
	font-family: inherit;
	line-height: normal;
}

form#mail_form input[type="text"]:focus,
form#mail_form input[type="email"]:focus,
form#mail_form input[type="tel"]:focus,
form#mail_form select:focus,
form#mail_form textarea:focus {
	background: #ffffff;
}

form#mail_form ul li input[type="radio"],
form#mail_form ul li input[type="checkbox"] {
	width: 25px;
	height: 25px;
	margin-right: 10px;
}

form#mail_form select {
	padding: 7px 2%;
	border: 1px solid #403136;
	border-radius: 3px;
	font-size: 16px;
	font-family: inherit;
	line-height: normal;
}

form#mail_form textarea {
	display: block;
	/* width: calc( 100% - 4% - 2px ); */
	width: 90.3%;
	height: 200px;
	padding: 15px 4.6%;
	resize: vertical;
	border: 1px solid #cccccc;
	border: 1px solid #403136;
	border-radius: 3px;
	background: #fafafa;
	-webkit-appearance: none;
	font-size: 16px;
	font-family: inherit;
	line-height: normal;
	resize: none;
}




/* -- ul, li -------------------------------------------------------------------------------- */

form#mail_form ul {
	list-style-type: none;
}




/* -- input design -------------------------------------------------------------------------------- */

form#mail_form a.postal_search_button {
	display: inline-block;
	padding: 7px 20px;
	border: 1px solid #46b8da;
	border-radius: 3px;
	font-size: 16px;
	line-height: normal;
	color: #ffffff;
	text-decoration: none;
}

form#mail_form a.postal_search_button:hover {
	cursor: pointer;
	border: 1px solid #269abc;
}




/* -- button -------------------------------------------------------------------------------- */

form#mail_form p#form_submit {
	width: 100%;
	margin: max(50px, 13%) auto 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

form#mail_form input[type="button"] {
	width: 100%;
	margin: 0 auto;
	padding: 3.2% 5% 3.7%;
	border: 1px solid #9E97D1;
	border-radius: 50px;
	background: #9E97D1;
	font-size: 2.1rem;
	font-weight: 500;
	color: #fff;
	font-family: inherit;
	-webkit-appearance: none;
	letter-spacing: .05em;
	font-family: "Zen Maru Gothic", "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

form#mail_form input[type="button"]:hover,
form#mail_form p#form_submit:hover {
	cursor: pointer;
	opacity: .7;
}

#form_submit:has(#form_submit_button:disabled) {
	opacity: 0.5;
	pointer-events: none;
}

form#mail_form p#form_submit::after {
	content: "";
	width: 8.7%;
	height: 42%;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translateY(-50%);
	background-image: url(./../../img/arrow_white.svg);
	background-repeat: no-repeat;
	background-position: 0;
	background-size: contain;
}




/* -- responsive ----------------------------------------------------------------------------------------------------------------------- */

/* 1000pixel start */
@media screen and ( max-width: 1000px ) {


/* -- form#mail_form, dl, dt, dd -------------------------------------------------------------------------------- */

form#mail_form {
	width: 84.7%;
}

form#mail_form dl dt {
	width: auto;
	text-align: left;
	font-weight: bold;
}

form#mail_form dl dt i {
	position: static;
	font-weight: normal;
}



}
/* 1000pixel end */



@media screen and ( min-width: 769px ) {
	.ap-footer {
		padding: min(25px, 2.5%) 0;
	}
}




