@charset "UTF-8";
/* ==========================================================================
   Vars
   ========================================================================== */
/* ==========================================================================
   Foundation
   ========================================================================== */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

#adminBox {
  margin-bottom: 0; }

/* Common */
html {
  height: 100%; }

body {
  height: 100%;
  font-family: Hiragino Kaku Gothic Pro,ヒラギノ角ゴ Pro W3,Meiryo,メイリオ,ＭＳ\ Ｐゴシック,MS PGothic,Verdana,sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #000000;
  background: url(../images/bg.jpg); }

.container {
  width: 965px;
  margin: 10px auto;
  padding: 0 10px;
  box-sizing: border-box;
  overflow: hidden; }
.container .main {
  float: left;
  width: 648px; }
.container .sub {
  float: right;
  width: 275px; }

/* Text */
p {
  font-size: 14px;
  color: #000000; }

/* Ancher */
a {
  color: #736357;
  transition: .3s ease-out;
  text-decoration: none; }
a:hover {
  color: #47403b;
  text-decoration: none; }

/* ==========================================================================
   Layout
   ========================================================================== */
/* Footer */
.l-footer {
  padding: 95px 0 0;
  background: url(../images/bg_footer.png) top center repeat-x; }
.l-footer .container {
  margin-bottom: 0; }
.l-footer .company-about {
  display: inline-block;
  float: left; }
.l-footer .map-container {
  display: inline-block;
  margin-left: 20px; }
.l-footer .js-s2d-ready {
  top: -70px !important; }

.l-footer-logo {
  display: block;
  margin-bottom: 20px; }

.l-footer-link {
  display: block;
  text-align: left;
  margin-top: 30px; }

.l-footer-link-item {
  display: block;
  margin-bottom: 20px; }
.l-footer-link-item a {
  display: block;
  margin-right: 30px;
  font-size: 12px;
  color: #FFF; }
.l-footer-link-item a:hover {
  color: #ffff00; }
.l-footer-link-item a:hover i {
  color: #FFF; }
.l-footer-link-item .fa {
  font-size: 18px;
  margin-right: 10px; }
.l-footer-link-item:last-child {
  margin-bottom: 10px; }

.l-footer-copyright-text {
  padding: 5px 0;
  border-top: 1px solid #FFF;
  font-size: 9px;
  text-align: center;
  color: #FFF; }

/* Header */
.l-header {
  position: relative;
  background: url(../images/bg_header.png) top center no-repeat; }

#top .l-header {
  background: none; }

#top .l-header-bg {
  position: absolute;
  width: 100%;
  height: 160px;
  background: url(../images/bg_header_top.png) top center no-repeat;
  z-index: 1000; }

.l-header-container {
  width: 1000px;
  margin: 0 auto;
  padding: 15px 0 5px;
  box-sizing: border-box; }

.l-header-logo {
  display: inline-block; }

.l-header-link {
  float: right; }

.l-header-link-item {
  display: inline-block;
  margin-left: 9px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  transition: .3s ease-out;
  -webkit-transition: .3s ease-out; }
.l-header-link-item img {
  transition: .3s ease-out;
  -webkit-transition: .3s ease-out; }
.l-header-link-item .fa {
  font-size: 18px;
  margin-right: 5px; }
.l-header-link-item.txt {
  margin-right: 15px; }
.l-header-link-item:visited {
  color: #736357; }
.l-header-link-item:hover {
  color: #47403b; }
.l-header-link-item:hover img {
  opacity: 0.5; }

/* Slider */
.l-header-slider {
  top: 90px;
  height: 600px;
  position: relative;
  overflow: hidden; }
.l-header-slider .slick-next, .l-header-slider .slick-prev {
  width: 30px;
  height: 30px; }
.l-header-slider .slick-next {
  right: 50px; }
.l-header-slider .slick-prev {
  left: 50px; }

.l-header-slider .slick-slide {
  margin: 0 15px; }
  
.l-header-slider .slick-slide img {
  width: 100%;
  height: auto;
  max-width: 100%; }

/* PageTitle */
.l-header-title-wrapper {
  background: #736357; }
.l-header-title-wrapper.wrap-uniform {
  background: #00cf58; }
.l-header-title-wrapper.wrap-point {
  background: #ff8b8b; }
.l-header-title-wrapper.wrap-aim {
  background: #ffa200; }
.l-header-title-wrapper.wrap-feature {
  background: #51c5cd; }
.l-header-title-wrapper.wrap-event {
  background: #3184ff; }

.l-header-title {
  position: relative;
  height: 130px;
  padding: 0;
  font-size: 25px;
  font-weight: normal;
  text-align: center;
  color: #FFF;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.6); }
.l-header-title img {
  position: absolute;
  height: 32px;
  width: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; }

.wrap-childcare .l-header-title img {
  height: 52px; }

/* Topicpath */
.l-header-topicpath {
  width: 965px;
  margin: 10px auto 0;
  padding: 0; }

.l-header-topicpath-list {
  margin: 0 auto;
  width: 1000px;
  list-style: none; }

.l-header-topicpath-item {
  float: left;
  padding: 0 10px 0 15px;
  background: url("../images/marker/icon_arrow.png") no-repeat left top 5px;
  font-size: 11px; }
.l-header-topicpath-item:first-child {
  padding: 0 10px 0 0;
  background: none; }

.l-header-topicpath-link {
  color: #333; }
.l-header-topicpath-link:visited {
  color: #333; }
.l-header-topicpath-link:hover {
  color: #736357; }

/* Main Content */
.l-main-top {
  position: relative;
  padding-top: 10px;
  background: url(../images/bg_main.png) top center no-repeat; }

.l-main-lead-img {
  display: block;
  margin: 20px auto 50px; }

.l-main-top-banner {
  display: block;
  width: 100%;
  clear: both;
  margin-bottom: 20px;
  padding: 30px 0;
  text-align: center;
  background: url(../images/bg_banner.png) right bottom no-repeat; }
.l-main-top-banner a img {
  display: inline-block;
  margin: 0 auto;
  transition: .3s ease-out; }
.l-main-top-banner a:hover img {
  opacity: .5; }

/* Photo */
.l-main-photo {
  clear: both; }

/* Schedule */
.l-main-schedule-list {
  display: block;
  margin: 30px 0;
  text-align: center; }

.l-main-schedule-item {
  display: inline-block;
  vertical-align: top; }
.l-main-schedule-item span.month {
  display: block;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2; }
.l-main-schedule-item span.month span {
  font-size: 18px; }
.l-main-schedule-item span.year {
  font-size: 13px;
  font-weight: bold; }
.l-main-schedule-item .schedule-btn {
  display: block;
  margin: 0 15px;
  padding: 3px 10px;
  background: #ffa000;
  border-radius: 5px;
  color: #FFF;
  transition: .3s ease-out; }
.l-main-schedule-item .schedule-btn:hover {
  background: #ff6f00;
  text-decoration: none; }
.l-main-schedule-item .schedule-btn.prev .fa {
  margin-right: 10px; }
.l-main-schedule-item .schedule-btn.next .fa {
  margin-left: 10px; }

/* Entry */
.l-main-entry {
  margin-top: 0; }
.l-main-entry .entry {
  padding-top: 50px; }
.l-main-entry.l-main-bg-access {
  background: url(../images/main/bg_f_access.png) bottom left 30px no-repeat;
  padding-bottom: 100px; }
/*
.l-main-entry.l-main-bg-access .entry {
  background: url(../images/main/bg_access.png) top right no-repeat; }
*/
.l-main-entry.l-main-bg-uniform .entry {
  background: url(../images/main/bg_uniform.png) top right no-repeat; }
.l-main-entry.l-main-bg-childcare {
  background: url(../images/main/bg_others.png) bottom left no-repeat; }
.l-main-entry .article_31 {
  background: url(../images/main/bg_point.png) top right no-repeat; }
.l-main-entry .article_32 {
  background: url(../images/main/bg_point02.png) top right no-repeat; }
.l-main-entry .article_33 {
  background: url(../images/main/bg_point03.png) top right no-repeat; }
.l-main-entry .article_16 {
  padding-top: 120px;
  background: url(../images/main/bg_shisetsu.png) top center no-repeat; }
.l-main-entry .article_16 .column-image-center {
  margin-bottom: 0; }
.l-main-entry .article_17 {
  background: url(../images/main/bg_aim.png) top 350px right no-repeat; }
.l-main-entry .article_36 {
  background: url(../images/main/bg_others02.png) top right no-repeat; }
.l-main-entry .article_37 {
  position: relative; }
.l-main-entry .article_37 .c-heading-title-img {
  position: absolute; }
.l-main-entry .article_38 {
  background: url(../images/main/bg_childcare.png) bottom right no-repeat; }
.l-main-entry .article_39 {
  position: relative; }
.l-main-entry .article_39 .c-heading-title-img {
  position: absolute;
  display: block;
  top: 30px; }
/*
.l-main-entry .article_40 {
  position: relative;
  background: url(../images/main/bg_hiyoko.png) top 334px right no-repeat; }
.l-main-entry .article_40 .c-heading-title-img {
  position: absolute; }
*/
/*
.l-main-entry .article_42 {
  background: url(../images/main/bg_event00.png) top 20px right 230px no-repeat; }
.l-main-entry .article_42 .bg-column-container {
  overflow: hidden;
  clear: both; }
.l-main-entry .article_42 .bg-column-container:nth-child(6) {
  background: url(../images/main/bg_event01.png) top 65px right no-repeat; }
.l-main-entry .article_42 .bg-column-container:nth-child(7) {
  background: url(../images/main/bg_event02.png) top 240px right 30px no-repeat; }
.l-main-entry .article_42 .bg-column-container:nth-child(8) {
  background: url(../images/main/bg_event03.png) center right 20px no-repeat; }
.l-main-entry .article_42 .bg-column-container:nth-child(9) {
  background: url(../images/main/bg_event04.png) top right no-repeat; }
*/
.l-main-entry .article_35 {
  padding-top: 100px;
  background: url(../images/main/bg_voice.png) top right no-repeat; }

/* Sidebar */
.l-sidebar {
  float: left;
  width: 150px; }

.l-sidebar-heading img {
  display: block; }

/* ==========================================================================
   Object
   ========================================================================== */
/* -----------------------------------------------------------------
  Component
----------------------------------------------------------------- */
/* Banner */
.c-banner-sub {
  width: 295px;
  float: right; }

#top .banner-list-item {
  margin-bottom: 0; }
#top .banner-list-item a {
  display: inline-block;
  zoom: 1; }
#top .banner-list-item a img {
  display: inline-block;
  zoom: 1; }

.c-banner-primary {
  display: inline-block;
  margin: 30px auto 40px auto; }
.c-banner-primary a img {
  margin: 0 auto;
  transition: .5s ease-out; }
.c-banner-primary a img:hover {
  opacity: .4; }
.c-banner-primary.first {
  margin: 0 auto 50px auto; }

.c-banner-top-container {
  margin-top: 160px !important; }

.sub .banner-list-item {
  margin: 0 0 5px; }

/* Button */
.c-btn-contact {
  float: right;
  margin-left: 20px;
  background: #ff9288;
  font-size: 16px;
  padding: 10px 25px;
  text-align: center;
  color: #FFF; }
.c-btn-contact:hover {
  opacity: .6;
  color: #FFF; }
.c-btn-contact:visited {
  color: #FFF; }

/* Button Entry */
.entry-link a:before {
  margin-right: 10px;
  font-family: FontAwesome;
  content: '\f138';
  color: #736357; }
.entry-link a:hover {
  text-decoration: none; }
.entry-link a:hover:before {
  color: #00e1e3; }

/* Contact Form */
.c-contact-step {
  margin: 30px 10px !important;
  padding-left: 0 !important;
  background: #d1c3ba;
  box-sizing: border-box;
  border-radius: 10px;
  text-align: center; }

.c-contact-step-item {
  display: inline-block;
  margin: 0 !important;
  padding: 10px 20px;
  color: #736357; }

.c-contact-step-item-current {
  border-bottom: 5px solid #736357;
  font-weight: bold; }

.c-contact-text {
  margin: 20px 0 !important;
  padding: 0 10px !important;
  font-size: 13px !important;
  color: #736357 !important; }

.entry-column .c-contact-form th, .entry-column .c-contact-form td {
  padding: 15px !important;
  border-color: #736357 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  vertical-align: middle !important;
  font-size: 16px; }
.entry-column .c-contact-form th input, .entry-column .c-contact-form th textarea, .entry-column .c-contact-form td input, .entry-column .c-contact-form td textarea {
  font-size: 16px !important;
  padding: 10px !important; }
.entry-column .c-contact-form th select, .entry-column .c-contact-form td select {
  padding: 10px 40px 9px 10px !important;
  box-sizing: border-box !important;
  font-size: 16px !important; }
.entry-column .c-contact-form th {
  background: #d1c3ba !important;
  color: #736357 !important;
  font-weight: bold; }
.entry-column .c-contact-form td {
  background: none !important;
  color: #736357; }
.entry-column .c-contact-form .acms-inline-block {
  margin-right: 20px !important;
  color: #736357 !important; }

.form-btn-box .btn-attention-block-large {
  background-color: #ffa000 !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); }
.form-btn-box .btn-attention-block-large:hover {
  background-color: #ff6f00 !important; }

/* Entry */
.entry {
  margin: 0;
  border: 0; }

.entry-column h2 {
  font-size: 20px;
  font-weight: bold;
  color: #736357;
  background: #d1c3ba;
  border-left: 0;
  border-bottom: 2px solid #736357; }
.entry-column h2.mt-80 {
  margin-top: 80px; }
.entry-column h2 small {
  margin-left: 15px;
  font-size: 16px; }
.entry-column h3 {
  margin-bottom: 0;
  padding-left: 0;
  color: #736357;
  font-size: 18px;
  font-weight: bold;
  background: none; }
.entry-column h3.mt-60 {
  margin-top: 60px; }
.entry-column h3:before {
  margin-right: 5px;
  font-family: FontAwesome;
  content: '\f0c8'; }
.entry-column h3 span {
  margin-left: 10px;
  color: #000; }
.entry-column h4 {
  margin-bottom: 10px;
  font-size: 16px;
  color: #736357;
  font-weight: bold; }
.entry-column ol {
  list-style: decimal;
  margin-right: 10px; }
.entry-column ol li {
  margin-bottom: 15px; }
.entry-column p {
  font-size: 16px;
  line-height: 2; }
.entry-column p em {
  font-weight: bold; }
.entry-column p strong {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #d1c3ba 60%); }
.entry-column p.indent {
  margin-left: 30px; }
.entry-column p.caption {
  text-align: center;
  font-size: 14px; }
.entry-column .continue-link a {
  background: #ffa000; }
.entry-column .continue-link a:hover {
  background: #ff6f00; }
.entry-column p.entry-btn {
  margin-bottom: 30px;
  text-align: center; }
.entry-column p.entry-btn a {
  margin-bottom: 20px;
  padding-right: 50px !important;
  background: #ffa000 url(../images/header/bg_btn.png) repeat-x top center !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  transition: ease-out .3s;
  font-size: 18px; }
.entry-column p.entry-btn a:before {
  margin-right: 50px;
  font-family: FontAwesome;
  content: '\f138';
  color: #FFF; }
.entry-column p.entry-btn a:hover {
  background: #ff6f00 !important; }
.entry-column ul li {
  list-style: disc; }

/* Entry - News */
.news .acms-page-header {
  border-bottom: 3px solid #736357; }
.news .entryInfo .date {
  margin-right: 10px;
  color: #666;
  font-size: 14px;
  font-weight: bold; }
.news .entry-title {
  font-size: 23px;
  color: #736357;
  line-height: 1.3; }
.news .entry-title a {
  color: #736357;
  transition: .3s ease-out; }
.news .entry-title a:hover {
  color: #d1c3ba; }
.news .entry-category {
  background: #736357;
  font-size: 12px;
  transition: .2s ease-out; }
.news .entry-category:hover {
  background: #d1c3ba; }

.pager-link, .pager li.cur {
  padding: 3px 10px;
  margin-bottom: 5px; }

.pager-link {
  background: #736357;
  color: #FFF;
  transition: .2s ease-out; }
.pager-link:hover {
  background: #d1c3ba; }

.pager-link:active, .pager-link:focus, .pager-link:visited {
  color: #FFF; }

.pager li.cur {
  background: #d1c3ba; }

/* Category */
.cat_7 h3 {
  color: #ff8b8b; }

.cat_2 h3 {
  color: #51c5cd; }

.cat_8 h3 {
  color: #3184ff; }
.cat_8 p.caption {
  font-size: 18px; }

/* Heading */
.c-heading-img {
  display: block; }
.c-heading-img img {
  display: inline-block;
  margin: 0 auto 0 0; }

.c-heading-link {
  background: url(../images/bg_arrow.png) left center no-repeat;
  padding: 10px 0 10px 20px;
  color: #231815;
  font-weight: bold; }
.c-heading-link:visited, .c-heading-link:hover, .c-heading-link:active {
  color: #231815;
  text-decoration: underline; }

#entry .c-heading-link {
  display: block;
  padding-left: 30px;
  background-position: 11px; }

#top .c-heading-link {
  float: right;
  text-decoration: underline;
  font-weight: normal; }

.c-heading-img-left {
  display: block; }
.c-heading-img-left img {
  display: block;
  margin: 20px auto 30px 0; }

.c-heading-emargency {
  margin-bottom: 15px;
  text-align: center;
  font-size: 24px;
  font-weight: bold; }

.c-heading-title-img {
  margin-bottom: 15px; }
.c-heading-title-img img {
  height: 28px;
  width: auto; }

/* Headline */
.c-headline-news {
  margin-top: 0;
  color: #000;
  font-size: 14px; }

.c-headline-news-date {
  float: left;
  width: 130px;
  color: #000; }

.c-headline-news-title {
  color: #000; }

.c-headline-news-item {
  padding: 20px 0 5px 0;
  border-bottom: 2px dotted #736357;
  transition: .3s ease-out; }
.c-headline-news-item:hover {
  background: #736357; }
.c-headline-news-item:hover .c-headline-news-date, .c-headline-news-item:hover .c-headline-news-title {
  color: #FFF; }

/* Hero */
/* Gnav */
.c-nav {
  margin-top: 20px; }

.c-nav-list {
  width: 100%;
  text-align: center;
  font-size: 0; }

.c-nav-item {
  display: inline-block;
  font-size: 14px;
  border-right: 1px dotted #736357;
  height: 45px; }
.c-nav-item:last-child {
  border-right: 0; }
.c-nav-item a {
  display: block;
  padding: 8px 20px;
  transition: none; }
.c-nav-item a img {
  vertical-align: middle; }
.c-nav-item.gnav01:hover {
  background: url(../images/bg_gnav01.png) center bottom no-repeat; }
.c-nav-item.gnav02:hover {
  background: url(../images/bg_gnav02.png) center bottom no-repeat; }
.c-nav-item.gnav03:hover {
  background: url(../images/bg_gnav03.png) center bottom no-repeat; }
.c-nav-item.gnav04:hover {
  background: url(../images/bg_gnav04.png) center bottom no-repeat; }
.c-nav-item.gnav05:hover {
  background: url(../images/bg_gnav05.png) center bottom no-repeat; }

/* Summary - Photo */
.c-summary-custom {
  color: #000; }
.c-summary-custom .photo-title {
  text-align: center; }
.c-summary-custom .photo-title .headline-dat {
  display: block;
  font-size: 14px; }
.c-summary-custom .photo-title a {
  font-size: 19px;
  color: #000; }

.c-summary-custom-entry {
  margin-bottom: 20px;
  transition: .3s ease-out; }
.c-summary-custom-entry:hover {
  opacity: .5; }

/* Summary - Side */
.c-summary-list {
  margin-bottom: 40px; }

.c-summary-list-item {
  border-bottom: 1px solid #b2b2b2;
  transition: .3s ease-out; }
.c-summary-list-item:hover {
  background: #d1c3ba; }
.c-summary-list-item a:hover {
  text-decoration: none; }

.c-summary-list-date {
  display: block;
  font-size: 13px; }

/* Tab */
/* Table */
.entry-column tr:nth-child(odd) {
  background: none; }
.entry-column th, .entry-column td {
  color: #FFF;
  font-size: 14px;
  border: 1px solid #FFF;
  font-size: 16px; }
.entry-column th {
  background: #736357;
  white-space: nowrap;
  border-right: 0; }
.entry-column td {
  background: rgba(115, 99, 87, 0.6) !important;
  border-left: 0; }
.entry-column table.acms-table-none th, .entry-column table.acms-table-none td, .entry-column table.acms-table-none tr {
  padding: 5px !important;
  border: 0 !important;
  background: none !important;
  color: #000000 !important; }
.entry-column table.acms-table-none th {
  font-weight: bold; }

@media screen and (min-width: 768px) {
  table.acms-table-none th {
    width: 5em; } }
/* Table - Schedule */
table.c-table-schedule {
  width: 100%;
  margin-bottom: 30px;
  table-layout: fixed; }
table.c-table-schedule .youbi {
  font-size: 13px;
  color: #FFF;
  font-weight: bold;
  background: #736357;
  text-align: center; }
table.c-table-schedule th, table.c-table-schedule td {
  border: 1px solid #736357; }
table.c-table-schedule td {
  height: 100px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.6);
  box-sizing: border-box; }
table.c-table-schedule td.w6 {
  background: #e3f2fd; }
table.c-table-schedule td.w6 .c-table-schedule-date {
  color: #0d47a1; }
table.c-table-schedule td.w0, table.c-table-schedule td.holiday {
  background: #fef0ef; }
table.c-table-schedule td.w0 .c-table-schedule-date, table.c-table-schedule td.holiday .c-table-schedule-date {
  color: #c00000; }

.c-table-schedule-date {
  display: block;
  margin-bottom: 3px;
  font-weight: bold; }
.c-table-schedule-date small {
  font-size: 12px; }

.c-table-schedule-item {
  font-size: 14px; }

/* -----------------------------------------------------------------
   Project
----------------------------------------------------------------- */
/* -----------------------------------------------------------------
   Utility
----------------------------------------------------------------- */
