<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* 設定
******************************************************************************************** */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://use.fontawesome.com/releases/v5.5.0/css/all.css);
@font-face {
  font-family: "yasashisa";
  src: url("../font/07YasashisaAntique-sub.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "notoserifjp";
  font-style: normal;
  font-weight: 700;
  src: url("../font/subset-NotoSerifCJKjp-Bold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "notoserifjp";
  font-style: normal;
  font-weight: 500;
  src: url("../font/subset-NotoSerifCJKjp-Medium.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "notoserifjp";
  font-style: normal;
  font-weight: 400;
  src: url("../font/subset-NotoSerifCJKjp-Regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "notoserifjp";
  font-style: normal;
  font-weight: 300;
  src: url("../font/subset-NotoSerifCJKjp-Light.woff") format("woff");
  font-display: swap;
}

/* $sans-serif: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif; */
/* txt-maker */
/* hover-txt */
/* btn */
/* $width-pc: 1281px; */
/* $width-smartphone: 600px; */
/* $width-scrollbar: 20px; */
/* 基本設定
******************************************************************************************** */
html {
  /* overflow-x: hidden; */
  cursor: inherit;
  font-size: 62.5%;
  /* overflow-x: auto; */
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  background: #fff;
  color: #1b1b1b;
  width: 100%;
  min-width: 1000px;
  overflow: auto;
  line-height: 1.7;
  letter-spacing: normal;
  /* -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; */
}

p {
  font-weight: bold;
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 0;
  vertical-align: bottom;
  height: auto;
}

a {
  color: #1b1b1b;
  text-decoration: none;
}

a img {
  transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
}

a:hover,
a:active,
a:focus {
  color: #1b1b1b;
}

a:hover {
  text-decoration: underline;
}

a:hover img {
  opacity: 0.5;
}

/* レイアウト設定
******************************************************************************************** */
.drawer--navbarTopGutter {
  padding-top: 0 !important;
}

.glnv {
  background: #00a0e9;
  margin-bottom: 60px;
}

.glnv__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -moz-flex;
  -moz-flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  padding: 0;
}

.glnv__list li {
  position: relative;
}

.glnv__list li a {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  padding: 20px 40px;
  display: block;
  display: inline-block;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.glnv__list li a:hover {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.glnv__list li::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 90%;
  background: #fff;
  display: inline-block;
  left: -2px;
  top: 3px;
}

.glnv__list li:last-of-type:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 90%;
  background: #fff;
  display: inline-block;
  right: -2px;
  top: 3px;
}

.footer {
  background: url("../img/common/footer_bg.jpg") bottom -50px center no-repeat;
  background-size: cover;
  padding-top: 100px;
}

.footer__in {
  width: 1000px;
  margin: 0 auto;
  /*  Smartphone */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -moz-flex;
  -moz-flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
}

@media only screen and (max-width: 640px) {
  .footer__in {
    width: 100%;
  }
}

.footer__area {
  width: 40%;
  text-align: center;
  color: #1b1b1b;
}

.footer__logo {
  margin: 0;
  width: 100%;
  margin-bottom: 40px;
  text-align: left;
}

.footer__logo a {
  display: inline-block;
}

.footer__name {
  font-size: 19px;
  font-size: 1.9rem;
  text-align-last: left;
  margin: 0;
}

.footer__add {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: left;
}

.footer__add span {
  font-size: 15px;
  font-size: 1.5rem;
}

.footer__btn {
  text-align: center;
  width: 100%;
}

.footer__btn a {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  background: #00a0e9;
  padding: 15px 0;
  min-width: 40%;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.2em;
}

.footer__btn a i {
  margin-left: 20px;
}

.footer__btn a:hover {
  transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  letter-spacing: 0.4em;
  background: rgba(0, 160, 233, 0.8);
}

.footer__btn a {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.footer .footnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -moz-flex;
  -moz-flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  width: 55%;
}

.footer .footnav__list {
  padding: 0;
  width: 33%;
  margin-bottom: 30px;
}

.footer .footnav__list li {
  text-shadow: 3px 3px 4px rgba(255, 255, 255, 0.91), -3px 3px 4px rgba(255, 255, 255, 0.91), 3px -3px 4px rgba(255, 255, 255, 0.91), -3px -3px 4px rgba(255, 255, 255, 0.91), 3px 0 4px rgba(255, 255, 255, 0.91), 0 3px 4px rgba(255, 255, 255, 0.91), -3px 0 4px rgba(255, 255, 255, 0.91), 0 -3px 4px rgba(255, 255, 255, 0.91), 2px 2px 10px #fff, -2px 2px 10px #fff;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #5390cd;
  margin-bottom: 10px;
}

.footer .footnav__list li a {
  position: relative;
  padding-left: 13px;
  color: #1b1b1b;
  line-height: 1.5;
}

.footer .footnav__list li a::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 3px #8cc63f;
  border-right: solid 3px #8cc63f;
  position: absolute;
  top: 50%;
  left: 50%;
  left: 0;
  margin-top: -4px;
}

.footer .footnav__list li a:hover::before {
  left: 2px;
}

.copyright {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  background: #00a0e9;
  display: block;
  text-align: center;
  color: #fff;
  padding: 20px;
  position: relative;
}

.gotop {
  right: 0;
  margin: 0;
  cursor: pointer;
}

/* 共通パーツ CONFIG
******************************************************************************************** */
img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  padding: 4px;
  margin: 0 0 2px 10px;
  display: inline;
}

img.alignleft {
  padding: 4px;
  margin: 0 10px 2px 0;
  display: inline;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.pager {
  text-align: center;
  margin: 60px auto;
}

.pager__single {
  list-style: none;
  padding: 20px 40px;
  position: relative;
}

.pager__single::after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.pager__single a {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  border: solid 1px #00a0e9;
  border-radius: 5px;
  padding: 20px;
  color: #00a0e9;
  width: 100%;
  display: block;
}

.pager__single a:hover {
  transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  background: #00a0e9;
  color: #fff;
  text-decoration: none;
}

.pager__prev {
  width: 48%;
  float: left;
  display: block;
}

.pager__next {
  width: 48%;
  float: right;
  display: block;
}

.pager__index {
  display: block;
  width: 40%;
  clear: both;
  margin: 0 auto;
}

.pager__prev i {
  margin-right: 10px;
}

.pager__index i {
  margin-right: 10px;
}

.pager__next i {
  margin-left: 10px;
}

.page-ttl {
  text-align: center;
  margin-bottom: 60px;
}

.page-ttl__spell {
  font-size: 16px;
  font-size: 1.6rem;
  color: #00a0e9;
  font-weight: bold;
  margin: 0;
}

.page-ttl__spell--approach {
  color: #8cc63f;
}

.page-ttl__spell--info {
  color: #8f82bc;
}

.page-ttl__this {
  font-size: 37px;
  font-size: 3.7rem;
  color: #00a0e9;
  font-weight: bold;
  margin-top: 0;
  line-height: 1.4;
}

.page-ttl__this--approach {
  color: #8cc63f;
}

.page-ttl__this--info {
  color: #8f82bc;
}

.page-ttl__cat {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: -20px;
  color: #fff;
  border-radius: 5px;
  margin: 0 10px;
}

.page-ttl__cat a {
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
}

.page-ttl__cat--event {
  background: #00a0e9;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
}

.page-ttl__cat--seminar {
  background: #5390cd;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
}

.page-ttl__cat--holiday {
  background: #f39800;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
}

.page-ttl__cat--info {
  background: #8f82bc;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
}

.page-ttl__cat--approach {
  background: #8cc63f;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
}

.page-ttl__cat i {
  font-size: 13px;
  font-size: 1.3rem;
  color: #f39800;
  margin-right: 8px;
}

.page-ttl__cat .pickup_span {
  color: #f39800;
  font-size: 12px;
  font-size: 1.2rem;
  margin-right: 8px;
  text-decoration: none !important;
}

.breadcrumbs {
  font-size: 13px;
  font-size: 1.3rem;
  width: 1000px;
  margin: 0 auto;
  /*  Smartphone */
  margin-top: 20px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 640px) {
  .breadcrumbs {
    width: 100%;
  }
}

.header__link {
  width: 1000px;
  margin: 0 auto;
  /*  Smartphone */
  text-align: right;
  color: #005fb0;
  list-style: none;
  margin-top: -50px;
  padding: 0;
}

@media only screen and (max-width: 640px) {
  .header__link {
    width: 100%;
  }
}

.header__link li {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  display: inline-block;
  margin-left: 15px;
}

.header__link li i {
  margin-right: 5px;
}

.header__link li a {
  color: #005fb0;
}

/* FLOAT CONFIG
******************************************************************************************** */
.clear {
  clear: both;
}

.flr {
  float: right;
}

.fll {
  float: left;
}

.center {
  text-align: center;
}

.center img {
  display: inline;
}

.left {
  text-align: left;
}

.flrpic {
  display: inline;
  float: right;
  margin: 0 0 0 15px;
}

.flrpic img {
  display: inline;
  margin-bottom: 5px;
}

.fllpic {
  float: left;
  margin: 0 15px 0 0;
}

.fllpic img {
  display: inline;
  margin-bottom: 5px;
}

.centerpic {
  margin: 0 auto;
  text-align: center;
}

.centerpic img {
  display: inline;
}

.flrtbl {
  float: right;
  margin: 0 0 25px 25px;
}

.flltbl {
  float: left;
  margin: 0 25px 25px 0;
}

.alr {
  text-align: right;
}

.alr img {
  display: inline;
}

.inline {
  display: inline;
}

.all {
  text-align: left;
}

/* 共通設定 */
.pc-mode {
  display: block;
}

.sp-mode {
  display: none;
}
.regist-notice{
  border: 1px solid red;
  text-align: center;
}
.regist-notice p{
  color: red;
  font-size: 22px; 
  margin-bottom: 10px;
}
.regist-notice h3{
  color: red;
  font-size: 25px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.sp-br{
  display: none;
}


@media only screen and (max-width: 640px) {
.regist-notice {
  font-size: 20px; 
  text-align: center;
  margin: 0;
}
.sp-br{
  display: block;
}
  }




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