<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* line 5, C:/Ruby200/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, C:/Ruby200/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, C:/Ruby200/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, C:/Ruby200/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, C:/Ruby200/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, C:/Ruby200/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, C:/Ruby200/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, C:/Ruby200/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, C:/Ruby200/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* BootStrap用指定
---------------------------------------------- */
/* line 8, common.scss */
.row00 {
  margin-left: 0;
  margin-right: 0;
}

/* BootStrap用指定
---------------------------------------------- */
/* line 16, common.scss */
.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  /* line 22, common.scss */
  .sp {
    display: none;
  }
}
@media print, screen and (max-width: 767px) {
  /* line 28, common.scss */
  .pc {
    display: none;
  }
}
/* line 33, common.scss */
img {
  max-width: 100%;
}

/* サイト指定
---------------------------------------------- */
/* line 40, common.scss */
html {
  height: 100%;
}

/* line 44, common.scss */
body {
  font-family: Century Gothic, メイリオ, Meiryo, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1.4;
  height: 100%;
  color: #696969;
}

/* line 51, common.scss */
.en {
  font-family: 'Century Gothic', 'Avenir-Light', 'arial', 'Trebuchet';
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 56, common.scss */
p {
  font-size: 14px;
  color: #696969;
  line-height: 1.8;
}

/* line 62, common.scss */
a {
  text-decoration: none;
  color: inherit;
}
/* line 65, common.scss */
a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  text-decoration: none;
}

/* line 71, common.scss */
* {
  box-sizing: border-box;
}

/* line 77, common.scss */
.header .logo {
  width: 82px;
  margin: 0 auto;
  padding: 10px 0;
}

/* line 84, common.scss */
.side {
  background: white;
  width: 240px;
  height: 100%;
  position: fixed;
  text-align: center;
  padding-top: 60px;
  z-index: 9999;
}
@media print, screen and (max-width: 767px) {
  /* line 84, common.scss */
  .side {
    left: -240px;
    z-index: 999;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    padding-top: 30px;
  }
  /* line 100, common.scss */
  .side.open {
    left: 0;
  }
}
/* line 104, common.scss */
.side .logo {
  margin-bottom: 60px;
}
/* line 107, common.scss */
.side .global_nav {
  padding-left: 40px;
  text-align: left;
  margin-bottom: 80px;
}
/* line 112, common.scss */
.side .global_nav li a {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  font-size: .6em;
  color: #818181;
  padding: 0.2em 0 0.2em 10px;
  margin-bottom: 30px;
  border-left: 3px solid #ffffff;
}
/* line 120, common.scss */
.side .global_nav li a span.en {
  color: #101010;
  font-size: 2em;
}
/* line 124, common.scss */
.side .global_nav li a:hover, .side .global_nav li a.on {
  border-left: 3px solid #88b04b;
  box-sizing: border-box;
}
@media print, screen and (max-width: 767px) {
  /* line 107, common.scss */
  .side .global_nav {
    margin-bottom: 30px;
  }
  /* line 132, common.scss */
  .side .global_nav li {
    margin-bottom: 25px;
  }
}
/* line 139, common.scss */
.side a.contact-btn {
  font-size: 0.6em;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 180px;
  margin: 0 auto;
  color: white;
  text-align: center;
  display: block;
  background: #88B04B;
  padding: 20px 0;
}
/* line 150, common.scss */
.side a.contact-btn span.en {
  color: white;
  font-size: 2em;
}

/* line 158, common.scss */
.main {
  width: calc(100% - 240px);
  position: relative;
  top: 0;
  left: 240px;
}
@media print, screen and (max-width: 767px) {
  /* line 158, common.scss */
  .main {
    width: 100%;
    left: 0;
  }
}
/* line 169, common.scss */
.main &gt; .footer_info {
  color: #7e7e7e;
  padding: 30px;
  text-align: center;
  vertical-align: bottom;
}
/* line 175, common.scss */
.main &gt; .footer_info div {
  display: inline-block;
  margin: 0 0.5em;
}
/* line 179, common.scss */
.main &gt; .footer_info .name {
  font-size: large;
  letter-spacing: 3px;
}
/* line 183, common.scss */
.main &gt; .footer_info .tel {
  font-size: 14px;
  padding-left: 15px;
  background: url("../images/footer/tel_icon.png") no-repeat left center;
}
/* line 189, common.scss */
.main &gt; .footer_info .email {
  font-size: 14px;
  padding-left: 18px;
  background: url("../images/footer/mail_icon.png") no-repeat left top 7px;
}
/* line 194, common.scss */
.main &gt; .footer_info .address {
  font-size: small;
}

/* line 200, common.scss */
.copyright {
  text-align: center;
  font-size: x-small;
  padding-bottom: 10px;
}

/* サブページカバー
----------------------------------------------- */
/* line 209, common.scss */
.cover {
  height: 190px;
  position: relative;
}

/* line 214, common.scss */
#about-us .cover {
  background-image: url("/wp-content/themes/pc/images/cover/about-us.jpg");
  background-size: cover;
  background-position: bottom left;
}

/* line 220, common.scss */
#support .cover {
  background-image: url("/wp-content/themes/pc/images/cover/support.jpg");
  background-size: cover;
  background-position: bottom left;
}

/* line 226, common.scss */
#contact .cover {
  background-image: url("/wp-content/themes/pc/images/cover/contact.jpg");
  background-size: cover;
  background-position: bottom left;
}

/* line 233, common.scss */
#school-concert .cover {
  background-image: url("/wp-content/themes/pc/images/cover/school-concert.jpg");
  background-size: cover;
  background-position: bottom left;
}

/* サブページ共通パーツ
----------------------------------------------- */
/* line 243, common.scss */
article {
  background: #fafafa;
}

/* line 247, common.scss */
.inner_column {
  padding: 60px 120px;
  max-width: 960px;
}
@media print, screen and (max-width: 767px) {
  /* line 247, common.scss */
  .inner_column {
    padding: 60px 1em;
  }
}

/* line 256, common.scss */
h1.page-name {
  text-align: center;
  margin-bottom: 2em;
  font-size: 0.6em;
}
/* line 260, common.scss */
h1.page-name .en {
  color: #08233E;
  font-size: 2.6em;
}

/* line 271, common.scss */
h2.section-name {
  font-size: 26px;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #dedede;
  margin-bottom: 1.5em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #2b2b2b;
}

/* line 280, common.scss */
.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* line 284, common.scss */
section {
  margin-bottom: 5em;
  *zoom: 1;
}
/* line 38, C:/Ruby200/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
section:after {
  content: "";
  display: table;
  clear: both;
}

/* line 289, common.scss */
.mail_flow {
  *zoom: 1;
  margin-bottom: 2em;
}
/* line 38, C:/Ruby200/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.mail_flow:after {
  content: "";
  display: table;
  clear: both;
}
/* line 292, common.scss */
.mail_flow li {
  width: 31%;
  float: left;
  text-align: center;
  padding: 0.8em 0;
  font-size: small;
  margin-right: 2%;
  color: #ffffff;
  background-color: #cccccc;
  background-image: url("/wp-content/themes/pc/images/common/form-flow-tip.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}
/* line 305, common.scss */
.mail_flow li:last-child {
  background-image: none;
}
/* line 308, common.scss */
.mail_flow li.active {
  background-color: #333333;
}

/* line 315, common.scss */
.contact_form {
  /* ------ 各フォームパーツ ----- */
  /* ------ 送信ボタン ----- */
}
/* line 316, common.scss */
.contact_form .inputs {
  display: table;
  margin-bottom: 2em;
  width: 100%;
}
/* line 320, common.scss */
.contact_form .inputs .group {
  display: table-row;
}
/* line 323, common.scss */
.contact_form .inputs .group .name, .contact_form .inputs .group .input {
  display: table-cell;
  padding: 0.8em 0;
}
/* line 327, common.scss */
.contact_form .inputs .group .name {
  width: 22%;
  font-size: small;
  vertical-align: middle;
}
@media print, screen and (max-width: 767px) {
  /* line 316, common.scss */
  .contact_form .inputs {
    display: block;
    margin-bottom: 1em;
  }
  /* line 337, common.scss */
  .contact_form .inputs .group {
    display: block;
  }
  /* line 339, common.scss */
  .contact_form .inputs .group .name, .contact_form .inputs .group .input {
    display: block;
    font-size: 14px;
    padding: 0.5em 0;
  }
  /* line 344, common.scss */
  .contact_form .inputs .group .name {
    width: 100%;
  }
}
/* line 352, common.scss */
.contact_form .req:after {
  content: "※";
  font-size: x-small;
  font-weight: normal;
  color: #f4858d;
  vertical-align: middle;
  padding-left: 0.5em;
}
/* line 360, common.scss */
.contact_form .error {
  color: red;
}
/* line 365, common.scss */
.contact_form input, .contact_form textarea, .contact_form select {
  width: 100%;
  padding: 0.5em;
  border: 0 solid #ffffff;
  box-sizing: border-box;
  font-size: 18px;
}
/* line 375, common.scss */
.contact_form .btn-box {
  text-align: center;
  display: flex;
}
/* line 379, common.scss */
.contact_form .btn-box .btn {
  -webkit-appearance: none;
  font-size: 14px;
  padding: 0.7em;
  box-sizing: border-box;
  border: none;
  outline: none;
}
/* line 386, common.scss */
.contact_form .btn-box .btn:hover {
  opacity: 0.7;
  cursor: pointer;
}
/* line 393, common.scss */
.contact_form .btn-box .btn.back {
  width: 140px;
  background: #FAFAFA;
  border: 1px solid #cccccc;
  margin-right: 10px;
}
/* line 401, common.scss */
.contact_form .btn-box .btn.submit {
  flex: 1;
  background: #FAFAFA;
  border: 1px solid #cccccc;
}
/* line 406, common.scss */
.contact_form .btn-box br {
  display: none;
}

/* ハンバーガーメニュー
----------------------------------------------- */
/* line 415, common.scss */
#nav-button {
  position: fixed;
  width: 30px;
  height: 25px;
  top: 20px;
  right: 18px;
  cursor: pointer;
  z-index: 101;
}
/* line 423, common.scss */
#nav-button div {
  position: relative;
}
/* line 425, common.scss */
#nav-button div span {
  background: #cccccc;
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
/* line 435, common.scss */
#nav-button div span:nth-child(1) {
  top: 0;
}
/* line 438, common.scss */
#nav-button div span:nth-child(2) {
  top: 11px;
}
/* line 441, common.scss */
#nav-button div span:nth-child(3) {
  top: 22px;
}

/* #nav-toggle 切り替えアニメーション */
/* line 449, common.scss */
#nav-button.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}

/* line 456, common.scss */
#nav-button.open span:nth-child(2) {
  width: 0;
  left: 50%;
}

/* line 461, common.scss */
#nav-button.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}

/* #global-nav スライドアニメーション */
/* パンくずナビ
----------------------------------------------- */
/* line 478, common.scss */
.breadcrumbs {
  background: #2e2e2e;
  color: #eeeeee;
  font-size: x-small;
  padding: 0.7em 1em;
}
/* line 484, common.scss */
.breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

/* ページナビ */
/* line 491, common.scss */
.page_navi .wp-pagenavi {
  font-size: 16px;
  padding: 15px 0;
  text-align: center;
}
/* line 496, common.scss */
.page_navi .wp-pagenavi * {
  color: #000000;
  padding: 5px 12px;
  border: solid 1px #EEEEEE;
  border-radius: 40px;
  background: #EEEEEE;
  margin: 0 5px;
}
/* line 505, common.scss */
.page_navi .wp-pagenavi .current {
  color: #ffffff;
  border: solid 1px #88B04B;
  background: #88B04B;
}

/* 記事のナビゲーション */
/* line 513, common.scss */
.post_nav {
  *zoom: 1;
}
/* line 38, C:/Ruby200/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.post_nav:after {
  content: "";
  display: table;
  clear: both;
}
/* line 515, common.scss */
.post_nav a {
  font-size: 12px;
}
/* line 519, common.scss */
.post_nav div {
  margin-bottom: 20px;
}
/* line 522, common.scss */
.post_nav .prev, .post_nav .next {
  width: 45%;
}
/* line 525, common.scss */
.post_nav .prev {
  float: left;
}
/* line 528, common.scss */
.post_nav .next {
  float: right;
  text-align: right;
}

/* ページトップ
----------------------------------------------- */
/* line 536, common.scss */
#pageTop {
  position: fixed;
  right: 60px;
  bottom: 120px;
}

/* line 542, common.scss */
#pageTop:hover {
  background: #EEE;
}

@media print, screen and (max-width: 767px) {
  /* line 547, common.scss */
  #pageTop {
    position: fixed;
    right: 20px;
    bottom: 20px;
  }
}

/*# sourceMappingURL=common.css.map */
</pre></body></html>