@charset "utf-8";

/* ==============================
PC contact layout
Site Name: SULK;
Date: 2025.03;
================================= */

/* base
--------------------------------- */
/* bg */
/*#contact {
	background-color: #ebf0f0;
}*/

/* list
--------------------------------- */
#intro02 {
	margin-bottom: 160px;
}
.contact__list li {
	width: 33.333%;
}
.contact__list li:not(:first-of-type) a {
	border-left: none;
}
.contact__list a {
	color: #333;
	display: block;
	transition: .5s;
	border: 1px solid #dfdfdf;
	padding: 24px;
}
.contact__list a:hover {
	color: #aaa;
	text-decoration: none;
}
.contact__list h3 {
	font-size: 24px;
	font-weight: 900;
	line-height: 1.2;
}
.contact__list h3 span {
	font-size: 12px;
}
.contact__list p {
	margin-top: 16px;
}

/* intro
--------------------------------- */
#intro {
	margin-bottom: 80px;
}
#intro .ttl03.is-m {
	margin-top: 48px;
}
#intro .hdn--pcmax {
	display: none;
}

/* contactform
----------------------------- */
#contactform {
	border-top: 1px solid #ccc;
	padding: 80px 0 160px;
}
/* list */
#mailformpro dl {
	display: flex;
	font-size: 14px;
	justify-content: space-between;
	padding-bottom: 12px;
}
#mailformpro dt {
	font-weight: 900;
	padding-top: 16px;
	width: 230px;
}
#mailformpro dt i {
	color: #eb67a2;
	margin-left: 6px;
}
#mailformpro dd {
	clear: both;
	flex: 1;
}
/* input */
.form-day02 {
	display: inline-block;
	margin-right: 2%;
	width: 16%;
}
.form-day {
	margin-right: 2%;
	width: 40%;
}
.form-time {
	width: 40%;
}
#form-name,
#form-zip,
#form-tel {
	width: 66%;
}
input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
	font-size: 16px;
	border: 1px solid #d0d4d4;
	margin-bottom: 12px;
	padding: 0 12px;
	height: 56px;
}
textarea {
	margin-bottom: 56px;
	padding: 12px !important;
	width: 100% !important;
	height: 300px !important;
}
#contactform__zip {
	margin: 12px 0;
}
/* label */
.label--btn {
	background-color: #333;
	box-sizing: border-box;
	color: #ebf0f0;
	cursor: pointer;
	display: inline-block;
	line-height: 48px;
	transition: background-color .5s;
	margin-bottom: 12px;
	padding: 0 12px;
	width: 32%;
	height: 48px;
}
.label--btn:not(:last-of-type) {
	margin-right: 2%;
}
.label--btn:hover {
	background-color: #666 !important;
}
.label--btn.mfp_checked {
	background-color: #eb67a2;
}
.label--btn.mfp_not_checked {
	background-color: #666;
}