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

*,
::before,
::after {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

ul,
ol {
	list-style: none;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color:darkseagreen;
}

nav li a.current {
	color:darkseagreen;
}

body {
	font-family: 'Noto Sans JP';
	font-family: Helvetica, "sans-serif";
	color: #000000;
	line-height: 1;
	background-color: #ffffff;
}

img {
	max-width: 100%;
}

main {
	margin-top:80px;
	
}
.header {
	position:fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: #ffffff;
	height: 120px;
	z-index: 10;
	/*box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);*/
	font-family: Helvetica, "sans-serif";
}

.header-inner {
	/*max-width: 1300px;*/
	width: 94%;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding-left: 20px;
	padding-right: 10px;
	display: flex;
	justify-content: space-between;
	align-items:flex-end;
	font-weight: 400;
}

.site-menu ul {
	display: flex;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.3px;
}

 .site-menu ul li {
	margin-left: 20px;
	margin-right: 20px;
}


.header-logo {
	display: block;
	width:80px;
}

.header-logo img.logo{
	padding-top: 10px;
}

.toggle-menu-button {
	display: none;
}

.jp_en {
	font-size: 10px;
	font-weight: 300;
}


footer{
	text-align: center;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	padding-top:10px;
	padding-bottom: 10px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	align-items: center;
	font-weight: 300;
	color: #000;
}

.copyright{
	font-size: 11px;
	letter-spacing: 1px;
	margin-left: auto;
	margin-right: auto;

	text-align: center;
	color: #000;
}

p.social {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	margin-top: 25px;
}

p.social img {
	height: 17px;
	padding-right: 5px;
	padding-left: 5px;
}
	
.social_f {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	margin-top: 20px;
}

.social_f img {
	height: 17px;
	padding-right: 7px;
	padding-left: 7px;
}
/*
a[href^="tel:"]{
    pointer-events: none;
}*/

@media (max-width : 1087px ){
.header {
	position:fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: #ffffff;
	height: 120px;
	z-index: 10;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
	
.site-menu ul {
	font-size:14px;
	letter-spacing: 0.3px;
}

 .site-menu ul li {
	margin-left: 15px;
	margin-right: 15px;
}

.header-inner {
	/*max-width: 1300px;*/
	width: 95%;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	/*padding-left: 10px;
	padding-right: 10px;*/
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	font-weight: 300;
}
	




footer{
	margin-left: auto;
	margin-right: auto;
	padding-top:20px;
	padding-bottom: 10px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	align-items: center;
	font-weight: 300;
	color: #fff;
}
	
main{
		margin-top: 80px;
}
	
.social_f {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	margin-top: 20px;
}

.social_f img {
	height: 17px;
	padding-right: 7px;
	padding-left: 7px;
}
	

}


@media (max-width: 768px) {
.site-menu ul {
		display: block;
		text-align: center;
		font-size: 14px;
		font-weight: 300;
		line-height: 1.5;
		letter-spacing: 0.3px;
	}
	
.site-menu li {
		margin-top:20px;
	}
	
	
.header-inner {
		padding-left:20px;
		padding-right: 10px;
		height: 100%;
		position: relative;
	
	}

.header-logo {
		width: 80px;
	}
	
.header-site-menu {
		position: absolute;
		top: 83%;
		left: 25%;
		right: 25%;
		color: #fff;
		background-color: #000;
		/*background-color: #736e62;*/
		padding-top:30px;
		padding-bottom: 50px;
		display: none;
	}
	
.header-site-menu.is-show {
		display: block;
	}
	
.toggle-menu-button {
		display: block;
		width: 44px;
		height: 34px;
		background-image: url("../images/icon-menu.png");
		background-size: 50%;
		background-position: center;
		background-repeat: no-repeat;
		background-color: transparent;
		border: none;
		border-radius: 0;
		ouotline: none;
	}

.jp_en {
	font-size: 11px;
	font-weight: 400;
}
	
footer .foot{
	background-color:#fff;
	margin-left: auto;
	margin-right: auto;
	padding-top:10px;
	padding-bottom: 10px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	align-items: center;
	font-weight: 300;
	color: #000;
}

.footer-logo {
	margin-top: 0px;
	display: block;
	width: 160px;
	margin-bottom: 0px;
}
	
	
.copyright {
	margin-top: 25px;
	font-size: 12px;
}	

.social_f {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	margin-top: 25px;
}

.social_f img {
	height: 30px;
	padding-right: 14px;
	padding-left: 14px;
}
}

@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}
</pre></body></html>