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

* {
	margin: 0;
	padding: 0;
}

header,
main,
article,
section,
nav,
aside,
figure,
figcaption,
footer {
	display: block;
}

a {
	background-color: transparent;
	outline: none;
}

img {
	border: none;
	vertical-align: bottom;
}

table {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

button,
input,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	cursor: pointer;
}

input[type="checkbox"] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}

input[type="radio"] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

input {
	line-height: normal;
}

textarea {
	overflow: auto;
}

b,strong {
	font-weight: bold;
}

address {
	font-style: normal;
}

caption {
	text-align: left;
}

#opening {
    display: none;
	/*background-color: rgba(0,0,0,0.5);*/
    font-size: 0;
    height: 100%;
    width: 100%;
    left: 0;
    line-height: 0;
    position: fixed;
    text-align: center;
    top: 0;
    z-index: 10050;
}
.background-modal {
	background-color: rgba(0,0,0,0.5);
    font-size: 0;
    height: 100%;
    width: 100%;
    left: 0;
    line-height: 0;
    position: fixed;
    text-align: center;
    top: 0;
    z-index: 10049;
}
#opening .photo.show {
    opacity: 1;
}
#opening .photo {
    position: absolute;
	right: 0;
	bottom: 0;
    top: 0;
    left: 0;
	margin: auto;
	width: fit-content;
    text-align: center;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.7s;
    transition: opacity 0.7s;
	z-index: 10050;
}
#opening .photo img {
    width: auto;
    height: 90vh;
    margin-top: 5vh;
}
#opening .photo .ic_close {
	position: absolute;
	right: -15px;
	top: -15px;
	width: 50px;
	height: 50px;
}
#opening .photo .ic_close img {
	height: 100%;
}

/* ---------- common ---------------------------------------- */
body {
	color: #525252;
	font-size: 100%;
	font-family: 'Roboto','Noto Sans JP','メイリオ','Meiryo','ＭＳ Ｐゴシック',sans-serif;
	font-weight: 500;
	line-height: 100%;
	-webkit-text-size-adjust: 100%;
}

h1,h2,h3,h4,h5,h6 {
	color: #525252;
	font-size: 100%;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: 0.08em;
}

p {
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 200%;
}

address {
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 200%;
}

th,td {
	font-size: 15px;
	font-weight: 500;
	line-height: 160%;
	letter-spacing: 0.08em;
	text-align: left;
	vertical-align: top;
}

dt,dd {
	font-size: 15px;
	font-weight: 500;
	line-height: 160%;
	letter-spacing: 0.08em;
}

li {
	font-size: 15px;
	font-weight: 500;
	line-height: 160%;
	letter-spacing: 0.08em;
	list-style-type: none;
}

input,textarea,select {
	font-size: 13px;
	letter-spacing: 0.08em;
	line-height: 100%;
}

a {
	letter-spacing: 0.08em;
}
a:link,
a:visited,
a:hover,
a:active {
	color: #525252;
	text-decoration: none;
}

/* clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.en, .num {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
}

/* ---------- container ---------------------------------------- */
#container {
	position: relative;
	min-width: 1140px;
}

/* ---------- header ---------------------------------------- */
#header {
	top: 0;
	left: 0;
	width: 100%;
	height: 180px;
	background-color: #fff;
	z-index: 1000;
}
#header .box {
	position: relative;
	height: 100%;
}
#header .logo {
	padding-top: 23px;
}

/* navs */
.navs {}

/* gnav */
.gnav {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.gnav ul {
	display: -webkit-flex;
	display: flex;
	border-left: solid 1px #e0e0e0;
	text-align: center;
}
.gnav ul li {
	flex-grow: 1;
	border-right: solid 1px #e0e0e0;
}
.gnav ul li:last-child {
	margin-right: 0;
}
.gnav ul li a {
	position: relative;
	display: block;
	padding: 14px 0 18px;
	font-size: 15px;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: 0.08em;
}
.gnav ul li a:after {
	content: "";
	opacity: 0;
	display: block;
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: 0;
	background-color: #bbd359;
	-webkit-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}
.home .gnav ul li.home a:after,
.semi .gnav ul li.semi a:after,
.admi .gnav ul li.admi a:after,
.asso .gnav ul li.asso a:after,
.news .gnav ul li.news a:after,
.repo .gnav ul li.repo a:after,
.gnav ul li a:hover:after {
	opacity: 1;
}

.navs .buttons {
	position: absolute;
	top: 60px;
	right: 0;
	font-size: 0;
}
.navs .buttons .tel-button {
	margin-right: 25px;
}

.navs .sns-buttons {
	position: absolute;
	top: 0;
	right: 218px;
}
.navs .sns-buttons .button {
	width: 27px;
	margin-top: 14px;
}
.navs .sns-buttons .button img {
	width: 100%;
	height: auto;
}

.navs .searchform {
	position: absolute;
	top: 0;
	right: 0;
}
.navs .searchform {
	box-sizing: border-box;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
	min-height: 42px;
	padding: 0 6px 0 6px;
	border: solid 1px #e0e0e0;
	border-top: none;
	border-radius: 0 0 4px 4px;
	background-color: #f5f5f5;
	vertical-align: middle;
}
.navs .searchform form {}
.navs .searchform .submit {
	float: right;
	display: block;
	width: 32px;
	height: 42px;
	cursor: pointer;
	background: url(../images/ic_search.png) no-repeat center center;
	background-size: 17px auto;
}
.navs .searchform .input {
	float: left;
	box-sizing: border-box;
	display: block;
	width: 142px;
	height: 42px;
	padding: 13px 0 0 4px;
}
.navs .searchform .input input {
	font-size: 13px;
	line-height: 140%;
}
.navs .searchform .input input::placeholder {
	color: #bdbdbd;
}


/* btn-spnav */
.btn-spnav {
	display: none;
}


/* ---------- main ---------------------------------------- */
#main {
	overflow: hidden;
}

/* ---------- footer ---------------------------------------- */
#footer {
	clear: both;
	padding-top: 57px;
	background-color: #fff;
	text-align: center;
}
#footer .logo {
	margin-bottom: 22px;
}
#footer p {
	color: #616161;
}

.fnav {
	display: inline-block;
	margin-top: 36px;
	margin-bottom: 74px;
	padding-top: 34px;
	border-top: solid 1px #e0e0e0;
	text-align: center;
	font-size: 0;
}
.fnav ul {
	display: inline-block;
	vertical-align: middle;
}
.fnav ul li {
	display: inline-block;
	margin-right: 15px;
}
.fnav ul li a {
	padding: 2px;
	color: #616161;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 0.08em;
}

#footer .sns-button {
	display: inline-block;
	vertical-align: bottom;
}
#footer .sns-button a {
	display: inline-block;
	width: 27px;
}
#footer .sns-button a img {
	width: 100%;
	height: auto;
}

#footer .copyright {
	padding: 17px 0;
	background-color: #b3cb51;
	text-align: center;
}
#footer .copyright small {
	color: #fff;
	font-size: 11px;
	line-height: 120%;
	letter-spacing: 0.08em;
}


/* ---------- is-pc (PC or スマホを判定するための要素) ---------------------- */
#is-pc {
	display: block;
}
#is-sp {
	display: none;
}
@media only screen and (max-width: 768px) {
	#is-pc {
		display: none;
	}
	#is-sp {
		display: block;
	}
}


@media only screen and (max-width: 768px) {
	#opening .photo {
		width: 84%;
		height: 0;
		position: absolute;
		margin-top: -59.5%;
		margin-left: 0;
		top: 50%;
		left: 8%;
		padding-bottom: 119%;
	}
	#opening .photo img {
		width: 100%;
		height: auto;
		margin-top: 0;
	}
	#opening .photo .ic_close {
		top: -4vw;
		right: -4vw;
		width: 10.667vw;
		height: 10.667vw;
	}
	/* ---------- common ---------------------------------------- */
	body {
		
	}

	p,address,th,td,li,dt,dd,input,textarea,select {
		font-size: 3.733vw;
	}


	/* ---------- container ---------------------------------------- */
	#container {
		min-width: inherit;
	}


	/* ---------- header ---------------------------------------- */
	#header {
		height: 16vw;
	}

	#header .box {
		margin: 0;
	}
	#header .logo {
		padding-left: 2.5%;
		padding-top: 1.333vw;
		width: 60.8vw;
	}
	#header .logo img {
		width: 100%;
		height: auto;
	}

	/* navs */
	.navs {
		box-sizing: border-box;
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		height: 100%;
		padding: 12vw 5.6% 11.2vw;
		background-color: #b3cb51;
		/*border-top: solid 16vw #b3cb51;*/

		overflow: auto;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;

		z-index: 5000;
	}

	/* ナビオープン時 */
	body.open {
		overflow: hidden !important;
		width: auto;
	}

	/* gnav */
	.gnav {
		position: relative;
		bottom: inherit;
		left: inherit;
	}
	.gnav ul {
		display: block;
		border-left: none;
		text-align: center;
	}
	.gnav ul li {
		border-right: none;
		border-bottom: solid 1px #fff;
		text-align: left;
	}
	.gnav ul li:last-child {
		border-bottom: none;
	}
	.gnav ul li a {
		padding: 4.8vw 0 4.8vw 6.933vw;
		background: url(../images/ic_arrow_white.png) no-repeat left center;
		color: #fff;
		font-size: 4vw;
	}
	.gnav ul li a:after {
		display: none;
	}


	.navs .buttons {
		position: relative;
		top: 0;
		right: inherit;
		margin-top: 5.6vw;
	}
	.navs .buttons .tel-button {
		margin-right: 0;
		margin-bottom: 4vw;
		background: url(../images/ic_tel_white.png) no-repeat center left;
		background-size: 12.8vw auto;
	}
	.navs .buttons .tel-button a {
		color: #fff;
	}

	.navs .buttons .mail-button {
		width: 100%;
	}
	.navs .buttons .mail-button a {
		background-color: #fff;
	}
	.navs .buttons .mail-button a span {
		color: #a0b742;
		background-image: url(../images/ic_mail.png);
	}

	.navs .sns-buttons {
		position: relative;
		top: 0;
		right: inherit;
		text-align: center;
	}
	.navs .sns-buttons .button {
		width: 7.2vw;
		height: 7.2vw;
		margin: 4.8vw auto 4.8vw;
		background: url(../images/ic_facebook_white.png) no-repeat top center;
		background-size: 100% auto;
	}
	.navs .sns-buttons .button a {
		display: block;
		width: 7.2vw;
		height: 7.2vw;
	}
	.navs .sns-buttons .button img {
		display: none;
	}

	.navs .searchform {
		position: relative;
		top: 0;
		right: inherit;
		width: 100%;
		min-height: 11.2vw;
		padding: 0 1.6vw 0 1.6vw;
		background-color: #fafafa;
		border-top: none;
		border-radius: 0.8vw;
	}
	.navs .searchform form {}
	.navs .searchform .submit {
		float: right;
		display: block;
		width: 8vw;
		height: 11.2vw;
		cursor: pointer;
		background: url(../images/ic_search.png) no-repeat center center;
		background-size: 4.533vw auto;
	}
	.navs .searchform .input {
		float: left;
		box-sizing: border-box;
		display: block;
		width: 74.4vw;
		height: 11.2vw;
		padding: 3.466vw 0 0 1.066vw;
	}
	.navs .searchform .input input {
		font-size: 3.466vw;
		line-height: 140%;
	}


	/* btn-spnav */
	.btn-spnav {
		display: block;
		position: fixed;
		right: 0;
		top: 0;
		width: 16vw;
		height: 16vw;
		font-size: 0;
		background-color: #b3cb51;
		cursor: pointer;
		-webkit-transition: background 0.3s;
		transition: background 0.3s;
		z-index: 6000;
	}
	.btn-spnav:focus {
		outline: none;
	}
	.btn-spnav .label {
		display: block;
		position: absolute;
		bottom: 2vw;
		left: 0;
		width: 100%;
		color: #fff;
		font-size: 2.933vw;
		font-weight: 500;
		line-height: 100%;
		text-align: center;
		letter-spacing: 0.06em;
	}
	.btn-spnav .bar {
		display: block;
		position: absolute;
		width: 8vw;
		top: 5.2vw;
		right: 4vw;
		height: 2px;
		background: #fff;
		-webkit-transition: background 0 0.3s;
		transition: background 0 0.3s;
	}
	.btn-spnav .bar:before,
	.btn-spnav .bar:after {
		position: absolute;
		display: block;
		left: 0;
		width: 8vw;
		height: 2px;
		background-color: #fff;
		content: "";
		-webkit-transition-duration: 0.3s, 0.3s;
		transition-duration: 0.3s, 0.3s;
		-webkit-transition-delay: 0.3s, 0;
		transition-delay: 0.3s, 0;
	}
	.btn-spnav .bar:before {
		top: -2.4vw;
		-webkit-transition-property: top, -webkit-transform;
		transition-property: top, transform;
	}
	.btn-spnav .bar:after {
		bottom: -2.4vw;
		-webkit-transition-property: bottom, -webkit-transform;
		transition-property: bottom, transform;
	}
	.open .btn-spnav .bar {
		background: none;
	}
	.open .btn-spnav .bar:before,
	.open .btn-spnav .bar:after {
		background: #fff;
		-webkit-transition-delay: 0, 0.3s;
		transition-delay: 0, 0.3s;
	}
	.open .btn-spnav .bar:before {
		top: 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.open .btn-spnav .bar:after {
		bottom: 0;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}


	/* ---------- main ---------------------------------------- */
	#main {}


	/* ---------- footer ---------------------------------------- */
	#footer {
		padding-top: 11.2vw;
		text-align: left;
	}
	#footer .logo {
		width: 64vw;
		margin: 0 auto 4.8vw;
	}
	#footer .logo img {
		width: 100%;
		height: auto;
	}
	#footer p {
		margin: 0 6%;
		line-height: 180%;
	}

	.fnav {
		margin-top: 7.2vw;
		margin-bottom: 9.6vw;
		margin-left: 6%;
		margin-right: 6%;
		padding-top: 7.2vw;
	}
	.fnav ul {
		text-align: left;
	}
	.fnav ul li {
		margin-right: 3.2vw;
		margin-bottom: 1.6vw;
	}
	.fnav ul li a {
		padding: 0.8vw;
		font-size: 3.733vw;
	}

	#footer .sns-button {
		margin-top: 3.2vw;
		text-align: left;
	}
	#footer .sns-button a {
		width: 7.2vw;
	}
	#footer .sns-button a img {}

	#footer .copyright {
		padding: 4vw 8%;
	}
	#footer .copyright small {
		font-size: 2.933vw;
	}

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