<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift_JIS";

/* #contentsArea{
  width:1130px;
  margin: auto;
} */

.title_navigation h1 a{
	padding-top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contents_base{
	width: 1120px;
	margin: auto;
	overflow: hidden;
}
.contents_base &gt; *{
	margin: auto;
}
.is-pc-hide{
	display: none;
}
.content_header * {
	box-sizing: border-box;
}

.btn-brown a{
	position: relative;
	display: flex;
	align-items: center;
 	font-family: "Hiragino Kaku Gothic ProN", "?ｿｽq?ｿｽ?ｿｽ?ｿｽM?ｿｽm?ｿｽp?ｿｽS ProN W3", Meiryo, ?ｿｽ?ｿｽ?ｿｽC?ｿｽ?ｿｽ?ｿｽI, Osaka, "MS PGothic", arial, helvetica, sans-serif;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, #994134, #87392e);
	border: 1px solid #ccc7c0;
	line-height: 1.3;
	text-decoration: none;
	color: #ffffff;
	transition: all 500ms;
}
.btn-brown a:after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn a img{
		transition: all 500ms;
}
.btn a:hover,
.btn a:hover img{
	opacity: 0.7;
}

.nav{
	padding: 40px 74px;
}
.nav_list {
	display: flex;
	flex-wrap: wrap;
	width: calc( 100% -20px );
	margin-left: -20px;
	margin-top: -14px;
}
.nav_item{
	width: 25%;
	height: 46px;
	margin-top: 14px;
	padding: 0 0 0 20px;
}
.nav_item a{
	padding: 8px;
}
.nav_item.is-hide{
	opacity: 0;
}
.nav_item.is-hide a{
	pointer-events: none;
}
.nav_item a:after{
	right: 10px;
  width: 6px;
  height: 6px;
	margin-top: -3px;
	opacity: 0.7;
}

.footer{
	position: relative;
}
.footer .btn{
	/* position: absolute;
	bottom: 50px;
	left: 0;
	right: 0; */
	margin: 30px auto 0;
	width: 460px;
	height: 60px;
}
.footer .btn-brown a{
	justify-content: center;
}
.footer .btn-brown a:after{
	right: 10px;
  width: 7px;
  height: 7px;
	margin-top: -3px;
}
/* #contentsArea #toTop {
	margin-top: 0;
}
.second_navi{
	margin-top: 40px;
} */
.pagetop a{
	text-decoration: none;
}
#contentsArea #mainContents #toTop{
	margin-left: auto;
    margin-right: auto;
}
.-mode-pc .footer_contact{
	width: 1130px;
	margin: auto;
	padding: 0 5px;
	box-sizing: border-box;
}

.footer-insta-link {
	display: block;
	text-align: center;
	position: absolute;
	right: 170px;
    bottom: 50px;
	text-decoration: none !important;
	color: black !important;
}

.footer-insta-link img {
	width: 45px;
	height: 45px;
}

.footer-insta-link span {
	margin-top: 22px;
	display: block;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",
}

</pre></body></html>