@charset "utf-8";

html  {
  background-color: #fff200;
  }

/*-------------------------------------------
  body
-------------------------------------------*/
@media only screen and (max-width: 767px) {
body  {
  min-width: 320px;
  font-size: 12px;
  }
}
@media only screen and (min-width: 768px) {
body  {
  min-width: 1000px;
  font-size: 14px;
  }
}
/*-------------------------------------------
  header
-------------------------------------------*/
.global-nav li a  {
  display: block;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 46px;
  border: 2px;
  border-style: solid;
  border-radius: 23px;
  -webkit-border-radius: 23px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  }
.global-nav__01 a {
  background-color: #16a085;
  border-color: #16a085;
  }
.global-nav__02 a {
  background-color: #2980b9;
  border-color: #2980b9;
  }
.global-nav__03 a {
  background-color: #6c5ce7;
  border-color: #6c5ce7;
  }
.global-nav__04 a {
  background-color: #e84393;
  border-color: #e84393;
  }
.global-nav__05 a {
  background-color: #f39c12;
  border-color: #f39c12;
  }
.global-nav__06 a {
  background-color: #c0392b;
  border-color: #c0392b;
  }
@media only screen and (max-width: 767px) {
.header {
  position: fixed;
  width: 100%;
  height: 57px;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 1000;
}
.header__inner  {
  display: table;
  width: 100%;
  border-bottom: 1px solid #b0c5ca;
  }
.header__inner .logo  {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  }
.header__inner .toggle  {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 40px;
  height: 40px;
  padding: 8px 8px 8px 0;
  }
.toggle span	{
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  background: #fff200 url(../images/menu_open.png) left top no-repeat;
  background-size: 40px 40px;
  border-radius: 6px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  }
.toggle.active span	{
  background: #fff200 url(../images/menu_close.png) left top no-repeat;
  background-size: 40px 40px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  }
.header .nav	{
  position: absolute;
  top: 57px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1000;
  background-color: #fff;
  }
.global-nav {
  padding: 16px 16px 0 16px;
  }
.global-nav li a  {
  margin-bottom: 16px;
  }
}

@media only screen and (min-width: 768px) {
.header {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #ecf0f1;
  }
.header__inner  {
  float: left;
  width: 260px;
  }
.header__inner .logo  {
  padding-top: 27px;
  }
.header__inner .toggle  {
  display: none;
  }
.header .nav  {
  float: right;
  width: 740px;
  padding-top: 16px;
  padding-bottom: 16px;
  }
.global-nav li {
  float: left;
  width: 110px;
  margin-left: 16px;
  }
.global-nav li:first-child  {
  margin-left: 0;
  }
.global-nav__01 a:hover,
.global-nav__01 a:active {
  background-color: #fff;
  color: #16a085;
  }
.global-nav__02 a:hover,
.global-nav__02 a:active {
  background-color: #fff;
  color: #2980b9;
  }
.global-nav__03 a:hover,
.global-nav__03 a:active {
  background-color: #fff;
  color: #6c5ce7;
  }
.global-nav__04 a:hover,
.global-nav__04 a:active {
  background-color: #fff;
  color: #e84393;
  }
.global-nav__05 a:hover,
.global-nav__05 a:active {
  background-color: #fff;
  color: #f39c12;
  }
.global-nav__06 a:hover,
.global-nav__06 a:active {
  background-color: #fff;
  color: #c0392b;
  }
}

/*-------------------------------------------
  footer
-------------------------------------------*/
.footer {
  background-color: #fff200;
  }
.footer-nav li  {
  display: inline-block;
  letter-spacing: normal;
  font-size: 12px;
  margin-left: 16px;
  }
.footer-nav li:first-child  {
  margin-left: 0;
  }
.copyright  {
  font-size: 12px;
  }
@media only screen and (max-width: 767px) {
.footer {
  padding-top: 32px;
  padding-bottom: 32px;
  }
.footer-nav {
  text-align: center;
  margin-bottom: 16px;
  }
.copyright  {
  text-align: center;
  }
}
@media only screen and (min-width: 768px) {
.footer {
  padding-top: 32px;
  padding-bottom: 32px;
  }
.footer-nav {
  letter-spacing: -4em;
  }
.copyright  {
  text-align: right;
  }
}

/*-------------------------------------------
  index
-------------------------------------------*/
/* メインビジュアル */
.main-visual  {
  width: 100%;
  background: url(../images/top-main-img.jpg) center center no-repeat;
  background-size: cover;
  }
.main-visual__lead img  {
  max-width: 100%;
  height: auto;
  }
.main-visual__lead  {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  }
@media only screen and (max-width: 767px) {
.main-visual {
  padding-top: 57px;
}
.main-visual__lead  {
  height: 200px;
  padding-top: 130px;
  padding-left: 16px;
  padding-right: 16px;
  }
.main-visual__lead img  {
  max-width: 100%;
  height: auto;
  }
}
@media only screen and (min-width: 768px) {
.main-visual__lead  {
  width: 1000px;
  height: 450px;
  padding-top: 80px;
  }
}

/* 見出し */
.heading-lv2__index {
  font-size: 36px;
  letter-spacing: 0.25em;
  line-height: 1.1;
  }
.heading-lv2-sub__index {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.15em;
  }
@media only screen and (max-width: 767px) {
.heading-lv2__index {
  text-align: center;
  }
.heading-lv2-sub__index {
  text-align: center;
  }
}

/* ボタン */
.btn__index {
  display: block;
  height: 56px;
  border: 2px solid #000;
  border-radius: 28px;
  line-height: 56px;
  text-align: center;
  letter-spacing: 0.15em;
  transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
  }
.btn__index i {
  padding-left: 16px;
  }
@media only screen and (max-width: 767px) {
.btn__index {
  width: 240px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  }
.btn__index:active {
  background-color: #000;
  color: #fff;
  }
}
@media only screen and (min-width: 768px) {
.btn__index {
  margin-top: 32px;
  }
.btn__index:hover,
.btn__index:active {
  background-color: #000;
  color: #fff;
  }
}

/* 関連施設 */
.local-dl__index dt  {
  text-align: center;
  }
.local-dl__index dt span {
  font-size: 24px;
  font-weight: bold;
  background: linear-gradient(transparent 55%, #fff200 55%);
  margin-bottom: 16px;
  }
.local-dl__index dd {
  text-align: center;
  }
.local-dl__index dd span {
  display: block;
  }

/* 新着情報 */
@media only screen and (max-width: 767px) {
.block__index-col-xs-12 .heading-lv2__index,
.block__index-col-xs-12 .heading-lv2-sub__index {
  display: inline-block;
  width: 100%;
  }
}
@media only screen and (min-width: 768px) {
.block__index {
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.block__index-col-md-3 {
  display: table-cell;
  width: 25%;
  background-color: #f2efe1;
  vertical-align: middle;
  padding: 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.block__index-col-md-3 span {
  display: inline-block;
  width: 100%;
}
.block__index-col-md-9 {
  display: table-cell;
  width: 75%;
  background-color: #fff;
  padding: 0 32px 32px 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  }
}

/*-------------------------------------------
  パンくずリスト
-------------------------------------------*/
.breadcrumbs  {
  margin-left: auto;
  margin-right: auto;
}
.breadcrumbs ol li  {
  display: inline-block;
  letter-spacing: normal;
  overflow: hidden;
  }
.breadcrumbs ol li {
  position: relative;
  padding-right: 21px;
  }
.breadcrumbs ol li::before {
  position: absolute;
  display: inline-block;
  width: 1em;
  font-family: FontAwesome;
  content: "\f105";
  right: 0;
  top: 0;
  }
.breadcrumbs ol li:last-child {
  position: static;
  padding-right: 0;
}
.breadcrumbs ol li:last-child::before {
  position: static;
  display: none;
  }
@media only screen and (max-width: 767px) {
.breadcrumbs  {
  font-size: 10px;
  padding: 73px 16px 0 16px;
  margin-bottom: 24px;
  }
}
@media only screen and (min-width: 768px) {
.breadcrumbs  {
  width: 1000px;
  padding-top: 24px;
  margin-bottom: 48px;
  }
.breadcrumbs ol  {
  letter-spacing: -4em;
  }
}

/*-------------------------------------------
  ページタイトル
-------------------------------------------*/
.content-header {
  margin-left: auto;
  margin-right: auto;
  line-height: 1.1;
  }
.content-header-title {
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.15em;
  }
.content-header-title-sub  {
  color: #bdc3c7;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.15em;
  display: flex;
  align-items: center;
  }
.content-header-title-sub::before,
.content-header-title-sub::after {
  content: '';
  height: 1px;
  background-color: #bdc3c7;
  flex-grow: 1;
  display: inline;
  }
.content-header-title-sub::before {
  margin-right: 0.85em;
  }
.content-header-title-sub::after  {
  margin-left: 1em;
  }
@media only screen and (max-width: 767px) {
.content-header {
  margin-bottom: 28px;
  }
.content-header-title {
  font-size: 18px;
  margin-bottom: 8px;
  }
.content-header-title-sub  {
  font-size: 10px;
  }
}
@media only screen and (min-width: 768px) {
.content-header {
  width: 1000px;
  margin-bottom: 56px;
  }
.content-header-title {
  font-size: 36px;
  margin-bottom: 16px;
  }
.content-header-title-sub  {
  font-size: 12px;
  }
}

/*-------------------------------------------
  コンテンツメニュー
-------------------------------------------*/
.content-nav  {
  margin-left: auto;
  margin-right: auto;
  }
@media only screen and (max-width: 767px) {
.content-nav  {
  line-height: 1.1;
  padding-left: 16px;
  padding-right: 8px;
  margin-bottom: 20px;
  }
.content-nav:before, .content-nav:after {
  content: " ";
  display: table;
  }
.content-nav:after {
  clear: both;
  }
.content-nav li  {
  display: block;
  width: 50%;
  float: left;
  font-size: 12px;
  font-weight: bold;
  padding-right: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 8px;
  }
.content-nav li a {
  position: relative;
  display: block;
  line-height: 40px;
  padding: 0 16px;
  border: 2px solid #000;
  color: #000;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  }
.content-nav li a::before {
  position: absolute;
  font-family: FontAwesome;
  content: "\f105";
  right: 16px;
  top: 50%;
  margin-top: -20px;
  }
.content-nav li a:active {
  background-color: #000;
  color: #fff;
  }
.content-nav__about li a:hover,
.content-nav__about li a:active,
.content-nav__about li .active  {
  color: #fff;
  border-color: #16a085;
  background-color: #16a085;
  }
.content-nav__foster‐parent li a:hover,
.content-nav__foster‐parent li a:active,
.content-nav__foster‐parent li .active  {
  color: #fff;
  border-color: #2980b9;
  background-color: #2980b9;
  }
}
@media only screen and (min-width: 768px) {
.content-nav  {
  width: 1000px;
  line-height: 1.1;
  text-align: center;
  letter-spacing: -4em;
  margin-bottom: 56px;
  }
.content-nav li  {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: normal;
  }
.content-nav li:nth-of-type(n+2)  {
  margin-left: 16px;
}
.content-nav li:nth-of-type(n+2)::before  {
  display: inline-block;
  content: '/';
  color: #999;
  font-weight: normal;
  padding-right: 16px;
  }
.content-nav li a:hover,
.content-nav li a:active,
.content-nav li .active {
  border-bottom: 1px;
  border-style: solid;
  }
.content-nav__about li a:hover,
.content-nav__about li a:active,
.content-nav__about li .active  {
  color: #16a085;
  border-color: #16a085;
  }
.content-nav__foster‐parent li a:hover,
.content-nav__foster‐parent li a:active,
.content-nav__foster‐parent li .active  {
  color: #2980b9;
  border-color: #2980b9;
  }
}

.heading-lv1  {
  text-align: center;
  }
.heading-lv1 .heading-lv1-h1 {
  line-height: 1.1;
  display: inline-block;
  background: linear-gradient(transparent 55%, #fff200 55%);
  font-weight: bold;
  padding-left: 0.5em;
  padding-right: 0.5em;
  }
@media only screen and (max-width: 767px) {
.heading-lv1 .heading-lv1-h1 {
  font-size: 16px;
  margin-bottom: 16px;
  }
}
@media only screen and (min-width: 768px) {
.heading-lv1 .heading-lv1-h1 {
  font-size: 32px;
  margin-bottom: 32px;
  }
}

/*-------------------------------------------
  新着情報
-------------------------------------------*/
.news-list__article {
  display: block;
  border-bottom: 1px solid #f2efe1;
  }
.news-list__article-time  {
  font-size: 12px;
  }
.news-list__article-title {
  font-size: 16px;
  }
@media only screen and (max-width: 767px) {
.news-list  {
  border-top: 1px solid #f2efe1;
  margin-left: -16px;
  margin-right: -16px;
  }
.news-list__article {
  padding: 16px 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  }
.news-list__article-time  {
  display: block;
  }
.news-list__article-title {
  display: block;
  }
}
@media only screen and (min-width: 768px) {
.news-list--under li:first-child  {
  border-top: 1px solid #f2efe1;
  }
.news-list__article {
  letter-spacing: -4em;
  padding-top: 32px;
  padding-bottom: 32px;
  }
.news-list__article-time  {
  display: inline-block;
  letter-spacing: normal;
  margin-right: 18px;
  }
.news-list__article-title {
  display: inline-block;
  letter-spacing: normal;
  }
}
@media only screen and (max-width: 767px) {
.link__index {
  display: block;
  width: 240px;
  height: 56px;
  border: 2px solid #000;
  border-radius: 28px;  line-height: 56px;
  text-align: center;
  letter-spacing: 0.15em;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  }
.link__index i {
  padding-left: 16px;
  }
.link__index:active {
  background-color: #000;
  color: #fff;
  }
}
@media only screen and (min-width: 768px) {
.link__index {
  text-align: right;
  font-weight: bold;
  font-size: 16px;
  }
.link__index i  {
  padding-left: 16px;
  }
}
.m-block-news {
  border-top: 1px solid #ecf0f1;
  border-bottom: 1px solid #ecf0f1;
}
.heading-news {
  font-weight: bold;
  }
@media only screen and (max-width: 767px) {
.heading-news {
  font-size: 14px;
  }
.m-block-news {
  padding-top: 16px;
  padding-bottom: 16px;
  }
}
@media only screen and (min-width: 768px) {
.heading-news {
  font-size: 18px;
  }
.m-block-news {
  padding-top: 32px;
  padding-bottom: 32px;
  }
}

/* ボタン */
.btn__news {
  display: block;
  height: 56px;
  border: 2px solid #000;
  border-radius: 28px;
  line-height: 56px;
  text-align: center;
  letter-spacing: 0.15em;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  margin-left: auto;
  margin-right: auto;
  }
.btn__news i {
  padding-right: 16px;
  }
@media only screen and (max-width: 767px) {
.btn__news {
  width: 240px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  }
.btn__news:active {
  background-color: #000;
  color: #fff;
  }
}
@media only screen and (min-width: 768px) {
.btn__news {
  width: 200px;
  margin-top: 32px;
  }
.btn__news:hover,
.btn__news:active {
  background-color: #000;
  color: #fff;
  }
}

/*-------------------------------------------
お問い合わせ
-------------------------------------------*/
.m-contact input[type="text"],
.m-contact input[type="email"],
.m-contact textarea {
  width: 100%;
  border: 1px solid #ecf0f1;
  padding: 16px 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.m-contact .m-btn-submit input[type="submit"] {
  display: block;
  height: 56px;
  border: 2px solid #000;
  border-radius: 28px;
  line-height: 56px;
  text-align: center;
  letter-spacing: 0.15em;
  transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
@media only screen and (max-width: 767px) {
.m-contact .m-btn-submit input[type="submit"] {
  width: 240px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  }
.m-contact .m-btn-submit input[type="submit"]:active {
  background-color: #000;
  color: #fff;
  }
}
@media only screen and (min-width: 768px) {
.m-contact .m-btn-submit input[type="submit"]  {
  width: 240px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  }
.m-contact .m-btn-submit input[type="submit"]:hover,
.m-contact .m-btn-submit input[type="submit"]:active {
  background-color: #000;
  color: #fff;
  }
}

/*-------------------------------------------
地図
-------------------------------------------*/
.m-map  {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  }
.m-map iframe,
.m-map object,
.m-map embed  {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }

/*-------------------------------------------
テーブル
-------------------------------------------*/
.main-table caption {
  text-align: left;
  }
@media only screen and (max-width: 767px) {
.main-table caption {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
  }
.main-table th  {
  display: block;
  width: 100%;
  border: 1px solid #bdc3c7;
  padding: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 8px;
  }
.main-table td  {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 16px;
  }
.main-table tr:last-child td  {
  margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
.main-table caption {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
  }
.main-table th  {
  position: relative;
  width: 25%;
  vertical-align: top;
  text-align: left;
  font-weight: bold;
  padding: 16px 0;
  }
.main-table th::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  content: '';
  border-top: 1px solid #000;
  }
.main-table tr:last-child th::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
  content: '';
  border-top: 1px solid #000;
  }
.main-table td  {
  position: relative;
  width: 75%;
  vertical-align: top;
  padding: 16px 0;
  }
.main-table td::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: '';
  border-top: 1px solid #bdc3c7;
  }
.main-table tr:last-child td::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: '';
  border-top: 1px solid #bdc3c7;
  }
}

/*-------------------------------------------
  ul/ol
-------------------------------------------*/
/* 一般的な */
ul.m-plain-list li {
  position: relative;
  padding-left: 1.25em;
  }
ul.m-plain-list li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  }
ol.m-plain-list {
  counter-reset: item;
  }
ol.m-plain-list li  {
  position: relative;
  padding-left: 2em;
  margin-left: 0.25em;
  }
ol.m-plain-list li:before {
  display: inline-block;
  counter-increment: item;
  content: counter(item)'.';
  position: absolute;
  top: 0;
  left: 0;
  }

/* アスタリスク */
.m-plain-list__asterisk li  {
  position: relative;
  padding-left: 1.5em;
  }
.m-plain-list__asterisk li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  }

/* 矢印 */
.m-plain-list__arrow li  {
  position: relative;
  padding-left: 1.5em;
  }
.m-plain-list__arrow li:before {
  font-family: FontAwesome;
  content: '\f0da';
  position: absolute;
  top: 0;
  left: 0;
  }

/* 矢印 */
.m-plain-list__square li  {
  position: relative;
  padding-left: 1.5em;
  }
.m-plain-list__square li:before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
  }

/* テキスト */
.m-plain-list__txt4 li  {
  position: relative;
  padding-left: 4em;
  }
.m-plain-list__txt4 li span {
  position: absolute;
  top: 0;
  left: 0;
  width: 4em;
  }

/*-------------------------------------------
  a
-------------------------------------------*/
/* 外部 */
.container a[target="_blank"] {
  text-decoration: underline;
  }
.container a[target="_blank"]::after  {
  margin-left: 3px;
  content: "\f08e";
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: -1px;
  }
.container .m-link  {
  text-decoration: underline;
  }

/*-------------------------------------------
  font
-------------------------------------------*/
/* 色 */
.u-fc-green  {
  color: #16a085;
  }
.u-fc-blue  {
  color: #2980b9;
  }
.u-fc-orange  {
  color: #f39c12;
  }
.u-bgc-primary  {
  background-color: #fffced;
  }
.u-bgc-gray  {
  background-color: #f2efe1;
  }
.u-bgc-white  {
  background-color: #fff;
  }

.m-hr {
  border-top: 1px solid #b0c5ca;
}