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

html{
    margin: 0;
  padding: 0;
  font-size: 62.5%;
}

body{
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
}

	#loader {
	    width: 100%;
	    height: 100%;
	    display: none;
	    position: fixed;
	    _position: absolute; /* IE6 */
	    top: 50%;
	    left: 50%;
	    margin-top: -12.5px;
	    margin-left: -12.5px;
	    z-index: 9999;
		color: #cccccc;
	}
	#loader img{
		width:25px;
		height:25px;
	}

	#fade {
	    width: 100%;
					height:100%;
	    display: none;
	    background-color: #fff;
	    position: fixed;
	    top: 0px;
	    left: 0px;
	    z-index: 9990;
	}


ul,li,ol{
	margin: 0;
	padding: 0;
}

.btn.btn-sm {
    padding: 6px 20px 8px 20px;
    min-width: 50px;
    font-size: 0.9em;
    line-height: 1;
cursor: pointer;
}
.btn:active{
top: 0;
}

.img-fluid{
width: 100%;
 max-width: 100%;
height: auto;
}
.center-block {
  margin: 0 auto;
  text-align: center;;
}
header{
  position: relative;
 padding: 20px 0;
 z-index: 999999;
}
.logo{
float: left;
}
.gnav{
float: right;
margin-top: 20px;
}

.gnav ul{
display: block;
text-align: right;

}
.gnav li{
list-style: none;
display: block;
text-align: center;
}

.gnav li i{
font-size: 1.3em;
padding-right: 8px;
font-weight: 600;
position: relative;
top: 2px;
left: 0px;
}

.btn{
background-color: #3d81b1;
}
.btn:hover{
border: 1px solid #1f83c6;
}
.btn_frame{
background-color: #fff;
border: 1px solid #3d81b1;
color: #3d81b1;
}

footer{
  margin-top: 50px;
  padding: 100px 0 50px 0 ;
  color: #999;
  font-weight: normal;
z-index: 1;
background: url(../img/common/line_wave.png) top left repeat-x ;
background-size: 50%;
position: relative;
}

.f_logo{
  width: 240px ;
  height: auto;
}
.telmun{
  font-size: 20px ;
  font-size: 2rem ;
  font-weight: 400;
}
.mt-5{
margin-top: 3rem;
}
.f_nav{
border: #0f3283 1px solid;
margin-left: -1px;
color: #0f3283;
}
.f_nav p.tel{
font-size: 24px ;
font-size: 2.4rem;
text-align: center;
height: 55px;
line-height: 55px;
padding: 0;
margin: 0;
}
.f_nav a{
font-size: 22px ;
font-size: 2.2rem;
color: #0f3283;
display: block;
height: 55px;
line-height: 55px;
text-align: center;
}
.f_nav a:hover{
background: #f5f5f5;
}
.f_nav i{
padding-right: 8px;
}
footer dl{
  margin: 0;
  padding: 0;
}
footer dt{
  margin: 0;
  padding: 0;
  font-weight: 600;
}
footer dd{
  margin: 0;
  padding: 0;
}
footer dd br{
  display: none;
}

footer h4{
  font-size: 16px ;
  font-size: 1.6rem;
  font-weight: 600;
}

footer ul{
  margin: 0;
  padding: 0;
  list-style: none;
    font-size: 13px ;
  font-size: 1.3rem;
  margin-bottom: 10px ;
}
footer li{
  margin: 0;
  padding: 0;
  list-style: none;
}

footer ol{
  margin: 0;
  padding: 0;
  list-style: none;
}

footer ol li{
  margin-left: 2em;
  padding: 0;
}
footer h4 a,footer li a{
color: #999;
}
footer h4 a:hover,footer li a:hover{
color: #000;
}
footer hr{
  margin: 10px 0;
}
.footer_line{
  border-bottom: 1px solid #999 ;
  width: 80px ;
}

.link_duma img{
  width: 200px;
  opacity: 1;
  transition: 0.3s;
}
.link_duma img:hover{
  opacity: 0.6;
}

#page-top {
    position: fixed;
    right: 20px;
}
    #page-top a {
			border:1px solid #3d81b1;
			background:#fff;
        text-decoration: none;
        color: #3d81b1;
        width: 40px;
				height: 40px;
        text-align: center;
        display: block;
        border-radius: 50%;
				line-height:35px ;
				font-size:15px;
    }
        #page-top a:hover {
						color:#fff;
            background: #3d81b1;
        }


.side_menu{
  margin: 0;
  padding: 0;
}
.side_menu li{
  margin: 0;
  padding: 0;
  list-style: none;
}
.side_menu li a{
  display: block;
  padding: 14px ;
  background: #E5E5E5;
  margin-bottom: 2px;
  color: #000;
}

.side_menu li a:hover{
  color: #fff;
  background: #3D81B1;
}
.side_menu li a.active {
   color: #fff !important;
  background: #3D81B1 !important;
}
.google_map{
    position:relative;
    width:100%;
    height:0;
    padding-top:75%;
margin:15px 0;
}
.google_map iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
max-height: 400px;
border: 1px solid #ccc;
}
/*------------------------
スマホ
------------------------------*/
@media (max-width: 599px) {

.logo{
float: none;
padding-bottom: 10px;
}
.gnav{
float: none;
text-align: center;
}
.gnav ul {
    display: block;
    text-align: center;
    margin-top: 20px;
    letter-spacing: -.4em;
    text-align: center;
}

.gnav li{
list-style: none;
display: inline-block;
    letter-spacing: normal;
width: 50%;
}

.gnav li ul li{
width: 100%;
}
.menu &gt; li {
    float: left;
    width: 100%;
    font-size: 0.9em;
    margin: 0;
}
.gnav li .btn{
  width: 100%;
  margin-bottom: 0;
}
.smp_none{
display: none;
}
.logo img{
width: 150px;
}
.gnav ul{
margin-top: 5px;
}
.f_logo{
display: block;
  width: 150px ;
  height: auto;
margin: 0 auto;
text-align: center;
}
footer dd br{
  display: block;
}
.google_map iframe{
max-height: 300px;
margin-bottom: 0;
}
}

/*------------------------
タブレット
------------------------------*/
@media (min-width: 600px) and (max-width: 1024px) {
  .stellarnav{
    font-size: 14px ;
    font-size: 1.4rem;
  }
  }

@media (max-width: 767px) {
  header{
    position: relative;
   padding: 20px 0;
   z-index: 99;
  }

  .logo img{
  width: 150px;
  }
  .gnav ul{
  margin-top: 5px;
  }
  .f_logo{
  display: block;
    width: 150px ;
    height: auto;
  margin: 0 auto;
  text-align: center;
  }
.smp_none{
display: none;
}
footer{
    margin-top: 50px;
    padding: 50px 0 20px 0 ;
  background: url(../img/common/line_wave.png) top left repeat-x ;
  background-size: 100%;
}

}
/*------------------------
PC
------------------------------*/
@media (min-width: 1025px) {
}
</pre></body></html>