/*==============================================
*
*	base（全体に反映させるstyle）※主にHTML
*
==============================================*/
html {
  font-family: "M PLUS Rounded 1c", "Helvetica Neue", "Arial",
    "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
img {
  vertical-align: middle;
}
button {
  outline: none;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
li {
  list-style: none;
}
a {
  color: #333;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #666;
}
/*==============================================
*
*	parts（各ページ共通のデザイン）
*
==============================================*/
.section_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 6px;
}
.section_title_txt {
  font-weight: 800;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.05em;
  color: #3e7e0d;
  border-bottom: 3px solid #3a3a3a;
  border-right: 3px solid #3a3a3a;
  padding: 4px 20px 10px;
}
.section_title_border {
  padding: 0 15px;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  margin-bottom: 3px;
}
.section_border {
  border-top: 10px double #4e9b14;
}
.section_title_no {
  font-family: Mitr;
  font-size: 34px;
  line-height: 53px;
  letter-spacing: 0.05em;
  color: #3a3a3a;
  padding-right: 10px;
}
/*==============================================
*
*	layout（レイアウト用style）
*
==============================================*/
body {
  background-color: #fcfcf3;
  background-image: url("img/yochien-texture_01.png");
  background-size: 10%;
}
.contents_wrapper {
  position: relative;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
}
.header_logo {
  width: 484px;
  height: 170px;
  padding: 50px 37px 0;
  margin: auto;
}
.header_logo img {
  width: 410px;
  height: 90px;
  -o-object-fit: contain;
  object-fit: contain;
}
.main_contents_wrapper {
  padding: 100px 40px 35px;
}
.main_contents {
  width: 1360px;
  margin: auto;
  position: relative;
  z-index: 1;
}
.header_border_block {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header_border_left {
  width: 439px;
  border-top: 3px solid #3a3a3a;
  border-left: 3px solid #3a3a3a;
}
.header_border_left::before {
  position: absolute;
  top: 6px;
  left: 0;
  content: "";
  width: 439px;
  border-top: 3px solid #3a3a3a;
}
.header_border_center {
  width: 482.5px;
}
.header_border_right {
  width: 439px;
  border-top: 3px solid #3a3a3a;
  border-right: 3px solid #3a3a3a;
}
.header_border_right::before {
  position: absolute;
  top: 6px;
  right: 0;
  content: "";
  width: 439px;
  border-top: 3px solid #3a3a3a;
}
.main_contents_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-left: 3px solid #3a3a3a;
  border-bottom: 3px solid #3a3a3a;
  border-right: 3px solid #3a3a3a;
}
.sidebar_wrapper {
  width: 22%;
}
.sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 3%;
  width: 240px;
  margin: 0 30px;
}
.sidebar_title {
  font-size: 36px;
  line-height: 53px;
  letter-spacing: 0.1em;
  color: #3e7e0d;
}
.sidebar_menu {
  border-top: 3px dashed #6a6a6a;
  border-bottom: 3px dashed #6a6a6a;
  padding: 40px 0 0;
  margin-top: 20px;
}
.sidebar_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}
.section_no {
  width: 20%;
  font-family: Mitr;
  font-size: 32px;
  line-height: 50px;
  letter-spacing: 0.05em;
  color: #3a3a3a;
  margin-right: 10px;
}
.section_txt {
  width: 80%;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.05em;
  color: #4f4f4f;
}
.main_contents_block {
  width: 78%;
  border-left: 3px solid #3a3a3a;
  padding: 0;
  margin: -1px;
}
.main_wrapper {
  padding-right: 20px;
}
.eyechach_section {
  width: 100%;
  padding: 10px 20px 10px 40px;
}
.eyechach_slider {
  margin-bottom: 50px;
}
.slider + .slider {
  margin-top: 2em;
  padding-top: 2em;
  border-top: 3px dashed #6a6a6a;
}
.slider_img {
  width: 980px;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}
.slider_img img {
  width: 100%;
  /* height: 364px; */
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.slick-dots li button:before {
  font-size: 14px;
}
.slick-dots li.slick-active button:before {
  color: #4e9b14;
}
.eyechach_txt_block {
  border-top: 3px dashed #6a6a6a;
  padding: 25px 0 30px;
}
.eyechach_txt_01 {
  font-weight: 800;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0.08em;
  color: #3e7e0d;
}
.eyechach_txt_02 {
  font-weight: 800;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0.08em;
  color: #3a3a3a;
}

/* ーーーーーーーーー
　　追加Zoomボタン
	ーーーーーーーーー*/
.btn {
  width: 68%;
  margin: 8% auto 4%;
  text-align: center;
}

.zoom_btn {
  display: block;
  width: 100%;
  padding: 3%;
  margin-bottom: 3%;
  color: white;
  background: #4c9cff;
  font-size: 3.889vw;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.4;
  box-shadow: 1px 2px 9px -4px #555;
  transition: all 0.3s;
}

.zoom_btn:hover {
  color: #4c9cff;
  background: white;
  transform: scale(1.02);
  box-shadow: 1px 6px 20px -14px #555;
}

.special-site {
  margin-left: 1%;
  font-size: 0.8em;
  font-weight: normal;
}

.special-site::after {
  /* content: '';
	position: absolute;
	left: 0;
	width: 1em;
	height: 1em;
	background: url(img/link_icon.png) no-repeat center / 100%; */
}

.pkup_section {
  border-top: 3px solid #3a3a3a;
  margin: -1px;
}
.pkup_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.piup_contents {
  /* width: 654px; */
}
.pkup_txt_box {
  padding: 27px 43px;
}
.pkup_txt_01 {
  font-weight: 800;
  font-size: 26px;
  line-height: 39px;
  letter-spacing: 0.05em;
  color: #3a3a3a;
}
.pkup_txt_02 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #000000;
  padding-top: 15px;
}
.pkup_sns_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.pkup_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 20px auto 0;
}
.line_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 3px dashed #6a6a6a;
  padding-top: 10px;
}
.pkup_sns_box {
  width: 100%;
  margin-right: 10px;
}
.pkup_txt_03 {
  width: 239px;
  font-weight: 800;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.05em;
  color: #3a3a3a;
}
.pkup_txt_04 {
  font-weight: 800;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #3a3a3a;
}
.pkup_youtube {
  color: #fc5e5e;
}
.pkup_line {
  color: #00c300;
}
.youtube_box {
  margin-top: 15px;
}
.pkup_youtube_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 800;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.05em;
  color: #f97787;
  width: 247px;
  height: 40px;
  background: #fcfcf3;
  -webkit-box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
  padding-left: 40px;
  position: relative;
}
.pkup_youtube_btn a::after {
  position: absolute;
  top: 5px;
  right: 40px;
  content: "";
  background-image: url("img/btn_youtube.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.pkup_youtube_btn a:hover {
  -webkit-box-shadow: 4px 8px 18px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 8px 18px rgba(0, 0, 0, 0.25);
  transform: scale(1.01);
}
.pkup_line_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 800;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.05em;
  color: #ffffff;
  width: 194px;
  height: 46px;
  background: #06c755;
  -webkit-box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
  padding-left: 15px;
  position: relative;
}
.pkup_line_btn a::after {
  position: absolute;
  top: 10px;
  right: 10px;
  content: "";
  background-image: url("img/btn_line.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.pkup_line_btn a:hover {
  -webkit-box-shadow: 4px 8px 18px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 8px 18px rgba(0, 0, 0, 0.25);
  transform: scale(1.018);
}
.pkup_qr_img {
  width: 74px;
  height: 74px;
}
.pkup_qr_img img {
  width: 74px;
  height: 74px;
  margin-left: 10px;
}
.pkup_img_wrapper {
  padding-top: 18px;
}
.pkup_img_box {
  width: 386px;
  height: 100%;
  border-left: 3px solid #3a3a3a;
  padding: 17px 13px 27px 33px;
}
.pkup_img {
  width: 349px;
  height: 240px;
  overflow: hidden;
}
.pkup_img img {
  width: 349px;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 100% 100%;
  object-position: 100% 100%;
}
.kindergarten_list_section {
  border-top: 3px solid #3a3a3a;
}
.kindergarten_list_title {
  font-weight: 800;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #3a3a3a;
}
.search-box_label {
  font-weight: 800;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.05em;
  color: #3a3a3a;
}
.is-hide {
  display: none;
}
.serch_list_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 3px dashed #6a6a6a;
  padding-top: 20px;
  margin: 20px 30px 30px;
}
.search-box .sarch_label {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.05em;
  color: #3a3a3a;
  margin: 10px 20px 0 0;
}
.serch_list {
  border-left: 3px solid #6a6a6a;
  padding: 15px 15px 15px 25px;
}
.checkbox_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.checkbox_wrapper {
  padding: 12px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.check_input {
  margin: 0;
  width: 0;
  opacity: 0;
}
.ECM_CheckboxInput:hover {
  background: #ccc;
}
.check_input:focus + .checkbox_dummy {
  border: 2px solid #3e7e0d;
}
.check_input:checked + .checkbox_dummy {
  background: #3e7e0d;
}
.check_input:checked + .checkbox_dummy::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  height: 2px;
  border-radius: 2px;
  -webkit-transform: translate(-4px, -1px) rotateZ(-135deg);
  -ms-transform: translate(-4px, -1px) rotate(-135deg);
  transform: translate(-4px, -1px) rotateZ(-135deg);
  -webkit-transform-origin: 2px 2px;
  -ms-transform-origin: 2px 2px;
  transform-origin: 2px 2px;
  background: #ffffff;
}
.check_input:checked + .checkbox_dummy::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 76%;
  height: 2px;
  border-radius: 2px;
  -webkit-transform: translate(-2px, 1px) rotateZ(-45deg);
  -ms-transform: translate(-2px, 1px) rotate(-45deg);
  transform: translate(-2px, 1px) rotateZ(-45deg);
  -webkit-transform-origin: 2px 2px;
  -ms-transform-origin: 2px 2px;
  transform-origin: 2px 2px;
  background: #ffffff;
}
.checkbox_dummy {
  position: relative;
  top: 5px;
  left: -3px;
  display: block;
  width: 15px;
  height: 15px;
  border: 2px solid #3e7e0d;
  background: #fff;
  border-radius: 4px;
}
.sarch_label {
  margin-left: 12px;
  display: block;
  font-size: 18px;
  font-weight: bold;
}
.list {
  width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 3px dashed #6a6a6a;
  padding: 30px;
  margin: 25px 25px 50px;
}
.list::after {
  content: "";
  display: block;
  width: 293px;
}
.list_item {
  width: 293px;
  background: #ffffff;
  border: 3px solid #3e7e0d;
  border-radius: 1px;
  padding: 12px;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 70px;
}
.list_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.list_city {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #4f4f4f;
}
.list_kind {
  display: inline-block;
  font-weight: 800;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.05em;
  color: #ffffff;
  background: #3e7e0d;
  border-radius: 2px;
  padding: 1% 9px;
}
.list_img {
  width: 100%;
  height: 146px;
  background: #c4c4c4;
  margin: 10px 0;
}
.list_img iframe {
  width: 100%;
  height: 146px;
}
.list_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list_name_box {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.list_name_box a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.list_name_box a:hover ~ .list_name {
  color: #3e7e0d;
}
.list_name {
  font-weight: 800;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.05em;
  color: #4f4f4f;
}
.list_link {
  margin: 5px 0 5px 0;
}
.list_link {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.05em;
  color: #3e7e0d;
  padding-left: 15px;
  position: relative;
}
.list_link::before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  background-image: url("img/link_icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 13px;
}
.list_postno {
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #4f4f4f;
}
.list_add {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #4f4f4f;
}
.list_contact {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.05em;
  color: #4f4f4f;
  margin-top: 1em;
}
.list_tel {
  font-size: 14px;
  color: #4f4f4f;
}
.list_tel a {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.05em;
  color: #3e7e0d;
}
.list_mail a {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.05em;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #3e7e0d;
}
.list_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  position: absolute;
  bottom: 10px;
}
.sns_icon {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.sns_icon img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}
.map_section {
  border-top: 3px solid #3a3a3a;
}
.google_mymap_box {
  width: 980px;
  height: 680px;
  overflow: hidden;
  border: 3px solid #000000;
  margin: 50px 20px 50px 40px;
}
.google_mymap_box iframe {
  width: 980px;
  height: 680px;
}
.footer_wrapper {
  border-top: 3px solid #3a3a3a;
  padding: 8px;
  margin: -1px;
}
.footer {
  background-color: #3e7e0d;
  background-image: url("img/yochien-texture_01.png");
  background-size: 10%;
  border: 3px solid #3a3a3a;
  padding: 20px 20px 0;
}
.footer_img {
  width: 64px;
  height: 64px;
  margin: auto;
}
.footer_img img {
  width: 64px;
  height: 64px;
}
.footer_title {
  color: #ffffff;
  font-size: 22px;
  font-weight: 800;
  line-height: 48px;
  letter-spacing: 0.05em;
  text-align: center;
}
.footer_title .footer_title_big {
  font-size: 28px;
  margin-left: -6px;
}
.footer_tel_box {
  width: 411px;
  color: #ffffff;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 15px;
  margin: auto;
}
.footer_copy_box {
  border-top: 1px solid #ffffff;
  padding: 8px;
}
.footer_copy {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #ffffff;
}
.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.tab_pc_br {
  display: none;
}
/*==============================================
*	レスポンシブ対応
==============================================*/
/* 1440px〜：PC
------------------------------ */
@media screen and (min-width: 1440px) {
  a:hover .sidebar_list .section_no {
    color: #3e7e0d;
    font-weight: bold;
  }
  a:hover .sidebar_list .section_txt {
    font-weight: bold;
  }
  .sns_icon a img {
    filter: grayscale(1);
  }
  .sns_icon a:hover img {
    filter: grayscale(0);
  }
  .tab_sp_navi {
    display: none;
  }
  .tab_sp_border {
    display: none;
  }
  .tab_sp_br {
    display: none;
  }
  .tab_sp_fnavi {
    display: none;
  }
  .tab_br {
    display: none;
  }

  /* ーーーーーーーーー
　　追加Zoomボタン
	ーーーーーーーーー*/
  .btn {
    width: 92%;
    margin: 0 auto;
  }

  .zoom_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2%;
    font-size: 1.8rem;
  }

  .special-site {
    position: relative;
    bottom: -0.1em;
  }

  .btn-br {
    display: none;
  }
}

/* 1024px〜1439px：PC
------------------------------ */
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  a:hover .sidebar_list .section_no {
    color: #3e7e0d;
  }
  a:hover .sidebar_list .section_txt {
    font-weight: bold;
  }
  .sns_icon a img {
    filter: grayscale(1);
  }
  .sns_icon a:hover img {
    filter: grayscale(0);
  }
  .tab_sp_navi {
    display: none;
  }
  .tab_sp_border {
    display: none;
  }
  .tab_sp_br {
    display: none;
  }
  .section_title {
    padding-top: 0.417vw;
  }
  .section_title_txt {
    font-size: 1.667vw;
    line-height: 2.5vw;
    padding: 0.278vw 1.389vw 0.694vw;
  }
  .section_title_border {
    padding: 0.347vw 1.042vw;
  }
  .section_title_no {
    font-size: 2.361vw;
    line-height: 3.681vw;
    padding-right: 0.694vw;
  }
  /*==== layout（レイアウト用style）=====*/
  .header_logo {
    width: 33.611vw;
    height: 11.806vw;
    padding: 3.472vw 2.569vw 0;
  }
  .header_logo img {
    width: 28.472vw;
    height: 6.25vw;
  }
  .header_border_block {
    height: 5.556vw;
  }
  .main_contents_wrapper {
    padding: 6.944vw 2.778vw 2.431vw;
  }
  .main_contents {
    width: 94.444vw;
    z-index: 1;
  }
  .header_border_left {
    width: 30.486vw;
  }
  .header_border_left::before {
    top: 0.417vw;
    width: 30.486vw;
  }
  .header_border_center {
    width: 33.472vw;
  }
  .header_border_right {
    width: 30.486vw;
  }
  .header_border_right::before {
    top: 0.417vw;
    width: 30.486vw;
  }
  .sidebar {
    width: 16.667vw;
    margin: 0 2.083vw;
  }
  .sidebar_title {
    font-size: 2.5vw;
    line-height: 3.681vw;
  }
  .sidebar_menu {
    padding: 2.778vw 0 0;
    margin-top: 1.389vw;
  }
  .sidebar_list {
    margin-bottom: 3.472vw;
  }
  .section_no {
    font-size: 2.222vw;
    line-height: 3.472vw;
    margin-right: 0.694vw;
  }
  .section_txt {
    font-size: 1.389vw;
    line-height: 2.083vw;
  }
  .main_contents_block {
    margin: -0.069vw;
  }
  .main_wrapper {
    padding-right: 1.389vw;
  }
  .eyechach_section {
    padding: 0.694vw 1.389vw 0.694vw 2.778vw;
  }
  .slider_img {
    width: 68.056vw;
    /* height: 25.278vw; */
    border-radius: 0.694vw;
  }
  .slider_img img {
    /* height: 25.278vw; */
  }
  .slick-dots li button:before {
    font-size: 0.972vw;
  }
  .slick-dots li.slick-active button:before {
  }
  .eyechach_txt_block {
    padding: 1.736vw 0 2.083vw;
  }
  .eyechach_txt_01 {
    font-size: 1.389vw;
    line-height: 2.5vw;
  }
  .eyechach_txt_02 {
    font-size: 1.25vw;
    line-height: 2.5vw;
  }

  /* ーーーーーーーーー
　　追加Zoomボタン
	ーーーーーーーーー*/
  .btn {
    width: 92%;
  }

  .zoom_btn {
    font-size: 1.806vw;
  }

  .btn-br {
    display: none;
  }

  .pkup_section {
    margin: -0.069vw;
  }
  .piup_contents {
    /* width: 45.417vw; */
  }
  .pkup_txt_box {
    padding: 1.875vw 2.986vw;
  }
  .pkup_txt_01 {
    font-size: 1.806vw;
    line-height: 2.708vw;
  }
  .pkup_txt_02 {
    font-size: 1.111vw;
    line-height: 1.667vw;
    padding-top: 1.042vw;
  }
  .pkup_flex {
    margin: 10px auto 0;
  }
  .pkup_txt_03 {
    width: 16.597vw;
    font-size: 1.25vw;
    line-height: 1.875vw;
  }
  .pkup_youtube_btn a {
    font-size: 0.972vw;
    line-height: 1.458vw;
    width: 13.472vw;
    height: 3.194vw;
    padding-left: 1.042vw;
  }
  .pkup_youtube_btn a::after {
    /* top: 0.694vw; */
    right: 0.694vw;
    width: 1.667vw;
    height: 1.667vw;
  }
  .pkup_line_btn a {
    font-size: 0.972vw;
    line-height: 1.458vw;
    width: 13.472vw;
    height: 3.194vw;
    padding-left: 1.042vw;
  }
  .pkup_line_btn a::after {
    top: 0.694vw;
    right: 0.694vw;
    width: 1.667vw;
    height: 1.667vw;
  }
  .pkup_line_btn a:hover {
    /* opacity: 0.8; */
  }
  .pkup_qr_img {
    width: 5.139vw;
    height: 5.139vw;
  }
  .pkup_qr_img img {
    width: 5.139vw;
    height: 5.139vw;
    margin-left: 0.694vw;
  }
  .pkup_img_wrapper {
    padding-top: 1.25vw;
  }
  .pkup_img_box {
    width: 26.806vw;
    padding: 1.181vw 0.903vw 2.292vw 2.292vw;
  }
  .pkup_img {
    width: 24.236vw;
    height: 16.667vw;
  }
  .pkup_img img {
    width: 24.236vw;
    height: 16.667vw;
  }
  .kindergarten_list_title {
    font-size: 1.667vw;
    line-height: 2.5vw;
  }
  .search-box_label {
    font-size: 1.25vw;
    line-height: 1.875vw;
  }
  .serch_list_box {
    padding-top: 1.389vw;
    margin: 1.389vw 2.083vw 2.083vw;
  }
  .search-box .sarch_label {
    font-size: 0.972vw;
    line-height: 1.458vw;
    margin: 0.694vw 1.389vw 0 0;
  }
  .serch_list {
    padding: 1.042vw 1.042vw 1.042vw 1.736vw;
  }
  .list {
    width: 69.444vw;
    padding: 2.083vw;
    margin: 1.736vw 1.736vw 3.472vw;
  }
  .list::after {
    width: 20.347vw;
  }
  .list_item {
    width: 20.347vw;
    border-radius: 0.069vw;
    padding: 0.833vw;
    margin-bottom: 1.389vw;
    padding-bottom: 4.861vw;
  }
  .list_city {
    font-size: 1.111vw;
    line-height: 1.667vw;
  }
  .list_kind {
    font-size: 0.972vw;
    line-height: 1.458vw;
    border-radius: 0.139vw;
    padding: 1% 0.625vw;
  }
  .list_img {
    width: 100%;
    height: 10.139vw;
    margin: 0.694vw 0;
  }
  .list_img iframe {
    width: 100%;
    height: 10.139vw;
  }
  .list_name_box {
    height: 4.167vw;
  }
  .list_name {
    font-size: 1.389vw;
    line-height: 2.083vw;
  }
  .list_link {
    margin: 0.347vw 0 0.347vw 0;
  }
  .list_link a {
    font-size: 0.833vw;
    line-height: 1.25vw;
    letter-spacing: 0.05em;
    padding-left: 1.042vw;
  }
  .list_link a::before {
    top: 0.208vw;
    width: 0.903vw;
    height: 0.903vw;
  }
  .list_postno {
    font-size: 0.833vw;
    line-height: 1.528vw;
    letter-spacing: 0.05em;
  }
  .list_add {
    font-size: 0.972vw;
    line-height: 1.528vw;
  }
  .list_contact {
    font-size: 0.972vw;
    line-height: 1.458vw;
  }
  .list_tel {
    font-size: 0.972vw;
  }
  .list_tel a {
    font-size: 0.972vw;
    line-height: 1.25vw;
  }
  .list_mail a {
    font-size: 0.972vw;
    line-height: 1.458vw;
  }
  .list_sns {
    margin-top: 1.389vw;
  }
  .sns_icon {
    width: 2.778vw;
    height: 2.778vw;
    margin-right: 0.694vw;
  }
  .sns_icon img {
    width: 2.778vw;
    height: 2.778vw;
  }
  .google_mymap_box {
    width: 68.056vw;
    height: 47.222vw;
    margin: 3.472vw 1.389vw 3.472vw 2.778vw;
  }
  .google_mymap_box iframe {
    width: 68.056vw;
    height: 47.222vw;
  }
  .footer_wrapper {
    padding: 0.556vw;
    margin: -0.069vw;
  }
  .footer {
    padding: 1.389vw 1.389vw 0;
  }
  .footer_img {
    width: 4.444vw;
    height: 4.444vw;
  }
  .footer_img img {
    width: 4.444vw;
    height: 4.444vw;
  }
  .footer_title {
    font-size: 1.528vw;
    line-height: 3.333vw;
  }
  .footer_title .footer_title_big {
    font-size: 1.944vw;
    margin-left: -0.417vw;
  }
  .footer_tel_box {
    width: 28.542vw;
    font-size: 0.972vw;
    line-height: 1.458vw;
    padding-bottom: 1.042vw;
  }
  .footer_copy_box {
    padding: 0.556vw;
  }
  .footer_copy {
    font-size: 0.833vw;
    line-height: 1.25vw;
  }
  .tab_sp_fnavi {
    display: none;
  }
}
/* 768px〜1023px：タブレット
------------------------------ */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body {
    background-size: 20%;
  }
  .section_title_txt {
    font-size: 2.604vw;
    line-height: 3.906vw;
    border-bottom: 2px solid #3a3a3a;
    border-right: 2px solid #3a3a3a;
    padding: 0.651vw 2.604vw 1.302vw 2.604vw;
  }
  .section_title_no {
    font-size: 2.865vw;
    line-height: 6.38vw;
  }
  .section_border {
    border-top: 7px double #4e9b14;
  }
  .header_logo {
    width: 39.583vw;
    height: 9.115vw;
    padding: 2.604vw 2.604vw 0;
  }
  .header_logo img {
    width: 34.375vw;
    height: 7.422vw;
  }
  .header_border_block {
    height: 5.208vw;
  }
  .sidebar_wrapper {
    display: none;
  }
  .main_wrapper {
    padding-right: 0;
  }
  .main_contents_wrapper {
    padding: 6.51vw 2.604vw 7.813vw;
  }
  .main_contents {
    width: 100%;
  }
  .header_border_left {
    width: 26.042vw;
    border-top: 2px solid #3a3a3a;
    border-left: 2px solid #3a3a3a;
  }
  .header_border_left::before {
    position: absolute;
    top: 0.781vw;
    left: 0;
    content: "";
    width: 26.042vw;
    border-top: 2px solid #3a3a3a;
  }
  .header_border_center {
    width: 42.839vw;
  }
  .header_border_right {
    width: 26.042vw;
    border-top: 2px solid #3a3a3a;
    border-right: 2px solid #3a3a3a;
  }
  .header_border_right::before {
    position: absolute;
    top: 0.781vw;
    right: 0;
    content: "";
    width: 26.042vw;
    border-top: 2px solid #3a3a3a;
  }
  .main_contents_inner {
    border-left: 2px solid #3a3a3a;
    border-bottom: 2px solid #3a3a3a;
    border-right: 2px solid #3a3a3a;
  }
  .main_contents_block {
    width: 100%;
    border-left: none;
    margin: 0;
  }
  .eyechach_section {
    padding: 0;
  }
  .eyechach_slider {
    padding: 0 3.906vw;
    margin-bottom: 5.208vw;
  }
  .slider_img {
    width: 86.979vw;
    /* height: 45.964vw; */
    height: 100%;
    border-radius: 1.302vw;
  }
  .slider_img img {
    width: 100%;
    /* height: 45.964vw; */
    height: 100%;
  }

  /* ーーーーーーーーー
　　追加Zoomボタン
	ーーーーーーーーー*/
  .btn {
    width: 92%;
    margin: 0 auto;
  }

  .zoom_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2%;
    /* color: white;
		background: #4c9cff; */
    font-size: 1.4rem;
    /* font-weight: bold; */
    /* letter-spacing: .06em; */
    /* box-shadow: 1px 2px 9px -4px #555; */
    /* transition: all .3s; */
  }

  .zoom_btn:hover {
    /* color: #4c9cff;
		background: white; */
    /* color: white;
		background: #4c9cff; */
    /* transform: scale(1.02);
		box-shadow: 1px 6px 20px -14px #555; */
  }

  .special-site {
    position: relative;
    bottom: -0.1em;
    /* padding-left: 1.2em; */
  }

  .btn-br {
    display: none;
  }

  .tab_sp_navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2.604vw 0.651vw;
    position: relative;
  }
  .tab_sp_navi::before {
    position: absolute;
    top: 0;
    right: -1px;
    width: 99%;
    height: 2px;
    content: "";
    background: #3a3a3a;
    border-radius: 2px;
  }
  .tab_sp_navi::after {
    position: absolute;
    bottom: 0;
    left: -1px;
    width: 99%;
    height: 2px;
    content: "";
    background: #3a3a3a;
    border-radius: 2px;
  }
  .tab_sp_title {
    font-size: 3.385vw;
    line-height: 5.078vw;
    letter-spacing: 0.1em;
    color: #3e7e0d;
    padding: 0 2.604vw;
  }
  .tab_sp_menu {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-left: 3px dashed #6a6a6a;
  }
  .tab_sp_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section_no {
    font-size: 3.125vw;
    line-height: 4.948vw;
    letter-spacing: 0.05em;
    color: #3e7e0d;
    margin-left: 2.604vw;
  }
  .section_txt {
    width: 100%;
  }
  .section_txt a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 5.99vw;
    color: #ffffff;
    font-size: 1.823vw;
    line-height: 2.734vw;
    letter-spacing: 0.05em;
    text-align: center;
    background: #4e9b14;
    -webkit-box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
    padding: 1.302vw;
    position: relative;
  }
  .section_txt a::before {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    border-top: solid 2.604vw #3e7e0d;
    border-left: solid 2.604vw transparent;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    width: 2.604vw;
    height: 0;
  }
  .eyechach_txt_block {
    border-top: none;
  }
  .eyechach_txt_01 {
    padding-bottom: 2.604vw;
  }
  .eyechach_txt_02 {
    font-size: 2.083vw;
    line-height: 3.906vw;
    padding-top: 2.604vw;
  }
  .tab_sp_border {
    width: 57.292vw;
    border-top: 3px dashed #6a6a6a;
    margin: auto;
  }
  .pkup_section {
    position: relative;
    border-top: none;
  }
  .pkup_section::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 99%;
    height: 2px;
    content: "";
    background: #3a3a3a;
    border-radius: 2px;
  }
  .piup_contents {
    /* width: 59.245vw; */
  }
  .pkup_flex {
    width: 100%;
    /* -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .line_box {
    width: 100%;
    /* -webkit-box-orient: vertical; */
    /* -webkit-box-direction: reverse; */
    /* -ms-flex-direction: column-reverse; */
    /* flex-direction: column-reverse; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    border-top: 2px dashed #6a6a6a;
  }
  .pkup_qr_img {
    /* display: none; */
  }
  .pkup_img_box {
    width: 35.417vw;
    border-left: 2px solid #3a3a3a;
    padding: 16px;
  }
  .pkup_img {
    width: 31.25vw;
    height: 30vw;
  }
  .pkup_img img {
    width: 31.25vw;
    height: 30vw;
  }
  .pkup_txt_01 {
    font-size: 2.344vw;
    line-height: 3.516vw;
  }
  .pkup_txt_02 {
    font-size: 1.823vw;
    line-height: 2.865vw;
  }
  .pkup_txt_03 {
    width: 100%;
    font-size: 1.823vw;
    line-height: 2.734vw;
    margin-bottom: 1.953vw;
  }
  .pkup_youtube_btn a {
    font-size: 1.823vw;
    line-height: 2.734vw;
    width: 32.161vw;
    height: 5.208vw;
    padding-left: 5.208vw;
    margin-top: 2.604vw;
  }
  .pkup_youtube_btn a::after {
    top: 0.651vw;
    right: 5.208vw;
    width: 3.125vw;
    height: 3.125vw;
  }
  .kindergarten_list_section {
    position: relative;
    border-top: none;
  }
  .kindergarten_list_section::before {
    position: absolute;
    top: 0;
    left: -1px;
    width: 99%;
    height: 2px;
    content: "";
    background: #3a3a3a;
    border-radius: 2px;
  }
  .kindergarten_list_title {
    font-size: 2.083vw;
    line-height: 3.125vw;
  }
  .serch_list {
    padding: 0 1.302vw;
    border-left: 2px solid #6a6a6a;
    margin: 2.604vw 0;
  }
  .serch_list_box {
    border-top: 2px dashed #6a6a6a;
    padding-top: 0;
    margin: 3.906vw 3.906vw 0;
  }
  /*.checkbox_wrapper {
		background: #FFFFFF;
		border: 1px solid #3E7E0D;
		border-radius: 4px;
		padding: 5px 5px 5px 8px;
		margin: 5px;
	}
	.check_input:checked + .sarch_label {
		background: #3E7E0D;
		color: #fff;
	}*/
  .checkbox_dummy {
    top: 0;
  }
  .search-box .sarch_label {
    margin: 0;
  }
  .list {
    width: calc(100% - 40px);
    border-top: 2px dashed #6a6a6a;
    border-bottom: 2px dashed #6a6a6a;
    border-left: none;
    border-right: none;
    padding: 2.604vw 0 0;
    margin: 0 2.604vw 2.604vw;
  }
  .list::after {
    width: 28.646vw;
  }
  .list_item {
    width: 28.646vw;
    padding: 0.911vw;
    padding-bottom: 7.813vw;
  }
  .list_city {
    font-size: 1.563vw;
    line-height: 2.344vw;
  }
  .list_link a {
    font-size: 1.563vw;
    line-height: 1.953vw;
  }
  .list_link::before {
    width: 1.563vw;
    height: 1.563vw;
  }
  .list_kind {
    font-size: 1.563vw;
    line-height: 2.344vw;
  }
  .list_img {
    width: 100%;
    height: 14.323vw;
  }
  .list_img iframe {
    width: 100%;
    height: 14.323vw;
  }
  .list_name {
    font-size: 2.2vw;
    line-height: 3.516vw;
  }
  .list_tel {
    font-size: 1.563vw;
  }
  .list_tel a {
    font-size: 1.563vw;
    line-height: 1.953vw;
  }
  .list_postno {
    font-size: 1.432vw;
    line-height: 1.563vw;
  }
  .list_add {
    font-size: 1.563vw;
    line-height: 1.563vw;
  }
  .list_contact {
    font-size: 1.563vw;
    line-height: 2.344vw;
    margin-top: 1.953vw;
  }
  .list_mail a {
    font-size: 1.563vw;
    line-height: 2.344vw;
  }
  .sns_icon {
    width: 4.557vw;
    height: 4.557vw;
    margin-right: 1.302vw;
  }
  .sns_icon img {
    width: 4.557vw;
    height: 4.557vw;
  }
  .map_section {
    border-top: 2px solid #3a3a3a;
  }
  .google_mymap_box {
    width: 89.583vw;
    height: 58.594vw;
    border: 2px solid #000000;
    margin: 2.604vw 2.604vw 3vw;
  }
  .google_mymap_box iframe {
    width: 89.583vw;
    height: 58.594vw;
  }
  .footer_wrapper {
    border-top: 2px solid #3a3a3a;
  }
  .footer {
    background-size: 20%;
    border: 2px solid #3a3a3a;
    margin-bottom: 2.604vw;
  }
  .footer_title {
    font-size: 1.432vw;
    line-height: 4.297vw;
  }
  .footer_title .footer_title_big {
    font-size: 2.474vw;
    margin-left: -0.391vw;
  }
  .tab_sp_fnavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fcfcf3;
    padding: 0 2.604vw;
  }
  .tab_sp_fmenu {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 2px solid #3a3a3a;
    padding: 1.302vw;
  }
  .tab_sp_flist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #4e9b14;
    -webkit-box-shadow: 4.27451px 4.27451px 29.9216px rgba(0, 0, 0, 0.25);
    box-shadow: 4.27451px 4.27451px 29.9216px rgba(0, 0, 0, 0.25);
    position: relative;
  }
  .f_list_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tab_sp_flist .section_txt {
    font-weight: 500;
    font-size: 2.083vw;
    line-height: 3.125vw;
    letter-spacing: 0.05em;
    color: #ffffff;
    padding-right: 5.208vw;
    padding-left: 1.302vw;
  }
  .tab_sp_flist::before {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    border-top: solid 2.604vw #3e7e0d;
    border-left: solid 2.604vw transparent;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    width: 2.604vw;
    height: 0;
  }
  .tab_sp_flist a {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .tab_sp_topbtn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 10.547vw;
    height: 4.688vw;
    font-weight: 500;
    font-size: 1.823vw;
    line-height: 2.734vw;
    text-align: center;
    letter-spacing: 0.05em;
    color: #4e9b14;
    background: #fcfcf3;
    -webkit-box-shadow: 4.27451px 4.27451px 29.9216px rgba(0, 0, 0, 0.25);
    box-shadow: 4.27451px 4.27451px 29.9216px rgba(0, 0, 0, 0.25);
    position: relative;
  }
  .tab_sp_topbtn a::before {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    border-top: solid 2.604vw #3e7e0d;
    border-left: solid 2.604vw transparent;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    width: 2.604vw;
    height: 0;
  }
  .tab_sp_br {
    display: none;
  }
  .footer_margin {
    margin-bottom: 2.604vw;
  }
}
/* 〜767px：SP
------------------------------ */
@media screen and (max-width: 767px) {
  body {
    background-color: #fcfcf3;
    background-image: url(img/yochien-texture_01.png);
    background-size: 30%;
  }
  .section_title_txt {
    font-size: 4.444vw;
    line-height: 6.667vw;
    border-bottom: 1px solid #3a3a3a;
    border-right: 1px solid #3a3a3a;
    padding: 0 2.5vw 1.667vw;
  }
  .section_title_no {
    font-size: 5vw;
    line-height: 8.333vw;
  }
  hr.section_border {
    border-top: 7px double #4e9b14;
    margin: 2.778vw 0;
  }
  .header_logo {
    width: 56.667vw;
    height: 16.667vw;
    padding: 4.167vw 5.556vw 0;
  }
  .header_logo img {
    width: 45.556vw;
    height: 9.722vw;
  }
  .header_border_block {
    height: 8vw;
  }
  .header_border_left {
    width: 20%;
    border-top: 1px solid #3a3a3a;
    border-left: 1px solid #3a3a3a;
  }
  .header_border_left::before {
    position: absolute;
    top: 0.781vw;
    left: 0;
    content: "";
    width: 20%;
    border-top: 1px solid #3a3a3a;
  }
  .header_border_center {
    width: 60%;
  }
  .header_border_right {
    width: 20%;
    border-top: 1px solid #3a3a3a;
    border-right: 1px solid #3a3a3a;
  }
  .header_border_right::before {
    position: absolute;
    top: 0.781vw;
    right: 0;
    content: "";
    width: 20%;
    border-top: 1px solid #3a3a3a;
  }
  .main_contents_inner {
    border-left: 1px solid #3a3a3a;
    border-bottom: 1px solid #3a3a3a;
    border-right: 1px solid #3a3a3a;
  }
  .sidebar_wrapper {
    display: none;
  }
  .main_wrapper {
    padding-right: 0;
  }
  .main_contents_wrapper {
    padding: 8.333vw 2.778vw 9vw;
  }
  .main_contents {
    width: 100%;
  }
  .main_contents::before {
    top: 0.556vw;
    border-top: 1px solid #3a3a3a;
  }
  .main_contents_block {
    width: 100%;
    border-left: none;
    margin: 0;
  }
  .eyechach_section {
    padding: 0;
  }
  .eyechach_slider {
    padding: 0 2.778vw;
    margin-bottom: 0;
  }
  .slider + .slider {
    margin-top: 1em;
    padding-top: 1em;
  }
  .slider_img {
    width: 86.111vw;
    /* height: 47.222vw; */
    height: 100%;
    border-radius: 2.778vw;
    overflow: hidden;
  }
  .slider_img img {
    width: 100%;
    /* height: 47.222vw; */
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .slick-dots li button:before {
    font-size: 12px;
  }
  .slick-dots {
    text-align: right;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 3.333vw;
  }
  .tab_sp_navi {
    padding: 0;
  }
  .tab_sp_title {
    font-weight: 800;
    font-size: 3.333vw;
    line-height: 3.611vw;
    letter-spacing: 0.1em;
    color: #6a6a6a;
    padding: 0 2.778vw;
  }
  .tab_sp_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: relative;
    padding: 2.778vw 2.222vw 2.778vw 0;
  }
  .tab_sp_menu::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 99%;
    height: 1px;
    content: "";
    background: #3a3a3a;
  }
  .tab_sp_menu::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 99%;
    height: 1px;
    content: "";
    background: #3a3a3a;
  }
  .tab_sp_list {
    border-left: 1px dashed #6a6a6a;
    padding-left: 2.222vw;
  }
  .tab_sp_list:first-child {
    border-left: none;
  }
  .tab_sp_list .section_no {
    width: 100%;
    font-size: 5.556vw;
    line-height: 8.611vw;
    letter-spacing: 0.05em;
    text-align: center;
    color: #3e7e0d;
  }
  .section_txt {
    width: 100%;
  }
  .section_txt a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 26.667vw;
    height: 11.389vw;
    color: #ffffff;
    font-size: 3.889vw;
    line-height: 4.444vw;
    letter-spacing: 0.05em;
    text-align: center;
    background: #4e9b14;
    -webkit-box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
    padding: 0;
    position: relative;
  }
  .section_txt a::before {
    display: block;
    position: absolute;
    bottom: 1px;
    right: 1px;
    content: "";
    border-top: solid 5.556vw #3e7e0d;
    border-left: solid 5.556vw transparent;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    width: 5.556vw;
    height: 0;
  }
  .eyechach_txt_block {
    border-top: none;
  }
  .eyechach_txt_01 {
    font-size: 3.889vw;
    line-height: 5.556vw;
    padding: 0 6.944vw 5.556vw;
  }
  .eyechach_txt_02 {
    font-size: 3.611vw;
    line-height: 5vw;
    letter-spacing: 0.06em;
    padding: 5.556vw 0 0;
  }
  .tab_sp_border {
    width: 75vw;
    border-top: 1px dashed #6a6a6a;
    margin: auto;
  }
  .pkup_section {
    position: relative;
    border-top: 1px solid #3a3a3a;
  }
  .pkup_section::before {
    position: absolute;
    top: -1.389vw;
    left: 0.278vw;
    width: 1.389vw;
    height: 1.389vw;
    content: "";
    background: #fcfcf3;
  }
  .pkup_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .piup_contents {
    /* width: 100%; */
  }
  .pkup_txt_box {
    padding: 3.611vw;
  }
  .pkup_txt_01 {
    font-size: 4.444vw;
    line-height: 6.667vw;
  }
  .pkup_txt_02 {
    font-size: 3.889vw;
    line-height: 5.833vw;
  }
  .pkup_txt_03 {
    width: 100%;
    font-size: 3.889vw;
    line-height: 5.833vw;
    text-align: center;
    margin-top: 0;
    margin-bottom: 1em;
  }
  .pkup_sns_box {
    width: 100%;
  }
  .pkup_sns_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pkup_flex {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px dashed #6a6a6a;
    padding-bottom: 6.944vw;
  }
  .line_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: none;
  }
  .pkup_qr_img {
    display: none;
  }
  .pkup_img_wrapper {
    padding-top: 0;
  }
  .pkup_img_box {
    width: 100%;
    border-left: 1px solid #3a3a3a;
    padding: 16px;
  }
  .pkup_img {
    width: 83.333vw;
    height: 55.556vw;
  }
  .pkup_img img {
    width: 83.333vw;
    height: 55.556vw;
  }
  .pkup_flex.youtube_box {
    border-bottom: none;
  }
  .pkup_txt_04 {
    text-align: center;
  }
  .pkup_youtube_btn a {
    padding-left: 50px;
  }
  .pkup_youtube_btn a::after {
    right: 50px;
  }
  .kindergarten_list_section {
    position: relative;
    border-top: 1px solid #3a3a3a;
  }
  .kindergarten_list_section::before {
    position: absolute;
    top: -1.389vw;
    right: 0;
    width: 2.778vw;
    height: 1.389vw;
    content: "";
    background: #fcfcf3;
  }
  .kindergarten_list_title {
    font-size: 4.444vw;
  }
  .serch_list_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: 1px dashed #6a6a6a;
    border-bottom: 1px dashed #6a6a6a;
    padding-top: 0;
    margin: 1.111vw 4vw 0;
  }
  .search-box_label {
    font-size: 4.167vw;
  }
  .serch_list {
    border-left: none;
    padding: 10px 0;
  }
  .checkbox_dummy {
    top: 2px;
  }
  .checkbox_wrapper {
    padding: 12px 5px;
  }
  .search-box .sarch_label {
    font-weight: normal;
    margin: 1.282vw 1.282vw 0 0;
  }
  .list {
    width: calc(100% - 6vw);
    border: none;
    padding: 2.5vw 0 0;
    margin: 3vw;
  }
  .list_item {
    width: 43vw;
    border: 1px solid #3e7e0d;
    padding: 1.389vw;
    margin-bottom: 1.667vw;
    position: relative;
    padding-bottom: 15.556vw;
  }
  .list_city {
    font-size: 3.333vw;
    line-height: 3.611vw;
  }
  .list_kind {
    font-size: 2.5vw;
    line-height: 3.611vw;
    padding: 1% 1.389vw;
  }
  .list_img {
    width: 100%;
    height: 22.778vw;
  }
  .list_img iframe {
    width: 100%;
    height: 22.778vw;
  }
  .list_name_box {
    height: auto;
    margin-bottom: 10px;
  }
  .list_name {
    font-size: 3.4vw;
    line-height: 5.278vw;
  }
  .list_link {
    font-size: 2.778vw;
    line-height: 3.611vw;
  }
  .list_link::before {
    top: 2px;
    width: 2.778vw;
    height: 2.778vw;
  }
  .list_link {
    margin: 0.833vw 0 0.833vw 0.833vw;
  }
  .list_postno {
    font-size: 3.333vw;
    line-height: 3.333vw;
    padding-bottom: 4px;
  }
  .list_add {
    font-size: 3.333vw;
    line-height: 1.5em;
  }
  .list_contact {
    font-size: 3.333vw;
    line-height: 4.444vw;
    margin-top: 4.167vw;
  }
  .list_tel {
    font-size: 3.333vw;
  }
  .list_tel a,
  .list_mail a {
    font-size: 3.333vw;
    line-height: 4.167vw;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .list_sns {
    bottom: 2.778vw;
  }
  .sns_icon {
    width: 8.611vw;
    height: 8.611vw;
    margin-right: 1.389vw;
  }
  .sns_icon img {
    width: 8.611vw;
    height: 8.611vw;
  }
  .map_section {
    border-top: 1px solid #3a3a3a;
  }
  .google_mymap_box {
    width: calc(100% - 5vw);
    height: 72.222vw;
    border: 1px solid #3a3a3a;
    margin: 2.5vw;
  }
  .google_mymap_box iframe {
    width: 100%;
    height: 72.222vw;
  }
  .footer_wrapper {
    border-top: 1px solid #3a3a3a;
    padding: 1.111vw;
  }
  .footer {
    background-size: 30%;
    border: 1px solid #3a3a3a;
    margin-bottom: 7.556vw;
  }
  .footer_title {
    font-size: 5.5vw;
    line-height: 8vw;
  }
  .footer_title .footer_title_big {
    font-size: 7vw;
  }
  .footer_tel_box {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 3.056vw;
    line-height: 4.444vw;
    text-align: center;
    margin-top: 8.333vw;
  }
  .tab_sp_fnavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fcfcf3;
    padding: 0 2.778vw;
  }
  .tab_sp_fmenu {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #3a3a3a;
    padding: 1.111vw;
  }
  .tab_sp_flist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #4e9b14;
    -webkit-box-shadow: 4.27451px 4.27451px 29.9216px rgba(0, 0, 0, 0.25);
    box-shadow: 4.27451px 4.27451px 29.9216px rgba(0, 0, 0, 0.25);
    position: relative;
  }
  .tab_sp_flist .section_txt {
    position: relative;
    font-weight: 500;
    font-size: 3.889vw;
    line-height: 5.833vw;
    letter-spacing: 0.05em;
    color: #ffffff;
    padding: 2.778vw 1.389vw;
    z-index: 2;
  }
  .tab_sp_flist::before {
    display: block;
    position: absolute;
    bottom: 1px;
    right: 1px;
    content: "";
    border-top: solid 2.778vw #3e7e0d;
    border-left: solid 2.778vw transparent;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    width: 2.778vw;
    height: 0;
    z-index: 2;
  }
  .tab_sp_flist a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
  }
  .tab_sp_topbtn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 12.222vw;
    height: 11.111vw;
    font-weight: 500;
    font-size: 3.889vw;
    line-height: 5.833vw;
    text-align: center;
    letter-spacing: 0.05em;
    color: #4e9b14;
    background: #fcfcf3;
    -webkit-box-shadow: 4.27451px 4.27451px 29.9216px rgba(0, 0, 0, 0.25);
    box-shadow: 4.27451px 4.27451px 29.9216px rgba(0, 0, 0, 0.25);
    position: relative;
  }
  .tab_sp_topbtn a::before {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    border-top: solid 2.778vw #3e7e0d;
    border-left: solid 2.778vw transparent;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    width: 2.778vw;
    height: 0;
  }
  .f_list_inner {
    position: relative;
  }
  .f_list_inner .section_no {
    position: absolute;
    top: -2.5vw;
    width: 100%;
    color: #3e7e0d;
    font-size: 6.111vw;
    line-height: 9.722vw;
    text-align: center;
    z-index: 1;
  }
  .footer_margin {
    margin-bottom: 2.778vw;
  }
  .sp_hidden {
    display: none;
  }
  .tab_br {
    display: none;
  }
  .tab_pc_br {
    display: block;
  }
}

/* ------------ 211117_更新 ------------ */
/* 2カラム→1カラム */
.piup_contents {
  width: 100%;
}
.pkup_txt_box {
  padding: 27px 4%;
}

/* SNSボタン配置 */
.pkup_flex {
  border-top: 3px dashed #6a6a6a;
}
.sns--box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  padding: 2em 1% 1em 0;
}
.sns--box:first-child {
  /* padding: 2em 1% 1em 0; */
}
.sns--content {
  justify-content: space-between;
  align-items: center;
  padding: 0;
  border-top: none;
}
.pkup_sns_btn {
  width: 88%;
}
.pkup_sns_btn a {
  line-height: 1.6;
  width: 100%;
  height: 3.1em;
  padding: 4% 5% 5%;
}
.pkup_qr_img {
  width: 28%;
  height: auto;
  margin: 0 2% 0 5%;
}
.pkup_qr_img img {
  width: 100%;
  height: 100%;
  margin-left: 0;
  filter: drop-shadow(0px 0px 1px #148944);
}
.sns--box__instagram .pkup_qr_img img {
  filter: drop-shadow(0px 0px 1px #3c5de7);
}
.sns--box__youtube .pkup_qr_img img {
  filter: drop-shadow(0px 0px 1px #992524);
}

/* アイコン変更 */
.pkup_sns_btn a {
  justify-content: center;
}
.sns--box__instagram .pkup_sns_btn a {
  background: linear-gradient(135deg, #204bff, #b039db, #f1224d, #ffa915);
}
.sns--box__youtube .pkup_sns_btn a {
  background: red;
}
.pkup_sns_btn a::after {
  content: none;
}
.sns--icon {
  padding-top: 0.1em;
  margin-left: 4%;
  font-size: 1.6em;
}

/* ---------------------- */
/*  　　　レスポンシブ　　　  */
/* ---------------------- */

/* 〜767px：SP
------------------------------ */
@media screen and (max-width: 767px) {
  .sns--box:not(:first-child) {
    padding: 1em 1% 1em 0;
  }
  .pkup_qr_img {
    display: none;
  }
}

/* 768px〜
------------------------------ */
@media screen and (min-width: 768px) {
  .sns--content {
    border-left: 1px solid transparent;
  }
  .sns--box:not(:first-child) .sns--content {
    border-left: 1px solid #6a6a6a;
  }
  .sns--box {
    width: calc(100% / 3);
  }
  .sns--content {
    padding: 0 0 0 5%;
  }
  .pkup_sns_btn {
    width: 65%;
  }
}

/* 追加_スライダー調整
------------------------------ */

/* ブレット非表示 */
.slick-dots {
  display: none !important;
}
.slick-dotted.slick-slider {
  margin-bottom: 1em !important;
}

@media screen and (min-width: 768px) {
  .eyechach_slider {
    margin-bottom: 2em;
  }
}
