@charset "UTF-8";
/* ==========================================================================
    default archeture
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}

html {
  font-size: 100%;
}

body {
  font-size: 100%;
  color: #333;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
  line-height: 160%;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

table {
  border-collapse: collapse;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   chromeframe prompt
   ========================================================================== */
.browsehappy, .chromeframe {
  margin: 0;
  padding: 2em;
  border-bottom: 1px solid #ccc;
  background: #ddd;
  color: #000;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  overflow: hidden;
  border: 0;
  background-color: transparent;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  display: block;
  width: 0;
  height: 150%;
  content: "";
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  margin: 0;
  width: auto;
  height: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  display: table;
  /* 2 */
  content: " ";
  /* 1 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
a {
  color: #333;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

p {
  font-size: 77.778%;
  font-size: 0.77778rem;
  line-height: 1.6;
  margin: 1em 0;
}

/* ======================================================
	common style

*/
.hide {
  display: none;
}

.spimg {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
}

.btns a {
  filter: alpha(opacity=100);
  -moz-opacity: 1.00;
  opacity: 1.00;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  color: #fff;
}

.btns a.spimg {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  line-height: 0;
}

header {
  min-width: 960px;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  header {
    min-width: 100%;
  }
}

#wrap {
  background-color: #fff9f0;
  min-width: 1000px;
}

#main {
  padding-bottom: 60px;
}

/* ======================================================
	SIDE

*/
#side {
  color: #fff;
}
#side h1 {
  margin-bottom: 50px;
}
#side .side-kids-space {
    text-align: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 10px;
}
#side .side-kids-space h2 {
  margin-top: -40px;
}
#side .side-container {
  padding: 10px 0;
}
#side p.img {
  text-align: center;
  margin: 0;
}
#side .txt {
  margin: 1em 20px;
}

.side-contact {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 6px solid #b7de6d;
  background-color: #62b23b;
  text-align: center;
  padding-bottom: 20px;
}
.side-contact h2 {
  margin-top: 30px;
  margin-bottom: 20px;
}
.side-contact .tel {
  font-size: 150%;
  font-size: 1.5rem;
  margin: 0.5em 0;
  letter-spacing: -1px;
}
.side-contact ul {
  font-size: 62.5%;
  font-size: 0.625rem;
}
.side-contact hr {
  margin: 0 10px;
  border-color: #fff;
}
.side-contact h4 {
/*  margin: 0 10px;
  background: url("../img/top/banner-line.png") left center repeat-x;*/
}
.side-contact h4 span {
/*  padding: 0 1em;
  background-color: #62b23b;
  font-size: 88.0%;
  font-size: 0.88rem;
  color: #fff;
  line-height: 2.2;*/
}
.side-contact .contact-btn {
  padding: 1.4em 0;
  margin-bottom: 0;
}
.side-contact .contact-btn a {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 1em 2em;
  border: 2px solid #fff;
  background-color: #ff6c00;
}
.side-contact .contact-btn a:hover {
  background-color: #ff3c00;
}

/* ======================================================
	GLOBAL NAVIGATION

*/
.gnav li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.gnav li.last {
  margin-right: 0;
}
.gnav a {
  background-image: url("../img/common/gnav.png");
  width: 150px;
  height: 120px;
}

.gnav-container.top {
  margin: 70px 0 25px 0;
}

/* ======================================================
	FEATURES

*/
.feature {
  border-left: 1px solid #00a0e9;
}

.feature-container {
  margin-bottom: 40px;
}

.feature {
  height: 320px;
}
.feature li {
  float: left;
  width: 235px;
  border-left: 1px solid #00a0e9;
}
.feature li.last {
  margin-right: 0;
}
.feature li p {
  padding: 2em;
}
.feature li div {
  height: 350px;
}
.feature li.last {
  border-right: 1px solid #00a0e9;
}
.feature p {
  padding: 1.4em;
  font-size: 12px;
}

.feature .btn-box {
text-align: center;
}
@media screen and (max-width: 640px) {
 .feature .btn-box {
text-align: left;
}   
}

/* ======================================================
	top - page

*/
.top #side {
  clear: left;
}
.top #main {
  margin-top: -140px;
}
.top .gallery-imgs li {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.top #main-container {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  margin-top: -100px;
}
.top .main-head {
  margin: 0 2em 2em 2em;
}
.top .links-container ul {
  margin: 0 15px;
}
.top .links-container li {
  padding: 10px;
  border-bottom: 1px dotted #333;
}
.top .contents-list li {
  font-size: 75%;
  font-size: 0.75rem;
}
.top .main-head-read {
  font-size: 100%;
  font-size: 1rem;
}
.top .gnav a {
  background-image: url("../img/top/gnav.png");
  width: 170px;
}
@media screen and (max-width: 640px) {
  .top .gnav a {
    text-indent: 130%;
    background-image: url("../img/top/sp/gnav.png");
    width: 145px;
    height: 40px;
    background-size: 100% auto;
  }
}
.top .gnav .consultations a {
  background-position: 0 0;
}
.top .gnav .consultations a:hover {
  background-position: 0 bottom;
}
.top .gnav .about a {
  background-position: -180px 0;
}
.top .gnav .about a:hover {
  background-position: -180px bottom;
}
.top .gnav .access a {
  background-position: -360px 0;
}
.top .gnav .access a:hover {
  background-position: -360px bottom;
}
.top .gnav .contact a {
  background-position: -540px 0;
}
.top .gnav .contact a:hover {
  background-position: -540px bottom;
}
@media screen and (max-width: 640px) {
  .top .gnav .consultations a {
    background-position: 0 0;
  }
  .top .gnav .consultations a:hover {
    background-position: 0 0;
  }
  .top .gnav .about a {
    background-position: 0 -45px;
  }
  .top .gnav .about a:hover {
    background-position: 0 -45px;
  }
  .top .gnav .access a {
    background-position: 0 -90px;
  }
  .top .gnav .access a:hover {
    background-position: 0 -90px;
  }
  .top .gnav .contact a {
    background-position: 0 -135px;
  }
  .top .gnav .contact a:hover {
    background-position: 0 -135px;
  }
}

/* ======================================================
	footer

*/
footer {
  color: #fff;
}
footer .pagetop {
  margin-top: -55px;
}
footer .pagetop a {
  width: 180px;
  height: 50px;
  margin-right: 15px;
  margin-left: auto;
  background-image: url("../img/common/page-top.png");
}
footer .pagetop a:hover {
  background-position: left bottom;
}
footer .inner {
  position: relative;
  width: 960px;
  margin: 0 auto;
}
footer .footer-container {
  padding: 30px 0 ;
  background-color: #00a0e9;
}
footer address {
  padding: 16px 0;
  font-style: normal;
  line-height: 28px;
  font-size: 77.7%;
  font-size: 0.777rem;
}
footer address strong {
  font-size: 140%;
  font-size: 1.4rem;
}
footer address a {
  color: #fff;
}
footer .contact a {
  padding: 10px 40px 13px 40px;
  border: 2px solid #fff;
  background-color: #ff6c00;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
footer .contact a:hover {
  background-color: #ff3c00;
}
footer .tel-num {
  text-decoration: none;
}

.footer-contact {
  text-align: right;
}

.footer-links {
  padding: 20px 0 120px 0;
  color: #333;
  font-size: 75%;
  font-size: 0.75rem;
}
.footer-links .copyright {
  text-align: right;
}
.footer-links .row {
  max-width: 960px;
}

.footer-times {
  margin-left: 15px;
}

@media screen and (min-width: 640px) {
  .sp-visible {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  header {
    overflow: visible;
  }

  header img {
    max-width: 100%;
    height: auto;
  }

  #wrap {
    min-width: 100%;
  }

  .top #main {
    margin-top: -100px;
  }

  .gnav-container.top {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .feature-title img {
    height: auto;
    width: 80%;
  }

  .sp-hidden {
    display: none;
  }

  .top .gnav li {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }

  #side {
    padding-bottom: 20px;
  }

  #side p.img {
    margin-left: -5%;
    margin-top: -10%;
    width: 96%;
  }

  .small-only-contact {
    margin-top: 20px;
    color: #fff;
  }

  .feature {
    border-left: none;
    height: auto;
    margin: 5px 4% 20px 60px;
    padding-top: 5px;
  }
  .feature p {
    padding: 0;
  }

  .feature-container .columns {
    background-image: url("../img/top/sp/feature_bg1.png");
    background-size: 60px 80px;
    background-repeat: no-repeat;
    border-left: none;
  }

  .feature-container .columns:nth-child(2) {
    background-image: url("../img/top/sp/feature_bg2.png");
  }

  .feature-container .columns:nth-child(3) {
    background-image: url("../img/top/sp/feature_bg3.png");
  }

  .flex {
    width: 100%;
    height: auto;
  }

  .top #main .links-container li {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  footer .pagetop {
    left: 0;
    width: 100%;
    margin-top: -55px;
  }
  footer .pagetop a {
    width: 180px;
    height: 55px;
    margin-right: 15px;
    background-size: 100% auto;
    background-image: url("../img/common/sp/page-top.png");
    background-repeat: no-repeat;
    position: relative;
    z-index: 999;
    margin: 0 auto;
  }

  footer .footer-contact h2 {
    margin: 14px 0;
  }

  footer .footer-contact h2 img {
    width: 80%;
    height: auto;
  }

  footer .footer-links {
    text-align: center;
    background-color: #00a0e9;
    color: #fff;
  }
  footer .footer-links a {
    color: #fff;
  }

  .footer-contact {
    text-align: center;
  }

  .footer-contact .times {
    padding-top: 10px;
  }

  .footer-contact .times img {
    width: 90%;
    height: auto;
  }

  .small-pd-left-zero {
    padding-left: 0;
  }

  .main-head-container {
    padding-bottom: 20px;
  }

  .footer-links .copyright {
    text-align: center;
  }

  .scheme #main h2.main-title {
    width: 80%;
  }

  .scheme #main h2.main-title {
    margin-bottom: 10px;
  }

  .align-center {
    clear: both;
    display: block;
    margin: 0 auto;
  }

  .gnav li {
    margin-right: 5px;
  }

  .side-contact .tel, .side-contact .tel a {
    color: #fff;
  }
}
.recruit{
  margin-bottom: 30px;
}
.recruit-panel{
  border: 10px solid #fad9e2;
  border-radius: 6px;
  background-color: #fff;
  padding: 30px 24px;
}

.recruit-panel h3{
  color: #df426d;
  font-size: 25px;
  margin: 0;
  line-height: 1;
}

.recruit-panel h4{
  font-weight: bold;
  font-size: 14px;
}
.recruit-panel p{
  margin-top: 20px;
}
.recruit-panel p, .recruit-panel li{
  font-size: 12px;
  margin-bottom: 0;
}
.recruit-panel li:before{
  content: "●";
  color: #e8668a;
  margin-right: 3px;
}
@media screen and (max-width: 640px) {

  .recruit-panel h3, .recruit-panel h4{
    text-align: center;
  }
  .recruit-panel h3{
    margin-bottom: 20px;
  }


}


#side .side-contact .accept {
  padding: 10px 14px;
}
#side .side-contact .accept h4{
  color: #fff;
  font-size: 18px;
  text-align: left;
}

#side .side-contact .accept h4 span {
  background-color: #FEEC4B;
  color: #61B23B;
  font-size: 14px;
  margin-left: 10px;
  display: inline-block;
  padding: 2px 6px;
  position: relative;
  top: -1px;
  font-weight: bold;
  border-radius: 4px;
}

#side .side-contact .accept__notes {
  font-size: 11px;
}
#side .side-contact .accept__time {
  font-size: 14px;
  margin-top: 6px;
  margin-bottom: 6px;
}
#side .side-contact .accept__time dt {
  color:#FEEC4B;
  margin-bottom: 0;
}
#side .side-contact .accept .notes {
  font-size: 10px
}

.small-only-contact h4{
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.small-only-contact .accept {
  padding: 0 20px 20px;
}
.small-only-contact .accept h4 span {
    background-color: #FEEC4B;
  color: #61B23B;
  font-size: 14px;
  margin-left: 10px;
  display: inline-block;
  padding: 2px 6px;
  position: relative;
  top: -1px;
  font-weight: bold;
  border-radius: 4px;
}

.small-only-contact .accept__notes {
  text-align: left;
  font-size: 11px;
}


.small-only-contact .accept__time {
  font-size: 14px;
  margin-top: 6px;
  margin-bottom: 6px;
}
.small-only-contact .accept__time dt {
  color:#FEEC4B;
  margin-bottom: 0;
}
.small-only-contact .accept .notes {
  font-size: 10px
}

@media screen and (max-width: 640px) {
  .links-container {
    margin-bottom: 30px;
  }
}
#acMenu {
    margin: 15px 0;
}
 #acMenu dt{
	display:block;
	cursor:pointer;
     margin: 0;
    padding: 0;
	}
#acMenu dd{
margin: 0;
    padding: 0;
display: none;
	
	}
#acMenu  ul {
    text-indent: -10px;
    margin-left: 10px;
  }
 
#acMenu  ul li:before {
    content: "○";
  }

#acMenu p span {
    color: #df426d;
}

@media screen and (max-width: 550px) {
 #acMenu dt{
	display:flex;
	cursor:pointer;
     margin: 0;
    padding: 0;
justify-content: center;
	}
}


.top-bnr {
    margin-bottom: 30px;
}
