/* Generated by less 2.5.1 */
*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 16px;
  font-family: "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, 'Helvetica Neue', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", "Meiryo", sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  background-color: #fff;
}
textarea {
  resize: none;
}
input[type="submit"],
input[type="button"],
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}
select {
  width: 100%;
  cursor: pointer;
  border: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: normal;
  border-radius: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
ul {
  zoom: 1;
}
ul:after {
  content: "";
  display: block;
  clear: both;
}
ul.list {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: disc;
}
ol.list {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: decimal;
}
/*
//lightsliderのPager内側処理とカラー
.lSPager{
	@pager_color : #fff;
	@pager_color_active : #38BCA9;
	margin: 0px !important;
	transform: translateY(-50px) !important;
	li{
		a{
			background-color: @pager_color !important;
		}
		&.active{
			a{
				background-color: @pager_color_active !important;
			}
		}
	}
}
*/
@font-face {
  font-family: 'mobile-menu';
  src: url('fonts/mobile-menu.eot?27jklh');
  src: url('fonts/mobile-menu.eot?27jklh#iefix') format('embedded-opentype'), url('fonts/mobile-menu.ttf?27jklh') format('truetype'), url('fonts/mobile-menu.woff?27jklh') format('woff'), url('fonts/mobile-menu.svg?27jklh#mobile-menu') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon-mobile-menu:before {
  font-family: 'mobile-menu' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
}
.mobile-menu-button {
  font-size: 30px;
}
.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  overflow: scroll;
  z-index: 100000;
}
.mobile-menu ul {
  padding: 50px 0;
  text-align: center;
}
.mobile-menu ul li {
  font-size: 28px;
  letter-spacing: 0.02em;
}
.mobile-menu ul li:not(:last-child) {
  margin-bottom: 2em;
}
.mobile-menu ul li a {
  display: inline-block;
  letter-spacing: 0.1em;
  transition: opacity 0.5s ease-out;
}
.mobile-menu ul li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* IE 8 */
}
.mobile-menu ul li a::after {
  content: "\A" attr(data-sub);
  white-space: pre;
  font-size: 0.6em;
  padding: 0.25em 0;
}
.mobile-menu .close {
  font-size: 1.5em;
  font-weight: bold;
  cursor: pointer;
}
html,
body {
  height: 100%;
}
body {
  min-width: 1280px;
}
.sp body {
  min-width: 640px;
}
.inner {
  max-width: 1280px;
  position: relative;
  margin: 0 auto;
  height: 100%;
}
header {
  position: fixed;
  background-color: #FDFBEA;
  width: 100%;
  min-width: 1280px;
  height: 60px;
  z-index: 10000;
}
.sp header {
  min-width: 640px;
}
header h1 {
  color: #37837F;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.15em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 50px;
}
header .mobile-menu-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  visibility: hidden;
}
.sp header .mobile-menu-button {
  visibility: visible;
}
header nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 50px;
}
.sp header nav {
  visibility: hidden;
}
header nav ul li {
  float: left;
  font-weight: bold;
}
header nav ul li:not(:last-child) {
  margin-right: 100px;
}
header nav ul li a {
  display: inline-block;
  text-align: center;
  transition: opacity 0.5s ease-out;
}
header nav ul li a::after {
  content: "";
  display: block;
  width: 150px;
  height: 5px;
  margin: 0 auto;
  margin-top: 5px;
  background-color: aqua;
}
header nav ul li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* IE 8 */
}
header nav ul li:nth-child(1) a::after {
  background-color: #d43473;
}
header nav ul li:nth-child(2) a::after {
  background-color: #51a5db;
}
header nav ul li:nth-child(3) a::after {
  background-color: #98bf43;
}
main {
  display: block;
}
main::before {
  content: "";
  display: block;
  height: 60px;
}
footer {
  position: relative;
  height: 60px;
}
footer small {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 8px;
}
.index main {
  height: calc(100vh - 120px);
}
.index main section {
  height: 100%;
}
.index main section .block-left {
  background-image: url(../img/index_ayumikai_bg.jpg);
  background-size: cover;
  background-position: 70% center;
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
}
.sp .index main section .block-left {
  width: 100%;
  height: 33.33333333%;
}
.index main section .block-left .ttl {
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  letter-spacing: 0.15em;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  padding: 25px 0;
}
.index main section .block-left .bar {
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.index main section .block-left .bar span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.15em;
}
.index main section .block-left .txt {
  position: absolute;
  height: 40px;
}
.index main section .block-right {
  width: 50%;
  height: 100%;
  float: left;
}
.sp .index main section .block-right {
  width: 100%;
  height: 66.66666667%;
}
.index main section .block-right .block-right-top {
  background-image: url(../img/index_ayumi_bg.jpg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 50%;
  position: relative;
}
.index main section .block-right .block-right-top .bar {
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
}
.index main section .block-right .block-right-top .bar::before {
  content: "";
  width: 40px;
  height: 40px;
  display: inline-block;
  background-color: #51a5db;
  margin-right: 20px;
}
.index main section .block-right .block-right-top .bar span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.15em;
}
.index main section .block-right .block-right-bottom {
  background-image: url(../img/index_kurumi_bg.jpg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 50%;
  position: relative;
}
.index main section .block-right .block-right-bottom .bar {
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
}
.index main section .block-right .block-right-bottom .bar::before {
  content: "";
  width: 40px;
  height: 40px;
  display: inline-block;
  background-color: #98bf43;
  margin-right: 20px;
}
.index main section .block-right .block-right-bottom .bar span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.15em;
}
.index main section a {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.5s ease-out;
}
.index main section a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.index footer {
  position: absolute;
  width: 100%;
  bottom: 0;
}
section.hero {
  height: 500px;
  background-size: cover;
  background-position: center center;
}
section.hero h2 {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.2em;
  border-bottom: 4px solid #fff;
  padding-bottom: 10px;
  white-space: nowrap;
}
section.hero::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
section h3 {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.15em;
  color: #3D3A39;
  text-align: center;
  margin-bottom: 30px;
}
section h3 .en {
  display: block;
  font-size: 14px;
  letter-spacing: 0.1em;
  padding: 5px 0 10px 0;
  text-align: center;
}
section h3::after {
  content: "";
  display: block;
  width: 100px;
  height: 6px;
  background-color: aqua;
  margin: 0 auto;
}
section h4 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-align: center;
  margin-bottom: 30px;
}
.ayumikai .hero {
  background-image: url(../img/ayumikai_hero_bg.jpg);
  background-position: center 100%;
  position: relative;
}
.ayumikai .hero h2 {
  border-bottom: 4px solid #d43473;
}
.ayumikai section h3::after {
  background-color: #d43473;
}
.ayumikai section.about {
  padding: 70px 0 0 0;
}
.ayumikai section.about .txt {
  background-color: #d43473;
  color: #fff;
  text-align: center;
  padding: 50px;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.6em;
}
.sp .ayumikai section.about .txt {
  font-size: 22px;
}
.ayumikai section.business {
  padding: 70px 0;
  zoom: 1;
}
.ayumikai section.business:after {
  content: "";
  display: block;
  clear: both;
}
.ayumikai section.business .block {
  width: 1280px;
  height: 360px;
  margin: 0 auto;
}
.sp .ayumikai section.business .block {
  width: 640px;
}
.ayumikai section.business .bar {
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
}
.ayumikai section.business .bar::before {
  content: "";
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 20px;
}
.ayumikai section.business .bar span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.15em;
}
.ayumikai section.business .block-left {
  width: 50%;
  height: 100%;
  background-image: url(../img/index_ayumi_bg.jpg);
  background-size: cover;
  background-position: center center;
  float: left;
  position: relative;
}
.sp .ayumikai section.business .block-left {
  width: 100%;
}
.ayumikai section.business .block-left .bar::before {
  background-color: #51a5db;
}
.ayumikai section.business .block-right {
  width: 50%;
  height: 100%;
  background-image: url(../img/index_kurumi_bg.jpg);
  background-size: cover;
  background-position: center center;
  float: left;
  position: relative;
}
.sp .ayumikai section.business .block-right {
  width: 100%;
}
.ayumikai section.business .block-right .bar::before {
  background-color: #98bf43;
}
.ayumikai section.business a {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.5s ease-out;
}
.ayumikai section.business a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.ayumikai section.philosophy {
  padding: 70px 0;
  background-color: #EDEBEB;
}
.ayumikai section.philosophy p {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.6em;
  text-align: center;
}
.ayumikai section.system {
  padding: 70px 0 0 0;
}
.sp .ayumikai section.system {
  width: 70px 0;
  zoom: 1;
}
.sp .ayumikai section.system:after {
  content: "";
  display: block;
  clear: both;
}
.ayumikai section.system .block {
  height: 400px;
  zoom: 1;
}
.ayumikai section.system .block:after {
  content: "";
  display: block;
  clear: both;
}
.ayumikai section.system .block .block-left {
  background-image: url(../img/ayumikai_img_01.jpg);
  background-size: cover;
  background-position: center center;
  width: 50%;
  height: 100%;
  float: left;
}
.sp .ayumikai section.system .block .block-left {
  width: 100%;
}
.ayumikai section.system .block .block-right {
  width: 50%;
  height: 100%;
  float: left;
  background-color: #d43473;
  position: relative;
}
.sp .ayumikai section.system .block .block-right {
  width: 100%;
}
.ayumikai section.system .block .block-right dl {
  position: absolute;
  top: 50%;
  left: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.ayumikai section.system .block .block-right dl dt {
  margin-bottom: 15px;
}
.ayumikai section.system .block .block-right dl dd {
  margin-bottom: 15px;
  margin-left: 1.2em;
}
.ayumikai section.system .block .block-right dl dd ul li {
  margin-bottom: 15px;
}
.ayumikai section.information {
  padding: 70px 0 0 0;
}
.sp .ayumikai section.information {
  padding: 70px 0;
  zoom: 1;
}
.sp .ayumikai section.information:after {
  content: "";
  display: block;
  clear: both;
}
.ayumikai section.information .block {
  height: 400px;
  zoom: 1;
}
.ayumikai section.information .block:after {
  content: "";
  display: block;
  clear: both;
}
.ayumikai section.information .block .block-left {
  width: 50%;
  height: 100%;
  float: left;
  background-color: #DBDBDB;
  position: relative;
}
.sp .ayumikai section.information .block .block-left {
  width: 100%;
}
.ayumikai section.information .block .block-left dl {
  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  color: #000;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.ayumikai section.information .block .block-left dl dt {
  float: left;
}
.ayumikai section.information .block .block-left dl dd {
  zoom: 1;
  margin-left: 7em;
}
.ayumikai section.information .block .block-left dl dd:after {
  content: "";
  display: block;
  clear: both;
}
.ayumikai section.information .block .block-left dl dd:not(:last-child) {
  margin-bottom: 25px;
}
.ayumikai section.information .block .block-right {
  width: 50%;
  height: 100%;
  float: left;
}
.sp .ayumikai section.information .block .block-right {
  width: 100%;
}
.ayumikai section.disclosure {
  padding: 70px 0;
  text-align: center;
}
.ayumikai section.disclosure ul {
  display: inline-block;
  margin-bottom: 15px;
}
.ayumikai section.disclosure ul li {
  float: left;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.15em;
  color: #3D3A39;
}
.ayumikai section.disclosure ul li:not(:last-child) {
  margin-right: 30px;
}
.ayumikai section.disclosure ul li a {
  transition: opacity 0.5s ease-out;
}
.ayumikai section.disclosure ul li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* IE 8 */
}
.ayumikai section.disclosure .tip {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #3D3A39;
}
.sp .br::after {
  content: "\A";
  white-space: pre;
}
.sp .hoikuen h2 {
  font-size: 26px;
}
.hoikuen section.about {
  padding: 70px 0 0 0;
}
.hoikuen section.about .txt {
  color: #fff;
  text-align: center;
  padding: 50px 0;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.6em;
}
.hoikuen section.policy {
  padding: 70px 0;
}
.hoikuen section.policy .img {
  background-size: cover;
  background-position: center center;
  width: 1100px;
  height: 300px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.sp .hoikuen section.policy .img {
  width: 100%;
}
.hoikuen section.policy .txt {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.6em;
}
.sp .hoikuen section.policy .txt {
  font-size: 18px;
}
.hoikuen section.events {
  padding: 70px 0;
  background-color: #EDEBEB;
}
.hoikuen section.events ul {
  width: 1100px;
  margin: 0 auto;
}
.sp .hoikuen section.events ul {
  width: 100%;
}
.hoikuen section.events ul li {
  float: left;
  display: inline-block;
  border: 2px solid #000;
  width: 340px;
  height: 100px;
  text-align: center;
  padding-top: 15px;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6em;
  letter-spacing: 0.15em;
}
.hoikuen section.events ul li:not(:nth-child(3n)) {
  margin-right: 40px;
}
.sp .hoikuen section.events ul li {
  width: 300px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 18px;
}
.hoikuen section.events .tip {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.4em;
}
.sp .hoikuen section.events .tip {
  font-size: 18px;
}
.hoikuen section.days {
  padding: 70px 0;
}
.hoikuen section.days dl {
  width: 1100px;
  margin: 0 auto;
  zoom: 1;
  color: #fff;
  margin-bottom: 30px;
}
.sp .hoikuen section.days dl {
  width: 400px;
}
.hoikuen section.days dl:after {
  content: "";
  display: block;
  clear: both;
}
.hoikuen section.days dl div {
  position: relative;
  width: 85px;
  float: left;
}
.hoikuen section.days dl div:not(:last-child) {
  margin-right: 27.78px;
}
.sp .hoikuen section.days dl div {
  width: 100%;
  margin-right: 0;
}
.hoikuen section.days dl.nine div:not(:last-child) {
  margin-right: 41.8px;
}
.hoikuen section.days dl dt {
  background-color: #000;
  width: 100%;
  font-weight: bold;
  font-size: 15px;
  padding: 10px 0;
  margin-bottom: 20px;
  text-align: center;
}
.sp .hoikuen section.days dl dt {
  width: 85px;
  float: left;
  border-right: 1px solid #fff;
}
.hoikuen section.days dl dd {
  background-color: #F6D046;
  width: 100%;
  height: 250px;
  writing-mode: tb-rl;
  /*IE*/
  -o-writing-mode: vertical-rl;
  /*Opera*/
  -webkit-writing-mode: vertical-rl;
  /*Chrome, Safari*/
  writing-mode: vertical-rl;
  /*Firefox, Edge*/
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-align: left;
  padding-top: 20px;
  position: relative;
}
.hoikuen section.days dl dd span {
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-0.5em);
          transform: translateX(-0.5em);
}
.sp .hoikuen section.days dl dd {
  width: 315px;
  height: 35px;
  float: left;
  zoom: 1;
  writing-mode: lr-tb;
  /*IE*/
  -o-writing-mode: horizontal-tb;
  /*Opera*/
  -webkit-writing-mode: horizontal-tb;
  /*Chrome, Safari*/
  writing-mode: horizontal-tb;
  /*Firefox, Edge*/
}
.sp .hoikuen section.days dl dd:after {
  content: "";
  display: block;
  clear: both;
}
.sp .hoikuen section.days dl dd span {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.hoikuen section.days .tip {
  width: 1100px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.15em;
  line-height: 1.4em;
}
.sp .hoikuen section.days .tip {
  width: 500px;
}
.hoikuen section.access {
  zoom: 1;
}
.hoikuen section.access:after {
  content: "";
  display: block;
  clear: both;
}
.hoikuen section.access .block {
  height: 300px;
  zoom: 1;
}
.hoikuen section.access .block:after {
  content: "";
  display: block;
  clear: both;
}
.hoikuen section.access .block .block-left {
  width: 50%;
  height: 100%;
  float: left;
  background-color: #DBDBDB;
  position: relative;
}
.hoikuen section.access .block .block-left dl {
  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  color: #000;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.hoikuen section.access .block .block-left dl dt {
  float: left;
}
.hoikuen section.access .block .block-left dl dd {
  zoom: 1;
  margin-left: 7em;
}
.hoikuen section.access .block .block-left dl dd:after {
  content: "";
  display: block;
  clear: both;
}
.hoikuen section.access .block .block-left dl dd:not(:last-child) {
  margin-bottom: 25px;
}
.sp .hoikuen section.access .block .block-left {
  width: 100%;
}
.sp .hoikuen section.access .block .block-left dl {
  right: inherit;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
}
.hoikuen section.access .block .block-right {
  width: 50%;
  height: 100%;
  float: left;
}
.sp .hoikuen section.access .block .block-right {
  width: 100%;
}
.hoikuen section.information {
  padding: 70px 0;
}
.hoikuen section.information ul {
  width: 1100px;
  margin: 0 auto;
}
.sp .hoikuen section.information ul {
  width: 340px;
}
.hoikuen section.information ul li {
  width: 340px;
  float: left;
}
.hoikuen section.information ul li:not(:last-child) {
  margin-right: 40px;
}
.hoikuen section.information ul li .ttl {
  background-color: #3D3A39;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
}
.hoikuen section.information ul li dl {
  font-size: 17px;
}
.hoikuen section.information ul li dl dt {
  font-weight: bold;
  margin-bottom: 5px;
}
.hoikuen section.information ul li dl dd {
  font-size: 16px;
  color: #595757;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4em;
}
.sp .hoikuen section.information ul li {
  margin-bottom: 30px;
}
.ayumi h3::after {
  background-color: #51a5db;
}
.ayumi section.hero {
  background-image: url(../img/ayumi_hero_bg.jpg);
  background-position: center center;
  position: relative;
}
.ayumi section.hero h2 {
  border-bottom: 4px solid #51a5db;
}
.ayumi section.about .txt {
  background-color: #51a5db;
}
.ayumi section.policy .img {
  background-image: url(../img/ayumi_img_01.jpg);
}
.ayumi section.events {
  color: #51a5db;
}
.ayumi section.events ul li {
  border: 2px solid #51a5db;
}
.ayumi section.days dl dt,
.ayumi section.days dl dd {
  background-color: #51a5db;
}
.kurumi h3::after {
  background-color: #98bf43;
}
.kurumi section.hero {
  background-image: url(../img/kurumi_hero_bg.jpg);
  background-position: center center;
  position: relative;
}
.kurumi section.hero h2 {
  border-bottom: 4px solid #98bf43;
}
.kurumi section.about .txt {
  background-color: #98bf43;
}
.kurumi section.policy .img {
  background-image: url(../img/kurumi_img_01.jpg);
}
.kurumi section.events {
  color: #98bf43;
}
.kurumi section.events ul li {
  border: 2px solid #98bf43;
}
.kurumi section.days dl dt,
.kurumi section.days dl dd {
  background-color: #98bf43;
}
