﻿
/* CSS Document 

/*
表紙　rgba(240, 241, 201, 1.0)  #F0F1C9

入園案内　rgba(245, 232, 220, 1.0)  #F5E8DC

園について　rgba(225, 235, 237, 1.0)  #E1EBED

保育について　rgba(245, 221, 226, 1.0)   #F5DDE2

採用情報　rgba(225, 225, 225, 1.0)   #E1E1E1

クラス　rgba(215, 228, 187, 1.0)   #D7E4BB

子育て支援　rgba(236, 228, 207, 1.0)   #ECE4CF
*/



body { /*rem指定*/
	font-family: heisei-maru-gothic-std, sans-serif;
  line-height: 1.9;
    letter-spacing: 0.15em;
  color: #333333;
  font-size: 62.5%;
  text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	
}

@font-face {
font-family: heisei-maru-gothic-std, sans-serif;
font-style: normal;
font-weight: 400;
}

/*基本：欧文フォント*/
@font-face {
    font-family: open-san-b;
    src:url('../fonts/OpenSans-Bold.ttf') format("truetype");
}
@font-face {
	font-family: open-san-l;
	src:url('../fonts/OpenSans-Light.ttf') format("truetype");
}

@font-face {
	font-family: open-san-r;
   src:url('../fonts/OpenSans-Regular.ttf') format("truetype");
}
@font-face {
	font-family: oswald-l;
	src:url('../fonts/Oswald-Light.ttf') format("truetype");
}
@font-face {
	font-family: oswald-r;
	src:url('../fonts/Oswald-Regular.ttf') format("truetype");
	
}

@font-face {
	font-family: arapey;
	src:url('../fonts/Arapey-Regular.ttf') format("truetype");
	
}





/*-----------　基本リンク-----------------*/

a:link {
  color: #333;
  transition-property: all;
  transition: 0.3s linear;
}
a:visited {
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #e383a6;
}
a:active {
  color: #ff83a6;
}

/*BiggerLink*/
.bgl:hover {
	cursor: pointer;
	filter: alpha(opacity=80);
  -moz-opacity:0.85;
  opacity:0.85;
  transition: 0.3s linear;
	}


/* PCで電話番号リンクを無効に */
@media (min-width: 769px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}




/*-----------PCとスマホの表示/非表示-----------------*/
.spDisplay {display:none; height:0;}
.pcDisplay {display:block;}

.hidden {display: none;}

/*-----------他ユーティリティ-----------------*/
a img.btn{
background:none!important;
}
 
a:hover img.btn{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
background:none!important;
}
	


/*テーブル*/

	
table {
	width: 100%;
	font-size: 14px;
	margin-top: 20px;
}


table th,table td {
	border: 1px solid #cccccc;
	padding: 7px 10px;
}

/*両側のライン取る*/
table th:first-child,table td:first-child
{border-left: none;
}

table th:last-child,table td:last-child
{border-right: none;
}

table th {
	vertical-align: middle;
	font-weight: bold;
	color: #555555;
	padding: 7px 5px;
}

table td {
	text-align: left;
}
table th {
	text-align: left;
}



/*上にもどるボタン*/

#topcontrol {
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #ffffff;
line-height: 50px;
	z-index: 100;
	position: relative;
}

#topcontrol:after {
	content: "\f366";
font-family: ionicons;
font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

}

.hide {
    opacity: 1;
    visibility: visible;
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}



  
/*----------------------------------------------------
	BOX
----------------------------------------------------*/






/*----------------------------------------------------
 FOOTER
----------------------------------------------------*/






