<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メニュー　**********************/
/***************************　共通　****************************/
/******************************************************************/
footer {
	background-color: #ffffff;
}

header nav ul,
footer nav ul {
	display: inline-block;
	list-style: none;
	margin: 0;
}

header nav ul li a .arrowBox,
footer nav ul li a .arrowBox {
	display: inline-block;
	margin: 0 5px 2px 0;
	width: 5px;
	height: 9px;
	background-image: url("../img/arrow_GrovHover.png");
	background-repeat: no-repeat;
}

header nav ul li a img,
footer nav ul li a img {
	vertical-align: top;
	width: 5px;
	height: 9px;
}

header nav ul li.sp_menu,
footer nav ul li.sp_menu {
	display: none;
}

header,
footer,
header a,
footer a {
	color: #000000;
}

header a:hover,
footer a:hover {
	text-decoration: underline;
	
}

header nav ul li a:hover img,
footer nav ul li a:hover img{
	opacity: 0;
}


/******************************************************************/
/*************************　ヘッダー　************************/
/******************************************************************/

/******************************************************************/
/*********** index トランジッション初期値 *************/
#index header {
	background: rgba(255,255,255,0);
}
#index header .headerBtn {
	opacity: 0;
}
#index header nav .headernavMenu {
	top: -35px;
}
/******************************************************************/

header {
	position: fixed;
	margin: 0;
	top: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	background: rgba(255,255,255,1);
}

header .LogoBox {
	display: inline-block;
	height: 60px;
}

header .LogoBox .LogoMark {
	display: inline-block;
	margin: 0 10px 0 10px;
}

header .LogoBox .area {
	display: inline-block;
	line-height: 1.3em;
}

header nav {
	display: block;
	overflow: hidden;
}

header nav {
	display: block;
	overflow: hidden;
}

header nav .headernavMenu {
	height: 35px;
	padding: 0;
	background-color: #ffffff;
	line-height: 1em;
}

header nav ul li {
	display: inline-block;
	margin: 0 10px 0 10px;
}

header .headerBtn {
	position: absolute;
	right: 0;
}

header .headerBtn a.hBtn {
	background-color: #000000;
	color: #ffffff;
	line-height: 0.8em;
	padding: 10px 20px 12px 20px;
	margin: 0 10px 0 0;
	border-radius: 5px;
	display: inline-block;
	vertical-align: middle;
}

header .headerBtn a:hover.hBtn {
	background-color: #ff9600;
}

header nav #sns {
	display: inline-block;
}

/* snsアイコン */
#sns {
	display: inline-block;
	margin: 0 0 2px 0;
}

#sns a img {
	width: 30px;
	margin: 0 10px 0 0;
}

#sns a:hover img {
	transform: scale(1.2);
}

header nav ul li img.f_arrow {
	display: none;
}

/******************************************************************/
/*************************　フッター　************************/
/******************************************************************/
footer {
	padding: 10px;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}

footer .LogoBox .LogoMark {
	display: inline-block;
	margin: 0 10px 0 10px;
}

footer .foot_txt {
	line-height: 1.5em;
	display: inline-block;
	font-size: 90%;
}

footer .e_txt {
	display: inline-block;
	line-height: 1.3em;
}

footer nav {
}

footer nav ul li {
	margin: 5px 10px;
	display: inline-block;
}

footer nav ul li img.h_arrow {
	display: none;
}

/* ------------------------------------------------------ */
@media only screen and (max-width : 768px) {
/* ------------------------------------------------------ */
footer {
	text-align: center;
}
	
footer .LogoBox.vc_position {
	position: relative;
	text-align: left;
}
	
	footer nav {
		display: none!important;
	}
}

/* ------------------------------------------------------ */
@media only screen and (max-width : 600px) {
/* ------------------------------------------------------ */
footer .LogoBox.vc_position {
	text-align: center;
}
	
footer .LogoBox .LogoMark {
	margin: 0 0 10px 0;
}

footer .foot_txt {
	font-size: 80%;
}

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