@charset "UTF-8";
#bottom-contact{
	display: none;
}

#contact {
	position: relative;
}
#contact .inner{
	padding: 60px 0 60px;
}

#contact .ttl-block.kitchen{
	margin-bottom: 50px;
}
#contact .ttl-block h2{
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 5px;
	position: relative;
	z-index: 10;
	padding-left: 20px;
}
#contact .ttl-block h2::before {
	content: "";
	width: 6px;
	height: 25px;
	background: var(--orange);
	border-radius: 50px;
	position: absolute;
	bottom: 8px;
	left: 0;
}
#contact .ttl-block.other h2::before {
	background: var(--yellow);
}


#contact .ttl-block h2 span{
	font-weight: 600;
	position: relative;
}
#contact .ttl-block .textarea{
	font-size: 18px;
	margin-bottom: 10px;
}
#contact .ttl-block .btn a{
	margin: 0;
}


#contact .message {
	font-size: 18px;
	line-height: 1.667;
	margin-bottom: 30px;
}
#contact .message a{
	font-weight: 500;
	text-decoration: underline;
	color: var(--green);
}
#contact .message a:hover{
	opacity: .7;
}
#contact .message .min{
	font-size: 15px;
	display: block;
	margin-top: 10px;
}
#contact .privacy {
	background: var(--bg_gray);
	padding: 25px;
	font-size: 16px;
	line-height: 1.625;
	margin-top: 25px;
}
#contact .privacy a{
	text-decoration: underline;
	font-weight: 500;
	display: block;
}
#contact .privacy a:hover{
	opacity: .7;
}
.require {
	color: #eb1c1c;
	font-size: 14px;
	margin-left: 10px;
}


/* table */
#contact form table tr {
	border-top: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
}
#contact form table tr th {
	width: 290px;
	background: #f0f0f0;
	padding: 25px;
	line-height: 1;
	font-weight: 500;
}
#contact form table tr td {
	padding: 25px;
}

#contact .note {
	margin-top: 7px;
	display: block;
	font-size: 14px;
}

#contact input[value="住所をセットする"] {
	background: var(--black);
	color: #fff;
	padding: 5px 8px;
	font-size: 13px;
	box-sizing: border-box;
	border-radius: 5px;
	cursor: pointer;
}
#contact .notice{
	padding-top: 40px;
	font-size: 17px;
	line-height: 1.7;
}
#contact .notice .ttl{
	font-size: 20px;
	margin-bottom: 5px;
}
#contact .notice .textarea{
	font-size: 16px;
}

/* 調整 */
#form_check .input_right{
	display: flex;
}
#form_check .input_right label{
	margin-right: 40px;
}
#contact form table tr.input_desc{
	border: none;
}
#contact form .back {
	width: 280px;
	margin: 0;
	background: #989898;
	border: none;
}
#contact form .go {
	margin-left: 40px;
}



/* サンクスページ */
#thanks .inner{
	padding: 60px 0 80px;
}
#thanks h2 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
}
#thanks .text {
	font-size: 18px;
	margin-bottom: 60px;
}
#thanks .btn a{
	margin: 0;
}
#thanks .btn a::after {
	right: 0;
	left: 20px;
	width: 8px;
	height: 10px;
	transform: rotate(-180deg);
}


/*------------------------
広場利用
------------------------*/
#top-ttl.square .page-ttl h1{
	font-size: 36px;
}
#contact.square .ttl-block h2::before {
	background: #D78A99;
}