<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 */

* {
	margin: 0;
	padding: 0;
}

body {
	min-height:100%;
	font-size: 15px;
	line-height: 150%;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
	color:#000000;
	-webkit-text-size-adjust: 100%;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
img {
	border: 0;
	vertical-align: top;
	vertical-align: bottom;
}

img {
	border: 0;
	vertical-align: top;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
a {
	overflow: hidden;
	outline: none;
	color: #333333;
	text-decoration: none;
}
a&gt;img:hover {
}
a:hover {
	text-decoration: underline;
}
.sp_hide {
	display: none;
}
.pc_hide {
}


body{
	background-image:url(common/bg_head.jpg);
	background-repeat:repeat-x;
	background-position:center top 65px;
	background-size:100% auto;
}

/*-----------------------------------------------------------*/

#header_wrap{
	width:100%;
	margin:0px auto;
	overflow:hidden;
	position:fixed;
	left:0px;
	top: 0px;
	z-index:10000;
	background-color: #FFFFFF;
	border-bottom:1px solid #ccc;
}

#header{
	width:100%;
	height:60px;
	margin:0px auto;
	overflow:hidden;
}

#header h1{
	position:absolute;
	left:5px;
	top:10px;
}

#header h1 img{
	width:auto;
	height:40px;
}


#head_iso,
#head_tel01,
#head_tel02,
#head_tel03,
#head_mail{
	display:none;
}

#gnavi{
	font-size: 15px;
	font-weight:bold;
	position:absolute;
	left:0px;
	top:80px;
	width:100%;
}

#gnavi li{
	float:left;
	overflow:hidden;
	list-style-type:none;
	width:25%;
}

#gnavi li a{
	text-decoration:none;
	padding-bottom:10px;
	line-height:22px;
	display:block;
	text-align:center;
	border-bottom:2px solid #41BDEF;
	letter-spacing:-1px;
	margin:0px 5px;
}

/*-----------------------------------------------------------*/

#sp_btn_menu{
	position:absolute;
	right:0px;
	top:0px;
}

#sp_btn_menu ul{
	overflow:hidden;
	list-style-type:none;
}

#sp_btn_menu ul li{
	float:left;
}

#sp_btn_menu ul li:first-child{
	background-color:#41BDEF;
	width:60px;
	height:60px;
	text-align: center;
	line-height:30px;
	position: relative;
	cursor: pointer;
}

#sp_btn_menu ul li:first-child a{
	text-decoration: none;
}

#sp_btn_menu ul li:first-child a strong{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 9px;
	text-decoration: none;
}

#sp_btn_menu ul li:first-child a b{
	display: none;
}

#sp_btn_menu span{
	display:block;
    position:absolute; /*#navToggle div に対して*/
    width:33%;
	left: 33%;
    border-bottom:solid 2px #FFFFFF;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out
}

#sp_btn_menu span:nth-child(1) {top: 23px;}
#sp_btn_menu span:nth-child(2) {top: 28px;}
#sp_btn_menu span:nth-child(3) {top: 33px;}

#sp_btn_menu ul li img{
	/*width:20vw;
	height:20vw;*/
	width:60px;
	height:60px;
}

/*-----------------------------------------------------------*/
/*スマホメニューをクリックしたとき*/
.openNav ul li a span:nth-child(1){
	top: 8vw!important;
	-webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    transform:rotate(-45deg);
}

.openNav ul li a span:nth-child(2),
.openNav ul li a span:nth-child(3){
	top: 8vw!important;
	-webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    transform:rotate(45deg);
}

.openNav ul li:first-child a strong{
	display: none;
}

.openNav ul li:first-child a b{
	display: block!important;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 3vw;
	text-decoration: none;
}

/*-----------------------------------------------------------*/
#sp_gnavi{
	width: 100%;
	overflow:hidden;
	background-color:#41BDEF;
	color:#fff;
	display:none;
	z-index: 99999;
	position: fixed;
	top:60px;
	right:0px;
}

#sp_gnavi ul{
}

#sp_gnavi ul li{
	border-bottom:1px solid #fff;
}

#sp_gnavi ul li a{
	display:block;
	overflow:hidden;
	padding:0.5em 1em;
	color:#fff;
}
/*-----------------------------------------------------------*/
/*フッター*/

#footer_wrap{
	width:100%;
	margin:0px auto;
	background-color:#000;
	color:#fff;
}

#footer{
	width:100%;
	margin:0px auto;
	overflow:hidden;
}

#footer a{
	color:#fff;
	text-decoration:none;
}

#footer .left_col{
	overflow:hidden;
}

#footer .left_col .com{
	overflow:hidden;
	font-size:12px;
	margin:2em 20px 1em 20px;
	text-align:center;
}

#footer .left_col .com dt{
	font-weight:bold;
}

#footer .left_col .com dd{
}

#footer .left_col .txt{
	font-size:10px;
	margin:0em 20px 2em 20px;
	overflow:hidden;
	text-align:center;
	line-height:150%;
}

#footer .right_col{
	display:none;
	font-size:15px;
}

#footer .right_col .foot_menu dl dt a,
#footer .right_col .foot_menu dl dd a{
	color:#fff;
	text-decoration: none;
}

/**/

#copy_wrap{
	width:100%;
	margin:0px auto;
	color:#fff;
	background-color:#41BDEF;
	overflow:hidden;
}

#copy{
	width:100%;
	margin:0px auto;
	overflow:hidden;
	
}

#copy p{
	text-align:center;
	overflow:hidden;
	font-size:10px;
	line-height:50px;
}


/*-----------------------------------------------------------*/
/*ページタイトル*/

#page_title{
	width:100%;
	margin:90px auto 5vw auto;
	overflow:hidden;
}

#page_title h1{
	text-align:center;
	color:#fff;
	background-image:url(common/border_page_title.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	font-size: 18px;
	font-weight:bold;
	line-height:31px;
	padding-bottom:4px;
}

#page_title h1 span{
}

/*-----------------------------------------------------------*/

#breadcrumb{
	display: none;
}

/*-----------------------------------------------------------*/

#contents_container_wrap{
	background-color:#fff;
	width:100%;
	margin:0px auto;
	overflow:hidden;
}

#contents_container{
	margin:7px;
	overflow:hidden;
	background-color:#fff;
}

#contents_container h2{
	text-align:center;
	line-height:42px;
	font-size:18px;
	background-color:#D7F6FF;
}

/*-----------------------------------------------------------*/

#local_navi_wrap{
	width:100%;
	margin:0px auto;
	overflow:hidden;
	background-color:#C6EBFA;
}

#local_navi{
	overflow:hidden;
	margin:20px 0px 10px 0px;
}

#local_navi h3{
	font-size: 18px;
	text-align: center;
	padding: 0px 0px 20px 0px;
}

#local_navi h3 img{
	width:auto;
	height:50px;
}

#local_navi ul{
	width:100%;
}

#local_navi ul li{
	list-style-type:none;
	text-align:center;
	margin-bottom:10px;
	width:50%;
	float:left;
}

#local_navi ul li a{
	text-decoration: none;
	display:block;
	overflow:hidden;
	margin:0px 5px; 
}

#local_navi ul li:nth-child(3){
	clear:both;
	float:none;
	margin:0px auto;
}


#local_navi ul li.select a{
	border:5px solid #41BDEF;
	box-sizing: border-box;
}

#local_navi ul li dl{
	
}

#local_navi ul li dl dt{
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

#local_navi ul li a dl dt img{
	-moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}

#local_navi ul li a dl dt img:hover{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#local_navi ul li a dl dd{
	font-size: 15px;
	font-weight: bold;
	padding-top: 10px;
}
/*-----------------------------------------------------------*/

/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
</pre></body></html>