@charset 'utf-8';
/* =========================================== 
	RESET
============================================= */
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru&display=swap');

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  background-color: transparent;
  /* font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", hiragino-kaku-gothic-pron, "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, "メイリオ", Meiryo, sans-serif; */
  /* font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  /*font-family: "メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  font-family: 'Kiwi Maru', serif,YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 2.1;
  color: #383838;
  -webkit-font-smoothing: antialiased;
  /*letter-spacing: 0.12rem;*/
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
main {
  overflow: hidden;
}
html {
  overflow-y: scroll;
  background-color: #fff;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
input, textarea {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th {
  text-align: left;
}
a:hover {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
.sp {
  display: none !important;
}
@media (max-width: 63.9em) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
img {
  width: 100%;
}
/* =========================================== 
	Head
============================================= */
h1 a img {
  max-width: 280px;
}
.drawer-navbar-header {
  text-align: left;
  z-index: auto;
}
.drawer-brand {
  padding: 8px 0;
}
/*　Srawer.js MENU　／　Double line
----------------------------------------*/
.drawer-container {
  /* background-color: #fff;*/
}
.drawer-navbar-header {}
.drawer-navbar .drawer-brand {}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  width: 100%;
  background-color: #29242c;
}
.drawer-hamburger-icon:after {
  width: 70%;
  top: 0;
}
.drawer-open .drawer-hamburger-icon:after {
  width: 100%;
}
.drawer-hamburger-icon {
  height: 0;
  margin-top: 10px;
}
.drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  height: 1.5px;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  left: auto;
  right: 0;
}
.drawer-open .drawer-hamburger-icon:before, .drawer-open .drawer-hamburger-icon:after {
  /* background-color: #fff;*/
  width: 100%;
}
@media (min-width: 64em) {
  .drawer-container {
    max-width: 96%;
  }
}
@media (min-width: 75em) {
  .drawer-container {
    max-width: 96%;
  }
}
@media (max-width: 768px) {
  h1 a img {
    max-width: 160px;
  }
  .drawer-brand {
    padding: 3px 0;
  }
  .drawer-nav {
    width: 18.25rem;
  }
  .drawer--right .drawer-nav {
    right: -18.25rem;
  }
}
/* =========================================== 
	TOP - Menu -Switch 1
============================================= */
/*.drawer-nav__inner {
  padding: 2rem 1.5rem;
}*/
.drawer-nav__inner {
  padding: 3rem 1rem;
}
.menu-container { /* スマホでは縦１列 */ display: block;
  margin-bottom: 1rem;
}
.menu-col {
  list-style: disc inside;
  margin: 0 0 0 10%;
  padding: 0;
}
.menu-col li a {
  text-decoration: none;
  color: #333;
  font-size: 80%;
}
.menu-col li a:hover{
  text-decoration: underline;
}
.menu-col li::marker {
  color: #eabb48;
}
.drawer--right.drawer-open .drawer-hamburger {
  right: 0;
}
@media screen and (min-width: 768px) {
  .drawer-nav {
    width: 45rem;
  }
  .drawer--right .drawer-nav {
    right: -45rem;
  }
  .menu-col.menu-left01 {
    margin-left: -10%;
  }
  .menu-container {
    margin-bottom: 2rem;
  }
  .menu-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 0;
    margin: 5% 0;
  }
  .menu-container .menu-col + .menu-col {
    border-left: 1px solid #ccc;
    padding-left: 10%;
  }
  .menu-container .menu-col {
    margin-bottom: 0;
  }
  .contact-boxes {
    display: flex;
    gap: 2rem;
    justify-content: center;
    align-items: center;
  }
  .contact-box {
    flex: 1;
    margin-bottom: 0;
  }
  .contact-boxes .row a img {
    max-width: 310px;
    display: block;
  }
}

/* =========================================== 
	TOP - Slideshow
============================================= */
@media (max-width: 768px) {}
@media screen and (min-width: 481px) {
  .pc_img {
    display: block;
  }
  .sp_img {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .sp_img {
    display: block;
  }
  .pc_img {
    display: none;
  }
}
/* =========================================== 
	TOP - Main Contents
============================================= */
@media (max-width: 768px) {}
/* =========================================== 
	Page - Common
============================================= */
.bk_beige {
  background: #f9f5f6;
  padding: 5rem 0 10rem;
  margin: 0 auto -2rem auto;
}
@media screen and (max-width: 480px) {
  .bk_beige {
    margin: 0 auto -2.5rem auto;
  }
}
/*　Wave line TOP + BOTTOM
----------------------------------------*/
.cstm-wave-top-bottom {
  --mask:
    radial-gradient(33.6px at 50% 47px, #000 99%, #0000 101%) calc(50% - 40px) 0/80px 51% repeat-x, radial-gradient(33.6px at 50% -27px, #0000 99%, #000 101%) 50% 20px/80px calc(51% - 20px) repeat-x, radial-gradient(33.6px at 50% calc(100% - 47px), #000 99%, #0000 101%) calc(50% - 40px) 100%/80px 51% repeat-x, radial-gradient(33.6px at 50% calc(100% + 27px), #0000 99%, #000 101%) 50% calc(100% - 20px)/80px calc(51% - 20px) repeat-x;
  -webkit-mask: var(--mask);
  mask: var(--mask);
  @media (max-width: 1023px) {
    --mask:
      radial-gradient(30.24px at 50% 42.3px, #000 99%, #0000 101%) calc(50% - 36px) 0/72px 51% repeat-x, radial-gradient(30.24px at 50% -24.3px, #0000 99%, #000 101%) 50% 18px/72px calc(51% - 18px) repeat-x, radial-gradient(30.24px at 50% calc(100% - 42.3px), #000 99%, #0000 101%) calc(50% - 36px) 100%/72px 51% repeat-x, radial-gradient(30.24px at 50% calc(100% + 24.3px), #0000 99%, #000 101%) 50% calc(100% - 18px)/72px calc(51% - 18px) repeat-x;
    @media (max-height: 500px) {
      --mask:
        radial-gradient(16.01px at 50% 22.5px, #000 99%, #0000 101%) calc(50% - 20px) 0/40px 51% repeat-x, radial-gradient(16.01px at 50% -12.5px, #0000 99%, #000 101%) 50% 10px/40px calc(51% - 10px) repeat-x, radial-gradient(16.01px at 50% calc(100% - 22.5px), #000 99%, #0000 101%) calc(50% - 20px) 100%/40px 51% repeat-x, radial-gradient(16.01px at 50% calc(100% + 12.5px), #0000 99%, #000 101%) 50% calc(100% - 10px)/40px calc(51% - 10px) repeat-x;
    }
  }
  @media (max-width: 480px) {
    --mask:
      radial-gradient(16.01px at 50% 22.5px, #000 99%, #0000 101%) calc(50% - 20px) 0/40px 51% repeat-x, radial-gradient(16.01px at 50% -12.5px, #0000 99%, #000 101%) 50% 10px/40px calc(51% - 10px) repeat-x, radial-gradient(16.01px at 50% calc(100% - 22.5px), #000 99%, #0000 101%) calc(50% - 20px) 100%/40px 51% repeat-x, radial-gradient(16.01px at 50% calc(100% + 12.5px), #0000 99%, #000 101%) 50% calc(100% - 10px)/40px calc(51% - 10px) repeat-x;
  }
}
/*　Wave line TOP
----------------------------------------*/
.cstm-wave-top {
  --mask:
    radial-gradient(33.6px at 50% 47px, #000 99%, #0000 101%) calc(50% - 40px) 0/80px 100%, radial-gradient(33.6px at 50% -27px, #0000 99%, #000 101%) 50% 20px/80px 100% repeat-x;
  -webkit-mask: var(--mask);
  mask: var(--mask);
  @media (max-width: 1023px) {
    --mask:
      radial-gradient(30.24px at 50% 42.3px, #000 99%, #0000 101%) calc(50% - 36px) 0/72px 100%, radial-gradient(30.24px at 50% -24.3px, #0000 99%, #000 101%) 50% 18px/72px 100% repeat-x;
    @media (max-height: 500px) {
      --mask:
        radial-gradient(16.01px at 50% 22.5px, #000 99%, #0000 101%) calc(50% - 20px) 0/40px 100%, radial-gradient(16.01px at 50% -12.5px, #0000 99%, #000 101%) 50% 10px/40px 100% repeat-x;
    }
  }
  @media (max-width: 480px) {
    --mask:
      radial-gradient(16.01px at 50% 22.5px, #000 99%, #0000 101%) calc(50% - 20px) 0/40px 100%, radial-gradient(16.01px at 50% -12.5px, #0000 99%, #000 101%) 50% 10px/40px 100% repeat-x;
  }
}
/*　Wave line BOTTOM
----------------------------------------*/
.cstm-wave-bottom {
  --mask:
    radial-gradient(33.6px at 50% calc(100% - 47px), #000 99%, #0000 101%) calc(50% - 40px) 0/80px 100%, radial-gradient(33.6px at 50% calc(100% + 27px), #0000 99%, #000 101%) 50% calc(100% - 20px)/80px 100% repeat-x;
  -webkit-mask: var(--mask);
  mask: var(--mask);
  @media (max-width: 1023px) {
    --mask:
      radial-gradient(30.24px at 50% calc(100% - 42.3px), #000 99%, #0000 101%) calc(50% - 36px) 0/72px 100%, radial-gradient(30.24px at 50% calc(100% + 24.3px), #0000 99%, #000 101%) 50% calc(100% - 18px)/72px 100% repeat-x;
    @media (max-height: 500px) {
      --mask:
        radial-gradient(16.01px at 50% calc(100% - 22.5px), #000 99%, #0000 101%) calc(50% - 20px) 0/40px 100%, radial-gradient(16.01px at 50% calc(100% + 12.5px), #0000 99%, #000 101%) 50% calc(100% - 10px)/40px 100% repeat-x;
    }
  }
  @media (max-width: 480px) {
    --mask:
      radial-gradient(16.01px at 50% calc(100% - 22.5px), #000 99%, #0000 101%) calc(50% - 20px) 0/40px 100%, radial-gradient(16.01px at 50% calc(100% + 12.5px), #0000 99%, #000 101%) 50% calc(100% - 10px)/40px 100% repeat-x;
  }
}
  /* =========================================== 
	Page - Daily
============================================= */
  h2.ttl_h2_daily {
    max-width: 200px;
    margin: 0 auto;
    padding: 5rem 0 10rem;
  }
  h3.ttl_h3_daily01, h3.ttl_h3_daily02 {
    background-color: #ffd804;
    /*width: 40%;*/
    padding: 15px 20px;
    margin: 0 0 -1px 0;
    border-radius: 10px 10px 0 0;
  }
  h3.ttl_h3_daily02 {
    background-color: #6ab4df;
  }
  h3.ttl_h3_daily01 img, h3.ttl_h3_daily02 img {
    width: 140px;
    max-width: 100px;
    margin: auto;
  }
  /*　TAB Change Switch
----------------------------------------- */
  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  .tab-container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .tabs {
    display: flex;
    border-bottom: 1px solid #ddd;
  }
  .tab-btn {
    width: 50%;
    padding: 0;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    margin-right: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    pointer-events: none;
  }
  .tab-btn:hover {
    background: none;
  }
  .tab-btn.active {
    background: #fff;
    margin-bottom: -1px;
    font-weight: bold;
    
  }
  .tab-content {
    display: none;
    padding: 5rem 1.7rem;
    border-radius: 0 0 10px 10px;
    background: #fff;
  }
  .tab-content.active {
    /* display: block; */
    background: #fff;
  }
  #tab1 {
    border-top: 15px solid #ffd804;
  }
  #tab2 {
    border-top: 15px solid #6ab4df;
  }
  @media screen and (min-width: 768px) {
    h3.ttl_h3_daily01, h3.ttl_h3_daily02 {
      background-color: #ffd804;
      width: 40%;
      padding: 15px 20px 10px;
      margin: 0 0 -1px 20px;
      border-radius: 10px 10px 0 0;
    }
    h3.ttl_h3_daily02 {
      background-color: #6ab4df;
      margin: 0 0 -1px 30px;
    }
    .tabs {
      border-bottom: none;
    }
    .tab-btn {
      border: none;
    }
    .tab-btn.active {
      background: none;
    }
    .tab-contents {
      display: flex;
      gap: 20px;
    }
    .tab-content {
      display: block; /* 両方のコンテンツを表示 */
      flex: 1;
    }
  }
  @media screen and (max-width: 767px) {
    .tab-content {
      padding: 5rem 1.2rem;
    }
    .tab-btn {
      pointer-events: all;
    }
    #tab1{
      display: block;
    }
  }
  /*　Daily Schedule
----------------------------------------- */
  .bk_white {
    background-color: #fff;
  }
  ul.step_daily {
    border: none;
    margin: 1em 0;
    padding: 0;
    list-style: none;
  }
  .step_daily li {
    position: relative;
    padding: 0 0 0 1.8em;
  }
  ul.step_daily > li:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 25px;
    width: 1px;
    height: 100%;
    background-image: linear-gradient(to bottom, #3d3734 50%, transparent 50%);
    background-size: 2px 10px;
    background-repeat: repeat-y;
  }
  .step_dailys_in {
    content: '';
    display: inline-block;
    position: absolute;
    top: -1px;
    left: 0;
    width: 50px;
    height: 50px;
  }
  .step_dailys_label {
    padding: 0 0 0 30px;
    margin: 10px 0 10px 15px;
  }
  .step_dailys_label > p {
    border-bottom: 1px solid #ddd;
    font-size: 120%;
    font-weight: 500;
    letter-spacing: .2rem;
  }
  .step_dailys_label > p > .times {
    font-size: 80%;
  }
  .step_dailys_content {
    font-size: .9em;
    margin: 10px 0 0 50px;
    padding: 0 0 2rem;
  }
  .step_dailys_content p {
    line-height: 1.7;
  }
  .times:after {
    content: "-";
    margin: 0 10px;
  }
  @media screen and (max-width: 480px) {
    h2.ttl_h2_daily {
      max-width: 150px;
      margin: 0 auto 5rem;
      padding: 0;
    }
    ul.step_daily > li:before {
      left: 24px;
    }
    .step_dailys_in {
      width: 50px;
      height: 50px;
    }
    .step_dailys_label {
      padding: 0 0 0 15px;
    }
    .step_dailys_content {
      margin: 10px 0 0 30px;
    }
    .step_dailys_label > p {
      font-size: 110%;
    }
  }
  .bt_other_page {
    text-align: center;
    padding: 2rem 0;
  }
  .custom-underline {
    position: relative;
    display: inline-block;
    padding-right: 20px;
  }
  .custom-underline::after {
    content: ">";
    position: absolute;
    right: 0;
  }
  .custom-underline::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #3d3734;
  }
  /*　Food education
----------------------------------------- */
  .food_education_txt p {}
  .text_wrapper {
    position: relative;
    margin-bottom: 45px;
  }
  .food_education_txt {
    height: 90px;
    overflow: hidden;
  }
  .show_mores {
    color: #3d3734;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 30px;
    padding-top: 60px;
    text-align: center;
    line-height: 30px;
    background: linear-gradient(180deg, rgb(255, 255, 255, 0) 0%, rgb(255, 255, 255, 1) 70%);
    cursor: pointer;
    transition: bottom 0.2s;
  }
  .show_mores::after {
    position: absolute;
    content: "";
    display: inline-block;
    /* background: url(https://site-test.site/wp-content/themes/douhou/img/faq/bt_allow_under.png) no-repeat; */
    background: url("../douhou/img/faq/bt_allow_under.png") no-repeat;
    width: 12px;
    height: 12px;
    background-size: contain;
    bottom: -25px;
    left: 65%;
  }
  .show_mores::before {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 39%;
    width: 30%;
    height: 1px;
    background-color: #3d3734;
  }
  .show_mores.actives {
    background: none;
    bottom: -10px;
  }
  .show_mores.actives::after {
    position: absolute;
    content: "";
    display: inline-block;
    /* background: url(https://site-test.site/wp-content/themes/douhou/img/faq/bt_allow_under.png) no-repeat; */
    background: url("../douhou/img/faq/bt_allow_under.png") no-repeat;
    width: 12px;
    height: 12px;
    background-size: contain;
    bottom: -18px;
    left: 65%;
    transform: rotate(180deg);
  }
  /* =========================================== 
	Page - FAQ
============================================= */
  /* =========================================== 
	Page - Wait
============================================= */
  h2.ttl_h2_wait {
    max-width: 280px;
    margin: 10rem auto 3rem;
    padding: 0;
  }
  h3.ttl_h3_wait01 {
    text-align: center;
    margin: 2rem auto;
  }
  h3.ttl_h3_wait01 img {
    max-width: 300px;
  }
  .bk_wait01 {
    max-width: 45%;
    padding-bottom: 2.5rem;
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
  }
  .txt_wait_head p {
    text-align: center;
    margin: 2rem auto 3rem;
  }
  .txt_wait01 {
    margin: 2rem 10px;
    text-align: justify;
    text-align-last: left;
  }
  .swiper-pagination {
    position: relative;
    bottom: auto !important;
    margin-top: -10px !important;
  }
  .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    background-color: #ccc !important;
    opacity: 1;
  }
  .swiper-pagination-bullet-active {
    background-color: #000 !important;
  }
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 8px);
  }
  h4.ttl_h4_wait01 {
    font-size: 120%;
    text-align: center;
    margin: 2rem auto;
    letter-spacing: .05rem;
  }
  .info_contents {
    margin: 3%;
  }
  h3.ttl_h3_wait01_2 {
    font-size: 110%;
    padding: 0 0 .8rem;
  }
  .ttl_information p {
    position: relative;
    display: inline-block;
    font-size: 60%;
    letter-spacing: .1rem;
    margin-left: 2.5%;
  }
  .ttl_information p::after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% + 15px);
    width: 310%;
    height: 1px;
    background-color: #ddd;
    transform: translateY(-50%);
  }
  .tel_wait01 {
    margin-bottom: 1rem;
  }
  .tel_wait01 a {
    color: #279ae3;
    position: relative;
    display: inline-block;
    letter-spacing: .075rem;
  }
  .tel_wait01 a::after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #279ae3;
  }
  .time_wait01_tel {
    font-size: 80%;
    margin-left: 20px;
    letter-spacing: .05rem;
  }
  .wait01_place {
    font-size: 80%;
    letter-spacing: .075rem;
  }
  .wait01_access {
    margin: 0 0 20px 0;
  }
  .wait01_access img {
    max-width: 12px;
    margin: 5px 5px -2px 0;
  }
  .google_map_wait01_2 img {
    max-width: 120px;
  }
  .google_map_wait01 {
    width: 100%;
    max-width: 800px;
    height: 400px;
    margin: 0 auto;
  }
  .google_map_wait01 iframe {
    width: 100%;
    height: 90%;
    border: none;
  }
  .google_map_wait01_2 {
    margin-top: -15px;
  }
  @media screen and (max-width: 480px) {
    #wait.bk_beige {
      padding: 6rem 0 7rem;
    }
    h2.ttl_h2_wait {
      max-width: 220px;
      margin: 0 auto 2rem;
      padding: 0;
    }
    .bk_wait01 {
      max-width: 98%;
      margin-bottom: 2rem;
    }
    .txt_wait_head p {
      margin: 0 auto 4rem;
      font-size: 80%;
      letter-spacing: -.02rem;
    }
    h3.ttl_h3_wait01 {
      text-align: center;
      margin: 2.2rem auto 1.3rem;
    }
    h4.ttl_h4_wait01 {
      font-size: 110%;
    }
    .ttl_information p {
      margin-left: 1%;
    }
    .ttl_information p::after {
      width: 250%;
    }
    .txt_wait01 {
      margin: -1rem 0 2rem;
      font-size: 88%;
    }
    .info_contents {
      margin: 3% 1%;
    }
    .tel_wait01 {
      font-size: 90%;
    }
    .time_wait01_tel {
      font-size: 80%;
      margin-left: 7px;
      letter-spacing: 0.05rem;
    }
  }
  /* =========================================== 
	Page - Admission　入園のご案内
============================================= */
  h2.ttl_h2_ad {
    max-width: 200px;
    margin: 0 auto;
    padding: 5rem 0;
  }
  h3.ttl_h3_ad01 {
    display: block;
    font-size: 120%;
    margin: 1rem auto .2rem;
    text-align: center;
  }
  .txt_ad_top {
    text-align: center;
  }
  .admission_cancel{
    text-decoration: line-through;
  }
  .admission_notes{
    color:#de4f54;
  }
  .split-box {
    font-size: 90%;
    letter-spacing: .1rem;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    margin: 2rem auto;
    text-align: center;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  }
  .top-side {
    width: 100%;
    height: 50%;
    background-color: #6ab4df;
    padding: 5px;
    color: #fff;
    letter-spacing: .1rem;
  }
  .bottom-side {
    width: 100%;
    height: 50%;
    background-color: #fff;
    padding: 5px;
  }
  .split-box2 {
    letter-spacing: .1rem;
    max-width: 250px;
    font-size: 80%;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    margin: 10px auto 2rem;
    text-align: center;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  }
  .left-side {
    width: 50%;
    height: 100%;
    background-color: #6ab4df;
    padding: 2px;
    color: #fff;
    letter-spacing: .3rem;
  }
  .right-side {
    width: 50%;
    height: 100%;
    background-color: #fff;
    padding: 2px;
    letter-spacing: .3rem;
  }
  .tabs_card {
    position: relative;
    padding: 1rem 2rem 3rem;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    border-radius: 0 10px 10px 10px;
    border-top: 17px solid #eb6830;
    background-color: #fff;
  }
  .tabs_card:before {
    font-size: 50%;
    letter-spacing: .1rem;
    position: absolute;
    top: -47px;
    left: 0px;
    height: 30px;
    padding: 8px 2em 0;
    content: 'MESSAGE';
    color: #fff;
    border-radius: 3px 3px 0 0;
    background: #eb6830;
    font-weight: 700;
  }
  .tabs_card.green {
    border-top: 17px solid #72c4af;
  }
  .tabs_card.green:before {
    content: 'SERVICE';
    background: #72c4af;
  }
  .tabs_card.yellow {
    border-top: 17px solid #ffd804;
  }
  .tabs_card.yellow:before {
    content: 'PROCESS';
    background: #ffd804;
    color: #4c4948;
  }
  h3.ttl_h3_ad02, h3.ttl_h3_ad03, h3.ttl_h3_ad04 {
    font-size: 120%;
    font-weight: 600;
    letter-spacing: .2rem;
    margin: 2rem auto 5rem;
  }
  h3.ttl_h3_ad03 {
    margin: 2rem auto;
  }
  h3.ttl_h3_ad04 {
    margin: 2rem auto 0;
    text-align: center;
  }
  span.ttl_h3_sub {
    display: block;
    line-height: 1.5;
    font-size: 30%;
    font-weight: 700;
    letter-spacing: .1rem;
  }
  .txt_tabs_card {
    text-align: left;
    font-size: 88%;
    padding: 0 1% 0 3%;
    margin: -1% 0 2rem 0;
  }
  .signature {
    text-align: center;
    font-size: 90%;
  }
  h4.ttl_h4_ad {
    background-color: #6ab4df;
    color: #fff;
    text-align: center;
    padding: 0 5px;
    width: 100%;
    border-radius: 5px;
    font-size: 90%;
    letter-spacing: .1rem;
  }
  ul.ad_use_list {
    text-align: left;
    padding: 3% 5%;
    list-style: none;
    font-size: 90%;
  }
  .ad_use_txt {
    text-align: left;
    padding: 3% 5%;
    font-size: 90%;
  }
  .staion_img {
    max-width: 450px;
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
  .station_right {
    max-width: 450px;
  }
  .station_right p {
    font-size: 90%;
  }
  .border_line_yellow {
    background-color: rgba(255, 216, 4, 0.7);
    padding: 5px 0;
    display: inline;
  }
  @media screen and (max-width: 480px) {
    h2.ttl_h2_ad {
      padding: 2rem 0;
    }
    .txt_ad_top {
      font-size: 78%;
      margin-bottom: 1.5rem;
    }
    .split-box {
      margin: 0;
    }
    h3.ttl_h3_ad02, h3.ttl_h3_ad03, h3.ttl_h3_ad04 {
      margin: .5rem auto 1.7rem;
    }
    .tabs_card {
      max-width: 98%;
      margin: 0 1%;
    }
    .txt_tabs_card {
      padding: 0;
      margin: 0;
    }
    h4.ttl_h4_ad {
      padding: 7px 5px;
    }
    ul.ad_use_list, .ad_use_txt {
      padding: 7% 0;
    }
    ul.ad_use_list li {
      margin-bottom: 1rem;
    }
    .signature {
      text-align: right;
      padding-right: 5%;
      padding-top: 5%;
      line-height: 1.5;
      font-size: 100%;
    }
  }
  /* =========================================== 
	Global Footer
============================================= */
  footer {
    background-color: #cce559;
    padding: 5% 0 2%;
    margin-top: -2rem;
  }
  footer#footer_home {
    padding: 7% 2%;
    /* margin-top: -250px;
  width: 100%;*/
  }
  h3.ttl_h3_contat {
    padding: 5rem 0 3rem;
    max-width: 200px;
    margin: 0 auto;
    text-align: center;
  }
  .foot_txt01 p, .foot_txt02 p {
    text-align: center;
  }
  .foot_txt01 p {
    font-weight: 700;
    font-size: 120%;
    margin-bottom: 1rem;
    letter-spacing: .1rem;
  }
  .foot_txt02 p {
    font-size: 85%;
    margin-bottom: 3rem;
  }
  .tel_number {
    padding-bottom: 5rem;
  }
  .tel_number01, .tel_number02 {
    max-width: 460px;
    padding: 3%;
  }
  .tel_number01 a img, .tel_number02 a img {
    display: block;
    background-color: #fff;
  }
  @media screen and (max-width: 480px) {
    .foot_txt01 p {
      font-size: 105%;
    }
    .foot_txt02 p {
      font-size: 80%;
      letter-spacing: -.07rem;
    }
  }
/* Footer SNS SP
---------------------------------------------- */
.sp ul.sns {
  display: flex;
  justify-content: space-between;
  max-width: 70%;
  margin: auto;
}
.sp ul.sns li a img {
  display: block;
  max-width: 100px;
}
.sp ul.sns li a {
  margin: 5% 20%;
}
/* Footer SNS PC
---------------------------------------------- */
.pc ul.sns {
  display: flex;
  justify-content: end;
  /*max-width: 70%;*/
  margin: auto;
}
.pc ul.sns li a img {
  display: block;
  max-width: 100px;
}
.pc ul.sns li a {
  margin: 5% 20%;
}
/* Footer Logo
---------------------------------------------- */
.sp .footer_logo {
  max-width: 280px;
  margin: 5px auto;
}
.sp .footer_logo img {
  margin-top: auto;
}
.pc .footer_logo {
  max-width: 330px;
  margin: 5px 0 10px;
}
.pc .footer_logo img {
  margin-top: auto;
}
.pc .footer_logo02 {
  text-align: right;
}
.pc .footer_logo02 img {
  margin-top: auto;
  max-width: 110px;
}
.pc p.nursery_address {
  letter-spacing: .2rem;
  font-size: 77%;
}
.sp .nursery_address {
  text-align: center;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: .15em;
}
.footer_menu h3 {
  max-width: 100px;
  margin-bottom: 15px;
}
.footer_menu li a::before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  /* background-image: url(https://site-test.site/wp-content/themes/douhou/img/foot/list_head_wh01.png); */
  background-image: url("../douhou/img/foot/list_head_wh01.png");
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}
.footer_menu li a {
  font-size: 13px;
  font-weight: 300;
  display: block;
  letter-spacing: .15em;
  line-height: 2;
}
ul.footer_menu {
  padding-left: 0;
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(4, auto);
  gap: 5px;
  list-style-type: none;
}
ul.footer_menu li {
  list-style: none;
  display: flex;
  justify-content: left;
  align-items: center;
}
@media screen and (max-width: 768px) {}
ul.foot_menu_in {
  margin-left: 10%;
}
.sp .google_map {
  text-align: center;
}
.sp .google_map img {
  text-align: center;
  width: 100%;
  margin: 5% auto;
}
.google_map img {
  max-width: 105px;
}
.company_tel {
  text-align: right;
}
.company_tel img {
  max-width: 250px;
  margin-top: 15px;
}
.copyright {
  text-align: center;
  max-width: 100px;
  margin: 3rem auto 0;
  padding: 0 0 1em;
}
#foot_contact {
  background-image: linear-gradient(0deg, transparent 31px, #d3d3d3 32px), linear-gradient(90deg, transparent 31px, #d3d3d3 32px);
  background-color: #fff;
  background-size: 32px 32px;
}
@media screen and (max-width: 480px) {
  #foot_contact {
    background-image: linear-gradient(0deg, transparent 21px, #d3d3d3 22px), linear-gradient(90deg, transparent 21px, #d3d3d3 22px);
    background-color: #fff;
    background-size: 22px 22px;
  }
}
@media (max-width: 980px) {
  footer {
    display: block;
    padding: 15% 0 0;
  }
}
/* TEL Link for only SP
---------------------------------------------- */
/*---  --*/
@media (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* Left Sticky for only PC
---------------------------------------------- */
.left_sticky {
  position: fixed;
  top: 45%;
  left: 50px;
  z-index: -1;
  max-width: 7px;
}
/*　Back to top　ボタン設定 ＋ backtotop.js
----------------------------------------*/
#page-top {
  max-width: 15px;
  position: fixed;
  right: 3%;
  bottom: 10px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(140px);
}
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(140px);
  }
  to {
    opacity: .8;
    transform: translateY(0);
  }
}
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: .8;
    transform: translateY(0);
  }
  to {
    opacity: .8;
    transform: translateY(140px);
  }
}
/* =========================================== 
	Page - 404
============================================= */

/*********  20250603  *********/

ul.news-list li{
  padding: 5px 15px 5px 230px;
  position: relative;
}
ul.news-list li:nth-child(odd) { background-color: #fff; }
ul.news-list li:nth-child(even) { background-color: #f9f5f6; }

ul.news-list li p.news-date-cat{
  position: absolute;
  top: 5px;
  left: 15px;
}
ul.news-list li p span.news-date{
  float: left;
  width: 120px;
}
ul.news-list li p span.news-cat{
  float: left;
  width: 100px;
}
.news-cat a { 
  width: 63px;
  line-height: 20px;
  margin: 5px 0 0; 
  display: block;
  border-radius: 3px; 
  font-size: 75%; 
  font-weight: 700;
  text-align: center;
}
ul.news-list li p.news-title{
  padding: 5px 0 0;
  display: block;
}
ul.news-list li p.news-title a{
  line-height: 24px;
  display: table;
}

.bt_more01 a { display: block; max-width: 120px; padding: 10px; }

.news-cat-important a { color: #e34f54; border: 1px solid #e34f54; }
.news-cat-news a { color: #f4c52e; border: 1px solid #f4c52e; }
.news-cat-activity a { color: #8dae1d; border: 1px solid #8dae1d; }
.news-cat-event a { color: #967bb6; border: 1px solid #967bb6; }
.news-cat-support a { color: #ea8648; border: 1px solid #ea8648; }
.news-cat-guardian a { color: #6accdf; border: 1px solid #6accdf; }
.news-cat-lunch a { color: #b9c733; border: 1px solid #b9c733; }
.news-cat-recruit a { color: #5165b0; border: 1px solid #5165b0; }
.news-cat-others a { color: #4d4d4d; border: 1px solid #4d4d4d; }


/* =========================================== 
	Page - support ころぴよひろば
============================================= */
.support.bk_beige { 
  padding-bottom: 5%; 
  padding-top: 0; 
}
h2.ttl_h2_support {
  max-width: 340px;
  margin: 10rem auto 3rem;
  padding: 0;
}
.txt_support_head p {
  text-align: center;
  margin: 2rem auto 3rem;
}
.support_event_post{
  width: 100%;
}
.support_event_post .row{
  margin: 0;
}
.ttl_h2_top_support { 
  font-size: 80%; 
  font-weight: bold; 
  letter-spacing: .15rem; 
  padding: 5px 40px; 
  background-color: #f9ef45; 
}
.support_event_post .icon_news { 
  width: auto;
  height: 80px;
  margin: 30px auto; 
  display: table;
}
/* news cat color -------------------- */
/* .news-cat a { margin: 0 20px; padding: 4px 3px 4px 5px; border-radius: 3px; font-size: 80%; font-weight: 700; }
.news-cat-news a { color: #e74c3c; border: 2px solid #e74c3c; }
.news-cat-event a { color: #3498db; border: 1px solid #3498db; }
.news-cat-info a { color: #2ecc71; border: 1px solid #2ecc71; } */
/* news list color -------------------- */
/* ul.news-list li:nth-child(odd) { background-color: #fff; }
ul.news-list li:nth-child(even) { background-color: #f9f5f6; }
ul.news-list li { padding: 5px 15px; }
.bt_more01 a { display: block; max-width: 120px; padding: 10px; } */

/*support_event*/
.top_catch_img { margin: 5% auto; text-align: center; }
.top_catch_img img { max-width: 300px; margin: auto; }
.top_catch_img { margin: 5% auto; text-align: center; }
.top_catch_img img { max-width: 300px; margin: auto; }
.top_catch_txt { text-align: center; margin-bottom: 6%; }
.top_catch_txt p { margin-bottom: 3%; font-size: 88%; }
/**/
.support1{
  width: 100%;
  margin: 0 0 30px;
}
.support1 .swiper{
  float: left;
  width: 50%;
}
.support1 .swiper .swiper-pagination{
  width: 30%;
}
.support1 .contents{
  float: left;
  width: 50%;
  padding: 30px 0 0 30px;
}
.support1 .contents .title{
  margin: 0 0 30px;
  font-size: 120%;
  font-weight: bold;
}
/**/
.support_event_list p.text1{
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: table;
  border-bottom: solid 0.5px #56b4df;
}
.support_event_list .reserve{
  width: 64px;
  display: inline-block;
  background: #de4f54;
  color: #fff;
  font-size: 13px;
  border-radius: 5px;
  text-align: center;
}
.support_event_list p.text2 .reserve{
  margin: 0 10px 0 0;
}
.support_event_list table{
  width: 100%;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.support_event_list table th{
  line-height: 50px;
  background: #ea8648;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.support_event_list table th:first-child{
  border-right: solid 0.5px #fff;
}
.support_event_list table tr td{
  padding: 30px 80px;
  font-size: 88%;
  font-weight: normal;
  border-bottom: solid 0.5px #999;
}
.support_event_list table tr td.title{
  width: 26%;
  padding: 20px 0 20px 30px;
  border-right: solid 0.5px #999;
  pointer-events: none;
}
.support_event_list table tr:last-child td{
  border-bottom: none;
}
.support_event_list table tr td p{
  font-size: 110%;
  font-weight: bold;
}
.support_event_list table tr td .reserve{
  margin: 30px 0 0;
  display: table;
}
.support_event_list table tr td .notes{
  width: auto;
  margin: 10px 0 0;
  padding: 0 15px;
  display: inline-block;
  background: #56b4df;
  color: #fff;
  font-size: 13px;
  border-radius: 5px;
  text-align: center;
}
@media only screen and (min-width: 769px) and (max-width: 1180px) {

  .support1 .swiper{
    width: 70%;
    margin: 0 15%;
  }
  .support1 .swiper .swiper-pagination{
    width: 100%;
  }
  .support1 .contents{
    width: 100%;
    padding: 30px 0 0;
  }
  /**/
  .support_event_list table tr td{
    padding: 15px;
  }
  .support_event_list table tr td.title{
    width: 37%;
    padding: 15px;
  }
  .support_event_list table tr td .notes{
    line-height: 20px;
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  h2.ttl_h2_support {
    width: 70%;
    margin: 0 auto 5rem;
    padding: 0;
  }
  .txt_support_head p{
    font-size: 80%;
    text-align: left;
  }
  /**/
  .support1{
    padding: 0 15px;
  }
  .support1 .swiper{
    width: 100%;
  }
  .support1 .swiper .swiper-pagination{
    width: 100%;
  }
  .support1 .contents{
    width: 100%;
    padding: 10px 0 0;
    font-size: 80%;
  }
  .support1 .contents .title{
    margin: 0 10px;
    font-size: 110%;
  }

  
  /**/
  .support_event_post{
    padding: 0 15px;
  }
  .support_event_post .icon_news { 
    max-width: 80px; 
    height: inherit;
    margin: 0 auto; 
  }
  .icon_news_in { text-align: center; margin: 5% auto; }
  ul.news-list li { padding: 0; }
  .news-cat a { margin: 0 10px; }
  .top_catch_img { margin: 15% auto; }
  .top_catch_txt p { margin-bottom: 6%; font-size: 80%; }
  .bt_kyouiku { padding-top: 1rem; }
  .bt_nyuenannai { margin-bottom: 3rem; }
  .insta_icon { margin: 10% auto 5%; }
  .bk_block { background-position: 0; }

  ul.news-list li p.news-date-cat{
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    padding: 5px 5px 0;
    display: table;
    font-size: 80%;
  }
  ul.news-list li p span.news-cat{
    margin: 3px 0 0;
  }
  ul.news-list li p.news-title{
    padding: 5px;
  }
  ul.news-list li p.news-title a{
    line-height: 20px;
    font-size: 80%;
  }
  
  
  /**/
  .support_event_list{
    padding: 0 15px;
  }
  .top_catch_img img{
    width: 70%;
  }
  .support_event_list table tr th,
  .support_event_list table tr td.title,
  .support_event_list table tr td{
    float: left;
    width: 100%;
  }
  .support_event_list table tr th{
    padding: 0;
  }
  .support_event_list table tr th:last-child{
    display: none;
  }  
  .support_event_list table tr td{
    padding: 20px;
  }
  .support_event_list table tr td.title{
    border-right: none;
    pointer-events: all;
  }
  .support_event_list table tr td.title p{
    width: 100%;
    position: relative;
  }
  .support_event_list table tr td.title p:before,
  .support_event_list table tr td.title p:after{
    content: "";
    position: absolute;
    top: 50%;
    background: #4d4d4d;
  }
  .support_event_list table tr td.title p:before{
    right: 30px;
    width: 1px;
    height: 21px;
    margin: -10px 0 0;
    transition: all 0.3s ease;
  }
  .support_event_list table tr td.title.open p:before{
    height: 0;
    margin: 0;
    transition: all 0.3s ease;
  }
  .support_event_list table tr td.title p:after{
    right: 20px;
    width: 21px;
    height: 1px;
  }
  .support_event_list table tr td.text{
    padding: 20px;
    display: none;
  }
  .support_event_list table tr td .reserve,
  .support_event_list table tr td .notes{
    margin: 10px 0 0;
  }
}
/* =========================================== 
	Page - about 園の概要
============================================= */
.about.bk_beige { 
  padding-bottom: 5%; 
  padding-top: 0; 
}
h2.ttl_h2_about {
  max-width: 225px;
  margin: 10rem auto 3rem;
  padding: 0;
}
h3.ttl_h3_about {
  width: 100%;
  margin: 1rem 0 .2rem;
  padding: 0 10px;
  display: block;
  font-size: 120%;
  text-align: left;
}
h4.ttl_h4_about{
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 0 30px;
  background: #6ab4df;
  border-radius: 8px;
  color: #fff;
}
#about table.table_about1,
#about table.table_about2{
  width: 100%;
  margin: 0 0 50px;
  border: solid 0.5px #595b60;
}
#about table.table_about1 th,
#about table.table_about2 th{
  padding: 15px;
  border-bottom: solid 0.5px #fff;
}
#about table.table_about1 td,
#about table.table_about2 td{
  padding: 15px;
  border-bottom: solid 0.5px #595b60;
}
#about table.table_about1 tr:last-child th,
#about table.table_about1 tr:last-child td{
  border: none;
}
#about table.table_about1 th{
  width: 300px;
  background: #6ab4df;
  color: #fff;
  text-align: center;
}
#about table.table_about1 td{
  padding: 15px 15px 15px 80px;
}
#about table.table_about2 th{
  background: #6ab4df;
  color: #fff;
  text-align: center;
}
#about table.table_about2 td{
  border-right: solid 0.5px #595b60;
  text-align: center;
}
#about table.table_about2 td:last-child{
  border-right: none;
}
#about table.table_about3{
  margin: 0 0 20px 30px;
}
#about table.table_about3 td{
  padding: 0 0 0 20px;
}
/**/
.about_contents{
  width: 100%;
  margin: 0 0 50px;
  display: table;
}
.about_contents p{
  padding: 0 30px;
}
.about_contents p.mb20{
  margin: 0 0 20px;
}
.about_contents p a{
  padding: 0 25px 0 0;
  display: table;
  border-bottom: solid 1px #595bff;
  position: relative;
}
.about_contents p a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 7px;
  width: 8px;
  height: 8px;
  margin: -3px 0 0;
  border-top: solid 1px #383838;
  border-right: solid 1px #383838;
  transform: rotate(45deg);
}
.about_contents p a:hover{
  border-bottom: none;
}
.about_contents p a:hover:after{
  border-color: #595bff;
}
.about_contents ul{
  margin: 0 0 0 30px;
  padding: 0 0 0 25px;
}
.about_contents ul li{
  list-style: disc outside;
}
/**/
.about_download_header{
  width: 100%;
  margin: 0 0 50px;
  padding: 50px 0 100px;
  display: table;
  background: url("../douhou/img/about/bg_about_download.png") center bottom no-repeat;
  background-size: cover;
}
h2.ttl_h2_about_download {
  max-width: 240px;
  margin: 0 auto 20px;
  padding: 0;
}
.about_download_header p{
  color: #fff;
}
ul.about_download_list{
  width: 100%;
  display: table;
}
ul.about_download_list li{
  float: left;
  width: 49%;
  margin: 0 2% 30px 0;
  border: solid 0.5px #967bb6;
  border-radius: 20px;
  overflow: hidden;
}
ul.about_download_list li:nth-child(2n){
  margin-right: 0;
}
ul.about_download_list li p.title{
  line-height: 50px;
  padding: 0 30px;
  background: #967bb6;
  color: #fff;
  font-size: 110%;
}
ul.about_download_list li p.title span{
  line-height: 20px;
  margin: 0 0 0 20px;
  padding: 0 10px;
  display: inline-block;
  border: solid 0.5px #fff;
  color: #fff;
  font-size: 12px;
}
ul.about_download_list li .contents{
  width: 100%;
  padding: 20px 30px;
  display: table;
}
ul.about_download_list li .contents p{
  font-size: 80%;
}
ul.about_download_list li .submit{
  width: 100%;
  padding: 30px 0 0;
  display: table;
}
ul.about_download_list li .submit a{
  float: left;
  width: 48%;
  line-height: 50px;
  margin: 0 4% 0 0;
  padding: 0 0 0 30px;
  border-radius: 25px;
  background: url("../douhou/img/about/download.png") center right 30px no-repeat,#eaeaf6;
  background-size: auto 20px;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.1),1px -1px 3px rgba(0,0,0,0.1),-1px 1px 3px rgba(0,0,0,0.1),-1px -1px 3px rgba(0,0,0,0.1);
}
ul.about_download_list li .submit a:hover{
  background: url("../douhou/img/about/download_wh.png") center right 30px no-repeat,#967bb6;
  background-size: auto 20px;
  color: #fff;
}
ul.about_download_list li .submit a.excel{
  margin: 0;
}
ul.about_download_list li .submit a img{
  width: auto;
  height: 30px;
  margin: -3px 12px 0 0;
  vertical-align : middle;
}
@media only screen and (min-width: 769px) and (max-width: 1180px) {

  #about table.table_about1 th{
    width: 200px;
  }
  #about table.table_about1 td{
    padding: 15px;
  }
  /**/
  .about_download_header{
    margin: 0 0 30px;
    padding: 50px 5% 80px;
  }
  ul.about_download_list li .contents{
    padding: 15px 10px;
  }
  ul.about_download_list li .submit a{
    line-height: 40px;
    padding: 0 0 0 15px;
    border-radius: 20px;
    background: url("../douhou/img/about/download.png") center right 15px no-repeat,#eaeaf6;
    background-size: auto 14px;
    font-size: 90%;
  }
  ul.about_download_list li .submit a img{
    height: 20px;
    margin: -3px 10px 0 0;
  }
}
@media (max-width: 768px) {
  h2.ttl_h2_about{
    width: 40%;
    margin: 0 auto 5rem;
    padding: 0;
  }
  #about .row{
    width: 100%;
    margin: 0;
    display: table;
  }
  #about table.table_about1,
  #about table.table_about2{
    border: solid 1px #595b60;
  }
  #about table.table_about1 th,
  #about table.table_about2 th,
  #about table.table_about1 td,
  #about table.table_about2 td{
    float: left;
    width: 100%;
    padding: 10px;
  }
  #about table.table_about2 thead,
  #about table.table_about2 tbody{
    float: left;
    width: 50%;
  }
  #about table.table_about2 th{
    border: none;
    border-right: solid 0.5px #fff;
  }
  #about table.table_about2 td:last-child{
    border: none;
  }
  #about table.table_about2 thead td:last-child{
    border-right: solid 0.5px #595b60;
  }
  #about table.table_about2 tbody td{
    border-right: none;
  }
  h4.ttl_h4_about {
    padding: 0 0 0 10px;
  }
  .about_contents p{
    line-height: 1.6;
    margin: 0 0 20px;
    padding: 0 10px;
    font-size: 14px;
  }
  .about_contents ul{
    margin: 0 0 0 10px;
  }
  .about_contents ul li{
    line-height: 1.6;
    font-size: 14px;
  }
  #about table.table_about3{
    width: 100%;
    margin: 0 0 10px;
  }
  #about table.table_about3 th,
  #about table.table_about3 td{
    float: left;
    width: 100%;
  }
  #about table.table_about3 td{
    line-height: 20px;
    padding: 0 10px 5px;
    border-bottom: solid 1px #aaa;
  }
  /**/
  .about_download_header{
    margin: 0 0 30px;
    padding: 30px 5%;
  }
  ul.about_download_list li{
    width: 100%;
    margin: 0 0 20px;
  }
  ul.about_download_list li .contents{
    padding: 15px 10px;
  }
  ul.about_download_list li .contents p{
    line-height: 1.4;
  }
  ul.about_download_list li .submit a{
    line-height: 40px;
    padding: 0 0 0 15px;
    border-radius: 20px;
    background: url("../douhou/img/about/download.png") center right 15px no-repeat,#eaeaf6;
    background-size: auto 14px;
    font-size: 90%;
  }
  ul.about_download_list li .submit a img{
    height: 20px;
    margin: -3px 10px 0 0;
  }
}

/**/
.l-maintenance{
  padding: 150px 0 100px;
}
.l-maintenance p{
  font-size: 100%;
  font-weight: bold;
  text-align: center;
}

/*sb_instagram*/
#sb_instagram{
  padding: 0 0 3rem !important;
}
#sb_instagram .sbi_load_btn .sbi_btn_text, #sb_instagram .sbi_load_btn .sbi_loader{
  color: #fff;
}
#sb_instagram .sbi_follow_btn a span{
  color: #fff;
}
@media (max-width: 768px) {
  #sb_instagram{
    padding: 0 15px 3rem!important;
  }
}

/* =========================================== 
	Page - daily みんなの１日
============================================= */
.step_daily li img{
  border-radius: 10px;
}


/* =========================================== 
	TOP - 50th バナー設置
============================================= */
#banner_fiftieth{
  position: fixed;
  right: 0;
  bottom: 140px;
  width: 290px;
}
#banner_fiftieth img{
  width: auto;
  height: 100%;
}
@media (max-width: 1180px) {
  #banner_fiftieth{
    right: inherit;
    left: 0;
    bottom: 0;
    width: auto;
    height: 60px;
  }
}
@media (max-width: 768px) {
  footer#footer_home{
    padding-bottom: 50px;
  }
}

/* =========================================== 
	TOP front-page
============================================= */

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  .icon_news_in{
    display: none;
  }
}
/**/
ul.catchcopy_link{
  width: auto;
  margin: 0 auto 50px;
  display: table;
}
ul.catchcopy_link li{
  float: left;
  width: 330px;
  margin: 0 50px 0 0;
}
ul.catchcopy_link li:last-child{
  margin: 0;
}
ul.catchcopy_link li a{
  display: block;
}
ul.catchcopy_link li a img{
  width: 100%;
  height: auto;
  display: block;
}
ul.catchcopy_link li a:hover{
  opacity: 0.7;
}
@media only screen and (min-width: 769px) and (max-width: 1180px) {
  ul.catchcopy_link{
    width: 80%;
    margin: 0 10% 30px;
  }
  ul.catchcopy_link li{
    width: 49%;
    margin: 0 2% 0 0;
  }
}
@media (max-width: 768px) {
  ul.catchcopy_link{
    width: 70%;
    margin: 0 15%;
  }
  ul.catchcopy_link li{
    width: 100%;
    margin: 0 0 15px;
  }
}
/**/
ul.index_banner_link{
  width: 100%;
  margin: 0 0 30px;
  display: table;
}
ul.index_banner_link li{
  float: left;
  width: 32%;
  margin: 0 2% 0 0;
  position: relative;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
ul.index_banner_link li:last-child{
  margin: 0;
}
ul.index_banner_link li .image{
  width: 100%;
  display: block;
}
ul.index_banner_link li .image a{
  width: 100%;
  display: block;
}
ul.index_banner_link li .image a:hover{
  opacity: 0.8;
}
ul.index_banner_link li .image img{
  width: 100%;
  height: auto;
  display: block;
}
ul.index_banner_link li .contents{
  width: 100%;
  padding: 10px 20px 90px;
  display: block;
}
ul.index_banner_link li .contents p.title{
  margin: 0 0 15px;
  font-size: 13px;
}
ul.index_banner_link li .contents p.title span{
  display: table;
  font-size: 20px;
  font-weight: bold;
}
ul.index_banner_link li.banner_support .contents p.title span{
  border-bottom : solid 2px #cce559;
}
ul.index_banner_link li.banner_wait .contents p.title span{
  border-bottom : solid 2px #6ab4ea;
}
ul.index_banner_link li.bannet_faq .contents p.title span{
  border-bottom : solid 2px #f6e001;
}
ul.index_banner_link li .contents p.hushtag{
  width: 100%;
  margin: 0 0 20px;
  display: table;
}
ul.index_banner_link li .contents p.hushtag span{
  float: left;
  line-height: 20px;
  margin: 0 5px 5px 0;
  font-size: 90%;
}
ul.index_banner_link li .contents p.hushtag span:before{
  content: "#";
}
ul.index_banner_link li .contents p.submit{
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
}
ul.index_banner_link li .contents p.submit a{
  width: 230px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  display: block;
  position: relative;
  border-radius: 25px;
  text-align: center;
  font-size: 14px;
}
ul.index_banner_link li .contents p.submit a:after{
  content: "";
		position: absolute;
		top: 50%;
		right: 20px;
		width: 8px;
		height: 8px;
		margin: -3px 0 0;
		border-top: 1px solid #383838;
		border-right: 1px solid #383838;
		transform: rotate(45deg);
		z-index: 1;
}
ul.index_banner_link li.banner_support .contents p.submit a{
  background:#cce559;
}
ul.index_banner_link li.banner_wait .contents p.submit a{
  background:#6ab4ea;
}
ul.index_banner_link li.bannet_faq .contents p.submit a{
  background:#f6e001;
}
ul.index_banner_link li .contents p.submit a:hover{
  background: #3d3734;
  color: #fff;
}
ul.index_banner_link li .contents p.submit a:hover:after{
  border-color: #fff;
}
@media only screen and (min-width: 769px) and (max-width: 1180px) {
  ul.index_banner_link li .contents{
    padding: 10px 10px 60px;
  }
  ul.index_banner_link li .contents p.title span{
    font-size: 16px;
  }
  ul.index_banner_link li .contents p.submit{
    bottom: 20px;
  }
  ul.index_banner_link li .contents p.submit a{
    width: 80%;
  }
}
@media (max-width: 768px) {
  ul.index_banner_link{
    width: 80%;
    margin: 0 auto 20px;
  }
  ul.index_banner_link li{
    width: 100%;
    margin: 0 0 15px;
  }
  ul.index_banner_link li .contents{
    padding: 0 15px 20px;
  }
  ul.index_banner_link li .contents p.title,
  ul.index_banner_link li .contents p.hushtag{
    margin: 0 0 10px;
  }
  ul.index_banner_link li .contents p.submit{
    position: relative;
    left: inherit;
    bottom: inherit;
  }
}

/* =========================================== 
	Page - education 教育・保育内容
============================================= */
h2.ttl_h2_education { 
  max-width: 300px; 
  margin: 0 auto; 
  padding: 5rem 0 6rem; 
}
h3.ttl_h3_education { 
  font-size: 140%; 
  font-weight: 700; 
  letter-spacing: .2rem; 
  text-align: center; 
  padding: 5% 0 0; 
}
.txt_education01 { 
  padding: 3% 10%; margin: 0 auto 5%; 
}
.txt_education01 p { 
  font-size: .9rem; text-align: center; margin: auto; 
}
/**/
#education .container {
  display: block;
}
#education .bk_edu {
  min-height: 100vh; 
  /* margin: 0 auto; */
  margin: -5% -5% 0;
  padding: 5%;
  display: block;
  position: relative; 
}
#education .bk_edu::before { 
  content: ''; 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  /* height: 110%;  */
  background-color: #fff; 
  /* clip-path: polygon(20% 0%, 77% 4%, 100% 1%, 100% 70%, 77% 93%, 24% 90%, 0% 75%, 0% 11%);  */
  z-index: -1; 

  height: 103%;
  clip-path: polygon(20% 0%, 77% 4%, 100% 1%, 100% 85%, 77% 93%, 24% 90%, 0% 85%, 0% 11%); 
}
#education .section{
  width: 100%;
  margin: 0 -15px;
  display: inline-block;
}
@media (max-width: 768px) {
  #education .bk_edu {
    width: 100%;
    margin: 0;
  }
  #education .bk_edu::before { 
    clip-path: polygon(20% 0%, 77% 0.5%, 100% 0%, 100% 95%, 77% 98%, 24% 97%, 0% 95%, 0% 1%); 
  }
  #education .section{
    margin: 0;
  }
}
/**/
#education .education01{
  width: 100%;
  margin: 0 0 50px;
  padding: 100px 0 0;
}
#education .education01 .image{
  float: right;
  width: 55%;
  padding: 0 20px 0 0;
  position: relative;
}
#education .education01 .image .flag{
  position: absolute;
  top: 30px;
  left: -155px;
  width: 200px;
  z-index: -1;
}
#education .education01 .contents{
  float: left;
  width: 45%;
  padding: 100px 50px 0 100px;
}
#education .education01 .contents .chara_education01{
  width: 80px;
  margin: -20px 0 10px 50px;
}
@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #education .education01 .image{
    width: 48%;
    padding: 0 0 0 15px;
  }
  #education .education01 .contents{
    width: 50%;
    padding: 30px 0 0;
  }
  #education .education01 .image .flag{
    top: -20px;
    left: -90px;
    width: 150px;
  }
  #education .education01 .contents .chara_education01{
    width: 80px;
    margin: -20px 0 10px 50px;
  }
}
@media (max-width: 768px) {
  #education .education01{
    padding: 30px 0 0;
  }
  #education .education01 .image{
    width: 100%;
    padding: 0;
  }
  #education .education01 .image .flag{
    top: -20px;
    left: 0;
    width: 120px;
  }
  #education .education01 .contents{
    width: 100%;
    padding: 0;
  }
  #education .education01 .contents .chara_education01{
    width: 60px;
    margin: 0;
  }
}
/**/
#education .education02 .image{
  float: left;
  width: 60%;
  padding: 20px 0 0;
}
#education .education02 .image .flag{
  position: absolute;
  top: -50px;
  right: 20px;
  width: 200px;
  z-index: -1;
}
.slider_edu01 .swiper { 
  width: 100%; 
  overflow: visible; 
}
.slider_edu01 .swiper .swiper-pagination{
  margin-top: 0 !important; 
  margin-left: -230px;
}
#education .education02 .contents{
  float: right;
  width: 40%;
}
#education .education02 .contents{
  padding-top: 30px;
}
.character01 {
  position: absolute;
  right: 40px;
  top: -83px;
  width: 80px;
}
@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #education .education02 .image{
    width: 48%;
  }
  .slider_edu01 .swiper .swiper-pagination{
    margin-left:0 !important;
  }
  #education .education02 .image .flag{
    right: 0;
    width: 150px;
  }
  #education .education02 .contents{
    width: 50%;
    padding: 0;
  }
  #education .education02 .contents .feature-box{
    margin: 0 0 10px;
    padding: 10px;
  }
}
@media (max-width: 768px) {
  #education .education02 .image,
  #education .education02 .contents{
    width: 100%;
  }
  .slider_edu01 .swiper .swiper-pagination{
    margin-left:0 !important;
  }
  #education .education02 .image .flag{
    top: -40px;
    width: 120px;
  }
}
/**/
#education .education03 .image{
  float: right;
  width: 55%;
  margin: 0 7% 0 0;
}
#education .education03 .image .flag{
  position: absolute;
  top: -50px;
  left: 20px;
  width: 200px;
  z-index: -1;
}
#education .education03 .image .swiper{
  overflow: inherit !important;
}
#education .education03 .image .swiper-pagination{
  bottom: 60px !important;
  left: inherit;
  right: -120px;
}
#education .education03 .contents{
  float: left;
  width: 38%;
  padding: 160px 0 0 50px;
}
#education .education03 .character02{
  margin: 0 0 0 -60px;
}
@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #education .education03 .image{
    width: 48%;
    margin: 30px 0 0;
  }
  #education .education03 .image .flag{
    top: -20px;
    left: -50px;
    width: 150px;
  }
  #education .education03 .contents{
    width: 50%;
    padding: 100px 0 0;
  }
  #education .education03 .character02{
    margin: 10px 0 0 20px;
  }
}
@media (max-width: 768px) {
  #education .education03 .image{
    width: 100%;
    margin: 0;
    padding: 80px 0 0;
  }
  #education .education03 .image .flag{
    top: -30px;
    left: 10%;
    width: 120px;
  }
  #education .education03 .contents{
    width: 100%;
    padding: 0;
  }
  #education .education03 .image .swiper-pagination{
    bottom: 0 !important;
    left: inherit;
    right: 0;
  }
  #education .education03 .character02{
    float: right;
    margin: -20px 0 0;
  }
}
/**/
#education .education04{
  padding: 0 0 150px;
}
#education .education04 .image{
  float: left;
  width: 50%;
  position: relative;
}
#education .education04 .image .flag{
  position: absolute;
  top: 10px;
  right: -150px;
  width: 200px;
  z-index: -1;
}
#education .education04 .contents{
  float: right;
  width: 44%;
  padding: 120px 60px 0 0;
}
#education .education04 .contents .character03{
  top: -70px;
  right: -80px;
}
@media (max-width: 768px) {
  #education .education04{
    padding: 0 0 30px;
  }
  #education .education04 .image{
    width: 100%;
    margin: 0 0 30px;
    padding: 80px 0 0;
  }
  #education .education04 .image .flag{
    top: 20px;
    left: 50%;
    width: 120px;
  }
  #education .education04 .contents{
    width: 100%;
    padding: 0;
  }
  #education .education04 .contents .character03{
    top: -100px;
    right: inherit;
    left: -20px;
  }
}

/* 投稿リンクを無効*/
/* ul.news-list li a{
  pointer-events: none;
} */

/* =========================================== 
	Page - news お知らせ一覧
============================================= */
h2.ttl_h2_news {
  max-width: 150px;
  margin: 50px auto 30px;
  padding: 0;
}
#news section{
  width: 100%;
  padding: 80px 50px;
  display: table;
  background: #fff;
}
#news aside{
  float: right;
  width: 200px;
}
#news aside h3{
  width: 100%;
  line-height: 50px;
  margin: 0 0 30px;
  display: table;
  text-align: center;
  background: #f6e001;
}
#news aside ul.category_list{
  width: 100%;
  padding: 0 20px;
  display: table;
}
#news aside ul.category_list li{
  width: 100%;
  display: table;
}
#news aside ul.category_list li a{
  width: 100%;
  padding: 0 0 0 30px;
  display: block;
  position: relative;
  border: none;
  color: inherit;
}
#news aside ul.category_list li a:before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 2px;
  margin: -1px 0 0;
  background: #000;
}
#news aside ul.category_list li.news-cat-important a:before { background: #e34f54; }
#news aside ul.category_list li.news-cat-news a:before { background: #f4c52e; }
#news aside ul.category_list li.news-cat-activity a:before { background: #8dae1d; }
#news aside ul.category_list li.news-cat-event a:before { background: #967bb6; }
#news aside ul.category_list li.news-cat-support a:before { background: #ea8648; }
#news aside ul.category_list li.news-cat-guardian a:before { background: #6accdf; }
#news aside ul.category_list li.news-cat-lunch a:before { background: #b9c733; }
#news aside ul.category_list li.news-cat-recruit a:before { background: #5165b0; }
#news aside ul.category_list li.news-cat-others a:before { background: #4d4d4d; }
#news aside ul.category_list li a:hover:before{
  left: 10px;
  transition: all 0.3s ease-out;
}
#news aside ul.category_list li.active a{
  font-weight: bold;
}
#news aside ul.category_list li.active a:before{
  left: 10px;
}
#news article{
  float: left;
  width: 760px;
}
#news ul.news-list{
  width: 100%;
  min-height: 300px;
  display: table;
}
#news ul.news-list li{
  padding-top: 10px;
  padding-bottom: 15px;
}
#news ul.news-list li p.news-date-cat{
  top: 12px;
}
/**/
.wp-pagenavi{
	width: auto;
	margin: 0 auto;
	padding: 50px 0 0;
	display: table;
}
.wp-pagenavi a, .wp-pagenavi span{
	float: left;
	width: 50px;
	height: 50px;
	line-height: 48px;
	margin: 0 7px !important;
  padding: 0 !important;
	text-align: center;
	color: #000;
	border: solid 1px #000 !important;
	border-radius: 100%;
}
.wp-pagenavi a:hover{
	background: #f6e001;
	border: solid 1px #f6e001 !important;
}
.wp-pagenavi span.current{
	background: #f6e001;
	border: solid 1px #f6e001 !important;
}
.wp-pagenavi span.pages{
	display: none;
}
a.previouspostslink,
a.nextpostslink,
a.first,
a.last{
	position: relative;
}
a.previouspostslink:before{
	content: "";
	display: block;
	position: absolute;
	top: 22px;
	left: 21px;
	width: 8px;
	height: 8px;
	border-bottom: solid 1px #555;
	border-left: solid 1px #555;
	transform: rotate(45deg);
}
a.nextpostslink:before{
	content: "";
	display: block;
	position: absolute;
	top: 22px;
	left: 19px;
	width: 8px;
	height: 8px;
	border-top: solid 1px #555;
	border-right: solid 1px #888;
	transform: rotate(45deg);
}
a.first:before{
	content: "";
	display: block;
	position: absolute;
	top: 22px;
	left: 18px;
	width: 8px;
	height: 8px;
	border-bottom: solid 1px #555;
	border-left: solid 1px #555;
	transform: rotate(45deg);
}
a.first:after{
	content: "";
	display: block;
	position: absolute;
	top: 22px;
	left: 23px;
	width: 8px;
	height: 8px;
	border-bottom: solid 1px #555;
	border-left: solid 1px #555;
	transform: rotate(45deg);
}
a.last:before{
	content: "";
	display: block;
	position: absolute;
	top: 22px;
	left: 23px;
	width: 8px;
	height: 8px;
	border-top: solid 1px #555;
	border-right: solid 1px #555;
	transform: rotate(45deg);
}
a.last:after{
	content: "";
	display: block;
	position: absolute;
	top: 22px;
	left: 17px;
	width: 8px;
	height: 8px;
	border-top: solid 2px #555;
	border-right: solid 2px #555;
	transform: rotate(45deg);
}
p.empty_post{
  width: 100%;
  padding: 100px 0;
  text-align: center;
}
/*single*/
h3.single_title{
  width: 100%;
  line-height: 1.6;
  margin: 0 0 30px;
  font-size: 24px;
  font-weight: bold;
}
.single_thumbnail{
  width: 100%;
  margin: 0 0 30px;
  display: table;
}
.single_thumbnail img{
  max-width: 100%;
}
.single_date-cat{
  width: 100%;
  margin: 0 0 30px;
  display: table;
}
.single_date{
  float: left;
  width: 120px;
  line-height: 20px;
}
.single_cat{
  float: left;
  line-height: 20px;
  padding: 0 10px;
  font-size: 14px;
}
.single_cat-important { color: #e34f54; border: 1px solid #e34f54; }
.single_cat-news { color: #f4c52e; border: 1px solid #f4c52e; }
.single_cat-activity { color: #8dae1d; border: 1px solid #8dae1d; }
.single_cat-event { color: #967bb6; border: 1px solid #967bb6; }
.single_cat-support { color: #ea8648; border: 1px solid #ea8648; }
.single_cat-guardian { color: #6accdf; border: 1px solid #6accdf; }
.single_cat-lunch { color: #b9c733; border: 1px solid #b9c733; }
.single_cat-recruit { color: #5165b0; border: 1px solid #5165b0; }
.single_cat-others { color: #4d4d4d; border: 1px solid #4d4d4d; }
.single_submit{
  width: 100%;
  margin: 80px 0 0;
  display: block;
}
.single_submit a{
  width: 230px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  display: block;
  position: relative;
  border: solid 1px #3d3734;
  border-radius: 25px;
  text-align: center;
  font-size: 14px;
}
.single_submit a:after{
  content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    width: 8px;
    height: 8px;
    margin: -3px 0 0;
    border-top: 1px solid #3d3734;
    border-right: 1px solid #3d3734;
    transform: rotate(-135deg);
    z-index: 1;
}
.single_submit a:hover{
  background: #3d3734;
  color: #fff;
}
.single_submit a:hover:after{
  border-color: #fff;
}
@media only screen and (min-width: 769px) and (max-width: 1180px) {

}
@media (max-width: 768px) {
  h2.ttl_h2_news {
    max-width: 100px;
    margin: 20px auto;
  }
  #news section{
    padding: 25px 15px 30px;
  }
  #news aside{
    width: 100%;
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: solid 1px #eee;
  }
  #news aside ul.category_list li{
    float: left;
    width: 50%;
  }
  #news aside ul.category_list li a{
    font-size: 14px;
  }
  #news article{
    width: 100%;
  }
  #news ul.news-list li p.news-date-cat{
    top: inherit;
  }
  /**/
  h3.single_title{
    line-height: 1.4;
    margin: 0 0 20px;
    font-size: 20px;
  }
  .single_thumbnail{
    margin: 0 0 20px;
  }
  .single_date-cat{
    margin: 0 0 20px;
  }
  .single_date{
    font-size: 14px;
  }
  .single_cat{
    font-size: 12px;
  }
}
/*20250704*/
#carousel {
	width: 100%;
	height: 200px;
  margin: 0 0 30px;
	display: inline-block;
  text-align: left;
	position: relative;
}
#carousel ul {
	display: inline-block;
	overflow: hidden;
}
#carousel ul li {
	float: left;
	width: 320px;
	padding: 0 20px 0 0;
	display: block;
}
#carousel ul li img{
	width: 100%;
	height: auto;
	display: block;
}
#carousel ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
#carousel_prev,
#carousel_next{
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  display: block;
  background: rgba(0,0,0,0.3);
  border-radius: 100%;
}
#carousel_prev:hover,
#carousel_next:hover{
  background: rgba(0,0,0,0.8);
  cursor: pointer;
  transition: all 0.5s ease-out;
}
#carousel_prev{
  left: 2%;
}
#carousel_prev:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: 16px 0 0 17px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg);
}
#carousel_next{
  right: 2%;
}
#carousel_next:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: 16px 0 0 13px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
}
@media (max-width: 768px) {
  #carousel ul li {
    width: 300px;
    padding: 0;
  }
}