@charset "UTF-8";
/* ---------------------------
 * ALL Width
 * --------------------------- */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}

@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
}

html {
  font-size: 62.5%;
}

body {
  word-break: break-all;
  word-wrap: break-word;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  line-height: 1.6;
/*  font-family: MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;*/
  font-family: Meiryo, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
}

ul ul, ol ul {
  list-style: none;
}

.skip {
	height: 0px;
	font-size: 1px;
	text-align: center;
	overflow: hidden;
}
a.skip {
	height: 0px;
	font-size: 1px;
	text-align: center;
	overflow: hidden;
	display: block;
}

a.skip:focus{
	margin: 10px;
    font-size: 0.88em;
    height: 20px;
    width: 100%;
    display: block;
}


img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

i img {
  vertical-align: top;
}

a {
  color: #333;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

figure {
  margin: 0;
}

figcaption {
  margin-top: 5px;
}

.bold {
  font-weight: bold;
}

img.border {
  border: 1px solid #ccc;
}

.border img {
  border: 1px solid #ccc;
}

.header {
  border-top: 4px solid #8db42e;
  border-bottom: 1px solid #fff;
  background-color: #fff;
  background-image: linear-gradient(to bottom, #fff 0%, #fff 90%, #f9f9f9 100%);
  box-shadow: 0 8px 7px -4px rgba(0, 0, 0, 0.1);
}

.header__inner:after {
  content: "";
  display: block;
  clear: both;
}

.header__logo {
  float: left;
  margin: 0;
  font-size: 0;
}

.header-read {
  float: left;
  margin: 0 30px 0 0;
}
.header-read a {
  font-size: 13px;
  font-weight: bold;
  padding: 0 10px;
  line-height: 23px;
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #634d37;
  border-bottom: 4px solid #634d37;
  background-color: #8c7054;
  background-image: linear-gradient(to bottom, #634d37 0%, #8c7054 100%);
  box-sizing: border-box;
}

.global-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-language__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
}

.header-language__item {
  display: table-cell;
  width: 33.3%;
  vertical-align: middle;
  border-top: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  border-bottom: 3px solid #d3d3d3;
  font-size: 13px;
  font-weight: bold;
  box-sizing: border-box;
}
.header-language__item:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.header-language__item:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-right: 1px solid #d3d3d3;
}
.header-language__item a {
  display: block;
  position: relative;
  color: #333;
  line-height: 24px;
  text-decoration: none;
  text-align: center;
  background-image: linear-gradient(to bottom, #fff 0%, #f4f4f4 100%);
}
.header-language__item a:after {
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 10px;
  line-height: 1;
  color: #8db42e;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-fontsize {
  float: right;
  overflow: hidden;
}

.header-fontsize__title {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 27px;
  margin: 0 5px 0 0;
  float: left;
}

.header-fontsize__list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.header-fontsize__item {
  float: left;
  margin: 0 0 0 3px;
  border: 1px solid #634d37;
  border-bottom: 3px solid #634d37;
  border-radius: 3px;
  line-height: 24px;
  width: 50px;
  text-align: center;
  color: #634d37;
  font-weight: bold;
  cursor: pointer;
  box-sizing: border-box;
  transition: opacity .2s;
}
.header-fontsize__item:hover {
  opacity: .7;
}
.header-fontsize__item.type-normal {
  font-size: 16px;
}
.header-fontsize__item.type-large {
  font-size: 19px;
}
.header-fontsize__item.is-active {
  color: #fff;
  background-color: #8c7054;
  background-image: linear-gradient(to bottom, #634d37 0%, #8c7054 100%);
}

.header-general__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-general__list:after {
  content: "";
  display: block;
  clear: both;
}

.header-general__item {
  float: left;
  line-height: 18px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 15px 0 0;
  white-space: nowrap;
}
.header-general__item a {
  text-decoration: none;
  color: #333;
}
.header-general__item img {
  vertical-align: top;
}
.header-general__item i {
  margin-right: 5px;
}

.breadcrumb__list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}

.breadcrumb__item {
  display: inline-block;
  line-height: 14px;
  font-weight: bold;
}
.breadcrumb__item:first-child:before {
  content: "";
  background-image: url(/common/img/icon_home01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px auto;
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
.breadcrumb__item:not(:last-child):after {
  content: ">";
  margin: 0 3px;
}
.breadcrumb__item a {
  line-height: 14px;
  color: #705620;
}

.footer {
  border-top: 1px solid #fff;
  background-color: #fff;
  position: relative;
}
.footer:before {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  top: -5px;
  left: 0;
  background-image: linear-gradient(to bottom, #fff 0%, #eee 100%);
}
.footer:after {
  content: "";
  width: 100%;
  height: 12px;
  position: absolute;
  top: 1px;
  left: 0;
  background-image: linear-gradient(to bottom, #fafafa 0%, #fff 100%);
}

.footer__inner {
  position: relative;
}

.pagetop {
  position: absolute;
  top: -36px;
  z-index: 1;
  border: 1px solid #d3d3d3;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  box-shadow: 0 0 2px 2px #eee;
}
.pagetop a {
  display: block;
  line-height: 30px;
  width: 145px;
  text-align: center;
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  border-top: 3px solid #b8d073;
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
}
.pagetop a:after {
  content: "\f077";
  font-family: "FontAwesome";
  font-size: 10px;
  line-height: 1;
  color: #8db42e;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer__copyright {
  background-color: #8db42e;
  text-align: center;
  padding: 10px;
}
.footer__copyright small {
  display: block;
  color: #fff;
  font-style: normal;
  font-size: 10px;
  font-size: 1rem;
}

.home-visual {
  overflow: hidden;
  background-image: url(/common/img/bg_title01.png);
  box-shadow: 0 8px 7px -4px rgba(0, 0, 0, 0.1) inset, 0 -8px 5px -5px rgba(0, 0, 0, 0.1) inset;
}

.mainvisual {
  position: relative;
}
.mainvisual button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.mainvisual .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.mainvisual .slick-dots li {
  display: inline-block;
}
.mainvisual .slick-dots button {
  width: 10px;
  height: 10px;
  font-size: 1px;
  text-indent: -9999px;
  border-radius: 50%;
  background-color: #cfc7c4;
}
.mainvisual .slick-dots .slick-active button {
  background-color: #634d37;
}

.mainvisual__list {
  display: none;
}
.mainvisual__list.slick-initialized {
  display: block;
}

.mainvisual__item img {
  max-width: none;
  width: 100%;
}

.mainvisual__item {
  border: 1px solid #d3d3d3;
}

.mainvisual-kids {
  background-repeat: no-repeat;
  background-position: center bottom;
  position: relative;
  padding-top: 1px;
  padding-bottom: 1px;
  box-sizing: border-box;
}

.mainvisual-kids__breadcrumb {
  margin: 10px 0 0 90px;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
}

.mainvisual-kids__title {
  margin: 0;
  text-align: center;
}

.mainvisual-kids__img {
  position: absolute;
}

.page-title {
  background-image: url(/common/img/bg_title01.png);
  box-shadow: 0 8px 7px -4px rgba(0, 0, 0, 0.1) inset, 0 -8px 5px -5px rgba(0, 0, 0, 0.1) inset;
}

.page-title__title {
  margin: 0;
  font-weight: bold;
  line-height: 1.7;
}

.nav-type01 {
  border: 3px solid #8db42e;
  border-radius: 3px;
  background-color: #fff;
}

.nav-type01__title {
  background-color: #eef6d6;
  margin: 0;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  padding: 9px 15px 9px;
  line-height: 24px;
  box-sizing: border-box;
}
.nav-type01__title img {
  vertical-align: top;
}
.nav-type01__title i {
  margin-right: 10px;
}
.nav-type01__title.type-has-icon {
  min-height: 50px;
  padding: 13px 15px 10px;
  font-size: 19px;
  font-size: 1.9rem;
}

.nav-type01__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-type01__item a {
  display: block;
  line-height: 1.2;
  position: relative;
  padding: 13px 10px 12px 35px;
  color: #705620;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  
/* IE下線対応 */
  background: url(../img/arrow2_color_orange.png) no-repeat 15px 15px;
  background-position: 15px calc(.6em + 6px);
  background-size: 12px auto;
}
/*
.nav-type01__item a:before {
  content: "\f138";
  font-family: "FontAwesome";
  font-size: 12px;
  color: #f59116;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-decoration: none !important;
  display: inline-block;
}
*/

.nav-type01__item:nth-child(even) a {
  background-color: #f2f2f2;
}

.search-block01__body {
  overflow: hidden;
  background-color: #fff;
}

.search-block01__input {
  border-top: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  border-bottom: 3px solid #d3d3d3;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  box-sizing: border-box;
}
.search-block01__input input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  box-shadow: none;
  padding: 0 0 0 35px;
  outline: 0;
  width: 100%;
  font-size: 16px;
  line-height: 1;
  background-repeat: no-repeat;
  background-image: url(/common/img/icon_search01.svg);
  background-position: 10px center;
  box-sizing: border-box;
}

.search-block01__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  box-shadow: none;
  outline: 0;
  padding: 0;
  border: 0;
  width: 60px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  line-height: 32px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #faa54b;
  border-bottom: 3px solid #faa54b;
  background-color: #fac789;
  background-image: linear-gradient(to bottom, #faa54b 0%, #fac789 100%);
  box-sizing: border-box;
}

.search-block02 {
  border: 1px solid #d3d3d3;
  border-bottom: 3px solid #d3d3d3;
  border-radius: 3px;
  padding: 1px;
  box-sizing: border-box;
}

.search-block02__inner {
  overflow: hidden;
  position: relative;
  background-image: linear-gradient(to bottom, #efe9e1 0%, #f7f4f0 30%, #f7f4f0 100%);
}
.search-block02__inner:after {
  content: "";
  background-image: url(/common/img/parts_bg01.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 152px;
  height: 108px;
}

.search-block02__title {
  position: relative;
  z-index: 1;
  font-weight: bold;
}

.search-block02__search {
  float: left;
}

.search-block02__body {
  width: 487px;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 15px;
}

.search-block02__input {
  border-top: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  border-bottom: 3px solid #d3d3d3;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  box-sizing: border-box;
  float: left;
  width: 367px;
  height: 48px;
}
.search-block02__input input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  box-shadow: none;
  padding: 5px 10px;
  outline: 0;
  width: 100%;
  height: 44px;
  font-size: 17px;
  line-height: 1;
  box-sizing: border-box;
}

.search-block02__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  box-shadow: none;
  float: right;
  outline: 0;
  padding: 0;
  border: 0;
  width: 120px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  line-height: 44px;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #facf32;
  border-bottom: 3px solid #facf32;
  background-color: #fae289;
  background-image: linear-gradient(to bottom, #facf32 0%, #fae289 100%);
  box-sizing: border-box;
}
.search-block02__button:hover {
  background-image: linear-gradient(to bottom, #fae289 0%, #facf32 100%);
}
.search-block02__button i {
  margin-right: 5px;
}
.search-block02__button img {
  width: 22px;
  margin-top: 11px;
}

.search-block02__nav {
  clear: both;
}

.search-block02__more {
  float: right;
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}
.search-block02__more a {
  display: block;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  box-shadow: none;
  outline: 0;
  padding: 0;
  border: 0;
  width: 175px;
  border-radius: 3px;
  line-height: 44px;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #facf32;
  border-bottom: 3px solid #facf32;
  background-color: #fae289;
  background-image: linear-gradient(to bottom, #facf32 0%, #fae289 100%);
  box-sizing: border-box;
}
.search-block02__more a:hover {
  background-image: linear-gradient(to bottom, #fae289 0%, #facf32 100%);
}
.search-block02__more i {
  margin-right: 10px;
}
.search-block02__more img {
  margin-top: 10px;
}

.search-block02__link {
  text-decoration: none;
  position: relative;
  display: block;
  padding: 15px 10px 10px;
}
.search-block02__link:after {
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 13px;
  line-height: 1;
  color: #333;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.search-block03 {
  border: 1px solid #d3d3d3;
  border-bottom: 3px solid #d3d3d3;
  border-radius: 3px;
  padding: 1px;
  box-sizing: border-box;
}

.search-block03__inner {
  overflow: hidden;
  position: relative;
  background-image: linear-gradient(to bottom, #efe9e1 0%, #f7f4f0 30%, #f7f4f0 100%);
}
.search-block03__inner:after {
  content: "";
  background-image: url(/common/img/parts_bg01.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 152px;
  height: 108px;
}

.search-block03__title {
  position: relative;
  z-index: 1;
  font-weight: bold;
}

.search-block03__body {
  overflow: hidden;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.search-block03__input {
  border-top: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  border-bottom: 3px solid #d3d3d3;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  width: 100%;
  height: 36px;
  box-sizing: border-box;
}
.search-block03__input input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  box-shadow: none;
  padding: 5px 10px;
  outline: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 32px;
  font-size: 13px;
  line-height: 1;
  box-sizing: border-box;
}

.search-block03__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  box-shadow: none;
  float: right;
  outline: 0;
  padding: 0;
  border: 0;
  width: 60px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  line-height: 32px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #facf32;
  border-bottom: 3px solid #facf32;
  background-color: #fae289;
  background-image: linear-gradient(to bottom, #facf32 0%, #fae289 100%);
  box-sizing: border-box;
}
.search-block03__button i {
  margin-right: 5px;
}
.search-block03__button img {
  width: 22px;
  margin-top: 11px;
}

.search-block04 {
  border: 3px solid #b8d073;
}

.search-block04__title {
  margin: 0 0 5px;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 20px;
}
.search-block04__title i {
  margin-right: 5px;
}
.search-block04__title img {
  width: 20px;
}

.search-block04__select select {
  width: 100%;
}

.search-block04__button {
  text-align: center;
}

.search-block04__button01 .button-type01 {
  width: 160px;
}

.search-block05 {
  color: #683c3d;
}

.search-block06 {
  position: relative;
  overflow: hidden;
  color: #683c3d;
}
.search-block06 form {
  position: relative;
  z-index: 1;
}

.search-block06__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.search-block06__inner {
  position: relative;
  z-index: 1;
}

.search-block06__title {
  text-align: center;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: bold;
}
.search-block06__title:before {
  content: "\f002";
  font-family: "FontAwesome";
  margin-right: 10px;
  opacity: .8;
}

.search-block06__sub {
  margin: 0 0 3px 18px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}

.search-block06__select select {
  width: 100%;
}

.search-block06__button {
  width: 135px;
}
.search-block06__button button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f27241;
  background-image: url(/common/img/kids_texture_orange.png);
  color: #fff;
  text-align: center;
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 25px;
  line-height: 35px;
  width: 100%;
  box-sizing: border-box;
}

.search-block-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
  border: 1px solid #d3d3d3;
  border-bottom: 3px solid #d3d3d3;
  border-radius: 3px;
}
.search-block-nav__list:after {
  content: "";
  display: block;
  clear: both;
}

.search-block-nav__item {
  float: left;
  width: 25%;
  text-align: center;
  box-sizing: border-box;
}
.search-block-nav__item:first-child i img {
  vertical-align: top;
  margin-top: -6px;
}
.search-block-nav__item:last-child a {
  border-right: 0;
}
.search-block-nav__item a {
  display: block;
  height: 45px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: underline;
  color: #705620;
  line-height: 1.2;
  padding: 13px 2px 0;
  border-right: 1px solid #d3d3d3;
  box-sizing: border-box;
  transition: opacity .2s;
}
.search-block-nav__item a:hover {
  opacity: .7;
}
.search-block-nav__item i {
  margin-right: 5px;
}
.search-block-nav__item i img {
  vertical-align: middle;
}

body:not(.kids) .entry-block h2:not([class*="heading"]):not([class*="title"]) ,body:not(.blog-id-3) .mceContentBody h2:not([class*="heading"]):not([class*="title"]),body:not(.blog-id-4) .mceContentBody h2:not([class*="heading"]):not([class*="title"]) {
  border-radius: 3px;
  border: 1px solid #b8d073;
  border-bottom: 3px solid #b8d073;
  background-color: #e3f0bb;
  background-image: linear-gradient(to bottom, #cde486 0%, #e3f0bb 20%, #e3f0bb 100%);
  position: relative;
  line-height: 1.4;
  padding: 5px 10px 5px 25px;
  font-weight: bold;
}
body:not(.kids) .entry-block h2:not([class*="heading"]):not([class*="title"]):before ,body:not(.blog-id-3) .mceContentBody h2:not([class*="heading"]):not([class*="title"]):before ,body:not(.blog-id-4) .mceContentBody h2:not([class*="heading"]):not([class*="title"]):before {
  content: "";
  height: 3px;
  background-color: #7faa17;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
body:not(.kids) .entry-block h2:not([class*="heading"]):not([class*="title"]) > a, body:not(.blog-id-3) .mceContentBody h2:not([class*="heading"]):not([class*="title"]) > a, body:not(.blog-id-4) .mceContentBody h2:not([class*="heading"]):not([class*="title"]) > a {
  display: inline-block;
  position: relative;
  padding-left: 15px;
  color: #705620;
  background: url(../img/arrow2_color_orange.png) no-repeat 15px 50%;
  background-position: 15px calc(.7em - 7px);
  background-size: 12px auto;
}
/*
.entry-block h2:not([class*="heading"]):not([class*="title"]) > a:before, .mceContentBody h2:not([class*="heading"]):not([class*="title"]) > a:before {
  content: "\f138";
  font-family: "FontAwesome";
  font-size: 12px;
  color: #f59116;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
*/
body:not(.kids) .entry-block h2:not([class*="heading"]):not([class*="title"]):first-child ,body:not(.blog-id-3) .mceContentBody h2:not([class*="heading"]):not([class*="title"]):first-child ,body:not(.blog-id-4) .mceContentBody h2:not([class*="heading"]):not([class*="title"]):first-child {
  margin-top: 0;
}

body:not(.kids) .entry-block h3:not([class*="heading"]):not([class*="title"]) ,body:not(.blog-id-3) .mceContentBody h3:not([class*="heading"]):not([class*="title"]),body:not(.blog-id-4) .mceContentBody h3:not([class*="heading"]):not([class*="title"]) {
  position: relative;
  line-height: 1.4;
  font-weight: bold;
  border-bottom: 1px solid #d3d3d3;
}
body:not(.kids) .entry-block h3:not([class*="heading"]):not([class*="title"]):after,body:not(.blog-id-3) .mceContentBody h3:not([class*="heading"]):not([class*="title"]):after ,body:not(.blog-id-4) .mceContentBody h3:not([class*="heading"]):not([class*="title"]):after {
  content: "";
  height: 3px;
  background-color: #b8d073;
  background-image: linear-gradient(to right, #78a528 0%, #b8d073 100%);
  position: absolute;
  bottom: -2px;
  left: 0;
}
body:not(.kids) .entry-block h3:not([class*="heading"]):not([class*="title"]) > i ,body:not(.blog-id-3) .mceContentBody h3:not([class*="heading"]):not([class*="title"]) > i ,body:not(.blog-id-4) .mceContentBody h3:not([class*="heading"]):not([class*="title"]) > i {
  margin-right: 10px;
}
body:not(.kids) .entry-block h3:not([class*="heading"]):not([class*="title"]) > a ,body:not(.blog-id-3) .mceContentBody h3:not([class*="heading"]):not([class*="title"]) > a ,body:not(.blog-id-4) .mceContentBody h3:not([class*="heading"]):not([class*="title"]) > a {
  display: inline-block;
  position: relative;
  padding-left: 15px;
  color: #705620;
  background: url(../img/arrow2_color_orange.png) no-repeat 15px 50%;
  background-position: 15px calc(.7em - 7px);
  background-size: 12px auto;
}
/*
.entry-block h3:not([class*="heading"]):not([class*="title"]) > a:before, .mceContentBody h3:not([class*="heading"]):not([class*="title"]) > a:before {
  content: "\f138";
  font-family: "FontAwesome";
  font-size: 12px;
  color: #f59116;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
*/

.entry-block h4:not([class*="heading"]):not([class*="title"]), .mceContentBody h4:not([class*="heading"]):not([class*="title"]) {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  position: relative;
  line-height: 1.4;
  padding-left: 15px;
}
.entry-block h4:not([class*="heading"]):not([class*="title"]):before, .mceContentBody h4:not([class*="heading"]):not([class*="title"]):before {
  content: "";
  width: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #b8d073;
  background-image: linear-gradient(to right, #78a528 0%, #b8d073 100%);
}

.entry-block h5:not([class*="heading"]):not([class*="title"]),.entry-blockh6:not([class*="heading"]):not([class*="title"]),.mceContentBody h5:not([class*="heading"]):not([class*="title"]),.mceContentBody h6:not([class*="heading"]):not([class*="title"]) {
  color: #46700f;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
}

.entry-block ul:not([class*="list"]), .mceContentBody ul:not([class*="list"]) {
  list-style: none;
  padding-left: 20px;
}
.entry-block ul:not([class*="list"]) li, .mceContentBody ul:not([class*="list"]) li {
  line-height: 1.6;
  position: relative;
  margin-top: 10px;
}
.entry-block ul:not([class*="list"]) li:before, .mceContentBody ul:not([class*="list"]) li:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #f59116;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: -13px;
}

.entry-block ol, .mceContentBody ol {
  counter-reset: li;
  list-style: none;
  line-height: 1.6;
}
.entry-block ol li, .mceContentBody ol li {
  position: relative;
  margin-top: 10px;
}
.entry-block ol li:before, .mceContentBody ol li:before {
  counter-increment: li;
  content: counter(li) ". ";
  position: absolute;
  top: 0;
  left: -25px;
  color: #46700f;
  font-weight: bold;
}

.entry-block table, .mceContentBody table {
  border-radius: 3px;
  line-height: 1.4;
  width: 100% !important;
  border-bottom: 3px solid #d3d3d3;
}
.entry-block table th, .entry-block table td , .mceContentBody table th, .mceContentBody table td {
  border-style: solid;
  border-color: #d3d3d3;
  border-width: 1px;
  padding: 10px 15px;
  text-align: left;
}
.entry-block table th, .mceContentBody table th, .entry-block thead tr, .mceContentBody thead tr {
  background-color: #fff7d9;
  font-weight: bold;
}
.entry-block table thead tr:first-child th, .mceContentBody table thead tr:first-child th, .entry-block table thead tr:first-child td, .mceContentBody table thead tr:first-child td  {
  border-top-width: 3px;
  border-top-color: #f2c935;
}
/*.entry-block table thead tr:first-child th:first-child, .mceContentBody table thead tr:first-child th:first-child {
  border-left-width: 3px;
  border-left-color: #f2c935;
}*/
.entry-block table tbody th:first-child, .mceContentBody table tbody th:first-child, .entry-block table thead tr:first-child, .mceContentBody table thead tr:first-child {
  border-left-width: 3px;
  border-left-color: #f2c935;
  white-space: nowrap;
}

.has_thead_and_tbody_incl_th tbody tr th:first-child {
  border-left:1px #d3d3d3 solid;
}

.entry-block table tbody ul:not(.link-list02__list), .mceContentBody table tbody ul:not(.link-list02__list) {
  padding-left: 20px;
}
.entry-block table caption, .mceContentBody table caption {
  font-weight: bold;
  text-align: left;
  margin-bottom: 5px;
}
.entry-block table.type-nowrap th, .mceContentBody table.type-nowrap th {
  white-space: nowrap;
}

.entry-block em , .mceContentBody em {
  font-style: normal;
}

.entry-block em:before, .mceContentBody em:before {
  content: "※";
}

.entry-block strong, .mceContentBody strong {
  font-weight: bold;
  font-style: normal;
}

.entry-block span.external, .link-list02 span.external , .mceContentBody span.external {
  color: #705620;
}

.entry-block span.external:before, .link-list02 span.external:before, .mceContentBody span.external:before {
  content: " \f08e";
  font-family: "FontAwesome";
  font-weight: normal;
  text-decoration: none;
  color: #705620;
}

.entry-block a, .mceContentBody a {
  color: #705620;
}

.entry-block p:first-child{
	margin-top: 0;
}

.entry-block table select {
    margin: 5px 0;
    padding: 3px 60px 3px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #d3d3d3;
    border-bottom: 3px solid #d3d3d3;
    background-color: #fff;
    background-image: url(/common/img/select.svg), linear-gradient(to bottom, #fff 0%, #f9f9f9 100%);
    background-repeat: no-repeat;
    background-position: right center;
    border-radius: 3px;
    position: relative;
    box-sizing: border-box;
}


.entry-head {
  margin-bottom: 30px;
}
.entry-head:after {
  content: "";
  display: block;
  clear: both;
}
.entry-head .heading-type02 {
  margin-top: 0;
}

.entry-head__tag {
  float: left;
  width: 120px;
  margin-right: 20px;
}

.entry-head__date {
  overflow: hidden;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 19px;
}

.entry-bottom {
  clear: both;
  margin-top: 50px;
}

.heading-type02 {
  border-radius: 3px;
  border: 1px solid #b8d073;
  border-bottom: 3px solid #b8d073;
  background-color: #e3f0bb;
  background-image: linear-gradient(to bottom, #cde486 0%, #e3f0bb 20%, #e3f0bb 100%);
  position: relative;
  line-height: 1.4;
  padding: 5px 10px 5px 25px;
  font-weight: bold;
}
.heading-type02:before {
  content: "";
  height: 3px;
  background-color: #7faa17;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.heading-type02 > a {
  display: inline-block;
  position: relative;
  padding-left: 15px;
  color: #705620;
  background: url(../img/arrow2_color_orange.png) no-repeat 0 50%;
  background-position: 0 calc(.7em - 7px);
  background-size: 12px auto;
}
/*
.heading-type02 > a:before {
  content: "\f138";
  font-family: "FontAwesome";
  font-size: 12px;
  color: #f59116;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
*/

.heading-type03 {
  position: relative;
  line-height: 1.4;
  font-weight: bold;
  border-bottom: 1px solid #d3d3d3;
}
.heading-type03:after {
  content: "";
  height: 3px;
  background-color: #b8d073;
  background-image: linear-gradient(to right, #78a528 0%, #b8d073 100%);
  position: absolute;
  bottom: -2px;
  left: 0;
}
.heading-type03 > i {
  margin-right: 10px;
}
.heading-type03 > a {
  display: inline-block;
  position: relative;
  padding-left: 15px;
  color: #705620;
  background: url(../img/arrow2_color_orange.png) no-repeat 0 6px;
  background-position: 0 calc(.7em - 7px);
  background-size: 12px auto;
}
/*
.heading-type03 > a:before {
  content: "\f138";
  font-family: "FontAwesome";
  font-size: 12px;
  color: #f59116;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
*/
.heading-type04 {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  position: relative;
  line-height: 1.4;
  padding-left: 15px;
}
.heading-type04:before {
  content: "";
  width: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #b8d073;
  background-image: linear-gradient(to right, #78a528 0%, #b8d073 100%);
}

.heading-type05 {
  color: #46700f;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
}

.heading-type06,.kidspage .content h1,.kids .content h1,.blog-id-3 .mceContentBody  h1,.blog-id-4 .mceContentBody  h1 {
  background-color: #e4ecb7;
  border: 5px solid #dae5af;
  border-radius: 5px;
  line-height: 1.4;
  position: relative;
  font-weight: bold;
  color: #683c3d;
}
.heading-type06:before ,.kidspage .content h1:before,.kids .content h1:before,.blog-id-3 .mceContentBody h1:before,.blog-id-4 .mceContentBody h1:before{
  content: "";
  width: 58px;
  height: 30px;
  background-image: url(/common/img/title_parts01.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: -28px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.heading-type07,.kidspage .content h2,.kids .content h2,.blog-id-3 .mceContentBody h2,.blog-id-4 .mceContentBody h2 {
  color: #683c3d;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 5px;
  border-bottom: 4px solid #ccd998;
}

.kidspage .content h3,.kids .content h3,.blog-id-3 .mceContentBody h3,.blog-id-4 .mceContentBody h3 {
  color: #683c3d;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 5px;
  border-bottom: 2px dashed #e4eacb;
}

.heading-type08 {
  color: #683c3d;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 2px dashed #b3ab74;
  padding-bottom: 10px;
}
.heading-type08:after {
  content: "";
  display: block;
  clear: both;
}
.heading-type08 i {
  float: left;
  display: block;
  margin: 0 10px 0 0;
}
.heading-type08 span {
  display: block;
  overflow: hidden;
}
.heading-type08 img[src*="icon_kids_category0"] {
  width: 45px;
}

.list-type01 {
  list-style: none;
  padding-left: 20px;
}
.list-type01 li {
  line-height: 1.6;
  position: relative;
  margin-top: 10px;
}
.list-type01 li:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #f59116;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: -13px;
}

.list-type02 {
  counter-reset: li;
  list-style: none;
  line-height: 1.6;
}
.list-type02 li {
  position: relative;
  margin-top: 10px;
}
.list-type02 li:before {
  counter-increment: li;
  content: counter(li) ". ";
  position: absolute;
  top: 0;
  left: -25px;
  color: #46700f;
  font-weight: bold;
}

.button-group01 {
  margin: 20px 0;
  font-size: 0;
}
.button-group01.type-center {
  text-align: center;
}
.button-group01.type-right {
  text-align: right;
}
.button-group01 a:not([class=""]) {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 10px;
}
.button-group01 a:not([class=""]):last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.button-type01 {
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  border-bottom-width: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  padding: 0;
  text-align: center;
  position: relative;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 10px 30px;
  transition: background .2s, color .2s;
  box-sizing: border-box;
}
.button-type01:after {
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 10px;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: color .2s;
}
.button-type01.type-orange {
  color: #333;
  border-color: #facf32;
  background-color: #fae289;
  background-image: linear-gradient(to bottom, #facf32 0%, #fae289 100%);
}
.button-type01.type-orange a {
  color: #333;
  text-decoration: none;
}
.button-type01.type-brown {
  color: #fff;
  border-color: #634d37;
  background-color: #8c7054;
  background-image: linear-gradient(to bottom, #634d37 0%, #8c7054 100%);
}
.button-type01.type-brown a {
  color: #fff;
  text-decoration: none;
}
.button-type01.type-white {
  color: #333;
  border-color: #d3d3d3;
  background-color: #fff;
  background-image: linear-gradient(to bottom, #fff 0%, #f9f9f9 100%);
}
.button-type01.type-white a {
  color: #333;
  text-decoration: none;
}
.button-type01.type-white a:after {
  color: #8db42e;
}
.button-type01.type-prev:after {
  content: "\f053";
  right: auto;
  left: 10px;
}

.button-type02 {
  border-radius: 25px;
  border-style: solid;
  border-width: 1px;
  border-bottom-width: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  padding: 0;
  text-align: center;
  position: relative;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 22px;
  padding: 0 30px;
  transition: background .2s, color .2s;
}
.button-type02.type-orange {
  color: #333;
  border-color: #facf32;
  background-color: #fae289;
  background-image: linear-gradient(to bottom, #facf32 0%, #fae289 100%);
}
.button-type02.type-brown {
  color: #fff;
  border-color: #634d37;
  background-color: #8c7054;
  background-image: linear-gradient(to bottom, #634d37 0%, #8c7054 100%);
}
.button-type02.type-white {
  color: #333;
  border-color: #d3d3d3;
  background-color: #fff;
  background-image: linear-gradient(to bottom, #fff 0%, #f9f9f9 100%);
}
.button-type02.type-white:after {
  color: #8db42e;
}
.button-type02.type-prev:after {
  content: "\f053";
  right: auto;
  left: 10px;
}

.button-type03 {
  border-radius: 25px;
  border-style: solid;
  border-width: 4px;
  border-color: #d9d4ad;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  padding: 0;
  text-align: center;
  position: relative;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #683c3d;
  padding: 7px 30px;
  transition: background .2s, color .2s;
  box-sizing: border-box;
}
.button-type03:before {
  content: "\f0a9";
  font-family: "FontAwesome";
  margin-right: 10px;
  transition: color .2s;
}
.button-type03.type-prev:before {
  content: "\f0a8";
}
.button-type03.type-top:before {
  content: "\f0aa";
}
.button-type03.type-under:before {
  content: "\f0ab";
}
.button-type03.type-page-back {
  color: #7f5951;
  border-color: rgba(246, 138, 23, 0.7);
  line-height: 43px;
  padding: 0 30px 0 58px;
}
.button-type03.type-page-back:before {
  content: "";
  width: 32px;
  height: 32px;
  background-image: url(/common/img/arrow_color_orange01.png);
  background-repeat: no-repeat;
  background-size: 32px auto;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.schedule-list01__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.schedule-list01__item {
  position: relative;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #d3d3d3;
  border-bottom: 3px solid #d3d3d3;
  box-sizing: border-box;
}

.schedule-list01__title {
  margin: 0;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  box-sizing: border-box;
}

.schedule-list01__link {
  position: absolute;
  font-size: 1px;
  text-indent: -9999px;
  z-index: 1;
}
.schedule-list01__link a {
  text-decoration: none;
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(/common/img/icon_calendar02.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  position: relative;
}
.schedule-list01__link a:before {
  content: "\f138";
  font-family: "FontAwesome";
  font-size: 12px;
  text-indent: 0;
  line-height: 1;
  color: #f59116;
  position: absolute;
  bottom: 0;
  left: -6px;
}

.schedule-list01__hint {
  text-align: right;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 27px;
}
.schedule-list01__hint img {
  width: 27px;
}

.topics-block01 {
  border: 1px solid #d3d3d3;
  border-bottom: 3px solid #d3d3d3;
  border-radius: 3px;
  overflow: hidden;
}
.topics-block01.type-important .topics-block01__title {
  background-color: #fce4e3;
  background-image: linear-gradient(to bottom, #e17471 0%, #fce4e3 15%, #fce4e3 100%);
  border-bottom: 3px solid #eca8a6;
}
.topics-block01.type-important .topics-block01__title span:before, .topics-block01.type-important .topics-block01__title span:after {
  content: "";
  background-image: url(/common/img/parts_pink01.svg);
}
.topics-block01.type-important .topics-block01__text:before {
  color: #d94844;
}

.topics-block01__title {
  margin: 0;
  font-weight: bold;
  font-size: 19px;
  font-size: 1.9rem;
  position: relative;
  background-color: #e3f0bb;
  background-image: linear-gradient(to bottom, #78a528 0%, #e3f0bb 15%, #e3f0bb 100%);
  border-bottom: 3px solid #b8d073;
  margin: 0;
  box-sizing: border-box;
}
.topics-block01__title:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #fff;
}
.topics-block01__title span {
  display: block;
  position: relative;
  z-index: 1;
  line-height: 1;
  padding: 18px 25px 10px;
}
.topics-block01__title span:before, .topics-block01__title span:after {
  content: "";
  background-image: url(/common/img/parts_green01.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 8px;
  height: 14px;
  position: absolute;
  top: 3px;
}
.topics-block01__title span:before {
  left: 8px;
}
.topics-block01__title span:after {
  right: 8px;
}

.topics-block01__list {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.topics-block01__item {
  overflow: hidden;
}
.topics-block01__item:nth-child(even) {
  background-color: #f2f2f2;
}

.topics-block01__tag {
  float: left;
  width: 90px;
  margin-right: 10px;
}

.topics-block01__date {
  float: left;
  line-height: 19px;
  margin-right: 15px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}

.topics-block01__text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 19px;
  position: relative;
  padding: 2px 0 0 32px;
  background: url(../img/arrow2_color_orange.png) no-repeat 15px 5px;
  background-size: 12px auto;
}
.type-important .topics-block01__text{
  background: url(../img/arrow2_color_red.png) no-repeat 15px 50%;
  background-position:15px calc(.7em -5px);
  background-size: 12px auto;
}
/*
.topics-block01__text:before {
  content: "\f138";
  font-family: "FontAwesome";
  font-size: 12px;
  line-height: 1;
  color: #f59116;
  position: absolute;
  top: 3px;
  left: 0;
}
*/
.topics-block01__text a {
  color: #705620;
}


.topics-block01__more {
  border-top: 1px solid #d3d3d3;
}
.topics-block01__more a {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 36px;
  text-decoration: none;
  text-align: center;
  border-top: 1px solid #fff;
  display: block;
  background-color: #f4f4f4;
  background-image: linear-gradient(to bottom, #eee 0%, #f4f4f4 100%);
}
.topics-block01__more a:after {
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 10px;
  color: #8db42e;
  margin-left: 10px;
  vertical-align: top;
}

.topics-block02 {
  overflow: hidden;
}
.topics-block02.type-kids {
  color: #683c3d;
}
.topics-block02.type-kids .topics-block02__tag {
  width: 135px;
  margin: 0 15px 15px 0;
}
.topics-block02.type-kids .topics-block02__date {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 30px;
  margin-bottom: 15px;
}
.topics-block02.type-kids .topics-block02__text {
  font-size: 21px;
  font-size: 2.1rem;
  padding-left: 25px;
  line-height: 1.4;
  padding: 0;
  background: none;
}
/*.topics-block02.type-kids .topics-block02__text:before {
  content: "\f0a9";
  color: #b1c56a;
  font-size: 19px;
  top: 5px;
}*/
.topics-block02.type-kids .topics-block02__text a {
  color: #683c3d;
}

.topics-block02__list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #d3d3d3;
}

.topics-block02__item {
  overflow: hidden;
  border-bottom: 1px solid #d3d3d3;
}

.topics-block02__tag {
  float: left;
  width: 90px;
  margin: 0 10px 10px 0;
}

.topics-block02__date {
  float: left;
  margin: 0 19px 10px 0;
  margin-right: 15px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}

.topics-block02__text {
  clear: both;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 19px;
  position: relative;
  margin: 0;
  padding: 0 0 0 15px;
  background: url(../img/arrow2_color_orange.png) no-repeat 0 4px;
  background-size: 12px auto;
}
/*
.topics-block02__text:before {
  content: "\f138";
  font-family: "FontAwesome";
  font-size: 12px;
  line-height: 1;
  color: #f59116;
  position: absolute;
  top: 3px;
  left: 0;
}
*/
.topics-block02__text a {
  color: #705620;
}

.topics-block02__more {
  border-top: 1px solid #d3d3d3;
}
.topics-block02__more a {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 36px;
  text-decoration: none;
  text-align: center;
  border-top: 1px solid #fff;
  display: block;
  background-color: #f4f4f4;
  background-image: linear-gradient(to bottom, #eee 0%, #f4f4f4 100%);
}
.topics-block02__more a:after {
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 10px;
  color: #8db42e;
  margin-left: 10px;
  vertical-align: top;
}

.topics-block03 {
  position: relative;
  overflow: hidden;
  color: #683c3d;
  font-weight: bold;
}
.topics-block03 form {
  position: relative;
  z-index: 1;
}

.topics-block03__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.topics-block03__title {
  position: relative;
  z-index: 1;
}

.topics-block03__button a {
  display: block;
  text-decoration: none;
  background-color: #fff;
  color: #683c3d;
  font-size: 20px;
  font-size: 2rem;
  line-height: 37px;
  padding: 0 40px 0 20px;
  position: relative;
  border-radius: 25px;
}
.topics-block03__button a:before {
  content: "\f0a9";
  color: rgba(104, 60, 61, 0.8);
  font-size: 25px;
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.topics-block03__list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

.topics-block03__item {
  border-bottom: 3px dotted #fff;
}
.topics-block03__item:after {
  content: "";
  display: block;
  clear: both;
}

.topics-block03__data:after {
  content: "";
  display: block;
  clear: both;
}

.topics-block03__tag {
  float: left;
  width: 135px;
  margin-right: 25px;
}

.topics-block03__date {
  float: left;
  line-height: 30px;
}

.topics-block03__text a {
  color: #683c3d;
  text-decoration: none;
}

.topics-block04 {
  border-radius: 3px;
  border: 1px solid #d3d3d3;
  border-bottom: 3px solid #d3d3d3;
}

.topics-block04__title {
  margin: 0 0 10px;
  padding: 10px 0 0;
  border-top: 3px solid #8db42e;
  text-align: center;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.2;
}

.topics-block04__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.topics-block04__item {
  border-top: 1px solid #d3d3d3;
}

.topics-block04__inner {
  display: block;
  overflow: hidden;
  text-decoration: none;
}
.topics-block04__inner:hover .topics-block04__lead {
  text-decoration: none;
}

.topics-block04__img {
  float: left;
  width: 70px;
}
.topics-block04__img img {
  border-radius: 3px;
  border: 1px solid #d3d3d3;
  border-bottom: 3px solid #d3d3d3;
}

.topics-block04__text {
  overflow: hidden;
}

.topics-block04__date {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 10px;
  color: #333;
}

.topics-block04__tag{
	display: inline-block;
}

.topics-block04__tag i{
  white-space: nowrap;
  font-style: normal;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
  padding: 7px;
  border-radius: 3px;
  display: inline-block;
  vertical-align: top;
  border: 2px solid #b8d073;
}


.topics-block04__lead {
  color: #705620;
  font-weight: bold;
  position: relative;
  padding-left: 15px;
  line-height: 1.4;
  text-decoration: underline;
  background: url(../img/arrow2_color_orange.png) no-repeat 0 4px;
  background-position: 0 calc(.7em - 7px);
  background-size: 12px auto;
}
/*
.topics-block04__lead:before {
  content: "\f138";
  font-family: "FontAwesome";
  font-size: 12px;
  color: #f59116;
  position: absolute;
  top: 3px;
  left: 0;
}
*/

.tag-type01 {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  width: 100%;
  line-height: 17px;
  font-style: normal;
  border: 1px solid #fac919;
  border-radius: 25px;
  text-align: center;
  background-color: #fae289;
  background-image: linear-gradient(to bottom, #fac919 0%, #fae289 100%);
  box-sizing: border-box;
}

.tag-type02 {
  display: block;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  width: 100%;
  line-height: 30px;
  font-style: normal;
  text-align: center;
  color: #fff;
  background-color: #683c3d;
  border-radius: 25px;
}

.link-list01 {
  margin: 15px 0 35px;
}

.link-list01__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.link-list01__item {
  border-radius: 3px;
  border: 1px solid #d3d3d3;
  border-bottom: 3px solid #d3d3d3;
  background-color: #fff;
  box-sizing: border-box;
}
.link-list01__item a {
  width: 100%;
  padding: 0 10px 0 15px;
  text-decoration: none;
  display: block;
  background-image: linear-gradient(to bottom, #fff 0%, #f9f9f9 100%);
  border: 1px solid #fff;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  box-sizing: border-box;
}
.link-list01__item a:before {
  content: "";
  width: 3px;
  position: absolute;
  top: 0;
  left: 1px;
  bottom: 0;
  background-color: #b8d073;
  background-image: linear-gradient(to bottom, #78a528 0%, #b8d073 100%);
}
.link-list01__item a:after {
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 10px;
  line-height: 1;
  color: #8db42e;
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.link-list02 {
  margin: 20px 0 30px;
}
.link-list02.type-small .link-list02__item {
  font-size: 13px;
  font-size: 1.3rem;
}
.link-list02.type-small .link-list02__item:before {
  top: 1px;
}
.link-list02.type-googlemap {
  margin-top: 10px;
}
.link-list02.type-googlemap .link-list02__item a:after {
  display: none;
}
.link-list02.type-indent {
  margin-left: 20px;
}

.link-list02__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.link-list02__item {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  padding-left: 16px;
  margin: 10px 0 0;
  background: url(../img/arrow2_color_orange.png) no-repeat 0 4px;
  background-position: 0 calc(.7em - 6px);
  background-size: 12px auto;
}
.entry-block .link-list02__item, .mceContentBody .link-list02__item {
  font-weight: normal;
}
/*
.link-list02__item:before {
  content: "\f138";
  font-family: "FontAwesome";
  font-size: 12px;
  line-height: 1;
  color: #f59116;
  position: absolute;
  top: 3px;
  left: 0;
}
*/
.link-list02__item a {
  color: #705620;
}
.link-list02__item span.external {
  color: #705620;
}
.link-list02__item span.external:before {
  content: " \f08e";
  font-family: "FontAwesome";
  font-weight: normal;
  text-decoration: none;
  color: #705620;
}
.link-list02__item:first-child {
  margin-top: 0;
}
.link-list02__item.type-anchor:before {
  content: "\f13a";
}

.link-list03 {
  border-radius: 3px;
  border: 1px solid #d3d3d3;
  border-bottom: 3px solid #d3d3d3;
  position: relative;
}
.link-list03:before {
  content: "";
  width: 5px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #b8d073;
  background-image: linear-gradient(to bottom, #78a528 0%, #b8d073 100%);
}

.link-list03__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.link-list03__item {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  padding-left: 15px;
  box-sizing: border-box;
  background: url(../img/arrow2_color_orange.png) no-repeat 0 10%;
  background-position: 0 calc(.6em - 6.5px);
  background-size: 12px auto;
}
/*
.link-list03__item:before {
  content: "\f138";
  font-family: "FontAwesome";
  font-size: 12px;
  line-height: 1;
  color: #f59116;
  position: absolute;
  top: 3px;
  left: 0;
}
*/
.link-list03__item a {
  color: #705620;
}

.link-list04__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.link-list04__item {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
.link-list04__item a {
  color: #705620;
}

.link-list05 {
  margin: 15px 0 35px;
}

.link-list05__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.link-list05__item {
  overflow: hidden;
  border-radius: 3px;
  border: 1px solid #d3d3d3;
  border-bottom: 3px solid #d3d3d3;
  background-color: #fff;
  box-sizing: border-box;
}

.link-list05__inner {
  width: 100%;
  padding: 0 0 0 4px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(to bottom, #fff 0%, #f9f9f9 100%);
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  box-sizing: border-box;
}
.link-list05__inner:before {
  content: "";
  width: 5px;
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  background-color: #b8d073;
  background-image: linear-gradient(to bottom, #78a528 0%, #b8d073 100%);
}
.link-list05__inner:after {
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 10px;
  line-height: 1;
  color: #8db42e;
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.link-list05__img {
  width: 90px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.link-list05__text {
  padding: 15px 20px 15px 10px;
}

.link-list06 {
  margin: 15px 0 35px;
}

.link-list06__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.link-list06__item {
  border-radius: 3px;
  border: 1px solid #d3d3d3;
  border-bottom: 3px solid #d3d3d3;
  background-color: #fff;
  box-sizing: border-box;
}
.link-list06__item a {
  width: 100%;
  padding: 0 0 0 15px;
  text-decoration: none;
  display: block;
  background-image: linear-gradient(to bottom, #fff 0%, #f9f9f9 100%);
  border: 1px solid #fff;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  box-sizing: border-box;
}
.link-list06__item a:before {
  content: "";
  width: 3px;
  position: absolute;
  top: 0;
  left: 1px;
  bottom: 0;
  background-color: #b8d073;
  background-image: linear-gradient(to bottom, #78a528 0%, #b8d073 100%);
}
.link-list06__item a:after {
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 10px;
  line-height: 1;
  color: #8db42e;
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.link-type01 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  padding-left: 15px;
  margin: 10px 0 0;
  color: #705620;
  display: inline-block;
  background: url(../img/arrow2_color_orange.png) no-repeat 0 2px;
  background-position: 0 calc(.6em - 7px);
  background-size: 12px auto;
}
/*
.link-type01:before {
  content: "\f138";
  font-family: "FontAwesome";
  font-size: 12px;
  line-height: 1;
  color: #f59116;
  position: absolute;
  top: 3px;
  left: 0;
}
*/

.link-type02 {
  display: block;
  border-radius: 3px;
  border: 1px solid #d3d3d3;
  border-bottom: 3px solid #d3d3d3;
  background-color: #fff;
  box-sizing: border-box;
  padding: 5px 20px 5px 15px;
  text-decoration: none;
  display: block;
  background-image: linear-gradient(to bottom, #fff 0%, #f9f9f9 100%);
  position: relative;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.4;
  color: #705620;
  box-sizing: border-box;
}
.link-type02:before {
  content: "";
  width: 3px;
  position: absolute;
  top: 1px;
  left: 2px;
  bottom: 1px;
  background-color: #b8d073;
  background-image: linear-gradient(to bottom, #78a528 0%, #b8d073 100%);
}
.link-type02:after {
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 10px;
  line-height: 1;
  color: #8db42e;
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.table-type01 {
  border-radius: 3px;
  line-height: 1.4;
  width: 100%;
  border-bottom: 3px solid #d3d3d3;
}
.table-type01 th, .table-type01 td {
  border-style: solid;
  border-color: #d3d3d3;
  border-width: 1px;
  padding: 10px 15px;
  text-align: left;
}
.table-type01 th {
  background-color: #fff7d9;
  font-weight: bold;
}
.table-type01 thead tr:first-child th {
  border-top-width: 3px;
  border-top-color: #f2c935;
}
.table-type01 tbody th:first-child {
  border-left-width: 3px;
  border-left-color: #f2c935;
}
.table-type01 tbody ul:not(.link-list02__list) {
  padding-left: 20px;
}
.table-type01 caption {
  font-weight: bold;
  text-align: left;
  margin-bottom: 5px;
}
.table-type01.type-nowrap th {
  white-space: nowrap;
}

.information-blok01 {
  border-radius: 3px;
  border: 3px solid #b8d073;
  background-color: #fff;
  overflow: hidden;
  box-sizing: border-box;
}

.information-blok01__title {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: bold;
  margin: 0;
  background-color: #eef6d6;
  box-sizing: border-box;
}
.information-blok01__title i {
  margin-right: 5px;
}

.information-blok01__body .link-list02 {
  margin: 0;
}

.mypage-login {
  border-radius: 3px;
  border: 1px solid #d3d3d3;
  border-bottom: 3px solid #d3d3d3;
  box-sizing: border-box;
}

.mypage-login__title {
  margin: 0;
  padding: 10px 0 0;
  border-top: 3px solid #8db42e;
  text-align: center;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.2;
}

.mypage-login__body {
  border-top: 1px solid #d3d3d3;
  margin: 10px 15px 15px;
}
.mypage-login__body .link-list02 {
  margin: 0;
}

.mypage-login__lead {
  margin: 10px 0 5px;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
}

.mypage-login__button {
  margin: 5px 0 15px;
}
.mypage-login__button a {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0 10px;
  line-height: 31px;
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #634d37;
  border-bottom: 3px solid #634d37;
  background-color: #8c7054;
  background-image: linear-gradient(to bottom, #634d37 0%, #8c7054 100%);
  box-sizing: border-box;
}
.mypage-login__button a:after {
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 10px;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mypage-login__button a i {
  margin-right: 8px;
}
.mypage-login__button a img {
  margin-top: 7px;
}

.banner-list01 img {
    border-radius: 3px;
    border: 1px solid #d3d3d3;
    border-bottom: 3px solid #d3d3d3;
    box-sizing: border-box;
}
.banner-list01 img.noborder {
	border: none;
}

.banner-list01__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.banner-list01__item {
  text-align: center;
  margin: 8px 0 0;
}
.banner-list01__item:first-child {
  margin-top: 0;
}
.banner-list01__item img {
  width: 240px;
}

.smartphone-infomation {
  display: table;
  margin: 20px 0;
}

.smartphone-infomation__qr {
  display: table-cell;
  padding-right: 10px;
  vertical-align: middle;
}
.smartphone-infomation__qr img {
  width: 80px;
}

.smartphone-infomation__text {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

.frame-type01 {
  border: 3px solid #b8d073;
  padding: 20px 25px;
}
.frame-type01 > * {
  margin: 0 !important;
}

.frame-type02 {
  border-radius: 3px;
  border: 1px solid #d3d3d3;
  border-bottom: 3px solid #d3d3d3;
  margin: 30px 0;
  box-sizing: border-box;
}

.frame-type02__title {
  margin: 0;
  padding: 10px 3px 0;
  border-top: 3px solid #8db42e;
  text-align: center;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.2;
}

.frame-type02__body {
  border-top: 1px solid #d3d3d3;
  margin: 10px 15px 0;
  padding: 20px 0;
}
.frame-type02__body > *:first-child {
  margin-top: 0 !important;
}
.frame-type02__body > *:last-child {
  margin-bottom: 0 !important;
}

.frame-type03 {
  border: 1px solid #d3d3d3;
  border-bottom: 3px solid #d3d3d3;
  border-radius: 3px;
  overflow: hidden;
}
.frame-type03.type-important .frame-type03__title {
  background-color: #fce4e3;
  background-image: linear-gradient(to bottom, #e17471 0%, #fce4e3 15%, #fce4e3 100%);
  border-bottom: 3px solid #eca8a6;
}
.frame-type03.type-important .frame-type03__title span:before, .frame-type03.type-important .frame-type03__title span:after {
  content: "";
  background-image: url(/common/img/parts_pink01.svg);
}
.frame-type03.type-important .frame-type03__text:before {
  color: #d94844;
}

.frame-type03__title {
  margin: 0;
  font-weight: bold;
  font-size: 19px;
  font-size: 1.9rem;
  position: relative;
  background-color: #e3f0bb;
  background-image: linear-gradient(to bottom, #78a528 0%, #e3f0bb 15%, #e3f0bb 100%);
  border-bottom: 3px solid #b8d073;
  margin: 0;
  box-sizing: border-box;
}
.frame-type03__title:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #fff;
}
.frame-type03__title span {
  display: block;
  position: relative;
  z-index: 1;
  line-height: 1;
  padding: 18px 25px 10px;
}
.frame-type03__title span:before, .frame-type03__title span:after {
  content: "";
  background-image: url(/common/img/parts_green01.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 8px;
  height: 14px;
  position: absolute;
  top: 3px;
}
.frame-type03__title span:before {
  left: 8px;
}
.frame-type03__title span:after {
  right: 8px;
}

.frame-type03__body {
  margin: 0 15px 0;
  padding: 20px 0;
}
.frame-type03__body > *:first-child {
  margin-top: 0 !important;
}
.frame-type03__body > *:last-child {
  margin-bottom: 0 !important;
}

.entry-block>.media-block:first-child {
	margin-top: 0;
}

.media-block.media-center .media-block__media {
  text-align: center;
}
.media-block.media-center .media-block__media figure {
  display: inline-block;
}
.media-block.media-center .media-block__media figcaption {
  text-align: left;
}

.media-block figure {
  margin: 0 !important;
}

.media-block__text > *:first-child {
  margin-top: 0 !important;
}

.media-block__text > *:last-child {
  margin-bottom: 0 !important;
}

.column-group {
  list-style: none;
  margin: 0;
  padding: 0;
}

.status-block01 {
  border-radius: 3px;
  border: 2px solid #b8d073;
  padding: 15px;
  margin: 40px 0;
  text-align: center;
}
.status-block01 > *:first-child {
  margin-top: 0 !important;
}
.status-block01 > *:last-child {
  margin-bottom: 0 !important;
}
.status-block01 strong {
  color: #333;
}

.sns-list01 {
  text-align: center;
  margin: 40px 0;
}

.sns-list01__item {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
.sns-list01__item .fb-like > span {
  vertical-align: top !important;
}

.form-select01 {
  margin: 5px 0;
  padding: 3px 60px 3px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #d3d3d3;
  border-bottom: 3px solid #d3d3d3;
  background-color: #fff;
  background-image: url(/common/img/select.svg), linear-gradient(to bottom, #fff 0%, #f9f9f9 100%);
  background-repeat: no-repeat;
  background-position: right center;
  border-radius: 3px;
  position: relative;
  box-sizing: border-box;
}

select::-ms-expand {
  display: none;
}

.form-select02 {
  margin: 5px 0;
  padding: 3px 60px 3px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 25px;
  border: 4px solid #d9d5b6;
  background-color: #fff;
  background-image: url(/common/img/select02.svg);
  background-repeat: no-repeat;
  background-position: right center;
  position: relative;
  box-sizing: border-box;
}

select::-ms-expand {
  display: none;
}

.result-data__title {
  font-weight: bold;
  margin: 0;
  line-height: 1.2;
}
.result-data__title strong {
  font-size: 26px;
  font-size: 2.6rem;
  color: #46700f;
}

.page-nav.type-max .page-nav__item {
  display: block;
}
.page-nav.type-max .page-nav__item.type-prev {
  float: left;
  border-right: 0;
}
.page-nav.type-max .page-nav__item.type-next {
  float: right;
}

.page-nav__list {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-nav__list:after {
  content: "";
  display: block;
  clear: both;
}

.page-nav__item {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  display: inline-block;
  line-height: 1;
}
.page-nav__item a {
  color: #705620;
}
.page-nav__item:before, .page-nav__item:after {
  font-family: "FontAwesome";
  font-size: 12px;
  color: #f59116;
}
.page-nav__item.type-prev {
  border-right: 1px solid #d3d3d3;
  padding-right: 15px;
}
.page-nav__item.type-prev:before {
  content: "\f137";
  margin-right: 5px;
}
.page-nav__item.type-next {
  padding-left: 15px;
}
.page-nav__item.type-next:after {
  content: "\f138";
  margin-left: 5px;
}

.pager-type01__title {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  display: inline-block;
  line-height: 27px;
  margin: 0;
}

.pager-type01__list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  display: inline-block;
}

.pager-type01__item {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-left: 8px;
}
.pager-type01__item a {
  display: block;
  text-decoration: none;
  border-radius: 3px;
  border: 1px solid #d3d3d3;
  border-bottom: 3px solid #d3d3d3;
  background-color: #fff;
  text-align: center;
  line-height: 25px;
  width: 25px;
  transition: background .2s;
}
.pager-type01__item a:hover {
  background-color: #eff5e7;
}
.pager-type01__item.is-current a {
  background-color: #eff5e7;
  color: #46700f;
}

.pager-type02__title {
  font-weight: bold;
  display: inline-block;
  line-height: 30px;
  margin: 0;
}

.pager-type02__list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  display: inline-block;
}

.pager-type02__item {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-left: 8px;
}
.pager-type02__item a {
  display: block;
  text-decoration: none;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  border-color: #f58a57;
  background-color: #f58a57;
  background-image: url(/common/img/kids_texture_orange.png);
  color: #fff;
  text-align: center;
  line-height: 26px;
  width: 30px;
  transition: background .2s;
  box-sizing: border-box;
}
.pager-type02__item.is-current a {
  background-image: none;
  background-color: #fff;
  color: #f27241;
}

.item-list01 {
  margin: 25px 0;
}

.item-list01__list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #d3d3d3;
}

.item-list01__item {
  border-top: 1px solid #d3d3d3;
}

.item-list01__img {
  width: 70px;
  min-height: 72px;
  border-radius: 3px;
  border: 1px solid #d3d3d3;
  border-bottom: 3px solid #d3d3d3;
  position: relative;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
}
.item-list01__img img {
  vertical-align: middle;
  box-sizing: border-box;
}
.item-list01__img [src*="svg"] {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.item-list01__text {
  line-height: 1.47059;
}

.item-list01__head:after {
  content: "";
  display: block;
  clear: both;
}

.item-list01__tag i {
  white-space: nowrap;
  font-style: normal;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
  padding: 7px;
  border-radius: 3px;
  display: inline-block;
  vertical-align: top;
  border: 2px solid #b8d073;
}

.infoevents .item-list01__tag i {
  background-color: #fff;
  margin-top: .5em;
}

.item-list01__title {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  margin: 0;
}
.item-list01__title a {
  text-decoration: none;
}

.item-list01__date {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 10px 0 0;
}

.item-list01__place {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  margin: 10px 0 0;
}

.item-list02:after {
  content: "";
  display: block;
  clear: both;
}

.item-list02__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.item-list02__list:after {
  content: "";
  display: block;
  clear: both;
}

.item-list02__item {
  position: relative;
  text-align: center;
}

.item-list02__inner {
  display: block;
  text-decoration: none;
  color: #683c3d;
  font-weight: bold;
}

.item-list02__text {
  position: absolute;
  width: 100%;
  left: 0;
  box-sizing: border-box;
}

.item-list02__title {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.2;
  margin: 0;
}

.item-list02__sub {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
}

.item-list02__button {
  position: relative;
}
.item-list02__button:after {
  content: "";
  display: block;
  clear: both;
}
.item-list02__button:before {
  content: "";
  background-image: url(/common/img/kids_pic03.png);
  background-repeat: no-repeat;
  width: 139px;
  height: 176px;
  display: block;
  position: absolute;
  z-index: 1;
}
.item-list02__button a {
  display: block;
  text-decoration: none;
  background-image: url(/common/img/kids_texture_brown01.png);
  color: #7f5951;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 48px;
  border-radius: 25px;
  position: relative;
  box-sizing: border-box;
}
.item-list02__button a:after {
  content: "";
  width: 38px;
  height: 38px;
  background-image: url(/common/img/arrow_color_brown02.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.archives_link{
	float:right;
	margin-top:-20px;
}

.calendar-control01__title {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: bold;
  margin: 0;
  line-height: 1.2;
}
.calendar-control01__title strong {
  font-size: 26px;
  font-size: 2.6rem;
  color: #46700f;
}

.calendar-type01 table {
  width: 100%;
  border-bottom: 3px solid #d3d3d3;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.calendar-type01 thead {
  background-color: #e3f0bb;
}
.calendar-type01 thead th, .calendar-type01 thead td {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: bold;
  text-align: left;
  padding: 10px 5px 10px 20px;
  border: 1px solid #d3d3d3;
  border-top: 0;
  box-sizing: border-box;
}

.calendar-type01 tbody th, .calendar-type01 tbody td {
  vertical-align: top;
  border: 1px solid #d3d3d3;
  box-sizing: border-box;
}

.calendar-type01 tbody th {
  font-weight: bold;
  text-align: left;
  background-color: #f6faea;
}

.calendar-type01 tbody .saturday {
  color: #264b99;
}

.calendar-type01 tbody .sunday, .calendar-type01 tbody .holiday {
  color: #bf403b;
}

.calendar-type01__inner:after {
  content: "";
  display: block;
  clear: both;
}

.calendar-type01__img {
  float: left;
  width: 70px;
  margin: 0 20px 0 0;
  border: 1px solid #d3d3d3;
  border-bottom: 3px solid #d3d3d3;
  border-radius: 3px;
  box-sizing: border-box;
}

.calendar-type01__text {
  overflow: hidden;
}

.calendar-type01__title {
  margin: 0 0 5px;
  font-weight: bold;
  line-height: 1.5625;
}
.calendar-type01__title a {
  color: #705620;
}

.calendar-type01__place {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
}
.calendar-type01__place span {
  margin-right: 10px;
}
.calendar-type01__place a {
  color: #705620;
  display: inline-block;
  position: relative;
  padding-left: 14px;
  padding-right: 5px;
  background: url(../img/arrow2_color_orange.png) no-repeat 0 50%;
  background-position: 0 calc(.8em - 6px);
  background-size: 12px auto;
}
/*
.calendar-type01__place a:before {
  content: "\f138";
  font-family: "FontAwesome";
  font-size: 12px;
  line-height: 1;
  color: #f59116;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
*/
.calendar-type01__head {
  margin: 0;
  font-weight: bold;
  font-size: 19px;
  font-size: 1.9rem;
  position: relative;
  background-color: #e3f0bb;
  background-image: linear-gradient(to bottom, #78a528 0%, #e3f0bb 15%, #e3f0bb 100%);
  border: 1px solid #d3d3d3;
  border-bottom: 2px solid #b8d073;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin: 0;
  box-sizing: border-box;
}
.calendar-type01__head:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #fff;
}
.calendar-type01__head span {
  display: block;
  position: relative;
  z-index: 1;
  line-height: 1;
  padding: 18px 25px 2px;
}
.calendar-type01__head span:before, .calendar-type01__head span:after {
  content: "";
  background-image: url(/common/img/parts_green01.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 8px;
  height: 14px;
  position: absolute;
  top: 3px;
}
.calendar-type01__head span:before {
  left: 8px;
}
.calendar-type01__head span:after {
  right: 8px;
}

.calendar-type02 table {
  width: 100%;
  border-bottom: 3px solid #d3d3d3;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  white-space: nowrap;
}

.calendar-type02 thead {
  background-color: #e3f0bb;
}
.calendar-type02 thead th, .calendar-type02 thead td {
  font-weight: bold;
  border: 1px solid #d3d3d3;
  border-top: 0;
  box-sizing: border-box;
}
.calendar-type02 thead .saturday {
  color: #264b99;
}
.calendar-type02 thead .sunday, .calendar-type02 thead .holiday {
  color: #bf403b;
}

.calendar-type02 tbody th, .calendar-type02 tbody td {
  vertical-align: top;
  border: 1px solid #d3d3d3;
  box-sizing: border-box;
}

.calendar-type02 tbody th {
  font-weight: bold;
  background-color: #f6faea;
}

.calendar-type02 tbody .saturday {
  color: #264b99;
}
.calendar-type02 tbody .saturday a {
  color: #264b99;
}

.calendar-type02 tbody .sunday, .calendar-type02 tbody .holiday {
  color: #bf403b;
}
.calendar-type02 tbody .sunday a, .calendar-type02 tbody .holiday a {
  color: #bf403b;
}

.calendar-type02 tbody .close {
  background-color: #f4f4f4;
  color: #333;
}

.calendar-type02 tbody .prev, .calendar-type02 tbody .next {
  background-color: #f4f4f4;
  color: #333;
}

.calendar-type02 tbody .today {
  position: relative;
}
.calendar-type02 tbody .today:after {
  content: "";
  border: 3px solid #fad039;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  box-sizing: border-box;
}

.calendar-type02__title {
  margin: 0;
  font-weight: bold;
  font-size: 19px;
  font-size: 1.9rem;
  position: relative;
  background-color: #e3f0bb;
  background-image: linear-gradient(to bottom, #78a528 0%, #e3f0bb 15%, #e3f0bb 100%);
  border: 1px solid #d3d3d3;
  border-bottom: 2px solid #b8d073;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin: 0;
  box-sizing: border-box;
}
.calendar-type02__title:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #fff;
}
.calendar-type02__title span {
  display: block;
  position: relative;
  z-index: 1;
  line-height: 1;
  padding: 18px 25px 2px;
}
.calendar-type02__title span:before, .calendar-type02__title span:after {
  content: "";
  background-image: url(/common/img/parts_green01.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 8px;
  height: 14px;
  position: absolute;
  top: 3px;
}
.calendar-type02__title span:before {
  left: 8px;
}
.calendar-type02__title span:after {
  right: 8px;
}

.calendar-type03 table {
  border-bottom: 3px solid #d3d3d3;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  font-size: 16px;
  font-size: 1.6rem;
}

.calendar-type03 thead {
  background-color: #e3f0bb;
}
.calendar-type03 thead th, .calendar-type03 thead td {
  font-weight: bold;
  border: 1px solid #d3d3d3;
  border-top: 0;
  box-sizing: border-box;
}
.calendar-type03 thead .saturday {
  color: #264b99;
}
.calendar-type03 thead .sunday, .calendar-type03 thead .holiday {
  color: #bf403b;
}

.calendar-type03 tbody th, .calendar-type03 tbody td {
  vertical-align: top;
  border: 1px solid #d3d3d3;
  box-sizing: border-box;
}

.calendar-type03 tbody th {
  font-weight: bold;
  background-color: #f6faea;
}

.calendar-type03 tbody .saturday {
  color: #264b99;
}
.calendar-type03 tbody .saturday a {
  color: #264b99;
}

.calendar-type03 tbody .sunday, .calendar-type03 tbody .holiday {
  color: #bf403b;
}
.calendar-type03 tbody .sunday a, .calendar-type03 tbody .holiday a {
  color: #bf403b;
}

.calendar-type03 tbody .close .calendar-type03__day {
  background-color: #f4f4f4;
}

.calendar-type03 tbody .close .calendar-type03__status {
  color: #333;
}

.calendar-type03 tbody .close .calendar-type03__notes {
  display: none;
}

.calendar-type03 tbody .prev, .calendar-type03 tbody .next {
  background-color: #f4f4f4;
}

.calendar-type03 tbody .today {
  position: relative;
}
.calendar-type03 tbody .today:after {
  content: "";
  border: 3px solid #fad039;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  box-sizing: border-box;
}

.calendar-type03__week {
  font-weight: bold;
}

.calendar-type03__day {
  font-weight: bold;
  background-color: #f6faea;
}

.calendar-type03__status {
  font-weight: bold;
  color: #46700f;
}

.calendar-type03__notes {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.23077;
  color: #333;
}

.calendar-type03__title {
  margin: 0;
  font-weight: bold;
  font-size: 19px;
  font-size: 1.9rem;
  position: relative;
  background-color: #e3f0bb;
  background-image: linear-gradient(to bottom, #78a528 0%, #e3f0bb 15%, #e3f0bb 100%);
  border: 1px solid #d3d3d3;
  border-bottom: 2px solid #b8d073;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin: 0;
  box-sizing: border-box;
}
.calendar-type03__title:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #fff;
}
.calendar-type03__title span {
  display: block;
  position: relative;
  z-index: 1;
  line-height: 1;
  padding: 18px 25px 2px;
}
.calendar-type03__title span:before, .calendar-type03__title span:after {
  content: "";
  background-image: url(/common/img/parts_green01.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 8px;
  height: 14px;
  position: absolute;
  top: 3px;
}
.calendar-type03__title span:before {
  left: 8px;
}
.calendar-type03__title span:after {
  right: 8px;
}

.category-info01 {
  position: relative;
}

.category-info01__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.category-info01__list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

div.category-info01__list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}

.category-info01__item {
  color: #683c3d;
  font-weight: bold;
  line-height: 1.4;
}
.category-info01__item:after {
  content: "";
  display: block;
  clear: both;
}
.category-info01__item:first-child {
  margin-top: 0;
}
.category-info01__item i {
  display: block;
  float: left;
  margin-right: 10px;
}
.category-info01__item span {
  display: block;
  overflow: hidden;
}
.category-info01__item img {
  width: 45px;
}
.side-kids-nav {
	position: relative;
}
.side-kids-nav .top_link a {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 240px;
	height: 140px;
}
.side-kids-nav__title {
  margin: 0;
  font-size: 1px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.side-kids-nav__list {
  list-style: none;
  margin: 0;
  padding: 20px 10px;
  border: 6px solid #e4eacb;
  border-radius: 15px;
}

.side-kids-nav__item {
  margin-top: 10px;
}
.side-kids-nav__item:first-child {
  margin-top: 0;
}
.side-kids-nav__item a {
  display: block;
  text-decoration: none;
  color: #683c3d;
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.2;
  background-color: #e4eacb;
  border-radius: 12px;
  padding: 10px 0 10px 8px;
  letter-spacing: -.05em;
}
.side-kids-nav__item span {
  padding-top: 4px;
  display: inline-block;
  vertical-align: top;
}
.side-kids-nav__item i {
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
}
.side-kids-nav__item.type-back {
  margin-top: 20px;
}
.side-kids-nav__item.type-back i {
  margin-top: 2px;
}
.side-kids-nav__item.type-back a {
  background-color: #edebdc;
  padding: 10px 0 10px 12px;
}

.button-group01.type-center.kids a {
    display: block;
    text-decoration: none;
    color: #683c3d;
    font-weight: bold;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.2;
    background-color: #edebdc;
    border-radius: 12px;
    padding: 10px 0 10px 8px;
    letter-spacing: -.05em;
}  
.button-group01.type-center.kids a:hover{
	opacity: 0.7;
}

.kidsinfo .entry-head__date{
	display: inline-block;
}
.kidsinfo .item-list01__tag{
	display: inline-block;
	float: none;
}



.library-slider01 button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: 0;
  box-shadow: none;
  background-color: transparent;
}

.library-slider01 .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.library-slider01 .slick-dots li {
  display: inline-block;
}
.library-slider01 .slick-dots button {
  width: 10px;
  height: 10px;
  font-size: 1px;
  text-indent: -9999px;
  border-radius: 50%;
  background-color: #cfc7c4;
}
.library-slider01 .slick-dots .slick-active button {
  background-color: #634d37;
}

.library-slider01__list {
  display: none;
}
.library-slider01__list.slick-initialized {
  display: block;
}

.library-slider01__item {
  border: 1px solid #d3d3d3;
  padding: 3px;
  box-sizing: border-box;
}

.library-visual01 {
  margin: 0 0 20px;
}
.library-visual01 img {
  border: 1px solid #d3d3d3;
  border-radius: 3px;
}

.slick-control {
  overflow: hidden;
  margin: 10px 0 0;
}
.slick-control button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.slick-control > div {
  float: left;
  margin: 0 20px 0 0;
  transition: opacity .2s;
}
.slick-control > div:hover {
  opacity: .7;
}
.slick-control .slick-start button {
  background-image: url(/common/img/icon_play01.svg);
}
.slick-control .slick-pause button {
  background-image: url(/common/img/icon_stop01.svg);
}
.slick-control button {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: 0 0;
  padding: 0 0 0 22px;
}

.library-schedule {
  border-radius: 3px;
  border: 1px solid #d3d3d3;
  border-bottom: 3px solid #d3d3d3;
  background-color: #fff;
  box-sizing: border-box;
}

.library-schedule__inner {
  position: relative;
  padding: 8px 10px 8px 0;
}
.library-schedule__inner:after {
  content: "";
  display: block;
  clear: both;
}

.library-schedule__title {
  float: left;
  margin: 0 0 0 -3px;
  background-image: url(/common/img/library_schedule.png);
  background-repeat: no-repeat;
  background-size: 167px auto;
  width: 167px;
  height: 26px;
  padding-left: 15px;
  line-height: 26px;
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
}

.library-schedule__status {
  float: right;
  background-color: #f4f4f4;
  border-radius: 3px;
  text-align: center;
  width: 95px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.library-schedule__icon {
  margin-right: 5px;
  font-size: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.library-schedule__icon img {
  width: 20px;
}

.library-schedule__text {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 20px;
}

.library-schedule__link {
  float: left;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 14px;
  margin: 10px 0 0 10px;
  padding: 0 0 0 9px;
  background: url(../img/arrow2_color_orange.png) no-repeat 0 3px;
  background-size: 10px auto;
}
/*
.library-schedule__link:before {
  content: "\f138";
  font-family: "FontAwesome";
  font-size: 10px;
  color: #f59116;
}
*/
.library-schedule__link a {
  color: #705620;
}
.library-schedule__link a:before {
  content: "";
  background-image: url(/common/img/icon_calendar03.svg);
  background-repeat: no-repeat;
  background-size: 14px auto;
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: top;
  margin: 0 3px;
}

.category-block01 {
  margin: 15px 0;
}

.category-block__inner {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  background-color: #f4f4f4;
  padding: 10px 20px 5px;
  border-radius: 3px;
  min-width: 200px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 15px;
  box-sizing: border-box;
}

.category-block__title {
  display: inline-block;
  margin: 0 0 5px;
  line-height: 15px;
}
.category-block__title i {
  margin-right: 5px;
}

.category-block__name {
  display: inline-block;
  margin: 0 0 5px;
}

.form-table {
  width: 100%;
}
.form-table th {
  text-align: left;
  font-weight: bold;
  vertical-align: top;
  white-space: nowrap;
  box-sizing: border-box;
}
.form-table td {
  border-bottom: 1px solid #d3d3d3;
  vertical-align: top;
  box-sizing: border-box;
}
.form-table .tag-type01 {
  width: 45px;
}
.form-table .notes {
  margin: 5px 0 0;
  font-weight: bold;
  color: #46700f;
}
.form-table input {
  width: 100%;
  padding: 5px 10px;
  border-radius: 3px;
  border: 1px solid #d3d3d3;
  border-bottom: 3px solid #d3d3d3;
  box-sizing: border-box;
}
.form-table textarea {
  width: 100%;
  height: 200px;
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #d3d3d3;
  border-bottom: 3px solid #d3d3d3;
  box-sizing: border-box;
}
.form-table #embedNote {
  margin-top: .6em;
  font-size: 85%;
  color: #888;
  white-space: normal;
}

.qa-list01 {
  margin: 30px 0;
}

.qa-list01__list {
  margin: 0;
}

.qa-list01__q {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #f2f2f2;
  background-repeat: no-repeat;
  background-image: url(/common/img/icon_qa_q.svg);
}

.qa-list01__a {
  background-repeat: no-repeat;
  background-image: url(/common/img/icon_qa_a.svg);
}

.infoevents .column-group__item figcaption {
	font-size: 12px;
	font-size: 1.2rem;
}



@media print, screen and (min-width: 48em) {
  /* ---------------------------
 * PC
 * --------------------------- */
  .pc-hide {
    display: none !important;
  }
  .sp-only {
    display: none !important;
  }
  .pc-mb0 {
    margin-bottom: 0 !important;
  }
  .wrapper {
    min-width: 1020px;
    overflow: hidden;
  }
  .content-wrapper {
    width: 1000px;
    margin: 40px auto 0;
  }
  .content-wrapper:after {
    content: "";
    display: block;
    clear: both;
  }
  .content {
    width: 720px;
    float: left;
  }
  .content > *:first-child {
    margin-top: 0 !important;
  }
  .content > section:first-child {
    margin-top: 0 !important;
  }
  .content > section:first-child > *:first-child {
    margin-top: 0 !important;
  }
  .content > * > section:first-child > *:first-child {
    margin-top: 0 !important;
  }
  .side {
    width: 240px;
    float: right;
  }
  .content-single {
    width: 900px;
    margin: 0 auto;
  }
  .section-type01 {
    margin: 25px 0;
  }
  .entry-block>.section-type01:first-child {
    margin-top: 0;
  }
  .section-type02 {
    margin: 60px 0;
  }
  .section-type03 {
    margin: 40px 0;
  }
  body.home .header__inner {
    height: 105px;
  }
  .header__inner {
    width: 1000px;
    height: 135px;
    margin: 0 auto;
  }
  .header__logo {
    margin: 27px 0 0;
  }
  .header__nav {
    float: right;
    margin: 13px 0 0;
    white-space: nowrap;
  }
  .header-nav-head {
    overflow: hidden;
  }
  .header-read {
    transition: opacity .2s;
  }
  .header-read:hover {
    opacity: .7;
  }
  .header-nav-bottom {
    overflow: hidden;
    margin-top: 15px;
  }
  .global-nav {
    width: 1000px;
    margin: -30px auto 0;
    background-color: #fff;
    position: relative;
    z-index: 10;
  }
  .global-nav__list {
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    border-top: 1px solid #d3d3d3;
    border-bottom: 3px solid #d3d3d3;
    border-radius: 3px;
  }
  .global-nav__list:after {
    content: "";
    display: block;
    clear: both;
  }
  .global-nav__item {
    float: left;
    width: 20%;
    border-right: 1px solid #d3d3d3;
    box-sizing: border-box;
  }
  .global-nav__item.has-sub-nav:hover > a {
    background-image: none;
    background-color: #eef6d6;
  }
  .global-nav__item.has-sub-nav:hover > a:before {
    background-color: #fff;
    bottom: -3px;
  }
  .global-nav__item.has-sub-nav:hover > a:after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
  .global-nav__item.has-sub-nav:hover .sub-nav {
    display: block;
  }
  .global-nav__item.is-current > a {
    background-image: none;
    background-color: #eef6d6;
    color: #8db42e;
  }
  .global-nav__item:last-child {
    border-right: 0;
  }
  .global-nav__item > a {
    text-align: center;
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: bold;
    position: relative;
    line-height: 54px;
    background-image: linear-gradient(to bottom, #fff 0%, #f9f9f9 100%);
  }
  .global-nav__item > a:hover {
    background-image: none;
    background-color: #eef6d6;
  }
  .global-nav__item > a:before {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 1px;
    right: 0;
    height: 3px;
    background-color: #8db42e;
  }
  .global-nav__item > a:after {
    content: "\f054";
    font-family: "FontAwesome";
    font-size: 10px;
    line-height: 1;
    color: #8db42e;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
  }
  .sub-nav {
    display: none;
    position: absolute;
    top: 56px;
    left: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #d3d3d3;
    border-top: 0;
    z-index: 10;
    box-sizing: border-box;
  }
  .sub-nav__list {
    list-style: none;
    margin: 0;
    padding: 20px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sub-nav__item {
    width: 33.3%;
    padding: 5px 0 5px 20px;
    padding-left: 20px;
    border-right: 1px solid #d3d3d3;
    box-sizing: border-box;
  }
  .sub-nav__item a {
    display: inline-block;
    padding: 5px 0 5px 18px;
    line-height: 1.2;
    color: #705620;
    font-weight: bold;
    position: relative;
  
/* IE下線対応 */
    background: url(../img/arrow2_color_orange.png) no-repeat 0 7px;
    background-position: 0 calc(.6em - 2px);
    background-size: 12px auto;
  }
  /*
  .sub-nav__item a:before {
    content: "\f138";
    font-family: "FontAwesome";
    font-size: 12px;
    color: #f59116;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  */
  .sub-nav__item:nth-child(3n) {
    border-right: 0;
  }
  .header-language {
    width: 236px;
    float: left;
    margin: 0 25px 0 0;
  }
  .header-language__item {
    width: auto;
    transition: opacity .2s;
  }
  .header-language__item:hover {
    opacity: .7;
  }
  .header-language__item a {
    padding: 0 20px;
  }
  .header-general {
    float: left;
    margin: 10px 15px 0 0;
  }
  .header-general__item {
    transition: opacity .2s;
  }
  .header-general__item:hover {
    opacity: .7;
  }
  .sp-nav {
    display: none;
  }
  .breadcrumb {
    margin-bottom: 30px;
  }
    .hibiya.lib_top .breadcrumb {
    margin-bottom: 10px;
  }
  .breadcrumb.type-kids {
    margin-top: 10px;
  }
  .breadcrumb.type-kids .breadcrumb__list {
    width: 1000px;
  }
  .breadcrumb__list {
    margin: 0 auto;
    box-sizing: border-box;
  }
  .breadcrumb__item {
    font-size: 10px;
    font-size: 1rem;
  }
  .footer {
    margin: 70px 0 0;
  }
  .footer__inner {
    width: 1000px;
    margin: 0 auto 25px;
  }
  .footer__inner:after {
    content: "";
    display: block;
    clear: both;
  }
  .pagetop {
    right: 0;
  }
  .footer__left {
    float: left;
    width: 570px;
    margin: 30px 0 0;
  }
  .footer__right {
    float: right;
    width: 380px;
    margin: 25px 0 0;
  }
  .footer__logo {
    margin: 0 0 17px;
  }
  .footer__search {
    margin-bottom: 15px;
  }
  .footer__search:after {
    content: "";
    display: block;
    clear: both;
  }
  .footer__search .search-block01 {
    float: right;
  }
  .sp-menu {
    display: none;
  }
  .home-visual__inner {
    overflow: hidden;
    width: 1000px;
    margin: 20px auto 40px;
  }
  .home-visual__visual {
    width: 722px;
    float: left;
  }
  .home-visual__nav {
    width: 240px;
    float: right;
  }
  .mainvisual .slick-dots {
    float: right;
    margin: 15px 0 0;
  }
  .mainvisual .slick-dots li {
    margin: 0 0 0 10px;
  }
  .mainvisual-kids {
    width: 1000px;
    height: 355px;
    margin: 0 auto 60px;
    background-image: url(/common/img/kids_title_bg.png);
  }
  .mainvisual-kids__title {
    margin: 40px 0 0;
  }
  .mainvisual-kids__img.type-girl {
    bottom: -20px;
    left: 90px;
  }
  .mainvisual-kids__img.type-boy {
    bottom: -20px;
    right: 90px;
  }
  .page-title {
    -webkit-transform: translateY(-27px);
    -ms-transform: translateY(-27px);
    transform: translateY(-27px);
  }
  .page-title__inner {
    width: 1000px;
    margin: 0 auto;
    padding: 35px 0 30px;
/*    overflow: hidden;*/
    position: relative;
  }
  .hibiya.lib_top .page-title__inner {
      padding: 35px 0 10px;
    }
  
  .page-title__title {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .lib_top .page-title__title {
    font-size: 30px;
    font-size: 3rem;
  }
  .side .nav-type01 {
    margin-bottom: 30px;
  }
  .search-block01 {
    float: left;
  }
  .search-block01.type-content {
    float: none;
    margin-top: 5px;
  }
  .search-block01.type-content .search-block01__body {
    width: 300px;
  }
  .search-block01.type-content .search-block01__input {
    width: 240px;
  }
  .search-block01__body {
    width: 320px;
  }
  .search-block01__input {
    float: left;
    width: 260px;
    height: 36px;
  }
  .search-block01__input input {
    font-size: 14px;
    height: 30px;
  }
  .search-block01__button {
    float: right;
  }
  .search-block02__inner {
    padding: 18px;
  }
  .search-block02__inner:after {
    top: -30px;
    right: 35px;
  }
  .search-block02__title {
    margin: 0 0 15px;
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 22px;
  }
  .search-block02__title i {
    margin-right: 10px;
  }
  .search-block02__title span {
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 10px;
  }
  .search-block03__inner {
    padding: 15px;
  }
  .search-block03__inner:after {
    top: -20px;
    right: -10px;
  }
  .search-block03__title {
    margin: 0 0 10px;
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 22px;
  }
  .search-block03__title i {
    margin-right: 10px;
  }
  .search-block03__body:after {
    content: "";
    display: block;
    clear: both;
  }
  .search-block03__input {
    float: left;
    width: calc(100% - 60px);
  }
  .search-block03__button {
    float: right;
  }
  .search-block04 {
    margin: 20px 0 50px;
  }
  .search-block04.type-horizon {
    overflow: hidden;
  }
  .search-block04.type-horizon form {
    overflow: hidden;
  }
  .search-block04.type-horizon .search-block04__inner {
    float: left;
    width: 300px;
  }
  .search-block04.type-horizon .search-block04__item {
    width: 100%;
  }
  .search-block04.type-horizon .search-block04__button {
    overflow: hidden;
    text-align: left;
    margin: 38px 0 0;
  }
  .search-block04__inner {
    overflow: hidden;
    margin: 20px 0;
    padding: 0 35px;
  }
  .search-block04__item {
    float: left;
    width: 50%;
    box-sizing: border-box;
  }
  .search-block04__item:first-child {
    border-right: 1px solid #d3d3d3;
    padding-right: 20px;
  }
  .search-block04__item:last-child {
    padding-left: 20px;
    border-right: 0;
  }
  .search-block04__item.type-no-bd {
    border-right: 0;
  }
  .search-block04__item.type-no-bd + .search-block04__item {
    border-left: 1px solid #d3d3d3;
  }
  .search-block04__button {
    position: relative;
    margin-bottom: 20px;
  }
  .search-block04__button02 {
    position: absolute;
    top: 50%;
    right: 35px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .search-block05 {
    margin: 60px 0;
  }
  .search-block05__inner {
    text-align: center;
    margin: 0 0 20px;
  }
  .search-block05__title {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 0 0;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 50px;
  }
  .search-block05__input {
    width: 415px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    border: 4px solid rgba(246, 138, 23, 0.7);
    background-color: #fff;
    border-radius: 25px;
    padding: 5px 8px 5px 45px;
    position: relative;
    box-sizing: border-box;
  }
  .search-block05__input:before {
    content: "\f002";
    font-family: "FontAwesome";
    color: #f68a17;
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .search-block05__input input {
    width: 248px;
    height: 30px;
    border: none;
    box-shadow: none;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    vertical-align: top;
    box-sizing: border-box;
  }
  .search-block05__input button {
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f27241;
    background-image: url(/common/img/kids_texture_orange.png);
    color: #fff;
    text-align: center;
    border: 0;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    border-radius: 25px;
    line-height: 30px;
    width: 100px;
    box-sizing: border-box;
    transition: opacity .2s;
  }
  .search-block05__input button:hover {
    opacity: .7;
  }
  .search-block05__text {
    text-align: center;
    line-height: 2;
  }
  .search-block06__title {
    margin: 25px 0 15px;
  }
  .search-block06__inner {
    width: 540px;
    margin: 0 auto 50px;
  }
  .search-block06__inner:after {
    content: "";
    display: block;
    clear: both;
  }
  .search-block06__item {
    width: 390px;
    float: left;
  }
  .search-block06__button {
    margin: 12px 0 0 0;
    float: right;
  }
  .search-block06__button button {
    transition: opacity .2s;
  }
  .search-block06__button button:hover {
    opacity: .7;
  }
  .entry-block h2:not([class*="heading"]):not([class*="title"]) {
    font-size: 20px;
    font-size: 2rem;
    margin: 30px 0 20px;
  }
  .entry-block h2:not([class*="heading"]):not([class*="title"]):before {
    width: 15px;
  }
  .entry-block h3:not([class*="heading"]):not([class*="title"]) {
    font-size: 18px;
    font-size: 1.8rem;
    padding-bottom: 5px;
    margin: 30px 0 15px;
  }
  .entry-block h3:not([class*="heading"]):not([class*="title"]):after {
    width: 230px;
  }
  .entry-block h3:not([class*="heading"]):not([class*="title"]) .heading-type03__notes {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 28px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .entry-block h3:not([class*="heading"]):not([class*="title"]) .heading-type03__notes i {
    margin-left: 5px;
  }
  .entry-block h4:not([class*="heading"]):not([class*="title"]) {
    margin: 30px 0 10px;
  }
  .entry-block h5:not([class*="heading"]):not([class*="title"]), .entry-block h6:not([class*="heading"]):not([class*="title"]) {
    margin: 30px 0 10px;
  }
  .entry-block section:not([class*="section"]) {
    margin-bottom: 40px;
  }
  .heading-type02 {
    font-size: 20px;
    font-size: 2rem;
    margin: 30px 0 20px;
  }
  .heading-type02:before {
    width: 15px;
  }
  .heading-type03 {
    font-size: 18px;
    font-size: 1.8rem;
    padding-bottom: 5px;
    margin: 30px 0 15px;
  }
  .heading-type03:after {
    width: 230px;
  }
  .heading-type03 .heading-type03__notes {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 28px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .heading-type03 .heading-type03__notes i {
    margin-left: 5px;
  }
  .heading-type04 {
    margin: 30px 0 10px;
  }
  .heading-type05 {
    margin: 30px 0 10px;
  }
  .heading-type06,.kidspage .content h1,.kids .content h1,.blog-id-3 .mceContentBody h1,.blog-id-4 .mceContentBody h1 {
    font-size: 30px;
    font-size: 3rem;
    margin: 20px 0 55px 28px;
    padding: 5px 10px 5px 35px;
  }
  .heading-type07,.kidspage .content h2 ,.kids .content h2,.blog-id-3 .mceContentBody h2,.blog-id-4 .mceContentBody h2{
    font-size: 26px;
    font-size: 2.6rem;
    margin: 20px 0;
  }
  .heading-type08 {
    margin: 20px 0 10px;
    font-size: 21px;
    font-size: 2.1rem;
  }
  .heading-type08 i + span {
    padding-top: 7px;
  }
  .heading-type08 img[src*="icon_kids_category0"] {
    margin-top: -10px;
  }
  .button-group01 [class^="button-type"] {
    margin: 5px 10px 5px 0;
  }
  .button-group01.type-center [class^="button-type"] {
    margin: 5px;
  }

  .button-group01.type-right [class^="button-type"] {
    margin: 5px 0 5px 10px;
  }
  .button-type01.type-orange:hover {
    background-color: #fad652;
    background-image: linear-gradient(to bottom, #f7bf23 0%, #fad652 100%);
  }
  .button-type01.type-brown:hover {
    background-color: #8c663f;
    background-image: linear-gradient(to bottom, #634628 0%, #8c663f 100%);
  }
  .button-type01.type-white:hover {
    background-color: #f0f6e8;
    background-image: linear-gradient(to bottom, #f0f6e8 0%, #e6ecde 100%);
  }
  .button-type01.type-white:hover:after {
    color: #8db42e;
  }
  .button-type02.type-orange:hover {
    background-color: #fad652;
    background-image: linear-gradient(to bottom, #f7bf23 0%, #fad652 100%);
  }
  .button-type02.type-brown:hover {
    background-color: #8c663f;
    background-image: linear-gradient(to bottom, #634628 0%, #8c663f 100%);
  }
  .button-type02.type-white:hover {
    background-color: #f0f6e8;
    background-image: linear-gradient(to bottom, #f0f6e8 0%, #e6ecde 100%);
  }
  .button-type02.type-white:hover:after {
    color: #8db42e;
  }
  .button-type03 {
    min-width: 310px;
  }
  .button-type03:hover {
    background-color: #edebdc;
  }
  .button-type03.type-page-back {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .button-type03.type-page-back:hover {
    background-color: rgba(246, 138, 23, 0.1);
  }
  .schedule-list01 {
    margin: 15px 0 40px;
  }
  .schedule-list01__list:after {
    content: "";
    display: block;
    clear: both;
  }
  .schedule-list01__item {
    float: left;
    width: 136px;
    margin: 10px 10px 0 0;
  }
  .schedule-list01__item:nth-child(-n+5) {
    margin-top: 0;
  }
  .schedule-list01__item:nth-child(5n+1) {
    clear: left;
  }
  .schedule-list01__item:nth-child(5n) {
    margin-right: 0;
  }
  .schedule-list01__title {
    text-align: center;
    background-color: #e3f0bb;
    background-image: linear-gradient(to bottom, #78a528 0%, #e3f0bb 15%, #e3f0bb 100%);
    border-bottom: 3px solid #b8d073;
    margin: 0;
  }
  .schedule-list01__title:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #fff;
  }
  .schedule-list01__title span {
    display: block;
    position: relative;
    z-index: 1;
    line-height: 1;
    padding: 18px 0 10px;
  }
  .schedule-list01__title span:before, .schedule-list01__title span:after {
    content: "";
    background-image: url(/common/img/parts_green01.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 8px;
    height: 14px;
    position: absolute;
    top: 3px;
  }
  .schedule-list01__title span:before {
    left: 4px;
  }
  .schedule-list01__title span:after {
    right: 4px;
  }
  .schedule-list01__body {
    margin: 15px 10px 10px;
  }
  .schedule-list01__status {
    text-align: center;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 28px;
    padding-bottom: 10px;
    margin: 0 0 10px;
    border-bottom: 1px dotted #d3d3d3;
  }
  .schedule-list01__icon {
    margin-right: 5px;
  }
  .schedule-list01__notes {
    font-size: 13px;
    font-size: 1.3rem;
    margin: 0;
    height: 3em;
  }
  .schedule-list01__link {
    bottom: -7px;
    right: -5px;
  }
  .topics-block01 {
    margin: 30px 0;
  }
  .topics-block01__item {
    padding: 15px 5px 15px 15px;
  }
  .topics-block01__text {
    overflow: hidden;
  }
  .topics-block01__more a {
    transition: opacity .2s;
  }
  .topics-block01__more a:hover {
    opacity: .7;
  }
  .topics-block02 {
    margin: 30px 0;
  }
  .topics-block02__item {
    padding: 30px 0;
  }
  .topics-block02__more a {
    transition: opacity .2s;
  }
  .topics-block02__more a:hover {
    opacity: .7;
  }
  .topics-block03 {
    margin: 40px 0 45px;
  }
  .topics-block03__title {
    margin: 40px 40px 20px;
    line-height: 37px;
    font-size: 25px;
    font-size: 2.5rem;
  }
  .topics-block03__button {
    position: absolute;
    top: 0;
    right: 0;
    transition: opacity .2s;
  }
  .topics-block03__button:hover {
    opacity: .7;
  }
  .topics-block03__list {
    margin: 0 40px 90px;
    border-top: 3px dotted #fff;
  }
  .topics-block03__item {
    padding: 10px 0;
  }
  .topics-block03__data {
    float: left;
    width: 320px;
  }
  .topics-block03__date {
    font-size: 17px;
    font-size: 1.7rem;
  }
  .topics-block03__text {
    overflow: hidden;
    font-size: 17px;
    font-size: 1.7rem;
    padding-top: 1px;
  }
  .topics-block04__list {
    margin: 0 18px;
  }
  .topics-block04__inner {
    margin: 15px 0;
  }
  .topics-block04__img {
    margin: 0 15px 0 0;
  }
  .topics-block04__button {
    margin: 20px 18px 20px;
    padding-top: 20px;
    border-top: 1px solid #d3d3d3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .topics-block04__button [class^="button-type0"] {
    display: block;
    width: 100%;
  }
  .topics-block04__button.column2 [class^="button-type0"] {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .topics-block04__button.column2 [class^="button-type0"]:nth-child(2n) {
    margin-right: 0;
  }
  .link-list01__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .link-list01__list:after {
    content: "";
    display: block;
    clear: both;
  }
  .link-list01__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    width: 172px;
    width: calc(25% - 8px);
    margin: 10px 10px 0 0;
  }
  .link-list01__item:nth-child(-n+4) {
    margin-top: 0;
  }
  .link-list01__item:nth-child(4n) {
    margin-right: 0;
  }
  .link-list01__item:nth-child(4n+1) {
    clear: left;
  }
  .link-list01__item a {
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: opacity .2s;
  }
  .link-list01__item a:hover {
    opacity: .7;
  }
  /* IE9 */
  .link-list01__item:not(:target) {
    float: left\9;
  }
  .link-list01__item a:not(:target) {
    height: auto\9;
    padding: 10px 5px 10px 15px\9;
  }
  /* IE10を上書き */
  
  .wp-image {
  	margin: 1em;
  }
  .alignleft {
	float: left;
  }
.alignright {
  	float: right;
  }
  
}

@media screen and (min-width: 48em) and (-ms-high-contrast: active), print and (-ms-high-contrast: none), screen and (min-width: 48em) and (-ms-high-contrast: none) {
  .link-list01__item:not(:target) {
    float: none;
  }
  .link-list01__item a:not(:target) {
    height: 48px;
    padding: 0 0 0 15px;
  }
}

@media print, screen and (min-width: 48em) {
  .link-list03__list {
    margin: 10px 5px 20px 20px;
  }
  .link-list03__list:after {
    content: "";
    display: block;
    clear: both;
  }
  .link-list03__item {
    width: 180px;
    float: left;
    margin: 10px 0 0;
  }
  .link-list04__list {
    text-align: right;
  }
  .link-list04__item {
    margin: 3px 0 0 10px;
  }
  .link-list05__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .link-list05__list:after {
    content: "";
    display: block;
    clear: both;
  }
  .link-list05__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    width: 346px;
    width: calc(50% - 15px);
    margin: 10px 30px 0 0;
  }
  .link-list05__item:nth-child(-n+2) {
    margin-top: 0;
  }
  .link-list05__item:nth-child(even) {
    margin-right: 0;
  }
  .link-list05__item:nth-child(odd) {
    clear: left;
  }
  .link-list05__inner {
    transition: opacity .2s;
  }
  .link-list05__inner:hover {
    opacity: .7;
  }
  /* IE9 */
  .link-list05__item:not(:target) {
    float: left\9;
  }
  .link-list05__inner:not(:target) {
    display: table\9;
    height: auto\9;
  }
  .link-list05__img:not(:target) {
    display: table-cell\9;
    vertical-align: middle\9;
  }
  .link-list05__text:not(:target) {
    display: table-cell\9;
    vertical-align: middle\9;
  }
  /* IE10を上書き */
}

@media screen and (min-width: 48em) and (-ms-high-contrast: active), print and (-ms-high-contrast: none), screen and (min-width: 48em) and (-ms-high-contrast: none) {
  .link-list05__item:not(:target) {
    float: none;
  }
  .link-list05__inner:not(:target) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .link-list05__img:not(:target) {
    width: auto;
    display: block;
  }
  .link-list05__text:not(:target) {
    display: block;
  }
}

@media print, screen and (min-width: 48em) {
  .link-list06__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .link-list06__list:after {
    content: "";
    display: block;
    clear: both;
  }
  .link-list06__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    width: 345;
    width: calc(50% - 15px);
    margin: 20px 30px 0 0;
  }
  .link-list06__item:nth-child(-n+2) {
    margin-top: 0;
  }
  .link-list06__item:nth-child(2n) {
    margin-right: 0;
  }
  .link-list06__item:nth-child(2n+1) {
    clear: left;
  }
  .link-list06__item a {
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: opacity .2s;
  }
  .link-list06__item a:hover {
    opacity: .7;
  }
  /* IE9 */
  .link-list06__item:not(:target) {
    float: left\9;
  }
  .link-list06__item a:not(:target) {
    height: auto\9;
    padding: 10px 5px 10px 15px\9;
  }
  /* IE10を上書き */
}

@media screen and (min-width: 48em) and (-ms-high-contrast: active), print and (-ms-high-contrast: none), screen and (min-width: 48em) and (-ms-high-contrast: none) {
  .link-list06__item:not(:target) {
    float: none;
  }
  .link-list06__item a:not(:target) {
    height: 48px;
    padding: 0 0 0 15px;
  }
}

@media print, screen and (min-width: 48em) {
  .link-type02 {
    transition: opacity .2s;
  }
  .link-type02:hover {
    opacity: .7;
  }
  .information-blok01 {
    display: table;
    width: 100%;
  }
  .information-blok01__title {
    width: 170px;
    padding: 15px 10px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
  }
  .information-blok01__body {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 20px;
  }
  .mypage-login {
    margin: 0 0 15px;
  }
  .mypage-login__button a {
    transition: opacity .2s;
  }
  .mypage-login__button a:hover {
    opacity: .7;
  }
  .banner-list01 {
    overflow: hidden;
    margin: 15px 0;
  }
  .banner-list01__item {
    transition: opacity .2s;
  }
  .banner-list01__item:hover {
    opacity: .7;
  }
  .banner-list01 img {
  	border-radius: 3px;
  	border: 1px solid #d3d3d3;
  	border-bottom: 3px solid #d3d3d3;
  	box-sizing: border-box;
  }
  .banner-list01 img.noborder {
  	border: none;
  }
  .frame-type01 {
    margin: 30px 0;
  }
  .frame-type03 {
    margin: 30px 0;
  }
  .media-block {
    margin: 40px 0 50px;
  }
  .media-block:after {
    content: "";
    display: block;
    clear: both;
  }
  .media-block.media-left .media-block__media {
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
  }
  .media-block.media-right .media-block__media {
    float: right;
    margin-left: 30px;
    margin-bottom: 20px;
  }
  .media-block.type-nowrap .media-block__text {
    overflow: hidden;
  }
  .media-block.type-nowrap .media-block__media {
    margin-bottom: 0;
  }
  .media-block.type-baseline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .media-block.type-baseline.media-left, .media-block.type-baseline.media-right {
    float: none;
  }
  .media-block__media.max1-3 {
    max-width: calc((100% / 3) - 15px);
  }
  .column-group {
    margin: 30px 0 40px;
  }
  .column-group:after {
    content: "";
    display: block;
    clear: both;
  }
  .column-group.column1 {
    display: block;
  }
  .column-group.column1 .column-group__item {
    width: 100%;
    margin: 30px 0;
  }
  .column-group.column2 .column-group__item {
    float: left;
    width: calc((100% / 2) - 15px);
    margin: 30px 30px 0 0;
  }
  .column-group.column2 .column-group__item:nth-child(odd) {
    clear: left;
  }
  .column-group.column2 .column-group__item:nth-child(even) {
    margin-right: 0;
  }
  .column-group.column2 .column-group__item:nth-child(-n+2) {
    margin-top: 0;
  }
  .column-group.column2 .column-group__item > *:first-child {
    margin-top: 0;
  }
  .column-group.column2 .column-group__item > *:last-child {
    margin-bottom: 0;
  }
  .column-group.column3 .column-group__item {
    float: left;
    width: calc((100% / 3) - 20px);
    margin: 30px 30px 0 0;
  }
  .column-group.column3 .column-group__item:nth-child(3n+1) {
    clear: left;
  }
  .column-group.column3 .column-group__item:nth-child(3n) {
    margin-right: 0;
  }
  .column-group.column3 .column-group__item:nth-child(-n+3) {
    margin-top: 0;
  }
  .column-group.column3 .column-group__item > *:first-child {
    margin-top: 0;
  }
  .column-group.column3 .column-group__item > *:last-child {
    margin-bottom: 0;
  }
  .column-group.column4 .column-group__item {
    float: left;
    width: calc((100% / 4) - 8px);
    margin: 20px 10px 0 0;
  }
  .column-group.column4 .column-group__item:nth-child(4n+1) {
    clear: left;
  }
  .column-group.column4 .column-group__item:nth-child(4n) {
    margin-right: 0;
  }
  .column-group.column4 .column-group__item:nth-child(-n+4) {
    margin-top: 0;
  }
  .column-group.column4 .column-group__item > *:first-child {
    margin-top: 0;
  }
  .column-group.column4 .column-group__item > *:last-child {
    margin-bottom: 0;
  }
  .column-group.type-mg-s .column-group__item {
    margin-top: 20px;
  }
  .result-data {
    margin: 25px 0;
  }
  .result-data:after {
    content: "";
    display: block;
    clear: both;
  }
  .result-data__title {
    float: left;
  }
  .result-data__pager {
    float: left;
  }
  .result-data__control {
    float: right;
    margin-top: 10px;
  }
  .item-list01__item {
    overflow: hidden;
  }
  .item-list01__img {
    float: left;
    background-color: #f4f4f4;
    margin: 30px 15px 0 0;
  }
  .item-list01__text {
    float: left;
    width: calc(100% - 70px - 15px - 15px - 125px);
    margin: 30px 0;
    box-sizing: border-box;
  }
  .item-list01__tag {
    float: left;
    margin: 0 10px 0 0;
  }
  .item-list01__title {
    overflow: hidden;
  }
  .item-list01__button {
    float: right;
    width: 125px;
    margin: 30px 0 0;
    box-sizing: border-box;
  }
  .item-list01__button .button-type01 {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
  .item-list02 {
    margin: 45px 0 80px;
    position: relative;
  }
  .item-list02__list {
    width: 690px;
    margin: 0 auto;
    position: relative;
  }
  .item-list02__img {
    position: absolute;
    z-index: 1;
  }
  .item-list02__img.type-girl {
    top: 35px;
    left: 40px;
  }
  .item-list02__img.type-boy {
    bottom: 130px;
    right: 45px;
  }
  .item-list02__item {
    float: left;
    width: 218px;
    height: 218px;
    margin: 17px 17px 0 0;
  }
  .item-list02__item:nth-child(-n+3) {
    margin-top: 0;
  }
  .item-list02__item:nth-child(3n) {
    margin-right: 0;
  }
  .item-list02__inner {
    transition: opacity .2s;
  }
  .item-list02__inner:hover {
    opacity: .7;
  }
  .item-list02__text {
    bottom: 90px;
  }
  .item-list02__button {
    margin: 100px 70px 0 0;
    float: right;
  }
  .item-list02__button:before {
    top: -118px;
    left: -50px;
  }
  .item-list02__button a {
    text-align: right;
    width: 300px;
    padding: 0 50px 0 0;
    transition: opacity .2s;
  }
  .item-list02__button a:hover {
    opacity: .7;
  }
  .calendar-control01 {
    margin: 10px 0 10px;
    position: relative;
  }
  .calendar-control01:after {
    content: "";
    display: block;
    clear: both;
  }
  .calendar-control01.type-vertical .calendar-control01__title, .calendar-control01.type-vertical .calendar-control01__pager, .calendar-control01.type-vertical .calendar-control01__control {
    float: none;
  }
  .calendar-control01.type-horizon {
    min-height: 16px;
    margin-bottom: 20px;
  }
  .calendar-control01.type-horizon .calendar-control01__title {
    float: none;
    position: absolute;
    top: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .calendar-control01.type-horizon .calendar-control01__control {
    float: none;
  }
  .calendar-control01.type-side .calendar-control01__title {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .calendar-control01.type-side .calendar-control01__title strong {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .calendar-control01.type-side-head {
    margin: 0 0 5px;
  }
  .calendar-control01.type-side-bottom {
    margin: 0 0 30px;
  }
  .calendar-control01__title {
    float: left;
  }
  .calendar-control01__pager {
    float: left;
  }
  .calendar-control01__control {
    float: right;
    margin-top: 10px;
  }
  .calendar-type01 tbody th {
    width: 150px;
    padding: 30px 5px 20px 10px;
  }
  .calendar-type01 tbody td {
    padding: 30px 20px 30px 20px;
  }
  .calendar-type02 table {
    table-layout: fixed;
  }
  .calendar-type02 thead th, .calendar-type02 thead td {
    line-height: 32px;
  }
  .calendar-type02 tbody th, .calendar-type02 tbody td {
    line-height: 32px;
  }
  .calendar-type03 table {
    width: 100%;
    text-align: center;
    table-layout: fixed;
  }
  .calendar-type03 tbody .close .calendar-type03__status {
    line-height: 1;
    margin: 25px 0 0;
  }
  .calendar-type03.type-icon thead th {
    line-height: 60px;
  }
  .calendar-type03.type-icon tbody td {
    height: 100px;
  }
  .calendar-type03.type-icon tbody td img {
    width: 34px;
  }
  .calendar-type03__week {
    display: none;
  }
  .calendar-type03__day {
    line-height: 25px;
    border-bottom: 1px dotted #d3d3d3;
  }
  .calendar-type03__status {
    margin: 5px 0;
  }
  .calendar-type03__notes {
    margin: 5px 5px;
  }
  .calendar-type03__icon {
    margin-top: 15px;
  }
  .category-info01 {
    margin: 30px 0;
    padding: 40px 40px 50px;
  }
  .category-info01__item {
    font-size: 20px;
    font-size: 2rem;
    margin-top: 25px;
  }
  .category-info01__item span {
    padding-top: 3px;
  }
  .category-info01__item img {
    margin-top: -10px;
  }
  .side-kids-nav__title {
    background-image: url(/common/img/kids_side_title_pc.png);
    height: 161px;
  }
  .side-kids-nav__list {
    margin-top: -28px;
  }
  .side-kids-nav__item a {
    transition: opacity .2s;
  }
  .side-kids-nav__item a:hover {
    opacity: .7;
  }
  .library-slider01 .slick-dots {
    float: right;
    margin: 15px 0 0;
  }
  .library-slider01 .slick-dots li {
    margin: 0 0 0 10px;
  }
  .library-schedule {
    width: 280px;
    margin-top: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .form-table tr:first-child th, .form-table tr:first-child td {
    border-top: 1px solid #d3d3d3;
  }
  .form-table th {
    width: 155px;
    padding: 30px 25px 30px 0;
    border-bottom: 1px solid #d3d3d3;
  }
  .form-table td {
    padding: 30px 0;
  }
  .qa-list01__q {
    margin: 0 0 10px;
    padding: 15px 20px 15px 70px;
    background-size: 47px auto;
    background-position: 10px 10px;
  }
  .qa-list01__a {
    margin: 0 0 50px;
    padding: 15px 20px 0 70px;
    background-size: 47px auto;
    background-position: 10px 10px;
	min-height: 2.5em;
  }
}

@media screen and (max-width: 47.9375em) {
  /* ---------------------------
 * SmartPhone
 * --------------------------- */
  html {
    font-size: 62.5% !important;
  }
  .sp-hide {
    display: none !important;
  }
  .pc-only {
    display: none !important;
  }
  .wrapper {
    min-width: 320px;
  }
  .content {
    margin: 20px 15px 60px;
  }
  .content-single {
    margin: 20px 15px 60px;
  }
  .section-type01 {
    margin: 20px 0;
  }
  .section-type02 {
    margin: 30px 0;
  }
  .section-type03 {
    margin: 30px 0;
  }
  .side {
    margin: 25px 15px;
  }
  .header__inner {
    height: 71px;
  }
  .header__logo {
    margin: 15px 0 0 15px;
  }
  .header__logo img {
    width: 205px;
  }
  .header__nav {
    display: none;
  }
  .global-nav {
    margin: 0 0 25px;
  }
  .global-nav__item {
    border-bottom: 1px solid #d3d3d3;
  }
  .global-nav__item:first-child a {
    padding: 20px 10px 20px 0;
    background: none;
  }
  /*
  .global-nav__item:first-child a:before {
    display: none;
  }
  */
  .global-nav__item i {
    margin-right: 5px;
  }
  .global-nav__item a {
    display: block;
    color: #705620;
    padding: 17px 10px 17px 30px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    position: relative;
  
/* IE下線対応 */
    background: url(../img/arrow2_color_orange.png) no-repeat 12px 50%;
    background-position: 12px calc(.5em + 10px);
    background-size: 12px auto;
  }
  /*
  .global-nav__item a:before {
    content: "\f138";
    font-family: "FontAwesome";
    font-size: 12px;
    color: #f59116;
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  */
  .sub-nav {
    display: none;
  }
  .header-general {
    margin: 10px 0;
  }
  body.is-open .sp-nav {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  body.is-open .content-wrapper, body.is-open .footer {
    display: none;
  }
  .sp-nav {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-image: url(/common/img/bg_title01.png);
    z-index: 100;
    -webkit-transform: translateY(-1000px);
    -ms-transform: translateY(-1000px);
    transform: translateY(-1000px);
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
  }
  .sp-nav__inner {
    margin: 20px 15px 15px 15px;
  }
  .sp-nav__close {
    cursor: pointer;
    text-align: center;
    margin: 60px 0 20px;
    line-height: 40px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    border-radius: 3px;
    border: 1px solid #d3d3d3;
    border-bottom: 3px solid #d3d3d3;
    background-image: linear-gradient(to bottom, #fff 0%, #f9f9f9 100%);
  }
  .sp-nav__close  {
      display: block;
      text-decoration: none;
      text-align: center;
      background-color: transparent;
      box-shadow: none;
      outline: 0;
      padding: 0;
      border: 0;
      border-radius: 3px;
      line-height: 44px;
      color: #333;
      font-size: 18px;
      font-weight: bold;
      border: 1px solid #facf32;
      border-bottom: 3px solid #facf32;
      background-color: #fae289;
      background-image: linear-gradient(to bottom, #facf32 0%, #fae289 100%);
      box-sizing: border-box;
  }
  .sp-nav__close:before {
    content: "\f00d";
    font-family: "FontAwesome";
    font-size: 16px;
    line-height: 1;
    margin-right: 8px;
    color: #8db42e;
  }
  .breadcrumb {
    display: none;
  }
  .footer {
    margin: 90px 0 0;
  }
  .footer__inner {
    padding: 0 15px;
    margin: 0 0 20px;
  }
  .pagetop {
    right: 15px;
  }
  .footer__left {
    overflow: hidden;
  }
  .footer__logo {
    margin: 23px 0 15px;
    text-align: center;
  }
  .sp-menu {
    margin: 0;
    z-index: 110;
    position: absolute;
    right: 10px;
    top: 15px;
  }
  .sp-menu__link {
    display: block;
    text-decoration: none;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    position: relative;
    box-sizing: border-box;
  }
  .sp-menu__link:after {
    content: "メニュー";
    font-size: 10px;
    font-size: 1rem;
    line-height: 1;
    position: absolute;
    bottom: -13px;
    left: 0;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    letter-spacing: -1px;
  }
  body.is-open .sp-menu__link:after {
    content: "閉じる";
  }
  body.is-open .sp-menu__icon {
    background: transparent !important;
  }
  body.is-open .sp-menu__icon:before {
    top: 0;
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  body.is-open .sp-menu__icon:after {
    bottom: 0;
    margin-bottom: 0;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .sp-menu__button {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0;
  }
  .sp-menu__icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 4px;
    margin: -3px 0 0 -12px;
    border-radius: 2px;
    background: #8db42e;
  }
  .sp-menu__icon:before, .sp-menu__icon:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    width: 24px;
    height: 4px;
    border-radius: 2px;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    background: #8db42e;
  }
  .sp-menu__icon:before {
    top: 50%;
    margin-top: -10px;
  }
  .sp-menu__icon:after {
    bottom: 50%;
    margin-bottom: -10px;
  }
  .home-visual__inner {
    margin: 10px;
  }
  .mainvisual .slick-dots {
    text-align: center;
    margin: 10px 0 0;
  }
  .mainvisual .slick-dots li {
    margin: 0 5px;
  }
  .mainvisual-kids {
    max-width: 490px;
    margin: 0 auto 60px;
    background-size: auto 300px;
    background-image: url(/common/img/kids_title_bg_sp.png);
  }
  .mainvisual-kids__title {
    margin: 40px 20px 130px;
    position: relative;
    z-index: 1;
  }
  .mainvisual-kids__img img {
    height: 130px;
  }
  .mainvisual-kids__img.type-girl {
    bottom: -20px;
    left: 10px;
  }
  .mainvisual-kids__img.type-boy {
    bottom: -20px;
    right: 10px;
  }
  .mainvisual-kids__breadcrumb {
    display: none;
  }
  .page-title__inner {
    padding: 15px 15px;
  }
  .page-title__title {
    font-size: 20px;
    font-size: 2rem;
  }
  .lib_top .page-title__title {
    font-size: 25px;
    font-size: 2.5rem;
  }
  .nav-type01 {
    margin: 25px 0;
  }
  .search-block01 {
    margin: 0 0 30px;
  }
  .search-block01.type-content {
    margin-top: 5px;
    margin-bottom: 0;
  }
  .search-block01__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .search-block01__input {
    width: calc(100% - 60px);
    height: 40px;
  }
  .search-block01__input input {
    font-size: 16px;
    height: 36px;
  }
  .search-block02__inner {
    padding: 0;
  }
  .search-block02__inner:after {
    top: -30px;
    right: 5px;
  }
  .search-block02__title {
    margin: 0;
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1;
  }
  .search-block02__title i {
    margin-right: 5px;
  }
  .search-block02__title i img {
    width: 22px;
  }
  .search-block02__title span {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 5px;
    line-height: 1.2;
  }
  .search-block03__inner {
    padding: 0;
  }
  .search-block03__inner:after {
    top: -30px;
    right: 5px;
  }
  .search-block03__title {
    margin: 0;
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1;
  }
  .search-block03__title i {
    margin-right: 5px;
  }
  .search-block03__title i img {
    width: 22px;
  }
  .search-block03__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .search-block04 {
    margin: 30px 0;
    padding: 20px 10px 25px;
  }
  .search-block04__item {
    margin-bottom: 15px;
  }
  .search-block04__item.type-no-bd {
    margin-bottom: 30px;
  }
  .search-block04__item.type-no-bd + .search-block04__item {
    margin-bottom: 0;
  }
  .search-block04__button01 {
    margin-bottom: 15px;
  }
  .search-block05 {
    border: 4px solid rgba(246, 138, 23, 0.7);
    border-radius: 10px;
    margin: 20px 0 30px;
  }
  .search-block05__inner {
    display: block;
    text-decoration: none;
    color: #683c3d;
    padding: 20px 15px;
    position: relative;
  }
  .search-block05__inner:before {
    content: "\f002";
    font-family: "FontAwesome";
    color: rgba(246, 138, 23, 0.2);
    font-size: 100px;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .search-block05__title {
    margin: 0 0 5px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
  }
  .search-block05__text {
    font-weight: bold;
    text-align: center;
    margin: 0;
  }
  .search-block06__title {
    margin: 35px 0 10px;
  }
  .search-block06__inner {
    margin: 0 auto 40px;
  }
  .search-block06__inner:after {
    content: "";
    display: block;
    clear: both;
  }
  .search-block06__item {
    margin: 0 15px;
  }
  .search-block06__button {
    margin: 12px auto 0;
  }
  .entry-block h2:not([class*="heading"]):not([class*="title"]) {
    font-size: 19px;
    font-size: 1.9rem;
    margin: 20px 0;
  }
  .entry-block h2:not([class*="heading"]):not([class*="title"]):before {
    width: 10px;
  }
  .entry-block h3:not([class*="heading"]):not([class*="title"]) {
    font-size: 19px;
    font-size: 1.9rem;
    padding-bottom: 7px;
    margin: 20px 0 15px;
  }
  .entry-block h3:not([class*="heading"]):not([class*="title"]):after {
    width: 140px;
  }
  .entry-block h3:not([class*="heading"]):not([class*="title"]) .heading-type03__notes {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 28px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .entry-block h3:not([class*="heading"]):not([class*="title"]) .heading-type03__notes i {
    margin-left: 5px;
  }
  .entry-block h4:not([class*="heading"]):not([class*="title"]) {
    margin: 20px 0 10px;
  }
  .entry-block h5:not([class*="heading"]):not([class*="title"]), .entry-block h6:not([class*="heading"]):not([class*="title"]) {
    margin: 20px 0 10px;
  }
  .entry-block table.type-sp-vertical th, .entry-block table.type-sp-vertical td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .entry-block table.type-sp-vertical td {
    border-top-width: 0;
    border-bottom-width: 0;
  }
  .entry-block table.type-sp-vertical tbody tr:first-child th {
    border-top-width: 3px;
    border-top-color: #f2c935;
  }
  .entry-block table.type-sp-vertical tbody th:first-child {
    border-left: 1px solid #d3d3d3;
  }
  .entry-block section:not([class*="section"]) {
    margin-bottom: 30px;
  }
  .heading-type02 {
    font-size: 19px;
    font-size: 1.9rem;
    margin: 20px 0;
  }
  .heading-type02:before {
    width: 10px;
  }
  .heading-type03 {
    font-size: 19px;
    font-size: 1.9rem;
    padding-bottom: 7px;
    margin: 20px 0 15px;
  }
  .heading-type03:after {
    width: 140px;
  }
  .heading-type03 .heading-type03__notes {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 28px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .heading-type03 .heading-type03__notes i {
    margin-left: 5px;
  }
  .heading-type04 {
    margin: 20px 0 10px;
  }
  .heading-type05 {
    margin: 20px 0 10px;
  }
  .heading-type06,.kidspage .content h1,.kids .content h1,.blog-id-3 .mceContentBody h1,.blog-id-4 .mceContentBody h1 {
    font-size: 23px;
    font-size: 2.3rem;
    margin: 20px 0 30px 28px;
    padding: 5px 10px 5px 35px;
  }
  .heading-type07,.kidspage .content h2,.kids .content h2 ,.blog-id-3 .mceContentBody h2,.blog-id-4 .mceContentBody h2{
    font-size: 21px;
    font-size: 2.1rem;
    margin: 15px 0 10px;
  }
  .heading-type08 {
    margin: 20px 0 10px;
    font-size: 19px;
    font-size: 1.9rem;
  }
  .heading-type08 i {
    width: 36px;
  }
  .button-group01 [class^="button-type"] {
    margin: 10px 5px 0 0;
  }
  .button-group01.type-center {
    display: block;
    text-align: center;
  }
  .button-group01.type-sp-max {
    display: block;
    text-align: center;
  }
  .button-group01.type-sp-max [class^="button-type"] {
    display: block;
  }
  .button-group01.type-right {
    display: block;
    text-align: right;
  }
  .button-type03 {
    padding: 7px 10px;
  }
  .schedule-list01 {
    margin: 15px 0 20px;
  }
  .schedule-list01__item {
    margin: 10px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .schedule-list01__title {
    width: 120px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #e3f0bb;
    background-image: linear-gradient(to right, #78a528 0%, #e3f0bb 10px, #e3f0bb 100%);
    border-right: 3px solid #b8d073;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .schedule-list01__title:before {
    content: "";
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 7px;
    width: 2px;
    background-color: #fff;
  }
  .schedule-list01__title span {
    display: block;
    padding: 0 0 0 15px;
    position: relative;
    z-index: 1;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .schedule-list01__title span:before, .schedule-list01__title span:after {
    content: "";
    background-image: url(/common/img/parts_green01.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 8px;
    height: 14px;
    position: absolute;
    left: 6px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .schedule-list01__title span:before {
    top: 4px;
  }
  .schedule-list01__title span:after {
    bottom: 4px;
  }
  .schedule-list01__body {
    width: calc(100% - 12px);
    padding: 10px 10px 5px;
    box-sizing: border-box;
  }
  .schedule-list01__status {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 20px;
    margin: 0 0 5px;
  }
  .schedule-list01__icon {
    margin-right: 5px;
  }
  .schedule-list01__icon img {
    width: 20px;
  }
  .schedule-list01__notes {
    font-size: 13px;
    font-size: 1.3rem;
    margin: 0;
  }
  .schedule-list01__link {
    display: none;
  }
  .topics-block01 {
    margin: 20px 0;
  }
  .topics-block01__item {
    padding: 15px 5px 15px 15px;
  }
  .topics-block01__tag {
    margin-bottom: 8px;
  }
  .topics-block01__date {
    margin-bottom: 8px;
  }
  .topics-block01__text {
    clear: both;
  }
  .topics-block02 {
    margin: 20px 0;
  }
  .topics-block02__item {
    padding: 30px 0;
  }
  .topics-block02__tag {
    margin-bottom: 8px;
  }
  .topics-block02__date {
    margin-bottom: 8px;
  }
  .topics-block03 {
    margin: 20px -15px;
  }
  .topics-block03__title {
    margin: 40px 15px 15px;
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
  }
  .topics-block03__button {
    overflow: hidden;
    margin: 0 15px 60px;
  }
  .topics-block03__button a {
    float: right;
  }
  .topics-block03__list {
    margin: 0 15px 20px;
    border-top: 3px dotted #fff;
  }
  .topics-block03__item {
    padding: 10px 0;
  }
  .topics-block03__data {
    padding-bottom: 10px;
    border-bottom: 3px dotted #fff;
  }
  .topics-block03__tag {
    width: 120px;
    margin-right: 10px;
  }
  .topics-block03__tag .tag-type02 {
    line-height: 25px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .topics-block03__date {
    line-height: 25px;
  }
  .topics-block03__text {
    padding-top: 10px;
  }
  .topics-block04__list {
    margin: 0 18px;
  }
  .topics-block04__inner {
    margin: 15px 0;
  }
  .topics-block04__img {
    margin: 0 15px 0 0;
  }
  .topics-block04__button {
    margin: 20px 18px 20px;
    padding-top: 10px;
    border-top: 1px solid #d3d3d3;
  }
  .topics-block04__button [class^="button-type0"] {
    margin-top: 10px;
    width: 100%;
  }
  .link-list01__item {
    margin: 7px 0 0 0;
  }
  .link-list01__item a {
    padding: 12px 20px 12px 15px;
  }
  .link-list03 {
    margin: 0 0 10px;
  }
  .link-list03__list {
    margin: 10px 5px 10px 20px;
  }
  .link-list03__list:after {
    content: "";
    display: block;
    clear: both;
  }
  .link-list03__item {
    display: inline-block;
    margin: 5px 20px 0 0;
  }
  .link-list04__list {
    text-align: center;
  }
  .link-list04__item {
    margin: 2px 5px;
  }
  .link-list05__item {
    margin: 20px 0 0 0;
  }
  .link-list06__item {
    margin: 7px 0 0 0;
  }
  .link-list06__item a {
    padding: 12px 20px 12px 15px;
  }
  .table-type01.type-sp-vertical th, .table-type01.type-sp-vertical td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .table-type01.type-sp-vertical td {
    border-top-width: 0;
    border-bottom-width: 0;
  }
  .table-type01.type-sp-vertical tbody tr:first-child th {
    border-top-width: 3px;
    border-top-color: #f2c935;
    width: 100% !important;
  }
  .table-type01.type-sp-vertical tbody th:first-child {
    border-left: 1px solid #d3d3d3;
  }
  .information-blok01 {
    margin: 25px 0;
  }
  .information-blok01__title {
    padding: 15px 10px;
    line-height: 20px;
  }
  .information-blok01__title img {
    width: 21px;
  }
  .information-blok01__body {
    padding: 15px;
  }
  .mypage-login {
    margin: 0 0 25px;
  }
  .mypage-login__body .link-list02__item {
    display: inline-block;
    margin-right: 10px;
  }
  .banner-list01 {
    border-radius: 3px;
    border: 3px solid #b8d073;
    background-color: #eef6d6;
    padding: 15px;
  }
  .table-scroll {
    overflow: auto;
    margin: 30px 0;
  }
  .table-scroll table {
    white-space: nowrap;
    margin: 0 0 5px;
  }
  .table-scroll::-webkit-scrollbar {
    height: 5px;
  }
  .table-scroll::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 5px;
  }
  .table-scroll::-webkit-scrollbar-track-piece {
    background: #efefef;
  }
  .frame-type01 {
    margin: 30px 0;
  }
  .frame-type03 {
    margin: 20px 0;
  }
  .media-block {
    margin: 20px 0;
  }
  .media-block.type-sp-reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .media-block.type-sp-reverse .media-block__media, .media-block.type-sp-reverse .media-block__text {
    width: 100%;
  }
  .media-block.type-sp-reverse .media-block__media {
    margin-bottom: 0;
  }
  .media-block.type-sp-reverse .media-block__text {
    margin-bottom: 15px;
  }
  .media-block__media {
    margin-bottom: 15px;
    text-align: center;
  }
  .media-block__media.type-sp-center {
    text-align: center;
  }
  .media-block__media.type-sp-center figure {
    display: inline-block;
    text-align: left;
  }
  .media-block__media.type-sp-left {
    text-align: left;
  }
  .media-block__media.type-sp-left figure {
    display: inline-block;
    text-align: left;
  }
  .column-group {
    margin: 30px 0;
  }
  .column-group.type-sp-clear, .column-group.column1 {
    display: block;
  }
  .column-group.type-sp-clear .column-group__item, .column-group.column1 .column-group__item {
    width: 100%;
    margin: 30px 0;
  }
  

.pr .column-group.column4 .column-group__item {
  float: left;
  width: calc((100% / 2) - 8px);
  margin: 20px 10px 0 0;
}
.pr .column-group.column4 .column-group__item:nth-child(2n+1) {
  clear: left;
}
.pr .column-group.column4 .column-group__item:nth-child(2n) {
  margin-right: 0;
}
.pr .column-group.column4 .column-group__item:nth-child(-n+2) {
  margin-top: 0;
}
.pr .column-group.column4 .column-group__item > *:first-child {
  margin-top: 0;
}
.pr .column-group.column4 .column-group__item > *:last-child {
  margin-bottom: 0;
}
.pr .column-group.column2:first-of-type .column-group__item {
  float: left;
  width: calc((100% / 2) - 8px);
  margin: 20px 10px 0 0;
}
.pr .column-group.column2 .column-group__item:nth-child(odd) {
  clear: left;
}
.pr .column-group.column2 .column-group__item:nth-child(even) {
  margin-right: 0;
}
.pr .column-group.column2 .column-group__item:nth-child(-n+2) {
  margin-top: 0;
}
.pr .column-group.column2 .column-group__item > *:first-child {
  margin-top: 0;
}
.pr .column-group.column2 .column-group__item > *:last-child {
   margin-bottom: 0;
 }
 

.column-group {
  margin: 30px 0 40px;
}
.column-group:after {
  content: "";
  display: block;
  clear: both;
}
 
  .column-group.mt0 .column-group__item {
    margin-top: 0 !important;
  }
  .column-group__item {
    margin: 20px 0 0 0;
  }
  .column-group__item.type-sp-center {
    text-align: center;
  }
  .column-group__item:first-child {
    margin-top: 0;
  }
  .column-group__item > *:first-child {
    margin-top: 0;
  }
  .column-group__item > *:last-child {
    margin-bottom: 0;
  }
  .type-sp-hide .result-data__pager {
  	display: none;
  }
  .result-data.type-sp-reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .result-data.type-sp-reverse .result-data__title, .result-data.type-sp-reverse .result-data__pager, .result-data.type-sp-reverse .result-data__control {
    width: 100%;
  }
  .result-data.type-sp-reverse .result-data__control {
    margin-bottom: 15px;
  }
  .result-data.type-sp-reverse .result-data__pager {
    margin-bottom: 0;
  }
  .result-data__title {
    margin-bottom: 10px;
  }
  .result-data__pager {
    margin-bottom: 15px;
  }
  .result-data__pager.type-sp-center {
    text-align: center;
  }
  .page-nav.type-sp-max .page-nav__item {
    display: block;
  }
  .page-nav.type-sp-max .page-nav__item.type-prev {
    float: left;
    border-right: 0;
  }
  .page-nav.type-sp-max .page-nav__item.type-next {
    float: right;
  }
  .item-list01__item {
    overflow: hidden;
    padding-bottom: 30px;
  }
  .item-list01__img {
    float: left;
    background-color: #f4f4f4;
    margin: 30px 15px 0 0;
  }
  .item-list01__text {
    overflow: hidden;
    margin: 30px 0 0;
  }
  .item-list01__tag {
    margin-bottom: 5px;
  }
  .item-list01__button {
    clear: both;
    text-align: center;
    margin-top: 15px;
  }
  .item-list02 {
    max-width: 455px;
    margin: 90px auto 50px;
    position: relative;
  }
  .item-list02__img {
    position: absolute;
    z-index: 1;
  }
  .item-list02__img.type-girl {
    top: -50px;
    left: 0;
  }
  .item-list02__img.type-girl img {
    height: 100px;
  }
  .item-list02__img.type-boy {
    bottom: 70px;
    right: 5px;
  }
  .item-list02__img.type-boy img {
    height: 120px;
  }
  .item-list02__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .item-list02__item {
    width: calc(50% - 9px);
    max-width: 250px;
    margin: 17px 17px 0 0;
  }
  .item-list02__item:nth-child(-n+2) {
    margin-top: 0;
  }
  .item-list02__item:nth-child(even) {
    margin-right: 0;
  }
  .item-list02__inner {
    transition: opacity .2s;
  }
  .item-list02__inner:hover {
    opacity: .7;
  }
  .item-list02__text {
    bottom: 50%;
    margin-bottom: -20px;
  }
  .item-list02__title {
    font-size: 20px;
    font-size: 2rem;
  }
  .item-list02__sub {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .item-list02__button {
    margin: 100px auto 0 auto;
    width: 280px;
  }
  .item-list02__button:before {
    top: -88px;
    left: -40px;
    width: 120px;
    height: 152px;
    background-size: 120px auto;
  }
  .item-list02__button a {
    font-size: 22px;
    font-size: 2.2rem;
    text-align: right;
    width: 280px;
    padding: 0 50px 0 0;
    transition: opacity .2s;
  }
  .item-list02__button a:hover {
    opacity: .7;
  }
  .calendar-control01.type-sp-reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .calendar-control01.type-sp-reverse .calendar-control01__title, .calendar-control01.type-sp-reverse .calendar-control01__pager, .calendar-control01.type-sp-reverse .calendar-control01__control {
    width: 100%;
  }
  .calendar-control01.type-sp-reverse .calendar-control01__control {
    margin-bottom: 15px;
  }
  .calendar-control01.type-side-head {
    margin: 0 0 5px;
  }
  .calendar-control01.type-side-bottom {
    margin: 0 0 30px;
  }
  .calendar-control01__title {
    margin-bottom: 10px;
    text-align: center;
  }
  .calendar-type01 {
    margin: 20px 0 10px;
  }
  .calendar-type01 thead {
    display: none;
  }
  .calendar-type01 th, .calendar-type01 td {
    display: block;
    width: 100%;
  }
  .calendar-type01 tbody th {
    padding: 10px;
  }
  .calendar-type01 tbody td {
    padding: 20px 15px;
    border-top: 0;
    border-bottom: 0;
  }
  .calendar-type01 tbody tr > .calendar-type01__data:first-child {
    border-top: 1px solid #d3d3d3;
  }
  .calendar-type01__head {
    display: none;
  }
  .calendar-type01__img {
    margin: 0 15px 0 0;
  }
  .calendar-type02 {
    margin: 10px 0 10px;
  }
  .calendar-type02 thead th, .calendar-type02 thead td {
    line-height: 32px;
  }
  .calendar-type02 tbody th, .calendar-type02 tbody td {
    line-height: 43px;
  }
  .calendar-type02__head {
    display: none;
  }
  .calendar-type02__img {
    margin: 0 15px 0 0;
  }
  .calendar-type03 {
    margin: 10px 0 10px;
  }
  .calendar-type03 table {
    width: 100%;
    border-bottom: 2px solid #d3d3d3;
  }
  .calendar-type03 thead {
    display: none;
  }
  .calendar-type03 tbody th, .calendar-type03 tbody td {
    border-top: 0;
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .calendar-type03 tbody .prev, .calendar-type03 tbody .next {
    display: none;
  }
  .calendar-type03.type-icon tbody td i {
    margin-right: 5px;
  }
  .calendar-type03.type-icon tbody td img {
    width: 34px;
  }
  .calendar-type03__inner {
    display: table;
    width: 100%;
  }
  .calendar-type03__week {
    background-color: #e3f0bb;
    display: table-cell;
    white-space: nowrap;
    vertical-align: middle;
    width: 50px;
    text-align: center;
    border-right: 1px solid #d3d3d3;
    box-sizing: border-box;
  }
  .calendar-type03__day {
    display: table-cell;
    white-space: nowrap;
    vertical-align: middle;
    width: 60px;
    text-align: center;
    border-right: 1px dotted #d3d3d3;
    box-sizing: border-box;
  }
  .calendar-type03__data {
    display: table-cell;
    white-space: nowrap;
    vertical-align: middle;
    padding: 8px 10px;
  }
  .calendar-type03__notes {
    margin-top: 3px;
  }
  .calendar-type03__icon {
    display: table-cell;
    white-space: nowrap;
    vertical-align: middle;
    padding: 8px 15px;
    height: 40px;
    box-sizing: border-box;
  }
  .category-info01 {
    margin: 30px 0;
    padding: 40px 10px 50px;
  }
  .category-info01__item {
    font-size: 20px;
    font-size: 2rem;
    margin-top: 15px;
  }
  .side-kids-nav__title {
    background-image: url(/common/img/kids_side_title_sp.png);
    height: 159px;
  }
  .side-kids-nav__list {
    margin-top: -28px;
  }
  .library-slider01 .slick-dots {
    text-align: center;
    margin: 10px 0 0;
  }
  .library-slider01 .slick-dots li {
    margin: 0 5px;
  }
  .slick-control {
    display: none;
  }
  .google-map {
    margin: 15px 0 10px;
    position: relative;
    padding-top: 75%;
    height: 0;
    overflow: hidden;
  }
  .google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .library-schedule {
    width: 280px;
    margin-top: 15px;
  }
  .form-table tr:first-child th {
    border-top: 1px solid #d3d3d3;
  }
  .form-table th {
    display: block;
    width: 100%;
    padding: 15px 0 0;
  }
  .form-table td {
    display: block;
    width: 100%;
    padding: 10px 0 15px;
  }
  .form-table .tag-type01 {
    display: inline-block;
    margin-left: 20px;
  }
  .qa-list01__q {
    margin: 0 0 10px;
    padding: 10px 10px 10px 55px;
    background-size: 40px auto;
    background-position: 10px 10px;
  }
  .qa-list01__a {
    margin: 0 0 30px;
    padding: 10px 10px 0 55px;
    background-size: 40px auto;
    background-position: 10px 10px;
    min-height: 2.5em;
  }
  .media-block__media.max1-3 {
    max-width: calc((100% / 2) - 15px);
  }
  
  .kids .content .entry-block img {
  	float: none;
  	width: 100%;
  	height: auto;
  }
  .side-kids-nav .top_link a {
  	left: 50%;
  	margin-left:-120px ;
  }
}