﻿@charset "utf-8";
/* ----------------------------------------------
  ボタン
---------------------------------------------- */
.btn01{
  width:300px;
  margin:30px auto 0;
}
.btn01 a{
  background:#613b15;
  color:#fff;
  display:block;
  text-align:center;
  padding:15px 0;
  border-radius:30px;
  position:relative;
}
.btn01 a::after{
  width:8px;
  height:8px;
  content:'';
  border-top:4px solid #fff;
  border-right:4px solid #fff;
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  transform:rotate(45deg);
  position:absolute;
  top:0;
  bottom:0;
  right:60px;
  margin:auto;
  opacity:0;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -ms-transition:all 0.3s;
  transition:all 0.3s;
}
.btn01 a:hover::after{
  right:40px;
  opacity:1;
}
/* ----------------------------------------------
  Tableレイアウト
---------------------------------------------- */
table {
  width: 100%;
}
th, td {
  padding: 10px;
  border: 1px solid #ccc;
}
th {
  background: #ddd;
}
td {
  background: #fff;
}
.table01 th {
  width: 30%;
  text-align: center;
}
.table02 th,
.table02 td{
  border:#90c31f 1px solid;
}
.table02 > thead th{
  background:#90c31f;
  color:#fff;
  border-right:#fff 1px solid;
}
.table02 > thead th:last-child{
  border-right:#90c31f 1px solid;
}
.table02 > tbody th{
  width: 30%;
  background:#e6f6c4;
}
 @media only screen and (max-width:640px) {
.table01 {
  margin: 0 auto;
}
.table01 th, .table01 td {
  width: auto;
  display: block;
  border-top: none;
}
.table01 tr:first-child th {
  border-top: 1px solid #ccc;
}
}
/* ----------------------------------------------
  横並びリスト
---------------------------------------------- */
.col > li {
  display: inline-block;
  vertical-align: top;
}
.col2 > li {
  width: 485px;
  display: inline-block;
  vertical-align: top;
  margin: 20px 20px 0 0;
}
.col2 > li:first-child,
.col2 > li:nth-child(2) {
  margin-top: 0;
}
.col2 > li:nth-child(2n) {
  margin-right: 0;
}
.col > li img ,
.col2 > li img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 640px) {
.sp_col > li {
  width: auto !important;
  display: block;
  margin: 0 auto 20px !important;
}
.sp_col > li:last-child {
  margin-bottom: 0 !important;
}

.col2 > li {
  width: 100%;
  margin: 0 0 20px 0;
}
.col2 > li:last-child {
  margin-bottom: 0;
}
}
/* ----------------------------------------------
  dlレイアウト
---------------------------------------------- */
.dl01{
  border:#f15f19 1px solid;
  border-bottom:none;
}
.dl01 > dt{
  width:130px;
  background:#f3793e;
  color:#fff;
  float:left;
  text-align:center;
  padding:10px;
  border-bottom:#fff 1px solid;
}
.dl01 > dt:nth-last-of-type(1){
  border-bottom:none;
}
.dl01 > dd{
  background:#fff;
  padding:10px 10px 10px 160px;
  border-bottom:#f15f19 1px solid;
}
 @media only screen and (max-width:640px) {
.dl01 > dt{
  width:auto;
  float:none;
}
.dl01 > dd{
  padding:10px;
}
}
/* --------------------------------------------
   【注意書き】
-------------------------------------------- */
ul.notes {
  margin-left: 14px;
}
ul.notes > li {
  list-style-type: none;
  text-indent: -1em;
}
ul.notes > li:before {
  display: inline;
  content: "※";
}
 @media only screen and (max-width:640px) {
ul.notes {
  margin-left: 16px;
}
}
/* --------------------------------------------
   【リストデザイン】
-------------------------------------------- */
ul.disc > li {
  list-style: disc;
  margin-left: 20px;
}
ul.decimal > li {
  list-style: decimal;
  margin-left: 20px;
}
/* --------------------------------------------
   下層共通パーツ
-------------------------------------------- */
/* ぱんくず */
#breadcrumb {
  width: 1000px;
  margin: 10px auto;
  padding: 5px 0;
  text-align: right;
  font-size: 11px;
}
#breadcrumb > ul > li {
  display: inline-block;
  padding-right: 4px;
}
#breadcrumb > ul > li:after {
  display: inline;
  content: " >";
}
#breadcrumb > ul > li:last-child:after {
  display: inline;
  content: "";
  padding-right: 0px;
}

/* h2 */
#mainContents h2.h2{
  width:450px;
  height:50px;
  background:rgba(255,255,255,.7) url(../images/inner/h2.png) no-repeat center bottom;
  background-size:1000px auto;
  font-size:24px;
  text-align:center;
  line-height:1.2;
  padding:20px 275px;
  margin-top:30px;
}
#mainContents h3.h3{
  height:60px;
  background:url(../images/inner/h3.png) no-repeat left center;
  background-size:1000px auto;
  font-size:20px;
  line-height:60px;
  padding-left:20px;
  margin:40px 0 30px;
}
#mainContents h3.h3:nth-of-type(1){
  margin-top:0;
}
#mainContents h4.h4{
  height:30px;
  background:url(../images/inner/h4.png) no-repeat left bottom;
  background-size:1000px auto;
  font-size:20px;
  line-height:30px;
  padding:5px 0 5px 50px;
  margin:40px 0 30px;
}
/* リスト */
ul.list{
  margin-left:1.4em;
}
ul.list > li{
  text-indent:-1.4em;
}
ul.list > li:before{
  display:inline;
  content:url(../images/inner/about.png);
  position:relative;
  top:2px;
}
/* pagenavi */
.wp-pagenavi{
  text-align:center;
  margin:20px 0;
}
/* スマホ用に見せる */
.mb {
  display: none !important;
}
.mbBlock {
  margin-right:15px;
}
.pcBlock {
  display: block;
}

 @media screen and (max-width: 640px) {
/* ぱんくず */
#breadcrumb {
  display:none;
}

/* h2 */
#mainContents h2.h2{
  width:auto;
  height:auto;
  background:rgba(255,255,255,.7) url(../images/inner/h2_mb.png) no-repeat center bottom;
  background-size:100% auto;
  padding:20px 0 50px 0;
  margin:0 0 20px;
}
#mainContents h3.h3{
  height: auto;
  line-height: 1.5;
}
#mainContents h3.h3.higher{
  line-height:1.2;
  padding: 6px 0 6px 20px;
}
#mainContents h4.h4{
  height:auto;
  line-height:1.2;
}
/* table横スクロール */
.scroll {
  font-size: 14px !important;
  overflow: auto;
  white-space: nowrap;
}
.scroll::-webkit-scrollbar {
  height: 8px;
}
.scroll::-webkit-scrollbar-track {
  background: #fff;
}
.scroll::-webkit-scrollbar-thumb {
  background: #613b15;
}
/* スマホ用に見せる */
.pc {
  display: none !important;
}
.mb {
  display: block !important;
}
.mbBlock {
  display: block !important;
  margin-right:0px;
}
.pcBlock {
  display: initial !important;
}
/* 画像最大 */
.post img,
.preschool img{
  max-width: 100%;
  height: auto;
}
}
/* --------------------------------------------
   【投稿画面】
-------------------------------------------- */
body#tinymce {
  min-width: initial !important;
  height: initial !important;
  background: none !important;
  font-family: initial !important;
}
/* --------------------------------------------
   【新着情報】
-------------------------------------------- */
.newslist dl.news > dt,
.bloglist dl.blog > dt{
  color:#f77cb0;
  float:left;
  padding:15px 0 15px 10px;
}
.newslist dl.news > dd,
.bloglist dl.blog > dd{
  padding:15px 0 15px 120px;
  border-bottom:#613b15 1px solid;
}
.newslist dl.news > dd > a,
.bloglist dl.blog > dd > a{
  color:#613b15;
}
 @media screen and (max-width: 640px) {
.newslist dl.news > dt,
.bloglist dl.blog > dt{
  font-size:12px;
  float:none;
  padding:10px 0 0 10px;
}
.newslist dl.news > dd,
.bloglist dl.blog > dd{
  padding:0 0 10px 10px;
}
 }
/* --------------------------------------------
   【ギャラリー】
-------------------------------------------- */
.gallery {
  margin: 40px 0 20px;
}
.gallery > li {
  width: 235px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 20px 0;
}
.gallery > li:nth-child(4n) {
  margin-right: 0;
}
.gallery > li img {
  width: 100%;
  height: auto;
}
 @media screen and (max-width: 640px) {
.gallery > li {
  width: 49%;
  margin: 0 2% 2% 0;
}
.gallery > li:nth-child(2n) {
  margin-right: 0;
}
 }
/* --------------------------------------------
   【当園について】
-------------------------------------------- */
.about h4{
  height:30px;
  font-size:18px;
  line-height:30px;
  padding-left:40px;
  margin:30px 0 10px;
}
.about .about_img{
  float:right;
}
.about h4.bus01{
  background:url(../images/inner/bus01.png) no-repeat center left;
  background-size:32px auto;
}
.about h4.bus02{
  background:url(../images/inner/bus02.png) no-repeat center left;
  background-size:32px auto;
}
.about h4.bus03{
  background:url(../images/inner/bus03.png) no-repeat center left;
  background-size:32px auto;
}
.about .view{
  width:800px;
}
.about .view_inner {
  position: relative;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
  border:#f5e2cf 10px solid;
}
.about .view_inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.about .ggmap_bg{
  background:#f5e2cf;
  text-align:right;
  padding:0 10px 10px;
}
.about .about01 > li{
  text-align:center;
  display:inline-block;
  vertical-align:top;
}
.about .about01 > li:first-child{
  margin-right:20px;
}
.about .about01 > li > dl > dd{
  background:#613b15;
  color:#fff;
}
.about .about02 > li,
.about .about03 > li{
  width:480px;
  display:inline-block;
  vertical-align:top;
}
.about .about02 > li:first-child,
.about .about03 > li:first-child{
  margin-right:40px;
}
.about .about02 > li > table th,
.about .about03 > li > table th{
  text-align:center;
}
.about .about02 > li:first-child > table th{
  background:#e0cde3;
}
.about .about02 > li:first-child > table th,
.about .about02 > li:first-child > table td{
  border-color:#c29cc7;
}
.about .about02 > li:nth-child(2) > table th{
  background:#fadee5;
}
.about .about02 > li:nth-child(2) > table th,
.about .about02 > li:nth-child(2) > table td{
  border-color:#f09cb0;
}
.about .about03 > li > table th{
  background:#fff7b6;
}
.about .about03 > li > table th,
.about .about03 > li > table td{
  border-color:#ffee69;
}
 @media screen and (max-width: 640px) {
.about .about_img{
  float:none;
  text-align:center;
}
.about .about_img img{
  width:70%;
  max-width:300px;
  height:auto;
}
.about .view{
  width:auto;
}
.about .about01 > li{
  width:49%;
}
.about .about01 > li:first-child{
  margin-right:2%;
}
.about .about01 > li > dl > dt > img{
  width:100%;
  height:auto;
}
.about .about02 > li,
.about .about03 > li{
  width:100%;
}
.about .about02 > li:first-child,
.about .about03 > li:first-child{
  margin-right:0;
}
.about #top300 .top303,
.about #top300 .top303_off {
  width: auto;
  height: 46.94vw;
}
 }
/* --------------------------------------------
   【園の生活】
-------------------------------------------- */
/* 幼稚園の一日 */
.schedule .schedule01{
  background:url(../images/inner/schedule_bg.png) no-repeat center top;
  background-size:326px auto;
}
.schedule .schedule01 > li{
  width:400px;
  margin:40px 0;
}
.schedule .schedule01 > li:nth-child(2n){
  float:right;
  margin-top:-200px;
}
.schedule01 > li:last-child{
  margin-bottom:0;
}
.schedule .schedule01 > li > dl{
  width: 300px;
  text-align:center;
}
.schedule .schedule01 > li > dl > dt > img{
  position:relative;
  z-index:-2;
}
.schedule .schedule01 > li > dl > dd{
  height:60px;
  background:#fff;
  padding:20px;
  position:relative;
  top:-40px;
  right:-120px;
}
.schedule .schedule01 > li > dl > dd:before{
  width:100%;
  height:100px;
  content:'';
  background:#b0d36d;
  display:block;
  position:absolute;
  top:5px;
  right:-5px;
  z-index:-1;
}
.schedule .schedule01 > li:nth-child(2n) > dl > dd{
  right:auto;
  left:-20px;
}
.schedule .schedule01 > li > dl > dd > img{
  position:absolute;
  top:-40px;
  right:-20px;
}
.schedule .schedule01 > li:nth-child(2n) > dl > dd > img{
  left:-20px;
}
.schedule .schedule02{
  width:auto;
}
/* 年間行事 */
.schedule .schedule03 > ul > li{
  width:280px;
  display:inline-block;
  vertical-align:top;
  padding:0 20px 0 40px;
  margin:40px 0 0 0;
}
.schedule .schedule03 > ul > li:last-child{
  padding-right:0;
}
.schedule .schedule03 > ul:first-child > li > dl{
  border:#f99bbb 2px solid;
}
.schedule .schedule03 > ul:nth-child(2) > li > dl{
  border:#a3d55f 2px solid;
}
.schedule .schedule03 > ul:nth-child(3) > li > dl{
  border:#ff8041 2px solid;
}
.schedule .schedule03 > ul:last-child > li > dl{
  border:#55c1e9 2px solid;
}
.schedule .schedule03 > ul > li > dl > dt,
.schedule .schedule03 > ul > li > dl > dd{
  padding:10px 10px 10px 30px;
}
.schedule .schedule03 > ul > li > dl > dt{
  position:relative;
}
.schedule .schedule03 > ul:first-child > li > dl > dt{
  background:#f99bbb;
  color:#fff;
  text-align:center;
}
.schedule .schedule03 > ul:nth-child(2) > li > dl > dt{
  background:#a3d55f;
  color:#fff;
  text-align:center;
}
.schedule .schedule03 > ul:nth-child(3) > li > dl > dt{
  background:#ff8041;
  color:#fff;
  text-align:center;
}
.schedule .schedule03 > ul:last-child > li > dl > dt{
  background:#55c1e9;
  color:#fff;
  text-align:center;
}
.schedule .schedule03 > ul > li > dl > dt > img{
  width: 80px;
  position:absolute;
  top:0;
  bottom:0;
  left:-40px;
  margin:auto;
}
.schedule .schedule03 > ul > li > dl > dd{
  background:#fff;
}
.schedule .schedule03 > ul:first-child > li > dl > dd:nth-of-type(1){
  min-height:72px;
}
.schedule .schedule03 > ul:nth-child(2) > li > dl > dd:nth-of-type(1){
  min-height:72px;
}
.schedule .schedule03 > ul:nth-child(3) > li > dl > dd:nth-of-type(1),
.schedule .schedule03 > ul:nth-child(3) > li > dl > dd:nth-of-type(2){
  min-height:48px;
}
.schedule .schedule03 > ul:last-child > li > dl > dd:nth-of-type(1),
.schedule .schedule03 > ul:last-child > li > dl > dd:nth-of-type(2){
  min-height:94px;
}
 @media screen and (max-width: 640px) {
.schedule .schedule01{
  background:none;
}
.schedule .schedule01 > li{
  width:auto;
}
.schedule .schedule01 > li:nth-child(2n){
  float:none;
  margin-top:0;
}
.schedule01 > li:last-child{
  margin-bottom:20px;
}
.schedule .schedule01 > li > dl{
  width:auto;
  text-align:left;
}
.schedule .schedule01 > li > dl > dt > img{
  width:100%;
  height:auto;
}
.schedule .schedule01 > li > dl > dd{
  top:0;
  right:0;
  border:#b0d36d 5px solid;
  border-top:none;
}
.schedule .schedule01 > li > dl > dd:before{
  content:none;
}
.schedule .schedule01 > li:nth-child(2n) > dl > dd{
  left:0;
}
.schedule .schedule01 > li > dl > dd > img{
  right:5px;
}
.schedule .schedule01 > li:nth-child(2n) > dl > dd > img{
  left:auto;
}
/* 年間行事 */
.schedule .schedule03 > ul > li{
  width:auto;
  display:block;
  padding-right:0;
}
.schedule .schedule03 > ul:nth-child(2) > li:first-child{
  margin-right:auto;
}
.schedule .schedule03 > ul > li > dl > dt,
.schedule .schedule03 > ul > li > dl > dd{
  min-height:auto !important;
}
 }
/* --------------------------------------------
   【小さなお子様へ】
-------------------------------------------- */
.preschool .pre01{
  width:400px;
}
.preschool .pre01_img{
  background:url(../images/inner/preschool01.png) no-repeat bottom;
  background-size:250px auto;
  min-height:207px;
  background-position : 450px;
}
.preschool .pre02_img{
  background:url(../images/inner/preschool02.png) no-repeat bottom;
  background-size:300px auto;
  min-height:500px;
  background-position : 650px;
}
.preschool .pre03_img{
  background:url(../images/inner/preschool03.png) no-repeat top;
  background-size:200px auto;
  min-height:169px;
  background-position : 400px;
}
.preschool .pre02{
  width:600px;
}
.preschool .pre02 .details a{
  background: #90c31f;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  margin-left: 10px;
  border-radius: 10px;
}
.preschool .pre02 .details a:hover{
  background: #9cd422;
  text-decoration: none;
}
.preschool .pre03 > li{
  display:inline-block;
  vertical-align:top;
  margin-right:20px;
}
.preschool .pre03 > li:last-child{
  margin-right:0;
}
.preschool .pre04{
  width:300px;
}
.preschool .inquiryBtn {
  text-align: center;
  margin: 40px auto 0;
}
 @media screen and (max-width: 640px) {
.preschool .pre01_img , .preschool .pre02_img , .preschool .pre03_img{
  min-height: auto;
  background:none;
}
.preschool .pre01,
.preschool .pre02,
.preschool .pre04{
  width:100%;
}
.preschool .pre03 > li{
  display:block;
  text-align:center;
  margin-right:0;
  margin-bottom:20px;
}
.preschool .pre03 > li:last-child{
  margin-bottom:0;
}
 }
/* --------------------------------------------
   【入園案内】
-------------------------------------------- */
.admission .ad_img01{
  background:url(../images/inner/admission01.png) no-repeat bottom;
  background-size:100px auto;
  min-height:97px;
  background-position : 750px;
}
.admission .ad_img01 .dl01 {
  width: 720px;
}
.admission .ad_img02{
  background:url(../images/inner/admission02.png) no-repeat bottom;
  background-size:125px auto;
  min-height:206px;
  background-position : 780px;
}
.admission .ad_img02 .table02 {
  width:auto;
}
.admission .uniform tbody tr:nth-child(8) {
  border-top: #90c31f 2px solid;
}
 @media only screen and (max-width:640px) {
.admission .ad_img01 .dl01{
  width:auto;
}
.admission .ad_img01 , .admission .ad_img02{
  background:none;
}
.admission table {
  font-size: 14px;
}
.admission .price tbody th,
.admission .uniform tbody th {
  width: 40%;
}
 }
/* --------------------------------------------
   【よくあるご質問】
-------------------------------------------- */
.faq .faq_list dt {
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  column-gap: .5em;
  margin-bottom: .5rem;
}
.faq .faq_list dt::before, .faq .faq_list dd::after {
  width: 2.5rem;
  height: 2.5rem;
  content: "Q";
  background: #f15f19;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: grid;
  place-content: center;
	flex-shrink: 0;
  border-radius: 50%;
}
.faq .faq_list dd {
  padding: .5em 0 .5em 3em;
  position: relative;
}
.faq .faq_list dd::after {
  content: "A";
  margin: auto;
  background: #00a651;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.faq .faq_list dd + dt {
  padding-top: 1em;
  margin-top: 1em;
  border-top: 1px solid rgb(97 59 21 / .4);
}
@media only screen and (max-width:640px) {
	.faq .faq_list dd::after {
		bottom: auto;
	}
}
/* --------------------------------------------
   【お問い合わせ】
-------------------------------------------- */
 @media only screen and (max-width:640px) {
.inquiry .table02 {
  margin: 0 auto;
}
.inquiry .table02 th, .inquiry .table02 td {
  width: auto;
  display: block;
  border-top: none;
}
.inquiry .table02 tr:first-child th {
  border-top: #90c31f 1px solid;
}
}
/* --------------------------------------------
   【アクセス】
-------------------------------------------- */
.access .map{
  text-align:center;
}
.access ul.access01 > li{
  display:inline-block;
  vertical-align:top;
  margin-right:60px;
}
.access ul.access01 > li:last-child{
  margin-right:0;
}
.access ul.access01 > li > dl > dt{
  font-size:18px;
  font-weight:bold;
}
.access ul.access01 > li:first-child > dl > dt:before{
  width:74px;
  height:60px;
  content:'';
  background:url(../images/inner/access01.png) no-repeat left bottom;
  display:inline-block;
  vertical-align:text-bottom;
  margin-right:5px;
}
.access ul.access01 > li:nth-child(2) > dl > dt:before {
  width:100px;
  height:60px;
  content:'';
  background:url(../images/inner/access02.png) no-repeat left bottom;
  display:inline-block;
  vertical-align:text-bottom;
  margin-right:5px;
}
.access ul.access01 > li:nth-child(3) > dl > dt:before {
  width:100px;
  height:60px;
  content:'';
  background:url(../images/inner/access03.png) no-repeat left bottom;
  display:inline-block;
  vertical-align:text-bottom;
  margin-right:5px;
}
.access .gmap{
  width:800px;
  height:600px;
  margin:0 auto;
  border:#613b15 4px solid;
  border-radius:10px;
}
.access .gmap iframe{
  border-radius:10px;
}
 @media only screen and (max-width:640px) {
.access .map img{
  width:100%;
  height:auto;
}
.access ul.access01 > li{
  display:block;
  margin-right:0;
}
.access .gmap{
  width:auto;
  height:300px;
  border:#613b15 2px solid;
}
.access .gmap iframe{
  width:100%;
  height:300px;
}
 }
/* --------------------------------------------
   【サイトマップ】
-------------------------------------------- */
.sitemap ul:nth-of-type(1){
  padding-bottom:20px;
  margin-bottom:20px;
  border-bottom:#613b15 1px dotted;
}
.sitemap ul:nth-of-type(1) > li{
  width:20%;
  display:inline-block;
  vertical-align:top;
}
.sitemap ul:nth-of-type(1) > li > a{
  display:inline-block;
  padding:0 20px;
}
.sitemap ul:nth-of-type(1) > li:nth-child(2n+1) > a:before{
  width:22px;
  height:26px;
  content:'';
  background:url(../images/common/flowerPink.png) no-repeat center;
  background-size:22px auto;
  display:inline-block;
  vertical-align:middle;
  margin-right:10px;
}
.sitemap ul:nth-of-type(1) > li:nth-child(2n+2) > a:before{
  width:22px;
  height:26px;
  content:'';
  background:url(../images/common/flowerBlue.png) no-repeat center;
  background-size:22px auto;
  display:inline-block;
  vertical-align:middle;
  margin-right:10px;
}
.sitemap ul:nth-of-type(1) > li > ul{
  padding-bottom:0;
  margin-left:20px;
  margin-bottom:0;
  border-bottom:none;
}
.sitemap ul:nth-of-type(1) > li > ul > li{
  width:100%;
  display:block;
  margin:0;
}
.sitemap ul:nth-of-type(1) > li > ul > li > a{
  line-height:1.5;
  margin-bottom:0;
  border-bottom:none;
}
.sitemap ul:nth-of-type(1) > li > ul > li > a:before{
  width:15px !important;
  height:16px !important;
  background:url(../images/inner/sitemap01.png) no-repeat center bottom !important;
  background-size:13px auto !important;
  margin:2px 10px 8px 0;
}
.sitemap ul:nth-of-type(2) > li{
  display:inline-block;
  vertical-align:top;
  margin-right:40px;
}
.sitemap ul:nth-of-type(2) > li:last-child{
  margin-right:0;
}
.sitemap ul:nth-of-type(2) > li > a:before{
  content:url(../images/inner/sitemap02.png);
  display:inline-block;
  vertical-align:middle;
}
 @media screen and (max-width: 640px) {
.sitemap ul:nth-of-type(1) > li{
  width:100%;
  display: block;
  margin-bottom: 20px;
}
.sitemap ul > li:last-child{
  margin-bottom:0;
}
.sitemap ul:nth-of-type(2) > li{
  display:block;
  padding:0 20px;
  margin-bottom:20px;
}
.sitemap ul:nth-of-type(2) > li:last-child{
  margin-bottom:0;
}
 }
/* --------------------------------------------
   【top】
-------------------------------------------- */
/* メインビジュアル */
#mainVisual{
  overflow:hidden;
}
#mainVisual .ms-slide {
  border-radius: 20px;
  overflow: hidden;
}
.ms-view{
  overflow: visible !important;
}
/* TOP000 */
#top000{
  background:url(../images/top/top000_line01.png) no-repeat top center;
  background-size:745px auto;
  min-height:134px;
  margin:40px 0 20px 0;
}
#top000 dl.emg{
  width:600px;
  margin:0 auto;
  padding-left:150px;
}
#top000 dl.emg > dt{
  color:#f77cb0;
  font-size:15px;
  font-weight:bold;
  padding:20px 0 0 10px;
}
#top000 dl.emg > dd{
  padding:0 0 20px 10px;
}
#top000 .inner{
  background:url(../images/top/top000_line02.png) no-repeat bottom center;
  background-size:745px auto;
  min-height:134px;
  margin:0 auto;
}
/* TOP100 */
#top100{
  margin-bottom:40px;
}
#top100 ul > li{
  width:320px;
  display:inline-block;
  vertical-align:top;
  margin-right:20px;
}
#top100 ul > li:nth-child(3n){
  margin-right:0;
}
#top100 ul > li > a{
  width:320px;
  height:60px;
  display:block;
  padding-top:40px;
  position: relative;
  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
     -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
      -ms-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
       -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
          transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
}
#top100 ul > li:first-child > a{
  background:url(../images/top/top101_icon.png) no-repeat center 32px;
  background-size:50px auto;
}
#top100 ul > li:nth-child(2) > a{
  background:url(../images/top/top102_icon.png) no-repeat center 32px;
  background-size:50px auto;
}
#top100 ul > li:nth-child(3) > a{
  background:url(../images/top/top103_icon.png) no-repeat center 32px;
  background-size:50px auto;
}
#top100 ul > li:nth-child(4) > a{
  background:url(../images/top/top104_icon.png) no-repeat center 32px;
  background-size:50px auto;
}
#top100 ul > li:nth-child(5) > a{
  background:url(../images/top/top105_icon.png) no-repeat center 32px;
  background-size:50px auto;
}
#top100 ul > li:nth-child(6) > a{
  background:url(../images/top/top106_icon.png) no-repeat center 32px;
  background-size:50px auto;
}
#top100 ul > li:first-child > a:hover{
  background:url(../images/top/top101_icon.png) no-repeat center 7px;
  background-size:50px auto;
}
#top100 ul > li:nth-child(2) > a:hover{
  background:url(../images/top/top102_icon.png) no-repeat center 5px;
  background-size:50px auto;
}
#top100 ul > li:nth-child(3) > a:hover{
  background:url(../images/top/top103_icon.png) no-repeat center 3px;
  background-size:50px auto;
}
#top100 ul > li:nth-child(4) > a:hover{
  background:url(../images/top/top104_icon.png) no-repeat center 2px;
  background-size:50px auto;
}
#top100 ul > li:nth-child(5) > a:hover{
  background:url(../images/top/top105_icon.png) no-repeat center 10px;
  background-size:50px auto;
}
#top100 ul > li:nth-child(6) > a:hover{
  background:url(../images/top/top106_icon.png) no-repeat center 15px;
  background-size:50px auto;
}
#top100 ul > li > a > img{
  padding-top:40px;
  position:absolute;
  top:0;
  left:0;
}
/* コロナウイルス */
#topCorona {
  background: #fff url(../images/top/top200_bg.png) repeat-x top center;
  background-size: 234px auto;
  text-align: center;
  padding: 50px 0 40px;
}
#topCorona .inner {
  border: 6px dotted #00a651;
  padding: 20px;
  box-sizing: border-box;
  background: #fff url(../images/top/illust_flower.png) no-repeat bottom 20px right 60px / 115px auto;
}
#topCorona h2{
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
}
#topCorona h2 + p {
  margin-bottom: 30px;
}
#topCorona .measures {
  display: flex;
  justify-content: center;
  text-align: left;
  width: 680px;
  margin: 0 auto;
}
#topCorona .measures ul {
  display: flex;
  flex-wrap: wrap;
}
#topCorona .measures ul li {
  flex: 0 0 300px;
  padding-left: 30px;
  margin-bottom: 10px;
  background: url(../images/top/icon_check.png) no-repeat left top 3px / 20px auto;
}
#topCorona .measures ul li:nth-child(2n) {
  margin-left: 20px;
}
#topCorona .measures ul li:last-child {
  margin-bottom: 0;
}

/* TOP200 */
#top200{
  background:#d6e8b9;
  text-align:center;
  padding:50px 0 40px;
}
#top200 h2{
  margin-bottom:30px;
}
#top200 .tel {
  max-width: 320px;
  height: 60px;
  display: grid;
  place-content: center;
  background: #fff;
  border: 2px solid #613b15;
  border-radius: 20px;
  margin: 0 auto 20px;
}
#top200 ul > li{
  display:inline-block;
  vertical-align:top;
}
#top200 ul > li > a{
  position:relative;
}
#top200 ul > li:first-child{
  margin-right:20px;
}
#top200 ul > li:first-child > a > span{
  display:none;
  position:absolute;
  bottom:0;
  left:-10px;
}
#top200 ul > li:nth-child(2) > a > span{
  display:none;
  position:absolute;
  bottom:0;
  right:-10px;
}
/* あのおさくらキッズ */
#sakurakids {
  padding: 50px 0;
  background: #FFF;
}
#sakurakids .inner {
  background: #f7bca9;
  border-radius: 10px;
  padding: 20px 30px 30px;
  position:relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#sakurakids .col {
  margin: 30px 0;
}
#sakurakids .col > li {
  width: 48%;
  background: #FFF;
  border-radius: 10px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#sakurakids .col > li:first-child {
  margin-right: 4%;
}

#sakurakids h2 {
  font-weight: bold ;
  font-size: 30px;
  text-align:center;
  margin-bottom: 30px;
}
#sakurakids h3 {
  font-weight: bold ;
  font-size: 24px;
  margin-bottom: 20px;
  color: #000;
}
#sakurakids h3 span {
  font-size: 20px;
  display:block;
  color: #ec6d65;
}
#sakurakids .tag {
  position:absolute;
  right: -130px;
  top:-10px;
}
#sakurakids .allow {
  background: #ec6d65;
  font-weight: bold;
  padding: 10px 60px 10px 10px;
  position: relative;
  border-radius: 5px;
  color: #FFF;
}
@keyframes bounce {
  0% { background-position: left center; }
  100% { background-position: right center; }
}
#sakurakids a.allow::after {
  content: "";
  position:absolute;
  right: 10px;
  top: 0;
  bottom:0;
  width: 40px;
  background:url(../images/inner/allow.png) no-repeat left center;
  background-size: 80% auto;
}
#sakurakids a.allow:hover {
  text-decoration: none;
  background: #df3a2f;
}
#sakurakids a.allow:hover::after ,
#sakurakids a.allowbk:hover span::after {
  animation: bounce .3s ease infinite alternate;
}
#sakurakids .allowbk {
  font-weight: bold;
  display: block;
  text-align:center;
  padding: 10px 0;
  border-radius: 5px;
  border: 2px solid #FFF;
  color: #000;
  padding-right: 50px;
}
#sakurakids .allowbk span {
  position: relative;
}
#sakurakids a.allowbk span::after {
  content: "";
  position:absolute;
  right: -50px;
  top: 0;
  bottom:0;
  width: 40px;
  background:url(../images/inner/allowbk.png) no-repeat left center;
  background-size: 80% auto;
}
#sakurakids a.allowbk:hover {
  text-decoration: none;
  background: #FFF;
}
@media screen and (max-width: 640px) {
#sakurakids .inner {
  padding: 10px 15px 15px;
}
#sakurakids h2 {
  font-size: 22px;
  margin-bottom: 20px;
}
#sakurakids h3 {
  font-size: 20px;
}
#sakurakids h3 span {
  font-size: 18px;
}

#sakurakids .col {
  margin: 20px 0;
}

#sakurakids .col > li {
  padding: 15px 15px 20px;
}
#sakurakids p {
  text-align:left!important;
}
#sakurakids .tag {
  position:static;
  margin: -30px 0 10px;
}
}
@media screen and (max-width: 320px) {
#sakurakids h2 {
  font-size: 20px;
  text-align: left;
}
}

/* お知らせ＆トピックス */
#topNews {
  padding: 30px 0 0;
}
#topNews .newsList  {
  display: flex;
  margin-top: 20px;
}
#topNews .newsList > li {
  flex: 0 0 220px;
  margin-right: 40px;
}
#topNews .newsList > li:last-child {
  margin-right: 0;
}
#topNews .newsList .thumbnail{
  border-radius:5px;
  overflow: hidden;
}
#topNews .newsList .thumbnail a{
  display: block;
  width: 100%;
  height: auto;
  padding-top: 75%;
  position: relative;
}
#topNews .newsList .thumbnail img{
  width:100%;
  height:auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#topNews .newsList .txt .date{
  color:#f77cb0;
  font-size:12px;
  display:inline-block;
}
#topNews .newsList .txt .category{
  color:#fff;
  font-size:12px;
  padding: 0 10px;
  margin-right: 10px;
  border-radius: 2px;
  display:inline-block;
}
#topNews .newsList .txt .category.topics {
  background: #f15f19;
}
#topNews .newsList .txt .category.info {
  background: #00a651;
}
#topNews .newsList p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#topNews .more {
  text-align: center;
  margin-top: 40px;
}
#topNews .more a{
  margin: 0 20px;
}

/* TOP300 */
#top300{
  padding: 30px 0 40px;
}
#top300 .top303{
  width:380px;
  height:182px;
  text-align:center;
  padding-top:40px;
  margin:0 auto;
  position:relative;
  clear:both;
}
#top300 .top303_off,
#top300 .top303_on{
  position:absolute;
  top:40px;
  left:0;
}
#top300 .top303_off{
  width:380px;
  height:182px;
  z-index:2;
}
#top300 .top303_off:hover img{
  display:none;
}
#top300 .top303_on{
  z-index:1;
}
#top300 .top303_on a{
  width:380px;
  height:182px;
  background:url(../images/top/inquiryBg.png) no-repeat center bottom;
  background-size:380px auto;
  display:block;
}
#top300 .top303_on ul{
  padding-top:75px;
}
#top300 .top303_on ul > li{
  display:inline-block;
  vertical-align:bottom;
  margin-right:5px;
  position:relative;
}
#top300 .top303_on ul > li:first-child{
  width:36px;
  height:44px;
}
#top300 .top303_on ul > li:nth-child(2){
  width:48px;
  height:28px;
}
#top300 .top303_on ul > li:nth-child(3){
  width:28px;
  height:47px;
}
#top300 .top303_on ul > li:nth-child(4){
  width:41px;
  height:50px;
}
#top300 .top303_on ul > li:nth-child(5){
  width:54px;
  height:58px;
}
#top300 .top303_on ul > li:nth-child(6){
  width:34px;
  height:30px;
}
#top300 .top303_on ul > li:nth-child(7){
  width:33px;
  height:50px;
}
#top300 .top303_on ul > li:nth-child(8){
  width:23px;
  height:52px;
}
#top300 .top303_on .top303Bird{
  width: 66px;
  height: 32px;
  position:absolute;
  top:10px;
  right:20px;
}
#top300 .top303_on .top303Cloud{
  width: 40px;
  height: 24px;
  position:absolute;
  top:10px;
  left:20px;
}
/* topbtn */
#topbtn{
  background:#fff url(../images/top/topbtn_pre_bg.png) repeat-x bottom center;
  background-size:641px auto;
  text-align:center;
  padding:5px 0 10px;
  margin-top:20px;
}
/* topBnr */
#topBnr{
  margin: 0 auto;
  text-align: center;
  padding:40px 0 0;
}
/* topAccess */
#topAccess {
  padding-top: 40px;
}
#topAccess h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
#topAccess h2 span {
  display: inline-block;
  padding: 0 10px;
  border-bottom: 4px solid #aaa;
}
#topAccess .map {
  text-align: center;
  margin-bottom: 10px;
  border: #613b15 4px solid;
  border-radius: 10px;
}
#topAccess .map + p {
  text-align: center;
  margin-bottom: 30px;
}
 @media screen and (max-width: 640px) {
/* メインビジュアル */
#mainVisual{
  width:98%;
  margin:0 auto;
}
.ms-nav-next, .ms-nav-prev {
  display: block !important;
  opacity: 1 !important;
}
.ms-nav-next {
  right: 0 !important;
}
.ms-nav-prev {
  left: 0 !important;
}
/* TOP000 */
#top000{
  background:url(../images/top/top000_line01s.png) no-repeat top center;
  background-size:640px auto;
}
#top000 dl.emg{
  width:auto;
  padding:50px 0 20px 20px;
}
/* TOP100 */
#top100 ul{
  text-align:center;
}
#top100 ul > li{
  width: auto;
  margin-right:0;
}
#top100 ul > li > a{
  width:100%;
  height:auto;
}
#top100 ul > li > a > img{
  width:100%;
  max-width:320px;
  height:auto;
  padding-top:0;
  position:static;
}
#top100 ul > li:first-child > a{
  background:url(../images/top/top101_icon.png) no-repeat center 7px;
  background-size:50px auto;
}
#top100 ul > li:nth-child(2) > a{
  background:url(../images/top/top102_icon.png) no-repeat center 5px;
  background-size:50px auto;
}
#top100 ul > li:nth-child(3) > a{
  background:url(../images/top/top103_icon.png) no-repeat center 3px;
  background-size:50px auto;
}
#top100 ul > li:nth-child(4) > a{
  background:url(../images/top/top104_icon.png) no-repeat center 2px;
  background-size:50px auto;
}
#top100 ul > li:nth-child(5) > a{
  background:url(../images/top/top105_icon.png) no-repeat center 10px;
  background-size:50px auto;
}
#top100 ul > li:nth-child(6) > a{
  background:url(../images/top/top106_icon.png) no-repeat center 15px;
  background-size:50px auto;
}

/* コロナウイルス */
#topCorona {
  padding:30px 0 20px;
}
#topCorona .inner {
  padding: 20px 10px;
  background-size: 25vw auto;
  background-position: bottom 20px right 20px;
}
#topCorona h2{
  font-size: 22px;
  margin-bottom: 20px;
}
#topCorona h2 + p {
  margin-bottom: 20px;
}
#topCorona .measures {
  width: 100%;
}
#topCorona .measures ul {
  display: block;
}
#topCorona .measures ul li:nth-child(2n) {
  margin-left: 0;
}

/* TOP200 */
#top200{
  padding:30px 0 20px;
}
#top200 ul > li:first-child{
  margin-right:0;
  margin-bottom:20px;
}
#top200 ul > li > a > img{
  max-width:100%;
  height:auto;
}
#top200 ul > li:first-child > a > span{
  display:block !important;
  left:10px !important;
}
#top200 ul > li:nth-child(2) > a > span{
  display:block !important;
  right:10px !important;
}

/* お知らせ＆トピックス */
#topNews h2 img {
  width: 100%;
  height: auto;
}
#topNews .newsList  {
  display: block;
  max-width: 280px;
  margin: 20px auto 0;
}
#topNews .newsList > li {
  margin-right: 0;
  margin-bottom: 20px;
}
#topNews .newsList > li:last-child {
  margin-bottom: 0;
}
#topNews .more a{
  margin: 0 10px;
}

/* TOP300 */
#top300{
  padding:20px 0;
}
#top300 .top303{
  width:auto;
}
#top300 .top303 a{
  width:auto;
  height:auto;
  background:none;
}
#top300 .top303_off img{
  width:100%;
  height:auto;
}
#top300 .top303_on{
  display:none;
}
/* topbtn */
#topbtn a > img{
  max-width:100%;
  height:auto;
}
/* topAccess */

#topAccess .map iframe {
  height: 300px;
}
 }

/* --------------------------------------------
   TOPデモ  26.0520
-------------------------------------------- */
#topConcept {
  background: url("../images/top/topConcept_garland.png") repeat-x center top / 234px auto, url("../images/top/topConcept_bg.png") repeat-x center bottom / 641px auto;
  text-align: center;
  padding: 60px 0 80px;
  position: relative;
}
#topConcept::before, #topConcept::after {
  content: "";
  display: block;
  position: absolute;
}
#topConcept::before {
  width: 400px;
  height: 360px;
  background: url("../images/top/topConcept_img01.png") no-repeat center / contain;
  top: 60px;
  left: 5%;
}
#topConcept::after {
  width: 360px;
  height: 300px;
  background: url("../images/top/topConcept_img02.png") no-repeat center / contain;
  bottom: 80px;
  right: 5%;
}
#topConcept h2 {
  margin-bottom: 60px;
}
.topdemo #topAccess {
  padding: 40px 0;
}
@media screen and (max-width: 1560px) {
  #topConcept {
    overflow: hidden;
  }
  #topConcept::before {
    left: auto;
    right: 77.5%;
  }
  #topConcept::after {
    left: 77.5%;
    right: auto;
  }
}
@media screen and (max-width: 640px) {
  #topConcept {
    padding: 80vw 0 60px;
  }
  #topConcept::before {
    width: 70vw;
    height: auto;
    aspect-ratio: 10/9;
    top: 4%;
    left: 2%;
  }
  #topConcept::after {
    width: 50vw;
    height: auto;
    aspect-ratio: 6/5;
    top: 12%;
    bottom: auto;
    left: auto;
    right: 2%;
  }
  #topConcept h2 {
    margin-bottom: 30px;
  }
  #topConcept h2 img {
    width: min(100%, 300px);
  }
  #topConcept p {
    text-align: left;
  }
  #topConcept .bnr img {
    width: min(100%, 360px);
  }
}

/* --------------------------------------------
   TOPデモ　26.09.24
-------------------------------------------- */
.topdemo #topNews {
	background: url("../images/top/topConcept_garland.png") repeat-x center top / 234px auto;
	padding: 60px 0 30px;
}
.topdemo #topConcept {
  background: url("../images/top/topConcept_bg.png") repeat-x center bottom / 641px auto;
}
@media screen and (max-width: 640px) {
	.topdemo #topNews {
		padding-top: 30px;
	}
}