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

/* PC設定設定 */

@import url("pc_menu_btn.css");

.sp{ display: none}

/* アンカー高さ調整 */
.anchorlink {
       position: relative;
       top: -145px;
       display: block;
}

html{
/*	base設定有 */
}

body{
/*	base設定有 */
/*	背景は各々設定 */
}

.top-img {
	width: 100%;
	margin: 145px auto 0px; /* アンカー高さ調整にひも付く */
	padding: 0px 0px;
	display: block;
	text-align: center;
	margin-bottom: 0px;
	border: 0px #ff0000 solid;
/*	background-color: #ffffff;*/
/*	background: url("../img/top-img-bg.png") top center repeat;*/
}
.top-img img{
	text-align: center;
	max-width: 1060px;
	margin: 0px auto;
	border-radius: 0px 0px 0px 0px;
}

.main {
/*	base設定有 */
	max-width: 1000px;
	min-width: 500px;
	margin: 0px auto 20px;
	padding: 0px 30px 20px;
	border: 0px #ff0000 solid;
	overflow: hidden;
}

header {
/*	max-width: 1000px; */
/*	margin: 0px auto; */
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 145px;
	z-index: 140;
	padding-top: 0px;
	background: url("../img/header-bg.jpg") top center repeat-x;
	background-color: #ffffff;
	clear: both;
	border-top: 0px #ffaa00 solid;
/*	7→7 */
	border-bottom: 7px #cc0000 solid;
/*	3→7 */
}

.header-top {
	max-width: 1060px;
	margin: 0px auto;
	padding: 0px 20px;
	height: 100px;
	border: 0px #cccccc solid;
}
.header-top p{
	margin: 0px;
}
.header-top-l {
	width: 55%;
	height: 100px;
	float: left;
	overflow: hidden;
	border: 0px #cccccc solid;
	box-sizing: border-box;
}
.header-top-r {
	width: 45%;
	height: 100px;
 	float: right;
	overflow: hidden;
	border: 0px #cccccc solid;
	box-sizing: border-box;
}
.header-top-r-t {
 	margin: 12px 0px 5px;
	width: 100%;
	text-align: right;
 	float: right;
	overflow: hidden;
	border: 0px #cccccc solid;
	box-sizing: border-box;
}
.header-top-r-dl {
	padding-right: 5px;
	width: 50%;
	max-width: 200px;
 	float: right;
	overflow: hidden;
	border: 0px #cccccc solid;
	box-sizing: border-box;
}
.header-top-r-dr {
	padding-left: 5px;
	width: 50%;
	max-width: 200px;
 	float: right;
	overflow: hidden;
	border: 0px #cccccc solid;
	box-sizing: border-box;
}

.logo {
	max-width: 383px;
	height: 100px;
	margin: 0px;
	text-align: left;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
	border: 0px #cccccc solid;
}
.logo img{
}


.textnavi {
	margin: 5px 0px 5px;
	max-width: 410px;
	text-arign: right;
	border: 0px #cccccc solid;
	float: right;
}
.textnavi img{
	border-radius: 5px;
}
.telnavi {
	max-width: 200px;
}
.telnavi img{
	border-radius: 5px 5px 0px 0px;
}
.telnavi a:hover img {
}
.telnavi a {
	display: block;
}

.contactnavi {
	max-width: 200px;
	border: 0px #cccccc solid;
}
.contactnavi img{
	max-width: 200px;
	border-radius: 5px 5px 0px 0px;
}
.contactnavi a:hover img {
opacity:0.70; /* CSS3 */
}
.contactnavi a {
	display: block;
}


/* フッター */

footer .footer-box{
	padding: 0px 0px;
	overflow: hidden;
	background-color: #ffffff;
}

footer .footer-area-box {
/*	base設定有 */
	font-size: 12px;
	line-height: 200%;
	padding: 10px;
	margin: 20px 20px 15px;
}
footer .footer-area-box .title{
/*	base設定有 */
	font-size: 14px;
}

footer .footer-link-box {
/*	base設定有 */
	font-size: 14px;
	line-height: 200%;
	padding: 10px;
	margin: 20px 20px 15px;
}

footer .footer-width{
	max-width: 1060px;
	margin: 0px auto;
	padding: 0px 20px 10px;
	overflow: hidden;
}
footer .footer-boxl{
	max-width: 340px;
	margin-right: 20px;
	padding: 5px 0px;
	float: left;
	border: 0px #cccccc solid;
}
footer .footer-boxr{
	width: 50%;
	float: left;
	font-size: 14px;
	line-height: 160%;
	border: 0px #cccccc solid;
}
footer .footer-copy {
/*	base設定有 */
	height: 30px;
	line-height: 30px;
}


/* フッター電話・フォーム・LINE問い合わせ追加 */
.footer-banner-pc{
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 1;
}
/* 右端の為解除
@media screen and (min-width: 1140px){
.footer-banner-pc {
    right: calc(50% - 572px);
  }
}
*/
.footer-banner-pc img{
	width: 200px;
	height: 200px;
}

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