.top_ttl {
	font-family: dnp-shuei-mincho-pr6n, sans-serif;
	text-align: center;
	font-size: 26px;
	font-weight: 600;
	letter-spacing: 0.2em;
	color: #54442e;
}

.top_ttl span {
	padding: 0 27px;
	position: relative;
}

.top_ttl span:before {
	content: '';
	width: 15px;
	height: 19px;
	background-image: url("../img/top/deco.png");
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	left: 0;
	top: 15px;
}

.top_ttl span:after {
	content: '';
	width: 15px;
	height: 19px;
	background-image: url("../img/top/deco.png");
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	right: 0;
	top: 15px;
}

.top_ttl small {
	display: block;
	color: #ff7023;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.1em;
}

#news {
	padding: 80px 0 0;
}

#news .box {
	height: 391px;
	background: url("../img/top/news-bgL.jpg") no-repeat left top/auto, url("../img/top/news-bgR.jpg") no-repeat right top/auto, url("../img/top/news-bg-x.jpg") repeat-x;
	padding: 55px 56px 0;
}

#news_box .post-box {
	padding: 0 56px;
	margin-top: -259px;
}

#news_box .post-box dl {
	display: flex;
	align-items: center;
	border-bottom: 1px dashed #CBCAC9;
	padding: 17px 0 19px;
}

#news_box .post-box dl dt {
	margin-bottom: 0;
	color: #54442e;
	margin-right: 77px;
	position: relative;
	font-size: 16px;
}

#news_box .post-box dl dt:after {
	content: 'NEW';
	font-family: dnp-shuei-mincho-pr6n, sans-serif;
	font-size: 10px;
	line-height: 17px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	background: #ff7023;
	position: absolute;
	right: -54px;
	top: -2px;
	padding: 0 6px;
}

#news_box .post-box dl dd a {
	color: #54442e;
}

#news_box .post-box__header {
	border-bottom: 2px solid #54442E;
	padding: 0 0 38px;
}

#news_box .post-box__summary-link {
	font-family: dnp-shuei-mincho-pr6n, sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	color: #54442e;
	text-decoration: underline;
}

#news_box .post-box__summary-link:hover {
	text-decoration: none;
}

#news_box .post-box__content {
	height: 147px;
}

@media screen and (max-width:767px) {
	.top_ttl {
		font-size: 22px;
	}

	.top_ttl span {
		padding: 0 22px 0 24px;
	}

	.top_ttl span:before, .top_ttl span:after {
		top: 11px;
	}

	.top_ttl small {
		font-size: 12px;
		font-family: 'Antro';
	}

	#news {
		padding: 50px 0 0;
	}

	#news .box {
		height: 400px;
		background: url("../img/top/news-bgL_sp.jpg") no-repeat left top/auto, url("../img/top/news-bgR_sp.jpg") no-repeat right top/auto, url("../img/top/news-bg-x_sp.jpg") repeat-x;
		padding: 45px 37px 0;
	}

	#news_box .post-box__header {
		padding: 0 0 32px;
	}

	#news_box .post-box__summary-link {
		font-size: 14px;
	}

	#news_box .post-box__content {
		height: 193px;
	}

	#news_box .post-box {
		margin-top: -294px;
		padding: 0 37px;
	}

	#news_box .post-box dl {
		display: block;
		padding: 27px 0 20px;
	}

	#news_box .post-box dl dt {
		width: 100px;
		font-size: 13px;
		margin-right: 0;
	}

	#news_box .post-box dl dt:after {
		right: -33px;
		top: -3px;
	}

	#news_box .post-box dl dd {
		font-size: 14px;
		line-height: 22px;
		margin-top: 12px;
	}

}

#about {
	background: #f7f1e9;
	padding: 70px 0 80px;
	margin-top: 80px;
}

#about .top_ttl {
	margin-bottom: 50px;
}

#about .blk {
	display: flex;
	justify-content: space-between;
}

#about .blk .aboutL {
	width: 520px;
	font-size: 14px;
	line-height: 22px;
}

#about .blk .gmap {
	width: 520px;
}

#about .blk .gmap iframe {
	width: 100%;
	height: 100%;
	border: none;
}

#about .blk table thead {
	border-bottom: 1px solid #9F8336;
}

#about .blk table thead th {
	font-size: 18px;
	font-family: dnp-shuei-mincho-pr6n, sans-serif;
	font-weight: 600;
	width: 150px;
}

#about .blk table thead th, #about .blk table thead td {
	padding-bottom: 10px;
}

#about .blk table tbody {
	border-bottom: 1px solid #9F8336;
}

#about .blk table tbody tr:first-child th, #about .blk table tbody tr:first-child td {
	padding: 17px 0 8px;
}

#about .blk table tbody tr:last-child th, #about .blk table tbody tr:last-child td {
	padding-bottom: 17px;
}

#about .blk .txt {
	padding: 18px 0;
}

#about .blk .info dl {
	padding: 13px 0;
	width: 100%;
	display: table;
	border-top: 1px solid rgba(159, 131, 54, 0.24);
}

#about .blk .info dl dt {
	display: table-cell;
	width: 95px;
	font-weight: 600;
	letter-spacing: 0;
}

#about .blk .info dl dd {
	display: table-cell;
}

@media screen and (max-width:1100px) {
	#about .blk .aboutL {
		width: 49%;
	}

	#about .blk .gmap {
		width: 49%;
	}

}

@media screen and (max-width:980px) {
	#about .blk table thead th {
		width: 126px;
	}

	#about .blk .info dl dt {
		width: 76px;
	}

}

@media screen and (max-width:767px) {
	#about {
		margin-top: 50px;
		padding: 40px 0 50px;
	}

	#about .top_ttl {
		margin-bottom: 25px;
	}

	#about .blk {
		display: block;
	}

	#about .blk .aboutL {
		width: 100%;
	}

	#about .blk .gmap {
		width: 100%;
		height: 289px;
		margin-top: 15px;
	}

	#about .blk table thead th {
		font-size: 16px;
	}

	#about .blk table td:last-child {
		width: 50px;
	}

}

#menu {
	padding: 70px 0 80px;
}

#menu .blk {
	margin: 50px 0 50px;
	display: flex;
	justify-content: space-between;
}

#menu .blk p {
	width: 258px;
}

#menu .bnr {
	width: 360px;
	margin: 0 auto;
}

@media screen and (max-width:1100px) {
	#menu .blk p {
		width: 24%;
	}

}

@media screen and (max-width:767px) {
	#menu {
		padding: 45px 0 50px;
	}

	#menu .blk {
		margin: 30px 0;
		flex-wrap: wrap;
	}

	#menu .blk p {
		width: 49%;
		margin-bottom: 2%;
	}

	#menu .bnr {
		width: 100%;
	}

}

#greeting {
	padding: 80px 0;
	background-image: url("../img/top/greeting-bg.jpg");
	background-size: cover;
}

#greeting .container {
	border: 2px solid #9F8336;
	background: #fff;
	padding: 9px;
	position: relative;
	z-index: 1;
}

#greeting .container:before {
	content: '';
	width: calc(50% - 135px);
	background: #f7f1e9;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}

#greeting .box {
	border: 2px solid #9F8336;
	padding: 70px 0 0;
}

#greeting .box:before {
	content: '';
	width: 66px;
	height: 65px;
	background-image: url("../img/top/greeting-deco-left-top.png");
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

#greeting .box:after {
	content: '';
	width: 66px;
	height: 65px;
	background-image: url("../img/top/greeting-deco-right-top.png");
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

#greeting .blk {
	padding: 55px 65px 70px 494px;
}

#greeting .blk:before {
	content: '';
	width: 66px;
	height: 65px;
	background-image: url("../img/top/greeting-deco-left-bottom.png");
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

#greeting .blk:after {
	content: '';
	width: 66px;
	height: 65px;
	background-image: url("../img/top/greeting-deco-right-bottom.png");
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
}

#greeting .name {
	font-family: dnp-shuei-mincho-pr6n, sans-serif;
	font-weight: 500;
	line-height: 24px;
	font-size: 15px;
	margin: 25px 0 40px;
	color: #9f8336;
}

#greeting .name span {
	font-size: 21px;
	display: block;
}

#greeting .name span small {
	font-size: 16px;
}

#greeting .bnr {
	width: 360px;
	margin-left: 50px;
}

#greeting .img {
	width: 545px;
	position: absolute;
	top: 111px;
	left: -45px;
}

@media screen and (max-width:1200px) {
	#greeting {
		padding: 80px 20px;
	}

}

@media screen and (max-width:1080px) {
	#greeting .blk {
		padding: 29px 25px 70px 478px;
	}

	#greeting .bnr {
		margin-left: 0;
	}

	#greeting .img {
		top: 120px;
		width: 523px;
	}

}

@media screen and (max-width:980px) {
	#greeting .img {
		width: 394px;
		left: -36px;
		top: 171px;
	}

	#greeting .blk {
		padding: 55px 15px 70px 340px;
	}

	#greeting .bnr {
		width: 335px;
	}

}

@media screen and (max-width:767px) {
	#greeting {
		background-image: url("../img/top/greeting-bg_sp.jpg");
		padding: 50px 20px;
	}

	#greeting .container:before {
		width: 100%;
		height: calc(100% - 701px);
		top: auto;
	}

	#greeting .box {
		padding: 40px 0 34px;
	}

	#greeting .blk {
		padding: 20px 20px 0;
	}

	#greeting .txt {
		line-height: 22px;
		font-size: 14px;
	}

	#greeting .name {
		margin: 60px 0 27px;
		font-size: 14px;
	}

	#greeting .name span {
		font-size: 18px;
	}

	#greeting .name span small {
		font-size: 14px;
	}

	#greeting .bnr {
		width: 100%;
	}

	#greeting .img {
		width: 100%;
		position: relative;
		left: auto;
		top: auto;
		margin-top: 59px;
	}

}

@media screen and (max-width:370px) {
	#greeting .container:before {
		height: calc(100% - 736px);
	}

	#greeting .blk {
		padding: 20px 15px 0;
	}

}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
	.top_ttl span:before, .top_ttl span:after {
		top: 5px;
	}

}

@media only screen and (min-device-width:320px) and (max-device-width:767px) {
	.top_ttl span:before, .top_ttl span:after {
		top: 5px;
	}

}

/*# sourceMappingURL=index.css.map */