<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@import url(./basic.css);
@import url(./page.css);
@import url(./size.css);

/* layout */
body {
	font-size: 88%;
	color: #231815;
	font-family: Arial, "メイリオ", Meiryo, "ＭＳ Ｐゴシック",  Verdana, sans-serif;
	line-height:1.4;
	margin: 0px;
	padding: 0px;
    letter-spacing: 0.10vw;	
}

.bgBody		{
	background-color: #fff;
}

@media (max-width: 768px) { /* forSMP */
	.bgBody		{
background-image: none;
	}
}

.wbasic {
	width: 1000px;
	margin:0 auto;
}

.sp-menu0 {
	background:rgba(237, 109, 0,0.8);
	padding: 10px 0;
}
.sp-menu1__ttl,
.sp-menu1{
		background: rgba(255,175,0,0.8);

}
.sp-menu2__ttl,
.sp-menu2{
  background: rgba(244, 235, 58,0.8);
}
.sp-menu3{
	background: rgba(0,221,119,0.8);
	    padding-bottom: 50px;
}


.wbasic800{
	width: 800px;
	margin:0 auto;
}
.wbasic1200 {
	width: 1200px;
	margin:0 auto;
}


/* bg-box */
.bgC-yellow {
	background-color: #ffffc1;
	padding: 20px;
}
.bgC-whitelily {
	border:1px solid #ed6d46;
    padding: 20px;
}

.bgC-orange {
	border:1px solid #ed6d46;
    padding: 20px;
}

.bgC-skyBlue {
	background-color: #7ed9f0;
    padding: 16px;
}


@media (max-width: 768px) { /* forSMP */
.wbasic {
	width: 100%;
	}
.wbasic800{
	width: 100%;
}
.wbasic1200{
	width: 100%;
}
}

@media (max-width: 768px) { /* forSMP */
.spNone {
	display: none;
	}
}
@media (min-width: 769px) { /* forPC */
.pcNone {
	display: none;
	}
}



/* contents */
#contents {
	padding-top: 30px;
	margin-bottom: 30px;
}

@media (max-width: 768px) { /* forSMP */
#contents {
	padding:10px;
}
}

/* Opening
-----------------------------------------*/
.Opening {
position:relative;
background-color: #FFF;
}
.Opening ul li{
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.Opening ul li img.Opening__text{
/*color: #fff;
font-size:100px;*/
  position: absolute;
  top:60%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform:translate(-50%, -50%);
  z-index: 9;
}
.Opening ul li span {
}
.Opening ul li span img.Opening__img{
  max-width: inherit;
  width: 100%;
  height: auto;
}
/* slider */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0 auto ;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }



/********* header *********/
header {
	height: 120px;
}

header ul {
	width:100%;
}

header ul li {
	float:left;
}

header ul li.logo {
	width: 42%;
	margin-top: 10px;
}

header ul li.c01 {
	width:32%;
	margin-top: 10px;	
}

header ul li.c02 {
	width: 26%;
	margin-top: 24px;
}

header ul li.c03 {
	width: 0%;
}

header h1 {
	font-weight: normal;
	font-size: 10px;
	margin: 0px;
	padding: 2px;
	height: 20px;
}


@media (max-width: 768px) { /* forSMP */
	header {
		height: auto;
	}

	header ul li.logo {
	width: 50%;
	padding: 5px;
	margin: 10px 0 0 0;
	}


	header ul li.c01 {
	width: 50%;
	padding: 5px;
	margin: 10px 0 0 0;
	}

	header ul li.c02 {
		display:none;
	}
	header ul li.c03 {
		display:none;
	}	
	
	header ul li.logo img,
	header ul li.c01 img {
		width: 100%;
		height: auto;
	}
	
	header h1 {
	font-weight: normal;
	font-size: 10px;
	margin: 0px;
	padding: 5px;
	height: 20px;
	text-align:center;
	}
}



/********* nav *********/

nav {
}


@media (min-width: 769px) { /* forPC */


.dropmenu{
  height: 80px;	
  *zoom: 1;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;
  width: 14.2%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
.dropmenu li a{
  display: block;
  margin: 0;
  padding: 15px 0px;
  color: #231815;
  font-size: 14px;
  font-weight:600;
  line-height: 16px;
  text-decoration: none;
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.dropmenu li ul li{
  width: 120%;
}
.dropmenu li ul li a{
  padding: 10px 4px;
  background-color:#fff;
  text-align: center;
}
.dropmenu li:hover &gt; a{
}
.dropmenu li a:hover{
    color:#ed6d46;
}

#menu span{
	color:#01b4e2;
	font-size: 12px;
	}
#menu li ul{
  opacity: 0;
  top: 50%;
  visibility: hidden;
  transition: .5s;
}
#menu li:hover ul{
  top: 100%;
  visibility: visible;
  opacity: 1;
}


}



@media screen and (max-width: 768px) {
	header ul li.c02 {
	}
	.dropmenu li ul li{
	}
	#menu span{
		display: none;
	}
}
/*PCの表示*/
@media screen and (min-width: 769px) {
	header ul li.icon_menu {
		display: none;
	}
}



/* spbtn */
.smpbtn {
	display: block;
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 10px;
	right: 4px;
	cursor: pointer;
	z-index: 200;
	background-image: url(/_share/header/spbtn.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.peke {
    background-position: -40px 0;
}
.drawr {
	display: none;
	background-color: rgba(237,109,70,0.9);
	position: fixed;
	top: 0px;
	right: 0;
	width: 100%;
	padding: 10px;
	z-index: 100;
}
.drawr #menu li {
	float:left;	
    width:50%;
}
.drawr li:nth-child(odd) {
  border-right: 1px solid #333;
}
.drawr #menu li a {
	color: #fff;
	font-weight:bold;
	display: block;
	font-size:110%;
	padding: 4px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.drawr #menu li ul li a {
}

/* footer */
footer {
	padding: 20px;
	clear: both;
	color: #fff;
	background-color: #01b4e2;
}

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

footer a:hover {
	color: #01b4e2;
	text-decoration: underline;
}

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

footer #info {

}

footer #info .left {
	float: left;
	width:56%;
}
footer #info .right {
	float: right;
	width:40.6%;	
}

footer #info .h3name {
	font-size:24px;
	margin-bottom: 20px;
}

footer #info .tableF {
	font-size: 100%;
	width: 100%;
	margin-bottom: 30px;
}

footer #info .tableF td,
footer #info .tableF th {
padding: 8px 0px;
border-bottom:1px solid #fff;
}

footer #info .tableF tr {

}

footer #info .tableF th {
	width:80px;
	vertical-align: top;
}

.listL .h3Lt {
	background-color: #fff;
	padding:6px;
	font-size:120%;
	color: #01b4e2;
	text-align: center;
	margin-bottom: 10px;
	font-weight:bold;
}


#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: auto;
	background-color:;
	z-index: 1;
}
body , html {
    height: 100%;
}
 
#all {
    width: 100%;
    position: relative;
    height: auto !important;
    height: 100%;
    min-height: 100%;
}

#contents {

}

.fWidth{
	width:100%;
	margin:0 auto;
}

.fTel img,
.fApply img {
		width: 100%;
		height: auto;
	}

.fTel{
	width:40%;
	height:auto;
	float:left;
	padding:10px;
}
.fApply{
	width:40%;
	float:left;	
    height:auto;
	padding:10px;	
}

.fApply img,
.fTel img{
}




@media (max-width: 768px) {
	footer #info .left {
		float: none;
		width:100%;
	}
	footer #info .right {
		float: none;
		width:100%;		
	}
	footer #info .right iflame {
		width: 100%;
	}
}

#underBtn {
	position: fixed !important;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 5px;
	width: 100%;
	height: auto;
	background-color: #81C201;
	color: #fff;
	text-align: center;
}  


/* linklist */
.listL {
	margin-bottom:20px;
    color:#fff;	
}

.listL ul {
}
/*.listL a{
    color:#fff;	
}
.listL a:hover {
	color: #ffdc00;
	text-decoration: none;	
}*/
.listL a:visited {
	color: #fff;
	text-decoration: none;
}

.listL ul li {
	float: left;
	width:30%;
	margin-right:3%;

}

.listL ul li ul li {
	float: none;
	width:100%;
}

.listL .h3L {
	background-color: #01b4e2;
	padding:6px;
	font-size:120%;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
	font-weight:bold;
}

.listL ul li .h3 {
	position: relative;
	padding: .6em;
	background-color: #00ac9a;
	border-radius: 6px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, .1) inset;
	margin-bottom:20px;
	color:#fff;
	font-size: 1em;
	font-weight: bold;
}
.listL ul li .h3::after {
	position: absolute;
	top: 100%;
	left: 30px;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 15px solid #00ac9a;
}

.listL ul li ul {
}

.listL ul li ul li {
	float:none !important;
}


/* main */
section .main{
	float: left;
	width: 720px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	background-color:#fff;
	padding: 20px;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */	
}


@media (max-width: 768px) { /* forSMP */
	section .main {
	float: none;
	width: auto;
	}
}

strong {
	color: #ed6d46;
	font-weight:bold;
}


.pBas {
	font-size:110%;
	line-height: 160%;
	margin-bottom: 30px;
}

.pBasTop {
	font-size:110%;
	line-height: 160%;
	margin-top: 50px;
	margin-bottom: 50px
}
.blogNews {
    font-size:120%;
	line-height: 160%;
	margin-bottom: 10px;
	border-bottom:2px solid #d4d9dc;
	padding:10px;
}

.newsL {
	font-size:120%;
	line-height: 160%;
	margin-bottom: 10px;
	border-bottom:2px solid #d4d9dc;
	padding:10px;
}

.h2 {
	background-color:#7ed9f0; 
	color:#fff;
	font-size: 28px;
	padding: 10px 8px 8px 8px;
	margin-bottom:20px;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}

.h2topB{
    background:url(/_share/bg_h2topB.png) center 0 no-repeat;
	background-size:contain;
	height: 277px;
	color:#fff;
	font-size:40px;
	padding: 40px 0 0 0;
	text-align: center;
	margin-bottom: 50px;
}
.h2topB span{
	color:#231815;
	font-size:20px;
	padding: 100px 0 0 0;
	line-height: 20px;
}
.h2topG{
    background:url(/_share/bg_h2topG.png) center 0 no-repeat;
	background-size:contain;
	height: 277px;
	color:#fff;
	font-size:40px;
	padding: 40px 0 0 0;
	text-align: center;
	margin-bottom: 50px;
}
.h2topG span{
	color:#231815;
	font-size:20px;
	padding: 100px 0 0 0;
	line-height: 20px;
}



.h2topSB {
position: relative;/*相対位置*/
padding: 0em 0em 0em 0em;/*アイコン分のスペース*/
line-height: 1.4;/*行高*/
color: #fff;/*文字色*/
font-size: 48px;
font-weight: bold;
text-align: center;
}

.h2topSB span {
color: #ed6d46;
margin-right: 20px;
font-size: 1.2em;	
}

/* 下層h2 */

.h2_title {/*親div*/
  position: relative;/*相対配置*/ 
}

.h2_title h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  font-size: 5.0em;
  color: #fff;
  font-weight: bold;	
  }
.h2_title h2 span{
color: #ed6d46;
margin-right: 20px;
}
.h2_title p {
  position: absolute;
  top: 70%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  font-size: 1.8em;
  color: #fff;
}

h2_title img {
  width: 100%;
  }

.link_Blue {
position: relative;/*相対位置*/
padding: 0em 0em 0em 0em;/*アイコン分のスペース*/
line-height: 1.4;/*行高*/
color: #00608d;/*文字色*/
font-size: 24px;
}
.link_Blue a{
color: #00608d;/*文字色*/
}

.link_Blue span{
color: #ed6d46; /*文字色*/
font-size: 1.2em;
	margin-right: 10px;
}

.h3 {
	padding: 1.0em;
	background-color: #7ed9f0;
    color: #fff;
	font-weight: bold;
	font-size: 26px;
	margin-bottom: 30px;
}

.h3C {
	padding: 1.0em;
	background-color: #01b4e2;
    color: #fff;
	font-weight: bold;
	font-size: 32px;
	margin-bottom: 30px;
	text-align: center;
}

.h4 {
  position: relative;
  padding-bottom: .5em;
  border-bottom: 4px solid #ccc;
  margin-bottom:20px;
  font-size: 24px;
  font-weight: bold;
  color: #444;
}
.h4::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 4px;
  background-color: #ed6d46;
}

.h5 {
	padding: .4em 0 .4em .75em;
	border-left: 6px solid #7ed9f0;
	margin-bottom:20px;
	font-size:24px;
	font-weight:bold;
	color:#444;
}

.h6 {
	position: relative;
	padding-bottom: .5em;
	border-bottom: 4px solid #ccc;
	font-size:18px;
	font-weight:bold;
	margin-bottom: 20px;
	color: #ed6d46;
}


.rinkBox {
position: relative;
padding: 1.2em 0em .6em 2.4em;/*アイコン分のスペース*/
line-height: 1.4;/*行高*/
border-bottom: 4px solid #ccc;
margin-bottom:20px;
font-size: 18px;
font-weight: bold;
}
.rinkBox::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 4px;
  background-color: #01b4e2;
}

.rinkBox a {
color:#ed6d46;
}
.rinkBox a:hover {
color:#01b4e2;
}

.rinkBox:before{ font-family: FontAwesome;/*忘れずに*/
content: "\f101";/*アイコンのユニコード*/
position: absolute;/*絶対位置*/
font-size: 1.8em;/*サイズ*/
left: 0.3em;/*アイコンの位置*/
top: 0.3em;/*アイコンの位置*/
color: #01b4e2; /*アイコン色*/
}

/* side */
#right {
	float: right;
	width: 240px;
}

#left {
	float: left;
	width: 240px;
}

@media (max-width: 768px) { /* forSMP */
	#right,#left {
	float: none;
	width: 100%;
	}
section .main{
	padding: 10px;
	}
	.h2topSB {
font-size: 36px;
}
.h2_title {/*親div*/
  margin-bottom: 20px;  
}

.h2_title h2 {
  font-size: 2.0em;
  }
.h2_title h2 span{
margin-right: 10px;
}
.h2_title p {
  top: 74%;
  font-size: 1.4em;
}
.h3{
font-size: 20px;	
}
.h3C{
font-size: 20px;	
}
.h4{
font-size: 20px;	
}
.h5{
font-size: 20px;	
}

}


aside {

}

/* aside box */
aside .boxY {
	background-color:#fcc800;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
    margin-bottom: 10px;
	padding: 10px;
}

aside .boxG {
	background-color:#65ab31;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
    margin-bottom: 10px;
	padding: 10px;	
}

@media (max-width: 768px) { /* forSMP */
	}
}



/* aside title */

aside .title {
	position: relative;	
	padding: 10px;
	font-size: 18px;
	color:#fff;
	text-align: center;
	font-weight:bold;
	margin-bottom: 10px;
}
aside .title::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 6px;
	box-sizing: border-box;
}
aside .title::after {
	bottom: 0;
	border-top: 2px solid #231815;
	border-bottom: 1px solid #231815;
}
aside .title a {
	display: block;
	color:#cc0066;
	text-decoration: none;	
}

aside .title a:hover {
	text-decoration: underline;
}

aside .titleNr {
	position: relative;
	padding: 10px;
	font-size: 18px;
	color:#fff;
	text-align: center;
	font-weight:bold;
	margin-bottom: 10px;
}
aside .titleNr::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 6px;
	box-sizing: border-box;
}
aside .titleNr::after {
	bottom: 0;
	border-top: 2px solid #231815;
	border-bottom: 1px solid #231815;
}

@media (max-width: 768px) { /* forSMP */
	aside .aImg {
			display: none;
	}
}

aside .aImg {
	margin-bottom: 10px;
}	



/* aside ul */
aside .ul {
	margin-bottom: 5px;
}

aside .ul li {	
	text-align: left;
	padding: 4px 2px;	
}
aside .ul li a {
	font-size: 14px;
    text-decoration:none;
	color:#fff;
	font-weight:bold;
}
aside .ul li a span{
	font-size: 74%;
}
aside .ul li a:hover {
    color: #fff;        /* マウスオーバーカラー */ 
}

@media (max-width: 768px) { /* forSMP */
	aside .ul li {
		float: left;
		width: 50%;
		font-size: ;
	}

	aside .ul li:nth-child(odd) {
	}

	aside .ul li a  {
		padding: 10px;
		background-image: none;
	}
}

/* pagetop */
#pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 20px;
	opacity:1;
}

#pagetop a {
	text-decoration: none;
	color: #FFF;
	width: 60px;
	text-align: center;
	display: block;
	border-radius: 30px;
	padding: 15px;
	background-color: #ed6d46;
}

#pagetop a:hover {
opacity:0.8;
}

@media (max-width: 768px) { /* forSMP */
	#pagetop {
	bottom: 60px;
	right: 4px;
	font-size: 16px;
	opacity:1;
	z-index:1;
	}
	#pagetop a {
	width: 40px;
	text-align: center;
	display: block;
	border-radius: 4px;
	padding: 10px;
	background-color: #ed6d46;
}
}


/* staff */
.staff {
	margin-bottom:30px;
	width:100%;
}

.staff .staffimg {
	float: left;
	width:56%;
}

.staff .staffimg img {
	padding: 2px;
	/*border: 2px solid #e6eae6;*/	
}

.staff .staffbox {
	float: right;
	width:44%;
}

.staff .staffbox th {
	width:30%;
	border-bottom:1px solid #d4d9dc;
	padding:8px;
}
.staff .staffbox td {
	border-bottom:1px solid #d4d9dc;
    padding:8px;
}

.staff .staffbox100 table {
	width:100%;
}

.staff .staffbox100 th {
	width:30%;
	border-bottom:1px solid #d4d9dc;
	padding:8px;
}
.staff .staffbox100 td {
	border-bottom:1px solid #d4d9dc;
    padding:8px;
}


.staffbox ul,
.staffbox100 ul {
	margin-left: 10px;
	padding-left: 5px;
}

.staffbox ul li,
.staffbox100 ul li{
	list-style-type: disc;
}

@media (max-width: 768px) { /* forSMP */
	.staff .staffimg {
		float: none;
		text-align: center;
		width:100%;
		margin-bottom:20px;
	}
	
	.staff .staffbox {
		float: none;
		width:100%;
	}
	
	.staff .staffbox th,
	.staff .staffbox td{
		width:100%;
		display:block;
	}
}



/* zIndex */
.zIndex1 {
	z-index: 1;
	position: relative;
}

.zIndex2 {
	z-index: 2;
	position: absolute;
	width: 100%;
	background-image: url(/_share/bg-zindex1.png);
	background-repeat: repeat-x;
}

.zIndex3 {
	z-index: 3;
 	position: absolute;
}





/* crear */
.clearfix {
	overflow:hidden;
	zoom: 1;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
</pre></body></html>