@charset "utf-8";

/* inquiry */

.contact {
    padding: 0;
}
#inquiry h2 {
    font-size: 36px;
    margin: 1em 0;
}
#inquiry .inq-phone {
	padding-left: 1.5em;
	margin-bottom: 30px;
	background: url("../images/guide/phone.svg") left center no-repeat;
}
#inquiry #photo ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: space-between;
}
#inquiry strong.most {
	font-size: 1.3em;
}
@media screen and (max-width: 768px) {
	#inquiry #photo ul {
		flex-flow: column;
		align-items: center;
		justify-content: start;
	}
	#inquiry #photo ul li {
		margin-bottom: 10px;
	}
}

/* inquiry form and table */
#inquiry #reserve {
	margin-bottom: 5em;
}
#inquiry #inquiry-form {
	margin-top: 8em;
	margin-bottom: 1em;
	position: relative;
	padding: 30px;
	border: 1px solid #999;
	border-radius: 10px;
	background: #fff;
	filter:drop-shadow(0 0 5px rgba(0,0,0, .4));
}
#inquiry #inquiry-form:before {
	content: "";
	display: block;
	width: 130px;
	height: 130px;
	background: url("../images/inquiry/sheel.svg") center center no-repeat;

	position: absolute;
	top: -60px;
	left: 30px;
}
#inquiry .inquiry-table {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 20px;
	border-collapse: collapse;
}
#inquiry .inquiry-table .caption {
	font-size: 12px;
	color: #666;
	line-height:1.2em;
}
#inquiry .inquiry-table th,
#inquiry .inquiry-table td {
	padding: 5px 0 5px 20px;
	text-align: left;
	font-weight: normal;
}
#inquiry .inquiry-table th {
	width: 14em;
	vertical-align: top;
}
#inquiry .inquiry-table input {
	width: calc(100% - 10px);
	padding: 10px 5px;
	border: 1px solid #999;
	border-radius: 6px;
}
#inquiry .inquiry-table .required {
	background: #a0457b;
	font-family: sans-serif;
	font-size: 10px;
	color: #fff;
	padding: 2px 4px;
	border-radius: 2px;
	margin-left: 5px;
	vertical-align: bottom;
}
#inquiry .preferred-date {
	width: 100%;
}
#inquiry .preferred-date tr {
	border: none;
}
#inquiry .preferred-date th {
	width: 4em !important;
	border-right: none !important;
	vertical-align: middle;
}
#inquiry .preferred-date th,
#inquiry .preferred-date td {
	padding: 0 10px;
}
#inquiry .inquiry-table textarea {
	width: calc(100% - 30px);
	height: 8em;
	padding: 10px;
	border: 1px solid #999;
	border-radius: 6px;
}
#inquiry input[type="submit"] {
	color: #fff;
	background: #a38936;
	margin-top: 1em;
}
#inquiry input[type="submit"]:hover {
	opacity: .7;
}
#inquiry .attention {
	margin-bottom: 5em;
}

@media screen and (max-width: 736px) {
	#inquiry .inquiry-table th,
	#inquiry .inquiry-table td {
		display: block;
		padding: 5px 0 0 0;
	}
	#inquiry .inquiry-table tr th {
		width: 100%;
		padding-top: 20px;
		border-right: none;
	}
	#inquiry .inquiry-table tr {
		border-bottom: none;
	}
	#inquiry .preferred-date th,
	#inquiry .preferred-date td {
		display: table-cell;
		vertical-align:text-top;
	}
}

/* フォームご利用の際のご注意 */
#notice {
	margin-bottom: 5em;
}

/* 交通アクセスのご案内 */

#access .inner {
    display: flex;
    justify-content: space-between;
}
#access h2 {
	margin-top: 0;
	border: none;
}
#access h3 {
	font-size: 20px;
	margin-top: 0;
}
#access .google-btn {
    border-radius: 3px;
    background: #a38936;
}
#access .google-btn a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 5px;
    color: #fff;
    text-align: center;
    background: none;
}
#access .map {
    width: 645px;
}
#access .contact {
	width: 180px;
	margin: 0 auto;
}
#access .map a {
    padding-right: 0;
    background: none;
}
#access .map img {
    width: 100%;
}

@media screen and (max-width: 736px) {
    #access .inner {
        display: block;
        justify-content: normal;
    }
    #access .google-btn {
        display: none;
    }
    #access .map {
        width: 100%;
    }  
}


/* inquiry　お申し込み内容確認 */

#inquiry .confirm table {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 20px;
	border-collapse: collapse;
}
#inquiry .confirm tr {
	border-bottom: 1px solid #ccc;
}
#inquiry .confirm th,
#inquiry .confirm td {
	padding: 15px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
#inquiry .confirm th {
	width: 12em;
}
#inquiry .confirm input {
	width: 100%;
	padding: 10px 5px;
	border: 1px solid #999;
	border-radius: 6px;
}
#inquiry .confirm input[type="submit"] {
	background: #a38936;
	margin-bottom: 1em;
}
#inquiry .confirm input[type="button"] {
	background: #ccc;
	margin-bottom: 1em;
}
#inquiry .confirm input[type="submit"]:hover,
#inquiry .confirm input[type="button"]:hover {
	opacity: .7;
}

/* inquiry Thanks page */

.thanks h1 {
	line-height: 1.5em;
}