@charset "utf-8";
/* サイト共通要素 */
/* ==================== タグの初期設定 ==================== */

BODY {
  background-color: #ffffff;
  color: #333333;
  min-width: 960px;
  word-break: normal;
}
/* 管理画面 WYSIWYG プレビュー用にBODYの背景をリセット */

BODY.cke_show_borders {
  background-image: none;
  border: none;
  margin: 5px;
  background: none;
  min-width: 100px;
}

H1,
H2,
H3,
H4,
H5,
H6 {
  font-weight: bold;
  max-height: 100%;
}

H1 {
  font-weight: normal;
  font-size: x-small;
  color: #999999;
  text-align: right;
}
/*19/9/13 変更*/
/*  H2,
H3,
H4,
H5,
H6 {
  font-size: medium;
}*/

H2,
H3,
H6 {
  font-size: medium;
}

H4 {
  font-size: 19px; /*19/9/13 変更*/
}

P,
TD,
TH,
LI,
INPUT,
TEXTAREA,
BODY.cke_show_borders,
DIV.entryBody,
DIV.entryMore {
  /*font-size: small;*/
  font-size: 14px; /*19/9/13 変更*/
  max-height: 100%;
}

A,
A:visited {
  color: #333333;
  text-decoration: underline;
}

A:hover {
  color: #5cb5c5;
  text-decoration: none;
}
/* ==================== サイト全体 レイアウト ==================== */
/* ========== 全体枠 ========== */

DIV#container {
  width: 100%;
  margin: 0px auto 0px auto;
  padding: 115px 0 0;
}
/* ========== ヘッダー ========== */

DIV#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  border-bottom: 2px solid #60b5c6;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1000;
  /*19/7/24変更*/
}

DIV#header H1 {
  padding: 0;
  height: 20px;
  margin: 40px auto 0;
  overflow: hidden;
}

DIV#header DIV#headerTitle {
  padding: 0px;
  height: 113px;
  width: 960px;
  margin: 0px auto;
  position: relative;
  overflow: hidden;
}

DIV#header DIV#headerAreaSub {
  float: right;
  width: 740px;
  text-align: right;
}

DIV#header DIV#headerAddress {
  font-size: 10pt;
}

DIV#header DIV#headerWiget {}

DIV#header DIV#googleSearch {
  margin: 15px 0px 5px 0px;
  padding: 5px 5px 0px 0px;
  width: 290px;
  background-image: url(../images/header_gsearch_bg.gif);
  background-position: left top;
  background-repeat: no-repeat;
}

DIV#header DIV#googleSearch FORM {
  padding: 0px 5px 5px 0px;
  background-image: url(../images/header_gsearch_footer_bg.gif);
  background-position: left bottom;
  background-repeat: no-repeat;
}

DIV#header DIV#googleSearch INPUT.text {
  width: 120px;
}

DIV#header DIV#googleSearch INPUT.submit {
  width: 45px;
}

DIV#header DIV#googleSearch INPUT {}

DIV#header DIV#headerAreaLogo {
  float: left;
  margin: 40px 0 0;
}

#header_info {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 10px;
  list-style: none;
}

#header_info li {
  margin: 0 0 0 10px;
  padding: 0;
  float: left;
}

#header_nav {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}

#header_nav li {
  margin: 0 0 0 20px;
  padding: 0;
  float: left;
  line-height: 100%;
}
/* ========== ナビ ========== */

UL.nav {
  width: 700px;
  margin: 0 0 0 auto;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  height: 24px;
  flex-wrap: wrap;
}

UL.nav LI {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: inline-block;
  position: relative;
  text-align: center;
  width: 140px;
}

UL.nav LI img {
  vertical-align: middle;
}

UL.nav LI a {
  display: block;
  height: 24px;
  font-size: 0;
  /*line-height: 24px;*/ /*19/9/13 変更*/
  vertical-align: middle;
  box-sizing: border-box;
}
/* ========== メインメニュー + キャッチ画像 + セカンドエリア + コンテンツ 枠 ========== */

DIV#mainBg {
  min-height: 500px;
  position: relative;
  padding: 0 0 50px;
}

DIV#main {
  /* メインメニュー + キャッチ画像 + セカンドエリア + コンテンツ 枠 の共通の余白を設定 */
  width: 960px;
  margin: 0px auto;
  padding: 0;
}
/* ========== 2カラム, 3カラム 設定 ========== */
/* { 1カラム */

DIV#catchArea {}

DIV#secondArea {
  display: none;
}

DIV#thirdArea {
  display: none;
}

DIV#contents {
  padding-top: 125px;
}

BODY.column2 DIV#catchArea {}

BODY.column2 DIV#secondArea {
  float: left;
  display: block;
}

BODY.column2 DIV#thirdArea {
  display: none;
}

BODY.column2 DIV#contents {
  float: right;
  width: 700px;
}
/* 1カラム } */
/* { 2カラム, secondArea 右
DIV#catchArea {
float: left;
}
DIV#secondArea {
float: right;
}
DIV#thirdArea {
display: none;
}
DIV#contents {
float: left;
}
2カラム, secondArea 右 } */
/* { 2カラム secondArea 左
DIV#catchArea{
float:right;
}
DIV#secondArea{
float:left;
}
DIV#thirdArea{
display:none;
}
DIV#contents{
float:right;
}
2カラム secondArea 左 } */
/* { 3カラム 画像 長, thirdArea 左, secondArea 右
DIV#catchArea{
}
DIV#secondArea{
float:right;
}
DIV#thirdArea{
float:left;
}
DIV#contents{
float:left;
}
3カラム 画像 長, thirdArea 左, secondArea 右 } */
/* { 3カラム 画像 短, thirdArea 左, secondArea 右
DIV#catchArea{
float:left;
}
DIV#secondArea{
float:right;
}
DIV#thirdArea{
float:left;
}
DIV#contents{
float:left;
}
3カラム 画像 短, thirdArea 左, secondArea 右 } */
/* { 3カラム 画像 短, thirdArea 左, secondArea 右
DIV#catchArea{
float:right;
}
DIV#secondArea{
float:left;
}
DIV#thirdArea{
float:right;
}
DIV#contents{
float:left;
}
3カラム 画像 短, thirdArea 左, secondArea 右 } */
/* { 3カラム 画像 長, thirdArea 左, secondArea 右
DIV#catchArea{
}
DIV#secondArea{
float:left;
}
DIV#thirdArea{
float:right;
}
DIV#contents{
float:left;
}
3カラム 画像 短, thirdArea 左, secondArea 右 } */
/* ========== メインメニュー ========== */
/* 背景画像は main_menu.css にて、MTのエントリーから読込 */

UL#mainMenu {
  width: 960px;
  margin: 20px auto;
  padding: 0;
}

UL#mainMenu LI {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: inline;
}
/* ========== サイドメニュー（画像） ========== */

UL#sideMenu,
UL#sideMenu LI {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: block;
}

UL#sideMenu {
  margin-bottom: 10px;
}

UL#sideMenu LI A P {
  text-decoration: underline;
}

UL#sideMenu LI A:hover P {
  text-decoration: none;
}
/* ========== キャッチ画像 ========== */

DIV#catchArea {}

body.topPage DIV#mainBg {
  overflow: hidden;
  position: relative;
  padding-top: 550px;
}

body.topPage DIV#catchArea {
  left: 50%;
  position: absolute;
  top: 0;
  width: 1600px;
  margin-left: -800px;
  height: 550px;
}
/* Firefox の特定のバージョンで jQuery fadeIn() fadeOut() が カクつく問題を修正 */

#catchArea img {
  box-shadow: #000 0 0 0;
}
/*  2019/01 追加  */

.catch_txt_inner {
  position: absolute;
  bottom: 20px;
  width: 860px;
  margin-left: -460px;
  left: 50%;
  background: rgba(180, 237, 247, 0.8);
  padding: 30px;
}

.catch_txt_inner h2 {
  text-align: center;
  color: #2098ad;
  font-size: 30px;
  margin-bottom: 15px;
  text-shadow: 0px 1px 2px #ffffff, 2px 0px 3px #ffffff;
}

.catch_txt_inner p {
  padding: 0 40px;
  font-size: medium;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 600;
}
/* ヘッダー固定対策 */

.afterschool div#about,
.afterschool div#feature,
.afterschool div#lesson,
.afterschool div#enrollment,
.afterschool div#contact {
  position: relative;
  top: -130px;
  display: inline-block;
}

.afterschool div#faq,
.afterschool div#schedule {
  position: relative;
  top: -180px;
  display: inline-block;
}
/* ボタン */

.afterschool .half .btn {
  text-align: center;
}

.afterschool .half .btn a {
  width: 80%!important;
  text-align: center;
}
/* point */

.afterschool #contents .point_ttl {
  position: relative;
  display: inline-block;
  padding: 0 80px;
  color: #ff7193;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center; /*19/9/13 追加*/
}

.afterschool #contents .point_ttl:before,
.afterschool #contents .point_ttl:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30%;
  height: 1px;
  background-color: #ff7193;
}

.afterschool #contents .point_ttl:before {
  left: 0;
}

.afterschool #contents .point_ttl:after {
  right: 0;
}
/* ========== キャッチ画像・メインメニュー下 シャドウ ========== */

DIV#secondArea,
DIV#thirdArea,
DIV#contents {}
/* ========== セカンドエリア ========== */

DIV#secondArea {
  width: 230px;
  margin: 0px;
  padding: 40px 0px 10px 0px;
}
/* ========== サードエリア ========== */

DIV#thirdArea {}
/* ---------- サブメニュー ---------- */
/* ----- 背景画像 ----- */

DIV#secondArea DIV#subMenu,
DIV#secondArea DIV#freeSpace,
DIV#secondArea DIV#banner,
DIV#secondArea DIV#qrcode,
DIV#secondArea DIV#case {
  margin-bottom: 10px;
  background-image: url(../images/second_area_bg.gif);
  background-position: left bottom;
  background-repeat: no-repeat;
}
/* ----- タイトル ----- */

DIV#secondArea DIV#subMenu DIV.title,
DIV#secondArea DIV#freeSpace DIV.title,
DIV#secondArea DIV#banner DIV.title,
DIV#secondArea DIV#qrcode DIV.title,
DIV#secondArea DIV#case DIV.title,
DIV#secondArea DIV#brogPartsTagCloud DIV.title_tag {
  background-position: left top;
  background-repeat: no-repeat;
  height: 32px;
}
/* ----- コンテンツの余白 ----- */

DIV#secondArea P,
DIV#secondArea SELECT,
DIV#secondArea DIV.entryBody,
DIV#secondArea DIV#freeSpace H3 {
  margin: 5px 10px 5px 10px;
}
/* ---------- サブメニュー ---------- */

DIV#secondArea DIV#subMenu DIV.title {
  background-image: url(../images/second_area_title_menu.gif);
}
/* ---------- サブメニュー ---------- */

DIV#secondArea DIV#subMenu UL {
  width: 100%;
  /* IEの表示バグのため、widthを設定 */
  margin: 0px;
  padding: 0px;
}

DIV#secondArea DIV#subMenu LI {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  background-image: url(../images/second_area_hr.gif);
  background-position: center top;
  background-repeat: no-repeat;
  font-weight: bold;
}

DIV#secondArea DIV#subMenu LI A {
  display: block;
  margin: 0px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  color: #2B1D13;
}

DIV#secondArea DIV#subMenu LI A:hover {
  color: #AB9E8E;
}
/* ---------- フリースペース ---------- */

DIV#secondArea DIV#freeSpace {}

DIV#secondArea DIV#freeSpace DIV.title {
  background-image: url(../images/second_area_title_free.gif);
}

DIV#secondArea DIV#freeSpace DIV.entryBody {
  padding-bottom: 10px;
}
/* ---------- バナー ---------- */

DIV#secondArea DIV#banner {
  text-align: center;
}

DIV#secondArea DIV#banner DIV.title {
  background-image: url(../images/second_area_title_banner.gif);
}

DIV#secondArea DIV#banner IMG {
  margin: 5px auto 5px auto;
}

DIV#secondArea DIV#banner P {
  text-align: left;
}
/* ---------- QRコード ---------- */

DIV#secondArea DIV#qrcode {
  text-align: center;
}

DIV#secondArea DIV#qrcode DIV.title {
  background-image: url(../images/second_area_title_mobile.gif);
}

DIV#secondArea DIV#qrcode IMG {
  margin: 5px auto 5px auto;
}
/* ---------- 事例集 ---------- */

DIV#secondArea DIV#case DIV.title {
  background-image: url(../images/second_area_title_case.gif);
}

DIV#secondArea DIV#case UL {
  width: 100%;
  /* IEの表示バグのため、widthを設定 */
  margin: 0px;
  padding: 0px;
}

DIV#secondArea DIV#case LI {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  background-image: url(../images/second_area_hr.gif);
  background-position: center top;
  background-repeat: no-repeat;
  font-weight: bold;
}

DIV#secondArea DIV#case LI A {
  display: block;
  margin: 0px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  color: #2B1D13;
}

DIV#secondArea DIV#case LI A:hover {
  color: #AB9E8E;
}
/* ---------- ブログパーツ・カスタムパーツ ---------- */

DIV#secondArea DIV#secondAreaBlogParts,
DIV#secondArea DIV#secondAreaCustomParts,
DIV#secondArea DIV#secondAreaDuplicate01Parts {}

DIV#secondArea DIV#brogPartsCategory H3,
DIV#secondArea DIV#brogPartsCalendar H3,
DIV#secondArea DIV#brogPartsTagCloud H3,
DIV#secondArea DIV#brogPartsMonthlyArchiveDrop H3,
DIV#secondArea DIV#brogPartsMonthlyArchive H3,
DIV#secondArea DIV#brogPartsEntry H3,
DIV#secondArea DIV#brogPartsComment H3,
DIV#secondArea DIV#brogPartsAuthor H3,
DIV#secondArea DIV#customPartsCategory H3,
DIV#secondArea DIV#customPartsComment H3,
DIV#secondArea DIV#duplicateEntryList H3,
DIV#secondArea DIV#duplicateCategoryEntryList H3 {
  padding: 12px 15px;
  background-image: url(../images/second_area_title.jpg);
  background-position: left top;
  background-repeat: repeat;
  font-size: medium;
  line-height: 150%;
  border: 1px solid #d8cdc8;
  border-bottom: 2px solid #d8cdc8;
  box-shadow: 0px 0px 0px 1px #ffffff inset;
  -moz-box-shadow: 0px 0px 0px 1px #ffffff inset;
  -webkit-box-shadow: 0px 0px 0px 1px #ffffff inset;
}
/* ---------- UL ---------- */

DIV#secondArea DIV#brogPartsCategory UL,
DIV#secondArea DIV#brogPartsCalendar UL,
DIV#secondArea DIV#brogPartsTagCloud UL,
DIV#secondArea DIV#brogPartsMonthlyArchiveDrop UL,
DIV#secondArea DIV#brogPartsMonthlyArchive UL,
DIV#secondArea DIV#brogPartsEntry UL,
DIV#secondArea DIV#brogPartsComment UL,
DIV#secondArea DIV#brogPartsAuthor UL,
DIV#secondArea DIV#customPartsCategory UL,
DIV#secondArea DIV#customPartsComment UL,
DIV#secondArea DIV#duplicateEntryList UL,
DIV#secondArea DIV#duplicateCategoryEntryList UL {
  width: 100%;
  /* IEの表示バグのため、widthを設定 */
  margin: 0px;
  padding: 0px;
}

DIV#secondArea DIV#brogPartsCategory LI,
DIV#secondArea DIV#brogPartsCalendar LI,
DIV#secondArea DIV#brogPartsTagCloud LI,
DIV#secondArea DIV#brogPartsMonthlyArchiveDrop LI,
DIV#secondArea DIV#brogPartsMonthlyArchive LI,
DIV#secondArea DIV#brogPartsEntry LI,
DIV#secondArea DIV#brogPartsComment LI,
DIV#secondArea DIV#brogPartsAuthor LI,
DIV#secondArea DIV#customPartsCategory LI,
DIV#secondArea DIV#customPartsComment LI,
DIV#secondArea DIV#duplicateEntryList LI,
DIV#secondArea DIV#duplicateCategoryEntryList LI {
  margin: 0px;
  padding: 10px;
  list-style-type: none;
  font-weight: bold;
  border-top: 1px solid #d8cdc8;
}

DIV#secondArea DIV#brogPartsCategory LI:first-child,
DIV#secondArea DIV#brogPartsCalendar LI:first-child,
DIV#secondArea DIV#brogPartsTagCloud LI:first-child,
DIV#secondArea DIV#brogPartsMonthlyArchiveDrop LI:first-child,
DIV#secondArea DIV#brogPartsMonthlyArchive LI:first-child,
DIV#secondArea DIV#brogPartsEntry LI:first-child,
DIV#secondArea DIV#brogPartsComment LI:first-child,
DIV#secondArea DIV#brogPartsAuthor LI:first-child,
DIV#secondArea DIV#customPartsCategory LI:first-child,
DIV#secondArea DIV#customPartsComment LI:first-child,
DIV#secondArea DIV#duplicateEntryList LI:first-child,
DIV#secondArea DIV#duplicateCategoryEntryList LI:first-child {
  border: none;
}

DIV#secondArea DIV#brogPartsCategory LI LI,
DIV#secondArea DIV#brogPartsCalendar LI LI,
DIV#secondArea DIV#brogPartsTagCloud LI LI,
DIV#secondArea DIV#brogPartsMonthlyArchiveDrop LI LI,
DIV#secondArea DIV#brogPartsMonthlyArchive LI LI,
DIV#secondArea DIV#brogPartsEntry LI LI,
DIV#secondArea DIV#brogPartsComment LI LI,
DIV#secondArea DIV#brogPartsAuthor LI LI,
DIV#secondArea DIV#customPartsCategory LI LI,
DIV#secondArea DIV#customPartsComment LI LI,
DIV#secondArea DIV#duplicateEntryList LI LI,
DIV#secondArea DIV#duplicateCategoryEntryList LI LI {
  background-image: url(../images/li_bg.png);
  background-position: 5px 12px;
  background-repeat: no-repeat;
  padding: 5px 0px 0px 15px;
  border: none;
}
/* ---------- 各パーツの設定 ---------- */

DIV#secondArea DIV#brogPartsCategory,
DIV#secondArea DIV#brogPartsCalendar,
DIV#secondArea DIV#brogPartsTagCloud,
DIV#secondArea DIV#brogPartsMonthlyArchiveDrop,
DIV#secondArea DIV#brogPartsMonthlyArchive,
DIV#secondArea DIV#brogPartsEntry,
DIV#secondArea DIV#brogPartsComment,
DIV#secondArea DIV#brogPartsAuthor,
DIV#secondArea DIV#customPartsCategory,
DIV#secondArea DIV#customPartsComment,
DIV#secondArea DIV#duplicateEntryList,
DIV#secondArea DIV#duplicateCategoryEntryList {
  margin-bottom: 20px;
  border: 1px solid #d8cdc8;
}

DIV#secondArea DIV#brogPartsCategory {}

DIV#secondArea DIV#brogPartsTagCloud {}

DIV#secondArea DIV#brogPartsTagCloud .rank-1 {
  font-size: 1.75em;
}

DIV#secondArea DIV#brogPartsTagCloud .rank-2 {
  font-size: 1.75em;
}

DIV#secondArea DIV#brogPartsTagCloud .rank-3 {
  font-size: 1.625em;
}

DIV#secondArea DIV#brogPartsTagCloud .rank-4 {
  font-size: 1.5em;
}

DIV#secondArea DIV#brogPartsTagCloud .rank-5 {
  font-size: 1.375em;
}

DIV#secondArea DIV#brogPartsTagCloud .rank-6 {
  font-size: 1.25em;
}

DIV#secondArea DIV#brogPartsTagCloud .rank-7 {
  font-size: 1.125em;
}

DIV#secondArea DIV#brogPartsTagCloud .rank-8 {
  font-size: 1em;
}

DIV#secondArea DIV#brogPartsTagCloud .rank-9 {
  font-size: 0.95em;
}

DIV#secondArea DIV#brogPartsTagCloud .rank-10 {
  font-size: 0.9em;
}

DIV#secondArea DIV#brogPartsMonthlyArchiveDrop {}

DIV#secondArea DIV#brogPartsMonthlyArchive {}

DIV#secondArea DIV#brogPartsEntry {}

DIV#secondArea DIV#brogPartsComment {}

DIV#secondArea DIV#brogPartsAuthor {}

DIV#secondArea DIV#customPartsCategory {}

DIV#secondArea DIV#customPartsComment {}

DIV#secondArea DIV#duplicateEntryList {}

DIV#secondArea DIV#duplicateCategoryEntryList {}
/* ========== コンテンツ ========== */

DIV#contents {
  width: 960px;
  padding: 40px 0px 10px 0px;
}

BODY.cke_show_borders,
/* 管理画面 WYSIWYG プレビュー用設定 */

DIV#contents {}
/* ========== フッター ========== */

DIV#footer {
  background: url(../images/footer_bg_v02.jpg) no-repeat center top #f5f3ef;
  padding: 182px 0 0 0;
}
/* ---------- フッターメニュー ---------- */

DIV#footer P#footerMenu {
  /*  margin: 5px auto 5px auto;
padding: 15px 0px 10px 0px;
background-image: url(../images/hr_bg.gif);
background-position: left bottom;
background-repeat: repeat-x;
text-align: center;
width: 960px;*/
}
/* ---------- フッター copyright エリア ---------- */

DIV#footer DIV#footerCopyrightArea {
  padding: 0px;
  width: 960px;
  margin: 0px auto;
}
/* ---------- フッター copyright 付メニュー ---------- */

DIV#footer DIV#footerFree {
  background: rgba(255, 255, 255, 0.75);
  margin: 0;
  padding: 15px 20px;
  overflow: hidden;
}

.btn_enter {
  position: fixed;
  margin: 0;
  padding: 0;
  right: 10px;
  bottom: 10px;
  z-index: 100;
}
.btn_after_fixed {
  position: fixed;
  margin: 0;
  padding: 0;
  right: 10px;
  bottom: 154px;
  z-index: 100;
}

.footer_menu {
  float: left;
  margin: 0 25px 0 0;
  padding: 0;
  list-style: none;
}

.footer_menu li {
  margin: 0;
  padding: 0;
  font-weight: bold;
  line-height: 230%;
  font-size: small; /*19/9/13 追加*/
}

.footer_menu a {
  text-decoration: none;
}

.footer_menu li.footer_menu_ttl {
  font-size: medium;
  margin-bottom: 10px;
}

.footer_menu li.footer_menu_ttl a {
  color: #278596;
}

.footer_menu li.footer_menu_txt_s {
  font-weight: normal;
  /*font-size: 11px;*/
  font-size: 14px; /*19/9/13 変更*/
}

#footer_info {
  float: right;
  width: 340px;
}

#footer_info p {
  margin: 0 0 20px;
  font-size: small; /*19/9/13 追加*/
}

.footer_info_txt {
  padding: 0;
  color: #999999;
  /*font-size: x-small;*/ /*19/9/13 変更*/
  /*line-height: 200%;*/ /*19/9/13 変更*/
  line-height: 150%;
}

.footer_info_box {
  border: 1px solid #e7e7cb;
  border-radius: 5px;
  background: #ffffff;
  padding: 20px;
  font-size: small; /*19/9/13に追加*/
}

.footer_info_btn {
  margin: 0 !important;
  text-align: right;
}

.footer_info_btn a {
  margin-left: 10px;
}

DIV#footer P#footerSiteLink {
  float: right;
  width: 300px;
  text-align: right;
  margin-bottom: 10px;
}

.footer_fb {
  float: left;
}

.footer_tw {
  float: right;
}
/* ---------- copyright ---------- */

DIV#footer P#copyright {
  clear: both;
  padding: 15px 0 50px;
  text-align: center;
}

.clear {
  clear: both;
}

A:hover IMG.btnEffect {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}
/* ==================== サイト全体 装飾 ==================== */
/* ========== セカンドエリア ========== */
/* ---------- 見出し ---------- */

DIV#secondArea H2,
DIV#secondArea H3,
DIV#secondArea H4,
DIV#secondArea H5,
DIV#secondArea H6,
DIV#secondArea TD,
DIV#secondArea TH,
DIV#secondArea LI,
DIV#secondArea P {
  font-size: small;
}

DIV#secondArea TD,
DIV#secondArea TH,
DIV#secondArea LI,
DIV#secondArea P {
  line-height: 150%;
}
/* ========== コンテンツ ========== */
/* ---------- 見出し ---------- */

BODY.cke_show_borders,
BODY.cke_show_borders H2,
BODY.cke_show_borders H3,
BODY.cke_show_borders H4,
BODY.cke_show_borders H5,
BODY.cke_show_borders H6,
BODY.cke_show_borders P,
BODY.cke_show_borders TD,
BODY.cke_show_borders TH,
BODY.cke_show_borders LI,
BODY.cke_show_borders DIV.entryBody,
BODY.cke_show_borders DIV.entryMore,
DIV#contents H2,
DIV#contents H3,
DIV#contents H4,
DIV#contents H5,
DIV#contents H6,
DIV#contents P,
DIV#contents TD,
DIV#contents TH,
DIV#contents LI,
DIV#contents DIV.entryBody,
DIV#contents DIV.entryMore {
  /*line-height: 150%; */
  line-height: 180%; /*19/9/13 変更*/
}

BODY.cke_show_borders OL,
BODY.cke_show_borders UL,
BODY.cke_show_borders TABLE,
DIV#contents P,
DIV#contents OL,
DIV#contents UL,
DIV#contents TABLE {
  margin-bottom: 20px;
}

DIV#contents TABLE.galleryDetail P,
DIV#contents TABLE.staffDetail P,
DIV#contents DIV.entryBody P {
  margin-bottom: 0px;
}

BODY.cke_show_borders H1,
BODY.cke_show_borders H2,
BODY.cke_show_borders H3,
BODY.cke_show_borders H4,
BODY.cke_show_borders H5,
BODY.cke_show_borders H6,
DIV#contents H1,
DIV#contents H2,
DIV#contents H3,
DIV#contents H4,
DIV#contents H5,
DIV#contents H6 {
  margin-bottom: 20px;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

BODY.cke_show_borders H2,
DIV#contents H2 {
  display: table;
  padding: 10px 0 0 0;
  color: #000000;
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 30px;
}

BODY.cke_show_borders A.rss H2,
DIV#contents A.rss H2 {
  background-image: url(../images/h2_rss_bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  padding-right: 25px;
}

DIV#contents H2.h2NonDecolation {
  padding: 0px;
  background: none;
  border: none;
}

BODY.cke_show_borders A.rss,
DIV#contents A.rss {
  text-decoration: none;
}

BODY.cke_show_borders A:hover.rss,
DIV#contents A:hover.rss {
  text-decoration: none;
}

BODY.cke_show_borders H3,
DIV#contents H3 {
  border-bottom: 3px solid #dbdbdb;
  /*padding-top: -115px !important;
margin: 125px 0 10px 0 !important;*/
  color: #000000;
  font-size: 18px;
  position: relative;
}

#flow {
  margin-top: -125px;
  padding-top: 125px;
  z-index: -1;
}

BODY.cke_show_borders H3::before,
DIV#contents H3::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  background: #5cb5c5;
  width: 150px;
  height: 3px;
}

body.afterschool DIV#contents H3 {
  color: #7c8a96;
}

body.afterschool DIV#contents H3::before {
  background: #e80344;
}

BODY.cke_show_borders H4,
DIV#contents H4 {
  background-image: url(../images/h4_bg.jpg);
  background-position: left top;
  background-repeat: repeat;
  /*padding: 15px 10px;*/
  padding: 12px 10px; /*19/9/13 変更*/
  color: #261718;
  border: 2px solid #d8cdc8;
  box-shadow: 0px 0px 0px 1px #ffffff inset;
  -moz-box-shadow: 0px 0px 0px 1px #ffffff inset;
  -webkit-box-shadow: 0px 0px 0px 1px #ffffff inset;
}

BODY.cke_show_borders H5,
DIV#contents H5 {
  border-bottom: 3px solid #978178;
  padding: 5px 0;
  color: #000000;
  /*font-size: 15px;*/
  font-size: 18px; /*19/9/13 変更*/
  margin-bottom: 10px;
}

BODY.cke_show_borders UL.date,
DIV#contents UL.date {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

BODY.cke_show_borders UL.date LI,
DIV#contents UL.date LI {
  margin: 0px;
  list-style-type: none;
  text-indent: -5.5em;
  padding: 0px 0px 0px 5.5em;
}

BODY.cke_show_borders TABLE,
DIV#contents TABLE {
  width: 100%;
}

BODY.cke_show_borders TH,
BODY.cke_show_borders TD,
DIV#contents TH,
DIV#contents TD {
  border: 1px solid #e6dfcf;
  padding: 10px;
}

BODY.cke_show_borders TH,
DIV#contents TH {
  background-color: #F4F3EF;
  width: 20%;
}

BODY.cke_show_borders H2.rss A,
DIV#contents H2.rss A {
  display: block;
  text-decoration: none;
}

BODY.cke_show_borders P.pankuzu,
DIV#contents P.pankuzu {
  /*font-size: x-small;*/
  font-size: small; /*19/9/13 変更*/
  color: #999999;
}

BODY.cke_show_borders .fontXLarge,
DIV#contents .fontXLarge {
  font-size: large;
}

BODY.cke_show_borders .fontLarge,
DIV#contents .fontLarge {
  font-size: medium;
}

BODY.cke_show_borders .fontSmall,
DIV#contents .fontSmall {
  font-size: x-small;
}

BODY.cke_show_borders .fontMedium,
DIV#contents .fontMedium {
  font-size: small;
}

BODY.cke_show_borders .fontXSmall,
DIV#contents .fontXSmall {
  font-size: xx-small;
}

BODY.cke_show_borders input.text,
DIV#contents input.text {
  width: 300px;
}

DIV#contents INPUT.textShort {
  width: 100px;
}

DIV#contents INPUT.textMeduium {
  width: 99%;
}

BODY.cke_show_borders TEXTAREA,
DIV#contents TEXTAREA {
  width: 99%;
  height: 15em;
}

BODY.cke_show_borders .caution,
DIV#contents .caution {
  color: #c66036;
}

BODY.cke_show_borders P.price,
DIV#contents P.price {
  font-size: medium;
  text-align: right;
  font-weight: bold;
  color: #c66036;
}

BODY.cke_show_borders DIV.hr01,
DIV#contents DIV.hr01 {
  margin: 0px 0px 20px 0px;
  height: 1px;
  border-top: 1px solid #e6dfcf;
}

BODY.cke_show_borders DIV.comment DIV.hr01,
DIV#contents DIV.comment DIV.hr01 {
  margin-top: -1em;
}

BODY.cke_show_borders P.nextPrevious,
DIV#contents P.nextPrevious {
  text-align: center;
}

BODY.cke_show_borders P.linkBlock,
DIV#contents P.linkBlock {
  padding-top: 20px;
  border-top: 1px solid #e6dfcf;
}

BODY.cke_show_borders P.anchorTop,
DIV#contents P.anchorTop {
  position: absolute;
  left: 50%;
  bottom: 0;
  text-align: right;
  width: 960px;
  margin: 0 0 0 -480px;
  padding: 0;
}

BODY.cke_show_borders P.entryMeta,
DIV#contents P.entryMeta,
BODY.cke_show_borders P.linkBlock,
DIV#contents P.linkBlock {
  text-align: right;
}

BODY.cke_show_borders TD.buttonArea,
DIV#contents TD.buttonArea {
  border: none;
}

DIV#contents .center {
  text-align: center;
}

DIV#contents DIV#categoryInquiry DIV.entryBody .center_inqfm {
  text-align: center;
  margin: 0 auto;
  width: 660px;
}

DIV#contents .right {
  text-align: right;
}

DIV#contents DIV#social {
  margin-bottom: 20px;
  padding: 10px 0;
  line-height: 0;
}

DIV#header DIV#social {
  margin-top: 10px;
}

DIV#header DIV.socialBtn {
  float: right;
  margin-left: 5px;
}

DIV#contents DIV.socialBtn {
  float: right;
  margin-left: 5px;
}

DIV#contents A.otherEntries {
  text-decoration: none;
}

DIV#contents A.otherEntries P {
  padding: 10px;
  background-color: #F5F5F5;
  border: 1px solid #DDDDDD;
  text-align: center;
}

DIV#contents A.otherEntries P:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  text-decoration: none;
}

BODY.cke_show_borders .image-left,
DIV#contents .image-left {
  float: left;
  margin: 0 20px 20px 0;
}

BODY.cke_show_borders .image-right,
DIV#contents .image-right {
  float: right;
  margin: 0 0 20px 20px;
}

BODY.cke_show_borders .image-center,
DIV#contents .image-center {
  text-align: center;
  display: block;
  margin: 0 auto 20px;
}
/* ==================== トップページ ==================== */

BODY.topPage DIV#secondArea {
  display: none;
}

BODY.topPage DIV#main,
BODY.topPage DIV#contents {
  width: 100%;
  padding: 0;
}

.top_inner {
  width: 960px;
  margin: 0px auto;
}

DIV#contents DIV#categoryTop {}

DIV#contents DIV#categoryTop DIV.topNews {}

DIV#contents DIV#categoryTop DIV.topLatestBlog {}

DIV#contents DIV#categoryTop DIV#topContents {}

DIV#contents DIV#categoryTop DIV.topLatestBlogPhoto UL {
  margin: 0;
  padding: 0;
}

DIV#contents DIV#categoryTop DIV.topLatestBlogPhoto LI {
  float: left;
  margin: 0 20px 40px 0;
  width: 225px;
  list-style: none;
  position: relative;
  font-size: 14px; /*19/9/13 追加*/
}

DIV#contents DIV#categoryTop DIV.topLatestBlogPhoto LI.last {
  margin-right: 0px;
}

DIV#contents DIV#categoryTop DIV.topLatestBlogPhoto LI a {
  /* スマホでタップ領域がおかしくなるので調整 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  /* ie用の調整 */
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha( opacity=0 )";
}

DIV#contents DIV#categoryTop DIV.topLatestBlogPhoto LI a:hover {
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: "alpha( opacity=30 )";
}

DIV#contents DIV#categoryTop DIV.topLatestBlogPhoto DIV.topLatestBlogPhotoImage {
  height: 180px;
  position: relative;
  overflow: hidden;
  margin-bottom: 5px;
  background: #dff4f7;
}

DIV#contents DIV#categoryTop DIV.topLatestBlogPhoto DIV.topLatestBlogPhotoImage img {
  position: absolute;
  top: -100%;
  left: -100%;
  right: -100%;
  bottom: -100%;
  margin: auto;
}

DIV#contents DIV#categoryTop DIV.topLatestBlogPhoto DIV.topLatestBlogPhotoImage .noimage {
  width: 60%;
}

DIV#contents DIV#categoryTop DIV.topLatestBlogPhoto DIV.topLatestBlogPhotoTitle {
  text-align: center;
}

.top_blog_cat {
  display: inline-block;
  margin: 5px 5px 0 5px;
  padding: 0 10px;
  border: 1px solid #d8d89f;
  border-radius: 10px;
  background: #f7f7e4;
  color: #807f46;
}

.top_blog_ttl {
  display: block;
  margin: 5px 0 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: underline;
}

DIV#contents DIV#categoryTop DIV.accessText {}

DIV#contents DIV#categoryTop TABLE.accessTable {
  width: 100%;
}

DIV#contents DIV#categoryTop DIV#googleMapsArea {
  margin-bottom: 10px;
  width: 100%;
  height: 450px;
}
/* トップページH要素設定 */

BODY.topPage DIV#contents H2,
BODY.topPage DIV#contents H3,
BODY.topPage DIV#contents H4,
DIV#contents H4.h4_blue {
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo UI, Meiryo, sans-serif;
}

BODY.topPage DIV#contents H2 {
  display: block;
  overflow: hidden;
  text-align: center;
  color: #333333;
  letter-spacing: 0.05em;
  font-size: 36px;
  margin-bottom: 40px;
}

BODY.topPage DIV#contents H2 span {
  position: relative;
  display: inline-block;
  margin: 0 80px;
  padding: 0 80px;
  text-align: center;
}

BODY.topPage DIV#contents H2 span::before,
BODY.topPage DIV#contents H2 span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 2px;
  background-color: #5cb5c5;
}

BODY.topPage DIV#contents H2 span::before {
  right: 100%;
}

BODY.topPage DIV#contents H2 span::after {
  left: 100%;
}

BODY.topPage DIV#contents H3 {
  border-color: #ffffff;
  font-size: 20px;
  line-height: 130%;
  margin-bottom: 10px;
}

DIV#contents H3.top_h3_blue,
DIV#contents H4.h4_blue {
  border: none;
  background: none;
  box-shadow: none;
  margin: 0 0 30px 0 !important;
  padding: 0;
  font-size: 24px;
  color: #278596;
  line-height: 130%;
}

DIV#contents H3.top_h3_blue span,
DIV#contents H4.h4_blue span {
  font-size: 15px;
  font-weight: normal;
  line-height: 130%;
}

DIV#contents H3.top_h3_blue::before {
  display: none;
}
/* お知らせ・バナー */

#top_news {
  background: #dff4f7;
  height: 130px; /*19/9/13 変更*/
}

#afterschool_news {
  background: #FEE1E4;
}

#top_news h2,
#afterschool_news h2 {
  margin: 0 !important;
}

.top_news_inner {
  float: right;
  width: 440px;
  padding: 9px 20px 0;
}

DIV#contents .top_news_inner p {
  margin: 0;
  padding: 0;
  font-size: small; /*19/9/13 追加*/
  max-height: 100%; /*19/9/13 追加*/
  line-height: 160%; /*19/9/13 追加*/
}

.top_news_date {
  font-weight: bold;
}

.top_news_ttl {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

DIV#contents P.top_news_btn {
  text-align: right;
  margin-top: 5px;
}

DIV#contents P.top_news_btn A {
  display: inline-block;
  padding: 3px 45px;
  border-radius: 13px;
  color: #ffffff;
  background-color: #5cb5c5;
  text-decoration: none;
  font-weight: bold;
  position: relative;
}

DIV#contents P.top_news_btn.afterschool A {
  background-color: #e80344;
}

DIV#contents P.top_news_btn A::before,
DIV#contents P.top_news_btn A::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
}

DIV#contents P.top_news_btn A::before {
  background: #ffffff;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  right: 8px;
  margin-top: -6px;
}

DIV#contents P.top_news_btn A::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #5cb5c5;
  right: 11px;
  margin-top: -3px;
}

DIV#contents P.top_news_btn.afterschool A::after {
  border-style: solid;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #e80344;
}

DIV#contents P.top_news_btn A:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}
/* 使いまわし設定 */

.top_bnr_s {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.top_bnr_s li {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 0;
}

.top_bnr_s li:first-child {
  margin-left: 0;
}

#top_guide .top_bnr_s02 {
  float: right;
  margin-top: 230px;
  margin-bottom: 60px;
  width: 670px;
}

.top_bnr_s02 {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.top_bnr_block {
  width: 630px;
}

.top_bnr_block .top_bnr_s {
  margin-bottom: 10px !important;
}

.top_bnr_block .top_bnr_s li {
  width: 170px;
}

.top_bnr_txt {
  background: rgba(255, 255, 255, 0.75);
  margin: 0 0 30px;
  padding: 15px 20px;
}

.top_bnr_txt p {
  line-height: 180% !important;
}

.top_bnr_txt p:last-child {
  margin-bottom: 0 !important;
}

.top_box {
  /* border-collapse: separate;
  border-spacing: 30px 0;
  display: table; */
  clear: both;
  margin: 0 -30px;
  padding: 33px 0 0 0;
  background: url(../images/top_line.png) no-repeat center top;
}

.top_box_inner {
  /* display: table-cell; */
  width: 260px;
  padding: 10px 20px;
  background: #ffffff;
  vertical-align: top;
}

DIV#contents .top_box_inner h4 {
  background: none;
  box-shadow: none;
  border: none;
  text-align: center;
  font-size: 16px;
  line-height: 75%;
  margin-bottom: 0px;
}

.top_box_ttl_red {
  color: #c66036 !important;
}

.top_box_ttl_yellow {
  color: #ab9122 !important;
}

.top_box_ttl_green {
  color: #7ab35f !important;
}

DIV#contents .top_box_inner P {
  margin: 15px 0;
  line-height: 180%;/*19/9/13 追加*/
}

DIV#contents P.btn A.btn_red,
DIV#contents P.btn A.btn_yellow,
DIV#contents P.btn A.btn_green {
  padding: 10px 40px;
  border-radius: 20px;
  font-size: 13px;
  min-width: 100px;
  z-index: 1;
}

DIV#contents P.btn A.btn_red::before,
DIV#contents P.btn A.btn_yellow::before,
DIV#contents P.btn A.btn_green::before {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  right: 12px;
  margin-top: -6px;
}

DIV#contents P.btn A.btn_red::after,
DIV#contents P.btn A.btn_yellow::after,
DIV#contents P.btn A.btn_green::after {
  border-width: 3px 0 3px 5px;
  right: 15px;
  margin-top: -3px;
}

DIV#contents P.btn A.btn_red {
  color: #c66036;
  background-color: #f6eae6;
  border: 1px solid #e0d3ce;
}

DIV#contents P.btn A.btn_yellow {
  color: #b09939;
  background-color: #f5f2e4;
  border: 1px solid #e0ddce;
}

DIV#contents P.btn A.btn_green {
  color: #7ab35f;
  background-color: #e9f5e4;
  border: 1px solid #d4e0ce;
}

DIV#contents P.btn A.btn_red::after {
  border-color: transparent transparent transparent #c66036;
}

DIV#contents P.btn A.btn_yellow::after {
  border-color: transparent transparent transparent #ab9122;
}

DIV#contents P.btn A.btn_green::after {
  border-color: transparent transparent transparent #7fc95d;
}

DIV#contents P.btn A.btn_l {
  padding: 30px 75px;
  font-size: 23px;
  min-width: 100px;
}

DIV#contents P.btn A.btn_l::before {
  width: 22px;
  height: 22px;
  border-radius: 11px;
  right: 15px;
  margin-top: -11px;
}

DIV#contents P.btn A.btn_l::after {
  border-width: 6px 0 6px 9px;
  right: 20px;
  margin-top: -6px;
}

Div.btn_three P {
  margin: 0 !important;
}

Div.btn_three P.btn A {
  min-width: 110px !important;
  float: left;
  margin: 10px 0 0 10px;
}
/* 追加 */

DIV#contents .button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
  background-color: #D1C31A;
  /*color: #000000;*/
  font-size: 23px;
  min-width: 100px;
  border-radius: 10px;
  position: relative;
  font-weight: bold;
  padding: 15px 0;
}

DIV#contents .button A {
  color: #fff;
  text-decoration: none;
  padding: 30px 75px;
}

DIV#contents .button:hover {
  background-color: #4B8596;
}

DIV#contents .button::before,
DIV#contents .button::after {
  position: absolute;
  /*z-index: -1;*/
  display: block;
  content: '';
  top: 50%;
}

DIV#contents .button,
DIV#contents .button::before,
DIV#contents .button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

DIV#contents .button::before {
  width: 22px;
  height: 22px;
  border-radius: 11px;
  right: 15px;
  margin-top: -11px;
  /*background: #ffffff;*/
}

DIV#contents .button::after {
  border-width: 8px 0 8px 10px;
  right: 20px;
  margin-top: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
/* コンセプト */

#top_concept {
  padding: 0px 0 60px;
  text-align: center;
}

#top_concept p {
  line-height: 180% !important;
}

.top_concept_formula {
  display: inline-block;
  font-size: 48px;
  font-weight: bold;
  border: 1px solid #e6dfcf;
  border-radius: 20px;
  margin: 0 !important;
  padding: 5px 45px;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.02);
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.02);
  color: #808080;
}

.top_concept_txt01 {
  color: #333333;
}

.top_concept_txt02 {
  color: #5cb5c5;
}

.top_concept_txt03 {
  color: #b5b470;
}
/* 教育理念 */

#top_idea {
  background: url(../images/top_bg_idea.jpg) no-repeat center top;
  background-size: cover;
  padding: 60px 0;
}

#top_idea .top_bnr_l {
  float: left;
}

#top_idea .top_bnr_block {
  float: right;
}
/* プログラム */

#top_program {
  padding: 60px 0;
}

.top_program_txt {
  width: 500px;
  margin-bottom: 40px;
}

.top_program_txt .btn {
  padding-top: 20px;
}
/* 保育理念 */

#top_child {
  background: url(../images/top_bg_child.jpg) no-repeat center top;
  background-size: cover;
  padding: 60px 0;
}

#top_child .top_bnr_l {
  float: right;
}

#top_child .top_bnr_block {
  float: left;
}
/* 理事長 */

#top_president {
  padding: 60px 0;
}

.top_president_txt {
  float: right;
  width: 500px;
}
/* 入園案内 */

#top_guide {
  background: url(../images/top_bg_guide.jpg) no-repeat top center;
  padding: 60px 0;
}

#top_guide .top_bnr_l {
  float: left;
  margin-bottom: 64px;
}

#top_guide .top_bnr_s {
  float: right;
  margin-top: 195px;
  margin-bottom: 64px;
}
/* CGKブログ */

#top_blog {
  width: 960px;
  margin: 0 auto;
  padding: 60px 0 0 0;
}

DIV#contents DIV.entryBody .img_box p {
  margin-bottom: 0px; /*19/9/13 追加*/
}
/* ==================== 企業情報 ==================== */

DIV#contents DIV#categoryCompany {}

DIV#contents DIV#categoryCompany DIV.accessText {}

DIV#contents DIV#categoryCompany TABLE.accessTable {
  width: 100%;
}

DIV#contents DIV#categoryCompany DIV#googleMapsArea {
  margin-bottom: 10px;
  width: 100%;
  height: 450px;
}
/* ==================== プライバシーポリシー ==================== */

DIV#contents DIV#categoryPrivacyPolicy {}
/* ==================== サイトマップ ==================== */

DIV#contents DIV#categorySitemap {}

DIV#contents DIV#categorySitemap h4 {
  display: table;
  border: none;
  box-shadow: none;
  background: none;
  padding: 10px 0 0 0;
  color: #000000;
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 30px;
}
/* ==================== お問い合せ ==================== */

DIV#contents DIV#categoryInquiry {}

DIV#contents DIV#categoryInquiry TH {
  width: 30%;
}

DIV#contents DIV#categoryInquiry .formErrorBg {
  background-color: #FFDDDD;
}

DIV#contents DIV#categoryInquiry #cancelBtn {
  margin-right: 10px;
}

DIV#contents DIV#categoryInquiry #mainErrorMsg .caution {
  display: block;
  margin-bottom: 10px;
}

#confirmBtn input,
#cancelBtn input,
#submitBtn input {
  background: #278596;
  color: #fff;
  border: none;
  font-size: medium;
  text-align: center;
  padding: 10px 60px;
  border-radius: 10px;
  cursor: pointer;
}
/* ----- 入園案内 ----- */

DIV#contents ul.admission_anchor {
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 1;
  text-align: center;
}

DIV#contents ul.admission_anchor li {
  display: inline-block;
  margin: 0 10px;
  padding: 0;
}

.admission_greeting {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
  padding: 30px 30px 30px 480px;
}

.admission_greeting img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  margin: auto;
  width: 100%;
  height: 100%;
}

.greeting_inner {
  background: rgba(255, 255, 255, 0.75);
  padding: 20px 20px 0px 20px;
  overflow: hidden;
}

.admission_bnr {
  width: 160px;
}

.admission_flow {}

.flow_inner {
  border: 1px solid #e6dfcf;
  border-radius: 10px;
  margin: 0 0 40px 0;
  padding: 19px;
  position: relative;
}

.flow_inner::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin: 0 0 0 -60px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 60px 0 60px;
  border-color: #e6dfcf transparent transparent transparent;
}

.flow_inner:last-child {
  overflow: hidden;
}

.flow_inner h4 {
  float: left;
  width: 280px;
  margin: 0 !important;
  color: #b5b470 !important;
}

.flow_inner p {
  float: right: width: 620px;
  margin: 0 !important;
}

DIV#contents .price_table th {
  width: auto !important;
  text-align: center;
  font-size: 11px;
  padding: 5px;
}

DIV#contents .price_table td {
  width: 22%;
  text-align: center;
  padding: 5px;
}
/* ==================== カスタムページ ==================== */

DIV#contents DIV#categoryCustom {}
/* ==================== フリーページ ==================== */

DIV#contents DIV#categoryFree {}

DIV#contents H3.h3_line {
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo UI, Meiryo, sans-serif;
  display: block;
  overflow: hidden;
  text-align: center;
  color: #333333;
  letter-spacing: 0.05em;
  font-size: 36px;
  margin-bottom: 40px;
  line-height: 100%;
  border: none;
}

body.afterschool DIV#contents H3.h3_line {
  color: #7c8a96;
}

DIV#contents H3.h3_line span {
  position: relative;
  display: inline-block;
  margin: 0 80px;
  padding: 0 80px;
  text-align: center;
  line-height: 1.4em;
}

DIV#contents H3.h3_line span::before,
DIV#contents H3.h3_line span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 2px;
  background-color: #5cb5c5;
}

body.afterschool DIV#contents H3.h3_line span::before,
body.afterschool DIV#contents H3.h3_line span::after {
  background-color: #e80344;
}

DIV#contents H3.h3_line span::before {
  right: 100%;
}

DIV#contents H3.h3_line span::after {
  left: 100%;
}

.img_box {
  background: #f5f2eb;
  padding: 20px;
  margin: 0 0 30px 0;
}

.img_box img {
  border-radius: 10px;
  border: 3px solid #ffffff;
}
/* ----- CGKについて ----- */

.under_box {
  /*border-collapse: separate;
border-spacing: 30px 0;
display: table;*/
  clear: both;
  margin: 0 -30px;
  padding: 0 0 33px 0;
}

.under_boxline {
  background: url(/cmn/images/top_line.png) no-repeat center bottom;
  display: block;
  height: 4px;
}

.under_box_inner {
  /*display: table-cell;
width: 260px;*/
  padding: 0 19px;
  background: #ffffff;
  vertical-align: top;
  border: 1px solid #e6dfcf;
}

DIV#contents .under_box_inner h4 {
  background: none;
  box-shadow: none;
  border: none;
  text-align: center;
  font-size: 18px;
  line-height: 167%;
  margin-bottom: 0px;
  /*width: 143px;*/
  width: 163px; /*19/9/13 変更*/
}

.under_box .col-lg-4 .under_box_inner h4 {
  margin: 0 auto;
}

DIV#contents .under_box_inner p {
  margin: 15px 0;
  line-height: 180%; /*19/9/13 追加*/
}

.under_bnr_txt {
  border: 1px solid #e6dfcf;
  margin: 0 0 30px;
  padding: 15px 20px;
}

.under_bnr_txt p {
  /*line-height: 200% !important;*/
  line-height: 180% !important; /*19/9/13 変更*/
}

.under_bnr_txt p:last-child {
  margin-bottom: 0 !important;
}
/* ----- 教育理念・保育理念 ----- */

.under_bnr {
  padding: 33px 0 0 0;
  margin: 0 0 20px 0;
  background: url(../images/top_line.png) no-repeat center top;
}

.under_bnr>div {
  border: 1px solid #e6dfcf;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 460px;
}

.under_bnr a {
  display: block;
  padding: 19px;
}

.under_bnr img {
  height: 200px;
}

.under_bnr_education {
  float: left;
  text-align: left;
  background-image: url(../images/under_bnr_education.jpg);
}

.under_bnr_concept {
  float: right;
  text-align: right;
  background-image: url(../images/under_bnr_concept.jpg);
}
/* ----- 園概要・アクセス ----- */

#access_floor {
  position: relative;
  width: 900px;
  margin: 0 auto;
}

#access_floor ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#access_floor li {
  margin: 0;
  padding: 0;
  position: absolute;
  line-height: 100% !important;
  font-weight: bold;
  font-size: 14px; /*19/9/13 追加*/
}

#access_floor a {
  text-decoration: none;
}

#access_floor a:hover {
  color: #a6a658;
}

.floor_name {
  display: block;
  color: #ffffff;
  font-size: 30px;
  text-align: center;
  background: #60b5c6;
  /*width: 40px; 
  height: 40px;*/
  width: 38px; /*19/9/13 変更*/
  height: 38px; /*19/9/13 変更*/
  line-height: 40px;
  border: 5px solid #ffffff;
  border-radius: 25px;
  text-align: center;
  margin-bottom: 5px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

a:hover .floor_name {
  background: #a6a658;
}

.floor_a {
  top: 265px;
  left: 505px;
}

.floor_b {
  top: 265px;
  left: 275px;
}

.floor_bv1 {
  left: 190px;
  top: 265px;
}

.floor_bv2 {
  left: 360px;
  top: 265px;
}

.floor_c {
  top: 265px;
  left: 625px;
}

.floor_d {
  top: 115px;
  left: 775px;
}

.floor_e {
  top: 45px;
  left: 815px;
}

.floor_f {
  top: 95px;
  left: 615px;
}

.floor_g {
  top: 95px;
  left: 230px;
}

.floor_h {
  top: 10px;
  left: 760px;
}

.floor_i {
  top: 435px;
  left: 685px;
}
/* ==================== デュプリケートページ ==================== */

DIV#contents DIV#categoryDuplicate {}
/* ==================== ブログページ ==================== */

DIV#contents DIV#categoryBlog {}

.blog_thumb {
  position: relative;
}

.blog_thumb a {
  /* スマホでタップ領域がおかしくなるので調整 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  /* ie用の調整 */
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha( opacity=0 )";
}

.blog_thumb a:hover {
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: "alpha( opacity=30 )";
}

.blog_thumb_img {
  height: 180px;
  position: relative;
  overflow: hidden;
  margin-bottom: 5px;
  background: #dff4f7;
}

.blog_thumb_img img {
  position: absolute;
  top: -100%;
  left: -100%;
  right: -100%;
  bottom: -100%;
  margin: auto;
}

.blog_thumb_img .noimage {
  width: 60%;
}

.blog_thumb_ttl {
  text-align: center;
  margin-bottom: 30px;
  font-size: small;
  line-height: 150%;
}
/* ==================== お買い物ページ ==================== */

DIV#contents DIV#categoryShop {}

DIV#contents DIV#categoryShop DIV.shopSubImg {
  margin-bottom: 15px;
}

DIV#contents DIV#categoryShop DIV.shopMainImg IMG {
  margin-bottom: 15px;
}

DIV#contents DIV#categoryShop DIV.shopSubImg IMG {
  margin: 3px;
}
/* ==================== 事例集ページ ==================== */

DIV#contents DIV#categoryCase {}
/* トップページ ・ デザインコンセプト */

DIV#contents DIV.caseDesignEntry {}

DIV#contents IMG.caseDesignEntryImg {
  float: left;
  margin-bottom: 10px;
}

DIV#contents DIV.caseDesignEntryText {
  float: right;
  width: 440px;
}

DIV#contents P.caseDesignEntryLink {
  text-align: right;
}
/* デザインコンセプト */

DIV#contents DIV#categoryCase DIV.caseDesignGallary {
  margin-bottom: 8px;
}

DIV#contents DIV#categoryCase DIV.caseDesignGallary IMG {
  margin: 0px 7px 7px 0px;
}
/* ==================== 事例集（施工前後）ページ ==================== */

DIV#contents DIV#categoryCaseBA {}
/* { パターン1 一覧ページ表示 */

DIV#contents DIV.caseBADesignEntry {}

DIV#contents IMG.caseBADesignEntryImg {
  float: left;
  margin-bottom: 10px;
}

DIV#contents DIV.caseBADesignEntryText {
  margin-left: 270px;
}

DIV#contents P.caseBADesignEntryLink {
  text-align: right;
}
/* パターン1 一覧ページ表示 } */
/* { パターン3 一覧ページ表示
DIV#contents DIV.caseBADesignEntry{}
DIV#contents IMG.caseBADesignEntryImg{
float:left;
margin-bottom:10px;
}
DIV#contents DIV.caseBADesignEntryText{
margin-left:170px;
}
DIV#contents P.caseBADesignEntryLink{
text-align:right;
}
パターン3 一覧ページ表示 } */
/* { パターン1詳細表示・パターン2一覧ページ＆詳細表示 */

DIV#ctable_ba {
  background-color: #e9e9e9;
  margin-bottom: 20px;
}

DIV#ctable_ba TABLE {
  width: 100%;
  padding: 0px;
  margin: 0px;
}

DIV#ctable_ba TABLE TD {
  padding: 0px;
  border: none;
  text-align: center;
}

DIV#ctable_ba TABLE TD.photo {
  padding: 10px;
}

DIV#ctable_ba TABLE TD.text {
  padding: 0px 10px 10px 10px;
}

DIV#ctable_ba2 {
  width: 100%;
  background-color: #e9e9e9;
  text-align: center;
  padding: 10px;
  margin-bottom: 20px;
  font-size: small;
}

DIV#ctable_ba2 img {
  margin-bottom: 10px;
}
/* パターン1詳細表示・パターン2一覧ページ＆詳細表示 } */
/* { パターン3 詳細表示
DIV#contents DIV.caseMainPhoto{
background-image:url(../images/gallery_mainbg.gif);
background-position:top left;
background-repeat:repeat;
background-color:#e9e9e9;
padding:9px;
text-align:center;
margin-bottom:30px;
}
DIV#contents DIV.caseMainPhoto IMG{
border:1px solid #ffffff;
}
パターン3 詳細表示 } */
/* 全パターン共通 */

DIV#contents DIV#categoryCaseBA {
  margin-bottom: 30px;
}

DIV#contents DIV#categoryCaseBA DIV.caseDesignGallary {
  margin-bottom: 8px;
}

DIV#contents DIV#categoryCaseBA DIV.caseDesignGallary DIV {
  padding: 0px 5px 5px 0px;
  float: left;
  width: 137px;
  height: 137px;
}

DIV#contents DIV#categoryCaseBA DIV.caseDesignGallary A {
  width: 135px;
  height: 135px;
  display: block;
  border: 1px solid #cccccc;
  background-color: #FFFFFF;
}

DIV#contents DIV#categoryCaseBA DIV.caseDesignGallary span {
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  height: 135px;
  width: 135px;
}
/* ==================== ギャラリー & ギャラリーライトボックス & スタッフ ページ ==================== */

.galleryCatContainerWrap,
.staffCatContainerWrap,
.galleryLightCatContainerWrap {
  margin-left: -10px;
  margin-right: -10px;
}

DIV#contents DIV.galleryCatContainer,
DIV#contents DIV.staffCatContainer,
DIV#contents DIV.galleryLightCatContainer {
  padding-right: 10px;
  padding-left: 10px;
}

DIV#contents P.galleryListContainer,
DIV#contents P.staffListContainer {
  position: relative;
}

DIV#contents P.galleryListContainer_light {
  margin-bottom: 5px;
  position: relative;
}

DIV#contents DIV.galleryCatContainer H3,
DIV#contents DIV.staffCatContainer H3 {}

DIV#contents P.galleryListContainer A,
DIV#contents P.staffListContainer A,
DIV#contents P.galleryListContainer_light A.galleryListImgContainer_lightA {
  /* スマホでタップ領域がおかしくなるので調整 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  /* ie用の調整 */
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha( opacity=0 )";
}

DIV#contents P.galleryListContainer A:hover,
DIV#contents P.galleryListContainer_light a:hover,
DIV#contents P.staffListContainer A:hover {
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: "alpha( opacity=30 )";
}

DIV#contents P.galleryListContainer A,
DIV#contents P.galleryListContainer A:visited,
DIV#contents P.galleryListContainer_light A.galleryListImgContainer_lightA,
DIV#contents P.galleryListContainer_light A.galleryListImgContainer_lightA:visited,
DIV#contents P.staffListContainer A,
DIV#contents P.staffListContainer A:visited {
  text-decoration: none;
}

DIV#contents P.galleryListContainer_light SPAN.galleryListContainer_lightSocialLink {
  display: block;
  text-align: left;
  margin: 5px 0 0;
}

DIV#contents .galleryListImgContainer,
DIV#contents .staffListImgContainer,
DIV#contents .galleryListImgContainer_light {
  background: #dddddd;
  height: 220px;
  margin-top: 1em;
  position: relative;
  overflow: hidden;
  display: block;
}

DIV#contents .galleryListImgContainer img,
DIV#contents .staffListImgContainer img,
DIV#contents .galleryListImgContainer_light img {
  position: absolute;
  top: -100%;
  left: -100%;
  right: -100%;
  bottom: -100%;
  margin: auto;
}

DIV#contents .galleryListImgContainer .noimage,
DIV#contents .staffListImgContainer .noimage,
DIV#contents .galleryListImgContainer_light .noimage {
  width: 80%;
}

DIV#contents SPAN.galleryListh4Container {
  display: block;
  font-size: small;
  line-height: 150%;
  margin: 5px 0 0;
}

DIV#contents SPAN.galleryListh4Container_text {
  display: block;
  font-size: x-small;
  line-height: 150%;
  margin: 5px 0 0;
}

DIV#contents SPAN.galleryListTitleContainer,
DIV#contents SPAN.staffListTitleContainer {
  padding-top: 8px;
  display: block;
}

DIV#contents DIV.galleryCatContainer SPAN.galleryListTitleContainer,
DIV#contents DIV.staffCatContainer SPAN.staffListTitleContainer {}

DIV#contents DIV#galleryImageAndText,
DIV#contents DIV#staffImageAndText {
  margin-bottom: 15px;
}

DIV#contents DIV.galleryThumb {
  margin-left: -2px;
  margin-right: -2px;
  margin-bottom: 5px;
}

DIV#contents DIV.galleryThumb .galleryThumbCont {
  width: 12.5%;
  min-height: 1px;
  float: left;
  padding-left: 2px;
  padding-right: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

DIV#contents DIV.galleryThumb .gallery_thumb_cont_inner {
  position: relative;
  overflow: hidden;
  height: 44px;
}

DIV#contents DIV.galleryThumb img {
  position: absolute;
  top: -100%;
  left: -100%;
  right: -100%;
  bottom: -100%;
  margin: auto;
}

DIV#contents DIV.galleryThumb .galleryThumbCont A {
  /*スマホでタップ領域がおかしくなるので調整*/
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  /*ie用の調整*/
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha( opacity=0 )";
}

DIV#contents DIV.galleryThumb .galleryThumbCont A:hover {
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: "alpha( opacity=30 )";
}

DIV#contents DIV#galleryImage,
DIV#contents DIV#staffImage {
  float: left;
  width: 54%;
}

DIV#contents DIV#galleryMainImage,
DIV#contents DIV#galleryMainImageFade,
DIV#contents DIV#staffMainImage {
  margin-bottom: 10px;
}

DIV#contents DIV#galleryMainImage {
  display: none;
}

DIV#contents DIV#galleryText,
DIV#contents DIV#staffText {
  float: right;
  width: 43%;
}

DIV#contents TABLE.galleryDetail,
DIV#contents TABLE.staffDetail {
  width: 100%;
}

DIV#contents TABLE.galleryDetail TH,
DIV#contents TABLE.galleryDetail TD,
DIV#contents TABLE.staffDetail TH,
DIV#contents TABLE.staffDetail TD {
  border-left: none;
  border-right: none;
}

DIV#contents TABLE.galleryDetail TH,
DIV#contents TABLE.staffDetail TH,
DIV#contents TABLE.galleryDetail SPAN.galleryTabletitle,
DIV#contents TABLE.staffDetail SPAN.staffTabletitle {
  background: none;
  font-weight: bold;
  width: 38%;
}

DIV#contents TABLE.galleryDetail TD,
DIV#contents TABLE.staffDetail TD {}

DIV#contents DEL.galleryTypeDel {
  text-decoration: none;
  color: #CCCCCC;
}

DIV#contents TABLE.galleryDetail TD img {}
/* 2,3,4,5,6,8カラム以外*/

DIV#contents .col-lg-galleryColumn,
DIV#contents .col-lg-staffColumn,
DIV#contents .col-lg-galleryLightColumn {
  float: left;
  position: relative;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* カテゴリリスト */

DIV#contents ul.categoryList {
  padding: 0;
}

.categoryList li {
  list-style: outside none none;
  display: inline-block;
}

.categoryList .normal {
  border: #cccccc solid 1px;
  margin-bottom: 10px;
  background: #cccccc;
  text-decoration: none;
  margin: 0px 5px 10px 0px;
  padding: 3px 10px;
  display: inline-block;
}

.categoryList li a {
  border: #ccc solid 1px;
  margin-bottom: 10px;
  background: #f4f4f4;
  text-decoration: none;
  margin: 0px 5px 10px 0px;
  padding: 3px 10px;
  display: inline-block;
}

.categoryList li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}
/* ==================== フォトギャラリー ページ ==================== */
/* ===== サイドカラムを使用しない場合 ===== */
/* コンテンツの最大幅 */

BODY.photoDetail DIV#contents {
  width: 960px;
}

BODY.photoDetail DIV#contents H2 {
  background-image: url(../images/h2_bg_nocolumn.gif);
}

BODY.photoDetail DIV#contents H3 {
  background-image: url(../images/h3_bg_nocolumn.gif);
}

BODY.photoDetail DIV#contents DIV#gallery DIV#controls {
  font-size: small;
}
/* メイン画像表示枠の幅 */

BODY.photoDetail DIV#contents DIV.content,
BODY.photoDetail DIV#contents DIV.loader,
BODY.photoDetail DIV#contents DIV.slideshow a.advance-link,
BODY.photoDetail DIV#contents SPAN.image-caption {
  width: 450px;
}
/* メイン画像表示枠の高さ */

BODY.photoDetail DIV#contents DIV.slideshow-container,
BODY.photoDetail DIV#contents DIV.loader,
BODY.photoDetail DIV#contents DIV.slideshow a.advance-link {
  height: 450px;
}

BODY.photoDetail DIV#contents DIV.slideshow a.advance-link {
  line-height: 450px;
}
/* サムネイルサイズ */

BODY.photoDetail DIV#contents a.thumb {
  width: 87px;
  height: 87px;
}

BODY.photoDetail DIV#contents ul.thumbs li a.thumb {
  border: 1px solid #CCCCCC;
}

BODY.photoDetail DIV#contents ul.thumbs li.selected a.thumb {
  border: 1px solid #999999;
}
/* ==================== クーポン ページ ==================== */

.coupon_waku {
  border: 1px solid #666666;
  background-color: #e8e8e8;
  width: 100%;
  margin: 0 auto 10px auto;
}

.coupon_menu {
  width: 40%;
  float: left;
}

div#contents H3.coupon_title {
  font-weight: bold;
  color: red;
  text-align: left;
  letter-spacing: 1px;
  line-height: 110%;
  padding: 15px;
  background: none;
}

.coupon_detail {
  float: right;
  background-color: white;
  width: 60%;
  text-align: left;
  font-size: 12px;
  padding-bottom: 10px;
}

.coupon_detail DL {
  display: block;
  margin: 10px;
}

.coupon_detail DT,
.coupon_detail DD {
  display: block;
}

.coupon_detail DT {
  float: left;
  width: 27%;
}

.coupon_detail DD {
  float: right;
  width: 73%;
}

.coupon_input {
  background-color: white;
  border-top: 1px solid #eeeeee;
  padding: 10px;
}

div#contents TABLE.coupon_inp_tbl {
  width: 100%;
  border-collapse: collapse;
  background-color: white;
}

div#contents TABLE.coupon_inp_tbl TD,
div#contents TABLE.coupon_inp_tbl TH {
  border: none;
  border-bottom: 1px solid black;
}
/* ==================== フリー2 ページ ==================== */

.free2_imgR {
  float: right;
  width: 240px;
  margin-left: 10px;
  margin-bottom: 10px;
}

.free2_imgL {
  float: left;
  width: 240px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.free2_txt_s {
  width: 305px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.free2_txt {}

.free2_sub_img {
  background-color: #efefef;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
}

.free2_sub_img img {
  border: 2px solid #eeeeee;
  margin: 0 2px;
  height: 60px;
}

img {
  -ms-interpolation-mode: bicubic;
}

/* ==================== Q&A ==================== */
DIV#contents DIV.qa H3 {
  padding: 4px 0px 4px 30px;
  background-image: url(/qa/images/q_bg.png);
  background-repeat: no-repeat;
  background-position: left top;
}

DIV#contents DIV.qa H3:hover {
  text-decoration: underline;
}

DIV#contents DIV.qa DIV.entryBody {
  margin: 0px 0 20px 0;
  padding: 6px 0px 15px 30px;
  background-image: url(/qa/images/a_bg.png);
  background-repeat: no-repeat;
  background-position: left top;
  border-bottom: 1px dashed #CCCCCC;
  background-color: none;
}

DIV#contents DIV.qa DIV#contents DIV.qa DIV.qaLast {
  border: none;
}

DIV#contents DIV.qaSub {
  margin-left: 15px;
}

DIV#contents DIV.qa label {
  display: block;
  margin: 0;
}

DIV#contents DIV.qa input[type="checkbox"].on_off {
  display: none;
}

DIV#contents DIV.qa input[type="checkbox"].on_off+DIV.entryBody {
  display: none;
}

DIV#contents DIV.qa input[type="checkbox"].on_off:checked+DIV.entryBody {
  display: block;
}

/* ==================== お客様の声 ==================== */
DIV#contents DIV.imgAndTextImg {
  float: left;
  width: 250px;
  padding: 10px;
  background-color: #F5F5F5;
}

DIV#contents DIV.imgAndTextImg IMG {
  margin-bottom: 5px;
}

DIV#contents DIV.imgAndTextText {
  float: right;
  width: 415px;
}

/* ==================== facebook/twitter ==================== */
DIV#tabSwitchContents {
  margin: 0px;
  padding: 5px;
  min-height: 300px;
  background-color: #F5F5F5;
}

SPAN.tabSwitchOn,
SPAN.tabSwitchOff {
  display: block;
  float: left;
  margin: 0px 5px 0px 0px;
  padding: 10px 10px 10px 10px;
  width: 80px;
  height: 14px;
  background-image: url(../images/social_tab.png);
  background-repeat: no-repeat;
  background-position: top-left;
  font-size: 13px;
  font-weight: bold;
}

SPAN.tabSwitchOn {
  cursor: auto;
  color: #FFFFFF;
}

SPAN.tabSwitchOff {
  cursor: pointer;
  text-decoration: underline;
  color: #99EEEE;
}

/* ==================== スマートフォンへのリンク ==================== */
DIV.linkToSmartPhone P {
  margin: 0px;
  padding: 10px;
  background-color: #3399ff;
  text-align: center;
  font-weight: bold;
  font-size: x-large;
  color: #FFFFFF;
}

/* ==================== Safari 5.1 以降で lightbox の next ボタンの不具合を修正 ==================== */
#lightbox IMG {
  vertical-align: middle;
}

/* ==================== clearfix ==================== */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}
/*IE6,7対策 （haslayout対策）*/
.cf {
  *zoom: 1;
}

/* ==================== grid ==================== */
.col-lg-1,
.col-lg-1_5,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2-4,
.col-lg-1-5 {
  float: left;
  position: relative;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.col-lg-12 {
  width: 100%;
}

.col-lg-11 {
  width: 91.66666667%;
}

.col-lg-10 {
  width: 83.33333333%;
}

.col-lg-9 {
  width: 75%;
}

.col-lg-8 {
  width: 66.66666667%;
}

.col-lg-7 {
  width: 58.33333333%;
}

.col-lg-6 {
  width: 50%;
}

.col-lg-5 {
  width: 41.66666667%;
}

.col-lg-4 {
  width: 33.33333333%;
}

.col-lg-3 {
  width: 25%;
}

.col-lg-2 {
  width: 16.66666667%;
}

.col-lg-1_5 {
  width: 14.27%;
}

.col-lg-1 {
  width: 8.33333333%;
}
/*5カラム*/
.col-lg-2-4 {
  width: 20%;
}
/*8カラム*/

.col-lg-1-5 {
  width: 12.5%;
}

.col-lg-pull-11 {
  right: 91.66666667%;
}

.col-lg-pull-10 {
  right: 83.33333333%;
}

.col-lg-pull-9 {
  right: 75%;
}

.col-lg-pull-8 {
  right: 66.66666667%;
}

.col-lg-pull-7 {
  right: 58.33333333%;
}

.col-lg-pull-6 {
  right: 50%;
}

.col-lg-pull-5 {
  right: 41.66666667%;
}

.col-lg-pull-4 {
  right: 33.33333333%;
}

.col-lg-pull-3 {
  right: 25%;
}

.col-lg-pull-2 {
  right: 16.66666667%;
}

.col-lg-pull-1 {
  right: 8.33333333%;
}

.col-lg-pull-0 {
  right: auto;
}
/*5カラム*/

.col-lg-pull-2-4 {
  right: 20%;
}
/*8カラム*/

.col-lg-pull-1-5 {
  right: 12.5%;
}

.col-lg-push-12 {
  left: 100%;
}

.col-lg-push-11 {
  left: 91.66666667%;
}

.col-lg-push-10 {
  left: 83.33333333%;
}

.col-lg-push-9 {
  left: 75%;
}

.col-lg-push-8 {
  left: 66.66666667%;
}

.col-lg-push-7 {
  left: 58.33333333%;
}

.col-lg-push-6 {
  left: 50%;
}

.col-lg-push-5 {
  left: 41.66666667%;
}

.col-lg-push-4 {
  left: 33.33333333%;
}

.col-lg-push-3 {
  left: 25%;
}

.col-lg-push-2 {
  left: 16.66666667%;
}

.col-lg-push-1 {
  left: 8.33333333%;
}

.col-lg-push-0 {
  left: auto;
}
/*5カラム*/
.col-lg-push-2-4 {
  left: 20%;
}
/*8カラム*/
.col-lg-push-1-5 {
  left: 12.5%;
}

.col-lg-offset-12 {
  margin-left: 100%;
}

.col-lg-offset-11 {
  margin-left: 91.66666667%;
}

.col-lg-offset-10 {
  margin-left: 83.33333333%;
}

.col-lg-offset-9 {
  margin-left: 75%;
}

.col-lg-offset-8 {
  margin-left: 66.66666667%;
}

.col-lg-offset-7 {
  margin-left: 58.33333333%;
}

.col-lg-offset-6 {
  margin-left: 50%;
}

.col-lg-offset-5 {
  margin-left: 41.66666667%;
}

.col-lg-offset-4 {
  margin-left: 33.33333333%;
}

.col-lg-offset-3 {
  margin-left: 25%;
}

.col-lg-offset-2 {
  margin-left: 16.66666667%;
}

.col-lg-offset-1 {
  margin-left: 8.33333333%;
}

.col-lg-offset-0 {
  margin-left: 0;
}
/*5カラム*/
.col-lg-offset-2-4 {
  margin-left: 20%;
}
/*8カラム*/
.col-lg-offset-1-5 {
  margin-left: 12.5%;
}

/* ==================== 余白 ==================== */
.row-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.row-0>div {
  padding-right: 0px;
  padding-left: 0px;
}

.row-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.row-10>div {
  padding-right: 5px;
  padding-left: 5px;
}

.row-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.row-20>div {
  padding-right: 10px;
  padding-left: 10px;
}

.row-30 {
  margin-left: -15px;
  margin-right: -15px;
}

.row-30>div {
  padding-right: 15px;
  padding-left: 15px;
}

.row-40 {
  margin-left: -20px;
  margin-right: -20px;
}

.row-40>div {
  padding-right: 20px;
  padding-left: 20px;
}

/* ==================== レイアウト ==================== */
/* ------ margin ------ */
.mtA {
  margin: 0 auto !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt3 {
  margin-top: 3px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt13 {
  margin-top: 13px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt18 {
  margin-top: 18px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb3 {
  margin-bottom: 3px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb13 {
  margin-bottom: 13px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb18 {
  margin-bottom: 18px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}
/* ------ テキスト系 ------ */

.ta_c {
  text-align: center !important;
}

.ta_l {
  text-align: left !important;
}

.ta_r {
  text-align: right !important;
}

.fw_n {
  font-weight: normal !important;
}

.fw_b {
  font-weight: bold !important;
}

.large {
  font-size: 1.2em !important;
  line-height: 2em !important;
}

.lh_2 {
  /*line-height: 2em !important;*/
  line-height: 180% !important; /*19/09/13変更*/
}

.ls_1 {
  letter-spacing: 1px !important
}

.ls_2 {
  letter-spacing: 2px !important
}

/* ==================== 追加 ==================== */
.fl {
  float: left;
}

.fr {
  float: right;
}

DIV#contents DIV.entryBody P,
DIV#contents DIV.entryMore P {
  margin-bottom: 20px;
}

DIV#contents DIV#categoryBlog DIV.entryBody P,
DIV#contents DIV#categoryBlog DIV.entryMore P {
  margin-bottom: 0px;
}

DIV#contents IMG.imgl {
  float: left;
  margin: 0px 20px 20px 0px;
}

DIV#contents IMG.imgr {
  float: right;
  margin: 0px 0px 20px 20px;
}

DIV#contents UL.list_point {
  margin: 0px 0px 20px 0px;
  padding: 0px;
}

DIV#contents UL.list_point LI {
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 10px 25px;
  list-style: none;
  background: url(../images/li_bg.png) no-repeat 10px 7px;
  border-bottom: 1px solid #dddddd;
}

DIV#contents P.btn,
DIV#contents P.btn02 {}

DIV#contents P.btn A {
  display: inline-block;
  padding: 15px 35px;
  border-radius: 10px;
  color: #ffffff;
  background-color: #278596;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  min-width: 230px;
  text-align: center;
  position: relative;
}

DIV#contents P.btn A::before,
DIV#contents P.btn A::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
}

DIV#contents P.btn A::before {
  background: #ffffff;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  right: 10px;
  margin-top: -7px;
}

DIV#contents P.btn A::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #278596;
  right: 13px;
  margin-top: -4px;
}

DIV#contents P.btn A:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

DIV#contents P.btn02 A {
  display: inline-block;
  padding: 12px 36px;
  border-radius: 10px;
  color: #ffffff;
  background-color: #278596;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  min-width: 140px;
  text-align: center;
  position: relative;
}

DIV#contents P.btn02 A::before,
DIV#contents P.btn02 A::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
}

DIV#contents P.btn02 A::before {
  background: #ffffff;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  right: 10px;
  margin-top: -7px;
}

DIV#contents P.btn02 A::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #278596;
  right: 13px;
  margin-top: -4px;
}

DIV#contents P.btn02 A:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

DIV#contents H2.nodeco,
DIV#contents H3.nodeco,
DIV#contents H4.nodeco {
  background: none;
  border: none;
  padding: 0;
}

DIV#contents H2.nodeco::before,
DIV#contents H3.nodeco::before,
DIV#contents H4.nodeco::before,
DIV#contents H2.nodeco::after,
DIV#contents H3.nodeco::after,
DIV#contents H4.nodeco::after {
  display: none;
}

DIV#contents DIV.entryBody img,
DIV#contents DIV.entryMore img {
  max-width: 100%;
  height: auto;
}

.iframebox {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}

.iframebox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

DIV#contents .attention_text {
  border: 1px #aba69a dashed;
  padding: 20px;
  margin-bottom: 20px;
}

DIV#contents .dance_lesson_list {
  font-weight: bold;
  border: 1px solid #e6dfcf;
  border-radius: 20px;
  margin: 0 0 20px 0 !important;
  padding: 10px 10px;
}

DIV#contents .dance_lesson_list li {
  display: inline;
  font-size: 20px;
  font-weight: bold;
  margin-right: 40px;
}

DIV#contents .dance_lesson_list span {
  color: #b5b470;
  margin-right: 5px;
}

DIV#contents .buttonLayout {
  text-align: center;
  margin: 0 auto;
  width: 960px;
}

DIV#contents .buttonLayout {
  text-align: center;
  margin: 0 auto;
  width: 960px;
}

.buttonLayout span {
  font-size: medium;
}

/* ==================== englishページ ==================== */
body.english DIV#catchArea,
body.afterschool DIV#catchArea,
body.inquiry DIV#catchArea {
  left: 50%;
  position: absolute;
  top: 0;
  width: 1600px;
  margin-left: -800px;
  height: 550px;
}

body.english DIV#mainBg,
body.afterschool DIV#mainBg,
body.inquiry DIV#mainBg {
  overflow: hidden;
  position: relative;
}

body.english DIV#secondArea,
body.afterschool DIV#secondArea,
body.inquiry DIV#secondArea {
  display: none;
}

body.english DIV#main,
body.english DIV#contents,
body.afterschool DIV#main,
body.afterschool DIV#contents,
body.inquiry DIV#main,
body.inquiry DIV#contents {
  width: 100%;
  padding: 0;
}

.english_inner,
.afterschool_inner,
.inquiry_inner {
  width: 960px;
  margin: 0px auto;
}

body.english DIV#contents H2,
body.english DIV#contents H3,
body.english DIV#contents H4,
body.inquiry DIV#contents H2,
body.inquiry DIV#contents H3,
body.inquiry DIV#contents H4,
DIV#contents H4.h4_blue {
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo UI, Meiryo, sans-serif;
}

body.english DIV#contents H2,
body.inquiry DIV#contents H2 {
  display: block;
  overflow: hidden;
  text-align: center;
  color: #333333;
  letter-spacing: 0.05em;
  font-size: 36px;
  margin-bottom: 40px;
  line-height: 125%;
}

body.english DIV#contents H2 span,
body.inquiry DIV#contents H2 span {
  position: relative;
  display: inline-block;
  margin: 0 80px;
  padding: 0 80px;
  text-align: center;
}

body.english DIV#contents H2 span::before,
body.english DIV#contents H2 span::after,
body.inquiry DIV#contents H2 span::before,
body.inquiry DIV#contents H2 span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 2px;
  background-color: #5cb5c5;
}

body.english DIV#contents H2 span::before,
body.inquiry DIV#contents H2 span::before {
  right: 100%;
}

body.english DIV#contents H2 span::after,
body.inquiry DIV#contents H2 span::after {
  left: 100%;
}

body.english DIV#contents H3,
body.inquiry DIV#contents H3 {
  border-color: #ffffff;
  font-size: 20px;
  line-height: 130%;
  margin-bottom: 10px;
}

.en_top,
.afterschool_top {
  margin-top: 550px;
}

DIV#contents DIV.entryBody p.top_news_date,
DIV#contents DIV.entryBody p.top_news_ttl,
DIV#contents DIV.entryBody p.top_news_btn {
  margin-bottom: 0px !important;
}

.btn_set {
  margin: 0 auto;
  text-align: center;
  width: 660px;
}

#Hannah,
#Kevin,
#Ash,
#Reiko,
#Satoru,
#Yuka,
#Saeda {
  margin-top: -120px;
  padding-top: 120px;
}

.col-lg-1_5.scal img {
  margin: 10px 0;
}

h3 #lesson01,
h3 #food,
h3 #schedule,
h3 #feature,
h3 #timetable,
h3 #price,
h3 #observation,
h3 #s-info,
h3 #costs,
h3 #bus,
h3 #signup,
h4 #inquiry,
h3 #Hannah,
h3 #Kevin,
h3 #Ash,
h3 #Reiko,
h3 #Satoru,
h3 #Yuka,
h3 #Saeda,
h3 #access,
h3 #briefing {
  position: relative;
  top: -150px;
  display: inline-block;
}

/* ==================== サンデースクール ==================== */
DIV#contents DIV#categoryInquiry .table_sundayschool_01 {
  table-layout: fixed;
}

DIV#contents DIV#categoryInquiry .table_sundayschool_01 th,
DIV#contents DIV#categoryInquiry .table_sundayschool_01 td {
  text-align: center;
}

DIV#contents DIV#categoryInquiry .table_sundayschool_01 tr:nth-of-type(1) th:nth-of-type(1) {
  background-color: #f7dfd5;
}

DIV#contents DIV#categoryInquiry .table_sundayschool_01 tr:nth-of-type(1) th:nth-of-type(2) {
  background-color: #cdf2fa;
}

DIV#contents DIV#categoryInquiry .table_sundayschool_01 tr:nth-of-type(1) th:nth-of-type(3) {
  background-color: #def2d5;
}

DIV#contents DIV#categoryInquiry .table_sundayschool_01 tr:nth-of-type(1) th:nth-of-type(4) {
  background-color: #faf3d9;
}

DIV#contents DIV#categoryInquiry .table_sundayschool_02 {
  table-layout: fixed;
}

DIV#contents DIV#categoryInquiry .table_sundayschool_02 th,
DIV#contents DIV#categoryInquiry .table_sundayschool_02 td {
  border: none;
  border-bottom: 1px solid #e6dfcf;
}

DIV#contents DIV#categoryInquiry .table_sundayschool_02 tr td:last-child {
  text-align: right;
}

.sundayschool_info {
  background-color: #f7dfd5;
  padding: 10px;
  margin-bottom: 10px;
}

DIV#contents .sundayschool_info table {
  margin-bottom: 0;
}

DIV#contents DIV#categoryInquiry .sundayschool_info table th {
  background-color: transparent;
  width: 40%;
  font-weight: bold;
}

DIV#contents .sundayschool_info table th,
DIV#contents .sundayschool_info table td {
  padding: 3px 0;
  border: none;
}

.sundayschool_bring {
  background-color: #cdf2fa;
  padding: 10px;
}

DIV.top_box A,
DIV.top_box A:visited,
#top_program .under_box A,
#top_program .under_box A:visited {
  color: #333333;
  text-decoration: none;
}

#top_program .under_box A:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}
/* 19/05/24 アフタースクール(学童)  */

body.afterschool DIV#contents #customPartsCategory {
  margin: 50px auto;
  width: 960px;
}

body.afterschool DIV#contents #customPartsCategory h3 {
  border: 2px solid #e80344;
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  margin-right: 10px;
  float: left;
}

body.afterschool DIV#contents #customPartsCategory h3::last-of-type {
  margin-right: 0;
}

body.afterschool DIV#contents #customPartsCategory h3::before {
  display: none;
}

body.afterschool DIV#contents #customPartsCategory h3 a {
  text-decoration: none;
  width: 100%;
}

body.afterschool DIV#contents #customPartsCategory h3 a:hover {
  color: #e80344;
}

.bg_pink {
  background: #FEF7F8;
  padding: 50px 0;
}

.bg_grey {
  background: #ccc;
  padding: 50px 0;
}

.box_pink {
  background: #FEF7F8;
  padding: 20px;
}

.box_green {
  background: #f7fefa;
  padding: 20px;
}

.box_blue {
  background: #f7fcfe;
  padding: 20px;
}

.bg_white {
  background: #fff;
  padding: 30px;
}

.radius10 {
  border-radius: 10px;
}

.yellow {
  color: #ffd62c;
}

dl.yellow dt {
  color: #fff;
  background: #d0ad1b;
}

dl.yellow dd {
  color: #333;
  background: #ffd62c;
}

dl.green dt {
  color: #fff;
  background: #84cd60;
}

dl.green dd {
  color: #333;
  background: #b1df9a;
}

.blue {
  color: #5cb5c5;
}

dl.blue dt {
  color: #fff;
  background: #5cb5c5;
}

dl.blue dd {
  color: #333;
  background: #cdf2fa;
}

dl.box {
  margin: 10px auto;
  border-radius: 10px;
  overflow: hidden;
  width: 80%;
}

dl.box dt,
dl.box dd {
  padding: 10px;
}

.box.circle.green {
  border-radius: 40% 60% 50% 50%/50%;
}

.box.circle.yellow {
  border-radius: 50% 50% 40% 60%/50%;
}

.box.circle.blue {
  border-radius: 60% 40% 40% 60%/50%;
}

.box.circle {
  width: 100%;
}

.box.circle dt {
  padding: 20px 20px 10px;
}

.after_dl_box .matchHeight {
  min-height: 140px;
}

.box_dot {
  background: #fff;
  padding: 20px;
  position: relative;
  border: 3px solid #eec4d0;
}

.box_dot::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 20px;
  left: 20px;
  background: url(/cmn/images/afterschool_bg01.jpg) repeat;
  background-size: 32px;
  z-index: -1;
}

.bg_border {
  background: url(/cmn/images/afterschool_bg02.jpg) repeat;
  background-size: 185px;
  padding: 50px 0;
}

.pink {
  color: #e80344;
}

.marker {
  background: linear-gradient(transparent 60%, #ffd62c 60%);
}

/* ------ カラム960px中央揃え ------ */
.column_wrapper {
  margin: 0 auto;
  width: 960px;
}

/*  2019/05/24 アフタースクール用配色追加  */
body.afterschool .catch_txt_inner {
  background: rgba(254, 184, 187, 0.8);
}

body.afterschool .catch_txt_inner h2 {
  color: #e80344;
}
/* Project Work Curriculum */

.sp {
  display: none!important;
}

.afterschool #contents .curriculum_table th {
  width: 16.7%;
  text-align: center;
  font-weight: bold;
}

.afterschool #contents .curriculum_table td {
  vertical-align: top;
}

.afterschool #contents .curriculum_table .bg_white {
  background: #ffffff;
}

.afterschool #contents .curriculum_table .bg_pink {
  background: #ffd2da;
}

.afterschool #contents .curriculum_table .bg_blue {
  background: #94d2dd;
}

.afterschool #contents .curriculum_table .bg_yellow {
  background: #eede9d;
}

.afterschool #contents .curriculum_table .bg_orange {
  background: #ecae95;
}

.afterschool #contents .curriculum_table .bg_green {
  background: #b0de99;
}

/* Learning Centers */
.afterschool #contents .learn_box {
  background-image: url("/cmn/images/afterschool_table.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.afterschool #contents .learn_box .inner_box_pink {
  background: #f7dfd5;
  padding: 20px 20px 1px;
  margin: 12%;
}

.afterschool #contents .learn_box .inner_box_blue {
  background: #cdf2fa;
  padding: 20px 20px 1px;
  margin: 12%;
}

.afterschool #contents .learn_box .inner_box_yellow {
  background: #faf3d9;
  padding: 20px 20px 1px;
  margin: 12%;
}

.afterschool #contents .learn_box .inner_box_green {
  background: #def2d5;
  padding: 20px 20px 1px;
  margin: 12%;
}

/* スケジュール */
.afterschool #contents .time {
  margin-bottom: 20px;
}

.afterschool #contents .time_box {
  position: relative;
}

.afterschool #contents .time_box::before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 7%;
  background: #efeeec;
  z-index: -1;
}

.afterschool #contents .time_box h3 {
  float: left;
}

.afterschool #contents h3.time_ttl::before {
  display: none;
}

.afterschool #contents h3.time_ttl {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  padding: 10px;
  margin-right: 10px;
  min-width: 3em;
  text-align: center;
  width: 14%;
  background: #ffe3e9;
  color: #ff7193;
  border: none;
  box-sizing: border-box;
}

.afterschool #contents .time_inner {
  padding: 0 0 30px;
  float: right;
  width: 83%;
}

.afterschool #contents .time_inner h4 {
  border: none;
  background: #ff7193;
  color: #ffffff;
  padding: 10px;
}

.afterschool #contents .time_inner .time_box {
  margin-left: -10%;
}

.afterschool #contents .time_inner .time_box::before {
  height: 40%!important;
}

.afterschool #contents .time_inner .time_box .time_inner {
  padding: 0;
}

/*  2019/07/03 アフタースクールTOP追記  */
BODY.cke_show_borders H4.type1,
DIV#contents H4.type1 {
  padding: 10px 5px;
  background-image: none;
  border: none;
  text-align: center;
  box-shadow: none;
  margin-bottom: 10px;
}

BODY.cke_show_borders H4.type2,
DIV#contents H4.type2 {
  padding: 10px 5px;
  color: #ff7193;
  background-color: #ffe3e9;
  background-image: none;
  border: none;
  text-align: center;
  box-shadow: none;
  margin-bottom: 10px;
}

BODY.cke_show_borders H4.type3,
DIV#contents H4.type3 {
  background-image: none;
  background-color: #ffe3e9;
  padding: 15px 10px;
  color: #261718;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px dotted #ff7193;
  box-shadow: none;
}

#contents .pos_img {
  position: relative;
}

#contents .pos_img .pos_icon {
  position: absolute;
  left: -10px;
  bottom: -10px;
  width: 100px;
  height: auto;
}

/* アフタースクール内FAQ */
.afterschool #contents .qa h4.qa_ttl {
  background: #ffe3e9;
  text-align: left;
  padding: 12px 40px 11px 45px;
  margin-bottom: 10px;
  display: block;
  cursor: pointer;
  position: relative;
  border: none;
}

.afterschool #contents .qa h4.qa_ttl:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  text-decoration: none;
}

.afterschool #contents .qa h4.qa_ttl::before {
  position: absolute;
  content: "Q";
  color: #ff7193;
  font-size: 28px;
  top: 50%;
  margin-top: -0.5em;
  left: 10px;
  line-height: 1;
  font-weight: bold;
}

.afterschool #contents .qa h4.qa_ttl::after {
  position: absolute;
  content: "";
  right: 20px;
  top: 50%;
  margin-top: -4px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.afterschool #contents .qa h4.qa_ttl.active::after {
  border-right: none;
  border-bottom: none;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -1px;
}

.afterschool #contents .qa .entryBody {
  margin: 0px;
  padding: 5px 0px 15px 45px;
  background-repeat: no-repeat;
  background-position: 10px top;
  position: relative;
  border: none;
}

.afterschool #contents .qa .entryBody::before {
  position: absolute;
  content: "A";
  color: #ff7193;
  font-size: 28px;
  top: 3px;
  left: 12px;
  font-weight: bold;
  line-height: 1;
}

.afterschool #contents .accordion .entryBody {
  display: none;
  background: none;
}

/* 19/07/25 アフタースクール(学童)追加  */
/* グローバルナビ */
.site-header {
  top: 0;
  width: 100%;
  z-index: 99;
  height: auto;
  position: relative;
}

.site-header.hide {
  transform: translateY(-100%);
}

#globalNavi {
  background: #dff4f7;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
}

#globalNavi ul {
  width: 960px;
  margin: 20px auto;
  padding: 0;
  display: flex;
  flex-flow: row;
  justify-content: space-around;
  list-style-type: none;
}

#globalNavi .navArea {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#globalNavi .navArea:first-child {
  border-bottom: 2px solid #fff;
}

#globalNavi .inner {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

#globalNavi .inner li {
  margin: 0px;
  padding: 0px;
  display: inline;
  line-height: 150%;
  font-size: 15px;
  max-height: 100%;
  text-align: center;
  background-image: url("/cmn/images/qa.png");
  background-repeat: no-repeat;
  background-position: 20% 50%;
  background-size: 35px;
}

#globalNavi .inner a {
  text-decoration: none;
  padding: 1em 0;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  color: #000;
}

#globalNavi .inner a:hover {
  color: #60b5c6;
}

/* 固定 */
.fixed {
  position: fixed;
  top: 115px;
  padding: 0;
  width: 100%;
  left: 0;
  z-index: 999;
}

/* 通常時に、通常時の文字を表示する */
body.afterschool ul.inner li a span.jp {
  display: inline;
}
/* ホバー時は通常時の文字を非表示にする */
body.afterschool ul.inner li a:hover span.jp {
  display: none;
}
/* 通常時はホバー時の文字を非表示にする */
body.afterschool ul.inner li a span.en {
  display: none;
}
/* ホバー時に、ホバー時の文字を表示する */
body.afterschool ul.inner li a:hover span.en {
  display: inline;
}

body.afterschool DIV#contents p.afterschool_box_inner {
  line-height: 180%;
}