@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
iframe {
	vertical-align: bottom;
}
html {
	-webkit-text-size-adjust: 100%;
	font-size: 16px;
	scroll-behavior: smooth;
}
body {
	font-size: 16px;
	color: #4b3f38;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
header,.container, #keyvisual,footer_wrap .container {
	width: 960px;
	margin: 0 auto;
}
.clearfix::after {
	content: "";
	clear: both;
	display: block;
}
.wrap {
	background-color: #fbfbf0;
}
.wrap_hd {
    background-image: url(../images/header_yane.png);
	background-repeat: repeat-x;
}

/*ヘッダー部分*/
#top {
	display: flex;
	padding-bottom: 10px;
}
#top div {
	width: 33.3%;
    padding-top: 85px;
	padding-left: 30px; 
	box-sizing: border-box;
}
#top h1 img {
	vertical-align: top;
}
#top h1 {
	width: 33.3%;
	text-align: center;
	padding-top: 40px;
	box-sizing: border-box;
	transition: opacity 0.2s;
}
#top h1:hover {
	opacity: 0.5;
}
#top p {
	width: 33.3%;
	text-align: right;
	padding-top: 85px;
	padding-right: 30px;
	box-sizing: border-box;
	font-size: 1.12em;
}
#top p a {
	color: #4b3f38;
	transition: opacity 0.2s;
}
#top p a:hover {
	opacity: 0.5;
}
#top p a span{
	background:linear-gradient(transparent 55%, #ffff00 55%);
    background-image: linear-gradient(transparent 55%, rgb(255, 255, 0) 55%);
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
}
/*ナビ部分*/
#navArea ul {
	list-style: none;
}
#navArea ul li {
	float: left;
	width: 20%;
	text-align: center;
	transition: 0.2s;
}
#navArea ul li:hover {
	opacity: 0.5;
}
#navArea ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#navArea ul li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #191970;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.2s;
}
#navArea ul li a:hover::after {
  transform: scale(1, 1);
}

/*フッター部分*/
.wrap_ft {
	padding-top: 80px;
	background-image: url(../images/grass.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
footer .container {
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	position: relative;
}
footer .sun {
	float: right;
	width: 50%;
	text-align: right;
	position: fixed;
	bottom: 80px;
	right: 0;
	margin: 0;
}
footer h3 span {
	font-size: 1.0rem;
	padding-left: 15px;
}
footer h3 {
	float: left;
	width:50%;
	font-size: 24px;
	font-weight: normal;
    line-height: 1.2;
	padding-top: 105px;
	padding-left: 100px;
}
footer address {
	/*margin-top: 8px;*/
	padding-left: 100px;
	font-size: 16px;
	font-style: normal;
	max-height: 999999px;
}
footer #copyright {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 14px;
}

/*年間行事、クラス紹介、園の概要のフッターを最下部に固定*/
#classroom, #event, #company {
	background-color: #fbfbf0;
}
#whole {
	display: flex;
	flex-direction: column;
	min-height: 100vh ;
}
#classroom footer, #event footer, #company footer {
	margin-top: auto;
}

/*indexページ*/
#index .wrap_keyvisual {
	background-color: #fdf0f7;
	text-align: center;
}
#keyvisual {
	width: 960px;
	height:550px;
	display: inline-block;
	margin-top: 20px;
}
#index #rinen h2 {
	text-align: center;
	padding-top:50px;
}
#index .box_rinen {
	margin-top: 50px;
	margin-bottom: 50px;
}
#index .rinen_left {
	float: left;
	width:33.3%;
}
#index .rinen_middle {
	float: left;
	width: 33.3%;
	text-align: center;
	font-size: 26px;
	line-height: 2.0;
}
#index .rinen_right {
	float: right;
	width: 33.3%;
}
#index .rinen_middle span {
	font-size: 26px;
	font-weight: bold;
	color: #3681dc;
	background: linear-gradient(transparent 55%, #ffff00 55%);
	background-image: linear-gradient(transparent 55%, rgb(255, 255, 0) 55%);
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
}
#index .mokuhyou_ikiiki span {
	font-size: 26px;
	font-weight: bold;
	background: linear-gradient(transparent 55%, #fed223 55%);
    /*background-image: linear-gradient(transparent 55%, rgb(254, 210, 35) 90%);*/
	background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
}
#index .mokuhyou_ikiiki {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px;
}
#index .mokuhyou {
	margin-top: 100px;
}
#index .mokuhyou h2 {
	text-align: center;
	margin-top: 50px;
}
#index .mokuhyou ul {
	list-style: none;
}
#index .box_mokuhyou {
	height: 447px;
	width: 602px;
	border: 5px solid #59ccc2;
	border-radius: 15px;
	margin: 0 auto;
}
#index .box_mokuhyou li {
	font-size: 22px;
	text-align: left;
	padding-left: 20px; 
	line-height: 3.0;
}
#index .box_mokuhyou li span {
	padding-left: 20px;
}
#index .box_mokuhyou li img {
	vertical-align: middle;
}
#index .box_mokuhyou_1 {
	margin: 25px auto;
}

/*h2見出し共通（index以外）*/
.title h2 {
	text-align: center;
	padding-top: 80px;
}
#ttl_dtl {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 70px;
}

/*年間行事ページ*/
#event table th, .event_td {
	border: 1px solid #fdd711;
}
#event table {
	border-collapse: collapse;
	width: 100%;
	padding-top: 50px;
}
#event table th {
	padding: 10px;
}
#event .event_td {
	width: 38%;
}
#event table ul li {
	list-style: inside;
	text-align: left;
	padding-left: 20px;
	font-size: 18px;
	line-height: 1.6;
}
#event .event_td2 {
	padding-left: 30px; 
}
#event .line {
	text-align: center;
	margin-top: 80px;
}

/*クラス紹介ページ*/
#classroom .table {
	margin-top: 20px;
}
#classroom .table .box_left {
	float: left;
	width: 50%;
	padding-left: 56px;
	box-sizing: border-box;
}
#classroom .table .box_right {
	float: right;
	width: 50%;
	margin-top: 13.1px;/*←計算した結果*/
}
#classroom .table .box_right .box_a {
	float: left;
	width: 50%;
}
#classroom .table .box_right .box_b {
	float: right;
	width: 50%;
	text-align: right;
}
#classroom .tt {
	font-size: 22px;
}
#classroom .tt span{
	color: #7BBAB7;
	background: linear-gradient(transparent 60%, #ffff00 60%);
	background-image: linear-gradient(transparent 60%, rgb(255, 255, 0) 60%);
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
	line-height: 1.9;
}
#classroom .oe {
	font-size: 18px;
}
#classroom h4 {
	border-left: 5px solid #7bbab7;
	padding-left: 5px;
	margin-top: 20px;
	margin-bottom: 10px;
}
#classroom .oe_a {
	padding-left: 10px;
	line-height: 1.8;
}
#classroom .tatewari {
	display: inline-block;
	margin-left: 56px;
	margin-right: 56px;
	box-sizing: border-box;
}
#classroom ul {
	list-style-position: inside;
	line-height: 1.8;
}
#classroom .tatewari_left {
	display: inline-block;
	float: left;
	width: 575px;
	padding-left: 10px;
	box-sizing: border-box;
}
#classroom .tatewari_right {
	float: right;
	width: 230px;
	box-sizing: border-box;
	display: inline-block;
	margin-right: 36px;
	margin-top: 22.4px;
}
#classroom .tatewari_dtl {
	background-color: #fff;
	margin-top: 25px;
	margin-bottom: 25px;
}
#classroom .tatewari_dtl li span{
	display: inline-block;
}
#classroom .indent {
	line-height: 3.0;
	text-indent: 15.5em;
}
#classroom .mimanji {
	margin-top: 100px;
}
#classroom .sumire {
	border-left: 5px solid #f698bd; 
}

/*ここから職員紹介*/
#teacher main {
	font-family: "Yu Gothic","游ゴシック","YuGothic","游ゴシック体","ヒラギノ角ゴ Pro W3","メイリオ",sans-serif;
}
#teacher .name {
	text-align: center;
	font-size: 1.12rem;
	font-weight: bold;
}
#teacher .subname {
	font-size: 1.0rem;
}
#teacher .name_height {
	line-height: 1.3;
}
#teacher main > td {
	width:33.3%;
}
#teacher .line_1 {
	width: 300px;
	height: 380px;
	margin: 0 auto;
}
#teacher .line_2 {
	width: 290px;
	height: 230px;
	margin:0 auto;
}
#teacher .th_img {
	text-align: center;
}
#teacher td {
	font-size: 0.83rem;
}
#teacher .indent {
	text-indent: 5.0em;
}
#teacher table .box_a {
	background:#fbfbf0;
	box-shadow: 0px 0px 0px 6px #ffeaea;
	border: dashed 2px #ba55d3;
	border-radius: 8px;
}
#teacher table .box_b {
	background:#fbfbf0;
	box-shadow: 0px 0px 0px 6px #ffeaea;
	border: dashed 2px #ee82ee;
	border-radius: 8px;
}
#teacher table .bdl {
	padding: 0.4rem 0.3rem;
}
#teacher table .bdl_pd {
	padding-bottom: 5em;
}
#teacher .name .bd_a {
	background: linear-gradient(transparent 60%, #ffff00 60%);
	background-image: linear-gradient(transparent 60%, rgb(255, 255, 0) 60%);
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
}
#teacher .name .bd_b{
	background: linear-gradient(transparent 60%, #fdc3de 60%);
	background-image: linear-gradient(transparent 60%, rgb(253, 195, 222) 60%);
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
}
#teacher .name .bd_c{
	background: linear-gradient(transparent 60%, #85f9a0 60%);
	background-image: linear-gradient(transparent 60%, rgb(133, 249, 160) 60%);
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
}
#teacher .name .bd_d{
	background: linear-gradient(transparent 60%, #c3f2fc 60%);
	background-image: linear-gradient(transparent 60%, rgb(195, 242, 252) 60%);
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
}
#teacher .gap {
	margin-top: 20px;
	margin-bottom: 20px;
}
#teacher .gaptop {
	margin-top: 20px;
}
/*最終列が２人のため左寄せにする*/
#teacher .non_auto {
	width: 66.6%;
	margin-left: 0;
}

/*園の概要ページ*/
#box_company {
	padding-top: 35px;
}
#company .com_img {
	float: left;
	width: 50%;
}
#company .com_dtl {
	float: right;
	width: 50%;
}
#company table {
	border-collapse: collapse;
	width: 100%;
}
#company .com_dtl th {
	text-align: left;
	font-weight: normal;
	width: 20%;
	padding-left: 20px;
}
#company .com_dtl th, #company .com_dtl td {
	border-bottom: 1px dotted #4b3f38;
	padding-top: 8px;
	padding-bottom: 8px;
	position: relative;
}
#company .com_dtl td {
		width: 100%;
}
#company .com_dtl_left::before, #company .com_dtl_right::after {
	position: absolute;
	bottom: -3px;
	width: 6px;
	height: 6px;
	left: -3px;
	background-color: #4b3f38;
	content: "";
	border-radius: 50%;
}
#company .com_dtl_right::after {
	left: 380px;
	right: 0;
}
#company .com_dtl {
	padding-top: 12px;
}
#company .com_telfax {
	width: 480px;
}
#company .com_telfax td {
	width: 30%;
}
#company .com_telfax .a {
	text-align: center;
}
#company #history table {
	display: inline-block;
	padding-top: 35px;
	margin: 0 auto;
	font-size: 16px;
}
#company #history th {
	text-align: left;
	font-weight: normal;
	padding-left: 190px;
	line-height: 2.5;
}
#company #history td {
	text-align: left;
	padding-left: 40px;
	line-height: 2.5;	
}
#company #history .align_top {
	vertical-align: top;
}
#company #access {
	text-align: center;
}
#company #access .title_access {
	font-size: 24px;
	padding-top: 35px;
	margin-bottom: 20px;
}
#company .title_access span {
	background: linear-gradient(transparent 55%, #ffff00 55%);
	background-image: linear-gradient(transparent 55%, rgb(255, 255, 0) 55%);
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
}