/*
Theme Name: Lightning Child
Theme URI: ★ 聖園幼稚園 ★
Template: lightning
Description: ★ 聖園幼稚園 ★
Author: ★ 聖園幼稚園 ★
Tags: 
Version: 0.5.1
*/

@-ms-viewport {
    width: auto;
}

/* -----------------------------------------------------------
	グローバルCSS
----------------------------------------------------------- */

:root {
	--color-main: #404b4f;
	--color-blue: #59a7ce;
	--color-blue2: #d6eef2;
	--color-blue3: #bcdadd;
	--color-blue4: #94c6d3;
	--color-yellow: #dba93b;
	--color-yellow2: #f9f0c5;
}

body,html {
    font-size: 16px;
}

body {
	font-family: "Zen Maru Gothic", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
	letter-spacing: 1px;
	color: var(--color-main);
	line-height: 1.5;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	font-weight: 500;
	background-image: url("./images/bg_gray.jpg");
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/* -----------------------------------------------------------
	リセットCSS
----------------------------------------------------------- */

ul {
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}

li {
	margin: 0;
}

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

a, .siteFooter a {
	outline:none;
	text-decoration: none;
}

a:hover, .siteFooter li>a:hover, .subSection li>a:hover {
	opacity: 0.7;
	text-decoration: none;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 1.5;
}

h3::after {
	content: none;
}

p {
	margin: 0;
	line-height: 1.7;
}

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

header.siteHeader {
	box-shadow: none;
	background-color: transparent;
	min-height: inherit;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
	max-width: inherit;
}

.col {
	padding: 0;
}

.siteContent {
	padding: 0;
}

.mainSection {
	margin-bottom: 0;
}

.admin-bar .vk-mobile-nav-menu-btn {
	display: none !important;
}

.vk-mobile-nav-menu-btn {
	display: none !important;
}

dl {
	margin: 0;
	padding: 0;
}

dl dt, dl dd {
	margin: 0;
	padding: 0;
	border: none;
}

/* -----------------------------------------------------------
	グローバルナビゲーション
----------------------------------------------------------- */

header.siteHeader {
	position: relative;
	z-index: 9999;
}

header.siteHeader .container {
	padding: 0 0 25px;
}

header .siteHeadContainer {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header .siteHeadContainer .navbar-header {
	width: 30%;
	padding: 5px 15px;
}

header .siteHeadContainer .navbar-header .logo_wrap {
	line-height: 1;
}

header .siteHeadContainer .navbar-header .logo_wrap a {
	display: block;
}

header .siteHeadContainer .head_menu {
	width: 70%;
	margin-left: auto;
	padding-right: 20px;
}

header .siteHeadContainer .head_menu .head_menu_top {
	display: flex;
    justify-content: flex-end;
	margin-bottom: 20px;
}

header .siteHeadContainer .head_menu .head_menu_top .tel_wrap {
	max-width: 170px;
	margin-right: 20px;
}

header .siteHeadContainer .head_menu .head_menu_top .tel_wrap a {
	display: block;
	margin-bottom: 5px;
}

header .siteHeadContainer .head_menu .head_menu_top .tel_wrap p {
	font-size: 12px;
	white-space: nowrap;
}

header .siteHeadContainer .head_menu .head_menu_top ul {
	display: flex;
    justify-content: space-between;
}

header .siteHeadContainer .head_menu .head_menu_top ul li:not(:last-child) {
	margin-right: 20px;
}

header .siteHeadContainer .head_menu .head_menu_top ul li a {
	position: relative;
	color: #fff;
	font-size: 14px;
	white-space: nowrap;
	padding: 13px 15px 13px 40px;
	background-color: var(--color-yellow);
	line-height: 1.4;
	display: inline-block;
	border-radius: 0 0 3px 3px;
}

header .siteHeadContainer .head_menu .head_menu_top ul li.gnav_contact a {
	background-color: var(--color-blue);
}

header .siteHeadContainer .head_menu .head_menu_top ul li a::before {
	content: "";
	display: block;
	position: absolute;
	top: 14px;
	left: 10px;
	width: 20px;
	height: 19px;
	background-image: url("./images/nav_faq.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

header .siteHeadContainer .head_menu .head_menu_top ul li.gnav_contact a::before {
	background-image: url("./images/nav_mail.svg");
}

header .gnav_wrap ul {
	margin-bottom: 0;
	display: flex;
	justify-content: flex-end;
}

header .gnav_wrap ul li {
	text-align: center;
}

header .gnav_wrap ul li:not(:first-child) {
	margin-left: 45px;
}

header .gnav_wrap ul li a {
	display: block;
	color: var(--color-main);
	font-weight: 500;
	line-height: 1;
	position: relative;
	white-space: nowrap;
}

header .gnav_wrap ul li a:hover {
	opacity: 1;
}

header .gnav_wrap ul li a::before {
	content: "";
	width: 70px;
	height: 50px;
	display: block;
	margin: 0 auto 8px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	top: 0;
	transition: all 0.1s 0s ease-in-out;
}

header .gnav_wrap ul li.gnav_home a::before {
	background-image: url("./images/nav_home.png");
}

header .gnav_wrap ul li.gnav_education a::before {
	background-image: url("./images/nav_education.png");
}

header .gnav_wrap ul li.gnav_life a::before {
	background-image: url("./images/nav_life.png");
}

header .gnav_wrap ul li.gnav_guide a::before {
	background-image: url("./images/nav_guide.png");
}

header .gnav_wrap ul li.gnav_extra_class a::before {
	background-image: url("./images/nav_extra.png");
}

header .gnav_wrap ul li.gnav_family a::before {
	background-image: url("./images/nav_oyako.png");
}

header .gnav_wrap ul li.gnav_about a::before {
	background-image: url("./images/nav_about.png");
}

header .gnav_wrap ul li.gnav_recruit a::before {
	background-image: url("./images/nav_recruit.png");
}

header .gnav_wrap ul li a:hover::before {
	top: -5px;
}

/*----- ハンバーガーメニュー ------*/

.hum_nav {
	position: relative;
    z-index: 9999;
}

#g-nav{
    position:fixed;
	z-index: -1;
	opacity: 0;
	top: 0;
	width:100%;
    height: 100vh;
	background:#fff;
	transition: all 0.3s;
	display: none;
}

#g-nav.panelactive{
	opacity: 1;
	z-index:999;
	display: block;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav .contents_wrap{
    display: none;
    /*ナビゲーション天地中央揃え*/
   position: absolute;
    z-index: 9999;
    top:110px;
    left:50%;
   transform: translateX(-50%);
	
	padding-top: 30px;
}

#g-nav.panelactive  .contents_wrap {
	display: block;
	width: 100%;
    max-width: 1100px;
	padding: 0 15px;
}

#g-nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#g-nav li{
	list-style: none;
	border-bottom: 1px dashed var(--color-blue);
	text-align: left;
	width: 100%;
}

#g-nav li a {
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
	position: relative;
	color: #333;
	padding: 10px 5px 10px 14px;
	font-size: 16px;
}

#g-nav li a::before {
	content: "";
	display: block;
	position: absolute;
	top: 19px;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8.7px;
	border-color: transparent transparent transparent var(--color-blue);
}

.hum_menu ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.hum_menu ul li {
	width: 48%;
}

.hum_menu ul li a {
	display: block;
}

.head_btn {
	display: none;
}

/*========= ボタンのためのCSS ===============*/

.head_btn {
	position:fixed;
	top:15px;
	right: 15px;
	z-index: 9998;
}

.openbtn{
	z-index: 9998;
	cursor: pointer;
    width: 70px;
    height: 70px;
	background: var(--color-blue);
	position: relative;
	border-radius: 4px;
}

.openbtn:hover {
	opacity: 0.7;
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 0;
	right: 0;
	margin: 0 auto;
    height: 2px;
    border-radius: 2px;
	background-color: #fff;
  	width: 30%;
  }

.openbtn span:nth-of-type(1) {
	top:22px;	
}

.openbtn span:nth-of-type(2) {
	top:32px;
}

.openbtn span:nth-of-type(3) {
	top:42px;
}

.openbtn.active span:nth-of-type(1) {
    top: 24px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 36px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
.openbtn::after {
	content:"MENU";
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0 auto;
	text-align: center;
}


/*モーダルを開くボタン*/
.modal-open, .modal-open2, .modal-open3, .modal-open-news {
	display: flex;
    align-items: center;
    justify-content: center;
	cursor: pointer;
	display: inline-block;
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container, .modal-container2, .modal-container3, .modal-container-news {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: rgba(0,0,0,0.9);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
	cursor: pointer;
	z-index: 9999;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before, .modal-container2:before, .modal-container3:before, .modal-container-news:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active, .modal-container2.active, .modal-container3.active, .modal-container-news.active {
	opacity: 1;
	visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 500px;
	width: 90%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close, .modal-close2{
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: -40px;
	right: -40px;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
	background: #fff;
	text-align: left;
	padding: 30px;
	cursor: auto;
}

#g-nav ul {
	display: block;
}

@media screen and (min-width: 960px) and (max-width: 1150px) {
	header .gnav_wrap ul li:not(:first-child) {
		margin-left: 30px;
	}
	
	header .gnav_wrap ul li:not(:first-child) {
		margin-left: 20px;
	}
	
	header .gnav_wrap ul li a {
		font-size: 15px;
	}
	
	header .gnav_wrap ul li a::before {
		width: 50px;
		height: 40px;
	}
}

@media screen and (min-width: 769px) and (max-width: 959px) {
	header .siteHeadContainer {
		align-items: flex-start;
	}
	
	header .gnav_wrap ul li:not(:first-child) {
		margin-left: 10px;
	}
	
	header .gnav_wrap ul li a {
		font-size: 15px;
	}
	
	header .gnav_wrap ul li a::before {
		width: 50px;
		height: 40px;
	}
	
	.hum_menu ul li {
		width: 32%;
	}
	
	#g-nav li a {
		font-weight: normal;
	}
	
	header .siteHeadContainer .head_menu .head_menu_top ul li.gnav_sitemap {
		display: none;
	}
}

@media screen and (min-width: 561px) and (max-width: 768px) {
	.head_menu, .gnav_wrap {
		display: none !important;
	}
	
	header.siteHeader .container {
		padding: 15px 0;
	}
	
	header .siteHeadContainer .navbar-header {
		width: 280px;
	}
	
	#g-nav li a {
		font-weight: normal;
	}
	
	.contact_btn_wrap {
		display: none;
	}
	
	.head_search {
		display: flex;
	}
	
	.head_btn {
		display: block;
	}
}

@media screen and (max-width: 560px) {	
	.head_menu, .gnav_wrap {
		display: none !important;
	}
	
	header.siteHeader .container {
		padding: 15px 0;
	}
	
	header .siteHeadContainer .navbar-header {
		width: 280px;
	}
	
	#g-nav li a {
		font-weight: normal;
	}
	
	.contact_btn_wrap {
		display: none;
	}
	
	.modal-close, .modal-close2 {
		right: 0;
	}
	
	.modal-container {
		padding: 0 10px;
	}
	
	.modal-body {
		width: 98%;
		padding: 0;
	}
	
	.modal-content {
		padding: 20px 15px;
	}
	
	#g-nav.panelactive .contents_wrap {
		margin-bottom: 0;
	}
	
	.openbtn:hover {
		opacity: 1;
	}
	
	.modal-container2 .modal-body {
		top: 40px;
	}
	
	.head_btn {
		display: block;
	}
}

/* -----------------------------------------------------------
	共通CSS
----------------------------------------------------------- */

.contents_wrap {
	width: 100%;
	max-width: 1130px;
	margin: 0 auto 50px;
	padding: 0 15px;
}

.flex_wrap {
	display: flex;
	justify-content: space-between;
}

.flex_wrap .flex_left, .flex_wrap .flex_right {
	width: 48%;
}

.flex_odr .flex_left {
	order: 2;
}

.flex_odr .flex_right {
	order: 1;
}

.ac_flex {
	align-items: center;
}

.text_center {
	text-align: center;
}

.ib {
	display: inline-block;
	text-align: left;
}

.indent_1 {
	padding-left: 1em;
	text-indent: -1em;
}

.mb_1 {
	margin-bottom: 1em;
}

.fb {
	font-weight: bold;
}

#page_top {
    position: fixed;
    bottom: 20px;
    right: 1.5%;
	z-index: 50;
}

/*----- 動き -----*/

.fadein {
  opacity: 0;
  transform : translate(0, 10px);
  transition : all 900ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.en_text {
	opacity: 0;
}

@media screen and (max-width: 560px) {
	.flex_wrap {
		display: block;
	}

	.flex_wrap .flex_left, .flex_wrap .flex_right {
		width: auto;
	}
	
	.flex_wrap .flex_left {
		margin-bottom: 15px;
	}
}


/* -----------------------------------------------------------
	トップページ
----------------------------------------------------------- */

.mainvisual_wrap {
	background-image: url("./images/top_yellow.svg");
	background-position: center bottom;
	background-size: contain;
	background-repeat: no-repeat;
	padding-bottom: 30px;
	position: relative;
	z-index: -1;
}

.mainvisual {
	position: relative;
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.mainvisual .swiper .imgcut {
	border-radius: 10px 0 0 10px;
	overflow: hidden;
}

.mainvisual .catchcopy {
	width: 28%;
	text-align: center;
	padding: 0 15px;
}

.mainvisual .catchcopy h1 {
	font-size: 32px;
	font-weight: 500;
	display: inline-block;
	text-align: left;
}

.mainvisual .catchcopy h1 strong {
	font-weight: 500;
}

.marker {
	background:linear-gradient(transparent 50%, rgba(249, 240, 197, 1) 50%);
	display: inline;   
	background-repeat: no-repeat;
	background-size: 100% 100%;
	transition:background-size 1.5s;
}

.mainvisual .main_slide {
	width: 70%;
}

.mainvisual .imgcut::before {
	padding-bottom: 50%;
}

ul.clm3 {
	flex-wrap: wrap;
}

ul.clm3::after {
	content: "";
	display: block;
	width: 31%;
}

ul.clm3 li {
	width: 31%;
	margin-bottom: 15px;
}

ul.clm4 {
	flex-wrap: wrap;
}

ul.clm4::before {
	content: "";
	display: block;
	width: 24%;
	order: 1;
}

ul.clm4::after {
	content: "";
	display: block;
	width: 24%;
}

ul.clm4 li {
	width: 24%;
	margin-bottom: 15px;
}

ul.clm2 {
	flex-wrap: wrap;
}

ul.clm2 li {
	width: 48%;
	margin-bottom: 15px;
}

.bg_gray {
	background-image: url("./images/bg_gray.jpg");
	padding: 40px 0;
	margin-bottom: 40px;
}

.bg_gray .contents_wrap {
	margin-bottom: 0;
}

.top_news_wrap {
	background-color: var(--color-yellow2);
}

.top_news_wrap .contents_wrap {
	margin-bottom: 0;
}

.btn_wrap {
	text-align: center;
}

.btn_wrap a {
	display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin:0 auto;
    padding: .9em 2em;
    border: none;
    border-bottom: solid 5px #94c6d3;
    border-radius: 25px;
    background-color: #edf3f4;
	color: var(--color-main);
    font-size: 1em;
    transition: .3s ease;
	position: relative;
}

.btn_wrap a::after {
	content: "";
	display: block;
	width: 9px;
	height: 11px;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	background-image: url("./images/arrow.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.btn_wrap a:hover {
	box-shadow: none;
}

.btn_flex .btn_wrap a {
	display: block;
}

.btn_wrap a:hover {
	opacity: 0.7;
}

.btn_wrap a span {
	position: relative;
	display: inline-block;
	padding: 0 40px 0 40px;
}

.btn_wrap a span::before {
	content: "";
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 31px;
    height: 31px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.top_news_title {
	text-align: center;
	margin-bottom: 30px;
}

.top_news_title::before {
	content: "";
	display: block;
	width: 44px;
	height: 44px;
	margin: 0 auto 8px;
	background-image: url("./images/icon_news.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.top_news_title h2 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
}

.top_news_title h2:before, .top_news_title h2:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: var(--color-main);
}

.top_news_title h2:before {
  left:0;
}
.top_news_title h2:after {
  right: 0;
}

.newslist_erea .flex_wrap {
	margin-bottom: 30px;
}

.newslist_erea a {
	display: block;
	background-color: #fff;
	padding: 15px;
	border-radius: 5px;
	color: var(--color-main);
}

.newslist_erea .flex_left .imgcut {
	margin-bottom: 8px;
}

.newslist_erea span.news_date {
	display: block;
	font-family: var(--font-en);
}

.newslist_erea span.news_date strong {
	background-color: #91af58;
	color: #fff;
	font-family: var(--color-en);
	font-size: 12px;
	padding: 2px 5px;
	line-height: 1;
	border-radius: 2px;
	position: relative;
	top: -2px;
	display: inline-block;
}

.newslist_erea span.news_title {
	font-weight: 500;
}

.newslist_wrap a, .newslist_wrap a span {
	color: var(--color-main);
}

.newslist_erea .flex_right ul li:not(:last-child) {
	margin-bottom: 20px;
}

.newslist_erea .flex_right a {
	display: flex;
	align-items: center;
	position: relative;
}


.newslist_erea .flex_right a .thumb_wrap {
	margin-right: 15px;
	width: 140px;
}

.newslist_erea .flex_right a .news_text {
	flex: 1;
	position: relative;
	padding-right: 15px;
}

.newslist_erea .flex_right a .news_text span {
	display: block;
}

.news_btn_wrap {
	justify-content: center;
}

ul.newslist_wrap {
	overflow: hidden;
}

ul.newslist_wrap li {
	width: 48%;
}

ul.newslist_wrap li:first-child {
	float: left;
}

ul.newslist_wrap li:not(:first-child) {
	margin-bottom: 20px;
	margin-left: auto;
}

ul.newslist_wrap li:not(:first-child) a {
	display: flex;
	align-items: center;
	position: relative;
}

ul.newslist_wrap li:not(:first-child) a .thumb_wrap {
	margin-right: 15px;
	width: 140px;
}

ul.newslist_wrap li:not(:first-child) a .news_text {
	flex: 1;
	position: relative;
	padding-right: 15px;
}

ul.newslist_wrap li:not(:first-child) a .news_text span {
	display: block;
}

ul.newslist_wrap li a .news_text span.news_date {
	color: #686868;
	display: block;
}

.top_education_erea {
	background-image: url("./images/bottom_yellow.svg");
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
	padding-top: 180px;
}

.top_education_wrap {
	display: flex;
	justify-content: space-between;
}

.top_education_wrap .img_erea {
	width: 28%;
	order: 1;
}

.top_education_wrap .img_erea .img_top {
	margin-bottom: 15px;
}

.img_erea .imgcut {
	border-radius: 10px;
	overflow: hidden;
}

.top_education_wrap .img_erea ul {
	display: flex;
	justify-content: space-between;
}

.top_education_wrap .img_erea ul li {
	width: 48%;
}

.top_education_wrap .img_erea ul li .imgcut::before {
	padding: 50%;
}

.top_education_wrap .text_erea {
	width: 38%;
	order: 2;
}

.top_education_wrap .text_erea h2 {
	font-size: 22px;
	margin-bottom: 10px;
}

.top_education_wrap .illust_erea {
	width: 28%;
	order: 3;
}

.bg_lightblue {
	background-color: var(--color-blue2);
	padding: 50px 0;
}

.bg_lightblue .contents_wrap {
	margin-bottom: 0;
}

.bg_blue {
	background-color: var(--color-blue3);
	padding: 50px 0;
}

.bg_blue .contents_wrap {
	margin-bottom: 0;
}

.link_top {
	display: flex;
	margin-bottom: 50px;
	border-radius: 25px;
	overflow: hidden;
}

.link_top .link_top_img {
	width: 65%;
}

.link_top .link_top_img .imgcut::before {
	padding-bottom: 55%;
}

.link_top .link_top_text {
	width: 35%;
	background-color: #e7f5f7;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.link_top_text_inr {
	max-width: 300px;
	margin: 0 auto;
}

.link_top_text_inr::before {
	content: "";
    width: 70px;
    height: 50px;
    display: block;
    margin: 0 auto 8px;
	background-image: url(./images/nav_education.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    top: 0;
}

.link_top_text_inr p {
	margin-bottom: 20px;
}

.top_link_wrap ul {
	display: flex;
	justify-content: space-between;
}

.top_link_wrap ul li {
	width: 30%;
}

.top_link_wrap ul li .imgcut {
	border-radius: 20px;
	overflow: hidden;
}

.top_link_wrap ul li .imgcut::before {
	padding-bottom: 100%;
}

.top_link_wrap ul li .btn_wrap {
	margin-top: -30px;
}

.entry_link_wrap ul {
	display: flex;
	justify-content: space-between;
}

.entry_link_wrap ul li {
	width: 30%;
}

.entry_link_wrap ul li a {
	display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 20px 15px;
    border-bottom: solid 5px #94c6d3;
    border-radius: 10px;
    background-color: #edf3f4;
    color: var(--color-main);
    font-size: 1em;
    transition: .3s ease;
    position: relative;
}

.entry_link_wrap ul li a span {
	padding-right: 25px;
	display: inline-block;
}

@media screen and (min-width: 769px) and (max-width: 959px) {
	.mass_info_wrap ul li dl dd {
		min-width: 160px;
	}
}

@media screen and (min-width: 561px) and (max-width: 768px) {
	ul.newslist_wrap li {
		width: 100%;
	}

	ul.newslist_wrap li:first-child {
		float: none;
	}
	
	.mass_info_wrap ul li dl dd {
		min-width: 160px;
	}
}

@media screen and (max-width: 560px) {
	ul.newslist_wrap li {
		width: 100%;
		margin-bottom: 20px;
	}

	ul.newslist_wrap li:first-child {
		float: none;
		margin-bottom: 20px;
	}
	
	.mass_info_wrap ul li dl dd {
		min-width: 160px;
	}
}

@media screen and (min-width: 1101px) and (max-width: 1290px) {
	.mainvisual .catchcopy h1 strong br {
		display: none;
	}
}

@media screen and (min-width: 960px) and (max-width: 1100px) {
	.mainvisual .cachcopy h1 {
		font-size: 28px;
	}
	
	.top_info_wrap .flex_left .btn_flex {
		display: block;
	}
	
	.btn_flex .btn_wrap.about_btn {
		margin-bottom: 15px;
	}
	
	.btn_flex .btn_wrap {
		width: 100%;
	}
	
	.mainvisual .catchcopy h1 strong br {
		display: none;
	}
}

@media screen and (min-width: 769px) and (max-width: 959px) {
	.mainvisual .cachcopy h1 {
		font-size: 26px;
	}
	
	.top_info_wrap .flex_left .btn_flex {
		display: block;
	}
	
	.btn_flex .btn_wrap.about_btn {
		margin-bottom: 15px;
	}
	
	.btn_flex .btn_wrap {
		width: 100%;
	}
	
	
}

@media screen and (min-width: 561px) and (max-width: 768px) {
	.mainvisual {
		width: 100%;
		margin-bottom: 20px;
		flex-direction: column;
	}
	
	.mainvisual .main_slide {
		width: 100%;
	}
	
	.mainvisual .swiper .imgcut {
		border-radius: 0;
	}
	
	.mainvisual .catchcopy {
		padding: 0 15px;
		order: 2;
		width: 100%;
		text-align: center;
		display: flex;
        justify-content: center;
	}
	
	ul.clm4::before {
		content: none;
	}
	
	ul.clm4::after {
		width: 32%;
	}
	
	ul.clm4 li {
		width: 32%;
	}
	
	.newslist_erea .flex_wrap {
		display: block;
	}
	
	.newslist_erea .flex_wrap .flex_left {
		width: 100%;
		margin-bottom: 20px;
	}
	
	.newslist_erea .flex_wrap .flex_right {
		width: 100%;
	}
	.top_education_wrap {
		display: block;
	}
	
	.top_education_wrap .illust_erea {
		width: 100%;
		margin-bottom: 15px;
		text-align: center;
	}
	
	.top_education_wrap .text_erea {
		width: 100%;
		margin-bottom: 15px;
	}
	
	.top_education_wrap .text_erea h2 {
		font-size: 24px;
	}
	
	.top_education_wrap .img_erea {
		width: 100%;
	}
	
	.link_top {
		display: block;
	}
	
	.link_top .link_top_img {
		width: 100%;
	}
	
	.link_top .link_top_text {
		width: 100%;
	}
	
	ul.clm2 li {
		width: 100%;
		margin-bottom: 15px;
	}
	
	ul.clm2 li:last-child {
		margin-bottom: 0;
	}
	
	.top_link_wrap ul, .entry_link_wrap ul {
		display: block;
	}
	
	.top_link_wrap ul li, .entry_link_wrap ul li {
		width: 100%;
		max-width: 350px;
		margin: 0 auto;
	}
	
	.top_link_wrap ul li:not(:last-child), .entry_link_wrap ul li:not(:last-child) {
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 560px) {
	.mainvisual {
		width: 100%;
		margin-bottom: 20px;
		padding-bottom: 15px;
		flex-direction: column;
	}
	
	.mainvisual .main_slide {
		width: 100%;
	}
	
	.mainvisual .swiper .imgcut {
		border-radius: 0;
	}
	
	.mainvisual .catchcopy {
		padding: 0 15px;
		order: 2;
		width: 100%;
		text-align: center;
		display: flex;
        justify-content: center;
	}
	
	.mainvisual .catchcopy h1 {
		display: block;
		font-size: 18px;
	}
	
	.top_news_title h2 {
		font-size: 20px;
	}
	
	.bg_gray {
		padding: 30px 0;
	}
	
	.top_education_wrap {
		display: block;
	}
	
	.top_education_wrap .illust_erea {
		width: 100%;
		margin-bottom: 15px;
		text-align: center;
	}
	
	.top_education_wrap .text_erea {
		width: 100%;
		margin-bottom: 15px;
	}
	
	.top_education_wrap .text_erea h2 {
		font-size: 24px;
	}
	
	.top_education_wrap .img_erea {
		width: 100%;
	}
	
	.link_top {
		display: block;
	}
	
	.link_top .link_top_img {
		width: 100%;
	}
	
	.link_top .link_top_text {
		width: 100%;
	}
	
	ul.clm3 li {
		width: 100%;
		margin-bottom: 15px;
	}
	
	ul.clm3 li:last-child {
		margin-bottom: 0;
	}
	
	ul.clm4 li {
		width: 100%;
		margin-bottom: 15px;
	}
	
	ul.clm4 li:last-child {
		margin-bottom: 0;
	}
	
	ul.clm2 li {
		width: 100%;
		margin-bottom: 15px;
	}
	
	ul.clm2 li:last-child {
		margin-bottom: 0;
	}
	
	.top_link_wrap ul, .entry_link_wrap ul {
		display: block;
	}
	
	.top_link_wrap ul li, .entry_link_wrap ul li {
		width: 100%;
	}
	
	.top_link_wrap ul li:not(:last-child), .entry_link_wrap ul li:not(:last-child) {
		margin-bottom: 15px;
	}
}

/* -----------------------------------------------------------
	フッター
----------------------------------------------------------- */

footer.siteFooter {
	padding: 40px 0 0;
	position: relative;
	border: none;
	background-color: var(--color-yellow2);
}

footer.siteFooter .contents_wrap {
}


.ftr_top {
	text-align: center;
	max-width: 270px;
	margin: 0 auto 25px;
}

.ftr_top a {
	display: inline-block;
}

.ftr_contact {
	background-color: #fff;
	max-width: 870px;
	margin: 0 auto 40px;
	padding: 25px 40px;
	border: 20px;
	display: flex;
	justify-content: space-between;
}

.ftr_contact .ftr_tel {
	width: 330px;
}

.ftr_contact .ftr_tel a {
	display: block;
	margin-bottom: 8px;
}

.ftr_contact .ftr_tel p {
	font-size: 14px;
	text-align: center;
}

.ftr_contact ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ftr_contact ul li:not(:last-child) {
	margin-right: 40px;
}

.ftr_contact ul li a {
	position: relative;
	color: #fff;
	font-size: 18px;
	white-space: nowrap;
	padding: 13px 25px 13px 50px;
	background-color: var(--color-yellow);
	line-height: 1.4;
	display: inline-block;
	border-radius: 10px;
}

.ftr_contact ul li.fnav_contact a {
	background-color: var(--color-blue);
}

.ftr_contact ul li a::before {
	content: "";
	display: block;
	position: absolute;
	top: 17px;
	left: 15px;
	width: 23px;
	height: 21px;
	background-image: url("./images/nav_faq.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.ftr_contact li.fnav_contact a::before {
	background-image: url("./images/nav_mail.svg");
}

.ftr_menu {
	display: flex;
	text-align: center;
	max-width: 870px;
	margin: 0 auto 30px;
}

.ftr_menu_list {
	width: 33.3%;
	width: calc(100% / 3);
	border-right: 1px dashed #404b4f;
	padding: 10px;
}

.ftr_menu_list:first-child {
	border-left: 1px dashed #404b4f;
}

.ftr_menu_list dl {
	display: inline-block;
	text-align: left;
}

.ftr_menu_list dl dt {
	font-size: 22px;
	text-align: center;
	font-weight: 500;
	margin-bottom: 20px;
}

.ftr_menu_list dl dt::before {
	content: "";
    width: 70px;
    height: 50px;
    display: block;
    margin: 0 auto 8px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    top: 0;
}

.ftr_menu_list.menu_education dl dt::before {
	background-image: url(./images/nav_education.png);
}

.ftr_menu_list.menu_life dl dt::before {
	background-image: url(./images/nav_life.png);
}

.ftr_menu_list.menu_guide dl dt::before {
	background-image: url(./images/nav_guide.png);
}

.ftr_menu_list.menu_about dl dt::before {
	background-image: url(./images/nav_about.png);
}

.ftr_menu_list dl dd:not(:last-child) {
	margin-bottom: 10px;
}

.ftr_menu_list a {
	color: var(--color-main);
}

.ftr_menu_list dl dd a {
	padding-left: 12px;
	position: relative;
	display: inline-block;
}

.ftr_menu_list dl dd a::before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: var(--color-yellow);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}

.other_link ul {
	display: flex;
	justify-content: space-between;
	max-width: 500px;
	margin: 0 auto;
}

.other_link ul li {
	border-right: 1px dashed #404b4f;
	width: 25%;
	text-align: center;
}

.other_link ul li:first-child {
	border-left: 1px dashed #404b4f;
}

.other_link ul li a {
	color: var(--color-main);
}

.copySection {
	margin-bottom: 0;
	padding: 10px;
	text-align: center;
	max-width: inherit;
	width: 100%;
}

.copySection p {
	margin-bottom: 0;
}

.illust_anime {
	position: fixed;
	width: 30%;
	z-index: 0;
	max-width: 300px;
	pointer-events: none;
	z-index: -1;
	transition: opacity 0.5s ease;
	opacity: 1;
}

.illust_anime.hidden {
	opacity: 0;
}

.home .illust_anime {
	z-index: 0;
}

.illust_anime.chocho {
	bottom: 10%;
	left: 0;
}

.illust_anime.bird {
	top: 15%;
	right: -5px;
}


@media screen and (min-width: 769px) and (max-width: 959px) {
	.ftr_contact .ftr_tel {
		max-width: 300px;
		margin-right: 15px;
	}
	
	.illust_anime {
		width: 20%;
	}
}

@media screen and (min-width: 561px) and (max-width: 768px) {
	.ftr_contact {
		display: block;
		padding: 25px 15px;
		max-width: 500px;
	}
	
	.ftr_contact .ftr_tel {
		width: 100%;
		max-width: 330px;
		margin: 0 auto 15px;
	}
	
	.ftr_contact .ftr_tel p {
		margin-left: 0;
		text-align: center;
	}
	
	.illust_anime {
		width: 20%;
	}
}

@media screen and (max-width: 560px) {
	.ftr_contact {
		display: block;
		padding: 25px 15px;
	}
	
	.ftr_contact .ftr_tel {
		width: 100%;
		max-width: 330px;
		margin: 0 auto 15px;
	}
	
	.ftr_contact ul {
		display: block;
	}
	
	.ftr_contact ul {
		margin: 0 auto;
		text-align: center;
	}
	
	.ftr_contact ul li:not(:last-child) {
		margin-right: auto;
		margin-bottom: 15px;
	}
	
	.ftr_menu {
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.ftr_menu .ftr_menu_list {
		width: 50%;
		margin-bottom: 15px;
	}
	
	.ftr_menu .ftr_menu_list:nth-child(3) {
		border-left: 1px dashed #404b4f;
	}
	
	.other_link ul {
		flex-wrap: wrap;
	}
	
	.other_link ul li {
		width: 50%;
		margin-bottom: 15px;
	}
	
	.other_link ul li:nth-child(3) {
		border-left: 1px dashed #404b4f;
	}
}

/* -----------------------------------------------------------
	下層ページCSS
----------------------------------------------------------- */

.kv{
	height: 70vh;
	position: relative;
}

.kv_bgimg {
	height: 100%;
	background-repeat :no-repeat;
	background-position: center center;
	background-size: cover;
}

.text-block{
	width: 100%;
	position: absolute;
	bottom: 100px;
	left: 50%;
	transform: translateX(-50%);
}

.text-black{
	display: none;
}

.text-white .text{
	color: #fff;
}

.text-black .text{
  color: #222;
}

	.text-black{
		display: block;
	}
	.text-inner{
		width: 50%;
		overflow: hidden;
	}
	.text{
		font-size: 40px;
	}

	.text-black .text{
		width: 200%;
	}

	.kv_bgimg{
		width: 80%;
		height: 100%;
		position: relative;
		overflow: hidden;
		margin-left: auto;
		z-index: -1;
	}
	
	.text-block{
		transform: none;
	}
	
	.text-white{
		bottom: 40%;
		left: -12.5%;
	}
	
	.text-black{
		width: auto;
		bottom: 40%;
		left: 10%;
	}

	.text-inner{
		width: 100%;
	}
	
	.kv h1 {
		font-size: 30px;
	}
	
	.kv h1 span {
		font-size: 54px;
		text-align: left;
		display: block;
		font-family: var(--font-en);
		font-weight: 500;
	}
	
	.text-black .text{
		width: 100%;
	}

.page-header {
	position: relative;
	z-index: 100;
	text-align: center;
	background-color: var(--color-blue);
}

.page_title_wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 90%;
	margin: 0 auto;
}

.page_title_wrap .page_title {
	width: 35%;
	text-align: center;
}

.page_title_wrap .page_title h1 {
	display: inline-block;
	text-align: left;
}

.page_title_wrap .page_title h1 span {
	font-family: var(--font-en);
	display: block;
	font-size: 0.6em;
	font-weight: 500;
	color: var(--color-blue);
}

.page_title_wrap .page_img {
	width: 60%;
}

.page_title_wrap .page_img .imgcut {
	border-radius: 10px;
	overflow: hidden;
}

.page_title_wrap .page_img .imgcut::before {
	padding-bottom: 45%;
}

.col-md-12 {
	max-width: 1100px;
    margin: 0 auto;
	padding: 0;
	animation-name
}

.bg_gray_breadcrumb {
	background-image: url("./images/bg_gray.jpg");
}

.breadSection {
	margin: 0 auto;
    border-radius: 5px 5px 0 0;
	border-bottom: none;
	padding-bottom: 40px;
}

.bg_gray_breadcrumb .breadSection {
	padding-bottom: 0;
	background-image: url("./images/bg_gray.jpg");
}

.breadSection .container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px;
}

h2.h2_title {
	font-weight: bold;
	margin-bottom: 25px;
	padding: 15px;
	position: relative;
	font-size: 22px;
	text-align: center;
}

.imgcut {
	position: relative;
}

.imgcut::before {
	content:"";
	display: block;
	padding-bottom: 66.6%;
}

.imgcut img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.en_text {
	opacity: 0;
}

.fadeUp {
	animation-name:fadeUpAnime;
	animation-duration:0.8s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(10px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

.eachTextAnime span{
	opacity: 0;
}

.eachTextAnime.appeartext span{
	animation:text_anime_on 0.6s ease-out forwards;
}
@keyframes text_anime_on {
	0% {opacity:0;}
	100% {opacity:1;}
}

.text_center {
	text-align: center;
}

.text_center p {
	display: inline-block;
	text-align: left;
}

.breadSection .breadcrumb {
	padding-left: 0;
}

@media screen and (min-width: 960px) {
	.page-header_pageTitle, h1.page-header_pageTitle:first-child {
		min-width: 500px;
	}
}

@media screen and (max-width: 1120px) {
	.breadSection .breadcrumb {
		padding-left: 15px;
	}
}

@media screen and (min-width: 561px) and (max-width: 768px) {
	.page-header_pageTitle, h1.page-header_pageTitle:first-child {
		font-size: 30px;
	}
	
	.kv h1 span {
		font-size: 44px;
	}
}

@media screen and (max-width: 560px) {
	.page-header_pageTitle, h1.page-header_pageTitle:first-child {
		font-size: 24px;
	}
	
	.page_head_bg .page-header .container {
		width: 94%;
	}
	
	.page_head_bg .page-header .page-header_pageTitle {
		font-size: 28px;
	}
	
	.kv {
		height: auto;
	}
	
	.kv_bgimg {
		width: 100%;
		height: 30vh;
	}
	
	.text-block {
		position: static;
		padding: 10px 15px;
		text-align: center;
	}
	
	.text-white {
		display: none;
	}
	
	.kv h1 span {
		font-size: 20px;
		text-align: center;
	}
}

.mb_block {
	margin-bottom: 30px;
}


/* -----------------------------------------------------------
	教育方針
----------------------------------------------------------- */

h2.contents_title {
	font-size: 40px;
	text-align: center;
	margin-bottom: 30px;
}
h2.contents_title span.subtitle {
	font-size: 14px;
	color: var(--color-yellow);
	display: block;
}

#greeting .flex_right {
	max-width: 440px;
}

p.greet_name {
	text-align: right;
}

p.greet_name strong {
	font-size: 1.4em;
}

.list_wrap ul li {
	background-color: #fff;
	padding: 15px;
	border-radius: 10px;
	font-size: 1.2em;
}

.list_wrap ul li:not(:last-child) {
	margin-bottom: 20px;
}

.features_wrap ol {
	counter-reset:list;
	list-style-type:none;
	padding: 0;
	margin-bottom: 40px;
}

.features_wrap ol li {
	border-bottom: 1px dashed #ccc;
}

.features_wrap ol li {
  position:relative;
  padding: 30px 5px 30px 40px;
  margin: 0;
  font-weight: bold;
  font-size:14px;
  border-bottom:dashed 1px #F6A38B;
}

.features_wrap ol li::before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  top: 34px;
  left: 8px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  background: #F6A38B;
  border-radius: 50%;
}

.features_wrap ol li h3 {
	font-size: 20px;
	color: var(--color-main);
	margin-bottom: 6px;
}

.features_wrap ol li p {
	color: #777;
}

.features_wrap ul li {
	text-align: center;
}

.features_wrap ul li figcaption {
	font-size: 14px;
}

/* -----------------------------------------------------------
	園での生活
----------------------------------------------------------- */

.schedule_wrap ul {
	position: relative;
	padding-left: 180px;
}

.schedule_wrap ul::before {
	content: "";
	width: 20px;
	height: 100%;
	background: #cdcdcd;
	display: block;
	position: absolute;
	top: 0;
	left: 0px;
	border-radius: 15px;
	left:180px;
}

.schedule_wrap ul li {
	position: relative;
	margin-bottom: 30px;
}

.schedule_wrap ul li p {
    font-weight: bold;
    background: var(--color-blue);
    padding: 5px;
    top: -5px;
    left: -190px;
    border-radius: 5px;
    z-index: 10;
	width: 180px;
	text-align: center;
    display: block;
    position: absolute;
    color: #fff;
}

.schedule_wrap ul li p::after {
    content: "";
    top: 50%;
    left: 96%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-style: solid;
    border-width: 7px 0 7px 14px;
    border-color: transparent transparent transparent var(--color-blue);
    position: absolute;
}


.schedule_wrap ul li .schedule_inner {
	display: flex;
	flex-wrap: wrap;
	padding-left: 30px;
	position: relative;
}

.schedule_wrap ul li .schedule_inner::before {
	content: "";
	display: block;
	width: 9px;
    height: 9px;
    margin-top: -4px;
    background: var(--color-blue);
    border-radius: 50%;
	top: 12px;
    left: 5px;
	position: absolute;
}

.schedule_wrap ul li .schedule_inner dl {
	width: 60%;
}

.schedule_wrap ul li .schedule_inner dl dt {
	font-size: 24px;
	margin-bottom: 8px;
	font-weight: 500;
}

.schedule_wrap ul li .schedule_inner .timeimg_wrap {
	width: 35%;
}

.month_wrap {
	max-width: 900px;
	text-align: center;
}

.month_wrap h3 {
	font-size: 26px;
	font-weight: bold;
	font-family: 'M PLUS Rounded 1c', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
	transform: rotateZ(0.03deg);
	margin: 0 0 20px 0;
	padding: 0;
}

.month_wrap .m_event_wrap {
	display: inline-block;
	text-align: left;
	max-width: 700px;
    margin: 0 auto;
	padding: 0 10px;
}

.month_wrap ul {
    padding: 20px;
    background: #d6ebff;
    box-shadow: 0px 0px 0px 10px #d6ebff;
    border: dashed 2px #fff;
	display: flex;
	flex-wrap: wrap;
}

.month_wrap ul li {
    margin: 0; 
    padding: 0;
	font-size: 20px;
	font-weight: bold;
	font-family: 'M PLUS Rounded 1c', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
	transform: rotateZ(0.03deg);
	position: relative;
	padding-left: 20px;
	margin: 0 15px;
}

.month_wrap ul li::before {
	content: "";
	width: 13px;
	height: 13px;
	background-color: #364b63;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 11px;
	left: 0;
}

.gakki_wrap {
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}

.gakki_wrap .gakki_event {
	width: 40%;
	position: relative;
	padding: 40px 30px 30px;
}

.gakki_wrap .gakki_event::after {
	content: "";
	display: block;
	width: 120%;
	height: 100%;
	border-radius: 20px;
	background-color: #eeffe6;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.gakki2 .gakki_event::after {
	left: -20%;
	background-color: #f9f1dc;
}

.gakki3 .gakki_event::after {
	background-color: #e6f3fc;
}

.gakki_wrap h3 {
	font-size: 38px;
	font-weight: bold;
	font-family: 'M PLUS Rounded 1c', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
	position: absolute;
	top: -20px;
	left: 30px;
}

.gakki_wrap .gakki_event dl {
	display: flex;
	margin: 0 0 10px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px dashed #4b9623;
}

.gakki2 .gakki_event dl {
	border-bottom: 1px dashed #e8a707;
}

.gakki3 .gakki_event dl {
	border-bottom: 1px dashed #0085f2;
}

.gakki_wrap .gakki_event dl:last-child {
	border-bottom: none;
}

.gakki_wrap .gakki_event dl:last-child {
	margin-bottom: 0;
}

.gakki_wrap .gakki_event dl dt {
	width: 25%;
	min-width: 76px;
	font-size: 18px;
	transform: rotateZ(0.03deg);
}

.gakki_wrap .gakki_event dl dt span.m_n {
	font-size: 34px;
    letter-spacing: -4px;
    margin-right: 5px;
	position: relative;
	top: 2px;
}

.gakki_wrap .gakki_event dl dd {
	width: 75%;
}

.gakki_wrap .gakki_event dl dd ul li {
	font-size: 18px;
	margin-bottom: 5px;
	position: relative;
	padding-left: 20px;
	font-weight: 500;
}

.gakki_wrap .gakki_img {
	width: 55%;
}

.gakki_wrap .gakki_img ul.main_slide {
	margin-bottom: 10px;
}

.gakki_wrap .gakki_img ul.main_slide li {
	position: relative;
	text-align: center;
}

.gakki_wrap .gakki_img ul li img {
	display: block;
}

.gakki_wrap .gakki_img ul li p {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	font-weight: bold;
	background-color: rgba(255,255,255,0.6);
	padding: 5px;
	color: #212121;
}


.gakki_wrap .gakki_img ul.thumb_slide {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.gakki_wrap .gakki_img ul.thumb_slide::after {
	content: "";
	display: block;
	width: 32%;
}

.thumbnail-item {
  flex: 0 1 32%;
  margin-bottom: 10px;
  box-sizing: border-box;
  position: relative;
}

.thumbnail-item:hover {
	cursor: pointer;
}

.thumbnail-item::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: 0.3s opacity linear;
}

.thumbnail-item.thumbnail-current::after {
  opacity: 0;
}

.gakki_wrap .gakki_img ul.thumb_slide li img {
	margin-bottom: 0;
}

.gakki2 .gakki_event {
	order: 1;
}

.gakki2 .gakki_img {
	order: 0;
}

@media screen and (max-width: 560px) {
	.schedule_wrap ul {
		padding-left: 0;
	}
	
	.schedule_wrap ul::before {
		left: 0;
	}
	
	.schedule_wrap ul li p {
		left: 10px;
	}
	
	.schedule_wrap ul li p {
		position: static;
		left: inherit;
		margin-left: 30px;
		margin-bottom: 10px;
	}
	
	.schedule_wrap ul li .schedule_inner {
		display: block;
	}
	
	.schedule_wrap ul li .schedule_inner::before {
		top: -27px;
	}
	
	.schedule_wrap ul li p::after {
		content: "";
		top: 13px;
		left: 20px;
		transform: none;
		border-style: solid;
		border-width: 7px 14px 7px 0;
		border-color: transparent var(--color-blue) transparent transparent;
		position: absolute;
	}
	
	.schedule_wrap ul li .schedule_inner dl {
		width: 100%;
		margin-bottom: 15px;
	}
	
	.schedule_wrap ul li .schedule_inner dl dt {
		font-size: 18px;
	}
	
	.schedule_wrap ul li .schedule_inner .timeimg_wrap {
		width: 100%;
		max-width: 300px;
	}
	
	.gakki_wrap {
		display: block;
	}
	
	.gakki_wrap .gakki_event {
		width: 100%;
		margin-bottom: 15px;
	}
	
	.gakki_wrap .gakki_img {
		width: 100%;
	}
	
	.gakki_wrap .gakki_event::after {
		width: 100%;
	}
	
	.gakki2 .gakki_event::after {
		left: 0;
	}
}

/* -----------------------------------------------------------
	入園案内
----------------------------------------------------------- */

.dl_table_wrap {
	border: 3px solid #aaa;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 20px;
	background-color: #fff;
}

.dl_table_wrap dl {
	display: flex;
	width: 100%;
	border-bottom: 1px dashed #ccc;
}

.dl_table_wrap dl:last-child {
	border-bottom: none;
}

.dl_table_wrap dl dt {
	width: 25%;
	min-width: 10em;
	position: relative;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #f5f4ec;
	color: #333;
	border-right: 1px dashed #ccc;
	transform: rotateZ(0.03deg);
	font-weight: 500;
}

.dl_table_wrap dl dd {
	width: 75%;
	padding: 20px;
	border: none;
	transform: rotateZ(0.03deg);
}

table thead tr th {
	padding: 10px 5px;
	text-align: center;
	background-color: #f5f4ec;
	border-bottom: 1px dashed #ccc;
	border-right: 1px dashed #ccc;
	font-weight: 500;
	font-size: 16px;
}

.dl_table_wrap table thead tr th:last-child {
	border-right: none;
}

.dl_table_wrap table tbody tr th {
	padding: 10px 8px;
	text-align: center;
	background-color: #f5f4ec;
	border-bottom: 1px dashed #ccc;
	font-weight: 500;
	font-size: 16px;
}

.dl_table_wrap table tbody tr:last-child th {
	border-bottom: none;
}

.dl_table_wrap table tbody tr td {
	padding: 10px 8px;
	border: 1px dashed #ccc;
	text-align: center;
	font-size: 16px;
}

.dl_table_wrap table tr td span {
	text-align: left;
	display: inline-block;
}

.dl_table_wrap table tbody tr:last-child td {
	border-bottom: none;
}

.dl_table_wrap table tbody tr td:last-child {
	border-right: none;
}

.hoikutime_wrap {
	text-align: center;
	max-width: 800px;
}

p.aten_p {
	display: inline-block;
	text-align: left;
	padding-left: 1em;
	text-indent: -1em;
}

h3.contents_h3 {
	font-size: 24px;
	border-bottom: solid 3px #ccc;
	position: relative;
	margin: 0 0 15px 0;
}

h3.contents_h3::after {
	position: absolute;
	content: "";
	display: block;
	border-bottom: solid 3px var(--color-blue);
	bottom: -3px;
	width: 12em;
}

h4.contents_h4 {
	font-size: 20px;
	margin: 0 auto 8px;
	padding: 0;
	margin-left: 20px;
}

.mansansai_warp .flex_left dl dt {
	width: 6.5em;
	min-width: inherit;
}

.mansansai_warp .flex_left dl dd {
	width: auto;
	flex: 1;
}


/* -----------------------------------------------------------
	課外教室
----------------------------------------------------------- */

.dl_table dl {
	display: flex;
	align-items: flex-start;
	text-align: left;
	margin-bottom: 15px;
}

.dl_table dl dt {
	width: 5em;
	transform: rotateZ(0.03deg);
	background-color: var(--color-blue);
	padding: 5px;
	border-radius: 4px;
	margin-right: 10px;
	text-align: center;
	color: #fff;
	font-weight: 500;
}

.dl_table dl dd {
	position: relative;
	top: 5px;
	flex: 1;
	transform: rotateZ(0.03deg);
}

.dl_table dl dd a {
	word-break: break-all;
}

.extra_class_wrap ul li {
	background-color: #fff;
	padding: 30px;
	border-radius: 4px;
}

.extra_class_wrap ul li:not(:last-child) {
	margin-bottom: 40px;
}

.extra_class_wrap ul li .flex_right .ex_img_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.extra_class_wrap ul li .flex_right .ex_img_wrap .ex_img {
	width: 48%;
	margin-bottom: 15px;
}

/* -----------------------------------------------------------
	親子教室
----------------------------------------------------------- */

.dl_btn {
	text-align: center;
}

.park_wrap {
	max-width: 700px;
	margin: 0 auto;
}

.park_wrap h4 {
	margin: 0 auto 15px;
}

.kaihou_wrap ul {
	justify-content: center;
}

.kaihou_wrap ul li {
	width: 48%;
	max-width: 400px;
	margin: 0 2%;
}

.kaihou_wrap ul li a {
	display: inline-block;
}

.lb-data .lb-number {
	display: none !important;
}

.wd_700 {
	max-width: 720px;
	margin: 0 auto 30px;
}

@media screen and (max-width: 560px) {
	h2.contents_title {
		font-size: 28px;
	}
	
	.kaihou_wrap ul li {
		width: 100%;
		margin: 0 auto 15px;
	}
}

/* -----------------------------------------------------------
	当園について
----------------------------------------------------------- */

.dl_flex dl {
	display: flex;
	margin: 0;
	padding: 0;
	width: 100%;
}

.dl_flex dl dt {
	width: 25%;
	min-width: 200px;
    border-top: 1px solid var(--color-blue4);
    padding: 30px 0 30px 5px;
    font-weight: bold;
	line-height: 1.7;
}

.dl_flex dl:last-child dt {
	border-bottom: 1px solid var(--color-blue4);
}

.dl_flex dl dd {
	width: 75%;
    border-top: 1px solid #d0d0d0;
    padding: 30px 0 30px 5px;
	margin: 0;
	line-height: 1.7;
}

.dl_flex dl:last-child dd {
	border-bottom: 1px solid #d0d0d0;
}

.history_wrap {
	text-align: center;
	margin-bottom: 40px;
}

.history_wrap ul {
	position: relative;
	padding-left: 90px;
	display: inline-block;
	text-align: left;
}

.history_wrap ul::before {
	content: "";
	display: block;
	width: 5px;
	height: 100%;
	background-color: #ddd;
	position: absolute;
	top: 0;
	left: 0;
}

.history_wrap ul li {
	position: relative;
	margin-bottom: 25px;
	background-color: #fff;
	padding: 20px;
	border-radius: 5px;
	display: flex;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.history_wrap ul li:last-child {
	margin-bottom: 0;
}

.history_wrap ul li::before {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background-color: var(--color-blue4);
	border-radius: 50%;
	position: absolute;
	top: 43px;
	left: -95px;
}

.history_wrap ul li::after {
	content: "";
	display: block;
	width: 80px;
	height: 1px;
	background-color: var(--color-blue4);
	position: absolute;
	top: 50px;
	left: -70px;
}

.history_wrap ul li .nengetsu {
	text-align: center;
	margin-right: 30px;
}

.history_wrap ul li .nengetsu p.history_year {
	font-size: 50px;
	font-weight: 700;
	color: var(--color-blue4);
	font-family: var(--font-en)
	line-height: 1;
	white-space: nowrap;
	line-height: 1;
	min-width: 110px;
}

.history_wrap ul li .history_detail p.history_wareki {
	color: #777;
}

.ggmap {
	position: relative;
	height: 100%;
	overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 560px) {
	.dl_flex dl {
		display: block;
	}
	
	.dl_flex dl dt {
		width: 100%;
		padding: 15px 5px 0 5px;
		border-bottom: none;
	}
	
	.dl_flex dl dd {
		width: 100%;
		border-top: none;
		padding: 5px 5px 15px 5px;
	}
	
	.dl_flex dl:last-child dt {
		border-bottom: none;
	}
	
	.dl_flex dl:last-child dd {
		border-bottom: 1px solid var(--color-blue4);
	}
	
	.history_wrap ul {
		padding-left: 30px;
	}
	
	.history_wrap ul li::before {
		left: -35px;
	}
	
	.history_wrap ul li::after {
		width: 25px;
		left: -15px;
	}
	
	.history_wrap ul li {
		display: block;
	}
	
	.history_wrap ul li .nengetsu {
		margin-right: 0;
		display: flex;
		align-items: center;
		margin-bottom: 5px;
	}
	
	.history_wrap ul li .nengetsu p.history_year {
		margin-bottom: 0;
	}
	
	.history_wrap ul li .nengetsu p.history_month {
		margin-left: 5px;
		font-size: 18px;
	}
	
	.dl_table_wrap dl {
		display: block;
		border-bottom: none;
	}
	
	.dl_table_wrap dl dt {
		width: 100%;
		border-right: none;
	}
	
	.dl_table_wrap dl dd {
		width: 100%;
	}
}

/* -----------------------------------------------------------
	採用情報
----------------------------------------------------------- */

h2.flex_title {
	font-size: 25px;
	color: var(--color-blue);
	margin-bottom: 5px;
}

.recmes_wrap ul li {
	display: flex;
	margin: 0 0 15px;
	padding: 20px;
    background-color: #fff;
	border: 1px solid #ccc;
    border-radius: 5px;
}

.recmes_wrap ul li .rec_illust {
	width: 20%;
	max-width: 120px;
	margin-right: 20px;
}

.recmes_wrap ul li .rec_message {
	flex: 1;
}

.recmes_wrap ul li .rec_message dl dt {
	position: relative;
    font-size: 22px;
    transition: all .5s ease;
	font-weight: 500;
	padding: 0 0 10px 35px;
	margin-bottom: 10px;
	display: block;
	border-bottom: 2px dashed #ccc;
	color: var(--color-blue);
}

.recmes_wrap ul li .rec_message dl dt::before {
	content: "Q";
	font-size: 30px;
	font-family: var(--font-en);
	position: absolute;
	top: -4px;
	left: 0;
	width: 25px;
	text-align: center;
	line-height: 1;
	color: var(--color-blue);
	font-weight: normal;
}

.recmes_wrap ul li .rec_message dl dd {
	padding-left: 35px;
}


@media screen and (max-width: 560px) {
	.recmes_wrap ul li {
		display: block;
	}
	
	.recmes_wrap ul li .rec_illust {
		margin: 0 auto 10px;
	}
	
	.recmes_wrap ul li .rec_message dl dd {
		padding-left: 0;
	}
}

/* -----------------------------------------------------------
	お問い合わせ
----------------------------------------------------------- */

/*----- 聖園Ｑ＆Ａ -----*/

.accordion-area{
    list-style: none;
    margin:0 auto;
}

.accordion-area li{
    margin: 0 0 15px;
	background-color: #fff;
}

.accordion-area section {
	border: 1px solid #ccc;
	border-radius: 5px;
}

.ac_title {
    position: relative;
    cursor: pointer;
    font-size: 22px;
    font-weight: normal;
    padding: 25px 40px 25px 15px;
    transition: all .5s ease;
	font-weight: 500;
}

.accordion-area section .ac_title::before,
.accordion-area section .ac_title::after{
    position: absolute;
    content:"";
    width: 15px;
    height: 2px;
    background-color: var(--color-blue);
	transition: 0.3s;
}

.accordion-area section .ac_title::after {
	border-bottom: none;
}

.ac_title::before{
    top:48%;
    right: 15px;
    transform: rotate(0deg);
    
}
.ac_title::after{    
    top:48%;
    right: 15px;
    transform: rotate(90deg);
}

.ac_title.ac_close::before{
	transform: rotate(45deg);
}

.ac_title.ac_close::after{
	transform: rotate(-45deg);
}

.ac_title span.faq_q {
	position: relative;
	padding-left: 35px;
	display: block;
	color: var(--color-blue);
}

.ac_title span.faq_q::before {
	content: "Q";
	font-size: 30px;
	font-family: var(--font-en);
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	text-align: center;
	line-height: 1;
	color: var(--color-blue);
	font-weight: normal;
}

.accordion-area .box {
    display: none;
	margin: 0 15px;
    padding: 25px 40px 25px 35px;
	position: relative;
	border-top: 2px dashed #ccc;
}


/*----- メールフォーム -----*/

.privacy_page {
	margin-bottom: 20px;
}

.privacy_erea {
	border: 1px solid #ccc;
	height: 250px;
    overflow-y: scroll;
	padding: 15px;
}

.privacy_page dl dt {
	font-weight: bold;
	margin-bottom: 0.4em;
}

.privacy_page  h2 {
	font-size: 24px;
}

.mb_none {
	margin-bottom: 0;
}
.contact_info_wrap {
	border: 5px solid #ddd;
	padding: 25px 15px;
	text-align: center;
	max-width: 750px;
	margin: 0 auto;
	border-radius: 5px;
}

.contact_info_wrap .flex_left {
	width: 50%;
	border-right: 1px solid #ddd;
	padding: 10px;
}

.contact_info_wrap .flex_right {
	width: 50%;
	padding: 10px;
}

.contact_info_wrap .ci_tel {
	margin-bottom: 4px;
}

.contact_info_wrap .ci_tel a {
	font-size: 26px;
	white-space: nowrap;
	color: #333;
	padding-left: 25px;
	position: relative;
	line-height: 1;
	font-weight: bold;
	display: inline-block;
}

.contact_info_wrap .ci_tel a svg {
	display: block;
	width: 20px;
	height: 25px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	fill: var(--color-blue);
}

.contact_info_wrap .ci_tel p {
	font-size: 26px;
	white-space: nowrap;
	color: #333;
	padding-left: 30px;
	position: relative;
	line-height: 1;
	font-weight: bold;
	display: inline-block;
}


.contact_info_wrap p svg {
	fill: var(--color-blue);
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.contact_info_wrap p.ib {
	font-size: 14px;
}

.contact_mass {
	text-align: center;
	max-width: 850px;
	margin: 0 auto 30px;
}

.contact_mass p {
	font-size: 16px;
	font-feature-settings: "palt";
	letter-spacing: 1px;
}

.contact_page_form h2 {
	font-weight: bold;
	margin-bottom: 15px;
	text-align: center;
}


.form_wrap .form_inr {
	max-width: 800px;
	margin: 0 auto;
	padding: 30px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 18px;
	border-radius: 20px;
	background-color: #fafafa;
}

.form_wrap dl {
	width: 100%;
}

.form_wrap dl dt {
	font-weight: 500;
	transform: rotateZ(0.03deg);
	margin-bottom: 5px;
}

.form_wrap dl dt span {
	background-color: #d66765;
	font-size: 12px;
	display: inline-block;
	padding: 4px 10px;
	margin-left: 10px;
	border-radius: 4px;
	color: #fff;
	position: relative;
    top: -2px;
}

.form_wrap dl dd {
	transform: rotateZ(0.03deg);
	margin-bottom: 20px;
}

.form_wrap dl dd.radio_flex span.wpcf7-radio {
	display: flex;
	flex-wrap: wrap;
}

.form_wrap dl dd.radio_flex span.wpcf7-radio .wpcf7-list-item:not(:last-child) {
	margin-right: 20px;
}

.form_wrap dl dd dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}

.form_wrap dl dd dl dt {
	margin-bottom: 12px;
	width: 6em;
	font-weight: normal;
	border-left: none;
}

.form_wrap dl dd dl dd {
	margin-bottom: 8px;
	border-left: none;
	padding-left: 0;
	flex: 1;
}

form input[type=text], form input[type=email], form input[type=password], form input[type=date], form textarea {
	width: 100%;
}

.form_wrap form select {
	width: 210px;
}

.form-control {
	background-color: #fefefe;
}

.submt_wrap {
	text-align: center;
}

.submt_wrap input[type=submit] {
	font-size: 16px;
	width: 120px;
	border-radius: 4px;
}

.submt_wrap input[type=submit]:hover {
	opacity: 0.8;
}

.form_wrap select {
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
        text-indent: .01px;
        text-overflow: "";
    appearance:none;
     
}

.submt_wrap input[type=submit] {
	background-image: none;
	font-weight: bold;
}

.submt_wrap button {
	color: #efefef;
	display: inline-block;
	overflow: hidden;
	position: relative;
	padding: 10px 20px 8px;
	text-decoration: none;
	cursor: pointer;
	border: 1px solid var(--color-blue);
	box-shadow: inset 0px 0px 1px rgba(255,255,255,1);
	background-color: var(--color-blue);
	border-color: var(--color-blue);
	font-size: 16px;
    width: 120px;
    border-radius: 5px;
	font-weight: bold;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--color-blue);
    border-color: var(--color-blue);
}

.submt_wrap button:hover {
	opacity: 0.7;
}

input.wpcf7-previous {
	border: 1px solid #aaa;
    box-shadow: inset 0px 0px 1px rgba(255,255,255,1);
    background-color: #aaa;
    padding: 10px 20px 8px;
    margin-bottom: 0;
    color: #efefef;
    position: relative;
	font-size: 16px;
    width: 120px;
    border-radius: 4px;
	margin-right: 15px;
	line-height: 1.5;
}

.thanks_wrap {
	text-align: center;
	font-size: 18px;
	padding-top: 30px;
	margin-bottom: 70px;
}

.thanks_contact {
	margin-top: 25px;
}

.thanks_contact a {
	color: #212121;
	font-weight: bold;
	font-size: 1.4em;
}

form input[type=text], form input[type=email], form input[type=password], form input[type=date], form textarea {
	width: 100%;
}

.submt_wrap .btn-primary {
	border: 1px solid var(--color-blue);
    box-shadow: inset 0px 0px 1px rgba(255,255,255,1);
    background-color: var(--color-blue);
	padding: 10px 20px 8px;
	margin-bottom: 0;
	color: #efefef;
	position: relative;
    top: -3px;
}

input[type=submit] {
	border: 1px solid var(--color-blue);
    box-shadow: inset 0px 0px 1px rgba(255,255,255,1);
    background-color: var(--color-blue);
	padding: 10px 20px 8px;
	margin-bottom: 3px;
	color: #efefef;
}

span.wpcf7-radio .wpcf7-list-item {
	margin: 0;
	display: block;
}

span.wpcf7-radio .wpcf7-list-item label:hover {
	cursor: pointer;
}

.wpcf7-spinner {
	position: absolute;
}

.zip_flex p {
	display: flex;
	align-items: center;
}

span.zipline {
	padding: 0 5px 3px;
}


.submt_wrap input[type=submit] {
	background-image: none;
	font-weight: bold;
}

.submt_wrap button {
	color: #efefef;
	display: inline-block;
	overflow: hidden;
	position: relative;
	padding: 10px 20px 8px;
	text-decoration: none;
	cursor: pointer;
	border: 1px solid var(--color-blue);
	box-shadow: inset 0px 0px 1px rgba(255,255,255,1);
	background-color: var(--color-blue);
	border-color: var(--color-blue);
	font-size: 16px;
    width: 120px;
    border-radius: 5px;
	font-weight: bold;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--color-blue);
    border-color: var(--color-blue);
}

.submt_wrap button:hover {
	opacity: 0.7;
}

.thanks_wrap {
	text-align: center;
	font-size: 18px;
	padding-top: 30px;
	margin-bottom: 70px;
}

.thanks_contact {
	margin-top: 25px;
}

.thanks_contact a {
	color: #212121;
	font-weight: bold;
	font-size: 1.4em;
}

.thanks_wrap h3 {
	font-size: 20px;
	margin-bottom: 10px;
}

.contact_step {
	max-width: 340px;
	margin: 0 auto 25px;
}

.contact_step ul {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.contact_step ul::after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	top: 17px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
	background-color: #aaa;
	z-index: 0;
}

.contact_step ul li {
	font-size: 14px;
	background-color: #aaa;
	border-radius: 4px;
	padding: 7px 7px 7px 8px;
	color: #fff;
	text-align: center;
	font-weight: 500;
	position: relative;
	z-index: 1;
}

.contact_step ul li.step_active {
	background-color: var(--color-blue);
}

.consent_erea {
    text-align: center;
	margin-bottom: 10px;
}

.form_aten {
	text-align: center;
	margin-bottom: 20px;
}

@media screen and (max-width: 560px) {
	.contact_info_wrap {
		padding: 15px;
	}
	
	.contact_info_wrap .flex_left {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #212121;
		margin-bottom: 0;
		padding-bottom: 25px;
	}

	.contact_info_wrap .flex_right {
		width: 100%;
		padding-top: 25px;
	}
	
	.contact_info_wrap p.ib {
		font-size: 13px;
	}
}

/* -----------------------------------------------------------
	確認画面
----------------------------------------------------------- */

.confirm_block dl dt {
	padding-top: 20px;
	border-top: 1px solid #aaa;
}

.confirm_block dl dd:last-child {
	border-bottom: 1px solid #aaa;
	padding-bottom: 20px;
}

.confirm_block .form_wrap dl dd dl dt {
	border-top: none;
	padding-top: 0;
}

.confirm_block dl dd dl dd:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.confirm_block .mw_wp_form_preview {
	max-width: 800px;
	margin: 0 auto;
}

.form_wrap dl dd h3 {
	font-size: 16px;
}

/* -----------------------------------------------------------
	新着情報一覧
----------------------------------------------------------- */

.blog .container, .post-template-default .container, .archive .container {
	max-width: 1130px;
	margin: 0 auto;
	padding: 0 15px;
}

.blog .page-header .container .col-md-12, .post-template-default .page-header .container .col-md-12, .archive .page-header .container .col-md-12 {
	max-width: inherit;
}

.blog .siteHeadContainer, .post-template-default .siteHeadContainer, .archive .siteHeadContainer, .blog .site-header-container, .post-template-default .site-header-container, .archive  .site-header-container {
	max-width: inherit;
	padding: 0;
	margin: 0 auto;
}

.blog .site-footer-copyright, .post-template-default .site-footer-copyright, .archive .site-footer-copyright {
	max-width: inherit;
	margin: 0;
	padding: 10px 5px;
}

.blog .siteContent .container, .post-template-default .siteContent .container, .archive .siteContent .container {
	margin-bottom: 50px;
}

.mainSection header h1.entry-title {
	font-size: 1.2em;
}

.entry-meta_updated, .entry-meta_items_author {
	display: none !important;
}

.archive .mainSection header h1 {
	font-size: 22px;
	font-weight: bold;
	color: #191919;
}

.media .hentry .media-body .media-heading {
	font-size: 22px;
	font-weight: 500;
	color: var(--color-blue);
}

.category-news .entry-meta_items .btn-primary {
	background-color: var(--color-blue) !important;
}

.entry-footer {
	margin-top: 20px;
}

.entry-meta-dataList dd a {
	color: var(--color-blue) !important;
}

.widget .subSection-title {
	padding-top: 10px;
}

.vk_posts-mainSection .vk_post-col-lg-12.media .media-img {
	display: none;
}

.vk_post_title_new {
	display: none;
}

.vk_post .media-img {
	display: none;
}

.next-prev {
	display: none;
}

.entry-meta-item-updated, .entry-meta-item-author {
	display: none;
}

.archive-header-title {
	font-size: 24px;
}

.entry-header h1.entry-title {
	font-size: 22px;
}

.breadcrumb-list a {
	text-decoration: none;
}

.entry-meta-data-list dt {
	color: #fafafa;
	background-color: var(--color-blue);
}

.btn-primary {
	background-color: var(--color-blue);
	border-color: var(--color-blue);
}

.btn-primary:hover {
	background-color: var(--color-blue);
	border-color: var(--color-blue);
}

.site-footer-title:after, .sub-section-title:after, h3:after {
	border-color: var(--color-blue);
}

.widget_link_list>ul li a:hover, .widget_link_list>ul li.current-cat>a {
	color: var(--color-blue);
}

.blog .mainSection, .archive .mainSection, .post-template-default .mainSection {
	padding: 0 15px;
}

.media .hentry .media-body .media-heading {
	font-size: 18px;
}


.subSection-title:after, h3:after {
	border-bottom-color: var(--color-blue);
}

.page-header_pageTitle, h1.page-header_pageTitle:first-child {
	margin: 1.4em 0;
}

.post-template-default h3 {
	border: 1px solid #ccc;
	position: relative;
	padding: 10px 15px 10px 25px;
    font-size: 20px;
}

.post-template-default h3::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    width: 5px;
    height: -webkit-calc(100% - 1em);
    height: calc(100% - 1em);
    background-color: var(--color-blue);
    border-radius: 5px;
}

.post-template-default h4 {
	margin-left: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    font-size: 18px;
	border-top: none;
    border-bottom: 1px solid #ddd;
}

.post-template-default .entry-body {
	margin-bottom: 40px;
	line-height: 1.8;
}

div.pdfemb-viewer {
	border-color: #ccc !important;
}

.entry-meta_items_term_button {
	padding: 4px 1em;
}

@media screen and (min-width: 561px) and (max-width: 768px) {
	.entry-meta_items_term {
		margin-left: 10px;
	}
}

@media screen and (max-width: 560px) {
	.entry-meta_items_term {
		margin-left: 10px;
	}
	
	.media .postList_thumbnail {
		float: none;
		width: 180px;
		margin: 0 auto;
	}
	
	.contact_step ul li {
		font-size: 13px;
	}
	
	.form_wrap .form_inr {
		padding: 30px 15px;
	}
}



/* -----------------------------------------------------------
	お問い合わせ確認画面構築
----------------------------------------------------------- */

.recaptcha_wrap {
	max-width: 304px;
	margin: 0 auto 25px;
}

.zip_flex p {
	display: flex;
	align-items: center;
}

span.zipline {
	padding: 0 5px 3px;
}

.zip_flex p input[type=text] {
	width: 120px;
	max-width: 100%;
}

.zip_flex p span:first-child input[type=text] {
	width: 100px;
}

span.wpcf7-spinner {
	display: block;
	margin: 0 auto;
}

input.wpcf7-previous {
	border: 1px solid #aaa;
    box-shadow: inset 0px 0px 1px rgba(255,255,255,1);
    background-color: #aaa;
    padding: 10px 20px 8px;
    margin-bottom: 0;
    color: #efefef;
    position: relative;
	font-size: 16px;
    width: 120px;
    border-radius: 4px;
	margin-right: 15px;
	line-height: 1.5;
}

input.wpcf7-previous:hover {
	opacity: 0.7;
}

/*確認画面と完了画面を非表示*/
.confirm_area,
.thanks_area {
	display: none;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output{
	display: none;
}

.submt_wrap input {
	border: 1px solid var(--color-blue);
    box-shadow: inset 0px 0px 1px rgba(255,255,255,1);
    background-color: var(--color-blue);
	padding: 10px 20px 8px;
	margin-bottom: 0;
	color: #efefef;
	position: relative;
    top: -3px;
	font-size: 16px;
    width: 120px;
    border-radius: 4px;
	line-height: 1.6;
}

.submt_wrap input.back_button {
	border: 1px solid #bbb;
    background-color: #bbb;
}

.submt_btn_wrap {
	display: flex;
	justify-content: center;
}

.submt_btn_wrap .submt_wrap {
	margin: 0 10px;
}

.conf_text {
	text-align: center;
	margin-bottom: 20px;
}

.blog .breadSection .breadcrumb, .post-template-default .breadcrumb {
	padding-left: 15px;
}

.vk_post_imgOuter_img {
	max-height: 150px;
}

.event-template-default footer.entry-meta {
	display: none;
}

.error404 .mainSection-col-two {
	width: 90%;
	margin: 0 auto 30px;
	text-align: center;
	float: none;
}

.error404 .subSection {
	display: none;
}

#movie_page [id^=sb_youtube_].sb_youtube {
	background-color: #fff;
	padding-bottom: 30px;
}

.drone_movie_wrap {
	padding-top: 50px;
	text-align: center;
}

.pt_none {
	padding-top: 0;
}

.fadeTop {
  transform: translate3d(0, -50px, 0);
  transition: 1s;
  opacity: 0;
}

.fadeTop.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.fadeIn {
  transform: translate3d(0, 50px, 0);
  transition: 1s;
  opacity: 0;
}

.fadeIn.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.fadeRight {
  transform: translate3d(50px, 0, 0);
  transition: 1s;
  opacity: 0;
}

.fadeRight.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.fadeLeft {
    transform: translate3d(-50px, 0, 0);
    transition: 1s;
    opacity: 0;
}

.fadeLeft.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.privacy_erea dl dd {
	padding-left: 2em;
}

.privacy_erea ul li p {
	padding-left: 1em;
	text-indent: -1em;
}

.vk_posts {
	display: none !important;
}

.gakuen_link a {
	white-space: nowrap;
	width: 280px;
}

.monthly_wrap {
	max-width: 700px;
	margin: 0 auto;
}

.monthly_wrap .imgcut {
	margin-bottom: 8px;
}

.play_wrap .main_slider {
	max-width: 700px;
	margin: 0 auto;
}

.pdf_v_wrap {
	max-width: 550px;
	margin: 0 auto;
}

.capcha_wrap {
	max-width: 300px;
	margin: 0 auto 15px;
}

/* -----------------------------------------------------------
	フッター住所
----------------------------------------------------------- */

.ftr_top {
	max-width: 290px;
}

.ftr_top a {
	margin-bottom: 10px;
}

.ftr_top address {
	text-align: left;
	padding-left: 100px;
}