@charset "utf-8";

/* ------------------------------
pagettl
------------------------------ */
/*pagettl*/
#pagettl {
	width: 100%;
	height: 230px;
	background-color: #ffe0e8;
	background-image: url(../img/contact/bg_pagettl.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
	padding-top: 70px;
}

#pagettl .ttl {
	margin-bottom: 70px;
}

#pagettl .ttl .ja {
	display: block;
	font-weight: 700;
	font-size: 1.8rem;
	letter-spacing: 0.2em;
	line-height: 1;
	padding-top: 1.6em;
	margin-top: 1em;
	position: relative;
}

#pagettl .ttl .ja::before {
	content: "";
	width: 51px;
	height: 11px;
	background: url(../img/common/secttl.png) no-repeat center / auto 100%;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
}

@media screen and (max-width: 768px) {
	#pagettl {
		height: 40vw;
		background-color: transparent;
		background-image: url(../img/contact/bg_pagettl_sp.png);
		padding-top: 12vw;
	}
	#pagettl .ttl {
		margin-bottom: 9vw;
	}

	#pagettl .ttl .en img {
		width: auto;
		height: 5.2vw;
	}

	#pagettl .ttl .ja {
		font-size: 3.6vw;
	}

	#pagettl .ttl .ja::before {
		width: 10.26vw;
		height: 2.266vw;
	}

}

/* ------------------------------
contact
------------------------------ */
#contact {
	padding: 60px 0 160px;
	border-bottom: 70px solid #fff6f8;
}

#contact .notes {
	width: 756px;
	margin: 0 auto;
	font-size: 1.4rem;
	line-height: 1.7;
	letter-spacing: 0.14em;
}




/*form*/
#contact .form {
	max-width: 930px;
	margin: 60px auto 0;
}

#contact .form .box {
	padding: 30px 0;
	position: relative;
	border-top: 1px solid #ffe0e8;
}


#contact .form .box dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

#contact .form .box dl + dl {
	margin-top: 40px;
}

#contact .form .box dl dt,
#contact .form .box dl dd {
	font-weight: 700;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
}

#contact .form .box dl dd p{
	font-weight: 700;
	font-size: 1.6rem;
}

#contact .form .box dl dt {
	width: 280px;
	padding-top: 1em;
}


#contact .form .box.shop dl dt {
	padding-top: .2em;
}


#contact .form .box dl dt .must {
	display: inline-block;
	line-height: 1;
	color: #eb9ab4;
	border: 1px solid #eb9ab4;
	font-size: 1.4rem;
	padding: .2em .25em;
	margin-left: .8em;
	position: relative;
	font-weight: 400;
	top: -.1em;
	letter-spacing: 0.1em;
}



#contact .form .box dl dd {
	width: calc(100% - 280px);
}

#contact .form .box dl dd.flex {
	justify-content: space-between;
}


#contact .form .box dl dd span {
	display: inline-block;
	min-width: 2.7em;
}

#contact .form .box .address dt {
	width: 100px;
}

#contact .form .box .address dd {
	width: 900px;
}

#contact .form .box.privacy {
	border-bottom: none;
}

#contact .form .box.privacy dl dt {
	padding-top: 0;
}


#contact .form .box.privacy dl dd a {
	color: #eb9ab4;
	font-weight: 400;
	font-size: 1.6rem;
	margin-left: 2em;
	text-decoration: underline;
}

#contact .form input[type="text"],
#contact .form input[type="email"],
#contact .form input[type="tel"],
#contact .form select,
#contact .form textarea {
	background: #fff6f8;
	height: 60px;
	box-shadow: 0 0 7px rgba(50,50,50,.2) inset;
	padding: .5em 1em;
	width: 100%;
	font-weight: 400;
	font-size: 1.6rem;
}

#contact .form *::placeholder {
	color: #989898;
}

#contact .form input.short {
	width: 270px;
}

#contact .form .box dl dd.phone {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#contact .form .box dl dd span.hyphen {
	min-width: auto;
}

#contact .form .phone input {
	width: 190px;
}

#contact .form .phone input + span{
	min-width: auto!important;
	font-size: 1.8rem;
	margin: 0 .78em;
}

#contact .form .phone input:last-child {
	margin-right: 0;
}


#contact .form textarea {
	height: 260px;
	resize: vertical;
	overflow: auto;
}


#contact .form input[type='checkbox'] {
	visibility: hidden;
	width: 1px;
	height: auto;
	margin: 0;
	padding: 0;
}

#contact .form input[type='checkbox'] + .wpcf7-list-item-label {
	position: relative;
	padding-left: 1.8em;
	cursor: pointer;
}

span.wpcf7-list-item {
	margin: 0 !important;
}

#contact .form input[type='checkbox'] + .wpcf7-list-item-label::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 21px;
	height: 21px;
	background: #fff6f8;
	box-shadow: 0 0 5px rgba(50,50,50,.2) inset;
}

#contact .form input[type='checkbox']:checked + .wpcf7-list-item-label::after {
	content: '';
	display: block;
	position: absolute;
	left: 5px;
	top: 5px;
	width: .7em;
	height: .4em;
	border-bottom: 3px solid #eb9ab4;
	border-left: 3px solid #eb9ab4;
	transform: rotate(-45deg);
	border-radius: 0;
	background: transparent;
	/*	  visibility: visible;*/
}



#contact .form .checklist.radio li {
	width: auto;
}

#contact .form .checklist.radio li + li {
	margin-top: 1em;
}

#contact .form .checklist.radio li input[type='text'] {
	display: inline-block;
	width: 215px;
	margin-left: 1em;
}


#contact .form .checklist label {
	display: inline-block;
	position: relative;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.25;
	letter-spacing: 0.1em;
}

#contact .form .checklist label input.checkitem {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 1px;
}

#contact .form .checklist label input.checkitem + span {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	padding-left: 2.8em;
	min-width: inherit;
}

#contact .form .checklist label input.checkitem + span::before,
#contact .form .checklist label input.checkitem + span::after {
	content: "";
	display: inline-block;
	position: absolute;
}

#contact .form .checklist.radio label input + span::before {

	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 0 7px rgba(50,50,50,.2) inset;
	top: 2px;
	left: 0;
}

#contact .form .checklist.radio label input:checked + span::after {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #eb9ab4;
	top: 8px;
	left: 6px;
}

#contact .form .box dl dd span .wpcf7-list-item.last {
	margin-top: 1em !important;
}

#contact .form input[type="submit"] {
	display: block;
	width: 220px;
	height: 50px;
	border: 2px solid #000;
	background-color: rgba(255,255,255,.5);
	position: relative;
	transition: all .5s cubic-bezier(.4, .8, .74, 1) 0s;
	margin: 40px auto 0;
	cursor: pointer;
	font-size: 2.1rem;
	font-weight: 700;
	letter-spacing: 0.15em;
}
#contact .form input[type="submit"]:disabled {
	pointer-events: none;
}

#contact .form input[type="submit"]:hover {
	background-color: #000;
	color: #fff;
}

.wpcf7-form-control-wrap.your-email,
.wpcf7-form-control-wrap.your-email_confirm,
.wpcf7-form-control-wrap.message {
	width: 100%;
}

.wpcf7 form .wpcf7-response-output {
	font-size: 1.6rem;
	padding: 1em;
	line-height: 1.8;
}

@media screen and (max-width: 768px) {
	#contact {
		padding: 10vw 0 15vw;
		border-bottom: 9vw solid #fff6f8;
	}

	#contact .notes {
		width: 100%;
		font-size: 3.2vw;
	}



	/*form*/
	#contact .form {
		margin-top: 8vw;
	}

	#contact .form .box {
		padding: 5vw 0;
	}

	#contact .form .box dl {
		display: block;
	}

	#contact .form .box dl + dl {
		margin-top: 7vw;
	}

	#contact .form .box dl dt,
	#contact .form .box dl dd {
		font-size: 3.6vw;
	}

	#contact .form .box dl dt {
		width: 100%;
		padding-top: 0;
		margin-bottom: .8em;
	}


	#contact .form .box dl dt .must {
		font-size: 3vw;
	}

	#contact .form .box dl dd {
		width: 100%;
	}

	#contact .form .box dl dd.flex {
		flex-direction: column;
	}

	#contact .form .box dl dd.flex p + p {
		margin-top: 3vw;
	}

	#contact .form .box dl dd span {
		min-width: 2.5em;
		font-size: 3.6vw;
	}

	#contact .form .box.privacy {
		padding: 5vw 0;
	}

	#contact .form .box.privacy dl dt {
		display: block;
		text-align: left;
	}

	#contact .form .box.privacy dl dd {
		display: block;
		padding-top: 0;
	}

	#contact .form .box.privacy dl dd a {
		font-size: 2.9vw;
		margin-left: .2em;
		white-space: nowrap;
	}

	#contact .form input[type="text"],
	#contact .form input[type="email"],
	#contact .form input[type="tel"],
	#contact .form select,
	#contact .form textarea {
		height: 10vw;
		font-size: 3.4vw;
		padding: .5em;
	}

	#contact .form textarea{
		height: 32vw;
	}

	#contact .form input.short {
		width: 60vw
	}

	#contact .form .phone input {
		width: 100% !important;
	}

	#contact .form .phone .wpcf7-form-control-wrap {
		width: 25% !important;
	}

	#contact .form input[type='checkbox'] + label{
		padding-left: 1.5em;
	}

	#contact .form input[type='checkbox'] + label::before {
		top: .3em;
		width: 4vw;
		height: 4vw;
	}

	#contact .form input[type='checkbox']:checked + label::after {
		top: .5em;
		left: .2em;
		border-bottom: .6vw solid #eb9ab4;
		border-left: .6vw solid #eb9ab4;
	}



	#contact .form .checklist {
		display: block;
	}

	#contact .form .checklist.pt {
		padding-top: 0;
	}

	#contact .form .checklist li {
		width: 100%;
	}

	#contact .form .checklist.radio li {
		width: 100%;
	}

	#contact .form .checklist.radio li + li {
		margin-left: 0;
	}

	#contact .form .checklist.radio li input[type='text'] {
		display: inline-block;
		width: 8em;
		margin-left: 1em;
	}

	#contact .form .checklist.radio + p {
		font-size: 3vw;
		text-align: left;
	}


	#contact .form .checklist li label span{
		font-size: 3.2vw;
	}

	#contact .form .checklist li label input.checkitem + span{
		padding-left: 1.8em;
	}

	#contact .form .checklist li label input.checkitem + span::before {

		width: 4vw;
		height: 4vw;
		top: .4vw;
	}

	#contact .form .checklist li label input.checkitem:checked + span::after {
		width: 2vw;
		height: 2vw;
		top: 1.4vw;
		left: 1vw;
	}

	#contact .form input[type="submit"]{
		margin-top: 10vw;
		font-size: 3.8vw;
		width: 44vw;
		height: 10vw;
	}

	#contact .form .checklist.radio label input + span::before {
		top: -.05vw;
	}
	#contact .form input[type='checkbox'] + .wpcf7-list-item-label::before {
		top: -.75vw;
	}
}
