<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* IMPORT CSS */
@import url("grid.css");

img {
	max-width:100%;
	height: auto;/*鬮倥＆閾ｪ蜍�*/
}
a {
    display:block;
    color: #333;
    text-decoration-line: none;
}
a:hover { 
    color: #666;
}

/*繝倥ャ繝繝ｼ
-------------------------------------*/
.header {
	display: flex;
    flex-direction: row;
    padding: 1rem 0 0 0;
}
.header-box {
	margin-left: auto;
	margin-top: 8px;
}
.contact-button {
	padding: 1rem;
	border: 2px solid #000;
}
nav ul {
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
	margin: 1rem 0 0 0;
}
nav li {
	flex: 1 0 auto;
	font-size: 1.1em;
}
nav li a {
    text-decoration: none;
    text-align: center;
    width: 100%;
}
nav a:hover {
    background-color: #f7f7f7;
}
nav a {
    padding: 0.5rem;
}

@media screen and (min-width: 768px){
/* PC譎ゅ�MENU繝懊ち繝ｳ繧帝撼陦ｨ遉ｺ */
#open,#close {
    display: none !important;
}

#navi {
    display: block !important;
}
}

@media screen and (max-width: 768px){
.header {
	flex-direction: column;
    margin-bottom: 10px;
}
.header #open,#close  {
    position: absolute;
    top: 20px;
    right: 12px;
}
nav ul {
	flex-direction: column;
}
.header li {
	padding-top: 0;
}
/* 繧ｹ繝槭�譎ゅ�MENU繝懊ち繝ｳ繧定｡ｨ遉ｺ */
#open,#close  {
    display: block;
    width: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
}
/* 繧ｹ繝槭�譎ゅ�繝｡繝九Η繝ｼ繧帝撼陦ｨ遉ｺ */
#navi {
    display: none;
}
}
    
/*繝｡繧､繝ｳ逕ｻ蜒�
-------------------------------------*/
.mainimg img {
    width: 100vw;
}

/*繝｡繧､繝ｳ繧ｳ繝ｳ繝�Φ繝�
-------------------------------------*/
main {
	margin: 3rem 0 0 0;
}
section {
	margin: 3rem 0 3rem 0;
	padding: 3rem 0;
}
.gray-back {
	background-color: #c7e4a7;
}

/*繧ｭ繝｣繝�メ繧ｳ繝斐�
-------------------------------------*/
.catch {
    text-align: center;
}
.catch h2 {
    padding-bottom: 1rem;
}
.under {
    border-bottom: 0.4rem solid #669900;
    padding:0 1rem 1rem 1rem;
}
.center {
	text-align: center;
	margin-bottom: 4rem;
}

/*逕ｳ縺苓ｾｼ縺ｿ縺ｮ豬√ｌ
-------------------------------------*/
.flow.row {
	margin-bottom: 3rem;
}

/*繝輔ャ繧ｿ繝ｼ
-------------------------------------*/
footer {
    background-color: #e2f6bb;
    padding: 5rem 0;
}
footer h4 {
    border-bottom: 3px solid #ccc;
}

/*縺雁撫縺�粋繧上○
-------------------------------------*/
.contact-box {
	border: 1px solid #ccc;
	text-align: center;
	padding: 2rem 0;
}
.table {
	margin: 4rem 0;
}
.table th {
	width: 250px;
}

/*繧ｳ繝斐�繝ｩ繧､繝�
-------------------------------------*/
.copyright {
    text-align: center;
    padding: 1rem 0;
    background-color: #669900;
    color: #fff;
	font-weight: 100;
	font-size: 12px;
}

/*繝壹�繧ｸ繝医ャ繝励∈謌ｻ繧九�繧ｿ繝ｳ
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
#pagetop a {
    display: block;
    background: #336600;
    color: #fff;
    width: 50px;
    padding: 10px 5px;
    text-align: center;
	border-radius: 50%;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	-moz-opacity: 0.8;
	opacity: 0.8;

}
#pagetop a:hover {
    background: #339900;
}

/* 蟷�768px莉･荳九�陦ｨ遉ｺ
-------------------------------------*/
@media screen and (max-width: 768px){
	
/*繝倥ャ繝繝ｼ
-------------------------------------*/
.header-box {
	display: none;
}	
/*縺雁撫縺�粋繧上○
-------------------------------------*/
.table th {
	width: 100%;
	display: block;
}	
.table td {
	display: block;
}</pre></body></html>