html,
body {
	overflow-x: hidden;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
p,
a,
ol,
ul,
li {
	margin: 0;
	padding: 0;
}

img {
	vertical-align: bottom;
	max-width: 100%;
}

body {
	font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

a {
	text-decoration: none;
}

a:hover {
	opacity: .7;
}

ul,
ol {
	list-style: none;
}


.header-top {
	font-weight: normal;
	text-align: center;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #ddd;
	border-top: 4px solid #58330d;
}

.header-top p {
	font-size: 16px;
}

.header-title {
	height: 100px;
	line-height: 100px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.header-title a {
	color: darkgoldenrod;
	font-size: 54px;
}

.header-links {
	background: #573312;
}

.header-links-inner {
	display: flex;
	width: 100%;
	height: 60px;
	margin: 0 auto;
}

.header-links a {
	flex: 1;
	line-height: 60px;
	color: #ffffff;
	border-left: 1px solid #ffffff;
	text-align: center;
	font-size: 14px;
}

.header-links a:nth-last-child(1) {
	border-right: 1px solid #ffffff;
}

.fv {
	position: relative;
	width: 100%;
	height: 500px;
}

.fv-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fv-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%)translateY(-50%);
	text-align: center;
	width: 100%;
}

.fv-text p {
	font-size: 38px;
	color: #ffffff;
}

.fv-text h1, .fv-text .fv-text-title {
	font-size: 20px;
	margin-top: 13px;
	color: #ffffff;
}

.footer-top {
	border-top: 1px solid #58330d;
	background: #f4f0ec;
	padding: 60px 0;
	text-align: center
}

.footer-top-inner {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.footer-title {
	color: darkgoldenrod;
	font-size: 54px;
}

.footer-address {
	margin-top: 35px;
	font-size: 16px;
}

.footer-tel {
	font-size: 16px;
	margin-top: 10px;
	color: #000000;
}

.footer-contact {
	margin-top: 35px;
}

.footer-contact p {
	font-size: 20px;
}

.footer-contact-inner {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.footer-contact-inner a {
	width: 120px;
	margin: 0 10px;
	line-height: 40px;
	box-sizing: border-box;
	text-align: center;
	font-size: 16px;
}

.footer-contact-line {
	background-color: #51b12b;
	color: #ffffff;
}

.footer-contact-web {
	color: #58330c;
	border: 1px solid #59340e;
}

.footer-bottom {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	border-top: 1px solid #ddd;
}

.footer-bottom p {
	line-height: 60px;
	font-size: 14px;
	text-align: center;
}

.footer-links {
	border-top: 1px solid #ddd;
}

.footer-links-inner {
	display: flex;
	height: 60px;
	align-items: center;
	justify-content: center;
}

.footer-links-inner a {
	color: #000000;
	padding: 0 12px;
	border-left: 1px solid #ddd;
}

.footer-links-inner a:nth-last-child(1) {
	border-right: 1px solid #ddd;
}

.footer-copyright {
	width: 100%;
	line-height: 60px;
	font-size: 12px;
	text-align: center;
	background: #58330d;
}

.footer-copyright p {
	margin: 0 auto;
	color: #ffffff;
}


main {
	background: #f4f0ec;
}

.container {
	width: 1200px;
	margin: 0 auto;
}

.sp {
	display: none;
}

@media screen and (max-device-width: 900px) {
	.sp {
		display: block;
	}
	.header-links-inner a {
		display: block;
		font-size: 16px;
	}

	.header-top {
		display: none;
	}

	.header-title {
		border-top: 4px solid #58330d;
		height: 60px;
		line-height: 60px;
		;
	}

	.header-title a {
		font-size: 36px;
	}

	.header-links {
		display: none;
	}

	.footer-top {
		padding: 30px 10px;
	}

	.footer-bottom {
		padding: 10px;
		box-sizing: border-box;
	}

	.footer-bottom p {
		line-height: 1.5;
	}
	.footer-links {
		display: none;
	}
}


