<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 */
body {
	font-family:  "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	word-wrap : break-word;
  	overflow-wrap : break-word;
	-webkit-text-size-adjust: 100%;	
	line-height: 1.5;
    overflow-x: hidden;
}
img {
	max-width: 100%;
	height: auto;
}
p {
    font-size: 18px;
}
.align-left { text-align: left;}
.align-center{ text-align: center;}
.align-right{ text-align: right;}

.f_left { float:left; }
.f_right { float: right; }
.clear { clear: both; }

.att,
.list_att li{
	padding-left: 1em;
	text-indent: -1em;
	font-feature-settings :normal;
}
small { font-size: 0.85em; }
strong { font-weight: bold; }
.pc_only { display:block;}
.sp_only { display: none; }

.pc_only { display:block ; }
.sp_only { display: none !important; }

a {outline: none;}
main p {
    margin-bottom: 1em;
}
.p_0 {
    margin-bottom:0;
}
.youtube {
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.youtube  iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}


.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flex2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.col-10 { width: 7.5%; }
.col-20 { width: 17.5%; }
.col-25 { width: 23.5%; }
.col-30 { width: 27.5%; }
.col-33 { width: 30.5%; }
.col-40 { width: 37.5%; }
.col-45 { width: 42.5%; }
.col-50 { width: 47.5%; }
.col-60 { width: 57.5%; }
.col-70 { width: 67.5%; }
.col-80 { width: 77.5%; }
.col-90 { width:87.5%; }
.col-100 { width:100%; }
@media all and (min-width:601px) {
  .order1 {
    order: 1;
}  
}


[class^="col-"]{
		margin-bottom: 30px;
	}



#hd-head {
    margin: 20px auto;
    width: 90%;
    display: block;
}
.hd-logo {
    display: block;
    max-width: 250px;
}
#hd-head .flex {
    justify-content: space-between;
}
.hd-toiawase, .hd-tel{
    color: #000;
    text-decoration: none;
    margin-bottom: 15px;
}

header [class^="col-"] {
    margin: 0;
}
.hd-sub {
    display: flex;
    justify-content:space-between;
    align-items:center;
    max-width: 600px;
    width: 47.5%;
}
.hd-toiawase {
    
}

.hd-tel a {
    font-size: 1.2rem;
    font-weight: bold;
    text-decoration: none;
    color: #008B7B;
}


#header-image {
    background-color:#999;
    height: 150px;
    width: 100%;
    position:relative;
}
#header-image .inner {
    background-color: red;
}
#header-image h1 {
    color: #445;
    font-size: 2.3rem;
    position: absolute;
    bottom: 40px;    
}
/*グローバルナビ*/
#g_nav {
    
    background-color: #abe63e;
    padding: 10px 0;

}

#g_nav ul {
    max-width: 1080px;
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    font-size: 1.1rem;

}
#g_nav ul li {
    display: flex;
    width: 16.666%;
    box-sizing: border-box;
    border-left: 2px solid #fff;
    position: relative;
    font-size: 1.1rem;
}
#g_nav ul li:last-of-type {
    border-right: 2px solid #fff;
}
#g_nav ul li a {
    display: flex;
    text-decoration: none;
    width: 100%;
    padding:10px 5px;
    color: #555;
    font-weight: bold;
    align-items: center;
	justify-content: center;
}
#g_nav ul li a:hover {
    background-color: #6AC6FF;
}

#g_nav ul li ul {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 0;
	z-index: 99999;
	display: block;
}

#g_nav ul li ul li {
	width: 100%;
	display: block;
	padding: 0;
	overflow: hidden;
	max-height: 0;
	transition: 0.3s;
	opacity: 0;
}

#g_nav ul li:hover ul li {
	max-height: 4em;
	overflow:visible; 
	background: #e0e0e0;
	font-size: 0.95em;
	border: 1px solid #ccc;
	opacity: 1;
}
#g_nav ul li ul li a {
		padding: 10px 0 ;
}

.pankuzu  {
    margin: 10px 0;
}

/* ふわっと動く*/
.js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(60px);
  transition: all 1s;
}
.js-animation.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}


/* メイン　*/
main {
    overflow: hidden;
}

.inner {     
    max-width: 1080px;
    width: 95%;
    margin: 0 auto;
}
.back-color {
    background-color: #D9FFD1;
    padding: 20px 100%;
    margin: 20px -100%;
}

.bottom_btn {
    margin-top: 70px;
}
.bottom_btn a {
    border: 1px solid #000;
    padding: 10px;
    display: block;
    color: #fff;
    text-decoration: none;
    border-radius: 20px;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    background-color: #004C27;
    box-sizing: border-box;
}
.bottom_btn .bottom_btn2 a {
    background-color: #01506F;
}
.bottom_btn a span {
    font-weight: bold;
    font-size: 1.3rem;
}

/*footer*/
footer {
    margin-top: 50px;
    border-top: 1px solid #ccc;
    padding-top: 30px;
}
footer table {
    width: 100%;
}
footer table tr&gt;* {
    padding: 5px;
}
footer table th {
    width: 4em;
    font-weight: normal;
}
.footer-nav {
    margin-left: 10px;
    display: flex;
    flex-wrap: wrap;
}
.footer-nav li {
    width: 40%;
    margin-right: 5%;
    
}
.footer-nav a {
    color: #000;
    text-decoration: none;
}
footer .copyright {
    text-align: center;
    border-top: 1px solid #aaa;
    padding: 5px;
    background-color: #ddd
}


/*スマートフォン*/
@media all and (max-width:600px) {
    .pc_only { display:none !important; }
	.sp_only { display: block !important; }
    
    .flex [class^="col-"]
	{
		width: 100%;
		margin: 0 auto 30px;
	}
    
    
    .hd-sub { width: 100%;}
    .hd-sub .col-50{ margin-bottom: 10px;}
    /*ナビメニューのスタイルを指定*/
	nav.spNav {
		z-index: 2; /*重ね順を変更*/
		background: #fff;/*背景を白にする*/
		color: #000; /*文字色を黒にする*/
		text-align: center; /*テキストを中央揃え*/
		width: 100%; /*全幅表示*/
		transition: all 0.6s; /*アニメーションの時間を指定*/
		display: block;
		max-height: 0;
		overflow: hidden;
        
        margin-bottom: 20px;
	}

	nav.spNav ul{
		background: #fff; 
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}

	nav.spNav ul li{
		list-style-type: none;
		padding: 0;
		width: 100%;
		border-top: 1px solid #bbb;
	}
	nav.spNav ul li:last-child {
		border-bottom: 1px solid #bbb;
	}

	nav.spNav ul li a {
		display: block;
		color: #000;
		text-decoration: none;
		padding: 10px 0;
	}
	nav.spNav ul li span.directory {
		display: block;
		background-color: #4970B7;
		color: #fff;
	}
	nav.spNav ul li ul {
		width: 90%;
		margin: 10px auto 20px;
		border-left: solid 1px #bbb;
		border-right: solid 1px #bbb;
	}
	
	
	header .inner {
		position: relative;
	}
	/*トグルボタンが押されたときに付与するクラス*/
	nav.spNav.active{
		max-height: 750px;
	}

	/*トグルボタンのスタイルを指定*/
	.Toggle {
		display: block;
		width: 42px;
		height: 42px;
		cursor: pointer;
		z-index: 3;
		border: 1px solid #999;
		background-color:  #fff;
		border-radius: 5px;
		position: absolute;
		margin: 10px;
		
		right: 0;
		top: 25px;
	}

	.Toggle span {
		display: block;
		position: absolute;
		width: 30px;
		border-bottom: solid 3px #000;
		-webkit-transition: .35s ease-in-out;	/*変化の速度を指定*/
		-moz-transition: .35s ease-in-out;		/*変化の速度を指定*/
		transition: .35s ease-in-out;			/*変化の速度を指定*/
		left: 6px;
	}

	.Toggle span:nth-child(1) {
		top: 9px;
	}

	.Toggle span:nth-child(2) {
		top: 18px;
	}

	.Toggle span:nth-child(3) {
		top: 27px;
	}

	/* 最初のspanをマイナス45度に */
	.Toggle.active span:nth-child(1) {
		top: 18px;
		left: 6px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	/* 2番目と3番目のspanを45度に */
	.Toggle.active span:nth-child(2),
	.Toggle.active span:nth-child(3) {
		top: 18px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
}

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