<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset 'utf-8';
@media print {
  a[href]:after {
    content: '' !important;
  }
  @page {
    size: portrait;
  }
}
@font-face {
  font-family: 'MaruGothicMedium';
  src: url('../fonts/GenJyuuGothic-Medium.woff') format('woff'), url('../fonts/GenJyuuGothic-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'MaruGothicBold';
  src: url('../fonts/GenJyuuGothic-Bold.woff') format('woff'), url('../fonts/GenJyuuGothic-Bold.ttf') format('truetype');
}
body {
  background-image: url(../images/bg001.png);
  font-family: 'MaruGothicMedium', "ãƒ’ãƒ©ã‚®ãƒŽä¸¸ã‚´ Pro W4", "ãƒ’ãƒ©ã‚®ãƒŽä¸¸ã‚´ Pro", "Hiragino Maru Gothic Pro", "HGä¸¸ï½ºï¾žï½¼ï½¯ï½¸M-PRO", "HGMaruGothicMPRO";
}
.container {
  box-shadow: 1px 1px 3px #999;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background: #fefefe;
  position: relative;
}
.img-btn {
  cursor: pointer;
}
#header {
  position: relative;
  background: #fefefe;
  height: 100px;
}
#header img {
  max-width: 400px;
  width: auto;
  max-height: 100px;
  height: auto;
}
#header .logo {
  height: 100%;
  position: absolute;
  top: 0px;
  left: 10px;
}
#header .img-contact {
  position: absolute;
  top: 0px;
  right: 10px;
  width: 300px;
  height: auto;
}
#header .img-contact-tel {
  position: absolute;
  top: 0px;
  right: 10px;
  width: 300px;
  height: auto;
}
#header .img-menu-head {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
}
#catch {
  background-image: url(../images/img_01358b_bldg.jpg);
  position: relative;
  width: 100%;
  height: 600px;
  left: 0;
  background-position: center left;
  background-size: cover;
}
#catch .catch-line {
  position: absolute;
  width: 50%;
  height: auto;
  bottom: 10px;
  right: 10px;
}
#navigation {
  padding: 0px 0px;
  background-color: #6AC134;
  border-radius: 4px;
}
#navigation img {
  width: 16.5%;
  height: auto;
  display: block;
  float: left;
  border-radius: 4px;
}
#navigation .img-mainmenu-head {
  width: 120px !important;
  float: none;
}
#side {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200px;
  padding: 10px 0px 10px;
  background: rgba(254, 254, 254, 0.8);
  z-index: 1100;
}
#side img {
  width: 200px;
  height: auto;
  display: block;
  margin: 0px 0px 0px;
}
#nav-bottom {
  border-top: 1px solid silver;
  margin-top: 10px;
  padding-top: 10px;
  text-align: right;
  font-size: 80%;
  margin: 10px;
  line-height: 2;
}
#nav-bottom .current {
  background: #7F7F7F;
  border-radius: 3px;
  padding: 3px 10px;
  color: #fff;
}
#content {
  position: relative;
  min-height: 500px;
}
#content .linkedlist {
  font-size: 80%;
  padding: 10px;
}
#content h2 {
  font-family: 'MaruGothicBold';
  font-size: 130%;
  padding: 2px 10px;
  margin: 2px 10px 30px;
  border-bottom: 2px solid #EF9FBE;
  clear: both;
}
#content h3 {
  font-family: 'MaruGothicBold';
  font-size: 120%;
  padding: 2px 10px;
  margin: 20px 10px 15px;
  color: #E95590;
  clear: both;
}
#content p {
  margin: 2px 10px;
  line-height: 2;
}
#content dl {
  margin: 10px 20px;
}
#content dl dt {
  background: #f0f0f0;
  border-radius: 4px;
  padding: 4px;
}
#content dl dd {
  margin-bottom: 20px;
}
#content .content-gr h2 {
  border-bottom: 2px solid #6AC134;
}
#content .content-gr h3 {
  color: #6AC134;
}
#content .img-hol-right {
  float: right;
  padding: 5px;
  max-width: 50%;
}
#content .img-hol-right img {
  max-width: 100%;
  height: auto;
}
#content .img-hol-left {
  float: left;
  padding: 5px;
  max-width: 50%;
}
#content .img-hol-left img {
  max-width: 100%;
  height: auto;
}
#content .img-hol-center {
  padding: 5px;
  position: relative;
  max-width: 100%;
}
#content .img-hol-center img {
  max-width: 100%;
  height: auto;
}
#content .img-blog-header {
  max-width: 100%;
  height: auto;
}
#content .img-w70 {
  max-width: 70% !important;
  height: auto;
}
#content .img-w50 {
  max-width: 50% !important;
  height: auto;
}
#content .img-w40 {
  max-width: 40% !important;
  height: auto;
}
#content .img-w30 {
  max-width: 30% !important;
  height: auto;
}
#content .img-hol .img-hol-right {
  width: 33%;
  height: 280px;
}
#content .img-hol .img-hol-right p {
  text-align: center;
  font-size: 80%;
}
#content .img-catch-line {
  position: absolute;
  bottom: 10px;
  right: 0px;
  max-width: 90%;
  height: auto;
}
#content .catch-line-box {
  position: absolute;
  top: 20px;
  left: 10px;
  line-height: 1.6;
  padding: 10px;
  width: 80%;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background: rgba(254, 254, 254, 0.8);
}
.table-info {
  width: 80%;
  margin-left: 10%;
}
.table-info th {
  text-align: center;
  background: #f0f0f0;
}
.table-info td {
  text-align: center;
}
#content .p-info {
  width: 80%;
  margin-left: 10%;
}
#frame-blog {
  width: 100%;
  height: 600px;
  border: 0;
}
.content-sub {
  padding-left: 210px;
}
.content-schedule dl dt {
  font-size: 150%;
  width: 20%;
  clear: left;
  float: left;
  border: 1px dotted #e0e0e0;
  background: #FED1E4 !important;
}
.content-schedule dl dd {
  padding-top: 4px;
  margin-left: 21%;
  line-height: 2;
}
.content-pdf a {
  background-image: url(../images/icons8-pdf-50.png);
  background-position: left center;
  padding-left: 25px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
.content-pdf li {
  line-height: 2;
}
.notif {
  margin-top: 10px;
  background: #fefefe;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  min-height: 280px;
}
.notif .header-notif {
  width: auto;
  height: 26px;
}
.notif .img-notif-backnumber {
  width: auto;
  height: 26px;
  position: absolute;
  top: 12px;
  right: 16px;
  display: block;
}
.topics {
  margin: 10px;
}
.topics .topic {
  border-bottom: 1px dotted silver;
}
.topics .topic .date {
  text-align: right;
  color: #FE5284;
  margin-left: 0px;
}
.topics .topic .date-update {
  text-align: right;
  color: #FE5284;
  margin-left: 0px;
}
.topics .topic p {
  margin-left: 10px;
}
.topics .topic .read-more {
  font-size: 90%;
  text-align: right;
}
.topics .topic .pic {
  margin-left: 10px;
}
.topics .topic .pic img {
  max-width: 100%;
  height: auto;
}
.topics .topic .pdf {
  margin-left: 10px;
  margin-bottom: 20px;
  background-image: url(../images/icon_pdf.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px;
  min-height: 24px;
  padding-left: 28px;
}
.familynews {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  margin-bottom: 10px;
}
.familynews .head {
  font-family: 'MaruGothicBold';
  font-size: 110%;
}
.familynews .date {
  clear: right;
  text-align: right;
}
.familynews .pdf {
  width: 200px;
  float: right;
}
.familynews .pdf p {
  text-align: center;
}
.map-google {
  width: 100%;
  height: 500px;
}
.content {
  padding: 10px;
}
.content-contact dl dt {
  margin-top: 10px;
}
.content-contact dl dd {
  padding-left: 1.5em;
  line-height: 2;
}
.badges {
  margin: 10px 0px 20px;
}
.badges img {
  width: 50%;
  height: auto;
  display: block;
  float: left;
  border-radius: 4px;
}
.contact-box img {
  width: 100%;
  height: auto;
}
.banners {
  margin-top: 10px;
  background: #f0f0f0;
  min-height: 300px;
}
.banners img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  display: block;
  margin: 4px auto;
}
.fb {
  margin-top: 10px;
  background: #e0e0e0;
  min-height: 300px;
}
.fb img {
  width: 100%;
  height: auto;
}
#footer .copyright {
  width: 100%;
  text-align: center;
  font-size: 60%;
}
.sitemap-0 {
  margin: 0px 0px 0px 10px;
}
.sitemap-1 {
  margin: 0px 0px 10px 40px;
}
.sitemap-2 {
  font-size: 90%;
  margin: 0px 0px 5px 60px;
}
/* media query */
/* Custom, iPhone Retina */
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  #header .img-contact {
    width: 200px;
  }
  #header .img-contact-tel {
    width: 200px;
  }
  #content .catch-line-box {
    left: 0px;
    width: 100%;
    font-size: 90%;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  #navigation {
    margin-top: 170px;
  }
  #navigation img {
    width: 50%;
  }
  #header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    box-shadow: 0px 2px 3px #a0a0a0;
    z-index: 1000;
    height: auto;
  }
  #header .img-contact {
    position: relative;
    width: 100%;
    max-width: 100%;
    display: inline-block;
  }
  #header .img-contact-tel {
    position: absolute;
    width: 55%;
    top: 0px;
    left: 0px;
  }
  #catch {
    height: 300px;
    background-image: url(../images/img_01358_bldg.jpg);
  }
  #catch .catch-line {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 10px;
    right: 0;
  }
  #content {
    min-height: auto;
  }
  .content-sub {
    padding-left: 0px;
  }
  #side {
    position: fixed;
    top: 0px;
    left: -100%;
    width: 100%;
    background: rgba(254, 254, 254, 0.8);
    text-align: center;
  }
  #side img {
    margin: 0px auto;
    max-width: 50%;
  }
  #content .img-catch-line {
    bottom: auto;
    top: 10px;
  }
  #content .catch-line-box {
    position: relative;
    top: 0px;
    left: 0px;
    line-height: 1.6;
    padding: 10px;
    width: 100%;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background: rgba(254, 254, 254, 0.8);
  }
  .table-info {
    width: 90%;
    margin-left: 5%;
  }
  #content .p-info {
    width: 90%;
    margin-left: 5%;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  #header .logo {
    display: none;
  }
}
/* Custom, iPhone Retina */
/*# sourceMappingURL=base.css.map */</pre></body></html>