@charset "UTF-8";
@import "/include/css/common.pc.css";

/* ---------------------------------------------------------
	CSS Document contact.html 2025-10-03
--------------------------------------------------------- */

@media only screen and (max-width: 767px) {
	.pc {
		display: none;
	}
}


@media only screen and (min-width: 768px) {
	.sp {
		display: none;
	}
}

#contact .reservaition {
	max-width: 836px;
	margin: 0 auto 40px;
	text-align: left;
	line-height: 2;
}

#contact #form {
	margin-top: -80px;
	padding-top: 80px;
}

#contact .reservaition_about p {
	padding-bottom: 2em;
}

@media only screen and (min-width: 992px) {
	#contact .reservaition_about p:last-of-type {
		padding-bottom: 0;
	}
}

@media only screen and (min-width: 768px) {
	#contact .reservaition_about p {
		text-align: center;
	}
}

#contact .table {
	margin: 4em 0 0;
	text-align: left;
	position: relative;
}

#contact .table:before {
	content: '';
	width: 100%;
	height: 1px;
	background: #eee;
	position: absolute;
	top: -3em;
	left: 0;
}

@media only screen and (min-width: 992px) {
	#contact .table {
		display: table;
		width: 100%;
		margin-top: 8em;
		border-collapse: collapse;
		text-align: left;
		position: relative;
	}
	#contact .table:before {
		content: '';
		width: 100%;
		height: 1px;
		background: #eee;
		position: absolute;
		top: -4em;
		left: 0;
	}
}

#contact dl {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

@media only screen and (min-width: 992px) {
	#contact dl {
		display: table-row;
	}
}

#contact dt {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

@media only screen and (min-width: 992px) {
	#contact dt {
		display: table-cell;
		vertical-align: top;
		width: 200px;
		margin: 0;
		padding: 15px 0;
		box-sizing: border-box;
		line-height: 38px;
	}
}

#contact dt em {
	font-style: normal;
	font-weight: bold;
	color: #ccc;
}

#contact dd {
	margin: 0;
	padding: 10px 0 40px;
	box-sizing: border-box;
}

@media only screen and (min-width: 992px) {
	#contact dd {
		display: table-cell;
		vertical-align: top;
		margin: 0;
		padding: 15px 0;
		box-sizing: border-box;
	}
}

#contact .note {
	margin-bottom: 20px;
	padding-top: 5px;
	line-height: 2;
}

button, input, textarea, select {
	outline: none;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: Cardo, "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-size: 12px;
	color: #333;
}

@media only screen and (min-width: 768px) {
	button, input, textarea, select {
		font-size: 14px;
	}
}

::-webkit-input-placeholder {
	color: rgba(75, 63, 57, 0.5);
}

::-moz-placeholder {
	opacity: 1;
	color: rgba(75, 63, 57, 0.5);
}

:-ms-input-placeholder {
	color: rgba(75, 63, 57, 0.5);
}

#contact input[type='tel'],
#contact select,
#contact input[type='email'],
#contact input[type='text'],
#contact textarea {
	padding: 0 1em;
	border-radius: 4px;
	border: solid 1px #ccc;
}

#contact input[type='tel'],
#contact select,
#contact input[type='email'],
#contact input[type='text']{
	height: 38px;
}

#contact select {
	padding: 0 0.6em;
}

#contact textarea {
	width: 100%;
	padding: 1em;
}

#contact .err {
	box-shadow: 0 0 3px 0 #f00 !important;
}

#contact .w600 {
	width: 100%;
}

#contact .date {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}

#contact .date:last-of-type {
	margin-bottom: 5px;
}

#contact .date .num {
	width: 4em;
	font-weight: bold;
}

#contact .w140 {
	width: 12em;
}

#contact .w300 {
	width: calc(100% - 18em);
}

#contact .submit {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;
}

@media only screen and (min-width: 992px) {
	#contact .submit {
		margin-top: 30px;
	}
}

#contact .submit li {
	margin: 0 25px;
}

#contact .submit button {
	vertical-align: top;
	width: 240px;
	border-radius: 0;
	background: #444;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	color: #fff;
	cursor: pointer;
	transition: .4s;
}

#contact .submit button:hover {
	opacity: 0.6;
}

#contact .submit .back button {
	background: #ccc;
}

