<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: #DCC5BE;
}
a img:hover {
	opacity: 0.8;
}
.blueback {
	background-color: #222222;
	color: #fff;
	padding: 1rem;
}
.underline {
	border-bottom: 3px solid #003399;
	padding-bottom: 0.5rem;
}
.center {
	text-align: center;
}

/*繝倥ャ繝繝ｼ
-------------------------------------*/
.head {
	display: flex;
    flex-direction: row;
    padding: 1rem 0 0 0;
}

.head h1 { 
    padding: 1rem 0;
}
.telbox {
	margin-left: auto;
	font-size: 3.0rem;
	padding: 1rem 0 0 0;
}
.menu {
	background-color: #1C519F;
	color: #FFF;
}
nav ul {
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
	margin-bottom: 0;
}
nav li {
	flex: 1 0 auto;
	margin-bottom: 0;
}
nav li a {
	text-decoration: none;
	text-align: center;
	font-size: medium; 
	color: #FFFFFF;
}
nav a:hover {
	background-color: #63ABE0;
	-webkit-transition: all 0.5s;
	color: #FFF;
	font-size: medium;
}
nav a {
    padding: 2rem 1rem;
	display: block;
}

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

#navi {
    display: block !important;
}
}

@media screen and (max-width: 768px){
.head {
	flex-direction: column;
	text-align: left;
	margin-bottom: 0px;
}
.telbox {
	margin-left: 0;
	text-align: center;
}
.head #open,#close  {
    position: absolute;
    top: 20px;
    right: 12px;
    }
nav ul {
	flex-direction: column;
}

nav li {
	padding-top: 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0;
}
/* 繧ｹ繝槭�譎ゅ�MENU繝懊ち繝ｳ繧定｡ｨ遉ｺ */
#open,#close  {
	display: block;
	width: 45px;
	border: none;
	position: absolute;
	top: 20px;
	right: 12px;
}
/* 繧ｹ繝槭�譎ゅ�繝｡繝九Η繝ｼ繧帝撼陦ｨ遉ｺ */
#navi {
    display: none;
}
.mainimg img {
	width: auto;
	height: 200px;
    object-fit: cover;
}
}

/*繝｡繧､繝ｳ逕ｻ蜒�
-------------------------------------*/
.mainimg img {
	width: 100vw;
}

/*繝｡繧､繝ｳ繧ｳ繝ｳ繝�Φ繝�
-------------------------------------*/
main {
    margin: 5rem 0.8rem 5rem 0.8rem;
}

/*繧ｰ繝ｫ繝ｼ繝玲ュ蝣ｱ
-------------------------------------*/
.news h2 {
    background-color: #999557;
	color: #fff;
	padding: 1rem;
}
.news li {
    list-style-type: none;
	border-bottom: 1px solid #ccc;
	padding: 0.5rem 0;
}

/*繝輔ャ繧ｿ繝ｼ
-------------------------------------*/
footer {
	background-color: #514342;
	padding: 5rem 0;
	color: #F0F0F0;
}
footer h5 {
	border-bottom: 2px solid #fff;
	color: #CCC;
}

/*繧ｳ繝斐�繝ｩ繧､繝�
-------------------------------------*/
.copyright {
    text-align: center;
    padding: 1rem 0;
    background-color: #fff;
}
.copyright a {
    color: #000;
    text-decoration: none;
	display: inline-block;
}

/*TOP繝懊ち繝ｳ
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
#pagetop a {
	display: block;
	background-color: #3399FF;
	color: #fff;
	width: 50px;
	padding: 10px 5px;
	text-align: center;
}
#pagetop a:hover {
	background-color: #63ABE0;
}
/*繝代Φ縺上★繝ｪ繧ｹ繝�
-----------------------------------*/
.breadcrumb {
    margin: 0 0 1em 0;
    padding: 0;	
}
.breadcrumb li {
    list-style-type: none;
}
.breadcrumb li a {
    display: inline-block;
    color: #959fa5;
}
</pre></body></html>