<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ---------------------------------------- [iframe] */
.wrap_iframe {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin: 15px auto;
}
.wrap_iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* ---------------------------------------- [figure] */
figure {
	margin: 0;
	padding: 0;
}
figcaption {
	text-align: center;
	font-size: 0.9em;
}
figure img {
	margin: 10px auto;
}
/* ---------------------------------------- [BORDER] */
.bdr1 {
	border: 1px solid #010101;
	box-sizing: border-box;
}
/* ---------------------------------------- [BUTTON] */
.btn {
	font-size: 1.0em;
	color: #FFF !important;
	border: none;
	padding: 5px 10px;
	border-radius: 5px;
	display: inline-block;
	text-decoration: none;
	margin: 15px 0px;
}
.ohover {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-color: #0064a7;
}
.btn:hover {
	position: static !important;
	cursor: pointer;
	opacity: 0.6;
}
/* ---------------------------------------- [TOPPAGE] */
#footerbox {
	margin: 10px auto;
}
.home #text1 {
	padding: 0 !important;
}
/* -------------------- [.topnews] */
.topnews {
	background-color: #f2eada;
	margin-bottom: 20px;
	padding: 20px;
}
.box_topnews {
	background-color: #fff;
	border-radius: 15px;
	padding: 20px;
}
.box_topnews &gt; div {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-start;	/*baseline*/
	margin-bottom: 10px;
}
.box_topnews_content {
	width: 470px;
}
.news_headline {
	color: #c4a266;
	font-size: 22px;
	letter-spacing: 0.1em;
}
.box_topnews_mark {
	width: 80px;
	margin: 10px 20px 10px 10px;
}
.box_topnews .btn {
	margin: 0px;
}
/* -------------------- [.box_kv] */
.box_kv {
	position: relative;
	min-height: 480px;
	overflow: hidden;
	margin: 15px auto;
}
.kv_content {
	position: relative;
	z-index: 11;
	width: 95%;
}
.kv_image {
	position: absolute;
	right: -100px;
	bottom: -100px;
	filter: saturate(90%);
	border-radius: 50%;
	width: 500px;
	height: 500px;
	object-fit: cover;
}
.kv_catchcopy {
	font-size: 40px;
	line-height: 1.5;
	color: #404040;
	font-weight: bold;
}
.kv_catchcopy span {
	font-size: 0.4em;
	margin-top: 10px;
	border-top: 2px solid #404040;
	padding-top: 10px;
	display: block;
	text-shadow: 2px 2px 20px white,-2px 2px 20px white,2px -2px 20px white,-2px -2px 20px white;
}
.kv_link {
	display: inline-block;
	padding: 10px;
	border-radius: 5px;
	text-decoration: none !important;
	color: #5a5a5a !important;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	text-align: center;
	width: 320px;
	margin: auto;
	bottom: 30px;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.kv_link:hover {
	cursor: pointer;
}
.kv_link, .kv_link:hover {
	position: absolute !important;
	z-index: 11;
	top: auto !important;
	left: 0 !important;
	right: 0 !important;
}
/* ---------------------------------------- [COMMON] */
.dsc1item .adj_col1 {
	width:120px;
}










@media screen and (max-width:767px) {
	.home #text1 {
		padding: 12px !important;
	}
	.topnews {
		margin-top: 20px;
	}
	.box_topnews_content {
		width: 100%;
	}
	.box_topnews_mark {
		display: none;
	}
}
@media screen and (max-width:414px) {
	.box_kv {
		min-height: auto;
	}
	.box_kv::after {
		content: "";
		display: block;
		height: 5em;
	}
	.kv_image {
		width: 100vw;
		height: 100vw;
	}
	.kv_catchcopy {
		font-size: 30px;
		line-height: 1.25;
	}
	.kv_link {
		padding: 8px;
		width: 85%;
		font-size: 1.0em;
	}
	.sp_font_size {
		font-size: 0.8em !important;
	}
	.dsc1item .adj_col1 {
		width:80px;
	}
}</pre></body></html>